
/* --------------------------------------------
    mainvisual
--------------------------------------------  */
.mainvisual {
    display: flex;
    align-items: center;
    height: 450px;
    padding-top: 50px;
}

.mainvisual .container {
    display: flex;
}

.mv_content {
    width: 55%;
}

.mv_pic {
    width: 45%;
    max-width: 330px;
    padding-top: 80px;
}

.mv_pic img {
    max-width: 487px;
}



.mainvisual__title {
    color: #333333;
    font-size: var(--fontSize42);
    font-weight: bold;
    line-height: 1.4;
}

.mainvisual__title span {
    display: inline-block; 
    background: #fdd05b;
    vertical-align:15%;
    padding-top: 7px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 20px;
    line-height: 1.3;
    margin:0 4px 0;
    font-size: var(--fontSize24);
    font-weight: bold;
    font-style: normal;
}

.mainvisual__title em {
    font-size: var(--fontSize42);
    font-weight: bold;
    font-style: normal;
}


.mainvisual__lead {
    color: #333;
    font-size: var(--fontSize20);
    line-height: 1.4;
    padding-top: 30px;
}

.mainvisual__p {
    color: #333;
    font-size: var(--fontSize16);
    line-height: 1.4;
    margin-bottom: 40px;
}

.mainvisual .buttonDownload,.mainvisual .buttonDownload2 {
    justify-content: flex-start;

}

@media screen and (max-width: 767px) {
    .mainvisual {
        padding: 60px 0 15px;
        height: 600px;
    }

    .mainvisual .container {
        display: block;
    }
    
    .mv_content {
        width: 100%;
    }
    
    .mv_pic {
        width: 100%;
        padding-top: 30px;
        text-align: center;
    }

    .mv_pic img {
        max-width: 75%;
    }
    
}

/* --------------------------------------------
    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;
    }
}

/* --------------------------------------------
    merit
--------------------------------------------  */

.merit {
    padding: 64px 0;
    background: #fdd05b;
}

.merit .commonHeading {
    margin-bottom: 40px;
    line-height: 1.5;
}

.merit_list {
    display: flex;
    justify-content: space-between;
    max-width: 920px;
    margin: 0 auto;
}

.merit_list li {
    width: 32%;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    padding: 30px 20px;
    text-align: center;
    line-height: 1.6;
}

.merit_icon {
    max-width: 200px;
    margin: 0 auto 20px;
}

.merit_list li h3 {
    font-size: var(--fontSize18);
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.6;
}

.merit_list li p {
    line-height: 1.6;
    text-align: left;
}


@media screen and (max-width: 767px) {
    .merit {
        padding: 48px 0;
    }
    .merit .commonHeading {
        margin-bottom: 28px;
    }
    .merit .commonHeading span {
        font-size: 24px;
    }

    .merit_list {
        display: block;
    }
    
    .merit_list li {
        width: 100%;
        padding: 20px;
    }

    .merit_list li + li {
        margin-top: 20px;
    }
    
    .merit_icon {
        max-width: 200px;
        margin: 0 auto 20px;
    }
    
    .merit_list li p {
        font-size: 14px;
    }
    
}

/* --------------------------------------------
    merit02
--------------------------------------------  */

.merit02 {
    padding: 64px 0;
}

.merit02 .commonHeading {
    margin-bottom: 40px;
    line-height: 1.5;
}

.merit02 .commonHeading02 {
    margin-bottom: 0px;
}

.merit_list02 {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 40px;
}

.merit_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;
}

.merit_box_label {
    background: #004EA1;
    color: #fff;
    font-size: var(--fontSize16);
    font-weight: bold;
    left: -12px;
    padding: 6px 13px 6px 26px;
    position: absolute;
    top: -8px;
}

.merit_box_label  span {
    font-size: var(--fontSize16);
}

.merit_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;
}

.merit_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) {
    .merit02 {
        padding: 48px 0 8px;
    }
    .merit02 .commonHeading {
        margin-bottom: 32px;
    }
    .merit02 .commonHeading span {
        font-size: 24px;
    }
    
    .merit_list02 {
        display: block;
        margin: 0 auto 20px;
    }

    .merit_list02 li {
        width: 100%;
        padding: 30px 10px 20px;
    }

    .merit_list02 li + li {
       margin-top: 30px;
    }

    .merit_box_label {
        background: #004EA1;
        color: #fff;
        font-size: var(--fontSize16);
        font-weight: bold;
        left: -12px;
        padding: 6px 13px 6px 20px;
        position: absolute;
        top: -8px;
    }

    .merit_box_label::after {
        height: 26px;
    }

}



/* --------------------------------------------
    cta
--------------------------------------------  */


.cta {
    background: #fdd05b;
    padding: 32px 0;
}
.cta .buttonDownload,.footer .buttonDownload{
    margin-bottom: 20px;
}

.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;
    }
}


/* --------------------------------------------
    case02
--------------------------------------------  */

.case02 {
    background: #d6e7f2;
    padding: 64px 0;
}

.case02 .commonHeading {
    margin-bottom: 40px;
}




@media screen and (max-width: 767px) {
    .case02 {
        padding: 48px 0;
    }
    .case02 .commonHeading {
        margin-bottom: 28px;
    }
    .case02 .commonHeading span {
        font-size: 24px;
    }

    .case02_box {
        max-width: 800px;
        margin: 0 auto 60px;
        padding: 60px 20px 40px;
    }
    
    .case02_box_ttl {
        position: absolute;
        top: -20px;
        left: 0;
        width: 100%;
    }
    
    .case02_box_ttl h3 {
        max-width: 80%;
        line-height: 1.4;
    }
    
    .nayami .case02_wrap {
        margin: 0 auto 60px;
        padding: 20px;
    }
    
    .nayami .case02_wrap::before {
        content: "";
        position: absolute;
        left: 10%;
        top: -50px;
        width: 60px;
        height: 60px;
    }
    
    .nayami01 .case02_wrap::before {
        background: url(../images/pic_case_01.png) center center no-repeat;
        background-size: contain;
    }
    
    .nayami02 .case02_wrap::before {
        background: url(../images/pic_case_03.png) center center no-repeat;
        background-size: contain;
    }
    
    .nayami03 .case02_wrap::before {
        background: url(../images/pic_case_05.png) center center no-repeat;
        background-size: contain;
    }
    
    .nayami .case02_wrap li + li {
        margin-top: 15px;
    }
    
    
    .kaiketu .case02_wrap {
        background: #fff;
        border: 4px solid #004EA1;
        padding: 20px;
        position: relative;
    }
    
    .kaiketu .case02_wrap::before {
        content: "";
        position: absolute;
        left: 10%;
        top: -50px;
        width: 60px;
        height: 60px;

    }


}

/* --------------------------------------------
    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;
	}
}
.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 {
}
@media screen and (min-width: 600px) {
	.reason3__title {
		margin-bottom: 10px;
	}
}
.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;
    font-weight: bold;
    line-height: 1.3;
}
@media screen and (min-width: 426px) {
	.reason3__title-main {
		font-size: 24px;
	}
}
@media screen and (min-width: 600px) {
	.reason3__title-main {
		font-size: 28px;
    	line-height: 1.5;
	}
}
.reason3__text, .reason3__text--no-margin {
	font-size: 16px;
	margin-bottom: 24px;
	line-height: 1.8;
}
.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: 200px;
		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 {
	border-left: 5px solid #004EA1;
    padding-left: 10px;
    margin-bottom: 15px;
}
@media screen and (min-width: 600px) {
	.reason3-point {
	}
}
.reason3-point__text {
	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-size: 14px;
}
@media screen and (min-width: 600px) {
	.reason3-point__num {
		font-size: 16px;
	}
}

.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/es/images/arrow-top.png) no-repeat 0 0;
	background: transparent url(https://www.shanon.co.jp/es/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: #f1f1f1;
}

.about .commonHeading {
    line-height: 1.5;
    margin-bottom: 40px;
    font-size: 32px;
}


@media screen and (max-width: 767px) {
    .about .commonHeading {
        font-size: 24px;
    }
}
.about_pic{
    font-size: 16px;
    width: 90%;
    margin: 0 auto;
    max-width: 800px;
    line-height: 1.5em;
}
.about p{
    text-align: left;
    line-height: 1.5em;
}
.bold{
    font-weight: bold;
    margin: 10px 0 0;
}
.about li{
    list-style: disc;
    padding-top: 5px;
    margin-left: 1.5em;
}
.about_pic img{
    margin-bottom: 40px;
}
.about_title{
    font-size: 18px;
}
/* --------------------------------------------
    price
--------------------------------------------  */

.price {
    padding: 64px 0;
    overflow: hidden;
}

.price .commonHeading {
    line-height: 1.5;
    margin-bottom: 40px;
    font-size: 32px;
}
.price p{ text-align: center;}
.price_sub{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
.price_title{
    font-size: 18px;
}
.price_title span{
    font-size: 40px;
    font-weight: bold;

}
.price_text{
    margin-bottom: 54px;
}
.pricebox{
    width: 15%;
    min-width:250px;
    background: #fdd05b;
    border-radius: 10px;
    padding: 30px;
    margin: 0 auto 20px;
    
}

.price_subttl {
    font-size: 18px;
    color: #fff;
    padding: 8px 0;
    text-align: center;
    max-width: 200px;
    background: #004EA1;
    margin: 0 auto 30px;
}

.price_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 76px;
}

.price_pic {
    width: 40%;
    border: 1px solid #ccc;
}

.price_contents{
    width: 54%;
}

.price_contents p {
    line-height: 1.6;
}

.price_list{
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.8;
}

.price_slider {
    width:80%;
    margin:0 auto 60px;
 }
 
 .price_slider img {
     width:100%;
     height:auto;
     border: 1px solid #ccc;
 }
 
 
 .price_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) {
    .price {
        padding: 48px 0;
    }
    .price .commonHeading {
        font-size: 24px;
        margin-bottom: 32px;
    }
    .price .commonHeading span {
        font-size: 24px;
    }

    .price_subttl {
        font-size: 16px;
        padding: 8px 0;
        max-width: 170px;
        margin: 0 auto 20px;
    }

    .price_wrap {
        display: block;
        margin-bottom: 40px;
    }
    
    .price_pic {
        width: 60%;
        margin: 0 auto 20px;
    }
    
    .price_contents{
        width: 100%;
    }

    .price_slider {
        width:200%;
        margin:0 -50% 60px;
     }

     .slick-prev {
        left: 26%;
    }
   
     .slick-next {
        right: 26%;
    }

    .price__button {
        padding: 0 20px;
    }
    .price_text{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}





/* --------------------------------------------
    case
--------------------------------------------  */

.case li a{
    color: #333;
}
.case li a:hover{
    color: #004ea1;
}
.case li a img:hover{
    opacity: 0.7;
    transform: 0.3s;
}
.case {
    background: #fdd05b;
    padding: 64px 0;
}

.case .commonHeading {
    margin-bottom: 40px;
}

.case_txt {
    text-align: center;
    line-height: 1.5;
    margin-bottom: 40px;
}


.case_list {
    display: flex;
    justify-content: space-between;
    max-width: 920px;
    margin: 0 auto;
}

.case_list li {
    width: 48%;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    padding: 30px 20px;
    text-align: center;
    line-height: 1.6;
}

.case_icon {
    max-width: 80px;
    margin: 0 auto 20px;
}

.case2_icon {
    max-width:300px;
    margin: 0 auto ;
}

.case_list li h3 {
    font-size: var(--fontSize18);
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.6;
}

.case_list li p {
    line-height: 1.6;
    text-align: center;
    margin-bottom: 10px;
}


@media screen and (max-width: 767px) {

    .case_list {
        display: block;
    }
    
    .case_list li {
        width: 100%;
        padding: 20px;
    }

    .case_list li + li {
        margin-top: 20px;
    }
    
    .case_icon {
        max-width: 60px;
        margin: 0 auto 20px;
    }
    
    .case_icon2 {
        max-width: 300px;
        margin: 0 auto ;
    }
    
    .case_list li p {
        font-size: 14px;
    }
    
}

@media screen and (max-width: 767px) {
    .case {
        padding: 48px 20px;
    }

    .case .commonHeading {
        font-size: 18px;
        margin-bottom: 32px;
    }
    .case .commonHeading span {
        font-size: 24px;
    }
    
    .case_txt {
        text-align: center;
        margin-bottom: 40px;
    }
    
    
    .bnr_area {
        padding: 30px 0;
    }
}



/*demo*/

.p-top-demo {
    padding: 64px 0;
    background: #f1f1f1;
    position: relative;
    z-index: 0;
}
@media screen and (width <= 768px) {
  .p-top-demo {
    padding: 3.5rem 0;
    display: none;
  }
.p-top-demo {
    display: none;
}
}
.demo_container{
    width: 960px;
    margin: 0 auto;
}
.p-top-demo h2{
    text-align: center;
    margin-bottom: 30px;
}
.p-top-demo h3{
    text-align: center;
    margin-bottom: 15px;
    font-size: 20px
}
.p-top-demo .p-top-demo__title {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.5;
  color: #3370d7;
  text-align: center;
}
.p-top-demo__content{
    margin-bottom: 40px;
}
@media screen and (width <= 768px) {
  .p-top-demo .p-top-demo__title {
    font-size: 1.5rem;
  }
}
.p-top-demo .p-top-demo__movie {
  position: relative;
  width: 100%;
  max-width: 1120px;
  z-index: 0;
}
.p-top-demo .p-top-demo__movie::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 90%;
  height: 90%;
}