@charset "utf-8";
:root {
  --p-beginner-guide-gap: 60px;
}

.p-beginner-guide {
  overflow: hidden;
  line-height: 1.75;
}

.p-beginner-guide img {
  max-width: 100%;
}

.p-beginner-guide>section {
  padding: var(--p-beginner-guide-gap) 0;
}

.p-beginner-guide>section section+section {
  margin-top: var(--p-beginner-guide-gap);
}

.p-beginner-guide .c-button--more {
  width: 100%;
  max-width: revert;
}

.p-beginner-guide__title {
  margin-bottom: var(--p-beginner-guide-gap);
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  position: relative;
  line-height: 1;
  z-index: 2;
}

.p-beginner-guide__subtitle {
  margin-bottom: calc(var(--p-beginner-guide-gap) / 3);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.25;
}

.p-beginner-guide__title-in-contents {
  margin-bottom: calc(var(--p-beginner-guide-gap) / 3);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}

.p-beginner-guide__title::before {
  font-size: 3em;
  font-weight: 700;
  opacity: 0.1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}

.p-beginner-guide>section.p-beginner-guide__kv {
  padding: 0;
}

.p-beginner-guide>section.p-beginner-guide__kv section+section {
  margin-top: 0;
}

.p-beginner-guide__kv-top,
.p-beginner-guide__kv-bottom {
  padding: var(--p-beginner-guide-gap) 0;
}

.p-beginner-guide__kv-top {
  background: #e5f6fc;
}

.p-beginner-guide__kv-bottom {
  background: #00a2e6;
  color: #fff;
  font-size: 18px;
}

.p-beginner-guide__about {
  background: #004da1;
}

.p-beginner-guide__about .p-beginner-guide__title {
  color: #fff;
}

.p-beginner-guide__about .p-beginner-guide__title::before {
  content: "ABOUT";
}

.p-about-dospara__recommend,
.p-about-dospara__other-service {
  padding: 0 0 30px;
  background: #004da1;
}

.p-about-dospara__recommend .p-top-headline__h2,
.p-about-dospara__other-service .p-top-headline__h3 {
  color: #fff;
}

.p-about-dospara__bto-recommend .p-top-headline,
.p-about-dospara__other-service .p-top-headline {
  margin: 30px auto 25px;
}


.about-dospara-wrapper-pc {
  display: block;
  background: #fff;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 4px;
  position: relative;
}

.about-dospara-wrapper-pc .about-dospara-wrap-image {
  position: relative;
  top: 0;
  left: 40px;
  width: 48%;
}

.about-dospara-wrapper-pc .about-dospara-contents {
  position: absolute;
  top: 15%;
  left: 48%;
  width: 47%;
  display: flex;
  flex-direction: column;
  gap: clamp(0.625rem, 0.262rem + 0.74vw, 1rem);
  font-size: clamp(0.625rem, 0.262rem + 0.74vw, 1rem);
}

.about-dospara-wrapper-pc .about-dospara-contents p {
  margin: 0;
}

.about-dospara-wrapper-pc .about-dospara-partner-image {
  background: #eee;
  padding: 1vw 0;
  border-radius: 14px;
  display: flex;
  justify-content: center;
  margin-top: 1vw;
}

.about-dospara-wrapper-pc .about-dospara-partner-image .partner-img {
  height: 4vw;
  width: auto;
  margin: 0 1vw;
}

.about-dospara-wrapper-pc .about-dospara-btn-wrapper {
  padding: 40px 0;
  position: relative;
  width: 100%;
  text-align: center;
}

.about-dospara-wrapper-pc .about-dospara-btn-wrapper .c-button--secondaryA-blue {
  width: 50%;
  margin: 0 auto;
}

.about-dospara-wrapper-sp {
  display: none;
}

.p-beginner-guide__lineup .p-beginner-guide__title::before {
  content: "LINEUP";
}

.p-beginner-guide__lineup [role="tablist"] {
  display: flex;
}

.p-beginner-guide__lineup [role="tablist"] button {
  padding: 1em;
  flex: 1;
  text-align: center;
  font-weight: 700;
}

.p-beginner-guide__lineup [role="tablist"] button[aria-selected="true"] {
  background: #004da1;
  color: #fff;
  border-radius: 4px 4px 0 0;
}

.p-beginner-guide__lineup [role="tabpanel"] {
  padding: calc(var(--p-beginner-guide-gap) / 2);
  background: #004da1;
}

.p-beginner-guide__lineup [role="tabpanel"].is-hidden {
  display: none;
}

.p-beginner-guide__lineup [role="tabpanel"] .c-panel-arrow {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  display: block;
}

.p-beginner-guide__lineup [role="tabpanel"] .c-panel-arrow+* {
  margin-top: calc(var(--p-beginner-guide-gap) / 2);
}

.p-beginner-guide__lineup [role="tabpanel"] div.c-panel-arrow::before,.p-beginner-guide__lineup [role="tabpanel"] div.c-panel-arrow::after {
  display: none;
}

.p-beginner-guide__lineup [role="tabpanel"] .c-panel-arrow__buttons{
  margin-top: 1em;
  display: flex;
  gap: 1em;
}

.p-beginner-guide__lineup [role="tabpanel"] .c-panel-arrow .c-panel-arrow__body {
  padding: calc(var(--p-beginner-guide-gap) / 2);
  font-size: 18px;
}

.p-beginner-guide__knowledge {
  background: #004da1;
}

.p-beginner-guide__knowledge .p-beginner-guide__title {
  color: #fff;
}

.p-beginner-guide__knowledge .p-beginner-guide__title::before {
  content: "KNOWLEDGE";
}

.p-beginner-guide__flow .p-beginner-guide__title::before {
  content: "FLOW";
}

.p-beginner-guide__flow-item {
  position: relative;
}

.p-beginner-guide__flow-item+.p-beginner-guide__flow-item::before {
  content: url("../images/icon-arrow-right.webp");
  position: absolute;
  left: -5%;
  top: 25%;
}

.p-beginner-guide__well {
  padding: calc(var(--p-beginner-guide-gap) / 2);
  background: #e5f6fc;
}

.p-beginner-guide__well .p-beginner-guide__subtitle {
  margin-bottom: calc(var(--p-beginner-guide-gap) / 2);
  text-align: center;
  line-height: 1;
}

.p-beginner-guide__well-item {
  padding: calc(var(--p-beginner-guide-gap) / 2);
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: calc(var(--p-beginner-guide-gap) / 2);
}

.p-beginner-guide__well-item .c-button {
  width: 100%;
}

.p-beginner-guide__well-item--arrow {
  padding: calc(var(--p-beginner-guide-gap) / 3);
  position: relative;
  font-weight: 700;
  gap: calc(var(--p-beginner-guide-gap) / 3);
  justify-content: space-between;
}

.p-beginner-guide__well-item--arrow::before {
  content: '';
  width: 2em;
  aspect-ratio: 1/1;
  background: #00a2e6;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.p-beginner-guide__well-item--arrow::after {
  content: '';
  width: 0.5em;
  height: 0.5em;
  z-index: 1;
  position: absolute;
  right: 0.4em;
  bottom: 0.4em;
  -webkit-transform: scale(1, 0.95) rotate(45deg);
  transform: scale(1, 0.95) rotate(45deg);
  border-top: 2px solid;
  border-right: 2px solid;
  border-color: #fff;
}

.p-beginner-guide__faq {
  background: #004da1;
}

.p-beginner-guide__faq .p-beginner-guide__title {
  color: #fff;
}

.p-beginner-guide__faq .p-beginner-guide__title::before {
  content: "FAQ";
}

.p-beginner-guide__faq-list {
  display: flex;
  gap: calc(var(--p-beginner-guide-gap) / 3);
  flex-wrap: wrap;
}

.p-beginner-guide__faq-list-item {
  width: calc((100% - var(--p-beginner-guide-gap) / 3) / 2);
  height: 100%;
  border: 1px solid #ececec;
  box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, .1);
  transition: transform .2s;
  position: relative;
  background: #fff;
}

.p-beginner-guide__faq-list-item details {
  padding: calc(var(--p-beginner-guide-gap) / 3);
  line-height: 1.5;
}

.p-beginner-guide__faq-list-item summary {
  cursor: pointer;
}

.p-beginner-guide__faq-list-item-body {
  margin-top: calc(var(--p-beginner-guide-gap) / 3);
}

.p-beginner-guide__contact {
  background: #f3f3f3;
}

.p-beginner-guide__contact-item {
  padding: calc(var(--p-beginner-guide-gap) / 2);
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: calc(var(--p-beginner-guide-gap) / 2);
  text-align: center;
}

.p-beginner-guide__contact-item .p-beginner-guide__title-in-contents {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-beginner-guide__title-in-contents--before,
.p-beginner-guide__title-in-contents--after {
  width: 1.5em;
  height: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 1.5em;
}

.p-beginner-guide__title-in-contents--before {
  background: #00a2e6;
}

.p-beginner-guide__title-in-contents--after {
  background: #004da1;
}

.p-beginner-guide__tel {
  font-size: 24px;
}

.p-beginner-guide__tel strong {
  font-size: 30px;
}

.p-beginner-guide__contact-item .c-button {
  margin-top: calc(var(--p-beginner-guide-gap) / 2);
}

.p-beginner-guide__before-buy-contents {
  margin: auto 0;
}

.p-beginner-guide__contact-item hr {
  border: none;
  border-top: 1px dotted #ccc;
}

.p-common-support__section{
  display: none;
}

@media screen and (max-width: 767px) {
  :root {
    --p-beginner-guide-gap: 8vw;
  }

  .p-beginner-guide .u-pc-width {
    width: 92vw;
    max-width: 1140px;
    margin: 0 auto;
  }

  .p-beginner-guide__title {
    font-size: 24px;
  }

  .p-beginner-guide__subtitle {
    font-size: 18px;
  }

  .p-beginner-guide__title-in-contents {
    font-size: 16px;
  }

  .p-beginner-guide__lineup [role="tablist"] button {
    flex: auto;
  }

  .about-dospara-wrapper-pc {
    display: none;
  }

  .about-dospara-wrapper-sp {
    display: block;
    background: #fff;
    position: relative;
    border-radius: 4px;
  }

  .about-dospara-wrapper-sp .about-dospara-wrap-image {
    width: 100%;
    margin: 0 auto;
  }

  .about-dospara-wrapper-sp .about-dospara-contents {
    padding: calc(var(--p-beginner-guide-gap) / 2);
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .about-dospara-wrapper-sp .about-dospara-contents p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
  }

  .about-dospara-wrapper-sp .about-dospara-partner-image {
    background: #eee;
    padding: 15px 0;
    border-radius: 14px;
    display: flex;
    justify-content: center;
  }

  .about-dospara-wrapper-sp .about-dospara-partner-image .partner-img {
    height: 50px;
    width: auto;
    margin: 0px 10px;
  }

  .about-dospara-wrapper-sp .about-dospara-btn-wrapper {
    width: 100%;
    text-align: center;
  }

  .about-dospara-wrapper-sp .about-dospara-btn-wrapper .c-button--secondaryA-blue {
    width: 100%;
    margin: 0 auto;
  }

  .p-beginner-guide__lineup [role="tabpanel"] .c-panel-arrow .c-panel-arrow__body{
    font-size: revert;
  }

  .p-beginner-guide__lineup [role="tabpanel"] .c-panel-arrow__buttons{
    flex-direction: column;
  }

  .p-beginner-guide__flow-item+.p-beginner-guide__flow-item{
    margin-top: 3em;
  }

  .p-beginner-guide__flow-item+.p-beginner-guide__flow-item::before {
    left: 50%;
    top: -3em;
    transform: rotate(90deg) translateX(-50%);
  }

  .p-beginner-guide__well-item--arrow {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: revert;
  }

  .p-beginner-guide__well-item--arrow img {
    width: 33.3%;
  }

  .p-beginner-guide__faq-list-item{
    width: 100%;
  }
}