.site-content{
    overflow: hidden;
}
*, *::before, *::after {
    box-sizing: border-box;
}
.inner {
    max-width: 1120px;
    width: 100%;
    margin: auto;
}

@media (max-width: 767px) {
    .inner {
        width: 100%;
        padding: 0 20px;
    }
}

.pc {
    display: block;
}

@media (max-width: 767px) {
    .pc {
        display: none;
    }
}

.sp {
    display: none;
}

@media (max-width: 767px) {
    .sp {
        display: block;
    }
}

img{
    max-width: 100%;
}

.p_lp_kv {
    margin-bottom:80px;
    padding-top: 25px;
}

@media (max-width: 767px) {
    .p_lp_kv {
        margin-bottom: 40px;
        padding-top: 25px;
    }
}

.p_lp_kv_badge{
    margin-bottom:20px;
    text-align: center;
}
@media (max-width: 767px) {
    .p_lp_kv_badge{
        margin-bottom:20px;
    }
}

.p_lp_kv_badge span{
    background: linear-gradient(90deg, #0067b8 0%, #50e6ff 100%);
    padding: 5px 20px;
    border-radius: 20px;
    display: inline-block;
    margin: auto;
    color: #FFF;
    width: 160px;
    font-weight: bold;
    font-weight: bold;
}
@media (max-width: 767px) {
    .p_lp_kv_badge span{
        padding: 5px 20px;
        border-radius: 20px;
        width: 160px;
    }
}

.p_lp_kv_badge02{
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .p_lp_kv_badge02{
        margin-bottom: 20px;
        text-align: center;
    }
}

.p_lp_kv_badge02 span{
    background: #000;
    padding: 5px 20px;
    display: inline-block;
    margin: auto;
    color: #FFF;
    width: 160px;
    font-weight: bold;
    font-weight: bold;
    text-align: center;
}
@media (max-width: 767px) {
    .p_lp_kv_badge span{
        padding: 5px 20px;
        border-radius: 20px;
        width: 160px;
    }
}

.p_lp_kv h1{
    margin-bottom: 25px;
    padding-bottom: 25px;
    font-family: "Noto Sans JP";
    font-weight: 500;
    font-size: 40px;
    letter-spacing: 0.05em;
    line-height: 1em;
    line-height: 1.5em;
    position:relative;
    color: #000;
}
@media (max-width: 767px) {
    .p_lp_kv h1{
        margin-bottom: 25px;
        padding-bottom: 25px;
        font-size: 25px;
    }
}
.p_lp_kv h1:before {
    position: absolute;
    width: 120px;
    height: 5px;
    background: linear-gradient(90deg, #0067b8 0%, #50e6ff 100%);
    content: "";
    bottom: 0;
    left: 0;
}
@media (max-width: 767px) {
    .p_lp_kv h1:before {
        width: 120px;
        height: 5px;
    }
}

.p_lp_kv_image{
    margin-bottom: 40px;
}
@media (max-width: 767px) {
    .p_lp_kv_image{
        margin-bottom: 40px;
        max-width: calc(100% + 40px);
        width: calc(100% + 40px);
        margin-left:-20px;
    }
}

.p_lp_kv_btn{
    margin-bottom: 40px;
}
@media (max-width: 767px) {
    .p_lp_kv_btn{
        margin-bottom: 20px;
    }
}
.p_lp_kv_btn a {
    position: relative;
    width: 280px;
    height: 40px;
    background: #0078d4;
    font-family: "Noto Sans JP";
    font-weight: 500;
    font-size: 16px;
    line-height: 1em;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin: auto;
}

@media (max-width: 767px) {
    .p_lp_kv_btn a {
        width: 100%;
        max-width: 300px;
        height: 40px;
        font-size: 16px;
    }
}

.p_lp_kv_btn a:before {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    background-image: url(../img/link_arrow.svg);
    width: 6px;
    height: 11px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    content: "";
}

@media (max-width: 767px) {
    .p_lp_kv_btn a:before {
        right: 15px;
        width: 6px;
        height: 11px;
    }
}

.p_lp_kv_logo{
    display: flex;
    justify-content: center;
    align-items:center;
    flex-wrap: wrap;
    gap: 20px 60px;
    padding: 0;
    margin: 0;
}
@media (max-width: 767px) {
    .p_lp_kv_logo{
        flex-direction: column;
        gap: 20px;
    }
}
.p_lp_kv_logo li{
    list-style: none;
}
@media (max-width: 767px) {
    .p_lp_kv_logo li{
        width: 100%;
        text-align: center;
    }
}
.p_lp_kv_logo li:nth-child(1) img{
    height: 52px;
}
@media (max-width: 767px) {
    .p_lp_kv_logo li:nth-child(1) img{
        height: 52px;
    }
}
.p_lp_kv_logo li:nth-child(2) img{
    height: 38px;
}
@media (max-width: 767px) {
    .p_lp_kv_logo li:nth-child(2) img{
        height: 38px;
    }
}


.p_lp_section01 {
    margin-bottom: 80px;
}

@media (max-width: 767px) {
    .p_lp_section01 {
        margin-bottom: 80px;
    }
}

.p_lp_section_titlearea {}

.p_lp_section01 .p_lp_section_titlearea {
    margin-bottom: 130px;
}

@media (max-width: 767px) {
    .p_lp_section01 .p_lp_section_titlearea {
        margin-bottom: 50px;
    }
}

.p_lp_section02 .p_lp_section_titlearea {
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .p_lp_section02 .p_lp_section_titlearea {
        margin-bottom: 40px;
    }
}

.p_lp_section_titlearea h2 {
    font-family: "Noto Sans JP";
    font-weight: 500;
    font-size: 40px;
    letter-spacing: 0.05em;
    line-height: 1em;
    text-align: center;
    color: #000;
}

@media (max-width: 767px) {
    .p_lp_section_titlearea h2 {
        font-size: 25px;
        line-height: 2em;
    }
}

.p_lp_section_titlearea h2 span {
    position: relative;
    display: inline-block;
    padding-bottom: 25px;
}

@media (max-width: 767px) {
    .p_lp_section_titlearea h2 span {
        padding-bottom: 15px;
    }
}

.p_lp_section_titlearea h2 span:before {
    position: absolute;
    width: 45px;
    height: 5px;
    background: linear-gradient(90deg, #0067b8 0%, #50e6ff 100%);
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 767px) {
    .p_lp_section_titlearea h2 span:before {
        width: 45px;
        height: 5px;
    }
}

.p_lp_section01_contentarea {}

.p_lp_section01_content {
    margin-bottom: 165px;
    position: relative;
}

@media (max-width: 767px) {
    .p_lp_section01_content {
        margin-bottom: 60px;
        padding: 0 18px;
    }
}

.p_lp_section01_content:last-child {
    margin-bottom: 0px;
}

.p_lp_section01_block {}

.p_lp_section01_block_title {
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .p_lp_section01_block_title {
        margin-bottom: 125px;
    }
}

.p_lp_section01_content:nth-child(2n) .p_lp_section01_block_title {
    width: 50%;
    margin: auto;
    margin-bottom: 10px;
    margin-right: 0;
}

@media (max-width: 767px) {
    .p_lp_section01_content:nth-child(2n) .p_lp_section01_block_title {
        width: 100%;
        margin: auto;
        margin-bottom: 125px;
    }
}

.p_lp_section01_block_title h3 {
    font-family: "Noto Sans JP";
    font-weight: 500;
    font-size: 60px;
    letter-spacing: 0.05em;
    line-height: 1em;
    text-align: left;
    color: #000;
    display: flex;
    align-items: center;
    gap: 15px;
}

@media (max-width: 767px) {
    .p_lp_section01_block_title h3 {
        font-size: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
    }
}

.p_lp_section01_block_title h3 span {
    font-family: "Noto Sans JP";
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1em;
    text-align: left;
    color: #0169b6;
}

@media (max-width: 767px) {
    .p_lp_section01_block_title h3 span {
        font-size: 16px;
    }
}

.p_lp_section01_block_textarea {
    width: 100%;
    /* height: 243px; */
    border-radius: 8px;
    background: linear-gradient(#f2f2f2 0%, #e2e2e2 100%);
    padding: 40px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .p_lp_section01_block_textarea {
        border-radius: 8px;
        padding: 40px 20px;
        padding-top: 215px;
        margin-bottom: 20px;
        position: relative;
    }
}

.p_lp_section01_block_textarea ul {
    width: 50%;
    padding: 0;
}
@media (max-width: 767px) {
    .p_lp_section01_block_textarea ul {
        width: 100%;
        padding: 0;
    }
}

.p_lp_section01_content:nth-child(2n) .p_lp_section01_block_textarea ul {
    margin: auto;
    margin-right: 0;
}

@media (max-width: 767px) {
    .p_lp_section01_content:nth-child(2n) .p_lp_section01_block_textarea ul {
        margin: auto;
    }
}

.p_lp_section01_block_textarea ul li {
    position: relative;
    padding-left: 1em;
    font-family: "Noto Sans JP";
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2em;
    text-align: left;
    color: #000;
    list-style: none;
}

@media (max-width: 767px) {
    .p_lp_section01_block_textarea ul li {
        font-size: 14px;
    }
}

.p_lp_section01_block_textarea ul li:before {
    position: absolute;
    content: "・";
    top: 0;
    left: 0;
}

.p_lp_section01_block_link {
    position: relative;
    z-index: 6;
}

@media (max-width: 767px) {
    .p_lp_section01_block_link {
        text-align: center;
    }
}

.p_lp_section01_content:nth-child(2n) .p_lp_section01_block_link {
    width: 50%;
    margin: auto;
    margin-right: 0;
}

@media (max-width: 767px) {
    .p_lp_section01_content:nth-child(2n) .p_lp_section01_block_link {
        width: 100%;
        margin: auto;
    }
}

.p_lp_section01_block_link a {
    position: relative;
    width: 280px;
    height: 40px;
    background: #0078d4;
    font-family: "Noto Sans JP";
    font-weight: 500;
    font-size: 16px;
    line-height: 1em;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

@media (max-width: 767px) {
    .p_lp_section01_block_link a {
        width: 100%;
        max-width: 300px;
        height: 40px;
        font-size: 16px;
    }
}

.p_lp_section01_block_link a:before {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    background-image: url(../img/link_arrow.svg);
    width: 6px;
    height: 11px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    content: "";
}

@media (max-width: 767px) {
    .p_lp_section01_block_link a:before {
        right: 15px;
        width: 6px;
        height: 11px;
    }
}

.p_lp_section01_blockimage {
    position: absolute;
    bottom: 15px;
    right: 50px;
    width: 430px;
}
@media (max-width: 1000px) {
    .p_lp_section01_blockimage {
        right: 20px;
    }
}

@media (max-width: 767px) {
    .p_lp_section01_blockimage {
        bottom: unset;
        top: -100px;
        right: -18px;
        /* transform: translateX(-50%); */
        width: 285px;
    }
}

.p_lp_section01_content:nth-child(2n) .p_lp_section01_blockimage {
    position: absolute;
    bottom: 15px;
    right: unset;
    left: 50px;
    width: 434px;
}
@media (max-width: 1000px) {
    .p_lp_section01_content:nth-child(2n) .p_lp_section01_blockimage {
        left: 20px;
    }
}

@media (max-width: 767px) {
    .p_lp_section01_content:nth-child(2n) .p_lp_section01_blockimage {
        position: absolute;
        bottom: unset;
        top: -100px;
        right: -18px;
        left: unset;
        width: 285px;
    }
}

.p_lp_section01_blockimage img {
    filter: drop-shadow(0px 0px 70px rgba(0, 0, 0, 0.3));
}

.p_lp_section01_blockimage_bg1 {
    position: absolute;
    bottom: -25px;
    right: -212px;
    width: 1056px;
}

@media (max-width: 767px) {
    .p_lp_section01_blockimage_bg1 {
        position: absolute;
        bottom: 300px;
        right: unset;
        left: -293px;
        right: unset;
        width: 648px;
    }
}

.p_lp_section01_blockimage_bg1 img {
    transform: scale(-1, 1);
}

.p_lp_section01_blockimage_bg2 {
    position: absolute;
    bottom: -25px;
    left: -920px;
    width: 1056px;
}

@media (max-width: 767px) {
    .p_lp_section01_blockimage_bg2 {
        position: absolute;
        bottom: 40px;
        left: 110px;
        width: 647.91px;
    }
}

.p_lp_section01_blockimage_bg2 img {
    transform: scale(-1, 1);
}

@media (max-width: 767px) {
    .p_lp_section01_blockimage_bg2 img {
        transform: unset;
    }
}

.p_lp_section01_blockimage_bg3 {
    position: absolute;
    bottom: -5px;
    right: -870px;
    width: 1056px;
}

@media (max-width: 767px) {
    .p_lp_section01_blockimage_bg3 {
        position: absolute;
        bottom: 300px;
        right: unset;
        left: -293px;
        right: unset;
        width: 648px;
    }
}

.p_lp_section01_blockimage_bg3 img {}

@media (max-width: 767px) {
    .p_lp_section01_blockimage_bg3 img {
        transform: scale(-1, 1);
    }
}

.p_lp_section01_blockimage_bg4 {
    position: absolute;
    bottom: -5px;
    left: -210px;
    width: 1056px;
}

@media (max-width: 767px) {
    .p_lp_section01_blockimage_bg4 {
        position: absolute;
        bottom: 40px;
        left: 110px;
        width: 647.91px;
    }
}

.p_lp_section01_blockimage_bg4 img {}

.p_lp_section01_blockimage_bg5 {
    position: absolute;
    bottom: -25px;
    right: -212px;
    width: 1056px;
}

@media (max-width: 767px) {
    .p_lp_section01_blockimage_bg5 {
        position: absolute;
        bottom: 300px;
        right: unset;
        left: -293px;
        right: unset;
        width: 648px;
    }
}

.p_lp_section01_blockimage_bg5 img {
    transform: scale(-1, 1);
}

.p_lp_section01_blockimage_bg6 {
    position: absolute;
    bottom: -25px;
    left: -920px;
    width: 1056px;
}

@media (max-width: 767px) {
    .p_lp_section01_blockimage_bg6 {
        position: absolute;
        bottom: 40px;
        left: 110px;
        width: 647.91px;
    }
}

.p_lp_section01_blockimage_bg6 img {
    transform: scale(-1, 1);
}

@media (max-width: 767px) {
    .p_lp_section01_blockimage_bg6 img {
        transform: unset;
    }
}

.p_lp_section02 {
    margin-bottom: 100px;
    position: relative;
}

@media (max-width: 767px) {
    .p_lp_section02 {
        margin-bottom: 80px;
    }
}

.p_lp_section02_bg01 {
    position: absolute;
    width: 100%;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 767px) {
    .p_lp_section02_bg01 {
        display: none;
    }
}

.p_lp_section02_bg01 img {
    object-fit: cover;
    /* width:1366px; */
    width: 100%;
    height: 700px;
}

.p_lp_section02_bg02 {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 767px) {
    .p_lp_section02_bg02 {
        display: none;
    }
}

.p_lp_section02_bg02 img {
    object-fit: cover;
    /* width:1366px; */
    width: 100%;
    height: 700px;
}

.p_lp_section02_contentarea {
    position: relative;
}

.p_lp_section02_content {
    display: flex;
    gap: 40px;
    justify-content: flex-start;
    align-items: flex-start;
}

@media (max-width: 767px) {
    .p_lp_section02_content {
        flex-direction: column;
        gap: 20px;
        justify-content: center;
        align-items: center;
        margin-bottom: 40px;
    }

    .p_lp_section02_content:last-child {
        margin-bottom: 0px;
    }
}

.p_lp_section02_content:nth-child(2n) {
    justify-content: flex-start;
    flex-direction: row-reverse;
}

@media (max-width: 767px) {
    .p_lp_section02_content:nth-child(2n) {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

.p_lp_section02_content:nth-child(2) {
    position: relative;
    top: -100px;
    margin-bottom: calc(-100px + 80px);
}

@media (max-width: 767px) {
    .p_lp_section02_content:nth-child(2) {
        position: relative;
        top: unset;
        margin-bottom: 40px;
    }
}

.p_lp_section02_content:nth-child(4) {
    position: relative;
    top: -110px;
    margin-bottom: calc(-110px);
}

@media (max-width: 767px) {
    .p_lp_section02_content:nth-child(4) {
        top: unset;
        margin-bottom: 0;
    }
}

.p_lp_section02_block_image {
    width: 400px;
}

@media (max-width: 767px) {
    .p_lp_section02_block_image {
        width: 100%;
    }
}

.p_lp_section02_block {
    position: relative;
    padding: 20px 25px;
    width: 50%;
}

@media (max-width: 767px) {
    .p_lp_section02_block {
        padding: 20px 25px;
        width: 100%;
    }
}

.p_lp_section02_content:nth-child(1) .p_lp_section02_block {
    margin-top: 40px;
}

@media (max-width: 767px) {
    .p_lp_section02_content:nth-child(1) .p_lp_section02_block {
        margin-top: 0px;
    }
}

.p_lp_section02_content:nth-child(2) .p_lp_section02_block {
    margin-top: 225px;
}

@media (max-width: 767px) {
    .p_lp_section02_content:nth-child(2) .p_lp_section02_block {
        margin-top: 0;
    }
}

.p_lp_section02_content:nth-child(3) .p_lp_section02_block {
    margin-top: 40px;
}

@media (max-width: 767px) {
    .p_lp_section02_content:nth-child(3) .p_lp_section02_block {
        margin-top: 0px;
    }
}

.p_lp_section02_content:nth-child(4) .p_lp_section02_block {
    margin-top: 225px;
}

@media (max-width: 767px) {
    .p_lp_section02_content:nth-child(4) .p_lp_section02_block {
        margin-top: 0px;
    }
}

.p_lp_section02_block:before {
    position: absolute;
    width: 5px;
    height: 100%;
    background: linear-gradient(#0067b8 0%, #50e6ff 100%);
    top: 0;
    left: 0;
    content: "";
}

@media (max-width: 767px) {
    .p_lp_section02_block:before {
        width: 5px;
        height: 100%;
    }
}

.p_lp_section02_block h3 {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 0.05em;
    line-height: 1em;
    text-align: left;
    color: #000;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .p_lp_section02_block h3 {
        font-size: 25px;
        margin-bottom: 10px;
        line-height: 1.5em;
    }
}

.p_lp_section02_block p {
    font-family: "Noto Sans JP";
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2em;
    text-align: left;
    color: #000;
}

@media (max-width: 767px) {
    .p_lp_section02_block p {
        font-size: 14px;
    }
}