@charset "UTF-8";

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
body{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
  line-height: 1.8;
  color: #2d2d2d;
  position: relative;
}

@media (min-width: 650px) {
  body{
	  font-size: 24px;
  }
}

img{
  width: 100%;
  height: auto;
}
a:hover, a:focus {
	text-decoration: none;
}

/* heading */
h2, h3 {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.8;
  padding: 0;
  margin: 0;
}

/* layout */
.container {
	--bs-gutter-x: 50px;
}

@media (min-width: 650px) {
  .container {
    --bs-gutter-x: 100px;
  }
}

section > div{
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
header .logo{
  width: 50vw;
  max-width: 300px;
  margin: 10px auto 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer .copyright {
  background-color: #005eac;
  color: #fff;
	font-size: .85em;
	font-style: normal;
	text-align: center;
	padding: 10px 0;
}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
.main-image {
  position: relative;
}
.main-image__bg {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 14;
  overflow: hidden;
}
.main-image__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.main-image__inner {
  position: absolute;
  top: 10vh;
  left: 0;
  width: 100%;
  color: #fff;
}
.main-image__content {
  text-align: center;
}
.main-image__catch {
  margin-bottom: 0;
  font-size: 1.15em;
  text-shadow: 0 1px 5px rgba(0, 0, 0, .5);
}
.main-image__ttl {
  margin-bottom: 5px;
  font-size: 3.35em;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
.main-image__desc {
  color: #45453c;
  line-height: 1.4;
}

@media (min-width: 650px) {
  .main-image__inner {
    top: 15vh;
  }
  .main-image__ttl {
    margin-bottom: 15px;
  }
}

.whats{
  position: relative;
}
.whats h2{
  text-align: center;
  font-size: 1.8em;
  font-weight: 700;
  margin-top: 50px;
  margin-bottom: 140px;
}
.whats__text{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70vw;
  max-width: 360px;
  aspect-ratio: 1 / 1;
  background-color: #da675b;
  color: #fff;
  line-height: 2.1;
  text-align: center;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

@media (min-width: 650px) {
  .whats h2{
    margin-top: 65px;
    margin-bottom: 280px;
  }
  .whats__text{
    top: 120px;
  }
}

.gallery {
  background-color: #f2eee7;
}
.thought {
  background-color: #0097b2;
  padding: 50px 20px;
}
.thought__ttl {
  margin-bottom: 40px;
  color: #fffe3e;
  font-size: 1.8em;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.thought__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.thought__item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 20px 10px;
  border-top: 1px solid #fffe3e;
}
.thought__icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 5px;
}
.thought__text {
  margin-bottom: 0;
  line-height: 1.4;
  color: #fffe3e;
}

@media (min-width: 650px) {
  .thought {
    padding: 80px 0 40px;
  }
  .thought__ttl {
    padding: 0 40px;
  }
  .thought__item {
    padding: 40px;
    gap: 20px;
    white-space: nowrap;
  }
  .thought__icon {
    width: 30px;
    height: 30px;
  }
}

.ownlife {
  background-color: #f2eee7;
  padding: 50px 20px;
  text-align: center;
  color: #45453c;
}
.ownlife__ttl {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  gap: 5px;
  margin-bottom: 40px;
}
.ownlife__ttl span {
  background-color: #fffe3e;
  font-size: 1.3em;
  padding: 2px;
  margin-bottom: 5px;
  display: inline-block;
  white-space: nowrap;
  font-weight: 700;
}
.ownlife__lead {
  margin-bottom: 40px;
  line-height: 2.1;
  white-space: nowrap;
}
.ownlife__accent {
  margin-bottom: 40px;
  color: #2d2d2d;
  font-size: 1.15em;
  font-weight: 700;
}
.ownlife__body {
  margin-bottom: 40px;
}
.ownlife__closing {
  margin: 0;
  color: #2d2d2d;
  font-size: 1.15em;
  font-weight: 700;
}

@media (min-width: 650px) {
  .ownlife {
    padding: 80px 40px;
    letter-spacing: 0.05em;
  }
  .ownlife__ttl span {
    font-size: 1.8em;
  }
  .ownlife__accent,
  .ownlife__closing {
    font-size: 1.3em;
  }
  .ownlife__ttl,
  .ownlife__lead,
  .ownlife__accent,
  .ownlife__body {
    margin-bottom: 80px;
  }
}

.concept {
  position: relative;
}
.concept__bg {
  position: relative;
  width: 100%;
  aspect-ratio: 130 / 87;
  overflow: hidden;
}
.concept__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.concept__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.concept__ttl {
  margin-bottom: 0;
  padding: 40px 0 25px;
  text-align: center;
  font-size: 1.8em;
  letter-spacing: 0.05em;
  color: #fff;
}
.concept__box {
  width: 80%;
  max-width: 450px;
  margin: 0 auto;
  background: rgba(255, 255, 255, .5);
  backdrop-filter: blur(2px);
  padding: 15px;
  box-sizing: border-box;
}
.concept__text {
  margin-bottom: 0;
  text-align: center;
  font-size: .85em;
  color: #2d2d2d;
}

@media (min-width: 650px) {
  .concept__ttl {
    padding: 80px 0 50px;
  }
  .concept__box {
    padding: 35px 15px;
  }
  .concept__text {
    font-size: 1em;
  }
}

.concept__detail {
  padding: 50px 0 40px 20px;
}
.concept__detail-ttl {
  margin-bottom: 40px;
  text-align: center;
  font-size: 1.3em;
}
.concept__detail-body {
  display: flex;
  align-items: flex-start;
}
.concept__detail-text {
  flex: 1;
  font-size: .85em;
}
.concept__detail-text p {
  margin-bottom: 25px;
  line-height: 2.1;
  white-space: nowrap;
}
.concept__detail-text p:last-child {
  margin-bottom: 0;
}
.concept__detail-images {
  flex: 0 0 40%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.concept__detail-images img{
  height: auto;
  object-fit: cover;
}
.concept__detail-img1 {
  width: 80%;
  margin-left: auto;
}
.concept__detail-img2 {
  width: 56%;
}
.concept__detail-img3 {
  width: 100%;
}

@media (min-width: 650px) {
  .concept__detail {
    padding: 80px 0 80px 40px;
  }
  .concept__detail-text p {
    margin-bottom: 50px;
  }
  .concept__detail-text {
    font-size: 1em;
  }
  .concept__detail-images{
    gap: 35px;
  }
}

.value {
  background-color: #f2eee7;
  padding: 50px 20px;
}
.value__section-ttl {
  margin-bottom: 40px;
  text-align: center;
  color: #45453c;
  font-size: 1.8em;
  letter-spacing: 0.05em;
}
.value__item-header {
  width: 100%;
  max-width: 570px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
.value__number {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #f5f000;
  font-weight: 700;
}
.value__item-ttl {
  font-size: 1.3em;
  line-height: 1.4;
}
.value__item-image {
  margin-bottom: 40px;
}
.value__item-image img {
  width: 100%;
  height: auto;
  display: block;
}
.value__item-body{
  width: 100%;
  max-width: 570px;
  margin: 0 auto 40px;
  background-color: #fff;
  padding: 25px 20px;
}
.value__item-body p,
.value__item-body ul {
  width: 100%;
  margin: 0 0 25px;
}
.value__item-body p:last-child {
  margin-bottom: 0;
}
.value__slides{
  margin-bottom: 40px;
}
.swiper-button-next, .swiper-button-prev{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  opacity: .8;
}
.swiper-button-next::after, .swiper-button-prev::after{
  font-size: 1em;
  color: #2d2d2d;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev,
.swiper-button-prev, .swiper-rtl .swiper-button-next{
  top: 50%;
}
.swiper-pagination-bullet-active{
  background: #fff;
}

@media (min-width: 650px) {
  .value {
    padding: 80px 0;
  }
  .value__item-header{
    gap: 50px;
  }
  .value__number {
    width: 100px;
    height: 100px;
    font-size: 1.15em;
  }
  .value__item-image {
    margin-bottom: 80px;
  }
  .value__item-body{
    padding: 50px 40px;
    margin-bottom: 80px;
  }
  .value__slides{
    margin-bottom: 80px;
  }
  .swiper-button-next, .swiper-button-prev{
    font-size: 1.15em;
    width: 80px;
    height: 80px;
  }
  .swiper-button-next{
    right: 35px;
  }
  .swiper-button-prev{
    left: 35px;
  }
}

.style {
  padding: 50px 20px 0;
}
.style__intro {
  margin: 0 -20px;
  text-align: center;
}
.style__section-ttl {
  margin-bottom: 40px;
  color: #45453c;
  font-size: 1.8em;
  letter-spacing: 0.05em;
}
.style__lead {
  margin-bottom: 40px;
}
.style__sub {
  margin-bottom: 0;
}
.style__item {
  padding: 40px 0;
  border-bottom: 1px solid #2d2d2d;
}
.style__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.style__item-ttl {
  margin-bottom: 40px;
  font-size: 1.8em;
  letter-spacing: 0.05em;
  text-align: center;
}
.style__item-images {
  display: grid;
  grid-template-columns: 1fr;
}
.style__item-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.style__item-text{
  margin-bottom: 40px;
  text-align: center;
}

@media (min-width: 650px) {
  .style {
    padding: 80px 0 0;
  }
  .style__item {
    padding: 80px 0;
  }
  .style__item-ttl,
  .style__item-text {
    margin-bottom: 40px;
  }
}

.voc {
  background-color: #f2eee7;
  padding: 50px 20px;
}
.voc__ttl {
  margin-bottom: 40px;
  text-align: center;
  font-size: 1.8em;
  letter-spacing: 0.05em;
  color: #45453c;
}
.voc__item {
  margin-bottom: 40px;
}
.voc__item:last-child {
  margin-bottom: 0;
}
.voc__bg {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.voc__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.voc__overlay {
  display: flex;
  justify-content: center;
  position: absolute;
  background: rgba(255, 255, 255, .5);
  backdrop-filter: blur(2px);
  padding: 25px 20px;
  box-sizing: border-box;
}
.voc__overlay.voc-1 {
  width: 55%;
  max-width: 240px;
  bottom: 25px;
  right: 20px;
}
.voc__overlay.voc-2 {
  width: 65%;
  max-width: 338px;
}
.voc__overlay.voc-2,
.voc__overlay.voc-3 {
  top: 25px;
  right: 20px;
}
.voc__overlay.voc-3 {
  width: 55%;
  max-width: 288px;
}
.voc__overlay.voc-4 {
  width: 35%;
  max-width: 190px;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}
.voc__quote {
  margin: 0 0 15px;
  padding: 0;
  font-weight: 500;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.voc__caption {
  margin-top: 15px;
  text-align: right;
}
.voc__caption{
  font-size: .85em;
}

@media (min-width: 650px) {
  .voc__overlay.voc-1 {
    bottom: 50px;
    right: 50px;
  }
  .voc__overlay.voc-2,
  .voc__overlay.voc-3 {
    top: 50px;
    right: 50px;
  }
  .voc__overlay.voc-4 {
    top: 50px;
  }
  .voc__quote {
    font-size: 1.15em;
  }
  .voc__caption{
    font-size: 1em;
  }
}

.message {
  background-color: #0097b2;
  padding: 50px 20px 40px;
}
.message__ttl{
  margin-bottom: 40px;
  text-align: center;
  color: #fff;
  font-size: 1.8em;
}
.message__arch {
  width: 100%;
  max-width: 570px;
  background-color: #fff;
  border-radius: 50% 50% 0 0 / 12.5% 12.5% 0 0;
  padding: 40px 10px;
  text-align: center;
  font-size: .85em;
  margin: 0 auto 20px;
}
.message__catch {
  margin: 40px 0;
  font-weight: 900;
  color: #45453c;
}
.message__body {
  margin-bottom: 40px;
}
.message__emphasis {
  margin-bottom: 25px;
  font-weight: 700;
}
.message__emphasis:last-child {
  margin-bottom: 0;
}
.message__photo img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.message__credit {
  margin: 0;
  padding: 20px 0;
  text-align: center;
  color: #fff;
}
.message__btn {
  width: 100%;
  max-width: 550px;
  margin: 40px auto;
  background:linear-gradient(#ebe8e8, #fff);
  border-radius: 99px;
}
.message__btn a {
  display: flex;
  color: #da675b;
  font-size: 1.3em;
  line-height: 1;
  padding: 20px;
  font-weight: 700;
  text-decoration: none;
  justify-content: center;
  align-items: center;
}
.message__btn img {
  width: 25px;
  height: 25px;
  margin: 5px 0 0 5px;
}

@media (min-width: 650px) {
  .message {
      padding: 80px 0 40px;
  }
  .message__arch {
    border-radius: 50% 50% 0 0 / 15% 15% 0 0;
    font-size: 1em;
    padding: 50px 40px 40px;
    margin-bottom: 40px;
  }
  .message__btn a {
    font-size: 1.8em;
    padding: 35px 20px;
  }
  .message__btn img {
    width: 50px;
    height: 50px;
  }
}

.company {
  width: 100%;
  max-width: 570px;
  padding: 50px 20px 40px;
  margin: 0 auto;
}
.company__ttl {
  margin-bottom: 40px;
  text-align: center;
  font-size: 1.8em;
  letter-spacing: 0.05em;
  color: #45453c;
}
.company__intro,
.company__intro-lead {
  margin-bottom: 40px;
}
.company__intro-body {
  margin-bottom: 0;
}
.company__table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
}
.company__row {
  border-bottom: 1px solid #2d2d2d;
}
.company__label {
  padding: 20px 0;
  vertical-align: top;
  white-space: nowrap;
  width: 6em;
}
.company__data {
  padding: 20px 0;
  vertical-align: top;
}
.company__sns {
  width: 20%;
  max-width: 100px;
  margin: 0 auto 40px;;
}
.company__logo {
  width: 60%;
  max-width: 300px;
  margin: 0 auto;
}

@media (min-width: 650px) {
  .company {
      padding: 80px 0;
  }
  .company__ttl,
  .company__intro,
  .company__intro-lead,
  .company__table {
    margin-bottom: 80px;
  }
  .company__sns {
    margin-bottom: 80px;
  }
}