@charset "UTF-8";
/* CSS Document */
/*ページのh1*/
h1.page-h1 {
  text-align: center;
  color: #0068B7;
  font-size: 5.5rem;
  font-family: 'Noto Sans JP', sans-serif;
}
h1.page-h1 span {
  font-size: 1.8rem;
  display: block;
  color: #000;
  vertical-align: middle;
  letter-spacing: 1px;
}
@media screen and (max-width:768px) {
  h1.page-h1 {
    font-size: 3.6rem;
  }
  h1.page-h1 span {
    font-size: 1.4rem;
  }
}
h1.page-h1 span:after {
  width: 10px;
  height: 1px;
  content: "";
  background-image: url("../image/common/line.svg");
  display: inline-block;
  margin-left: 15px;
  margin-top: -3px;
}
h1.page-h1 span:before {
  width: 10px;
  height: 1px;
  content: "";
  background-image: url("../image/common/line.svg");
  display: inline-block;
  margin-right: 15px;
  margin-top: -3px;
}
/*ページのh2*/
h2.page_h2 {
  height: 72px;
  width: 1000px;
  margin: 0 auto 60px;
  font-size: 3.2rem;
  padding-bottom: 29px;
  border-bottom: 1px solid #EAEAEA;
  position: relative;
}
h2.page_h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 1px #0068B7;
  bottom: -1px;
  width: 40px;
}
h2.page_h2 span {
  font-size: 1.8rem;
  margin-left: 20px;
}
@media screen and (max-width:768px) {
  h2.page_h2 {
    width: 90%;
    font-size: 6vw;
    padding-bottom: 15px;
    margin-bottom: 30px;
    height: auto;
  }
  h2.page_h2 span {
    font-size: 4vw;
  }
}
h3.page_h3 {
  height: 72px;
  width: 1000px;
  margin: 0 auto 60px;
  font-size: 3.2rem;
  padding-bottom: 29px;
  border-bottom: 1px solid #EAEAEA;
  position: relative;
}
@media screen and (min-width:769px) and (max-width:1000px) {
    h3.page_h3 {
        width: 90%;
    }
}
h3.page_h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 1px #0068B7;
  bottom: -1px;
  width: 40px;
}
h3.page_h3 span {
  font-size: 1.8rem;
  margin-left: 20px;
}
@media screen and (max-width:768px) {
  h3.page_h3 {
    width: 100%;
    font-size: 6vw;
    padding-bottom: 15px;
    margin-bottom: 30px;
    height: auto;
  }
  h3.page_h3 span {
    font-size: 4vw;
  }
}
/*私たちについて*/
/*代表挨拶*/
.aisatsu-wrap {
  display: flex;
  justify-content: space-between;
}
.aisatsu-wrap div.photo {
  width: 300px;
  height: 350px;
}
.aisatsu-wrap div.txt {
  /*width: 640px;*/
	width: 100%;
}
.aisatsu-wrap div.txt p {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 40px;
}
.aisatsu-wrap div.txt p.shomei {
  text-align: right;
  font-size: 3.2rem;
  font-weight: 700;
}
.aisatsu-wrap div.txt p.shomei span {
  font-size: 1.6rem;
  margin-right: 20px;
  font-weight: 400;
}
@media screen and (max-width:768px) {
  .aisatsu-wrap {
    flex-wrap: wrap;
  }
  .aisatsu-wrap div.photo {
    width: 90%;
    height: auto;
    margin: 0 auto 40px;
  }
  .aisatsu-wrap div.txt {
    width: 100%;
  }
  .aisatsu-wrap div.txt p {
    font-size: 3.5vw;
    margin-bottom: 20px;
  }
  .aisatsu-wrap div.txt p.shomei {
    font-size: 6vw;
  }
  .aisatsu-wrap div.txt p.shomei span {
    font-size: 3vw;
  }
}
/*会社概要*/
table.overview {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #EAEAEA;
  border-left: 1px solid #EAEAEA;
  border-right: 1px solid #EAEAEA;
}
table.overview th {
  font-size: 1.6rem;
  font-weight: 600;
  background: rgba(0, 104, 183, 0.05);
  padding: 20px 25px;
  vertical-align: top;
  border-bottom: 1px solid #EAEAEA;
  text-align: left;
}
table.overview td {
  font-size: 1.6rem;
  font-weight: 500;
  padding: 20px 25px;
  border-bottom: 1px solid #EAEAEA;
  text-align: left;
}
@media screen and (max-width:768px) {
  table.overview th {
    font-size: 4vw;
    padding: 10px 15px;
  }
  table.overview td {
    font-size: 3.5vw;
    padding: 10px 15px;
  }
}
/*主要設備一覧*/
div.setsubi-wrap {
  display: flex;
  justify-content: space-between;
}
table.setsubi {
  width: 48.5%;
  border-collapse: collapse;
  border-top: 1px solid #EAEAEA;
  border-left: 1px solid #EAEAEA;
  border-right: 1px solid #EAEAEA;
  margin-bottom: 60px;
}
table.setsubi th {
  font-size: 1.6rem;
  font-weight: 500;
  background: rgba(0, 104, 183, 0.05);
  padding: 20px 25px;
  vertical-align: top;
  border-bottom: 1px solid #EAEAEA;
  text-align: left;
}
table.setsubi td {
  font-size: 1.6rem;
  font-weight: 500;
  padding: 20px 25px;
  border-bottom: 1px solid #EAEAEA;
  text-align: left;
}
div.setsubi-grid {
  display: flex;
  flex-wrap: wrap;
    justify-content: space-between;
}
div.setsubi-grid div {
  float: left;
  /*margin-left: 28px;*/
    margin-left: 0;
 /* width: 229px;*/
  margin-bottom: 30px;
    width: 30%;
}
div.setsubi-grid div p {
  font-size: 1.6rem;
}
div.setsubi-grid div:nth-child(4n+1) {
  margin-left: 0;
}
@media screen and (max-width:768px) {
  div.setsubi-wrap {
    flex-wrap: wrap;
  }
  table.setsubi {
    width: 100%;
    margin-bottom: 30px;
  }
  table.setsubi th {
    font-size: 4vw;
    padding: 10px 15px;
    vertical-align: middle;
  }
  table.setsubi td {
    font-size: 1.6rem;
    font-weight: 500;
    padding: 10px 15px;
    border-bottom: 1px solid #EAEAEA;
    text-align: left;
  }
  div.setsubi-grid {
    display: flex;
    flex-wrap: wrap;
  }
  div.setsubi-grid div {
    float: none;
    margin-left: 0;
    width: 100%;
  }
  div.setsubi-grid div p {
    font-size: 3.5vw;
  }
}
/*アクセス*/
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.history {
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
}
.history:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #0068B7;
  position: absolute;
  transform: translateX(-50%);
  top: 30px;
}
.history-last {
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
}
.history .history__item {
  position: relative;
  display: flex;
  padding: 0 0 35px 20px;
}
.history .history__item:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #0068B7;
  position: absolute;
  border-radius: 50%;
  left: 0;
  transform: translateX(-50%);
  top: 30px;
}
.history-last .history__item {
  position: relative;
  display: flex;
  padding: 0 0 35px 20px;
}
.history-last .history__item:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #0068B7;
  position: absolute;
  border-radius: 50%;
  left: 0;
  transform: translateX(-50%);
  top: 30px;
}
.history__text {
  vertical-align: middle;
}
span.year {
  font-size: 4.5rem;
  color: #0068B7;
  vertical-align: middle;
  font-family: 'Hind', sans-serif;
  font-weight: 700;
  margin: 0 20px 0 60px;
  width: 100px;
}
@media screen and (max-width:768px) {
  .history {
    padding: 0 15px;
  }
  .history:before {
    top: 30px;
  }
  .history-last {
    padding: 0 15px;
  }
  .history .history__item {
    padding: 0 0 35px 20px;
  }
  .history .history__item:before {
    width: 10px;
    height: 10px;
    top: 30px;
  }
  .history-last .history__item {
    padding: 11px 0 15px 20px;
  }
  .history-last .history__item:before {
    width: 10px;
    height: 10px;
    top: 30px;
  }
  .history__text {
    vertical-align: middle;
  }
  span.year {
    font-size: 3.5rem;
    margin: 0 10px 0 10px;
    width: 100px;
  }
  .history__text p {
    font-size: 4vw
  }
  .history__inner {
    padding-left: 100px;
    text-indent: -100px;
    line-height: 1;
    padding-top: 21px;
  }
}
.page_h2_2 {
  text-align: center;
  height: 72px;
  width: 1000px;
  margin: 0 auto 60px;
  font-size: 3.2rem;
  padding-bottom: 29px;
  border-bottom: 1px solid #EAEAEA;
  position: relative;
}
h2.page_h2_2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 1px #0068B7;
  bottom: -1px;
  width: 40px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
/*タブレット用css*/
@media screen and (min-width:769px) and (max-width:1000px) {
    .page_h2_2 {
        width: 90%;
    }
}
@media screen and (max-width:768px) {
  .page_h2_2 {
    text-align: center;
    height: auto;
    width: 100%;
    margin: 0 auto 30px;
    font-size: 6vw;
    padding-bottom: 15px;
  }
  h2.page_h2_2:after {
    bottom: -1px;
    width: 40px;
    top: 0;
    left: 50%;
  }
}
.service-btn-wrap {
  width: 1000px;
  margin: 0 auto 120px;
}
.service-btn-wrap ul {
  display: flex;
  justify-content: space-between;
}
.service-btn-wrap ul li {
  display: flex;
  justify-content: space-between;
  width: 310px;
  height: 80px;
  position: relative;
  background-image: url("../image/page/btn-yajirushi-blue.svg");
  background-position: right 40px top 25px;
  border: 1px solid #0068B7;
  border-radius: 40px;
  transition: all 0.5s 0s ease;
}
.service-btn-wrap ul li a {
  display: block;
  text-align: left;
  padding-left: 50px;
  width: 310px;
  height: 80px;
  line-height: 80px;
  color: #0068B7;
  font-size: 2.2rem;
}
.service-btn-wrap ul li:hover a {
  color: #fff;
}
.service-btn-wrap ul li a span {
  vertical-align: middle;
  display: block;
}

/*タブレット用css*/
@media screen and (min-width:769px) and (max-width:1000px) {
    
    .service-btn-wrap {
        width:  90%;
    }
    .service-btn-wrap ul li {
        width: 32%;
    }
    
}

/*.service-btn-wrap ul li:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../image/page/btn-yajirushi-blue.svg");
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}*/
.service-btn-wrap ul li:hover {
  color: #fff;
  background-color: #0068B7;
}
.service-btn-wrap ul li:hover {
  background-image: url("../image/page/btn-yajirushi-w.svg");
}
@media screen and (max-width:768px) {
  .service-btn-wrap {
    width: 90%;
    margin: 0 auto 60px;
  }
  .service-btn-wrap ul {
    flex-wrap: wrap;
  }
  .service-btn-wrap ul li {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 60px;
    margin-bottom: 30px;
    background-position: right 40px top 15px;
    border-radius: 30px;
  }
  .service-btn-wrap ul li a {
    padding-left: 50px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 4vw;
  }
}
.business_txt {
  width: 1000px;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 2;
}
.business_photo_flex {
  width: 1000px;
  margin: 40px auto 60px;
  display: flex;
  justify-content: space-between;
}
.business_photo_flex div {
  width: 310px;
}

/*タブレット用css*/
@media screen and (min-width:769px) and (max-width:1000px) {
    
  .business_txt {
  width: 100%;
}
.business_photo_flex {
 width: 100%;
    justify-content: space-between;
}
.business_photo_flex div {
  width: 32%;
}  
    
}

@media screen and (max-width:768px) {
  .business_txt {
    width: 100%;
    font-size: 3.5vw;
  }
  .business_photo_flex {
    width: 100%;
    margin: 40px auto 60px;
    flex-wrap: wrap;
  }
  .business_photo_flex div {
    width: 100%;
  }
}
.flow-wrap {
  width: 100%;
  background: rgba(0, 104, 183, 0.05);
  margin-top: 100px;
}
.flow-wrap h3 {
  padding: 10px 24px;
  color: #fff;
  background: #0068B7;
  font-size: 1.8rem;
}
.flow-contents {
  padding: 40px 50px;
  display: flex;
  justify-content: space-between;
}
.img-left {
  width: 180px;
  height: 180px;
  position: relative;
}
.step {
  position: absolute;
  width: 60px;
  height: 60px;
  background: #fff;
  border: 1px solid #0068B7;
  top: 0;
  color: #0068B7;
  padding-top: 10px;
  text-align: center;
  font-size: 2.5rem;
  font-family: 'Hind', sans-serif;
  font-weight: 700;
  line-height: 1;
}
.step span {
  display: block;
  line-height: 1;
  font-size: 1.2rem;
  font-weight: 500;
}
.txt-right {
  width: 690px;
}
.flow-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #0068B7;
  margin-bottom: 16px;
}
.flow-txt {
  line-height: 2;
}
/*タブレット用css*/
@media screen and (min-width:769px) and (max-width:1000px) {
.txt-right {
    width: 520px;
}
}

@media screen and (max-width:768px) {
  .flow-wrap {
    margin-top: 50px;
  }
  .flow-wrap h3 {
    padding: 10px 24px;
    font-size: 5vw;
  }
  .flow-contents {
    padding: 20px 25px;
    flex-wrap: wrap;
  }
  .img-left {
    width: 100%;
    /*  height: 180px;*/
    position: relative;
    height: auto;
    margin-bottom: 16px;
  }
  .step {
    width: 60px;
    height: 60px;
    top: 0;
    padding-top: 10px;
    font-size: 2.5rem;
    line-height: 1;
  }
  .step span {
    font-size: 1.2rem;
  }
  .txt-right {
    width: 100%;
  }
  .flow-title {
    font-size: 5vw;
    margin-bottom: 0px;
  }
  .flow-txt {
    line-height: 2;
    font-size: 3.5vw;
  }
}
/*プライバシーポリシー*/
.privacy {
  width: 1000px;
  margin: 0 auto;
}
.privacy h2 {
  font-size: 2rem;
  color: #000000;
  margin-bottom: 20px;
  font-weight: 700;
}
.privacy p {
  font-size: 1.6rem;
  color: #000000;
  line-height: 2;
  margin-bottom: 40px;
}
@media screen and (max-width:768px) {
  .privacy {
    width: 1000px;
    margin: 0 auto;
  }
  .privacy h2 {
    font-size: 2rem;
    color: #000000;
    margin-bottom: 20px;
    font-weight: 700;
  }
  .privacy p {
    font-size: 1.6rem;
    color: #000000;
    line-height: 2;
    margin-bottom: 40px;
  }
}
/*事例紹介*/
.jirei-wrap {
  padding-bottom: 160px;
}
.jireiarchive {
  width: 1000px;
  margin: 0 auto 70px;
}
.jireiarchive li {
  width: 300px;
  float: left;
  overflow: visible;
  margin-left: 50px;
  margin-bottom: 50px;
}

/*タブレット用css*/
@media screen and (min-width:769px) and (max-width:1000px) {
   .jireiarchive {
       width: 90%;
    }
    .jireiarchive li {
        width: 32%;
        margin-left: 2%;
    }
    
}
.jireiarchive li:nth-child(3n+1) {
  margin-left: 0;
}
.jirei-img {
  /*  margin: 0 25px;*/
  position: relative;
  overflow: visible;
}
.jirei-img p.category {
  position: absolute;
  color: #0068B7;
  text-align: center;
  font-size: 1.4rem;
  background: #fff;
  height: 38px;
  border-radius: 19px;
  line-height: 38px;
  padding: 0 18px;
  border: 1px solid #0068B7;
  top: -19px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.jirei-img p.txt {
  /*  font-size: 2rem;
    font-weight: 700;*/
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
}
.slider-img img {
  height: auto;
  width: 100%;
  margin-bottom: 20px;
  overflow: visible;
  display: block;
}
@media screen and (max-width:768px) {
  .jirei-wrap {
    padding-bottom: 80px;
  }
  .jireiarchive {
    width: 90%;
    margin: 0 auto 35px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .jireiarchive li {
    width: 49%;
    float: none;
    margin-bottom: 30px;
    margin-left: 0;
  }
  .jirei-img {
    /*  margin: 0 25px;*/
    position: relative;
    overflow: visible;
  }
  .jirei-img p.category {
    font-size: 2.5vw;
    height: 20px;
    border-radius: 10px;
    line-height: 20px;
    padding: 0 18px;
    top: -9px;
    width: 70%
  }
  .jirei-img p.txt {
    font-size: 3.5vw;
  }
  .slider-img img {
    width: 100%;
    margin-bottom: 20px;
  }
}
/*************************************
	
ページャー

************************************/
div.pagenavi {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
@media (max-width: 1000px) {
  div.pagenavi {
    width: 82.7vw;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  div.pagenavi {
    width: 90%;
    flex-wrap: wrap;
  }
}
.pagination {
  clear: both;
  padding: 20px 0;
  font-size: 2.4rem;
  line-height: 1em;
}
@media (max-width: 768px) {
  .pagination {
    font-size: 1.4rem;
  }
}
.pagination-box {
  display: inline-block;
}
.pagination span, .pagination a {
  display: block;
  /*float: left;*/
  margin: 2px 2px 2px 0;
  padding: 10px 14px 10px 14px;
  text-decoration: none;
  width: auto;
  color: #a33333;
  background: #fff;
  border: 1px solid #a33333;
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .pagination span, .pagination a {
    font-size: 1.4rem;
    padding: 4vw;
  }
}
.pagination span.page-of {
  background: none;
  color: #fff;
}
.pagination a:hover {
  color: #fff;
  /* マウスホバー時の文字色 */
  background: #a33333;
  /* マウスホバー時の背景色 */
}
.pagination .current {
  padding: 10px 14px 10px 14px;
  color: #fff;
  /* 現在のページの文字色 */
  background: #a33333;
  /* 現在のページの背景色 */
}
@media (max-width: 768px) {
  .pagination .current {
    padding: 4vw;
  }
}
.page-numbers {
  display: flex;
  text-align: center;
  vertical-align: middle;
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .page-numbers {
    font-size: 1.8rem;
  }
}
.page-numbers li {
  display: inline;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin-right: 10px;
  font-size: 1.8rem;
}
.page-numbers li span.current {
  color: #fff;
  background: #0068B7;
  font-weight: 700;
  text-align: center;
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  font-size: 1.8rem;
}
.page-numbers li a {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 1.8rem;
  color: #0068B7;
  border-radius: 50%;
  /*background-color: #EDEDED;*/
}
.page-numbers li a:hover {
  /*background-color: #000;*/
  color: #fff;
  background: #0068B7;
  border-radius: 50%;
}
.page-numbers .current:after {
  content: "";
  display: block;
  clear: both;
  background-image: url("../image/common/cureentbar.svg");
  width: 16px;
  height: 1px;
  text-align: center;
  margin: 0 auto;
}
/*お問い合わせ*/
.mw_wp_form_g-enquete .g-enquete-items {
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 20px;
  margin: 0 auto;
  width: 800px;
}
@media screen and (max-width:999px) {
.mw_wp_form_g-enquete .g-enquete-items {
        width: 100%;
    }
}

.zipaddr-jp {
  margin-top: 20px;
}
.mw_wp_form_g-enquete .g-enquete-items .g-enquete-row {
  border: none;
  padding: 0 0 50px 0;
}
.mw_wp_form_g-enquete input[type="text"], .mw_wp_form_g-enquete input[type="email"], .mw_wp_form_g-enquete textarea {
  background: #F2F7FC;
  padding: 15px 25px;
  font-size: 1.4rem;
}
input[name="kishamei"], input[name="bushomei"], input[name="name"], input[name="furigana"], input[name="your_jyusho"], input[name="mail1"], input[name="mail2"], input[name="url"], input[name="naiyo"], input[name="hoge"], input[name="genzai"], input[name="birthday"] {
  width: 100%;
}
.mw_wp_form_g-enquete .g-enquete-items .g-enquete-row .g-enquete-title {
  margin-bottom: 15px;
  font-size: 1.8rem;
}
.g-enquete-title a {
  color: #0068B7;
  text-decoration: underline;
}
.hisu {
  color: #FF3947;
  font-size: 1.4rem;
  font-weight: 400;
  border: 1px solid #FF3947;
  width: 58px;
  height: 32px;
  line-height: 32px;
  margin-left: 10px;
  padding: 7px 15px;
  border-radius: 16px;
}
.nini {
  color: #BEBEBE;
  font-size: 1.4rem;
  font-weight: 400;
  border: 1px solid #BEBEBE;
  width: 58px;
  height: 32px;
  line-height: 32px;
  margin-left: 10px;
  padding: 7px 15px;
  border-radius: 16px;
}
.contact-wrap {
  padding-bottom: 160px;
}
input[name="zip"] {
  margin-top: 20px;
  background: #F2F7FC;
  padding: 15px 25px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-bottom: 20px;
  font-size: 1.4rem;
}
.mw_wp_form_g-enquete .require {
  display: none;
}
.mw_wp_form_g-enquete input[type="submit"], .mw_wp_form_g-enquete input[type="button"], .mw_wp_form_g-enquete button {
  width: 300px;
  height: 60px;
  margin: 0 auto;
  border-radius: 30px;
  overflow: hidden;
  padding: 0 0 0 40px;
  line-height: 60px;
  background: #0068B7;
  display: block;
  text-align: left;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  background-image: url("../image/common/pin-w.svg");
  background-position: center right;
  background-repeat: no-repeat;
  transition: all 0.5s 0s ease;
  box-shadow: none;
  text-shadow: none;
}
.mw_wp_form_g-enquete input[type="submit"]:hover, .mw_wp_form_g-enquete input[type="button"]:hover, .mw_wp_form_g-enquete button:hover {
  opacity: 1 !important;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  background-position: center right -10px;
  box-shadow: none;
  text-shadow: none;
}
.confrmation-wrap .g-enquete-item {
  font-weight: 400;
  margin-top: 20px;
  background: #F2F7FC;
  padding: 15px 25px;
  font-size: 1.6rem;
  margin-bottom: 50px;
}
.contact-txt {
  line-height: 2;
  font-size: 1.6rem;
}
.contact-step {
  list-style-type: none;
  display: table;
  width: 800px;
  padding: 0;
  overflow: hidden;
  margin: 80px auto;
}
@media screen and (max-width:999px) {
    .contact-step {
        width: 100%;
    }
}
.contact-step li {
  display: table-cell;
  position: relative;
  background: #EAEAEA;
  padding: 1em 0.5em 1em 2em;
  color: #fff;
  text-align: center;
}
.contact-step li:last-child {
  padding-right: 1em;
}
.contact-step li:last-child:before, .contact-step li:last-child:after {
  display: none;
}
.contact-step li:before, .contact-step li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
.contact-step li:before {
  top: -15px;
  right: -1em;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}
.contact-step li:after {
  top: -15px;
  right: -.8em;
  border-style: solid;
  border-color: transparent transparent transparent #EAEAEA;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}
.contact-step li.is-current {
  background: #0068B7;
  font-weight: bold;
}
.contact-step li.is-current:after {
  border-color: transparent transparent transparent #0068B7;
}
.boshu-table {
  margin-bottom: 80px;
}
@media screen and (max-width:768px) {
  .mw_wp_form_g-enquete .g-enquete-items {
    font-size: 3.5vw;
    margin-bottom: 20px;
    width: 90%;
  }
  .zipaddr-jp {
    margin-top: 20px;
  }
  .mw_wp_form_g-enquete .g-enquete-items .g-enquete-row {
    border: none;
    padding: 0 0 50px 0;
  }
  .mw_wp_form_g-enquete input[type="text"], .mw_wp_form_g-enquete input[type="email"], .mw_wp_form_g-enquete textarea {
    padding: 15px 25px;
    font-size: 3.5vw;
  }
  input[name="kishamei"], input[name="bushomei"], input[name="name"], input[name="furigana"], input[name="your_jyusho"], input[name="mail1"], input[name="mail2"], input[name="url"], input[name="naiyo"], input[name="hoge"], input[name="genzai"], input[name="birthday"] {
    width: 100%;
  }
  .mw_wp_form_g-enquete .g-enquete-items .g-enquete-row .g-enquete-title {
    margin-bottom: 15px;
    font-size: 3.5vw;
  }
  .g-enquete-title a {
    color: #0068B7;
    text-decoration: underline;
  }
  .hisu {
    font-size: 3.5vw;
    width: 58px;
    height: 32px;
    line-height: 32px;
    margin-left: 10px;
    padding: 7px 15px;
    border-radius: 16px;
  }
  .nini {
    font-size: 3.5vw;
    font-weight: 400;
    width: 58px;
    height: 32px;
    line-height: 32px;
    margin-left: 10px;
    padding: 7px 15px;
    border-radius: 16px;
  }
  .contact-wrap {
    padding-bottom: 80px;
  }
  input[name="zip"] {
    margin-top: 20px;
    background: #F2F7FC;
    padding: 15px 25px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
  .mw_wp_form_g-enquete .require {
    display: none;
  }
  .mw_wp_form_g-enquete input[type="submit"], .mw_wp_form_g-enquete input[type="button"], .mw_wp_form_g-enquete button {
    width: 200px;
    height: 40px;
    border-radius: 20px;
    padding-left: 25px;
    line-height: 40px;
    ont-size: 1.4rem;
    background-size: 23px 6px;
  }
  .mw_wp_form_g-enquete input[type="submit"]:hover, .mw_wp_form_g-enquete input[type="button"]:hover, .mw_wp_form_g-enquete button:hover {
    opacity: 1 !important;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    background-position: center right -10px;
    box-shadow: none;
    text-shadow: none;
  }
  .confrmation-wrap .g-enquete-item {
    margin-top: 20px;
    padding: 15px 25px;
    font-size: 3.5vw;
    margin-bottom: 50px;
  }
  .contact-txt {
    line-height: 2;
    font-size: 3.5vw;
  }
  .contact-step {
    display: table;
    width: 90%;
    margin: 40px auto;
  }
  .contact-step li {
    display: table-cell;
    position: relative;
    padding: 10px;
    font-size: 2.5vw;
  }
  .contact-step li:last-child {
    padding-right: 1em;
  }
  .contact-step li:before {
    border-width: 30px 0 40px 1em;
  }
  .contact-step li:after {
    border-width: 30px 0 40px 1em;
  }
  .boshu-table {
    margin-bottom: 40px;
  }
  .mwform-tel-field {
    display: flex;
    justify-content: space-between;
    align-items: center;
      width: 100%;
  }
    .mw_wp_form_g-enquete input[name="tel[data][0]"],.mw_wp_form_g-enquete input[name="tel[data][1]"],.mw_wp_form_g-enquete input[name="tel[data][2]"]{
        width: 30%;
    }
   
    
}

.recruit-btn-flex{
    display: flex;
   justify-content: space-around;
}
.recruit-btn-flex .btn-wrap a{
    width: 360px;
}
.recruit-btn-flex .btn-wrap a.mail:before{
content: "";
    background-image: url(../image/common/mail.svg);
    display: inline-block;
    width: 22px;
    height: 16px;
    margin-right: 10px;
    margin-top: -4px;
    vertical-align: middle;
}
.recruit-btn-flex .btn-wrap a.tel:before{
content: "";
    background-image: url("../image/common/tel-w.svg");
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 10px;
    margin-top: -1px;
    vertical-align: middle;
    margin-top: -2px;
}

@media screen and (max-width:768px) {
    .recruit-btn-flex{
    flex-wrap: wrap;
    }
    .recruit-btn-flex .btn-wrap{
        width: 80%;
    }
    .recruit-btn-flex .btn-wrap a{
        width: 100%;
    }
    .recruit-btn-flex .btn-wrap:first-child{
        margin-bottom: 10px;
    }
    
}

@media screen and (max-width:768px) {
    .w100{
        width: 100% !important;
    }
    .f35{
        font-size: 3.5vw;
    }
    }
/*タブレット用css*/
@media screen and (min-width:769px) and (max-width:1000px) {
  .aisatsu-wrap div.photo {
    width: 30%;
    height: auto;
  }
  .aisatsu-wrap div.txt {
    width: 65%;
  }
  h2.page_h2 {
    width: 90%;
  }
  div.setsubi-grid div {
    width: 32%;
    margin-left: 0;
  }
  div.setsubi-grid {
    justify-content: space-around;
  }
    
  
}