.main {
  height: calc(100vh - 118px);
}
@media only screen and (min-width: 1261px) {
  .work {
    aspect-ratio: 1920 / 820;
    min-width: 760px;
  }
}
@media only screen and (max-width: 1260px) {
  .work {
    padding-top: 160px;
  }
}
@media only screen and (max-width: 1660px) {
  .main .line.green {
    margin-bottom: 30px;
  }
  .main .caption .button {
    margin-top: 0;
  }
  .main .line span {
    padding: 8px 30px;
  }

  .main .line {
    font-size: 42px;
  }
}
@media only screen and (max-width: 1460px) {
  .main .slick-prev {
    width: 20px;
    height: 40px;
    background-size: contain;
    background-position: center;
    margin-top: -20px;
    left: -40px;
  }
  .main .slick-next {
    width: 20px;
    height: 40px;
    background-size: contain;
    background-position: center;
    margin-top: -20px;
    right: -40px;
  }

}
@media only screen and (max-width: 1400px) {
  .inside {
    width: 1176px;
  }

  .loneliness h3,
  .help h3,
  .together h3,
  .engagement h3,
  .work .caption h3,
  .faq h3,
  .about h3 {
    font-size: 42px;
  }

  .together .item h4,
  .loneliness .item h4,
  .engagement .price {
    font-size: 50px;
  }

  .partners .item {
    width: 276px;
    height: 120px;
  }

  .about .caption,
  .work .caption,
  .loneliness .list,
  .help .left {
    font-size: 20px;
  }

  .engagement h5 {
    font-size: 26px;
  }

  .reviews h4 {
    font-size: 30px;
  }

  .help .left {
    width: 560px;
  }

  .accordion li .dropdown {
    font-size: 18px;
  }

  .about .caption {
    width: 670px;
    
  }
  .main .slider-small-widget {
    width: 1150px;
  }
  .main .inside {
    width: 1176px;
  }

  .footer {
    font-size: 22px;
  }

}


@media only screen and (max-width: 1260px) {
  .main .slick-prev {
    width: 16px;
    height: 34px;
    background-size: contain;
    background-position: center;
    margin-top: -17px;
    left: -30px;
  }
  .main .slick-next {
    width: 16px;
    height: 34px;
    background-size: contain;
    background-position: center;
    margin-top: -17px;
    right: -30px;
  }
  .main .slider-small-widget {
    width: 1100px;
  }
  .reviews button.slick-prev {
    right: 70px;
    left: auto;
    top: 20px;
    background-size: 16px;
    background-repeat: no-repeat;
  }
  .reviews button.slick-next {
    right: 20px;
    top: 20px;
    background-size: 16px;
    background-repeat: no-repeat;
  }
}
@media only screen and (max-width: 1260px) and (min-width: 1201px) {
  .about .inside {
    width: 1126px;
  }
}
@media only screen and (max-width: 1200px) {
  .inside {
    width: 960px;
  }
  .mission .desc,
  .about .caption,
  .work .caption,
  .loneliness .list,
  .help .left {
    font-size: 18px;
  }

  .about .caption {
    width: 670px;
    font-size: 18px;
  }

  .footer {
    font-size: 18px;
  }
  .faq {
    padding: 80px 0;
  }
  .faq li h4 {
    padding: 24px 40px 24px 25px;
    font-size: 20px;
  }
  .faq h3 {
    margin-bottom: 40px;
  }
  .loneliness h3, .help h3, .together h3, .engagement h3, .work .caption h3, .faq h3, .about h3 {
    font-size: 32px;
  }
  .mission .flex {
    gap: 60px;
  }
  .mission .desc {
    width: 500px;
  }

  .partners .item-wr {
    
    max-width: 24%;
  }
  .partners .item {
    height: 96px;
    max-width: 100%;
  }
  .partners .item img {
    max-width: 80%;
  }
  .partners {
    padding: 60px 0;
  }
  .mission {
    padding: 60px 0;
  }
  .mission h3 {
    margin-bottom: 10px;
    font-size: 28px;
  }
  .faq li h4:after {
    top: 28px;
  }
  .faq li .dropdown {
    padding: 20px 25px;
    font-size: 18px;
  }
  .work .caption {
    padding: 26px;
  }
  .work .caption h3 {
    margin-bottom: 20px;
  }

  .engagement {
    padding: 80px 0;
  }
  .engagement .heading {
    margin-bottom: 40px;
  }
  .engagement .item .description p {
    margin-bottom: 30px;
  }
  .engagement .item .description {
    padding: 20px 30px 20px 30px;
  }
  .engagement .price {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .together .image {
    height: 600px;
  }
  .together .percentage-list {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .together .item {
    width: 280px;
    font-size: 16px;
  }
  .together > .inside {
    margin-top: -200px;
  }
  .together .item .ico img {
    width: 100px;
  }
  .together .item h4 {
    font-size: 32px;
  }
  .together .item:nth-child(2):before {
    width: 1px;
    left: -17px;
  }
  .together .item:nth-child(2):after {
    width: 1px;
    right: -17px;
  }
  .loneliness {
    padding: 80px 0;
  }
  .about h3 {
    margin-bottom: 20px;
  }
  .about .caption {
    padding-top: 50px;
    width: 500px;
  }
  .about .green-box {
    padding: 20px 20px;
    width: 380px;
    font-size: 18px;
  }
  .main .slider-small-widget {
    width: 936px;
  }
  .main .slider-small-widget .slider-list {
    width: 380px;
    padding: 20px 20px;
    font-size: 24px;
    bottom: -110px;
  }
  .about {
    padding-bottom: 60px;
  }
  .loneliness h3 {
    margin-bottom: 30px;
  }
  .loneliness .item h4 {
    font-size: 36px;
    margin-bottom: 30px;
    padding: 6px 10px;
  }
  .accordion li .dropdown {
    padding: 16px 20px;
  }
  .help .right {
    font-size: 18px;
  }
  .help .right li h4 {
    padding: 24px 40px 24px 100px;
    font-size: 20px;
  }
  .help .right li h4:after {
    top: 28px;
  }
  .help .right li h4 i {
    top: 2px;
  }
  .help .left {
    width: 500px;
  }
  .help .right {
    width: 420px;
  }
  .help h3 {
    margin-bottom: 30px;
  }
  .help {
    padding: 80px 0
  }
  .reviews .item .avatar img {
    width: 300px;
  }
  .reviews h4 {
    font-size: 24px;
  }

  .reviews .item-wr-2,
  .reviews .item-wr-3 {
    margin-top: 0;
  }
  .reviews .review:after {
    width: 80px;
    height: 60px;
    background-size: contain;
  }
  .together .item p:not(:last-child) {
    margin-bottom: 20px;
  }
  .reviews {
    padding-bottom: 80px;
  }
  .reviews .lines {
    bottom: -120px;
    font-size: 32px;
  }

  .header .logo img {
    width: 300px;
  }
  .header {
    padding: 10px 0;
  }
  .main {
    height: calc(100vh - 69px);
  }

}


@media only screen and (max-width: 1000px) {
  .main .slider-small-widget .slider-list {
    bottom: -104px;
    margin: 0 auto;
    left: 0;
    background: #fff;
    width: calc(100% + 24px);
    left: -12px;
    right: -12px;
    border-radius: 0;
  }
  .main .slider-small-widget .slider-list span {
  }
  .about .caption {
      padding-top: 40px;
  }
  .main .slider-small-widget {
    width: 100%;
  }

  .main .slick-prev,
  .main .slick-next {
    filter: grayscale(1) invert(1);
  }

  .main .slick-prev {
    left: 10px;
  }
  .main .slick-next {
    right: 10px;
  }
}
@media only screen and (max-width: 960px) {
  .about .caption {
    padding-bottom: 40px;
  }
  .help .left {
    width: 100%;
    margin-bottom: 40px;
  }
  .help .right > p {
    margin-bottom: 20px;
  }
  .help .left .button {
    margin-top: 0px;
  }
  .help .left p {
    margin-bottom: 20px;
  }
  .help .right {
    width: 550px;
    margin: 0 auto;
    max-width: 100%;
  }
  .header .logo img {
    width: 320px;
  }
  .about .caption {
    width: 100%;
  }
  .about .green-box {
    width: 100%;
  }
  .mission .avatar img {
    width: 300px;
  }
  .engagement .list {
    gap: 18px 0;
  }

  .loneliness .item {
    max-width: 48%;
  }
  .mission .flex {
    gap: 30px;
  }

  .reviews h4 {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .reviews .review {
    font-size: 16px;
    width: calc(100% - 300px);
  }
  .reviews .item .avatar img {
    width: 250px;
  }

  .loneliness .item .ico img {
    width: 160px;
  }
  .partners .item-wr {
      max-width: 49%;
      margin-bottom: 20px;
      width: 49%;
  }
}


@media only screen and (max-width: 940px) {
  .together h3 {
    margin-bottom: 30px;
  }
  .together .item {
    width: 100%;
    display: flex;
    text-align: left;
    justify-content: space-between;
  }
  .together .item h4 {
    margin-top: 0;
  }
  .together .percentage-list {
    padding: 30px ;
  }
  .together .item .desc {
    width: calc(100% - 120px);
  }

  .together .item:nth-child(2) {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .together .item:nth-child(2):before {
    width: 100%;
    left: 0;
    top: -30px;
    height: 1px;
  }
  .together .item:nth-child(2):after {
    width: 100%;
    left: 0;
    bottom: -30px;
    height: 1px;
    top: auto;
  }
  .together .item h4 {
    line-height: 1;
    margin-bottom: 10px;
  }
  .engagement .item .description {
    padding: 20px 10px 70px 10px;
  }
  
  div.colls {
    font-size: 20px;
  }
} 

@media only screen and (max-width: 760px) {
  .engagement .list {
    justify-content: center;
  }
  .engagement .item {
    max-width: 100%;
  }
  .partners .list {
    justify-content: space-around;
    gap: 20px 0;
  }
  .partners .item-wr {
    margin-bottom: 0;
  }
  div.colls .coll {
    width: 100%;
  }
  div.colls .coll-1 {
    margin-bottom: 20px;
  }

  div.colls h3 {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .together h3 {
    font-size: 24px;
  }
  .colls {
    padding: 60px 0 100px;
  }
  div.colls h3 {
    margin-bottom: 20px;
  }

  .screen-3500 div h3 {
    font-size: 24px;
  }
  .screen-3500 {
    padding: 60px 0;
  }
  .screen-3500 .label {
    font-size: 24px;
  }
  .screen-3500 p {
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  div.colls {
    font-size: 18px;
  }
}


@media only screen and (min-width: 681px) {
  .header .logo-mob {
    display: none;
  }
}
@media only screen and (max-width: 680px) {
  .header .logo-mob {
    max-width: 120px;
    display: block;
  }
  .header .logo-pc {
    display: none;
  }
  .reviews .item .avatar img {
    width: 200px;
  }
  .reviews .review {
    width: calc(100% - 220px);
  }
  .reviews h4 {
    font-size: 18px;
  }
  .reviews .lines span {
    padding: 14px 30px;
  }
}
@media only screen and (max-width: 600px) {
  .footer .copy {
    text-align: center;
    margin-top: 30px;
    width: 100%;
  }
  .footer ul {
    justify-content: center;
    width: 100%;
  }
  .reviews .review.right:after {
    right: 0;
  }
  .reviews .review.left:after {
    left: auto;
    right: 0;
  }

  .main .slider-main .item-1 {
    background-image: url(../img/slide-1_sm.jpg);
  }
  .main .slider-main .item-2 {
    background-image: url(../img/slide-2_sm.jpg);
  }
  .main .slider-main .item-3 {
    background-image: url(../img/slide-3_sm.jpg);
  }
  .main .slider-main .item-4 {
    background-image: url(../img/slide-4_sm.jpg);
  }
  .caption-wr {
    align-items: flex-end;
    padding-bottom: 20px;
  }
  .main .caption p {
    margin-bottom: 10px;
    line-height: 1.2;
  }
  .main .line.green {
    margin-bottom: 14px;
  }
  .main .line {
    margin-bottom: 5px;
  }
  .main .line span {
      padding: 4px 22px;
  }
  .main {
    height: 108vh;
  }

  .faq li h4 {
    padding: 18px 40px 20px 12px;
    font-size: 16px;
  }
  .faq li h4:after {
    right: 12px;
  }
  .help .right li h4:after {
    right: 12px;
  }
  .help .right li h4:after {
    top: 22px;
    right: 12px;
  }
  .help .right li h4 {
    padding: 20px 40px 20px 70px;
    font-size: 16px;
  }
  .help .right li h4 i {
    left: 0;
    top: -4px;
  }
  .help .right li h4 i img {
    width: 50px;
  }
  .main .caption p.paragraph-2 {
    font-size: 18px;
    line-height: 1.5;
  }
  .main .line.green {
    margin-bottom: 30px;
  }
  .engagement .item .description {
    font-size: 18px;
  }
  .about .green-box {
    order: -1;
  }
  .about .inside {
    padding-left: 0;
    padding-right: 0;
    
  }
  .about .green-box {
    border-radius: 0;
  }
  .about .caption {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 581px) {
  .main-slider {
    display: none;
  }
  
}
@media only screen and (max-width: 580px) {
  .main-slider {
    height: calc(100vh - 65px);
    min-height: 740px;
  }
  .main {
    display: none;
  }
  .main-slider .item {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .main-slider .item-1 {
    background-image: url(../img/mob-1.jpg);
  }
  .main-slider .item-2 {
    background-image: url(../img/mob-2.jpg);
  }
  .main-slider .item-3 {
    background-image: url(../img/mob-3.jpg);
  }
  .main-slider .item-4 {
    background-image: url(../img/mob-4.jpg);
  }

  .main-slider .caption-wr {
    padding-bottom: 12px;
  }
  .main-slider .caption {
    font-size: 18px;
    color: #fff;
    width: 470px;
    line-height: 1.45;
    text-align: center;
    max-width: 100%;
  }
  .main-slider .caption p {
    margin-bottom: 10px;
  }
  .main-slider .caption strong {
    font-weight: 700;
  }
  .main-slider .caption .button {
  }
  .main-slider .line {
    font-weight: 700;
    color: #fff;
    font-size: 32px;
    margin-bottom: 6px;
    line-height: 1;
  }
  .main-slider .line span {
    padding: 8px 14px;
    transform: rotate(-3deg);
    display: inline-block;
    transform-origin: center;
  }
  .main-slider .line.blue span {
    background: #0098da;
    margin-left: -18px;
  }
  .main-slider .line.green {
    margin-bottom: 22px;
  }
  .main-slider .line.green span {
    background: #009e3d;
  }
  .main-slider .caption-wr {
    height: 100%;
  }

  .main-slider .main-slider-main > div,
  .main-slider .main-slider-main > div > div,
  .main-slider .main-slider-main > div > div > div,
  .main-slider .main-slider-main > div > div > div > div,
  .main-slider .main-slider-main > div > div > div > div > div,
  .main-slider .main-slider-main > div > div > div > div > div > div,
  .main-slider .main-slider-main > div > div > div > div > div > div > div,
  .main-slider .main-slider-main {
    min-height: 740px;
    height: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .partners .item-wr {
    width: 100%;
    max-width: 100%;
  }
  .partners .inside {
    width: 300px;
  }
  .partners .lbl {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .loneliness .item {
      max-width: 100%;
  }
  .reviews .review {
    width: 100%;
    order: 2;
    padding-top: 10px;
  }
  .reviews h4 {
    margin-bottom: 2px;
  }
  .reviews .item {
    margin-bottom: 50px;
  }
  .reviews .lines {
    font-size: 26px;
  }
  .together .percentage-list {
    padding: 30px 10px;
  }
  .together .item .ico img {
    width: 80px;
  }
  .together .item .desc {
    width: calc(100% - 90px);
  }
  .together .item h4 {
    font-size: 26px;
  }
  .main .line span {
    padding: 12px 22px
  }
  .main .line {
    font-size: 32px;
  }
  .header {
    padding: 0px 0;
  }
  .header .button {
    transform: scale(0.8);
  }
  .header .logo-mob {
    max-width: 90px;
  }
  .main .caption {
    margin: 0 auto;
  }
  .faq {
    padding: 60px 0;
  }
  .partners .heading {
    gap: 30px;
  }
  .about .button.pc,
  .work .button.pc,
  .engagement .button.pc,
  .main .caption .button.pc {
    display: none;
  }
  .footer .copy {
    font-size: 14px;
  }
  .main .line span {
    line-height: 1;
  }

  
  .main .caption-wr {
    height: 100%;
  }
  .main .slider-small-widget .slider-list {
    display: none;
  }
  .engagement .heading {
    text-align: center;
  }
  .reviews .slick-slider {
    padding-bottom: 50px;
  }
  .reviews button.slick-prev {
    top: auto;
    margin-top: 0;
    bottom: 20px;
    right: 50%;
    margin-left: -40px;
  }
  .reviews button.slick-next {
    top: auto;
    margin-top: 0;
    bottom: 20px;
    right: 50%;
    margin-right: -40px;
  }
  .work .inside {
    padding: 0;
  }
  .work .caption {
    border-radius: 0;
  }
  .work {
    padding-top: 220px;
    background-position: center 0px;
    background-size: 600px;
  }
  .main .slider-main .item-1 {
    background-image: url(../img/mob-1.jpg);
  }
  .main .slider-main .item-2 {
    background-image: url(../img/mob-2.jpg);
  }
  .main .slider-main .item-3 {
    background-image: url(../img/mob-3.jpg);
  }
  .main .slider-main .item-4 {
    background-image: url(../img/mob-4.jpg);
  }
}
@media only screen and (max-width: 380px) {
  .main-slider .line {
    font-size: 28px;
  }
}
@media only screen and (min-width: 481px) {
  
  .about .button.mobile,
  .work .button.mobile,
  .engagement .button.mobile,
  .main .caption .button.mobile {
    display: none;
  }
}

@media only screen and (max-width: 1460px) {
  .screen-3500 h3, .colls h3 {
    font-size: 32px;
  }
  .screen-3500 .label {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1200px) {
  .screen-3500 h3, .colls h3 {
    font-size: 32px;
  }
}