@charset "UTF-8";

/* スマホ用（デフォルト） */

body {
  font-family: "Rounded Mplus 1c", "Helvetica Neue", "Helvetica",
    "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  margin: 0;
  padding: 0;
  color: #333;
  line-height: 1.8;
  overflow-x: hidden;
}
html {
  height: 100%;
  font-size: 2.5641025641vw;
  overflow-x: hidden;
}
a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.3s;
}

span {
  display: inline-block;
}

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

li {
  list-style: none;
}

.l-container {
  height: auto;
  overflow: visible;
}

.p-sp-content {
  width: 447px;
  position: relative;
  overflow-y: auto;
  z-index: 10;
}

/* PC */

.p-pc-bg {
  background: url(../img/pc_bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

/* cta button */

.btn {
  display: block;
  animation: scale 2s ease 0s infinite normal;
  -webkit-animation: scale 2s ease 0s infinite normal;
  position: relative;
  overflow: visible;
  filter: drop-shadow(0px 0px 16px rgba(243, 42, 46, 0.4));
}

@keyframes scale {
  0% {
    transform: scale(1, 1);
    box-shadow: 0;
  }
  30% {
    transform: scale(0.98, 0.98);
    box-shadow: 0;
  }
  40% {
    transform: scale(1, 1);
    box-shadow: 0;
  }
}

.btn a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  transition: filter 0.3s;
}

.btn a::before {
  content: "";
  position: absolute;
  top: 26%;
  left: 2.5%;
  right: 2.8%;
  bottom: 18%;
  border-radius: 1.3rem;
  animation: scale2 2s ease 0s infinite normal;
  -webkit-animation: scale2 2s ease 0s infinite normal;
  z-index: 1001;
}

@keyframes scale2 {
  35% {
    box-shadow: 0 0 0 0 rgba(243, 42, 46, 0.9), 0 0 0 0 rgba(243, 42, 46, 0.6),
      0 0 0 0 rgba(243, 42, 46, 0.5);
  }
  70% {
    box-shadow: 0 0 0 0.3125vw rgba(243, 42, 46, 0),
      0 0 0 1.5625vw rgba(243, 42, 46, 0), 0 0 0 3.125vw rgba(243, 42, 46, 0);
  }
}

.btn img {
  display: block;
}

/* sp-kv */

.p-sp-content-wrapper {
  display: flex;
}

.kv {
  position: relative;
}

.kv_bg2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.first_cta_bg {
  position: absolute;
  top: 68.5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.cta_text_img {
  padding: 0 15px;
}

.kv_bg3 {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: -2;
  top: 15.2%;
}

/* sp-first cta */

.cta_text .btn {
  margin-top: 8px;
}

/* sp-導入セクション */

.l-2nd_section {
  margin: 110px 15px 0;
}

/* sp-3rdセクション */

.l-3rd_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.l-3rd_bg {
  width: 100%;
  height: 100%;
  z-index: 0;
  margin-top: -90px;
}

.l-3rd_content {
  max-width: 1600px;
  margin: 0 auto;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.l-3rd_content :not(.l-3rd_line) {
  padding-left: 9px;
}

.l-3rd_content .cta_button a img {
  padding: 0;
}

.l-3rd_title img {
  width: 330px;
  height: auto;
}

.l-3rd_line img {
  width: 410px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.l-3rd_item img {
  width: 430px;
  height: auto;
  text-align: center;
}

/* sp-4thセクション */

.l-4th_section {
  background: #ff8c9f;
}

.l-4th__titlearea {
  position: relative;
}

.l-4th__title {
  padding: 40px 0 40px;
  margin: 0 auto;
  width: 265px;
  height: auto;
  position: inherit;
  z-index: 1;
}

.l-4th__bg1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: auto;
  z-index: 0;
}

.l-4th__bg2 {
  position: absolute;
  top: 48%;
  right: 0;
  width: 150px;
  height: auto;
  z-index: 0;
}

.l-4th__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 15px 20px;
  gap: 20px;
}

.l-4th__yoshidakun {
  margin-top: 20px;
  width: 390px;
}

/* sp-last cta セクション */

.l-last_cta {
  background: #ff8c9f;
}

.last_title {
  padding: 40px 28px 32px;
}

/* footer */
.p-footer__text,
.p-footer__link a,
.p-footer-sns__link a {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
}
.l-inner-sp {
  max-width: 1200px;
  padding-right: 1rem;
  padding-left: 1rem;
  margin: 0 auto;
}

.l-footer {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fff;
  color: #284a66;
}

.footer-message {
  margin: 0 auto;
}

.footer-message p {
  font-size: 10px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 0.7rem;
  display: block;
  text-align: left;
  margin: 0 auto;
}

.p-footer__logo {
  max-width: 14.66rem;
  height: auto;
  margin: 1.5rem auto 1.5rem;
}

.p-footer__logo a {
  display: block;
}

.l-footer .l-inner-sp .p-footer__logo img {
  aspect-ratio: 146.6 / 44;
  max-width: 678px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 auto;
}

.p-footer__text {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 1rem;
  line-height: 1.6;
  font-weight: 520;
}

.p-footer__links {
  display: flex;
  flex-direction: row;
  margin-bottom: 2rem;
  justify-content: center;
  gap: 24px;
  text-align: center;
}

.p-footer__link {
  line-height: 1;
}

.p-footer__link a {
  font-weight: 400;
  font-size: 1.4625rem;
  color: #0968c1;
  text-decoration: underline;
  margin: 0;
}

.p-footer-sns {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 1.5rem;
  justify-content: center;
}

.p-footer-sns__link {
  line-height: 1;
}

.p-footer-sns__link a {
  font-weight: 400;
  font-size: 1.2rem;
  margin: 0 0.8rem;
  letter-spacing: 0.05em;
}

.p-footer__copyright {
  font-size: 0.8rem;
  text-align: center;
  color: #284a66;
  letter-spacing: 0.05em;
}

.over-1600 {
  display: none;
}

/* レスポンシブ */
@media screen and (min-width: 1210px) {
  html {
    font-size: 0.9900990099vw;
  }

  .fixed-cta-wrapper {
    display: none;
  }

  .p-sp-content {
    width: 447px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    margin: 0 auto;
    margin-left: 18.75%;
    position: relative;
    margin-bottom: -2rem;
  }

  .pc_main_cta_wrapper {
    position: fixed;
    top: 50%;
    left: calc(18.75% + 31.4rem + (100% - 18.75% - 31.4rem) / 2);
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1000;
  }

  .l-3rd_content .cta_button {
    display: none;
  }

  .pc_main_cta_wrapper img {
    width: 30vw;
    max-width: 500px;
    height: auto;
    margin: 0;
  }

  .pc_main_cta_wrapper a img {
    width: 33vw;
    max-width: 500px;
    height: auto;
    margin: 0;
  }

  .decoration-left {
    position: fixed;
    left: 0;
    top: 14%;
    width: 410px;
  }

  .decoration-center {
    position: fixed;
    right: 28%;
    bottom: 0;
    width: 445px;
  }

  .decoration-right {
    position: fixed;
    right: 0;
    top: 0;
    display: block;
    width: 335px;
  }
}

@media screen and (min-width: 1500px) {
  .p-sp-content {
    width: 450px;
  }
  .footer-message p {
    font-size: 10px;
  }
}

@media screen and (min-width: 1600px) {
  .pc_main_cta_wrapper {
    position: fixed;
    left: 70%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .p-sp-content {
    margin: 0 auto;
    margin-left: 25%;
  }

  .over-1600 {
    display: block;
  }

  .under-1600 {
    display: none;
  }

  .footer-message p {
    text-align: center;
    font-size: 12px;
  }

  .l-footer {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .p-footer__links {
    text-align: center;
    margin-bottom: 24px;
  }

  .p-footer__link a {
    font-size: 24px;
  }

  .p-footer__text {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .p-footer-sns__link a {
    font-size: 20px;
  }

  .p-footer-sns {
    padding: 0 16px;
    margin-bottom: 24px;
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }

  .p-footer__copyright {
    font-size: 14px;
  }
}

@media screen and (max-width: 1660px) {
  .kv_bg3 {
    top: 15.6%;
  }
}

@media screen and (max-width: 1209px) {
  main {
    position: relative;
  }

  .fixed-cta-wrapper {
    position: fixed;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
  }

  .fixed-cta-wrapper.is-visible {
    opacity: 1;
    visibility: visible;
  }

  .fixed-cta-wrapper {
    width: 100%;
    max-width: 1100px;
  }

  .fixed-cta-wrapper img {
    width: 100%;
    height: auto;
  }

  .kv_bg3 {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: -2;
    top: 290vw;
  }

  .p-sp-content {
    width: 100vw;
    position: relative;
  }

  .btn a::before {
    border-radius: 1.7rem;
  }

  .l-3rd_content .btn a::before {
    top: 26%;
    left: 3.5%;
    right: 2.8%;
    bottom: 18%;
    border-radius: 1.5rem;
  }

  .decoration-left,
  .decoration-center,
  .decoration-right,
  .pc_main_cta_wrapper,
  .p-pc-bg {
    display: none;
  }

  .l-3rd_bg .cta_button {
    position: sticky;
    bottom: 0;
    z-index: 1000;
  }

  .l-2nd_section {
    margin-top: 250px;
  }

  .l-3rd_bg {
    margin-top: -245px;
  }

  .l-3rd_content {
    top: 300px;
    gap: 90px;
  }

  .l-3rd_title img {
    width: 900px;
  }

  .l-3rd_line img {
    width: 1050px;
  }

  .l-3rd_item img {
    width: 1150px;
  }

  .l-4th__title {
    width: 465px;
    padding: 80px 0 80px;
  }

  .l-4th_content {
    gap: 40px;
  }

  .l-4th__bg1 {
    width: 350px;
  }

  .l-4th__bg2 {
    width: 350px;
    top: 35%;
  }

  .footer-message p {
    font-size: 26px;
    text-align: center;
  }

  .l-4th__yoshidakun {
    margin-top: 20px;
    width: 800px;
  }

  .p-footer__copyright {
    margin-bottom: 130px;
  }

  .p-footer__links {
    gap: 54px;
  }
}

@media screen and (max-width: 1200px) {
  .l-3rd_content {
    top: 230px;
    gap: 110px;
  }
}

@media screen and (max-width: 1170px) {
  .l-3rd_content {
    top: 190px;
    gap: 100px;
  }
}

@media screen and (max-width: 1150px) {
  .over-1600 {
    display: block;
    margin: 0 auto;
  }

  .footer-message {
    align-items: center;
  }

  .under-1600 {
    display: none;
  }

  .l-3rd_title img {
    width: 700px;
  }

  .l-3rd_line img {
    width: 1000px;
  }

  .l-3rd_item img {
    width: 1150px;
  }

  .l-3rd_content :not(.l-3rd_line) {
    padding-left: 25px;
  }

  .l-3rd_content {
    top: 200px;
    gap: 110px;
  }
}

@media screen and (max-width: 1130px) {
  .l-3rd_item img {
    width: 1100px;
  }
}

@media screen and (max-width: 1095px) {
  .l-3rd_item img {
    width: 1050px;
  }
}

@media screen and (max-width: 1060px) {
  .l-3rd_item img {
    width: 1000px;
  }
}

@media screen and (max-width: 1050px) {
  .l-3rd_line img {
    width: 950px;
  }
}

@media screen and (max-width: 1040px) {
  .l-3rd_content {
    top: 160px;
    gap: 100px;
  }

  .fixed-cta-wrapper {
    bottom: -50px;
  }
}

@media screen and (max-width: 1000px) {
  .l-3rd_item img {
    width: 950px;
  }

  .l-3rd_content {
    top: 220px;
  }
}

@media screen and (max-width: 980px) {
  .l-3rd_content {
    top: 260px;
  }

  .l-3rd_title img {
    width: 700px;
  }

  .l-3rd_line img {
    width: 800px;
  }

  .l-3rd_item img {
    width: 900px;
  }

  .l-3rd_content .btn a img {
    width: 800px;
  }

  .l-4th__bg1 {
    width: 290px;
  }

  .l-4th__bg2 {
    width: 290px;
    top: 45%;
  }
}

@media screen and (max-width: 960px) {
  .l-4th__yoshidakun {
    margin-top: 20px;
    width: 600px;
  }
}

@media screen and (max-width: 940px) {
  .l-3rd_content {
    top: 200px;
  }
}

@media screen and (max-width: 920px) {
  .l-3rd_content {
    top: 180px;
    gap: 100px;
  }

  .l-3rd_item img {
    width: 870px;
  }
}

@media screen and (max-width: 895px) {
  .l-3rd_item img {
    width: 850px;
  }
}

@media screen and (max-width: 880px) {
  .l-3rd_content {
    gap: 80px;
  }

  .l-3rd_title img {
    width: 700px;
  }

  .l-3rd_content :not(.l-3rd_line) {
    padding-left: 10px;
  }

  .fixed-cta-wrapper {
    bottom: -40px;
  }
}

@media screen and (max-width: 860px) {
  .l-3rd_content {
    top: 200px;
    gap: 100px;
  }

  .l-3rd_title img {
    width: 600px;
  }
  .l-3rd_line img {
    width: 700px;
  }

  .l-3rd_item img {
    width: 800px;
  }

  .l-3rd_content .btn a img {
    width: 700px;
  }
}

@media screen and (max-width: 850px) {
  .l-3rd_item img {
    width: 770px;
  }
  .p-footer__links {
    gap: 32px;
  }
}

@media screen and (max-width: 840px) {
  .footer-message p {
    font-size: 20px;
  }

  .l-4th__bg1 {
    width: 220px;
  }

  .l-4th__bg2 {
    width: 220px;
    top: 59%;
  }
}

@media screen and (max-width: 830px) {
  .l-3rd_item img {
    width: 750px;
  }
}

@media screen and (max-width: 815px) {
  .l-3rd_content {
    top: 160px;
  }
}
@media screen and (max-width: 800px) {
  .l-2nd_section {
    margin-top: 170px;
  }

  .l-3rd_content {
    top: 160px;
  }

  .l-4th__bg1 {
    width: 250px;
  }

  .l-4th__bg2 {
    width: 250px;
    top: 55%;
  }

  .l-3rd_item img {
    width: 720px;
  }
}

@media screen and (max-width: 775px) {
  .l-3rd_content {
    top: 260px;
  }

  .l-3rd_title img {
    width: 500px;
  }

  .l-3rd_line img {
    width: 650px;
  }

  .l-3rd_item img {
    width: 720px;
  }

  .l-3rd_content .btn a img {
    width: 600px;
  }

  .l-3rd_content {
    top: 200px;
    gap: 80px;
  }
}

@media screen and (max-width: 750px) {
  .l-3rd_content {
    top: 160px;
  }

  .l-3rd_item img {
    width: 700px;
  }
}

@media screen and (max-width: 730px) {
  .fixed-cta-wrapper {
    bottom: -40px;
  }

  .l-3rd_item img {
    width: 680px;
  }

  .p-footer__copyright {
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 715px) {
  .l-3rd_content {
    top: 130px;
  }
}

@media screen and (max-width: 710px) {
  .l-3rd_item img {
    width: 660px;
  }
}

@media screen and (max-width: 690px) {
  .l-3rd_item img {
    width: 630px;
  }
}

@media screen and (max-width: 685px) {
  .l-3rd_bg {
    margin-top: -135px;
  }

  .l-4th__yoshidakun {
    margin-top: 20px;
    width: 500px;
  }

  .l-3rd_line img {
    width: 600px;
  }

  .fixed-cta-wrapper {
    bottom: -30px;
  }
}

@media screen and (max-width: 670px) {
  .l-3rd_item img {
    width: 600px;
  }
}

@media screen and (max-width: 650px) {
  .footer-message p {
    font-size: 16px;
  }

  .l-2nd_section {
    margin-top: 125px;
  }

  .l-3rd_content {
    top: 160px;
    gap: 80px;
  }

  .l-3rd_line img {
    width: 550px;
  }

  .l-3rd_item img {
    width: 600px;
  }

  .l-3rd_content .btn a img {
    width: 600px;
  }

  .intro__title img {
    width: 400px;
  }

  .l-2nd_soutou {
    margin-left: auto;
  }
  main {
    overflow-x: hidden;
  }

  .l-4th__title {
    width: 300px;
  }

  .l-3rd_bg {
    margin-top: -55px;
  }

  .l-4th__bg1 {
    width: 200px;
  }

  .l-4th__bg2 {
    width: 200px;
    top: 50%;
  }

  .p-footer__copyright {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 640px) {
  .l-3rd_item img {
    width: 580px;
  }
}

@media screen and (max-width: 630px) {
  .l-3rd_content {
    top: 140px;
    gap: 60px;
  }

  .l-3rd_title img {
    width: 400px;
  }

  .l-3rd_content .btn a img {
    width: 500px;
  }

  .l-3rd_bg .cta_button {
    position: sticky;
    top: 550px;
    z-index: 1000;
  }
}

@media screen and (max-width: 600px) {
  .l-3rd_content {
    top: 100px;
    gap: 60px;
  }

  .l-3rd_line img {
    width: 500px;
  }

  .p-footer__links {
    gap: 32px;
  }
}

@media screen and (max-width: 590px) {
  .l-3rd_item img {
    width: 550px;
  }
}

@media screen and (max-width: 570px) {
  .l-3rd_item img {
    width: 530px;
  }
}

@media screen and (max-width: 560px) {
  .l-3rd_content {
    top: 100px;
    gap: 50px;
  }

  .l-4th__yoshidakun {
    margin-top: 20px;
    width: 400px;
  }
}

@media screen and (max-width: 550px) {
  .l-3rd_content {
    top: 140px;
    gap: 60px;
  }

  .l-3rd_line img {
    width: 450px;
  }

  .l-3rd_item img {
    width: 500px;
  }

  .l-3rd_content .btn a img {
    width: 400px;
  }

  .p-footer__copyright {
    margin-bottom: 70px;
  }

  .l-3rd_content :not(.l-3rd_line) {
    padding-left: 10px;
  }

  .fixed-cta-wrapper {
    bottom: -20px;
  }
}

@media screen and (max-width: 530px) {
  .l-3rd_content {
    top: 100px;
  }
}

@media screen and (max-width: 520px) {
  .footer-message p {
    font-size: 10px;
  }

  .l-3rd_content {
    gap: 40px;
  }

  .l-3rd_item img {
    width: 510px;
  }
}

@media screen and (max-width: 510px) {
  .l-3rd_item img {
    width: 480px;
  }
}

@media screen and (max-width: 490px) {
  .l-3rd_content {
    top: 100px;
    gap: 40px;
  }
  .l-3rd_content :not(.l-3rd_line) {
    padding-left: 10px;
  }

  .l-3rd_content .cta_button a {
    padding-left: 0;
  }
}

@media screen and (max-width: 480px) {
  .l-3rd_content {
    top: 100px;
    gap: 60px;
  }

  .l-3rd_line img {
    width: 400px;
  }

  .l-3rd_item img {
    width: 440px;
  }

  .l-3rd_content .btn a img {
    width: 400px;
  }
}

@media screen and (max-width: 470px) {
  .l-3rd_content {
    top: 90px;
    gap: 50px;
  }

  .l-3rd_title img {
    width: 260px;
  }
  .kv_bg3 {
    position: absolute;
    width: 100%;
    z-index: -2;
    top: 290vw;
  }
}

@media screen and (max-width: 465px) {
  .l-3rd_item img {
    width: 450px;
  }

  .l-3rd_content {
    gap: 40px;
  }
}

@media screen and (max-width: 455px) {
  .l-3rd_item img {
    width: 440px;
  }
}

@media screen and (max-width: 450px) {
  .l-4th__title {
    width: 225px;
    padding: 40px 0;
  }
}

@media screen and (max-width: 440px) {
  .l-4th__bg1 {
    width: 125px;
  }

  .l-4th__bg2 {
    width: 125px;
    top: 52%;
  }

  .l-4th__yoshidakun {
    margin-top: 20px;
    width: 300px;
  }

  .l-3rd_item img {
    width: 430px;
  }
}

@media screen and (max-width: 430px) {
  .l-3rd_content {
    top: 100px;
    gap: 60px;
  }

  .l-3rd_line img {
    width: 370px;
  }

  .l-3rd_item img {
    width: 380px;
  }

  .p-footer__copyright {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 420px) {
  .intro__title img {
    width: 300px;
  }
  .l-3rd_content {
    top: 80px;
    gap: 50px;
  }

  .l-2nd_soutou {
    margin-left: auto;
  }

  .l-2nd_section {
    margin-top: 100px;
  }

  .l-3rd_bg {
    margin-top: -64px;
  }
}

@media screen and (max-width: 410px) {
  .l-3rd_content {
    top: 80px;
    gap: 40px;
  }

  .l-3rd_title img {
    width: 270px;
  }

  .l-3rd_line img {
    width: 350px;
  }

  .l-3rd_item img {
    width: 400px;
  }

  .l-3rd_content .btn a img {
    width: 350px;
  }

  .l-3rd_content :not(.l-3rd_line) {
    padding-left: 8px;
  }

  .fixed-cta-wrapper {
    bottom: -15px;
  }
}

@media screen and (max-width: 400px) {
  .l-3rd_item img {
    width: 385px;
  }
}

@media screen and (max-width: 390px) {
  .l-3rd_item img {
    width: 375px;
  }
}

@media screen and (max-width: 380px) {
  .l-3rd_content {
    top: 65px;
    gap: 40px;
  }

  .l-3rd_line img {
    width: 320px;
  }

  .l-3rd_item img {
    width: 370px;
  }
}

@media screen and (max-width: 330px) {
  .intro__title img {
    width: 260px;
  }
  .l-3rd_title img {
    width: 100%;
  }

  .l-3rd_line img {
    width: 100%;
  }

  .l-3rd_item img {
    width: 100%;
  }
}
