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

/* ---------------- TOPメイン画像 ------------------*/
.main__visual .wrapper {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

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


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

  .main__visual .con img {
    width: 100%;
  }

  .main__visual .con p br {
    display: none;
  }
} 

@media screen and (max-width: 1100px) {
  .main__visual {
    background-size: contain;
    padding-top: 60px;
  }
} 

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

/* ---------------- top-slide ------------------*/

.top-slide {
  padding: 90px 0 130px 0;
  background-image: url("img/slide_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  text-align: center;
}

.top-slide .slider_inner {
  overflow: hidden;
}

.top-slide .slider_inner img {
  height: auto;
  transition: transform .6s ease;
}

.top-slide .slider_inner:hover img {
  transform: scale(1.02);
}

.top-slide.btn a {
  width: 300px;
  display: block;
  background-color: #354C74;
  border-radius: 30px;
  color: #fff;
  padding: 5px 30px 6px 30px;
  margin: 60px auto 0 auto;
  text-align: center;
}

.top-slide .btn a:hover{
  display: block;
  color: #354C74;
  background: #F3DA45;
 }

.top-slide .wrapper {
  max-width: 100%;
}

.top-slide .slide_category {
  margin: 30px 0 60px 0;
}

.top-slide .slide_category li a {
  display: block;
  background-color: #fff;
  border: 1px solid #B7C4CF;
  color: #5D5F68;
  border-radius: 5px;
  padding: 1px 15px 3px 15px;
  margin: 0 4px;
}

.top-slide .slide_category li a:hover {
  background-color: #B7C4CF;
  color: #fff;
}

.top-slide .slide_category li.is-active a,
.top-slide .slide_category li a.is-active {
  background-color: #B7C4CF;
  color: #fff;
}
.products-tab-panels {
  width: 100%;
}

.products-tab-panel {
  display: none;
}

.products-tab-panel.is-active {
  display: block;
}
.top-slide.blog data {
  font-size: 1.2rem;
  display: block;
  margin-top: 10px;
  text-align: left;
}

.top-slide.blog p {
  margin-bottom: 60px;
}

.top-slide.blog .category {
  font-size: 1.2rem;
  background-color: #A9BCBF;
  color: #fff;
  border-radius: 3px;
  display: table-cell;
  padding: 0 5px 2px 5px;
  text-align: left;
}

.prev_icon {
  width: 36px !important;
  position: absolute;
  bottom: -60px;
  left: 30px;
  cursor: pointer;
}

.next_icon {
  width: 36px !important;
  position: absolute;
  bottom: -60px;
  left: 90px;
  cursor: pointer;
}

@media screen and (max-width: 560px) {
  .top-slide {
    width: 100%;
  }

  .prev_icon {
    width: 30px !important;
    left: 15px;
  }
  
  .next_icon {
    width: 30px !important;
    left: 60px;
  }

} 


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

.top-first {
  padding: 130px 0 220px 0;
}

.top-first .mb60 {
  margin-bottom: 60px;
}

.top-first h2 {
  font-size: 3.0rem;
  color: #D4989C;
  margin-bottom: 20px;
}

.top-first p.la {
  font-size: 1.8rem;
  line-height: 1.9;
}

.top-first .box01 {
  margin-bottom: 240px;
}

.top-first .box01 .l-img-con {
  margin-bottom: 40px;
  display: flex;
  justify-content: start;
}

.top-first .box01 .l-img-con .image__area {
  width: 201px;
  margin-right: 20px;
}

.top-first .box01 .l-img-con h3 {
  font-size: 2.0rem;
  font-weight: 600;
  color: #D4989C;
  margin-top: -10px;
  margin-bottom: 10px;
}

.top-first .box01 .btn {
  margin-top: 60px;
  text-align: center;
}

.top-first .box02 .wrapper {
  max-width: 94%;
}

.top-first .box02 .l-img-con .image__area {
  width: 644px;
  margin-right: 50px;
}

.top-first .box02 .l-img-con .text__area p {
  margin-bottom: 2em;
}

@media screen and (max-width: 1000px) {
  .top-first .box01 .btn img {
    width: 100%;
  }
} 


@media screen and (max-width: 560px) {
  .top-first {
    padding: 60px 0 60px 0;
  }

  .top-first h2 {
    font-size: 2.2rem;
  }

  .top-first p.la {
    font-size: 1.6rem;
  }

  .top-first .box01 .l-img-con h3 {
    font-size: 1.8rem;
  }

  .top-first .mb60 {
    margin-bottom: 30px;
  }

  .top-first .box01 .l-img-con {
    margin-bottom: 10px;
  }

  .top-first .box01 .btn {
    margin-top: 20px;
  }

  .top-first .box01 {
    margin-bottom: 80px;
  }

} 


/* ---------------- お知らせ ------------------*/
.info {
  padding: 130px 0;
}

main .info .sub-title h2 {
  font-size: 2.4rem;
}

.info_con {
  margin-top: 50px;
  margin-bottom: 50px;
}

.info_con .dac {
  width: 220px;
  align-items: flex-start;
}

.info_con .info_list {
  border-bottom: 1px solid #DCDBDB;
}

.info_con .info_list a {
  padding: 25px 10px 27px 10px;
}

.info_con .info_list a:hover {
  background-color: #f3f3f3;
}

.info_con .info_list h3 {
  width: 850px;
}

.info_con .info_list data {
  width: 130px;
  margin-right: 0.4em;
}

.info_con .info_list .ca01 {
  color: #fff;
  background-color: #939393;
  border-radius: 3px;
  font-size: 1.2rem;
  width: 80px;
  text-align: center;
  margin-right: 0.8em;
  padding: 2px 2px 4px 2px;
}

.info_con .info_list .ca02 {
  color: #fff;
  background-color: #DEACB0;
  border-radius: 3px;
  font-size: 1.2rem;
  width: 80px;
  text-align: center;
  margin-right: 0.8em;
  padding: 2px 2px 4px 2px;
}

.info-all .info_con {
  width: 100%;
  margin-top: 0;
}

.info .btn {
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .info_con .info_list h3 {
    width: 75%;
  }
}

@media screen and (max-width: 768px) {
  .info .info_list a.fl {
    display: block;
  }
  
  .info-all .info_con {
    margin-bottom: 0;
  }

  .info_con {
    width: 100%;
    margin-top: 1.5em;
    margin-bottom: 3em;
  }

  .info_con .info_list a {
    padding: 25px;
  }

  .info_con .info_list h3 {
    margin-top: 10px;
    width: 100%;
  }
}

@media screen and (max-width: 560px) {
  main .info .sub-title h2 {
    font-size: 2.0rem;
  }

  .info {
    padding: 60px 0;
  }

  .info_con .info_list .bg01 {
    font-size: 1.2rem;
  }

  .info_con .info_list h3 {
    border-bottom: none;
  }
}



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

.top-second {
  padding: 130px 0;
  background-image: url("img/bg03.png");
  background-repeat: no-repeat;
  background-position: right top;
}

@media screen and (max-width: 560px) {
  .top-second {
    background-size: 40%;
    padding: 5em 0;
  }
} 

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

.top-third {
  padding: 140px 0;
  background-color: #FAFAFA;
  background-image: url("img/bg07.png");
  background-repeat: no-repeat;
  background-position: left top;
}

#vertical_tab_nav{
  display: flex;
  width: 100%;
  margin-top: -8px;
}

#vertical_tab_nav ul{
  display: block;
  margin: 0px;
  padding: 0px;
  list-style: none;
  overflow: hidden;
  width: 650px;
  order: 2;
}

#vertical_tab_nav li{
  border-bottom: 1px solid #E3E4E4;
  text-align: left;
  padding: 0px;
  font-weight: 600;
}

#vertical_tab_nav li:last-child{
  margin-bottom: 0px;
}

#vertical_tab_nav li a{
  display: block;
  font-size: 2.2rem;
  color: #264364;
  text-decoration: none;
}

#vertical_tab_nav li a.selected{
  background: #F3DA45;
  color: #264364;
}

#vertical_tab_nav .box {
  display: block;
  float: left;
  width:550px;
  min-height: 400px;
  padding: 0 25px;
  border-radius: 0 10px 10px 0;
}

#vertical_tab_nav .box article{
  display: none;
  margin: 0px;
  color: #555;
}

#vertical_tab_nav .box article p{
  margin: 0px 0px 20px 0px;
}

.accordion-content {
  display: none;
  padding: 0 25px 15px 25px;
  background-color: #F3DA45;
  color: #333;
  font-weight: 500;
  font-size: 1.6rem;
  margin-top: -18px;
  line-height: 1.9;
}

.accordion-item a.accordion-trigger {
  display: block;
  padding: 13px 25px;
  background: #FAFAFA;
  text-decoration: none;
}

.accordion-item a.accordion-trigger.open {
  background: #FAFAFA;
}

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

  #vertical_tab_nav .box {
    width: 45%;
  }

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

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

  #vertical_tab_nav ul img {
    width: 70%;
    margin: 2em auto 0;
    display: block;
  }

  #vertical_tab_nav .box {
    display: none;
  }

} 

@media screen and (max-width: 560px) {
  .top-third {
    padding: 5em 0;
    background-size: 40%;
  }

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

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



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

.top-five {
  padding: 140px 0;
  background-image: url("img/bg06.png");
  background-repeat: no-repeat;
  background-position: right bottom;
}

.top-five .faq{
  padding: 60px 60px 30px 60px;
  background-color: #B8E5F8;
  border-radius: 20px;
}

@media screen and (max-width: 560px) {
  .top-five {
    padding: 8em 0;
    background-size: 40%;
  }
} 



/* ---------------- 泡の設定 ------------------*/
.bubble-section {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.bubble-section span {
  position: absolute;
  bottom: 0;
  background-color: transparent;
  border-radius: 50%;
  pointer-events: none;
  -webkit-box-shadow: inset 0 0 10px rgba(119, 119, 119, 0.2);
  box-shadow: inset 0 0 10px rgba(119, 119, 119, 0.2);
  -webkit-animation: bubble 25s linear infinite;
  animation: bubble 25s linear infinite;
  z-index: -1;
}

.bubble-section span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0.25) translate(-70%, -70%);
  transform: scale(0.25) translate(-70%, -70%);
  background: -webkit-radial-gradient(rgba(226, 221, 221, 0.5), transparent);
  background: radial-gradient(rgba(235, 228, 228, 0.5), transparent);
  border-radius: 50%;
  z-index: -1;
}

@-webkit-keyframes bubble {
  0% {
    -webkit-transform: translatY(0);
    transform: translatY(0);
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-320vh);
    transform: translateY(-320vh);
    opacity: 0;
  }
}

@keyframes bubble {
  0% {
    -webkit-transform: translatY(0);
    transform: translatY(0);
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-320vh);
    transform: translateY(-320vh);
    opacity: 0;
  }
}

@media screen and (max-width: 768px) {
  .bubble-fv__circle {
    width: 80vw;
    height: 80vw;
    font-size: 6vw;
  }
  .bubble-circle {
    width: 60vw;
    height: 60vw;
    font-size: 6vw;
  }
}


.bubble-section02 {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

@keyframes bubble02 {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-900vh);
    opacity: 1; /* ← 最後まで透明にならないように修正 */
  }
}

.bubble-section02 span {
  position: absolute;
  bottom: 0;
  background-color: transparent;
  border-radius: 50%;
  pointer-events: none;
  box-shadow: inset 0 0 10px rgba(119, 119, 119, 0.2);
  animation: bubble02 40s linear infinite; /* ← 時間を長めに調整も可能 */
  z-index: -1;
}
