@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	fadeInUp
------------------------------------------------------------*/	
.fadeInUp {
	opacity: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	transition: transform 0.8s, opacity 0.8s;
}
.fadeInUp.on {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
} 
/*------------------------------------------------------------
	mainImg
------------------------------------------------------------*/
.mainImg1 {
    position: relative;
    min-height: 800px;
    background: url("../../img/cont_img/main_img.jpg") no-repeat center top;
    background-size: cover;
}

.mainImg30 {
    position: relative;
    min-height: 800px;
    background: url("../../img/cont_img/30main_img.jpg") no-repeat center top;
    background-size: cover;
}

.mainImg31 {
    position: relative;
    min-height: 800px;
    background: url("../../img/cont_img/31main_img.jpg") no-repeat center top;
    background-size: cover;
}

.mainImg:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 608px;
    background: url("../../img/common/shadow.png") no-repeat center top;
    background-size: 100% 100%; 
    content: "";
    z-index: 10;
}
.comSns {
    position: fixed;
    left: 30px;
    top: 471px;
    z-index: 900;
}
.comSns li {
    padding-bottom: 28px;
}
.comSns li a:hover {
    opacity: 0.7;    
}
@media all and (max-width: 896px) {
    .mainImg1 {
        position: relative;
        min-height: 400px;
        background: url("../../img/cont_img/sp_main_img.jpg") no-repeat center center;
        background-size: cover;
    }
    .mainImg30 {
        position: relative;
        min-height: 400px;
        background: url("../../img/cont_img/30sp_main_img.jpg") no-repeat center center;
        background-size: cover;
    }	
    .mainImg31 {
        position: relative;
        min-height: 400px;
        background: url("../../img/cont_img/31sp_main_img.jpg") no-repeat center center;
        background-size: cover;
    }	
    .mainImg:before {
        height: 163px;
        background: url("../../img/common/sp_shadow.png") no-repeat center top;
        background-size: 100% 100%; 
    }
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
    width: 1120px;
    margin: 0 auto;
}
@media all and (max-width: 896px) {
    .content {
        width: auto;
        padding: 0 10px;
    }
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
    margin: -120px 0 0;
    padding: 130px 0 20px;
    position: relative;
    background: rgba(11,54,106,0.8);
    z-index: 11;
}
.pageTitle .content {
    position: relative;
}
.pageTitle .content:before {
    position: absolute;
    left: -80px;
    bottom: -345px;
    width: 271px;
    height: 307px;  
    content: "";
}
.pageTitle h2 {
    margin-bottom: 46px;
    text-align: center;
}
.pageTitle h2 .jp {
    margin-top: 2px;
    color: #fff;
    font-weight: 500;
    font-size: 2.6rem;
    font-style: italic;
    display: block;
}
.pageTitle p {
    margin: 0 85px;
    color: #fff;
    line-height: 1.75;
    text-align: center; 
    text-justify:inter-ideograph;
}
@media all and (max-width: 896px) {
    .pageTitle {
        margin: -70px 0 0;
        padding: 75px 0 30px;
    }
    .pageTitle .content {
        padding: 0;
    }
    .pageTitle .content:before {
        position: absolute;
        left: 6px;
        bottom: -177px;
        background-size: 141px auto;
        width: 141px;
        height: 160px;  
        content: "";
    }
    .pageTitle h2 {
        margin: 0 20px 21px;
    }
    .pageTitle h2 img {
        width: 100%;
        max-width: 322px;
    }
    .pageTitle h2 .jp {
        margin-top: 10px;
        font-size: 1.6rem;
    }
    .pageTitle p {
        margin: 0 20px;
    }
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
    margin-bottom: 120px;
    position: relative;
    color: #333;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 0.02em;
	
}
.headLine01:before {
    margin-left: -50px;
    position: absolute;
    bottom: -32px;
    left: 50%;
    width: 100px;
    height: 1px;
    background: #cdcdcd;
    content: "";
}


@media all and (max-width: 896px) {
    .headLine01 {
        margin-bottom: 84px;
    }
    .headLine01:before {
        margin-left: -25px;
        bottom: -15px;
        width: 50px;
    }
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
    position: relative;
    margin: 0 0 49px 38px;
    letter-spacing: 0.05em;
	z-index: 0;
}
.headLine02:before {
    position: absolute;
    right: 0;
    bottom: -90px;
    width: 165px;
    height: 186px;

    content: "";
}
.headLine02 .info {
    color: #333;
    font-size: 3.6rem;
    display: inline-block;

}
@media all and (max-width: 896px) {
    .headLine02 {
        margin: 0 0 22px 8px;
    }
    .headLine02:before {
        position: absolute;
        right: -10px;
        bottom: -44px;
        width: 85px;
        height: 98px;

        background-size: 85px 98px;
        content: "";
    }
    .headLine02 .info {
		display: inline;
        font-size: 2.15rem;

        background-size: auto 5px; 
    }   
}
@media all and (max-width: 374px) {
    .headLine02 .info {
        font-size: 2rem;
    }
}
/*------------------------------------------------------------
	comSec
------------------------------------------------------------*/
.comSec {
    padding: 93px 0 5px;
}
.comSec .pho {
    margin-bottom: 52px;
}
.comSec .pho01 {
    margin-bottom: 41px;
}
.comSec .pho02 {
    margin-bottom: 0;
}
.comSec .txtBox {
    margin: 0 40px 51px;
}
.comSec .title {
    margin-bottom: 11px;
    padding-left: 0px;
    position: relative;
    font-size: 2.2rem;
    font-weight: bold;
    letter-spacing: 0.02em;
}

.comSec p {
    margin-bottom: 47px;
    line-height: 1.8;
    letter-spacing: 0em;
}
.comSec p:last-child {
    margin-bottom: 0;
}
.comSec p .fw {
    font-weight: bold;
}
.comSec .inner {
    padding: 150px 0 147px;
    position: relative;
}
.comSec .inner:before {
    position: absolute;
    left: -95px;
    top: -30px;
    width: 170px;
    height: 194px;
    content: "";
    z-index: -1;
}
.comSec .inner:after {
    position: absolute;
    right: -130px;
    bottom: 110px;
    width: 276px;
    height: 312px;
    content: "";
    z-index: -1;
}
.comSec .inner .infoBox {
    margin: 0 118px;
}
.comSec .inner .photoBox {
    width: 250px;
}
.comSec .inner .textBox {
    margin-top: -6px;
    width: 442px;
}
.comSec .inner .textBox .ttl {
    margin-bottom: 6px;
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 1.5;
}
.comSec .inner .textBox p {
    font-size: 1.4rem;
    color: #333;
    line-height: 2;
}
.comSec .inner .textBox p .info {
    background: #fcff12;
}
.comSec .inner .textBox p a:hover {
    opacity: 0.7;
}
@media all and (max-width: 896px) {
    .comSec {
        padding: 46px 0;
    }
    .comSec .pho {
        margin-bottom: 25px;
    }
    .comSec .pho01 {
        margin-bottom: 20px;
    }
    .comSec .pho02 {
        margin-bottom: 0;
    }
    .comSec .txtBox {
        margin: 0 10px 24px;
    }
    .comSec .title {
        margin: 0 -10px 3px 0;
        padding-left: 10px;
        font-size: 1.8rem;
        line-height: 1.8;
    }
    .comSec .title:before {
        left: 0;
        top: 13px;
        width: 4px;
    }
    .comSec p {
        margin-bottom: 18px;
    }
    .comSec p:last-child {
        margin-bottom: 0;
    }
    .comSec .inner {
        padding: 75px 0 72px;
    }
    .comSec .inner:before {
        position: absolute;
        left: 0;
        top: -20px;
        width: 85px;
        height: 99px;
        background-size: 85px 99px; 
    }
    .comSec .inner:after {
        position: absolute;
        right: -10px;
        bottom: -96px;
        width: 139px;
        height: 158px;
        background-size: 139px auto;
    }
    .comSec .inner .infoBox {
        margin: 0;
        display: block;
    }
    .comSec .inner .photoBox {
        width: 42%;
        margin: 0 auto 17px;
    }
    .comSec .inner .textBox {
        margin: 0 10px;
        width: auto;
    }
    .comSec .inner .textBox .ttl {
        margin-bottom: 10px;
        font-size: 1.4rem;
        line-height: 1.5;
        text-align: center;
    }
    .comSec .inner .textBox p {
        font-size: 1rem;
        line-height: 1.8;
    }
    .comSec .inner .textBox p .info {
        background: #fcff12;
    }
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
    text-align: center;
	margin-top: 40px;
}
.comLink a:hover {
    opacity: 0.7;
}
/*------------------------------------------------------------
	comBanner
------------------------------------------------------------*/
.comBanner {
    padding: 50px 0;
    background: #395B85;
}
.comBanner .content {
    width: 1120px;
}
.comBanner .lBox {
    width: 380px;
}
.comBanner .rBox {
    width: 700px;
}
.comBanner .linkList{
    display: flex;
    justify-content: space-between;
}
.comBanner .linkList li{
    width: 220px;
    margin-bottom:20px;
}
.comBanner .linkList li:nth-child(5),
.comBanner .linkList li:nth-child(6)
{
    margin-bottom:0;
}


.comBanner .linkList li .infoBanner:last-child {
    margin-bottom: 0;
}
.comBanner a:hover {
    opacity: 0.7;
}
@media all and (max-width: 896px) {
    .comBanner {
        padding: 38px 0;
    }
    .comBanner .content {
        max-width: 640px;
        width: 80%
    }
    .comBanner .lBox {
        width: 100%;
        margin-bottom:20px;
    }
    .comBanner .rBox {
        width: 100%;
        margin: 0 auto;
    }
    .comBanner .linkList li {
        margin-bottom: 16px;
        width: 48%;
        text-align: center;
    }
    .comBanner .linkList li img {
        width: 100%;
    }
}


.report-cat {
	font-size: 1.1rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: normal;
	color: #fff;
  margin: 0 auto;	
}
.report-cat .cat15 {
	padding: 0.7rem 1.5rem;
	border-radius: 2px;
	background: #015b84;
	margin-right: 0.6rem;
	min-width: 4rem;
	text-align: center;
}

.report-cat .cat17 {
	padding: 0.7rem 1.5rem;
	border-radius: 2px;
	background: #0079b0;
	margin-right: 0.6rem;
	min-width: 4rem;
	text-align: center;
}

.report-cat .cat00 {
	padding: 0.7rem 1.5rem;
	border-radius: 2px;
	background: #009FE8;
	margin-right: 0.6rem;
	min-width: 4rem;
	text-align: center;
}
.report-cat .cat01 {
	padding: 0.7rem 1.5rem;
	border-radius: 2px;
	background: #C9BEA5;
	margin-right: 0.6rem;
	min-width: 4rem;
	text-align: center;
}
.report-cat .cat02 {
	padding: 0.7rem 1.5rem;
	border-radius: 2px;
	background: #DA4225;
	margin-right: 0.6rem;
	min-width: 4rem;
	text-align: center;
}
.report-cat .cat03 {
	padding: 0.7rem 1.5rem;
	border-radius: 2px;
	background: #666666;
	margin-right: 0.6rem;
	min-width: 4rem;
	text-align: center;
}
.report-cat .cat04 {
	padding: 0.7rem 1.5rem;
	border-radius: 2px;
	background: #32A690;
	margin-right: 0.6rem;
	min-width: 4rem;
	text-align: center;
}
.report-cat .cat05 {
	padding: 0.7rem 1.5rem;
	border-radius: 2px;
	background: #FEB301;
	margin-right: 0.6rem;
	min-width: 4rem;
	text-align: center;
}
.report-cat .cat06 {
	padding: 0.7rem 1.5rem;
	border-radius: 2px;
	background: #316AA8;
	margin-right: 0.6rem;
	min-width: 4rem;
	text-align: center;
}
.report-cat .cat07 {
	padding: 0.7rem 1.5rem;
	border-radius: 2px;
	background: #793283;
	margin-right: 0.6rem;
	min-width: 4rem;
	text-align: center;
}
.report-cat .cat08 {
	padding: 0.7rem 1.5rem;
	border-radius: 2px;
	background: #E07042;
	margin-right: 0.6rem;
	min-width: 4rem;
	text-align: center;
}
.report-cat .cat09 {
	padding: 0.7rem 1.5rem;
	border-radius: 2px;
	background: #DA4225;
	margin-right: 0.6rem;
	min-width: 4rem;
	text-align: center;
}
.report-cat .cat10 {
	padding: 0.7rem 1.5rem;
	border-radius: 2px;
	background: #793283;
	margin-right: 0.6rem;
	min-width: 4rem;
	text-align: center;
}
.report-cat .cat11 {
	padding: 0.7rem 1.5rem;
	border-radius: 2px;
	background: #C4546F;
	margin-right: 0.6rem;
	min-width: 4rem;
	text-align: center;
}
.report-cat .cat12 {
	padding: 0.7rem 1.5rem;
	border-radius: 2px;
	background: #823131;
	margin-right: 0.6rem;
	min-width: 4rem;
	text-align: center;
}