html{
    scroll-behavior: smooth;
}

body{
    font-family: "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Std","Helvetica Neue",
    Arial,"Hiragino Sans",Meiryo,sans-serif;
    letter-spacing: 1px;
    font-weight: bold;
    color: #222;
}
a:hover{
    opacity: .8;
}
.flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.flex-around{
    justify-content: space-around;
}
.flex-start{
    justify-content: flex-start;
}
.align-flex-start{
    align-items: flex-start;
}
.inner{
    max-width: 1160px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 20px;
}
.sp-only{
    display: none;
}

.header{
    position: absolute;
    top: 0;
    z-index: 99;
    padding: 35px 0;
    width: 100%;
}
.header-inner{
    max-width: 1200px;
}
.ttl-h1{
    max-width: 300px;
    margin-right: 30px;
}
.ttl-h1-img{
    width: 100%;
    height: auto;
}

.main{
    overflow: hidden;
}

.firstview{
    background: url('../img/bg11.png') no-repeat top center;
    background-size: 100%;
    padding-top: 15vh;
}
.firstview-left{
    width: 43%;
}
.txt13-img{
    width: 100%;
}
.firstview-right{
    width: 55%;
}
.right-figure{
    line-height: 0.7;
    max-width: 600px;
}
.right-figure-img{
    width: 100%;
}
.g_menu li{
    font-size: 1.2rem;
    color: #000;
}
.g_menu a {
    color: #000;
}
.btn01-wrap{
    margin-top: 50px;
}
.btn01{
    margin: 0 !important;
}
.sec{
    padding: 15vh 0;
}
.sec01{
    background: url('../img/bg12.png') no-repeat top center;
    background-size: 100%;
}
.bg05{
    background: url('../img/bg13.png') no-repeat center center #fff;
    background-size: 100%;
    border-radius: 30px;
    padding-top: 8vh;
    padding-bottom: 8vh;
    position: relative;
}
.ttl{
    font-size: 1.3rem;
    line-height: 1.8;
    text-align: center;
    margin: 0 auto 8vh;
    position: relative;
}
.wrap-ttl{
    display: inline-block;
    width: auto;
}
.ttl-img{
    width: 70%;
}
.ttl::after{
    content: '';
    display: block;
    width: 120px;
    height: 5px;
    background-color: #000;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: auto;
}
.txt01{
    font-size: 2rem;
    font-style: italic;
    text-align: center;
    letter-spacing: 5px;
    line-height: 1.8;
    margin-bottom: 6vh;
}
.txt01-2{
    margin-top: 6vh;
    margin-bottom: 0;
}
.gra-bdr{
    border-bottom: 6px solid #c21500;
    border-image: linear-gradient(to right, #ed98ee 0%, #91bbf0 100%);
    border-image-slice: 1;
    padding-bottom: 8px;
}
.txt02{
    font-size: 1.5rem;
    text-align: center;
    letter-spacing: 3px;
    line-height: 2;
    margin-bottom: 30px;
}
.big{
    font-size: 1.7rem;
    color: #4f75e1;
}
.list-box05{
    opacity: 0;
    transition: all 0.8s ease;
}
.list-box05:nth-child(2n-1){
    margin-left: -100%;
}
.list-box05:nth-child(2n){
    margin-right: -100%;
}
.list-box05.show{
    opacity: 1;
    margin-left: 0;
    margin-right: 0;
}
.list-box05{
    border-radius: 50%;
    box-sizing: border-box;
    box-shadow: 8px 8px 16px rgba(149, 153, 179, 0.22);
    text-align: center;
    position: absolute;
    width: 200px;
    height: 200px;
}
.list-box05:first-child{
    background-color: #f2b3ff;
    animation: wobbling_x2 0.8s ease-in-out infinite alternate,
    wobbling_y 1.1s ease-in-out infinite alternate;
    left: 40px;
    top: -10%;
    padding-top: 30px;
}
.list-box05:nth-child(2){
    /*width: 200px;
    height: 200px;*/
    background-color: #72baf8;
    animation: wobbling_x2 0.7s ease-in-out infinite alternate,
    wobbling_y 1s ease-in-out infinite alternate;
    right: -10px;
    top: -5%;
    padding-top: 20px;
}
.list-box05:nth-child(3){
    /*width: 200px;
    height: 200px;*/
    background-color: #659cf1;
    animation: wobbling_x2 0.8s ease-in-out infinite alternate,
    wobbling_y 1s ease-in-out infinite alternate;
    left: 70px;
    top: 40%;
    padding-top: 25px;
}
.list-box05:nth-child(4){
    /*width: 300px;
    height: 300px;*/
    background-color: #75cdfa;
    animation: wobbling_x2 0.9s ease-in-out infinite alternate,
    wobbling_y 1s ease-in-out infinite alternate;
    right: 60px;
    top: 32%;
    padding-top: 30px;
}
.list-box05:nth-child(5){
    /*width: 350px;
    height: 350px;*/
    background-color: #72baf8;
    animation: wobbling_x2 0.8s ease-in-out infinite alternate,
    wobbling_y2 1.1s ease-in-out infinite alternate;
    left: -10px;
    bottom: -5%;
    padding-top: 30px;
}
.list-box05:last-child{
    /*width: 200px;
    height: 200px;*/
    background-color: #ccaeff;
    animation: wobbling_x2 0.6s ease-in-out infinite alternate,
    wobbling_y3 1s ease-in-out infinite alternate;
    right: 40px;
    bottom: 3%;
    padding-top: 40px;
}
.list-box05-img{
    width: 40%;
}
.txt10{
    color: #fff;
    line-height: 1.3;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2.5vh;
    margin: auto;
}
.txt11{
    bottom: 4vh;
}
/*.fs-14{
    font-size: 1.4rem;
}
.fs-17{
    font-size: 1.7rem;
}
.fs-18{
    font-size: 1.8rem;
}*/
.wid20{
    width: 20%;
}
.wid25{
    width: 25%;
}
.wid30{
    width: 30%;
}
.wid35{
    width: 35%;
}
.wid45{
    width: 45%;
}
.wid50{
    width: 50%;
}

@keyframes wobbling_x {
    0% {
      margin-left: 5px;
    }
  
    100% {
      margin-left: 0px;
    }
  }
  
  @keyframes wobbling_y {
    0% {
      margin-top: 0px;
    }
  
    100% {
      margin-top: 5px;
    }
  }

@keyframes wobbling_x2 {
    0% {
      transform: translateX(5px);
    }
  
    100% {
        transform: translateX(0);
    }
  }
  
  @keyframes wobbling_y2 {
    0% {
        transform: translateY(0);
    }
  
    100% {
        transform: translateY(5px);
    }
  }

  @keyframes wobbling_y3 {
    0% {
        bottom: 3%;
    }
  
    100% {
        bottom: 2.5%;
    }
  }
.lead-wrap{
    width: 27%;
}
.slider{
    width: 68%;
    overflow: hidden;
    padding-left: 5%;
}
.slider .splide__arrow{
    background-color: transparent ;
}
.slider .splide__arrow--next {
    left: 1.5em;
    background: url('../img/arrow2.png') no-repeat center left;
    background-size: 50% auto
}
.slider .splide__arrow--next svg{
    display: none;
}
.slider .splide__arrow--prev{
    display: none;
}
.slide{
    opacity: 0.5;
}
.is-active{
    opacity: 1;
}
.is-next{
    opacity: 1
}
.is-visible{
    opacity: 1
}
.slide{
    border-radius: 20px;
    padding-top: 216px;
    width: 330px !important;
    margin-right: 30px !important;
    cursor: pointer;
    position: relative;
    padding-bottom: 30px;
}
.slide01{
    background: url('../img/img04.jpg') no-repeat top center;
    background-size: 120%;
}
.slide02{
    background: url('../img/img05.jpg') no-repeat top center;
    background-size: 103%;
}
.slide03{
    background: url('../img/img06.jpg') no-repeat top center;
    background-size: 120%;
}


.sec02{
    background: linear-gradient(to right, #eaf5fb 0%, #cfd4f5 100%);
    background-size: 100%;
    padding: 0;
}
.bg01{
    background: url('../img/bg03.png') no-repeat top -32vh right, url('../img/bg04.png') no-repeat bottom -50vh left;
    background-size: 40%, 30%;
    padding: 15vh 0;
}
.list01{
    z-index: 2;
    align-items: stretch;
}
.list-box{
    background-color: #fff;
    padding: 50px 0 40px;
    border-radius: 0 10px 0 10px;
    box-shadow: 5px 5px 8px rgba(150, 152, 168, 0.1);
    width: 30%;
    text-align: center;
    margin-bottom: 20px;
    min-height: 468px;
    box-sizing: border-box;
    position: relative;
}
.list-box-img{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    margin: auto;
}
.ttl02{
    display: inline-block;
    font-size: 1.8rem;
    color: #ACB6E5;
    background: linear-gradient(90deg, #f69dec 0%, #727ec9 100%);
    background: -webkit-linear-gradient(0deg, #f69dec 0%, #727ec9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 30px;
    font-family: "Hiragino Kaku Gothic Std";
}
.txt03{
    margin: 0 auto 20px;
    font-size: 1.2rem;
    width: 74%;
    line-height: 1.6;
}
.list-box-img{
    width: 60%;
}

.sec03{
    background: url('../img/bg07.png') no-repeat top center #72baf8;
    background-size: 100% 100%;
}
.clr_white{
    color: #fff;
}
.bg-clr_white::after{
    background-color: #fff;
}
.bg02{
    background: url('../img/bg05.png') no-repeat top center;
    background-size: 100% 100%;
    min-height: 435px;
    padding: 7% 2%;
    box-sizing: border-box;
    margin-bottom: 12vh;
}
.ttl03{
    font-size: 1.9rem;
    color: #fff;
    letter-spacing: 6px;
}
.sub-ttl03{
    display: inline-block;
    font-size: 1.5rem;
    color: #7694ec;
    padding: 18px 30px;
    background-color: #fff;
    margin-bottom: 40px;
    position: relative;
    letter-spacing: 3px;
}

.sub-ttl03:after{
    content: '';
    display: block;
    text-align: center;
    background: url('../img/deco01.png') no-repeat center bottom;
    background-size: 100% auto;
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    margin: auto;
    width: 30px;
    height: 25px;
}
.ttl03-img{
    max-width: 400px;
    width: 100%;
    margin-top: 30px;
}
.list02{
    width: 35%;
}
.list-box02{
    color: #fff;
    font-size: 1.4rem;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #fff;
}
.list_box02:last-child{
    border-bottom: none;
}
.txt04-wrap{
    text-align: center;
    margin-bottom: 60px;
}
.txt04{
    display: inline;
    font-size: 1.4rem;
    color: #fff;
    position: relative;
}
.txt04::before{
    content: '';
    display: block;
    border-top: 1px solid #fff;
    width: 140px;
    height: 1px;
    position: absolute;
    left: -190px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.txt04::after{
    content: '';
    display: block;
    border-top: 1px solid #fff;
    width: 140px;
    height: 1px;
    position: absolute;
    right: -190px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.ff-meiryo{
    font-family: Meiryo;
}

.loopSlide {
    position: relative;
    display: flex;
    width: 100vw;
    overflow: hidden;
}
.list03 {
    padding: 0;
    width: auto;
    display: flex;
    flex-shrink: 0;
    padding-bottom: 2%;
}
.list03:first-child {
    animation: slide1 60s -30s linear infinite;
}
.list03:last-child {
    animation: slide2 60s linear infinite;
}
.list-box03{
    display: inline-block;
    width: 150px;
    height: 150px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    margin-right: 40px;
    line-height: 150px;
    box-shadow: 14px 14px 18px rgba(50, 59, 7, 0.18);
}
.list-box03-img{
    display: inline;
    vertical-align: middle;
    width: 100%;
}
.wid80{
    width: 80%;
}
.wid60{
    width: 60%;
}
.wid40{
    width: 40%;
}
@keyframes slide1 {
    0% {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}
@keyframes slide2 {
    0% {
        transform: translateX(0);
    }
    to {
        transform: translateX(-200%);
    }
}

.bdr-line{
    border-bottom: 4px solid rgba(4, 87, 188, 0.2);
    margin-top: 10vh;
    margin-bottom: 12vh;
}
.ttl04{
    text-align: left;
}
.ttl04::after {
    right: auto;
}
.lead{
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: normal;
}
.bg03{
    padding: 20px;
    background-color: #fff;
    border-radius: 0 0 20px 20px;
    position: relative;
}
.bg03::after{
    content: '';
    display: block;
    background: url('../img/deco02.png') no-repeat top left;
    background-size: 100%;
    width: 40px;
    height: 30px;
    position: absolute;
    left: 30px;
    bottom: -29px;
}
.voice-img{
    width: 100% !important;
}
.wrap-voice-txt{
    text-align: center;
    margin-top: -30px;
    margin-bottom: 30px;
}
.voice-txt{
    display: inline;
    font-size: 1.2rem;
    padding: 10px;
    background-color: #fff;
    text-align: center;
    border-radius: 28px;
    box-shadow: 4px 4px 6px rgba(69, 69, 69, 0.2);
}
.txt05{
    font-size: 1.1rem;
    text-align: center;
    line-height: 1.2;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
}
.normal{
    font-weight: normal;
}
.voice-account{
    font-size: 1.2rem;
    margin-top: 20px;
}
.account{
    margin-left: 10px;
}
.txt06{
    line-height: 1.5;
}
.btn02{
    display: block;
    text-align: center;
    padding: 10px 0;
    width: 200px;
    color: #757f97;
    background-color: #fff;
    border-radius: 30px;
    margin-top: 40px;
}
.btn03-img{
    width: 40px;
}
.list-box04{
    width: 30%;
}

.sec04{
    background: url('../img/bg09.png') no-repeat center top;
    background-size: 100% 100%;
}
.list-figure{
    width: 280px;
    height: 280px;
    box-sizing: border-box;
    border-radius: 50%;
    background-color: #ebeaf1;
    padding-top: 120px;
    position: relative;
    text-align: center;
    margin: 0 auto 30px;
}
.list-figure02{
    padding-top: 110px;
}
.list-figure-img01{
    width: 30%;
}
.list-figure-img02{
    width: 48%;
    margin-left: -42px;
}
.list-figure-img03{
    width: 70%;
}
.list-figure::before{
    content: '';
    display: block;
    background: url('../img/step1.png')no-repeat center top;
    background-size: 100%;
    border-bottom: 5px solid #222;
    width: 40px;
    height: 50px;
    text-align: center;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    margin: auto;
}
.list-figure02::before{
    background: url('../img/step2.png')no-repeat center top;
    background-size: 100%;
}
.list-figure03::before{
    background: url('../img/step3.png')no-repeat center top;
    background-size: 100%;
}
.ttl05{
    font-size: 1.4rem;
    text-align: center;
    color: #fff;
    letter-spacing: 3px;
    margin-bottom: 30px;
}
.ttl05-span{
    background-color: #222;
    padding: 10px 15px;
    display: inline-block;
}
.txt07{
    letter-spacing: 3px;
    line-height: 1.6;
    text-align: center;
}

.sec05{
    background: linear-gradient(to right top, rgba(237, 152, 238, 0.5) 0%, rgba(143, 139, 234, 0.5)
    55%, rgba(145, 187, 240, 0.5)
    100%);
    background-size: 100%;
}
.bg04{
    background: url('../img/bg08.png') no-repeat right top 50px, url('../img/bg10.png') no-repeat right bottom 50px;
    background-size: 95% auto, 60% auto;
    padding: 15vh 0;
    min-height: 266px;
    position: relative;
}
.sec05-box{
    text-align: center;
    border-radius: 20px;
    width: 75%;
    margin: auto;
    background-color: #fff;
    box-shadow: 10px 10px 14px rgba(120, 126, 163, 0.34);
    padding: 60px 20px;
    padding-left: 18%;
    box-sizing: border-box;
}
.txt08{
    font-size: 1.3rem;
    margin-bottom: 20px;
}
.sec05-figure{
    position: absolute;
    left: -540px;
    right: 0;
    bottom: -2px;
    margin: auto;
    max-width: 420px;
}
.sec05-figure-img{
    width: 100%;
}
.btn04{
    font-size: 2rem;
    color: #fff;
    display: inline-block;
    min-width: 400px;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 30px 0;
    padding-left: 50px;
    border-radius: 77px;
    border: 5px solid #fff;
    background-color: #00d285;
    box-shadow: 10px 10px 19px rgba(75, 147, 205, 0.15)
    ;
    position: relative;
    box-sizing: border-box;
}
.btn04::before{
    content: '';
    display: inline-block;
    background: url('../img/icon_line.png') no-repeat left center;
    background-size: 100%;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    margin: auto;
}
.small2{
    font-size: 1.8rem;
}

.footer{
    padding: 10vh 0;
    text-align: center;
}
.txt09{
    font-size: 1.2rem;
    margin-bottom: 20px;
}
.footer-figure{
    margin-bottom: 40px;
}
.footer-figure-img{
    max-width: 500px;
}
.wrap-link{
    margin-bottom: 30px;
}
.link{
    color: #999;
    font-size: 1rem;
}
.copy{
    font-size: 1rem;
}

@media screen and (max-width:940px) {
    .list-figure{
        width: 250px;
        height: 250px;
    }
    .list-box05:first-child {
        left: -20px;
    }
    .list-box05:nth-child(3) {
        left: -30px;
    }
    .list-box05:nth-child(4) {
        right: -30px;
    }
    .list-box05:nth-child(5) {
        left: -10px;
    }
    .list-box05:last-child{
        right: -20px;
    }
}

@media screen and (max-width:768px) {

    html{
        font-size: 70%;
    }
    body{
        zoom: 100%;
    }
    .inner{
        max-width: 500px;
        width: 90%;
    }
    .sp-only{
        display: block;
    }
    .pc-only{
        display: none;
    }
    .header {
        padding: 20px 0;
    }
    .hamburger{
        width: 30px;
        height: 20px;
        position: fixed;
        top: 25px;
        right: 30px;
        z-index: 101;
    }
    .hamburger span{
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #222;
        transition: 0.3s;
    }
    .hamburger span:first-of-type{
        top: 0;
    }
    .hamburger span:nth-of-type(2){
        top: 50%;
    }
    .hamburger span:last-of-type{
        top: 100%;
    }
    .slide-menu{
        background-color: #fff;
        position: fixed;
        top: 0;
        width: 46%;
        height: 100%;
        right: 0;
        transform: translateX(100%); 
        transition: 0.3s;
        z-index: 100;
        padding: 24% 5% 10%;
        box-sizing: border-box;
    }
    .slide-menu li{
        text-align: center;
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid #222;
    }
    .slide-menu li:last-child{
        border-bottom: none;
    }
    .slide-menu a{
        color: #222;
        font-size: 1.2rem;
    }
    .hamburger.active span:first-of-type{
        transform: rotate(45deg);
        top: 10px;
    }
    .hamburger.active span:nth-of-type(2){
        opacity: 0;
    }
    .hamburger.active span:last-of-type{
        top: 10px;
        transform: rotate(-45deg);
    }
    .menu-active{
        transform: translateX(0); 
    }
    .header-inner {
        max-width: 600px;
        display: block;
    }
    .ttl-h1 {
        max-width: 200px;
        margin-right: 0;
    }
    .firstview {
        background-size: cover;
    }
    .txt13{
        margin-bottom: 20px;
    }
    .ttl::after {
        height: 3px;
    }
    .btn04 {
        padding: 20px 0;
        padding-left: 40px;
        min-width: 270px;
    }
    .btn04::before {
        left: 20px;
        width: 40px;
        height: 40px;
    }
    .btn05-wrap{
        position: fixed;
        bottom: 8px;
        right: 10px;
        z-index: 98;
    }
    .btn05{
        max-width: 100px;
        display: inline-block;
    }
    .btn05-img{
        width: 100%;
    }
    .firstview-left {
        width: 70%;
        margin: 0 auto;
    }
    .firstview-right {
        width: 75%;
        margin: 0 auto;
        padding-left: 5vw;
    }

    .ttl-img {
        width: 45%;
    }
    .ttl {
        line-height: 2;
    }
    .ttl::after {
        width: 80px;
        bottom: -14px;
    }
    .sec {
        padding: 8vh 0;
    }

    .list-box05{
        width: 110px;
        height: 110px;
    }
    .fs-14{
        font-size: 9px;
    }
    .txt10 {
        line-height: 1.1;
        bottom: 1.5vh;
    }
    .txt11 {
        bottom: 2.5vh;
    }
    .list-box05:first-child {
        padding-top: 16px;
    }
    .list-box05:nth-child(2) {
        padding-top: 10px;
    }
    .list-box05:nth-child(3) {
        padding-top: 15px;
    }
    .list-box05:nth-child(4) {
        padding-top: 15px;
    }
    .list-box05:nth-child(5) {
        padding-top: 20px;
        bottom: -1%;
    }
    .list-box05:last-child{
        padding-top: 20px;
    }
    .txt01 {
        line-height: 1.6;
        margin-bottom: 5vh;
    }
    .gra-bdr {
        padding-bottom: 3px;
    }
    .txt02 {
        line-height: 1.5;
    }
    .txt01-2{
        margin-top: 4vh;
    }

    .sec02{
        padding: 0;
    }
    .list-box{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 20px;
        text-align: left;
        min-height: auto;
        position: static;
    }
    .list-box_item{
        width: 60%;
    }
    .list-box-img{
        width: 33%;
        position: static;
    }
    .txt03{
        width: 100%;
        margin-bottom: 0;
    }
    .ttl02 {
        margin-bottom: 20px;
    }
    .bg02 {
        background: url(../img/sp/bg05.png) no-repeat top center;
        background-size: 100% 100%;
        padding: 2% 5%;
        min-height: 395px;
        margin-bottom: 8vh;
    }
    .ttl03 {
        margin-top: -30px;
        margin-bottom: 30px;
        font-size: 1.7rem;
        letter-spacing: 5px;
    }
    .ttl03-img {
        max-width: 240px;
        margin-top: 15px;
    }
    .sub-ttl03 {
        padding: 13px 20px;
        margin-left: -60px;
        margin-bottom: 20px;
    }
    .sub-ttl03_2{
        display: inline-block;
        text-align: center;
    }
    .list02 {
        width: 80%;
    }
    .txt04::before {
        width: 70px;
        left: -90px;
    }
    .txt04::after {
        width: 70px;
        right: -90px;
    }
    .list-box03 {
        margin-right: 20px;
        width: 120px;
        height: 120px;
        line-height: 120px;
        box-shadow: 3px 3px 18px rgba(50, 59, 7, 0.18);
    }
    .bdr-line {
        margin-top: 4vh;
        margin-bottom: 8vh;
    }
    .lead-wrap {
        width: 100%;
        max-width: 500px;
        padding: 0 20px;
        margin: 0 auto 30px;
        display: flex;
    }
    .btn02 {
        padding: 5px 0;
        width: 140px;
        margin-top: 10px;
    }
    .list-box04 {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 40px;
    }
    .list-box04_item{
        width: 36%;
    }
    .list-figure{
        width: 200px;
        height: 200px;
        padding-top: 88px;
        margin-bottom: 0;
    }
    .list-figure-img01 {
        width: 28%;
    }
    .list-figure-img02 {
        margin-left: -28px;
    }
    .list-figure::before {
        width: 30px;
        height: 40px;
        border-bottom: 3px solid #222;
    }
    .ttl05 {
        text-align: left;
    }
    .txt07 {
        text-align: left;
        font-size: 1.2rem;
        letter-spacing: 1px;
    }
    .sec05-box {
        padding: 30px 20px;
        padding-left: 18%;
    }
    .bg04 {
        background: url(../img/bg08.png) no-repeat right top 10px, url(../img/bg10.png) no-repeat right bottom 10px;
        background-size: 95% auto, 60% auto;
        padding: 8vh 0;
        min-height: 216px;
        box-sizing: border-box;
    }

    .bg05{
        width: 80%;
    }
    .sec05-box {
        padding: 30px 20px 20px;
        padding-left: 39%;
        width: 100%;
    }
    .txt08 {
        margin-bottom: 10px;
        line-height: 1.5;
    }
    .sec05-figure {
        left: -250px;
        bottom: -2px;
        max-width: 240px;
    }
    .txt09 {
        font-size: 0.8rem;
    }
    .wrap-link {
        margin-bottom: 20px;
    }
    .sec04-inner{
        max-width: 100%;
        width: 100%;
        padding: 0;
    }
    .slider {
        width: 100%;
        padding-left: 0;
    }
    .slider .splide__arrow{
        width: 3rem;
        height: 3rem;
        top: 48%;
    }
    .slider .splide__arrow--next {
        left: 2.5em;
        background: url('../img/sp/arrow3.png') no-repeat left 43% center rgba(56, 111, 158, 0.45);
        background-size: 38% auto;
    }
    .slider .splide__arrow--prev{
        display: block;
        right: 2.5em;
        left: auto;
        background: url('../img/sp/arrow3.png') no-repeat left 43% center rgba(56, 111, 158, 0.45);
        background-size: 38% auto;
        transform: rotate(180deg);
        margin-top: -2%;
    }
    .slider .splide__arrow--prev svg{
        display: none;
    }
    .is-prev{
        opacity: 0.5;
    }
    .is-next{
        opacity: 0.5;
    }
    .txt05 {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .ttl04{
        margin-right: 7%;
        width: 33%;
    }
    .ttl04-img{
        width: 100%;
    }
    .lead{
        width: 60%;
    }
    .txt06 {
        line-height: 1.7;
        font-size: 1.1rem;
    }
    .bg01{
        padding: 8vh 0;
        background: url(../img/sp/bg03.png) no-repeat top center;
        background-size: 100%;
    }
    .sec03 {
        background: url(../img/sp/bg07.png) no-repeat top center #72baf8;
        background-size: 100% 100%;
    }
    .footer {
        padding: 8vh 0 15vh;
    }
    .footer-figure-img {
        width: 35%;
    }
}


@media screen and (max-width:520px) {
    .inner{
        width: 95%;
    }
    .header-inner{
        width: 100%;
        justify-content: center;
    }
    .mt-40{
        margin-top: 40px !important;
    }
    .g_menu{
        line-height: 1.5;
    }
    .firstview {
        padding-top: 17vh;
    }
    .list-box{
        padding: 15px 20px;
    }
    .list-figure{
        width: 150px;
        height: 150px;
        padding-top: 68px;
        margin: 0;
        margin-right: 20px;
    }
    .ttl02 {
        font-size: 1.5rem;
        line-height: 1.3;
        margin-bottom: 10px;
    }
    .list-box04_item {
        width: 50%;
    }
    .list-figure::before{
        top: 15px;
    }
    .list-figure-img01 {
        width: 28%;
    }
    .list-figure-img02 {
        width: 46%;
        margin-left: -20px
    }
    .list-figure-img03 {
        width: 68%;
    }
    .bg03 {
        min-height: 281px;
    }
    .ttl05 {
        margin-bottom: 12px;
    }
    .sec05-box {
        padding-left: 32%;
    }
    .bg05 {
        width: 88%;
        padding: 5vh 15px 10vh; 
    }
    .btn05-wrap {
        bottom: 2px;
        right: 3px;
    }
    .btn04 {
        padding: 16px 0;
        padding-left: 30px;
        max-width: 210px;
        min-width: 190px;
        font-size: 1.5rem;
        border: 3px solid #fff;
        box-shadow: 5px 5px 19px rgba(75, 147, 205, 0.15);
    }
    .btn04::before{
        left: 12px;
        width: 25px;
        height: 25px;
    }
    .small2 {
        font-size: 1.3rem;
    }
    .ttl05-span {
        padding: 8px;
        white-space: pre;
    }
    .list-box05 {
        width: 95px;
        height: 95px;
    }
    .list-box05:first-child {
        padding-top: 12px;
        left: -50px;
    }
    .list-box05:nth-child(2) {
        padding-top: 9px;
        right: -40px;
    }
    .list-box05:nth-child(3) {
        padding-top: 12px;
        left: -50px;
    }
    .list-box05:nth-child(4) {
        padding-top: 11px;
        right: -50px;
    }
    .list-box05:nth-child(5) {
        padding-top: 10px;
        left: -30px;
    }
    .list-box05:last-child{
        padding-top: 18px;
        right: -40px;
    }
    .txt01 {
        font-size: 1.6rem;
    }
    .txt02 {
        font-size: 1.2rem;
    }
    .big{
        font-size: 1.3rem;
    }
    .txt04::before {
        left: -80px;
    }
    .txt04::after {
        right: -80px;
    }
    .sec04-inner {
        width: 100%;
    }
    .sub-ttl03 {
        padding: 10px 13px;
        margin-left: 0px;
        margin-bottom: 18px;
        font-size: 1.3rem;
    }
    .txt08 {
        width: 115%;
        margin-left: -17px;
    }
    .slide{
        margin-right: 20px !important;
        width: 300px !important;
        padding-top: 200px;
    }
    .slider .splide__arrow--prev {
        right: 1.5em;
        margin-top: -3.8%;
    }
    .slider .splide__arrow--next {
        left: 1.5em;
    }
    .sec05-figure {
        left: -220px;
        max-width: 210px;
    }
}
