@charset "UTF-8";
@import url("https://use.typekit.net/kfj1tun.css");
html {
  height: -webkit-fill-available;
  font-size: 100%;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
}
@media screen and (max-width:767px) {
  html {
    font-size: 2.8vw;
  }
}

body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  margin: 0;
  padding: 0;
  position: relative;
  color: #3e3e3e;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  line-height: 1.75;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  shape-margin: 0.75rem;
}

input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

a {
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

@media screen and (max-width:767px) {
  .pc {
    display: none !important;
  }
}

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

.c-container {
  width: clamp(358px, 86.66%, 1080px);
  margin: 0 auto;
  position: relative;
}

.c-btn, .c-btn-blue, .c-btn-phone, .c-btn-orange, .c-btn-mail {
  height: 46px;
  width: 100%;
  border-radius: 23px;
  color: #ffffff;
  font-size: 1.25rem;
  padding: 0 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  transition: background-color 0.2s;
  position: relative;
  margin-bottom: 1.5rem;
}

@media screen and (min-width:768px) {
  .c-btn, .c-btn-blue, .c-btn-phone, .c-btn-orange, .c-btn-mail {
    max-width: 360px;
  }
}
.c-btn::after, .c-btn-blue::after, .c-btn-phone::after, .c-btn-orange::after, .c-btn-mail::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  right: 24px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(45deg);
  transition: 0.2s;
}

.c-btn:hover:after, .c-btn-blue:hover:after, .c-btn-phone:hover:after, .c-btn-orange:hover:after, .c-btn-mail:hover:after {
  transform: translateX(5px) rotate(45deg);
}

.c-btn-orange, .c-btn-mail {
  background-color: #ef7300;
}

.c-btn-orange:hover, .c-btn-mail:hover {
  background-color: #ff8d23;
}

.c-btn-blue, .c-btn-phone {
  background-color: #0b82cd;
}

.c-btn-blue:hover, .c-btn-phone:hover {
  background-color: #189ef3;
}

.c-btn-phone {
  font-size: 1.25rem;
  width: 100%;
  line-height: 1.5;
  text-align: center;
  position: relative;
  height: 60px;
  border-radius: 30px;
  margin-bottom: 0;
}

.c-btn-phone::before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../images/icon_phone.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 24px;
}

.c-btn-phone small {
  font-size: 0.75rem;
  display: block;
}

.c-btn-mail {
  font-size: 1.25rem;
  width: 100%;
  height: 60px;
  border-radius: 30px;
  margin-bottom: 0;
}

.c-btn-mail::before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../images/icon_mail.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 24px;
}

.c-btn__group {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

@media screen and (max-width:767px) {
  .c-btn__group {
    flex-direction: column;
  }
}
.c-btn-switch {
  height: 46px;
  border-radius: 23px;
  color: #ffffff;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background-color: #222;
  font-weight: 400;
  font-size: min(3.5vw, 1rem);
  white-space: nowrap;
  transition: background-color 0.2s;
  box-shadow: 0px 0px 8px rgba(255, 255, 255, 0.25);
}

@media screen and (max-width:767px) {
  .c-btn-switch {
    height: 38px;
    border-radius: 19px;
    padding: 0 1.5rem;
  }
}
.c-btn-switch::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/icon_switch.svg);
  background-size: contain;
  transition: 0.2s;
}

.c-btn-switch:hover {
  background-color: #090909;
}

.c-typo-title {
  position: relative;
  margin-bottom: 4rem;
}

.c-typo-title h2 {
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3rem;
  line-height: 1.1;
  padding-left: 1rem;
  border-left: 8px solid #0b82cd;
  margin-bottom: 0.25rem;
}

.c-typo-title h2 + span {
  position: absolute;
  display: block;
  top: -96px;
  left: -8vw;
  font-size: 7rem;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-style: normal;
  background-image: linear-gradient(90deg, #24c6dc, #514a9d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.1;
}

.c-typo-title p {
  font-size: 1.5rem;
  font-weight: 600;
}

.c-typo-contact {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1rem;
}

.c-cloud-1,
.c-cloud-2,
.c-cloud-3,
.c-cloud-4 {
  width: 50vw;
  max-width: 480px;
  position: absolute;
  z-index: -100;
}

.c-cloud-3,
.c-cloud-4 {
  opacity: 0.08;
}

.p-header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 50;
}

.p-header > div {
  width: calc(100% - 2rem);
  max-width: 1600px;
  display: flex;
  gap: 2rem;
  margin: 2rem auto;
  justify-content: space-between;
}

.p-header__logo {
  width: 200px;
  max-width: 30%;
  display: block;
}

.p-header__logo img {
  max-width: 100%;
}

.p-footer {
  padding: 0 0 3rem 0;
}

.p-footer__copyright {
  font-size: 0.75rem;
  text-align: center;
  margin: 3rem auto;
}

.p-company {
  padding: 6rem 0 3rem 0;
  position: relative;
}

.p-company__table {
  width: 100%;
  border-spacing: 0;
}

.p-company__table th {
  background-color: rgba(11, 130, 205, 0.8);
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 1rem 2rem;
  white-space: nowrap;
}

@media screen and (max-width:767px) {
  .p-company__table th {
    padding: 0.5rem 1rem;
  }
}
.p-company__table td {
  padding: 1rem 2rem;
  font-size: 1.5rem;
  border-bottom: 1px solid #3e3e3e;
}

@media screen and (max-width:767px) {
  .p-company__table td {
    padding: 0.5rem 1rem;
  }
}
.p-company__table tr:last-child td {
  border-bottom: none;
}

.p-faq {
  padding: 5rem 0;
  background-color: #fbf7f4;
  position: relative;
  margin-top: 5rem;
}

.p-faq details {
  background-color: #ffffff;
  padding: 2rem 2rem 0;
  border-radius: 24px;
  font-size: 1.25rem;
  margin-bottom: 2.5rem;
}

@media screen and (max-width:767px) {
  .p-faq details {
    padding: 1rem 0;
  }
}
.p-faq__q {
  padding: 0 5rem 2rem 2rem;
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 2rem;
  list-style: none;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width:767px) {
  .p-faq__q {
    gap: 1rem;
    padding: 0 4rem 1rem 1rem;
  }
}
.p-faq__q::-webkit-details-marker {
  display: none;
}

.p-faq__q:before {
  content: "Q";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  background-color: #0b82cd;
  border-radius: 2.5rem;
  color: #ffffff;
  font-size: 2.5rem;
  font-family: "din-2014", sans-serif;
  flex-shrink: 0;
}

.p-faq__q:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 4px #3e3e3e;
  border-right: solid 4px #3e3e3e;
  position: absolute;
  right: 48px;
  top: 28px;
  transform: rotate(-45deg);
  transition: 0.2s;
}

details[open] .p-faq__q:after {
  transform: rotate(135deg);
}

@media screen and (max-width:767px) {
  .p-faq__q:after {
    right: 24px;
    top: 48px;
  }
}
.p-faq__a {
  border-top: 1px solid #3e3e3e;
  padding: 2rem;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 2rem;
}

@media screen and (max-width:767px) {
  .p-faq__a {
    gap: 1rem;
    padding: 1rem;
  }
}
.p-faq__a:before {
  content: "A";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  background-color: #0b82cd;
  border-radius: 2.5rem;
  color: #ffffff;
  font-size: 2.5rem;
  font-family: "din-2014", sans-serif;
  flex-shrink: 0;
}

.p-about {
  padding: 5rem 0 3rem 0;
  position: relative;
}

.p-about__box {
  background-color: #fbf7f4;
  border-radius: 24px;
  padding: 2rem 3rem;
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  overflow: hidden;
}

@media screen and (max-width:767px) {
  .p-about__box {
    flex-direction: column;
  }
}
.p-about__box h3 {
  color: #0b82cd;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.p-about__box p {
  font-size: 1.4rem;
  font-weight: 600;
}

.p-about__box-image {
  width: 30%;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width:767px) {
  .p-about__box-image {
    width: 80%;
  }
}
.p-about__feature {
  display: flex;
  align-items: stretch;
  gap: 1rem;
  flex-wrap: wrap;
}

.p-about__feature .p-about__box {
  padding: 0;
  gap: 0;
  width: calc((100% - 3rem) / 4);
  flex-direction: column;
  text-align: center;
  justify-content: flex-start;
}

@media screen and (max-width:767px) {
  .p-about__feature .p-about__box {
    width: calc((100% - 1rem) / 2);
  }
}
.p-about__feature .p-about__box p {
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.p-about__feature .p-about__box:first-of-type strong {
  color: #0b82cd;
  font-size: 2rem;
  font-family: "din-2014", sans-serif;
}

.p-about__feature .p-about__box:nth-of-type(2) strong {
  color: #0b82cd;
  font-size: 2.5rem;
  line-height: 1;
  font-family: "din-2014", sans-serif;
}

.p-about__feature .p-about__box:nth-of-type(3) strong {
  color: #0b82cd;
  font-size: 3.5rem;
  font-family: "din-2014", sans-serif;
}

.p-about__feature .p-about__box:nth-of-type(3) strong small {
  font-size: 2rem;
}

.p-about__feature .p-about__box:nth-of-type(4) strong {
  color: #0b82cd;
  font-family: "din-2014", sans-serif;
}

.p-about__feature-photo {
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
  margin-bottom: 0;
}

.p-about__feature-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-about .c-cloud-1 {
  top: 20px;
  right: -200px;
}

.p-about .c-cloud-2 {
  top: 800px;
  left: -240px;
}

.p-about .c-cloud-4 {
  top: 800px;
  right: -50px;
}

.p-voice {
  padding: 5rem 0;
  position: relative;
}

.p-voice:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background-color: #eaf3fa;
  width: 100%;
  height: 100%;
  top: 0;
  left: -5%;
  border-radius: 0 16px 16px 0;
}

@media screen and (max-width:767px) {
  .p-voice:before {
    left: -1rem;
  }
}
.p-voice-illust {
  width: 280px;
  max-width: 40%;
  position: absolute;
  top: -50px;
  right: 7%;
}

@media screen and (max-width:767px) {
  .p-voice-illust {
    right: -5%;
  }
}
.p-voice__box {
  background-color: white;
  border-radius: 24px;
  padding: 0 0 1cap;
  overflow: hidden;
  flex: 1;
}

.p-voice__box h4 {
  text-align: center;
  font-size: 1.5rem;
}

.p-voice__box p {
  font-size: 1.25rem;
  padding: 0 2rem;
  line-height: 2;
}

.p-voice__box p strong {
  font-weight: 400;
  background: linear-gradient(transparent 50%, rgba(255, 186, 84, 0.3) 50%);
}

.p-voice__group {
  display: flex;
  gap: 1rem;
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width:767px) {
  .p-voice__group {
    width: 100%;
    gap: 2rem;
    flex-direction: column;
  }
}
.p-voice__photo {
  width: 100%;
  aspect-ratio: 16/8;
  overflow: hidden;
  padding: 0 !important;
}

.p-voice__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-voice__logo {
  max-width: 60%;
  height: 50px;
  margin: 1rem auto;
}

.p-advantage {
  padding: 6rem 0 3rem 0;
  position: relative;
}

.p-advantage__box {
  background-color: #eaf3fa;
  width: 100%;
  padding: 2rem 3rem;
  border-radius: 24px;
  margin-bottom: 3rem;
}

@media screen and (max-width:767px) {
  .p-advantage__box {
    padding: 2rem 1rem;
  }
}
.p-advantage__title {
  color: #0b82cd;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-bottom: 1px solid #3e3e3e;
  margin-bottom: 1.5rem;
}

.p-advantage__title p {
  font-family: "din-2014", sans-serif;
  font-size: 8rem;
  margin-bottom: 0;
  line-height: 1;
}

.p-advantage__title h3 {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 0;
}

@media screen and (max-width:767px) {
  .p-advantage__title h3 br {
    display: none;
  }
}
.p-advantage__copy {
  font-size: 1.25rem;
  line-height: 2;
}

.p-advantage__annotation {
  font-size: 0.625rem;
}

@media screen and (max-width:767px) {
  .p-advantage__annotation {
    text-align: center;
  }
}
.p-advantage__feature {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 1rem;
  margin-bottom: 2rem;
}

.p-advantage__feature li {
  width: 144px;
  height: 144px;
  border-radius: 72px;
  background-image: linear-gradient(90deg, #24c6dc, #514a9d);
  display: block;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.3;
  font-size: 1.125rem;
}

@media screen and (max-width:427px) {
  .p-advantage__feature li {
    width: 100px;
    height: 100px;
  }
}
.p-advantage__feature li.small {
  font-size: 1rem;
}

.p-advantage__feature li strong {
  font-family: "din-2014", sans-serif;
  font-size: 4rem;
  line-height: 1;
}

.p-advantage__photo {
  width: 100%;
  aspect-ratio: 60/36;
  overflow: hidden;
  border-radius: 24px;
  margin-bottom: 2rem;
}

@media screen and (min-width:1280px) {
  .p-advantage__photo {
    aspect-ratio: inherit;
    height: 100%;
  }
  .p-advantage__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.p-advantage__figure-1 {
  margin-bottom: 2rem;
}

.p-advantage__figure-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-advantage__figure-2 {
  background-color: #65aedb;
  border-radius: 24px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.p-advantage__figure-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width:1280px) {
  .p-advantage__grid-2 {
    display: grid;
    grid-template-columns: 4fr 6fr;
    grid-template-rows: auto auto;
    gap: 2rem;
  }
  .p-advantage__grid-2-1 {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .p-advantage__grid-2-2 {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .p-advantage__grid-2-3 {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .p-advantage__grid-1, .p-advantage__grid-3 {
    display: grid;
    grid-template-columns: 6fr 4fr;
    grid-template-rows: auto auto;
    gap: 2rem;
  }
  .p-advantage__grid-1-1, .p-advantage__grid-3-1 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .p-advantage__grid-1-2, .p-advantage__grid-3-2 {
    grid-column: 2/3;
    grid-row: 1/3;
  }
  .p-advantage__grid-1-3, .p-advantage__grid-3-3 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
.p-advantage .c-cloud-1 {
  top: 20px;
  right: -100px;
}

.p-advantage .c-cloud-2 {
  top: 800px;
  left: -240px;
}

.p-advantage .c-cloud-3 {
  top: -200px;
  left: -200px;
}

.p-advantage .c-cloud-3 img {
  transform: rotate(-120deg);
}

.p-advantage .c-cloud-4 {
  bottom: 800px;
  right: -100px;
}

.p-advantage .c-cloud-4 img {
  transform: rotate(30deg);
}

.p-service {
  padding: 6rem 0 3rem 0;
  position: relative;
}

.p-service__card {
  width: 100%;
  background-color: #fbf7f4;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 0;
}

@media screen and (min-width:768px) {
  .p-service__card {
    width: calc((100% - 2rem) / 2);
  }
}
.p-service__image {
  width: 100%;
  aspect-ratio: 16/8;
  overflow: hidden;
}

.p-service__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-service__copy {
  padding: 0.5rem 2rem;
}

.p-service__copy h3 {
  color: #0b82cd;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.p-service__copy p {
  font-size: 1.5rem;
}

.p-service__group {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

@media screen and (max-width:767px) {
  .p-service__group {
    flex-direction: column;
  }
}
.p-service .c-cloud-1 {
  top: 20px;
  right: -200px;
}

.p-service .c-cloud-2 {
  top: 800px;
  left: -240px;
}

.p-comparison {
  padding: 5rem 0;
  position: relative;
}

.p-comparison h2 {
  font-size: 2.5rem;
  text-align: center;
  color: #0b82cd;
  margin-bottom: 0;
}

.p-comparison h2::before {
  content: "";
  display: inline-block;
  background-color: #0b82cd;
  width: 4px;
  height: 50px;
  transform: translateX(-1.5rem) translateY(10px) rotate(-40deg);
}

.p-comparison h2::after {
  content: "";
  display: inline-block;
  background-color: #0b82cd;
  width: 4px;
  height: 50px;
  transform: translateX(1.5rem) translateY(10px) rotate(40deg);
}

.p-comparison h2 + p {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: #3e3e3e;
  margin-bottom: 3rem;
}

@media screen and (min-width:768px) {
  .p-comparison h2 + p br {
    display: none;
  }
}
.p-comparison__table {
  display: flex;
  align-items: stretch;
  gap: 6px;
  width: 100%;
}

.p-comparison__table p {
  margin-bottom: 0;
  text-align: center;
}

.p-comparison__table > div:first-of-type {
  padding-top: 5rem;
  padding-bottom: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 6px;
}

.p-comparison__table > div:first-of-type > div {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #004d7e;
  color: white;
  padding: 3rem 1.5rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.25;
}

.p-comparison__table > div:first-of-type > div:first-of-type {
  border-radius: 24px 0 0;
}

.p-comparison__table > div:first-of-type > div:nth-of-type(3) {
  border-radius: 0 0 0 24px;
}

@media screen and (max-width:767px) {
  .p-comparison__table > div:first-of-type > div {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .p-comparison__table > div:first-of-type > div br {
    display: none;
  }
}
.p-comparison__table > div:nth-of-type(2) {
  background-color: #0b82cd;
  padding: 6px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 6px;
  flex: 1;
}

.p-comparison__table > div:nth-of-type(2) h3 {
  color: white;
  font-size: 2rem;
  line-height: 4rem;
  font-weight: 600;
  margin-bottom: 0;
  text-align: center;
}

.p-comparison__table > div:nth-of-type(2) > div {
  background-color: white;
  border-radius: 24px;
  padding: 1rem;
  display: flex;
  flex: 1;
  justify-content: space-between;
  gap: 12px;
}

@media screen and (max-width:767px) {
  .p-comparison__table > div:nth-of-type(2) > div {
    flex-direction: column;
  }
}
.p-comparison__table > div:nth-of-type(2) > div div {
  flex: 1;
}

.p-comparison__table > div:nth-of-type(2) > div div:first-of-type {
  font-size: 0.875rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
}

.p-comparison__table > div:nth-of-type(2) > div div:nth-of-type(2) {
  width: 50%;
  background-color: #0b82cd;
  color: white;
  border-radius: 12px;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width:767px) {
  .p-comparison__table > div:nth-of-type(2) > div div:nth-of-type(2) {
    width: 100%;
  }
}
.p-comparison__table > div:nth-of-type(3) {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
  padding-top: 1rem;
}

.p-comparison__table > div:nth-of-type(3) div {
  display: flex;
  gap: 6px;
}

.p-comparison__table > div:nth-of-type(3) div:first-of-type div {
  flex: 1;
  display: flex;
  justify-content: center;
  background-color: #3e3e3e;
  color: white;
  font-size: 1.5rem;
  padding: 0.25rem;
}

.p-comparison__table > div:nth-of-type(3) div:first-of-type div:nth-of-type(2) {
  border-radius: 0 24px 0 0;
}

.p-comparison__table > div:nth-of-type(3) div:nth-of-type(2), .p-comparison__table > div:nth-of-type(3) div:nth-of-type(3), .p-comparison__table > div:nth-of-type(3) div:nth-of-type(4) {
  flex: 1;
}

.p-comparison__table > div:nth-of-type(3) div:nth-of-type(2) div, .p-comparison__table > div:nth-of-type(3) div:nth-of-type(3) div, .p-comparison__table > div:nth-of-type(3) div:nth-of-type(4) div {
  flex: 1;
  background-color: rgba(251, 247, 244, 0.5);
  display: flex;
  gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 600;
}

.p-comparison__table > div:nth-of-type(3) div:nth-of-type(4) div:last-child {
  border-radius: 0 0 24px 0;
}

.p-comparison__icon {
  width: 40px;
  height: 40px;
}

.p-comparison .c-btn__group {
  margin-bottom: 5rem;
}

.p-comparison .c-cloud-1 {
  top: 200px;
  left: -200px;
}

.p-option {
  padding: 2rem 0;
  position: relative;
  margin-bottom: 3rem;
}

.p-option:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background-color: #fbf7f4;
  width: 100%;
  height: 100%;
  top: 0;
  right: -5%;
  border-radius: 16px 0 0 16px;
}

@media screen and (max-width:767px) {
  .p-option:before {
    right: -1rem;
  }
}
.p-option-illust {
  width: 280px;
  max-width: 40%;
  position: absolute;
  top: -50px;
  right: 7%;
}

@media screen and (max-width:767px) {
  .p-option-illust {
    right: -5%;
  }
}
.p-option h2 {
  font-size: 2.5rem;
  border-left: 8px solid #0b82cd;
  padding-left: 0.5em;
  line-height: 1.5;
}

@media screen and (min-width:768px) {
  .p-option h2 br {
    display: none;
  }
}
.p-option__group {
  display: flex;
  gap: 2rem;
}

.p-option__group > div {
  background-color: white;
  padding: 2rem;
  flex: 1;
  border-radius: 24px;
}

.p-option__group > div h4 {
  color: #0b82cd;
  font-size: 1.75rem;
  margin-bottom: 0;
  text-align: center;
}

.p-option__group > div p {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}

.p-option__icon {
  width: 78px;
  height: 78px;
  margin: 0 auto 1.5rem auto;
}

.p-recycle {
  padding: 2rem 0;
  position: relative;
  margin-bottom: 3rem;
}

.p-recycle:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background-color: #fbf7f4;
  width: 100%;
  height: 100%;
  top: 0;
  right: -5%;
  border-radius: 16px 0 0 16px;
}

@media screen and (max-width:767px) {
  .p-recycle:before {
    right: -1rem;
  }
}
.p-recycle-illust {
  width: 280px;
  max-width: 40%;
  position: absolute;
  top: -50px;
  right: 7%;
}

@media screen and (max-width:767px) {
  .p-recycle-illust {
    right: -5%;
  }
}
.p-recycle h2 {
  font-size: 2.5rem;
  padding-left: 1rem;
  border-left: 8px solid #0b82cd;
  margin-bottom: 4rem;
  line-height: 1.5;
}

.p-recycle h2 strong {
  color: #0b82cd;
}

.p-recycle__logo {
  width: 300px;
  margin-bottom: 3rem;
}

@media screen and (max-width:767px) {
  .p-recycle__logo {
    width: 50%;
    margin: 0 auto 3rem;
  }
}
.p-recycle__copy {
  font-size: 1.25rem;
  line-height: 2.4;
  padding-left: 2rem;
}

@media screen and (min-width:1280px) {
  .p-recycle__flex {
    display: flex;
    gap: 3rem;
    flex-direction: row-reverse;
    justify-content: center;
  }
  .p-recycle__flex > div {
    width: calc(50% - 1.5rem);
  }
}
.p-recycle__image {
  width: 100%;
  aspect-ratio: 65/40;
  margin-bottom: 4rem;
  position: relative;
}

@media screen and (min-width:1280px) {
  .p-recycle__image {
    aspect-ratio: 1;
  }
}
.p-recycle__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-recycle .swiper {
  height: 100%;
  border-radius: 24px;
}

.p-recycle .swiper-pagination {
  transform: translateY(40px);
  z-index: 1000;
}

.p-recycle .swiper-pagination .swiper-pagination-bullet {
  background-color: #0b82cd;
}

.p-problems {
  padding: 2rem 0 180px;
  position: relative;
}

.p-problems:after {
  content: "";
  display: block;
  height: 140px;
  width: 1px;
  background-color: #0b82cd;
  position: absolute;
  bottom: 0;
  left: 50%;
}

.p-problems:before {
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  border-radius: 6px;
  background-color: #0b82cd;
  position: absolute;
  bottom: -6px;
  left: calc(50% - 6px);
}

.p-problems h2 {
  font-size: 2.5rem;
  padding-left: 1rem;
  border-left: 8px solid #0b82cd;
  margin-bottom: 4rem;
  line-height: 1.5;
}

.p-problems h2 strong {
  color: #0b82cd;
}

@media screen and (min-width:1280px) {
  .p-problems__flex {
    display: flex;
    align-items: flex-start;
  }
}
.p-problems__photo {
  width: 100%;
  margin-bottom: 3rem;
  position: relative;
}

.p-problems__photo p:not([class]) {
  overflow: hidden;
  border-radius: 24px;
}

@media screen and (min-width:1280px) {
  .p-problems__photo {
    margin-top: 30px;
  }
}
.p-problems__illust {
  width: 70%;
  position: absolute;
  z-index: 100;
  bottom: -35%;
  left: -10%;
}

@media screen and (min-width:1280px) {
  .p-problems__illust {
    width: 460px;
    bottom: -200px;
    left: -20px;
  }
}
.p-problems__list {
  background-image: url(../images/photo_problems_2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 24px;
  padding: 1.5rem;
  color: white;
  margin-left: -1%;
}

@media screen and (max-width:1279px) {
  .p-problems__list {
    margin-left: 15%;
  }
}
.p-problems__list ul {
  list-style: none;
  padding: 0;
}

.p-problems__list li {
  font-size: 1.75rem;
  border-bottom: 1px solid white;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  display: flex;
  gap: 0.5rem;
}

.p-problems__list li:before {
  content: "";
  margin-top: 8px;
  width: 40px;
  height: 40px;
  background-image: url(../images/check.png);
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}

.p-problems__list li:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.p-problems__list li strong {
  color: #fbff4a;
  font-weight: 400;
}

.p-problems .c-cloud-1 {
  top: 800px;
  right: -100px;
}

.p-problems .c-cloud-1 img {
  transform: rotate(-30deg);
}

.p-problems .c-cloud-2 {
  top: 700px;
  left: -200px;
}

.p-problems .c-cloud-2 img {
  transform: rotate(-30deg);
}

.p-problems .c-cloud-3 {
  top: -100px;
  left: -20px;
}

.p-items {
  width: 100%;
  padding: 3rem 0;
  position: relative;
  margin-bottom: 3rem;
}

.p-items:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background-color: #eaf3fa;
  width: 100%;
  height: 100%;
  top: 0;
  left: -5%;
  border-radius: 0 16px 16px 0;
}

@media screen and (max-width:767px) {
  .p-items:before {
    left: -1rem;
  }
}
.p-items h2 {
  font-size: 2.5rem;
  text-align: center;
  color: #0b82cd;
  margin-bottom: 0;
}

.p-items h2::before {
  content: "";
  display: inline-block;
  background-color: #0b82cd;
  width: 4px;
  height: 50px;
  transform: translateX(-1.5rem) translateY(10px) rotate(-40deg);
}

.p-items h2::after {
  content: "";
  display: inline-block;
  background-color: #0b82cd;
  width: 4px;
  height: 50px;
  transform: translateX(1.5rem) translateY(10px) rotate(40deg);
}

.p-items h2 + p {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: #3e3e3e;
  margin-bottom: 3rem;
}

@media screen and (min-width:768px) {
  .p-items h2 + p br {
    display: none;
  }
}
.p-items-illust-1 {
  width: 230px;
  position: absolute;
  top: -150px;
  left: 0;
}

@media screen and (max-width:767px) {
  .p-items-illust-1 {
    width: 180px;
    left: -30px;
  }
}
.p-items-illust-2 {
  width: 40px;
  position: absolute;
  top: -90px;
  right: 120px;
}

@media screen and (max-width:767px) {
  .p-items-illust-2 {
    top: -120px;
    right: 10px;
  }
}
.p-items .swiper {
  overflow: hidden;
}

.p-items .swiper-wrapper {
  padding: 4px 0;
}

.p-items .swiper-slide {
  height: 120px;
  background-color: white;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 0.5rem;
  font-size: 1.25rem;
  font-weight: 500;
  filter: drop-shadow(0px 0px 4px rgba(11, 130, 205, 0.1));
}

@media screen and (max-width:767px) {
  .p-items .swiper-slide {
    font-size: 3vw;
  }
}
.p-items .swiper-slide img {
  width: 100px;
  height: 50px;
  object-fit: contain;
}

.p-items .c-cloud-1 {
  top: 20px;
  right: -200px;
}

.p-partners {
  padding: 4rem 0;
  position: relative;
  margin-bottom: 3rem;
}

.p-partners h2 {
  font-size: 2.5rem;
  color: #0b82cd;
  text-align: center;
  position: relative;
  margin-bottom: 0;
  line-height: 1.2;
}

@media screen and (max-width:767px) {
  .p-partners h2 {
    font-size: 4.5vw;
  }
}
.p-partners h2 strong {
  font-size: 4.5rem;
  font-family: "din-2014", sans-serif;
  transform: translateY(2px);
  margin: 0 0.5rem;
  display: inline-block;
}

.p-partners h2 + p {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 3rem;
}

@media screen and (max-width:767px) {
  .p-partners h2 + p {
    font-size: 4.5vw;
    line-height: 1.25;
  }
}
@media screen and (min-width:768px) {
  .p-partners h2 + p br {
    display: none;
  }
}
.p-partners h2 + p strong {
  color: #0b82cd;
}

.p-partners h2 + p strong span {
  font-size: 3.5rem;
  font-family: "din-2014", sans-serif;
  margin: 0 0.25rem;
  display: inline-block;
  transform: translateY(2px);
}

.p-partners h2:before {
  content: "";
  width: 24px;
  height: 38px;
  display: inline-block;
  margin-right: 0.5rem;
  background-image: url(../images/decoration.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-10px);
}

.p-partners h2:after {
  content: "";
  width: 24px;
  height: 38px;
  display: inline-block;
  margin-left: 0.5rem;
  background-image: url(../images/decoration.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: scale(-1, 1) translateY(-10px);
}

.p-partners__logo {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width:767px) {
  .p-partners__logo {
    gap: 2rem;
  }
}
.p-partners__logo li {
  width: 180px;
  height: 50px;
}

.p-partners__logo li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-cover {
  padding: 7rem 0 3rem;
  position: relative;
}

.p-cover__photo {
  position: absolute;
  top: 0;
  right: 0;
  width: 700px;
  max-width: 50%;
}

@media screen and (max-width:767px) {
  .p-cover__photo {
    width: 45%;
  }
}
.p-cover__title {
  background-color: #0b82cd;
  color: white;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 0.25rem 1.5rem;
}

.p-cover h1 {
  font-size: 2.8rem;
  font-weight: 700;
  filter: drop-shadow(0px 0px 2px white);
}

.p-cover h1 strong {
  color: #0b82cd;
}

.p-cover h1 + p {
  font-size: 1.125rem;
}

.p-cover hr {
  width: 50%;
  text-align: left;
  margin: 2rem 0px;
}

.p-cover__feature {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.p-cover__feature li {
  width: 10rem;
  height: 10rem;
  border-radius: 5rem;
  background-color: gray;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
}

.p-cover__feature li p {
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 1.2;
  font-size: 1.25rem;
}

.p-cover__feature + p {
  font-size: 0.75rem;
  line-height: 1.25;
  display: flex;
}

.p-cover__feature + p:before {
  content: "※";
  margin-right: 0.25rem;
  font-size: 1rem;
  transform: translateY(-5px);
}

.p-cover__feature-1 {
  background-image: linear-gradient(180deg, #4691c0, #92cccd);
}

.p-cover__feature-1 strong {
  font-size: 2.5rem;
}

.p-cover__feature-1 sup {
  font-weight: 400;
}

.p-cover__feature-2 {
  background-image: linear-gradient(180deg, #27b1a2, #afd8b8);
}

.p-cover__feature-2 strong {
  font-size: 2rem;
  line-height: 1.5;
}

.p-cover__feature-3 {
  background-image: linear-gradient(180deg, #ef877a, #eebf91);
}

.p-cover__feature-3 strong {
  font-family: "din-2014", sans-serif;
  font-size: 4.5rem;
  line-height: 1;
}

.p-cover__feature-3 strong small {
  font-size: 1.5rem;
}

.p-cover .c-cloud-1 {
  top: 20px;
  right: 400px;
}

@media screen and (max-width:1279px) {
  .p-cover .c-cloud-1 {
    right: 200px;
  }
}
@media screen and (max-width:767px) {
  .p-cover .c-cloud-1 {
    right: 100px;
  }
}
.p-cover .c-cloud-2 {
  top: 800px;
  left: -240px;
}

.p-cover .c-cloud-3 {
  top: -200px;
  left: -200px;
}

.p-cover .c-cloud-3 img {
  transform: rotate(-30deg);
}

.p-cover .c-cloud-4 {
  top: 500px;
  right: -50px;
}

.p-cover .c-cloud-4 img {
  transform: rotate(-30deg);
}

.p-point {
  padding: 4rem 0 2rem;
  position: relative;
}

.p-point:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background-color: #eaf3fa;
  width: 100%;
  height: 100%;
  top: 0;
  left: -5%;
  border-radius: 0 16px 16px 0;
}

@media screen and (max-width:767px) {
  .p-point:before {
    left: -1rem;
  }
}
.p-point h2 {
  font-size: 2.5rem;
  padding-left: 1rem;
  border-left: 8px solid #0b82cd;
  margin-bottom: 4rem;
  line-height: 1.5;
}

.p-point h2 strong {
  color: #0b82cd;
}

@media screen and (max-width:767px) {
  .p-point h2 br {
    display: none;
  }
}
.p-point__label {
  background-color: #ef7300;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 325px;
  font-size: 2.5rem;
  font-weight: 600;
  font-family: "din-2014", sans-serif;
  line-height: 48px;
  border-radius: 24px;
  position: absolute;
  max-width: 50%;
  top: -24px;
  left: calc((100% - 1080px) / 2);
}

@media screen and (max-width:767px) {
  .p-point__label {
    left: 6.67%;
  }
}
.p-point__label:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #ef7300;
}

.p-point .swiper {
  margin-top: -10px;
}

.p-point .swiper-wrapper {
  padding: 10px 0 80px 0;
}

.p-point .swiper-slide {
  height: 180px;
  background-color: white;
  border-radius: 16px;
  padding: 2rem 6rem 2rem 1rem;
  margin: 0 1rem;
  font-size: 1.25rem;
  font-weight: 400;
  filter: drop-shadow(0px 0px 4px rgba(11, 130, 205, 0.1));
}

@media screen and (max-width:767px) {
  .p-point .swiper-slide {
    font-size: 3vw;
  }
}
.p-point .swiper-slide strong {
  color: #0b82cd;
  font-weight: 600;
}

.p-point .swiper-pagination .swiper-pagination-bullet {
  background-color: #0b82cd;
}

.p-point .swiper-button-prev,
.p-point .swiper-button-next {
  top: 230px;
  background-color: white;
  color: #0b82cd;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  filter: drop-shadow(2px 2px 4px rgba(11, 130, 205, 0.2));
}

.p-point .swiper-button-prev:hover,
.p-point .swiper-button-next:hover {
  background-color: #0b82cd;
  color: white;
}

.p-point .swiper-button-prev:after,
.p-point .swiper-button-next:after {
  font-size: 1.25rem;
  font-weight: 700;
}

.p-point .swiper-button-prev {
  left: calc((100% - 1080px) / 2);
}

@media screen and (max-width:767px) {
  .p-point .swiper-button-prev {
    left: 6.67%;
  }
}
.p-point .swiper-button-next {
  right: calc((100% - 1080px) / 2);
}

@media screen and (max-width:767px) {
  .p-point .swiper-button-next {
    right: 6.67%;
  }
}
.p-point__illust {
  width: 60px;
  position: absolute;
  top: -5px;
  right: 20px;
}

.p-point__illust img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}