html{
    scroll-behavior: smooth;
}

img{
    width: 100%;
    vertical-align: top;
}
.container{
    display: block;
    width: 80%;
    margin: 0 auto;
}
@media (max-width: 570px){
    .container{
        display: block;
        width: 90%;
        margin: 0 auto;
    }
}
.p60{
    padding: 60px 0;
}
@media (max-width: 570px){
    .p60{
        padding: 3em 0;
    }
}

.bg{
    background: #c5bebe;
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100vh;
}
main{
    max-width: 570px;
    width: 100%;
    background: #fff;
    height: 100vh;
    margin: 0 auto;
}

/* ↓ ひかるボタン */

@-webkit-keyframes shiny {
    0% {
      transform: scale(0) rotate(25deg);
      opacity: 0;
    }
    50% {
      transform: scale(1) rotate(25deg);
      opacity: 1;
    }
    100% {
      transform: scale(50) rotate(25deg);
      opacity: 0;
    }
  }
  @keyframes shiny {
    0% {
      transform: scale(0) rotate(25deg);
      opacity: 0;
    }
    50% {
      transform: scale(1) rotate(25deg);
      opacity: 1;
    }
    100% {
      transform: scale(50) rotate(25deg);
      opacity: 0;
    }
  }
.shiny-btn {
    position: relative;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #384878;
    cursor: pointer;
    overflow: hidden;
  }
  
  .shiny-btn::after {
    content: "";
    position: absolute;
    top: -100px;
    left: -100px;
    width: 50px;
    height: 50px;
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgb(255, 255, 255) 100%, rgba(255, 255, 255, 0) 0%);
    -webkit-animation-name: shiny;
            animation-name: shiny;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
  }

/* ↑ ひかるボタン */

/* ↓  背景 */

.bg{
    position: fixed;
    background: #ffff;
}
.bg .bg_t{
    position: absolute;
    top:0;
    left:0;
    z-index: -1;
    width: 100%;
}
.bg .bg_b{
    position: absolute;
    bottom:0;
    left:0;
    z-index: -1;
    width: 100%;
}
.bg_item{
    width: 100%;
    position: fixed;
    top: 0;
    display: flex; 
    justify-content: space-between;
    z-index: 2;
    overflow: hidden;
}
.bg_item .bg_left{
    position: relative;
    z-index: 100;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(100% - 570px / 2);
    height: 100vh;
}
.bg_item .bg_center{
    overflow-y: auto;
    min-width: 570px;
    width: 570px;
}
.bg_item .bg_right{
    position: relative;
    z-index: 100;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(100% - 570px / 2);
    height: 100vh;
}
@media (max-width: 1100px){
    .bg_item .bg_left{
        width: calc(100% - 570px -5% );
    }
    .bg_item .bg_right{
        width: 5%;
    }
}
@media (max-width: 800px){

    .bg_item  .bg_left {
        display: none;
    }
    .bg_item  .bg_right {
        display: none;
    }
}
@media (max-width: 570px){
    .bg_item .bg_center{
    min-width: auto;
    width: 100%;
    }
}


.bg_item .bg_right .btn_top{
    display: block;
    max-width: 300px;
    width: 90%;
    margin: 0 auto 40px;
}
.bg_item .bg_right .btn a{
    max-width: 300px;
    width: 90%;
    padding: 25px 15px;
}
.bg_item .bg_right .btn a img{
    width: 100%;
}

.bg_item .bg_left .logo{
    position: absolute;
    top:50px;
    max-width: 200px;
    width: 90%;
    margin: 0 auto;
}
.bg_item .bg_left .bg_menu li {
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.bg_item .bg_left .bg_menu li a{
    font-size: 19px;
    color: #333;
    font-weight: bold;
    padding: 5px 5px 5px 0;
}
.bg_item .bg_left .bg_left_sp{
    display: none;
}
@media (max-width: 1100px){
    .bg_item  .bg_left  .btn_top{
        display: block;
        max-width: 300px;
        width: 90%;
        margin: 0 auto 30px;
    }
    .bg_item  .bg_left  .btn a{
        max-width: 300px;
        width: 90%;
        padding: 25px 15px;
    }
    .bg_item  .bg_left  .btn a img{
        width: 100%;
    }
    .bg_item .bg_left .logo{
        padding-bottom: 80px;
    }
    .bg_item .bg_left .bg_left_sp{
        display: block;
    }
    .bg_item .bg_right .btn_top{
        display: none;
    }
    .bg_item .bg_right .btn a{
        display: none;
    }
    .bg_item .bg_left .bg_menu {
        padding-bottom: 50px;
    }
}

/* ↑  背景 */

/* ↓ 中身 */

.area1_2{
    position: relative;
}
.bg1_21{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
}
.bg1_22{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100%;
}
.item1_2{
    position: relative;
    z-index: 1;
    top: 50%;
    left: 0;
    height: auto;
    padding:0 0 30px 30px;
}
.btn{
    position: relative;
    z-index: 1;
    width: 100%;
    text-align: center;
}
.btn1{
    margin-bottom: 10px;
}
.btn .btn_item1{
    width: 56%;
    padding-bottom: 5px;
}
.btn .btn_item3{
    width: 62%;
    padding-bottom: 5px;
}
.btn a{
    display: block;
    width: 80%;
    background: #0C9332;
    box-sizing: border-box;
    padding: 30px;
    margin: 0 auto;
    transition: all .3s;
}
.btn a:hover{
    background: #30bf58;
}
@media (max-width: 570px){
    .btn a{
        width: 90%;
    }
}
.btn1.btn a img{
    width: 55%;
}
.btn3.btn a img{
    width: 61%;
}
.area1_2_2 .btn_item1{
    width: 43%;
    padding-bottom: 5px;
}
.area1_2_2 .btn_item3{
    width: 48%;
    padding-bottom: 5px;
}
.area1_2_2 .btn1.btn a img{
    width: 45%;
}
.area1_2_2 .btn3.btn a img{
    width: 49%;
}
.area1_2_2 .btn1{
    margin-bottom: 15px;
}
.area3_1 {
    background: #FEF7E8;
}
.area4{
    background: #FFEECE;
}
.area4 .slider{
    margin-top: 40px;
    height: 1120px;
}
.area4 .slider li{
    height: 1050px;
}
@media (max-width: 570px){
    .area4 .slider{
        height: 196vw;
    }
    .area4 .slider li{
        height: 184vw;
    }
}
.area5{
    background: #DCDFEA;
    padding: 50px 0 40px;
}
.area5_1{
    margin-bottom: 40px;
}
.area6{
    background: #FEF7E8;
}
.item6_1{
    display: block;
    width: 90%;
    margin: 0 auto;
}
.area7{
    background: #FEEBC3;
}
.area8{
    position: relative;
    z-index: 0;
    background: #FFF;
}
.item8_1{
    position: relative;
    z-index: 1;
}
.item8_2{
    position: absolute;
    top:10px;
    opacity: .4;
}
.area9{
    background: #FEF7E8;
}
.area10{
    background: #FEEBC3;
}
.item10_1{
    display: block;
    width: 92% !important;
    margin: 0 auto;
}
@media (max-width: 570px){
    .item10_1{
        width: 100% !important; 
    }
}
.area11{
    background-image: url(../img/11_1.png);
    background-size: 100%;
    padding: 60px 40px;
}
.area11_1{
    background: rgba(255, 255,255, .85);
    padding: 40px 20px 50px;
}
.item11_1{
    width: 90%;
    display: block;
    margin: 0 auto 30px;
}
@media (max-width: 570px){
    .area11{
        padding: 46px 14px;
    }
    .item11_1{
        width: 96%;
        display: block;
        margin: 0 auto 30px;
    }
    .area11_1 .btn a{
        width: 100% !important;
    }
}
.area12{
    background: #FEF7E8;
}
.area13{
    background: #FFEECE;
}
.area14{
    background: #FEEBC3;
}
.item14_1{
    padding-bottom: 40px;
}
.area14 .btn a img{
    width: 90%;
}
@media (max-width: 570px){
    .area14 .btn a {
        padding: 25px;
    }
    .area14 .btn a img{
        width: 100%;
    }
}
.area15{
    background: #FEF7E8;
}
.area16{
    background: #FFEECE;
}
.item16_1{
    padding-bottom: 40px;
}
.area16_2{
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
}
.item16_2{
    border-collapse: collapse;
    width: 100%;
    min-width: 650px;
}

.area17{
    background: #FEF7E8;
}
.area18{
    background-image: url(../img/11_1.png);
    background-size: 100%;
    padding: 60px 40px;
}
.area18_1{
    background: rgba(255, 255,255, .85);
    padding: 40px 20px 50px;
}
.item18_1{
    width: 90%;
    display: block;
    margin: 0 auto 30px;
}
@media (max-width: 570px){
    .area18{
        padding: 46px 14px;
    }
    .item18_1{
        width: 96%;
        display: block;
        margin: 0 auto 30px;
    }
    .area18_1 .btn a{
        width: 100% !important;
    }
}
.area19{
    display: block;

}

/* ↑ 中身 */



/* ↓ ふわって出るアニメーション */

.animate {
opacity: 0;
transform: translateY(20px);
transition: opacity 0.8s, transform 0.8s;
}

.animate.slide-from-left {
transform: translateX(-40px);
}

.animate.slide-from-right {
transform: translateX(40px);
}

.animate.inview {
opacity: 1;
transform: none;
}

.animate .item {
transition: all 0.3s;
-webkit-transition: all 0.3s;
opacity: 0;
}

.animate.inview .item {
opacity: 1;
transform: none;
-webkit-transform: none;
}



/* ↑ ふわって出るアニメーション */