@charset "UTF-8";
.one-stop-title1 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #126f84;
  line-height: 1.8;
  border-left: 4px solid currentColor;
  padding-left: 1em;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 768px) {
  .one-stop-title1 {
    font-size: 1.8rem;
    padding-left: 1.6rem;
    line-height: 3.2rem;
  }
}

.one-stop-title2 {
  font-size: 1.3rem;
  border-left: 0.4rem solid #126f84;
  padding-left: 1.2rem;
  line-height: 1.9rem;
  letter-spacing: 0;
}
@media print, screen and (min-width: 768px) {
  .one-stop-title2 {
    font-size: 1.8rem;
    padding-left: 1.6rem;
    line-height: 3.2rem;
  }
}

.one-stop-desc1 {
  padding-left: 2rem;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}

@media print, screen and (min-width: 768px) {
  .one-stop-headlines {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

.one-stop-headline1 {
  --headline-bg: #fff4c4;
  --headline-circle-bg: #126f84;
  --headline-border: transparent;
  padding: 1.2rem 0.7rem 1.2rem 1.2rem;
  background-color: var(--headline-bg);
  border: 0.5px solid var(--headline-border);
  display: grid;
  align-items: center;
  grid-template-columns: 4rem 1fr;
  gap: 0.8rem;
  margin-bottom: 1.6rem;
}
@media print, screen and (min-width: 768px) {
  .one-stop-headline1 {
    grid-template-columns: 5rem 1fr;
    gap: 1.6rem;
  }
}
.one-stop-headline1__c1 {
  color: #fff;
  background-color: var(--headline-circle-bg);
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  justify-content: center;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .one-stop-headline1__c1 {
    width: 5rem;
    height: 5rem;
    border-radius: 100%;
    font-size: 1.2rem;
  }
}
.one-stop-headline1__c1 div:nth-child(2) {
  font-family: var(--font-secondary);
  font-size: 1.3rem;
  line-height: 1.2;
}
@media print, screen and (min-width: 768px) {
  .one-stop-headline1__c1 div:nth-child(2) {
    font-size: 1.6rem;
  }
}
.one-stop-headline1__t1 {
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--color-primary);
}
.one-stop-label1 {
  height: 7.5rem;
  background-color: #126f84;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 600;
  font-family: var(--font-serif);
  position: relative;
  width: 25.2rem;
  margin: 0 auto 3.2rem;
  z-index: 2;
}
.one-stop-label1::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  margin: auto;
  width: 1.3rem;
  height: 0.8rem;
  transform: translate(0, 98%);
  border: 1rem solid transparent;
  border-top: 1rem solid #126f84;
}

.one-stop-box1 {
  background: #fff;
  border: 1px solid #d6d6d6;
  padding: 7.2rem 2rem 3.2rem;
  letter-spacing: 0.1em;
  margin-top: -8rem;
}
@media print, screen and (min-width: 768px) {
  .one-stop-box1 {
    padding: 8rem 8.5rem 4rem;
  }
}
.one-stop-box1__desc1 {
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .one-stop-box1__desc1 {
    font-size: 1.3rem;
    line-height: 1.8461538462;
  }
}
.one-stop-box1__headline {
  margin-bottom: 1.6rem;
  display: grid;
  grid-template-columns: 3rem auto;
  gap: 2.4rem;
  align-items: center;
  font-weight: bold;
  font-size: 1.3rem;
}
@media print, screen and (min-width: 768px) {
  .one-stop-box1__headline {
    gap: 1.6rem;
    grid-template-columns: 4rem auto;
    justify-content: center;
    font-size: 1.6rem;
  }
}

.one-stop-flow {
  background-color: #f4f4f4;
  padding: 3.2rem 0;
}
@media print, screen and (min-width: 768px) {
  .one-stop-flow {
    padding: 5.6rem 0 6.4rem;
  }
}

.one-stop-flow-box {
  letter-spacing: 0.1em;
}
.one-stop-flow-box__title {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  padding: 1.5rem;
  background-color: #126f84;
  text-align: center;
  color: #fff;
  font-weight: 600;
}
.one-stop-flow-box__body {
  padding: 1.6rem 3rem 3.2rem;
  background: #fff;
}
@media (max-width: 767px) {
  .one-stop-flow-box__body {
    border: 1px solid #d6d6d6;
  }
}
.one-stop-flow-box__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
}
@media print, screen and (min-width: 768px) {
  .one-stop-flow-box__items {
    gap: 2rem;
    justify-content: center;
    grid-template-columns: repeat(2, 32rem);
  }
}
.one-stop-flow-box__items-title1 {
  text-align: center;
  color: #126f84;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  margin-top: 2.4rem;
}
@media (max-width: 767px) {
  .one-stop-flow-box__items-title1 {
    margin-top: 1.6rem;
    margin-left: -1em;
    white-space: nowrap;
    font-size: 1.3rem;
    line-height: 2.4rem;
  }
}
.one-stop-flow-box__items-title1 > span {
  position: relative;
  z-index: 2;
}
.one-stop-flow-box__items-title1 > span > span {
  position: relative;
  z-index: 2;
}
.one-stop-flow-box__items-title1 > span::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  width: 100%;
  height: 0.8rem;
  background: #ffd53e;
  opacity: 0.6;
}
.one-stop-flow-box__item-badge {
  position: absolute;
  width: 13.2rem;
  inset: -3px auto auto -3px;
  margin: 0;
}
@media (max-width: 767px) {
  .one-stop-flow-box__item-badge {
    width: 8rem;
  }
}
.one-stop-flow-box__item {
  position: relative;
  background: #f4f4f4;
  border: 0.5px solid #d6d6d6;
  padding: 2.4rem 0 1.6rem;
}
.one-stop-flow-box__item > img {
  width: 10rem;
  margin: 0 auto 0.8rem;
}
.one-stop-flow-box__item-title {
  text-align: center;
  font-weight: 600;
}

.one-stop-tab .one-stop-headline1 {
  --headline-bg: #fff4c4;
  --headline-circle-bg: #c1a239;
  --headline-border: #c1a239;
  gap: 1.6rem;
}
.one-stop-tab__buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem;
}
@media print, screen and (min-width: 768px) {
  .one-stop-tab__buttons {
    gap: 2rem;
  }
}
.one-stop-tab__button {
  height: 8.6rem;
  border-radius: 4px 4px 0px 0px;
  text-align: center;
  align-content: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d6d6d6;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #fff;
  transition: 0.4s;
}
@media print, screen and (min-width: 768px) {
  .one-stop-tab__button {
    font-size: 1.8rem;
  }
}
.one-stop-tab__button.is-active {
  background: #126f84;
}
.one-stop-tab__contents {
  letter-spacing: 0.1em;
}
.one-stop-tab__contents::before {
  content: "";
  background-color: #126f84;
  width: 100%;
  height: 0.4rem;
  display: block;
  position: relative;
  margin-bottom: -1.5px;
}
.one-stop-tab__content {
  padding: 3.2rem 2rem 5.6rem;
  background: #fff;
}
@media print, screen and (min-width: 768px) {
  .one-stop-tab__content {
    padding: 5rem 8.5rem 6.4rem;
  }
}
.one-stop-tab__bar {
  display: grid;
  grid-template-columns: 9.6rem 1fr;
  gap: 0.4rem;
  letter-spacing: 0.1em;
  font-size: 1.3rem;
  margin-bottom: 3.2rem;
}
@media print, screen and (min-width: 768px) {
  .one-stop-tab__bar {
    grid-template-columns: 10.6rem 1fr;
    height: 9.3rem;
    margin-bottom: 4rem;
  }
}
.one-stop-tab__bar-left {
  align-content: center;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #126f84;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 768px) {
  .one-stop-tab__bar-left {
    font-size: 1.6rem;
  }
}
.one-stop-tab__bar-right {
  align-content: center;
  background: #f4f4f4;
  padding: 1.6rem 2.4rem 1.6rem 1.6rem;
}
.one-stop-tab__bar-right span {
  color: #f25856;
}
.one-stop-tab__box1 {
  padding: 2.4rem 2rem;
  background: #fff;
  border: 1px solid #126f84;
  letter-spacing: 0.05em;
  font-size: 1.3rem;
}
@media print, screen and (min-width: 768px) {
  .one-stop-tab__box1 {
    padding: 3.2rem 2.4rem;
  }
}
.one-stop-tab__box1-icon {
  margin: 0 auto 0.4rem;
  width: 4rem;
}
.one-stop-tab__box1-title {
  color: #126f84;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .one-stop-tab__box1-title {
    font-size: 1.4rem;
  }
}

@media print, screen and (min-width: 768px) {
  .one-stop-headlines2 {
    margin-bottom: 2.4rem;
  }
}
.one-stop-headlines2 .one-stop-headline1 {
  font-weight: 600;
}
@media (max-width: 767px) {
  .one-stop-headlines2 .one-stop-headline1 {
    gap: 0.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .one-stop-headlines2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
  .one-stop-headlines2 .one-stop-headline1 {
    height: 8rem;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .one-stop-box-pc-cols {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 4rem;
  }
}

.one-stop-toggle1.is-active .one-stop-toggle1__row svg {
  rotate: 0.5turn;
}
@media print, screen and (min-width: 768px) {
  .one-stop-toggle1__box1-body-row1 {
    display: grid;
    grid-template-columns: 25.2rem 25.2rem;
    gap: 16rem;
    justify-content: center;
  }
}
.one-stop-toggle1__row {
  display: grid;
  grid-template-columns: 7.2rem 1fr 1.2rem;
  gap: 1.6rem;
  align-items: center;
  padding: 0 0 1.6rem;
  border-bottom: 1px solid #d6d6d6;
}
@media print, screen and (min-width: 768px) {
  .one-stop-toggle1__row {
    border-bottom-width: 2px;
    grid-template-columns: 8rem 1fr 1.2rem;
    padding-right: 6.4rem;
    gap: 4rem;
  }
}
.one-stop-toggle1__row svg {
  width: 1.2rem;
  height: 1.2rem;
  transition: 0.4s;
  color: var(--color-primary);
}
@media print, screen and (min-width: 768px) {
  .one-stop-toggle1__row svg {
    height: 1.7rem;
    width: 1.7rem;
  }
}
.one-stop-toggle1__title {
  line-height: 1.6153846154;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 768px) {
  .one-stop-toggle1__title {
    font-size: 1.8rem;
  }
}
.one-stop-toggle1__body-inner {
  padding: 3.2rem 0;
  border-bottom: 1px solid #d6d6d6;
}
@media print, screen and (min-width: 768px) {
  .one-stop-toggle1__body-inner {
    padding: 1.6rem 0 4rem;
  }
}
.one-stop-toggle1:last-child .one-stop-toggle1__body-inner {
  padding-bottom: 0;
  border-bottom: 0;
}
.one-stop-toggle1__box1-title {
  background-color: #126f84;
  text-align: center;
  align-content: center;
  color: #fff;
  letter-spacing: 0.1em;
  height: 5.6rem;
  margin-bottom: 0.4rem;
  font-weight: 600;
}
.one-stop-toggle1__box1-body {
  background-color: #f4f4f4;
  padding: 1.6rem;
}
@media print, screen and (min-width: 768px) {
  .one-stop-toggle1__box1-body {
    padding: 2.4rem 8.5rem 3.2rem;
  }
}
.one-stop-toggle1__box1-text1 {
  text-align: center;
  letter-spacing: 0.1em;
}
.one-stop-toggle1__box1-icon {
  width: 6rem;
  height: 6rem;
  margin: 0 auto 0.4rem;
  align-content: center;
}
@media print, screen and (min-width: 768px) {
  .one-stop-toggle1__box1-icon {
    width: 8rem;
    height: 8rem;
  }
}
.one-stop-toggle1__video iframe {
  width: 100%;
  height: 18.4rem;
}
@media print, screen and (min-width: 768px) {
  .one-stop-toggle1__video iframe {
    height: 19.3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .one-stop-toggle1__petterns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
  .one-stop-toggle1__petterns--flat {
    grid-template-columns: 1fr;
  }
  .one-stop-toggle1__petterns--flat .one-stop-toggle1__pettern-title::before, .one-stop-toggle1__petterns--flat .one-stop-toggle1__pettern-title::after {
    width: 29rem;
  }
}
.one-stop-toggle1__pettern {
  margin-bottom: 2.4rem;
}
.one-stop-toggle1__pettern:last-child {
  margin-bottom: 0;
}
.one-stop-toggle1__pettern-title {
  text-align: center;
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  color: #126f84;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.4rem;
}
@media print, screen and (min-width: 768px) {
  .one-stop-toggle1__pettern-title {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
.one-stop-toggle1__pettern-title::before, .one-stop-toggle1__pettern-title::after {
  content: "";
  width: 9.6rem;
  height: 1px;
  background-color: #126f84;
}
.one-stop-toggle1__pettern-box {
  background: #fff;
  border: 1px solid #d6d6d6;
  padding: 1.6rem 1.1rem;
}
@media print, screen and (min-width: 768px) {
  .one-stop-toggle1__pettern-box--pcrow {
    display: grid;
    padding: 3.2rem 2.4rem;
    gap: 3.2rem;
    grid-template-columns: 26.7rem 1.3rem auto;
  }
  .one-stop-toggle1__pettern-box--pcrow > img {
    align-self: center;
  }
}
.one-stop-toggle1__doc {
  display: grid;
  grid-template-columns: 6rem 1fr;
  gap: 0.8rem;
}
.one-stop-toggle1__doc-memo {
  margin-top: 0.8rem;
  font-size: 1.2rem;
  color: #707070;
  margin-left: 1em;
}
.one-stop-toggle1__doc-list {
  font-size: 1.3rem;
}
@media print, screen and (min-width: 768px) {
  .one-stop-toggle1__doc-list {
    font-size: 1.4rem;
  }
}
.one-stop-toggle1__doc-list-item {
  display: flex;
  line-height: 1.8461538462;
}
.one-stop-toggle1__doc-list-item::before {
  content: "・";
}
.one-stop-toggle1__card {
  text-align: center;
}
.one-stop-toggle1__card-icon {
  width: 6rem;
  height: 6rem;
  align-content: center;
  margin: 0 auto 0.4rem;
}
.one-stop-toggle1__caution {
  background: transparent;
  border: 1px solid #d7500a;
  letter-spacing: 0.1em;
  padding: 3.2rem 2.4rem;
}
.one-stop-toggle1__caution-icon {
  width: 3.7rem;
  margin: 0 auto 0.8rem;
}
.one-stop-toggle1__caution-title {
  font-weight: bold;
  color: #d7500a;
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 2.4rem;
}
.one-stop-toggle1__caution > p {
  margin-bottom: 4.8rem;
}
.one-stop-toggle1__caution > p span {
  color: #d7500a;
}
.one-stop-toggle1__caution > p:last-child {
  margin-bottom: 0;
}
.one-stop-toggle1__info {
  background: #fff;
  border: 1px solid #126f84;
  padding: 2.4rem 1.6rem;
  margin-bottom: 3.2rem;
}
@media print, screen and (min-width: 768px) {
  .one-stop-toggle1__info {
    height: 100%;
  }
}
.one-stop-toggle1__info-icon-title {
  color: #126f84;
  text-align: center;
  margin-bottom: 1.6rem;
  font-weight: 600;
}
.one-stop-toggle1__info-title {
  font-weight: 600;
  margin-bottom: 1.6rem;
}
.one-stop-toggle1__info-table dl {
  letter-spacing: 0.05em;
  font-size: 1.3rem;
  line-height: 1.8461538462;
  display: grid;
  grid-template-columns: auto 1fr;
}

@media (max-width: 767px) {
  .one-stop-steps {
    margin-bottom: 2.4rem;
  }
}

.one-stop-step {
  margin-bottom: 1.6rem;
}
.one-stop-step:last-child {
  margin-bottom: 0;
}
.one-stop-step__title {
  font-size: 1.3rem;
  font-family: var(--font-secondary);
  color: var(--color-accent);
  margin-bottom: 0.8rem;
}
@media print, screen and (min-width: 768px) {
  .one-stop-step__title {
    font-size: 1.6rem;
  }
}
.one-stop-step__desc {
  letter-spacing: 0;
}

.c-faq-items {
  border-top: 2px solid #F4F4F4;
}

.c-faq-item__heading {
  border-width: 2px;
}

/*# sourceMappingURL=one-stop.css.map */
