@charset "utf-8";

.section_storage_ttl{
  font-size: 3.2rem;
  letter-spacing: 0.04em;
  line-height: 39px;
  color: #1757a3;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {

  .section_storage_ttl {
    font-size: 2.6rem;
  }
}

.section_storage_head{
  text-align: center;
}

.section_storage_head .ttl{
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 50px;
}

.section_storage_head .msg{
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 40px;
}

.section_storage_head .row_wrap{
  position: relative;
  /* background: #f4f7fa; */
}

.section_storage_head .row_wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  height: calc(100% - 257px);
}

.section_storage_head .row1{
  display: flex;
  justify-content: center;
  margin-bottom: 0px;
  padding-bottom: 220px;
}

.section_storage_head .row1 .chara1{
  width: 120px;
  position: absolute;
  left:0;
  bottom:0px;
}

.section_storage_head .row1 .catch>span{
  font-size: 3rem;
  display: inline-block;
  padding: 0 20px;
  border-bottom: 8px solid #d5e5f8;
  color: #1757a3;
}
.section_storage_head .row1 .chara2{
  position: absolute;
  width: 120px;
  right:0;
  bottom:0px;
}
@media screen and (max-width: 1300px) {
  .section_storage_head .row1 .chara1 {
    left: 30px;
    bottom: 113px;
  }

  .section_storage_head .row1 .chara2 {
    right: 30px;
    bottom: 113px;
  }
}
@media screen and (max-width: 1024px) {
  .section_storage_head{
    padding: 0 3.7vw;
  }
  .section_storage_head .ttl {
    font-size: max(3rem ,5vw);
    text-align: left;
    margin-bottom: 40px;
  }

  .section_storage_head .msg{
    text-align: left;
  }
  
  .section_storage_head .row1 {
    padding-bottom: 20vw;
  }

  .section_storage_head .row1 .catch>span em{
    padding: 0 0.5em;
    border-bottom: 8px solid #d5e5f8;
  }

  .section_storage_head .row1 .catch>span {
    font-size: 5.5vw;
    border-bottom:0;
  }

  .section_storage_head .row1 .chara1,
  .section_storage_head .row1 .chara2 {
    max-width: 140px;
    width: 20%;
  }

  .section_storage_head .row1 .chara1{
    left:50%;
    bottom:-12%;
    margin-left: -38%;
  }
  
  .section_storage_head .row1 .chara2 {
    right: 50%;
    bottom:-12%;
    margin-right: -38%;
  }
}

.section_storage_tab{
  position: relative;
  padding-top: 0px;
  background: #f4f7fa;
} 

.section_storage_tab .wrap {
  padding-top: 320px;
}

.section_storage_tab .row2_wrap {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-168px);
  width: 100%;
}

.section_storage_tab .row2 {
  display: flex;
  justify-content: center;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 120px;
}

.section_storage_tab .row2 .col{
  width: 33.33%;
  padding:0px;
}

.section_storage_tab .row2 .col .img{
  aspect-ratio: 1;
  max-width: 280px;
  margin-bottom: 10px;
  margin: 0 auto 10px;
}

.section_storage_tab .row2 .col p{
  font-size: 2rem;
  line-height: 1.6;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.06em;
}

.section_storage_tab .local_nav2{
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap:22px;
  margin-bottom: 80px;
} 

.section_storage_tab .local_nav2>li>a{
  font-size: 22px;
  text-align: center;
  color: #1757a3; 
  display: block;
  font-weight: bold;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #1757a3;
} 

.section_storage_tab .tab2{
  position: relative;
} 

.section_storage_tab .tab_menu2{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap:10px;
}

.section_storage_tab .tab_menu2>li{
  height: 80px;
  font-size: 3rem;
  line-height: 1.1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px 10px 0px 0px;
  background: #adb5bf;
  color: #fff;
  font-weight: bold;
  text-align: center;
} 

.section_storage_tab .tab_menu2>li.active{
  background: #1757a3;
} 

.section_storage_tab .tab_body2 .tab_group{
  background: #fff;
  border: 4px solid #1757a3;
  padding: 80px 60px;
  display: none;
}

.section_storage_tab .tab_body2 .tab_group.active{
  display: block;
}
@media screen and (max-width: 1300px) {

  .section_storage_tab .row2{
    padding: 0;
    gap:4%;
  }
  
  .section_storage_tab .row2 .col{
    width: calc((100% - 4%) / 3);
  }

  .section_storage_tab .row2 .col .img {
    max-width: 330px;
  }

  .section_storage_tab .row2 .col p {
    font-size: 1.7vw;
  }

  .section_storage_tab .local_nav2>li>a {
    font-size: 1.9rem;
  }

  .section_storage_tab .tab_body2 .tab_group {
    padding: 40px 30px;
    display: none;
  }
}
@media screen and (max-width: 1024px) {

  .section_storage_tab .tab_body2 .tab_group {
    padding: 30px 18px;
    display: none;
  }

  .section_storage_tab .tab_menu2>li{
    height: 68px;
    font-size: clamp(2rem, 5.5vw, 2.6rem);
  }

  .section_storage_tab .local_nav2{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap:30px 40px;
    margin-bottom: 40px;
  } 

  .section_storage_tab .local_nav2>li>a{
    font-size: clamp(1.8rem, 5vw, 2.2rem);
  }


  .section_storage_tab .wrap {
    padding-top: 50px;
  }

  .section_storage_tab .row2_wrap {
    position: static;
    left: 0;
    top: 0;
    transform: translateY(0px);
    width: 100%;  
    padding-bottom: 80px;
  }

  .section_storage_tab .row2 {
    padding: 0;
    gap: 57px;
    flex-direction: column;
  }

  .section_storage_tab .row2 .col{
    width: 100%;
  }

  .section_storage_tab .row2 .col p {
    font-size: clamp(2rem, 5.3vw, 3rem);
  }
}
@media screen and (max-width: 768px) {
  .section_storage_tab .local_nav2 {
    gap: 23px 20px;
  }
}

.section_storage_flow{
  padding-top: 100px;
  background: #f4f7fa;
}

.section_storage_flow .flow_list{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 37px;
}
.section_storage_flow .flow_list article{
  position: relative;
  background:#fff;
  padding: 40px 15px 15px;
}
.section_storage_flow .flow_list article::after{
  content: '';
  position: absolute;
  top: 50%;
  margin-top:-16px;
  right: -28px;
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 18px solid #1757a3;
}
.section_storage_flow .flow_list article:last-child::after{
  display: none;
}
.section_storage_flow .flow_list .icon{
  position: relative;
  width: 160px;
  height: 110px;
  margin: 0 auto;
}
.section_storage_flow .flow_list .icon img{
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transform: translate(-50%,-50%);
}
.section_storage_flow .flow_list .ttl{
  font-size: 2rem;
  text-align: center;
  color: #1757a3;
  margin-top: 15px;
}

.section_storage_flow .flow_list p{
  font-size: 1.8rem;
  line-height: 1.8;
  margin-top: 15px;
}

.section_storage_contact{
  padding-top: 73px;
  padding-bottom:100px;
  background: #f4f7fa;
}
@media screen and (max-width: 1300px) {
  .section_storage_flow .flow_list .ttl {
    font-size: 1.45vw;
  }
}
@media screen and (max-width: 1024px) {
  
  .section_storage_flow .flow_list{
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
    gap: 60px;
    padding: 0 10px;
  }

  .section_storage_flow .flow_list article{
    padding: 30px 25px 40px;
  }

  .section_storage_flow .flow_list article::after{
    content: '';
    position: absolute;
    left: 50%;
    top:auto;
    bottom: -55px;
    margin-left: -20px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #1757a3;
  }
  .section_storage_flow .flow_list article:last-child::after{
    display: none;
  }

  .section_storage_flow .flow_list .ttl {
    font-size: clamp(2rem, 4.5vw, 3rem);
  }
}

/*タブコンテンツ*/
 ul.storage_feature>li .ttl{
  font-size: 24px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #1757a3;
 }

 ul.storage_feature>li .msg{
  font-size: 1.8rem;
 }

 ul.storage_feature{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 80px 70px;
}

ul.storage_feature>li .img{
  margin-bottom: 20px;
}

ul.storage_feature>li .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

ul.storage_feature>li .ttl{
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: normal;
  color: #1757a3;
  margin-bottom: 30px;
}

ul.storage_feature>li .msg{
  font-size: 1.8rem;
  line-height: 1.9;
}
@media screen and (max-width: 1300px) {
  ul.storage_feature {
    gap: 50px 30px;
  }
}

/*価格*/
.storage_price_area .msg{
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
  margin-bottom: 60px;
}

.storage_price_area .box{
  background: #f4f7fa;
  padding: 25px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 6px solid #1757a3;
  color: #1757a3;
}

.storage_price_area .box dl{
  display: flex;
  align-items: center;
  gap: 45px;
}
.storage_price_area .box dl dt{
  display: flex;
  align-items: center;
}

.storage_price_area .box dl dt span{
  font-size: 2.4rem;
  white-space: nowrap;
  font-weight: bold;
}

.storage_price_area .box dl dt small{
  font-size: 2rem;
  white-space: nowrap;
}

.storage_price_area .box dl dd{
  font-size: 2.4rem;
  font-weight: bold;
  white-space: nowrap;
}

.storage_price_area .plus{
  width: 80px;
  margin: 30px auto;
}

.storage_price_area .plus img{
  width: 100%;
}

.storage_price_area .table{
  width: 100%;
  border-collapse: collapse;
  border:4px solid #1757A3;
}

.storage_price_area .table th{
  height: 78px;
  background: #1757a3;
  color: #fff;
  padding: 1em;
  line-height: 1.4;
  font-size: 1.8rem;
  font-weight: normal;
  vertical-align: middle;
  text-align: center;
}

.storage_price_area .table th:not(:last-child){
  border-right: 1px solid #fff;
}

.storage_price_area .table td{
  height: 78px;
  background: #F4F7FA;
  padding: 1em;
  line-height: 1.4;
  font-size: 1.8rem;
  text-align: center;
  vertical-align: middle;
  border:1px solid #1757A3;
}

.storage_price_area .table td:not(:last-child){
  border-right: 1px solid #1757A3;
}
@media screen and (max-width: 1024px) {
  .storage_price_area .box dl{
    gap: 25px;
  }
}
@media screen and (max-width: 768px) {
  
  .storage_price_area .table_wrap{
    overflow-x: auto;
  }
  .storage_price_area .table{
    min-width: 597px;
  }
  .storage_price_area .box_wrap{
    overflow-x: auto;
  }
  .storage_price_area .box{
    min-width: 597px;
  }

  .storage_price_area .plus {
    margin: 30px auto;
    width: 52px;
  }

  .storage_price_area .box dl dt span {
    font-size: 2.2rem;
  }
  .storage_price_area .box dl dt small {
    font-size: 1.8rem;
    white-space: nowrap;
  }
  .storage_price_area .box dl dd {
    white-space: nowrap;
    font-size: 2.2rem;
  }
}



@media screen and (max-width: 1024px) {
  ul.storage_feature{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 40px;
  }

}
@media screen and (max-width: 768px) {
  ul.storage_feature{
    grid-template-columns: repeat(1,1fr);
  }

}


/*アクセス*/
.access_area{
  position: relative;
}
.access_area .row{
  display: flex;
  gap: 70px;
  margin-bottom: 60px;
  align-items: center;
}
.access_area .row .img{
  width: 510px;
  flex-shrink: 0;
}
.access_area .row .img img{
  width: 100%;
}
.access_area .row .box{
  flex: 1;
}
.access_area .row .box .ttl{
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: normal;
  color: #1757a3;
  margin-bottom: 18px;
}
.access_area .row .box .msg{
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  margin-bottom: 30px;
}
.access_area .row .box .msg:last-child{
  margin-bottom: 0;
}

.access_area .map iframe{
  width: 100%;
  height: 480px;
}
@media screen and (max-width: 1200px) {
  .access_area .row {
    display: flex;
    gap: 45px;
    margin-bottom: 60px;
    align-items: center;
  }
}
@media screen and (max-width: 1024px) {
  .access_area .row {
    display: flex;
    flex-wrap:wrap;
    gap: 45px;
  }

  .access_area .row .img{
    width: 100%;
  }
  .access_area .row .img img{
    width: 100%;
  }
  .access_area .row .box{
   width: 100%;
  }
}

/**/
.contact_block .step_list li{
  background: #7296C1;
}
.contact_block .step_list li.active {
  background: #1757A3;
}

.contact_block .agree_box a {
  color: #1757A3;
}

.submit_button{
  background: #1757A3;
}
.submit_button:hover{
  background: #BACDE3;
}


