@media screen and (min-width: 767px){

body{
    max-width: 1200px;
    min-width:990px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 500;
    font-family: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    -webkit-text-size-adjust: 100%;
    letter-spacing: 0.05em;
}
h1, h2{
    font-family:"Yu Mincho";
    font-weight: bold;
}
h2{
    margin-top: 50px;    
}
h3{
    color: #0064b4;
    margin-left: 20px;
}
.black{
    color: black;
    font-weight: normal;
    font-size: 16px;
}
#wrapper{
    width: 100%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}
#header{
    height: 150px;
    width: 100%;
    min-width:990px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    display: block;
    position: fixed;
    z-index: 99;
}
.header-wrapper{
    display: flex;    
}

.header-logo{
    width: 495px;
    height: 50px;
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 20px;
}
.header-logo img{
    width: 100%;
    height: auto;    
}
.header-contact{
    width: 220px;
    height: 60px;    
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 300px;
    position: relative;
}
.header-contact:before{
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: -1;
        transition:0.5s;
        background: linear-gradient(45deg, #0b3190, #5c98c3);
    }
.header-contact:after{
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: -2;
        left:0;
        background: #353535;
}
.header-contact:hover:before{
        opacity: 0;
}
.header-contact img{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 10px;
    left: 25px;
    margin-top: auto;
    margin-bottom: auto;
}
.header-contact p{
    width: 150px;
    height: 50px;
    font-weight: bold;
    font-size: 18px;
    position: absolute;
    color: white;
    top: 15px;
    left: 80px;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 0;
}

#contact2{
    display: none;
}

    
#global-navi1-wrapper{
    max-width: 1200px;
    min-width:990px;
    height: 40px;
    display: flex;
    background: #5c98c3;
}
    .global-navi1{
        margin-left: 5%;
        position: relative;
        width: 12%;
        height: 40px;
        background: #5c98c3;
        transition:0.5s;
    }
    .global-navi1 a{
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        text-align: center;
        -ms-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        text-decoration: none;
        color: white;
    }
    .global-navi2{
        position: relative;
        width: 12%;
        height: 40px;
        background: #5c98c3;
        transition:0.5s;
    }
    .global-navi2 a{
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        text-align: center;
        -ms-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        text-decoration: none;
        color: white;
    }
    .global-navi3{
        position: relative;
        width: 12%;
        height: 40px;
        background: #5c98c3;
        transition:0.5s;
    }
    .global-navi3 a{
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        text-align: center;
        -ms-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        text-decoration: none;
        color: white;
    }
    .global-navi4{
        position: relative;
        width: 12%;
        height: 40px;
        background: #5c98c3;
        transition:0.5s;
    }
    .global-navi4 a{
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        text-align: center;
        -ms-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        text-decoration: none;
        color: white;
    }
    .global-navi5{
        position: relative;
        width: 12%;
        height: 40px;
        background: #5c98c3;
        transition:0.5s;
    }
    .global-navi5 a{
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        text-align: center;
        -ms-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        text-decoration: none;
        color: white;
    }
    .global-navi6{
        position: relative;
        width: 12%;
        height: 40px;
        background: #5c98c3;
        transition:0.5s;
    }
    .global-navi6 a{
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        text-align: center;
        -ms-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        text-decoration: none;
        color: white;
    }
    .global-navi7{
        position: relative;
        width: 12%;
        height: 40px;
        background: #5c98c3;
        transition:0.5s;
    }
    .global-navi7 a{
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        text-align: center;
        -ms-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        text-decoration: none;
        color: white;
    }
    .global-navi1:hover{
        background: #467292;
        transition:0.5s;
    }
    .global-navi2:hover{
        background: #467292;
        transition:0.5s;
    }
    .global-navi3:hover{
        background: #467292;
        transition:0.5s;
    }
    .global-navi4:hover{
        background: #467292;
        transition:0.5s;
    }
    .global-navi5:hover{
        background: #467292;
        transition:0.5s;
    }
    .global-navi6:hover{
        background: #467292;
        transition:0.5s;
    }
    .global-navi7:hover{
        background: #467292;
        transition:0.5s;
    }
    
.global-navi-2{
    display: none;
}

.breadcrumb {
  width: 1080px;
  padding-left: 50px;
  background: white;
  height: 50px;
  margin-top: 0;
  padding-top: 10px;
}
.breadcrumb li{
  display:inline;/*横に並ぶように*/
  list-style: none;
}
.breadcrumb li:after{/* >を表示*/
  content: '>';
  padding: 0 3px;
  color: #555;
}
.breadcrumb li:last-child:after{
  content: '';
}
.breadcrumb li a {
    text-decoration: none;
    color: #555;/*色*/
}
.breadcrumb li a:hover {
    text-decoration: underline;
}

#news2{
     width: 1000px;
     margin-top: 220px;
     margin-left: 50px;
}
#news2 h1{
     margin-left: 0;
}
p{
     margin: 10px;   
}

h1{
    position: relative;
    padding: 0.25em 0;
    margin-left: 50px;
}
h1:after {
    content: "";
    display: block;
    height: 4px;
    background: -moz-linear-gradient(to right, rgb(70, 114, 146), transparent);
    background: -webkit-linear-gradient(to right, rgb(70, 114, 146), transparent);
    background: linear-gradient(to right, rgb(70, 114, 146), transparent);
}

h2 {
    padding: 0.25em 0.5em;
    color: black;
    background: transparent;
    border-left: solid 5px #7db4e6;
}

.section {
    text-align: center;
    margin-top: 150px;
    margin-bottom: 200px;
    font-size: 1.2em;
}

span{
    color:#467292;
    font-weight: bold;
}

.fadeIn_up {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 4s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

#footer{
    background: #5c98c3;
    overflow: hidden;
    width: 100%;
    height: auto;
    padding: 30px 10px 40px 20px;
}
#footer ul{
    float: left;
    line-height: 3;
    margin-left: 10px;
}
#footer li{
    list-style: none;
    width: 110px;
    margin-left: 60px;
    float: left;
}
#footer a{
    color: white;
    text-decoration: none;
}
#footer a:hover {
    color: #696969;
    transition: 0.3s;
}
#footer_logo{
    clear: both;
    float: left;
    color: white;
    width: auto;
}
#footer_logo p{
    margin: 0;    
}
#copyright{
    clear: both;
    text-align: center;
    width: auto;
    margin: 10px 0 10px 0;
}
#sublogo{
    width: 300px; height: auto;
    object-fit: contain;
    margin-bottom: 10px;
}

.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}

.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    font-size: 25px;
    text-decoration: none;
    padding: 5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 25px;
    text-decoration: none;
    padding:5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
}