.main-content {
  background: linear-gradient(0deg, #cee4f2 0%, white 100%);
}

#sec1 {
  padding: 80px 0 123px;
}

#sec1 h2 {
  font-size: 40px;
  line-height: 1.35;
  letter-spacing: 0.06em;
  margin-bottom: 33px;
}

#sec1 .txt {
  font-size: 20px;
  line-height: 37px;
  margin-bottom: 57px;
}

#sec1 .slider-group {
  background: #fff;
  padding: 36px 0;
}

#sec1 .slider-group .loopslider .item {
  display: flex !important;
  align-items: center;
  text-align: center;
  column-gap: 25px;
}

#sec1 .slider-group .loopslider .item img {
  width: auto;
}

#sec1 .slider-group .loopslider .item .col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#sec1 .slider-group .loopslider2 {
  margin-top: 25px;
}

@media screen and (max-width: 1080px) {
  #sec1 h2 {
    letter-spacing: 0;
  }
}

@media screen and (max-width: 767px) {
  #sec1 {
    padding: 8vw 0 8.7vw;
  }
  #sec1 h2 {
    font-size: 5.3vw;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 0.06em;
    margin-bottom: 5vw;
  }
  #sec1 .txt {
    font-size: 13px;
    line-height: 22px;
    font-weight: 500;
    color: #4f4d4d;
    margin-bottom: 10vw;
  }
  #sec1 .slider-group {
    padding: 0vw 0 2vw;
  }
  #sec1 .slider-group .loopslider .item {
    column-gap: 0;
  }
  #sec1 .slider-group .loopslider .item .col {
    transform: scale(0.6);
    margin: 0 -6vw;
  }
  #sec1 .slider-group .loopslider2 {
    margin-top: -4vw;
  }
}

#sec2 {
  padding-bottom: 233px;
}

#sec2 .box {
  background: #fff;
  border-radius: 30px;
  box-shadow: 4px 4px 5px rgba(35, 24, 21, 0.3);
  padding: 50px 50px 65px;
  display: flex;
  justify-content: space-between;
}

#sec2 .box .img {
  width: 44%;
  height: 273px;
}

#sec2 .box .col-text {
  width: 51%;
}

#sec2 .box .col-text .tag {
  width: 170px;
  height: 38px;
  background: #c9caca;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 37px;
  margin-bottom: 21px;
}

#sec2 .box .col-text .ttl {
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
  color: #595757;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 84px;
}

#sec2 .box .col-text .desc {
  font-size: 17px;
  font-weight: 500;
  line-height: 30px;
  color: #595757;
  margin-bottom: 28px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 30px;
}

#sec2 .box .col-text .btn-more {
  width: 200px;
}

#sec2 .box .col-text .btn-more a {
  display: block;
  background: #ddbc44;
  color: #fff;
  border-radius: 25px;
  text-align: center;
  height: 48px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 46px;
  padding-right: 27px;
  position: relative;
}

#sec2 .box .col-text .btn-more a:after {
  content: '';
  width: 17px;
  background-image: url("../img/shared/icon_right3@2x.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 17px;
}

#sec2 .box .col-text .btn-more a:hover {
  background: #005dad;
}

#sec2 .box + .box {
  margin-top: 52px;
}

@media screen and (max-width: 767px) {
  #sec2 {
    padding-bottom: 13.3vw;
  }
  #sec2 .box {
    border-radius: 5vw;
    padding: 3.6vw 3.6vw 8.3vw;
    display: block;
  }
  #sec2 .box .img {
    width: 100%;
    height: 42.4vw;
    margin-bottom: 18px;
  }
  #sec2 .box .col-text {
    width: 100%;
  }
  #sec2 .box .col-text .tag {
    width: 85px;
    height: 19px;
    border-radius: 3px;
    font-size: 10px;
    line-height: 17px;
    margin-bottom: 10px;
  }
  #sec2 .box .col-text .ttl {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 10px;
    max-height: 42px;
  }
  #sec2 .box .col-text .desc {
    font-size: 10px;
    line-height: 20px;
    margin-bottom: 10px;
    max-height: 20px;
  }
  #sec2 .box .col-text .btn-more {
    width: auto;
    margin: 0 -1.9vw;
  }
  #sec2 .box .col-text .btn-more a {
    height: 40px;
    font-size: 17px;
    line-height: 38px;
  }
  #sec2 .box .col-text .btn-more a:after {
    width: 20px;
    right: 16px;
  }
  #sec2 .box .col-text .btn-more a:hover {
    background: #ddbc44;
  }
  #sec2 .box + .box {
    margin-top: 10.5vw;
  }
}

/*---- PAGE DETAIL ----*/
.page-detail {
  background: transparent;
  position: relative;
  z-index: 0;
  padding-bottom: 196px;
}

.page-detail:before {
  content: '';
  background: linear-gradient(0deg, #cee4f2 0%, white 100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 287px;
  bottom: 0;
  z-index: -1;
}

.detail-h2 {
  color: #005e36;
  opacity: 0.1;
  font-size: 73px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  position: relative;
  z-index: 1;
  margin-top: -287px;
  padding: 0 37px;
}

.box-detail {
  background: #fff;
  border-radius: 25px;
  box-shadow: 4px 4px 5px rgba(35, 24, 21, 0.3);
  padding: 95px 50px 152px;
}

.box-detail .wrapper {
  max-width: 948px;
  width: 100%;
  margin: 0 auto;
}

.box-detail .detail-ttl-group .detail-row-ttl {
  display: flex;
  align-items: center;
  line-height: 32px;
  margin-bottom: 9px;
}

.box-detail .detail-ttl-group .detail-row-ttl .detail-sttl {
  font-size: 20px;
  font-weight: 500;
  color: #595757;
  margin-right: 16px;
}

.box-detail .detail-ttl-group .detail-row-ttl .detail-tag {
  width: 142px;
  background: #c9caca;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

.box-detail .detail-ttl-group .detail-h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 59px;
  color: #595757;
  margin-bottom: 17px;
}

.box-detail .detail-ttl-group .detail-date {
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.1em;
  margin-bottom: 49px;
}

.box-detail .detail-img-group {
  margin-bottom: 70px;
}

.box-detail .detail-img-group .half-width {
  width: 65.93%;
}

.box-detail .detail-row1 {
  margin-bottom: 80px;
}

.box-detail .detail-row1 .detail-box-ttl {
  width: 198px;
  height: 47px;
  text-align: center;
  background: #abb59e;
  color: #005e36;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 21px;
}

.box-detail .detail-row1 .detail-txt {
  font-size: 20px;
  line-height: 37px;
}

.box-detail .detail-row2 {
  margin-bottom: 114px;
}

.box-detail .detail-row2 .detail-box-ttl {
  width: 198px;
  height: 47px;
  text-align: center;
  background: #9ca7d0;
  color: #005dad;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 23px;
}

.box-detail .detail-row2 .detail-list dl {
  margin-bottom: 35px;
}

.box-detail .detail-row2 .detail-list dl dt {
  color: #595757;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 6px;
}

.box-detail .detail-row2 .detail-list dl dd {
  font-size: 20px;
  line-height: 37px;
  padding-left: 23px;
}

.box-detail .detail-row3 {
  border: 1px solid #005dad;
  padding: 52px 40px 59px;
  margin-bottom: 103px;
}

.box-detail .detail-row3 dl dt {
  color: #005dad;
  font-size: 31px;
  font-weight: 700;
  margin-bottom: 7px;
}

.box-detail .detail-row3 dl dd {
  font-size: 20px;
  line-height: 37px;
}

.box-detail .detail-row3 dl + dl {
  margin-top: 40px;
}

.box-detail .detail-row4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.box-detail .detail-row4 .detail-img {
  max-width: 298px;
  width: 32%;
}

.box-detail .detail-row4 .detail-col-text {
  max-width: 609px;
  width: 65%;
  padding-bottom: 25px;
}

.box-detail .detail-row4 .detail-col-text .detail-col-ttl {
  color: #005dad;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
}

.box-detail .detail-row4 .detail-col-text .detail-txt {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.03em;
  margin-bottom: 26px;
}

.box-detail .detail-row4 .detail-col-text .detail-name {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .page-detail {
    padding-bottom: 22vw;
  }
  .page-detail:before {
    top: 32vw;
  }
  .detail-h2 {
    text-align: center;
    font-size: 6.1vw;
    margin: -32vw 0 2vw;
    padding: 0;
  }
  .box-detail {
    border-radius: 5vw;
    padding: 8vw 4.5vw 12.3vw;
  }
  .box-detail .detail-ttl-group .detail-row-ttl {
    line-height: 5.1vw;
    margin-bottom: 1vw;
  }
  .box-detail .detail-ttl-group .detail-row-ttl .detail-sttl {
    font-size: 3.3vw;
    margin-right: 2vw;
  }
  .box-detail .detail-ttl-group .detail-row-ttl .detail-tag {
    width: 22.7vw;
    border-radius: 2px;
    font-size: 2.7vw;
  }
  .box-detail .detail-ttl-group .detail-h3 {
    font-size: 5.3vw;
    line-height: 7.9vw;
    margin-bottom: 2vw;
  }
  .box-detail .detail-ttl-group .detail-date {
    font-size: 13px;
    margin-bottom: 2vw;
  }
  .box-detail .detail-img-group {
    margin-bottom: 6.7vw;
  }
  .box-detail .detail-row1 {
    margin-bottom: 10vw;
  }
  .box-detail .detail-row1 .detail-box-ttl {
    width: 114px;
    height: 23px;
    border-radius: 3px;
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 10px;
  }
  .box-detail .detail-row1 .detail-txt {
    font-size: 13px;
    line-height: 19px;
  }
  .box-detail .detail-row2 {
    margin-bottom: 13vw;
  }
  .box-detail .detail-row2 .detail-box-ttl {
    width: 114px;
    height: 23px;
    border-radius: 3px;
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 10px;
  }
  .box-detail .detail-row2 .detail-list dl {
    margin-bottom: 25px;
  }
  .box-detail .detail-row2 .detail-list dl dt {
    font-size: 13px;
    margin-bottom: 2px;
  }
  .box-detail .detail-row2 .detail-list dl dd {
    font-size: 13px;
    line-height: 19px;
    padding-left: 12px;
  }
  .box-detail .detail-row3 {
    padding: 35px 20px;
    margin-bottom: 23px;
  }
  .box-detail .detail-row3 dl dt {
    font-size: 15px;
    margin-bottom: 3px;
  }
  .box-detail .detail-row3 dl dd {
    font-size: 13px;
    line-height: 20px;
  }
  .box-detail .detail-row3 dl + dl {
    margin-top: 30px;
  }
  .box-detail .detail-row4 {
    display: block;
  }
  .box-detail .detail-row4 .detail-img {
    max-width: none;
    width: 40vw;
    margin: 0 auto 6vw;
  }
  .box-detail .detail-row4 .detail-col-text {
    max-width: none;
    width: 100%;
    padding-bottom: 0;
  }
  .box-detail .detail-row4 .detail-col-text .detail-col-ttl {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .box-detail .detail-row4 .detail-col-text .detail-txt {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 15px;
  }
  .box-detail .detail-row4 .detail-col-text .detail-name {
    font-size: 13px;
  }
}
