@charset "UTF-8";

/*common*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-feature-settings : "palt";
  color: #000;
  font-family: "ヒラギノ角ゴ Pro", 'Hiragino Sans',"Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
li {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  opacity: .7;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
.container {
  width: 1120px;
  padding: 0 20px;
  margin: 0 auto;
}
.clearfix:after {
  content:" ";
  display:block;
  clear:both;
}

/*content*/
.box01 {
  padding: 55px 0 75px 130px;
  background: url(../img/img_woman.jpg) no-repeat right 125px center;
}
.box01 p {
  font-size: 28px;
  line-height: 1.8;
}
.box02 p:last-child {
  font-size: 30px;
  text-align: center;
  padding: 15px 0 0;
  margin-bottom: 50px;
}
.box03 p {
  font-size: 28px;
  line-height: 1.6;
  padding: 0 0 55px 105px;
  background: url(../img/img_card.jpg) no-repeat right 120px top;
}
.box03 .card-img {
  display: none;
}
.box04 {
  padding: 0 80px;
  margin-bottom: 25px;
}
.box04 p {
  font-size: 27px;
}
.box05 {
  border: 5px solid #4d64aa;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 60px;
}
.box05 h2 {
  color: #fff;
  font-size: 32px;
  background: #5681c1;
  border-radius: 5px;
  text-align: center;
  line-height: 75px;
  margin-bottom: 20px;
}
.box05 > p {
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
}
.box05 ul {
  padding: 0 100px;
  margin: 0 -10px;
}
.box05 li {
  float: left;
  width: 25%;
  text-align: center;
  padding: 0 10px;
  margin-bottom: 15px;
}
.box05 li p {
  font-size: 40px;
  line-height: 100px;
  font-weight: bold;
  border-radius: 5px;
  box-shadow:4px 4px 2px -1px #6d6b64;
  color: #fff;
}
.box05 .list01 li:nth-child(odd) p, .box05 .list02 li:nth-child(even) p {
  background: #d76447;
}
.box05 li:nth-child(even) p, .box05 .list02 li:nth-child(odd) p {
  background: #e18c44;
}
.box06 {
  margin-bottom: 25px;
}
.box06 h2 {
  background: #4d64aa;
  line-height: 80px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  font-size: 32px;
  font-weight: normal;
  margin-bottom: 35px;
  margin-bottom: 40px;
}
.box06 > p {
  padding: 0 0 0 130px;
  font-size: 30px;
  background: url(../img/img_woman02.jpg) no-repeat right 150px top;
  margin-bottom: 60px;
}
.box06 > ul {
  margin: 0 -15px;
}
.box06 > ul > li {
  width: 33.33333%;
  float: left;
  padding: 0 15px;
  margin-bottom: 25px;
}
.box06 > ul > li:nth-child(3n+1) {
  clear: both;
}
.box06 > ul > li > div {
  border: 2px solid #000;
  border-radius: 5px;
  padding: 5px 10px;
}
.box06 h3 {
  text-align: center;
  color: #4d68ad;
  font-size: 26px;
  margin-bottom: 5px;
}
.box06 iframe {
  border: 1px solid #000;
}
.box06 .info-wrap {
  /*padding: 0 12px;*/
}
.box06 dl {
  margin-top: 5px;
}
.box06 dt {
  float: left;
  font-size: 18px;
}
.box06 dd {
  margin-left: 85px;
}
.box06 dd li {
  float: left;
  width: 22%;
  font-size: 13px;
  text-align: center;
  color: #fff;
  background: #d76447;
  margin: 0 5px 5px 0;
  line-height: 21px;
}
.box06 dd li:first-child {
  letter-spacing: 0.5px;
}
.box06 .info-wrap p {
  font-size: 18px;
}
.box06 .info-wrap p .ls {
  letter-spacing: -1px;
}
.box06 .info-wrap .tel {
  font-weight: bold;
  font-size: 24px;
}
.box07 {
  margin-bottom: 70px;
}
.box07 h2 {
  background: #4d64aa;
  line-height: 80px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  font-size: 32px;
  font-weight: normal;
  margin-bottom: 35px;
  margin-bottom: 40px;
}
.box07 p {
  font-size: 28px;
  text-align: center;
  margin-bottom: 50px;
}
.box07 a {
  max-width: 380px;
  margin: 0 auto;
  display: block;
  line-height: 75px;
  background: #99c45a;
  text-align: center;
  color: #fff;
  font-size: 30px;
  border-radius: 5px;
}
footer {
  border-top: 2px solid #000;
  padding: 35px 0;
  text-align: center;
}
footer p:first-child {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 10px;
}
footer p:last-child {
  font-size: 28px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  /*common*/
  body {
    min-width: 320px;
  }
  .container {
    width: 100%;
    padding: 0 15px;
  }
  /*contents*/
  header {
    margin: 0 -15px;
  }
  .box01 {
    padding: 30px 0;
    background: none;
  }
  .box01 p {
    font-size: 18px;
  }
  .box01 p br {
    display: none;
  }
  .box02 p:last-child {
    font-size: 12px;
    margin-bottom: 30px;
    text-align: left;
  }
  .box03 p {
    padding: 0;
    font-size: 18px;
    background: none;
    line-height: 1.8;
    margin-bottom: 10px;
  }
  .box03 p br {
    display: none;
  }
  .box03 p:not(.card-img) img {
    width: 40px;
    vertical-align: middle;
  }
  .box03 .card-img {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  .box03 .card-img img {
    max-width: 132px;
  }
  .box04 {
    padding: 0;
  }
  .box04 p {
    font-size: 14px;
  }
  .box05 {
    border: 2px solid #4d64aa;
    margin-bottom: 40px;
  }
  .box05 h2 {
    font-size: 20px;
    line-height: 1.5;
    padding: 15px 0;
  }
  .box05 > p {
    font-size: 18px;
  }
  .box05 ul {
    padding: 0;
    margin: 0 -5px;
  }
  .box05 li {
    width: 50%;
    padding: 0 5px;
  }
  .box05 li p {
    font-size: 16px;
    line-height: 50px;
  }
  .box05 .list01 li:first-child p, .box05 .list01 li:last-child p, .box05 .list02 li:first-child p, .box05 .list02 li:last-child p {
    background: #d76447;
  }
  .box05 .list01 li:nth-child(2) p, .box05 .list01 li:nth-child(3) p, .box05 .list02 li:nth-child(2) p, .box05 .list02 li:nth-child(3) p {
    background: #e18c44;
  }
  .box06 h2 {
    font-size: 20px;
    line-height: 1.5;
    padding: 15px 10px;
    margin-bottom: 20px;
  }
  .box06 > p {
    padding: 0;
    background: none;
    font-size: 18px;
    margin-bottom: 15px;
    text-align: center;
  }
  .box06 > ul > li {
    width: 100%;
    margin-bottom: 15px;
  }
  .box06 h3 {
    font-size: 18px;
  }
  .box06 .info-wrap p {
    font-size: 14px;
  }
  .box06 dt {
    font-size: 14px;
  }
  .box06 dd {
    margin-left: 70px;
  }
  .box06 dd li {
    font-size: 11px;
  }
  .box06 .info-wrap .tel {
    font-size: 20px;
    text-align: center;
  }
  .box07 {
    margin-bottom: 30px;
  }
  .box07 h2 {
    font-size: 20px;
    line-height: 1.5;
    padding: 15px 10px;
    margin-bottom: 20px;
  }
  .box07 p {
    font-size: 18px;
    text-align: left;
    margin-bottom: 15px;
  }
  .box07 a {
    font-size: 16px;
    line-height: 40px;
  }
  footer {
    padding: 20px;
  }
  footer p:first-child {
    font-size: 18px;
    margin-bottom: 0;
  }
  footer p:last-child {
    font-size: 14px;
  }
}