@charset "UTF-8";
/* -------------------------------------------------- */
/* file   : base.css                                  */
/* update : 2019                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* 全デバイス共通(PC向け) */
/* --------------------------------------------------- */
/* body */
/* -------------------------------------------------- */
body {
  color: #000000;
  -webkit-text-size-adjust: 100%;
}

/* link */
/* -------------------------------------------------- */
a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:hover img {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* header */
/* -------------------------------------------------- */
header {
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 10001;
}

header .header_content01 {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  height: 120px;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header_content01 nav {
  margin-left: auto;
}

header .header_content01 nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

header .header_content01 nav ul li {
  text-align: center;
  margin-right: 40px;
}

header .header_content01 nav ul li a {
  display: block;
  color: #79c353;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  position: relative;
}

header .header_content01 nav ul li a .sub {
  font-size: 12px;
  color: #666666;
}

header .header_content01 nav ul li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 3px;
  background: #79c353;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

header .header_content01 nav ul li a:hover::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

header .header_content01 nav ul li:last-child {
  margin-right: 0;
}

header .header_content01 .sp_btn01 {
  display: none;
}

/* h */
/* -------------------------------------------------- */
h2 {
  text-align: center;
  margin: -120px auto 30px;
  padding-top: 120px;
}

/* footer */
/* -------------------------------------------------- */
footer {
  padding: 50px 0;
}

footer .inner {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

footer .inner .copy {
  font-size: 12px;
  margin-top: 20px;
}

/* frame */
/* -------------------------------------------------- */
/* layout */
/* -------------------------------------------------- */
.mv {
  margin-top: 120px;
  height: 700px;
  background: url(../img/bg_mv.jpg) no-repeat center center/cover;
}


.mv .inner {
  max-width: 1060px;
  height: 100%;
  margin: 0 auto;
  padding: 84px 30px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.mv .inner .img01 {
  margin-bottom: 80px;
}

.mv .inner .img02 {
  position: absolute;
  right: 0;
  bottom: -75px;
  width: 48.1%;
}

.mv .inner .img02 img {
  width: 100%;
  height: auto;
}


.mv02 {
  margin-top: 120px;
  height: 750px;
  background: url(../img/bg_mv02.png) no-repeat center center/ 100% auto;
}
.mv02 .inner {
  max-width: 1060px;
  height: 100%;
  margin: 0 auto;
  padding: 0 30px ;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.mv02 .inner img {
  width: 100%;
  height: auto;
}
.mv02 .inner .img01 {
  position: absolute;
  top: 130px;
  left: 95px;
  width: 30%;
  
}
.mv02 .inner .img02 {
  position: absolute;
  bottom: 145px;
  right: 150px;
  width: 35%;
}
.mv02 .inner .img03 {
  position: absolute;
  top: 220px;
  right: 100px;
  width: 40%;
}
.mv02 .inner .img04 {
  position: absolute;
  bottom: 0;
  left: 70px;
  width: 36%;
}
.mv02 .inner .img05 {
  position: absolute;
  bottom: 40px;
  right: 65px;
  width: 5%;
}


#wrap {
  margin-top: 50px;
}

article img {
  width: 100%;
  height: auto;
}

section.service {
  background: url(../img/bg_service.jpg) repeat center top;
  padding: 55px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.service .inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 55px 0 0;
  background: #fff;
  position: relative;
}

section.service .inner h2 {
  width: 21.6%;
}
section.service .inner .illust_img {
  position: absolute;
  top: 1.2%;
  left: 7%;
  width: 17%;


}

section.service .inner .img01 {
  width: 51.6%;
  margin: 0 auto 55px;
}

section.service .inner .text01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

section.service .inner .text01 p {
  width: 86%;
  line-height: 1.3;
}

section.service .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

section.service .inner ul li {
  width: 29.1%;
}

section.service .inner .img02 {
  width: 72.1%;
  margin: 0 auto 40px;
}

section.service .inner .img04 {
  width: 90%;
  margin: 0 auto 30px;
}
section.service .inner .flow {
  background: #F9F3B8;
  padding: 50px;

}


section.company {
  padding: 55px 30px;
}

section.company .inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
section.company .inner .illust_img {
  position: absolute;
  top: 21%;
  right: -1%;
  width: 16%;


}

section.company .inner h2 {
  width: 26.6%;
  margin: -120px auto 50px;
}

section.company .inner .company_box {
  width: 80.6%;
  margin: 0 auto 100px;
}

section.company .inner .company_box .box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 70px;
}

section.company .inner .company_box .box01 .box01_l {
  width: 20.3%;
  margin-right: 4.4%;
}

section.company .inner .company_box .box01 .box01_r {
  width: 68.9%;
}

section.company .inner .company_box .box02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 70px;
}

section.company .inner .company_box .box02 .box02_l {
  width: 20.3%;
  margin-right: 4.4%;
}

section.company .inner .company_box .box02 .box02_r {
  width: 50.8%;
  padding-top: 20px;
}

section.company .inner .company_box .box02 .box02_r .title01 {
  padding-left: 23px;
  margin-bottom: 15px;
}

section.company .inner .company_box .box02 .box02_r .title01 img {
  width: auto;
}

section.company .inner .company_box .box02 .box02_r ul li {
  padding-left: 23px;
  border-bottom: solid 1px #c8c8c8;
  font-size: 18px;
}

section.company .inner .company_box .box02 .box02_r ul.ul01 {
  margin-bottom: 70px;
}

section.company .inner .company_box .box03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

section.company .inner .company_box .box03 .box03_l {
  width: 20.3%;
  margin-right: 4.6%;
}

section.company .inner .company_box .box03 .box03_r {
  width: 75.1%;
}

section.company .inner .company_box .box03 .box03_r table {
  width: 100%;
  margin-top: 55px;
}

section.company .inner .company_box .box03 .box03_r table tr {
  border-bottom: solid 1px #c8c8c8;
}

section.company .inner .company_box .box03 .box03_r table tr th {
  font-weight: 500;
  font-size: 18px;
  width: 18.8%;
  padding: 10px 0 10px 23px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  line-height: 1.4;
}

section.company .inner .company_box .box03 .box03_r table tr td {
  font-weight: 500;
  font-size: 18px;
  width: 78%;
  line-height: 1.4;
  padding: 10px 0 10px 23px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

section.company .inner .map_box {
  width: 85%;
  margin: 0 auto 90px;
}

section.company .inner .bnr_box ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

section.company .inner .bnr_box ul li {
  margin-right: 2%;
  width: 22.6%;
          margin-right: 3.2%;
          margin-bottom: 3.2%;
          
}
section.company .inner .bnr_box ul li:nth-child(4n) {
  margin-right: 0;
}

section.company .inner .bnr_box ul li:last-child {
  margin-right: 0;
}

section.contact {
  background: #3fa5f0;
  height: 400px;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.contact .inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

section.contact .inner h2 {
  width: 24.8%;
  margin: -120px auto 20px;
}

section.contact .inner .img01 {
  width: 40.5%;
  margin: 0 auto 15px;
}

section.contact .inner .img02 {
  width: 40.1%;
  margin: 0 auto;
}

section.contact .inner .text01 {
  line-height: 1.3;
  margin-bottom: 15px;
}

section.contact .inner .text02 {
  line-height: 1.4;
  font-size: 20px;
  margin-bottom: 20px;
}

section.contact .inner .text02 span {
  font-size: 17px;
}

.pc {
  display: block;
}

.pc_i {
  display: inline-block;
}

.sp {
  display: none;
}

.sp_i {
  display: none;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

@media screen and (min-width: 751px) and (max-width: 1060px) {
  header .header_content01 {
    max-width: inherit;
    margin: 0;
    padding: 0 15px;
  }
  header .header_content01 h1 img {
    width: auto;
    height: 50px;
  }
  header .header_content01 nav ul li {
    text-align: center;
    margin-right: 20px;
  }
  header .header_content01 nav ul li a {
    font-size: 16px;
  }
}

/* ---------------全デバイス共通(pc)-end--------------------- */
/*----------------------------------------------------------*/
/* tablet用のCSS */
/*----------------------------------------------------------*/
@media screen and (min-width: 560px) {
  /* tablet */
  /* -------------------tablet END------------------------- */
}

/*----------------------------------------------------------*/
/* sp用のCSS */
/*----------------------------------------------------------*/
@media screen and (max-width: 750px) {
  /* sp */
  /* header */
  /* -------------------------------------------------- */
  header {
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 100001;
  }
  header .header_content01 {
    width: 100%;
    max-width: inherit;
    margin: 0;
    height: 80px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .header_content01 h1 {
    padding-left: 15px;
  }
  header .header_content01 h1 img {
    width: auto;
    height: 40px;
  }
  header .header_content01 nav {
    display: none;
  }
  header .header_content01 .sp_btn01 {
    display: block;
    width: 80px;
    height: 100%;
  }
  .drawer-nav ul {
    margin-top: 100px;
    padding: 0 15px;
  }
  .drawer-nav ul li a {
    display: block;
    color: #fff;
    padding: 15px 0;
    text-align: center;
    font-size: 15px;
    border-bottom: solid 1px #ccc;
  }
  .drawer-nav ul li a .sub {
    font-size: 12px;
  }
  /* h */
  /* -------------------------------------------------- */
  h2 {
    text-align: center;
    margin: -80px auto 15px;
    padding-top: 80px;
  }
  h2 img {
    width: auto;
    height: 50px;
  }
  /* footer */
  /* -------------------------------------------------- */
  footer {
    padding: 25px 0;
  }
  footer .inner {
    max-width: inherit;
    margin: 0;
    padding: 0 15px;
  }
  footer .inner img {
    width: auto;
    height: 40px;
  }
  footer .inner .copy {
    font-size: 11px;
    margin-top: 20px;
  }
  /* frame */
  /* -------------------------------------------------- */
  /* layout */
  /* -------------------------------------------------- */
  .mv {
    margin-top: 80px;
    height: 500px;
    background: url(../img/bg_mv.jpg) no-repeat center bottom/cover;
  }
  .mv .inner {
    max-width: inherit;
    height: 100%;
    margin: 0 auto;
    padding: 40px 30px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  .mv .inner img {
    width: 100%;
    height: auto;
  }
  .mv .inner .img01 {
    margin-bottom: 40px;
  }
  .mv .inner .img02 {
    position: absolute;
    right: 0;
    bottom: 8px;
    width: 45%;
  }
  .mv .inner .img02 img {
    width: 100%;
    height: auto;
  }

  .mv02 {
  margin-top: 80px;
  height: 550px;
  background: url(../img/bg_mv02_sp.png) no-repeat center center/ 100% auto;
}
.mv02 .inner {
  max-width: inherit;
  height: 100%;
  margin: 0 auto;
  padding: 0 30px ;
}

.mv02 .inner .img01 {
  position: absolute;
  top: 65px;
  left: 25px;
  width: 60%;
  
}
.mv02 .inner .img02 {
  position: absolute;
  bottom: 170px;
  right: 25px;
  width: 65%;
}
.mv02 .inner .img03 {
  position: absolute;
  top: 140px;
  right: 30px;
  width: 60%;
}
.mv02 .inner .img04 {
  position: absolute;
  bottom: 0;
  left: 25px;
  width: 45%;
}
.mv02 .inner .img05 {
  position: absolute;
  bottom: 40px;
  right: 35px;
  width: 7.5%;
}





  #wrap {
    margin-top: 30px;
  }
  section.service {
    background: url(../img/bg_service.jpg) repeat center top/19.5px auto;
    height: auto;
    padding: 30px 15px;
    display: block;
  }
  section.service .inner {
    max-width: inherit;
    margin: 0;
    padding: 25px 15px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  section.service .inner h2 {
    width: auto;
  }
  section.service .inner .illust_img {
  position: absolute;
  top: 0.8%;
  left: 6%;
  width: 18%;


}
  section.service .inner .img01 {
    width: 100%;
    margin: 0 0 25px;
  }
  section.service .inner .text01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 15px;
  }
  section.service .inner .text01 p {
    width: 100%;
  }
  section.service .inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
  }
  section.service .inner ul li {
    width: 48%;
  }
  section.service .inner ul li:first-child {
    margin: 0 26%;
  }
  section.service .inner ul li:nth-child(2) {
    margin-right: 4%;
  }
  section.service .inner .img02 {
    width: 100%;
    margin: 0;
    padding-bottom: 25px;
  }
  section.service .inner .img04 {
    width: 100%;
    margin: 0 0 20px;
  }
  section.service .inner .flow {
    background: #F9F3B8;
    padding: 20px 0;
  
  }
  

  section.company {
    padding: 30px 15px;
  }
  section.company .inner {
    max-width: inherit;
    margin: 0;
  }
  section.company .inner .illust_img {
  position: absolute;
  top: 28%;
  right: 4%;
  width: 19%;


}
  section.company .inner h2 {
    width: auto;
    margin: -80px 0 25px;
  }
  section.company .inner .company_box {
    width: 100%;
    margin: 0 0 50px;
  }
  section.company .inner .company_box .box01 {
    display: block;
    margin-bottom: 35px;
  }
  section.company .inner .company_box .box01 .box01_l {
    width: 100%;
    margin-right: 0;
    text-align: center;
    margin-bottom: 15px;
  }
  section.company .inner .company_box .box01 .box01_l img {
    width: 35%;
  }
  section.company .inner .company_box .box01 .box01_r {
    width: 100%;
  }
  section.company .inner .company_box .box02 {
    display: block;
    margin-bottom: 35px;
  }
  section.company .inner .company_box .box02 .box02_l {
    width: 100%;
    margin-right: 0;
    text-align: center;
    margin-bottom: 15px;
  }
  section.company .inner .company_box .box02 .box02_l img {
    width: 35%;
  }
  section.company .inner .company_box .box02 .box02_r {
    width: 100%;
    padding-top: 0;
  }
  section.company .inner .company_box .box02 .box02_r .title01 {
    padding-left: 0;
    margin-bottom: 10px;
  }
  section.company .inner .company_box .box02 .box02_r .title01 img {
    width: auto;
  }
  section.company .inner .company_box .box02 .box02_r ul li {
    padding-left: 0;
    border-bottom: solid 1px #c8c8c8;
    font-size: 15px;
    padding: 5px 0;
  }
  section.company .inner .company_box .box02 .box02_r ul.ul01 {
    margin-bottom: 35px;
  }
  section.company .inner .company_box .box03 {
    display: block;
  }
  section.company .inner .company_box .box03 .box03_l {
    width: 100%;
    margin-right: 0;
    text-align: center;
    margin-bottom: 15px;
  }
  section.company .inner .company_box .box03 .box03_l img {
    width: 35%;
  }
  section.company .inner .company_box .box03 .box03_r {
    width: 100%;
  }
  section.company .inner .company_box .box03 .box03_r table {
    margin-top: 0;
  }
  section.company .inner .company_box .box03 .box03_r table tr {
    border-bottom: solid 1px #c8c8c8;
  }
  section.company .inner .company_box .box03 .box03_r table tr th {
    font-weight: 500;
    font-size: 15px;
    width: 100%;
    padding: 10px 0 5px;
    display: block;
  }
  section.company .inner .company_box .box03 .box03_r table tr td {
    font-weight: 500;
    font-size: 15px;
    width: 100%;
    line-height: 1.4;
    padding: 0 0 10px;
    display: block;
  }
  section.company .inner .map_box {
    width: 100%;
    margin: 0 auto 40px;
  }
  section.company .inner .map_box iframe {
    width: 100%;
    height: 250px;
  }
  section.company .inner .bnr_box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section.company .inner .bnr_box ul li {
    width: 48%;
    margin-right: 4%;
    text-align: center;
    margin-bottom: 4%;
  }
  section.company .inner .bnr_box ul li:last-child {
    margin-right: 0;
  }
  section.company .inner .bnr_box ul li:nth-child(2n) {
    margin-right: 0;
  }
  section.company .inner .bnr_box ul li img {
    max-width: 216px;
  }
  section.contact {
    height: auto;
    padding: 30px 15px;
    display: block;
  }
  section.contact .inner {
    max-width: inherit;
    margin: 0;
  }
  section.contact .inner h2 {
    width: auto;
    margin: -80px 0 10px;
  }
  section.contact .inner .img01 {
    width: 100%;
    margin: 0 0 15px;
  }
  section.contact .inner .img02 {
    width: 100%;
    margin: 0;
  }
  section.contact .inner .text01 {
    margin-bottom: 10px;
  }
  section.contact .inner .text02 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  section.contact .inner .text02 span {
    font-size: 13px;
  }
  .pc {
    display: block;
  }
  .pc_i {
    display: inline-block;
  }
  .sp {
    display: none;
  }
  .sp_i {
    display: none;
  }
  /* ---------------------SP END----------------------------- */
}
/*# sourceMappingURL=base.css.map */