@charset "utf-8";
/* =======================================

    IndexElements

======================================= */

/* ------------------------------------------------
    cont_index_pattern_01
--------------------------------------------------- */

.pattern_01 .cont_header.visual {
    height: 290px;
}
#pg_index .cont_header.visual::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    /* background: #e2e2e2 url(../img/header_bg_pc.jpg) center center no-repeat; */
    background: url(../img/header.png) left center no-repeat;
	background-size: cover;
	z-index: -1;
}


@media only screen and (max-width: 768px) {
    .pattern_01 .cont_header.visual {
        margin: 0 0 10px;
    }
    .pattern_01 .cont_header.visual h1 {
        font-size: 4rem;
    }

}


/* ------------------------------------
    cont_index
------------------------------------ */
#pg_index .btn_area {
        margin: 10px auto 20px;
}
#pg_index section {
    margin: 0 auto 70px;
}
.pattern_01 .cont_index {
    display: flex;
    /* flex-wrap: wrap; */
    /* justify-content: flex-start; */
    justify-content: space-between;
}
.pattern_01 .cont_index li {
    position: relative;
    width: 240px;
    z-index: 0;
    margin: 0 1.81% 1.81% 0;
    text-align: center;
    font-weight: bold;
    height: 220px;
}
/*
.pattern_01 .cont_index li:first-child {
    background: transparent url(../img/pattern_01/contents_01.jpg) center center / cover no-repeat;
}
.pattern_01 .cont_index li:nth-child(2) {
    background: transparent url(../img/pattern_01/contents_02.jpg) center center / cover no-repeat;
}
.pattern_01 .cont_index li:nth-child(3) {
    background: transparent url(../img/pattern_01/contents_03.jpg) center center / cover no-repeat;
}
.pattern_01 .cont_index li:nth-child(4) {
    margin-right: 0;
    background: transparent url(../img/pattern_01/contents_04.jpg) center center / cover no-repeat;
}
.pattern_01 .cont_index li:nth-child(5) {
    background: transparent url(../img/pattern_01/contents_05.jpg) center center / cover no-repeat;
}
*/.pattern_01 .cont_index li::before {
    /* content: '';
    display: block;
    padding-top: 100%; */
    content: none;
}
.pattern_01 .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%; */
    display: block;
}
.banner_img_1 {
    background: transparent url(../img/top_banner_1.png);
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    height:166px;
    width:100%;
}
.banner_img_2 {
    background: transparent url(../img/top_banner_2.png);
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    height:166px;
    width:100%;
}
.banner_img_3 {
    background: transparent url(../img/top_banner_3.png);
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    height:166px;
    width:100%;
}
.banner_img_4 {
    background: transparent url(../img/top_banner_4.png);
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    height:166px;
    width:100%;
}
.cont_index li div.banner_text {
    color: #333;
    margin-top: 16px;
    text-align: left;
}
.cont_index li div.banner_text p {
    font-size: 18px;
}
.cont_index li:hover div.banner_text {
    color: #20a27c;
}
.cont_index li div.banner_text p {
    position: relative;
}
.cont_index li div.banner_text p::after {
    content: '';
    width: 11px;
    height: 11px;
    border-top: solid 2px #20a27c;
    border-right: solid 2px #20a27c;
    position: absolute;
    transform: rotate(45deg);
    transition: all 0.3s;
}
.cont_index li div.text-1 p::after {
    left: 135px;
    top: 8px;
}
.cont_index li:hover div.text-1 p::after {
    left: 145px;
}
.cont_index li div.text-2 p::after {
    left: 80px;
    top: 8px;
}
.cont_index li:hover div.text-2 p::after {
    left: 90px;
}
.cont_index li div.text-3 p::after {
    left: 145px;
    top: 8px;
}
.cont_index li:hover div.text-3 p::after {
    left: 155px;
}
.cont_index li div.text-4 p::after {
    left: 180px;
    top: 8px;
}
.cont_index li:hover div.text-4 p::after {
    left: 190px;
}
.cont_index li div.banner_icon {
    position: absolute;
    content: '';
    width: 36px;
    height: 36px;
    top:10px;
    left:10px;
    background-color: #000;
    border-radius:50%;
}
.cont_index li:hover div.banner_icon {
background-color: #20a27c;
}
.cont_index li div.attention {
    position: absolute;
    content: '';
    top:-40px;
    left:0;
    display:block;
    background-color: #20a27c;
    color:#fff;
    font-size: 1.4rem;
    /* padding:3px; */
    width:68px;
    height:25px;
    line-height: 25px;
    text-align: center;
}

.pattern_01 .cont_index li a:link,
.pattern_01 .cont_index li a:visited,
.pattern_01 .cont_index li a:active,
.pattern_01 .cont_index li a:hover {
    /* color: #fff; */
    text-decoration: none;
}
.pattern_01 .cont_index li a small {
    display: block;
    font-size: 1.6rem;
    margin: 0 0 1em;
}
/* .pattern_01 .cont_index li a::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 0;
    border-color: #fff transparent transparent transparent;
}
.pattern_01 .cont_index li a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    opacity: 0.4;
    z-index: -1;
}

.pattern_01 .cont_index.three_column {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.pattern_01 .cont_index.three_column li {
    margin: 0 0.9% 1.81%;
}
.pattern_01 .cont_index.three_column li:nth-child(4n) {
    margin-right: 0.9%;
} */

@media only screen and (max-width: 768px) {
    /* #pg_index .btn_area {
        margin: 30px auto 20px;
    } */
    .pattern_01.base_wrap {
        width: 80%;
    }
    .pattern_01 .cont_index {
        display: block;
        margin-bottom:200px;
    }
    .pattern_01 .cont_index li {
        width: 100%;
        margin: 0 0 140px;
        text-align: left;
    }
    .cont_index li div.attention {
        top:-35px;
    }
    /* .pattern_01 .cont_index li:first-child {
        background: transparent url(../img/pattern_01/contents_01_sp.jpg) center center / cover no-repeat;
    }
    .pattern_01 .cont_index li:nth-child(2) {
        background: transparent url(../img/pattern_01/contents_02_sp.jpg) center center / cover no-repeat;
    }
    .pattern_01 .cont_index li:nth-child(3) {
        background: transparent url(../img/pattern_01/contents_03_sp.jpg) center center / cover no-repeat;
    }
    .pattern_01 .cont_index li:nth-child(4) {
        margin-right: 0;
        background: transparent url(../img/pattern_01/contents_04_sp.jpg) center center / cover no-repeat;
    }
    .pattern_01 .cont_index li:nth-child(5) {
        background: transparent url(../img/pattern_01/contents_05_sp.jpg) center center / cover no-repeat;
    }
    .pattern_01 .cont_index li::before,
    .pattern_01 .cont_index.three_column li::before {
        padding-top: 45%;
    } */
    .pattern_01 .cont_index li a,
    .pattern_01 .cont_index.three_column li a {
        align-items: flex-start;
        /* padding: 0 10%; */
    }
    .banner_img_1 {
        background: transparent url(../img/top_banner_sp_1.png);
        background-size:  cover; 
        background-position: center;
        height:300px;
    }
    .banner_img_2 {
        background: transparent url(../img/top_banner_sp_2.png);
        background-size:  cover; 
        background-position: center;
        height:300px;
    }
    .banner_img_3 {
        background: transparent url(../img/top_banner_sp_3.png);
        background-size:  cover; 
        background-position: center;
        height:300px;
    }
    .banner_img_4 {
        background: transparent url(../img/top_banner_sp_4.png);
        background-size:  cover; 
        background-position: center;
        height:300px;
    }
    .pattern_01 .cont_index li:nth-child(3) {
        margin: 0 0 175px;
    }
}
@media only screen and (max-width: 650px) {
    .pattern_01 .cont_index {
        margin-bottom:150px;
    }
    .pattern_01 .cont_index li {
        margin: 0 0 95px;
    }
    .banner_img_1,
    .banner_img_2,
    .banner_img_3,
    .banner_img_4 {
        height:250px;
    }
    .pattern_01 .cont_index li:nth-child(3) {
        margin: 0 0 125px;
    }
}

@media only screen and (max-width: 550px) {
    .pattern_01 .cont_index {
        margin-bottom:100px;
    }
    .pattern_01 .cont_index li {
        margin: 0 0 45px;
    }
    .banner_img_1,
    .banner_img_2,
    .banner_img_3,
    .banner_img_4 {
        height:200px;
    }
    .pattern_01 .cont_index li:nth-child(3) {
        margin: 0 0 75px;
    }
}

@media only screen and (max-width: 450px) {
    .pattern_01 .cont_index {
        margin-bottom:30px;
    }
    .pattern_01 .cont_index li {
        margin: 0 0 10px;
    }
    .banner_img_1,
    .banner_img_2,
    .banner_img_3,
    .banner_img_4 {
        height:166px;
    }
    .pattern_01 .cont_index li:nth-child(3) {
        margin: 0 0 40px;
    }
    #pg_index section {
        margin: 0 auto 40px;
    }

}



/* ------------------------------------------------
    cont_index_pattern_02
--------------------------------------------------- */
@media only screen and (max-width: 768px) {
    .pattern_02 .cont_header.visual_02 {
        margin: 0 0 10px;
    }
    .pattern_02 .cont_header.visual_02 h1 {
        font-size: 4rem;
    }
}

/* ------cont_index------ */
.pattern_02 .cont_index {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 0 20px;
}
.pattern_02 .cont_index li {
    position: relative;
    width: 50%;
    z-index: 0;
    margin: 0;
    text-align: center;
    font-weight: bold;
}
.pattern_02 .cont_index li:first-child {
    background: transparent url(../img/pattern/contents_01.jpg) center center / cover no-repeat;
}
.pattern_02 .cont_index li:nth-child(2) {
    background: transparent url(../img/pattern/contents_02.jpg) center center / cover no-repeat;
}
.pattern_02 .cont_index li:nth-child(3) {
    background: transparent url(../img/pattern/contents_03.jpg) center center / cover no-repeat;
}
.pattern_02 .cont_index li:nth-child(4) {
    margin-right: 0;
    background: transparent url(../img/pattern/contents_04.jpg) center center / cover no-repeat;
}
.pattern_02 .cont_index li:nth-child(5) {
    background: transparent url(../img/pattern/contents_05.jpg) center center / cover no-repeat;
}
.pattern_02 .cont_index li::before {
    content: '';
    display: block;
    padding-top: 31%;
}
.pattern_02 .cont_index li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    z-index: -1;
}
.pattern_02 .cont_index li:first-child:after {
    background: #80AAC9;
}
.pattern_02 .cont_index li:nth-child(2):after {
    background: #9B8B55;
}
.pattern_02 .cont_index li:nth-child(3):after {
    background: #559B6F;
}
.pattern_02 .cont_index li:nth-child(4):after {
    background: #333333;
}
.pattern_02 .cont_index li:nth-child(5):after {
    background: #333333;
}
.pattern_02 .cont_index li:hover:after {
    opacity: 0.6;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}
.pattern_02 .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%;
}
.pattern_02 .cont_index li a::before {
    content: '';
    position: absolute;
    top: 50%;
	transform: translateY(-50%) rotate(45deg);
    right: 40px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.pattern_02 .cont_index li a::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    width: 40px;
    background: #fff;
    height: 2px;
	-webkit-transition: all 0.2s ease-out!important;
    -moz-transition: all 0.2s ease-out!important;
    transition: all 0.2s ease-out!important;
}
.pattern_02 .cont_index li a:hover::before {
    right: 25px;
}
body.pc_view .pattern_02 .cont_index li a:hover::after {
    right: 24px;
    width: 55px;

}
.pattern_02 .cont_index li a:link,
.pattern_02 .cont_index li a:visited,
.pattern_02 .cont_index li a:active,
.pattern_02 .cont_index li a:hover {
    color: #fff;
    text-decoration: none;
}
.pattern_02 .cont_index li a small {
    display: block;
    font-size: 1.6rem;
    margin: 0 0 1em;
}

/*one_column*/
.pattern_02 .cont_index.one_column li:first-child {
    width: 100%;
    background: transparent url(../img/pattern/contents_01_02.jpg) center center / cover no-repeat;
}
.pattern_02 .cont_index.one_column li:first-child:before {
    content: '';
    display: block;
    padding-top: 15.5%;
}
.pattern_02 .cont_index.one_column li:first-child a {
    padding: 7%;
}

@media only screen and (max-width: 768px) {
    .pattern_02.base_wrap {
        width: 100%;
    }
    .pattern_02 .cont_index li {
        width: 100%;
    }
    .pattern_02 .cont_index.one_column li {
        width: 100%;
        padding-top: 0%;
    }
    .pattern_02 .cont_index li::before {
        padding-top: 45%;
    }

    /*one_column*/
    .pattern_02 .cont_index.one_column li a {
        padding: 0 10%;
    }
    .pattern_02 .cont_index.one_column li:first-child {
        width: 100%;
        background: transparent url(../img/pattern/contents_01.jpg) center center / cover no-repeat;
}
    .pattern_02 .cont_index.one_column li:first-child:before {
        padding-top: 45%;
    }
    .pattern_02 .cont_index.one_column li:first-child a {
        padding: 0 10%;
    }
    .pattern_02 .btn_area {
        width: 94%;
    }
}

/* btn_area */
.btn_area a {
    border-width: 1px;
    width: 500px;
    max-width: 48%;
    margin: 10px 1%;
    white-space: nowrap;
}
.btn_area.three_column a {
    width: 31%;
}
@media only screen and (max-width: 768px) {
    .btn_area a,
    .btn_area.three_column a {
        width: 100%;
        max-width: 100%;
        margin: 5px 0;
    }
}


/* ------------------------------------------------
    cont_index_pattern_03
--------------------------------------------------- */
@media only screen and (max-width: 768px) {
    .cont_header.visual_03 {
        margin: 0 0 10px;
    }
}


/* -----cont_header visual_02----- */
.nav_02 {
    border-bottom: 1px solid #002D78;
}
.visual_02.cont_header {
    background-color: #fff;
}
.visual_02.cont_header .wrap {
    padding: 70px 0 0;
}
.visual_02.cont_header h1 {
    font-size: 5rem;
}
.visual_02.cont_header .txt_catch {
    text-align: center;
    font-size: 2rem;
}

@media only screen and (max-width: 768px) {
    .visual_02.cont_header h1 {
        font-size: 4rem;
    }
}


/* -----cont_header visual_03----- */
.boddy_pattern03 {
    padding: 0;
}
.boddy_pattern03 #global_header {
    background: rgba(255,255,255,0.9);
}
.visual_03.cont_header {
    height: 360px;
    display: flex;
    align-items: center;
    margin: 0 0 40px;
    padding: 110px 0 0;
    position: relative;
    background: transparent;
}
.visual_03.cont_header::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #e2e2e2 url(../img/header_bg_pc.jpg) center center no-repeat;
    background-size: cover;
    z-index: -1;
}
.visual_03.cont_header .wrap {
    max-width: 1100px;
}
.visual_03.cont_header h1 {
    text-align: left;
    font-size: 5rem;
}
.visual_03.cont_header h1 small {
    display: block;
    font-size: 2.5rem;
    padding: 0.5em 0 0.2em;
}
.visual_03.cont_header p {
    width: 487px;
    padding: 0.35em 0;
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 1em 0 0;
    color: #fff;
    text-align: center;
    background-color: #002D78;
}
.visual_03.cont_header .catch {
    font-size: 2.2rem;
    line-height: 2;
}

/* cont_header visual large */
.visual_03.cont_header.large {
    height: 500px;
}
@media only screen and (max-width: 768px) {
    .visual_03.cont_header,
    .visual_03.cont_header {
        margin: 0 0 30px;
    }
    .visual_03.cont_header h1 small {
        font-size: 1.6rem;
    }
    .visual_03.cont_header p {
        width: 100%;
        font-size: 1.6rem;
    }

    .visual_03.cont_header h1 {
        font-size: 4rem;
        text-align: center;
    }
    .visual_03.cont_header::after {
        background: #e2e2e2 url(../img/header_bg_sp.jpg) center center no-repeat;
        background-size: cover;
    }

}


/* ------cont_index------ */
.pattern_03 .cont_index {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.pattern_03 .cont_index li {
    position: relative;
    width: 49.1%;
    z-index: 0;
    margin: 0 1.8% 1.8% 0;
    text-align: left;
    font-weight: bold;
    border: solid 1px #002D78;
}
.pattern_03 .cont_index li:first-child {
    background: transparent url(../img/pattern_03/contents_01.jpg) center center / cover no-repeat;
}
.pattern_03 .cont_index li:nth-child(2) {
    background: transparent url(../img/pattern_03/contents_02.jpg) center center / cover no-repeat;
}
.pattern_03 .cont_index li:nth-child(3) {
    background: transparent url(../img/pattern_03/contents_03.jpg) center center / cover no-repeat;
}
.pattern_03 .cont_index li:nth-child(4) {
    margin-right: 0;
    background: transparent url(../img/pattern_03/contents_04.jpg) center center / cover no-repeat;
}
.pattern_03 .cont_index li:nth-child(5) {
    background: transparent url(../img/pattern_03/contents_05.jpg) center center
}
.pattern_03 .cont_index li:nth-child(even) {
    margin-right:0;
}
.pattern_03 .cont_index li:nth-child(odd) {
    margin-right: 1.8%;
}
.pattern_03 .cont_index li::before {
    content: '';
    display: block;
    padding-top: 24%;
}
.pattern_03 .cont_index li:first-child:after {
    content: 'クローズアップ';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.4rem;
    padding: 0 26px;
    color: #fff;
    background-color: #002D78;

}
.pattern_03 .cont_index li a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #002D78;
    z-index: 1;
    font-size: 2.3rem;
    line-height: 1.6;
    padding: 12%;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
.pattern_03 .cont_index li a:link,
.pattern_03 .cont_index li a:visited,
.pattern_03 .cont_index li a:active,
.pattern_03 .cont_index li a:hover {
    color: #002D78;
    text-decoration: none;
}
.pattern_03 .cont_index li a:hover {
    background-color: rgba(133, 197, 238, 0.2);
}
.pattern_03 .cont_index li a small {
    display: block;
    font-size: 1.6rem;
    margin: 0 0 1em;
}

/*one_column*/
.pattern_03 .cont_index.one_column li:nth-child(even) {
    margin-right: 1.8%;
}
.pattern_03 .cont_index.one_column li:nth-child(odd) {
    margin-right: 0;
}
.pattern_03 .cont_index.one_column li:first-child {
    width: 100%;
    margin-right: 0;
}
.pattern_03 .cont_index.one_column li:first-child {
    background: transparent url(../img/pattern_03/contents_01_02.jpg) center center / cover no-repeat;
}
.pattern_03 .cont_index.one_column li:first-child:before {
    content: '';
    display: block;
    padding-top: 12%;
}
.pattern_03 .cont_index.one_column li:first-child a {
    padding: 5%;
}

@media only screen and (max-width: 768px) {
    .pattern_03 .cont_index li:first-child {
        background: transparent url(../img/pattern_03/contents_01.jpg) right center / cover no-repeat;
    }
    .pattern_03 .cont_index li:nth-child(2) {
        background: transparent url(../img/pattern_03/contents_02.jpg) right center / cover no-repeat;
    }
    .pattern_03 .cont_index li:nth-child(3) {
        background: transparent url(../img/pattern_03/contents_03.jpg) right center / cover no-repeat;
    }
    .pattern_03 .cont_index li:nth-child(4) {
        margin-right: 0;
        background: transparent url(../img/pattern_03/contents_04.jpg) right center / cover no-repeat;
    }
    .pattern_03 .cont_index li:nth-child(5) {
        background: transparent url(../img/pattern_03/contents_05.jpg) right center / cover no-repeat;
    }
    .pattern_03 .cont_index li,
    .pattern_03 .cont_index li:first-child {
        width: 100%;
    }
    .pattern_03 .cont_index li:nth-child(even) {
        margin-right: 0;
    }
    .pattern_03 .cont_index li:nth-child(odd) {
        margin-right: 0;
    }
    .pattern_03 .cont_index li::before {
        padding-top: 37%;
    }

    /*one_column*/
    .pattern_03 .cont_index.one_column li:first-child:before {
        padding-top: 37%;
    }
    .pattern_03 .cont_index.one_column li:first-child {
        margin-right: 0;
    }
    .pattern_03 .cont_index.one_column li:first-child a {
        padding: 0 10%;
    }
    .pattern_03 .cont_index.one_column li:nth-child(even) {
        margin-right: 0;
    }
    .pattern_03 .cont_index.one_column li a {
        padding: 0 10%;
        font-size: 2.3rem;
    }
    .pattern_03 .btn_area {
        width: 94%;
    }
}


/* ------------------------------------
    PC hover
------------------------------------ */
/* opacity */
/* 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;
} */


