@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Asap+Condensed:600');

/*additional reset
---------------------------------------------------*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

body.safari #content, body.safari #footer {/*サファリでリンク先から戻った時文字が拡大する対応*/
    -webkit-text-size-adjust: 100%;
}
body {
    font-family: "Helvetica Neue",
        Arial,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        Meiryo,
        sans-serif;
    margin: 0;
}
p{
    font-size: 17px;
    line-height: 1.7;
}

a:hover,
a:active {
	text-decoration: none;
}

/*layout
----------------------------------------------------*/

/* 2) レイアウト（レスポンシブ & 最大幅 550px） */
.video-wrap {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
    padding: 50px 0 0;
}

.video-wrap {
/*  aspect-ratio: 16 / 9;*/
  position: relative;
}
.video {
  width: 100%;
  height: 100%;             /* aspect-ratio 指定時は100%に */
  display: block;
  object-fit: contain;      /* はみ出し防止。埋め方をcoverに変えてもOK */
  background: #000;         /* 読み込み中の背景 */
  border-radius: 8px;       /* 角丸（任意） */
}

/* 代替リンクの体裁（任意） */
.video-fallback {
  margin: 0.5rem 0 0;
  font-size: 0.9rem;
}



header{
    width: 100%;
    background: #fff;
    display: flex;
    justify-self: start;
    padding: 5px 10px;
}
header p{
    width: 60%;
    font-weight: bold;
    font-size: 21px;
    color: #124aa6;
    text-align: center;
    padding-bottom: 0;
}
.logo01{
    max-width: 300px;
    width: 30%;
    height: 100%;
    margin: 0 20px 0 0;
}
#content01{
    width: 100%;;
    background-image: url(../img/bg02.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.content_inner{
    max-width: 1100px;
    width: 100%;
    padding: 2% 0 1% 0;
    margin: auto;
}

.img_3step{
    width: 80%;
    max-width: 600px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -40px;
  }
  
  .step03{
      background-color: #fff4b7;
  }
  
  .step03_size{
      max-width: 1000px;
      margin:0 auto;
  }
  
  .step03all{
      position: relative;
  }
  
  .step03all img:nth-child(2){
    padding-top: 71px;
  }
  .step03_text{
     font-size: 3px;
    padding-top: 20px;
    text-align: right;
    padding-bottom: 60px;
  }
  
  .step03all p:nth-child(2) {
    padding-right: 110px;
    font-size: 3px;
}

.step03all p:nth-child(1) {
    font-size: 10px;
}

@media screen and (min-width:640px) {
    .pc{
        display: block;
    }
    .sp{
        display: none;
    }
}

@media screen and (max-width:640px) {
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    #wrapper{
        width: 100%;
    }
    header{
        display: none;
    }
}
img{
    display: block;
    margin: auto;
    width: 100%;
}

.small{
    font-size: 13px;
    font-weight: normal;
    margin-bottom:51px;
}
  
@media screen and (max-width:640px) {
    
    .step03all img:nth-child(3){
        padding-top: 75px;
    width: 94%;
  }

  .step03all{
    margin-top: -30px;
}

.img_3step{
    width: 88%;
    top: -40px;
  }
  }
    .small{
        font-size: 10px;
        font-weight: normal;
        line-height: 1.3;
        margin-bottom: 84px;
    }

.shadow{
    filter: drop-shadow(3px 5px 5px rgba(0,0,0,0.35));
}
.shadow2{
    filter: drop-shadow(2px 8px 3px rgba(0,0,0,0.15));
}
.tac{
    text-align: center;
}
.marker{
    background:linear-gradient(transparent 60%, rgb(255, 255, 35) 60%);
}

.co_r{
    color: #d30000;
}
.fo_b{
    font-size: 110%;
}

.fo_b-center {
    text-align: center;
    display: block;
}

/*
右から左へ
----------------------------*/
@keyframes infinity-scroll-left {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
  
  .loop{
    padding: 10px 0;
  }
  .loop_wrap {
    display: flex;
    overflow: hidden;
  }
  .loop_list {
    display: flex;
    list-style: none;
  }
.loop_list-left {
animation: infinity-scroll-left 55s infinite linear 1s both;
}
.loop_list-left2 {
animation: infinity-scroll-left 55s infinite linear 1s both;
}
  .loop_item {
    width: calc(100vw / 8);
  }
  .loop_item > img{
     width: 100%;
  }
  
@media screen and (max-width:1600px) {
    .loop_item {
        width: calc(100vw / 6);
      }
}
@media screen and (max-width:640px) {
    .loop_item {
        width: calc(100vw / 2.5);
      }
      
      .step03_text {
        font-size: 3px;
        padding-top: 20px;
        text-align: left;
        padding-bottom: 42px;
       margin-right: 13px;
    margin-left: 13px;
    }
}

@media screen and (max-width:768px){
    .step03all img:nth-child(2) {
        padding-top: 71px;
        width: 95%;
    }
}

#content02{
    background: #124aa6;
	padding-bottom: 3%;
}
.cta_txt{
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 27px;
}
.cta_yellow{
    color: #ffea00;
}
.content_inner02{
    position: relative;
    max-width: 800px;
    width: 93%;
    padding: 25px 0 60px;
    margin: auto;
}
.cta_time p,#endtime1{
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 1.3;
}
.animation{
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
  }
.scroll_img{
    position: absolute;
    width: 75px;
    height: auto;
    bottom: -30px;
    z-index: 1;
    right: 0;
    left: 0;
    margin: auto;
    animation-name: anim_v;
}
@keyframes anim_v {
    0% {
      transform: translate(0, 0px);
    }
    100% {
      transform: translate(0, 40px);
    }
  }
  @media screen and (max-width:640px) {
    @keyframes anim_v {
        0% {
          transform: translate(0, 0px);
        }
        100% {
          transform: translate(0, 20px);
        }
      }
  }

  #content03{
      width: 100%;;
      background-image: url(../img/bg01.jpg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
  }
  .content_inner03{
      max-width: 1000px;
      width: 93%;
      padding: 70px 0 40px;
      margin: auto;
  }
  .img01{
    width:80%;
  }
  .circle_box{
    margin: 30px 0 10px;
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .circle{
    width: 25%;
    margin: 0 10px;
    position: relative;
  }
  .circle_titl{
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 29px;
    line-height: 1.3;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 17%;
  }
  .circle_num{
    text-align: center;
    color: #ffea00;
    font-weight: bold;
    font-size: 65px;
    line-height: 1;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 50%;
  }
  .circle_num span{
    font-size: 35px;
    color: #fff;
    line-height: 1.7;
  }

  #content04{
      background: #124aa6;
  }
  .content_inner04{
      position: relative;
      max-width: 1000px;
      width: 93%;
      padding: 75px 0 120px;
      margin: auto;
  }
  .img02{
    width:60%;
  }
  .slick-slide {
    margin: 0;
    transition: .3s ease;
    z-index: 5;
    width: fit-content;
    padding: 0;
    }
  .slick-slide img{
        transform: scale(.85);
    }
  .slick-current img{
        transform: scale(1);
    }
  .slider .slick-slide {
    position: relative;
  }
  .slider .slick-slide .slide-img {
    transition: all 0.6s ease 0.4s;
      opacity: 0.8;
    box-shadow: 7px 7px 15px -5px #666;
    overflow: hidden;
  }
  .slider .slick-slide .slide-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .slider .slick-arrow {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #ff7800;
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 0;
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  }
  .slider .slick-arrow::before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    border-width: 3px 3px 0 0;
    position: absolute;
    top: 17px;
    transform: rotate(45deg);
  }
  .slider .slick-next {
    right: 50px;
  }
  .slider .slick-prev {
    left: 50px;
  }
  .slider .slick-next::before {
    left: 16px;
  }
  .slider .slick-prev::before {
    border-width: 0 0 3px 3px;
    right: 16px;
  }
  #js-slider {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    margin-top: 40px;
    }
    #js-slider3 {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    margin-top: 40px;
      }
    .slick-prev:before, .slick-next:before {
        font-size: 35px;
    }
    .slick-next {
        right: 90px;
    }
    .slick-prev {
        left: 76px;
    }.slick-dots {
    position: absolute;
    bottom: -50px;
    }
    .slick-dots {
        bottom: -50px;
    }
    .slick-dots li button:before {
        font-size: 15px;
    }
    .slick-dots li button:before{
        color: #fff;
        opacity: 1;
    }
    .slick-dots li.slick-active button:before {
        opacity: 1;
        color: #ffea00;
    }

    .img05{
        position: absolute;
        max-width: 600px;
        width: 80%;
        right: 0;
        left: 0;
        margin: auto;
        bottom: -10%;
        z-index: 2;
    }
    
    @media screen and (max-width:640px) {
        .img05{
            bottom: -5%;
        }
    }

    .reflection{
        display:inline-block;
        position:relative;
        overflow:hidden;
        border-radius: 39px;
    }

        .reflection:after {
        content:"";
        height:100%;
        width:30px;
        position:absolute;
        top:-180px;
        left:0;
        background-color: #fff;
        opacity:0;
        animation: reflection 5s ease-in-out infinite;
        }
         
        @keyframes reflection {
        0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
        70% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
        81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
        100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
        }
        .reflection2{
            display:block;
            position:relative;
            overflow:hidden;
            border-radius: 10px;
            max-width: 1000px;
            width: 93%;
            margin: 0 auto 5px;
        }
             
            .reflection2:after {
            content:"";
            height:100%;
            width:60px;
            position:absolute;
            top:-180px;
            left:0;
            background-color: #fff;
            opacity:0;
            animation: reflection2 5s ease-in-out infinite;
            }
             
            @keyframes reflection2 {
            0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
            79% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
            81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
            100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
            }

        #content05{
            position: relative;
            background: #fff4b7;
            padding: 75px 0 150px;
        }
        .content_inner05{
            max-width: 1000px;
            background: #fff;
            width: 93%;
            padding: 35px 0 90px;
            margin: auto;
            border-radius: 10px;
        }
        .img07{
            width: 70%;
        }
        .img08{
            width: 90%;
            margin: 40px auto 0;
        }
        .img09{
            width: 90%;
            margin: 80px auto 0;
        }
        .content_inner05 p{
            text-align: center;
            font-size: 23px;
            margin: 60px auto 0;
        }
        .img10{
            position: relative;
            display: block;
            width: 160px;
            margin: -40px auto ;
            z-index: 2;
        }
        #content06{
            width: 100%;;
            background-image: url(../img/bg03.jpg);
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            padding-bottom: 90px;
        }
        .content_inner06{
            max-width: 1000px;
            width: 93%;
            padding: 0 0 40px;
            margin: auto;
        }
        .img3{
            position: relative;
            width: 340px;
            margin: -30px auto 0;
        }
        .img12{
            margin: 35px auto 50px;
            width: 70%;
        }
        .img14{
            margin: 60px auto ;
        }
        #content07{
            background: #124aa6;
        }
        .content_inner07{
            position: relative;
            max-width: 1000px;
            width: 93%;
            padding: 0 0 110px;
            margin: auto;
        }
        .img04{
            position: absolute;
            width: 200px;
            top: -70px;
            right: 0;
            left: 0;
            margin: auto;
        }
        .img16{
            position: relative;
            z-index: 3;
            width: 75%;
            margin: auto;
            padding: 75px 0 40px;
        }
        .img17{
            width: 90%;
            margin: auto;
        }
        .white_box{
            max-width: 700px;
            background: #fff;
            width: 93%;
            margin: -45px auto 0;
            padding: 30px;
            border-radius: 50px;
            text-align: left;
            color: #124aa6;
        }
        .white_box p{
            font-size: 21px;
            text-align: left;
        }
        .img18{
            position: relative;
            z-index: 3;
            width: 500px;
            margin-top: -25px;
        }
        .img19{
            width: 93%;
            margin-top: 20px;
        }
        .img20{
            width: 93%;
            margin-top: 35px;
        }
        #content08{
            background: #fff4b7;
            padding: 50px 0 120px;
        }
        .content_inner08 {
            position: relative;
            max-width: 1000px;
            background: #fff;
            width: 93%;
            padding: 90px 0 60px;
            margin: auto;
            border-radius: 10px;
        }
        .img21{
            width:400px;
            margin-top: -90px;
            margin-bottom: 55px;
        }
        .img22{
            position: absolute;
            max-width: 170px;
            width: 16%;
            right: 12%;
            top: -70px;
            z-index: 3;
        }
        .img23{
            position: absolute;
            width: 340px;
            top: -30px;
            right: 0;
            left: 0;
            margin: auto;
        }
        .img24{
            width: 80%;
        }
        .img25{
            width: 90%;
            margin-top: 50px;
        }
        .img26{
            width: 90%;
            margin-top: 30px;
        }
        .img27{
            width: 65%;
            margin-top: 50px;
        }
        .content_inner08 p{
            width: 90%;
            margin: 40px auto 40px;
            text-align: center;
        }
        .img28{
            width: 90%;
			margin-bottom: 40px;
        }
        #content09{
            background: #124aa6;
        }
        .content_inner09{
            max-width: 1000px;
            width: 93%;
            padding: 0 0 1px;
            margin: auto;
        }
        .img29 {
            width: 80%;
            padding-top: 75px;
            padding-bottom: 85px;
        }
        .content09_box {
            position: relative;
            background: #fff;
            border-radius: 10px;
            padding: 30px;
            margin-bottom: 50px;
        }
        .orange_box{
            position: absolute;
            top: -20px;
            right: 0%;
            left: 0;
            margin: auto;
            background: #FF5722;
            border-radius: 8px;
            width: fit-content;
            padding: 1px 20px;
            color: #fff;
            font-weight: bold;
            font-size: 28px;
        }
        .content09_box h3{
            text-align: center;
            font-weight: bold;
            font-size: 34px;
            color: #124aa6;
            padding: 20px 0 3px;
            border-bottom: 2px solid #124aa6;
            margin-bottom: 25px;
        }
        .content09_box_inner{
            display: flex;
            justify-content: space-between;
            margin-bottom: 30px;

        }
        .content09_box_inner img {
            width: 25%;
            margin-right: 2%;
        }
        .content09_box_inner p{
            width: 72%;
            font-size: 18px;
        }
        .content09_box_inner div p {
            width: 90%;
        }
          .content09_box label {
              position: absolute;
              z-index: 1;
              bottom: 0;
              right: 0;
              width: 100%;
              height: 100px; /*グラデーションで隠す高さ*/
              cursor: pointer;
              text-align: center;
              background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 70%);
          }
          .content09_box input:checked + label {
              background: inherit; 
          }
          .content09_box label:after {
              line-height: 1;
              position: absolute;
              z-index: 2;
              padding: 10px 30px;
              bottom: 20px;
              left: 50%;
              content: '続きをよむ';
              transform: translate(-50%, 0);
              color: #ffffff;
              border-radius: 20px;
              background-color: #124aa6;
              font-weight: bold;
          }
          .content09_box input {
            display: none;
          }
          .text-wrapper {
              overflow: hidden;
              height: 90px;
              transition: all 0.5s;
          }
          .content09_box input:checked + label {
            display: none ;
          }
          .content09_box input:checked ~ .text-wrapper {
              height: auto;
              padding-bottom: 10px;
              transition: all 0.5s;
          }
          .content09_box_img02{
            width: 72%;
          }
          .img32{
            width: 21%!important;
          }
          .img34{
            width: 20%!important;
          }
          .img36{
            width: 20%!important;
          }
          #content10{
              background: #e5f5fe;
          }
          .content_inner10{
              position: relative;
              max-width: 1000px;
              width: 93%;
              padding: 70px 0 150px;
              margin: auto;
          }
          .content_inner09 .content09_box:last-child{
            margin-bottom: 0;
          }
          .img39{
              width: 50%;
              margin-bottom: 45px;
          }
          .img40{
            position: absolute;
            max-width: 120px;
            width: 11%;
            right: 12%;
            top:50px;
          }
          .document{
            display: flex;
            justify-content: space-around;
            margin: 40px auto 40px;
          }
          .document a{
            width: 47%;
          }
          .document02{
            display: flex;
            justify-content: space-around;
            margin: 40px auto 40px;
          }
          .document02 a{
            width: 47%;
          }
          .document02 p{
            width: 38%;
          }
          .lb-data .lb-close {
            margin: -144% -48px 0 0;
          }
          .img45{
            width: 85%;
			margin-top: 60px;
          }
          .slider02 .slick-slide {
            position: relative;
          }
          .slider02 .slick-slide .slide-img {
            transition: all 0.6s ease 0.4s;
              opacity: 0.8;
            box-shadow: 7px 7px 15px -5px #666;
            overflow: hidden;
          }
          .slider02 .slick-slide .slide-img img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
          }
          .slider02 .slick-arrow {
            width: 45px;
            height: 45px;
            border-radius: 50%;
            background-color: #124aa6;
            cursor: pointer;
            border: none;
            outline: none;
            font-size: 0;
            position: absolute;
            top: 50%;
            z-index: 1;
            transform: translateY(-50%);
            filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
          }
          .slider02 .slick-arrow::before {
            content: '';
            display: block;
            width: 12px;
            height: 12px;
            border: 1px solid #fff;
            border-width: 3px 3px 0 0;
            position: absolute;
            top: 17px;
            transform: rotate(45deg);
          }
          .slider02 .slick-next {
            right: 50px;
          }
          .slider02 .slick-prev {
            left: 50px;
          }
          .slider02 .slick-next::before {
            left: 16px;
          }
          .slider02 .slick-prev::before {
            border-width: 0 0 3px 3px;
            right: 16px;
          }
          
          #js-slider02 {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    margin-top: 40px;
            }
            .slider02 .slick-dots li button:before {
                font-size: 15px;
            }
            .slider02 .slick-dots li button:before{
                color: #ddd;
                opacity: 1;
            }
            .slider02 .slick-dots li.slick-active button:before {
                opacity: 1;
                color: #124aa6;
            }
            #content11{
                width: 100%;
                background-image: url(../img/bg04.jpg);
                background-position: center;
                background-repeat: no-repeat;
                background-size: cover;
            }
            .content_inner11{
                max-width: 1000px;
                width: 93%;
                padding: 100px 0 80px;
                margin: auto;
            }
            .rela{
                position: relative;
            }
            .img46{
                width: 70%;
            }
            .img47{
                position: absolute;
                width:11%;
                right: 10%;
                top: 23%;
            }
            .content_inner11 p{
                margin: 60px 0;
                text-align: center;
            }
            #content12{
                width: 100%;
                background-color: #ff7800;
                padding-bottom: 50px;
            }
            .img48{
                max-width: 1000px;
                width: 93%;
                margin: auto;
            }
            #content13{
                background: #fff4b7;
            }
            .content_inner13{
                max-width: 1000px;
                width: 93%;
                padding: 50px 0 50px;
                margin: auto;
            }
            .content_inner13 p{
                text-align: center;
            }
            .comment{
                margin: 40px 0;
            }
            .comment h3{
                position: relative;
                z-index: 3;
                text-align: center;
                font-weight: bold;
                color: #fff;
                background: #124aa6;
                border-radius: 50px;
                font-size: 25px;
                line-height: 1.3;
                padding: 20px 0;
                width: 80%;
                margin: auto;
            }
            .comment_inner{
                background: #fff;
                margin-top: -40px;
                padding: 80px 30px 30px 30px;
                display: flex;
                justify-content: space-between;
                border-radius: 15px;
            }
            .comment_inner p{
                width: 60%;
                text-align: left;
            }
            .comment_inner div{
                width: 38%;
            }
            .comment_inner div p{
                width: 100%;
            }

            #content14{
                background: #124aa6;
            }
            .content_inner14{
                position: relative;
                max-width: 1000px;
                width: 93%;
                padding: 75px 0 120px;
                margin: auto;
            }

        #content15{
            width: 100%;;
            background-image: url(../img/bg03.jpg);
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            padding-bottom: 90px;
        }
        .content_inner15{
            max-width: 1000px;
            width: 93%;
            padding: 100px 0 40px;
            margin: auto;
        }
        .tab-wrap {
            display: flex;
            flex-wrap: wrap;
            margin:40px 0 0;
          }
          
          .tab-label01 {
            background: #ff7800;
          }
          .tab-label02 {
            background: #124aa6;
          }
          .tab-label {
            color: White;
            font-weight: bold;
            white-space: nowrap;
            text-align: center;
            padding: 19px 0.5em 10px;
            order: -1;
            font-size: 22px;
            line-height: 1.3;
            position: relative;
            z-index: 1;
            cursor: pointer;
            border-radius: 5px 5px 0 0;
            width: 45%;
            margin: auto;
          }
          .tab-label:not(:last-of-type) {
            margin-right: 5px;
          }
          .tab-content {
            width: 100%;
            height: 0;
            overflow: hidden;
            opacity: 0;
          }
          .tab-switch:checked+.tab-label+.tab-content {
            height: auto;
            overflow: auto;
            padding: 30px;
            opacity: 1;
            background: #fff;
            box-shadow: 0 0 3px rgba(0,0,0,.2);
            position: relative;
          }
          .tab-content01 {
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            margin: auto;
            width: 100%;
            height: 7px;
            background: #ff7800;
            display: block;
        }
        .tab-content02 {
          position: absolute;
          top: 0;
          right: 0;
          left: 0;
          margin: auto;
          width: 100%;
          height: 7px;
          background: #124aa6;
          display: block;
      }
          /* ラジオボタン非表示 */
          .tab-switch {
            display: none;
          }

          #content16{
            background: #fff4b7;
        }
        .content_inner16{
            max-width: 1000px;
            width: 93%;
            padding: 110px 0 50px;
            margin: auto;
        }
        .img53{
            margin: 0 auto 30px;
            width: 50%;
        }
        .img55{
            margin-top: 60px;
            width: 70%;
        }
        .img56{
            margin: 0 auto 30px;
            width: 50%;
        }
        #content17{
          background: #fff;
      }
      .content_inner17{
          max-width: 1000px;
          width: 93%;
          padding: 100px 0 80px;
          margin: auto;
      }
      /* CSS for CodePen */
.accordion{
    margin-top: 10px;
  }
  .ac_container {
    width: 90%;
    margin: 0 auto;
  }
  .ac_title p{
    font-size: 20px;
  }
  .ac_title {
    border-radius: 15px;
    line-height: 1.3;
    display: flex;
    align-items: center;
    background-color: #ff7800;
    border: 1px solid transparent;
    color: #fff;
    padding: 10px 60px 10px 30px;
    position: relative;
    cursor: pointer;
    user-select: none;
    font-weight: bold;
  }
  p.q_icon{
    font-size: 30px;
    margin-right: 20px;
  }
  .ac_title::before, .ac_title::after {
    content: '';
    display: block;
    background-color: #fff;
    position: absolute;
    top: 50%;
    width: 15px;
    height: 2px;
    right: 25px;
  }
  .ac_title::after {
    transform: rotate(90deg);
    transition-duration: .3s;
  }
  .ac_title.is-active::before {
    opacity: 0;
  }
  .ac_title.is-active::after {
    transform: rotate(0);
  }
  .ac_content {
    display: flex;
    justify-content: flex-start;
    border-radius: 15px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    padding: 0 1.5em;
    line-height: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition-duration: .3s;
    background-color: #fff4b7;
    margin-bottom: 20px;
  }
  .a_icon{
    font-size: 30px;
    margin-right: 20px;
    font-weight: bold;
    color: #ff7800;
    line-height: 1.1;
  }
  .ac_content.is-open {
    padding: 20px 30px;
    height: auto;
    opacity: 1;
    margin-top: 10px;
  }
  footer{
    background-color: #124aa6;
    padding: 60px 0 230px;
    text-align: center;
    color: #ffffff;
  }
  .logo02{
    margin: 0 auto 20px;
    max-width: 300px;
    width: 80%;
  }
  footer a{
    color: #fff;
  }

  .scroll{
    position: fixed;
    right: 0;
    bottom: 0;
    font-size: 50px;
    color: #000;
    background: #0000005e;
    padding: 0;
    cursor: pointer;
    transition: .3s;
    width: 100%;
    z-index: 99;

    opacity: 0;
    visibility: hidden;
  }
  .scroll2 {
      opacity: 0;
    visibility: hidden;
}
  /*このクラスが付与されると表示する*/
  .active{
    opacity: 1;
    visibility: visible;
    z-index: 999;
  }
  .operator{
    width: 15%;
    position: absolute;
    bottom: 13%;
    left: 2%;
  }
  .scroll active{
      z-index: 1000;
  }
  p.scroll_text{
    text-align: center;
    font-weight: bold;
    padding: 5px 0 0;
    background: #ffea00;
  }
  .blue{
    color: #124aa6;
  }
  .scroll_inner {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 15px;
    max-width: 1300px;
    margin: auto;
  }
  .scroll_inner a{
    width: 40%;
    margin: 0 10px;
  }
  .img59{
    position: absolute;
    max-width: 120px;
    width: 10%;
    right: 14%;
    top: -59px;
  }
  .img60{
    position: absolute;
    bottom: 120%;
    left: 10px;
    width: 15px;
  }
  @media screen and (min-width:2000px) {
    .operator{
        width: 9%;
        bottom:-12%;
        left: 22%;
      }
  }  
  @media screen and (min-width:1500px) {
    .operator{
        width: 12%;
        bottom: -12%;
        left: 17%;
      }
  }  
/*
sp
----------------------------*/
 
    @media screen and (max-width:640px) {
        .content09_box_inner div p{
            width:100%;
        }
        .content09_box_inner img{
            margin: auto;
            width: 65%;
        }
        .reflection {
            border-radius: 18px;
        }
        .cta_txt {
            font-size: 17px;
        }
          .slider02 .slick-next {
            right: -8px;
          }
          .slider02 .slick-prev {
            left: -8px;
          }
        .cta_time p{
            font-size: 16px;
        }
        .scroll_img{
            width: 60px;
        }
        .cta_time p, #endtime1 {
            font-size: 18px;
            margin-bottom: 9px;
        }
        .content_inner02 {
        padding: 20px 0 35px;
        }
        .content_inner02 {
            padding: 20px 0 35px;
        }
        .content_inner03 {
            padding: 35px 0 10px;
        }
        .img01 {
            width: 95%;
        }
        .circle {
            width: 30%;
            margin: 0px 5px;
        }
        .circle_box {
            margin: 15px 0 10px;
        }
        .circle_titl {
            font-size: 12px;
        }
        .circle_num {
            font-size: 30px;
            top: 51%;
        }
        .circle_num span {
            font-size: 16px;
        }
        .img02 {
            width: 95%;
        }
        .content_inner04 {
            padding: 50px 0 110px;
        }
        #js-slider {
            margin: 35px 0 0;
        }
        #js-slider3 {
            margin: 35px 0 0;
        }
        .slider .slick-slide.slick-current .slide-img {
            transform: scale(1);
            opacity: 1;
        }
        .slider .slick-slide .slide-img {
            width: 95%;
            height: auto;
        }
        .slick-next {
            right: 1px;
        }
        .slick-prev {
            left: -7px;
            z-index: 80;
        }
        .slider .slick-arrow {
            width: 30px;
            height: 30px;
            background-color: #ff7800;
        }
        .slider .slick-next::before {
            top: 9px;
            left: 8px;
            border-color: #fff;
        }
        .slider .slick-prev::before {
            top: 9px;
            left: 10px;
            border-color: #fff;
        }
        .slick-prev:before, .slick-next:before {
            font-size: 27px;
            color: #FF5722;
        }
        .slick-dots li button:before {
            font-size: 12px;
        }
        .slick-dots {
            bottom: -40px;
        }
		#content02 {
			padding-bottom: 21%;
		}
        #content05 {
            padding: 40px 0 70px;
        }
        .content_inner05 {
            padding: 16px 0 50px;
        }
        .img07 {
            width: 95%;
        }
        .img08 {
            width: 92%;
            margin: 25px auto 0;
        }
        .img09 {
            width: 92%;
            margin: 40px auto 0;
        }
        .content_inner05 p {
            font-size: 18px;
            margin: 35px 10px 0;
        }
        .img10 {
            width: 100px;
            margin: -25px auto -20px;
        }
        .mx-10{
            margin: 0 10px;
            text-align: left;
        }
        .img3 {
            width: 220px;
            margin: -20px auto 0;
        }
        .img12 {
            margin: 23px auto 30px;
            width: 96%;
        }
        .img14 {
            margin: 30px auto;
        }
        #content06 {
            padding-bottom: 40px;
        }
        .img04 {
            width: 140px;
            top: -45px;
        }
        .img16 {
            width: 100%;
            padding: 35px 0 25px;
        }
        .img17 {
            width: 100%;
        }
        .white_box {
            width: 100%;
            margin: -29px auto 0;
            padding: 20px 10px;
        }
        .white_box p {
            font-size: 14px;
            line-height: 1.3;
        }
        .img18 {
            width: 75%;
            margin-top: -10px;
        }
        .img19{
            width: 100%;
        }
        .img20{
            width: 100%;
            margin-top: 25px;
        }
        .img21 {
            width: 55%;
            margin-top: -80px;
        }
        .content_inner07 {
            padding: 0 0 85px
        }
        .img23 {
            width: 220px;
            top: -20px;
        }
        #content08 {
            padding: 50px 0 65px;
        }
        .content_inner08 {
            padding: 60px 0 30px;
        }
        .img22 {
            width: 22%;
            right: 6%;
            top: -61px;
        }
        .img25 {
            width: 92%;
            margin-top: 30px;
        }
        .img26 {
            width: 92%;
            margin-top: 25px;
        }
        .img27 {
            width: 93%;
            margin-top: 30px;
        }
        .content_inner08 p {
            text-align: left;
            margin: 30px auto 0px;
        }
        .img28 {
            width: 93%;
            margin-top: 30px;
			margin-bottom: 40px;
        }
        .img29 {
            width: 92%;
            padding-top: 40px;
            padding-bottom: 55px;
        }
        .orange_box {
            padding: 0px 17px;
            font-size: 22px;
        }
        .content09_box {
            padding: 15px;
        }
        .content09_box h3 {
            font-size: 20px;
            padding: 15px 0 2px;
            margin-bottom: 15px;
        }
        .content09_box_inner {
            flex-wrap: wrap;
        }
        .img30{
            width: 90%;
        }
        .content09_box_inner p {
            margin-top: 10px;
            width: 100%;
            font-size: 15px;
            line-height: 1.4;
        }
        .content09_box_img02 {
            width: 100%;
        }
        .img32 {
            width: 30%!important;
        }
        .img34 {
            width: 27%!important;
        }
        .img36 {
            width: 30%!important;
        }
        .content_inner09 {
            padding: 0 0 25px;
        }
        
        .content_inner10 {
            padding: 25px 0 150px;
        }
        .img39 {
            width: 90%;
            margin-bottom: 0;
        }
        .img40{
            display: none;
        }
        .document {
            flex-wrap: wrap;
            margin: 30px auto 20px;
        }
        .document a {
            width: 100%;
            margin-bottom: 20px;
        }
        .document02 {
            flex-wrap: wrap;
            margin: 30px auto 20px;
        }
        .document02 a{
            width: 100%;
            margin-bottom: 20px;
        }
        .document02 p{
            width: 100%;
        }
        .img45 {
            width: 100%;
        }
        #js-slider02 {
            margin: 30px auto 0;
        }
        
        .slider02 .slick-slide.slick-current .slide-img {
            transform: scale(1);
            opacity: 1;
        }
        .slider02 .slick-slide .slide-img {
            width: 95%;
            height: auto;
        }
        .slider02 .slick-arrow {
            width: 30px;
            height: 30px;
            background-color: #124aa6;
        }
        .slider02 .slick-next::before {
            top: 9px;
            left: 8px;
            border-color: #fff;
        }
        .slider02 .slick-prev::before {
            top: 9px;
            left: 10px;
            border-color: #fff;
        }
        .img46 {
            width: 100%;
        }
        .content_inner11 {
            padding: 60px 0 40px;
        }
        .img47 {
            width: 20%;
            right: 0%;
            top: -174%;
        }
        .content_inner11 p {
            margin: 35px 0;
            text-align: left;
        }
        #content12 {
            padding-bottom: 30px;
        }
        .content_inner13 {
            padding: 35px 0 50px;
        }
        .comment {
            margin: 30px 0;
        }
        .comment h3 {
            font-size: 17px;
            padding: 15px 0;
            width: 90%;
        }
        .comment_inner {
            margin-top: -40px;
            padding: 55px 10px 25px 10px;
            flex-wrap: wrap-reverse;
        }
        .comment_inner div {
            width: 100%;
            margin-bottom: 20px;
        }
        .comment_inner div p {
            text-align: center;
        }
        .comment_inner p {
            width: 100%;
            font-size: 15px;
            line-height: 1.4;
        }
        .content_inner14 {
            padding: 40px 0 90px;
        }
        .tab-label {
            padding: 15px 0.5em 10px;
            font-size: 15px;
            width: 49%;
        }
        .tab-switch:checked+.tab-label+.tab-content {
            padding: 15px;
        }
        #content15 {
            padding-bottom: 60px;
        }
        .tab-wrap {
            margin: 25px 0 0;
        }
        .content_inner15 {
            padding: 55px 0 0px;
        }
        .content_inner16 {
            padding: 50px 0 50px;
        }
        .img53 {
            margin: 0 auto 15px;
            width: 70%;
        }
        .img55 {
            margin-top: 25px;
            width: 95%;
        }
        .img56 {
            margin: 0 auto 15px;
            width: 70%;
        }
        .content_inner17 {
            padding: 50px 0 50px;
        }
        .ac_container {
            width: 100%;
        }
        p.q_icon {
            font-size: 28px!important;
            margin-right: 10px;
        }
        .ac_title p {
            font-size: 17px;
            line-height: 1.3;
        }
        .ac_title {
            padding: 10px 35px 10px 13px;
        }
        .ac_title::before, .ac_title::after {
            right: 16px;
        }
        p.a_icon {
            font-size: 28px!important;
            margin-right: 10px;
        }
        .ac_content.is-open {
            padding: 15px 15px 15px 13px;
        }
        footer {
            padding: 40px 0 160px;
        }
        footer p{
            font-size: 14px;
        }
        .operator{
            width: 26%;
            bottom: 0%;
            left: -3%;
          }
        p.scroll_text {
            padding: 17px 0;
            line-height: 1.2;
            font-size: 13px;
        }
        .scroll_inner {
            padding: 18px 5px;
        }
        .scroll_inner a {
            width: 80%;
            margin: 0px 3px;
        }
        .img59{
          position: absolute;
          width: 60px;
          right: 0px;
          top:-63px;
        }
        .lb-data .lb-close {
            margin: -156% 0px 0 0;
        }
        .slider .slick-prev {
    left: -8px;
}
.slider .slick-arrow {
    right: -8px;
}
    }

/*230510 追加記述*/
.po_r{
    position: relative;
}
.po_r .img02{
    position: relative;
    z-index:100;
}
.img02-left{
    position: absolute;
    top: -51%;
    left: 7%;
    z-index:1;
    transform: rotate( -10deg );
}
.img02-right{
    position: absolute;
    top: -51%;
    right: 7%;
    z-index:1;
    transform: rotate( 10deg );
}
.img02-left img , .img02-right img{
    width: min(32vw,290px);
}

@media screen and (max-width:640px) {
#content04 , #content14{
    overflow-x: clip;
}
.img02-left img, .img02-right img {
    width: max(40vw,200px);
}
.img02-left{
    top: -41%;
    left: 0%;
    transform: rotate( -6deg );
}
.img02-right{
    top: -40%;
    right: 0%;
    transform: rotate( 6deg );
}
}
@media screen and (max-width:450px) {
.img02-left img, .img02-right img {
    width: max(43vw,160px);
}
.img02-left{
    top: -63%;
    left: -5%;
    transform: rotate( -8deg );
}
.img02-right{
    top: -60%;
    right: -3%;
    transform: rotate( 8deg );
}
.content_inner{
    padding: 0;
}
}
.form_tbl{
    max-width: 1000px;
    width: 93%;
    margin:auto;
}
.policy p{
    font-size:12px;
}
/*アコーディオン*/
.frame {
    padding: 15px;
    margin-top: 20px;
    position: relative;
}

.show_more span {
  	color: #fff;
	border-radius: 20px;
	background-color: #124aa6;
	font-weight: bold;
	padding: 10px 30px;
}

.show_more {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 15px;
  padding-top: 60px;
  text-align: center;
  line-height: 15px;
  background: linear-gradient(180deg,rgb(255, 255, 255, 0) 0%,#e5f5fe 70%);
  cursor: pointer;
  transition: bottom 0.2s;
}
.show_more02 span {
  	color: #fff;
	border-radius: 20px;
	background-color: #124aa6;
	font-weight: bold;
	padding: 10px 30px;
}
.show_more02 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 15px;
  padding-top: 60px;
  text-align: center;
  line-height: 15px;
  background: linear-gradient(180deg,rgb(255, 255, 255, 0) 0%,#fff 70%);
  cursor: pointer;
  transition: bottom 0.2s;
}
.acc_wrapper {
  margin: 20px auto;
}

.acc_content_wrapper {
  position: relative;
  margin-bottom: 20px;
}

.acc_content {
  height: 44vh;
  overflow: hidden;
  padding: 0 0 10px;
}
.img44{
	width: 90%;
    margin: 0 auto 7%;
    padding-left: 5%;
}
@media screen and (max-width:450px) {
	.img44{
		width: 90%;
		margin: 0 auto 12%;
		padding-left: 0;
	}
	.frame {
		margin-top: 0px;
	}
}


/*240110*/
.radio_box input[type="radio"]{
    display: none;
}
.radio_box td>div{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.radio_box td>div label{
    display: block;
    background-color: #eee;
    box-sizing: border-box;
    padding: 10px 0;
    width: 24%;
    border-radius: 5px;
    transition: all 0.3s;
    text-align: center;
}
.radio_box td>div label:last-child{
    width: 48%;
}
.radio_box input:checked+label{
    background-color: #ff7800;
    color: #fff;
    font-weight: bold;
}
.content09_box_inner div img {
            width: 75%!important;
            margin: auto;
        }
        @media screen and (max-width:640px) {
            .content09_box_inner div img {
            width: 100%!important;
        }
        }
.lightbox .lb-image{
    width: 120%;
    height: 120%;
    border:none;
}