@charset "utf-8";
/*---------------------- h1 ----------------------*/
#contents h1 img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #contents h1 {
    margin: 0;
  }
}
/*---------------------- solution ----------------------*/
#solution {
  background-color: #FFF;
  text-align: center;
  padding: 45px 0 50px;
}
#solution h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  margin: 0 0 25px;
}
#solution h2 .highlight {
  font-weight: 700;
  color: #139D8D;
}
#solution ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
}
#solution ul li {
  border-radius: 20px;
  padding: 20px 20px 25px;
  box-sizing: border-box;
  box-shadow: 0px 0 11px 0 rgba(107, 128, 118, 0.15);
}
#solution ul li .illust {
  margin: 0 0 20px;
}
#solution ul li .illust img {
  display: block;
  max-width: 100%;
}
#solution ul li p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
#solution ul li p .highlight {
  font-weight: 500;
  color: #139D8D;
}
@media screen and (min-width: 768px) {
  #solution ul {
    max-width: 890px;
    margin: auto;
  }
  #solution ul li p.lines2 {
    padding: 15px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #solution {
    padding: 20px 6% 25px;
  }
  #solution h2 {
    font-size: 16px;
    margin: 0 0 15px;
  }
  #solution ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #solution ul li {
    width: 47%;
    border-radius: 12px;
    padding: 10px 10px 15px;
    margin: 0 0 6%;
  }
  #solution ul li:first-of-type {
    margin-right: 6%;
  }
  #solution ul li:last-of-type {
    margin: 0;
  }
  #solution ul li .illust {
    margin: 0 0 12px;
  }
  #solution ul li p {
    font-size: 10px;
  }
}
/*---------------------- function ----------------------*/
#function {
  max-width: 1044px;
  margin: auto;
  padding: 75px 0 55px;
  text-align: center;
}
#function h2 {
  margin: 0 0 40px;
}
#function h2:before {
  margin: 0 0 5px;
}
#function h2 .jp {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4;
  display: block;
}
#function ul {
  list-style: none;
}
#function ul li {
  background-color: #FFF;
  padding: 150px 0 45px;
  border-radius: 5px;
  box-sizing: border-box;
  position: relative;
}
#function ul li .illust {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
}
#function ul li.function1 .illust {
  top: -35px;
}
#function ul li.function2 .illust {
  top: -50px;
}
#function ul li.function3 .illust {
  top: -80px;
}
#function ul li .illust img {
  display: block;
  margin: auto;
}
#function ul li h3 {
  font-size: 16px;
  font-weight: 500;
  color: #3B4043;
  margin: 0 0 35px;
}
#function ul li .text1 {
  font-size: 23px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0 0 35px;
}
#function ul li .text1 .highlight {
  font-weight: 500;
  color: #139D8D;
}
#function ul li .text2 {
  font-size: 14px;
  line-height: 1.9;
  color: #3B4043;
}
#function .detailLink {
  text-align: right;
  margin: 5px 0 0;
}
#function .detailLink a {
  font-size: 12px;
  color: #139D8D;
}
@media screen and (min-width: 768px) {
  #function ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 80px 0 0;
  }
  #function ul li {
    width: 320px;
  }
  #function .detailLink a {
    transition: 0.3s;
  }
  #function .detailLink a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  #function {
    padding: 30px 6%;
  }
  #function h2 {
    margin: 0 0 25px;
  }
  #function h2 .jp {
    font-size: 20px;
  }
  #function ul {
    padding: 8% 0 0;
  }
  #function ul li {
    padding: 38% 0 30px;
  }
  #function ul li.function1 {
    margin: 0 0 20%;
  }
  #function ul li.function2 {
    margin: 0 0 26%;
  }
  #function ul li.function1 .illust {
    top: -8%;
  }
  #function ul li.function1 .illust img {
    width: calc(200 / 320 * 100%);
  }
  #function ul li.function2 .illust {
    top: -11%;
  }
  #function ul li.function2 .illust img {
    width: calc(188 / 320 * 100%);
  }
  #function ul li.function3 .illust {
    top: -16%;
  }
  #function ul li.function3 .illust img {
    width: calc(93 / 320 * 100%);
  }
  #function ul li h3 {
    font-size: 16px;
    margin: 0 0 20px;
  }
  #function ul li .text1 {
    font-size: 20px;
    margin: 0 0 20px;
  }
  #function ul li .text2 {
    font-size: 12px;
  }
}
/*---------------------- contact ----------------------*/
#contents .contact {
  text-align: center;
}
#contents .contact p {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 30px;
}
#contents .contact a {
  font-size: 19px;
  font-weight: 700;
  color: #FFF;
  letter-spacing: 0.035em;
  text-align: center;
  display: block;
  line-height: 80px;
  border-radius: 40px;
  margin: auto;
  transition: 0.3s;
  background-color: #D92765;
  box-sizing: border-box;
  ;
}
#contents .contact a span {
  font-weight: 700;
}
#contents .contact a, #contents .contact a span:before {
  background-image: url(../images/contact_btn_icon_white.svg);
  background-repeat: no-repeat;
  background-position: center left 200px;
}
@media screen and (min-width: 768px) {
  #contents .contact a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden;
    width: 560px;
  }
  #contents .contact a span {
    width: 100%;
    height: 100%;
    z-index: 10;
    padding-left: 30px;
  }
  #contents .contact a span:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    display: block;
    z-index: -1;
    transition: 0.3s;
  }
  #contents .contact a span:hover:before {
    width: 100%;
  }
  #contents .contact a span:before {
    background-color: #212121;
    ;
  }
}
@media screen and (max-width: 767px) {
  #contents .contact {
    margin: 0 6%;
  }
  #contents .contact p {
    font-size: 16px;
    margin: 0 0 20px;
  }
  #contents .contact a {
    font-size: 16px;
    line-height: 50px;
    border-radius: 25px;
    width: 250px;
    padding-left: 15px;
  }
  #contents .contact a {
    background-position: center left 50px;
    background-size: 20px;
  }
}
/*---------------------- recommended ----------------------*/
#recommended {
  max-width: 1044px;
  margin: auto;
  padding: 100px 0 155px;
  text-align: center;
}
#recommended .recommendedTitle {
  margin: 0 0 45px;
}
#recommended .recommendedTitle h2 {
  margin: 0 0 10px;
}
#recommended .recommendedTitle h2 .jp {
  font-size: 36px;
  font-weight: 700;
  display: block;
}
#recommended .recommendedTitle p {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.7;
}
#recommended .recommendedTitle p .highlight {
  font-weight: 700;
  color: #139D8D;
}
#recommended ul {
  list-style: none;
}
#recommended ul.recommendedList > li {
  background-color: #FFF;
  padding: 20px 0 35px;
  border-radius: 5px;
  box-sizing: border-box;
}
#recommended ul li h3 {
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.22em;
  color: #139D8D;
  line-height: 45px;
  border-radius: 23px;
  border: 1px solid #139D8D;
  margin: 0 auto 20px;
  width: 235px;
}
#recommended ul li .photo {
  margin: 0 0 15px;
}
#recommended ul li .photo img {
  display: block;
  height: 150px;
  width: auto;
  margin: auto;
}
#recommended ul li .text1 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.01em;
  margin: 0 0 5px;
}
#recommended ul li .text2 {
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.01em;
  color: #707070;
  margin: 0 0 5px;
}
#recommended ul li .text3 {
  font-size: 23px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0 0 40px;
}
#recommended ul li .text3 .highlight {
  font-weight: 500;
  color: #139D8D;
}
#recommended ul li h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 15px 25px;
  font-size: 15px;
  font-weight: 500;
  color: #139D8D;
}
#recommended ul li h4:before, #recommended ul li h4:after {
  border-top: 1px solid #EDEDED;
  content: "";
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#recommended ul li h4:before {
  margin-right: 10px;
}
#recommended ul li h4:after {
  margin-left: 10px;
}
#recommended ul li ul {
  font-size: 13px;
  letter-spacing: 0.015em;
  color: #646464;
  text-align: left;
  margin: 0 20px;
}
#recommended ul li ul li {
  line-height: 1.8;
  padding-left: 20px;
  position: relative;
  margin: 0 0 10px;
}
#recommended ul li ul li:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 8px;
  left: 0;
  background-color: #139D8D;
}
@media screen and (min-width: 768px) {
  #recommended ul.recommendedList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #recommended ul.recommendedList > li {
    width: 320px;
  }
  #recommended ul li .text3 {
    height: 75px;
    margin: 0 0 40px;
    box-sizing: border-box;
  }
  #recommended ul li .text3.lines1 {
    padding: 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #recommended {
    padding: 60px 6% 30px;
  }
  #recommended .recommendedTitle {
    margin: 0 0 25px;
  }
  #recommended .recommendedTitle h2 {
    margin: 0 0 5px;
  }
  #recommended .recommendedTitle h2 .jp {
    font-size: 30px;
  }
  #recommended .recommendedTitle p {
    font-size: 18px;
  }
  #recommended ul.recommendedList > li {
    padding: 20px 0;
    margin: 0 0 6%;
  }
  #recommended ul li h3 {
    font-size: 16px;
    line-height: 40px;
    border-radius: 20px;
    margin: 0 auto 15px;
  }
  #recommended ul li .photo {
    margin: 0 0 10px;
  }
  #recommended ul li .text3 {
    font-size: 20px;
    margin: 0 0 20px;
  }
  #recommended ul li h4 {
    margin: 0 15px 15px;
  }
}