@charset "utf-8";

/* ---------------------------------------------------------------------------------------------

　   MV

--------------------------------------------------------------------------------------------- */
#main {
  margin-top: -9rem;
}
#mv {
  /* height: calc(100vh - 3rem);
  height: calc(100svh - 3rem); */
  height: 84rem;
  background: url(../img/mv.jpg) no-repeat center top / cover;
  position: relative;
  border-radius: 0 0 3rem 3rem;
  overflow: hidden;
}

.mv_logo_img {
  position: absolute;
  z-index: 2;
  width: 30rem;
  height: 18.1rem;
  top: 11rem;
  left: 50%;
  transform: translateX(-50%);
}


.mv_copy {
  position: absolute;
  left: 0;
  bottom: 16rem;
  z-index: 2;
  width: 100%;
  text-align: center;
  font-weight: 500;
  color: var(--color2);
  font-size: 2rem;
}
.mv_copy .marker {
  background: rgba(255,255,255,.8);
  border-radius: .4rem;
  display: inline-block;
  padding: 0 .6rem;
  margin: .5rem 0;
}
.mv_copy .small {
  font-size: 1.6rem;
}
.mv_list {
  display: flex;
  justify-content: center;
  gap: 1rem;
  position: absolute;
  bottom: 3rem;
  left: 0;
  width: 100%;
}
.mv_list li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 2px solid var(--color2);
  background: rgba(255,255,255,.7);
  width: 11rem;
  height: 11rem;
  border-radius: 50%;
  color: var(--color2);
}
.mv_list .icon {
  width: 3.6rem;
  margin-bottom: .5rem;
}
.mv_list .text {
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
}

@media print, screen and ( min-width : 768px ) {
  #mv {
    border-radius: 2rem 2rem 3rem 3rem;
  }
}

/* ---------------------------------------------------------------------------------------------

　   Introduction

--------------------------------------------------------------------------------------------- */

.intro-text {
  line-height: 2.4em;
  text-align: center;
}
@media only screen and ( max-width : 767px ) {
}
@media print, screen and ( min-width : 768px ) {
}

/* ---------------------------------------------------------------------------------------------

　   Worries

--------------------------------------------------------------------------------------------- */
#worries {
  background: url(../img/arrow_bg.png) no-repeat left bottom / 100%,url(../img/worries_bg.jpg) no-repeat center bottom / 100% #F1F4F3;
  border-radius: 3rem 3rem 0 0;
  overflow: hidden;
  padding-bottom: 20rem;
}

@media only screen and ( max-width : 767px ) {
}
@media print, screen and ( min-width : 768px ) {
}

/* ---------------------------------------------------------------------------------------------

　   ABOUT

--------------------------------------------------------------------------------------------- */
.charm {
  margin-top: 5rem;
}
@media only screen and ( max-width : 767px ) {
}
@media print, screen and ( min-width : 768px ) {
}


/* ---------------------------------------------------------------------------------------------

　   FAQ

--------------------------------------------------------------------------------------------- */
#about {
  background: url(../img/bg_gra.jpg) no-repeat center bottom / 100%;
  border-radius: 0 0 3rem 3rem;
}
.accordion {
  margin-bottom: 3rem;
}
@media only screen and ( max-width : 767px ) {
}
@media print, screen and ( min-width : 768px ) {
}


/* ---------------------------------------------------------------------------------------------

　   Gallery

--------------------------------------------------------------------------------------------- */
#gallery {
  /* padding-top: 8rem; */
  background: url(../img/bg_gra.jpg) no-repeat center bottom / 100%;
  border-radius: 0 0 3rem 3rem;
}
@media only screen and ( max-width : 767px ) {
}
@media print, screen and ( min-width : 768px ) {
}


/* ---------------------------------------------------------------------------------------------

　   Voice

--------------------------------------------------------------------------------------------- */
#voice {
  padding-top: 8rem;
}
@media only screen and ( max-width : 767px ) {
}
@media print, screen and ( min-width : 768px ) {
}


/* ---------------------------------------------------------------------------------------------

　   Flow

--------------------------------------------------------------------------------------------- */
#flow {
  padding-top: 8rem;
  background: url(../img/bg_gra.jpg) no-repeat center bottom / 100%;
}
@media only screen and ( max-width : 767px ) {
}
@media print, screen and ( min-width : 768px ) {
}


/* ---------------------------------------------------------------------------------------------

　   BLOG

--------------------------------------------------------------------------------------------- */
#blog {
  padding-top: 6rem;
  background: url(../img/bg_gra.jpg) no-repeat center top / 100% #ffd6e8;
  border-radius: 0 0 3rem 3rem;
}
.blog_list {
  margin-bottom: 3rem;
}
.blog_list li {
  margin-bottom: 2.5rem;
}
.blog_list li:last-child {
  margin-bottom: 0;
}
.blog_list .blog_item {
  display: flex;
  align-items: flex-start;
}
.blog_list .blog_item_img {
  width: 11.4rem;
  height: 11.4rem;
  margin-right: 1.5rem;
  background: #fff;
  border-radius: .5rem;
}
.blog_list .blog_item_img .fit {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: .5rem;
  background: #fff;
}
.blog_list .blog_item_text {
  width: calc(100% - 12.9rem);
}
.blog_list .blog_item_date {
  color: #808080;
  font-size: 1.2rem;
}
.blog_list .blog_item_title {
  font-size: 1.6rem;
  font-weight: 700;
  margin: .5rem 0;
}
.blog_list .blog_item_excerpt {
  font-size: 1.3rem;
}

@media only screen and ( max-width : 767px ) {
}
@media print, screen and ( min-width : 768px ) {
}


/* ---------------------------------------------------------------------------------------------

　   XXXX

--------------------------------------------------------------------------------------------- */

@media only screen and ( max-width : 767px ) {
}
@media print, screen and ( min-width : 768px ) {
}
