
/* --------------------------------------------
    mainvisual
--------------------------------------------  */
.mainvisual {
    display: flex;
    align-items: center;
    height: 450px;
    padding-top: 80px;
}

.mainvisual .container {
    display: flex;
}

.mv_content {
    width: 55%;
}

.mv_pic {
    width: 45%;
    padding-top: 15px;
}

.mv_pic img {
    max-width: 460px;
}

.mainvisual__title {
    color: #333333;
    font-size: var(--fontSize36);
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 30px;
}

.mainvisual__title em {
    font-size: var(--fontSize42);
    font-weight: bold;
    font-style: normal;
}


.mainvisual__lead {
    color: #333;
    font-size: var(--fontSize24);
    line-height: 1.4;
    font-weight: bold;
    padding-top: 20px;
}

.mainvisual .buttonDownload {
    justify-content: flex-start;

}

@media screen and (max-width: 767px) {
    .mainvisual {
        padding: 60px 0 15px;
    }

    .mainvisual .container {
        display: block;
    }
    
    .mv_content {
        width: 100%;
    }
    
    .mv_pic {
        width: 100%;
        padding-top: 20px;
        text-align: center;
    }

    .mv_pic img {
        max-width: 60%;
    }
    
}

/* --------------------------------------------
    section_badges
--------------------------------------------  */
.section_badges {
	background-color: #f1f1f1;
	text-align: center;
	padding: 25px 0 ;
	margin: 0px auto 0;
}

.section_badges .container {
    max-width: 970px;
}

@media screen and (max-width: 575px) {
	.section_badges {
		padding: 20px 0;
		margin: 0px auto 0;
	}
}
@media screen and (max-width: 768px) {
	.section_badges .row{
		justify-content: space-around;
	}
}
.section_heading {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.025em;
	line-height: 1.8;
	color: #333;
}
@media screen and (max-width: 991px) {
	.section_heading {
		font-size: 16px;
		line-height: 1.5
	}
}
.section_heading .text-blue {
	color: #004EA1;
}
.badges-txt {
	position: relative;
	font-size: 12px;
	line-height: 24px;
}
@media screen and (max-width: 991px) {
	.badges-txt {
		line-height: 1.3;
	}
}
.badges-txt::before, .badges-txt::after {
	content: "";
	background-size: contain;
	background-repeat: no-repeat;
	width: 32px;
	height: 69px;
	position: absolute;
	top: -10px;
}
@media screen and (max-width: 575px) {
	.badges-txt::before, .badges-txt::after {
		top: -2px;
	}
}
.badges-txt::before {
	background-image: url("../images/fig-badge_l.svg");
	left: -15px;
}
.badges-txt::after {
	background-image: url("../images/fig-badge_r.svg");
	right: -15px;
}
.badges-txt_title {
	display: block;
	color: #004EA1;
	font-weight: bold;
}
@media screen and (max-width: 575px) {
	.badges-txt_title {
		margin-bottom: 5px;
	}
}
.badges-txt._itga .badges-txt_title {
	font-size: 13px;
	letter-spacing: -.01em;
}
.badges-txt._itga .badges-txt_strong {
	font-size: 17px;
}
.badges-txt._manzoku .badges-txt_title {
	font-size: 16px;
}
.badges-txt._manzoku .badges-txt_strong {
	font-size: 23px;
}

.section_badges .align-items-center {
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 1.5rem;
    align-items: center;
}

.section_badges .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}

.section_badges .col-md-2 img {
    max-width: 100%;
    width: auto;
}

.section_badges .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}

.badges-txt {
    position: relative;
    font-size: 12px;
    line-height: 24px;
}


@media screen and (max-width: 575px) {
	.section_badges {
		padding: 20px 0;
		margin: 0px auto 0;
	}
}
@media screen and (max-width: 768px) {
	.section_badges .row{
		justify-content: space-around;
	}

    .section_badges .align-items-center {
        margin-top: 1.0rem;
    }

    .section_badges .col-md-2 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .section_badges .col-md-2 img {
        max-width: 100%;
        width: auto;
        height: 100%;
        margin-bottom: 5px;
    }
}



/* --------------------------------------------
    sponsorship
--------------------------------------------  */
.sponsorship {
    background: #fff;
    column-gap: 32px;
    display: flex;
    padding: 24px 0;
}

.sponsorship__list {
    align-items: center;
    animation: slide_alternate var(--duration, 60s) linear infinite;
    column-gap: 40px;
    display: flex;
}

.sponsorship__list img {
    width: 100px;
}

@keyframes slide_alternate {
    0% { transform: translateX(0%); }
    100% { transform: translateX(-50%);}
}

@media screen and (min-width:768px) and ( max-width:1040px) {
    .sponsorship {
        column-gap: 24px;
        padding: 12px 0;
    }
    
    .sponsorship__list {
        column-gap: 32px;
    }
    
    .sponsorship__list li img {
        width: 80px;
    }
}

@media screen and (max-width: 767px) {
    .sponsorship {
        column-gap: 24px;
        padding: 12px 0;
    }
    
    .sponsorship__list {
        column-gap: 32px;
    }
    
    .sponsorship__list li img {
        width: 60px;
    }
}

/* --------------------------------------------
    features
--------------------------------------------  */

.features {
    padding: 64px 0;
    background: #efefef;
}

.features .commonHeading {
    margin-bottom: 40px;
    line-height: 1.5;
}

.features_list {
    display: flex;
    justify-content: space-between;
    max-width: 920px;
    margin: 0 auto;
}

.features_list li {
    width: 32%;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    padding: 30px;
    text-align: center;
    line-height: 1.6;
}

.features_icon {
    max-width: 80px;
    margin: 0 auto 20px;
}

.features_list li h3 {
    font-size: var(--fontSize18);
    color: #004EA1;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.3;
}

.features_list li h3 span{
    font-size: var(--fontSize28);
}
.features_list li p {
    line-height: 1.6;
    text-align: left;
}


@media screen and (max-width: 767px) {
    .features {
        padding: 48px 0;
    }
    .features .commonHeading {
        margin-bottom: 28px;
    }
    .features .commonHeading span {
        font-size: 24px;
    }

    .features_list {
        display: block;
    }
    
    .features_list li {
        width: 100%;
        padding: 20px;
    }

    .features_list li + li {
        margin-top: 20px;
    }
    
    .features_icon {
        max-width: 60px;
        margin: 0 auto 20px;
    }
    
    .features_list li p {
        font-size: 14px;
    }
    
}

/* --------------------------------------------
    features02
--------------------------------------------  */

.features02 {
    padding: 64px 0;
}

.features02 .commonHeading {
    margin-bottom: 40px;
    line-height: 1.5;
}

.features02 .commonHeading02 {
    margin-bottom: 0px;
}

.features_list02 {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 40px;
}

.features_list02 li {
    width: 49%;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    padding: 30px 20px 20px;
    position: relative;
}

.features_box_label {
    background: #004EA1;
    color: #fff;
    font-size: var(--fontSize16);
    font-weight: bold;
    left: -12px;
    padding: 6px 13px 6px 26px;
    position: absolute;
    top: -8px;
}

.features_box_label  span {
    font-size: var(--fontSize16);
}

.features_box_label::before {
    background: #7FB8F5;
    bottom: -12px;
    clip-path: polygon(0 0, 100% 46%, 100% 0);
    content: "";
    height: 12px;
    left: 0;
    position: absolute;
    width: 12px;
}

.features_box_label::after {
    background: var(--colorBlue);
    bottom: 0px;
    clip-path: polygon(0 0, 0% 100%, 60% 0);
    content: "";
    height: 28px;
    position: absolute;
    right: -24px;
    width: 24px;
}




@media screen and (max-width: 767px) {
    .features02 {
        padding: 48px 0 8px;
    }
    .features02 .commonHeading {
        margin-bottom: 32px;
    }
    .features02 .commonHeading span {
        font-size: 24px;
    }
    
    .features_list02 {
        display: block;
        margin: 0 auto 20px;
    }

    .features_list02 li {
        width: 100%;
        padding: 30px 10px 20px;
    }

    .features_list02 li + li {
       margin-top: 30px;
    }

    .features_box_label {
        background: #004EA1;
        color: #fff;
        font-size: var(--fontSize16);
        font-weight: bold;
        left: -12px;
        padding: 6px 13px 6px 20px;
        position: absolute;
        top: -8px;
    }

    .features_box_label::after {
        height: 26px;
    }

}



/* --------------------------------------------
    function
--------------------------------------------  */


.function {
    background: #d6e7f2;
    padding: 64px 0;
}

.function .commonHeading {
    margin-bottom: 40px;
    line-height: 1.5;
}

.function .commonHeading span {
    color: var(--colorBlack);
}

.function_txt {
    text-align: center;
    line-height: 1.6;

}

.card-icon-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: linear-gradient(rgba(241, 241, 241, 1), rgba(241, 241, 241, .5));
	border-radius: 10px;
	padding: 45px 25px 25px;
	position: relative
}
.card-icon-wrap::before, .card-icon-wrap::after {
	display: block;
	content: "";
	width: 60px;
	height: 1px;
	background: #004EA1;
	position: absolute;
	left: 50%;
	top: 50%;
}
.card-icon-wrap::before {
	transform: translate(-50%) rotate(-45deg);
}
.card-icon-wrap::after {
	transform: translate(-50%) rotate(45deg);
}
@media screen and (min-width: 768px) and (max-width: 959px) {
	.card-icon-wrap::before, .card-icon-wrap::after {
		width: 45px;
		top: 49%;
	}
}
.card-icon-wrap__col {
	display: flex;
	width: 45%;
	flex-wrap: wrap;
	padding: 43px 20px 5px;
	justify-content: space-between;
	border: 1px solid #004EA1;
	border-radius: 10px;
	position: relative;
}
@media screen and (max-width: 959px) {
	.card-icon-wrap__col {
		width: 100%;
	}
	.card-icon-wrap__col + .card-icon-wrap__col {
		margin-top: 85px
	}
}
.card-icon-wrap__ttl {
	position: absolute;
	font-size: 18px;
	font-weight: bold;
	left: 50%;
	top: -12px;
	transform: translate(-50%, 0);
	background-color: #f1f1f1;
	padding: 0 40px;
	width: 70%;
	text-align: center;
}
.card-icon-wrap__ttl::before, .card-icon-wrap__ttl::after {
	content: '';
	width: 10px;
	height: 100%;
	position: absolute;
}
.card-icon-wrap__ttl::before {
	border-left: solid 1px #004EA1;
	border-top: solid 1px #004EA1;
	border-bottom: solid 1px #004EA1;
	top: 0;
	left: 0;
}
.card-icon-wrap__ttl::after {
	border-right: solid 1px #004EA1;
	border-top: solid 1px #004EA1;
	border-bottom: solid 1px #004EA1;
	top: 0;
	right: 0;
}
@media screen and (max-width: 599px) {
	.card-icon-wrap__ttl {
		padding: 0 20px;
	}
}
.card-icon-wrap__box {
	margin-bottom: 20px;
	padding-top: 40px;
	width: 48%;
}
@media screen and (min-width: 768px)and (max-width: 959px) {
	.card-icon-wrap__box {
		width: 24%;
	}
}
@media screen and (max-width: 599px) {
	.card-icon-wrap__box {
		width: 100%;
	}
}
.card-icon {
	display: block;
	width: 120px;
	height: 120px;
	background-color: #fff;
	border-radius: 50%;
	position: relative;
	top: -40px;
	z-index: 0;
	margin: 0 auto -60px;
	padding: 25px 10px;
}
@media screen and (min-width: 600px) {
	.card-icon {
		width: 110px;
		height: 110px;
		padding: 25px 0 0 0;
	}
	.card-icon img {
		width: 96px;
		height: 39px;
		margin: auto;
	}
}
.card-icon-item {
	position: relative;
	display: flex;
	height: 100%;
	background-color: #fff;
	border-radius: 10px;
	color: #333;
	padding: 0 10px;
	text-align: center;
	z-index: 0;
	flex-direction: column;
}
.card-icon-item__title {
	position: relative;
	display: block;
	color: #004EA1;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
	z-index: 1;
	top: -15px;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
	.card-icon-item__title {
		font-size: 14px;
	}
}
.card-icon-simple-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
	.card-icon-simple-wrap {
		justify-content: flex-start;
		margin-top: 40px;
		margin-left: -.5%;
		margin-right: -.5%;
        margin-bottom: 40px;
	}
}
.card-icon-simple-wrap__col {
	padding-top: 40px;
	margin-bottom: 20px;
	width: 32%;
}
@media screen and (max-width: 599px) {
	.card-icon-simple-wrap__col {
		width: 48%;
	}
}
@media screen and (min-width: 1024px) {
	.card-icon-simple-wrap__col {
		width: 24%;
		margin-left: .5%;
		margin-right: .5%;
	}
}
.card-icon-simple {
	position: relative;
	display: flex;
	height: 100%;
	background-color: #fff;
	border-radius: 10px;
	color: #333;
	padding: 0 20px 20px 20px;
	text-align: center;
	z-index: 0;
	flex-direction: column;
}
@media screen and (max-width: 599px) {
	.card-icon-simple {
		padding: 0 10px 20px 10px;
	}
}
.card-icon-simple__point {
	position: absolute;
	top: -45px;
	right: 0;
	font-weight: bold;
	font-size: 13px;
	z-index: 2;
}
@media screen and (min-width: 600px) {
	.card-icon-simple__point {
		font-size: 15px;
	}
}
.card-icon-simple__point-large {
	font-size: 22px;
	padding-left: 2px;
}
@media screen and (min-width: 600px) {
	.card-icon-simple__point-large {
		font-size: 28px;
	}
}
.card-icon-simple__icon {
	display: block;
	width: 120px;
	height: 120px;
	background-color: #fff;
	border-radius: 50%;
	position: relative;
	top: -40px;
	z-index: 0;
	margin: 0 auto -60px;
	padding: 20px 24px;
}
@media screen and (min-width: 600px) {
	.card-icon-simple__icon {
		width: 110px;
		height: 105px;
		padding: 28px 0;
	}
}
.card-icon-simple__icon img {
	width: 80px;
	height: 36px;
}
@media screen and (min-width: 600px) {
	.card-icon-simple__icon img {
		width: 80px;
		height: 36px;
	}
}
.card-icon-simple__title {
	position: relative;
	display: block;
	color: #004EA1;
	font-size: 16px;
    line-height: 1.4;
	font-weight: bold;
	margin-bottom: 15px;
	z-index: 1;
}
@media screen and (min-width: 600px) {
	.card-icon-simple__title {
		font-size: 18px;
	}
}

@media screen and (max-width: 767px) {
    .card-icon-simple__title {
        margin-top: -25px;
    }
}

.card-icon-simple__more {
	text-align: center;
	font-size: 12px;
	color: #fff;
	margin-top: auto;
	position: relative;
	border-radius: 100vh;
	padding: 6px;
	line-height: 1;
	z-index: 0;
	overflow: hidden;
    margin-left: auto;
	margin-right: auto;
    max-width: 160px;
    width: 100%;
}
.card-icon-simple__more.blue {
	background: #004EA1;
	margin-left: auto;
	margin-right: auto;
    max-width: 160px;
    width: 100%;
}
.card-icon-simple__more.orange {
	background: #EB6202;
	margin-left: auto;
	margin-right: auto;
    max-width: 160px;
    width: 100%;
}
.card-icon-simple__more.blue_orange {
	background: #EB6202;
	padding: 6px 6px 6px 18px;
}
.card-icon-simple__more.blue_orange::before {
	content: "";
	background-color: #004EA1;
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	left: -2px;
	z-index: -1;
	transform: skewX(-22deg);
}
@media screen and (max-width: 599px) {
	.card-icon-simple__more {
		font-size: 11px;
	}
}

@media screen and (max-width: 767px) {
    .function {
        padding: 48px 0;
    }
    .function .commonHeading {
        margin-bottom: 30px;
    }
    .function .commonHeading span {
        font-size: 24px;
    }

    .function_txt {
        margin-bottom: 20px;
    }
}


/* --------------------------------------------
    scene02 , price
--------------------------------------------  */

.scene02,.price {
    background: #d6e7f2;
    padding: 64px 0;
}

.scene02 .commonHeading,.price .commonHeading{
    margin-bottom: 40px;
}

.scene02_box {
    max-width: 800px;
    margin: 0 auto 60px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    position: relative;
    padding: 50px 30px;
}

.scene02_box_ttl {
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
}

.scene02_box_ttl h3 {
    max-width: 554px;
    background: #004EA1;
    text-align: center;
    font-size: var(--fontSize18);
    color: #fff;
    font-weight: bold;
    margin: 0px auto 0;
    padding: 10px 0;
}

.nayami .scene02_wrap {
    background: #efefef;
    max-width: 580px;
    margin: 0 auto 60px;
    border-radius: 20px;
    padding: 40px 40px 30px;
    position: relative;
}

.nayami .scene02_wrap::before {
    content: "";
    position: absolute;
    left: 16%;
    top: -50px;
    width: 70px;
    height: 70px;
}

.nayami01 .scene02_wrap::before {
    background: url(../images/pic_scene_01.png) center center no-repeat;
    background-size: contain;
}

.nayami02 .scene02_wrap::before {
    background: url(../images/pic_scene_03.png) center center no-repeat;
    background-size: contain;
}

.nayami03 .scene02_wrap::before {
    background: url(../images/pic_scene_05.png) center center no-repeat;
    background-size: contain;
}

.nayami .scene02_wrap::after {
    content: "";
    position: absolute;
    left: calc(50% - 15px);
    bottom: -44px;
    width: 30px;
    height: 30px;
    background: url(../images/ico_arrow.png);
    background-size: contain;
}

.nayami .scene02_wrap li {
    margin-left: 1em;
    text-indent: -1em;
    line-height: 1.4;
}

.nayami .scene02_wrap li + li {
    margin-top: 20px;
}



.nayami h4 {
    font-size: var(--fontSize18);
    font-weight: bold;
    text-align: center;
    position: relative;
    margin-bottom: 10px;
}


.kaiketu .scene02_wrap {
    background: #fff;
    border: 4px solid #004EA1;
    max-width: 580px;
    margin: 0 auto;
    border-radius: 20px;
    padding: 40px 40px 30px;
    position: relative;
}

.kaiketu .scene02_wrap::before {
    content: "";
    position: absolute;
    left: 16%;
    top: -50px;
    width: 70px;
    height: 70px;
    background: url(../images/pic_scene_01.png) center center no-repeat;
    background-size: contain;
}

.kaiketu01 .scene02_wrap::before {
    background: url(../images/pic_scene_02.png) center center no-repeat;
    background-size: contain;
}

.kaiketu02 .scene02_wrap::before {
    background: url(../images/pic_scene_04.png) center center no-repeat;
    background-size: contain;
}

.kaiketu03 .scene02_wrap::before {
    background: url(../images/pic_scene_06.png) center center no-repeat;
    background-size: contain;
}

.kaiketu .scene02_wrap li span {
    color: #e49d47;
    font-weight: bold;
}

.kaiketu .scene02_wrap li {
    margin-left: 1em;
    line-height: 1.4;
    text-indent: -1em;
}

.kaiketu .scene02_wrap li + li {
    margin-top: 20px;
}

.kaiketu h4 {
    font-size: var(--fontSize18);
    font-weight: bold;
    color: #e49d47;
    text-align: center;
    position: relative;
    margin-bottom: 10px;
}


@media screen and (max-width: 767px) {
    .scene02 {
        padding: 48px 0;
    }
    .scene02 .commonHeading {
        margin-bottom: 28px;
    }
    .scene02 .commonHeading span {
        font-size: 24px;
    }

    .scene02_box {
        max-width: 800px;
        margin: 0 auto 60px;
        padding: 60px 20px 40px;
    }
    
    .scene02_box_ttl {
        position: absolute;
        top: -20px;
        left: 0;
        width: 100%;
    }
    
    .scene02_box_ttl h3 {
        max-width: 80%;
        line-height: 1.4;
    }
    
    .nayami .scene02_wrap {
        margin: 0 auto 60px;
        padding: 20px;
    }
    
    .nayami .scene02_wrap::before {
        content: "";
        position: absolute;
        left: 10%;
        top: -50px;
        width: 60px;
        height: 60px;
    }
    
    .nayami01 .scene02_wrap::before {
        background: url(../images/pic_scene_01.png) center center no-repeat;
        background-size: contain;
    }
    
    .nayami02 .scene02_wrap::before {
        background: url(../images/pic_scene_03.png) center center no-repeat;
        background-size: contain;
    }
    
    .nayami03 .scene02_wrap::before {
        background: url(../images/pic_scene_05.png) center center no-repeat;
        background-size: contain;
    }
    
    .nayami .scene02_wrap li + li {
        margin-top: 15px;
    }
    
    
    .kaiketu .scene02_wrap {
        background: #fff;
        border: 4px solid #004EA1;
        padding: 20px;
        position: relative;
    }
    
    .kaiketu .scene02_wrap::before {
        content: "";
        position: absolute;
        left: 10%;
        top: -50px;
        width: 60px;
        height: 60px;

    }
}
.pricetext {
    font-size: 1.5em;
    line-height: 2em;
    text-align: center;
}
.pricetext span{
    color: #004ea1;
    font-size: 1.7em;
    font-weight: bold;
}
.pricetext2 {
    font-size: 1em;
    line-height: 2em;
    text-align: center;
}

/* --------------------------------------------
    reason
--------------------------------------------  */

.reason {
    padding: 64px 0;
}

.reason3 {
	margin: 50px 0 0;
	display: flex;
	flex-wrap: wrap;
}
@media screen and (min-width: 600px) {
	.reason3 {
		margin: 50px 0 30px;
	}
	.reason3:last-child {
		margin-bottom: 0;
	}
}
@media screen and (min-width: 600px) {
	.reason3 {
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
	}
}
@media screen and (max-width: 599px) {
	.reason3:nth-child(even) {
		flex-direction: column-reverse;
	}
}
.reason3__contents-box {
	width: 100%;
}
@media screen and (min-width: 600px) {
	.reason3__contents-box {
		width: 48%;
	}
}
.reason3__image-box {
	width: 90%;
	margin: 0 auto 20px;
}
@media screen and (min-width: 600px) {
	.reason3__image-box {
		width: 48%;
		margin: 0;
	}
}
.reason3__video-box {
	position: relative;
}
.reason3__video-box:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 0;
	border-top: 3px solid #fff;
	z-index: 1;
}
.reason3__video {
	vertical-align: bottom;
}
.reason3__title {
	margin-bottom: 10px;
	display: flex;
}
@media screen and (min-width: 600px) {
	.reason3__title {
		margin-bottom: 20px;
	}
}
.reason3__title-left {
	position: relative;
	padding-right: 10px;
}
@media screen and (min-width: 600px) {
	.reason3__title-left {
		padding-right: 14px;
	}
}
.reason3__title-sub {
	font-size: 14px;
}
@media screen and (min-width: 600px) {
	.reason3__title-sub {
		font-size: 16px;
	}
}
.reason3__title-main {
	font-size: 20px;
	color: #004EA1;
}
@media screen and (min-width: 426px) {
	.reason3__title-main {
		font-size: 24px;
	}
}
@media screen and (min-width: 600px) {
	.reason3__title-main {
		font-size: 28px;
	}
}
.reason3__text, .reason3__text--no-margin {
	font-size: 18px;
	margin-bottom: 24px;
	line-height: 1.6;
}
.reason3__text:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 599px) {
	.reason3__text, .reason3__text--no-margin {
		margin-left: 0;
	}
}
.reason3__text--no-margin {
	margin-bottom: 10px;
}
.reason3__note {
	font-size: 10px;
}
.reason3__image {
	overflow: hidden;
}
.reason3__image img {
	max-width: 440px;
	border-radius: 10px;
	display: block;
	margin-left: auto;
	margin-right: auto
}
@media screen and (max-width: 599px) {
	.reason3__image img {
		height: auto;
		width: 100%;
		max-width: 270px;
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
}
.reason3__image--height-auto img {
	height: auto;
	max-height: none;
}
@media all and (-ms-high-contrast: none) {
	.reason3__image--height-auto img {
		max-height: 280px;
	}
}
.reason3__image--width-auto img {
	width: auto;
}
.reason3-point {
	position: relative;
	color: #fff;
	background-color: #004EA1;
	width: 50px;
	height: 50px;
	border-radius: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (min-width: 600px) {
	.reason3-point {
		width: 65px;
		height: 65px;
	}
}
.reason3-point__text {
	position: absolute;
	top: 4px;
	left: 5px;
	font-size: 10px;
	font-weight: 500;
}
@media screen and (min-width: 600px) {
	.reason3-point__text {
		left: 10px;
	}
}
.reason3-point__num {
	font-weight: bold;
	font-size: 24px;
}
@media screen and (min-width: 600px) {
	.reason3-point__num {
		font-size: 30px;
	}
}

.reason__button {
    margin-top: 80px;
}

@media screen and (max-width: 767px) {
    .reason {
        padding: 48px 0;
    }
    .reason .commonHeading {
        margin-bottom: 28px;
    }
    .reason .commonHeading span {
        font-size: 24px;
    }

    .reason__button {
        margin-top: 60px;
    }
}


/* --------------------------------------------
    overview
--------------------------------------------  */
.overview {
    padding: 64px 0 80px;
    position: relative;
}

.overview::before {
    background: #f1f1f1;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -200;
}

.overview .commonHeading {
    font-size: var(--fontSize32);
}
.overviewBox {
    column-gap: 80px;
    display: grid;
    margin-top: 56px;
    grid-template-columns: 1fr 1fr;
}

.overviewBox__above--logo img {
    height: auto;
    width: 210px;
}

.overviewBox__above--list {
    align-items: center;
    background: #fff;
    border-radius: 16px;
    column-gap: 48px;
    display: flex;
    justify-content: center;
    margin-top: 24px;
    padding: 20px 0;
}

.overviewBox__above--list li:nth-child(1) img {
    height: auto;
    width: 67px;
}

.overviewBox__above--list li:nth-child(2) img {
    height: auto;
    width: 71px;
}

.overviewBox__above--list li:nth-child(3) img {
    height: auto;
    width: 91px;
}

.overviewBox__below {
    align-items: center;
    background: #fff;
    border: 4px solid #004EA1;
    border-radius: 16px;
    display: flex;
    padding: 0 40px 0 32px;
    position: relative;
}

.overviewBox__below--head {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -14px;
    text-align: center;
    width: 100%;
}

.overviewBox__below--head span {
    background: #004EA1;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: var(--fontSize16);
    font-weight: 700;
    padding: 4px 32px;
}

.overviewBox__belowItem {
    align-items: center;
    column-gap: 5%;
    display: grid;
    grid-template-columns: 15% 80%;
}

.overviewBox__belowItem:nth-of-type(n+2) {
    margin-top: 16px;
}

.overviewBox__belowItem--title {
    background: #ECF7FA;
    color: #004EA1;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.7;
    text-align: center;
}

.overviewBox__belowItem--word {
    font-size: var(--fontSize16);
    line-height: 1.7;
}

@media screen and (min-width:768px) and ( max-width:1040px) {
    .overviewBox {
        grid-template-columns: 100%;
        margin-top: 40px;
    }

    .overviewBox__above--logo {
        text-align: center;
    }

    .overviewBox__above--logo img {
        height: auto;
        width: 40%;
    }

    .overviewBox__above--list {
        border-radius: 10px;
        margin-top: 24px;
        padding: 16px 0;
    }
    
    .overviewBox__above--list li:nth-child(1) img {
        width: 50px;
    }
    
    .overviewBox__above--list li:nth-child(2) img {
        width: 50px;
    }
    
    .overviewBox__above--list li:nth-child(3) img {
        width: 50px;
    }

    .overviewBox__below {
        border: 3px solid #004EA1;
        border-radius: 10px;
        margin-top: 32px;
        padding: 32px 20px 20px 20px;
    }

    .overviewBox__belowItem {
        column-gap: 16px;
    }
    
    .overviewBox__belowItem:nth-of-type(n+2) {
        margin-top: 24px;
    }
}

@media screen and (max-width: 767px) {
    .overview {
        padding: 32px 0 40px;
    }

    .overviewBox {
        grid-template-columns: 100%;
    }

    .overviewBox__above--logo {
        text-align: center;
    }

    .overviewBox__above--logo img {
        height: auto;
        width: 60%;
    }
    
    .overviewBox__above--list {
        border-radius: 10px;
        margin-top: 24px;
        padding: 16px 0;
    }
    
    .overviewBox__above--list li:nth-child(1) img {
        width: 50px;
    }
    
    .overviewBox__above--list li:nth-child(2) img {
        width: 50px;
    }
    
    .overviewBox__above--list li:nth-child(3) img {
        width: 50px;
    }
    
    .overviewBox__below {
        border: 3px solid #004EA1;
        border-radius: 10px;
        margin-top: 32px;
        padding: 32px 20px 20px 20px;
    }
    
    .overviewBox__belowItem {
        column-gap: 16px;
    }
    
    .overviewBox__belowItem:nth-of-type(n+2) {
        margin-top: 24px;
    }
}


/* --------------------------------------------
    faq
--------------------------------------------  */
.faq {
    padding: 64px 0 96px;
}

.faq .commonHeading {
    font-size: 32px;
}

.faqContent {
    margin-top: 32px;
}

.itemFaq {
    margin-top: 64px;
    position: relative;
}

.itemFaq:nth-of-type(n+2) {
    margin-top: 32px;
}

.itemFaq__question {
    border: 6px solid var(--colorLightGray);
    border-radius: 16px;
    cursor: pointer;
    font-size: var(--fontSize18);
    font-weight: bold;
    margin: 0 40px 0 20px;
    padding: 20px 48px;
    position: relative;
}

.itemFaq__question::before {
    background: url("../images/icon_faq.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 64px;
    left: -4%;
    position: absolute;
    top: -50%;
    width: 64px;
    z-index: 100;
}

.itemFaq__answer {
    background: var(--colorLightYellow);
    border: 6px solid var(--colorYellow);
    border-radius: 16px;
    display: none;
    font-size: var(--fontSize16);
    font-weight: 400;
    line-height: 1.7;
    margin-left: 60px;
    padding: 20px 48px;
    position: relative;
    top: -16px;
}

@media screen and (max-width: 767px) {
    .faq {
        padding: 48px 0;
    }

    .faq .commonHeading {
        font-size: 24px;
    }
    
    .faqContent {
        margin-top: 32px;
    }
    
    .itemFaq {
        margin-top: 24px;
    }

    .itemFaq:nth-of-type(n+2) {
        margin-top: 24px;
    }
    
    .itemFaq__question {
        border: 4px solid var(--colorLightGray);
        border-radius: 20px;
        line-height: 1.7;
        margin: 0;
        padding: 16px 24px 16px 32px;
        width: auto;
    }
    
    .itemFaq__question::before {
        height: 48px;
        left: -5%;
        top: -20%;
        width: 48px;
    }
    
    .itemFaq__answer {
        border: 4px solid var(--colorYellow);
        border-radius: 20px;
        margin-left: 20px;
        padding: 20px 24px;
    }
}
/**/

#floating_pagetop {
	display: block;
	position: fixed;
	right: 20px;
	bottom: -60px;
	z-index: 950;
	padding: 0.75em 0.8em;
	background: #004EA1;
	border: 2px solid #fff;
	border-radius: 6px;
	text-align: center;
	-webkit-transition: bottom 0.25s cubic-bezier(1, 0, 0, 1);
	transition: bottom 0.25s cubic-bezier(1, 0, 0, 1);
}
#floating_pagetop:hover {}
.show_floater_pagetop #floating_pagetop {
	bottom: 20px;
}
@media screen and (max-width: 1023px) {
	.show_floater_pagetop #floating_pagetop {
		bottom: 6em;
	}
}
@media screen and (max-width: 599px) {
	#floating_pagetop {
		right: 10px;
	}
}
.sprite_arrows {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: 0 0.1em;
	background: url(https://www.shanon.co.jp/eventmarketing/images/arrow-top.png) no-repeat 0 0;
	background: transparent url(https://www.shanon.co.jp/eventmarketing/images/arrow-top.svg) no-repeat;
	vertical-align: middle;
	background-position: top 2px center;
	background-size: contain;
}

/* --------------------------------------------
    about
--------------------------------------------  */

.about {
    padding: 64px 0;
    overflow: hidden;
    background: #efefef;
}

.about .commonHeading {
    line-height: 1.5;
    margin-bottom: 40px;
}

.about_subttl {
    font-size: 18px;
    color: #fff;
    padding: 8px 0;
    text-align: center;
    max-width: 200px;
    background: #004EA1;
    margin: 0 auto 30px;
}

.about_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 76px;
}

.about_pic {
    width: 40%;
    border: 1px solid #ccc;
}

.about_contents{
    width: 54%;
}

.about_contents p {
    line-height: 1.6;
}

.about_list{
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.8;
}

.about_slider {
    width:80%;
    margin:0 auto 60px;
 }
 
 .about_slider img {
     width:100%;
     height:auto;
     border: 1px solid #ccc;
 }
 
 
 .about_slider .slick-slide {
     margin:0 10px;
 }
 

 .slick-prev, 
 .slick-next {
     position: absolute;
     top: 45%;
     cursor: pointer;
     outline: none;
     z-index: 100;
     background: #333;
     height: 40px;
     width: 40px;
     border-radius: 20px;
 }
 
 .slick-prev {
     left: 6%;
 }

 .slick-prev:after {
    position: absolute;
    content: "";
    transform: rotate(-135deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    height: 10px;
    width: 10px;
    top: 14px;
    left: 16px;
 }
 
 .slick-next {
     right: 6%;
 }
 
 .slick-next:after {
    position: absolute;
    content: "";
    transform: rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    height: 10px;
    width: 10px;
    top: 14px;
    right: 16px;
 }




@media screen and (max-width: 767px) {
    .about {
        padding: 48px 0;
    }
    .about .commonHeading {
        font-size: 18px;
        margin-bottom: 32px;
    }
    .about .commonHeading span {
        font-size: 24px;
    }

    .about_subttl {
        font-size: 16px;
        padding: 8px 0;
        max-width: 170px;
        margin: 0 auto 20px;
    }

    .about_wrap {
        display: block;
        margin-bottom: 40px;
    }
    
    .about_pic {
        width: 60%;
        margin: 0 auto 20px;
    }
    
    .about_contents{
        width: 100%;
    }

    .about_slider {
        width:200%;
        margin:0 -50% 60px;
     }

     .slick-prev {
        left: 26%;
    }
   
     .slick-next {
        right: 26%;
    }

    .about__button {
        padding: 0 20px;
    }
    
}





/* --------------------------------------------
    scene
--------------------------------------------  */

.scene {
    background: #fff;
    padding: 64px 0;
}

.scene .commonHeading {
    margin-bottom: 40px;
}

.scene_txt {
    text-align: center;
    line-height: 1.5;
    margin-bottom: 40px;
}

.bnr_area {
	padding: 30px 0;
}
@media screen and (max-width: 599px) {
	.bnr_area {
		padding: 30px 15px;
	}
}
@media screen and (min-width: 1024px) {
	.bnr_area__wrapper {
		text-align: left;
	}
}
@media screen and (min-width: 426px) {
	.bnr_area__wrapper {
		display: flex;
		justify-content: space-between;
		align-items: center;
		max-width: 1140px;
		margin: 0 auto;
		padding: 0 15px;
		text-align: center;
		box-sizing: border-box !important;
	}
}
@media screen and (min-width: 600px) {
	.bnr_area .swiper-button-next, .bnr_area .swiper-button-prev, .bnr_area .swiper-pagination {
		display: none !important;
	}
}
.bnr_area .swiper-button-next, .bnr_area .swiper-button-prev {
	width: 45px !important;
	height: 45px !important;
	bottom: 7px !important;
	top: auto !important;
}
.bnr_area .swiper-button-next:after, .bnr_area .swiper-button-prev:after {
	width: 10px !important;
	height: 10px !important;
	top: 39%;
}
.bnr_area .swiper-pagination {
	bottom: 20px !important;
}
.bnr_content {
	width: 100%;
	overflow: inherit !important;
}
@media screen and (min-width: 1101px) {
	.bnr_content {
		max-width: 360px;/*420*/
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
	.bnr_content {
		max-width: 50%;
		margin-left: 15px;
		margin-right: 15px;
	}
}
@media screen and (max-width: 599px) {
	.bnr_content + .bnr_content {
		margin-top: 15px;
	}
}
.bnr_content__link {
	position: relative;
	display: block;
	padding: 5px;
	transition: all ease 0.2s;
	border-radius: 10px;
	box-shadow: 0 0 5px 0 rgba(70, 70, 70, 0.2);
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
	.bnr_content__link {
		padding: 0.5vw;
	}
}
.bnr_content__link:after {
	position: absolute;
	z-index: 1;
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	border-top: 2px solid white;
	border-right: 2px solid white;
	top: 0;
	right: 18px;
	bottom: 0;
	margin: auto;
	transform: rotate(45deg);
	transition: all ease 0.3s;
}
.bnr_content__link:hover {
	opacity: 1;
	transform: scale(1.02);
}
.bnr_content__link:hover:after {
	right: 14px;
}
.bnr_content__inner {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	padding: 10px 20px 10px;
	z-index: 1;
	border-radius: 8px;
}
@media screen and (min-width: 1101px) {
	.bnr_content__inner {
		height: 105px;
	}
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
	.bnr_content__inner {
		padding: 2.5vw 2.5vw 2.5vw 2vw;
		height: auto;
		justify-content: center;
	}
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
	.bnr_content__inner {
		min-height: 14vw;
	}
}
@media screen and (max-width: 599px) {
	.bnr_content__inner {
		padding: 4vw;
	}
}
@media screen and (min-width: 426px) and (max-width: 599px) {
	.bnr_content__inner {
		min-height: 26vw;
	}
}
@media screen and (max-width: 425px) {
	.bnr_content__inner {
		min-height: 40vw;
	}
}
.bnr_content .bnr_content__link {
	color: #fff;
	background-color: rgba(0, 123, 199, 0.2);
}
.bnr_content .bnr_content__link:after {
	border-color: #fff;
}
.bnr_content .bnr_content__link:hover {
	color: #004EA1;
	background-color: #3395d2;
}
.bnr_content .bnr_content__link:hover:after {
	border-color: #004EA1;
}
.bnr_content .bnr_content__link:hover .bnr_content__inner {
	background-color: #fff;
}
.bnr_content .bnr_content__inner {
	background-color: #ECF3FA;
	display: flex;
	align-items: center;
}
@media screen and (max-width: 425px) {
	.bnr_content .bnr_content__inner {
		flex-direction: column;
	}
}
.bnr_content .bnr_content__icon-box {
	margin-right: 10px;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
	.bnr_content .bnr_content__icon-box {
		margin-right: 0;
	}
}
@media screen and (min-width: 426px) and (max-width: 599px) {
	.bnr_content .bnr_content__icon-box {
		margin-right: 1.5vw;
	}
}
@media screen and (max-width: 425px) {
	.bnr_content .bnr_content__icon-box {
		margin-right: 0;
	}
}
.bnr_content .bnr_content__icon_circle {
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
	.bnr_content .bnr_content__icon_circle {}
}
@media screen and (min-width: 426px) and (max-width: 599px) {
	.bnr_content .bnr_content__icon_circle {
		width: 14vw;
		height: 14vw;
	}
}
@media screen and (max-width: 425px) {
	.bnr_content .bnr_content__icon_circle {}
}
.show .bnr_content__icon_circle:after {
	content: "";
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("https://www.shanon.co.jp/marketingautomation/images/img-cep-show.png");
	/*width: 110px;
	height: 66px;*/
	width: 80px;
	height: 48px;
}
.zoom .bnr_content__icon_circle:after {
	content: "";
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("../images/img-zoom.png");
	width: 80px;
	height: 48px;
}
.sfa .bnr_content__icon_circle:after {
	content: "";
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("../images/img-sfa.png");
	width: 80px;
	height: 48px;
}
.insidesales .bnr_content__icon_circle:after {
	content: "";
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("../images/img-insidesales.png");
	width: 80px;
	height: 48px;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
	.bnr_content .bnr_content__icon_circle:after {}
}
@media screen and (min-width: 426px) and (max-width: 599px) {
	.bnr_content .bnr_content__icon_circle:after {
		width: 6.6vw;
		height: 4.8vw;
	}
}
@media screen and (max-width: 425px) {
	.bnr_content .bnr_content__icon_circle:after {
		width: 140px;
		height: 84px;
	}
}
.bnr_content .bnr_content__icon {
	max-width: 33px;
}
.bnr_content .bnr_content__text-box {
	width: 100%;
}
@media screen and (min-width: 1101px) {
	.bnr_content .bnr_content__text-box {
		max-width: calc(100% - 100px);
	}
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
	.bnr_content .bnr_content__text-box {}
}
@media screen and (min-width: 426px) and (max-width: 599px) {
	.bnr_content .bnr_content__text-box {
		max-width: calc(100% - 16vw);
		text-align: center;
	}
}
@media screen and (max-width: 425px) {
	.bnr_content .bnr_content__text-box {
		text-align: center;
	}
}
.bnr_content .bnr_content__title {
	position: relative;
	display: inline-block;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 7px;
}
.bnr_content__title_m{
	font-size: 14px;
}
@media screen and (max-width: 425px) {
	.bnr_content .bnr_content__title {
		font-size: 5vw;
		margin-bottom: 2vw;
		margin-top: 1vw;
	}
}
.bnr_content .bnr_content__title-text {
	display: inline-block;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
	.bnr_content .bnr_content__title-text {
		font-size: 2.3vw;
	}
}
@media screen and (min-width: 426px) and (max-width: 599px) {
	.bnr_content .bnr_content__title-text {
		font-size: 5vw;
	}
}
@media screen and (max-width: 425px) {
	.bnr_content .bnr_content__title-text {
		font-size: 6.3vw;
	}
}
.bnr_content .bnr_content__text {
	font-size: 12px;
	color: #333;
    line-height: 1.4;
}
.bnr_content .bnr_content__link:hover .bnr_content__text {
	color: #fff;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
	.bnr_content .bnr_content__text {
		font-size: 1.2vw;
		letter-spacing: 0.1vw;
	}
}
@media screen and (min-width: 426px) and (max-width: 599px) {
	.bnr_content .bnr_content__text {
		font-size: 2.5vw;
		letter-spacing: 0.1vw;
	}
}
@media screen and (max-width: 425px) {
	.bnr_content .bnr_content__text {
		font-size: 3.5vw;
	}
}
.bnr_content .bnr_content__link {
	color: #004EA1;
}
.bnr_content .bnr_content__link:after {
	border-color: #004EA1;
}
.bnr_content .bnr_content__link:hover {
	color: #fff;
	background-color: #ECF3FA;
}
.bnr_content .bnr_content__link:hover:after {
	border-color: #fff;
}
.bnr_content .bnr_content__link:hover .bnr_content__inner {
	background-color: #004EA1;
}
.bnr_content .bnr_content__text-box {
	position: relative;
}
@media screen and (max-width: 425px) {
	.bnr_content .bnr_content__text {
		text-align: center;
	}
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
	.bnr_content .bnr_content__text {
		font-size: 1vw;
	}
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
	.bnr_content .bnr_content__title-text {
		text-align: center;
	}
}
@media screen and (max-width: 425px) {
	.bnr_content .bnr_content__title-text {
		text-align: center;
		font-size: 6vw;
	}
}

@media screen and (max-width: 767px) {
    .scene {
        padding: 48px 20px;
    }

    .scene .commonHeading {
        font-size: 18px;
        margin-bottom: 32px;
    }
    .scene .commonHeading span {
        font-size: 24px;
    }
    
    .scene_txt {
        text-align: center;
        margin-bottom: 40px;
    }
    
    
    .bnr_area {
        padding: 30px 0;
    }
}




