@charset "UTF-8";
body {
  color: #462400;
}
.sp-br {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-br {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pc-br {
    display: none;
  }
}
*,
:before,
:after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  margin: 0;
}
html {
  line-height: 1.5;
  color: #333;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
}
main {
  display: block;
}
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
pre {
  font-family: monospace, monospace;
  font-size: inherit;
}
address {
  font-style: inherit;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img,
embed,
object,
iframe {
  vertical-align: bottom;
}
button,
input,
optgroup,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}
[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
select::-ms-expand {
  display: none;
}
option {
  padding: 0;
}
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
label[for] {
  cursor: pointer;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[contenteditable] {
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  text-align: left;
}
td,
th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: 700;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
html {
  font-family: "Noto Serif JP", serif;
}
.c-header .c-header__wrapper-logo {
  display: flex;
  justify-content: center;
  padding-top: 42px;
  padding-bottom: 35px;
}
.c-header .c-header__wrapper-img {
  position: absolute;
  top: 0;
  right: 0;
}
.c-header .c-header__wrapper-img .c-header__img {
  width: 100%;
  object-fit: cover;
  display: block;
}
.c-fv .c-fv__wrapper {
  position: relative;
  display: inline-block;
  max-width: 89vw;
  width: 100%;
  height: 567px;
}
@media screen and (max-width: 767px) {
  .c-fv .c-fv__wrapper {
    max-width: calc(100vw - 30px);
    height: 400px;
  }
}
@media screen and (max-width: 499px) {
  .c-fv .c-fv__wrapper {
    height: 345px;
  }
}
.c-fv .c-fv__wrapper .c-fv__img {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  float: left;
  height: 100%;
  border-radius: 0 10px 0 0;
}
.c-fv .c-fv__wrapper:after {
  content: "";
  position: absolute;
  inset: 15px 15px 15px 0;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  pointer-events: none;
  border-radius: 0 10px 0 0;
}
@media screen and (max-width: 767px) {
  .c-fv .c-fv__wrapper:after {
    inset: 6px 6px 7px 0;
  }
}
.c-fv .c-fv__text-wrapper .c-fv__text-card {
  position: absolute;
  top: 6%;
  right: 47px;
  background-color: #fff;
  padding: 20px 17px 24px 14px;
  border-bottom: solid 0.5px #462400;
  border-right: solid 0.5px #462400;
  box-shadow: 0 0 7px #9c9c9c40;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-fv .c-fv__text-wrapper .c-fv__text-card {
    padding: 12px;
    top: -4%;
    right: 20px;
  }
}
@media screen and (max-width: 499px) {
  .c-fv .c-fv__text-wrapper .c-fv__text-card {
    padding: 8px;
    top: -4%;
    right: 20px;
  }
}
.c-fv .c-fv__text-wrapper .c-fv__text-card.--bottom-22 {
  top: 22%;
  right: 134px;
}
@media screen and (max-width: 767px) {
  .c-fv .c-fv__text-wrapper .c-fv__text-card.--bottom-22 {
    padding: 12px;
    top: 18%;
    right: 95px;
  }
}
@media screen and (max-width: 499px) {
  .c-fv .c-fv__text-wrapper .c-fv__text-card.--bottom-22 {
    padding: 8px;
    top: 15%;
    right: 68px;
  }
}
.c-fv .c-fv__text-wrapper .c-fv__text-card .c-fv__text {
  writing-mode: vertical-rl;
  font-size: 35px;
  color: #462400;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 10px;
}
@media screen and (max-width: 767px) {
  .c-fv .c-fv__text-wrapper .c-fv__text-card .c-fv__text {
    font-size: 25px;
  }
}
@media screen and (max-width: 499px) {
  .c-fv .c-fv__text-wrapper .c-fv__text-card .c-fv__text {
    font-size: 20px;
  }
}
.c-about .c-about__img-wrapper {
  position: absolute;
  top: -5px;
  left: 0;
}
.c-about .c-about__img-wrapper .c-about__img {
  height: auto;
  object-fit: cover;
  display: block;
}
.c-about .c-about__wrapper {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-about .c-about__wrapper {
    padding-top: 60px;
  }
}
.c-about .c-about__wrapper .c-about__title-wrapper {
  display: flex;
  max-width: fit-content;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 991px) {
  .c-about .c-about__wrapper .c-about__title-wrapper {
    max-width: 440px;
  }
}
.c-about .c-about__wrapper .c-about__title-wrapper .c-about__message {
  position: absolute;
  top: 0%;
  left: -45%;
}
@media screen and (max-width: 991px) {
  .c-about .c-about__wrapper .c-about__title-wrapper .c-about__message {
    top: 5%;
    left: -35%;
  }
}
@media screen and (max-width: 767px) {
  .c-about .c-about__wrapper .c-about__title-wrapper .c-about__message {
    top: -10%;
    left: 3%;
  }
}
@media screen and (max-width: 499px) {
  .c-about .c-about__wrapper .c-about__title-wrapper .c-about__message {
    top: -30%;
    left: 5%;
  }
}
.c-about .c-about__wrapper .c-about__title-wrapper .c-about__message-right {
  position: absolute;
  top: -35%;
  right: -55%;
}
@media screen and (max-width: 991px) {
  .c-about .c-about__wrapper .c-about__title-wrapper .c-about__message-right {
    top: -40%;
    right: -40%;
  }
}
@media screen and (max-width: 767px) {
  .c-about .c-about__wrapper .c-about__title-wrapper .c-about__message-right {
    top: -30%;
    right: -2%;
    height: auto;
  }
}
@media screen and (max-width: 499px) {
  .c-about .c-about__wrapper .c-about__title-wrapper .c-about__message-right {
    top: -45%;
    right: -2%;
  }
}
.c-about .c-about__wrapper .c-about__title-wrapper .c-about__title {
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 8px;
  line-height: 1.25;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .c-about .c-about__wrapper .c-about__title-wrapper .c-about__title {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .c-about .c-about__wrapper .c-about__title-wrapper .c-about__title {
    font-size: 40px;
  }
}
.c-about .c-about__wrapper .c-about__title-wrapper .c-about__title.--size-80 {
  font-size: 80px;
  margin-bottom: 23px;
}
@media screen and (max-width: 991px) {
  .c-about .c-about__wrapper .c-about__title-wrapper .c-about__title.--size-80 {
    font-size: 60px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-about .c-about__wrapper .c-about__title-wrapper .c-about__title.--size-80 {
    font-size: 50px;
  }
}
.c-about .c-about__wrapper .c-about__title-wrapper .c-about__text {
  margin: 0 auto;
  padding-bottom: 19px;
}
.c-about
  .c-about__wrapper
  .c-about__title-wrapper
  .c-about__text
  .c-about__text-img {
  width: 365px;
}
@media screen and (max-width: 991px) {
  .c-about
    .c-about__wrapper
    .c-about__title-wrapper
    .c-about__text
    .c-about__text-img {
    width: 260px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .c-about
    .c-about__wrapper
    .c-about__title-wrapper
    .c-about__text
    .c-about__text-img {
    width: 170px;
    height: 97px;
  }
}
.c-about .c-about__wrapper .c-about__title-wrapper .c-about__subtext {
  margin: 0 auto;
}
.c-about
  .c-about__wrapper
  .c-about__title-wrapper
  .c-about__subtext
  .c-about__subtext-img {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .c-about
    .c-about__wrapper
    .c-about__title-wrapper
    .c-about__subtext
    .c-about__subtext-img {
    width: 190px;
  }
}
.c-btn {
  display: flex;
  justify-content: center;
  margin: 20px auto 0;
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .c-btn {
    margin-top: 32px;
  }
}
.c-btn:hover {
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.c-btn .c-btn__wrapper .c-btn__img {
  width: 100%;
}
.c-introduction {
  padding-top: 80px;
}
.c-introduction .c-introduction__wrapper {
  position: relative;
}
.c-introduction .c-introduction__wrapper .c-introduction__img {
  z-index: 0;
  object-fit: cover;
  width: 95vw;
  display: block;
  margin-left: auto;
  height: 530px;
  border-radius: 10px 0 0;
}
@media screen and (max-width: 767px) {
  .c-introduction .c-introduction__wrapper .c-introduction__img {
    height: 350px;
  }
}
@media screen and (max-width: 499px) {
  .c-introduction .c-introduction__wrapper .c-introduction__img {
    height: 262px;
  }
}
.c-introduction .c-introduction__wrapper .c-introduction__text-card {
  position: absolute;
  top: -5%;
  left: 240px;
  background-color: #fff;
  padding: 16px;
  box-shadow: 0 0 7px #9c9c9c40;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-introduction .c-introduction__wrapper .c-introduction__text-card {
    padding: 12px;
    top: -24px;
    left: 140px;
  }
}
@media screen and (max-width: 499px) {
  .c-introduction .c-introduction__wrapper .c-introduction__text-card {
    padding: 8px;
    top: 18px;
    left: 80px;
  }
}
.c-introduction .c-introduction__wrapper .c-introduction__text-card.--bottom-3 {
  top: 18px;
  left: 156px;
}
@media screen and (max-width: 767px) {
  .c-introduction
    .c-introduction__wrapper
    .c-introduction__text-card.--bottom-3 {
    padding: 12px;
    left: 80px;
  }
}
@media screen and (max-width: 499px) {
  .c-introduction
    .c-introduction__wrapper
    .c-introduction__text-card.--bottom-3 {
    padding: 8px;
    left: 40px;
  }
}
.c-introduction
  .c-introduction__wrapper
  .c-introduction__text-card
  .c-introduction__text {
  writing-mode: vertical-rl;
  font-size: 32px;
  color: #462400;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 10px;
}
.c-introduction
  .c-introduction__wrapper
  .c-introduction__text-card
  .c-introduction__text.--letter-spacing-2 {
  letter-spacing: 5px;
}
@media screen and (max-width: 499px) {
  .c-introduction
    .c-introduction__wrapper
    .c-introduction__text-card
    .c-introduction__text.--letter-spacing-2 {
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 767px) {
  .c-introduction
    .c-introduction__wrapper
    .c-introduction__text-card
    .c-introduction__text {
    font-size: 20px;
    letter-spacing: 5px;
  }
}
@media screen and (max-width: 499px) {
  .c-introduction
    .c-introduction__wrapper
    .c-introduction__text-card
    .c-introduction__text {
    font-size: 15px;
    letter-spacing: 4px;
  }
}
.c-introduction
  .c-introduction__wrapper
  .c-introduction__text-card
  .c-introduction__text
  .c-introduction__text-number {
  writing-mode: horizontal-tb;
  letter-spacing: 0;
}
.c-introduction .c-introduction__wrapper .c-introduction__wrapper-img-tree {
  position: relative;
}
.c-introduction
  .c-introduction__wrapper
  .c-introduction__wrapper-img-tree
  .c-introduction__img-tree {
  position: absolute;
  top: -10px;
  right: 0;
}
.c-introduction .c-introduction__wrapper .c-introduction__title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 32px;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 7px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .c-introduction .c-introduction__wrapper .c-introduction__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 499px) {
  .c-introduction .c-introduction__wrapper .c-introduction__title {
    margin-top: 12px;
    font-size: 16px;
    letter-spacing: 5px;
  }
}
.c-introduction .c-introduction__wrapper .c-introduction__title:after,
.c-introduction .c-introduction__wrapper .c-introduction__title:before {
  background: #462400;
  content: "";
  height: 1px;
  width: 30px;
}
@media screen and (max-width: 499px) {
  .c-introduction .c-introduction__wrapper .c-introduction__title:after,
  .c-introduction .c-introduction__wrapper .c-introduction__title:before {
    width: 15px;
  }
}
.c-introduction .c-introduction__wrapper .c-introduction__title:before {
  margin-right: 15px;
}
@media screen and (max-width: 499px) {
  .c-introduction .c-introduction__wrapper .c-introduction__title:before {
    margin-right: 10px;
  }
}
.c-introduction .c-introduction__wrapper .c-introduction__title:after {
  margin-left: 15px;
}
@media screen and (max-width: 499px) {
  .c-introduction .c-introduction__wrapper .c-introduction__title:after {
    margin-left: 10px;
  }
}
.c-special {
  background-image: url(../img/back-color.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 60px;
  padding: 60px 30px;
}
@media screen and (max-width: 499px) {
  .c-special {
    margin-top: 40px;
  }
}
.c-special .c-special__title-wrapper {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  padding: 40px 100px 50px;
  background-color: #b5b5b526;
  max-width: 400px;
  position: relative;
}
@media screen and (max-width: 499px) {
  .c-special .c-special__title-wrapper {
    max-width: 240px;
    padding: 32px 42px;
  }
}
.c-special .c-special__title-wrapper .c-special__text {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 24px;
  border-bottom: dotted 1px #ffffff;
  padding-bottom: 1px;
  font-family: Inters;
}
@media screen and (max-width: 499px) {
  .c-special .c-special__title-wrapper .c-special__text {
    font-size: 15px;
    margin-bottom: 13px;
  }
}
.c-special .c-special__title-wrapper .c-special__subtitle {
  line-height: 0.8;
  letter-spacing: 1px;
}
@media screen and (max-width: 499px) {
  .c-special .c-special__title-wrapper .c-special__subtitle {
    font-size: 13px;
  }
}
.c-special .c-special__title-wrapper .c-special__title-content {
  border-bottom: #ffffff solid 6px;
  padding-bottom: 11px;
  position: relative;
}
.c-special
  .c-special__title-wrapper
  .c-special__title-content
  .c-special__title {
  font-size: 40px;
  line-height: 1;
}
@media screen and (max-width: 499px) {
  .c-special
    .c-special__title-wrapper
    .c-special__title-content
    .c-special__title {
    font-size: 28px;
  }
}
.c-special .c-special__title-wrapper .c-special__title-content:before {
  content: "";
  position: absolute;
  bottom: -11px;
  width: 100%;
  border-bottom: 1px solid #ffffff;
}
.c-special .c-special__title-wrapper .c-special__title-border {
  position: absolute;
  left: 15px;
  top: -20px;
  width: 1px;
  height: 75px;
  background-color: #fbfaf6b2;
  overflow: hidden;
  margin: auto;
  transform: rotate(45deg);
}
@media screen and (max-width: 499px) {
  .c-special .c-special__title-wrapper .c-special__title-border {
    height: 45px;
    left: 12px;
    top: -12px;
  }
}
.c-special .c-special__title-wrapper .c-special__title-border-left {
  position: absolute;
  right: 15px;
  bottom: -20px;
  width: 1px;
  height: 75px;
  background-color: #fbfaf6b2;
  overflow: hidden;
  margin: auto;
  transform: rotate(45deg);
}
@media screen and (max-width: 499px) {
  .c-special .c-special__title-wrapper .c-special__title-border-left {
    height: 45px;
    right: 12px;
    bottom: -12px;
  }
}
.c-special .c-special__title-wrapper:before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 0.5px solid rgba(251, 250, 246, 0.6980392157);
}
.c-special .c-special__comment {
  text-align: center;
  padding-top: 24px;
  padding-bottom: 30px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #fff;
}
@media screen and (max-width: 499px) {
  .c-special .c-special__comment {
    font-size: 16px;
  }
}
.c-special .c-special__list-back-color {
  max-width: 1120px;
  position: relative;
  margin: 0 auto;
}
.c-special .c-special__list-back-color .c-special__inner-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 937px;
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  .c-special .c-special__list-back-color .c-special__inner-img {
    display: none;
  }
}
.c-special .c-special__list-back-color .c-special__list {
  position: relative;
  max-width: 900px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 0 auto;
}
@media screen and (max-width: 499px) {
  .c-special .c-special__list-back-color .c-special__list {
    gap: 3px;
  }
}
.c-special
  .c-special__list-back-color
  .c-special__list
  .c-special__list-item-top {
  object-fit: cover;
  width: 100%;
  grid-column: 1/3;
}
.c-special
  .c-special__list-back-color
  .c-special__list
  .c-special__list-item-right {
  object-fit: cover;
  width: 100%;
  grid-column: 1;
  aspect-ratio: 444/437;
}
@media screen and (max-width: 499px) {
  .c-special
    .c-special__list-back-color
    .c-special__list
    .c-special__list-item-right {
    aspect-ratio: 158/225;
  }
}
.c-special
  .c-special__list-back-color
  .c-special__list
  .c-special__list-item-left {
  object-fit: cover;
  width: 100%;
  grid-column: 2;
  aspect-ratio: 446/437;
}
@media screen and (max-width: 499px) {
  .c-special
    .c-special__list-back-color
    .c-special__list
    .c-special__list-item-left {
    aspect-ratio: 158/225;
  }
}
.c-special
  .c-special__list-back-color
  .c-special__list
  .c-special__list-item-bottom {
  object-fit: cover;
  width: 100%;
  grid-column: 1/3;
}
.c-special .c-special__list-back-color .c-special__list .c-special__list-text {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.7px;
  line-height: 1.75;
  position: absolute;
  top: 80px;
  right: -40px;
  transform: rotate(90deg);
  font-family: Cormorant Garamond;
}
@media screen and (max-width: 767px) {
  .c-special
    .c-special__list-back-color
    .c-special__list
    .c-special__list-text {
    font-size: 25px;
    right: -40px;
  }
}
@media screen and (max-width: 499px) {
  .c-special
    .c-special__list-back-color
    .c-special__list
    .c-special__list-text {
    font-size: 20px;
    right: -30px;
    top: 50px;
  }
}
.c-special
  .c-special__list-back-color
  .c-special__list
  .c-special__list-text-position {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.7px;
  line-height: 1.75;
  position: absolute;
  bottom: 16px;
  left: 40px;
  font-family: Cormorant Garamond;
}
@media screen and (max-width: 767px) {
  .c-special
    .c-special__list-back-color
    .c-special__list
    .c-special__list-text-position {
    font-size: 25px;
    left: 25px;
    bottom: 0;
  }
}
@media screen and (max-width: 499px) {
  .c-special
    .c-special__list-back-color
    .c-special__list
    .c-special__list-text-position {
    font-size: 20px;
  }
}
.c-special .c-special__list-back-color .c-special__list .c-special__border {
  position: absolute;
  left: -35px;
  top: 5px;
  width: 1px;
  height: 50px;
  background-color: #fff;
  overflow: hidden;
  margin: auto;
  transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .c-special .c-special__list-back-color .c-special__list .c-special__border {
    left: -30px;
    top: 7px;
    height: 30px;
  }
}
@media screen and (max-width: 499px) {
  .c-special .c-special__list-back-color .c-special__list .c-special__border {
    left: -20px;
    top: 5px;
    height: 26px;
  }
}
.c-footer {
  position: relative;
  margin-top: 94px;
}
@media screen and (max-width: 499px) {
  .c-footer {
    margin-top: 59px;
  }
}
.c-footer .c-footer__img-left {
  position: absolute;
  top: -55px;
  right: 235px;
}
@media screen and (max-width: 767px) {
  .c-footer .c-footer__img-left {
    right: 130px;
  }
}
@media screen and (max-width: 499px) {
  .c-footer .c-footer__img-left {
    top: -25px;
    right: 60px;
  }
}
.c-footer .c-footer__img-right {
  position: absolute;
  top: -43px;
  right: 156px;
}
@media screen and (max-width: 767px) {
  .c-footer .c-footer__img-right {
    right: 50px;
  }
}
@media screen and (max-width: 499px) {
  .c-footer .c-footer__img-right {
    top: -20px;
    right: 21px;
  }
}
.c-footer .c-footer__text {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e9e9df;
  padding-top: 138px;
  padding-bottom: 24px;
  font-size: 10px;
  font-family: Noto Sans JP;
}
@media screen and (max-width: 499px) {
  .c-footer .c-footer__text {
    padding-top: 119px;
    padding-bottom: 12px;
  }
}
.c-others {
  background-image: url(../img/sumitomo-balcony-light.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 450px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-others {
    height: 238px;
  }
}
.c-others .c-others__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 450px;
}
@media screen and (max-width: 767px) {
  .c-others .c-others__content {
    height: 238px;
  }
}
.c-others .c-others__content .c-others__text-img {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .c-others .c-others__content .c-others__text-img {
    margin-bottom: 20px;
  }
}
.c-others .c-others__content .c-others__btn-wrapper {
  max-width: 287px;
  width: 100%;
  margin-left: 4px;
  margin-right: 4px;
}
@media screen and (max-width: 767px) {
  .c-others .c-others__content .c-others__btn-wrapper {
    max-width: 238px;
  }
}
.c-others .c-others__content .c-others__btn-wrapper .c-others__btn {
  padding: 8px 32px;
  color: #fff;
  position: relative;
  background-color: #008253;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 175%;
}
@media screen and (max-width: 767px) {
  .c-others .c-others__content .c-others__btn-wrapper .c-others__btn {
    font-size: 15px;
    padding: 4px 16px;
  }
}
.c-others .c-others__content .c-others__btn-wrapper .c-others__btn:hover {
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.c-others .c-others__content .c-others__btn-wrapper .c-others__btn:before,
.c-others .c-others__content .c-others__btn-wrapper .c-others__btn:after {
  position: absolute;
  top: 24px;
  right: 32px;
  height: 1px;
  background: #fff;
  content: "";
}
@media screen and (max-width: 767px) {
  .c-others .c-others__content .c-others__btn-wrapper .c-others__btn:before,
  .c-others .c-others__content .c-others__btn-wrapper .c-others__btn:after {
    top: 20px;
    right: 16px;
  }
}
.c-others .c-others__content .c-others__btn-wrapper .c-others__btn:before {
  width: 25px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-others .c-others__content .c-others__btn-wrapper .c-others__btn:before {
    width: 20px;
  }
}
.c-others .c-others__content .c-others__btn-wrapper .c-others__btn:after {
  width: 8px;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: right center;
}
.c-others:after {
  content: "";
  position: absolute;
  inset: 12px 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .c-others:after {
    inset: 6px 0;
  }
}
.c-idea__birds-wrapper {
  max-width: 145px;
  height: auto;
  position: absolute;
  top: 0;
  left: 25%;
  transform: translate(-25%);
  z-index: 3;
}
@media screen and (max-width: 991px) {
  .c-idea__birds-wrapper {
    top: -15px;
    left: 25%;
    transform: translate(-25%);
  }
}
@media screen and (max-width: 767px) {
  .c-idea__birds-wrapper {
    top: 5px;
    left: 25%;
    max-width: 64px;
    transform: translate(-25%);
  }
}
@media screen and (max-width: 499px) {
  .c-idea__birds-wrapper {
    top: 8px;
    left: 15%;
    transform: translate(-15%);
  }
}
.c-idea__birds-wrapper .c-idea__birds {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-idea {
  width: 100%;
  height: 100%;
  background: #e9e9df;
  padding: 0 20px 78px;
  clip-path: polygon(
    50% 0%,
    calc(100% - 5px) 10%,
    100% calc(10% + 5px),
    100% calc(100% - 10px),
    calc(100% - 2px) calc(100% - 4px),
    calc(100% - 4px) calc(100% - 2px),
    calc(100% - 10px) 100%,
    10px 100%,
    4px calc(100% - 2px),
    2px calc(100% - 4px),
    0% calc(100% - 10px),
    0% calc(10% + 5px),
    5px 10%
  );
}
@media screen and (max-width: 991px) {
  .c-idea {
    clip-path: polygon(
      50% 0%,
      calc(100% - 5px) 6%,
      100% calc(6% + 5px),
      100% calc(100% - 10px),
      calc(100% - 2px) calc(100% - 4px),
      calc(100% - 4px) calc(100% - 2px),
      calc(100% - 10px) 100%,
      10px 100%,
      4px calc(100% - 2px),
      2px calc(100% - 4px),
      0% calc(100% - 10px),
      0% calc(6% + 5px),
      5px 6%
    );
    padding: 0 0 60px;
  }
}
.c-idea {
  position: relative;
  z-index: 0;
}
.c-idea:after {
  content: "";
  position: absolute;
  inset: 10px;
  background-color: #fff;
  clip-path: polygon(
    50% 0%,
    calc(100% - 5px) 10%,
    100% calc(10% + 5px),
    100% calc(100% - 10px),
    calc(100% - 2px) calc(100% - 4px),
    calc(100% - 4px) calc(100% - 2px),
    calc(100% - 10px) 100%,
    10px 100%,
    4px calc(100% - 2px),
    2px calc(100% - 4px),
    0% calc(100% - 10px),
    0% calc(10% + 5px),
    5px 10%
  );
  z-index: 0;
}
@media screen and (max-width: 991px) {
  .c-idea:after {
    clip-path: polygon(
      50% 0%,
      calc(100% - 5px) 6%,
      100% calc(6% + 5px),
      100% calc(100% - 10px),
      calc(100% - 2px) calc(100% - 4px),
      calc(100% - 4px) calc(100% - 2px),
      calc(100% - 10px) 100%,
      10px 100%,
      4px calc(100% - 2px),
      2px calc(100% - 4px),
      0% calc(100% - 10px),
      0% calc(6% + 5px),
      5px 6%
    );
  }
}
@media screen and (max-width: 767px) {
  .c-idea:after {
    left: 1px;
    right: 1px;
  }
}
.c-idea:before {
  content: "";
  position: absolute;
  inset: 11px;
  background-color: #e9e9df;
  clip-path: polygon(
    50% 0%,
    calc(100% - 5px) 10%,
    100% calc(10% + 5px),
    100% calc(100% - 10px),
    calc(100% - 2px) calc(100% - 4px),
    calc(100% - 4px) calc(100% - 2px),
    calc(100% - 10px) 100%,
    10px 100%,
    4px calc(100% - 2px),
    2px calc(100% - 4px),
    0% calc(100% - 10px),
    0% calc(10% + 5px),
    5px 10%
  );
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .c-idea:before {
    clip-path: polygon(
      50% 0%,
      calc(100% - 5px) 6%,
      100% calc(6% + 5px),
      100% calc(100% - 10px),
      calc(100% - 2px) calc(100% - 4px),
      calc(100% - 4px) calc(100% - 2px),
      calc(100% - 10px) 100%,
      10px 100%,
      4px calc(100% - 2px),
      2px calc(100% - 4px),
      0% calc(100% - 10px),
      0% calc(6% + 5px),
      5px 6%
    );
  }
}
@media screen and (max-width: 767px) {
  .c-idea:before {
    left: 1px;
    right: 1px;
  }
}
.c-idea .c-idea__header {
  padding: 68px 0 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 2;
  position: relative;
}
.c-idea .c-idea__header .c-idea__icon-wrapper {
  width: 104px;
  height: 104px;
}
@media screen and (max-width: 767px) {
  .c-idea .c-idea__header .c-idea__icon-wrapper {
    width: 56px;
    height: 56px;
  }
}
.c-idea .c-idea__header .c-idea__icon-wrapper .c-idea__icon-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.c-idea .c-idea__header .c-idea__title {
  font-size: 20px;
  margin: 34px 0 4px;
  letter-spacing: 1.4px;
  line-height: 175%;
}
@media screen and (max-width: 767px) {
  .c-idea .c-idea__header .c-idea__title {
    margin: 20px 0 0;
    font-size: 16px;
  }
}
.c-idea .c-idea__header .c-idea__text {
  font-size: 32px;
  font-weight: 600;
  line-height: 175%;
  letter-spacing: 2.24px;
  position: relative;
}
.c-idea .c-idea__header .c-idea__text:before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
  height: 7px;
  background-color: #462400;
}
.c-idea .c-idea__header .c-idea__text:after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #462400;
}
.c-idea .c-idea__media-container {
  max-width: 1122px;
  width: 100%;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}
.c-idea .c-idea__media-container .c-idea__media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .c-idea .c-idea__media-container .c-idea__media {
    flex-direction: column;
  }
}
@media screen and (max-width: 991px) {
  .c-idea .c-idea__media-container .c-idea__media.--flex-direction-reverse {
    flex-direction: column-reverse;
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .c-idea .c-idea__media-container .c-idea__media.--flex-direction-reverse {
    margin-top: 0;
  }
}
.c-idea .c-idea__media-container .c-idea__media .c-idea__media-img-wrapper {
  max-width: 561px;
  max-height: 538px;
}
@media screen and (max-width: 767px) {
  .c-idea .c-idea__media-container .c-idea__media .c-idea__media-img-wrapper {
    max-width: 100%;
    max-height: 100%;
  }
}
.c-idea
  .c-idea__media-container
  .c-idea__media
  .c-idea__media-img-wrapper
  .c-idea__media-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-idea .c-idea__media-container .c-idea__media .c-idea__media-content {
  max-width: 561px;
  max-height: 538px;
  padding-left: 46px;
}
@media screen and (max-width: 991px) {
  .c-idea .c-idea__media-container .c-idea__media .c-idea__media-content {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-idea .c-idea__media-container .c-idea__media .c-idea__media-content {
    max-width: 100%;
    max-height: auto;
  }
}
.c-idea .c-idea__media-container .c-idea__media .c-idea__media-content {
  width: 100%;
}
.c-idea
  .c-idea__media-container
  .c-idea__media
  .c-idea__media-content.--pd-right-46 {
  padding-right: 46px;
  padding-left: 0;
}
@media screen and (max-width: 991px) {
  .c-idea
    .c-idea__media-container
    .c-idea__media
    .c-idea__media-content.--pd-right-46 {
    padding-right: 0;
  }
}
.c-idea
  .c-idea__media-container
  .c-idea__media
  .c-idea__media-content
  .c-idea_media-content-wrapper {
  display: flex;
  max-width: 483px;
  margin: 0 auto;
  flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .c-idea
    .c-idea__media-container
    .c-idea__media
    .c-idea__media-content
    .c-idea_media-content-wrapper {
    margin-top: 24px;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-idea
    .c-idea__media-container
    .c-idea__media
    .c-idea__media-content
    .c-idea_media-content-wrapper {
    margin-top: 0;
  }
}
.c-idea
  .c-idea__media-container
  .c-idea__media
  .c-idea__media-content
  .c-idea_media-content-wrapper
  .c-idea__media-lead {
  font-size: 19px;
  font-weight: 700;
  font-family: Cormorant Garamond, serif;
  line-height: 1;
  display: flex;
  align-items: center;
  color: #008253;
}
@media screen and (max-width: 767px) {
  .c-idea
    .c-idea__media-container
    .c-idea__media
    .c-idea__media-content
    .c-idea_media-content-wrapper
    .c-idea__media-lead {
    font-size: 28px;
  }
}
.c-idea
  .c-idea__media-container
  .c-idea__media
  .c-idea__media-content
  .c-idea_media-content-wrapper
  .c-idea__media-lead
  .c-idea__media-number {
  font-size: 24px;
  margin-left: 4px;
  line-height: 1;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 767px) {
  .c-idea
    .c-idea__media-container
    .c-idea__media
    .c-idea__media-content
    .c-idea_media-content-wrapper
    .c-idea__media-lead
    .c-idea__media-number {
    font-size: 28px;
    top: 0;
  }
}
.c-idea
  .c-idea__media-container
  .c-idea__media
  .c-idea__media-content
  .c-idea_media-content-wrapper
  .c-idea__media-lead:before {
  content: "";
  width: 22px;
  height: 1px;
  background-color: #008253;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.c-idea
  .c-idea__media-container
  .c-idea__media
  .c-idea__media-content
  .c-idea_media-content-wrapper
  .c-idea__media-title {
  font-size: 30px;
  line-height: 175%;
  letter-spacing: 2.1px;
}
@media screen and (max-width: 767px) {
  .c-idea
    .c-idea__media-container
    .c-idea__media
    .c-idea__media-content
    .c-idea_media-content-wrapper
    .c-idea__media-title {
    font-size: 20px;
    padding: 0 31px;
  }
}
.c-idea
  .c-idea__media-container
  .c-idea__media
  .c-idea__media-content
  .c-idea_media-content-wrapper
  .c-idea__media-tags {
  display: flex;
  gap: 11px;
  margin-top: 8px;
}
.c-idea
  .c-idea__media-container
  .c-idea__media
  .c-idea__media-content
  .c-idea_media-content-wrapper
  .c-idea__media-tags.--sp-flex {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-idea
    .c-idea__media-container
    .c-idea__media
    .c-idea__media-content
    .c-idea_media-content-wrapper
    .c-idea__media-tags.--sp-flex {
    display: flex;
    margin-bottom: 8px;
    padding: 0 31px;
    flex-wrap: wrap;
    margin-top: 34px;
  }
}
@media screen and (max-width: 767px) {
  .c-idea
    .c-idea__media-container
    .c-idea__media
    .c-idea__media-content
    .c-idea_media-content-wrapper
    .c-idea__media-tags.--sp-none {
    display: none;
  }
}
.c-idea
  .c-idea__media-container
  .c-idea__media
  .c-idea__media-content
  .c-idea_media-content-wrapper
  .c-idea__media-tags
  .c-idea__media-tag {
  padding: 3px 8px;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0.7px;
  background-color: #d0d0c0;
  color: #000;
  font-family: Local Noto Sans JP;
  src: local("Noto Sans JP");
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .c-idea
    .c-idea__media-container
    .c-idea__media
    .c-idea__media-content
    .c-idea_media-content-wrapper
    .c-idea__media-tags
    .c-idea__media-tag {
    font-size: 16px;
  }
}
.c-idea
  .c-idea__media-container
  .c-idea__media
  .c-idea__media-content
  .c-idea_media-content-wrapper
  .c-idea__media-description {
  margin-top: 27px;
  font-size: 20px;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .c-idea
    .c-idea__media-container
    .c-idea__media
    .c-idea__media-content
    .c-idea_media-content-wrapper
    .c-idea__media-description {
    font-size: 15px;
    padding: 0 31px;
    margin-top: 16px;
  }
}
.l-header {
  position: relative;
}
.l-fv {
  position: relative;
  margin: 0 auto;
}
.l-about {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.l-introduction {
  position: relative;
  margin: 0 auto;
}
.l-special {
  padding: 60px 30px;
}
.l-idea {
  width: 93%;
  margin: 77px auto 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-idea {
    width: 100%;
    margin: 52px auto 0;
  }
}
.l-others {
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .l-others {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .js-embla {
    z-index: 3;
    overflow: hidden;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .js-embla__container {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .js-embla__slide {
    flex: 0 0 100%;
    min-width: 0;
  }
}
.js-embla__controls {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  display: none;
}
@media screen and (max-width: 767px) {
  .js-embla__controls {
    display: block;
  }
}
.js-embla__buttons {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.js-embla__button {
  touch-action: manipulation;
  display: inline-flex;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  padding: 0;
  margin: 0;
  width: 45px;
  height: 45px;
  z-index: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #462400;
  box-shadow: 0 2px 4px #5e5e5e40;
}
.js-embla__button--prev {
  position: relative;
}
@media screen and (max-width: 767px) {
  .js-embla__button--prev {
    left: 22px;
  }
}
.js-embla__button--next {
  position: relative;
}
@media screen and (max-width: 767px) {
  .js-embla__button--next {
    right: 22px;
  }
}
.js-embla__button__svg {
  width: 35%;
  height: 35%;
  fill: #462400;
}
.js-embla__dots {
  display: none;
}
@media screen and (max-width: 767px) {
  .js-embla__dots {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 15px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
  }
}
.js-embla__dot {
  appearance: none;
  touch-action: manipulation;
  display: inline-flex;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  padding: 0;
  margin: 0;
  width: 8px;
  height: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #462400;
}
.js-embla__dot:after {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  content: "";
}
.js-embla__dot--selected:after {
  background-color: #fff;
  border: 1px solid #462400;
}
