#sec1 {
  padding: 131px 0 225px;
}

#sec1 h2.ttl {
  padding-bottom: 16px;
  font-weight: 600;
  font-size: 50px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  position: relative;
}

#sec1 h2.ttl::before {
  content: "";
  border-bottom: 3px solid #c07020;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 46px;
}

#sec1 h2.ttl>span {
  display: inline-block;
  margin-left: -30px;
}

#sec1 .wrap {
  width: 100%;
  max-width: 1300px;
}

#sec1 .wrap .deco1 {
  position: absolute;
  top: -61px;
  right: 100px;
  z-index: -1;
}

#sec1 .wrap .deco2 {
  position: absolute;
  bottom: -163px;
  right: 63px;
}

#sec1 .set1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#sec1 .set1 .gr1 {
  width: calc(100% - 925px);
}

#sec1 .set1 .gr1 .img img {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  float: right;
}

#sec1 .set1 .gr2 {
  width: 925px;
  margin-top: 79px;
  padding: 0 56px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#sec1 .set1 .gr2 .txt {
  margin-top: 30px;
}

#sec1 .set1 .gr2 .txt+.txt {
  margin-top: 30px;
}

#sec1 .set2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-top: 23px;
}

#sec1 .set2 .box-style {
  position: relative;
}

#sec1 .set2 .box-style .ttl {
  min-width: 50px;
  padding: 18px 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #c3c3c3;
  font-weight: 600;
  font-size: 25px;
  line-height: 40px;
  letter-spacing: 0.1em;
  position: absolute;
  bottom: 10px;
  left: 12px;
  z-index: 1;
}

#sec1 .set2 .box-style .deco {
  position: absolute;
  z-index: 1;
}

#sec1 .set2 .gr1 {
  margin-top: 235px;
}

#sec1 .set2 .gr1 .box1 .deco {
  top: -136px;
  right: 93px;
}

#sec1 .set2 .gr2 {
  margin: 115px 0 0 46px;
}

#sec1 .set2 .gr2 .box1 .deco {
  bottom: -145px;
  left: 123px;
}

#sec1 .set2 .gr3 {
  margin-left: 44px;
}

#sec1 .set2 .gr3 .box1 .deco {
  bottom: -124px;
  right: 15px;
}

#sec2 {
  padding: 110px 0;
  position: relative;
  z-index: 0;
}

#sec2 .wrap {
  width: 100%;
  max-width: 1300px;
}

#sec2 .bg-parallax {
  position: absolute;
  inset: 0;
}

#sec2 .bg-parallax img {
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

#sec2 h2.ttl {
  font-weight: 600;
  font-size: 40px;
  line-height: 68px;
  letter-spacing: 0.1em;
  text-align: center;
}

#sec2 .set {
  width: 500px;
  margin-left: auto;
  padding: 40px 41px 38px 41px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  position: relative;
}

#sec2 .set::before {
  content: "";
  background: url("../img/shared/bg3.jpg");
  opacity: 0.8;
  position: absolute;
  inset: 0;
  z-index: -1;
}

#sec2 .set .txt {
  margin-top: 25px;
}

#sec2 .set .sign {
  margin-top: 37px;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.1em;
  text-align: right;
}

#sec2 .set .sign small {
  font-size: 18px;
  letter-spacing: 0.1em;
}

#sec3 {
  padding-top: 60px;
}

#sec3 .wrap {
  width: 100%;
  max-width: 1200px;
}

#sec3 .wrap .deco1 {
  position: absolute;
  top: 8px;
  left: -141px;
}

#sec3 .wrap .deco1 img {
  width: 357px;
  height: auto;
}

#sec3 .wrap .deco2 {
  position: absolute;
  top: 78px;
  right: -92px;
}

#sec3 h2.ttl {
  font-weight: 600;
  font-size: 50px;
  line-height: 80px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}

#sec3 h2.ttl::before {
  content: "";
  width: 70px;
  height: 70px;
  display: block;
  margin: 0 auto 21px;
  background: url("../img/shared/deco2.png") 0 0/contain no-repeat;
}

#sec3 h2.ttl>span {
  display: inline-block;
  padding: 12px 109px 6px;
  border-top: 3px solid #c07020;
  border-bottom: 3px solid #c07020;
}

#sec3 .set1 {
  text-align: center;
}

#sec3 .set1 .txt {
  margin-top: 45px;
}

#sec3 .set2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 61px;
}

#sec3 .set2 h3.ttl {
  font-weight: 600;
  font-size: 35px;
  line-height: 55px;
  letter-spacing: 0.1em;
}

#sec3 .set2 .gr1 {
  width: calc(100% - 550px);
}

#sec3 .set2 .gr1 .img img {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  float: right;
}

#sec3 .set2 .gr2 {
  width: 550px;
  margin-top: 78px;
  padding: 0 50px 0 86px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#sec3 .set2 .gr2 hr {
  margin: 21px 0 0 -100px;
  border: 0;
  border-top: 1px solid #b9ada3;
}

#sec3 .set2 .gr2 .txt {
  margin-top: 26px;
}

#sec3 .set3 {
  margin-top: 87px;
  padding: 47px 0 75px 0;
  position: relative;
  z-index: 0;
}

#sec3 .set3::before {
  content: "";
  background: #fff;
  position: absolute;
  inset: 0 -100px;
  z-index: -1;
}

#sec3 .set3 h3.ttl {
  font-weight: 600;
  font-size: 35px;
  line-height: 68px;
  letter-spacing: 0.1em;
  text-align: center;
}

#sec3 .set3 h3.ttl>span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

#sec3 .set3 h3.ttl>span::before,
#sec3 .set3 h3.ttl>span::after {
  content: "";
  width: 170px;
  display: block;
  border-top: 1px solid #b9ada3;
}

#sec3 .set3 .deco3 {
  position: absolute;
  top: -69px;
  right: -63px;
}

#sec3 .set3 .deco4 {
  position: absolute;
  bottom: -84px;
  left: -152px;
}

#sec3 .set3 .deco4 img {
  width: 383px;
  height: auto;
}

#sec3 .set3 .box-style h5 {
  margin: -27px 40px 0;
  padding: 5px 10px;
  background: url("../img/shared/bg3.jpg");
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  line-height: 40px;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  z-index: 1;
}

#sec3 .set3 .gr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-top: 30px;
}

#sec3 .set3 .txt {
  margin-top: 51px;
  text-align: center;
}

#sec3 .set4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 87px;
}

#sec3 .set4 h5.ttl {
  font-weight: 600;
  font-size: 35px;
  line-height: 55px;
  letter-spacing: 0.1em;
}

#sec3 .set4 .gr1 {
  width: 600px;
  margin-top: 81px;
  padding: 0 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#sec3 .set4 .gr1 hr {
  margin: 19px -50px 0 0;
  border: 0;
  border-top: 1px solid #b9ada3;
}

#sec3 .set4 .gr1 .txt {
  width: 470px;
  margin-top: 25px;
}

#sec3 .set4 .gr2 {
  width: calc(100% - 600px);
}

#sec3 .set4 .gr2 .img {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

#sec4 {
  padding: 110px 0 53px;
}

#sec4 .wrap {
  width: 100%;
  max-width: 1200px;
}

#sec4 h2.ttl {
  font-weight: 600;
  font-size: 50px;
  line-height: 68px;
  letter-spacing: 0.1em;
  text-align: center;
}

#sec4 h2.ttl>span {
  min-width: 628px;
  display: inline-block;
  padding: 14px 100px 11px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 3px solid #c07020;
  border-bottom: 3px solid #c07020;
  position: relative;
}

#sec4 h2.ttl>span::before {
  content: "";
  border-left: 3px solid #c07020;
  border-right: 3px solid #c07020;
  position: absolute;
  inset: -18px 16px;
}

#sec4 .tabs-switch {
  margin-top: 51px;
}

#sec4 .tabs-switch .tab-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

#sec4 .tabs-switch .tab-link li {
  width: 212px;
  height: 212px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url("../img/shared/bg3.jpg");
  border-radius: 100%;
  color: #fff;
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
}

#sec4 .tabs-switch .tab-link li::before {
  content: "";
  width: 100%;
  height: 10px;
  background: url("../img/shared/icon_arrow3.png") center/contain no-repeat;
  position: absolute;
  left: 0;
  bottom: 38px;
}

#sec4 .tabs-switch .tab-link li small {
  font-size: 19.4px;
}

#sec4 .tabs-switch .tab-link li:hover,
#sec4 .tabs-switch .tab-link li.active {
  background: #fff;
  border: 2px solid #c07020;
  color: #000;
}

#sec4 .tabs-switch .tab-link li:hover::before,
#sec4 .tabs-switch .tab-link li.active::before {
  -webkit-filter: brightness(100%) invert(1);
  filter: brightness(100%) invert(1);
}

#sec4 .tabs-switch .tab-content {
  margin-top: 36px;
  padding: 59px 100px 72px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 2px solid #c07020;
}

#sec4 .tabs-switch .tab-content h3.ttl {
  font-weight: 600;
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 0.1em;
  text-align: center;
}

#sec4 .tabs-switch .tab-content .set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
  margin-top: 23px;
}

#sec4 .tabs-switch .tab-content .set .gr {
  width: 450px;
}

#sec4 .tabs-switch .tab-content .set .gr dl {
  padding: 20px 0 12px;
  border-bottom: 1px solid #b9ada3;
}

#sec4 .tabs-switch .tab-content .set .gr dl dt {
  font-weight: 600;
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.1em;
}

#sec4 .tabs-switch .tab-content .set .gr dl dd {
  margin-top: 2px;
}

#sec4 .btn {
  margin-top: 69px;
}

#sec5 .slider-scroll {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-top: 53px;
  padding-right: 20px;
}

#sec5 {
  margin-bottom: 125px;
}



@media only screen and (min-width: 768px) and (max-width: 1280px) {
#sec2 .set{
 margin-right: 100px; 
}
}
  





