body {
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.1em;
}

p {
  padding-bottom: 0 !important;
}

.bg-parallax {
  position: relative;
  z-index: -1;
}

.bg-parallax .img-parallax {
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.bg-parallax .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;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

#sec1 {
  padding: 10vw 0 40vw;
}

#sec1 h2.ttl {
  margin-bottom: 0 !important;
  padding: 0 0 3vw !important;
  border-bottom: 3px solid #c07020;
  font-weight: 600;
  font-size: 6vw;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

#sec1 h2.ttl>span {
  display: inline-block;
  margin: 0 -7vw;
}

#sec1 .wrap .deco1 {
  margin: 0 -5vw;
}

#sec1 .wrap .deco2 {
  width: 50vw;
  position: absolute;
  bottom: -40vw;
  left: 5vw;
}

#sec1 .set1 {
  margin-top: 5vw;
}

#sec1 .set1 .txt {
  margin-top: 7vw;
}

#sec1 .set1 .img {
  width: 70vw;
  margin-top: 10vw;
}

#sec1 .set2 {
  margin-top: 10vw;
}

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

#sec1 .set2 .box-style .ttl {
  min-width: 4vw;
  margin-bottom: 0 !important;
  padding: 3vw 1vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #c3c3c3;
  font-weight: 600;
  font-size: 3.5vw;
  line-height: 1.2;
  letter-spacing: 0.1em;
  position: absolute;
  bottom: 2vw;
  left: 2vw;
  z-index: 1;
}

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

#sec1 .set2 .box-style .deco img {
  width: auto;
  height: auto;
  max-height: 100%;
}

#sec1 .set2 .box1 {
  margin-left: auto;
}

#sec1 .set2 .box1 .deco {
  height: 30vw;
  bottom: -15vw;
  left: 50%;
}

#sec1 .set2 .box1 .deco img {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#sec1 .set2 .box2 {
  margin-top: 15vw;
}

#sec1 .set2 .box2 .deco {
  height: 25vw;
  bottom: -15vw;
  left: 50%;
}

#sec1 .set2 .box2 .deco img {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#sec1 .set2 .box3 {
  margin-top: 15vw;
  margin-left: auto;
}

#sec1 .set2 .box3 .deco {
  height: 25vw;
  bottom: -15vw;
  left: 50%;
}

#sec1 .set2 .box3 .deco img {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#sec2 {
  color: #fff;
  position: relative;
  z-index: 0;
}

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

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

#sec2 .bg-parallax img {
  -o-object-position: center;
  object-position: center;
}

#sec2 h2.ttl {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 0 !important;
  padding: 3vw 10vw !important;
  font-weight: 600;
  font-size: 8vw;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
}

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

#sec2 .h2box {
  min-height: 120vw;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

#sec2 .set {
  padding: 10vw 0 15vw;
}

#sec2 .set .txt {
  margin-top: 7vw;
}

#sec2 .set .sign {
  margin-top: 7vw;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: right;
}

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

#sec3 {
  padding-top: 20vw;
}

#sec3 .wrap {
  position: relative;
  z-index: 0;
}

#sec3 .wrap .deco1 {
  width: 45vw;
  position: absolute;
  top: -15vw;
  left: 0;
  z-index: -1;
}

#sec3 .wrap .deco2 {
  width: 40vw;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

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

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

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

#sec3 .set1 .txt {
  margin-top: 10vw;
}

#sec3 .set2 {
  margin-top: 10vw;
}

#sec3 .set2 h3.ttl {
  margin: 10vw 0 0 !important;
  padding: 0 0 5vw !important;
  border-bottom: 1px solid #b9ada3;
  font-weight: 600;
  font-size: 5vw;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

#sec3 .set2 .txt {
  margin-top: 10vw;
}

#sec3 .set3 {
  margin-top: 15vw;
  padding: 10vw 4vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  position: relative;
  z-index: 0;
}

#sec3 .set3 h3.ttl {
  margin-bottom: 0 !important;
  padding: 0 !important;
  font-weight: 600;
  font-size: 6vw;
  line-height: 1.5;
  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: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

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

#sec3 .set3 .deco3 {
  width: 60vw;
  position: absolute;
  top: -10vw;
  right: -10vw;
}

#sec3 .set3 .box-style {
  margin-top: 10vw;
}

#sec3 .set3 .box-style h5 {
  margin: -5vw 7vw 0;
  padding: 2vw 5vw;
  background: url("../img/shared/bg1.jpg");
  color: #fff;
  font-weight: 600;
  font-size: 4vw;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  z-index: 1;
}

#sec3 .set3 .txt {
  margin-top: 10vw;
}

#sec3 .set4 {
  margin-top: 10vw;
}

#sec3 .set4 h5.ttl {
  margin-top: 10vw;
  margin-bottom: 0 !important;
  padding: 0 0 5vw !important;
  border-bottom: 1px solid #b9ada3;
  font-weight: 600;
  font-size: 5vw;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

#sec3 .set4 .txt {
  margin-top: 10vw;
}

#sec4 {
  padding: 20vw 0 5vw 0;
}

#sec4 h2.ttl {
  font-weight: 600;
  font-size: 7vw;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}

#sec4 h2.ttl>span {
  min-width: 80%;
  display: inline-block;
  padding: 3vw 20vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 2px solid #c07020;
  border-bottom: 2px solid #c07020;
  position: relative;
}

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

#sec4 .tabs-switch {
  margin-top: 10vw;
}

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

#sec4 .tabs-switch .tab-link li {
  width: 37vw;
  height: 37vw;
  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: 5px 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url("../img/shared/bg1.jpg");
  border-radius: 100%;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
}

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

#sec4 .tabs-switch .tab-link li small {
  font-size: 13px;
  letter-spacing: 0.1em;
}

#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: 10vw;
  padding: 10vw 4vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 2px solid #c07020;
}

#sec4 .tabs-switch .tab-content h3.ttl {
  margin-bottom: 0 !important;
  padding: 0 !important;
  font-weight: 600;
  font-size: 4vw;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}

#sec4 .tabs-switch .tab-content .set {
  margin-top: 7vw;
}

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

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

#sec4 .btn {
  margin-top: 10vw;
}

#sec5 {
  margin-bottom: 19vw;
}

#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: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  margin-top: 10vw;
  padding-right: 10px;
}

#sec5 .slider-scroll .img {
  width: 60vw !important;
}