@charset "utf-8";

.invisible-style{
  display: none!important;
}

.accent-font {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}


body{
  font-size:16px;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  word-break: auto-phrase;
}

p{
  margin:0;
  line-height: 2;  
  font-weight: 400;
}

.sp{
  display:none;
}

a{
  color: #000;
}
  
a:hover{
  text-decoration: underline;
}

img{
  width:100%;
  object-fit: contain;
}


h1{
  font-size: clamp(1.5rem, 1.136rem + 1.21vw, 2.5rem);
}

iframe{
  width: 100%;
  height: 500px;
}

.container{
  position: relative;
  background-image: url("https://ryoushu-souko.com/system_panel/uploads/images/20250602180902524184.png");
  background-repeat: repeat-y;
  width: 100%;
  max-width: 100%;
  padding:0 0 3rem!important;
  margin: 0 auto!important;
}

.content-title{
  position: relative;
  height: calc(120px + 20vh);
  padding-top: 140px;
  z-index: 1;
}

.content-title img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.content-title-text{
  position: absolute;
  bottom: 2rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  z-index: 1;
}

.content-title-text h1{
  text-align: center;
  font-size: 2.5rem;
  color: #fff;
  z-index: 1;
  font-weight: 400;
  margin-bottom: 1rem;
}

.content-contact{
  position: relative;
  margin: 5rem auto;
  width: 80%;
  border: #000 solid 2px;
  border-radius: 1.5rem;
  padding: 2rem 5%;
  display: flex;
  flex-direction: row;
  gap: 2rem;
  justify-content: space-between;
}

.content-contact-img{
  width: 45%;
  height: auto;
}

.content-contact-link{
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 2rem;
}

.content-contact-link-item{
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  text-align: center;
  border: #000 solid 2px;
  border-radius: 1.5rem;
  padding: 1rem;
  font-weight: bold;
  min-width: 260px;
  transition: all .3s;
}

.content-contact-link-item:hover{
  background-color: #005D91;
  color: #fff;
  text-decoration: none;
  transition: all .3s;
}

.content-contact-link-item p{
  text-align: center;
  font-weight: bold;
}

.content-contact-link-item img{
  max-width: 32px;
  height: auto;
}

.content-contact-text{
  position: relative;
}

.content-contact-text h2{
  font-size: 1.5rem;
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 1rem;
  font-weight: bold;
}

.content-contact-text h2::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 5px;
  background-color: #000; 
}

.content-company{
  position: relative;
  margin: 5rem auto 0;
  width: 80%;
  display: flex;
  flex-direction: row;
  gap: 2rem;
  justify-content: space-between;
}

.content-company-text{
  position: relative;
  margin: 2rem auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.content-company-text h2{
  font-size: 1rem;
  text-align: center;
}

.content-company-address{
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #000;
  font-weight: bold;
  font-size: 0.875rem;
}

.content-company-btn{
  position: relative;
  margin: 1rem auto;
  padding: 1rem;
  width: 180px;
  border: 1px solid #000;
  text-align: center;
  border-radius: 300px;
  transition: all .3s;
}

.content-company-btn:hover{
  background-color: #005D91;
  color: #fff;
  transition: all .3s;
  border: 1px solid #fff;
  text-decoration: none;
}

.content-company-map{
  width: 50%;
  height: 100%;
}

.row{
  margin:0;
}

.page-title{
  position: relative;
  width: 90%;
  margin: 5rem auto  0 10%;
  padding: 1rem 0;
  border-bottom: 1px solid #fff;
}
.page-title h1{
  font-size: 1rem;
  color: #fff;
}
.page-title-en{
  font-size: 4rem;
  color: #EBC551;
  margin-bottom: 1rem;
  line-height: 1;
}

.page-subtitle{
  position: relative;
  margin: 1rem auto;
  padding: 1rem 0;
}
.page-subtitle h2{
  font-size: 1rem;
  color: #fff;
}
.page-subtitle-en{
  font-size: 4rem;
  color: #EBC551;
  margin-bottom: 1rem;
  line-height: 1;
}

.bread-list{
  position: absolute;
  bottom: 0;
  right: 5%;
  display: flex;
  gap: 0.5rem;
  width: fit-content;
  align-items: center;
  z-index: 1;
  color: #fff;
}

.bread-list-text{
  width: fit-content;
  line-height: 1.2;
  color: #fff;
}

.bread-list a{
  display: flex;
  align-items: center;
  color: #fff;
}


.contact-item{
  position: relative;
  width: 90%;
  margin: 5rem auto 5rem 10%;
  padding: 3rem 0;
}

.contact-item h2{
  font-size: 4rem;
  color: #EBC551;
  margin-bottom: 1rem;
}

.contact-item-text{
    position: relative;
    text-align: center;
    width: 60%;
    margin: 0 auto;
    z-index: 1;
}

.trans-item{
    position: relative;
    width: 80%;
    margin: 5rem auto;
    padding: 3rem 0;
    display: flex;
    justify-content: center;
    gap: 2rem;
}

.trans-item a:hover{
    opacity: 0.8;
}




.form-btn{
    position: relative;
    display: block;
    height: auto;
    width: fit-content;
    padding: 1rem;
    font-size: 1.25rem;
    color: #fff;
    margin: 2rem auto;
    border: 1px solid #fff;
  min-width: 200px;
}

.form-btn p{
  margin: 0;
  line-height: 1;
}
.form-btn:hover{
    background-color: #EBC551;
    color: #fff;
}

/* スライドする要素 */
.slide-img {
  width: 300px;
  height: 300px;
  margin: 0 0.25rem;
}
/* スライドレールの枠 */
.slide-wrap {
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 340px;
  margin-bottom: 100px;
}

/* content4つをまとめたスライドブロック */
.slideshow {
  display: flex;
  -webkit-animation: loop-slide 20s infinite linear 1s both;
  animation: loop-slide 20s infinite linear 1s both;
}
@-webkit-keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}


@media screen and (max-width: 1600px) {
.lower-fv-title{
    left: 10%;
  }
}
@media screen and (max-width: 1280px) {
    .content-contact{
      flex-direction: column;
      justify-content: space-between;
    }
}


@media screen and (max-width: 1024px) {
  
  .page-title{
    position: relative;
    width: 100%;
    margin: 5rem auto 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid #fff;
  }
  .bread-list{
    margin: 1rem 0 0;
    gap: 0.5rem;
    width: fit-content;
    align-items: center;
  }
  .text-link{
    margin: 1rem auto;
  }
  .trans-list{
    width: 100%;
    margin: 3rem auto;
    padding: 1rem 0;
    gap: 1.5rem;
  }
  .contact-item{
    position: relative;
    width: 100%;
    margin: 3rem auto;
  }
  .content-contact{
    width: 90%;
  }
  .content-company{
    margin: 3rem auto;
    width: 90%;
    flex-direction: column-reverse;
  }
   .content-company-text img{
    max-width: 70%;
    height: auto;
     margin: 0 auto;
  }
  .content-company-map{
    width: 100%;
    height: 100%;
  }
  .content-contact-img{
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    }
}

@media screen and (max-width: 768px) {
  .page-title-en{
    font-size: 3rem;
  }
  .page-subtitle-en{
    font-size: 2.5rem;
  }
  .page-anchor-item{
    position: relative;
    width: 100%;
    height: auto;
  }
  .contact-item h2{
    font-size: 2.5rem;
  }
  .sp{
    display:block;
  }
  .pc{
  display:none;
  }
  body{
    font-size:14px;
  }
  
  .trans-item{
      flex-direction: column;
    align-items: center;
  }
  .content-company{
    width: 90%;
  }
  .content-contact{
    position: relative;
    margin: 3rem auto;
    width: 90%;
  }
 .content-contact-link{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .content-contact-link-item{
    margin: 0 auto;
    width: 260px;
    height: 120px;
  }
}



