@charset "utf-8";

/* ----------------------------------------

content

---------------------------------------- */
#content {
}

/* ----------------------------------------

mvTop

---------------------------------------- */
.mvTop {
    width: 100%;
    min-width: 1170px;
    height: 550px;
    
}
.mvTopSlider {
    width: 100%;
    height: 550px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.mvTopSlider li {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: none;
}
.mvTopSlider li.mvTopSliderList01 {display:block; background-image: url(../img/top/mv_01.jpg)}
.mvTopSlider li.mvTopSliderList02 {background-image: url(../img/top/mv_02.jpg)}

.mvTopInner {
    width: 1170px;
    height: 100%;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.mvTopInner .sp_img {
    display: none;
}
.mvTopTextArea {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%);
    color: #fff;
    text-align: center;
}
.mvTopTextArea h2 {
    font-size: 93px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 35px;
}
.mvTopTextArea h2 span {
    font-weight: 700;
    -webkit-text-shadow: 0 0 8px rgba(0,0,0,0.5); text-shadow: 0 0 5px rgba(0,0,0,0.7);
    white-space: nowrap;
}
.mvTopTextArea p {
    line-height: 1;
    font-size: 22px;
    font-weight: 700;
    margin-left: 1em;
    -webkit-text-shadow: 0 0 8px rgba(0,0,0,0.5); text-shadow: 0 0 5px rgba(0,0,0,0.7);
    white-space: nowrap;
}
@media screen and (max-width:767px){
    .mvTop {
        overflow: hidden;
        min-width: inherit;
        height: 400px;
    }
    .mvTopSlider {
        height: 400px;
    }
    .mvTopInner {
        width:  auto;
        padding: 0 15px 0;
    }
    .mvTopInner .sp_img {
        display: block;
        position: absolute;
        right: 8px;
        top: 5px;
        width: 130px;
    }
    .mvTopTextArea h2 {
        font-size: 58px;
        line-height: 1.08;
        margin-bottom: 15px;
    }
    .mvTopTextArea p {
        line-height: 1.5;
        font-size: 20px;
    }
}

/* ----------------------------------------

secNews

---------------------------------------- */
.secNews {
    background: #193771;
    padding: 24px 15px;
}
.secNewsInner {
    width: 1140px;
    margin: 0 auto;
}
.secNewsInner h2 {
    float: left;
    width: 10%;
    position: relative;
    font-weight: 700;
    background: #e6e6e6;
    padding-top: 25px;
    display: inline-block;
    padding: 26px 10px;
}
.secNewsInner h2:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0;
    width: 84px;
    height: 10px;
    background: #00a9e0;
}
.secNewsInner ul {
    width: 90%;
    display: inline-block;
    background: #fff;
    padding: 15px 35px;
}
.secNewsInner ul li {
    margin-bottom: 5px;
}
.secNewsInner ul li a {
    display: block;
    text-decoration: none;
}

/*.secNewsInner ul li a:hover {
    opacity: .6;
}*/
.secNewsInner ul li .date {
    width: 105px;
    float: left;
    color: #999;
}
.secNewsInner ul li p {
    width: 100%;
    margin-left: -105px;
    padding-left: 105px;
    float: right;
}

.hidden {
    display: none;
}

@media screen and (max-width:767px){
    .secNews {
        padding: 15px;
    }
    .secNewsInner {
        width: auto;
        margin: 0 auto;
        border-left: none;
    }
    .secNewsInner h2 {
        float: none;
        width: 100%;
        position: static;
        padding: 13px 0 0 15px;
        height: 40px;
        background: #e6e6e6;
    }
    .secNewsInner h2:before {
        left: 0;
        top: 0;
    }
    .secNewsInner ul {
        float: none;
        width: 100%;
        padding: 10px 15px;
    }
    .secNewsInner ul li .date {
        width: auto;
        float: none;
    }
    .secNewsInner ul li p {
        margin-left: 0;
        padding-left: 0;
        float: none;
    }
    .secNewsInner ul li p:after {
        display: none;
    }
    .hidden {
        display: block;
        width: 100%;
        opacity: 0;
    }
    .hidden > div {
        display: none;
    }
}
/* ----------------------------------------

secServices

---------------------------------------- */
.secServices .fig_sp {display: none;}
.secServices h2 {
    width: 1170px;
    padding: 45px 15px 50px;
    margin: 0 auto;
    color: #193771;
    text-align: center;
}
.secServices h2 span {
    font-size: 40px;
    font-weight: bold;
    display: block;
    line-height: 1;
    margin-bottom: 10px;
}
.secServices h2 small {
    font-size: 16px;
    display: block;
    line-height: 1;
}
.secServicesInner {
    width: 100%;
    min-width: 1170px;
    position: relative;
}
.secServicesInner .fig_pc {
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/top/img_services.jpg) no-repeat center center;
    background-size: cover;
    position: absolute;
}
.secServicesText {
    width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
}
.secServicesTextInner {
    margin-left: 50%;
    padding-left: 30px;
}
.servicesList h3 {
    line-height: 1;
    border-bottom: 3px solid #f2f2f2;
    font-size: 157.2%;
    font-weight: 700;
    color: #193771;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 35px;
}
.servicesList h3:after {
    content: "";
    display: block;
    width: 180px;
    height: 3px;
    background: #193771;
    position: absolute;
    bottom: -3px;
}
.servicesList .servicesListSec {
    margin-bottom: 30px;
}
.servicesList .servicesListSec a {
    display: block;
    text-decoration: none;
}
.servicesList .servicesListSec a:hover {
    opacity: .6;
}
.servicesList .servicesListSec h4 {
    float: left;
}
.servicesList .servicesListSec h4 img {
    height: 55px;
    width: auto;
}

.servicesList .servicesListSec p {
    width: 315px;
    float: right;
    margin-top: -5px;
}
@media screen and (max-width:767px){
    .secServices .fig_sp {
        display: block;
        width: 100%;
        padding-top: 42.4%;
        background: url(../img/top/img_services_sp.jpg) no-repeat center center;
        background-size: cover;
    }
    .secServices h2 {
        width: auto;
        padding: 30px 15px 35px;
    }
    .secServices h2 span {
        font-size: 28px;
        margin-bottom: 10px;
    }
    .secServices h2 small {
        font-size: 14px;
    }
    .secServicesInner {
        min-width: inherit;
    }
    .secServicesInner .fig_pc {
       display: none;
    }
    .secServicesText {
        width: auto;
    }
    .secServicesTextInner {
        margin-left: 0;
        padding-left: 0;
    }
    .servicesList h3 {
        font-size: 128.6%;
        margin-bottom: 25px;
    }
    .servicesList h3:after {
        width: 140px;
    }
    .servicesList .servicesListSec {
        margin-bottom: 35px;
    }
    .servicesList .servicesListSec h4 {
        float: none;
        text-align: center;
        margin-bottom: 15px;
    }
    .servicesList .servicesListSec p {
        width: auto;
        float: none;
        margin-top: -5px;
    }
}

/* ----------------------------------------

secMenuList

---------------------------------------- */
.secMenuList {
    background: #193771;
}
.secMenuList ul {
    width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
}
.secMenuList ul li {
    display: inline-block;
    width: 50%;
    text-align: center;
    padding-top: 50px;
    height: 210px;
    vertical-align: top;
}
.secMenuList ul li:last-of-type {
    border-left: 1px solid #fff;
}
.secMenuList ul li a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
}
.secMenuList ul li a:hover {
    opacity: .6;
}
.secMenuList ul li a img {
    width: auto;
    margin-bottom: 15px;
}
.secMenuList01 ul li a img {
    height: 61px;
}
.secMenuList02 ul li a img {
    height: 57px;
}
.secMenuList ul li a p {
    font-size: 142.9%;
    font-weight: bold;
    margin-left: 15px;
}
.secMenuList ul li a p:after {
    margin-left: 20px;
    display: inline-block;
    content: "\f105";
    font-size: 114.3%;
	font-family: FontAwesome;
    font-weight: normal;
}
@media screen and (max-width:767px){
    .secMenuList ul {
        width: 100%;
    }
    .secMenuList ul li {
        padding-top: 30px;
        height: 188px;
    }
    .secMenuList02 ul li {
        padding-top: 40px;
    }
    .secMenuList ul li a img {
        width: auto;
        margin-bottom: 10px;
    }
    .secMenuList ul li a p {
        font-size: 100%;
        margin-left: 0;
        position: relative;
    }
    .secMenuList ul li a p:after {
        margin-left: 0;
        display: block;
        position: absolute;
        bottom: -25px;
        text-align: center;
        width: 100%;
    }
}

/* ----------------------------------------

secGroup

---------------------------------------- */
.secGroup {
    width: 100%;
    height: 580px;
    background: url(../img/top/img_group.png) no-repeat center center #dcd9ee;
}
.secGroupInner {
    width: 1170px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.secGroupInner h2 {
    padding-top: 40px;
    color: #193771;
    font-size: 40px;
    font-weight: bold;
}
.secGroupInner p{
    color: #193771;
    font-size: 22px;
    font-weight: 500;
}
.secGroupInner .btn {
    position: absolute;
    bottom: 43px;
    width: 100%;
    text-align: center;
}
.secGroupInner .btn a {
    display: inline-block;
    width: 290px;
    height: 70px;
    line-height: 70px;
    text-decoration: none;
    color: #fff;
    background: #193771;
    font-size: 20px;
    line-height: 70px;
}
.secGroupInner .btn a:hover {
    background: #475f8d;
}
.secGroupInner .btn a:after {
    margin-left: 18px;
    display: inline-block;
    content: "\f105";
    font-size: 114.3%;
	font-family: FontAwesome;
    font-weight: normal;
}
@media screen and (max-width:767px){
    .secGroup {
        width: 100%;
        height: auto;
        background: url(../img/top/img_group_sp.png) no-repeat center center;
        background-size: cover;
    }
    .secGroupInner {
        width: 100%;
        height: auto;
        padding: 67% 0 0;
    }
    .secGroupInner h2 {
        padding-top: 0;
        width: 100%;
        position: absolute;
        top: 15px;
        line-height: 1.1;
        font-size: 28px;
    }
    .secGroupInner p{
        color: #333;
        font-size: 100%;
        width: 100%;
        position: absolute;
        top: 50px;
    }
    .secGroupInner .btn {
        bottom: 15px;
    }
    .secGroupInner .btn a {
        display: inline-block;
        width: 268px;
        height: 48px;
        line-height: 48px;
        font-size: 18px;
        line-height: 48px;
    }
}

/* ----------------------------------------

secFeature

---------------------------------------- */
.secFeature {
    background: #193771;
}
.secFeatureInner {
    width: 1170px;
    padding: 60px 15px 70px;
    margin: 0 auto;
    color: #fff;
}
.secFeatureInner h2 {
    line-height: 1;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 53px;
}
.secFeatureList {
    margin: 0 -9px;
}
.secFeatureList .col {
    width: 368px;
    display: inline-block;
    vertical-align: top;
    margin: 0 9px;
}
.secFeatureList .col .fig {
    margin-bottom: 25px;
}
.secFeatureList .col h3 {
    text-align: center;
    font-size: 157.2%;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 18px;
}
@media screen and (max-width:767px){
    .secFeatureInner {
        width: auto;
        padding: 25px 15px 40px;
    }
    .secFeatureInner h2 {
        line-height: 1.2;
        font-size: 28px;
        margin-bottom: 30px;
    }
    .secFeatureList {
        margin: 0;
    }
    .secFeatureList .col {
        width: 100%;
        display: block;
        margin: 0 0 40px;
    }
    .secFeatureList .col:last-of-type {
        margin: 0;
    }
    .secFeatureList .col .fig {
        margin-bottom: 10px;
        text-align: center;
    }
    .secFeatureList .col h3 {
        font-size: 128.6%;
        margin-bottom: 10px;
    }
}

/* ----------------------------------------

secAbout

---------------------------------------- */
.secAbout {
    background: #f2f2f2;
}
.secAbout .fig_sp {
    display: none;
}
.secAbout h2 {
    width: 1170px;
    padding: 45px 15px 50px;
    margin: 0 auto;
    color: #193771;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
}
.secAboutInner {
    width: 100%;
    min-width: 1170px;
    position: relative;
}
.secAbout .fig_pc {
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    background: url(../img/top/img_about.jpg) no-repeat center center;
    background-size: cover;
    position: absolute;
}
.secAboutText {
    width: 1170px;
    padding: 0 15px 60px;
    margin: 0 auto;
}
.secAboutTextInner {
    margin-right: 50%;
    padding: 0 15px;
    text-align: center;
}
.secAboutList h3 {
    display: inline-block;
    width: 317px;
    height: 42px;
    background: #193771;
    line-height: 42px;
    font-size: 157.2%;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
}
.secAboutList .fig {
    max-width: 354px;
    margin: 0 auto;
}
.secAboutList01 {
    margin-bottom: 40px;
}
.secAboutList01 h4 {
    font-size: 164.3%;
    font-weight: 700;
    line-height: 1.5;
    color: #193771;
    margin-bottom: 15px;
}
.secAboutList02 h4 {
    margin-bottom: 15px;
}
.secAboutList02 .fig {
    margin-bottom: 30px;
}
@media screen and (max-width:767px){
    .secAbout .fig_sp {
        display: block;
        width: 100%;
        padding-top: 42.4%;
        background: url(../img/top/img_about_sp.jpg) no-repeat center center;
        background-size: cover;
    }
    .secAbout h2 {
        width: auto;
        padding: 30px 15px 40px;
        font-size: 28px;
    }
    .secAboutInner {
        width: 100%;
        min-width: inherit;
    }
    .secAbout .fig_pc {
        display: none;
    }
    .secAboutText {
        width: auto;
        padding: 0 15px 5px;
    }
    .secAboutTextInner {
        margin-right: 0;
        padding: 0;
    }
    .secAboutList h3 {
        display: block;
        width: auto;
        max-width: 317px;
        margin: 0 auto 15px;
    }
}

/* ----------------------------------------

secIrnews

---------------------------------------- */
.secIrnews {
    background: #f2f2f2;
    padding: 50px 15px 80px;
    margin-bottom: -110px;
}
.secIrnewsInner {
    background: #fff;
    width: 1140px;
    margin: 0 auto;
    padding: 25px 120px 30px;
}
.secIrnewsInner h2 {
    font-size: 40px;
    font-weight: 700;
    color: #193771;
    text-align: center;
    margin-bottom: 23px;
}
.secIrnewsInner ul {
    border-top: 1px solid #ccc;
    margin-bottom: 25px;
}
.secIrnewsInner ul li {
    border-bottom: 1px solid #ccc;
    position: relative;
}
.secIrnewsInner ul li:after {
    display: inline-block;
    content: "\f105";
	font-family: FontAwesome;
    position: absolute;
    right: 25px;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
    font-size: 20px;
}
.secIrnewsInner ul li a {
    display: block;
    text-decoration: none;
    padding: 15px 65px 15px 0;
}
.secIrnewsInner ul li a:hover {
    opacity: .6;
}
.secIrnewsInner ul li a .date {
    float: left;
    color: #999;
    width: 95px;
}
.secIrnewsInner ul li a .cat {
    float: left;
    color: #fff;
    width: 125px;
    height: 24px;
    background: #193771;
    text-align: center;
    line-height: 24px;
}
.secIrnewsInner ul li a p {
    float: right;
    width: 590px;
}
.secIrnewsInner .btn {
    text-align: center;
    line-height: 1;
}
.secIrnewsInner .btn a {
    font-size: 128.6%;
    font-weight: 700;
    color: #193771;
    text-decoration: none;
}
.secIrnewsInner .btn a:hover {
    opacity: .6;
}
.secIrnewsInner .btn a:after {
    content: "\f105";
	font-family: FontAwesome;
    margin-left: 10px;
    font-weight: normal;
    font-size: 128.6%;
}
@media screen and (max-width:767px){
    .secIrnews {
        background: #fff;
        padding: 23px 15px 0;
        margin-bottom: 0;
    }
    .secIrnewsInner {
        width: auto;
        margin: 0;
        padding: 0;
    }
    .secIrnewsInner h2 {
        font-size: 28px;
        margin-bottom: 23px;
    }
    .secIrnewsInner ul {
        margin-bottom: 15px;
    }
    .secIrnewsInner ul li:after {
        display: none;
    }
    .secIrnewsInner ul li a {
        padding: 10px 0;
    }
    .secIrnewsInner ul li a .date {
        float: none;
        color: #999;
        width: auto;
        text-align: center;
        margin-bottom: 5px;
    }
    .secIrnewsInner ul li a .cat {
        float: none;
        margin: 0 auto 8px;
    }
    .secIrnewsInner ul li a p {
        float: none;
        width: auto;
    }
}

/* ----------------------------------------

clearfix

---------------------------------------- */

/* Modern Browsers
------------------------------- */
.secNewsInner ul li a:after,
.secServicesInner:after,
.servicesList .servicesListSec a:after,
.secIrnewsInner ul li a:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* Legacy IE
------------------------------- */
.secNewsInner ul li a,
.secServicesInner,
.servicesList .servicesListSec a,
.secIrnewsInner ul li a {
	*zoom: 1;
}