@charset "UTF-8";
body {
  font-family: "Noto Serif", serif;
  color: #4d4d4d;
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -webkit-touch-callout: none;
}
@media screen and (max-width: 1200px) {
  body {
    font-size: 12px;
  }
}
@media screen and (max-width: 1000px) {
  body {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 3.2vw;
  }
}

a {
  display: block;
  transition-duration: 0.3s;
}
a:hover {
  opacity: 0.6;
}

main .mainWrap {
  position: relative;
  z-index: 2;
  max-width: 43.75em;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}
main .main_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  main .main_bg {
    display: none;
  }
}
main .main_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}
main .mainMenu {
  position: fixed;
  top: 50%;
  left: 13%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 1.875em;
  padding: 1.875em;
  z-index: 1;
  width: 21em;
}
@media screen and (max-width: 1430px) {
  main .mainMenu {
    font-size: 1vw;
  }
}
@media screen and (max-width: 1000px) {
  main .mainMenu {
    display: none;
  }
}
main .mainMenu_ttlArea {
  position: relative;
  width: 80%;
  margin: 0 auto;
}
main .mainMenu_ttlArea h2 {
  width: 100%;
  position: relative;
  z-index: 1;
}
main .mainMenu_ttlArea .month {
  width: 43.6%;
  position: absolute;
  bottom: 0;
  right: -35%;
  z-index: 2;
}
main .mainMenu_listArea {
  margin-top: 1em;
}
main .mainMenu_listArea ul li {
  list-style: none;
  padding-block: 1em;
  border-top: 0.5px solid #e44452;
}
main .mainMenu_listArea ul li:last-of-type {
  border-bottom: 0.5px solid #e44452;
}
main .mainMenu_listArea ul li a {
  color: #4d4d4d;
  font-size: 1em;
  letter-spacing: 0;
  padding-left: 1em;
  text-indent: -1em;
}
main .mainMenu_listArea ul li a span {
  color: #e44452;
}
main .mainMenu_listArea ul li a span.st {
  color: #4d4d4d;
  font-size: 1.2em;
}
main .mainBacknumber {
  position: fixed;
  top: 50%;
  left: 87%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 1.875em;
  padding: 1.875em;
  z-index: 1;
  width: 21em;
}
@media screen and (max-width: 1430px) {
  main .mainBacknumber {
    font-size: 1vw;
  }
}
@media screen and (max-width: 1000px) {
  main .mainBacknumber {
    display: none;
  }
  main .mainBacknumber.tabBacknumber {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    width: 100%;
    border-radius: 0;
    padding-block: 2em 3.5em;
    background-color: #fff;
    z-index: 2;
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  main .mainBacknumber.tabBacknumber {
    font-size: 4vw;
  }
}
main .mainBacknumber_ttlArea {
  text-align: center;
  letter-spacing: 0;
}
main .mainBacknumber_ttlArea .en {
  font-size: 1.5em;
  color: #f18900;
  font-family: "Noto Sans JP", sans-serif;
}
main .mainBacknumber_ttlArea .ja {
  font-size: 1.1em;
  margin-top: 0.2em;
  margin-bottom: 0.3em;
  font-weight: 400;
}
main .mainBacknumber_ttlArea .triangle {
  color: #f18900;
  font-size: 0.8em;
  margin-top: 0.1em;
}
main .mainBacknumber_listArea ul li {
  list-style: none;
  padding-block: 1em;
  border-top: 0.5px solid #f18900;
}
main .mainBacknumber_listArea ul li:last-of-type {
  border-bottom: 0.5px solid #f18900;
}
main .mainBacknumber_listArea ul li a {
  text-align: center;
  color: #4d4d4d;
}
main .mainBacknumber_listArea ul li a .monthBox p {
  display: inline-block;
  font-size: 0.9em;
  line-height: 1;
  color: #fff;
  background-color: #f18900;
  padding: 0.3em 1em 0.2em;
  letter-spacing: 0;
}
main .mainBacknumber_listArea ul li a h4 {
  font-size: 0.9em;
  font-weight: 400;
  margin-top: 0.5em;
  letter-spacing: 0.05em;
}
main footer {
  position: relative;
  z-index: 2;
}

.mv {
  position: relative;
}
.mv h1 {
  position: relative;
  width: 100%;
  z-index: 3;
  background-color: #ff8c20;
  padding-block: 0.5em;
}
.mv h1 a {
  width: 15em;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mv h1 a {
    width: 50%;
  }
}

.bg_orange {
  background-image: url(../img/orange_bg.webp);
  background-size: cover;
  background-position: top center;
  background-repeat: repeat-y;
}

.bg_blue {
  background-image: url(../img/blue_bg.webp);
  background-size: cover;
  background-position: top center;
  background-repeat: repeat-y;
}

.inner {
  width: 90%;
  margin: 0 auto;
}

.btnArea {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 13.25em;
  height: 2.5625em;
  background-color: #f18900;
  border-radius: 2.875em;
  margin-inline: auto;
}
.btnArea a {
  font-size: 1.125em;
  letter-spacing: 0;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.phone-link {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 1440px) {
  .phone-link {
    pointer-events: none;
    cursor: default;
  }
}
@media screen and (max-width: 1200px) {
  .phone-link {
    pointer-events: none;
    cursor: default;
  }
}
@media screen and (max-width: 1000px) {
  .phone-link {
    pointer-events: none;
    cursor: default;
  }
}
@media screen and (max-width: 768px) {
  .phone-link {
    pointer-events: auto;
    cursor: pointer;
    color: #4d4d4d;
  }
  .phone-link:hover {
    opacity: 0.6;
  }
}

.secWrapper {
  position: relative;
  scroll-behavior: smooth;
}
.secWrapper .lead {
  font-family: "Noto Serif", serif;
  letter-spacing: 0;
  text-align: center;
  padding-block: 3.125em 5em;
}
.secWrapper .lead_catch {
  font-size: 1.3em;
  line-height: 1.8;
}
.secWrapper .lead_catch_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 80%;
  margin-inline: auto;
  margin-top: 2em;
}
.secWrapper .lead_catch_list li {
  width: 31%;
}
.secWrapper .lead_catch_list li:nth-of-type(n + 4) {
  margin-top: 1em;
}
.secWrapper .lead_catch_block {
  width: 90%;
  margin: 3em auto 0;
  border: 0.1875em solid #fff;
  border-radius: 0.625em;
  padding-block: 2em;
}
.secWrapper .lead_catch_block .lead01 {
  font-size: 1.55em;
  line-height: 1.8;
}
.secWrapper .lead_catch_block .lead02 {
  font-size: 1.3em;
  line-height: 1.8;
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .secWrapper .lead_catch_block .lead02 {
    font-size: 1.1em;
  }
}
.secWrapper .sec01 {
  position: relative;
  z-index: 0;
  padding-top: 5.8125em;
  overflow: hidden;
  background-image: url("../img/2508/pink_bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.secWrapper .sec01_iconBlock {
  text-align: center;
}
.secWrapper .sec01_iconBlock_icon {
  width: 12.5em;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec01_iconBlock_icon {
    width: 30%;
  }
}
.secWrapper .sec01_iconBlock_lead {
  font-size: 1.3em;
  line-height: 1.8;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec01_iconBlock_lead {
    font-size: 1.2em;
    letter-spacing: 0;
  }
}
.secWrapper .sec01 .inner {
  margin-top: 3em;
}
.secWrapper .sec01_content_upper {
  background: rgba(255, 255, 255, 0.5);
  border-top-left-radius: 3.125em;
  border-top-right-radius: 3.125em;
  padding-block: 5.5em 4.8125em;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec01_content_upper {
    border-top-left-radius: 6.66666vw;
    border-top-right-radius: 6.66666vw;
    padding-block: 8.4vw 7.199vw;
  }
}
.secWrapper .sec01_title {
  position: relative;
  text-align: center;
}
.secWrapper .sec01_title .cityBlock p {
  display: inline-block;
  font-size: 1.625em;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
  background-color: #e44452;
  padding: 0.2em 2em;
  border-radius: 2em;
}
.secWrapper .sec01_sub_title {
  font-size: 3.375em;
  line-height: 1.3;
  text-align: center;
  margin-top: 0.4em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec01_sub_title {
    font-size: 2.6em;
  }
}
.secWrapper .sec01_img_wrap {
  margin-top: 3.125em;
  position: relative;
}
.secWrapper .sec01_img {
  width: 112%;
  transform: translateX(-5%);
}
.secWrapper .sec01_txtBlock {
  width: 84%;
  margin: 2em auto 0;
}
.secWrapper .sec01_txtBlock p {
  font-size: 1.2em;
  line-height: 1.8;
  letter-spacing: 0em;
  text-align: justify;
}
.secWrapper .sec01_txtBlock p:nth-of-type(n + 2) {
  margin-top: 2em;
}
.secWrapper .sec01_content_lower {
  margin-top: 0.4375em;
  background: rgba(255, 255, 255, 0.5);
  border-bottom-left-radius: 3.125em;
  border-bottom-right-radius: 3.125em;
  padding-block: 2.6875em 4.3125em;
  position: relative;
}
.secWrapper .sec01_info_title {
  width: 20.0625em;
  margin-inline: auto;
}
.secWrapper .sec01_info_detail {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec01_info_detail {
    width: 100%;
  }
}
.secWrapper .sec01_info_detail_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec01_info_detail_list {
    flex-direction: column;
  }
}
.secWrapper .sec01_info_detail_list dd {
  font-weight: 400;
}
.secWrapper .sec01_info_detail_title {
  display: inline-block;
  width: 20%;
  padding: 0.2em 0.3em;
  line-height: 1;
  font-size: 1.25em;
  text-align: center;
  letter-spacing: 0;
  background-color: #e44452;
  color: #fff;
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec01_info_detail_title {
    width: 40%;
    margin-top: 1em;
  }
}
.secWrapper .sec01_info_detail_value {
  width: 80%;
  padding-left: 1em;
  font-size: 1.25em;
  letter-spacing: 0;
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec01_info_detail_value {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}
.secWrapper .sec01_info_map {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  margin-top: 2em;
}
.secWrapper .sec01_info_map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.secWrapper .sec01_detail {
  width: 90%;
  margin: 2em auto 0;
}
.secWrapper .sec01_present {
  margin-top: 6.5625em;
}
.secWrapper .sec01_present_btn {
  margin-top: 1.875em;
  background-color: #41ca33;
  width: 28.375em;
  height: 3.75em;
}
.secWrapper .sec01_present_btn a {
  font-size: 1.5625em;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec01_present_btn a {
    font-size: 3.3333vw;
  }
}
@media screen and (max-width: 768px) {
  .secWrapper .sec01_present_btn {
    margin-top: 4.8vw;
    width: 60.5333vw;
    height: 8vw;
  }
}
.secWrapper .sec01_history {
  margin-top: 3em;
  padding-bottom: 5em;
}
.secWrapper .sec01_history_title {
  background-image: url("../img/2508/yamashin_img04.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
}
.secWrapper .sec01_history_title h3 {
  font-size: 1.875em;
  text-align: center;
  color: #fff;
  padding-block: 3em;
  letter-spacing: 0.3em;
  font-weight: 400;
}
.secWrapper .sec01_history_lead {
  margin-top: 2em;
  padding-bottom: 3em;
}
.secWrapper .sec01_history_lead p {
  font-size: 1.2em;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: justify;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec01_history_lead p {
    font-size: 1.1em;
  }
}
.secWrapper .sec01_history_lead p.big {
  font-size: 1.8em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec01_history_lead p.big {
    font-size: 1.6em;
  }
}
.secWrapper .sec01_history_contents .sec01_history_age {
  width: 80%;
  margin: 0 auto;
  background-color: #f2f2f2;
  border-radius: 3em;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec01_history_contents .sec01_history_age {
    width: 90%;
  }
}
.secWrapper .sec01_history_contents .sec01_history_age.is-open .js-qa__parent .crossBar::before {
  content: "CLOSE";
  left: -4.5em;
}
.secWrapper .sec01_history_contents .sec01_history_age.is-open .js-qa__parent .crossBar::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.secWrapper .sec01_history_contents .sec01_history_age:nth-of-type(n + 2) {
  margin-top: 1.5em;
}
.secWrapper .sec01_history_contents .js-qa__parent {
  cursor: pointer;
  position: relative;
  text-align: center;
}
.secWrapper .sec01_history_contents .js-qa__parent h3 {
  cursor: pointer;
  font-size: 1.25em;
  letter-spacing: 0.1em;
  font-weight: 400;
  padding-block: 1em 1.1em;
  line-height: 1;
  width: 100%;
}
.secWrapper .sec01_history_contents .js-qa__parent .crossBar {
  width: 1.70625em;
  height: 1.70625em;
  position: relative;
  position: absolute;
  top: 30%;
  right: 1.8em;
  transition-duration: 0.3s;
}
.secWrapper .sec01_history_contents .js-qa__parent .crossBar::before {
  content: "OPEN";
  position: absolute;
  top: 50%;
  left: -4em;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 1em;
  color: #e44452;
  font-weight: 400;
  letter-spacing: 0.1em;
  transition-duration: 0.3s;
}
.secWrapper .sec01_history_contents .js-qa__parent .crossBar:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1em 0.8em 0 0.8em;
  border-color: #e44452 transparent transparent transparent;
  transition-duration: 0.3s;
  transform-origin: 50% 50%;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec01_history_contents .js-qa__parent .crossBar {
    width: 2em;
    height: 2em;
    right: 1em;
  }
}
.secWrapper .sec01_history_contents .qa__child {
  margin: 0;
  display: none;
  opacity: 0;
  /* アニメーション後のスタイル */
}
.secWrapper .sec01_history_contents .qa__child.is-open {
  display: block;
  opacity: 1;
}
.secWrapper .sec01_history_contents .qa__child_txtBlock {
  display: flex;
  justify-content: center;
  align-items: center;
}
.secWrapper .sec01_history_contents .qa__child .eventArea_block_wrapper {
  width: 100%;
  padding-bottom: 3em;
}
.secWrapper .sec01_history_contents .qa__child .eventArea_block_item {
  width: 90%;
  background-color: #fff;
  margin: 0 auto;
  padding: 1em 5% 2em;
}
.secWrapper .sec01_history_contents .qa__child .eventArea_block_item:nth-of-type(n + 2) {
  margin-top: 1em;
}
.secWrapper .sec01_history_contents .qa__child .eventArea_block_item h4 {
  font-size: 2.2em;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #000;
}
.secWrapper .sec01_history_contents .qa__child .eventArea_block_item .year {
  font-size: 1.325em;
  line-height: 1;
  padding-block: 0.3em;
  border-bottom: 1px solid #000;
  text-align: center;
}
.secWrapper .sec01_history_contents .qa__child .eventArea_block_item_txt p {
  font-size: 1.05em;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-top: 1em;
  line-height: 1.8;
  text-align: justify;
}
.secWrapper .sec01_history_contents .qa__child .eventArea_block_item_txt p.half img {
  width: 50%;
  margin: 0 auto;
}
.secWrapper .sec03 {
  position: relative;
  background-image: url("../img/2508/orange_little_bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.secWrapper .sec03_upper_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.secWrapper .sec03_title {
  position: absolute;
  width: 387px;
  width: 24.1875em;
  top: 11.4583vw;
  right: calc(90px + 260 * (100vw - 1200px) / 720);
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .secWrapper .sec03_title {
    width: 20.1875em;
    right: clamp(40px, -26.6px + 8.658vw, 60px);
  }
}
@media screen and (max-width: 768px) {
  .secWrapper .sec03_title {
    width: 36.4vw;
    top: 22vw;
    right: 8.93333334vw;
  }
}
.secWrapper .sec03_img {
  position: absolute;
  width: 24.25em;
  height: 21.125em;
  top: 18.055555vw;
  top: 15vw;
  left: 15%;
  z-index: 3;
}
@media screen and (max-width: 1000px) {
  .secWrapper .sec03_img {
    left: 5%;
  }
}
@media screen and (max-width: 768px) {
  .secWrapper .sec03_img {
    width: 40.66666vw;
    height: 35.466vw;
    top: 35vw;
    left: 7vw;
  }
}
.secWrapper .sec03_text {
  width: 35.88888em;
  margin-left: auto;
  font-size: 1.125em;
  line-height: 1.7;
  letter-spacing: 0;
  margin-top: 2.77777em;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec03_text {
    width: 100%;
    margin-top: 22.4vw;
    font-size: 3.2vw;
    text-align: center;
  }
}
.secWrapper .sec03_list {
  margin-block-start: 0em;
  margin-block-end: 0em;
  padding-inline-start: 0px;
  margin-top: 6.875em;
  border-collapse: separate;
  border-spacing: 0.4375em;
  position: relative;
}
.secWrapper .sec03_list::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-image: url(../img/border_treat.png);
  background-size: cover;
  background-repeat: repeat-y;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec03_list::before {
    background-image: url(../img/border_treat_sp.png);
    width: 0.24vw;
  }
}
.secWrapper .sec03_list::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 3px;
  height: 100%;
  background-image: url(../img/border_treat.png);
  background-size: cover;
  background-repeat: repeat-y;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec03_list::after {
    background-image: url(../img/border_treat_sp.png);
    width: 0.24vw;
  }
}
.secWrapper .sec03_list_item {
  max-width: 53.125em;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec03_list_item {
    width: 66vw;
    flex-direction: column-reverse;
  }
}
.secWrapper .sec03_list_item:nth-of-type(n + 2) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec03_list_item:nth-of-type(n + 2) {
    flex-direction: column-reverse;
  }
}
.secWrapper .sec03_list_item:not(:first-of-type) {
  margin-top: 8em;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec03_list_item:not(:first-of-type) {
    margin-top: 10.6666vw;
  }
}
.secWrapper .sec03_list_img {
  width: 20.5em;
  height: 20.5em;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec03_list_img {
    width: 42.66666vw;
    height: 42.66666vw;
  }
}
.secWrapper .sec03_list_text {
  width: 30em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec03_list_text {
    width: 100%;
  }
}
.secWrapper .sec03_list_text::before {
  position: absolute;
  content: "";
  top: -5em;
  left: -6em;
  width: 16.25em;
  height: 16.25em;
  z-index: -1;
  background-image: url(../img/blue_treat.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec03_list_text::before {
    width: 37.0666vw;
    height: 36.53333vw;
    top: -6vw;
    left: -13vw;
  }
}
.secWrapper .sec03_list_title img {
  width: 28.8125em;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec03_list_title {
    width: 55.2vw;
    margin-inline: auto;
  }
}
.secWrapper .sec03_list_title.-secondary img {
  width: 21.6875em;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec03_list_title.-secondary {
    margin-top: 4vw;
    width: 53.3333vw;
    margin-left: auto;
  }
}
.secWrapper .sec03_list_description {
  font-size: 1.0625em;
  line-height: 1.8;
  margin-top: 1.41176em;
  letter-spacing: 0;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec03_list_description {
    font-size: 3.2vw;
    font-feature-settings: "palt" 1;
  }
}
.secWrapper .sec04_list {
  margin-block-start: 0em;
  margin-block-end: 0em;
  padding-inline-start: 0px;
  display: flex;
  column-gap: 1.25em;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec04_list {
    left: 6.4vw;
  }
}
.secWrapper .sec04_list_item {
  height: 40.625em;
  border-radius: 1em;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec04_list_item {
    height: 94.666666vw;
  }
}
.secWrapper .sec04_list_item_inner {
  padding-block: 1.3125em 1.5em;
  padding-inline: 1em;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec04_list_item_inner {
    padding-block: 2.1333333vw;
    padding-inline: 2.6666vw;
  }
}
.secWrapper .sec04_list_item_title {
  font-size: 2em;
  letter-spacing: 0.14em;
  font-family: "Noto Serif", serif;
  font-weight: 400;
  line-height: 2;
  margin-top: 0.3125em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec04_list_item_title {
    font-size: 4.26666vw;
  }
}
.secWrapper .sec04_list_item_text {
  font-size: 1em;
  line-height: 1.5625;
  letter-spacing: 0;
  margin-top: 0.75em;
  text-align: justify;
  padding-inline: 1.125em;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec04_list_item_text {
    font-size: 3vw;
    margin-top: 1.6vw;
    padding-inline: 2.4vw;
    font-feature-settings: "palt" 1;
  }
}
.secWrapper .sec04_list_item_button {
  margin-top: 3.125em;
}
.secWrapper .sec04_list_item_button.-secondary {
  margin-top: 1.5625em;
}
.secWrapper .works {
  width: 100%;
  padding-top: 3em;
}
.secWrapper .works-title {
  width: 20em;
  margin: 0 auto;
}
.secWrapper .works-title h1 {
  text-align: center;
  position: relative;
  width: 140px;
  margin: 0 auto;
  z-index: 1;
  padding: 12px 0;
}
.secWrapper .works-title h1 img {
  position: absolute;
  left: 0;
  top: 16px;
  z-index: -1;
}
.secWrapper .works .scroll {
  display: flex;
  position: absolute;
  top: 9em;
  left: 3em;
  width: 1.5625em;
  height: 14.625em;
  /* 線のアニメーション */
}
@media screen and (max-width: 1200px) {
  .secWrapper .works .scroll {
    top: 20em;
  }
}
@media screen and (max-width: 1000px) {
  .secWrapper .works .scroll {
    top: 22vw;
    top: 30%;
    left: 4.9vw;
  }
}
@media screen and (max-width: 768px) {
  .secWrapper .works .scroll {
    top: 25%;
    left: 1.5vw;
  }
}
.secWrapper .works .scroll_border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.secWrapper .works .scroll_border::before {
  animation: scroll 2s infinite;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
  height: 14.625em;
  background-color: #4d4d4d;
  content: "";
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.secWrapper .works .scroll_border_text {
  width: 1em;
  height: 3.875em;
  display: block;
  margin-left: 1.5em;
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .secWrapper .works .scroll_treat {
    position: absolute;
    left: 0;
    bottom: 30dvh;
    width: 13.066666vw;
    height: 33.53333vw;
  }
}
.secWrapper .works-container {
  width: 100%;
  margin-top: 3em;
}
.secWrapper .works-container-inner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.secWrapper .works-container-inner .side-scroll {
  width: 100%;
}
.secWrapper .works-container-inner .side-scroll-list-wrapper {
  position: relative;
  width: 100%;
  height: 44.625em;
}
@media screen and (max-width: 768px) {
  .secWrapper .works-container-inner .side-scroll-list-wrapper {
    height: 104.666666vw;
  }
}
.secWrapper .works-container-inner .side-scroll-list {
  position: absolute;
  top: 10px;
  left: 0;
  display: flex;
  gap: 0 2em;
  padding-left: 2em;
  padding-right: 6.5em;
}
.secWrapper .works-container-inner .side-scroll-item {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 400px;
  height: 420px;
}
.secWrapper .works-container-inner .works-container-inner-item {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 10px 0;
}
.secWrapper .works-container-inner .works-container-inner-item .works-img {
  width: 100%;
}
.secWrapper .works-container-inner .works-container-inner-item .works-img img {
  width: 100%;
}
.secWrapper .works-container-inner .works-container-inner-item .works-header {
  width: 100%;
  margin: 0 auto;
  padding: 12px 0px;
}
.secWrapper .works-container-inner .works-container-inner-item .works-header p {
  color: #ffffff;
  font-family: "Roboto Flex", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  padding: 0 0 2px 0;
}
.secWrapper .works-container-inner .works-container-inner-item .works-header h2 {
  color: #ffffff;
  font-family: "Sawarabi Gothic", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  text-align: center;
}
.secWrapper .works-container-inner .works-container-inner-item .works-body {
  width: 100%;
  padding: 0 4px;
  font-size: 1.6rem;
  font-family: "Roboto Flex", sans-serif;
}
.secWrapper .works-container-inner .works-container-inner-item .works-body dl {
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
}
.secWrapper .works-container-inner .works-container-inner-item .works-body dl dt {
  width: 30%;
  padding: 10px 0;
}
.secWrapper .works-container-inner .works-container-inner-item .works-body dl dt::after {
  content: ":";
}
.secWrapper .works-container-inner .works-container-inner-item .works-body dl dd {
  width: 70%;
  padding: 10px 0;
  line-height: 1.26;
}
.secWrapper .driveSpot {
  width: 100%;
  margin-top: 5em;
  padding-bottom: 15em;
  color: #4d4d4d;
}
@media screen and (max-width: 768px) {
  .secWrapper .driveSpot {
    padding-bottom: 8em;
  }
}
.secWrapper .driveSpot h3 {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .secWrapper .driveSpot h3 {
    width: 90%;
  }
}
.secWrapper .driveSpot_inner {
  width: 72%;
  margin: 5em auto 0;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .secWrapper .driveSpot_inner {
    width: 90%;
  }
}
.secWrapper .driveSpot_container {
  position: relative;
  z-index: 3;
  height: 100%;
  padding-bottom: 6em;
}
.secWrapper .driveSpot_blockWrap {
  padding-left: 10%;
  border-left: 1px solid #f18900;
  position: relative;
  height: 100%;
}
.secWrapper .driveSpot_blockWrap_car {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.secWrapper .driveSpot_blockWrap_carAction {
  position: sticky;
  top: 8em;
  left: 0;
  width: 6%;
}
.secWrapper .driveSpot_block {
  position: relative;
}
.secWrapper .driveSpot_block:nth-of-type(n + 2) {
  margin-top: 8em;
}
@media screen and (max-width: 768px) {
  .secWrapper .driveSpot_block:nth-of-type(n + 2) {
    margin-top: 6em;
  }
}
.secWrapper .driveSpot_block h4 {
  font-size: 2.5em;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.secWrapper .driveSpot_block .img {
  margin-top: 1em;
}
.secWrapper .driveSpot_block .txtArea {
  margin-top: 1em;
}
.secWrapper .driveSpot_block .txtArea p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1em;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: 0.05em;
}
.secWrapper .driveSpot_block .infoArea {
  background-color: #ffe6fc;
  padding: 1em;
  border-radius: 6px;
  margin-top: 1em;
}
.secWrapper .driveSpot_block .infoArea.orange {
  background-color: #fce7cc;
}
.secWrapper .driveSpot_block .infoArea.blue {
  background-color: #e5f2ff;
}
.secWrapper .driveSpot_block .infoArea.purple {
  background-color: #fbeafc;
}
.secWrapper .driveSpot_block .infoArea .infoArea_inner {
  font-family: "Noto Sans JP", sans-serif;
}
.secWrapper .driveSpot_block .infoArea .infoArea_inner_name {
  font-size: 1em;
}
.secWrapper .driveSpot_block .infoArea .infoArea_inner_info {
  margin-top: 0.5em;
}
.secWrapper .driveSpot_block .infoArea .infoArea_inner_info p {
  font-size: 1em;
  display: flex;
  align-items: center;
  letter-spacing: 0.05em;
}
.secWrapper .driveSpot_block .infoArea .infoArea_inner_info p svg {
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.5em;
}
.secWrapper .driveSpot_block .infoArea .infoArea_inner_info p a {
  display: inline-block;
  color: #4d4d4d;
}
.secWrapper .driveSpot_block_num {
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  border-radius: 50%;
  font-size: 3.4375em;
  background-color: #dd87c7;
  color: #fff;
  width: 1.3454545455em;
  height: 1.3454545455em;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -0.1em;
  left: -19%;
}
@media screen and (max-width: 768px) {
  .secWrapper .driveSpot_block_num {
    font-size: 2.8em;
    top: 0em;
    left: -17%;
  }
}
.secWrapper .driveSpot_block_num.orange {
  background-color: #f18900;
}
.secWrapper .driveSpot_block_num.blue {
  background-color: #57a3e6;
}
.secWrapper .driveSpot_block_num.purple {
  background-color: #a861bb;
}
.secWrapper .driveSpot_block_num span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  line-height: 1;
}
.secWrapper .driveSpot_block_num span.one {
  left: 42%;
  top: 46%;
}
.secWrapper .driveSpot_block_num span.two {
  top: 48%;
  left: 43%;
}
.secWrapper .driveSpot_block_num span.three {
  top: 47%;
  left: 44%;
}
.secWrapper .driveSpot_block_num span.four {
  left: 42%;
}
.secWrapper .driveSpot_block_num span.five {
  top: 47%;
  left: 44%;
}
.secWrapper .aichinow {
  position: relative;
  z-index: 2;
  background-color: #ece8dc;
  border: 4px solid #fff;
  border-right: none;
  border-left: none;
  font-family: "Noto Sans JP", sans-serif;
}
.secWrapper .aichinow_lead {
  max-width: 15.3125em;
  width: 90%;
  position: absolute;
  top: -9.5em;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .secWrapper .aichinow_lead {
    max-width: 13em;
    top: -7em;
  }
}
.secWrapper .aichinow_leadBg {
  position: absolute;
  top: -12.1875em;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 2;
  width: 24.375em;
  height: 24.375em;
  background-color: #ece8dc;
  border-radius: 50%;
  border: 4px solid #fff;
}
@media screen and (max-width: 768px) {
  .secWrapper .aichinow_leadBg {
    width: 18.375em;
    height: 18.375em;
    top: -9em;
  }
}
.secWrapper .aichinow_leadBg_hide {
  position: absolute;
  top: 0em;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 26.375em;
  height: 12.1875em;
  background-color: #ece8dc;
  z-index: 3;
}
.secWrapper .aichinow_inner {
  position: relative;
  z-index: 3;
  padding-block: 4em 5em;
}
.secWrapper .aichinow_inner h2 {
  width: 85%;
  margin: 0 auto;
}
.secWrapper .aichinow_inner_txt {
  font-size: 1.25em;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 2em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .secWrapper .aichinow_inner_txt {
    font-size: 1em;
  }
}
.secWrapper .aichinow_inner_btn {
  margin-top: 2em;
  text-align: center;
}
.secWrapper .aichinow_inner_btn a {
  font-size: 1.25em;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #d10012;
  padding: 0.5em 2em;
  border-radius: 2em;
  text-decoration: none;
  display: inline-block;
}
.secWrapper .aichinow_imgArea {
  max-width: 51.875em;
  width: 90%;
  margin: 3em auto 0;
}
.secWrapper .aichinow_imgArea img {
  width: 100%;
  height: auto;
}
.secWrapper .shopInfo .sec07 {
  background-color: #fff;
  padding-top: 8.25em;
  padding-bottom: 6.875em;
  margin-top: 7.125em;
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin-inline: auto;
  font-family: "Noto Sans JP", sans-serif;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .secWrapper .shopInfo .sec07 {
    padding-top: 3.25em;
    padding-bottom: 3.875em;
    margin-top: 4.125em;
  }
}
.secWrapper .shopInfo .sec07::before {
  position: absolute;
  content: "";
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 75em;
  width: 100%;
  height: 10.5625em;
  background-image: url(../img/sec05_white_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}
.secWrapper .shopInfo .sec07::after {
  position: absolute;
  content: "";
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  max-width: 75em;
  width: 100%;
  height: 10.5625em;
  background-image: url(../img/sec05_white_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}
.secWrapper .shopInfo .sec07_title {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0;
  position: relative;
  flex-direction: column;
}
.secWrapper .shopInfo .sec07_title h3 {
  font-size: 1.625em;
  letter-spacing: 0;
  color: #f18900;
  font-weight: 500;
  position: relative;
  z-index: 0;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .secWrapper .shopInfo .sec07_title h3 {
    font-size: 1.3em;
  }
}
.secWrapper .shopInfo .sec07_title h3::before {
  position: absolute;
  content: "";
  top: -3.5em;
  background-image: url(../img/orange_circle.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 10.5em;
  height: 10.5em;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}
.secWrapper .shopInfo .sec07_title h3 em {
  font-size: 1.53846em;
  font-style: normal;
  font-weight: 500;
}
.secWrapper .shopInfo .sec07_image {
  width: 80%;
  margin-top: 3em;
}
@media screen and (max-width: 768px) {
  .secWrapper .shopInfo .sec07_image {
    width: 90%;
    margin-top: 1.5em;
  }
}
.secWrapper .shopInfo .sec07_title_sub {
  position: relative;
  z-index: 1;
  width: 52.25em;
  max-width: 52.25em;
  width: 90%;
  margin-top: 3.375em;
  margin-inline: auto;
}
.secWrapper .shopInfo .sec07_info {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
  flex-direction: column;
  align-items: center;
}
.secWrapper .shopInfo .sec07_info_right {
  width: 80%;
  margin: 2em auto 0;
}
@media screen and (max-width: 768px) {
  .secWrapper .shopInfo .sec07_info_right {
    width: 90%;
  }
}
.secWrapper .shopInfo .sec07_info_right h5 {
  font-size: 1.375em;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
}
.secWrapper .shopInfo .sec07_info_right dl {
  margin-top: 0.75em;
  display: flex;
  flex-wrap: wrap;
}
.secWrapper .shopInfo .sec07_info_right dl dt {
  width: 22.274%;
  font-size: 1.1875em;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .secWrapper .shopInfo .sec07_info_right dl dt {
    width: 24.274%;
  }
}
.secWrapper .shopInfo .sec07_info_right dl dt.ls01 {
  letter-spacing: 0.1em;
}
.secWrapper .shopInfo .sec07_info_right dl dd {
  width: 77.726%;
  font-size: 1.1875em;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .secWrapper .shopInfo .sec07_info_right dl dd {
    width: 75.726%;
  }
}
.secWrapper .shopInfo .sec07_info_button {
  margin-top: 2.5em;
  margin-left: auto;
}
.secWrapper .sec08 {
  background-image: url(../img/green_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 8.375em;
  padding-bottom: 5.625em;
  margin-top: 5em;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec08 {
    padding-top: 6.375em;
    padding-bottom: 3.625em;
  }
}
.secWrapper .sec08_present {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 2em;
  position: relative;
  z-index: 0;
  padding-top: 3.375em;
  padding-bottom: 3.375em;
}
.secWrapper .sec08_present_title {
  max-width: 50em;
  width: 100%;
  margin-inline: auto;
  position: absolute;
  top: -3.75em;
  left: 0;
  right: 0;
  margin-inline: auto;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec08_present_title {
    top: -1.75em;
  }
}
.secWrapper .sec08_present_content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  column-gap: 3.4375em;
  margin-top: 0.4375em;
  font-family: "Noto Sans JP", sans-serif;
}
.secWrapper .sec08_present_content_left {
  width: 100%;
  margin-top: 1em;
}
.secWrapper .sec08_present_content_left.cont {
  width: 80%;
  margin: 2em auto 0;
}
.secWrapper .sec08_present_content_right {
  width: 80%;
  margin: 0 auto;
}
.secWrapper .sec08_present_content_text {
  font-size: 1.25em;
  letter-spacing: 0;
  line-height: 1.7;
  text-align: center;
  background-color: #f18900;
  color: #fff;
  position: relative;
  z-index: 1;
  padding-inline: 1.6em;
  padding-block: 0.35em;
}
.secWrapper .sec08_present_content_text::after {
  position: absolute;
  content: "";
  bottom: -1.4em;
  left: 50%;
  transform: translateX(-50%);
  width: 1.5625em;
  height: 1.4375em;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: #f18900;
}
.secWrapper .sec08_present_content_title {
  font-size: 2.5em;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2;
  color: #41cc33;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.219em;
  white-space: nowrap;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec08_present_content_title {
    font-size: 2em;
  }
}
.secWrapper .sec08_present_content_title span {
  font-size: 0.52238em;
  letter-spacing: -0.11em;
  margin-top: 0.857142em;
  margin-left: -0.5em;
  display: block;
}
.secWrapper .sec08_present_content_title img {
  display: block;
  width: 2em;
  height: 2em;
}
.secWrapper .sec08_present_content_description {
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 0;
  letter-spacing: -0.048em;
  line-height: 1.7;
  text-align: justify;
  margin-top: 1em;
}
.secWrapper .sec08_present_info {
  max-width: 1092px;
  width: 90%;
  margin-inline: auto;
  margin-top: 2.5em;
  background-color: rgba(250, 243, 169, 0.9);
  border-radius: 2em;
  padding-block: 2em 1.6875em;
}
.secWrapper .sec08_present_info_img {
  max-width: 65.6875em;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec08_present_info_img {
    width: 80vw;
    padding-top: 0;
  }
}
.secWrapper .sec08_present_info_content {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 2em;
  margin-top: 1.5em;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec08_present_info_content {
    flex-direction: column;
  }
}
.secWrapper .sec08_present_info_content h3 {
  font-size: 1.875em;
  line-height: 1.7;
  color: #41cc33;
}
.secWrapper .sec08_present_info_button {
  border: 1px solid #4d4d4d;
  background-color: transparent;
  margin-inline: 0;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec08_present_info_button {
    margin-top: 1.866667vw;
    width: 37.6vw;
    height: 6.13333vw;
  }
}
.secWrapper .sec08_present_info_button a {
  color: #4d4d4d;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec08_present_info_button a {
    font-size: 3.2vw;
  }
}
.secWrapper .sec08_present_info_text {
  font-size: 1.125em;
  max-width: 50em;
  width: 90%;
  margin-inline: auto;
  letter-spacing: -0.01em;
  margin-top: 0.6666em;
  line-height: 1.7;
  text-align: justify;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 1000px) {
  .secWrapper .sec08_present_info_text {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  .secWrapper .sec08_present_info_text {
    width: 70.9333vw;
    font-size: 3.2vw;
    letter-spacing: 0;
    margin-top: 3.466666vw;
  }
}
.secWrapper .sec08_pay {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 2em;
  padding-block: 3.125em 3.4375em;
  padding-inline: 5.1875em;
  margin-top: 4.5em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec08_pay {
    padding-inline: 6vw;
    padding-bottom: 5.33334vw;
  }
}
.secWrapper .sec08_pay_title {
  position: absolute;
  top: -2.5em;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec08_pay_title {
    top: -1.5em;
  }
}
.secWrapper .sec08_pay_content {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  flex-direction: column-reverse;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
.secWrapper .sec08_pay_content_left {
  width: 36.875em;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec08_pay_content_left {
    width: 57.59999vw;
  }
}
.secWrapper .sec08_pay_content_left h4 {
  width: 50%;
  margin: 2em auto 0;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec08_pay_content_left h4 {
    width: 43.0666vw;
    margin-top: 5.3333vw;
    margin-inline: auto;
  }
}
.secWrapper .sec08_pay_content_text {
  margin-top: 1.875em;
}
.secWrapper .sec08_pay_content_right {
  width: 27.6875em;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec08_pay_content_right {
    width: 54.666vw;
  }
}
.secWrapper .sec08_pay_content_right img {
  box-shadow: 0 5px 18px 0 rgba(0, 0, 0, 0.25);
  border-radius: 1.25em;
}
.secWrapper .sec08_pay_content_text {
  font-size: 1.125em;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec08_pay_content_text {
    font-size: 3.2vw;
    text-align: center;
  }
}
.secWrapper .sec08_pay_content_button {
  font-size: 1em;
  letter-spacing: 0;
  line-height: 1.6875;
  text-decoration: underline;
  color: #4d4d4d;
  display: block;
  margin-top: 1em;
}
.secWrapper .sec08_pay_note {
  font-size: 0.875em;
  line-height: 1.2857;
  letter-spacing: 0;
  width: fit-content;
  margin-top: 1.2857em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec08_pay_note {
    font-size: 2.1333vw;
    margin-top: 1.8666666vw;
  }
}
.secWrapper .sec08_pay_note li {
  text-indent: -1em;
  padding-left: 1em;
}
.secWrapper .sec09 {
  background-image: url(../img/green_bg.webp);
  background-size: cover;
  background-repeat: repeat-y;
  background-position: center;
  padding-bottom: 5.625em;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec09 {
    padding-bottom: 3.625em;
  }
}
.secWrapper .sec09_title {
  max-width: 62.875em;
  width: 90%;
  margin-inline: auto;
  padding-top: 1em;
}
.secWrapper .sec09_quiz {
  width: 90%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec09_quiz {
    width: 100%;
  }
}
.secWrapper .sec09_arrow {
  width: 2.625em;
  margin-inline: auto;
  margin-block: 0.8125em;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec09_arrow {
    width: 5.6vw;
    margin-block: 4.9333vw;
  }
}
.secWrapper .sec09 .lineCam_apply_wrap {
  width: 70%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec09 .lineCam_apply_wrap {
    width: 80%;
  }
}
.secWrapper .sec09 .lineCam_apply_lead {
  width: 70%;
  margin-inline: auto;
  margin-top: 3.125em;
}
.secWrapper .sec09 .lineCam_apply_fb {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.25em;
  margin-top: 2em;
  flex-direction: column;
}
.secWrapper .sec09 .lineCam_apply_pc {
  margin-top: 1.375em;
}
.secWrapper .sec09 .lineCam_apply_txt {
  font-size: 1em;
  letter-spacing: 0;
  text-align: center;
  margin-top: 1.375em;
  color: #002456;
  font-family: "Noto Sans JP", sans-serif;
}

.snsArea {
  color: #000;
}

/* LINE友だち登録 */
.line_cam {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: column-reverse;
}
.line_cam .left {
  background-color: #41cc33;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 3em;
  padding-bottom: 5em;
  text-align: center;
}
.line_cam .left .line_cam_catch {
  margin-inline: auto;
  width: 70%;
}
.line_cam .left .line_cam_title {
  font-size: 2.5em;
  line-height: 1.5;
  text-align: center;
  margin-top: 0.9em;
  margin-bottom: 0.6em;
  font-weight: 700;
  color: #fff;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  .line_cam .left .line_cam_title {
    font-size: 5.3333334vw;
    margin-top: 5.3333333vw;
    margin-bottom: 3.06666vw;
  }
}
.line_cam .left .line_cam_text {
  display: flex;
  align-items: flex-end;
  column-gap: 1.5em;
  margin-inline: auto;
  width: fit-content;
}
.line_cam .left .line_cam_text .line_cam_text_left {
  width: 9.6875em;
}
@media screen and (max-width: 768px) {
  .line_cam .left .line_cam_text .line_cam_text_left {
    display: none;
  }
}
.line_cam .left .line_cam_text .txt {
  font-size: 1.2em;
  letter-spacing: -0.04em;
  line-height: 1.8;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .line_cam .left .line_cam_text .txt {
    font-size: 1em;
  }
}
.line_cam .left .line_cam_text .line_btn {
  width: 80%;
  margin: 2em auto 0;
}
.line_cam .right {
  width: 100%;
}

.floating2 {
  max-width: 43.75em;
  width: 100%;
  margin: 0 auto;
}
.floating2.lineCam {
  position: fixed;
  opacity: 0;
  transition-duration: 0.3s;
  z-index: 10;
  bottom: -4px;
  transform: none;
  width: 104%;
}
.floating2.lineCam.is-active {
  opacity: 1;
}

.snsArea {
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
.snsArea h3 {
  font-family: "Noto Sans JP", sans-serif;
}

footer {
  font-family: "Noto Sans JP", sans-serif;
}

/* アニメーションを適用するクラス */
.animateOn {
  animation: anime01 1s ease forwards;
}

.animateOn02 {
  animation: anime02 1s forwards;
}
@media screen and (min-width: 1440px) {
  .animateOn02 {
    animation: anime02_pcAll 1s forwards;
  }
}
@media screen and (max-width: 1200px) {
  .animateOn02 {
    animation: anime02_pc 1s forwards;
  }
}

.animateOn03 {
  animation: anime03 1s forwards;
}

.animateOn04 {
  animation: anime04 0.7s forwards;
}

.animateOn_ttl01 {
  animation: anime_ttl01 1s forwards;
}

.animateOn_ttl03 {
  animation: anime_ttl03 1s forwards;
}

.animateOn_ttl04 {
  animation: anime_ttl04 1s forwards;
}

@keyframes anime01 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes anime02 {
  0% {
    opacity: 1;
    transform: translateX(-75px) scale(0);
  }
  70% {
    opacity: 1;
    transform: translateX(-75px) scale(1.05);
  }
  100% {
    opacity: 1;
    transform: translateX(-75px) scale(1);
  }
}
@keyframes anime02_pcAll {
  0% {
    opacity: 1;
    transform: translateX(-5vw) scale(0);
  }
  70% {
    opacity: 1;
    transform: translateX(-5vw) scale(1.05);
  }
  100% {
    opacity: 1;
    transform: translateX(-5vw) scale(1);
  }
}
@keyframes anime02_pc {
  0% {
    opacity: 1;
    transform: translateX(-10vw) scale(0);
  }
  70% {
    opacity: 1;
    transform: translateX(-10vw) scale(1.05);
  }
  100% {
    opacity: 1;
    transform: translateX(-10vw) scale(1);
  }
}
@keyframes anime03 {
  from {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes anime04 {
  from {
    opacity: 0;
    transform: translate(-50%, 70px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
@keyframes anime_ttl01 {
  0% {
    opacity: 0;
    transform: translate(-25%, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
@keyframes anime_ttl03 {
  0% {
    opacity: 0;
    transform: translate(-75%, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
@keyframes anime_ttl04 {
  0% {
    opacity: 0;
    transform: translate(-50%, -25%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
/* アニメーションを適用するクラス ここまで */
@media screen and (max-width: 1000px) {
  .tab-none {
    display: none;
  }
}

.tab-block {
  display: none;
}
@media screen and (max-width: 1000px) {
  .tab-block {
    display: block;
  }
}

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

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

@keyframes fadeA {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeAndTranslate {
  from {
    opacity: 0;
    transform: translateY(-30%);
  }
  to {
    opacity: 1;
    transform: translateY(-50%);
  }
}
@keyframes lightA {
  0% {
    opacity: 0;
    transform: translateY(-30px) scale(1.4);
  }
  50% {
    opacity: 0.5;
    transform: translateY(-15px) scale(1.2);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes fadeAndTranslate_scale {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  80% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeAndTranslate_right {
  from {
    opacity: 0;
    transform: translateX(70px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* アニメーションを適用するクラス */
.animate-on-appear {
  animation: fadeAndTranslate 1s ease forwards;
}

.animate-on-appear02 {
  animation: fadeA 1s ease forwards;
}

.animate-on-appear_light {
  animation: lightA 0.5s linear forwards;
}

.animate-on-appear_scale {
  animation: fadeAndTranslate_scale 1s ease-in-out forwards;
}

.animate-on-appear_soon {
  animation: fadeA 0.3s ease forwards;
}

.animate-on-appear_right {
  animation: fadeAndTranslate_right 1s ease forwards;
}/*# sourceMappingURL=style_lp.css.map */