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

html, body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 18px;
	font-weight: 500;
    line-height: 210%;
    font-family: "Zen Maru Gothic","ヒラギノ角ゴ 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: #383838;
	text-align: left;
}

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

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

a {    
    color: #04A1EC;
    text-decoration: underline;
}

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

.pc-no {
    display: none;
}

.sp-no {
    display: inline;
}

.header {
    width: 98%;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: 20px;
    left: 1%;
    z-index: 10;
    overflow: visible;
    background-color: #FFF;
    border-radius: 100px;
    box-shadow: 3px 3px 6px 0px rgba(66,123,159,0.3);
-webkit-box-shadow: 3px 3px 6px 0px rgba(66,123,159,0.3);
-moz-box-shadow: 3px 3px 6px 0px rgba(66,123,159,0.3);
}

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

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

.header .hdr-l .tel-area {
    display: none;
}

.header h1.page-title {
    display: none;
}

.header .hdr-logo {
    width: 100%;
    max-width: 250px;
    margin: 0;
    padding: 0;
    line-height: 70%;
}

.header .hdr-logo a {
    width: 100%;
    height: 100%;
    display: block;
}

.header .hdr-r {
    width: 75%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .hdr-r .hdr-logo {
    display: none;
}

.header ul.nav-list {
    width: 70%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 100%;
    font-weight: 600;
    text-align: center;
}

.header ul.nav-list li:after {
    content: "";
    width: 0;
    height: 20px;
    margin: -15px 0 0;
    display: block;
    
    background-color: #FFFF4A;
    transition: all 0.3s;
    
}

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

.header ul.nav-list li a {
    color: #124062;
    text-decoration: none;
    text-align: center;
}

.header .hdr-r .tel-area {
    width: 25%;
}

.header .tel-area a {
    color: #1174BC;
    text-decoration: none;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.header .tel-area a .hours {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 80%;
    line-height: 110%;
}
    
.header .tel-area a .hours .label {
    width: 25%;
    margin: 0 10px 0 0;
    padding: 5px 0;
    border: solid 1px #1075BC;
    border-radius: 5px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 80%;
}

.header .tel-area a .tel {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Lexend", sans-serif;
    font-size: 190%;
    font-weight: 700;
}

.header .tel-area a .tel:before {
    content: "";
    width: 40px;
    height: 40px;
    display: inline-block;
    background-image: url("../img/common/icon_tel.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.header .sns {
    display: none;
}


/**SP NAV: BUTTONS***/
.sub-nav {
    display: none;
}


@media screen and (min-width: 961px) and (max-width: 1500px) {


.header .hdr-l {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.header .hdr-logo {
    max-width: 200px;
}


.header .hdr-l .tel-area {
    width: 30%;
    display: inline-block;
}

.header .hdr-r {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items: flex-end;
}
.header .hdr-nav {
    width: 100%;
    margin: 0;
}
.header .hdr-r .tel-area {
    display: none;
}

.header ul.nav-list {
    width: 90%;
    margin: 0 auto;
}

}



/**MAIN**/

.page-header {
    width: 100%;
    margin: 0 0 80px;
    padding: 0;
    position: relative;
    overflow: visible;
    background-color: #1174BC;
}

.page-header .page-head-wrap {
    width: 95%;
    margin: 0;
    padding: 180px 0 100px;
    position: relative;
    overflow: hidden;
}

.page-header h2.page-title-en {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: "Lexend", sans-serif;
    font-size: 90%;
    font-weight: 700;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-header h2.page-title-en:after {
    content: "";
    width: 60px;
    height: 20px;
    display: inline-block;
    margin: 0 0 0 10px;
    background-image: url("../img/common/title-w.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.page-header h1.page-title {
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
    position: relative;
    overflow: hidden;
    text-align: center;
    font-size: 240%;
    line-height: 110%;
    font-weight: 700;
    color: #FFF;
}

.main {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.page {
    overflow: visible;
}

.page:before {
    content: "";
    width: 100%;
    height: 300px;
    display: block;
    background-image: url("../img/common/bk_circle.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: -380px;
}

.main:after {
    content: "";
    width: 100%;
    padding-bottom: 30%;
    display: block;
    background-image: url("../img/common/bk_circle_lblue.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
}

.main .pankuzu {
    width: 95%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 90%;
}

.main .main-wrap {
    min-height: 600px;
    padding: 0 0 250px;
}

.main .page-wrap {
    width: 95%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 100px 0 30%;
    position: relative;
    overflow: hidden;
}

h3.mds-en {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: "Lexend", sans-serif;
    font-size: 90%;
    font-weight: 700;
    color: #1174BC;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
h3.mds-en.en-w {
    color: #FFF;
}
h3.mds-en:after {
    content: "";
    width: 60px;
    height: 20px;
    display: inline-block;
    margin: 0 0 0 10px;
    background-image: url("../img/common/title-b.svg");
    background-repeat: no-repeat;
    background-size: contain;
}
h3.mds-en.en-w:after {
    background-image: url("../img/common/title-w.svg");
}

h2.mds-ja {
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 240%;
    line-height: 110%;
    font-weight: 700;
    color: #124062;
}
h2.mds-ja.ja-w {
    color: #FFF;
}

table {
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
    position: relative;
    overflow: hidden;
    background-color: #0c5891;
    border-spacing: 2px;
    border-radius: 2px;
    font-size: 90%;
    line-height: 180%;
}
table th,
table td {
    background-color: #FFF;
    padding: 10px;
}

.main-btn {
    width: 30%;
    max-width: 300px;
    float: right;
    margin: 30px 0 0;
    border-radius: 40px;
    
    transition: all 0.3s;
    background-color: #E2F4FF;
}
.main-btn:hover {
    background-color: #1174BC;
}
.main-btn a {
    width: 85%;
    margin: 0 auto;
    padding: 10px 7.5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    
    transition: all 0.3s;
    color: #1174BC;
}
.main-btn:hover a {
    color: #FFF;
}

.main-btn a:after {
    content: "";
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
    display: inline-block;
    background-image: url("../img/common/news_icon-moon.svg");
    background-size: contain;
    background-repeat: no-repeat;
}


/**お知らせ**/

ul.news-list {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
}
ul.news-list ul{
	padding: 0;
}
ul.news-list li {
    width: 98%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    border-bottom: solid 3px #E2F4FF;
}
ul.news-list li:last-child {
    border-bottom: none;
}
ul.news-list li a {
    width: 98%;
    margin: 0 auto;
    padding: 20px 1%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s;
    background-color: #FFF;
}
ul.news-list li a:hover {
    background-color: #E2F4FF;
}
ul.news-list li a:after {
    content: "";
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
    display: inline-block;
    background-image: url("../img/common/news_icon-moon.svg");
    background-size: contain;
    background-repeat: no-repeat;
}
ul.news-list li .date {
    width: 10%;
    font-size: 80%;
    line-height: 110%;
    color: #7EACE0;
}
ul.news-list li .cat {
    width: 15%;
    margin: 0 2% 0 0;
    padding: 10px 0;
    text-align: center;
    background-color: grey;
    border-radius: 30px;
    color: #FFF;
    font-size: 80%;
    line-height: 110%;
}
ul.news-list li .cat.cat-news {
    background-color: #1174BC;
    color: #FFF;
}
ul.news-list li .cat.cat-events {
    background-color: #FAFA43;
    color: #1174BC;
}
ul.news-list li .title {
    width: 80%;
    color: #124062;
}

.pagination {
    width: 100%;
    max-width: 300px;
    margin: 60px auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 0 5%;
}

.pagination div {
    width: 40px;
    height: 40px;
    text-align: center;
    color: #124062;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:#E2F4FF;
}

.pagination a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #FFF;    
    text-decoration: none;
    transition: all 0.3s;
    background-color: #1174BC;
}

.pagination a:hover {
    background-color: #013F98;
}


/***お知らせ詳細***/


.news-article {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.news-article .na-title {
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 180%;
    line-height: 210%;
    font-weight: 700;
    text-align: left;
    color: #124062;
    border-bottom: solid 3px #124062;
}

.news-article .na-date {
    width: 100%;
    margin: 0 0 100px;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 80%;
    color: #124062;
}

.news-article .na-content {
    width: 100%;
    margin: 0 0 150px;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.news-article img {
    max-width: 80%;
    height: auto;
    margin: 0 auto 10px;
    display: block;
}

.news-article .back-btn {
    float: none;
    margin: 0 auto;
}



/***FOOTER***/

.pagetop {
    width: 5%;
    max-width: 60px;
    position: fixed;
    right: 1%;
/*    bottom:400px;*/
    bottom: 26%;
    z-index: 500;
    line-height: 0%;
    opacity: 1.0;
	cursor: pointer;
    
    transition: all 0.3s;
}

.pagetop:hover {
    opacity: 0.5;
}

.sticky {
	position: fixed;
    bottom: 10px;
}

.footer {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: visible;;
    background-color: #E2F4FF;
}

.footer .ftr-wrap {
    width: 98%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0 30px;
    position: relative;
    overflow: hidden;
}

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

.footer .ftr-wrap .ftr-flex .ftr-l,
.footer .ftr-wrap .ftr-flex .ftr-r {
    width: 45%;
}

.footer .ftr-logo {
    width: 100%;
    max-width: 250px;
    margin: 0 0 10px;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.footer .ftr-logo a {
    width: 100%;
    height: 100%;
    display: block;
}

.footer .tel-info {
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.footer .tel-info .tel {
    width: auto;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family: "Lexend", sans-serif;
    font-size: 140%;
    font-weight: 700;
    color: #1174BC;
}
.footer .tel-info .tel a {
    color: #1174BC;
}

.footer .tel-info .tel:before {
    content: "";
    width: 40px;
    height: 40px;
    display: inline-block;
    background-image: url("../img/common/icon_tel.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.footer .tel-info .sns {
    width: 10%;
    max-width: 30px;
    margin: 0 0 0 20px;
    line-height: 70%;
}
.footer .tel-info .sns a {
    width: 100%;
    display: block;
}

.footer dl.ftr-list {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
}

.footer dl.ftr-list dt {
    width: 20%;
    margin: 0 5% 10px 0;
    background-color: #FFF;
    color: #1174BC;
    text-align: center;
    border-radius: 2px;
    font-weight: 600;
}
.footer dl.ftr-list dd {
    width: 75%;
    margin: 0 0 10px;
    color: #124062;
    font-size: 90%;
    line-height: 180%;
}

.footer .ftr-map {
    width: 100%;
    margin: 0;
    padding: 0;
}

.footer .address {
    color: #124062;
}

.footer .copyright {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    text-align: center;
    color: #1174BC;
    font-size: 80%;
}