@charset "UTF-8";
/* A Modern CSS Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms;
    animation-iteration-count: 1;
    transition-duration: 0.01ms;
    scroll-behavior: auto;
  }
}
/*---------------------------
layout
---------------------------*/
/*---------_main.sass---------*/
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #fff;
  background-color: #FF6B00;
  overflow: hidden;
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

a img:hover,
a:hover {
  opacity: 0.8;
}

img {
  width: 100%;
  height: auto;
}

body {
  padding-top: 90px;
}

@media screen and (max-width: 768px) {
  body {
    padding-top: 88px;
  }
}
body.home,
body.message,
body.interview,
body.company,
body.service,
body.culture {
  background-color: #fff;
}

body.home.active,
body.message.active,
body.interview.active,
body.culture.active {
  background-color: #ff6b00;
}

body.company.active,
body.service.active {
  background-color: #ea741e;
}

@media (max-width: 768px) {
  body.home,
  body.message,
  body.interview,
  body.company,
  body.service {
    background-color: #fff;
  }
  body.oneday01.active,
  body.oneday02.active,
  body.oneday03.active,
  body.oneday04.active,
  body.oneday05.active {
    background-color: #3D961D;
  }
}
body.privacy,
body.privacypolicy,
body.privacypolicy-recruitment,
body.privacypolicy-test {
  background-color: #EA741E;
}

body.data {
  background-color: #CB3535;
}

/*---------_header.sass---------*/
.l-header {
  height: 90px;
  display: flex;
  align-items: center;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #fff;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .l-header {
    height: 88px;
    padding: 0;
    width: 100%;
    z-index: 10;
    top: 0;
  }
}
.l-header .l-wrap__big {
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  width: 90%;
}

@media screen and (max-width: 768px) {
  .l-header .l-wrap__big {
    margin: 0 auto;
  }
}
@media screen and (max-width: 349px) {
  .l-header .l-wrap__big {
    width: 96%;
  }
}
@media screen and (max-width: 768px) {
  .l-hnav__wrap {
    height: 64px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 10;
  }
}
.l-hnav__area {
  justify-content: center;
  align-items: center;
  width: fit-content;
}

@media screen and (max-width: 768px) {
  .l-hnav__area {
    justify-content: space-between;
    padding: 0;
    position: relative;
    z-index: 10;
  }
}
.l-hnav__logo {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .l-hnav__logo {
    margin-left: 0px;
  }
}
@media screen and (max-width: 768px) {
  .l-hnav__logo-link {
    padding: 19px 0 19px;
  }
}
.l-hnav__logo-link img {
  width: 168px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .l-hnav__logo-link img {
    width: 120px;
    height: auto;
    display: block;
  }
}
@media screen and (max-width: 349px) {
  .l-hnav__logo-link img {
    width: 100px;
    height: auto;
    display: block;
  }
}
.l-hnav {
  align-items: center;
  position: relative;
}

.l-hnav__list {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .l-hnav__list {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
    height: fit-content;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .l-hnav__list-item {
    width: 100%;
    padding: 0;
    position: relative;
  }
}
.l-hnav__list-item-link {
  display: block;
  padding: 0 24px;
  font-size: 1.8rem;
  line-height: 50px;
  font-weight: bold;
  color: #000;
}

@media screen and (max-width: 1024px) {
  .l-hnav__list-item-link {
    display: block;
    padding: 0 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .l-hnav__list-item-link {
    padding: 0;
    font-size: 1.8rem;
    line-height: 1;
    font-weight: bold;
    color: #fff;
  }
}
.l-hnav__list-item-btn {
  margin-left: 24px;
}

@media screen and (max-width: 1024px) {
  .l-hnav__list-item-btn {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-hnav__list-item-btn {
    margin: 32px auto 0 0;
  }
}
.l-hnav__list-item-btn-link {
  line-height: 50px;
  font-size: 1.8rem;
  font-weight: bold;
  background-color: #000;
  border-radius: 27px;
  display: block;
  padding: 0 40px;
  display: flex;
  align-items: center;
}

.l-hnav__list-item-btn-link::after {
  content: "";
  background-image: url(/wp-content/themes/solar-partners/assets/img/common/arrow01.png);
  background-size: 100% 100%;
  width: 17px;
  height: 15px;
  display: block;
  margin-left: 24px;
}

.l-hnav__list-item {
  position: relative;
}

.l-hnav__list-item > a {
  display: inline-block;
  padding: 0;
}

.l-hnav__list-item:hover > .sub-menu,
.l-hnav__list-item > .sub-menu:hover {
  display: block;
}

.l-hnav__list-item .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  padding: 0 10px;
  z-index: 1000;
  min-width: 200px;
}

.l-hnav__list-item .sub-menu li {
  display: block;
  margin: 5px 0;
}

.l-hnav__list-item .sub-menu a {
  display: block;
  padding: 5px 0;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}

.l-hnav__list-item .sub-menu a:hover {
  background-color: #f5f5f5;
}

.sub-menu .l-hnav__list-item-link {
  font-size: 1.6rem;
}

@media screen and (max-width: 1024px) {
  .l-hnav__list-item-btn-link {
    padding: 0 16px;
    font-size: 1.6rem;
  }
  .l-hnav__list-item-btn-link::after {
    margin-left: 16px;
  }
}
@media screen and (max-width: 768px) {
  .l-hnav__list-item-btn-sp {
    margin-right: 0px;
    height: 36px;
  }
  .l-hnav__list-item-btn-sp .l-hnav__list-item-btn {
    margin: 0;
  }
  .l-hnav__list-item-btn-sp .l-hnav__list-item-btn-link {
    line-height: 40px;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 0 24px;
    background-color: #000;
    border-radius: 60px;
    display: flex;
    align-items: center;
    height: 36px;
  }
  .l-hnav__list-item-btn-sp .l-hnav__list-item-btn-link::after {
    margin-left: 8px;
  }
}
@media screen and (max-width: 349px) {
  .l-hnav__list-item-btn-sp .l-hnav__list-item-btn-link {
    line-height: 40px;
    font-size: 1.2rem;
  }
}
#l-hnav__menu-btn-check {
  display: none;
}

@media screen and (max-width: 768px) {
  /*メニュー*/
  .l-hnav__menu-btn {
    display: flex;
    height: 64px;
    width: 64px;
    border-radius: 50%;
    border: solid 1px #fff;
    flex-direction: column;
    background-color: #D92C2C;
    justify-content: center;
    align-items: center;
    z-index: 10;
    cursor: pointer;
    position: relative;
  }
  .l-hnav__menu-btn:after {
    content: "";
    background-image: url(/wp-content/themes/solar-partners/assets/img/common/menu.svg);
    background-size: 100% 100%;
    width: 46px;
    height: 12px;
    display: block;
    margin-top: 8px;
    margin-bottom: -3px;
  }
  .l-hnav__menu-btn .l-hnav__menu-border,
  .l-hnav__menu-btn .l-hnav__menu-border:before,
  .l-hnav__menu-btn .l-hnav__menu-border:after {
    content: "";
    display: block;
    height: 2px;
    width: 32px;
    border-radius: 1px;
    background-color: #fff;
    position: relative;
    transition: 0.5s;
    z-index: 15;
  }
  .l-hnav__menu-btn .l-hnav__menu-border:before {
    bottom: 8px;
  }
  .l-hnav__menu-btn .l-hnav__menu-border:after {
    background: rgba(0, 0, 0, 0);
  }
  #l-hnav__menu-btn-check:checked ~ .l-hnav__menu-btn {
    background-color: #1745BB;
  }
  #l-hnav__menu-btn-check:checked ~ .l-hnav__menu-btn::after {
    background-image: url(/wp-content/themes/solar-partners/assets/img/common/close.svg);
    background-size: 100% 100%;
    width: 45px;
    height: 10px;
    margin-top: 10px;
  }
  #l-hnav__menu-btn-check:checked ~ .l-hnav__menu-btn .l-hnav__menu-border {
    background: rgba(0, 0, 0, 0);
  }
  #l-hnav__menu-btn-check:checked ~ .l-hnav__menu-btn .l-hnav__menu-border::before {
    bottom: 0px;
    transform: rotate(30deg);
    background-color: #fff;
  }
  #l-hnav__menu-btn-check:checked ~ .l-hnav__menu-btn .l-hnav__menu-border::after {
    top: -2px;
    transform: rotate(-30deg);
    background-color: #fff;
  }
  #l-hnav__menu-btn-check {
    display: none;
  }
  #l-hnav__menu-btn-check:checked ~ .l-hnav {
    right: 0; /*メニューを画面内へ*/
    transition: 0.5s;
  }
  .l-hnav {
    position: fixed;
    top: 0;
    right: -3000px;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    background-color: #2755CD;
    z-index: 1;
    padding: 79px 40px;
    border-radius: 32px;
    overflow-y: scroll;
  }
  .h_nav.active {
    right: 60%;
  }
}
@media screen and (max-width: 768px) {
  .p-hamburger__list02 {
    padding-top: 24px;
  }
  .p-hamburger__list02-item {
    margin-bottom: 16px;
  }
  .p-hamburger__list02-item:last-child {
    margin-bottom: 0;
  }
  .p-hamburger__list02-item-link {
    font-size: 1.4rem;
    font-weight: 400;
    color: #EEE;
  }
}
/*---------_footer.sass---------*/
.l-footer {
  background-color: #000;
  padding: 160px 0 55px;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 1728px) {
  .l-footer {
    background-color: #000;
    padding: 9.259vw 0 3.183vw;
    position: relative;
    z-index: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-footer {
    background-color: #000;
    padding: 80px 0;
    position: relative;
    z-index: 0;
  }
}
.l-footer-deco {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.l-fnav {
  justify-content: space-between;
  padding-bottom: 40px;
}

@media screen and (max-width: 1728px) {
  .l-fnav {
    justify-content: space-between;
    padding-bottom: 2.315vw;
  }
}
@media screen and (max-width: 768px) {
  .l-fnav {
    padding-bottom: 40px;
  }
}
.l-fnav__left {
  width: 30%;
}

@media screen and (max-width: 1024px) {
  .l-fnav__left {
    width: 26%;
  }
}
@media screen and (max-width: 768px) {
  .l-fnav__left {
    width: 100%;
    margin-bottom: 40px;
  }
}
.l-fnav__logo {
  display: block;
  width: 169px;
  margin-bottom: 24px;
}

@media screen and (max-width: 1728px) {
  .l-fnav__logo {
    display: block;
    width: 9.78vw;
    margin-bottom: 1.389vw;
  }
}
@media screen and (max-width: 768px) {
  .l-fnav__logo {
    display: block;
    width: 169px;
    margin-bottom: 24px;
  }
}
.l-fnav__ttl {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 24px;
  line-height: 1.6;
}

.l-fnav__ttl-address {
  font-size: 1.6rem;
  line-height: 1.6;
}

@media screen and (max-width: 1728px) {
  .l-fnav__ttl {
    font-size: 1.39vw;
    font-weight: bold;
    margin-bottom: 1.39vw;
    line-height: 1.6;
  }
  .l-fnav__ttl-address {
    font-size: 0.93vw;
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  .l-fnav__ttl {
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 24px;
    line-height: 1.6;
  }
  .l-fnav__ttl-address {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.l-fnav__list {
  width: 66%;
  gap: 8%;
  justify-content: flex-end;
}

@media screen and (max-width: 1024px) {
  .l-fnav__list {
    width: 74%;
    gap: 4%;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .l-fnav__list {
    width: 100%;
    gap: 40px;
  }
}
.l-fnav__list-item {
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .l-fnav__list-item {
    width: 100%;
    margin-bottom: 0;
  }
}
.l-fnav__list-item:nth-of-type(3) {
  margin-left: -6%;
}

@media screen and (max-width: 768px) {
  .l-fnav__list-item:nth-of-type(3) {
    margin-left: 0px;
  }
}
.l-fnav__list-item-link {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.444;
  display: block;
}

@media screen and (max-width: 1728px) {
  .l-fnav__list-item-link {
    font-size: 1.04vw;
    font-weight: bold;
  }
}
@media screen and (max-width: 768px) {
  .l-fnav__list-item-link {
    min-width: unset;
    display: block;
    font-size: 1.8rem;
  }
}
.l-fnav__list02 {
  padding-top: 24px;
}

.l-fnav__list02-item {
  margin-bottom: 16px;
}

.l-fnav__list02-item:last-child {
  margin-bottom: 0;
}

.l-fnav__list02-item-link {
  font-size: 1.4rem;
  font-weight: 400;
  color: #eee;
}

.l-fnav__list-bottom {
  border-top: solid 1px #fff;
  padding-top: 40px;
}

@media screen and (max-width: 1728px) {
  .l-fnav__list02 {
    padding-top: 1.39vw;
  }
  .l-fnav__list02-item {
    margin-bottom: 0.93vw;
  }
  .l-fnav__list02-item:last-child {
    margin-bottom: 0;
  }
  .l-fnav__list02-item-link {
    font-size: 0.81vw;
    font-weight: 400;
    color: #eee;
  }
  .l-fnav__list-bottom {
    border-top: solid 0.06vw #fff;
    padding-top: 2.31vw;
  }
}
@media screen and (max-width: 768px) {
  .l-fnav__list02 {
    padding-top: 24px;
  }
  .l-fnav__list02-item {
    margin-bottom: 16px;
  }
  .l-fnav__list02-item:last-child {
    margin-bottom: 0;
  }
  .l-fnav__list02-item-link {
    font-size: 1.4rem;
    font-weight: 400;
    color: #eee;
  }
  .l-fnav__list-bottom {
    padding-top: 40px;
    padding-bottom: 0;
    flex-direction: column-reverse;
  }
  .l-fnav__list-bottom2 {
    display: block;
  }
}
.l-footer__copy {
  font-size: 1rem;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .l-footer__copy {
    width: 100%;
    margin-right: 0;
  }
}
.l-fnav__list-bottom-link {
  font-size: 1.2rem;
  font-weight: 500;
  margin-right: 50px;
}

@media screen and (max-width: 768px) {
  .l-fnav__list-bottom-link {
    width: 100%;
    font-size: 1.4rem;
    font-weight: 500;
    margin-right: 0;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .l-fnav__list-bottom-item {
    margin-bottom: 24px;
  }
}
.l-footer__top-section {
  padding: 100px 0;
  background-size: cover;
  width: 100%;
  position: relative;
}
.l-footer__top-section.lazyloaded {
  background-image: url(/wp-content/themes/solar-partners/assets/img/common/footer-top-bg.jpg);
}

.l-footer__top-section::before {
  content: "";
  display: block;
  background-color: #ff6800;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
}

.l-footer__top-img {
  margin-bottom: -5px;
  position: relative;
  background-color: #ff6b00;
}

.l-footer__top-box {
  width: calc((100% - 80px) / 2);
  padding: 92px 64px 60px;
  border: solid 4px #fff;
  border-radius: 24px;
  background-color: #ff6b00;
  display: block;
}

.l-footer__top-ttl-area {
  position: relative;
  margin-bottom: 48px;
}

.l-footer__top-ttl-en {
  font-size: 8rem;
  line-height: 1;
  color: #ff6b00;
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
}

.l-footer__top-ttl {
  font-size: 4.8rem;
  line-height: 1;
  position: absolute;
  top: 48px;
  left: 0;
}

.l-footer__top-box .c-text {
  margin-bottom: 32px;
  font-size: 2.4rem;
}

.l-footer__top-arrow {
  width: 96px;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 1728px) {
  .l-footer__top-section {
    padding: 5.787vw 0;
    /* background-image: url(/wp-content/themes/solar-partners/assets/img/common/footer-top-bg.webp); */
    background-size: cover;
    width: 100%;
  }
  .l-footer__top-img {
    margin-bottom: -0.28935185vw;
    position: relative;
  }
  .l-footer__top-box {
    width: calc((100% - 4.62962963vw) / 2);
    padding: 5.324vw 3.704vw 3.472vw;
    border: solid 0.23148148vw #fff;
    border-radius: 1.38888889vw;
    background-color: #ff6b00;
    display: block;
  }
  .l-footer__top-ttl-area {
    position: relative;
    margin-bottom: 2.778vw;
  }
  .l-footer__top-ttl-en {
    font-size: 4.62962963vw;
    line-height: 1;
    color: #ff6b00;
    -webkit-text-stroke: 0.05787037vw #fff;
    text-stroke: 0.05787037vw #fff;
  }
  .l-footer__top-ttl {
    font-size: 2.77777778vw;
    line-height: 1;
    position: absolute;
    top: 2.77777778vw;
    left: 0;
  }
  .l-footer__top-box .c-text {
    margin-bottom: 1.852vw;
    font-size: 1.37vw;
  }
  .l-footer__top-arrow {
    width: 5.55555556vw;
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__top-section {
    padding: 68.5px 0 82.5px;
    /* background-image:url(/wp-content/themes/solar-partners/assets/img/common/footer-top-bg.png); */
    background-size: cover;
    width: 100%;
    background-position: center;
  }
  .l-footer__top-img {
    margin-bottom: -2px;
  }
  .home .l-footer__top-img {
    margin-top: -18.548vw;
  }
  .l-footer__top-box {
    width: 100%;
    padding: 40px 32px;
    border: solid 4px #fff;
    border-radius: 24px;
    background-color: #ff6b00;
    display: block;
    margin-bottom: 40px;
  }
  .l-footer__top-box:last-child {
    margin-bottom: 0;
  }
  .l-footer__top-ttl-area {
    position: relative;
    margin-bottom: 48px;
  }
  .l-footer__top-ttl-en {
    font-size: 4rem;
    line-height: 1;
    color: #ff6b00;
    -webkit-text-stroke: 1px #fff;
    text-stroke: 1px #fff;
  }
  .l-footer__top-ttl {
    font-size: 3.2rem;
    line-height: 1;
    position: absolute;
    top: 24px;
    left: 0;
  }
  .l-footer__top-box .c-text {
    margin-bottom: 32px;
    font-size: 1.6rem;
  }
  .l-footer__top-arrow {
    width: 80px;
    margin: 0 0 0 auto;
  }
}
/*---------_breadcrumb.sass---------*/
.l-breadcrumb {
  padding: 0 3.8%;
  margin-bottom: 102px;
}

@media screen and (max-width: 768px) {
  .l-breadcrumb {
    padding: 0 6%;
    margin-bottom: 56px;
  }
}
.l-breadcrumb__list {
  width: fit-content;
  justify-content: space-between;
  gap: 24px;
}

.l-breadcrumb__item {
  color: #BABABA;
  font-size: 1.2rem;
  font-weight: bold;
}

.l-breadcrumb__item-link {
  color: #4577FF;
}

.breadcrumbs span a.home span {
  padding-left: 0;
  color: #fff;
}

.breadcrumbs a span {
  color: #fff;
  text-decoration: underline;
}

.breadcrumbs span span {
  padding: 0 16px;
}

.breadcrumbs span {
  color: rgba(255, 255, 255, 0.6);
}

.breadcrumbs {
  margin-bottom: 72px;
}

/* Wrapper / Container */
.l-wrap {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .l-wrap {
    max-width: 1200px;
    margin: 0 auto;
    width: 90%;
  }
}
.l-wrap__medium {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}
@media screen and (max-width: 1450px) {
  .l-wrap__medium {
    max-width: 1200px;
    margin: 0 auto;
    width: 90%;
  }
}
.l-wrap__big {
  max-width: 1550px;
  margin: 0 auto;
  width: 90%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1600px) {
  .l-wrap__big {
    max-width: 1550px;
    margin: 0 auto;
    width: 90%;
  }
}
.l-wrap__detail {
  max-width: 1000px;
  margin: 0 auto;
}

/*---------------------------
object-component: Titles
---------------------------*/
.c-ttl {
  font-family: "Dela Gothic One", sans-serif;
  letter-spacing: 0.02em;
  font-size: 9.6rem;
  line-height: 1.2;
}
@media screen and (max-width: 1728px) {
  .c-ttl {
    font-size: 5.56vw;
  }
}
@media screen and (max-width: 768px) {
  .c-ttl {
    font-size: 4.8rem;
  }
}
.c-ttl__area {
  position: relative;
}
.c-ttl__area .c-ttl {
  position: absolute;
  top: 48px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .c-ttl__area .c-ttl {
    position: absolute;
    top: 17px;
    left: 0;
    line-height: 1.6;
  }
}
.c-ttl__en {
  font-family: "Dela Gothic One", sans-serif;
  letter-spacing: 0.02em;
  font-size: 9.6rem;
  font-weight: 400;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px #FFF;
  text-stroke: 1px #FFF;
  overflow-wrap: normal;
  text-wrap: nowrap;
}
@media screen and (max-width: 1728px) {
  .c-ttl__en {
    font-size: 5.556vw;
  }
}
@media screen and (max-width: 768px) {
  .c-ttl__en {
    font-family: "Dela Gothic One", sans-serif;
    letter-spacing: 0.02em;
    font-size: 5.6rem;
    line-height: 1;
    -webkit-text-stroke: 1px #FFF;
    text-stroke: 1px #FFF;
  }
}
.c-ttl__sub {
  width: fit-content;
  padding: 8px 32px;
  background-color: #000;
  color: #fff;
  font-family: "Dela Gothic One", sans-serif;
  letter-spacing: 0.02em;
  font-size: 3.6rem;
  line-height: 1.6;
  border-radius: 16px;
}
@media screen and (max-width: 1728px) {
  .c-ttl__sub {
    font-size: 2.083vw;
  }
}
@media screen and (max-width: 768px) {
  .c-ttl__sub {
    padding: 4px 24px;
    font-size: 2.4rem;
    border-radius: 8px;
  }
}

.c-catch {
  font-size: 5.6rem;
  line-height: 1.2;
  font-family: "Dela Gothic One", sans-serif;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1728px) {
  .c-catch {
    font-size: 3.241vw;
  }
}
@media screen and (max-width: 768px) {
  .c-catch {
    font-size: 2.8rem;
    line-height: 1.2;
    font-family: "Dela Gothic One", sans-serif;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 349px) {
  .c-catch {
    font-size: 2.4rem;
    line-height: 1.2;
    font-family: "Dela Gothic One", sans-serif;
    letter-spacing: 0.02em;
  }
}

/*---------------------------
object-component: Buttons & Links
---------------------------*/
.c-btn__text {
  padding: 24px 40px;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 768px) {
  .c-btn__text {
    padding: 19px 40px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.1);
  }
}
.c-btn__link {
  display: flex;
  align-items: center;
  width: fit-content;
  font-weight: bold;
  font-size: 2.4rem;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  .c-btn__link {
    display: flex;
    align-items: center;
    width: fit-content;
    font-weight: bold;
    font-size: 1.8rem;
    margin: 0 auto 0 0;
  }
}
.c-btn__link::after {
  content: "";
  background-size: 18px 20px;
  background-repeat: no-repeat;
  background-position: center;
  width: 80px;
  height: 80px;
  border: solid 1px #fff;
  border-radius: 50%;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .c-btn__link::after {
    content: "";
    background-size: 14px 17px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
    width: 56px;
    height: 56px;
    border: solid 1px #fff;
    border-radius: 50%;
    margin-left: 24px;
  }
}
.c-btn__link.lazyloaded::after {
  background-image: url(/wp-content/themes/solar-partners/assets/img/common/arrow03.png);
}
@media screen and (max-width: 768px) {
  .c-btn__link.lazyloaded::after {
    background-image: url(/wp-content/themes/solar-partners/assets/img/common/arrow03.png);
  }
}

.c-link {
  text-decoration: underline;
}

/*---------------------------
object-component: List
---------------------------*/
.c-list__item {
  padding: 25px 0;
  border-bottom: solid 2px #fff;
}
@media screen and (max-width: 1728px) {
  .c-list__item {
    padding: 1.447vw 0;
    border-bottom: solid 0.11574074vw #fff;
  }
}
@media screen and (max-width: 768px) {
  .c-list__item {
    padding: 20px 0;
    border-bottom: solid 2px #fff;
  }
}
.c-list__item:first-child {
  border-top: solid 2px #fff;
}
.c-list__item-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 3.6rem;
  line-height: 1.6;
}
.c-list__item-link::after {
  content: "";
  background-image: url(/wp-content/themes/solar-partners/assets/img/common/arrow03.png);
  background-size: 26px 30px;
  background-repeat: no-repeat;
  background-position: center;
  padding: 36px;
  width: 96px;
  height: 96px;
  border-radius: 50%;
}
@media screen and (max-width: 1728px) {
  .c-list__item-link {
    font-size: 2.083vw;
  }
  .c-list__item-link::after {
    content: "";
    background-image: url(/wp-content/themes/solar-partners/assets/img/common/arrow03.png);
    background-size: 1.50462963vw 1.73611111vw;
    background-repeat: no-repeat;
    background-position: center;
    padding: 2.08333333vw;
    width: 5.55555556vw;
    height: 5.55555556vw;
    border-radius: 50%;
  }
}
@media screen and (max-width: 768px) {
  .c-list__item-link {
    display: block;
    font-size: 2.2rem;
    line-height: 1.6;
    padding-right: 40px;
    position: relative;
  }
  .c-list__item-link::after {
    content: "";
    background-image: url(/wp-content/themes/solar-partners/assets/img/common/arrow03.png);
    background-size: 10px 13px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 0;
  }
}
@media screen and (max-width: 349px) {
  .c-list__item-link {
    display: block;
    font-size: 1.8rem;
  }
}

/*---------------------------
object-component: Container & Deco
---------------------------*/
.c-container {
  margin-top: -80px;
  border-radius: 32px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .c-container {
    margin-top: -64px;
    border-radius: 32px;
  }
}

.c-deco__circle-one {
  position: absolute;
  top: -79px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: block;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background-color: #BB19A1;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .c-deco__circle-one {
    width: 180px;
    height: 180px;
    top: -60px;
  }
}
@media screen and (max-width: 768px) {
  .c-deco__circle-one {
    position: absolute;
    top: -8vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    display: block;
    width: 21.4vw;
    height: 21.4vw;
    border-radius: 50%;
    z-index: -1;
  }
}
.c-deco__circle-two, .c-deco__circle-two02 {
  position: relative;
  z-index: 0;
}
.c-deco__circle-two span:first-child {
  position: absolute;
  top: -80px;
  left: 0;
  display: block;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background-color: #1A39E0;
  z-index: -1;
}
.c-deco__circle-two span:nth-of-type(2) {
  position: absolute;
  top: -80px;
  right: 0;
  display: block;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background-color: #1A39E0;
  z-index: -1;
}
.c-deco__circle-two02 span:first-child {
  position: absolute;
  bottom: -80px;
  left: 0;
  display: block;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background-color: #BB19A1;
  z-index: -1;
}
.c-deco__circle-two02 span:nth-of-type(2) {
  position: absolute;
  bottom: -80px;
  right: 0;
  display: block;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background-color: #BB19A1;
  z-index: -1;
}

@media screen and (max-width: 1024px) {
  .c-deco__circle-two span:first-child,
  .c-deco__circle-two span:nth-of-type(2) {
    width: 180px;
    height: 180px;
    top: -60px;
  }
  .c-deco__circle-two02 span:first-child,
  .c-deco__circle-two02 span:nth-of-type(2) {
    width: 180px;
    height: 180px;
    bottom: -60px;
  }
}
@media screen and (max-width: 768px) {
  .c-deco__circle-two span:first-child {
    position: absolute;
    top: -8vw;
    left: 20px;
    display: block;
    width: 21.4vw;
    height: 21.4vw;
    border-radius: 50%;
    z-index: -1;
  }
  .c-deco__circle-two span:nth-of-type(2) {
    position: absolute;
    top: -8vw;
    right: 20px;
    display: block;
    width: 21.4vw;
    height: 21.4vw;
    border-radius: 50%;
    z-index: -1;
  }
  .c-deco__circle-two02 span:first-child {
    position: absolute;
    bottom: -123px;
    left: 20px;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #BB19A1;
    z-index: 1;
  }
  .c-deco__circle-two02 span:nth-of-type(2) {
    position: absolute;
    bottom: -123px;
    right: 20px;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #BB19A1;
    z-index: -1;
  }
}
/*---------------------------
下層
---------------------------*/
.c-under__mv {
  padding: 178px 0 120px;
  background-image: url(/wp-content/themes/solar-partners/assets/img/common/mv-deco-orange01.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #ea741e;
}

body.data .c-under__mv {
  background-color: #cb3535;
}

.c-under__mv-ttl-en {
  font-size: 12rem;
  line-height: 1;
  margin-bottom: 40px;
  font-family: "Dela Gothic One", sans-serif;
  letter-spacing: 0.02em;
  letter-spacing: 0.02em;
  font-weight: 400;
}

.c-under__mv-ttl {
  font-size: 3.2rem;
  line-height: 1.6;
  margin-bottom: 72px;
  font-family: "Dela Gothic One", sans-serif;
  letter-spacing: 0.02em;
  font-weight: 400;
}

@media screen and (max-width: 1728px) {
  .c-under__mv-ttl-en {
    font-size: clamp(6rem, 6.94444444vw, 12rem);
    line-height: 1;
    margin-bottom: 2.31481481vw;
    font-family: "Dela Gothic One", sans-serif;
    letter-spacing: 0.02em;
    font-weight: 400;
  }
  .c-under__mv-ttl {
    font-size: clamp(2.4rem, 1.85185185vw, 3.2rem);
    line-height: 1.6;
    margin-bottom: 4.16666667vw;
    font-family: "Dela Gothic One", sans-serif;
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
.c-under__mv-deco {
  position: absolute;
  width: 676px;
  bottom: -195px;
  right: 0;
}

.privacy .c-under__mv-deco,
.privacypolicy .c-under__mv-deco,
.privacypolicy-recruitment .c-under__mv-deco,
.privacypolicy-test .c-under__mv-deco {
  z-index: -1;
}

@media screen and (max-width: 1024px) {
  .c-under__mv-deco {
    position: absolute;
    width: 500px;
    bottom: -155px;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-under__mv {
    padding: 78px 0 50px;
    background-image: url(/wp-content/themes/solar-partners/assets/img/common/mv-deco-orange01-sp.png);
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .c-under__mv-ttl-en {
    font-size: 4rem;
    line-height: 1;
    margin: 0;
    margin-bottom: 16px;
    font-family: "Dela Gothic One", sans-serif;
    letter-spacing: 0.02em;
    font-weight: 400;
  }
  .c-under__mv-ttl {
    font-size: 2.8rem;
    line-height: 1.2;
    margin: 0;
    margin-bottom: 40px;
    font-family: "Dela Gothic One", sans-serif;
    letter-spacing: 0.02em;
    font-weight: 400;
  }
  .breadcrumbs {
    margin: 0;
    margin-bottom: 40px;
  }
  .c-under__mv-deco {
    display: none;
  }
}
/*---------------------------
  Puzzle 
---------------------------*/
.circle-puzzle {
  position: absolute;
  right: 0;
  left: 0;
  width: 1200px;
  height: 240px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}
@media (max-width: 1399.98px) {
  .circle-puzzle {
    width: 900px;
  }
}
@media (max-width: 991.98px) {
  .circle-puzzle {
    width: 700px;
    height: 180px;
  }
}
@media (max-width: 767.98px) {
  .circle-puzzle {
    width: 500px;
    height: 180px;
  }
}
@media (max-width: 575.98px) {
  .circle-puzzle {
    width: 350px;
    height: 90px;
  }
}
.circle-puzzle.top {
  top: -81px;
}
@media (max-width: 991.98px) {
  .circle-puzzle.top {
    top: -51px;
  }
}
@media (max-width: 575.98px) {
  .circle-puzzle.top {
    top: -36px;
  }
}
.circle-puzzle.bottom {
  bottom: -160px;
}
@media (max-width: 991.98px) {
  .circle-puzzle.bottom {
    bottom: -130px;
  }
}
@media (max-width: 575.98px) {
  .circle-puzzle.bottom {
    bottom: -55px;
  }
}
.circle-puzzle span {
  position: absolute;
  width: 240px;
  height: 240px;
  border-radius: 50%;
}
@media (max-width: 991.98px) {
  .circle-puzzle span {
    width: 180px;
    height: 180px;
  }
}
@media (max-width: 575.98px) {
  .circle-puzzle span {
    width: 90px;
    height: 90px;
  }
}
.circle-puzzle span:only-child {
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}
.circle-puzzle span:first-child {
  left: 0;
}
.circle-puzzle span:nth-child(2n) {
  right: 0;
}
.circle-puzzle {
  /* カラーバリエーション */
}
.circle-puzzle.blue span {
  background-color: #3445a1;
}
.circle-puzzle.orange span {
  background-color: #ea741e;
}
.circle-puzzle.vivid-orange span {
  background-color: #f46515;
}
.circle-puzzle.white span {
  background-color: #fff;
}
.circle-puzzle.green span {
  background-color: #49a728;
}
.circle-puzzle.vivid-green span {
  background-color: #3d961d;
}
.circle-puzzle.light-green span {
  background-color: #3ebe01;
}
.circle-puzzle.purple span {
  background-color: #c03ebb;
}
.circle-puzzle.vivid-blue span {
  background-color: #1a39e0;
}
.circle-puzzle.vivid-purple span {
  background-color: #bb18a1;
}
.circle-puzzle.red span {
  background-color: #d92c2d;
}
.circle-puzzle.green-white span {
  background-color: #49a728;
}
@media (max-width: 1728px) {
  .circle-puzzle.green-white span {
    background-color: #fff;
  }
}

/* ==============================================
   1. Utility (汎用クラス・モジュール)
============================================== */
/* Font & Typography */
.u-sans {
  font-family: "Noto Sans JP", sans-serif;
}

.u-serif {
  font-family: "Noto Serif JP", serif;
}

.u-dela {
  font-family: "Dela Gothic One", sans-serif;
  letter-spacing: 0.02em;
  font-weight: 400;
}

.u-montserrat {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.u-bold {
  font-weight: bold;
}

.u-tac {
  text-align: center;
}

.u-tal {
  text-align: left;
}

.u-tar {
  text-align: right;
}

/* Text & Color */
.u-text__tiny {
  font-size: 1.2rem;
}
.u-text__required {
  color: #FF0000;
  margin-left: 20px;
}

.u-color__black {
  color: #000;
}
.u-color__yellow {
  color: #FFF855;
}
.u-color__red {
  color: #FF4141;
}

/* Display & Device (レスポンシブ切り替え) */
.u-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-pc {
    display: none !important;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-sp {
    display: block;
  }
}

/* Layout & Positioning */
.u-po-re, .position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.isolate {
  isolation: isolate;
}

.z-index-1 {
  z-index: 1 !important;
}

/* Flex */
.u-flex {
  display: flex;
  flex-wrap: wrap;
}

.u-jcc {
  justify-content: center;
}

.u-jcsb {
  justify-content: space-between;
}

.u-jcsa {
  justify-content: space-around;
}

.u-jcfe {
  justify-content: flex-end;
}

.u-aic {
  align-items: center;
}

/* Spacing */
.mt-0 {
  margin-top: 0 !important;
}

.mt-30 {
  margin-top: -30px !important;
}

.pb-160 {
  padding-bottom: 160px !important;
}

@media (max-width: 768px) {
  .mt-0-sp {
    margin-top: 0 !important;
  }
  .pb-160 {
    padding-bottom: 80px !important;
  }
}
/* Border & Backgrounds */
.border-radius-0 {
  border-radius: 0 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-orange {
  background-color: #ff6b00 !important;
}

.bg-orange-strong {
  background-color: #ea741d;
}

.bg-purple {
  background-color: #c03ebb !important;
}

.bg-vivid-red {
  background-color: #cb3535 !important;
}

.bg-light-green {
  background-color: #3ebe01 !important;
}

.bar-green {
  background-color: #31be00 !important;
}

.bg-green {
  background-color: #49a728 !important;
}
.bg-green > .c-under__mv {
  background-color: #49a728 !important;
}

@media (max-width: 768px) {
  .rounded-sp-top {
    border-top-right-radius: 32px !important;
    border-top-left-radius: 32px !important;
  }
}

@media (max-width: 768px) {
  .rounded-sp-bottom {
    border-bottom-right-radius: 32px !important;
    border-bottom-left-radius: 32px !important;
  }
}

/* ==============================================
   3. Animation (アニメーションクラス)
============================================== */
.animation {
  z-index: 1 !important;
  opacity: 0;
  transition: 1s all ease;
}
.animation.active {
  opacity: 1;
  transform: translateY(0);
}
.animation-top {
  transform: translateY(30%);
}
.animation-top-lg {
  transform: translateY(45%);
}
.animation-message {
  transform: translateY(2%);
}
.animation-outline-company {
  transform: translateY(10%);
}
.animation-outline-service {
  transform: translateY(10%);
}

/* ==============================================
   4. Project Specific (セクション・ページ独自)
============================================== */
.service-introduction {
  background-color: #ea741d;
}

.main-oneday {
  background-color: #fff;
}

.footer-oneday {
  position: relative;
  background-color: #49a728;
}

.oneday-schedule {
  padding-bottom: 0;
}

.footer-orange {
  background-color: #ea741e !important;
}

/* Decorations & Background Objects */
.decoration-culture {
  min-height: 65px;
}

.circle-certification {
  top: -82px;
}

.decoration-purple {
  max-width: 1510px;
}
.decoration-purple span {
  top: -200px !important;
  background-color: #c03ebb !important;
}

.decoration-strong-blue {
  max-width: 1510px;
}
.decoration-strong-blue span {
  top: -290px !important;
  background-color: #3445a1 !important;
}

.decoration-green {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  background-color: #31be00;
}
.decoration-green:before {
  position: absolute;
  top: 5vw;
  width: 13vw;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  bottom: 0;
  content: "";
}
.decoration-green.message {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
  background-color: #ea741d;
}
.decoration-green.message.light-green {
  background-color: #3ebe01;
}
.decoration-green.message.strong-green {
  background-color: #49a728;
}
.decoration-green.message.green, .decoration-green.message .bg-green-strong {
  background-color: #3d961e;
}
.decoration-green.message.orange, .decoration-green.message .bg-orange-strong {
  background-color: #ea741d;
}
.decoration-green.message:before, .decoration-green.message:after {
  width: 238px;
  height: 238px;
  background: #fff;
}
.decoration-green.light-green, .decoration-green.culture-system {
  max-width: 1510px;
}
.decoration-green.strong-green:before, .decoration-green.strong-green:after {
  background-color: #fff;
}

/* Puzzles */
.puzzle-purple {
  top: -110px;
}

.puzzle-orange span {
  top: -325px;
  bottom: auto !important;
}

.single-puzzle-white, .single-puzzle-green, .single-puzzle-orange {
  top: auto;
  right: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  transform: translateX(0);
}
.single-puzzle-white {
  bottom: -138px;
  background: #fff;
}
.single-puzzle-green {
  bottom: -138px;
  background: #49a728;
}
.single-puzzle-orange {
  bottom: -135px;
  background: #ff6b00;
}
@media (max-width: 1024px) {
  .single-puzzle-orange {
    bottom: -95px;
  }
}

@media (min-width: 769px) {
  .puzzle-company-section {
    height: 225px !important;
  }
}
/* Internal Areas */
.internal-content {
  position: relative;
  margin-top: -48vw;
  background-color: #ea741d;
}
@media (max-width: 1800px) {
  .internal-content {
    margin-top: -50vw;
  }
}
@media (max-width: 1700px) {
  .internal-content {
    margin-top: -54vw;
  }
}
@media (max-width: 1300px) {
  .internal-content {
    margin-top: -56vw;
    padding-bottom: 85px;
  }
}
@media (max-width: 1140px) {
  .internal-content {
    margin-top: -61vw;
  }
}
@media (max-width: 991px) {
  .internal-content {
    margin-top: -81vw;
  }
}

.internal-system .p-culture__pc_only {
  margin-left: 18vw;
}
@media (max-width: 1800px) {
  .internal-system .p-culture__pc_only {
    margin-left: 3vw;
  }
}

@media (max-width: 1300px) {
  #p-culture__culture {
    padding-bottom: 200px;
  }
}

#p-culture__office {
  padding-top: 110px;
  isolation: isolate;
  background-color: #c03ebb !important;
}
#p-culture__office::before {
  display: none;
}

/*---------------------------
project: Home
---------------------------*/
.p-home__mv-section {
  position: relative;
}
@media screen and (max-width: 1728px) {
  .p-home__mv-section {
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  .p-home__mv-section {
    position: relative;
  }
}
.p-home__mv-img-top:nth-of-type(1) {
  width: 35.94%;
}
@media screen and (max-width: 768px) {
  .p-home__mv-img-top:nth-of-type(1) {
    width: 57%;
  }
}
.p-home__mv-img-top:nth-of-type(2) {
  width: 35.05%;
  margin-left: -9.67%;
}
@media screen and (max-width: 768px) {
  .p-home__mv-img-top:nth-of-type(2) {
    width: 61%;
    margin-left: -18%;
  }
}
.p-home__mv-img-top:nth-of-type(3) {
  width: 47.01%;
  margin-left: -14.84%;
}
@media screen and (max-width: 768px) {
  .p-home__mv-img-top:nth-of-type(3) {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-home__mv-img-top-wrap {
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .p-home__mv-img-middle:nth-of-type(1) {
    width: 61%;
  }
}
@media screen and (max-width: 768px) {
  .p-home__mv-img-middle:nth-of-type(2) {
    width: 64%;
    margin-left: -25%;
    margin-top: 1%;
  }
}
@media screen and (max-width: 768px) {
  .p-home__mv-img-middle-wrap {
    flex-wrap: nowrap;
    margin-top: -32%;
    position: relative;
    z-index: 1;
  }
}
.p-home__mv-img-bottom:nth-of-type(1) {
  width: 39.59%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-home__mv-img-bottom:nth-of-type(1) {
    width: 65%;
    z-index: 1;
  }
}
.p-home__mv-img-bottom:nth-of-type(2) {
  width: 30.99%;
  margin-left: -6.42%;
  margin-top: 6.05%;
}
@media screen and (max-width: 768px) {
  .p-home__mv-img-bottom:nth-of-type(2) {
    width: 56%;
    margin-left: -21%;
    margin-top: 12%;
    z-index: 0;
  }
}
.p-home__mv-img-bottom:nth-of-type(3) {
  width: 37.12%;
  margin-top: 3.6%;
  margin-left: -5.3%;
}
@media screen and (max-width: 768px) {
  .p-home__mv-img-bottom:nth-of-type(3) {
    display: none;
  }
}
.p-home__mv-img-bottom-wrap {
  margin-top: -21.34%;
}
@media screen and (max-width: 768px) {
  .p-home__mv-img-bottom-wrap {
    flex-wrap: nowrap;
    margin-top: -34%;
    position: relative;
    z-index: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-home__mv-img-sp {
    position: relative;
  }
}
.p-home__mv-catch {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 31%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 12rem;
  line-height: 1;
  font-family: "Dela Gothic One", sans-serif;
  letter-spacing: 0.02em;
  font-weight: 400;
  filter: drop-shadow(0px 4px 32px rgba(0, 0, 0, 0.24));
  z-index: 2;
}
@media screen and (max-width: 1728px) {
  .p-home__mv-catch {
    top: 30%;
    font-size: 6.944vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__mv-catch {
    top: 43%;
    font-size: 10.178vw;
  }
}
@media screen and (max-width: 349px) {
  .p-home__mv-catch {
    font-size: 3.4rem;
  }
}
.p-home__message-section {
  position: relative;
  z-index: 0;
  overflow: hidden !important;
}
@media screen and (max-width: 768px) {
  .p-home__message-section {
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 100px;
  }
}
.p-home__message-deco {
  width: 34.94%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1728px) {
  .p-home__message-deco {
    width: 38.94%;
  }
}
@media screen and (max-width: 768px) {
  .p-home__message-deco {
    width: 139%;
    top: 10%;
    left: -12%;
  }
}
.p-home__message-contents {
  width: 60%;
  border-bottom: solid 1px #fff;
  padding: 102px 0 64px;
  margin-bottom: 263px;
  margin-right: 42px;
}
@media screen and (max-width: 1728px) {
  .p-home__message-contents {
    padding: 5.903vw 0 3.704vw;
    margin-bottom: 15.22vw;
    margin-right: 2.431vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-home__message-contents {
    margin-bottom: 20vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__message-contents {
    width: 100%;
    padding: 0 0 24px;
    margin-bottom: 0;
  }
}
.p-home__message-contents .c-catch {
  margin-bottom: 32px;
}
@media screen and (max-width: 1728px) {
  .p-home__message-contents .c-catch {
    margin-bottom: 1.852vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__message-contents .c-catch {
    margin-bottom: 24px;
  }
}
.p-home__message-contents .c-text {
  margin-bottom: 32px;
}
@media screen and (max-width: 1728px) {
  .p-home__message-contents .c-text {
    margin-bottom: 1.852vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__message-contents .c-text {
    margin-bottom: 24px;
  }
}
.p-home__message-contents .c-btn__link {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  .p-home__message-contents .c-btn__link {
    margin: 0 auto 0 0;
  }
}
.p-home__message-contents .c-btn__text {
  background-color: rgba(255, 255, 255, 0.1);
}
.p-home__message-img {
  width: 36.5%;
  margin-right: -10%;
}
@media screen and (max-width: 768px) {
  .p-home__message-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.p-home__message-ttl_area {
  position: relative;
  margin-bottom: 32px;
}
@media screen and (max-width: 1728px) {
  .p-home__message-ttl_area {
    margin-bottom: 1.852vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__message-ttl_area {
    margin-bottom: 24px;
  }
}
.p-home__message-ttl_area .c-ttl__sub {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
  font-size: 2.4rem;
}
.p-home__interview-wrap {
  background-color: #1a39e0;
}
.p-home__interview-section {
  padding: 107px 0 214px;
  position: relative;
}
@media screen and (max-width: 1728px) {
  .p-home__interview-section {
    padding: 6.192vw 0 14.384vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-home__interview-section {
    padding-bottom: 20vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__interview-section {
    padding: 82px 0 144px;
  }
}
.p-home__interview-ttl-area {
  position: relative;
  margin-bottom: 48px;
}
@media screen and (max-width: 1728px) {
  .p-home__interview-ttl-area {
    margin-bottom: 2.778vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-home__interview-ttl-area .c-ttl__sub {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .p-home__interview-ttl-area {
    margin-bottom: 46px;
  }
}
.p-home__interview-ttl-area .c-ttl__en {
  color: #1a39e0;
}
.p-home__interview-ttl-area .c-ttl__sub {
  position: absolute;
  left: -6px;
  bottom: -35px;
  font-size: 2.4rem;
}
@media screen and (max-width: 1728px) {
  .p-home__interview-ttl-area .c-ttl__sub {
    left: -0.347vw;
    bottom: -2.025vw;
    font-size: 1.389vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__interview-ttl-area .c-ttl__sub {
    left: 0;
    bottom: -23px;
    font-size: 2.4rem;
  }
}
.p-home__interview-catch {
  font-size: 6.4rem;
  font-family: "Dela Gothic One", sans-serif;
  letter-spacing: 0.02em;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 64.5px;
}
@media screen and (max-width: 1728px) {
  .p-home__interview-catch {
    font-size: 3.704vw;
    margin-bottom: 3.733vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__interview-catch {
    font-size: clamp(2rem, 8vw, 3.2rem);
    margin-bottom: 32px;
    text-align: left;
  }
}
.p-home__interview-contents {
  justify-content: space-between;
  width: 100%;
}
.p-home__interview-box {
  width: 48%;
  padding-bottom: 40px;
  border-bottom: solid 2px #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1728px) {
  .p-home__interview-box {
    padding-bottom: 2.315vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__interview-box {
    width: 100%;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  .p-home__interview-box:last-child {
    margin-bottom: 0;
  }
}
.p-home__interview-box .c-text {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 40px;
  padding: 0 24px;
}
@media screen and (max-width: 1728px) {
  .p-home__interview-box .c-text {
    font-size: 1.042vw;
    margin-bottom: 2.315vw;
    padding: 0 1.389vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-home__interview-box .c-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-home__interview-box .c-text {
    font-size: 1.6rem;
    margin-bottom: 32px;
    padding: 0;
  }
}
.p-home__interview-box-img {
  margin-bottom: 32px;
}
@media screen and (max-width: 1728px) {
  .p-home__interview-box-img {
    margin-bottom: 1.852vw;
  }
}
.p-home__interview-box-img > img {
  border-radius: 25px;
}
.p-home__interview-box-img .c-ttl__sub {
  margin-top: -20px;
  margin-left: 24px;
  z-index: 10;
  position: relative;
}
@media screen and (max-width: 1728px) {
  .p-home__interview-box-img .c-ttl__sub {
    margin-top: -1.157vw;
    margin-left: 1.389vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__interview-box-img .c-ttl__sub {
    margin-top: -24px;
    margin-left: 0;
  }
}
.p-home__oneday-wrap {
  position: relative;
  background-color: #31be00;
  padding: 89px 0 232px;
  border-radius: 32px 32px 0 0;
  z-index: 0;
}
@media screen and (max-width: 1728px) {
  .p-home__oneday-wrap {
    padding: 5.15vw 0 16.954vw;
    border-radius: 1.852vw 1.852vw 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .p-home__oneday-wrap {
    padding-bottom: 22vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__oneday-wrap {
    padding: 94px 0 170px;
    border-radius: 32px 32px 0 0;
  }
}
.p-home__oneday-wrap .c-deco__circle-one {
  background-color: #31be00;
}
.p-home__oneday-ttl-wrap {
  align-items: flex-end;
  margin-bottom: 42px;
}
@media screen and (max-width: 1728px) {
  .p-home__oneday-ttl-wrap {
    margin-bottom: 2.431vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__oneday-ttl-wrap {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-home__oneday-ttl-area {
    width: 100%;
    margin-bottom: 24px;
  }
}
.p-home__oneday-ttl-area .c-ttl__en {
  color: #31be00;
}
.p-home__oneday-ttl-area .c-ttl__sub {
  margin-top: -12px;
  z-index: 1;
  position: relative;
  background-color: #fff855;
  color: #31be00;
  padding: 8px 32px;
  line-height: 1;
  font-size: 2.4rem;
}
@media screen and (max-width: 1728px) {
  .p-home__oneday-ttl-area .c-ttl__sub {
    margin-top: -0.694vw;
    padding: 0.463vw 1.852vw;
    font-size: 1.389vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__oneday-ttl-area .c-ttl__sub {
    margin-top: -26px;
    padding: 8px 32px;
    font-size: 2.4rem;
  }
}
.p-home__oneday-catch {
  font-size: 4.556vw;
  font-family: "Dela Gothic One", sans-serif;
  letter-spacing: 0.02em;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-home__oneday-catch {
    font-size: 3.8rem;
  }
}
.p-home__oneday-ttl-text {
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  padding: 48px 0;
  flex: 1;
  height: fit-content;
}
@media screen and (max-width: 1728px) {
  .p-home__oneday-ttl-text {
    padding: 2.778vw 0;
  }
}
@media screen and (max-width: 768px) {
  .p-home__oneday-ttl-text {
    padding: 24px 0;
    font-size: 1.6rem;
  }
}
.p-home__oneday-contents {
  gap: 8px;
  position: relative;
}
@media screen and (max-width: 1728px) {
  .p-home__oneday-contents {
    gap: 0.463vw;
  }
}
.p-home__oneday-box {
  padding: 0 32px;
}
@media screen and (max-width: 1728px) {
  .p-home__oneday-box {
    padding: 0 1.852vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__oneday-box {
    padding: 0 32px;
  }
}
.p-home__oneday-box:hover {
  opacity: 0.8;
}
.p-home__oneday-position {
  margin-bottom: 8px;
}
@media screen and (max-width: 1728px) {
  .p-home__oneday-position {
    margin-bottom: 0.463vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__oneday-position {
    margin-bottom: 8px;
    font-size: 1.8rem;
  }
}
.p-home__oneday-box-img {
  margin: 0 auto;
  width: 76%;
}
@media screen and (max-width: 768px) {
  .p-home__oneday-box-img {
    width: calc(100% - 45px);
  }
}
.p-home__oneday-box-img img {
  border-radius: 16px;
}
.p-home__oneday-box-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-home__oneday-comment-area {
  margin-top: -22px;
  margin-bottom: 16px;
  position: relative;
}
@media screen and (max-width: 1728px) {
  .p-home__oneday-comment-area {
    margin-top: -1.273vw;
    margin-bottom: 0.926vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__oneday-comment-area {
    margin-top: -10px;
    margin-bottom: 16px;
    width: calc(100% + 18px);
    margin-left: -9px;
  }
}
.p-home__oneday-comment {
  display: block;
  width: fit-content;
  padding: 4px 16px;
  background-color: #000;
  color: #fff;
  margin-bottom: 8px;
  border-radius: 4px;
  font-weight: bold;
}
@media screen and (max-width: 1728px) {
  .p-home__oneday-comment {
    padding: 0.231vw 0.926vw;
    margin-bottom: 0.463vw;
    border-radius: 0.231vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-home__oneday-comment {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-home__oneday-comment {
    padding: 4px 12px;
    font-size: 14px;
    letter-spacing: -0.02em;
  }
}
@media screen and (max-width: 349px) {
  .p-home__oneday-comment {
    font-size: 12px;
  }
}
.p-home__oneday-comment:last-child {
  margin-bottom: 0;
}
.p-home__oneday-name-area {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 1728px) {
  .p-home__oneday-name-area {
    margin-bottom: 0.926vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__oneday-name-area {
    margin-bottom: 16px;
  }
}
.p-home__oneday-name {
  font-size: 2.9rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 1728px) {
  .p-home__oneday-name {
    font-size: 1.678vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-home__oneday-name {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-home__oneday-name {
    font-size: 2.4rem;
    margin-bottom: 8px;
    width: 100%;
  }
}
.p-home__oneday-kana {
  font-size: 1.8rem;
  font-family: "Dela Gothic One", sans-serif;
  letter-spacing: 0.02em;
  font-weight: 400;
  line-height: 1;
  color: #fff855;
}
@media screen and (max-width: 1728px) {
  .p-home__oneday-kana {
    font-size: 1.042vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-home__oneday-kana {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .p-home__oneday-kana {
    font-size: 1.8rem;
  }
}
.p-home__oneday-year {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: bold;
}
@media screen and (max-width: 1728px) {
  .p-home__oneday-year {
    font-size: 1.042vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-home__oneday-year {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-home__oneday-year {
    display: block;
  }
}
.p-home__oneday-bottom {
  width: 100%;
  height: auto;
  position: absolute;
}
@media (min-width: 769px) {
  .p-home__oneday-bottom {
    min-height: 65px;
  }
}
.p-home__oneday-bottom-deco-left {
  background-color: #31be00;
  border-radius: 0 0 0 32px;
  display: block;
  height: auto;
  flex: 1;
}
@media screen and (max-width: 1728px) {
  .p-home__oneday-bottom-deco-left {
    border-radius: 0 0 0 1.852vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__oneday-bottom-deco-left {
    border-radius: 0 0 0 32px;
  }
}
.p-home__oneday-bottom-deco-right {
  background-color: #31be00;
  border-radius: 0 0 32px 0;
  display: block;
  height: auto;
  flex: 1;
}
@media screen and (max-width: 1728px) {
  .p-home__oneday-bottom-deco-right {
    border-radius: 0 0 1.852vw 0;
  }
}
@media screen and (max-width: 768px) {
  .p-home__oneday-bottom-deco-right {
    border-radius: 0 0 32px 0;
  }
}
.p-home__data-section {
  width: 50%;
  height: auto;
  background-size: cover;
  background-position: center;
  padding: 270px 52px 176px;
}
@media screen and (max-width: 1728px) {
  .p-home__data-section {
    padding: 15.625vw 3.009vw 10.185vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-home__data-section {
    padding-bottom: 20vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__data-section {
    width: 100%;
    padding: 150px 5% 70px;
  }
}
.p-home__data-section.lazyloaded {
  background-image: url(/wp-content/themes/solar-partners/assets/img/home/data01-03-s.jpg);
}
@media (max-width: 768px) {
  .p-home__data-section.lazyloaded {
    background-image: url(/wp-content/themes/solar-partners/assets/img/home/data01-02-s.jpg);
  }
}
.p-home__culture-section {
  width: 50%;
  height: auto;
  background-size: cover;
  background-position: center;
  padding: 270px 59px 171px 53px;
}
@media screen and (max-width: 1728px) {
  .p-home__culture-section {
    padding: 15.625vw 3.414vw 9.896vw 3.067vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-home__culture-section {
    padding-bottom: 20vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__culture-section {
    width: 100%;
    padding: 140px 5% 107px;
  }
}
.p-home__culture-section.lazyloaded {
  background-image: url(/wp-content/themes/solar-partners/assets/img/home/culture01-03-s.jpg);
}
@media (max-width: 768px) {
  .p-home__culture-section.lazyloaded {
    background-image: url(/wp-content/themes/solar-partners/assets/img/home/culture01-02-s.jpg);
  }
}
@media screen and (max-width: 768px) {
  .p-home__2col-section {
    margin-top: -13px;
  }
}
.p-home__2col-section .puzzle-left {
  mask-position: center top;
  mask-repeat: no-repeat;
  mask-composite: add;
  mask-size: cover;
}
.p-home__2col-section .puzzle-left.lazyloaded {
  mask-image: url(/wp-content/themes/solar-partners/assets/img/home/circle-red.svg);
}
.p-home__2col-section .puzzle-right {
  mask-size: cover;
  mask-position: center top;
  mask-repeat: no-repeat;
  mask-composite: add;
}
@media screen and (max-width: 768px) {
  .p-home__2col-section .puzzle-right {
    margin-top: -73px;
  }
}
.p-home__2col-section .puzzle-right.lazyloaded {
  mask-image: url(/wp-content/themes/solar-partners/assets/img/home/circle-red.svg);
}
.p-home__2col-section .c-ttl__en {
  color: rgba(0, 0, 0, 0);
  font-size: 104px;
}
@media screen and (max-width: 1728px) {
  .p-home__2col-section .c-ttl__en {
    font-size: 6.01851852vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__2col-section .c-ttl__en {
    font-size: 4.8rem;
    line-height: 1;
  }
}
.p-home__2col-section .c-ttl {
  margin: -32px 0 32px;
  font-size: 5.6rem;
  line-height: 1;
}
@media screen and (max-width: 1728px) {
  .p-home__2col-section .c-ttl {
    margin: -1.85185185vw 0 1.85185185vw;
    font-size: 3.241vw;
    letter-spacing: 0.01em;
  }
}
@media screen and (max-width: 768px) {
  .p-home__2col-section .c-ttl {
    margin: -14px 0 16px;
    font-size: 2.8rem;
  }
}
.p-home__2col-section .c-text {
  margin-bottom: 0;
}
.p-home__2col-section .c-btn__text {
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .p-home__2col-section .c-btn__link {
    margin: 0 0 0 auto;
  }
}
.p-home__2col-section-contents {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 56px;
  margin-bottom: 80px;
  border-radius: 24px;
}
@media screen and (max-width: 1728px) {
  .p-home__2col-section-contents {
    padding: 3.24074074vw;
    margin-bottom: 4.62962963vw;
    border-radius: 1.38888889vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__2col-section-contents {
    padding: 32px;
    margin-bottom: 32px;
  }
}
.p-home_data-section .p-home__2col-section-contents {
  height: 416px;
}
@media screen and (max-width: 1728px) {
  .p-home_data-section .p-home__2col-section-contents {
    height: 24.07407407vw;
    padding: 2.9vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-home_data-section .p-home__2col-section-contents {
    height: 28vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home_data-section .p-home__2col-section-contents {
    height: auto;
    padding: 32px;
  }
}
.p-home__culture-section .p-home__2col-section-contents {
  height: 406px;
}
@media screen and (max-width: 1728px) {
  .p-home__culture-section .p-home__2col-section-contents {
    height: 23.49537037vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-home__culture-section .p-home__2col-section-contents {
    height: 28vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__culture-section .p-home__2col-section-contents {
    height: auto;
  }
}
.p-home__carrer-section {
  background-color: #bb19a1;
  padding: 93px 0 0;
  margin-top: -25px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1728px) {
  .p-home__carrer-section {
    padding: 5.382vw 0 0;
    margin-top: -4.63vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__carrer-section {
    padding: 93px 0 90px;
    margin-top: -34px;
  }
}
.p-home__carrer-section .c-btn__link {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  .p-home__carrer-section .c-btn__link {
    margin: 40px auto 0 0;
  }
}
.p-home__carrer-section .c-ttl__area {
  margin-bottom: 62px;
}
@media screen and (max-width: 1728px) {
  .p-home__carrer-section .c-ttl__area {
    margin-bottom: 3.588vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__carrer-section .c-ttl__area {
    margin-bottom: 78px;
  }
}
.p-home__carrer-section .c-ttl__en {
  color: #bb19a1;
}
@media screen and (max-width: 768px) {
  .p-home__carrer-section .c-ttl__en {
    font-size: 4rem;
  }
}
.p-home__carrer-section .c-ttl {
  font-size: 7.2rem;
}
@media screen and (max-width: 1728px) {
  .p-home__carrer-section .c-ttl {
    font-size: 4.167vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__carrer-section .c-ttl {
    font-size: 3.2rem;
  }
}
.p-home__carrer-section .c-list__item-link::after {
  content: "";
  background-color: #c017b9;
}
.p-home__carrer-bottom-img {
  position: relative;
  z-index: 1;
}
.p-home__blog-section {
  margin-top: -40px;
  padding: 195px 0 132px;
  background-color: #d92c2c;
  position: relative;
  z-index: 0;
  overflow: visible !important;
}
@media screen and (max-width: 1728px) {
  .p-home__blog-section {
    padding: 11.285vw 0 7.639vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-home__blog-section {
    padding-top: 13vw;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .p-home__blog-section {
    padding: 110px 0 76px;
  }
}
.p-home__blog-section .c-ttl__en {
  color: #d92c2c;
}
.p-home__blog-section-deco {
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .p-home__blog-section-deco {
    top: -200px;
  }
}
@media screen and (max-width: 768px) {
  .p-home__blog-section-deco {
    top: -60px;
  }
}
.p-home__blog-ttl-area {
  margin-bottom: 104px;
}
@media screen and (max-width: 1728px) {
  .p-home__blog-ttl-area {
    margin-bottom: 6.019vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-home__blog-ttl-area {
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__blog-ttl-area {
    margin-bottom: 62px;
  }
}
.p-home__blog-left {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .p-home__blog-left {
    width: 100%;
    margin-top: 125px;
  }
}
.p-home__blog-left-link {
  font-size: 2.4rem;
  font-weight: bold;
  border-radius: 16px;
  padding: 16px 40px;
  background-color: rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  width: fit-content;
}
@media screen and (max-width: 1728px) {
  .p-home__blog-left-link {
    font-size: 1.389vw;
    border-radius: 0.926vw;
    padding: 0.926vw 2.315vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-home__blog-left-link {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-home__blog-left-link {
    font-size: 1.8rem;
    padding: 19px 40px;
    margin: 26px auto 0;
  }
}
.p-home__blog-left-link::after {
  content: "";
  margin-left: 10px;
  background-size: 100% 100%;
  width: 18px;
  height: 15px;
}
@media screen and (max-width: 1728px) {
  .p-home__blog-left-link::after {
    margin-left: 0.579vw;
    width: 1.042vw;
    height: 0.868vw;
  }
}
.p-home__blog-left-link.lazyloaded::after {
  background-image: url(/wp-content/themes/solar-partners/assets/img/common/link-icon.png);
}
.p-home__blog-right {
  width: 80%;
  margin-right: calc(50% - 50vw);
  gap: 40px;
}
@media screen and (max-width: 1728px) {
  .p-home__blog-right {
    gap: 2.315vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__blog-right {
    width: 100%;
    margin-right: 0;
  }
}
.p-home__blog-box-img {
  margin-bottom: 24px;
  aspect-ratio: 3/2;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 1728px) {
  .p-home__blog-box-img {
    margin-bottom: 1.389vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__blog-box-img {
    margin-bottom: 16px;
  }
}
.p-home__blog-box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-home__blog-box-date-wrap {
  margin-bottom: 24px;
  justify-content: space-between;
}
@media screen and (max-width: 1728px) {
  .p-home__blog-box-date-wrap {
    margin-bottom: 1.389vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__blog-box-date-wrap {
    margin-bottom: 16px;
  }
}
.p-home__blog-box-date {
  font-size: 1.6rem;
  font-family: "Dela Gothic One", sans-serif;
  letter-spacing: 0.02em;
  font-weight: 400;
}
@media screen and (max-width: 1728px) {
  .p-home__blog-box-date {
    font-size: 0.926vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-home__blog-box-date {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .p-home__blog-box-date {
    font-size: 1.4rem;
  }
}
.p-home__blog-box-cate {
  font-size: 1.4rem;
  font-family: "Dela Gothic One", sans-serif;
  letter-spacing: 0.02em;
  font-weight: 400;
  padding: 4px 10px;
  background-color: #000;
  display: inline-block;
}
@media screen and (max-width: 1728px) {
  .p-home__blog-box-cate {
    font-size: 0.81vw;
    padding: 0.231vw 0.579vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__blog-box-cate {
    border-radius: 4px;
  }
}

@media screen and (max-width: 768px) {
  .home .p-home__carrer-section .c-ttl__en {
    font-size: 5.6rem;
  }
}

.c-ttl__area-left,
.c-btn-right {
  width: fit-content;
}

.section-home {
  margin-top: -27px !important;
}
.section-home.animation.active {
  z-index: 1;
  position: relative;
}

.section-message {
  margin-top: 0;
  background-color: #ff6b00;
}

.section-interview.active {
  margin-top: 34px;
}

.section-company-page {
  background-color: #ea741e;
}

.bt iframe {
  width: 150%;
  aspect-ratio: 16/9;
  position: relative;
  left: -25%;
}

@media (min-width: 768px) {
  .bt iframe {
    width: 100%;
    aspect-ratio: 16/9;
    left: auto;
  }
}
/* ビルボード動画コンテナ（親要素にposition設定が必要） */
.billboard-container {
  position: relative;
}

/* 動画の上に重ねるテキストコンテナ */
.billboard-text-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

/* オーバーレイテキストの装飾設定 */
.billboard-text {
  color: #ffffff;
  text-align: center;
  display: block;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  user-select: none;
  top: 50px;
  position: relative;
  /* モバイル（標準）サイズ */
  line-height: 1.2;
}
@media (max-width: 1400px) {
  .billboard-text {
    font-size: 6rem;
  }
}
@media (max-width: 1024px) {
  .billboard-text {
    font-size: 3.75rem;
  }
}
@media (max-width: 768px) {
  .billboard-text {
    font-size: 2.25rem;
  }
}

/* ユーザーが追加したカスタムフォントのクラス */
.overtext {
  font-family: "Dela Gothic One", sans-serif;
}

/* --- ここから追加：フェードアウトのためのCSSアニメーション --- */
/* キーフレーム定義: 不透明度を1から0へ */
@keyframes fade-out-billboard {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* アニメーションを適用するクラス */
.fade-out-start {
  /* アニメーション名, 期間(5s), 緩急, 終了後に状態を保持(forwards) */
  animation: fade-out-billboard 3s ease-in-out forwards;
}

.p-home__carrer-section {
  padding-bottom: 120px;
}

.section-fv {
  background-color: #000;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .section-fv {
    padding-bottom: 4vw;
  }
}
.section-fv video {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.section-fv video,
.section-fv svg {
  position: absolute;
}
.section-fv .inner {
  position: relative;
  height: 100%;
}
.section-fv .title-fv {
  position: absolute;
  top: -10%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  height: -moz-fit-content;
  height: fit-content;
  font-family: "Dela Gothic One", sans-serif;
  font-size: 120px;
  line-height: 1.05;
  color: #fff;
  text-align: center;
  scale: 0.75;
  opacity: 0;
  transition: 1s all ease;
}
@media (max-width: 991.98px) {
  .section-fv .title-fv {
    font-size: 80px;
  }
}
.section-fv .title-fv.active {
  scale: 1;
  opacity: 1;
}

@media (max-width: 1199.98px) {
  .section-fv .title-fv {
    font-size: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .section-fv .video-control {
    bottom: 14.8vw;
  }
}
.p-message-block__message-section {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-message-block__message-section {
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 100px;
  }
}
.p-message-block__message-deco {
  width: 34.94%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1728px) {
  .p-message-block__message-deco {
    width: 38.94%;
  }
}
@media screen and (max-width: 768px) {
  .p-message-block__message-deco {
    width: 139%;
    top: 10%;
    left: -12%;
  }
}
.p-message-block__message-contents {
  width: 60%;
  border-bottom: solid 1px #fff;
  padding: 102px 0 64px;
  margin-bottom: 263px;
  margin-right: 42px;
}
@media screen and (max-width: 1728px) {
  .p-message-block__message-contents {
    padding: 5.903vw 0 3.704vw;
    margin-bottom: 15.22vw;
    margin-right: 2.431vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-message-block__message-contents {
    margin-bottom: 20vw;
  }
}
@media screen and (max-width: 768px) {
  .p-message-block__message-contents {
    width: 100%;
    padding: 0 0 24px;
    margin-bottom: 0;
  }
}
.p-message-block__message-contents .c-catch {
  margin-bottom: 32px;
}
@media screen and (max-width: 1728px) {
  .p-message-block__message-contents .c-catch {
    margin-bottom: 1.852vw;
  }
}
@media screen and (max-width: 768px) {
  .p-message-block__message-contents .c-catch {
    margin-bottom: 24px;
  }
}
.p-message-block__message-contents .c-text {
  margin-bottom: 32px;
}
@media screen and (max-width: 1728px) {
  .p-message-block__message-contents .c-text {
    margin-bottom: 1.852vw;
  }
}
@media screen and (max-width: 768px) {
  .p-message-block__message-contents .c-text {
    margin-bottom: 24px;
  }
}
.p-message-block__message-contents .c-btn__link {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  .p-message-block__message-contents .c-btn__link {
    margin: 0 auto 0 0;
  }
}
.p-message-block__message-contents .c-btn__text {
  background-color: rgba(255, 255, 255, 0.1);
}
.p-message-block__message-img {
  width: 36.5%;
  margin-right: -10%;
}
@media screen and (max-width: 768px) {
  .p-message-block__message-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.p-message-block__message-ttl_area {
  position: relative;
  margin-bottom: 32px;
}
@media screen and (max-width: 1728px) {
  .p-message-block__message-ttl_area {
    margin-bottom: 1.852vw;
  }
}
@media screen and (max-width: 768px) {
  .p-message-block__message-ttl_area {
    margin-bottom: 24px;
  }
}
.p-message-block__message-ttl_area .c-ttl__sub {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
  font-size: 2.4rem;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

/*--  splide  --*/
.first .splide__arrows {
  position: absolute;
  top: auto;
  bottom: -107px;
  left: auto;
  right: 9.6%;
  width: fit-content;
  display: flex;
  gap: 40px;
}

.splide__arrow {
  transform: unset;
  top: 0;
  opacity: 1;
  background-color: unset;
  border: solid 1px #fff;
  border-radius: 50%;
  width: 96px;
  height: 96px;
  background-image: url(/wp-content/themes/solar-partners/assets/img/common/arrow01.png);
  background-size: 26px 30px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.splide__arrow svg {
  display: none;
}

.splide__arrow--prev {
  transform: rotate(180deg);
  left: 0;
  top: 0;
}

.splide__arrow--next {
  right: 0;
  top: 0;
}

.splide__arrow--next:hover,
.splide__arrow--prev:hover {
  opacity: 0.7;
}

.second .splide__arrows {
  position: absolute;
  top: 96px;
  bottom: auto;
  left: -23vw;
  right: auto;
  width: fit-content;
  display: flex;
  gap: 40px;
}

@media screen and (max-width: 1024px) {
  .second .splide__arrows {
    gap: 20px;
  }
  .splide__arrow {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .splide__arrow {
    width: 80px;
    height: 80px;
  }
  .first .splide__arrows {
    left: 50%;
    bottom: -120px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .second .splide__arrows {
    top: auto;
    bottom: -120px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: auto;
  border-radius: 5px;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

.scroll-hint-shadow-wrap {
  position: relative;
}

.scroll-hint-shadow-wrap::after {
  content: "";
  width: 20px;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.scroll-hint-shadow-wrap::before {
  content: "";
  width: 20px;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.scroll-hint-shadow-wrap:has(.scroll-hint.is-right-scrollable)::after,
.scroll-hint-shadow-wrap.is-right-scrollable::after {
  opacity: 1;
  visibility: visible;
}

.scroll-hint-shadow-wrap:has(.scroll-hint.is-left-scrollable)::before,
.scroll-hint-shadow-wrap.is-left-scrollable::before {
  opacity: 1;
  visibility: visible;
}
/*# sourceMappingURL=front-page.css.map */
