/*ヘッダー*/
.topimage{
  position: relative;
  width:100%; 
  height:0; 
  padding-top: 56.25%; 
  iframe{
    position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  }
}

.resp-topimage{
  display: none;
}

.top_text{
  display: flex;
  justify-content: center;
}
#top_textArea{
  margin: 110px 0;
}
#top_textArea img{
  max-width: 481px;
  height: auto;
  margin-bottom: 30px;
}
#top_textArea p{
  font-size: 25px;
  text-align: center;
  color: #239A82;
}

#reiko_top{
  width: 50%;
}
#hirokiko_top{
  width: 48%;
}
#resp-reiko_top{
  display: none;
}
#resp-hirokiko_top{
  display: none;
}

.movie{
  background-color: #BDCDE2;
  padding-top: 60px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
#movieArea{
  max-width: 560px;
  height: auto;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;

  iframe{
    width: 560px;
    height: 315px;
  }
}
@media (max-width:560px){
  #movieArea{
    position: relative;
    width:100%;
    height:0;
    padding-top: 56.25%; 
  
    iframe{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#movielink{
  display: flex;
  justify-content: center;
  a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 222px;
    height: 38px;
    background-color: #06267B;
    color: #FFFFFF;
    margin-bottom: 40px;
  }
  a:hover{
    opacity: 80%;
  }
}

.kotonoha{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 150px;
}
.kotonoha a:hover{
  opacity: 80%;
  background-color: #c7c5c5;
}

#footertext{
  text-align: center;
}
#footertext img{
  max-width: 349px;
  height: auto;
  aspect-ratio: 251/47;
}
#footertext p{
  margin-top: 10px;
  margin-bottom: 53px;
  line-height: 22px;
  color: #707070;
  font-size: 14px;
}

/*メッセージ*/
#message{
  display: flex;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 50px;
}
#message p{
  max-width: 545px;
  font-size: 17px;
  line-height: 26px;
}
#message-title{
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 26px;
  margin-top: 60px;
  margin-bottom: 40px;
}
#logo_red{
  width: 253px;
  height: 48px;
  margin-left: 164.5px;
  margin-right: 62.4px;
}

.indexLink{
  display: flex;
  justify-content: center;
  /*margin: 0 60px;*/
}
.indexLink a:hover{
  opacity: 80%;
  background-color: #c7c5c5;
}
.respindexLinkImage{
  display: none;
}
/*レスポンシブ対応*/
@media (max-width:1099px){
  #message{
    display: block;
    text-align: center;
  }
  #logo_red{
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #message p{
    text-align: left;
    margin: 0 auto;
  }
}

@media(max-width:769px){
  .indexLink{
    margin: 0 20px;
  }
}

@media (max-width:639px){
  #message{
    
  }
  #logo_red{
    margin-top: 50px;
    margin-bottom: 8px;
  }
}

/*スマホ対応*/

@media (max-width:540px){
  #logo_red{
    margin-bottom: 50px;
  }
  .topimage{
    display: none;
  }
  .resp-topimage{
    display: block;

    #resp-cocolamu_top{
      display: flex;
      justify-content: center;
      margin-top: 55px;
      #toplogo{
        width: 310px;
        height: auto;
        margin: 0 auto;
      }
    }
    #resp-cocolamu_imge{
      display: flex;
      justify-content: center;
      position: relative;
    }
    #resp-cocolamu_text{
      font-size: 14px;
      font-weight: bold;
      color: #FFFFFF;
      text-align: center;
      margin-top: 20px;
    }
  }

  .top_text{
    display: none;
  }

  #message-title{
    font-size: 16px;
  }

  #reiko_top{
    display: none;
  }
  #hirokiko_top{
    display: none;
  }
  #resp-reiko_top{
    display: block;
  }
  #resp-hirokiko_top{
    display: block;
  }

  .indexLink{
    flex-wrap: wrap;
    margin: 0 30px;
  }
  .indexLink img{
    display: block;
    width: 100%;
  }
  .respindexLinkImage{
    display: block;
  }
  .pcindexLinkImage{
    display: none;
  }
}
.mb20{
  display: block;
  margin-bottom: 20px;
}