@charset "utf-8";
/*-----------------------------------------------
  base
-----------------------------------------------*/
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-style: normal;
	color: #000;
  font-size: 14px;
  line-height: 28px;
  background: #efefef;
}
/*-----------------------------------------------
  font
-----------------------------------------------*/
.notoSans {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
}
.notoSans-bold {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}
.notoSerif {
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
}
.notoSerif-bold {
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
}
/*-----------------------------------------------
  main-area
-----------------------------------------------*/
@media screen and (min-width: 600px) {
  #main-area {
    height: 620px;
    background: url(../images/top-images-base.jpg);
    background-size: cover;
  }
}
@media screen and (max-width: 599px) {
  #main-area img {
    width: 100%;
    height: auto;
  }
}
/*-----------------------------------------------
  area1
-----------------------------------------------*/
#area1 {
  text-align: center;
}
#area1 .area1-item01 img {
  width: 100%;
  height: auto;
}
#area1 .area1-item02 {
  background: #fff;
  padding: 80px 0 130px;
}
.photo-area.photo2 {
  margin-top: -9vw;
}
@media screen and (max-width: 599px) {
  #area1 .area1-item02 {
    padding-top: 55px;
  }
  #area1 .area1-item02 img {
    max-width: 398px;
    width: 65%;
    height: auto;
  }
  .photo-area.photo2 {
    margin-top: -29vw;
  }
}
/*-----------------------------------------------
  area2
-----------------------------------------------*/
#area2 {
  padding-top: 55px;
}
#area2 .area2-title {
  text-align: center;
  margin-bottom: 35px;
}
#area2 .area2-list {
  max-width: 542px;
  width: 93%;
  margin: 0 auto;
}
#area2 .area2-list li {
  margin-bottom: 50px;
}
#area2 .area2-list li:last-child {
  margin-bottom: 0;
}
#area2 .area2-list .list-title {
  margin-bottom: 30px;
}
#area2 .area2-list .list-image {
  text-align: center;
  margin-bottom: 30px;
}
#area2 .area2-list .list-text {
  max-width: 520px;
  width: 95%;
  margin: 0 auto;
  font-weight: 700;
}
#area2 .area2-list .list-profile {
  margin-top: 15px;
}
#area2 .area2-list .list-profile .item1 {
  margin-bottom: 30px;
}
#area2 .area2-list .list-profile .item2 {
  background: #5caeb8;
  padding: 20px 30px;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  #area2 .area2-title {
    margin-bottom: 35px;
  }
  #area2 .area2-title img {
    max-width: 492px;
    width: 85%;
    height: auto;
  }
  #area2 .area2-list li {
    margin-bottom: 40px;
  }
  #area2 .area2-list .list-title {
    margin-bottom: 20px;
  }
  #area2 .area2-list .list-title img.line1 {
    width: auto;
	  height: 60px;
  }
  #area2 .area2-list .list-title img.line2 {
    width: auto;
	  height: 60px;
  }
  #area2 .area2-list .list-image {
    margin-bottom: 20px;
  }
  #area2 .area2-list .list-image img {
    width: 100%;
    height: auto;
  }
  #area2 .area2-list .list-profile .item1 {
    margin-bottom: 30px;
  }
  #area2 .area2-list .list-profile .item1 img {
    max-width: 520px;
    width: 100%;
    height: auto;
  }
  #area2 .area2-list .list-profile .item2 {
    padding: 20px 25px;
    font-size: 12px;
    line-height: 22px;
  }
}
/*-----------------------------------------------
  area3
-----------------------------------------------*/
#area3 {
  padding-top: 50px;
}
#area3 .area3-title {
  text-align: center;
  margin-bottom: 35px;
}
#area3 .area3-list {
  max-width: 481px;
  margin: 0 auto;
  width: 93%;
}
#area3 .area3-list li {
  margin-bottom: 40px;
}
#area3 .area3-list li:last-child {
  margin-bottom: 0;
}
#area3 .area3-list .list-title {
  background: #5caeb8;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  font-size: 20px;
  padding: 4px 0;
  text-align: center;
}
#area3 .area3-list .list-image img {
  max-width: 481px;
  width: 100%;
  height: auto;
}
#area3 .area3-list .list-text {
  padding: 15px 10px 17px;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  #area3 .area3-title img {
    max-width: 329px;
    width: 80%;
    height: auto;
  }
}
/*-----------------------------------------------
  area4
-----------------------------------------------*/
#area4 {
  background: #5caeb8;
  padding: 70px 0 140px;
  text-align: center;
  color: #fff;
}
#area4 .area4-title {
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  font-size: 34px;
  letter-spacing: 0.05em;
  margin-bottom: 45px;
}
#area4 .area4-list li {
  margin-bottom: 25px;
}
#area4 .area4-list li:last-child {
  margin-bottom: 0;
}
#area4 .area4-list li img {
  max-width: 514px;
  width: 95%;
  height: auto;
}
#area4 .area4-list.list1 {
  margin-bottom: 25px;
}
#area4 .area4-text {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 45px;
}
@media screen and (max-width: 599px) {
  #area4 {
    padding: 55px 0 80px;
  }
  #area4 .area4-title {
    font-size: 26px;
    margin-bottom: 35px;
  }
  #area4 .area4-text {
    font-size: 16px;
    margin-bottom: 35px;
  }
}
#area4-2 {
  background: #F6AD48;
  text-align: center;
  color: #fff;
}
/*-----------------------------------------------
  contact
-----------------------------------------------*/
#contact .contact-form {
  background: #5caeb8;
}
#contact .contact-form::before,
#contact .contact-form::after {
  background: #5caeb8;
}
.qa-006 img {
    width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    .qa-006 img {
        width: 514px;
        height: 183px;
    }
}

@media (max-width: 767px) {
    .qa-006 img {
        width: 330px;
        height: 130px;
    }
}

