#sec1 {
  position: relative;
  z-index: 0;
  padding: 33px 0 76px;
}

#sec1:before {
  content: '';
  background: linear-gradient(0deg, #cee4f2 0%, white 100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: -255px;
  z-index: -1;
}

#sec1 .row1 {
  max-width: 830px;
  width: 100%;
  min-height: 710px;
  margin: 0 auto -55px;
  background-image: url("../img/service/deco@2x.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 120px;
}

#sec1 .row1 h2 {
  width: 600px;
  margin: 0 auto;
}

#sec1 .row1 .txt {
  font-size: 30px;
  letter-spacing: 0.12em;
  padding-left: 40px;
}

#sec1 .row2 h3 {
  font-size: 40px;
  line-height: 1.35;
  letter-spacing: 0.12em;
  margin-bottom: 20px;
}

#sec1 .row2 .txt {
  font-size: 20px;
}

@media screen and (max-width: 980px) {
  #sec1 .row2 h3 {
    font-size: 33px;
  }
}

@media screen and (max-width: 767px) {
  #sec1 {
    padding: 1vw 0 8vw;
  }
  #sec1 .row1 {
    max-width: none;
    width: 76.4vw;
    min-height: 63.3vw;
    margin: 0 auto 1vw;
    padding-bottom: 7vw;
  }
  #sec1 .row1 h2 {
    width: 55.3vw;
  }
  #sec1 .row1 .txt {
    font-size: 3.3vw;
    font-weight: 500;
    color: #595757;
    padding-left: 0px;
  }
  #sec1 .row2 h3 {
    font-size: 5.3vw;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 5vw;
    color: #4f4d4d;
  }
  #sec1 .row2 .txt {
    font-size: 13px;
    font-weight: 500;
    color: #4f4d4d;
  }
}

.tabs-switch {
  position: relative;
  z-index: 1;
}

.tabs-switch .tab-link {
  height: 255px;
  display: flex;
  justify-content: center;
  column-gap: 10px;
  text-align: center;
  padding: 0 10px;
}

.tabs-switch .tab-link li {
  max-width: 290px;
  width: 25%;
  height: 205px;
  margin-top: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 26px;
  font-weight: 700;
  border-radius: 20px 20px 0 0;
  background: linear-gradient(0deg, rgba(35, 24, 21, 0.15) 0%, white 20%);
  cursor: pointer;
  transition: 0.3s all ease;
  position: relative;
  padding-bottom: 34px;
}

.tabs-switch .tab-link li:before {
  content: '';
  height: 24px;
  background-image: url("../img/shared/icon_right4@2x.png");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 17px;
  transition: 0.3s all ease;
}

.tabs-switch .tab-link li span.db {
  color: #42403f;
  font-size: 24px;
  letter-spacing: 0.15em;
  margin-bottom: 20px;
}

.tabs-switch .tab-link li small.db {
  color: #4093dc;
  font-size: 22px;
  letter-spacing: 0.12em;
}

.tabs-switch .tab-link li:hover:before {
  transform: rotate(90deg);
}

.tabs-switch .tab-link li.active {
  height: 100%;
  background: #4093dc;
}

.tabs-switch .tab-link li.active:before {
  filter: brightness(0) invert(1);
  transform: rotate(90deg);
}

.tabs-switch .tab-link li.active span.db {
  color: #fff;
}

.tabs-switch .tab-link li.active small.db {
  color: #fff799;
}

.tabs-switch .tab-content {
  background: #4093dc;
  color: #fff;
  padding-bottom: 107px;
}

.tabs-switch .tab-content h3 {
  text-align: center;
  font-size: 30px;
  letter-spacing: 0.12em;
  font-weight: 700;
  opacity: 0.7;
  position: relative;
  padding-bottom: 12px;
}

.tabs-switch .tab-content h3:after {
  content: '';
  width: 328px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.tabs-switch .tab-content .row1 {
  position: relative;
  z-index: 1;
  padding: 76px 0 0;
}

.tabs-switch .tab-content .row1 h2 {
  line-height: 1.4;
  margin-bottom: 11px;
}

.tabs-switch .tab-content .row1 h2 span {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0.3em;
  margin-bottom: 2px;
}

.tabs-switch .tab-content #tab3 .row1 h2 span {
  font-size: 45px;
}

.tabs-switch .tab-content .row1 h2 small.db {
  font-size: 25px;
  letter-spacing: 0.12em;
}

.tabs-switch .tab-content .row0{
	position: relative;
	z-index: 1;
}

.tabs-switch .tab-content .row0 .btxt {
  font-size: 30px;
  line-height: 1.67;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 16px;
}

.tabs-switch .tab-content .row0 .txt {
  font-size: 20px;
  line-height: 39px;
  margin-bottom: 48px;
}

.tabs-switch .tab-content .row0 .img {
  max-width: 1194px;
  width: 100%;
  margin: 0 auto;
}

.tabs-switch .tab-content .row0 .img img {
  border-radius: 50px;
}

.tabs-switch .tab-content .row2 {
  position: relative;
  z-index: 0;
  padding: 98px 0 122px;
}

.tabs-switch .tab-content .row2:before {
  content: '';
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  right: 0;
  top: -120px;
  bottom: 0;
  z-index: -1;
}

.tabs-switch .tab-content .row2 h3 {
  margin-bottom: 38px;
}

.tabs-switch .tab-content .row2 .checklist {
  display: table;
  margin: 0 auto;
  font-size: 24px;
  line-height: 45px;
  font-weight: 500;
  letter-spacing: 0.08em;
	text-align: left;
}

.tabs-switch .tab-content .row2 .checklist li {
  padding-left: 60px;
  position: relative;
}

.tabs-switch .tab-content .row2 .checklist li:before {
  content: '';
  width: 44px;
  height: 35px;
  background-image: url("../img/shared/icon_check.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 6px;
}

.tabs-switch .tab-content .row2 .checklist li + li {
  margin-top: 20px;
}

.tabs-switch .tab-content .row3 {
  padding: 116px 0 128px;
}

.tabs-switch .tab-content .row3 h3 {
  margin-bottom: 33px;
}

.tabs-switch .tab-content .row3 .listbox {
  display: flex;
  justify-content: center;
  column-gap: 12px;
}

.tabs-switch .tab-content .row3 .listbox .box {
  max-width: 390px;
  width: calc(33.33% - 6px);
  min-height: 587px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border-radius: 38px;
  overflow: hidden;
  padding-bottom: 39px;
}

.tabs-switch .tab-content .row3 .listbox .box .img {
  margin-bottom: 17px;
}

.tabs-switch .tab-content .row3 .listbox .box .ttl {
  color: #4093dc;
  font-size: 25px;
  line-height: 1.64;
  letter-spacing: 0.12em;
  margin-bottom: 13px;
}

.tabs-switch .tab-content .row3 .listbox .box .txt {
  color: #727171;
  line-height: 31px;
  padding: 0 30px 0 20px;
	text-align: left;
}

.tabs-switch .tab-content .row3 .listitem {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 55px;
}

.tabs-switch .tab-content .row3 .listitem li {
  width: 231px;
}

.tabs-switch .tab-content .row4 {
  margin-bottom: 88px;
}

.tabs-switch .tab-content .row4 h3 {
  margin-bottom: 39px;
}

.tabs-switch .tab-content .row4 .btxt {
  font-size: 35px;
  line-height: 62px;
  margin-bottom: 22px;
}

.tabs-switch .tab-content .row4 .txt {
  font-size: 20px;
  line-height: 37px;
  margin-top: 24px;
}

.tabs-switch .tab-content .banner {
  max-width: 1199px;
  margin: 0 auto;
}

@media screen and (max-width: 1180px) {
  .tabs-switch .tab-link {
    height: 21.6vw;
    column-gap: 0.8vw;
    padding: 0 0.8vw;
  }
  .tabs-switch .tab-link li {
    height: 17.4vw;
    line-height: 2.2vw;
    border-radius: 1.7vw 1.7vw 0 0;
    padding-bottom: 2.9vw;
  }
  .tabs-switch .tab-link li:before {
    height: 2.0vw;
    background-size: 2.0vw;
    bottom: 1.4vw;
  }
  .tabs-switch .tab-link li span.db {
    font-size: 2.0vw;
    margin-bottom: 1.7vw;
  }
  .tabs-switch .tab-link li small.db {
    font-size: 1.8vw;
  }
  .tabs-switch .tab-content .row3 .listbox .box .ttl {
    font-size: 23px;
  }
}

@media screen and (max-width: 980px) {
  .tabs-switch .tab-content .row1 .btxt {
    font-size: 27px;
  }
  .tabs-switch .tab-content .row1 .txt {
    font-size: 18px;
  }
  .tabs-switch .tab-content .row3 .listbox {
    flex-wrap: wrap;
    row-gap: 12px;
  }
  .tabs-switch .tab-content .row3 .listbox .box {
    width: 48%;
  }
  .tabs-switch .tab-content .row3 .listitem li {
    width: 228px;
  }
}

@media screen and (max-width: 767px) {
  .tabs-switch .tab-link {
    height: auto;
    flex-wrap: wrap;
    gap: 2vw;
    padding: 0;
    margin-bottom: 6vw;
  }
  .tabs-switch .tab-link li {
    max-width: none;
    width: 40.4vw;
    height: 19vw;
    margin-top: 0;
    line-height: 3.5vw;
    border-radius: 2vw;
    background: #fff;
    padding-bottom: 0;
  }
  .tabs-switch .tab-link li:before {
    display: none;
  }
  .tabs-switch .tab-link li span.db {
    font-size: 3.3vw;
    letter-spacing: 0;
    margin-bottom: 0px;
  }
  .tabs-switch .tab-link li small.db {
    font-size: 2.7vw;
  }
  .tabs-switch .tab-link li img {
    width: 3.2vw;
    margin: 1vw auto 0;
  }
  .tabs-switch .tab-link li.active {
    height: 19vw;
  }
  .tabs-switch .tab-link li.active img {
    filter: brightness(0) invert(1);
    transform: rotate(90deg);
  }
  .tabs-switch .tab-content {
    padding-bottom: 15.2vw;
  }
  .tabs-switch .tab-content h3 {
    font-size: 4vw;
    padding-bottom: 1.5vw;
  }
  .tabs-switch .tab-content h3:after {
    width: 43.7vw;
    height: 1px;
  }
  .tabs-switch .tab-content .row1 {
    padding: 12.3vw 0 0;
  }
  .tabs-switch .tab-content .row1 h2 {
    margin-bottom: 4vw;
  }
  .tabs-switch .tab-content .row1 h2 span {
    font-size: 6.4vw;
    margin-bottom: 0.3vw;
  }
  .tabs-switch .tab-content #tab3 .row1 h2 span {
    font-size: 6vw;
    letter-spacing: 0;
  }
  .tabs-switch .tab-content .row1 h2 small.db {
    font-size: 3.3vw;
    font-weight: 700;
  }
	.tabs-switch .tab-content .row0{
		padding: 0 8vw;
	}
  .tabs-switch .tab-content .row0 .btxt {
    font-size: 15px;
    margin-bottom: 5vw;
  }
  .tabs-switch .tab-content .row0 .txt {
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 8vw;
  }
  .tabs-switch .tab-content .row0 .img {
    max-width: none;
  }
  .tabs-switch .tab-content .row0 .img img {
    border-radius: 0px;
  }
  .tabs-switch .tab-content .row2 {
    padding: 10vw 0 14.7vw;
  }
  .tabs-switch .tab-content .row2:before {
    top: -11vw;
  }
  .tabs-switch .tab-content .row2 h3 {
    margin-bottom: 4vw;
  }
  .tabs-switch .tab-content .row2 .checklist {
    font-size: 13px;
    line-height: 15px;
  }
  .tabs-switch .tab-content .row2 .checklist li {
    padding-left: 32px;
  }
  .tabs-switch .tab-content .row2 .checklist li:before {
    width: 22px;
    height: 18px;
    top: 6px;
  }
  .tabs-switch .tab-content .row2 .checklist li + li {
    margin-top: 15px;
  }
  .tabs-switch .tab-content .row3 {
    padding: 8.3vw 0 14.7vw;
  }
  .tabs-switch .tab-content .row3 h3 {
    margin-bottom: 6.9vw;
  }
  .tabs-switch .tab-content .row3 .listbox {
    display: block;
  }
  .tabs-switch .tab-content .row3 .listbox .box {
    max-width: none;
    width: 100%;
    min-height: auto;
    border-radius: 0;
    padding-bottom: 0;
    margin-bottom: 2.9vw;
    display: flex;
  }
  .tabs-switch .tab-content .row3 .listbox .box .img {
    width: 31vw;
    margin-bottom: 0;
  }
  .tabs-switch .tab-content .row3 .listbox .box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50%;
  }
  .tabs-switch .tab-content .row3 .listbox .box .col-text {
    width: calc(100% - 31vw);
    padding: 5vw 3.3vw;
  }
  .tabs-switch .tab-content .row3 .listbox .box .ttl {
    font-size: 4vw;
    line-height: 1.367;
    letter-spacing: 0;
    margin-bottom: 2vw;
  }
  .tabs-switch .tab-content .row3 .listbox .box .txt {
    line-height: 18px;
		font-size: 13px;
    padding: 0;
  }
  .tabs-switch .tab-content .row3 .listitem {
    gap: 1.3vw;
    margin: 10vw -3vw 0;
  }
  .tabs-switch .tab-content .row3 .listitem li {
    width: 27vw;
  }
  .tabs-switch .tab-content .row4 {
    margin-bottom: 8vw;
  }
  .tabs-switch .tab-content .row4 h3 {
    margin-bottom: 4vw;
  }
  .tabs-switch .tab-content .row4 .btxt {
    font-size: 4.7vw;
    line-height: 8.3vw;
    margin: 0 -2vw 4vw;
  }
  .tabs-switch .tab-content .row4 .btxt.cl-yellow {
    font-weight: 700;
  }
  .tabs-switch .tab-content .row4 .txt {
    font-size: 13px;
    line-height: 20px;
    margin-top: 5vw;
  }
  .tabs-switch .tab-content .row5 #banner-contact {
    padding: 0 8vw;
  }
}
