/*
style
*/
* {
  margin: 0;
  padding: 0;
}

html, body, input, textarea, button {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #fff;
  color: #333;
  line-height: 1.5;
  overflow-wrap: break-word;
}

a {
  color: #333;
  text-underline-position: under;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.for-tablet {
  display: none;
}
@media screen and (max-width: 1200px) {
  .for-tablet {
    display: block;
  }
}

.for-mobile {
  display: none;
}
@media screen and (max-width: 840px) {
  .for-mobile {
    display: block;
  }
}

.for-mobile-mini {
  display: none;
}
@media screen and (max-width: 389px) {
  .for-mobile-mini {
    display: block;
  }
}

.wrapper {
  position: relative;
}

/* common item */
.article-section {
  position: relative;
  padding: 3rem 1rem;
  background-color: #fff;
}

.article-section.onayami,
.article-section.anshin,
.article-section.partner {
  background-color: #f0eeeb;
}

.section__content {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.section__title {
  font-size: 2rem;
  font-size: min(8.2vw, 2rem);
  text-align: center;
  margin: 0;
  color: #3f3b31;
}

/* CTA button */
.cta001 {
  margin: 2rem auto 3rem;
  text-align: center;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 840px) {
  .cta001 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

.cta001__button a {
  display: inline-block;
  background: rgb(221, 153, 153);
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 1.25rem;
  font-size: min(5.1282vw, 1.25rem);
  font-weight: bold;
  padding: 1em 2em;
  border-radius: 999px;
}
@media screen and (max-width: 840px) {
  .cta001__button a {
    display: block;
    padding-right: 0.5em;
    padding-left: 0.5em;
  }
}
@media screen and (hover: hover) {
  .cta001__button a {
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.3s;
  }
  .cta001__button a:hover {
    transform: scale(1.02);
  }
}
.heroimage__content .cta001__button a {
  background: #fff;
  color: #bf7e7e;
  box-shadow: 0 0 1rem rgb(221, 153, 153);
}
@media screen and (max-width: 840px) {
  .heroimage__content .cta001__button a {
    margin-right: 1rem;
    margin-left: 1rem;
  }
}

.cta001__note {
  display: flex;
  justify-content: center;
  font-size: 0.8125rem;
  font-size: min(3.333vw, 0.8125rem);
  color: #555;
  text-align: left;
  margin-top: 1rem;
}
.heroimage__content .cta001__note {
  color: #fff;
}

/* heroimage */
.heroimage {
  overflow: hidden;
  position: relative;
}

.heroimage__media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.heroimage__media img,
.heroimage__media video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 1;
}
.heroimage__media:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(221, 153, 153, 0.6);
}

.heroimage__content {
  position: relative;
  z-index: 10;
}

.intro__title {
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  padding: 1.6rem 2rem;
  margin: 3rem auto 2rem;
  max-width: 700px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 840px) {
  .intro__title {
    max-width: unset;
    margin: 2rem 1rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
.intro__title h1 {
  font-size: 1rem;
  font-weight: normal;
  margin: 0;
}

.intro__title-row001,
.intro__title-row002,
.intro__title-row003 {
  display: block;
  color: #444;
  text-align: center;
}

.intro__title-row001 {
  font-size: 1.125rem;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 840px) {
  .intro__title-row001 {
    font-size: min(4.1vw, 1rem);
  }
}

.intro__title-row002 {
  width: 90%;
  max-width: 568px;
  margin: 0 auto 0.75rem;
}

.intro__title-row003 {
  font-size: 1.5rem;
  font-size: min(6.1538461538vw, 1.5rem);
  font-weight: bold;
  letter-spacing: 0.25em;
  padding-left: 0.25em;
  line-height: 1;
}

.intro__caption {
  color: #fff;
}

.intro__caption-text001 {
  font-size: 1.25rem;
  font-size: min(5.1282051282vw, 1.25rem);
  font-style: italic;
  font-weight: bold;
  color: #956d54;
  letter-spacing: 0.05em;
  text-align: center;
  text-shadow: 0 0 0.25rem #fff, 0 0 0.25rem #fff, 0 0 0.25rem #fff, 0 0 0.25rem #fff, 0 0 0.25rem #fff, 0 0 0.25rem #fff, 0 0 0.25rem #fff, 0 0 0.25rem #fff, 0 0 0.25rem #fff, 0 0 0.25rem #fff, 0 0 0.25rem #fff;
  margin-bottom: 0.25rem;
}

.intro__caption-text002 {
  font-size: 1rem;
  font-size: min(4.1vw, 1rem);
  font-style: italic;
  line-height: 1.8;
  text-align: center;
  text-shadow: 0 0 0.5rem #bf7e7e, 0 0 0.5rem #bf7e7e, 0 0 0.5rem #bf7e7e;
  max-width: 650px;
  padding: 0 1rem;
  margin-right: auto;
  margin-left: auto;
}

.intro__caption-text003 {
  font-size: 1rem;
  font-size: min(4.1vw, 1rem);
  font-weight: bold;
  color: #956d54;
  line-height: 1.8;
  max-width: 650px;
  padding: 0 1rem;
  margin-top: 1.125rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-shadow: 0 0 0.25rem #fff, 0 0 0.25rem #fff, 0 0 0.25rem #fff, 0 0 0.25rem #fff, 0 0 0.25rem #fff, 0 0 0.25rem #fff, 0 0 0.25rem #fff, 0 0 0.25rem #fff, 0 0 0.25rem #fff, 0 0 0.25rem #fff, 0 0 0.25rem #fff;
}
.intro__caption-text003 span {
  display: block;
  text-align: left;
}
.intro__caption-text003 .intro__caption-text003-row002 {
  font-size: 1.5rem;
  font-size: min(6.1538461538vw, 1.5rem);
}
.intro__caption-text003 .intro__caption-text003-highlight001 {
  display: inline-block;
  padding: 0 0.25rem;
  font-weight: 700;
  color: #ee9137;
  background: rgb(255, 216, 102);
  background: linear-gradient(0deg, rgba(255, 216, 102, 0) 0%, rgba(255, 216, 102, 0) 4.15%, rgb(255, 216, 102) 4.16%, rgb(255, 216, 102) 50%, rgba(255, 216, 102, 0) 50.1%, rgba(255, 216, 102, 0) 100%);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: auto 1.5rem;
}
.intro__caption-text003 .intro__caption-text003-highlight002 {
  display: inline-block;
  margin: 0 0.125rem;
  padding: 0 0.25rem;
  font-weight: 700;
  color: #ee9137;
  background: rgb(255, 216, 102);
  background: linear-gradient(0deg, rgba(255, 216, 102, 0) 0%, rgba(255, 216, 102, 0) 4.15%, rgb(255, 216, 102) 4.16%, rgb(255, 216, 102) 50%, rgba(255, 216, 102, 0) 50.1%, rgba(255, 216, 102, 0) 100%);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: auto 1.5rem;
}

/* about-us */
.about-us__caption {
  font-size: 1.25rem;
  text-align: center;
  margin-top: 2rem;
}

.about-us__cards {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  margin: 2rem 0;
  padding: 0 1rem;
}
@media screen and (max-width: 840px) {
  .about-us__cards {
    gap: 4rem;
    flex-direction: column;
    padding: 0;
  }
}

.about-us__card-item {
  display: block;
  width: 100%;
  max-width: 300px;
  padding: 0 2rem;
}
@media screen and (max-width: 840px) {
  .about-us__card-item {
    max-width: unset;
    padding: 0 1rem;
  }
}

.about-us__card-item-img {
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: auto;
  margin-left: auto;
}
.about-us__card-item-img img {
  display: block;
  width: 100%;
}

.about-us__card-item-title {
  font-size: 1.25rem;
  text-align: center;
  margin-top: 0.75rem;
}

.about-us__card-item-text {
  text-align: left;
  margin-top: 1rem;
}

.about-us__text001 {
  max-width: 800px;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.8;
}
@media screen and (max-width: 840px) {
  .about-us__text001 {
    padding-right: 0;
    padding-left: 0;
  }
}

.about-us__note {
  margin-top: 1rem;
  border-top: 1px solid #222;
  padding-top: 1rem;
  font-size: 0.75rem;
}

/* onayami */
section.article-section.onayami {
  position: relative;
  min-height: 680px;
}
@media screen and (max-width: 840px) {
  section.article-section.onayami {
    height: unset;
  }
}

.onayami .section__title {
  text-shadow: 0 0 0.5rem #f0eeeb, 0 0 0.5rem #f0eeeb, 0 0 0.5rem #f0eeeb, 0 0 0.5rem #f0eeeb, 0 0 0.5rem #f0eeeb, 0 0 0.5rem #f0eeeb, 0 0 0.5rem #f0eeeb, 0 0 0.5rem #f0eeeb, 0 0 0.5rem #f0eeeb, 0 0 0.5rem #f0eeeb, 0 0 0.5rem #f0eeeb, 0 0 0.5rem #f0eeeb, 0 0 0.5rem #f0eeeb, 0 0 0.5rem #f0eeeb, 0 0 0.5rem #f0eeeb;
}

.onayami__media {
  height: 680px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 840px) {
  .onayami__media {
    top: 1.5rem;
  }
}
.onayami__media img,
.onayami__media video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 1;
}
@media screen and (max-width: 840px) {
  .onayami__media img,
  .onayami__media video {
    object-position: 30% center;
  }
}
@media screen and (max-width: 840px) {
  .onayami__media:before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-top: 60px;
    background: linear-gradient(0deg, rgba(240, 238, 235, 0) 0%, rgb(240, 238, 235) 100%);
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 840px) {
  .onayami__media:after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-top: 60px;
    background: linear-gradient(180deg, rgba(240, 238, 235, 0) 0%, rgb(240, 238, 235) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.onayami__content {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 800px;
  height: 580px;
  overflow: hidden;
  margin: 0 auto;
}

.onayami__comment {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  margin-top: 120px;
}
@media screen and (max-width: 840px) {
  .onayami__comment {
    margin-top: 320px;
  }
}
.onayami__comment li {
  list-style-type: none;
  display: inline-block;
  background: rgba(52, 35, 18, 0.4);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  padding: 2rem 4rem;
  margin: 0;
  border-radius: 0.5rem;
  color: #fff;
  line-height: 1.8;
}
@media screen and (max-width: 840px) {
  .onayami__comment li {
    padding: 1rem;
  }
}
.onayami__comment li + li {
  margin-top: 1rem;
}

.onayami__text001 {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
  background: rgba(52, 35, 18, 0.4);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  padding: 2rem 4rem;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border-radius: 0.5rem;
  color: #fff;
  line-height: 1.8;
}
@media screen and (max-width: 840px) {
  .onayami__text001 {
    position: relative;
    bottom: unset;
    left: unset;
    transform: translate(0, 0);
    padding: 1rem;
  }
}

/* flow */
.flow__list {
  list-style-type: none;
  margin: 2rem auto;
}
.flow__list li {
  list-style-type: none;
}
.flow__list li + li {
  margin-top: 4rem;
}

.flow__item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1rem;
  padding-right: 1rem;
  padding-left: 1rem;
  position: relative;
}
@media screen and (max-width: 840px) {
  .flow__item {
    flex-direction: column;
    padding-right: 0;
    padding-left: 0;
  }
}
.flow__item:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 1rem solid transparent;
  border-top-color: #808080;
  position: absolute;
  top: 100%;
  left: calc(80px + 1rem);
  transform: translate(-50%, 1.5rem);
}
li:last-child .flow__item:after {
  display: none;
}
@media screen and (max-width: 840px) {
  .flow__item:after {
    left: 50%;
  }
}

.flow__item-col1 {
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 840px) {
  .flow__item-col1 {
    width: 100%;
  }
}

.flow__item-col2 {
  flex: 1;
}

.flow__item-title {
  flex: 1;
  width: 160px;
  background: #fff;
  border: 1px solid #222;
  border-radius: 0.5rem;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
}
@media screen and (max-width: 840px) {
  .flow__item-title {
    width: calc(50% - 0.5rem);
  }
}
.flow__item-title h3 {
  font-size: 1.25rem;
}
@media screen and (max-width: 840px) {
  .flow__item-title h3 {
    font-size: 5.1282vw;
    font-size: clamp(1.25rem, 5.1282vw, 2.5rem);
  }
}
.flow__item-title em {
  display: block;
  width: 100%;
  font-size: 0.875rem;
  font-style: normal;
  color: #808080;
  letter-spacing: 0.25em;
  border-top: 1px solid #d0d0d0;
  padding-top: 0.25rem;
}
@media screen and (max-width: 840px) {
  .flow__item-title em {
    font-size: 3.5897435897vw;
    font-size: clamp(0.875rem, 3.5897435897vw, 1.75rem);
  }
}

.flow__item-img {
  width: 160px;
}
@media screen and (max-width: 840px) {
  .flow__item-img {
    width: calc(50% - 0.5rem);
  }
}
.flow__item-img img {
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
}

.flow__item-text h4 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.25rem;
}
.flow__item-text p {
  font-size: 1rem;
}

/* anshin */
.anshin__text001 {
  max-width: 800px;
  margin-top: 2rem;
  padding: 1rem 2rem;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.8;
  background: #fff;
  border-radius: 0.5rem;
}
@media screen and (max-width: 840px) {
  .anshin__text001 {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.anshin__logo-mintidmom {
  display: block;
  width: 184px;
  margin: 0 auto 1rem;
}
.anshin__logo-mintidmom a {
  display: block;
}

.anshin__cards {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  margin: 2rem 0;
  padding: 0 1rem;
}
@media screen and (max-width: 840px) {
  .anshin__cards {
    gap: 4rem;
    flex-direction: column;
    margin-top: 3rem;
    padding: 0;
  }
}

.anshin__card-item {
  display: block;
  width: 100%;
  max-width: 364px;
  padding: 0 2rem;
}
@media screen and (max-width: 840px) {
  .anshin__card-item {
    max-width: unset;
    padding: 0 1rem;
  }
}

.anshin__card-item-img {
  width: 100%;
  max-width: 300px;
  overflow: hidden;
  border-radius: 0.5rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 840px) {
  .anshin__card-item-img {
    width: 51.282vw;
  }
}
.anshin__card-item-img img {
  display: block;
  width: 100%;
}

.anshin__card-item-title {
  font-size: 1.25rem;
  text-align: center;
  margin-top: 0.75rem;
}
.anshin__card-item-text {
  text-align: left;
  margin-top: 0.5rem;
}

/* category */
.category__text001 {
  max-width: 800px;
  margin: 2rem auto 0;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media screen and (max-width: 840px) {
  .category__text001 {
    padding-right: 0;
    padding-left: 0;
  }
}
.category__text001 p {
  line-height: 1.8;
}
.category__text001 p + p {
  margin-top: 1em;
}

.category__list {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 3rem 0;
  width: 100%;
  max-width: 800px;
  margin: 3rem auto 2rem;
}
@media screen and (max-width: 840px) {
  .category__list {
    width: 83.5897435897%;
  }
}
.category__list li {
  width: 33%;
  list-style-type: none;
  text-align: center;
}
@media screen and (max-width: 840px) {
  .category__list li {
    width: 50%;
  }
}

.category__list-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.category__list-img img {
  display: block;
  width: 100%;
}

.category__list-text {
  margin-top: 0.5rem;
  font-size: 1rem;
}
@media screen and (max-width: 840px) {
  .category__list-text {
    font-size: clamp(0.821rem, 4.1vw, 1rem);
  }
}

/* partner */
.partner__caption {
  font-size: 1.25rem;
  text-align: center;
  margin-top: 2rem;
}

.partner__list {
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 4rem;
  justify-content: center;
  padding: 2rem;
  background: #fff;
  border-radius: 0.5rem;
  margin: 2rem 1rem;
}
@media screen and (max-width: 840px) {
  .partner__list {
    flex-direction: column;
    margin-right: 0;
    margin-left: 0;
  }
}

.partner__text p {
  font-size: 1rem;
  line-height: 1.8;
  text-align: center;
}

/* message */
.article-section.message {
  overflow: hidden;
  padding: 4rem 0;
}
@media screen and (max-width: 840px) {
  .article-section.message {
    padding: 2rem 0;
  }
}

.message__media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.message__media img,
.message__media video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 1;
}

.message__content {
  position: relative;
  z-index: 10;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  padding: 4rem;
  max-width: 800px;
  margin: 0 auto;
  border-radius: 0.5rem;
}
@media screen and (max-width: 840px) {
  .message__content {
    padding: 1rem;
    margin-right: 1rem;
    margin-left: 1rem;
  }
}

.message__title {
  text-align: center;
}
.message__title span {
  display: block;
}

.message__title-row001 {
  font-size: 2rem;
  font-size: min(8.2vw, 2rem);
}

.message__title-row002 {
  font-size: 1.125rem;
  font-size: min(4.6153846154vw, 1.125rem);
  margin-top: 0.5em;
}

.message__text {
  margin-top: 1rem;
}
.message__text p {
  line-height: 1.8;
}
.message__text p + p {
  margin-top: 0.5em;
}

/* outro */
.outro .cta001 {
  margin-top: 0;
  margin-bottom: 0;
}

/* footer */
.footer {
  background: #f3f3f3;
  padding: 2rem;
}
.footer .footer__copyright {
  text-align: center;
}

/* animation */
.effect {
  opacity: 0;
  transition: opacity 1.2s 0.5s;
}

.effect.on {
  opacity: 1;
}