@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: 0 auto 80px auto;
  font-size: 0.9rem;
  padding: 0 4%;
}
body{
  background-color:#fff;
  margin:0;
  padding:0;
}
li{
  list-style:none;
}
section{
  margin-top: 50px;
}
.wrapper{
  margin-bottom:100px;
}
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:60%;
  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;
}

/*// keyvisual ↑↑ここまで場合によって共通 */

h3{
  font-size: 1.7em;
}
h4{
  font-size: 1.3em;
  font-weight: 500;
}

#article1 ul li{
  max-width: 850px;
  text-align: center;
  margin-bottom: 2em;
}
/* ゆがんだ画像 */
#article1 img{
  max-width: 60%;
  border-radius: 24% 35% 12% 83% / 54% 48% 41% 31% ;
}
#article1 ul li p{
  text-align: left;
}

#article2 ul li{
  max-width: 850px;
  text-align: center;
  margin-bottom: 2em;
}
/* ゆがんだ画像 */
#article2 img{
  max-width: 100%;
  border-radius: 24% 68% 24% 57% / 63% 20% 72% 30% ;
}
#article2 ul li p{
  text-align: left;
}







/*---共通-----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 #555;
}
  
 
#footer01 .logo img {
  width:13%;
  margin: 1em;
}
  
#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.2em;
  text-align: center;
}
#keyvisual img{
  max-width: 100%;
  object-fit: cover; 
}
.pc{
  display:  none !important;
}
.sp{
  display: block !important;
}

/* ふったー */
   
#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:30%;
}





}