@charset "UTF-8";


html{
  height: -webkit-fill-available;
  font-size: 100%;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  color:#00b3d3;
}
a {
  text-decoration: none;
}
p{
  font-size: 18px;
}
img{
  max-width:100%; /*画像が親要素からはみ出すのを防ぐ*/
  height:auto;
  margin-bottom: 20px;
}

section {
  max-width: 960px;
  margin: 70px auto 0px auto;
  font-size: 0.9rem;
  padding: 0 4%;
}
body{
  background-color:#fff;
  margin:0;
  padding:0;
}
li{
  list-style:none;
}

.wrapper{
  margin-bottom:100px;
    
}
.wrapper ul li{
  margin-bottom: 1.2em;
}
h2{
  margin: 4px 0 20px 0;
}
h1{
  max-width: 25%;
  z-index: 90;
  position: fixed;
  padding:0.5em 0 0 2em
}
  



/* ハンバーガー */
.menu-btn {
  position: fixed;
  top: 10px;
  right: 10px;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  background-color: #999;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 2px;
  background-color: #ffffff;
  position: absolute;
}
.menu-btn span:before {
  bottom: 8px;
}
.menu-btn span:after {
  top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}
#menu-btn-check {
  display: none;
}
.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  background-color: #333;
}
.menu-content ul {
  padding: 100px 30px 20px 40px;
}
.menu-content ul li {
  border-bottom: solid 1px #ffffff;
  list-style: none;
}
.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 1em;
  box-sizing: border-box;
  color:#fff;
  text-decoration: none;
  padding: 9px 15px 10px 2em;
  position: relative;
}
.menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 16px;
}
.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;/*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color: #555;
  transition: all 0.5s;/*アニメーション設定*/
}
#menu-btn-check:checked ~ .menu-content {
  left: 0;/*メニューを画面内へ*/
}
/* ハンバーガー おわり*/
  

/*// header ↑↑ここまで共通 */




#keyvisual{
    padding-top:  80px;
    position: relative;/*親要素にrelative*/
    text-align: center;
}
#keyvisual p{
    position: absolute;/*重ねたい子要素にabsolute*/
    top:58%;
    left: 50%;
   -ms-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
    -webkit-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
    transform: translate(-50%,-50%);/*センター寄せの修正*/
    color: #00b3d3;
    margin: 0!important;/*文字がずれている場合や*/
    padding: 5px!important;/*文字が折り返される場合*/
    background-color: #fff;
    opacity: 0.8;
    font-size: 2rem;
    text-align: center;
}




/* 画像の大きさ変えたら　再確認*/
#keyvisual img{
    max-width: 100%;
    max-height: 100vh;
}
.pc{
    display: block !important;
}
.sp{
    display: none !important;
}


/* ここから以下section */



/* 方眼紙模様に必須のスタイルを偶数のarticleにかける */
#article2 {
    background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)),
    linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
    background-size: 20px 20px;
    background-repeat: repeat;
    background-position: center;
    margin: 0 calc(50% - 50vw);
    padding: 40px calc(50vw - 50% );
    width: 100vw;
    margin-bottom: 80px;
}
.article4 {
    background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)),
    linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
    background-size: 20px 20px;
    background-repeat: repeat;
    background-position: center;
    margin: 0 calc(50% - 50vw);
    padding: 40px calc(50vw - 50% );
    width: 100vw;
    margin-bottom: 80px;
}
/* 方眼紙模様に必須のスタイルここまで */



/* articleシリーズ */

#article2 img{
box-shadow: 10px 7px 4px #999;
border: solid 1px #f0f0f0;
}
#article3 img{
    box-shadow: 6px 7px 4px #999;
    border: solid 1px #f0f0f0;
    }
    

#article5 ul{
    text-align: center;
}
#article5 ul li img{
    margin-left: 25px;
    margin-right: 25px;
    max-width: 70px;
}


/* voice */

#article3 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}
#article3 ul li {
    width: 46%;
    margin-bottom: 23px;
    text-align: center;
}
#article3 ul li p{
    text-align: left;
}



.article4 ul li{
    margin: 1.5em;
    text-align: center;
}
.article4 ul {
	position: relative;
	background: #f6f6f6;
	padding: 1em;
	border: solid 1px #27acd9;
    margin-bottom: 2em;
}
.article4 ul::after {
	position: absolute;
	content: '';
	left: -1px;
	top: -1px;
	border-style: solid;
	border-width: 0 0 20px 20px;
	border-color: #fff #fff #27acd9;
}
#p1{
    font-size: 1.1em;
}
.article4 ul li p img{
  max-width: 10%;
  opacity: 40%;
}





/* articleシリーズおわり */




/* ゆがんだ画像 */
#article2 img{
    border-radius: 40% 60% 40% 50% / 30% 60% 50% 60%;
}



#article3 img{
    border-radius: 59% 70% 30% 62% / 60% 45% 40% 60%;
}





/*---共通-----footer--------*/


ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
  
  #footer01 {
    position: relative;
    background: #999;
    margin: 0 calc(50% - 50vw); /*--　よこまではみだすやつ--------*/
    padding: 40px calc(50vw - 50% );
  }
  
  #footer01 .logo {
    text-align: center;
    border-bottom: 1px solid #111;
  }
  
 
  #footer01 .logo img {
    width:13%;
    margin-top: 2em;
  }
  
  #footer01 .fnav a {
    display: block;
    padding: 0 15px;
    color: #fff;
    text-align: left;
  }
  
  @media only screen and (min-width: 641px) {
    #footer01 .fnav {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 20px 0;
    }
    #footer01 .fnav a:hover {
      color: #00b3d3;
    }
  }


small{
    display: block;
    text-align: center;
    color:  #fff;
    font-weight: 550;
    padding-top: 10px;
}



/*---共通ここまで-----footer--------*/




/* スマホ表示 */
@media screen and (max-width:767px) {
body {
    min-width: 375px;
    margin: 0;
   }
   
#header img{
  max-width: 70%;
}
h1{
  max-width: 70%;
  margin: 0;
}

#keyvisual p{
   font-size: 1.1em;
   text-align: center;
}
#keyvisual img{
    max-width: 100%;
}
.pc{
    display:  none !important;
}
.sp{
    display: block !important;
}
#article5 img{
    max-width: 38%;
}
#article3 {
    display: block;
}
#article3 ul li {
    width: 100%;
    margin: 0 auto;
}
#article3 ul li p {
    width: 100%;
    margin: 0 auto;
}
#article4 ul li p{
    font-size: 80%;
}
#p1{
    font-size: 85%;
}
.article4 ul li p img{
  max-width: 13%;
  opacity: 40%;
}
/* ふったー */
   
#footer01 {
    text-align: center;
  }

  #footer01 .fnav li {
    border-top: 1px solid #555;
  }

  #footer01 .fnav li:last-child {
    border-bottom: 1px solid #111;
  }

  #footer01 .fnav li a {
    padding: 10px 10px;
}
#footer01 .logo img {
    width:35%
}







}