@charset "utf-8";
.home .common-btn_active a {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 23px;
}
.home .common-btn_active a:after {
  position: absolute;
  top: 0;
  right: 21px;
  bottom: 0;
  display: block;
  width: 12.79px;
  height: 14px;
  margin: auto;
  background-image: url(../img/common/arrow_04.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
@media screen and (max-width: 767px) {
  .home .common-btn_active {
    margin: auto;
  }
}
/* ====================================================
.mainvisual
==================================================== */
.mainvisual {
  width: 100%;
  height: auto;
}
.mainvisual .mv-tlt {
  position: relative;
  z-index: 5;
  width: 89.75%;
  margin: -77px auto 0;
}
.mainvisual .mv-tlt p {
  font-size: var(--fs48);
  font-weight: bold;
  line-height: 1.4;
}
.mainvisual .mv-tlt p span {
  display: inline-block;
  margin-left: 225px;
  font-size: var(--fs47);
}

/*スライドショー*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.mainvisual .scroll-infinity {
  position: relative;
  padding-top: 60px;
}
.mainvisual .scroll-infinity .scroll-infinity__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.mainvisual .scroll-infinity .scroll-infinity__wrap .scroll-infinity__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.mainvisual .scroll-infinity .scroll-infinity__wrap .scroll-infinity__list--left {
  animation: infinity-scroll-left 50s infinite linear 0.5s both;
}
.mainvisual .scroll-infinity .scroll-infinity__wrap .scroll-infinity__list .scroll-infinity__item:nth-child(1) {
  width: 73.29vw;
  max-width: 1001.19px;
  margin: min(3.1vw, 43px) 0 0 0;
}
.mainvisual .scroll-infinity .scroll-infinity__wrap .scroll-infinity__list .scroll-infinity__item:nth-child(2) {
  width: 28.6vw;
  max-width: 391px;
  margin: min(1.97vw, 27px) 0 0 0;
}
.mainvisual .scroll-infinity .scroll-infinity__wrap .scroll-infinity__list .scroll-infinity__item:nth-child(3) {
  width: 76.62vw;
  max-width: 1046.71px;
  margin: min(-2vw, -28px) 0 0 0;
}
.mainvisual .scroll-infinity .scroll-infinity__wrap .scroll-infinity__list .scroll-infinity__item:nth-child(4) {
  width: 26.9vw;
  max-width: 367.66px;
  margin: min(27.45vw, 375px) 0 0 min(-10.1vw, -138px);
}
.mainvisual .scroll-infinity .scroll-infinity__wrap .scroll-infinity__list .scroll-infinity__item:nth-child(5) {
  width: 44.2vw;
  max-width: 604.18px;
  margin: min(5.1vw, 70px) 0 0 min(-12.15vw, -166px);
}
.mainvisual .scroll-infinity .scroll-infinity__wrap .scroll-infinity__list .scroll-infinity__item:nth-child(6) {
  width: 34.24vw;
  max-width: 467.82px;
  margin: min(19.6vw, 268px) min(3.95vw, 54px) 0 min(-16.61vw, -227px);
}
@media screen and (max-width: 767px) {
  .mainvisual .mv-tlt {
    width: 100%;
    margin: auto;
    padding: 0 5.3%;
  }
  .mainvisual .mv-tlt p,
  .mainvisual .mv-tlt p span {
    font-size: var(--fs26);
    line-height: 1.5;
  }
  .mainvisual .mv-tlt p span {
    margin-left: 5%;
  }
  .mainvisual .scroll-infinity {
    overflow-x: hidden;
    padding-top: 27px;
  }
  .mainvisual .scroll-infinity:after {
    position: absolute;
    right: -24px;
    bottom: 0;
    z-index: 25;
    display: inline-block;
    width: 35.45vw;
    max-width: 132.96px;
    height: 65.16px;
    margin: 0 auto;
    background-image: url(../img/home/mainvisual_mark_sp.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    content: "";
  }
  .mainvisual .scroll-infinity .scroll-infinity__wrap .scroll-infinity__list .scroll-infinity__item:nth-child(1) {
    width: 573.89px;
    max-width: none;
    margin: 25px 0 0 0;
  }
  .mainvisual .scroll-infinity .scroll-infinity__wrap .scroll-infinity__list .scroll-infinity__item:nth-child(2) {
    width: 223.64px;
    max-width: none;
    margin: 0 0 0 0;
  }
  .mainvisual .scroll-infinity .scroll-infinity__wrap .scroll-infinity__list .scroll-infinity__item:nth-child(3) {
    width: 599.99px;
    max-width: none;
    margin: 0 0 0 -19px;
  }
  .mainvisual .scroll-infinity .scroll-infinity__wrap .scroll-infinity__list .scroll-infinity__item:nth-child(4) {
    width: 210.75px;
    max-width: none;
    margin: 200px 0 0 -79px;
  }
  .mainvisual .scroll-infinity .scroll-infinity__wrap .scroll-infinity__list .scroll-infinity__item:nth-child(5) {
    width: 348.82px;
    max-width: none;
    margin: 25px 0 0 -95px;
  }
  .mainvisual .scroll-infinity .scroll-infinity__wrap .scroll-infinity__list .scroll-infinity__item:nth-child(6) {
    width: 275.61px;
    max-width: none;
    margin: 180px 0 0 -193px;
  }
  .mainvisual .scroll-infinity .scroll-infinity__wrap .scroll-infinity__list--left {
    animation: infinity-scroll-left 30s infinite linear 0.5s both;
  }
}
/* ====================================================
.philosophy-area
==================================================== */
.philosophy-area {
  position: relative;
  padding: 106px 0 120px;
}
.philosophy-area:after {
  position: absolute;
  bottom: -48px;
  left: 0;
  z-index: 10;
  display: block;
  width: 100%;
  height: 48px;
  background-image: url(../img/home/philosophy_bottom.svg);
  background-repeat: repeat-x;
  background-position: center;
  background-size: cover;
  content: "";
}
.philosophy-area .flex {
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  margin-left: 12.7vw;
}
.philosophy-area .flex:before {
  position: absolute;
  top: 5.7vw;
  left: -9vw;
  z-index: 8;
  display: inline-block;
  width: 8.4vw;
  max-width: 114.88px;
  height: 84.2px;
  background-image: url(../img/home/philosophy_mark_02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
}
.philosophy-area .flex:after {
  position: absolute;
  top: -5.56vw;
  right: 3vw;
  z-index: 6;
  display: inline-block;
  width: 7.4vw;
  max-width: 103px;
  height: 108.7px;
  background-image: url(../img/home/philosophy_mark_04.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
}
.philosophy-area .flex .philosophy-img {
  position: relative;
  width: 49.8%;
  max-width: 594px;
  margin-right: 5%;
}
.philosophy-area .flex .philosophy-img:before {
  position: absolute;
  bottom: -22.4vw;
  left: -7.6vw;
  z-index: 11;
  display: inline-block;
  width: 25.9vw;
  max-width: 354.84px;
  height: 100%;
  background-image: url(../img/home/philosophy_mark_03.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
}
.philosophy-area .flex .philosophy-img:after {
  position: absolute;
  top: -8.3vw;
  right: -4.6vw;
  z-index: 6;
  display: inline-block;
  width: 10.8vw;
  max-width: 148.09px;
  height: 11vw;
  background-image: url(../img/home/philosophy_mark_01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
}
.philosophy-area .flex .txt {
  position: relative;
  width: 35%;
}
.philosophy-area .flex .txt h2 {
  margin-bottom: 33px;
  font-size: var(--fs27);
  font-weight: bold;
  letter-spacing: 2px;
}
.philosophy-area .flex .txt p {
  margin-bottom: 1em;
  font-size: var(--fs18);
  line-height: 2;
  letter-spacing: normal;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .philosophy-area .flex .txt h2 {
    font-size: var(--fs28);
  }
}
@media screen and (max-width: 767px) {
  .philosophy-area {
    padding: 74px 5.3% 58px;
  }
  .philosophy-area:before {
    position: absolute;
    top: min(88vw, 331px);
    right: 0;
    z-index: 6;
    display: inline-block;
    width: 69px;
    height: 67px;
    background-image: url(../img/home/philosophy_mark_04_sp.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    content: "";
  }
  .philosophy-area .flex {
    display: block;
    margin-left: 0;
  }
  .philosophy-area .flex:after {
    display: none;
  }
  .philosophy-area .flex .philosophy-img {
    width: 78%;
    max-width: none;
    margin: 0 0 62px 15.8%;
  }
  .philosophy-area .flex .philosophy-img:after {
    top: -10vw;
    right: -2.9vw;
    width: 14.9vw;
    height: 15vw;
  }
  .philosophy-area .flex:before {
    top: 7.73vw;
    left: 3.73vw;
    width: 11.6vw;
    height: 8vw;
  }
  .philosophy-area .flex .philosophy-img:before {
    bottom: -16vw;
    left: -47px;
    left: -12.5vw;
    width: 30vw;
    max-width: none;
    height: 32vw;
  }
  .philosophy-area .flex .txt {
    width: 100%;
    text-align: center;
  }
  .philosophy-area .flex .txt h2 {
    margin-bottom: 25px;
    font-size: var(--fs21);
  }
  .philosophy-area .flex .txt h2:after {
    content: none;
  }
  .philosophy-area .flex .txt p {
    margin-bottom: 55px;
    font-size: var(--fs14);
    font-weight: 500;
  }
}
/* ====================================================
.point-area
==================================================== */
.point-area {
  position: relative;
  padding: 114px 0 66px;
  background-color: #fff;
}
.point-area:before {
  position: absolute;
  top: 15px;
  right: 0;
  left: 0;
  z-index: 55;
  display: inline-block;
  width: 43.47px;
  height: 34.83px;
  margin: 0 auto;
  background-image: url(../img/home/point_mark_01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
}
.point-area .point-wrapper {
  position: relative;
  max-width: 1366px;
  margin: auto;
}
.point-area .point-wrapper:after {
  position: absolute;
  bottom: 17.8vw;
  left: -40px;
  z-index: 25;
  display: inline-block;
  width: 16.8vw;
  max-width: 229.91px;
  height: 165.67px;
  margin: 0 auto;
  background-image: url(../img/home/point_mark_02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
}
.point-area .point-img {
  position: absolute;
  top: -11.34vw;
  right: 4.6vw;
  z-index: 15;
  width: 23.7vw;
  max-width: 323.77px;
}
.point-area h2 {
  margin-bottom: 77px;
  font-size: var(--fs32);
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  letter-spacing: 2px;
}
.point-area h2 span {
  display: inline-block;
  margin-right: 6px;
  font-size: var(--fs72);
  color: #efa500;
}
.point-area .flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1145px;
  margin: auto;
}
.point-area .flex .point-box {
  position: relative;
  width: 24.59vw;
  max-width: 336px;
  margin: 0 22.5px 66px;
}
.point-area .flex .point-box figure {
  width: 100%;
}
.point-area .flex .point-box p {
  margin-top: 15px;
  font-size: var(--fs20);
  font-weight: bold;
  text-align: center;
}
.point-area .flex .point-box p span {
  color: #ed7a42;
}
.point-area .flex .point-box .point-mark {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 6.5vw;
  max-width: 90px;
}
.point-area .common-btn_active {
  margin: auto;
}
@media screen and (max-width: 767px) {
  .point-area {
    padding: 88px 0 102px;
  }
  .point-area .point-wrapper:after {
    display: none;
  }
  .philosophy-area:after {
    background-position: bottom right;
  }
  .point-area .point-img {
    display: none;
  }
  .point-area h2 {
    margin-bottom: 50px;
    font-size: var(--fs21);
  }
  .point-area h2 span {
    margin-right: 6px;
    font-size: var(--fs53);
  }
  .point-area .flex {
    display: block;
    padding: 0 5.3%;
  }
  .point-area .flex .point-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    width: 100%;
    max-width: 500px;
    margin: 0 auto 28.5px;
  }
  .point-area .flex .point-box figure {
    width: 42.7%;
    margin: 0 7.1% 0 0;
  }
  .point-area .flex .point-box .point-mark {
    top: -23px;
    left: 29%;
    width: 19%;
  }
  .point-area .flex .point-box p {
    margin-top: 0;
    font-size: var(--fs17);
    text-align: left;
  }
  .point-area .common-btn_active {
    margin: 36px auto 0;
  }
}
/* ====================================================
.work-area
==================================================== */
.work-area {
  position: relative;
  padding: 105px 0 172px;
  background-image: url(../img/home/work_bg.png);
  background-repeat: repeat;
  background-size: auto;
}
.work-area:after {
  position: absolute;
  top: -20px;
  left: 10%;
  z-index: 6;
  display: inline-block;
  width: 82px;
  height: 89px;
  background-image: url(../img/home/work_mark_02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
}
.work-area .flex {
  -webkit-box-align: end;
  align-items: flex-end;
  -ms-flex-align: end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  gap: 42px;
}
.work-area .flex .work-img-box {
  position: relative;
  width: 42vw;
  max-width: 575px;
}
.work-area .flex .work-img-box .img-01 {
  position: absolute;
  bottom: -78px;
  left: -7.8vw;
  z-index: 3;
  width: 26.22vw;
  max-width: 358.29px;
}
.work-area .flex .work-img-box figure {
  position: relative;
  z-index: 1;
}
.work-area .flex .work-img-box figure:after {
  position: absolute;
  right: 45px;
  bottom: -65px;
  z-index: 2;
  display: inline-block;
  width: 69px;
  height: 60px;
  background-image: url(../img/home/work_mark_01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
}
.work-area .flex .work-txt-box {
  width: 32.2vw;
  max-width: 440px;
}
.work-area .flex .work-txt-box h2 {
  display: inline-block;
  padding: 24px 60px 7px 39px;
  border-radius: 24px 24px 0 0;
  background-color: #fff;
  font-size: var(--fs32);
  font-weight: bold;
  line-height: 1;
}
.work-area .flex .work-txt-box .box {
  padding: 35px 0 52px 39px;
  border-radius: 0 24px 24px 24px;
  background-color: #fff;
}
.work-area .flex .work-txt-box .box > p {
  margin-bottom: 35px;
  font-size: var(--fs16);
  line-height: 2.2;
}
@media screen and (max-width: 1024px) {
  .work-area {
    padding: 105px 0 80px;
  }
  .work-area .flex {
    display: block;
  }
  .work-area .flex .work-img-box {
    width: 50%;
    margin: 0 auto 138px;
  }
  .work-area .flex .work-img-box figure:after {
    right: -8px;
    bottom: -42px;
    width: 69px;
    height: 60px;
  }
  .work-area .flex .work-img-box .img-01 {
    position: absolute;
    bottom: -100px;
    left: -10vw;
    width: 67%;
    max-width: none;
  }
  .work-area .flex .work-txt-box {
    width: 50%;
    max-width: 550px;
    margin: auto;
  }
  .work-area .flex .work-txt-box h2 {
    padding: 27px 57px 5px 20px;
    font-size: var(--fs22);
  }
  .work-area .flex .work-txt-box .box {
    padding: 25px 20px 38px 15px;
  }
  .work-area .flex .work-txt-box .box > p {
    margin-bottom: 30px;
    font-size: var(--fs15);
    font-weight: bold;
    line-height: 2;
    letter-spacing: normal;
  }
}
@media screen and (max-width: 767px) {
  .work-area {
    padding: 65px 5.3% 51px;
  }
  .work-area:after {
    top: -29px;
    left: 7.7%;
    width: 68px;
    height: 74px;
  }
  .work-area .flex .work-img-box {
    width: 100%;
  }
  .work-area .flex .work-img-box .img-01 {
    left: 0;
  }
  .work-area .flex .work-txt-box {
    width: 100%;
  }
}
/* ====================================================
.voices-area
==================================================== */
.voices-area {
  position: relative;
  padding: 85px 0 104px;
  background-image: url(../img/home/voices_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.voices-area .flex {
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  margin-left: 24vw;
}
.voices-area .left-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 347.84px;
  height: 371.42px;
  margin-right: -27px;
  padding-left: 64px;
  background-image: url(../img/home/voices_txt_bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.voices-area .left-box .voices-left-img_01 {
  position: absolute;
  top: -12px;
  left: -21.22vw;
  z-index: 7;
  width: 15.74vw;
  max-width: 215.14px;
}
.voices-area .left-box .voices-left-img_02 {
  position: absolute;
  bottom: -7.68vw;
  left: -14.49vw;
  z-index: 7;
  width: 17.9vw;
  max-width: 245.24px;
}
.voices-area .left-box .voices-left-img_02:after {
  position: absolute;
  top: 47px;
  left: -93px;
  z-index: 2;
  display: inline-block;
  width: 56px;
  height: 49px;
  background-image: url(../img/home/voices_mark_02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
}
.voices-area .left-box h2 {
  margin-bottom: 30px;
  font-size: var(--fs32);
  font-weight: bold;
}
.voices-area .left-box p {
  margin-bottom: 30px;
  font-size: var(--fs16);
  line-height: 2.1;
}
.voices-area .right-box {
  position: relative;
  width: 43vw;
  max-width: 593.44px;
}
.voices-area .right-box .voices-img {
  position: absolute;
  top: 0;
  right: -7.46vw;
  z-index: 4;
  width: 13.75vw;
  max-width: 187.83px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .voices-area {
    padding: 85px 5.3% 104px;
  }
  .voices-area .flex {
    margin-left: 14vw;
  }
  .voices-area .left-box {
    width: 290px;
    padding-left: 6%;
  }
  .voices-area .left-box h2 {
    font-size: var(--fs25);
  }
  .voices-area .left-box p {
    font-size: var(--fs15);
  }
  .voices-area .left-box .voices-left-img_01 {
    left: -100px;
  }
  .voices-area .left-box .voices-left-img_02 {
    left: -90px;
  }
  .voices-area .left-box .voices-left-img_02:after {
    display: none;
  }
  .voices-area .right-box {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .voices-area {
    padding: 37px 5.3% 104px;
  }
  .voices-area .flex {
    display: block;
    max-width: 450px;
    margin: 0 auto;
    padding-top: 130px;
  }
  .voices-area .left-box {
    -ms-flex-line-pack: end;
    align-content: flex-end;
    width: 306.88px;
    height: 354.21px;
    margin: 0 auto;
    padding: 0 0 68px 0;
  }
  .voices-area .left-box .voices-left-img_01 {
    top: -130px;
    bottom: auto;
    left: 15px;
    width: 41%;
    max-width: 121.78px;
  }
  .voices-area .left-box .voices-left-img_02 {
    top: -66px;
    right: 14px;
    bottom: auto;
    left: auto;
    width: 48%;
    max-width: 138.82px;
  }
  .voices-area .left-box .voices-left-img_02:after {
    display: none;
  }
  .voices-area .left-box h2 {
    width: 100%;
    margin-bottom: 20px;
    font-size: var(--fs22);
    text-align: center;
  }
  .voices-area .left-box p {
    margin-bottom: 22px;
    padding-left: 40px;
    font-size: var(--fs15);
    font-weight: bold;
    line-height: 2;
  }
  .voices-area .right-box {
    width: 100%;
  }
  .voices-area .right-box .voices-img {
    right: 0;
    width: 106.45px;
    max-width: none;
  }
}
