@charset "utf-8";
#pg_index section {
	margin: 0 auto 70px;
}

.base_wrap.wide {
	max-width: 800px;
}

/* ------------------------------------
    cont_header visual
------------------------------------ */


#pg_index .cont_header.visual::before{
    background-image: url(../img/watermark_4c.png);
}
#pg_index .cont_header.visual::after{
	background:url("../img/index/top_header_pc.png") center center no-repeat;
	background-size: cover,cover;
}

.cont_header.visual .wrap > *{
	max-width: 1000px;
}
#pg_index .cont_header.visual p{
	position: relative;
	margin: 0;
	max-width: 1000px;
	text-align: left;
}
span.next-2 {
	display: inline-block;
	border-style: solid;
	border-width: 7px 0 7px 12px;
	border-color: transparent transparent transparent #3465A6;
	margin: 0 15px;
}

/* 768px */
@media only screen and (max-width: 768px) {
    #pg_index .cont_header.visual{
        height: 290px !important;
    }
	#pg_index .cont_header.visual::before{
		width:100% !important;
		background:url("../img/watermark.png") no-repeat bottom 0px right -100px!important;
		height:100% !important;
	}
    #pg_index .cont_header.visual::after{
		background:url("../img/index/sm_back.png") bottom center no-repeat;
		background-size: cover,cover;
	}
    #pg_index h1 {
		color: #fff;
		text-align: center;
		font-size: 4rem;
	}
	#pg_index .cont_header.visual p{
		color: #fff;
		text-align: center;
	}
    span.next-2 {
		border-color: transparent transparent transparent #FFF;
	}
}
/* ------------------------------------
    cont_header visual end
------------------------------------ */


/* ------------------------------------
    cont_index
------------------------------------ */
.cont_index {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.cont_index li {
    position: relative;
    width: 29.64%;
    z-index: 0;
    margin: 0 1.81% 1.81% 0;
    text-align: center;
	border-radius: 50px 0 0 0;			
}
.cont_index li:first-child {
	background: url(../img/index/con_01.png);
	background-size:cover !important;
}
.cont_index li:nth-child(2) {
	background-image: url(../img/index/con_02.png);
	background-size:cover;
}
.cont_index li:last-child {
	background: url(../img/index/con_03.png);
	background-size:cover;
}
.cont_index li::before {
    content: '';
    display: block;
    padding-top: 100%;
}
.cont_index li a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    z-index: 1;
    font-size: 2rem;
    line-height: 1.6;
    padding: 15% 5%;
}
.cont_index p{
	position:absolute;
	bottom:20px;
	font-size:20px;
	font-weight: 600;
    right: 0;
    left:0;
}

/* min-769px */
@media screen and (min-width: 769px) {
    .cont_index li:hover {
		opacity: 0.7;
		cursor: pointer;
	}
	.cont_index li a::before,
    .cont_index li a::after {
		content: none;
	}
}
/* 768px */
@media only screen and (max-width: 768px) {
    .cont_index{
        display: block;
    }
    .cont_index li {
        width: 100%;
        margin: 0 0 10px;
        text-align: left;
        background-size: 170% !important;
		background-position: top 110px center !important;
    }
    .cont_index li:first-child {
        background: transparent url("../img/index/con_01_sm.png") center center / cover no-repeat !important;
    }
    .cont_index li:nth-child(2) {
        background: transparent url("../img/index/con_02_sm.png") center center / cover no-repeat !important;
    }
    .cont_index li:nth-child(3) {
        background: transparent url("../img/index/con_03_sm.png") center center / cover no-repeat !important;
    }
    .cont_index li::before {
        padding-top: 45%;
    }
    .cont_index li a{
        align-items: flex-start;
        padding: 0 10%;
    }
	.cont_index p{
		bottom: 12px !important;
		text-align: center;
	}
}
/* ------------------------------------
    cont_index end
------------------------------------ */


/* ------------------------------------
    btn_area
------------------------------------ */
#pg_index .btn_area {
	margin: 10px auto 20px;
}
#pg_index .btn_area a {
	border-width: 1px;
	border-radius: 50px;
	font-size: 16px;
	padding: 10px 0;
    max-width: 48%;
    margin: 10px 1%;
    white-space: nowrap;
}
.btn_area a.btn_pdf::after {
	background: transparent url(../img/ico_pdf.png) center center no-repeat;
	background-size: contain;
}
.btn_area a.btn_orange::after {
	background: transparent url(../img/ico_blank.png) center center no-repeat;
	background-size: contain;
}
.btn_area.two_column a {
	width: 300px;
}
.btn_area.three_column a {
    width: 31%;
}
#pg_index .btn_area a:hover {
	background: #e0e8f2;
}

/* 768px */
@media only screen and (max-width: 768px) {
    #pg_index .btn_area {
        margin: 30px auto 20px;
    }
    #pg_index .btn_area a {
        margin: 5px 0;
        width: 450px;
		max-width: 90%;
		padding: 12px 0;
    }
}
/* ------------------------------------
    btn_area end
------------------------------------ */


/* ------------------------------------
    PC hover
------------------------------------ */
body.pc_view .cont_index li a::after {
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}
body.pc_view .cont_index li a:hover::after {
    opacity: 0.6;
}


/* ------------------------------------
    print
------------------------------------ */
@media print {
    #pg_index .cont_header.visual .wrap {
        max-width: 380px;
    }

    #pg_index .cont_header.visual h1 {
        font-size: 4rem;
        text-align: left;
	}
    #pg_index .cont_header.visual p {
        text-align: left;
	}
}

