@charset "UTF-8";
#wrap{
    overflow: hidden;
}
img{
    width: 100%;
    height: auto;
}


.tab-group li{
    position: relative;
    width: 32.5%;
}
.header{
  background: rgba(12,66,106,0.4);
}

/* subhead */
.subhead{
    height: 100vw;
    max-height:400px;
    background: url(../img/link/subhead.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.subhead_ttl {
    display: flex;
    /* margin: 90px 0 0; */
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 110px;
    text-align: center;
}
.subhead_ttl_ja {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 0.2em;
    color: #fff;
}

/*重複する設定*/
.w-container{
  max-width: 1200px;
  margin: 0 auto;
}
.phone-br{
  display: none;
}
@media (max-width:1240px) {
  .w-container{
      padding: 0 20px;
  }
}
@media (max-width:630px){
  .phone-br{
    display: block;
  }
}
/*link1*/
.link1{
  padding-top: 120px;
  text-align: center;
  margin-bottom: 83px;
}
.link1 h3{
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1;
}
.link1 .en-ttl{
  margin-bottom: 92px;
  font-weight: bold;
  font-size: 18px;
  color: #0e7ed0;
  line-height: 1;
}
.link1 .en-ttl::after{
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background-color: #444;
  margin: 0 auto;
  margin-top: 20px;
}
.link1 .slider{
  margin-bottom: 100px;
  height: 320px;
  
}
.link1 .slider .slide-card{
  background-color: #fff;
  padding: 10px;
}
.link1 .slider .slide-card a {
  border-top: 5px solid #000;
  display: block;
  box-shadow: 0px 0px 6.57px 2.43px rgba(194, 194, 194, 0.71);
  position: relative;
}
.link1 .slider .slide-card p{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.slick-next{
  right:-30px !important;
}
.slick-prev{
  left:-30px!important;
}
.slick-arrow{
  z-index:2!important;
}
.slick-arrow:before{
	content:""!important;
}
.slick-arrow:before{
  content:""!important;
  width: 20px!important;
  height: 60px!important;
  position: absolute;
  top: 0;
  left: 0;
}

.slick-next:before{
  background: url(../img/link/next.png)!important;
  background-size: contain!important;
}

.slick-prev:before{
  background: url(../img/link/prev.png)!important;
  background-size: contain!important;
}
.link1-setsumei{
  font-size: 16px;
}
@media (max-width:1300px){
  .link1 .slider-wrap{
    padding: 0 50px;
  }
  .link1 .slider{
    height: 22vw;
    margin-bottom: 50px;
  }
  .slick-arrow:before{
    width: 15px !important;
    height: 45px !important;
  }
}
@media (max-width:900px){
  .link1 .slider{
    height: 27vw;
  }
  
}
@media (max-width:768px){
  .link1{
    margin-bottom: 50px;
    padding-top: 120px;
  }
  .link1-setsumei{
    font-size: 14px;
  }
}
@media (max-width:600px){
  .link1 .slider{
    height: 75vw;
    margin-bottom: 40px;
  }
}
@media (max-width:400px) {
  .link1 .slider{
    height: 62vw;
  }
}
/*link2*/
.link2 h3{
  font-size: 24px;
  display: flex;
  align-items: center;
  margin-bottom: 64px;
}
.link2 h3::after,
.link2 h3::before{
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #444;
}
.link2 h3::before{
  margin-right: 1rem;
}
.link2 h3::after{
  margin-left: 1rem;
}
.link2-box{
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 6.57px 2.43px rgba(194, 194, 194, 0.71);
  padding: 50px 0;
  margin-bottom: 40px;
}
.link2-image{
  width: 70%;
}

.bottun-area{
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 120px;
}
.bottun-link{
  width: 220px;
  height: 50px;
  color: #fff;
  font-size: 14px;
  background-color: #0e7ed0;
  border-radius: 25px;
  opacity: 1;
  transition: all 0.3s;
}
.bottun-link a{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.bottun-link a img{
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
}
.bottun-link:hover{
  opacity: 0.8;
}
@media (max-width:768px){
  .bottun-area{
    flex-direction: column;
    gap:25px;
    align-items: center;
    margin-bottom: 80px;
  }
}
@media (max-width:500px){
  .link2 h3{
    margin-bottom: 40px;
  }
}
@media all and (-ms-high-contrast: none) {
  .bottun-area{
    display: flex;
    justify-content:space-between;
    max-width:460px;
    margin:0 auto 120px;
  }
  .bottun-link{
    margin: 0 0 20px;
  }
}