

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;700&display=swap');


/* .sp {
    display: none;
}
 */




.tWht {
  color: #FFF!important;
}
.tGry {
  color: #E6E6E6!important;
}
.tBlk {
  color: #252525!important;
}
.tGrn {
  color: #26A69A!important;
}
.tGrn2 {
  color: #B6E9E4!important;
}
.tGrn3 {
  color: #E4F8F6!important;
}
.tGrn4 {
  color: #F8FFFE!important;
}


.bgWht {
  background-color: #FFF!important;
}
.bgGry {
  background-color: #E6E6E6!important;
}
.bgBlk {
  background-color: #252525!important;
}
.bgGrn {
  background-color: #26A69A!important;
}
.bgGrn2 {
  background-color: #B6E9E4!important;
}
.bgGrn3 {
  background-color: #E4F8F6!important;
}
.bgGrn4 {
  background-color: #F8FFFE!important;
}
.bgNone {
    background-color: transparent!important;
}
.bgCrossImg {
    background-repeat: repeat;
    background-image: url('./img/bg_cross.jpg');
}

.borderGrn {
    border-color: #26A69A!important;
}
.borderNone {
    border: none!important;
}


.bdr0 {
  border-radius: 0px!important;
}
.bdr5 {
  border-radius: 5px!important;
}
.bdr10 {
  border-radius: 10px!important;
}
.bdr20 {
  border-radius: 20px!important;
}
.bdr30 {
  border-radius: 30px!important;
}
.bdr50 {
  border-radius: 50px!important;
}
.bdr50r {
  border-radius: 50%!important;
}



.fz11 {
  font-size: 11px!important;
}
.fz12 {
  font-size: 12px!important;
}
.fz13 {
  font-size: 13px!important;
}
.fz14 {
  font-size: 14px!important;
}
.fz15 {
  font-size: 15px!important;
}
.fz16 {
  font-size: 16px!important;
}
.fz18 {
  font-size: 18px!important;
}
.fz20 {
  font-size: 20px!important;
}
.fz22 {
  font-size: 22px!important;
}
.fz24 {
  font-size: 24px!important;
}
.fz26 {
  font-size: 26px!important;
}
.fz32 {
  font-size: 32px!important;
}
.fz38 {
  font-size: 38px!important;
}
.fz60 {
  font-size: 60px!important;
}
@media screen and (max-width: 480px) {
    .fzSp11 {
      font-size: 11px!important;
    }
    .fzSp12 {
      font-size: 12px!important;
    }
    .fzSp13 {
      font-size: 13px!important;
    }
    .fzSp14 {
      font-size: 14px!important;
    }
    .fzSp15 {
      font-size: 15px!important;
    }
    .fzSp16 {
      font-size: 16px!important;
    }
    .fzSp18 {
      font-size: 18px!important;
    }
    .fzSp20 {
      font-size: 20px!important;
    }
    .fzSp22 {
      font-size: 22px!important;
    }
    .fzSp24 {
      font-size: 24px!important;
    }
    .fzSp26 {
      font-size: 26px!important;
    }
    .fzSp32 {
      font-size: 32px!important;
    }
    .fzSp38 {
      font-size: 38px!important;
    }
}


.altFont {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 400;
    font-style: normal;
}







/* bs fixed */
.container {
  position: relative;
}
@media screen and (min-width: 576px) {
  .container {
    max-width: 100%!important;
  }
}
@media screen and (min-width: 768px) {
  .container {
  }
}
@media screen and (min-width: 992px) {
  #main {
  }
  .container {
    /* max-width: 960px; */
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1168px!important;
  }
}






/* スクロール　*/
.fadeIn{
    opacity: 0;
}
.fadeIn.active{
    animation-name:fadeUpAnime;
    animation-duration:0.5s;
	animation-delay: 0.5s;
    animation-fill-mode:forwards;
    opacity:0;
}
@keyframes fadeUpAnime{
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.side-scroll {
	animation-name: sideScrollAnime;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-duration: 0.9s;
}
@keyframes sideScrollAnime {
	0% {
	  transform: translate(0, 0px);
	}
	100% {
	  transform: translate(15px, 0);
	}
}






/* title */
.top-sec__ttl {
    margin-bottom: 30px;
    text-align: center;
    font-weight: 700;
}
.top-sec__ttl-en {
}
.top-sec__ttl-en::before,
.top-sec__ttl-en::after {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #B6E9E4;
    border-radius: 50%;
    margin: 0 10px;
}
.top-sec__ttl h2 {
    margin: 10px 0 0;
    padding: 0;
    font-size: 24px;
    background: none;
}
.top-sec__ttl h2::after {
    display: none;
}

.top-article a:hover {
    transform: translateY(-4px);
	text-decoration: none;
}



/* btn */
.top-btn {
}
.top-btn .raised {
    box-shadow: none!important;
    margin: 0;
    padding: 0;
    max-width: 300px;
}
.top-btn .raised:hover {
    box-shadow: none!important;
    transform: translateY(-4px);
}
.top-btn a.raised:hover {
}
.top-btn .raised:has(i) > span {
    max-width: calc(100% - 30px);
}






/* slider */
.top-slide .slick-track {
    display: flex;
}
.top-slide .slick-slide {
    margin: 0 10px;
}
.top-slide .slick-slide figure {
    margin: 10px 0;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .36);
}
.top-slide .slick-prev,
.top-slide .slick-next {
    width: 40px;
    height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}
.top-slide .slick-prev:focus,
.top-slide .slick-next:focus {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}
.top-slide .slick-prev {
    left: -75px;
}
.top-slide .slick-next {
    right: -75px;
}
.top-slide .slick-prev:before,
.top-slide .slick-next:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: flex;
    width: 40px;
    height: 40px;
    line-height: 0;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
    border-radius: 50%;
    background-color: #26A69A;
    opacity: 1;
    box-sizing: border-box;
}
.top-slide .slick-prev:before {
    content: "\f054";
    transform: rotate(180deg);
}
.top-slide .slick-next:before {
    content: "\f054";
}
.top-slide.slick-dotted.slick-slider {
    margin-bottom: 50px;
}
.top-slide .slick-dots {
    left: 0;
    bottom: -60px;
    margin: 0 !important;
    padding: 0 !important;
}
.top-slide .slick-dots li {
    width: 11px;
    height: 11px;
}
.top-slide .slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
    background-color: #cecece;
    border-radius: 50%;
}
.top-slide .slick-dots li.slick-active button {
    background-color: #00a99d;
}
.top-slide .slick-dots li button::before {
    display: none;
}
.slick-slide img {
  width: 100%;
}











/*  */
/* 2024.12 Append */
/*  */


.home {
    overflow-x: hidden;
}

.home .header {
/*     top: -62px;
    transition: 0.3s ease-in-out; */
}
.home .header #logo > a {
/*     opacity: 0;
    transition: 1.2s ease-in-out; */
}
.home .header.on {
    /* top: 0; */
}
.home .header.on #logo > a {
    /* opacity: 1; */
}
@media only screen and (min-width: 769px) {
    .home .header {
        /* top: -80px; */
    }
}



.home .bootstrap {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  overflow: hidden;
}

.home .top-sec {
    position: relative;
    padding: 30px 0;
}
.home .top-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.home .cardtype__link{
    padding-bottom: 10px;
}







/* section */
.home #mv {
    position: relative;
}




.home #mv #mvContents {
    padding-top: 100px;
}



.home #mv #top-mv-search {
    position: relative;
}
.home #mv #top-mv-search .searchform__input {
    margin-bottom: 0;
    padding-right: 30px;
    width: 100%;
    height: 44px;
    margin-left: auto;
    border-radius: 44px;
}
.home #mv #top-mv-search .searchform__submit {
    background-color: transparent;
    color: #26A69A;
    appearance: none;
    outline: none;
}
.home #mv #top-mv-search .searchform__submit i {
}




.home #recommend {
}
.home #recommend #recommendItems {
    position: relative;
    /* padding: 20px 0; */
}
.home #recommend #recommendItems a {
}
.home #recommend #recommendItems a h3 {
    font-size: 14px;
    color: #252525;
}
.home #recommend #recommendItems .slick-slide {
  margin: 0 35px;
}
.home #recommend #recommendItems::after {
    content: "";
    position: absolute;
    width: 88%;
    height: calc(100% + 20px);
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
    border: 3px solid #26A69A;
    border-radius: 30px;
    pointer-events: none;
}
.home #recommend #recommendItems .slick-prev {
    left: calc(6% - 20px);
    z-index: 2;
}
.home #recommend #recommendItems .slick-next {
    right: calc(6% - 20px);
    z-index: 2;
}
.home #recommend #recommendItems .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
}
.home #recommend #recommendItems .slick-dots li {
    width: 40px;
    height: 3px;
    margin: 0;
}
.home #recommend #recommendItems .slick-dots li button {
    border-radius: 0;
}
.home #recommend #recommendItems .slick-dots::before {
    content: "1";
    font-size: 20px;
    font-weight: bold;
    color: #26A69A;
    margin: 5px 10px;
}
.home #recommend #recommendItems .slick-dots::after {
    content: "6";
    font-size: 20px;
    font-weight: bold;
    color: #26A69A;
    margin: 5px 10px;
}





.home #concept {
}
.home #concept .top-sec__ttl {
    width: auto;
    padding-left: 40px;
}
.home #concept .top-sec__ttl h2 {
    position: relative;
}
.home #concept .top-sec__ttl h2::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 80%;
    top: 8px;
    left: 8px;
    background-color: #B6E9E4;
    z-index: -1;
}

.home #concept #conceptItems {
      position: relative;
    width: calc(100% - 40px);
    display: flex;
  margin-left: auto;
}
.home #concept #conceptItems .conceptItem {
    display: flex;
    width: 70%;
    border-radius: 30px 0 0 30px;
    height: 100%;
    transition: 0.3s ease-in-out;
    z-index: 1;
    margin: 0;
}
.home #concept #conceptItems .conceptItem > dt {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    border-radius: 30px 0 0 30px;
    cursor: pointer;
    overflow: hidden;
}
.home #concept #conceptItems .conceptItem > dt h3 {
    writing-mode: vertical-rl;
    z-index: 2;
}
.home #concept #conceptItems .conceptItem > dt::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 94px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -30px;
    border-radius: 50%;
    background-color: #26A69A;
    z-index: 1;
}
.home #concept #conceptItems .conceptItem > dt::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -10px;
    height: 18px;
    line-height: 18px;
    z-index: 2;
    color: #fff;
}
.home #concept #conceptItems .conceptItem > dd {
    width: calc(100% - 80px);
    padding: 10px 5vw 10px 10px;
    margin: 0;
}
.home #concept #conceptItems .conceptItem > dd figure {
    max-width: 400px;
}

.home #concept #conceptItems .conceptItem:nth-of-type(2) {
    position: absolute;
    left: 60%;
    z-index: 2;
}
.home #concept #conceptItems .conceptItem:nth-of-type(3) {
    position: absolute;
    left: 80%;
    z-index: 3;
}
.home #concept #conceptItems .conceptItem:nth-of-type(2).active {
    left: 20%;
}
.home #concept #conceptItems .conceptItem:nth-of-type(3).active {
    left: 40%;
}





.home #ranking {
      min-height: calc(420px + 40px);
}
.home #ranking .top-sec__ttl {
    position: relative;
}
.home #ranking #rankingItemsCover {
  position: relative;
  margin-left: auto;
  margin-right: 0;
  /* overflow-x: scroll; */
}
.home #ranking #rankingItemsCover::before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% + 75px + 75px);
    left: 0;
    right: 0;
    top: -75px;
    margin: auto;
    background-color: #E4F8F6;
    z-index: -1;
}
.home #ranking #rankingItems {
  display: flex;
  /* width: 1800px; */
}
.home #ranking #rankingItems article {
  display: block;
  margin: 0 28px;
  padding-top: 30px;
  /* width: 5% !important; */
}
.home #ranking #rankingItems article a {
    position: relative;
    height: 100%;
    color: #252525 !important;
    padding: 20px;
    border-radius: 20px;
    border: 3px solid #fff;
    background-color: rgba(255, 255, 255, 0.5);
}
.home #ranking #rankingItems article a figure {
  margin: 10px 0;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, .36);
}
.home #ranking #rankingItems article a h3 {
    font-size: 14px;
}

.home #ranking #rankingItems article a .ranking-num {
    position: absolute;
    top: -20px;
    left: 10px;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.home #ranking #rankingItems article a .ranking-num > span {
    display: block;
}
.home #ranking #rankingItems article.item1 a .ranking-num,
.home #ranking #rankingItems article.item2 a .ranking-num,
.home #ranking #rankingItems article.item3 a .ranking-num {
    position: absolute;
    top: -28px;
    left: 10px;
    width: 50px;
    height: 40px;
    border-radius: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('./img/ranking_img1.svg');
}
.home #ranking #rankingItems article.item2 a .ranking-num {
    background-image: url('./img/ranking_img2.svg');
}
.home #ranking #rankingItems article.item3 a .ranking-num {
    background-image: url('./img/ranking_img3.svg');
}



.home #ranking #rankingItems .slick-slide {
  margin: 0 35px;
}
.home #ranking #rankingItems::after {
    content: "";
    position: absolute;
    width: 88%;
    height: calc(100% + 20px);
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
    border: 3px solid #26A69A;
    border-radius: 30px;
    pointer-events: none;
}
.home #ranking #rankingItems .slick-prev {
    left: calc(6% - 20px);
    z-index: 2;
}
.home #ranking #rankingItems .slick-next {
    right: calc(6% - 20px);
    z-index: 2;
}
.home #ranking #rankingItems .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
}
.home #ranking #rankingItems .slick-dots li {
    width: 34px;
    height: 3px;
    margin: 0;
}
.home #ranking #rankingItems .slick-dots li button {
    border-radius: 0;
}
.home #ranking #rankingItems .slick-dots::before {
    content: "1";
    font-size: 20px;
    font-weight: bold;
    color: #26A69A;
    margin: 5px 10px;
}
.home #ranking #rankingItems .slick-dots::after {
    content: "7";
    font-size: 20px;
    font-weight: bold;
    color: #26A69A;
    margin: 5px 10px;
}






.home #steps {
}
.home #steps .top-sec__ttl-en {
}
.home #steps .top-sec__ttl-en::before,
.home #steps .top-sec__ttl-en::after {
    display: none;
}
.home #steps .top-sec__ttl-en + h2 {
    margin-top: -40px;
}

.home #steps .step-cover {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home #steps .step-cover #step-nav {
    width: 30%;
    max-width: 250px;
}
.home #steps .step-cover #step-nav  {
    width: 30%;
    max-width: 250px;
}

.home #steps .step-cover #step-nav .step-tab__item {
    position: relative;
    cursor: pointer;
    padding-bottom: 15px;
  transition: 0.3s ease-in-out;
    background-color: #F8FFFE;
}
.home #steps .step-cover #step-nav .step-tab__item > p {
    margin: 0;
}
.home #steps .step-cover #step-nav .step-tab__item > p > span:nth-of-type(1) {
    color: #B6E9E4;
}
.home #steps .step-cover #step-nav .step-tab__item > p > span:nth-of-type(2) {
    color: #26A69A;
}
.home #steps .step-cover #step-nav .step-tab__item.active {
    padding-bottom: 50px;
    background-color: transparent;
}
.home #steps .step-cover #step-nav .step-tab__item.active:not(:first-of-type) {
    padding-top: 0px;
}
.home #steps .step-cover #step-nav .step-tab__item.active > p {
    background-color: #F8FFFE;
    padding-top: 15px;
    padding-bottom: 30px;
}
.home #steps .step-cover #step-nav .step-tab__item.active > p > span:nth-of-type(1) {
    display: inline-block;
    padding: 5px 5px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 3px;
    background-color: #26A69A;
    color: #fff;
}
.home #steps .step-cover #step-nav .step-tab__item.active > p > span:nth-of-type(2) {
    color: #252525;
    font-size: 14px;
    display: block;
}
.home #steps .step-cover #step-nav .step-tab__item::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right top;
    opacity: 0;
    pointer-events: none;
  transition: 0.3s ease-in-out;
}
.home #steps .step-cover #step-nav .step-tab__item:nth-of-type(1)::after {
    background-image: url('./img/steps_img1.svg');
}
.home #steps .step-cover #step-nav .step-tab__item:nth-of-type(2)::after {
    background-image: url('./img/steps_img2.svg');
}
.home #steps .step-cover #step-nav .step-tab__item:nth-of-type(3)::after {
    background-image: url('./img/steps_img3.svg');
}
.home #steps .step-cover #step-nav .step-tab__item:nth-of-type(4)::after {
    background-image: url('./img/steps_img4.svg');
}
.home #steps .step-cover #step-nav .step-tab__item:nth-of-type(5)::after {
    background-image: url('./img/steps_img5.svg');
}
.home #steps .step-cover #step-nav .step-tab__item:nth-of-type(6)::after {
    background-image: url('./img/steps_img6.svg');
}
.home #steps .step-cover #step-nav .step-tab__item:nth-of-type(7)::after {
    background-image: url('./img/steps_img7.svg');
}
.home #steps .step-cover #step-nav .step-tab__item.active::after {
    opacity: 1;
}



.home #steps .step-cover #step-nav .step-tab-wrapper {
    position: relative;
}
.home #steps .step-cover #step-nav .step-tab-wrapper::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 20px;
    border-left: 1px dotted #B6E9E4;
    z-index: -1;
}



.home #steps .step-cover #step-cont {
    width: 65%;
    height: calc(85vh - 60px);
}
.home #steps .step-cover #step-cont-inner {
    /* height: 80vh; */
    height: calc(85vh - 100px);
    overflow-y: auto;
}
.home #steps .step-cover #step-cont .step-cont__item {
    padding-top: 30px;
}

.home #steps .step-cover #step-cont .step-cont__item-article {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 910px;
    margin: 0px auto 0;
}
.home #steps .step-cover #step-cont .step-cont__item-article article {
    width: 100%;
    margin: 20px 0 0;
}
.home #steps .step-cover #step-cont .step-cont__item-article article>p {
    display: none;
}
.home #steps .step-cover #step-cont .step-cont__item-article article a {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.home #steps .step-cover #step-cont .step-cont__item-article article a figure {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .36);
}
.home #steps .step-cover #step-cont .step-cont__item-article article a .cont {
    flex: 1;
}
.home #steps .step-cover #step-cont .step-cont__item-article article a .cont time {
    display: block;
    margin: 8px;
    text-align: right;
    font-size: 12px;
    font-weight: 700;
    color: #b2b2b2;
}


.home #steps .step-cover #step-cont-inner::-webkit-scrollbar {
  width: 10px;
  height: 10px;
    display: none;
}
.home #steps .step-cover #step-cont-inner::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 5px;
  width: 30px;
  height: 30px;
    display: none;
}
.home #steps .step-cover #step-cont-inner::-webkit-scrollbar-track {
}


.home #steps .step-cover #step-cont #stepCont0 {
    width: 100%;
    height: 1px;
    display: block;
}









.home #searchCompany {
    padding-bottom: 120px;
}

.home #searchCompany .searchCompanyUl {
}
.home #searchCompany .searchCompanyList {
    list-style: none;
    width: 50%;
    padding: 5px 0;
}
.home #searchCompany .searchCompanyList > label {
  cursor: pointer;
}
.home #searchCompany .searchCompanyList .companyCheckBox {
  position: relative;
  appearance: none;
  margin: 0;
  margin-right: 5px;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  border-radius: 5px;
  border-width: 2px;
  border-style: solid;
  border-color: #26A69A;
  background-color: #fff;
}
.home #searchCompany .searchCompanyList .companyCheckBox + span {
  width: calc(100% - 50px);
  line-height: 1.2;
}
.home #searchCompany .searchCompanyList .companyCheckBox:checked {
  background-color: #fff;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%2326A69A" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"><path d="M20 6L9 17l-5-5"/></svg>');
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}
.home #searchCompany .searchCompanyList:first-of-type {
    width: 100%;
    background-color: #E4F8F6;
    border-radius: 6px;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.home #searchCompany #responseMark > span {
    content: "";
    display: block;
    margin: 30px auto 0px;
    background: #26A69A;
    height: calc(tan(45deg) * 60px / 2);
    width: 60px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}



.home #searchCompany #response .slick-dots {
    display: none!important;
}
.home #searchCompany #response .slick-prev,
.home #searchCompany #response .slick-next {
    display: none!important;
}










.home #special {
}
.home #special .top-wrapper {
    max-width: 1110px;
}
.home #special .top-sec__ttl {
    margin-top: -84px;
}
.home #special .sec_special_items {
    position: relative;
    max-width: 1070px;
    margin-bottom: 60px;
}
.home #special .sec_special_items > h3 {
    /* width: 200px; */
    min-height: 46px;
}
.home #special .sec_special_items::after {
    content: "";
    position: absolute;
    width: calc(50% - 30px);
    height: 150px;
    bottom: 50px;
    right: 15px;
    margin: auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right top;
}
.home #special .sec_special_items#sec_special1::after {
    max-height: 152px;
    background-image: url('./img/special_img1.svg');
}
.home #special .sec_special_items#sec_special2::after {
    max-height: 113px;
    background-image: url('./img/special_img2.svg');
}
.home #special .sec_special_items#sec_special3::after {
    max-height: 130px;
    background-image: url('./img/special_img3.svg');
}


@media only screen and (min-width: 769px) {

    .top-slide .slick-slide {
        margin: 0 25px;
    }


    .home #mv #luxy {
        position: absolute;
        width: 100%;
        max-width: 1366px;
        height: 370px;
        padding-top: 100px;
        left: 0;
        right: 0;
        margin: auto;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom;
        background-image: url('./img/mv_bg.svg');
    }
    .home #mv #mvAsideImgs {
        position: relative;
        width: 100%;
        height: 100%;
    }
    .home #mv #mvAsideImgs .asideImg {
        position: absolute;
        margin: auto;
        transition: 0.3s ease-in-out;
    }
    .home #mv #mvAsideImgs #asideImg1 {
        width: 9%;
        height: 27.4%;
        left: 1%;
        right: auto;
        top: 34.1%;
    }
    .home #mv #mvAsideImgs #asideImg2 {
        width: 17%;
        height: 39.1%;
        left: 10%;
        right: calc(51% + 220px);
        top: 5.8%;
    }
    .home #mv #mvAsideImgs #asideImg3 {
        width: 12%;
        height: 34.1%;
        left: calc(51% + 220px);
        right: 17%;
        top: 11.2%;
    }
    .home #mv #mvAsideImgs #asideImg4 {
        width: 14%;
        height: 21.5%;
        left: calc(51% + 220px + 13%);
        top: 25.5%;
        right: 0;
    }


    .home #mv #mvContents {
        padding-top: 170px;
    }





    .home #recommend #recommendItems::after {
        width: 32%;
    }
    .home #recommend #recommendItems .slick-prev {
        left: calc(34% - 20px);
    }
    .home #recommend #recommendItems .slick-next {
        right: calc(34% - 20px);
    }


    .home #concept .top-sec__ttl {
        padding-left: 100px;
    }
    .home #concept .top-sec__ttl h2 {
        position: relative;
    }
    .home #concept .top-sec__ttl h2::before {
    }
    .home #concept #conceptItems {
        width: calc(100% - 100px);
        max-width: 1800px;
    }
    .home #concept #conceptItems .conceptItem {
        display: flex;
        width: 80%;
        border-radius: 30px 0 0 30px;
        height: 100%;
        transition: 0.3s ease-in-out;
        z-index: 1;
    }
    .home #concept #conceptItems .conceptItem > dt {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100px;
        border-radius: 30px 0 0 30px;
        cursor: pointer;
        overflow: inherit;
    }
    .home #concept #conceptItems .conceptItem > dd {
          width: calc(100% - 100px);
          padding: 30px 30% 30px 50px;
        margin: 0;
    }

    .home #concept #conceptItems .conceptItem:nth-of-type(2) {
        position: absolute;
        left: 60%;
        z-index: 2;
    }
    .home #concept #conceptItems .conceptItem:nth-of-type(3) {
        position: absolute;
        left: 80%;
        z-index: 3;
    }
    .home #concept #conceptItems .conceptItem:nth-of-type(2).active {
        left: 20%;
    }
    .home #concept #conceptItems .conceptItem:nth-of-type(3).active {
        left: 40%;
    }


    .home #ranking {
          min-height: calc(500px + 40px);
    }
    .home #ranking .top-sec__ttl::before {
        height: 500px;
    }

    .home #ranking #rankingItems {
      /* width: 2800px; */
    }

    .home #ranking #rankingItems::after {
        width: 32%;
    }
    .home #ranking #rankingItems .slick-prev {
        left: calc(34% - 20px);
    }
    .home #ranking #rankingItems .slick-next {
        right: calc(34% - 20px);
    }




    .home #steps .step-cover #step-nav .step-tab__item.active:not(:first-of-type) {
        padding-top: 40px;
    }
    .home #steps .step-cover #step-nav .step-tab__item.active {
      padding-bottom: 130px;
    }
    .home #steps .step-cover #step-nav .step-tab__item.active:not(:first-of-type) {
        padding-top: 40px;
    }
    .home #steps .step-cover #step-nav .step-tab__item.active > p {
        padding-top: 15px;
        padding-bottom: 30px;
    }

    .home #steps .step-cover #step-nav .step-tab__item.active > p > span:nth-of-type(2) {
      font-size: 20px;
    }
    .home #steps .step-cover #step-nav .step-tab__item::after {
        width: 160px;
        height: 160px;
        bottom: 0;
        right: 0;
    }

    .home #steps .step-cover #step-nav .step-tab__item:nth-of-type(2)::after {
        bottom: 20px;
    }
    .home #steps .step-cover #step-nav .step-tab__item:nth-of-type(3)::after {
        bottom: 20px;
    }



    .home #steps .step-cover #step-cont {
        width: calc(100% - 290px);
        max-width: 860px;
    }
    .home #steps .step-cover #step-cont .step-cont__item-article {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 910px;
        margin: 30px auto 0;
    }
    .home #steps .step-cover #step-cont .step-cont__item-article article {
        width: 48%;
        margin: 20px 0 0;
    }
    .home #steps .step-cover #step-cont .step-cont__item-article article>p {
        display: none;
    }
    .home #steps .step-cover #step-cont .step-cont__item-article article a figure {
        width: 47%;
        max-width: 185px;
        margin-right: 5%;
        box-shadow: 1px 1px 10px rgba(0, 0, 0, .36);
    }





    .home #special .sec_special_items::after {
        width: calc(33% - 30px);
        bottom: 0px;
        background-position: right bottom;
    }


}





@media screen and (max-width: 1150px) {
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 970px) {
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 480px) {
}


