@charset "UTF-8";
/*----------------------------------
  レスポンシブ制御関係
------------------------------------*/
body {
  min-width: 1200px;
}

@media (max-width: 1200px) {
  body {
    overflow-x: scroll;
  }
}

@media (max-width: 768px) {
  body {
    overflow-x: hidden;
    min-width: 0px;
  }
}

/*----------------------------------
  カラー
------------------------------------*/
/*----------------------------------
  topMV
------------------------------------*/
.topMV {
  padding-top: 150px;
}

.topMV_container {
  position: relative;
}

.topMV_container::after {
  position: absolute;
  bottom: 0;
  left: calc(50% - 250px);
  content: "";
  background-image: url(../../../img/fig_whitearch.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 500px;
  height: 85px;
}

.topMV_maincopy {
  position: absolute;
  top: 150px;
  right: 100px;
  width: 130px;
}

@media (max-width: 768px) {
  .topMV {
    padding-top: 70px;
  }
  .topMV_container::after {
    position: absolute;
    bottom: -45px;
    left: calc(50% - 125px);
    content: "";
    background-image: url(../../../img/fig_whitearch.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 250px;
    height: 85px;
  }
  .topMV_maincopy {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 90px;
  }
}

/*----------------------------------
  トップページ/slick
------------------------------------*/
.slick-slide {
  height: 100%;
  max-height: calc(1400 / 1400 * 100vw);
}

.slick-slide img {
  width: 100%;
}

@media (max-width: 1120px) {
  .slick-slide {
    height: 100%;
    max-height: none;
  }
}

@media (max-width: 767px) {
  .slick-slide {
    position: relative;
    height: 300px;
    max-height: 100%;
  }
}

@media (max-width: 767px) {
  .slick-slide img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 95% 0;
       object-position: 95% 0;
  }
}

@media (max-width: 767px) {
  .slick-slide:first-child img {
    position: absolute;
    top: 0;
    left: 55%;
    transform: translate(-55%, 0);
  }
}

@media (max-width: 767px) {
  .slick-slide:nth-child(2) img {
    position: absolute;
    top: 0;
    left: 65%;
    transform: translate(-65%, 0);
  }
}

@media (max-width: 767px) {
  .slick-slide:nth-child(3) img {
    position: absolute;
    top: 0;
    left: 25%;
    transform: translate(-25%, 0);
  }
}

@-webkit-keyframes fadeZoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

@keyframes fadeZoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

.slide-animation {
  -webkit-animation: fadeZoom 30s 0s forwards;
          animation: fadeZoom 30s 0s forwards;
}



.Mv{
  opacity: 0;
  transition: opacity .3s linear;
}
.slick-initialized{
  opacity: 1;
}




/*----------------------------------
  concept
------------------------------------*/
.concept {
  width: 100%;
  margin-top: 80px;
  text-align: center;
  position: relative;
}

.concept::before {
  position: absolute;
  bottom: -12px;
  left: 10%;
  content: "";
  background-image: url(../../../img/illust_concept01.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 114px;
  height: 207px;
}

.concept::after {
  position: absolute;
  bottom: -32px;
  right: 10%;
  content: "";
  background-image: url(../../../img/illust_concept02.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 132px;
  height: 223px;
}

.concept h2 {
  position: relative;
  font-size: 30px;
  line-height: calc(27 / 16);
  letter-spacing: 9px;
  font-weight: bold;
  margin-bottom: 18px;
}

.concept h2::after {
  position: absolute;
  bottom: -12px;
  left: calc(50% - 15px);
  content: "";
  width: 30px;
  height: 2px;
  background-color: #333;
}

.concept .leadtext {
  margin-top: 50px;
  font-size: 17px;
  line-height: 2.5;
  letter-spacing: 2px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .concept {
    width: 100%;
    margin-top: 60px;
    text-align: center;
    position: relative;
  }
  .concept::before {
    background-image: none;
  }
  .concept::after {
    background-image: none;
  }
  .concept h2 {
    position: relative;
    width: 90%;
    margin: 0 auto;
    font-size: 22px;
    line-height: calc(27 / 16);
    letter-spacing: 6px;
    font-weight: bold;
    margin-bottom: 18px;
  }
  .concept h2::after {
    position: absolute;
    bottom: -12px;
    content: "";
    width: 30px;
    height: 2px;
    background-color: #333;
  }
  .concept .leadtext {
    width: 90%;
    margin: 0 auto;
    text-align: justify;
    margin-top: 40px;
    font-size: 15px;
    line-height: 2.5;
    letter-spacing: 2px;
    font-weight: bold;
  }
}








/*----------------------------------
  hoikuenlink
------------------------------------*/

.hoikuenlink {
  position: relative;
  width: 100%;
  margin-top: 80px;
  padding-bottom: 70px;
}

.hoikuenlink_inner {
  width: 700px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.hoikuenlink_item{
  width: 300px;
}

.hoikuenlink_item p{
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 30px;
  text-align: center;
  color: #4c4948;
  margin-top: 10px;
}

.hoikuenlink_item h3{
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.08em;
  line-height: 30px;
  text-align: center;
  color: #4c4948;
}

.hoikuenlink_btncontainer{
  display: flex;
  justify-content: space-between;
}

.hoikuenlink_btn {
  display: block;
  text-align: center;
  background-color: #F398C2;
  width: 145px;
  margin: 16px auto 0;
  padding: 10px 0;
  border-radius: 100px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.hoikuenlink_btn p {
  color: #fff;
  line-height: 1;
  margin-top: 0;
  font-size: 14px;
}



@media (max-width: 768px) {
  .hoikuenlink {
    position: relative;
    width: 100%;
    margin-top: 20px;
    padding-bottom: 20px;
  }  
  .hoikuenlink_inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    flex-direction: column;
  }
  .ebisulink_item{
    margin-top: 40px;
  }
}





/*----------------------------------
  pagelink
------------------------------------*/
.pagelink {
  position: relative;
  width: 100%;
  margin-top: 80px;
  padding-top: 80px;
  padding-bottom: 70px;
  background-color: rgba(229, 150, 194, 0.15);
}

.pagelink .pagelink_flexcontainer {
  width: 1000px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.pagelink .pagelink_item {
  width: 315px;
  padding-bottom: 32px;
  background-color: #fff;
  border-radius: 37px;
  text-align: center;
}

.pagelink h3 {
  font-size: 22px;
  line-height: calc(27 / 16);
  letter-spacing: 2px;
  font-weight: bold;
  margin-top: 36px;
}

.pagelink p {
  margin-top: 18px;
  font-size: 17px;
  line-height: calc(27 / 16);
  letter-spacing: 1.7px;
}

.pagelink .pagelink_btn {
  display: block;
  text-align: center;
  background-color: #F398C2;
  width: 175px;
  margin: 16px auto 0;
  padding: 12px 0;
  border-radius: 100px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.pagelink .pagelink_btn p {
  color: #fff;
  line-height: 1;
  margin-top: 0;
}

@media (max-width: 768px) {
  .pagelink {
    position: relative;
    width: 100%;
    padding-top: 60px;
  }
  .pagelink .pagelink_flexcontainer {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
  }
  .pagelink .pagelink_item {
    width: 305px;
    margin: 40px auto 0;
  }
  .pagelink h3 {
    font-size: 22px;
    line-height: calc(27 / 16);
    letter-spacing: 2px;
    font-weight: bold;
    margin-top: 24px;
  }
  .pagelink p {
    margin-top: 16px;
    font-size: 15px;
    line-height: calc(27 / 16);
    letter-spacing: 1.7px;
  }
  .pagelink .pagelink_btn {
    display: block;
    text-align: center;
    background-color: #F398C2;
    width: 175px;
    margin: 16px auto 0;
    padding: 12px 0;
    border-radius: 100px;
  }
  .pagelink .pagelink_btn p {
    color: #fff;
    line-height: 1;
    margin-top: 0;
  }
}

/*----------------------------------
  news
------------------------------------*/
.news {
  width: 100%;
  background-color: rgba(229, 150, 194, 0.15);
}

.news_inner {
  width: 1200px;
  margin: 0 auto;
  padding: 80px 100px;
  background-color: #fff;
  text-align: center;
  position: relative;
}

.news_inner::before {
  position: absolute;
  top: 20px;
  left: 20px;
  content: "";
  width: 17px;
  height: 17px;
  background-color: #FABF13;
  border-radius: 50%;
}

.news_inner::after {
  position: absolute;
  top: 20px;
  right: 20px;
  content: "";
  width: 17px;
  height: 17px;
  background-color: #FABF13;
  border-radius: 50%;
}

.news_inner h2 {
  position: relative;
  font-size: 30px;
  line-height: calc(27 / 16);
  letter-spacing: 9px;
  font-weight: bold;
  margin-bottom: 18px;
}

.news_inner h2::after {
  position: absolute;
  bottom: -12px;
  left: calc(50% - 15px);
  content: "";
  width: 30px;
  height: 2px;
  background-color: #333;
}

.news_inner .news_flexcontainer {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.news_inner .news_content {
  display: block;
  width: 305px;
}

.news_inner .news_content_pic {
  width: 100%;
  overflow: hidden;
}

.news_inner .news_content_pic img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 200px;
}

.news_inner .news_content_timecategory {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 34px;
}

.news_inner .news_content_time {
  font-size: 16px;
  letter-spacing: 1.7px;
}

.news_inner .news_content_category {
  display: inline-block;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1.7px;
  margin-left: 24px;
  color: #fff;
}

.news_inner .news_content_category_sanadayama {
  width: 100px;
  background-color: #3EB370;
}

.news_inner .news_content_category_ebisu {
  width: 100px;
  background-color: #FABF13;
}

.news_inner .news_content_category_both {
  width: 145px;
  background-color: #75CCE8;
  letter-spacing: 1.4px;
}

.news_inner .news_content_titlecontainer h3 {
  margin-top: 24px;
  text-align: left;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1.7px;
  font-weight: bold;
  min-height: 56px;
}

.news_inner .news_content_textcontainer {
  margin-top: 20px;
  text-align: left;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1.7px;
  font-weight: normal;
  min-height: 78px;
}

@media (max-width: 768px) {
  .news {
    width: 100%;
    background-color: rgba(229, 150, 194, 0.15);
  }
  .news_inner {
    width: 90%;
    margin: 0 auto;
    padding: 80px 0px;
  }
  .news_inner h2 {
    position: relative;
    font-size: 24px;
    line-height: calc(27 / 16);
    letter-spacing: 6px;
    font-weight: bold;
    margin-bottom: 0;
  }
  .news_inner .news_flexcontainer {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin: 50px auto 0;
  }
  .news_inner .news_content {
    display: block;
    width: 305px;
    margin: 40px auto 0;
  }
  .news_inner .news_content_pic {
    width: 100%;
    overflow: hidden;
  }
  .news_inner .news_content_pic img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 200px;
  }
  .news_inner .news_content_timecategory {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 12px;
  }
  .news_inner .news_content_time {
    font-size: 16px;
    letter-spacing: 1.7px;
  }
  .news_inner .news_content_category {
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 1.7px;
    margin-left: 16px;
    color: #fff;
  }
  .news_inner .news_content_category_sanadayama {
    width: 100px;
    background-color: #3EB370;
  }
  .news_inner .news_content_category_ebisu {
    width: 100px;
    background-color: #FABF13;
  }
  .news_inner .news_content_category_both {
    width: 145px;
    background-color: #75CCE8;
    letter-spacing: 1.4px;
  }
  .news_inner .news_content_titlecontainer h3 {
    margin-top: 8px;
    text-align: left;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 1.7px;
    font-weight: bold;
  }
  .news_inner .news_content_textcontainer {
    margin-top: 12px;
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1.7px;
    font-weight: normal;
  }
}

/*----------------------------------
  instagram
------------------------------------*/
.instagram {
  width: 100%;
  background-color: rgba(229, 150, 194, 0.15);
  padding-top: 70px;
  padding-bottom: 80px;
}

.instagram_inner {
  width: 1200px;
  margin: 0 auto;
  padding: 80px 100px;
  background-color: #fff;
  text-align: center;
  position: relative;
}

.instagram_inner::before {
  position: absolute;
  top: 20px;
  left: 20px;
  content: "";
  width: 17px;
  height: 17px;
  background-color: #FABF13;
  border-radius: 50%;
}

.instagram_inner::after {
  position: absolute;
  top: 20px;
  right: 20px;
  content: "";
  width: 17px;
  height: 17px;
  background-color: #FABF13;
  border-radius: 50%;
}

.instagram_inner h2 {
  position: relative;
  font-size: 30px;
  line-height: calc(27 / 16);
  letter-spacing: 9px;
  font-weight: bold;
  margin-bottom: 18px;
}

.instagram_inner h2::after {
  position: absolute;
  bottom: -12px;
  left: calc(50% - 15px);
  content: "";
  width: 30px;
  height: 2px;
  background-color: #333;
}

.instagram_inner .instagram_lead {
  margin-top: 50px;
  font-size: 17px;
  line-height: 2.5;
  letter-spacing: 2px;
  font-weight: bold;
}

.instagram_inner .instagram_flexcontainer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 0;
  margin-top: 32px;
}

.instagram_inner .insta_pic {
  width: 190px;
}

.instagram_inner .insta_btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 145px;
  height: 40px;
  border-radius: 50px;
  background: #f398c2;
  box-shadow: 5.08px 5.08px 1.45px rgba(0, 0, 0, 0.1);
  margin: 15px 0 0 auto;
}

.instagram_inner .insta_btn_text {
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: bold;
  color: #fff;
}

#sbi_load {
  display: none;
}

.sb_instagram_header {
  display: none;
}

@media screen and (max-width: 480px) {
  #sb_instagram.sbi_col_10 #sbi_images .sbi_item,
  #sb_instagram.sbi_col_3 #sbi_images .sbi_item,
  #sb_instagram.sbi_col_4 #sbi_images .sbi_item,
  #sb_instagram.sbi_col_5 #sbi_images .sbi_item,
  #sb_instagram.sbi_col_6 #sbi_images .sbi_item,
  #sb_instagram.sbi_col_7 #sbi_images .sbi_item,
  #sb_instagram.sbi_col_8 #sbi_images .sbi_item,
  #sb_instagram.sbi_col_9 #sbi_images .sbi_item {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .instagram {
    width: 100%;
    background-color: rgba(229, 150, 194, 0.15);
    padding-top: 70px;
    padding-bottom: 80px;
  }
  .instagram_inner {
    width: 90%;
    margin: 0 auto;
    padding: 80px 20px;
    background-color: #fff;
    text-align: center;
    position: relative;
  }
  .instagram_inner h2 {
    position: relative;
    font-size: 24px;
    line-height: calc(27 / 16);
    letter-spacing: 6px;
    font-weight: bold;
    margin-bottom: 18px;
  }
  .instagram_inner .instagram_lead {
    margin-top: 50px;
    font-size: 14px;
    line-height: 2.5;
    letter-spacing: 1.5px;
    font-weight: bold;
  }
  .instagram_inner .instagram_flexcontainer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px 0;
    margin-top: 32px;
  }
  .instagram_inner .insta_pic {
    width: calc(50% - 5px);
  }
  .instagram_inner .insta_btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 145px;
    height: 40px;
    border-radius: 50px;
    background: #f398c2;
    box-shadow: 5.08px 5.08px 1.45px rgba(0, 0, 0, 0.1);
    margin: 20px 0 0 auto;
  }
  .instagram_inner .insta_btn_text {
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: bold;
    color: #fff;
  }
}
/*# sourceMappingURL=style.css.map */
