@charset "UTF-8";
/* ====================================== */
/* core_css_setting */
:root {
  --base-width: min(85%,1200px);
  --base-brown: #6A3906;
  --base-brown-l: #AB8F72;
  --base-brown-ll: #fbf9f3;
  --base-green: #498C30;
  --base-green-l: #99c824;
  --base-green-ll: #f9fcde;
  --base-orange: #da7c30;
  --base-pink: #d1549e;
  --base-pink-l: #ff8dbd;
  --base-pink-ll: #f2e2ea;
  --base-purple: #af7cc1;
  --base-purple-ll: #ede7f4;
  --base-yellow-l: #fff9de;
  --font-go: "Zen Maru Gothic", sans-serif;
}

body {
  -webkit-text-size-adjust: 100%;
}

body,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
th,
td,
figure {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  line-height: 0;
}

figure {
  line-height: 1;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

q::before,
q::after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea,
select {
  *font-size: 100%;
}

legend {
  color: #000;
}

* {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

html {
  font-size: 62.5%;
  font-size: 0.625vw;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.34vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  html {
    font-size: 0.82vw;
    font-size: 0.78vw;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1399px) {
  html {
    font-size: 0.72vw;
  }
}
@media screen and (min-width: 1400px) {
  html {
    font-size: 10px;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  position: relative;
  counter-reset: number 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

div {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
li,
dt,
dd,
th,
td,
a,
span,
address {
  font-family: var(--font-go);
  color: var(--base-brown);
  letter-spacing: 0.08em;
  line-height: 1.8;
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen\0  {
  h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
li,
dt,
dd,
th,
td,
a,
span,
address {
    font-family: "Segoe UI", Meiryo, sans-serif;
  }
}
@media screen and (max-width: 767px) {
  h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
li,
dt,
dd,
th,
td,
a,
span,
address {
    line-height: 1.6;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
dt {
  line-height: 1;
  color: var(--base-brown);
}

svg {
  display: inline-block;
}

a {
  text-decoration: none !important;
}
@media screen and (min-width: 1025px) {
  a {
    transition: all 0.3s;
  }
  a:hover {
    background-color: var(--base-brown);
  }
}

/* ====================================== */
/* common_css */
@media screen and (min-width: 766px) {
  .pctb-none {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .pc-none {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tb-none {
    display: none;
  }
}

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

.scroll_stop {
  overflowY: hidden;
}

.__inner {
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
}

.__img {
  border-radius: 1.5rem;
  overflow: hidden;
}
.__img img {
  display: block;
  max-width: 100%;
}

.__icon {
  display: block;
  width: 2.5rem;
}
.__icon img {
  display: block;
  width: 100%;
}

.__logo {
  width: 18rem;
}
.__logo img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .__logo {
    width: 45%;
  }
}
@media screen and (min-width: 1025px) {
  .__logo a:hover {
    background-color: transparent;
  }
}

.__object {
  display: block;
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .__tel a {
    pointer-events: none;
  }
}

.__head--box {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .__head--box {
    margin-bottom: 2.5rem;
  }
}
.__head--box .__head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  font-size: 3.4rem;
  font-weight: bold;
  color: var(--base-brown);
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .__head--box .__head {
    font-size: 2.6rem;
    flex-direction: column;
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .__head--box .__head img {
    padding-right: 3rem;
    border-right: 1px solid var(--base-brown);
  }
}
.__head--box img {
  display: block;
  max-width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .__head--box img {
    height: 3.4rem;
  }
}
@media screen and (max-width: 767px) {
  .__head--box img {
    margin: 0 auto;
    height: 2.5rem;
  }
}
.__head--box + .__text {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .__head--box + .__text {
    margin-top: 2.5rem;
  }
}
.__head--block {
  margin-bottom: 6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .__head--block {
    margin-bottom: 2.5rem;
  }
}
.__head--block .__head {
  font-size: 4.2rem;
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .__head--block .__head {
    font-size: 3.2rem;
  }
}
.__head--block .__head span {
  padding: 0 0.5rem;
  line-height: 0.8;
  color: var(--base-green);
  font-size: 5.2rem;
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .__head--block .__head span {
    font-size: 4rem;
  }
}
.__head--block .__head + .__sentence {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .__head--block .__head + .__sentence {
    margin-top: 2rem;
  }
}
.__head--block .__sentence {
  font-size: 1.8rem;
  font-weight: 500;
}

.__text .__head {
  font-size: 3.4rem;
  font-weight: bold;
  color: var(--base-brown);
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .__text .__head {
    font-size: 2.6rem;
  }
}
.__text .__sentence {
  margin-top: 3rem;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .__text .__sentence {
    margin-top: 2rem;
    font-size: 1.6rem;
  }
}

.__notice {
  margin-top: 1.5rem;
  font-size: 1.2rem;
  font-weight: 500;
}

.__button {
  padding: 2rem 2rem;
  display: block;
  width: fit-content;
  line-height: 1;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 50px;
  background-color: var(--base-green);
}

.__link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .__link {
    flex-direction: column;
    align-items: flex-end;
    gap: 1.2rem;
  }
}
.__link .__link_item {
  width: fit-content;
}
.__link .__link_item a {
  padding: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  line-height: 1;
  font-weight: bold;
  border: 1px solid transparent;
}
.__link .__link_item a::before, .__link .__link_item a::after {
  content: "";
  display: block;
  font-weight: bold;
}
.__link .__link_item a::before {
  content: "●";
  color: var(--base-green);
}
.__link .__link_item a::after {
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid var(--base-brown);
  border-right: 2px solid var(--base-brown);
  transform: rotate(45deg);
}
@media screen and (min-width: 1025px) {
  .__link .__link_item a:hover {
    background-color: var(--base-yellow-l);
    border-bottom-color: var(--base-green);
  }
}
@media screen and (max-width: 767px) {
  .__link .__link_item a {
    padding: 0;
    font-size: 1.3rem;
  }
}

/* ====================================== */
/* rfr_header */
.rfr_header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 40;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
}
.rfr_header.--action {
  box-shadow: none;
}
.rfr_header .rfr_headerSubNav {
  padding: 1rem 5% 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .rfr_header .rfr_headerSubNav {
    padding: 1.8rem 5%;
  }
}
.rfr_header .rfr_headerSubNav .__logo {
  position: relative;
  z-inex: 36;
}
@media screen and (max-width: 767px) {
  .rfr_header .rfr_headerSubNav .__logo {
    width: 35%;
  }
}
.rfr_header .rfr_headerSubNav .rfr_headerButtons {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .rfr_header .rfr_headerSubNav .rfr_headerButtons {
    position: fixed;
    left: 0;
    bottom: 1.5%;
    z-index: 35;
    padding: 0 2.5%;
    gap: 0.8rem;
    width: 100%;
  }
}
.rfr_header .rfr_headerSubNav .rfr_headerButtons li {
  width: 100%;
  max-width: 16rem;
}
.rfr_header .rfr_headerSubNav .rfr_headerButtons li a {
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .rfr_header .rfr_headerSubNav .rfr_headerButtons li a {
    padding: 1.5rem 0;
  }
}
.rfr_header .rfr_headerSubNav .rfr_headerButtons li a .__icon {
  width: 1.8rem;
}
.rfr_header .rfr_headerSubNav .rfr_headerButtons li:nth-of-type(1) {
  max-width: none;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .rfr_header .rfr_headerSubNav .rfr_headerButtons li:nth-of-type(1) {
    position: fixed;
    top: 1.8rem;
    right: 20%;
  }
}
.rfr_header .rfr_headerSubNav .rfr_headerButtons li:nth-of-type(1) a {
  padding: 0;
  display: block;
  width: fit-content;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .rfr_header .rfr_headerSubNav .rfr_headerButtons li:nth-of-type(1) a {
    pointer-events: none;
  }
}
.rfr_header .rfr_headerSubNav .rfr_headerButtons li:nth-of-type(1) a p {
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .rfr_header .rfr_headerSubNav .rfr_headerButtons li:nth-of-type(1) a p {
    font-size: 1.9rem;
  }
}
.rfr_header .rfr_headerSubNav .rfr_headerButtons li:nth-of-type(1) a p .__icon {
  width: 2.4rem;
}
@media screen and (max-width: 767px) {
  .rfr_header .rfr_headerSubNav .rfr_headerButtons li:nth-of-type(1) a p .__icon {
    width: 1.9rem;
  }
}
.rfr_header .rfr_headerSubNav .rfr_headerButtons li:nth-of-type(1) a span {
  display: block;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .rfr_header .rfr_headerSubNav .rfr_headerButtons li:nth-of-type(1) a span {
    font-size: 1.2rem;
  }
}
.rfr_header .rfr_headerSubNav .rfr_headerButtons li:nth-of-type(2) a:not(:hover) {
  background-color: var(--base-green-l);
}
.rfr_header .rfr_headerSubNav .rfr_headerButtons li:nth-of-type(3) a:not(:hover) {
  background-color: var(--base-orange);
}
.rfr_header .rfr_headerSubNav .rfr_headerButtons li:nth-of-type(4) a:not(:hover) {
  background-color: var(--base-pink-l);
}
.rfr_header .rfr_headerNav {
  padding: 0 5%;
  display: flex;
}
@media screen and (max-width: 767px) {
  .rfr_header .rfr_headerNav {
    display: none;
  }
}
.rfr_header .rfr_headerNav p {
  margin: 1.2rem 0;
  padding: 0.3rem 0;
  flex: 1;
  border-left: 1px solid var(--base-brown);
}
.rfr_header .rfr_headerNav p:last-of-type {
  border-right: 1px solid var(--base-brown);
}
.rfr_header .rfr_headerNav p a {
  margin: 0 auto;
  padding: 0.3rem;
  display: block;
  width: fit-content;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  .rfr_header .rfr_headerNav p a {
    transition: all 0.3s;
  }
  .rfr_header .rfr_headerNav p a:hover {
    background-color: var(--base-yellow-l);
  }
}

.rfr_menu_button {
  width: 6.5rem;
  height: 6.5rem;
  z-index: 4;
  position: fixed;
  right: 1.5rem;
  top: 1rem;
  z-index: 41;
  border-radius: 100px;
  background-color: var(--base-green);
}
@media screen and (min-width: 1025px) {
  .rfr_menu_button {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .rfr_menu_button {
    width: 4.5rem;
    height: 4.5rem;
  }
}
.rfr_menu_button span {
  position: absolute;
  width: 45%;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}
.rfr_menu_button span i {
  position: absolute;
  width: 100%;
  height: 2px;
  background: transparent;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .rfr_menu_button span i {
    height: 1px;
  }
}
.rfr_menu_button span::after, .rfr_menu_button span::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .rfr_menu_button span::after, .rfr_menu_button span::before {
    height: 1px;
  }
}
.rfr_menu_button span::before {
  top: -0.4rem;
}
.rfr_menu_button span::after {
  top: 0.4rem;
}
.rfr_menu_button.--action {
  background-color: var(--base-brown);
}
.rfr_menu_button.--action span i {
  opacity: 0;
}
.rfr_menu_button.--action span::before {
  top: 0;
  transform: rotate(25deg);
}
.rfr_menu_button.--action span::after {
  top: 0;
  transform: rotate(-25deg);
  width: 100%;
}

.rfr_slide_menu {
  position: fixed;
  top: 0;
  right: 0;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  width: 48rem;
  height: 100vh;
  z-index: 35;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .rfr_slide_menu {
    background-size: 25vw;
    background-position: right 3rem bottom 3rem;
  }
}
.rfr_slide_menu.--action {
  transform: translateZ(0);
  opacity: 1;
  visibility: visible;
}
.rfr_slide_menu.--action ._slide_menu_wrap {
  transform: translateX(0);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .rfr_slide_menu {
    width: 100%;
  }
}
.rfr_slide_menu ._slide_menu_wrap {
  padding: 10rem 6rem;
  overflow: auto;
  width: 100%;
  height: 100vh;
  transition: 0.7s;
  transform: translateX(50%);
  opacity: 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .rfr_slide_menu ._slide_menu_wrap {
    padding-top: 13.5rem;
  }
}
@media screen and (max-width: 767px) {
  .rfr_slide_menu ._slide_menu_wrap {
    padding: 10rem 2.5rem;
  }
}
.rfr_slide_menu ._slide_menu_wrap_in {
  width: 100%;
  height: 100%;
}
.rfr_slide_menu ._slideNav {
  border-bottom: 1px solid #eee;
}
.rfr_slide_menu ._slideNav p {
  border-top: 1px solid #eee;
}
.rfr_slide_menu ._slideNav a {
  display: block;
  padding: 2rem;
  font-weight: bold;
}

/* ====================================== */
/* rfr_footer */
.l-footer li,
.l-footer p,
.l-footer a,
.l-footer span,
.l-footer small {
  line-height: 1.2;
  color: #333;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: normal;
}
.l-footer li a.nolink {
  font-size: 1.2rem;
}
.l-footer a {
  display: flex;
}
.l-footer a:hover {
  background-color: transparent;
}
.l-footer .l-footer__read {
  margin-top: 3.5rem;
  font-size: 2rem;
  font-weight: bold;
}
.l-footer .l-footer__read + p {
  margin-top: 0.5rem;
}
.l-footer .l-footer__read + p span {
  margin-top: 1.5rem;
  display: block;
  font-size: 1.3rem;
  font-weight: normal;
}
.l-footer small {
  margin-top: 3rem;
}
.l-footer .l-footer__bannerArea {
  margin-top: 3rem;
}

/* ====================================== */
/* rfr_cta */
.rfr_cta {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .rfr_cta {
    flex-direction: column;
  }
}
.rfr_cta.--mv {
  margin: 0 auto;
  padding: 2rem 2.5% 6rem;
  gap: 3rem;
  justify-content: space-around;
  background-color: var(--base-green-ll);
}
@media screen and (max-width: 767px) {
  .rfr_cta.--mv {
    padding: 6rem 5% 3rem;
    gap: 2rem;
  }
}
.rfr_cta.--mv ._cta_item a {
  padding: 4.5rem 0;
  border-radius: 1.5rem;
}
@media screen and (max-width: 767px) {
  .rfr_cta.--mv ._cta_item a {
    padding: 2.5rem 0;
  }
}
.rfr_cta ._cta_item {
  flex: 1;
}
.rfr_cta ._cta_item a {
  padding: 6rem 0;
  display: block;
  line-height: 1;
  text-align: center;
}
.rfr_cta ._cta_item a p,
.rfr_cta ._cta_item a span {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .rfr_cta ._cta_item a {
    padding: 3.5rem 0;
  }
}
.rfr_cta ._cta_item a ._ctaCatch {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .rfr_cta ._cta_item a ._ctaCatch {
    font-size: 1.6rem;
  }
}
.rfr_cta ._cta_item a ._ctaName {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .rfr_cta ._cta_item a ._ctaName {
    font-size: 1.8rem;
  }
}
.rfr_cta ._cta_item a ._ctaName span {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .rfr_cta ._cta_item a ._ctaName span {
    font-size: 2.2rem;
  }
}
.rfr_cta ._cta_item:nth-of-type(1) a:not(:hover) {
  background-color: var(--base-orange);
}
.rfr_cta ._cta_item:nth-of-type(2) a:not(:hover) {
  background-color: var(--base-green-l);
}

/* ====================================== */
/* rfr_mv */
.rfr_mv {
  position: relative;
  margin-top: 18rem;
}
@media screen and (max-width: 767px) {
  .rfr_mv {
    margin-top: 10rem;
  }
}
.rfr_mv::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 30%;
  z-index: -1;
  background-color: var(--base-green-ll);
}
@media screen and (max-width: 767px) {
  .rfr_mv::before {
    height: 70vw;
  }
}
.rfr_mv .__object {
  position: absolute;
  z-index: -1;
  bottom: 30%;
  left: 0;
}
@media screen and (max-width: 767px) {
  .rfr_mv .__object {
    bottom: 70vw;
  }
}
.rfr_mv .rfr_mvBox {
  display: flex;
}
@media screen and (max-width: 767px) {
  .rfr_mv .rfr_mvBox {
    flex-direction: column;
  }
}
.rfr_mv .rfr_mvBox ._mvSlider {
  position: relative;
  margin: 0;
  width: 82%;
  border-radius: 0 1.5rem 1.5rem 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .rfr_mv .rfr_mvBox ._mvSlider {
    width: 90%;
  }
}
.rfr_mv .rfr_mvBox ._mvSlider ._mvSlider_item {
  border-radius: 0 1.5rem 1.5rem 0;
}
.rfr_mv .rfr_mvBox ._mvSlider ._mvSlider_item img {
  display: block;
  width: 100%;
}
.rfr_mv .rfr_mvBox ._mvSlider .swiper-pagination {
  top: 1rem;
  right: 3rem;
  left: auto;
  width: fit-content;
}
.rfr_mv .rfr_mvBox ._mvSlider .swiper-pagination-bullet {
  caret-color: transparent;
}
.rfr_mv .rfr_mvBox ._mvSlider .swiper-pagination-bullet-active {
  background-color: var(--base-green);
  caret-color: transparent;
}
.rfr_mv .rfr_mvBox ._mvCatch {
  margin-top: 6rem;
  flex: 1;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .rfr_mv .rfr_mvBox ._mvCatch {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .rfr_mv .rfr_mvBox ._mvCatch {
    position: relative;
    z-index: 10;
    margin: -2.5rem 0 4.5rem;
  }
}
.rfr_mv .rfr_mvBox ._mvCatch .__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 766px) {
  .rfr_mv .rfr_mvBox ._mvCatch .__text {
    flex-direction: row-reverse;
  }
}
.rfr_mv .rfr_mvBox ._mvCatch .__text h2,
.rfr_mv .rfr_mvBox ._mvCatch .__text p {
  text-align: center;
}
@media screen and (min-width: 766px) {
  .rfr_mv .rfr_mvBox ._mvCatch .__text h2,
.rfr_mv .rfr_mvBox ._mvCatch .__text p {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: left;
  }
}
.rfr_mv .rfr_mvBox ._mvCatch .__text p {
  line-height: 1.2;
  font-size: 3.4rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .rfr_mv .rfr_mvBox ._mvCatch .__text p {
    font-size: 3.2rem;
  }
}
.rfr_mv .rfr_mvBox ._mvCatch .__text h2 {
  line-height: 1.6;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .rfr_mv .rfr_mvBox ._mvCatch .__text h2 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .rfr_mv .rfr_mvBox ._mvCatch .__text h2 {
    line-height: 1.2;
  }
}
.rfr_mv .rfr_mvBox ._mvCatch .__logo {
  margin: 6rem auto 0;
  width: 16rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .rfr_mv .rfr_mvBox ._mvCatch .__logo {
    margin-top: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  .rfr_mv .rfr_mvBox ._mvCatch .__logo {
    margin-top: 3rem;
  }
}
.rfr_mv ._mvBadge_list {
  position: relative;
  z-index: 5;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  gap: 3rem;
  width: 90%;
  max-width: 120rem;
  transform: translate(0, -50%);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .rfr_mv ._mvBadge_list {
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .rfr_mv ._mvBadge_list {
    flex-direction: column;
    gap: 0;
    width: 80%;
    transform: none;
  }
}
.rfr_mv ._mvBadge_list ._mvBadge_item {
  padding: 0 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 33%;
  height: 14rem;
  text-align: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("/medicare/lp_ad/images/rafra/bg_mv_banner.png");
}
@media screen and (max-width: 767px) {
  .rfr_mv ._mvBadge_list ._mvBadge_item {
    width: 100%;
    height: 12rem;
  }
}
.rfr_mv ._mvBadge_list ._mvBadge_item p {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .rfr_mv ._mvBadge_list ._mvBadge_item p {
    font-size: 1.8rem;
  }
}
.rfr_mv ._mvBadge_list ._mvBadge_item p sup {
  top: 0.5em;
  font-size: 1.2rem;
}
.rfr_mv ._mvBadge_list ._mvBadge_item span {
  display: block;
  color: var(--base-green);
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .rfr_mv ._mvBadge_list ._mvBadge_item span {
    font-size: 1.5rem;
  }
}
.rfr_mv ._mvBadge_list ._mvBadge_item span._attention {
  margin-left: auto;
  color: var(--base-brown);
  font-size: 1rem;
}
.rfr_mv .__notice {
  position: relative;
  margin: 0 auto;
  width: 80%;
  text-align: right;
  transform: translate(0, -220%);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .rfr_mv .__notice {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .rfr_mv .__notice {
    transform: translate(0, 40%);
  }
}

/* ====================================== */
/* rfr_about */
.rfr_about {
  position: relative;
}
.rfr_about .__inner {
  z-index: 0;
  padding: 9rem 0 12rem;
}
.rfr_about .__inner::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 25%;
  z-index: -1;
  background-color: var(--base-green-ll);
}
@media screen and (max-width: 767px) {
  .rfr_about .__inner {
    padding: 6rem 0 9rem;
  }
}
.rfr_about ._about_description {
  display: flex;
  align-items: center;
  gap: 6rem;
  width: 100%;
  padding: 6rem 8rem;
  border-radius: 1.5rem;
  background-color: #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .rfr_about ._about_description {
    padding: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .rfr_about ._about_description {
    padding: 6rem 3rem;
    flex-direction: column;
    gap: 4rem;
  }
}
.rfr_about ._about_description .__text,
.rfr_about ._about_description .__img {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .rfr_about ._about_description .__text .__head {
    justify-content: center;
    line-height: 1.6;
    text-align: center;
  }
}
.rfr_about ._about_description .__text .__head sup {
  top: 0.5em;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .rfr_about ._about_description .__text .__sentence {
    text-align: center;
  }
}
.rfr_about ._about_description + ._dot {
  margin: -1rem auto 8rem;
  display: block;
  width: 3rem;
}
@media screen and (max-width: 767px) {
  .rfr_about ._about_description + ._dot {
    margin: -1rem auto 6rem;
  }
}
@media screen and (max-width: 767px) {
  .rfr_about ._about_kindness .__head--block .__head {
    margin-top: 1.5rem;
  }
}
.rfr_about ._about_kindness .__head--block ._caution {
  display: block;
  margin-top: 2rem;
  font-weight: 500;
}
.rfr_about ._about_kindness ._kindnessPoint_list {
  display: flex;
  gap: 4.5rem;
}
@media screen and (max-width: 767px) {
  .rfr_about ._about_kindness ._kindnessPoint_list {
    margin: 4.5rem auto 0;
    flex-direction: column;
    width: 85%;
  }
}
.rfr_about ._about_kindness ._kindnessPoint_list ._kindnessPoint_item {
  position: relative;
}
.rfr_about ._about_kindness ._kindnessPoint_list ._kindnessPoint_item ._en {
  margin-left: auto;
  margin-bottom: 1.5rem;
  display: block;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .rfr_about ._about_kindness ._kindnessPoint_list ._kindnessPoint_item ._en {
    height: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .rfr_about ._about_kindness ._kindnessPoint_list ._kindnessPoint_item ._en img {
    width: auto;
    height: 1.2rem;
  }
}
.rfr_about ._about_kindness ._kindnessPoint_list ._kindnessPoint_item .__icon {
  position: absolute;
  padding: 0.5rem;
  width: 7rem;
  background-color: #fff;
  border-radius: 0 0 1.5rem 0;
}
.rfr_about ._about_kindness ._kindnessPoint_list ._kindnessPoint_item .__text {
  margin-top: 3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .rfr_about ._about_kindness ._kindnessPoint_list ._kindnessPoint_item .__text {
    margin-top: 2rem;
  }
}
.rfr_about ._about_kindness ._kindnessPoint_list ._kindnessPoint_item .__text .__head {
  color: var(--base-green);
  font-size: 2rem;
}
.rfr_about ._about_kindness ._kindnessPoint_list ._kindnessPoint_item .__text .__head span {
  line-height: 1;
  color: var(--base-green);
  font-size: 2.6rem;
  font-weight: bold;
}
.rfr_about ._about_kindness ._kindnessPoint_list ._kindnessPoint_item .__text .__sentence {
  margin-top: 1.5rem;
  line-height: 1.4;
}
.rfr_about ._about_kindness .__notice {
  margin-top: 3rem;
  text-align: right;
}

/* ====================================== */
/* rfr_lineup */
.rfr_lineup {
  background-color: var(--base-brown-ll);
}
.rfr_lineup .__inner {
  padding: 6rem 0 12rem;
  max-width: none;
}
@media screen and (max-width: 767px) {
  .rfr_lineup .__inner {
    padding: 9rem 0;
  }
}
.rfr_lineup ._lineup_description {
  margin: 0 auto;
  width: 95%;
  max-width: 120rem;
}
@media screen and (max-width: 767px) {
  .rfr_lineup ._lineup_description .__head--block {
    margin-bottom: 3rem;
  }
}
.rfr_lineup ._lineup_description .__head--block .__head {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .rfr_lineup ._lineup_description .__head--block .__head {
    font-size: 2.6rem;
  }
}
.rfr_lineup ._lineupSlider {
  position: relative;
  margin: 0 auto;
  padding: 2rem 1.5rem 6rem;
  max-width: 145rem;
  overflow: hidden;
}
.rfr_lineup ._lineupSlider ._lineupSlider_item {
  padding: 3rem;
  height: auto;
  background-color: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}
.rfr_lineup ._lineupSlider ._lineupSlider_item .__text {
  margin-top: 3rem;
}
.rfr_lineup ._lineupSlider ._lineupSlider_item .__text .__head {
  color: var(--base-green);
  font-size: 2.2rem;
  text-align: center;
  letter-spacing: -0.05em;
}
.rfr_lineup ._lineupSlider ._lineupSlider_item .__text .__head span {
  line-height: 1;
  color: var(--base-green);
  font-size: 1.8rem;
  font-weight: bold;
}
.rfr_lineup ._lineupSlider ._lineupSlider_item .__text .__sentence {
  margin-top: 1.5rem;
  line-height: 1.4;
  font-weight: normal;
  letter-spacing: 0.05em;
}
.rfr_lineup ._lineupSlider ._lineupSlider_item .__text .__notice {
  display: block;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .rfr_lineup ._lineupSlider ._lineupSlider_item .__text .__notice {
    margin-top: 1rem;
  }
}
.rfr_lineup ._lineupSlider ._lineupSlider_item ._lineup_badge {
  margin-top: -1rem;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}
.rfr_lineup ._lineupSlider ._lineupSlider_item ._lineup_badge li {
  padding: 0.8rem 1.8rem;
  display: block;
  font-size: 1.4rem;
  width: fit-content;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  border-radius: 30px;
  box-sizing: border-box;
  border: 1px solid var(--base-brown);
  background-color: #fff;
}
.rfr_lineup ._lineupSlider ._lineupSlider_item ._lineup_badge li._best {
  background-color: #ffde00;
  border: none;
}
.rfr_lineup ._lineupSlider ._lineupSlider_item .__button {
  margin: 0 auto;
  margin-top: 3rem;
  width: 80%;
}
.rfr_lineup ._lineupSlider .swiper-pagination-bullet {
  caret-color: transparent;
}
.rfr_lineup ._lineupSlider .swiper-pagination-bullet-active {
  background-color: var(--base-green);
  caret-color: transparent;
}
.rfr_lineup ._lineupSlider .swiper-button-next,
.rfr_lineup ._lineupSlider .swiper-button-prev {
  width: 3rem;
}
.rfr_lineup ._lineupSlider .swiper-button-next::before, .rfr_lineup ._lineupSlider .swiper-button-next::after,
.rfr_lineup ._lineupSlider .swiper-button-prev::before,
.rfr_lineup ._lineupSlider .swiper-button-prev::after {
  display: none;
}
.rfr_lineup ._lineupSlider .swiper-button-prev {
  left: 0;
  transform-origin: center;
  transform: rotate(-180deg);
}
.rfr_lineup ._lineupSlider .swiper-button-next {
  right: 0;
}
.rfr_lineup ._lineup_mwig {
  margin: 6rem auto 0;
  padding: 5rem;
  display: flex;
  align-items: center;
  gap: 5rem;
  max-width: 120rem;
  border-radius: 1.5rem;
  background-color: var(--base-yellow-l);
  border: 5px solid #fff;
}
@media screen and (max-width: 767px) {
  .rfr_lineup ._lineup_mwig {
    padding: 5rem 3rem;
    flex-direction: column;
    gap: 3rem;
  }
}
.rfr_lineup ._lineup_mwig .__logo {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .rfr_lineup ._lineup_mwig .__logo {
    width: 60%;
  }
}
.rfr_lineup ._lineup_mwig .__text {
  width: 75%;
  padding-left: 4.5rem;
  border-left: 3px solid #fff;
}
@media screen and (max-width: 767px) {
  .rfr_lineup ._lineup_mwig .__text {
    padding-left: 0;
    padding-top: 3.5rem;
    border-left: none;
    border-top: 3px solid #fff;
    width: 100%;
  }
}
.rfr_lineup ._lineup_mwig .__text .__head {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .rfr_lineup ._lineup_mwig .__text .__head {
    text-align: center;
    line-height: 1.4;
  }
}
.rfr_lineup ._lineup_mwig .__text .__sentence {
  margin-top: 1.5rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .rfr_lineup ._lineup_mwig .__text .__sentence {
    font-size: 1.5rem;
  }
}

/* ====================================== */
/* rfr_wigstyle */
.rfr_wigStyle .__inner {
  padding: 12rem 0;
}
@media screen and (max-width: 767px) {
  .rfr_wigStyle .__inner {
    padding: 9rem 0;
  }
}
.rfr_wigStyle ._wigStyle_description {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4.5rem;
}
@media screen and (max-width: 767px) {
  .rfr_wigStyle ._wigStyle_description {
    flex-direction: column;
    gap: 0;
  }
}
.rfr_wigStyle ._wigStyle_description .__head--block {
  text-align: left;
  padding-left: 4.5rem;
  border-left: 1px solid var(--base-brown);
}
@media screen and (max-width: 767px) {
  .rfr_wigStyle ._wigStyle_description .__head--block {
    padding-left: 0;
    text-align: center;
    border: none;
  }
}
.rfr_wigStyle ._wigStyle_description .__head--block .__sentence {
  font-size: 2.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .rfr_wigStyle ._wigStyle_description .__head--block .__sentence {
    font-size: 1.8rem;
  }
}
.rfr_wigStyle ._wigStyle_list {
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .rfr_wigStyle ._wigStyle_list {
    margin-top: 3rem;
    flex-direction: column;
    gap: 3.5rem;
  }
}
.rfr_wigStyle ._wigStyle_list ._wigStyle_item h3 {
  margin-top: 1.5rem;
  padding: 1.2rem;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .rfr_wigStyle ._wigStyle_list ._wigStyle_item h3 {
    font-size: 2.2rem;
  }
}
.rfr_wigStyle ._wigStyle_list ._wigStyle_item h3 span {
  margin-right: 1rem;
  padding: 1rem 1.8rem;
  display: inline-block;
  width: fit-content;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: bold;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .rfr_wigStyle ._wigStyle_list ._wigStyle_item h3 span {
    margin: 0 auto 1rem;
    padding: 0.8rem 1.4rem;
    display: block;
  }
}
.rfr_wigStyle ._wigStyle_list ._wigStyle_item dl {
  margin-top: 1.5rem;
}
.rfr_wigStyle ._wigStyle_list ._wigStyle_item dl div {
  margin-top: 1rem;
  display: flex;
  gap: 1.5rem;
}
.rfr_wigStyle ._wigStyle_list ._wigStyle_item dl div dt,
.rfr_wigStyle ._wigStyle_list ._wigStyle_item dl div dd {
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  border-radius: 1rem;
}
.rfr_wigStyle ._wigStyle_list ._wigStyle_item dl div dt {
  padding: 1.2rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
  font-size: 1.4rem;
}
.rfr_wigStyle ._wigStyle_list ._wigStyle_item dl div dd {
  padding: 1.2rem;
  flex: 1;
  line-height: 1.4;
  font-size: 1.4rem;
  background-color: var(--base-brown-ll);
}
.rfr_wigStyle ._wigStyle_list ._wigStyle_item dl div dd span {
  font-weight: 500;
  font-size: 1.4rem;
}
.rfr_wigStyle ._wigStyle_list ._wigStyle_item dl div dd span.--long {
  font-size: 1.3rem;
}
.rfr_wigStyle ._wigStyle_list ._wigStyle_item:nth-of-type(1) h3 {
  color: var(--base-pink);
  background-color: var(--base-pink-ll);
}
.rfr_wigStyle ._wigStyle_list ._wigStyle_item:nth-of-type(1) h3 span {
  color: #fff;
  background-color: var(--base-pink);
}
.rfr_wigStyle ._wigStyle_list ._wigStyle_item:nth-of-type(1) dl dt {
  background-color: var(--base-pink-ll);
}
.rfr_wigStyle ._wigStyle_list ._wigStyle_item:nth-of-type(2) h3 {
  color: var(--base-purple);
  background-color: var(--base-purple-ll);
}
.rfr_wigStyle ._wigStyle_list ._wigStyle_item:nth-of-type(2) h3 span {
  color: #fff;
  background-color: var(--base-purple);
}
.rfr_wigStyle ._wigStyle_list ._wigStyle_item:nth-of-type(2) dl dt {
  background-color: var(--base-purple-ll);
}

/* ====================================== */
/* rfr_orderFlow */
.rfr_orderFlow {
  background-color: var(--base-brown-ll);
}
.rfr_orderFlow .__inner {
  padding: 12rem 0 0;
}
@media screen and (max-width: 767px) {
  .rfr_orderFlow .__inner {
    padding: 9rem 0;
  }
}
.rfr_orderFlow ._orderflow_description .__head--block .__head {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .rfr_orderFlow ._orderflow_description .__head--block .__head {
    font-size: 2.6rem;
  }
}
.rfr_orderFlow ._orderFlow_list {
  background: linear-gradient(90deg, transparent 49.5%, var(--base-green) 49.5%, var(--base-green) 50.5%, transparent 50.5%);
}
.rfr_orderFlow ._orderFlow_list ._orderFlow_item {
  position: relative;
  padding: 6rem;
  border-radius: 1.5rem;
  background-color: #fff;
}
.rfr_orderFlow ._orderFlow_list ._orderFlow_item:not(:first-of-type) {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .rfr_orderFlow ._orderFlow_list ._orderFlow_item:not(:first-of-type) {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .rfr_orderFlow ._orderFlow_list ._orderFlow_item {
    padding: 4rem 3.5rem;
  }
}
.rfr_orderFlow ._orderFlow_list ._orderFlow_item .__icon {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-25%, -25%);
  width: 7rem;
}
@media screen and (max-width: 767px) {
  .rfr_orderFlow ._orderFlow_list ._orderFlow_item .__icon {
    width: 5.5rem;
    transform: translate(-20%, -20%);
  }
}
.rfr_orderFlow ._orderFlow_list ._orderFlow_item .__text .__head {
  font-size: 2.4rem;
  color: var(--base-green);
}
@media screen and (max-width: 767px) {
  .rfr_orderFlow ._orderFlow_list ._orderFlow_item .__text .__head {
    line-height: 1.4;
    font-size: 2rem;
  }
}
.rfr_orderFlow ._orderFlow_list ._orderFlow_item .__text .__sentence {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .rfr_orderFlow ._orderFlow_list ._orderFlow_item .__text .__sentence {
    font-size: 1.5rem;
  }
}
.rfr_orderFlow ._orderFlow_contents {
  margin-top: 8.5rem;
}
@media screen and (max-width: 767px) {
  .rfr_orderFlow ._orderFlow_contents {
    margin-top: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  .rfr_orderFlow ._orderFlow_contents ._orderFlow_switch {
    display: none;
  }
}
.rfr_orderFlow ._orderFlow_contents ._orderFlow_switch ul {
  border-radius: 1.5rem 1.5rem 0 0;
  overflow: hidden;
  display: flex;
}
.rfr_orderFlow ._orderFlow_contents ._orderFlow_switch ul li {
  flex: 1;
}
.rfr_orderFlow ._orderFlow_contents ._orderFlow_switch ul li:nth-of-type(1) p.--active {
  color: var(--base-pink);
  background-color: var(--base-pink-ll);
}
.rfr_orderFlow ._orderFlow_contents ._orderFlow_switch ul li:nth-of-type(1) p.--active span {
  color: #fff;
  background-color: var(--base-pink);
}
.rfr_orderFlow ._orderFlow_contents ._orderFlow_switch ul li:nth-of-type(2) p.--active {
  color: var(--base-purple);
  background-color: var(--base-purple-ll);
}
.rfr_orderFlow ._orderFlow_contents ._orderFlow_switch ul li:nth-of-type(2) p.--active span {
  color: #fff;
  background-color: var(--base-purple);
}
.rfr_orderFlow ._orderFlow_contents ._orderFlow_switch ul p {
  flex: 1;
  background: #f0f0f0;
  display: block;
  padding: 2.5rem;
  color: #b3b3b3;
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
  caret-color: transparent;
}
.rfr_orderFlow ._orderFlow_contents ._orderFlow_switch ul p.--active {
  background: var(--base-green);
  color: #fff;
}
.rfr_orderFlow ._orderFlow_contents ._orderFlow_switch ul p span {
  margin-right: 1rem;
  padding: 1rem 1.8rem;
  display: inline-block;
  width: fit-content;
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  border-radius: 30px;
  background-color: #ccc;
}
@media screen and (max-width: 767px) {
  .rfr_orderFlow ._orderFlow_contents ._orderFlow_switch ul p span {
    margin: 0 auto 1rem;
    padding: 0.8rem 1.4rem;
    display: block;
  }
}
@media screen and (min-width: 766px) {
  .rfr_orderFlow ._orderFlow_contents ._switch_contents ._switch_title {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .rfr_orderFlow ._orderFlow_contents ._switch_contents ._switch_title {
    color: #fff;
    display: block;
    padding: 1.5rem 0;
    color: #b3b3b3;
    font-size: 1.8rem;
    text-align: center;
    color: #fff;
    font-weight: 700;
    color: var(--base-green);
    position: relative;
  }
  .rfr_orderFlow ._orderFlow_contents ._switch_contents ._switch_title span {
    margin-right: 1rem;
    padding: 1rem 1.8rem;
    display: inline-block;
    width: fit-content;
    font-size: 1.4rem;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    border-radius: 30px;
    background-color: #ccc;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .rfr_orderFlow ._orderFlow_contents ._switch_contents ._switch_title span {
    margin: 0 auto 1rem;
    padding: 0.8rem 1.4rem;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .rfr_orderFlow ._orderFlow_contents ._switch_contents ._switch_title img {
    position: absolute;
    width: 3.5rem;
    height: auto;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 767px) {
  .rfr_orderFlow ._orderFlow_contents ._switch_contents ._switch_title.--active img {
    transform: translate(-50%, -50%) rotate(180deg);
  }
}
.rfr_orderFlow ._orderFlow_contents ._switch_contaier {
  background-color: #fff;
}
@media screen and (min-width: 766px) {
  .rfr_orderFlow ._orderFlow_contents ._switch_contaier {
    padding: 8rem 8rem 12rem;
    display: none;
    border: 8px solid var(--base-green);
    border-bottom: none;
  }
  .rfr_orderFlow ._orderFlow_contents ._switch_contaier.--active {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .rfr_orderFlow ._orderFlow_contents ._switch_contaier {
    padding: 0;
    border: 2px solid var(--base-green);
    border-radius: 15px;
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .rfr_orderFlow ._orderFlow_contents ._switch_contaier ._container_in {
    padding: 6rem 2.5rem;
    display: none;
  }
}
.rfr_orderFlow ._orderFlow_contents ._switch_contaier ._container_in .__notice {
  text-align: right;
}
.rfr_orderFlow ._orderFlow_contents ._switch_contaier._block01 {
  border-color: var(--base-pink-ll);
}
.rfr_orderFlow ._orderFlow_contents ._switch_contaier._block01 ._switch_title {
  color: var(--base-pink);
  background-color: var(--base-pink-ll);
}
.rfr_orderFlow ._orderFlow_contents ._switch_contaier._block01 ._switch_title span {
  color: #fff;
  background-color: var(--base-pink);
}
.rfr_orderFlow ._orderFlow_contents ._switch_contaier._block02 {
  border-color: var(--base-purple-ll);
}
.rfr_orderFlow ._orderFlow_contents ._switch_contaier._block02 ._switch_title {
  color: var(--base-purple);
  background-color: var(--base-purple-ll);
}
.rfr_orderFlow ._orderFlow_contents ._switch_contaier._block02 ._switch_title span {
  color: #fff;
  background-color: var(--base-purple);
}
.rfr_orderFlow ._orderFlow_contents ._switch_contaier ._orderFlow_item {
  background-color: var(--base-brown-ll);
}
.rfr_orderFlow .__link {
  margin-top: 2rem;
}

/* ====================================== */
/* rfr_afterSupport */
.rfr_afterSupport {
  border-top: 3px solid var(--base-green);
  padding-bottom: 16rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .rfr_afterSupport {
    padding-bottom: 10rem;
  }
}
.rfr_afterSupport .__inner > .__head--block {
  position: relative;
}
.rfr_afterSupport .__inner > .__head--block span {
  letter-spacing: 0;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  font-size: 2.8rem;
  color: #fff;
  background: var(--base-green);
  padding: 1.8rem 3.5rem;
  border-radius: 100px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .rfr_afterSupport .__inner > .__head--block span {
    font-size: 1.8rem;
    width: 80%;
  }
}
.rfr_afterSupport .__inner > .__head--block span::before {
  content: "";
  position: absolute;
  top: 99%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid var(--base-green);
}
.rfr_afterSupport .__inner > .__head--block .__head {
  text-align: center;
  padding-top: 8.5rem;
  font-size: 3.4rem;
}
@media screen and (max-width: 767px) {
  .rfr_afterSupport .__inner > .__head--block .__head {
    padding-top: 7.5rem;
    font-size: 2.8rem;
  }
}
.rfr_afterSupport .__inner > .__head--block .__sentence {
  font-size: 2.2rem;
  margin-top: 3.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .rfr_afterSupport .__inner > .__head--block .__sentence {
    margin-top: 2.5rem;
    font-size: 1.6rem;
  }
}
.rfr_afterSupport ._afterSupport_images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .rfr_afterSupport ._afterSupport_images {
    gap: 1.8rem;
    grid-template-columns: 1fr;
    margin-top: 3.5rem;
  }
}
.rfr_afterSupport ._afterSupport_images > div {
  position: relative;
}
.rfr_afterSupport ._afterSupport_images > div p {
  position: absolute;
  left: 50%;
  bottom: 0;
  padding: 1.2rem 1.8rem;
  display: block;
  width: max-content;
  line-height: 1;
  color: var(--base-green);
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  background-color: #fff;
  border-radius: 100px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .rfr_afterSupport ._afterSupport_images > div p {
    font-size: 1.6rem;
  }
}
.rfr_afterSupport ._afterSupport_detail {
  margin-top: 3.5rem;
}
.rfr_afterSupport ._afterSupport_detail .__ac-button-support.--active p img {
  transform: translate(-50%, -100%) rotate(180deg);
}
.rfr_afterSupport ._afterSupport_detail .__ac-button-support p {
  display: block;
  border: 1px solid var(--base-green);
  text-align: center;
  padding: 1.2rem;
  border-radius: 15px;
  cursor: pointer;
  position: relative;
  padding-bottom: 2.5rem;
}
.rfr_afterSupport ._afterSupport_detail .__ac-button-support p span {
  color: var(--base-green);
  font-weight: 700;
}
.rfr_afterSupport ._afterSupport_detail .__ac-button-support p img {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2.2rem;
  height: auto;
  transform: translate(-50%, -100%);
  transition: 0.5s;
}
.rfr_afterSupport ._detail_contents {
  margin-top: 8.5rem;
  display: none;
}
.rfr_afterSupport ._detail_contents ._detail_block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5.5rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .rfr_afterSupport ._detail_contents ._detail_block {
    gap: 2.5rem;
    grid-template-columns: 1fr;
  }
}
.rfr_afterSupport ._detail_contents ._detail_block.--line {
  margin-top: 5.5rem;
  padding-top: 5.5rem;
  border-top: 1px solid #d5d5d5;
}
.rfr_afterSupport ._detail_contents ._detail_block > .__img {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .rfr_afterSupport ._detail_contents ._detail_block > .__img {
    order: 2;
  }
}
.rfr_afterSupport ._detail_contents ._detail_block .__text {
  order: 1;
}
@media screen and (max-width: 767px) {
  .rfr_afterSupport ._detail_contents ._detail_block .__text {
    order: 1;
  }
}
.rfr_afterSupport ._detail_contents ._detail_block .__text .__head--block {
  margin-bottom: 0;
  display: flex;
  align-items: flex-start;
  gap: 3rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .rfr_afterSupport ._detail_contents ._detail_block .__text .__head--block {
    justify-content: center;
  }
}
.rfr_afterSupport ._detail_contents ._detail_block .__text .__head--block ._num {
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .rfr_afterSupport ._detail_contents ._detail_block .__text .__head--block ._num {
    width: 8rem;
  }
}
.rfr_afterSupport ._detail_contents ._detail_block .__text .__head--block .__head {
  font-weight: 700;
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .rfr_afterSupport ._detail_contents ._detail_block .__text .__head--block .__head {
    font-size: 2.2rem;
  }
}
.rfr_afterSupport ._detail_contents ._detail_block .__text .__head--block .__head ._en {
  margin: 1.2rem 0;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .rfr_afterSupport ._detail_contents ._detail_block .__text .__head--block .__head ._en {
    margin-top: 0;
  }
}
.rfr_afterSupport ._detail_contents ._detail_block .__text .__sentence {
  margin-top: 3rem;
  padding-top: 3rem;
  font-size: 2.2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .rfr_afterSupport ._detail_contents ._detail_block .__text .__sentence {
    font-size: 1.6rem;
  }
}
.rfr_afterSupport ._detail_contents ._detail_block .__text .__sentence::before {
  width: 150%;
  height: 1px;
  background: var(--base-brown);
  position: absolute;
  top: 0;
  right: 0;
  content: "";
}
.rfr_afterSupport ._detail_contents ._detail_block .__text .__sentence .__head {
  margin-bottom: 2rem;
  color: var(--base-green);
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .rfr_afterSupport ._detail_contents ._detail_block .__text .__sentence .__head {
    text-align: center;
  }
}
.rfr_afterSupport ._detail_contents ._detail_container {
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .rfr_afterSupport ._detail_contents ._detail_container {
    margin-top: 3.5rem;
  }
}
.rfr_afterSupport ._detail_contents ._detail_container h3 {
  color: var(--base-green);
  font-size: 2.5rem;
  font-weight: bold;
  position: relative;
  padding: 0.6rem 0 0.6rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .rfr_afterSupport ._detail_contents ._detail_container h3 {
    font-size: 2rem;
  }
}
.rfr_afterSupport ._detail_contents ._detail_container h3:not(:first-child) {
  margin-top: 5.5rem;
}
.rfr_afterSupport ._detail_contents ._detail_container h3::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 1.2rem;
  height: 100%;
  border-radius: 100px;
  background: var(--base-green);
}
.rfr_afterSupport ._detail_contents ._detail_container figure {
  margin-top: 3.5rem;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .rfr_afterSupport ._detail_contents ._detail_container figure {
    margin-top: 1.8rem;
    overflow-x: auto;
  }
}
.rfr_afterSupport ._detail_contents ._detail_container figure img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .rfr_afterSupport ._detail_contents ._detail_container figure img {
    width: 180%;
  }
}
.rfr_afterSupport ._detail_contents ._detail_container p {
  font-size: 1.4rem;
  margin-top: 1.8rem;
}
.rfr_afterSupport ._detail_contents .__menu {
  margin-top: 3.5rem;
  background: var(--base-brown-ll);
  padding: 2.5rem;
  display: flex;
  align-items: center;
  gap: 1.8rem;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .rfr_afterSupport ._detail_contents .__menu {
    padding: 1.8rem;
    flex-direction: column;
    align-items: flex-start;
  }
}
.rfr_afterSupport ._detail_contents .__menu h4 {
  font-size: 1.8rem;
  background: var(--base-green);
  line-height: 1;
  padding: 0.8rem 1.2rem;
  color: #fff;
  font-weight: 500;
  border-radius: 100px;
}
.rfr_afterSupport ._detail_contents .__menu p {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .rfr_afterSupport ._detail_contents .__menu p {
    font-size: 1.6rem;
  }
}

/* ====================================== */
/* rfr_voice */
.rfr_voice {
  background-color: var(--base-green-ll);
  position: relative;
}
.rfr_voice .__inner {
  padding: 12rem 0;
}
@media screen and (max-width: 767px) {
  .rfr_voice .__inner {
    padding: 9rem 0;
  }
}
.rfr_voice ._voice_container {
  margin-top: 8.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3.5rem;
}
@media screen and (max-width: 767px) {
  .rfr_voice ._voice_container {
    gap: 2.2rem;
    margin-top: 4.5rem;
    grid-template-columns: 1fr;
  }
}
.rfr_voice ._voice_block {
  padding: 3rem;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.rfr_voice ._voice_block ._headLine {
  display: grid;
  grid-template-columns: 2.5fr 7.5fr;
  gap: 1.8rem;
  padding-bottom: 4.5rem;
  position: relative;
}
.rfr_voice ._voice_block ._headLine i {
  position: absolute;
  bottom: 0;
  left: 0;
}
.rfr_voice ._voice_block ._headLine i img {
  width: 100%;
  height: auto;
}
.rfr_voice ._voice_block ._headLine .__icon {
  padding: 1rem;
  width: 8rem;
  height: 8rem;
  border-radius: 100px;
  background-color: #ebf5c4;
}
.rfr_voice ._voice_block ._headLine .__icon img {
  display: block;
  width: 100%;
}
.rfr_voice ._voice_block ._headLine h3 {
  font-size: 2rem;
  color: var(--base-green);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}
.rfr_voice ._voice_block ._headLine p {
  text-align: right;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--base-green);
  margin-top: 1.2rem;
}
.rfr_voice ._voice_block .__contents p {
  font-size: 1.6rem;
  line-height: 1.8;
}

/* ====================================== */
/* rfr_qa */
.rfr_qa {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .rfr_qa {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 766px) {
  .rfr_qa .__head--box .__head {
    justify-content: flex-start;
  }
}
.rfr_qa ._qa_contents {
  margin-top: 8.5rem;
}
@media screen and (max-width: 767px) {
  .rfr_qa ._qa_contents {
    margin-top: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  .rfr_qa ._qa_contents ._qa_switch {
    display: none;
  }
}
.rfr_qa ._qa_contents ._qa_switch ul {
  border-radius: 15px 15px 0 0;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3px;
}
.rfr_qa ._qa_contents ._qa_switch ul span {
  background: #f0f0f0;
  display: block;
  padding: 2.5rem;
  color: #b3b3b3;
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
  caret-color: transparent;
}
.rfr_qa ._qa_contents ._qa_switch ul span.--active {
  background: var(--base-green);
  color: #fff;
}
@media screen and (min-width: 766px) {
  .rfr_qa ._qa_contents ._switch_contents {
    border: 8px solid var(--base-green);
    border-radius: 0 0 15px 15px;
    padding: 5.5rem;
  }
}
@media screen and (min-width: 766px) {
  .rfr_qa ._qa_contents ._switch_contents ._switch_title {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .rfr_qa ._qa_contents ._switch_contents ._switch_title {
    color: #fff;
    display: block;
    padding: 2.5rem 0;
    color: #b3b3b3;
    font-size: 1.8rem;
    text-align: center;
    color: #fff;
    font-weight: 700;
    color: var(--base-green);
    position: relative;
  }
  .rfr_qa ._qa_contents ._switch_contents ._switch_title img {
    position: absolute;
    width: 3.5rem;
    height: auto;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .rfr_qa ._qa_contents ._switch_contents ._switch_title.--active img {
    transform: translate(-50%, -50%) rotate(180deg);
  }
}
@media screen and (min-width: 766px) {
  .rfr_qa ._qa_contents ._switch_contaier {
    display: none;
  }
  .rfr_qa ._qa_contents ._switch_contaier.--active {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .rfr_qa ._qa_contents ._switch_contaier {
    padding: 0rem;
    border: 2px solid var(--base-green);
    border-radius: 15px;
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .rfr_qa ._qa_contents ._switch_contaier ._container_in {
    padding: 2.2rem;
    padding-top: 0;
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .rfr_qa ._qa_contents ._switch_title + section {
    display: none;
  }
}
@media screen and (min-width: 766px) {
  .rfr_qa ._qa_contents .p-lineup__listsupport {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .rfr_qa ._qa_contents .accordion-box {
    padding: 0 3rem 3.5rem;
  }
}
.rfr_qa ._qa_contents .accordion-title {
  line-height: 1.4;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .rfr_qa ._qa_contents .accordion-title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .rfr_qa ._qa_contents .p-lineup__listsupport {
    padding: 0 1.5rem;
  }
}
.rfr_qa ._qa_contents .p-lineup__listsupport .accordion-area li:last-child section {
  border-bottom: 0;
}

/* ====================================== */
/* rfr_support */
.rfr_support {
  padding: 15rem 0;
  position: relative;
  background: linear-gradient(180deg, #fff 0%, #fff 50%, var(--base-yellow-l) 50%, var(--base-yellow-l) 100%);
}
@media screen and (max-width: 767px) {
  .rfr_support {
    padding: 9rem 0;
  }
}
.rfr_support .__inner {
  position: relative;
  padding: 8rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5.5rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 2rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .rfr_support .__inner {
    gap: 3.5rem;
    padding: 6rem 3.5rem;
    grid-template-columns: 1fr;
  }
}
.rfr_support .__inner .__button {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin: 0 auto;
  padding: 1.8rem 3.5rem;
  width: 80%;
  max-width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  text-align: center;
  border: 2px solid var(--base-green);
  transform: translate(-50%, 50%);
  background: var(--base-green);
}
@media screen and (max-width: 767px) {
  .rfr_support .__inner .__button {
    padding: 1.2rem 3.5rem;
  }
}
.rfr_support .__inner .__button span {
  color: #fff;
  font-weight: 500;
}
.rfr_support .__inner .__button:hover {
  background: #fff;
}
.rfr_support .__inner .__button:hover span {
  color: var(--base-green);
}
.rfr_support .__inner .__button:hover svg path {
  stroke: var(--base-green);
}
.rfr_support .__inner .__head {
  margin-top: 3.5rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .rfr_support .__inner .__head {
    margin-top: 2.5rem;
    text-align: center;
  }
}
.rfr_support .__inner ._subHead {
  font-size: 2.2rem;
  color: var(--base-green);
  margin-top: 3.5rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .rfr_support .__inner ._subHead {
    font-size: 1.8rem;
    letter-spacing: 0;
    text-align: center;
  }
}
.rfr_support .__inner .__sentence {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .rfr_support .__inner .__sentence {
    margin-top: 1.5rem;
  }
}

/* ====================================== */
/* rfr_wish */
.rfr_wish {
  background: var(--base-yellow-l);
  padding: 0 5%;
}
.rfr_wish .__inner {
  padding: 12rem 0;
  width: 100%;
  max-width: none;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .rfr_wish .__inner {
    padding: 9rem 0;
  }
}
.rfr_wish ._wish_contents {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.rfr_wish ._wish_intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5.5rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .rfr_wish ._wish_intro {
    grid-template-columns: 1fr;
  }
}
.rfr_wish ._wish_intro .__head {
  line-height: 1.4;
  letter-spacing: 0;
  font-size: 3.5rem;
  color: var(--base-green);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .rfr_wish ._wish_intro .__head {
    font-size: 2.8rem;
    text-align: center;
  }
}
.rfr_wish ._wish_intro .__sentence {
  margin-top: 3rem;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .rfr_wish ._wish_intro .__sentence {
    margin-top: 2rem;
    font-size: 1.6rem;
    text-align: center;
  }
}
.rfr_wish ._wish_history {
  margin-top: 6rem;
  background: #fbf9f4;
  position: relative;
  padding: 3.5rem 5.5rem;
}
@media screen and (max-width: 767px) {
  .rfr_wish ._wish_history {
    margin-top: 4rem;
    padding: 4.5rem 3.5rem;
  }
}
.rfr_wish ._wish_history h4 {
  display: inline-block;
  top: 0;
  background: var(--base-green);
  font-size: 1.8rem;
  border-radius: 100px;
  color: #fff;
  font-weight: 700;
  padding: 8px 18px;
}
@media screen and (max-width: 767px) {
  .rfr_wish ._wish_history h4 {
    display: block;
    text-align: center;
  }
}
.rfr_wish ._wish_history p {
  font-size: 1.6rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .rfr_wish ._wish_history p {
    font-size: 1.4rem;
  }
}
.rfr_wish ._wish_history p:nth-child(2) {
  margin-top: 2rem;
}
.rfr_wish ._wish_mark {
  margin-top: 6rem;
}
.rfr_wish ._wish_mark .__ac-button.--active p img {
  transform: translate(-50%, -100%) rotate(180deg);
}
.rfr_wish ._wish_mark .__ac-button p {
  display: block;
  border: 1px solid var(--base-green);
  text-align: center;
  padding: 1.2rem;
  border-radius: 15px;
  cursor: pointer;
  position: relative;
  padding-bottom: 2.5rem;
}
.rfr_wish ._wish_mark .__ac-button p span {
  color: var(--base-green);
  font-weight: 700;
}
.rfr_wish ._wish_mark .__ac-button p img {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2.2rem;
  height: auto;
  transform: translate(-50%, -100%);
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .rfr_wish ._wish_mark {
    margin-top: 4rem;
  }
}
.rfr_wish ._wish_mark ._mark_contents {
  display: none;
}
.rfr_wish ._wish_mark ._mark_contents > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12rem;
  position: relative;
  padding: 6.5rem 0;
}
@media screen and (max-width: 767px) {
  .rfr_wish ._wish_mark ._mark_contents > div {
    padding: 6.5rem 2rem;
    gap: 2.8rem;
    grid-template-columns: 1fr;
  }
}
.rfr_wish ._wish_mark ._mark_contents > div::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 85%;
  border-left: 1px dotted #d5d5d5;
  left: 50%;
  top: 8%;
}
@media screen and (max-width: 767px) {
  .rfr_wish ._wish_mark ._mark_contents > div::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .rfr_wish ._wish_mark ._mark_contents {
    gap: 2.8rem;
    grid-template-columns: 1fr;
  }
}
.rfr_wish ._wish_mark ._mark_contents ._mark_intro figure {
  background: #fcf8de;
  width: 100%;
  padding: 1.5rem;
  box-sizing: border-box;
}
.rfr_wish ._wish_mark ._mark_contents ._mark_intro figure img {
  margin: 0 auto;
  display: block;
  width: 65%;
}
.rfr_wish ._wish_mark ._mark_contents ._mark_intro .__head {
  color: var(--base-green);
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .rfr_wish ._wish_mark ._mark_contents ._mark_intro .__head {
    margin-top: 3rem;
    text-align: center;
  }
}
.rfr_wish ._wish_mark ._mark_contents ._mark_intro .__sentence {
  font-size: 2.2rem;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .rfr_wish ._wish_mark ._mark_contents ._mark_intro .__sentence {
    font-size: 1.6rem;
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .rfr_wish ._wish_mark ._mark_contents ._mark_list {
    border-top: 1px dotted #d5d5d5;
    padding-top: 2.8rem;
  }
}
.rfr_wish ._wish_mark ._mark_contents ._mark_list p {
  font-size: 1.6rem;
  margin-top: 1.4rem;
}
.rfr_wish ._wish_mark ._mark_contents ._mark_list h4 {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.rfr_wish ._wish_mark ._mark_contents ._mark_list h4:not(:first-child) {
  margin-top: 3.5rem;
}
.rfr_wish ._wish_mark ._mark_contents ._mark_list h4 img {
  width: 3.5rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .rfr_wish ._wish_mark ._mark_contents ._mark_list h4 img {
    width: 2.5rem;
  }
}
.rfr_wish ._wish_mark ._mark_contents ._mark_list h4 span {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .rfr_wish ._wish_mark ._mark_contents ._mark_list h4 span {
    font-size: 2rem;
  }
}