@charset "UTF-8";
/* CSS Document */

/*-------------------------------------------------------
	main visual
-------------------------------------------------------*/
.main-visual {
  display: block;
  position: relative;
}
.main-visual .sp{
  display: none;
}
.swiper {
  padding-bottom: 30px!important;
}
.swiper-slide img {
  height: auto;
  width: 100%;
}
.swiper-slide .sp {
  display: none;
}
.swiper-pagination-bullet {
  background-color: #D9D9D9!important;
  opacity: 1!important;
}
.swiper-pagination-bullet-active {
  background-color: #000!important;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0!important;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 9px!important;
}
#whats-new,
#about,
#service,
#recruit {
  position: relative;
}
/*
#whats-new,
#feature{
  width: 74%;
  padding: 60px 0 100px;
  margin: 0 auto;
}
#product .inner,
#contact{
  padding: 60px 0;
}
#product .inner,
#contact .inner{
  width: 74%;
  margin: 0 auto;
} */

/*-------------------------------------------------------
	#whats-new
-------------------------------------------------------*/
#whats-new {
  padding: 100px 0 130px;
}

#whats-new .item{
  /* width: 30.66%; */
  height: auto;
  /* background-color: #f8f8f8; */
  /* box-shadow: 2px 4px 6px rgba(160, 160, 160, 0.6); */
  position: relative;
  font-size: 17px;
  color: #333;
  border-bottom: 1px solid #d9d9d9;
}
#whats-new .item a:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 10px;
  right: 0;
  background-image: url("../img/icon_arrow_link.svg");
  width: 25px;
  height: 10px;
}
#whats-new .text {
  display: flex;
  margin-top: 30px;
  margin-right: 25px;
}
#whats-new .date {
  width: 120px;
  flex-shrink: 0;
}
#whats-new .link {
  position: absolute;
  top: 85px;
  right: 0;
}
#whats-new .title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 24px;
  color: #777;
  position: relative;
}

#whats-new .title .link{
  padding-bottom: 4px;
  white-space: nowrap;
}
#whats-new .title h2 {
  font-family: "Akshar", sans-serif;
  text-transform: uppercase;
  font-size: 50px;
  letter-spacing: 0.03em;
}
#whats-new .title h2:after{
  font-family: Hiragino Kaku Gothic Pro, "Hiragino Sans", Meiryo, sans-serif;
  position: relative;
  display: inline-block;
  content: attr(data-sub);
  font-size: 20px;
  margin-left: 14px;
  letter-spacing: 0;
}
#whats-new .title:after {
  position: absolute;
  content: "";
  height: 3px;
  width: 70px;
  background-color: #777;
  bottom: 0;
}
#whats-new .title a{
  font-size: 17px;
  padding: 1rem 0 1rem 1rem;
  margin-left: 1rem;
  position: relative;
}
/*-------------------------------------------------------
	#about,#service,#recruit
-------------------------------------------------------*/
#about,
#service,
#recruit {
  height: 300px;
  padding-top: 70px;
}
#about:has(.link:hover),
#service:has(.link:hover),
#recruit:has(.link:hover) {
  transition: all 0.5s;
  background-color: rgba(255, 255, 255, 0.2);
  background-blend-mode: lighten;
}
#about .content,
#service .content,
#recruit .content {
  position: relative;
  width: 530px;
  height: 296px;
  background: #000;
  opacity: .7;
  border-radius: 10px;
  display: grid;
  align-items: center;
  transition: all .5s;
}
#about .content,
#recruit .content {
  margin-left: auto;
}
#about .link,
#service .link,
#recruit .link {
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 65px);
}
#about .link:hover + .content,
#service .link:hover + .content,
#recruit .link:hover + .content {
  opacity: .9;
}
#about .link:hover + .content .text,
#service .link:hover + .content .text,
#recruit .link:hover + .content .text {
  opacity: 0.7;
  transition: all 0.5s;
}
#about .text,
#service .text,
#recruit .text {
  position: relative;
  left: 60px;
  width: calc(100% - 120px);
  height: 94px;
  display: flex;
  justify-content: space-between;
}
#about .text h2,
#service .text h2,
#recruit .text h2 {
  font-family: "Akshar", sans-serif;
  text-transform: uppercase;
  font-size: 50px;
  letter-spacing: 0.03em;
  color: #fff;
}
#about .text h2:after,
#service .text h2:after,
#recruit .text h2:after{
  font-family: Hiragino Kaku Gothic Pro, "Hiragino Sans", Meiryo, sans-serif;
  position: absolute;
  display: inline-block;
  content: attr(data-sub);
  font-size: 20px;
  margin-left: 14px;
  color: #F9AA8F;
  bottom: -8px;
  left: 70px;
  letter-spacing: 0;
}
#about .text:after,
#service .text:after,
#recruit .text:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 70px;
  background-color: #fff;
  bottom: 5px;
}

/*-------------------------------------------------------
	#about
-------------------------------------------------------*/
#about {
  background-image: url("../img/About.jpg");
  background-size: 975px auto;
  background-repeat: no-repeat;
}
/*-------------------------------------------------------
	#service
-------------------------------------------------------*/
#service {
  margin-top: 116px;
  background-image: url("../img/Service.jpg");
  background-size: 975px auto;
  background-repeat: no-repeat;
  background-position-x: right;
}
/*-------------------------------------------------------
	#recruit
-------------------------------------------------------*/
#recruit {
  margin-top: 116px;
  margin-bottom: 270px;
  background-image: url("../img/Recruit.jpg");
  background-size: 975px auto;
  background-repeat: no-repeat;
}
/*-------------------------------------------------------
	#product
-------------------------------------------------------*/
#product{
  padding: 0;
}
#product .block{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-top: 20px;  
}
#product .block img{
  width: 80%;
  max-width: 720px;
}

/*-------------------------------------------------------
	#feature
-------------------------------------------------------*/
#feature .block{
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;  
}
#feature .item{
  display: flex;
  width: 100%;
  min-height: 275px;
  margin-bottom: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#feature .item:nth-of-type(even){
  justify-content: flex-end;
}
#feature .item:last-of-type{
  margin-bottom: 0;  
}
#feature #solar-loan{
  background-image: url("../img/top_feature02.jpg");
}
#feature #high-quality{
  background-image: url("../img/top_feature03.jpg");
}
#feature .item .text-area{
  display: flex;
  align-items: center;
  width: 46%;
  padding: 40px;
  text-align: justify;
}
#feature .item .text-area .link-area{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
#feature .item .text-area .link-area a{
  position: relative;
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  margin-bottom: -1.125rem;
  font-size: 0.875rem;
}
#feature .item .text-area .link-area a:first-child{
  padding-left: 1.5rem;
}
#feature .item .text-area .link-area a:first-child:before{
  width: 1rem;
  height: 1rem;
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url("../img/icon_download.svg");
  background-repeat: no-repeat;
}
#feature .item .text-area .link-area a:last-child{
  padding-left: 1.2rem;
}
#feature .item .text-area .link-area a:last-child:before{
  width: 0.75rem;
  height: 0.75rem;
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url("../img/icon_open_window.svg");
  background-repeat: no-repeat;
}
#feature h3{
  padding-left: 0.8rem;
  position: relative;
}
#feature h3:before{
  width: 0.4rem;
  height: 1.6rem;
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  background-color: #e60012;
}
#feature h4{
  font-size: 1.5rem;
  line-height: 1.5;
  padding-bottom: 1.125rem;
}

#feature .subtitle-text{
  display: inline-block;
  padding: 0.45rem 0 1.125rem 1rem;
  font-size: 0.875rem;
}

/* タブ切り替えの設定 */
#feature .item .tabs{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
#feature .item .tabs:before{
  width: 100%;
  height: 4px;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e60012;
}
#feature .item .tabs .text-area{
  display: block;
}
#feature .item .tab-item{
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% / 6.2);
  min-width: 156px;
  height: 70px;
  padding: 0 2rem;
  margin: 0 1px;
  background-color: rgba(230, 0, 18, 0.1);
  text-align: center;
  line-height: 1.5;
  transform-origin: top left;
  transform: skewX(-30deg);
}
#feature .item .tab-item:first-of-type{
  width: calc(100% / 5.8);
}
#feature .item .tab-item:first-of-type span{
  margin-left: 0.5rem;
}
#feature .item .tab-item:nth-last-of-type(2){
  width: calc(100% / 5.5);
}
#feature .item .tab-item:nth-last-of-type(2) span{
  margin-left: -0.5rem;
}
#feature .item .tab-item:first-of-type span{
  margin-left: 0.5rem;
}
#feature .item .tab-item:last-of-type{
  width: calc(100% / 5);
  padding-right: 3rem;
  margin-right: calc(100% / 6 * -1);
}
#feature .item .tab-item:hover{
  background-color: rgba(230, 0, 18, 0.8);
  color: #f7f8f2;
}
#feature .item .tab-item span{
  transform: skewX(30deg);
  word-break: keep-all;
}
#feature .item input[name="tab-item"]{
  display: none;
}
#feature .item .tabs input:checked + .tab-item{
  background-color: rgba(230, 0, 18, 0.8);
  color: #f7f8f2;
}
#feature .item .tab-content{
  display: none;
  overflow: hidden;
}
#expert-dial:checked ~ #content-expert-dial,
#trouble-rush:checked ~ #content-trouble-rush,
#help-service:checked ~ #content-help-service,
#medical-dial:checked ~ #content-medical-dial,
#liability-compensation:checked ~ #content-liability-compensation,
#mylife-design:checked ~ #content-mylife-design{
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 275px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#content-expert-dial{background-image: url("../img/top_feature01_tab01.jpg");}
#content-trouble-rush{background-image: url("../img/top_feature01_tab02.jpg");}
#content-help-service{background-image: url("../img/top_feature01_tab03.jpg");}
#content-medical-dial{background-image: url("../img/top_feature01_tab04.jpg");}
#content-liability-compensation{background-image: url("../img/top_feature01_tab05.jpg");}
#content-mylife-design{background-image: url("../img/top_feature01_tab06.jpg");}

/*-------------------------------------------------------
	#contact
-------------------------------------------------------*/
#contact{
  width: 100%;
  background-image: url("../img/top_contact_bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#contact .inner{
  display: flex;
  justify-content: center;
}
#contact .inner a{
  margin: 0 5rem;
}
#contact .inner a:hover,
#contact .inner a:active{
  transform: scale(1.02);
}
#contact img{
  min-width: 280px;
}


/*-------------------------------------------------------
	1440px以上で適用する内容.
-------------------------------------------------------*/
@media screen and (min-width:1440px){
  
  #contact{
    width: auto;
    margin-left: calc((100vw - 1440px) / 2 * -1);
    margin-right: calc((100vw - 1440px) / 2 * -1);
  }
}

/*-------------------------------------------------------
	1365px以下で適用する内容.
-------------------------------------------------------*/
@media screen and (max-width:1365px){
  /* #feature */
  #feature .item .tab-item{
    min-width: auto;
    font-size: 0.8rem;
  }
  #feature .item .tab-content .text-area p br{
    display: none;
  }
}
/*-------------------------------------------------------
	1023px以下で適用する内容.
-------------------------------------------------------*/
@media screen and (max-width:1023px){
  
  .main-visual .pc{
    /* padding-top: 70px; */
  }
  /* .swiper {
    margin-top: 89px;
  } */
  #about .content,
  #service .content,
  #recruit .content {
    width: 50%;
  }
  #about .content,
  #recruit .content {
    left: 10px;
  }
  #service .content {
    right: 10px;
  }
  /* #feature */
  #feature h3 br,
  #feature .title .title-group br{
    display: none;
  }
  #feature .subtitle-text{
    display: inline-block;
    padding: 0.45rem 0 1.125rem;
    margin-top: -1.125rem
  }
  #feature h4{
    font-size: 1.25rem;
  }
  #feature .item .text-area{
    width: 100%;
    padding: 40px 0.75rem;
  }
  #feature .item .text-area h3{
    font-size: 1.25rem;
  }
  #feature .item .text-area .link-area,
  #feature .item .text-area .link-area a{
    display: block;
  }
  #feature .item .text-area p{
    font-size: 0.875rem;
  }
  #feature #solar-loan{
    background-image: url("../img/top_feature02_sp.jpg");
  }
  #feature #high-quality{
    background-image: url("../img/top_feature03_sp.jpg");
  }
  #feature .item .tabs{
    background-color: inherit;
  }
  #feature .item .tabs label,
  #feature .item .tabs:before{
    display: none;
  }
  #feature .item .tab-content{
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 275px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 40px;
  }
  #feature .item .tab-content:last-of-type{
    margin-bottom: 0;
  }
  #content-expert-dial{background-image: url("../img/top_feature01_tab01_sp.jpg");}
  #content-trouble-rush{background-image: url("../img/top_feature01_tab02_sp.jpg");}
  #content-help-service{background-image: url("../img/top_feature01_tab03_sp.jpg");}
  #content-medical-dial{background-image: url("../img/top_feature01_tab04_sp.jpg");}
  #content-liability-compensation{background-image: url("../img/top_feature01_tab05_sp.jpg");}
  #content-mylife-design{background-image: url("../img/top_feature01_tab06_sp.jpg");}

}
/*-------------------------------------------------------
	767px以下で適用する内容.
-------------------------------------------------------*/
@media screen and (max-width:767px){
  
  .main-visual .pc{
    display: none;
  }
  .main-visual .sp{
    display: block;
    /* padding-top: 70px; */
  }
  /* .swiper {
    margin-top: 36px;
  } */
  .swiper-slide .sp {
    display: block;
  }
  .swiper-slide .pc {
    display: none;
  }
  /* #whats-new */
  #whats-new{
    padding-bottom: 0;
    margin-bottom: 180px;
  }
  #whats-new .item{
    width: 100%;
    margin: 0 0 40px;
  }
  #whats-new .title h2 {
    font-size: 40px;
  }
  #whats-new .title h2:after {
    font-size: 16px;
  }
  #whats-new .title {
    padding-bottom: 16px;
  }
  #whats-new .title:after {
    width: 62px;
    bottom: 0;
  }
  #whats-new .link {
    position: absolute;
    top: unset;
    right: 0;
    bottom: -47px;
  }
  #about .content,
  #recruit .content,
  #service .content {
    width: calc(100% - 26px);
    top: 80px;
    height: 216px;
    position: relative;
    display: block;
  }
  #about .content,
  #recruit .content {
    right: 13px;
    left: unset;
  }
  #service .content {
    left: 13px;
    right: unset;
  }
  #about .text,
  #service .text,
  #recruit .text {
    height: 73px;
    left: 40px;
    top: 50px;
  }
  #about .text h2,
  #service .text h2,
  #recruit .text h2 {
    font-size: 40px;
  }
  #about .text h2:after,
  #service .text h2:after,
  #recruit .text h2:after {
    font-size: 17px;
  }
  #about .text img,
  #service .text img,
  #recruit .text img {
    width: 53px;
    height: 53px;
    position: relative;
    top: 84px;
    left: 56px;
  }
  /*-------------------------------------------------------
    #about
  -------------------------------------------------------*/
  #about {
    background-image: url("../img/About_sp.jpg");
    background-repeat: no-repeat;
    background-size: auto;
    width: 100%;
	  max-width: 355px;
    margin: 0 auto 140px;
  }
  /*-------------------------------------------------------
    #service
  -------------------------------------------------------*/
  #service {
    margin: 0;
    background-image: url("../img/Service_sp.jpg");
    background-repeat: no-repeat;
    background-size: auto;
    width: 100%;
	  max-width: 355px;
    margin: 0 auto 140px;
  }
  /*-------------------------------------------------------
    #recruit
  -------------------------------------------------------*/
  #recruit {
    margin: 0;
    background-image: url("../img/Recruit_sp.jpg");
    background-repeat: no-repeat;
    background-size: auto;
    width: 100%;
	max-width: 355px;
    margin: 0 auto 140px;
  }

  /* #product */
  #product{
    background-position: center 60px;
  } 
  #product .inner{
    padding-bottom: 20px;
  }
    
  /* #contact */
  #contact{
    background-image: url("../img/top_contact_bg_sp.jpg");
  }
  #contact .inner{
    flex-wrap: wrap;
  }
  #contact .inner a{
    margin: 0 3rem 40px;
  }
  #contact .inner a:last-child{
    margin-bottom: 0;
  }


}



