#head-key {
  position: relative;
  padding-top: 80px;
  padding-left: 15px;
  padding-bottom: 50px;
  z-index: 2;
  padding-right: 15px;
}
#head-key .key__catch {
  margin-bottom: 5vw;
  color: #fff;
}
#head-key .key__catch .tt-1,
#head-key .key__catch h3 {
/*  font-size: 4.5vw;*/
	font-size: 23px;
  line-height: 1.6;
  text-shadow: 6px 4px 4px rgba(0, 0, 0, 0.4);
  padding-bottom: 4vw;
  font-weight: 700;
}
#head-key .key__catch .tt-2{
  border-top: 1px solid #fff;
/*  font-size: 2.4vw;*/
	font-size: 14px;
	
  font-weight: 500;
  display: inline-block;
  padding-top: 4vw;
}
#head-key .key__category {
  display: flex;
  gap: 4vw;
  margin-bottom: 10vw;
}
#head-key .key__category li {
  background: #fff;
  border-radius: 10px;
  text-align: center;
  color: #FF7780;
  font-size: 3.2vw;
  line-height: 1.3;
  font-weight: 700;
  padding: 3vw 2vw;
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.25);
  width: 23vw;
}
#head-key .key__category li span {
  display: block;
  margin: 0 auto 2vw;
}
#head-key .key__category li .icon-1 {width: 70%;}
#head-key .key__category li .icon-2 {
  width: 65%;
}
#head-key .key__category li .icon-3 {
  width: 55%;
}
#head-key .bnr__shared {
  margin-bottom: 10px;
  margin-left: 0;
}
#head-key .key__reward {
}
#head-key .key__video {
  position: absolute;
  top: 40px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#head-key .key__video .video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}


@media screen and (min-width: 768px) {
  #head-key {
    padding-top: 148px;
    padding-left: 102px;
    padding-bottom: 45px;
    padding-right: 0;
  }
  #head-key .key__catch {
    margin-bottom: 31px;
  }
  #head-key .key__catch .tt-1,
  #head-key .key__catch h3 {
    font-size: 38px;
    padding-bottom: 21px;
    letter-spacing: 0px;
    line-height: 1.5;
  }
  #head-key .key__catch .tt-2{
    font-size: 20px;
    padding-top: 19px;
    letter-spacing: 0;
  }
  #head-key .key__category {
    gap: 36px;
    margin-bottom: 62px;
  }
  #head-key .key__category li {
    font-size: 20px;
    padding: 16px 20px 7px;
    width: 160px;
  }
  #head-key .key__category li span {
    margin-bottom: 8px;
  }
  #head-key .key__category li .icon-1 {
    width: 110px;
  }
  #head-key .key__category li .icon-2 {
    width: 102px;
  }
  #head-key .key__category li .icon-3 {
    width: 83px;
  }
  #head-key .bnr__shared {
    width: 579px;
    margin-bottom: 4px;
    margin-left: 41px;
  }
  #head-key .key__reward {
    width: 562px;
    margin-left: 50px;
  }
  #head-key .key__video {
    top: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
    #head-key {
        padding-top: 100px;
        padding-left: 40px;
    }
    #head-key .key__video {
        top: 50px;
    }
}
#elevator {
  position: fixed;
  z-index: 999;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  padding: 2px;
  display: none;
}
#elevator li + li {
  margin-top: 5px;
}
#elevator a {
  display: block;
  width: 100%;
  height: 30px;
  padding: 0 10px;
  line-height: 30px;
  background-color: #fff;
  font-size: 14px;
  font-weight: bold;
  color: var(--primary-color);
  text-decoration: none;
  text-align: left;
  box-shadow: -1px 2px 2px #ccc;
}
#elevator a.current {
  background-color: var(--primary-color);
  color: #fff;
}
@media screen and (min-width: 768px) {
  #elevator {
    display: block;
  }
}

/*Concern*/
.concern {
  padding-top: 40px;
  margin-bottom: 70px;
}
.concern .heading__paragraph {
  margin-bottom: 50px;
}

.concern__sliders {
  padding-top: 50px;
}

.slick-slider__img {
  min-width: 200px;
  min-height: 242px;
  display: flex !important;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
    margin-left: 5px;
    margin-right: 5px;
}
.slick-slider__img .slick-slider__box {
  background: #f4f3f3;
  border-radius: 10px;
  font-size: 15px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  position: relative;
  margin-bottom: 40px;
  padding: 12px 15px;
  display: flex;
  align-items: center;
  min-height:80px;
}
.slick-slider__img .slick-slider__box::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 30px solid #f4f3f3;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.slick-slider__img img {
  display: block;
  width: 115px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .concern {
    padding-top: 50px;
    margin-bottom: 67px;
  }
  .concern .heading__paragraph {
    margin-bottom: 34px;
  }
  .concern__sliders {
    padding-top: 37px;
  }
  .slick-slider__img {
    min-width: 200px;
    min-height: 242px;
  }
  .slick-slider__img .slick-slider__box {
font-size: 15px;
        line-height: 28px;
        margin-bottom: 40px;
        padding: 17px 12px;
        min-height: 80px;
  }
  .slick-slider__img .slick-slider__box::after {
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 30px solid #f4f3f3;
    bottom: -20px;
  }
  .slick-slider__img img {
    width: 141px;
  }
}
.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
}
.slick-dots li {
  margin: 0 4px;
}
.slick-dots li button {
  background-color: #d7000f;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  border: none;
  font-size: 0;
  cursor: pointer;
}
.slick-dots .slick-active button {
  background-color: #f4cccf !important;
}

.slick-arrow {
  position: absolute;
  z-index: 99;
  bottom: -8px;
  background-color: transparent;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: 1px solid #d7000f;
  transition: all 0.4s;
  cursor: pointer;
}
.slick-arrow:hover {
  background-color: #d7000f;
  border: 1px solid #fff;
}
.slick-arrow:hover i {
  color: #fff;
}
.slick-arrow {
	bottom: -45px;
}

@media only screen and (min-width: 768px) {
  .slick-arrow {
    bottom: -8px;
  }
  .slick-arrow:hover {
    background-color: #d7000f;
    border: 1px solid #fff;
  }
  .slick-arrow:hover i {
    color: #fff;
  }
}
.slick-arrow i {
  color: #d7000f;
  line-height: 1.7;
}

.slick-prev {
  left: 35%;
}

.slick-next {
  right: 35%;
}

@media only screen and (max-width: 1600px) {
  .slick-prev {
    left: 30%;
  }
  .slick-next {
    right: 30%;
  }
}
@media only screen and (max-width: 1200px) {
  .slick-prev {
    left: 17%;
  }
  .slick-next {
    right: 17%;
  }
}
@media only screen and (max-width: 876px) {
  .slick-prev {
    left: 3%;
  }
  .slick-next {
    right: 3%;
  }
}
@media only screen and (max-width: 767.98px) {
.concern__sliders .slick-arrow,
.concern__sliders .slick-dots {
display: none!important;
}
}

/*solves*/
.solves {
  position: relative;
  text-align: center;
}
.solves::after {
  content: "";
  background-color: #F4F4F4;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  top: 161px;
}
.solves h2 {
  background-color: #F4F4F4;
  display: inline-block;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  line-height: 1;
  font-size: 26px;
  color: var(--primary-color);
  font-weight: 500;
  margin-bottom: 20px;
  padding: 20px 50px;
}
.solves h2 span {
  width: 148px;
  display: block;
  position: relative;
  margin: 15px auto;
}

.solvesList {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 5px;
  padding-bottom: 20px;
  flex-wrap: wrap;
}
.solvesList__item {
  width: 100%;
}
.solvesList__item a {
  display: block;
  background: var(--primary-color);
}
.solvesList__item .solvesList__item-photo {
  width: 100%;
  height: 175px;
  position: relative;
}
.solvesList__item .solvesList__item-photo span {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 27px;
  z-index: 2;
  transform: translateY(-50%);
}
.solvesList__item .solvesList__item-box {
  font-size: 16px;
  color: #fff;
  padding: 20px;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .solves {
    text-align: center;
  }
  .solves::after {
    bottom: 0;
    left: 0;
    right: 0;
    top: 86px;
  }
  .solves h2 {
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    font-size: 32px;
    margin-bottom: 8px;
    letter-spacing: 3px;
    padding: 11px 35px 0;
  }
  .solves h2 span {
    width: 210px;
    top: -21px;
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
  }
  .solvesList {
    gap: 5px;
    padding-bottom: 46px;
  }
.solvesList__item {width: auto;}
  .solvesList__item .solvesList__item-photo {
    width: 255px;
    height: 175px;
  }
  .solvesList__item .solvesList__item-photo span {
    font-size: 20px;
    line-height: 27px;
  }
  .solvesList__item .solvesList__item-box {
    font-size: 16px;
    padding: 20px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) and (max-width: 1299px) {
  .solvesList {
    justify-content: left;
    gap: 1.2vw;
  }
  .solvesList__item .solvesList__item-photo {
    width: 100%;
  }
  .solvesList__item {
    width: 29.4vw;
  }
    .solvesList__item .solvesList__item-box {
        font-size: 15px;
        padding: 18px;
    }
}
/*companies*/
.companies {
  position: relative;
  padding-top: 50px;
}
.companies .companiesNote {
  text-align: right;
  font-size: 12px;
}

.companies__heading {
  font-size: 26px;
  text-align: center;
  margin-bottom: 27px;
}
.companies__heading span {
  color: var(--primary-color);
  font-size: 40px;
  font-weight: 700;
  display: block;
  line-height: 1;
  padding: 5px 0 9px;
}
.companies__heading span small {
  font-size: 28px;
}

.companiesList {
  max-width: 1026px;
  margin: 0 auto 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.companiesList .companies__logo {
  width: 48%;
}

@media screen and (min-width: 768px) {
  .companies {
    padding-top: 101px;
  }
  .companies .companiesNote {
    max-width: 976px;
    margin: 0 auto;
    letter-spacing: 0;
    font-size: 12px;
  }
  .companies__heading {
    font-size: 34px;
    margin-bottom: 50px;
    letter-spacing: 0;
  }
  .companies__heading span {
    font-size: 44px;
    display: inline-block;
  }
  .companies__heading span small {
    font-size: 36px;
  }
  .companiesList {
    margin-bottom: 26px;
    gap: 20px 41px;
  }
  .companiesList .companies__logo {
    width: 224px;
  }
}
/*voices*/
.voices {
  position: relative;
  margin-bottom: 0;
  border: none;
  padding-top: 100px;
  margin-left: 0;
  margin-right: 0;
}
.voices .heading__paragraph {
  margin-bottom: 65px;
}

.voicesList__item {
  padding: 15px 15px 80px;
}
.voicesList__item .bnr__shared {
  width: 270px;
  left: auto;
}
.voicesList__item .bnr__style-6 a span::after {
  right: -6px;
}

@media screen and (min-width: 768px) {
  .voices {
    margin-bottom: 122px;
    padding-top: 102px;
    max-width: 100%;
    padding-bottom: 0;
  }
  .voices .heading__paragraph {
    margin-bottom: 59px;
  }
  .voicesList__item {
    padding: 27px 22px 97px;
    border-color: #323232;
  }
  .voicesList__item .bnr__shared {
    width: 270px;
    left: auto;
  }
  .voicesList__item .bnr__style-6 a span::after {
    right: -6px;
  }
.voices .voicesList {
    justify-content: space-between;
    padding: 0;
    gap: 39px 20px;
}
 .voices .voicesList__item .ttl-1 {
    font-size: 24px;
    margin-left: 20px;
    margin-bottom: 0;
	 font-weight: 500;
}
 .voices .voicesList__item .ttl-2 {
    margin-left: 27px;
    font-size: 20px;
    letter-spacing: 0;
    margin-bottom: 15px;
}
  .voices .voicesList__item .text {
    padding-left: 28px;
    line-height: 36px;
    font-size: 16px;
}

}
@media screen and (min-width: 768px) and (max-width: 1299px) {
  .voices .voicesList__item .ttl-1 {
    margin-left: 0;
    font-size: 22px;
  }
    .voices .voicesList__item .ttl-2 {
        margin-left: 0;
        font-size: 18px;
    }
    .voices .voicesList__item .text {
      padding-left: 0;
    }
}
/*service*/
.service {
  padding-top: 70px;
  overflow: hidden;
}
.service .heading__paragraph {
  margin-bottom: 40px;
}
.service .heading__paragraph span {
  display: block;
  margin: 0 auto 10px;
  width: 148px;
}
.service .paragraph__primary {
  margin-bottom: 35px;
}
.service .text__paragraph {
  margin-bottom: 30px;
	text-align: center;
}

.serviceList {
  position: relative;
}
.serviceList li {
  display: block;
  position: relative;
  box-sizing: border-box;
  padding: 0 20px 20px;
}
.serviceList li::before, .serviceList li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 13px;
  z-index: -1;
}
.serviceList li::before {
  background: #f5f5f5;
}
.serviceList li::after {
  right: 0;
  left: 0;
  background: url("../img/top/bg_feature_sp.png") no-repeat center;
  background-size: 100% 100%;
  height: 56vw;
}
.serviceList li + li {
  margin-top: 40px;
}
.serviceList .bnr__style-6 a {
  display: inline-block;
  padding: 13px 15px;
  letter-spacing: 0;
}
.serviceList .bnr__style-6 a span::after {
  right: 0;
}

.serviceList__photo {width: 100%;margin-bottom: 19px;}

.serviceList__box .bnr__shared {
	text-align: center;
}

.serviceList__title {
  font-size: 40px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 15px;
  line-height: 1.3;
}

.serviceList__text {
  margin-bottom: 40px;
}
.serviceList__text h3 {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 20px;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .service {
    padding-top: 112px;
  }
  .service .heading__paragraph {
    margin-bottom: 57px;
  }
  .service .heading__paragraph span {
    margin-right: 21px;
    display: inline-block;
    width: 203px;
    margin-bottom: 0;
  }
  .service .paragraph__primary {
    margin-bottom: 41px;
  }
  .service .text__paragraph {
    margin-bottom: 102px;
    text-align: center;
  }
  .serviceList {
    margin-bottom: 0;
  }
  .serviceList li {
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-direction: row-reverse;
    box-sizing: border-box;
    padding: 0 29px 34px;
  }
  .serviceList li::before, .serviceList li::after {
    bottom: 0;
    left: -25px;
    right: -25px;
    top: 31px;
  }
  .serviceList li::after {
    right: -25px;
    left: auto;
    background: url("../img/top/bg_feature.png") no-repeat center;
    background-size: 100% 100%;
    width: 436px;
    height: auto;
  }
  .serviceList li:nth-child(2n) {
    flex-direction: row;
  }
  .serviceList li:nth-child(2n)::after {
    right: auto;
    left: -25px;
    background: url("../img/top/bg_feature2.png") no-repeat center;
    background-size: 100% 100%;
  }
  .serviceList li + li {
    margin-top: 137px;
  }
  .serviceList .bnr__style-6 a {
    padding: 13px 20px;
  }
  .serviceList .bnr__style-6 a span::after {
    right: 0;
  }
  .serviceList__photo {
    width: 640px;
    margin-bottom: 0;
  }
  .serviceList__box {
    width: 540px;
  }
  .serviceList__title {
    font-size: 48px;
    margin-bottom: 30px;
  }
  .serviceList__text {
    margin-bottom: 65px;
    letter-spacing: 0;
    line-height: 28px;
  }
  .serviceList__text h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 40px;
  }
	
.serviceList__box .bnr__shared {
	text-align: left;
}	
	
}

@media screen and (min-width: 768px) and (max-width: 1299px) {
.serviceList li {
  padding-left: 0;
  padding-right: 0;
}
.serviceList__box {
  width: 46%;
}
.serviceList__photo {
  width: 50%;
}
.serviceList__text dt {
  font-size: 20px;
  margin-bottom: 25px;
}
.serviceList__text {
  margin-bottom: 45px;
}
}

.supportSystem {
  padding-top: 70px;
  width: auto;
  padding-bottom: 60px;
}

.guide {
  background: #F4F4F4;
  padding: 70px 0 70px;
}
.guide .heading__paragraph {
  margin-bottom: 60px;
}
.guide .heading__paragraph span {
    display: block;
    margin: 0 auto;
    width: 148px;
}
.guide .bnr__shared {max-width: 400px;margin: 0 auto;}

.guide__video {
  margin: 0 auto 30px;
      height: 300px;
}
.guide__video iframe {
	width: 100%;
    height: 100%;
}
.guide__text {
  font-size: 16px;
  margin-bottom: 25px;
}

.notice {
  padding: 70px 0;
  text-align: center;
}
.notice .heading__paragraph {
  margin-bottom: 30px;
}
.notice .bnr__style-6 a {
  padding: 13px 20px;
  display: inline-block;
}

.noticeList {
  max-width: 954px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.noticeList dl {
  border-bottom: 1px solid #D9D9D9;
  padding: 22px 0;
  display: block;
  letter-spacing: 0;
  text-align: left;
}
.noticeList dl dt {
  min-width: 120px;
  margin-bottom: 10px;
}
.noticeList dl dd {
  line-height: 1.5;
}
.noticeList dl dd span {
  display: block;
  font-size: 18px;
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .supportSystem {
    padding-top: 170px;
    padding-bottom: 75px;
  }
  .guide {
    padding: 83px 0 67px;
  }
  .guide .heading__paragraph {
    margin-bottom: 70px;
  }
  .guide .heading__paragraph span {
    display: inline-block;
    width: 195px;
    margin: 0 0 0 10px;
    top: -21px;
}
  .guide .bnr__shared {
    max-width: 438px;
  }
  .guide__video {
    max-width: 959px;
    margin: 0 auto 42px;
    height: 588px;
  }
  .guide__text {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .notice {
    padding: 75px 0 114px;
    text-align: center;
  }
  .notice .heading__paragraph {
    margin-bottom: 50px;
  }
  .notice .bnr__style-6 a {
    padding: 13px 20px;
  }
  .noticeList {
    margin-bottom: 69px;
  }
  .noticeList dl {
    padding: 36px 0;
    display: flex;
    letter-spacing: 0;
    text-align: left;
    justify-content: space-between;
    line-height: 1.5;
  }
  .noticeList dl dt {
    max-width: 150px;
width: 20%;
  }
  .noticeList dl dd {
    max-width: 782px;
    width: 80%;
    
  }
  .noticeList dl dd span {
    font-size: 20px;
    margin-bottom: 20px;
  }
}