@charset "UTF-8";
/*------------------------------------------------------------mainphoto*/
header {
    height: 100%;
}
#mainimage {
    height: 100%;
	position: relative;
    overflow: hidden;
}
#mainimage .main_tx {
    width: 100%;
    height: 100%;
    background: url("../img/index_img/main_ph.jpg") center center no-repeat;
	background-size: cover;
    position: absolute;
    top: 0;
    left: 44px;
    z-index: 2;
}
#mainimage .main_tx h2 {
    text-align: left;
    position: absolute;
    bottom: 75px;
    left: 10px;
}
#mainimage .main_tx h2 span {
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    background: #fff;
    padding: 2px 6px 6px;
    margin-bottom: 7px;
}
#mainimage .main_tx:before {
    content: "";
    display: block;
    width: 25px;
    height: 285px;
    background: url("../img/index_img/main_bg_tx.png") 0 0 no-repeat;
    background-size: 25px;
    position: absolute;
    bottom: 0;
    left: -40px;
}
#mainimage .main_bg {
    content: "";
    display: block;
    width: 80%;
    height: 56.8%;
    background: #150d79;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
@media print, screen and (min-width:768px) {
    #mainimage .main_tx {
        top: 0;
        left: 44px;
    }
    #mainimage .main_tx:before {
        width: 31px;
        height: 356px;
        background-size: 31px;
        left: -40px;
    }
    #mainimage .main_tx h2 {
        left: 30px;
    }
    #mainimage .main_tx h2 span {
        font-size: 30px;
        padding: 2px 14px 6px;
        margin-bottom: 7px;
    }
    #mainimage .main_bg {
        width: 80%;
        left: 0;
    }  
}
@media print, screen and (min-width:992px) {
    #mainimage .main_tx {
        left: calc(50% - 480px);
    }
    #mainimage .main_tx:before {
        width: 31px;
        height: 356px;
        background-size: 31px;
        left: -40px;
    }
    #mainimage .main_tx h2 {
        text-align: left;
        position: absolute;
        bottom: 25%;
        left: 60px;
    }
    #mainimage .main_tx h2 span {
        font-size: 40px;
        padding: 4px 14px 10px;
        margin-bottom: 15px;
    }
    #mainimage .main_bg {
        width: 80%;
        left: 0;
    }
}
@media print, screen and (min-width:1200px) {
    #mainimage .main_tx {
        left: calc(50% - 570px);
    }
    #mainimage .main_tx:before {
        left: -64px;
    }
}
/*------------------------------------------------------------content*/
/* * content_index01 * */
#content_index01 {
    position: relative;
    overflow: hidden;
}
#content_index01:before {
    content: "";
    width: 80%;
    height: calc(130px * 0.5);
    background: #150d79;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
}
#content_index01 .tx_box {
    padding-top: calc(65px + 50px);
    padding-bottom: calc(100px * 0.5);
}
#content_index01 .tx_box h3 {
    font-size: 26px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 17px;
}
#content_index01 .tx_box p {}
#content_index01 .ph_box {
    padding-top: calc(100px * 0.5);
    padding-right: 60px;
    position: relative;
}
#content_index01 .ph_box img {}
#content_index01 .ph_box:before {
    content: "";
    width: calc(100% + 80px);
    height: 100%;
    background: #f4f4f4;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
#content_index01 .ph_box:after {
    content: "";
    width: calc(92px * 0.35);
    height: calc(776px * 0.35);
    background: url("../img/index_img/content_index01_tx.png") 0 0 no-repeat;
    background-size: calc(92px * 0.35);
    position: absolute;
    top: 50%;
    right: 20px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}
#content_index01 .ph_box img {}
@media print, screen and (min-width:576px) {
    #content_index01 .ph_box {
        padding-right: calc(50% - 270px + 60px);
    }   
    #content_index01 .ph_box:after {
        width: calc(92px * 0.5);
        height: calc(776px * 0.55);
        background-size: calc(92px * 0.5);
        left: auto;
        right: calc(50% - 270px - 30px);
    }
}
@media print, screen and (min-width:768px) {
    #content_index01 {}
    #content_index01:before {
        height: calc(130px * 0.75);
    }
    #content_index01 .container {
        position: relative;
    }
    #content_index01 .container:after {
        content: "";
        width: calc(92px * 0.75);
        height: calc(776px * 0.75);
        background: url("../img/index_img/content_index01_tx.png") 0 0 no-repeat;
        background-size: calc(92px * 0.75);
        position: absolute;
        top: 50%;
        right: -15px;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 5;
    }
    #content_index01 .tx_box {
        padding-top: calc(97px + 75px);
        padding-bottom: calc(180px * 0.75);
        position: relative;
        z-index: 4;
    }
    #content_index01 .tx_box .tx_area p {
        line-height: 1.666;
    }
    #content_index01 .tx_box h3 {
        font-size: 33px;
        margin-bottom: 25px;
    }
    #content_index01 .ph_box { 
        width: 100%;
        height: 100%;
        text-align: left;
        padding-top: 323px;
        padding-right: calc(60px * 0.75);
        padding-left: 30px;
        position: absolute;
        top: 0;
        left: 34.2%;
        z-index: 3;
    }
    #content_index01 .ph_box:after {
        content: none;
    }
    #content_index01 .ph_box img {
        width: 400px;
    }
}
@media print, screen and (min-width:992px) {
    #content_index01:before {
        height: 130px;
    }
    #content_index01 .container:after {
        width: calc(92px * 0.75);
        height: calc(776px * 0.75);
        background-size: calc(92px * 0.75);
        right: -15px;
    }
    #content_index01 .tx_box {
        padding-top: calc(130px + 90px);
        padding-bottom: 180px;
    }
    #content_index01 .tx_box h3 {
        font-size: 40px;
        margin-bottom: 27px;
    }
    #content_index01 .ph_box { 
        padding-top: 322px;
        padding-right: 60px;
        padding-left: calc(147px * 0.5);
        position: absolute;
        left: 34.2%;
    }
    #content_index01 .ph_box:after {
        width: 92px;
        height: 776px;
        background-size: 92px;
        right: 0;
    }
    #content_index01 .ph_box img {
        width: 500px;
    }
}
@media print, screen and (min-width:1200px) {
    #content_index01 {}
    #content_index01:before {
        width: 100%;
        left: auto;
        right: calc(50% - 570px + 293px);
    }
    #content_index01 .container:after {
        width: 92px;
        height: 776px;
        background-size: 92px;
        right: -127px;
    }
    #content_index01 .ph_box {
        padding-top: 193px;
        padding-right: 60px;
        padding-left: 147px;
        position: absolute;
        left: 34.2%;
        left: calc(50% - 570px + 390px);
    }
    #content_index01 .ph_box img {
        width: auto;
    }
}
/* * content_index02 * */
#content_index02 {
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}
#content_index02:before {
    content: "";
    width: 110%;
    height: 100%;
    background: #00b395;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
#content_index02:after {
    content: none;
    width: 100%;
    height: 150px;
    background: #f4f4f4;
    position: absolute;
    bottom: 0;
    left: calc(50% - 570px);
    z-index: -2;
}
@media print, screen and (min-width:576px) {
    #content_index02 .container {
        position: relative;
    }
    #content_index02 .container:after {
        content: "";
        width: calc(73px * 0.75);
        height: calc(243px * 0.75);
        background: url("../img/index_img/content_index02_tx.png") 0 0 no-repeat;
        background-size: calc(73px * 0.75);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
    }
}
@media print, screen and (min-width:768px) {
    #content_index02 {
        margin-top: -40px;
    }
    #content_index02:before {
        left: auto;
        right: calc(50% - 360px - 7%); 
    }
    #content_index02:after {
        height: 75px;
        left: calc(50% - 360px);
    }
    #content_index02 .container:after {
        width: calc(73px * 0.75);
        height: calc(243px * 0.75);
        background-size: calc(73px * 0.75);
        left: -54px;
    }
}
@media print, screen and (min-width:992px) {
    #content_index02:before {
        right: calc(50% - 480px - 7%);
    }
    #content_index02:after {
        height: 150px;
        left: calc(50% - 480px);
    }
}
@media print, screen and (min-width:1200px) {
    #content_index02:before {
        right: calc(50% - 570px - 7%);
    }
    #content_index02:after {
        height: 150px;
        left: calc(50% - 570px);
    }
}
#content_index02 .links {
    max-width: 358px;
    margin: 0 auto;
}
#content_index02 .links:nth-child(2),#content_index02 .links:nth-child(3) {
    margin-top: 30px;
}
#content_index02 .links figure {
    margin-bottom: 10px;
    position: relative;
}
#content_index02 .links figure img {}
#content_index02 .links figure figcaption {
    display: inline-block;
    color: #111;
    font-size: 1.666em;
    font-weight: 700;
    line-height: 1;
    background: #fff;
    padding: 8px 10px;
    position: absolute;
    bottom: 25px;
    left: 0;
}
#content_index02 .links p {
    color: #111;
    font-weight: 500;
    text-align: left;
    margin-bottom: 8px;
}
#content_index02 .links .btn {}
#content_index02 .links .btn a {}
@media print, screen and (min-width:768px) {
    #content_index02 {
        padding: 75px 0;
        margin-top: -60px;
    }
    #content_index02 .links:nth-child(2) {
        margin-top: 30px;
    }
    #content_index02 .links:nth-child(3) {
        margin-top: 60px;
    }
    #content_index02 .links figure {
        margin-bottom: 20px;
    }
    #content_index02 .links figure figcaption {
        bottom: 34px;
    }
    #content_index02 .links p {
        margin-bottom: 16px;
    }
}
@media print, screen and (min-width:992px) {
    #content_index02 {
        padding: 100px 0;
        margin-top: -80px;
    }
    #content_index02 .links:nth-child(2) {
        margin-top: 60px;
    }
    #content_index02 .links:nth-child(3) {
        margin-top: 90px;
    }
}
/* * news_index * */
#news_index {
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}
#news_index:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #f4f4f4;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -2;
}
@media print, screen and (min-width:576px) {
    #news_index .container {
        position: relative;
    }
#news_index .container:after {
        content: "";
        width: calc(70px * 0.75);
        height: calc(743px * 0.75);
        background: url("../img/index_img/content_index03_tx.png") 0 0 no-repeat;
        background-size: calc(70px * 0.75);
        position: absolute;
        top: 0;
        right: -50px;
        z-index: 2;
    }
}
@media print, screen and (min-width:768px) {
    #news_index {
        padding-top: calc(75px * 2);
        padding-bottom: 75px;
        margin-top: -75px;
    }
    #news_index:before {
        left: calc(50% - 360px);
    }
}
@media print, screen and (min-width:992px) {
    #news_index {
        padding-top: calc(100px * 2);
        padding-bottom: 100px;
        margin-top: -100px;
    }
    #news_index:before {
        left: calc(50% - 480px);
    }
    #news_index .container:after {
        width: 70px;
        height: 743px;
        background-size: 70px;
        right: -81px;
    }
}
@media print, screen and (min-width:1200px) {
    #news_index:before {
        top: 0px;
        left: calc(50% - 570px);
    }
    #news_index .container:after {
        right: -113px;
    }
}
/*更新プログラム(連動)フォーマット*/
#news01 {
    background: #fff;
    padding: 20px;
    overflow: hidden;
}
#news01 dl {
    
    padding: 0 0 10px 0;
}
#news01 dl dt {
    font-weight: 700;
}
#news01 dl dd div.newstitle {
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#news01 dl dd div.newstitle a {
    color: #333;
    font-weight: 400;
    text-decoration: none;
}
#news01 dl dd div.newstitle a:hover {
    text-decoration: underline;
}
@media print, screen and (min-width:768px) {
    #news01 {
        padding: 20px 40px;
        margin: 0 20px;
    }
    #news01 dl dt {
        float: left;
    }
    #news01 dl dd {
        padding: 0 0 0 100px;
    }
}
@media print, screen and (min-width:1200px) {
    #news01 {
        padding: 40px 100px;
        margin: 0 97px;
    }
}