#_fv {
  /* padding-top: 83px; */
}
#_fv .sec-img {
  display: flex;
  justify-content: center;
  overflow: hidden;
}
#_fv .sec-img picture {
  display: block;
  flex-shrink: 0;
  width: 1366px;
  min-width: 100%;
  max-width: 150%;
  height: auto;
}
/* SP */
@media screen and (max-width: 767px) {
  #_fv .sec-img picture {
    width: 750px;
    max-width: 200%;
  }
}

#_intro {
  padding-top: 60px;
  padding-bottom: 60px;
}
#_intro .sec-title {
  margin-bottom: 18px;
}
#_intro .sec-title .large {
  padding-right: .2em;
  margin-right: .2em;
}
@media screen and (max-width: 767px) {
  #_intro {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

#_about {
  overflow-x: hidden;
  padding-top: 40px;
  padding-bottom: 60px;
}
#_about .sec-title{
  margin-bottom: 30px;
}
#_about .sec-title .large {
  margin: 0 .5em;
}
#_about .sec-text {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.75;
  margin-bottom: 40px;
}
#_about .sec-list {
  counter-reset: num;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  letter-spacing: .02em;
  margin-bottom: 40px;
}
#_about .sec-list .item {
  position: relative;
  padding: 38px 5rem 42px;
  background: #fff;
  border-radius: 20px;
  z-index: 2;
}
#_about .sec-list .item::before {
  counter-increment: num;
  content: counter(num);
  position: absolute;
  top: 0;
  left: 3rem;
  z-index: -1;
  color: var(--c-main-light);
  font-family: var(--ff-en);
  font-size: 115px;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
}
#_about .sec-list .title {
  margin-bottom: 35px;
  color: var(--c-main);
  font-size: 30px;
  font-size: clamp(25px, 3vw, 30px);
  font-weight: 700;
  text-align: center;
}
#_about .sec-list .text {
  line-height: 1.875;
}
#_about .sec-list .img {
  margin-top: 30px;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #_about {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #_about .sec-title{
    margin-bottom: 20px;
  }
  #_about .sec-text {
    font-size: 14px;
    margin-bottom: 20px;
  }
  #_about .sec-list {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 547px;
    margin: 0 auto 40px;
  }
  #_about .sec-list .item {
    padding: 32px 17px 20px;
  }
  #_about .sec-list .item::before {
    top: 13px;
    left: 17px;
    font-size: 70px;
  }
  #_about .sec-list .title {
    margin-bottom: 28px;
    font-size: 20px;
    padding-left: 12px;
  }
  #_about .sec-list .text {
    font-size: 12px;
  }
  #_about .sec-list .img {
    margin-top: 20px;
  }
}

#_style {
  padding-top: 60px;
}
#_style .sec-title{
  margin-bottom: 14px;
}
#_style .sec-title .c-marker {
  margin-right: .5em;
}
#_style .sec-text {
  text-align: center;
  line-height: 1.75;
  letter-spacing: .02em;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  #_style {
    padding-top: 30px;
  }
  #_style .sec-title .c-marker {
    margin-right: 0;
  }
  #_style .sec-text {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

#_lineup {
  padding-top: 60px;
}
#_lineup .sec-title{
  margin-bottom: 40px;
}
#_lineup .sec-title .c-marker {
  margin-right: .5em;
}
@media screen and (max-width: 767px) {
  #_lineup {
    padding-top: 30px;
  }
  #_lineup .sec-title{
    margin-bottom: 20px;
  }
  #_lineup .sec-title .c-marker {
    margin-right: .1em;
  }
}

#_thoughts {
  padding-top: 60px;
}
#_thoughts .sec-inner {
  position: relative;
  padding: 67px 20px 76px;
  background: url(../img/index/thoughts_bg.jpg) center/cover no-repeat;
  border-radius: 20px;
  overflow: hidden;
  z-index: 2;
}
#_thoughts .sec-inner::before,
#_thoughts .sec-inner::after {
  content: "";
  position: absolute;
  top: 65px;
  width: 11.8rem;
  height: 15.2rem;
  background: url(../img/index/thoughts_deco-1.svg) center/contain no-repeat;
  z-index: -1;
}
#_thoughts .sec-inner::before {
  left: 9rem;
}
#_thoughts .sec-inner::after {
  right: 10rem;
  background-image: url(../img/index/thoughts_deco-2.svg);
}
#_thoughts .sec-title {
  color: #fff;
  font-size: 34px;
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 700;
  text-align: center;
  line-height: 1.44;
  margin-bottom: 28px;
}
#_thoughts .sec-title::after {
  content: "";
  display: block;
  height: 27px;
  margin-top: 24px;
  background: url(../img/common/icon-title-white.svg) center/contain no-repeat;
}
#_thoughts .sec-title .large {
  font-size: 1.23em;
}
#_thoughts .sec-text {
  position: relative;
  width: 100%;
  max-width: 707px;
  margin: 0 auto;
  padding: 30px 10px;
  background: #fff;
  border-radius: 15px;
  z-index: 2;
  color: var(--c-main);
  font-size: 22px;
  font-weight: 700;
  line-height: 2.09;
  text-align: center;
}
#_thoughts .sec-text::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 2px solid #6CB7F7;
  border-radius: inherit;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #_thoughts {
    padding: 30px 7px 0;
  }
  #_thoughts .sec-inner {
    padding: 33px 15px 20px;
    border-radius: 20px;
  }
  #_thoughts .sec-inner::before,
  #_thoughts .sec-inner::after {
    display: none;
  }
  #_thoughts .sec-title {
    font-size: 18px;
    margin-bottom: 18px;
  }
  #_thoughts .sec-title::after {
    height: 14px;
    margin-top: 17px;
  }
  #_thoughts .sec-title .large {
    font-size: 24px;
  }
  #_thoughts .sec-text {
    padding: 27px 18px;
    font-size: 16px;
  }
  #_thoughts .sec-text::before {
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
}

#_example {
  overflow-x: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
}
#_example .sec-title {
  margin-bottom: 40px;
}
#_example .sec-title .c-marker {
  margin-right: .5em;
}
#_example .sec-btn {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #_example {
    padding: 30px 18px;
  }
  #_example .sec-title {
    margin-bottom: 20px;
  }
  #_example .sec-btn {
    margin-top: 30px;
  }
}

