@charset "UTF-8";
/* class名を含まない各タグの基本デザイン */
/* globalフォルダ内のインポート */
/* color */
/* width */
/* breakpoint */
/* font */
/* letter-spacing */
/* line-height */
/* transition */
/* opacity */
/* root */
/* globalフォルダ内のインポート */
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
th,
td {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.7;
  color: #202124;
}

ul {
  padding-left: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  cursor: pointer;
  transition: 0.5s !important;
}

a:hover {
  opacity: 0.7;
}

/*!
Theme Name: caba-one
Description: Original WordPress Theme for caba-one web.
Version: 1.0
Text Domain: caba-one
*/
/* globalフォルダ内のインポート */
/* color */
/* width */
/* breakpoint */
/* font */
/* letter-spacing */
/* line-height */
/* transition */
/* opacity */
/* root */
/* globalフォルダ内のインポート */
/* layout */
.l-container {
  width: 90%;
  max-width: 1400px;
}

.l-wrapper {
  width: 80%;
  max-width: 1200px;
}

/* globalフォルダ内のインポート */
/* color */
/* width */
/* breakpoint */
/* font */
/* letter-spacing */
/* line-height */
/* transition */
/* opacity */
/* root */
/* globalフォルダ内のインポート */
/* display */
.u-display__block {
  display: block !important;
}

.u-display__block-is-pc {
  display: block !important;
}

@media (max-width: 767px) {
  .u-display__block-is-pc {
    display: none !important;
  }
}
.u-display__block-is-sp {
  display: none !important;
}

@media (max-width: 767px) {
  .u-display__block-is-sp {
    display: block !important;
  }
}
.u-display__flex {
  display: flex !important;
}

.u-display__flex-is-pc {
  display: flex !important;
}

@media (max-width: 767px) {
  .u-display__flex-is-pc {
    display: none !important;
  }
}
.u-display__flex-is-sp {
  display: none !important;
}

@media (max-width: 767px) {
  .u-display__flex-is-sp {
    display: flex !important;
  }
}
.u-display__none {
  display: none;
}

.u-display__none-is-pc {
  display: none;
}

@media (max-width: 767px) {
  .u-display__none-is-pc {
    display: auto;
  }
}
.u-display__none-is-sp {
  display: auto;
}

@media (max-width: 767px) {
  .u-display__none-is-sp {
    display: none;
  }
}
/* color, background-color */
.u-color__transparent {
  color: transparent;
}

.u-color__white {
  color: #FFFFFF;
}

.u-color__black {
  color: #202124;
}

.u-color__pink {
  color: #D92344;
}

.u-color__green {
  color: #06C755;
}

.u-color__yellow {
  color: #F7E234;
}

.u-color__orange {
  color: #F2A25C;
}

.u-color__red {
  color: #8C031C;
}

.u-color__dark_red {
  color: #400106;
}

.u-color__brown {
  color: #BF6341;
}

.u-bg__transparent {
  background-color: transparent;
}

.u-bg__white {
  background-color: #FFFFFF;
}

.u-bg__black {
  background-color: #202124;
}

.u-bg__pink {
  background-color: #D92344;
}

.u-bg__green {
  background-color: #06C755;
}

.u-bg__yellow {
  background-color: #F7E234;
}

.u-bg__orange {
  background-color: #F2A25C;
}

.u-bg__red {
  background-color: #8C031C;
}

.u-bg__dark_red {
  background-color: #400106;
}

.u-bg__brown {
  background-color: #BF6341;
}

/* globalフォルダ内のインポート */
/* color */
/* width */
/* breakpoint */
/* font */
/* letter-spacing */
/* line-height */
/* transition */
/* opacity */
/* root */
/* globalフォルダ内のインポート */
/* text, title */
.c-text {
  font-size: 16px;
}

@media (max-width: 767px) {
  .c-text {
    font-size: 15px;
  }
}
.c-text.small {
  font-size: 15px;
  color: #400106;
}

@media (max-width: 767px) {
  .c-text.small {
    font-size: 12px;
  }
}
.c-text a {
  color: #D92344;
  border-bottom: 2px solid #D92344;
}

.c-title {
  display: inline-block;
  position: relative;
  font-size: 48px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .c-title {
    font-size: 24px;
  }
}
.c-title::before {
  content: "";
  width: 70px;
  height: 65px;
  display: block;
  position: absolute;
  top: -35px;
  left: -90px;
  background-image: url("https://caba-one.com/wp-content/themes/caba-one/assets/images/icons/icon_caution_01.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .c-title::before {
    width: 40px;
    height: 38px;
    top: -25px;
    left: -50px;
  }
}
.c-title span {
  padding: 3px 5px;
  color: #FFFFFF;
  background-color: #D92344;
}

.c-title__caution::before, .c-title__caution::after {
  content: "";
  width: 5px;
  height: 70px;
  display: block;
  position: absolute;
  top: 50%;
  background-color: #202124;
  background-image: inherit;
}

@media (max-width: 767px) {
  .c-title__caution::before, .c-title__caution::after {
    width: 4px;
    height: 45px;
  }
}
.c-title__caution::before {
  transform: rotate(-45deg) translateY(-50%);
  left: -30px;
}

@media (max-width: 767px) {
  .c-title__caution::before {
    left: -20px;
  }
}
.c-title__caution::after {
  transform: rotate(45deg) translateY(-50%);
  right: -30px;
}

@media (max-width: 767px) {
  .c-title__caution::after {
    right: -20px;
  }
}
.c-title__no-caution::before {
  display: none;
}

.c-title.custom::before {
  left: 0;
}

@media (max-width: 767px) {
  .c-title.custom::before {
    left: 0;
  }
}
/* line */
.c-line {
  width: 40vw;
  min-width: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  color: #FFFFFF;
  padding: 20px 0;
  border-radius: 100px;
  background-color: #06C755;
}

@media (max-width: 767px) {
  .c-line {
    width: 300px;
    min-width: 300px;
    font-size: 18px;
    padding: 10px 0;
  }
}
.c-line span {
  font-size: 48px;
}

@media (max-width: 767px) {
  .c-line span {
    font-size: 28px;
  }
}
.c-line:hover {
  background-color: #FFFFFF;
  color: #06C755;
  opacity: 1;
}

/* plus */
.c-plus {
  width: 32px;
  height: 32px;
  position: relative;
}

@media (max-width: 767px) {
  .c-plus {
    width: 24px;
    height: 24px;
  }
}
.c-plus span {
  position: absolute;
  background-color: #202124;
}

.c-plus span:first-child {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.c-plus span:last-child {
  width: 2px;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.c-plus.open span:last-child {
  display: none;
}

/* globalフォルダ内のインポート */
/* color */
/* width */
/* breakpoint */
/* font */
/* letter-spacing */
/* line-height */
/* transition */
/* opacity */
/* root */
/* globalフォルダ内のインポート */
/* header */
.p-header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: -116px;
  left: 0;
  right: 0;
  background-color: #8C031C;
  z-index: 9999;
}

@media (max-width: 767px) {
  .p-header {
    background-color: transparent;
  }
}
.p-header.open {
  top: 0;
}

.p-header.sp-open {
  background-color: #8C031C !important;
}

.p-header__container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}

@media (max-width: 767px) {
  .p-header__container {
    justify-content: flex-end;
    padding: 30px 0;
  }
}
.p-header__logo {
  width: 240px;
}

@media (max-width: 767px) {
  .p-header__logo {
    display: none;
  }
}
.p-header__menu {
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media (max-width: 767px) {
  .p-header__menu {
    display: none;
  }
}
.p-header__menu.sp {
  display: none;
  padding-bottom: 30px;
}

.p-header__menu.sp.open {
  display: flex;
  flex-direction: column;
}

.p-header__menu-logo {
  width: 240px;
  display: block;
}

.p-header__menu-logo h1 {
  width: 100%;
}

.p-header__menu-logo h1 img {
  width: 100%;
}

.p-header__menu-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
}

@media (max-width: 767px) {
  .p-header__menu-nav {
    flex-direction: column;
    gap: 20px;
  }
}
.p-header__menu-nav-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

@media (max-width: 767px) {
  .p-header__menu-nav-list {
    flex-direction: column;
    gap: 10px;
  }
}
.p-header__menu-nav-list-item {
  font-size: 14px;
}

.p-header__menu-nav-button {
  width: 365px;
  min-width: 365px;
  font-size: 16px;
  padding: 10px 0;
}

@media (max-width: 767px) {
  .p-header__menu-nav-button {
    width: 300px;
    min-width: 300px;
  }
}
.p-header__menu-nav-button span {
  font-size: 28px;
}

@media (max-width: 767px) {
  .p-header__menu-nav-button span {
    font-size: 24px;
  }
}
.p-header__hamburger {
  width: 30px;
  height: 20px;
  display: none;
  position: relative;
  cursor: pointer;
  transition: 0.5s !important;
}

.p-header__hamburger:hover {
  opacity: 0.7;
}

@media (max-width: 767px) {
  .p-header__hamburger {
    display: block;
  }
}
.p-header__hamburger::before {
  content: "";
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #8C031C;
}

.p-header__hamburger span {
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  background-color: #FFFFFF;
}

.p-header__hamburger span:nth-child(1) {
  top: 0;
}

.p-header__hamburger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.p-header__hamburger span:nth-child(3) {
  bottom: 0;
}

.p-header__hamburger.open span:nth-child(1) {
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
}

.p-header__hamburger.open span:nth-child(2) {
  display: none;
}

.p-header__hamburger.open span:nth-child(3) {
  bottom: 50%;
  transform: rotate(-45deg) translateY(50%);
}

/* footer */
.p-footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #400106;
}

.p-footer__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  padding: 50px 0;
}

@media (max-width: 767px) {
  .p-footer__wrapper {
    gap: 30px;
    padding: 30px 0;
  }
}
.p-footer__logo {
  width: 320px;
}

@media (max-width: 767px) {
  .p-footer__logo {
    width: 240px;
  }
}
.p-footer__nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

@media (max-width: 767px) {
  .p-footer__nav {
    flex-direction: column;
    gap: 10px;
  }
}
.p-footer__nav a {
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .p-footer__nav a {
    font-size: 14px;
  }
}
.p-footer__copy {
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
}

@media (max-width: 767px) {
  .p-footer__copy {
    font-size: 11px;
  }
}
/* kv */
.p-kv {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-image: url("https://caba-one.com/wp-content/themes/caba-one/assets/images/common/kv.jpg");
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}

.p-kv::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #400106;
  opacity: 0.5;
}

.p-kv__wrapper {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 100;
}

@media (max-width: 767px) {
  .p-kv__wrapper {
    flex-direction: column;
    gap: 30px;
  }
}
.p-kv h2 {
  font-size: 64px;
  font-weight: 700;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .p-kv h2 {
    font-size: 32px;
  }
}
.p-kv h2 span {
  padding-bottom: 0 10px 5px 10px;
}

.p-kv h2 span.small {
  font-size: 24px;
}

@media (max-width: 767px) {
  .p-kv h2 span.small {
    font-size: 15px;
  }
}
.p-kv h2 span.emphasis {
  position: relative;
  padding: 15px 30px;
}

@media (max-width: 767px) {
  .p-kv h2 span.emphasis {
    top: 20px;
    padding: 10px 20px;
  }
}
.p-kv h2 span.emphasis::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F7E234;
  opacity: 0.5;
  z-index: -1;
}

.p-kv h2 span.emphasis::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: -14px;
  right: -14px;
  transform: rotate(45deg) translateY(-50%);
  border-top: 48px solid transparent;
  border-left: 48px solid transparent;
  border-right: 48px solid #F7E234;
  border-bottom: 48px solid transparent;
  opacity: 0.5;
}

@media (max-width: 767px) {
  .p-kv h2 span.emphasis::after {
    top: -9px;
    right: -9px;
    transform: rotate(45deg) translateY(-50%);
    border-top: 31px solid transparent;
    border-left: 31px solid transparent;
    border-right: 31px solid #F7E234;
    border-bottom: 31px solid transparent;
  }
}
.p-kv .p-kv__title--small {
  font-size: 52px;
  line-height: 1.7;
}

@media (max-width: 767px) {
  .p-kv .p-kv__title--small {
    font-size: 27px;
  }
}
.p-kv__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.p-kv__main img {
  width: 450px;
}

@media (max-width: 767px) {
  .p-kv__main img {
    display: none;
  }
}
.p-kv__main-content {
  position: relative;
  margin: 100px 0 30px 0;
}

@media (max-width: 767px) {
  .p-kv__main-content {
    margin: 80px 0 30px 0;
  }
}
.p-kv__main-content::before {
  content: "";
  width: 150px;
  height: 445px;
  position: absolute;
  right: -50px;
  bottom: -200px;
  background-image: url("https://caba-one.com/wp-content/themes/caba-one/assets/images/icons/icon_red_girl_01.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 10;
}

@media (max-width: 767px) {
  .p-kv__main-content::before {
    width: 120px;
    height: 358px;
    right: -40px;
    bottom: -150px;
  }
}
.p-kv__main-content::after {
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #D92344;
}

@media (max-width: 767px) {
  .p-kv__main-content::after {
    width: calc(100% - 6px);
    height: calc(100% - 6px);
  }
}
.p-kv__main-content-points {
  position: relative;
  padding: 30px 80px 20px 80px;
}

@media (max-width: 767px) {
  .p-kv__main-content-points {
    padding: 20px 40px 15px 40px;
  }
}
.p-kv__main-content-points::before, .p-kv__main-content-points::after {
  content: "";
  width: 60px;
  height: 74px;
  position: absolute;
  background-image: url("https://caba-one.com/wp-content/themes/caba-one/assets/images/icons/icon_star.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 50;
}

@media (max-width: 767px) {
  .p-kv__main-content-points::before, .p-kv__main-content-points::after {
    width: 40px;
    height: 50px;
  }
}
.p-kv__main-content-points::before {
  top: -30px;
  left: -30px;
}

@media (max-width: 767px) {
  .p-kv__main-content-points::before {
    top: -20px;
    left: -20px;
  }
}
.p-kv__main-content-points::after {
  right: 0;
  bottom: -20px;
  transform: rotate(-180deg);
}

.p-kv__main-content-points p {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  padding-left: 25px;
}

@media (max-width: 767px) {
  .p-kv__main-content-points p {
    font-size: 14px;
    line-height: 24px;
    padding-left: 20px;
  }
}
.p-kv__main-content-points p::before {
  content: "";
  width: 15px;
  height: 26px;
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  left: 0;
  transform: translateY(-50%);
  background-image: url("https://caba-one.com/wp-content/themes/caba-one/assets/images/icons/icon_glass.svg");
}

@media (max-width: 767px) {
  .p-kv__main-content-points p::before {
    width: 10px;
    height: 18px;
    top: calc(50% - 3px);
  }
}
.p-kv__main-content-points p span {
  font-family: "Academy Engraved LET Plain:1.0";
  font-size: 32px;
}

@media (max-width: 767px) {
  .p-kv__main-content-points p span {
    font-size: 21px;
  }
}
.p-kv__main-button {
  position: relative;
  z-index: 50;
}

.p-kv__main-description {
  font-size: 18px;
  position: relative;
  transform: translateY(-10px);
  animation: ease-in-out float infinite 1.2s !important;
  -o-animation: ease-in-out float infinite 1.2s !important;
  -moz-animation: ease-in-out float infinite 1.2s !important;
  -webkit-animation: ease-in-out float infinite 1.2s !important;
}

@media (max-width: 767px) {
  .p-kv__main-description {
    font-size: 14px;
  }
}
.p-kv__main-description::before, .p-kv__main-description::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  transform: translateY(-50%);
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #FFFFFF;
  border-left: 10px solid transparent;
}

@media (max-width: 767px) {
  .p-kv__main-description::before, .p-kv__main-description::after {
    border-top: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #FFFFFF;
    border-left: 8px solid transparent;
  }
}
.p-kv__main-description::before {
  left: -30px;
}

@media (max-width: 767px) {
  .p-kv__main-description::before {
    left: -25px;
  }
}
.p-kv__main-description::after {
  right: -30px;
}

@media (max-width: 767px) {
  .p-kv__main-description::after {
    right: -25px;
  }
}
@media (max-width: 767px) {
  .p-kv__main-description--small {
    font-size: 12px;
  }
}
@font-face {
  font-family: "Academy Engraved LET Plain:1.0";
  src: url("https://caba-one.com/wp-content/themes/caba-one/assets/fonts/AcademyEngravedLetPlain.ttf");
}
@keyframes float {
  0%, 100% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(5px);
  }
}
/* about */
.p-about {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 150px 0 200px 0;
  background-color: rgba(242, 162, 92, 0.2);
}

@media (max-width: 767px) {
  .p-about {
    padding: 50px 0;
  }
}
.p-about__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}

@media (max-width: 767px) {
  .p-about__container {
    gap: 30px;
  }
}
.p-about__main {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  position: relative;
}

@media (max-width: 767px) {
  .p-about__main {
    flex-direction: column;
    justify-content: inherit;
  }
}
.p-about__main picture {
  width: 50%;
  position: relative;
  z-index: 20;
}

@media (max-width: 767px) {
  .p-about__main picture {
    width: 100%;
  }
}
.p-about__main-description {
  width: calc(50% + 50px);
  position: absolute;
  top: 50px;
  right: 0;
}

@media (max-width: 767px) {
  .p-about__main-description {
    width: 100%;
    position: relative;
    top: inherit;
    right: inherit;
  }
}
.p-about__main-description-inner {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 50px 30px 50px 80px;
  gap: 30px;
}

@media (max-width: 767px) {
  .p-about__main-description-inner {
    padding: 20px 30px;
  }
}
.p-about__main-description-inner::before {
  content: "";
  width: 150px;
  height: 200px;
  display: block;
  position: absolute;
  left: 80px;
  bottom: 0;
  background-image: url("https://caba-one.com/wp-content/themes/caba-one/assets/images/icons/icon_blue_girl_01.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .p-about__main-description-inner::before {
    display: none;
  }
}
.p-about__main-description h3 {
  font-size: 28px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .p-about__main-description h3 {
    font-size: 18px;
  }
}
.p-about__main-description h3 span {
  text-decoration: #D92344 wavy underline;
}

.p-about__main-description p {
  display: inline-block;
  margin-left: 200px;
}

@media (max-width: 767px) {
  .p-about__main-description p {
    margin-left: 0;
  }
}
.p-about__main-description p span {
  padding: 0 5px;
  color: #FFFFFF;
  background-color: #D92344;
}

/* reason */
.p-reason {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 150px 0;
  background-color: rgba(247, 226, 52, 0.2);
}

@media (max-width: 767px) {
  .p-reason {
    padding: 50px 0;
  }
}
.p-reason h2 {
  text-align: center;
}

.p-reason h2::before {
  left: 200px;
}

@media (max-width: 767px) {
  .p-reason h2::before {
    left: 40px;
  }
}
.p-reason__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}

@media (max-width: 767px) {
  .p-reason__container {
    gap: 30px;
  }
}
.p-reason__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 0;
  margin: 0;
  counter-reset: number;
  list-style: none;
}

@media (max-width: 767px) {
  .p-reason__list {
    gap: 30px;
  }
}
.p-reason__list-item {
  display: flex;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .p-reason__list-item {
    flex-direction: column;
  }
}
.p-reason__list-item:nth-child(odd) {
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .p-reason__list-item:nth-child(odd) {
    flex-direction: column;
  }
}
.p-reason__list-item picture {
  width: 50%;
}

@media (max-width: 767px) {
  .p-reason__list-item picture {
    width: 100%;
  }
}
.p-reason__list-item-description {
  width: 50%;
  padding: 50px 30px 50px 100px;
  background-color: #FFFFFF;
  position: relative;
}

@media (max-width: 767px) {
  .p-reason__list-item-description {
    width: 100%;
    padding: 30px 15px 30px 60px;
  }
}
.p-reason__list-item-description::before {
  counter-increment: number;
  content: counter(number);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  border-radius: 50%;
  color: #FFFFFF;
  background-color: #D92344;
}

@media (max-width: 767px) {
  .p-reason__list-item-description::before {
    width: 36px;
    height: 36px;
    left: 15px;
    font-size: 18px;
  }
}
.p-reason__list-item p {
  display: inline-block;
  font-size: 32px;
  font-weight: 700;
  position: relative;
}

@media (max-width: 767px) {
  .p-reason__list-item p {
    font-size: 18px;
  }
}
.p-reason__list-item p::after {
  content: "";
  width: 70px;
  height: 68px;
  display: block;
  position: absolute;
  top: -40px;
  background-image: url("https://caba-one.com/wp-content/themes/caba-one/assets/images/icons/icon_caution_03.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .p-reason__list-item p::after {
    width: 40px;
    height: 39px;
    top: -20px;
  }
}
.p-reason__list-item p.first::after {
  right: 0;
}

@media (max-width: 767px) {
  .p-reason__list-item p.first::after {
    right: -10px;
  }
}
.p-reason__list-item p.second::after {
  right: 70px;
}

@media (max-width: 767px) {
  .p-reason__list-item p.second::after {
    right: 20px;
  }
}
.p-reason__list-item p.third::after {
  right: -70px;
}

@media (max-width: 767px) {
  .p-reason__list-item p.third::after {
    right: -45px;
  }
}
.p-reason__list-item p span {
  text-decoration: #D92344 wavy underline;
}

/* assignment */
.p-assignment {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  padding: 150px 0;
  background-image: url("https://caba-one.com/wp-content/themes/caba-one/assets/images/common/assignment_bg.jpg");
  background-size: cover;
  background-position: center center;
}

@media (max-width: 767px) {
  .p-assignment {
    padding: 50px 0;
  }
}
.p-assignment::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(64, 1, 6, 0.9);
}

@media (max-width: 767px) {
  .p-assignment h2 {
    text-align: center;
  }
}
.p-assignment__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 120px;
  position: relative;
  z-index: 10;
}

@media (max-width: 767px) {
  .p-assignment__wrapper {
    gap: 20px;
  }
}
.p-assignment__inner {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: relative;
}

@media (max-width: 767px) {
  .p-assignment__inner {
    justify-content: center;
  }
}
.p-assignment img {
  width: 270px;
  position: absolute;
  left: calc(25% - 135px);
  bottom: -150px;
}

@media (max-width: 767px) {
  .p-assignment img {
    display: none;
  }
}
.p-assignment__list {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media (max-width: 767px) {
  .p-assignment__list {
    width: 100%;
    gap: 30px;
  }
}
.p-assignment__list-item {
  width: 100%;
  border-radius: 30px 30px 30px 0;
}

.p-assignment__list-item p {
  padding: 20px 40px;
}

@media (max-width: 767px) {
  .p-assignment__list-item p {
    padding: 15px 30px;
  }
}
/* solution */
.p-solution {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  padding: 150px 0;
  background-image: url("https://caba-one.com/wp-content/themes/caba-one/assets/images/common/solution_bg.jpg");
  background-size: cover;
  background-position: center center;
}

@media (max-width: 767px) {
  .p-solution {
    padding: 60px 0 50px 0;
  }
}
.p-solution::before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 50px solid #D92344;
  border-right: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 50px solid transparent;
  z-index: 10;
}

@media (max-width: 767px) {
  .p-solution::before {
    top: 30px;
    border-top: 20px solid #D92344;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid transparent;
  }
}
.p-solution::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
}

.p-solution__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 70px;
  position: relative;
  z-index: 10;
}

@media (max-width: 767px) {
  .p-solution__wrapper {
    gap: 30px;
  }
}
.p-solution__list {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media (max-width: 767px) {
  .p-solution__list {
    width: 100%;
    gap: 30px;
  }
}
.p-solution__list-item {
  width: 100%;
  border-radius: 30px 30px 0 30px;
}

.p-solution__list-item p {
  padding: 20px 40px;
}

@media (max-width: 767px) {
  .p-solution__list-item p {
    padding: 15px 30px;
  }
}
/* flow */
.p-flow {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 150px 0;
  background-color: rgba(242, 162, 92, 0.2);
}

@media (max-width: 767px) {
  .p-flow {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .p-flow h2 {
    text-align: center;
  }
}
.p-flow__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}

@media (max-width: 767px) {
  .p-flow__wrapper {
    gap: 30px;
  }
}
.p-flow__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 70px;
}

@media (max-width: 767px) {
  .p-flow__list {
    gap: 50px;
  }
}
.p-flow__list-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 30px 70px;
  border-radius: 50px;
  border: 2px solid #202124;
}

@media (max-width: 767px) {
  .p-flow__list-item {
    flex-direction: column;
    gap: 20px;
    padding: 30px 20px;
  }
}
.p-flow__list-item::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  left: 50%;
  bottom: -70px;
  transform: translateX(-50%);
  border-top: 20px solid #202124;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid transparent;
}

@media (max-width: 767px) {
  .p-flow__list-item::after {
    bottom: -45px;
    border-top: 12px solid #202124;
    border-right: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid transparent;
  }
}
.p-flow__list-item:last-child::after {
  display: none;
}

.p-flow__list-item-title {
  display: flex;
  align-items: center;
  gap: 30px;
}

@media (max-width: 767px) {
  .p-flow__list-item-title {
    gap: 15px;
  }
}
.p-flow__list-item-title h3 {
  font-size: 28px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .p-flow__list-item-title h3 {
    font-size: 18px;
  }
}
.p-flow__list-item-title img {
  width: 100px;
}

@media (max-width: 767px) {
  .p-flow__list-item-title img {
    width: 60px;
  }
}
.p-flow__list-item p {
  width: 50%;
}

@media (max-width: 767px) {
  .p-flow__list-item p {
    width: calc(100% - 20px);
  }
}
/* voice */
.p-voice {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  padding: 150px 0;
  background-image: url("https://caba-one.com/wp-content/themes/caba-one/assets/images/common/voice_bg.jpg");
  background-size: cover;
  background-position: center center;
}

@media (max-width: 767px) {
  .p-voice {
    padding: 50px 0;
  }
}
.p-voice::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(64, 1, 6, 0.7);
}

.p-voice__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 70px;
  position: relative;
  z-index: 10;
}

@media (max-width: 767px) {
  .p-voice__wrapper {
    gap: 30px;
  }
}
.p-voice h2 {
  text-align: center;
}

.p-voice h2::before {
  content: "";
  left: 110px;
  background-image: url("https://caba-one.com/wp-content/themes/caba-one/assets/images/icons/icon_caution_02.svg");
}

@media (max-width: 767px) {
  .p-voice h2::before {
    left: -10px;
  }
}
.p-voice__list {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px;
}

@media (max-width: 767px) {
  .p-voice__list {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }
}
.p-voice__list-item {
  width: calc(50% - 25px);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  gap: 50px;
  padding: 50px 70px;
  border-radius: 50px;
}

@media (max-width: 767px) {
  .p-voice__list-item {
    width: 100%;
    gap: 40px;
    padding: 30px 20px;
    border-radius: 30px;
  }
}
.p-voice__list-item::before {
  content: "";
  width: 80px;
  height: 100px;
  display: block;
  position: absolute;
  top: -40px;
  left: -40px;
  background-image: url("https://caba-one.com/wp-content/themes/caba-one/assets/images/icons/icon_star.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .p-voice__list-item::before {
    width: 40px;
    height: 50px;
    top: -10px;
    left: -10px;
  }
}
.p-voice__list-item-title {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  gap: 50px;
}

@media (max-width: 767px) {
  .p-voice__list-item-title {
    gap: 30px;
  }
}
.p-voice__list-item-title:after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  background-color: #202124;
}

@media (max-width: 767px) {
  .p-voice__list-item-title:after {
    bottom: -20px;
  }
}
.p-voice__list-item-title picture {
  width: 130px;
  height: 130px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}

@media (max-width: 767px) {
  .p-voice__list-item-title picture {
    width: 100px;
    height: 100px;
  }
}
.p-voice__list-item-title picture img,
.p-voice__list-item-title picture source {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .p-voice__list-item-title p {
    font-size: 14px !important;
  }
}
.p-voice__list-item-description {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 0 20px;
}

@media (max-width: 767px) {
  .p-voice__list-item-description {
    gap: 20px;
    padding: 0 15px;
  }
}
.p-voice__list-item-description-price {
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .p-voice__list-item-description-price {
    font-size: 16px;
  }
}
.p-voice__list-item-description-price span {
  font-size: 24px;
  color: #D92344;
}

@media (max-width: 767px) {
  .p-voice__list-item-description-price span {
    font-size: 20px;
  }
}
/* faq */
.p-faq {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  padding: 150px 0;
  background-color: rgba(247, 226, 52, 0.2);
}

@media (max-width: 767px) {
  .p-faq {
    padding: 50px 0;
  }
}
.p-faq__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 70px;
  position: relative;
  z-index: 10;
}

@media (max-width: 767px) {
  .p-faq__wrapper {
    gap: 30px;
  }
}
.p-faq h2 {
  width: 100%;
  font-size: 48px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .p-faq h2 {
    font-size: 24px;
  }
}
.p-faq__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

@media (max-width: 767px) {
  .p-faq__list {
    gap: 50px;
  }
}
.p-faq__list-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
  cursor: pointer;
  transition: 0.5s !important;
}

.p-faq__list-item:hover {
  opacity: 0.7;
}

@media (max-width: 767px) {
  .p-faq__list-item {
    gap: 20px;
  }
}
.p-faq__list-item::after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  background-color: #202124;
}

@media (max-width: 767px) {
  .p-faq__list-item::after {
    bottom: -25px;
  }
}
.p-faq__list-item:last-child::after {
  display: none;
}

.p-faq__list-item-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-left: 80px;
}

@media (max-width: 767px) {
  .p-faq__list-item-question {
    padding-left: 50px;
  }
}
.p-faq__list-item-question::before {
  content: "Q";
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #F2A25C;
  font-size: 21px;
  font-weight: 700;
  color: #FFFFFF;
}

@media (max-width: 767px) {
  .p-faq__list-item-question::before {
    width: 36px;
    height: 36px;
    font-size: 18px;
  }
}
.p-faq__list-item-question p {
  width: calc(100% - 50px);
}

@media (max-width: 767px) {
  .p-faq__list-item-question p {
    width: calc(100% - 40px);
  }
}
.p-faq__list-item-answer {
  width: 100%;
  display: none;
  position: relative;
  padding-left: 80px;
}

@media (max-width: 767px) {
  .p-faq__list-item-answer {
    padding-left: 50px;
  }
}
.p-faq__list-item-answer.open {
  display: block;
}

.p-faq__list-item-answer::before {
  content: "A";
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #BF6341;
  font-size: 21px;
  font-weight: 700;
  color: #FFFFFF;
}

@media (max-width: 767px) {
  .p-faq__list-item-answer::before {
    width: 36px;
    height: 36px;
    font-size: 18px;
  }
}
/* contact */
.p-contact {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 150px 0;
}

@media (max-width: 767px) {
  .p-contact {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .p-contact h2 {
    text-align: center;
  }
}
.p-contact__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}

@media (max-width: 767px) {
  .p-contact__wrapper {
    gap: 30px;
  }
}
.p-contact__button:hover {
  background-color: #06C755;
  color: #FFFFFF;
  opacity: 0.7;
}

/* campaign */
.p-campaign {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
  background-color: rgba(247, 226, 52, 0.2);
}

@media (max-width: 767px) {
  .p-campaign {
    padding: 30px 0;
  }
}
.p-campaign__container {
  width: 90%;
  max-width: 1400px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 767px) {
  .p-campaign__container {
    width: 100%;
  }
}
.p-campaign__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding: 50px 0;
}

@media (max-width: 767px) {
  .p-campaign__item {
    gap: 20px;
    padding: 25px 0;
  }
}
.p-campaign__item picture {
  width: 100%;
  max-width: 700px;
}

.p-campaign__description {
  width: 300px;
  text-align: center;
}

/* jobs */
.p-jobs {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-jobs__container {
  width: 90%;
  max-width: 1400px;
  padding: 30px 0;
}

@media (max-width: 767px) {
  .p-jobs__container {
    width: 100%;
    max-width: 100%;
  }
}
.p-jobs__description {
  display: flex;
  justify-content: center;
  padding-top: 50px;
}

@media (max-width: 767px) {
  .p-jobs__description {
    padding-top: 20px;
  }
}
.p-jobs__item {
  margin: 50px 0;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .p-jobs__item {
    margin: 30px 20px 50px;
  }
}
.p-jobs__item-overview {
  font-size: 24px;
  text-align: center;
  padding: 20px 30px;
}

@media (max-width: 767px) {
  .p-jobs__item-overview {
    font-size: 18px;
  }
}
.p-jobs__item-overview span {
  font-size: 18px;
}

@media (max-width: 767px) {
  .p-jobs__item-overview span {
    font-size: 15px;
  }
}
.p-jobs__item-info {
  padding: 20px 30px;
}

.p-jobs__item-info-price {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 767px) {
  .p-jobs__item-info-price {
    font-size: 15px;
  }
}
.p-jobs__item-info-price span {
  font-size: 24px;
}

@media (max-width: 767px) {
  .p-jobs__item-info-price span {
    font-size: 21px;
  }
}
.p-jobs .swiper-pagination-bullet-active {
  background: #400106;
}