@charset "UTF-8";
/* Theme Name: sukkirin */
/* Author: sukkirin */
/* Version: 1.0 */

@font-face{
  font-display: swap;
  font-weight:  400;
  font-style: normal;
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Regular.woff") format("woff"), url("../fonts/NotoSansJP-Regular.ttf") format("truetype");;
}
@font-face{
  font-display: swap;
  font-weight:  500;
  font-style: normal;
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Medium.woff") format("woff"), url("../fonts/NotoSansJP-Medium.ttf") format("truetype");;
}
@font-face{
  font-display: swap;
  font-weight: 700;
  font-style: normal;
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Bold.woff") format("woff"), url("../fonts/NotoSansJP-Bold.ttf") format("truetype");;
}
@font-face{
  font-display: swap;
  font-weight:  400;
  font-style: normal;
  font-family: "Zen Maru Gothic";
  src: url("../fonts/ZenMaruGothic-Regular.woff") format("woff"), url("../fonts/ZenMaruGothic-Regular.ttf") format("truetype");;
}
@font-face{
  font-display: swap;
  font-weight:  500;
  font-style: normal;
  font-family: "Zen Maru Gothic";
  src: url("../fonts/ZenMaruGothic-Medium.woff") format("woff"), url("../fonts/ZenMaruGothic-Medium.ttf") format("truetype");;
}
@font-face{
  font-display: swap;
  font-weight: 700;
  font-style: normal;
  font-family: "Zen Maru Gothic";
  src: url("../fonts/ZenMaruGothic-Bold.woff") format("woff"), url("../fonts/ZenMaruGothic-Bold.ttf") format("truetype");;
}

@media (min-width: 960px) {
  .visibility__mobile {
    display: none !important;
  }
}

.visibility__pc {
  display: none !important;
}
@media (min-width: 960px) {
  .visibility__pc {
    display: block !important;
  }
}

.visibility__pcflex {
  display: none !important;
}
@media (min-width: 960px) {
  .visibility__pcflex {
    display: flex !important;
  }
}

.bg-light-yellow {
  background: #FFF4C0;
}

.bg-primary {
  background: #FACA0B;
}

.bg-white {
  background: #fff !important;
}

.section__inner {
  width: 343px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 960px) {
  .section__inner {
    width: 960px;
  }
}

@media (min-width: 960px) {
  .contents__inner {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 960px) {
  .block_center {
    margin-right: auto;
    margin-left: auto;
  }
}

.text-center {
  text-align: center;
}

.title-1 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 960px) {
  .title-1 {
    font-size: 40px;
  }
}

.title-2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 960px) {
  .title-2 {
    font-size: 28px;
  }
}

.title-3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 960px) {
  .title-3 {
    font-size: 24px;
  }
}

.title-4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 960px) {
  .title-4 {
    font-size: 20px;
  }
}

.title-5 {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 960px) {
  .title-5 {
    font-size: 14px;
  }
}

.subtitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
@media (min-width: 960px) {
  .subtitle {
    font-size: 18px;
  }
}

.description-2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
@media (min-width: 960px) {
  .description-2 {
    font-size: 18px;
  }
}

.description-2-medium {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
@media (min-width: 960px) {
  .description-2-medium {
    font-size: 18px;
  }
}

.description-2-bold {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}
@media (min-width: 960px) {
  .description-2-bold {
    font-size: 18px;
  }
}

.description-3 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
@media (min-width: 960px) {
  .description-3 {
    font-size: 16px;
  }
}

.description-3-medium {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}
@media (min-width: 960px) {
  .description-3-medium {
    font-size: 16px;
  }
}

.description-3-bold {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}
@media (min-width: 960px) {
  .description-3-bold {
    font-size: 16px;
  }
}

.padding-1 {
  padding: 48px 16px;
}
@media (min-width: 960px) {
  .padding-1 {
    padding: 64px 0;
  }
}

.padding-pagetop {
  padding-top: 82px;
  background: #FFF4C0;
}

.text-bold {
  font-weight: bold;
}

.font-small {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.44;
}
@media (min-width: 960px) {
  .font-small {
    font-size: 16px;
  }
}

.font-medium-bold {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.44;
}
@media (min-width: 960px) {
  .font-medium-bold {
    font-size: 18px;
  }
}

.font-normal {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.44;
}
@media (min-width: 960px) {
  .font-normal {
    font-size: 18px;
  }
}

.font-large-bold {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 960px) {
  .font-large-bold {
    font-size: 48px;
  }
}

.subtitle-normal {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
@media (min-width: 960px) {
  .subtitle-normal {
    font-size: 24px;
  }
}

.subtitle-bold {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}
@media (min-width: 960px) {
  .subtitle-bold {
    font-size: 24px;
  }
}

.subtitle-large-bold {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 960px) {
  .subtitle-large-bold {
    font-size: 32px;
  }
}

.description-small-bold {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.42;
}
@media (min-width: 960px) {
  .description-small-bold {
    font-size: 16px;
  }
}

.description-normal-bold {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.44;
}
@media (min-width: 960px) {
  .description-normal-bold {
    font-size: 24px;
  }
}

.mb-20 {
  margin-bottom: 20px;
}

@media (min-width: 960px) {
  .company-contact {
    display: flex;
    justify-content: center;
  }
}
.company-contact__description {
  margin-top: 8px;
}
@media (min-width: 960px) {
  .company-contact__description {
    text-align: center;
    margin: 16px auto 0;
    width: 700px;
  }
}

.company-contact-telephone {
  margin-top: 36px;
  background: #FACA0B;
  padding: 24px 16px 36px;
  border-radius: 12px;
}
@media (min-width: 960px) {
  .company-contact-telephone {
    margin: 64px auto 0;
    padding: 24px 16px;
    width: 700px;
  }
}

.company-contact-telephone-number {
  text-decoration-line: underline;
  letter-spacing: 1px;
}

.company-contact-telephone__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.47;
}
@media (min-width: 960px) {
  .company-contact-telephone__heading {
    font-size: 24px;
    line-height: 1.6;
  }
}

.company-contact-form {
  background: #fff;
  box-shadow: 0px 4px 24px 5px rgba(0, 0, 0, 0.09);
  border-radius: 12px;
  padding: 24px 16px;
  margin-top: 36px;
}
@media (min-width: 960px) {
  .company-contact-form {
    width: 700px;
    padding: 45px 30px;
    margin-top: 56px;
  }
}

.contact-form-body {
  margin-top: 36px;
}

.Form2__row p {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 1.44;
  margin-bottom: 14px;
}
.Form2__row p span.required {
  width: 36px;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  padding: 3px 8px;
  border-radius: 4px;
  margin-left: 8px;
  background: #FACA0B;
}
.Form2__row p span.optional {
  width: 36px;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  padding: 3px 8px;
  border-radius: 4px;
  margin-left: 8px;
  background: #EAEAEA;
}
.Form2__group p {
  margin-bottom: 32px;
}
.Form2__wrapper {
  margin-top: 8px;
}
.Form2__wrapper .Form2__input p {
  font-size: 16px;
  margin-bottom: 32px;
}
.Form2__wrapper p {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.44;
  color: #000;
  margin-bottom: 8px;
}
.Form2__address .wpcf7-text {
  width: 50%;
}
.Form2__address p {
  margin-bottom: 12px !important;
}
.Form2__privacy-consent {
  text-align: center;
  margin-top: 36px;
}
.Form2__privacy-consent_txt {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.44;
}
.Form2__submit {
  margin-top: 16px;
  text-align: center;
  background: #FACA0B;
  padding: 20px 0;
  border-radius: 50px;
}
.Form2__submit:hover {
  background: #FBDC60;
  cursor: pointer;
}
.Form2__submit:active {
  background: #D2AB0E;
}
.Form2__submit::selection {
  border: 2px solid #4F4B38;
}
.Form2__submit p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Form2__submit .tip {
  width: 38px;
  padding: 4px 8px;
  background: #FFF4C0;
  border-radius: 8px;
  font-size: 11px;
  line-height: 1;
  text-align: center;
  font-weight: 700;
  color: #262626;
  margin-left: 8px;
}

.wpcf7-radio {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0px;
  gap: 14px;
}
@media (min-width: 960px) {
  .wpcf7-radio {
    flex-direction: row;
  }
}
.wpcf7-radio .wpcf7-list-item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  cursor: pointer;
}
.wpcf7-radio .wpcf7-list-item input[type=radio] {
  appearance: none;
  margin: 2px 0 0;
  width: 20px;
  height: 20px;
  display: inline-block;
  cursor: pointer;
  border: 2px solid rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  /* 内側のマル */
  /* 選択された時の内側のマルの色 */
}
.wpcf7-radio .wpcf7-list-item input[type=radio]:checked {
  border: 2px solid #262626;
}
.wpcf7-radio .wpcf7-list-item input[type=radio]:before {
  content: "";
  display: block;
  width: 60%;
  height: 60%;
  margin: 20% auto;
  border-radius: 50%;
}
.wpcf7-radio .wpcf7-list-item input[type=radio]:checked:before {
  background: #262626;
}
.wpcf7-radio .wpcf7-list-item span {
  font-size: 16px;
  line-height: 1.44;
  font-weight: 400;
  color: #000;
}

.wpcf7-text {
  width: 100%;
  height: 34px;
  border-bottom: 2px solid #000;
  padding: 0 12px;
}

.wpcf7-validates-as-required {
  background: #FFF4C0;
}
.wpcf7-validates-as-required:-internal-autofill-selected {
  background: #FFF4C0;
}

.wpcf7-textarea {
  width: 311px;
  height: 54px;
  border-bottom: 2px solid #000;
  padding: 0 10px;
  font-size: 16px;
  line-height: 1.44;
}
@media (min-width: 960px) {
  .wpcf7-textarea {
    width: 100%;
    height: 43px;
  }
}

.contact-form-note {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.44;
  margin-top: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-form-note__anchor {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.44;
  text-decoration-line: underline;
}
.contact-form-note__anchor:hover {
  cursor: pointer;
}

.focus {
  border-bottom: 4px solid #FACA0B !important;
}

.privacy-policy-modal-wrapper {
  height: 80vh;
  overflow: scroll;
}

.privacy-policy-modal-header {
  text-align: left;
}

.privacy-policy-modal-body {
  margin-top: 24px;
}

.wpcf7-not-valid-tip {
  font-size: 13px;
  line-height: 1.44;
  font-weight: 400;
  color: #CA2224;
  margin-top: 8px;
  display: inline-block;
}

.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.wpcf7-spinner {
  display: none !important;
}

.contact {
  padding: 42px 16px;
  background: #FACA0B;
}
@media (min-width: 960px) {
  .contact {
    padding: 64px 0;
  }
}

.contact-heading__main {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.44;
  text-align: center;
  color: #262626;
}
@media (min-width: 960px) {
  .contact-heading__main {
    font-size: 42px;
  }
}
.contact-heading__main_have-dot {
  padding-top: 0.4em;
  background-position: top left;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  background-image: radial-gradient(0.1em 0.1em at center center, #262626, #262626 100%, rgba(255, 255, 255, 0));
}

.contact-heading__sub {
  margin-top: 12px;
}

.contact-features {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  gap: 18px;
}
@media (min-width: 960px) {
  .contact-features {
    gap: 24px;
  }
}
.contact-features__item {
  width: 136px;
  padding: 12px 0;
  border: 1px solid #000;
  border-radius: 12px;
}
@media (min-width: 960px) {
  .contact-features__item {
    width: 150px;
    padding: 10.5px 0;
  }
}

.contact-list {
  margin-top: 32px;
}
@media (min-width: 960px) {
  .contact-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
  }
}

.contact-list-item {
  padding: 16px 20px 16px 28px;
  background: #FFF4C0;
  border-radius: 43px;
  height: 56px;
  display: flex;
  align-items: center;
  position: relative;
}
.contact-list-item:hover {
  background: #FAEEBD;
}
.contact-list-item:active {
  background: #D9C060;
}
.contact-list-item::selection {
  border: 2px solid #4F4B38;
}
@media (min-width: 960px) {
  .contact-list-item {
    width: 342px;
  }
}
.contact-list-item:not(:first-child) {
  margin-top: 16px;
}
@media (min-width: 960px) {
  .contact-list-item:not(:first-child) {
    margin-top: 0;
  }
}
.contact-list-item__heading {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin-left: 8px;
}
.contact-list-item__arrow {
  margin-left: auto;
}
.contact-list-item__anchor {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.contact-list-item__icon {
  width: 24px;
  height: auto;
}

.contact-number {
  margin-top: 32px;
  text-align: center;
  position: relative;
}
.contact-number::after {
  content: "";
  width: 39px;
  height: 42.69px;
  background-image: url("../img/contact__tap.svg");
  position: absolute;
  right: 15px;
  top: -14px;
}
@media (min-width: 960px) {
  .contact-number::after {
    display: none;
  }
}

.contact-link__header {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  position: relative;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 960px) {
  .contact-link__header {
    font-size: 20px;
    line-height: 1;
  }
}
.contact-link__header::before {
  content: "";
  position: absolute;
  top: 40%;
  left: -13%;
  width: 13.6px;
  height: 0;
  background: #262626;
  border: 1px solid #262626;
  transform: rotate(53.97deg);
}
.contact-link__header::after {
  content: "";
  position: absolute;
  top: 40%;
  right: -13%;
  width: 13.6px;
  height: 0;
  background: #262626;
  border: 1px solid #262626;
  transform: rotate(-53.97deg);
}
.contact-link__body {
  font-size: 33px;
  font-weight: 700;
  line-height: 1.44;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
@media (min-width: 960px) {
  .contact-link__body {
    font-size: 50px;
  }
}
.contact-link__body img {
  width: 36px;
  height: 36px;
}
@media (min-width: 960px) {
  .contact-link__body img {
    width: 50px;
    height: 50px;
  }
}
.contact-link__anchor {
  border-bottom: 2px solid #262626;
}
.contact-link__footer {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 4px;
}
@media (min-width: 960px) {
  .contact-link__footer {
    font-size: 18px;
  }
}

.news-list-wrapper {
  margin-top: 36px;
  background: #FFF4C0;
  padding: 24px 16px 16px 16px;
  border-radius: 12px;
}
@media (min-width: 960px) {
  .news-list-wrapper {
    margin-top: 64px;
    width: 700px;
    padding: 32px;
  }
}

.news-list-item {
  display: flex;
  gap: 8px;
}
.news-list-item:hover {
  opacity: 0.8;
 }
@media (min-width: 960px) {
  .news-list-item {
    gap: 16px;
  }
}
.news-list li:not(:first-child) {
  margin-top: 16px;
}
.news-list-item__heading {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}
@media (min-width: 960px) {
  .news-list-item__heading {
    font-size: 16px;
  }
}

.news-more {
  margin-top: 26.5px;
  display: flex;
  justify-content: center;
}
@media (min-width: 960px) {
  .news-more {
    margin-top: 25px;
  }
}
.news-more__link {
  padding: 16px 20px;
  font-weight: 500;
  background: #FACA0B;
  border-radius: 43px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.news-more__link:hover {
  background: #FBDC60;
}
.news-more__link:active {
  background: #D2AB0E;
}
@media (min-width: 960px) {
  .news-more__link {
    font-size: 14px;
    width: 330px;
  }
}
.news-more__img {
  width: 24px;
  margin-left: 4px;
}
.news-archive-wrapper {
  margin-top: 36px;
  background: #fff;
  padding: 24px 16px 16px 16px;
  border-radius: 12px;
}
@media (min-width: 960px) {
  .news-archive-wrapper {
    margin-top: 64px;
    width: 1000px;
    padding: 32px;
  }
}
.news-archive-wrapper li{
  padding-bottom: 20px;
  border-bottom: 1px solid #636363;
}
@media (min-width: 960px){
.news-archive-wrapper .news-list-item{
  gap: 50px;
}
}

.question__inner {
  width: 343px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 960px) {
  .question__inner {
    width: 700px;
  }
}
.question__description {
  margin-top: 8px;
  padding-top: 0;
}
@media (min-width: 960px) {
  .question__description {
    margin-top: 28px;
  }
}

.question-list {
  margin-top: 36px;
}
@media (min-width: 960px) {
  .question-list {
    width: 100%;
    margin-top: 64px;
  }
}

.question-list-item {
  background: #FFF4C0;
  padding: 24px 20px;
  border-radius: 12px;
}
@media (min-width: 960px) {
  .question-list-item {
    padding: 24px;
  }
}
.question-list-item:not(:first-child) {
  margin-top: 20px;
}
@media (min-width: 960px) {
  .question-list-item:not(:first-child) {
    margin-top: 50px;
  }
}

.question-heading {
  display: flex;
  align-items: flex-start;
}
.question-heading__heading {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 960px) {
  .question-heading__heading {
    font-size: 24px;
  }
}
.question-heading:not(:first-child) {
  margin-top: 20px;
}
.question-heading__body {
  margin-left: 12px;
}
.question-heading__icon img {
  width: 28px;
  height: auto;
}
@media (min-width: 960px) {
  .question-heading__icon img {
    width: 36px;
  }
}

.question-heading__description {
  margin-top: 12px;
}

.review {
  display: flex;
  justify-content: center;
}
.review__inner {
  width: 100%;
}
@media (min-width: 960px) {
  .review__inner {
    width: 1200px;
  }
}

.review-list {
  margin-top: 36px;
}
@media (min-width: 960px) {
  .review-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 64px;
  }
}

.review-list-item {
  padding: 16px;
  background: #fff;
  border-radius: 12px;
}
@media (min-width: 960px) {
  .review-list-item {
    width: 376px;
    padding: 24px;
    display: flex;
    flex-direction: column;
  }
}
.review-list-item:not(:first-child) {
  margin-top: 36px;
}
@media (min-width: 960px) {
  .review-list-item:not(:first-child) {
    margin-top: 0;
  }
}
.review-list-item__image img {
  width: 100%;
  height: auto;
}

.review-list-item-tag-list {
  margin-top: 12px;
  display: flex;
  align-items: center;
}
.review-list-item-tag-list__item {
  background: #FACA0B;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  color: #262626;
  padding: 5px 12px;
  border-radius: 25px;
}
.review-list-item-tag-list__item:not(:first-child) {
  margin-left: 8px;
}

.review-list-item__heading {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 960px) {
  .review-list-item__heading {
    flex-grow: 1;
  }
}

.review-list-item-goods {
  margin-top: 16px;
  flex-grow: 1;
}
.review-list-item-goods__heading {
  font-size: 13px;
  line-height: 1.6;
  font-weight: 700;
  color: #262626;
}
.review-list-item-goods__description {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

.review-list-item-detail-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
  gap: 16px 25px;
}

.review-list-item-detail {
  width: 135px;
}
.review-list-item-detail__heading {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
  color: #262626;
}
.review-list-item-detail__description {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

.review-total-price {
  margin-top: 16px;
  padding: 15px 20.5px;
  background: #FFF4C0;
  border-radius: 12px;
}
@media (min-width: 960px) {
  .review-total-price {
    padding: 15px 29px;
  }
}
.review-total-price__heading {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
  color: #262626;
}

.review-nazo {
  margin-top: 24px;
  background: #FACA0B;
  border-radius: 44px;
}
.review-nazo:hover {
  background: #FBDC60;
}
.review-nazo:active {
  background: #D2AB0E;
}
.review-nazo::selection {
  border: 2px solid #4F4B38;
}
.review-nazo__anchor {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 75px;
  width: 100%;
}
.review-nazo__heading {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #262626;
  margin-left: 8px;
}

.review-total-price__detail {
  margin-top: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.review-total-price__before {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}
.review-total-price__before::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -6px;
  width: 115%;
  height: 1px;
  background-color: #262626;
}

.review-total-price__after {
  margin-left: 9px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: flex-end;
  height: 26px;
}
.review-total-price__after_text-large {
  font-size: 26px;
  line-height: 1;
}
.review-total-price__after_text-highlighted {
  background: radial-gradient(circle at calc(100% - 3px) calc(100% - 3px), #FACA0B 3px, transparent 3px), radial-gradient(circle at 3px calc(100% - 3px), #FACA0B 3px, transparent 3px), linear-gradient(to bottom, #FFF4C0 calc(100% - 6px), transparent calc(100% - 6px)), linear-gradient(to right, transparent 3px, #FACA0B 3px, #FACA0B calc(100% - 3px), transparent calc(100% - 3px));
}

.review-total-price__discount {
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  background: #FACA0B;
  padding: 6px 15px;
  border-radius: 20px;
  margin-top: 13px;
  width: 180px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.review-total-price__discount_text-large {
  font-size: 15px;
  line-height: 1;
}
.review-total-price__discount::before {
  content: "";
  border-width: 12px;
  border-style: solid;
  border-color: transparent #FACA0B transparent transparent;
  position: absolute;
  top: -20px;
  right: 40px;
  transform: rotate(90deg);
}

.flow__description {
  margin-top: 8px;
}
@media (min-width: 960px) {
  .flow__description {
    margin-top: 16px;
  }
}

.flow-list {
  margin-top: 36px;
}
@media (min-width: 960px) {
  .flow-list {
    width: 700px;
    margin-top: 64px;
  }
}
.flow-list__divider {
  text-align: center;
  margin: 38px auto 0;
  width: 48px;
}
@media (min-width: 960px) {
  .flow-list__divider {
    margin: 48px auto 0;
    width: 64px;
  }
}
.flow-list__divider img {
  width: 100%;
}

.flow-list-item {
  padding: 16px 24px 32px;
  background: #fff;
  border-radius: 12px;
}
@media (min-width: 960px) {
  .flow-list-item {
    display: flex;
    align-items: center;
    gap: 35px;
    padding: 40px 32px;
  }
}
.flow-list-item:not(:first-child) {
  margin-top: 28px;
}
@media (min-width: 960px) {
  .flow-list-item:not(:first-child) {
    margin-top: 48px;
  }
}
.flow-list-item__heading {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 960px) {
  .flow-list-item__heading {
    font-size: 24px;
  }
}
.flow-list-item__description {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
@media (min-width: 960px) {
  .flow-list-item__description {
    font-size: 18px;
  }
}
.flow-list-item__description_bold {
  font-weight: 700;
  background: radial-gradient(circle at calc(100% - 3px) calc(100% - 3px), #FACA0B 3px, transparent 3px), radial-gradient(circle at 3px calc(100% - 3px), #FACA0B 3px, transparent 3px), linear-gradient(to bottom, #FFF calc(100% - 6px), transparent calc(100% - 6px)), linear-gradient(to right, transparent 3px, #FACA0B 3px, #FACA0B calc(100% - 3px), transparent calc(100% - 3px));
}
.flow-list-item__body {
  margin-top: 16px;
}
@media (min-width: 960px) {
  .flow-list-item__body {
    width: 309px;
    margin: 0;
  }
}
.flow-list-item__image {
  width: 295px;
}
.flow-list-item__image img {
  width: 100%;
  height: auto;
}

.price-plan-collection__description {
  margin-top: 8px;
}
@media (min-width: 960px) {
  .price-plan-collection__description {
    margin-top: 16px;
  }
}

.price-plan-collection-list {
  margin-top: 36px;
  display: flex;
  justify-content: center;
  gap: 16px 14px;
  flex-wrap: wrap;
}
@media (min-width: 960px) {
  .price-plan-collection-list {
    gap: 35px;
    margin: 56px auto 0;
    align-items: normal;
    width: 700px;
  }
}

.price-plan-collection-item {
  width: 164px;
  background: #FACA0B;
  padding: 12px 10px 16px;
  border: 2px solid #000000;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 960px) {
  .price-plan-collection-item {
    width: 315px;
    padding: 24px;
  }
}
.price-plan-collection-item__summary {
  font-size: 10px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-top: 4px;
}
@media (min-width: 960px) {
  .price-plan-collection-item__summary {
    font-size: 14px;
    margin-top: 8px;
  }
}
.price-plan-collection-item__image {
  margin-top: 8px;
  display: flex;
  justify-content: center;
}
@media (min-width: 960px) {
  .price-plan-collection-item__image {
    margin-top: 12px;
  }
}
.price-plan-collection-item__image img {
  width: 100px;
}
.price-plan-collection-item__car {
  margin-top: 8px;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 960px) {
  .price-plan-collection-item__car {
    margin-top: 12px;
    font-size: 14px;
  }
}
.price-plan-collection-item__content {
  font-size: 10px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin-top: 8px;
  flex-grow: 1;
  height: 31px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 960px) {
  .price-plan-collection-item__content {
    margin-top: 12px;
    font-size: 14px;
  }
}
.price-plan-collection-item__price {
  margin-top: 16px;
  font-size: 21px;
  line-height: 1.5;
  font-weight: 700;
}
@media (min-width: 960px) {
  .price-plan-collection-item__price {
    margin-top: 24px;
    font-size: 28px;
  }
}
.price-plan-collection-item__price_small {
  font-size: 12px;
}
@media (min-width: 960px) {
  .price-plan-collection-item__price_small {
    font-size: 16px;
  }
}

.achievement {
  display: flex;
  justify-content: center;
}
.achievement__inner {
  width: 100%;
}
@media (min-width: 960px) {
  .achievement__inner {
    width: 700px;
  }
}
.achievement__description {
  margin-top: 8px;
}
@media (min-width: 960px) {
  .achievement__description {
    margin-top: 28px;
  }
}

.achievement-annotation {
  margin-top: 32px;
}
@media (min-width: 960px) {
  .achievement-annotation {
    margin-top: 40px;
  }
}

.achievement-annotation-list__item {
  text-align: center;
  font-size: 10px;
  line-height: 1.6;
}
@media (min-width: 960px) {
  .achievement-annotation-list__item {
    font-size: 14px;
  }
}
.achievement-annotation-list__item:first-child {
  margin-bottom: 8px;
}

.achievement-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  margin-top: 36px;
}
@media (min-width: 960px) {
  .achievement-details {
    margin-top: 56px;
    gap: 40px;
  }
}

.achievement-second {
  display: flex;
  gap: 24px;
}
@media (min-width: 960px) {
  .achievement-second {
    gap: 40px;
  }
}

.achievement-detail-item {
  width: 219.22px;
  position: relative;
}
@media (min-width: 960px) {
  .achievement-detail-item {
    width: 254.22px;
  }
}
.achievement-detail-item_small {
  width: 163.44px;
  position: relative;
}
@media (min-width: 960px) {
  .achievement-detail-item_small {
    width: 194.44px;
  }
}
.achievement-detail-item:before {
  content: "";
  width: 48.61px;
  height: 103.01px;
  background-image: url("../img/shared/achievement-star_big_left.svg");
  background-size: cover;
  position: absolute;
  left: 0;
  top: -10px;
}
.achievement-detail-item:after {
  content: "";
  width: 48.61px;
  height: 103.01px;
  background-image: url("../img/shared/achievement-star_big_right.svg");
  background-size: cover;
  position: absolute;
  right: 0;
  top: -10px;
}
.achievement-detail-item__heading {
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 960px) {
  .achievement-detail-item__heading {
    font-size: 16px;
  }
}
.achievement-detail-item__heading sup {
  font-family: "Zen Maru Gothic";
  font-size: 8px;
  font-weight: 700;
  line-height: 1.5;
  margin-left: 2px;
  top: -1em;
}
@media (min-width: 960px) {
  .achievement-detail-item__heading sup {
    font-size: 10px;
  }
}
.achievement-detail-item__value_text-large {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.44;
}
@media (min-width: 960px) {
  .achievement-detail-item__value_text-large {
    font-size: 50px;
  }
}

.achievement-detail-item_small:before {
  content: "";
  width: 33.99px;
  height: 72.03px;
  background-image: url("../img/shared/achievement-star_big_left.svg");
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0px;
}
@media (min-width: 960px) {
  .achievement-detail-item_small:before {
    width: 40.99px;
    height: 84.03px;
  }
}
.achievement-detail-item_small:after {
  content: "";
  width: 33.99px;
  height: 72.03px;
  background-image: url("../img/shared/achievement-star_big_right.svg");
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0px;
}
@media (min-width: 960px) {
  .achievement-detail-item_small:after {
    width: 40.99px;
    height: 84.03px;
  }
}

.swiper-container {
  position: relative;
}

.slide {
  width: 248px !important;
  height: auto;
}
.slide img {
  width: 100%;
  height: auto;
}

.swiper-container .swiper-pagination {
  bottom: -36px !important;
}

/* ページネーションのサイズと色 */
.swiper-pagination-bullet {
  background-color: #FADD6B;
  height: 12px;
  width: 12px;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}

.breadcrumbs {
  display: flex;
  justify-content: center;
  padding: 8px 16px;
}
@media (min-width: 960px) {
  .breadcrumbs {
    background-color: #FFF4C0;
    padding: 19px 0;
  }
}
.breadcrumbs__inner {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 6px;
}
@media (min-width: 960px) {
  .breadcrumbs__inner {
    width: 1200px;
  }
}
.breadcrumbs__page {
  font-size: 12px;
  line-height: 1.6;
  font-weight: 400;
  color: #000;
}
@media (min-width: 960px) {
  .breadcrumbs__page {
    font-size: 16px;
  }
}
.breadcrumbs__arrow {
  width: 18px;
  height: 18px;
}

.banner {
  padding: 32px 0 68px;
}
@media (min-width: 960px) {
  .banner {
    padding: 77px 0;
  }
}
.banner__inner {
  width: 100%;
}
.banner__img {
  display: flex;
  justify-content: center;
  gap: 50px;
}
.banner__img img {
  width: 383.07px;
}

@media (min-width: 960px) {
  .abstract-flow__title {
    width: 700px;
    margin: 0 auto;
  }
}
.abstract-flow__title-detail{
  font-size: 16px;
  text-align: center;
  line-height: 1.7;
  margin-top: 8px;
}
@media (min-width: 960px) {
  .abstract-flow__title-detail{
    font-size: 24px;
    margin-top: 20px;
  }
}
.abstract-flow-list {
  margin-top: 36px;
}
@media (min-width: 960px) {
  .abstract-flow-list {
    margin-top: 64px;
  }
}
.abstract-flow-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px 24px;
  border-radius: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 960px) {
  .abstract-flow-item {
    font-size: 24px;
    width: 329px;
    margin: 0 auto;
  }
}
.abstract-flow-item:not(:first-child) {
  margin-top: 12px;
}
@media (min-width: 960px) {
  .abstract-flow-item:not(:first-child) {
    margin-top: 32px;
  }
}
.abstract-flow-divider {
  width: 48px;
  margin: 12px auto 0;
}
@media (min-width: 960px) {
  .abstract-flow-divider {
    width: 64px;
    margin: 32px auto 0;
  }
}

.abstract-item-header {
  display: flex;
  align-items: center;
  justify-content: center;
}
.abstract-item-header img {
  width: 32px;
}
@media (min-width: 960px) {
  .abstract-item-header img {
    width: 40px;
  }
}
.abstract-item-header-header-text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 960px) {
  .abstract-item-header-header-text {
    font-size: 24px;
    margin-left: 4px;
  }
}

.abstract-flow-item-body {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 960px) {
  .abstract-flow-item-body {
    font-size: 18px;
  }
}
.abstract-flow-item-body_text-large {
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 960px) {
  .abstract-flow-item-body_text-large {
    font-size: 28px;
  }
}
.abstract-flow-item-body_text-highlighted {
  background: radial-gradient(circle at calc(100% - 3px) calc(100% - 3px), #FFF4C0 3px, transparent 3px), radial-gradient(circle at 3px calc(100% - 3px), #FFF4C0 3px, transparent 3px), linear-gradient(to bottom, #FACA0B calc(100% - 6px), transparent calc(100% - 6px)), linear-gradient(to right, transparent 3px, #FFF4C0 3px, #FFF4C0 calc(100% - 3px), transparent calc(100% - 3px));
}

.mv-button {
  background-color: #FFF4C0;
  padding: 0 0 36px;
  display: flex;
  justify-content: center;
}
@media (min-width: 960px) {
  .mv-button {
    padding: 42px 0 52px;
  }
}
.mv-button__inner {
  width: 100%;
}
@media (min-width: 960px) {
  .mv-button__inner {
    width: 1194px;
  }
}
.mv-button__text {
  width: 224px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 960px) {
  .mv-button__text {
    width: 332px;
  }
}
.mv-button__text::before {
  position: absolute;
  content: "";
  width: 13.6px;
  height: 2px;
  top: 50%;
  left: -8px;
  background-color: #262626;
  transform: rotate(53.97deg);
}
@media (min-width: 960px) {
  .mv-button__text::before {
    width: 24.11px;
  }
}
.mv-button__text::after {
  position: absolute;
  content: "";
  width: 13.6px;
  height: 2px;
  top: 50%;
  right: -8px;
  background-color: #262626;
  transform: rotate(-53.97deg);
}
@media (min-width: 960px) {
  .mv-button__text::after {
    width: 24.11px;
  }
}
.mv-button__text-huyohin {
  width: 183px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 960px) {
  .mv-button__text-huyohin {
    width: 291px;
  }
}
.mv-button__text-huyohin::before {
  position: absolute;
  content: "";
  width: 13.6px;
  height: 2px;
  top: 50%;
  left: -8px;
  background-color: #262626;
  transform: rotate(53.97deg);
}
@media (min-width: 960px) {
  .mv-button__text-huyohin::before {
    width: 24.11px;
  }
}
.mv-button__text-huyohin::after {
  position: absolute;
  content: "";
  width: 13.6px;
  height: 2px;
  top: 50%;
  right: -8px;
  background-color: #262626;
  transform: rotate(-53.97deg);
}
@media (min-width: 960px) {
  .mv-button__text-huyohin::after {
    width: 24.11px;
  }
}
.mv-button__button {
  width: 342px;
  padding: 20px;
  background: #FACA0B;
  border-radius: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 12px auto;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.07);
}
.mv-button__button:hover {
  background: #FBDC60;
  cursor: pointer;
}
.mv-button__button:active {
  background: #D2AB0E;
}
.mv-button__button::selection {
  border: 2px solid #4F4B38;
}
.mv-button-text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
.mv-button-option {
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  background: #FFF4C0;
  padding: 4px 8px;
  border-radius: 8px;
  margin-left: 8px;
}

#body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

.mobile-header {
  padding-top: 4px;
  padding-bottom: 12px;
  padding-right: 20.5px;
  padding-left: 16px;
  border-bottom: 1px solid #F1F1F1;
}

.mobile-header__description {
  width: 250px;
  font-size: 10px;
}

.mobile-header-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4px;
}

.mobile-header__img {
  width: 122px;
  height: auto;
}

.mobile-header__contact {
  background: #FACA0B;
  border-radius: 10px;
  width: 160px;
  height: 46px;
  padding: 6px 8px;
}

.mobile-header-contact__number {
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  letter-spacing: 0.05em;
}

.mobile-header-contact__icon {
  margin-right: 6.7px;
}

.mobile-header-contact__service-time {
  font-size: 10px;
  font-weight: 500;
  line-height: 1.5;
}

.mobile-header__nav-bar {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: relative;
  width: 28px;
  height: 18px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
}
.mobile-header__nav-bar.active span:nth-of-type(1) {
  transform: translateY(7.5px) rotate(-45deg);
}
.mobile-header__nav-bar.active span:nth-of-type(2) {
  opacity: 0;
}
.mobile-header__nav-bar.active span:nth-of-type(3) {
  transform: translateY(-7.5px) rotate(45deg);
}
.mobile-header__nav-bar span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #262626;
  background: #262626;
  border-radius: 4px;
}
.mobile-header__nav-bar span:nth-of-type(1) {
  top: 0;
}
.mobile-header__nav-bar span:nth-of-type(2) {
  top: 8px;
}
.mobile-header__nav-bar span:nth-of-type(3) {
  bottom: 0;
}

.mv {
  background-color: #FFF4C0;
  display: flex;
  justify-content: center;
  padding: 32px 24px 24px;
}
@media (min-width: 960px) {
  .mv {
    padding: 68px 0;
  }
}
.mv__inner {
  width: 100%;
}
@media (min-width: 960px) {
  .mv__inner {
    width: 1194px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 96px;
  }
}
.mv__heading {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 960px) {
  .mv__heading {
    font-size: 56px;
    margin-top: 8px;
    text-align: left;
  }
}
.mv__heading-sm{
  background: #FACA0B;
  padding: 6px 12px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  width: 217px;
    margin: 0 auto 10px;
}
.mv__heading-sm-txt{
  font-size: 16px;
  font-weight: 700;
}
.mv__subtitle {
  margin-top: 24px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.44;
  letter-spacing: 3px;
  font-family: "Zen Maru Gothic";
  text-align: center;
}
@media (min-width: 960px) {
  .mv__subtitle {
    margin-top: 0;
    margin-left: 6px;
    text-align: left;
    letter-spacing: 1.98px;
  }
}
.mv__logo {
  text-align: center;
}
@media (min-width: 960px) {
  .mv__logo {
    text-align: left;
  }
}
.mv__logo img {
  width: 210px;
}
@media (min-width: 960px) {
  .mv__logo img {
    width: 232px;
  }
}
.mv__featured_image {
  width: 328px;
  margin: 4px auto 16px;
  position: relative;
  max-width: 100%;
  height: 206px;
}
@media (min-width: 960px) {
  .mv__featured_image {
    width: 594px;
    margin: 0;
    height: 374px;
  }
}
.mv__featured_image img {
  width: 100%;
  height: auto;
  position: absolute;
  opacity: 0;
  animation: change-img-anim 13.5s linear infinite;
}
.mv__featured_image picture:nth-of-type(1) img {
  animation-delay: -2s;
}
.mv__featured_image picture:nth-of-type(2) img {
  animation-delay: 2.5s;
}
.mv__featured_image picture:nth-of-type(3) img {
  animation-delay: 7s;
}
.mv__main_image {
  width: 328px;
  margin: 4px auto 16px;
  max-width: 100%;
  height: 206px;
}
@media (min-width: 960px) {
  .mv__main_image {
    width: 594px;
    margin: 0;
    height: 374px;
  }
}
.mv__main_image img {
  width: 100%;
}
.mv__description {
  text-align: center;
  line-height: 2;
  width: 311px;
  margin: 16px auto 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 960px) {
  .mv__description {
    width: 100%;
    margin: 24px 0 0;
    text-align: left;
    font-size: 20px;
    line-height: 2;
  }
}
.mv__description_txt-l {
  font-size: 19px;
}
@media (min-width: 960px) {
  .mv__description_txt-l {
    font-size: 30px;
  }
}
.mv__description_have_dot {
  font-size: 20px;
  padding-top: 0.4em;
  background-position: top left;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  background-image: radial-gradient(0.1em 0.1em at center center, black, black 100%, rgba(255, 255, 255, 0));
}
@media (min-width: 960px) {
  .mv__description_have_dot {
    font-size: 30px;
  }
}

@keyframes change-img-anim {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.service {
  background: #FFF4C0;
  padding: 0 16px 48px;
  display: flex;
  justify-content: center;
}
@media (min-width: 960px) {
  .service {
    padding: 0 0 64px;
  }
}
.service__inner {
  width: 100%;
}
@media (min-width: 960px) {
  .service__inner {
    width: 1200px;
  }
}
.service__arrow {
  text-align: center;
}
@media (min-width: 960px) {
  .service__arrow img {
    width: 56px;
  }
}
.service__title {
  margin-top: 26px;
}
@media (min-width: 960px) {
  .service__title {
    margin-top: 32px;
  }
}

.service-list {
  margin-top: 36px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 22px;
}
@media (min-width: 960px) {
  .service-list {
    margin-top: 64px;
  }
}
.service-list__item {
  background: #fff;
  width: 160px;
  height: 91px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.44;
  border-radius: 12px;
  padding: 23.5px 16.42px 23.5px 24px;
}
@media (min-width: 960px) {
  .service-list__item {
    width: 30%;
    font-size: 18px;
  }
}
.service-list__item:active {
  background: #FACA0B;
}
.service-list__item::selection {
  background: #fff;
  border: 2px solid #4F4B38;
}

.features {
  display: flex;
  justify-content: center;
}
.features__inner {
  width: 100%;
}
@media (min-width: 960px) {
  .features__inner {
    width: 700px;
  }
}
.features__description {
  margin-top: 8px;
  padding-top: 0;
}
@media (min-width: 960px) {
  .features__description {
    margin-top: 16px;
  }
}

.features-list {
  margin-top: 36px;
}
@media (min-width: 960px) {
  .features-list {
    margin-top: 64px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
}

.features-list-item {
  background: #fff;
  padding: 24px;
  border-radius: 12px;
}
@media (min-width: 960px) {
  .features-list-item {
    width: calc(50% - 10px);
    padding: 36px;
  }
}
.features-list-item:not(:first-child) {
  margin-top: 20px;
}
@media (min-width: 960px) {
  .features-list-item:not(:first-child) {
    margin-top: 0;
  }
}
@media (min-width: 960px) {
  .features-list-item:last-child {
    width: 100%;
  }
}
.features-list-item__heading {
  margin-top: 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
.features-list-item__description {
  margin-top: 12px;
}
.features-list-item__image img {
  width: 72px;
  height: auto;
}

.features-list-item__description_text-small {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}
@media (min-width: 960px) {
  .features-list-item__description_text-small {
    font-size: 18px;
  }
}
.features-list-item__description_text-highlighted {
  background: radial-gradient(circle at calc(100% - 3px) calc(100% - 3px), #FACA0B 3px, transparent 3px), radial-gradient(circle at 3px calc(100% - 3px), #FACA0B 3px, transparent 3px), linear-gradient(to bottom, #fff calc(100% - 6px), transparent calc(100% - 6px)), linear-gradient(to right, transparent 3px, #FACA0B 3px, #FACA0B calc(100% - 3px), transparent calc(100% - 3px));
  font-weight: 700;
}

.features-list-item__heading_text-large {
  font-size: 32px;
  line-height: 1.5;
}
@media (min-width: 960px) {
  .features-list-item__heading_text-large {
    font-size: 40px;
  }
}

.plan__description {
  margin-top: 8px;
}
@media (min-width: 960px) {
  .plan__description {
    margin-top: 28px;
  }
}
.plan__detail {
  margin-top: 36px;
  text-align: center;
}
@media (min-width: 960px) {
  .plan__detail {
    margin-top: 64px;
  }
}
.plan__divider {
  margin-top: 32px;
  text-align: center;
}
@media (min-width: 960px) {
  .plan__divider {
    display: flex;
    justify-content: center;
    height: 56px;
  }
}
.plan__divider img {
  width: 38px;
}
@media (min-width: 960px) {
  .plan__divider img {
    width: 56px;
  }
}
.plan__more {
  margin-top: 36px;
}
@media (min-width: 960px) {
  .plan__more {
    margin-top: 56px;
  }
}
.plan__annotation {
  margin: 36px auto 0;
  padding: 24px 16px 36px;
  background: #FFF4C0;
  border-radius: 12px;
}
@media (min-width: 960px) {
  .plan__annotation {
    width: 700px;
    margin: 54px auto 0;
    padding: 24px 24px 36px;
  }
}

.plan-more__anchor {
  display: flex;
  align-items: center;
  justify-content: center;
}
.plan-more__anchor_underline {
  border-bottom: 1px solid #262626;
}
.plan-more__arrow {
  margin-left: 4px;
}
@media (min-width: 960px) {
  .plan-more__arrow {
    width: 32px;
    height: 32px;
  }
}

.plan-annotation__heading {
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  line-height: 1.47;
  color: #262626;
}
@media (min-width: 960px) {
  .plan-annotation__heading {
    font-size: 24px;
    line-height: 1.6;
  }
}

.plan-annotation-list {
  margin-top: 16px;
  list-style-type: disc;
  padding-left: 16px;
}
@media (min-width: 960px) {
  .plan-annotation-list {
    margin-top: 24px;
    padding-left: 24px;
  }
}
.plan-annotation-list__item {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
}
@media (min-width: 960px) {
  .plan-annotation-list__item {
    font-size: 18px;
  }
}
.plan-annotation-list__item_bold {
  font-weight: 700;
}

.plan__appeal {
  margin-top: 32px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.44;
  background: #FACA0B;
  padding: 24px 0;
  border: 2px solid #4F4B38;
  border-radius: 12px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 960px) {
  .plan__appeal {
    font-size: 24px;
    width: 588px;
  }
}
.plan__appeal_text-large {
  font-size: 32px;
  line-height: 1.44;
}
@media (min-width: 960px) {
  .plan__appeal_text-large {
    font-size: 36px;
  }
}
.plan__appeal_text-highlighted {
  background: radial-gradient(circle at calc(100% - 5px) calc(100% - 5px), #FFF4C0 5px, transparent 5px), radial-gradient(circle at 5px calc(100% - 5px), #FFF4C0 5px, transparent 5px), linear-gradient(to bottom, #FACA0B calc(100% - 10px), transparent calc(100% - 10px)), linear-gradient(to right, transparent 5px, #FFF4C0 5px, #FFF4C0 calc(100% - 5px), transparent calc(100% - 5px));
}

.plan__table {
  display: flex;
  padding: 24px 24px 10px;
  justify-content: center;
  background: #FFF4C0;
  border-radius: 12px;
}
@media (min-width: 960px) {
  .plan__table {
    width: 700px;
    padding: 32px 121px 15px;
    margin: 0 auto;
  }
}

.plan__table-column {
  display: flex;
  flex-direction: column;
  width: 93px;
}
.plan__table .plan__table-column:nth-of-type(1) {
  align-items: flex-start;
}
.plan__table .plan__table-column:nth-of-type(2) {
  width: 109px;
}
.plan__table .plan__table-column:nth-of-type(3) {
  align-items: flex-end;
}
@media (min-width: 960px) {
  .plan__table-column {
    width: 152px;
  }
  .plan__table .plan__table-column:nth-of-type(2) {
    width: 153px;
  }
}

.plan__table-header {
  height: 32px;
  font-size: 14px;
  line-height: 1.44;
  text-align: center;
}
@media (min-width: 960px) {
  .plan__table-header {
    font-size: 16px;
    height: 35px;
  }
}
.plan__table-header_small_padding img {
  margin-top: -2.5px;
}
@media (min-width: 960px) {
  .plan__table-header_small_padding img {
    width: 80px;
    height: auto;
    margin-top: -7.5px;
  }
}

.plan__table-body {
  font-size: 14px;
  line-height: 1.44;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}
.plan__table-column .plan__table-body:not(:last-of-type) {
  border-bottom: 0.4px solid #636363;
}
.plan__table .plan__table-column:nth-of-type(1) .plan__table-body {
  width: 100%;
  justify-content: left;
  font-weight: 400;
}
@media (min-width: 960px) {
  .plan__table-body {
    font-size: 18px;
    height: 75px;
  }
}
.plan__table-body_text-medium {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
  justify-content: flex-end;
  width: 100%;
}
@media (min-width: 960px) {
  .plan__table-body_text-medium {
    font-size: 19px;
  }
}
.plan__table-body_text-large {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.44;
  background-color: #FACA0B;
}
.plan__table-column .plan__table-body_text-large:nth-of-type(2) {
  border-radius: 6px 6px 0 0;
}
.plan__table-column .plan__table-body_text-large:last-of-type {
  border-radius: 0 0 6px 6px;
}
.plan__table-body_text-yen {
  font-size: 10px;
  margin-top: 6px;
}

@media (min-width: 960px) {
  .plan__table-body_text-large {
    font-size: 22px;
  }
  .plan__table-body_text-yen {
    font-size: 14px;
    margin-top: 6px;
  }
}

.mobile-footer {
  padding: 36px 24px 96px;
  background: #FFF4C0;
}
.mobile-footer__inner {
  width: 100%;
}
.mobile-footer__logo {
  width: 145px;
}
.mobile-footer__logo img {
  width: 100%;
}

.mobile-footer-link-list {
  margin-top: 24px;
}

.mobile-footer-link-item {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.44;
}
.mobile-footer-link-item:not(:first-child) {
  margin-top: 24.5px;
}
.mobile-footer-link-item__anchor {
  display: flex;
  align-items: center;
}
.mobile-footer-link-item__body {
  padding-top: 12.5px;
  padding-left: 16px;
}
.mobile-footer-link-item__arrow {
  margin-left: auto;
}
.mobile-footer-link-item_up {
  transform: rotate(180deg);
}

.mobile-footer-link-sub-item {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.44;
}
.mobile-footer-link-sub-item:not(:first-child) {
  margin-top: 16px;
}

.mobile-footer-info {
  margin-top: 34px;
  border-top: 0.5px solid #000;
}
.mobile-footer-info-item {
  display: block;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.44;
  margin-top: 22px;
}
.mobile-footer-info-item:first-child {
  margin-top: 24px;
}

.mobile-footer-company {
  margin-top: 70px;
}
.mobile-footer-company-name {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.44;
}
.mobile-footer-company-address {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.44;
  margin-top: 8px;
}

.mobile-floatbtn {
  width: 100%;
  height: 64px;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99;
  background: #FACA0B;
  display: flex;
  align-items: center;
  filter: drop-shadow(0px -3px 10px rgba(0, 0, 0, 0.15));
  opacity: 0;
  transition: opacity 350ms ease;
}
.mobile-floatbtn__tel {
  padding: 8px 12.5px;
  width: 166px;
}
.mobile-floatbtn__tel:active {
  background: #000;
  opacity: 0.2;
}
.mobile-floatbtn__teltext {
  font-size: 8px;
  line-height: 1.5;
  font-weight: 700;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.mobile-floatbtn__teltext::before {
  content: "";
  position: absolute;
  top: 7px;
  left: -15px;
  width: 11px;
  height: 0;
  background: #262626;
  border: 1.3px solid #262626;
  transform: rotate(53.97deg);
}
.mobile-floatbtn__teltext::after {
  content: "";
  position: absolute;
  top: 7px;
  right: -15px;
  width: 11px;
  height: 0;
  background: #262626;
  border: 1.3px solid #262626;
  transform: rotate(-53.97deg);
}
.mobile-floatbtn__telbody {
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.mobile-floatbtn__telbody img {
  width: 18px;
  height: 18px;
}
.mobile-floatbtn__telfooter {
  font-size: 10px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 2px;
}
.mobile-floatbtn__line {
  padding: 6px 12px;
  border-left: 1px solid #000;
  width: calc((100% - 166px) / 2);
}
.mobile-floatbtn__line:active {
  background: #000;
  opacity: 0.2;
}
.mobile-floatbtn__lineicon {
  text-align: center;
}
.mobile-floatbtn__lineicon img {
  width: 24px;
  height: 24px;
}
.mobile-floatbtn__linetext {
  font-size: 10px;
  line-height: 1.3;
  font-weight: 700;
  margin-top: 2px;
  text-align: center;
}
.mobile-floatbtn__mail {
  padding: 6px 13px;
  border-left: 1px solid #000;
  width: calc((100% - 166px) / 2);
}
.mobile-floatbtn__mail:active {
  background: #000;
  opacity: 0.2;
}
.mobile-floatbtn__mailicon {
  text-align: center;
}
.mobile-floatbtn__mailicon img {
  width: 24px;
  height: 24px;
}
.mobile-floatbtn__mailtext {
  font-size: 10px;
  line-height: 1.3;
  font-weight: 700;
  margin-top: 2px;
  text-align: center;
}

.desktop-footer {
  padding: 64px 0 56px;
  background: #FFF4C0;
  display: none !important;
}
@media (min-width: 960px) {
  .desktop-footer {
    display: flex !important;
    justify-content: center;
  }
}
.desktop-footer__inner {
  width: 1192px;
}
.desktop-footer__contents {
  padding: 0 42px;
}
.desktop-footer__logo {
  width: 208px;
}
.desktop-footer__logo img {
  width: 100%;
}

.desktop-footer-link-list {
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
  padding-left: 66px;
}

.desktop-footer-link-item {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.44;
  width: 300px;
}

.desktop-footer-link-sub-list {
  margin-top: 24px;
}

.desktop-footer-link-sub-item {
  margin-top: 16px;
}

.desktop-footer-link-sub-item__anchor {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.44;
}
.desktop-footer-link-sub-item__anchor:hover {
  font-weight: 700;
  text-decoration: underline;
}

.desktop-footer-info {
  margin-top: 72px;
  border-top: 0.5px solid #000;
  display: flex;
  justify-content: center;
  gap: 0 48px;
  padding-top: 24px;
}
.desktop-footer-info-item {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.44;
}
.desktop-footer-info-item:hover {
  font-weight: 700;
  text-decoration: underline;
}

.desktop-footer-company {
  padding: 56px 0 0;
  text-align: center;
}
.desktop-footer-company-name {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.44;
}
.desktop-footer-company-addr {
  display: flex;
  justify-content: center;
  gap: 0 16px;
  margin-top: 8px;
}
.desktop-footer-company-address {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.44;
}

.pc-floatbtn {
  width: 332px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 99;
  background: #FFF4C0;
  display: block;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.07);
  border: 2px solid #4F4B38;
  border-radius: 16px;
  padding: 24px 35px;
  opacity: 0;
  transition: opacity 350ms ease;
}
.pc-floatbtn:hover .pc-floatbtn__btn {
  background: #FBDC60;
}
.pc-floatbtn:active .pc-floatbtn__btn {
  background: #D2AB0E;
}
.pc-floatbtn::selection .pc-floatbtn__btn {
  border: 2px solid #4F4B38;
}
.pc-floatbtn__text {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 700;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.pc-floatbtn__text::before {
  content: "";
  position: absolute;
  top: 14px;
  left: -20px;
  width: 24.11px;
  background: #262626;
  border: 1px solid #262626;
  transform: rotate(53.97deg);
}
.pc-floatbtn__text::after {
  content: "";
  position: absolute;
  top: 14px;
  right: -20px;
  width: 24.11px;
  background: #262626;
  border: 1px solid #262626;
  transform: rotate(-53.97deg);
}
.pc-floatbtn__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FACA0B;
  border-radius: 50px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.07);
  gap: 8px;
  padding: 20px;
  margin-top: 12px;
}
.pc-floatbtn__btntext {
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}
.pc-floatbtn__btnoption {
  background: #FFF4C0;
  border-radius: 8px;
  padding: 4px 8px;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
}

.footer {
  padding: 24px 24px 56px;
}
@media (min-width: 960px) {
  .footer {
    padding: 56px 0 56px;
    text-align: center;
  }
}
.footer__address {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
  gap: 8px;
}
@media (min-width: 960px) {
  .footer__address {
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 16px;
  }
}

.modal {
  display: none;
}
.modal.is-open {
  display: block;
}
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}

.review-modal-inner {
  padding: 32px 24px;
  overflow-wrap: break-word;
}
@media (min-width: 960px) {
  .review-modal-inner {
    padding: 40px 35px;
  }
}

.review-modal-wrapper {
  width: 327px;
  background: #fff;
  border-radius: 12px;
  position: relative;
}
@media (min-width: 960px) {
  .review-modal-wrapper {
    width: 700px;
  }
}

.review-modal-header {
  position: relative;
}
.review-modal-header__sub {
  color: #535353;
}
.review-modal-header__main {
  margin-top: 4px;
}
@media (min-width: 960px) {
  .review-modal-header__main {
    margin-top: 14px;
  }
}

.review-modal-body {
  margin-top: 8px;
}
@media (min-width: 960px) {
  .review-modal-body {
    margin-top: 18px;
  }
}
.review-modal-body__contents-bold{
  font-weight: 700;
}
.review-modal-footer {
  margin-top: 8px;
}
@media (min-width: 960px) {
  .review-modal-footer {
    margin-top: 18px;
  }
}

.review-modal__close-button {
  position: absolute;
  top: 18px;
  right: 20px;
}

.mobile-nav {
  width: 100vw;
  height: 100vh;
  padding: 24px 16px 56px;
  position: fixed;
  top: 78.5px;
  background: #fff;
  z-index: 12;
  right: -100vw;
  transition: 0.3 ease-out;
  overflow: scroll;
}
.mobile-nav_open {
  transform: translateX(-100%);
  transition: 0.3s ease-out;
}

.mobile-nav-item {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 16.5px;
}
.mobile-nav-item:not(:first-child) {
  margin-top: 16px;
}
.mobile-nav-item__anchor {
  display: flex;
  align-items: center;
}
.mobile-nav-item__heading {
  margin-left: 15px;
}
.mobile-nav-item__body {
  padding-left: 36px;
}
.mobile-nav-item__arrow {
  margin-left: auto;
}
.mobile-nav-item__arrow_up {
  transform: rotate(180deg);
}

.mobile-nav-sub-list {
  padding-top: 25px;
}

.mobile-nav-sub-item {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.44;
  color: #262626;
}
.mobile-nav-sub-item:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 16px;
}
.mobile-nav-sub-item:not(:first-child) {
  margin-top: 16px;
}

.accordion__content {
  transition-duration: 0.4s;
  line-height: 0;
  height: 0;
  overflow: hidden;
  display: none;
}
.accordion__content_open {
  line-height: auto;
  height: auto;
  display: block;
}

.desktop-header {
  display: none !important;
  background: #FFF4C0;
}
@media (min-width: 960px) {
  .desktop-header {
    display: flex !important;
    justify-content: center;
    width: 100%;
    min-width: 1200px;
    position: fixed;
    z-index: 100;
  }
}
.desktop-header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  padding: 15px 0;
}

.desktop-header-list {
  display: flex;
  align-items: center;
  gap: 36px;
}
.desktop-header-list__item {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  cursor: pointer;
}
.desktop-header-list__item:hover {
  text-decoration: underline;
  font-weight: 700;
}
.desktop-header-list__item:hover .desktop-nav {
  visibility: visible;
}

#desktop-header-service, #desktop-header-contact {
  position: relative;
}

.desktop-nav {
  position: absolute;
  visibility: hidden;
  width: 379px;
  padding: 36px 48px 42px 36px;
  border-radius: 12px;
  background: #fff;
  border: 2px solid #4F4B38;
  z-index: 999;
  top: 52.5px;
  left: 32px;
  transition: all 0.1s ease;
}

.desktop-nav-open {
  visibility: visible;
}

.desktop-nav-item {
  margin-top: 36px;
}
.desktop-nav-item:first-child {
  margin-top: 0;
}
.desktop-nav-item__anchor {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.44;
  color: #262626;
}
.desktop-nav-item__anchor:hover {
  font-weight: 700;
  text-decoration: underline;
}

.totop {
  border-radius: 50%;
  background: #FACA0B;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 350ms ease;
  cursor: pointer;
  position: fixed;
  width: 40px;
  height: 40px;
  right: 16px;
  bottom: 73px;
}
@media (min-width: 960px) {
  .totop {
    width: 56px;
    height: 56px;
    border: 2px solid #4F4B38;
    right: 32px;
    bottom: 191px;
  }
}
.totop img {
  width: 24px;
  height: 24px;
}
@media (min-width: 960px) {
  .totop img {
    width: 33.6px;
    height: 33.6px;
  }
}
.totop:hover {
  background: #FBDC60;
}
.totop:active {
  background: #D2AB0E;
}
.totop::selection {
  border: 2px solid #4F4B38;
}

.company-info__table {
  margin-top: 36px;
  background: #fff;
  padding: 24px 16px;
  border-radius: 12px;
}
@media (min-width: 960px) {
  .company-info__table {
    width: 700px;
    margin-top: 64px;
    padding: 24px;
  }
}

.company-table {
  display: flex;
  align-items: center;
  gap: 8px;
}
.company-table__heading {
  width: 92px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}
@media (min-width: 960px) {
  .company-table__heading {
    width: 150px;
    font-size: 18px;
  }
}
.company-table__description {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}
@media (min-width: 960px) {
  .company-table__description {
    font-size: 18px;
  }
}
.company-table:not(:first-child) {
  margin-top: 16px;
}
@media (min-width: 960px) {
  .company-table:not(:first-child) {
    margin-top: 24px;
  }
}

.company-idea-description {
  margin-top: 36px;
}
@media (min-width: 960px) {
  .company-idea-description {
    width: 700px;
    margin: 56px auto 0;
  }
}
.company-idea-description__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}
@media (min-width: 960px) {
  .company-idea-description__title {
    font-size: 40px;
  }
}
.company-idea-description__paragraph {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
@media (min-width: 960px) {
  .company-idea-description__paragraph {
    margin-top: 36px;
    font-size: 24px;
  }
}

.company-idea-image {
  margin: 36px auto 0;
  width: 319px;
}
@media (min-width: 960px) {
  .company-idea-image {
    margin: 64px auto 0;
    width: 400px;
  }
}
.company-idea-image__image {
  width: 100%;
}

.company-group__list {
  margin-top: 36px;
}
@media (min-width: 960px) {
  .company-group__list {
    margin-top: 64px;
    display: flex;
    justify-content: center;
    gap: 20px;
  }
}

.company-group-item {
  background: #fff;
  border-radius: 12px;
  padding: 36px 24px;
}
@media (min-width: 960px) {
  .company-group-item {
    width: 700px;
    margin: 0 auto;
  }
}
.company-group-item:not(:first-child) {
  margin-top: 20px;
}
@media (min-width: 960px) {
  .company-group-item:not(:first-child) {
    margin-top: 0;
  }
}
.company-group-item__image {
  width: 120px;
  margin: 0 auto;
}
.company-group-item__image img {
  width: 100%;
}
.company-group-item__heading {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 960px) {
  .company-group-item__heading {
    font-size: 24px;
  }
}
.company-group-item__heading img {
  width: 24px;
}
@media (min-width: 960px) {
  .company-group-item__heading img {
    width: 36px;
  }
}

.company-map {
  background: #FFF4C0;
  padding-bottom: 48px;
}
@media (min-width: 960px) {
  .company-map {
    text-align: center;
    padding-bottom: 64px;
  }
}
.company-map__frame {
  width: 100%;
  height: 242px;
}
@media (min-width: 960px) {
  .company-map__frame {
    width: 700px;
    height: 500px;
  }
}

.price-plan__title_small {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
}
@media (min-width: 960px) {
  .price-plan__title_small {
    font-size: 24px;
  }
}

.price__description {
  text-align: center;
  margin-top: 8px;
}
@media (min-width: 960px) {
  .price__description {
    margin-top: 28px;
  }
}

.price-problem-list {
  margin-top: 36px;
}
@media (min-width: 960px) {
  .price-problem-list {
    margin: 64px auto 0;
    width: 620px;
  }
}

.price-problem-item {
  background: #FFF4C0;
  border-radius: 16px;
  padding: 15px 24px;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 700;
}
@media (min-width: 960px) {
  .price-problem-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    font-size: 24px;
  }
}
.price-problem-item:not(:first-child) {
  margin-top: 12px;
}
@media (min-width: 960px) {
  .price-problem-item:not(:first-child) {
    margin-top: 24px;
  }
}

.price-divider {
  margin-top: 32px;
  text-align: center;
}
@media (min-width: 960px) {
  .price-divider {
    display: flex;
    justify-content: center;
    height: 56px;
  }
}

.price-detail {
  margin-top: 32px;
  padding: 24px 38.5px;
  background: #FACA0B;
  border-radius: 12px;
  font-size: 20px;
  line-height: 1.44;
  font-weight: 700;
  border: 2px solid #4F4B38;
}
@media (min-width: 960px) {
  .price-detail {
    padding: 24px 16px;
    margin: 64px auto 0;
    width: 588px;
    font-size: 24px;
  }
}
.price-detail_text-highlighted {
  background: radial-gradient(circle at calc(100% - 5px) calc(100% - 5px), #FFF4C0 5px, transparent 5px), radial-gradient(circle at 5px calc(100% - 5px), #FFF4C0 5px, transparent 5px), linear-gradient(to bottom, #FACA0B calc(100% - 10px), transparent calc(100% - 10px)), linear-gradient(to right, transparent 5px, #FFF4C0 5px, #FFF4C0 calc(100% - 5px), transparent calc(100% - 5px));
}
.price-detail_text-large {
  font-size: 27px;
}
@media (min-width: 960px) {
  .price-detail_text-large {
    font-size: 36px;
  }
}

.price-service {
  padding: 48px 16px;
  display: flex;
  justify-content: center;
}
@media (min-width: 960px) {
  .price-service {
    padding: 0 0 64px;
  }
}
.price-service__inner {
  width: 100%;
}
@media (min-width: 960px) {
  .price-service__inner {
    width: 700px;
  }
}
.price-service__box{
    padding: 20px 16px;
    background: #FFF4C0;
    border-radius: 12px;
}
.price-service__plus{
  margin-top: 32px;
  background: #fff;
  padding: 8px 16px;
  border-radius: 8px;
  border: 1px solid #4F4B38;
  font-size: 13px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 54px;
  position: relative;
}
.price-service__plus::after{
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/shared/price-service-icon.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -42px;
}
@media (min-width: 960px){
  .price-service__plus{
    font-size: 17px;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
.price-service__description {
  margin-top: 32px;
  text-align: center;
  font-size: 16px;
  line-height: 1.44;
  font-weight: 400;
}
@media (min-width: 960px) {
  .price-service__description {
    margin-top: 50px;
    font-size: 24px;
    line-height: 1.6;
    font-weight: 500;
  }
}

.price-service-description__note {
  margin-top: 20px;
  font-weight: 700;
  background-color: #FACA0B;
  padding: 10px 4px;
  border-radius: 8px;
  font-size: 18px;
}
@media (min-width: 960px) {
  .price-service-description__note {
    margin-top: 30px;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    font-size: 26px;
  }
}

.price-service-list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin: 36px -1.5px 0;
}
@media (min-width: 960px) {
  .price-service-list {
    width: 432px;
    flex-wrap: wrap;
    gap: 20px;
    margin: 64px auto 0;
  }
}

.price-service-list-item {
  width: 151px;
  background: #FACA0B;
  border-radius: 8px;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (min-width: 960px) {
  .price-service-list-item {
    width: 200px;
    padding: 12px 24px;
  }
}
.price-service-list-item__icon {
  width: 36px;
}
.price-service-list-item__icon img{
  width: 100%;
  height: auto;
}
@media (min-width: 960px) {
  .price-service-list-item__icon {
    width: 40px;
  }
}

.price-service__btn{
  margin-top: 50px;
}
@media (min-width: 960px){
  .price-service__btn{
    width: 343px;
    margin: 70px auto 0;
  }
}
.price-service__btn-anchor{
  padding: 12px;
  background: #FACA0B;
  border-radius: 43px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
}
.price-service__btn-anchor:hover{
  background: #FBDC60;
}
.price-service__btn-anchor:active{
  background: #D2AB0E;
}
.price-service__btn-anchor::selection {
border: 2px solid #4F4B38;
}

.price-plan-appeal__description {
  margin-top: 8px;
}
@media (min-width: 960px) {
  .price-plan-appeal__description {
    margin: 16px auto 0;
    width: 700px;
  }
}

.price-plan-problem-list {
  margin-top: 36px;
}
@media (min-width: 960px) {
  .price-plan-problem-list {
    margin: 64px auto 0;
    width: 620px;
  }
}

.price-plan-problem-item {
  background: #FFF4C0;
  border-radius: 16px;
  padding: 15px 24px;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 700;
}
@media (min-width: 960px) {
  .price-plan-problem-item {
    width: 100%;
    padding: 24px;
    font-size: 24px;
  }
}
.price-plan-problem-item:not(:first-child) {
  margin-top: 12px;
}
@media (min-width: 960px) {
  .price-plan-problem-item:not(:first-child) {
    margin-top: 24px;
  }
}

.price-plan-divider {
  margin: 36px auto 0;
  width: 38px;
  text-align: center;
}
@media (min-width: 960px) {
  .price-plan-divider {
    margin: 32px auto 0;
    width: 56px;
  }
}
.price-plan-divider img {
  width: 100%;
}

.price-plan-conclusion {
  margin-top: 36px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 960px) {
  .price-plan-conclusion {
    margin: 32px auto 0;
    font-size: 40px;
    width: 700px;
  }
}

.price-plan-appeal-detail {
  margin-top: 36px;
  padding: 24px;
  background: #FACA0B;
  border-radius: 12px;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 700;
  border: 2px solid #4F4B38;
}
@media (min-width: 960px) {
  .price-plan-appeal-detail {
    padding: 24px 16px;
    margin: 64px auto 0;
    width: 588px;
    font-size: 24px;
  }
}
.price-plan-appeal-detail_text-highlighted {
  background: radial-gradient(circle at calc(100% - 5px) calc(100% - 5px), #FFF4C0 5px, transparent 5px), radial-gradient(circle at 5px calc(100% - 5px), #FFF4C0 5px, transparent 5px), linear-gradient(to bottom, #FACA0B calc(100% - 10px), transparent calc(100% - 10px)), linear-gradient(to right, transparent 5px, #FFF4C0 5px, #FFF4C0 calc(100% - 5px), transparent calc(100% - 5px));
}
.price-plan-appeal-detail_text-large {
  font-size: 27px;
}
@media (min-width: 960px) {
  .price-plan-appeal-detail_text-large {
    font-size: 36px;
  }
}

.price-plan-appeal-detail-short {
  margin-top: 32px;
  padding: 24px;
  background: #FACA0B;
  border-radius: 12px;
  font-size: 20px;
  line-height: 1.44;
  font-weight: 700;
  border: 2px solid #4F4B38;
}
@media (min-width: 960px) {
  .price-plan-appeal-detail-short {
    padding: 24px 16px;
    margin: 56px auto 0;
    width: 588px;
    font-size: 24px;
  }
}
.price-plan-appeal-detail-short_text-highlighted {
  background: radial-gradient(circle at calc(100% - 5px) calc(100% - 5px), #FFF4C0 5px, transparent 5px), radial-gradient(circle at 5px calc(100% - 5px), #FFF4C0 5px, transparent 5px), linear-gradient(to bottom, #FACA0B calc(100% - 10px), transparent calc(100% - 10px)), linear-gradient(to right, transparent 5px, #FFF4C0 5px, #FFF4C0 calc(100% - 5px), transparent calc(100% - 5px));
}
.price-plan-appeal-detail-short_text-large {
  font-size: 27px;
}
@media (min-width: 960px) {
  .price-plan-appeal-detail-short_text-large {
    font-size: 36px;
  }
}

.price-plan-insurance {
  margin-top: 36px;
  padding: 24px 52.5px;
  border-radius: 12px;
}
@media (min-width: 960px) {
  .price-plan-insurance {
    margin: 64px auto 0;
    padding: 24px 86.5px;
    width: 513px;
  }
}
.price-plan-insurance__header {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 960px) {
  .price-plan-insurance__header {
    font-size: 20px;
  }
}
.price-plan-insurance__body {
  margin-top: 14px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 960px) {
  .price-plan-insurance__body {
    font-size: 42px;
  }
}
.price-plan-insurance__body_heading {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 960px) {
  .price-plan-insurance__body_heading {
    font-size: 20px;
  }
}
.price-plan-insurance__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 14px;
}
.price-plan-insurance__item {
  background: #FACA0B;
  border-radius: 22px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}

.huyohin-detail__lead {
  margin-top: 48px;
}
.huyohin-detail__image {
  margin: 36px auto 0;
  width: 343px;
}
@media (min-width: 960px) {
  .huyohin-detail__image {
    margin: 56px auto 0;
    width: 576px;
  }
}
.huyohin-detail__image img {
  width: 100%;
  height: auto;
}
.huyohin-detail__description {
  margin-top: 36px;
}
@media (min-width: 960px) {
  .huyohin-detail__description {
    margin: 56px auto 0;
    width: 700px;
  }
}
.huyohin-detail__description_text-highlighted {
  font-weight: 700;
  background: radial-gradient(circle at calc(100% - 3px) calc(100% - 3px), #FACA0B 3px, transparent 3px), radial-gradient(circle at 3px calc(100% - 3px), #FACA0B 3px, transparent 3px), linear-gradient(to bottom, #FFF4C0 calc(100% - 6px), transparent calc(100% - 6px)), linear-gradient(to right, transparent 3px, #FACA0B 3px, #FACA0B calc(100% - 3px), transparent calc(100% - 3px));
}
.huyohin-detail__text-m {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 960px) {
  .huyohin-detail__text-m {
    font-size: 18px;
  }
}
.huyohin-detail__text-l {
  font-size: 40px;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 960px) {
  .huyohin-detail__text-l {
    font-size: 50px;
  }
}
.huyohin-detail__title-bottom{
  font-size: 16px;
  text-align: center;
  line-height: 1.6;
  margin-top: 8px;
  font-weight: 500;
}
@media (min-width: 960px){
  .huyohin-detail__title-bottom{
    font-size: 24px;
  }
}
.huyohin-detail__point {
  width: 243px;
  position: relative;
  margin: 36px auto 0;
}
@media (min-width: 960px) {
  .huyohin-detail__point {
    width: 273px;
    margin: 64px auto 0;
  }
}
.huyohin-detail__point:before {
  content: "";
  width: 48.61px;
  height: 103.01px;
  background-image: url("../img/shared/achievement-star_big_left.svg");
  background-size: cover;
  position: absolute;
  left: 0;
  top: -10px;
}
.huyohin-detail__point:after {
  content: "";
  width: 48.61px;
  height: 103.01px;
  background-image: url("../img/shared/achievement-star_big_right.svg");
  background-size: cover;
  position: absolute;
  right: 0;
  top: -10px;
}

.huyohin-wanted__title {
  margin-top: 48px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 960px) {
  .huyohin-wanted__title {
    font-size: 40px;
  }
}
.huyohin-wanted__divider {
  text-align: center;
  margin: 16px auto 0;
  width: 48px;
}
@media (min-width: 960px) {
  .huyohin-wanted__divider {
    margin: 24px auto 0;
    width: 64px;
  }
}
.huyohin-wanted__divider img {
  width: 100%;
}
.huyohin-wanted__item-list {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
}
@media (min-width: 960px) {
  .huyohin-wanted__item-list {
    margin: 24px auto 0;
    gap: 36px;
    width: 444px;
  }
}

.huyohin-wanted-item {
  padding: 14px 17px;
  background: #FACA0B;
  width: 106px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
@media (min-width: 960px) {
  .huyohin-wanted-item {
    width: 124px;
    padding: 24px 32px;
  }
}
.huyohin-wanted-item__icon {
  width: 40px;
}
@media (min-width: 960px) {
  .huyohin-wanted-item__icon {
    width: 60px;
  }
}
.huyohin-wanted-item__icon img {
  width: 100%;
  height: auto;
}

.ihinseiri-price__description {
  margin-top: 8px;
}
@media (min-width: 960px) {
  .ihinseiri-price__description {
    margin-top: 28px;
  }
}
.ihinseiri-price__table {
  margin-top: 36px;
}
@media (min-width: 960px) {
  .ihinseiri-price__table {
    margin-top: 56px;
  }
}
.ihinseiri-price__divider {
  text-align: center;
  margin: 16px 0;
}
@media (min-width: 960px) {
  .ihinseiri-price__divider {
    margin: 36px 0;
  }
}

.privacy-policy__content {
  margin-top: 24px;
}
@media (min-width: 960px) {
  .privacy-policy__content {
    margin-top: 36px;
  }
}
.privacy-policy__paragraph {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
@media (min-width: 960px) {
  .privacy-policy__paragraph {
    margin-top: 36px;
    font-size: 24px;
  }
}
.privacy-policy__footer {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
@media (min-width: 960px) {
  .privacy-policy__footer {
    margin-top: 36px;
    font-size: 24px;
  }
}

.thanks {
  background-color: #FFF4C0;
  display: flex;
  justify-content: center;
  padding: 24px 8px;
}
@media (min-width: 960px) {
  .thanks {
    padding: 24px 0;
  }
}
.thanks__inner {
  width: 100%;
}
@media (min-width: 960px) {
  .thanks__inner {
    width: 980px;
  }
}
.thanks__top {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  width: 240px;
  height: 30px;
}
.thanks__content {
  padding-bottom: 100px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.thanks__icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 48px;
  width: 176px;
  height: 176px;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: #fff;
}
.thanks__title {
  font-family: "Zen Maru Gothic";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 70px;
  width: 100%;
  text-align: left;
  line-height: 36px;
  font-size: 24px;
}
.thanks__title.center {
  text-align: center;
}
@media (min-width: 960px) {
  .thanks__title {
    font-size: 36px;
  }
}
.thanks__text {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #312C27;
}
@media (min-width: 960px) {
  .thanks__text {
    font-size: 20px;
  }
}
.thanks .Circle {
  top: 200px;
}

.compliance__description {
  margin-top: 8px;
}
@media (min-width: 960px) {
  .compliance__description {
    margin-top: 16px;
  }
}

.compliance-policy {
  margin-top: 36px;
}
@media (min-width: 960px) {
  .compliance-policy {
    margin-top: 54px;
  }
}
.compliance-policy__subHeading {
  margin-top: 8px;
}
@media (min-width: 960px) {
  .compliance-policy__subHeading {
    margin-top: 16px;
  }
}
.compliance-policy__description {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
@media (min-width: 960px) {
  .compliance-policy__description {
    margin-top: 36px;
    font-size: 24px;
  }
}
.compliance-policy__text {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
@media (min-width: 960px) {
  .compliance-policy__text {
    margin-top: 16px;
    font-size: 24px;
  }
}

.reliable-service{
  display: flex;
  justify-content: center;
}
.reliable-service__inner{
  width: 343px;
  margin: 0 auto;
}
.reliable-service-list{
  margin-top: 36px;
}
.reliable-service-list-item{
  padding: 16px;
    background: #fff;
    border-radius: 12px;
}
.reliable-service-list-item:not(:first-child) {
  margin-top: 36px;
}
.reliable-service-list-item__icon img{
  width: 100%;
  height: auto;
}
.reliable-service-list-item__heading{
  margin-top: 16px;
    font-size: 18px;
    line-height: 1.5;
}
.reliable-service-list-item__txt{
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.5;
}
.reliable-service-box{
  margin-top: 24px;
    padding: 18px 16px;
    border-radius: 8px;
}
.reliable-service-box__heading{
  background: #FACA0B;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    color: #262626;
    padding: 6px 9px;
    border-radius: 6px;
    display: inline-block;
}
.reliable-service-box__list{
  margin-top: 10px;
  font-size: 14px;
}
.reliable-service-box__item::before{
  content: "・";
  display: inline;
}
.reliable-service-box__item:not(:last-of-type){
  margin-bottom: 10px;
}
@media (min-width: 960px){
  .reliable-service__inner{
    width: 960px;
  }
  .reliable-service-list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-top: 64px;
  }
  .reliable-service-list-item{
    width: 376px;
    padding: 24px;
  }
  .reliable-service-list-item:not(:first-child) {
    margin-top: 0;
  }
  .reliable-service-list-item__heading{
    font-size: 20px;
  }
  .reliable-service-list-item__heading{
    font-size: 18px;
  }
  .reliable-service-box__heading{
    font-size: 12px;
  }
  .reliable-service-box__list{
    font-size: 15px;
  }
}

.option{
  display: flex;
  justify-content: center;
}
.option__inner{
  width: 343px;
  margin: 0 auto;
}
.option-list{
  margin-top: 30px;
}
.option-list-item{
  padding: 24px;
    border-radius: 12px;
}
.option-list-item:not(:first-of-type){
  margin-top: 20px;
}
.option-list-item__icon img{
  width: 70px;
  height: auto;
}
.option-list-item__heading{
  margin-top: 12px;
    font-size: 20px;
    line-height: 1;
}
.option-list-item__txt{
  font-size: 16px;
  line-height: 1.7;
  margin-top: 12px;
}
.option-list-item__txt span{
  font-weight: 700;
  line-height: 1.3;
  background: radial-gradient(circle at calc(100% - 3px) calc(100% - 3px), #FACA0B 3px, transparent 3px), radial-gradient(circle at 3px calc(100% - 3px), #FACA0B 3px, transparent 3px), linear-gradient(to bottom, #FFF4C0 calc(100% - 6px), transparent calc(100% - 6px)), linear-gradient(to right, transparent 3px, #FACA0B 3px, #FACA0B calc(100% - 3px), transparent calc(100% - 3px));
}
@media (min-width: 960px){
  .option__inner{
    width: 1200px;
  }
  .option-list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 64px;
  }
  .option-list-item{
    width: 376px;
    padding: 24px;
  }
  .option-list-item:not(:first-of-type){
    margin-top: 0;
  }
}

.youtube{
  background-color: #FACA0B;
  padding: 42px 0;
}
.youtube__description{
  margin-top: 10px;
}
.youtube .splide{
  margin-top: 32px;
  padding-bottom: 72px;
}
.youtube-content{
  width: 100% !important;
  aspect-ratio: 16 / 9;
}
.youtube-content iframe{
  width: 100%;
  height: 100%;
}
.youtube__btn{
  margin: 32px auto 0;
  width: 212px;
}
.youtube__btn-anchor{
  padding: 12px;
    background: #FFF4C0;
    border-radius: 44px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 700;
}
.youtube__btn-anchor:hover{
    background: #FFF9DC;
}
.youtube__btn-anchor:active{
    background: #E5DBAC;
}
.youtube__btn-anchor::selection {
  border: 2px solid #4F4B38;
}
.youtube__btn-icon{
  width: 20px;
  margin-top: 2px;
}
.youtube .splide__arrow{
  background: #FFF4C0;
  width: 40px;
  height: 40px;
  top: auto;
  bottom: -25px;
  opacity: 1;
}
.youtube .splide__arrow:disabled{
  opacity: .4;
}
.youtube .splide__arrow--next{
  right: 90px;
  padding-left: 2px;
}
.youtube .splide__arrow--prev{
  left: 90px;
  padding-right: 2px;
}
.youtube__btn-arrow{
  width: 8.78px;
}
.youtube .splide__pagination{
  gap: 8px;
}
.youtube .splide__pagination__page{
  background: #FFF4C0;
  width: 12px;
  height: 12px;
  opacity: 0.6;
}
.youtube .splide__pagination__page.is-active{
  background: #262626;
  opacity: 1;
  transform: scale(1);
}
@media (min-width: 960px){
  .youtube{
    padding: 64px 0;
  }
  .youtube__inner{
    width: 960px;
    margin: 0 auto;
  }
  .youtube .splide{
    margin-top: 80px;
  }
  .youtube .splide__track{
    border-radius: 32px;
  }
  .youtube .splide__arrow--next{
    right: 320px;
  }
  .youtube .splide__arrow--prev{
    left: 320px;
  }
}

.worries{
  padding: 48px 0;
  background: #FACA0B;
}
.worries-img{
  width: 100%;
  height: auto;
  margin-top: 32px;
  display: block;
}
.worries-inner{
  width: 343px;
  margin: 0 auto;
}
.worries-detail{
  margin-top: 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
.worries-detail-line{
  background: radial-gradient(circle at calc(100% - 5px) calc(100% - 5px), #FFF4C0 5px, transparent 5px), radial-gradient(circle at 5px calc(100% - 5px), #FFF4C0 5px, transparent 5px), linear-gradient(to bottom, #FACA0B calc(100% - 10px), transparent calc(100% - 10px)), linear-gradient(to right, transparent 5px, #FFF4C0 5px, #FFF4C0 calc(100% - 5px), transparent calc(100% - 5px));
  font-weight: 700;
}
.worries-box{
  margin-top: 32px;
  background: #FFF4C0;
  padding: 16px 16px 24px;
  border-radius: 12px;
}
.mobile-nav-item__icon{
  width: 24px;
  height: auto;
}
.worries-box-heading{
  background: #FACA0B;
  border-radius: 6px;
  padding: 6px;
  display: flex;
  justify-content: center;
  width: 124px;
  margin: 0 auto;
}
.worries-box-heading-txt{
  font-size: 12px;
  font-weight: 700;
}
.worries-box-detail{
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
.worries-box-detail:first-of-type{
  margin: 20px 0 8px;
}
.worries-box-detail-line{
  background: radial-gradient(circle at calc(100% - 3px) calc(100% - 3px), #FACA0B 3px, transparent 3px), radial-gradient(circle at 3px calc(100% - 3px), #FACA0B 3px, transparent 3px), linear-gradient(to bottom, #FFF4C0 calc(100% - 6px), transparent calc(100% - 6px)), linear-gradient(to right, transparent 3px, #FACA0B 3px, #FACA0B calc(100% - 3px), transparent calc(100% - 3px));
}
@media (min-width: 960px){
  .worries{
    padding: 64px 0;
  }
  .worries-img{
    width: 960px;
    margin: 64px auto 0;
    border-radius: 20px;
  }
  .worries-inner{
    width: 700px;
  }
  .worries-detail{
    margin-top: 64px;
    font-size: 20px;
  }
  .worries-box{
    margin-top: 64px;
    padding: 30px 30px 40px;
  }
  .worries-box-heading{
    width: 200px;
  }
  .worries-box-heading-txt{
    font-size: 16px;
  }
  .worries-box-detail{
    font-size: 20px;
  }
  .worries-box-detail:first-of-type{
    margin: 22px 0 18px;
  }
}

body {
  font-family: "Noto Sans JP";
  color: #262626;
}

.newsSingle__inner{
  width: 100%;
}
.newsSingle__wrapper{
  margin-top: 36px;
  background: #fff;
  padding: 24px 16px;
  border-radius: 12px;
  font-weight: 500;
}
.newsSingle__wrapper p a{
  color: #2271B1;
  text-decoration: underline;
}
.newsSingle__wrapper p a:hover{
  opacity: .8;
}
.newsSingle__heading{
  border-bottom: 1px solid #636363;
  padding-bottom: 13px;
  margin-bottom: 20px;
}
.newsSingle-title{
  font-size: 20px;
  margin-bottom: 6px;
}
.newsSingle__heading time{
  font-size: 12px;
  background-color: #faca0b;
  border-radius: 30px;
  padding: 1px 25px 3px;
}
.newsSingle__txt p{
  font-size: 16px;
  line-height: calc(36/16);
  margin-bottom: 2em;
}
@media (min-width: 960px) {
  .newsSingle__inner{
    width: 1000px;
    margin: 0 auto;
  }
  .newsSingle__wrapper {
      margin-top: 64px;
      padding: 40px 50px;
  }
  .newsSingle-title{
    font-size: 24px;
    margin-bottom: 10px;
  }
}