@charset "UTF-8";
/* reset:start */
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

img {
  width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

ul {
  list-style: none;
}

[hidden] {
  display: none;
}

.info__content, .info__title, .info__box-num, .info__keep-title, .info__keep-sub, .info__link, .info__link-btn, .recipe__content, .recipe__point, .method__caution-border, .basic__caution-border01, .basic__caution-border02, .menu__trigger, .menu__list, .cont__center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.info__content > *, .info__title > *, .info__box-num > *, .info__keep-title > *, .info__keep-sub > *, .info__link > *, .info__link-btn > *, .recipe__content > *, .recipe__point > *, .method__caution-border > *, .basic__caution-border01 > *, .basic__caution-border02 > *, .menu__trigger > *, .menu__list > *, .cont__center > * {
  min-height: 0%;
}

.archive__container, .info__container, .recipe__container, .method__content, .basic__container, .lead__container, .kv__container, .cont__container, .cont__container--small {
  box-sizing: content-box !important;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .archive__container, .info__container, .recipe__container, .method__content, .basic__container, .lead__container, .kv__container, .cont__container, .cont__container--small {
    max-width: 89.7435897436vw;
    padding-left: 0;
    padding-right: 0;
  }
}

.cont__container--small {
  max-width: 1140px;
}
@media screen and (max-width: 768px) {
  .cont__container--small {
    max-width: 171.7948717949vw;
  }
}

.link {
  color: inherit;
  transition: opacity 0.3s;
  cursor: pointer;
}
.link:hover {
  opacity: 0.7;
}

.info__text, .info__keep-caption {
  font-family: "Noto Sans JP", sans-serif;
}

/* common:start */
[v-cloak] {
  display: none;
}

@media screen and (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .spOnly {
    display: none !important;
  }
}

.cont {
  font-family: "Zen Kaku Gothic New", serif;
  color: #020202;
  height: auto;
  overflow-x: hidden;
  position: relative;
}
.cont__comment {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .cont__comment {
    flex-direction: column-reverse;
    max-width: 89.7435897436vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.cont__comment::before {
  margin-right: 35px;
  content: "";
  display: block;
  background-image: url(../img/comon_img_supervisor.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  max-width: 131px;
  width: 100%;
  height: 130px;
}
@media screen and (max-width: 768px) {
  .cont__comment::before {
    margin-right: 0;
    margin-top: 35px;
    background-image: url(../img/sp/comon_img_supervisor.png);
    max-width: none;
    width: 180px;
    height: 179px;
  }
}
.cont__comment-text {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  padding: 25px 20px 25px 70px;
  max-width: 580px;
  width: 100%;
  min-height: 154px;
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: -0.03em;
  color: #4E3B2D;
  background-color: #fff;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .cont__comment-text {
    min-height: auto;
    max-width: 400px;
    padding: 20px 40px 25px 35px;
    font-size: 2rem;
    line-height: 1.5;
  }
}
.cont__comment-text::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 31px solid #fff;
  position: absolute;
  top: 50%;
  left: -19px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .cont__comment-text::after {
    top: auto;
    bottom: -20px;
    transform: translateX(-50%) rotate(270deg);
    left: 50%;
    border-top-width: 16px;
    border-bottom-width: 16px;
    border-right-width: 27px;
  }
}
.cont__comment-name {
  display: block;
  margin-bottom: 10px;
  font-size: 2.2rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .cont__comment-name {
    text-align: center;
    margin-bottom: 20px;
    font-size: 2.2rem;
  }
}

.jsAcdContents,
.jsArciveAccContent,
.jsArciveInnerAccContent {
  display: none;
}

/* common:end */
/* xxx:start */
.xxx__container {
  background-color: #fff;
}

/* xxx:end */
/* kv:start */
.kv {
  background-image: url(../img/kv_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 858px;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .kv {
    background-image: url(../img/sp/kv_bg.png);
    height: 161.5384615385vw;
  }
}
@media screen and (min-width: 1241px) {
  .kv {
    background-size: cover;
  }
}
@media screen and (min-width: 1241px) {
  .kv__container {
    max-width: 1700px;
  }
}
@media screen and (max-width: 768px) {
  .kv__container {
    margin-left: 0;
    margin-right: auto;
  }
}
.kv__title {
  width: 581px;
  padding-top: 75px;
}
@media screen and (max-width: 768px) {
  .kv__title {
    width: 91.7948717949vw;
    padding-top: 12.8205128205vw;
  }
}
.kv__note {
  margin-top: -5px;
  width: 581px;
}
@media screen and (max-width: 768px) {
  .kv__note {
    margin-top: 0;
    width: 91.7948717949vw;
  }
}

/* kv:end */
/* menu:start */
.menu {
  position: relative;
  width: 100%;
  height: 0;
}
.menu__navi {
  position: absolute;
  z-index: 1000;
  top: 0px;
  right: 0;
  transition: transform 0.2s;
  opacity: 1;
  transform: translateX(502px);
}
@media screen and (max-width: 768px) {
  .menu__navi {
    transform: translateX(337px);
    visibility: hidden;
    opacity: 0;
    transition: transform 0.2s, opacity 0.2s, visibility 0.2s;
  }
}
@media screen and (max-width: 390px) {
  .menu__navi {
    transform: translateX(86.4102564103vw);
  }
}
.menu__container {
  width: 572px;
  height: 365px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .menu__container {
    width: 372px;
    height: 235px;
  }
}
@media screen and (max-width: 390px) {
  .menu__container {
    width: 95.3846153846vw;
    height: 60.2564102564vw;
  }
}
.menu__trigger {
  appearance: none;
  background-color: transparent;
  border: none;
  width: 70px;
  height: 180px;
  border-radius: 90px 0 0 90px;
  background-color: #FEE89D;
  transition: height 0.2s, opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .menu__trigger {
    width: 36px;
    height: 90px;
    border-radius: 40px 0 0 40px;
  }
}
@media screen and (max-width: 390px) {
  .menu__trigger {
    width: 9.2307692308vw;
    height: 23.0769230769vw;
    border-radius: 10.2564102564vw 0 0 10.2564102564vw;
  }
}
.menu__icon {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 33px;
  height: 35px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .menu__icon {
    width: 20px;
    height: 24px;
  }
}
@media screen and (max-width: 390px) {
  .menu__icon {
    width: 5.1282051282vw;
    height: 6.1538461538vw;
  }
}
.menu__icon span {
  display: block;
  width: 100%;
  height: 5px;
  background-color: #603713;
}
@media screen and (max-width: 768px) {
  .menu__icon span {
    height: 4px;
  }
}
@media screen and (max-width: 390px) {
  .menu__icon span {
    height: 1.0256410256vw;
  }
}
.menu__content {
  position: relative;
  padding-left: 15px;
  width: 502px;
  height: 100%;
  background-color: #FEE89D;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .menu__content {
    padding-left: 10px;
    width: 336px;
  }
}
@media screen and (max-width: 390px) {
  .menu__content {
    padding-left: 2.5641025641vw;
    width: 86.1538461538vw;
  }
}
.menu__list {
  align-items: flex-start;
  padding-left: 80px;
  width: 441px;
  height: 329px;
  border-radius: 20px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .menu__list {
    padding-left: 20px;
    width: 286px;
    height: 213px;
  }
}
@media screen and (max-width: 390px) {
  .menu__list {
    padding-left: 5.1282051282vw;
    width: 73.3333333333vw;
    height: 54.6153846154vw;
  }
}
.menu__link {
  position: relative;
  display: block;
  padding: 20px 50px;
  padding-right: 0;
  width: 300px;
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
  color: #020202;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .menu__link {
    padding: 8px 25px;
    padding-right: 0;
    width: 250px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 390px) {
  .menu__link {
    padding: 2.0512820513vw 6.4102564103vw;
    padding-right: 0;
    width: 64.1025641026vw;
    font-size: 5.1282051282vw;
  }
}
.menu__link::before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #020202;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .menu__link::before {
    width: 12px;
  }
}
@media screen and (max-width: 390px) {
  .menu__link::before {
    width: 3.0769230769vw;
  }
}
.menu__close {
  position: absolute;
  width: 43px;
  height: 43px;
  top: 17px;
  right: 24px;
}
@media screen and (max-width: 768px) {
  .menu__close {
    padding: 5px;
    width: 27px;
    height: 27px;
    top: 5px;
    right: 40px;
  }
}
@media screen and (max-width: 390px) {
  .menu__close {
    padding: 1.2820512821vw;
    width: 6.9230769231vw;
    height: 6.9230769231vw;
    top: 1.2820512821vw;
    right: 10.2564102564vw;
  }
}
.menu__close-inner {
  position: relative;
  width: 43px;
  height: 43px;
  background-color: #fff;
  border: 1px solid #603713;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .menu__close-inner {
    width: 27px;
    height: 27px;
  }
}
@media screen and (max-width: 390px) {
  .menu__close-inner {
    width: 6.9230769231vw;
    height: 6.9230769231vw;
  }
}
.menu__close-inner > span {
  display: block;
  width: 22px;
  height: 3px;
  background-color: #603713;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .menu__close-inner > span {
    width: 15px;
    height: 2px;
  }
}
@media screen and (max-width: 390px) {
  .menu__close-inner > span {
    width: 3.8461538462vw;
  }
}
.menu__close-inner > span:first-of-type {
  transform: translate(-50%, -50%) rotate(45deg);
}
.menu__close-inner > span:last-of-type {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.menu__bg {
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
}

#jsMenuContainer.isActive {
  transform: translateX(0);
}
#jsMenuContainer.isPosition {
  position: fixed;
  top: 50px;
}
@media screen and (max-width: 768px) {
  #jsMenuContainer.isPosition {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 390px) {
  #jsMenuContainer.isPosition {
    top: 12.8205128205vw;
  }
}

#jsOpenMenu.isShow {
  height: 100%;
  padding-left: 15px;
  border-radius: 60px 0 0 60px;
  pointer-events: none;
  cursor: not-allowed;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #jsOpenMenu.isShow {
    padding-left: 0px;
  }
}

/* menu:end */
/* lead:start */
.lead {
  position: relative;
  background-image: url(../img/lead_bg_main.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 1400px 100%;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1401px) {
  .lead {
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .lead {
    background-image: url(../img/sp/lead_bg_main.jpg);
    background-size: cover;
  }
}
.lead::before {
  content: "";
  display: block;
  background-image: url(../img/lead_bg_top.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 1400px;
  width: 100%;
  height: 150px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1401px) {
  .lead::before {
    background-size: 100% 150px;
  }
}
@media screen and (max-width: 768px) {
  .lead::before {
    background-image: url(../img/sp/lead_bg_top.png);
    background-size: cover;
    height: 19.4871794872vw;
    top: -12.0512820513vw;
  }
}
@media screen and (max-width: 768px) {
  .lead::after {
    content: "";
    display: block;
    background-image: url(../img/sp/lead_item_01.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 28.2051282051vw;
    height: 20.5128205128vw;
    position: absolute;
    top: -25.1282051282vw;
    left: 5.1282051282vw;
  }
}
.lead__container {
  padding-top: 50px;
  padding-bottom: 260px;
  max-width: 1140px;
}
@media screen and (max-width: 768px) {
  .lead__container {
    padding-top: 35px;
    padding-bottom: 23.0769230769vw;
    max-width: 89.7435897436vw;
  }
}
.lead__texts {
  position: relative;
  padding-left: 110px;
}
@media screen and (max-width: 1240px) {
  .lead__texts {
    padding-left: 8.064516129vw;
  }
}
@media screen and (max-width: 768px) {
  .lead__texts {
    padding-left: 0;
  }
}
.lead__texts::after {
  content: "";
  display: block;
  background-image: url(../img/lead_icon.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  width: 259px;
  height: 362px;
  position: absolute;
  bottom: 43px;
  right: 65px;
}
@media screen and (max-width: 1240px) {
  .lead__texts::after {
    width: 20.8870967742vw;
    height: 29.1935483871vw;
    bottom: -55px;
    right: -0.8064516129vw;
  }
}
@media screen and (max-width: 768px) {
  .lead__texts::after {
    content: none;
  }
}
.lead__title {
  margin-bottom: 40px;
  padding-right: 85px;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.6875;
  letter-spacing: 0.04em;
  color: #603713;
}
@media screen and (max-width: 768px) {
  .lead__title {
    margin-bottom: 40px;
    padding-right: 0;
    font-size: 2.2rem;
    line-height: 1.8181818182;
  }
}
.lead__accent {
  color: #EA7A00;
  font-weight: bold;
}
.lead__note {
  font-size: 2rem;
  line-height: 2.25;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .lead__note {
    font-size: 2rem;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .lead__note + .lead__note {
    margin-top: 40px;
  }
}
.lead__links {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  gap: 60px;
  margin-top: 70px;
}
@media screen and (max-width: 1240px) {
  .lead__links {
    gap: 4.8387096774vw;
  }
}
@media screen and (max-width: 768px) {
  .lead__links {
    flex-direction: column;
    gap: 45px;
    margin-top: 45px;
  }
}
.lead__links-box {
  width: 540px;
}
@media screen and (max-width: 1240px) {
  .lead__links-box {
    width: 43.5483870968vw;
  }
}
@media screen and (max-width: 768px) {
  .lead__links-box {
    width: 100%;
    max-width: 89.7435897436vw;
  }
}
.lead__links-text, .lead__links-text--month {
  font-size: 3.2rem;
  line-height: 1;
  font-weight: bold;
  color: #603713;
  text-align: center;
}
@media screen and (max-width: 1240px) {
  .lead__links-text, .lead__links-text--month {
    font-size: 2.5806451613vw;
  }
}
@media screen and (max-width: 768px) {
  .lead__links-text, .lead__links-text--month {
    font-size: 2.4rem;
  }
}
.lead__links-text--month {
  margin-left: 95px;
}
@media screen and (max-width: 1240px) {
  .lead__links-text--month {
    margin-left: 7.6612903226vw;
  }
}
@media screen and (max-width: 768px) {
  .lead__links-text--month {
    margin-left: 0;
    margin-bottom: 90px;
    line-height: 1.4583333333;
  }
}
@media screen and (max-width: 390px) {
  .lead__links-text--month {
    margin-bottom: 23.0769230769vw;
  }
}
.lead__links-frame {
  position: relative;
  margin-top: 35px;
  padding-bottom: 20px;
  width: 100%;
  border: 4px solid #EA7A00;
  border-radius: 44px;
  background-color: #fff;
  height: 320px;
}
@media screen and (max-width: 1240px) {
  .lead__links-frame {
    height: 25.8064516129vw;
  }
}
@media screen and (max-width: 768px) {
  .lead__links-frame {
    margin: 25px auto 0;
    padding-bottom: 30px;
    border-width: 4px;
    border-radius: 44px;
    max-width: 550px;
    height: auto;
  }
}
.lead__links-name {
  width: 439px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
}
@media screen and (max-width: 1240px) {
  .lead__links-name {
    width: 35.4032258065vw;
    top: -6.0483870968vw;
  }
}
@media screen and (max-width: 768px) {
  .lead__links-name {
    width: 230px;
    top: -97px;
  }
}
@media screen and (max-width: 390px) {
  .lead__links-name {
    width: 58.9743589744vw;
    top: -24.8717948718vw;
  }
}
.lead__links-check {
  margin: 30px auto 0;
  width: 116px;
}
@media screen and (max-width: 1240px) {
  .lead__links-check {
    margin-top: 2.4193548387vw;
    width: 9.3548387097vw;
  }
}
@media screen and (max-width: 768px) {
  .lead__links-check {
    width: 116px;
    margin-top: 25px;
  }
}
.lead__recipe {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  width: 532px;
  padding: 60px 16px 0;
}
@media screen and (max-width: 1240px) {
  .lead__recipe {
    width: 42.9032258065vw;
    padding: 4.8387096774vw 1.2903225806vw 0;
  }
}
@media screen and (max-width: 768px) {
  .lead__recipe {
    flex-direction: column;
    max-width: 280px;
    width: 100%;
    padding: 50px 20px 0;
    margin: 0 auto;
  }
}
.lead__recipe > li {
  width: 240px;
}
@media screen and (max-width: 1240px) {
  .lead__recipe > li {
    width: 19.3548387097vw;
  }
}
@media screen and (max-width: 768px) {
  .lead__recipe > li {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .lead__recipe > li:nth-child(2) {
    margin-top: 25px;
  }
}
.lead__recipe-pic {
  margin: 0 auto;
  width: 192px;
  border-radius: 44px;
  overflow: hidden;
}
@media screen and (max-width: 1240px) {
  .lead__recipe-pic {
    width: 15.4838709677vw;
    border-radius: 3.5483870968vw;
  }
}
@media screen and (max-width: 768px) {
  .lead__recipe-pic {
    width: 192px;
    border-radius: 60px;
  }
}
.lead__recipe-link {
  position: relative;
  display: block;
  margin-top: 13px;
  padding: 13px 35px 13px 25px;
  width: 100%;
  font-size: 2.2rem;
  line-height: 1.2727272727;
  font-weight: 500;
  color: #020202;
  text-align: center;
  background-color: #FEE89D;
  border-radius: 41px;
  text-decoration: none;
}
@media screen and (max-width: 1240px) {
  .lead__recipe-link {
    margin-top: 1.0483870968vw;
    padding: 1.0833333333vw 2.9166666667vw 1.0833333333vw 2.0161290323vw;
    font-size: 1.7741935484vw;
  }
}
@media screen and (max-width: 768px) {
  .lead__recipe-link {
    margin-top: 10px;
    font-size: 2.2rem;
    line-height: 1.2727272727;
    padding: 10px 30px 15px 25px;
    border-radius: 41px;
  }
}
@media screen and (max-width: 390px) {
  .lead__recipe-link {
    padding: 2.5641025641vw 7.6923076923vw 3.8461538462vw 6.4102564103vw;
    font-size: 5.641025641vw;
    border-radius: 10.5128205128vw;
  }
}
.lead__recipe-link::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border-top: 2px solid #5B5B5B;
  border-right: 2px solid #5B5B5B;
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 1240px) {
  .lead__recipe-link::after {
    width: 1.0483870968vw;
    height: 1.0483870968vw;
    right: 1.7741935484vw;
  }
}
@media screen and (max-width: 768px) {
  .lead__recipe-link::after {
    width: 13px;
    height: 13px;
    right: 24px;
  }
}
@media screen and (max-width: 390px) {
  .lead__recipe-link::after {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
    right: 6.1538461538vw;
  }
}
.lead__check {
  width: 532px;
  margin-top: 15px;
  padding: 0 35px;
}
@media screen and (max-width: 1240px) {
  .lead__check {
    margin-top: 1.2096774194vw;
    padding: 0 2.8225806452vw;
    width: 42.9032258065vw;
  }
}
@media screen and (max-width: 768px) {
  .lead__check {
    margin: 10px auto 0;
    padding: 0 20px;
    max-width: 330px;
    width: 100%;
  }
}
.lead__check > li {
  width: 100%;
}
.lead__check-pic {
  margin: 0 auto;
  width: 350px;
  border-radius: 40px;
  overflow: hidden;
}
@media screen and (max-width: 1240px) {
  .lead__check-pic {
    width: 28.3064516129vw;
    border-radius: 3.2258064516vw;
  }
}
@media screen and (max-width: 768px) {
  .lead__check-pic {
    width: 192px;
    border-radius: 60px;
  }
}
.lead__check-link {
  position: relative;
  display: block;
  margin-top: 25px;
  padding: 22px 35px 22px 25px;
  width: 100%;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 500;
  color: #020202;
  background-color: #FEE89D;
  border-radius: 33px;
  text-decoration: none;
}
@media screen and (max-width: 1240px) {
  .lead__check-link {
    margin-top: 2.0161290323vw;
    padding: 1.8333333333vw 2.9166666667vw 1.8333333333vw 2.0161290323vw;
    font-size: 1.935483871vw;
  }
}
@media screen and (max-width: 768px) {
  .lead__check-link {
    display: block;
    margin-top: 10px;
    padding: 15px 35px 15px 45px;
    width: 100%;
    font-size: 2.4rem;
    line-height: 1.1666666667;
    border-radius: 44px;
  }
}
@media screen and (max-width: 390px) {
  .lead__check-link {
    padding: 3.8461538462vw 8.9743589744vw 3.8461538462vw 11.5384615385vw;
    font-size: 6.1538461538vw;
    border-radius: 11.2820512821vw;
  }
}
.lead__check-link::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border-top: 2px solid #5B5B5B;
  border-right: 2px solid #5B5B5B;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 1240px) {
  .lead__check-link::after {
    width: 1.0483870968vw;
    height: 1.0483870968vw;
    right: 2.0161290323vw;
  }
}
@media screen and (max-width: 768px) {
  .lead__check-link::after {
    border-width: 2px;
    width: 13px;
    height: 13px;
    right: 25px;
  }
}
@media screen and (max-width: 768px) and (max-width: 390px) {
  .lead__check-link::after {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
    right: 6.4102564103vw;
  }
}
.lead__supervisor {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  margin: 95px auto 0;
  background-image: url(../img/lead_bg_grid.png);
  background-repeat: repeat-y;
  background-position: center center;
  background-size: 1140px;
  width: 1140px;
  height: 193px;
  background-color: #fff;
  border: 4px solid #EA7A00;
  border-radius: 44px;
}
@media screen and (max-width: 1240px) {
  .lead__supervisor {
    width: 91.935483871vw;
  }
}
@media screen and (max-width: 768px) {
  .lead__supervisor {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 40px;
    padding: 0 10px 30px;
    max-width: 550px;
    width: 100%;
    background-image: url(../img/sp/lead_bg_grid.png);
    background-repeat: repeat;
    background-size: 100%;
    height: 100%;
    border-width: 4px;
    border-radius: 44px;
  }
}
.lead__supervisor-texts {
  padding-left: 240px;
  margin-right: 120px;
  margin-bottom: 15px;
  position: relative;
}
@media screen and (max-width: 1240px) {
  .lead__supervisor-texts {
    margin-right: 10.8870967742vw;
  }
}
@media screen and (max-width: 768px) {
  .lead__supervisor-texts {
    margin-top: 265px;
    margin-right: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
}
.lead__supervisor-texts::before {
  content: "";
  display: block;
  background-image: url(../img/lead_img_supervisor.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 187px;
  height: 225px;
  position: absolute;
  top: -85px;
  left: 20px;
}
@media screen and (max-width: 768px) {
  .lead__supervisor-texts::before {
    background-image: url(../img/sp/lead_img_supervisor.png);
    width: 188px;
    height: 226px;
    top: -240px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.lead__supervisor-name {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 5px;
  font-size: 2rem;
  line-height: 1.45;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .lead__supervisor-name {
    position: relative;
    flex-direction: row;
    font-size: 2rem;
    line-height: 1.5;
    text-align: center;
  }
}
.lead__supervisor-kansyu {
  margin-bottom: 5px;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .lead__supervisor-kansyu {
    margin-bottom: 0;
    font-size: 1.6rem;
    position: absolute;
    top: 5px;
    left: 35px;
  }
}
@media screen and (max-width: 390px) {
  .lead__supervisor-kansyu {
    left: 8.9743589744vw;
  }
}
.lead__supervisor-text {
  margin-top: 10px;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .lead__supervisor-text {
    margin-top: 30px;
    font-size: 1.6rem;
    text-align: center;
    letter-spacing: -0.05em;
  }
}

/* lead:end */
/* basic:start */
.basic {
  position: relative;
  background-color: #FFF0BC;
}
.basic::before {
  content: "";
  display: block;
  background-image: url(../img/common_bg_top.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 1400px;
  width: 100%;
  height: 154px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1401px) {
  .basic::before {
    background-size: 100% 154px;
  }
}
@media screen and (max-width: 768px) {
  .basic::before {
    background-image: url(../img/sp/common_bg_top.png);
    background-size: cover;
    height: 21.7948717949vw;
    top: -12.0512820513vw;
  }
}
.basic__container {
  padding-top: 40px;
  padding-bottom: 60px;
  max-width: 1140px;
}
@media screen and (max-width: 768px) {
  .basic__container {
    padding-top: 135px;
    padding-bottom: 60px;
    max-width: none;
  }
}
.basic__top {
  position: relative;
}
.basic__top::before {
  content: "";
  display: block;
  background-image: url(../img/besic_bg_item_01.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  width: 14.9122807018%;
  height: 166px;
  position: absolute;
  top: -7.5471698113%;
  left: 1.7543859649%;
}
@media screen and (max-width: 768px) {
  .basic__top::before {
    background-image: url(../img/sp/besic_bg_item_01.png);
    width: 128px;
    height: 113px;
    top: -125px;
    right: 11.5384615385vw;
    left: auto;
  }
}
.basic__top::after {
  content: "";
  display: block;
  background-image: url(../img/besic_bg_item_02.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  width: 11.6666666667%;
  height: 160px;
  position: absolute;
  top: 100px;
  right: 6.1403508772%;
}
@media screen and (max-width: 1240px) {
  .basic__top::after {
    height: 13.3333333333vw;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .basic__top::after {
    background-image: url(../img/sp/besic_bg_item_02.png);
    width: 91px;
    height: 109px;
    bottom: -125px;
    left: 14.8717948718vw;
    top: auto;
  }
}
.basic__title {
  font-size: 2.8rem;
  line-height: 2.1428571429;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #603713;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .basic__title {
    font-size: 2.4rem;
    line-height: 1.6666666667;
  }
}
.basic__text {
  position: relative;
  z-index: 1;
  margin-top: 25px;
  font-size: 2rem;
  line-height: 2;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .basic__text {
    margin-top: 5.1282051282vw;
    padding: 0 5px;
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
.basic__box {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  margin: 40px auto 0;
  padding: 50px 20px 50px;
  max-width: 1140px;
  background-color: #fff;
  border-radius: 60px;
}
@media screen and (max-width: 768px) {
  .basic__box {
    margin-top: 129px;
    padding: 40px 20px 40px;
    border-radius: 40px;
  }
}
.basic__box-inner {
  margin: 0 auto;
  max-width: 845px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .basic__box-inner {
    max-width: none;
  }
}
.basic__box-lead {
  position: relative;
  margin: 0 auto;
  padding: 15px 0;
  max-width: 562px;
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 500;
  color: #603713;
  text-align: center;
  background-color: #FEE89D;
  border-radius: 33px;
}
@media screen and (max-width: 768px) {
  .basic__box-lead {
    max-width: 350px;
    padding: 14px 20px 13px;
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
.basic__box-lead::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 21px solid #FEE89D;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .basic__box-lead::after {
    border-left-width: 17px;
    border-right-width: 17px;
    border-top-width: 29px;
    bottom: -18px;
  }
}
.basic__box-title {
  margin-top: 30px;
  font-size: 3rem;
  line-height: 1;
  font-weight: bold;
  color: #603713;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .basic__box-title {
    margin-top: 40px;
    font-size: 2.4rem;
  }
}
.basic__box-list {
  margin-top: 15px;
  margin-left: 10.650887574%;
}
@media screen and (max-width: 768px) {
  .basic__box-list {
    margin: 50px auto 0;
    max-width: 550px;
  }
}
.basic__box-list > li {
  position: relative;
  padding-left: 35px;
  font-size: 2rem;
  line-height: 3;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .basic__box-list > li {
    font-size: 2rem;
    line-height: 1.6;
    padding-left: 38px;
  }
}
.basic__box-list > li::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-color: #FFF0BC;
  position: absolute;
  top: 18px;
  left: 0;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .basic__box-list > li::before {
    top: 6px;
  }
}
@media screen and (max-width: 768px) {
  .basic__box-list > li:not(*:first-child) {
    margin-top: 30px;
  }
}
.basic__caution {
  margin: 25px auto 0;
  padding: 20px 5px 20px 10px;
  max-width: 790px;
  width: 100%;
  font-size: 2rem;
  line-height: 2;
  font-weight: 500;
  border: 4px solid #EA7A00;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .basic__caution {
    margin-top: 30px;
    padding: 25px 45px;
    max-width: 550px;
    font-size: 2rem;
    line-height: 1.5;
    text-align: center;
    border-radius: 44px;
  }
}
@media screen and (max-width: 390px) {
  .basic__caution {
    padding: 6.4102564103vw 11.5384615385vw;
    font-size: 5.1282051282vw;
    border-radius: 11.2820512821vw;
  }
}
.basic__caution-accent {
  color: #EA7A00;
}
.basic__caution-border01 {
  display: inline-flex;
}
.basic__caution-border01::after {
  content: "";
  display: inline-block;
  background-image: url(../img/basic_underline_01.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 143px;
  height: 4px;
  margin-top: -5px;
}
@media screen and (max-width: 768px) {
  .basic__caution-border01::after {
    background-image: url(../img/sp/basic_underline_01.png);
    width: 148px;
    height: 4px;
    margin-top: 0px;
  }
}
@media screen and (max-width: 390px) {
  .basic__caution-border01::after {
    width: 37.9487179487vw;
    height: 1.0256410256vw;
  }
}
.basic__caution-border02 {
  display: inline-flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .basic__caution-border02 {
    white-space: nowrap;
  }
}
.basic__caution-border02::after {
  content: "";
  display: inline-block;
  background-image: url(../img/basic_underline_02.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 234px;
  height: 4px;
  margin-top: -5px;
}
@media screen and (max-width: 768px) {
  .basic__caution-border02::after {
    background-image: url(../img/sp/basic_underline_02.png);
    width: 227px;
    height: 4px;
    margin-top: 0px;
  }
}
@media screen and (max-width: 390px) {
  .basic__caution-border02::after {
    width: 58.2051282051vw;
    height: 1.0256410256vw;
  }
}
.basic__comment {
  margin-top: 50px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .basic__comment {
    margin-top: 60px;
  }
}

/* basic:end */
.method__process, .method__item {
  position: relative;
}
.method__process::before, .method__item::before {
  content: "";
  display: block;
  background-image: url(../img/method_item_clip.png);
  background-repeat: space;
  background-position: top center;
  background-size: 60px 100%;
  width: 96.3333333333%;
  height: 66px;
  position: absolute;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .method__process::before, .method__item::before {
    background-image: url(../img/sp/method_item_clip.png);
    background-size: 42px 100%;
    width: 96.9230769231vw;
    height: 44px;
    top: -18px;
  }
}

.method__title--process, .method__title--item {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-size: 2.8rem;
  line-height: 1;
  font-weight: bold;
  color: #603713;
  margin-right: 75px;
}
@media screen and (max-width: 768px) {
  .method__title--process, .method__title--item {
    margin-top: 0;
    margin-right: 30px;
    font-size: 2.2rem;
  }
}
.method__title--process::before, .method__title--item::before {
  margin-right: 20px;
  content: "";
  display: block;
  background-image: url(../img/method_item_poribukuro.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 59px;
  height: 61px;
}
@media screen and (max-width: 768px) {
  .method__title--process::before, .method__title--item::before {
    margin-right: 15px;
    background-image: url(../img/sp/method_item_poribukuro.png);
    width: 34px;
    height: 35px;
  }
}
.method__title--process::after, .method__title--item::after {
  content: "";
  display: block;
  background-image: url(../img/common_title_line.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 288px;
  height: 67px;
  position: absolute;
  top: 35px;
  left: calc(50% + 75px);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .method__title--process::after, .method__title--item::after {
    background-image: url(../img/sp/common_title_line.png);
    width: 167px;
    height: 66px;
    top: 13px;
    left: calc(50% + 35px);
  }
}

/* method:start */
.method__container {
  background-image: url(../img/method_bg_grid.png);
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 1400px 124px;
  width: 100%;
  height: auto;
  background-color: #FDF9F0;
  padding: 125px 0 250px;
}
@media screen and (min-width: 1401px) {
  .method__container {
    background-size: 100%;
  }
}
@media screen and (max-width: 768px) {
  .method__container {
    background-image: url(../img/sp/method_bg_grid.png);
    background-size: 100% 15.8974358974vw;
    padding: 75px 0 80px;
  }
}
.method__content {
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .method__content {
    position: relative;
    max-width: none;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .method__title--process {
    margin-right: 10px;
  }
  .method__title--process::after {
    top: 15px;
    left: calc(50% + 40px);
  }
}
.method__item {
  padding: 110px 20px 100px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .method__item {
    padding: 70px 20px 55px;
  }
}
.method__item-inner {
  margin: 90px auto 0;
  max-width: 830px;
}
@media screen and (max-width: 768px) {
  .method__item-inner {
    margin-top: 30px;
  }
}
.method__item-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .method__item-row {
    flex-direction: column;
    align-items: center;
  }
}
.method__item-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 17px;
}
@media screen and (max-width: 768px) {
  .method__item-list {
    flex-direction: column;
    gap: 0;
    margin-top: 20px;
    margin-right: 75px;
  }
}
@media screen and (max-width: 390px) {
  .method__item-list {
    margin-right: 19.2307692308vw;
  }
}
.method__item-list > li {
  padding-left: 1em;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: 500;
  text-indent: -1em;
}
@media screen and (max-width: 768px) {
  .method__item-list > li {
    font-size: 1.6rem;
    line-height: 2.5;
    padding-left: 0;
    text-indent: 0;
  }
}
.method__texts {
  max-width: 830px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 65px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 75px;
}
@media screen and (max-width: 768px) {
  .method__texts {
    flex-direction: column;
    gap: 0;
    margin-top: 55px;
  }
}
@media screen and (max-width: 768px) {
  .method__handy {
    margin-right: 0;
  }
}
.method__handy-title {
  margin-left: 10px;
  font-size: 2.8rem;
  line-height: 1;
  font-weight: bold;
  color: #603713;
  text-align: center;
}
@media screen and (max-width: 1240px) {
  .method__handy-title {
    margin-left: 0.8064516129vw;
    margin-right: 4.0322580645vw;
    font-size: 2.2580645161vw;
  }
}
@media screen and (max-width: 768px) {
  .method__handy-title {
    margin-left: 0;
    margin-right: 0;
    font-size: 2rem;
  }
}
.method__handy-text {
  margin-top: 25px;
  font-size: 1.8rem;
  line-height: 1.7;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .method__handy-text {
    margin-top: 25px;
    font-size: 1.6rem;
    line-height: 1.75;
    text-align: center;
  }
}
.method__advise {
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .method__advise {
    margin-top: 40px;
    margin-right: 0;
  }
}
.method__advise-title {
  font-size: 2.8rem;
  line-height: 1;
  font-weight: bold;
  color: #EA7A00;
  text-align: center;
}
@media screen and (max-width: 1240px) {
  .method__advise-title {
    font-size: 2.2580645161vw;
  }
}
@media screen and (max-width: 768px) {
  .method__advise-title {
    font-size: 2rem;
  }
}
.method__advise-text {
  margin-top: 25px;
  font-size: 1.8rem;
  line-height: 1.7;
  font-weight: 500;
  color: #EA7A00;
}
@media screen and (max-width: 768px) {
  .method__advise-text {
    margin-top: 25px;
    font-size: 1.6rem;
    text-align: center;
  }
}
.method__process {
  margin-top: 100px;
  padding: 110px 20px 60px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .method__process {
    margin-top: 75px;
    padding: 75px 20px 60px;
  }
}
.method__process-list {
  margin: 75px auto 0;
  max-width: 830px;
}
@media screen and (max-width: 768px) {
  .method__process-list {
    margin-top: 55px;
  }
}
.method__process-list > li {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: center;
}
.method__process-list > li:not(:first-child) {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .method__process-list > li:not(:first-child) {
    margin-top: 75px;
  }
}
.method__process-list > li:not(:first-child)::after {
  content: "";
  display: block;
  width: 89.7590361446%;
  height: 4px;
  background-image: repeating-linear-gradient(90deg, #FFEB89, #FFEB89 10px, transparent 10px, transparent 20px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 4px;
  position: absolute;
  top: -60px;
  left: 45px;
}
@media screen and (max-width: 768px) {
  .method__process-list > li:not(:first-child)::after {
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: none;
    width: 100%;
    height: 4px;
  }
}
@media screen and (max-width: 768px) {
  .method__process-list > li {
    flex-direction: column;
  }
}
.method__process-pic {
  margin-right: 9.0361445783%;
  max-width: 292px;
}
@media screen and (max-width: 768px) {
  .method__process-pic {
    max-width: 400px;
    width: 78.9743589744vw;
    margin-right: 0;
  }
}
.method__process-texts {
  width: 100%;
  flex: 1;
  margin-bottom: -5px;
}
@media screen and (max-width: 768px) {
  .method__process-texts {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
  }
}
.method__process-text {
  position: relative;
  flex: 1;
  margin-top: 10px;
  padding-left: 50px;
  max-width: 450px;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: bold;
}
.method__process-text:not(:first-of-type) {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .method__process-text:not(:first-of-type) {
    margin-top: 2.5641025641vw;
  }
}
@media screen and (max-width: 768px) {
  .method__process-text {
    width: 78.9743589744vw;
    margin-top: 25px;
    padding-left: 50px;
    margin-bottom: 0;
    font-size: 1.6rem;
    line-height: 1.875;
    font-weight: 500;
  }
}
.method__process-num {
  width: 40px;
  background-color: #FEE66A;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .method__process-num {
    top: -5px;
  }
}
.method__process-caution {
  display: block;
  margin-top: 20px;
  color: #EA7A00;
}
@media screen and (max-width: 768px) {
  .method__process-caution {
    margin-top: 15px;
  }
}
.method__caution {
  margin: 60px auto 0;
  padding: 40px 40px 35px 45px;
  max-width: 750px;
  border: 4px solid #EA7A00;
  border-radius: 44px;
}
@media screen and (max-width: 768px) {
  .method__caution {
    margin-top: 40px;
    padding: 40px 20px 30px;
    max-width: 550px;
  }
}
@media screen and (max-width: 390px) {
  .method__caution {
    padding: 10.2564102564vw 5.1282051282vw 7.6923076923vw;
  }
}
.method__caution-title {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 500;
  color: #EA7A00;
}
@media screen and (max-width: 768px) {
  .method__caution-title {
    font-size: 2rem;
    text-align: center;
  }
}
@media screen and (max-width: 390px) {
  .method__caution-title {
    font-size: 5.1282051282vw;
  }
}
.method__caution-list {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .method__caution-list {
    margin-top: 20px;
  }
}
.method__caution-list > li {
  font-size: 1.8rem;
  line-height: 1.5555555556;
}
@media screen and (max-width: 768px) {
  .method__caution-list > li {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
@media screen and (max-width: 390px) {
  .method__caution-list > li {
    font-size: 4.1025641026vw;
  }
}
@media screen and (max-width: 768px) {
  .method__caution-list > li:not(:first-of-type) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 390px) {
  .method__caution-list > li:not(:first-of-type) {
    margin-top: 7.6923076923vw;
  }
}
.method__caution-border {
  display: inline-flex;
}
.method__caution-border:after {
  content: "";
  display: block;
  background-image: url(../img/method_underline_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 200px;
  height: 4px;
  margin-top: -5px;
}
@media screen and (max-width: 768px) {
  .method__caution-border:after {
    background-image: url(../img/sp/method_underline_01.png);
    width: 178px;
    height: 4px;
  }
}
@media screen and (max-width: 390px) {
  .method__caution-border:after {
    width: 45.641025641vw;
    height: 1.0256410256vw;
  }
}
.method__comment {
  padding: 0 20px 100px;
  width: 100%;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .method__comment {
    margin-top: 30px;
    padding: 0;
    background-color: transparent;
  }
}
.method__comment-inner {
  margin: 0 auto;
  padding: 30px 15px;
  max-width: 830px;
  background-color: #FFF0BC;
  border-radius: 44px;
}
@media screen and (max-width: 768px) {
  .method__comment-inner {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
  }
}

/* method:end */
.recipe__sub-quantity--last, .recipe__sub-quantity, .recipe__sub-food--last, .recipe__sub-food, .recipe__material-quantity, .recipe__material-food {
  font-size: 1.8rem;
  line-height: 2.7777777778;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .recipe__sub-quantity--last, .recipe__sub-quantity, .recipe__sub-food--last, .recipe__sub-food, .recipe__material-quantity, .recipe__material-food {
    font-size: 1.6rem;
    line-height: 1.9375;
  }
}

/* recipe:start */
.recipe {
  position: relative;
  background-color: #FFEB89;
  padding-bottom: 210px;
}
@media screen and (max-width: 768px) {
  .recipe {
    padding-bottom: 21.7948717949vw;
  }
}
.recipe::before {
  content: "";
  display: block;
  background-image: url(../img/recipe_bg_top.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 1400px;
  width: 100%;
  height: 154px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1401px) {
  .recipe::before {
    background-size: 100% 154px;
  }
}
@media screen and (max-width: 768px) {
  .recipe::before {
    background-image: url(../img/sp/recipe_bg_top.png);
    background-size: cover;
    height: 17.9487179487vw;
    top: -11.5384615385vw;
  }
}
.recipe__container {
  max-width: 1140px;
  padding: 0px 30px;
}
@media screen and (max-width: 768px) {
  .recipe__container {
    max-width: none;
    padding: 0;
  }
}
.recipe__content {
  position: relative;
  padding-top: 40px;
  width: 100%;
}
.recipe__content:first-child::after {
  content: "";
  display: block;
  background-image: url(../img/recipe_bg_item_01.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  width: 20%;
  height: 305px;
  position: absolute;
  bottom: -212px;
  right: 0.9009009009%;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .recipe__content:first-child::after {
    content: none;
  }
}
.recipe__content:not(:first-child) {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .recipe__content:not(:first-child) {
    margin-top: 15px;
  }
}
.recipe__lead {
  position: relative;
  padding: 15px 20px;
  max-width: 486px;
  width: 100%;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: bold;
  color: #603713;
  text-align: center;
  letter-spacing: 0.04em;
  background-color: #fff;
  border-radius: 33px;
}
@media screen and (max-width: 768px) {
  .recipe__lead {
    max-width: 350px;
    padding: 12px;
    font-size: 2rem;
    z-index: 2;
  }
}
@media screen and (max-width: 390px) {
  .recipe__lead {
    max-width: 89.7435897436vw;
    font-size: 5.1282051282vw;
  }
}
.recipe__lead::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 21px solid #fff;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .recipe__lead::after {
    border-left-width: 16px;
    border-right-width: 16px;
    border-top-width: 27px;
    bottom: -11px;
    z-index: -1;
  }
}
.recipe__title {
  margin-top: 20px;
  font-size: 4.6rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: bold;
  color: #603713;
  background: linear-gradient(transparent 70%, rgba(255, 255, 255, 0.7) 70%);
}
@media screen and (max-width: 768px) {
  .recipe__title {
    margin-top: 20px;
    max-width: 350px;
    width: 100%;
    font-size: 3.2rem;
    text-align: center;
    background: linear-gradient(transparent 60%, rgba(255, 255, 255, 0.7) 60%);
  }
}
@media screen and (max-width: 390px) {
  .recipe__title {
    max-width: 89.7435897436vw;
    font-size: 8.2051282051vw;
  }
}
.recipe__pic {
  position: relative;
  margin-top: 40px;
  padding: 0 7.0175438596% 7.4561403509%;
  max-width: 990px;
}
@media screen and (max-width: 768px) {
  .recipe__pic {
    max-width: none;
    width: 89.7435897436vw;
    padding: 0;
  }
}
.recipe__pic img {
  border-radius: min(14.7474747475vw, 146px);
}
@media screen and (max-width: 768px) {
  .recipe__pic img {
    border-radius: 15.3846153846vw;
  }
}
.recipe__pic::before {
  content: "";
  display: block;
  background-image: url(../img/recipe_img_filter.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -11.3421550095%;
  left: 0;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .recipe__pic::before {
    background-image: url(../img/sp/recipe_img_filter.png);
    width: 100vw;
    height: 58.2051282051vw;
    top: -2.5641025641vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
.recipe__area {
  width: 100%;
  position: relative;
  z-index: 0;
  margin: 30px auto 0;
  padding-left: 45px;
}
@media screen and (max-width: 768px) {
  .recipe__area {
    margin-top: 7.6923076923vw;
    padding-left: 0;
    width: 89.7435897436vw;
    max-width: 600px;
  }
}
.recipe__area::before {
  content: "";
  display: block;
  background-image: url(../img/recipe_bg_notes_top.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0px;
}
@media screen and (max-width: 768px) {
  .recipe__area::before {
    content: none;
  }
}
.recipe__area::after {
  content: "";
  display: block;
  background-image: url(../img/recipe_bg_notes_bottom.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  width: 100%;
  height: 12px;
  position: absolute;
  top: 100%;
  left: 0px;
}
@media screen and (max-width: 768px) {
  .recipe__area::after {
    content: none;
  }
}
.recipe__inner {
  position: relative;
  z-index: 3;
  padding: 55px 5.4794520548% 60px 20px;
  width: 100%;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .recipe__inner {
    padding: 40px 0 60px;
  }
}
.recipe__inner::before {
  content: "";
  display: block;
  background-image: url(../img/recipe_bg_notes_side.png);
  background-repeat: round;
  background-position: top center;
  background-size: 62px 50px;
  width: 62px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -45px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .recipe__inner::before {
    content: none;
  }
}
.recipe__inner::after {
  content: "";
  display: block;
  background-image: url(../img/recipe_bg_tape.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  width: 210px;
  height: 210px;
  position: absolute;
  top: -65px;
  left: -75px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .recipe__inner::after {
    content: none;
  }
}
.recipe__inner-title {
  font-size: 2.8rem;
  line-height: 1;
  font-weight: bold;
  color: #603713;
  text-align: center;
  border: 2px solid #EA7A00;
  border-radius: 28px;
  width: 230px;
  margin: 0 auto;
  padding: 12px 0;
}
@media screen and (max-width: 768px) {
  .recipe__inner-title {
    font-size: 2rem;
    padding: 9px 0;
    width: 174px;
  }
}
.recipe__material {
  margin: 0 auto;
  max-width: 745px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .recipe__material {
    margin-left: 0;
  }
}
.recipe__material-list {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .recipe__material-list {
    margin-top: 20px;
  }
}
.recipe__material-texts {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: stretch;
  align-items: start;
  padding-left: 5.3691275168%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .recipe__material-texts {
    justify-content: space-between;
    padding: 0 15px;
  }
}
.recipe__material-texts:not(:last-child) {
  background-image: repeating-linear-gradient(90deg, #FFEB89, #FFEB89 10px, transparent 10px, transparent 20px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 4px;
}
.recipe__material-food {
  width: 310px;
}
@media screen and (max-width: 768px) {
  .recipe__material-food {
    padding-right: 10px;
    width: auto;
  }
}
.recipe__sub {
  position: relative;
  margin-top: 65px;
}
@media screen and (max-width: 768px) {
  .recipe__sub {
    margin-top: 0;
  }
}
.recipe__sub-text {
  padding-left: 8.0536912752%;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (min-width: 1241px) {
  .recipe__sub-text {
    padding-bottom: 15px;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .recipe__sub-text {
    padding-left: 30px;
    font-size: 1.6rem;
    line-height: 1.9375;
  }
}
@media screen and (max-width: 768px) {
  .recipe__sub-list {
    margin-bottom: 15px;
  }
}
.recipe__sub-texts {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  padding-left: 10.067114094%;
}
@media screen and (max-width: 768px) {
  .recipe__sub-texts {
    justify-content: space-between;
    padding-left: 50px;
    padding-right: 20px;
  }
}
.recipe__sub-texts:not(:first-child) {
  background-image: repeating-linear-gradient(90deg, #FFEB89, #FFEB89 10px, transparent 10px, transparent 20px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 4px;
}
.recipe__sub-food {
  width: 275px;
}
@media screen and (max-width: 768px) {
  .recipe__sub-food {
    padding-right: 10px;
    width: auto;
  }
}
.recipe__sub-food--last {
  width: 275px;
}
@media screen and (min-width: 769px) {
  .recipe__sub-food--last {
    line-height: 1;
    padding-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .recipe__sub-food--last {
    padding-right: 10px;
    width: auto;
  }
}
@media screen and (min-width: 769px) {
  .recipe__sub-quantity--last {
    line-height: 1;
    padding-top: 15px;
  }
}
.recipe__sub::before {
  content: "";
  display: block;
  width: 13px;
  height: 100%;
  border-top: 2px solid #EA7A00;
  border-left: 2px solid #EA7A00;
  border-bottom: 2px solid #EA7A00;
  position: absolute;
  top: 10px;
  left: 6.0402684564%;
}
@media screen and (max-width: 768px) {
  .recipe__sub::before {
    height: 90%;
    top: 15px;
    left: 20px;
  }
}
.recipe__make {
  margin: 40px auto 0;
  max-width: 745px;
}
@media screen and (max-width: 768px) {
  .recipe__make {
    max-width: none;
    margin-left: 0;
  }
}
.recipe__make-list {
  margin-top: 25px;
  list-style-type: none;
}
@media screen and (max-width: 768px) {
  .recipe__make-list {
    margin-top: 20px;
  }
}
.recipe__make-list > li {
  position: relative;
  width: 100%;
  padding-left: 75px;
  font-size: 1.8rem;
  line-height: 1.7;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .recipe__make-list > li {
    font-size: 1.6rem;
    line-height: 1.875;
    padding-left: 50px;
    padding-right: 15px;
  }
}
.recipe__make-list > li:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  background-image: repeating-linear-gradient(90deg, #FFEB89, #FFEB89 10px, transparent 10px, transparent 20px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 4px;
}
@media screen and (max-width: 768px) {
  .recipe__make-list > li:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 20px;
  }
}
.recipe__make-num {
  width: 36px;
  position: absolute;
  top: 0;
  left: 27px;
}
@media screen and (max-width: 768px) {
  .recipe__make-num {
    width: 29px;
    left: 15px;
  }
}
.recipe__point {
  margin: 55px auto 0;
  max-width: 750px;
  width: 100%;
  background-color: #fff;
  border: 4px solid #EA7A00;
  border-radius: 44px;
}
@media screen and (max-width: 768px) {
  .recipe__point {
    margin: 40px 10px 0;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    width: 83.5897435897vw;
    max-width: 560px;
  }
}
.recipe__point-inner {
  padding: 40px 20px;
}
@media screen and (max-width: 768px) {
  .recipe__point-inner {
    padding: 40px 25px 35px 20px;
    width: 100%;
  }
}
.recipe__point-title {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 500;
  color: #EA7A00;
}
@media screen and (max-width: 768px) {
  .recipe__point-title {
    font-size: 2.4rem;
    text-align: center;
  }
}
@media screen and (max-width: 390px) {
  .recipe__point-title {
    font-size: 6.1538461538vw;
    white-space: nowrap;
    margin-left: -10px;
  }
}
.recipe__point-text {
  margin-top: 20px;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .recipe__point-text {
    margin-top: 25px;
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
.recipe__comment, .recipe__comment--second, .recipe__comment--first {
  margin-top: 70px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .recipe__comment--first {
    padding-top: 0px;
    margin-top: 40px;
  }
}
.recipe__comment--second {
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  .recipe__comment--second {
    margin-top: 40px;
  }
}

/* recipe:end */
/* info:start */
.info {
  position: relative;
  background-color: #FFF0BC;
  padding-top: 75px;
  padding-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .info {
    padding-top: 25px;
    padding-bottom: 65px;
  }
}
.info::before {
  content: "";
  display: block;
  background-image: url(../img/common_bg_top.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 1400px;
  width: 100%;
  height: 154px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1401px) {
  .info::before {
    background-size: 100% 154px;
  }
}
@media screen and (max-width: 768px) {
  .info::before {
    background-image: url(../img/sp/common_bg_top.png);
    height: 17.9487179487vw;
    background-size: cover;
  }
}
.info__container {
  max-width: 1140px;
}
@media screen and (max-width: 768px) {
  .info__container {
    max-width: 89.7435897436vw;
  }
}
.info__inner {
  position: relative;
  z-index: 0;
  padding: 90px 20px 90px;
  width: 100%;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .info__inner {
    padding: 45px 0 60px;
  }
}
.info__inner::before {
  display: block;
  content: "";
  width: 100%;
  height: 15px;
  background-color: #fff;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%) skewY(1deg);
}
@media screen and (max-width: 768px) {
  .info__inner::before {
    content: none;
  }
}
.info__inner::after {
  content: "";
  display: block;
  background-image: url(../img/info_bg_bottom.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 100%;
  height: 29px;
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .info__inner::after {
    content: none;
  }
}
.info__content {
  position: relative;
  z-index: 3;
  margin: 0 auto;
  background-color: #fff;
}
.info__title {
  position: relative;
  margin: 0 auto 45px;
  text-align: center;
  max-width: 1000px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .info__title {
    margin-bottom: 7.6923076923vw;
    max-width: none;
  }
}
.info__title::before {
  content: "";
  display: block;
  background-image: url(../img/info_item_clip.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 50px;
  height: 117px;
  position: absolute;
  z-index: 2;
  top: -125px;
  left: 0px;
}
@media screen and (max-width: 768px) {
  .info__title::before {
    background-image: url(../img/sp/info_item_clip.png);
    width: 20px;
    height: 47px;
    top: -50px;
    left: 15px;
  }
}
.info__title-sub {
  display: block;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #603713;
}
@media screen and (max-width: 768px) {
  .info__title-sub {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 390px) {
  .info__title-sub {
    font-size: 4.1025641026vw;
  }
}
.info__title-main {
  display: block;
  margin-top: -25px;
  margin-right: 5%;
  padding-top: 55px;
  padding-left: 60px;
  font-size: 4.6rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.04em;
  background-image: url(../img/info_title_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 682px;
  height: 128px;
}
@media screen and (max-width: 768px) {
  .info__title-main {
    margin-top: 10px;
    margin-right: 0;
    padding-top: 35px;
    padding-left: 25px;
    max-width: none;
    background-image: url(../img/sp/info_title_bg.png);
    width: 336px;
    height: 85px;
    font-size: 28px;
  }
}
@media screen and (max-width: 390px) {
  .info__title-main {
    margin-top: 2.5641025641vw;
    margin-right: 0;
    padding-top: 8.9743589744vw;
    padding-left: 6.4102564103vw;
    width: 86.1538461538vw;
    height: 21.7948717949vw;
    font-size: 7.1794871795vw;
  }
}
.info__text {
  max-width: 920px;
  font-size: 2rem;
  line-height: 2;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .info__text {
    font-size: 1.6rem;
    line-height: 1.875;
    text-align: left;
    padding: 0 40px;
  }
}
.info__text:not(:first-of-type) {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .info__text:not(:first-of-type) {
    margin-top: 60px;
  }
}
.info__text-accent {
  color: #EA7A00;
}
.info__head {
  background-image: url(../img/info_quiz_title_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 435px;
  height: 72px;
  font-size: 3.2rem;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.04em;
  padding-top: 20px;
  padding-left: 70px;
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .info__head {
    background-image: url(../img/sp/info_quiz_title_bg.png);
    width: 326px;
    height: 62px;
    margin-top: 35px;
    padding-top: 15px;
    padding-left: 35px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 390px) {
  .info__head {
    width: 83.5897435897vw;
    height: 15.8974358974vw;
    font-size: 7.1794871795vw;
    padding-top: 3.8461538462vw;
    padding-left: 8.9743589744vw;
    margin-top: 8.9743589744vw;
  }
}
.info__box {
  position: relative;
  margin: 30px auto 0;
  padding: 90px 20px 40px;
  max-width: 830px;
  width: 100%;
  border: 2px solid #707070;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .info__box {
    width: 83.5897435897vw;
    border-width: 1px;
    margin-top: 65px;
    padding: 60px 0 35px;
  }
}
.info__box:not(:first-of-type) {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .info__box:not(:first-of-type) {
    margin-top: 60px;
  }
}
.info__box-title {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  max-width: 355px;
  width: 100%;
  font-size: 2.8rem;
  line-height: 1;
  font-weight: bold;
  color: #603713;
  background-color: #fff;
  position: absolute;
  top: -23px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .info__box-title {
    width: 275px;
    max-width: 100%;
    font-size: 2.4rem;
    top: -23px;
  }
}
@media screen and (max-width: 390px) {
  .info__box-title {
    width: 70.5128205128vw;
    font-size: 6.1538461538vw;
    top: -5.8974358974vw;
  }
}
.info__box-num {
  margin-left: 20px;
  padding-bottom: 5px;
  width: 45px;
  height: 45px;
  color: #fff;
  background-color: #603713;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .info__box-num {
    margin-left: 5px;
    width: 45px;
    height: 45px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 390px) {
  .info__box-num {
    width: 11.5384615385vw;
    height: 11.5384615385vw;
    font-size: 7.1794871795vw;
  }
}
.info__acc {
  margin: 0 auto;
}
.info__acc-content {
  margin-top: 55px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .info__acc-content {
    margin-top: 45px;
  }
}
.info__quiz {
  position: relative;
  margin: 0 25px 0 auto;
  max-width: 680px;
  padding: 10px 20px 10px 75px;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .info__quiz {
    padding: 70px 6.4102564103vw 0;
    max-width: none;
    margin-right: 5.1282051282vw;
    font-size: 1.6rem;
    line-height: 1.875;
  }
}
.info__quiz-pic {
  width: 53px;
  height: 53px;
  background-color: #FEE66A;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .info__quiz-pic {
    left: 35.1282051282vw;
  }
}
.info__quiz::before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #020202;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .info__quiz::before {
    top: 12px;
  }
}
.info__quiz::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #020202;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(90deg);
}
@media screen and (max-width: 768px) {
  .info__quiz::after {
    top: 12px;
  }
}
.info__answer {
  position: relative;
  margin: 0 25px 0 auto;
  max-width: 680px;
  padding-left: 75px;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .info__answer {
    padding: 60px 6.4102564103vw 0;
    max-width: none;
    margin-right: 20px;
    font-size: 1.6rem;
    line-height: 1.875;
  }
}
.info__answer-pic {
  width: 53px;
  height: 53px;
  background-color: #FEE66A;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .info__answer-pic {
    left: 35.1282051282vw;
  }
}
.info__answer-1col {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .info__answer-1col {
    margin-top: 15px;
  }
}
.info__answer-1col img {
  width: 100%;
}
.info__answer-2col {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .info__answer-2col {
    gap: 3.8461538462vw;
    margin-top: 20px;
  }
}
.info__answer-2col img {
  max-width: 314px;
}
@media screen and (max-width: 768px) {
  .info__answer-2col img {
    max-width: 100%;
  }
}
.info__answer-content {
  max-width: 653px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .info__answer-content {
    max-width: 100%;
    padding-left: 6.4102564103vw;
    padding-right: 6.4102564103vw;
  }
}
.info__answer-text {
  margin-top: 40px;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .info__answer-text {
    margin-top: 20px;
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
.info__answer-text + .info__answer-text {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .info__answer-text + .info__answer-text {
    margin-top: 30px;
  }
}
.info__answer-caution {
  color: #EA7A00;
}
.info__keep {
  margin: 60px auto 0;
  max-width: 620px;
}
@media screen and (max-width: 768px) {
  .info__keep {
    max-width: 89.7435897436vw;
    margin: 55px auto 0;
  }
}
.info__keep-title {
  position: relative;
  margin: 0 auto 15px;
  padding-left: 20px;
  font-size: 3.2rem;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.04em;
  font-weight: bold;
  background-image: url(../img/info_quiz_title_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 435px;
  height: 72px;
}
@media screen and (max-width: 768px) {
  .info__keep-title {
    max-width: none;
    margin: 0 auto 20px;
    padding-left: 0;
    background-image: url(../img/sp/info_quiz_title_bg.png);
    width: 326px;
    height: 62px;
    font-size: 24px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    padding-left: 10px;
  }
}
@media screen and (max-width: 390px) {
  .info__keep-title {
    width: 83.5897435897vw;
    height: 15.8974358974vw;
    font-size: 6.1538461538vw;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    padding-left: 2.5641025641vw;
  }
}
.info__keep-sub {
  margin: 15px auto 0;
  max-width: 620px;
  height: 75px;
  font-size: 2.8rem;
  line-height: 1;
  font-weight: bold;
  color: #603713;
}
@media screen and (max-width: 768px) {
  .info__keep-sub {
    font-size: 2.4rem;
    line-height: 1.6666666667;
    letter-spacing: 0.04em;
    text-align: center;
    margin: 55px auto 0;
    max-width: 89.7435897436vw;
    height: auto;
  }
}
.info__keep-list {
  margin: 25px 0px 40px 70px;
}
@media screen and (max-width: 768px) {
  .info__keep-list {
    margin: 30px 30px -5px 30px;
  }
}
.info__keep-list > li {
  position: relative;
  padding-left: 50px;
  font-size: 1.8rem;
  line-height: 3.8888888889;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .info__keep-list > li {
    padding-left: 55px;
    line-height: 2.2222222222;
  }
}
.info__keep-list > li::before {
  content: "";
  display: block;
  background-image: url(../img/info_item_check.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 38px;
  height: 30px;
  position: absolute;
  top: 18px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .info__keep-list > li::before {
    background-image: url(../img/sp/info_item_check.png);
    width: 36px;
    height: 30px;
    top: 3px;
  }
}
.info__keep-pic {
  margin: 40px auto 0;
  width: 422px;
}
@media screen and (max-width: 768px) {
  .info__keep-pic {
    max-width: 400px;
    width: 70.2564102564vw;
    margin-top: 40px;
  }
}
.info__keep-caption {
  margin-top: 35px;
  font-size: 2rem;
  line-height: 2;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .info__keep-caption {
    margin-top: 20px;
    font-size: 1.6rem;
    line-height: 1.875;
    letter-spacing: 0.04em;
  }
}
.info__keep-text {
  margin-top: 50px;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .info__keep-text {
    padding: 0 40px;
    margin-top: 30px;
    font-size: 1.6rem;
    line-height: 1.875;
    letter-spacing: 0.04em;
  }
}
.info__link {
  margin-top: 65px;
}
@media screen and (max-width: 768px) {
  .info__link {
    margin-top: 45px;
    padding: 0 20px;
  }
}
.info__link-text {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .info__link-text {
    font-size: 2rem;
  }
}
@media screen and (max-width: 390px) {
  .info__link-text {
    font-size: 5.1282051282vw;
  }
}
.info__link-text::before, .info__link-text::after {
  content: "";
  display: block;
  width: 2px;
  height: 24px;
  background-color: #020202;
}
.info__link-text::before {
  margin-right: 10px;
  transform: rotate(-25deg);
}
.info__link-text::after {
  margin-left: 5px;
  transform: rotate(25deg);
}
.info__link-btn {
  position: relative;
  margin: 20px auto 0;
  width: 420px;
  height: 60px;
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  background-color: #E83E3E;
  border-radius: 33px;
  text-decoration: none;
}
.info__link-btn::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 110px;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .info__link-btn::after {
    right: 40px;
  }
}
@media screen and (max-width: 390px) {
  .info__link-btn::after {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
    right: 10.2564102564vw;
  }
}
@media screen and (max-width: 768px) {
  .info__link-btn {
    max-width: 285px;
    width: 100%;
    height: 60px;
    border-radius: 30px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 390px) {
  .info__link-btn {
    height: 15.3846153846vw;
    border-radius: 7.6923076923vw;
    font-size: 5.1282051282vw;
  }
}

.info__quiz.jsAcdOpened::after {
  display: none;
}

/* info:end */
/* archive:start */
.archive__container {
  padding: 65px 20px 110px;
  max-width: 830px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .archive__container {
    padding: 65px 0 80px;
    max-width: none;
  }
}
.archive__title {
  font-size: 3.2rem;
  line-height: 1;
  color: #603713;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .archive__title {
    font-size: 2.4rem;
  }
}
.archive__contents {
  margin-top: 50px;
  padding: 30px 20px 50px;
  max-width: 100%;
  border: 2px solid rgba(112, 112, 112, 0.4);
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .archive__contents {
    border: none;
    margin-top: 0;
    padding: 30px 0 0;
  }
}
.archive__content {
  position: relative;
  margin: 0 auto;
  max-width: 740px;
}
.archive__acc {
  width: 100%;
}
.archive__acc-head, .archive__acc-head--year, .archive__acc-head--gyozi, .archive__acc-head--bousai, .archive__acc-head--nousannbutu {
  position: relative;
  z-index: 0;
  padding: 40px 0;
  width: 100%;
  border: 0px;
  background-color: transparent;
  font-size: 3.4rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  color: #020202;
  border-bottom: 4px solid #FFEB89;
}
@media screen and (max-width: 768px) {
  .archive__acc-head, .archive__acc-head--year, .archive__acc-head--gyozi, .archive__acc-head--bousai, .archive__acc-head--nousannbutu {
    padding: 30px 0;
  }
}
.archive__acc-head::before, .archive__acc-head--year::before, .archive__acc-head--gyozi::before, .archive__acc-head--bousai::before, .archive__acc-head--nousannbutu::before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #020202;
  position: absolute;
  top: calc(50% + 10px);
  right: 3px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .archive__acc-head::before, .archive__acc-head--year::before, .archive__acc-head--gyozi::before, .archive__acc-head--bousai::before, .archive__acc-head--nousannbutu::before {
    right: 25px;
  }
}
@media screen and (max-width: 390px) {
  .archive__acc-head::before, .archive__acc-head--year::before, .archive__acc-head--gyozi::before, .archive__acc-head--bousai::before, .archive__acc-head--nousannbutu::before {
    right: 6.4102564103vw;
  }
}
.archive__acc-head::after, .archive__acc-head--year::after, .archive__acc-head--gyozi::after, .archive__acc-head--bousai::after, .archive__acc-head--nousannbutu::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #020202;
  position: absolute;
  top: calc(50% + 10px);
  right: 3px;
  transform: translateY(-50%) rotate(90deg);
}
@media screen and (max-width: 768px) {
  .archive__acc-head::after, .archive__acc-head--year::after, .archive__acc-head--gyozi::after, .archive__acc-head--bousai::after, .archive__acc-head--nousannbutu::after {
    right: 25px;
  }
}
@media screen and (max-width: 390px) {
  .archive__acc-head::after, .archive__acc-head--year::after, .archive__acc-head--gyozi::after, .archive__acc-head--bousai::after, .archive__acc-head--nousannbutu::after {
    right: 6.4102564103vw;
  }
}
.archive__acc-head--nousannbutu {
  padding: 25px 0;
}
@media screen and (max-width: 768px) {
  .archive__acc-head--nousannbutu {
    padding: 10px 0 35px;
  }
}
@media screen and (max-width: 768px) {
  .archive__acc-head--nousannbutu::before, .archive__acc-head--nousannbutu::after {
    top: calc(50% + 5px);
  }
}
.archive__acc-head--bousai {
  margin-top: 35px;
  padding: 25px 0 25px;
}
@media screen and (max-width: 768px) {
  .archive__acc-head--bousai {
    margin-top: 0;
    padding: 35px 0;
  }
}
@media screen and (max-width: 768px) {
  .archive__acc-head--bousai::before, .archive__acc-head--bousai::after {
    top: calc(50% + 40px);
  }
}
.archive__acc-head--gyozi {
  margin-top: 35px;
  padding: 30px 0 25px;
}
@media screen and (max-width: 768px) {
  .archive__acc-head--gyozi {
    margin-top: 0;
    padding: 40px 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .archive__acc-head--gyozi::before, .archive__acc-head--gyozi::after {
    top: calc(50% + 25px);
  }
}
.archive__acc-head--year {
  padding: 35px 0;
  font-size: 3rem;
  line-height: 1;
  font-weight: 500;
  border-bottom: 0px;
  background-image: repeating-linear-gradient(90deg, #FFEB89, #FFEB89 10px, transparent 10px, transparent 20px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 4px;
}
@media screen and (max-width: 768px) {
  .archive__acc-head--year {
    margin-top: 0;
    padding: 35px 0;
  }
}
.archive__acc-head--year::before, .archive__acc-head--year::after {
  top: 50%;
}
.archive__acc-sub, .archive__acc-sub--gyozi, .archive__acc-sub--bousai, .archive__acc-sub--nousannbutu {
  display: block;
  margin-bottom: 15px;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .archive__acc-sub, .archive__acc-sub--gyozi, .archive__acc-sub--bousai, .archive__acc-sub--nousannbutu {
    margin-bottom: 10px;
    font-size: 1.8rem;
    line-height: 1.3888888889;
  }
}
@media screen and (max-width: 390px) {
  .archive__acc-sub, .archive__acc-sub--gyozi, .archive__acc-sub--bousai, .archive__acc-sub--nousannbutu {
    font-size: 4.6153846154vw;
  }
}
.archive__acc-sub--nousannbutu {
  margin-bottom: 10px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .archive__acc-sub--nousannbutu {
    line-height: 1;
  }
}
@media screen and (max-width: 390px) {
  .archive__acc-sub--nousannbutu {
    font-size: 4.6153846154vw;
  }
}
.archive__acc-sub--bousai {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.archive__acc-sub--bousai::before, .archive__acc-sub--bousai::after {
  content: "〜";
  display: inline-block;
  font-size: 2.2rem;
  line-height: 1;
  color: #020202;
}
@media screen and (max-width: 768px) {
  .archive__acc-sub--bousai::before, .archive__acc-sub--bousai::after {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 390px) {
  .archive__acc-sub--bousai::before, .archive__acc-sub--bousai::after {
    font-size: 4.6153846154vw;
  }
}
.archive__acc-sub--bousai::before {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .archive__acc-sub--bousai::before {
    margin-right: 15px;
  }
}
.archive__acc-sub--bousai::after {
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  .archive__acc-sub--bousai::after {
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .archive__acc-sub--bousai {
    margin-bottom: 30px;
  }
}
.archive__acc-sub--gyozi {
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .archive__acc-sub--gyozi {
    margin-bottom: 20px;
  }
}
.archive__acc-list, .archive__acc-list--year {
  width: 100%;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .archive__acc-list, .archive__acc-list--year {
    margin-top: 0;
  }
}
.archive__acc-list > li, .archive__acc-list--year > li {
  width: 100%;
  background-image: repeating-linear-gradient(90deg, #FFEB89, #FFEB89 10px, transparent 10px, transparent 20px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 4px;
}
.archive__acc-list > li:last-child, .archive__acc-list--year > li:last-child {
  margin-bottom: 0;
  border-width: 0;
}
.archive__acc-list--year {
  margin-top: 0;
}
.archive__acc-link {
  position: relative;
  display: block;
  padding: 15px 0 20px;
  font-size: 2.2rem;
  line-height: 1.3636363636;
  text-align: center;
  font-weight: 500;
  color: #020202;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .archive__acc-link {
    padding: 15px 55px 20px;
    font-size: 1.8rem;
    line-height: 1.6666666667;
  }
}
.archive__acc-link::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #FEE66A;
  position: absolute;
  top: 50%;
  right: calc(50% - 214px);
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .archive__acc-link::before {
    left: auto;
    right: 20px;
  }
}
@media screen and (max-width: 390px) {
  .archive__acc-link::before {
    width: 10.2564102564vw;
    height: 10.2564102564vw;
    right: 5.1282051282vw;
  }
}
.archive__acc-link::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #707070;
  border-right: 2px solid #707070;
  position: absolute;
  top: 50%;
  right: calc(50% - 198px);
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .archive__acc-link::after {
    left: auto;
    right: 36px;
  }
}
@media screen and (max-width: 390px) {
  .archive__acc-link::after {
    width: 3.0769230769vw;
    height: 3.0769230769vw;
    right: 9.2307692308vw;
  }
}
.archive__acc-month {
  display: block;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  text-align: center;
}
.archive__acc-small {
  display: block;
  letter-spacing: -0.09em;
}
@media screen and (max-width: 768px) {
  .archive__acc-small {
    font-size: 1.7rem;
  }
}
.archive__acc--year {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .archive__acc--year {
    margin-top: 0px;
  }
}

.archive__acc-head.jsAccArciveOpened::after, .jsAccArciveOpened.archive__acc-head--nousannbutu::after, .jsAccArciveOpened.archive__acc-head--bousai::after, .jsAccArciveOpened.archive__acc-head--gyozi::after, .jsAccArciveOpened.archive__acc-head--year::after {
  display: none;
}

/* archive:end */