#key-box {
  background: url("../img/ch/key.jpg") no-repeat center/cover;
}

.dis-flex {
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .dis-flex-pc {
    display: flex;
    justify-content: space-between;
  }
}
.btn-sec a {
  width: 90%;
  text-decoration: none;
  display: block;
  height: 12vw;
  color: #fff;
  font-size: 5vw;
  font-weight: 500;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../img/shared/bg_4.jpg");
  position: relative;
  line-height: 1.3em;
}
.btn-sec a:hover {
  opacity: 0.8;
}
.btn-sec a::before {
  content: "";
  position: absolute;
  background: url("../img/shared/arrow_1.png") no-repeat top center/100% auto;
  width: 2.5vw;
  height: 3vw;
  top: 38%;
  right: 5%;
}
@media screen and (min-width: 768px) {
  .btn-sec a {
    width: 426px;
    height: 80px;
    font-size: 24px;
  }
  .btn-sec a::before {
    width: 15px;
    height: 18px;
    top: 32px;
    right: 24px;
  }
}

#sec1 {
  position: relative;
  padding: 16vw 0px 18vw;
  background: url("../img/ch/sec1_deco.png") no-repeat bottom right/36%;
  z-index: 1;
}
#sec1::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 50vw;
  background: url("../img/ch/sec1_bg.jpg") center/cover;
  z-index: -1;
}
#sec1 .sec1-txt {
  margin: 4vw 0px 0px;
}
@media screen and (min-width: 768px) {
  #sec1 {
    padding: 164px 0px 129px;
    background-size: auto;
  }
  #sec1::before {
    height: 333px;
  }
  #sec1 .sec1-img {
    width: 991px;
    margin: 0px auto;
  }
  #sec1 .sec1-txt {
    text-align: center;
    margin: 31px 0px 0px;
  }
}

#sec2 {
  padding: 0px 0px 12vw;
  background: url("../img/shared/bg_1.jpg") repeat top center;
}
#sec2 .slick-dotted.slick-slider {
  margin: 0px;
}
#sec2 .sec2-slide .slick-dots {
  position: absolute;
  bottom: 1vw;
  left: 0px;
  width: 100%;
  display: flex;
  z-index: 1;
}
#sec2 .sec2-slide .slick-dots li {
  width: 33.3333333333%;
  height: 5px;
  background: none;
  border-radius: 0;
  margin: 0px;
}
#sec2 .sec2-slide .slick-dots li button {
  width: 100%;
  height: 4px;
  border-radius: 0;
  background: #4f4f4f;
}
#sec2 .sec2-slide .slick-dots li.slick-active button {
  background: #ce2a1f;
}
#sec2 .sec2-box {
  position: relative;
  margin: 6vw 4% 0px 10%;
}
#sec2 .sec2-box .sec2-ttl {
  position: relative;
}
#sec2 .sec2-box .sec2-ttl::before {
  content: "";
  position: absolute;
  top: 5%;
  height: 90%;
  bottom: 5%;
  left: -6%;
  border-left: 4px solid #ce2a1f;
}
#sec2 .sec2-box .sec2-ttl h2 {
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.1;
  color: #cacaca;
  font-size: 10vw;
}
#sec2 .sec2-box .sec2-ttl h3 {
  letter-spacing: 0.1em;
  line-height: 2;
  font-size: 5vw;
  padding: 3% 0 0;
}
#sec2 .sec2-box .sec2-ttl h3 span {
  color: #ce2a1f;
}
#sec2 .sec2-box .sec2-txt {
  margin: 6vw 0px 0px;
}
#sec2 .sec2-box .sec2-txt p + p {
  margin: 3vw 0px 0px;
}
@media screen and (min-width: 768px) {
  #sec2 {
    padding: 0px;
  }
  #sec2 .sec2-row {
    flex-direction: row-reverse;
  }
  #sec2 .sec2-slide {
    width: 56%;
    height: 701px;
  }
  #sec2 .sec2-slide .slick-dots {
    bottom: -1px;
  }
  #sec2 .sec2-slide img {
    width: 100%;
    height: 701px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #sec2 .sec2-box {
    width: 550px;
    margin: 155px -37px 0px auto;
  }
  #sec2 .sec2-box .sec2-ttl::before {
    top: 12px;
    left: -34px;
    height: 130px;
    bottom: auto;
  }
  #sec2 .sec2-box .sec2-ttl h2 {
    font-size: 72px;
  }
  #sec2 .sec2-box .sec2-ttl h3 {
    font-size: 30px;
    padding: 11px 0 0 5px;
  }
  #sec2 .sec2-box .sec2-txt {
    width: 490px;
    margin: 26px 0px 0px;
  }
  #sec2 .sec2-box .sec2-txt p + p {
    margin: 30px 0px 0px;
  }
}
@media screen and (min-width: 999px) and (max-width: 1200px) {
  #sec2 .sec2-box {
    margin: 155px -9% 0px auto;
  }
  #sec2 .sec2-slide {
    width: 52%;
  }
}

#sec3 {
  position: relative;
  padding: 16vw 0px 4vw;
}
#sec3::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 44vw;
  background: url("../img/ch/sec3_deco.png") no-repeat top left/100% 100%;
}
#sec3 h2 {
  position: relative;
  font-size: 6vw;
  line-height: 2;
  color: #fff;
  width: 70%;
  margin: 0px 0px 0px auto;
}
#sec3 h2::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -20%;
  width: 320%;
  height: 100%;
  background: #000;
  z-index: -1;
}
#sec3 .sec3-txt1 {
  width: 70%;
  margin: 6vw 0px 0px auto;
}
#sec3 h3 {
  font-size: 6vw;
  text-align: center;
  margin: 8vw 0px;
}
#sec3 h3 span {
  color: #ce2a1f;
}
#sec3 .sec3-list {
  position: relative;
  box-sizing: border-box;
  margin: 0px 3% 0px 12%;
}
#sec3 .sec3-list .sec3-row {
  margin: 0px 0px 6vw;
}
#sec3 .sec3-list::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -6%;
  width: 3px;
  height: 100%;
  background: #ce2a1f;
}
#sec3 .sec3-list h4 {
  font-size: 5.2vw;
  position: relative;
  margin: 0px 0px 4vw;
}
#sec3 .sec3-list h4::before {
  content: "";
  position: absolute;
  top: 3vw;
  left: -8%;
  width: 14px;
  height: 14px;
  background: url("../img/ch/sec3_dot.jpg") center/cover;
}
#sec3 .sec3-list h4 .red {
  color: #ce2a1f;
}
#sec3 .sec3-list h4 .num {
  color: #ce2a1f;
  position: absolute;
  top: 0px;
  left: -17%;
  font-size: 6vw;
}
#sec3 .sec3-list h4 .num small {
  font-size: 4.5vw;
}
#sec3 .sec3-list .sec3-btn1 {
  margin: 6vw 0px;
}
#sec3 .sec3-list .sec3-row {
  margin: 0px 0px 10vw;
}
#sec3 .sec3-list .sec3-col dl {
  margin: 0px 0px 4vw;
}
#sec3 .sec3-list .sec3-col dl dt {
  padding: 0px 0px 3vw;
  border-bottom: 1px solid #000;
  font-size: 4.5vw;
}
#sec3 .sec3-list .sec3-box2 {
  margin: 4vw 0px;
  box-sizing: border-box;
  border: 1px solid #b2b2b2;
  background: url("../img/shared/bg_1.jpg") repeat top center;
  padding: 6vw 3%;
}
#sec3 .sec3-list .sec3-box2 .sec3-txt3 {
  text-align: center;
  font-size: 5vw;
  color: #ce2a1f;
}
#sec3 .sec3-list .sec3-box2 .sec3-txt4 {
  margin: 3vw 0px;
}
#sec3 .sec3-list .sec3-box2 .sec3-btn2 a {
  margin: 0px auto 3vw;
  width: 100%;
}
#sec3 .sec3-list .sec3-box2 .sec3-btn2 a::before {
  background: url("../img/shared/icon_pdf.png") no-repeat top center/100% auto;
  width: 15px;
  height: 15px;
  top: 34%;
  right: 3%;
}
#sec3 .sec3-list .sec3-txt6 {
  margin: 2vw 0px 6vw;
  text-decoration: underline;
  color: #ce2a1f;
}
#sec3 .sec3-list .sec3-btn4 a {
  margin: 4vw 0px;
}
#sec3 .sec3-list .sec3-listinfo {
  font-size: 4vw;
  margin: 4vw 0px 0px;
}
#sec3 .sec3-list .sec3-listinfo dl {
  padding: 0px 4% 2vw;
  margin: 0px 0px 2vw;
  border-bottom: 1px solid #b2b2b2;
}
#sec3 .sec3-list .sec3-listinfo dl dt {
  width: 32%;
}
#sec3 .sec3-list .sec3-listinfo dl dd {
  width: 68%;
}
#sec3 .sec3-list .sec3-listinfo dl dd span {
  color: #ce2a1f;
  text-decoration: underline;
}
@media screen and (min-width: 767px) {
  #sec3 {
    padding: 285px 0px 7px;
  }
  #sec3::before {
    height: 651px;
  }
  #sec3 h2 {
    width: 400px;
    margin: 0px 111px 0px auto;
    font-size: 36px;
    line-height: 62px;
  }
  #sec3 .sec3-txt1 {
    margin: 25px 49px 0px auto;
    width: 460px;
  }
  #sec3 h3 {
    font-size: 36px;
    margin: 99px 0px 71px;
  }
  #sec3 .sec3-list {
    margin: 0px -57px 0px auto;
    width: 975px;
  }
  #sec3 .sec3-list .sec3-row {
    margin: 0px 0px 119px;
  }
  #sec3 .sec3-list::before {
    left: -37px;
    width: 5px;
  }
  #sec3 .sec3-list h4 {
    font-size: 25px;
    margin: 0px 0px 27px;
    line-height: 30px;
  }
  #sec3 .sec3-list h4::before {
    left: -41px;
    top: 12px;
  }
  #sec3 .sec3-list h4 .num {
    font-size: 37px;
    left: -103px;
  }
  #sec3 .sec3-list h4 .num small {
    font-size: 30px;
  }
  #sec3 .sec3-list .sec3-box1 {
    width: 460px;
    letter-spacing: 0;
  }
  #sec3 .sec3-list .sec3-btn1 {
    margin: 29px 0px 0px;
  }
  #sec3 .sec3-list .sec3-col {
    width: 464px;
  }
  #sec3 .sec3-list .sec3-col dl {
    margin: 0px 0px 26px;
  }
  #sec3 .sec3-list .sec3-col dl dt {
    font-size: 18px;
    padding: 0px 0px 2px;
    margin: 8px 0px 12px;
  }
  #sec3 .sec3-list .sec3-col dl dd {
    line-height: 26px;
  }
  #sec3 .sec3-list .sec3-box2 {
    margin: 5px 0px 0px;
    padding: 39px 0px;
  }
  #sec3 .sec3-list .sec3-box2 .sec3-txt3 {
    font-size: 24px;
  }
  #sec3 .sec3-list .sec3-box2 .sec3-txt4 {
    text-align: center;
    margin: 21px 0px 41px;
    line-height: 26px;
  }
  #sec3 .sec3-list .sec3-box2 .sec3-btn2 a {
    margin: 0px auto 21px;
    width: 440px;
  }
  #sec3 .sec3-list .sec3-box2 .sec3-btn2 a::before {
    width: 32px;
    height: 32px;
    top: 27px;
    right: 24px;
  }
  #sec3 .sec3-list .sec3-txt6 {
    margin: 12px 0px 43px;
  }
  #sec3 .sec3-list .sec3-btn3 {
    width: 450px;
  }
  #sec3 .sec3-list .sec3-btn4 a {
    margin: 43px 0px 48px;
  }
  #sec3 .sec3-list .sec3-list2 {
    justify-content: flex-start;
  }
  #sec3 .sec3-list .sec3-img1 {
    position: absolute;
    top: 53px;
    right: -1px;
    width: 495px;
  }
  #sec3 .sec3-list .sec3-img2 {
    width: 490px;
    margin: auto 15px auto 0;
  }
  #sec3 .sec3-list .sec3-listinfo {
    margin: 16px 0px 0px;
    font-size: 16px;
  }
  #sec3 .sec3-list .sec3-listinfo dl {
    margin: 0px 0px 17px;
    padding: 0px 20px 12px;
  }
  #sec3 .sec3-list .sec3-listinfo dl dt {
    width: 100px;
  }
  #sec3 .sec3-list .sec3-listinfo dl dd {
    width: calc(100% - 100px);
  }
}
@media screen and (min-width: 999px) and (max-width: 1200px) {
  #sec3 .sec3-list::before {
    left: -30px;
  }
  #sec3 .sec3-list h4::before {
    left: -34px;
  }
  #sec3 .sec3-list h4 .num {
    left: -78px;
  }
  #sec3 .sec3-list .sec3-row22 {
    justify-content: flex-start;
  }
  #sec3 .sec3-list .sec3-col {
    margin: 0px 10px 0px 0px;
    width: 444px;
  }
  #sec3 .sec3-list .sec3-listinfo dl {
    padding: 0px 10px 12px;
  }
  #sec3 .sec3-list .sec3-listinfo dl dt {
    width: 85px;
  }
  #sec3 .sec3-list .sec3-listinfo dl dd {
    width: calc(100% - 85px);
  }
}

@media screen and (max-width: 999px) {
  .remodal-wrapper:has(.modal-pdf) {
    padding: 3vw 2%;
  }
}
.modal-pdf {
  background: #000;
  padding: 6vw 2%;
  color: #fff;
}
.modal-pdf .img-pdf {
  margin: 0px 0px 10vw;
}
.modal-pdf .btn-down,
.modal-pdf .btn-close {
  width: 65%;
  margin: 0px auto 4vw;
  border: none;
}
.modal-pdf h3 {
  font-size: 6.5vw;
  padding: 3vw 0px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 90%;
  margin: 4vw auto 0px;
}
.modal-pdf h4 {
  font-size: 5vw;
  margin: 6vw 0px 2vw;
}
.modal-pdf .popup-txt1 {
  margin: 0px 0px 4vw;
  font-size: 3.5vw;
}
@media screen and (min-width: 768px) {
  .modal-pdf {
    padding: 32px 52px 93px;
  }
  .modal-pdf .img-pdf {
    margin: 0px auto 30px;
  }
  .modal-pdf h3 {
    font-size: 30px;
    padding: 16px 0px;
    margin: 30px auto 0px;
  }
  .modal-pdf h4 {
    font-size: 25px;
    margin: 52px 0px 18px;
  }
  .modal-pdf .popup-txt1 {
    margin: 0px 0px 30px;
    font-size: 16px;
  }
  .modal-pdf .list-btn {
    width: 690px;
    margin: 0px auto;
  }
  .modal-pdf .btn-down,
  .modal-pdf .btn-close {
    width: 323px;
    margin: 0px auto;
    cursor: pointer;
  }
  .modal-pdf .btn-down:hover,
  .modal-pdf .btn-close:hover {
    opacity: 0.8;
  }
}

#sec4 {
  position: relative;
  padding: 16vw 0px 30vw;
  background: url("../img/ch/sec4_deco.png") no-repeat top right/100%;
}
#sec4 .wrap {
  margin: 0px 5%;
  padding: 6vw 3% 10vw;
  background: url("../img/shared/bg_3.jpg") repeat top center;
}
#sec4 h2 {
  text-align: center;
  font-size: 6vw;
}
#sec4 h2 span {
  color: #ce2a1f;
}
#sec4 .sec4-list {
  margin: 10vw 2% 0px;
}
#sec4 .sec4-list .sec4-item {
  box-sizing: border-box;
  background: #fff;
  position: relative;
  padding: 0px 4% 4vw;
  margin: 0px 0px 8vw;
}
#sec4 .sec4-list .sec4-item h3 {
  text-align: center;
  font-size: 5.5vw;
  position: relative;
  top: -4vw;
  margin: 0px 0px 2vw;
}
#sec4 .sec4-list .sec4-item .sec4-row {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
#sec4 .sec4-list .sec4-item .sec4-row .sec4-icon {
  width: 40%;
}
#sec4 .sec4-list .sec4-item .sec4-row .sec4-txt1 {
  width: 55%;
  color: #505050;
  font-size: 14px;
}
#sec4 .sec4-list .sec4-item .sec4-txt2 {
  color: #505050;
  font-size: 14px;
  margin: 4vw 0px 0px;
}
#sec4 .sec4-box1 {
  box-sizing: border-box;
  padding: 2vw 4% 4vw;
  position: relative;
  background: url("../img/ch/sec4_boder.png") no-repeat top left/9% 100%, url("../img/ch/sec4_boder2.png") no-repeat top right/9% 100%;
}
#sec4 .sec4-box1 h4 {
  color: #ce2a1f;
  font-size: 5.5vw;
  text-align: center;
  margin: 0px 0px 3vw;
}
#sec4 .sec4-box1 .sec4-txt3 {
  color: #505050;
  font-size: 14px;
}
#sec4 .sec4-img {
  width: 90%;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  #sec4 {
    padding: 94px 0px 292px;
  }
  #sec4 .wrap {
    width: 100%;
    max-width: 1300px;
    padding: 90px 0px 102px;
    margin: 0px auto;
  }
  #sec4 h2 {
    font-size: 36px;
  }
  #sec4 .sec4-list {
    flex-wrap: wrap;
    width: 992px;
    margin: 81px auto 0px;
  }
  #sec4 .sec4-list .sec4-item {
    width: 470px;
    padding: 0px 30px 54px;
    margin: 0px 0px 60px;
  }
  #sec4 .sec4-list .sec4-item h3 {
    font-size: 25px;
    top: -26px;
    margin: 0px 0px 6px;
  }
  #sec4 .sec4-list .sec4-item .sec4-row .sec4-icon {
    width: 122px;
  }
  #sec4 .sec4-list .sec4-item .sec4-row .sec4-txt1 {
    width: 262px;
    font-size: 16px;
  }
  #sec4 .sec4-list .sec4-item .sec4-txt2 {
    margin: 26px 0px 0px;
    font-size: 16px;
  }
  #sec4 .sec4-box1 {
    width: 915px;
    margin: 0px auto 0px;
    padding: 12px 12px 42px;
    text-align: center;
    background-size: auto 100%, auto 100%;
  }
  #sec4 .sec4-box1 h4 {
    font-size: 30px;
    margin: 0px 0px 24px;
  }
  #sec4 .sec4-box1 .sec4-txt3 {
    font-size: 16px;
  }
  #sec4 .sec4-img {
    width: 819px;
  }
} /*# sourceMappingURL=en.css.map */

.Inbound_nav li:nth-child(2) a,
.Inbound_nav_pc li:nth-child(2) a {
  background: #000;
  color: #fff;
}

.Inbound_nav_sp li:nth-child(2) {
  background: #fff;
  color: #000 !important;
}
