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

@media screen and (min-width: 0px) and (max-width: 960px) {

.pc-no {
    display: inline;
}

.sp-no {
    display: none;
}

.header {
    width: 100%;
    height: 80px;
    margin: 0 auto;
    padding: 0;
    position: fixed;
    overflow: visible;
    background-color: #FFF;
    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 .hdr-wrap  {
    width: 98%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: block;
}

.header .hdr-l {
    width: 100%;
}
.header .hdr-l h1 {
    width: 100%;
    margin: 0 0 5px;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 50%;
    font-weight: 500;
    line-height: 180%;
}

.header .hdr-logo {
    width: 40%;
    max-width: 150px;
    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;
    width: 100%;
    height: 100%;
    line-height: 110%;
}

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


/**SP NAV: BUTTONS***/

.header .sub-nav {
    width: 10%;
    position: absolute;
    right: 0;
    top: 10px;
    display: flex;
    justify-content: flex-end;
}
.sub-btn {
    width: 40px;
    height: 40px;
    margin: 0;
    color: #333333;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    align-content:center;
    text-align: center;
}
.sub-btn a {
    width: 100%;
    height: 100%;
    color: #333333;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    align-content:center;
    text-align: center;
}
.sub-btn .sb-flex {
    width: 100%;
    height: 100%;
    color: #333333;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    align-content:center;
    text-align: center;
}
.sub-btn .sb-icon {
    width: 100%;
    margin: 0;
    position: relative;
    overflow: hidden;
    display: block;
}
.sub-btn .ham-icon {
    width: 100%;
}

#menu-wrapper {
    cursor: pointer;
    z-index: 100;
}

#hamburger-menu {
    position: relative;
    width: 30px;
    height: 30px;
    margin: 0 auto;
}

#hamburger-menu span {
    opacity: 1;
    right: 0;
    display: block;
    width: 100%;
    height: 4px;
    border-radius: 10px;
    color: black;
    background-color: #F26969;
    position: absolute;
    transform: rotate(0deg);
    transition: .3s all;
}

#hamburger-menu span:nth-child(1) {
    top: 0;
}
#hamburger-menu span:nth-child(2) {
    top: 10px;
}
#hamburger-menu span:nth-child(3) {
    top: 20px;
}

#hamburger-menu.open span:nth-child(1) {
    transform: translateY(10px) rotate(135deg);
}
#hamburger-menu.open span:nth-child(2) {
    opacity: 0;
    transform: translateX(-60px);
}
#hamburger-menu.open span:nth-child(3) {
    transform: translateY(-10px) rotate(-135deg);
}

.header .menu-nav {
  display: block;
  position: fixed;
 top: -100%;
 /* Start off the screen */
/* top: 80px;*/
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow-y: scroll;
  background-color: rgba(255,255,255,1);
/*  border-bottom: solid 10px #0D6EB8;*/
  transition: top 0.3s all; /* Change the property to 'top' */
}

/******/

.header .hdr-r {
    width: 100%;
}

.header .hdr-sns {
    width: 100%;
    margin: 20px 0;
    display: flex;
    justify-content: center;
    gap: 0 15px;
}

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

.header nav {
    width: 100%;
    display:block;
}

.header ul.nav-list {
    width: 90%;
    margin: 0 auto 30px;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
    display: block;
    font-size: 110%;
}

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

.header ul.nav-list li:first-child:before,
.header ul.nav-list li:after {
    content: "";
    width: 100%;
    height: 3px;
    display: block;
    margin: 0 auto;
    background-color: #001D4B;
    border-radius: 10px;
}


.header ul.nav-list li a {
    width: 95%;
    margin: 0 auto;
    padding: 10px 2.5%;
    color: #001D4B;
    text-decoration: none;
    transition: all 0.3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header ul.nav-list li a:after {
    content: "";
    width: 25px;
    height: 10px;
    margin: 0;
    display: inline-block;
    background-color:unset;
    background-image: url("../img/common/hdr_nav-arr.svg");
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 10px;
    opacity: 1.0;
    transition: all 0.2s;
}

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

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

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


/***MAIN***/

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

.page {
    width: 100%;
}

.page-head {
    width: 100%;
    margin: 0;
    padding: 20px 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: 70%;
    font-weight: 400;
    color: #000;
}

.pankuzu a {
    color: #000;
}

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

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

section.news-sec .wrap {
    padding: 60px 0 !important;
}
section.news-sec .flex-wrap {
    flex-wrap: wrap;
    align-items: center;
}

section.news-sec .news-l {
    width: 100%;
    margin: 0 0 30px;
}

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

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

ul.news-list {
    width: 100%;
    margin: 0 0 30px;
    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;
}
ul.news-list li a {
    width: 100%;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    text-decoration: none;
    color: #001D4B;
}
ul.news-list li .date {
    width: 100%;
}
ul.news-list li .title {
    width: 100%;
}

.news-btn {
    width: 70%;
    background-color: #001D4B;
    border-radius: 2px;
}
.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: 10%;
    max-width: 60px;
    position: fixed;
    right: 0;
    bottom: 250px;
    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 10px;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

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

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

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

.footer h2 {
    margin: 0;
    padding: 0;
    font-size: 100%;
    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: 100%;    
}

.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: 60%;
    font-weight: 300;
}

}