/* border line  */

  .about-box-content {
    background-repeat: no-repeat;
    -webkit-background-size: 2px 100%;
    -moz-background-size: 2px 100%;
    background-size: 2px 100%;
    background-image: -webkit-linear-gradient(bottom, #03a3e6 0%, #f3cf46 100%), -webkit-linear-gradient(bottom, #03a3e6 0%, #f3cf46 100%);
    background-image: -moz-linear-gradient(bottom, #03a3e6 0%, #f3cf46 100%), -moz-linear-gradient(bottom, #03a3e6 0%, #f3cf46 100%);
    background-image: -o-linear-gradient(bottom, #03a3e6 0%, #f3cf46 100%), -o-linear-gradient(bottom, #03a3e6 0%, #f3cf46 100%);
    background-image: linear-gradient(to bottom, #03a3e6 0%, #f3cf46 100%), linear-gradient(to bottom, #03a3e6 0%, #f3cf46 100%);
  }


/*  header  */

.box-banner {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #fff;
}

.box-banner .group-button a {
  border: 1px solid;
  background: transparent;
  font-family: "源ノ明朝", "MS PMincho", serif;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-banner .group-button {
  position: absolute;
  transform: translate(-50%, -50%);
}

.box-banner .group-button[data="slide01"] a {
  width: 240px;
  height: 50px;
  padding: 11px 0;
}

.box-banner .group-button[data="slide01"] {
  top: 55%;
  left: 50%;
}

.box-banner .group-button[data="slide02"] a {
  width: 300px;
  height: 60px;
  padding: 11px 0;
  background-color: rgba(255,255,255,0.5);
  color: #000;
}

.box-banner .group-button[data="slide02"] {
  bottom: 13%;
  left: 50%;
}

.box-banner .group-button[data="slide03"] a {
  width: 240px;
  height: 50px;
  padding: 11px 0;
  background-color: rgba:rgba(0,0,0,0.2);
  color: #fff;
}

.box-banner .group-button[data="slide03"] {
  bottom: 15%;
  left: 50%;
}

.hvr-rectangle-in:before {
    background: transparent;
}

.hvr-rectangle-in:hover, .hvr-rectangle-in:focus, .hvr-rectangle-in:active {
    color: inherit;
    opacity: 0.5;
}

.hvr-rectangle-in, .hvr-rectangle-in:before {
    -webkit-transition-duration: 1.5s;
    transition-duration: 1.5s;
}

.banner-thumb {
  padding: 0;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  border-right: 1px solid #fff;
}

.banner-thumb:last-child{
  border: none;
}

.overlay-thumb {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.banner-thumb .overlay-thumb:after {
  content: '\A';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.6);
  opacity: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.banner-thumb .overlay-thumb:hover:after, .banner-thumb.active .overlay-thumb:after{
    opacity: 0;
}

.search img{
    vertical-align: bottom;
}

/* main */
#news {
    margin-top: 80px; 
    text-align: center;
    font-size: 1em;
}

.news-board {
  font-weight: 400;
}

.wrapper-tab .content:hover {
  opacity: .5;
}

.title-news {
  padding-bottom: 40px; 
}

.title h2 {
    font-size: 3.25em;
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
}

.title p {
    font-size: 0.875em;
    font-weight: 500;
}

.wrapper-news {
    padding: 0 0 100px;
}

.news-board .flex-between {
    padding-left: 10px;
}

.view-more {
    width: 120px;
    border: 1px solid;
    padding: 4px 0;
    text-align: center;
    font-size: 0.875em;
}

.view-more:hover {
  background: #333;
}

.view-more-sp {
    text-align: right;
    margin-top: 30px;
}

.view-more-sp .view-more {
    display: inline-block;
}

.tab-content {
    text-align: left;
}

.tab-content .wrapper-tab {
    padding: 25px 20px;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center; /* 2024.12.10-変更: 中央揃えに */
}

.tab-pane .date {
    color: #666;
    width: 6.5%;
    margin-top: -2px; /* 2024.12.10-追加: 微調整のために少し上に */
}

.tab-pane .type {
    width: 140px;
    color: #fff;
    background-color: #333;
    display: inline-block;
    text-align: center;
    padding: 7px 0;
    margin: 0 50px 0 45px;
    font-size:0.875em;
    width: 13.5%;
    vertical-align: middle; /* 2024.12.10-追加 */
}

.wrapper-tab .content {
  font-weight: 300;
  width: 80%;
  margin-top: -2px; /* 2024.12.10-追加: 微調整のために少し上に */
}

#group {
    padding: 20px 0 80px;
}

#group .title {
    padding-bottom: 25px;
    margin-bottom: 60px;
}

.group-text {
    padding-top: 5px;
    margin-bottom: 45px;
}

.box-title {
    font-size: 0.875em;
    padding: 40px 0;
    margin-top: 30px;
}

#about {
    padding-bottom: 10px;
}

#about .col-md-6, #about .col-md-4 {
    margin-bottom: 165px;
    text-align: center;
}

.wrap-box {
    position: relative;
}

.about-box-content {
    position: absolute;
    top: -50px;
    left: 20px;
    padding-left: 20px;
    padding-top: 70px;
    text-align: left;
}

.about-box-content h2 {
    font-size: 2.625em;
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
}

.about-box-content p {
    margin: 0;
    font-size: 0.875em;
    font-weight: 400;
}

.box-group .box-group-pad, #about .box-about-big-pad, #about .box-about-pad {
  border-right: 1px solid #fff;
  padding: 0;
}

/**************/

.carousel-indicators {
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 768px){
    .view-more-sp a {width:200px;padding:9px 0px;font-size:1em;}
    .view-more-sp {text-align:center;}
    #about .col-md-6:first-child {
        margin-bottom: 200px!important;
    }
}

@media (max-width: 767px){
  .box-group .box-group-pad:nth-child(1n) {
    border-right: 0.5px solid #fff;
  }

  .box-group .box-group-pad:nth-child(2n) {
    border-left: 0.5px !important;
    border-right: 0;
  }

  #about .box-about-big-pad, #about .box-about-pad {
    border: none;
  }
}