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

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

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

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

/* 基本フォント: 明朝 */
/**/
body{
  /* 游明朝体 */
  /*font-family: "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  /* ヒラギノ明朝 */
  /*font-family: 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro', 'Yu Mincho', '游明朝', 'MS Mincho', 'MS明朝', serif;*/
}

/* admin-barの高さ分の padding 設定 */
body.admin-bar{
  padding-top: 32px;
}
@media (max-width:782px){
  body.admin-bar{
    padding-top: 46px;
  }
}

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

a{
  color: inherit;
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}

img{
  max-width: 100%;
}
a:hover img{
  opacity: 0.8;
}

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

i, em{
  font-style: normal;
}

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

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

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

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

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

}
.tbl td{

}


/* スクロール テーブル */
.js-scrollable{
  overflow: hidden;
}
.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;
  }
}

/* **********************************
 *  コンテナ
 * ********************************* */
.wrapper{
  overflow-x: hidden;
}
.container{
  width: 1140px;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.section{
  width: 100%;
  /*margin-bottom: 50px;*/
  /*padding: 30px 0;*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}



/*******************************
*　pg_ヘッダー+各タイトル（h2）
********************************/

/*pg_ヘッダー*/
.pg_header{
  padding: 44px 0 20px;
  margin-top: 8px;
  position: relative;
}
.pg_header:after{
  content: "";
  width: 1000%;
  height: 100%;
  background: #9fd4f2;
  position: absolute;
  left: -50%;
  top: 0;
  z-index: -1;
}
.pg_header .hdr_ttl_ja {
  padding: 0 5px;
  font-size: 16px;
  font-weight: 700;
  color: #f4f4f4;
  letter-spacing: 0.075em;
}
.pg_header .hdr_ttl_en {
  font-family: Outfit;
  font-size: 83px;
  font-weight: 600;
  color: #f4f4f4;
  letter-spacing: 0.0005em;
  line-height: 1.2;
}
.pg_header .hdr_ttl_en:first-letter{
  color: #53b6e8;
}
.breadcrumb{
  padding: 11px 5px;
  margin-bottom: 70px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 0.15em;
  border-top: 1px solid;
  position: relative;
  z-index: 0;
}
.breadcrumb:after{
  content: "";
  width: 1000%;
  height: 100%;
  background: #9fd4f2;
  position: absolute;
  left: -50%;
  top: 0;
  z-index: -1;
}
.breadcrumb li {
  display: inline;
  /*white-space: nowrap;*/
}
.breadcrumb li a {
  position: relative;
  padding-right: 15px;
}
.breadcrumb li a:after {
  content: ">";
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #53b6e8;
}
.breadcrumb li + li{
  padding-left: 5px;
}

/*各タイトル（h2）*/
.tt2{
  margin-bottom: 25px;
}
.tt2 .ja{
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.075em;
  line-height: 1;
  color: #53b6e8;
}
.tt2 .en {
  font-family: Outfit;
  font-size: 68px;
  font-weight: 600;
  letter-spacing: 0.001em;
  line-height: 1.2;
  color: #f4f4f4;
  text-shadow: 1.286px 1.532px 2.97px rgba(0, 0, 0, 0.35);
  text-align: center;
}

@media(max-width:767px){
  .tt2 .ja{
    font-size: 16px;
  }
  .tt2 .en {
    font-size: 42px;
  }

}

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

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

}
@media (max-width:767px){
  .pg_header .hdr_ttl_en{
    font-size: 50px;
  }
}
@media (min-width:768px){
  .pg_xxx{

  }
  .pg_xxx .section.sec1{
  }
  .pg_xxx .section.sec2{
  }
  .pg_xxx .section.sec3{
  }

  .pg_header{
    padding: 74px 0 30px;
  }
  .pg_header .hdr_ttl_en{
    font-size: 83px;
  }

  .en {
    font-size: 60px;
  }

  .breadcrumb{
    margin-bottom: 80px;
  }

}
@media (min-width:1024px){
  .en {
    font-size: 68px;
  }

  .breadcrumb{
    margin-bottom: 118px;
  }
}
@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_outer{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_outer .header_logo{
  margin-left: 20px;
}
.header_inner .box1{
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0 16px;
}
.header_pp{
  display: flex;
  font-size: 14px;
  font-weight: 500;
  padding: 0 12px;
}
.header_pp .pp{
  border-left: 1px solid;
  line-height: 1;
  padding: 0px 18px;
}
.header_pp .pp:first-child{
  border: none;
}
.header_pp .pp:hover{
  /*text-decoration: none;*/
}
.header_coll{
  display: flex;
  font-size: 16px;
  letter-spacing: 0.075em;
}
.header_coll .item{
  padding: 0 3px;
}
.header_coll .item:last-child{
  padding: 0 6px;
}
.header_coll .coll1,
.header_coll .coll2{
  color: #fff;
  background-color: #53b6e8;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.075em;
  width: 165px;
  text-align: center;
  padding: 1.5px;
  display: inline-block;
  transition: 0.2s;
}
.header_coll .coll1:hover,
.header_coll .coll2:hover{
  background-color: #3b94c0;
}
.header_coll .coll3{
  background-color: #e5e5e5;
  font-family: Outfit;
  letter-spacing: 0.09em;
  width: 182px;
  text-align: center;
  padding: 3px;
  display: inline-block;
  transition: 0.2s;
}
.header_coll .coll3:hover{
  background-color: #cbcbcb;
}
.header_coll .coll1:hover,
.header_coll .coll2:hover,
.header_coll .coll3:hover{
  text-decoration: none;
}
.header_coll .coll1:before,
.header_coll .coll2:before,
.header_coll .coll3:before{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.header_coll .coll1:before{
  content: "\f007";
  padding-right: 7px;
  font-size: 18px;
}
.header_coll .coll2:before{
  content: "\f0e0";
  padding-right: 4px;
  font-size: 18px;
}
.header_coll .coll3:before{
  content: "\f879";
  padding-right: 9px;
  font-size: 16px;
}
.header_inner .box2{
  margin-top: 9px;
}
.header_gnav ul{
  display: flex;
  justify-content: flex-end;
}
.header_gnav li{
  padding: 0 23.7px;
}
.gnav_item{
  font-size: 16px;
  font-weight: 500;
}
.gnav_item:hover{
  /*text-decoration: none;*/
}


.mv{
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  margin: 10px 15px 0;
}
.mv:after{
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: -30px;
  right: -30px;
  background: #9fd4f2;
}
.mv .txt{
  font-size: 20px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1.38;
  color: #FFF;
  position: absolute;
  z-index: 1;
  left: 6.5%;
  bottom: 12%;
  text-shadow: 1px 1.732px 6px rgba(0, 0, 0, 0.83);
}
.mv .img{
  max-height: 880px;
}
.mv .img.img_fit:before{
  padding-top: 75vw;
}

@media (max-width:767px){
  body{
    padding-bottom: 60px;
  }
  .header_outer{
    padding-bottom: 8px;
    justify-content: center;
  }
  .header_outer .header_logo{
    padding: 0;
    margin: 0;
  }
  .header_inner .box1{
    display: none;
  }
  .header_logo img{
    width: 250px;
  }


  .header_gnav{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFF;
    padding: 0;
    z-index: 99999;
    overflow-y: scroll;

    /*transition: all 0.2s;*/
    transform: translateX(100%);
    padding: 15px;
  }
  .header_gnav.active{
    transform: translateX(0%);
  }
  .header_gnav > ul{
    display: block;
  }
  .header_gnav > ul > li{
    width: 100%;
    padding: 0;
    border: 0;
  }
  .header_gnav > ul > li + li,
  .header_gnav > ul > li:first-child,
  .header_gnav > ul > li:last-child{
    border-left: 0;
    border-right: 0;
  }
  .header_gnav > ul > li + li{
    border-top: 1px solid #CCC;
  }
  .header_gnav > ul > li a{
    padding: 15px 0;
    display: block;
  }
}
@media (min-width:768px){

  /* タブレット */

  .header_outer{
    justify-content: space-between;
  }
  .header_inner .box1{
    padding: 0;
  }
  .header_pp{
    padding-bottom: 10px;
  }
  .header_pp .pp:last-child{
    padding-right: 0px;
  }
  .header_coll .coll1,
  .header_coll .coll2 {
    font-size: 13px;
    width: 130px;
    padding: 0.5px;
    display: inline-block;
  }
  .header_coll .coll3 {
    font-size: 13px;
    width: 135px;
    padding: 2px;
    display: inline-block;
  }
  .header_coll .coll3:before {
    padding-right: 3px;
  }
  .header_inner .box2{
    margin-top: 4px;
  }

  .header_gnav{
    margin-right: 0;
  }
  .header_gnav li {
    padding: 0 10px;
  }
  .gnav_item {
    font-size: 13px;
  }


  .mv{
  }
  .mv .txt{
    font-size: 36px;
    left: 6.5%;
    bottom: 23.5%;
  }
  .mv .img.img_fit:before{
    padding-top: 52vw;
  }

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

  /* タブレット横 */

  .header_inner .box1{
    padding: 0 20px;
  }
  .header_coll .coll1,
  .header_coll .coll2 {
    font-size: 15px;
    width: 160px;
    padding: 1.5px;
    display: inline-block;
  }
  .header_coll .coll3 {
    font-size: 16px;
    width: 180px;
    padding: 3px;
    display: inline-block;
  }
  .header_coll .coll3:before {
    padding-right: 9px;
  }
  .header_inner .box2{
    margin-top: 9px;
    padding-right: 25px;
  }
  .header_gnav{
    margin-right: -22px;
  }
  .header_gnav li{
    padding: 0 22px;
  }
  .gnav_item {
    font-size: 16px;
  }

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

  /* PC */

  .header_pp{
    padding-bottom: 0;
  }
  .header_pp .pp:last-child{
    padding-right: 22px;
  }

  .header_gnav{
    margin-right: -22px;
  }

  .mv{
    margin: 10px 20px 0;
  }
  .mv .txt{
    font-size: 52px;
  }
  .mv .img.img_fit:before{
    padding-top: 57vw;
  }



}


/* **********************************
 *  グローバルナビ
 * ********************************* */
.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;
  padding: 5px;
}
.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;
}




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

/*.footer:before{
  content: "";
  background-color: #f4f4f4;
  width: 100%;
  height: 300px;
  position: absolute;
  top: -60px;
  z-index: -1;
}*/
.footer{
  margin-top: 80px;
  background-color: #9fd4f2;
  width: 100%;
  /*  height: 710px;*/
  position: relative;
  z-index: 0;
}
.footer:after{
  content: "";
  background-color: #f4f4f4;
  width: 100%;
  height: 34px;
  position: absolute;
  bottom: 0;
  z-index: -1;
}

/*CONTACT US*/
.contact_us{
  padding: 40px 0;
  background: #f4f4f4;
}
.contact_us .inner{
  padding: 18px 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #53b6e8;
  border-radius:20px;
  text-align: center;
}
.contact_us .box1 {
}
.contact_us .box1 .tt{
  font-size: 40px;
  font-family: Outfit;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.095em;
  line-height: 1;
}
.contact_us .box1 .mail{
  margin: 13px 5px;
  margin-right: 12px;
  padding: 13px 20px;
  display: flex;
  /*  justify-content: center;*/
  align-items: center;
  background-color: #fff;
  position: relative;
  z-index: 0;
  transition: 0.2s;
}
.contact_us .box1 .mail:before{
  font-size: 16px;
  margin-right: 10px;
  content: "\f0e0";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background: #181818;
  border-radius: 50%;
  color: #fff;
  color: #ffffff;
}
.contact_us .box1 .mail:after{
  content: "";
  width: 22px;
  height: 16px;
  background: url(/img/contact_us_arrow.svg) no-repeat center / contain;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.contact_us .box1 .mail:hover{
  text-decoration: none;
  background-color: #dbdbdb;
}
.contact_us .box1 .mail1{
  font-family: Outfit;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.06em
}
.contact_us .box1 .mail2{
  font-family: Outfit;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.0001em;
}
.contact_us .box2{
}
.contact_us .box2 .txt{
  margin-top: 4px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.075em;
  line-height: 1.7;
}
.contact_us .box2 .tel{
  font-size: 38px;
  font-family: Outfit;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1.8;
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.contact_us .box2 .tel1{
  font-size: 24px;
  display: block;
}
.contact_us .box2 .tel1:first-letter,
.contact_us .box2 .tel2{
  font-size: 30px;
}
.contact_us .box2 .tel:hover{
  /*text-decoration: none;*/
  /*opacity: 0.8;*/
}
.contact_us .box2 .time{
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.075em;
  line-height: 1;
}

/*footer*/
.ft_outer{
  padding: 45px 0 30px;
}
.ft_outer .logo{
  width: 100%;
  margin-bottom: 10px;
  line-height: 4.5;
}
.ft_inner .box1 .ad,
.ft_inner .box1 .tel{
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
.ft_inner .box1 .ad{
  margin-top: -10px;
}
.ft_inner .iso{
  margin-top: 11px;
  margin-left: -3px;
}
.ft_inner .box2{
  /*margin-bottom: 10px;*/
}
.ft_inner .box2 .outer{
  margin-top: -18px;
  display: flex;
  justify-content: space-between;
}
.ft_inner .box2 .item.nowght .tt{
  font-weight: 400;
  font-size: 14px;
  line-height: 2.3;
}
.ft_inner .box2 .inner{
  margin-top: 8px;
}
.ft_inner .box2 .tt:before{
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
}
.ft_inner .box2 .tt{
  /*font-family: Outfit;*/
  font-size: 15px;
  padding-left: 15px;
  letter-spacing: 0.0075em;
  line-height: 2.125;
  position: relative;
  font-weight: 500;
}

/*copy*/
.ft_copy{
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  padding: 10px 0;
  line-height: 1;
}

/* スマホエリア */
@media (max-width:374px){

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

}
@media (max-width:767px){
  .ft_outer{
    text-align: center;
  }
  .ft_inner .box2{
    display: none;
  }

  /*固定フッター*/
  .footer_fix{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #53b6e8;
    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;
  }
  .footer_fix ul li{
    /*display: table-cell;*/
    text-align: center;
    /*vertical-align: middle;*/
  }
  .footer_fix ul li.btn1{
    width: 38%;
    border-right: 1px solid #4ba6d5;
  }
  .footer_fix ul li.btn2{
    width: 24%;
  }
  .footer_fix ul li a{
    display: block;
    padding: 10px 5px 5px;
    background: #53b6e8;
    color: #FFF;
    text-decoration: none;
  }
  .footer_fix ul li.btn2 a{
    background: #2075a0;
  }
  .footer_fix ul li a i{
    font-size: 22px;
    display: block;
  }
}
@media (min-width:768px){
  .footer{
    margin-top: 100px;
  }
  .contact_us{
    padding: 60px 0;
  }
  .contact_us .inner {
    padding: 18px 0 5px;
  }
  .contact_us .box1 .tt{
    font-size: 68px;
  }
  .contact_us .box1 .mail:after{
    right: 24px;
  }
  .contact_us .box2 .txt{
    font-size: 17px;
  }
  .contact_us .box2 .tel{
    margin-top: 0;
    justify-content: flex-start;
  }
  .contact_us .box2 .tel1{
    font-size: 30px;
  }
  .contact_us .box2 .tel1:first-letter,
  .contact_us .box2 .tel2 {
    font-size: 38px;
  }
  .contact_us .box2 .time{
    padding: 0 48px;
    margin-bottom: 10px;
    margin-top: -10px;
  }

  .ft_outer {
    padding: 92px 0 50px;
  }
  .ft_inner .box{
    display: flex;
  }
  .ft_inner .box1{
    width: 40.9%;
  }
  .ft_inner .box2{
    width: 59.1%;
    border-left: 1px solid #ababab;
    padding-left: 30px;
  }

  .footer_fix{
    display: none;
  }
}
@media (min-width:1024px){
  .footer{
    margin-top: 150px;
  }
  .contact_us .inner{
    justify-content: flex-start;
    text-align: left;
  }
  .contact_us .box1 {
    width: 51%;
    padding: 0 38px;
  }
  .contact_us .box1 .tt{
    font-size: 68px;
  }
  .contact_us .box1 .mail:after{
    right: 6px;
  }
  .contact_us .box2 {
    width: 49%;
    padding: 0 30px;
  }

  .ft_inner .box2{
    padding-right: 36px;
    padding-left: 80px;
  }


}
@media (min-width:1200px){
  .contact_us .box1 .tt{
    font-size: 78px;
  }
  .contact_us .box2{
    padding: 0 60px;
  }

  .contact_us .box1 .mail:after{
    right: 24px;
  }


}


/* 検索フォーム */
.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;
}



/* ページ送り(一覧) */
.pagination{
  margin-top: 50px;
  text-align: center;
}
.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: 4px 13px;
  margin: 0 4px;
  color: #1e1e1e;
  text-decoration: none;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover{
  background: #e5e5e5;
  border-color: #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: 90px;
}
.pagination .nav-posts .page-next a,
.pagination .nav-posts .page-prev a{
  font-size: 14px;
  display: block;
  border: 1px solid #53b6e8;
  padding: 10px;
  position: relative;
  color: #53b6e8;
  font-weight: 500;
  letter-spacing: 0.075em;
}
.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%);
  content: "";
  width: 7px;
  height: 12px;
}

.pagination .nav-posts .page-next a:before{
  /*content: "\f053";*/
  left: 20px;
  background: url(/img/pd_arrow_l.svg) no-repeat center / contain;
}
.pagination .nav-posts .page-prev a:after{
  /*content: "\f054";*/
  right: 20px;
  background: url(/img/pd_arrow_r.svg) no-repeat center / contain;
}
.pagination .nav-posts .page-archive a{
  display: block;
  background: #9fd4f2;
  color: #ffffff;
  padding: 12px;
  font-size: 14px;
  letter-spacing: 0.075em;
  font-weight: 700;
}
.pagination .nav-posts .page-prev a:hover,
.pagination .nav-posts .page-next a:hover,
.pagination .nav-posts .page-archive a:hover{
  text-decoration: none;
  background: #b8def3;
  color: #ffffff;
}

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

}
.search_list .item + .item{

}

/* ページTOPに戻る */
.pagetop{
  display: none;
  position: fixed;
  right: 10px;
  bottom: 70px;
  z-index: 5;
}
.pagetop a{
  background: #fff;
  border-radius: 50%;
  display: block;
  font-size: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #2075a0;
}
.pagetop a i{
  font-size: 40px;
}

/* コンタクトフォーム */
.contact_info{
  background: #f0f0f0;
  text-align: center;
  padding: 20px;
  margin-bottom: 100px;
}
.contact_info .box1{
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.14em;
}
.contact_info .box2{
  margin-top: 20px;
  background: #FFFFFF;
  padding: 20px 5px;
  line-height: 1;
}
.contact_info .box2 .icon{
  display: inline-block;
  font-size: 25px;
  font-weight: bolder;
  background: #8c8c8c;
  color: #FFFFFF;
  padding: 5px 15px;
  margin-right: 10px;
  vertical-align: middle;
  border-radius: 5px;
}
.contact_info .box2 .tel{
  display: inline-block;
  font-size: 44px;
  font-weight: bold;
  vertical-align: middle;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.contact_info .box2 .tel a{
  display: block;
}
.contact_info .box2 .txt{
  display: inline-block;
  vertical-align: bottom;
  margin-left: 10px;
}

.contact_form{
  width: 100%;
  border: 1px solid #b2b2b2;
}
.contact_form tr{
  border-bottom: 1px solid #b2b2b2;
}
.contact_form th,
.contact_form td{
  padding: 15px;
  font-weight: normal;
  text-align: left;
}
.contact_form th{
  background: #f0f0f0;
  width: 300px;
}
.contact_form th .require{
  display: inline-block;
  padding: 2px 5px;
  color: #FFF;
  background: #b80000;
  font-size: 14px;
  font-weight: normal;
  float: right;
}
.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.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.addr dd{

}


.contact_form td .wpcf7-form-control-wrap{
  display: block;
}
.contact_form td .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
  margin-top: 5px;
}
.contact_form td .wpcf7-form-control ,
.contact_form td .wpcf7c-conf-hidden {
  padding: 10px;
  max-width: 100%;
  border: 1px solid #CCC;
  border-radius: 0;
}
.contact_form td .wpcf7-checkbox,
.contact_form td .wpcf7-radio{
  border: 0;
}
.contact_form td .wpcf7-text {
  width: 500px;
  max-width: 100%;
}
.contact_form td .wpcf7-textarea {
  width: 100%;
}
.contact_form td .wpcf7-file {
  width: 100%;
  border: 0;
}
.contact_form td .wpcf7-file + .wpcf7c-conf{
  width: 100%;
  border: 1px solid #398f14;
}
.contact_form td [name="zipcode"],
.contact_form td [name="addr1"]{
  width: 150px;
}
.contact_form td [name="addr1"]{
  width: 180px;
}
.contact_form td [name="addr2"]{
}
.contact_form td .wpcf7-form-control-wrap.zipcode{
  display: flex;
  align-items: stretch;
}
.contact_form td .wpcf7-form-control-wrap.zipcode:before{
  vertical-align: top;
  content: "〒";
  background: #CCC;
  width: 30px;
  padding: 0;
  margin: 0;
  border: 1px solid #CCC;
  border-right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

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

.contact_form td .wpcf7-checkbox,
.contact_form td .wpcf7-radio{
  display: block;
}
.contact_form span.wpcf7-list-item{
  margin: 0 1em 0 0;
}


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

.mw_wp_form .error {
  margin: 5px 0;
}

/* 確認画面用 */
.wpcf7c-conf:not([type="radio"]):not([type="checkbox"]){
  background: #eeffe4;
  -webkit-box-shadow: 0 0 0px 1000px #eeffe4 inset;
  border: 1px solid #398f14;
  opacity: 0.9;
}
.wpcf7c-conf:checked + .wpcf7c-conf-hidden + .wpcf7-list-item-label{
  color: #398f14;
}
/*input:-webkit-autofill,
textarea:-webkit-autofill, 
select:-webkit-autofill {
  background-color: #eeffe4 !important;
  background-image: none !important;
  color: #666 !important;
}*/


.contact_form_acceptance{
  text-align: center;
  margin-top: 20px;
}
.contact_form_acceptance a{
  color: #1a3e9b;
}
.contact_form_acceptance span.wpcf7-list-item{
  margin: 0;
}

/* コンタクトフォーム - ボタン */
.contact_form_btns{
  text-align: center;
  padding: 30px 0;
}
.contact_form_btns input[type="submit"],
.contact_form_btns input[type="button"]{
  background: #b80000;
  color: #FFF;
  border: 0;
  padding: 10px;
  width: 300px;
  margin: 0 10px;
}
.contact_form_btns input[type="submit"][disabled],
.contact_form_btns input[type="button"][disabled]{
  background: #CCC;
}
.contact_form_btns input.wpcf7-confirm{

}
.contact_form_btns input.wpcf7-back{
  background: #CCC;
}
.contact_form_btns input.wpcf7-submit{
  background: #398f14;
}




/* プライバシーポリシー */
.privacy_tt{
  text-align: center;
  margin-bottom: 30px;
}
.privacy_tt h3{
  font-size: 23px;
  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{
  line-height: 1.6;
}
.privacy_items .item + .item{
  margin-top: 40px;
}
.privacy_items .item h4{
  font-size: 18px;

  border-left: 6px solid #bbbbbb;
  padding-left: 15px;
  margin-bottom: 10px;
  line-height: 2.33;
}
.privacy_items .item .txt{

}
.privacy_items .item ul{
  list-style: disc;
  margin-left: 2em;
  margin-top: 10px;
}
.privacy_items .item ul.latin{
  list-style: lower-latin;
}

.privacy_items .item ul li{

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

/*
.breadcrumb{
  display: flex;
  list-style: none;
  margin-bottom: 20px;
  font-size: 14px;
  overflow-x: auto;
}
.breadcrumb li{
  display: inline;
  white-space: normal;
}
.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%);
}*/

/* **********************************
 *  メイン
 * ********************************* */
.tt1{
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
}
.tt1 span{
  display: block;
  text-align: center;
  font-size: 14px;
}

.tt2{

}
.tt2 span{

}
.tt3{

}
.tt3 span{

}
.tt4{

}
.tt4 span{

}
.tt5{

}
.tt5 span{

}

/* 詳しく見る サンプル */
.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%);
}

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

}
.pg_home .section#sec1{

}
.pg_home .section#sec2{

}
.pg_home .section#sec3{

}


/* **********************************
 *  
 * ********************************* */
.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{

}
.pg_contact .section#sec2{

}
.pg_contact .section#sec3{

}

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

.pg_contact .privacy{
  margin-top: 80px;
}
