/* Scss Document */
.img-parallax {
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.img-parallax img {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
  transform: translateZ(0) !important;
}

.box-parallax {
  position: relative;
  z-index: 2;
}

.d-flex {
  display: flex;
}

.txt-center {
  text-align: center;
}

.tar {
  text-align: right;
}

.object-fit-cover {
  position: relative;
}

.object-fit-cover img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100% !important;
  width: 100% !important;
}

.h2-img {
  width: 65%;
  margin: 0 auto 5vw;
}

@media screen and (min-width: 768px) {
  header h1 {
    color: #fff;
  }
  .h2-img {
    width: auto;
    margin: 0 auto 40px;
    text-align: center;
  }
  .object-fit-cover-pc {
    position: relative;
  }
  .object-fit-cover-pc img {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100% !important;
    width: 100% !important;
  }
}
#lead {
  padding: 10vw 0 0;
  background: url(../img/delivery_new/lead_bg.png) no-repeat center 0/60%;
}
#lead .photo {
  gap: 5vw;
  padding: 8vw 0 5vw;
}
#lead .txt p {
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  #lead {
    padding: 109px 20px 50px;
    text-align: center;
    background-size: auto;
    background-position: calc(50% + 72px) 0;
    line-height: 40px;
  }
  #lead .photo {
    gap: 20px;
    padding: 52px 0 84px;
    margin: 0 -100px;
  }
  #lead .txt p {
    padding-bottom: 40px;
  }
}

#point {
  padding: 10vw 0 5vw;
}
#point .point {
  padding: 10vw 10% 0;
  gap: 5vw;
  flex-direction: column;
}
#point .point li {
  color: #fff;
  font-size: 5vw;
  line-height: 1.5;
  background-color: #b80c08;
  border-radius: 5vw;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height:80px;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  #point {
    padding: 0px 20px 33px;
    text-align: center;
  }
  #point .h2-img {
    margin-bottom: 60px;
  }
  #point .point {
    padding: 66px 0 0;
    gap: 0;
    flex-direction: row;
    justify-content: space-between;
  }
  #point .point li {
    width: 313px;
    font-size: 24px;
    border-radius: 52px;
    padding: 20px 0;
    min-height: 150px;
  }
}

#link {
  background: url(../img/delivery_new/link_deco.png) no-repeat center 0/130%;
  padding: 15vw 0 0;
}
#link ul {
  gap: 5vw;
  padding: 10vw 0 0;
}
#link ul li {
  width: 100%;
}
#link ul li a {
  display: block;
  position: relative;
}
#link ul li a span {
  background: url(../img/delivery_new/arow.png) no-repeat right center/auto 67%;
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 5.5vw;
  line-height: 1.4;
  position: absolute;
  right: 5vw;
  bottom: 1vw;
  padding: 0 8vw 0 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #link {
    background-size: 100%;
    padding: 218px 0px 110px;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
  }
  #link .wrap {
    width: 100%;
    max-width: 1200px;
  }
  #link .h2-img {
    margin-bottom: 15px;
  }
  #link ul {
    gap: 33px 0;
    padding: 58px 0 0;
    justify-content: space-between;
  }
  #link ul li {
    width: calc(50% - 18px);
  }
  #link ul li a {
    height: 284px;
    overflow: hidden;
  }
  #link ul li a:before {
    content: "";
    border: 14px solid #cbb299;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
  #link ul li a img {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100% !important;
    width: 100% !important;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
  #link ul li a span {
    background-size: auto;
    text-align: left;
    font-size: 36px;
    right: 30px;
    bottom: 17px;
    padding: 0 46px 0 0;
  }
  #link ul li a:hover:before {
    opacity: 1;
  }
  #link ul li a:hover img {
    transform: scale(1.1);
    opacity: 1 !important;
  }
}

.sec-shared {
  position: relative;
  padding: 10vw 0;
}
.sec-shared .h2_tit {
  background: url(../img/delivery_new/icon.jpg) no-repeat center 0/6%;
  text-align: center;
  border-bottom: 1px solid #000;
  color: #332b26;
  letter-spacing: 0.1em;
  font-size: 6.2vw;
  line-height: 1.5;
  margin-bottom: 5vw;
  padding: 8vw 0 5vw;
}
.sec-shared .lead {
  padding-bottom: 10vw;
}
.sec-shared .lead h3 {
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 5.5vw;
  line-height: 1.5;
  padding-bottom: 5vw;
}
.sec-shared .tag {
  text-align: center;
  font-size: 25px;
  padding: 0px 0 25px;
}
.sec-shared .tag:last-child {
  padding-bottom: 0;
}
.sec-shared .tag dt {
  padding-bottom: 16px;
}
.sec-shared .tag dt span {
  font-size: 14px;
}
.sec-shared .tag dd {
  font-size: 16px;
}
.sec-shared .tag dd .t {
  font-size: 19px;
  display: inline-block;
  padding-bottom: 10px;
}
.sec-shared .tag dd .t1,
.sec-shared .tag dd .t2 {
  font-size: 12px;
}
.sec-shared .group.padt_20 {
  padding-top: 20px;
}
.sec-shared .group .menu {
  padding-bottom: 10vw;
}
.sec-shared .group .menu .item {
  background-color: rgba(255, 255, 255, 0.39);
  position: relative;
  margin-top: 5vw;
  padding: 10vw 5%;
  font-size: 15px;
}
.sec-shared .group .menu .item:before {
  content: "";
  position: absolute;
  top: -2px;
  left: calc(50% - 17px);
  width: 34px;
  border-top: 5px solid #714920;
}
.sec-shared .group .menu .item .list h4 {
  width: 100%;
  text-align: center;
  position: relative;
  margin-bottom: 10px;
}
.sec-shared .group .menu .item .list h4:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-top: 1px solid #a09b96;
}
.sec-shared .group .menu .item .list h4 span {
  letter-spacing: 0.1em;
  position: relative;
  z-index: 2;
  background-color: #f6f5f4;
  padding: 0 15px;
}
.sec-shared .group .menu .item .list ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}
.sec-shared .menu-list {
  padding: 5vw 0;
}
.sec-shared .menu-list h3 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 5vw;
}
.sec-shared .menu-list h3 span {
  display: inline-block;
  letter-spacing: 0.1em;
  padding: 0 20px;
  border-left: 3px solid #000000;
  border-right: 3px solid #000000;
}
.sec-shared .menu-list dl {
  border-bottom: 1px solid #b9b9b9;
  padding: 10px 0;
}
.sec-shared .menu-list dl dt {
  float: left;
  position: relative;
  font-size: 15px;
  padding-left: 20px;
}
.sec-shared .menu-list dl dt:before {
  content: "";
  border-top: 3px solid #714920;
  width: 10px;
  position: absolute;
  left: 0;
  top: 10px;
}
.sec-shared .menu-list dl dt span {
  font-size: 12px;
}
.sec-shared .menu-list dl dd {
  float: right;
  text-align: right;
  font-size: 14px;
}
.sec-shared .menu-list dl dd span {
  font-size: 11px;
}
.sec-shared .menu-list dl:after {
  content: "." !important;
  clear: both !important;
  display: block !important;
  height: 0 !important;
  visibility: hidden !important;
}
.sec-shared .menu-list .d-flex .col {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sec-shared {
    padding: 105px 20px 0;
  }
  .sec-shared .wrap {
    width: 100%;
    max-width: 1200px;
  }
  .sec-shared .h2_tit {
    background-size: auto;
    font-size: 40px;
    margin-bottom: 34px;
    padding: 47px 0 19px;
  }
  .sec-shared .lead {
    padding-bottom: 60px;
    text-align: center;
    line-height: 30px;
  }
  .sec-shared .lead h3 {
    font-size: 32px;
    padding-bottom: 22px;
  }
  .sec-shared .tag {
    font-size: 26px;
    padding: 0px 0 30px;
    letter-spacing: 0.1em;
  }
  .sec-shared .tag dt {
    padding-bottom: 20px;
  }
  .sec-shared .tag dt span {
    font-size: 18px;
  }
  .sec-shared .tag dd {
    font-size: 20px;
    letter-spacing: 0.05em;
  }
  .sec-shared .tag dd .t {
    font-size: 24px;
    padding-bottom: 10px;
  }
  .sec-shared .tag dd .t1,
  .sec-shared .tag dd .t2 {
    font-size: 16px;
  }
  .sec-shared .tag.ext {
    display: flex;
    justify-content: space-between;
    max-width: 470px;
    font-size: 30px;
    margin: 14px auto 0;
    padding-bottom: 20px;
  }
  .sec-shared .tag.ext dt {
    text-align: left;
  }
  .sec-shared .tag.ext dd {
    line-height: 30px;
    text-align: right;
  }
  .sec-shared .group {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    padding-bottom: 50px;
  }
  .sec-shared .group .menu {
    padding-bottom: 0;
    width: calc((100% - 60px) / 3);
  }
  .sec-shared .group .menu .item {
    margin-top: 28px;
    padding: 47px 20px 56px;
    font-size: 18px;
    line-height: 36px;
    box-sizing: border-box;
  }
  .sec-shared .group .menu .item .list {
    position: relative;
    font-size: 18px;
    line-height: 36px;
  }
  .sec-shared .group .menu .item .list h4 {
    max-width: 200px;
    margin: 0 auto 25px;
  }
  .sec-shared .group .menu .item .list h4 span {
    padding: 0 15px;
  }
  .sec-shared .group .menu .item .list ul {
    justify-content: center;
    gap: 60px;
  }
  .sec-shared .group .menu .item .list.ext {
    position: relative;
  }
  .sec-shared .group .menu .item .list.ext h4 {
    position: absolute;
    top: 10px;
    left: 38px;
    width: auto;
    margin-bottom: 0;
  }
  .sec-shared .group .menu .item .list.ext h4:before {
    border: none;
    border-left: 1px solid #a09b96;
    height: 60px;
    top: 0;
    left: auto;
    right: -14px;
    z-index: 4;
  }
  .sec-shared .group .menu .item .list.ext ul {
    justify-content: space-between;
    padding-right: 40px;
    gap: 0 0;
    /* width: 390px; */
    padding: 0 50px 0 176px;
  }
  .sec-shared .group .menu .photo img {
    width: 100%;
    height: auto;
  }
  .sec-shared .group .menu.larger {
    display: flex;
    justify-content: space-between;
    width: 100% !important;
    gap: 40px;
  }
  .sec-shared .group .menu.larger .item {
    width: 420px;
    margin-top: 0 !important;
    padding: 70px 20px 20px;
  }
  .sec-shared .group .menu.larger .item .list {
    font-size: 20px;
  }
  .sec-shared .group .menu.larger .item .list h4 {
    max-width: 290px;
    margin: 0 auto 34px;
  }
  .sec-shared .group .menu.larger .item .list ul {
    gap: 70px;
  }
  .sec-shared .group .menu.larger .item .tag {
    font-size: 30px;
    padding-bottom: 20px;
  }
  .sec-shared .group .menu.larger .item .tag dt {
    letter-spacing: 0.1em;
    padding-bottom: 23px;
  }
  .sec-shared .group.ext {
    gap: 60px 40px;
  }
  .sec-shared .group.ext .menu {
    width: calc(50% - 20px);
  }
  .sec-shared .group.ext .menu .item {
    margin-top: 40px;
  }
  .sec-shared .group.ext .menu .item .list {
    font-size: 20px;
  }
  .sec-shared .menu-list {
    padding: 57px 0 50px;
  }
  .sec-shared .menu-list h3 {
    font-size: 32px;
    margin-bottom: 83px;
    line-height: 34px;
  }
  .sec-shared .menu-list h3 span {
    padding: 0px 52px;
  }
  .sec-shared .menu-list dl {
    padding: 16px 0 10px;
    line-height: 30px;
  }
  .sec-shared .menu-list dl dt {
    font-size: 20px;
    padding-left: 20px;
  }
  .sec-shared .menu-list dl dt:before {
    top: 15px;
  }
  .sec-shared .menu-list dl dt span {
    font-size: 16px;
  }
  .sec-shared .menu-list dl dd {
    font-size: 18px;
  }
  .sec-shared .menu-list dl dd span {
    font-size: 14px;
  }
  .sec-shared .menu-list .d-flex {
    justify-content: space-between;
  }
  .sec-shared .menu-list .d-flex .col {
    width: calc((100% - 60px) / 3);
  }
}

#sec8 {
  position: relative;
  padding-top: 15%;
  padding-bottom: 15%;
}

#sec8:before {
  position: absolute;
  content: "";
  background: url("../img/shared/bg5.jpg") repeat center top;
  top: 0;
  left: 0;
  right: 0;
  height: 661px;
  z-index: -1;
}

#sec8:after {
  position: absolute;
  content: "";
  background: url("../img/delivery/s8_deco.png") no-repeat center top/100%;
  top: 0;
  right: 4vw;
  width: 9px;
  height: 265px;
}

#sec8 > * {
  position: relative;
  z-index: 1;
}

#sec8 .logo {
  text-align: center;
  margin-bottom: 10%;
  width: 20%;
  margin-left: auto;
  margin-right: auto;
}

#sec8 h2 {
  color: #fff;
  font-size: 6vw;
  line-height: 1.6;
  letter-spacing: 0.2em;
  text-align: center;
  position: relative;
  margin-bottom: 25%;
}

#sec8 h2:before {
  position: absolute;
  content: "";
  background: url("../img/shared/bg.jpg") repeat center top;
  width: 20vw;
  height: 4px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: -8vw;
}

#sec8 .row .item {
  background: #f0efee;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 10% 5%;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-bottom: 5%;
}

#sec8 .row .item h3 {
  margin-bottom: 30px;
  font-size: 6vw;
  font-weight: 500;
}

#sec8 .row .item .icon {
  margin-bottom: 20px;
  width: 30vw;
  margin-left: auto;
  margin-right: auto;
}

#sec8 .row .item .red {
  color: #b80c08;
}

#sec8 .row .item .icon {
  margin-bottom: 24px;
}

#sec8 .row .item .txt {
  font-size: 17px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

#sec8 .row .item .txt .note {
  padding-top: 10px;
  font-size: 12px;
  text-align: left;
}

#sec8 .row .item .txt .note p {
  text-indent: -16px;
  padding: 0 0 0px 16px;
}

#sec8 .row .item dl dt {
  font-size: 22px;
}

#sec8 .row .item dl dd {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  #sec8 {
    position: relative;
    padding-top: 108px;
    padding-bottom: 42px;
    margin-top: 135px;
  }
  #sec8:before {
    height: 1080px;
  }
  #sec8:after {
    left: calc(50% + 695px);
    right: auto;
    width: 14px;
    height: 265px;
  }
  #sec8 .logo {
    text-align: center;
    margin-bottom: 48px;
  }
  #sec8 h2 {
    font-size: 40px;
    line-height: 32px;
    margin-bottom: 95px;
    line-height: 1;
  }
  #sec8 h2:before {
    width: 64px;
    height: 5px;
    bottom: -43px;
  }
  #sec8 .row {
    max-width: 930px;
    margin-left: auto;
    margin-right: auto;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
  }
  #sec8 .row .item {
    width: 32%;
    max-width: 281px;
    background: #f0efee;
    border: 1px solid #000;
    border-radius: 10px;
    text-align: center;
    line-height: 23px;
    letter-spacing: 0em;
    margin-bottom: 0;
    padding: 52px 15px 15px;
  }
  #sec8 .row .item:first-child {
    padding: 43px 15px 15px;
  }
  #sec8 .row .item:first-child h3 {
    margin-bottom: 20px;
  }
  #sec8 .row .item:first-child .icon {
    margin-bottom: 30px;
  }
  #sec8 .row .item h3 {
    margin-bottom: 35px;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
  }
  #sec8 .row .item .icon {
    margin-bottom: 31px;
    width: auto;
  }
  #sec8 .row .item .red {
    color: #b80c08;
  }
  #sec8 .row .item:first-child .icon {
    margin-bottom: 45px;
  }
  #sec8 .row .item .txt {
    font-size: 17px;
    line-height: 30px;
  }
  #sec8 .row .item .txt .note {
    padding-top: 22px;
    font-size: 14px;
    line-height: 24px;
  }
}
#sec8 .contact {
  color: #fff;
  padding-bottom: 30px;
}
#sec8 .contact h3 {
  text-align: center;
  font-size: 18px;
  padding-bottom: 10px;
}
#sec8 .contact .tel {
  text-align: center;
  border-left: 4px solid #b9b9b9;
  border-right: 4px solid #b9b9b9;
  font-size: 15px;
  margin: 20px 0 30px;
}
#sec8 .contact .tel .num {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-weight: 600;
  font-size: 26px;
  gap: 5px;
  margin-top: 5px;
}
#sec8 .contact .tel .num img {
  width: 16px;
  height: auto;
}
#sec8 .contact .tel .t {
  font-size: 11px;
}
#sec8 .contact .note dt {
  border: 2px solid #b9b9b9;
  padding: 15px;
  font-size: 15px;
  text-align: center;
  margin: 10px 0;
}
@media screen and (min-width: 768px) {
  #sec8 .contact {
    padding-bottom: 100px;
    text-align: center;
  }
  #sec8 .contact h3 {
    font-size: 24px;
    padding-bottom: 10px;
  }
  #sec8 .contact .tel {
    width: 510px;
    margin: 22px auto 61px;
    font-size: 18px;
  }
  #sec8 .contact .tel .num {
    font-size: 40px;
    gap: 14px;
    margin-top: 13px;
    padding: 0 28px 10px 0;
  }
  #sec8 .contact .tel .num img {
    width: auto;
    height: auto;
  }
  #sec8 .contact .tel .t {
    font-size: 14px;
  }
  #sec8 .contact .note {
    font-size: 16px;
    line-height: 30px;
  }
  #sec8 .contact .note dt {
    padding: 15px 10px 20px;
    font-size: 20px;
    line-height: 40px;
    width: 580px;
    margin: 12px auto 36px;
  }
}

#area {
  position: relative;
  padding: 5vw 0 20vw;
}
#area h3 {
  border-bottom: 2px solid #000000;
  padding: 5vw 17% 0;
  margin-bottom: 5vw;
}
#area .map {
  position: relative;
  margin-bottom: 10vw;
}
#area .map .sub {
  position: absolute;
  width: 27%;
  left: -2vw;
  bottom: -7vw;
  z-index: 1;
}
#area .list {
  background-color: rgba(185, 185, 185, 0.18);
  padding: 5% 5%;
  margin: 5vw 0 5vw;
}
#area .list li {
  padding-bottom: 10px;
  font-size: 18px;
}
#area .list li span {
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  #area {
    padding: 20px 20px 310px;
  }
  #area .wrap {
    display: flex;
    justify-content: space-between;
    max-width: 1100px;
    width: 100%;
    gap: 20px;
  }
  #area h3 {
    padding: 40px 0 0px;
    margin: 0 -45px 20px 0;
  }
  #area .map {
    margin-bottom: 0;
    order: -1;
  }
  #area .map .sub {
    width: auto;
    left: 19px;
    bottom: -44px;
    z-index: 1;
  }
  #area .info {
    width: 50%;
    font-size: 14px;
    max-width: 480px;
  }
  #area .list {
    padding: 26px 4px 20px 44px;
    margin: 26px 0 0;
  }
  #area .list li {
    padding-bottom: 11px;
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 36px;
  }
  #area .list li span {
    font-size: 16px;
    letter-spacing: -0.05em;
  }
}/*# sourceMappingURL=delivery_news.css.map */