@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;
}
*/

@font-face {
  font-family: "CENTAUR";
  src: url(css/fonts/CENTAUR.woff2) format("woff2"),
    url(css/fonts/CENTAUR.woff) format("woff"),
    url(css/fonts/CENTAUR.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;
}

/* 基本フォント: 明朝 */
/**/
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: 0;
}
@media (max-width:782px){
  body.admin-bar{
    padding-top: 0
  }
} 

.gothic{
  font-family: '游ゴシック体','Yu Gothic', 'YuGothic', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.mincho{
  font-family: 'Noto Serif JP', serif;
}
.centaur{
  font-family: 'CENTAUR','Noto Serif JP', serif;
}
.outfit{
  font-family: 'Outfit', sans-serif;
}
.rounded{
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
a{
  color: inherit;
  text-decoration: none;
}
a:hover{
  text-decoration: none;
}

img{
  max-width: 100%;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
  color: inherit;
}
a:hover img{
  opacity: 0.8;
}

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{

}
.txt_c{
  font-size: 20px;
}

/* スクロール テーブル */
.js-scrollable{
  overflow-x: auto;
}
.js-scrollable table{
  min-width: 748px;
}

/* 指定デバイスのみで表示するclass */
@media (min-width:1024px){
  .tb:not(.pc){
    display: none;
  }
  .sp:not(.pc){
    display: none;
  }
}
@media (min-width:768px) and (max-width:1023px){
  .pc:not(.tb){
    display: none;
  }
  .sp:not(.tb){
    display: none;
  }
}
@media (max-width:767px){
  .pc:not(.sp){
    display: none;
  }
  .tb:not(.sp){
    display: none;
  }
}


.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 10px; 
  margin: 0 auto;
}
.container_w{
  width: 1790px;
  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-color: #ccc;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.pg_header .container{
  display: flex;
  justify-content: center;
  align-items: center;

}
@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

}
@media (min-width:768px){
  .pg_header{
    height: 300px;
  }


}
@media (min-width:1024px){
  .pg_header{
    height: 400px;
  }

}
@media (min-width:1200px){


}
/* 共通の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{

}
header .hdr1{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
header .hdr1 .hdr_logo{
  line-height: 1;
}
header .hdr1 .hdr_contact{
}

.nav_outer{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.hdr_contact{
  background: #181818;
  color: #fff;
  font-size: 14px;
  font-weight:700;
  letter-spacing: 0.075em;
  text-align: center;
  width: 200px;
  padding: 12px;
  margin-left: 5px;
  border: 1px solid #fff;
}
.hdr_contact:hover{
  background: #fff;
  color: #181818;
  border: 1px solid #181818;
}
.hdr_contact p:before{
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}


/* コピー用 */
@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){
  .hdr_logo{

  }
}
@media (min-width:768px){
  header{
    padding: 0 10px;
  }
  .hdr_logo{
    width: 150px;
  }
  header .hdr1{
    padding-top: 16px;
  }

  .hdr_contact{
    width: 140px;
  }
  .gnav li{
    font-size: 14px;
    font-weight:700;
    letter-spacing: 0.075em;
    line-height: 1;
    border-left: 1px solid;
    white-space: nowrap;
    padding: 0 10px;
  }
  .gnav li:first-child{
    border-left: none;
  }
}
@media (min-width:1024px){
  header{
    padding: 0 30px;
  }
  header .hdr1{
    margin-bottom: 24px;
    padding-top: 24px;
  }
  .hdr_logo{
    width: auto;
  }
  .hdr_contact{
    width: 200px;
  }
  .gnav li{
    font-size: 15px;
    padding: 0 23px;
  }


}
@media (min-width:1200px){

}
/* **********************************
 *  グローバルナビ
 * ********************************* */
.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: "\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;
}
.gnav li a:hover{
  /*background: #333;*/
  /*color: #FFF;*/
}

.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;
  height: 470px;
  background: #CCC;
  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 .container{
  height: 100%;
  position: relative;
}
.mv .mv_box{
  position: absolute;
  top: 5%;
  right: 3%;
  /*top: 56%;*/
  /*bottom: 5%;*/
  /*left: 0;*/
  text-align: right;
}
.mv .mv_box .txt{
  font-size: 20px;
  font-weight:normal;
  letter-spacing: 0;;
  line-height: 1.3333em;
  /*filter: drop-shadow(0px 0px 2px #FFF) drop-shadow(0px 0px 2px #FFF) drop-shadow(0px 0px 2px #FFF);*/
  text-align: right;
}
.mv .mv_box .sub_txt{
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1;
  /*filter: drop-shadow(0px 0px 2px #FFF) drop-shadow(0px 0px 2px #FFF) drop-shadow(0px 0px 2px #FFF);*/
}
.mv .mv_box .img{

}
.mv .mv_box .img img{

}

@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){
  .mv_box{
    padding-left: 10px;
  }
  .mv .mv_box .txt{
    font-size: 24px;
  }
  .mv .mv_box .sub_txt{
    font-size: 14px;
    margin-top: 5px;
  }
}
@media (min-width:768px){
  .mv{
    height: 600px;
  }
  .mv .mv_box{
    right: 3%;
  }
  .mv .mv_box .txt{
    font-size:32px;
  }
  .mv .mv_box .sub_txt{
    font-size: 16px;
  }
}
@media (min-width:1024px){
  .mv{
    height: 800px;
  }
  .mv .mv_box{
    left: 3%;
  }
  .mv .mv_box .txt{
    font-size: 50px;
  }
  .mv .mv_box .sub_txt{
    font-size: 20px;
  }
}
@media (min-width:1200px){
  .mv .mv_box .txt{
    font-size: 55px;
  }
  .mv .mv_box{
    left: 0;
    right: -5%;
  }
}
/* **********************************
 *  フッター
 * ********************************* */
footer{
  color: #181818;
  padding: 70px 0 10px;
  margin-top: 150px;
  border-top: 1px solid #181818;
}

footer .ftr1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .box1{
  width: 100%;
  text-align: center;
}
footer .box2{
  width: 100%;
}

footer .ftr_logo{
  margin-bottom: 24px;
}
footer .ftr_addr{
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 2;
}

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: center;
  margin-top: 34px;
}
footer .ftr_links li{
  white-space: nowrap;
  padding: 0 25px;
  line-height: 1.1;
}
footer .ftr_links li:first-child{
  padding-left: 0;
}
footer .ftr_links li:last-child{
  padding-right: 0;
}
footer .ftr_links li+li{
  border-left: 1px solid;
}
footer .copy{
  background: #0d0d0d;
  color: #fff;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.05em;
  padding: 10px 0;
  margin-top: 50px;
}
footer .copy a{
  /*color: #111;*/
}

.ftr_sns_box{
  margin-top: 65px;
}
.ftr_sns_box .sns_links{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ftr_sns_box .sns_links li{
  padding: 0 10px;
}
.ftr_sns_box .sns_links li:first-child{
  padding-left: 0;
}
.ftr_sns_box .sns_links li:last-child{
  padding-right: 0;
}

.footer_fix{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  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%;
  background: #181818;
}
.footer_fix ul li.btn2{
  width: 24%;
  background: #f11b23;
}
.footer_fix ul li a{
  display: block;
  padding: 10px;

  color: #FFF;
  text-decoration: none;
}

.ftr_box_contact_wrap{
  background: #9E9E9E;
  margin-top: 80px;
}
.ftr2_box{
  background: #9E9E9E;
}
.ftr2_box_inner{

}
.ftr2_contact_item{

}
.ftr2_contact_item_inner{
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.ftr2_contact_item_inner_bo{
  width: 100%;
  margin-bottom: 10px;
}
.ftr2_contact_item_inner_tt{
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1;
  text-align: center;
  color: #fff;
}
.ftr2_contact_item_inner_bx{
  width: 100%;
  text-align: center;
}
.ftr2_contact_item_inner_txt{
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1;
  margin-right: -10px;
}
.ftr2_contact_item_inner.second{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.ftr2_contact_item_inner_box1{
  width: 100%;
}
.home_encounter_link_flex_box_inner{
  background: #ffffff;
  width: 300px;
  margin: 0 auto;
  color: #181818;
  padding: 8px 5px;
  margin-top: 20px;
  position: relative;
}
.home_encounter_link_flex_box{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.home_encounter_link_inner_box_icon{
  margin-right: 5px;
}
.home_encounter_link_flex_box_txt{
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #ffffff;
}
.home_encounter_link_flex_box_txt.normal{
  font-size: 14px; 
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #ffffff;
}
.ftr2_contact_item_inner_txt{
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 1;
  color: #fff;
}
.ftr2_contact_item_inner_txt.num{
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1;
}
.ftr2_contact_item_inner_txt.day{
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1;
  margin-top: 7px;
}
.ftr2_box .home_encounter_link_flex_box .home_encounter_link_flex_box_txt,
.ftr2_box .home_encounter_link_flex_box .home_encounter_link_flex_box_txt.normal{
  color: #181818;
}
.ftr2_contact_item_inner_box2{
  width: 100%;
  text-align: center;
}
.ftr2_contact_item .home_encounter_link_flex_box_inner:after{
  content: "➡";
  font-family: 'M PLUS Rounded 1c', sans-serif;
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 24px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.ftr2_contact_item_inner_txt span{
  display: inline-block;
  font-size: 20px;
}
/*.ftr2_contact_item_inner_txt span::first-letter{
  font-size: 30px;
}*/
/* コピー用 */
@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){
  footer{
    margin-top: 50px;
  }
  .ftr_box_contact_wrap{
    margin-top: 60px;
  }
  footer .ftr_links{
    display: none;
  }
  .ftr2_box_inner{
    padding: 20px;
  }
  .ftr2_contact_item_inner_txt{
    font-size: 17px;
  }
  .ftr2_contact_item_inner.second .left{
    width: 100%;
  }
  .ftr2_contact_item_inner.second .right{
    width: 100%;
    margin-top: 20px;
  }
  .home_encounter_link_flex_box_txt.normal{
    letter-spacing: 0;
    font-size: 13px;
  }
  .ftr2_contact_item .home_encounter_link_flex_box_inner:after{
    display: none;
  }
  .ftr2_contact_item_inner_txt.day{
    line-height: 1.66em;
  }
}
@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;
  }

  footer{
    padding-bottom: 0;
  }
  .ftr_box_contact_wrap{
    margin-top: 100px;
  }
  .ftr2_box{
    width:600px;
    margin: 0 auto;
  }
  .ftr2_box_inner{
    padding: 30px 20px;
  }
  .ftr2_contact_item{

  }
  .ftr2_contact_item_inner{

  }
  .ftr2_contact_item_inner_bo{
    margin-bottom: 0;
  }
  .ftr2_contact_item_inner_tt{
    font-size: 42px;
    text-align: center;
  }
  .ftr2_contact_item_inner_bx{
    margin-left: 10px;
  }
  .ftr2_contact_item_inner_bo, .ftr2_contact_item_inner_bx{
    width:100%;
    text-align: center;
  }
  .ftr2_contact_item_inner_txt{
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.075em;
    line-height: 1;
    margin-right: -10px;
    margin-top: 10px;
  }
  .ftr2_contact_item_inner.second{

  }
  .ftr2_contact_item_inner_box1{
    width: 52%;
  }
  .home_encounter_link_flex_box_inner{
    padding: 10px;
    width: 100%;
    margin-top: 0;
  }
  .home_encounter_link_flex_box{
    justify-content: flex-start;
    padding: 0;
  }
  .home_encounter_link_inner_box_icon{
    margin-right: 11px;
  }
  .home_encounter_link_flex_box_txt{

  }
  .ftr2_contact_item_inner_txt{
    margin-right: 0;
  }
  .home_encounter_link_flex_box_txt.normal{
    padding-left: 5px;
  }
  .ftr2_contact_item_inner_txt day{

  }
  .ftr2_contact_item:nth-child(n+2){
    margin-top: 30px;
  }
  .ftr2_contact_item_inner_box2 {
    width: 46%;
    padding-right: 0;
    margin-top: 0;
  }
  .ftr2_contact_item_inner_txt.num{
    font-size: 27px;
  }
  .ftr2_contact_item_inner_txt.day {
    margin-top: 7px;
  }
  .ftr2_contact_item_inner.second .left{
    width: 100%;
  }
  .ftr2_contact_item_inner.second .right{
    width: 100%;
    margin-top: 20px;
  }
  .ftr2_contact_item_inner_box1:nth-child(n+2) .home_encounter_link_flex_box_inner{
    margin-top: 10px;
  }
  .home_encounter_link_flex_box_txt.line{
    font-size: 16px;
  }
}
@media (min-width:1024px){
  footer .box1{
    width: 50%;
    text-align: left;
  }
  footer .box2{
    width: 50%;
  }
  footer .ftr_links{
    justify-content: flex-end;
  }
  footer .ftr_links li{
    padding: 0 17px;
  }
  .ftr_sns_box .sns_links{
    justify-content: flex-end;
  }


  .ftr_box_contact_wrap{
    margin-top: 100px;
  }
  .ftr2_box{
    width:auto;
  }
  .ftr2_box_inner{
    padding: 15px 37px 15px;
  }
  .ftr2_contact_item{

  }
  .ftr2_contact_item_inner{

  }
  .ftr2_contact_item_inner_bo{

  }
  .ftr2_contact_item_inner_tt{
    font-size: 50px;
  }
  .ftr2_contact_item_inner_bx{
    margin-left: 100px;
  }
  .ftr2_contact_item_inner_txt{
    font-size: 21px;
    margin-top: 0;
  }
  .ftr2_contact_item_inner.second{

  }
  .ftr2_contact_item_inner_box1{
    width: 48.64%;
  }
  .home_encounter_link_flex_box_inner{
    background: #ffffff;
    width: 408px;
    padding: 10px 10px;
    margin-left: 8px;

  }
  .home_encounter_link_flex_box{

  }
  .home_encounter_link_inner_box_icon{

  }
  .home_encounter_link_flex_box_txt{
    font-size: 18px;
  }
  .ftr2_contact_item_inner_txt{

  }
  .ftr2_contact_item_inner_txt day{

  }
  .ftr2_contact_item:nth-child(n+2){
    margin-top: 0;
  }
  .ftr2_contact_item_inner_box2 {
    width: 48.64%;
    margin-top: 10px;
    padding-right: 30px;
  }
  .ftr2_contact_item_inner_txt.num {
    font-size: 45px;
  }
  .ftr2_contact_item_inner_txt.day {
    font-size: 16px;
    margin-top: 7px;
  }
  .ftr2_contact_item_inner_box1:last-child .home_encounter_link_flex_box_inner{
    margin-top: 3px;
  }
  .home_encounter_link_flex_box_txt.normal{
    font-size: 16px;
  }
  .ftr2_contact_item_inner.second .left{
    width: auto;
  }
  .ftr2_contact_item_inner.second .right{
    width: 50%;
    line-height: 1;
    margin-top: 0;
  }
  .ftr2_contact_item:last-child{
    margin-top: 15px;
  }
  .ftr2_contact_item_inner_txt span{
    display: inline-block;
    font-size: 35px;
  }
  .ftr2_contact_item_inner_txt span::first-letter{
    /*font-size: 45px;*/
  }
  .ftr2_contact_item_inner_bo, .ftr2_contact_item_inner_bx{
    width: auto;
    text-align: left;
  }
  .ftr2_contact_item_inner_tt{
    font-size: 42px;
    text-align: left;
  }
  .ftr2_contact_item_inner_box1:nth-child(n+2) .home_encounter_link_flex_box_inner{
    margin-top: 5px;
  }
}
@media (min-width:1200px){
  footer .ftr_links li{
    padding: 0 25px;
  }


  .ftr2_contact_item_inner_tt{
    font-size: 68px;
  }
  .ftr2_contact_item .home_encounter_link_flex_box_inner{
    width: 472px;
    padding: 8px 21px;
  }
  .home_encounter_link_flex_box_txt{
    font-size: 21px;
  }
  .ftr2_contact_item_inner_txt.day {
    font-size: 17px;
  }

}
/* 検索フォーム */
.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{
  padding: 0 0;
}
.post_items .item{
  /*background: #f0f0f0;*/
  padding: 10px;
  border-top: 1px solid #CCC;
  display: flex;
  align-items: center;
  position: relative;
}
.post_items .item:last-child{
  border-bottom: 1px solid #CCC;
}
.post_items .item .img{

}
.post_items .item .date{
  width: 130px;
  font-size: 15px;
  color: #5a5a5a;
}
.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-weight: 500;
  width: calc(100% - 130px - 150px);
  /*width: -moz-available;
  width: -webkit-fill-available;
  width: available;*/
}
.post_items .item .title a{
  display: block;
  position: relative;
  padding-right: 1em;
}
.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.single_item{
  display: flex;
  flex-wrap: wrap;
  border-top: 15px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
}
.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;
  padding-bottom: 20px;
  border-bottom: 1px solid #CCC;
}
.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{
  margin-top: 30px;
}

/* ページ送り(一覧) */
.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;
  border: 1px solid #c0c0c0;
  padding: 10px 50px;
  position: relative;
}
.pagination .nav-posts .page-next a:before,
.pagination .nav-posts .page-prev a:after{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pagination .nav-posts .page-next a:before{
  content: "\f053";
  left: 10px;
}
.pagination .nav-posts .page-prev a:after{
  content: "\f054";
  right: 10px;
}
.pagination .nav-posts .page-archive a{
  display: block;
  background: #bcbcbc;
  color: #ffffff;
  padding: 10px 100px;
}

/* 検索 */
.search_list{
  background: #eee;
  padding: 15px;
}
.search_list .item{

}
.search_list .item + .item{

}

/* ページTOPに戻る */
.pagetop{
  display: none;
  position: fixed;
  right: 10px;
  bottom: 90px;
  z-index: 99999;
  color: #181818;
}
.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%);
}*/

/* **********************************
 *  メイン
 * ********************************* */
.img_fit img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover';
  position: absolute;
  left: 0;
  top: 0;
}
.main{
  padding: 0 0 50px;
}
body.home .main{
  padding-top: 0;
}
.pg_header{
  margin-bottom: 60px;
}
.pg_heder_title_wrap{
  margin-bottom: 100px;
}
.tt1{
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.0285em;
  position: relative;
  padding-left: 2.5em;
  text-indent: -2.5em;
}
.tt1 span{
  display: block;
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0.075em;
  line-height: 1;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.tt1:before{
  content: "";
  display: block;
  height: 1px;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: #181818;
  position: absolute;
  top: 150px;
  right: 0;
}

.tt2{

}
.tt2 span{

}
.tt3{

}
.tt3 span{

}
.tt4{

}
.tt4 span{

}
.tt5{

}
.tt5 span{

}

/* 詳しく見る サンプル */
.link_1{
  max-width: 350px;
  width: 100%;
  font-size: 16px;
  font-family: 'Noto Serif JP', serif;
  display: block;
  padding: 20px;
  margin: 0 auto 0;
  text-align: center;
  background: #fff;
  color: #181818;
  font-weight: 700;
  border: 1px solid #000000;
  letter-spacing: 0.075em;
  position: relative;
}
.link_1.lg{
  max-width: 540px;
  width: 100%;
}
.link_1:after{
  display: block;
  content: "";
  height: 9px;
  width: 60px;
  background-image: url(/img/home/arrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.link_1:before{
  display: none;
  content: "";
  height: 9px;
  width: 60px;
  background-image: url(/img/home/arrow_w.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.link_1:hover {
  opacity: 0.7;
  background: #181818;
  color: #fff;
}
.link_1:hover:before{
  display: block;
}
.link_1:hover:after{
  display: none;
}
.read_more{

}
.read_more a{
  display: block;
  width: 290px;
  max-width: 100%;
  margin: 0 auto;
  padding: 15px 0;
  border-radius: 10px;
  background: #00a7c6;
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
}
.read_more a:after{
  /*content: "\f054";*/
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/* コピー用 */
@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){
  .tt1:before{
    top: 100px;
    margin: calc(-50vw + 50%);
  }
  .pg_header{
    height: 150px;
  }
  .pg_heder_title_wrap{
    margin-bottom: 50px;
  }
}
@media (min-width:768px){
  .main{
    padding: 0;
  }
  .pg_header{
    margin-bottom: 80px;
  }
  .pg_heder_title_wrap{
    margin-bottom: 70px;
  }

  .tt1{
    font-size: 20px;
  }
  .tt1 span{
    font-size: 50px;
  }
  .tt1:before{
    top: 120px;
  }
}
@media (min-width:1024px){
  .pg_header{
    margin-bottom: 110px;
  }
  .tt1{
    font-size: 20px;
  }
  .tt1 span{
    font-size: 74px;
  }
  .tt1:before{
    top: 150px;
  }
  .pg_heder_title_wrap{
    margin-bottom: 80px;
  }

}
@media (min-width:1200px){


}
/* **********************************
 *  Home
 * ********************************* */
.pg_home{

}
.pg_home .section#sec1{
  margin-top: 60px;
}
.pg_home .section#sec2{
  margin-top: 100px;
}
.pg_home .section#sec3{
  margin-top: 100px;
}
.pg_home .section#sec4{
  margin-top: 60px;
}
.pg_home .section#sec5{
  margin-top: 60px;
  position: relative;
}
.pg_home .section#sec6{
  margin-top: 100px;
  padding-bottom: 40px;
  position: relative;
}
.pg_home .section#sec6:before{

}
.pg_home .section#sec5:before{
  content: "";
  height: 100%;
  width: 100vw;
  background: #f6f6f6;
  position: absolute;
  top: 34px;
  margin: calc(-50vw + 50%);
  z-index: -1;
}
.home_about_title{

}
.home_about_title_en_box{
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
}
.home_about_title_en_box span{
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0em;
}
.home_about_title_en_box .home_about_title_en{
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 0.017em;
  width: 100%;
  text-align: center;
  line-height: 1;
}
.home_about_title_ja{
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.14em;
}
.home_about_box{
  margin-top: 30px;
}
.home_about_box_inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 1;
}
.home_about_box_inner .box1{
  width: 100%;
  text-align: center;
}
.home_about_box_inner .box1:before{

}
.home_about_box_inner .box1 .img{
  width: 100%;
  position: relative;
}
.home_about_box_inner .box1 .img:before{
  content: "";
  height: 100%;
  width: 100vw;
  background: #f6f6f6;
  position: absolute;
  right: -30px;
  top: -80px;
  margin-left: calc(-50vw + 50%);
  z-index: -1;
}
.home_about_box_inner .box2{
  width: 100%;
}
.home_about_box_inner .box2 .box2_title{
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1;
}
.home_about_box_inner .box2 .box2_content{
  margin-top: 20px;
}
.home_about_box_inner .box2 .box2_content p{
  font-size: 14px;
  font-weight: normal;
  text-align: justify;
  letter-spacing: 0.075em;
  line-height: 2;
}
.home_about_box_inner .box2 .box2_content p:last-child{
  margin-top: 20px;
}

/*選ばれる理由*/
.home_reason_items{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.home_reason_items:before{
  content: "";
  display: block;
  height: 1px;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: #181818;
  position: absolute;
  top: 150px;
  right: 0;
}
.home_reason_items:after{
  content: "";
  height: 100%;
  width: 100vw;
  background: #f6f6f6;
  position: absolute;
  left:-15px;
  top: 34px;
  margin: calc(-50vw + 50%);
  z-index: -1;
}
.home_reason_items .box1{
  width: 100%;
  order: 1;
}
.home_section_title_en{
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1;
}
.home_section_title_ja{
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.075em;
  padding-top: 10px;
  padding-left: 20px;
}
.home_reason_items .box2{
  width: 100%;
  order: 3;
}
.home_reason_items .box3{
  width: 100%;
  order: 2;
}
.home_reason_items .box3_title{
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0.075em;
  text-align: center;
}
.home_reason_items .box3_items{
  margin-top: 28px;
}
.home_reason_items .box3_items_inner{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.home_reason_items .box3_items_inner .item{
  width: 100%;
}
.home_reason_items .box3_items_inner .item_inner{
  padding: 0 15px;
}
.home_reason_items .box3_items_inner .img_outer{
  position: relative;
}
.home_reason_items .box3_items_inner .img{

}
.home_reason_items .box3_items_inner .img{
}
.home_reason_items .box3_items_inner .txt{
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.075em;
  /*filter: drop-shadow(0px 0px 3px #FFF) drop-shadow(0px 0px 3px #FFF) drop-shadow(0px 0px 3px #FFF);*/
  /*position: absolute;*/
  /*bottom: -28px;*/
  /*left: 0;*/
}
.home_reason_items .box3_items_inner .content{
  /*margin-top: 28px;*/
}
.home_reason_items .box3_items_inner .txt_title{
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.075em;
  text-align: right;
  border-bottom: 1px solid #181818;
  padding-bottom: 10px;
}
.home_reason_items .box3_items_inner .content_desc{
  margin-top: 16px;
}
.home_reason_items .box3_items_inner .content_desc p{
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 1.875em;
  padding-left:1em;
  text-indent:-1em;
  text-align: justify;
}
.home_reason_items .box3_items_inner .content_desc p:nth-child(n+2){
  margin-top: 5px;
}

/*プラン*/
.home_plan_items{
  position: relative;
}
.home_plan_items:after{
  content: "";
  height: 37%;
  width: 100vw;
  background: #f6f6f6;
  position: absolute;
  right:-15px;
  top: 34px;
  margin-left: calc(-50vw + 50%);
  z-index: -1;
}
.home_plan_items .box1{
  position: relative;
}
.home_plan_items .box1:before{
  content: "";
  display: block;
  height: 1px;
  width: 100vw;
  margin-right: calc(-50vw + 50%);
  background: #181818;
  position: absolute;
  top: 143px;
  left: 0;
}
.home_plan_items .box3_title{
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0.075em;
  text-align: center; 
}
.home_plan_items .box2{
  margin-top: 28px;
}
.plan_title{
  text-align: center;
}
.plan_title span{
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1;
}
.plan_title h2:after{
  content: "";
  display: block;
  width: 60px;
  height: 5px;
  background: #181818;
  margin: 24px auto 0;
}
.plan_title span:after{
  content: "";
  display: block;
  width: 60px;
  height: 5px;
  background: #181818;
  margin: 10px auto 0;
}
.plan_title h2 {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1;
}
.plan_title h3{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.075em;
  margin-top: 14px;
}
.box2_plan_items{
  margin-top: 50px;
}
.box2_plan_items_inner{
  display: flex;
  /*align-items: center;*/
  justify-content: space-between;
  flex-wrap: wrap;
}
.box2_plan_items_inner .img img{
  width: 100%;
}
.box2_plan_items_inner .item{
  width: 100%;
  background: #f6f6f6;
}
.box2_plan_items_inner .title{

}
.box2_plan_items_inner .title_inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 2px 0;
}
.box2_plan_items_inner .title_inner .num{
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}
.box2_plan_items_inner .title_inner .text_box{
  width: 100%;
  padding-left: 7px;
  padding-right: 7px;
}
.box2_plan_items_inner .title_inner .text_box .en{
  font-size: 22px;
  font-weight: 600;
  /*letter-spacing: 0.075em;*/
  letter-spacing: 0.03em;
  line-height: 1; 
  padding-bottom: 10px;
}
.box2_plan_items_inner .title_inner .text_box .ja{
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.075em;
  text-align: right;
  border-top: 1px solid #181818;
  padding-top: 5px;
  padding-right: 10px;
}
.box2_plan_items_inner .title_inner .text_box  .en{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.box2_plan_items_inner .title_inner .text_box  .en a{
  display: inline-block;
  font-size: 0.5em;
  background: #000;
  color: #FFF;
  padding: 4px 8px 5px;
}
.box2_plan_items_inner .title_inner .text_box  .en a.center{
  margin: 0 0 10px auto;
}
.box2_plan_items.third .box2_plan_items_inner .title_inner .text_box .en span{
  width: 100%;
}
@media (max-width:767px){
  
  .box2_plan_items.third .box2_plan_items_inner .title_inner .text_box .en{
    flex-direction: row-reverse;
  }
  .box2_plan_items.third .box2_plan_items_inner .title_inner .text_box .en a.center{
    margin: 0;
    margin-left: auto;
  }
  .box2_plan_items.third .box2_plan_items_inner .title_inner .text_box .en span{
    width: auto;
  }
}


.box2_plan_items_inner .item_content{
  text-align: center;
  margin-top: 12px;
}
.box2_plan_items_inner .item_content .plan{
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.075em;
}
.box2_plan_items_inner .item_content .cat{
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.075em;
  background: #181818;
  color: #fff;
  border-radius: 13px;
  width: 206px;
  margin: 7px auto 0;
}
.box2_plan_items_inner .item_content .txt{
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.075em;
  margin-top: 7px;
}
.box2_plan_items_inner .price{
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-align: center;
  border-top: 1px solid #000000;
  padding: 0;
  margin-top: 16px;
}
.box2_plan_items_inner .price span{
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.075em;
}
.box2_plan_items_inner .price .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px 0 20px;
}
.box2_plan_items_inner .price .inner .box1{
  width: 100%;
}
.box2_plan_items_inner .price .inner .box_1 .txt1{
  font-size: 13px;
  font-weight:700;
  letter-spacing: 0;
  text-align: left;
  white-space: nowrap;
}
.box2_plan_items_inner .price .inner .box_1 .txt2{
  font-size: 20px;
  font-weight:700;
  letter-spacing: 0.12em;
  line-height: 1;
}
.box2_plan_items_inner .price .inner .box_1 .txt2 span{
  font-size: 14px;
  font-weight:900;
  letter-spacing: 0.075em;
}
.plan_link_box{
  margin-top: 30px;
}

/*事例*/
.home_works_items a:hover {
  text-decoration: none;
  opacity: 1;
  color: inherit;
}
.home_works_items .inner:hover {
  text-decoration: none;
  opacity: 0.7;
  color: inherit;
}
.inner_box .desc{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home_works_title{
  position: relative;
}
.home_works_title:before{
  content: "";
  display: block;
  height: 1px;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: #181818;
  position: absolute;
  top: 150px;
  right: 0;
}

.home_works_title{
  position: relative;
}
.home_works_items{
  display: flex;
  flex-wrap: wrap;
  margin: 60px -10px 0;
}
.home_works_items .case_item{
  width: 20%;
  padding: 0 3px;

}
.home_works_items .case_item .case_item_inner{
  position: relative;
}
.home_works_items .case_item:hover .case_item_inner:before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #181818;
}
.home_works_items .case_item .case_item_inner:hover{
  position: relative; 
  z-index: 0;
}
.home_works_items .case_item:hover .inner_box{
  display: block;
}
.home_works_items .case_item inner_box{
  position: relative;
  z-index: 0;
}
.home_works_items .case_item .img{
  background-image: url(/img/home/noimage.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.home_works_items .case_item .img:before{
  display: block;
  content: "";
  padding-top: 78.87%;
}
.home_works_items .inner_box{
  display: none;
  width: 315px;
  background: #fff;
  opacity: 0.9;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  z-index:2;
  padding: 10px;
}
.case_item_inner .inner_box .txt{
  text-align: center;
  font-weight: 700;
}
.border_inner{
  border: 1px solid #181818;
}
.border_inner .tt1{
  display: block;
  text-align: center;
  font-size: 15px;
  font-weight:700;
  letter-spacing: 0;
}
.border_inner .button{
  max-width: 160px;
  width: 100%;
  font-size: 14px;
  text-align: center;
  color: #181818;
  font-weight: 600;
  border: 1px solid #000000;
  letter-spacing: 0.075em;
  margin: 0 auto;
  padding: 5px;
}

/*flow*/
.home_flow_wrap{
  position: relative;
}
.home_flow_wrap:before{
  content: "";
  height: 110%;
  width: 100vw;
  background: #f6f6f6;
  position: absolute;
  top: 34px;
  left: -15px;
  margin-right: calc(-50vw + 50%);
  z-index: -1;
}

.home_flow_items{
  display: flex;
  flex-wrap: wrap;
  margin: 30px -15px 0;
  position: relative;
}
.home_flow_items:after{

}

.home_flow_items .item{
  width: 100%;
}
.home_flow_items .inner{
  padding: 0 15px;
}
.home_flow_items .title{
  position: relative;
  background: #f6f6f6;
}
.home_flow_items .title:after{
  content: "";
  width: 100%;
  height: 11px;
  background-image: url(/img/home/kadoborder.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left:0;
}
.home_flow_items .title_inner{
  display: flex;
  align-items: center;
}
.home_flow_items .outer{
  background: #fff;
  padding-top: 20px;
}
.home_flow_items .num{
  font-size: 24px;
  width: 46px;
  line-height: 1;
  text-align: center;
  font-weight:600;
  letter-spacing: 0;
  background: #181818;
  color: #fff;
  padding: 8px 0 10px;
}
.home_flow_items .ttl_txt{
  font-size: 15px;
  font-weight:700;
  letter-spacing: 0.075em;
  padding-left: 18px;

}
.home_flow_items .icon{
  text-align: center;
  background: #fff;

}
.home_flow_items .content{
  margin-top: 20px;
  background: #fff;
  padding: 0 16px;
}
.home_flow_items .content p{
  font-size: 14px;
  font-weight:normal;
  line-height: 1.7333em;
  letter-spacing: 0.075em;
  text-align: justify;
}

.home_ftr_img{
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
.home_ftr_img img{
  width: 100%;
}
@media (max-width:374px){

}
@media (min-width:375px){
}
@media (max-width:767px){
  .link_1:after{
    top: 43%;
  }
  .link_1.lg{
    max-width:330px;
    padding: 10px;
  }
  .link_1.lg:after{
    top: 43%;
  }
  /*ホームステージングについて*/
  .home_about_title_en_box span{
    font-size: 30px;
  }
  .home_about_title_en_box .home_about_title_en{
    font-size: 38px;
  }
  .home_about_box_inner .box1 .img:before{
    right: 0;
    left: 0;
    top: -30px;
  }

  /*選ばれる理由*/
  .home_reason_items:before{
    top: 100px;
    left: 0;
  }
  .home_reason_items:after{
    left: 0;
    top: 40px;
    padding-bottom: 30px;
  }
  .home_about_box_inner .box2{
    margin-top: 20px;
  }
  .home_reason_items .box2 .link_1{
    max-width: 330px;
    padding: 10px;
    margin-top: 60px;
  }
  .home_about_box_inner .box2 .box2_title{
    font-size: 24px;
    text-align: center;
    line-height: 1.333em;
  }
  .home_reason_items .box3{
    margin-top: 32px;
  }
  .home_reason_items .box3_items{
    margin-top: 44px;
  }
  .home_reason_items .box3_items_inner .item:nth-child(n+2){
    margin-top: 30px;
  }
  .home_reason_items .box3_title{
    font-size:18px;
  }
  .home_reason_items .box3_items_inner .txt{
    font-size: 28px;
    bottom: -23px;
  }
  .home_reason_items .box3_items_inner .img img{
    width: 100%;
  }

  /*プラン*/
  .plan_title h2{
    font-size: 24px;
  }
  .home_plan_items:after{
    height: 11%;
    right: 0;
    left: 0;
    top: 30px;
  }
  .home_plan_items .box1.plan:before{
    top: 100px;
  }
  .home_plan_items .box1:before{
    top:100px;
    right: 0;
    left: 0;
    margin: calc(-50vw + 50%);
  }
  .home_plan_items .box2 {
    margin-top: 50px;
  }
  .box2_plan_items_inner .item:nth-child(n+2){
    margin-top: 30px;
  }
  .home_plan_items .box3_title{
    font-size: 18px;
    margin-top: 20px;
  }
  .box2_plan_items_inner .title_inner .num{
    font-size: 54px;
  }
  .box2_plan_items_inner .title_inner .text_box .ja{
    font-size: 15px;
  }
  .box2_plan_items_inner .title_inner .text_box .en{
    /*font-size: 24px;*/
    font-size: 22px;
  }
  .box2_plan_items_inner .price .inner .box_1{
    width: 100%;
    text-align: center;
  }
  .box2_plan_items_inner .price .inner .box_1 .txt1{
    text-align: center;
    font-size: 14px;
  }
  .box2_plan_items_inner .price .inner .box_1 .txt2{
    font-size: 32px;
  }
  .box2_plan_items_inner .price .inner .box_1:nth-child(n+2){
    margin-top: 12px;
  }

  .border_inner{
    padding: 5px 12px;
  }
  .border_inner .button{
    max-width: 100px;
    margin-top: 5px;
    padding: 2px;
  }
  /*事例*/
  .ttt1{
    font-size: 15px;
    font-weight: 700;
    display: block;
    letter-spacing: 0;
    line-height: 1.5em;
    text-align: center;
  }
  .home_works_items .case_item{
    width: 50%;
  }
  .home_works_title:before{
    top: 100px;
    right: 0;
    left: 0;
  }
  .home_works_items .case_item:nth-child(n+3){
    margin-top: 6px;
  }
  .home_works_items .inner_box{
    width:160px;
  }
  .inner_box .desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .box3_title.plan{
    margin-top: 24px
  }
  /*flow*/

  .home_flow_wrap:before{
    height: 105%;
    left: 0;
    right: 0;
    top: 40px;
    margin: calc(-50vw + 50%);
  }
  .home_flow_items .item:nth-child(n+2){
    margin-top: 30px;
  }
  .home_flow_items .outer{
    min-height: 150px;
    padding-bottom: 20px;
  }
  .home_flow_items .ttl_txt{
    font-size: 17px;
  }
  .home_flow_items .title_inner{
    align-items: flex-start;
  }
}
@media (min-width:768px){
  .pg_home .section#sec1{
    margin-top: 100px;
  }
  .pg_home .section#sec2{
    margin-top: 180px;
  }
  .pg_home .section#sec3{
    margin-top: 100px;
  }
  .pg_home .section#sec4{
    margin-top: 70px;
  }
  .pg_home .section#sec5{
    margin-top: 100px;
  }
  .pg_home .section#sec6{
    margin-top: 180px;
    padding-bottom: 60px;
  }

  .home_plan_items .box1:before{
    top: 110px;
  }
  .home_about_title_en_box{

  }
  .home_about_title_en_box span{
    font-size: 40px;
  }
  .home_about_title_en_box .home_about_title_en{

  }
  .home_about_box{
    margin-top: 40px;
  }
  .home_about_box_inner{

  }
  .home_about_box_inner .box1{
    position: relative;
  }
  .home_about_box_inner .box1 .img{
    width: auto;
  }
  .home_about_box_inner .box1 .img:before{
    top: -24px;
    left: 0;
    margin-right: calc(-50vw + 50%);
  }
  .home_about_box_inner .box2{
    margin-top: 30px;
  }
  .home_about_box_inner .box2 .box2_title{
    font-size: 27px;
    letter-spacing: 0;
  }
  .home_about_box_inner .box2 .box2_content{
    margin-top: 30px;
  }
  .home_about_box_inner .box2 .box2_content p{
    font-size: 16px;
  }
  .home_about_box_inner .box2 .box2_content p:last-child{
    margin-top: 30px;
  }
  /*選ばれる理由*/
  .home_reason_items .box2 .link_1:after{
    height: 6px;
    width: 39px;
  }
  .home_reason_items{

  }
  .home_reason_items:after{
    height: 54%;
    left:0;
    right: 0;
    top: 34px;
    margin-right: calc(-50vw + 50%);
    margin-bottom: auto;
    margin-top: auto;
    margin-left: auto;
    z-index: -1;
  }
  .home_reason_items .box1{
    width: 34.23%;
    order: 1;
  }
  .home_section_title_en{
    font-size: 54px; 
  }
  .home_section_title_ja{
    font-size: 15px;
    padding-left: 12px;
  }
  .home_reason_items .box2{
    width: 31.53%;
    order: 2;
    margin-right: 12px;
    margin-top: 10px;
  }
  .home_reason_items .box3{
    width: 100%;
    order: 3;
    margin-top: 20px;
  }
  .home_reason_items .box3_title{
    font-size: 24px;
  }
  .home_reason_items .box3_items{
    margin-top: 30px;
  }
  .home_reason_items .box3_items_inner{

  }
  .home_reason_items .box3_items_inner .item{
    width: 33.3333%;
  }
  .home_reason_items .box3_items_inner .txt{
    font-size: 24px;
  }
  .home_reason_items .box3_items_inner .content{
    /*margin-top: 30px;*/
  }
  .home_reason_items .box3_items_inner .txt_title{
    font-size: 17px;
    text-align: right;
  }
  .home_reason_items .box3_items_inner .content_desc{
    margin-top: 23px;
  }
  .home_reason_items .box3_items_inner .content_desc p{
    font-size: 14px;
  }
  .home_reason_items .box3_items_inner .content_desc p:nth-child(n+2){
    margin-top: 10px;
  }
  .home_works_items .case_item:last-child{
    display: none;
  }
  /*プラン*/
  .home_plan_items{

  }
  .home_plan_items:after{
    height: 22%;
  }
  .home_plan_items .box1{

  }
  .home_plan_items .box3_title{
    font-size: 24px;
    margin-top: 40px;
  }
  .home_plan_items .box2{
    margin-top: 30px;
  }
  .home_plan_items .box2 .plan_title{

  }
  .plan_title span{
    font-size: 32px;
  }
  .plan_title span:after{

  }
  .plan_title h2{
    font-size: 32px;
  }
  .plan_title h3{
    font-size: 18px;
  }
  .box2_plan_items{
    margin-top: 80px;
  }
  .box2_plan_items_inner{
  }
  .box2_plan_items.four .item{
    width: 48.64%;
    min-height: 620px;
  }
  .box2_plan_items.third .items{
    min-height:400px;
  }
  .box2_plan_items_inner .item:nth-child(n+3){
    margin-top: 30px;
  }
  .box2_plan_items_inner .title{

  }
  .box2_plan_items_inner .title_inner{

  }
  .box2_plan_items_inner .title_inner .num{
    font-size: 50px;
  }
  .box2_plan_items_inner .title_inner .text_box{

  }
  .box2_plan_items_inner .title_inner .text_box .en{
    font-size: 22px;
  }
  .box2_plan_items_inner .title_inner .text_box .ja{
    font-size: 18px;
  }
  .box2_plan_items_inner .item_content{

  }
  .box2_plan_items_inner .item_content .plan{
    font-size: 20px;
  }
  .box2_plan_items_inner .item_content .cat{
    font-size: 14px;
  }
  .box2_plan_items_inner .item_content .txt{
    font-size: 14px;
  }
  .box2_plan_items_inner .price{
    font-size: 40px;
  }
  .box2_plan_items_inner .price span{
    font-size: 18px;
  }
  .box2_plan_items_inner .price .inner .box_1{
    width: 100%;
  }
  .box2_plan_items_inner .price .inner .box_1:nth-child(n+2){
    margin-top: 10px;
  }
  .box2_plan_items_inner .price .inner .box_1 .txt1{
    font-size: 14px;
    text-align: center;
  }
  .box2_plan_items_inner .price .inner .box_1 .txt2{
    font-size: 30px;
  }
  .box2_plan_items_inner .price .inner .box_1 .txt2 span{
    font-size: 16px;
  }
  .plan_link_box{
    margin-top: 70px;
    padding-bottom: 20px;
  }

  /*3つのプラン*/
  .third_plan .box2_plan_items_inner .item{
    width: 31.53%;
  }
  .third_plan .box2_plan_items_inner .item:nth-child(n+3){
    margin-top: 0;
  }
  .third_plan .box2_plan_items_inner .item .title_inner{
    margin-top: 5px;
  }
  .third_plan .box2_plan_items_inner .item .title_inner .text_box{
    padding-left: 16px;
  }
  .home_reason_items .box3_items_inner .txt{
    bottom: -19px;
  }
  /*事例*/
  .ttt1{
    font-size: 18px;
  }
  .home_works_title:before{
    top: 110px;
  }
  .home_works_items{
    margin-top: 80px;
  }
  .home_works_items .case_item{
    width: 33.3333%;
    padding: 0 3px;

  }
  .home_works_items .case_item:nth-child(n+3){
    margin-top: 5px;
  }
  .home_works_items .inner_box{
    width: 220px;
  }
  .case_item_inner .inner_box .txt{

  }
  .border_inner{
    padding:10px 12px 10px;
  }
  .border_inner .tt1{
    font-size: 20px;
  }
  .border_inner .button{
    max-width: 120px;
    margin-top: 16px;
  }


  /*flow*/
  .home_flow_items{
    margin-top: 40px;
  }
  .home_flow_items .item{
    width: 33.333%;
  }
  .home_flow_items .item:nth-child(n+4){
    margin-top:30px;
  }
  .home_flow_items .inner{

  }
  .home_flow_items .title{

  }
  .home_flow_items .title:after{
    height: 6px;
  }
  .home_flow_items .outer{
    min-height: 240px;
  }
  .home_flow_items .title_inner{
    display: flex;
  }
  .home_flow_items .num{
    font-size: 30px;
  }
  .home_flow_items .ttl_txt{
    font-size: 18px;
  }
  .home_flow_items .icon{

  }
  .home_flow_items .content{

  }
  .home_flow_items .content p{
    font-size: 15px;
  }
}
@media (min-width:1024px){
  .pg_home .section#sec1{
    margin-top: 125px;
  }
  .pg_home .section#sec2{
    margin-top: 230px;
  }
  .pg_home .section#sec3{
    margin-top: 140px;
  }
  .pg_home .section#sec4{
    margin-top: 94px;
  }
  .pg_home .section#sec5{
    margin-top: 146px;
  }
  .pg_home .section#sec6{
    margin-top: 224px;
    padding-bottom: 80px;
  }
  .home_plan_items .box1:before{
    top: 143px;
  }
  .home_about_title{

  }
  .home_about_title_en_box{
    justify-content: flex-start;
  }
  .home_about_title_en_box span{
    font-size: 53px;
  }
  .home_about_title_en_box .home_about_title_en{
    font-size: 75px;
    text-align: left;
    width: auto;
  }
  .home_about_title_ja{
    font-size: 30px;
    padding-left:160px;
  }

  .home_about_box{
    margin-top: 55px;
  }
  .home_about_box_inner{

  }
  .home_about_box_inner .box1{
    width: 30.70%;
    position: relative;
  }
  .home_about_box_inner .box1 .img{
    width: 500px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .home_about_box_inner .box1 .img:before{
    top: -80px;
    right: -30px;
    margin-left: calc(-50vw + 50%);
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
  }
  .home_about_box_inner .box2{
    width: 58.33%;
    margin-top: 0;
  }

  .home_about_box_inner .box2 .box2_content{
    margin-top: 43px;
  }
  .home_about_box_inner .box2 .box2_content p{

  }
  .home_about_box_inner .box2 .box2_content p:last-child{

  }
  .box2_plan_items.third .box2_plan_items_inner .price{
    margin-top: 21px;
  }
  /*選ばれる理由*/
  .home_reason_items .box2 .link_1:after{
    height: 9px;
    width: 60px;
  }
  .home_reason_items{

  }
  .home_reason_items:after{
    left: -15px;
    right: auto;
  }
  .home_reason_items .box1{
    width: 34.23%;
    order: 1;
  }
  .home_section_title_en{
    font-size: 74px;
  }
  .home_section_title_ja{
    font-size: 20px;
    padding-left: 20px;
  }
  .home_reason_items .box2{
    margin-top: 12px;
  }
  .home_reason_items .box3{
    margin-top: 70px;
  }
  .home_reason_items .box3_title{
    font-size: 32px;
  }
  .home_reason_items .box3_items{
    margin-top: 40px;
  }
  .home_reason_items .box3_items_inner .txt{
    font-size: 32px;
  }
  .home_reason_items .box3_items_inner .content{
    /*margin-top: 44px;*/
  }
  .home_reason_items .box3_items_inner .txt_title{
    font-size: 21px;
  }
  .home_reason_items .box3_items_inner .content_desc{

  }
  .home_reason_items .box3_items_inner .content_desc p{
    font-size: 16px;
  }

  /*プラン*/
  .home_plan_items{

  }
  .home_plan_items .box1{

  }
  .home_plan_items .box3_title{
    font-size: 28px;
    margin-top: 60px;
  }

  .home_plan_items .box2{
    margin-top: 30px;
  }
  .home_plan_items .box2 .plan_title{

  }
  .plan_title span{
    font-size: 32px;
  }
  .plan_title span:after{

  }
  .plan_title h2{

  }
  .box2_plan_items{
    margin-top: 100px;
  }
  .box2_plan_items_inner{
  }
  .box2_plan_items_inner .item{

  }
  .box2_plan_items.four .item{
    min-height: 670px;
  }
  .box2_plan_items.third .item{
    min-height: 540px;
  }
  .box2_plan_items_inner .item:nth-child(n+3){
    margin-top: 40px;
  }
  .box2_plan_items_inner .title_inner .num{
    font-size: 70px;
  }
  .box2_plan_items_inner .title_inner .text_box .ja{
    font-size: 20px;
  }
  .box2_plan_items_inner .price span{
    font-size: 24px;
  }
  .box2_plan_items_inner .price .inner .box_1{
    width: 48.4444%;
  }
  .box2_plan_items_inner .price .inner .box_1:nth-child(n+2){
    margin-top: 0;
  }
  .box2_plan_items_inner .price .inner .box_1 .txt1{
    text-align: left;
  }
  .box2_plan_items_inner .price .inner .box_1 .txt2{
    font-size: 36px;
  }
  .box2_plan_items_inner .price .inner .box_1 .txt2 span{
    font-size: 24px;
  }
  .plan_link_box{
    margin-top: 50px;
    padding-bottom: 30px;
  }

  /*事例*/
  .ttt1{
    font-size: 17px;
  }
  .home_works_items{
    margin-top: 93px;
  }
  .home_works_items .case_item{
    width: 20%;
    padding: 0 3px;
  }
  .home_works_title:before{
    top: 140px;
  }
  .home_works_items .case_item:nth-child(n+3){
    margin-top: 0;
  }
  .home_works_items .case_item:nth-child(n+6){
    margin-top: 3px;
  }
  .case_item_inner .inner_box .desc p{
    font-size: 13px;
  }
  .home_works_items .case_item:last-child{
    display: block;
  }
  .border_inner{
    padding:4px 12px 4px;
  }
  /*flow*/
  .home_flow_items{
    margin-top: 52px;
  }
  .home_flow_items .outer{
    min-height: 190px;
  }
  .home_flow_items .content{

  }
  .home_flow_items .content p{

  }
  .home_works_items .inner_box{
    width: 180px;
  }
  .border_inner .button{
    margin-top: 8px;
  }
  .home_flow_items .title:after{
    height: 8px;
  }
}
@media (min-width:1200px){
  .home_about_box_inner .box1{
    width: 22.97%;
  }
  .home_about_box_inner .box1 .img{
    width: 660px;
  }
  .home_about_box_inner .box2{
    width: 68.46%;
  }

  /*選ばれる理由*/
  .home_section_title_ja{
    padding-left: 45px;
  }
  .home_about_box_inner .box2 .box2_title{
    font-size: 32px;
    letter-spacing: 0.075em;
  }

  /*プラン*/
  .home_plan_items{

  }
  .home_plan_items .box1{

  }
  .home_plan_items .box3_title{
    font-size: 32px;
    margin-top: 66px;
  }
  .home_plan_items .box2{
    margin-top: 55px;
  }
  .home_plan_items .box2 .plan_title{

  }
  .plan_title span{
    font-size: 46px;
  }
  .plan_title span:after{

  }
  .plan_title h2{
    font-size: 46px;
  }
  .plan_title h3{
    font-size: 20px;
  }
  .box2_plan_items_inner .title_inner .num{
    font-size: 84px;
    margin-top: -17px;
  }
  .box2_plan_items_inner .title_inner .text_box{

  }
  .box2_plan_items_inner .title_inner .text_box .en{
    font-size: 32px;
  }
  .box2_plan_items_inner .title_inner .text_box .ja{
    font-size: 19px;
  }
  .box2_plan_items_inner .item_content{

  }
  .box2_plan_items_inner .item_content .plan{
    font-size: 24px;
  }
  .box2_plan_items_inner .item_content .cat{
    font-size: 15px;
  }
  .box2_plan_items_inner .item_content .txt{
    font-size: 15px;
  }
  .box2_plan_items_inner .price{
    font-size: 50px;
  }

  .home_works_items .inner_box{
    width: 100%;
  }
  .border_inner .button{
    max-width: 160px;
  }
  .border_inner{
    padding: 38px 12px 16px;
  }

  .border_inner .button{
    max-width: 120px;
    margin-top: 5px;
  }
  .border_inner{
    padding:10px 12px 16px;
  }
  .case_item_inner .inner_box .desc p{
    font-size: 13px;
  }
  .home_works_items .inner_box{
    width: 200px;
  }
  .box2_plan_items_inner .price .inner .box_1 .txt2{
    font-size: 42px;
  }
  .box2_plan_items.four .item{
    min-height: 710px;
  }
  .ttt1{
    font-size: 20px;
  }
  .home_flow_items .title:after{
    height: 11px;
  }
}
@media (min-width:1400px){
  .home_works_items .inner_box{
    width: 250px;
  }
  .case_item_inner .inner_box .desc p{
    font-size: 14px;
  }
  .border_inner .button{
    margin-top: 20px;
  }
}
@media (min-width:1600px){
  .home_works_items .inner_box{
    width: 290px;
  }
  .case_item_inner .inner_box .desc p{
    font-size: 16px;
  }
}
/*******************************
*　実施事例
********************************/
.pg_xxx{

}
.pg_xxx .section.sec1{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_xxx .section.sec2{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_xxx .section.sec3{
  padding-top: 0;
  padding-bottom: 0;
}


.gallery .main_area{
  position: relative;
  background: #f4f4f4;
  padding: 0 25px;
}
.gallery .sub_area{
  margin-top: 10px;
  padding: 15px 0;
  position: relative;
}
.gallery .main_area .sp-slide{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background: #fff;
  border: 5px solid #fff;
}
.gallery .main_area .sp-slide .inner{


}
.gallery .main_area .sp-image:before{
  content: "";
  display: block;
  padding-top: 58.94%;
}
.main_area .sp-bottom-thumbnails{
  margin-top: 28px;
}
.main_area .sp-thumbnails-container{
  width: 100%;
}
.sp-mask:before{
  content: "";
  border: 10px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  pointer-events: none;
}
.sp-bottom-thumbnails .sp-thumbnail-container,
.sp-top-thumbnails .sp-thumbnail-container{
  padding: 0 2px;
}
.works_link{
  margin-top: 50px;
}
.works_link .link_1{
  padding: 12px;
}

.gallery{
  margin-top: 30px;
}

.meta.works_single{
  border-bottom: 5px solid #233748;
  padding: 10px 0;
}
.works_single .category{
  width: 255px;
  color: #fff;
  background: #000000;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.075em;
}
.category span{

}

.works_single .title{
  font-size: 16px;
  margin-top: 5px;
}

/* コピー用 */
@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){
  .works_single .category{
    width: 180px;
    font-size: 15px;
  }
  .gallery .main_area{
    padding: 20px 25px;
  }
}
@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;
  }
  .main_area{
    padding: 0 40px;
  }
  .gallery{
    margin-top: 40px;
  }
  .gallery .main_area{
    padding: 20px 25px;
  }
  .works_gallery_wrap .sub_area{
    margin-top: 10px;
    padding: 30px 35px;
  }

  .sp-bottom-thumbnails{

  }
  .works_link{
    margin-top: 60px;
  }
  
  .works_single .title{
    font-size: 22px;
    margin-top: 5px;
  }

}
@media (min-width:1024px){
  .gallery .main_area{
    padding: 40px 65px;
  }

}
@media (min-width:1200px){
  .main_area .sp-bottom-thumbnails{
    margin-top: 28px;
  }
  .gallery{
    margin-top: 60px;
  }
  .works_link{
    margin-top: 80px;
  }
  
  .works_single .title{
    font-size: 24px;
    margin-top: 5px;
  }
}
/*******************************
*　料金表
********************************/
.pg_plan{

}
.pg_plan .section#sec1{
  padding-top: 50px;
  padding-bottom: 50px;
}
.pg_plan .section#sec2{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_plan .section#sec3{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_plan .plan_title{

}
.pg_three_plan_items{
  margin-top: 50px;
}
/*カテゴリ*/
.pg_plan_cat_wrap{

}
.pg_plan_cat_box{
  display: flex;
  width:350px;
  margin: 0 auto;
}
.pg_plan_cat_box .box1{
  width: 50%;
  display: block;
  border: 2px solid #000000;
  padding: 5px;
}
.pg_plan_cat_box .box1:last-child{
  border-left:none;
}
.pg_plan_cat_box .box1 p{
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: center;
}

/*プランタイプ外側*/
.pg_four_plan_items{
  margin-top: 50px;
}
.pg_plan_item{

}
.pg_plan_item:nth-child(n+2){
  margin-top: 60px;
}

/*プランタイプ内側*/
.pg_plan_content{
  margin-top: 20px;
}
.pg_plan_content_inner{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pg_plan_content_inner .box1{
  width: 48.64%;
}
.pg_plan_content_inner .box1 .img{

}

/*タイトル*/
.pg_plan .plan_title{
  padding-top: 50px;
}
.pg_plan_title .box1{
  padding-bottom: 5px;
}
.pg_plan_title .box1 .txt1{
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.075em;
}
.pg_plan_title .box1 .txt2{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.075em;
}
.pg_plan_title .box2{
  border-top: 1px solid #181818;
  padding-top: 8px;
}
.pg_plan_title .sp .box2 .txt3{
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.075em;
  width: 100%;
  background: #181818;
  color: #fff;
  text-align: center;
  border-radius: 13px;
  padding: 0 15px;
}
.pg_plan_title .box2 .txt4{
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: center;
  margin-top: 5px;
}

.pg_plan_title .box1 .txt2 label,
.pg_plan_title .box2 .txt3 label{
  background: #000;
  color: #FFF;
  padding: 1px 5px 2px;
  margin-right: 5px;
  font-size: 0.8em;
}

.sub_tt{
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 1.6666em;
  margin-top: 10px;
}
/*内側パターン1*/
.pg_plan_content_inner .box2.type2{
  width: 48.64%;
  background: #f6f6f6;
  padding: 20px;
}
.pg_plan_content_inner .box2.type2 .price{
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.075em;
  border-bottom: 1px solid #181818;
  text-align: right;
  line-height: 1;
  padding-bottom: 10px;
}
.pg_plan_content_inner .box2.type2 .price span{
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.075em;
}
.pg_plan_content_inner .box2.type2 .txt1{
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.075em;
  margin-top: 16px;
}
.pg_plan_content_inner .box2.type2 .txt1 span{
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  letter-spacing: 0.075em;
  background: #181818;
  text-align: center;
  color: #fff;
  padding: 0px 20px;
  margin-left: 10px;
}
.pg_plan_content_inner .box2.type2 .plan_box{
  margin-top: 10px;
}
.pg_plan_content_inner .box2.type2 .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pg_plan_content_inner .box2.type2 .item1{

}
.pg_plan_content_inner .box2.type2 .content_a{
  width: 100%;
  border: 1px solid #000000;
} 
.pg_plan_content_inner .box2.type2 .content_a.second .inner{
  text-align: center;
  padding: 12px 18px 12px 12px;
}
.pg_plan_content_inner .box2.type2 .content_a:nth-child(n+2){
  margin-top: 17px;
}
.pg_plan_content_inner .box2.type2 .content_b{
  width: 120px;
  text-align: center;
}
.pg_plan_content_inner .box2.type2 .content_a .inner{
  display: flex;
  justify-content: space-between;

  align-items: center;
  padding: 12px 18px;
}
.pg_plan_content_inner .box2.type2 .content_a .inner p{
  font-size: 14px;

  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 1.7333em;
}

.pg_plan_content_inner .box2.type2 .plan_box .item1{
  width: 100%;
}
.pg_plan_content_inner .box2.type2 .desc{

  padding: 10px;
  margin-top: 3px;
}
.pg_plan_content_inner .box2.type2 .desc li{
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 1.7333em;
  display: inline-block;
  text-align: justify;
}
.pg_plan_content_inner .box2.type2 .desc span{
  display: inline-block;
}
.pg_plan_content_inner .box2.type2 .desc span:before{
  content: "\f055";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
} 
.pg_plan_content_inner .box2.type2 .plan_box .item3{
  display: flex;
  align-items: center;
  justify-content: center;
  border:1px solid #000000;
  width: 100%;
  padding: 5px 0;
}
.pg_plan_content_inner .box2.type2 .plan_box .item2{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pg_plan_content_inner .box2.type2 .plan_box .item2 .plus:before{
  content: "\f055";
  display: block;
  font-size: 24px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.box1_outer{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box1_outer .ttt1{
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  background: #181818;
  color: #fff;
  width: 214px;
  text-align: center;
}
.box1_outer .b1{

}
.pg_plan_content_inner .box2.type2 .box1_outer .price{
  font-size: 30px;
  margin-top: 16px;
}
.pg_plan_content_inner .box2.type2 .plan_box .item3.four{
  display: block;
  border: none;
}
.pg_plan_content_inner .box2.type2 .plan_box .item3.four .content_b{
  border: 1px solid #000000;
  width: 100%;
  padding: 5px;
}
.pg_plan_content_inner .box2.type2 .plan_box .item3.four .content_b:nth-child(n+2){
  margin-top: 10px;
}
.pg_plan_item.four .pg_plan_content_inner .box2.type2 .inner{
  align-items: center;
}

.pg_plan_content .box2.five{
  text-align: center;
}
.pg_plan_content .box2.five .content{
  width: 78.92%;
  margin: 0 auto;
}
.pg_plan_content .box2.five .head_title{
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.075em;
}
.pg_plan_content .box2.five .reco{
  font-size: 14px;
  width: 190px;
  font-weight: normal;
  letter-spacing: 0.075em;
  background: #181818;
  color: #fff;
}
.pg_plan_content .box2.five .content .large_txt{
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.075em;
  line-height: 1.25em;
  width: auto;
  text-align: left;
  margin: 16px auto 0;
}
.pg_plan_content .box2.five .content .large_txt span{
  position: relative;
}
.pg_plan_content .box2.five .content .large_txt span:after{
  display: inline;
  content: "";
  width: 100%;
  height: 2px;
  background: #e71f19;
  position:absolute;
  bottom: 0;
  left: 0;
}
.pg_plan_content .box2.five .content .idou{
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.075em;
}
.flex_price_box{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.flex_price_box:last-child{
  margin-top: 15px;
}
.box2.reco{
  display: flex;
  justify-content: center;
  align-items: center;
}
.box2.reco .item{

} 
.box2.reco .item .ttl{
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.075em;
}
.box2.reco .inner_item{
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  margin-top: 10px;
}
.box2.reco .inner_item .txt1{
  margin-top: 0;
}
.box2.reco .item .txt1{
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
  background: #181818;
  color: #fff;
  width: 190px;
  text-align: center;
  margin: 0 auto;
} 
.box2.reco .item .txt2{
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1;
  margin-left: 20px;
} 
.pg_three_plan_wrap{
  padding-top: 36px;
}
.pg_plan_content_inner .box2.type2 .desc span{
  display: inline-block;
  background: #181818;
  color: #fff;
  padding: 0 5px;
  margin-left: 5px;
}
/*補足*/
.sub_item{
  display: none;
  border: 1px solid #000000;
  margin-top: 20px;
}
.sub_item_inner{
  display: flex;
  flex-wrap: wrap;
}
.sub_item_inner .box1{
  width: 100%;
}
.sub_item_inner .box1 .inner .txt1{
  letter-spacing: 0.075em;
  background: #181818;
  text-align: center;
  color: #fff;
  padding: 0px 17px;
  font-weight: normal;
}
.price_front{
  width: 160px;
  letter-spacing: 0.075em;
  background: #181818;
  text-align: center;
  color: #fff;
  padding: 0px 5px;
  font-weight: normal;
  margin-left: 30px;
  margin-bottom: 10px;
}
.price_sub{
  text-align: right;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.075em;
  padding: 10px;
}

.sub_item_inner .box1 .inner{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sub_item_inner.left{

}
.sub_item_inner .right{
  width: 100%;
}
.sub_item_inner .right li{
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 1.73333em;
  text-align: justify;
  padding-left:1em;
  text-indent:-1em;
}
.box2.tp1{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sub_item_inner .box2{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub_item_inner .box2 .yajirusi{
  background-image: url(/img/plan/arrow.2png.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 53px;
  height: 35px;
}
.sub_item_inner .box3{

}
.sub_item_inner .box3 p{
  font-size: 14px;
  font-weight:700;
  letter-spacing: 0.075em;
  line-height: 1.73333em;
  text-align: center;
}
.sub_item_inner .box3 li{
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 1.73333em;
}
.pg_plan_content .box2.five .flex_price_box .reco{
  width: 96px;
}
.pg_plan_content .box2.five .txt_box{
  margin-top: 13px;
}
.pg_plan_content .box2.five .content .idou{
  margin-top: 28px;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 5px;
}
.pg_plan_content_inner .box2.five .flex_price_box .price,
.pg_plan_content_inner .box2.six .price{
  border-bottom: none;
}
.pg_plan_content_inner .box2.six .txt1{
  font-size: 14px;
  width: 160px;
  letter-spacing: 0.075em;
  background: #181818;
  text-align: center;
  color: #fff;
  margin: 0 auto;
}
.pg_plan_content_inner .box2.six{
  display: flex;
  justify-content: center;
  align-items: center;
}
.pg_plan_content_inner .box2.six .price{
  text-align: center;
}
.pg_plan_content_inner .box2.six .item:last-child{
  margin-top: 50px;
}




/* コピー用 */
@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

  .pg_plan_content_inner .box1{
    width: 100%;
  }
  .pg_plan_content_inner .box2.type2{
    width: 100%;
    padding: 20px 10px;
  }

  .box1_outer{
    justify-content: center;
  }
  .box1_outer .b1{
    width: 100%;
  }
  .box1_outer .b1:nth-child(n+2){
    margin-top: 16px;
  }

  .pg_plan_content .box2.five .content{
    width: 100%;
  }
  .pg_plan_content .box2.five .reco{
    margin: 0 auto;
  }
  .pg_plan_content .box2.five .content .large_txt{
    text-align: center;
  }
  .pg_plan_content .box2.five .content .idou{
    text-align: center;
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .pg_plan_content_inner .box2.six .item:last-child{
    margin-top: 20px;
  }
  .box2.reco .inner_item{
    justify-content: center;
  }
  .box2.reco .item .txt2{
    text-align: center;
    margin-top: 16px;
  }
  .sub_item_inner .box2 .yajirusi{
    transform: rotate(90deg);
  }
  .sub_item_inner .box2{
    margin: 30px 0;
  }
  .sub_item{
    padding: 16px;
  }
  .sub_item_inner{
    justify-content: flex-start;
  }
  .sub_item_inner .box3{
    width: 100%;
  }
  .price_front{
    margin-left: 0;
  }
  .pg_plan_content_inner .box2.type2 .price{
    margin-top: 8px;
  }
  .pg_plan_content_inner .box2.type2 .plan_box .item3{
    padding: 10px 0;
  }
  .pg_plan_content_inner .box2.type2 .plan_box .item3.four .content_b{
    padding: 10px 0;
  }
}
@media (min-width:768px){
  .pg_plan{

  }
  .pg_plan .section#sec1{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pg_plan .section#sec2{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_plan .section#sec3{
    padding-top: 0;
    padding-bottom: 0;
  }

  .pg_plan .plan_title{
    padding-top: 80px;
  }
  .pg_three_plan_items{
    margin-top: 70px;
  }

  /*タイトル*/
  .pg_plan_title .box1 .inner,
  .pg_plan_title .box2 .inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .pg_plan_title .box1{
    line-height: 1;
    padding-bottom: 10px;
  }
  .pg_plan_title .box1 .txt1{
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.075em;
  }
  .pg_plan_title .box1 .txt2{
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.075em;
    background: #181818;
    color: #fff;
    text-align: center;
    border-radius: 13px;
    padding: 5px;
    width: 206px;
  }
  .pg_plan_title .box2{
    border-top: 1px solid #181818;
    padding-top: 0;
  }
  .pg_plan_title .box2 .txt3{
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 0.075em;
  }

  
  .pg_plan_title .box2 .txt4{
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.075em;
  }
  .sub_tt{
    font-size: 16px;
  }
  /*カテゴリ*/
  .pg_plan_cat_wrap{

  }
  .pg_plan_cat_box{
  }
  .pg_plan_cat_box .box1{

  }
  .pg_plan_cat_box .box1:last-child{

  }
  .pg_plan_cat_box .box1 p{
    font-size: 16px;
  }

  /*プランタイプ外側*/
  .pg_four_plan_items{
    margin-top: 70px;
  }
  .pg_plan_item{

  }
  .pg_plan_item:nth-child(n+2){
    margin-top: 80px;
  }
  .pg_plan_title{
  }


  /*プランタイプ内側*/
  .pg_plan_content{
    margin-top: 30px;
  }
  .pg_plan_content_inner{

  }
  .pg_plan_content_inner .box1{

  }
  .pg_plan_content_inner .box1 .img{

  }


  /*内側パターン1*/
  .pg_plan_content_inner .box2.type2{
    padding: 13px 20px;
  }
  .pg_plan_content_inner .box2.type2 .price{
    font-size: 42px;
    margin-top: 5px;
  }
  .pg_plan_content_inner .box2.type2 .price span{
    font-size: 22px;
  }
  .pg_plan_content_inner .box2.type2 .txt1{
    font-size: 15px;
  }
  .pg_plan_content_inner .box2.type2 .txt1 span{
    font-size: 15px;

  }
  .pg_plan_content_inner .box2.type2 .content_a:nth-child(n+2){
    margin-top: 10px;
  }
  .pg_plan_content_inner .box2.type2 .content_b{

  }
  .pg_plan_content_inner .box2.type2 .content_a .inner{

  }
  .pg_plan_content_inner .box2.type2 .content_a .inner p{
    font-size: 15px;
  }

  .pg_plan_content_inner .box2.type2 .plan_box .item2{

  }
  .pg_plan_content_inner .box2.type .desc li{
    font-size: 15px;
  }
  .pg_plan_content .box2.five{
    text-align: center;
  }
  .pg_plan_content .box2.five .content{

  }
  .pg_plan_content .box2.five .head_title{
    font-size: 16px;
  }
  .pg_plan_content .box2.five .reco{
    font-size: 14px;
    margin: 0 auto;
  }
  .pg_plan_content .box2.five .content .large_txt{
    font-size: 19px;
    text-align: center;
  }
  .pg_plan_content .box2.five .content .idou{
    font-size: 15px;
    margin-top: 27px;
  }
  .pg_plan_content .box2.five .flex_price_box .reco{
    width: 96px;
  }
  .pg_three_plan_items .box2.rent{
    padding-top: 10px;
  }
  .box1_outer .b1{
    width: 100%;
  }
  .box1_outer .b1:nth-child(n+2){
    margin-top: 16px;
  }
  .flex_price_box{
    justify-content: center;
  }
  /*補足*/
  .sub_item{
    padding:13px 65px;
  }
  .sub_item_inner{

  }
  .sub_item_inner .box1{

  }
  .sub_item_inner.left{

  }
  .sub_item_inner .right{
    margin-left: 20px;
    margin-top: 20px;
  }
  .sub_item_inner .right li{
    font-size: 15px;
  }
  .sub_item_inner .box2{

  }
  .sub_item_inner .box2 .yajirusi{

  }
  .sub_item_inner .box3{
    padding-left: 20px;
  }
  .sub_item_inner .box3 p{
    font-size: 17px;
    margin-bottom: 16px;
  }
  .sub_item_inner .box3 li{
    font-size: 15px;
  }
  .box2.reco .item .ttl{
    font-size: 17px
  }
  .box2.reco .inner_item{

  }
  .box2.reco .inner_item .txt1{

  }
  .box2.reco .item .txt1{
    font-size: 14px;

  } 
  .box2.reco .item .txt2{
    font-size: 24px;
    margin: 10px auto 0;
  } 
  .pg_three_plan_wrap{
    padding-top: 40px;
  }
  .pg_plan_content .box2.five .content .idou{
    text-align: center;
  }
  .sub_item_inner .box2 .yajirusi{
    transform: rotate(90deg);
  }
  .sub_item_inner .box2{
    margin: 40px 0;
  }
  .sub_item_inner .box3{
    width: 100%;
  }
  .sub_item_inner .left{
    width: 100%;;
  }

}
@media (min-width:1024px){
  .pg_plan .section#sec1{
    padding-top: 88px;
    padding-bottom: 80px;
  }
  .pg_plan .section#sec2{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_plan .section#sec3{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_plan .plan_title{
    padding-top: 100px;
  }
  /*タイトル*/
  .pg_plan_title .box1 .inner,
  .pg_plan_title .box2 .inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .pg_plan_title .box1{

  }
  .pg_plan_title .box1 .txt1{
    font-size: 32px;
  }
  .pg_plan_title .box1 .txt2{

  }
  .pg_plan_title .box2{

  }
  .pg_plan_title .box2 .txt3{

  }
  .pg_plan_title .box2 .txt4{

  }
  .pg_four_plan_items{
    margin-top: 100px;
  }
  .pg_plan_item:nth-child(n+2){
    margin-top: 100px;
  }

  .pg_plan_content_inner .box2.type2 .content_a{
    border: 1px solid #000000;
  } 
  .pg_plan_content_inner .box2.type2 .box1_outer .price{
    font-size: 34px;
    margin-top: 18px;
  }
  .box1_outer .b1{
    width: 48%;
  }
  .pg_plan_content .box2.five .head_title{
    padding-top: 20px;
  }
  .pg_plan_content_inner .box2.type2 .price{
    margin-top: 0;
  }
  .pg_three_plan_wrap{
    padding-top: 50px;
  }
  .pg_three_plan_items{
    margin-top: 100px;
  }
  .box1_outer .b1:nth-child(n+2){
    margin-top: 0;
  }

  .pg_plan_content .box2.five .content .large_txt{
    width: 335px;
    font-size: 24px;
    padding-left: 20px;
  }
  .pg_plan_content_inner .box2.type2 .price{
    font-size: 50px;

  }
  .pg_plan_content{
    margin-top: 40px;
  }
  .box2.reco .item .txt1{
    margin-left: 0;
    margin-right: 10px;
  }
  .box2.reco .item .txt2{
    margin-right: 0;
    margin-top: 0;
  }
  .box2.reco .item .ttl{
    font-size: 18px;
  }
  .flex_price_box{
    justify-content: space-between;
  }
  .pg_plan_content .box2.five .content .idou{
    text-align: left;
  }
  .pg_plan_content .box2.five .content .large_txt{
    text-align: left;
  }
  .pg_plan_content .box2.five .reco{
    margin-left: 0;
  }
  .sub_item_inner .box1{
    width: auto;
  }
  .sub_item_inner .box2 .yajirusi{
    transform: none;
  }
  .sub_item_inner .right{
    width: auto;
    margin-top: 0;
  }
  .sub_item_inner .box2{
    margin: 0;
    width: 12%;
  }
  .sub_item_inner .box3{
    width: auto;
  }
  .sub_item_inner .left{
    width: auto;
  }
  .sub_item_inner{
    justify-content: flex-start;
  }
  .sub_item_inner .box3 p{
    font-size: 18px;
    margin-bottom: 0;
  }

}
@media (min-width:1200px){
  .pg_plan_content_inner .box2.type2 .content_b{
    width: 146px;
    text-align: center;
  }
  .pg_plan_content_inner .box2.type2 .box1_outer .price{
    font-size: 45px;
  }
  .box1_outer .b1{
    width: auto;
  }
  .pg_plan_content_inner .box2.type2 .price span{
    font-size: 24px;
  }
  .box1_outer .ttt1{
    width: 240px;
  }
  .pg_plan_content_inner .box2.type2 .box1_outer .price{
    font-size: 38px;
  }
  .pg_plan_content_inner .box2.type2 .plan_box .item1{
    width: auto;
  }
  .pg_plan_content_inner .box2.type2 .plan_box .item2{
    width: auto;
  }
  .pg_plan_content_inner .box2.type2 .plan_box .item3{
    width: auto;
  }
  .pg_plan_content_inner .box2.type2 .content_a{
    width: 280px;
    border: 1px solid #000000;
  } 
  .pg_plan_content_inner .box2.type2 .plan_box .item3.four .content_b{
    width: 168px;
  }
  .pg_plan_content .box2.five .head_title{
    font-size: 18px;
  }
}

/*******************************
*　私たちについて
********************************/
.pg_about{

}
.pg_about .section.sec1{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_about .section#sec2{
  margin-top: 70px;
}
.pg_about .section#sec3{
  margin-top:60px;
  padding-bottom: 50px;
}

/*共通見出し*/
.pg_about_content_title{
  font-size: 20px;
  font-weight:900;
  line-height: 1;
  position: relative;
  padding-left: 2.5em;
  text-indent: -2.5em;
}
.pg_about .section .pg_about_content_title:before{
  content: "";
  display: block;
  height: 1px;
  width: 100vw;
  background: #181818;
  position: absolute;
  top: 150px;
}
.pg_about .section:nth-child(even) .pg_about_content_title:before{
  margin-right: calc(-50vw + 50%);
  top: 100px;
  left: 0;
}
.pg_about .section:nth-child(odd) .pg_about_content_title:before{
  margin-left: calc(-50vw + 50%);
  top: 100px;
  right: 0;
}
.pg_about_content_title span{
  display: block;
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0.15em;
  line-height: 1;
  margin-bottom: 20px;
}


/*繰り返し*/
.pg_about_title{
  text-align: center;
}
.pg_about_title p{
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.075em;
  line-height: 1.656em;
}
.pg_about_items{
  margin-top: 50px;
}
.pg_about_items .item{

}
.pg_about_items .item:nth-child(n+2){
  margin-top:40px; 
}
.pg_about_items .item .inner{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pg_about_items .item .box1{
  width: 100%;
}
.pg_about_items .item .box2{
  width: 100%;
}
.pg_about_items .item .box2 .title{
  border-top: 1px solid #181818;
  border-bottom: 2px solid #181818;
  padding: 10px 0;
  margin-top:20px;
}
.pg_about_items .item .box2 .title h2{
  font-size: 18px;
  font-weight:600;
  letter-spacing: 0.075em;
}
.pg_about_items .item .box2 .content{
  margin-top: 16px;
}
.pg_about_items .item .box2 .content p{
  font-size: 14px;
  font-weight:normal;
  letter-spacing: 0.075em;
  line-height: 1.875em;
  text-align: justify;
}

/*Greeting*/
.pg_about_greeting_items{
  margin-top: 40px;
}
.pg_about_greeting_items .item{

}
.pg_about_greeting_items .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pg_about_greeting_items .box1{
  width: 100%;
}
.pg_about_greeting_items .box1 .content{

}
.pg_about_greeting_items .box1 .content p{
  font-size: 14px;
  font-weight:normal;
  letter-spacing: 0.075em;
  line-height: 1.875em;
  text-align: justify;
}
.pg_about_greeting_items .box1 .content p:last-child{
  margin-top: 20px;
}
.pg_about_greeting_item .box2{
  width: 100%;
}

/*会社概要*/
.pg_about_company_wrap{
  margin-top: 60px;
}
.pg_about_company_wrap .company_tbl {

}
.pg_about_company_wrap .company_tbl tr{
  border-top: 1px solid #b2b2b2;
}
.pg_about_company_wrap .company_tbl tr:last-child{
  border-bottom: 1px solid #b2b2b2;
}
.pg_about_company_wrap .company_tbl th{
  text-align: left;
  vertical-align: top;
}
.pg_about_company_wrap .company_tbl th,
.pg_about_company_wrap .company_tbl td{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 1.875em;
  padding: 17px 50px;
}
/* コピー用 */
@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

  .pg_about .section:nth-child(odd) .pg_about_content_title:before{
    left: 0;
  }
  .pg_about .section:nth-child(even) .pg_about_content_title:before{
    margin: calc(-50vw + 50%);
    right: 0;
  }
  .pg_about_greeting_items .box1{
    order: 2;
    margin-top: 20px;
  }
  .pg_about_greeting_items .box2{
    order: 1;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  /*会社概要*/
  .pg_about_company_wrap .company_tbl {

  }
  .pg_about_company_wrap .company_tbl tr{
    border-top: 1px solid #b2b2b2;
  }
  .pg_about_company_wrap .company_tbl tr:last-child{
    border-bottom: 1px solid #b2b2b2;
  }

  .pg_about_company_wrap .company_tbl th,
  .pg_about_company_wrap .company_tbl td{
    font-size: 14px;
    width: 100%;
    display: block;
    padding: 16px;
  }
  .pg_about_company_wrap .company_tbl th{
    background: #efefef;
  }
  .pg_about_company_wrap .company_tbl td{
    border-top: 1px solid #b2b2b2;
  }

  .pg_about_content_title{
    font-size: 15px;
  }
}
@media (min-width:768px){
  .pg_about{

  }
  .pg_about .section#sec1{

  }
  .pg_about .section#sec2{
    margin-top: 100px;
  }
  .pg_about .section#sec3{
    margin-top: 90px;
    padding-bottom: 60px;
  }

  /*共通見出し*/
  .pg_about_content_title{

  }
  .pg_about_content_title:before{

  }
  .pg_about .section:nth-child(odd) .pg_about_content_title:before{
    top: 120px;
  }
  .pg_about .section:nth-child(even) .pg_about_content_title:before{
    top: 120px;
  }
  .pg_about_content_title span{
    font-size: 50px;
  }
  /*繰り返し*/
  .pg_about_title{

  }
  .pg_about_title p{
    font-size: 28px;
  }
  .pg_about_items{
    margin-top: 80px;
  }
  .pg_about_items .item{

  }
  .pg_about_items .item:nth-child(n+2){
    margin-top:40px; 
  }
  .pg_about_items .item:nth-child(odd) .box1{
    order: 1;
  }
  .pg_about_items .item:nth-child(odd) .box2{
    order: 2;
  }
  .pg_about_items .item:nth-child(even) .box1{
    order: 2;
  }
  .pg_about_items .item:nth-child(even) .box2{
    order: 1;
  }
  .pg_about_items .item .inner{

  }
  .pg_about_items .item .box1{
    width: 42.79%;
  }
  .pg_about_items .item .box2{
    width: 48.64%;
  }
  .pg_about_items .item .box2 .title{

  }
  .pg_about_items .item .box2 .title h2{
    font-size: 21px;
  }
  .pg_about_items .item .box2 .content{
    margin-top: 20px;
  }
  .pg_about_items .item .box2 .content p{
    font-size: 16px;
  }

  /*Greeting*/
  .pg_about_greeting_items{
    margin-top: 50px;
  }
  .pg_about_greeting_items .item{

  }
  .pg_about_greeting_items .inner{
  }
  .pg_about_greeting_items .box1{
    width: 57.20%;
  }
  .pg_about_greeting_items .box1 .content{

  }
  .pg_about_greeting_items .box1 .content p{
    font-size: 16px;
  }

  .pg_about_greeting_items .box2{
    width: 31.53%;
  }

  /*会社概要*/
  .pg_about_company_wrap{
    margin-top: 70px;
  }
  .pg_about_company_wrap .company_tbl {

  }
  .pg_about_company_wrap .company_tbl tr{
    border-top: 1px solid #b2b2b2;
  }
  .pg_about_company_wrap .company_tbl tr:last-child{
    border-bottom: 1px solid #b2b2b2;
  }
  .pg_about_company_wrap .company_tbl th{
    width: 180px;
  }
  .pg_about_company_wrap .company_tbl td{
    width: auto;
  }
  .pg_about_company_wrap .company_tbl th,
  .pg_about_company_wrap .company_tbl td{

  }
}
@media (min-width:1024px){
  .pg_about{

  }
  .pg_about .section#sec1{

  }
  .pg_about .section#sec2{
    margin-top: 150px;
  }
  .pg_about .section#sec3{
    margin-top: 140px;
    padding-bottom: 80px;
  }
  /*共通見出し*/
  .pg_about_content_title span{
    font-size: 74px;
  }
  .pg_about_content_title:before{

  }
  .pg_about .section:nth-child(odd) .pg_about_content_title:before{
    top: 150px;
  }
  .pg_about .section:nth-child(even) .pg_about_content_title:before{
    top: 150px;
  }
  .pg_about_content_title span{

  }
  /*繰り返し*/
  .pg_about_title{

  }
  .pg_about_title p{
    font-size: 32px;
  }
  .pg_about_items{
    margin-top: 110px;
  }
  .pg_about_items .item{

  }
  .pg_about_items .item:nth-child(n+2){
    margin-top:50px; 
  }
  .pg_about_items .item .inner{

  }
  .pg_about_items .item .box1{

  }
  .pg_about_items .item .box2{

  }
  .pg_about_items .item .box2 .title{

  }
  .pg_about_items .item .box2 .title h2{

  }
  .pg_about_items .item .box2 .content{
    margin-top:28px;
  }
  .pg_about_items .item .box2 .content p{

  }

  /*Greeting*/

  .pg_about_greeting_items{
    margin-top: 76px;
  }
  .pg_about_greeting_items .item{

  }
  .pg_about_greeting_items .inner{
  }
  .pg_about_greeting_items .box1{

  }
  .pg_about_greeting_items .box1 .content{

  }
  .pg_about_greeting_items .box1 .content p:last-child{
    margin-top: 30px;
  }
  .pg_about_greeting_item .box2{

  }

  /*会社概要*/
  .pg_about_company_wrap{
    margin-top: 86px;
  }
  .pg_about_company_wrap .company_tbl th{
    width: 285px;
  }
  .pg_about_company_wrap .company_tbl th,
  .pg_about_company_wrap .company_tbl td{
    padding: 17px 40px;
  }
}
@media (min-width:1200px){
  .pg_about_company_wrap .company_tbl th,
  .pg_about_company_wrap .company_tbl td{
    padding: 17px 50px;
  }

}
/* **********************************
 *  
 * ********************************* */
.pg_xxxx{

}
.pg_xxxx .section#sec1{

}
.pg_xxxx .section#sec2{

}
.pg_xxxx .section#sec3{

}


/* **********************************
 *  会社概要
 * ********************************* */
.pg_company{

}
.pg_company .section#sec1{

}
.pg_company .section#sec2{

}
.pg_company .section#sec3{

}



/* **********************************
 *  お問い合わせ
 * ********************************* */
.pg_contact{

}
.pg_contact .section#sec1{
  padding-bottom: 50px;
}
.pg_contact .section#sec2{

}
.pg_contact .section#sec3{

}

.contact_tt{
  text-align: center;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.2em;
  margin-bottom: 44px;
  margin-top: 60px;
}

.contact_line_box{

}
.contact_line_box .line_btn{
  width: 200px;
  display: block;
  background: #2ec401;
  border-radius: 13px;
  margin: 0 auto;
  padding: 10px;
}
.contact_line_box .inner{
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact_line_box .icon{

}
.contact_line_box .txt{
  width: 57%;
  color: #fff;
  font-size: 17px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 2;
  padding: 10px;
}
/* 連絡先 */
.contact_info{
  background: #f6f6f6;
  text-align: center;
  padding: 28px 27px 25px;
  margin-bottom: 50px;
}
.contact_info .box1{
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #181818;
}
.contact_info .box2{
  margin-top: 20px;
  background: #FFFFFF;
  padding: 22px 5px;
  line-height: 1;
}
.contact_info .box2 .icon{
  display: inline-block;
  font-size: 25px;
  font-weight: normal;
  background: #181818;
  color: #FFFFFF;
  padding: 5px 18px;
  margin-right: 20px;
  vertical-align: middle;
  letter-spacing: 0.08em;
}
.contact_info .box2 .tel{
  display: inline-block;
  font-size: 44px;
  font-weight: 500;
  vertical-align: middle;
}
.contact_info .box2 .tel a{
  display: block;
  letter-spacing: 0.1em;
}
.contact_info .box2 .txt{
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  letter-spacing: 0.16em;
}

/* コンタクトフォーム */
.contact_form{
  width: 100%;
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
}
.contact_form tr{
  border-bottom: 1px solid #b2b2b2;
  border-left: none;
}
.contact_form th,
.contact_form td{
  padding: 11px 15px 11px 20px;
  font-weight: normal;
  text-align: left;
}
.contact_form th{
  background: #fff;
  width: 310px;
  letter-spacing: 0.08em;
  padding-left: 19px;
}
.contact_form td{
  font-size: 15px;
  letter-spacing: 0.16em;
  border-right: none;
}
.contact_form th.vtop{
  vertical-align: top;
}
.contact_form th .require{
  display: inline-block;
  padding: 2px 12px;
  color: #FFF;
  background: #181818;
  font-size: 14px;
  font-weight: normal;
  float: right;
}
.mwform-radio-field-text{
  line-height: 2
}
.mw_wp_form input[type="file"]{
  border: none;
}
/* 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: 18px;
}

/**/
.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.16em;
}
.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: #181818;
  color: #FFF;
  border: 0;
  padding: 12px 10px;
  width: 285px;
  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;
}
@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){


  .contact_info .box2 .txt{
    line-height: 1.3333em;
  }

  .contact_line_box .line_btn{
    width: auto;
  }
  .contact_line_box .txt{
    width: 75%;
    font-size: 14px;
  }

  .contact_tt{
    font-size: 22px;
  }
  .mw_wp_form.mw_wp_form_input .contact_form_acceptance .mwform-checkbox-field.horizontal-item{
    display: inline-block;
  }
  .mw_wp_form .mwform-radio-field.horizontal-item, .mw_wp_form .mwform-checkbox-field.horizontal-item{
    display: block;
  }
}
@media (min-width:768px){
  .pg_xxx{

  }
  .pg_xxx .section.sec1{
    padding-bottom: 60px;
  }
  .pg_xxx .section.sec2{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_xxx .section.sec3{
    padding-top: 0;
    padding-bottom: 0;
  }
  .contact_line_box{

  }
  .contact_line_box .line_btn{
    width: 460px;
  }
  .contact_line_box .inner{

  }
  .contact_line_box .icon img{
    width: 90px;
  }
  .contact_line_box .txt{
    font-size: 20px;
    width: 75%;
  }
  .contact_form th{
    border-right: none;
  }
  .contact_form td{
    border-left: none;
  }
}
@media (min-width:1024px){
  .pg_contact .section#sec1{
    padding-bottom: 80px;
  }
  .contact_line_box .line_btn{
    width: 600px;
  }
  .contact_line_box .txt{
    width: 57%;
  }

}
@media (min-width:1200px){


}

/* **********************************
 *  プライバシーポリシー
 * ********************************* */
.pg_contact .privacy{
  margin-top: 105px;
}

.privacy_tt{
  text-align: center;
  margin-bottom: 45px;
}
.privacy_tt h3{
  font-size: 21px;
  font-weight: 500;
  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{
  margin-top: 34px;
}
.privacy_items .item:nth-child(n+3){
  margin-top: 16px;
}
.privacy_items .item:last-child{
  margin-top: 34px;
}
.privacy_items .item{
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.privacy_items .item h4{
  font-size: 18px;
  font-weight: 500;
  border-left: 6px solid #0d0d0d;
  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{
  list-style: disc;
}
.privacy_items .item ul.latin{
  list-style: lower-latin;
}

.privacy_items .item ul li{
  list-style: none;
}
.privacy_items .item ol{
  margin-left: 2em;
  margin-top: 10px;
}
/*******************************
*　実施事例
********************************/
.pg_works{

}
.pg_works .section#sec1{
  padding-top:40px;
  padding-bottom: 50px;
}
.pg_works .section.sec2{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_works .section.sec3{
  padding-top: 0;
  padding-bottom: 0;
}



/* コピー用 */
@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){
  .works_items .item .category span{
    font-size: 13px;
    letter-spacing: 0;
  }
}
@media (min-width:768px){
  .pg_works{

  }
  .pg_works .section#sec1{
    padding-top:60px;
    padding-bottom: 60px;
  }
  .pg_works .section.sec2{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_works .section.sec3{
    padding-top: 0;
    padding-bottom: 0;
  }


}
@media (min-width:1024px){
  .pg_works{

  }
  .pg_works .section#sec1{
    padding-top:100px;
    padding-bottom: 80px;
  }
  .pg_works .section.sec2{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_works .section.sec3{
    padding-top: 0;
    padding-bottom: 0;
  }


}
@media (min-width:1200px){


}