@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  padding: 0;
  position: relative;
}
body main img {
  width: 100%;
  height: auto;
}
body h1,
body h2,
body h3,
body h4 {
  margin: 0;
  padding: 0;
}
body p {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: min(1.1111111111vw, 16px);
  font-weight: 400;
}
body a {
  text-decoration: none;
}
body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body li {
  box-sizing: border-box;
}
body dl,
body dt,
body dd {
  margin: 0;
  padding: 0;
}
body figure {
  margin: 0;
  padding: 0;
}
@media (max-width: 480px) {
  body p {
    font-size: min(4.1025641026vw, 16px);
    font-weight: 400;
  }
}

.pc-only {
  display: block;
}
@media (max-width: 480px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media (max-width: 480px) {
  .sp-only {
    display: block;
  }
}

.inner {
  padding-inline: calc((100vw - min(83.3333333333vw, 1200px)) / 2);
}
@media (max-width: 480px) {
  .inner {
    padding-inline: calc((100vw - min(89.7435897436vw, 350px)) / 2);
  }
}

.header {
  position: relative;
}
.header .inner {
  padding-top: min(2.7777777778vw, 40px);
  position: absolute;
}
.header .interpark-logo {
  width: min(10.4166666667vw, 150px);
}
.header .interpark-logo img {
  width: 100%;
  height: auto;
}
.header .interpark-logo .caption {
  font-size: min(0.9027777778vw, 13px);
  font-weight: 400;
}
.header .btn {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  z-index: 2;
}
.header .btn a {
  padding: min(1.7361111111vw, 25px) 0 0;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: #2F9D40;
  border-radius: 0 0 0 min(0.6944444444vw, 10px);
  color: #fff;
  text-align: center;
  width: min(11.1111111111vw, 160px);
  height: min(7.9861111111vw, 115px);
  font-size: min(1.1111111111vw, 16px);
  font-weight: 600;
}
.header .btn a::before {
  content: "\f0e0";
  display: block;
  font-family: "Font Awesome 6 Pro";
  margin: min(0.3472222222vw, 5px) 0 0;
  font-size: min(2.5vw, 36px);
  font-weight: 200;
}
.header .btn:hover {
  opacity: 0.8;
}
.header .btn_pc_link {
  display: block;
}
@media (max-width: 480px) {
  .header .btn_pc_link {
    display: none;
  }
}
.header .btn_sp_link {
  display: none;
}
@media (max-width: 480px) {
  .header .btn_sp_link {
    display: block;
  }
}
@media (max-width: 480px) {
  .header .inner {
    padding-top: min(3.8461538462vw, 15px);
    position: relative;
  }
  .header .interpark-logo {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .header .interpark-logo a {
    width: min(17.9487179487vw, 70px);
  }
  .header .interpark-logo .caption {
    flex-grow: 1;
    padding-left: min(5.1282051282vw, 20px);
    font-size: min(3.0769230769vw, 12px);
    font-weight: 400;
  }
  .header .btn {
    height: min(20.5128205128vw, 80px);
  }
  .header .btn a {
    border-radius: 0 0 0 min(2.5641025641vw, 10px);
    padding: min(3.8461538462vw, 15px) 0 0;
    font-size: min(2.8205128205vw, 11px);
    font-weight: 600;
    width: min(23.0769230769vw, 90px);
    height: min(16.6666666667vw, 65px);
  }
  .header .btn a::before {
    margin: 0 0 min(1.2820512821vw, 5px);
    font-size: min(6.1538461538vw, 24px);
    font-weight: 200;
  }
  .header .btn:hover {
    opacity: 0.8;
  }
}

#footer {
  background-color: #F7F7F7;
}
#footer .inner {
  margin: 0 auto min(-1.3888888889vw, -20px);
  padding: min(2.7777777778vw, 40px) 0;
  padding-inline: calc((100vw - min(83.3333333333vw, 1200px)) / 2);
}
#footer .footer-menu .footer-menu-list {
  margin: 0 0 min(2.0833333333vw, 30px);
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
}
#footer .footer-menu .footer-menu-item {
  margin: 0 min(1.3888888889vw, 20px) 0 0;
}
#footer .footer-menu .footer-menu-item a {
  color: #000;
  font-size: min(0.9722222222vw, 14px);
  font-weight: 600;
}
#footer .footer-menu .footer-menu-item:last-of-type {
  margin: 0;
}
#footer .copy-right {
  text-align: center;
  font-size: min(0.8333333333vw, 12px);
  font-weight: 400;
}
@media (max-width: 480px) {
  #footer .inner {
    margin: 0 auto min(-5.1282051282vw, -20px);
    padding: min(10.2564102564vw, 40px) 0 min(2.5641025641vw, 10px);
  }
  #footer .footer-menu .footer-menu-list {
    margin: 0 0 min(7.6923076923vw, 30px);
  }
  #footer .footer-menu .footer-menu-item {
    margin: 0 min(10.2564102564vw, 40px) 0 0;
  }
  #footer .footer-menu .footer-menu-item a {
    color: #000;
    font-size: min(3.5897435897vw, 14px);
    font-weight: 600;
  }
  #footer .copy-right {
    font-size: min(3.0769230769vw, 12px);
    font-weight: 400;
  }
}

#nintei {
  padding: min(2.0833333333vw, 30px) 0;
  padding-inline: calc((100vw - min(39.5833333333vw, 570px)) / 2);
}
#nintei .nintei_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
#nintei .interpark_logo {
  width: min(22.5641025641vw, 88px);
}
#nintei .nintei_mark {
  width: min(31.25vw, 450px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
#nintei .nintei_lead_text {
  font-size: min(1.25vw, 18px);
  font-weight: 600;
}
#nintei .nintei_mark_img {
  width: min(4.7916666667vw, 69px);
}
@media (max-width: 480px) {
  #nintei {
    padding: min(7.6923076923vw, 30px) 0;
    padding-inline: calc((100vw - min(89.7435897436vw, 350px)) / 2);
  }
  #nintei .nintei_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  #nintei .nintei_mark {
    width: 100%;
  }
  #nintei .nintei_lead_text {
    font-size: min(3.5897435897vw, 14px);
    font-weight: 600;
  }
  #nintei .nintei_mark_img {
    width: min(15.1282051282vw, 59px);
  }
}

.top-return {
  width: min(6.25vw, 90px);
  height: min(4.8611111111vw, 70px);
  margin: 0 0 0 auto;
  padding: min(1.3888888889vw, 20px) 0 0;
  bottom: min(3.4722222222vw, 50px);
  background: #F2DD49;
  border-radius: 50%;
  text-align: center;
  position: fixed;
  top: auto;
  right: 20px;
  bottom: 20px;
  left: 0;
  z-index: 2;
}
.top-return img {
  width: min(2.8472222222vw, 41px);
  height: auto;
}
@media (max-width: 480px) {
  .top-return {
    width: min(15.3846153846vw, 60px);
    height: min(12.8205128205vw, 50px);
    padding: min(2.5641025641vw, 10px) 0 0;
  }
  .top-return img {
    width: min(10.5128205128vw, 41px);
  }
}

.quote .inner {
  margin-block: 0 min(7.9861111111vw, 115px);
  padding-inline: calc((100vw - min(100vw, 1440px)) / 2);
}
.quote_heading {
  position: relative;
  background: #F7F7F7;
  color: #2F9D40;
  text-align: center;
  padding: min(1.1111111111vw, 16px) 0;
  font-size: min(1.9444444444vw, 28px);
  font-weight: 600;
}
.quote_heading::after {
  border: min(5.1282051282vw, 20px) solid transparent;
  border-top-color: #F7F7F7;
  border-bottom-width: 0;
  bottom: -19px;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
}
.quote_graphic {
  background-image: url("/img/creative-web/quote_background.webp"), image-set(url("/img/creative-web/quote_background.avif") type("image/avif"), url("/img/creative-web/quote_background.webp") type("image/webp"), url("/img/creative-web/quote_background@2x.avif") 2x, url("/img/creative-web/quote_background@2x.webp") 2x);
  background-repeat: no-repeat;
  background-size: cover;
  background-origin: inherit;
  background-position: top;
}
.quote_box {
  padding-inline: min(8.3333333333vw, 120px);
  padding-block: min(4.1666666667vw, 60px) min(7.0833333333vw, 102px);
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
}
.quote_report {
  width: min(41.6666666667vw, 600px);
  padding-right: min(4.1666666667vw, 60px);
}
.quote_report_heading {
  color: #fff;
  font-size: min(3.0555555556vw, 44px);
  font-weight: 600;
}
.quote_report_heading::after {
  content: "";
  display: block;
  width: min(13.8888888889vw, 200px);
  height: min(0.2083333333vw, 3px);
  margin-top: min(0.6944444444vw, 10px);
  background-color: #F2DD49;
}
.quote_report_lead {
  width: min(25vw, 360px);
  padding-top: min(1.3888888889vw, 20px);
  color: #fff;
  line-height: min(1.7361111111vw, 25px);
  font-size: min(1.1111111111vw, 16px);
  font-weight: 600;
}
.quote_competitor {
  width: min(41.6666666667vw, 600px);
  padding-left: min(4.1666666667vw, 60px);
}
.quote_competitor_heading {
  color: #fff;
  text-align: right;
  font-size: min(3.0555555556vw, 44px);
  font-weight: 600;
}
.quote_competitor_heading::after {
  content: "";
  display: block;
  width: min(13.8888888889vw, 200px);
  height: min(0.2083333333vw, 3px);
  margin: min(0.6944444444vw, 10px) 0 0 auto;
  background-color: #F2DD49;
}
.quote_competitor_lead {
  width: min(25vw, 360px);
  margin: 0 0 0 auto;
  padding-top: min(1.3888888889vw, 20px);
  color: #fff;
  line-height: min(1.7361111111vw, 25px);
  text-align: right;
  font-size: min(1.1111111111vw, 16px);
  font-weight: 600;
}
.quote_btn {
  margin-block: -120px 120px;
  padding-inline: clamp(0px, (100% - min(29.1666666667vw, 420px)) / 2, 510px);
}
.quote_btn .link {
  display: block;
  padding-block: min(1.5277777778vw, 22px);
  border-radius: min(3.4722222222vw, 50px);
  border: 2px solid #fff;
  background-color: #2F9D40;
  color: #fff;
  text-align: center;
  font-size: min(1.5277777778vw, 22px);
  font-weight: 600;
}
.quote_btn .link::after {
  content: "\f1d8";
  display: inline-block;
  font-weight: 900;
  font-family: "Font Awesome 6 Pro";
  margin-left: min(0.6944444444vw, 10px);
}
.quote_btn .link:hover {
  opacity: 0.7;
}
@media (max-width: 480px) {
  .quote .inner {
    margin: 0 0 min(15.3846153846vw, 60px);
    padding-inline: calc((100vw - min(100vw, 390px)) / 2);
  }
  .quote_heading {
    padding: min(3.8461538462vw, 15px) 0;
    font-size: min(3.5897435897vw, 14px);
    font-weight: 600;
  }
  .quote_heading::after {
    border: min(3.8461538462vw, 15px) solid transparent;
    border-top-color: #F7F7F7;
    border-bottom-width: 0;
    bottom: -14px;
  }
  .quote_graphic {
    background-image: url("/img/creative-web/quote_background_sp.webp"), image-set(url("/img/creative-web/quote_background_sp.avif") type("image/avif"), url("/img/creative-web/quote_background_sp.webp") type("image/webp"), url("/img/creative-web/quote_background_sp@2x.avif") 2x, url("/img/creative-web/quote_background_sp@2x.webp") 2x);
    background-repeat: no-repeat;
    background-size: cover;
    background-origin: inherit;
    background-position: inherit;
  }
  .quote_box {
    padding-inline: min(5.1282051282vw, 20px);
    padding-block: min(2.5641025641vw, 10px);
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .quote_report {
    width: 100%;
    padding-right: 0;
    padding-block: min(5.1282051282vw, 20px) min(7.6923076923vw, 30px);
  }
  .quote_report_heading {
    font-size: min(6.6666666667vw, 26px);
    font-weight: 600;
  }
  .quote_report_heading::after {
    width: min(30.7692307692vw, 120px);
    height: min(0.5128205128vw, 2px);
    margin-top: min(2.5641025641vw, 10px);
  }
  .quote_report_lead {
    width: 68%;
    padding-top: min(2.5641025641vw, 10px);
    line-height: min(5.1282051282vw, 20px);
    font-size: min(3.0769230769vw, 12px);
    font-weight: 600;
  }
  .quote_competitor {
    width: 100%;
    padding-left: 0;
    padding-block: min(7.6923076923vw, 30px) min(6.4102564103vw, 25px);
  }
  .quote_competitor_heading {
    font-size: min(6.6666666667vw, 26px);
    font-weight: 600;
  }
  .quote_competitor_heading::after {
    width: min(30.7692307692vw, 120px);
    height: min(0.5128205128vw, 2px);
    margin: min(2.5641025641vw, 10px) 0 0 auto;
  }
  .quote_competitor_lead {
    width: 68%;
    padding-top: min(2.5641025641vw, 10px);
    line-height: min(5.1282051282vw, 20px);
    font-size: min(3.0769230769vw, 12px);
    font-weight: 600;
  }
  .quote_btn {
    margin-top: min(2.5641025641vw, 10px);
    padding-inline: calc((100vw - min(82.0512820513vw, 320px)) / 2);
  }
  .quote_btn .link {
    height: auto;
    padding-block: min(5.1282051282vw, 20px);
    border-radius: min(12.8205128205vw, 50px);
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.25);
    line-height: 1;
    font-size: min(4.6153846154vw, 18px);
    font-weight: 600;
  }
  .quote_btn .link::after {
    margin-left: min(1.2820512821vw, 5px);
  }
}

.main_visual .inner {
  margin-bottom: min(2.7777777778vw, 40px);
  padding-top: min(2.7777777778vw, 40px);
}
.main_visual_graphic {
  height: min(38.8888888889vw, 560px);
  background-image: url("/img/creative-web/main-visual.webp"), image-set(url("/img/creative-web/main-visual.avif") type("image/avif"), url("/img/creative-web/main-visual.webp") type("image/webp"), url("/img/creative-web/main-visual@2x.avif") 2x, url("/img/creative-web/main-visual@2x.webp") 2x);
  background-repeat: no-repeat;
  background-size: contain;
  background-origin: content-box;
  background-position: right;
}
.main_visual_container {
  height: 98%;
  padding-bottom: min(0.6944444444vw, 10px);
  display: flex;
  justify-content: end;
  align-items: stretch;
  flex-direction: column;
  flex-wrap: nowrap;
}
.main_visual_container .mv-text {
  order: 2;
  line-height: 0.9;
  font-family: "Outfit", sans-serif;
  font-size: min(8.3333333333vw, 120px);
  font-weight: 600;
}
.main_visual_container .mv-text .yellow {
  color: #F2DD49;
}
.main_visual_container .mv-text .green {
  color: #2F9D40;
  font-size: min(7.6388888889vw, 110px);
  font-weight: 600;
}
.main_visual_container .mv-text-small {
  order: 1;
  padding: 0 0 min(1.3888888889vw, 20px);
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(1.25vw, 18px);
  font-weight: 600;
}
@media (max-width: 480px) {
  .main_visual .inner {
    margin-bottom: min(30.7692307692vw, 120px);
    padding-top: min(5.1282051282vw, 20px);
  }
  .main_visual_graphic {
    height: min(56.1538461538vw, 219px);
    background-image: url("/img/creative-web/main-visual_sp.webp"), image-set(url("/img/creative-web/main-visual_sp.avif") type("image/avif"), url("/img/creative-web/main-visual_sp.webp") type("image/webp"), url("/img/creative-web/main-visual_sp@2x.avif") 2x, url("/img/creative-web/main-visual_sp@2x.webp") 2x);
    background-repeat: no-repeat;
    background-size: contain;
    background-origin: content-box;
    background-position: right;
  }
  .main_visual_container {
    height: 100%;
    padding-top: min(26.9230769231vw, 105px);
    display: flex;
    justify-content: end;
    align-items: stretch;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .main_visual_container .mv-text {
    order: 1;
    font-size: min(14.6153846154vw, 57px);
    font-weight: 600;
  }
  .main_visual_container .mv-text .green {
    font-size: min(13.5897435897vw, 53px);
    font-weight: 600;
  }
  .main_visual_container .mv-text-small {
    padding: min(2.5641025641vw, 10px) 0 0;
    order: 2;
    font-size: min(3.0769230769vw, 12px);
    font-weight: 600;
  }
}

.place .inner {
  margin-bottom: min(3.4722222222vw, 50px);
  position: relative;
}
.place_box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
}
.place_text {
  width: min(44.4444444444vw, 640px);
  display: flex;
  justify-content: flex-start;
  align-items: end;
  flex-direction: column;
  flex-wrap: nowrap;
}
.place_text_heading {
  line-height: min(3.125vw, 45px);
  font-size: min(2.2222222222vw, 32px);
  font-weight: 600;
}
.place_text_lead {
  margin: min(1.3888888889vw, 20px) 0 0;
  line-height: min(2vw, 28.8px);
  text-align: justify;
  font-size: min(1.1111111111vw, 16px);
  font-weight: 400;
}
.place_locations {
  width: min(36.3888888889vw, 524px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.place_locations_sapporo {
  background-image: image-set(url("/img/creative-web/place-sapporo.avif") type("image/avif"), url("/img/creative-web/place-sapporo.webp") type("image/webp"));
  background-repeat: no-repeat;
}
.place_locations_tokyo {
  background-image: image-set(url("/img/creative-web/place-tokyo.avif") type("image/avif"), url("/img/creative-web/place-tokyo.webp") type("image/webp"));
  background-repeat: no-repeat;
}
.place_locations_sapporo, .place_locations_tokyo {
  width: min(17.0833333333vw, 246px);
  height: min(11.1111111111vw, 160px);
  background-size: contain;
  background-position: bottom;
  display: flex;
  justify-content: center;
  align-items: end;
  flex-direction: row;
  flex-wrap: nowrap;
}
.place_locations_sapporo .title, .place_locations_tokyo .title {
  color: #fff;
  line-height: 1;
  font-size: min(2.0833333333vw, 30px);
  font-weight: 600;
}
.place_scroll {
  width: 34px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.place_web_results {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  background-color: #F7F7F7;
  padding: min(1.3888888889vw, 20px) min(1.7361111111vw, 25px);
  border: 1px solid #ccc;
  border-radius: min(0.6944444444vw, 10px);
  margin-top: min(1.3888888889vw, 20px);
}
.place_web_results picture {
  width: min(5.5555555556vw, 80px);
}
.place_web_results picture img {
  width: 100%;
  height: auto;
}
.place_web_results p {
  line-height: min(1.4583333333vw, 21px);
  margin-left: min(1.3888888889vw, 20px);
  text-align: justify;
  font-size: min(0.9722222222vw, 14px);
  font-weight: 400;
}
@media (max-width: 480px) {
  .place .inner {
    margin-bottom: min(7.6923076923vw, 30px);
    padding-bottom: min(20.5128205128vw, 80px);
    padding-inline: calc((100vw - min(89.7435897436vw, 350px)) / 2);
  }
  .place_text {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .place_text_heading {
    line-height: min(8.4615384615vw, 33px);
    font-size: min(5.641025641vw, 22px);
    font-weight: 600;
  }
  .place_text_lead {
    margin: min(2.5641025641vw, 10px) 0 0;
    line-height: min(6.9230769231vw, 27px);
    font-size: min(3.8461538462vw, 15px);
    font-weight: 400;
  }
  .place_text_scroll {
    width: 34px;
    margin: auto min(1.3888888889vw, 20px) 0 0;
  }
  .place_locations {
    margin-top: min(5.1282051282vw, 20px);
    width: 100%;
  }
  .place_locations_sapporo {
    background-image: image-set(url("/img/creative-web/place-sapporo.avif") type("image/avif"), url("/img/creative-web/place-sapporo.webp") type("image/webp"));
    background-repeat: no-repeat;
  }
  .place_locations_tokyo {
    background-image: image-set(url("/img/creative-web/place-tokyo.avif") type("image/avif"), url("/img/creative-web/place-tokyo.webp") type("image/webp"));
    background-repeat: no-repeat;
  }
  .place_locations_sapporo, .place_locations_tokyo {
    width: min(42.8205128205vw, 167px);
    height: min(27.6923076923vw, 108px);
  }
  .place_locations_sapporo .title, .place_locations_tokyo .title {
    font-size: min(5.641025641vw, 22px);
    font-weight: 600;
  }
  .place_scroll {
    width: 34px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .place .place_web_results {
    padding: min(3.8461538462vw, 15px);
    margin-top: min(5.1282051282vw, 20px);
  }
  .place .place_web_results picture {
    width: min(20.5128205128vw, 80px);
  }
  .place .place_web_results p {
    line-height: min(4.9230769231vw, 19.2px);
    margin-left: min(3.8461538462vw, 15px);
    font-size: min(3.0769230769vw, 12px);
    font-weight: 400;
  }
  .place_web_results {
    padding: min(3.8461538462vw, 15px);
    margin-top: min(5.1282051282vw, 20px);
    border-radius: min(2.5641025641vw, 10px);
  }
  .place_web_results picture {
    width: min(20.5128205128vw, 80px);
  }
  .place_web_results p {
    line-height: min(4.9230769231vw, 19.2px);
    margin-left: min(3.8461538462vw, 15px);
    font-size: min(3.0769230769vw, 12px);
    font-weight: 400;
  }
}

.service {
  position: relative;
}
.service_background {
  background-image: linear-gradient(180deg, rgb(247, 247, 247) 48%, rgba(255, 255, 255, 0) 48%);
  background-size: 50%;
  height: min(52.7777777778vw, 760px);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.service_background::after {
  content: "";
  background: url(/img/creative-web/bottom-arrow.svg) no-repeat;
  background-size: contain;
  display: block;
  height: min(30.9027777778vw, 445px);
  margin: min(22.2222222222vw, 320px) auto 0;
  width: min(9.7222222222vw, 140px);
}
.service_inner {
  margin: 0 auto min(10.4166666667vw, 150px);
  padding-inline: calc((100vw - min(83.3333333333vw, 1200px)) / 2);
  padding-top: min(6.25vw, 90px);
}
.service_heading {
  height: min(9.7222222222vw, 140px);
  position: absolute;
  top: -46px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.service_heading .title {
  color: #2F9D40;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.7px;
  text-align: center;
  font-size: min(4.8611111111vw, 70px);
  font-weight: 600;
}
@media (max-width: 480px) {
  .service_heading .title {
    font-size: min(9.2307692308vw, 36px);
    font-weight: 600;
  }
}
.service_heading .title .sub-title {
  color: #000;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(1.3888888889vw, 20px);
  font-weight: 600;
}
@media (max-width: 480px) {
  .service_heading .title .sub-title {
    font-size: min(3.0769230769vw, 12px);
    font-weight: 600;
  }
}
.service_lead {
  text-align: center;
}
.service_contents {
  margin-top: min(4.8611111111vw, 70px);
}
.service_point {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
}
.service_point_contents {
  background: #fff;
  border: 1px solid #2F9D40;
  border-radius: min(0.6944444444vw, 10px);
  padding: min(2.7777777778vw, 40px) min(0.6944444444vw, 10px) min(1.8055555556vw, 26px);
  position: relative;
  width: min(17.8472222222vw, 257px);
  z-index: -1;
}
.service_point_contents .title {
  background: #2F9D40;
  border-radius: 50%;
  color: #fff;
  font-family: "Outfit", sans-serif;
  height: min(4.5138888889vw, 65px);
  line-height: 1;
  margin: 0 auto;
  padding: min(1.0416666667vw, 15px) 0 0;
  text-align: center;
  width: min(5.5555555556vw, 80px);
  position: absolute;
  top: -40px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  font-size: min(2.0833333333vw, 30px);
  font-weight: 600;
}
.service_point_contents .title .point {
  display: block;
  margin: min(0.2777777778vw, 4px) 0 0;
  font-size: min(0.8333333333vw, 12px);
  font-weight: 600;
}
.service_point_contents .point-img {
  display: block;
  margin: 0 auto;
  width: min(9.7222222222vw, 140px);
}
.service_point_contents .caption {
  text-align: center;
  color: #2F9D40;
  font-size: min(1.3888888889vw, 20px);
  font-weight: 600;
}
.service_point_contents .caption-text {
  padding: min(0.6944444444vw, 10px) 0 0;
  text-align: center;
}
.service_point_contents:last-of-type {
  padding: min(2.7777777778vw, 40px) min(0.6944444444vw, 10px) min(1.8055555556vw, 26px);
}
.service_point_contents:last-of-type .point-img {
  width: min(15.7638888889vw, 227px);
  margin: min(2.7083333333vw, 39px) auto;
}
.service_point .container {
  width: 100%;
}
.service .lead-text {
  padding-top: min(2.0833333333vw, 30px);
  line-height: min(2.75vw, 39.6px);
  text-align: center;
  font-size: min(1.5277777778vw, 22px);
  font-weight: 600;
}
.service .lead-text-short {
  padding: min(1.0416666667vw, 15px) 0 0;
  line-height: min(2vw, 28.8px);
  text-align: center;
}
@media (max-width: 480px) {
  .service_background {
    height: 100%;
    background-image: linear-gradient(180deg, rgb(247, 247, 247) 100%, rgba(255, 255, 255, 0) 90%);
  }
  .service_background::after {
    display: block;
    height: min(114.1025641026vw, 445px);
    margin: 100vh auto 0;
    width: min(35.8974358974vw, 140px);
  }
  .service_inner {
    margin: 0 auto min(30.7692307692vw, 120px);
    padding-inline: calc((100vw - min(89.7435897436vw, 350px)) / 2);
    padding-top: min(12.8205128205vw, 50px);
    padding-bottom: min(5.1282051282vw, 20px);
  }
  .service_heading {
    height: min(17.9487179487vw, 70px);
    position: absolute;
    top: min(-6.6666666667vw, -26px);
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  .service_heading .title .sub-title {
    font-size: min(3.0769230769vw, 12px);
    font-weight: 600;
  }
  .service_lead {
    padding: min(5.1282051282vw, 20px) 0 0;
  }
  .service_contents {
    margin: min(12.8205128205vw, 50px) 0 0;
  }
  .service_point {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .service_point_contents {
    width: 100%;
    margin-bottom: min(5.1282051282vw, 20px);
    padding: min(2.5641025641vw, 10px);
    border-radius: min(2.5641025641vw, 10px);
  }
  .service_point_contents:nth-child(odd) .title {
    margin: 0;
    position: absolute;
    top: min(-7.6923076923vw, -30px);
    right: min(5.1282051282vw, 20px);
    bottom: min(5.1282051282vw, 20px);
    left: auto;
    z-index: 1;
  }
  .service_point_contents:nth-child(odd) .contents {
    padding: 0 min(2.5641025641vw, 10px) 0 0;
    width: min(51.2820512821vw, 200px);
  }
  .service_point_contents:nth-child(even) .title {
    position: absolute;
    top: min(-7.6923076923vw, -30px);
    right: auto;
    bottom: min(5.1282051282vw, 20px);
    left: auto;
    z-index: 1;
  }
  .service_point_contents:nth-child(even) .container .point-img {
    order: 2;
    margin: 0;
  }
  .service_point_contents:nth-child(even) .container .contents {
    order: 1;
    width: min(51.2820512821vw, 200px);
    padding: 0 0 0 min(2.5641025641vw, 10px);
  }
  .service_point_contents:last-of-type {
    padding: min(2.5641025641vw, 10px);
  }
  .service_point_contents:last-of-type .container {
    width: 100%;
  }
  .service_point_contents:last-of-type .point-img {
    margin: 0 auto !important;
    width: min(20.5128205128vw, 80px);
  }
  .service_point_contents .title {
    width: min(15.3846153846vw, 60px);
    height: min(12.8205128205vw, 50px);
    padding: min(2.5641025641vw, 10px) 0 0;
    font-size: min(6.6666666667vw, 26px);
    font-weight: 600;
  }
  .service_point_contents .title .point {
    margin: 0;
    font-size: min(2.5641025641vw, 10px);
    font-weight: 600;
  }
  .service_point_contents .point-img {
    width: min(33.3333333333vw, 130px);
    margin: 0 auto;
  }
  .service_point_contents .caption {
    text-align: left;
    font-size: min(4.6153846154vw, 18px);
    font-weight: 600;
  }
  .service_point_contents .caption-text {
    padding: 0;
    text-align: left;
  }
  .service_point_contents .container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .service .lead-text {
    padding: 0;
    text-align: left;
    line-height: min(10.1538461538vw, 39.6px);
    font-size: min(5.3846153846vw, 21px);
    font-weight: 600;
  }
  .service .lead-text-short {
    line-height: min(7.3846153846vw, 28.8px);
    text-align: left;
  }
}

.works_heading {
  height: min(9.7222222222vw, 140px);
  margin-bottom: min(-6.25vw, -90px);
}
.works_heading .title {
  color: #2F9D40;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.7px;
  text-align: center;
  font-size: min(4.8611111111vw, 70px);
  font-weight: 600;
}
@media (max-width: 480px) {
  .works_heading .title {
    font-size: min(9.2307692308vw, 36px);
    font-weight: 600;
  }
}
.works_heading .title .sub-title {
  color: #000;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(1.3888888889vw, 20px);
  font-weight: 600;
}
@media (max-width: 480px) {
  .works_heading .title .sub-title {
    font-size: min(3.0769230769vw, 12px);
    font-weight: 600;
  }
}
.works_inner {
  padding-inline: calc((100vw - min(83.3333333333vw, 1200px)) / 2);
  padding-top: min(9.0277777778vw, 130px);
  padding-bottom: min(3.4722222222vw, 50px);
  background-color: #F7F7F7;
  scroll-margin-top: min(3.4722222222vw, 50px);
}
.works_panel .list-box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
}
.works_panel .list-item {
  background: #fff;
  border-radius: min(1.0416666667vw, 15px);
  padding: min(1.0416666667vw, 15px);
  width: min(26.3888888889vw, 380px);
  height: auto;
  margin-bottom: min(1.3888888889vw, 20px);
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
}
.works_panel .heading-text {
  flex-grow: 1;
  margin-bottom: min(0.6944444444vw, 10px);
  font-size: min(1.25vw, 18px);
  font-weight: 600;
}
.works_panel .works-hashtag {
  display: flex;
  flex-wrap: wrap;
  align-self: flex-start;
}
.works_panel .works-hashtag .tag {
  margin: 0 min(0.3472222222vw, 5px) min(0.6944444444vw, 10px) 0;
  padding: min(0.3472222222vw, 5px) min(0.6944444444vw, 10px);
  border-radius: 30px;
  background: #F7F7F7;
  font-size: min(0.8333333333vw, 12px);
  font-weight: 600;
}
.works_panel .lead-text {
  margin: 0 min(0.3472222222vw, 5px) min(1.0416666667vw, 15px);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #666;
  font-size: min(0.9722222222vw, 14px);
  font-weight: 400;
}
.works_panel .client-list_picture {
  margin: 0 0 min(1.3888888889vw, 20px);
  width: 100%;
}
.works_panel .client-list_picture img {
  border-radius: 10px;
  height: min(16.6666666667vw, 240px);
  object-fit: cover;
  object-position: top;
}
.works_panel .client-list_btn {
  margin-top: auto;
}
.works_panel .client-list_btn a {
  display: block;
  margin: 0 0 0 auto;
  height: 30px;
  width: 150px;
}
.works_panel .more-btn {
  display: block;
  text-align: center;
  cursor: pointer;
  font-size: min(1.25vw, 18px);
  font-weight: 600;
}
.works_panel .more-btn::before {
  background: #2F9D40;
  border-radius: 50%;
  color: #fff;
  content: "\f107";
  display: block;
  font-family: "Font Awesome 6 pro";
  height: 30px;
  margin: 0 auto min(0.6944444444vw, 10px);
  line-height: 33px;
  transform: rotate(0deg);
  transition: 0.5s;
  width: 30px;
  font-size: min(1.25vw, 18px);
  font-weight: 400;
}
.works_panel .more-btn.is-show::before {
  transform: rotate(180deg);
  transition: 0.5s;
}
@media (max-width: 480px) {
  .works_heading {
    height: min(35.8974358974vw, 140px);
    margin-bottom: min(-30vw, -117px);
  }
  .works_heading .title {
    color: #2F9D40;
    font-family: "Outfit", sans-serif;
    letter-spacing: 0.7px;
    text-align: center;
    font-size: min(4.8611111111vw, 70px);
    font-weight: 600;
  }
}
@media (max-width: 480px) and (max-width: 480px) {
  .works_heading .title {
    font-size: min(9.2307692308vw, 36px);
    font-weight: 600;
  }
}
@media (max-width: 480px) {
  .works_heading .title .sub-title {
    color: #000;
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: min(1.3888888889vw, 20px);
    font-weight: 600;
  }
}
@media (max-width: 480px) and (max-width: 480px) {
  .works_heading .title .sub-title {
    font-size: min(3.0769230769vw, 12px);
    font-weight: 600;
  }
}
@media (max-width: 480px) {
  .works_inner {
    background-color: #F7F7F7;
    padding-inline: calc((100vw - 350px) / 2);
    padding-top: min(15.3846153846vw, 60px);
    padding-bottom: min(7.6923076923vw, 30px);
    scroll-margin-top: min(12.8205128205vw, 50px);
  }
  .works_panel .list-box {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .works_panel .list-item {
    background: #fff;
    border-radius: min(3.8461538462vw, 15px);
    margin-bottom: min(10.2564102564vw, 40px);
    padding: min(2.5641025641vw, 10px) min(2.5641025641vw, 10px) min(5.1282051282vw, 20px);
    width: 100%;
  }
  .works_panel .heading-text {
    flex-grow: 1;
    margin-bottom: min(2.5641025641vw, 10px);
    font-size: min(4.1025641026vw, 16px);
    font-weight: 600;
  }
  .works_panel .works-hashtag {
    display: flex;
    flex-wrap: wrap;
    align-self: flex-start;
  }
  .works_panel .works-hashtag .tag {
    margin: 0 min(1.2820512821vw, 5px) min(2.5641025641vw, 10px) 0;
    padding: min(1.2820512821vw, 5px) min(2.5641025641vw, 10px);
    border-radius: 30px;
    background: #F7F7F7;
    font-size: min(2.5641025641vw, 10px);
    font-weight: 600;
  }
  .works_panel .lead-text {
    margin: 0 min(1.2820512821vw, 5px) min(3.8461538462vw, 15px);
    font-size: min(3.5897435897vw, 14px);
    font-weight: 400;
  }
  .works_panel .client-list_picture {
    margin: 0 0 min(1.3888888889vw, 20px);
    width: 100%;
  }
  .works_panel .client-list_picture img {
    border-radius: min(2.5641025641vw, 10px);
    height: min(56.4102564103vw, 220px);
  }
  .works_panel .client-list_picture .heading-text {
    flex-grow: 1;
    margin-bottom: min(0.6944444444vw, 10px);
    font-size: min(1.25vw, 18px);
    font-weight: 600;
  }
  .works_panel .client-list_picture_btn {
    margin-top: min(2.5641025641vw, 10px);
  }
  .works_panel .client-list_picture_btn a {
    height: min(7.6923076923vw, 30px);
    margin: 0 auto;
    width: min(38.4615384615vw, 150px);
  }
  .works_panel .client-list .more-btn {
    font-size: min(3.0769230769vw, 12px);
    font-weight: 600;
  }
  .works_panel .client-list .more-btn::before {
    margin: 0 auto min(2.5641025641vw, 10px);
    font-size: min(4.6153846154vw, 18px);
    font-weight: 400;
  }
}

.icon-new {
  display: none;
  color: white;
  background: red;
  line-height: 1;
  font-family: "Outfit", sans-serif;
  padding: min(1.0256410256vw, 4px) min(1.2820512821vw, 5px);
  border-radius: min(0.7692307692vw, 3px);
  position: absolute;
  top: min(2.5641025641vw, 10px);
  left: min(2.5641025641vw, 10px);
  box-shadow: 0 min(0.2564102564vw, 1px) min(0.7692307692vw, 3px) rgba(0, 0, 0, 0.16);
  font-size: min(3.8461538462vw, 15px);
  font-weight: 600;
}
.icon-show {
  display: inline-block;
}

.faa-horizontal.animated,
.faa-horizontal.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-horizontal {
  -webkit-animation: horizontal 2s ease infinite;
  animation: horizontal 2s ease infinite;
}

.faa-horizontal.animated.faa-fast,
.faa-horizontal.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-horizontal.faa-fast {
  -webkit-animation: horizontal 1s ease infinite;
  animation: horizontal 1s ease infinite;
}

.faa-horizontal.animated.faa-slow,
.faa-horizontal.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-horizontal.faa-slow {
  -webkit-animation: horizontal 3s ease infinite;
  animation: horizontal 3s ease infinite;
}

@-webkit-keyframes horizontal {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  6% {
    -webkit-transform: translate(5px, 0);
    transform: translate(toRem(2), 0);
  }
  12% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  18% {
    -webkit-transform: translate(5px, 0);
    transform: translate(toRem(2), 0);
  }
  24% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  30% {
    -webkit-transform: translate(5px, 0);
    transform: translate(toRem(2), 0);
  }
  36%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes horizontal {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  6% {
    -webkit-transform: translate(5px, 0);
    transform: translate(toRem(2), 0);
  }
  12% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  18% {
    -webkit-transform: translate(5px, 0);
    transform: translate(toRem(2), 0);
  }
  24% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  30% {
    -webkit-transform: translate(5px, 0);
    transform: translate(toRem(2), 0);
  }
  36%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
#contact .background {
  margin: 0;
  background: #2F9D40;
}
#contact .inner {
  max-width: min(83.3333333333vw, 1200px);
  margin: 0 auto;
  padding: min(5.5555555556vw, 80px) 0 min(4.1666666667vw, 60px);
}
#contact .inner .contact-list {
  padding: 0 min(3.4722222222vw, 50px);
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
}
#contact .inner .contact-list-item:first-of-type {
  padding: 0 min(4.1666666667vw, 60px) 0 0;
}
#contact .title {
  color: #fff;
  font-family: "Outfit", sans-serif;
  line-height: 1;
  text-align: left;
  font-size: min(4.8611111111vw, 70px);
  font-weight: 600;
}
#contact .sub-title {
  padding: min(0.6944444444vw, 10px) 0 0;
  color: #fff;
  font-size: min(1.1111111111vw, 16px);
  font-weight: 600;
}
#contact .lead {
  padding: min(1.3888888889vw, 20px) 0 0;
  color: #F2DD49;
  font-size: min(1.3888888889vw, 20px);
  font-weight: 600;
}
#contact .description {
  padding: min(0.6944444444vw, 10px) 0 0;
  line-height: min(2vw, 28.8px);
  color: #fff;
  font-size: min(1.1111111111vw, 16px);
  font-weight: 400;
}
#contact .customer {
  position: relative;
  width: min(34.7222222222vw, 500px);
  margin-bottom: min(1.3888888889vw, 20px);
  padding: min(2.0833333333vw, 30px);
  border-radius: 10px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
}
#contact .customer-picture {
  flex-shrink: 0;
  width: min(3.9583333333vw, 57px);
  text-align: center;
}
#contact .customer-picture-img {
  display: inline-block;
  height: min(3.8888888889vw, 56px);
  width: min(3.0555555556vw, 44px);
}
#contact .customer-picture .caption {
  font-size: min(0.9722222222vw, 14px);
  font-weight: 600;
}
#contact .customer-picture::before {
  background: #FF0000;
  border: 2px solid #fff;
  border-radius: 8px;
  content: "無料";
  color: #fff;
  display: inline-block;
  width: min(4.0277777778vw, 58px);
  height: min(1.9444444444vw, 28px);
  line-height: min(1.9444444444vw, 28px);
  position: absolute;
  top: min(-0.9027777778vw, -13px);
  right: 0;
  bottom: 0;
  left: min(1.3888888889vw, 20px);
  z-index: auto;
  font-size: min(0.9027777778vw, 13px);
  font-weight: 600;
}
#contact .customer .customer-item {
  width: min(29.1666666667vw, 420px);
}
#contact .customer .customer-item .heading {
  font-size: min(1.3888888889vw, 20px);
  font-weight: 600;
}
#contact .customer .customer-item .description {
  color: #000;
}
#contact .customer .customer-item:last-of-type {
  margin: 0;
}
#contact .btn {
  height: min(4.1666666667vw, 60px);
  width: min(25vw, 360px);
  margin: min(3.4722222222vw, 50px) auto 0;
}
#contact .btn .link {
  background: #F2DD49;
  border-radius: 70px;
  color: #2F9D40;
  display: block;
  height: 100%;
  line-height: min(4.1666666667vw, 60px);
  text-align: center;
  width: 100%;
  font-size: min(1.1111111111vw, 16px);
  font-weight: 700;
}
#contact .btn .link::after {
  content: "\f1d8";
  display: inline-block;
  font-weight: 900;
  font-family: "Font Awesome 6 Pro";
  margin-left: min(0.6944444444vw, 10px);
}
#contact .btn .link:hover {
  color: #2F9D40;
  background: #fff;
  opacity: 1;
}
@media (max-width: 480px) {
  #contact .inner {
    max-width: 100%;
    width: min(89.7435897436vw, 350px);
    margin: 0 auto;
    padding: min(12.8205128205vw, 50px) 0;
  }
  #contact .inner .contact-list {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column;
    flex-wrap: wrap;
  }
  #contact .inner .contact-list-item:first-of-type {
    padding: 0 0 min(10.7692307692vw, 42px);
  }
  #contact .title {
    text-align: center;
  }
  #contact .sub-title {
    padding: min(2.5641025641vw, 10px) 0 0;
    text-align: center;
    font-size: min(3.0769230769vw, 12px);
    font-weight: 600;
  }
  #contact .lead {
    padding: min(2.5641025641vw, 10px) 0 0;
    text-align: center;
    font-size: min(3.5897435897vw, 14px);
    font-weight: 600;
  }
  #contact .description {
    padding: min(2.5641025641vw, 10px) 0 0;
    line-height: min(5.3846153846vw, 21px);
    font-size: min(3.5897435897vw, 14px);
    font-weight: 400;
  }
  #contact .customer {
    width: min(79.4871794872vw, 310px);
    margin-bottom: min(5.1282051282vw, 20px);
    padding: min(3.3333333333vw, 13px) min(5.1282051282vw, 20px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  #contact .customer-picture {
    width: min(14.6153846154vw, 57px);
  }
  #contact .customer-picture-img {
    width: min(9.4871794872vw, 37px);
    height: min(12.0512820513vw, 47px);
  }
  #contact .customer-picture .caption {
    font-size: min(3.0769230769vw, 12px);
    font-weight: 600;
  }
  #contact .customer-picture::before {
    height: min(6.4102564103vw, 25px);
    line-height: min(6.4102564103vw, 25px);
    width: min(14.1025641026vw, 55px);
    font-size: min(3.3333333333vw, 13px);
    font-weight: 600;
    position: absolute;
    top: -12, sp;
    right: 0;
    bottom: 0;
    left: min(7.4358974359vw, 29px);
    z-index: auto;
  }
  #contact .customer .customer-item {
    width: 100%;
    padding: 0 0 0 min(3.3333333333vw, 13px);
  }
  #contact .customer .customer-item .heading {
    padding: 0;
    font-size: min(4.1025641026vw, 16px);
    font-weight: 600;
  }
  #contact .btn {
    width: min(81.2820512821vw, 317px);
    height: min(17.6923076923vw, 69px);
    margin: min(7.6923076923vw, 30px) auto 0;
  }
  #contact .btn .link {
    line-height: min(17.6923076923vw, 69px);
    font-size: min(4.6153846154vw, 18px);
    font-weight: 700;
  }
  #contact .btn .link::after {
    margin-left: min(2.5641025641vw, 10px);
  }
}

.faq_inner {
  margin: 0 auto;
  padding: min(5.5555555556vw, 80px) 0 0;
  width: min(62.5vw, 900px);
}
.faq .title {
  font-family: "Outfit", sans-serif;
  color: #2F9D40;
  letter-spacing: 0.7px;
  text-align: center;
  font-size: min(4.8611111111vw, 70px);
  font-weight: 600;
}
.faq .title .sub-title {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-size: min(1.3888888889vw, 20px);
  font-weight: 600;
}
.faq .heading {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.faq .heading::before {
  background-color: #6cc030;
  border-radius: min(0.3472222222vw, 5px);
  color: #fff;
  content: "Q";
  display: block;
  font-family: "Outfit", sans-serif;
  flex-shrink: 0;
  height: min(2.7777777778vw, 40px);
  margin-right: min(0.6944444444vw, 10px);
  line-height: min(2.7777777778vw, 40px);
  text-align: center;
  width: min(2.7777777778vw, 40px);
  font-size: min(1.8055555556vw, 26px);
  font-weight: 600;
}
.faq .heading .title {
  text-align: left;
  font-size: min(1.3888888889vw, 20px);
  font-weight: 600;
}
.faq .lead {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
}
.faq .lead::before {
  background-color: #2F9D40;
  border-radius: min(0.3472222222vw, 5px);
  color: #fff;
  content: "A";
  display: block;
  font-family: "Outfit", sans-serif;
  flex-shrink: 0;
  height: min(2.7777777778vw, 40px);
  margin-right: min(0.6944444444vw, 10px);
  line-height: min(2.7777777778vw, 40px);
  text-align: center;
  width: min(2.7777777778vw, 40px);
  font-size: min(1.8055555556vw, 26px);
  font-weight: 600;
}
.faq .faq_container {
  margin: min(3.4722222222vw, 50px) 0 0;
}
.faq .faq_contents {
  margin-bottom: min(2.7777777778vw, 40px);
  padding: 0 0 min(2.7777777778vw, 40px);
  border-bottom: 1px solid #2F9D40;
}
.faq .faq_contents:first-of-type {
  padding: min(1.3888888889vw, 20px) 0;
  border-top: 1px solid #2F9D40;
}
.faq .faq_contents:last-of-type {
  border: none;
}
.faq .faq_contents .lead {
  margin-top: min(1.3888888889vw, 20px);
}
.faq .faq_contents .lead .text {
  line-height: min(2.2847222222vw, 32.9px);
  font-size: min(1.25vw, 18px);
  font-weight: 400;
}
@media (max-width: 480px) {
  .faq_inner {
    width: min(89.7435897436vw, 350px);
    margin: 0 auto;
    padding: min(10.2564102564vw, 40px) 0 0;
  }
  .faq .title {
    font-size: min(9.2307692308vw, 36px);
    font-weight: 600;
  }
  .faq .title .sub-title {
    font-size: min(4.6153846154vw, 18px);
    font-weight: 600;
  }
  .faq .heading {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .faq .heading::before {
    border-radius: min(1.2820512821vw, 5px);
    height: min(10.2564102564vw, 40px);
    margin-right: min(2.5641025641vw, 10px);
    line-height: min(10.2564102564vw, 40px);
    width: min(10.2564102564vw, 40px);
    font-size: min(6.6666666667vw, 26px);
    font-weight: 600;
  }
  .faq .heading .title {
    font-size: min(4.1025641026vw, 16px);
    font-weight: 600;
  }
  .faq .lead::before {
    border-radius: min(1.2820512821vw, 5px);
    height: min(10.2564102564vw, 40px);
    margin-right: min(2.5641025641vw, 10px);
    line-height: min(10.2564102564vw, 40px);
    width: min(10.2564102564vw, 40px);
    font-size: min(6.6666666667vw, 26px);
    font-weight: 600;
  }
  .faq .faq_container {
    margin: min(7.6923076923vw, 30px) 0 0;
  }
  .faq .faq_contents {
    margin-bottom: min(5.1282051282vw, 20px);
    padding: 0 0 min(5.1282051282vw, 20px);
  }
  .faq .faq_contents:first-of-type {
    padding: min(5.1282051282vw, 20px) 0;
  }
  .faq .faq_contents .heading .title {
    width: 100%;
    padding: 0 min(7.6923076923vw, 30px) 0 0;
    position: relative;
  }
  .faq .faq_contents .heading .title::before {
    content: "";
    display: inline-block;
    width: min(5.1282051282vw, 20px);
    height: min(0.5128205128vw, 2px);
    background-color: #2F9D40;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.5s;
  }
  .faq .faq_contents .heading .title::after {
    content: "";
    display: inline-block;
    width: min(5.1282051282vw, 20px);
    height: min(0.5128205128vw, 2px);
    background-color: #2F9D40;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    transition: transform 0.5s;
  }
  .faq .faq_contents .heading .title.show::before {
    opacity: 0;
  }
  .faq .faq_contents .heading .title.show::after {
    transform: translateY(-50%) rotate(180deg);
  }
  .faq .faq_contents .lead {
    display: none;
    margin-top: min(5.1282051282vw, 20px);
    padding: min(5.1282051282vw, 20px) 0 0;
    border-top: 1px solid #2F9D40;
  }
  .faq .faq_contents .lead .text {
    line-height: min(8.4358974359vw, 32.9px);
    font-size: min(4.6153846154vw, 18px);
    font-weight: 400;
  }
}