@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://use.typekit.net/zlj5ruu.css");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Julius+Sans+One&display=swap");
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

@media screen and (max-width: 1280px) {
  html {
    font-size: 0.78125vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 500px) {
  html {
    font-size: 62.5%;
  }
}
body {
  font-family: Noto Sans JP, sans-serif;
  margin: 0;
  padding: 0;
  color: #1a1a1a;
  scroll-behavior: smooth;
}

.grecaptcha-badge {
  visibility: hidden;
}

.bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  background-color: #ebebeb;
  background-image: url(./douga-lp-images/top_bg.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}

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

a,
.btn_viewall {
  text-decoration: none;
  color: #2F2F2F;
  transition: all 0.3s;
}

a:hover,
.btn_viewall:hover {
  opacity: 0.5;
  transition: all 0.3s;
  cursor: pointer;
}

li {
  list-style: none;
}

.sp-none {
  display: block;
}

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

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}
.btn_contact {
  display: block;
  width: 30rem;
  margin: 0 auto;
  background-color: #1a1a1a;
  font-family: "ab-kokoro-no1", sans-serif;
  color: #f7fff2;
  font-size: 2.3rem;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6rem;
}

.btn_contact a {
  color: #f7fff2;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 2rem 5rem;
}

@media screen and (max-width: 768px) {
  .btn_contact {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    font-size: 4rem;
  }
}
@media screen and (max-width: 500px) {
  .btn_contact {
    font-size: 2rem;
  }
}
.section_title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.section_title_wrapper {
  display: inline-block;
}

.section_title_wrapper h2 {
  display: inline-block;
  position: relative;
  font-family: "ab-kokoro-no1", sans-serif;
  color: #fb641f;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.203em;
  padding-right: 0.203em;
}

.section_title_wrapper h2::before {
  content: "";
  width: 7rem;
  height: 8px;
  background-color: #fb641f;
  position: absolute;
  bottom: -1.8rem;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .section_title_wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }
  .section_title_wrapper h2 {
    display: inline-block;
    font-size: 4rem;
    margin-right: 0;
    text-align: center;
  }
  .section_title_wrapper h2::before {
    width: 5rem;
    height: 6px;
    bottom: -1.2rem;
  }
}
.shutter {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  background-color: #ebebeb;
  background-image: url(./douga-lp-images/top_bg.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 9999;
  color: #fb641f;
  font-family: "ab-megadot9", sans-serif;
  font-size: 11rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  align-items: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  transition: opacity 1s ease, visibility 1s ease;
}

.shutter.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.shutter span {
  color: #fb641f;
  font-family: "din-2014", sans-serif;
  font-size: 7rem;
  font-weight: 700;
  line-height: 1;
}

.shutter_bar {
  width: min(44rem, 70vw);
  height: 6px;
  border-radius: 999px;
  background: rgba(251, 100, 31, 0.2);
  overflow: hidden;
}

.shutter_bar_fill {
  display: block;
  width: 0%;
  height: 100%;
  background: #fb641f;
  transition: width 0.08s linear;
}

.l-header {
  position: fixed;
  z-index: 80;
  top: 0;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .l-header {
    position: relative;
  }
}
.header_sp_bar {
  display: none;
}

@media screen and (max-width: 768px) {
  .header_sp_bar {
    position: fixed;
    top: 5rem;
    left: 0;
    width: 100%;
    padding: 0 2.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 60;
  }
}
.header_logo {
  position: fixed;
  top: 6.4rem;
  left: 5.3rem;
  width: 17%;
  max-width: 25rem;
}

.header_logo figure {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .header_logo {
    top: 5rem;
    left: 2.4rem;
  }
}
.header_logo--sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .header_logo--sp {
    display: block;
    position: static;
    top: auto;
    left: auto;
    width: 30%;
    max-width: none;
  }
}
@media screen and (max-width: 500px) {
  .header_logo--sp {
    width: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .header > a.header_logo {
    display: none;
  }
}
.header_top {
  position: fixed;
  top: 2.7rem;
  left: 0;
  padding: 0 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 10;
}

.header_top_left span, .header_top_right span {
  display: block;
  width: 12px;
  height: 3px;
  background-color: #1a1a1a;
  margin-bottom: 5px;
}

.header_top_dot {
  width: 6px;
  height: 6px;
  background-color: #d9d9d9;
  border-radius: 100%;
}

.header_top_center span {
  display: block;
  width: 3px;
  height: 12px;
  background-color: #1a1a1a;
}

@media screen and (max-width: 768px) {
  .header_top {
    top: auto;
    bottom: 1rem;
  }
}
.header_dot {
  position: fixed;
  bottom: 3.3rem;
  left: 3rem;
}

.header_dot_btm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 5px;
}

.header_dot_btm_box {
  width: 15px;
  height: 15px;
  background-color: #fb641f;
}

.header_dot_btm_box:nth-child(1) {
  background-color: transparent;
  border: 2px solid #fb641f;
}

@media screen and (max-width: 768px) {
  .header_dot {
    position: absolute;
    top: 13rem;
    bottom: auto;
    left: 1.6rem;
  }
  .header_dot_btm {
    flex-direction: column;
  }
}
.header_popup {
  position: fixed;
  bottom: 3.3rem;
  right: 5.3rem;
  width: 100%;
  max-width: 25rem;
}

.header_popup a figure {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .header_popup {
    width: 40%;
    bottom: 2rem;
    right: 1rem;
  }
}
.l-top {
  position: relative;
  width: 100%;
  height: 100dvh;
  display: flex;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .l-top {
    margin-bottom: 10rem;
  }
}
.top {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.top_fv {
  position: relative;
  width: 100%;
  height: auto;
}

.top_slider_container {
  position: absolute;
  top: -5rem;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-15deg);
  opacity: 0.3;
}
@media screen and (max-width: 768px) {
  .top_slider_container {
    top: 50%;
    transform: translateY(-50%) rotate(-15deg);
  }
}

.top_slider_wrapper {
  width: 100%;
  display: flex;
  margin-bottom: 3rem;
}
.top_slider_wrapper:last-child {
  margin-bottom: 0;
}

.top_slider {
  animation: scroll-right 40s infinite linear 0.5s both;
  display: flex;
}
.top_slider_reverse {
  display: flex;
  animation: scroll-left 40s infinite linear 0.5s both;
}

.top_slider_item {
  width: 10vw;
  height: auto;
  margin-right: 2rem;
}
@media screen and (max-width: 768px) {
  .top_slider_item {
    width: 25vw;
  }
}

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

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
.top_fv_text {
  position: relative;
  z-index: 1;
  width: 40%;
  margin: 0 auto;
}

.top_fv_text_title {
  width: 100%;
  height: 100%;
}

.top_fv_text_title figure {
  width: 100%;
  height: 100%;
}

.top_fv_text_items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 65%;
  margin: 0 auto;
  margin-bottom: 10rem;
}

.top_fv_text_items figure {
  width: 30%;
  height: 100%;
}

.top_fv_text_btn {
  margin-bottom: 1.4rem;
}
.top_fv_text_btn.is-ham a {
  width: 100%;
  font-size: 2.4rem;
  padding: 2rem 4rem;
}

.top_fv_text_description {
  text-align: center;
  color: #1a1a1a;
  font-family: "ab-clip-medium", sans-serif;
  font-size: 2.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.1em;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 768px) {
  .top_fv_slider {
    top: 8rem;
  }
  .top_fv_bg {
    width: 100%;
    top: 10rem;
  }
  .top_fv_text {
    width: 100%;
    padding: 0 2.7rem;
  }
  .top_fv_text_title {
    margin-bottom: 3rem;
  }
  .top_fv_text_items {
    margin-bottom: 2rem;
    width: 90%;
  }
  .top_fv_text_description {
    font-size: 18px;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 500px) {
  .top_fv_text_description {
    font-size: 1.6rem;
  }
}
.top ul {
  position: absolute;
  bottom: 7rem;
  left: 3rem;
  margin-bottom: 3rem;
}

.top ul li {
  margin-bottom: 1.5rem;
}

.top ul li a {
  font-family: "ab-don", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fb641f;
}

@media screen and (max-width: 768px) {
  .top ul {
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    margin-bottom: 0;
    padding-left: 0;
  }
  .top ul li {
    margin-bottom: 3rem;
  }
  .top ul li a {
    font-size: 2rem;
  }
  .top ul li:last-child {
    margin-bottom: 0;
  }
}
.top_sp_menu_btn {
  display: none;
}

@media screen and (max-width: 768px) {
  .top_sp_menu_btn {
    display: inline-flex;
    position: static;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #1a1a1a;
    z-index: 50;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0;
    line-height: 0;
    font-size: 0;
  }
  .top_sp_menu_btn span {
    display: block;
    flex-shrink: 0;
    width: 25px;
    height: 2px;
    min-height: 2px;
    margin-bottom: 5px;
    border-radius: 1px;
    background-color: #ffffff;
    transition: transform 0.25s ease, opacity 0.25s ease;
    transform: translateZ(0);
  }
  .top_sp_menu_btn span:last-child {
    margin-bottom: 0;
  }
  .top_sp_menu_btn.is-open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .top_sp_menu_btn.is-open span:nth-child(2) {
    opacity: 0;
  }
  .top_sp_menu_btn.is-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}
.top_sp_nav {
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 40;
  padding: 12rem 3rem 4rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  backdrop-filter: blur(0);
  transition: opacity 0.3s ease-out, backdrop-filter 0.3s ease-out, visibility 0.3s ease-out;
}

.top_sp_nav.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  backdrop-filter: blur(10px);
}

.top_sp_nav_list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}

.top_sp_nav_list li {
  margin-bottom: 2.2rem;
}

.top_sp_nav_list li a {
  color: #ffffff;
  font-family: "ab-don", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .top_sp_nav {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .top {
    margin-top: 10rem;
  }
}
.l-about {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 3rem 5rem;
  margin-bottom: 12rem;
}

@media screen and (max-width: 768px) {
  .l-about {
    padding: 0 2.4rem;
  }
}
.about_section_title {
  margin-bottom: 8rem;
}

@media screen and (max-width: 768px) {
  .about_section_title {
    margin-bottom: 4rem;
  }
}
.about_title {
  width: 80%;
  margin: 0 auto;
  height: 100%;
  margin-bottom: 6.5rem;
}

.about_title figure {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .about_title {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.about_subtitle {
  width: 70%;
  margin: 0 auto;
  height: 100%;
  margin-bottom: 7rem;
}

@media screen and (max-width: 768px) {
  .about_subtitle {
    width: 100%;
    margin-bottom: 7rem;
  }
}
.about_text {
  text-align: center;
  font-family: "ab-kokoro-no1", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.02em;
  margin-bottom: 9rem;
}

@media screen and (max-width: 768px) {
  .about_text {
    font-size: 2rem;
    margin-bottom: 12rem;
  }
}
@media screen and (max-width: 500px) {
  .about_text {
    font-size: 1.8rem;
  }
}
.about_items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 4rem;
}

@media screen and (max-width: 768px) {
  .about_items {
    flex-direction: column;
    gap: 12rem;
  }
}
.about_item {
  width: 25%;
  height: 100%;
  border-radius: 19.995px;
  border: 2.999px solid #1A1A1A;
  background: #FFF;
  box-shadow: 7.998px 7.998px 0 0 #000, 3.999px 3.999px 0 0 #000;
  padding-bottom: 3rem;
}

.about_item figure {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 1.5rem;
  margin-top: -6rem;
}

.about_item_title {
  font-family: "Noto Sans JP", sans-serif;
  color: #fb641f;
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}

.about_item_text {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: -0.1em;
}

@media screen and (max-width: 768px) {
  .about_item {
    width: 90%;
  }
  .about_item figure {
    width: 70%;
    margin-top: -8rem;
    max-width: 200px;
  }
  .about_item_title {
    font-size: 3rem;
  }
  .about_item_text {
    font-size: 2rem;
  }
}
@media screen and (max-width: 500px) {
  .about_item_title {
    font-size: 2.4rem;
  }
  .about_item_text {
    font-size: 1.4rem;
  }
}
.l-banner {
  margin: 0 auto;
  width: 100%;
  margin-bottom: 12rem;
  background-image: url(./douga-lp-images/banner_bg.webp);
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  margin-top: 20rem;
}

@media screen and (max-width: 768px) {
  .l-banner {
    width: calc(100% - 4.8rem);
    margin: 0 auto;
    background-image: url(./douga-lp-images/banner_bg_sp.webp);
    background-position: center center;
    padding: 0;
    padding-bottom: 4rem;
    border-radius: 2rem;
    margin-bottom: 7rem;
  }
}
.banner {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 2rem;
}

.banner_left {
  width: 55%;
  height: 100%;
  margin-top: -14rem;
  margin-right: -3rem;
  margin-bottom: 0;
}

.banner_left img {
  margin-bottom: -1rem;
}

.banner_right {
  width: 30%;
  height: 100%;
  padding-top: 6rem;
  padding-bottom: 4rem;
}

.banner_text {
  margin-bottom: 3rem;
}

.banner_text {
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .banner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .banner_left {
    width: calc(100% + 4.8rem);
    margin-top: -6rem;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .banner_right {
    width: 100%;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 1.5rem;
  }
}
.l-success {
  width: 100%;
  margin-bottom: 12rem;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .l-success {
    margin-bottom: 0;
  }
}
.success_section_title {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 4rem;
  padding: 3rem 10rem;
}

.success_section_title_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #6a635e;
  padding-bottom: 4rem;
  margin-bottom: 7rem;
}

.success_section_title_wrapper h2 {
  color: #fb641f;
  font-family: "ab-kokoro-no1", sans-serif;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.2em;
}

.success_section_title_right {
  display: flex;
  gap: 1.2rem;
}

.success_section_title_right span {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #fb641f;
  border-radius: 100%;
}

.success_section_title_content {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 10rem;
}

.success_section_title_content_left h3 {
  font-family: "jaf-domus-titling-web", sans-serif;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 2rem;
}

.success_section_title_content_left h2 {
  font-family: "jaf-domus-titling-web", sans-serif;
  font-size: 7rem;
  font-weight: 800;
  line-height: 1;
  font-style: normal;
}

.success_section_title_content_right {
  width: 50%;
  height: 100%;
  color: #1A1A1A;
  font-family: "Azo Sans", sans-serif;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .success_section_title {
    padding: 0 2.4rem;
    margin-bottom: 5rem;
  }
  .success_section_title_wrapper {
    padding-bottom: 2rem;
    margin-bottom: 4rem;
  }
  .success_section_title_content {
    flex-direction: column;
    gap: 3rem;
  }
  .success_section_title_content_left {
    width: 100%;
  }
  .success_section_title_content_left h3 {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
  .success_section_title_content_left h2 {
    font-size: 6rem;
  }
  .success_section_title_content_right {
    width: 100%;
    font-size: 2rem;
  }
}
@media screen and (max-width: 500px) {
  .success_section_title_content_left h3 {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
  .success_section_title_content_left h2 {
    font-size: 5rem;
  }
  .success_section_title_content_right {
    font-size: 1.6rem;
  }
}
.success_items {
  width: 100%;
  gap: 4rem;
  padding-right: 0;
}

.success_item {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10rem;
  margin-bottom: 20rem;
  padding-left: 16rem;
}

.success_item:nth-child(2) {
  flex-direction: row-reverse;
  padding-right: 16rem;
  padding-left: 0;
}

.success_item:nth-child(2) .success_item_right figure {
  border-radius: 0 100% 100% 0;
}

.success_item_genre {
  display: inline-block;
  color: #ffffff;
  font-family: "Big Shoulders Stencil", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  background-color: #1a1a1a;
  padding: 0.5rem 1.3rem;
  border-radius: 3rem;
  margin-bottom: 6rem;
}

.success_item_title {
  color: #fb641f;
  font-family: "Azo Sans", sans-serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 2rem;
}

.success_item_text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 7rem;
}

.success_item_num {
  display: flex;
  gap: 7rem;
}

.success_item_num_box {
  position: relative;
}

.success_item_num_box::before {
  content: "";
  max-width: 25rem;
  max-height: 25rem;
  width: 20vw;
  height: 20vw;
  background-color: #ffffff;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.success_item_num_title {
  text-align: center;
  font-family: "corporate-logo-ver2", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: 22%;
  text-underline-position: from-font;
  margin-bottom: 2rem;
}

.success_item_num_value {
  color: #fb641f;
  font-family: "ab-megadot9", sans-serif;
  font-size: 11rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.success_item_num_value span {
  color: #fb641f;
  font-family: "din-2014", sans-serif;
  font-size: 7rem;
  font-weight: 700;
  line-height: 1;
}

.success_item_left {
  flex-basis: 46%;
}

.success_item_right {
  flex-basis: 47%;
}

.success_item_right figure {
  position: relative;
  background-color: #fb641f;
  border-radius: 100% 0 0 100%;
}

.success_item_right figure img {
  width: 60%;
  margin-top: 10rem;
  margin-left: 9rem;
  margin-bottom: -9rem;
}

@media screen and (max-width: 768px) {
  .success_item {
    flex-direction: column-reverse;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10rem;
  }
  .success_item:nth-child(2) {
    flex-direction: column-reverse;
    padding-right: 0;
    padding-left: 0;
  }
  .success_item_left {
    flex-basis: 100%;
    padding: 0 2.4rem;
  }
  .success_item_num {
    width: 70%;
    gap: 3rem;
    justify-content: space-between;
    margin-left: 0;
    margin: 0 auto;
  }
  .success_item_num_box::before {
    width: 40vw;
    height: 40vw;
  }
  .success_item_num_value {
    font-size: 8rem;
  }
  .success_item_num_value span {
    font-size: 4rem;
  }
  .success_item_genre {
    margin-bottom: 2rem;
  }
  .success_item_title {
    font-size: 4rem;
  }
  .success_item_text {
    font-size: 2rem;
    margin-bottom: 10rem;
  }
  .success_item_right figure {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .success_item_right figure img {
    width: 70%;
    margin: 0;
    margin-top: 4rem;
    margin-bottom: -7rem;
  }
}
@media screen and (max-width: 500px) {
  .success_item_num {
    width: 80%;
    margin-left: 0;
    margin-right: 0;
  }
  .success_item_num_box::before {
    width: 35vw;
    height: 35vw;
  }
  .success_item_num_value {
    font-size: 6rem;
  }
  .success_item_title {
    font-size: 2.4rem;
  }
  .success_item_text {
    font-size: 1.6rem;
    margin-bottom: 6rem;
  }
}
.l-cast {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 17rem;
  padding: 3rem 5rem;
}

@media screen and (max-width: 768px) {
  .l-cast {
    padding: 0 2.4rem;
    margin-bottom: 10rem;
  }
}
.cast_section_title {
  margin-bottom: 8rem;
  justify-content: left;
}

.cast_section_title h2::before {
  left: 0;
  transform: translateX(0);
}

@media screen and (max-width: 768px) {
  .cast_section_title h2::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.cast_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6rem;
}

.cast_top_left {
  width: 50%;
}

.cast_top_left_text {
  margin-bottom: 6rem;
}

.cast_top_left_text span {
  display: inline-block;
  background-color: #ffffff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.4;
  padding: 0 1rem;
  margin-bottom: 1rem;
}

.cast_top_left_description {
  color: #1A1A1A;
  font-family: "din-2014", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
}

.cast_top_right {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .cast_top {
    flex-direction: column;
  }
  .cast_top_left {
    width: 100%;
  }
  .cast_top_left_text {
    margin-bottom: 3.2rem;
  }
  .cast_top_left_text span {
    font-size: 4rem;
    letter-spacing: -0.15em;
  }
  .cast_top_left_description {
    font-size: 1.8rem;
  }
  .cast_top_right {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .cast_top_left_text span {
    font-size: 2.5rem;
  }
  .cast_top_left_description {
    font-size: 1.3rem;
  }
}
.cast_mid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 17rem;
  gap: 10rem;
}

.cast_mid_left h2 {
  color: #fb641f;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 9rem;
  font-weight: 900;
  line-height: normal;
}

.cast_mid_right {
  margin-right: 7rem;
}

.cast_mid_right_item {
  margin-bottom: 5rem;
}

.cast_mid_right h3 {
  display: inline-block;
  color: #fb641f;
  font-family: "Azo Sans", sans-serif;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
  border-bottom: 6px solid #c5c3c1;
  margin-bottom: 1.6rem;
  padding-bottom: 0.5rem;
}

.cast_mid_right p {
  color: #6a635e;
  font-family: "Azo Sans", sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .cast_mid {
    flex-direction: column;
    align-items: center;
    gap: 5rem;
    margin-bottom: 5rem;
  }
  .cast_mid_left h2 {
    font-size: 5rem;
  }
  .cast_mid_right {
    margin-right: 0;
  }
  .cast_mid_right p {
    font-size: 1.6rem;
  }
}
.cast_btm_swiper {
  align-items: stretch;
}

.cast_btm_swiper .swiper-slide span {
  display: block;
  width: 6px;
  height: 16px;
  background-color: #1a1a1a;
  margin-bottom: 2rem;
}

.cast_btm_swiper .swiper-slide figure {
  width: 100%;
  height: 100%;
}

.cast_btm_swiper .swiper-slide figure img {
  -o-object-fit: cover;
  object-fit: cover;
}

.cast_btm_swiper .swiper-slide p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: normal;
}

.cast_btm_swiper .swiper-slide a {
  display: block;
  color: #999;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
  margin-top: 1.2rem;
}

.l-portfolio {
  width: 100%;
  margin-bottom: 16rem;
}

@media screen and (max-width: 768px) {
  .l-portfolio {
    margin-bottom: 12rem;
  }
}
.portfolio_section_title {
  margin: 0;
  margin-bottom: 8rem;
  justify-content: flex-start;
}

.portfolio_section_title h2::before {
  left: 0;
  transform: translateX(0);
}

@media screen and (max-width: 768px) {
  .portfolio_section_title {
    margin-bottom: 0;
  }
  .portfolio_section_title h2::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.portfolio_title {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 10rem;
  margin-bottom: 9rem;
}

.portfolio_title_text {
  margin-bottom: 2rem;
}

.portfolio_title_text span {
  display: inline-block;
  background-color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1.5rem;
  padding: 1rem 2rem;
}

.portfolio_title_description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .portfolio_title {
    flex-direction: column;
    margin-bottom: 5rem;
    gap: 5rem;
  }
  .portfolio_title_text {
    padding: 0 2.4rem;
  }
  .portfolio_title_text span {
    font-size: 4rem;
    margin-bottom: 1rem;
  }
  .portfolio_title_description {
    padding: 0 2.4rem;
    font-size: 2rem;
  }
}
@media screen and (max-width: 500px) {
  .portfolio_title_text span {
    font-size: 2.5rem;
  }
  .portfolio_title_description {
    font-size: 1.6rem;
  }
}
.portfolio_swiper_outer {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .portfolio_swiper_outer {
    gap: 3rem;
  }
}
.portfolio_swiper {
  width: 100%;
  overflow: hidden;
}

.portfolio_swiper .swiper-slide .portfolio_video_trigger {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  padding: 0;
  background: transparent;
  width: 100%;
  display: block;
  border-radius: 2rem;
  overflow: hidden;
  position: relative;
}

.portfolio_swiper .swiper-slide .portfolio_video_trigger img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 9/16;
  -o-object-fit: cover;
  object-fit: cover;
}

.portfolio_swiper .swiper-slide .portfolio_video_play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  pointer-events: none;
}

.portfolio_swiper .swiper-slide .portfolio_video_play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-35%, -50%);
  width: 0;
  height: 0;
  border-top: 1.2rem solid transparent;
  border-bottom: 1.2rem solid transparent;
  border-left: 1.8rem solid #ffffff;
}

.portfolio_swiper .swiper-slide iframe {
  border-radius: 2rem;
  width: 100%;
  height: 100%;
  aspect-ratio: 9/16;
}

.portfolio_swiper_controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.3rem;
  margin-bottom: 10rem;
}

.portfolio_swiper_controls .portfolio_swiper_prev,
.portfolio_swiper_controls .portfolio_swiper_next {
  position: static;
  margin: 0;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  transform: none;
  background-color: #ffffff;
  border-radius: 100%;
  width: 36px;
  height: 36px;
}

.portfolio_swiper_controls .portfolio_swiper_prev svg,
.portfolio_swiper_controls .portfolio_swiper_next svg {
  display: none;
}

.portfolio_swiper_controls .portfolio_swiper_prev {
  background-image: url(./douga-lp-images/swiper_arrow_l.svg);
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: center center;
}

.portfolio_swiper_controls .portfolio_swiper_next {
  background-image: url(./douga-lp-images/swiper_arrow_r.svg);
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: center center;
}

.portfolio_swiper_controls .portfolio_swiper_pagination {
  background-color: #ffffff;
  padding: 1.6rem 3rem;
  border-radius: 3rem;
  width: auto !important;
  display: flex;
  position: static;
  width: auto;
  margin: 0;
}

.portfolio_swiper_controls .swiper-pagination-bullet-active {
  background-color: #636363;
}

@media screen and (max-width: 768px) {
  .portfolio_swiper_controls {
    margin-bottom: 12rem;
  }
}
.portfolio .portfolio_video_modal {
  position: fixed;
  top: 0;
  left: 0;
  inset: 0;
  display: none;
  z-index: 1000;
  width: 100vw;
  height: 100vh;
}

.portfolio .portfolio_video_modal.is-open {
  display: block;
}

.portfolio .portfolio_video_modal_overlay {
  position: absolute;
  width: 100vw;
  height: 100vh;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.portfolio .portfolio_video_modal_dialog {
  position: relative;
  max-width: 900px;
  width: min(90vw, 900px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.portfolio .portfolio_video_modal_close {
  position: absolute;
  right: -1.6rem;
  top: -4rem;
  width: 3.2rem;
  height: 3.2rem;
  border: 0;
  border-radius: 100%;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.9);
}

.portfolio .portfolio_video_modal_close::before, .portfolio .portfolio_video_modal_close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.6rem;
  height: 0.2rem;
  background-color: #1a1a1a;
}

.portfolio .portfolio_video_modal_close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.portfolio .portfolio_video_modal_close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.portfolio .portfolio_video_modal_inner {
  border-radius: 1.2rem;
  overflow: hidden;
  background-color: #000;
}

.portfolio .portfolio_video_modal_inner iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
}

@media screen and (max-width: 500px) {
  .portfolio .portfolio_video_modal_dialog {
    width: min(94vw, 420px);
    aspect-ratio: 9/16;
    max-height: 82vh;
  }
  .portfolio .portfolio_video_modal_inner {
    height: 100%;
  }
  .portfolio .portfolio_video_modal_inner iframe {
    height: 100%;
    aspect-ratio: 9/16;
  }
  .portfolio .portfolio_video_modal_close {
    right: 0;
  }
}
.portfolio_content {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6rem;
}

.portfolio_content figure {
  width: 110%;
  margin-top: -6.8rem;
}

.portfolio_content_item {
  border-radius: 2rem;
  border: 5px solid #fb641f;
  width: 30%;
  height: 100%;
}

.portfolio_content_item:nth-child(2) {
  margin-top: 15rem;
}

.portfolio_content_item:nth-child(3) {
  margin-top: 30rem;
}

.portfolio_content_item figure {
  position: relative;
  z-index: 1;
}

.portfolio_content_item_title {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background-color: #1a1a1a;
  color: #ffffff;
  font-family: "corporate-logo-ver2", sans-serif;
  font-size: 3.3rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 3.1rem;
  padding: 1rem;
  margin-top: -2rem;
  z-index: 2;
}

.portfolio_content_item_text {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 3.5rem;
}

.portfolio_content_item_genre {
  gap: 1rem;
  background-color: #ffffff;
  border-radius: 1rem;
  padding: 2rem;
  margin: 2rem;
}

.portfolio_content_item_genre span {
  display: inline-block;
  color: #616161;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 1rem;
}

.portfolio_content_item_genre p {
  font-family: "corporate-logo-ver2", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .portfolio_content {
    flex-direction: column;
    width: calc(100% - 4.8rem);
  }
  .portfolio_content figure {
    width: 115%;
  }
  .portfolio_content_item {
    width: 80%;
  }
  .portfolio_content_item_title {
    font-size: 4.5rem;
    font-weight: 700;
  }
  .portfolio_content_item_text {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
  .portfolio_content_item_genre {
    padding: 1.6rem;
    margin: 1.6rem;
  }
  .portfolio_content_item_genre span {
    font-size: 1.6rem;
  }
  .portfolio_content_item_genre p {
    font-size: 1.8rem;
  }
  .portfolio_content_item:nth-child(2) {
    margin-top: 6rem;
  }
  .portfolio_content_item:nth-child(3) {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 500px) {
  .portfolio_content_item_title {
    font-size: 3rem;
    font-weight: 700;
  }
  .portfolio_content_item_text {
    font-size: 1.6rem;
  }
  .portfolio_content_item_genre span {
    font-size: 1.2rem;
  }
  .portfolio_content_item_genre p {
    font-size: 1.4rem;
  }
}
.l-reason {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 12rem;
}

@media screen and (max-width: 768px) {
  .l-reason {
    padding: 0 2.4rem;
    margin-bottom: 10rem;
    overflow: hidden;
  }
}
.reason_section_title {
  margin-bottom: 4.5rem;
}

.reason_title {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  padding: 1rem 2rem;
  text-align: center;
  font-family: "FOT-UDMincho Pr6N";
  font-size: 6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 3.5rem;
}

.reason_title span {
  font-size: 6.9rem;
}

@media screen and (max-width: 768px) {
  .reason_title {
    font-size: 4.4rem;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
  }
  .reason_title span {
    font-size: 5rem;
  }
}
@media screen and (max-width: 500px) {
  .reason_title {
    font-size: 2.8rem;
  }
  .reason_title span {
    font-size: 3.3rem;
  }
}
.reason_content {
  position: relative;
}

.reason_content_mv {
  position: relative;
  width: 60%;
  margin: 0 auto;
  z-index: 1;
  padding-bottom: 10rem;
}

@media screen and (max-width: 768px) {
  .reason_content_mv {
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 2rem;
  }
}
.reason_content_items {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 4rem;
}

.reason_content_items_top .reason_content_item:nth-of-type(1) {
  top: 6.8rem;
  left: 0;
}

.reason_content_items_top .reason_content_item:nth-of-type(2) {
  top: -2rem;
  right: 0;
}

.reason_content_items_bottom .reason_content_item:nth-of-type(1) {
  bottom: 0;
  left: 4rem;
}

.reason_content_items_bottom .reason_content_item:nth-of-type(2) {
  bottom: 6rem;
  right: 0;
}

.reason_content_item {
  position: absolute;
  width: 30%;
  z-index: 2;
}

.reason_content_item figure {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 3rem;
}

.reason_content_item p {
  text-align: center;
  font-family: "din-2014", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7;
  -webkit-text-stroke-width: 6px;
  -webkit-text-stroke-color: #ffffff;
  paint-order: stroke fill;
}

@media screen and (max-width: 768px) {
  .reason_content_item {
    position: static;
    width: 100%;
  }
  .reason_content_item figure {
    width: 100%;
  }
  .reason_content_item p {
    font-size: 1rem;
    -webkit-text-stroke-width: 0;
    paint-order: fill;
  }
}
.reason_content_bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.reason_content_bottom h3 {
  display: inline-block;
  color: #ffffff;
  text-align: center;
  font-family: "Gitan Latin";
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  background-color: #1a1a1a;
  margin-bottom: 1rem;
  padding: 1rem;
}

@media screen and (max-width: 768px) {
  .reason_content_bottom h3 {
    font-size: 1.6rem;
  }
}
.l-plan {
  width: 100%;
}

.plan_section_title {
  margin-bottom: 4.5rem;
}

.plan_title {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-family: "ab-kokoro-no1", sans-serif;
  font-size: 4.7rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.202em;
  background-color: #ffffff;
  margin-bottom: 6rem;
  padding: 1rem 2rem;
}

@media screen and (max-width: 768px) {
  .plan_title {
    font-size: 3.3rem;
    margin-bottom: 2rem;
    padding: 0 1rem;
  }
}
.plan_content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  margin-bottom: 4.7rem;
}

.plan_content::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 50%;
  background: linear-gradient(133deg, #fb641f 17.63%, #d93c14 82.37%);
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .plan_content {
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    overflow-x: auto;
    gap: 2rem;
    -webkit-overflow-scrolling: touch;
    padding: 0 2.4rem;
    padding-top: 6rem;
  }
}
.plan_content_item {
  width: 25%;
  border-radius: 3rem;
  border: none;
  overflow: hidden;
  background-color: #ffffff;
  padding-bottom: 4rem;
  outline: 5px solid #1a1a1a;
  outline-offset: -5px;
}

@media screen and (max-width: 768px) {
  .plan_content_item {
    flex: 0 0 min(100%, 34rem);
    max-width: none;
  }
}
.plan_content_item_type {
  width: 100%;
  background-color: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 3rem 0;
  margin-bottom: 5rem;
  border-radius: 3rem 3rem 0 0;
}

.plan_content_item_type_en {
  color: #FFF;
  font-family: "din-2014", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 7px;
}

.plan_content_item_type_ja {
  color: #FFF;
  font-family: "din-2014", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}

.plan_content_item_price {
  color: #187F69;
  font-family: "din-2014", sans-serif;
  font-size: 6.3rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-bottom: 1.4rem;
}

.plan_content_item_price span {
  font-family: "din-2014", sans-serif;
  font-size: 4.7rem;
  font-weight: 700;
  line-height: 1;
  margin-right: 1rem;
  margin-left: 1rem;
}

.plan_content_item_price_unit {
  text-align: center;
  color: #6a635e;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .plan_content_item_price {
    font-size: 5.8rem;
  }
  .plan_content_item_price span {
    font-size: 4rem;
  }
  .plan_content_item_price_unit {
    font-size: 2rem;
  }
}
.plan_content_item_feature {
  padding: 3rem;
  margin-bottom: 3rem;
}

.plan_content_item_feature p {
  font-family: "din-2014", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
  padding-left: calc(20px + 2.6rem);
  border-bottom: 2px solid #ececec;
  margin-bottom: 1.8rem;
  padding-bottom: 1.8rem;
}

.plan_content_item_feature p::before {
  content: "";
  position: absolute;
  left: 0;
  background-image: url(./douga-lp-images/check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 20px;
  height: 16px;
}

.plan_content_item_feature p:last-child {
  border-bottom: none;
}

@media screen and (max-width: 768px) {
  .plan_content_item_feature {
    margin-bottom: 0;
  }
  .plan_content_item_feature p {
    font-size: 1.4rem;
  }
}
.plan_content_item_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1.6rem 5rem;
  border-radius: 5.9rem;
  background: #1a1a1a;
  box-shadow: 0 1px 1.4rem 0 rgba(0, 0, 0, 0.25);
  color: #ffffff;
}

.plan_content_item:nth-child(2) {
  position: relative;
  z-index: 1;
  border: 5px solid transparent;
  outline: none;
  overflow: visible;
  background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(93deg, #e81f73 0.99%, #f18700 50%, #00b6cc 99.01%) border-box;
}

.plan_content_item:nth-child(2) .plan_content_item_inner {
  overflow: hidden;
  border-radius: 2rem;
}

.plan_content_item:nth-child(2) .plan_content_item_type {
  border-radius: 2rem 2rem 0 0;
  background: linear-gradient(93deg, #E81F73 0.99%, #F18700 50%, #00B6CC 99.01%);
}

.plan_content_item:nth-child(2) .plan_content_item_price {
  color: #e50060;
}

.plan_content_item:nth-child(2) .plan_content_item_btn {
  border: 3px solid #1A1A1A;
  background: linear-gradient(93deg, #E50060 0.66%, #F18700 23.9%, #5EA47C 77.04%, #00B6CC 99.34%);
}

.plan_content_item:nth-child(2)::before {
  content: "";
  position: absolute;
  top: -5rem;
  right: -4rem;
  width: 10rem;
  height: 10rem;
  background-image: url(./douga-lp-images/plan_icon.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 2;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .plan_content_item:nth-child(2)::before {
    top: -3rem;
    right: -2rem;
    width: 9rem;
    height: 9rem;
    background-image: url(./douga-lp-images/plan_icon_sp.webp);
  }
}
.plan_content_item:nth-child(3) .plan_content_item_price {
  color: #f18700;
}

.plan_content_item:nth-child(3) .plan_content_item_feature {
  margin-bottom: 0rem;
}

.plan_content_item:nth-child(3) .plan_content_item_feature p:last-child {
  margin-bottom: 0;
}

.plan_content_bottom_title {
  text-align: center;
  color: #1A1A1A;
  font-family: "din-2014", sans-serif;
  font-size: 3.1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 5.8rem;
}

@media screen and (max-width: 768px) {
  .plan_content_bottom_title {
    font-size: 2rem;
    padding: 0 2.4rem;
    margin-bottom: 14rem;
  }
}
.l-flow {
  width: 100%;
  margin-bottom: 16rem;
}

@media screen and (max-width: 768px) {
  .l-flow {
    margin-bottom: 8rem;
  }
}
.flow_section_title {
  margin-bottom: 4.5rem;
}

@media screen and (max-width: 768px) {
  .flow_section_title {
    margin-bottom: 4rem;
  }
}
.flow_title {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  text-align: center;
  font-family: "gitan-latin", sans-serif;
  font-size: 3.9rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  background-color: #1a1a1a;
  padding: 1rem;
  margin-bottom: 4.4rem;
}

@media screen and (max-width: 768px) {
  .flow_title {
    font-size: 3.2rem;
  }
}
.flow_text {
  color: #1A1A1A;
  text-align: center;
  font-family: "Azo Sans", sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.6;
  margin-bottom: 8rem;
}

@media screen and (max-width: 768px) {
  .flow_text {
    font-size: 2rem;
  }
}
.flow_arrow {
  flex-basis: 3rem;
  display: flex;
  width: 3rem;
  height: 4.6rem;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .flow_arrow {
    transform: rotate(90deg) !important;
  }
}
.flow_content {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 4rem;
}

@media screen and (max-width: 768px) {
  .flow_content {
    flex-direction: column;
    padding: 0 2.4rem;
    gap: 3rem;
  }
}
.flow_content_item {
  flex-basis: 26%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  display: flex;
  padding: 4.9rem 3.9rem;
  flex-shrink: 0;
  border-radius: 3rem;
  border: 6px solid #1a1a1a;
  background: #ffffff;
}

.flow_content_item figure {
  position: relative;
  margin-bottom: 5rem;
}

.flow_content_item figure img {
  filter: drop-shadow(0 4px 13.997px rgba(0, 0, 0, 0.25));
}

.flow_content_item figure::before {
  content: "";
  position: absolute;
  top: -1rem;
  right: -2rem;
  width: 7.7rem;
  height: 7.7rem;
  background-image: url(./douga-lp-images/flow_01_icon.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 2;
}

.flow_content_item h3 {
  text-align: center;
  font-family: "Azo Sans", sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1;
  border-bottom: 6px solid #c5c3c1;
  padding-bottom: 1rem;
  margin-bottom: 2.4rem;
}

.flow_content_item p {
  color: #6a635e;
  text-align: center;
  font-family: "Azo Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1.6;
}

.flow_content_item:nth-of-type(2) figure::before {
  background-image: url(./douga-lp-images/flow_02_icon.webp);
}

.flow_content_item:nth-of-type(3) figure::before {
  background-image: url(./douga-lp-images/flow_03_icon.webp);
}

.flow_content_item:nth-of-type(4) figure::before {
  background-image: url(./douga-lp-images/flow_04_icon.webp);
}

.flow_content_item:nth-of-type(5) figure::before {
  background-image: url(./douga-lp-images/flow_05_icon.webp);
}

@media screen and (max-width: 768px) {
  .flow_content_item h3 {
    font-size: 2.4rem;
  }
  .flow_content_item p {
    font-size: 1.4rem;
  }
}
.l-faq {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 16rem;
  padding: 0 5rem;
}

@media screen and (max-width: 768px) {
  .l-faq {
    padding: 0 2.4rem;
  }
}
.faq_section_title {
  margin-bottom: 4.5rem;
}

@media screen and (max-width: 768px) {
  .faq_section_title .section_title_wrapper h2 {
    padding-right: 0.5rem;
  }
}
.faq_title {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-family: "gitan-latin", sans-serif;
  font-size: 3.9rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  background-color: #ffffff;
  padding: 1rem;
  margin-bottom: 4.4rem;
}

@media screen and (max-width: 768px) {
  .faq_title {
    font-size: 3.2rem;
  }
}
.faq_content {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.faq_item {
  background: #ffffff;
  border-radius: 4rem;
  overflow: hidden;
  outline: 4px solid #1a1a1a;
  outline-offset: -4px;
}

.faq_item::details-content {
  transition: max-height 0.35s ease, opacity 0.25s ease, content-visibility 0.35s allow-discrete;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}

.faq_item[open]::details-content {
  opacity: 1;
}

.faq_item_summary {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 2.2rem 2.4rem;
  text-align: left;
  cursor: pointer;
  background: #1a1a1a;
}

.faq_item_summary::-webkit-details-marker {
  display: none;
}

@media screen and (max-width: 768px) {
  .faq_item_summary {
    padding: 2rem;
  }
}
.faq_item_label {
  color: #ffefed;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.9rem;
  font-weight: 300;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .faq_item_label {
    font-size: 1.4rem;
  }
}
.faq_item_text {
  flex: 1 1 auto;
  color: #ffefed;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .faq_item_text {
    font-size: 1.4rem;
  }
}
.faq_item_icon {
  position: relative;
  width: 2rem;
  height: 2rem;
  flex: 0 0 auto;
  transition: transform 0.25s ease;
}

.faq_item_icon::before, .faq_item_icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background: #ffefed;
  transform: translate(-50%, -50%) rotate(0deg);
}

.faq_item_icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

@media screen and (max-width: 768px) {
  .faq_item_icon {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.faq_item[open] .faq_item_icon {
  transform: rotate(45deg);
}

.faq_item_body {
  overflow: hidden;
}

.faq_item_body_inner {
  padding: 0 2.4rem 2.6rem;
}

.faq_item_a {
  padding: 3rem 3rem 0 0;
  margin-top: 0;
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}

@media screen and (max-width: 768px) {
  .faq_item_a {
    align-items: center;
    padding: 2rem 2rem 0 0;
  }
}
.faq_item_a .faq_item_label {
  color: #1a1a1a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1.6;
  flex: 0 0 auto;
}

.faq_item_a p {
  color: #1a1a1a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .faq_item_a p {
    font-size: 1.4rem;
  }
}
@supports (interpolate-size: allow-keywords) {
  :root {
    interpolate-size: allow-keywords;
  }
  .faq_item[open]::details-content {
    max-height: 24rem;
  }
}
@supports not (interpolate-size: allow-keywords) {
  .faq_item[open]::details-content {
    max-height: 24rem;
    overflow-y: auto;
  }
}
.l-contact {
  width: 100%;
  background-color: #fb641f;
  padding: 9rem 0 8rem;
}

@media screen and (max-width: 768px) {
  .l-contact {
    padding: 5rem 0 6rem;
  }
}
.contact {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 0 5rem;
}

@media screen and (max-width: 768px) {
  .contact {
    padding: 0 2.4rem;
  }
}
.contact_section_title {
  color: #1a1a1a;
  margin-bottom: 1.3rem;
}

.contact_section_title h2 {
  color: #1a1a1a;
  padding: 1rem 2rem;
  background-color: #ffffff;
  position: relative;
  border: 3px solid #1a1a1a;
  padding-bottom: 2.8rem;
}

.contact_section_title .section_title_wrapper h2::before {
  background-color: #1a1a1a;
  bottom: 1rem;
}

.contact_title {
  color: #1a1a1a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.9rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  background-color: #ffffff;
  padding: 1rem 2rem;
  border: 3px solid #1a1a1a;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 1.3rem;
}

@media screen and (max-width: 768px) {
  .contact_title {
    font-size: 3.2rem;
    margin-bottom: 1rem;
  }
}
.contact_text {
  color: #1a1a1a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  background-color: #ffffff;
  padding: 1rem 2rem;
  border: 3px solid #1a1a1a;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 6.7rem;
}

@media screen and (max-width: 768px) {
  .contact_text {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
}
.contact_form_wrap {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
  padding: 0 5rem;
}

@media screen and (max-width: 500px) {
  .contact_form_wrap {
    padding: 0;
  }
}
label {
  width: 100%;
  font-size: 14px;
  font-weight: light;
  font-family: "Noto Sans JP", sans-serif;
  color: #1a1a1a;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  label {
    font-size: 12px;
    flex-direction: column;
    align-items: flex-start;
  }
}
form p {
  width: 20%;
  margin-top: 2.3rem;
  color: #fff;
}
form p span {
  margin-left: 0.5rem;
  color: #ef107b;
}

@media screen and (max-width: 768px) {
  form p {
    width: 100%;
    margin-bottom: 0 !important;
  }
}
.wpcf7-form-control-wrap {
  width: 80%;
}

@media screen and (max-width: 768px) {
  .wpcf7-form-control-wrap {
    width: 100%;
  }
}
.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  width: calc(100% - 20px);
  border: none;
  height: 50px;
  margin-top: 2.3rem;
  padding: 5px 10px;
  font-weight: light;
  font-family: "Noto Sans JP", sans-serif;
  color: #1a1a1a;
  outline: none;
  font-size: 15px;
  border-radius: 4rem;
  background-color: #ffffff;
  border: 3px solid #1a1a1a;
}

@media screen and (max-width: 768px) {
  .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    margin-top: 1rem;
  }
}
.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.message {
  width: calc(100% - 20px);
  border: 3px solid #1a1a1a;
  height: 200px;
  margin-top: 2.3rem;
  padding: 5px 10px;
  font-weight: light;
  font-family: "Noto Sans JP", sans-serif;
  color: #1a1a1a;
  outline: none;
  font-size: 15px;
  background-color: #ffffff;
  border-radius: 4rem;
}

.wpcf7-form-control.wpcf7-select.select {
  width: calc(100% - 20px);
  border: none;
  height: 50px;
  margin-top: 2.3rem;
  padding: 5px 10px;
  font-weight: light;
  font-family: "Noto Sans JP", sans-serif;
  color: #1a1a1a;
  outline: none;
  font-size: 15px;
  border-radius: 4rem;
  background-color: #ffffff;
  border: 3px solid #1a1a1a;
  display: flex;
  align-items: center;
}

.message {
  height: 200px;
  padding-top: 10px;
}

.wpcf7-not-valid-tip {
  font-size: 10px;
  color: #1a1a1a !important;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif !important;
}

.wpcf7-response-output {
  border-color: #1a1a1a !important;
  color: #1a1a1a !important;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif !important;
}

.wpcf7-submit {
  width: 200px;
  margin: 0 auto;
  padding: 20px 0;
  margin-top: 50px;
  font-size: 20px;
  color: white;
  border-radius: 100px !important;
  border: none;
  background-color: #1a1a1a;
  color: #FFF;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  height: auto;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 1000000;
}

.l-footer {
  width: 100%;
  background-color: #000;
  padding: 4rem 0 2.4rem 0;
}

@media screen and (max-width: 768px) {
  .l-footer {
    padding: 5rem 1.5rem 2.4rem;
  }
}
.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer figure {
  width: 10%;
  margin-bottom: 4rem;
}

.footer h2 {
  color: #ffffff;
  font-family: "Basic Gothic Pro";
  font-size: 2.4rem;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 2.6rem;
}

.footer_address {
  color: #ffffff;
  text-align: center;
  font-family: "Basic Gothic Pro";
  font-size: 1.6rem;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 3rem;
}

.footer_copyright {
  color: #ffffff;
  font-family: "Basic Gothic Pro";
  font-size: 1.6rem;
  font-weight: 600;
  line-height: normal;
}

@media screen and (max-width: 768px) {
  .footer figure {
    width: 40%;
  }
  .footer h2 {
    font-size: 2.4rem;
  }
  .footer_address {
    font-size: 1.2rem;
  }
  .footer_copyright {
    font-size: 1.2rem;
  }
} /*# sourceMappingURL=douga-lp.css.map */