@charset "utf-8";

/*===================================================================
   mv
===================================================================*/
.mv-wrap {
  position: relative;
  overflow: hidden;
  height: 100vh;
  background: #2c22b5;
}
.mv-contents {
  width:  100%;
  margin: 0 auto;
  height: 100vh;
  padding-top: 58px;
  position: relative;
}
.catch-copy-01-wrap {
  /*position: absolute;
  bottom: 0;
  width: 100%;
  background: #1507cd;
  padding: 40px;
  z-index: 10;
  clip-path: polygon(0 50px, 100% 0, 100% calc(100% - 50px), 0 100%);*/
  
}

.catch-copy-01-wrap {
  position: relative;
}

.catch-copy-01 {
  /*
  position: absolute;
  top: 14%;
  left: 40px;
  width: 940px;
  right: 0;
  left: 0;
  margin: 0 auto;
  padding: 200px 0 0 40px;
  display: inline-block;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
  */
  /*display: inline-block;*/
  position: absolute;
  top: 240px;
  left: 4%;
  display: inline-block;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
  text-align: center;
  z-index: 10;

}
/*
.catch-copy-01 {
  position: absolute;
  top: 50%;
  left: 40px;
  padding-right: 40px;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}
*/
.catch-copy-01 p {
  color: #fff;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
  font-weight: 500;
}
.catch-copy-01-text {
  font-size: 5.6rem;
}

.catch-copy-01-text-sub {
  font-size: 4.4rem;
  font-weight: 500;
}

.catch-copy-02 {
   position: absolute;
   top: 81%;
   left: 40px;
   padding-right: 40px;
}

/*.catch-copy-02 {
  position: absolute;
  top: 70%;
  left: 40px;
  padding-right: 40px;
}*/
.catch-copy-02 p {
  font-size: 2.4rem;
  color: #333;
  font-weight: bold;
  text-shadow: 2px 3px 3px rgb(255 255 255 / 100%);
}
/*.catch-copy-03 {
   position: absolute;
   top: 26%;
   left: 40px;
   width: 560px;
   right: 0;
   left: 0;
   margin: 0 auto;
   padding-right: 40px;
}*/
/*.catch-copy-03 {
  position: absolute;
  top: 60%;
  left: 40px;
  padding-right: 40px;
}
*/
.catch-copy-wrap {
  
  padding: 0 40px;
}
.catch-copy-bottom-contents {
  position: absolute;
  bottom: 12px;
  right: 20px;
  z-index: 10;
}
 .catch-copy-bottom-text {
  font-size: 2.4rem;
  color: #fff;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);

}
/*===================================================================
   swiper
===================================================================*/
/* .swiper-top {
  overflow: hidden;
  width: 100%;
}
.swiper-01,
.swiper-02 {
  overflow: hidden;
  max-width: 400px;
  
}
.swiper-wrapper img {
  object-fit: cover;  
  width: 100%;
  height: 100%;
}

.swiper-top .swiper-wrapper img{
  padding-top: 57px;
  object-fit: cover; 
  height: calc(100vh - 57px);
  width: 100vw;
}
  */

.swiper-top {
  overflow: hidden;
  width: 100%;
  height: 100vh;
  
}
.swiper-01,
.swiper-02 {
  overflow: hidden;
  max-width: 400px;
  
}
.swiper-wrapper img {
  object-fit: cover; /* IE: not support */
  height: 100%;
}

.swiper-top .swiper-wrapper img{
  object-fit: cover;
  width: 78%;
  height: 100%;
  margin-left: auto;
}

/*===================================================================
   strong-point
===================================================================*/
.strong-point-wrap {
  padding: 100px 40px;
}
.strong-point-text-wrap {
  margin-bottom: 40px;
  padding: 40px;
  border: #414040 solid 2px;
  border-radius: 8px;
  background: #f3f3f3;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.10);
}
.strong-point-text {
  padding-left: 40px;
}
.strong-point-text p {
  font-size: 2rem;
  line-height: 38px;
}
.ttl-top-h2{
  font-size: 4rem ;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
  color: #040c45;
}
.ttl-top-h3 {
  font-size: 3rem ;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
.ttl-top-h4 {
  font-size: 2.4rem ;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
}
.ttl-bg {
  /*background: linear-gradient(90deg, rgba(99, 171, 199, 1) 0%, rgb(255 255 255) 0%, rgb(203 200 255) 100%);
  background: linear-gradient(90deg, rgb(99 106 199) 0%, rgb(255 255 255) 0%, rgb(200 224 255) 100%);
  background: linear-gradient(180deg, rgb(200 224 255) 0%, rgb(255 255 255) 0%, rgb(200 224 255) 100%);*/
}
.ttl-doctor {
  background: linear-gradient(180deg, rgb(200 224 255) 0%, rgb(255 255 255) 0%, rgb(200 224 255) 100%);
  font-weight: bold;
  padding: 10px 16px;
}
/*===================================================================
   product-contents-wrap
===================================================================*/
.product-contents-wrap {
  padding: 100px 40px;
}

.product-contents-item {
  gap : 40px;
}

.product-contents {
  width: calc(50% - 20px);
  margin-bottom: 40px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.10);
}

.product-contents a {
  display: block;
  padding: 60px;
  width: 100%;
  height: 100%;
  color: #333;
  transition: all .3s;
  text-decoration: none;
}

.product-contents a:hover {
  opacity: .8;
}

.product-contents-img{
  margin-bottom: 40px;
}


/*===================================================================
   1000px
===================================================================*/

@media (max-width: 1000px) {
  .catch-copy-01-text {
    font-size: 4rem;
  }
  .catch-copy-01-text-sub {
    font-size: 3.4rem;
    font-weight: 500;
  }
}

/*===================================================================
   999px
===================================================================*/
@media (max-width: 999px) {
  .strong-point-text {
    padding: 0 0 40px;
}
  .strong-point-text-wrap {
    flex-direction: column;
  }
  .strong-point-img {
    margin: 0 auto 40px;
  }
  .product-contents {
    width: calc(50% - 12px);
    margin-bottom: 0;
  }
  .product-contents-img {
    width: 100%;
  }
  .product-contents-item {
    gap: 24px;
  }
  .product-contents a {
    padding: 40px;
  }
}

/*===================================================================
   768px
===================================================================*/
@media (max-width: 768px) {
  .ttl-top-h2 {
    font-size: 3.6rem;
  }
  .ttl-top-h3 {
    font-size: 2.6rem;
    margin-bottom: 24px;
  }
  .catch-copy-02 p {
    font-size: 1.6rem;
  }
  .product-contents-wrap {
    padding: 100px 20px;
  }
  .strong-point-wrap {
    padding: 100px 20px;
  }
  .product-contents a {
    padding: 24px 24px 40px;
  }
  .product-contents-img {
    margin-bottom: 24px;
  }
}
/*===================================================================
   700px
===================================================================*/
@media (max-width: 700px) {
  .catch-copy-01-text {
    font-size: 3.4rem;
  }
  .catch-copy-01-text-sub {
    font-size: 2.4rem;
  }
  .catch-copy-bottom-text {
    font-size: 2rem;
  }
  .swiper-top .swiper-wrapper img {
    object-position: 25% 50%;
  }
  .ttl-top-h2 {
    font-size: 3.2rem;
  }
  .ttl-top-h3 {
    font-size: 2.4rem;
    margin-bottom: 24px;
  }
}
/*===================================================================
   640px
===================================================================*/
@media (max-width: 640px) {
  .catch-copy-01-text {
    font-size: 3rem;
  }
  .strong-point-text-wrap {
    flex-flow: column;
  }
  .strong-point-img {
    margin-bottom: 24px;
  }
  .strong-point-text {
    padding-left: 0;
  }
  .strong-point-text p {
    font-size: 1.8rem;
    line-height: 2;
}
  .product-contents {
    width: 100%;
    margin-bottom: 24px;
  }
  .product-contents-item {
    gap: 0;
  }
  .product-contents a {
    padding: 40px;
  }
  .product-contents-img{
    margin-bottom: 24px;
  }
  .ttl-top-h2{
    font-size: 2.8rem ;
    margin-bottom: 40px;
  }
  .ttl-top-h3 {
    font-size: 2.2rem ;
    margin-bottom: 32px;
  }
  .ttl-top-h4 {
    font-size: 2rem ;
    margin-bottom: 24px;
  }
  .catch-copy-bottom-text {
    font-size: 1.8rem;
  }
}
/*===================================================================
   600px
===================================================================*/
@media (max-width: 600px) {
  .strong-point-img {
    width: 100%;
  }
  .swiper-01, .swiper-02 {
    max-width: 100%;
    width: 100%;
  }
}

/*===================================================================
   540px
===================================================================*/
@media (max-width: 540px) {
  .mv-wrap {
    height: auto;
  }
  .mv-contents {
    height: auto;
  }
  .catch-copy-01 {
    position: static;
    top: 0;
    left: 0;
    display: block;
    z-index: 0;
  }

  .catch-copy-01,
  .catch-copy-02 {
    left: 0;
    padding: 16px 16px;
  }
  .catch-copy-01-text {
    font-size: 2.6rem;
  }
  .catch-copy-01-text-sub {
    font-size: 2.2rem;
  }
  .catch-copy-bottom-text {
    font-size: 1.6rem;
  }

  .swiper-top {
    height: auto;
  }
  .swiper-top .swiper-wrapper img {
    width: 100%;
  }

  .ttl-top-h2 {
    font-size: 2.4rem;
  }
  .ttl-top-h3 {
    font-size: 2rem;
  }
  .ttl-top-h4 {
    font-size: 1.8rem;
  }
}
/*===================================================================
   500px
===================================================================*/
@media (max-width: 500px) {
  .catch-copy-01-text {
    font-size: 2.4rem;
  }
  .strong-point-wrap,
  .product-contents-wrap {
    padding: 100px 20px;
  }
  
}
/*===================================================================
   460px
===================================================================*/
@media (max-width: 460px) {
  .ttl-top-h2 {
    font-size: 2.2rem;
  }
  .ttl-top-h3 {
    font-size: 1.8rem;
  }
  .ttl-top-h4 {
    font-size: 1.7rem;
  }
}
/*===================================================================
   430px
===================================================================*/
@media (max-width: 430px) {
  .strong-point-text-wrap {
    padding: 24px;
  }
  .product-contents a {
    padding: 24px;
  }
}
/*===================================================================
   414px
===================================================================*/
@media (max-width: 414px) {
  .catch-copy-01-text {
    font-size: 2.2rem;
  }
  .catch-copy-01-text-sub {
    font-size: 1.8rem;
  }
  .catch-copy-bottom-text {
    font-size: 1.4rem;
  }
}
/*===================================================================
   375px
===================================================================*/
@media (max-width: 375px) {

}
/*===================================================================
   320px
===================================================================*/
@media (max-width: 320px) {

}