/*!
global > content-width
------------------------------
*/ :root {
  --width-content: 640px
} /*!
global > font
------------------------------
*/ :root {
  --font-family-base: "Noto Sans JP", sans-serif
} /*!
foundation > reset
------------------------------
*/ html {
  background: #fff;
  color: #000
}
body, div, ul, li, h1, h2, h3, h4, p {
  margin: 0;
  padding: 0
}
img {
  border: 0
}
ul {
  list-style: none
}
h1, h2, h3, h4 {
  font-weight: 400;
  font-size: 100%
}
a {
  color: inherit;
  text-decoration: none
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
svg {
  display: block
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
button {
  padding: 0;
  border: none;
  outline: none;
  appearance: none;
  background: none;
  cursor: pointer;
}
/* --------------------
common
-------------------- */
body {
  color: var(--color-font-base);
  font-size: 14px;
  line-height: 1.8;
  font-family: var(--font-family-base);
  background-color: #f3f6f8;
  background-attachment: fixed;
  position: relative;
}
main {
  max-width: var(--width-content);
  margin-right: auto;
  margin-left: auto;
  background: #fff;
  box-shadow: 0px 5px 15px 0px rgb(179 163 144 / 38%);
}
@media screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
  body::before, body::after {
    content: none;
  }
}
@media screen and (min-width: 751px) {
  .sp {
    display: none !important;
  }
}
/*CTA*/
.cv_btn img {
  animation: anime1 0.5s ease 0s infinite alternate;
  transform-origin: center;
}
@keyframes anime1 {
  from {
    transform: scale(0.9, 0.9);
  }
  to {
    transform: scale(1, 1);
  }
}
/*fixed-CTA*/
.fixed-elements {
  display: none;
  max-width: var(--width-content);
  margin-right: auto;
  margin-left: auto;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px 0;
  background: #ffffff94;
  z-index: 1000;
}
.fixed-elements .cv_btn {
  padding: 0 1.3vw 0 3vw;
}
.fixed-elements .cv_btn img {
  animation: none;
}
.fixed-elements.appear {
  transition: opacity .4s
}
.fixed-elements.stop {
  opacity: 0;
  height: 0;
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.contents {
  padding: 15% 0;
}
.js-slideup {
  opacity: 0;
  visibility: hidden;
  transition: all 1.3s;
}
.js-slide-active {
  opacity: 1;
  visibility: visible;
}
/* --------------------
#header
-------------------- */
#header {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_logo {
  width: 21%;
  padding: 2.3% 0;
  margin-left: 6px;
}
#header .cv_btn {
  width: 51%;
  padding-top: 1%;
}
#header .cv_btn img {
  animation: none;
}
/* --------------------
#mv
-------------------- */
#mv {
  position: relative;
}
#mv .cv_btn {
  position: absolute;
  bottom: 1vw;
  padding: 0 1.3vw 0 3vw;
}
/* --------------------
#unlimited
-------------------- */
#unlimited {
  background: url("/img/lp/b331/unlimited_bg.png")no-repeat #fff;
  background-size: 100% auto;
  padding: 15% 0 5%;
}
#unlimited h2 {
  width: 86%;
  margin: -4% auto 5%;
}
.brand_contents {
  width: 90%;
  margin: 0 auto;
}
.brand {
  background: #F5F5F5;
  border-radius: 0 0 30px 30px;
}
.brand_top {
  padding: 5% 0 0;
}
summary {
  display: block;
  list-style: none;
  padding: 0.5vw 6.3vw 2.5vw 9vw;
}
/* 一部ブラウザで消えなかった場合は以下も追記 */
summary::-webkit-details-marker {
  display: none;
}
details[open] summary {
  display: none;
}
.brand_bottom img {
  border-radius: 0 0 30px 30px;
}
/* --------------------
#worries
-------------------- */
#worries {
  background: url("/img/lp/b331/worries_bg.png")no-repeat #fff;
  background-size: cover;
  padding-bottom: 30%;
}
#worries h2 {
  width: 74%;
  margin: 4% auto;
}
.worries_contents {
  width: 86%;
  margin: 0 auto;
}
/* --------------------
#solution
-------------------- */
#solution {
  background: url("/img/lp/b331/solution_bg.png")no-repeat;
  background-size: cover;
  padding-bottom: 7%;
}
#solution h2 {
  width: 63%;
  margin: 2% auto 7%;
}
.solution_contents {
  width: 93%;
  margin: 0 auto;
}
/* --------------------
#reasons
-------------------- */
#reasons {
  background: url("/img/lp/b331/reasons_bg.png")no-repeat;
  background-size: cover;
  padding-bottom: 8%;
}
#reasons h2 {
  width: 67%;
  margin: 8% auto 0;
}
.contents_01 {
  margin-bottom: 5%;
}
.contents_02 {
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.contents_02 .cv_btn {
  position: absolute;
  bottom: 3%;
  padding: 0 2.3vw 0 3vw;
}
.movie_wrap {
  width: 86%;
  margin: 5% auto 0;
}
.movie_wrap iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}
/* --------------------
#brand
-------------------- */
#brand.contents {
  padding: 0;
  position: relative;
}
#brand::before {
  content: "";
  background: url("/img/lp/b331/brand_bg_top.png")no-repeat;
  background-size: cover;
  width: 100%;
  height: 18vw;
  display: block;
}
#brand::after {
  content: "";
  background: url("/img/lp/b331/brand_bg_bottom.png")no-repeat;
  background-size: cover;
  width: 100%;
  height: 18vw;
  display: block;
}
#brand .contents_wrap {
  background: #fff;
  padding: 8% 0;
}
#brand h2 {
  width: 63%;
  margin: 2% auto 7%;
}
@media screen and (min-width: 768px) {
  #brand::before, #brand::after {
    height: 11vw;
  }
}
/* --------------------
#scene
-------------------- */
#scene {
  background: url("/img/lp/b331/scene_bg.png")no-repeat;
  background-size: cover;
  padding-top: 5%;
}
#scene h2 {
  width: 51%;
  margin: 2% auto 7%;
}
.scene_contents {
  width: 86%;
  margin: 0 auto;
}
/* --------------------
#flow
-------------------- */
#flow {
  background: #fff;
}
#flow h2 {
  width: 63%;
  margin: 2% auto 7%;
}
.flow_contents {
  width: 86%;
  margin: 0 auto 7%;
}
#flow .cv_btn {
  padding: 0 1.3vw 0 3vw;
}
/* --------------------
#quality
-------------------- */
#quality {
  background: url("/img/lp/b331/quality_bg.png")no-repeat;
  background-size: cover;
  padding-top: 20%;
  padding-bottom: 6%;
}
#quality h2 {
  width: 63%;
  margin: 2% auto 7%;
}
.quality_contents {
  width: 90%;
  margin: 0 auto;
}
.quality_contents li {
  margin-bottom: 5%;
}
#quality .cv_btn {
  padding: 0 1.3vw 0 3vw;
}
/* --------------------
#voice
-------------------- */
#voice {
  background: #FFFCF5;
}
#voice h2 {
  width: 63%;
  margin: 2% auto 7%;
}
.voice_contents {
  width: 86%;
  margin: 0 auto;
}
.voice_contents li {
  margin-bottom: 5%;
}
#voice .cv_btn {
  padding: 0 1.3vw 0 3vw;
}
/* --------------------
footer
-------------------- */
.recruit_kv_add .logo {
    width: 86px;
    margin-left: 8px;
}
.recruit_kv_add h3,.recruit_kv_note {
    color: #B67C29;
}
.recruit_kv_add ul li {
    margin-bottom: 0.5em;
}
.recruit_kv_add .add-world {
    border: 1px solid rgb(48, 51, 53);
    border-radius: 5px;
    color: #303335;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    text-align: justify;
    padding: 12px;
    margin-top: 16px;
}
.recruit_kv_add {
    margin: 0 auto;
    background: #EDEDED;
    padding: 2em 3.5% 1.7em;
}
.recruit_kv_add h3,.recruit_kv_add ul li {
    position: relative;
}
.recruit_kv_add h3 {
    font-size: 14px;
    margin-bottom: 0.25em;
}
.recruit_kv_add h3 span{
    margin: 0 4px 0 0;
}
.add-komoji {
    color: #303335;
    font-size: 10px;
    text-align: right;
    margin-top: 1.5em;
}
.participate {
    width: 93%;
    margin: 3.25em auto 18%;
}
.participate p{
    display: flex;
    align-items: center;
    margin-bottom: 1em;
    padding-bottom: 1.25em;
    line-height: 1.3em;
    font-size: 0.9em;
}
.participate p:nth-of-type(5) {
    border: none;
}
.participate img {
    margin: auto;
}
.participate-img {
    width: 30%;
    display: flex;
    justify-content: center;
}
.participate span.participate-note{
    width: calc(100% - 30% - 8px);
    display: block;
    margin-left: 8px;
    text-align: justify;
}

.footer {
  background: #303435;
  color: #fff;
  padding: 5%;
  text-align: center;
}
    header .cv_btn a{
        display: block;
    }
#new-add{
    --width-content: 640px;
    --font-family-base: "Noto Sans JP", sans-serif;
    color: var(--color-font-base);
    font-size: 14px;
    line-height: 1.8;
    font-family: var(--font-family-base);
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    background: linear-gradient(90deg,rgba(240, 247, 248, 1) 0%, rgba(242, 243, 243, 1) 50%, rgba(237, 239, 240, 1) 100%);
    position: relative;
}
#new-add > div{
    margin: auto;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 20px;
    background: #FFF;
    position: relative;
}
.infinite-scroll {
    overflow-x: auto; /* 横スクロールを有効にする */
    -webkit-overflow-scrolling: touch; /* スマホ対応 */
    width: 90%;
    margin: auto;
}

.scroll-track {
    display: flex;
    width: max-content; /* 内容に応じて幅を自動調整 */
    animation: scroll-x 40s linear infinite;
    background-color: #FFF;
}
.scroll-track img {
    width: 1600px;
    height: auto;
}
@keyframes scroll-x {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-1600px); /* 画像1枚分左へ移動 */
    }
}

#new-add::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 20px 20px;
    border-top-color: currentColor;
    border-bottom: 0;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.new-add-content .head {
    height: 30px;
    line-height: 30px;
    border-radius: 50px;
    background-color: #bea15e;
    width: 90%;
    margin: auto;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
}
#acc {
    background-color: #fffcf5;
    padding: 130px 0 0;
    position: relative;
}
#acc .cv_btn {
    position: absolute;
    top: 30px;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
}
.acc-content {
    width: 90%;
    margin: auto;
    padding-bottom: 20px;
}
.acc-content-text {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 12px;
}
.acc-content-text .big {
    font-size: 26px;
}
.acc-content-box {
    box-shadow: 0 3px 6px #00000029;
    border-radius: 11px;
    background: #FFF;
    padding: 20px 10px 10px;
    position: relative;
    margin-bottom: 30px;
}
.acc-content-box-img {
    width: 90%;
}
.acc-content-box-clip {
    width: 16px;
    position: absolute;
    right: 10px;
    top: -6px;
}
.acc-content-box-arrow {
    text-align: center;
    padding: 10px 0 0;
}
.open .acc-content-box-arrow img {
    transform: scaleY(1);
}
.acc-content-box-arrow img {
    width: 24px;
    vertical-align: middle;
    transform: scaleY(-1);
}
.open .acc-content-box-voice {
    display: block;
}
.acc-content-box-voice.beige {
    background-color: #fff7e5;
}
.acc-content-box-voice {
    border-radius: 11px;
    padding: 10px;
    display: none;
}
.acc-content-box-voice.blue {
    background-color: #eeffff;
}
.acc-content-box-voice.orange {
    background-color: #fff3e7;
}