@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, .p-other-contents__list__item__link, .p-other-contents__area {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}
@media screen and (max-width: 1450px) {
  .l-wrap__medium, .p-other-contents__list__item__link, .p-other-contents__area {
    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: Message
---------------------------*/
/* メッセージページ全体の背景色・コンポーネントテーマ上書き */
body.message {
  background-color: #fff;
}
body.message .p-talk__participants {
  width: calc(25% - 10px);
}
@media screen and (max-width: 768px) {
  body.message .p-talk__participants {
    width: calc(50% - 12px);
  }
}
body.message .p-talk__participants:nth-of-type(1) {
  background-color: #ea741e;
}
body.message .p-talk__contents {
  background-color: #3445a1;
}
body.message .p-talk__contents-box.p-talk__participants01 {
  border: solid 2px #ea741e;
}
body.message .p-talk__contents-box.p-talk__participants01:nth-of-type(2n) {
  border: solid 2px #cb3535;
}
body.message .p-talk__contents-box.p-talk__participants01:nth-of-type(2n) p.p-talk__contents-name {
  color: #cb3535;
}
body.message .p-talk__contents-box.p-talk__participants01 p.p-talk__contents-name {
  color: #ea741e;
}
body.message.active {
  background-color: #ff6b00;
}
body.message .p-message-block__message-section {
  margin-top: 0;
  background-color: #ea741e;
}
body.message .p-message-block__message-contents {
  margin-bottom: 150px;
}
@media screen and (max-width: 1024px) {
  body.message .p-message-block__message-contents {
    margin-bottom: 20vw;
  }
}
@media screen and (max-width: 768px) {
  body.message .p-message-block__message-contents {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  body.message .wp-block-image {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1728px) {
  body.message .wp-block-image {
    margin-bottom: 1.852vw;
  }
}
body.message .wp-block-image {
  margin-bottom: 32px;
}

.p-message__interview {
  background-color: unset;
  padding: 107px 0 0;
}
@media screen and (max-width: 1728px) {
  .p-message__interview {
    padding: 6.192vw 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .p-message__interview {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .p-message__interview {
    padding: 83px 0 0;
  }
}
.p-message__interview__ttl-area {
  position: relative;
  margin-bottom: 48px;
}
@media screen and (max-width: 1728px) {
  .p-message__interview__ttl-area {
    margin-bottom: 2.778vw;
  }
}
@media screen and (max-width: 768px) {
  .p-message__interview__ttl-area {
    margin-bottom: 46px;
  }
}
.p-message__interview__ttl-area .c-ttl__sub {
  position: absolute;
  bottom: -23px;
}
.p-message__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;
  text-align: left;
  margin-bottom: 65px;
}
@media screen and (max-width: 1728px) {
  .p-message__interview__catch {
    font-size: 3.704vw;
    margin-bottom: 3.762vw;
  }
}
@media screen and (max-width: 768px) {
  .p-message__interview__catch {
    font-size: clamp(2rem, 8vw, 3.2rem);
    margin-bottom: 32px;
    text-align: left;
  }
}

.p-home__carrer-section,
.p-home__carrer-section .c-deco__circle-one {
  background-color: #ea741e;
}
.p-home__carrer-section .c-ttl__area {
  margin-bottom: 123px;
}
@media screen and (max-width: 1728px) {
  .p-home__carrer-section .c-ttl__area {
    margin-bottom: 7.118vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__carrer-section .c-ttl__area {
    margin-bottom: 58px;
  }
}
.p-home__carrer-section .c-list__item-link::after {
  background-color: #da5c00;
}

/* メッセージページ専用コンテンツ要素 */
.p-message__contents-img {
  width: 55%;
  margin: 0 auto;
}
.p-message__contents-img:first-child {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .p-message__contents-img {
    width: 100%;
    margin-bottom: 16px;
  }
}
.p-message__bottom-section {
  padding-bottom: 120px;
  margin-top: 0;
  background-color: #3445a1;
}
.p-message__bottom-contents {
  display: flex;
  gap: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1728px) {
  .p-message__bottom-contents {
    gap: 4.63vw;
    padding-bottom: 4.63vw;
  }
}
@media screen and (max-width: 768px) {
  .p-message__bottom-contents {
    flex-direction: column;
    gap: 32px;
    padding-bottom: 40px;
  }
}
.p-message__bottom-box {
  width: calc((100% - 80px) / 2);
}
@media screen and (max-width: 1728px) {
  .p-message__bottom-box {
    width: calc((100% - 4.63vw) / 2);
  }
}
@media screen and (max-width: 768px) {
  .p-message__bottom-box {
    width: 100%;
  }
}
.p-message__bottom-message {
  padding: 4px 24px;
  margin: -24px 0 32px 24px;
  font-size: 4rem;
  line-height: 1.6;
  background-color: #000;
  border-radius: 8px;
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 1728px) {
  .p-message__bottom-message {
    padding: 0.231vw 1.389vw;
    margin: -1.389vw 0 1.852vw 1.389vw;
    font-size: 2.315vw;
  }
}
@media screen and (max-width: 768px) {
  .p-message__bottom-message {
    padding: 4px 16px;
    margin: -16px 0 16px 16px;
    font-size: 2.4rem;
  }
}
.p-message__bottom-text {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: bold;
}
@media screen and (max-width: 1728px) {
  .p-message__bottom-text {
    font-size: 1.042vw;
  }
}
@media screen and (max-width: 768px) {
  .p-message__bottom-text {
    font-size: 1.6rem;
  }
}

.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;
}

.p-talk__participants {
  background-color: #384cb8;
  padding: 32px;
  border-radius: 16px;
  border: solid 4px #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1728px) {
  .p-talk__participants {
    padding: 1.852vw;
  }
}
@media screen and (max-width: 768px) {
  .p-talk__participants {
    padding: 24px;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
  }
}
.p-talk__participants:nth-of-type(2) {
  background-color: #cb3535;
}
.p-talk__participants:nth-of-type(3) {
  background-color: #c03ebb;
}
.p-talk__participants:nth-of-type(4) {
  background-color: #ea741e;
}
.p-talk__participants:nth-of-type(5) {
  background-color: #49a728;
}
.p-talk__participants:nth-of-type(6) {
  background-color: #384cb8;
}
.p-talk__participants-wrap {
  max-width: 87.5vw;
  margin: 0 auto;
  gap: 40px;
  justify-content: center;
}
@media screen and (max-width: 1728px) {
  .p-talk__participants-wrap {
    gap: 2.315vw;
  }
}
@media screen and (max-width: 768px) {
  .p-talk__participants-wrap {
    max-width: 90%;
    gap: 24px;
  }
}
.p-talk__participants-box {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .p-talk__participants-box {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.p-talk__participants--narrow {
  width: calc((100% - 120px) / 4);
}
.p-talk__participants--wide {
  width: calc((100% - 80px) / 3);
}
.p-talk__participants-img {
  margin-bottom: 0.463vw;
}
@media screen and (max-width: 768px) {
  .p-talk__participants-img {
    width: 80px;
    width: 100px;
    margin: 0 auto 10px;
  }
}
.p-talk__participants-name {
  font-size: 1.389vw;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 0.463vw;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-talk__participants-name {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .p-talk__participants-name {
    font-size: 2rem;
    margin-bottom: 4px;
  }
}
.p-talk__participants-kana {
  font-size: 0.81vw;
  line-height: 1;
  font-family: "Dela Gothic One", sans-serif;
  letter-spacing: 0.02em;
  font-weight: 400;
  margin-bottom: 0.926vw;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-talk__participants-kana {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-talk__participants-kana {
    font-size: 1.2rem;
    margin-bottom: 8px;
  }
}
.p-talk__participants-text {
  padding: 0.926vw;
  font-size: 0.926vw;
  line-height: 1.6;
  border-radius: 0.463vw;
  background-color: #fff;
  color: #000;
  margin-bottom: 0.926vw;
}
@media screen and (max-width: 1024px) {
  .p-talk__participants-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-talk__participants-text {
    padding: 8px;
    font-size: 1.4rem;
    border-radius: 8px;
    margin-bottom: 0;
    margin-top: 8px;
  }
}
.p-talk__participants-bottom {
  justify-content: space-between;
}
.p-talk__participants-bottom-text {
  font-size: 1.042vw;
  font-weight: bold;
  line-height: 1.6;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-talk__participants-bottom-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-talk__participants-bottom-text {
    font-size: 1.4rem;
    width: fit-content;
  }
}
.p-talk__contents {
  background-color: #cedfff;
  padding: 80px 0 112px;
}
@media screen and (max-width: 1728px) {
  .p-talk__contents {
    padding: 4.63vw 0 6.481vw;
  }
}
@media screen and (max-width: 768px) {
  .p-talk__contents {
    padding: 40px 0;
  }
}
.p-talk__contents h2 {
  font-size: 4rem;
  line-height: 1.6;
  font-family: "Dela Gothic One", sans-serif;
  letter-spacing: 0.02em;
  font-weight: 400;
  margin-bottom: 24px;
  padding: 0 24px;
  background-color: #000;
  border-radius: 8px;
  width: fit-content;
  margin-top: 112px;
}
.p-talk__contents h2:first-child {
  margin-top: 0;
}
@media screen and (max-width: 1728px) {
  .p-talk__contents h2 {
    font-size: 2.315vw;
    margin-bottom: 1.389vw;
    padding: 0 1.389vw;
    border-radius: 0.463vw;
    margin-top: 6.481vw;
  }
}
@media screen and (max-width: 768px) {
  .p-talk__contents h2 {
    font-size: 2.4rem;
    line-height: 1.2;
    padding: 8px 16px;
    border-radius: 4px;
    margin-bottom: 24px;
  }
}
.p-talk__contents p {
  font-size: 1.8rem;
  line-height: 1.6;
  color: #000;
  margin-bottom: 32px;
}
@media screen and (max-width: 1728px) {
  .p-talk__contents p {
    font-size: 1.042vw;
    margin-bottom: 1.852vw;
  }
}
@media screen and (max-width: 768px) {
  .p-talk__contents p {
    font-size: 1.6rem;
    margin-bottom: 24px;
  }
}
.p-talk__contents-box {
  align-items: center;
  padding: 26px 32px;
  border: solid 2px #ea741e;
  gap: 24px;
  background-color: #fff;
  border-radius: 24px;
  margin-bottom: 32px;
  min-height: 171px;
}
.p-talk__contents-box:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1728px) {
  .p-talk__contents-box {
    padding: 26px 1.852vw;
    border-width: 0.116vw;
    gap: 1.389vw;
    border-radius: 1.389vw;
    margin-bottom: 1.852vw;
    min-height: 158px;
  }
}
@media screen and (max-width: 768px) {
  .p-talk__contents-box {
    padding: 24px;
    gap: 16px;
    margin-bottom: 24px;
    min-height: unset;
  }
}
.p-talk__contents-box.p-talk__participants01 {
  border-color: #384cb8;
}
.p-talk__contents-box.p-talk__participants01 p.p-talk__contents-name {
  color: #384cb8;
}
.p-talk__contents-box.p-talk__participants02 {
  border-color: #cb3535;
}
.p-talk__contents-box.p-talk__participants02 p.p-talk__contents-name {
  color: #cb3535;
}
.p-talk__contents-box.p-talk__participants03 {
  border-color: #c03ebb;
}
.p-talk__contents-box.p-talk__participants03 p.p-talk__contents-name {
  color: #c03ebb;
}
.p-talk__contents-box.p-talk__participants04 {
  border-color: #ea741e;
}
.p-talk__contents-box.p-talk__participants04 p.p-talk__contents-name {
  color: #ea741e;
}
.p-talk__contents-box.p-talk__participants05 {
  border-color: #49a728;
}
.p-talk__contents-box.p-talk__participants05 p.p-talk__contents-name {
  color: #49a728;
}
.p-talk__contents-box.p-talk__participants06 {
  border-color: #384cb8;
}
.p-talk__contents-box.p-talk__participants06 p.p-talk__contents-name {
  color: #384cb8;
}
.p-talk__contents-icon {
  width: 80px;
}
@media screen and (max-width: 1728px) {
  .p-talk__contents-icon {
    width: 4.63vw;
  }
}
@media screen and (max-width: 768px) {
  .p-talk__contents-icon {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .p-talk__contents-icon img {
    width: 80px;
    margin-right: 16px;
  }
}
.p-talk__contents p.p-talk__contents-name {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1728px) {
  .p-talk__contents p.p-talk__contents-name {
    margin-top: 0.463vw;
    font-size: 0.81vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-talk__contents p.p-talk__contents-name {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .p-talk__contents p.p-talk__contents-name {
    margin-top: 0;
    font-size: 1.6rem;
  }
}
.p-talk__contents p.p-talk__contents-text {
  font-size: 1.8rem;
  line-height: 1.6;
  flex: 1;
  margin-bottom: 0;
}
@media screen and (max-width: 1728px) {
  .p-talk__contents p.p-talk__contents-text {
    font-size: clamp(1.6rem, 1.042vw, 1.042vw);
  }
}
@media screen and (max-width: 768px) {
  .p-talk__contents p.p-talk__contents-text {
    font-size: 1.6rem;
  }
}

.p-other-contents {
  background-color: #ea741e;
  padding-top: 40px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1728px) {
  .p-other-contents {
    padding: 80px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p-other-contents {
    padding-top: 40px;
    padding-bottom: 0;
  }
}
.p-other-contents__area {
  position: relative;
  z-index: 1;
  margin-bottom: 123px;
}
@media screen and (max-width: 1728px) {
  .p-other-contents__area {
    margin-bottom: 8.588vw;
  }
}
@media screen and (max-width: 768px) {
  .p-other-contents__area {
    margin-bottom: 58px;
  }
}
.p-other-contents__area__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) {
  .p-other-contents__area__ttl-en {
    font-size: 5.556vw;
  }
}
@media screen and (max-width: 768px) {
  .p-other-contents__area__ttl-en {
    font-family: "Dela Gothic One", sans-serif;
    letter-spacing: 0.02em;
    font-size: 4rem;
    line-height: 1;
    -webkit-text-stroke: 1px #fff;
    text-stroke: 1px #fff;
  }
}
.p-other-contents__area__ttl {
  font-family: "Dela Gothic One", sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.2;
  font-size: 7.2rem;
}
@media screen and (max-width: 1728px) {
  .p-other-contents__area__ttl {
    font-size: 4.167vw;
  }
}
@media screen and (max-width: 768px) {
  .p-other-contents__area__ttl {
    line-height: 1.6;
    position: absolute;
    top: 17px;
    left: 0;
    font-size: 3.2rem;
  }
}
.p-other-contents__list {
  letter-spacing: 0.02em;
  font-family: Dela Gothic One, sans-serif;
  font-weight: 400;
}
.p-other-contents__list__item {
  padding: 25px 0;
  border-bottom: solid 2px #fff;
}
@media screen and (max-width: 1728px) {
  .p-other-contents__list__item {
    padding: 1.447vw 0;
    border-bottom: solid 0.11574074vw #fff;
  }
}
@media screen and (max-width: 768px) {
  .p-other-contents__list__item {
    padding: 20px 0;
    border-bottom: solid 2px #fff;
  }
}
.p-other-contents__list__item:first-child {
  border-top: solid 2px #fff;
}
.p-other-contents__list__item__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 3.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 1728px) {
  .p-other-contents__list__item__link {
    font-size: 2.083vw;
  }
}
@media screen and (max-width: 768px) {
  .p-other-contents__list__item__link {
    display: block;
    font-size: 2.2rem;
    line-height: 1.6;
    padding-right: 40px;
    position: relative;
  }
}
.p-other-contents__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%;
  background-color: #da5c00;
}
@media screen and (max-width: 1728px) {
  .p-other-contents__list__item__link::after {
    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) {
  .p-other-contents__list__item__link::after {
    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) {
  .p-other-contents__list__item__link {
    display: block;
    font-size: 1.8rem;
  }
}
/*# sourceMappingURL=message.css.map */
