#voice .btn, #service .btn, #about .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  line-height: 1.3;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  /*
  &:hover {
    background: #0b60ca;
    color: #f9f159;
  } */
}
#voice .btn:hover, #service .btn:hover, #about .btn:hover {
  opacity: 0.6;
}
#voice .btn a, #service .btn a, #about .btn a {
  width: 245px;
  height: 60px;
  border: 1px solid #f46d73;
  color: #f46d73;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: center right 30px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-right: 20px;
  font-size: 18px;
  letter-spacing: 0.05em;
  border-radius: 7px;
}
#voice .btn a:hover, #service .btn a:hover, #about .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 767px) {
  #voice .btn a, #service .btn a, #about .btn a {
    width: 230px;
    height: 55px;
    font-size: 14px;
    background-position: center right 15px;
    padding-right: 10px;
  }
}

#voice h2 {
  font-size: 30px;
  color: #776755;
  letter-spacing: 0.1em;
  line-height: 2;
  font-weight: bold;
}
#voice h2 small {
  margin-bottom: 10px;
  display: block;
}
@media (max-width: 1199px) {
  #voice h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  #voice h2 {
    font-size: 22px;
  }
}

#voice h2 {
  margin-bottom: 50px;
  text-align: center;
}

#selecter .map .HTMLBlock {
  height: 100%;
}

/* ----------------------------------------------
mainimg
------------------------------------------------- */
#mainimg {
  position: relative;
}
#mainimg::after {
  --band: 150px;
  --blur: 160px;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -75px;
  height: var(--band);
  z-index: 1;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.9529411765);
  mask-image: linear-gradient(to bottom, transparent 0, #fff 50%, rgba(255, 255, 255, 0.6588235294) 40%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0, #fff 50%, rgba(255, 255, 255, 0.6588235294) 60%, transparent 100%);
}
#mainimg #mainslider img {
  height: 100vh;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
#mainimg #mainslider > img:not(:first-child) {
  display: none;
}
#mainimg .catch {
  z-index: 3;
  writing-mode: vertical-rl;
  position: absolute;
  left: 31%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 44px;
  letter-spacing: 0.1em;
  height: 100%;
  display: flex;
  justify-content: center;
  text-wrap: nowrap;
  text-shadow: 0em 0em 0.6em rgba(255, 252, 252, 0.85), 0em 0em 0.4em rgb(255, 252, 252), 0.3em 0.3em 0.3em rgba(255, 255, 255, 0.9), -0.3em -0.3em 0.3em rgba(255, 255, 255, 0.9), 0.3em -0.3em 0.3em rgba(255, 255, 255, 0.9), -0.3em 0.3em 0.3em rgba(255, 255, 255, 0.9);
}
#mainimg .catch p {
  margin: 0;
  flex-direction: column;
  align-items: center;
  writing-mode: vertical-rl;
}
#mainimg .catch .char {
  display: inline-block;
  writing-mode: vertical-rl;
  opacity: 0;
  filter: blur(18px);
  transform: translateY(0.35em);
  animation: catchIn 1.8s cubic-bezier(0.18, 0.85, 0.25, 1) forwards;
  animation-delay: calc(var(--i) * 0.15s);
  will-change: opacity, transform, filter;
}
#mainimg .catch .space {
  display: inline-block;
  width: 1em;
}
@keyframes catchIn {
  0% {
    opacity: 0;
    filter: blur(22px);
    transform: translateY(0.4em);
  }
  65% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  #mainimg .catch .char {
    animation: none;
    opacity: 1;
    filter: none;
    transform: none;
  }
}
@media (max-width: 1199px) {
  #mainimg #mainslider img {
    height: auto;
  }
  #mainimg .catch {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  #mainimg #mainslider img {
    height: 360px;
  }
  #mainimg .catch {
    padding-top: 20px;
    font-size: 19px;
    left: 29%;
  }
}

/* ----------------------------------------------
concept
------------------------------------------------- */
#concept {
  padding-top: 110px;
  padding-bottom: 100px;
  position: relative;
  z-index: 3;
}
#concept::before {
  content: "";
  aspect-ratio: 406/611;
  width: 25%;
  max-width: 400px;
  position: absolute;
  left: 4.5%;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/concept-shape1.webp);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
#concept::after {
  content: "";
  aspect-ratio: 410/582;
  width: 25%;
  max-width: 400px;
  position: absolute;
  right: 3.5%;
  top: 55%;
  transform: translateY(-50%);
  background-image: url(../images/concept-shape2.webp);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
#concept .title {
  font-size: 80px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.3em;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.4;
  margin-bottom: 50px;
  z-index: 2;
  position: relative;
}
#concept .title small {
  font-size: 52px;
  letter-spacing: 0.1em;
  margin-left: -0.2em;
}
#concept .text {
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 2.6111111111;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 1199px) {
  #concept .title {
    font-size: 52px;
  }
  #concept .title small {
    font-size: 33px;
  }
}
@media (max-width: 767px) {
  #concept {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  #concept::before {
    top: 20%;
  }
  #concept::after {
    top: 23%;
  }
  #concept .title {
    font-size: 26px;
    margin-bottom: 30px;
  }
  #concept .title small {
    font-size: 18px;
  }
  #concept .text {
    font-size: 14px;
  }
}

/* ----------------------------------------------
about
------------------------------------------------- */
#about {
  position: relative;
  padding-top: 50px;
}
#about::before {
  content: "";
  aspect-ratio: 350/611;
  width: 42%;
  position: absolute;
  left: 0;
  top: 55%;
  transform: translateY(-50%);
  background-image: url(../images/about-shape1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  z-index: -1;
  max-width: 680px;
}
#about::after {
  content: "";
  aspect-ratio: 535/611;
  width: 46%;
  position: absolute;
  right: 0;
  top: 47%;
  transform: translateY(-50%);
  background-image: url(../images/about-shape2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  z-index: -1;
  max-width: 740px;
}
#about .contents {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 30px;
  z-index: 2;
  position: relative;
}
#about h2 {
  writing-mode: vertical-rl;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 44px;
  letter-spacing: 0.1em;
  width: fit-content;
  text-wrap: nowrap;
}
#about .block {
  width: 37%;
}
#about .image {
  margin-bottom: 25px;
}
#about .image img {
  aspect-ratio: 1/1;
  border-radius: 500px;
}
#about .title {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 32px;
  letter-spacing: 0.1em;
  width: 100%;
  text-align: center;
}
#about .text {
  position: relative;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 2.6111111111;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  z-index: 3;
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  #about::before {
    top: 42%;
  }
  #about::after {
    top: 41%;
  }
  #about h2 {
    font-size: 35px;
  }
  #about .title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  #about::before {
    top: 36%;
  }
  #about::after {
    top: 35%;
  }
  #about .contents {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto auto;
    align-items: unset;
  }
  #about h2 {
    display: flex;
    font-size: 18px;
    grid-column: 1/3;
    grid-row: 1/2;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  #about .block {
    width: 96%;
  }
  #about .block:nth-of-type(1) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  #about .block:nth-last-child(1) {
    grid-column: 2/3;
    grid-row: 2/3;
    margin-left: auto;
  }
  #about .title {
    font-size: 16px;
  }
  #about .text {
    font-size: 13px;
  }
}

/* ----------------------------------------------
service
------------------------------------------------- */
#service {
  padding-top: 100px;
  margin-bottom: 80px;
  position: relative;
}
#service::before {
  content: "";
  aspect-ratio: 270/611;
  width: 18%;
  position: absolute;
  left: 0;
  top: 52%;
  transform: translateY(-50%);
  background-image: url(../images/service-shape1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  z-index: 1;
  max-width: 290px;
}
#service::after {
  content: "";
  aspect-ratio: 430/311;
  width: 26%;
  position: absolute;
  right: 0;
  top: 7%;
  transform: translateY(-50%);
  background-image: url(../images/service-shape2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  z-index: 1;
  max-width: 310px;
}
#service .inner::after {
  content: "";
  aspect-ratio: 225/311;
  width: 12%;
  position: absolute;
  right: 0;
  bottom: 5%;
  transform: translateY(-50%);
  background-image: url(../images/service-shape3.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  z-index: 1;
  max-width: 190px;
}
#service .contents {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1350px;
  display: flex;
  justify-content: space-between;
  z-index: 3;
  position: relative;
}
#service .block {
  width: 48.5%;
}
#service .image {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
#service .image img {
  aspect-ratio: 1/1;
  border-radius: 500px;
}
#service .title {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 32px;
  letter-spacing: 0.1em;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
#service .text {
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 17px;
  letter-spacing: 0.05em;
  line-height: 2.5;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  z-index: 2;
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  #service .image {
    width: 80%;
  }
  #service .title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  #service {
    padding-top: 70px;
    margin-bottom: 70px;
  }
  #service::before {
    top: 60%;
  }
  #service .contents {
    display: block;
  }
  #service .block {
    width: 100%;
  }
  #service .block:nth-child(n+2) {
    margin-top: 50px;
  }
  #service .image {
    max-width: 230px;
  }
  #service .title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  #service .text {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

/* ----------------------------------------------
voice
------------------------------------------------- */
#voice {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #f2f1ef;
  font-family: "Noto Serif JP", serif;
}
#voice .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1270px;
}
#voice .calloutset {
  display: flex;
  margin-bottom: 60px;
  justify-content: space-between;
  flex-wrap: wrap;
}
#voice h2 {
  color: #000;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 32px;
  letter-spacing: 0.1em;
  width: 100%;
  text-align: center;
  font-size: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 45px;
  margin-bottom: 60px;
}
#voice h2::before {
  content: "";
  width: 0.7em;
  aspect-ratio: 28/68;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/voice-shape1.png);
  display: block;
  margin-top: 0.2em;
}
#voice h2::after {
  content: "";
  width: 0.7em;
  aspect-ratio: 28/68;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/voice-shape2.png);
  display: block;
  margin-top: 0.2em;
}
#voice .contents {
  display: flex;
  margin-bottom: 60px;
  justify-content: space-between;
  flex-wrap: wrap;
}
#voice article {
  width: 31%;
  border: #f46d73 2px solid;
  border-top: unset !important;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.9444444444;
  border-radius: 0 0 30px 30px;
}
#voice article:nth-child(n+4) {
  display: none;
}
#voice article .txt-box {
  width: 100%;
  height: 100%;
  padding: 25px;
  display: flex;
  flex-direction: column;
}
#voice article .title {
  margin-bottom: 7px;
  font-weight: 700;
}
#voice article .name {
  margin-top: auto;
  padding-top: 7px;
}
#voice article .name::before {
  content: "(";
}
#voice article .name::after {
  content: ")";
}
#voice .btn {
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
#voice .btn::before {
  content: "";
  background-image: url(../images/btn-bg.jpg);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 7px;
  z-index: 0;
}
#voice .btn a {
  background-image: url(../images/arrow2.png);
  color: #fff;
  border: unset;
  background-color: unset;
  z-index: 2;
}
@media (max-width: 1199px) {
  #voice h2 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #voice h2 {
    font-size: 21px;
    gap: 25px;
    margin-bottom: 35px;
  }
  #voice .contents {
    gap: 40px 2%;
    justify-content: space-around;
  }
  #voice .calloutset {
    gap: 40px 2%;
    justify-content: space-around;
  }
  #voice article {
    border: #f46d73 1px solid;
    width: 100%;
    border-radius: 0 0 20px 20px;
    font-size: 14px;
  }
  #voice article .txt-box {
    padding: 15px;
  }
}

/*# sourceMappingURL=index.css.map */