@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500&family=Zen+Kaku+Gothic+Antique:wght@400;500;700&display=swap");
:root {
  --yellow: #f5cc3b;
  --yellow-light: #ffff00;
  --yellow-dark: #f5a03b;
  --background-yellow: #f8f8f5;
  --yellow-ash: #f1efe1;
  --green: #006837;
  --green-light: #56a300;
  --green-ash: #d3e2d2;
  --gray: #e0e0e0;
  --gray-dark: #808080;
  --inlinePadding: 30px;
  --slider-arrow-border: 3px; /* control the border thickness */
}

* {
  box-sizing: border-box; /*余白や線を幅や高さに含める*/
}

html.no-scroll {
  overflow: hidden;
}

body {
  width: 100%;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222;
  font-weight: 400;
  font-size: 4.2vw;
  font-feature-settings: "palt";
  line-height: 1.8em;
  letter-spacing: 0.1em;
  overflow-x: hidden;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 18px;
    width: 100%;
    position: relative;
    line-height: 1.8;
  }
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.smp-block {
  display: block;
}
@media screen and (min-width: 768px) {
  .smp-block {
    display: none;
  }
}

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

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

img {
  max-width: 100%;
  width: revert-layer;
  height: auto;
  vertical-align: bottom;
}

@media screen and (min-width: 1000px) {
  img,
  input[type=image],
  video {
    aspect-ratio: attr(width number)/attr(height number);
  }
}

a {
  color: #000;
  text-decoration: none;
  transition: all 0.6s;
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

span.inline-block {
  display: inline-block;
}

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

.m-wrapper {
  max-width: 86%;
  margin-inline: auto;
}
@media screen and (min-width: 1000px) {
  .m-wrapper {
    max-width: 1100px;
  }
}

/*======================================================================================*/
.l-header {
  width: 100%;
  padding: 15px 15px 10px;
}
@media screen and (min-width: 768px) {
  .l-header {
    padding: 30px 30px 25px;
  }
}
.l-header a {
  display: inline-block;
  max-width: 68%;
}
@media screen and (min-width: 768px) {
  .l-header a {
    max-width: 286px;
    width: 40%;
  }
}
.l-header img {
  max-width: 100%;
  margin-inline: auto;
}

.fix_button {
  position: fixed;
  bottom: 0;
  right: 7%;
  z-index: 10;
  width: 86%;
}
@media screen and (min-width: 768px) {
  .fix_button {
    bottom: 30px;
    right: 4.5%;
    width: 140px;
  }
}
@media screen and (min-width: 1000px) {
  .fix_button {
    width: 207px;
  }
}
.fix_button img {
  image-rendering: -webkit-optimize-contrast;
}
.fix_button:hover {
  text-decoration: none;
  opacity: 0.6;
}

.link-button {
  position: relative;
  display: block;
  width: 256px;
  margin-inline: auto;
  padding: 15px;
  text-align: center;
  background-color: var(--yellow);
  font-size: 5.3333333333vw;
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .link-button {
    max-width: 437px;
    width: 100%;
    font-size: 18px;
  }
}
.link-button::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 18px 0px 0px;
  border-color: transparent var(--yellow-dark) transparent transparent;
  pointer-events: none;
}
.link-button:hover {
  opacity: 0.6;
}

/* hero-area */
.hero-area {
  position: relative;
}
.hero-area img {
  width: 100%;
}

.hero-badge {
  position: absolute;
  top: -3%;
  right: 2.5%;
  max-width: 140px;
  max-height: 140px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 15;
}
@media screen and (min-width: 768px) {
  .hero-badge {
    top: -15%;
    max-width: 160px;
    max-height: 160px;
  }
}
@media screen and (min-width: 1000px) {
  .hero-badge {
    max-width: 280px;
    max-height: 280px;
    width: 20%;
  }
}
@media screen and (min-width: 1280px) {
  .hero-badge {
    top: auto;
    right: auto;
    bottom: -100px;
    left: 80px;
  }
}

/* sec-about */
.sec-about {
  position: relative;
  background-color: var(--yellow-ash);
  padding-bottom: 45px;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .sec-about {
    padding-bottom: 110px;
  }
}

.sec-about__title {
  position: relative;
  top: -15px;
  max-width: 86%;
  margin-inline: auto;
  padding: 10px 5px;
  background-color: var(--green);
  color: #fff;
  font-size: 5.3333333333vw;
  letter-spacing: 0.08em;
  text-indent: 0.08em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sec-about__title {
    max-width: 320px;
    max-width: 43vw;
    font-size: 2.734375vw;
    top: -3.5vw;
  }
}
@media screen and (min-width: 1280px) {
  .sec-about__title {
    max-width: 535px;
    font-size: 35px;
    top: -45px;
  }
}

.sec-about-heading {
  text-align: center;
  line-height: 1;
}

.sec-about-heading__read {
  margin-top: 25px;
  font-size: 5.0666666667vw;
  line-height: 1.8;
  letter-spacing: 0.02em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .sec-about-heading__read {
    margin-top: 4%;
    font-size: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .sec-about-heading__read {
    margin-top: 75px;
  }
}

.sec-about-heading__title {
  margin-top: 25px;
  font-size: 13.3333333333vw;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .sec-about-heading__title {
    margin-top: 30px;
    font-size: 68px;
  }
}

.sec-about-content__title {
  position: relative;
  max-width: 50%;
  margin-top: 35px;
  margin-inline: auto;
  padding: 5px;
  background-color: #fff;
  border-radius: 30px;
  font-size: 3.7333333333vw;
  text-align: center;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .sec-about-content__title {
    max-width: 255px;
    margin-inline: auto;
    margin-top: 50px;
    font-size: 20px;
  }
}
.sec-about-content__title::after {
  content: "";
  position: absolute;
  left: 45%;
  bottom: -5px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 10px 8px;
  border-color: transparent transparent #FFFFFF transparent;
  transform: rotate(-40deg);
}
@media screen and (min-width: 768px) {
  .sec-about-content__title::after {
    bottom: -10px;
    border-width: 0 12px 18px 12px;
  }
}

.sec-about-content__read {
  margin-top: 20px;
  font-size: 5.6vw;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sec-about-content__read {
    font-size: 30px;
  }
}

.sec-about-content-image {
  max-width: 86%;
  margin-top: 40px;
  margin-inline: auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sec-about-content-image {
    max-width: none;
  }
}

/* sec-worry */
.sec-worry {
  padding-block: 50px 80px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .sec-worry {
    padding-block: 115px 140px;
  }
}

.sec-worry__title {
  position: relative;
  font-size: 4.8vw;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sec-worry__title {
    font-size: 21px;
  }
}
.sec-worry__title::before, .sec-worry__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 1px;
  height: 35px;
  background: #000;
}
@media screen and (min-width: 768px) {
  .sec-worry__title::before, .sec-worry__title::after {
    bottom: -5px;
  }
}
.sec-worry__title::before {
  left: calc(50% - 7em);
  transform: rotate(-25deg);
}
@media screen and (min-width: 768px) {
  .sec-worry__title::before {
    left: calc(50% - 11em);
  }
}
.sec-worry__title::after {
  right: calc(50% - 7em);
  transform: rotate(25deg);
}
@media screen and (min-width: 768px) {
  .sec-worry__title::after {
    right: calc(50% - 11em);
  }
}

.sec-worry-content {
  margin-top: 35px;
}

.sec-worry-list {
  max-width: 92%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .sec-worry-list {
    display: flex;
    justify-content: center;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
}
.sec-worry-list li {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sec-worry-list li {
    width: 100%;
    max-width: 205px;
  }
}
.sec-worry-list li + li {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .sec-worry-list li + li {
    margin-top: 0;
  }
}
.sec-worry-list li:nth-of-type(2n) .sec-worry-list__comment::after {
  left: auto;
  right: 55%;
  transform: rotate(46deg);
}
@media screen and (min-width: 768px) {
  .sec-worry-list li:nth-of-type(2n) .sec-worry-list__comment::after {
    right: 60%;
  }
}

.sec-worry-list__comment {
  position: relative;
  display: inline-block;
  max-width: 264px;
  width: 100%;
  margin-inline: auto;
  padding: 15px 5px;
  background-color: var(--gray);
  font-size: 4.8vw;
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sec-worry-list__comment {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 8em;
    font-size: 18px;
  }
}
.sec-worry-list__comment::after {
  content: "";
  position: absolute;
  left: 55%;
  bottom: -7px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 24px 24px 24px;
  border-color: transparent transparent var(--gray) transparent;
  transform: rotate(-46deg);
}
@media screen and (min-width: 768px) {
  .sec-worry-list__comment::after {
    left: 60%;
  }
}

.sec-worry-list-image {
  margin-top: 35px;
}

.sec-worry-strong {
  position: relative;
  max-width: 86%;
  margin-top: 55px;
  margin-inline: auto;
  padding: 25px 10px 20px;
}
@media screen and (min-width: 768px) {
  .sec-worry-strong {
    max-width: 685px;
    padding: 20px 10px 40px;
  }
}

.sec-worry-strong-border {
  position: absolute;
}
.sec-worry-strong-border::before, .sec-worry-strong-border::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #000;
}
.sec-worry-strong-border::before {
  width: 1px;
  height: 78px;
}
.sec-worry-strong-border::after {
  width: 40px;
  height: 1px;
}
.sec-worry-strong-border.-top {
  top: 0;
  left: 0;
}
.sec-worry-strong-border.-top::before {
  top: -10px;
}
.sec-worry-strong-border.-top::after {
  left: -6px;
}
.sec-worry-strong-border.-bottom {
  right: 0;
  bottom: 0;
}
.sec-worry-strong-border.-bottom::before {
  bottom: -10px;
}
.sec-worry-strong-border.-bottom::after {
  right: -6px;
}

.sec-worry-strong__text {
  font-size: 4.5333333333vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sec-worry-strong__text {
    font-size: 30px;
  }
}
.sec-worry-strong__text .txt-large {
  display: inline-block;
  margin-top: 5px;
  font-size: 7.4666666667vw;
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .sec-worry-strong__text .txt-large {
    font-size: 42px;
  }
}
.sec-worry-strong__text .txt-line {
  background: linear-gradient(transparent 70%, var(--yellow-light) 70%);
}

.sec-worry-read {
  max-width: 86%;
  margin-top: 30px;
  margin-inline: auto;
  font-size: 4.8vw;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .sec-worry-read {
    max-width: 90%;
    margin-top: 55px;
    font-size: 23px;
    text-align: center;
  }
}

/* sec-design */
.sec-design {
  padding-bottom: 10px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .sec-design {
    padding-bottom: 0px;
  }
}

@media screen and (min-width: 768px) {
  .sec-design-wrap {
    justify-content: center;
    display: flex;
    justify-content: flex-end;
    max-width: 1360px;
    margin-inline: auto;
  }
}

.sec-design__title {
  max-width: 86%;
  margin-inline: auto;
  font-size: 12.2666666667vw;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .sec-design__title {
    max-width: 90%;
    font-size: 46px;
    line-height: 1;
  }
}

@media screen and (min-width: 768px) {
  .sec-design-content {
    width: 72%;
    padding: 15px 50px 0;
  }
}
@media screen and (min-width: 1000px) {
  .sec-design-content {
    padding: 15px 70px 0;
  }
}

.sec-design-slide {
  margin-top: 15px;
}
.sec-design-slide img {
  width: 100%;
}

.design-slider-controller {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .design-slider-controller {
    justify-content: flex-end;
  }
}
.design-slider-controller .design-slider-prev,
.design-slider-controller .design-slider-next {
  display: block;
  cursor: pointer;
}
.design-slider-controller .design-slider-prev.slick-arrow,
.design-slider-controller .design-slider-next.slick-arrow {
  position: relative;
}
.design-slider-controller .design-slider-prev.slick-arrow::after,
.design-slider-controller .design-slider-next.slick-arrow::after {
  content: "";
  display: block;
  height: 15px;
  aspect-ratio: 0.8660254038;
}
.design-slider-controller .design-slider-prev.slick-arrow::after {
  clip-path: polygon(0 50%, 100% 100%, 100% 0, 0 50%, var(--slider-arrow-border) 50%, calc(100% - var(--slider-arrow-border) / 2) calc(var(--slider-arrow-border) * 0.8660254038), calc(100% - var(--slider-arrow-border) / 2) calc(100% - var(--slider-arrow-border) * 0.8660254038), var(--slider-arrow-border) 50%);
  background-color: var(--gray-dark);
}
.design-slider-controller .design-slider-next.slick-arrow::after {
  clip-path: polygon(100% 50%, 0 100%, 0 0, 100% 50%, calc(100% - var(--slider-arrow-border)) 50%, calc(var(--slider-arrow-border) / 2) calc(var(--slider-arrow-border) * 0.8660254038), calc(var(--slider-arrow-border) / 2) calc(100% - var(--slider-arrow-border) * 0.8660254038), calc(100% - var(--slider-arrow-border)) 50%);
  background-color: var(--gray-dark);
}
.design-slider-controller .design-slider-dot .slick-dots {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  justify-content: center;
}
.design-slider-controller .design-slider-dot .slick-dots li {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  overflow: hidden;
}
.design-slider-controller .design-slider-dot .slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  background-color: #fff;
  border: 1px solid var(--gray-dark);
  color: transparent;
  box-sizing: border-box;
}
.design-slider-controller .design-slider-dot .slick-dots li.slick-active {
  width: 7px;
  height: 7px;
}
.design-slider-controller .design-slider-dot .slick-dots li.slick-active button {
  background-color: var(--gray-dark);
}

.sec-design-thum {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .sec-design-thum {
    width: 28%;
    flex-shrink: 0;
    margin-top: 0;
  }
}
.sec-design-thum.slick-vertical .slick-slide {
  border: none;
}

/* sec-merit */
.sec-merit {
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  .sec-merit {
    padding-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .sec-merit-wrap {
    justify-content: center;
    display: flex;
    justify-content: flex-start;
    max-width: 1360px;
    width: 100%;
    margin-inline: auto;
  }
}

.sec-merit-heading {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sec-merit-heading {
    padding: 75px 70px;
    border-right: 1px solid #000;
  }
}

.sec-merit__title {
  font-size: 5.6vw;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .sec-merit__title {
    font-size: 30px;
    writing-mode: vertical-lr;
  }
}
.sec-merit__title span {
  font-size: 8.2666666667vw;
}
@media screen and (min-width: 768px) {
  .sec-merit__title span {
    font-size: 44px;
  }
}

.sec-merit-content {
  margin-top: 40px;
  padding-bottom: 65px;
}
@media screen and (min-width: 768px) {
  .sec-merit-content {
    position: relative;
    width: 100%;
    padding-block: 70px;
    padding-left: 95px;
  }
}

.sec-merit-list {
  max-width: 86%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .sec-merit-list {
    max-width: 100%;
  }
}
.sec-merit-list li {
  display: flex;
  justify-content: flex-start;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.sec-merit-list li + li {
  margin-top: 40px;
}

.sec-merit-list-icon {
  width: 53px;
}
@media screen and (min-width: 768px) {
  .sec-merit-list-icon {
    width: auto;
  }
}

.sec-merit__text {
  margin-top: 10px;
}
.sec-merit__text dt {
  font-size: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .sec-merit__text dt {
    font-size: 34px;
    line-height: 1;
  }
}
.sec-merit__text dd {
  font-size: 4.5333333333vw;
}
@media screen and (min-width: 768px) {
  .sec-merit__text dd {
    margin-top: 15px;
    font-size: 23px;
  }
}

.sec-merit-image {
  margin-top: 45px;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .sec-merit-image {
    position: absolute;
    right: 90px;
    bottom: 70px;
  }
}

/* sec-style */
.sec-style {
  overflow: hidden;
  padding-block: 55px 65px;
  background-color: var(--background-yellow);
  border-top: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .sec-style {
    padding-block: 125px 120px;
  }
}

.sec-style-heading {
  max-width: 86%;
  margin-inline: auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sec-style-heading {
    max-width: 90%;
  }
}

.sec-style__read {
  font-size: 4.5333333333vw;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .sec-style__read {
    font-size: 24px;
  }
}

.sec-style__title {
  margin-top: 20px;
  padding: 10px;
  background-color: var(--yellow-ash);
  font-size: 6.4vw;
  letter-spacing: 0.11em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .sec-style__title {
    max-width: 655px;
    margin-inline: auto;
    padding: 15px;
    font-size: 50px;
    line-height: 1;
  }
}

.sec-style-content {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .sec-style-content {
    margin-top: 90px;
    max-width: 92%;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1000px) {
  .sec-style-content {
    max-width: 1100px;
  }
}

@media screen and (min-width: 768px) {
  .sec-style-inner {
    display: flex;
    justify-content: flex-end;
    gap: 0 35px;
  }
}
@media screen and (min-width: 1280px) {
  .sec-style-inner {
    gap: 0 70px;
  }
}
.sec-style-inner + .sec-style-inner {
  margin-top: 45px;
}
@media screen and (min-width: 768px) {
  .sec-style-inner:nth-of-type(2n) {
    display: flex;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .sec-style-inner.-colum {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .sec-style-inner.-colum .sec-style-box {
    max-width: 100%;
  }
}

.sec-style-wrap {
  margin-top: 45px;
}
@media screen and (min-width: 768px) {
  .sec-style-wrap {
    display: flex;
    justify-content: center;
    gap: 30px;
  }
}
@media screen and (min-width: 768px) {
  .sec-style-wrap .sec-style-inner {
    max-width: 50%;
    justify-content: flex-start;
  }
}

.sec-style-inner-image {
  position: relative;
  max-width: 93%;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .sec-style-inner-image {
    flex-shrink: 0;
  }
}
.sec-style-inner-image img {
  position: relative;
  z-index: 1;
}
.sec-style-inner-image.-left {
  margin-right: auto;
}
.sec-style-inner-image.-left .sec-style-inner__num {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  margin-bottom: 0;
}
.sec-style-inner-image.-right {
  margin-left: auto;
}
.sec-style-inner-image.-right .sec-style-inner__num {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  margin-bottom: 0;
}

.sec-style-box {
  max-width: 86%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .sec-style-box {
    max-width: 50%;
    flex-shrink: 0;
    margin-left: 0;
  }
}

.sec-style-inner__num {
  margin-bottom: 25px;
  font-size: 23.4666666667vw;
  color: var(--green-ash);
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .sec-style-inner__num {
    font-size: 120px;
  }
}
@media screen and (min-width: 1280px) {
  .sec-style-inner__num {
    font-size: 170px;
  }
}

.sec-style-inner__title {
  font-size: 8vw;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .sec-style-inner__title {
    font-size: 34px;
  }
}
@media screen and (min-width: 1280px) {
  .sec-style-inner__title {
    font-size: 46px;
  }
}
@media screen and (min-width: 1280px) {
  .sec-style-inner__title.--middle {
    font-size: 34px;
  }
}
.sec-style-inner__title span {
  display: inline-block;
  font-size: 4vw;
  vertical-align: super;
  text-indent: -0.7em;
}
@media screen and (min-width: 768px) {
  .sec-style-inner__title span {
    font-size: 14px;
  }
}

.sec-style-inner__read {
  margin-top: 30px;
  font-size: 4vw;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .sec-style-inner__read {
    font-size: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .sec-style-inner__read {
    font-size: 20px;
  }
}

.sec-style-inner__note {
  font-size: 4vw;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .sec-style-inner__note {
    font-size: 14px;
  }
}

.sec-style-rate {
  max-width: 86%;
  margin-top: 20px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .sec-style-rate {
    max-width: 90%;
    margin-left: 0;
  }
}

.sec-style-rate__text {
  font-size: 7.4666666667vw;
  letter-spacing: 1px;
  line-height: 1;
  background: linear-gradient(transparent 80%, var(--yellow-light) 80%);
}
@media screen and (min-width: 768px) {
  .sec-style-rate__text {
    display: inline-block;
    font-size: 27px;
  }
}
@media screen and (min-width: 1280px) {
  .sec-style-rate__text {
    font-size: 40px;
  }
}
.sec-style-rate__text .large {
  font-size: 23.4666666667vw;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  .sec-style-rate__text .large {
    font-size: 82px;
  }
}
@media screen and (min-width: 1280px) {
  .sec-style-rate__text .large {
    font-size: 123px;
  }
}
.sec-style-rate__text .middle {
  display: inline-block;
  font-size: 15.2vw;
  text-indent: -0.3em;
}
@media screen and (min-width: 768px) {
  .sec-style-rate__text .middle {
    font-size: 58px;
  }
}
@media screen and (min-width: 1280px) {
  .sec-style-rate__text .middle {
    font-size: 82px;
  }
}
.sec-style-rate__text .asterisk {
  display: inline-block;
  text-indent: -0.5em;
  font-size: 4vw;
  vertical-align: 2em;
}
@media screen and (min-width: 768px) {
  .sec-style-rate__text .asterisk {
    font-size: 14px;
    vertical-align: 1.5em;
  }
}

.sec-style-rate__note {
  margin-top: 15px;
  font-size: 3.2vw;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .sec-style-rate__note {
    max-width: 475px;
    font-size: 13px;
  }
}

.sec-style-inner-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}
.sec-style-inner-list li {
  width: calc(50% - 5px);
  padding: 8px;
  background-color: var(--green-ash);
  font-size: 4.5333333333vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sec-style-inner-list li {
    font-size: 23px;
  }
}

/* sec-plan */
.sec-plan {
  padding-block: 30px 50px;
  border-top: 1px solid #000;
}

.sec-plan__title {
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  font-size: 4.8vw;
  line-height: 1.7;
  letter-spacing: 0.08em;
  text-align: center;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .sec-plan__title {
    padding-bottom: 40px;
    font-size: 30px;
  }
}

.sec-plan-case {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .sec-plan-case {
    margin-top: 75px;
  }
}
@media screen and (min-width: 1280px) {
  .sec-plan-case {
    margin-top: 95px;
  }
}

.sec-plan-case-inner {
  text-align: center;
}
.sec-plan-case-inner + .sec-plan-case-inner {
  margin-top: 50px;
}

.sec-plan-case__num {
  font-size: 6.9333333333vw;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .sec-plan-case__num {
    font-size: 47px;
  }
}

.sec-plan-case-concept {
  position: relative;
  width: 77%;
  margin-top: 15px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .sec-plan-case-concept {
    max-width: 400px;
    margin-inline: auto;
  }
}

.sec-plan-case-concept__tail {
  position: absolute;
  left: 35%;
  bottom: -5.5px;
  width: 30px;
  height: 10px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 8px;
  transform: rotate(45deg);
  z-index: -1; /* 本体より下に敷く */
}

.sec-plan-case-concept__text {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 7px;
  border: 1px solid #000;
  border-radius: 100px;
  background: #fff;
  font-size: 4vw;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 40.9% 100%, 40.9% 97%, 37% 97%, 37% 100%, 0 100%);
}
@media screen and (min-width: 768px) {
  .sec-plan-case-concept__text {
    font-size: 21px;
  }
}

.sec-plan-case__title {
  margin-top: 20px;
  font-size: 5.8666666667vw;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sec-plan-case__title {
    font-size: 27px;
  }
}

.sec-plan-case-type {
  margin-top: 25px;
}

.sec-plan-case-type-table {
  max-width: 86%;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .sec-plan-case-type-table {
    max-width: 615px;
  }
}
.sec-plan-case-type-table th, .sec-plan-case-type-table td {
  padding: 10px 20px;
  border: 1px solid #000;
  line-height: 1.4;
  vertical-align: middle;
}
.sec-plan-case-type-table th {
  border-left: none;
  font-size: 3.7333333333vw;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .sec-plan-case-type-table th {
    font-size: 20px;
  }
}
.sec-plan-case-type-table td {
  border-right: none;
  font-size: 3.4666666667vw;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .sec-plan-case-type-table td {
    font-size: 18px;
  }
}

.sec-plan-case-image {
  display: inline-block;
  max-width: 92%;
  margin-top: 25px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .sec-plan-case-image {
    position: relative;
    max-width: 90%;
    margin-top: 45px;
  }
}
@media screen and (min-width: 768px) {
  .sec-plan-case-image .modal-button {
    pointer-events: none;
  }
}

.sec-plan-case-image__button {
  display: flex;
  align-items: center;
  margin-left: auto;
  color: #000;
}
@media screen and (min-width: 768px) {
  .sec-plan-case-image__button {
    display: none;
  }
}
.sec-plan-case-image__button .icon {
  margin-left: 5px;
}

.sec-plan-case-image__text {
  position: relative;
  width: calc(100% - 10px);
  margin-top: 15px;
  padding: 15px 5px;
  border: 1px solid #000;
  background-color: #fff;
  font-size: 3.7333333333vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sec-plan-case-image__text {
    width: auto;
    position: absolute;
    bottom: 30px;
    left: 70%;
    padding: 2% 3%;
    font-size: clamp(12px, 1.7vw, 18px);
    text-align: left;
  }
}
.sec-plan-case-image__text::after {
  content: "";
  position: absolute;
  top: 10px;
  right: -10px;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  background-color: var(--yellow-ash);
  z-index: -1;
}

/* modal */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.modal-overlay.is-active {
  display: block;
  pointer-events: all;
  opacity: 0.8;
}

.modal-wrap {
  position: fixed;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.modal-wrap.is-active {
  display: flex;
  pointer-events: all;
  opacity: 1;
}

.modal-item {
  display: none;
  max-width: 340px;
  width: 90%;
  max-height: 90%;
  height: auto;
  background-color: #fff;
  padding: 0 0 30px 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}
@media screen and (min-width: 768px) {
  .modal-item {
    max-width: 500px;
  }
}
.modal-item.is-active {
  display: block;
  pointer-events: all;
  overflow-y: auto;
  opacity: 1;
}

.modal-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.modal-image {
  width: 100%;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .modal-image img {
    min-width: 63px;
    min-height: 63px;
  }
}
.modal-image.-scroll {
  overflow-x: auto;
  padding: 20px;
}
.modal-image.-scroll img {
  max-width: none;
  max-height: 64vh;
  width: auto;
}

.modal-text {
  width: 100%;
  padding-inline: 20px;
  font-size: 16px;
  letter-spacing: 0.025em;
  line-height: 1.75;
  letter-spacing: 0.025em;
  text-align: justify;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .modal-text {
    padding-inline: 60px;
  }
}

.modal-close {
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  margin-top: 30px;
  cursor: pointer;
  font-weight: 300;
  text-align: justify;
}
.modal-close img {
  margin-right: 15px;
}

/* sec-owner */
.sec-owner {
  border-top: 1px solid #000;
  overflow: hidden;
  background-color: var(--background-yellow);
}

@media screen and (min-width: 1000px) {
  .sec-owner-wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    max-width: 1100px;
    width: 92%;
    margin-inline: auto;
    -moz-column-gap: 5%;
         column-gap: 5%;
  }
}

@media screen and (min-width: 768px) {
  .sec-owner-image {
    text-align: center;
  }
}
@media screen and (min-width: 1000px) {
  .sec-owner-image {
    flex-shrink: 0;
  }
}
.sec-owner-image img {
  width: auto;
  aspect-ratio: unset;
}
@media screen and (min-width: 1000px) {
  .sec-owner-image img {
    width: revert-layer;
  }
}

.sec-owner-content {
  width: 86%;
  margin-inline: auto;
  padding-block: 40px 60px;
}
@media screen and (min-width: 1000px) {
  .sec-owner-content {
    width: 83%;
    padding-block: 100px 85px;
    flex-shrink: 0;
  }
}

.sec-owner__read {
  font-size: 4.8vw;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .sec-owner__read {
    font-size: 22px;
  }
}

.sec-owner__title {
  margin-top: 25px;
  color: var(--green);
  font-weight: 400;
  font-size: 10.9333333333vw;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .sec-owner__title {
    margin-top: 10px;
    font-size: 52px;
  }
}

.sec-owner-box {
  margin-top: 15px;
}
@media screen and (min-width: 1000px) {
  .sec-owner-box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 30px;
    margin-top: 5px;
  }
}

.sec-owner-label {
  padding: 15px;
  background-image: linear-gradient(90deg, rgb(215, 188, 130) 0%, rgb(253, 251, 228) 62.01%, rgb(250, 246, 219) 68.47%, rgb(241, 231, 196) 78.78%, rgb(226, 206, 159) 91.58%, rgb(215, 188, 130) 100%);
  font-size: 6.4vw;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sec-owner-label {
    font-size: 24px;
  }
}
@media screen and (min-width: 1000px) {
  .sec-owner-label {
    font-size: 26px;
  }
}

.sec-owner-arrival {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: 20px;
}

.sec-owner-arrival__text {
  font-size: 8vw;
}
@media screen and (min-width: 768px) {
  .sec-owner-arrival__text {
    font-size: 33px;
    line-height: 1.3;
    text-align: center;
  }
}
.sec-owner-arrival__text span {
  font-size: 5.0666666667vw;
}
@media screen and (min-width: 768px) {
  .sec-owner-arrival__text span {
    font-size: 22px;
  }
}

.sec-owner-arrival__num {
  font-size: 9.3333333333vw;
  line-height: 0.7;
}
@media screen and (min-width: 768px) {
  .sec-owner-arrival__num {
    font-size: 40px;
  }
}
.sec-owner-arrival__num .num {
  color: var(--green);
  font-size: 30.4vw;
}
@media screen and (min-width: 768px) {
  .sec-owner-arrival__num .num {
    font-size: 150px;
  }
}
@media screen and (min-width: 1280px) {
  .sec-owner-arrival__num .num {
    font-size: 175px;
  }
}

.sec-owner-note {
  margin-top: 35px;
  font-size: 3.4666666667vw;
  line-height: 1.8;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .sec-owner-note {
    margin-top: 25px;
    font-size: 13px;
  }
}

.sec-owner-link {
  margin-top: 45px;
}
@media screen and (min-width: 1000px) {
  .sec-owner-link .link-button {
    margin-left: 0;
  }
}

/* catalog-area */
.catalog-area {
  padding-block: 65px;
  background-image: url(../myimg/catalog-bg_sp.png);
  background-attachment: fixed;
  background-position: top center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .catalog-area {
    background-image: url(../myimg/catalog-bg.png);
  }
}

.catalog__title {
  font-size: 5.0666666667vw;
  text-align: center;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .catalog__title {
    font-size: 25px;
  }
}
.catalog__title span {
  font-size: 6.9333333333vw;
}
@media screen and (min-width: 768px) {
  .catalog__title span {
    font-size: 35px;
  }
}

.catalog-content {
  margin-top: 40px;
}

.catalog-list {
  max-width: 92%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .catalog-list {
    display: flex;
    justify-content: center;
    gap: 30px;
  }
}
.catalog-list li {
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .catalog-list li {
    display: flex;
    flex-direction: column;
  }
}
.catalog-list li + li {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .catalog-list li + li {
    margin-top: 0;
  }
}

.catalog-list__text {
  margin-top: 10px;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .catalog-list__text {
    margin-top: auto;
    font-size: 14px;
  }
}

.catalog-list__name {
  font-size: 4.2666666667vw;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .catalog-list__name {
    font-size: 16px;
  }
}

.catalog-link {
  margin-top: 50px;
}

/* exhibition-area */
.exhibition-area {
  padding-block: 35px 50px;
}

.exhibition__title {
  padding: 15px;
  background-color: var(--green-light);
  color: #fff;
  font-size: 6.6666666667vw;
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .exhibition__title {
    max-width: 92%;
    margin-inline: auto;
    font-size: 25px;
  }
}
@media screen and (min-width: 1000px) {
  .exhibition__title {
    max-width: 1100px;
  }
}

.exhibition-content {
  display: flex;
  flex-direction: column;
  max-width: 86%;
  margin-top: 25px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .exhibition-content {
    flex-direction: row;
    gap: 40px;
    max-width: 92%;
    margin-top: 40px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1000px) {
  .exhibition-content {
    max-width: 1100px;
  }
}

.exhibition-image {
  margin-top: 25px;
  order: 2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .exhibition-image {
    margin-top: 0;
    order: 0;
  }
}

.exhibition-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.exhibition-list li {
  width: calc(50% - 10px);
  text-align: center;
}
.exhibition-list li a {
  position: relative;
  display: block;
  padding: 20px;
  background-color: var(--green);
  border-radius: 10px;
  color: #fff;
  font-size: 6.4vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  transition: 0.3s ease all;
}
@media screen and (min-width: 768px) {
  .exhibition-list li a {
    font-size: 24px;
  }
}
.exhibition-list li a::before, .exhibition-list li a::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 25px;
  width: 14px;
  height: 1px;
  border-radius: 9999px;
  background-color: #fff;
  transform-origin: calc(100% - 0.5px) 50%;
  transition: 0.3s ease all;
}
.exhibition-list li a::before {
  transform: rotate(35deg);
}
.exhibition-list li a::after {
  transform: rotate(-35deg);
}
.exhibition-list li a:hover {
  opacity: 0.85;
}
.exhibition-list li a:hover::before, .exhibition-list li a:hover::after {
  right: 20px;
}

.exhibition__read {
  margin-top: 25px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2vw;
  line-height: 1.7;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .exhibition__read {
    max-width: 90%;
    margin-inline: auto;
    margin-top: 85px;
    font-size: 18px;
    font-weight: 300;
  }
}
@media screen and (min-width: 1000px) {
  .exhibition__read {
    font-size: 20px;
  }
}

.l-footer {
  padding: 10% 0 25%;
  background: #fff;
  border-top: solid 1px #111;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding: 60px 0 30px;
  }
}
.l-footer ul {
  text-align: center;
  font-weight: 300;
  margin: 7% 0;
}
@media screen and (min-width: 768px) {
  .l-footer ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2em;
    margin: 35px 0 85px;
    font-size: 13px;
  }
}
.l-footer ul li {
  margin-bottom: 3%;
}
@media screen and (min-width: 768px) {
  .l-footer ul li {
    margin: 0;
  }
}
.l-footer p {
  text-align: center;
  font-size: 0.8em;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .l-footer p {
    font-size: 12px;
  }
}

.ft-logo {
  display: block;
  width: 64.8%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .ft-logo {
    width: 300px;
  }
}/*# sourceMappingURL=style.css.map */