/*----------------------------------------------------
++module/component
++.top-mv
++.companies
++.hotline
++.offer
++.about
++.faq
----------------------------------------------------*/
/*----------------------------------------------------
++module/component
----------------------------------------------------*/
.section-ttl {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  position: relative;
  margin-bottom: 76px;
}
@media screen and (max-width: 960px) {
  .section-ttl {
    font-size: 2.4rem;
    margin-bottom: 44px;
  }
  .section-ttl._about {
    margin-bottom: 50px;
  }
}
.section-ttl::before, .section-ttl::after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: #D8DBFC;
  position: absolute;
}
.section-ttl::before {
  bottom: -14px;
  left: calc(50% - 75px);
}
@media screen and (max-width: 960px) {
  .section-ttl::before {
    width: 35px;
    bottom: -8px;
    left: calc(50% - 30px);
  }
}
.section-ttl::after {
  bottom: -20px;
  left: calc(50% - 38px);
}
@media screen and (max-width: 960px) {
  .section-ttl::after {
    width: 35px;
    bottom: -13px;
    left: calc(50% - 5px);
  }
}

.btn_contact {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background-color: #F59B33;
  padding: 14px 10px;
  min-width: 297px;
  max-width: 100%;
  border-radius: 5px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .btn_contact.mv_btn {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 960px) {
  .btn_contact.mv_btn {
    display: none;
  }
}
.btn_contact.mv_btn01 {
  margin-top: 30px;
}
.btn_contact.mv_btn02 {
  margin-top: 30px;
}
.btn_contact.mv_btn03 {
  margin-top: 30px;
}
.btn_contact::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 10px;
  top: 45%;
}

@media screen and (max-width: 960px) {
  .sp_non {
    display: none;
  }
}

/*----------------------------------------------------
++top-mv
----------------------------------------------------*/
.top-mv {
  color: #fff;
  background-color: #202d56;
  border-radius: 0 0 0 100px;
  padding: 25px 0 55px;
}
@media screen and (max-width: 960px) {
  .top-mv {
    color: #202d56;
    background-color: transparent;
    padding: 0;
  }
}
.top-mv .mv_inner {
  width: 1270px;
  max-width: 100%;
  padding: 0 16px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 960px) {
  .top-mv .mv_inner {
    padding: 0;
  }
}
.top-mv .slick-list .slick-item {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .top-mv .slick-list .slick-item {
    flex-direction: column;
  }
}
.top-mv .slick-list .slick-item_txt {
  width: 50%;
  padding: 130px 0 0 35px;
}
.top-mv .slick-list .slick-item_txt.mv_01{
  padding-top: 50px;
}

@media screen and (max-width: 960px) {
  .top-mv .slick-list .slick-item_txt {
    order: 2;
    width: 100%;
    padding: 26px 16px 0;
  }
}
.top-mv .slick-list .slick-item_txt .ttl {
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.32;
  margin-bottom: 15px;
}
@media screen and (max-width: 1200px) {
  .top-mv .slick-list .slick-item_txt .ttl {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 960px) {
  .top-mv .slick-list .slick-item_txt .ttl {
    font-size: 2.4rem;
    line-height: 1.1;
    margin-bottom: 10px;
  }
}
.top-mv .slick-list .slick-item_txt .subttl {
  font-size: 2rem;
  line-height: 1.56;
}
@media screen and (max-width: 1200px) {
  .top-mv .slick-list .slick-item_txt .subttl {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 960px) {
  .top-mv .slick-list .slick-item_txt .subttl {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.7;
  }
}
.top-mv .slick-list .slick-item_img {
  width: 49%;
}
@media screen and (max-width: 960px) {
  .top-mv .slick-list .slick-item_img {
    order: 1;
    width: 100%;
  }
}
.top-mv .slick-list .slick-item_img img {
  width: 100%;
}

/*----------------------------------------------------
++companies
----------------------------------------------------*/
.companies {
  padding: 54px 0;
}
@media screen and (max-width: 960px) {
  .companies {
    padding: 115px 0 0;
  }
}
.companies_inner {
  width: 1193px;
  max-width: 100%;
  padding: 0 16px;
  margin: 0 auto;
}
.companies-ttl {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .companies-ttl {
    font-size: 2rem;
    margin-bottom: 25px;
  }
}
.companies .company-list {
  max-width: 100%;
}
@media screen and (max-width: 960px) {
  .companies .company-list {
    width: 500px;
    margin: 0 auto;
  }
}
.companies .company-list_01 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .companies .company-list_01 {
    flex-wrap: wrap;
  }
}
.companies .company-list_01 p {
  text-align: center;
}
@media screen and (max-width: 960px) {
  .companies .company-list_01 p {
    width: 50%;
    margin-bottom: 12px;
  }
}
.companies .company-list_02 {
  display: flex;
  justify-content: space-between;
  width: 850px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .companies .company-list_02 {
    flex-wrap: wrap;
  }
}
.companies .company-list_02 p {
  text-align: center;
}
@media screen and (max-width: 960px) {
  .companies .company-list_02 p {
    width: 50%;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 960px) {
  .companies .company-list_02 p.sp_w {
    width: 100%;
  }
}

/*----------------------------------------------------
++hotline
----------------------------------------------------*/
.hotline {
  padding: 38px 0;
}
@media screen and (max-width: 960px) {
  .hotline {
    padding: 20px 0;
  }
}
.hotline_inner {
  width: 1272px;
  max-width: 100%;
  padding: 0 16px;
  margin: 0 auto;
}
.hotline .hotline-list {
  /* margin-bottom: 235px; */
  margin-bottom: 0px;
}
@media screen and (max-width: 960px) {
  .hotline .hotline-list {
    /* margin-bottom: 48px; */
    margin-bottom: 0px;
  }
}
.hotline .hotline-item {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 960px) {
  .hotline .hotline-item {
    flex-direction: column;
  }
}
.hotline .hotline-item::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 3px;
  background-color: #D8DBFC;
  position: absolute;
  top: 75px;
  left: 0;
}
@media screen and (max-width: 960px) {
  .hotline .hotline-item::before {
    top: 66px;
  }
}
.hotline .hotline-item:not(:last-child) {
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .hotline .hotline-item:not(:last-child) {
    margin-bottom: 22px;
  }
}
.hotline .hotline-item._item02, .hotline .hotline-item._item04, .hotline .hotline-item._item06 {
  flex-direction: row-reverse;
}
@media screen and (max-width: 960px) {
  .hotline .hotline-item._item02, .hotline .hotline-item._item04, .hotline .hotline-item._item06 {
    flex-direction: column;
  }
}
@media screen and (max-width: 416px) {
  .hotline .hotline-item._item07::before {
    top: 100px;
  }
}
.hotline .hotline-item_txtarea {
  flex: 1;
}
@media screen and (max-width: 960px) {
  .hotline .hotline-item_txtarea {
    margin-bottom: 20px;
  }
}
.hotline .hotline-item_txtarea._txtarea02 {
  padding-left: 11%;
}
@media screen and (max-width: 960px) {
  .hotline .hotline-item_txtarea._txtarea02 {
    padding-left: 0;
  }
}
.hotline .hotline-item_ttl {
  font-size: 2.4rem;
  font-weight: bold;
  padding-top: 35px;
  margin-bottom: 37px;
}
@media screen and (max-width: 960px) {
  .hotline .hotline-item_ttl {
    font-size: 2rem;
    margin-bottom: 22px;
  }
}
.hotline .hotline-item_ttl.hotline-ttl01 {
  background: url(../images/top_hotline_no1.png) left bottom no-repeat;
}
@media screen and (max-width: 960px) {
  .hotline .hotline-item_ttl.hotline-ttl01 {
    background-size: 77px auto;
  }
}
.hotline .hotline-item_ttl.hotline-ttl02 {
  background: url(../images/top_hotline_no2.png) left bottom no-repeat;
}
@media screen and (max-width: 960px) {
  .hotline .hotline-item_ttl.hotline-ttl02 {
    background-size: 88px auto;
  }
}
.hotline .hotline-item_ttl.hotline-ttl03 {
  background: url(../images/top_hotline_no3.png) left bottom no-repeat;
}
@media screen and (max-width: 960px) {
  .hotline .hotline-item_ttl.hotline-ttl03 {
    background-size: 87px auto;
  }
}
.hotline .hotline-item_ttl.hotline-ttl04 {
  background: url(../images/top_hotline_no4.png) left bottom no-repeat;
}
@media screen and (max-width: 960px) {
  .hotline .hotline-item_ttl.hotline-ttl04 {
    background-size: 89px auto;
  }
}
.hotline .hotline-item_ttl.hotline-ttl05 {
  background: url(../images/top_hotline_no5.png) left bottom no-repeat;
}
@media screen and (max-width: 960px) {
  .hotline .hotline-item_ttl.hotline-ttl05 {
    background-size: 87px auto;
  }
}
.hotline .hotline-item_ttl.hotline-ttl06 {
  background: url(../images/top_hotline_no6.png) left bottom no-repeat;
}
@media screen and (max-width: 960px) {
  .hotline .hotline-item_ttl.hotline-ttl06 {
    background-size: 87px auto;
  }
}
.hotline .hotline-item_ttl.hotline-ttl07 {
  background: url(../images/top_hotline_no7.png) left bottom no-repeat;
}
@media screen and (max-width: 960px) {
  .hotline .hotline-item_ttl.hotline-ttl07 {
    background-size: 87px auto;
  }
}
.hotline .hotline-item_txt {
  color: #202d56;
}
@media screen and (max-width: 960px) {
  .hotline .hotline-item_txt {
    line-height: 1.6;
  }
}
.hotline .hotline-item_txt._txt01 {
  width: 392px;
}
@media screen and (max-width: 960px) {
  .hotline .hotline-item_txt._txt01 {
    width: 100%;
  }
}
.hotline .hotline-item_txt._txt02 {
  width: 286px;
}
@media screen and (max-width: 960px) {
  .hotline .hotline-item_txt._txt02 {
    width: 100%;
  }
}
.hotline .hotline-item_img {
  position: relative;
  z-index: 1;
  width: 710px;
  max-width: 100%;
}
@media screen and (max-width: 960px) {
  .hotline .hotline-item_img {
    width: 100%;
  }
}
.hotline .hotline-item_img img {
  width: 100%;
}
.hotline .hotline_img {
  padding: 72px 16px;
  background-color: #F4F4F7;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .hotline .hotline_img {
    padding: 38px 16px;
  }
}

/*----------------------------------------------------
++offer
----------------------------------------------------*/
.offer {
  padding: 115px 0 100px;
}
@media screen and (max-width: 960px) {
  .offer {
    padding: 68px 0 80px;
  }
}
.offer_inner {
  width: 1271px;
  max-width: 100%;
  padding: 0 16px;
  margin: 0 auto;
}
.offer-list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .offer-list {
    flex-direction: column;
    padding-top: 10px;
  }
}
.offer-item {
  width: 603px;
  max-width: 49%;
  padding: 32px 24px 16px;
  border: 1px solid #5460EA;
  border-radius: 10px;
}
@media screen and (max-width: 960px) {
  .offer-item {
    width: 100%;
    max-width: 100%;
    padding: 32px 10px;
  }
  .offer-item:not(:last-child) {
    margin-bottom: 32px;
  }
}
.offer-item_ttl {
  color: #202d56;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.13;
  position: relative;
  margin-bottom: 25px;
}
@media screen and (max-width: 960px) {
  .offer-item_ttl {
    font-size: 2rem;
    line-height: 1.3;
  }
}
.offer-item_ttl._ttl01 {
  padding-left: 90px;
}
@media screen and (max-width: 960px) {
  .offer-item_ttl._ttl01 {
    padding-left: 62px;
  }
}
.offer-item_ttl._ttl01::before {
  content: "";
  display: inline-block;
  width: 73px;
  height: 60px;
  background: url(../images/top_offer_icon01.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 6px;
  top: -3px;
}
@media screen and (max-width: 960px) {
  .offer-item_ttl._ttl01::before {
    width: 54px;
    height: 44px;
    left: 0px;
    top: 3px;
  }
}
.offer-item_ttl._ttl02 {
  padding-left: 68px;
}
@media screen and (max-width: 960px) {
  .offer-item_ttl._ttl02 {
    padding-left: 60px;
  }
}
.offer-item_ttl._ttl02::before {
  content: "";
  display: inline-block;
  width: 58px;
  height: 48px;
  background: url(../images/top_offer_icon02.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0px;
  top: 3px;
}
@media screen and (max-width: 960px) {
  .offer-item_ttl._ttl02::before {
    width: 57px;
    height: 47px;
    left: 2px;
    top: 6px;
  }
}
@media screen and (max-width: 960px) {
  .offer-item .service-list {
    padding-left: 3px;
    padding-right: 5px;
  }
}
.offer-item .service-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.offer-item .service-list li::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 6px;
  width: 6px;
  height: 4px;
  border-left: 1px solid #5460EA;
  border-bottom: 1px solid #5460EA;
  transform: rotate(-45deg);
}
.offer-item .effectiveness-txt:not(:last-child) {
  margin-bottom: 10px;
}

/*----------------------------------------------------
++about
----------------------------------------------------*/
.about {
  color: #fff;
  padding: 60px 0 52px;
  background-color: #202d56;
}
@media screen and (max-width: 960px) {
  .about {
    padding: 46px 0 40px;
  }
}
.about_inner {
  width: 755px;
  max-width: 100%;
  padding: 0 16px;
  margin: 0 auto;
}
.about_txt:not(:last-child) {
  margin-bottom: 26px;
}

/*----------------------------------------------------
++faq
----------------------------------------------------*/
.faq {
  padding: 85px 0 0;
}
@media screen and (max-width: 960px) {
  .faq {
    padding: 80px 0 38px;
  }
}
.faq_inner {
  width: 912px;
  max-width: 100%;
  padding: 0 16px;
  margin: 0 auto;
}
.faq .accordion-container {
  border-top: 4px solid #202d56;
  border-left: 1px solid #444444;
  border-right: 1px solid #444444;
  border-bottom: 1px solid #444444;
  border-radius: 5px;
  margin-bottom: 42px;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.faq .accordion-title {
  color: #202d56;
  font-weight: bold;
  position: relative;
  padding: 17px 46px 20px;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .faq .accordion-title {
    padding: 20px 42px 20px 10px;
  }
}
.faq .accordion-title::before {
  content: "";
  position: absolute;
  top: 44%;
  right: 38px;
  width: 20px;
  height: 2px;
  transform: rotate(90deg);
  background: #202d56;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 960px) {
  .faq .accordion-title::before {
    right: 10px;
    top: 34%;
  }
}
.faq .accordion-title::after {
  content: "";
  position: absolute;
  top: 44%;
  right: 38px;
  width: 20px;
  height: 2px;
  background: #202d56;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 960px) {
  .faq .accordion-title::after {
    right: 10px;
    top: 34%;
  }
}
.faq .accordion-title.open::before {
  transform: rotate(180deg);
}
.faq .accordion-title.open::after {
  opacity: 0;
}
.faq .accordion-content {
  display: none;
  border-radius: 5px;
  padding: 0 30px 23px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .faq .accordion-content {
    padding: 0 10px 10px;
  }
}
.faq .accordion-content_bg {
  background-color: #F4F4F7;
  padding: 24px 50px 24px 48px;
  position: relative;
  border-radius: 5px;
}
@media screen and (max-width: 960px) {
  .faq .accordion-content_bg {
    padding: 16px 12px 24px 37px;
  }
}
.faq .accordion-content_bg::before {
  content: "";
  position: absolute;
  top: 23px;
  left: 15px;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .faq .accordion-content_bg::before {
    top: 17px;
    left: 8px;
  }
}
.faq .accordion-content_bg._content01::before {
  content: "A1:";
}
.faq .accordion-content_bg._content02::before {
  content: "A2:";
}
.faq .accordion-content_bg._content03::before {
  content: "A3:";
}
.faq .accordion-content_bg._content04::before {
  content: "A4:";
}
.faq .accordion-content_bg._content05::before {
  content: "A5:";
}
.faq .accordion-content p {
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .faq .accordion-content p {
    font-weight: 400;
    line-height: 1.6;
  }
}
.faq .accordion-content p:not(:last-child) {
  margin-bottom: 25px;
}
.faq .btn-wrap {
  text-align: center;
}
/*# sourceMappingURL=top-page.css.map */
