@charset "UTF-8";
/* CSS Document */
/*------------------------------------------------------------
	section-top
------------------------------------------------------------*/
.section-top {
  max-width: 1200px;
  margin: 0 auto;
}
.top__wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.slide {
  height: 600px;
  overflow: hidden;
}
@keyframes slideshow {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  28% {
    opacity: 1;
  }
  38% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.top__wrapper h2 {
  position: absolute;
  font-size: 2.8rem;
  text-align: left;
  line-height: 4.0rem;
  left: 5%;
  bottom: 160px;
}
.slide img {
  position: absolute;
  max-width: 1040px;
  width: 80%;
  height: 600px;
  object-fit: cover;
  right: 0;
  opacity: 0;
  animation: slideshow 15s linear infinite;
}
.slide img:nth-child(2) {
  animation-delay: 5s;
}
.slide img:last-child {
  animation-delay: 10s;
}
.top__wrapper h2 span {
  display: inline-block;
  background-color: #cc0059;
  margin-bottom: 8px;
  padding: 0 25px;
  color: #fff;
}
@media(max-width:1024px) {
  .top__wrapper h2 {
    font-size: 2.2rem;
    line-height: 3.0rem;
    left: 100px;
    bottom: 160px;
  }
  .slide img {
    object-position: 65%;
  }
}
@media(max-width:480px) {
  .slide {
    height: 400px;
  }
  .slide img {
    height: 400px;
    object-fit: cover;
    object-position: 70%;
  }
  .top__wrapper h2 {
    font-size: 1.6rem;
    left: 20px;
    top: 120px;
  }
}
/*------------------------------------------------------------
	top-lead
------------------------------------------------------------*/
.section-top__lead {
  background-color: #fef8f8;
  margin: 150px 0 120px;
  padding: 0 20px;
}
.top-lead__box {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
  padding: 120px 0;
}
.lead__box-img {
  width: 50%;
}
.lead__box-img img {
  width: 100%;
}
.lead__box-text {
  display: inline-block;
  text-align: left;
  margin-left: 50px;
  width: 50%;
}
.lead__box-text h2 {
  line-height: 5.0rem;
  margin-bottom: 15px;
  font-weight: 500;
}
@media(max-width:1024px) {
  .top-lead__box {
    padding: 70px 35px;
  }
  .section-top__lead {
    margin: 100px auto 70px;
    padding: 0;
  }
}
@media(max-width:480px) {
  .top-lead__box {
    padding: 40px 0;
    flex-direction: column;
  }
  .lead__box-img {
    width: 100%;
  }
  .lead__box-text {
    text-align: center;
    padding-top: 30px;
    width: 100%;
    margin: 0 auto;
  }
  .lead__box-text h2 {
    line-height: 3.0rem;
    margin-bottom: 30px;
  }
  .column-text {
    text-align: center;
    padding-top: 30px;
  }
  .section-top__lead {
    margin: 70px 0 0;
  }
}
/*------------------------------------------------------------
	support
------------------------------------------------------------*/
.worries-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 0 70px 0;
}
.worries-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin-left: 40px;
}
.support-wrapper {
  background-color: #fef8f8;
  padding-bottom: 120px;
}
.support-wrapper strong {
  color: #cc0059;
}
.support-wrapper .br {
  display: none;
}
.support-wrapper #first {
  padding: 30px;
}
.support-wrapper .triangle {
  width: 150px;
}
.support-wrapper .btn-arrow .br {
  display: none;
}
@media(max-width:1024px) {
  .section-support {
    margin: 70px auto 0;
  }
  .worries-wrapper {
    padding: 0px 35px 35px;
  }
  .worries-wrapper ul li {
    padding-right: 30px;
    width: 40%;
  }
  .worries-wrapper ul li img {
    width: 100%;
  }
  .worries-wrapper ul li:nth-child(2), .worries-wrapper ul li:nth-child(3), .worries-wrapper ul li:nth-child(5) {
    padding-right: 0;
  }
  .worries-wrapper ul li:nth-child(3) {
    padding: 0 120px;
  }
  .support-wrapper .triangle {
    width: 120px;
  }
  .support-wrapper {
    padding-bottom: 70px;
  }
}
@media (max-width: 480px) {
  .section-support {
    margin: 40px 0 0;
  }
  .worries-wrapper {
    padding: 0 15px 20px;
  }
  .worries-wrapper ul {
	margin-left: 15px;
	}
  .worries-wrapper ul li {
    padding-right: 15px;
    width: 45%;
  }
  .worries-wrapper ul li:nth-child(3) {
    padding: 0 90px;
  }
  .support-wrapper .triangle {
    width: 65px;
  }
  .support-wrapper #first {
    padding: 15px;
  }
  .support-wrapper {
    padding-bottom: 40px;
  }
  .support-wrapper strong {
    display: block;
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  .support-wrapper .br {
    display: block;
  }
  .support-wrapper .btn-arrow .br {
    display: block;
  }
  .support-wrapper .btn-arrow::before {
    top: 52%;
  }
}
/*------------------------------------------------------------
	features
------------------------------------------------------------*/
.section-features {
  padding: 120px 20px;
  background-image: url("../images/top/1870015.jpg");
}
.features-wrapper {
  max-width: 1100px;
  margin: 0 auto;
}
.features-wrapper ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
}
.features-wrapper li {
  width: 32%;
  padding-bottom: 30px;
  background-color: #fef8f8;
  margin-right: 19px;
  margin-bottom: 70px;
  border-radius: 185px 185px 0 0;
}
.features-wrapper li:nth-child(3), .features-wrapper li:nth-child(6) {
  margin-right: 0;
}
.features-img {
  width: 100%;
}
.features-wrapper .number {
  margin-top: -40px;
}
.section-features.btn-arrow {
  margin: 0 auto;
}
@media(max-width:1024px) {
  .features-wrapper ol {
    justify-content: center;
  }
  .features-wrapper li {
    width: 40%;
    margin-right: 0;
  }
  .features-wrapper li:nth-child(odd) {
    margin-right: 20px;
  }
  .features-wrapper li:nth-child(5), .features-wrapper li:nth-child(6) {
    margin-bottom: 50px;
  }
  .section-features {
    padding: 40px 0;
    margin-bottom: 70px;
  }
}
@media (max-width: 480px) {
  .section-features {
    padding: 40px 0;
    margin-bottom: 0px;
  }
  .features-wrapper ol {
    flex-direction: column;
    padding: 0 30px;
  }
  .features-wrapper ol li {
    width: 100%;
    margin: 0 0 40px;
  }
  .features-wrapper li:last-child {
    margin-bottom: 40px;
  }
}
/*------------------------------------------------------------
	news-post
------------------------------------------------------------*/
.section_news {
  background-color: #fef8f8;
  padding: 120px 20px;
}
.section_news ul {
  max-width: 900px;
  margin: 0 auto;
}
.section_news ul li {
  text-align: left;
  list-style: none;
  display: block;
  margin-bottom: 10px;
  border-bottom: dotted 0.5px #aaa;
}
.section_news ul li a {
  color: #333;
  font-size: 1.6rem;
}
.section_news #post-name {
  font-size: 1.4rem;
}
.section_news #post-date {
  font-size: 1.2rem;
  color: #707070;
  line-height: 2.0rem;
}
@media(max-width:1024px) {
  .section_news {
    padding: 70px 0;
  }
  .section_news ul {
    width: 80%;
  }
  .section_news ul li a {
    font-size: 1.4rem;
  }
}
@media(max-width:480px) {
  .section_news {
    padding: 40px 0;
  }
}
/*------------------------------------------------------------
	guide
------------------------------------------------------------*/
.section-guide {
  padding: 120px 20px;
}
.guide-box__text .br {
  display: none;
}
.guide-box {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}
.guide-box__img {
  width: 50%;
}
.guide-box__img img {
  width: 100%;
}
.guide-box__text {
  display: inline-block;
  text-align: left;
  margin-left: 50px;
  width: 50%;
}
@media(max-width:1024px) {
  .section-guide {
    padding: 70px 0;
  }
}
@media(max-width:480px) {
  .guide-box__text .br {
    display: block;
  }
  .guide-box {
    flex-direction: column;
    padding: 0 15px;
  }
  .guide-box__img {
    width: 100%;
  }
  .guide-box__text {
    display: block;
    text-align: center;
    padding-top: 30px;
    width: 100%;
    margin: 0 auto;
  }
  .guide-box__text p {
    display: inline-block;
    text-align: left;
  }
  .section-guide {
    padding: 40px 0 40px;
  }
}
/*------------------------------------------------------------
	profile
------------------------------------------------------------*/
.name-kanji {
  font-size: 2.2rem;
  text-align: left;
  margin-bottom: 15px;
  font-family: 'Noto Serif JP', serif;
}
.name-english {
  font-size: 1.4rem;
  color: #cc0059;
  text-align: left;
  padding-left: 15px;
  font-family: 'Lora', serif;
}
.section-owner_profile {
  background-image: url("../images/top/4290161_m.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 20px 60px;
  margin-bottom: 120px;
}
@media (max-width:1024px) {
  .section-owner_profile {
    padding: 70px 0;
    margin-bottom: 120px;
  }
}
@media(max-width:480px) {
  .section-owner_profile {
    padding: 40px 0 40px;
    margin-bottom: 20px;
  }
  .section-owner_profile .column-text {
    text-align: left;
  }
}