@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@font-face {
  font-family: 'futura';
  src: url(../font/HelveticaNeueLTStd-Hv.otf);
  font-weight: 500;
}
html {
  overflow-x: hidden;
}

body {
  color: #222;
  font-family: "Noto Sans JP","Noto Serif JP","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 1px;
  min-width: 1100px;
  margin: 0 auto;
  max-width: 1920px;
  overflow-x: hidden;
}

.eli, .sec3-dlt dt p, .work-dlt dt p, .sec3-dlt dd p, .work-dlt dd p, .sec5-dlt dt p, .blog-dlt dt p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.cent, .samune img, .sec3-img img, .work-img img, .sec5-img img, .blog-img img, .work-deta-list li img, .catch, .title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ce, .nav-list li a:before, .tit:after, .flow-list li:after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mid, .contact-submits-wrap p:after, .nav-list li:after, .sec5-dlt dt time, .blog-dlt dt time, .flow-dlt dt span, .form-list li:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flex, .deta-nav, .contact-submits-wrap, .nav-list, .sec3-list, .work-list, .sec5-list li a, .blog-list li a, .sec6-flex, .ft-right2, .work-deta-list, .recr-list, .comp-flex, .reas-list li, .flow-list li, .form-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.btn, .sec1-btn, .sec2-btn, .sec3-btn, .sec4-btn, .sec5-btn, .cont-btn, .sec6-btn, .recr-btn, .reas-btn, .flow-btn {
  position: relative;
  display: block;
  font-size: 2.2rem;
  font-weight: 500;
  margin: 0 auto;
  padding: 5px 0;
  text-align: center;
  color: #222;
  width: 290px;
  background: #f7fac1;
  border: 1px solid #fff100;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.btn:after, .sec1-btn:after, .sec2-btn:after, .sec3-btn:after, .sec4-btn:after, .sec5-btn:after, .cont-btn:after, .sec6-btn:after, .recr-btn:after, .reas-btn:after, .flow-btn:after {
  content: "";
  position: absolute;
  width: 32px;
  height: 8px;
  background: url(../img/arrow.png) no-repeat;
  background-size: contain;
  top: 60%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 45px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.btn:hover, .sec1-btn:hover, .sec2-btn:hover, .sec3-btn:hover, .sec4-btn:hover, .sec5-btn:hover, .cont-btn:hover, .sec6-btn:hover, .recr-btn:hover, .reas-btn:hover, .flow-btn:hover {
  background: #dcf6ff;
  border: 1px solid #0086e4;
}

.ff, .btn, .sec1-btn, .sec2-btn, .sec3-btn, .sec4-btn, .sec5-btn, .cont-btn, .sec6-btn, .recr-btn, .reas-btn, .flow-btn, .sitemap li, .nav-list li, .sec1-dlt dt, .sec2-tit span, .sec2-list, .sec3-tit span, .sec4-tit span, .sec4-text1, .sec5-tit span, .cont-text, .cont-tel, .sec6-tit span, .title, .tit, .sub-tit, .contect-text {
  font-family: "Noto Serif JP";
}

.pagenation {
  width: 300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
.pagenation li {
  text-align: center;
  width: 40px;
  background: #f7fac1;
  border: 1px solid #fff100;
  color: #222;
  font-weight: bold;
  border-radius: 8px;
  opacity: .7;
  line-height: 40px;
}

.pagenation li a {
  display: block;
}

.pagenation .current {
  opacity: 1;
  display: block;
}

.pagenation li:hover {
  opacity: 1;
}

.deta-nav {
  text-align: center;
  width: 100%;
}

.deta-nav li a {
  display: block;
  width: 90px;
  line-height: 40px;
  border: 1px solid #fff100;
  background: #f7fac1;
  font-size: 2.0rem;
  color: #222;
  transition: .3s;
}

.back a {
  padding-left: 20px;
  position: relative;
}
.back a:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 10px;
  border-top: 3px solid #222;
  border-right: 3px solid #222;
  -webkit-transform: translateY(-50%) rotate(225deg);
  -moz-transform: translateY(-50%) rotate(225deg);
  transform: translateY(-50%) rotate(225deg);
  border-radius: 2px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.to-top a {
  text-align: center;
  padding: 0 10px;
}

.next a {
  padding-right: 20px;
  position: relative;
}
.next a:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  right: 10px;
  border-top: 3px solid #222;
  border-right: 3px solid #222;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-radius: 2px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.deta-nav li a:hover {
  opacity: 0.7;
}

.deta-dlt dd {
  padding: 20px;
}

.samune, .sec3-img, .work-img, .sec5-img, .blog-img, .work-deta-list li {
  display: block;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.samune img, .sec3-img img, .work-img img, .sec5-img img, .blog-img img, .work-deta-list li img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  top: 50% !important;
  left: 50% !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.samune:hover img, .sec3-img:hover img, .work-img:hover img, .sec5-img:hover img, .blog-img:hover img, .work-deta-list li:hover img {
  width: 120%;
  height: 120%;
}

.sitemap {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.sitemap li {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #222;
  font-weight: 500;
  font-size: 2.4rem;
}
.sitemap li:last-child {
  margin-bottom: 0;
}
.sitemap li a {
  padding: 0 20px;
}

.contact-submits-wrap {
  justify-content: center;
}

.contact-submits-wrap p {
  width: 360px;
  margin: 0 auto;
  position: relative;
}
.contact-submits-wrap p:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/arrow3.png);
  position: absolute;
  z-index: 1;
  left: 50px;
}
.contact-submits-wrap p input {
  background: #ff8228;
  width: 360px;
  padding: 13px 0;
  color: #fff;
}

.iframe, .map, .comp-map {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.iframe iframe, .map iframe, .comp-map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

a {
  color: #222;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sec1 {
  background: url(../img/sec1.png);
}

.sec2 {
  background: url(../img/sec2.png);
}

.sec3 {
  background: url(../img/sec3.png);
}

.sec4 {
  background: url(../img/sec4.png);
}

.sec5 {
  background: url(../img/sec5.png);
}

.sec6 {
  background: url(../img/sec6.png);
}

.sec1 {
  padding: 200px 0 160px;
  background-size: cover;
  margin-bottom: 100px;
}
@media (max-width: 560px) {
  .sec1 {
    padding: 160px 0 120px;
    margin-bottom: 50px;
  }
}

.sec2 {
  padding: 220px 0 115px;
  background-size: cover;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  .sec2 {
    padding: 100px 0;
  }
}
@media (max-width: 560px) {
  .sec2 {
    padding: 80px 0;
  }
}

.sec3,
.sec6 {
  background: none;
  padding: 100px 0;
}
@media (max-width: 560px) {
  .sec3,
  .sec6 {
    padding: 80px 0;
  }
}

.sec4 {
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  text-align: center;
  color: #fff;
}
@media (max-width: 560px) {
  .sec4 {
    padding: 60px 0;
  }
}

.cont-area {
  background: #dcf6ff;
  text-align: center;
  padding: 50px 0;
}
@media (max-width: 560px) {
  .cont-area {
    padding: 40px 0;
  }
}

.sec5 {
  background-size: cover;
  padding: 100px 0;
}
@media (max-width: 560px) {
  .sec5 {
    padding: 80px 0;
  }
}

/*-----header----*/
.head {
  padding: 5px 25px;
  background: rgba(255, 255, 255, 0.75);
}

.head-left {
  width: 325px;
}
.head-left h1 {
  font-size: 1.3rem;
  opacity: .7;
  margin-bottom: 5px;
  font-weight: 300;
}

.nav-list {
  justify-content: flex-end;
}
.nav-list li {
  position: relative;
  text-align: center;
  font-weight: 500;
  font-size: 1.7rem;
}
.nav-list li:after {
  content: "・";
  color: #0086e4;
  position: absolute;
  left: -8px;
}
.nav-list li:first-child:after {
  content: none;
}
.nav-list li a {
  display: block;
  padding: 5px 25px;
  position: relative;
}
.nav-list li a:before {
  content: "";
  width: 80%;
  height: 1px;
  background: #0086e4;
  bottom: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.nav-list li a:hover:before {
  opacity: 1;
}

.contents {
  width: 100%;
  max-width: 1120px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .contents {
    padding: 0px 10px;
  }
}

.mv {
  background: url(../img/mv.png) no-repeat center;
  background-size: cover;
  position: relative;
  height: 900px;
}
@media (max-width: 767px) {
  .mv {
    height: 800px;
  }
}
@media (max-width: 560px) {
  .mv {
    height: 600px;
  }
}

.catch {
  top: 56%;
  left: 65%;
}

/*-----mian----*/
.sec1-tit {
  margin-bottom: 45px;
}

.sec1-dlt {
  max-width: 465px;
  width: 100%;
  margin-bottom: 45px;
}
.sec1-dlt dt {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 25px;
}
@media (max-width: 560px) {
  .sec1-dlt {
    margin-bottom: 40px;
  }
  .sec1-dlt dt {
    margin-bottom: 20px;
  }
}

.sec1-btn {
  margin: 0 auto 0 0;
}

.sec2-cont1 {
  padding-bottom: 178px;
  position: relative;
}
@media (max-width: 767px) {
  .sec2-cont1 {
    padding-bottom: 0;
  }
}

.sec2-img1 {
  position: absolute;
  top: -125px;
  left: -420px;
}
@media (max-width: 767px) {
  .sec2-img1 {
    position: static;
    text-align: center;
    margin-bottom: 40px;
  }
}

.sec2-tit {
  text-align: right;
  position: relative;
  z-index: 1;
}
.sec2-tit span {
  display: block;
  margin-top: 30px;
  margin-right: 100px;
  font-size: 2.6rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .sec2-tit {
    margin-bottom: 40px;
    text-align: center;
  }
  .sec2-tit span {
    margin-right: 0;
  }
}
@media (max-width: 560px) {
  .sec2-tit span {
    margin-top: 25px;
  }
}

.sec2-cont2 {
  padding-top: 45px;
  position: relative;
}
@media (max-width: 767px) {
  .sec2-cont2 {
    padding-top: 0;
  }
}

.sec2-img2 {
  position: absolute;
  top: 0;
  right: -420px;
}
@media (max-width: 767px) {
  .sec2-img2 {
    position: static;
    margin-bottom: 40px;
  }
}

.sec2-list {
  margin-bottom: 46px;
}
.sec2-list li {
  font-size: 3.0rem;
  margin-bottom: -10px;
}
.sec2-list li span {
  font-size: 5.4rem;
  color: #59b8fa;
  font-style: italic;
}
.sec2-list li:nth-child(2) {
  padding-left: 40px;
}
.sec2-list li:nth-child(3) {
  padding-left: 80px;
}
.sec2-list li:nth-child(4) {
  padding-left: 120px;
}
@media (max-width: 767px) {
  .sec2-list {
    margin-left: 60px;
  }
}
@media (max-width: 560px) {
  .sec2-list {
    margin-left: 0;
  }
  .sec2-list li:nth-child(2) {
    padding-left: 20px;
  }
  .sec2-list li:nth-child(3) {
    padding-left: 40px;
  }
  .sec2-list li:nth-child(4) {
    padding-left: 60px;
  }
}

.sec2-btn {
  margin: 0 auto 0 0;
}
@media (max-width: 767px) {
  .sec2-btn {
    margin: 0 auto;
  }
}

.sec3-tit {
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}
.sec3-tit span {
  display: block;
  margin-top: 30px;
  font-size: 2.6rem;
  font-weight: 700;
}
@media (max-width: 560px) {
  .sec3-tit {
    margin-bottom: 40px;
  }
  .sec3-tit span {
    margin-top: 25px;
  }
}

.sec3-list, .work-list {
  justify-content: space-around;
  margin-bottom: 35px;
}
.sec3-list li, .work-list li {
  width: 240px;
}
.sec3-list li a, .work-list li a {
  display: block;
}
@media (max-width: 767px) {
  .sec3-list, .work-list {
    margin-bottom: 0;
  }
  .sec3-list li, .work-list li {
    margin-bottom: 30px;
  }
}

.sec3-img, .work-img {
  padding-top: 200px;
  margin-bottom: 5px;
}

.sec3-dlt dt, .work-dlt dt {
  background: #dcf6ff;
  line-height: 30px;
  padding: 0 10px;
}
.sec3-dlt dd, .work-dlt dd {
  padding: 0 10px;
  line-height: 36px;
  border-bottom: 1px solid #c9c9c9;
}
@media (max-width: 560px) {
  .sec3-dlt dt, .work-dlt dt {
    line-height: 28px;
  }
  .sec3-dlt dd, .work-dlt dd {
    line-height: 32px;
  }
}

.sec3-btn:after {
  right: 30px;
}

.sec4-tit {
  margin-bottom: 40px;
}
.sec4-tit span {
  display: block;
  margin-top: 30px;
  font-size: 2.6rem;
  font-weight: 700;
}
@media (max-width: 560px) {
  .sec4-tit {
    margin-bottom: 40px;
  }
  .sec4-tit span {
    margin-top: 25px;
  }
}

.sec4-text1 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 38px;
}
.sec4-text1 span {
  color: #f0f683;
}
@media (max-width: 560px) {
  .sec4-text1 {
    line-height: 34px;
  }
}

.sec4-text2 {
  text-align: left;
  max-width: 430px;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 40px;
}

.sec5-tit {
  text-align: center;
  margin-bottom: 40px;
}
.sec5-tit span {
  display: block;
  margin-top: 30px;
  font-size: 2.6rem;
  font-weight: 700;
}
@media (max-width: 560px) {
  .sec5-tit {
    margin-bottom: 40px;
  }
  .sec5-tit span {
    margin-top: 25px;
  }
}

.sec5-list, .blog-list {
  margin-bottom: 40px;
}
.sec5-list li, .blog-list li {
  margin-bottom: 30px;
}
.sec5-list li:last-child, .blog-list li:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .sec5-list li a, .blog-list li a {
    justify-content: space-around;
  }
}

.sec5-dlt, .blog-dlt {
  max-width: 840px;
  width: 100%;
}
.sec5-dlt dt, .blog-dlt dt {
  padding: 5px 105px 5px 35px;
  font-weight: 500;
  font-size: 1.8rem;
  border-bottom: 1px solid #0086e4;
  position: relative;
  margin-bottom: 5px;
}
.sec5-dlt dt:before, .blog-dlt dt:before {
  content: "";
  position: absolute;
  width: 170px;
  height: 2px;
  background: #0086e4;
  left: 0;
  bottom: 0;
}
.sec5-dlt dt time, .blog-dlt dt time {
  font-weight: 400;
  font-size: 1.6rem;
  color: #333;
  right: 10px;
}
@media (max-width: 560px) {
  .sec5-dlt dt, .blog-dlt dt {
    padding: 5px 105px 5px 25px;
  }
}

.sec5-img, .blog-img {
  width: 200px;
  padding-top: 150px;
}
@media (max-width: 767px) {
  .sec5-img, .blog-img {
    margin-bottom: 20px;
  }
}

.cont-text {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.cont-tel {
  display: block;
  width: 215px;
  margin: 0 auto 10px;
  font-size: 3.0rem;
  font-weight: 500;
}

@media (max-width: 767px) {
  .sec6-flex {
    justify-content: space-around;
  }
}

.sec6-left {
  width: 500px;
}
@media (max-width: 767px) {
  .sec6-left {
    margin-bottom: 40px;
  }
}

.sec6-tit {
  text-align: center;
  margin-bottom: 40px;
}
.sec6-tit span {
  display: block;
  margin-top: 30px;
  font-size: 2.6rem;
  font-weight: 700;
}
@media (max-width: 560px) {
  .sec6-tit {
    margin-bottom: 40px;
  }
  .sec6-tit span {
    margin-top: 25px;
  }
}

.sec6-table {
  border-collapse: collapse;
  margin-bottom: 40px;
}
.sec6-table tr {
  border-bottom: 1px solid #c7c4c1;
}
.sec6-table th {
  padding: 15px 0;
  width: 140px;
  text-align: center;
}
.sec6-table td {
  padding: 12px 40px;
}
@media (max-width: 560px) {
  .sec6-table th,
  .sec6-table td {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    display: block;
  }
}

.map {
  width: 500px;
  padding-top: 570px;
}
@media (max-width: 767px) {
  .map {
    width: 100%;
  }
}

/*-------footer------*/
footer {
  background: url(../img/ft-bg.png) no-repeat center;
  background-size: cover;
  padding: 50px 0 0;
}

.fixed2 {
  position: fixed;
  right: 0;
  z-index: 10;
  top: 20%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 560px) {
  .fixed2 {
    width: 40px;
  }
}

.ft-right1 {
  max-width: 540px;
  width: 100%;
  text-align: center;
  padding-bottom: 35px;
  margin: 0 0 0 auto;
  border-bottom: 1px solid #0086e4;
}

.ft-logo {
  width: 230px;
  display: block;
  margin: 0 auto 40px;
}

.ft-addr {
  margin-bottom: 5px;
}

.ft-tel {
  display: block;
  width: 160px;
  margin: 0 auto 5px;
}

.ft-fax {
  margin-bottom: 5px;
}

.ft-right2 {
  max-width: 540px;
  width: 100%;
  padding: 40px 0;
  margin: 0 0 0 auto;
  align-items: flex-start;
  justify-content: space-around;
}

.ft-nav li a {
  opacity: 1;
}
.ft-nav li a:hover {
  opacity: .7;
}

.dis-none {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.copyright {
  text-align: center;
  font-size: 1.3rem;
  padding: 5px 0;
  background: #0086e4;
  color: #fff;
}
.copyright a {
  color: #fff;
}

/*---under-----*/
.sub-mv {
  background: url(../img/mv.png) no-repeat;
  background-size: cover;
  background-position: 50% 100%;
  height: 460px;
  position: relative;
}
@media (max-width: 767px) {
  .sub-mv {
    height: 400px;
  }
}

.title {
  top: 55%;
  width: 100%;
  max-width: 760px;
  font-size: 5.4rem;
  font-weight: 500;
  text-align: center;
  background: white;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 10%, rgba(255, 255, 255, 0.75) 90%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 10%, rgba(255, 255, 255, 0.75) 90%, rgba(255, 255, 255, 0) 100%);
  padding: 10px 0;
}
.title span {
  display: block;
  font-size: 1.6rem;
  margin-top: 10px;
}

.under-sec {
  padding: 90px 0 150px;
}

.under-sec1 {
  padding-top: 90px;
}

.tit {
  font-size: 3.6rem;
  font-weight: 500;
  text-align: center;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 50px;
}
.tit:after {
  content: "";
  width: 60px;
  height: 1px;
  bottom: 0;
  border-top: 1px solid #0086e4;
  border-bottom: 1px solid #0086e4;
}

.sub-tit {
  background: #dcf6ff;
  padding: 0 10px;
  font-size: 2.4rem;
}

/*------work-----*/
.work-list {
  margin-bottom: 55px;
}
.work-list li {
  margin-bottom: 45px;
}
@media (max-width: 560px) {
  .work-list {
    margin-bottom: 20px;
  }
}

.work-deta-img {
  text-align: center;
  margin-bottom: 20px;
}

.work-deta-list {
  justify-content: space-around;
}
.work-deta-list li {
  border: 1px solid #0086e4;
  width: 240px;
  box-sizing: border-box;
  padding-top: 200px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .work-deta-list li {
    width: 200px;
    padding-top: 120px;
  }
}
@media (max-width: 560px) {
  .work-deta-list li {
    width: 140px;
  }
}

.deta-h3 {
  margin-bottom: 10px;
}

.deta-area {
  padding: 0 10px;
  border-bottom: 1px solid #c9c9c9;
}

.deta-who {
  border-bottom: 1px solid #c9c9c9;
  margin-bottom: 40px;
  padding: 0 10px;
}

.deta-body {
  border: 1px solid #c9c9c9;
  padding: 0 10px;
  margin-bottom: 40px;
}

/*------recruit------*/
.recr-list {
  justify-content: space-around;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .recr-list li {
    margin-bottom: 20px;
  }
  .recr-list li:last-child {
    margin-bottom: 0;
  }
}

.recr-text {
  padding: 15px 0;
  border: 3px solid #0086e4;
  text-align: center;
}

.recr-table, .comp-table, .form-table {
  border-collapse: collapse;
  margin-bottom: 100px;
}
.recr-table tr, .comp-table tr, .form-table tr {
  border-bottom: 1px solid #c7c4c1;
}
.recr-table th, .comp-table th, .form-table th {
  width: 260px;
  padding: 15px 0;
  text-align: center;
  font-weight: 500;
}
.recr-table td, .comp-table td, .form-table td {
  padding: 15px 0 15px 50px;
}
@media (max-width: 767px) {
  .recr-table th, .comp-table th, .form-table th,
  .recr-table td,
  .comp-table td,
  .form-table td {
    width: 100%;
    padding: 15px;
    text-align: center;
    box-sizing: border-box;
    display: block;
  }
}
@media (max-width: 560px) {
  .recr-table, .comp-table, .form-table {
    margin-bottom: 80px;
  }
}

.recr-btn {
  width: 340px;
}
.recr-btn:after {
  right: 20px;
}

.comp-map {
  padding-top: 575px;
}

/*-----company-----*/
.comp-flex {
  align-items: flex-start;
}
@media (max-width: 767px) {
  .comp-flex {
    justify-content: space-around;
  }
  .comp-flex .comp-img {
    margin-bottom: 20px;
  }
}

.comp-text {
  max-width: 540px;
  width: 100%;
}

/*------reason------*/
.reas-list {
  margin-bottom: 100px;
}
.reas-list li {
  align-items: flex-start;
  margin-bottom: 50px;
}
.reas-list li:nth-child(even) {
  flex-flow: row-reverse;
}
.reas-list li:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .reas-list li {
    justify-content: space-around;
  }
  .reas-list li:nth-child(even) {
    flex-flow: wrap;
  }
}
@media (max-width: 560px) {
  .reas-list {
    margin-bottom: 80px;
  }
}

.reas-dlt {
  width: 100%;
  max-width: 520px;
}
.reas-dlt dt {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .reas-dlt {
    margin-bottom: 30px;
  }
}

.reas-btn:after {
  right: 20px;
}

/*------blog-----*/
.deta-time {
  display: block;
  margin-bottom: 10px;
}

/*------flow------*/
.flow-list {
  margin-bottom: 100px;
}
.flow-list li {
  align-items: flex-start;
  margin-bottom: 80px;
  position: relative;
}
.flow-list li:last-child {
  margin-bottom: 0;
}
.flow-list li:last-child:after {
  content: none;
}
.flow-list li:after {
  content: "";
  bottom: -40px;
  width: 20px;
  height: 20px;
  background: #1f90ff;
  background: -webkit-linear-gradient(45deg, #1f90ff 0%, #1f90ff 50%, rgba(31, 144, 255, 0) 50%, rgba(31, 144, 255, 0) 100%);
  background: linear-gradient(135deg, #1f90ff 0%, #1f90ff 50%, rgba(31, 144, 255, 0) 50%, rgba(31, 144, 255, 0) 100%);
  -webkit-transform: translateX(-50%) rotate(-135deg);
  -moz-transform: translateX(-50%) rotate(-135deg);
  transform: translateX(-50%) rotate(-135deg);
}
@media (max-width: 767px) {
  .flow-list li {
    justify-content: space-around;
  }
}

.flow-dlt {
  width: 100%;
  max-width: 800px;
}
.flow-dlt dt {
  margin-bottom: 25px;
  padding-left: 130px;
  position: relative;
}
.flow-dlt dt span {
  display: block;
  top: 15%;
  left: 10px;
  font-size: 2.6rem;
  color: #59b8fa;
  font-weight: 500;
  font-style: italic;
}
.flow-dlt dt span i {
  font-size: 5.4rem;
}
.flow-dlt dd {
  padding: 0 20px;
}
@media (max-width: 767px) {
  .flow-dlt {
    margin-bottom: 30px;
  }
}

.flow-btn {
  max-width: 400px;
  width: 100%;
}
.flow-btn:after {
  right: 15px;
}

/*-----form------*/
.form-bg {
  background: url(../img/formwork/bg.png) no-repeat center;
  background-size: cover;
  padding: 45px 0;
}

.form-text {
  text-align: center;
}

.form-flex {
  justify-content: space-around;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .form-flex dl {
    margin-bottom: 30px;
  }
  .form-flex dl:last-child {
    margin-bottom: 0;
  }
}

.form-dlt {
  width: 300px;
}
.form-dlt dt {
  margin-bottom: 12px;
  text-align: center;
}

.form-img {
  margin-bottom: 20px;
}

.form-list li {
  padding-left: 20px;
  position: relative;
}
.form-list li:after {
  content: "・";
  left: 2px;
}

.form-table {
  margin-bottom: 10px;
}

.form-text2 {
  text-align: right;
  padding-right: 50px;
}
@media (max-width: 767px) {
  .form-text2 {
    padding-right: 10px;
  }
}

/*-----contact------*/
.contect-text {
  padding: 5px 105px 5px 35px;
  font-weight: 500;
  font-size: 1.8rem;
  border-bottom: 1px solid #0086e4;
  position: relative;
  margin-bottom: 80px;
}
.contect-text:before {
  content: "";
  position: absolute;
  width: 170px;
  height: 2px;
  background: #0086e4;
  left: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .contect-text {
    padding: 5px 20px;
  }
}

.contact {
  border-collapse: collapse;
}
.contact th {
  width: 360px;
  padding: 15px 10px 15px 20px;
  font-weight: 500;
  border: 1px solid #c9c9c9;
  background: #dcf6ff;
}
.contact td {
  border: 1px solid #c9c9c9;
  padding: 15px 10px;
}
@media (max-width: 767px) {
  .contact th,
  .contact td {
    width: 100%;
    box-sizing: border-box;
    display: block;
  }
}

.required-mark {
  background: #eb6100;
}

.contact-submits-wrap input {
  border-radius: 8px;
  background: #eb6100;
  color: #fff;
}

.pre-text {
  line-height: 35px;
}

.pc-none {
  display: none;
}

.e404 {
  text-align: center;
}

.m-35 {
  margin-bottom: 35px;
}
@media (max-width: 560px) {
  .m-35 {
    margin-bottom: 30px;
  }
}

.e404 a {
  color: #222;
  display: inline-block;
  border-bottom: 1px solid #222;
}

main {
  position: relative;
}

.dust {
  position: absolute;
  font-size: 1.4rem;
  left: 10px;
  top: 5px;
}

a[href^="tel:"] {
  pointer-events: none;
}

.no-post {
  text-align: center;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .ip-none {
    display: none;
  }

  .pc-none {
    display: block;
  }

  body {
    min-width: 350px;
  }

  a[href^="tel:"] {
    pointer-events: auto;
  }
}
@media screen and (max-width: 560px) {
  .none-560 {
    display: none;
  }

  /*----font-----*/
  body {
    font-size: 1.4rem;
  }

  .sec2-list li span,
  .flow-dlt dt span i {
    font-size: 4.2rem;
  }

  .title {
    font-size: 3.8rem;
  }

  .tit {
    font-size: 3.2rem;
  }

  .sec2-list li,
  .cont-tel {
    font-size: 2.6rem;
  }

  .sec1-dlt dt,
  .sec2-tit span,
  .sec3-tit span,
  .sec4-tit span,
  .sec5-tit span,
  .sec5-dlt dt time,
  .blog-dlt dt time,
  .sec6-tit span,
  .contect-text {
    font-size: 2.4rem;
  }

  .sub-tit {
    font-size: 2.2rem;
  }

  .btn, .sec1-btn, .sec2-btn, .sec3-btn, .sec4-btn, .sec5-btn, .cont-btn, .sec6-btn, .recr-btn, .reas-btn, .flow-btn,
  .sec4-text1 {
    font-size: 2.0rem;
  }

  .sec5-dlt dt, .blog-dlt dt,
  .contect-text {
    font-size: 1.6rem;
  }

  .sec5-dlt dt time, .blog-dlt dt time {
    font-size: 1.4rem;
  }

  .head-left h1,
  .copyright {
    font-size: 1.1rem;
  }

  .pre-text {
    line-height: 30px;
  }
}
