@charset "utf-8";
/* CSS Document */
.sp {
    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: 1180px;
            margin: 0 auto;
            position: relative;
        }
        #fv {
            margin: 0 auto;
        }
        #fv .wrap {
            background: url("/images/nanoimg/fv.jpg") no-repeat top right;
        }
        #fv .wrap:before {
            content: "";
            background: url("/images/nanoimg/fvimg1.png") no-repeat;
            width: 356px;
            height: 310px;
            position: absolute;
            left: -15px;
            top: -30px
        }
         #fv .wrap:after {
             content: "";
             background: url("/images/nanoimg/fvimg2.png") no-repeat;
             width: 544px;
             height: 518px;
             position: absolute;
             left: 0;
             bottom: -10px;
        }
        #fv ul {
            padding-top: 290px;
        }
        #fv ul li {
              background: #3d67aa;
    color: #FFF;
    padding: 5px 5px 5px 10px;
    display: table;
    width: 22%;
    margin: 0 auto 10px 0;
    font-weight: bold;
    font-size: 1.9rem;
        }
        .grd {
            margin: 230px 0 0 auto;
    width: 939px;
    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: 65%;
    text-align: center;
    margin: 0 3% 0 auto;
    font-size: 2.1rem;
    line-height: 2em;
    font-weight: bold;
        }
         .grd h1  span{
        font-size: 220%;
        }
        
        #textarea {
            margin: 50px auto;
    text-align: center;
        }
         #textarea h2{
             color: #3d67aa;
             font-size: 2.5rem;
             font-weight: bold;
             position: relative;
             padding-bottom: 20px;
        }
        #textarea h2:before{
            content: "";
            width: 10%;
            height: 5px;
            background: #3d67aa;
            left: 45%;
            bottom: 0;
            position: absolute
        }
        #textarea ul {
        margin: 50px auto;
    display: flex;
    justify-content: space-between;
            align-items: center
        }
        #textarea ul li:last-child {
            width: 40%;
            margin: 0;
        }
        #textarea ul li:first-child {
            width: 59%;
            margin: 0;
            text-align: left;
        }
        #textarea ul li:first-child h3 {
           font-size: 2rem;
    font-weight: 600;
        }
        #textarea ul li:first-child p {
               font-size: 1.5rem;
    line-height: 1.8em;
        }
        #item {
            margin:  0 auto;
            background: #f4f5f5;
            padding: 80px 0 0;
        }
          #item .wrap{
              display: flex;
              flex-wrap: wrap;
              justify-content: space-between;
              width: 960px;
        }
         #item .itembox {
             width:28.5%;
             margin: 0 0 50px;
        }
        #item .itembox ul {
            display: flex;
            justify-content: space-between;
        }
         #item .itembox ul li:last-child span{
        font-size: 50%;
             font-weight: normal;
        }
        #item .itembox ul li:last-child {
        font-weight: bold;
    font-size: 1.6rem;
            width: 42%;
            margin: 0;
            text-align: right;
        }
        #item .itembox ul li:first-child {
            width: 58%;
    margin: 0;
    font-size: 1.4rem;
    font-weight: bold;
        }
        #item .itembox ul li:first-child p{
            margin: 0 auto;
        }