@media screen and (max-width: 767.98px) {
  .is-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}

.site-body{
    padding-bottom: 0;
}

.concept-top {
    text-align: center;
    position: relative;
    padding-top: 5px;
    margin-bottom: 200px;
}

.container {

}

.concept__top-text1 {
    font-size: 35px;
    margin-top: 50px;
    font-weight: 700;
}

.concept__top-text2 {
    margin-bottom: 50px;
}

.concept__top-text3 {
    font-size: 30px;
    font-weight: 700;
}

#top-pic img {
    position: absolute;
}

#top-pic .img2{
    top: 0;
    /* left: 79.375vw; */
    right:  7.98611111111111vw;
    width: 13.6805555555556vw;
    height: 12.1805555555556vw;
}
@media (max-width: 767.98px) {
    #top-pic .img2 {
           top: 4.5vw;
        left: auto;
        width: 25vw;
        height: 20vw;
        right: 0;
    }
}

#top-pic .img3 {
    top: max(20.83vw, 300px);
    left: 7.98611111111111vw;
    width: 13.6805555555556vw;
    height: 12.875vw;
}

@media (max-width: 767.98px) {
    #top-pic .img3 {
            top: auto;
        left: 0;
        width: 25vw;
        height: 20vw;
        bottom: 20px;
    }
}

#top-pic .img5 {
    top: 0;
    left: 0;
    width: 19.7638888888889vw;
    height: 12.8194444444444vw;
}

@media (max-width: 767.98px) {
    #top-pic .img5 {
             top: 0;
        left: 0;
        width: 50vw;
        height: 30vw;
    }
}

#top-pic .img6 {
    top: max(18.23vw, 280px);
    right: 0;
    width: 19.2361111111111vw;
    height: 12.4722222222222vw;
}

@media (max-width: 767.98px) {
    #top-pic .img6 {
               top: auto;
        left: auto;
        width: 50vw;
        height: 30vw;
        right: 0;
        bottom: 0;
    }
}

.sec01 {
background: #f5f4f4;
padding-top: 100px;
}

.container {

}

.sec01__contents {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.sec01__left {
    width: 68%;
}

.sec01__title{
   margin-bottom: 50px;
   margin-top: 30px;
       line-height: calc(55 / 35);
          font-size: 35px;
}
.sec01__text{
    max-width: 592px;
    line-height: calc(35 / 16);
    letter-spacing: 0.006em;
 
}

.sec01__right {
    height: fit-content;
}

.sec01__img {
    max-width: 470px;
    height: auto;
    position: relative;
    margin-top: 20px;
}
.sec01__img img {
  display: block;
  width: 100%;
  height: auto;
}

.sec01__img-name {
  position: absolute;
  bottom: 0;
  left: 0px;
  color: #fff; 
  padding: 10px 20px;
  font-size: 15px;
  line-height: 1.4;
}

.sec01__img-name2 {
  position: absolute;
  bottom: 0;
  right: 0px;
  color: #fff; 
  padding: 10px 20px;
  font-size: 15px;
  line-height: 1.4;
}

.sec02 {
    padding-top: 150px;
    padding-bottom: 150px;
}

.sec02__contents {
    display: flex;
    justify-content: space-between;
    gap: 70px;
    margin-left: calc(50% - 50vw);
}

.sec02__left {
   width: 57%;
}

.sec02__img {

}

.sec02__right {
    width: 43%;
}

.sec02__title{
    line-height: calc(55 / 35);
    margin-top: 20px;
    font-size: 35px;
}

.sec02__text{
    line-height: calc(35 / 16);
}

.sec03 {
    padding-top: 100px;
    background: #f5f4f4;
    padding-bottom: 150px;
}

.container {

}

.sec03__title {
    font-size: 35px;
}

.sec03__text {
    margin-top: 50px;
      line-height: calc(35 / 16);
}


.sec03__more {
    margin-top: 70px;
   margin-left: 0;
}

@media (max-width: 767.98px){
    .main-section{
        margin-bottom: 0;
    }
.concept__top-text1 {
    font-size: 22px;
    margin-top: 140px;
}
.concept-top {
   margin-bottom: 0;
   padding-bottom: 110px;
   margin-bottom: 100px;
}
.concept__top-text2{
    margin-bottom: 20px;
}
.concept__top-text3 {
    font-size: 24px;
}
.sec01{
    padding-top: 80px;
    padding-bottom: 80px;
}
.sec01__contents{
    display: block;
}
.sec01__left{
    width: 100%;
}
.sec01__right{
    width: 100%;
   
}
.sec01__title{
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
      font-size: 24px;
}
 
.sec02{
    padding-top: 80px;
    padding-bottom: 80px;
}
.sec02__contents{
    display: flex;
    flex-direction: column-reverse;
    margin-left: auto;
    gap: 20px;
}
.sec02__title{
    margin-top: 0;
     text-align: center;
       font-size: 24px;
}

.sec02__left{
    width: 100%;
    width: 100%;
}
.sec02__right{
    width: 100%;
}
.sec03{
    padding-top: 80px;
    padding-bottom: 80px;
}
.sec03__title{
    text-align: center;
    font-size: 24px;
}
.sec03__text{
    margin-top: 30px;
}
.sec03__more{
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}
}
