@charset "utf-8";
/* CSS Document */

img{max-width: 100%;}
.msr_bgbody{
  position:fixed;
  z-index:-1;
  height: 100vh;
  height: 100svh;
}

.msr_body{
  line-height: 1.5;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;

}

.msr_keyvisual{
  margin-bottom: 50px;
  margin:auto;
  max-width:1200px;
}

.msr_wrap{
  max-width: 1200px;
  margin: auto;
  box-shadow: 0px 0px 5px #CCC;
  border-radius: 8px;
  backdrop-filter: blur(4px);
}

.msr_detail{
  width:94%;
  max-width: 1000px;
  margin: 0 auto 40px;
  padding: 24px 16px 40px;
  background-color: #FFF;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
}
h2{
  max-width: 256px;
  width:7em;
  padding: 0.5em 0;
  margin: 0 auto;
  text-align: center;
  font-size:clamp(1rem, 0.773rem + 1.14vw, 2rem);
  font-weight: bold;
  color:#1E9B68;
}
.msr_detail dl{
  display: flex;
  flex-wrap: wrap;
  max-width: 880px;
  margin: auto;
}
.msr_detail dl dt{
  width: 6em;
  padding: 15px 0;
  font-size:clamp(0.875rem, 0.739rem + 0.68vw, 1.25rem);
  font-weight: bold;
  color: #1E9B68;
}
.msr_detail dl dt:first-of-type{padding-top: 22px;}
.msr_detail dl dd{
  width: calc(100% - 6em);
  padding: 15px 0;
  font-size:clamp(0.875rem, 0.739rem + 0.68vw, 1.25rem);
  font-weight: bold;
  color: #000000;
}
.msr_detail dl dd span{
  display: block;
  font-size:clamp(1rem, 0.682rem + 1.59vw, 1.875rem);
}
.msr_detail dl dd p{
  font-size:clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  font-weight: normal;
}
.msr_detail dl dt:nth-of-type(n+2),
.msr_detail dl dd:nth-of-type(n+2){border-top: 1px solid #BFBFBF;}

.msr_detail a{color:#0070bc;}

.msr_description{
  width:94%;
  max-width: 920px;
  margin: auto;
}
.msr_copy{
  line-height: 1.875;
  margin-bottom: 20px;
  text-align: center;
  font-size:clamp(0.875rem, 0.602rem + 1.36vw, 1.625rem) /*1.625rem*/;
  font-weight: bold;
  color: #000000;
}
.msr_copy span{
  padding: 0 4px;
  background-color: #FFFFFF;
}

.msr_txt01{
  margin-bottom: 20px;
  font-size:clamp(0.875rem, 0.739rem + 0.68vw, 1.25rem);
  font-weight: bold;
  color: #000000;
  line-height:1.75;
}
.msr_txt01 span{
  color:#FE5DA3;
}
.msr_themelist{
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 24px;
  padding: 24px 40px;
  background-image: url(../img/il_frame_left.svg), url(../img/il_frame_right.svg);
  background-position: left center, right center;
  background-repeat: no-repeat, no-repeat;
}
.msr_themelist li{
  font-size:clamp(0.875rem, 0.739rem + 0.68vw, 1.25rem);
  font-weight: bold;
  color: #229D6B;
}
.msr_themelist li:nth-of-type(odd){width: 55%;}
.msr_themelist li:nth-of-type(even){width: 45%;}
.msr_themelist li:nth-last-of-type(n+3){margin-bottom: 16px;}
.msr_themelist li::before{
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 4px;
  background: url(../img/icon_heart.svg);
}

.msr_blackboard{
  max-width:740px;
  margin:auto;
  padding:10px 0 56px;
}


.msr_picturebox{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}
.msr_picturebox>div:first-of-type{width: 544px;}
.msr_picturebox>div:last-of-type{width: 360px;}

.msr_teacher{
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 860px;
  margin: 0 auto 40px;
  padding: 24px 24px 32px 32px;
  border-radius: 20px;
  background-color: #FFF;
  border: 1px solid #c9c9b8;
}
.msr_teacher div:first-of-type{width: 550px;}
.msr_teacher div h3{
  width: 10em;
  margin-bottom: 1em;
  text-align: center;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #FE5DA3;
  font-size:clamp(0.875rem, 0.739rem + 0.68vw, 1.25rem);
}
.msr_teacher div .msr_title{
  font-weight: bold;
  color: #FE5DA3;
  font-size: 0.875rem;
}
.msr_teacher div .msr_name{
  margin-bottom: 12px;
  font-size:clamp(0.875rem, 0.739rem + 0.68vw, 1.25rem);
  font-weight: bold;
  color: #FE5DA3;
}
.msr_teacher div .msr_text{
  line-height: 2.25;
  color: #333333;
  font-weight:bold;
}
.msr_teacher div:last-of-type{width: 212px;}



.msr_notes{
  max-width: 1100px;
  width:94%;
  margin: 0 auto 32px;
  padding: 32px 50px;
  border-radius: 20px;
  background-color: #FFFFFF;
}
.msr_notes span{
  font-size: 0.875rem;
  font-weight: bold;
  color: #333333;
}
.msr_notes ul li{
  line-height: 1.75;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.875rem;
  font-weight: bold;
  color: #333333;
}
.msr_notes ul li::before{
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 4px;
  vertical-align: middle;
  background-color: #0071BC;
  border-radius: 100%;
}
.msr_notes ul li:nth-last-of-type(n+2){margin-bottom: 10px;}



.msr_entry{padding-bottom: 24px;}
.msr_entry a{
  display: flex;
  justify-content: center;
  align-items: center;
  width:80%;
  max-width: 400px;
  height: 60px;
  margin: 0 auto 0.5em;
  text-decoration: none;
  text-align: center;
  font-size:clamp(1rem, 0.773rem + 1.14vw, 1.625rem);
  font-weight: bold;
  color: #FDF775;
  border-radius: 40px;
  background-color: #FE5DA3;
  border: 2px solid #FFFFFF;
  box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.16);
}
.msr_entry a p{line-height: 1;}
.msr_entry>p{
  text-align: center;
  font-weight: bold;
}

.msr_sponsor{
  padding: 40px 0;
  background-color:#E6FFB4;
}
.msr_sponsor dl{
  display: flex;
  flex-wrap: wrap;
  max-width: 720px;
  margin: auto;
  font-weight: bold;
  color: #333333;
}
.msr_sponsor dl dt{width: 6.5em;}
.msr_sponsor dl dd{width: calc(100% - 6.5em);}
.msr_sponsor dl dt:nth-last-of-type(n+2),
.msr_sponsor dl dd:nth-last-of-type(n+2){margin-bottom: 20px;}






.tss_footer{background-color: transparent;}
.tss_footer a{color: #000000;}

.msr_entrybtn{
  position:fixed;
  right:0.875em;
  top:50dvh;
  writing-mode: vertical-rl;
}

.msr_entrybtn a{
  color:#FDF775;
  padding:1em 0.5em;
  background-color:#FE5DA3;
  font-size:1.125rem;
  font-weight:bold;
  text-decoration: none;
  border: 2px solid #FFFFFF;
  border-radius: 20px 0 0 20px;
  box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.16);
}


@media screen and (min-width:801px){
  .msr_detail dl dd br{
    display:none;
  }
  .msr_entry a:hover{
    color: #FE5DA3;
    background-color: #FFF;
    border: 2px solid #FE5DA3;
  }
  .msr_entrybtn a:hover{
    color: #FE5DA3;
    background-color: #FFF;
    border: 2px solid #FE5DA3;
  }
}

@media screen and (max-width:800px){
  .msr_detail{padding-bottom:8px}
  .msr_detail dl dt{
    width:20%;
  }
  .msr_detail dl dd{
    width:80%;
  }
  .msr_detail dl dt:first-of-type{
    padding-top:14px;
  }
  .msr_copy{
    background-color:#FFF;
    margin:0 auto 20px;
    padding:0.5em;
  }
  .msr_copy span{
    background-color:transparent;
    padding:0;
  }
  .msr_copy br{
    display:none;
  }
  
  .msr_themelist{
    flex-direction: column;
    padding:0 1em 20px 1em;
    margin-bottom: 0;
    background:none;
  }
  .msr_themelist li{
    margin-bottom:1em;
    display:flex;
    align-items: center;
  }
  .msr_themelist li:nth-of-type(odd),
  .msr_themelist li:nth-of-type(even){
    width:100%;
  }
  .msr_themelist li:last-of-type{
    margin-bottom:0;
  }
  
  .msr_picturebox>div:first-of-type{
    padding-right: 0.5em;
  }
  
  .msr_teacher{
    padding:24px 1em;
  }
  .msr_teacher div .msr_text{
    font-size:0.875rem;
  }
  
  .msr_notes{
    padding: 32px 1.5em;
    font-size: 0.875em;
  }
  .msr_sponsor{
    padding-bottom:160px;
  }
  .msr_sponsor a{
    color:#000;
    text-decoration: none;
  }
  .msr_sponsor dl{
    width:94%;
    margin:auto;
    font-size:clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  }
  .tss_gotop{width:56px;}
  
  .msr_entrybtn{left: calc(100vw - 1.25em);}
  .msr_entrybtn a{font-size:0.875rem;}
  
}

@media screen and (max-width:480px){
  .msr_phpresent{
    width: 130%;
    margin-left: 10%;
  }
}

@media screen and (max-width:428px){
  .msr_teacher div .msr_text{
    width: 140%;
    padding-top: 7.5vw;
  }
  .msr_detail{
    width:100%;
    padding: 8px 16px;
  }
  .msr_txt01,
  .msr_notes ul li,
  .msr_sponsor dl,
  .msr_entry>p{font-weight: normal;}
  .msr_txt01 span {font-weight: bold; padding: 8px;}
  .msr_teacher div .msr_text {font-weight: normal;}
  
  .msr_sponsor dl dt,
  .msr_sponsor dl dd{width: 100%;}
  .msr_sponsor dl dt{font-weight: bold;}
  .msr_sponsor dl dt:nth-last-of-type(n+2){margin-bottom: 0;}
  .msr_sponsor dl dd:nth-last-of-type(n+2),
  .msr_sponsor dl dd{margin-bottom: 1em;}

  
  .tss_gotop{bottom: 106px;}
}