@charset "utf-8";

.gjs-dashed .modal{
  display:block;
  opacity: 1;
  visibility: visible;
  z-index:100;
  height:max-height;
}

.gjs-dashed .layer{
  position:relative;
  opacity: 1;
  visibility: visible;
  z-index:100;
  height:max-height;
}

.gjs-dashed .modal-name .accent{
  font-size:1.5rem;
}

.about-p{
  max-width:1345px;
  margin:7.5rem auto 0;
  width:80%;
}

.lower-fv{
  padding-bottom:300px;
}

.policy-wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1230px;
  margin: 0 0 0 auto;
}

.policy-box{
  width:24%;
}


.moving-5 {
  aspect-ratio:1;
  display:grid;
}
.moving-5:before,
.moving-5:after {
  content:"";
  --c: linear-gradient(#fff 0 0);
  background:var(--c), var(--c);
  background-size:25% 50%;
  background-repeat:no-repeat;
  animation:m5 1.5s infinite linear;
}
.moving-5:after {
  transform:scale(-1);
}
@keyframes m5 {
  0%,
  5%   {background-position:33.4% 100%,66.6% 100%}
  25%  {background-position:33.4% 100%,100% 0}
  50%  {background-position:0 0,100% 0}
  75%  {background-position:0 0,66.6% 100%}
  95%,
  100% {background-position:33.4% 100%,66.6% 100%}
} 

.strength-wrap{
  width:50%;
  flex-direction: column;
  gap:5rem;
}

.strength-item {
  width: 100%;
  border:none;
  padding:0;
}

.strength-item h3{
  margin:2.5rem 0 1.5rem;
  padding-bottom:1.5rem;
  border-bottom:0.5px solid #5A5A5A;
}

.message-wrap{
  display: flex;
  justify-content: end;
  gap:8%;
  align-items: flex-start;
}

.message-img::before{
  content:"";
  position:absolute;
  width: 65%;
  left: -37%;
  top:0;
  aspect-ratio:455/665;
  background:url(https://salkan.co.jp/system_panel/uploads/images/20260409160720384844.png) no-repeat center/contain;
}

.message-img{
  width: 30%;
  max-width: 365px; 
  position:relative;
}

.message-txt{
  width:55%;
  position: relative;
}

.message-txt h3{
  font-size:18px;
  margin-bottom:2.5rem;
}

.message-txt p{
  font-size:15px;
}

.message-name{
  display: flex;
  align-items: center;
  gap: 1.5rem;
  width: fit-content;
  margin: 3.5rem 0 0 auto;
}

.message-name p:last-child{
  font-size:clamp(0.875rem, 0.784rem + 0.3vw, 1.125rem);
}

.company-wrap{
  margin:3rem 0 5rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.company-item{
  width:47.5%;
}

.company-list{
  display:flex;
  border-bottom:0.6px solid #5A5A5A;
  padding:2rem 0;
}

.company-list p{
  width:150px;
}

.company-list p:last-child{
  width:calc(100% - 150px);
}

.company iframe{
  width:100%;
  height:400px;
  border:none;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.member{
  padding-bottom:10rem;
}

.member-wrap{
  max-width:832px;
  margin:0 0 0 auto;
  display:flex;
  flex-wrap:wrap;
  gap:3.5rem;
}

.member-item{
  width:calc((100% - 7rem ) / 3);
}

.member-txt{
  margin-top:2rem;
}

.member-txt > p{
  color:#9F9F9F;
  font-size:13px;
}

.member-name{
  display:flex;
  font-size:clamp(1.25rem, 1.167rem + 0.28vw, 1.5rem);
  justify-content: space-between;
  align-items: center;
}


.layer {
  background: rgba(0, 0, 0, 1);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s linear, visibility 0.5s linear, z-index 0.5s linear;
}



.layer.is-open {
  z-index: 999;
  opacity: 1;
  visibility: visible;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.layer.is-open .modal{
  opacity: 1;
  visibility: visible;
  display: block;
}

.close-button {
  cursor: pointer;
  font-family: Oswald, sans-serif;
  font-weight: 400;
}

.modal {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 80%;
  opacity: 0;
  visibility: hidden;
  transition:  visibility .7s linear, opacity .7s linear;
  max-width: 1140px;
}


.modal__inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: auto;
}

.modal__content {
  padding-top: 15px;
  padding-bottom: 23px;
}


.modal__button-area {
  max-width: 843px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 17px;
  padding-top: 15px;
}

.modal-wrap{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 3.5rem;
}

.modal-wrap > img{
  width:30%;
}

.modal-txt{
  width:65%;
}

.modal-name{
  display:flex;
  align-items:flex-end;
  gap:1rem 1.5rem;
  margin-bottom:2rem;
  flex-wrap: wrap;
}

.modal-name .accent{
  font-family: "Six Caps", sans-serif;
  text-transform: uppercase;
  font-size:clamp(4rem, 2.833rem + 3.89vw, 7.5rem);
  line-height: 1;
}

.modal-name p:last-child{
  font-size:15px;
  color:#9F9F9F;
}

.modal .company-list{
  padding:1.5rem 0;
}

.member-txt .arrow-btn.right{
  width:2.5rem;
  height:2.5rem;
}

.member-txt .arrow-btn.right::before{
  background:#0B0D10;
  height:1px;
  width:12px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.member-txt .arrow-btn.right::after{
  background:#0B0D10;
  height:12px;
  width:1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.member-item:hover .arrow-btn.right::after{
  height:0;
}

#company{
  padding-bottom:0;
}

@media screen and (max-width: 1600px) {
  .message-wrap{
    gap:5%;
  }
}


@media screen and (max-width: 1280px) {

}


@media screen and (max-width: 1024px) {
  .company-wrap{
    flex-direction:column;
  }
  .policy-wrap{
    flex-direction:column;
    gap: 3rem;
  }
  .strength-wrap{
    width:100%;
    gap: 3rem;
  }
  .strength-item h3 {
    margin: 1.5rem 0 2rem;
  }
  .company-item{
    width:100%;
  }
  .member-item {
    width: calc((100% - 3rem) / 3);
  }
  .member-wrap{
    gap:3rem 1.5rem;
  }
  .member-name{
    font-size: 1.2rem; 
  }
  .member-txt .arrow-btn.right {
    width: 2rem;
    height: 2rem;
  }
  .member-txt {
    margin-top: 1rem;
  }
  .modal .company-list p {
    width: 100px;
  }
  .modal .company-list p:last-child {
    width: calc(100% - 100px);
  }
  .lower-fv{
    padding-bottom:160px;
  }
  .about-p{
    margin: 5rem auto 0;
  }
}

@media screen and (max-width: 767px) {
  .lower-fv{
    padding-bottom:5rem;
  }
  .about-p{
    margin: 3rem auto 0;
    width: 100%;
  }
  .policy-box {
    width: 170px;
  }
  .member-wrap {
    gap: 1.5rem 1rem;
  }
  .member-item {
    width: calc((100% - 1rem) / 2);
  }
  .member-txt .arrow-btn.right {
    width: 1.5rem;
    height: 1.5rem;
  }
  .member-name {
    font-size: 17px;
  }
  .message-wrap{
    flex-direction: column;
    gap: 3rem;
    margin: 2rem 0;
  }
  .message-img{
    width: 100%;
    max-width: 400px;
  }
  .message-img img{
    width: 80%;
    margin: 0 0 0 auto;
  }
  .message-txt{
    width:100%;
  }
  .message-wrap::before{
    width:100%;
    max-width: 400px;
  }
  .company-list{
    flex-direction: column;
    padding: 1rem 0;
  }
  .company-list p,
  .company-list p:last-child,
  .modal-txt{
    width:100%;
  }
  .company-wrap{
    font-size:clamp(0.875rem, 0.833rem + 0.14vw, 1rem);
  }
  .company iframe{
    height:350px;
  }
  .modal-wrap{
    flex-direction: column;
    margin-bottom: 1rem;
    gap: 1rem;
  }
  .modal .company-list{
    padding: 0.5rem 0;
    font-size:12px;
    flex-direction: row;
  }
  .modal .company-list p{
    width:80px;  
  }
  .modal .company-list p:last-child{
    width:calc(100% - 80px);  
  }
  .modal-name{
    margin-bottom:0.5rem;
    gap: 0.5rem;
  }
  .close-button{
    margin:0 auto;
  }
  .modal-name .accent{
    font-size:3rem;
  }
  .modal-name p:last-child{
    font-size:13px;
  }
  .modal-wrap > img {
    width: 130px;
  }
  .message-img::before{
    width: 34%;
    left: 0;
  }
}
