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

/*　共通 */
html{color:#000; font-size: 62.5%;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}
* {
    box-sizing: border-box;
    word-break:break-all;
}
html {
    font-size: 62.5%;
}
body {
    width: 100%;
    height: 100%;
    height: auto;
    margin: 0 auto;
    letter-spacing: 0.05em;
    font-family:  -apple-system, blinkMacSystemFont,
        "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "verdana", sans-serif;
    text-align: justify;
    text-justify: inter-ideograph;
    color: #333;
    line-height: 1.3;
    font-size: 1.8rem;
}
#wrap {
    width: 100%;
    height: auto;
    height: 100%;
}
a {
    text-decoration: none;
    transition: 0.3s;
}
a:hover  {
    opacity: 0.7;
}
li {
    list-style: none;
}
h1 {
    width: 100%;
    max-width: 200px;
    line-height: 1;
}
h1 img {
    width: 100%;
}
h2 {
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 100px;
}
/* header */
header {
    width: 100%;
    position: relative;
}
header>div.flexbox {
    width: 100%;
    background-color: rgba(112, 112, 112, 65%);
    margin: 0 auto;
    padding: 10px;
    justify-content: space-between;
    z-index: 100;
    position: fixed;
    top: 0;
}
header nav {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) translateX(0);
    -webkit- transform: translateY(-50%) translateX(0);
}
}
header nav ul {
    justify-content: space-between;
    align-items: center;
}
header nav ul li {
    margin: 0 20px;
    display: flex;
    align-items: flex-end;
}
header nav ul li a {
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
}
header nav ul li span {
    font-size: 3.6rem;
    line-height: 1;
    padding-left: 10px;
}
header .mainpic {
    width: 100%;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
header .mainpic p {
    text-align: center;
    position: absolute;
    color: #fff;
    text-shadow: 0px 0px 5px #000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
header .mainpic img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

/* footer */
footer iframe {
    width: 100%;
    height: 400px;
}
footer small {
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
    text-align: center;
}
/* main */
main section {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}
.about {
    width: 100%;
    padding: 100px 10px 60px;
    background-color: #D4E8EF;
}
.about .flexbox {
    width: 80%;
    margin: 0 auto;
    justify-content: space-between;
    align-items: flex-end;
}
.about .rcontent {
    width: 32%;
    position: relative;
}
.about .rcontent img {
    width: 100%;
    line-height: 0;
    bottom: 0;
    position: absolute;
}
.about .rcontent span {
    color: #fff;
    text-align: center;
    background-color: RGBa(0,0,0,0.5);
    display: block;
    padding: 5px 0;
    width: 100%;
    position: absolute;
    bottom: 0;
}
.about .lcontent {
    width: 65%;
}
.about .lcontent ul {
    width: 90.33%;
}
.about .lcontent li {
    display: flex;
    justify-content: flex-start;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
}
.about .lcontent li:last-child {
    border-bottom: none;
}
.about .lcontent li span:first-child {
    width: 20%;
}
.about .lcontent .call {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #F7FF17;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    display: block;
}
.about .lcontent .call span {
    display: block;
}
.about .lcontent .call span:first-child {
    font-size: 1.8rem;
}
.about .picbox {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 115px;
}
.about .picbox a {
    height: 300px;
    max-height: 305px;
    margin-bottom: 40px;
    overflow: hidden;
    display: block;
    position: relative;
}
@media (max-width: 1280px) {
    .about .picbox a {
        height: 23.4vw;
    }
}
.about .picbox a:last-child {
    margin: auto;
}
.about .picbox a img {
    height: 100%;
    display: table-cell;
    vertical-align: bottom;
}

.about .picbox a span {
    color: #fff;
    text-align: center;
    background-color: RGBa(0,0,0,0.5);
    display: block;
    padding: 5px 0;
    width: 100%;
    position: absolute;
    bottom: 0;
}
/* 汎用 */
.clear {
    clear: both;
}
.flexbox {
    display: flex;
}
