/* ---------------------------------------------
*   Top
--------------------------------------------- */
.top-sec {
  height: 700px;
  position: relative;
  z-index: 0;
}
.top-sec-slider {
  height: 100%;
}
.top-sec-slider .swiper-wrapper {
  height: 100%;
}
.top-sec-slider-slide {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.swiper-slide-active .top-sec-slider-slide, .swiper-slide-duplicate-active .top-sec-slider-slide, .swiper-slide-prev .top-sec-slider-slide {
  animation: zoomOut 10s linear 0s 1 normal both;
}
.top-sec-overlay {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding-bottom: 60px;
}
.top-sec-inner {
  max-width: 1120px;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.top-sec__copy {
  display: flex;
  align-items: flex-end;
  font-size: 4.6rem;
  font-weight: 700;
  margin: 0;
}
.top-sec__rainbow {
  width: 164px;
  margin-left: 20px;
}
.top-sec__message {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.75;
  margin: 30px 0 65px;
}
.top-sec__row {
  display: flex;
  min-width: 0;
}
.top-sec__col--contact {
  flex: 0 0 430px;
}
.top-sec__col--news {
  flex: 1 1 auto;
  margin-left: 40px;
	 min-width:550px;
}
.top-sec-contact-btn-list {
  display: flex;
  min-width: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}
.top-sec-contact-btn-list__item {
  flex: 1;
}
.top-sec-contact-btn-list__item + .top-sec-contact-btn-list__item {
  margin-left: 20px;
}
.top-sec-contact__btn {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 18px;
  padding: 14px 0 10px;
  transition: opacity 0.25s;
}
.top-sec-contact__btn:hover {
  opacity: 0.8;
}
.top-sec-contact__btn--tel {
  background-color: #ec6d45;
}
.top-sec-contact__btn--line {
  background-color: #1abb03;
}
.top-sec-contact__btn--web {
  background-color: #00b6db;
}
.top-sec-contact__btn-icon {
  margin-bottom: 5px;
}
.top-sec-contact__btn-icon img {
  width: 50px;
  height: 50px;
}
.top-sec-contact__btn-text {
  font-size: 1.6rem;
  font-weight: 700;
}
.top-sec-contact__text {
  font-size: 1.7rem;
  font-weight: 700;
  margin: 15px 0 0;
  text-align: center;
}
.top-sec-news-list {
  border-radius: 18px;
  height: 140px;
  background-color: #fff;
  list-style: none;
  padding: 15px 20px;
  margin: 0;
  overflow-y: scroll;
}
.top-sec-news-list__item + .top-sec-news-list__item {
  margin-top: 10px;
}
.top-sec-news {
  font-size: 1.3rem;
/* font-size: 1.1rem;*/
  display: flex;
  min-width: 0;
}
.top-sec-news__date {
  flex: 0 0 100px;
}
.top-sec-news__body {
  flex: 1 1 auto;
  margin: 0;
}
.top-sec-news__body a {
	color:#000000;
}


@media screen and (max-width: 979.98px) {
  .top-sec {
    height: 100vh;
  }
  .top-sec-overlay {
    justify-content: center;
    padding-bottom: 0;
  }
  .top-sec__copy {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    font-size: 2.8rem;
  }
  .top-sec__rainbow {
    width: 123px;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .top-sec__message {
    font-size: 1.6rem;
    text-align: center;
    margin: 15px 0 65px;
  }
  .top-sec__col--contact {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
  }
  .top-sec__col--news {
    flex: 1 1 auto;
    margin-left: 40px;
	  min-width: 0px;
  }
  .top-sec-contact-btn-list {
    justify-content: center;
  }
  .top-sec-contact-btn-list__item {
    flex: 0 0 90px;
  }
  .top-sec-contact-btn-list__item + .top-sec-contact-btn-list__item {
    margin-left: 15px;
  }
  .top-sec-contact__btn {
    border-radius: 12px;
    padding: 10px 0 6px;
  }
  .top-sec-contact__btn-icon {
    margin-bottom: 3px;
  }
  .top-sec-contact__btn-icon img {
    width: 35px;
    height: 35px;
  }
  .top-sec-contact__btn-text {
    font-size: 1.3rem;
    font-weight: 700;
  }
  .top-sec-contact__text {
    font-size: 1.3rem;
    margin: 8px 0 0;
  }
  .top-sec-news-list {
    display: none;
  }
}
/* ---------------------------------------------
*   About
--------------------------------------------- */
.about-sec {
  padding: 30px 0 10px;
}
.about-sec__title {
  color: #fff;
  font-size: 2.8rem;
  max-width: 580px;
  background-color: #036eb7;
  text-align: center;
  margin: 0 auto 30px;
  padding: 17px 0;
  border-radius: 38px/50%;
}

.about-category-list {
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
  list-style: none;
  padding: 0;
  margin: 0 -10px 80px;
}
.about-category-list__item {
  flex: 0 0 50%;
  box-sizing: border-box;
  padding: 0 10px;
  margin: 80px 0 0;
}
.about-category-list__item:nth-child(-n+2) {
  margin-top: 0;
}
.about-category-card {
  display: flex;
  min-width: 0;
}
.about-category-card__col--left {
  flex: 0 0 116px;
  display: flex;
  height: 102px;
  align-self: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url(../img/top/about_icon_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 20px;
}
.about-category-card__col--right {
  flex: 1 1 auto;
}
.about-category-card__icon img {
  width: 40px;
  height: 40px;
}
.about-category-card__name {
  font-weight: 700;
  margin: 2px 0 0;
}
.about-category-card__list {
  font-size: 2.2rem;

  list-style: none;
  padding: 0;
}
.about-category-card__item {
  position: relative;
  z-index: 0;
  padding-left: 24px;
}
.about-category-card__item + .about-category-card__item {
  margin-top: 10px;
}
.about-category-card__item::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../img/common/icon_check.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 5px;
}

.about-consultation {
  padding-top: 50px;
}
.about-consultation__title {
  color: #fff;
  font-size: 2.8rem;
  max-width: 340px;
  text-align: center;
  background-color: #ec6d45;
  border-radius: 18px;
  margin: 0 auto -38px;
  padding: 17px 0;
  position: relative;
  z-index: 10;
}
.about-consultation__inner {
  border: 3px solid #ec6d45;
  border-radius: 18px;
  padding: 55px 260px 30px 55px;
  position: relative;
  z-index: 0;
}
.about-consultation__text {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.7;
  max-width: 580px;
  margin: 0;
}
.about-consultation__note {
  font-size: 1.8rem;
  margin: 25px 0 0;
}
.about-consultation__illust {
  width: 234px;
  position: absolute;
  bottom: 0;
  right: 20px;
}
.about-consultation-link-container {
  text-align: center;
  margin: 90px 0 0;
}

@media screen and (max-width: 979.98px) {
  .about-sec {
    padding: 30px 0 10px;
  }
  .about-sec__title {
    font-size: 1.6rem;
    max-width: 300px;
    background-color: #036eb7;
    text-align: center;
    margin: 0 auto 15px;
    padding: 8px 0;
    border-radius: 20px/50%;
  }
  .about-category-list {
    display: block;
    margin: 0 0 30px;
  }
  .about-category-list__item {
    padding: 0;
    margin: 30px 0 0;
  }
  .about-category-list__item:nth-child(-n+2) {
    margin-top: 30px;
  }
  .about-category-list__item:first-child {
    margin-top: 0;
  }
  .about-category-card {
    display: flex;
    min-width: 0;
  }
  .about-category-card__col--left {
    flex: 0 0 80px;
    height: 70px;
    margin-right: 15px;
  }
  .about-category-card__col--right {
    flex: 1 1 auto;
  }
  .about-category-card__icon img {
    width: 30px;
    height: 30px;
  }
  .about-category-card__name {
    font-size: 1.1rem;
  }
  .about-category-card__list {
    font-size: 1.6rem;
  }
  .about-category-card__item {
    padding-left: 20px;
  }
  .about-category-card__item + .about-category-card__item {
    margin-top: 10px;
  }
  .about-category-card__item::before {
    width: 16px;
    height: 16px;
    left: 0;
    top: 3px;
  }
  .about-consultation {
    padding-top: 30px;;
  }
  .about-consultation__title {
    font-size: 1.6rem;
    max-width: 195px;
    text-align: center;
    border-radius: 18px;
    margin: 0 auto -23px;
    padding: 10px 0;
  }
  .about-consultation__inner {
    border: 2px solid #ec6d45;
    border-radius: 18px;
    padding: 30px 25px 15px;
  }
  .about-consultation__text {
    font-size: 1.5rem;
    max-width: none;
  }
  .about-consultation__note {
    font-size: 1.1rem;
    margin: 15px 0 0;
  }
  .about-consultation__illust {
    width: 80px;
    position: absolute;
    bottom: 0;
    right: 10px;
  }
  .about-consultation-link-container {
    text-align: center;
    margin: 30px 0 0;
  }
}

/* ---------------------------------------------
*   Peace of Mind
--------------------------------------------- */
.pom-sec {
  padding: 65px 0;
  background-color: #def1fb;
}
.pom-sec .container {
  max-width: 800px;
}
.pom-sec__description {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.9;
  max-width: 720px;
  margin: 0 auto;
}

.pom-list {
  margin: 70px 0 170px;
  position: relative;
  z-index: 0;
}
.pom-list::before {
  content: "";
  display: block;
  width: 220px;
  height: 220px;
  border: 14px solid #b4b4b5;
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  margin-top: -110px;
  margin-left: -110px;
}
.pom-list__illust {
  width: 250px;
  position: absolute;
  top: -30px;
  right: -30px;
}
.pom-list-row {
  display: flex;
  justify-content: center;
}
.pom-list-row + .pom-list-row {
  margin-top: -10px;
}

.pom-point {
  color: #fff;
  display: flex;
  flex-direction: column;
  width: 220px;
  height: 220px;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  line-height: 1.25;
  position: relative;
}
.pom-point + .pom-point {
  margin-left: 40px;
}
.pom-point--life {
  background-color: #37a0da;
}
.pom-point--property {
  background-color: #e3bd38;
}
.pom-point--mind {
  background-color: #ec6d45;
}
.pom-point__number {
  font-size: 3.2rem;
  line-height: 1;
  margin-bottom: 12px;
}
.pom-point__title {
  font-size: 3.6rem;
  margin-bottom: 15px;
}
.pom-point__description {
  font-size: 2rem;
  text-align: left;
  line-height: 1.7;
  border-radius: 15px;
  background-color: #fff;
  position: absolute;
  z-index: -1;
}
.pom-point__description::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: 45px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  z-index: -2;
}
.pom-point__description--life {
  color: #37a0da;
  width: 220px;
  top: 15px;
  right: calc(100% + 30px);
  padding: 15px 5px 15px 25px;
}
.pom-point__description--life::before {
  transform: rotate(90deg);
  top: 20px;
  right: -28px;
}
.pom-point__description--property {
  color: #e3bd38;
  width: 290px;
  top: 195px;
  right: 50px;
  padding: 15px 5px 15px 25px;
}
.pom-point__description--property::before {
  transform: rotate(35deg);
  top: -35px;
  left: 100px;
}
.pom-point__description--mind {
  color: #ec6d45;
  width: 200px;
  top: 195px;
  left: 150px;
  padding: 15px 25px;
}
.pom-point__description--mind::before {
  transform: rotate(-35deg);
  top: -35px;
  left: 70px;
}

.pom-sec__copy {
  color: #036eb7;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.11em;
  text-indent: 0.11em;
  margin: 0;
}

@media screen and (max-width: 979.98px) {
  .pom-sec {
    padding: 45px 0;
    background-color: #def1fb;
  }
  .pom-sec .container {
    max-width: 800px;
  }
  .pom-sec__description {
    font-size: 1.7rem;
    max-width: none;
  }
  .pom-list {
    margin: 50px 0 90px;
  }
  .pom-list::before {
    width: 96px;
    height: 96px;
    border: 8px solid #b4b4b5;
    margin-top: -48px;
    margin-left: -48px;
  }
  .pom-list__illust {
    width: 125px;
    top: -20px;
    right: -15px;
  }
  .pom-list-row + .pom-list-row {
    margin-top: -4px;
  }
  .pom-point {
    width: 95px;
    height: 95px;
  }
  .pom-point + .pom-point {
    margin-left: 15px;
  }
  .pom-point__number {
    font-size: 1.6rem;
    line-height: 1;
    margin-bottom: 5px;
  }
  .pom-point__title {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
  .pom-point__description {
    font-size: 1rem;
    border-radius: 10px;
    transform: scal(0.8);
  }
  .pom-point__description::before {
    border-bottom: 22px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
  }
  .pom-point__description--life {
    width: 105px;
    top: 5px;
    right: calc(100% + 10px);
    padding: 5px 5px 5px 8px;
  }
  .pom-point__description--life::before {
    top: 7px;
    right: -5px;
  }
  .pom-point__description--property {
    width: 135px;
    top: 85px;
    right: 20px;
    padding: 5px 5px 5px 8px;
  }
  .pom-point__description--property::before {
    top: -15px;
    left: 50px;
  }
  .pom-point__description--mind {
    width: 86px;
    top: 85px;
    left: 65px;
    padding: 5px 8px;
  }
  .pom-point__description--mind::before {
    top: -15px;
    left: 30px;
  }
  .pom-sec__copy {
    font-size: 1.8rem;
  }
}

.fuchidori {
  color: #000;
  text-shadow:1px 1px 0 #FFF, -1px -1px 1px #FFF,
              -1px 1px 0 #FFF, 1px -1px 1px #FFF,
              0px 1px 0 #FFF,  0-1px 1px #FFF,
              -1px 0 0 #FFF, 1px 0 1px #FFF;
}
		
		.slide1{background-image: url(../img/top/slider/slide.jpg);}
		.slide2{background-image: url(../img/top/slider/slide3.jpg);}
		@media screen and (max-width: 979.98px) {
		.slide1{background-image: url(../img/top/slider/slide_sp.png);}
		.slide2{background-image: url(../img/top/slider/slide4_sp.jpg);}
			.q-img{width:50%;margin:0 auto;}
	}
