@charset "utf-8";

/* 
Base style
*/  
body {
    font-size: 15px;
    line-height: 1.5;
    font-family: "Noto Sans JP","Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    color: #333;
}
a {
    text-decoration: none;
}

/* 
grid
*/
.grid {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.grid-item {
    list-style: none;
}
.grid-col-2 > .grid-item {
    width: 50%;
}
.grid-col-3 > .grid-item {
    width: 33.3%;
}
.grid-col-4 > .grid-item {
    width: 25%;
}
@media screen and (max-width: 768px){
    .grid {
        display: block;
    }
    .grid-col-2 > .grid-item,
    .grid-col-3 > .grid-item,
    .grid-col-4 > .grid-item {
        width: 100%;
        margin: 20px 0;
    }
}

/*
header
*/
.header {
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: #fff;
}
.header-title {
    color: #00c3ff;
    margin-left: 20px;
}

.header-logo > a {
    display: block;
}

/* .header-nav {} */
    
.header-navlist {
    margin: 0;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* .header-navitem {} */

.header-navitem > a {
    display: block;
    padding: 10px;
    margin: 0 0px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 2px solid transparent;
    transition: border-color .25s;
}
.header-navitem > a:hover {
    border-bottom: 2px solid #00c3ff;
}
@media screen and (max-width: 1024px){
    .header {
        font-size: 13px;
    }
}
@media screen and (max-width: 736px){
    .header {
        font-size: 9.5px;
    }
}
@media screen and (max-width: 500px){
    .header {
        font-size: 8px;
    }
    .header-navlist{
        padding: 0 7px;
        font-size: 10px;
    }
    .header-navitem > a{
        padding: 4px;
    }
}
@media screen and (max-width: 428px){
    .header {
        height: 55px;
    }
    .header-title{
        margin-left: 5px;
        font-size: 13px;
    }
    .header-navlist{
        padding: 0 7px;
        font-size: 9px;
    }
    .header-navitem > a{
        padding: 4px;
    }
}

/*
hero 
*/
.hero {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}
.hero-left {
    margin-top: 160px;
}
/* .hero-left > img {} */
.hero-message1 {
    margin-top: 50px;
    margin-bottom: 0;
    text-align: center;
    color: #00c3ff;
    font-weight: bold;
    line-height: 2.1em;
}
.hero-related-title {
    margin: 50px auto 0 25px;
    color: #00c3ff;
}
.hero-related {
    display: flex;
}
.hero-related-content {
    width: 200px;
    margin: 0px 25px;
}
/* .hero-related-content > img {} */
.hero-related-content > .hero-related-content-title {
    margin-top: 5px;
    font-size: 12px;
    color: #00aeff;
    font-weight: bold;
    width: 220px;
}
.hero-right {
    margin-top: 70px;
    margin-left: 5%;
    position: relative;
}
.hero-right > h1 {
    padding: 25px 0px;
    background-color: #ffd200;
    color: #fff;
    text-align: center;
    width: 300px;
    position: absolute;
    transform: translate(-30px,450px);
}
/* .hero-right > img {} */

@media screen and (max-width: 1024px){    
    .hero-left {
        width: 380px;
        margin-top: 130px;
        margin-left: 10px;
    }
    .hero-left > img {
        width: 380px;
        height: auto;
    }
    .hero-message1 {
        margin-top: 30px;
        font-size: 12px;
    }
    .hero-message2 {
        font-size: 12px;
    }
    .hero-related-title {
        margin: 30px auto 0 10px;
    }
    .hero-related-content {
        width: 160px;
        margin: 0px 10px;
    }
    .hero-related-content > img {
        width: 100%;
        height: auto;
    }
    .hero-related-content > .hero-related-content-title {
        width: 160px;
    }
    .hero-right {
        width: 335px;  
        margin-top: 100px;      
    }
    .hero-right > img {
        width: 335px;
        height: auto;
    }
    .hero-right > h1 {
        padding: 15px 0;
        font-size: 30px;
        transform: translate(-30px,310px);
    }
}
@media screen and (max-width: 736px){
    .hero {
        display: block;
        flex-direction: column-reverse;
    }
    .hero-right {
        margin: 50px auto 0 auto;
    }
    .hero-left {
        margin: 50px auto;
    }
    .hero-right > h1 {
        padding: 15px 0px;
        width: 220px;
        font-size: 25px;
        position: absolute;
        transform: translate(-20px,320px);
    }
}

/* 
menu 
*/
.menu {
    margin-top: 70px;
}
.menu-link {
    position: relative;
    display: block;
    margin: 1%;
}
/* .menu-image {} */
.menu-image-filter {
    background-color: #ffffffa7;
    position: absolute;
    width: 100%;
    height: 100%;
}
.menu-image-filter:hover {
    background-color: #a4a4a48d;
}
.menu-subtitle {
    color: #00aeff;
    font-size: 15px;
    margin-top: 40%;
    margin-left: 5%;
    margin-bottom: 0;
}
.menu-title {
    color: #00aeff;
    font-size: 15px;
    margin-left: 5%;
    margin-top: 0;
}
.menu-image {
    width: 100%;
    height: auto;
}
@media screen and (max-width: 736px){
    .menu-subtitle {
        font-size: 20px;
        font-weight: bold;
    }
    .menu-title {
        font-size: 20px;
        font-weight: bold;
    }
}

/*
news
*/
.news {
    background-color: #ffffff;
    padding: 100px 0;
}
.section-news {
    width: 1000px;
    height: auto;
    margin: 0 auto;
    padding: 100px 0;
}
.news {
    padding: 0;
}
.news-item {
    list-style: none;
}
.links-link {
    display: block;
    color: #333;
    text-decoration: none;
}
.link-line{
    margin: 0;
}
.link-info {
    display: flex;
    align-items: center;
}
.link-info > p  {
    font-size: 14px;
}
.info-day {
    margin-right: 25px;   
}
.info-button {
    display: inline-block;
    color: #333;
    text-align: center;
    padding: 7px 20px;
    text-decoration: none;
    border-radius: 5px;
    margin-right: 25px;
}
.section-button {
    margin-top: 30px;
    text-align: right;
}
.block-button {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  background-color: #00b0b9ab;
  text-align: center;
  padding: 15px 30px;
  text-decoration: none;
  border-radius: 5px;
}
.button-c4 {
    background-color: #a8ebff;
}
/* .news-button {} */

@media screen and (max-width: 1024px){
    .section-news {
        width: 100%;
        height: auto;
        padding: 30px 0;
    }
    .news {
        padding: 0 5%;
    }
}
@media screen and (max-width: 768px){
    .section-news {
        width: 100%;
        height: auto;
        padding: 30px auto;
    }
    .news {
        margin-top: -20px;
        padding: 2%;
    }
    .link-info > p {
        font-size: 10px;
    }
    .link-title {
        margin-left: 10px;
    }
    .info-button {
        padding: 3px 0;
    }
    .info-day {
        width: 60px;
        margin: 0;
    }
    .button-c4 {
        width: 60px;
        margin: 0;
    }
}

/* 
link 
*/
.link {
    position: relative;
    height: 900px;
    overflow: hidden;
}
.link-main {
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}
@media screen and (min-width: 737px) {
    .link-contents-content {
        font-size: 20px;
        width: 400px;
        overflow: hidden;    
    }
    .link-contents-content > img {
        transition: all .6s;
    }
    .link-contents-content:hover img {
        transform: scale(1.1);
    }
}
.link > img {
    width: 100%;
    height: auto;
    min-height: 900px;
}
.link-line1 {
    display: flex;
    justify-content: center;
}
.link-line2 {
    padding: 300px auto;
    justify-content: center;
}
.link-contents1 {
    background-color: #fff;
    margin: 100px 80px;
    position: relative;
}
.link-contents2 {   
    background-color: #fff;
    margin: 90px 400px;
}
.link-contents-headline1 {
    position: absolute;
    padding: 5px 20px;
    background-color: #51e20d;
    color: #fff;
    font-size: 20px;
    width: 300px;
}
.link-contents-headline2 {
    position: absolute;
    padding: 5px 20px;
    background-color: #ff7300;
    color: #fff;
    font-size: 20px;
    width: 300px;
}
.link-contents-headline3 {
    position: absolute;
    padding: 5px 20px;
    background-color: #01d7e6;
    color: #fff;
    font-size: 20px;
    width: 300px;
}
.title {
    margin: 5px 0 0 0;
}
.subtitle {
    margin: 0 0 0 5px;
}
@media screen and (max-width: 1024px){
    .link {
        height: 700px;
    }
    .link-contents-content {
        width: 330px;
    }
    .link-contents1 {
        margin: 100px 25px;
    }
    .link-contents-content > img {
        width: 330px;
        height: auto;
    }
    .link-contents2 {
        background-color: #fff;
        margin: 30px 400px;
    }
    .link-main {
        position: absolute;
        transform: translate(-50%,-55%);
        top: 50%;
        left: 50%;
    }
}
@media screen and (max-width: 736px){
    .link {
        height: 900px;
    }
    .link-line1 {
        display: block;
        justify-content: center;
        margin: 0;
    }
    .link-contents1 {
        background-color: #fff;
        position: relative;
        margin: 70px 600px;
    }
    .link-contents2 {
        background-color: #fff;
        position: relative;
        margin: auto 600px;
    }
    .link-contents-headline1 {
        position: absolute;
        padding: 5px 20px;
        background-color: #51e20d;
        color: #fff;
        font-size: 15px;
        width: 230px;
    }
    .link-contents-headline2 {
        position: absolute;
        padding: 5px 20px;
        background-color: #00c3ff;
        color: #fff;
        font-size: 15px;
        width: 230px;
    }
    .link-contents-headline3 {
        position: absolute;
        padding: 5px 20px;
        background-color: #01d7e6;
        color: #fff;
        font-size: 15px;
        width: 230px;
    }
}


/* 
access 
*/
.access {
    margin-top: 100px;
}
.access-contents {
    display: flex;
    justify-content: center;
}
.access-content {
    margin-right: 2%;
}
.access-content-access-headline {
    color: #00c3ff;
    font-weight: bold;
    font-size: 20px;
    margin: 0px auto 0px 10px;
}
.access-content-hr {
    border-color: #00c3ff;
    height: 2px;
    background-color: #00c3ff;
    border: none;
    margin: 0px auto 0px 10px;
}
.access-content-access-pattern {
    font-size: 15px;
    margin: 20px auto 0 10px;
}
.access-content-access-sentence > p {
    font-size: 12px;
    margin: 0 auto 0 10px;
}
.access-map {
    margin-left: 2%;
    width: 500px;
}
.access-map-main {
    margin-top: 10px;
    width: 100%;
    height: 100%;
}
.access-image {
    margin: 50px 0 20px 0;
}
.access-image > img {
    margin: 0 10px;
}
.access-sentences {
    display: flex;
    margin: 0 auto 0 10px;
    padding: 0;
}
.access-sentence1 {
    width: 80px;
    font-weight: bold;
    padding: 0;
    margin: 0;
}
.access-sentence2 {
    margin: 0
}
.access-content-access {
    margin: 0
}
@media screen and (max-width: 1024px){
    .access-contents {
        justify-content: center;
        margin-left: 30px;
    }
    .access-map {
        margin-top: 40px;
        justify-content: center;
    }
    .access-content-hr {
        justify-content: center;
        margin-right: 30px;
    }
}
@media screen and (max-width: 736px){
    .access {
        margin-top: 50px;
    }
    .access-contents {
        justify-content: center;
        display: block;
        margin-left: 10px;
    }
    .access-image > img {
        width: 130px;
        height: auto;
    }
    .access-map {
        margin: 30px 10% 0;
        width: 80%;
        justify-content: center;
    }
    .access-map-main {
        margin-top: 10px;
        width: 100%;
        height: 250px;
    }
}

/* 
footer
*/
.footer {
    padding: 100px 0;
}
.footer-line {
    border-color: #00c3ff;
}
.footer-copy {
    margin: 80px 0 30px;
    display: block;
    text-align: center;
    font-size: 15px;
}
@media screen and (max-width: 736px){
    .footer {
        padding: 30px 0;
    }
    .footer-copy {
        margin-top: 30px;
    }
}