*{
    scroll-behavior: smooth;
    font-family: 'Noto Sans JP',sans-serif;
}
/* @font-face {
    font-family: "";
    src: url("/assets/font/");
  } */
img{
    width: 100%;
}
body {
    max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
    padding-bottom: 0px;
}
/* header始まり */
.header {
    width:100%;
    background-color: #f00;
    /* background-color:rgb(6 21 81 / 50%); */
    position:fixed;
    z-index:400;
    box-shadow: 0 2px 4px rgb(0 0 0 / 8%), 0 4px 12px rgb(0 0 0 / 8%);
}
.header__inner {
    position:relative;
    display:flex;
    justify-content: flex-end;
    margin:0 auto
}
.header__inner a:first-child {
    margin-right: auto;
    padding: 10px 0;
    margin-left: 28px;
}

.header__inner .logo {
    text-indent:-999px;
    background:url(/assets/img/lp/logo_beta_white_small.png) no-repeat;
    background-size:100%;
}
.header__inner .logo {
        margin:-3px auto 0;
        width:150px;
        height:58px
}
.lp_nav {
    display: flex;
    align-items: center;

}
.lp_nav ul{
    list-style-type: none;
    padding: 0 ;
    line-height: 1.15;
}
.header__nav {
    display: flex;
}
.header__nav li {
    align-self: center;
}
.header_contact{
    margin-left: 26px;
    font-size: 16px;
    letter-spacing: 0.05em;
    padding: 10px 20px;
    font-weight: 500;
    position: relative;
    color: #fff;
    font-weight: bold;
    background-color: #FFA50E;
    display: flex;
    align-items: center;
}
.header_stdt-login {
    font-size: 16px;
    letter-spacing: 0.05em;
    padding: 10px 20px;
    font-weight: 500;
    position: relative;
    color: #fff;
    font-weight: bold;
    background-color: #FF7700;
    display: flex;
    align-items: center;
}
.header_cpny-login {
    font-size: 16px;
    letter-spacing: 0.05em;
    padding: 10px 20px;
    font-weight: 500;
    position: relative;
    color: #fff;
    font-weight: bold;
    background-color: #FF3333;
    display: flex;
    align-items: center;
}
.header__nav a {
    margin-left: 16px;
    font-size: 16px;
    letter-spacing: 0.05em;
    padding: 10px 5px;
    font-weight: 500;
    position: relative;
    color: #fff;
    font-weight: bold;
}

.header__nav a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 2px;
    width: 0%;
    background-color: #fff;
    transition: width 0.3s ease-in-out;
}
.header__nav a::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 50%;
    height: 2px;
    width: 0%;
    background-color: #fff;
    transition: width 0.3s ease-in-out;
}
.header__nav a:hover::after,
.header__nav a:hover::before {
    width: 50%;
}
/* header終わり */

/* mb始まり */
#Top {
    width: 100%;
    height: 100vh;
    /* background-color: rgb(2 2 2); */
    background-image: url(/assets/img/lp/main.png);
    background-repeat: no-repeat;
    background-size: 140%;
    background-position: 50% 33%;
    position: relative;
}
#Top::before {
    content: '';
    background-color: rgba(5, 19, 79, 50%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.top_wrapper{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -40%);
}
.mb_logo{
    width: 42vw;
    text-align: center;
    margin: 0 auto;
    filter: blur(1000px);
    animation: filter cubic-bezier(.215,.61,.355,1) 2s forwards;
    animation-delay: 0.35s;
}
.top_catch{
    margin-top: 10px;
    text-align: center;
    filter: blur(500px);
    animation: filter cubic-bezier(.215,.61,.355,1) 2s forwards;
    animation-delay: 0.35s;
    text-shadow: 3px 3px 3px rgb(0 0 0 / 75%);
}
.top_catch p{
    font-size: 52px;
    font-weight: bold;
    line-height: 1.15;
    color: #fff;
    padding-bottom: unset;
}
@keyframes filter {
    to {
        filter: blur(0px);
    }
}

#Top .contact_btn{
    margin-top: 20px;
}
.contact_btn{
    text-align: center;
}
.contact_btn a{
    font-size: 24px;
    font-weight: bold;
    padding: 25px 70px ;
    border-radius: 70px;
    color: #fff;
    box-shadow: 4px 4px 4px rgb(0 0 0 / 30%);
    border-bottom: 5px solid #a86f12;
    background: #f39800;
    display: inline-block;
    transition: all 0.3s;
}
.contact_btn a:hover{

    margin-top: 3px;
    border-bottom: 2px solid #a86f12;
    background: #ffa50e;
}
/* SPOTLIGHT始まり */
#Spotlight{
    overflow: hidden;
    background-color: #fff;
    position: relative;
    background:url(/assets/img/lp/bg04.png) repeat;
    animation: bgMove 300s linear infinite normal;
}
@keyframes bgMove{
	0%{
		background-position: 0 0;
	}
	100%{
		background-position: 3200px 3200px;
	}
}
#Spotlight .wrapper{
    position: relative;
    padding-top: 50px;
}
#Spotlight .sora{
    position: absolute;
    display: block;
    width: 265px;
    height: 301px;
    background: url(/assets/img/lp/sora_chibi.png) no-repeat;
    background-size: cover;
    bottom: 0;
    left: -100px;
    z-index: 5;
    filter: drop-shadow(-8px 12px 1px black);
    transition: left ease-out 2s;
    pointer-events: none;
}
#Spotlight .sora.active{
    left: 160px;
}
#Spotlight .bubbles{
    position: absolute;
    display: block;
    width: 300px;
    height: 130px;
    background: url(/assets/img/lp/bubbles.png) no-repeat;
    bottom: 0;
    left: 350px;
    visibility: hidden;
    opacity: 0;
    z-index: 5;
    transition: all ease-out 1s;
    transition-delay: 1.5s;
    pointer-events: none;
}
#Spotlight .bubbles.active{
    visibility: visible;
    opacity: 1;
    left: 390px;
}
.curtain_top{
    display: block;
    position: absolute;
    top: 0px;
    width: 100vw;
    height: 276px;
    z-index: 11;
    background: url(/assets/img/lp/curtain_top_2.png);
    background-repeat: repeat-x;
    background-size: 20%;
    background-position-x: 50%;
    filter: drop-shadow(0px 10px 5px rgba(0 0 0 / 80%));
    pointer-events: none;
}
.curtain_top.active{
    animation: curtain ease-out 2s forwards;
}
@keyframes curtain{
    100%{
        top: -10vw;
    }
}
.shadow{
    display: block;
    position: absolute;
    top: 0 ;
    width: 100vw;
    height: 300px;
    z-index: 12;
    background:  linear-gradient(to bottom, rgba(0 0 0 / 90%) 0%, transparent 10%) ;
    pointer-events: none;
}
.shadow_back{
    display: block;
    position: absolute;
    bottom: 0 ;
    width: 100vw;
    height: 300px;
    z-index: 10;
    background:  linear-gradient(to top, rgba(0 0 0 / 90%) 0%, transparent 10%) ;
    pointer-events: none;
}
#Spotlight .inner_title{
    text-align: center;
    display: block;
    width: 700px;
    margin: -100px auto;
    padding: 200px 0;
    padding-bottom: 125px;
    background: url(/assets/img/lp/board.png) no-repeat;
    background-size: cover;
    line-height: 1.15;
}
#Spotlight .inner_title h2{
    color:#fff;
    font-size: 48px;
    text-shadow: 3px 3px 2px #000;
}
#Spotlight .inner_title span{
    color: #fff;
    font-weight: 300;
    letter-spacing: 0.12em;
    text-shadow: 2px 2px 2px #000;
}
#Spotlight::after{
    content: "";
    display: block;
    position: absolute;
    width: 430px;
    height: 1025px;
    right: -50px;
    top: 0;
    z-index: 9;
    background:url(/assets/img/lp/bg_right_2.png) no-repeat;
    background-size: cover;
    background-position: center;
    filter:drop-shadow(-5px 1px 1px rgba(0 0 0 / 60%) );
}
#Spotlight::before{
    content: "";
    display: block;
    position: absolute;
    /* width: 500px; */
    width: 430px;
    height: 1060px;
    left: -50px;
    top: 0;
    z-index: 9;
    background:url(/assets/img/lp/bg_right_2.png) no-repeat;
    transform: rotateY(180deg);
    background-size: cover;
    background-position: center;
    filter:drop-shadow(-5px 1px 1px rgba(0 0 0 / 60%) );
}
.swiper-slide.first::after{
    content: "";
    display: block;
    width: 105px;
    height: 100px;
    background: url(/assets/img/lp/1st.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: -50px;
    right: -50px;
}
.swiper-slide.second::after{
    content: "";
    display: block;
    width: 105px;
    height: 100px;
    background: url(/assets/img/lp/2nd.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: -50px;
    right: -50px;
}
.swiper-slide.third::after{
    content: "";
    display: block;
    width: 105px;
    height: 100px;
    background: url(/assets/img/lp/3rd.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: -50px;
    right: -50px;
}
.swiper-wrapper{
    position: relative;
}

.spotlight_item{
    position: relative;
}
.spotlight_item p ,.spotlight_item span{
    color: #000;
}
.spotlight_item .shadow{
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0) 50%);
    transform: rotateX(90deg) translateZ(-150px);
    z-index: -1;

}
/*  */
.swiper-container.spotlight{
    width: 476px !important;
    overflow: visible !important;
    margin: 0 auto !important;
    list-style: none;
    padding: 0;
    z-index: 1;
    position: relative;
}
  .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
#Spotlight .swiper-slide {
    width: 476px;
    margin-right: 155px;
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition: box-shadow 1.05s cubic-bezier(0.19, 1, 0.22, 1), transform 0.3s ease-out !important;
    transform: scale(0.8134);
    border-radius: 25px;
}

#Spotlight .swiper-slide-active {
    opacity: 1;
    transform: scale(1) !important;
    box-shadow: 0px 85px 20px -60px rgb(0 0 0 / 50%);
}
.swiper-slide_img {
    width: 100%;
    height: 100%;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
    display: flex;
    outline: none;
    width: 73px !important;
    height: 73px !important;
    user-select: none;
}
.swiper-button-prev {
    top: 46% !important;
    left: -95px !important;
}
.swiper-button-next {
    top: 46% !important;
    right: -95px !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
}
.swiper-button-prev:after, .swiper-button-next:after {
    content: "" !important;
    border-radius: 50%;
    outline: none;
    width: 73px !important;
    height: 73px !important;
    transition: 0.2s;
    box-shadow: 0px 0px 0px 2px rgb(0 0 0);
    user-select: none;
}
.swiper-button-prev::after {
    background: url(/assets/img/lp/arrow_prev.png);
}
.swiper-button-next::after {
    background: url(/assets/img/lp/arrow_next.png);
}
/*  */
.wrapper{
    padding: 100px;
    overflow: hidden;
}
.inner_title{
    text-align: center;
}
.inner_title h2{
    font-size: 48px;
    font-weight: bold;
    color: #333;
}
.inner_title span{
    font-size: 22px;
    line-height:1.15;
}

.spotlight_inner{
    margin-top: 75px;
}
.spotlight_item{
    height: 595px;
    padding: 40px 20px;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    transition: 0.3s ease-out;
    border-radius: 25px;
}

.spotlight_item_students{
    text-align: center;
    font-size: 36px;
}
.spotlight_item_students span{
    font-size: 20px;
}
.spotlight_item_skills {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
    justify-content: center;
}
.spotlight_item_skills span{
    background-color: #FF7700;
    font-size: 22px;
    padding: 10px 10px;
    border-radius: 25px;
    white-space: nowrap;
    margin-top: 15px;
    margin-right: 10px;
    box-shadow: 3px 3px 3px rgb(0 0 0 / 15%);
    height: 47px;
    width: 135px;
    text-align: center;
}
.spotlight_item_image{
    width: 400px;
    margin: 10px auto 0;
    padding: 10px 100px;
}
.spotlight_item_like{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
}
.spotlight_item_like p{
    font-size: 26px;
    margin-left: 30px;
}
.spotlight_item_like_image{
    width: 85px;
    height: 85px;
    background: url(/assets/img/lp/good_slide.png) no-repeat;
    background-position: -57px 0px;
}
.swiper-slide-active .spotlight_item_like_image{
    animation: good  1s steps(20) infinite;
}
@keyframes good{
    to{
        background-position: -4057px 0px;
    }
}
/* お問い合わせバナーの始まり */
.contacts{
    background-image: url(/assets/img/lp/contact_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 530px;
    display: flex;
    align-items: center;
}
.contacts>div{
    background-color: #fff;
    width: 900px;
    height: 330px;
    border-radius: 30px;
    box-shadow: 4px 4px 4px rgb(0 0 0 / 50%);
    padding: 50px 30px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    align-content: space-around;
}
.contacts p{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    color: #000;
}

.message {
    width: 50%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
}
.success {
    color: #11b311;
}
.error {
    color: rgb(211, 54, 54);
}
/* ---------------------------portfolio--------------------------- */
#Portfolio .swiper-container{
    position: relative;
}
#Portfolio {
    background-image: url(/assets/img/lp/bg02.png);
    background-repeat: repeat;
    background-position: center;
    animation: bgMove 300s linear infinite normal;
}
#Portfolio .inner_title p {
    margin-top: 20px;
    line-height: 1.4em;
}
#Portfolio .swiper-slide{
    position: relative;
    transition: transform 0.3s ease-out !important;
    transform: scale(0.8134);
}
#Portfolio .swiper-slide-active {
    opacity: 1;
    transform: scale(1) !important;
}
#Portfolio .swiper-slide-active .portfolio_item{
    box-shadow: 10px 10px 10px rgb(0 0 0 / 50%);

}
#Portfolio .swiper-button-next {
    top: 46% !important;
    right: 275px !important;
}
#Portfolio .swiper-button-prev {
    top: 46% !important;
    left: 275px !important;
}
.portfolio_item_students {
    text-align: center;
    font-size: 36px;

    display:flex;
    justify-content:center;
    align-items:center;
}
.portfolio_item {
    margin: 40px auto;
    border: 1px solid #333;
    border-radius: 40px;
    padding: 20px 0;
    transition: box-shadow 1.05s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: rgba(255 255 255 / 80%);
}
.portfolio_item p, .portfolio_item span {
    color: #000;
}
.portfolio_item_students{
    margin-top: 40px;
    /* display: flex;
    justify-content: center;

    text-align: left;
    align-items: center; */
}
.portfolio_item_students figure{
    width: 100px;
}
.portfolio_item_students p {
    margin-left: 10px;
}
.portfolio_item_students span {
    font-size: 20px;
}
.boxSlider{
    margin-top: 15px;
}

.boxImg{
    margin: 15px 40px 0;
    padding: 10px;
    background-color: #f8f8f8;
    border-radius: 50% 100%;
    display: flex;
    align-items: center;
}
.boxImg img {
    margin: 0 auto;
    width: 400px;
    object-fit: contain;
    height: 320px;
    cursor: pointer;
}
.portThumbnail {
    display: flex;
    flex-flow: wrap;
    list-style: none;
    margin: 15px 40px;
    padding: 10px 0!important;
}
.portThumbnail li {
    align-items: center;
    display: flex;
    margin: 0 auto;
    border: 1px solid #333;
    margin-left: 13px;
    list-style: none;
}
.portThumbnail.two_column li:nth-of-type(3) {
    width: 250px;
}
.portThumbnail li  img{
    width: 250px;
    object-fit: contain;
    max-height: 185px;
    cursor: pointer;
}
.popup{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease-in-out;
    z-index: 500;
}
.pop_shadow{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0 0 0 / 80%);
    z-index: 1;
    cursor: pointer;
}
.popup.show{
    visibility:visible;
    opacity: 1;

}
.popup img{
    width: 50%;
    max-width: 800px;
    margin: 0 auto;
    height: 800px;
    object-fit: contain;
    z-index: 2;
}

._icon img{
    width: auto;
}

/* ーーーーーーーーーーーーーVOICEここからーーーーーーーーーーーー */
#Feedback{
    background-image: url(/assets/img/lp/voice_background_01.png);
    background-repeat: repeat;
    background-position: center;
    animation: bgMove 300s linear infinite normal;
}
#Feedback .wrapper{
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    padding-left: 60px;
    padding-right: 60px;
}
#Feedback .inner_title p{
    margin-top: 20px;
    line-height: 1.4em;
}
.voice_flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.voice_column{
    width: calc(50% - 15px);
    margin: 40px 0;
    display: flex;
}
.voice_left figure{
    width: 152px;
    min-width: 152px;
    border-radius: 50%;
    margin: 0 auto;
}
.voice_left div{
    text-align: center;
    margin-bottom: 13px;
    font-weight: 500;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 10px;
}
.voice_left span{
    font-size: 14px;
}
.voice_right{
    margin-left: 40px;
    position: relative;
    background: #f8f8f8;
    border-radius: 10px;
    padding: 30px;
}
.voice_right::before{
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 75px;
    left: -20px;
    top: calc(50% - 28px/2);
    border-right: 20px solid #f8f8f8;
    border-bottom: 28px solid transparent;
}
.voice_right h3{
    line-height: 1.4em;
    letter-spacing: .04em;
    font-weight: 500;
    font-size: 18px;
    color: #FF7700;
    margin-bottom: 15px;
}
#lp .voice_right p{
    line-height: 1.4;
    letter-spacing: .04em;
    font-size: 16px;
    color: #333;
}
/* voice終わり */
/* --------------------------CONCEPTココから --------------------------------*/
#Concept{
    background-image: url(/assets/img/lp/bg02.png);
    background-repeat: repeat;
    background-position: center;
    animation: bgMove 300s linear infinite normal;
}
#Concept h3{
    color: #212326;

}
#Concept p{
    padding-bottom: 0;
    line-height: 2;
    color: #212326;
}
.concept_flex{
    display: flex;
    max-width: 1440px;
    margin: 70px auto 0;
    justify-content: center;
}
.concept_image{
    width: 300px;
    transform: rotateY(180deg);
}
.concept_text{
    min-width: 600px;
    color: #212326;
    line-height: 2;
    letter-spacing: 0.1em;
    margin-left: 150px;
    opacity: 0;
    font-size: 16px;
    text-shadow: 0 0 5px #fff, 0 0 7px #fff, 0 0 9px #fff;
}
.concept_text h3{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
.concept_text_dwon{
    margin-top: 20px;
}
/*--------------------- SERVICEここから ----------------------*/
#Service{
    background-color: #F5F5F5;
        /* background-image: url(/assets/img/lp/aaa_01.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover; */
}
.service_flex{
    display: flex;
    justify-content: center;
    margin-top: 150px;
    margin-bottom: 150px;
}
.service_image_wrapper{
    position: relative;
}

.service_flex:nth-of-type(2) .service_back_fig{
    left: unset;
}
.service_back_fig {
    width: 600px;
    position: absolute;
    z-index: 2;
    top: -35%;
    left: -35%;
}
.service_image{
    width: 450px;
    height: 300px;
    box-shadow: 4px 4px 4px rgb(0 0 0 / 50%);
    background-color: #fff;
    margin-right: 100px;
    border-radius: 20px;
    z-index: 3;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.service_flex:nth-of-type(2) .service_image{
    margin-right: unset;
    transform: translateX(-100px);
}
.service_text{
    margin-top: 50px;
    position: relative;
    width: 720px;
}
.service_text h3{
    font-size: 32px;
    font-weight: bold;
    color: #000;
}
#lp .service_text p{
    color: #212326;
    line-height: 1.3;
    letter-spacing: 0.1em;
    font-size: 16px;
    margin-top: 20px;
}
/* -----------------Systemここから----------------------- */
.back01{
    position: absolute;
    width: 350px;
    top: 0;
    left: 0;
    z-index: 2;
}
.service_image_wrapper{
    position: relative;
}
.system_image{
    width: 45vw;
    z-index: 5;
}
.system_flex{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 150px;
    margin-bottom: 150px;
}
.system_text{
    position: relative;
    width: 720px;
}
/*--------------------- planここから ----------------------*/
.plan_wrapper{
    display: flex;
    justify-content: center;
    margin-top: 60px;
}
.plan_inner{
    width: 16%;
    margin: 10px 1%;
    min-width: 275px;
}
.plan_inner ul{
    box-shadow: 0 10px 16px rgb(0 0 0 / 50%);
}
.plan_inner li{
    text-align: center;
    min-height: 115px;
    padding-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.plan_wrapper .plan_inner:nth-of-type(2) ul li.plan_name{
    padding: 55px 0;
    margin-top: -22px;

    background: linear-gradient(to top, #0a2b4a 0%, #ff5400 100%) !important;
}
.plan_wrapper .plan_inner:nth-of-type(2) ul{
    transform: scale(1.05);
}
.plan_inner li:nth-child(2n+1) {
    background-color: #f8f8f8;
}
.plan_wrapper .plan_inner ul li.plan_name{
    font-size: 24px;
    font-weight: bold;
    padding: 25px 0;
    color: #fff;
    background-color: #0a2b4a;
}
.plan_inner li:nth-child(2){
    font-size: 36px;
    font-weight: 900;
    line-height: 1.2;
    color: #ff5400;
}
.plan_inner li:nth-child(3){
    font-size: 20px;
    font-weight: 900;
    line-height: 1.8;
    color: #ff5400;
}
.plan_contact span{
    display: block;
    font-size: 13px;
    font-weight: bold;
    color: #0a2b4a;
    margin-bottom: 20;
}
/*--------------------- Contactここから ----------------------*/
#Contact{
    /* background-color: #455765;
    background-image: url(/assets/img/lp/map-image.png);
    background-position:center ;
    background-repeat: no-repeat; */

    background-image: url(/assets/img/lp/map-image.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.wpcf7 form .wpcf7-response-output {
    color: #fff;
}
#Contact .wrapper .inner_title h2,
#Contact .wrapper .inner_title p,
#Contact .wrapper .inner_title span{
    color: #fff;
    line-height: 1.15;
}
#Contact .inner_title p{
    margin-top: 20px;
}
.contact_wrapper{
    position: relative;
}
.companyDeta {
    width: 40%;
    min-width: 500px;
    padding: 50px;
    margin: 0 auto;
}
.companyDeta h2{
    text-align: center;
    font-size: 22px;
    line-height: 1.15;
    color: #fff;
}
.companyDeta span,.companyDeta h3{
    color: #fff;
}
.list-horizontal {
    display: flex;
    flex-flow: row wrap;
    color: #fff;
}
.list-horizontal h3{
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 0;
    font-size: 20px;
}
.list-horizontal span {
    width: calc(100% - 5em);
    font-size: 16px;
    text-align: center;
    padding-bottom: 10px;
    padding-right: 0;
    padding-top: 10px;
}
.flex{
    display: flex;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
}
#Contact form{
    width: 50%;
    margin: 0 auto;
}
#Contact .form_info{
    color:#fff;
    margin-bottom: 10px;
}
#Contact .radio_form_select {
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
}
#Contact form.stdt_form input, #Contact form.stdt_form select{
    margin-top: 10px;
    margin-bottom: 10px;
}
#Contact .radio_form_select label, #Contact form label{
    color: #fff;
}
#Contact form .form_radio, #Contact form .form_file{
    margin-bottom: 20px;
}
#Contact form .form_radio .form_required,#Contact form .form_file .form_required{
    color: #d63638;
    margin-top: 5px;
    margin-bottom: 5px;
}
#Contact form .form_file input{
    background-color: unset;
    padding: 3px 3px 3px 0px;
}
#Contact form .form_radio span,#Contact form .form_file span{
    color: #fff;
}
#Contact form .form_required{
    color: #d63638;
}
#Contact form input{
    padding: 3px 3px 3px 12px;
    width: 100%;
    line-height: 2;
    background-color: #fff;
}
#Contact form select{
    padding: 3px 3px 3px 12px;
    width: 100%;
    line-height: 2;
    background-color: #fff;
}
#Contact form textarea{
    padding: 3px 3px 3px 12px;
    width: 100%;
    line-height: 2;
    background-color: #fff;
    height: 150px;
    margin-top: 20px;
}
#Contact form textarea{
    padding: 12px 10px 3px 12px;
    resize: none;
}
#Contact form input[type="submit"]{
    width: 100px;
    padding: 10px 20px;
    border-radius: 30px;
    color: #fff;
    font-weight: 900;
    display: block;
    margin: 20px auto 0;
    background-color: #FF7700;
    text-align: center;
}
#Contact form.stdt_form img,
#Contact form.sign_form img {
    width: unset;
}
#Contact form.sign_form .form_flex{
    margin-bottom: 20px;
}
.form_flex{
    display: flex;
}
.form_flex div{
    width: calc( (100% - 20px) / 2);
}
/*--------------------- footerここから ----------------------*/
.footer__inner {
    width: calc(100% - 460px);
    max-width: 940px;
    display: flex;
    margin: 0px auto ;
    padding: 46px 0;

    color: #192247;
    align-items: center;
    box-sizing: border-box;
    overflow-wrap: break-word;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 1.8px;
    line-height: 28px;
}
.footer__inner ul{
    list-style: none;
    padding: 0;
    line-height: 28px;
}
.footer__inner li ,
.footer__inner h2 ,
.footer__inner a{
    font-size: 14px;
    line-height: 28px;
}
.footer__inner * {
    box-sizing: border-box;
}
.footer__inner .logo {
    margin-top: -70px;
    width: 340px;
}
.footer__page {
    margin-left: 50px;
}
.footer__page .list {
    display: flex;
    margin-bottom: 40px;
}
.footer__page .list__item {
    font-size: 14px;
}
.footer__page .list__item .box__title {
    font-weight: bold;
    color: #FF7700;
}
.footer__page .list__item .box__linkList .item>a {
    color: #192247;
}
.footer__page .list__item+.list__item {
    margin-left: 62px;
}


/* animation */
.mask {
    display: inline-flex;
    visibility: hidden;
    overflow: hidden;
    position: relative;
    align-items: center;
}
.mask::before {
    content: "";
    visibility: visible;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 80%;
    transform: translate3d(-120%, 0, 0);
    background: linear-gradient(120deg, #FF7700, #f01919);
}
.mask:first-child::before {
    height: 100%;
}
.mask.active::before {
    animation: maskMove 1s forwards;
}
.mask.active {
    animation: maskShow 1s forwards;
}
@keyframes maskShow {
    0% {
      visibility: hidden;
    }
    34% {
      visibility: hidden;
    }
    35% {
      visibility: visible;
    }
    100% {
      visibility: visible;
    }
  }
@keyframes maskMove {
    0% {
      -webkit-transform: translate3d(-120%, 0, 0);
              transform: translate3d(-120%, 0, 0);
    }
    100% {
      -webkit-transform: translate3d(120%, 0, 0);
              transform: translate3d(120%, 0, 0);
    }
  }

  .service_image_wrapper{
    opacity: 0;
  }
  .service_image_wrapper.active{
    animation: moveLeft 1s forwards;
  }
  .service_image_wrapper_right.active{
    animation: moveRight 1s forwards;
  }

  @keyframes moveLeft {
    0% {
      -webkit-transform: translate3d(-10%, 0, 0);
              transform: translate3d(-10%, 0, 0);
    }
    100% {
        opacity: 1;
      -webkit-transform: translate3d(0%, 0, 0);
              transform: translate3d(0%, 0, 0);
    }
  }
  .service_text{
    opacity: 0;
  }
  .service_text.active{
    animation: moveRight 1s forwards;
  }
  .service_text_left.active{
    animation: moveLeft 1s forwards;
  }

  @keyframes moveRight {
    0% {
      -webkit-transform: translate3d(10%, 0, 0);
              transform: translate3d(10%, 0, 0);
    }
    100% {
        opacity: 1;
      -webkit-transform: translate3d(0%, 0, 0);
              transform: translate3d(0%, 0, 0);
    }
  }
  .concept_text.active{
    animation: moveRight 1s forwards;
}
@media screen and (min-width:800px) {
.pc{
    display: none;
}
#Contact .form_flex div:nth-of-type(2){
    margin-left: 20px !important;
}

}
/* ------------------------------------------------------media query ----------------------------------------------------------------*/
@media screen and (max-width:800px) {
    .sp{
        display: none;
    }

    .lp_nav{
        display: none;
    }
    .header_stdt-login {
        display: none;
    }
    .header_cpny-login {
        display: none;
    }
    .mb_logo{
        width: 85vw;
    }
    #Top {
        height: 600px;
        background-image: url(/assets/img/lp/main_sp.png);
        background-size: 100%;
        background-position: 50% 50%;
    }
    #Top .contact_btn{
        margin-top: 10px;
    }
    .top_catch p {
        font-size: 26px;
    }
    .top_wrapper {
        /* transform: translateY(60vw); */
        /* left: 0;
        top: 0; */
    }
    #Spotlight .inner_title {
        text-align: center;
        display: block;
        width: unset;
        margin: unset;
        padding: 20px 0;
        background-position: 50%;
        background-size: 120%;
    }
    .curtain_top{
        background-size: 50%;
    }
    #Spotlight .inner_title h2 {
        font-size: 32px;
    }
    .wrapper{
        padding: 0 20px;
    }
    .contacts p {
        font-size: 18px;
    }
    .contact_btn a {
        font-size: 24px;
        font-weight: bold;
        padding: 25px 50px;
        border-radius: 70px;

    }
    .contacts {
        background-image: url(/assets/img/lp/contact_bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        height: 300px;
        display: flex;
        align-items: center;
    }
    #Spotlight .swiper-container {
        width: 320px !important;

    }
    #Spotlight .swiper-slide {
        width: 320px;
        margin-right: 155px;
    }
    .spotlight_item {
        height: unset;
        padding: 20px 0px;
    }
    .spotlight_item_image {
        width: 350px;
    }
    #Spotlight::before,#Spotlight::after {
        display: none;
    }
    .spotlight_item_skills span {
        font-size: 16px;
        padding: 5px;
        height: unset;
        margin-top: 10px;
        width: 135px;
        text-align: center;
    }
    .curtain_top.active{
        animation: curtainSp ease-out 2s forwards;
    }
    @keyframes curtainSp{
        100%{
            top: -20vw;
        }
    }

    .spotlight_item_students {
        text-align: center;
        font-size: 24px;
    }
    .spotlight_item_students span {
        font-size: 16px;
    }
    .spotlight_inner {
        margin-top: 20px;
        margin-bottom: 80px;
    }
    .spotlight_item_image {
        width: unset;
        margin: 10px auto 0;
        padding: 0px 85px;
    }
    .swiper-button-next {
        right: -15px !important;
    }
    .swiper-button-prev{
        left: -15px !important;
    }
    #Spotlight .sora.active {
        left: -30px;
    }
    .popup img{
        width: 100%;
        height: auto;
        max-height: 500px;
        z-index: 2;
    }
    #Spotlight .sora {
        position: absolute;
        display: block;
        width: 150px;
        height: 150px;
    }
    #Spotlight .bubbles.active {
        left: 110px;
    }
    #Spotlight .bubbles {
        width: 200px;
        height: 80px;
        background-size: cover;
        bottom: 0;
        left: 50px;
    }
    .contacts>div {
        background-color: #fff;
        width: unset;
        height: unset;
    }
    .contacts .contact_btn {
        margin-top: 30px;
    }
    .contacts>div {
        background-color: #fff;
        width: unset;
        height: unset;
        padding: 30px 20px;
        margin: 20px;
    }
    .swiper-slide.first::after {
        width: 80px;
        height: 80px;
        top: -30px;
        right: -30px;
    }
    .inner_title h2{
        font-size: 32px;
    }
    .inner_title {
      margin-top: 18px;
    }
    .concept_flex {
       display: unset;
    }
    .concept_text{
        text-shadow: unset;
    }
    .concept_text h3{
        text-align: center;
    }
      .concept_image {
        position: absolute;
        left: 50%;
        transform: rotateY(
    180deg)translate(50%,20%);
    }
    .concept_text{
        margin-left: unset;
        min-width:unset;
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 10px;
        line-height:1.15;
        letter-spacing: unset;
        background-color: rgba(255 255 255 / 70%);
        border: 1px solid #333;
    }
    .service_flex {
        display: block;
        margin: 15px 0;
    }
    .service_back_fig{
        display: none;
    }
    .service_image {
        width: 335px;
        height: 220px;
        margin: 0 auto;
    }
    .service_text {
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 0 20px;
        width: unset;
    }
    .service_text h3 {
        font-size: 20px;
    }
    #lp .service_text p {
        margin-top: 10px;
    }

    .voice_column {
        width: 100%;
        margin: 40px 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .voice_right {
        margin-left: unset;
        border-radius: 10px;
        padding: 15px;
    }
    #Feedback .wrapper{
        padding-left: 20px;
        padding-right: 20px;
    }
    .voice_right::before {
        left: 65%;
        top: -20px;
        border-bottom: 20px solid #f8f8f8;
        border-right: 28px solid transparent;
    }

    .service_flex:nth-of-type(2) .service_image {
        margin:0 auto;
        transform: translateX(0);
    }
    .system_flex {
        display: block;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .system_image {
        width: 250px;
        margin: 0 auto;
    }
    .companyDeta {
        width: unset;
        min-width: unset;
        padding: 20px;
        margin: 0 auto;
    }
    .flex {
        width: 90%;
    }
    #Contact form {
        width: 100%;
    }
    .form_flex{
        display: block;
    }
    .form_flex div {
        width: 100%;
    }
    #Contact .cpny_form input[name='your-email'] {
        margin-left: 0px;
        margin-top: 20px;
    }


      /*--------------------- footerここから ----------------------*/
  .footer__inner {
    width: unset;
    display: unset;
  }
  .footer__inner .logo {
    border-bottom: #babcc7 1px solid;
    text-align: center;
    margin-top: unset;
    width: unset;
  }
  .footer__inner .logo>img {
    width: 170px;
    padding: 16px 0 17px;
  }
  .footer__page .list__item {
    font-size: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #babcc7;
  }
  .top_wrapper {
    /* transform: translateY(40vw); */
}
  .footer__page .list__item+.list__item {
    margin-left: unset;
  }
  .footer__page .list__item .box {
    width: calc(100% - 40px);
    margin: 0 0 0 auto;
  }
  .footer__page .copy {
    text-align: center;
    font-size: 10px;
    padding: 15px 0 !important;
  }
  .footer__page .list {
    display: unset;
  }
  .footer__page {
    margin-left: unset;
  }
  /* portfolio sp */
  .portfolio_item_students {
    margin-top: 0px;
    display: block;
  }
  .portfolio_item_students p {
    font-size: 24px;
  }
  .portfolio_item_students span {
    font-size: 16px;
  }
  .boxImg {
    height: 225px;
  }
  .portThumbnail li {
    height: unset;
    border: 1px solid #333;
}

.portThumbnail li {
    width: calc((100% - 54px)/3);
    margin-left: 13px;
    list-style: none;
    max-height: 55px;
}
#Portfolio .swiper-button-prev {
    left: -2% !important;
}
#Portfolio .swiper-button-next {
    right: -2% !important;
}
.boxImg img {
    width: 233px;
    max-height: 180px;
}
.portThumbnail li img {
    max-height: 53px;
}
}

/* LPここから */
#lp{
    margin: 0;
    padding: 0;
    list-style-type: none;
    line-height: 1.5em;

    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    background-color: #fff9e1;
}
.lp_pc{
    display: block;
}
.lp_sp{
    display: none;
}
main{
    position: relative;
}
/* ヘッダー */
.lp_header{
    position: sticky;
    z-index: 1;
    top: 0;
    height:fit-content;
    width:100%;
    background-color: #ffee00;
}
.lp_header_inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.lp_header_inner_left{
    display: flex;
    align-items: center;
    font-weight: bold;
    /* min10px,max50px */
    gap: clamp(0.625rem, -0.809rem + 3.28vw, 3.125rem);
}
/* ロゴ */
h1{
    /* min 24px,max 50px */
    font-size: clamp(1.5rem, 0.568rem + 2.13vw, 3.125rem);
    padding-left: 1em;
}
/* テキスト */
.lp_header_inner_left p{
    /* min 16px,max 24px */
    font-size: clamp(1rem, 0.713rem + 0.66vw, 1.5rem);
    line-height: 1.5em;
}
/* お問い合わせボタン */
.lp_header_inner_right a{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
    /* min150px,max300px */
    width: clamp(9.375rem, 3.996rem + 12.3vw, 18.75rem);
    background-color: #202020;
    /* min16px,max32px */
    font-size: clamp(1rem, 0.426rem + 1.31vw, 2rem);
    color: #fff;
}

/* メイン */
.main_inner{
    width: 100%;
}
/* FV画像 */
.main_inner_fv{
    margin: 0;
}
.main_inner_fv img{
    width: 100%;
}
/* ナビ */
.main_inner_nav{
    /* position: sticky;
    top: 150px;
    z-index: 1; */
    /* min50px,max100px */
    height: clamp(3.125rem, 1.332rem + 4.1vw, 6.25rem);
    width: 100%;
    margin: 0 auto;
    background-color: #202020;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main_inner_nav ul{
    display: flex;
    justify-content: center;
    width: 95vw;
    max-width: 1420px;
    padding: 0;
}
.main_inner_nav ul li{
    list-style-type: none;
}
.main_inner_nav ul li a{
    height: 100%;
    width: calc(95vw / 6);
    display: flex;
    justify-content: center;
    align-items: center;
    /* min 12px,max 24px */
    font-size: clamp(0.75rem, 0.088rem + 1.18vw, 1.5rem);
    color: #ffee00;
    /* min 1px,max 5px */
    border-right: clamp(0.063rem, -0.158rem + 0.39vw, 0.313rem) solid #ffee00;
    padding: 5px 0;
}
.main_inner_nav ul li:first-of-type a{
    /* min 1px,max 5px */
    border-left: clamp(0.063rem, -0.158rem + 0.39vw, 0.313rem) solid #ffee00;
}

/* セクション */
section.main_inner,div.main_inner_contact{
    width: 100%;
    margin-top: 100px;
}
section.main_inner{
    margin-top: -150px;
    padding-top: 250px;
}
/* 見出し */
h2.main_inner_header{
    /* min24px,max60px */
    font-size: clamp(1.5rem, 0.954rem + 2.33vw, 3.75rem);
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}
h2.main_inner_header img{
    max-width: 1500px;
    margin: 0 auto;
}
/* 本文 */
p.main_inner_text{
    /* min16px.max32px */
    font-size: clamp(1rem, 0.757rem + 1.04vw, 2rem);
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.5em;
}
p.main_inner_text img{
    max-width: 1500px;
    margin: 0 auto;
}
/* こんな方におすすめ */
.main_inner_reccomend ul{
    margin: 0 auto;
    max-width: 1420px;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(190px,1fr));
    justify-content: center;
    /* min20px,max48px */
    gap: clamp(1.25rem, 0.246rem + 2.3vw, 3rem);
    padding: 0;
}
.main_inner_reccomend ul li{
    list-style-type: none;
}

.main_inner_reccomend ul li img{
    object-fit: contain;
}
/* 多様なジャンル */
.main_inner_genre ul{
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    max-width: 1500px;
    margin: 0 auto;
    gap: 20px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px,24%));
}
.main_inner_genre ul li{
    list-style-type: none;
}
.main_inner_genre ul li img{
    /* max-width: 350px; */
}
/* ビジネスマッチングサイトでできること */
.main_inner_feature ul{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(190px,1fr));
    /* min20px,max48px */
    gap: clamp(1.25rem, 0.246rem + 2.3vw, 3rem);
    width: min(90%,1500px);
    justify-content: center;
    margin: 0 auto;
}
.main_inner_feature ul li{
    list-style-type: none;
    margin: 0 auto;
    width: 100%;
}
.main_inner_feature ul li img{
    object-fit: contain;
}
/* ご利用の流れ */
.main_inner_flow ul{
    display: flex;
    flex-direction: column;
    gap:20px;
    width: min(90%,1500px);
    justify-content: center;
    margin: 0 auto;
}
.main_inner_flow ul li{
    list-style-type: none;
    width: 100%;
    position: relative; 
}
/* お問い合わせボタン */
.main_inner_contact a{
    margin: 100px auto 0;
    /* min22px,max50px */
    font-size: clamp(1.375rem, 0.95rem + 1.81vw, 3.125rem);
    width: fit-content;
    display: block;
}
.main_inner_contact img{
    max-width: 720px;
    margin: 0 auto;
}
/* お問い合わせページ */
#Contact.lp_contact{
    background: #fff9e1;
    min-height: 100svh;
}
#Contact.lp_contact .wrapper{
    padding-top: 40px;
}
.banner{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 0.3%;
    margin: 0 auto 25px;
    max-width: 1500px;
}
#Contact.lp_contact .wrapper .inner_title h2,
#Contact.lp_contact .wrapper .companyDeta h2,
#Contact.lp_contact .wrapper .companyDeta .list-horizontal .flex h3,
#Contact.lp_contact .wrapper .companyDeta .list-horizontal .flex span,
#Contact.lp_contact .wrapper form label
{
    color: #333;
}

#Contact.lp_contact .wrapper form div{
    display: flex;
        flex-direction: column;
        gap: .5em;
        margin-bottom: 2em;
}
#Contact.lp_contact .wrapper form label{
    /* min16px,max24px */
    font-size: clamp(1rem, 0.713rem + 0.66vw, 1.5rem);
    margin-bottom: .3em;
}
#Contact.lp_contact .wrapper form input,
#Contact.lp_contact .wrapper form textarea{
    border: 1px solid #999;
}
#Contact.lp_contact .wrapper form input[type="submit"]{
    border: none;
}

#Contact.lp_contact .wrapper form textarea{
    margin-top: 0;
}
/* お知らせ */
.main_inner_news ul{
    margin: 0 auto;
    width: fit-content;
    display: flex;
    flex-direction: column;
    gap: 1em;
}
.main_inner_news ul li{
    list-style-type: none;
}
.main_inner_news ul li a{
    display: flex;
    flex-direction: row;
    gap: 50px;
}
.main_inner_news ul li a:hover{
    text-decoration: underline;
}
.main_inner_news_date ,.main_inner_news_title{
    /* min16px,max24px */
    font-size: clamp(1rem, 0.713rem + 0.66vw, 1.5rem);
}
.main_inner_news_title{
    font-weight: bold;
    white-space: nowrap;
    max-width: 40em;
    overflow: hidden;
}
.main_inner_news_btn{
    width: 220px;
    display: block;
    margin: 0 auto;
}
.main_inner_news_btn img{
    width: 220px;
}

/* お知らせ一覧 */
.main_inner_news_list ul{
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    width: 65%;
    gap: 1em;
}

.main_inner_news_list ul li{
    list-style-type: none;
    padding: 26px 0;
    border-bottom: 1px solid #999;
}

.main_inner_news_list ul li a{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.main_inner_news_list ul li a:hover{
    text-decoration: none;
}

.main_inner_news_list_title {
    font-weight: bold;
    line-height: 40px;
    width: 100%;
    height: 72px;
    font-size: clamp(1rem, 0.713rem + 0.66vw, 1.5rem);
}

.main_inner_news_date {
    font-size: clamp(1rem, 0.313rem + 0.66vw, 1.5rem);
}

/* お知らせ詳細 */
.news_header{
    /* 推奨値は画面幅90%、最大値1200px */
    width: min(90%,1200px);
    margin: 0 auto;
}

.news_header > .main_inner_header {
    /* min24px,max40px */
    font-size: clamp(1.5rem, 0.1rem + 3.2vw, 2.5rem);
    line-height: 1.5em;
    text-align: left;
}

.news_detail {
    /* 推奨値は画面幅90%、最大値1200px */
    width: min(90%,1200px);
    margin: 0 auto;
    padding-top: 80px;
}

.title {
    /* 1rem=16px
        16×1.75=28px */
    font-size: 1.75rem;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 3px solid #999;
}

/* フッター */
.lp_footer{
    background-color: #202020;
    margin-top: 100px;
}
#DWE .lp_contact + footer.lp_footer{
    margin-top: 0;
}

.lp_footer_inner{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 90%;
    max-width: 1420px;
    margin: 0 auto;
    padding: 80px 0;
}
.lp_footer_inner_left h1{
    padding-left: 0;
    color: #fff;
}
.lp_footer_inner_right{
    /* min16px,max24px */
    font-size: clamp(1rem, 0.713rem + 0.66vw, 1.5rem);
}
.lp_footer_inner_right h5{
    font-weight: bold;
    color: #fff;
}
.lp_footer_inner_right ul{
    padding: 0;
}
.lp_footer_inner_right ul li{
    list-style-type: none;
    margin-top: 1em;
}
.lp_footer_inner_right ul li a{
    color: #fff;
}
.lp_footer_inner_right ul li a:hover{
    text-decoration: underline;
}

@media screen and (width < 900px){
    /* お知らせ */
    .main_inner_news ul li a{
        flex-direction: column;
        gap: 0.5em;
    }
    .main_inner_news_title{
        white-space: wrap;
        max-height: 1em;
    }
}

@media screen and (width < 700px){
    .lp_pc{
        display: none;
    }
    .lp_sp{
        display: block;
    }
    .lp_header_inner{
        flex-direction: column;
    }
    .lp_header_inner_left{
        flex-direction: column;
        gap: 20px;
        padding: 25px 0;
    }
    .lp_header_inner_right a{
        width: 100vw;
        height: fit-content;
        padding: 10px 0;
    }
    .main_inner_nav{
        height: fit-content;
        position: relative;
        z-index: 0;
        top: 0;
    }
    .main_inner_nav ul{
        flex-direction: column;
    }
    .main_inner_nav ul li a{
        width: 100%;
        border-right: none;
        border-left: none;
        border-bottom: 1px solid #ffee00;
        font-size: 14px;
    }
    .main_inner_nav ul li:first-of-type a{
        border-left: none;
    }
    .main_inner_nav ul li:last-of-type a{
        border-bottom: none;
    }

    /* セクション */
section.main_inner,div.main_inner_contact{
    width: 90%;
    margin: -170px auto;
}
/* 多様なジャンル */
.main_inner_genre ul li{
    min-width: 6em;
    width: fit-content;
}
        /* ご利用の流れ */
    .main_inner_flow ul li::after{
        left: 50%;
        transform: rotate(90deg);
        top: 105%;
    }
    /* お問い合わせボタン */
.main_inner_contact a{
    margin: 200px auto 0;
}
    .lp_footer{
        margin-top: 250px;
    }
    .lp_footer_inner{
        flex-direction: column;
        justify-content: flex-start;
        gap: 30px;
        max-width: 90%;
        padding: 40px 0;
    }
    /* お問い合わせ */
    #Contact.lp_contact .banner{
        grid-template-columns: 1fr 1fr;
        gap: 0.75%;
    }
}