@charset "UTF-8";
/*アニメーション
----------------------------*/
@keyframes fadeInSimple {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes sliderPagination {
  0% {
    transform: scaleX(0);
    opacity: 0;
  }
  100% {
    transform: scaleX(1);
    opacity: 1;
  }
}
/*共通
----------------------------*/
.l-container {
  width: 100%;
}

.l-header {
  padding: 0;
  position: relative;
  z-index: 999;
  background-color: #fff;
  overflow-x: clip;
}

.l-footer {
  padding: 0;
  position: relative;
  z-index: 999;
  background-color: #fff;
  overflow-x: clip;
}

.pc-footer {
  margin: 0;
}

.feature-snslist {
  position: relative;
  z-index: 3;
}

#feature {
  width: 100%;
  margin: 0 auto;
  color: #000;
  box-sizing: border-box;
  text-align: center;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-feature-settings: "palt";
  position: relative;
  overflow-x: clip;
  opacity: 0;
  transition: 0.3s;
  background-color: #000076;
}
#feature.is_show {
  opacity: 1;
}
#feature * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
#feature a {
  width: 100%;
  height: auto;
  display: block;
  color: #000;
  transition: 0.3s;
}
#feature a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#feature figure {
  background-color: #fff;
}
#feature img {
  width: 100%;
  height: auto;
  display: block;
}
#feature video {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#feature .js_anime.is_fadein {
  opacity: 0;
  translate: 0 calc(30 * var(--formula));
  transition: opacity 2s ease, translate 2s ease;
}
#feature .js_anime .is_fadein {
  opacity: 0;
  translate: 0 calc(30 * var(--formula));
  transition: opacity 2s ease, translate 2s ease;
}
#feature .js_anime.is_blur {
  opacity: 0.4;
  filter: blur(10px);
  transition: 0.8s ease-out;
}
#feature .js_anime .is_blur {
  opacity: 0.4;
  filter: blur(10px);
  transition: 0.8s ease-out;
}
#feature .js_anime.is_show.is_fadein {
  opacity: 1;
  translate: 0;
}
#feature .js_anime.is_show .is_fadein {
  opacity: 1;
  translate: 0;
}
#feature .js_anime.is_show.is_blur {
  opacity: 1;
  filter: blur(0);
}
#feature .js_anime.is_show .is_blur {
  opacity: 1;
  filter: blur(0);
}

#feature {
  /*メインビジュアル（.hero)
    ----------------------------*/
}
#feature .hero {
  position: relative;
}
#feature .hero .hero__img {
  opacity: 0;
  filter: alpha(opacity=0);
}
#feature .hero .hero__logo {
  width: calc(508 * var(--vw) / 1400);
  padding-top: calc(18 * var(--vw) / 1400);
  padding-left: calc(10 * var(--vw) / 1400);
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translate3d(0, 2%, 0);
  opacity: 0;
  filter: alpha(opacity=0);
}
#feature .hero.is_show .hero__img {
  transition: opacity 880ms 440ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 1;
  filter: none;
}
#feature .hero.is_show .hero__logo {
  opacity: 1;
  filter: none;
  transform: translate3d(0, 0, 0);
  transition: opacity 380ms 1220ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 380ms 1220ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#feature .main {
  display: flex;
}
#feature .main .left {
  height: calc(100vh - 80px);
  flex: 1;
  position: sticky;
  top: 80px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000076;
}
#feature .main .left .left__img {
  width: calc(269 * var(--vw) / 1400);
}
#feature .main .right {
  height: calc(100vh - 80px);
  flex: 1;
  position: sticky;
  top: 80px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000076;
}
#feature .main .right .right__img {
  width: calc(269 * var(--vw) / 1400);
}
#feature .main .center {
  width: calc(450 * var(--vw) / 1400);
  overflow-x: clip;
  position: relative;
}
#feature .main .center .center__txtarea {
  height: calc(287 * var(--vw) / 1400);
  padding-bottom: calc(2 * var(--vw) / 1400);
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#feature .main .center .center__txtarea .center__txt {
  font-size: calc(13.8 * var(--vw) / 1400);
  line-height: calc(24 * var(--vw) / 1400);
  letter-spacing: 0.03em;
}
#feature .sec {
  position: relative;
  z-index: 2;
}
#feature .sec .sec__inner {
  width: 100%;
  background-color: #fff;
  position: relative;
}
#feature .sec .sec__inner .sec__innerbg {
  width: calc(680 * var(--vw) * 0.3214285714 / 750);
  margin: 0 auto;
  background-color: #fff;
  position: relative;
}
#feature .sec .sec__inner .sec__innerbg.sec__innerbg01 {
  padding-top: calc(178 * var(--vw) * 0.3214285714 / 750);
  padding-bottom: calc(180 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__inner .sec__innerbg.sec__innerbg02 {
  padding-top: calc(172 * var(--vw) * 0.3214285714 / 750);
  padding-bottom: calc(554 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__inner .sec__innerbg.sec__innerbg03 {
  padding-top: calc(200 * var(--vw) * 0.3214285714 / 750);
  padding-bottom: calc(285 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__credit {
  width: 100%;
  position: absolute;
  z-index: 20;
}
#feature .sec .sec__credit .credit {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#feature .sec .sec__credit .credit .item {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#feature .sec .sec__credit .credit .item .link {
  width: -moz-fit-content;
  width: fit-content;
}
#feature .sec .sec__credit .credit .item .link p {
  font-family: "nimbus-sans", sans-serif;
  font-weight: 400;
  font-size: calc(24 * var(--vw) * 0.3214285714 / 750);
  line-height: calc(34 * var(--vw) * 0.3214285714 / 750);
  letter-spacing: 0.027em;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: calc(2 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__credit.sec__credit01 {
  bottom: calc(38 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__credit.sec__credit02 {
  bottom: calc(38 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__credit.sec__credit03 {
  bottom: calc(34 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__credit.sec__credit04 {
  bottom: calc(36 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__block {
  width: 100%;
  position: relative;
  background-color: #fff;
}
#feature .sec .sec__movie {
  width: 100%;
  aspect-ratio: 9/16;
  position: relative;
  overflow: hidden;
}
#feature .sec .sec__movie .mutebtn {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: calc(14 * var(--vw) * 0.3214285714 / 750);
  right: calc(12 * var(--vw) * 0.3214285714 / 750);
  pointer-events: auto;
  cursor: pointer;
  transition: 0.3s;
}
#feature .sec .sec__movie .mutebtn:hover {
  opacity: 0.7;
}
#feature .sec .sec__movie .mutebtn .mutebtn__txt {
  font-family: "nimbus-sans", sans-serif;
  font-size: calc(17.42 * var(--vw) * 0.3214285714 / 750);
  line-height: 1;
  letter-spacing: 0.03em;
  color: #fff;
}
#feature .sec .sec__movie .mutebtn .mutebtn__txt span {
  transition: 1s;
}
#feature .sec .sec__movie .mutebtn .mutebtn__txt span.mutebtn__offtxt {
  opacity: 1;
}
#feature .sec .sec__movie .mutebtn .mutebtn__txt span.mutebtn__ontxt {
  opacity: 0.7;
}
#feature .sec .sec__movie .mutebtn .mutebtn__icon {
  width: calc(42 * var(--vw) * 0.3214285714 / 750);
  margin: calc(8 * var(--vw) * 0.3214285714 / 750) auto 0;
}
#feature .sec .sec__movie .mutebtn.on .mutebtn__txt span.mutebtn__offtxt {
  opacity: 0.7;
}
#feature .sec .sec__movie .mutebtn.on .mutebtn__txt span.mutebtn__ontxt {
  opacity: 1;
}
#feature .sec .sec__img {
  position: relative;
}
#feature .sec .sec__img.sec__img01 {
  width: calc(550 * var(--vw) * 0.3214285714 / 750);
  margin-left: calc(26 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__img.sec__img02 {
  width: calc(550 * var(--vw) * 0.3214285714 / 750);
  margin: calc(72 * var(--vw) * 0.3214285714 / 750) 0 0 calc(106 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__img.sec__img03 {
  width: calc(600 * var(--vw) * 0.3214285714 / 750);
  margin: calc(82 * var(--vw) * 0.3214285714 / 750) auto 0;
}
#feature .sec .sec__img.sec__img04 {
  width: calc(600 * var(--vw) * 0.3214285714 / 750);
  margin: calc(180 * var(--vw) * 0.3214285714 / 750) auto 0;
}
#feature .sec .sec__img.sec__img05 {
  width: calc(550 * var(--vw) * 0.3214285714 / 750);
  margin: calc(68 * var(--vw) * 0.3214285714 / 750) auto 0;
}
#feature .sec .sec__img.sec__img06 {
  width: calc(550 * var(--vw) * 0.3214285714 / 750);
  margin: calc(80 * var(--vw) * 0.3214285714 / 750) 0 0 calc(26 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__img.sec__img07 {
  width: calc(550 * var(--vw) * 0.3214285714 / 750);
  margin: calc(68 * var(--vw) * 0.3214285714 / 750) 0 0 calc(106 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__img.sec__img08 {
  width: calc(600 * var(--vw) * 0.3214285714 / 750);
  margin: 0 auto;
}
#feature .sec .sec__img.sec__img09 {
  width: calc(600 * var(--vw) * 0.3214285714 / 750);
  margin: calc(90 * var(--vw) * 0.3214285714 / 750) auto 0;
}
#feature .sec .sec__img.sec__img10 {
  width: calc(600 * var(--vw) * 0.3214285714 / 750);
  margin: calc(72 * var(--vw) * 0.3214285714 / 750) auto 0;
}
#feature .sec .sec__img.sec__img11 {
  width: calc(600 * var(--vw) * 0.3214285714 / 750);
  margin: calc(86 * var(--vw) * 0.3214285714 / 750) auto 0;
}
#feature .sec .sec__img.sec__img12 {
  width: calc(600 * var(--vw) * 0.3214285714 / 750);
  margin: 0 auto;
}
#feature .sec .sec__img.sec__img13 {
  width: calc(550 * var(--vw) * 0.3214285714 / 750);
  margin: calc(82 * var(--vw) * 0.3214285714 / 750) 0 0 calc(106 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__img.sec__img14 {
  width: calc(550 * var(--vw) * 0.3214285714 / 750);
  margin: calc(68 * var(--vw) * 0.3214285714 / 750) 0 0 calc(42 * var(--vw) * 0.3214285714 / 750);
  z-index: 2;
}
#feature .sec .sec__img.sec__img15 {
  width: 100%;
}
#feature .sec .sec__bgimg {
  width: calc(450 * var(--vw) * 0.3214285714 / 750);
  position: absolute;
  top: calc(100% - 76 * var(--vw) * 0.3214285714 / 750);
  right: calc(24 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__txt {
  font-size: calc(23 * var(--vw) * 0.3214285714 / 750);
  line-height: calc(40 * var(--vw) * 0.3214285714 / 750);
  letter-spacing: 0.05em;
  position: relative;
}
#feature .sec .sec__txt.sec__txt01 {
  margin-top: calc(70 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__txt.sec__txt02 {
  margin-top: calc(70 * var(--vw) * 0.3214285714 / 750);
  line-height: calc(43 * var(--vw) * 0.3214285714 / 750);
  letter-spacing: 0.04em;
}
#feature .sec .sec__txt.sec__txt03 {
  margin-top: calc(72 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__txt.sec__txt04 {
  width: calc(650 * var(--vw) * 0.3214285714 / 750);
  margin: calc(40 * var(--vw) * 0.3214285714 / 750) auto 0;
  line-height: calc(43 * var(--vw) * 0.3214285714 / 750);
  letter-spacing: 0.055em;
  color: #fff;
  text-align: justify;
}
#feature .sec .sec__txt.sec__txt05 {
  width: calc(600 * var(--vw) * 0.3214285714 / 750);
  margin: calc(40 * var(--vw) * 0.3214285714 / 750) auto 0;
  line-height: calc(43 * var(--vw) * 0.3214285714 / 750);
  letter-spacing: 0.1em;
  color: #fff;
  text-align: justify;
}
#feature .sec .sec__txt.sec__txt06 {
  width: calc(600 * var(--vw) * 0.3214285714 / 750);
  margin: calc(40 * var(--vw) * 0.3214285714 / 750) auto 0;
  line-height: calc(43 * var(--vw) * 0.3214285714 / 750);
  letter-spacing: 0.085em;
  color: #fff;
  text-align: justify;
}
#feature .sec .sec__txt.sec__txt07 {
  width: calc(600 * var(--vw) * 0.3214285714 / 750);
  margin: calc(40 * var(--vw) * 0.3214285714 / 750) auto 0;
  line-height: calc(43 * var(--vw) * 0.3214285714 / 750);
  letter-spacing: 0.08em;
  color: #fff;
  text-align: justify;
}
#feature .sec .sec__txt.sec__txt08 {
  width: 100%;
  letter-spacing: 0.065em;
  position: absolute;
  top: calc(20 * var(--vw) * 0.3214285714 / 750);
  left: 0;
  z-index: 2;
}
#feature .sec .sec__bgarea {
  width: 100%;
  padding-top: calc(80 * var(--vw) * 0.3214285714 / 750);
  padding-bottom: calc(184 * var(--vw) * 0.3214285714 / 750);
  position: relative;
  clip-path: inset(0);
  z-index: -1;
}
#feature .sec .sec__bgarea .sec__bg {
  position: fixed;
  top: 0;
  width: calc(750 * var(--vw) * 0.3214285714 / 750);
  height: 100%;
  background-image: url(../img/bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
#feature .sec .sec__bgarea .sec__block {
  background-color: transparent;
}
#feature .sec .sec__profarea {
  width: calc(650 * var(--vw) * 0.3214285714 / 750);
  padding-bottom: calc(70 * var(--vw) * 0.3214285714 / 750);
  margin: 0 auto;
  border-top: 1px solid #000076;
  border-bottom: 1px solid #000076;
  position: relative;
}
#feature .sec .sec__ttl {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 calc(12 * var(--vw) * 0.3214285714 / 750);
  margin: 0 auto;
  font-family: "nimbus-sans", sans-serif;
  font-weight: 700;
  font-size: calc(35 * var(--vw) * 0.3214285714 / 750);
  line-height: 1;
  letter-spacing: 0.06em;
  color: #000076;
  background-color: #fff;
  position: absolute;
  top: calc(-16 * var(--vw) * 0.3214285714 / 750);
  left: 0;
  right: 0;
}
#feature .sec .sec__prof .sec__profhead {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
#feature .sec .sec__prof .sec__profhead .sec__profimg {
  width: calc(300 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__prof .sec__profhead .sec__profname {
  font-size: calc(23 * var(--vw) * 0.3214285714 / 750);
  line-height: calc(40 * var(--vw) * 0.3214285714 / 750);
  letter-spacing: 0.05em;
  text-align: left;
  white-space: nowrap;
  position: absolute;
  top: 49%;
  left: calc(100% + 40 * var(--vw) * 0.3214285714 / 750);
  transform: translateY(-50%);
}
#feature .sec .sec__prof .sec__proftxt {
  margin-top: calc(28 * var(--vw) * 0.3214285714 / 750);
  font-size: calc(23 * var(--vw) * 0.3214285714 / 750);
  line-height: calc(43 * var(--vw) * 0.3214285714 / 750);
  letter-spacing: 0.08em;
  text-align: justify;
}
#feature .sec .sec__prof.sec__prof01 {
  margin-top: calc(92 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__prof.sec__prof02 {
  margin-top: calc(90 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__prof.sec__prof02 .sec__proftxt {
  margin-top: calc(29 * var(--vw) * 0.3214285714 / 750);
  letter-spacing: 0.088em;
}
#feature .sec .sec__prof.sec__prof03 {
  margin-top: calc(88 * var(--vw) * 0.3214285714 / 750);
}
#feature .sec .sec__prof.sec__prof03 .sec__proftxt {
  margin-top: calc(30 * var(--vw) * 0.3214285714 / 750);
  letter-spacing: 0.085em;
}
#feature .sec .sec__btn {
  width: calc(90 * var(--vw) / 1400);
  margin: calc(168 * var(--vw) / 1400) auto 0;
  position: relative;
  z-index: 2;
}
#feature .sec .sec__btn a {
  padding-bottom: calc(4 * var(--vw) / 1400);
  font-family: "nimbus-sans", sans-serif;
  font-weight: 400;
  font-size: calc(18 * var(--vw) / 1400);
  line-height: 1;
  letter-spacing: 0.02em;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 1400px) {
  #feature .main {
    display: flex;
  }
  #feature .main .left {
    height: calc(100vh - 80px);
    flex: 1;
    position: sticky;
    top: 80px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000076;
  }
  #feature .main .left .left__img {
    width: 269px;
  }
  #feature .main .right {
    height: calc(100vh - 80px);
    flex: 1;
    position: sticky;
    top: 80px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000076;
  }
  #feature .main .right .right__img {
    width: 269px;
  }
  #feature .main .center {
    width: 450px;
    overflow-x: clip;
    position: relative;
  }
  #feature .main .center .center__txtarea {
    height: 287px;
    padding-bottom: 2px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #feature .main .center .center__txtarea .center__txt {
    font-size: 13.8px;
    line-height: 24px;
    letter-spacing: 0.03em;
  }
  #feature .sec {
    position: relative;
    z-index: 2;
  }
  #feature .sec .sec__inner {
    width: 100%;
    background-color: #fff;
    position: relative;
  }
  #feature .sec .sec__inner .sec__innerbg {
    width: 408px;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
  }
  #feature .sec .sec__inner .sec__innerbg.sec__innerbg01 {
    padding-top: 106.8px;
    padding-bottom: 108px;
  }
  #feature .sec .sec__inner .sec__innerbg.sec__innerbg02 {
    padding-top: 103.2px;
    padding-bottom: 332.4px;
  }
  #feature .sec .sec__inner .sec__innerbg.sec__innerbg03 {
    padding-top: 120px;
    padding-bottom: 171px;
  }
  #feature .sec .sec__credit {
    width: 100%;
    position: absolute;
    z-index: 20;
  }
  #feature .sec .sec__credit .credit {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  #feature .sec .sec__credit .credit .item {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  #feature .sec .sec__credit .credit .item .link {
    width: -moz-fit-content;
    width: fit-content;
  }
  #feature .sec .sec__credit .credit .item .link p {
    font-family: "nimbus-sans", sans-serif;
    font-weight: 400;
    font-size: 14.4px;
    line-height: 20.4px;
    letter-spacing: 0.027em;
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 1.2px;
  }
  #feature .sec .sec__credit.sec__credit01 {
    bottom: 22.8px;
  }
  #feature .sec .sec__credit.sec__credit02 {
    bottom: 22.8px;
  }
  #feature .sec .sec__credit.sec__credit03 {
    bottom: 20.4px;
  }
  #feature .sec .sec__credit.sec__credit04 {
    bottom: 21.6px;
  }
  #feature .sec .sec__block {
    width: 100%;
    position: relative;
    background-color: #fff;
  }
  #feature .sec .sec__movie {
    width: 100%;
    aspect-ratio: 9/16;
    position: relative;
    overflow: hidden;
  }
  #feature .sec .sec__movie .mutebtn {
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    bottom: 8.4px;
    right: 7.2px;
    pointer-events: auto;
  }
  #feature .sec .sec__movie .mutebtn .mutebtn__txt {
    font-family: "nimbus-sans", sans-serif;
    font-size: 10.452px;
    line-height: 1;
    letter-spacing: 0.03em;
    color: #fff;
  }
  #feature .sec .sec__movie .mutebtn .mutebtn__txt span {
    transition: 1s;
  }
  #feature .sec .sec__movie .mutebtn .mutebtn__txt span.mutebtn__offtxt {
    opacity: 1;
  }
  #feature .sec .sec__movie .mutebtn .mutebtn__txt span.mutebtn__ontxt {
    opacity: 0.7;
  }
  #feature .sec .sec__movie .mutebtn .mutebtn__icon {
    width: 25.2px;
    margin: 4.8px auto 0;
  }
  #feature .sec .sec__movie .mutebtn.on .mutebtn__txt span.mutebtn__offtxt {
    opacity: 0.7;
  }
  #feature .sec .sec__movie .mutebtn.on .mutebtn__txt span.mutebtn__ontxt {
    opacity: 1;
  }
  #feature .sec .sec__img {
    position: relative;
  }
  #feature .sec .sec__img.sec__img01 {
    width: 330px;
    margin-left: 15.6px;
  }
  #feature .sec .sec__img.sec__img02 {
    width: 330px;
    margin: 43.2px 0 0 63.6px;
  }
  #feature .sec .sec__img.sec__img03 {
    width: 360px;
    margin: 49.2px auto 0;
  }
  #feature .sec .sec__img.sec__img04 {
    width: 360px;
    margin: 108px auto 0;
  }
  #feature .sec .sec__img.sec__img05 {
    width: 330px;
    margin: 40.8px auto 0;
  }
  #feature .sec .sec__img.sec__img06 {
    width: 330px;
    margin: 48px 0 0 15.6px;
  }
  #feature .sec .sec__img.sec__img07 {
    width: 330px;
    margin: 40.8px 0 0 63.6px;
  }
  #feature .sec .sec__img.sec__img08 {
    width: 360px;
    margin: 0 auto;
  }
  #feature .sec .sec__img.sec__img09 {
    width: 360px;
    margin: 54px auto 0;
  }
  #feature .sec .sec__img.sec__img10 {
    width: 360px;
    margin: 43.2px auto 0;
  }
  #feature .sec .sec__img.sec__img11 {
    width: 360px;
    margin: 51.6px auto 0;
  }
  #feature .sec .sec__img.sec__img12 {
    width: 360px;
    margin: 0 auto;
  }
  #feature .sec .sec__img.sec__img13 {
    width: 330px;
    margin: 49.2px 0 0 63.6px;
  }
  #feature .sec .sec__img.sec__img14 {
    width: 330px;
    margin: 40.8px 0 0 25.2px;
    z-index: 2;
  }
  #feature .sec .sec__img.sec__img15 {
    width: 100%;
  }
  #feature .sec .sec__bgimg {
    width: 270px;
    position: absolute;
    top: calc(100% - 45.6px);
    right: 14.4px;
  }
  #feature .sec .sec__txt {
    font-size: 13.8px;
    line-height: 24px;
    letter-spacing: 0.05em;
    position: relative;
  }
  #feature .sec .sec__txt.sec__txt01 {
    margin-top: 42px;
  }
  #feature .sec .sec__txt.sec__txt02 {
    margin-top: 42px;
    line-height: 25.8px;
    letter-spacing: 0.04em;
  }
  #feature .sec .sec__txt.sec__txt03 {
    margin-top: 43.2px;
  }
  #feature .sec .sec__txt.sec__txt04 {
    width: 390px;
    margin: 24px auto 0;
    line-height: 25.8px;
    letter-spacing: 0.055em;
    color: #fff;
    text-align: justify;
  }
  #feature .sec .sec__txt.sec__txt05 {
    width: 360px;
    margin: 24px auto 0;
    line-height: 25.8px;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: justify;
  }
  #feature .sec .sec__txt.sec__txt06 {
    width: 360px;
    margin: 24px auto 0;
    line-height: 25.8px;
    letter-spacing: 0.085em;
    color: #fff;
    text-align: justify;
  }
  #feature .sec .sec__txt.sec__txt07 {
    width: 360px;
    margin: 24px auto 0;
    line-height: 25.8px;
    letter-spacing: 0.08em;
    color: #fff;
    text-align: justify;
  }
  #feature .sec .sec__txt.sec__txt08 {
    width: 100%;
    letter-spacing: 0.065em;
    position: absolute;
    top: 12px;
    left: 0;
    z-index: 2;
  }
  #feature .sec .sec__bgarea {
    width: 100%;
    padding-top: 48px;
    padding-bottom: 110.4px;
    position: relative;
    clip-path: inset(0);
    z-index: -1;
  }
  #feature .sec .sec__bgarea .sec__bg {
    position: fixed;
    top: 0;
    width: 450px;
    height: 100%;
    background-image: url(../img/bg01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  #feature .sec .sec__bgarea .sec__block {
    background-color: transparent;
  }
  #feature .sec .sec__profarea {
    width: 390px;
    padding-bottom: 42px;
    margin: 0 auto;
    border-top: 1px solid #000076;
    border-bottom: 1px solid #000076;
    position: relative;
  }
  #feature .sec .sec__ttl {
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 7.2px;
    margin: 0 auto;
    font-family: "nimbus-sans", sans-serif;
    font-weight: 700;
    font-size: 21px;
    line-height: 1;
    letter-spacing: 0.06em;
    color: #000076;
    background-color: #fff;
    position: absolute;
    top: -9.6px;
    left: 0;
    right: 0;
  }
  #feature .sec .sec__prof .sec__profhead {
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
  }
  #feature .sec .sec__prof .sec__profhead .sec__profimg {
    width: 180px;
  }
  #feature .sec .sec__prof .sec__profhead .sec__profname {
    font-size: 13.8px;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-align: left;
    white-space: nowrap;
    position: absolute;
    top: 49%;
    left: calc(100% + 24px);
    transform: translateY(-50%);
  }
  #feature .sec .sec__prof .sec__proftxt {
    margin-top: 16.8px;
    font-size: 13.8px;
    line-height: 25.8px;
    letter-spacing: 0.08em;
    text-align: justify;
  }
  #feature .sec .sec__prof.sec__prof01 {
    margin-top: 55.2px;
  }
  #feature .sec .sec__prof.sec__prof02 {
    margin-top: 54px;
  }
  #feature .sec .sec__prof.sec__prof02 .sec__proftxt {
    margin-top: 17.4px;
    letter-spacing: 0.088em;
  }
  #feature .sec .sec__prof.sec__prof03 {
    margin-top: 52.8px;
  }
  #feature .sec .sec__prof.sec__prof03 .sec__proftxt {
    margin-top: 18px;
    letter-spacing: 0.085em;
  }
  #feature .sec .sec__btn {
    width: 90px;
    margin: 168px auto 0;
    position: relative;
    z-index: 2;
  }
  #feature .sec .sec__btn a {
    padding-bottom: 4px;
    font-family: "nimbus-sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.02em;
    border-bottom: 1px solid #000;
  }
}/*# sourceMappingURL=style.css.map */