@charset "utf-8";
/* CSS Document */
.pc {
    display: none;
}
  body {
            font-family: 'Noto Sans JP', sans-serif;
            margin: 0 auto;
            padding: 0;
        }
        ul,li {
            margin: 0 auto;
            padding: 0;
            list-style: none;
        }
        h1,h2,h3,h4,h5 {
            padding: 0;
            margin: 0 auto;
        }
        .wrap {
            width: 100%;
            margin: 0 auto;
            position: relative;
        }
        #fv {
            margin: 0 auto;
        }
        #fv .wrap {
            background: url("/images/nanoimg/fv.jpg") no-repeat top right;
            padding-bottom: 400px;
        }
        #fv .wrap:before {
content: "";
    background: url(img/fvimg1.png) no-repeat;
    width: 40%;
    height: 210px;
    position: absolute;
    left: 0;
    top: -30px;
    background-size: contain;
        }
         #fv .wrap:after {
             content: "";
             background: url("/images/nanoimg/fvimg2.png") no-repeat;
    width: 50%;
    height: 368px;
    position: absolute;
    left: 22%;
    bottom: 0;
    background-size: contain;
        }
        #fv ul {
               padding-top: 290px;
    width: 40%;
    margin: 0 auto 0 2%;
        }
        #fv ul li {
      background: #3d67aa;
    color: #FFF;
    padding: 5px 5px 5px 10px;
    display: table;
    width: 100%;
    margin: 0 auto 10px 0;
    font-weight: bold;
    font-size: 1.6rem;
        }
        .grd {
            margin: 140px 0 0 auto;
    width: 100%;
    background: #000;
    color: #FFF;
    padding: 10px 0;
background: -webkit-linear-gradient(90deg, rgb(65, 109, 174), rgb(0, 180, 225));
background: linear-gradient(90deg, rgb(65, 109, 174), rgb(0, 180, 225));
        }
         .grd h1 {
width: 98%;
    text-align: center;
    margin: 0 auto;
    font-size: 1.6rem;
    line-height: 2em;
    font-weight: bold;
    padding-bottom: 10px;
        }
         .grd h1  span{
        font-size: 220%;
        }
        
        #textarea {
            margin: 20px auto;
    text-align: center;
        }
         #textarea h2{
             color: #3d67aa;
             font-size: 2rem;
             font-weight: bold;
             position: relative;
             padding-bottom: 10px;
        }
        #textarea h2:before{
             content: "";
    width: 70%;
    height: 3px;
    background: #3d67aa;
    left: 15%;
    bottom: 0;
    position: absolute;
        }
        #textarea ul {
            margin: 30px auto;
    width: 95%;
        }
        #textarea ul li:last-child {
            width: 100%;
        }
 #textarea ul li:last-child img{ 
     width: 100%;
}
        #textarea ul li:first-child {
            width: 100%;
        }
.nanoshush .sp {display: none;}
        #textarea ul li:first-child h3 {
            font-size: 1.8rem;
    font-weight: bold;
        }
        #textarea ul li:first-child p {
            font-size: 1.6rem;
    line-height: 1.8em;
            text-align: left
        }
        #item {
            margin:  0 auto;
            background: #f4f5f5;
            padding: 60px 0 0;
        }
          #item .wrap{
              display: flex;
              flex-wrap: wrap;
              justify-content: space-between;
              width: 95%;
        }
         #item .itembox {
             width:49%;
             margin: 0 0 50px;
        }
#item .itembox img {
    width: 100%;
}
        #item .itembox ul {
            width: 100%;
        }
         #item .itembox ul li:last-child span{
        font-size: 50%;
        }
        #item .itembox ul li:last-child {
        font-weight: bold;
    font-size: 1.6rem;
            width: 100%;
            margin: 0;
            text-align: center;
        }
        #item .itembox ul li:first-child {
            width: 100%;
    margin: 0;
    font-size: 1.2rem;
    font-weight: bold;
        }
        #item .itembox ul li:first-child p{
            margin: 0 auto;
            text-align: center
        }