@charset "UTF-8";

/*****************************
    topスライド
*****************************/
.topsec-firstview{
  padding-top: 0px;
  overflow: hidden;
  position: relative;
  margin-top: 65px;
}
.topslider {
  height: 90vh;
  position: relative;
  width: 100%;
}
.topslider .slideitem {
  height: 90vh;
  width: 100%;
}
@media screen and (max-width: 820px) {
.topslider {
  height: 70vh;
  position: relative;
  width: 100%;
}
.topslider .slideitem {
  height: 70vh;
  width: 100%;
}
}
@media screen and (max-width: 600px) {
.topslider {
  height: 45vh;
  position: relative;
  width: 100%;
}
.topslider .slideitem {
 height: 45vh;
  width: 100%;
}
}

.topslider::after{
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  content: "";
  background: rgb(255,255,255,0);
}

/*****************************
  top キャッチコピー
*****************************/
.catchcopy{
  position: absolute;
  display: block;
  max-width: 100%;
  top: 62%;
  left: 5%;
  text-align: left;
  transform: translateY(-50%) translateX(-0%);
  margin: 0;
  padding: 10px 0;
  z-index: 1;
}
@media screen and (max-width: 820px) {
  .catchcopy{
    top: 65%;
  }
}
@media screen and (max-width: 600px) {
  .catchcopy{
    top: 70%;
  }
}

.catchcopy h2{
    font-size: 45px;
    color: #ff8494;
    text-shadow: 1px 1px 1px #ffffff;
    line-height: 1.2;
    margin-bottom: 10px;
}
.catchcopy p{
  font-size: 22px;
  color: #ff8494;
  text-shadow: 1px 1px 1px #ffffff;
}
@media screen and (max-width: 820px) {
.catchcopy h2{
  font-size: 30px;
  margin-bottom: 10px;
}
.catchcopy p{
  font-size: 18px;
  line-height: 1.4;
}
}
@media screen and (max-width: 600px) {
.catchcopy h2{
  font-size: 24px;
  margin-bottom: 10px;
}
.catchcopy p{
  font-size: 16px;
  line-height: 1.4;
}
}

/*****************************
  topsec-news
*****************************/

.topsec-news input[type="radio"] {
  display: none;
}
.topsec-news .tab_area{
  margin-bottom: 3rem;
}
.topsec-news .tab_area .ftab{
  background: #ccc;
  border-radius: 5px;
  margin-right: 10px;
  position: relative;
  text-align: center;
  width: calc(15% - 10px);
}
.topsec-news .tab_area .ftab label{
  cursor: pointer;
  display: block;
  font-weight: bold;
  padding: .3rem 0;
  position: relative;
  width: 100%;
  z-index: 1;
}
.topsec-news .tab_panel{
  display: none;
}
.topsec-news .tab_area .ftab:hover,
.topsec-news #tnewstab1:checked ~ .tab_area .tnewsftab1{
  background: #101010;
  color: #fff;
}
.topsec-news .tab_area .tnewsftab2:hover,
.topsec-news #tnewstab2:checked ~ .tab_area .tnewsftab2{
  background: #001A66;
  color: #fff;
}
.topsec-news .tab_area .tnewsftab3:hover,
.topsec-news #tnewstab3:checked ~ .tab_area .tnewsftab3{
  background: #E40000;
  color: #fff;
}

.topsec-news #tnewstab1:checked ~ .panel_area #tnewspanel1,
.topsec-news #tnewstab2:checked ~ .panel_area #tnewspanel2,
.topsec-news #tnewstab3:checked ~ .panel_area #tnewspanel3{
  display:block;
}

@media only screen and (max-width: 1024px) {
  .topsec-news .tab_area {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 820px) {
  .topsec-news .tab_area .ftab{
    margin: 1rem 1rem 0 0;
    width: calc(30% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  .topsec-news .t-newsttlbox,
  .topsec-news .tab_area .ftab label{
    font-size: 1.4rem;
  }
  .topsec-news .tab_area .ftab{
    width: calc(33% - 10px);
  }
}

/*****************************
  波スタイル
*****************************/
.svg_area {
    font-size: 0;
    margin-top: -75px;
    width: 100%;
    max-width: 100%;
    position: relative;
    top: 1px;
}

/*****************************
    bgカラー
*****************************/
.dark_pink_bg{
    background: #FAC0C6;
}
.light_pink_bg{
    background: #FEF9F7;
}

.emerald_green_bg{
    background: #B0DCD8;
}



/*****************************
  お知らせ一覧
*****************************/
.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: #c8c8c8;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
}
.newslist a::after{
  background: #E40000;
  transition: 0.3s;
  width: 7%;
  z-index: 1;
}
.newslist a:hover::after{
  width: 100%;
}
.newslist a .cat,
.singlehead .cat{
  background: #E40000;
  border-radius: 5px;
  color: #fff;
  margin-right: 1rem;
  text-align: center;
  width: 135px;
}
.newslist a .cat-cat01,
.singlehead .cat-cat01{
  background: #001A66;
}
.newslist a .cat-cat02,
.singlehead .cat-cat02{
  background: #E40000;
}
.newslist a .ttl{
  padding: 1rem 0;
}
@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) {
  .newslinktab li{
    width: calc(50% - 10px);
  }
  .newslist a .cat{
    font-size: 1.2rem;
    line-height: 2;
    width: 110px;
  }
  .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: 20%;
  margin-right: 20px;
}
.newscont{
  width: 76%;
}
.newsimg img{
  width: 100%;
  height: 120px;
  object-fit: cover;
  padding: 5px;
  aspect-ratio: 4/3;
}
@media only screen and (max-width: 767px) {
  .newsimg{
    margin-right: 10px;
  }
  .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: 230px;
  margin: 0 auto;
  padding: 5px 30px 5px 2px;
  border: 1px solid #7c6547;
  color: #fff;
  font-size: 1em;
  transition: .6s;
  background: #7c6547;
  border-radius: 50px;
}
.top_btn a:hover {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 1px solid #E064B1;
  color: #fff;
  background: #E064B1;
  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 {
  /* transform: translateY(-50%) scaleX(1.4); */
  border: 1px solid #EDBFD9;
}
.top_btn a:hover::after {
  position: absolute;
  right: -1.5em;
  transform: translateY(-50%);
  transform-origin: left;
  width: 2em;
  height: .5em;
  background-color: #EDBFD9;
  clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
  content: '';
}

/*****************************
about area
*****************************/
.main_text_center{
  width: 800px;
  max-width: 100%;
  text-align: center;
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
.main_text_center{
  text-align: left;
  margin: 0 auto 80px;
}
}
.main_text_center h3{
  font-size: 22px;
  margin-bottom: 20px;
}
.main_text_center p{
  font-size: 16px;
  margin-bottom: 10px;
}

.about_area_flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 50px;
}
.about_area_flex .left_area{
  width: 90%;
  padding: 15px;
  margin: 0 auto 30px;
}
.about_area_flex .right_area{
  width: 90%;
  padding: 15px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 1024px) {
  .about_area_flex{
  margin-bottom: 80px;
}
.about_area_flex .left_area{
  width: 90%;
  margin: 0 auto 30px;
  padding: 10px;
}
.about_area_flex .right_area{
 width: 90%;
  margin: 0 auto;
  padding: 10px;
}
}
@media screen and (max-width: 767px) {
.about_area_flex .left_area{
  width: 100%;
  padding: 0px;
  margin-bottom: 50px;
}
.about_area_flex .right_area{
   width: 100%;
  padding: 0px;
}
}

/* left_area */
.about_area_flex .left_area .area_box{
  position: relative;
    border: 2px dashed #753700;
    background: #fff;
    padding: 50px 35px 30px;
    border-radius: 15px;
}
@media screen and (max-width: 767px) {
.about_area_flex .left_area .area_box{
  padding: 50px 20px 20px;
}
}

.about_area_flex .left_area .area_box:before {
    position: absolute;
    content: '';
    background: url(../images/common/about_icon01.png) center / cover;
    width: 60px;
    aspect-ratio: 1 / 2;
    top: -5px;
    left: 25px;
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
    opacity: 1;
}


.about_area_flex .left_area .area_box h2{
    position: absolute;
    text-align: center;
    color: #FF8494;
    top: 0%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
    font-size: 24px;
    display: block;
    font-weight: 400;
    letter-spacing: 3px;
    background: linear-gradient(180deg, #FEF9F7 0%, #FEF9F7 50%, #ffffff 50%, #ffffff 100%);
    padding: 0 40px;
}
@media screen and (max-width: 767px) {
.about_area_flex .left_area .area_box h2{
    width: 50%;
    padding: 0 10px;
}
}

.about_area_flex .left_area .area_box h3{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.about_area_flex .left_area .area_box p{
  font-size: 18px;
  margin-bottom: 10px;
}


.about_area_flex .left_area .area_box .p-1 span{
  color: #F5AC90;
  font-weight: bold;
  font-style: italic;
  font-size: 22px;
}
.about_area_flex .left_area .area_box .p-2 span{
  color: #2BA2D3;
  font-weight: bold;
  font-style: italic;
  font-size: 22px;
}
.about_area_flex .left_area .area_box .p-3 span{
  color: #E7D55B;
  font-weight: bold;
  font-style: italic;
  font-size: 22px;
}
.about_area_flex .left_area .area_box .p-4 span{
  color: #59B590;
  font-weight: bold;
  font-style: italic;
  font-size: 22px;
}
.about_area_flex .left_area .area_box .p-5 span{
  color: #D6BCDA;
  font-weight: bold;
  font-style: italic;
  font-size: 22px;
}

/* right_area */
.about_area_flex .right_area .area_box{
  position: relative;
    border: 2px dashed #753700;
    background: #fff;
    padding: 50px 35px 30px;
    border-radius: 15px;
}
@media screen and (max-width: 767px) {
.about_area_flex .right_area .area_box{
  padding: 50px 20px 20px;
}
}

.about_area_flex .right_area .area_box:before {
    position: absolute;
    content: '';
    background: url(../images/common/about_icon02.png) center / cover;
    width: 150px;
    aspect-ratio: 2 / 1;
    bottom: -85px;
    right: -85px;
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
    opacity: 1;
}


.about_area_flex .right_area .area_box h2{
    position: absolute;
    text-align: center;
    color: #FF8494;
    top: 0%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
    font-size: 24px;
    display: block;
    font-weight: 400;
    letter-spacing: 3px;
    background: linear-gradient(180deg, #FEF9F7 0%, #FEF9F7 50%, #ffffff 50%, #ffffff 100%);
    padding: 0 40px;
}
@media screen and (max-width: 767px) {
.about_area_flex .right_area .area_box h2{
    width: 50%;
    padding: 0 10px;
}
}
.about_area_flex .right_area .area_box h3{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.about_area_flex .right_area .area_box p{
  font-size: 16px;
}

/*****************************
about02 area
*****************************/
.align_left_area{
  text-align: left;
  padding: 20px;
}
@media screen and (max-width: 767px) {
.align_left_area{
  padding: 20px 0;
}
}

.align_left_area p{
  font-size: 16px;
  margin-bottom: 10px;
}

.top_flex_3col{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}
.top_flex_3col li{
  position: relative;
  width: calc(100% / 3);
  padding: 30px 10px;
}
@media screen and (max-width: 1024px) {
.top_flex_3col li{
  position: relative;
  width: calc(100% / 3);
  padding: 20px 10px;
}
}
@media screen and (max-width: 820px) {
.top_flex_3col li{
  position: relative;
  width: calc(100% / 3);
  padding: 10px;
}
.top_flex_3col{
  margin-bottom: 80px;
}
}
@media screen and (max-width: 767px) {
.top_flex_3col li{
  position: relative;
  width: 400px;
  margin: 0 auto 30px;
  padding: 0px;
}
}

.top_flex_3col li h3{
  font-size: 22px;
  letter-spacing: 2px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  line-height: 1.1;
}
.top_flex_3col li h3 span{
  font-size: 16px;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
  font-weight: 500;
}
.top_flex_3col li a h3 span{
  transition: 1s;
}
.top_flex_3col li a:hover h3 span{
  color: #1a0dab;
  transition: 1s;
}

.top_flex_3col li img{
  border-radius: 15px;
  border: 2px dashed #753700;
  margin-bottom: 20px;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
 @media screen and (max-width: 767px) {
.top_flex_3col li img{
   aspect-ratio: 3 / 2;
  object-fit: cover;
}
 }


.top_flex_3col li a:hover{
  opacity: 1;
}


.top_flex_3col li:nth-child(1):before {
    position: absolute;
    content: '';
    background: url(../images/common/kazenomori_logo.png) center / cover;
    width: 100px;
    aspect-ratio: 1 / 1;
    bottom: 50px;
    left: 50px;
    transform: translateY(-50%) translateX(-50%);
    z-index: 0;
    opacity: 1;
}
.top_flex_3col li:nth-child(2):before {
    position: absolute;
    content: '';
    background: url(../images/common/kazenoko_logo.png) center / cover;
    width: 120px;
    aspect-ratio: 1 / 1;
    bottom: 80px;
    right: -60px;
    transform: translateY(-50%) translateX(-50%);
    z-index: 0;
    opacity: 1;
}
.top_flex_3col li:nth-child(3):before {
    position: absolute;
    content: '';
    background: url(../images/common/kazenohikari_logo.png) center / cover;
    width: 100px;
    aspect-ratio: 1 / 1;
    top: 50px;
    right: -50px;
    transform: translateY(-50%) translateX(-50%);
    z-index: 0;
    opacity: 1;
}
 @media screen and (max-width: 767px) {
.top_flex_3col li:nth-child(1):before,.top_flex_3col li:nth-child(2):before,.top_flex_3col li:nth-child(3):before {
  width: 100px;
    aspect-ratio: 1 / 1;
    top: unset;
    bottom: 20px;
    left: 50px;

 }
}


.merit_area_flex{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-content: flex-start;
align-items: center;
}
.merit_area_flex .left_area{
  width: 100%;
  margin-bottom: 30px;
}
.merit_area_flex .right_area{
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}
.merit_area_flex .right_area img{
border-radius: 15px;
width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

@media screen and (max-width: 820px) {
.merit_area_flex{
margin-bottom: 80px;
}
}


.merit_list_flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
}
.merit_list_flex li{
  width: calc(100% / 3);
  padding: 15px;
}
@media screen and (max-width: 820px) {
.merit_list_flex li{
  width: calc(100% / 2);
  padding: 20px;
}
}

@media screen and (max-width: 767px) {
.merit_list_flex li{
  width: 350px;
  max-width: 100%;
  margin: 0 auto 20px;
  padding: 10px;
}
}
.merit_list_flex li p{
  font-size: 15px;
  margin-top: 10px;
}

.main_text_left {
    width: 800px;
    max-width: 100%;
    text-align: left;
    margin: 0 auto 50px;
}
.main_text_left h3 {
    font-size: 22px;
    margin-bottom: 20px;
    text-align: left;
}