@charset "UTF-8";
/*共通*/
html {
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  background-color: #fffff5;
}

p {
  margin: 0;
}

ul {
  margin: 0;
}

a {
  text-decoration: none;
}

@media screen and (min-width: 992px) {
  .sp-only_lg {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {
  .pc-only_lg {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .sp-only_xl {
    display: none !important;
  }
}

@media screen and (max-width: 1199px) {
  .pc-only_xl {
    display: none !important;
  }
}

.text {
  font-size: clamp(0.813rem, 0.688rem + 0.63vw, 1.25rem);
  font-weight: bold;
}

.tel {
  font-size: clamp(1.375rem, 1.196rem + 0.89vw, 2rem);
  font-weight: bold;
  text-decoration: none;
}

.time {
  font-size: clamp(0.813rem, 0.759rem + 0.27vw, 1rem);
  font-weight: 500;
}

/*リンクボタン*/
.cta-btn_s {
  padding: 0.4em 1em 0.5em 1em;
  font-size: 14px;
  display: inline-block;
  background: #469650;
  color: #f8f5f0;
  font-weight: bold;
  text-decoration: none;
  border: 2px solid #469650;
  border-radius: 2em;
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .cta-btn_s {
    font-size: 20px;
    padding: 0.65em 2em 0.7em 2em;
  }
}
@media (hover: hover) and (pointer: fine) {
  .cta-btn_s:hover {
    background: inherit;
    color: #469650;
  }
}

.cta-btn_s_p {
  padding: 0.4em 1em 0.5em 1em;
  font-size: 14px;
  margin-top: 0.5em;
  display: inline-block;
  background: #469650;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  border: 2px solid #469650;
  border-radius: 2em;
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .cta-btn_s_p {
    font-size: 20px;
    padding: 0.65em 2em 0.7em 2em;
  }
}
@media (hover: hover) and (pointer: fine) {
  .cta-btn_s_p:hover {
    background: inherit;
    color: #469650;
  }
}

.cta-btn_l {
  padding: 1em 2em 1em 2em;
  font-size: clamp(1rem, 0.875rem + 0.63vw, 1.438rem);
  display: inline-block;
  background: #469650;
  color: #f8f5f0;
  font-weight: bold;
  text-decoration: none;
  border: 2px solid #469650;
  border-radius: 2em;
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .cta-btn_l {
    font-size: clamp(1rem, 0.875rem + 0.63vw, 1.438rem);
    padding: 0.4em 2em 0.5em 2em;
  }
}
@media (hover: hover) and (pointer: fine) {
  .cta-btn_l:hover {
    background: inherit;
    color: #469650;
  }
}

.cta-btn_l_w {
  padding: 1em 2em 1em 2em;
  font-size: clamp(1rem, 0.875rem + 0.63vw, 1.438rem);
  display: inline-block;
  background: #f8f5f0;
  color: #469650;
  font-weight: bold;
  text-decoration: none;
  border: 2px solid #f8f5f0;
  border-radius: 2em;
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .cta-btn_l_w {
    font-size: clamp(1rem, 0.875rem + 0.63vw, 1.438rem);
    padding: 0.4em 2em 0.5em 2em;
  }
}
@media (hover: hover) and (pointer: fine) {
  .cta-btn_l_w:hover {
    background: inherit;
    color: #469650;
  }
}
@media (hover: hover) and (pointer: fine) {
  .cta-btn_l_w:hover {
    background: #469650;
    color: #f8f5f0;
  }
}

/*点線*/
main {
  margin-top: 60px;
}
@media screen and (min-width: 992px) {
  main {
    margin-top: 110px;
  }
}

section {
  margin-top: 3em;
  margin-bottom: 3em;
  padding-top: 3em;
}
@media screen and (min-width: 768px) {
  section {
    margin-top: 6em;
    margin-bottom: 6em;
  }
}

.section-inner {
  max-width: 1180px;
  width: 82%;
  margin: 0 auto;
}

img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

h2 {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  font-size: clamp(1.375rem, 1.054rem + 1.61vw, 2.5rem);
  text-align: center;
  font-weight: bold;
  margin-bottom: 2em;
}
h2 .eng {
  display: block;
  color: #faaa8c;
  font-size: clamp(1rem, 0.714rem + 1.43vw, 2rem);
  margin-bottom: 0.5em;
}
h2::after {
  position: absolute;
  display: inline-block;
  content: "";
  background: radial-gradient(circle farthest-side, #469650, #469650 30%, transparent 30%, transparent);
  background-size: 0.5em;
  height: 0.5em;
  width: 100%;
  left: -0.1em;
  bottom: -1em;
}

.ib {
  display: inline-block;
}

.anchor {
  padding-top: 68px;
  margin-top: -68px;
}

/*==================================================
 * header
 *================================================*/
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 68px;
  background-color: #fffff5;
  z-index: 999;
}
@media screen and (min-width: 1200px) {
  .header {
    height: 110px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
}
.header .header_inner {
  position: relative;
  padding: 16px;
  display: flex;
}
@media screen and (min-width: 1200px) {
  .header .header_inner {
    width: 100%;
    padding: 25px 60px;
  }
}
.header .header_inner .logo {
  height: 36px;
}
@media screen and (min-width: 1200px) {
  .header .header_inner .logo {
    height: 60px;
  }
}
.header .header_inner .logo img {
  width: 118px;
  height: 36px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1200px) {
  .header .header_inner .logo img {
    width: 196px;
    height: 60px;
  }
}
.header .header_inner .header_btn {
  position: absolute;
  right: 62px;
  top: 16px;
}
@media screen and (min-width: 1200px) {
  .header .header_inner .header_btn {
    right: 60px;
    top: 25px;
  }
}

/*グローバルナビ*/
@media only screen and (max-width: 1199px) {
  .nav {
    position: fixed;
    right: -100%; /* 右から出てくる */
    top: 0;
    width: 100%;
    height: 100dvh;
    padding-top: 60px;
    background-color: #469650;
    transition: all 0.6s;
    z-index: 9000;
    overflow-y: auto; /* メニューが多くなったらスクロールできるように */
  }
  .nav-inner {
    width: 82%;
    margin: 0 auto;
  }
  .nav-inner .contact {
    margin-top: 3em;
  }
  .nav-inner .contact p,
  .nav-inner .contact a,
  .nav-inner .contact span {
    color: #f8f5f0;
  }
  .nav_list {
    margin: 0 0 3em 0;
    padding: 0;
    list-style: none;
  }
  .nav_item {
    text-align: center;
    padding: 0;
  }
  .nav_item a {
    display: block;
    padding: 8px 0;
    font-size: 29px;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
    text-align: left;
  }
  .hamburger {
    position: absolute;
    right: 16px;
    top: 16px;
    width: 36px;
    height: 36px;
    background-color: #469650;
    border-radius: 18px;
    cursor: pointer;
    z-index: 9999;
  }
  .hamburger_border {
    position: absolute;
    left: 9px;
    width: 18px;
    height: 2px;
    background-color: #f8f5f0;
    transition: all 0.6s;
  }
  .hamburger_border_top {
    top: 11px;
  }
  .hamburger_border_center {
    top: 18px;
  }
  .hamburger_border_bottom {
    top: 25px;
  }
  /* 表示された時用のCSS */
  .nav-open .nav {
    right: 0;
  }
  .nav-open .hamburger_border_top {
    transform: rotate(45deg);
    top: 20px;
  }
  .nav-open .hamburger_border_center {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger_border_bottom {
    transform: rotate(-45deg);
    top: 20px;
  }
} /* sp */
@media only screen and (min-width: 1200px) {
  .nav {
    margin-right: 250px;
  }
  .nav_list {
    text-align: right;
  }
  .nav_list li {
    display: inline-block;
    text-align: right;
    padding-left: 20px;
    width: auto;
    height: auto;
  }
  .nav_list li a {
    color: #469650;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
  }
} /* pc */
/*==================================================
 * #first-view
 *================================================*/
#first-view {
  height: auto;
  padding-top: 0;
}
@media screen and (min-width: 992px) {
  #first-view {
    height: auto;
  }
}
#first-view .section-inner {
  padding: 3em 0;
}
@media screen and (min-width: 992px) {
  #first-view .section-inner {
    padding: 8em 0;
  }
}
#first-view .section-inner .mv {
  margin-top: 3em;
}
@media screen and (min-width: 992px) {
  #first-view .section-inner .mv {
    margin-top: 0;
  }
}

/*==================================================
 * #service
 *================================================*/
#service .grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 21px;
  grid-auto-rows: minmax(0, auto);
  margin: 2em 4% 0 4%;
}
@media screen and (min-width: 992px) {
  #service .grid-container {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 41px;
    margin: 3em 0 0 0;
  }
}
#service .grid-container .menu {
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  background-color: #faaa8c;
  border-radius: 17px;
  padding: 5%;
}
@media screen and (min-width: 992px) {
  #service .grid-container .menu {
    border-radius: 32px;
  }
}
#service .grid-container .menu .title {
  font-size: clamp(0.813rem, 0.545rem + 1.34vw, 1.75rem);
  margin-bottom: 0.5em;
}
#service .grid-container .menu img {
  width: 60%;
  margin-bottom: 0.5em;
}
#service .grid-container .menu .text {
  font-size: clamp(0.813rem, 0.634rem + 0.89vw, 1.438rem);
}

/*==================================================
 * #problem
 *================================================*/
#problem {
  background-color: #f5f4e9;
  padding: 3em 0;
}
@media screen and (min-width: 992px) {
  #problem {
    width: 82%;
    max-width: 1180px;
    margin: 5em auto;
    border-radius: 57px;
  }
}
#problem .grid-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, clamp(180px, 41vw, 220px));
  gap: 1.5em;
}
@media screen and (min-width: 992px) {
  #problem .grid-container {
    grid-template-columns: min(27.8vw, 400px) min(27.8vw, 400px);
    grid-template-rows: repeat(2, minmax(0, min(27.8vw, 400px)));
    gap: 24px;
    width: min(55.6vw + 24px, 824px);
    margin: 3em auto 0 auto;
  }
}
#problem .grid-container .item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: clamp(180px, 41vw, 220px);
  max-width: 400px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 1.5em;
  font-size: clamp(1rem, 0.875rem + 0.63vw, 1.438rem);
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  #problem .grid-container .item {
    grid-template-columns: 1fr;
    grid-template-rows: 60% 24% 16%;
    max-height: 400px;
  }
}
#problem .grid-container .item .image {
  grid-row: 1/2;
  grid-column: 1/2;
  padding: 0 10%;
  opacity: 1;
  visibility: visible;
  transition: all 0.6s;
}
@media screen and (min-width: 992px) {
  #problem .grid-container .item .image {
    grid-row: 1/2;
    grid-column: 1/2;
  }
}
#problem .grid-container .item .image img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#problem .grid-container .item .text {
  grid-row: 1/2;
  grid-column: 2/3;
  font-size: clamp(0.938rem, 0.788rem + 0.75vw, 1.25rem);
  font-weight: bold;
  padding: 0 8%;
  display: grid;
  place-items: center;
  opacity: 1;
  visibility: visible;
  transition: all 0.6s;
}
@media screen and (min-width: 992px) {
  #problem .grid-container .item .text {
    grid-row: 2/3;
    grid-column: 1/2;
    font-size: clamp(1.125rem, 0.71rem + 0.67vw, 1.313rem);
  }
}
#problem .grid-container .item .answer {
  grid-row: 1/2;
  grid-column: 1/3;
  background-color: #ffffff;
  border-radius: 1.5em;
  padding: 0.8em;
  opacity: 0;
  visibility: hidden;
  display: grid;
  place-items: center;
  transition: all 0.6s;
}
#problem .grid-container .item .answer .title {
  font-size: clamp(0.938rem, 0.788rem + 0.75vw, 1.25rem);
  color: #469650;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 992px) {
  #problem .grid-container .item .answer .title {
    font-size: clamp(1.125rem, 0.71rem + 0.67vw, 1.313rem);
  }
}
#problem .grid-container .item .answer .detail {
  font-size: clamp(0.813rem, 0.759rem + 0.27vw, 1rem);
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 992px) {
  #problem .grid-container .item .answer .detail {
    font-size: clamp(0.875rem, 0.321rem + 0.89vw, 1.125rem);
    line-height: 1.8;
    letter-spacing: 0px;
  }
}

.plus-icon {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 22px;
  height: 22px;
  background-color: #469650;
  transition: all 0.6s;
  border-radius: 11px;
  z-index: 100;
}
@media screen and (min-width: 992px) {
  .plus-icon {
    bottom: 0.9em;
    right: 1em;
    width: 1.4em;
    height: 1.4em;
    border-radius: 0.8em;
  }
}
.plus-icon::before {
  position: absolute;
  content: "そんなあなたには";
  display: inline-block;
  width: 150px;
  font-size: clamp(0.875rem, 0.804rem + 0.36vw, 1.125rem);
  font-weight: bold;
  text-align: right;
  top: 0.15em;
  left: -170px;
  opacity: 1;
  transition: all 0.6s;
}
@media screen and (max-width: 991px) {
  .plus-icon::before {
    display: none !important;
  }
}
.plus-icon .plus-icon_border {
  position: absolute;
  background-color: #ffffff;
  transition: all 0.6s;
}
.plus-icon .plus-icon_border_h {
  top: 10px;
  left: 6px;
  width: 10px;
  height: 2px;
}
@media screen and (min-width: 992px) {
  .plus-icon .plus-icon_border_h {
    top: calc(0.7em - 1px);
    left: 0.4em;
    width: 0.6em;
    height: 2px;
  }
}
.plus-icon .plus-icon_border_v {
  top: 6px;
  left: 10px;
  width: 2px;
  height: 10px;
}
@media screen and (min-width: 992px) {
  .plus-icon .plus-icon_border_v {
    top: 0.4em;
    left: calc(0.7em - 1px);
    width: 2px;
    height: 0.6em;
  }
}

.active .image,
.active .text {
  opacity: 0 !important;
  visibility: hidden !important;
}
.active .plus-icon::before {
  opacity: 0 !important;
}
.active .plus-icon .plus-icon_border_v {
  transform: rotate(-90deg);
}
.active .answer {
  opacity: 1 !important;
  visibility: visible !important;
}

.balloon {
  position: relative;
  display: block;
  margin: 1.5em auto max(150px, 30vw) auto;
  padding: 1em 1em;
  width: 85%;
  text-align: center;
  color: #000000;
  background: #ffffff;
  border-radius: 14px;
}
@media screen and (min-width: 992px) {
  .balloon {
    width: clamp(650px, 90%, 800px);
    margin: 1.5em auto;
    padding: 0.7em 1.5em 0.8em 1.5em;
    border-radius: 2em;
    text-align: left;
  }
}
.balloon::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-color: transparent #ffffff #ffffff transparent;
  border-width: 1em;
  bottom: -0.9em;
  left: 50%;
  border-radius: 0 0 10px 0;
  transform: translateX(-50%) scaleX(0.5) rotate(45deg);
}
@media screen and (min-width: 992px) {
  .balloon::before {
    display: none;
  }
}
.balloon::after {
  content: "";
  display: block;
  width: max(20vw, 100px);
  height: max(20vw, 100px);
  background-image: url(../img/illust_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: min(-130px, -25vw);
  right: 50%;
  transform: translateX(50%);
}
@media screen and (min-width: 992px) {
  .balloon::after {
    width: 6em;
    height: 6em;
    bottom: 0;
    right: 0;
    transform: translateX(30%);
  }
}
.balloon h3 {
  display: inline;
  font-size: clamp(1rem, 0.714rem + 1.43vw, 2rem);
  font-weight: bold;
  margin-bottom: 0.1em;
}

/*==================================================
 * #feature
 *================================================*/
#feature .point {
  margin-bottom: 3em;
}
#feature .point .text h3 {
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}
#feature .point .text h3 span {
  display: block;
  color: #faaa8c;
  font-size: clamp(0.688rem, 0.491rem + 0.98vw, 1.375rem);
  margin-bottom: 0.5em;
}
@media screen and (min-width: 992px) {
  #feature .point .text h3 {
    left: 0%;
    transform: translateX(0%);
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  #feature .point .text h3::after {
    position: absolute;
    display: inline-block;
    content: "";
    background: radial-gradient(circle farthest-side, #faaa8c, #faaa8c 30%, transparent 30%, transparent);
    background-size: 0.5em;
    height: 0.5em;
    width: 100%;
    left: -0.1em;
    bottom: -0.7em;
  }
}
#feature .point .text p {
  text-align: center;
}
@media screen and (min-width: 992px) {
  #feature .point .text p {
    text-align: left;
  }
}
#feature .point figure {
  padding: 0 10%;
}

/*==================================================
 * #flow
 *================================================*/
#flow {
  background-color: #f5f4e9;
  padding-top: 5em;
  padding-bottom: 5em;
}
#flow figure {
  padding: 0;
}
@media screen and (min-width: 992px) {
  #flow figure {
    padding: 0 0;
  }
}

/*==================================================
 * #review
 *================================================*/
#review .voice-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2em;
  grid-auto-rows: minmax(0, auto);
  transition: all 0.6s;
}
@media screen and (min-width: 992px) {
  #review .voice-container {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
#review .voice-container .voice {
  display: grid;
  grid-template-columns: 8.5em 5fr;
  grid-template-rows: max-content max-content 0fr 20px;
  grid-auto-rows: minmax(20px, auto);
  gap: 0.8em 0;
  max-width: 400px;
  background-color: #ffffff;
  border: 3px solid #faaa8c;
  border-radius: 17px;
  padding: 1.2em;
  margin: 0 auto;
  cursor: pointer;
  transition: all 0.6s;
}
@media screen and (min-width: 992px) {
  #review .voice-container .voice {
    grid-template-rows: max-content max-content auto;
    cursor: default;
  }
}
#review .voice-container .voice .title {
  display: block;
  grid-row: 1/2;
  grid-column: 1/2;
  border-left: 10px solid #faaa8c;
  padding-left: 0.6em;
  font-size: 18px;
  font-weight: bold;
  height: auto;
}
#review .voice-container .voice .title span {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-top: 0.5em;
}
#review .voice-container .voice .face {
  grid-row: 1/2;
  grid-column: 2/3;
  max-width: 138px;
  -o-object-fit: contain;
     object-fit: contain;
  place-self: center;
}
#review .voice-container .voice .family {
  grid-row: 2/3;
  grid-column: 1/3;
  font-size: 14px;
  font-weight: 500;
}
#review .voice-container .voice .family span {
  border-radius: 1em;
  color: #469650;
  border: 2px solid #469650;
  padding: 0 0.8em 0.1em 0.8em;
  margin-right: 1em;
}
#review .voice-container .voice .text {
  overflow: hidden; /*はじめは非表示*/
  grid-row: 3/4;
  grid-column: 1/3;
  font-size: 14px;
  font-weight: 400;
  height: auto;
  margin: 0 0;
  transition: all 0.6s;
}
#review .voice-container .voice .button {
  position: relative;
  grid-row: 4/5;
  grid-column: 1/3;
  display: grid;
  place-items: center;
  margin-top: -0.8em;
}
@media screen and (min-width: 992px) {
  #review .voice-container .voice .button {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .open.voice {
    grid-template-rows: max-content max-content 1fr 20px !important;
  }
  .open.voice .text {
    margin: 1em 0 !important;
  }
  .open.voice .open-icon_border_v {
    transform: rotate(-90deg);
  }
}
.open-icon {
  position: relative;
  width: 26px;
  height: 26px;
  background-color: #ffffff;
  border: 2px solid #faaa8c;
  border-radius: 13px;
  z-index: 100;
}
@media screen and (min-width: 992px) {
  .open-icon {
    display: none;
  }
}
.open-icon .open-icon_border {
  position: absolute;
  background-color: #faaa8c;
  transition: all 0.6s;
}
.open-icon .open-icon_border_h {
  top: 10px;
  left: 6px;
  width: 10px;
  height: 2px;
}
.open-icon .open-icon_border_v {
  top: 6px;
  left: 10px;
  width: 2px;
  height: 10px;
}

/*==================================================
 * #check
 *================================================*/
#check h2 {
  color: #faaa8c;
  font-size: clamp(1rem, 0.714rem + 1.43vw, 2rem);
  margin-bottom: 3em;
}
#check .note-link {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  grid-auto-rows: minmax(20px, auto);
  place-items: center;
  gap: 0.8em;
  width: 100%;
  background-color: #ffffff;
  border: 3px solid #faaa8c;
  border-radius: 17px;
  padding: 2em;
  margin: 0 auto;
  color: #000000;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #check .note-link {
    grid-template-columns: 1fr 2fr;
    grid-template-rows: 1fr;
    width: 76%;
    padding: 0.5em 2em 1em 0.5em;
  }
}
#check .note-link::after {
  position: absolute;
  content: "";
  top: -3px;
  left: -3px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  background-color: #ffffff;
  border: 3px solid #ffffff;
  border-radius: 17px;
  opacity: 0;
  transition: opacity 0.6s;
}
#check .note-link:hover::after {
  opacity: 0.6;
}
#check .note-link figure {
  width: 80%;
}
#check .note-link .text h3 {
  font-size: clamp(0.938rem, 0.788rem + 0.75vw, 1.25rem);
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  #check .note-link .text h3 {
    font-size: clamp(1.125rem, 0.71rem + 0.67vw, 1.313rem);
    text-align: left;
    margin-bottom: 0.5em;
  }
}
#check .note-link .text p {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #check .note-link .text p {
    text-align: left;
  }
}

/*==================================================
 * #footer
 *================================================*/
footer {
  background-color: #f5f4e9;
  padding-top: 3em;
}
@media screen and (min-width: 992px) {
  footer {
    padding-top: 0;
  }
}
footer .footer-inner {
  width: 82%;
  max-width: 1180px;
  margin: 0 auto;
}
footer .footer-inner .info .contact {
  margin-top: 1em;
}
footer .footer-inner .info .contact .text {
  color: #000000;
}
footer .footer-inner .info .contact .tel {
  color: #000000;
}
footer .footer-inner .info .contact .time {
  color: #000000;
}
footer .footer-inner .image {
  margin-top: 5em;
  text-align: center;
}
footer .footer-inner .image img {
  width: 60%;
}

.attention {
  position: relative;
  display: inline-block;
  padding: 0 30px;
  margin-bottom: 36px;
  color: #469650;
  font-size: clamp(1rem, 0.851rem + 0.75vw, 1.313rem);
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .attention {
    font-size: clamp(1.125rem, 0.433rem + 1.12vw, 1.438rem);
  }
}

.attention:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 3px;
  height: 80%;
  background: #469650;
  border-radius: 3px;
  transform: rotate(-20deg);
}

.attention:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 3px;
  height: 80%;
  background: #469650;
  border-radius: 3px;
  transform: rotate(20deg);
}

.credit {
  font-size: clamp(0.75rem, 0.714rem + 0.18vw, 0.875rem);
  background-color: #fffff5;
  padding: 3em 2em 1.5em 2em;
  margin-right: -12px;
  margin-left: -12px;
}/*# sourceMappingURL=style.css.map */