/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ TOPページ ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* ---------------- TOPメイン画像 ------------------*/
.main__visual {
  width: 97.5%;
}

.main__visual .wrapper {
  width: 100%;
  max-width: 100%;
  position: relative;
}

.main__visual img {
  width: 100%;
  height: auto;
}

.main-slide .item {
  position: absolute;
  z-index: 1;
}

.main__visual .overlay-text {
  position: absolute;
  top: 30%;
  left: 560px;
  transform: translateX(-50%);
  z-index: 2;
  white-space: nowrap;
}

.main__visual .overlay-text p {
  margin-top: 35px;
  color: white;
  font-size: 2.6rem;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}

.main__visual .overlay-text img {
  width: auto;
}


 @media screen and (max-width: 1500px) {
  .main__visual {
    background-size: contain;
  }

  .main__visual .overlay-text {
    left: 34vw;
  }

  .main__visual .overlay-text p {
    font-size: 2.2rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 1200px) {
  .main__visual .overlay-text {
    top: 20%;
  }

  .main__visual .overlay-text img {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .main__visual {
    width: 100%;
  }

  .main__visual .overlay-text {
    left: 20vh;
  }

  .main__visual .overlay-text p {
    font-size: 1.8rem;
  }
} 

@media screen and (max-width: 560px) {
  .main__visual {
    padding-top: 5em;
    padding-bottom: 0;
  }

  .main__visual .overlay-text {
    left: 15vh;
  }

  .main__visual .overlay-text p {
    margin-top: 25px;
    font-size: 1.4rem;
  }
  
} 

@media screen and (max-width: 480px) {
  .main__visual .overlay-text {
    left: 27vh;
  }
} 

.top-bg02 {
  width: 100%;
  background-image: url("img/bg02.png");
  background-position: right top 23em;
  background-size: 81%;
  background-repeat: no-repeat;
}

/* ---------------- top-first ------------------*/

.top-first {
  padding: 180px 0 75px 0;
}

@media screen and (max-width: 768px) {
  .top-first {
    padding: 4em 0 0 0;
  }
} 


/* ---------------- top-second ------------------*/

.top-second {
  padding: 75px 0;
}

@media screen and (max-width: 560px) {
  .top-second {
    padding: 4em 0 0 0;
  }
} 

/* ---------------- top-third ------------------*/

.top-third {
  padding: 100px 0;
  background-image: url("img/slider-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

#vertical_tab_nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 30px;
}

#vertical_tab_nav ul {
  width: 550px;
  margin: 30px 0 0 0 ;
  padding: 0;
  list-style: none;
  order: 2;
}

#vertical_tab_nav li {
  border-bottom: 1px solid #E3E4E4;
  padding-bottom: 25px;
  margin-bottom: 20px;
  display: block;
  color: #264364;
  text-decoration: none;
  padding-right: 90px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center right;
}

#vertical_tab_nav li.tab_img01 {
  background-image: url("img/vertical_tab01.png");
}

#vertical_tab_nav li.tab_img02 {
  background-image: url("img/vertical_tab02.png");
}

#vertical_tab_nav li.tab_img03 {
  background-image: url("img/vertical_tab03.png");
}

#vertical_tab_nav li:hover,
#vertical_tab_nav li.active h3 {
  color: #172C7C;
}


#vertical_tab_nav li h3 {
  font-size: 2.4rem;
  color: #249CF1;
}

#vertical_tab_nav .box {
  width: 631px;
  min-height: 643px;
  order: 1;
  background-image: url("img/top-four-bg.png");
  background-repeat: no-repeat;
  background-position: center top;
}

#vertical_tab_nav .box article {
  display: none;
  opacity: 0;
  transition: opacity 0.1s ease;
  margin-top: 20px;
}

#vertical_tab_nav .box article.active {
  opacity: 1;
}

#vertical_tab_nav .btn a {
  width: 240px;
  display: block;
  background: linear-gradient(to left, #172C7C 50%, #249CF1 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  border-radius: 30px;
  color: #fff;
  padding: 5px 30px 6px 30px;
  margin: 35px auto;
  text-align: center;
  font-weight: 500;
  transition: background-position 0.2s ease-in-out;
}

#vertical_tab_nav .btn a:hover {
  background-position: left bottom;
}

@media screen and (max-width: 1260px) {
  #vertical_tab_nav ul{
    width: 55%;
  }

  #vertical_tab_nav .box {
    width: 45%;
  }

  #vertical_tab_nav .box img{
    width: 100%;
  }
} 

@media screen and (max-width: 768px) {
  #vertical_tab_nav {
    display: block;
    width: 100%;
    margin-top: 30px;
  }

  #vertical_tab_nav ul{
    width: 100%;
  }

  #vertical_tab_nav .box {
    display: block;
    width: 100%;
    min-height: auto;
  }

} 

@media screen and (max-width: 560px) {
  .top-third {
    padding: 4em 0 0 0;
  }

  #vertical_tab_nav li h3 {
    font-size: 1.8rem;
  }

  #vertical_tab_nav li a{
    font-size: 1.8rem;
    line-height: 1.5;
  }

  .accordion-content {
    margin-top: 0;
  }
} 


/* ---------------- top-four ------------------*/

.top-four {
  padding: 90px 0 0 0;
} 

@media screen and (max-width: 560px) {
  .top-four {
    padding: 4em 0 0 0;
  } 
} 


/* ---------------- top-five ------------------*/

.top-five {
  padding: 140px 0 155px 0;
}

@media screen and (max-width: 768px) {
  .top-five .fl {
    display: block;
  }
} 

@media screen and (max-width: 560px) {
  .top-five {
    padding: 4em 0 0 0;
  }
  
} 





.top-business {
  display: flex;
  gap: 0;
  align-items: center;
  max-width: 1200px;
}

.left-block, .right-block {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
}

.left-block {
  position: relative;
  width: 650px;
  height: 700px;
  background-image: url(img/top-four-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.right-block{
  position: relative;
  width: 550px;
}

.circle-image {
  width: 298px;
  height: 298px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  position: absolute;
  overflow: hidden;
}

.circle1 {
  top: 0;
  left: 28%;
  background-image: url(img/top-four01.png);
  background-repeat: no-repeat;
  background-position: top center;
}

.circle2 {
  bottom: 0;
  left: 0;
  background-image: url(img/top-four02.png);
  background-repeat: no-repeat;
  background-position: top center;
}

.circle3 {
  bottom: 0;
  right: 0;
  background-image: url(img/top-four03.png);
  background-repeat: no-repeat;
  background-position: top center;
}

.circle-image:hover {
  transform: scale(1.1);
}

.circle1:hover, .circle2:hover, .circle3:hover {
  transform: scale(1.1);
}

.circle-image.hidden .number {
  opacity: 0;
}

.circle-image.hidden .dot {
  opacity: 1;
  transform: scale(1);
}

.number {
  transition: opacity 0.3s ease;
}

.text-item {
  padding: 15px 100px 15px 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 600;
  color: #333;
  border-bottom: 1px solid #E3E4E4;
  position: relative;
  overflow: hidden;
}

.text-item:hover {
  background: rgb(236, 238, 255);
}

.text-item.tab_img01 {
  background-image: url("img/vertical_tab01.png");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center right;
}

.text-item.tab_img02 {
  background-image: url("img/vertical_tab02.png");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center right;
}

.text-item.tab_img03 {
  background-image: url("img/vertical_tab03.png");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center right;
}

.text-item.hidden .text-content {
  opacity: 1;
  position: relative;
  z-index: 1;
}

.text-item.hidden .text-content h3 {
  color: #249CF1;
}

.text-item .text-content p {
  font-weight: 400;
}

.text-item.hidden .text-dot {
  opacity: 1;
  transform: scale(1);
  background-color: #e4e7ff;
}

.text-content {
  transition: opacity 0.3s ease;
}

.block-title {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: 1px;
}

.right-block .btn a {
  width: 240px;
  display: block;
  background: linear-gradient(to left, #172C7C 50%, #249CF1 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  border-radius: 30px;
  color: #fff;
  padding: 5px 30px 6px 30px;
  margin: 35px auto;
  text-align: center;
  font-weight: 500;
  transition: background-position 0.2s ease-in-out;
}

.right-block .btn a:hover {
  background-position: left bottom;
}

@media (max-width: 1200px) {
  .left-block {
    width: 45%;
    background-size: contain;
  }

  .right-block{
    width: 50%;
    margin-left: 5%;
  }

  .circle-image {
    width: 200px;
    height: 200px;
  }

  .circle-image img {
    width: 100%;
    height: auto;
  }

  .circle1 {
    background-size: contain;
    top: 5em;
    left: 27%;
  }
  
  .circle2 {
    background-size: contain;
    bottom: 5em;
  }
  
  .circle3 {
    background-size: contain;
    bottom: 5em;
  }
}

@media (max-width: 1000px) {
  .top-business {
    display: block;
  }

  .left-block {
    width: 80%;
    height: 600px;
    margin: 5em auto 3em auto;
  }

  .right-block{
    width: 100%;
    margin-left: 0;
  }

  .circle-image {
    width: 40%;
    height: 40%;
  }

  .circle1 {
    top: -8%;
    left: 28%;
    background-position: center;
  }

  .circle2 {
    bottom: 0;
    background-position: center;
  }
  
  .circle3 {
    bottom: 0;
    background-position: center;
  }
}


@media (max-width: 560px) {
  .left-block {
    width: 80%;
    height: 400px;
  }
}







