/*------------------------------------------------------------------------------
  PC or ALL
------------------------------------------------------------------------------*/

.header-nav > ul > li > a span.title{
  font-weight: bold;
  color: #e73c3c;
}
.mainvisual2{
  background: #e00000;
  .swiper-slide{
    border: 2px solid #fff;
    border-radius: 3vmin;
  }
  .swiper-pagination-bullet{
    background: #fff;
    opacity: 1;
  }
  .swiper-pagination-bullet-active{
    background: #000;
  }
}


.footer-main {
  margin-bottom: 20px;
  padding-bottom: 20px;
  .logo{
    width: 240px;
  }
}
.footer{
  padding: 40px 0 60px;
}
.pagetop a{
  background: #e00000;
  color: #fff;
}

.fixed-footer {
  background: #fff;
}
.fixed-footer .contact a{
  background: #e00000;
}
.fixed-footer .tel a:before{
  color: #e00000;
}

.sns-icon-list {
  & li {
    & a[href*="line.me"],
    & a[href*="lin.ee"] {
      background: #06C755;
    }

    & a[href*="twitter.com"],
    & a[href*="x.com"],
    & a[href*="t.co"] {
      background: #000;
    }

    & a[href*="facebook.com"],
    & a[href*="fb.com"] {
      background: #1877f2;
    }

    & a[href*="instagram.com"],
    & a[href*="instagr.am"] {
      background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    }

    & a[href*="youtube.com"],
    & a[href*="youtu.be"] {
      background: #FF0000;
    }
  }
}

.pro-detail{
  display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
  margin-bottom: 6vmin;
}
.pro-text{
  display: flex;
  flex-flow: column;
}
.pro-btn{
  margin-top: auto;
  text-align: center;
}

.gal-nav-list{
  & > li {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    font-size: 2rem;
    &:first-child{
      border-top: 1px solid #ddd;
    }
    & > ul{
      width: 100%;
      padding-left: 20px;
      & li a{
        display: flex;
        align-items: center;
        font-size: 1.6rem;
        color: inherit;
        &::before{
          content: "\eaaa";
          color: #333;
          font-family: "Material Symbols Outlined";
          font-variation-settings: "FILL" 1, "wght" 500, "GRAD" 0, "opsz" 20;
          line-height: 15px;
          text-align: center;
        }
      }
    }
  }
  .toggle-btn {
    cursor: pointer;
    background: none;
    border: none;
    font-size: 16px;
    font-weight: bold;
  }
  
  .children {
    display: none;
    margin-left: 1em;
  }
  
}


.home .page-content{

padding: 0;

.sm{
  max-width: 1124px;
  padding: 0;
}

.box .btn a{
  padding: 23px 70px 22px 50px;
  border-radius: 0;
  &::before{right: 20px;}
}

.title-type04 {
  padding-bottom: 0;
  &::before{display: none;}
  .en{
    font-size: 7.7rem;
    color: #e73c3c;
  }
  .ja{
    font-size: 2.1rem;
    opacity: 1;
  }
}

.main-message{
  .image-bg-type01 .text{
    border-top: 4px solid #e00000;
    text-align: center;
    line-height: 2;
  }
}

.main-prof{
  .image-text-type03{
    .box-h3{
      margin-bottom: 2vmin;
      font-size: 3.4rem;
      font-weight: bold;
    }
    .copy{color: #e00000;}
  }
}

.box-flow{
  &::before{
    position: absolute;
    top: 6.5vmin;
    right: 0;
    width: 100%;
    height: 2px;
    background: #e00000;
  }
  .ja{
    position: relative;
    z-index: 3;
    font-size: 3.8rem;
    background: #fff;
    padding-right: 2vmin;
  }
  .en{
    font-size: 2rem;
    color: #e00000;
    opacity: 1;
  }
}

.main-menu{
  &::before{background: #fde8e8;}
  .banner-type03 {
    margin-bottom: 0;
    & + .banner-type03{
      margin-top: 30px;
    }
    & ul:has(> :nth-child(4)) {
      grid-template-columns: repeat(4, 1fr);
    }
    & ul li{
      background: #fff;
      .text{
        color: #000;
        padding-right: 5px;
        background: linear-gradient(to right, #e00000, #e00000) no-repeat 0 center / 3px 26px;
        .ja{
          font-size: 1.6rem;
        }
      }
    }
  }
}

.main-cnt{
  .image-text-type03 .text{
    padding-right: 2vmin;
    .box-h3{
      padding-left: 5px;
      border-left: 8px solid #e00000;
    }
  }
}

.main-banner{
  .banner-type01{
    & li{
      border: 3px solid #e00000;
       & a{
        padding: 5vmin;
        color: #000;
        &::after{display: none;}
       }
       .ja{font-size: 5.6rem;}
       .en{
          font-size: 2.4rem;
          color: #e00000;
       }
    }
  }
}

.main-news{
  .swiper-pagination-bullet{
    background: #cccccc;
    opacity: 1;
  }
  .swiper-pagination-bullet-active{
    background: #e00000;
  }
}

/* home */
}

/* 20250718 added by Fabo */

.mt-0 { margin-top: 0 !important;}
.mt-s { margin-top: 4vh !important;}
.mt-m { margin-top: 7vh !important;}
.mt-l { margin-top: 10vh !important;}

.mb-0 { margin-bottom: 0 !important;}
.mb-s { margin-bottom: 4vh !important;}
.mb-m { margin-bottom: 7vh !important;}
.mb-l { margin-bottom: 10vh !important;}

.page-content h2:not([class]),
.page-content h3:not([class]),
.page-content h4:not([class]) {
    margin-bottom: 3vh;
}

.page-content .image-text-type01 .text {
    overflow: hidden;
}
.page-content .image-text-type01 .text :first-child{
    margin-top: 0;
}
.page-content  .list-check-type01 {
    display: flex;
    justify-content: flex-start;
}

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

.table_qa {
  width: 100%;
  margin-bottom: 30px;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
.table_qa th {
  width: 5%;
  padding: 20px 10px;
}
.table_qa td {
  padding: 20px 10px;
  vertical-align: middle;
}
.table_qa tr:nth-child(2n-1) td {
  font-size: 18px;
  font-weight: bold;
}
.table_qa tr:nth-child(2n) {
  background: var(--sub-color);
}
.table_qa tr:nth-child(2n) th {
  vertical-align: top;
}
.q_icon {
  display: inline-block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--main-color);
  line-height: 44px;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.a_icon {
  display: inline-block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--main-color-2);
  line-height: 44px;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

/*------------------------------------------------------------------------------
  TABLET and SHONE
------------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
}

/*------------------------------------------------------------------------------
  TABLET ONLY
------------------------------------------------------------------------------*/
@media screen and (min-width: 600px) and (max-width: 1024px) {
}

/*------------------------------------------------------------------------------
  SPHONE ONLY
------------------------------------------------------------------------------*/
@media screen and (max-width: 599px) {

.pro-detail{
  grid-template-columns: repeat(1, 1fr);
}
  

.home .page-content{

padding: 0 0 60px;

.title-type04 {
  padding-bottom: 0;
  &::before{display: none;}
  .en{
    font-size: 4rem;
    color: #e73c3c;
  }
  .ja{
    font-size: 2.1rem;
    opacity: 1;
  }
}

.main-prof{
  .box-flow{
    text-align: center;
    &::before{display: none;}
  }
  .image{
    margin: 0 3vmin;
  }
}

.main-menu {
  .banner-type03 {
    padding: 0 3vmin;
    & ul:has(> :nth-child(4)) {
      grid-template-columns: repeat(2, 1fr);
      & li{display: block;}
      .text,.image{width: 100%;}
    }
  }
}

.main-banner{
  .banner-type01{
    & li{
      padding-right: 20vmin;
       .ja{font-size: 4rem;}
       .en{
          font-size: 2rem;
          color: #e00000;
       }
    }
  }
}

  /* home */
}


}
