@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;
}

section {
  max-width: 960px;
  margin: 70px auto 0px auto;
  font-size: 0.9rem;
  padding: 0 4%;
    
}


body{
  background-color:#fff;
  margin:0;
  padding:0;
	background-image:
		radial-gradient(290px 300px , rgba(249, 255, 189, 0.5) 20%, transparent 20%),
		radial-gradient(1000px 990px , rgba(250, 220, 220, 0.5) 20%, transparent 20%),
		radial-gradient(400px 380px , rgba(123,222,217, 0.5) 20%, transparent 20%),
		radial-gradient(100px 100px , rgba(250, 255, 180, 0.5) 20%, transparent 20%);
	background-size: 
		1230px 1280px,
		1470px 990px,
		1200px 1700px,
		1100px 1300px;
	background-position: 
		-300px -550px,
		50px 510px,
		-180px -250px,
		130px -150px;
  background-repeat: repeat;
}



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;/*メニューを画面内へ*/
}
/* ハンバーガー おわり*/











#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: #555;
  margin: 0!important;/*文字がずれている場合や*/
  padding: 5px!important;/*文字が折り返される場合*/
  background-color: #fff;
  opacity: 0.8;
  font-size: 2rem;
  text-align: center;
}


/*画像の大きさ変えたら　再確認*/
#keyvisual img{
  width: 100%;
  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シリーズ */

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


/* voice */

#article3 ul li {
  margin-bottom: 3em; 
  padding: 0.7em;
  color: #777777; /* 文字色 */
  background-color: #EEFFFF; /* ボックス背景色 */
  color: #666; /* 文章色 */
  box-shadow: 0 0 5px 2px #c0c0c0; /* 影 */
  border-radius: 3em .8em 3em .7em/.9em 2em .8em 3em;
}
#article3 ul li img{
  display: block;
  margin: auto;
}




.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;
}




.btn,
a.btn,
button.btn {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
  display: inline-block;

  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #8f8f8f;
}

a.btn-flat {
  overflow: hidden;
  padding: 1.3rem 5rem;
  margin: 1em;
  color: #fff;
  border-radius: 0;
  background: #8f8f8f;
}

a.btn-flat span {
  position: relative;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;

  width: 150%;
  height: 500%;

  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);
  background: #00b7ee;
}

a.btn-flat:hover:before {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}

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

.article4 img{
  border-radius: 39% 60% 40% 62% / 60% 45% 60% 60%;
}



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




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


ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
  
#footer01 {
  position: relative;
  background: #999999;
  margin: 0 calc(50% - 50vw); /*--　よこまではみだすやつ--------*/
  padding: 40px calc(50vw - 50% );
}
  
#footer01 .logo {
  text-align: center;
  border-bottom: 1px solid #555;
}
  
 
#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:768px) {
  #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%;
  object-fit: cover; 
}
.pc{
  display:  none !important;
}

.sp{
  display: block !important;
}
#article5 img{
  max-width: 38%;
}



.article4 ul li p{
  font-size: 100%;
}
.p1{
  font-size: 100%;
}
a.btn-flat {
  overflow: hidden;
  padding: 1rem 2rem;
  color: #fff;
  background: #999999;
}






/* ふったー */

#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%;
}

}