@charset "UTF-8";
/* CSS Document */
main {
  overflow: hidden;
}
.section-top {
  max-width: 980px;
  margin: 0 auto;
}
@media(min-width:980px) {
  .section-top {
    height: 100vh;
  }
}
@media(max-width:375px) {
  .section-top {
    height: 100vh;
  }
}
.section-top__visual {
  display: flex;
  justify-content: space-between;
  flex-flow: row-reverse;
  flex-wrap: wrap;
  position: relative;
}
.section-top__message {
  height: 440px;
  margin: 0 auto;
}
.section-top__message-first {
  margin: 160px 0 30px 10px;
  height: 34px;
  display: block;
}
.section-top__message-second {
  margin-left: 10px;
  height: 34px;
  display: block;
}
.section-top__image {
  height: 440px;
  width: 576px;
  position: relative;
}
.section-top__frame {
  height: 440px;
  width: 576px;
  position: absolute;
  background-image: url("../images/top/frame.png");
  background-size: auto 100%;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  top: 0px;
  right: 0px;
}
.section-top__frame:after {
  content: "";
  height: 48px;
  width: 100vw;
  position: absolute;
  background-image: url("../images/top/frame_line.png");
  background-repeat: repeat-x;
  background-size: contain;
  top: 0;
  left: 100%;
  z-index: -1;
}
.slide {
  margin: 90px 0 0 62px;
}
.slide div {
  width: 500px;
}
.slide div img {
  width: 100%;
}
.slider {
  display: none;
}
.slider.slick-initialized {
  display: block;
}
.nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px auto;
  padding-top: 100px;
}
@media(max-width:980px) {
  .nav ul {
    padding-top: 50px;
  }
}
.nav-logo {
  width: 60px;
  margin: 0 40px;
}
.nav-logo img {
  width: 100%;
}
.nav-link {
  display: flex;
  justify-content: center;
}
.nav-link a {
  text-decoration: none;
  color: #aa3d59;
  padding: 20px 40px;
}
.nav-link a:hover {
  background-color: #aa3d59;
  color: #fff;
  border-radius: 10px;
}
@media(max-width:768px) {
  .nav {
    position: fixed;
    top: 0;
    padding: 8px 0;
    width: 100vw;
    background-color: #fff;
    z-index: 100;
  }
  .nav ul {
    padding: 0 0;
    justify-content: space-between;
    align-items: center;
  }
  .nav-logo {
    width: 40px;
    margin: 0 0 0 24px;
  }
  .nav-link {
    margin: 0 14px 0 0;
  }
  .nav-link a {
    padding: 10px;
    font-size: 1.2rem;
  }
  .section-top__visual {
    margin: 0 0 0 0;
    padding-top: 70px;
  }
  .section-top__image {
    height: 250px;
    width: 327px;
  }
  .section-top__frame {
    content: "";
    height: 250px;
    width: 327px;
    background-image: url("../images/top/frame.png");
    background-size: auto 100%;
    background-position: 0% 0%;
    background-repeat: no-repeat;
    margin: 0 24px;
  }
  .section-top__frame:after {
    content: "";
    height: 27px;
    width: 100%;
    position: absolute;
    background-image: url("../images/top/frame_line.png");
    background-repeat: repeat-x;
    background-size: contain;
    top: 0;
    left: 100%;
    z-index: -1;
  }
  .slide {
    margin: 51px 0 0 35px;
  }
  .slide div {
    width: 285px;
  }
  .section-top__message {
    height: 180px;
    width: 280px;
    margin: 40px auto 0;
  }
  .section-top__message-first {
    margin: 70px 0 20px 0;
    height: 24px;
    display: block;
  }
  .section-top__message-second {
    margin-left: 45px;
    height: 24px;
    display: block;
  }
}
@media(max-width:374px) {
  .nav {
    padding: 14px 0 15px;
  }
  .nav-logo {
    width: 30px;
  }
  .nav-link a {
    padding: 10px;
    font-size: 1.0rem;
  }
  .section-top__frame {
    margin: 0 0;
  }
}
.section-concept {
  max-width: 980px;
  margin: 0 auto;
}
@media(max-width:980px) {
  .section-concept {
    padding-top: 100px;
  }
}
@media(max-width:375px) {
  .section-concept {
    padding-top: 0px;
  }
}
.section-concept__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.section-concept__image {
  width: 360px;
  height: 100%;
  margin: 0 auto;
}
.section-concept__description {
  margin: 0 auto;
  padding: 60px 0px 0 60px;
}
.section-concept__title {
  height: 120px;
  margin-bottom: 50px;
}
@media(max-width:768px) {
  .section-concept__image {
    width: 240px;
    height: 100%;
    margin-left: 48px;
  }
  .section-concept__description {
    padding: 30px 24px 0;
  }
  .section-concept__description p {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .section-concept__title {
    height: 50px;
    margin-bottom: 30px;
  }
}
@media(max-width:374px) {
  .section-concept__title {
    height: 45px;
  }
}
.section-worries {
  max-width: 980px;
  margin: 0 auto;
  padding-top: 100px;
}
.section-worries__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row-reverse;
  flex-wrap: wrap;
}
.section-worries__image {
  width: 360px;
  height: 100%;
  margin: 0 auto;
}
.section-worries__description {
  margin: 0 auto;
  padding: 60px 60px 0 60px;
}
.section-worries__title {
  height: 30px;
  margin-bottom: 70px;
}
.section-worries__description p {
  line-height: 4.5rem;
}
.section-worries__example h3 {
  padding: 100px 0 60px;
  font-size: 2.0rem;
}
.section-worries__example ul {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.section-worries__example ul li {
  width: 160px;
  margin: 0 18px 20px;
  list-style: none;
  padding: 20px 0;
  background-color: #fff;
  border-radius: 10px;
}
.section-worries__example ul li:last-child {
  background-color: #F4EEE9;
}
@media(max-width:768px) {
  .section-worries {
    padding-top: 80px;
  }
  .section-worries__image {
    width: 240px;
    height: 100%;
    margin-right: 48px;
  }
  .section-worries__description {
    padding: 30px 24px 0;
  }
  .section-worries__title {
    height: 20px;
    margin-bottom: 30px;
  }
  .section-worries__description p {
    font-size: 1.2rem;
    line-height: 3.0rem;
    padding-left: 64px;
  }
  .section-worries__example h3 {
    padding: 60px 0 40px;
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
  .section-worries__example ul li {
    width: 93px;
    margin: 0 8px 20px;
    padding: 10px 0;
    font-size: 1.0rem;
  }
}
.section-method {
  max-width: 980px;
  margin: 0 auto;
  padding-top: 150px;
}
.section-method__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.section-method__image {
  width: 360px;
  height: 100%;
  margin: 0 auto;
}
.section-method__description {
  margin: 0 auto;
  padding: 60px 0 0px 60px;
  max-width: 560px;
  position: relative;
}
.section-method__description p {
  padding-bottom: 30px;
}
.section-method__title {
  height: 30px;
  margin-bottom: 70px;
}
.section-method__link {
  color: #333;
  position: absolute;
  right: 0;
}
.section-method__link:hover {
  color: #85b2c3;
}
@media(max-width:768px) {
  .section-method {
    padding-top: 80px;
  }
  .section-method__image {
    width: 240px;
    height: 100%;
    margin-left: 48px;
  }
  .section-method__description {
    padding: 30px 24px 0;
  }
  .section-method__description p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .section-method__title {
    height: 20px;
    margin-bottom: 30px;
  }
  .section-method__link {
    font-size: 1.2rem;
    margin-right: 24px;
  }
}
.section-policy {
  max-width: 980px;
  margin: 0 auto;
  padding-top: 150px;
}
.section-policy__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row-reverse;
  flex-wrap: wrap;
}
.section-policy__image {
  width: 360px;
  height: 100%;
  margin: 0 auto;
}
.section-policy__description {
  margin: 0 auto;
  padding: 60px 60px 0 0px;
  max-width: 560px;
}
.section-policy__title {
  height: 30px;
  margin-bottom: 70px;
}
@media(max-width:768px) {
  .section-policy {
    padding-top: 130px;
  }
  .section-policy__image {
    width: 240px;
    height: 100%;
    margin-right: 48px;
  }
  .section-policy__description {
    padding: 30px 24px 0;
  }
  .section-policy__title {
    height: 20px;
    margin-bottom: 30px;
  }
  .section-policy__description p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
.button-about {
  margin: 170px auto 150px;
}
.button-about__link {
  padding: 24px 34px;
  background-color: #aa3d59;
  border-radius: 100px;
}
.button-about__link:hover {
  opacity: 0.5;
}
.button-about img {
  height: 16px;
}
@media(max-width:768px) {
  .button-about {
    margin: 120px auto 120px;
  }
  .button-about__link {
    padding: 16px 24px;
  }
  .button-about img {
    height: 12px;
  }
}