@charset "utf-8";
/*test*/
.red{
  color: red;
}

.blue{
  font-size: 100px;
}



/* footer ---------------------------------------------- */

footer{
  width: 100%;
  background-color: #5a5a5a;
  color: #fff;
  text-align: center;
  padding: 50px 0;
  margin-bottom: 0px; /*下に固定*/
}

.footer-png{
  display: flex;
  list-style: none;
}
footer{
  position: absolute;
}
.footer-zenbu{
  list-style: none;
  display: flex;
  text-align: center;
  justify-content: space-around;
  width: 100%;
  padding: 0;
}
.footer-zenbu li{
  width: 100%;
  margin-bottom: 10px;
  margin-top: -23px;
font-size: clamp(14px,1.2vw,20px);
}
.copy-right{
  margin-bottom: -38px;
  font-size: clamp(10px,1.3vw,15px);
}
.sen1{
  width: 100%;
  border-color: white;
  z-index: 1000;
  border-bottom: solid;
}
.footer-zenbu li + li {
  border-left: 3px solid white;
  }
.footer-img{
  display: flex;
  justify-content: space-around;
  padding: 0;
}

.footer-img li{
  list-style: none;
}
.footer-img-setumei{
  font-size: clamp(8px,1.3vw,13px);
}
.footer-img-setumei a{
  color: #ffffff !important;
}
.footer-zenbu li a{
  display: block;
  text-decoration: none;
  color: white;
}

.footer-zenbu li a:hover {
  opacity: 0.3;
}
@media screen and (max-width:500px) {
  .footer-zenbu{
    display: block;
    line-height: 40px;
    margin-top: -30px;
  }
  .footer-zenbu li a{
    font-size: 15px;
    width: 100%;
  }
  .footer-zenbu li + li {
    border-left: 0px solid white;
    }
  .copy-right{
    font-size: 10px;
    margin-bottom: -30px;
    margin-top: 8px
  }
  .footer-img{
    display: block;
  }
  .footer-img li {
    margin-top: 20px;
  }
  }

  /*吹き出し*/
  .hukidasi-l{
    padding: 3%;
    margin-left: calc(13vmin + 10px + 4vw);
    margin-bottom: 10px;
    margin-top: 10px;
    margin-right: calc(100% - 13vmin - 10px - 4vw - 50%);
    text-align: center;
    background-color: #cde2ff;
    border-radius: 5px 5px 5px 5px;
    width: 55%;
    height: auto;
    position: relative;
    float: left;
    clear: both;
  }
  
  .hukidasi-l .s{
    position: absolute;
    top: 5vmin;
    left: -4vw;
    border-top: 0px solid transparent;
    border-right: 4vw solid #cde2ff;
    border-bottom: 4vw solid transparent;
  }
  
  .hukidasi-l p{
    content: "fontsystem";
    font-weight: 400;
    text-align: left;
  }
  
  .hukidasi-l .i{
    width: 50%;
    height: auto;
    margin-top: auto;
  }
  
  @media screen and (max-width:500px) {
    .hukidasi-l .i{
      width: 80%;
      height: auto;
      margin-top: auto;
    }
  }
  
  .hukidasi-l .interview-icon-t-l{
    width:13vmin;
    height:13vmin;
    object-fit: cover;
    border-radius:50%;
    position: absolute;
    left: calc(-13vmin + -10px + -4vw);
    top: 0;
  }
  
  .hukidasi-r{
    padding: 3%;
    margin-top: auto;
    margin-right: calc(13vmin + 10px + 4%);
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: calc(100% - 13vmin - 10px - 4% - 50%);
    text-align: center;
    background-color: #cde2ff;
    border-radius: 5px 5px 5px 5px;
    width: 55%;
    height: auto;
    position: relative;
    float: right;
    clear:both;
  }
  
  .hukidasi-r .s{
    position: absolute;
    top: 5vmin;
    right: -4vw;
    border-top: 0px solid transparent;
    border-left: 4vw solid #cde2ff;
    border-bottom: 4vw solid transparent;
  }
  
  .hukidasi-r p{
    content: "fontsystem";
    font-weight: 400;
    text-align: left;
  }
  
  .hukidasi-r .interview-icon-t-r{
    width:13vmin;
    height:13vmin;
    object-fit: cover;
    border-radius:50%;
    position: absolute;
    right: calc(-13vmin - 10px  - 4vw);
    top: 0;
  }
  
  @media screen and (min-width:900px) {
    .hukidasi-r .interview-icon-t-r{
      right: calc(-13vmin + -10px + -2vw);
    }
  
    .hukidasi-r{
      margin-right: calc(13vmin + 10px + 2vw);
      width: calc(60% + 20px);
    }
  
    .hukidasi-r .s{
      right: -2vw;
      border-top: 0px solid transparent;
      border-left: 2vw solid #cde2ff;
      border-bottom: 2vw solid transparent;
    }
  
    .hukidasi-l .interview-icon-t-l{
      left: calc(-13vmin + -10px + -2vw);
    }
  
    .hukidasi-l{
      margin-left: calc(13vmin + 10px + 2vw);
      width: calc(60% + 20px);
    }
  
    .hukidasi-l .s{
      left: -2vw;
      border-top: 0px solid transparent;
      border-right: 2vw solid #cde2ff;
      border-bottom: 2vw solid transparent;
    }
  }
  .clear{
    clear: both;
  }

/*次の記事へボタン*/
.box-kizi{
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  margin-top: 2%;
  margin-bottom: 2%;
  
}

.box-link-saigo{
  width: calc(50% - 10px);
  margin: 0;
  background-color:white;
  text-decoration: none;
  padding-left: 10px;
}

.box-link-saigo-next{
  text-align: right;
  width: calc(50% - 10px);
  margin: 0;
  background-color:white;
  text-decoration: none;
  padding-right: 10px;
  
}

.top-kizi{
  padding: 10px 0px;
  font-size: clamp(15px,4vw,20px);
  color: #000000;
}

.top-kizi-back{
  padding: 10px 0;
  font-size: clamp(15px,4vw,20px);
  color: #000000;
}

.box-back{
  text-align: left;
  height: auto;
  padding-left: 12% ;
  position: relative;
  box-shadow: 0px 5px 5px rgba(201, 201, 201, 0.6);
}

.kizi-img-back{
  width: 7vw;
  height: 8vw;
  object-fit: cover;
  padding-bottom: 10px;
}

.tyokusen-top-back{
  position: absolute;
  transform: rotate(135deg);
    width: 4%;
    border: 0;
    border-top: 5px solid rgb(81, 81, 81);
    margin: 0;
    padding: 0;
    top: 44%;
    left: 6px;
}

.tyokusen-down-back{
  position: absolute;
  transform: rotate(45deg);
    width: 4%;
    border: 0;
    border-top: 5px solid rgb(81, 81, 81);
    margin: 0;
    padding: 0;
    bottom: 44%;
    left: 6px;
}

.box-next{
  text-align: right;
  height: auto;
  padding-right: 12% ;
  position: relative;
  box-shadow: 5px 5px 5px rgba(201, 201, 201, 0.6);
}

.tyokusen-top{
  position: absolute;
  transform: rotate(45deg);
    width: 4%;
    border: 0;
    border-top: 5px solid rgb(81, 81, 81);
    margin: 0;
    padding: 0;
    top: 44%;
    right: 6px;
}

.tyokusen-down{
  position: absolute;
  transform: rotate(135deg);
    width: 4%;
    border: 0;
    border-top: 5px solid rgb(81, 81, 81);
    margin: 0;
    padding: 0;
    bottom: 44%;
    right: 6px;
}

.box-back:hover{
  transition: 0.5s;
  background-color: rgb(229, 229, 229);
}

.box-back:hover .tyokusen-down-back{
  transition: 0.5s;
  opacity: 0.7;
}

.box-back:hover .tyokusen-top-back{
  transition: 0.5s;
  opacity: 0.7;
}

.box-back:hover .top-kizi-back{
  transition: 0.5s;
  opacity: 0.5;
}

.box-back:hover .back-text-b{
  transition: 0.5s;
  opacity: 0.6;
}

.box-back:hover .kizi-img-back{
  transition: 0.5s;
  opacity: 0.5;
}

.box-next:hover{
  transition: 0.5s;
  background-color: rgb(229, 229, 229);
}

.box-next:hover .tyokusen-down{
  transition: 0.5s;
  opacity: 0.7;
}

.box-next:hover .tyokusen-top{
  transition: 0.5s;
  opacity: 0.7;
}

.box-next:hover .top-kizi{
  transition: 0.5s;
  opacity: 0.5;
}

.box-next:hover .next-text-b{
  transition: 0.5s;
  opacity: 0.6;
}

.box-next:hover .kizi-img-back{
  transition: 0.5s;
  opacity: 0.5;
}

.yohaku {
  height: calc(8vw + clamp(15px,4vw,20px));
  overflow: hidden;
}

.back-text-b{
  padding: 0 10px;
  content: "fontsystem";
  color: #3254dd;
  height: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden !important;
}

@media screen and (max-width:1200px) and (min-width:943px){

  .kizi-img-back{
    height: 10vw;
    width: 8vw;
  }

  .yohaku {
    height: calc(10vw + 0px + clamp(15px,4vw,20px) + 0px);
  }


  .tyokusen-down-back{
    bottom: calc(43% + 2px);
    width: 5%;
  }

  .tyokusen-top-back{
    top: calc(43% + 2px);
    width: 5%;
  }

  .tyokusen-top{
    top:calc(43% + 2px);
    width: 5%;
  }

  .tyokusen-down{
    bottom: calc(43% + 2px);
    width: 5%;
  }
}

@media screen and (max-width:945px) and (min-width:760px){

  .kizi-img-back{
    height: 12vw;
    width:9vw;
  }

  .yohaku {
    height: calc(10vw + 10px + clamp(15px,4vw,20px) + 5px);
  }



  .tyokusen-down-back{
    bottom: 44%;
    width: 6%;
  }

  .tyokusen-top-back{
    top: 44%;
    width: 6%;
  }

  .tyokusen-top{
    top: 44%;
    width: 6%;
  }

  .tyokusen-down{
    bottom: 44%;
    width: 6%;
  }

  .box-back{
    padding-left: 10%;
  }

  .box-next{
    padding-right: 10%;
  }
}

@media screen and (max-width:760px) {
  .box-kizi{
    display: block;
  }

  .box-link-saigo-next{
    width: 96%;
  }

  .box-link-saigo{
    width: 96%;
  }

  .kizi-img-back{
    height: 16vw;
    width: 14vw;
    margin: 0 10px;
    padding-bottom: 5px;
  }

  .yohaku {
    height: calc(15vw + clamp(15px,4vw,20px));
  }

  .tyokusen-down-back{
    bottom: 44%;
    width: 4%;
  }

  .tyokusen-top-back{
    top: 44%;
    width: 4%;
  }

  .tyokusen-top{
    top: 44%;
    width: 4%;
  }

  .tyokusen-down{
    bottom: 44%;
    width: 4%;
  }

  .box-back{
    padding-left: 6%;
  }

  .box-next{
    padding-right: 6%;
  }

}



.next-text-b{
  padding: 0 10px;
  content: "fontsystem";
  color: #3254dd;
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.flex{
  display: flex;
}

.img-box-small-move-height{
  flex-shrink: 0;
  width: 20%;
  display: block;
  margin:auto 2%;
  position: relative;
  cursor: pointer;
}

.img-box-small-move-height img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  margin: auto 0;
  padding: auto 0;
  justify-content: center;
  align-items: center;
}

.img-box-small-move-width{
  flex-shrink: 0;
  width: 48%;
  display: block;
  margin:auto 2%;
  position: relative;
  cursor: pointer;
}

.img-box-small-move-width img{
  width: 100%;
  height: 100%;
  display: block;
}
.flex-move{
  display: flex;
}


@media screen and (max-width:800px) {
  .flex-move{
    display: inline-block;
  }

  .img-box-small-move-height{
    flex-shrink: 0;
    width: 40%;
    display: block;
    margin:auto;
    margin-bottom: 2%;
    margin-top: 2%;
    position: relative;
    cursor: pointer;
  }

  .img-box-small-move-width{
    margin: 2% auto;
    width:100%;
    cursor: pointer;
  }
}


.right{
  text-align: right;
}

.left{
  text-align: left;
  
}

/*ファンクションボタン*/
html{
  scroll-behavior: smooth;
}

.top-botan{
  max-width: 60px;
  max-height: 60px;
  width: calc(3vw + 50px);
  height: calc(3vw + 50px);
  background-color: #ffffff;
  border: rgb(81, 81, 81) solid 3px;
  border-radius: 10rem;
  position:fixed;
  bottom: 15px;
  right: 80px;
  z-index: 50000;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  cursor: default;
}

@keyframes fadego { 
  0% {
    opacity: 0;
  }
   100% {
    opacity: 1;
  } 
}

@keyframes fadeback { 
  100% {
    opacity: 0;
  }
   0% {
    opacity: 1;
  } 
}

.top-botan:hover{
  transition: 0.5s;
  background-color: #424242;
}

.top-botan:hover .right-naname{
  transition: 1s;
  border-color: white;
  top: 35%;
}

.top-botan:hover .left-naname{
  transition: 1s;
  border-color: white;
  top: 35%;
}

.top-botan:hover .left-naname{
  transition: 0.4s;
  top: 30%;
}

.top-botan:hover .right-naname{
  transition: 0.4s;
  top: 30%;
}

.top-botan:hover .right-naname{
transition: 1s;
border-color: white;
top: 35%;
}

.top-botan:hover .left-naname{
transition: 1s;
border-color: white;
top: 35%;
}

.top-botan:hover .left-naname{
transition: 0.4s;
top: 30%;
}

.top-botan:hover .right-naname{
transition: 0.4s;
top: 30%;
}

.right-naname{
position: absolute;
top: 40%;
left: 39%;
transform: rotate(45deg);
width: 40%;
border: 0;
border-top: 10px solid rgb(81, 81, 81);
margin: 0;
padding: 0;
}

.left-naname{
position: absolute;
top: 40%;
right: 39%;
transform: rotate(135deg);
width: 40%;
border: 0;
border-top: 10px solid rgb(81, 81, 81);
margin: 0;
padding: 0;
}

.font-botan{
  max-width: 66px;
  max-height: 66px;
  width: calc(3vw + 56px);
  height: calc(3vw + 56px);
  background-color: rgb(81, 81, 81);
  border-radius: 10rem;
  position:fixed;
  bottom: 15px;
  right: 10px;
  z-index: 50000;
  cursor: pointer;
  animation:font-botan-2-animation 0.5s;
}

[value="functionicon-clicked"]:checked ~ .function-label .font-botan .font-botan-img{
  animation: font-botan-img-animation 0.5s;
  animation-fill-mode: forwards;
}
[value="functionicon-clicked"]:not(:checked) ~ .function-label .font-botan .font-botan-img{
  animation: font-botan-img-back-animation 0.5s;
  animation-fill-mode: forwards;
}

@keyframes font-botan-img-animation{
  0%{
    transform: rotate(0deg);
  }
  100%{
    transform: rotate(67.5deg);
  }
}
@keyframes font-botan-img-back-animation{
  0%{
    transform: rotate(67.5deg);
  }
  100%{
    transform: rotate(0deg);
  }
}
@keyframes font-botan-2-animation{
  0%{
    transform: rotate(-67.5deg);
  }
  100%{
    transform: rotate(0deg);
  }
}

.font-botan-img{
  width: 70%;
  height: 70%;
  margin-top:15%;
  margin-left:15%;
}

.function-box{
  max-width: 66px;
  width: calc(3vw + 56px);
  height: 0px;
  background-color: rgb(81, 81, 81);
  border-radius: 10rem;
  position:fixed;
  bottom: 15px;
  right: 10px;
  z-index: 49999;
  font-size: 15px;
  text-align: center;
  line-height: 1.2;
  opacity: 0;
  color: #ffffff;
}
[value="functionicon-clicked"]:checked ~ .function-box-box .function-box{
  animation: font-box-animation 0.5s;
  animation-fill-mode: forwards;
}
@keyframes font-box-animation{
  0%{
    height: 0px;
    opacity: 0;
  }
  30%{
    height: 0px;
    opacity: 0;
  }
  100%{
    max-height: 340px;
    height: calc(3vw + 340px);
    opacity: 1;
  }
}

.checkbox-none{
  display: none;
}

.function-list{
  cursor: pointer;
  padding-top: 2px;
  margin-left:4px;
  margin-right:4px;
}
[value="fonts"]:checked ~ .function-box .function-list-label .function-list-s{
  background-color: #ffffff;
  color: rgb(81, 81, 81);
  font-weight: bold;
}
[value="fontm"]:checked ~ .function-box .function-list-label .function-list-m{
  background-color: #ffffff;
  color: rgb(81, 81, 81);
  font-weight: bold;
}
[value="fontl"]:checked ~ .function-box .function-list-label .function-list-l{
  background-color: #ffffff;
  color: rgb(81, 81, 81);
  font-weight: bold;
}

.function-bubble{
  width: 80%;
  cursor: pointer;
  margin-bottom: 7px;
}

/*ハンバーガー*/
  .hamburger-line-box{
    animation:hamburger-line-box-cancel-animation 2s;
    animation-fill-mode: forwards;
  }
  @keyframes hamburger-line-box-cancel-animation{
    0%{
      transform:translateX(200vw);
      opacity: 0;
    }
    100%{
      transform:translateX(-400vw);
      opacity: 1;
    }
  }
  .hamburger-checkbox{
    display: none;
  }
  .hamburger-list-box{
    transform: translateX(100vw);
    position: fixed;
    right:0;
    top:0;
  }
  .hamburger-list-all{
    width: clamp(0px,75vw,300px);
    background-color: #ffffff;
    height: 100vh;
    border-left: solid #04b4f4 5px;
    overflow: hidden;
    overflow-y: scroll;
  }
  .hamburger-list-all::-webkit-scrollbar{
      width: 0;
  }
  .hamburger-box{
    position: fixed;
    right:0;
    margin-right:10px;
    top: 17px;
    z-index: 10000000;
  }
  .hamburger-line-box{
    cursor: pointer;
  }
  .hamburger-line{
  width: 40px;
  background-color: #04b4f4;
  height: 5px;
  margin-bottom: 10px;
  border-radius: 2.5px;
  border: none;
  }
  [value="hamburger-clicked-value"]:checked ~ .hamburger-list-box{
    animation: hamburger-list-animation 0.5s;
    animation-fill-mode: forwards;
  }
  [value="hamburger-clicked-value"]:not(:checked) ~ .hamburger-list-box{
    animation: hamburger-list-back-animation 0.5s;
    animation-fill-mode: forwards;
  }
  [value="hamburger-clicked-value"]:checked ~ .hamburger-label .hamburger-line-box{
    animation: hamburger-line-animation 0.5s;
    animation-fill-mode: forwards;
  }
  [value="hamburger-clicked-value"]:not(:checked) ~ .hamburger-label .hamburger-line-box{
    animation: hamburger-line-back-animation 0.5s;
    animation-fill-mode: forwards;
  }
  
  @keyframes hamburger-list-animation{
    0%{
      transform: translateX(100vw); 
    }
    100%{
      transform: translateX(0vw); 
    }
  }
  @keyframes hamburger-list-back-animation{
    0%{
      transform: translateX(0vw); 
    }
    100%{
      transform: translateX(100vw); 
    }
  }
  @keyframes hamburger-line-animation{
    0%{
      transform: translateX(0px); 
    }
    100%{
      transform: translateX(clamp(-300px,-75vw,0px)); 
    }
  }
  @keyframes hamburger-line-back-animation{
    0%{
      transform: translateX(clamp(-300px,-75vw,0px)); 
    }
    100%{
      transform: translateX(0px); 
    }
  }
  [value="hamburger-clicked-value"]:checked ~ .hamburger-label .hamburger-line-box .hamburger-line-box-cancel .line1-cancel .line1{
    animation: hamburger-line1and5-animation 0.5s;
    animation-fill-mode: forwards;
  }
  [value="hamburger-clicked-value"]:checked ~ .hamburger-label .hamburger-line-box .hamburger-line-box-cancel  .line5-cancel .line5{
    animation: hamburger-line1and5-animation 0.5s;
    animation-fill-mode: forwards;
  }
  [value="hamburger-clicked-value"]:checked ~ .hamburger-label .hamburger-line-box .hamburger-line-box-cancel .hamburger-line-2and3-box .line2-cancel .line2{
    animation: hamburger-line2-animation 0.5s;
    animation-fill-mode: forwards;
  }
  [value="hamburger-clicked-value"]:checked ~ .hamburger-label .hamburger-line-box .hamburger-line-box-cancel .hamburger-line-2and3-box .line3-cancel .line3{
    animation: hamburger-line3-animation 0.5s;
    animation-fill-mode: forwards;
  }
  [value="hamburger-clicked-value"]:not(:checked) ~ .hamburger-label .hamburger-line-box .hamburger-line-box-cancel .line1-cancel .line1{
    animation: hamburger-line1and5-back-animation 0.5s;
    animation-fill-mode: forwards;
  }
  [value="hamburger-clicked-value"]:not(:checked) ~ .hamburger-label .hamburger-line-box .hamburger-line-box-cancel  .line5-cancel .line5{
    animation: hamburger-line1and5-back-animation 0.5s;
    animation-fill-mode: forwards;
  }
  [value="hamburger-clicked-value"]:not(:checked) ~ .hamburger-label .hamburger-line-box .hamburger-line-box-cancel .hamburger-line-2and3-box .line2-cancel .line2{
    animation: hamburger-line2-back-animation 0.5s;
    animation-fill-mode: forwards;
  }
  [value="hamburger-clicked-value"]:not(:checked) ~ .hamburger-label .hamburger-line-box .hamburger-line-box-cancel .hamburger-line-2and3-box .line3-cancel .line3{
    animation: hamburger-line3-back-animation 0.5s;
    animation-fill-mode: forwards;
  }
  @keyframes hamburger-line1and5-animation{
    0%{
      transform: translateX(0vw);
    }
    100%{
      transform: translateX(clamp(0px,75vw,300px));
    }
  }
  @keyframes hamburger-line2-animation{
    0%{
      transform: rotate(0deg);
    }
    100%{
      transform: rotate(45deg);
    }
  }
  @keyframes hamburger-line3-animation{
    0%{
      transform: rotate(0deg);
    }
    100%{
      transform: rotate(-45deg);
    }
  }
  @keyframes hamburger-line1and5-back-animation{
    0%{
      transform: translateX(clamp(0px,75vw,300px));
    }
    100%{
      transform: translateX(0vw);
    }
  }
  @keyframes hamburger-line2-back-animation{
    0%{
      transform: rotate(45deg);
    }
    100%{
      transform: rotate(0deg);
    }
  }
  @keyframes hamburger-line3-back-animation{
    0%{
      transform: rotate(-45deg);
    }
    100%{
      transform: rotate(0deg);
    }
  }
  .line2{
    position: absolute;
    top:0;
    margin: 0px;
  }
  .line3{
    position: absolute;
    top:0;
    margin: 0px;
  }
  .line4{
    opacity: 0;
  }
  .hamburger-line-2and3-box{
    position: relative;
    height: auto;
  }
  [value="hamburger-clicked-value"]:checked ~ .hamburger-lock{
    animation: hamburger-lock-animation 0.5s;
    animation-fill-mode: forwards;
  }
  [value="hamburger-clicked-value"]:not(:checked) ~ .hamburger-lock{
      animation: hamburger-lock-back-animation 0.5s;
      animation-fill-mode: forwards;
  }
  .hamburger-lock{
    position: fixed;
    height: 100vh;
    width:100vw;
    width: 100vw;
    opacity: 0;
    left: 0;
    top: 0;
    transform: translateX(100vw);
  }
  @keyframes hamburger-lock-animation{
    0%{ 
      transform: translateX(0vw);
      background-color: #000000;
      opacity: 0;
    }
    100%{
      transform: translateX(0vw);
      background-color: #000000;
      opacity: 0.7;
    }
  }
  @keyframes hamburger-lock-back-animation{
      0%{
          transform: translateX(0vw);
          background-color: #000000;
          opacity: 0.7;
      }
      99.9%{
          transform: translateX(0vw);
      }
      100%{
          transform: translateX(100vw);
          background-color: #000000;
          opacity: 0;
      }
    }
  .hamburger-line-box-cancel{
    animation:hamburger-line-box-cancel-animation 0.5s;
    animation-fill-mode: forwards;
  }
  @keyframes hamburger-line-box-cancel-animation{
    0%{
      transform:translateX(clamp(0px,75vw,300px));
    }
    100%{
      transform:translateX(0vw);
    }
  }
  .line1-cancel{
    animation:line1and5-cancel-animation 0.5s;
    animation-fill-mode: forwards;
  }
  .line5-cancel{
    animation:line1and5-cancel-animation 0.5s;
    animation-fill-mode: forwards;
  }
  @keyframes line1and5-cancel-animation{
    0%{
      transform: translateX(clamp(-300px,-75vw,0px));
    }
    100%{
      transform: translateX(0vw);
    }
  }
  .line2-cancel{
    animation:line2-cancel-animation 0.5s;
    animation-fill-mode: forwards;
  }
  @keyframes line2-cancel-animation{
    0%{
      transform: rotate(-45deg);
    }
    100%{
      transform: rotate(0deg);
    }
  }
  .line3-cancel{
    animation:line3-cancel-animation 0.5s;
    animation-fill-mode: forwards;
  }
  @keyframes line3-cancel-animation{
    0%{
      transform: rotate(45deg);
    }
    100%{
      transform: rotate(0deg);
    }
  }
  .hamburger-list-all-cancel{
    animation:hamburger-list-all-cancel-animation 0.5s;
    animation-fill-mode: forwards;
  }
  @keyframes hamburger-list-all-cancel-animation{
    0%{
      transform: translateX(clamp(0px,clamp(0px,75vw,300px),300px));
    }
    100%{
      transform: translateX(0vw);
    }
  }
  
  .list-checkbox{
      display: none;
  }
  .hamburger-list-space{
      width: 100%;
      height: 14px;
  }
  .hamburger-list-space-2{
    width: 100%;
    height: 28px;
  }
  .hamburger-list-top{
      cursor: pointer;
      color: #000000;
      font-size: 20px;
      line-height: 1.7;
      text-align: center;
      margin-top: 0%;
      margin-bottom: 0%;
      margin-left:5%;
      margin-right: calc(5% - 6px);
      border-radius: 50px !important;
      border: solid #04b4f4 3px;
  }

  .hamburgermarker{
    background-color: #04b4f4;
    color: #ffffff;
  }
  
  .hamburger-list-sub-box-all{
      margin-top: 0px;
      margin-left:10%;
      width: calc(85% - 10px);
      background-color: #ffffff;
      font-size: 16px;
      overflow: hidden; 
      height: 0px;
      text-align: left;
      border-bottom-left-radius: 10px !important;
      border-bottom: solid #ffffff 3px;
      border-left: solid #ffffff 3px;
  }
  
  .hamburger-list-sub{
      text-decoration: none;
      color: #000000;
      line-height: 2.1;
      border-top-right-radius: 20px;
      border-bottom-right-radius: 20px;
      display: block;
      padding-left: 6px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
  }

  .hamburger-list-sub:hover{
    background: linear-gradient(to right,#ffffff 0%, #ffffff 0.25%, #04b4f4 0.25%, #04b4f4 100%);
    color: #ffffff;
  }

  .subtop{
    margin-top: 7.5px;
  }

  .hamburgersubmarker{
    background: linear-gradient(to right,#ffffff 0%, #ffffff 0.25%, #04b4f4 0.25%, #04b4f4 100%);
    color: #ffffff;
  }
  
  [value="list1-value"]:checked ~ .hamburger-list-sub-box1{
      animation: hamburger-list-sub-box1-animation 0.5s;
      animation-fill-mode: forwards;
  }
  [value="list1-value"]:checked ~ .hamburger-list-label1 .hamburger-list-top{
      animation: hamburger-list-top-animation 0.5s;
      animation-fill-mode: forwards;
  }
  [value="list1-value"]:not(:checked) ~ .hamburger-list-sub-box1{
      animation: hamburger-list-sub-box1-back-animation 0.5s;
      animation-fill-mode: forwards;
  }
  [value="list1-value"]:not(:checked) ~ .hamburger-list-label1 .hamburger-list-top{
      animation: hamburger-list-top-back-animation 0.5s;
      animation-fill-mode: forwards;
  }
  
  [value="list2-value"]:checked ~ .hamburger-list-sub-box2{
      animation: hamburger-list-sub-box2-animation 0.5s;
      animation-fill-mode: forwards;
  }
  [value="list2-value"]:checked ~ .hamburger-list-label2 .hamburger-list-top{
      animation: hamburger-list-top-animation 0.5s;
      animation-fill-mode: forwards;
  }
  [value="list2-value"]:not(:checked) ~ .hamburger-list-sub-box2{
      animation: hamburger-list-sub-box2-back-animation 0.5s;
      animation-fill-mode: forwards;
  }
  [value="list2-value"]:not(:checked) ~ .hamburger-list-label2 .hamburger-list-top{
      animation: hamburger-list-top-back-animation 0.5s;
      animation-fill-mode: forwards;
  }
  
  [value="list3-value"]:checked ~ .hamburger-list-sub-box3{
      animation: hamburger-list-sub-box3-animation 0.5s;
      animation-fill-mode: forwards;
  }
  [value="list3-value"]:checked ~ .hamburger-list-label3 .hamburger-list-top{
      animation: hamburger-list-top-animation 0.5s;
      animation-fill-mode: forwards;
  }
  [value="list3-value"]:not(:checked) ~ .hamburger-list-sub-box3{
      animation: hamburger-list-sub-box3-back-animation 0.5s;
      animation-fill-mode: forwards;
  }
  [value="list3-value"]:not(:checked) ~ .hamburger-list-label3 .hamburger-list-top{
      animation: hamburger-list-top-back-animation 0.5s;
      animation-fill-mode: forwards;
  }
  
  [value="list4-value"]:checked ~ .hamburger-list-sub-box4{
      animation: hamburger-list-sub-box4-animation 0.5s;
      animation-fill-mode: forwards;
  }
  [value="list4-value"]:checked ~ .hamburger-list-label4 .hamburger-list-top{
      animation: hamburger-list-top-animation 0.5s;
      animation-fill-mode: forwards;
  }
  [value="list4-value"]:not(:checked) ~ .hamburger-list-sub-box4{
      animation: hamburger-list-sub-box4-back-animation 0.5s;
      animation-fill-mode: forwards;
  }
  [value="list4-value"]:not(:checked) ~ .hamburger-list-label4 .hamburger-list-top{
      animation: hamburger-list-top-back-animation 0.5s;
      animation-fill-mode: forwards;
  }
  
  [value="list5-value"]:checked ~ .hamburger-list-sub-box5{
      animation: hamburger-list-sub-box5-animation 0.5s;
      animation-fill-mode: forwards;
  }
  [value="list5-value"]:checked ~ .hamburger-list-label5 .hamburger-list-top{
      animation: hamburger-list-top-animation 0.5s;
      animation-fill-mode: forwards;
  }
  [value="list5-value"]:not(:checked) ~ .hamburger-list-sub-box5{
      animation: hamburger-list-sub-box5-back-animation 0.5s;
      animation-fill-mode: forwards;
  }
  [value="list5-value"]:not(:checked) ~ .hamburger-list-label5 .hamburger-list-top{
      animation: hamburger-list-top-back-animation 0.5s;
      animation-fill-mode: forwards;
  }
  
  [value="list6-value"]:checked ~ .hamburger-list-sub-box6{
      animation: hamburger-list-sub-box6-animation 0.5s;
      animation-fill-mode: forwards;
  }
  [value="list6-value"]:checked ~ .hamburger-list-label6 .hamburger-list-top{
      animation: hamburger-list-top-animation 0.5s;
      animation-fill-mode: forwards;
  }
  [value="list6-value"]:not(:checked) ~ .hamburger-list-sub-box6{
      animation: hamburger-list-sub-box6-back-animation 0.5s;
      animation-fill-mode: forwards;
  }
  [value="list6-value"]:not(:checked) ~ .hamburger-list-label6 .hamburger-list-top{
      animation: hamburger-list-top-back-animation 0.5s;
      animation-fill-mode: forwards;
  }
  
  [value="list7-value"]:checked ~ .hamburger-list-sub-box7{
      animation: hamburger-list-sub-box7-animation 0.5s;
      animation-fill-mode: forwards;
  }
  [value="list7-value"]:checked ~ .hamburger-list-label7 .hamburger-list-top{
      animation: hamburger-list-top-animation 0.5s;
      animation-fill-mode: forwards;
  }
  [value="list7-value"]:not(:checked) ~ .hamburger-list-sub-box7{
      animation: hamburger-list-sub-box7-back-animation 0.5s;
      animation-fill-mode: forwards;
  }
  [value="list7-value"]:not(:checked) ~ .hamburger-list-label7 .hamburger-list-top{
      animation: hamburger-list-top-back-animation 0.5s;
      animation-fill-mode: forwards;
  }
  
  @keyframes hamburger-list-sub-box1-animation{
      0%{
          height: 0px;
      }
      100%{
        height: calc(16px * 2.1 * 7 + 15px);
        border-bottom: solid #04b4f4 3px;
        border-left: solid #04b4f4 3px;
      }
  }
  @keyframes hamburger-list-sub-box1-back-animation{
      0%{
        height: calc(16px * 2.1 * 7 + 15px);
        border-bottom: solid #04b4f4 3px;
        border-left: solid #04b4f4 3px;
      }
      100%{
          height: 0px;
      }
  }
  @keyframes hamburger-list-sub-box2-animation{
      0%{
          height: 0px;
      }
      100%{
        height: calc(16px * 2.1 * 11 + 15px);
        border-bottom: solid #04b4f4 3px;
        border-left: solid #04b4f4 3px;
      }
  }
  @keyframes hamburger-list-sub-box2-back-animation{
      0%{
        height: calc(16px * 2.1 * 11 + 15px);
        border-bottom: solid #04b4f4 3px;
        border-left: solid #04b4f4 3px;
      }
      100%{
          height: 0px;
      }
  }
  @keyframes hamburger-list-sub-box3-animation{
      0%{
          height: 0px;
      }
      100%{
        height: calc(16px * 2.1 * 6 + 15px);
        border-bottom: solid #04b4f4 3px;
        border-left: solid #04b4f4 3px;
      }
  }
  @keyframes hamburger-list-sub-box3-back-animation{
      0%{
        height: calc(16px * 2.1 * 6 + 15px);
        border-bottom: solid #04b4f4 3px;
        border-left: solid #04b4f4 3px;
      }
      100%{
          height: 0px;
      }
  }
  @keyframes hamburger-list-sub-box4-animation{
      0%{
          height: 0px;
      }
      100%{
        height: calc(16px * 2.1 * 12 + 15px);
        border-bottom: solid #04b4f4 3px;
        border-left: solid #04b4f4 3px;
      }
  }
  @keyframes hamburger-list-sub-box4-back-animation{
      0%{
        height: calc(16px * 2.1 * 12 + 15px);
        border-bottom: solid #04b4f4 3px;
        border-left: solid #04b4f4 3px;
      }
      100%{
          height: 0px;
      }
  }
  @keyframes hamburger-list-sub-box5-animation{
      0%{
          height: 0px;
      }
      100%{
        height: calc(16px * 2.1 * 8 + 15px);
        border-bottom: solid #04b4f4 3px;
        border-left: solid #04b4f4 3px;
      }
  }
  @keyframes hamburger-list-sub-box5-back-animation{
      0%{
        height: calc(16px * 2.1 * 8 + 15px);
        border-bottom: solid #04b4f4 3px;
        border-left: solid #04b4f4 3px;
      }
      100%{
          height: 0px;
      }
  }
  @keyframes hamburger-list-sub-box6-animation{
      0%{
          height: 0px;
      }
      100%{
        height: calc(16px * 2.1 * 5 + 15px);
        border-bottom: solid #04b4f4 3px;
        border-left: solid #04b4f4 3px;
      }
  }
  @keyframes hamburger-list-sub-box6-back-animation{
      0%{
        height: calc(16px * 2.1 * 5 + 15px);
        border-bottom: solid #04b4f4 3px;
        border-left: solid #04b4f4 3px;
      }
      100%{
          height: 0px;
      }
  }
  @keyframes hamburger-list-sub-box7-animation{
      0%{
          height: 0px;
      }
      100%{
        height: calc(16px * 2.1 * 2 + 15px);
        border-bottom: solid #04b4f4 3px;
        border-left: solid #04b4f4 3px;
      }
  }
  @keyframes hamburger-list-sub-box7-back-animation{
      0%{
        height: calc(16px * 2.1 * 2 + 15px);
        border-bottom: solid #04b4f4 3px;
        border-left: solid #04b4f4 3px;
      }
      100%{
          height: 0px;
      }
  }

  @media screen and (min-width: 1000px) {
    .hamburger-box{
      display: none;
    }
  }

  /*ヘッダー*/
  .header_icon{
    height: 65px;
    width: auto;
    margin-left: 0;
  }
  
  .logo{
    height: 45px;
    margin-top: 22px;
    margin-left: 12px;
  }

  .header{
    background-color: #ffffff;
    width: 100%;
    height: auto;
    position: fixed;
    z-index: 1000000;
    top:0px;
    border-bottom: #04b4f4 solid 5px;
  }
  
  @media screen and (max-width: 999.9px) {
    .nav{
      display: none;
    }

    .header{
      position: static;
    }

    .wrapper2{
      display: none;
    }

    .id_2{
      top: 0 !important;
    }

  }
  
  .navin{
    z-index: 10;
    display: flex;
    width: 100vw;
    padding: 0;
  }

  .abo{
    padding-top: 30px;
    margin-bottom: 20px;
  }
  
  .header_all{
    display: flex;
    width: 100vw;
  }
  
  .header_2_1{
    width: calc(100vw - 224px - 10px);
    height: 85px;
    text-align: right;
  }

  .nav_contents{
    margin: 0;
    margin-top: 3px;
    margin-bottom: 2px;
    list-style-type: none;
    text-decoration: none;
    font-size:clamp(13px,1vw,20px);
    /*white-space: nowrap;*/
    display: block !important;
    height: 50px;
  }
  
  .nav_contents:hover {
    background-color: #04b4f4;
    border-radius: 50px;
  }

  .nav_contents:hover .nav_contents3{
    color: white;
  }

  .nav_contents3{
    text-decoration: none;
    color: #000000;
    display: flex;
    text-align: center;
    width: calc((100vw - 224px - 10px)/7);
    /*logo,navin,logo-margin*/
    height: 50px;
    margin-left: 0;
    /*line-height: 50px;*/
    text-decoration: none;
    /*---下線を消す----*/
    justify-content: center;
    align-items: center;
  }

  .headermarker{
    border-radius: 50px;
    border: solid #04b4f4 2px;
    height: calc(100% - 4px) !important;
  }

  .headersubmarker{
    background-color: #04b4f4 !important;
    color: white!important;
  }

  .header_2{
    display: flex;
  }

  .downlist_h2 {
    display: none;/*デフォルトでは非表示の状態にしておく*/
    position: absolute;
    animation-fill-mode:forwards;
    animation: downlist_h2_animation 0.5s;
    padding-left: 0px;
    border-radius: 50px !important;
  }

  .nav_contents:hover .downlist_h2 {
    display: block;
  }

  .downlist_h2 a{
    display: block;
    text-align: center;
    width: calc((100vw - 224px - 10px)/7);
    /*logo,navin,logo-margin*/
    height: 50px;
    margin-left: 0;
    /*line-height: 50px;*/
    text-decoration: none;
    /*---下線を消す----*/
    line-height: 50px;
  }

  .downlist_sub {
    display: none;/*デフォルトでは非表示の状態にしておく*/
    position: absolute;
    animation: downlist_sub_animation 0.5s;
    animation-fill-mode:forwards;
    box-shadow: 3px 3px 3px 3px rgba(101, 101, 101, 0.2);
    border-radius: 15px;
  }

  .downlist_sub li{
    background-color: #ffffff;
  }

  .downlist_sub_box:hover .downlist_sub{
    display: block;
  }

  @keyframes downlist_sub_animation {
    from {
      opacity: 0;
      transform: translate(calc((100vw - 224px - 10px)/7 - 21px), -50px);
    }
    to {
      opacity: 1;
      transform: translate(calc((100vw - 224px - 10px)/7 - 1px), -50px);
    }
  }

  .nande1{
    box-shadow: 3px 3px 3px 3px rgba(101, 101, 101, 0.2);
    border-radius: 15px !important;
  }

  .downlist_h_b_1 {
    background-color: #ffffff;
    width: calc((100vw - 224px - 10px)/7);
    text-align: center;
    list-style-type: none;
    position: relative;
    transition: 0.5s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: clamp(8.8px,1vw,20px) !important;
    color: #000000;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }

  .downlist_h_b_2 {
    background-color: #ffffff;
    width: calc((100vw - 224px - 10px)/7);
    text-align: center;
    list-style-type: none;
    position: relative;
    transition: 0.5s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: clamp(8.8px,1vw,20px) !important;
    color: #000000;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }

  .downlist_h_b_3 {
    background-color: #ffffff;
    width: calc((100vw - 224px - 10px)/7);
    text-align: center;
    list-style-type: none;
    position: relative;
    transition: 0.5s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: clamp(8.8px,1vw,20px) !important;
    color: #000000;
    border-radius: 15px;
  }

  .downlist_h_b {
    background-color: #ffffff;
    width: calc((100vw - 224px - 10px)/7);
    text-align: center;
    list-style-type: none;
    position: relative;
    transition: 0.5s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: clamp(8.8px,1vw,20px) !important;
    color: #000000;
  }

  @keyframes downlist_h2_animation {
      from {
        opacity: 0;
        transform: translateY(-10px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

  .downlist_h_b:hover {
    background-color: #04b4f4;
    white-space: nowrap;
    color: white;
  }

  .downlist_h_b_2:hover {
    background-color: #04b4f4;
    white-space: nowrap;
    color: white;
  }

  .downlist_h_b_1:hover {
    background-color: #04b4f4;
    white-space: nowrap;
    color: white;
  }

  .downlist_h_b_3:hover {
    background-color: #04b4f4;
    white-space: nowrap;
    color: white;
  }
  
  .diew1{
     opacity: 0;
     height: 7px;
  }
  
  .wrapper2{
    height: 87px;
    box-sizing: border-box;/*←全て含めてmin-height:100vhに*/
  }

  .container{
    margin-left: 100px;
  }

/*コンテンツボックス*/
.content-box{
  background-color: #ffffff;
  width:92%;
  margin: 2%;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 2%;
  position: relative;
  color: #333333;
  border: solid 1px #434343;
}

.content-box-box{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(calc(160px + 15%), 1fr));
  background-color: #ffffff;
}

.content-box:hover{
  animation: content-box-animation 0.5s;
  animation-fill-mode: forwards;
}

@keyframes content-box-animation{
  0%{

  }
  100%{
      background-color: #585858;
      color:#ffffff;
  }
}

.content-title{
  text-align: center;
  font-size:clamp(15px,5vw,25px);
}

.content-picture{
  width:100%;
  object-fit: cover;
  aspect-ratio: 3 / 2;
}

.content-link{
  position: absolute;
  width: 100%;
  height: 100%;
  top:0px;
  left:0px;
}

/*トップ*/
.top-img-box{
  position:relative;
  overflow: hidden;
  height:67vmin;
}

.top-img{
  width:100%;
  height:67vmin;
  object-fit: cover;
  position: absolute;
  z-index: -2;
}

.top-img-cover{
  width:100%;
  height:67vmin;
  position: absolute;
  background-color: rgba(0,0,0,0.3);
  z-index: -1;
}

.top-img-text{
  height:57vmin;
  display: flex;
  color:#ffffff;
  justify-content: center;
  align-items: center;
  font-size:clamp(15px,3.5vw,1000px);
}

.scroll-box{
  display: none;
}

.slideshow-picture-4{
  animation: slideshow-picture-4-animation 16s;
  animation-iteration-count:infinite;
}

.slideshow-picture-3{
  animation: slideshow-picture-3-animation 16s;
  animation-iteration-count:infinite;
}

.slideshow-picture-2{
  animation: slideshow-picture-2-animation 16s;
  animation-iteration-count:infinite;
}

.slideshow-picture-1{
  animation: slideshow-picture-1-animation 16s;
  animation-iteration-count:infinite;
}

@keyframes slideshow-picture-4-animation{
  0%{
      transform: translateX(100%);
      opacity:0;
  }
  25%{
      transform: translateX(0%);
      opacity:1;
  }
  50%{
      transform: translateX(-100%);
      opacity:0;
  }
  75%{
      transform: translateX(-100%);
      opacity:0;
  }
  100%{
      transform: translateX(-100%);
      opacity:0;
  }
}

@keyframes slideshow-picture-3-animation{
  0%{
      transform: translateX(100%);
      opacity:0;
  }
  25%{
      transform: translateX(100%);
      opacity:0;
  }
  50%{
      transform: translateX(0%);
      opacity:1;
  }
  75%{
      transform: translateX(-100%);
      opacity:0;
  }
  100%{
      transform: translateX(-100%);
      opacity:0;
  }
}

@keyframes slideshow-picture-2-animation{
  0%{
      transform: translateX(100%);
      opacity:0;
  }
  25%{
      transform: translateX(100%);
      opacity:0;
  }
  50%{
      transform: translateX(100%);
      opacity:0;
  }
  75%{
      transform: translateX(0%);
      opacity:1;
  }
  100%{
      transform: translateX(-100%);
      opacity:0;
  }
}

@keyframes slideshow-picture-1-animation{
  0%{
      transform: translateX(0%);
      opacity:1;
  }
  25%{
      transform: translateX(-100%);
      opacity:0;
  }
  50%{
      transform: translateX(-100%);
      opacity:0;
  }
  75%{
      transform: translateX(100%);
      opacity:0;
  }
  100%{
      transform: translateX(0%);
      opacity:1;
  }
}

@media screen and (min-width:800px) {
.top-img-box{
    position:relative;
    overflow: hidden;
    height:calc(100vh - 132px);
}

.top-img{
    width:100%;
    height:calc(100vh - 132px);
    object-fit: cover;
    position: absolute;
    z-index: -2;
}

.top-img-cover{
    width:100%;
    height:calc(100vh - 132px);
    position: absolute;
    background-color: rgba(0,0,0,0.3);
    z-index: -1;
}

.top-img-text{
  height:calc(90vh - 132px);
  display: flex;
  color:#ffffff;
  justify-content: center;
  align-items: center;
  font-size:clamp(15px,3vw,1000px);
}

.scroll-box{
  display: block;
  text-align: center;
  position:relative;
  z-index: 150;
  top: 52vh;
}

.scroll{
  width:7vmin;
  min-width:30px;
  animation: scroll-animation 2s;
  animation-iteration-count:infinite;
  margin-top:clamp(80px,15vmin,1000px);
}

@keyframes scroll-animation{
  0%{
      transform: translateY(0%);
      opacity:0;
  }
  50%{
      transform: translateY(20%);
      opacity:1;
  }
  100%{
      transform: translateY(40%);
      opacity:0;
  }
}
}

.top-img-text-top{
  position: absolute;
  top: 35%;
    left: 30%;
    line-height:clamp(100px,7vw,200px);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  color:#ffffff;
  justify-content: center;
  align-items: center;
  text-align: left;
  font-size:clamp(30px,7vw,100px);
  color: rgb(208, 208, 208);
  margin-right: 7px;
  font-weight: bolder;
}

.top-img-box-top{
  position:relative;
  overflow: hidden;
  height:calc(100vh - 87px);
  height:calc(100svh - 87px);
}

.top-img-top{
  width:100%;
  height:calc(100vh - 87px);
  height:calc(100svh - 87px);
  object-fit: cover;
  position: absolute;
  z-index: -2;
}

.top-img-cover-top{
  width:100%;
  height:calc(100vh - 87px);
  height:calc(100svh - 87px);
  position: absolute;
  background-color: rgba(0,0,0,0.3);
  z-index: -1;
}

.scroll-box-top{
display: block;
text-align: center;
position:relative;
z-index: 150;
top: 54vh;
top: 54svh;
}

.scroll-top{
width:7vmin;
min-width:30px;
animation: scroll-animation-top 2s;
animation-iteration-count:infinite;
margin-top:clamp(80px,15vmin,1000px);
}

@keyframes scroll-animation-top{
0%{
    transform: translateY(0%);
    opacity:0;
}
50%{
    transform: translateY(20%);
    opacity:1;
}
100%{
    transform: translateY(40%);
    opacity:0;
}
}
/*本文全体*/
.width-system{
  max-width: 900px !important;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}

body{
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  margin: 0px;
  overflow-x: hidden;
}

.flex{
  display: flex; 
}

/*本文見出し*/
.sub_title{
  margin-top:6%;
  position: relative;
  max-width: 100%;
  height: auto;
  padding: 2vh;
  border-left: hsl(218, 76%, 62%) solid 5px;
  background: rgb(226, 244, 255);
  font-size: clamp(18px,6vw,28px);
  z-index: 0;
}

.sub_title .f{
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background: rgb(255, 255, 255);
}

.sub_title .f1{
  position: absolute;
  top: 0;
  right: 0;
  width: calc(1vw + 33px);
  height: 10px;
  background: rgb(255, 255, 255);
}

.sub_title .f2{
  position:absolute;
  top: calc(50% - 5px);
  left: 0;
  width: calc(1vw + 28px);
  height: 10px;
  background: rgb(255, 255, 255);
}

.sub_title .uture{
  position: absolute;
  bottom: 0;
  line-height: 1;
  font-size: clamp(30px,2vw,50px);
  color: rgb(255, 255, 255);
  font-weight: 700;
  right: 0;
  cursor: default;
}

.sub_title .f-all{
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  max-width: 50%;
  min-width: 30%;
  text-align: right;
  z-index: -1;
}

.sub_title .f-big{
  position: absolute;
  width: calc(1vw + 33px);
  height: 100%;
  right: 110px;
}

.future{
    max-width: 100%;
    font-size:clamp(50px,10vw,62px);
    text-align: center;
    color: #a1ecff;
    font-weight: bold;
    margin: 2% 0;
    position: relative;
    opacity: 0.2;
  }

  .title1{
    text-align: center;
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: clamp(20px,6vw,32px);
  }

  .title{
      margin-top:6%;
      position: relative;
      width: 100%;
      height: auto;
      background: #ffffff;
      text-align: center;
  }

  .title .s{
    position: absolute;
    color: #08b7de;
    font-size: clamp(20px,4vw,40px);
    top: 20%;
    left: calc(50% - 30%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  
  .title .t{
      position: absolute;
      color: #08b7de;
      font-size: clamp(20px,4vw,40px);
      top: 80%;
      left: calc(50% + 30%);
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
    }
  
    @media screen and (max-width:400px) {
      .title .s{
        left:calc(50% - 35vw);
      }
      .title .t{
        left: calc(50% + 35vw);
      }
      .future{
        font-size: 14vw;
      }
      .title1{
        font-size: clamp(10px,6vw,30px);
      }
    }

/*本文文章*/
.paragraph{
  content: "fontsystem";
  padding-left: 2%;
  padding-right: 2%;
  margin: 0;
  margin-top: 2%;
  margin-bottom: 2%;
  align-items: center;
}

.marker{
  background: linear-gradient(to top, rgb(255, 255, 136) 60%, transparent 60%);
  width: 100%;
  height: 100%;
  font-weight: bold;
}

/*本文リスト*/
.list-title{
  padding-left: 0px;
  padding-bottom: 6px;
  font-size:clamp(15px,4vw,22px);
  font-weight: bold;
  list-style: "■ "; 
}

.sub-list-title{
  padding-left: 0px;
  padding-bottom: 6px;
  font-size:clamp(12px,4vw,20px);
  font-weight: bold;
  list-style: "■ "; 
}

.sub-sub-list-title{
  padding-left: 0px;
  padding-bottom: 6px;
  content: "fontsystem";
  font-weight: bold;
  list-style: "■ "; 
}

.list-star{
  list-style: "★ " !important; 
}

.list-none{
  list-style: none !important; 
}

.list-num{
  list-style-type: decimal !important;
}

.list-dis{
  list-style-type: disc !important;
}

.list-content{
  padding-left: 2%;
  padding-bottom: 2%;
}

.list-content p{
  padding: 0px !important;
  margin: 0px !important;
}


/*文字説明*/
.system-introduce{
  display: block;
}

.opacity_intro{
  position: absolute;
  height: 0px;
  width: 90%;
  padding-left: 5%;
  padding-right: 5%;
  top: 0px;
  background-color:transparent;
  z-index: 102;
}

.intro{
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  background-color: rgb(255, 255, 255);
  box-shadow: 2.5px 10px 10px 0 rgba(0, 0, 0, 0.4);
  padding: 10px;
  left: -2px;
  top: 0px;
  color: #000000;
  content: "fontsystem";
  font-weight: 540;
  z-index: 100;
  opacity: 0;
}

.sankaku{
  position: absolute;
  border-bottom: 20px solid rgb(255, 255, 255);
  filter: drop-shadow(10px 5px 15px rgba(0,0,0,1));
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  top: 26px;
  left: 10px;
  z-index: 101;
  opacity: 0;
}

.introduce{
  display: inline-flex;
  position: relative;
}

.text-intro{
  color: #1856b3;
  text-decoration: none;
  font-weight: bold;
  z-index: 110;
}

.text-intro:hover ~ .opacity_intro{
  height: 100px;
}

.opacity_intro:hover ~ .intro-box{
  opacity: 1;
}

.opacity_intro:hover ~ .intro{
  transition: 0.5s;
  opacity: 1;
  height: auto;
  z-index: 300;
  top: 46px;
  width: 30vw;
  max-width: 250px;
}

.opacity_intro:hover{
  height: 100px;
}

.opacity_intro:hover ~ .text-intro{
  text-decoration: underline;
  color: #084a7c;
}

.opacity_intro:hover ~ .sankaku{
  opacity: 1;
  transition: 1s;
}

.intro:hover{
  transition: 0.5s;
  opacity: 1;
  height: auto;
  z-index: 300;
  top: 46px;
  width: 30vw;
  max-width: 250px;
}

.intro:hover ~ .sankaku{
  opacity: 1;
  transition: 1s;
}

.text-intro:hover ~ .intro-box{
  opacity: 1;
  transition: 0.5s;
}

.text-intro:hover{
  text-decoration: underline;
  color: #8dc3e0;
}

.text-intro:hover ~ .sankaku{
  opacity: 1;
  transition: 1s;
}

.text-intro:hover ~ .intro{
  transition: 0.5s;
  opacity: 1;
  height: auto;
  z-index: 300;
  top: 46px;
  width: 30vw;
  max-width: 250px;
}

.omuni{
  width: 100%;
  z-index: 90;
  cursor: pointer;
}

/*ボックス*/
.yougosyuu-syuu p{
  font-size: clamp(20px,4vw,27px);
  margin: 0;
  width: 96%;
  margin-left: 2%;
}


.title-syuu{
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: clamp(18px,4vw,23px);
  padding-left: 40px;
  color: #1f65d6;
}

.text-syuu{
  content: "fontsystem";
  color: #383838;
  font-weight: lighter;
  padding-left: 50px;
  padding-right: 20px;
  margin: auto 2.1%;
  display: block;
  padding-bottom: 20px;
}

.bunnsyou-syuu{
  border-top: #000000 dotted 3px;
  border-left: black dotted 3px;
  width: 2rem;
  height: 2rem;
  margin-left: 2%;
  position: absolute;
  top: 0;
}

.bunnsyou-syuu-d{
  border-bottom: #000000 dotted 3px;
  border-right: black dotted 3px;
  width: 2rem;
  height: 2rem;
  margin-left: 2%;
  position: absolute;
  bottom: 0;
  right: 2%;
}

.re-syuu{
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 2%;
}

.mokuzi-syuu{
  border: #000000 solid 3px;
  padding: 10px;
  padding-bottom: 0;
  margin-bottom: 3%;
  margin-top: 2%;
  margin-left: 50px;
  margin-right: 50px;
  padding-left: 10%;
  padding-right: 10%;
}

.mokuzi-title-syuu{
  font-weight: 600;
  font-size: clamp(18px,4vw,25px);
  text-align: center;
}

.text-mokuzi-syuu{
  font-size:clamp(15px,4vw,21px);
  padding-bottom: 20px;
  font-weight: 600;
  text-align: left;
  margin-left:40%;
}

.syuu-mokuzi{
  color: #000000;
  text-decoration: none;
}

.syuu-mokuzi:hover{
  text-decoration: underline;
  color: #08b7de;
}

.grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(calc(160px + 15%), 1fr));
}

.padding-tyousei-syuu{
  padding-bottom: 30px;
}

/*表*/

.info-table th{
  background-color: hsl(218, 76%, 62%);
  border: solid 2px;
  border-color: #ffffff;
  color: #ffffff;
  font-weight:normal;
}

.info-table td{
  border: solid 2px;
  border-color: hsl(218, 76%, 62%);
  font-weight: light;
}

.info-table{
  border-collapse: collapse;
  width: 96%;
  max-width: 700px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  content: "fontsystem";
}

.info-table::before{
  content: "";
  display: block;
  position: absolute;
  right:0px;
  top: 0;
  width: calc(100% - 1px);
  border-top: solid 2px;
  border-color:hsl(218, 76%, 62%);
}

.info-table::after{
  content: "";
  display: block;
  position: absolute;
  right:0px;
  bottom: 0;
  width: calc(100% - 1px);
  border-top: solid 2px;
  border-color:hsl(218, 76%, 62%);
}

.info-table-box{
  padding-left: 2%;
  padding-right: 2%;
  margin: 0;
  margin-top: 2%;
  margin-bottom: 2%;
}

/*本文画像*/
.expansionbox{
  max-width: 80vw;
  max-height: 80vh;
}

.expansionbox-sub{
  overflow-y: hidden;
  position: absolute;
}

.expansionbox-box{
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0px;
  z-index: 100000000000;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}

.img-box-full{
  flex-shrink: 0;
  width: 96%;
  display: block;
  margin:auto;
  margin-top: 2%;
  margin-bottom: 2%;
  position: relative;
  cursor: pointer;
}

.img-box-middle{
  flex-shrink: 0;
  width: 70%;
  display: block;
  margin:auto;
  margin-top: 2%;
  margin-bottom: 2%;
  position: relative;
  cursor: pointer;
}

.img-box-small{
  flex-shrink: 0;
  width: 50%;
  display: block;
  margin: auto;
  margin-top: 0%;
  margin-bottom: 0%;
  position: relative;
  cursor: pointer;
}

.img-box-small-very{
  flex-shrink: 0;
  width: 20%;
  max-width: 100px;
  min-width: 40px;
  display: block;
  margin:auto;
  margin-top: 2%;
  margin-bottom: 2%;
  margin-right: 2%;
  margin-left: 0;
  position: relative;
  text-align: left;
  cursor: pointer;
}

.img-box-small-very img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-box-full img{
  width: 100%;
  object-fit: cover;
  height: 100%;
  display: block;
}

.img-box-middle img{
  width: 100%;
  object-fit: cover;
  height: 100%;
  display: block;
}

.img-box-small img{
  width: 100%;
  object-fit: cover;
  height: 100%;
  display: block;
}

.img-text-black{
color: #ffffff;
text-align: center;
z-index: 100;
position: absolute;
width: calc(100% - 10px);
margin:0;
bottom:0;
background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
padding-top: 30px;
font-size: clamp(10px,2vw,18px);
padding:5px;
}

.img-text-white{
  color: #000000;
  text-align: left;
  z-index: 100;
  width: calc(100% - 10px);
  margin:0;
  bottom:0;
  background-color: #ffffff;
  content: "fontsystem";
  padding:5px;
}

.img-quote{
  position: absolute;
  top:0;
  right:0;
  margin:0px;
  background-color: rgba(0, 0, 0, 0.6);
  color:#ffffff;
  font-size: clamp(10px,2vw,18px) !important;
  padding:2px;
}

.gallery-box-small{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(calc(160px + 10%), 1fr));
}

.gallery-box{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(calc(160px + 15%), 1fr));
  margin-left: 10px;
  margin-right: 10px;
}

.gallery-box-link{
  position: absolute;
  width: 100%;
  height: 100%;
  top:0px;
  left:0px;
  z-index: 10000;
}

.pv iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
  clear: both;
}
.pvpv{
  text-align: center;
}
/*本文ボタン*/
.seemore{
  font-size: clamp(10px,4vw,20px);
  color: #ffffff;
  text-decoration: none;
}

.seemore-box::after{
  content: "»";
  position: absolute;
  bottom:0px;
  right: 10px;
  font-size: clamp(10px,4vw,20px);
  color: #ffffff;
}

.seemore-box{
  background-color: #4587b9;
  position: relative;
  text-align: center;
  margin-left:20%;
  margin-right:20%;
}

.seemore-box-back::after{
  content: "«";
  position: absolute;
  bottom:0px;
  left: 10px;
  font-size: clamp(10px,4vw,20px);
  color: #ffffff;
}

.seemore-box-back{
  background-color: #b99a45;
  position: relative;
  text-align: center;
  margin-left:30%;
  margin-right:30%;
}

.seemore-link{
  position: absolute;
  width: 100%;
  height: 100%;
  top:0px;
  left:0px;
  z-index: 100;
}

.seemore-box:hover{
  animation:seemore-box-animation 0.5s;
  animation-fill-mode:forwards;
}

.seemore-box-back:hover{
  animation:seemore-box-animation-back 0.5s;
  animation-fill-mode:forwards;
}

@keyframes seemore-box-animation{
  100%{
    margin-left:22%;
    margin-right:22%;
  }
}

@keyframes seemore-box-animation-back{
  100%{
    margin-left:32%;
    margin-right:32%;
  }
}

/*ページ内リンク*/
.id_2{
  display: block;
  position: absolute;
  top: -95px;
  width: 50px;
  height: 1px;
  background-color: transparent;
}

/*webページ現在地*/

.pa-zi-here{
  height: auto;
  width: 100%;
  top: 0;
  left: 0;
  background-color: white;
  opacity: 0.8;
  z-index: 100;
  font-size:clamp(10px,4vw,16px);
  margin: 10px 2%;
}

.pa-zi-link{
  text-decoration: none;
}

.pa-zi-link:hover{
  color: #66c0d6;
  width: auto;
}

.top{
  margin: 10px 0;
}

.shikiri{
  margin: 5px 2%;
}
.flex-system-riku{
  display: flex;
}
.flex-system-riku p{
  line-height: 50px;
}
.list-title-riku{
  font-size: 40px;
}
.mojidekai-title{
  width: 100%;
}

.mokuzi-content-all{
  border: #000000 solid 3px;
  margin: 2% 7%;
  padding: 10px;
}

@media screen and (max-width:600px) {
  .mokuzi-content-all{
    margin: 2%;
  }
}

.mokuzi-title{
  font-size: clamp(18px,6vw,28px);
  text-align: center;
  padding: 0;
  margin: 0;
  font-weight: bold;
}

.mokuzi-content{
  margin: 0;
}

.mokuzi-content-a{
  font-size: clamp(12px,6vw,20px);
  margin: 0 calc(50% - 70px);
  margin-right: 0;
  margin-bottom: 20px;
  font-weight: bold;
}

.mokuzi-content-a a{
  text-decoration: none;
  color: #000000;
  font-weight: bold;
  display: inline;
}

.mokuzi-content-a a:hover{
  color: #08b7de;
}

/*参考文献*/
.sankou-padding-bottom{
  margin-bottom: 3%;
}

.bunken-bunken{
  width: 100%;
}

.sankoubunken{
  content: "fontsystem";
  margin: 0 20px;
}

.sankoubunken-link{
  content: "fontsystem";
  margin: 0 40px;
  word-wrap: break-word;
}

.sankoubunken-link:hover{
  color:#08b7de;
  text-decoration: underline;
}

.right{
  text-align: right;
}

.block{
  display: initial;
  margin: auto 0;
  padding: auto 0;
  align-items: center;
}

.t-box{
  content: "fontsystem";
  margin: 0;
  margin-top: 2%;
  margin-bottom: 2%;
  align-items: center;
  width: 60px;
}

.box-calculate{
  content: "fontsystem";
  margin-left: 2%;
}