
/* CSS Document */

/*==================================================

top-contents
=================================================*/

.top-image {
	width: 100%;
    margin: 0 auto;
}
.top-image img {
    width: 100%;
	max-width: 100%;
	height: auto;
}

.news {
    width: 90%;
    max-width: 980px;
    margin: 0 auto;
}
.news h1 {
    font-size: 2.4rem;
    text-align: center;
}
.news h1 span {
    display: block;
    font-size: 1.2rem;
    line-height: 100%;
    margin-top: 10px;
}
.news ul {
    border-top: 1px solid #e5e5e5;
    margin-top: 40px;
}
.news ul li {
    border-bottom: 1px solid #e5e5e5;
}
.news ul li dl {
    width: 100%;
    display: table;
}
.news ul li dl dt {
    width: 8em;
    display: table-cell;
    vertical-align: middle;
    padding: 1em 0;
}
.news dl dt::before {
    content: "- ";
    display: inline;
    vertical-align: middle;
}
.news ul li dl dd {
    display: table-cell;
    vertical-align: middle;
    padding: 1em 1em;
}

.about {
    width: 100%;
    position: relative;
    margin-top: 100px;
    z-index: 1;
}
.about .inner {
    width: 90%;
    max-width: 980px;
    margin:  0 auto;
}
.about .inner dl {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; 
}
.about.re .inner dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.about .inner dl dt {
    width: 46%;
}
.about .inner dl dd .photo-sk {
    width: 46%;
    display: none;
}
.about .inner dl dd {
    width: 46%;
}
.about .inner dl dd h1 {
    position: relative;
    font-size: clamp(2.4rem, 4vw, 7rem);
    font-weight: 400;
    line-height: 100%;
    margin: 20px 0;
    padding: 15px 0 20px;
}
.about .inner dl dd h1::before {
    content: " ";
	display: block;
    position: absolute;
    width: 100vw;
    height: 1px;
    background-color: #e5e5e5;
    top: 0;
    left: 0;
    -webkit-transform: translate(-53%, 0); 
    transform: translate(-53%, 0);
    z-index: -1;
}
.about .inner dl dd h1::after {
    content: " ";
	display: block;
    position: absolute;
    width: 100vw;
    height: 1px;
    background-color: #e5e5e5;
    left: 0;
    bottom: 0;
    -webkit-transform: translate(-53%, 0); 
    transform: translate(-53%, 0);
    z-index: -1;
}
.about.re .inner dl dd h1::before {
    left: 100%;
    -webkit-transform: translate(-48%, 0);
    transform: translate(-48%, 0);
}
.about.re .inner dl dd h1::after {
    left: 100%;
    -webkit-transform: translate(-48%, 0);
    transform: translate(-48%, 0);
}

.about .inner p.sub {
    color: #1a668b;
    font-size: clamp(1.4rem, 1.2vw, 2rem);
}
.about .inner dl dd .button {
    margin: 40px 0 0;
}
.about img {
    width: 100%;
	max-width: 100%;
	height: auto;
}

.banner {
    width: 100%;
    position: relative;
    background-image: url("../../images/index_13.png");
    background-position: center top;
    background-repeat: repeat-x;
    background-size: 100% 60%;
    margin-top: -40px;
    padding-top: 120px;
}
.banner ul {
    width: 90%;
    max-width: 980px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
}
.banner ul li {
    width: 46%;
    max-width: 456px;
}
.banner ul li a {
    width: 100%;
    display: block;
    text-decoration: none;
}
.banner ul li p {
    font-size: 2rem;
    color: #1a668b;
    text-align: center;
    margin-top: 15px;
}
.banner img {
    width: 100%;
	max-width: 100%;
	height: auto;
}

@media only screen and (min-width:1px) and (max-width: 768px) {
	
	.top-image {
        width: 100%;
        margin-top: 70px;
	}
    .news h1 {
        font-size: 2.4rem;
        text-align: center;
    }
    .news h1 span {
        display: block;
        font-size: 1.2rem;
        line-height: 100%;
        margin-top: 10px;
    }
    .news ul {
        border-top: 1px solid #e5e5e5;
        margin-top: 5%;
    }
    .news ul li {
        border-bottom: 1px solid #e5e5e5;
    }
    .news ul li dl {
        width: 100%;
        display: block;
    }
    .news ul li dl dt {
        width: 100%;
        display: block;
        padding: 1em 0 0;
    }
    .news ul li dl dd {
        display: block;
        padding: 0 0 1em;
    }

    .about {
        width: 100%;
        position: relative;
        margin-top: 12%;
        z-index: 1;
    }
    .about .inner {
        width: 90%;
        max-width: 980px;
        margin:  0 auto;
    }
    .about .inner dl {
        width: 100%;
        position: relative;
        display: block;
    }
    .about.re .inner dl {
        display: block;
    }
    .about .inner dl dt {
        width: 46%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .about.re .inner dl dt {
        top: 0;
        left: initial;
        left: auto;
        right: 0;
    }
    .about .inner dl dd {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;

        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; 
    }
    .about.re .inner dl dd {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .about .inner dl dd .photo-sk {
        width: 46%;
        display: block;
    }
    .about .inner dl dd .title {
        width: 46%;
    }
    .about .inner dl dd h1 {
        position: relative;
        margin: 0;
        padding: 15px 0 20px;
    }
    .about .inner dl dd h1::before {
        content: " ";
        display: block;
        position: absolute;
        width: 100vw;
        height: 1px;
        background-color: #e5e5e5;
        top: 0;
        left: 0;
        -webkit-transform: translate(-53%, 0); 
        transform: translate(-53%, 0);
        z-index: -1;
    }
    .about .inner dl dd h1::after {
        content: " ";
        display: block;
        position: absolute;
        width: 100vw;
        height: 1px;
        background-color: #e5e5e5;
        left: 0;
        bottom: 0;
        -webkit-transform: translate(-53%, 0); 
        transform: translate(-53%, 0);
        z-index: -1;
    }
    .about.re .inner dl dd h1::before {
        left: 100%;
        -webkit-transform: translate(-48%, 0);
        transform: translate(-48%, 0);
    }
    .about.re .inner dl dd h1::after {
        left: 100%;
        -webkit-transform: translate(-48%, 0);
        transform: translate(-48%, 0);
    }

    .about .inner p.sub {
        margin: 0 0 10px;
    }
    .about .inner p.txt {
        width: 100%;
        margin-top: 6%
    }
    .about .inner dl dd .button {
        margin: 6% auto 0;
    }
    .about img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .banner {
        width: 100%;
        position: relative;
        background-image: none;
        background-color: #bee3ef;
        margin-top: 10%;
        padding: 8% 0;
    }
    .banner ul {
        width: 90%;
        max-width: 980px;
        display: block;
        margin: 0 auto;
    }
    .banner ul li {
        width: 100%;
        max-width: 456px;
        margin: 0 auto 6%;
    }
    .banner ul li:nth-last-of-type(1) {
        margin: 0 auto;
    }
    .banner ul li a {
        width: 100%;
        display: block;
        text-decoration: none;
    }
    .banner ul li a p {
        font-size: 1.6rem;
        text-align: center;
        margin-top: 15px;
    }
}

@media only screen and (min-width:1px) and (max-width: 568px) {
	

}
	
@media only screen and (min-width:1px) and (max-width: 480px) {
	

}

