@charset "UTF-8";

/* animation */
.pbPage:not(.edit) .u_animation {
    opacity: 0;
}
.pbPage:not(.edit) .u_animation.animation {
    animation: fade-in .8s ease-in-out 0s forwards;
}

/* headding */
.h2 h2 {
    font-size: 32px;
    font-weight: 500;
    color: #000;
    text-align: center;
    line-height: 1.6;
}
.h2.-borderleft h2 {
    text-align: left;
    position: relative;
}
.h2.-borderleft h2:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 2px;
    left: -120px;
    top: 25px;
    background: linear-gradient(90deg, rgba(0,78,162,1) 0%, rgba(40,183,188,1) 100%);
}
.h2.-gradation h2 {
    color: transparent;
    background: linear-gradient(90deg, rgba(0,78,162,1) 0%, rgba(40,183,188,1) 70%);
    background-clip: text;
}
.h2.-movie h2 {
    font-size: 72px;
    font-weight: normal;
    font-family: "Overpass", sans-serif;
}

/* mainvisual */
.section_mainvisual {
	position: relative;
}
.section_mainvisual .mainvisual_bg {
	display: block;
	width: 100%;
}
.section_mainvisual .mainvisual_bg.image img,
.section_mainvisual .mainvisual_bg.video video {
	width: 100%;
	height: auto;
}
.section_mainvisual .mainvisual_text {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}
.section_mainvisual .mainvisual_text h1 {
	font-size: 100px;
	color: #FFF;
	font-weight: 500;
}
.section_mainvisual .mainvisual_text p {
	font-size: 24px;
	color: #FFF;
	font-weight: 500;
}
.section_mainvisual .scrollArrow {
    position: absolute;
    width: 27px;
    bottom: 20px;
    left: calc(50% - 13.5px);
}

.pbPage:not(.edit) .mainvisual_text h1 {
	opacity: 0;
	animation: fade-in .75s ease-out .5s forwards;
}
.pbPage:not(.edit) .mainvisual_text p {
	opacity: 0;
	animation: fade-in .75s ease-out .75s forwards;
}

/* introduction */
.section_introduction {
    width: 100%;
    background-color: #FFF;
}
.section_introduction > div:not(.pb-handle) {
    width: 1200px;
    margin: 0 auto;
    padding: 150px 0;
}
.introduction_text p {
    line-height: 1.6;
    font-size: 50px;
    font-weight: 500;
    background: linear-gradient(135deg, rgba(0,78,162,1) 0%, rgba(40,183,188,1) 70%);
    background-clip: text;
    color: #000;
}
.introduction_text p span.is-active {
	transition: .8s;
  	color: transparent;
}
.introduction_logo {
    text-align: center;
    margin-top: 100px;
}
.introduction_logo img {
    width: auto;
    max-width: 100%;
}

/* message */
.section_message {
    width: 100%;
    background-color: #FFF;
}
.section_message > div:not(.pb-handle) {
    width: 1000px;
    margin: 0 auto;
    padding: 100px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0 100px;
}
.section_message > div:not(.pb-handle):after {
    display: none;
}
.section_message .message_left {
    width: calc(1000px - 100px - 385px);
}
.section_message .message_right {
    width: 385px;
}
.p_message {
    margin-top: 50px;
    font-size: 18px;
    line-height: 2.4;
}
.p_nameWrapper {
    margin-top: 20px;
}
.p_nameWrapper > div:not(.pb-handle) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 20px;
}
.p_nameWrapper > div:not(.pb-handle):after {
    display: none;
}
.p_post {
    font-size: 16px;
    line-height: 1.4;
}

/* group */
.section_group {
    width: 100%;
    background: linear-gradient(135deg, rgba(0,78,162,1) 0%, rgba(40,183,188,1) 100%);
}
.section_group > div:not(.pb-handle) {
    width: 1000px;
    margin: 0 auto;
    padding: 100px 0;
}
.group_inner > div:not(.pb-handle) {
    padding: 80px;
    background-color: #F1F6F7;
}
.group_detail {
    margin-top: 40px;
}
.group_section {
    background: #FFF;
    padding: 20px;
    box-sizing: border-box;
}
.group_section + .group_section {
    margin-top: 40px;
}
.group_headding {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}
.group_headding.gradation {
    margin-bottom: 20px;
}
.group_headding.gradation p {
    font-size: 20px;
    font-weight: 500;
    color: transparent;
    background: linear-gradient(90deg, rgba(0,78,162,1) 0%, rgba(40,183,188,1) 70%);
    background-clip: text;
}
.group_list_wrapper > div:not(.pb-handle) {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.group_list {
    width: calc((100% - 30px) / 2);
}
.group_list ul {
    font-size: 16px;
    list-style: none;
    line-height: 1.6;
}
.group_list ul li + li {
    margin-top: 10px;
}

/* vision */
.section_vision {
    width: 100%;
    background-color: #F1F6F7;
}
.section_vision > div:not(.pb-handle) {
    width: 1000px;
    margin: 0 auto;
    padding: 100px 0;
}
.vision_inner > div:not(.pb-handle) {
    padding: 80px;
    background-color: #FFF;
}
.vision_detail {
    margin-top: 60px;
}
.vision_list + .vision_list {
    margin-top: 100px;
}
.vision_list > div:not(.pb-handle) {
    display: flex;
    gap: 0 50px;
}
.vision_list > div:not(.pb-handle):after {
    display: none;
}
.vision_list .headding {
    width: 180px;
    flex-shrink: 0;
}
.vision_list .headding p {
    font-size: 36px;
    font-weight: 500;
    color: transparent;
    background: linear-gradient(90deg, rgba(0,78,162,1) 0%, rgba(40,183,188,1) 60%);
    background-clip: text;
    display: inline-block;
    line-height: 1.1;
}
.vision_list .detail {
    width: 100%;
}
.vision_list .detailText p {
    font-size: 20px;
    font-weight: 500;
    line-height: 2;
}
.vision_list .detailList {
    width: 100%;
    padding-top: 1em;
}
.vision_list .detailList ol {
    width: 100%;
    list-style: none;
    counter-reset: listnum;
}
.vision_list .detailList ol li {
    padding: 25px 25px 25px 65px;
    box-sizing: border-box;
    border-top: 1px solid #DFDFDF;
    position: relative;
    color: #000;
    font-weight: 500;
    font-size: 20px;
    line-height: 2;
}
.vision_list .detailList ol li:last-child {
    border-bottom: 1px solid #DFDFDF;
}
.vision_list .detailList ol li:before {
    position: absolute;
    left: 25px;
    top: 36px;
    counter-increment: listnum;
	content: counter(listnum) "."; 
    color: #28B7BC;
    font-family: "Overpass", sans-serif;
    line-height: 1;
    font-weight: 500;
}
.vision_list .beacon_wrapper {
    width: 100%;
    padding: 0 20px;
}
.vision_list .beaconList {
    margin-top: 100px;
}
.vision_list .beaconList > div:not(.pb-handle) {
    display: flex;
    gap: 0 30px;
    align-items: center;
}
.vision_list .beaconList > div:not(.pb-handle):after {
    display: none;
}
.vision_list .beaconList .img {
    width: 140px;
    text-align: center;
}
.vision_list .beaconList .img img {
    width: auto;
    max-width: 100%;
}
.vision_list .beaconList .text .main {
    font-size: 38px;
    font-weight: 700;
    font-family: "Overpass", sans-serif;
    line-height: 1;
}
.vision_list .beaconList .text .sub {
    font-size: 18px;
    color: #000;
    font-weight: 500;
}
.vision_list .beaconList .text .main span {
    color: #28B7BC
}
.vision_list .beaconList .text .main span.gradation {
    color: transparent;
    background: linear-gradient(90deg, rgba(0,78,162,1) 0%, rgba(40,183,188,1) 70%);
    background-clip: text;
    display: inline-block;
}

/* key visual */
.section_keyvisual {
    width: 100%;
    background-color: #FFF;
}
.section_keyvisual > div:not(.pb-handle) {
    width: 1000px;
    margin: 0 auto;
    padding: 100px 0;
}
.keyvisual_detail {
    margin-top: 40px;
}
.keyvisual_image + .keyvisual_text {
    margin-top: 20px;
}
.keyvisual_text {
    font-size: 18px;
}

/* movie */
.section_movie {
    width: 100%;
    background-color: #FFF;
}
.section_movie > div:not(.pb-handle) {
    width: 1000px;
    margin: 0 auto;
    padding: 100px 0;
}

@media screen and (max-width: 767px) {

    /* headding */
    .h2 h2 {
        font-size: 22px;
    }
    .h2.-borderleft {
        width: calc(100% + 20px);
        position: relative;
        left: -20px;
    }
    .h2.-borderleft h2 {
        padding-left: 50px;
    }
    .h2.-borderleft h2:before {
        content: "";
        position: absolute;
        width: 30px;
        height: 2px;
        left: 0;
        top: 18px;
    }
    .h2.-movie h2 {
        font-size: 50px;
    }

    /* mainvisual */
    .section_mainvisual .mainvisual_text {
        padding: 0 5px 50px;
    }
    .section_mainvisual .mainvisual_text h1 {
        font-size: 44px;
        color: #FFF;
        font-weight: 500;
    }
    .section_mainvisual .mainvisual_text p {
        font-size: 18px;
        color: #FFF;
        font-weight: 500;
    }
    .section_mainvisual .scrollArrow {
        position: absolute;
        width: 16px;
        bottom: 20px;
        left: calc(50% - 8px);
    }

    /* introduction */
    .section_introduction > div:not(.pb-handle) {
        width: calc(100% - 40px);
        margin: 0 auto;
        padding: 100px 0;
    }
    .introduction_text p {
        font-size: 18px;
    }
    .introduction_logo {
        margin-top: 50px;
    }
    .introduction_logo img {
        width: 50%;
        max-width: auto;
    }

    /* message */
    .section_message > div:not(.pb-handle) {
        width: calc(100% - 40px);
        margin: 0 auto;
        padding: 20px 0 60px;
        gap: 60px 0;
        flex-direction: column;
    }
    .section_message > div:not(.pb-handle):after {
        display: none;
    }
    .section_message .message_left {
        width: 100%;
    }
    .section_message .message_right {
        width: calc(100% - 120px);
        margin: 0 auto;
    }
    .p_message {
        margin-top: 30px;
        font-size: 16px;
        line-height: 2;
    }
    .p_nameWrapper {
        margin-top: 20px;
    }
    .p_nameWrapper > div:not(.pb-handle) {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
        gap: 0;
    }
    .p_post {
        font-size: 12px;
        line-height: 1.4;
    }

    /* group */
    .section_group > div:not(.pb-handle) {
        width: calc(100% - 40px);
        margin: 0 auto;
        padding: 40px 0;
    }
    .group_inner > div:not(.pb-handle) {
        padding: 40px 20px;
    }
    .group_detail {
        margin-top: 30px;
    }
    .group_section + .group_section {
        margin-top: 20px;
    }
    .group_headding {
        text-align: center;
        font-size: 16px;
        font-weight: 500;
    }
    .group_headding.gradation {
        margin-bottom: 20px;
    }
    .group_headding.gradation p {
        font-size: 16px;
    }
    .group_list_wrapper > div:not(.pb-handle) {
        flex-direction: column;
        gap: 10px 0;
    }
    .group_list {
        width: 100%;
    }
    .group_list ul {
        font-size: 12px;
    }
    .group_list ul li + li {
        margin-top: 10px;
    }

    /* vision */
    .section_vision > div:not(.pb-handle) {
        width: calc(100% - 40px);
        padding: 60px 0;
    }
    .vision_inner > div:not(.pb-handle) {
        padding: 40px 20px;
    }
    .vision_detail {
        margin-top: 30px;
    }
    .vision_list + .vision_list {
        margin-top: 80px;
    }
    .vision_list > div:not(.pb-handle) {
        flex-direction: column;
    }
    .vision_list .headding {
        width: 100%;
        flex-shrink: unset;
        text-align: center;
    }
    .vision_list .headding p {
        font-size: 24px;
        margin-bottom: 30px;
        letter-spacing: 3px;
    }
    .vision_list .detail {
        width: 100%;
    }
    .vision_list .detailText p {
        font-size: 16px;
        text-align: center;
        line-height: 2.4;
    }
    .vision_list .detailList {
        width: 100%;
        padding-top: 0;
    }
    .vision_list .detailList ol {
        width: 100%;
        list-style: none;
        counter-reset: listnum;
    }
    .vision_list .detailList ol li {
        padding: 30px 10px;
        font-size: 16px;
        line-height: 2.4;
    }
    .vision_list .detailList ol li:before {
        position: relative;
        display: block;
        left: 0;
        top: 0;
        font-size: 18px;
    }
    .vision_list .beacon_wrapper {
        width: 100%;
        padding: 0;
    }
    .vision_list .beaconList {
        margin-top: 60px;
    }
    .vision_list .beaconList > div:not(.pb-handle) {
        display: flex;
        gap: 0 30px;
        align-items: center;
        justify-content: center;
    }
    .vision_list .beaconList > div:not(.pb-handle):after {
        display: none;
    }
    .vision_list .beacon_main {
        text-align: center;
    }
    .vision_list .beaconList .img {
        width: 70px;
        text-align: center;
    }
    .vision_list .beaconList .img img {
        width: auto;
        max-width: 100%;
    }
    .vision_list .beaconList .text {
        width: 160px;
    }
    .vision_list .beaconList .text .main {
        font-size: 27px;
    }
    .vision_list .beaconList .text .sub {
        font-size: 14px;
    }

    /* key visual */
    .section_keyvisual > div:not(.pb-handle) {
        width: calc(100% - 40px);
        margin: 0 auto;
        padding: 60px 0;
    }
    .keyvisual_detail {
        margin-top: 30px;
    }
    .keyvisual_image {
        width: calc(100% + 40px);
        position: relative;
        left: -20px;
    }
    .keyvisual_image + .keyvisual_text {
        margin-top: 20px;
    }
    .keyvisual_text {
        font-size: 16px;
    }

    /* movie */
    .section_movie > div:not(.pb-handle) {
        width: calc(100% - 40px);
        padding: 60px 0;
    }

}