/*=============================================
******************* common  *******************
*=============================================*/
#key {
     background: url("../img/delivery/key.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}


/*=============================================
******************* common  *******************
*=============================================*/
.s-ttl {
  font-size: 5vw;
  font-weight: 600;
}

.ttl-common {
  font-size: 6vw;
  line-height: 1.5;
  font-weight: 600;
}
.ttl-common small {
  font-size: 5vw;
}

@font-face {
  font-family: "STIX";
  src: url(../font/STIXTwoText-Regular.ttf);
}

/*=============================================
******************* sec1  **********************
*=============================================*/
#sec1 {
  padding: 12vw 0;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
#sec1:before {
  content: "";
  position: absolute;
  top: 12vw;
  left: -4%;
  width: 100%;
  height: 5px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(19deg);
  z-index: -1;
}
#sec1 .photo {
  position: relative;
  margin: 0 -3% 8vw -8%;
}
#sec1 .photo .img {
  height: 70vw;
}
#sec1 .photo .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#sec1 .photo .content {
  position: absolute;
  top: 20px;
  z-index: 2;
  right: 20px;
}
#sec1 .photo h2 {
  margin: 2vw auto 0;
  position: relative;
}
#sec1 .photo h2:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 26vw;
  height: 45vw;
  border: 1px solid #fff;
}
#sec1 .photo h2 span {
  display: block;
  margin-top: 12vw;
}

/*=============================================
******************* sec2  **********************
*=============================================*/
#sec2 {
  padding-bottom: 16vw;
  position: relative;
  background: url(../img/shared/bg05.jpg);
  padding-top: 14vw;
  color: #000;
}
/* #sec2:before {
  content: "";
  position: absolute;
  top: 12vw;
  right: -4%;
  width: 100%;
  height: 5px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(-19deg);
  z-index: -1;
} */
#sec2 .note {
  text-align: center;
  margin-bottom: 3vw;
}
#sec2 .content h2 {
  position: relative;
  margin: 5vw 0;
}
#sec2 .content h2:before {
  content: "";
  display: inline-block;
  background: url(../img/course/common_deco.png) no-repeat center top;
  width: 20px;
  height: 20px;
  background-size: contain;
  margin: 0 6px -1px -6px;
  filter: invert(1);
}
#sec2 .set2 {
  margin-top: 12vw;
}
#sec2 .set2 .box {
  background: rgba(255, 255, 255, 0.15);
  padding-bottom: 1vw;
}
#sec2 .set2 .box h3 {
  transform: translateY(-50%);
  text-align: center;
}
#sec2 .set2 .box .row {
  padding: 0 4%;
}
#sec2 .set2 .box .row dl {
  display: flex;
  justify-content: space-between;
  font-size: 4.2vw;
  border-bottom: 1px solid;
  padding-bottom: 1.5vw;
  margin-bottom: 1.5vw;
}
#sec2 .set2 .box .row dl.spec {
  font-size: 4vw;
}
#sec2 .set2 .box .row .col {
  margin-bottom: 5vw;
}
#sec2 .set2 .box .row .col dl:nth-child(3) {
  border: none;
  padding-bottom: 0;
}

/*=============================================
******************* sec3  **********************
*=============================================*/
#sec3 {
  background: url(../img/course/w_bg.jpg) repeat;
  padding: 16vw 0;
  color: #000;
  position: relative;
  z-index: 2;
}
#sec3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0%;
  width: 27%;
  height: 30vw;
  background: url(../img/delivery/sec3_deco.png) no-repeat center top;
  background-size: contain;
  z-index: -1;
}
#sec3 h2 {
  font-size: 8vw;
  text-align: center;
  font-weight: 600;
  line-height: 1.2;
}
#sec3 .row1 {
  margin: 10vw 0 15vw;
}
#sec3 .row h3 {
  margin: 5vw 0;
}
#sec3 .row h3:before {
  content: "";
  display: inline-block;
  background: url(../img/course/common_deco.png) no-repeat center top;
  width: 20px;
  height: 20px;
  background-size: contain;
  margin: 0 6px -1px -6px;
}
#sec3 .row .txt {
  border-bottom: 1px solid;
  padding-bottom: 5vw;
  margin-bottom: 2vw;
}
#sec3 .row dl {
  display: flex;
  font-size: 4.2vw;
  justify-content: space-between;
}
#sec3 .row .note {
  margin-left: 5%;
}

/*=============================================
******************* sec4  **********************
*=============================================*/
#sec4 {
  padding: 15vw 0 15vw;
  position: relative;
}
#sec4:before {
  content: "";
  position: absolute;
  top: 0;
  left: -10%;
  width: 20%;
  height: 100%;
  background: url(../img/delivery/sec4_deco.png) repeat-y center top;
  background-size: 100%;
}
#sec4 h2 {
  font-size: 8vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
}
#sec4 .row {
  margin-top: 10vw;
  display: flex;
  flex-direction: column;
  gap: 12vw;
}
#sec4 .row dl {
  margin: 4vw 0;
  display: flex;
  justify-content: space-between;
    padding-left: 10vw;
}

#sec4 .row dl dt:before {
  content: "";
  display: inline-block;
  background: url(../img/course/common_deco.png) no-repeat center top;
  width: 20px;
  height: 20px;
  background-size: contain;
  margin: 0 6px -1px 0px;
  filter: invert(1);
}
#sec4 .row dl dd {
  font-size: 4.2vw;
}
#sec4 .row .txt {
    padding-left: 10vw;
}

/*=============================================
******************* sec5  **********************
*=============================================*/
#sec5 {
  position: relative;
  background: url(../img/course/w_bg.jpg) repeat;
  color: #000;
  padding: 13vw 0;
}
#sec5:before, #sec5:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: url(../img/course/wood_bg.jpg) repeat;
}
#sec5:after {
  top: auto;
  bottom: 0;
}
#sec5 h2 {
  text-align: center;
}
#sec5 .note {
  margin: 7vw 0 4vw;
}
#sec5 .box {
  background: rgba(255, 255, 255, 0.6);
  margin: 0 -5%;
  padding: 10vw 7% 12vw;
}
#sec5 .box .row:nth-child(1) {
  border-bottom: 1px solid;
  padding-bottom: 7vw;
  margin-bottom: 7vw;
}
#sec5 .box h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
#sec5 .box h3 img {
  width: 23px;
}
#sec5 .row2 {
  margin-top: 10vw;
}
#sec5 .row2 .item:nth-child(1) {
  border-bottom: 1px solid #686868;
  padding-bottom: 4vw;
  margin-bottom: 11vw;
}
#sec5 .row2 .item .icon {
  text-align: center;
}
#sec5 .row2 .item .icon img {
  width: 40px;
}
#sec5 .row2 .item h3 {
  font-size: 5.5vw;
  text-align: center;
  font-weight: 600;
  line-height: 1.5;
  margin: 2vw 0 6vw;
}
#sec5 .row2 .item h3 small {
  font-size: 4.5vw;
  display: block;
}
#sec5 .row2 .item .border {
  text-align: center;
  font-weight: 600;
  margin-bottom: 4vw;
}
#sec5 .row2 .item .border span {
  padding: 3px 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
#sec5 .row2 .item .tel {
  text-align: center;
     font-family: "STIX Two Text", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
#sec5 .row2 .item .tel a {
  text-decoration: none !important;
}
#sec5 .row2 .item .tel span {
  font-size: 9.5vw;
}
#sec5 .row2 .item .tel span small {
  font-size: 5.2vw;
}
#sec5 .row2 .item .btn-cus {
  margin-top: 10vw;
}

/*=============================================
******************* PC  **********************
*=============================================*/
@media screen and (min-width: 768px) {
  /*=============================================
      ******************* common  *******************
      *=============================================*/
  .s-ttl {
    font-size: 28px;
    letter-spacing: 5.5px;
  }
  .s-ttl small {
    font-size: 18px;
  }
  .ttl-common {
    font-size: 42px;
    line-height: 70px;
    letter-spacing: 8px;
  }
  .ttl-common small {
    font-size: 38px;
  }
  /*=============================================
  ******************* sec1  **********************
  *=============================================*/
  #sec1 {
    padding: 154px 0 86px;
  }
  #sec1:before {
    top: 180px;
    left: calc(50% - 520px);
    width: 820px;
    height: 4px;
    transform: rotate(28deg);
  }
  #sec1 .photo {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 512px);
    margin-bottom: 40px;
  }
  #sec1 .photo .content {
    top: 68px;
    right: 130px;
  }
  #sec1 .photo .content h2 {
    margin: 43px 35px 0 auto;
    line-height: 60px;
    width: 120px;
    height: 276px;
  }
  #sec1 .photo .content h2:before {
    top: -36px;
    left: -21px;
    width: 167px;
    height: 327px;
    transform: none;
  }
  #sec1 .photo .content h2 span {
    margin-top: 80px;
  }
  #sec1 .photo .img {
    height: 734px;
  }
  #sec1 .txt {
    width: 734px;
    margin: 0 auto;
  }
  /*=============================================
  ******************* sec2  **********************
  *=============================================*/
  #sec2 {
    padding-bottom: 134px;
    padding-top: 100px;
}
  #sec2:before {
    top: 178px;
    height: 5px;
    right: -100px;
    transform: rotate(-28deg);
  }
  #sec2 .wrap {
    max-width: 1310px;
  }
  #sec2 .note {
    margin-left: 20px;
    margin-bottom: 150px;
  }
  #sec2 .photo {
    margin: 0;
    position: absolute;
    top: -123px;
    left: calc(50% - 50vw);
    right: calc(50% - 182px);
    height: 640px;
  }
  #sec2 .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #sec2 .content {
    width: 381px;
    margin-left: auto;
  }
  #sec2 .content h2 {
    margin: 0 0 44px 0;
  }
  #sec2 .content h2::before {
    width: 35px;
    height: 35px;
    margin-left: 0;
  }
  #sec2 .content .txt {
    letter-spacing: 0.2em;
  }
  #sec2 .set2 {
    margin-top: 237px;
  }
  #sec2 .set2 .box {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 0;
  }
  #sec2 .set2 .box .row {
    display: flex;
    justify-content: center;
    margin-top: 38px;
    gap: 63px;
  }
  #sec2 .set2 .box .row .col {
    margin-bottom: 60px;
  }
  #sec2 .set2 .box .row dl {
    width: 344px;
    font-size: 22px;
    padding-bottom: 12px;
    margin-bottom: 16px;
  }
  #sec2 .set2 .box .row dl dt {
    margin-left: -8px;
    letter-spacing: 2px;
  }
  #sec2 .set2 .box .row dl small {
    font-size: 16px;
  }
  #sec2 .set2 .box .row dl.spec {
    font-size: 20px;
  }
  #sec2 .set2 .box .row .note {
    margin: -24px 6px 0 16px;
  }
  /*=============================================
  ******************* sec3  **********************
  *=============================================*/
  #sec3 {
    padding: 95px 0 130px;
  }
  #sec3:before {
    width: 243px;
    height: 207px;
    left: calc(50% - 488px);
  }
  #sec3 .wrap {
    max-width: 1167px;
  }
  #sec3 h2 {
    font-size: 50px;
    letter-spacing: 10px;
    margin-left: 23px;
  }
  #sec3 .row1 {
    margin: 110px 0;
  }
  #sec3 .row {
    display: flex;
    justify-content: space-between;
    padding-left: 13px;
    gap: 20px;
  }
  #sec3 .row .photo {
    height: 510px;
  }
  #sec3 .row .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #sec3 .row .content {
    min-width: 357px;
    width: 357px;
  }
  #sec3 .row .content h3 {
    margin: -16px 0 25px -2px;
  }
  #sec3 .row .content h3::before {
    width: 35px;
    height: 35px;
    margin-left: 0;
  }
  #sec3 .row .content dl {
    font-size: 22px;
    margin-bottom: 10px;
  }
  #sec3 .row .content dl dt {
    margin-left: -7px;
    letter-spacing: 0px;
  }
  #sec3 .row .content dl small {
    font-size: 16px;
  }
  #sec3 .row .content .txt {
    padding-bottom: 31px;
    margin-bottom: 7px;
  }
  #sec3 .row .content .note {
    margin: -12px -21px 0 21px;
  }
  #sec3 .row2 {
    flex-direction: row-reverse;
  }
  #sec3 .row2 .content .txt {
    margin-left: -4px;
    margin-right: -7px;
    padding-bottom: 66px;
  }
  /*=============================================
  ******************* sec4  **********************
  *=============================================*/
  #sec4 {
    padding: 85px 0 145px;
  }
  #sec4:before {
    left: calc(50% - 737px);
    width: 151px;
  }
  #sec4 .wrap {
    max-width: 1110px;
  }
  #sec4 h2 {
    letter-spacing: 10px;
    margin-left: 6px;
    font-size: 50px;
  }
  #sec4 .row {
    margin-top: 60px;
    flex-direction: row;
    gap: 50px;
  }
  #sec4 .row dl {
    margin: 40px 68px 26px;
      padding-left: 0;
  }
  #sec4 .row dl dt:before {
    width: 25px;
    height: 25px;
  }
  #sec4 .row dl dd {
    font-size: 24px;
  }
  #sec4 .row dl dd small {
    font-size: 18px;
  }
    #sec4 .row .txt {}
  #sec4 .row h3 {
    margin: 40px 68px 26px;
  }
  #sec4 .row .txt {
    margin: 0 auto;
      padding-left: 0;
    width: 397px;
    letter-spacing: 0.17em;
  }
  #sec4 .row .item:nth-child(2) .txt {
    margin-left: 73px;
    letter-spacing: 0.14em;
  }
  /*=============================================
  ******************* sec5  **********************
  *=============================================*/
  #sec5 {
    padding: 103px 0 196px;
  }
  #sec5 .note {
    width: 640px;
    margin: 60px auto 53px 205px;
  }
  #sec5 .box {
    margin: 0 -64px;
    padding: 67px 0 43px;
  }
  #sec5 .box .content {
    width: 855px;
    margin: 0 auto;
  }
  #sec5 .box .content .row {
    display: flex;
    align-items: center;
    justify-content: end;
  }
  #sec5 .box .content .row h3 {
    margin: 0 113px 14px 0;
    gap: 11px;
  }
  #sec5 .box .content .row h3 img {
    width: 32px;
  }
  #sec5 .box .content .row:nth-child(1) {
    padding-bottom: 32px;
    margin-bottom: 48px;
  }
  #sec5 .box .content .row:nth-child(2) h3 {
    margin: 0 160px 24px 0;
  }
  #sec5 .box .content .row:nth-child(2) h3 img {
    width: 35px;
  }
  #sec5 .box .content .row:nth-child(2) .txt {
    margin-right: -15px;
  }
  #sec5 .row2 {
    display: flex;
    margin-top: 90px;
    justify-content: center;
  }
  #sec5 .row2 .item {
    width: 500px;
    padding-top: 7px;
  }
  #sec5 .row2 .item:nth-child(1) {
    border: none;
    border-right: 1px solid;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #sec5 .row2 .item .icon img {
    width: 50px;
  }
  #sec5 .row2 .item h3 {
    font-size: 28px;
    margin: -2px 0 38px 12px;
    letter-spacing: 7px;
  }
  #sec5 .row2 .item h3 small {
    font-size: 20px;
    letter-spacing: 4px;
  }
  #sec5 .row2 .item .border {
    font-size: 17px;
    letter-spacing: 3px;
    margin-left: 12px;
    margin-bottom: 38px;
  }
  #sec5 .row2 .item .border span {
    padding: 7px 13px;
  }
  #sec5 .row2 .item .tel {
    margin-top: 38px;
    margin-top: 46px;
    letter-spacing: 1px;
  }
  #sec5 .row2 .item .tel span {
    font-size: 52px;
  }
  #sec5 .row2 .item .tel span small {
    font-size: 30px;
  }
  #sec5 .row2 .item .btn-cus {
        width: 340px;
        margin: 0 auto;
  }
  #sec5 .row2 .item .btn-cus a {
    height: 60px;
    line-height: 58px;
  }
}
@media (min-width: 999px) and (max-width: 1200px) {
  #sec2 .photo {
    right: calc(50% - 92px);
  }
  #sec2 .content {
    width: 381px;
    margin-left: 740px;
  }

  #sec3 .row1 .content {
    margin-right: 20px;
  }
  #sec3 .row .photo {
    height: 480px;
  }
  #sec3 .row1 .content {
    margin-right: 80px;
}
}
@media (min-width: 999px) and (max-width: 1270px) {

#sec3 .row .photo {
  height: 480px;
}
#sec3 .row1 .content {
  margin-right: 80px;
}

}
@media screen and (min-width: 1201px) and (max-width: 1270px){
  #sec2 .photo img {
    width: 90%;
    height: 100%;
    object-fit: cover;
  }
  #sec2 .content {
    width: 381px;
    margin-left: 740px;
  }
}

/*# sourceMappingURL=delivery.css.map */
