@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;
  color: #181818;
  line-height: 1.5;
  letter-spacing: 0.075em;
  text-align: justify;
  word-break: break-all;
  
}
html{
  scroll-behavior: smooth;
  scroll-padding-top: 20px;
}


/* 基本フォント: 明朝 */
/**/
body{
  /* 游明朝体 */
  /*font-family: "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  /* ヒラギノ明朝 */
  /*font-family: 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro', 'Yu Mincho', '游明朝', 'MS Mincho', 'MS明朝', serif;*/
}

/* 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;
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}

img{
  max-width: 100%;
}
a:hover img{
  opacity: 0.8;
}

img[class*="wp-image-"],
img[class*="attachment-"]{
  max-width: 100%;
  height: auto;
}


.img_fit{
  position: relative;
}
.img_fit:before{
  content: "";
  display: block;
  padding-top: 100%;
}
.img_fit img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover';
  position: absolute;
  left: 0;
  top: 0;
}

a.img_fit{
  display: block;
}


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 */
table{
  
}
table tr{
  
}
table th,
table td{
  font-weight: 500;
  line-height: 1.875;
  border: 1px solid #ababab;
}
table th{
  background: #f7f7f7;
}
table td{
  
}
.tbl{
  
}
.tbl th,
.tbl td{
  font-weight: 500;
  line-height: 1.875;
  border: 1px solid #ababab;
}
.tbl th{
  width: 120px;
  background: #f7f7f7;
}
.tbl td{
  
}

/* スクロール テーブル */
.js-scrollable{
  overflow-x: auto;
}
.js-scrollable table{
  min-width: 748px;
}


@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

  /* テーブル 汎用class */
  .tbl.resp{
    display: block;
    width: 100%;
    border-bottom: 1px solid #ababab;
  }
  .tbl tr,
  .tbl th,
  .tbl td{
    display: block;
    width: 100%;
  }
  .tbl th,
  .tbl td{
    border-bottom: 0;
  }
  .tbl th{
    
  }
  .tbl td{
  }
}
@media (min-width:768px){
  
  /* テーブル 汎用class */
  .tbl{
    
  }
  .tbl th,
  .tbl td{
    border: 1px solid #ababab;
    padding: 10px 15px;
  }
  .tbl th{
    width: 200px;
    border-right: 0;
  }
  .tbl th+td{
    border-left: 0;
  }

}
@media (min-width:1024px){

  /* テーブル 汎用class */
  .tbl{
    
  }
  .tbl th,
  .tbl td{
    padding: 20px 10px 20px 25px;
  }
  .tbl th{
    width: 285px;
  }
  .tbl td{
    padding-left: 35px;
  }

}
@media (min-width:1200px){


}


/* 指定デバイスのみで表示する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: 1140px;
  max-width: 100%;
  padding: 0 15px; 
  margin: 0 auto;
}
.section{
  width: 100%;
  /*margin-bottom: 50px;*/
  /*padding: 30px 0;*/ 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.section + .section{
  margin-top: 50px;
}

@media (min-width:768px){
  
  .section + .section{
    margin-top: 80px;
  }
  
}
@media (min-width:1024px){

 
}
@media (min-width:1200px){
  
  .section + .section{
    margin-top: 130px;
  }
  
}


/* 共通の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{
  background: #FFF;
  padding: 10px 10px;
  border-bottom: 1px solid #f7f7f7;
}
.hdr1{
  display: flex;
  justify-content: space-between;
}
.hdr_box1{
  
}
.hdr_box2{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.hdr_box2_row1{
  
}
.hdr_box2_row2{
  
}
.hdr_logo{
  line-height: 1;
}
.hdr_tel{
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  text-align: right;
  margin-bottom: 12px;
}
.hdr_tel a{
  text-decoration: none;
}
.hdr_contact{
  
}
.hdr_contact a{
  display: block;
  width: 180px;
  background: #4744ae;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  padding: 13px 5px 14px;
  transition: 0.2s all;
}
.hdr_contact a:before{
  content: "\f0e0";
  
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 6px;
}

.pg_header{
  /*padding: 15px 0;*/
  /*background-color: #ccc;*/
  /*background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;*/
  /*border-bottom: 1px solid #f7f7f7;*/
  margin-bottom: 30px;
  background: url(/img/hdr_bg.jpg) no-repeat left center / cover;
}
.pg_header .container{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 150px;
  padding-bottom: 30px;
}

@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

  .hdr_box1{
    width: 100%;
  }
  .hdr_logo{
    width: 250px;
    margin: 0 auto;
  }
  
  .hdr_tel,
  .hdr_box2_row2{
    display: none;
  }
  
}
@media (min-width:768px){
  
  .hdr_box1{
    width: 200px;
  }
  .hdr_box2{
    width: calc(100% - 200px);
    padding-bottom: 10px;
  }
  .hdr_box2_row2{
    margin-left: 0;
  }

  .hdr_tel{
    padding-right: 12px;
  }
  .hdr_contact a{
    width: 130px;
    font-size: 14px;
  }
  
  .pg_header .container{
    height: 220px;
    padding-bottom: 30px;
  }
  
}
@media (min-width:1024px){

  .hdr_box1{
    width: 300px;
  }
  .hdr_box2{
    width: calc(100% - 300px);
  }
}
@media (min-width:1200px){

  
  .hdr_box1{
    width: 416px;
  }
  .hdr_box2{
    width: calc(100% - 416px);
  }
  .hdr_box2_row2{
    margin-left: -10px;
  }
  
  .hdr_tel{
    padding-right: 42px;
  }
  .hdr_contact a{
    width: 180px;
    font-size: 16px;
  }
  
  .pg_header{
    margin-bottom: 50px;
  }
  .pg_header .container{
    height: 275px;
    padding-bottom: 55px;
  }
  
}
@media (min-width:1550px){
  .pg_header .tt1{
    margin-left: -200px;
  }
}


/* **********************************
 *  グローバルナビ
 * ********************************* */
.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{
  /*width: 100%;*/
  position: relative;
}
.gnav > ul > li.menu-item-has-children:after{
  content: "▼";
  font-size: 10px;
  /*content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;*/
  display: block;
  position: absolute;
  bottom: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.gnav li a{
  display: block;
  padding: 0 5px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}
.gnav li a:hover{
  /*background: #333;*/
  /*color: #FFF;*/
}

.gnav .children,
.gnav .sub-menu{
  display: none;
  background: rgba(255,255,255,0.9);
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 1;
  padding: 10px 8px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.gnav .sub-menu li{
  padding: 10px 0;
  border-bottom: 1px dotted;
}
.gnav .sub-menu li+li{
  margin-top: 10px;
}



@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

  .gnav{
    position: fixed;
    z-index: 10;
    inset: 0;
    background: #FFF;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    padding: 10px;
    overflow-y: scroll;
  }
  .gnav.active{
    transform: translateX(0%);
  }
  .gnav > ul{
    flex-wrap: wrap;
  }
  .gnav > ul > li{
    width: 100%;
    padding: 20px 10px;
    border-bottom: 1px dashed;
  }
  .gnav > ul > li.menu-item-has-children:after{
    top: 40px;
    bottom: auto;
  }
  .gnav .children, .gnav .sub-menu{
    display: block;
    margin-top: 25px;
    padding: 15px;
    background: #EEE;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    -webkit-transform: none;
    transform: none;
  }
}
@media (min-width:768px){

  
  
  .gnav > ul > li{
    padding: 0 5px;
    border-left: 1px solid;
  }
  .gnav > ul > li:first-child{
    border-left: 0;
  }
  .gnav li a{
    font-size: 15px;
  }
    .gnav li:hover > .children,
.gnav li:hover > .sub-menu{
  display: block;
  width: 200px;
  padding-top: 30px;
}
}
@media (min-width:1024px){


}
@media (min-width:1200px){

  
  .gnav > ul > li{
    padding: 0 20px;
  }
  .gnav li a{
    font-size: 16px;
  }
}
@media (min-width:1400px){

  
  .gnav > ul > li{
    padding: 0 38px;
  }
}

/* **********************************
 *  MV
 * ********************************* */
.mv{
  position: relative;
  background: #CCC;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.mv_box{
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
}
.mv .mv_box{
  
}
.mv .mv_box .txt{
  font-size: 32px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #FFF;
  /*filter: drop-shadow(0px 0px 3px black);*/
  text-shadow: 0 0 8px #585858, 
    0 0 8px #585858, 
    0 0 8px #585858;
}
.mv .mv_box .img{
  
}
.mv .mv_box .img img{
  
}

.mv_img{
  position: relative;
  width: 100%;
  height: 350px;
}
.mv_img img{
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mv_bg{
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
  /*background-image: url(/img/mv_bg.png);*/
  /*background-repeat: repeat-x;*/
  /*background-size: auto 100%;*/
}
.mv_bg img{
  height: 100%;
}
/*.mv_bg img{
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}*/


@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

}
@media (min-width:768px){

  .mv{
  }
  .mv .mv_box .txt{
    font-size: 32px;
  }
  .mv_img{
    height: 450px;
  }
  .mv_bg{
    height: 80px;
  }

}
@media (min-width:1024px){

  

}
@media (min-width:1200px){

  .mv .mv_box .txt{
    font-size: 48px;
  }
  .mv_img{
    max-height: 785px;
    height: 79vh; 
  }
.mv_bg{
    height: 125px;
  }
  
}

/* **********************************
 *  フッター
 * ********************************* */
footer{
  background: #84ccad;
  color: #FFF;
  padding: 60px 0 10px;
  margin-top: 200px;
}

footer .ftr1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .box1{
  width: 50%;
}
footer .box2{
  width: 50%;
}

footer .ftr_logo{
  margin-bottom: 45px;
}
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{
  display: flex;
  justify-content: flex-end;
  margin-top: 25px;
}
footer .ftr_links li{
  padding: 0 25px;
  line-height: 1.1;
}
footer .ftr_links li+li{
  border-left: 1px solid;
}
footer .copy{
  background: #FFF;
  color: #111;
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
  margin-top: 60px;
}
footer .copy a{
  /*color: #111;*/
}


.footer_fix{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #aec4e5;
  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: #4744ae;
  color: #FFF;
  text-decoration: none;
}


@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){
  body{
    padding-bottom: 45px;
  }
   .footer_fix{
    display: block;
  }
  footer .ftr_logo{
    margin-bottom: 0 !important;
  }
}
@media (min-width:768px){
  

}
@media (min-width:1024px){


}
@media (min-width:1200px){

  footer{
    margin-top: 150px !important;
  }

}



/* 検索フォーム */
.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;
}



/* 検索 */
.search_list{
  background: #eee;
  padding: 15px;
}
.search_list .item{
  
}
.search_list .item + .item{
  
}

/* ページTOPに戻る */
.pagetop{
  display: none;
  position: fixed;
  right: 10px;
  bottom: 60px;
}
.pagetop a{
  display: block;
  font-size: 0;
  width: 42px;
  height: 42px;
  text-align: center;
}
.pagetop a i{
  font-size: 40px;
}


.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){
  

}
@media (min-width:1024px){


}
@media (min-width:1200px){


}


/* **********************************
 *  メイン
 * ********************************* */
.main{
  padding: 0 0 50px;
}
body.home .main{
  padding-top: 0;
}

.tt1{
  position: relative;
}
.tt1 .en{
  font-size: 40px;
  font-family: "Outfit";
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}
.tt1 .en:first-letter{
  color: #4744ae;
  text-transform: uppercase;
}
.tt1 .ja{
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.075em;
  margin-top: 10px;
}
.tt1:after{
  content: "";
  width: 50px;
  height: 2px;
  background: #4744ae;
  position: absolute;
  left: 0;
  bottom: -15px;
}

.tt1 span{
  display: block;
  text-align: center;
  font-size: 14px;
}

.tt2{
  text-align: center;
  margin-bottom: 20px;
}
.tt2 .en{
  font-size: 40px;
  font-family: "Outfit";
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.075em;
  text-shadow: 0.5px 0.866px 0px rgba(0, 0, 0, 0.25);
  color: #e9e9e9;
}
.tt2 .ja{
  font-size: 16px;
  font-weight: 700;
  color: #4744ae;
  margin-top: 10px;
}

.tt3{
  
}
.tt3 span{
  
}
.tt4{
  
}
.tt4 span{
  
}
.tt5{
  
}
.tt5 span{
  
}

/* 詳しく見る サンプル */
.read_more{
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.read_more a{
  display: block;
  width: 250px;
  max-width: 100%;
  padding: 12px 0;
  border-radius: 24px;
  background: #4744ae;
  color: #FFF;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: 0.2s all;
}
.read_more a:after{
  /*content: "\f054";*/
  content: "→";
  /*font-family: "Font Awesome 5 Free";*/
  /*font-weight: 900;*/
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all;
}
.read_more a:hover{
  filter: brightness(1.2);
}
.read_more a:hover:after{
  right: 8px;
}


/* ページ内ナビ */
.pg_category_nav{
  background: #f7f7f7;
  padding: 30px 0;
  margin-bottom: 30px;
  position: relative;
}
.pg_category_nav ul{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.pg_category_nav ul li{
  width: 100%;
  padding: 0 5px;
}
.pg_category_nav ul li:nth-child(n+2){
  margin-top: 10px;
}
.pg_category_nav ul li a{
  display: block;
  background: #FFF;
  border: 1px solid #4744ae;
  border-radius: 24px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  position: relative;
  padding: 12px 10px;
  transition: 0.2s all;
}
.pg_category_nav ul li a:after{
  content: "→";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all;
}
.pg_category_nav ul li:hover a,
.pg_category_nav ul li.on a{
  background: #4744ae;
  color: #FFF;
}

.pg_category_nav ul li:hover a:after{
  right: 10px;
}

@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

}
@media (min-width:768px){
  
  /* 詳しく見る サンプル */
  .read_more{
    margin-top: 35px;
  }
  .read_more a{
    width: 350px;
    font-size: 17px;
  }
  
  .read_more.left{
    justify-content: flex-start;
  }
  .read_more.left a{
    
  }
  
  /* ページ内ナビ */
  .pg_category_nav{
    padding: 45px 0;
    margin-bottom: 70px;
  }
  .pg_category_nav ul{
    margin: 0 -10px;
  }
  .pg_category_nav ul li{
    width: 33.333%;
    padding: 0 10px;
  }
  .pg_category_nav ul li:nth-child(n+2){
    margin-top: 0;
  }
  .pg_category_nav ul li:nth-child(n+4){
    margin-top: 20px;
  }
  .pg_category_nav ul li a{
    font-size: 15px;
  }
  .pg_category_nav ul li a:after{
    right: 5px;
  }
  
  .tt1{
  }
  .tt1 .en{
    font-size: 60px;
  }
  .tt1 .ja{
    font-size: 20px;
    margin-top: 22px;
  }
  .tt1:after{
    width: 80px;
    height: 3px;
    bottom: -20px;
  }
  
  .tt2{
    margin-bottom: 25px;
  }
  .tt2 .en{
    font-size: 50px;
  }
  .tt2 .ja{
    font-size: 18px;
    margin-top: 15px;
  }

}
@media (min-width:1024px){

  /* ページ内ナビ */
  .pg_category_nav{
    padding: 60px 0;
  }
  .pg_category_nav ul{
    margin: 0 -15px;
  }
  .pg_category_nav ul li{
    width: 33.333%;
    padding: 0 15px;
  }
  .pg_category_nav ul li:nth-child(n+4){
    margin-top: 30px;
  }
  .pg_category_nav ul li a{
    font-size: 15px;
  }
  .pg_category_nav ul li a:after{
    right: 20px;
  }
  
  .tt2{
    margin-bottom: 30px;
  }
  .tt2 .en{
    font-size: 60px;
  }
  .tt2 .ja{
    font-size: 19px;
  }

}
@media (min-width:1200px){

  /* ページ内ナビ */
  .pg_category_nav{
    margin-bottom: 140px;
  }
  
  .tt1{
  }
  .tt1 .en{
    font-size: 100px;
  }
  .tt1 .ja{
    font-size: 20px;
    margin-top: 22px;
  }
  .tt1:after{
    width: 115px;
    height: 3px;
    /*bottom: -58px;*/
    bottom: -30px;
  }
  
  .tt2{
    margin-bottom: 25px;
  }
  .tt2 .en{
    font-size: 70px;
  }
  .tt2 .ja{
    font-size: 20px;
  }
  
  .tt2.mb50{
    margin-bottom: 50px;
  }

}


/* **********************************
 *  Home
 * ********************************* */
.pg_home{
  padding-top: 100px;
}
.pg_home .section.sec1{
  position: relative;
  background-image: url('/wp-content/uploads/2024/02/service_wrap_bg.jpg');
  background-repeat: no-repeat;
  background-size: auto 400px;
  background-position: center bottom;
  padding-bottom: 200px;
}
.pg_home .section.sec1:before{
  content: "";
  background: #f7f7f7;
  height: 250px;
  position: absolute;
  z-index: -1;
  top: 50px;
  left: 0;
  right: 0;
}
.pg_home .section.sec2{
  background: #f7f7f7;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 0;
}
.pg_home .section.sec3{
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 0;
}
.pg_home .section.sec4{
  padding-top: 50px;
  /*padding-bottom: 50px;*/
  margin-top: 0;
}

/* 見出し */
.home_tt1{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
  margin-bottom: 15px;
}
.home_tt1 .en{
  font-size: 60px;
  font-weight: 500;
  font-family: "Outfit";
  letter-spacing: 0;
  line-height: 1;
}
.home_tt1 .en:first-letter{
  color: #4744ae;
}
.home_tt1 .ja{
  font-size: 16px;
}
.home_tt1 .ja{
  
}
.home_tt1 .wide{
  width: 100%;
}
.home_tt1 .txt1{
  
}


/* 業務内容 */
.home_service_wrap{
  
}
.home_service_msg1{
  font-weight: 500;
  line-height: 1.5;
}
.home_service_msg2{
  line-height: 1.888;
  text-align: justify;
  margin-top: 20px;
}

/* 業務内容リンク */
.home_service_links{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px -5px 0;
}
.home_service_links .item{
  width: 50%;
  padding: 0 5px;
}
.home_service_links .item:nth-child(n+3){
  margin-top: 20px;
}
.home_service_links .inner{
  text-decoration: none;
}
.home_service_links .img{
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
}
.home_service_links .img img{
  width: 100%;
  transition: 0.2s all;
}
.home_service_links .title{
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  border-bottom: 1px solid #d9d9d9;
  margin-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.home_service_links .txt{
  text-align: center;
}
.home_service_links .btn{
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.home_service_links .btn span{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  text-decoration: none;
}
.home_service_links .inner:hover img{
  opacity: 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  filter: brightness(1.05);
}
.home_service_links .inner:hover .btn span{
  background: #4744ae;
  color: #FFF;
}

/* 会社概要 */
.home_company_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_company_wrap .box1{
  width: 100%;
}
.home_company_wrap .box2{
  width: 100%;
  margin-top: 30px;
}

.home_company_addr{
  line-height: 1.875;
  letter-spacing: 0;
}
.home_company_msg1{
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
}
.home_company_wrap .img{
  
}
.home_company_wrap .img img{
  border-radius: 20px;
}


@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

  .home_tt1 .wide.ja{
    margin-top: 10px;
  }
  
}
@media (min-width:768px){
  
  .pg_home{
    padding-top: 150px;
  }
  .pg_home .section.sec1{
    background-size: auto auto;
    padding-bottom: 250px;
  }
  .pg_home .section.sec1:before{
    height: 300px;
    top: 50px;
  }
  .pg_home .section.sec2{
    padding-top: 95px;
    padding-bottom: 85px;
    
  }
  .pg_home .section.sec3{
    padding-top: 100px;
  }
  .pg_home .section.sec4{
    margin-top: 50px;
  }
  
  /* 見出し */
  .home_tt1{
    
  }
  .home_tt1.left{
    justify-content: flex-start;
  }
  
  .home_tt1 .en{
    font-size: 70px;
  }
  .home_tt1 .ja{
    font-size: 18px;
    margin-top: 15px;
  }
  .home_tt1.left .ja{
    margin-left: 35px;
    margin-top: 0;
    padding-bottom: 10px;
  }
  
  
  .home_tt1.small{
    
  }
  .home_tt1.small .en{
    font-size: 96px;
  }
  
  /* 業務内容 */
  .home_service_wrap{

  }
  .home_service_msg1{
    font-size: 20px;
    letter-spacing: 0;
  }
  .home_service_msg2{
    font-size: 17.8px;
    letter-spacing: 0;
    /*text-align: center;*/
    margin-top: 40px;
  }

  
  /* 業務内容リンク */
  .home_service_links{
    margin: 55px -10px 0;
  }
  .home_service_links .item{
    width: 33.333%;
    padding: 0 10px;
  }
  .home_service_links .item:nth-child(n+3){
    margin-top: 0;
  }
  .home_service_links .item:nth-child(3n+2){
    margin-top: 30px;
  }
  .home_service_links .img{
  }
  .home_service_links .title{
    font-size: 20px;
    margin-top: 15px;
    padding-bottom: 10px;
    margin-bottom: 8px;
  }
  .home_service_links .txt{
    font-size: 17px;
  }
  .home_service_links .btn{
    margin-top: 25px;
  }
  .home_service_links .btn span{
    width: 63px;
    height: 63px;
  }
  
  /* 会社概要 */
  .home_company_wrap{

  }
  .home_company_addr{
    font-size: 18px;
  }
  .home_company_msg1{
    font-size: 20px;
    margin-top: 30px;
  }

  .home_company_wrap .box1{
    width: 50%;
    padding-top: 40px;
  }
  .home_company_wrap .box2{
    width: 48.64%;
    margin-top: 0;
  }
  
  .home_company_wrap .home_tt1{
    
  }
  .home_company_wrap .home_tt1.left .ja{
    margin: 35px 0 0;
    text-align: left;
  }
  .home_company_wrap .read_more{
    margin-top: 55px;
  }
  
  
  .home_company_wrap.reverse{
    
  }
  .home_company_wrap.reverse .box1{
    width: 48.64%;
    order: 2;
  }
  .home_company_wrap.reverse .box2{
    width: 48.64%;
    order: 1;
  }
  
}
@media (min-width:1024px){


  .home_tt1 .en{
    font-size: 96px;
  }
  .home_tt1 .ja{
    font-size: 18px;
  }
  
  .home_service_msg2{
    text-align: center;
  }
  
  .home_company_wrap .box1{
    width: 51.35%;
    /*padding-top: 40px;*/
  }
  .home_company_wrap .box2{
    width: 48.64%;
    /*margin-top: 0;*/
  }
  
}
@media (min-width:1200px){

  .pg_home{
    padding-top: 205px;
  }
  .pg_home .section.sec1{
  }
  .pg_home .section.sec1{
    background-size: auto auto;
    padding-bottom: 350px;
  }
  .pg_home .section.sec1:before{
    height: 435px;
    top: 65px;
  }
  .pg_home .section.sec2{
  }
  .pg_home .section.sec3{

  }
  .pg_home .section.sec4{

  }
  
  /* 見出し */
  .home_tt1 .en{
    font-size: 128px;
  }
  .home_tt1 .ja{
    font-size: 24px;
    margin-top: 15px;
  }
  .home_tt1.left .ja{
    margin-left: 50px
  }
  
  .home_tt1.small .en{
    font-size: 103px;
  }
  
  .home_tt1 .left{
    text-align: left;
  }

  /* 業務内容リンク */
  .home_service_links{
    margin: 55px -15px 0;
  }
  .home_service_links .item{
    width: 33.333%;
    padding: 0 15px;
  }
  .home_service_links .item:nth-child(3n+2){
    margin-top: 40px;
  }
  
  .home_company_wrap.recruit .read_more{
    margin-top: 80px;
  }
  .home_company_wrap .read_more a:after{
    right: 25px;
  }
}



/* **********************************
 *  お知らせ
 * ********************************* */
.pg_xxxx{
  
}
.pg_xxxx .section.sec1{
  
}

/* 一覧 */
.news_list{
  
}
.news_list .item{
  border-top: 1px solid #d9d9d9;
  padding: 20px 0;
}
.news_list .item:last-child{
  border-bottom: 1px solid #d9d9d9;
}
.news_list .item .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  text-decoration: none;
  padding-right: 40px;
}
.news_list .inner:hover{
  opacity: 0.8;
}
.news_list .item .inner .box1{
  width: 50px;
  text-align: center;
}
.news_list .item .inner .box2{
  width: calc(100%  - 60px);
}
.news_list .item .date{
  display: flex;
  flex-wrap: wrap;
  font-family: 'Oswald', sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1;
}
.news_list .item .date .ym{
  width: 100%;
  font-size: 1em;
  margin-bottom: 5px;
}
.news_list .item .date .d{
  width: 100%;
  font-size: 3.25em;
}
.news_list .item .category{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.news_list .item .category span{
  min-width: 120px;
  background: #4744ae;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  border-radius: 14px;
  text-align: center;
  padding: 5px 5px 6px;
}
.news_list .item .title{
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}


.news_list .btn{
  position: absolute;
  right: 0;
}
.news_list .btn span{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  text-decoration: none;
}
.news_list .inner:hover img{
  opacity: 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  filter: brightness(1.05);
}
.news_list .inner:hover .btn span{
  background: #4744ae;
  color: #FFF;
}


@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

}
@media (min-width:768px){
  
  /* 一覧 */
  .news_list{

  }
  .news_list .item{
    padding: 30px 0;
  }
  .news_list .item .inner{
    padding-right: 50px;
  }
  .news_list .item .inner .box1{
    width: 65px;
    
  }
  .news_list .item .inner .box2{
    width: calc(100%  - 90px);
  }
  .news_list .item .date{
    font-size: 16px;
  }
  .news_list .item .date .ym{
  }
  .news_list .item .date .d{
  }
  .news_list .item .category{
    display: flex;
    flex-wrap: wrap;
  }
  .news_list .item .category span{
    font-size: 16px;
  }
  .news_list .item .title{
    font-size: 18px;
    -webkit-line-clamp: 1;
  }

  .news_list .btn{
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .news_list .btn span{
    width: 40px;
    height: 40px;
  }
}
@media (min-width:1024px){


}
@media (min-width:1200px){

  /* 一覧 */
  .news_list{

  }
  .news_list .item{
    padding: 30px 0;
  }
  .news_list .item .inner{
    padding-right: 80px;
  }
  .news_list .item .inner .box1{
    width: 65px;
    
  }
  .news_list .item .inner .box2{
    width: calc(100%  - 105px);
  }
  .news_list .btn span{
    width: 63px;
    height: 63px;
  }

}



/* **********************************
 *  
 * ********************************* */
.pg_company{
  
}
.pg_company .section.sec1{
  
}
.pg_company .section.sec2{
}
.pg_company .section.sec3{
}
.pg_company .section.sec4{
}
.pg_company .section.sec5{
}

.tbl.pq1{
  border-bottom: 1px solid #ababab;
}

/* 想い */
.company_thought{
  margin-top: 30px;
}
.company_thought .video{
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
.company_thought .txt{
  line-height: 2;
  padding: 100px 20px 20px;
  background: #f7f7f7;
  margin-top: -80px;
  position: relative;
  z-index: 1;
}
.company_thought .name{
  text-align: right;
  margin-top: 10px;
}

.company_thought_msg{
  font-size: 17px;
  text-align: center;
}

/* 会社概要 */
.company_summary_map{
  
}
.company_summary_map iframe{
  width: 100%;
  height: 300px;
  border: 0;
}

.company_tbl{
  margin-top: 30px;
}
.company_tbl2{
  
}

.company_summary_office{
  display: flex;
  flex-wrap: wrap;
  margin: 30px -5px 0;
}
.company_summary_office .item{
  width: 100%;
  padding: 0 5px;
}
.company_summary_office .item:nth-child(n+2){
  margin-top: 20px;
}
.company_summary_office .item .title{
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.company_summary_office .item .title:before{
  content: "■";
  color: #4744ae;
  margin-right: 5px;
}
.company_summary_office .item .img{
  
}
.company_summary_office .item .img.img_fit:before{
  padding-top: 72%;
}

/* 許可 */
.company_permits_wrap{
  
}
.company_permits_wrap + .company_permits_wrap{
  margin-top: 50px;
}
.company_permits_head{
  font-size: 16px;
  font-weight: 500;
  background: #f7f7f7;
  box-shadow: 1px 1px 1px #bfbfbf;
  padding: 18px 10px 18px 35px;
  margin-bottom: 20px;
  position: relative;
}
.company_permits_head:before{
  content: "";
  width: 5px;
  background: #4744ae;
  position: absolute;
  top: 9px;
  bottom: 9px;
  left: 10px;
}
.company_permits_row{
  
}
.company_permits_row + .company_permits_row{
  margin-top: 30px;
}

.company_permits_row .title{
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.company_permits_row .title:before{
  content: "■";
  color: #4744ae;
  margin-right: 5px;
}

@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

  .company_tbl2{
    border-bottom: 1px solid #ababab;
  }
  
}
@media (min-width:768px){
  
  .pg_company .section.sec1{
  
  }
  .pg_company .section.sec2{
  }
  .pg_company .section.sec3{
  }
  .pg_company .section.sec4{
  }
  .pg_company .section.sec5{
  }

  /* 想い */
  .company_thought{
    margin-top: 40px;
  }
  .company_thought .video{
    padding: 0 50px;
  }
  .company_thought .txt{
    padding: 100px 50px 50px;
    margin-top: -80px;
  }
  .company_thought .name{
    margin-top: 15px;
  }

  /* 会社概要 */
  .company_summary_map{
    padding-top: 20px;
  }
  .company_summary_map iframe{
    height: 380px;
  }
  .company_tbl{
    margin-top: 50px;
  }
  .company_tbl2 th,
  .company_tbl2 td{
    padding: 9px 18px 10px;
  }
  
  .company_summary_office{
    margin: 40px -10px 0;
  }
  .company_summary_office .item{
    width: 33.333%;
    padding: 0 10px;
  }
  .company_summary_office .item:nth-child(n+2){
    margin-top: 0;
  }
  .company_summary_office .item:nth-child(n+4){
    margin-top: 20px;
  }
  .company_summary_office .item .title{
    margin-bottom: 15px;
  }
  
  /* 許可 */
  .company_permits_wrap{

  }
  .company_permits_wrap + .company_permits_wrap{
    margin-top: 70px;
  }
  .company_permits_head{
    font-size: 16px;
    margin-bottom: 35px;
  }
  .company_permits_head:before{
    width: 5px;
    top: 9px;
    bottom: 9px;
    left: 10px;
  }
  .company_permits_row{

  }
  .company_permits_row + .company_permits_row{
    margin-top: 40px;
  }

  .company_permits_row .title{
    font-size: 16px;
    margin-bottom: 20px;
  }
  
  .company_thought_msg{
    font-size: 18px;
  }
}
@media (min-width:1024px){
  .company_thought_msg{
    font-size: 20px;
  }

  

}
@media (min-width:1200px){

  .pg_company .section.sec1{
  
  }
  .pg_company .section.sec2{
    margin-top: 135px;
  }
  .pg_company .section.sec3{
    margin-top: 135px;
  }
  .pg_company .section.sec4{
    margin-top: 135px;
  }
  .pg_company .section.sec5{
    margin-top: 135px;
  }
  
  /* 想い */
  .company_thought{
    margin-top: 50px;
  }
  .company_thought .video{
    padding: 0 160px;
  }
  .company_thought .txt{
    padding: 200px 160px 50px;
    margin-top: -155px;
  }
  .company_thought .name{
  }

  /* 会社概要 */
  .company_summary_map{
    padding-top: 20px;
  }
  .company_summary_map iframe{
    height: 380px;
  }
  
  .company_tbl{
    margin-top: 80px;
  }
  
  .company_summary_office{
    margin: 55px -15px 0;
  }
  .company_summary_office .item{
    width: 33.333%;
    padding: 0 15px;
  }
  
  /* 許可 */
  .company_permits_wrap{

  }
  .company_permits_wrap + .company_permits_wrap{
    margin-top: 100px;
  }
  .company_permits_head{
    margin-bottom: 45px;
  }
  .company_permits_row{

  }
  .company_permits_row + .company_permits_row{
    margin-top: 75px;
  }

  .company_permits_row .title{
    margin-bottom: 20px;
  }
}



/* **********************************
 *  業務内容
 * ********************************* */
.pg_service{
  
}
.pg_service .section.sec1{
  
}
.pg_service .section.sec2{
}
.pg_service .section.sec3{
}

/* 業務概要の紹介 */
.service_intro_msg{
  line-height: 2;
  
}

/* 産業廃棄物処理の流れ */



.service_tt1{
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  background: #f7f7f7;
  box-shadow: 1px 1px 1px #bfbfbf;
  padding: 10px 10px;
  padding-right: 30px;
  margin-left: 20px;
  /*margin-bottom: 20px;*/
  position: relative;
}
.service_tt1:before{
  content: "";
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top:50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.service_tt1.icon1:before{
  background-image: url('/img/service/service_tt1_icon1.png');
}
.service_tt1.icon2:before{
  background-image: url('/img/service/service_tt1_icon2.png');
}
.service_tt1.icon3:before{
  background-image: url('/img/service/service_tt1_icon3.png');
}
.service_tt1.icon4:before{
  background-image: url('/img/service/service_tt1_icon4.png');
}
.service_tt1.icon5:before{
  background-image: url('/img/service/service_tt1_icon5.png');
}
.service_tt1.icon6:before{
  background-image: url('/img/service/service_tt1_icon6.png');
}
.service_tt1.mb{
  margin-bottom: 25px;
}

.service_tt2{
  background: #4744ae;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding: 15px;
  margin-bottom: 15px;
}
.service_tt2:after{
  content: "";
  border: 1px solid #FFF;
  color: #FFF;
  position: absolute;
  inset: 5px;
}
.service_tt2.mb30{
  margin-bottom: 30px;
}

.service_flow_wrap{
  
}
.service_flow_wrap + .service_flow_wrap{
  margin-top: 50px;
}
.service_intro_msg + .service_flow_wrap{
  margin-top: 45px;
}

.service_flow_arrow{
  padding: 30px 0;
  position: relative;
}

.service_flow_arrow:after{
  content: "";
  display: block;
  margin: 0 auto;
  width: 160px;
  height: 30px;
  background: #4744ae;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.service_flow_arrow.pb0{
  padding-bottom: 0;
}

.service_flow_arrow.icon1,
.service_flow_arrow.icon2{
  
}
.service_flow_arrow.icon1:before,
.service_flow_arrow.icon2:before{
  content: "";
  position: absolute;
  width: 40px;
  height: 46px;
  background-image: url('/img/service/service_flow_icon1.png');
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%,-60%);
  transform: translate(-50%, -60%);
}
.service_flow_arrow.icon2:before{
  background-image: url('/img/service/service_flow_icon2.png');
}

.service_flow_row_block{
  
}
.service_flow_row_block.margin{
  padding: 22px 0;
}
.service_flow_row_block.margin2{
  padding: 30px 0;
}
.service_flow_row_block .content_box1{
  background: #f7f7f7;
  box-shadow: 1px 1px 1px #bfbfbf;
  padding: 15px 10px;
  margin: 0 auto;
  min-height: 135px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
.service_flow_row_block .content_box1.bg1{
  background: none;
  box-shadow: none;
  
}
.service_flow_row_block .content_box1.bg1:after{
  content: "";
  background: #f7f7f7;
  box-shadow: 1px 1px 1px #bfbfbf;
  position: absolute;
  z-index: -1;
  top: 100px;
  left: 0;
  right: 0;
  bottom: 0;
  
}
.service_flow_row_block .content_box1.small{
  width: 410px;
  max-width: 100%;
}
.service_flow_row_block .content_box1.thin{
  min-height: 60px;
  padding: 10px;
}
.service_flow_row_block .content_box1 .title1{
  width: 100%;
  text-align: center;
}
.service_flow_row_block .content_box1 .title1 .t1{
  font-size: 20px;
  font-weight: 600;
  /*border-bottom: 1px solid #d9d9d9;*/
  /*padding-bottom: 10px;*/
  margin-bottom: 10px;
}
.service_flow_row_block .content_box1 .title1 .t1:after{
  content: "";
  display: block;
  margin: 10px auto 0;
  width: 350px;
  max-width: 100%;
  height: 1px;
  background: #d9d9d9;
}
.service_flow_row_block .content_box1 .title1 .t1.nobdr:after{
  display: none;
}
.service_flow_row_block .content_box1 .title1 .t2{
  font-size: 17px;
}
.service_flow_row_block .content_box1 .title1 .t3{
  font-size: 16px;
  font-weight: 500;
}
.service_flow_row_block .content_box1 .title1 .t4{
  font-size: 16px;
  font-weight: 500;
}
.service_flow_row_block .content_box1 .links{
  margin-top: 15px;
}
.service_flow_row_block .content_box1 .links a{
  color: #0047b1;
  line-height: 2;
}
.service_flow_row_block .content_box1 .txt1{
  font-size: 15px;
  margin-top: 15px;
}

.service_flow_row_block .content_box1 .imgs{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px ;
}
.service_flow_row_block .content_box1 .imgs_item{
  width: 100%;
  padding: 0 5px;
}
.service_flow_row_block .content_box1 .imgs_item .img.img_fit:before{
  padding-top: 60.75%;
}
.service_flow_row_block .content_box1 .imgs.col2 .imgs_item .img.img_fit:before{
  padding-top: 60.52%;
}
.service_flow_row_block .content_box1 .imgs + .t2{
  margin-top: 20px;
}

.service_flow_row_block .content_box2{
  margin-top: 15px;
  /*padding: 15px 10px;*/
  border: 1px solid #4744ae;
}

.service_flow_row_block .content_txt1{
  margin-top: 15px;
  line-height: 1.875;
}
.service_flow_row_block .content_txt1 p{
  text-indent: -1em;
  padding-left: 1em;
}
.service_flow_row_block .content_txt2{
  /*margin-top: 15px;*/
  line-height: 2;
  text-align: justify;
}

.service_flow_row_block .column{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.service_flow_row_block .column .item{
  width: 100%;
  padding: 0 5px;
}
.service_flow_row_block .column.col2{
  
}
.service_flow_row_block .column.col2 .item{
  
}
.service_flow_row_block .column.col2 .item{
  
}

/* 各種フロー */
.service_flow_row .content{
  display: none;
}
.pg_service .section.sec3 .service_flow_row .service_tt1{
  cursor: pointer;
}
.pg_service .section.sec3 .service_flow_row .service_tt1:after{
  content: "\f078";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.pg_service .section.sec3 .service_flow_row .service_tt1.active:after{
  content: "\f077";
}



@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){
  
  .service_tt2{
    font-size: 16px;
  }
  
  .service_flow_arrow.icon1:before,
  .service_flow_arrow.icon2:before{
    display: block;
    transform: none;
    position: static;
    margin: 0 auto 15px;;
  }
  
  .service_flow_row_block .content_txt2{
    text-align: justify;
  }
  .service_flow_row_block .content_box1 .title1 .t1{
    font-size: 15px;
  }
  .service_flow_row_block .content_box1 .title1 .t2{
    font-size: 15px;
  }
  .service_flow_row_block .content_box1 .title1 .t3{
    font-size: 15px;
  }
  
  
  
  .service_flow_row_block .content_box1 .imgs{
    margin: 0 -5px ;
  }
  .service_flow_row_block .content_box1 .imgs .imgs_item{
    width: 100%;
    padding: 0 5px;
  }
  .service_flow_row_block .content_box1 .imgs_item:nth-child(n+2){
    margin-top: 10px;
  }
  
  .service_flow_row_block .content_box1 .imgs.col2 .imgs_item{
    width: 50%;
  }
  .service_flow_row_block .content_box1 .imgs.col2 .imgs_item:nth-child(n+2){
    margin-top: 0;
  }
  .service_flow_row_block .content_box1 .imgs.col2 .imgs_item:nth-child(n+3){
    margin-top: 10px;
  }
  
  .service_flow_row_block .content_box1 .imgs + .t2{
    margin-top: 20px;
  }
  
  
  .pg_service .section.sec3 .content{
    padding-bottom: 50px;
  }
}
@media (min-width:768px){
  
  .pg_service .section.sec1{

  }
  .pg_service .section.sec2{
  }
  .pg_service .section.sec3{
  }
  
  /* 業務概要の紹介 */
  .service_intro_msg{
    text-align: justify;
  }
  
  .service_tt1{
    font-size: 16px;
    padding: 18px 10px;
    padding-right: 43px;
    margin-left: 33px;
    /*margin-bottom: 30px;*/
  }
  .service_tt1:before{
    width: 65px;
    height: 65px;
  }
  
  .service_flow_arrow.icon1:before,
  .service_flow_arrow.icon2:before{
    width: 40px;
    height: 46px;
  }
  
  .service_flow_wrap + .service_flow_wrap{
    margin-top: 150px;
  }
  
  .pg_service .section.sec3 .content{
    padding-bottom: 100px;
  }
  .pg_service .section.sec3 .service_flow_wrap + .service_flow_wrap{
    margin-top: 50px;
  }
  
  .service_flow_row_block{
  
  }
  .service_flow_row_block .content_box1{
    padding: 15px 10px;
    min-height: 135px;
  }
  .service_flow_row_block .content_box1 .title1{
    text-align: center;
  }
  .service_flow_row_block .content_box1 .title1 .t1{
    font-size: 20px;
  }
  .service_flow_row_block .content_box1 .title1 .t2{
    font-size: 17px;
  }
  .service_flow_row_block .content_box1.bg1:after{
    top: 160px;
  }
  .service_flow_row_block .content_box2{
    margin-top: 25px;
  }
  .service_flow_row_block .column{
    margin: 0 -10px;
  }
  .service_flow_row_block .column .item{
    width: 100%;
    padding: 0 10px;
  }
  
  .service_flow_row_block .content_box1 .imgs{
    margin: 0 -10px ;
  }
  .service_flow_row_block .content_box1 .imgs .imgs_item{
    width: 100%;
    padding: 0 10px;
  }
  .service_flow_row_block .content_box1 .imgs.col2 .imgs_item{
    width: 50%;
  }
  .service_flow_row_block .content_box1 .imgs.col2 .imgs_item:nth-child(n+3){
    margin-top: 10px;
  }
  
  .service_flow_row_block .content_box1 .imgs + .t2{
    margin-top: 20px;
  }
  
  
  .service_flow_row_block .column.col2{

  }
  .service_flow_row_block .column.col2 .item{
    width: 50%;
  }
  .service_flow_row_block .column.col3 .item{
    width: 33.333%;
  }
}
@media (min-width:1024px){

  .service_intro_msg{
    text-align: center;
  }
  .service_flow_row_block .content_txt2{
    text-align: center;
  }
  .service_flow_row_block .content_box1 .txt1{
    font-size: 16px;
  }
}
@media (min-width:1200px){

  .pg_service .section.sec1{

  }
  .pg_service .section.sec2{
    margin-top: 130px;
  }
  .pg_service .section.sec3{
    margin-top: 95px;
  }
  
  .pg_service .tt2{
    /*margin-bottom: 50px;*/
  }
  
  .service_flow_row_block{
  
  }
  .service_flow_row_block .content_box1{
    padding: 28px 95px;
  }
  .service_flow_row_block .content_box1.small{
    padding: 15px 30px;
  }
  .service_flow_row_block .content_box1.medium{
    padding: 28px 80px 55px;
  }
  .service_flow_row_block .content_box1.wide{
    padding: 28px 160px 35px;
  }
  
  .service_flow_row_block .content_box1.bg1:after{
    top: 180px;
  }
  .service_flow_row_block .content_box1.medium.bg1:after{
    top: 140px;
  }
  
  .service_flow_row_block .content_box1 .title1{
    text-align: center;
  }
  .service_flow_row_block .content_box1 .title1 .t1{
    font-size: 20px;
  }
  .service_flow_row_block .content_box1.bg1 .title1 .t1{
    font-size: 18px;
  }
  .service_flow_row_block .content_box1 .title1 .t2{
    font-size: 17px;
  }
  .service_flow_row_block .content_box1 .title1 .t4{
    font-size: 18px;
  }
  .service_flow_row_block .content_box1.medium .title1 .t1:after,
  .service_flow_row_block .content_box1.wide .title1 .t1:after{
    width: 100%;
  }
  
  .service_flow_row_block .content_box2{
    margin-top: 35px;
  }
  .service_flow_row_block .column{
    margin: 0 -15px;
  }
  .service_flow_row_block .column .item{
    padding: 0 15px;
  }
  .service_flow_row_block .column.col2{

  }
  .service_flow_row_block .column.col2 .item{
  }
  .service_flow_row_block .column.col2 .item{

  }
  
  .service_flow_row_block .content_box1 .imgs{
    margin: 0 -15px ;
  }
  .service_flow_row_block .content_box1 .imgs .imgs_item{
    padding: 0 15px;
  }
  .service_flow_row_block .content_box1 .imgs.col2 .imgs_item{
  }
  .service_flow_row_block .content_box1 .imgs.col2 .imgs_item:nth-child(n+3){
    margin-top: 20px;
  }
  
  .service_flow_row_block .content_txt1{
    margin-top: 15px;
  }
  
  .service_flow_arrow.icon1:before,
  .service_flow_arrow.icon2:before{
    width: 57px;
    height: 66px;
    -webkit-transform: translate(-50%,-100%);
  transform: translate(-50%, -100%);
  }
  
}



/* **********************************
 *  採用情報
 * ********************************* */
.pg_recruit{
  
}
.pg_recruit .section.sec1{
  
}
.pg_recruit .section.sec2{
  
}
.pg_recruit .section.sec3{
  
}


/* 募集要項 */
.recruit_info_wrap{
  
}
.recruit_info_wrap + .recruit_info_wrap{
  margin-top: 50px;
}
.recruit_info_title{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 20px;
  font-weight: 500;
  color: #4744ae;
  margin-bottom: 20px;
}
.recruit_info_title:after{
  content: "";
  background: #ababab;
  width: 100%;
  height: 1px;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 0;
}
.recruit_info_title span{
  background: #FFF;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.recruit_tbl{
  
}


@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

}
@media (min-width:768px){
  
  /* 募集要項 */
  .recruit_info_wrap{

  }
  .recruit_info_wrap + .recruit_info_wrap{
    margin-top: 70px;
  }
  .recruit_info_title{
    font-size: 24px;
    margin-bottom: 45px;
  }
  .recruit_info_title:after{
    top: 50%;
    left: 0;
  }
  .recruit_info_title span{
    padding: 0 35px;
  }

  .recruit_tbl{

  }
  .recruit_tbl th,
  .recruit_tbl td{
    padding: 14px 15px;
  }
  .recruit_tbl th{
    text-align: center;
    border-right: 1px solid #ababab;
  }
  .recruit_tbl td{
    
  }


}
@media (min-width:1024px){


}
@media (min-width:1200px){

  .pg_recruit .section.sec1{

  }
  .pg_recruit .section.sec2{
    margin-top: 105px;
  }
  .pg_recruit .section.sec3{

  }

  
  /* 募集要項 */
  .recruit_info_wrap{

  }
  .recruit_info_wrap + .recruit_info_wrap{
    margin-top: 95px;
  }
  .recruit_info_title{
    font-size: 24px;
    margin-bottom: 45px;
  }
  .recruit_info_title span{
    padding: 0 35px;
  }

  .recruit_tbl{

  }
  .recruit_tbl th{
    width: 278px;
  }
  
}



/* **********************************
 *  料金表
 * ********************************* */
.pg_price{
  
}
.pg_price .section.sec1{
  
}
.pg_price .section.sec2{
  
}
.pg_price .section.sec3{
  
}

.pg_slug_price .pg_header{
  margin-bottom: 0;
}

/* 料金表 */
.price_data_wrap{
  
}
.price_data_wrap + .price_data_wrap{
  margin-top: 50px;
}

/* テーブル */
.price_tbl{
  
}
.price_tbl th,
.price_tbl td{
  font-size: 14px;
  /*vertical-align: middle;*/
}
.price_tbl th{
  
}
.price_tbl td{
  
}

/* テーブル */
.price_tbl.type1{
  
}
.price_tbl.type2{
  
}

.price_tbl.type2 .th1{
  width: 120px;
}

.price_tbl_txt1{
  margin-top: 15px;
}
.price_tbl_txt1 p{
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.875;
}
.price_tbl_txt1 p+p{
  /*margin-top: 5px;*/
}

@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

}
@media (min-width:768px){
  
  /* 料金表 */
  .price_data_wrap{

  }
  .price_data_wrap + .price_data_wrap{
    margin-top: 80px;
  }
  .price_data_wrap .tt2{

  }
  
  /* テーブル */
  .price_tbl th,
  .price_tbl td{
    padding: 0 5px;
    font-size: 16px;
    line-height: 1.5;
  }
  .price_tbl.type1{

  }
  .price_tbl.type1 th,
  .price_tbl.type1 td{
    /*padding: 0 5px;*/
    text-align: center;
    line-height: 1.5;
  }
  .price_tbl.type1 th{
    
  }
  .price_tbl.type1 td{

  }
  .price_tbl.type1 tbody th,
  .price_tbl.type1 tbody td{
    
  }
  
  .price_tbl.type2{

  }
  .price_tbl.type2 th,
  .price_tbl.type2 td{
    line-height: 1.875;
  }
  .price_tbl.type2 th{
    text-align: center;
  }
  .price_tbl.type2 td{

  }
  .price_tbl.type2 .th1{
    width: 278px;
  }
  .price_tbl.type2 .th2{

  }
  .price_tbl.type2 tbody td{
    padding-top: 12px;
    padding-bottom: 13px;
  }

  .price_tbl .mh60{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 59px;
    padding: 18px 0;
  }
  .price_tbl.type2 .mh60{
    padding: 13px 0;
  }
  
}
@media (min-width:1024px){


}
@media (min-width:1200px){

  .pg_price .section.sec2{
    margin-top: 160px;
  }
  .pg_price .section.sec3{
    margin-top: 145px;
  }
  
  .pg_price .pg_category_nav{
    margin-bottom: 95px;
  }
  
  /* 料金表 */
  .price_data_wrap{

  }
  .price_data_wrap + .price_data_wrap{
    margin-top: 110px;
  }
  .price_data_wrap .tt2{
    margin-bottom: 45px;
  }
  
  .price_tbl.type2 tbody td{
    padding-left: 215px;
  }
  

}


/* **********************************
 *  
 * ********************************* */
.pg_xxxx{
  
}
.pg_xxxx .section.sec1{
  
}
.pg_xxxx .section.sec2{
  
}
.pg_xxxx .section.sec3{
  
}


@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

}
@media (min-width:768px){
  

}
@media (min-width:1024px){


}
@media (min-width:1200px){

  .pg_slug_sdgs .pg_header{
    margin-bottom: 60px;
  }

}


/* **********************************
 *  
 * ********************************* */
.pg_xxxx{
  
}
.pg_xxxx .section.sec1{
  
}
.pg_xxxx .section.sec2{
  
}
.pg_xxxx .section.sec3{
  
}


@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

}
@media (min-width:768px){
  

}
@media (min-width:1024px){


}
@media (min-width:1200px){


}


/* **********************************
 *  会社概要
 * ********************************* */
.pg_company{
  
}
.pg_company .section#sec1{
  
}
.pg_company .section#sec2{
  
}
.pg_company .section#sec3{
  
}



/* **********************************
 *  お問い合わせ
 * ********************************* */
.pg_slug_contact .pagetop{
  bottom: 130px;
}
.pg_contact{
  
}
.pg_contact .section#sec1{
  
}
.pg_contact .section#sec2{
  
}
.pg_contact .section#sec3{
  
}

.contact_form_msg_input{
  display: none;
  margin-bottom: 15px;
}
.contact_form_msg_confirm{
  display: none;
  margin-bottom: 15px;
}

.mw_wp_form_input .contact_form_msg_input{
  display: block;
}
.mw_wp_form_confirm .contact_form_msg_confirm{
  display: block;
}
.mw_wp_form_complete{
  
}

.contact_tt{
  text-align: center;
  font-weight: bold;
  font-size: 23px;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}
.contact_msg1{
  font-weight: 500;
  line-height: 2;
  text-align: center;
  margin-bottom: 70px;
}
.contact_msg2{
  
}


/* 連絡先 */
.contact_info{
  background: #f7f7f7;
  text-align: center;
  padding: 20px 20px 25px;
  margin-bottom: 65px;
}
.contact_info .box1{
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.14em;
  color: #010000;
}
.contact_info .box2{
  margin-top: 20px;
  background: #FFFFFF;
  padding: 30px 5px;
  line-height: 1;
}
.contact_info .box2 .icon{
  display: inline-block;
  font-size: 25px;
  font-weight: bolder;
  background: #4744ae;
  color: #FFFFFF;
  padding: 5px 18px 7px;
  margin-right: 10px;
  vertical-align: middle;
  border-radius: 5px;
  letter-spacing: 0.08em;
}
.contact_info .box2 .tel{
  display: inline-block;
  font-size: 44px;
  font-weight: 500;
  font-family: "Outfit";
  vertical-align: middle;
}
.contact_info .box2 .tel a{
  display: block;
  letter-spacing: 0.04em;
}
.contact_info .box2 .txt{
  display: inline-block;
  vertical-align: bottom;
  font-weight: 700;
  letter-spacing: 0.16em;
}

/* コンタクトフォーム */
.contact_form{
  width: 100%;
  border: 1px solid #b2b2b2;
}
.contact_form tr{
  border-bottom: 1px solid #b2b2b2;
}
.contact_form th,
.contact_form td{
  padding: 10px 15px 10px 20px;
  font-weight: normal;
  text-align: left;
}
.contact_form th{
  background: #f0f0f0;
  width: 310px;
  letter-spacing: 0.08em;
}
.contact_form td{
  font-size: 15px;
  letter-spacing: 0.16em;
}
.contact_form th.vtop{
  vertical-align: top;
}
.contact_form th .require{
  display: inline-block;
  padding: 2px 12px;
  color: #FFF;
  background: #b80000;
  font-size: 14px;
  font-weight: normal;
  float: right;
}

/* 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: 10px;
}

/**/
.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;
}
.contact_form td textarea{
  height: 280px;
}
.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{
  background: #b80000;
  color: #FFF;
  border: 0;
  padding: 12px 10px;
  width: 315px;
  margin: 0 10px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.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_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;
}
.privacy_items .item ul{
  list-style: disc;
  margin-left: 2em;
  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{
}
.pg_xxx .section.sec2{
}
.pg_xxx .section.sec3{
}

@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

}
@media (min-width:768px){
  .pg_xxx{

  }
  .pg_xxx .section.sec1{
  }
  .pg_xxx .section.sec2{
  }
  .pg_xxx .section.sec3{
  }


}
@media (min-width:1024px){


}
@media (min-width:1200px){


}
