@charset "utf-8";
/* CSS Document */

#main {
	font-size: 1.5rem!important;
	line-height: 1.7;
}

/* KV
----------------------------------------------- */
.hero-area-b {
    max-height: 260px;
    min-height: 260px;
    margin-top: 14px;
    background: #2906ab;
}
.hero-area-b .content {
    padding-top: 53px;
}
.hero-area-b .content .main-txt>* {
    background: none;
}
.hero-area-b .content .main-txt .p-titleSub {
    font-size: 3.4rem;
    padding-bottom: 10px;
    display: inline-block;
}
.hero-area-b .content .sub-txt>* {
    background: none;
	padding: 0 5px;
	font-weight: normal;
	color: #fff;
}
.hero-area-b .visual {
    overflow:hidden;
}
.hero-area-b .visual > div {
    width: 1600px;
    /* margin-left: -30%; */
    /* height: inherit; */
    position: absolute;
    right: 0;
    bottom: 0;
}
.hero-area-b .visual>img,
.hero-area-b .visual>a>img {
    width:100%;
    height: auto;
}

.hero-area-b .visual .pc-img {
	display: block;
}

.hero-area-b .visual .sp-img {
	display: none;
}

@media only screen and (max-width: 767px) {
    .hero-area-b {
        display: flex;
    	justify-content: center;
    }
    .hero-area-b .content {
        position:absolute;
		padding-top: 0;
    }
    .hero-area-b .content .content-inner {
        background:none;
        padding:0;
    }
    .hero-area-b .content .main-txt {
        display:flex;
	    flex-direction: column;
        justify-content:center;
        /*height:260px;*/
    }
    .hero-area-b .content .main-txt>* {
        color:#fff;
        font-size: 4rem;
        padding-left:16px;
    }
	.hero-area-b .content .sub-txt>* {
    	padding-left: 16px;
	}
}
@media only screen and (max-width: 480px) {
    .hero-area-b {
	    min-height: inherit;
	    max-height: inherit;
	    height: 100%;
	}
    /*.hero-area-b .content .main-txt {
        height:calc(430vw*100/767);
    }*/
    .hero-area-b .content .main-txt>* {
        font-size: 3.2rem;
    }
    .hero-area-b .visual > div {
	    width: 100%;
	    position: inherit;
	    right: inherit;
	    bottom: inherit;
	}
    .hero-area-b .visual {
	    overflow: inherit;
	    position: inherit;
	    max-height: inherit;
	    height: inherit;
	    left: inherit;
	    top: inherit;
	    min-height: inherit;
	}
    
    .hero-area-b .visual .pc-img {
    	display: none;
    }
    
    .hero-area-b .visual .sp-img {
    	display: block;
    }
}
.hero-area-b + .section {
	margin-top: 0;
}


.list-link-b-wrapper {
    padding: 26px 20px 26px;
}
.list-link-b-wrapper h3 {
	color: #44546a;
	text-align: center;
	border-bottom: solid 1px #44546a;
	padding: 0 0 10px;
	margin: 0 0 10px!important;
	font-weight: bold;
	font-size: 2rem;
}
.list-link-b-wrapper h3 span {
	display: block;
	font-size: 3rem;
	line-height: 1;
}

.main-contents .section.diff-bg-a {
    background: #bff9fb;
}

.section.reason ul {
	width: 100%;
	display: flex;
	justify-content: space-around;
}
@media only screen and (max-width: 480px) {
	.section.reason ul {
		flex-wrap: wrap;
	}
}
.section.reason li {
	width: 23%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
@media only screen and (max-width: 1000px) {
	.section.reason li {
		width: 30%;
	}
}
@media only screen and (max-width: 768px) {
	.section.reason li:not(:last-child) {
		margin-bottom: 30px;
	}
}
@media only screen and (max-width: 480px) {
	.section.reason li {
		width: 100%;
	}
	.section.reason li:not(:last-child) {
		margin-bottom: 30px;
	}
}
.section.reason .visual {
	margin-bottom: 20px;
	width: 100%;
	flex-shrink: 0;
}
.section.reason h3 {
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 1.17em!important;
}
.section.reason p {
	width: 100%;
	margin-bottom: 0;
}

.p-fjcCol {
    margin-top: 40px!important;
}