@charset "utf-8";
.mv-txt{
  position: absolute;
  z-index: 2;
  top: 0;
  width: 100%;
  height: 100%;
}

.mv-txt .mv-title{
  font-size: 90px;
  letter-spacing: 0.35em;
  line-height: 1.77;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}

.mv .recruit-banner{
  display: none;
  position: absolute;
  right: 70px;
  bottom: 60px;
}

.mv .recruit-banner a{
  display: block;
  outline: 0px solid #be2e35;
  outline-offset: -3px;
}

.mv .recruit-banner a:hover{
  outline: 3px solid #be2e35;
}

.mv .recruit-banner a:before{
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.mv .recruit-banner a:hover:before{
  opacity: 0.3;
}

.mv .recruit-banner p{
  font-size: 18px;
  display: flex;
  height: 100%;
  width: 100%;
  z-index: 2;
  align-items: center;
  justify-content: center;
}

.mv .recruit-banner span{
  background: #be2e35;
  font-size: 13px;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
  height: 23px;
  width: 87px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-contents{
  padding-top: 180px;
}

.contents .top-txt-img{
  margin-bottom: 170px;
}

.contents .top-txt-img h2{
  font-size: 30px;
  line-height: 2.26;
  margin-bottom: 80px;
}

.contents .top-txt-img p{
  font-size: 17px;
  line-height: 2.7;
}

.contents .top-txt-img .img{
  margin-right: -73px;
}

.contents .top-txt-img2{
  margin-bottom: 170px;

  .txt{
    max-width: 468px;
  }

  h2{
    font-size: 30px;
    line-height: 2.26;
    margin-bottom: 80px;
    letter-spacing: .12em;
  }

  p{
    font-size: 17px;
    line-height: 2.7;
    letter-spacing: .1em;

    &.remarks{
      margin-top: 30px;
      font-size: 14px;
      line-height: 1.86;
      letter-spacing: .1em;
    }
  }

  .img{
    width: calc(40% + ((100vw - 100%) / 2));
    margin-right: calc(-1 * ((100vw - 100%) / 2));
    /* margin-right: -73px; */
  }
}

.sec-mv{
  width: calc(100vw - ((100vw - 100%) / 2));
}

.sec-mv .sec-mv-txt{
  font-size: 78px;
  letter-spacing: 0.158em;
  position: absolute;
  bottom: -50px;
}

.top .internship-blo{
  display: none;
}

.top .internship-blo .sec-mv .sec-mv-txt{
  left: -73px;
}

.top .internship-blo .txt-blo{
  margin-top: 115px;
}

.top .internship-blo .txt-blo > .flex > div{
  width: 50%;
}

.f-24-title{
  font-size: 24px;
  letter-spacing: 0.2em;
  line-height: 1.83;
}

.t-b-border{
  border-top: 2px solid #302d2c;
  border-bottom: 2px solid #302d2c;
  padding: 15px 0;
  letter-spacing: 0.07em;
}

.top-page-link-list{
  margin-top: 200px;
}

.top-page-link-list > div:nth-child(odd) .sec-mv{
  left: calc(-1 * ((100vw - 100%) / 2));
  padding-right: 60px;
}

.top-page-link-list > div:nth-child(even) .sec-mv{
  padding-left: 60px;
}

.top-page-link-list > div:nth-child(odd) .sec-mv .sec-mv-txt{
  right: -73px;
}

.top-page-link-list > div:nth-child(even) .sec-mv .sec-mv-txt{
  left: -73px;
}

.top-page-link-list > div:nth-child(odd) .bg-gray{
  background: linear-gradient(90deg,#f7f7f7 0%,#f7f7f7 90%,transparent 90%,transparent 100%);
  margin-left: -50%;
  padding-left: calc(50% + 70px);
  padding-top: 100px;
  padding-bottom: 150px;
}

.top-page-link-list > div:nth-child(even) .bg-gray{
  background: linear-gradient(90deg,transparent 0%,transparent 10%,#f7f7f7 10%,#f7f7f7 100%);
  margin-right: -50%;
  padding-right: 50%;
  padding-top: 100px;
  padding-bottom: 150px;
}

.top-page-link-list > div .bg-gray p{
  max-width: 540px;
}

.wide-link > div{
  width: 100%;
}

.wide-link > div .overlay:before{
  opacity: 0.3;
}

.wide-link-txt h3{
  font-size: 35px;
  letter-spacing: 0.04em;
}

.wide-link-txt h4{
  font-size: 18px;
}

.footer-top-blo{
  padding: 170px 0;
}

.en-red-title span{
  display: block;
  font-size: 35px;
  letter-spacing: 0.2em;
  line-height: 1.42;
  margin-bottom: 10px;
}

.en-red-title{
  font-size: 18px;
  letter-spacing: 0.095em;
}

.footer-top-blo .body{
  max-width: 750px;
  width: 100%;
}

.news-list li{
  border-top: 1px solid #c8c8c8;
  padding: 50px 0;
}

.news-list li:last-child{
  border-bottom: 1px solid #c8c8c8;
}

.news-list li .date{
  font-size: 12px;
}

.news-list li .cate{
  background: #302d2c;
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  height: 20px;
  width: 90px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}

.news-list li p{
  font-size: 13px;
  margin-left: 40px;
}

.more-link{
  font-size: 14px;
  font-weight: 700;
}

.contact-banner .overlay:before{
  opacity: 0.5;
}

.contact-banner .in-txt h3{
  font-size: 35px;
}

.contact-banner .in-txt .border{
  background: #ffffff;
  height: 1px;
  margin: 0 25px;
  width: 190px;
}

.contact-banner .in-txt p{
  font-size: 20px;
  letter-spacing: 0.2em;
}

.contents.kasou .mv{
  padding-top: 230px;
}

.contents.kasou .mv.overlay:before{
  height: 75%;
  background: #f7f7f7;
  opacity: 1;
  z-index: -1;
}

.kasou-mv-title{
  font-size: 60px;
  letter-spacing: 0.26em;
}

.kasou-mv-title span{
  display: block;
  font-size: 18px;
  letter-spacing: 0.14em;
  margin-top: 10px;
}

.contents.kasou .mv .img{
  width: calc(100vw - ((100vw - 1080px) / 2));
  margin-top: 100px;
}

.contents.recruit-kasou {
  .mv {
    padding-top: 200px;

    &.overlay:before {
      height: 75%;
      background: #f7f7f7;
      opacity: 1;
      z-index: -1;
    }
    .img {
      max-width: 100%;
      height: auto;
    }
    .kasou-mv-title{
      color: #ffffff;
      position: absolute;
      top: 60%;
    }
  }
}

.contents.statement .top-txt-img p {
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 2.75;
}

.contents.about-us, .contents.recruit {
  .content-list-area > div{
    margin-bottom: 110px;
  }

  .content-list-area > div .img{
    position: relative;
    width: 92%;
  }

  .content-list-area > div:nth-child(odd) .img{
    left: calc(-1 * ((100vw - 100%) / 2));
  }

  .content-list-area > div:nth-child(even) .img{
    right: calc(-1 * ((100vw - 100%) / 2));
    margin-left: auto;
  }

  .content-list-area > div .txt-blo{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 90px 70px;
    background: #ffffff;
  }

  .content-list-area > div:nth-child(odd) .txt-blo{
    right: -70px;
  }

  .content-list-area > div:nth-child(even) .txt-blo{
    left: -70px;
  }

  .content-list-area > div .txt-blo .in p{
    width: 334px;
  }
}


.contents.about-us .main-contents h2{
  font-size: 25px;
  letter-spacing: 0.16em;
}

.contents.about-us .main-contents h3{
  font-size: 24px;
  letter-spacing: 0.14em;
  line-height: 1.83;
}

.contents.about-us .data-area{
  background: #f7f7f7;
  padding: 170px 50%;
  margin: 0 -50%;
}

.contents.about-us .data-area .data-list li{
  border-bottom: 2px dotted #be2e35;
  text-align: center;
  padding: 80px 0;
  width: 50%;
}

.contents.about-us .data-area .data-list li:nth-child(odd){
  border-right: 2px dotted #be2e35;
}

.contents.about-us .data-area .data-list li:nth-child(1),
.contents.about-us .data-area .data-list li:nth-child(2){
  padding-top: 30px;
}

.contents.about-us .data-area .data-list li:nth-child(5),
.contents.about-us .data-area .data-list li:nth-child(6){
  border-bottom: none;
  padding-bottom: 30px;
}

.profile-table .th{
  padding-left: 20px;
  width: 160px;
}

.profile-table .row{
  border-top: 1px solid #c8c8c8;
}

.profile-table .row:last-child{
  border-bottom: 1px solid #c8c8c8;
}

.profile-table .row > div{
  padding-bottom: 20px;
  padding-top: 20px;
}

.child-mv-title{
  top: 30%;
  position: absolute;
}

.child-mv-title h1{
  font-size: 45px;
  letter-spacing: 0.2em;
  line-height: 2.11;
}

.child-mv-title .name-blo .name{
  font-size: 30px;
}

.child-mv-title .name-blo .name span{
  display: block;
}

.message-list > .blo{
  margin-bottom: 170px;
}

.message-list .txt-blo{
  max-width: 410px;
}

.message-list .img-blo{
  width: calc(50% + ((100vw - 100%) / 2));
}

.message-list > .blo:nth-child(odd) .img-blo{
  margin-right: calc(-1 * ((100vw - 100%) / 2));
}

.message-list > .blo:nth-child(even) .img-blo{
  margin-left: calc(-1 * ((100vw - 100%) / 2));
}

.message-list > .blo:nth-child(even) .flex{
  flex-direction: row-reverse;
}

.bg-gray-link-area{
  background: rgba(100,100,100,0.05);
  padding: 165px 50%;
  margin: 0 -50%;

}

.bg-gray-link-area h3{
  font-size: 35px;
  letter-spacing: 0.22em;
}

.bg-gray-link-area p{
  letter-spacing: 0.08em;
}

.contents.vision .vision-area .img-blo{
  padding-left: 80px;
  width: calc(100% + ((100vw - 100%) / 2));
}

.contents.vision .vision-area .txt-blo{
  position: absolute;
  left: 0;
  top: 0;
  width: 387px;
}

.contents.vision .vision-area .txt-blo p{
  font-size: 15px;
  line-height: 2.53;
}

.contents.vision .vision-area .img-blo .circle-link{
  position: absolute;
  border-radius: 50%;
  border: 6px solid #be2e35;
  width: 120px;
  height: 120px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.08em;
  cursor: pointer;
}

.contents.vision .vision-area .img-blo .circle-link:hover{
  background: #be2e35;
  color: #ffffff;
}

.contents.vision .vision-area .img-blo .circle-link:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #be2e35 transparent transparent transparent;
  border-width: 20px 10px 0 10px;
}

.contents.vision .vision-area{
  padding-bottom: 125px;
}

.contents.vision .vision-area .img-blo .circle-link#link1{
  right: 18%;
  top: 12%;
}

.contents.vision .vision-area .img-blo .circle-link#link2{
  left: 29%;
  bottom: 40%;
}

.contents.vision .vision-area .img-blo .circle-link#link3{
  right: 28%;
  bottom: 36%;
}

.contents.recruit {
  .message-area {
    margin-bottom: 140px;
    .message {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;

      .title {
        width: 45%;
        min-width: 473px;
        h2 {
          font-size: 30px;
          line-height: 2.26;
          margin-bottom: 80px;
        }
        img {
          width: 100%;
          height: auto;
        }
      }
      .body {
        width: 50%;
        max-width: calc(100% - 533px);
        p {
          text-align: justify;
          font-size: 14px;
          line-height: 28px;
          letter-spacing: .2em;
        }
        .signature {
          margin-top: 30px;
          font-weight: 500;
        }
      }
    }
  }
  .content-list-area {
    margin-bottom: 320px;
  }
}

.contents.our-works .interview-area{
  background: rgba(100,100,100,0.05);
  padding-top: 170px;
}

.contents.grow-up{
  .human{
    padding-top: 170px;
    padding-bottom: 170px;
    margin-bottom: 0;

    ul.flow{
      margin-top: 200px;
      display: flex;
      justify-content: space-between;
      &>li{
        width: calc((100% - 60px) / 3);
        &+li{
          .head:before{
            content: '';
            display: block;
            position: absolute;
            top: 50%;
            left: -35px;
            width: 40px;
            border: 3px solid #BE2E35;
          }
        }
        .head{
          height: 141px;
          background-color: #BE2E35;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column;
          position: relative;
          .subject{
            font-size: 20px;
            line-height: 1;
            letter-spacing; .1em;
            color: #ffffff;
          }
          .age{
            margin-top: 10px;
            background-color: #ffffff;
            color: #BE2E35;
            font-size: 14px;
            line-height: 1;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 22px;
            padding: 0 10px;
          }
        }
        .body{
          padding: 40px 30px;
          background-color: #ffffff;
          dl{
            dt{
              display: block;
              font-size: 17px;
              line-height: 1.18;;
              letter-spacing: 0.12em;
              &:before{
                content: '● ';
                color: #BE2E35;
              }
            }
            dd{
              &+dt{
                margin-top: 30px;
              }
              ul{
                padding-left: 10px;
                margin-top: 18px;
                li{
                  font-size: 14px;
                  line-height: 1.5;
                  position: relative;
                  font-weight: 500;
                  &+li{
                    margin-top: 10px;
                  }
                  &:before{
                    content: '';
                    display: block;
                    position: absolute;
                    top: 9.5px;
                    left: -10px;
                    width: 5px;
                    border-bottom: 2px solid #BE2E35;
                  }
                  p{
                    margin-top: 10px;
                    font-size: 13px;
                    line-height: 1.69;
                    letter-spacing: 0.05em;
                    font-weight: 400;
                  }
                }
              }
            }
          }
        }
      }
    }
  }

  .growup-content{
    padding-top: 170px;
    padding-bottom: 170px;
    h2{
      font-size: 30px;
      line-height: 1.83;
      letter-spacing: .12em;
    }
    h3{
      margin-top: 100px;
      font-size: 24px;
      line-height: 1.7rem;
      letter-spacing: .12em;
      color: #BE2E35;
    }
    .read{
      margin-top: 30px;
      font-size: 14px;
      line-height: 1.5;
      letter-spacing: .12em;
      padding-bottom: 60px;
      border-bottom: 1px solid #BE2E35;
    }
    ul.reasons{
      margin-top: 10px;
      li{
        display: flex;
        justify-content: space-between;
        border-bottom: 1px dotted #C8C8C8;
        padding-top: 60px;
        padding-bottom: 60px;
        width: 100%;
        .subject{
          width: 39%;
          position: relative;
          padding-left: 30px;
          font-size: 20px;
          line-height: 1.76;
          .no{
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            color: #BE2E35;
            font-size: 14px;
            line-height: 35px;
          }
        }
        p{
          flex: 59%;
          font-size: 14px;
          line-height: 2.14;
        }
      }
    }
    .case-headline{
      margin-top: 60px;
      font-size: 20px;
      line-height: 2;
      letter-spacing: .12em;
    }
    ul.case{
      display: flex;
      justify-content: space-between;
      margin-top: 40px;
      margin-left: -8px;
      li{
        background-color: #ffffff;
        margin-left: 8px;
        flex: 1;
        height: 303px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        img{
          width: auto;
          height: 80px;
        }
        .title{
          margin-top: 30px;
          font-size: 17px;
          line-height: 1.76;
          text-align: center;
        }
        .description{
          margin-top: 20px;
          font-size:14px;
          line-height: 1.86;
          text-align: center;
        }
      }
    }
  }
}

.contents.life{
  .schedule{
    .time-group{
      padding-bottom: 40px;
      position: relative;
      display: flex;
      justify-content: space-between;
      position: relative;
      &:last-child:before{
        content: none;
      }
      &:before{
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 43px;
        border-left: 3px solid #BE2E35;
        height: 100%;
      }
      .time-block{
        width: 165px;
        .time{
          width: 90px;
          height: 90px;
          border-radius: 50%;
          background-color: #BE2E35;
          color: #ffffff;
          font-size: 19px;
          font-weight: 700;
          display: flex;
          justify-content: center;
          align-items: center;
          position: relative;
          z-index: 20;
        }
      }
      .work-block{
        padding-top: 24px;
        flex: 1;
        ul{
          li{
            display: flex;
            justify-content: space-between;
            padding-bottom: 60px;
            &+li{
              border-top: 1px dotted #C8C8C8;
              padding-top: 60px;
            }

            .text-block{
              flex: 1;
              h3{
                font-size: 24px;
                line-height: 1.9;
                letter-spacing: .1em;
              }
              p{
                margin-top: 30px;
                font-size: 14px;
                line-height: 2;
                letter-spacing: .2em;
              }
            }
            .image-block{
              width: 42%;
              margin-left: 100px;
              img{
                width: 100%;
                height: auto;
              }
            }
          }
        }
      }
    }
  }
}

.contents.highlights{
  .overview{
    background-image: url(../images/highlights/overview_pc.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 200px;
    margin-bottom: 100px;

    height: 584px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #ffffff;

    h2{
      font-size: 24px;
      line-height: 44px;
      letter-spacing: .2em;
      margin-bottom: 30px;
    }

    p{
      font-size: 20px;
      line-height: 40px;
      letter-spacing: .1em;

    }
  }
}

.red-sec-title{
  font-size: 16px;
  margin-bottom: 70px;
}

.red-sec-title span{
  font-size: 35px;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
  display: block;
}

.interview-link-flex > div{
  width: 50%;
}

.interview-link-flex > div:before{
  content: "";
  background: -moz-linear-gradient(left, #000000, transparent);
  background: -webkit-linear-gradient(left, #000000, transparent);
  background: linear-gradient(to right, #000000, transparent);
  opacity: 0.2;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.interview-link-flex > div .in{
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translateY(-50%);
}

.interview-link-flex > div .in h3{
  font-size: 24px;
  letter-spacing: 0.2em;
  line-height: 2;
}

.interview-link-flex .link-btn{
  border: 1px solid #ffffff;
  background: rgba(48,45,44,0.2);
}

.interview-link-flex .link-btn:hover{
  border: 1px solid #be2e35;
  background: #be2e35;
}

.contents.our-works .our-works-area{
  padding: 200px 0;
}

.our-works-list{
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;

  li{
    width: 100%;
    background: rgba(100,100,100,0.05);
    margin-bottom: 30px;
    margin-left: 30px;
    padding: 50px 50px 50px 95px;

    &.no-image{
      width: calc(50% - 30px);
      padding-right: 95px;
    }

    &:last-child{
      margin-bottom: 0;
    }

    p{
      max-width: 380px;
    }
  }
}



.bg-red-blo{
  background: #be2e35;
  height: 160px;
  width: 672px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 2;
}

.contents.interview .bg-gray-link-area .in-txt{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15%;
}

.bg-gray-link-area .in-txt h4{
  font-size: 20px;
  letter-spacing: 0.115em;
}

.bg-gray-link-area .in-txt h5{
  font-size: 24px;
  letter-spacing: 0.2em;
  line-height: 2;
}

.bg-gray-link-area .in-txt .name{
  font-size: 20px;
}

.bg-gray-link-area .in-txt .name span{
  font-size: 11px;
  margin-left: 15px;
  vertical-align: middle;
}

.sand-list-area .blo{
  margin-bottom: 130px;
}

.sand-list-area .blo:nth-child(even) > .flex{
  flex-direction: row-reverse;
}

.sand-list-area .blo .txt-blo{
  max-width: 470px;
  width: 100%;
}

.sand-list-area .blo .img-blo{
  max-width: calc(100% - 500px);
	max-width: 47%;
}

.sand-list-area .blo .title{
  font-size: 78px;
  letter-spacing: 0.22em;
  margin-bottom: 70px;
}

.sand-list-area .blo .title:before{
  content: "";
  background: url(../images/sand-bed/logo-icon.png) no-repeat;
  background-size: cover;
  display: inline-block;
  margin-right: 35px;
  height: 75px;
  width: 42px;
}

.sand-list-area .blo {
  .age{
    font-size: 14px;
    line-height: 1.43;
    border: 1px solid #BE2E35;
    padding: 5px 15px;
    width: fit-content;
    color: #BE2E35;
    font-weight: 500;
    letter-spacing: .2em;
    margin: 20px 0;
  }
  ul{
    padding-left: 10px;
    li{
      font-size: 14px;
      line-height: 2;
      letter-spacing: .2em;
      position: relative;
      &+li{
        margin-top: 10px;
      }
      &:before{
        content: '';
        display: block;
        position: absolute;
        top: 13px;
        left: -10px;
        width: 5px;
        border-bottom: 2px solid #BE2E35;
      }
    }
  }
}

.contents .top-txt-img .img.mr-0{
  margin-right: 0;
}

.environment-sec-area{
  padding: 170px 50%;
  margin: 0 -50%;
}

.bg-gray{
  background: #f7f7f7;
}

.environment-sec-area .left{
  background: #be2e35;
  height: 250px;
  width: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.environment-sec-area .left h3{
  font-size: 20px;
  line-height: 1.9;
  margin-top: 10px;
}

.environment-sec-area .right{
  width: 670px;
}

.environment-sec-area .right > div:not(:last-child){
  margin-bottom: 80px;
}

.border-title{
  border-bottom: 2px solid #e6e6e6;
  font-size: 20px;
  letter-spacing: 0.12em;
  margin-bottom: 40px;
  padding-bottom: 25px;
}

.border-title:before{
  content: "";
  background: #be2e35;
  display: block;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 40px;
}

.dott-title{
  font-size: 17px;
  letter-spacing: 0.12em;
  margin-bottom: 10px;
}

.dott-title:before{
  content: "●";
  color: #be2e35;
}

.town-flex > div{
  max-width: 500px;
  width: 48%;
}

.contents .top-txt-img .town-flex p{
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 2;
}

.spot-sec-area,
.internship-explan-area{
  padding: 170px 50% 140px;
  margin: 0 -50%;
}

.spot-sec-area.bg-gray.mix{
  mix-blend-mode: unset;
  background: rgba(100,100,100,0.05);
}

.spot-flex .txt-blo{
  max-width: 440px;
  width: 42%;
}

.f-30-title{
  font-size: 30px;
  line-height: 2.26;
  margin-bottom: 130px;
}

.bg-red-title{
  background: #be2e35;
  font-size: 18px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  width: fit-content;
}

.contents.internship .top-txt-img p.small{
  font-size: 14px;
  letter-spacing: 0.07em;
  line-height: 2;
  max-width: 800px;
  margin: 0 auto 80px;
  text-align: center;
}

.txt-img-area{
  padding-bottom: 150px;
}

.txt-img-area .f-30-title{
  margin-bottom: 40px;
}

.txt-img-area .left{
  max-width: 430px;
  width: 100%;
}

.txt-img-area .right{
  max-width: calc(100% - 440px);
}

.border-red-list li{
  border: 1px solid #be2e35;
  color: #be2e35;
  font-size: 15px;
  letter-spacing: 0.06em;
  margin-top: 15px;
  width: 207px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 0;
}

.internship-explan-area .target-blo > div{
  max-width: 520px;
  width: 48%;
}

.internship-explan-area .target-blo .left,
.internship-explan-area .target-blo .right > div{
  background: #ffffff;
  border: 1px solid #be2e35;
}

.internship-explan-area .target-blo .left .bg-red{
  background: #be2e35;
  padding: 35px 0;
}

.internship-explan-area .target-blo .left .c-red{
  padding: 40px 0;
}

.internship-explan-area .target-blo .c-red p{
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 2.22;
}

.internship-explan-area .target-blo .right .img{
  margin-right: 60px;
}

.internship-explan-area .target-blo .right > div{
  padding: 40px 0;
}

.explanation-blo{
  margin-top: 130px;
}

.border-b-title{
  border-bottom: 1px solid #c8c8c8;
  font-size: 24px;
  letter-spacing: 0.12em;
  margin-bottom: 50px;
  padding-bottom: 25px;
}

.f-20-title{
  font-size: 20px;
  letter-spacing: 0.12em;
  margin-bottom: 25px;
}

.sche-list li{
  position: relative;
  max-width: 343px;
  width: 33%;
}

.sche-list li:not(:last-child):before{
  content: "";
  background: #be2e35;
  display: block;
  height: 2px;
  position: absolute;
  left: 0;
  top: 36px;
  width: 100%;
}

.sche-list .title{
  background: #be2e35;
  height: 74px;
  width: 76px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.sche-list p{
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 2.14;
}

.guide-table .row:not(:last-child) > div{
  padding-bottom: 20px;
}

.guide-table .th{
  width: 130px;
}

.guide-table .th .dott-title{
  font-size: 16px;
  letter-spacing: 0.2em;
}

.archive-mv-title h1{
  font-size: 45px;
  letter-spacing: 0.28em;
}

.archive-mv-title h1 span{
  display: block;
  font-size: 24px;
  letter-spacing: 0.2em;
  margin-top: 20px;
}

.news-contents{
  padding-bottom: 160px;
}

.news-contents .main{
  width: 780px;
}

.news-contents .side-bar{
  width: 186px;
}

.news-archive-list li{
  margin-bottom: 40px;
  margin-right: 37px;
  width: 235px;
}

.news-archive-list li:nth-child(3n){
  margin-right: 0;
}

.news-archive-list li .img{
  height: 135px;
  overflow: hidden;
  position: relative;
}

.news-archive-list li .body{
  margin-top: 20px;
}

.news-archive-list li .body .cate{
  background: #302d2c;
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  height: 20px;
  width: 105px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.news-archive-list li .body .title{
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 1.87;
}

.news-archive-list li .body .date{
  font-size: 13px;
  letter-spacing: 0.2em;
  margin-top: 10px;
}

.side-bar .widgettitle{
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  letter-spacing: 0.22em;
  margin-bottom: 20px;
}

.side-bar-menu ul li{
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 2.28;
}

.side-bar-menu ul li a{
  letter-spacing: 0.2em;
}

.side-bar .widget_archive{
  margin-top: 50px;
}

.single-detail h1.title{
  font-size: 30px;
  letter-spacing: 0.2em;
  line-height: 2;
  margin-bottom: 30px;
}

.single-detail .date{
  font-size: 13px;
  letter-spacing: 0.2em;
  margin-right: 20px;
}

.single-detail .cate{
  background: #302d2c;
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  height: 20px;
  width: 105px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-detail .editor h2{
  font-family: a-otf-midashi-go-mb31-pr6n,sans-serif;
  border-bottom: 2px solid #e8e8e8;
  font-size: 24px;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin-bottom: 30px;
  padding-bottom: 20px;
  position: relative;
}

.single-detail .editor h2:before{
  content: "";
  background: #be2e35;
  display: block;
  height: 2px;
  width: 50px;
  position: absolute;
  left: 0;
  bottom: -2px;
}

.single-detail .editor h3{
  font-family: a-otf-midashi-go-mb31-pr6n,sans-serif;
  font-size: 20px;
  letter-spacing: 0.2em;
  line-height: 1.8;
  margin-bottom: 30px;
  padding-left: 20px;
  position: relative;
}

.single-detail .editor h3:before{
  content: "";
  background: #be2e35;
  display: block;
  height: 100%;
  width: 6px;
  position: absolute;
  left: 0;
  top: 0;
}

.single-detail .editor h4{
  font-family: a-otf-midashi-go-mb31-pr6n,sans-serif;
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 2;
  margin-bottom: 30px;
  padding-left: 25px;
  position: relative;
}

.single-detail .editor h4:before{
  content: "●";
  color: #be2e35;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.single-detail .editor p{
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 2;
}

.single-detail .editor blockquote{
  border-left: 1px solid #c8c8c8;
  margin-left: 15px;
  padding-left: 15px;
}

.single-detail .editor a{
  text-decoration: underline;
}

.contents.contact .inquiry{
  padding-bottom: 150px;
}

.table-box.inquiry-table{
  margin: 0 auto;
  width: auto;
}

.inquiry-table .row > div{
  vertical-align: top;
}

.inquiry-table .th{
  position: relative;
  width: 363px;
}

.inquiry-table .th .notice{
  display: block;
  position: absolute;
  top: 45px;
  left: 68px;
  font-weight: 400;
  font-size: 11px;
}

.inquiry-table .th.hissu:before{
  content: "必須";
  background: #be2e35;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2em;
  padding: 3px 12px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.inquiry-table .th p{
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  line-height: 60px;
}

.inquiry-table .td{
  padding-bottom: 50px;
  width: 537px;
}

.inquiry-table .row:last-child .td{
  padding-bottom: 0;
}

.inquiry-table input[type="text"],
.inquiry-table input[type="email"] {
  padding: 0 20px;
  border: none;
  border-radius: 0;
  outline: none;
  background: #ffffff;
  height: 60px;
  width: 100%;
}

.inquiry-table textarea{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 20px;
  border: 0;
  outline: none;
  background: #ffffff;
  height: 180px;
  width: 100%;
}

.inquiry-table select{
  border: none;
  outline: none;
  padding: 0 20px;
  background: #ffffff;
  height: 60px;
  width: 100%;
}

.inquiry .agree{
  display: flex;
  align-items: center;
  justify-content: center;
}

.inquiry .agree p{
  font-size: 14px;
}

.inquiry .submit-area .back-submit{
  background: #302d2c;
  border: 2px solid #302d2c;
  color: #ffffff;
  display: block;
  width: 400px;
  height: 56px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  cursor: pointer;
  margin-bottom: 20px;
}

.inquiry .submit-area .submit-btn{
  background: #be2e35;
  border: 2px solid #be2e35;
  color: #ffffff;
  width: 400px;
  height: 56px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  cursor: pointer;
}

.inquiry .submit-area .submit-btn:hover{
  background: #ffffff;
  color: #be2e35;
}

.contents.page404 .main-contents{
  padding: 100px 0 120px;
}

.contents.page404 .txt404 p{
  line-height: 2.5;
}

.contents .mv{
  position: relative;
  z-index: 9;
}
o
.modal{
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.modal__bg{
  background: rgba(48,45,44,0.35);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal__content{
  background: #fff;
  left: 50%;
  padding: 60px 70px 100px;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: auto;
}

.modal__content h3{
  font-size: 25px;
  letter-spacing: 0.2em;
}

.modal__content p{
  font-size: 24px;
  line-height: 1.83;
}

.modal__content .js-modal-close{
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 30px;
}

.contents.thanks .main-contents{
  padding: 100px 0;
}

.contents.thanks .main-contents .thanks-area{
  background: #ffffff;
  max-width: 887px;
  margin: 0 auto;
  padding: 90px 0;
  width: 100%;
}

.contents.thanks .main-contents .thanks-area h2{
  font-size: 45px;
  letter-spacing: 0.12em;
}

.contents.thanks .main-contents .thanks-area p{
  font-size: 18px;
  line-height: 2.33;
}

.mw_wp_form_confirm .inquiry-table .th p,
.mw_wp_form_confirm .inquiry-table .td p{
  line-height: 2;
}

.mw_wp_form_confirm .inquiry-table .th .notice,
.mw_wp_form_confirm .inquiry-table .th.hissu:before,
.mw_wp_form_confirm .inquiry .agree{
  display: none;
}

.pager .wp-pagenavi span.pages{
  display: none;
}

.pager .wp-pagenavi a,
.pager .wp-pagenavi span {
  text-decoration: none;
  border: none;
  padding: 7px 12px;
  margin: 0 5px;
  font-size: 12px;
  font-weight: 700;
}

.pager .wp-pagenavi span.current{
  font-weight: bold;
  background: #302d2c;
  color: #ffffff;
}

.pager .wp-pagenavi a.previouspostslink .fa{
  transform: rotateY(180deg);
}

.next-prev-area .back-link{
  border: 1px solid #4c4d55;
  height: 45px;
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  margin: 0 100px;
}

.next-prev-area .prev-link,
.next-prev-area .next-link{
  font-size: 15px;
  letter-spacing: 0.22em;
}

.next-prev-area .prev-link:before,
.next-prev-area .next-link:after{
  content: "\e80e";
  font-family: fontello;
  display: inline-block;
  font-size: 10px;
  vertical-align: top;
}

.next-prev-area .prev-link:before{
  transform: rotateY(180deg);
  margin-right: 20px;
}

.next-prev-area .next-link:after{
  margin-left: 20px;
}

.next-prev-area .no-link{
  pointer-events: none;
  color: transparent;
}

.internship-contact-banner,
.contact-banner,
footer{
  z-index: 5;
}

.contents .top-txt-img .txt{
  width: 55%;
}

.contents .top-txt-img .img{
  width: 45%;
}

.contents.internship .top-txt-img .txt,
.contents.statement .top-txt-img .txt,
.contents.bekkai-town .top-txt-img .txt{
  width: 100%;
}

/*------------------------------------------------------------
レスポンシブ
------------------------------------------------------------*/
@media all and (min-width: 0) and (max-width: 767px){

  .contents .top-txt-img .txt,
  .contents .top-txt-img .img{
    width: 100%;
  }

  .mv-txt .mv-title {
    font-size: 65px;
    letter-spacing: 0.2em;
    line-height: 1.71;
    width: 100%;
  }

  .main-contents {
    padding-top: 80px;
  }

  .contents .top-txt-img .img {
    margin-right: 0;
  }

  .header .inner,
  footer .inner{
    width: 90%;
  }

  .contents .top-txt-img h2 {
    font-size: 26px;
    letter-spacing: 0.2em;
    line-height: 2;
    margin-bottom: 30px;
  }

  .contents .top-txt-img p {
    font-size: 16px;
    line-height: 2.625;
  }

  .contents .top-txt-img2{
    margin-bottom: 80px;

    .txt{
      max-width: 100%;
      margin-bottom: 70px;
    }

    h2{
      font-size: 24px;
      line-height: 1.83;
      margin-bottom: 30px;
      letter-spacing: .14em;
    }

    p{
      font-size: 16px;
      line-height: 2.63;
      letter-spacing: .14em;
    }

    .img{
      width: auto;
      margin-right: -73px;
    }
  }

  .sec-mv {
    left: -18%;
    width: 100vw;
  }

  .sec-mv .sec-mv-txt {
    font-size: 35px;
    letter-spacing: 0.08em;
    margin: 40px auto 0;
    position: static;
    width: 74%;
  }

  .top .internship-blo .txt-blo {
    margin-top: 5px;
  }

  .top .internship-blo .txt-blo > .flex > div {
    width: 100%;
  }

  .f-24-title {
    font-size: 22px;
    letter-spacing: 0.12em;
  }

  .t-b-border {
    font-size: 14px;
    letter-spacing: 0.05em;
  }

  .top-page-link-list {
    margin-top: 100px;
  }

  .top-page-link-list > div:nth-child(odd) .sec-mv {
    left: -18%;
    padding-right: 0;
  }

  .top-page-link-list > div:nth-child(odd) .bg-gray,
  .top-page-link-list > div:nth-child(even) .bg-gray{
    background: #f7f7f7;
    margin: -83px -50% 0 -50%;
    padding: 83px 50% 80px 50%;
  }

  .top-page-link-list > div:nth-child(even) .sec-mv {
    padding-left: 0;
  }

  .wide-link{
    margin: 0 auto;
    padding: 60px 0;
    width: 74%;
  }

  .wide-link > div {
    margin: 10px 0;
    width: 100%;
  }

  .wide-link-txt h3 {
    font-size: 25px;
  }

  .wide-link-txt h4 {
    font-size: 16px;
  }

  .wide-link-txt .link-btn{
    width: 220px;
  }

  .footer-top-blo {
    padding: 70px 0;
  }

  .en-red-title span {
    letter-spacing: 0.08em;
    margin-bottom: 0;
  }

  .en-red-title,
  .contents.about-us .main-contents h3{
    font-size: 16px;
    margin-bottom: 40px;
  }

  .news-list li {
    padding: 30px 0;
  }

  .news-list li p {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }

  .contact-banner .in-txt .border {
    display: none;
  }

  .contact-banner .in-txt p {
    font-size: 17px;
    letter-spacing: 0.17em;
    margin-top: 10px;
  }

  .contents.kasou .mv {
    padding-top: 150px;
  }




  .contents.recruit-kasou {
    .mv {
      padding-top: 0;

      &.overlay:before {
        content: none;
      }
      .kasou-mv-title{
        top: 48%;
      }
    }
  }


  .kasou-mv-title {
    font-size: 35px;
    letter-spacing: 0.03em;
  }

  .kasou-mv-title span {
    font-size: 16px;
    letter-spacing: 0.12em;
  }

  .contents.kasou .mv .img {
    margin-top: 60px;
    margin-left: -16.5%;
    width: 100vw;
  }

  .contents .top-txt-img {
    margin-bottom: 60px;
  }

  .contents.about-us, .contents.recruit {
    .content-list-area > div .txt-blo {
      position: static;
      transform: unset;
    }

    .content-list-area > div .img {
      width: 116%;
    }

    .content-list-area > div:nth-child(odd) .img {
      left: -16%;
    }

    .content-list-area > div:nth-child(even) .img {
      right: unset;
      margin-left: unset;
      left: -16%;
    }

    .content-list-area > div:nth-child(odd) .txt-blo,
    .content-list-area > div:nth-child(even) .txt-blo{
      padding: 40px 0 0 0;
      background: transparent;
    }

    .content-list-area > div .txt-blo .in p {
      width: 100%;
    }

    .content-list-area > div {
      margin-bottom: 100px;
    }
  }


  .contents.about-us .data-area {
    padding: 80px 50%;
  }

  .contents.about-us .data-area .data-top{
    text-align: left;
  }

  .contents.about-us .data-area .data-list li {
    padding: 40px 20px;
    width: 100%;
  }

  .contents.about-us .data-area .data-list li:nth-child(odd) {
    border-right: none;
  }

  .contents.about-us .data-area .data-list li:nth-child(5){
    border-bottom: 2px dotted #be2e35;
  }

  .profile-table .row > div {
    display: block;
  }

  .profile-table .row > div.th{
    padding-left: 0;
    padding-bottom: 0;
    width: 100%;
  }

  .profile-table .row > div.td{
    padding-top: 5px;
  }

  .child-mv-title h1 {
    font-size: 35px;
    letter-spacing: 0.1em;
    line-height: 2;
  }

  .message-list > .blo {
    margin-bottom: 80px;
  }

  .message-list > .blo:nth-child(odd) .img-blo,
  .message-list > .blo:nth-child(even) .img-blo{
    margin-right: 0;
    margin-top: 30px;
    margin-left: -18%;
    width: 100vw;
  }

  .bg-gray-link-area {
    padding: 60px 50%;
  }

  .bg-gray-link-area h3 {
    font-size: 25px;
  }

  .child-mv-title {
    bottom: 10%;
    top: unset;
  }

  .contents.vision .vision-area .txt-blo {
    position: static;
    width: 100%;
  }

  .contents.vision .vision-area .txt-blo .bg-title{
    width: 80%;
  }

  .contents.vision .vision-area .img-blo {
    padding-left: 0;
    margin-left: -18%;
    margin-top: 50px;
    width: 100vw;
  }

  .contents.vision .vision-area .img-blo .circle-link {
    width: 100px;
    height: 100px;
    font-size: 17px;
  }

  .contents.vision .vision-area .img-blo .circle-link#link1 {
    right: 11%;
    top: -5%;
  }

  .contents.vision .vision-area .img-blo .circle-link#link2 {
    left: 16%;
    bottom: 43%;
  }

  .contents.vision .vision-area .img-blo .circle-link#link3 {
    right: 22%;
    bottom: 38%;
  }

  .contents.vision .vision-area {
    padding-bottom: 60px;
  }

  .contents.recruit {
    .message-area {
      margin-bottom: 100px;
      .message {
        .title {
          width: 100%;
          min-width: 100%;
          margin-bottom: 50px;
          h2 {
            font-size: 24px;
            line-height: 1.83;
            margin-bottom: 40px;
          }
        }
        .body {
          width: 100%;
          max-width: 100%;
          .signature {
            margin-top: 30px;
          }
        }
      }
    }
    .content-list-area {
      margin-bottom: 100px;
    }
  }

  .contents.our-works .interview-area {
    padding-top: 80px;
  }

  .contents.grow-up{
    .human{
      padding-top: 100px;
      padding-bottom: 50px;
      margin-left: -20px;
      margin-right: -20px;
      margin-bottom: 0;

      ul.flow{
        margin-top: 80px;
        flex-direction: column;
        &>li{
          width: 100%;
          &+li{
            margin-top: 20px;
            .head:before{
              content: none;
            }
          }
          .head{
            height: 92px;
            .subject{
              font-size: 20px;
              line-height: 1;
              letter-spacing; .1em;
            }
            .age{
              margin-top: 10px;
              font-size: 14px;
              line-height: 1;
              height: 22px;
              padding: 0 10px;
            }
          }
          .body{
            padding: 30px 20px;
            dl{
              dt{
                font-size: 17px;
                line-height: 1.18;;
                letter-spacing: 0.12em;
              }
              dd{
                &+dt{
                  margin-top: 30px;
                }
                ul{
                  padding-left: 10px;
                  margin-top: 18px;
                  li{
                    font-size: 14px;
                    line-height: 1.5;
                    &+li{
                      margin-top: 10px;
                    }
                    &:before{
                      top: 9.5px;
                      left: -10px;
                      width: 5px;
                      border-bottom: 2px solid #BE2E35;
                    }
                    p{
                      margin-top: 10px;
                      font-size: 13px;
                      line-height: 1.69;
                      letter-spacing: 0.05em;
                    }
                  }
                }
              }
            }
          }
        }
      }
    }

    .growup-content{
      padding-top: 100px;
      padding-bottom: 100px;
      h2{
        font-size: 24px;
        line-height: 1.83;
        letter-spacing: .12em;
      }
      h3{
        margin-top: 50px;
        font-size: 20px;
        line-height: 1.7rem;
        letter-spacing: .12em;
      }
      .read{
        margin-top: 30px;
        font-size: 14px;
        line-height: 1.5;
        letter-spacing: .12em;
        padding-bottom: 50px;
      }
      ul.reasons{
        margin-top: 10px;
        li{
          flex-direction: column;
          padding-top: 40px;
          padding-bottom: 40px;
          width: 100%;
          .subject{
            width: 100%;
            padding-left: 25px;
            font-size: 17px;
            line-height: 1.76;
            .no{
              font-size: 12px;
              line-height: 30px;
            }
          }
          p{
            margin-top: 20px;
            flex: 100%;
            font-size: 14px;
            line-height: 2.14;
          }
        }
      }
      .case-headline{
        margin-top: 50px;
        font-size: 17px;
        line-height: 1.76;
        letter-spacing: .12em;
      }
      ul.case{
        flex-direction: column;
        margin-top: 20px;
        margin-left: 0;
        li{
          margin-top: 10px;
          margin-left: 0;
          flex: none;
          height: 250px;
          img{
            width: auto;
            height: 80px;
          }
          .title{
            margin-top: 30px;
            font-size: 16px;
            line-height: 1.9;
          }
          .description{
            margin-top: 15px;
            font-size:14px;
            line-height: 1.86;
          }
        }
      }
    }
  }

  .contents.life{
    .schedule{
      .time-group{
        padding-bottom: 40px;
        flex-direction: column;
        &:before{
          content: none;
        }
        .time-block{
          width: 100%;
          .time{
            width: fit-content;
            height: 32px;;
            border-radius: 0;
            font-size: 18px;
            padding: 0 10px;
          }
        }
        .work-block{
          flex: 1;
          padding-top: 20px;
          ul{
            li{
              flex-direction: column;
              padding-bottom: 40px;
              &+li{
                padding-top: 35px;
              }

              .text-block{
                flex: 1;
                h3{
                  font-size: 22px;
                  line-height: 1.9;
                  letter-spacing: .1em;
                }
                p{
                  margin-top: 25px;
                  font-size: 14px;
                  line-height: 2;
                  letter-spacing: .2em;
                }
              }
              .image-block{
                width: 100%;
                margin-top: 40px;
                margin-left: 0;
              }
            }
          }
        }
      }
    }
  }

  .contents.highlights{
    .overview{
      background-image: url(../images/highlights/overview_sp.jpg);
      margin-top: 100px;
      margin-bottom: 100px;
      text-align: left;
      height: 618px;

      h2{
        font-size: 22px;
        line-height: 42px;
        margin-bottom: 40px;
        letter-spacing: 0.1em;
      }

      p{
        font-size: 16px;
        line-height: 32px;
        letter-spacing: .05em;
      }
    }
  }

  .sp-inner{
    margin: 0 auto;
    width: 73%;
  }

  .red-sec-title {
    text-align: left;
  }

  .red-sec-title span {
    letter-spacing: 0.08em;
  }

  .interview-link-flex > div {
    margin-left: -18%;
    width: 118%;
  }

  .interview-link-flex > div .in {
    top: unset;
    left: 18%;
    transform: unset;
    bottom: 40px;
  }

  .interview-link-flex > div .in h3 {
    font-size: 20px;
  }

  .contents.our-works .our-works-area {
    padding: 60px 0 100px;
  }

  .our-works-list {
    margin-left: 0;

    li {
      margin-left: -20%;
      padding: 50px 0px 0px 20%;
      width: 120%;

      &.no-image {
        width: 120%;
        padding: 50px 0px 0px 20%;
      }

       p {
        width: 240px;
      }

      .txt {
        margin-bottom: 30px;
      }

      .img {
        margin-left: -18%;
      }
    }
  }

  .bg-red-blo {
    height: auto;
    width: 120%;
    border-radius: 0;
    text-align: left;
    margin-left: -20%;
    padding: 40px 40px 40px 20%;
  }

  .bg-gray-link-area .in-txt h4 {
    font-size: 16px;
    line-height: 1.5;
  }

  .bg-gray-link-area .in-txt h5 {
    font-size: 18px;
    line-height: 1.88;
  }

  .contents.interview .bg-gray-link-area .in-txt {
    left: 0;
    padding-left: 20px;
  }

  .sand-list-area .blo .title {
    font-size: 60px;
    margin-bottom: 50px;
  }

  .sand-list-area .blo .title:before {
    margin-right: 20px;
    height: 53px;
    width: 30px;
  }

  .sand-list-area .blo .img-blo {
    margin-left: -18%;
    max-width: unset;
  }

  .sand-list-area .blo {
    margin-bottom: 60px;
  }

  .environment-sec-area {
    padding: 60px 50%;
  }

  .environment-sec-area .left {
    height: auto;
    width: 100%;
    flex-direction: unset;
    padding: 15px 0;
    margin-bottom: 30px;
  }

  .environment-sec-area .left img{
    width: 30px;
  }

  .environment-sec-area .left h3 {
    font-size: 15px;
    margin-top: 0;
    margin-left: 15px;
    text-align: left;
  }

  .border-title{
    font-size: 18px;
    margin-bottom: 25px;
  }

  .environment-sec-area .right > div:not(:last-child) {
    margin-bottom: 50px;
  }

  .dott-title{
    font-size: 16px;
  }

  .town-flex > div {
    width: 100%;
  }

  .contents .top-txt-img .town-flex .f-24-title{
    font-size: 20px;
    letter-spacing: 0.2em;
    line-height: 2;
  }

  .spot-sec-area, .internship-explan-area {
    padding: 60px 50%;
  }

  .f-30-title {
    font-size: 26px;
    letter-spacing: 0.2em;
    line-height: 2;
    margin-bottom: 40px;
  }

  .spot-flex .img-blo{
    margin-left: -18%;
  }

  .contents.internship .top-txt-img p.small {
    margin: 0 auto 40px;
    text-align: left;
  }

  .border-red-list li {
    padding: 10px 0;
    width: 100%;
  }

  .txt-img-area .right{
    margin-left: -17%;
    max-width: unset;
  }

  .txt-img-area {
    padding-bottom: 60px;
  }

  .internship-explan-area .target-blo > div{
    width: 100%;
  }

  .internship-explan-area .target-blo .c-red p {
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 2;
  }

  .internship-explan-area .target-blo .right > div {
    padding: 40px 0px;
    text-align: center;
    justify-content: center;
    flex-direction: column;
  }

  .internship-explan-area .target-blo .right .img {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .explanation-blo {
    margin-top: 60px;
  }

  .border-b-title {
    font-size: 20px;
    margin-bottom: 30px;
    padding-bottom: 15px;
  }

  .sche-list li {
    max-width: unset;
    width: 100%;
  }

  .sche-list p {
    padding-left: 25px;
    margin-bottom: 20px;
    font-size: 13px;
  }

  .sche-list li:not(:last-child):before,
  .sche-list li:before {
    content: "";
    background: #be2e35;
    display: block;
    height: 100%;
    position: absolute;
    left: 10px;
    top: 0;
    width: 2px;
  }

  .table-box.guide-table .row > div{
    display: block;
  }

  .table-box.guide-table .row > div.th{
    padding-bottom: 0;
    width: 100%;
  }

  .archive-mv-title h1 {
    font-size: 35px;
    letter-spacing: 0.07em;
    text-align: left;
  }

  .archive-mv-title h1 span {
    font-size: 16px;
    letter-spacing: 0.12em;
    margin-top: 10px;
  }

  .news-contents .main{
    width: 100%;
  }

  .news-archive-list{
    margin-left: -10%;
  }

  .news-archive-list li {
    margin-bottom: 20px;
    margin-right: 4%;
    width: 48%;
  }

  .news-archive-list li:nth-child(even){
    margin-right: 0;
  }

  .news-archive-list li:nth-child(3n) {
    margin-right: 4%;
  }

  .news-archive-list li .img {
    height: 90px;
  }

  .news-archive-list li .body .title {
    font-size: 14px;
  }

  .news-archive-list li .body .date {
    font-size: 12px;
  }

  .news-contents .side-bar{
    margin-top: 30px;
    background: #f7f7f7;
    padding: 50px 20px 50px 10%;
    margin-left: -10%;
    width: 110%;
  }

  .news-contents {
    padding-bottom: 30px;
  }

  .single-detail{
    margin-left: -10%;
  }

  .single-detail h1.title {
    font-size: 24px;
    letter-spacing: 0.04em;
  }

  .single-detail .editor h2{
    font-size: 22px;
  }

  .single-detail .editor h3{
    font-size: 19px;
  }

  .single-detail .editor h4{
    font-size: 16px;
  }

  .inquiry-table .row > div {
    display: block;
  }

  .inquiry-table .th,
  .inquiry-table .td{
    width: 100%;
  }

  .inquiry-table .td{
    padding-bottom: 20px;
  }

  .inquiry-table .th .notice {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 10px;
  }

  .inquiry-table .th p {
    line-height: 2.5;
  }

  .contents.contact .inquiry {
    padding-bottom: 80px;
    margin-left: -10%;
    width: 110%;
  }

  .inquiry .submit-area .submit-btn,
  .inquiry .submit-area .back-submit{
    width: 290px;
  }

  .modal__content {
    padding: 50px 20px 50px;
    width: 90%;
  }

  .modal__content h3,
  .modal__content p{
    font-size: 20px;
  }

  .side-internship {
    display: none;
    right: -80px;
    top: unset;
    bottom: 33%;
    height: 40px;
    width: 200px;
    font-size: 13px;
    letter-spacing: 0.06em;
  }

  .contents.thanks .main-contents {
    padding: 60px 0;
  }

  .contents.thanks .main-contents .thanks-area {
    margin-left: -10%;
    padding: 50px 0;
    width: 110%;
  }

  .contents.thanks .main-contents .thanks-area h2 {
    font-size: 28px;
  }

  .contents.thanks .main-contents .thanks-area p {
    font-size: 14px;
    line-height: 2.14;
  }

  .next-prev-area{
    margin-left: -10%;
    width: 110%;
  }

  .next-prev-area .prev-link:before, .next-prev-area .next-link:after {
    content: "\e80f";
    font-family: fontello;
  }

  .next-prev-area .prev-link:before {
    margin-right: 5px;
  }

  .next-prev-area .next-link:after {
    margin-left: 5px;
  }

  .next-prev-area .back-link {
    width: 100px;
    margin: 0 15px;
  }

  .contents.page404 .main-contents {
    padding: 50px 0 80px;
  }

  .spot-flex .txt-blo{
    width: 100%;
  }

  .table-box.inquiry-table{
    width: 100%;
  }

}
