@-webkit-keyframes mouse {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    transform-origin: top center
  }
  45% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top center;
    transform-origin: top center
  }
  55% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center
  }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center
  }
}

@keyframes mouse {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    transform-origin: top center
  }
  45% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top center;
    transform-origin: top center
  }
  55% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center
  }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center
  }
}

#page_top .sec_mainvisual {
  position: relative
}

#page_top .sec_mainvisual:after {
  content: "";
  display: block;
  padding-top: 47.8%
}

@media (max-width: 767px) {
  #page_top .sec_mainvisual:after {
    padding-top: 117.333%
  }
}

#page_top .sec_mainvisual .sec_inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0
}

#page_top .sec_mainvisual .sec_inner ul {
  display: none
}

#page_top .sec_mainvisual .slick-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 25px;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto
}

@media (max-width: 767px) {
  #page_top .sec_mainvisual .slick-dots {
    right: 0
  }
}

#page_top .sec_mainvisual .slick-dots li {
  display: block;
  margin: 10px 0
}

@media (max-width: 767px) {
  #page_top .sec_mainvisual .slick-dots li {
    margin: 5px 0
  }
}

#page_top .sec_mainvisual .slick-dots li button:before {
  font-size: 12px;
  color: #b2d2e9;
  opacity: 1
}

@media (max-width: 767px) {
  #page_top .sec_mainvisual .slick-dots li button:before {
    font-size: 10px
  }
}

#page_top .sec_mainvisual .slick-dots li.slick-active button:before {
  color: #D96C6C
}

#page_top .sec_mainvisual .hitokoto {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 430px;
  height: 105px;
  background-color: #fff;
  border-top-right-radius: 55px;
  border-bottom-right-radius: 55px;
  padding: 15px 40px;
  overflow: hidden;
  z-index: 2
}

@media (max-width: 1250px) {
  #page_top .sec_mainvisual .hitokoto {
    max-width: 330px;
    width: 88%;
    bottom: 15px;
    height: 100px;
    padding: 15px 25px
  }
}

#page_top .sec_mainvisual .hitokoto .title {
  font-size: 13px;
  color: #f7b207;
  font-weight: bold
}

#page_top .sec_mainvisual .hitokoto .txt {
  margin-top: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.7;
  font-size: 14px;
  height: 46px
}

@media (max-width: 767px) {
  #page_top .sec_mainvisual .hitokoto .txt {
    font-size: 13px
  }
}

@media (min-width: 768px) {
  #page_top .sec_mainvisual .bg_circle {
    max-width: 800px;
    width: 100%;
    height: 460px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    bottom: -360px;
    left: 0;
    right: 0;
    margin: auto
  }
}

@media (max-width: 767px) {
  #page_top .sec_mainvisual .bg_circle {
    display: none
  }
}

#page_top .sec_mainvisual .bg_circle .mouse {
  width: 16px;
  position: absolute;
  top: -13px;
  left: 0;
  right: 0;
  margin: auto
}

#page_top .sec_mainvisual .bg_circle .mouse span {
  display: block;
  width: 1px;
  height: 27px;
  background-color: #000;
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-animation: mouse 1.7s infinite ease-in-out;
  animation: mouse 1.7s infinite ease-in-out
}

#page_top .sec_feature {
  position: relative;
  max-width: 1200px;
  padding-top: 20px;
  margin: 0 auto;
  z-index: 1
}

@media (max-width: 767px) {
  #page_top .sec_feature {
    padding-top: 70px;
    padding-left: 10px;
    padding-right: 10px
  }
}

#page_top .sec_feature .photo {
  position: absolute;
  margin: auto;
  z-index: 2
}

#page_top .sec_feature .photo img {
  border-radius: 50%
}

@media (max-width: 767px) {
  #page_top .sec_feature .photo img {
    display: none
  }
}

#page_top .sec_feature .photo.photo1 {
  width: 18.5%;
  left: 30px;
  top: 27%
}

@media (max-width: 1110px) {
  #page_top .sec_feature .photo.photo1 {
    top: 16%
  }
}

@media (max-width: 767px) {
  #page_top .sec_feature .photo.photo1 {
    width: 0;
    left: calc(50% - 150px);
    top: 170px
  }
}

#page_top .sec_feature .photo.photo1:after {
  content: url("../img/index/concept-motif1.svg");
  display: block;
  width: 68%;
  position: absolute;
  top: 76%;
  right: 0
}

@media (max-width: 767px) {
  #page_top .sec_feature .photo.photo1:after {
    content: url("../img/index/concept-motif1.svg");
    width: 39px;
    top: 0;
    right: auto
  }
}

#page_top .sec_feature .photo.photo2 {
  width: 22%;
  right: 0;
  top: 50%
}

@media (max-width: 1110px) {
  #page_top .sec_feature .photo.photo2 {
    top: 20%
  }
}

@media (max-width: 767px) {
  #page_top .sec_feature .photo.photo2 {
    width: 0;
    right: calc(50% - 110px);
    top: 140px
  }
}

@media (max-width: 374px) {
  #page_top .sec_feature .photo.photo2 {
    right: calc(50% - 95px)
  }
}

#page_top .sec_feature .photo.photo2:after {
  content: url("../img/index/concept-motif2.svg");
  display: block;
  width: 57%;
  position: absolute;
  top: -57%;
  left: -30px
}

@media (max-width: 767px) {
  #page_top .sec_feature .photo.photo2:after {
    content: url("../img/index/concept-motif2-sp.svg");
    width: 56px;
    top: 0;
    left: 0
  }
}

#page_top .sec_feature .content {
  position: relative;
  z-index: 2
}

#page_top .sec_feature .content .copy {
  text-align: center;
  line-height: 2;
  font-size: 30px;
  color: #D96C6C;
  letter-spacing: 0.27em
}

@media (max-width: 767px) {
  #page_top .sec_feature .content .copy {
    font-size: 25px;
    position: static;
    padding-top: 0;
    height: auto
  }
}

#page_top .sec_feature .content .txt_wrap {
  position: relative;
  z-index: 3;
  margin-top: 40px
}

@media (max-width: 767px) {
  #page_top .sec_feature .content .txt_wrap {
    margin-top: 35px
  }
}

#page_top .sec_feature .content .txt_wrap p {
  color: #D96C6C;
  text-align: center;
  line-height: 2.26
}

@media (max-width: 374px) {
  #page_top .sec_feature .content .txt_wrap p {
    letter-spacing: 0.03em
  }
  #page_top .sec_feature .content .txt_wrap p .br_sp2 {
    display: none !important
  }
}

#page_top .sec_feature .content .txt_wrap .com_btn {
  margin: 50px auto 0
}

@media (max-width: 767px) {
  #page_top .sec_feature .content .txt_wrap .com_btn {
    margin-top: 40px
  }
}

@media (max-width: 374px) {
  #page_top .sec_feature .content .txt_wrap .com_btn {
    background-position: right 18px center
  }
}

#page_top .sec_link {
  margin-top: 90px;
  position: relative
}

#page_top .sec_link .bg {
  border-radius: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #D9B1A3;
  z-index: 1
}

#page_top .sec_link .bg div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0)), to(#fff));
  background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 40%, #fff)
}

#page_top .sec_link .sec_inner {
  padding: 0 20px 120px;
  position: relative;
  z-index: 2
}

@media (max-width: 767px) {
  #page_top .sec_link .sec_inner {
    padding-bottom: 100px
  }
}

#page_top .sec_link .sec_inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: 0 auto
}

@media (max-width: 767px) {
  #page_top .sec_link .sec_inner ul {
    display: block;
    max-width: 360px
  }
}

#page_top .sec_link .sec_inner ul li {
  width: calc((100% - 41px) / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media (max-width: 767px) {
  #page_top .sec_link .sec_inner ul li {
    width: 100%
  }
}

#page_top .sec_link .sec_inner ul li:nth-child(n+2) {
  margin-left: 20px
}

@media (max-width: 767px) {
  #page_top .sec_link .sec_inner ul li:nth-child(n+2) {
    margin-left: 0;
    margin-top: 20px
  }
}

#page_top .sec_link .sec_inner ul li a:hover .txt_wrap {
  background-color: #F2F2F2
}

#page_top .sec_link .sec_inner ul li a:hover .com_btn {
  background-color: #e6e6e6
}

#page_top .sec_link .sec_inner ul li img {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px
}

#page_top .sec_link .sec_inner ul li .txt_wrap {
  padding: 20px 20px 40px;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  background-color: #fff;
  -webkit-transition: .3s;
  transition: .3s
}

@media (max-width: 767px) {
  #page_top .sec_link .sec_inner ul li .txt_wrap {
    padding-top: 30px;
    padding-bottom: 35px
  }
}

#page_top .sec_link .sec_inner ul li h2 {
  text-align: center;
  font-size: 25px;
  letter-spacing: 0.25em
}

@media (max-width: 767px) {
  #page_top .sec_link .sec_inner ul li h2 {
    font-size: 20px
  }
}

#page_top .sec_link .sec_inner ul li .txt {
  max-width: 250px;
  margin: 20px auto 0;
  text-align: justify;
  line-height: 1.86;
  letter-spacing: 0.05em
}

@media (max-width: 767px) {
  #page_top .sec_link .sec_inner ul li .txt {
    margin-top: 20px
  }
}

#page_top .sec_link .sec_inner ul li .com_btn {
  margin: 25px auto 0
}

@media (max-width: 767px) {
  #page_top .sec_link .sec_inner ul li .com_btn {
    margin-top: 20px
  }
}

#page_top .sec_blog {
  padding: 115px 0 120px;
  max-width: 800px;
  margin: 0 auto
}

@media (max-width: 767px) {
  #page_top .sec_blog {
    padding: 90px 10px 100px
  }
}

#page_top .sec_blog h2 {
  font-size: 25px;
  letter-spacing: 0.25em
}

@media (max-width: 767px) {
  #page_top .sec_blog h2 {
    font-size: 20px
  }
}

#page_top .sec_blog .blog_list {
  margin-top: 15px
}

#page_top .sec_blog .blog_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 10px 0;
  -webkit-transition: .3s;
  transition: .3s
}

#page_top .sec_blog .blog_list li a .img {
    width: 140px;
    height: 90px;
    border-radius: 20px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

p.category {
    display: inline-flex;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    padding: 3px 5px;
    background: #d96c6c;
    color: #fff;
}

#page_top .sec_blog .blog_list li a .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 767px) {
  #page_top .sec_blog .blog_list li a .img {
    width: 90px;
    height: 90px
  }
}

#page_top .sec_blog .blog_list li a .txt_wrap {
  width: calc(100% - 140px);
  letter-spacing: 0.1em;
  padding: 5px 0 0 40px
}

@media (max-width: 767px) {
  #page_top .sec_blog .blog_list li a .txt_wrap {
    width: calc(100% - 90px);
    padding-left: 20px
  }
}

#page_top .sec_blog .blog_list li a .txt_wrap .date {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #D96C6C
}

#page_top .sec_blog .blog_list li a .txt_wrap .date .cat {
  display: inline-block;
  padding: 0 10px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0em;
  margin-left: 15px;
  border-radius: 20px
}

#page_top .sec_blog .blog_list li a .txt_wrap .date .cat.blue {
  background-color: #D96C6C
}

#page_top .sec_blog .blog_list li a .txt_wrap .date .cat.orange {
  background-color: #f7b207
}

#page_top .sec_blog .blog_list li a .txt_wrap .title {
  font-weight: normal;
  margin-top: 5px;
  border-bottom: 1px solid transparent
}

@media (min-width: 768px) {
  #page_top .sec_blog .blog_list li a .txt_wrap .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
  }
}

@media (max-width: 767px) {
  #page_top .sec_blog .blog_list li a .txt_wrap .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
  }
}

#page_top .sec_blog .blog_list li a:hover {
  background-color: #f2f2f2
}

#page_top .sec_blog .com_btn {
  margin: 30px 0 0 auto
}

#page_top .sec_support {
  max-width: 1390px;
  margin: 0 auto
}

@media (max-width: 767px) {
  #page_top .sec_support {
    max-width: 380px
  }
}

#page_top .sec_support .sec_inner {
  background: url("../img/index/child-support-bg.jpg") left top/cover no-repeat;
  border-radius: 10px
}

@media (max-width: 767px) {
  #page_top .sec_support .sec_inner {
    background-image: url("../img/index/child-support-bg-sp.jpg");
    background-size: 100% auto
  }
}

#page_top .sec_support .sec_inner .txt_wrap {
  padding-top: 45px;
  padding-left: 55%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(30%, rgba(255, 255, 255, 0)), color-stop(70%, #fff));
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 30%, #fff 70%)
}

@media (max-width: 767px) {
  #page_top .sec_support .sec_inner .txt_wrap {
    padding: 65% 20px 20px;
    background: none
  }
}

#page_top .sec_support .sec_inner .txt_wrap h2 {
  font-size: 25px;
  letter-spacing: 0.2em;
  line-height: 2.16;
  display: inline-block
}

@media (max-width: 767px) {
  #page_top .sec_support .sec_inner .txt_wrap h2 {
    font-size: 20px
  }
}

#page_top .sec_support .sec_inner .txt_wrap .txt {
  margin-top: 30px;
  max-width: 443px
}

@media (max-width: 767px) {
  #page_top .sec_support .sec_inner .txt_wrap .txt {
    margin-top: 20px;
    max-width: none
  }
}

#page_top .sec_support .sec_inner .txt_wrap .txt .com_btn {
  max-width: 230px;
  margin: 30px 0 0 auto;
  line-height: 1.5
}

@media (max-width: 767px) {
  #page_top .sec_support .sec_inner .txt_wrap .txt .com_btn {
    margin: 20px 0 0 0
  }
}

#page_top .sec_photo {
  max-width: 1390px;
  margin: 120px auto 0
}

@media (max-width: 767px) {
  #page_top .sec_photo {
    max-width: 380px
  }
}

#page_top .sec_photo .sec_inner {
  background: url("../img/index/photo-bg.jpg") right top/cover no-repeat;
  border-radius: 10px;
  padding: 65px 20px 60px
}

@media (max-width: 767px) {
  #page_top .sec_photo .sec_inner {
    background-image: url("../img/index/photo-bg-sp.jpg");
    background-size: 100% auto;
    background-color: #f2f2f2;
    padding: 65% 20px 50px
  }
}

#page_top .sec_photo .txt_area {
  max-width: 1180px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (max-width: 767px) {
  #page_top .sec_photo .txt_area {
    padding: 0;
    background: none;
    display: block
  }
}

#page_top .sec_photo .txt_wrap {
  width: 383px
}

@media (max-width: 767px) {
  #page_top .sec_photo .txt_wrap {
    width: auto
  }
}

#page_top .sec_photo .txt_wrap h2 {
  font-size: 25px;
  letter-spacing: 0.25em;
  position: relative
}

@media (max-width: 767px) {
  #page_top .sec_photo .txt_wrap h2 {
    font-size: 20px
  }
}

#page_top .sec_photo .txt_wrap h2:after {
  content: url("../img/index/motif-camera.svg");
  width: 94px;
  position: absolute;
  top: -10px;
  right: -30px
}

@media (max-width: 767px) {
  #page_top .sec_photo .txt_wrap h2:after {
    width: 85px;
    position: absolute;
    right: 5px;
    top: -18px
  }
}

@media (max-width: 374px) {
  #page_top .sec_photo .txt_wrap h2:after {
    right: -10px;
    left: auto;
    width: 65px;
    top: -40px
  }
}

#page_top .sec_photo .txt_wrap .com_txt {
  margin-top: 25px
}

@media (max-width: 767px) {
  #page_top .sec_photo .txt_wrap .com_txt {
    margin-top: 20px
  }
}

#page_top .sec_photo ul {
  margin-top: 15px;
  margin-left: 50px;
  width: 320px
}

@media (max-width: 767px) {
  #page_top .sec_photo ul {
    margin-left: 0;
    width: auto
  }
}

#page_top .sec_photo ul li:nth-child(n+2) {
  margin-top: 20px
}

#page_top .sec_photo ul .com_btn {
  max-width: 320px
}

#page_top .sec_photo ul .com_btn br {
  display: none
}

@media (max-width: 374px) {
  #page_top .sec_photo ul .com_btn br {
    display: block
  }
}


/*# sourceMappingURL=index.css.map */