@charset "UTF-8";

/*****************************
    topスライド
*****************************/
.topsec-firstview{
  padding-top: 0px;
  overflow: hidden;
  position: relative;
}
.topslider {
  height: 85vh;
  position: relative;
  width: 100%;
  margin-top: 67px;
}

.topslider .slideitem {
  height: 85vh;
  width: 100%;
  aspect-ratio: 1920 / 1080;
  object-fit: cover;
}
@media screen and (max-width: 820px) {
.topslider {
  height: 70vh;
}
.topslider .slideitem {
  height: 70vh;
}
}


.topslider::after{
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  content: "";
  background: linear-gradient(0deg, rgb(190, 46, 76, 0.0) 0%, rgba(190, 46, 76, 0.0) 100%);
}
@media screen and (max-width: 600px) {
.topslider::after{
  background: linear-gradient(0deg, rgb(190, 46, 76, 0.0) 0%, rgba(190, 46, 76, 0.1) 100%);
}
}


/*****************************
  top キャッチコピー
*****************************/
.topcatch{
  position: absolute;
  text-align: left;
  top: 40%;
  left: 10%;
  width: 80%;
  margin-right: 10%;
}
@media screen and (max-width: 1180px) {
.topcatch{
  top: 30%;
  left: 5%;
  width: 90%;
  margin-right: 5%;
}
}
@media screen and (max-width: 600px) {
.topcatch{
  top: 25%;
  left: 5%;
  width: 90%;
  margin-right: 5%;
}
}


.lead{
  display: inline-block;
  font-size: 50px;
  margin-bottom: 0rem;
  padding: 0 1rem;
  color: #fff;
  letter-spacing: 3px;
text-shadow: 0px 0px 5px #5e5a70;
font-family: "dnp-shuei-mgothic-std", sans-serif;
font-weight: 400;
font-style: normal;
}
.sublead{
  color: #fff;
  font-size: 28px;
  letter-spacing: 1px;
  padding: 0 1rem;
  text-align: left;
  text-shadow: 0px 0px 3px #060024;
  line-height: 1.5;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 1180px) {
.lead{
    font-size: 40px;
}
.sublead{
    font-size: 22px;
}
}
@media screen and (max-width: 820px) {
.lead{
    font-size: 30px;
    padding: 0.5rem 1rem;
}
.sublead{
    font-size: 18px;
    padding: 0.5rem 1rem;
}
}
@media screen and (max-width: 600px) {
.lead{
    font-size: 24px;
}
.sublead{
    font-size: 16px;
}
}
/* 1文字ずつアニメーション */
.js-text-animate span {
  display: inline-block;
  opacity: 0;
  transform: translateY(15px);
  animation: textFadeUp 0.6s ease forwards;
}

@keyframes textFadeUp {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* sublead用に少し遅らせる */
.js-text-animate span {
  animation: textFadeUp 0.9s ease forwards;
  animation-delay: calc(var(--i) * 0.08s);
}



/*****************************
  top sl_news
*****************************/
.sl_news{
  position: absolute;
  text-align: left;
  width: min(400px, 90%);
  margin: 0 auto;
  bottom: 120px;
  right: 5%;
}

@media screen and (max-width: 600px) {
.sl_news{
  bottom: 50px;
  right: 5%;
}
}

.sl_news_area{
  padding: 20px 30px;
  background: rgba(255,255,255,0.9);
  border-radius: 30px;
}
@media screen and (max-width: 820px) {
.sl_news_area{
  padding: 20px;
}
}


.sl_newslist .sl_news_title{
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
}
.sl_newslist .sl_news_text{
  font-size: 14px;
}

/*****************************
  top sl_circle
*****************************/

.sl_circle{
  max-width: 800px;
  width: 100%;
  height: 460px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  bottom: -360px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 600px) {
.sl_circle{
  height: 400px;
}
}


/*****************************
  topsec-news
*****************************/
.new-label{
font-size: 12px;
vertical-align: inherit;
background: #be2e4c;
color: #fff;
font-weight: bold;
margin-right: 1rem;
text-align: center;
width: 45px;
}
.date{
  color: #999;
  font-size: 16px;
}
@media screen and (max-width: 600px) {
.date{
  color: #999;
  font-size: 14px;
}
}


.topsec-news{
  margin: 30px 0;
  padding: 30px 0;
}

/* タブ用のラジオボタン非表示 */
.topsec-news input[type="radio"]{
  display: none !important;
}

/* タブUIを非表示 */
.topsec-news .tab_area{
  display: none !important;
  margin: 0;
}

/* 旧パネル制御を無効化して、1枚目だけ表示 */
.topsec-news .tab_panel{
  display: none !important;
}
.topsec-news .tab_panel:first-of-type{
  display: block !important;
}

/* 旧:checked依存ルールを打ち消し */
.topsec-news #tnewstab1:checked ~ .panel_area #tnewspanel1,
.topsec-news #tnewstab2:checked ~ .panel_area #tnewspanel2,
.topsec-news #tnewstab3:checked ~ .panel_area #tnewspanel3{
  display: none !important;
}

/* 微調整 */
.topsec-news .panel_area{
  margin-top: 0.5rem;
}

/*****************************
  お知らせ一覧
*****************************/
.newslist{
  margin-bottom: 60px;
}
.newslinktab{
  margin-bottom: 5rem;
}
.newslinktab li{
  width: calc(15% - 10px);
}
.newslinktab a.label{
  background: #ccc;
  border-radius: 5px;
  display: block;
  font-weight: bold;
  margin-right: 10px;
  opacity: 1 !important;
  padding: .3rem 0;
  position: relative;
  text-align: center;
}
.newslinktab a.label:hover,
.newslinktab a.label.label_cr{
  background: #101010;
  color: #fff;
}
.newslinktab a.label.label_cr{
  pointer-events: none;
}
.newslinktab a.label2:hover,
.newslinktab a.label2.label_cr{
  background: #001A66;
}
.newslinktab a.label3:hover,
.newslinktab a.label3.label_cr{
  background: #E40000;
}
.newslist li{
  margin-top: 1rem;
}
.newslist a{
  opacity: 1 !important;
  position: relative;
}
.newslist a::before,
.newslist a::after{
  content: "";
  background: #23a564;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
}
.newslist a::after{
  background: #e06a83;
  transition: 0.3s;
  width: 7%;
  z-index: 1;
}
.newslist a:hover::after{
  width: 100%;
}

.newslist a .ttl{
  padding: 1rem 0;
  font-size: 18px;
}
@media only screen and (max-width: 820px) {
  .newslinktab li{
    margin: 1rem 1rem 0 0;
    width: calc(30% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  .newslist a .ttl{
  padding: 1rem 0;
  font-size: 16px;
}
  .newslinktab li{
    width: calc(50% - 10px);
  }
  .newslist a .date{
    font-size: 1.4rem;
  }
  .singlehead .ttl{
    font-size: 2rem;
  }
}
.newsflex{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.newsimg{
  width: 15%;
  margin-right: 20px;
}
.newscont{
  width: 81%;
}
.newsimg img{
  width: 100%;
  object-fit: cover;
  padding: 0px;
  aspect-ratio: 4/3;
  border: 1px solid #f5f5f5;
  margin-bottom: 10px;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
.newsimg{
  width: 25%;
  margin-right: 10px;
}
.newscont{
  width: 71%;
}
  .newsimg img{
    padding: 0;
    height: auto;
  }
}



/*****************************
ボタン
*****************************/
.top_btn {
  margin: 20px 0;
}
.top_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 280px;
    margin: 0 auto;
    padding: 15px 30px 15px 2px;
    border: 1px solid #e06a83;
    color: #fff;
    font-weight: 500;
    font-size: 1em;
    transition: .6s;
    background: #e06a83;
    letter-spacing: 2px;
    border-radius: 30px;
}


.top_btn.left_btn{
  margin: 50px 0;
}
.top_btn.left_btn a {
margin: 0;
}
@media screen and (max-width: 1024px) {
.top_btn.left_btn{
  margin: 30px 0px;
  text-align: center;
  display: flex;
  justify-content: center;
}
}



.top_btn.right_btn{
padding: 10px 30px 20px;
margin: 0;
display: flex;
justify-content: flex-end;
}
.top_btn.right_btn a {
margin: 0;
}

.top_btn a:hover {
  border: 1px solid #BE2E4C;
  color: #fff;
  background: #BE2E4C;
  opacity: 1;
  transition: .6s;
}
.top_btn a::after {
  position: absolute;
  right: 2em;
  transform: translateY(-50%);
  transform-origin: left;
  width: 2em;
  height: .5em;
  background-color: #fff;
  clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
  content: '';
  transition: .6s;
}
.top_btn a:hover::after {
  right: -1.5em;
  background-color: #e06a83;
  border: none;
}


/*****************************
ボタン top_btn_mini
*****************************/
.top_btn_mini {
  margin: 20px 0;
}
.top_btn_mini a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 200px;
    margin: 0 auto;
    padding: 10px 30px 10px 2px;
    border: 1px solid #e06a83;
    color: #e06a83;
    font-weight: 500;
    font-size: 1em;
    transition: .6s;
    background: #fff;
    letter-spacing: 1px;
    border-radius: 30px;
}

.top_btn_mini a:hover {
  border: 1px solid #e06a83;
  opacity: 1;
  transition: .6s;
}
.top_btn_mini a::after {
  position: absolute;
  right: 1em;
  transform: translateY(-50%);
  transform-origin: left;
  width: 2em;
  height: .5em;
  background-color: #e06a83;
  clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
  content: '';
  transition: .6s;
}
.top_btn_mini a:hover::after {
  right: -1.5em;
  background-color: #e06a83;
  border: none;
}
/*****************************
 btn_flex
*****************************/

.btn_flex{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-content: center;
align-items: center;
margin-top: 30px;
}
.btn_flex .top_btn{
  padding: 20px;
  margin: 0px 0;
}


/*****************************
  topsec4
*****************************/
.topsec4{
  margin: 30px 0;
  padding: 30px 0;
}
@media screen and (max-width: 820px) {
.topsec4{
  margin: 0px 0;
  padding: 0px 0;
}
}

.toptxt{
    margin-bottom: 80px;
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
}


.top_flex01{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: flex-start;
}
.top_flex01 .left_area{
width: calc(100% / 2);
padding: 20px;
}
.top_flex01 .right_area{
width: calc(100% / 2);
padding: 20px;
}
@media screen and (max-width: 820px) {
.top_flex01{
  flex-direction: column-reverse;
  margin-top: 30px;
  margin-bottom: 30px;
}
.top_flex01 .left_area{
width: min(500px, 100%);
padding: 10px 0;
}
.top_flex01 .right_area{
width: min(500px, 100%);
margin: 0 auto;
padding: 10px 0;
}
}
.top_flex01 h2{
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 5px;
  letter-spacing: 2px;
}
.top_flex01 h3{
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 5px;
  letter-spacing: 2px;
}
.top_flex01 h4{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 5px;
  letter-spacing: 1px;
}

.top_flex01 p{
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
.top_flex01 h2{
  font-size: 22px;
}
.top_flex01 h3{
  font-size: 22px;
}
.top_flex01 h4{
  font-size: 16px;
}
.top_flex01 p{
font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0px;
}
}

.text_style ul li{
position: relative;
  margin-left: 20px;
  padding-bottom: 15px;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
.text_style ul li{
  margin-left: 20px;
  font-size: 16px;
}
}

.text_style ul li::before{
content: "";
display: block;
position: absolute;
top: 7px;
left: -25px;
width: 15px;
height: 15px;
border-radius: 50%;
background: #CEE082;
}

.sp820 {
  display: none; /* pcの時は非表示 */
}
.pc820 {
  display: block; /* spの時は非表示 */
}

@media (max-width: 820px) {
  .sp820 {
    display: block; /* spの時は表示 */
  }
  .pc820 {
  display: none; /* spの時は非表示 */
  }
}

/*****************************
  スクロールトップ
*****************************/

/* スクロールTOPボタンのベース */
.scrollTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 100px;
  height: 100px;
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .3s ease, visibility .3s ease, transform .3s ease;
}

/* 画像で表示（ここで指定の画像を使用） */
.scrollTop::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../images/common/scrolltop.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  /* 常にちょっと揺れるアニメーション */
animation: fuwafuwa 2.2s ease-in-out infinite;
}

/* 出現時 */
.scrollTop.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* ホバーでちょっとだけ上に動く */
.scrollTop:hover {
  transform: translateY(-4px);
}

/* 上下にフワフワ動かす */
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

/* スマホで少し小さくしたい場合 */
@media (max-width: 767px) {
  .scrollTop {
    right: 12px;
    bottom: 12px;
    width: 75px;
    height: 75px;
  }
}


.top_img_area{
  width: 100%;
  position: relative;
}
.top_img_area .map_area{
  width: 60%;
  margin-right: 40%;
}
.top_text_area {
    position: absolute;
    display: flex;
    justify-content: center;
    text-align: left;
    top: 50%;
    left: 55%;
    transform: translateY(-50%) translateX(0%);
}
@media screen and (max-width: 1024px) {
  .top_img_area{
  width: min(800px, 100%);
  margin: 0 auto;
}
.top_img_area .map_area{
  width: 100%;
  margin-right: 0%;
}
.top_text_area {
position: relative;
display: flex;
justify-content: center;
text-align: left;
top: -30px;
left: unset;
transform: unset;
}
}
@media screen and (max-width: 767px) {
.top_text_area {
position: unset;
display: block;
top: unset;
margin-top: 30px;
}
.top_img_area .map_area{
  width: 100%;
}
}
.main_title{
text-align: left;
border: 2px solid #feefef;
padding: 20px 30px 0px;
background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 1) 100%);
border-radius: 20px;
margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
.main_title{
padding: 30px 20px;
}
}

.gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 50%;
    position: relative;
    }
    @media screen and (max-width: 1024px) {
    .gmap {
   padding-bottom: 40%;
      }
    }
    @media screen and (max-width: 820px) {
    .gmap {
    padding-bottom: 50%;
      }
    }    
    @media screen and (max-width: 600px) {
    .gmap {
    padding-bottom: 100%;
      }
    }
    .gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    }

.area001{
  margin: 0;
}

.main_title h3{
font-size: 20px;
letter-spacing: 1px;
font-weight: bold;
margin-bottom: 5px;
color: #be2e4c;
}
.main_title p{
  font-size: 16px;
  margin-bottom: 20px;

}
@media screen and (max-width: 1024px) {
.main_title h3{
font-size: 24px;
}
}
@media screen and (max-width: 767px) {
.main_title h3{
font-size: 18px;
}
}


#main::before {
  background-image: url(../images/top/bg01.webp);
  background-position: top right;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  height: 100vh;
  content: "";
  display: block;
  position: fixed;
  top: auto;
  left: 0;
  z-index: -1;
  width: 100%;
  opacity: 0.6;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
#main::before {
  background-image: url(../images/top/sp_bg01.webp);
}
}

.top_3col{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-content: flex-start;
align-items: center;
}
.top_3col .card_area{
  width: calc(100% / 3);
  padding: 10px;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
.top_3col{
width: min(800px, 100%);
margin: 0 auto;
}
.top_3col .card_area{
  width: calc(100% / 2);
  padding: 10px;
}
}
@media screen and (max-width: 767px) {
.top_3col{
width: min(400px, 100%);
margin: 0 auto;
}
.top_3col .card_area{
  width: calc(100% / 1);
  padding: 10px;
}
}

.top_3col .card_area .img_area{
  width: 100%;
  border-radius: 20px 20px 0 0;
  border-left: 1px solid #FFEBEB;
  border-top: 1px solid #FFEBEB;
  border-right: 1px solid #FFEBEB;
}
.top_3col .card_area .img_area img{
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 1024px) {
.top_3col .card_area .img_area img{
  aspect-ratio: 5/3;
}
}


.top_3col .card_area .text_area{
  padding: 60px 20px 20px;
  border-radius: 0 0 20px 20px;
  border-left: 1px solid #FFEBEB;
  border-bottom: 1px solid #FFEBEB;
  border-right: 1px solid #FFEBEB;
  background: #fff;
  position: relative;
  display: inline-block;
  height: 300px;
  max-height: 100%;
}
@media screen and (max-width: 1180px) {
.top_3col .card_area .text_area{
  min-height: 350px;
}
}
@media screen and (max-width: 1024px) {
.top_3col .card_area .text_area{
  min-height: unset;
}
}

.top_3col .card_area .text_area p{
  font-size: 16px;
  margin-bottom: 20px;
  color: #555;
}

.pink_gradient{
  width: 100%;
  height: 100%;
  margin: 0px 0; 
  padding: 100px 0 80px;
  background: linear-gradient(0deg, rgb(254,223,223, 1) 50%, rgba(255,243,243, 1) 100%);
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 600px) {
.pink_gradient{
  padding: 80px 0 80px;
}
}

/* topmorebtn */
.topmorebtn {
    mask-image: url(../images/top/ribon2.svg);
    -webkit-mask-image: url(../images/top/ribon2.svg);
    mask-size: cover;
    -webkit-mask-size: cover;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: right;
    -webkit-mask-position: right;
    position: absolute;
    top: -15px;
    left: -5px;
    background: #e06a83;
    border-radius: 3px 0 0 3px;
}

.topmorebtn a {
    background: #e06a83;
    color: #fff;
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    padding: 10px 150px 10px 50px;
    position: relative;
    transition: .5s;
    letter-spacing: 2px;
    transition: 0.6s;
}
.topmorebtn a:hover {
  background: #BE2E4C;
  color: #ffffff;
  opacity: 1;
  transition: 0.6s;
}

.topmorebtn a::before {
    content: "";
    background: url(../images/top/arrow.svg) no-repeat center / contain;
    position: absolute;
    top: 50%;
    right: 3rem;
    transform: translateY(-50%);
    height: 2rem;
    width: 2rem;
}

/* 34 */
.item03area{
  content: "";
    width: 25%;
    position: absolute;
    top: 0%;
    left: 0%;
  z-index: 0;
  pointer-events: none;
}
.item04area{
  content: "";
  width: 25%;
  position: absolute;
  top: 0%;
  right: 0%;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
.item03area{
  width: 40%;
}
.item04area{
  width: 40%;
}
}
.item03area img,.item04area img{
  aspect-ratio: 1 / 2;
  object-fit: cover;
}

/* 56 */
.item05area{
  content: "";
    width: 20%;
    position: absolute;
    top: 0%;
    left: 0%;
  z-index: 0;
  pointer-events: none;
}
.item06area{
  content: "";
  width: 20%;
  position: absolute;
  top: 0%;
  right: 0%;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 1180px) {
.item05area{
  width: 25%;
}
.item06area{
  width: 25%;
}
}
@media screen and (max-width: 1024px) {
.item05area{
  display: none;
}
.item06area{
  display: none;
}
}
.item05area img,.item06area img{
  aspect-ratio: 7 / 20;
  object-fit: cover;
}

/* 78 */
.item07area{
  content: "";
  width: 400px;
    position: absolute;
    top: 0%;
    left: 0%;
  z-index: 0;
  pointer-events: none;
}
.item08area{
  content: "";
  width: 400px;
  position: absolute;
  top: 0%;
  right: 0%;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
.item07area{
 width: 300px;
}
.item08area{
  width: 300px;
}
}
.item07area img,.item08area img{
  aspect-ratio: 1 / 2;
  object-fit: cover;
}