@charset "UTF-8";

/*****************************
    topスライド
*****************************/
.topsec-firstview{
  margin-top: 100px;
}
.topslider {
  height: 80vh;
  position: relative;
  width: 100%;
  overflow: hidden;
}
/* .topslider::after{
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  content: "";
  background: rgb(83,175,232,.45);
} */
.topslider .slideitem {
  height: 80vh;
  width: 100%;
}
.catchcopy{
  position: absolute;
  width: 100%;
  /* text-align: center; */
  display: inline-block;
  /* color: #fff; */
  bottom: 0;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: 0;
  padding: 10px 200px;
  z-index: 1;
  max-width: 100%;
}
.catchcopy h2{
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4;
}
.catchcopy h2 span{
  background: #fff;
  display: inline-block;
  padding: 10px;
  margin-bottom: 6px;
  font-weight: 700;
}
.catchcopy p{
  font-size: 18px;
}
@media only screen and (max-width: 1180px) {
  
}
@media only screen and (max-width: 1024px) {
  .topsec-firstview{
    margin-top: 0;
  }
}
@media only screen and (max-width: 820px) {
  .catchcopy{
    left: 37%;
    backdrop-filter: blur(3px);
  }
}
@media only screen and (max-width: 767px) {

  .topslider,
  .topslider .slideitem{
    height: 60vh;
  }
  .catchcopy{
    left: 43%;
    padding: 0px 0px 0 60px;
    text-shadow: 1px 1px 1px #fff;
  }
  .catchcopy h2{
    font-size: 32px;
  }
}

/*****************************
  top汎用section
*****************************/
.top_sec{
  margin: 30px 0;
  padding: 30px 0;
}

/*****************************
  TOP
*****************************/
.top_flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.top_fbox1{
  width: 40%;
}
.top_fbox2{
  width: 55%;
}
.top_fbox1 img {
  mask-image: url(../images/top/t_about_mask.png);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100%;
}
.topttl{
  margin-bottom: 30px;
}
.topttl h2{
  border-bottom: 5px dotted #f6bcd0;
  display: inline;
  line-height: 2;
  font-size: 28px;
  font-weight: 700;
}
.toptxt{
  font-size: 18px;
  line-height: 1.8;
}
.toptxt p{
  margin-bottom: 18px;
}
.top01 .morebtn1 a{
  font-size: 18px;
  font-weight: 700;
}

@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 820px) {
  .top_fbox1{
    width: 100%;
    margin-bottom: 20px;
  }
  .top_fbox2{
    width: 100%;
  }
  .top_fbox1 img{
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .topttl{
    margin-bottom: 20px;;
  }
  .topttl h2{
    font-size: 20px;
    line-height: 1.8;
  }
  .toptxt{
    font-size: 16px;
  }
}

/*****************************
topsec-news
*****************************/
.topsec-news .t-newsttlbox{
  font-size: 3rem;
  height: 500px;
  position: relative;
  text-align: center;
  writing-mode: vertical-rl;
}
.topsec-news .t-newsttlbox::before,
.topsec-news .t-newsttlbox::after{
  content: "";
  background-color: #f6bcd0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 50px;
  width: 4px;
}
.topsec-news .t-newsttlbox::after{
  top: auto;
  bottom: 0;
}
.topsec-news .t-newsbox {
  width: 85%;
}
.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,
.topsec-news #tnewstab2:checked ~ .tab_area .tnewsftab2{
  background: #46a98d;
  color: #fff;
}
.topsec-news .tab_area .tnewsftab3:hover,
.topsec-news #tnewstab3:checked ~ .tab_area .tnewsftab3{
  background: #89cc5c;
  color: #fff;
}
.topsec-news .tab_area .tnewsftab4:hover,
.topsec-news #tnewstab4:checked ~ .tab_area .tnewsftab4{
  background: #5cb8d8;
  color: #fff;
}
.topsec-news .tab_area .tnewsftab5:hover,
.topsec-news #tnewstab5:checked ~ .tab_area .tnewsftab5{
  background: #4e71c7;
  color: #fff;
}

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

.topsec-news .morebtn1{
  margin-top: 2rem;
  text-align: right;
}
@media only screen and (max-width: 1180px) {
    
}
@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: 768px) {
    
}
@media only screen and (max-width: 767px) {
  .topsec-news .morebtn1{
    position: relative;
    text-align: center;
    height: 40px;
    width: 100%;
  }
  .topsec-news .morebtn1 a{
    position: absolute;
    top: 50%;
    left: calc(50% + -25px);
    transform: translate(-50%, -50%);
  }
  .topsec-news .t-newsttlbox{
    height: 300px;
  }
  .topsec-news .t-newsttlbox,
  .topsec-news .tab_area .ftab label{
    font-size: 1.4rem;
  }
  .topsec-news .tab_area .ftab{
    width: calc(50% - 10px);
  }
  .topsec-news .t-newsbox {
    width: calc(100% - 50px);
  }
}

/*****************************
お知らせ一覧
*****************************/
.newslinktab{
  margin-bottom: 3rem;
}
.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: #46a98d;
  color: #fff;
}
.newslinktab  a.label.label_cr{
  pointer-events: none;
}
.newslinktab  a.label3:hover,
.newslinktab a.label3.label_cr{
  background: #89cc5c;
}
.newslinktab  a.label4:hover,
.newslinktab a.label4.label_cr{
  background: #5cb8d8;
}
.newslinktab  a.label5:hover,
.newslinktab a.label5.label_cr{
  background: #4e71c7;
}

.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: #46a98d;
  transition: 0.3s;
  width: 7%;
  z-index: 1;
}
.newslist a:hover::after{
  width: 100%;
}
.newslist a .cat,
.singlehead .cat{
  background: #46a98d;
  border-radius: 5px;
  color: #fff;
  margin-right: 1rem;
  text-align: center;
  width: 135px;
}
.newslist a .cat-cat01,
.singlehead .cat-cat01{
  background: #46a98d;
}
.newslist a .cat-cat02,
.singlehead .cat-cat02{
  background: #89cc5c;
}
.newslist a .cat-cat03,
.singlehead .cat-cat03{
  background: #5cb8d8;
}
.newslist a .cat-cat04,
.singlehead .cat-cat04{
  background: #4e71c7;
}
.newslist a .ttl{
  padding: 1rem 0;
}

.singlehead .ttl{
  margin-bottom: 1rem;
  position: relative;
}
.singlehead .ttl::before,
.singlehead .ttl::after{
  content: "";
  background: #c8c8c8;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
}
.singlehead .ttl::after{
  background: #73ba36;
  transition: 0.3s;
  width: 7%;
  z-index: 1;
}
@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 820px) {
  .newslinktab li{
    margin: 1rem 1rem 0 0;
    width: calc(30% - 10px);
  }
}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 767px) {
  .newslinktab li{
    width: calc(50% - 10px);
  }
  .newslist a .cat{
    font-size: 1.4rem;
    line-height: 2;
    width: 110px;
  }
  .newslist a .date{
    font-size: 1.4rem;
  }
  .singlehead .ttl{
    font-size: 2rem;
  }
}

/*****************************
  TOP LINKBOX
*****************************/
.topsec-features .linkbox{
  margin: 0 auto 3rem;
  max-width: 920px;
  text-align: center;
}
.topsec-features .linkbox .fbox{
  width: 30%;
  margin-bottom: 30px;
}
.topsec-features .linkbox .fbox .imgbox{
  aspect-ratio: 1/1;
  border: 2px solid #46a98d;
  border-radius: 50%;
  margin-bottom: 1rem;
  overflow: hidden;
}
.topsec-features .linkbox .fbox:nth-of-type(2) .imgbox{
  border-color: #5cb8d8;
}
.topsec-features .linkbox .fbox:nth-of-type(3) .imgbox{
  border-color: #4e71c7;
}
.topsec-features .linkbox .fbox:nth-of-type(4) .imgbox{
  border-color: #89cc5c;
}
.topsec-features .linkbox .fbox:nth-of-type(5) .imgbox{
  border-color: #345678;
}
.topsec-features .linkbox .fbox .imgbox img{
  object-fit: cover;
  height: 100%;
}
.topsec-features .linkbox .fbox p{
  border-bottom: 2px solid transparent;
  display: inline-block;
  font-size: 2rem;
}
.topsec-features .linkbox .fbox p i{
  color: #46a98d;
}
.topsec-features .linkbox .fbox a{
  display: block;
  position: relative;
  opacity: 1 !important;
}
.topsec-features .linkbox .fbox a:hover p{
  border-bottom: 2px solid ;
  color: #46a98d;
}
.topsec-features .linkbox .fbox:nth-of-type(2) p i,
.topsec-features .linkbox .fbox:nth-of-type(2) a:hover p{
  color: #5cb8d8;
}
.topsec-features .linkbox .fbox:nth-of-type(3) p i,
.topsec-features .linkbox .fbox:nth-of-type(3) a:hover p{
  color: #4e71c7;
}
.topsec-features .linkbox .fbox:nth-of-type(4) p i,
.topsec-features .linkbox .fbox:nth-of-type(4) a:hover p{
  color: #89cc5c;
}
.topsec-features .linkbox .fbox:nth-of-type(5) p i,
.topsec-features .linkbox .fbox:nth-of-type(5) a:hover p{
  color: #345678;
}
@media only screen and (max-width: 1180px) {
  .topsec-features{
    padding: 10rem 0;
  }
}
@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 820px) {
  .topsec-features .linkbox .fbox p{
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 767px) {
  .topsec-features .linkbox .fbox{
    margin: 1rem auto;
    width: 80%;
  }
  .topsec-features .linkbox .fbox .imgbox{
    aspect-ratio: 8/3;
    border-radius: 10px;
    margin: 0;
    position: relative;
    overflow: hidden;
  }
  .topsec-features .linkbox .fbox .imgbox::before{
    content: "";
    background: rgba(255, 255, 255, .5);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .topsec-features .linkbox .fbox .imgbox img {
    width: 100%;
  }
  .topsec-features .linkbox .fbox p{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    text-shadow: 1px 1px 0px #fff, -2px 1px 0px #fff, 1px -2px 0px #fff, -2px -2px 0px #fff, 1px -1px 0px #fff, -1px 1px 0px #fff, -2px -1px 0px #fff, -1px -2px 0px #fff, 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0px 1px #fff, -1px 2px 1px #fff, -2px -1px 1px #fff, -1px -2px 1px #fff;
    width: 100%;
  }
}

/*****************************
  TOP TTL
*****************************/
.top_ttl{
  text-align: center;
}
.top_ttl h2{
  font-size: 30px;
  font-weight: 700;
}

/*****************************

*****************************/