@charset "UTF-8";
/*
Theme Name: MY-THEME
*/
@import "style-visual.css";

/* Webフォント読込サンプル */
/*
@font-face {
  font-family: "Font-Family-NAME";
  src: url(css/fonts/font-file.woff2) format("woff2"),
  url(css/fonts/font-file.woff) format("woff"),
  url(css/fonts/font-file.eot) format("eot");
  font-weight: 400;
  font-style: normal;
}
*/

/* ==========================================================================
   サイト毎の独自のスタイル
   ========================================================================== */

/* 基本フォント: ゴシック */
body{
  font-family:  'Noto Sans JP', "游明朝体", "Yu Mincho", YuMincho, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.666;
  color: #181818;
}
.outfit{
  font-family: 'Outfit', sans-serif;
}
.zenmaru{
  font-family: 'Zen Maru Gothic', serif;
}
.calistoga{
  font-family: 'Calistoga', serif;
}



/* 基本フォント: 明朝 */
/**/
body{
  /* 游明朝体 */
  /*font-family: "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  /* ヒラギノ明朝 */
  /*font-family: 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro', 'Yu Mincho', '游明朝', 'MS Mincho', 'MS明朝', serif;*/
}
.img_fit img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover';
  position: absolute;
  left: 0;
  top: 0;
}
/* admin-barの高さ分の padding 設定 */
body.admin-bar{
  padding-top: 32px;
}
@media (max-width:782px){
  body.admin-bar{
    padding-top: 46px;
  }
} 

.gothic{
  font-family: '游ゴシック体','Yu Gothic', 'YuGothic', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.mincho{
  font-family: "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

a{
  color: inherit;
}
a:hover{
  opacity: 0.8;
}

img{
  max-width: 100%;
}
a:hover img{
  opacity: 0.8;
}
.read_more a:hover{
  color: #fff;
  opacity: .9;
}

img[class*="wp-image-"],
img[class*="attachment-"]{
  max-width: 100%;
  height: auto;
}

i, em{
  font-style: normal;
}

/* 動画埋め込みのレスポンシブ対応 */
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%;
}

/* テーブル */
table{
  width: 100%;
  table-layout: fixed;
}
table th,
table td{
  padding: 10px 10px;
}

/* テーブル 汎用class */
.tbl{

}
.tbl th,
.tbl td{
  border: 1px solid #b2b2b2;
}
.tbl th{

}
.tbl td{

}


/* スクロール テーブル */
.js-scrollable{
  overflow-x: auto;
}
.js-scrollable table{
  min-width: 748px;
}

/* 指定デバイスのみで表示するclass */
@media (min-width:1200px){
  .md:not(.pc){
    display: none;
  }
  .tb:not(.pc){
    display: none;
  }
  .sp:not(.pc){
    display: none;
  }
}
@media (min-width:1024px) 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;
  }
  .md:not(.tb){
    display: none;
  }
  .sp:not(.tb){
    display: none;
  }
}
@media (max-width:767px){
  .pc:not(.sp){
    display: none;
  }
  .md:not(.sp){
    display: none;
  }
  .tb:not(.sp){
    display: none;
  }
}


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

/* **********************************
 *  コンテナ
 * ********************************* */
.wrapper{
  overflow-x: hidden;
}
.container{
  width: 1510px;
  max-width: 100%;
  padding: 0 10px; 
  margin: 0 auto;
}
.section{
  width: 100%;
  /*margin-bottom: 50px;*/
  /*padding: 30px 0;*/ 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.pg_header{
  /*padding: 15px 0;*/
  background-image: none;
  background: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-bottom: 2px solid #103970;
  margin-bottom: 60px;
}
.pg_header .container{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 275px;
}

/* 共通のfloat ボックスとして定義しておく */
.box_l{
  float: left;
}
.box_r{
  float: right;
}

/* ▼サンプル▼ 利用箇所毎に幅指定だけで済むように */
/*
.post_list .post_box .box_l {
    width: 70%;
}
.post_list .post_box .box_r {
    width: 25%;
}
*/

/* ▼サンプル▼ リストなどでアイキャッチがない場合のclass */
/*
.post_list .post_box .box_w{
  width: 100%;
}
*/

/*
 * 共通クラスとして定義しておく
 * リスト組みのテンプレート
 * 
 */

.listbox{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.listbox .item{
  display: block;
  width: 100%;
}
.listbox .item .img{
  position: relative;
  display: block;
  overflow: hidden;
}
.listbox .item .img:before{
  content: "";
  display: block;
  padding-top: 100%;
}
.listbox .item .img.img2x1:before{
  padding-top: 50%;
}
.listbox .item .img.img1x2:before{
  padding-top: 200%;
}
.listbox .item .img.img2x3:before{
  padding-top: 150%;
}
.listbox .item .img.img3x2:before{
  padding-top: 66.666666%;
}
.listbox .item .img.img3x4:before{
  padding-top: 133.333333%;
}
.listbox .item .img.img4x3:before{
  padding-top: 75%;
}
.listbox .item .img.img16x9:before{
  padding-top: 56.25%;
}
.listbox .item .img img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.listbox .item .title{

}
.listbox .item .date{

}
.listbox .item .txt{

}


/* ▼サンプル▼ 利用箇所ごとにマージンなど設定 */
/*
.post_content .col1,
.post_content .col2,
.post_content .col3{
  margin-bottom: 20px;
}
*/


/* **********************************
 *  ヘッダー
 * ********************************* */
header{
  padding: 0;
}
.home header .hdr1{
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: none;
}
header .hdr1{
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 0 15px 0px rgba(0, 0, 0, 0.35);
  position: relative;
}

header .hdr1 .hdr_logo{
  line-height: 1;
}
header .hdr1 .hdr_logo .logo{
  font-size: 10px;
  font-weight: 500;
}
header .hdr1 .hdr_logo .logo a{
  display: flex;
  flex-direction: column;
  align-items: center;
}
header .hdr1 .hdr_logo .logo img{
  margin-bottom: 10px;
}
header .hdr1 .hdr_contact{
  width: 120px;
  text-align: center;
  background: #103970;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  padding: 35px 0;
}
.hdr_outer{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.hdr_outer .fa-envelope:before{
  margin-right: 5px;
}

@media (max-width:374px){

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

}
@media (max-width:767px){
  .pg_header .container{
    height: 130px;
  }
  .hdr_logo .logo{
    width: 150px;
    margin: 0 auto;
  }
}
@media (min-width:768px){
  .hdr1{
    padding-left: 20px;
  }
  header .hdr1 .hdr_contact{
    width: 130px;
    margin-left:30px;
  }
  header .hdr1 .hdr_logo .logo{
    font-size: 13px;
  }

  .pg_header{
    margin-bottom: 90px;
  }
}
@media (min-width:1024px){
  .hdr1{
    padding-left: 60px;
  }
  header .hdr1 .hdr_contact{
    width: 160px;
    margin-left: 50px;
  }
  header .hdr1 .hdr_logo .logo{
    font-size: 15px;
  }

  .pg_header{
    margin-bottom: 120px;
  }

}
@media (min-width:1200px){
  header .hdr1 .hdr_contact{
    margin-left: 230px;
  }

}

/* **********************************
 *  グローバルナビ
 * ********************************* */
.gnav{
  /*background: #EEE;*/
  /*padding: 0 5px;*/
}
.gnav > ul{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  /*font-size: 18px;*/
}
.gnav > ul > li{
  position: relative;
}
.gnav > ul > li.menu-item-has-children:after{
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #FFF;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.gnav li a{
  color: #333;
  text-decoration: none;
  display: block;
  padding: 0 14px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
}
.gnav li a:hover{
  opacity: .8;
  /*background: #333;*/
  /*color: #FFF;*/
}
.hdr_contact:hover,
.contact_form_btns:hover{
  opacity: .8;
}

.gnav .children,
.gnav .sub-menu{
  display: none;
  background: #aaa;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1;
}
.gnav li:hover > .children,
.gnav li:hover > .sub-menu{
  display: block;
}


.mv{
  position: relative;
  /*background-image: url('/img/mv.jpg');*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;

  display: flex;
  justify-content: center;
  align-items: center;
}
.mv .mv_box{

}
.mv .mv_box .txt{
  font-size: 32px;
}
.mv .mv_box .img{

}
.mv .mv_box .img img{

}

.mv .container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.mv_image{
  width: 65%;
  height: 780px;
  position: relative;
}
.mv_image:before{
  content: "";
  display: block;
  width: 1420px;
  height: 780px;
  background: url(/img/home/mv_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -1;
  position: absolute;
  top: 0;
  left: -100px;
}
.mv_img{
  position: absolute;
  top: 50%;
  left:0;
  transform: translateY(-50%);
}
.mv_txt{
  width: 33%;
}
.mv_txt .txt1{
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.222em;
}
.mv_txt .txt1 span{
  color: #ff9900;
}
.mv_txt .txt2{
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.4761em;
  margin-top: 18px;
}

/*.*/
@media (max-width:374px){

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

}
@media (max-width:767px){
  .mv .container{
    justify-content: flex-end;
    height: calc(100vh - 76px - 43px);
    align-items: flex-start;
  }
  .mv_txt{
    width: 100%;
    position: absolute;
    bottom: 50px;
    left: 0;
    margin-left: 10px;
    z-index: 5;
  }
  .mv_image {
    width:75%;
    height: 400px;
    position: relative;
  }
  .mv_image:before {
    content: "";
    display: block;
    width: 730px;
    height: 400px;
    left: 0;
  }
  .mv_img{
    width: 400px;
  }
}
@media (min-width:768px){
  .gnav li a{
    padding: 0 5px;
  }

  .mv_txt{
    width: 33%;
  }
  .mv_image{
    width: 65%;
    height: 780px;
  }
  .mv_img{
    width: 1072px;
    left: 30px;
  }
  .mv_txt{
    position: relative;
    z-index: 10;
  }
  .mv_txt .txt1{
    font-size: 38px;
  }
  .mv_txt .txt2{
    font-size: 20px;
    margin-top: 28px;
    margin-right: -10px;
    min-width: 390px;
  }

}
@media (min-width:1024px){
  .gnav li a{
    padding: 0 14px;
  }
  .mv_txt{
    width: 25.67%;
  }
  .mv_image{
    width: 70.60%;
    height: 780px;
  }
  .mv_image:before{
    left: -150px;
  }

  .mv_txt{

  }
  .mv_txt .txt1{
    font-size: 39px;
  }
  .mv_txt .txt2{
    min-width: 390px;
  }
  .home_business_item1_title .ja .md{
    display: block;
  }
}
@media (min-width:1200px){
  .mv_txt .txt1{
    font-size: 46px;
  }
  .mv_txt .txt2{
    min-width: inherit;
  }
  .home_business_item1_title .ja .md{
    display: none;
  }
  .mv_txt{
    margin-left: 0;
  }
}
@media (min-width:1300px){
  .mv_txt .txt1{
    font-size: 50px;
  }

}
@media (min-width:1800px){
  .mv_txt .txt1{
    font-size: 59px;
  }
}
/* **********************************
 *  フッター
 * ********************************* */
footer{
  background: #f6f6f6;
  color: #FFF;
  padding: 60px 0 0;
  margin-top: 200px;
}

footer .ftr1{

}
footer .box1{
  width: 100%;
  text-align: center;
}
footer .box2{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

footer .ftr_logo{
  margin-bottom: 50px;
}
footer .ftr_addr{
  line-height: 1.875;
}

footer .ftr_contact{
  background: #FFF;
  color: #111;
  padding: 5px;
}
footer .ftr_contact .inner{
  border: 2px solid #84ccad;
  padding: 10px;
  font-weight: 500;
  text-align: center;
}
footer .ftr_contact .title{

  letter-spacing: 0.05em;
}
footer .ftr_contact .title span{
  display: inline-block;
  padding: 5px 30px;
  border-bottom: 1px solid;
}
footer .ftr_contact .btn1{
  letter-spacing: 0.05em;
}
footer .ftr_contact .btn1 span{
  display: inline-block;
  font-size: 31px;
}
footer .ftr_contact .btn1 span:first-letter{
  font-size: 38px;
}
footer .ftr_contact .btn1 a{
  font-size: 36px;
}
footer .ftr_contact .btn2{
  margin-top: 6px;
}
footer .ftr_contact .btn2 a{
  display: inline-block;
  width: 220px;
  max-width: 100%;
  background: #f29b76;
  padding: 5px;
}
footer .ftr_contact .btn2 i{
  margin-right: 5px;
}

footer .ftr_links{

}
footer .ftr_links li{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  color: #181818;
  line-height:2;
  text-indent: -1.5em;
  padding-left: 1.5em;
}
footer .ftr_links li+li{
}
footer .copy{
  background: #0a3774;
  color: #fff;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.075em;
  padding: 10px 0;
  margin-top: 75px;
  border-top: 2px solid #ec7501;
}
footer .copy a{
  /*color: #111;*/
}


.footer_fix{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #5081c3;
  z-index: 10;
}
.footer_fix ul{
  /*display: table;*/
  width: 100%;
  font-size: 14px;

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 3px;
}
.footer_fix ul li{
  /*display: table-cell;*/
  text-align: center;
  /*vertical-align: middle;*/
}
.footer_fix ul li.btn1{
  width: 36%;
}
.footer_fix ul li.btn2{
  width: 24%;
}
.footer_fix ul li a{
  display: block;
  padding: 10px;
  background: #0a3774;
  color: #FFF;
  text-decoration: none;
}


body.home .ftr_contact_wrap{
  margin-top: 70px;
}
.ftr_contact_wrap{
  margin-top: 100px;
}
.ftr_contact_box{
  background: #0a3774;
  padding: 5px;
  border-radius: 20px;
}
.ftr_contact_box_inner{
  background: #f6f6f6;
  border-radius: 20px;
  position: relative;
}
.ftr_contact_box .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-bottom: 30px;
}
.ftr_contact_box .box1{
  width: 100%;
  order: 2;
  margin-top: 20px;
  padding: 0 20px;
}
.ftr_contact_box .box1 .title{

}
.ftr_contact_box .en{
  font-size: 80px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #fff;
  line-height: 1;
  position: absolute;
  left: 10px;
  top: 0;
  z-index: 0;
}
.ftr_contact_box .box1 .ja{
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
}
.ftr_contact_box .box1 .desc{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.71em;
  margin-top: 20px;
  text-align: justify;
}
.ftr_contact_box .box1 .btns{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}
.ftr_contact_box .box1 .read_more{

}
.ftr_contact_box .box1 .read_more a{

}
.ftr_contact_box .box2{
  width: 100%;
  order: 1;
  text-align: center;
  margin-top: 60px;
}
.ftr_contact_box .box2 .img{

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

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

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

  }
  footer{
    margin-top: 100px;
  }
  .ftr_contact_box .en{
    font-size: 65px;
  }
  .ftr_contact_box .box2 .img{
    width: 75%;
    margin: 0 auto;
  }
  .ftr_contact_box .box1 .read_more{
    width: 100%;
  }
  .ftr_contact_box .box1 .read_more:nth-child(n+2){
    margin-top: 16px;
  }
  .ftr_contact_box .read_more a:after{
    right: 10px;
  }
  .about_technology_box .read_more a:after{
    right: 10px;
    width: 20px;
    height: 8px;
  }

  footer .box2{
    display: none;
  }
  .ftr_contact_box .box2{
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width:768px){
  body.home .ftr_contact_wrap{
    margin-top: 100px;
  }
  .ftr_contact_wrap{
    margin-top: 100px;
  }

  .ftr_contact_box{

  }
  .ftr_contact_box .inner{
    padding-bottom: 40px;
  }
  .ftr_contact_box .box1{
    margin-top: -50px;
  }
  .ftr_contact_box .box1 .title{

  }
  .ftr_contact_box .en{
    font-size: 110px;
  }
  .ftr_contact_box .box1 .ja{
    font-size: 20px;
  }
  .ftr_contact_box .box1 .desc{
    margin-top: 30px;
  }
  .ftr_contact_box .box1 .btns{
    margin-top: 30px;
  }
  .ftr_contact_box .box1 .read_more{
    width: 46%;
    margin: 0 10px;
  }
  .ftr_contact_box .box1 .read_more a{

  }
  .ftr_contact_box .read_more a:after{
    right: 16px;
  }

  .home_company_wrap .read_more a:after,
  .ftr_contact_box .read_more a:after{
    width: 45px;
    background-position: right 0;
  }
  .ftr_contact_box .box2{
    width: 30%;
    margin-top: 0;
    margin-left: auto;
  }

  footer .link_block{
    width:230px; 
    padding-left: 12px;
  }
  footer .link_block:nth-child(n+2){
    padding-left: 20px;
  }
  footer .ftr_links li{
    white-space: nowrap;
  }
}
@media (min-width:1024px){
  body.home .ftr_contact_wrap{
    margin-top: 130px;
  }
  .ftr_contact_wrap{
    margin-top: 205px;
  }
  .ftr_contact_box{

  }
  .ftr_contact_box .inner{
    padding-bottom: 30px;
    padding-left: 60px;
  }
  .ftr_contact_box .box1{
    width: 64.76%;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    order: 1;
    margin-top: 0;
  }
  .ftr_contact_box .box1 .title{

  }
  .ftr_contact_box .en{
    font-size: 140px;
  }
  .ftr_contact_box .box1 .ja{
    font-size: 26px;
  }
  .ftr_contact_box .box1 .desc{
    font-size: 19px;
  }
  .ftr_contact_box .box1 .btns{
    justify-content:flex-start;
  }
  .ftr_contact_box .box1 .read_more{
    width: 46.80%;
    margin-left: 0;
    margin-right: 0;
  }
  .ftr_contact_box .box1 .read_more a{

  }
  .ftr_contact_box .box1 .read_more:nth-child(n+2){
    margin-left: 20px;
  }
  .ftr_contact_box .box2{
    width: 31.75%;
    margin-right: 20px;
    order: 2;
    text-align: justify;
    margin-top: 0;
  }
  .ftr_contact_box .box2 .img{
    margin-top: -30px;
  }
  .ftr_contact_box .read_more a:after{
    right: 10px;
  }
  footer .link_block{
    width:270px; 
    padding-left: 12px;
  }
  footer .link_block:nth-child(n+2){
    padding-left: 20px;
  }
  footer .ftr_links li{
    white-space: nowrap;
  }
}
@media (min-width:1200px){

  .ftr_contact_box{

  }
  .ftr_contact_box .inner{
    padding-left: 60px;
    padding-bottom: 30px;
  }
  .ftr_contact_box .box1{

  }
  .ftr_contact_box .box1 .title{

  }
  .ftr_contact_box .en{
    font-size: 176px;
  }
  .ftr_contact_box .box1 .ja{
    font-size: 28px;
  }
  .ftr_contact_box .box1 .desc{
    font-size: 21px;
  }
  .ftr_contact_box .box1 .btns{

  }
  .ftr_contact_box .box1 .read_more{

  }
  .ftr_contact_box .box1 .read_more a{

  }
  .ftr_contact_box .box1 .read_more:nth-child(n+2) {
    margin-left: 46px;
  }
  .ftr_contact_box .read_more a:after{
    right: 30px;
  }

  footer .link_block{
    width:380px; 
    padding-left: 12px;
  }
  footer .link_block:nth-child(n+2){
    padding-left: 75px;
  }
  footer .ftr_links li{
    white-space: nowrap;
  }
}
@media (min-width:1300px){
  .ftr_contact_box .inner{
    padding-bottom: 10px;
  }
}

/* 検索フォーム */
.pg_404{
  text-align: center;
}
.pg_404{

}

.search-form{
  padding: 20px 0;
}
.search-form .search-field{
  padding: 5px;
}
.search-form .search-submit{
  padding: 5px 10px;
}

.pg_image{

}
.pg_image .attachment{
  padding: 20px;
  background-color: #ececec;
  text-align: center;
}


/* 記事リスト */
.post_items{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.post_items .item{
  width: 50%;
  padding: 20px 15px;
}
.post-type-archive-news .post_items .item{
  padding: 20px 15px 
}
.post_items .item:nth-child(n+3){
  margin-top: 16px;
}
.post_items .item:last-child{

}
.post_items .item a{
  display: block;
  height: 100%;
  background: #f1f7fe;
  border-radius: 10px;
  padding: 14px 14px 20px;
}
.post_items .item .img{
  border-radius: 10px;
}
.post_items .item .date{
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.075em;
  color: #181818;
}
.post_items .item .category{
  width: 150px;
  padding: 0 10px;

}
.post_items .item .category span{
  display: block;
  background: #e5e5e5;
  color: #6c6969;
  padding: 3px;
  margin: 2px;
  text-align: center;
}
.post_items .item .title{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-top: 6px;
  padding: 0;
}
.post_items .item .title a{

}
.post_items .item:after{
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.post_items .item .img:before {
  padding-top: 75%;
  display: block;
  content: "";
}
.post_items .item .img img{
  border-radius: 10px;
}
.post_items .item.single_item{
  display:block;
  width: 100%;
  border-top: 15px solid #103970;
  border-bottom: 1px solid #d3d3d3;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  padding: 12px 40px;
}
.pg_newsdetail .post_items .item .date{
  color:#808080;
  letter-spacing: 0.065em;
}

.post_items .item.single_item:after{
  display: none;
}
.post_items .item.single_item .meta{
  display: flex;
  align-items: center;
  width: 100%;
}
.post_items .item.single_item .title{
  width: 100%;
  font-size: 24px;
  letter-spacing: 0.065em;
  padding-bottom: 10px;
  border-bottom: 1px solid #d3d3d3;
}
.post_items .item.single_item .content{
  width: 100%;
  margin-top: 20px;
  padding-bottom: 20px;
}
.post_items .item.single_item .content *{
  margin-bottom: 1em;
}
.post_items .item.single_item .content h1,
.post_items .item.single_item .content h2,
.post_items .item.single_item .content h3,
.post_items .item.single_item .content h4,
.post_items .item.single_item .content h5,
.post_items .item.single_item .content h6{
  margin-bottom: 0.5em;
}
.post_items .item.single_item .content a{
  color: #2196F3;
}

.post_items .post_content{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.065em;
  line-height: 1.8888em;
  margin-top: 30px;
}
.pg_newsdetail .post_items{
  margin: 0;
}
@media (max-width:374px){

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

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

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


  .post_items .item .title{
    font-size: 18px;
  }
  .post_items .item a{
    padding-bottom: 30px;
  }

  .pg_newsdetail .pagination{
    margin-top: 90px;
  }
}
@media (min-width:1024px){
  .post_items .item{
    width: 25%;
  }
  .post_items .item:nth-child(n+3){
    margin-top: 0;
  }
  .post_items .item:nth-child(n+5){
    margin-top:40px;;
  }
  .post_items .post_content{
    font-size: 18px;
  }
  .post_items .item{
    padding: 26px 40px;
  }

  .pg_newsdetail .pagination{
    margin-top: 130px;
  }
}
@media (min-width:1200px){


}
/* ページ送り(一覧) */
.pagination{
  text-align: center;
  margin-top: 30px;
}
.pagination .nav-links{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;

}
.pagination .page-numbers{
  align-self: stretch;
  border: 1px solid #c0c0c0;
  padding: 5px 10px;
  margin: 4px 4px;
  color: #1e1e1e;
  text-decoration: none;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover{
  background: #e5e5e5;
}
.pagination .page-numbers.next:after{
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 10px;
}
.pagination .page-numbers.prev:before{
  content: "\f100";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

/* ページ送り(詳細) */
.pagination .nav-posts{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pagination .nav-posts .page-next,
.pagination .nav-posts .page-prev{
  min-width: 200px;
}
.pagination .nav-posts .page-next a,
.pagination .nav-posts .page-prev a{
  display: block;
  font-weight: 500;
  border: 1px solid #999999;
  padding: 10px 50px;
  position: relative;
  border-radius: 26px;
}
.pagination .nav-posts .page-next a:before,
.pagination .nav-posts .page-prev a:after{
  font-weight: 900;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pagination .nav-posts .page-next a:before{
  content: "";
  display: block;
  background-image: url(/img/news/left.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 10px;
  width: 45px;
  height: 6px;
}
.pagination .nav-posts .page-prev a:after{
  content: "";
  display: block;
  background-image: url(/img/news/right.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  right: 10px;
  width: 45px;
  height: 6px;
}
.pagination .nav-posts .page-archive a{
  display: block;
  font-size: 18px;
  font-weight: 500;
  background: #103970;
  color: #ffffff;
  border-radius: 26px;
  padding: 10px 115px;
}

/* 検索 */
.search_list{
  background: #eee;
  padding: 15px;
}
.search_list .item{

}
.search_list .item + .item{

}

/* ページTOPに戻る */
.pagetop{
  display: none;
  position: fixed;
  right: 10px;
  bottom: 90px;
}
.pagetop a{
  display: block;
  font-size: 0;
  width: 42px;
  height: 42px;
  text-align: center;
}
.pagetop a i{
  font-size: 40px;
  color: #ec7501;
}


.breadcrumb{
  display: flex;
  list-style: none;
  margin-bottom: 20px;
  font-size: 14px;
  overflow-x: auto;
  overflow-y: hidden;
}
.breadcrumb li{
  display: inline;
  white-space: nowrap;
}
.breadcrumb li + li{
  margin-left: 10px;
}
.breadcrumb li:last-child{
  font-weight: 500;
}
.breadcrumb li a{
  position: relative;
  padding-right: 15px;
}
.breadcrumb li a:after{
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*.breadcrumb li:first-child a{
  padding-left: 15px;
}
.breadcrumb li:first-child a:before{
  content: "\f015";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}*/
@media (max-width:374px){

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

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

}
@media (min-width:768px){
  .pagination .nav-posts .page-archive a{
    font-size: 20px;
  }
  .pagination .nav-posts .page-next a, .pagination .nav-posts .page-prev a{
    font-size: 20px;
  }

  .pagination .nav-posts .page-archive a{
    padding: 10px 50px;
  }
  .pagination .nav-posts .page-next,
  .pagination .nav-posts .page-prev{
    min-width: 230px;
  }
}
@media (min-width:1024px){
  .pagination .nav-posts .page-next, .pagination .nav-posts .page-prev{
    min-width: 285px;
  }
  .pagination .nav-posts .page-archive a{
    padding: 10px 115px;
  }

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


}
/* **********************************
 *  メイン
 * ********************************* */
.main{
  padding: 0 0 50px;
}
body.home .main{
  padding-top: 0;
}

.tt1{
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.075em;
}
.tt1 span{
  display: block;
  text-align: center;
  font-size: 14px;
}

.tt2{

}
.tt2 span{

}
.tt3{

}
.tt3 span{

}
.tt4{

}
.tt4 span{

}
.tt5{

}
.tt5 span{

}

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

}
.section_title .ja{
  font-size: 50px;
  font-weight:600;
  letter-spacing: 0.075em;
  color: #103970;
  display: inline-block;
  margin-top: -10px;
}
.section_title .ja:after{
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background: #ff9900;
  margin-top: 2px;
}
.section_title .en{
  font-size: 20px;
  font-weight:600;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #f6f6f6;
}
/* 詳しく見る サンプル */
.read_more{

}
.read_more a{
  display: block;
  margin: 0 auto;
  padding: 20px 0;
  border-radius: 34px;
  background: #ec7501;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
}
.read_more a:after{
  /*content: "\f054";*/
  content: "";
  display: block;
  position: absolute;
  width: 120px;
  height: 6px;
  top: 50%;
  right: 40px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-image: url(/img/home/arrow_wh.png);
  background-position:center center;
  background-size: cover;
  background-repeat: no-repeat;
}

/*巨大タイトル*/
.section_title_bb{
  text-align: center;
  position: relative;
}
.section_title_bb .en{
  font-size: clamp(2.875rem, 0.033rem + 12.99vw, 15.625rem);
  font-weight: 600;
  letter-spacing: 0.075em;
  color: #f6f6f6;
  line-height: 1;
  position: absolute;
  left: 50%;
  transform:translateX(-50%);
  bottom: -10px;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
}
.section_title_bb .ja{
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.075em;
  color: #103970;
  line-height: 1;
  position: relative;
}
.section_title_bb .ja:after{
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background: #ff9900;
  margin: 10px auto 0;
}

@media (max-width:374px){

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

}
@media (max-width:767px){
  /*ボタン*/
  .read_more a:after{
    background-position: right 0;
    width: 40px;
  }
  /*巨大タイトル*/
  .section_title_bb .en{
    bottom: 10px;
  }
}
@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;
  }


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

  }
  .section_title .en{
    font-size: 150px;
  }
  .section_title .ja{
    font-size: 20px;
  }

  .home_company_wrap .read_more a:after{
    background-position: right 0;
    right: 30px;
    width: 24px;
  } 

  /*巨大タイトル*/
  .section_title_bb{
    text-align: center;
  }
  .section_title_bb .en{

  }
  .section_title_bb .ja{
    font-size: 30px;
  }
}
@media (min-width:1024px){
  .tt1{
    font-size: 36px;
  }
  /*英字付きタイトル*/
  .section_title{

  }
  .section_title .en{
    font-size: 200px;
  }
  .section_title .ja{
    font-size: 26px;
  }
  /*ボタン*/
  .read_more a:after{
    background-position: right 0;
    width: 80px;
  }
  .home_company_wrap .read_more a:after{
    background-position: right 0;
    width: 24px;
  } 

  /*巨大タイトル*/
  .section_title_bb{
    text-align: center;
  }
  .section_title_bb .en{

  }
  .section_title_bb .ja{
    font-size: 36px;

  }
}
@media (min-width:1200px){
  /*英字付きタイトル*/
  .section_title{

  }
  .section_title .en{
    font-size: 250px;
  }
  .home_company_wrap .section_title .en{
    font-size: 200px;
  }



  /*ボタン*/
  .read_more a:after{
    background-position: center center;
    width: 120px;
  }
  .home_company_wrap .read_more a:after{
    width: 45px;
  } 

  /*巨大タイトル*/
  .section_title_bb{
    text-align: center;
  }
  .section_title_bb .en{

  }
  .section_title_bb .ja{
    font-size: 42px;
  }

}
@media (min-width:1300px){
  /*ボタン*/
  /*  .home_company_wrap .read_more a:after{
      background-position: center center;
      width: 120px;
    } */

  .home_company_wrap .section_title .en{
    font-size: 250px;
  }
  /*巨大タイトル*/
  .section_title_bb .en{

  }
}

/* **********************************
 *  Home
 * ********************************* */
.pg_home{

}
.pg_home .section#sec1{
  margin-top: 30px
}
.pg_home .section#sec2{
  margin-top: 80px;
}
.pg_home .section#sec3{
  margin-top: 80px;
}
.pg_home .section#sec4{
  position: relative;
  margin-top: 80px;
}
.pg_home .section#sec4:after{
  content: "";
  display: block;
  width: 100%;
  height: 85%;
  background: #0a3774;
  position: absolute;
  top: 110px;;
  left: 50%;
  transform:translateX(-50%);
  z-index: -1;
}
.pg_home .section#sec5{
  margin-top: 80px;
  position: relative;
}
.pg_home .section#sec5:after{
  content: "";
  display: block;
  width: 800px;
  height: 800px;
  background-image: url(/img/home/company_bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 75px;
  left: 50%;
  transform:translateX(-50%);
  z-index: -1;
}

/*bisiness*/
.home_business_wrap{

}
.home_business_items{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_business_item1{
  width: 100%;
  order: 2;
  margin-top: 20px;
}
.home_business_item1_title{

}
.home_business_item1_title .en{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  color: #103970;
}
.home_business_item1_title .en:after{
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background: #ff9900;
  margin-top: 7px;
}
.home_business_item1_title .ja{
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.075em;
  margin-top: 20px;
}
.home_business_item1 .desc{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 2;
  margin-top: 18px;
  text-align: justify;
}
.home_business_item1 .icons{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
.home_business_item1 .icon{
  text-align: center;
  margin-right: 20px;
}
.home_business_item1 .btns{
  background: #e9eef5;
  border-radius: 10px;
  padding: 10px;
  margin-top: 28px;
}
.home_business_item1 .btns .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}
.home_business_item1 .btn{
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.075em;
  background-image: url(/img/home/arrow.png);
  background-position: right 0 bottom 0;
  background-size: 100% 6px;
  background-repeat: no-repeat;
  padding-bottom: 10px;
}
.home_business_item2{
  width: 100%;
  order: 1;
}
.home_business_item2:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/img/home/business_bg.png);
  background-position:center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.home_business_item2 .img{

}

/*特徴*/
.home_feature_wrap{
  position: relative;
}
.home_feature_wrap:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/img/home/home_bg2.png);
  background-position:center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.home_feature_wrap .section_title .en{
  line-height: 0.58em;
  margin-left: -16px;
}
.home_feature_items{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_feature_item1{
  order: 2;
  margin-top: 20px;
}
.home_feature_item1_title{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.home_feature_item1_title .txt{
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.075em;
  background: #0a3774;
  padding: 5px 0;
  display: inline-block;
}
.home_feature_item1_title .txt:nth-child(n+2){
  margin-top: 8px;
}
.home_feature_item1 .desc{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.90em;
  margin-top: 16px;
}
.home_feature_item1 .icons{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  margin-top: 40px;
}
.home_feature_item1 .icon{
  width: 25%;; 
}
.home_feature_item2{
  order: 1;
  width: 100%;
  text-align: center;
}
.home_feature_item2 .img{
  width: 60%;
  margin: 0 auto;
}
.home_feature_wrap .btns{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}
.home_feature_wrap .btns .read_more a{
  width: 100%;
}
.home_feature_wrap .btns .read_more:nth-child(n+2){
  margin-top: 16px;
}

/*works*/
.home_feature_wrap.works:after{
  display: none;
}
.home_feature_wrap.works .home_feature_item1 .icons{
  align-items: flex-end;
}

/*news*/
.home_news_box{
  margin-top: 40px;
}
.home_news_wrap .section_title .ja{
  color: #fff;
}
.home_news_wrap .section_title .en{
  line-height: 0.8em;
  letter-spacing: 0.085em;
}
.home_news_box{
  display: flex;
  flex-wrap:wrap;
  margin: 0 -15px;
}
.home_news_box .item{
  width: 50%;
  padding: 0 15px;
}
.home_news_box .item:nth-child(n+3){
  margin-top: 16px;
}
.home_news_box .item .inner{
  display: block;
  padding: 14px;
  border-radius: 10px;
  background: #fff;
  height: 100%;
}
.home_news_box .item .img{
  border-radius: 10px;
}
.home_news_box .item .img img{

}
.home_news_box .item .img:before{
  content: "";
  display: block;
  padding-top: 75%;
}
.home_news_box .item .date{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 1;
}
.home_news_box .item .title{
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 2;
  margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.home_news_wrap .btns .read_more.lg{
  margin: 50px auto 0;
}
/*会社概要*/
.home_company_wrap{

}
.home_company_wrap .section_title{
  text-align: right;
}
.home_company_wrap .section_title .en{
  line-height: 0.55em;
  letter-spacing: 0;
}
.home_company_wrap .items{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.home_company_wrap .item1{
  width: 100%;
  margin: 0 auto;
}
.home_company_wrap .item1 .img{
  position: relative;

}
.home_company_wrap .item1 .img img{
  border-radius:10px; 
}
/*.home_company_wrap .item1 .img:before{
  content: "";
  display: block;
  padding-top: 107.86%;
}*/
.home_company_wrap .item2{
  width: 100%;
  margin-top: 20px;
}
.home_company_wrap .item2 .desc{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.90em;
  text-align: justify;
}
.home_company_wrap .item2 .btns{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
}
.home_company_wrap .item2 .btns .read_more{
  width: 47.17%;
}
.home_company_wrap .item2 .btns .read_more a{

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

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

}
@media (max-width:767px){
  .pg_home .section#sec4:after{
    top: 35px;
    height: 91%;
  }
  .home_business_item1 .btn{
    width: 75%;
    margin: 0 auto;
  }
  .home_business_item1 .btn:nth-child(n+2){
    margin-top: 16px;
  }
  .home_business_item2{
    position: relative;
    min-height: 330px;
  }
  .home_business_item2:after{
    position: absolute;
    top: 0;
    left: 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
  }
  .home_business_item2 .img{
    text-align: center;
  }
  .home_business_item2 .img img{
    width: 65%;
  }
  .home_business_item1 .icon{
    width: 50%;
    margin-right: 0;
  }
  .home_business_item1 .icon:nth-child(n+3){
    margin-top: 10px;
  }
  .home_feature_wrap .section_title .en{
    font-size: 75px;
  }
  .home_feature_wrap .section_title .ja{
    font-size: 18px;
  }
  .home_feature_wrap .btns .read_more.lg,
  .home_news_wrap .btns .read_more.lg{
    width: 100%;
  }
  .home_feature_wrap:after{
    width: 910px;
    height: 500px;
    position: absolute;
    top: 0;
    right: 0;
  }

  .home_news_box{
    margin-top: 36px;
  }
  .home_news_wrap .section_title .en{
    font-size: 75px;
  }
  .home_news_wrap .section_title .ja{
    font-size: 18px;
  }

  .home_company_wrap .section_title .en{
    font-size: 75px;
  }
  .home_company_wrap .section_title .ja{
    font-size: 18px;
  }
  .home_company_wrap .item2 .btns .read_more{
    width: 100%;
  }
  .home_company_wrap .item2 .btns .read_more:nth-child(n+2){
    margin-top: 16px;
  }
}
@media (min-width:768px){
  .pg_home{

  }
  .pg_home .section#sec1{

  }
  .pg_home .section#sec2{
    margin-top: 120px;
  }
  .pg_home .section#sec3{
    margin-top: 120px;
  }
  .pg_home .section#sec4{
    margin-top: 100px;
  }
  .pg_home .section#sec4:after{
    top: 60px;
    height: 92%;
  }
  .pg_home .section#sec5{
    margin-top:200px;
  }
  .pg_home .section#sec5:after {
    width: 2000px;
    height: 1122px;
    bottom: 32px;
    left: 50%;
  }
  /*bisiness*/
  .home_business_wrap{

  }
  .home_business_items{

  }
  .home_business_item1{
    margin-top: 110px;
  }
  .home_business_item1_title{

  }
  .home_business_item1_title .en{
    font-size: 16px;
  }
  .home_business_item1_title .ja{
    font-size: 29px;
  }
  .home_business_item1 .desc{
    font-size: 21px;
  }
  .home_business_item1 .icons{

  }
  .home_business_item1 .icon{
    margin-right: auto;
  }
  .home_business_item1 .btns{
    padding: 20px;
    margin-top: 30px;
  }
  .home_business_item1 .btns .inner{
    padding: 35px;
  }
  .home_business_item1 .btn{
    padding: 0 0 10px;
  }
  .home_business_item1 .btn:first-child{
    padding-left: 0;
  }
  .home_business_item1 .btn:last-child{
    padding-right: 0;
  }
  .home_business_item2{
    position: relative;
  }
  .home_business_item2:after{
    width: 700px;
    height: 581px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .home_business_item2 .img{
    width: 60%;
    margin: 0 auto;
  }

  /*特徴*/
  .home_feature_wrap{

  }
  .home_feature_wrap:after{
    position: absolute;
    top: 0;
    right: 0;
    width: 1705px;
    height: 938px;
  }
  .home_feature_wrap .section_title .en{
    margin-left: -16px;
  }
  .home_feature_items{

  }
  .home_feature_item1{

  }
  .home_feature_item1_title{

  }
  .home_feature_item1_title .txt{

  }
  .home_feature_item1 .desc{

  }
  .home_feature_item1 .icons{
    margin-top: 50px;
  }
  .home_feature_item1 .icon{

  }
  .home_feature_item2{

  }
  .home_feature_item2 .img{

  }
  .home_feature_wrap .btns .read_more.lg{
    width: 100%;
    max-width: 635px;
    margin: 0 16px;
  }
  .home_news_wrap .btns .read_more.lg{
    width: 100%;
    max-width: 635px;
    margin: 50px auto 0;
  }
  .home_feature_wrap .btns .read_more:nth-child(n+2){
    margin-top: 20px;
  }
  .home_feature_wrap .btns{
    margin-top: 70px;
  }
  /*news*/
  .home_news_box{
    margin-top: 50px;
  }
  .home_news_wrap .section_title .en{
    margin-left: -16px;
  }
  .home_news_box{

  }
  .home_news_box .item{
    width: 50%;
    padding: 0 15px;
  }
  .home_news_box .item:nth-child(n+3){
    margin-top: 20px;
  }
  .home_news_box .item .inner{
    padding: 14px 14px 30px;
  }
  .home_news_box .item .img{

  }
  .home_news_box .item .img:before{

  }
  .home_news_box .item .date{

  }
  .home_news_box .item .title{
    font-size: 18px;
    padding-left: 5px;
  }

  /*会社概要*/
  .home_company_wrap{

  }
  .home_company_wrap .section_title{

  }
  .home_company_wrap .items{
    margin-top: 40px;
  }
  .home_company_wrap .item1{

  }
  .home_company_wrap .item1 .img{

  }
  .home_company_wrap .item2{
    margin-top: 30px;
  }
  .home_company_wrap .item2 .desc{
    font-size: 21px;
  }
  .home_company_wrap .item2 .btns{
    margin-top: 60px;
  }
  .home_company_wrap .item2 .btns .read_more{
    width: 47.17%;
    margin-left: 20px;
  }
  .home_company_wrap .item2 .btns .read_more a{

  }

  .home_business_item1 .icons{
    margin-right: -20px;
  }
  .home_business_item1 .icon{
    display: flex;
    align-items: center;
  }

  .home_business_item1 .icon:nth-child(3){
    margin-right: 64px;
  }
  .home_business_item1 .icon:last-child{
    margin-right: 0;
  }
}
@media (min-width:1024px){
  .pg_home{

  }
  .pg_home .section#sec1{

  }
  .pg_home .section#sec2{
    margin-top: 160px;
  }
  .pg_home .section#sec3{
    margin-top: 175px;
  }
  .pg_home .section#sec4{
    margin-top: 130px;
  }
  .pg_home .section#sec4:after{
    width: 100%;
    height: 85%;
    background: #0a3774;
    position: absolute;
    top: 80px;;
  }
  .pg_home .section#sec4:after{

  }
  .pg_home .section#sec5{
    margin-top: 270px;
  }
  .pg_home .section#sec5:after{
    width: 1200px;
    height: 680px;
    bottom: 32px;
    left: 50%;
  }
  /*bisiness*/
  .home_business_wrap{

  }
  .home_business_items{

  }
  .home_business_item1{
    width: 48.99%;
    order: 1;
    margin-top: 0;
  }
  .home_business_item1_inner{
    padding-right: 65px;
  }
  .home_business_item1_title{

  }
  .home_business_item1_title .en{

  }
  .home_business_item1_title .ja{

  }
  .home_business_item1 .desc{

  }
  .home_business_item1 .icons{
    justify-content: flex-start;
  }
  .home_business_item1 .icon{
    margin-right: 12px;
  }
  .home_business_item1 .btns{
    margin-top: 45px;
  }
  .home_business_item1 .btns .inner{
    padding:20px 35px;
  }
  .home_business_item1 .btn{

  }
  .home_business_item1 .btn:nth-child(n+3){
    margin-top: 16px;
  }
  .home_business_item2{
    width: 51.00%;
    padding-top: 50px;
    order: 2;
  }
  .home_business_item2:after{
    width: 843px;
    height: 700px;
    left: -60px;
    right: auto;
  }
  .home_business_item2 .img{
    width: auto;
  }
  /*特徴*/
  .home_feature_wrap{

  }
  .home_feature_wrap:after{
    position: absolute;
    top: 0;
    right: 0;
    width: 1705px;
    height: 938px;
  }
  .home_feature_wrap .section_title .en{
    margin-left: -16px;
  }
  .home_feature_items{
    margin-top: 10px;
  }
  .home_feature_item1{
    width: 60.73%;
    padding-top: 22px;
    order: 1;
    margin-top: 0;
  }
  .home_feature_item1_title{

  }
  .home_feature_item1_title .txt{
    font-size: 21px;
  }
  .home_feature_item1 .desc{
    font-size: 21px;
    margin-right: -10px;
  }
  .home_feature_item1 .icons{
    margin-top: 75px;
    justify-content: flex-start;
  }
  .home_feature_item1 .icon{
    width: 25%;; 
    margin-right: 40px;
  }
  .home_feature_item2{
    width: 39.12%;
    order: 2;
    text-align: justify;
  }
  .home_feature_item2 .img{
    width: auto;
  }
  .home_feature_wrap .btns{
    margin-top: 90px;
  }
  .home_feature_wrap .btns .read_more.lg{
    width: 100%;
    max-width: 400px;
    margin: 0 16px;
  }
  .home_news_wrap .btns .read_more.lg{
    width: 100%;
    max-width: 400px;
    margin: 60px auto 0;
  }
  .home_feature_wrap .btns .read_more:nth-child(n+2){
    margin-top: 0;
  }

  /*works*/
  .home_feature_wrap.works{
    position: relative;
  }
  .home_feature_wrap.works .section_title{
    text-align: right;
    position: absolute;
    right: -20px;
    top: 22px;
  }
  .home_feature_wrap.works .section_title .ja{
    text-align: right;
    padding-right: 20px;
  }
  .home_feature_wrap.works .home_feature_item1{
    order: 2;
    padding-top:225px;
    padding-left: 12px;
  }
  .home_feature_wrap.works .home_feature_item2{
    order: 1;
  }
  .home_feature_wrap.works .home_feature_item1 .icons{
    justify-content: flex-end;
    align-items: flex-end;
  }
  .home_feature_wrap.works .home_feature_item1 .icon{
    margin-right: 0;
    margin-left: 40px;
  }
  /*news*/
  .home_news_box{
    margin-top: 65px;
  }
  .home_news_box .item{
    width: 25%;
    padding: 0 15px;
  }
  .home_news_box .item:nth-child(n+3){
    margin-top:0;
  }

  /*会社概要*/
  .home_company_wrap{

  }
  .home_company_wrap .section_title{

  }
  .home_company_wrap .items{
    margin-top: 45px;
  }
  .home_company_wrap .item1{
    width: 34%;
    min-height: 470px;
    margin-left: 0;
  }
  .home_company_wrap .item1 .img{

  }
  .home_company_wrap .item2{
    width: 61.74%;
    padding-left: 10px;
    padding-top: 30px;
    margin-top: 0;
  }
  .home_company_wrap .item2 .desc{

  }
  .home_company_wrap .item2 .btns{
    justify-content: flex-end;
    margin-top: 80px;
  }
  .home_company_wrap .item2 .btns .read_more{
    margin-left:20px;
  }
  .home_company_wrap .item2 .btns .read_more:first-child{
    margin-left: 0;
  }
  .home_company_wrap .item2 .btns .read_more a{

  }
  .home_company_wrap .item2 .desc .pc{

  }
}
@media (min-width:1200px){
  .pg_home .section#sec4:after{
    width: 100%;
    height: 85%;
    background: #0a3774;
    position: absolute;
    top: 110px;;
  }
  .pg_home .section#sec5:after{
    width: 1920px;
    height: 783px;
    bottom: 40px;
    left: 50%;
  }
  .home_business_item1{
    padding-top: 105px;
  }
  .home_business_item2{
    padding-left: 140px;
    padding-top: 85px;
  }
  .home_business_item1 .icon{
    margin-right: 12px;
  }

  .home_business_item2:after{
    width: 975px;
    height: 808px;
    left: 0;
  }
  .home_business_item1 .btn{
    font-size: 13px;
  }
  .home_business_item1 .btn:nth-child(n+3){
    margin-top: 0;
  }
  .home_business_item1 .btns .inner{
    padding: 65px 35px;
  }
  .home_feature_item1 .icon{
    width: 25%;; 
  }
  .home_feature_wrap .btns .read_more.lg{
    width: 100%;
    max-width: 500px;
    margin: 0 16px;
  }
  .home_news_wrap .btns .read_more.lg{
    width: 100%;
    max-width: 500px;
    margin: 60px auto 0;
  }
  .home_company_wrap .item2 .btns .read_more {
    margin-left: 20px;
  }
  .home_company_wrap .item1{
    width: 29.86%;
  }
}
@media (min-width:1300px){
  .home_business_item1 .icon{
    margin-right: 64px;
  }
  .home_business_item1 .btn{
    font-size: 15px;
  }
  .home_feature_item1 .icon{
    width: auto; 
  }
  .home_feature_wrap .btns .read_more.lg{
    width: 100%;
    max-width: 635px;
    margin: 0 16px;
  }
  .home_news_wrap .btns .read_more.lg{
    width: 100%;
    max-width: 635px;
    margin:100px auto 0;                          
  }
  .home_feature_wrap.works .home_feature_item1 .icon{
    margin-left: 63px;
  }
  .home_company_wrap .item2 .btns .read_more {
    margin-left: 5%;
  }

}

/*******************************
*　事業内容
********************************/
.pg_business{

}
.pg_business .section#sec1{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_business .section#sec2{
  padding-top: 20px;
  margin-top: 30px;
}
.pg_business .section#sec3{
  margin-top: 20px;
  padding-top: 40px;
}
.pg_business .section#sec4{
  padding-top: 20px;
  margin-top: 40px;
}
.pg_business .section#sec5{
  padding-top: 30px;
  margin-top: 0;
}

/*タイトル*/
.sec_title{
  text-align: center;
  position: relative;
}
.sec_title .en{
  color: #f6f6f6;
  font-family: 'Outfit', sans-serif;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
  letter-spacing: 0.075em;
  font-size:clamp(2.625rem, -0.273rem + 13.25vw, 15.625rem);
  font-weight: 600;
  line-height: 1;
  position: absolute;
  left: 50%;
  transform:translateX(-50%);
}
.pg_example .sec_title .en{
  letter-spacing: 0;
}
.sec_title .ja{
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.075em;
  color: #103970;
  font-family: 'Zen Maru Gothic', serif;
  line-height: 1;
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform:translateX(-50%);
}
.sec_title .ja:after{
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background: #ff9900;
  margin: 13px auto 0;
}
/*カテゴリ*/
.bisiness_cat_wrap{

}

.bisiness_cat_items{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.bisiness_cat_item{
  width: 100%;
  padding: 0 15px;
}
.bisiness_cat_item .inner{
  background: #ec7501;
  border-radius: 34px;
  display: block;
  text-align: center;
  padding: 16px 0;
}
.bisiness_cat_item .inner p{
  font-weight: 500;
  letter-spacing: 0;
  color: #fff;
}
.bisiness_cat_item .inner p{
  position: relative;
}
.bisiness_cat_item .inner p:after{
  content: "";
  display: block;
  background-image: url(/img/business/arrow_long.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 45px;
  height: 6px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
/*強み*/
.feature_content_wrap{
  position: relative; 
}
.feature_content_wrap:after{
  content: "";
  display: block;
  background-image: url(/img/business/border.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 100vw;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}
.feature_content_wrap .msg{
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.075em;
  color: #fff;
}
.feature_content_items{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 30px -8px 0;
}
.feature_content_item{
  width: 100%;
  margin: 0 8px;
}
.feature_content_item .inner{
  background: #fff;
  border-radius:10px; 
  height: 100%;
  padding: 50px 10px 10px 10px;
}
.feature_content_item .img{
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature_content_item .desc{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 1.77em;
  margin-top: 30px;
  text-align: justify;
}

/*検査*/
.business_analysis_msg{
  padding-top: 50px;
  position: relative;
}
.business_analysis_msg:after{
  content: "";
  display: block;
  background-image: url(/img/business/bg_circle.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 100vw;
  height: 100%;
  z-index: -1;
  top: 0;
}
.business_analysis_msg .txt1{
  text-align: justify;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.71em;
}
.business_analysis_msg .txt1:first-child{
  margin-bottom: 30px;
}
.business_analysis_msg .txt1:nth-child(n+2){
  margin-top: 16px;
}
.business_analysis_items{
  margin-top: 60px;
}
.business_analysis_item{

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

}
.business_analysis_item .title1{
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.075em;
  color: #fff;
  text-align: center;
  background: #0a3774;
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
}
.business_analysis_item .title2{
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.075em;
  margin-top: 18px;
  text-align: justify;
}
.business_analysis_item .desc{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height:1.71em; 
  margin-top: 20px;
}
.business_analysis_box{
  background: #103970;
  padding: 16px;
  border-radius: 10px;
  margin-top: 24px;
}
.business_analysis_box .inner{
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}
.business_analysis_title{
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #103970;
  border-bottom: 3px solid #e9eef5;
  padding-bottom: 16px;
}
.business_analysis_box .content{
  margin-top: 17px;
}
.business_analysis_box .content ul{

}
.business_analysis_box .content li{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.90em;
  display: inline-block;
  margin-right: 34px;
  ;
}

/*テクノロジー*/
.business_technology_wrap{

}
.about_technology_boxs{
  position: relative;
  margin-top: 80px;
}
.about_technology_boxs:after{
  content: "";
  display: block;
  background-image: url(/img/business/long_circle_blue.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 1000px;
  height: 2000px;
  z-index: -1;
  top: -36px;
  left: -280px;
}
.about_technology_box{

}
.about_technology_box:nth-child(n+2){
  margin-top: 30px;
}
.about_technology_box .title{
  max-width: 350px;
  width: 100%;
  font-family: 'Zen Maru Gothic', serif;
  text-align: center;
  background: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.075em;
  margin: 0 auto;
}
.about_technology_box .img{
  width: 100%;
  text-align: center;
  margin-top: 27px;
}
.about_technology_box .img:before{

}
.about_technology_box .desc{
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.71em;
  text-align: justify;
  color: #fff;
  margin-top: 28px;
}
.about_technology_box .read_more{
  max-width: 635px;
  margin: 30px auto 0;
}
.about_technology_box .sub_hosoku{
  color: #fff;
  margin-top: 20px;
}
.about_technology_box .sub_txt{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 2em;
  text-align: justify;
  display: block;
  color: #fff;
}

.business_cooperation_box{

}
.business_cooperation_wrap .business_cooperation_box{
  margin-top: 60px;
}
.business_cooperation_wrap .business_cooperation_box{
  position: relative;
}
.business_cooperation_wrap .business_cooperation_box:after{
  content: "";
  display: block;
  background-image: url(/img/business/short_circle.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 2400px;
  height: 816px;
  z-index: -1;
  top: -36px;
  left: -2000px;
  margin-left: calc(50% - 50vw);
}
.business_cooperation_desc{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.71em;
  text-align: justify;
}


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

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

}
@media (max-width:767px){
  .bisiness_cat_item:nth-child(n+2){
    margin-top: 16px;
  }
  /*タイトル*/
  .sec_title{
    height: 47px;
  }
  .sec_title .en{

  }
  .sec_title .ja{
    font-size: 22px;
    bottom: -20px;
  }


  /*強み*/
  .feature_content_wrap{
    padding: 40px 0;  
    margin-top: 50px;
  }
  .feature_content_items{
    margin: 30px -10px 0;  
  }
  .feature_content_item{
    margin: 0;
    padding: 0 10px;
  }
  .feature_content_item:nth-child(n+2){
    margin-top: 20px;
  }

　/*テクノロジー*/
  .about_technology_boxs:after{
    top: -36px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 1000px;
    height: 2000px;
    z-index: -1;
    top: -36px;
    left: -280px;
  }
  .feature_content_wrap:after{
    margin-left: calc(50% - 50vw);
  }

  /*検査*/
  .business_analysis_msg:after{
    width: 2055px;
    height: 2041px;
    left: -1400px;
  }
  .business_analysis_box .content li{
    display: block;
    padding-left:1em;
    text-indent:-1em;
  }

  .about_technology_boxs{
    padding-bottom: 80px;
  }
  .about_technology_boxs:after{
    height: 100%;
  }

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

  }
  .pg_business .section#sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_business .section#sec2{
    padding-top: 50px;
    margin-top: 80px;
  }
  .pg_business .section#sec3{
    margin-top: 90px;
    padding-top: 50px;
  }
  .pg_business .section#sec4{
    padding-top: 50px;
    margin-top: 50px;
  }
  .pg_business .section#sec5{
    padding-top: 50px;
    margin-top: 100px;
  }

  /*タイトル*/
  .sec_title{
    text-align: center;
    height: 120px;
  }
  .sec_title .en{
    /*    font-size: 95px;*/
  }
  .sec_title .ja{
    font-size: 32px;
    bottom: 0;
  }
  /*カテゴリ*/
  .bisiness_cat_wrap{

  }
  .bisiness_cat_items{

  }
  .bisiness_cat_item{
    width: 50%;
  }
  .bisiness_cat_item .inner{
    padding: 20px 0;
  }
  .bisiness_cat_item .inner p{

  }
  .bisiness_cat_item:nth-child(n+3){
    margin-top: 16px;;
  }
  /*強み*/
  .feature_content_wrap{
    padding-top: 50px;
  }
  .feature_content_wrap:after{
    width: 2500px;
    height: 1090px;
  }
  .feature_content_wrap .msg{
    font-size: 21px;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 1);
  }
  .feature_content_wrap:after{
    margin-right: calc(50% - 50vw);
  }

  .feature_content_items{
    justify-content: flex-end;
    margin-top: 30px;
  }
  .feature_content_item{
    width: 31.8%;
  }

  .feature_content_item .inner{

  }
  .feature_content_item .img{
    max-height: 166px;
  }
  .feature_content_item .desc{
    margin-top: 45px;
  }
  .feature_content_item:nth-child(n+3){
    margin-top: 20px;
  }
  /*検査*/
  .business_analysis_msg{
    padding-top: 80px;
  }
  .business_analysis_msg:after{
    width: 1800px;
    height: 1600px;
    left: -1000px;
  }
  .business_analysis_msg:after{
    margin-left: calc(50% - 50vw);
    top: 30px;
  }

  .business_analysis_msg .txt1{

  }
  .business_analysis_msg .txt1:first-child{
    margin-bottom: 40px;
  }
  .business_analysis_msg .txt1:last-child{
    margin-top: 36px;
  }
  .business_analysis_items{
    margin-top: 70px;
  }
  .business_analysis_item{

  }
  .business_analysis_item:nth-child(n+2){
    margin-top: 80px;
  }
  .business_analysis_item .title{
    text-align: center;
  }
  .business_analysis_item .title1{

  }
  .business_analysis_item .title2{

  }
  .business_analysis_item .desc{
    text-align: justify;
    margin-top: 30px;
  }
  .business_analysis_box{
    padding: 20px;
    margin-top: 32px;
  }
  .business_analysis_box .inner{
    padding: 25px 60px;
  }
  .business_analysis_title{
    text-align: center;
  }
  .business_analysis_box .content{

  }
  .business_analysis_box .content ul{

  }
  .business_analysis_box .content li{
    font-size: 21px;
  }
  /*テクノロジー*/
  .business_technology_wrap{

  }
  .about_technology_boxs{
    margin-top: 100px;
  }
  .about_technology_boxs:after{
    width: 1463px;
    height: 1586px;
    margin-right: calc(50% - 50vw);
    left: -500px;
    top: -60px;
  }
  .about_technology_box{

  }
  .about_technology_box:nth-child(n+2){
    margin-top: 80px;
  }
  .about_technology_box .title{

  }
  .about_technology_box .img{

  }

  .about_technology_box .desc{

  }
  .about_technology_box .read_more{
    margin-top: 44px;
  }
  .about_technology_box .sub_hosoku{
    margin-top: 36px;
  }
  .about_technology_box .sub_txt{

  }
  .business_cooperation_wrap .business_cooperation_box{
    margin-top: 100px;
  }
  .business_cooperation_wrap .business_analysis_box .inner{
    padding: 20px;
  }
  .business_cooperation_wrap .business_cooperation_box:after{
    width: 1705px;
    height: 522px;
    margin-left: calc(50% - 50vw);
    left: -800px;
    top: -70px;
  }
}
@media (min-width:1024px){
  .pg_business{

  }
  .pg_business .section#sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_business .section#sec2{
    padding-top: 50px;
    margin-top: 110px;
  }
  .pg_business .section#sec3{
    margin-top: 170px;
    padding-top: 50px;
  }
  .pg_business .section#sec4{
    padding-top: 50px;
    margin-top: 80px;
  }
  .pg_business .section#sec5{
    padding-top: 50px;
    margin-top: 165px;
  }

  .feature_content_item:nth-child(n+3){
    margin-top: 0;
  }
  /*タイトル*/
  .sec_title{
    text-align: center;
    height: 145px;
  }
  .sec_title .en{

  }
  .sec_title .ja{
    font-size: 42px;
    bottom: 3px;
  }
  /*カテゴリ*/
  .bisiness_cat_wrap{

  }
  .bisiness_cat_items{

  }
  .bisiness_cat_item{
    width: 50%;
  }
  .bisiness_cat_item:nth-child(n+3){
    margin-top: 16px;
  }
  .bisiness_cat_item .inner{

  }
  .bisiness_cat_item .inner p{

  }
  /*強み*/
  .feature_content_wrap{
    padding-top: 68px;
    margin-top: 30px;
  }
  .feature_content_wrap .msg{
    text-shadow:none;
  }
  .feature_content_wrap:after{
    width: 2000px;
    height: 875px;
  }
  .feature_content_items{
    margin-top: 45px;
  }
  .feature_content_item{
    width: 20.80%;
  }
  .feature_content_item:nth-child(n+3){
    margin-top: 0;
  }
  .feature_content_item .inner{

  }
  .feature_content_item .img{
    min-height: 220px;
    max-height: inherit;
  }
  .feature_content_item .desc{
    font-size: 17px;
    margin-top: 20px;
  }

  /*検査*/
  .business_analysis_msg{
    padding-top: 100px;
  }
  .business_analysis_msg:after{
    width: 1705px;
    height: 1600px;
    left: 0;
  }
  .business_analysis_msg .txt1{
    font-size: 19px;
    text-align: center;
  }
  .business_analysis_msg .txt1 br.pc{
    display: none;
  }
  .business_analysis_items{
    margin-top: 90px;
  }
  .business_analysis_item{

  }
  .business_analysis_item:nth-child(n+2){
    margin-top: 70px;
  }
  .business_analysis_item .title{

  }
  .business_analysis_item .title1{
    font-size: 24px;
  }
  .business_analysis_item .title2{
    font-size: 24px;
    text-align: center;
  }
  .business_analysis_item .desc{
    font-size: 21px;
    text-align: justify;
  }
  .business_analysis_item .desc br.pc{
    display: none;
  }
  .business_analysis_box{

  }
  .business_analysis_box .inner{
    padding: 25px 60px;
  }
  .business_analysis_title{
    font-size: 24px;
  }
  .business_analysis_title .content{

  }
  .business_analysis_title .content ul{

  }
  .business_analysis_title .content li{
    font-size: 21px;

  }
  .business_analysis_box .content li{
    margin-right: 42px;
  }
  .business_analysis_box .content li:nth-child(n+5){
    margin-right: 0;
  }
  .business_analysis_item:nth-child(2) .business_analysis_box .content li:nth-child(n+4){
    margin-right: 42px;
  }
  .business_analysis_item:nth-child(2) .business_analysis_box .content{
    text-align: center;
  }
  .business_analysis_item:nth-child(2) .business_analysis_box .content li:last-child{
    margin-right: 0;
  }
  /*テクノロジー*/
  .business_technology_wrap{

  }
  .about_technology_boxs{
    margin-top: 120px;
  }
  .about_technology_boxs:after {
    width: 1732px;
    height: 1876px;
    top: -85px;
    left: -620px;
  }
  .about_technology_box{

  }
  .about_technology_box:nth-child(n+2){
    margin-top: 100px;
  }
  .about_technology_box .title{
    font-size:24px;
  }
  .about_technology_box .img{

  }
  .about_technology_box .desc{
    font-size:21px;
  }
  .about_technology_box .desc br.pc,
  .about_technology_box .sub_txt br.pc{
    display: none;
  }
  .about_technology_box .read_more{

  }
  .about_technology_box .sub_hosoku{

  }
  .about_technology_box .sub_txt{
    font-size:18px;
  }

  /*ネットワーク*/
  .business_cooperation_wrap .business_analysis_box .inner{
    padding: 25px 30px 25px 30px;
  }
  .business_cooperation_wrap .business_analysis_box{
    margin-top: 56px;
  }
  .business_cooperation_wrap .business_analysis_box .content li{
    margin-right: 18px;
  }
  .business_cooperation_wrap .business_analysis_box .content li:nth-child(n+8){
    margin-right: 43px;
  }
  .business_cooperation_wrap .business_analysis_box .content li:first-child{
    margin-right: 42px;;
  }
  .business_cooperation_wrap .business_analysis_box .content{
    padding: 0 34px 0 96px;
  }
  .business_cooperation_wrap .business_cooperation_box:after{
    left: -600px;
    top: -70px;
  }
  .business_cooperation_desc br.pc{
    display: none;
  }

  .business_analysis_msg .txt1 br.pc{
    display: block;
  }
}
@media (min-width:1200px){

  .pg_business .section#sec3{
    margin-top: 65px;
    padding-top: 50px;
  }
  /*タイトル*/
  .sec_title{
    text-align: center;
  }
  .sec_title .en{

  }
  .sec_title .ja{
    font-size: 42px;
    bottom: 3px;
  }
  /*強み*/
  .feature_content_wrap{
    padding-top: 10px;
  }
  .feature_content_wrap:after{
    width: 1705px;
    height: 745px;
  }
  .feature_content_item .desc{
    font-size: 17px;
    margin-top: 20px;
  }
  /*検査*/
  .business_analysis_msg:after{
    width: 1705px;
    height: 1500px;
  }
  .business_analysis_msg .txt1{
    font-size: 20px;
  }
  .business_analysis_item .desc{
    font-size: 20px;
    text-align: center;
  }
  .business_analysis_item .desc br.pc,
  .business_analysis_msg .txt1 br.pc{
    display: block;
  }
  .business_analysis_item:nth-child(n+2){
    margin-top: 101px;
  }
  .business_analysis_box .inner{
    padding: 25px 130px 25px 120px;
  }


  .about_technology_box .sub_txt,
  .about_technology_box .desc{
    text-align: center;
  }

  /*テクノロジー*/
  .about_technology_boxs{
    margin-top: 120px;
  }
  .about_technology_boxs:after{
    width: 1732px;
    height: 1876px;
    top: -85px;
    left: -230px;
  }
  .about_technology_box .desc br.pc,
  .about_technology_box .sub_txt br.pc{
    display: block;
  }

  .business_cooperation_desc{
    font-size: 21px;
    text-align: center;
  }
  /*ネットワーク*/
  business_cooperation_wrap .business_cooperation_box:after{
    left: 0;
    top: -70px;
  }
  .business_cooperation_wrap .business_analysis_box .inner{
    padding: 25px 30px 25px 30px;
  }
  .business_cooperation_desc br.pc{
    display: block;
  }
  .business_analysis_msg .txt1 .pc{
    display: none;
  }
}
@media (min-width:1300px){
  /*タイトル*/
  .sec_title{
    height: 250px;
    text-align: center;
  }
  .sec_title .en{

  }
  .feature_content_wrap{
    padding-top: 68px;
  }
  .feature_content_item .desc{
    font-size: 18px;
    margin-top: 45px;
  }

  .bisiness_cat_item{
    width: 25%;
  }
  .bisiness_cat_item:nth-child(n+3){
    margin-top: 0;
  }
  /*検査*/
  .business_analysis_msg .txt1{
    font-size: 21px;
  }
  .business_analysis_msg:after{
    width: 1705px;
    height: 1458px;
  }
  .business_analysis_item .desc{
    font-size: 21px;
  }
  .about_technology_boxs:after{
    width: 1705px;
    height: 1838px;
  }

  /*テクノロジー*/
  .about_technology_boxs:after{
    width: 1705px;
    height: 1838px;
    top: -85px;
    left: -180px;
  }
  /*ネットワーク*/
  .business_cooperation_wrap .business_cooperation_box:after{
    width: 1827px;
    height: 558px;
    left: -120px;
  }
  .business_cooperation_wrap .business_analysis_box .inner{
    padding: 25px 30px 25px 30px;
  }
}

@media(min-width:1500px){
  .about_technology_boxs:after{
    width: 1715px;
    left: -10px;
  }
}

/*******************************
*　APEX-μ
********************************/
.pg_apexμ{

}
.pg_apexμ .section#sec1{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_apexμ .section#sec2{
  background: #0a3774;
  padding-top: 30px;;
  padding-bottom: 30px;
  margin-top: 30px;
}
.pg_apexμ .section#sec3{
  padding-top: 30px;
  margin-top: 20px;
}

/*見出し*/
.apexμ_header_wrap{

}
.apexμ_header_items{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.apexμ_header_item1{
  width: 100%;
}
.apexμ_header_item1_desc{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.7em;
  text-align: justify;
}
.apexμ_header_item2{
  width: 100%;
}
.apexμ_header_item2 .img{

}

/*画像*/
.apex_technology_wrap{

}
.apex_technology_wrap .title{
  text-align: center;
  font-family: 'Zen Maru Gothic', serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.075em;
  color: #fff;
}
.apex_technology_wrap .desc.one{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.71em;
  text-align: justify;
  color: #fff;
  margin-top: 20px;
}
.apex_technology_items{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 32px;
}
.apex_technology_items .item{
  width: 100%;
  background: #fff;
  border-radius: 20px;
}
.apex_technology_items .item.wide{

}
.apex_technology_items .item .title{
  max-width: 350px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-family: 'Zen Maru Gothic', serif;
  font-weight: 500;
  letter-spacing: 0.075em;
  margin: 0 auto;
  background: #0a3774;
}
.apex_technology_items .item .img{
  background: #000000;
  text-align: center;
  margin-top: 30px;
}
.apex_technology_items .item .desc{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.7em;
  color: #181818;
  text-align: justify;
  padding: 12px;
}

/*フッター*/
.apex_ftr_wrap{

}
.apex_ftr_desc{
  text-align: justify;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.71em;
}
.ftr_msg{
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #e42e6f;
  width: 300px;
  margin: 30px auto 0;
}
.ftr_msg:before{
  content: "";
  display: block;
  width: 67px;
  height: 87px;
  background-image: url(/img/apexμ/left_img.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position:absolute;
  left: 0;
  top: 0;
}
.ftr_msg:after{
  content: "";
  display: block;
  width: 67px;
  height: 87px;
  background-image: url(/img/apexμ/right_img.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position:absolute;
  right: 0;
  top: 0;
}
.apex_ftr_wrap .read_more{
  max-width: 635px;
  margin: 40px auto 0;
}
.apex_ftr_wrap .read_more a:after{
  background-image: url(/img/home/arrow_wh.png);
  background-position: right 0;
  width: 45px;
}
/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  .apexμ_header_items{
    margin-top: 40px;
  }
  .apexμ_header_item2{
    margin-top: 20px;
  }
  .apex_technology_items .item .inner{
    padding: 20px 0;
  }
  .apex_technology_items .item:nth-child(n+2){
    margin-top: 30px;
  }
  .apex_technology_items .item .inner{
    padding:16px;
  }
  .apex_technology_wrap .title{
    text-align: justify;
  }
  .apex_technology_items .item .title{
    text-align: center;
  }

  .ftr_msg{
    max-width: 360px;
    width: 100%;
    margin-top: 65px;
  }
  .ftr_msg:before,
  .ftr_msg:after{
    top: -34px;
  }
}
@media (min-width:768px){
  .pg_apexμ{

  }
  .pg_apexμ .section#sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_apexμ .section#sec2{
    padding-top: 50px;;
    padding-bottom: 40px;
    margin-top: 50px;
  }
  .pg_apexμ .section#sec3{
    padding-top: 50px;
    margin-top: 40px;
  }

  /*見出し*/
  .apexμ_header_wrap{

  }
  .apexμ_header_items{
    margin-top:10px;
  }
  .apexμ_header_item1{
    width: 57.38%;
    align-self: center;

  }
  .apexμ_header_item1_desc{
    font-size: 21px;
    text-align: justify;
  }
  .apexμ_header_item2{
    width: 39.73%;
  }
  .apexμ_header_item2 .img{

  }

  /*画像*/
  .apex_technology_wrap{

  }
  .apex_technology_wrap .title{
    text-align: center;
    font-size: 26px;
  }
  .apex_technology_wrap .desc.one{
    font-size: 21px;
    margin-top: 36px;
  }
  .apex_technology_items{
    margin-top: 40px;
  }
  .apex_technology_items .item{

  }
  .apex_technology_items .item:nth-child(n+2){
    margin-top: 30px;
  }
  .apex_technology_items .item.wide{

  }
  .apex_technology_items .item.short{
    width: 48.99%;
  }
  .apex_technology_items .item .inner{
    margin: 30px auto 0;
  }
  .apex_technology_items .item.wide .inner{
    max-width: 790px;
    width: 100%;
    margin: 30px auto 0;
    padding: 0 30px;
  }
  .apex_technology_items .item.short{
    padding: 0 20px;
  }

  .apex_technology_items .item .title{
    font-size: 21px;
  }
  .apex_technology_items .item .img{

  }
  .apex_technology_items .item .desc{
    font-size: 21px;
    padding: 12px 16px;
  }

  /*フッター*/
  .apex_ftr_wrap{

  }
  .apex_ftr_desc{

  }
  .ftr_msg{
    font-size: 40px;
    min-width: 430px;
    margin-top: 50px;
  }
  .ftr_msg:before,
  .ftr_msg:after{
    top: -20px;
  }
  .apex_ftr_wrap .read_more{

  }
  .apex_ftr_desc .tb.don{
    display: none;
  }
}
@media (min-width:1024px){
  .pg_apexμ{

  }
  .pg_apexμ .section#sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_apexμ .section#sec2{
    padding-top: 70px;;
    padding-bottom: 80px;
    margin-top: 60px;
  }
  .pg_apexμ .section#sec3{
    padding-top: 50px;
    margin-top: 60px;
  }

  /*見出し*/
  .apexμ_header_wrap{

  }
  .apexμ_header_items{
    margin-top: -50px;
  }
  .apexμ_header_item1{
    padding-right: 20px;
  }
  .apexμ_header_item1_desc{
    text-align: justify;
  }
  .apexμ_header_item2{

  }
  .apexμ_header_item2 .img{

  }

  /*画像*/
  .apex_technology_wrap{

  }
  .apex_technology_wrap .desc.one{
    text-align: center;
  }
  .apex_technology_wrap .title{
    text-align: center;
    font-size: 24px;
  }
  .apex_technology_items{
    margin-top: 55px;
  }
  .apex_technology_items .item{

  }
  .apex_technology_items .item.wide{

  }
  .apex_technology_items .item.wide .desc{
    margin-right: -18px;
  }
  .apex_technology_items .item.wide .inner{
    padding: 0;
  }
  .apex_technology_items .item.short{
    padding: 0 65px;
  }
  .apex_technology_items .item .title{
    font-size: 24px;
  }
  .apex_technology_items .item .img{

  }
  .apex_technology_items .item .desc{

  }
  .apex_technology_items .item:last-child .desc{
    margin-right: 0;
  }


  /*フッター*/
  .apex_ftr_wrap{

  }
  .apex_ftr_desc{
    text-align: center;
    font-size: 21px;
  }
  .ftr_msg{
    font-size: 46px;
    min-width: 430px;
    margin-top: 90px;
  }
  .ftr_msg:before,
  .ftr_msg:after{
    top: -20px;
  }
  .ftr_msg:before{
    left: -16px;
  }
  .apex_ftr_wrap .read_more{

  }
  .apex_ftr_desc .tb.don{
    display: block;
  }
}
@media (min-width:1200px){

  .apex_technology_wrap .title{
    text-align: center;
    font-size: 26px;
  }
  .apex_ftr_desc{
    display: block;
  }
}
@media (min-width:1300px){
  .apex_ftr_desc .pc{
    /*display: none;*/
  } 
  .apex_ftr_desc .tb.don{
    display: block;
  }
}

/*******************************
*　技術・特徴
********************************/
.pg_features{

}
.pg_features .section#sec1{
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}
.pg_features .section#sec2{
  padding-top: 0;
  padding-bottom: 0;
  background: #e9eef5;
  margin-top: 50px;
}
.pg_features .section#sec3{
  padding-top: 50px;
}
.pg_features .section#sec4{
  background: #e9eef5;
  margin-top: 50px;
}
.pg_features .section#sec5{
  background: #fef4e5;
  padding: 30px 0;
}

.faq_content_wrap{
  position: relative;
}
.faq_content_wrap.first:before{
  content: "";
  display: block;
  background-image: url(/img/apexμ/left1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 299px;
  height: 407px;
}
.faq_content_wrap.first:after{
  content: "";
  display: block;
  background-image: url(/img/apexμ/right1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 228px;
  height: 398px;
}

.feautures_txt{
  display: inline-block;
  font-size:18px;
  font-weight: 500;
  letter-spacing: 0.075em;
  color: #fff;
  text-align: center;
  background: #0a3774;
  padding: 5px 10px;
  margin-top: 20px;
}
/*タイトル*/
.features_title{
  text-align: center;
  position: relative;
  height: 120px;
}
.features_title .num{
  font-size: 120px;
  font-weight: normal;
  letter-spacing: 0;
  color: #d6e5ed;
  line-height: 1;
}
.features_title .en{
  font-size: 100px;
  font-weight: 600;
  letter-spacing: 0.075em;
  color: #fff;;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
  line-height: 0.35em;
  position: absolute;
  left: 50%;
  transform:translateX(-50%);
  width: 100vw;
}
.features_title .ja{
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.075em;
  color: #fff;
  background: #0a3774;
  padding: 3px 12px;
  position: absolute;
  bottom:-10px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.pg_features .section:nth-child(odd) .features_title .ja{
  background: #d82a68;
  bottom: -16px;
}
.pg_features .section:nth-child(odd) .features_title .en{
  color: #f6f6f6;
}
.pg_features .section:nth-child(even) .features_title .ja{
  background: #0a3774;
}

.pg_features .section:nth-child(even){

}
/*リスト*/
.features_list{
  text-align: center;
  margin-top: 50px;
}
.features_list ul{
  max-width: 470px;
  width: 100%;
  margin: 0 auto;
}
.features_list li{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.075em;
  position: relative;
  padding-left: 30px;
  line-height: 1.71em;
  n
}
.features_list li:nth-child(n+2){
  margin-top: 16px;
}
.features_list li:before{
  content: "\f058";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 24px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #ec7501;
  line-height: 1;
}

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

}
.festures_useful_item{
  background: #e9eef5;
  padding: 16px;
  border-radius: 10px;
}
.festures_useful_item .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
  border-radius: 10px;
}
.festures_useful_item .box1{
  width: 100%;
}
.festures_useful_item .q_title{
  font-size: 20px;
  font-weight:600;
  letter-spacing: 0.075em;
  border-bottom: 3px solid #e9eef5;
  color: #103970;
  padding-bottom: 20px;
  line-height: 1;
}
.festures_useful_item .q_title:before{
  content: "Q.";
  color: #103970;
  margin-right: 10px;
}
.festures_useful_item .anser:before{
  content: "A.";
  color: #103970;
  margin-right: 10px;
}
.festures_useful_item .anser{
  font-size: 18px;
  font-weight:500;
  letter-spacing: 0.075em;
  line-height: 1.90em;
  margin-top: 20px;
  text-indent: -1.5em;
  padding-left: 1.5em;
  text-align: justify;
}
.festures_useful_item .box2{

}
.festures_useful_item .box2 .img{

}

.useful_desc{
  text-align: center;
  position: relative;
  margin-top: 40px;
}
.useful_desc:after{
  content: "";
  display: block;
  background-image: url(/img/features/namisen.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 953px;
  height: 14px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform:translateX(-50%);
}
.useful_desc .desc1{
  display: inline-block;
  background: #ec7501;
  color:#fff;
  padding: 3px 66px;
  font-size: 20px;
  font-weight:600;
  letter-spacing: 0.075em;
  border-radius: 25px;
  position: relative;
}
.useful_desc .desc1:after{
  content: "";
  display: block;
  width:0;
  height:0;
  border-style:solid;
  border-width: 7px 4.5px 0 4.5px;
  border-color: #EC7501 transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -7px;
  transform:translateX(-50%);
}
.useful_desc .desc2{
  font-size: 20px;
  font-weight:700;
  letter-spacing: 0.075em;
  margin-top: 20px;
  padding-bottom: 33px;
}
.faq_content_wrap.third .features_list li:before{
  top: 18px;
  left: 14px;
}

/*アイコン付きカード*/
.features_possive_items{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -15px;

}
.features_possive_items .item{
  width: 50%;
  padding: 0 15px;

}
.features_possive_items .item .inner{
  background: #fff;
  padding: 16px;
  border-radius: 10px;
  height: 100%;
}
.features_possive_items .item .img{
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #cccccc;
}
.features_possive_items .item .title{
  font-size: 18px;
  font-weight:700;
  letter-spacing: 0.075em;
  color: #103970;
  text-align: center;
  padding-top: 8px;
  font-family: 'Zen Maru Gothic', serif;

}
.features_possive_items .item .desc{
  font-size: 17px;
  font-weight:500;
  letter-spacing: 0.075em;
  line-height: 1.666em;
  text-align: justify;
  margin-top: 5px;
  padding: 0 5px;
}

.features_possive_other_wrap{
  margin-top: 20px;
  padding-top: 50px;
}
.features_possive_other_items{
  margin-top: 40px;
}
.features_possive_other_items .item{

}
.features_possive_other_items .item:nth-child(n+2){
  margin-top: 30px;
}
.features_possive_other_wrap .main_title{
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.075em;
  position: relative;
}
.features_possive_other_wrap .main_title:after{
  content: "";
  display: block;
  background-image: url(/img/features/nami2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 371px;
  width: 100%;
  height: 16px;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.features_possive_other_items .item .title{
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.075em;
}
.features_possive_other_items .item .title:after{
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background: #ff9900;
  margin-top: 5px;
}
.item_other_box{
  background: #e9eef5;
  border-radius: 10px;
  padding: 16px;
  margin-top: 20px;
}
.item_other_box .inner{
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}
.item_other_box .inner li{
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 2.38em;
}

.features_ftr_desc{
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.57em;
  margin-top:30px;
}
.festures_useful_item:nth-child(even) .anser{
  text-indent: -1.7em;
  padding-left: 1.7em;
}
/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  .features_title .ja{
    width: 75%;
    bottom: -65px;
    padding: 3px 0;
    margin: 0 auto;
  }
  .pg_features .section:nth-child(odd) .features_title .ja{
    bottom: -65px;
  }
  .features_title .en{
    font-size: 60px;
  }

  .festures_useful_item:nth-child(n+2){
    margin-top: 50px;
  }
  .festures_useful_item .box1{
    order: 1;
  }
  .festures_useful_item .box2{
    width: 30%;
    text-align: center;
    order: 2;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .festures_useful_item .inner{
    padding: 16px;
  }
  .festures_useful_item .q_title{
    line-height: 1.6em;
    padding-left: 1.8em;
    text-indent: -1.8em;
    text-align: justify;
  }

  .faq_content_wrap{
    height:530px;
  }
  .faq_content_wrap.first:before{
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .faq_content_wrap.first:after{
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .features_list li{
    display: flex;
    font-size: 17px;
    padding-left: 24px;
  }
  .features_list li:before{
    left: -5px;;
    top: 2px;
    transform: none;
  }
  .faq_content_wrap.first:before{
    width: 100px;
    height: 132px;
  }
  .faq_content_wrap.first:after {
    width: 100px;
    height: 169px;
  }

  .pg_features .section#sec3 .faq_content_wrap{
    height: auto;
  }

  .useful_desc:after{
    max-width: 350px;
    width: 100%;
  }
  .useful_desc .desc2{
    padding-bottom: 22px;
  }

  .features_list{

  }

  .faq_content_wrap.third{

    height: 570px;
  }
  .faq_content_wrap.third .features_list li{
    padding-left: 30px;
  }
  .faq_content_wrap.third .features_list li:before{
    top: 3px;
    left: 0;
  }
  .faq_content_wrap.third .features_list li{
    text-align: justify;
  }
  .faq_content_wrap.third .features_list{
    margin-top: 80px;
  }
  .features_possive_items .item{
    width: 100%;
  }
  .features_possive_items .item:nth-child(n+2){
    margin-top: 30px;
  }
  .faq_content_wrap.first .features_list{
    margin-top: 80px
  }

  .features_possive_items{
    margin-top: 100px;
  }
  .pg_features .section#sec5 .features_title .ja.two{
    bottom:-105px;
  }
  .features_possive_items .item .img{
    padding: 32px 0;
  }

  .features_possive_other_items .item .title{
    text-align: center;
  }
  .features_possive_other_items .item .title:after{
    margin: 5px auto 0;
  }
  .features_ftr_desc{
    font-size: 22px;
  }
}
@media (min-width:768px){
  .pg_features{

  }
  .pg_features .section#sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_features .section#sec2{
    padding: 50px 0 70px;
    margin-top: 80px;
  }
  .pg_features .section#sec2:before{

  }
  .pg_features .section#sec2:after{

  }
  .pg_features .section#sec3{
    padding-top: 50px;
  }
  .pg_features .section#sec4{
    padding: 40px 0;
    margin-top: 70px;
  }
  .pg_features .section#sec5{
    padding: 55px 0 80px;
  }

  .faq_content_wrap{

  }
  .faq_content_wrap.first:before{
    position: absolute;
    left: 0;
    top: 34%;
    transform: translateY(-50%);
  }
  .faq_content_wrap:after{
    position: absolute;
    right: 0;
    top: 34%;
    transform: translateY(-50%);
  }
  /*タイトル*/
  .features_title{

  }
  .features_title .num{

  }
  .features_title .en{

  }
  .features_title .ja{
    font-size: 21px;
    bottom: -80px;
    padding: 3px 5px;
  }
  .pg_features .section:nth-child(odd) .features_title .ja{
    background: #d82a68;
    bottom: -70px;
  }
  .pg_features .section#sec5 .features_title .ja.two{
    width: 420px;
    bottom: -115px;
  }
  /*リスト*/
  .features_list{
    margin-top: 70px;
  }
  .features_list li{
    text-align: left;
    font-size: 21px;
    padding-left: 36px;
  }
  .features_list li:before{
    left: 0;
  }
  .feautures_txt{
    font-size: 21px;
    margin-top: 36px;
  }
  /*繰り返し*/
  .festures_useful_wrap{
    margin-top: 100px;
  }

  .faq_content_wrap.first:after{
    width: 150px;
    height: 256px;
  }
  .faq_content_wrap.first:before{
    width: 171px;
    height: 236px;
  }
  .festures_useful_items{

  }
  .festures_useful_item{
    padding: 20px;
  }
  .festures_useful_item .inner{
    padding: 20px;
  }
  .festures_useful_item:nth-child(n+2){
    margin-top: 50px;
  }
  .festures_useful_item:nth-child(odd) .box1{
    order: 1;
  }
  .festures_useful_item:nth-child(odd) .box2{
    order: 2;
  }
  .festures_useful_item:nth-child(even) .box1{
    order: 2;
  }
  .festures_useful_item:nth-child(even) .box2{
    order: 1;
  }
  .festures_useful_item .box1{
    width: 79.0444%;
  }
  .festures_useful_item .q_title{
    padding-bottom: 30px;
  }
  .festures_useful_item .q_title:before{

  }
  .festures_useful_item .anser:before{

  }
  .festures_useful_item .anser{

  }
  .festures_useful_item .box2{
    width: 20.95%;
    position: relative;
  }
  .festures_useful_item .box2 .img{
    position: absolute;
    bottom: 0;
  }

  .useful_desc{
    text-align: center;
    margin-top: 55px;
  }
  .useful_desc .desc1{
    font-size: 28px;
  }
  .useful_desc .desc2{
    font-size: 23px;
    margin-top: 25px;
  }

  .faq_content_wrap.third .features_list{
    margin-top: 120px;
  }
  .faq_content_wrap.third .features_list ul{
    max-width: 690px;
  }
  .faq_content_wrap.third .features_list li{
    width: 100%;
    padding-left: 60px;
  }
  /*アイコン付きカード*/
  .features_possive_items{
    margin-top: 200px;
  }
  .features_possive_items .item{
    width: 50%;
  }
  .features_possive_items .item:nth-child(n+3){
    margin-top: 28px;
  }
  .features_possive_items .item .inner{

  }
  .features_possive_items .item .img{
    padding: 55px 0;
  }
  .features_possive_items .item .title{
    font-size: 21px;
  }
  .features_possive_items .item .desc{
    font-size: 18px;
    min-height: 160px;
  }

  .features_possive_other_wrap{
    margin-top: 20px;
    padding-top: 50px;
  }

  .features_possive_other_items{
    margin-top: 50px;
  }
  .features_possive_other_items .item{

  }
  .features_possive_other_wrap .main_title{
    font-size: 30px;
  }
  .item_other_box{
    padding: 20px;
  }
  .item_other_box .inner{
    padding: 20px 45px;
  }
  .item_other_box .inner li{
    font-size: 21px;
    margin-right: 18px;
  }
  .features_possive_other_items .item .title{
    font-size: 26px;
  }
  .features_ftr_desc{
    font-size: 26px;
    margin-top:40px;
  }
}
@media (min-width:1024px){
  .pg_features{

  }
  .pg_features .section#sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_features .section#sec2{
    padding: 50px 0 70px;
    margin-top: 120px;
  }
  .pg_features .section#sec3{
    padding-top: 50px;
  }
  .pg_features .section#sec4{
    padding: 40px 0 75px;
    margin-top: 80px;;
  }
  .pg_features .section#sec5{
    padding: 55px 0 80px;
  }

  .faq_content_wrap{

  }
  .faq_content_wrap:before{
    position: absolute;
    left: 0;
    top: 63%;
    transform: translateY(-50%);
  }
  .faq_content_wrap:after{
    position: absolute;
    right: 0;
    top: 63%;
    transform: translateY(-50%);
  }
  /*タイトル*/
  .features_title{
    text-align: center;
    height: 260px;
  }
  .features_title .num{
    font-size: 260px;
  }
  .features_title .en{
    font-size: 150px;
  }
  .features_title .ja{
    bottom:-50px;
    padding: 3px 12px;
  }
  .pg_features .section#sec5 .features_title .ja.two{
    width: auto;
  }
  .pg_features .section:nth-child(odd) .features_title .ja{
    background: #d82a68;
    bottom: -50px;
  }
  /*リスト*/
  .features_list{
    margin-top: 170px;
  }
  .features_list li{
    width: 490px;
    display: flex;
    align-items: center;x

    padding-left: 50px;
  }
  .features_list li:before{
    left:0px;
  }

  /*繰り返し*/
  .festures_useful_wrap{
    margin-top: 225px;
  }
  .faq_content_wrap.first:after{
    width: 228px;
    height: 398px;
  }
  .faq_content_wrap.first:before{
    width: 299px;
    height: 407px;
  }
  .festures_useful_items{

  }
  .festures_useful_item{

  }
  .festures_useful_item .inner{
    padding: 28px 47px 60px;
  }
  .festures_useful_item .box1{
    width: 79.0444%;
  }
  .festures_useful_item .q_title{
    font-size: 24px;
  }
  .festures_useful_item .q_title:before{
    font-size: 24px;
  }
  .festures_useful_item .anser:before{
    font-size: 24px;
  }
  .festures_useful_item .anser{
    font-size: 21px;
    margin-top: 14px;
  }
  .festures_useful_item .box2{
    width: 20.95%;
  }
  .festures_useful_item .box2 .img{

  }
  .festures_useful_item:nth-child(odd) .box2 .img{
    right: 10px;
    bottom: -80px;
  }
  .festures_useful_item:nth-child(even) .box2 .img{
    left: 10px;
    bottom:-45px;
  }
  .festures_useful_item:last-child .box2 .img{
    bottom: -40px;
    right: -5px;
  }
  .festures_useful_item:nth-child(even) .inner{
    padding: 28px 50px 60px 47px;
  }
  .festures_useful_item:nth-child(n+2) .inner{
    padding-bottom: 30px;
  }
  .useful_desc{
    text-align: center;
  }
  .useful_desc .desc1{
    font-size: 28px;
  }
  .useful_desc .desc2{
    font-size: 30px;
  }

  .features_list ul{

  }
  .faq_content_wrap.third .features_list{
    margin-top:120px;
  }

  .faq_content_wrap.third:before{
    top: 63%;
  }
  .faq_content_wrap.third:after{
    top: 63%;
  }
  .faq_content_wrap.third .features_list ul{
    max-width:500px;
  }

  .pg_features .section#sec5 .features_title .ja.one{
    bottom: -95px;
  }
  .pg_features .section#sec5 .features_title .ja.two{
    bottom: -148px;
  }
  /*アイコン付きカード*/
  .features_possive_items{
    margin-top: 200px;
  }
  .features_possive_item{

  }
  .features_possive_item .inner{

  }
  .features_possive_items .item {
    width: 25%;
  }
  .features_possive_items .item:nth-child(n+3){
    margin-top: 0;
  }
  .features_possive_items .item:nth-child(n+5){
    margin-top: 28px;
  }
  .features_possive_items .item .img{
    min-height: 240px;
  }
  .features_possive_item .title{

  }
  .features_possive_item .desc{

  }

  .features_possive_other_items{
    margin-top: 65px;
  }
  .features_possive_other_items .item{

  }
  .features_possive_other_items .item:nth-child(n+2){
    margin-top: 40px;
  }
  .features_possive_other_items .title{

  }
  .item_other_box{
    margin-top: 20px;
  }
  .item_other_box .inner{
    padding: 10px 40px 10px 45px;
  }
  .item_other_box .inner li{

  }
  .features_ftr_desc{
    font-size: 32px;
    margin-top:65px;
  }
}
@media (min-width:1200px){
  /*タイトル*/
  .features_title{
    text-align: center;
  }
  .features_title .num{
    font-size: 260px;
  }
  .features_title .en{
    font-size: 190px;
  }
  .features_title .ja{
    bottom:-90px;
  }

  .faq_content_wrap.third .features_list {
    margin-top: 75px;
  }
  .faq_content_wrap.third .features_list ul{
    max-width: 690px;
  }
  .features_possive_items .item .img{
    min-height: inherit;
  }
  .example_flow_wrap .desc br.pc{
    display: none;
  }
  .example_flow_wrap .desc br.pc_w{
    display: block; 
  }
}
@media (min-width:1300px){
  /*タイトル*/
  .features_title{
    text-align: center;
    height: 260px;
  }
  .features_title .num{
    font-size: 260px;
  }
  .features_title .en{
    font-size: 250px;
  }
  .features_title .ja{

  }

  .pg_features .section:nth-child(odd) .features_title .ja{
    background: #d82a68;
    bottom: -95px;
  }
  .pg_features .section:nth-child(even) .features_title .ja{
    background: #0a3774;
  }
  .faq_content_wrap.third .features_list{
    margin-top:170px;
  }
  .features_ftr_desc{
    font-size: 38px;
  }
}
/*******************************
*　設備紹介
********************************/
.pg_facility{

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

.facility_list{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.facility_list .item{
  width: 50%;
  padding: 0 15px;
}
.facility_list .item .inner{
  border: 1px solid #103970;
  border-radius:10px;
  padding: 16px 14px;
  height: 100%;
}
.facility_list .item .title{
  text-align: center;
  background: #103970;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.075em;
  padding: 7px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  /*  overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;*/
}
.facility_list .item .img{
  border-radius: 10px;
  background-image: url(/img/noimage1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: 10px;
}
.facility_list .item .img:before{
  display: block;
  content: "";
  padding-top: 75%;
}
.facility_list .item .desc{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 2;
  text-align: justify;
  margin-top: 10px;
  /*  overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;*/
  padding: 0 5px;
}
/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  .facility_list .item{
    width: 100%;
  }
  .facility_list .item:nth-child(n+2){
    margin-top: 16px;
  }
}
@media (min-width:768px){
  .pg_xxx{

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

  .facility_list .item{
    width: 50%;
  }
  .facility_list .item:nth-child(n+3){
    margin-top: 40px;
  }
  .facility_list .item .title{
    font-size: 21px;
  }
  .facility_list .item .desc{
    font-size: 18px;
  }
}
@media (min-width:1024px){
  .facility_list .item{
    width: 25%;
  }
  .facility_list .item:nth-child(n+3){
    margin-top: 0;
  }
  .facility_list .item:nth-child(n+5){
    margin-top: 60px;
  }

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


}
/*******************************
*相談事例
********************************/
.pg_example{

}
.pg_example .section#sec1{
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
.pg_example .section#sec1:after{
  content: "";
  display: block;
  width: 800px;
  height: 800px;
  background-image: url(/img/home/company_bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 75px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.pg_example .section#sec2{
  padding-top: 40px;
  padding-bottom: 0;
}
.pg_example .section#sec3{
  padding-top: 0;
  padding-bottom: 0;
}

/*見出し*/
.example_flow_wrap{

}
.example_flow_wrap .desc{
  text-align: justify;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.71em;
  margin-top: 36px;
}

/*流れ*/
.example_flow_items{
  display: flex;
  flex-wrap: wrap;
  margin: 30px -15px 0;
}
.example_flow_items .item{
  width: 100%;
  padding:0 15px; 
}
.example_flow_items .item .inner{
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.35);
  background: #f4f4f5;
  border-radius: 10px;
  padding: 14px;
  height: 100%;
}
.example_flow_items .item .num{
  text-align: center;
  font-size: 50px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1;
  color: #d6e5ed;
}
.example_flow_items .item .title{
  text-align: center;
  background: #103970;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.075em;
  padding: 7px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-top: 14px;
}
.example_flow_items .item .img{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.example_flow_items .item .desc{
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 2;
  text-align: justify;
  margin-top: 20px;
}
.example_args_txt{
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.075em;
  margin-top: 20px;
}

/*事例一覧*/
.example_items{
  display: flex;
  flex-wrap: wrap;
  margin: 30px -15px 0;
}
.example_items .item{
  width: 100%;
  padding: 0 15px;
}
.example_items .item .outer{
  display: block;
  background: #e9eef5;
  border-radius:10px;
  padding: 16px 18px;
  height: 100%;
}
.example_items .item .inner{
  background: #fff;
  border-radius:10px;
  padding: 20px 50px 0;
  position: relative;
  height: 100%;
}
.example_items .item .inner:after{
  content: "";
  display: block;
  content: "\f138";
  font-size: 18px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  bottom: 5px;
  right: 15px;
}
.example_items .item .title{
  text-align: center;
  color: #103970;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.075em;
  border-bottom: 3px solid #e9eef5;
  padding-bottom:16px;
}
.example_items .item .result{
  text-align: center;
}
.example_items .item .result_title{
  max-width: 410px;
  width: 100%;
  text-align: center;
  background: #103970;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.075em;
  padding: 5px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin: 20px auto 0;
}
.example_items .item .desc{
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 2.222em;
  margin-top: 13px;
}
/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  .pg_example .section#sec1:after{
    bottom: auto;
    top: 0px;
  }
  .example_flow_items .item:nth-child(n+2){
    margin-top: 20px;
  }

  .example_items .item:nth-child(n+2){
    margin-top: 16px;
  }
  .example_items .item .inner{
    padding: 20px;
  }
  .pg_example .post_items .item.single_item .post_content{
    padding: 20px 10px;
  }
}
@media (min-width:768px){
  .pg_example{

  }
  .pg_example .section#sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_example .section#sec1:after{
    width: 1920px;
    height: 783px;
    bottom: 700px;
    left: 50%;
  }
  .pg_example .section#sec2{
    padding-top: 50px;
    padding-bottom: 0;
  }
  .pg_example .section#sec3{
    padding-top: 0;
    padding-bottom: 0;
  }

  /*見出し*/
  .example_flow_wrap{

  }
  .example_flow_wrap .desc{

  }
  /*流れ*/
  .example_flow_items{
    margin-top: 40px;
  }
  .example_flow_items .item{
    width: 50%;
  }
  .example_flow_items .item:nth-child(n+3){
    margin-top: 16px;
  }
  .example_flow_items .item .inner{

  }
  .example_flow_items .item .title{
    font-size: 21px;
  }
  .example_flow_items .item .num{
    font-size: 50px;
  }
  .example_flow_items .item .img{

  }
  .example_flow_items .item .desc{
    font-size: 18px;
    margin-top: 26px;
    padding: 0 16px;
  }
  /*事例一覧*/
  .example_args_txt{
    margin-top: 40px;
  }
  .example_args_txt{
    font-size: 21px;
  }
  .example_items{
    margin-top: 40px;
  }
  .example_items .item{
    width: 50%;
  }
  .example_items .item:nth-child(n+3){
    margin-top: 37px;
  }
  .example_items .item .inner{
    min-height: 260px;
  }
  .example_items .item .title{
    font-size:21px;
  }
  .example_items .item .result{

  }
  .example_items .item .result_title{

  }
  .example_items .item .desc{
    font-size: 18px;
  }
}
@media (min-width:1024px){
  .pg_example{

  }
  .pg_example .section#sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_example .section#sec1:after{
    width: 1920px;
    height: 783px;
    bottom: auto;
    top: 0;
    left: 50%;
  }
  .pg_example .section#sec2{

  }
  .pg_example .section#sec3{
    padding-top: 0;
    padding-bottom: 0;
  }
  /*見出し*/
  .example_flow_wrap{

  }
  .example_flow_wrap .desc{
    text-align: center;
    font-size: 21px;
  }
  /*流れ*/
  .example_flow_items{

  }

  .example_flow_items .item .inner{

  }
  .example_flow_items .item .num{
    font-size: 74px;
  }
  .example_flow_items .item .img{

  }
  .example_flow_items .item .desc{

  }
  /*事例一覧*/
  .example_items{
    margin-top: 50px;
  }
  .example_items .item{

  }
  .example_items .item .inner{

  }
  .example_items .item .title{

  }
  .example_items .item .result{

  }
  .example_items .item .result_title{

  }
  .example_items .item .desc{

  }
}
@media (min-width:1200px){
  .pg_example .section#sec1:after{
    width: 1920px;
    height: 783px;
    bottom: 285px;
    top: auto;
    left: 50%;
  }
  .example_flow_items .item{
    width: 25%;
  }
  .example_flow_items .item:nth-child(n+3){
    margin-top: 0;
  }
}

/*******************************
*　相談事例 詳細
********************************/
.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;
}
.single-example .pg_example .section#sec1:after{
  display: none;
}
.pg_example .post_items .item.single_item{
  border: none;
  margin-top: 30px;
}
.pg_example .post_items .item.single_item .post_content{
  background: #f1f7fe;
  border-radius:20px;
  padding: 30px;
}
.pg_example .post_items .item.single_item .post_content h3{
  background: transparent;
}
.pg_example .post_items .item.single_item .title{
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #103970;
  border-bottom:3px solid #103970;
  padding-bottom: 16px;
}
.pg_example .post_items .item.single_item .box{
  background: #fff;
  border-radius: 20px;
  padding: 20px;
}
.pg_example .post_items .item.single_item .box:nth-child(n+2){
  margin-top: 16px;
}
.pg_example .post_items .item.single_item .box_title{
  text-align: center;
  background: #103970;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.075em;
  padding: 3px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin: 20px auto 0;
}
.pg_example .post_items .item.single_item .content{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.075em;
  margin-top: 28px;
}
.pg_example .post_items .item.single_item .thumb{
  max-width: 1170px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.pg_example .post_items .item.single_item .thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover';
  position: absolute;
  left: 0;
  top: 0;
}
.pg_example .post_items .item.single_item .thumb:before{
  content: "";
  display: block;
  padding-top: 55.47%;
}
.single-example .pagination{
  margin-top: 60px;
}
/* コピー用 */
@media (max-width:374px){

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

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

  .pg_example .post_items .item.single_item .post_content{
    padding: 20px 10px;
  }

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

  .pg_example .post_items .item.single_item .box{
    padding: 20px 65px;
  }
  .pg_example .post_items .item.single_item .box:nth-child(n+2){
    margin-top: 28px;
  }
  .pg_example .post_items .item.single_item .title{
    font-size: 21px;
    margin-bottom: 32px;
  }
  .pg_example .post_items .item.single_item{
    margin-top: 55px;
  }
  .single-example .pagination{
    margin-top: 80px;
  }
}
@media (min-width:1024px){

  .single-example .post_items .item{
    padding: 0;
  }
  .pg_example .post_items .item.single_item .post_content{
    padding: 38px 46px 45px;
  }
  .pg_example .post_items .item.single_item .box{
    padding: 4px 50px 40px;
  }
  .pg_example .post_items .item.single_item .box:nth-child(n+2){
    margin-top:23px;
  }
  .single-example .pagination{
    margin-top: 130px;
  }
}
@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_xxx .section#sec3{
  padding-top: 0;
  padding-bottom: 0;
}
.title_hosoku{
  text-align:center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.71em;
  margin-top: 36px;
}
.recruit_tbl_wrap{
  margin-top: 40px;
}
.pg_recruit .read_more a{
  max-width: 635px;
  width: 100%;
}
.pg_recruit .read_more{
  margin-top: 40px;
}
/* コピー用 */
@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;
  }
  .recruit_tbl_wrap{
    margin-top: 50px;
  }
  .pg_recruit .read_more{
    margin-top: 70px;
  }
}
@media (min-width:1024px){

  .title_hosoku{
    font-size: 21px;
  }
  .recruit_tbl_wrap{
    margin-top: 70px;
  }
  .pg_recruit .read_more{
    margin-top: 105px;
  }
}
@media (min-width:1200px){


}

/* **********************************
 *  
 * ********************************* */
.pg_xxxx{

}
.pg_xxxx .section#sec1{

}
.pg_xxxx .section#sec2{

}
.pg_xxxx .section#sec3{

}


/* **********************************
 *  会社概要
 * ********************************* */
.pg_slug_company .pg_header{
  margin-bottom: 80px;
}
.pg_company{

}
.pg_company .section#sec1{

}
.pg_company .section#sec2{
  margin-top: 50px;
  padding-top: 50px;
}
.pg_company .section#sec3{
  padding-top: 50px;
  margin-top: 50px;
}
.pg_company .section#sec4{
  padding-top: 50px;
  margin-top: 50px;
}
/*紹介*/
.comapny_greeting_wrap{

}
.comapny_greeting_items{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.comapny_greeting_items .box1{
  width: 100%;
}
.comapny_greeting_items .box1 .txt{

}
.comapny_greeting_items .box1 .txt_s{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.71em;
  text-align:justify;
}
.comapny_greeting_items .box1 .txt2{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.71em;
  text-align: right;
  margin-top: 24px;
}
.comapny_greeting_items .box1 .txt_s:nth-child(n+2){
  margin-top: 20px;
}
.comapny_greeting_items .box2{
  width: 100%;
}
.comapny_greeting_items .box2 .img{

}
.comapny_greeting_items .box2 .img{
  position: relative;
}
.comapny_greeting_items .box2 .img img{
  border-radius: 30px;
}
.comapny_greeting_items .box2 .img:before{
  content: "";
  display: block;
  padding-top: 101.75%;
}
.img_fit img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover";
  position: absolute;
  left: 0;
  top: 0;
}

/*理念*/
.company_phirosophy_wrap{

}
.company_phirosophy_items{
  margin-top: 40px;
}
.company_phirosophy_items .item{
  background: #103970;
  padding: 10px;
  border-radius: 10px;
}
.company_phirosophy_items .item:nth-child(n+2){
  margin-top: 40px;
}
.company_phirosophy_items .item .inner{
  background: #fff;
  border-radius: 10px;
  padding: 25px 27px;
}
.company_phirosophy_items .item .title{
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #103970;
  border-bottom: 3px solid #e9eef5;
  padding-bottom: 10px;
  text-align: center;
}
.company_phirosophy_items .item .txt{
  text-align: center;
  padding-top: 18px;
}
.company_phirosophy_items .item .txt .en{
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 1.42em;
  margin-top: 8px;
} 
.company_phirosophy_items .item .txt .ja{
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.666em;
} 
.company_phirosophy_items .item .txt .ja_title{
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.90em;
}
.company_phirosophy_items .item.other .ja_title{
  text-align: justify;
}

/*テーブル*/
.company_tbl_box{
  margin-top: 40px;
}
.company_tbl{
  border-left: 1px solid #bfbfbf;
  border-top: 1px solid #bfbfbf;
}
.company_tbl th,
.company_tbl td{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  border-right: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  padding: 15px;
}
.company_tbl th{
  background: #e9eef5;
  text-align: center;
}
.company_tbl td{
  line-height: 2;
}
.company_tbl td a{
  color: #103970;
  text-decoration: underline;
}
.company_tbl td .red{
  color: #ff0000;
}
/*地図*/
.gmap{
  margin-top: 30px;
}
.gmap iframe{
  width: 100%;
  height: 250px;
  border: none;
}

/*沿革*/
.history_tbl_box{
  margin-top: 20px;
}
.history_tbl{

}
.history_tbl th,
.history_tbl td{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
}
.history_tbl th{
  text-align: left;
  border-bottom: 3px solid #103970;
}
.history_tbl td{
  line-height: 2;
  border-bottom: 3px solid #e5e5e5;
}
/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  .comapny_greeting_items .box1{
    order: 2;
    margin-top: 20px;
  }
  .comapny_greeting_items .box2{
    order: 1;
    width: 75%;
    margin: 0 auto;
  }
  .company_phirosophy_items .item .txt .ja{
    text-align: justify;
  }
  /*テーブル*/
  .company_tbl{
    border-top: none;
  }
  .company_tbl th,
  .company_tbl td{
    display: block;
    width: 100%;
    border-bottom: none;
    border-top: 1px solid #bfbfbf;
    padding: 16px;
  }
  .company_tbl th{
    text-align: left;
  }
  .company_tbl tr:last-child td{
    border-bottom: 1px solid #bfbfbf;
  }
  .company_tbl td{
    border-top: none;
  }
  .company_phirosophy_items .item .txt .ja_title{
    text-align: justify;
  }
  /*沿革*/
  .history_tbl_box{

  }
  .history_tbl{

  }
  .history_tbl th,
  .history_tbl td{
    display: block;
    width: 100%;
    padding: 16px;
  }
  .history_tbl th{

  }
  .title_hosoku{
    text-align: justify;
  }
}
@media (min-width:768px){
  .pg_slug_company .pg_header{
    margin-bottom: 160px;
  }
  .pg_company{

  }
  .pg_company .section#sec1{

  }
  .pg_company .section#sec2{
    margin-top: 100px;
    padding-top: 50px;
  }
  .pg_company .section#sec3{
    margin-top: 100px;
    padding-top: 50px;
  }
  .pg_company .section#sec4{
    padding-top: 50px;
    margin-top: 100px;
  }
  /*紹介*/
  .comapny_greeting_wrap{

  }
  .comapny_greeting_items{
    margin-top: 50px;
  }
  .comapny_greeting_items .box1{
    width: 57.38%;
  }
  .comapny_greeting_items .box1 .txt{

  }
  .comapny_greeting_items .box1 .txt_s{
    font-size: 18px;
  }
  .comapny_greeting_items .box1 .txt_s:nth-child(n+2){
    margin-top: 38px;
  }
  .comapny_greeting_items .box2{
    width: 38.25%;
  }
  .comapny_greeting_items .box2 .img{

  }
  .comapny_greeting_items .box1 .txt2{
    font-size: 18px; 
    margin-top: 30px;
  }

  /*理念*/
  .company_phirosophy_wrap{

  }
  .company_phirosophy_items{

  }
  .company_phirosophy_items .item{
    padding: 22px;
  }
  .company_phirosophy_items .item:nth-child(n+2){
    margin-top: 20px;
  }
  .company_phirosophy_items .item .inner{
    padding: 25px 27px;
  }
  .company_phirosophy_items .item .title{
    padding-bottom: 18px;
  }
  .company_phirosophy_items .item .txt{

  }
  .company_phirosophy_items .item .txt .en{
    font-size: 21px;
  } 
  .company_phirosophy_items .item .txt .ja{
    font-size: 18px;
  }
  .company_phirosophy_items .item .txt .ja_title{
    font-size: 18px;
  }

  /*テーブル*/
  .company_tbl_box{
    margin-top: 60px;
  }
  .company_tbl{

  }
  .company_tbl th,
  .company_tbl td{
    font-size: 18px;
    padding: 15px 30px;
  }
  .company_tbl th{
    width: 220px;
    border-right: none;
  }
  .company_tbl td{
    border-left: none;
  }

  /*地図*/
  .gmap{
    margin-top: 50px;
  }
  .gmap iframe{
    width: 100%;
    height: 400px;
    border: none;
  }


  /*沿革*/
  .history_tbl_box{
    margin-top: 28px;
  }
  .history_tbl{

  }
  .history_tbl th,
  .history_tbl td{
    padding: 21px 28px;
    vertical-align: text-top;
  }
  .history_tbl th{
    width: 200px;
    padding-left: 50px;
  }

}
@media (min-width:1024px){
  .pg_slug_company .pg_header{
    margin-bottom: 230px;
  }
  .pg_company{

  }
  .pg_company .section#sec1{

  }
  .pg_company .section#sec2{
    margin-top: 200px;
    padding-top: 50px;

  }
  .pg_company .section#sec3{
    margin-top: 150px;
    padding-top: 50px;
  }
  .pg_company .section#sec4{
    padding-top: 50px;
    margin-top: 130px;
  }

  /*紹介*/
  .comapny_greeting_wrap{

  }
  .comapny_greeting_items{
    margin-top: 60px;
  }
  .comapny_greeting_items .box1{
    padding-top: 70px;
    padding-right: 15px;
  }
  .comapny_greeting_items .box1 .txt{

  }
  .comapny_greeting_items .box1 .txt_s{
    font-size: 21px;
  }
  .comapny_greeting_items .box1 .txt2{
    font-size: 21px; 
    margin-top: 43px;
  }
  .comapny_greeting_items .box2{

  }
  .comapny_greeting_items .box2 .img{

  }

  /*理念*/
  .company_phirosophy_wrap{

  }
  .company_phirosophy_items{
    margin-top: 60px;
  }
  .company_phirosophy_items .item{

  }

  .company_phirosophy_items .item .inner{
    padding: 25px;
  }
  .company_phirosophy_items .item .title{
    font-size: 24px;
  }
  .company_phirosophy_items .item .txt{

  }
  .company_phirosophy_items .item .txt .en{

  } 
  .company_phirosophy_items .item .txt .ja{

  } 
  .company_phirosophy_items .item .txt .ja_title{
    font-size: 21px;
  }
  .company_phirosophy_items .item.other .ja_title{
    text-align: center;
  }

  /*テーブル*/
  .company_tbl{

  }
  .company_tbl th,
  .company_tbl td{

  }
  .company_tbl th{
    width: 379px;
  }
  .company_tbl td{

  }
  /*地図*/
  .gmap{

  }
  .gmap iframe{
    width: 100%;
    height: 480px;
    border: none;
  }


  /*沿革*/
  .history_tbl_box{

  }
  .history_tbl{

  }
  .history_tbl th,
  .history_tbl td{
    font-size: 18px;
    padding: 21px 28px;
  }
  .history_tbl th{
    width: 300px;
    padding-left:100px;
  }
  .title_hosoku br.pc{
    display: block;
  }

}
@media (min-width:1200px){
  .pg_slug_company .pg_header{
    margin-bottom: 270px;
  }
  .pg_company .section#sec3{
    margin-top: 200px;
    padding-top: 50px;
  }
  .pg_company .section#sec4{
    padding-top: 50px;
    margin-top: 195px;
  }
  /*沿革*/
  .history_tbl th{
    width: 379px;
    padding-left:136px;
  }
  .title_hosoku br.pc{
    display: none;
  }

}
/*******************************
*　お知らせ
********************************/
.pg_news{

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

/*カテゴリ*/
.news_cate_wrap{

}
.news_cate_wrap ul{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -45px;
}
.news_cate_wrap li{
  width: 50%;
  padding: 0 45px;
}
.news_cate_wrap li a{
  display: block;
  background: #ec7501;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  border-radius: 34px;
  padding: 16px 0;
  position: relative;
}
.news_cate_wrap li a:after{
  content: "";
  display: block;
  background-image: url(/img/business/arrow_long.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 45px;
  height: 6px;
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
}

.post_items .item:after{
  display: none;
}

.home_news_box .meta,
.post_items .meta{
  display: flex;
  align-items: center;
  margin-top: 22px;
}
.home_news_box .meta{
  margin-top: 16px;
}
.home_news_box .meta .cate,
.post_items .meta .cate{
  background: #0a3774;
  text-align: center;
  display: inline-block;
  padding: 0 16px;
  color: #fff;
  margin-left: 16px;
}
/*ページネーション*/
.pg_news .pagination{
  margin-top:50px;
}
.pg_news .pagination .page-numbers{
  padding: 5px 13px;
}

/*詳細*/
.pg_newsdetail .post_items{
  display: block;
}
/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  /*カテゴリ*/
  .news_cate_wrap li:nth-child(n+3){
    margin-top: 16px; 
  }
  .news_cate_wrap ul{
    margin: 0 -10px;
  }
  .news_cate_wrap li{
    width: 100%;
    padding: 0 10px;
  }
  .news_cate_wrap li:nth-child(n+2){
    margin-top: 10px;
  }
  .home_news_box .meta,
  .post_items .meta{
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .home_news_box .meta .cate,
  .post_items .meta .cate{

    margin-left: 0;
    order: 1;
  }
  .home_news_box .meta .date,
  .post_items .meta .date{
    margin-top: 10px;
    order: 2;
  }
  /*リスト*/
  .post_items .item:nth-child(n+3){
    margin-top: 20px;
  }
  .post_items{
    margin: 0 -10px;
  }
  .post_items .item{
    padding: 0 10px;
  }

  .pg_newsdetail .post_items{
    margin: 0;
  }
  .post_items .item.single_item .meta{
    flex-direction: unset;
  }
  .post_items .item.single_item .meta .date{
    order: 1;
    margin-top: 0;
  }
  .post_items .item.single_item .meta .cate{
    order: 2;
    margin-left: 10px;
  }
}
@media (min-width:768px){
  .pg_news{

  }
  .pg_news .section#sec1{

  }
  .pg_news .section#sec2{
    margin-top: 100px;
  }
  .pg_news .section#sec3{
    padding-top: 0;
    padding-bottom: 0;
  }

  /*カテゴリ*/
  .news_cate_wrap{

  }
  .news_cate_wrap ul{

  }
  .news_cate_wrap li{
    width: 50%;
  }
  .news_cate_wrap li a{
    padding: 20px 0;
  }
  /*リスト*/
  .post_items .item:nth-child(n+3){
    margin-top: 40px;
  }
  /*ページネーション*/
  .pg_news .pagination{
    margin-top:90px;
  }
  .news_cate_wrap li{
    width: 33.333%;
  }
}
@media (min-width:1024px){
  .pg_news .section#sec2{
    margin-top: 130px;
  }
  /*カテゴリ*/
  .news_cate_wrap{

  }
  .news_cate_wrap ul{

  }

  .news_cate_wrap li:nth-child(n+3){
    margin-top: 0; 
  }
  .news_cate_wrap li:nth-child(n+4){
    margin-top: 20px; 
  }
  .news_cate_wrap li a{

  }
  /*リスト*/
  .post_items .item:nth-child(n+3){
    margin-top:0;
  }
  /*リスト*/
  .post_items .item:nth-child(n+5){
    margin-top: 16px;
  }
  /*ページネーション*/
  .pg_news .pagination{
    margin-top:120px;
  }
}
@media (min-width:1200px){


}

/* **********************************
 *  お問い合わせ
 * ********************************* */
.pg_contact{

}
.pg_contact .section#sec1{

}
.pg_contact .section#sec2{

}
.pg_contact .section#sec3{

}

.contact_tt{
  text-align: center;
  font-weight: bold;
  font-size: 23px;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}

.contact_header_desc{
  text-align: justify;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.71em;
}
.contact_msg1{
  text-align: justify;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.71em;
}

/* 連絡先 */
.contact_info{
  background: #e9eef5;
  text-align: center;
  padding: 19px 20px 30px;
  margin-bottom: 50px;
  border-radius: 10px;
  margin-top: 30px;
}
.contact_info .box1{
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.14em;
  color: #181818;
}
.contact_info .box2{
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  padding: 22px 5px 26px;
  line-height: 1;
  border-radius: 10px;
}
.contact_info .box2 .icon{
  display: inline-block;
  font-size: 25px;
  font-weight: normal;
  background: #e9eef5;
  color: #181818;
  padding: 5px 18px;
  margin-right: 20px;
  vertical-align: middle;
  border-radius: 5px;
  letter-spacing: 0.08em;
}
.contact_info .box2 .tel{
  display: flex;
  align-items: center;
  font-size: 44px;
  font-weight: normal;
  letter-spacing: 0.04em;
  vertical-align: middle;
  font-weight: normal;
}
.contact_info .box2 .tel a{
  display: block;
  letter-spacing: 0.04em;
  font-family: 'Outfit', sans-serif;
  font-weight: normal;
}
.contact_info .box2 .txt{
  display: inline-block;
  vertical-align: bottom;
  font-weight: 700;
  letter-spacing: 0.16em;
}
.contact_form th .unrequire {
  display: inline-block;
  padding: 0 12px;
  color: #FFF;
  background: #103970;
  font-size: 14px;
  font-weight: normal;
  float: right;
  margin-top: 5px;
}
.contact_msg1{
  margin-bottom: 50px;
}
/* コンタクトフォーム */
.contact_form{
  width: 100%;
  border: 1px solid #b2b2b2;
}
.contact_form tr{
  border-bottom: 1px solid #b2b2b2;
}
.contact_form th,
.contact_form td{
  padding: 12px 15px 12px 20px;
  font-weight: normal;
  text-align: left;
}
.contact_form th{
  font-size: 17px;
  font-weight: 500;
  background: #e9eef5;
  width: 379px;
  letter-spacing: 0.05em;
}
.contact_form td{
  font-size: 17px;
  letter-spacing: 0.075em;
}
.contact_form th.vtop{
  vertical-align: top;
}
.contact_form th .require{
  display: inline-block;
  padding: 0 12px;
  color: #FFF;
  background: #b80000;
  font-size: 14px;
  font-weight: normal;
  float: right;
  margin-top: 5px;
}

/* MW WP Formの規定クラス */
/* checkbox, radio */
.mwform_check_box_wrap{
  padding: 6px 0;
}
.mw_wp_form .mwform-radio-field.horizontal-item,
.mw_wp_form .mwform-checkbox-field.horizontal-item{
  display: inline-block;
  margin-left: 0;
  margin-right: 30px;
}

/**/
.mw_wp_form_confirm .addr_auto{
  display: none;
}
.mw_wp_form_confirm .addr_auto_box .zipcode i{
  background: none;
  padding: 0;
  font-size: inherit;
}

.contact_form dl{
  width: 100%;
  display: flex;
  align-items: center;
}
.contact_form dl + dl{
  margin-top: 10px;
}
.contact_form dl dt,
.contact_form dl dd{

}
.contact_form dl + p{
  margin-top: 5px;
  margin-bottom: 5px;
}

.contact_form dl.addr dt{
  width: 90px;
}
.contact_form dl.addr dd{
  width: calc(100% - 90px);

}
.contact_form dl.date {
  align-items: flex-start;
}
.contact_form dl.date dt{
  width: 90px;
}
.contact_form dl.date dt + dt{
  margin-left: 5px;
}
.contact_form dl.date dt select{
  width: 100%;
}
.contact_form dl.date dt.wide{
  width: 200px;
}
.contact_form dl.date dt.m,
.contact_form dl.date dt.d{
  width: 120px;
}
.contact_form dl.date dt.m select,
.contact_form dl.date dt.d select{
  width: calc(100% - 2em);
}
.contact_form dl.date dt.t{
  width: 150px;
}
.contact_form dl.date dt.t select{
  width: calc(100% - 5em);
}


.contact_form dl.addr dd{

}


.contact_form_addr{
  display: flex;
  align-items: center;
  margin: 0;
}
.contact_form_addr + .contact_form_addr{
  margin-top: 8px;
}
.contact_form_addr dt,
.contact_form_addr dd{
  margin: 0;
}
.contact_form_addr dt{
  width: 80px;
}
.contact_form_addr dd{
  width: calc(100% - 80px);
}

.contact_form_addr dd [name$="zipcode"]{
  width: 210px;
}
.contact_form_addr dd [name$="addr1"]{
  width: 210px;
}




.addr_auto_box{
  display: flex;
  align-items: center;
}
.addr_auto_box .zipcode{
  display: flex;
  flex-wrap: wrap;
}
.addr_auto_box .zipcode i{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  background: #cccccc;
  padding: 0 5px;
}
.addr_auto_box .zipcode input{

}

.addr_auto_box button{
  margin-left: 20px;
}


.contact_form td input ,
.contact_form td textarea ,
.contact_form td select {
  padding: 7px 10px;
  max-width: 100%;
  border: 1px solid #d6d8d8;
  border-radius: 0;
  letter-spacing: 0.075em;
}
.contact_form td textarea{
  height: 332px;
  width: 100%;
  max-width:1040px;
  background: #fafafa;
}
.contact_form td [name$="your_name"],
.contact_form td [name$="your_kana"],
.contact_form td [name$="your_company"],
.contact_form td [name$="your_tel"],
.contact_form td [name$="your_email"]{
  max-width: 600px;
  width: 100%;
  background: #fafafa;
}
.contact_form td [name$="_zipcode"],
.contact_form td [name="zipcode"],
.contact_form td [name="addr1"]{
  width: 160px;
}
.contact_form td [name="addr1"]{
  width: 220px;
}
.contact_form td [name="addr2"]{
}


.contact_form td .addr_auto{
  background: #f0f0f0;
  border: 1px solid #d6d8d8;
  margin-left: 10px;
  padding: 5px 5px;
}


.contact_form_msg{
  margin-top: 10px;
  margin-bottom: 10px;
}

/* 確認画面用 */



.contact_form_acceptance{
  font-size: 17px;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 40px;
}
.contact_form_acceptance a{
  color: #1a3e9b;
}
.contact_form_acceptance .mwform-checkbox-field.horizontal-item{
  margin-right: 0;
}


/* コンタクトフォーム - ボタン */
.contact_form_btns{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  padding: 35px 0;
}
.contact_form_btns input[type="submit"],
.contact_form_btns input[type="button"],
.contact_form_btns button{
  width: 100%;
  max-width: 434px;
  display: block;
  margin: 0 auto;
  padding: 20px 0;
  border-radius: 34px;
  background: #ec7501;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  border: none;
}
.contact_form_btns button:after {
  /* content: "\f054"; */
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 6px;
  top: 50%;
  right: 40px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-image: url(/img/home/arrow_wh.png);
  background-position: right 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.contact_form_btns input[type="submit"][disabled],
.contact_form_btns input[type="button"][disabled]{
  background: #CCC;
}
.contact_form_btns button[type="reset"]{
  background: #CCC;
}
.contact_form_btns .ajax-loader{
  order: 10;
  width: 100% !important;
  margin-top: 10px !important;
  background-repeat: no-repeat;
  background-position: center;
}


/* **********************************
 *  プライバシーポリシー
 * ********************************* */
.pg_contact .privacy{
  margin-top: 105px;
}

.privacy_tt{
  text-align: center;
  margin-bottom: 55px;
}
.privacy_ttl{
  font-size: 18px;
  font-family: "Noto Sans JP";
  font-weight: 500;
  padding: 0 0 0 10px;
  margin-bottom: 12px;
  border-left: 2px solid #181818;
  letter-spacing: 0.075em; 
  line-height: 1;
}
.privacy_tt h3{
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.privacy_tt br{
  display: none;
}
.privacy_tt .dots{
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.privacy_tt .dots i{
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #c1c1c1;
  margin: 0 8px;
}

.privacy_items{

}
.privacy_items .item{
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.privacy_items .item + .item{
  margin-top: 40px;
}
.privacy_items .item h4{
  font-size: 18px;
  font-weight: 500;
  border-left: 6px solid #f0f0f0;
  padding-left: 20px;
  margin-bottom: 10px;
  line-height: 2.33;
}
.privacy_items .item .txt{
  line-height: 1.875;
  text-align: justify;
}
.privacy_items .item ul{
  margin-top: 10px;
}
.privacy_items .item ul.latin{
  list-style: lower-latin;
}

.privacy_items .item ul li{

}
.privacy_items .item ol{
  margin-left: 2em;
  margin-top: 10px;
}

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

.contact_header_desc .txt:nth-child(n+2){
  margin-top: 16px;
}
.contact_form_btns{
  margin-top: 40px;
}
.in_txt{
  text-indent: -1em;
  padding-left: 1em;
}
.contact_info .box2 .tel:nth-child(n+2){
  margin-top: 16px;;
}
.privacy_items {
  border: 1px solid #dedede;
  padding: 8px 15px;
  color: #181818;
  height: 270px;
  overflow: auto;
  text-align: left;
  background: #fafafa;
}
.mwform-checkbox-field-text{
  font-weight: 500;
}
.contact_form_step_msg1{
  margin-bottom: 20px;
}

.contact_form_send_msg .txt{
  text-align: justify;
  font-size: 18px;
  font-weight: 500;
}
.contact_form_send_msg .read_more,
.pg_404 .read_more{
  margin-top: 40px;
}
.pg_404 .read_more a,
.contact_form_send_msg .read_more a{
  max-width: 350px;
  width: 100%;
}
.contact_form_send_msg .read_more a:after,
.pg_404 .read_more a:after{
  width: 45px;
  background-position: right 0;
}

.post-type-archive-example .example_items .item .title a{
  /*  overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;*/
}
.post-type-archive-example .example_items .item .desc{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: inline-block;
  text-align: justify;
}

.mw_wp_form input[type="file"]{
  border: none;
}

.pg_slug_contact .ftr_contact_wrap{
  display: none;
}

.post_content .thumb{
  margin-bottom: 30px;
}
.post_items .item .post_content a{
  max-width: 320px;
  width: 100%;
  display: block;
  margin: 60px auto 0;
  padding: 10px 0;
  border-radius: 34px;
  background: #ec7501;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
}
.post_items .item .post_content a:after{
  content: "";
  display: block;
  position: absolute;
  width: 45px ;
  height: 6px;
  top: 50%;
  right: 40px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-image: url(/img/home/arrow_wh.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right 0;
}
/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  .post-type-archive-news .post_items{
    margin: 0 -10px;
  }
  .post-type-archive-news .post_items .item{
    padding: 0 10px;
  }

  body .grecaptcha-badge{
    bottom: 110px!important;
  }
  .pagetop{
    bottom: 60px;
  }
  .post_items .item.single_item{
    padding: 12px 16px;
  }
}
@media (min-width:768px){
  .pg_xxx{

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

  .contact_header_desc .txt:nth-child(n+2){
    margin-top: 36px;
  }
  .contact_msg1{
    margin-bottom: 80px;
  }
  .contact_form_btns{
    margin-top: 60px;
  }
  .contact_form_send_msg .read_more{
    margin-top: 50px;
  }
  .news_cate_wrap ul{
    margin: 0 -15px; 
  }
  .news_cate_wrap li{
    padding: 0 15px
  }
}
@media (min-width:1024px){
  .contact_info{
    margin-top: 56px;
  }
  .contact_header_desc,
  .contact_msg1{
    text-align: center;
  }
  .contact_form th{
    font-size: 18px;
    padding: 12px 35px 12px 30px 
  }
  .contact_form td{
    font-size: 18px;
    padding: 12px 15px 12px 36px;
  }
  .contact_info .box2 .tel{
    margin: 0 27px;
  }
  .contact_info .box2 .tel:nth-child(n+2){
    margin-top: 0;
  }
  .contact_info .box2{
    padding: 29px 5px 30px;
  }
  .contact_msg1{
    font-size: 20px;
    margin-bottom: 125px;
  }
  .contact_form_btns{
    margin-top: 87px;
  }

  .contact_form_send_msg .txt{
    font-size: 21px;
    text-align: center;
  }

  .company_phirosophy_items .txt br.pc{
    display: block;
  }
  .news_cate_wrap ul{
    margin: 0 -45px; 
  }
  .news_cate_wrap li{
    padding: 0 45px
  }
  .contact_header_desc,
  .contact_msg1{
    font-size: 21px;
  }
}
@media (min-width:1200px){
  .contact_msg1{
    font-size: 21px;
  }
  .company_phirosophy_items .txt br.pc{
    display: none;
  }
}
