@charset "UTF-8";


/* 基本フォント: ゴシック */
body{
  font-family:  'Noto Sans JP', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.85;
  color: #181818;
}

#root{
  overflow: hidden;
}
/* 管理画面の余白調整 */
.gjs-dashed #wrapper{
  padding-bottom: 150px;
}

@media (max-width:767px){
  body{
    font-size: 14px;
  } 

  #chatbot-btn {
    bottom: 55px!important;
    z-index: 5;
  }
}

.mincho{
  font-family: 'Noto Serif JP', serif;
}
.outfit{
  font-family: "Outfit", sans-serif;
  line-height: 1;
}
.ozwald{
  font-family: "Oswald", sans-serif;
  line-height: 1;
}

p,
h1, h2, h3, h4, h5, h6{
  margin: 0;
}

a{
  color: inherit;
  transition: 0.3s;
}
a:hover{
  text-decoration: none;
  opacity: 0.7;
  color: inherit;
}
img{
  max-width: 100%;
  width: auto;
}

ul, ol, li{
  margin: 0;
  padding: 0;
  list-style: none;
}

.img_fit{
  position: relative;
}
.img_fit:before{
  content: "";
  display: block;
  padding-top: 100%;
}
.img_fit img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover';
  position: absolute;
  left: 0;
  top: 0;
}

a.img_fit{
  display: block;
}

/* 動画埋め込みのレスポンシブ対応 */
iframe{
  max-width: 100%;
}
.responsive_video { 
  position: relative; 
}

.responsive_video:before{
  content: "";
  display: block;
  padding-top:56.25%;
}
.responsive_video video, 
.responsive_video iframe, 
.responsive_video object, 
.responsive_video embed { 
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}

.gjs-dashed .responsive_video:before{
  display: none;
}
.gjs-dashed .responsive_video [data-gjs-type="video"]:before{
  content: "";
  display: block;
  padding-top:56.25%;
  pointer-events: none;
}


/* 指定デバイスのみで表示するclass */
@media (min-width:1200px){
  .md:not(.pc){
    display: none;
  }
  .tb:not(.pc){
    display: none;
  }
  .sp:not(.pc){
    display: none;
  }
}
@media (min-width:1023px) and (max-width:1199px){
  .pc:not(.md){
    display: none;
  }
  .tb:not(.md){
    display: none;
  }
  .sp:not(.md){
    display: none;
  }
}
@media (min-width:768px) and (max-width:1023px){
  .pc:not(.tb){
    display: none;
  }
  .sp:not(.tb){
    display: none;
  }
}
@media (max-width:767px){
  .pc:not(.sp){
    display: none;
  }
  .tb:not(.sp){
    display: none;
  }
}

/* 指定デバイスで改行を消す */
@media (min-width:1200px){
  .pc_nobr br{
    display: none !important;
  }
}
@media (min-width:1024px) and (max-width:1199px){
  .md_nobr br{
    display: none !important;
  }
}
@media (min-width:768px) and (max-width:1023px){
  .tb_nobr br{
    display: none !important;
  }
}
@media (max-width:767px){
  .sp_nobr br{
    display: none !important;
  }
}

/* 指定した行数での切り取り */
.txt_ellipsis_line1,
.txt_ellipsis_line2,
.txt_ellipsis_line3,
.txt_ellipsis_line4,
.txt_ellipsis_line5,
.txt_ellipsis_line6,
.txt_ellipsis_line7,
.txt_ellipsis_line8,
.txt_ellipsis_line9,
.txt_ellipsis_line10{
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.txt_ellipsis_line1{
  -webkit-line-clamp: 1;
}
.txt_ellipsis_line2{
  -webkit-line-clamp: 2;
}
.txt_ellipsis_line3{
  -webkit-line-clamp: 3;
}
.txt_ellipsis_line4{
  -webkit-line-clamp: 4;
}
.txt_ellipsis_line5{
  -webkit-line-clamp: 5;
}

/*******************************
*　ヘッダー
********************************/
.header{
  position: relative;
  z-index: 5;
}
.hdr1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 5px 10px;
  /*background: rgba(255,255,255,0.85);*/
}
.hdr1_box1{

}
.hdr1_box2{

}
.hdr_contact{

}
.hdr_contact:hover{
  color: #fff;
  opacity: 1;
  filter: brightness(1.2);
}
.hdr_contact_link a{
  display: block;
  background: #ef7f1a;
  border-radius: 10px;
  color: #FFF;
  width: 255px;
  padding: 11px 5px;
}
.hdr_contact_link a:before{
  content:"\f0e0";
  font-family: "fontAwesome";
  margin-right: 10px;
}

.pg_header{
  margin-bottom: 50px;
  position: relative;
  z-index: 5;
  display: flex;
  margin-top: 20px;
}
.pg_header_left{
  width: 26.04%;
  background: #0075a9;
}
.pg_header_right{
  width: 73.95%;
}
.pg_header_img:before{
  padding-top: 180px;
}
.pg_header .container{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.pg_header_txt{

}
.pg_header_txt_en{
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.015em;
  background: #fff;
  display: inline-block;
  text-align: center;
  padding: 12px 5px;
}
.pg_header_txt_ja{
  width: 261px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.075em;
  background: #fff;
  text-align: center;
  text-align: right;
  padding: 12px 10px;
  position: relative;
  margin-top: 12px;
}
.pg_header_txt_ja:before{
  content: "";
  display: block;
  width: 95px;
  height: 1px;
  background: #b61c2c;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.pg_header_mv{
  height: 150px;
  overflow: hidden;
}
.pg_header_mv_img{
  width: auto;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.mv{
  position: relative;
  padding-top: 120px;
}
.mv .container{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.mv_img{
  position: relative;
}
.mv_img.img_fit:before{
  padding-top: calc(100vh - 100px - 46px - 59px);
}
.mv_en{
  font-size: clamp(7.5rem, 4.859rem + 11.58vw, 18.75rem);
  font-weight: 600;
  letter-spacing: 0.075em;
  color: #e8f2f7;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.mv_outer{
  position: relative;
}
.mv_txt{
  display: flex;
  flex-direction: row-reverse;
}
.mv_text1{
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 1.5625em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.mv_text2{
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.2em;
  line-height: 2;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 68px 40px;
}


@media (min-width:375px){

}

@media (min-width:768px){
  .header{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 45px 80px 0;
  }
  .pg_header{
    margin-bottom: 80px;
  }
  .pg_header{
    margin-bottom: 30px;
    position: relative;
    display: flex;
    margin-top: 20px;
  }
  .pg_header_left{

  }
  .pg_header_right{

  }
  .pg_header_img:before{
    padding-top: 350px;
  }
  .pg_header .container{

  }
  .pg_header_txt{

  }
  .pg_header_txt_en{
    font-size: 40px;
  }
  .pg_header_txt_ja{
    font-size: 21px;
    text-align: left;
    padding-left: 115px
  }



  .hdr_contact{
    display: block;
    width: auto;
    color: #fff;
    background: #b61c2c;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.075em;
    padding: 10px 30px;
  }
  .hdr_contact p:before {
    content: "\f0e0";
    font-family: "fontAwesome";
    margin-right: 3px;
  }

  .mv{
    padding-top: 130px;
  }

  .mv_img.img_fit:before{
    padding-top: 500px;
  }
  .mv_en{
    padding-left: 40px;
  }
  .mv_outer{
    position: relative;
  }
  .mv_txt{

  }
  .mv_text1{
    font-size: 42px;
  }
  .mv_text2{
    padding: 68px 40px;
  }
}
@media (min-width:1024px){
  .header{
    padding: 34px 10px 0;
  }
  .hdr_logo{
    width: 180px;; 
    padding-top: 8px;
  }

  .pg_header{
    margin-bottom: 70px;
  }
  .pg_header{
    margin-bottom: 110px;
    position: relative;
    display: flex;

  }
  .pg_header_left{

  }
  .pg_header_right{

  }
  .pg_header_img:before{
    padding-top: 400px;
  }
  .pg_header .container{

  }

  .pg_header_txt_en{
    font-size: 55px;
  }
  .pg_header_txt_ja{
    text-align: left;
    padding-left: 115px;
  }

  .gnav{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -5px;
  }

  .gnav_outer{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .gnav .gnav_item {
    display: block;
    font-size: 15px;
    /* padding: 2px 21px 0; */
    padding: 2px 5px 0;
    /* line-height: 2; */
    font-weight: 500;
    letter-spacing: 0.075em;
    padding: 0 5px;
  }
  .gnav.bloc{
    display: none;
  }
  .hdr_contact{
    margin-left: 30px; 
    padding: 10px;
  }

  .mv{
    padding-top:160px;
  }
  .mv_img.img_fit:before{
    padding-top: 600px;
  }
  .mv_en{
    padding-left: 77px;
  }
  .mv_outer{
    position: relative;
  }
  .mv_txt{
    margin-right: -20px;
    margin-top: -20px;
  }
  .mv_text1{
    font-size: 56px
  }
  .mv_text2{
    font-size: 21px;
    padding: 67px 40px 0;
  }
}
@media (min-width:1200px){
  .header{
    padding: 34px 10px 0;
  }
  .hdr_logo{
    width: auto; 
    padding-top: 10px;
  }

  .mv{
    padding-top: 175px;
  }
  .mv_img.img_fit:before{
    padding-top: 680px;
  }
  .mv_en{
    padding-left: 77px;
  }
  .mv_outer{
    position: relative;
  }
  .mv_txt{

  }
  .mv_text1{
    font-size: 64px;
  }
  .mv_text2{
    padding: 68px 40px;
  }

}
@media (min-width:1320px){
  .pg_header{
    margin-top: 40px;
  }
  .pg_header_txt{
    margin-left: -98px;
  }
}
@media (min-width:1470px){


  .ganv{
    margin: 0 -16px;
  }
  .gnav .gnav_item{
    padding: 0 16px;
  }

  .hdr_contact{
    margin-left: 40px; 
    padding: 10px 30px;
  }

  .mv{
    padding-top: 205px;
  }
}
@media (min-width:1500px){
  .header{
    padding: 34px 80px 0;
  }
}
@media (max-width:767px){
  .header{
    padding-top: 10px;
  }

  .hdr1 {
  }
  .hdr_contact{
    display: none;
  }
  .hdr_logo{
    width: 50%;
    display: block;
    margin: 0 auto;
  }

  .pg_header_txt_en{
    font-size: 20px;
  }
  .pg_header_txt_ja{
    max-width: 190px;
    width: 100%;
    font-size: 15px;
    margin-top: 5px;
    text-align: left;
    padding-left:70px;
  }
  .pg_header_txt_ja:before{
    max-width: 60px;
    width: 100%;
  }

  .gnav_bg{
    padding: 0;
    background: inherit;
  }
  .gnav {
    display: block !important;
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFF;
    padding: 0;
    z-index: 99999;
    overflow-y: scroll;
    /* transition: all 0.2s; */
    transform: translateX(100%);
    padding: 15px;
    display: block;
  }
  .gnav.active {
    transform: translateX(0%);
  }
  .gnav_item .gnav_item_sub{
    display: block;
    position: static;
    width: 100%;
    background: aliceblue;
    padding: 15px;
    margin-top: 20px;
  }
  .gnav .gnav_item:hover{
    color: #000000;
  }
  .gnav .gnav_box1,
  .gnav .gnav_box2{
    display: none;
  }

  .gnav.active .gnav_inner{
    width: 100%;
  }
  .gnav .gnav_item {
    width: 100%;
    padding: 15px 0;
    border: 0;
    border-bottom: 1px dashed #CCC;
    color: inherit;
    justify-content: center;
    display: block;
    text-align: left;
  }

  .mv{
    padding-top: 100px;
  }
  .mv_txt{
    justify-content: center;
    padding-top: 100px;
  }
  .mv_text1{
    font-size: 26px;
  }
  .mv_text2{
    font-size: 16px;
    white-space: nowrap;
    padding: 20px 20px 0;
  }
  .mv_text1, .mv_text2 {
    filter: drop-shadow(0 0 2px #FFF) drop-shadow(0 0 2px #FFF) drop-shadow(0 0 2px #FFF);

  }

}
@media (min-width: 768px) and (max-width: 1023px) {
  .header{
    align-items: center;
    padding: 20px 20px 0;
  }
  .gnav_outer{
    display: flex;
    align-items: center;
  }
  .tb_burger{
    text-align: center;
    color: #181818;
  }
  .tb_burger p{
    line-height: 1;
    margin-top: -5px;
  }
  .gnav {
    display: block;
    position: fixed;
    left: 100%;
    top: auto;
    z-index: 10;
    height: 0;
    /* background: #47a3cd; */
    /* padding: 20px 15px; */
    font-size: 16px;
    /* overflow: hidden; */
    transition: all 1.8s;
    opacity: 0;
    color: #fff;
    margin: auto;
    border-radius: 15px;
  }
  .gnav.active {
    display: flex;
    height: auto;
    width: 95%;
    top: 50%;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: auto;
    opacity: 1;
    border-radius: 15px;
    background: #0075a9;
  }
  .gnav .gnav_box1 {
    width: 65px;
    padding: 30px 15px;
    border-radius: 15px 0 0 15px;
  }
  .gnav_inner {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 5;
    width: calc(100% - 65px - 65px);
    background: #fff;
  }
  .gnav .gnav_item {
    font-size: 15px;
    /* line-height: 2; */
    font-weight: 500;
    width: 25%;
    text-align: center;
    padding: 0;
    border: 1px solid #eee;
    color: #181818;
    background: #fff;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .gnav .gnav_box2 {
    width: 65px;
    padding: 30px 15px;
    text-align: center;
    border-radius: 0 15px 15px 0;
  }
  .gnav .gnav_box2 .hdr_menu.gnav_open {
    font-size: 10px;
    margin-left: 0;
  }
  .fa-bars:before{
    font-size: 36px;
  }
  .fa-times:before {
    font-size: 36px;
    color: #fff;
  }
  .tb_burger .fa-times:before{
    color: #181818;
  }
  .hdr_contact{
    margin-right: 20px;
  }

  .gnav.pc {
    display: none;
  }
  .gnav .gnav_item.sp{
    display: none; 
  }

  .mv_text1,
  .mv_text2{
    filter: drop-shadow(0 0 2px #FFF) drop-shadow(0 0 2px #FFF) drop-shadow(0 0 2px #FFF);
  }

  .home_about_title_en{
    margin: 0 -70px;
  }
  .home_about_box1 .link_1{
    margin-left: auto;
  }
}



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

.footer{
  background: #f3f3f3;
  margin-top: 50px;
  padding-top: 36px;
  padding-bottom: 10px;
}

.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_wrap{

}
.ftr_contact_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
}
.ftr_contact_box1{
  width: 100%;
}
.ftr_contact_box1_title{
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #b61c2c;
}
.ftr_contact_box1_link_box{
  background: #b61c2c;
}
.ftr_contact_box.red .ftr_contact_box1_link_box_inner:hover{
  opacity: 1;
  filter: brightness(1.1);
}

.ftr_contact_box1_link_box_inner{
  display: flex;
  align-items: center;
  color: #fff;
  position: relative;
}
.ftr_contact_box1_link_box_inner:after {
  content: "➡";
  font-family: 'M PLUS Rounded 1c', sans-serif;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 24px;
}
.ftr_contact_box1_link_box:hover{
  opacity: 1;
  filter: brightness(1.2);
  color: #fff;
}

.ftr_contact_box1_link_box_left{
  display: flex;
  align-items: center;
}
.ftr_contact_box1_link_box_left_icon{

}
.ftr_contact_box1_link_box_left_txt2{
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.ftr_contact_box1_link_box_right{
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
}
.ftr_contact_box2{
  width: 100%;
}
.ftr_contact_box2_txt1{
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.075em;
}
.ftr_contact_box2_num{
  padding-left: 10px;
}
.ftr_contact_box2_num1{
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.075em;
}
.ftr_contact_box2_num2{
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.075em;
}

.ftr_contact_box2 .ftr_contact_box2_num em {
  display: inline-block;
  font-style: normal;
  font-size: 0.789em;
}
.ftr_contact_box2 .ftr_contact_box2_num em::first-letter{
  font-size: 1.266em;
}
/*.ftr_info_wrap{
  display: flex;
}
.ftr_info_box1{
  width: 90px;
  padding-right: 20px;
  position: relative;
}
.ftr_info_box1:after{
  content: " /";
  position: absolute;
  right: 5px;
  top: 0;
}
.ftr_info_box2{
  width: calc(100% - 90px);
}*/

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

/* 追尾スマホメニュー */
.footer_fix{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #7ecef4;
  z-index: 1000;
  flex-wrap: wrap;
}
.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 #181818;
}
.footer_fix .footer_fix_item_1.recruit{
  background: #eeeeee;
  color: #024b93;
}
.footer_fix .footer_fix_item_2{
  width: 24%;
  background: #0075a9;
  color: #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;
  right: 10px;
  bottom: 60px;
}
.pagetop a{
  display: block;
  font-size: 0;
  width: 42px;
  height: 42px;
  text-align: center;
  color: #4682b4;
}
.pagetop a i{
  font-size: 40px;
}

.ftr_1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  padding-top: 30px;
  margin-top: 40px;
}
.ftr_1:before{
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background: #000000;
  position: absolute;
  top: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.ftr_1_box1{
  width: 100%;

}
.ftr_logo{

}
.ftr_1_box1_add{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 1.875em;
}
.ftr_1_box2{
  width: 100%;
}
.ftr_links{
  display: flex;
  flex-wrap: wrap;
}
.ftr_link{

}


@media (min-width:375px){

}

@media (min-width:768px){
  .footer{
    margin-top: 100px;
    padding-top: 65px;
  }

  .ftr_contact_wrap{

  }
  .ftr_contact_box{
    padding: 16px;
  }
  .ftr_contact_box1{
    width: 55%;
  }
  .ftr_contact_box1_title{
    font-size: 50px;
  }
  .ftr_contact_box1_link_box{
    margin-top: 13px;
  }
  .ftr_contact_box1_link_box_inner{
    padding: 16px 5px 16px 5px;
  }
  .ftr_contact_box1_link_box_left{

  }
  .ftr_contact_box1_link_box_left_icon{

  }
  .ftr_contact_box1_link_box_left_txt2{
    font-size: 18px;
    padding-left: 10px;
  }
  .ftr_contact_box1_link_box_right{
    padding-left: 16px;
  }
  .ftr_contact_box2{
    width: 42%;
    padding-top: 16px;
  }
  .ftr_contact_box2_txt1{
    font-size: 17px;

  }
  .ftr_contact_box2_num{
    margin-top: 25px;
  }
  .ftr_contact_box2_num1{
    font-size: 28px;
  }
  .ftr_contact_box2_num2{
    padding-left: 0;
  }

  .ftr_1{
    padding-top: 40px;
    margin-top: 50px;
  }
  .ftr_1_box1{
    width: 48%;
  }
  .ftr_logo{

  }
  .ftr_1_box1_add{
    margin-top: 24px;
  }
  .ftr_1_box2{
    width: 48%;
  }
  .ftr_links{

  }
  .ftr_link{
    width: 50%;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.075em;
    line-height: 2.53em;
    padding-right: 10px;
  }
  .ftr_copy{
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.075em;
    text-align: right;
    margin-top: 50px;
  }
  .ftr_contact_box1_link_box_right{
    font-size: 14px;
  }
  .ftr_contact_box1_link_box_inner:after{
    right: 5px;
  }
}
@media (min-width:1024px){
  .footer{
    margin-top: 150px;
  }
  .body_home .footer{
    margin-top: 200px;
  }

  .ftr_contact_wrap{

  }
  .ftr_contact_box{
    padding-left: 45px;
    padding-top: 18px;
    padding-bottom: 15px;
  }
  .ftr_contact_box1{
    width: 46.84%;
    padding-right: 18px;
  }
  .ftr_contact_box1_title{
    font-size: 54px;
  }
  .ftr_contact_box1_link_box{

  }
  .ftr_contact_box1_link_box_inner{
    padding: 14px 0px 14px 5px;
  }
  .ftr_contact_box1_link_box_left{

  }
  .ftr_contact_box1_link_box_left_icon{

  }
  .ftr_contact_box1_link_box_left_txt2{
    font-size: 21px;
  }
  .ftr_contact_box1_link_box_right{
    padding-left: 16px;
  }
  .ftr_contact_box2{
    width: 46.84%;
  }
  .ftr_contact_box2_txt1{
    font-size: 21px;
    padding-left: 30px;
  }
  .ftr_contact_box2_num{
    margin-top: 25px;
  }
  .ftr_contact_box2_num1{
    font-size: 38px;
  }
  .ftr_contact_box2_num2{
    padding-left: 60px;
  }

  .ftr_1{
    margin-top: 85px;
  }
  .ftr_1_box1{
    width: 40.09%;
  }
  .ftr_logo{

  }
  .ftr_1_box1_add{
    margin-top: 30px;
  }
  .ftr_1_box2{
    width: 48.64%;
    padding-top: 65px;
  }
  .ftr_links{

  }
  .ftr_link {
    width: auto;
    padding-right: 0;
    padding-left: 33px;
  }

  .ftr_copy{
    margin-top: 75px;
  }
  .ftr_contact_box1_link_box_right{
    font-size: 15px;
  }
  .ftr_contact_box1_link_box_inner:after{
    right: 5px;
  }
}
@media (min-width:1200px){
  .ftr_contact_box1_title{
    font-size: 67px;
  }
  .ftr_contact_box1_link_box_inner{
    padding: 14px 0px 14px 22px;
  }
  .ftr_contact_box1_link_box_right{
    font-size: 16px;
  }

  .ftr_contact_box1_link_box_inner:after{
    right: 20px;
  }
}
@media (max-width:767px){
  .ftr_addr em{
    display: block;
  }

  .ftr_contact_box1_title{
    font-size: 42px;
  }
  .ftr_contact_box{
    padding: 16px 5px;
  }
  .ftr_contact_box1{
    text-align: center;
  }
  .ftr_contact_box1_link_box_left_txt2{
    font-size: 16px;
  }
  .ftr_contact_box1_link_box_inner{
    padding: 10px;
  }
  .ftr_contact_box1_link_box{
    margin-top: 16px; 
  }
  .ftr_contact_box2_num{
    text-align: center;
    margin-top: 16px;
  }
  .ftr_contact_box2_num1{
    font-size: 32px;
  }

  .ftr_1_box1_add{
    margin-top: 24px; 
  }
  .ftr_1_box1{
    text-align: center;
  }
  .ftr_links{
    display: none;
  }
  .ftr_copy{
    margin-top: 20px;
  }

  .footer_fix.ftr > a i{
    font-size: 22px;
    margin-bottom: 8px;
  }
  .footer_fix.ftr .fa-bars:before{
    font-size: 22px;
  }
  .footer_fix.ftr .fa-times:before {
    font-size: 22px;
  }

  .ftr_contact_box1_link_box_inner:after{
    right: 5px;
  }
}



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

/* Flexテーブルレイアウト */
.fl_tbl_items{
  border: 1px solid #cab386;
  margin-bottom:80px;
}
.fl_tbl_items_item{
  display: flex;
  letter-spacing: 0.05em;
}
.fl_tbl_items_item + .fl_tbl_items_item{
  border-top: 1px solid #cab386;
}

.fl_tbl_items_item_box1,
.fl_tbl_items_item_box2{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  min-height: 70px;
}
.fl_tbl_items_item_box1{
  width:31.53%;
  background: #eeeeee;
  padding: 10px 5px;
  border-right: 1px solid #cab386;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.fl_tbl_items_item_box2{
  width:68.47%;
  background: #fff;
}
.fl_tbl_items_item_txt{
  width: 100%;
  padding: 10px 10px;
}
.fl_tbl_items_item_txt + .fl_tbl_items_item_txt{
  border-top: 1px solid #cab386;
}

/* 青 */
.fl_tbl_items.blue{
  border: 1px solid #7ecef4;
}
.fl_tbl_items.blue .fl_tbl_items_item + .fl_tbl_items_item{
  border-top: 1px solid #7ecef4;
}
.fl_tbl_items.blue .fl_tbl_items_item_box1{
  background: #eff8fc;
  border-right: 1px solid #7ecef4;
}

@media (min-width:375px){
  .fl_tbl_items_item_box1{
    padding: 10px 10px;
  }
}
@media (min-width:768px){
}
@media (min-width:1024px){
  .fl_tbl_items_item_box1{
    padding: 10px 10px 10px 60px;
  }
  .fl_tbl_items_item_txt{
    padding: 10px 10px 10px 25px;
  }
}
@media (min-width:1200px){

}
@media (max-width:767px){
  .footer_fix{
    display: flex;
  }

  body{
    padding-bottom: 56px;
  }
}


/* テーブル用 */
.table_rows{
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.table_rows_tr{
  display: table-row;
}
.table_rows_th,
.table_rows_td{
  display: table-cell;
  border: 1px solid #dcdcdc;
  vertical-align: middle;
  padding: 20px 15px;
}
.table_rows_th{
  background-color: #eeeeee;
}
.table_rows_td_pad0{
  padding: 0 !important;
}

/* テーブル入れ子 */
.table_rows .table_rows{

}
.table_rows .table_rows > .table_rows_tr:first-child .table_rows_th,
.table_rows .table_rows > .table_rows_tr:first-child .table_rows_td{
  border-top:0;
}
.table_rows .table_rows > .table_rows_tr:last-child .table_rows_th,
.table_rows .table_rows > .table_rows_tr:last-child .table_rows_td{
  border-bottom:0;
}
.table_rows .table_rows > .table_rows_tr .table_rows_th:first-child,
.table_rows .table_rows > .table_rows_tr .table_rows_td:first-child{
  border-left:0;
}
.table_rows .table_rows > .table_rows_tr .table_rows_th:last-child,
.table_rows .table_rows > .table_rows_tr .table_rows_td:last-child{
  border-right:0;
}


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

/*ボタン*/
.link_1{
  max-width: 285px;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.075em;
  margin: 42px auto 0;
  text-align: left;
  padding: 16px 12px 16px 23px; 
  display: block;
  background: #f9f9f9;
  color: #fff;
  text-align: center;
  position: relative;
  border-left:8px solid #b61c2c;
  box-shadow: 0.743px 0.669px 2.97px 0.03px rgba(24, 24, 24, 0.35);
}
.link_1:hover{
  opacity: 1;
  background: #0075a9;
  color: #fff;
}
.link_1 p{
  position: relative;
  text-align:left;
  color: #181818;
}
.link_1:hover p{
  color: #fff
}
.link_1 p:after{
  content: "\f0a9";
  font-family: 'FontAwesome';
  font-weight: 400;
  color: #b61c2c;
  margin-right: 5px;
  position: absolute;
  top: 50%;
  right: -5px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.link_1:hover p:after{
  color: #fff;
}

.link_2{
  max-width: 255px;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.075em;
  margin: 42px auto 0;
  text-align: left;
  padding: 10px; 
  display: block;
  background: #0075a9;
  color: #fff;
  text-align: center;
  position: relative;
  border: 1px solid #0075a9;
}
.link_2:after{
  content: "\f0a9";
  font-family: 'FontAwesome';
  font-weight: 400;
  color: #fff;
  margin-right: 5px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  /*英字付きタイトル*/
}
.link_2:hover{
  opacity: 1;
  color: #0075a9;
  background: #fff;
  border: 1px solid #0075a9;
}
.link_2:hover:after{
  color: #0075a9;
}

.sec_title{
  text-align: center;
}
.sec_title.under_bar:after{
  content: "";
  display: block;
  width: 60px;
  height: 5px;
  background: #b61c2c;
  margin: -30px auto 0;
}
.sec_title_en{
  font-size: clamp(5rem, 3.68rem + 5.79vw, 10.625rem);
  font-weight: 700;
  letter-spacing: 0;
  color:#fff;;
  text-shadow    : 
    1px  1px 1px #cccccc,
    -1px  1px 1px #cccccc,
    1px -1px 1px #cccccc,
    -1px -1px 1px #cccccc,
    1px  0px 1px #cccccc,
    0px  1px 1px #cccccc,
    -1px  0px 1px #cccccc,
    0px -1px 1px #cccccc;
  line-height: 1;
  white-space: nowrap;
  font-family: "Outfit", sans-serif;
}
.sec_title.under_bar .sec_title_en{
  font-size: clamp(3.125rem, 2.098rem + 4.5vw, 7.5rem);
}
.sec_title_ja{
  display: inline-block;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0;
  color: #0075a9;
  background: #fff;
  position: relative;
  top: -40px;
  padding-bottom: 16px;
}

.sec_title.under_bar .sec_title_ja{
  font-size: 20px;
  line-height: 1.28em;
}
/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  .sec_title_ja{
    font-size:22px;
    top: -20px;
  } 
  .sec_title.under_bar .sec_title_ja{
    top: -14px;
  }
  .sec_title.under_bar:after{
    margin-top: -10px;
  }

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


  /*英字付きタイトル*/
  .sec_title{

  }
  .sec_title_en{

  }
  .sec_title_ja{
    top: -20px;
  }
  .sec_title.under_bar .sec_title_en{

  }
  .sec_title.under_bar .sec_title_ja{
    font-size: 22px;
  }
}
@media (min-width:1024px){

  /*英字付きタイトル*/
  .sec_title{

  }
  .sec_title_en{

  }
  .sec_title_ja{
    font-size: 36px;
    top: -40px;
  }

  .sec_title.under_bar .en{

  }
  .sec_title.under_bar .sec_title_ja{
    font-size: 28px;
    top: -16px;
  }
}
@media (min-width:1200px){
  .sec_title.under_bar .sec_title_ja{
    top: -40px;
  }

}

/*******************************
*　HOME
********************************/
.pg_home{
  padding-top: 250px;
}
.pg_home .section.sec1{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_home .section.sec2{
  margin-top: 70px;
}
.pg_home .section.sec3{
  margin-top: 70px;
}
.pg_home .section.sec4{
  position: relative;
  margin-top: 80px;
}

/*NEWS*/
.home_news_wrap{

}
.home_news_box{
  display: flex;
  flex-wrap: wrap;
}
.home_news_box1{

}
.home_news_box1_ttl{
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.075em;
  color: #b61c2c;
}
.home_news_box2{

}
.home_news_box2 .webgene-blog{

}
.home_news_box2 .webgene-item{

} 
.news_lists .webgene-item a,
.home_news_box2 .webgene-item a{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px dotted #b61c2c;;
  padding-bottom: 16px;
}
.news_lists .webgene-item .date,
.home_news_box2 .webgene-item .date{
  width: 105px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.075em;
  color: #b61c2c;
  font-family: "Outfit", sans-serif;
}
.news_lists .webgene-item .title,
.home_news_box2 .webgene-item .title{
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.075em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.home_news_box3{

}
.home_news_box3_link{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  color: #fff;

}
.home_news_box3_link:hover{
  opacity: 1;
  filter: brightness(1.2);
  color: #fff;
}

.home_news_box3_link p{
  position: relative;
}
.home_news_box3_link p:after{
  content: "\f054";
  font-family: 'FontAwesome';
  font-weight: 400;
  color: #fff;
  margin-right: 5px;
  position: absolute;
  top: 60%;
  right: -34px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/*ABOUT*/
.home_about_wrap{

}
.home_about_title_en{
  /*  width: 100vw;*/
  position: relative;
  /*  margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);*/
  font-family: "Outfit", sans-serif;
  text-align: center;
}
/*.home_about_title_en_br,
.home_about_title_en_wh{
  font-size: clamp(3.125rem, 1.365rem + 7.72vw, 10.625rem);
  font-weight: 700;
  letter-spacing: 0.008em;
  position: absolute;
  text-align: center;
  width: 100%;
  line-height: 1;
  white-space: nowrap;
}
.home_about_title_en_br{
  color: #e8f2f7;
  top: 5px;
  left: 49.5%;
  transform: translateY(-50%) translateX(-50%);
}
.home_about_title_en_wh{
  color: transparent;
     text-shadow    : 
         1px  1px 0px #d9d9d9,
        -1px  1px 0px #d9d9d9,
         1px -1px 0px #d9d9d9,
        -1px -1px 0px #d9d9d9,
         1px  0px 0px #d9d9d9,
         0px  1px 0px #d9d9d9,
        -1px  0px 0px #d9d9d9,
         0px -1px 0px #d9d9d9;
  color: transparent;
  -webkit-text-stroke: 1px rgb(217, 217, 217);
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}*/
.home_about_items{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_about_box1{
  width: 100%;
}
.home_about_box1_title{
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5em;
}
.home_about_box1_desc{
  font-size: 16px;
  font-weight:normal;
  letter-spacing: 0.075em;
  line-height: 2.125em;
}
/*.home_about_box1 .link_1:hover{
  transform: translateY(-5px);
}*/

.home_about_box2{
  width: 100%;
}
.home_about_box2_img_outer{

}
.home_about_box2_img:before{
  padding-top:55.02%; 
}

/*選ばれる理由*/
.home_reason_wrap{

}
/*.home_reason_wrap .link_1:hover{
  transform: translateY(-5px);
}*/
.home_reason_items{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.home_reason_item{

}
.home_reason_item_inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_reason_item_box1{
  width: 4%;
}
.home_reason_item_box1 p{
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.075em;
  color: #b61c2c;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: relative;
}
.home_reason_item_box1 p:after{
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  background: #b61c2c;
  position: absolute;
  position: absolute;
  bottom: -85px;
  right: 50%;
  transform: translateX(-50%);
}


.home_reason_item_box2{
  width: 95.37%;
}
.home_reason_item_box2_img:before{
  padding-top: 59.22%;
}
.home_reason_item_box2_img:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #0075a9;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: -1;
}
.home_reason_item_box2_title{
  border-bottom: 1px solid #0075a9;
  padding: 12px 5px;
  margin-top: 12px;
}
.home_reason_item_box2_title_txt{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.075em;
}
.home_reason_item_box2_desc{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 1.875em;
  text-align: justify;
  padding: 13px 5px;
}

/*SERVICE*/
.home_service_wrap{

}
.home_service_items{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_service_box1{
  width: 100%;
  order: 2;
  margin-top: 20px;
}
.home_service_box1_single{
  border-left: 10px solid #0075a9;
  position: relative;
}
.home_service_box1_single_img:before{
  padding-top: 33.85%;
}
.home_service_box1_single:hover a{
  opacity: 1;
  color: inherit;
}
.home_service_box1_single_img{
  overflow: hidden;
  opacity: 1;
}
.home_service_box1_single_img img{
  transition: 0.2s all;
  opacity: 1;
}
.home_service_box1_single:hover .home_service_box1_single_img{
  color: inherit;
  opacity: 1;
  filter: brightness(1.3);
}
.home_service_box1_single:hover .home_service_box1_single_img img {
  transform: scale(1.05);
  opacity: 1;
}
.home_service_box1_single_meta{
  display: flex;
  align-items: center;
  justify-content: space-between;
  background:rgba(255,255,255,0.8);
  width: 89.76%;
  position:absolute;
  left: 0;
  bottom: 0;
  padding: 10px 30px 10px 20px;
}
.home_service_box1_single_meta_icon{
  width: 10.23%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #b61c2c;
  position: absolute;
  bottom: 0;
  right: 0;
  padding:8px;
}
.home_service_box1_single_meta_icon:after{
  content: "\f0a9";
  font-family: 'FontAwesome';
  font-weight: 400;
  color: #fff;
  margin-right: 5px;
}
.home_service_box1_single_meta_txt1{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.075em;
}
.home_service_box1_single_meta_txt2{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.075em;
}
.home_service_box2{
  width: 100%;
  order: 1;

}
.home_service_box2_title{
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 1.5em;
}
.home_service_box2_desc{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 2.25em;
  margin-top: 20px;
}

/*profile*/
.pg_home .section.sec4 .container{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.home_prof_img_outer{

}
.home_prof_img:before{
  padding-top: 31.51%;
}
.home_ftr_box{
  width: 100%;
  max-width: 790px;
  background:rgba(255,255,255,0.8);
  padding: 30px;
  margin: 0 auto;
}
.home_ftr_title{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home_ftr_logo{

}
.home_ftr_title_txt{
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.075em;
}
.home_ftr_desc{
  margin-top: 26px;
}
.home_ftr_desc_box{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 2;
}
.home_ftr_desc_box:nth-child(n+2){
  margin-top: 20px;
}
.home_ftr_btns{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home_ftr_btns .link_1{

}
/*.home_ftr_btns .link_1:hover{
  transform: translateY(-5px);
}*/

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

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

}
@media (max-width:767px){
  .pg_home{
    padding-top: 100px;
  }

  /*NEWS*/
  .home_news_wrap{
    background: #f3f3f3;
    padding: 30px 0 0;
  }
  .home_news_box1_ttl{
    font-size: 28px;
  }
  .home_news_box2{
    margin-top: 20px;
  }
  .home_news_box2 .webgene-item .title{
    padding-top: 10px;
  }
  .home_news_box2 .webgene-item + .webgene-item{
    margin-top: 12px;
  }
  .home_news_box3{
    width: 100%;
    margin-top: 28px;
  }
  .home_news_box3_link{
    width:100%;
    display: block;
    background: #0075a9;
    text-align: center;
    padding: 20px 0;
  }
  .home_news_box3_link p:after{
    position: relative;
  }

  /*ABOUT*/
  .home_about_items{
    padding-top: 0;
    margin-top: -5px;
  }
  .home_about_box1{
    order: 1;
    margin-top: 20px;
  }
  .home_about_box2{
    order: 2;
    margin-top: 30px;
  }
  .home_about_title_en{
    margin: 0 -36px; 
  }
  .home_about_box1_title{
    margin-bottom: 10px;
  }

  /*選ばれる理由*/
  .home_reason_item:nth-child(n+2){
    margin-top: 28px;
  }
  .home_reason_item_box2{
    width: 90%; 
  }

  /*SERVICE*/


  .home_service_box1_single_img:before{
    padding-top: 55%;
  }
  .home_service_box1_single:nth-child(n+2){
    margin-top: 10px;
  }
  .home_service_box1{
    order: 2;
    margin-top: 20px;
  }
  .home_service_box2{
    order: 1;
    padding-top: 20px;
  }
  .home_service_items{
    position: relative;
    padding: 16px 0 30px;
  }
  .home_service_items:before{
    content: "";
    display:block;
    width: 100vw;
    background: #f3f3f3;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: -2;
  }
  .home_service_items:after{
    content: "";
    display:block;
    width: 100vw;
    background: #e8f2f7;
    height: 98%;;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    position: absolute;
    top: 50%;
    right: 50%;
    left: 0;
    transform: translateY(-50%) translateX(0);
    z-index: -1;
  }

  /*plofile*/
  .home_prof_img:before{
    padding-top: 700px;
  }
  .home_ftr_btns,
  .home_ftr_title{
    flex-wrap: wrap;
  }
  .home_ftr_title{
    justify-content: center;
  }
  .home_ftr_logo{
    order: 2;
    margin-top: 16px;
  }
  .home_ftr_title_txt{
    order: 1;
  }
}
@media (min-width:768px){

  .pg_home .section.sec1{
    margin-top: 90px;
  }
  .pg_home .section.sec2{
    margin-top: 120px;
  }
  .pg_home .section.sec3{
    margin-top: 90px;
  }
  .pg_home .section.sec4{
    margin-top: 140px;
  }

  /*NEWS*/
  .home_news_wrap{
    position: absolute;
    bottom: -170px;
    left: 50%;
    transform: translateY(0) translateX(-50%);
    width: 100%;
  }
  .home_news_box{
    align-items:center;
    position: relative;
    height: 225px;
  }

  .home_news_box:after{
    content: "";
    display: block;
    background: #f3f3f3;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    margin-left: calc(50% - 50vw);
    z-index: -1;
  }
  .home_news_box1{
    width: 14.41%;

  }

  .home_news_box1_ttl{
    font-size: 24px;
  }
  .home_news_box2{
    width: 65.55%;
    position: relative;
    padding-right: 20px;
  }
  .home_news_box2:before{
    content: "";
    display: block;
    height: 100%;
    width: 1px;
    background: #b61c2c;
    position: absolute;
    top: 0;
    left: -20px;
  }
  .home_news_box2 .webgene-blog{

  }
  .home_news_box2 .webgene-item{

  } 
  .news_lists .webgene-item + .webgene-item,
  .home_news_box2 .webgene-item + .webgene-item{
    margin-top: 12px;
  }
  .home_news_box2 .webgene-item a{

  }
  .news_lists .webgene-item .date,
  .home_news_box2 .webgene-item .date{
    width: 110px;
    font-size: 15px;
  }
  .news_lists .webgene-item .title,
  .home_news_box2 .webgene-item .title{
    width: calc(100% - 110px - 15px);
    margin-left: 15px;
  }

  .home_news_box3{
    width: 20%;
    position: relative;
    align-self: baseline;
  }

  .home_news_box3_link{
    background: #0075a9;
    min-height: 227px;
    width: 100%;
    display: flex;
    align-self: center;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 190px;
  }
  .home_news_box3_link p{

  }
  .home_news_box3_link p:after{
    right: -28px;
  }

  /*ABOUT*/
  .home_about_wrap{

  }
  .home_about_title_en{

  }
  .home_about_title_en_br{

  }
  .home_about_title_en_wh{

  }
  .home_about_items{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 0;
    margin-top: 20px;
  }
  .home_about_box1{
    padding-top: 0;
  }
  .home_about_box1_title{
    font-size: 24px;
  }
  .home_about_box1_desc{
    margin-top: 28px;
  }
  .home_about_box1 .link_1{
    margin-left: auto;
    margin-top: 45px
  }
  .home_about_box2{
    margin-top: 32px;
  }
  .home_about_box2_img_outer{

  }
  .home_about_box2_img:before{

  }

  /*選ばれる理由*/
  .home_reason_wrap{

  }
  .home_reason_items{
    margin-top: 16px;
  }
  .home_reason_item{

  }
  .home_reason_item:nth-child(n+3){
    margin-top: 14px;
  }
  .home_reason_item_inner{

  }
  .home_reason_item_box1{

  }
  .home_reason_item_box1 p{
    font-size: 20px;
  }
  .home_reason_item_box2{
    width: 93%;
  }
  .home_reason_item_box2_img:before{

  }
  .home_reason_item_box2_img:after{

  }
  .home_reason_item_box2_title{

  }
  .home_reason_item_box2_title_txt{
    font-size: 19px;
  }
  .home_reason_item_box2_desc{

  }

  /*SERVICE*/
  .home_service_wrap{

  }
  .home_service_items{
    position: relative;
    padding: 50px 0;
  }
  .home_service_items:before{
    height: 540px;
  }
  .home_service_items:before{
    content: "";
    display:block;
    width: 100vw;
    background: #f3f3f3;
    height: 100%;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    position: absolute;
    top: 50%;
    left: 44%;
    transform: translateY(-50%) translateX(-50%);
    z-index: -2;
  }
  .home_service_items:after{
    content: "";
    display:block;
    width: 100vw;
    background: #e8f2f7;
    height: 95%;;
    margin-right: calc(50% - 50vw);
    position: absolute;
    top: 50%;
    right: 50%;
    left: 0;
    transform: translateY(-50%) translateX(0);
    z-index: -1;
  }
  .home_service_box1{

  }
  .home_service_box1_single{

  }
  .home_service_box1_single:nth-child(n+2){
    margin-top: 16px;
  }
  .home_service_box1_single_img:before{

  }
  .home_service_box1_single_meta{

  }
  .home_service_box1_single_meta_txt1{
    font-size: 21px;
  }
  .home_service_box1_single_meta_txt2{

  }
  .home_service_box2{
    padding: 16px;
  }
  .home_service_box2_title{
    font-size: 23px;
  }
  .home_service_box2_desc{
    margin-top: 32px;
  }

  /*profile*/
  .home_prof_img_outer{

  }
  .home_prof_img{

  }
  .home_prof_img:before{
    padding-top: 500px;
  }
  .home_ftr_box{
    padding: 50px 64px 50px 74px;
  }
  .home_ftr_title{

  }
  .home_ftr_logo{

  }
  .home_ftr_title_txt{

  }
  .home_ftr_desc{
    margin-top: 26px;
  }
  .home_ftr_desc_box{

  }
  .home_ftr_desc_box:nth-child(n+2){
    margin-top: 30px;
  }
  .home_ftr_btns{
    padding-right: 26px;
  }
  .home_ftr_btns .link_1{
    max-width: 250px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width:1024px){
  .pg_home .section.sec1{
    margin-top: 132px;
  }
  .pg_home .section.sec2{
    margin-top:160px;
  }
  .pg_home .section.sec3{
    margin-top: 130px;
  }
  .pg_home .section.sec4{
    margin-top: 205px;
  }

  /*NEWS*/
  .home_news_wrap{

  }
  .home_news_box{

  }
  .home_news_box2:before{
    left: -50px;
  }
  .home_news_box1{

  }
  .home_news_box1_ttl{

  }

  .home_news_box2 .webgene-blog{

  }
  .home_news_box2 .webgene-item{

  } 
  .news_lists .webgene-item + .webgene-item,
  .home_news_box2 .webgene-item + .webgene-item{
    margin-top: 24px;
  }
  .home_news_box2 .webgene-item a{

  }
  .news_lists .webgene-item .date,
  .home_news_box2 .webgene-item .date{
    width: 110px;
  }
  .news_lists .webgene-item .title,
  .home_news_box2 .webgene-item .title{
    width: calc(100% - 110px - 16px);
    margin-left: 16px;
  }

  .home_news_box2{
    width: 70.59%;
    position: relative;
    padding-right: 30px;;
  }
  .home_news_box3{
    width: 15%;
    position: relative;
    align-self: baseline;
  }

  .home_news_box3_link{

  }
  .home_news_box3_link p{

  }

  /*ABOUT*/
  .home_about_wrap{

  }
  .home_about_title_en{

  }
  .home_about_title_en{
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .home_about_title_en_br{

  }
  .home_about_title_en_wh{

  }
  .home_about_items{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 0;
    margin-top: -34px;
  }
  .home_about_box1{
    width: 48.64%;
    padding-top: 96px;
  }
  .home_about_box1_title{

  }
  .home_about_box1_desc{
    margin-top: 36px;
  }
  .home_about_box2{
    position: relative;
    width: 48.64%;
    margin-top: 0;
  }
  .home_about_box2_img_outer{
    position:absolute;
    top: 0;
    left: 0;
  }
  .home_about_box2_img{
    width: 945px;
  }
  .home_about_box1 .link_1{
    margin-left: 0;
  }

  /*選ばれる理由*/
  .home_reason_wrap{

  }
  .home_reason_items{
    margin-top: 16px;
  }
  .home_reason_item{

  }
  .home_reason_item_inner{

  }
  .home_reason_item_box1{

  }
  .home_reason_item_box1 p{

  }
  .home_reason_item_box2{

  }
  .home_reason_item_box2_img:before{

  }
  .home_reason_item_box2_img:after{

  }
  .home_reason_item_box2_title{

  }
  .home_reason_item_box2_title_txt{
    font-size: 20px;
  }
  .home_reason_item_box2_desc{

  }

  /*SERVICE*/
  .home_service_wrap{

  }
  .home_service_items{
    padding: 0;
  }
  .home_service_items:before{
    height: 540px;
  }
  .home_service_items:after{
    height: 470px;
  }
  .home_service_box1{
    width: 57.20%;
    margin-top: 0;
    order: 1;
  }
  .home_service_box1_single{

  }
  .home_service_box1_single_img:before{

  }
  .home_service_box1_single_meta{

  }
  .home_service_box1_single_meta_txt1{

  }
  .home_service_box1_single_meta_txt2{

  }
  .home_service_box2{
    width: 40.09%;
    padding-top: 75px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    margin-top: 0;
    order: 2;
  }
  .home_service_box2_title{
    font-size: 21px;
  }
  .home_service_box2_desc{

  }

  /*profile*/
  .home_prof_img_outer{

  }
  .home_prof_img{

  }

  .home_ftr_box{
    padding: 50px 64px 50px 74px;
  }
  .home_ftr_title{

  }
  .home_ftr_logo{

  }
  .home_ftr_title_txt{

  }
  .home_ftr_desc{

  }
  .home_ftr_desc_box{

  }
  .home_ftr_btns{

  }
  .home_ftr_btns .link_1{
    max-width: 285px;
  }
}
@media (min-width:1200px){
  .home_reason_item_box1{
    width: 4%;
  }
  .home_reason_item_box2{
    width: 95.37%;
  }

  .home_service_items:before{
    height: 570px;
  }
  .home_service_box2{
    padding-top: 150px;
  }
  .home_service_box2_title{
    font-size: 24px;
  }

  /*Plofile*/
  .home_prof_img:before{

  }
}
@media (min-width:1300px){
  .home_news_box2{
    width: 79.729%;
    position: relative;
  }
  .home_news_box3{
    width: 5.8%;
    position: relative;
    align-self: baseline;
  }
  .home_news_box3_link{
    width: 163px;
  }
  .home_news_box3_link p:after{
    right: -34px;
  }


}
@media (min-width:1450px){
  /*Plofile*/
  .home_prof_img:before{
    padding-top: 31.51%;
  }
}
/*******************************
*　ABOUT
********************************/
.pg_about{

}
.pg_about .section.sec1{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_about .section.sec2{
  padding-top: 30px;
  margin-top: 60px;
}
.pg_about .section.sec3{
  padding-top: 30px;
  margin-top: 30px;
}

/*見出し*/
.about_header_desc{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 2.125em;
  text-align: justify;
  margin-top: 20px;
}
.about_header_img_items{
  display: flex;
  flex-wrap: wrap;
  margin-top:40px;
}
.about_header_img_item{
  width: 100%;
  padding: 0 15px;
}
.about_header_img_item_img:before{
  padding-top: 71.42%;
}

/*why*/
.about_why_wrap .sec_title_ja{
  padding-bottom: 16px;
}
.about_why_items{
  display: flex;
  flex-wrap: wrap;
  margin: 30px -15px 0;
}
.about_why_item{

}
.about_why_item_inner{
  background-image:url(/system_panel/uploads/images/why_bg2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: 1px solid #d2d2d2;
  padding: 24px 16px;
  position: relative;
}
.about_why_item_inner:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #0075a9;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: -1;
}
.about_why_item_title{
  text-align: center;
  border-bottom: 1px dashed #b61c2c;
  padding-bottom: 20px;
}
.about_why_item_title_txt{
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 1.6em;
}
.about_why_item_desc{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 2.125em;
  text-align: justify;
  margin-top: 14px;
}

/*service*/
.about_service_items{

}
.about_service_item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about_service_item_box1{
  width: 100%;
}
.about_service_item_box1_title{
  position: relative;
  padding: 0 17px;
}
.about_service_item_box1_title:before{
  content: "";
  display: block;
  width: 3px;
  height: 47px;
  background: #b61c2c;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}
.about_service_item_box1_title_en{
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.075em;
  color: #bb3743;
}
.about_service_item_box1_title_ja{
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.075em;
  padding-top: 8px;
}
.about_service_item_box1_desc{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 2.125em;
  text-align: justify;
  padding: 0 17px;
  padding-top: 20px;
  position: relative;
}
.about_service_item_box1_desc:before{
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background: #eeeeee;
  position: absolute;
  top: 0;
  left: 0;
}
.about_service_item_box2{
  width: 100%;
  position: relative;
}
.about_service_item_box2_inner{
  background: #fff;
  padding: 5px;
}
.about_service_item_box2_img:before{
  padding-top: 64.15%;
}
/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  /*スライド*/
  .about_header_img_items .slick-arrow {
    font-size: 22px;
    color: #181818;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
  }
  .about_header_img_items .slide-prev {
    color: #0075a9;
    left: 20px;
    z-index: 1;
  }
  .about_header_img_items .slide-next {
    color: #0075a9;
    right: 20px;
    z-index: 1;
  }
  /*why*/
  .about_why_item:nth-child(n+2){
    margin-top: 30px;
  }

  /*service*/
  .about_service_items{
    margin-top: 40px;
  }
  .about_service_item:nth-child(n+2){
    margin-top: 30px;
    padding-top: 30px;
  }
  .about_service_item .about_service_item_box1{
    order: 2;
    margin-top: 20px;
  }
  .about_service_item .about_service_item_box2{
    order: 1;
  }
  .about_service_item_box2:after{
    content: "";
    display: block;
    width: 250px;
    height: 265px;
    background: #e8f2f7;
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: -1;
  }
}
@media (min-width:768px){
  .pg_about{

  }
  .pg_about .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_about .section.sec2{
    padding-top: 50px;
    margin-top: 50px;
  }
  .pg_about .section.sec3{
    padding-top: 50px;
    margin-top: 50px;
  }
  /*見出し*/
  .about_header_desc{
    margin-top: 30px;
  }
  .about_header_img_items{
    justify-content: center;
    margin-top: 50px;
  }
  .about_header_img_item{
    width: 33.333%;
  }
  .about_header_img_item:nth-child(n+4){
    margin-top: 30px;
  }
  .about_header_img_item_img:before{

  }

  /*why*/
  .about_why_items{
    margin-top: 40px;
  }
  .about_why_item{

  }
  .about_why_item_inner{
    padding: 24px 5px;
  }
  .about_why_item_title{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .about_why_item_title_txt{
    font-size: 17px;
    letter-spacing: 0;
  }
  .about_why_item_desc{

  }

  /*service*/
  .about_service_wrap .about_header_desc{
    margin-top: 24px;
  }
  .about_service_items{
    margin-top: 50px;
  }
  .about_service_item{

  }
  .about_service_item:nth-child(n+2){
    margin-top: 50px;
    padding-top: 50px;
  }
  .about_service_item:nth-child(odd) .about_service_item_box1{
    order: 1;
  }
  .about_service_item:nth-child(odd) .about_service_item_box2{
    order: 2;
  }
  .about_service_item:nth-child(even) .about_service_item_box1{
    order: 2;
  }
  .about_service_item:nth-child(even) .about_service_item_box2{
    order: 1;
  }
  .about_service_item_box1{
    width: 42.79%;
    min-height: 376px;
  }
  .about_service_item_box1_title{

  }
  .about_service_item_box1_title_en{

  }
  .about_service_item_box1_title_ja{
    font-size: 22px;
  }
  .about_service_item_box1_desc{

  }
  .about_service_item_box2{
    width: 48.64%;
    padding-top: 5px;
  }
  .about_service_item_box2:after{
    content: "";
    display: block;
    width: 250px;
    height: 390px;
    background: #e8f2f7;
    position: absolute;
    top: -40px;
    z-index: -1;
  }
  .about_service_item:nth-child(odd) .about_service_item_box2:after{
    right: -42px;
  }
  .about_service_item:nth-child(even) .about_service_item_box2:after{
    left: -42px;
  }
  .about_service_item_box2_inner{

  }
  .about_service_item_box2_img:before{
    padding-top: 85%;
  }
}
@media (min-width:1024px){
  .pg_about{

  }
  .pg_about .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_about .section.sec2{
    padding-top: 50px;
    margin-top: 90px;
  }
  .pg_about .section.sec3{
    padding-top: 50px;
    margin-top: 50px;
  }

  /*見出し*/
  .about_header_desc{
    text-align: center;
  }
  .about_header_img_items{
    margin-top: 70px;
  }
  .about_header_img_item{

  }
  .about_header_img_item_img:before{

  }

  /*why*/
  .about_why_items{
    margin-top: 50px;
  }
  .about_why_item{

  }
  .about_why_item_inner{
    padding: 24px 16px;
  }
  .about_why_item_title{

  }
  .about_why_item_title_txt{
    font-size: 18px;
    letter-spacing: 0.075em;
  }
  .about_why_item_desc{

  }

  /*service*/
  .about_service_items{
    margin-top: 70px;
  }
  .about_service_item{

  }
  .about_service_item:nth-child(n+2){
    margin-top: 73px;
    padding-top: 50px;
  }
  .about_service_item_box1{

  }
  .about_service_item_box1_title{

  }
  .about_service_item_box1_title_en{

  }
  .about_service_item_box1_title_ja{

  }
  .about_service_item_box1_desc{

  }
  .about_service_item_box2{

  }

  .about_service_item_box2:after{
    top: auto;
    bottom: -20px;
  }
  .about_service_item_box2_inner{

  }
  .about_service_item_box2_img:before{
    padding-top: 64.15%;
  }
}
@media (min-width:1200px){
  .pg_about .section.sec3{
    padding-top: 50px;
    margin-top: 90px;
  }
  /*見出し*/
  .about_header_img_items{
    justify-content: space-around;
    padding: 0 10px;
  }
  .about_header_img_item{
    width: 18.22%;
    padding: 0;
  }
  .about_header_img_item:nth-child(n+4){
    margin-top: 0;
  }
  .about_header_img_item_img:before{

  }

  /*why*/
  .about_why_item_title_txt{
    font-size: 20px;
  }

  /*service*/
  .about_service_item_box1{
    min-height: inherit;
  }

}

/*******************************
*　REASON
********************************/
.pg_reason{

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

/*繰り返し*/
.reason_content_wrap{
  margin-top: 50px;
}
.reason_content_items{

}
.reason_content_item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.reason_content_item_hosok_inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.reason_content_item_box1{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.reason_content_item_box1 .home_reason_item_box1{
  width: 4.6%;
}
.reason_content_item_box1 .home_reason_item_box1 p{
  line-height: 1;
  padding-top: 5px;
}
.reason_content_item_box1_imgs{
  width: 95.37%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.reason_content_item_box1_img{
  width: 49.51%;
}
.reason_content_item_box1_img:nth-child(n+3){
  margin-top: 5px;
}
.reason_content_item_box1_img:before{
  padding-top: 78.43%;
}
.reason_content_item_box1_img_single{
  width: 100%;
}
.reason_content_item_box1_img_single:before{
  padding-top: 78.64%;
}
.reason_content_item_box2{
  width: 100%;
}
.reason_content_item_box2_title{
  padding-bottom: 10px;
}
.reason_content_item_box2_title_txt{
  font-size: 18px;
  font-weight:600;
  letter-spacing: 0.075em;
}
.reason_content_item_box2_desc{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 1.875em;
  text-align: justify;
  padding-top: 14px;
}

.reason_content_hosok_wrap{
  width: 100%;
  margin-top: 32px;
  order: 3;
}
.reason_content_hosok_items{
  display: flex;
  flex-wrap: wrap;
  margin:0 -15px;
}
.reason_content_hosok_wrap .about_why_item_inner{
  border: 5px solid #0075a9;
}
.reason_content_hosok_wrap .about_why_item_inner:after{
  display: none;
}
.reason_content_hosok_wrap .about_why_item_title{
  padding-bottom: 12px;
}
.reason_content_hosok_wrap .about_why_item_desc{
  line-height: 1.875em;
}

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

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

}
@media (max-width:767px){
  /*繰り返し*/
  .reason_content_item:nth-child(n+2){
    margin-top: 50px;
  } 

  .reason_content_hosok_item:nth-child(n+2){
    margin-top: 30px;
  }
  .reason_content_item_box1 .home_reason_item_box1{
    width: 8%;
  }
  .reason_content_item_box1_imgs{
    width: 90%;
  }
  .reason_content_item:nth-child(even) .reason_content_item_box1 .home_reason_item_box1{
    order: 2;
  }
  .reason_content_item:nth-child(even) .reason_content_item_box1 .home_reason_item_box1 p{
    line-height: inherit;
  }
  .reason_content_item:nth-child(even) .reason_content_item_box1 .reason_content_item_box1_imgs{
    order: 1;
  }
  .reason_content_item_box2_desc{
    padding-top: 0;
  }
  .reason_content_item_box2_title{
    text-align: center;
    margin-top: 16px;
  }
  .reason_content_item_box2_title_txt{
    text-align: left;
  }

  .reason_content_item_box2{
    position: relative;
    padding: 16px;
  }
  .reason_content_item_box2:after{
    content: "";
    display: block;
    width: 100vw;
    height:calc(100% + 50px);
    position: absolute;
    bottom: 0;
    z-index: -1;
  }
  .reason_content_item:nth-child(odd) .reason_content_item_box2{
    color: #fff;
  }
  .reason_content_item:nth-child(odd) .reason_content_item_box2:after{
    background: #0075a9;
    margin-right: calc(50% - 50vw);
    left: 0;
  }
  .reason_content_item:nth-child(even) .reason_content_item_box2:after{
    background: #f3f3f3;
    margin-left: calc(50% - 50vw);
    right: 0;
  }
}
@media (min-width:768px){
  .pg_reason{

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

  /*繰り返し*/
  .reason_content_wrap{
    margin-top: 60px;
  }
  .reason_content_items{

  }
  .reason_content_item{

  }
  .reason_content_item:nth-child(n+2){
    margin-top: 70px;
  }
  .reason_content_item:last-child{
    margin-top: 70px;
  }
  .reason_content_item.hosok:after{
    display: none;
  } 
  .reason_content_item_hosok_inner{
    position: relative;
  }
  .reason_content_item_hosok_inner:after,
  .reason_content_item:after{
    content: "";
    display: block;
    width: 100vw;
    height:100%;
    position: absolute;
    z-index: -1;
    top: 15px;

  }
  .reason_content_item_hosok_inner:after,
  .reason_content_item:nth-child(odd):after{
    background: #0075a9;
    margin-right: calc(50% - 50vw);
    left: 30px;
  }
  .reason_content_item:nth-child(even):after{
    background: #f3f3f3;
    margin-left: calc(50% - 50vw);
    right: 30px;
  }
  .reason_content_item:nth-child(odd) .reason_content_item_box1{
    order: 1;
  }
  .reason_content_item:nth-child(odd) .reason_content_item_box2{
    color: #fff;
    order: 2;
  }
  .reason_content_item:nth-child(odd) .reason_content_item_box2 .reason_content_item_box2_title{
    border-bottom: 1px solid #fff;
  }
  .reason_content_item:nth-child(even) .reason_content_item_box1{
    order: 2;
  }
  .reason_content_item:nth-child(even) .reason_content_item_box1 .home_reason_item_box1{
    order: 2;
  }
  .reason_content_item:nth-child(even) .reason_content_item_box1 .home_reason_item_box1 p{
    line-height: inherit;
  }
  .reason_content_item:nth-child(even) .reason_content_item_box1 .reason_content_item_box1_imgs{
    order: 1;
  }
  .reason_content_item:nth-child(even) .reason_content_item_box2{
    order: 1;
  }
  .reason_content_item:nth-child(even) .reason_content_item_box2 .reason_content_item_box2_title{
    border-bottom: 1px solid #0075a9;
  }
  .reason_content_item_box1{
    width: 48.64%;
  }
  .reason_content_item_box1 .home_reason_item_box1{
    width: 8%;
  }
  .reason_content_item_box1_imgs{
    width: 90%;
  }
  .reason_content_item_box1_img:before{

  }
  .reason_content_item_box2{
    width: 42.79%;
    padding-top: 55px;
  }
  .reason_content_item_box2_title{

  }
  .reason_content_item_box2_title_txt{
    font-size: 20px;
  }
  .reason_content_item_box2_desc{
    padding-top: 14px;
  }
  .reason_content_hosok_wrap .about_why_item_inner{
    min-height: 420px;;
  }
}
@media (min-width:1024px){
  .pg_reason{

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

  /*繰り返し*/
  .reason_content_wrap{
    margin-top: 70px;
  }
  .reason_content_items{

  }
  .reason_content_item{

  }
  .reason_content_item:nth-child(n+2){
    margin-top: 115px;
  }
  .reason_content_item:last-child{
    margin-top: 100px;
  }
  .reason_content_item_box1{

  }
  .reason_content_item_box1 .home_reason_item_box1{
    width: 4.6%;
  }
  .reason_content_item_box1_imgs{
    width: 95.37%;
  }
  .reason_content_item_box1_img:before{

  }
  .reason_content_item_box2{

  }
  .reason_content_item_box2_title{

  }
  .reason_content_item_box2_title_txt{

  }
  .reason_content_item_box2_desc{

  }

  .reason_content_hosok_wrap{
    margin-top: 45px;
  }
  .reason_content_hosok_wrap .about_why_item_inner{
    padding: 24px 10px; 
  }
  .reason_content_hosok_wrap .about_why_item_desc{
    padding: 0 5px; 
  }
  .reason_content_hosok_wrap .about_why_item_inner{
    min-height: inherit;
  }
}
@media (min-width:1200px){


}

/*******************************
*　prottype
********************************/
.pg_prottype{

}
.pg_prottype .section.sec1{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_prottype .section.sec2{
  padding-top: 30px;
  margin-top: 30px;
}
.pg_prottype .section.sec3{
  padding-top: 30px;
  margin-top:30px;
}

.prot_merit_items{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.prot_merit_items .about_why_item{
  width: 100%;
}
.prot_merit_items .about_why_item_desc{
  line-height: 1.875em;
}
.prot_merit_items .about_why_item_inner{
  background-image: url(/system_panel/uploads/images/prot_bg.jpg);
}
.prot_merit_item_num{
  font-size: 36px;
  font-weight: normal;
  letter-spacing: 0.075em;
  color: #b61c2c;
  position: absolute;
  top: -24px;
  left: 50%;
  transform:translateX(-50%);
  background: #fff;
  padding: 0 5px;
}

/*施工事例*/
.prot_works_box .webgene-blog{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.prot_works_box .webgene-item .img{
  background-image: url(/system_panel/uploads/images/noimage.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 5px solid #fff;
  box-shadow: 1.286px 1.532px 2.97px 0.03px rgba(24, 24, 24, 0.2);
}
.prot_works_box .webgene-item .img:before{
  padding-top: 71.42%;
}
.prot_works_box .webgene-item .blogItemTitle{
  display: block;
  text-align: center;
}
/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  .prot_merit_items .about_why_item:nth-child(n+2){
    margin-top: 50px;
  }

  /*施工事例*/
  .prot_works_box{
    margin-top: 30px;
  }
  .prot_works_box .webgene-item{
    padding: 0 10px;
  }
  .prot_works_box .webgene-item:nth-child(n+3){
    margin-top: 16px;
  }
}
@media (min-width:768px){
  .pg_prottype{

  }
  .pg_prottype .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_prottype .section.sec2{
    padding-top: 50px;
    margin-top: 50px;
  }
  .pg_prottype .section.sec3{
    padding-top: 50px;
    margin-top: 50px;
  }

  .prot_merit_items{
    margin-top: 50px;
  }
  .prot_merit_items .about_why_item:nth-child(n+3){
    margin-top: 30px;
  }
  .prot_merit_items .about_why_item{
    width: 48.19%;
  }
  .prot_merit_item_num{
    font-size: 40px;
  }

  /*施工事例*/
  .prot_works_box{
    margin-top: 60px;
  }
  .prot_works_box .webgene-item:nth-child(n+4){
    margin-top: 20px;
  }
}
@media (min-width:1024px){
  .pg_prottype{

  }
  .pg_prottype .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_prottype .section.sec2{
    padding-top: 50px;
    margin-top: 75px;
  }
  .pg_prottype .section.sec3{
    padding-top: 50px;
    margin-top: 80px;
  }


  .prot_merit_items{
    margin-top: 65px;
  }
  .prot_merit_items .about_why_item:nth-child(n+3){
    margin-top: 65px;
  }
  .prot_merit_item_num{
    font-size: 45px;
  }
}
@media (min-width:1200px){


}


/*******************************
*　FLOW
********************************/
.pg_flow{

}
.pg_flow .section.sec1{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_flow .section.sec2{
  padding-top: 30px;
  margin-top: 30px;
}
.pg_flow .section.sec3{
  padding-top: 30px;
  margin-top: 30px;
}

/*ページ内リンク*/
.flow_link_items{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.flow_link_item{
  display: block;
}
.flow_link_item.red{

}
.flow_link_item .flow_link_item_outer{
  background: #f9f9f9;
  padding: 5px;
  box-shadow: 0.743px 0.669px 2.97px 0.03px rgba(24, 24, 24, 0.35);
}
.flow_link_item .flow_link_item_inner{
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: center;
  padding: 10px;
}
.flow_link_item .flow_link_item_inner p{
  position: relative;
}
.flow_link_item .flow_link_item_inner p:after{
  content: "\f13a";
  font-family: 'FontAwesome';
  font-weight: 400;
  margin-right: 5px;
  position: absolute;
  top: 50%;
  right:-5px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.flow_link_item.red .flow_link_item_inner{
  border: 1px solid #b61c2c;
}
.flow_link_item.red .flow_link_item_inner p:after{
  color: #b61c2c;
}
.flow_link_item.br .flow_link_item_inner{
  border: 1px solid #0075a9;
}
.flow_link_item.br .flow_link_item_inner p:after{
  color: #0075a9;
}

/*流れ*/
.flow_content_items{
  display:flex;
  flex-wrap: wrap;
  margin: 30px -15px 0;
}
.flow_content_item{

}
.flow_content_item_inner{

}
.flow_content_item_title{
  display: flex;
  justify-content: flex-end;
  position: relative;
  /*  border-top:1px solid #b61c2c; 
    border-bottom:1px solid #b61c2c;*/
  padding: 16px 0;
  padding-top: 8px;
}
.flow_content_item_title:before{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #b61c2c;
  position: absolute;
  top: 0;
}
.flow_content_item_title:after{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #b61c2c;
  position: absolute;
  bottom: 0;
}
.flow_content_item_title_en{
  font-size: 36px;
  font-weight: normal;
  letter-spacing: 0.075em;
  color: #b61c2c;
  position: absolute;
  top: -5px;
  left: 0;
  background: #fff;
  width: 18.57%;
  padding-top: 8px;
}
.flow_content_item_title_ja{
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.075em;
  width: 81.42%;
  padding: 6px 0 0px;
}
.flow_content_item_img{
  margin-top: 14px;
}
.flow_content_item_img:before{
  padding-top: 62.85%;
}
.flow_content_item_desc{
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 1.86em;
  text-align: justify;
  margin-top: 8px;
}

.flow_content_item_title{

}
.flow_content_items.br .flow_content_item_title_en{
  color: #0075a9;
}
.flow_content_items.br .flow_content_item_title:before{
  background: #0075a9;
}
.flow_content_items.br .flow_content_item_title:after{
  background: #0075a9;
}
/* コピー用 */
@media (max-width:374px){

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

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

  .flow_link_item:nth-child(n+2){
    margin-top: 10px;
  }
  /*流れ*/
  .flow_content_items{
    margin: 40px -10px 0;
  }
  .flow_content_item{
    padding: 0 10px;
  }
  .flow_content_item:nth-child(n+2){
    margin-top: 30px;
  }
}
@media (min-width:768px){
  .pg_flow{

  }
  .pg_flow .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_flow .section.sec2{
    padding-top: 50px;
    margin-top: 50px;
  }
  .pg_flow .section.sec3{
    padding-top: 50px;
    margin-top: 50px;
  }

  /*ページ内リンク*/
  .flow_link_items{

  }
  .flow_link_item{

  }
  .flow_link_item.red{

  }
  .flow_link_item .flow_link_item_outer{

  }
  .flow_link_item .flow_link_item_inner{

  }

  /*流れ*/
  .flow_content_items{
    margin-top:40px;
  }
  .flow_content_item{

  }
  .flow_content_item:nth-child(n+4){
    margin-top: 30px;
  }
  .flow_content_item_inner{

  }
  .flow_content_item_title{

  }
  .flow_content_item_title_en{
    font-size: 45px;
    width: 35%;
  }
  .flow_content_item_title_ja{
    font-size: 18px;
    width: 65%;
  }
  .flow_content_item_img:before{

  }
  .flow_content_item_desc{

  }

  .anchor.item{
    position: relative;
    top: -40px;
  }
}
@media (min-width:1024px){
  .pg_flow{

  }
  .pg_flow .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_flow .section.sec2{
    padding-top: 50px;
    margin-top: 50px;
  }
  .pg_flow .section.sec3{
    padding-top: 50px;
    margin-top: 70px;
  }

  /*ページ内リンク*/
  .flow_link_items{

  }
  .flow_link_item{

  }
  .flow_link_item.red{

  }
  .flow_link_item .flow_link_item_outer{

  }
  .flow_link_item .flow_link_item_inner{

  }

  /*流れ*/
  .flow_content_items{
    margin-top: 52px;
  }
  .flow_content_item{

  }
  .flow_content_item_inner{

  }
  .flow_content_item_title{

  }
  .flow_content_item_title_en{
    width: 24%;
  }
  .flow_content_item_title_ja{
    width: 75%;
  }
  .flow_content_item_img:before{

  }
  .flow_content_item_desc{

  }
}
@media (min-width:1200px){
  .flow_content_item_title_ja{
    width: 81.42%;
  }
  .flow_content_item_title_en{
    width: 18.57%;
  }


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


/* コピー用 */
@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;
  }


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


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


}


/*******************************
*　記事一覧(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;
}

/* リスト */
.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: #0075a9;
  color: #FFF;
  padding: 10px 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 20px;
}

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

/* 詳細 */
.posts_detail{
  border-bottom: 1px dotted #c34552;
  border-top: none;;
  padding: 15px 0;
}
.posts_detail .webgene-item{

}
.posts_detail .meta{
  border-bottom: 1px dotted #c34552;
  padding-bottom: 10px;
  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{
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.075em;
  width: 100%;
}
.posts_detail .meta .title{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  margin-top: 10px;
}
.posts_detail .post_content{
  line-height: 2.25em;;
  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;
}

.posts_layout_box2 select, .posts_category_sp select {
  width: 100%;
  height: 50px;
  padding: 8px;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #000000;
}


/* コピー用 */
@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;
  }

  .news_lists{
    margin-top: 30px;
  }
  .news_lists .webgene-item + .webgene-item{
    margin-top: 10px;
  }
  .news_lists .webgene-item .title{
    margin-top: 5px;
  }
}
@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_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: 115px;
  }
  .posts_category_sp{
    display: none;
  }

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

  }
  .posts_detail .meta{
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 16px;
    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: 100%;
  }
  .posts_detail .meta .title{
    width: 100%;
    font-size: 18px;
    margin-top: 20px;
  }
  .posts_detail .post_content{
    padding: 0;
  }
  .posts_detail .thumb{
    margin-bottom: 20px;
  }
  .posts_layout .link_2{
    margin-top: 80px;
  }


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

  /* リスト */
  .posts_list{

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

  }

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

  .pg_news{
    padding-top: 0;
  }

}

/*******************************
*　採用情報
********************************/
.pr_recruit{

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

/*テーブル*/
.recruit_tbl {
  margin-top: 40px;
}
.recruit_tbl .table_rows_th,
.recruit_tbl .table_rows_td{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  border: 1px solid #ababab;
}
.recruit_tbl .table_rows_th{
  background: #e8f2f7;
}
.recruit_tbl .table_rows_td{
  line-height: 2;
}
.pr_recruit .link_2{
  max-width: 285px;
  padding: 16px 0;
}

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

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

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

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

  }
  .recruit_tbl .table_rows_td{

  }
  .recruit_tbl .table_rows_tr:last-child .table_rows_td{
    border-bottom: 1px solid #ababab;
  }
}
@media (min-width:768px){
  .pr_recruit{

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

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

  }
  .recruit_tbl .table_rows_th{
    width: 200px;
    padding: 18px 27px;
  }
  .recruit_tbl .table_rows_td{
    padding: 18px 37px;
  }
  .pr_recruit .link_2{
    margin-top: 80px;
  }

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

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

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

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

  }

  /*地図*/
  .gmap{
    margin-top: 70px;
  }
  .access_map iframe{
    height: 450px;
  }
}
@media (min-width:1200px){


}

/*******************************
*　会社概要
********************************/
.pg_company{

}
.pg_company .section.sec1{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_company .section.sec2{
  padding-top: 30px;
  margin-top: 30px;
}

/*テーブル*/
.company_tbl{

}
.company_tbl .table_rows_th,
.company_tbl .table_rows_td{

}
.company_tbl .table_rows_th{

}
.company_tbl .table_rows_td{

}

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

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

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

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

  }
  .pg_company .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_company .section.sec2{
    padding-top: 50px;
    margin-top: 50px;
  }

  /*テーブル*/
  .company_tbl{

  }
  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td{

  }
  .company_tbl .table_rows_th{
    padding: 14px 16px;
  }
  .company_tbl .table_rows_td{
    padding: 14px 21px;
  }
}
@media (min-width:1024px){
  .pg_company{

  }
  .pg_company .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_company .section.sec2{
    padding-top: 50px;
    margin-top: 70px;
  }
  /*テーブル*/
  .company_tbl{

  }
  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td{

  }
  .company_tbl .table_rows_th{

  }
  .company_tbl .table_rows_td{

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


}
/*******************************
*　
********************************/
.pg_xxx{

}
.pg_xxx .section.sec1{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_xxx .section.sec2{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_contact .section.sec3{
  padding-top: 30px;
  margin-top: 30px;
}
.privacy_item .privacy_ttl{
  font-family: "Noto Sans JP", sans-serif;
  border-left: 6px solid #0075a9;
  letter-spacing: 0.04em;
}

.pg_contact .privacy_item{
  margin-top: 30px;
}
.body_contact .pg_contact .formBtn.formSend{
  max-width: 255px;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.075em;
  margin: 36px auto 0;
  text-align: left;
  padding: 10px; 
  display: block;
  background: #0075a9;
  color: #fff;
  text-align: center;
  position: relative;
  border: 1px solid #0075a9;
  font-family: "Noto Sans JP", sans-serif;
}
.body_contact .pg_contact .formBtn.formSend:hover{
  color: #0075a9;
  background: #fff;
  border: 1px solid #0075a9;
}
.body_contact .pg_contact .formBtn.formSend:after{
  content: "\f0a9";
  font-family: 'FontAwesome';
  font-weight: 400;
  color: #fff;
  margin-right: 5px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.body_contact .pg_contact .formBtn.formSend:hover:after{
  color: #0075a9;
}

.pg_contact .radioArea {
  padding: 0 10px;
}
.pg_contact .radioArea .d-inline-block .label{
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.16em;
}
.pg_contact .radioArea .d-inline-block{
  margin-right: 16px;
}
.body_contact .pg_contact .section.sec2 .about_header_wrap{
  margin-bottom: 26px;
}

.no_recruit{
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  margin-top: 30px;
}
/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  .pg_facility .facility_intro_item{
    width: 100%;
  }
  .pg_facility .facility_intro_item:nth-child(n+2){
    margin-top: 30px;
  }
}
@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_contact .section.sec3{
    padding-top: 50px;
    margin-top: 30px;
  }
  .body_contact .pg_contact .section#policy .contact_tt{
    font-size: 21px;
    letter-spacing: 0.2em;
    font-weight: 500;
    margin-bottom: 50px;
  }
  .body_contact .pg_contact .section.sec2 {
    padding: 125px 0 20px;
  }

  .no_recruit{
    font-size: 18px;
    margin-top: 50px;
  }
}
@media (min-width:1024px){
  .pg_contact .section.sec3{
    padding-top: 50px;
    margin-top: 40px;
  }
  .thanks_text{
    text-align: center;
  }

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


}
