/*=========================================================
  reset
=========================================================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,figure,figcaption{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}
html{-webkit-text-size-adjust: 100%;}
/* Android Chrome font bug */
h1, h2, h3, h4, p, ul, ol {max-height: 100%;}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}
input, textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}
html{
    font-size: 62.5%;
    height: 100%;
}
body{
    background: #fff;
    color:#eeeeee;
    font-family: 'Noto Sans JP',"ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    height: 100%;
    position: relative;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga", "kern";
    word-break: break-all;
    overflow-x: hidden;
}
a{
    color: #eeeeee;
    opacity: 1;
    text-decoration: none;
    transition: 0.5s ease none;
}
img{
    vertical-align: bottom;
    width: 100%;
}
.cf:before,
.cf:after{ 
    content: ""; 
    display: table;
}
.cf:after{ 
    clear: both;
}
video{
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    vertical-align: top;
}
.wrap{
    overflow: hidden;
}
input{
    color: #575F6B;
}
.display--sp{
    display: none !important;
}
.display--tab{
    display: none !important;
}
.display--pc{
    display: block;
}
@media screen and (max-width: 999px){
    .display--tab{
        display: block !important;
    }
}
@media screen and (max-width: 699px){
    .display--sp{
        display: block !important;
    }
    .display--pc{
        display: none;
    }
    #access iframe{
        height: 400px;
    }
}
.w470{
    width: 470px !important;
}
.w-full{
    width: 100%;
    max-width: none !important;
}
.mt0{
    margin-top: 0 !important;
}
.mt150{
    margin-top: 150px;
}

@media screen and (max-width: 699px){
    .w470{
        width: 100% !important;
    }
}
/*=========================================================
  common
=========================================================*/
.inner{
    width: 1000px;
    margin: 0 auto;
}
.flex-position-right{
    justify-content: right;
}
.flex-position-left{
    justify-content: left;
}
.btn{
    color: #fff;
    /*border: solid 1px #fff;*/
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    position: relative;
    transition: color 0.3s ease;
    background: #575F6B;
    width: 240px;
    text-decoration: none;
    position: relative;
    z-index: 1;
    padding: 20px 0;
    text-decoration: none !important;
}
.btn:hover {
    color: #fff;
    text-decoration: none;
}
.btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: #006830;
    width: 100%;
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
    z-index: -1;
}
.btn:hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
}
.btn span {
    z-index: 3;
    position: relative;
}
.logo a{
    transition: all .3s ease-in-out;
}
.logo a:hover{
    opacity: 0.7;
}
.btn-txt li a{
    transition: all .3s;
}
.btn-txt li a:hover{
    color: #D0D025;
}
.btn-txt li{
    position: relative;
}
.btn-txt li:before{
    position: absolute;
    top: -23px;
    right: auto;
    left: 40%;
    margin: auto;
    content: '';
    margin-top: -5px;
    border-style: solid;
    border-width: 15px 5px 0 5px;
    border-color: #D0D025 transparent transparent transparent;
    transition: all .3s;
    width: 0;
    opacity: 0;
} 
.btn-txt li:hover:before{
    opacity: 1;
    top: -13px;
}
.btn-txt li:after{
    position: absolute;
    bottom: -30px;
    right: auto;
    left: 40%;
    margin: auto;
    content: '';
    margin-top: -5px;
    border-style: solid;
    border-width: 0 5px 15px 5px;
    border-color: transparent transparent #D0D025 transparent;
    transition: all .3s;
    width: 0;
    opacity: 0;
} 
.btn-txt li:hover:after{
    opacity: 1;
    bottom: -20px;
}
@media screen and (max-width: 999px){
    .inner{
        width: 90%;
    }
}
@media screen and (max-width: 699px){
    .inner{
        width: 90%;
    }
}

/*=========================================================
  header
=========================================================*/
header{ 
    position:fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    box-shadow: 0px 3px 6px -6px rgb(0 0 0 / 40%);
    background: #fff;
}
.head_shoulder{
    background-color: #006830;
    font-size: 1.2rem;
    padding: 6px 0;
    opacity: 1;
    transition: .3s ease all;
}
.head_shoulder.scroll{
    opacity: 0;
    padding: 0;
    font-size: 0;
}
.head_detail{
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.head_detail_in{
    display: flex;
    align-items: center;
}
.head_logo{
    max-width: 150px;
}
.head_nav{
    margin-left: 35px;
}
.head_nav ul{
    display: flex;
    font-size: 1.4rem;
}
.head_nav a{
    color: #575F6B;
    font-weight: bold;
    letter-spacing: .05em;
    line-height: 1.23714;
}
.head_nav li + li{
    margin-left: 30px;
}
header .btn,
footer .btn{
    font-size: 1.4rem;
    width: 200px;
    padding: 10px 0;
}
@media screen and (max-width: 999px){
    header{
        
    }
    .head_detail{
        padding: 0;
    }
    .head_detail:after{
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: url(/wan55camp/assets/img/bg_gradation.png) 0 0 / cover;
        clip-path: polygon(100% 0, 0 0, 100% 100%);
        z-index: -1;
    }
    .head_shoulder span{
        display: none;
    }
    .head_shoulder .inner{
        width: 100%;
        font-size: 1.2rem;
        text-align: center;
    }
    .head_logo{
        width: 60%;
        max-width: 135px;  
    }
    .head_btn{
        width: 45%;
        max-width: 200px;
        margin-left: auto;
    }
    .head_btn a{
        width: 100%;
    }
    .head_nav{
        position: absolute;
        overflow-y: scroll;
        height: 100vh;
        z-index: 999;
        top: 76px;
        left: 0;
        background: url(/wan55camp/assets/img/bg_nav-sp.svg) no-repeat left 10% / 100% auto;
        color: #fff;
        text-align: center;
        width: 100%;
        transform: translate3d(-100%, -76px, 0px);
        transition: all 0.6s;
        padding: 42px 0 30px;
        margin-left: 0;
    }
    .head_nav.active{
        transform: translate3d(0px,-76px,0px);
    }
    .head_nav ul{
        flex-flow: wrap;
        margin: 80px 40px 0;
    }
    .head_nav ul li{
        width: 100%;
        text-align: left;
        margin-left: 0;
    }
    .head_nav ul li + li{
        margin-top: 20px;
    }
    .head_nav .foot_contact li + li{
        margin-left: 0;
    }
    .head_nav ul li a{
        color: #eee;
        font-size: 2.4rem;
        font-weight: bold;
    }
    .head_nav .foot_nav{
        margin-top: 50px;
    }
    .head_nav .foot_nav a{
        font-size: 2.2rem;
        font-weight: normal;
    }
    .head_nav .foot_nav a[target="_blank"]:after{
        content: url(/wan55camp/assets/img/ico_tab.svg);
        width: 16px;
        height: 17px;
        margin-left: 10px;
        transition: all .3s;
    }
    .head_nav .foot_contact{
        text-align: center;
        margin-top: 50px;
    }
    .head_nav .foot_contact a{
        width: 100%;
    }
    .humberger {
        display: block;
        position: absolute;
        top: 0;
        width: 55px;
        height: 55px;
        right: 0;
        padding: 0;
        border: none;
        background: none;
        background-size: 55px;
        outline: none;
        z-index:1000;
    }
    .humberger_btn{
        width: 55px;
        height: 55px;
        position:relative;
    }
    
    .humberger_btn span,
    .humberger_btn span{
        display: block;
        height: 2px;
        width: 25px;
        background: #fff;
    }
    .humberger_btn span:first-child{
        position: absolute;
        top: 35%;
        right: 5px;
        transition: all 0.6s;
    }
    .humberger_btn span:nth-child(2){
        position: absolute;
        top: 0;
        bottom: 0;
        right: 5px;
        margin: auto;
    }
    .humberger_btn span:nth-child(3){
        position: absolute;
        top: 65%;
        right: 5px;
        transition: all 0.6s;
    }
    .humberger_btn.active span:nth-child(1){
        top: 14px;
        left: 25px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .humberger_btn.active span:nth-child(2){
        display: none;
    }
    .humberger_btn.active span:nth-child(3) {
        top: 14px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .humberger_btn.active {
        z-index: 1000;
    }
    .head_nav.active:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        background: #FFC717;
        height: 100px;
        clip-path: polygon(100% 0, 0 0, 0 100%);
    }
}
@media screen and (max-width: 699px){
    .head_shoulder .inner {     
        font-size: 2.56vw;   
    }
    .head_shoulder {
        background: #112211;
    }
    .head_nav{
        background: url(/wan55camp/assets/img/bg_nav-sp.svg) no-repeat left top / 100% auto;
    }
    .head_nav ul li a{
        font-size: 4.61vw;
    }
    .head_nav .foot_nav a{
        font-size: 3.58vw;
    }
    .head_nav.active:after {
        display: none;
    }
}


/*=========================================================
  kv
=========================================================*/
.sec_kv{
    height: 100vh;
    padding-top: 93px;
    overflow: hidden;
    position: relative;
}
@media (max-height: 849px){
    .sec_kv{
        height: auto;
    }
}
.sec_kv_pic{
    position: relative;
    z-index: -4
}
.sec_kv_logo{
    position: absolute;
    top: 15%;
    z-index: 5;
    left: 0;
    right: 0;
    margin: auto;
    width: 34%;
    text-align: center;
}
.sec_kv_logo img{
    width: 60%;
    max-width: 250px;
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.6));
}
.sec_kv_logo h1 + p{
    font-size: 1.562vw;
    font-weight: bold;
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.6));
    margin-top: 40px;
}
.sec_kv_detail{
    position: absolute;
    bottom: 0;
    min-height: 200px;
    right: 0;
    left: 0;
    margin: auto;
}
.sec_kv_bottomCatch{
    font-size: 2.2rem;
    line-height: 1.5;
    letter-spacing: .05em;
    text-align: right;
    font-weight: bold;
    color: #FFDA39;
    /*padding-right: 130px;*/
}
.sec_kv_bottomCatch_img {
    width: 50%;
    margin-left: auto;
    padding-bottom: 10px;
}
.sec_kv_bottom{
    width: 550px;
    margin: auto;
    margin-top: 20px;
    padding-bottom: 20px;
}
.sec_kv_bottom dt{
    font-weight: bold;
    font-size: 1.6rem;
}
.sec_kv_bottom dd{
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 10px;
}
@media screen and (max-width: 999px) and (min-width: 700px){
    .sec_kv{
        padding-top: 85px;
    }
    .sec_kv_logo{
        width: 100%;
        top: 20%;
    }
    .sec_kv_logo h1 + p{
        font-size: 2.8rem;
    }
}
@media screen and (max-width: 699px){
    .sec_kv{
        padding-top: 80px;
    }
    .sec_kv_logo h1 + p{
        font-size: 4.61vw;
    }
    .sec_kv_logo{
        width: 95%;
    }
    .sec_kv_detail{
        position: static;
    }
    .sec_kv_bottomCatch{
        padding: 0;
        font-size: 4.1vw;
    }
    .sec_kv_bottom{
        flex-flow: wrap;
        padding-bottom: 40px;
        width: 95%;
        margin-top: 50px;
    }
    .sec_kv_bottom dt{
        width: 100%;
        font-size: 4.1vw;
        text-align: center;
    }
    .sec_kv_bottom dd{
        font-size: 3.58vw;
        margin-top: 20px;
    }
    .sec_kv_bottomCatch_img {
        width: auto;
        padding-bottom: 10px;
        position: absolute;
        margin: auto;
        left: 20px;
        right: 20px;
        top: -150px;
    }
}
/*=========================================================
  bg
=========================================================*/
.sec_kv .bg_headfoot-polygon{
    clip-path: polygon(0 87%, 100% 65%, 100% 100%, 0% 100%);
}
.sec_kv .bg_headfoot-square,
.sec_kv .bg_headfoot-logo{
    top: auto;
    bottom: 0;
    display: block;
    height: 250px;
    background: #006830;
}
.sec_kv .bg_headfoot-logo{
    height: 317px;
    background: transparent;
}
.bg_headfoot-logo .inner{
    padding: 0;
    position: relative;
}
.bg_headfoot-logo img{
    position: absolute;
    max-width: 305px;
    left: 0;
    top: 0;
}
.bg_headfoot-polygon{
    background: url(/wan55camp/assets/img/bg_gradation.png) 0 0 / cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    clip-path: polygon(0 63%, 100% 0, 100% 100%, 0% 100%);
    z-index: -1;
}
.bg_headfoot-square,
.bg_headfoot-logo{
    background: #ffda39; 
    position: absolute;
    top: 150px;
    bottom: 0;
    left: 0;
    right: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    z-index: -3;
}
.bg_headfoot-logo{
    background: transparent;
    top: 83px;
    z-index: -2
}
.bg_sec{
    position: relative;
    min-height: 800px;
    width: 100%;
    overflow: hidden;
    background-color: #000;
    z-index: -6;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}
.bg_sec:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: .6;
    z-index: -8;
}
.bg_sec-triangle{
    clip-path: polygon(0 0, 0 100%, 100% 0);
    background: url(/wan55camp/assets/img/bg_gradation.png) 0 0 / cover;
    left: 0;
    right: 0;
    top: 0;
    height: 240px;
    position: absolute;
    z-index: 1;
}
.bg_sec-left .bg_sec-triangle{
    clip-path: polygon(100% 100%, 100% 0, 0 0);
}
.bg_sec-triangle-y{
    clip-path: polygon(0 0, 0 100%, 100% 0);
    background: #FFDA39;
    height: 260px;
    left: 0;
    right: -60px;
    position: absolute;
    top: 0;
    z-index: -1;
}
.bg_sec-left .bg_sec-triangle-y{
    clip-path: polygon(100% 100%, 100% 0, 0 0);
    right: 0;
    left: -60px;
}
.bg_sec-triangle-gr{
    clip-path: polygon(0 0, 100% 100%, 100% 0);
    background: #006830;
    height: 260px;
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    z-index: -1;
    mix-blend-mode: multiply;
}
.bg_sec-left .bg_sec-triangle-gr{
    clip-path: polygon(0 100%, 100% 0, 0 0);
}
.bg_sec-triangle-bottom-y{
    clip-path: polygon(0 100%, 100% 100%, 100% 0);
    background: #FFDA39;
    height: 100px;
    width: 36.4%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
}
.bg_sec-triangle-bottom-y.bg_sec-change{
    clip-path: polygon(0 100%, 100% 100%, 0 0);
    right: auto;
    left: 0;
}
@media screen and (max-width: 699px){
    .bg_sec-triangle{
        height: 140px;
        clip-path: polygon(0 0, 100% 0, 100% 35%, 0% 100%);
    }
    .bg_sec-triangle-y{
        height: 150px;
        clip-path: polygon(0 0, 100% 0, 100% 30%, 0% 100%);
    }
    .bg_sec-triangle-gr{
        height: 160px;
        clip-path: polygon(0 70%, 100% 100%, 100% 0);
    }
    .bg_sec-triangle-bottom-y{
        height: 30px;
    }
    .bg_sec-left .bg_sec-triangle{
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 35%);
    }
    .bg_sec-left .bg_sec-triangle-y{
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 30%);
    }
    .bg_sec-left .bg_sec-triangle-gr{
        clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%);
    }
    .bg_headfoot-square,
    .bg_headfoot-logo{
        top: 45px;
    }
    .bg_headfoot-logo{
        top: 2px;
    }
    .bg_headfoot-polygon{
        clip-path: polygon(0 25%, 100% 0, 100% 100%, 0% 100%);
    }
    .bg_headfoot-logo img{
       width: 200px;
    }
    .sec_kv .bg_headfoot-logo img{
        display: none;
    }
    .sec_kv .bg_headfoot-polygon {
        clip-path: polygon(0 75%, 100% 65%, 100% 100%, 0% 100%);
    }
    .sec_kv .bg_headfoot-logo{
        height: 435px;
    }
    .sec_kv .bg_headfoot-square{
        height: 390px;
    }
}
/*=========================================================
  section
=========================================================*/
section .inner a{
    color: #D0D025;
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-thickness: 2px;
}
section .inner a:hover{
    text-decoration: none;
}
.sec_ttl{
    position: relative;
    z-index: 10;
    padding: 45px 0 60px;
    display: flex;
    justify-content: space-between;
}
.bg_sec-left .sec_ttl,
.bg_sec-left .sec_head{
    flex-direction: row-reverse;
}
.sec_ttl h2{
    font-size: 4rem;
    font-weight: 800;
    position: relative;
}
.sec_ttl h2:before{
    content: "";
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: transparent;
    border: 5px solid #D0D025; 
    position: absolute;
    top: -30px;
    left: -70px;
    z-index: -1;
}
.sec_ttl p{
    font-size: 3rem;
    font-weight: 700;
    padding-top: 55px;
}
.sec_head{
    margin-top: 85px;
    display: flex;
    position: relative;
    justify-content: space-between;
    z-index: 10;
    align-items: flex-start;
}
.sec_head-float{
    position: absolute;
    left: 0;
    right: 0;
}
.sec_head-float + .sec_detail{
    margin-top: 600px;
}
.sec_head p{
    font-size: 2.5rem;
    line-height: 2;
}
.head_txt{
    font-weight: bold;
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.6));
    max-width: 500px;
}
.head_photo,
.sec_photo{
    padding-top: 20px;
    position: relative;
    max-width: 450px;
    z-index: 1;
}
.head_photo:after,
.sec_photo:after{
    content: "";
    position: absolute;
    top: 30px;
    bottom: -10px;
    left: 10px;
    right: -10px;
    /*background: #575F6B;
    mix-blend-mode: multiply;*/
    background: #000;
    opacity: 0.6;
    z-index: -1;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%, 0 20%);
}
.head_txt-box{
    /*background: #575F6B;
    mix-blend-mode: multiply;*/
    background: #000;
    background: rgba(0 0 0 / 40%);
    padding: 40px 40px 35px 40px;
}
.head_txt-box + .head_photo{
    padding-top: 0;
}
.sec_detail{
    min-height: 500px;
    background: #eee url(/wan55camp/assets/img/bg_sec-bottom.png) no-repeat left bottom / 100% auto;
    /*position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 500px;*/
    position: relative;
    padding-bottom: 200px;
}
.sec_detail:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 200px;
    clip-path: polygon(0 100%, 100% 100%, 100% 0);
    background: #eee;
    top: -199px;
}
.bg_sec-left .sec_detail:before{
    clip-path: polygon(0 100%, 100% 100%, 0 0);
}
.bg_sec.sec01{
    background-image: url(/wan55camp/assets/img/bg_img_sec01.png);
}
.bg_sec.sec02{
    background-image: url(/wan55camp/assets/img/bg_img_sec02.png);
}
.bg_sec.sec03{
    background-image: url(/wan55camp/assets/img/bg_img_sec03.png);
}
.bg_sec.sec04{
    background-image: url(/wan55camp/assets/img/bg_img_sec04.png);
}
.bg_sec.sec05{
    background-image: url(/wan55camp/assets/img/bg_img_sec05.png);
}
.bg_sec.sec06{
    background-image: url(/wan55camp/assets/img/bg_img_sec06.png);
}
.bg_sec.sec07{
    background-image: url(/wan55camp/assets/img/bg_img_sec07.png);
}
.sec_detail.inner{
    padding-bottom: 100px;
}
.sec_list-point{
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    align-items: flex-start;
}
.sec_list-point li{
    text-align: center;
    color: #5C5C5C;
    font-size: 1.6rem;
    /* max-width: 280px; */
    width: 48%;
    line-height: 2;
    letter-spacing: 0.05em;
    display: flex;
}
.sec_list-point li > p:first-of-type{
    width: 90px;
    display: flex;
    padding: 10px;
    background: #fff;
    border-radius: 50%;
    height: 90px;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
}
.sec_list-point li img{
    /*max-width: 180px;*/
    width: 90%;
}
.sec_list-point li:nth-child(n+3){
    margin-top: 40px;
}
.sec_list_txt-box{
    width: 80%;
    text-align: left;
    font-size: 2rem;
    font-weight: bold;
    padding-left: 15px;
    padding-top: 10px;
}
.sec_list-jagged{
    color: #5C5C5C;
    display: flex;
    flex-flow: wrap row-reverse;
    justify-content: space-between;
}
.sec_list-jagged li{
    width: 480px;
    background: url(/wan55camp/assets/img/ico_jagged01.svg) no-repeat left top / auto 70px;
}
.sec_list-jagged li:nth-child(2){
    background-image: url(/wan55camp/assets/img/ico_jagged02.svg);
}
.sec_list-jagged li:nth-child(3){
    background-image: url(/wan55camp/assets/img/ico_jagged03.svg);
}
.sec_list-jagged li:nth-child(4){
    background-image: url(/wan55camp/assets/img/ico_jagged04.svg);
}
.sec_list-jagged li:nth-child(5){
    background-image: url(/wan55camp/assets/img/ico_jagged05.svg);
}
.sec_list-jagged li:nth-child(6){
    background-image: url(/wan55camp/assets/img/ico_jagged06.svg);
}
.sec_list-jagged dl{
    width: 385px;
    margin-left: auto;
}
.sec_list_dt{
    font-size: 2.4rem;
    color: #006830;
    font-weight: bold;
}
.sec_list_txt{
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-top: 20px;
}
.sec_list_txt li {
    text-indent: -1em;
    padding-left: 1em;
}
.sec_list_txt .icon_card +p{
    margin-top: 20px;
}
.sec_list-jagged li:nth-child(2n){
    padding-top: 120px;
    background-position: 0 120px;
}
.txt-notes{
    display: block;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-top: 15px;
}
.sec_dl{
    max-width: 500px;
    color: #575F6B;
    margin-top: 50px;
}
.sec_shape{
    padding: 60px 0;
    text-align: center;
}
.sec_list-photo li{
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: flex-start;
}
.sec_list-photo li:nth-child(2n){
    flex-direction: row-reverse;
}
.sec_list-photo-point{
    margin-top: 100px;
}
.sec_list-photo-point li {
    flex-direction: row-reverse;
    align-items: stretch;
}
.sec_list-photo-point li > div{
    position: relative;
    width: 435px;
}
.sec_list-photo-point li > div p{
    position: absolute;
    width: 275px;
    filter: drop-shadow(8px 8px 0px rgba(0,0,0,0.55));
}
.sec_list-photo-point li > div p:after{
    display: none;
}
.sec_list-photo-point li > div p:first-of-type{
    left: 0;
    top: 0;
}
.sec_list-photo-point li > div p:nth-of-type(2){
    right: 0;
    bottom: 0;
}
.sec_list-photo-point .sec_list_txt li{
    font-size: 2rem;
    font-weight: bold;
    position: relative;
}
.sec_list-photo-point .sec_list_txt li:before {
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: transparent;
    border: 5px solid #D0D025;
    position: absolute;
    top: -4px;
    left: -32px;
    z-index: -1;
    opacity: 0.35;
}
.sec_list_dt-large{
    font-size: 2.4rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    padding-bottom: 20px;
    border-bottom: 5px dotted #575F6B;
}
.sec_photo{
    padding-top: 50px;
}
.sec_photo:after{
    top: 60px;
}
.sec_list-photo li + li{
    margin-top: 100px;
}
.box_slanting{
    position: relative;
    padding: 50px 0;
    line-height: 1 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 6rem !important;
    font-weight: 900 !important;
    color: #D0D025;
    margin-top: 50px;
}
.box_slanting span{
    font-size: 2.6rem;
    margin-top: auto;
}
.box_slanting:before,
.box_slanting:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 10px;
    background-size: auto auto;
    background-image: repeating-linear-gradient(33deg, transparent, transparent 5px, rgba(208, 208, 37, 1) 5px, rgba(208, 208, 37, 1) 6px );
}
.box_slanting:before{
    top: 0;
}
.box_slanting:after{
    bottom: 0;
}
.sec_list-bullets{
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 2;
    color: #eee;
    margin-left: 30px;
}
.sec_list-bullets li{
    position: relative;
}
.sec_list-bullets li:before{
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: transparent;
    border: 5px solid #D0D025;
    position: absolute;
    top: -4px;
    left: -32px;
    z-index: -1;
    opacity: 0.35;
}
.sec_list-bullets-check li:before{
    width: 7px;
    height: 15px;
    top: 7px;
    left: -30px;
    border-radius: 0;
    border: solid 3px #D0D025;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sec_list-bullets li span{
    font-size: 1.6rem;
    display: block;
}
.sec_list-bullets li .not_br{
    display: inline;
}
.sec_list-bullets li + li{
    margin-top: 25px;
}
.sec_separation{
    background: url(/wan55camp/assets/img/bg_gradation.png) 0 0 / cover;
    padding: 35px 0;
    margin-top: 130px;
}
.sec_separation .inner{
    display: flex;
    justify-content: center;
}
.sec_separation .btn{
    width: 600px;
}
.sec_list-bullets-check{
    font-size: 2.2rem;
}
.sec_list-bullets-check li + li{
    margin-top: 10px;
}
.sec_list-bullets-app{
    font-size: 1.4rem;
    margin-top: 15px;
}
.sec_list-bullets-app li:before{
    width: 40px;
    height: 40px;
    background: url(/wan55camp/assets/img/ico_ps.svg) no-repeat left top / cover;
    border: none;
    border-radius: 0;
    opacity: 1;
    top: 0;
}
.sec_list-bullets-app li:nth-child(2):before{
    background-image: url(/wan55camp/assets/img/ico_ai.svg);
}
.sec_list-bullets-app li:nth-child(3):before{
    background-image: url(/wan55camp/assets/img/ico_xd.svg);
}
.sec_list-bullets-app li{
    padding-left: 30px;
}
.active{
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.js-anime{
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
    transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
    transition: opacity 1s ease-out, transform 1s ease-out;
    transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
}
.faq_list{
    margin: 48px auto 0;
    width: 100%;
    max-width: 850px;
    margin-top: 108px;
    color: #575F6B;
}
.faq_list_item{
    padding: 0 30px 25px 50px;
    border-bottom: 5px dotted #575F6B;
}
.faq_list_item + .faq_list_item{
    margin-top: 30px;
}
.acd_ttl{
    position: relative;
    display: flex;
    /*padding-right: 30px;*/
    line-height: 2;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    font-weight: bold;
}
.acd_ttl:after{
    content: "";
    width: 44px;
    height: 44px;
    display: block;
    position: absolute;
    background: url(/wan55camp/assets/img/ico_faq-q.svg) no-repeat;
    left: -55px;
    top: -3px;
}
.acd_ttl.is-open .acd_btn:after {
    transform: rotate(90deg)
}
.acd_txt{
    display: none;
    line-height: 2;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    color: #006830;
    position: relative;
    margin-top: 25px;
    background: url(/wan55camp/assets/img/ico_faq-a.svg) no-repeat;
    left: -55px;
    top: -3px;
    padding-left: 55px;
    padding-bottom: 10px;
}
.acd_txt.is-open{
    display: block
}
.acd_btn{
    position: absolute;
    top: 10px;
    right: 0px;
    display: flex;
    align-items: center;
    margin-left: auto;
    width: 23px;
    height: 23px
}
.acd_btn:before{
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #006830;
}
.acd_btn:after {
    content: "";
    position: absolute;
    left: calc(50% - 0.5px);
    display: block;
    width: 3px;
    height: 23px;
    background: #006830;
    transition: .3s
}
@media screen and (max-width: 999px) and (min-width: 700px){
    .sec_ttl h2{
        font-size: 3rem;
    }
    .sec_ttl p{
        font-size: 2.4rem;
    }
    .sec_head p{
        font-size: 2rem;
    }
    .sec_ttl {
        padding: 45px 20px 60px;
    }
    .head_txt,
    .head_photo,
    .sec_photo{
        width: 45%;
    }
    .sec_list-photo-point li > div{
        width: 31%;
    }
    .sec_list-photo .sec_dl{
        width: 50%;
    }
    .sec_list-photo-point .sec_dl{
        width: 60%;
    }
    .sec_list-photo-point li > div p{
        width: 100%;
    }
    .sec_list-jagged{
        padding-top: 60px;
    }
    .sec_list-jagged li {
        width: 100%;
    }
    .sec_list-jagged li + li{
        margin-top: 30px;
    }
    .sec_list-jagged dl {
        width: calc(100% - 100px);
        margin-left: 100px;
    }
    .sec_list-jagged li:nth-child(2n) {
        padding-top: 0px;
        background-position: 0 0px;
    }
    .sec_head-float{
        position: relative;
        flex-direction: column-reverse;
    }
    .bg_sec-left .sec_head-float {
        flex-direction: column-reverse;
        z-index: 1;
        flex-flow: column-reverse wrap;
    }
    .head_txt-box{
        width: calc(100% - 50px);
        max-width: none;
        padding-top: 100px;
        margin-top: -50px;
        margin-left: 30px;
    }
    .sec_dl.w470,
    .sec_dl.w-full{
        width: 100% !important;
        max-width: none;
    }
    .sec_head-float + .sec_detail {
        margin-top: 0;
    }
    .sec05 .sec_detail{
        min-height: 0;
    }

}
@media screen and (max-width: 699px){
    section{
        width: 100%;
    }
    .sec_ttl{
        padding: 4rem 2rem 6rem 4rem;
        flex-flow: wrap column;
    }
    .sec_ttl.inner{
        width: auto;
    }
    .bg_sec-left .sec_ttl{
        padding: 4rem 2rem 6rem;
    }
    .sec_ttl h2{
        font-size: 5.12vw;
    }
    .sec_ttl h2:before{
        width: 50px;
        height: 50px;
        top: -15px;
        left: -25px;
    }
    .sec_ttl p{
        font-size: 3.58vw;
        padding-top: 30px;
        text-align: right;
    }
    .bg_sec-left .sec_ttl p{
        text-align-last: left;
    }
    .head_photo{
        display: none;
    }
    .sec_head{
        margin-top: 0;
    }
    .sec_head p{
        font-size: 4.61vw;
    }
    .sec_detail:before{
        height: 130px;
        top: -129px;
    }
    .sec_list-point{

    }
    .sec_list-point li{
        width: 100%;
        font-size: 4.1vw;
    }
    .sec_list-point li + li{
        margin-top: 40px;
    }
    .sec_detail{
        padding-bottom: 100px;
    }
    .sec_list-jagged{
        margin-top: 100px;
    }
    .sec_list-jagged li,
    .sec_list-jagged dl{
        width: 100%;
    }
    .sec_list_dt{
        font-size: 6.15vw;
        width: 73%;
        margin-left: auto;
    }
    .sec_list-jagged li:nth-child(2n){
        padding-top: 0;
        background-position: left 10px;
    }
    .sec_list-jagged li{
        background-position: left 10px;
    }
    .sec_list-jagged li + li{
        margin-top: 60px;
    }
    .sec_list_txt{
        font-size: 4.1vw;
    }
    .txt-notes{
        font-size: 3.07vw;
    }
    .sec_shape{
        padding: 0;
        margin: 0;
    }
    .sec_shape-sp{
        margin-top: 100px;
    }
    .sec_list-photo li{
        flex-flow: wrap;
    }
    .sec_list-photo dt{
        width: 100%;
    }
    .sec_photo{
        padding-top: 0;
        margin-top: 20px;
    }
    .sec_photo:after {
        top: 10px;
    }
    .sec_list-photo li + li {
        margin-top: 50px;
    }
    .sec_list-bullets{
        font-size: 4.1vw;
        margin-left: 50px;
        margin-right: 20px;
    }
    .head_txt-box{
        padding: 20px 0;
        margin-top: 20px;
        font-size: 4.1vw;
        width: 100%;
    }
    .sec_list-bullets li + li{
        margin-top: 15px;
    }
    .sec_list-bullets li span{
        font-size: 2.56vw;
    }
    .sec_list-bullets li:before{
        width: 30px;
        height: 30px;
    }
    .box_slanting{
        font-size: 9.23vw !important;
    }
    .box_slanting span{
        font-size: 3.07vw;
    }
    .sec04 .sec_list_dt{
        width: 100%;
    }
    .sec_separation .btn{
        width: 350px;
    }
    .sec04 .sec_detail ul li{
        font-size: 3.01vw;
    }
    .sec_list-bullets-check li:before{
        width: 7px;
        height: 15px;
        top: 2px;
    }
    .sec_list-bullets-app{
        font-size: 3.01vw;
    }
    .sec_list-bullets-app li {
        padding-left: 15px;
    }
    .sec05 .sec_detail{
        margin-top: 400px;
    }
    .sec06 .head_txt{
        width: 100%;
    }
    .acd_ttl{
        font-size: 4.61vw;
    }
    .acd_txt{
        font-size: 4.01vw;
    }
    .acd_btn{
        right: -25px;
    }
    .bg_sec{
        background-color: transparent;
        background-size: 200% auto;
        background-repeat: repeat-y;
        background-attachment: unset;
        background-position: center 20px;
    }
    .bg_sec.sec02{
        
    }
    .bg_sec.sec03{
        
    }
    .bg_sec.sec04{
        background-size: 300% auto;
        background-position: center 60px;
    }
    .bg_sec.sec05{
        background-image: url(/wan55camp/assets/img/bg_img_sec05.png);
    }
    .bg_sec.sec06{
        background-image: url(/wan55camp/assets/img/bg_img_sec06.png);
    }
    .sec_list-photo-point li > div{
        height: 340px;
    }
    .sec_list-photo-point .sec_list_txt li{
        font-size: 5.12vw;
        padding-left: 2em;
    }
    .sec_list-photo-point .sec_list_txt li:before{
        left: 0;
    }
}
/*=========================================================
  footer
=========================================================*/
footer{
    min-height: 440px;
    background: #eee;
    padding-top: 245px;
    position: relative;
    z-index: 1;
}
footer .inner{
    padding: 50px 0;
    font-size: 1.4rem;
}

footer .inner ul{
    display: flex;
    font-weight: bold;
}
footer .inner a[target="_blank"]:after{
    content: url(/wan55camp/assets/img/ico_tab.svg);
    width: 16px;
    height: 17px;
    margin-left: 10px;
    transition: all .3s;
}
footer .inner a[target="_blank"]:hover:after{
    content: url(/wan55camp/assets/img/ico_tab_on.svg);
}
footer .inner .foot_logo a[target="_blank"]:after{
    display: none;
}
.foot_nav li + li{
    margin-left: 40px;
}
.foot_contact{
    margin-top: 50px;
}
.foot_contact li + li,
.foot_logo li + li{
    margin-left: 50px;
}
.foot_copy{
    text-align: right;
    line-height: 1;
}
.foot_logo.logo{
    margin-top: 30px;
}
.foot_logo li{
    display: flex;
    align-items: end;
}
.foot_logo-www img{
    width: 185px;
}


@media screen and (max-width: 699px){
    footer{
        top: -1px;
        padding-top: 100px;
    }
    footer .inner ul{
        flex-flow: wrap;
        justify-content: center;
    }
    footer .inner .foot_nav{
        flex-flow: wrap;
        padding: 0 20px;
    }
    .foot_nav li{
        width: 100%;
    }
    .foot_nav li + li{
        margin-left: 0;
        margin-top: 20px;
    }
    footer .inner .foot_contact{
        justify-content: center;
        flex-flow: wrap;
    }
    .foot_contact li + li{
        margin-left: 0;
        margin-top: 30px;
    }
    footer .btn{
        width: 250px;
    }
    .btn-txt li:before,
    .btn-txt li:after{
        display: none;
    }
    .foot_logo-www img,
    .foot_logo li:nth-child(2) img{
        width: 100%;
        max-width: 185px;
    }
    .foot_logo-www,
    .foot_logo li:nth-child(2){
        width: 35%;
    }
    .foot_logo li + li{
        margin-left: 25px;
    }
    .foot_logo li:nth-child(3) img{
        width: 100%;
        max-width: 40px;
    }
    .foot_logo li:nth-child(3){
        width: 8%;
    }
    .foot_copy{
        text-align: center;
        margin-top: 20px;
    }
}
/*=========================================================
  form
=========================================================*/
section .inner .formWrap{
    background: transparent;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 2;
    padding-top: 50px;
    padding-bottom: 0;
}
section .inner .formWrap section form dl dt{
    background: #006830;
}
section .inner .formWrap section form dl dd dl > dt{
    background: transparent;
    padding: 10px 0 15px 15px;
    color: #006830;
}
section .inner .formWrap section form p,
section .inner .formWrap section form span{
    /*border: solid 6px #006830;
    padding: 5px 10px;*/
    color: #575F6B;
}
section .inner .formWrap section form dt span{
    color: #eee;
}
section .inner .formWrap input[type="text"]{
    border-color: #006830;
}
section .inner .formWrap .privacy-field > p:last-child, .formWrap .privacy-field div{
    border-color: #006830;
    color: #5C5C5C;
}
section .inner .formWrap .privacy-field .heading-2{
    color: #006830;
}
section .inner .formWrap input[type="checkbox"] + label:last-child{
    color: #5C5C5C;
    margin-top: 20px;
}
section .inner .formWrap input[type="checkbox"] + label:before{
    border: 1px solid #006830;
}
section .inner .formWrap input[type="checkbox"]:checked + label:before{
    border: solid 2px #006830;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

section .inner .formWrap .btn button{
    border: none;
    background: #575F6B;
    padding: 20px 0;
    color: #eeeeee;
    width: 300px;
    z-index: 1;
}
section .inner .formWrap .btn button:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: #006830;
    width: 100%;
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
    z-index: -1;
}
section .inner .formWrap .btn button:hover:before{
    transform-origin: left top;
    transform: scale(1, 1);
    
}
section .inner .formWrap .btn button:after{
    display: none;
}
section .inner .btn.submit:before{
    display: none;
}
section .inner .formWrap p.btn{
    /*width: auto;*/
    background: transparent;
}
section .inner .formWrap .formrun-system-show{
    color: #BA3D72;
}
section .inner .formWrap a.btn{
    width: 300px;
    color: #eee;
    font-size: 1.8rem;
    margin-right: 50px;
}
section .inner .submit_cap{
    margin-top: 20px;
}
section .inner .formWrap .form-required:after{
    background: #BA3D72;
}
section .inner .formWrap .unregistered_txt{
    display: none;
}
label.form-check-label.radio-label {
    color: #5C5C5C;
}
section .inner .formWrap .radio input[type=radio]:checked + .radio-label:before{
    background-color: #006830;
}
section .inner .formWrap .radio input[type=radio]:focus + .radio-label:before{
    border-color: #006830;
}
.form-check-input:disabled~.form-check-label {
    color: #6c757d;
}
input[disabled] + label {
    opacity: .5;
}
.txt_s{
    font-size: .7em;
}
section .inner .formWrap select,
section .inner .formWrap textarea{
    border-color: #006830;
}
/*=========================================================
  js
=========================================================*/

.block-revealer__element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  pointer-events: none;
  opacity: 0;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
..slick-list.draggable{
    max-height: 120px;
    overflow: hidden;
}
button.slick-next.slick-arrow,
button.slick-prev.slick-arrow{
    background: transparent;
    position: absolute;
    top: 40%;
}

button.slick-next.slick-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #575F6B;
    font-size: 0;
    margin: auto;
    right: -40px;
}
button.slick-prev.slick-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #575F6B transparent transparent;
    font-size: 0;
    margin: auto;
    margin-right: 40px;
    left: -40px;
}
@media screen and (max-width: 699px){
    button.slick-next.slick-arrow {
        right: -20px;
    }
    button.slick-prev.slick-arrow {
        left: -20px;
    }
}

/*=========================================================
  page
=========================================================*/
.page_1col-nohead{
    height: auto;
}
.page_1col-nohead .bg_sec{
    min-height: 0;
    background-color: #fff;
    margin-top: 93px;
    z-index: 1;
}
.page_1col-nohead .bg_sec:after{
    display: none;
}
.page_1col-nohead .sec_detail:before{
    display: none;
}
.page_1col-nohead .sec_ttl{
    padding-bottom: 45px;
    color: #006830;
    justify-content: center;
}
.page_1col-nohead .sec_ttl > :first-child{
    font-size: 4rem;
    font-weight: 800;
    position: relative;
}
.page_1col-nohead .sec_ttl > :first-child:before {
    content: "";
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: transparent;
    border: 5px solid #D0D025;
    position: absolute;
    top: -30px;
    left: -70px;
    z-index: -1;
}
.sec_wysiwyg{
    color: #575F6B;
    font-size: 1.6rem;
    padding-top: 60px;
    letter-spacing: 0.05em;
    line-height: 1.8;
}
section .inner .sec_wysiwyg .formWrap{
    margin-top: 0 !important;
    color: #eee;
}
.sec_wysiwyg dt{
    font-size: 2.4rem;
    font-weight: bold;
    color: #006830;
}
.sec_wysiwyg dd + dt{
    margin-top: 40px;
}
.sec_wysiwyg dd > span{
    font-size: 1.4rem;
}
.sec_wysiwyg dd > strong{
    font-weight: bold;
}
.page_form{
    padding-top: 50px;
}
.sec_campaign{
    position: relative;
}
.sec_campaign ul {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.sec_campaign li {
    background: url(/wan55camp/assets/img/bg_gradation.png) 0 0px / 100% 200%;
    width: 49%;
    color: #eee;
    position: relative;
    margin: 0px;
    z-index: 1;
    padding: 30px 25px 25px;
}
.sec_campaign li:after {
    content: "";
    left: 0px;
    right: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    background: url(/wan55camp/assets/img/bg_gradation.png) 0 0 / cover;
    z-index: -1;
    margin: 5px;
    border: rgba(238 238 238 / 1) solid 4px;
}
.sec_campaign li h3{
    font-size: 2.2rem;
    font-weight: 900;
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.6));
    text-align: center;
    -webkit-text-stroke: 1px #eee;
    line-height: 1.5;
    position: relative;
}
.sec_campaign li:first-of-type h3:before{
    content: "ワンゴジュウゴキャンプ";
    position: absolute;
    top: 0;
    left: 0;
}
.sec_campaign li:last-of-type h3 {
    font-size: 3.5rem;
}
.sec_campaign li h3 + p{
    font-weight: bold;
    font-size: 1.6rem;
}
.sec_campaign li h3 + p span{
    font-weight: normal;
}
.sec_campaign li h3 span{
    font-size: 6.5rem;
    margin-left: 10px;
    color: #D0D025;
    -webkit-text-stroke: 2px #D0D025;
}
.sec_campaign li h3 span span {
    font-size: 5rem;
    margin: 0 5px;
}
.price_box {
    color: #E0D97E;
    font-weight: bold;
    -webkit-text-stroke: 1px #E0D97E;
    font-size: 3rem;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    align-items: center;
}
.price_box span {
    font-size: 1.6rem;
}
.price_box div {
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    width: 10px;
    height: 15px;
    background: #E0D97E;
    margin-right: 5px;
}
.price_box p{
    position: relative;
}
.price_box p:first-of-type:after {
    content: "";
    height: 3px;
    left: 0;
    right: 65px;
    background: rgba(255 0 0 / .6);
    position: absolute;
    top: 52%;
    transform: rotate(-8deg);
}
.sec_campaign li:first-of-type h3:before {
    content: "ワンゴジュウゴキャンプ";
    position: absolute;
    top: 35px;
    left: 8px;
    font-size: 1.2rem;
    font-weight: normal;
}
.sec_campaign .box_no {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 65px;
    background: #eee;
    color: #2A2D44;
    text-align: center;
    font-weight: bold;
    -webkit-text-stroke: 2px #2A2D44;
    font-size: 4rem;
    top: -26px;
    height: 65px;
    border-radius: 50%;
    border: solid 4px #2A2D44;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.sec_campaign li:before {
    content: "";
    position: absolute;
    width: 73px;
    height: 73px;
    background: rgba(238 238 238 / 1);
    z-index: -2;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
}
.txt_period {
    background: #e2470a;
    text-align: center;
    color: #eee;
    font-weight: bold;
    -webkit-text-stroke: 1px #eee;
    font-size: 2rem;
}
.txt_period span {
    color: #D0D025;
    -webkit-text-stroke: 1px #D0D025;
}
.sec_campaign h2 {
    font-size: 8rem;
    font-weight: bold;
    text-align: center;
    color: #2A2D44;
    -webkit-text-stroke: 2px #2A2D44;
}
.sec_campaign h2 span {
    font-size: 4.5rem;
    margin: 0 5px;
    color: #e2470a;
    -webkit-text-stroke: 2px #e2470a;
}
.sec_campaign h2 strong{
    color: #e2470a;
    -webkit-text-stroke: 2px #e2470a;
    font-weight: bold;
}
.ttl_shoulder {
    position: absolute;
    top: 20px;
    left: 263px;
    color: #2A2D44;
    -webkit-text-stroke: 1px #2A2D44;
    font-size: 2.2rem;
    font-weight: bold;
    z-index: 1;
    font-style: italic;
}
.ttl_shoulder:after {
    content: "";
    left: -5px;
    right: -5px;
    position: absolute;
    height: 15px;
    background: #D0D025;
    bottom: 0;
    z-index: -1;
}
.page_form_txt{
    padding: 20px;
    font-size: 1.6rem;
    color: #575F6B;
    font-weight: bold;
}
div + .page_form_txt{
    margin-top: 15px;
}
.page_form_txt_ttl{
    text-align: center;
    color: #006830;
    font-size: 4rem;
    font-weight: bold;
    -webkit-text-stroke: 1px #006830;
    line-height: 2;
}
.page_form_txt ul{
    margin-top: 40px;
    line-height: 2;
}
.page_form .formWrap{
    margin-top: 0 !important;
}
.list_flow{
    background: #006830;
    color: #eee;
    padding: 20px 0 40px;
    margin-top: 50px;
}
.list_flow h2 {
    text-align: center;
    font-weight: bold;
    font-size: 3rem;
}
.list_flow ul {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.list_flow li {
    width: 220px;
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
    display: flex;
    flex-direction: column;
    padding: 40px 20px 20px;
    border: 1px solid #eee;
    position: relative;
}
.list_flow h3 {
    font-weight: bold;
    font-size: 1.4rem;
    text-align: center;
    margin-top: 20px;
}
.ico_flow {
    order: -1;
}
.ico_flow img {
    height: 60px;
}
.list_flow li:before {
    content: "1";
    position: absolute;
    left: 0;
    right: 0;
    width: 50px;
    top: -20px;
    background: #eee;
    height: 50px;
    margin: auto;
    border-radius: 50%;
    color: #006830;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.6rem;
    font-weight: bold;
    -webkit-text-stroke: 2px #006830;
}
.list_flow li.flow02:before{
    content: "2";
}
.list_flow li.flow03:before{
    content: "3";
}
.list_flow li.flow04:before{
    content: "4";
}
.page_404 .sec_detail .inner,
.page_thanks.inner{
    padding-top: 100px;
    text-align: center;
    color: #575F6B;
    font-size: 2rem;
    line-height: 2;
    letter-spacing: .05em;
    font-weight: bold;
}
.page_404 .sec_detail .btn,
.page_thanks .btn{
    margin: auto;
    margin-top: 50px;
}
.page_404 .sec_detail{
    padding-bottom: 0;
    min-height: unset;
}

@media screen and (max-width: 999px){
    .sec_campaign ul{
        flex-flow: wrap;
    }
    .sec_campaign li{
        width: 100%;
        padding-top: 60px;
        padding-bottom: 30px;
    }
    .sec_campaign li h3 span{
        margin-left: 0;
        display: block;
    }
    .sec_campaign li:first-of-type h3:before {
        top: -15px;
        left: 0;
        right: 0;
    }
    .sec_campaign li h3 + p{
        font-size: 1.6rem;
    }
    .sec_campaign li .txt-notes{
        font-size: 1rem;
    }
    .sec_campaign li:last-of-type h3 span {
        font-size: 5.5rem;
    }
    .sec_campaign li:last-of-type h3 span span{
        display: inline;
    }
    .price_box{
        flex-flow: wrap;
    }
    .price_box p{
        text-align: center;
        width: 100%;
    }
    .price_box div{
        margin: 20px auto; 
        clip-path: polygon(100% 0, 0 0, 50% 100%);
    }
    .price_box p:first-of-type:after{
        left: 0;
        right: 0;
        margin: auto;
        width: 60%;
    }
    .sec_campaign li + li{
        margin-top: 15px;
    }
    .txt_period{
        padding: 10px 0;
    }
    .sec_campaign ul{
        margin-top: 20px;
    }
    .sec_campaign h2{
        font-size: 3rem;
        -webkit-text-stroke: 1px #2A2D44;
        padding: 40px 0 20px;
    }
    .sec_campaign h2 span{
        font-size: 2.5rem;
    }
    .ttl_shoulder{
        top: 20px;
        left: 0;
        right: 0;
        width: 50%;
        text-align: center;
        font-size: 1.6rem;
    }
    .ttl_shoulder:after{
        bottom: 0;
    }
    .page_form_txt{
        padding: 0;
    }   
    
    .list_flow ul{
        flex-flow: wrap;
    }
    .list_flow li{
        width: 100%;
    }
    .list_flow li + li{
        border-top: none;
    }
}
@media screen and (max-width: 999px) and (min-width: 700px){
    .sec_campaign li h3 + p{
        text-align: center;
    }
    .sec_campaign h2{
        font-size: 6rem;
    }
    .page_form_txt_ttl {
        font-size: 4rem;
    }
    .list_flow h2 {
        font-size: 3rem;
    }
    .list_flow h3 {
        font-size: 2.4rem;
    }
    .ico_flow + p{
        font-size: 2rem;
        text-align: center;
    }
}
@media screen and (max-width: 699px){
    .sec_campaign li h3 + p{
        text-align: left;
    }
    .sec_campaign h2{
        font-size: 3rem;
    }
    .page_form_txt_ttl{
        font-size: 7.69vw;
    }
    .list_flow h2{
        font-size: 7.69vw;
    }
    .list_flow h3{
        font-size: 4.61vw;
    }
    .ico_flow + p{
        font-size: 4.01vw;
        text-align: left;
    }
}
/*=========================================================
  top_loading
=========================================================*/

.top_loading{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background: #fff;
}
.top_loading svg{
    width: 405px;
    animation: top_loading 2s ;
    transform: scale(0);
}
@media screen and (max-width: 699px){
    .top_loading svg{
        width: 80%;
    }
}
@keyframes top_loading {
    0%{
        transform:scale(6);
        opacity:0;
    }
    20%{    
        transform:scale(2, 0.5);    
        opacity:1;
    }
    40%{
        transform:scale(0.5, 2);    
    }
    60%{
        transform:rotate(0deg)scale(1); 
        opacity: 1;
    }
    80%{
        transform:rotate(0deg)scale(1); 
        opacity: 1;
    }

    100%{
        transform: rotate(360deg)scale(0);  
        opacity: 0;     
    }

}

/*=========================================================
  interview
=========================================================*/
.sec_interview{
    margin-top: 150px;
}
.sec_interview > dt{
    font-size: 3.2rem;
}
.sec_interview .sec_list-photo a{
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: flex-start;
    text-decoration: none;
    transition: ease background .3s;
}
.sec_interview .sec_list-photo .sec_photo{
    overflow: hidden;
    padding-top: 0;
}
.sec_interview .sec_list-photo img{
    transition: .3s ease transform;
}
.sec_interview .sec_list-photo a:hover img{
    transform: scale(1.1);
}
.sec_interview .sec_list-photo a:hover {
    background: rgba(0 0 0 /.1);
}
.sec_interview .sec_list-photo li{
    display: block;
}
.sec_interview .sec_list-photo li:nth-child(2n) a{
    flex-direction: row-reverse;
}
@media screen and (max-width: 699px){
    .sec_interview > dt{
        width: 100%;
    }
    .sec_interview .sec_list-photo a,
    .sec_interview .sec_list-photo li:nth-child(2n) a{
        flex-direction: column;
    }
}
dd .sec_list_dt-large{
    padding-bottom: 00px;
    border-bottom: none;
}
.sec_interview .sec_list_txt li{
    text-indent: 0;
    padding-left: 0;
}
.page_interview .sec_head{
    margin-top: 150px;
}
.page_interview .bg_sec{
    background-size: auto;
    background-position: right;
}
.page_interview .head_txt{
    max-width: 615px;
    position: absolute;
    z-index: 2;
    display: flex;
    height: 100%;
    align-items: center;
    padding-left: 50px;
    color: #333;
    flex-wrap: wrap-reverse;
    align-content: center;   
}
.page_interview .head_txt p{
    font-size: 3.2rem;
    line-height: 1.8;
}
.page_interview .head_photo{
    max-width: none;
}
.page_interview .head_txt h1 {
    display: block;
    color: #fff;
    font-size: 4rem;
    margin-top: 50px;
    background: #006830;
    padding: 15px 5px 15px 25px;
    position: relative;
    left: -100px;
    font-weight: bold;
    line-height: 1.4;
}
.page_interview .head_txt h1 span {
    display: block;
    font-size: 2rem;
}
.page_interview .sec_list-photo{
    margin-top: 200px;
    /* display: flex;
    flex-direction: column; */
}
.page_interview .sec_photo{
    float: left;
    padding-top: 0;
    margin: 0 40px 20px 0;
}
.page_interview .direction_reverse .sec_photo{
    float: right;
    margin: 0 0 20px 40px;
}
.page_interview .sec_dl{
    width: 100%;
    max-width: none;
}
.page_interview .sec_list-photo li{
    /* flex-direction: row-reverse; */
    display: block;
}
.page_interview .sec_list-photo li.direction_reverse{
    /* flex-direction: row; */
}
.page_interview .sec_list_txt{
    margin-top: 0;
}
.page_interview .sec_list_txt h2{
    font-size: 2.8rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    padding-bottom: 20px;
    border-bottom: 5px dotted #575F6B;
    color: #006830;
    font-weight: bold;
}
.page_interview .sec_list_txt h2 strong{
    font-weight: bold;
}
@media screen and (max-width: 699px){
    .page_interview .sec_head{
        margin-top: 60px;
        flex-direction: column-reverse;
        position: relative;
        width: 100%;
    }
    .page_interview .head_txt{
        position: static;
        padding-left: 0;
        background: rgba(255 255 255/.9);
    }
    .page_interview .head_txt h1{
        font-size: 2rem;
        padding: 15px 5px 15px 20px;
        position: absolute;
        top: -200px;
        left: 0;
        width: 60%;
        margin-top: 0;
    }
    .page_interview .head_txt h1 span {
        font-size: 1.4rem;
    }
    .page_interview .head_txt p{
        font-size: 2rem;
        line-height: 1.8;
        padding: 0.5em 1em;
    }
    .page_interview .head_photo{
        display: block;
    }
    .page_interview .sec_dl{
        margin-top: 30px;
    }
    .page_interview .sec_list_txt h2{
        margin-bottom: 20px;
        font-size: 6.15vw;
    }
    .page_interview .sec_photo,
    .page_interview .direction_reverse .sec_photo{
        float: none;
        margin: 0;
    }
    .page_interview .sec_list-photo{
        margin-top: 0;
    }
    .page_interview .sec_list-photo li,
    .page_interview .sec_list-photo li.direction_reverse{
        /* flex-direction: column-reverse; */
        display: flex;
    }
    .page_interview .sec_list-photo li{
        padding-top: 50px;
    }
    .page_interview .sec_list-photo li + li{
        padding-top: 0;
        margin-top: 50px;
    }
}

/* 2022/12/26 interview add */

.sec_dl.wide {
    max-width: none;
    width: 100%;
    margin-top: 0;
}
.sec_dl.wide > .sec_list_dt-large{
    font-size: 3.2rem;
    padding-bottom: 15px;
}
.mt60{
    margin-top: 60px;
}
.sec_dl.wide .sec_list_txt li{
    text-indent: 0; 
    padding-left: 0;
}
.sec_dl.wide .sec_list_txt{
    font-size: 2.2rem;
    font-weight: bold;
}
.sec_dl.wide .sec_list_txt li a{
    display: flex;
    text-decoration: none;
}
.sec_dl.wide .sec_list_txt li a:hover{
    opacity: .7;
}
.sec_list-photo .sec_dl.wide li:nth-child(2n){
    flex-direction: row;
}
@media screen and (max-width: 699px){
    .sec_dl.wide .sec_list_txt li a{
        flex-direction: column-reverse;
    }
}













