@charset "utf-8";


/*------------------------------------------*/
/*common
/*------------------------------------------*/

body {
  max-width: 1200px;
  margin: 0 auto;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media ( max-width: 767px ) {

  .pc {
    display: none;
  }

  .sp  {
    display: block;
  }

}

.inner {
  max-width: 100%;
  width: 100%;
  margin: auto;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.main {
  width: 100%;
  margin: 0 auto;
}

@media ( min-width: 768px ) {

  .inner {
    max-width: 660px;
  }

}

/*------------------------------------------*/
/*header
/*------------------------------------------*/
header {
  margin: 0 auto;
  max-width: 96%;
}

.l_header {
  padding: 10px 0 5px;
  text-align: center;
}

@media ( min-width: 768px ) {

  .l_header {
    padding: 30px 0 20px;
  }

  .l_header .inner {
    max-width: 804px;
  }

}

/*------------------------------------------*/
/*sec01
/*------------------------------------------*/

.sec01 {
  background: url(../img/common/bg_sec01.png) no-repeat center/cover;
  padding: 10px 0 0;
  text-align: center;
}

.sec01 img {
  max-width: 100%;
  height: auto;
}

@media ( min-width: 768px ) {

  .sec01 {
    padding: 40px 0 60px;
  }

  .sec01 img {
    max-width: 651px;
  }

}

/*------------------------------------------*/
/*contact
/*------------------------------------------*/

.contact {
  border: 16px solid #ec6d81;
  background: url(../img/common/ptn_green.png);
  background-size: 18px 18px;
  padding: 5px 0 10px;
  text-align: center;
}

.contact h2 {
  margin-top: 0;
}

.btn {
  display: inline-block;
  background: #ec6d81;
  border-radius: 100px;
  border: 2px solid #fff;
  outline: 3px solid #ec6d81;
  text-align: center;
  max-width: 310px;
  width: 100%;
  position: relative;
  line-height: 52px;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-decoration: none;
}

.btn:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 13px;
  height: 16px;
  background: url(../img/common/icon_arrow.svg) no-repeat center/contain;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
}

.contact .btn {
  margin: 20px 0;
}

.contact .cv {
  background: #fff;
  padding: 20px 0;
}

.cv {
  padding: 20px 0;
  margin: 0 10px;
}

.cv h3 {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 2.0rem;
  margin-bottom: 5px;
}

.cv_tel {
  font-family: "Fira Sans", sans-serif;
  color: #ec6d81;
  font-weight: 500;
  font-size: 4.0rem;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 5px;
}

.cv_tel:before {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(../img/common/icon_tel.svg) no-repeat center/contain;
  width: 33px;
  height: 33px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.cv .time {
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}

.contact h3 {
  color: #000;
  font-size: 1.6rem;
}

.contact .time {
  color: #000;
}

@media ( min-width: 768px ) {

  .contact {
    border-top: 20px solid #ec6d81;
    border-bottom: 20px solid #ec6d81;
    text-align: center;
    padding: 0 0 30px;
    background-size: 36px 36px;
  }

  .contact h2 {
    margin-top: -50px;
  }
  
  .btn {
    border: 3px solid #fff;
    outline: 5px solid #ec6d81;
    text-align: center;
    max-width: 440px;
    line-height: 77px;
    font-size: 2.6rem;
    letter-spacing: -.03em;
  }
  
  .btn:after {
    width: 16px;
    height: 21px;
    right: 4%;
  }

  .contact .btn {
    margin: 30px 0;
  }

  .cv {
    padding: 40px 0 60px;
  }
  
  .cv h3 {
    font-size: 3.4rem;
    margin-bottom: 0;
  }
  
  .cv_tel {
    font-size: 8.2rem;
    padding-left: 70px;
    margin-bottom: 0;
  }
  
  .cv_tel:before {
    width: 63px;
    height: 63px;
  }
  
  .cv .time {
    font-size: 2.5rem;
  }
  
  .contact h3 {
    font-size: 2.7rem;
  }

  .contact .time {
    font-size: 2.0rem;
  }

}

/*------------------------------------------*/
/*sec02
/*------------------------------------------*/

.sec02 {
  padding: 0;
  text-align: center;
}

.sec02 img {
  max-width: 100%;
  height: auto;
}

@media ( min-width: 768px ) {

  .sec02 {
    padding: 60px 0 80px;
    background: url(../img/common/bg_sec02.png) no-repeat center/cover;
    text-align: center;
  }

  .sec02 img {
    max-width: 529px;
  }

}

/*------------------------------------------*/
/*sec03
/*------------------------------------------*/

.sec03 {
  padding: 0;
  text-align: center;
}

.sec03 img {
  max-width: 100%;
  height: auto;
}

@media ( min-width: 768px ) {

  .sec03 {
    padding: 60px 0 80px;
    background: url(../img/common/bg_sec03.png) no-repeat center/cover;
    text-align: center;
  }

  .sec03 img {
    max-width: 540px;
  }

}

/*------------------------------------------*/
/*other
/*------------------------------------------*/

.other {
  padding: 0;
  text-align: center;
}

.other a {
  margin-bottom: 30px;
  display: inline-block;
}

.other .box {
  padding: 0 10px;
}

@media ( min-width: 768px ) {

  .other {
    padding: 40px 0 60px;
    text-align: center;
  }

  .other .box {
    padding: 0;
  }

}

/*------------------------------------------*/
/*info
/*------------------------------------------*/

.info {
  padding: 40px 0 20px;
}

.info .inner {
  width: 92%;
}

.info h2 {
  font-size: 4.0rem;
  letter-spacing: -.07em;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
  font-weight: bold;
  margin-bottom: 20px;
}

.info h2 span {
  display: block;
  font-size: 3.0rem;
  margin-bottom: 5px;
}

.info .box {
  width: 96%;
  margin: auto;
  max-width: 660px;
}

.info-cv {
  padding: 20px 0;
}

.info-cv h3 {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 3px;
}

.info-cv_tel {
  font-family: "Fira Sans", sans-serif;
  color: #ec6d81;
  font-weight: 500;
  font-size: 4.4rem;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding-left: 40px;
}

.info-cv_tel:before {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(../img/common/icon_tel.svg) no-repeat center/contain;
  width: 33px;
  height: 33px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.info-cv .time {
  font-size: 1.4rem;
}

.info dt {
  font-size: 1.8rem;
  color: #45bcb4;
  margin: 0 0 5px;
  padding-top: 15px;
  font-weight: bold;
  border-top: 1px solid #c9c9c9;
}

.info dt.space {
  letter-spacing: 1em;
}

.info dd {
  font-size: 1.7rem;
  line-height: 21px;
  letter-spacing: -.04em;
  padding-bottom: 15px;
}

.info iframe {
  margin-top: 12px;
}

@media ( min-width: 768px ) {

  .info {
    padding: 20px 0 80px;
  }

  .info .inner {
    max-width: 800px;
  }
  
  .info h2 {
    font-size: 4.6rem;
    padding-bottom: 25px;
    margin-bottom: 40px;
  }

  .info h2 span {
    font-size: 3.6rem;
    margin-bottom: 15px;
  }
  
  .info-cv {
    padding: 40px 0;
  }
  
  .info-cv h3 {
    font-size: 2.8rem;
    margin-bottom: 3px;
  }
  
  .info-cv_tel {
    font-size: 8.3rem;
    padding-left: 70px;
  }
  
  .info-cv_tel:before {
    width: 63px;
    height: 63px;
  }

  .info-cv .time {
    font-size: 2.0rem;
  }
  
  .info dt {
    font-size: 2.6rem;
    margin: 0 0 10px;
    padding-top: 25px;
  }
    
  .info dd {
    font-size: 2.6rem;
    line-height: 30px;
    padding-bottom: 25px;
  }
  
  .info iframe {
    margin-top: 20px;
    height: 280px;
  }

  .info .kanban {
    text-align: center;
  }
  
  .info .kanban img {
    max-width: 623px;
    height: auto;
  }

}



/*------------------------------------------*/
/*footer
/*------------------------------------------*/
footer {
  padding-top: 20px;
  border-top: 1px solid #333;
}

footer .logo {
  max-width: 125px;
  display: block;
  margin: 0 auto 20px;
}

footer .logo-text {
  max-width: 240px;
  display: block;
  margin: 0 auto 20px;
}

footer .copyright {
  padding: 10px 0 100px;
  font-size: 1.1rem;
  text-align: center;
}

@media ( min-width: 768px ) {

  footer {
    padding-top: 40px;
  }
  
  footer .logo {
    max-width: 250px;
    margin: 0 auto 40px;
  }
  
  footer .logo-text {
    max-width: 480px;
    margin: 0 auto 40px;
  }
  
  footer .copyright {
    padding: 10px 0 180px;
    font-size: 1.8rem;
    text-align: center;
  }

}

/*------------------------------------------*/
/*page_top_button
/*------------------------------------------*/
#page-top {
  position: fixed;
  bottom: 90px;
  right: 10px;
  font-size: 70%;
  font-weight: 800;
  z-index: 1000;
  opacity: 0;
  transition: .3s;
}

#page-top a {
  background: #fff;
  opacity: 0.5;
  text-decoration: none;
  color: #333;
  width: 80px;
  padding: 20px 0;
  text-align: center;
  display: block;
  border: solid 1px #777;
  border-radius: 5px;
}

.show {
  opacity: 1!important;
}

@media ( min-width: 768px ) {

  #page-top {
    bottom: 140px;
  }

}

/*------------------------------------------*/
/*fixed
/*------------------------------------------*/
.fixed {
  height: 80px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/common/ptn_green.png);
  background-size: 18px 18px;
}

@media ( min-width: 768px ) {

  .fixed {
    height: 120px;
    background-size: 36px 36px;
  }

}