@charset "UTF-8";
/* CSS Document */


html, body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 16px;
	font-weight: 500;
    line-height: 210%;
    font-family: "Noto Sans JP","ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "Helvetica", Arial, "メイリオ", Meiryo, sans-serif;
     -moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
    background-color: #FFFFFF;
    color: #001D4B;
	text-align: left;
}

wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
}

img {
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 70%;
}

a {
    color: #FF3939;
    text-decoration: underline;
}

.pc-no {
    display: none;
}

.sp-no {
    display: inline;
}

.fade {
	opacity: 1.0;
	transition: all 0.3s;
}

.fade:hover {
    opacity: 0.5;
}

.header {
    width: 100%;
    height: 90px;
    margin: 0 auto;
    padding: 10px 0 0;
    position: fixed;
    overflow: visible;
    background-color: rgba(255,255,255,0.9);
    top: 0;
    left: 0;
    z-index: 100;
    -webkit-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.1);
box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.1);
}

.header h1 {
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 60%;
    line-height: 110%;
    font-weight: 500;
}
@media screen and (min-width: 961px) and (max-width: 1150px) {
.header h1 {
    font-size: 40%;
}
}

.header .hdr-wrap {
    width: 98%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .hdr-l {
    width: 35%;
}

.header .hdr-logo {
    width: 80%;
    max-width: 180px;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
}

.header .hdr-logo:hover {
    opacity: 0.5;
}
.header .hdr-logo a {
    display: block;
}

.header .sub-nav {
    display: none;
}

.header .hdr-r {
    width: 65%;
    max-width: 1000px;
}

.header .hdr-sns {
    width: 100%;
    margin: 0 0 10px;
    display: flex;
    justify-content: flex-end;
    gap: 0 15px;
    line-height: 110%;
}

.header .hdr-sns a {
    width: 10%;
    max-width: 25px;
    transition: all 0.3s;
}
.header .hdr-sns a:hover {
    opacity: 0.5;
}

.header nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header ul.nav-list {
    width: 80%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
    display: flex;
    justify-content: space-between;
    font-family: "Jost", serif;
}

.header ul.nav-list li a {
    width: 100%;
    height: 100%;
    display: block;
    color: #001D4B;
    text-decoration: none;
    transition: all 0.3s;
}

.header ul.nav-list li a:after {
    content: "";
    width: 0%;
    height: 3px;
    margin: 0 auto;
    display: block;
    background-color:#FF5A5A;
    border-radius: 10px;
    opacity: 0;
    transition: all 0.2s;
}

.header ul.nav-list li a:hover {
    color: #FF5A5A;
}

.header ul.nav-list li a:hover:after {
    width: 100%;
    opacity: 1.0;
}

.header .hdr-contact {
    width: 15%;
    background-color: #FF5A5A;
    border-radius: 2px;
    line-height: 110%;
    font-size: 90%;
    text-align: center;
    transition: all 0.2s;
}
.header .hdr-contact:hover {
    background-color: #001D4B;
}
.header .hdr-contact a {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    text-decoration: none;
}


/***MAIN***/

.main {
    margin: 100px 0 0;
}

.page {
    width: 100%;
}

.page-head {
    width: 100%;
    margin: 0;
    padding: 30px 0;
    position: relative;
    overflow: hidden;
    background-image: url("../img/common/pagehead_bk.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.page-head h1.page-title {
    width: 98%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 220%;
    line-height: 180%;
    font-weight: 500;
    color: #FFF;
    text-align: center;
}

.pankuzu {
    width: 98%;
    margin: 0 auto;
    padding: 2px 1%;
    position: relative;
    overflow: hidden;
    background-color: #F5F5F5;
    font-size: 80%;
    font-weight: 400;
    color: #000;
}

.pankuzu a {
    color: #000;
}

.page .page-wrap {
    width: 98%;
    min-height: 600px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.flex-wrap {
    display: flex;
    justify-content: space-between;
}

/***NEWS***/

section.news-sec {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

section.news-sec .wrap {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}
section.news-sec .flex-wrap {
    align-items: center;
}

section.news-sec .news-l {
    width: 15%;
}

section.news-sec h2 {
    margin: 0;
}

section.news-sec .news-r {
    width: 75%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

ul.news-list {
    width: 75%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
}
ul.news-list li {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    border-bottom: solid 1px #707070;
    transition: all 0.3s;
}
ul.news-list li:hover {
    background-color: #F5F5F5;
}
ul.news-list li a {
    width: 100%;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    text-decoration: none;
    color: #001D4B;
}
ul.news-list li .date {
    width: 20%;
}
ul.news-list li .title {
    width: 80%;
}

.news-btn {
    width: 20%;
    background-color: #001D4B;
    border-radius: 2px;
    transition: all 0.3s;
}
.news-btn:hover {
    background-color: #FF5A5A;
}
.news-btn a {
    padding: 15px 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 90%;
    line-height: 110%;
    color: #FFF;
    text-decoration: none;
}
.news-btn a:after {
    content: "";
    width: 40px;
    height: 5px;
    display: inline-block;
    background-image: url("../img/index/news_arr-r_white.svg");
    background-size: contain;
    background-repeat: no-repeat;
}


/***FOOTER***/

.pagetop {
    width: 5%;
    max-width: 60px;
    position: fixed;
    right: 0;
    bottom: 200px;
    z-index: 10;
    line-height: 0%;
    opacity: 1.0;
	cursor: pointer;
    transition: all 0.3s;
    
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
}

.pagetop:hover {
    opacity: 0.5;
}

.sticky {
	position: fixed;
    bottom: 0;
}

.footer {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    background-color: #001D4B;
    color: #FFF;
}

.footer .ftr-wrap {
    width: 95%;
    margin: 0 auto;
    padding: 30px 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer .ftr-l {
    width: 40%;
}

.footer .ftr-logo {
    width: 50%;
    max-width: 200px;
    margin: 0;
    line-height: 110%;
    transition: all 0.3s;
}

.footer .ftr-logo:hover {
    opacity: 0.5;
}

.footer h2 {
    margin: 0 0 10px;
    padding: 0;
    font-size: 120%;
    font-weight: 500;
}

.footer .ftr-info {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 80%;
    line-height: 160%;
    font-weight: 300;
}

.footer .ftr-r {
    width: 40%;    
}

.footer .ftr-r .sns-btns {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    gap: 0 15px;
}

.footer .ftr-r .sns-btns a {
    width: 10%;
    max-width: 30px;
    transition: all 0.3s;
}
.footer .ftr-r .sns-btns a:hover {
    opacity: 0.5;
}

.footer .ftr-r .copyright {
    text-align: right;
    font-size: 80%;
    font-weight: 300;
}