@charset "UTF-8";
/* CSS Document */
/**********************************************************/
/* PC */
/**********************************************************/
/**********************************
.mv
**********************************/
.mv {
  background-image: url("../images/about/under-fv.webp?1ir9pjit");
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
}

/**********************************
sec1
**********************************/
.sec1 {
  margin: 175px auto 100px;
}

.sec1 .sec-bg {
  width: 58%;
  height: 475px;
  margin: 0 0 auto auto;
  background-image: url("../images/about/sec-1-1.webp?roorhlf0");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right -3.4%;
}

.sec1 .inner1340 {
  margin: -490px auto 0;
}

.sec1 .txt-area {
  margin-top: 20px;
  margin-left: 100px;
}

.sec1 .txt-area h3 {
  font-size: 3.9rem;
  letter-spacing: 0.25em;
  line-height: 2;
  margin-bottom: 70px;
  text-shadow: 1px 2px 2px rgb(255 255 255 / 80%);
}

.sec1 .txt-area p {
 line-height: 2.5;
  letter-spacing: 0.22em;
	margin-bottom:35px;
}

.sec1 .pic-area {
  width: 26.8%;
  margin-top: 417px;
}

/**********************************
sec2
**********************************/
.sec2 {
  margin: 117px auto 232px;
}

.sec2 .inner1240 {
  align-items: flex-start;
  margin-bottom: 127px;
}

.sec2 .pic-area {
  width: 340px;
     object-fit: contain;
  border-radius: 30px;
}

.sec2 .txt-area {
  margin: 140px auto 0;
  font-size: 2.9rem;
  text-align: center;
}

.sec2 .txt-area img {
  width: 193px;
  margin: 80px auto 70px;
}

.sec2 .shippori {
  font-size: 5rem;
}

.sec2 .pic-area:last-of-type {
  margin: 317px auto 0;
}

.sec2 .video-area {
  height: 586px;
  width: 100%;
}

.sec2 .video-area video {
  width: 100%;
  border-radius: 70px;
}

/**********************************
sec3
**********************************/
.inner940.sec3 {
  margin-bottom: 193px;
}

.sec3 h3 {
  font-size: 3.9rem;
  padding: 25px 198px;
  border: solid 1px #707070;
  border-radius: 78px;
  text-align: center;
  width: 565px;
  margin: 0 auto 90px;
}

.sec3 h3 span {
  font-size: 2.4rem;
  display: block;
  padding-top: 17px;
}

.sec3 dl {
  flex-wrap: wrap;
  margin-bottom: 150px;
}

.sec3 dt,
.sec3 dd {
  border-bottom: solid 1px #707070;
  line-height: 2.2;
  padding: 25px 0;
}

.sec3 dt:last-of-type,
.sec3 dd:last-of-type {
  border-bottom: none;
}

.sec3 dt {
  width: 240px;
  padding-left: 50px;
}

.sec3 dd {
  width: 700px;
}

.sec3 .map iframe {
  border-radius: 30px;
}

/**********************************
sec4
**********************************/
/**********************************************************/
/* SP用 */
/**********************************************************/
@media (max-width: 768px) {
  /**********************************
  sec1
  **********************************/
  .sec1 {
    margin-top: 80px;
  }
  .sec1 .inner1340.flex {
    flex-direction: column;
    margin: -194px auto 0;
  }
  .sec1 .sec-bg {
    width: 300px;
    border-radius: 20px 0 0 20px;
    height: 200px;
    background-size: cover;
  }
  .sec1 .txt-area {
    margin-top: 100px;
    margin-left: 20px;
    z-index: 1;
  }
	.sec1 .txt-area p {
    margin-right: 20px;
		margin-bottom: 20px;
}
  .sec1 .txt-area h3 {
    font-size: 2rem;
    margin-bottom: 35px;
  }
  .sec1 .pic-area {
    width: 260px;
    margin: 10px auto auto 20px;
  }
  /**********************************
  sec2
  **********************************/
  .sec2 {
    margin: 60px auto 115px;
    padding-top: 120px;
  }
  .sec2 .inner1240 {
    margin-bottom: 60px;
    flex-wrap: wrap;
    padding: 0 20px;
  }
  .sec2 .pic-area {
    max-width: 335px;
    width: 100%;
  }
  .sec2 .pic-area:last-of-type {
    margin: 70px 0 0 auto;
  }
  .sec2 .shippori {
    font-size: 2.9rem;
  }
  .sec2 .txt-area {
    margin: 70px auto 0;
    font-size: 1.9rem;
    text-align: center;
  }
  .sec2 .txt-area img {
    max-width: 150px;
    width: 100%;
    margin: 40px auto 35px;
  }
  .sec2 .pic-area:last-of-type {
    margin: 70px 0 0 auto;
  }
  .sec2 .video-area {
    padding: 0 20px;
    height: 100%;
  }
  .sec2 .video-area video {
    border-radius: 35px;
  }
  /**********************************
  sec3
  **********************************/
  .sec3 {
    margin-bottom: 90px;
  }
  .sec3 h3 {
    font-size: 1.6rem;
    width: 300px;
    padding: 13px 0px;
    margin: 0 auto 45px;
  }
  .sec3 h3 span {
    font-size: 1.1rem;
    padding-top: 9px;
  }
  .sec3 dl {
    margin-bottom: 75px;
    padding: 0 20px;
  }
  .sec3 dt, .sec3 dd {
    padding: 13px 0;
  }
  .sec3 dt {
    width: 30%;
    padding-left: 20px;
  }
  .sec3 dd {
    width: 70%;
  }
  .sec3 .map {
    height: 300px;
    width: 100%;
    padding: 0 20px;
  }
  .sec3 .map iframe {
    width: 100%;
    height: 100%;
  }
  /**********************************
  contact
  **********************************/
  .contact {
    padding: 70px 0;
  }
}
