@charset "UTF-8";

#mv {
  height: 100svh;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
#mv:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/mv/bg_mv_sp.jpg) top center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: opacity 0.8s, -webkit-transform 2s cubic-bezier(0.15, 0.7, 0, 1);
  transition: opacity 0.8s, -webkit-transform 2s cubic-bezier(0.15, 0.7, 0, 1);
  transition: opacity 0.8s, transform 2s cubic-bezier(0.15, 0.7, 0, 1);
  transition: opacity 0.8s, transform 2s cubic-bezier(0.15, 0.7, 0, 1), -webkit-transform 2s cubic-bezier(0.15, 0.7, 0, 1);
  -webkit-transform: scale(1.2) rotate(4deg);
          transform: scale(1.2) rotate(4deg);
}
#mv.active:after {
  -webkit-transform: scale(1) rotate(0);
          transform: scale(1) rotate(0);
}
#mv h1 {
  position: absolute;
  left: calc(100vw / var(--viewport) * 23);
  bottom: calc(100vw / var(--viewport) * 156);
}
#mv h1 div {
  overflow: hidden;
}
#mv h1 div > span {
  display: block;
  transition: all 0.6s ease;
}
#mv .text01,
#mv .text02,
#mv .text03,
#mv .text04 {
  font-size: calc(100vw / var(--viewport) * 180);
  line-height: 1;
  display: block;
}
#mv .text02,
#mv .text03,
#mv .text04 {
  margin-top: calc(100vw / var(--viewport) * -16);
}
#mv .text05 {
  font-size: calc(100vw / var(--viewport) * 82);
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: calc(100vw / var(--viewport) * 226);
  left: calc(100vw / var(--viewport) * 593);
}
#mv .text01 > span,
#mv .text02 > span,
#mv .text03 > span,
#mv .text04 > span {
  transform: translateY(100%);
}
#mv.active .text01 > span,
#mv.active .text02 > span,
#mv.active .text03 > span,
#mv.active .text04 > span {
  transform: translateY(0);
}
#mv.active .text01 > span {
  transition-delay: 0.5s;
}
#mv.active .text02 > span {
  transition-delay: 0.6s;
}
#mv.active .text03 > span {
  transition-delay: 0.7s;
}
#mv.active .text04 > span {
  transition-delay: 0.8s;
}
#mv .text05 {
  overflow: hidden;
}
#mv .text05 > span {
  transform: translateX(100%);
  transition-delay: 1.0s;
}
#mv.active .text05 > span {
  transform: translateX(0);
}

#search1,
#search2 {
  padding: calc(100vw / var(--viewport) * 120) 0 0;
}
#search1 .inner {
  padding: 0 calc(100vw / var(--viewport) * 10);
}
#search1 h2,
#search2 h2 {
  font-size: calc(100vw / var(--viewport) * 48);
  font-weight: bold;
  margin-bottom: calc(100vw / var(--viewport) * 130);
  position: relative;
}
#search1 h2:after,
#search2 h2:after {
  content: "";
  background: var(--Blue);
  width: calc(100vw / var(--viewport) * 80);
  height: calc(100vw / var(--viewport) * 10);
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(100vw / var(--viewport) * -30);
  margin: 0 auto;
}
#search1 .flex,
#search2 .flex {
  flex-wrap: wrap;
}
#search1 .flex li {
  width: 49.32%;
}
#search1 .flex li figcaption {
  color: #fff;
  font-size: calc(100vw / var(--viewport) * 32);
  font-weight: 500;
  text-align: center;
  background: #333;
  height: calc(100vw / var(--viewport) * 72);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#search1 .flex li figcaption:after {
  content: "→";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(100vw / var(--viewport) * 20);
}
#search2 .inner {
  padding: 0 calc(100vw / var(--viewport) * 35);
}
#search2 .flex li {
  width: 48.53%;
}
@media screen and (max-width:767px) {
  #search1 .flex li:nth-child(n+3) {
    margin-top: calc(100vw / var(--viewport) * 20);
  }
  #search2 .flex li:nth-child(n+3) {
    margin-top: calc(100vw / var(--viewport) * 30);
  }
}
@media screen and (min-width:768px) {
  #search1,
  #search2 {
    padding: 120px 0 0;
  }
  #search1 .inner {
    width: 1040px;
    padding: 0;
    margin: 0 auto;
  }
  #search1 h2,
  #search2 h2 {
    font-size: 36px;
    margin-bottom: 125px;
  }
  #search1 h2:after,
  #search2 h2:after {
    width: 40px;
    height: 5px;
    bottom: -40px;
  }
  #search1 .flex li {
    width: 330px;
  }
  #search1 .flex li:nth-child(n+4) {
    margin-top: 40px;
  }
  #search1 .flex li figcaption {
    font-size: 20px;
    height: 40px;
  }
  #search1 .flex li figcaption:after {
    right: 10px;
  }
  #search2 .inner {
    width: 1020px;
    padding: 0;
    margin: 0 auto;
  }
  #search2 .flex li {
    width: 330px;
  }
  #search2 .flex li:nth-child(n+4) {
    margin-top: 30px;
  }
  /* 最終行が2つの時 */
  #search2 .flex li:nth-last-child(2) {
    margin-left: 172.5px;
  }
  #search2 .flex li:last-child {
    margin-left: 0;
    margin-right: 172.5px;
  }
  /* /最終行が1つの時 */
}

.banner {
  padding-top: calc(100vw / var(--viewport) * 210);
}
.banner a {
  width: 100%;
  display: block;
}
@media screen and (max-width:767px) {
  .banner a:nth-of-type(n+2) {
    margin-top: 6%;
  }
}
@media screen and (min-width:768px) {
  .banner {
    padding-top: 120px;
    padding-bottom: 40px;
  }
  .banner a {
    width: 800px;
  }
  .banner__flex{
    max-width: 1080px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
  }
}

.sec02 {
  background: var(--Gray);
  padding: calc(100vw / var(--viewport) * 120) 0 calc(100vw / var(--viewport) * 40);
}
.sec02 h2 {
  font-size: calc(100vw / var(--viewport) * 64);
}
.sec02 .h2_sub {
  color: var(--Blue);
}
.sec02 .box {
  padding-bottom: calc(100vw / var(--viewport) * 80);
}
.sec02 .box .pc_flex div:nth-child(2) {
  padding: calc(100vw / var(--viewport) * 80) calc(100vw / var(--viewport) * 50) 0;
}
.sec02 .box .pc_flex div:nth-child(2) .ja {
  font-size: calc(100vw / var(--viewport) * 24);
  font-weight: 600;
  line-height: 1;
}
.sec02 .box .pc_flex div:nth-child(2) .en {
  font-size: calc(100vw / var(--viewport) * 72);
}
.sec02 .box .pc_flex div:nth-child(2) .tags {
  display: flex;
  justify-content: flex-start;
  margin-bottom: calc(100vw / var(--viewport) * 40);
}
.sec02 .box .pc_flex div:nth-child(2) .tags li {
  color: #fff;
  font-weight: 600;
  line-height: 1;
  background: var(--Blue);
  padding: calc(100vw / var(--viewport) * 10);
  margin-right: calc(100vw / var(--viewport) * 4);
}
.sec02 .box .pc_flex div:nth-child(2) .midashi {
  font-size: calc(100vw / var(--viewport) * 40);
  font-weight: 500;
  margin-bottom: calc(100vw / var(--viewport) * 20);
}
.sec02 .box .pc_flex div:nth-child(2) .text {
  font-size: calc(100vw / var(--viewport) * 28);
}

.sec03 {
  padding: calc(100vw / var(--viewport) * 120) 0;
}
.sec03 h2 {
  font-size: calc(100vw / var(--viewport) * 64);
}
.sec03 .con {
  font-size: calc(100vw / var(--viewport) * 40);
  font-weight: 600;
  text-align: center;
  padding: calc(100vw / var(--viewport) * 40) 0;
  border-top: 2px solid #fff;
}
.sec03 .con.ttl_aco.last {
  border-bottom: 2px solid #fff;
}
.sec03 .con.ttl_aco.active.last {
  border-bottom: none;
}
.sec03 .con.ttl_aco span {
  position: relative;
}
.sec03 .con.ttl_aco span:before,
.sec03 .con.ttl_aco span:after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.sec03 .con.ttl_aco span:before {
  width: calc(100vw / var(--viewport) * 30);
  height: calc(100vw / var(--viewport) * 2);
  right: calc(100vw / var(--viewport) * -70);
}
.sec03 .con.ttl_aco span:after {
  width: calc(100vw / var(--viewport) * 2);
  height: calc(100vw / var(--viewport) * 30);
  right: calc(100vw / var(--viewport) * -55);
}
.sec03 .con.ttl_aco.active span:after {
  display: none;
}
.sec03 .body_aco {
  padding: calc(100vw / var(--viewport) * 40) 0;
}
.sec03 .body_aco .cards {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: calc(100vw / var(--viewport) * 40);
}
.sec03 .body_aco .cards li {
  width: calc(100vw / var(--viewport) * 140);
  margin-right: calc(100vw / var(--viewport) * 10);
}
.sec03 .body_aco .caption {
  font-size: calc(100vw / var(--viewport) * 20);
  margin-top: calc(100vw / var(--viewport) * 40);
}
.sec03 .body_aco.last {
  border-bottom: 2px solid #fff;
}

.sec04 {
  background: var(--Gray);
  padding: calc(100vw / var(--viewport) * 120) 0;
}
.sec04 .h2 {
  margin-bottom: calc(100vw / var(--viewport) * 40);
}
.sec04 h2 {
  font-size: calc(100vw / var(--viewport) * 48);
}
.sec04 .button a {
  width: calc(100vw / var(--viewport) * 560);
}

@media screen and (max-width:767px) {
  .sec03 .body_aco .cards li:nth-child(n+5) {
    margin-top: calc(100vw / var(--viewport) * 20);
  }
}

@media screen and (min-width:768px) {
  h2 {
    line-height: 1;
  }

  #mv {
    background: linear-gradient(90deg, #0D1216 0%, #0D1216 50%, #0F181D 50%, #0F181D 100%);
    height: 100vh;
  }
  #mv:after {
    background: url(../img/mv/bg_mv_pc.jpg) top center no-repeat;
    background-size: auto 100%;
    height: 100vh;
  }
  #mv .mv_inner {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
  }
  #mv h1 {
    left: -6px;
    bottom: 8px;
  }
  #mv .text01,
  #mv .text02,
  #mv .text03,
  #mv .text04 {
    font-size: 138px;
  }
  #mv .text02,
  #mv .text03,
  #mv .text04 {
    margin-top: -12px;
  }
  #mv .text05 {
    font-size: 59px;
    letter-spacing: 0.06em;
    top: 179px;
    left: 448px;
  }

  .sec02 {
    padding: 120px 0 40px;
  }
  .sec02 h2 {
    font-size: 48px;
  }
  .sec02 .box {
    width: 1040px;
    padding-bottom: 80px;
    margin: 0 auto;
  }
  .sec02 .box .pc_flex .zoomImage {
    width: 500px;
    height: 334px;
  }
  .sec02 .box .pc_flex div:nth-child(2) {
    width: 500px;
    padding: 0;
  }
  .sec02 .box .pc_flex div:nth-child(2) .ja {
    font-size: 16px;
  }
  .sec02 .box .pc_flex div:nth-child(2) .en {
    font-size: 48px;
  }
  .sec02 .box .pc_flex div:nth-child(2) .tags {
    margin-bottom: 16px;
  }
  .sec02 .box .pc_flex div:nth-child(2) .tags li {
    padding: 8px;
    margin-right: 4px;
  }
  .sec02 .box .pc_flex div:nth-child(2) .midashi {
    font-size: 28px;
    margin-bottom: 16px;
  }
  .sec02 .box .pc_flex div:nth-child(2) .text {
    font-size: 16px;
  }

  .sec03 {
    padding: 120px 0;
  }
  .sec03 .inner {
    width: 800px;
    margin: 0 auto;
  }
  .sec03 h2 {
    font-size: 48px;
  }
  .sec03 .con {
    font-size: 28px;
    padding: 40px 0;
  }
  .sec03 .con.ttl_aco span:before {
    width: 20px;
    height: 2px;
    right: -50px;
  }
  .sec03 .con.ttl_aco span:after {
    width: 2px;
    height: 20px;
    right: -40px;
  }
  .sec03 .body_aco {
    padding: 0 0 40px;
  }
  .sec03 .body_aco .cards {
    margin-bottom: 40px;
  }
  .sec03 .body_aco .cards li {
    width: 87px;
    margin-right: 10px;
  }
  .sec03 .body_aco .caption {
    font-size: 10px;
    margin-top: 40px;
  }

  .sec04 {
    padding: 120px 0;
  }
  .sec04 .inner {
    width: 800px;
    margin: 0 auto;
  }
  .sec04 .h2 {
    margin-bottom: 40px;
  }
  .sec04 h2 {
    font-size: 40px;
  }
  .sec04 .button a {
    width: 480px;
  }
}

#homecare {
  background: #444;
  padding: calc(100vw / var(--viewport) * 120) 0 0;
}
#homecare h2 {
  color: var(--Blue);
  font-size: calc(100vw / var(--viewport) * 48);
  margin-bottom: calc(100vw / var(--viewport) * 80);
}
#homecare .text {
  text-align: center;
  margin: calc(100vw / var(--viewport) * 40) auto 0;
}
@media screen and (min-width:768px) {
  #homecare {
    padding: 120px 0 0;
  }
  #homecare h2 {
    font-size: 36px;
    margin-bottom: 60px;
  }
  #homecare img {
    width: 1280px;
    display: block;
    margin: 0 auto;
  }
  #homecare .text {
    margin: 60px auto 0;
  }
}

#youtube {
  background: #444;
  padding: calc(100vw / var(--viewport) * 120) 0;
}
#youtube h2 {
  color: var(--Blue);
  font-size: calc(100vw / var(--viewport) * 48);
  margin-bottom: calc(100vw / var(--viewport) * 80);
}
#youtube .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#youtube .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width:768px) {
  #youtube {
    padding: 120px 0;
  }
  #youtube h2 {
    font-size: 36px;
    margin-bottom: 60px;
  }
  #youtube .youtube {
    width: 600px;
    height: 337px;
    padding: 0;
    margin: 0 auto;
  }
}

#doctor {
  background: #333;
  padding: calc(100vw / var(--viewport) * 120) 0;
}
@media screen and (min-width:768px) {
  #doctor {
    padding: 120px 0;
  }
}