/*!
Theme Name: gltc_wp
Theme URI: http://gltc.jp/
Version: 1.0.0
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    box-sizing: border-box;
}
html {
    height:100%;
}
body {
    line-height:1;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    text-align: center;
    color: #72818D;
    font-size: 14px;
    height:100%;
}
@media screen and (max-width: 640px) {
    body {
        font-size: 12px;
    }
}

main,article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
    transition: all 1.0s;
    color: #6EB1C6;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

img {vertical-align: bottom;}


.pc-only {
    display: block!important;
  }
  
  .sp-only {
    display: none!important;
  }
  
  @media screen and (max-width: 640px) {
    .pc-only {
      display: none!important;
    }
  
    .sp-only {
      display: block!important;
    }
  }
  



h2 {
  font-family: 'Muli', sans-serif;
  font-weight: 700;
  position: relative;
  font-size: 2.6rem;
  padding-bottom: 20px;
  letter-spacing: 0.1em;
    display: inline-block;
    margin: 0 auto;
}
h2:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 0px;
    content: " ";
    display: block;
    height: 3px;
    width: 80px;
    background: #72818d; /* Old browsers */
    background: -moz-linear-gradient(left,  #72818d 50%, #6eb1c6 50%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #72818d 50%,#6eb1c6 50%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #72818d 50%,#6eb1c6 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
h3 {
     font-size: 1.7rem;
    }
    @media screen and (max-width: 540px) {
        h2 {
            font-size: 2.2rem;
        }
        h3 {
            font-size: 1.3rem;
           }
}



    .headerArea {
          position: absolute;
          z-index: 20;
          width: 100%;
    }

    .headerArea .navigation {
        display: flex;
        justify-content: space-between;
        margin-left: auto;
        margin-right: auto;
        margin-top: 35px;
        width: 100%;
    }

    .headerArea .navigation .sclimg{
        display: none;
    }
    .headerArea .navigation h1{
        margin-left: 3%;
        margin-right: 2%;
    }
    .headerArea .navigation h1 img{
        width: 100%;
    }

        @media screen and (max-width: 640px) {
            .headerArea .navigation h1 {
                text-align: left;
            }
            .headerArea .navigation h1 img{
                width: 70%;
            }
    }
    @media screen and (max-width: 540px) {
        .headerArea .navigation h1 {
            margin-left: 6%;
        }
}

.headerArea .navbar .nav{
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        margin-right: 3%;
    }
    @media screen and (max-width: 940px) {
        .headerArea .navbar .nav{
            font-size: 14px;
        }
    }
    
    .headerArea .navbar .nav li {
        margin-right: 25px;
        font-family: 'Muli', sans-serif;
        font-weight: 700;
        color: #CCCCCC;
    }
    @media screen and (max-width: 1044px) {
        .headerArea .navbar .nav li {
            margin-right: 15px;
        }
        }
    .nav-collapse .spnav li a,
    .headerArea .nav li a{
        color: #fff;
        position: relative;
        display: inline-block;
        text-decoration: none;
        white-space: nowrap;
    }
    .nav-collapse .spnav li span,
    .headerArea .nav li span{
        position: relative;
        display: inline-block;
        text-decoration: none;
        white-space: nowrap;
    }
    .nav-collapse .spnav li a::after,
    .headerArea .nav li a::after {
        position: absolute;
        bottom: -4px;
        left: 0;
        content: '';
        width: 100%;
        height: 2px;
        background: #fff;
        transform: scale(0, 1);
        transform-origin: left top;
        transition: transform .3s;
      }
      .nav-collapse .spnav li a:hover::after,
      .headerArea .nav li a:hover::after {
        transform: scale(1, 1);
      }
    .headerArea .navbar .nav li:last-child {
        padding-left: 20px;
    }
    @media screen and (max-width: 1044px) {
        .headerArea .navbar .nav li:last-child {
            padding-left: 10px;
        }
        }
    .headerArea .facebook img{
        width: 100%;
        max-width: 8px;
    }
    .headerArea .facebook {
        width: 30px;
        height: 30px;
        background: #fff;
        border-radius: 100px;
        display: flex!important;
        justify-content: center;
        align-items: center;
    }
    .headerArea .facebook:hover{
        opacity: .7;
    }
    .headerArea .facebook::after {
        display: none;
      }
    .headerArea span.facebook {
        background: #CCCCCC;
    }
    .headerArea span.facebook:hover{
        opacity: unset;
    }
      .headerArea .menu-trigger{
          display: none;
      }

      .headerArea.scllnav {
        position: fixed;
        background-color: #fff;
        box-shadow: 0px 6px 5px -5px rgba(0,0,0,0.2);
        -webkit-box-shadow: 0px 6px 5px -5px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 6px 5px -5px rgba(0,0,0,0.2);
        display: flex;
        align-items: center;
    }
    .headerArea.scllnav .navigation{
        margin-top: 0px;
    }
    .headerArea.scllnav .navigation h1 .opimg,
    .headerArea.scllnav .navigation .facebook .opimg{
        display: none;
    }
    .headerArea.scllnav .navigation h1 .sclimg,
    .headerArea.scllnav .navigation .facebook .sclimg{
        display: block;
    }
    .headerArea .nav-collapse {
        display: none;
    }

        @media screen and (min-width: 768px) {
            .headerArea.scllnav {
                padding-top: 15px;
                padding-bottom: 15px;
            }
            .headerArea.scllnav .nav li a{
                color: #72818D;
            }
            .headerArea.scllnav .nav li a::after {
                background: #72818D;
              }
              .headerArea.scllnav .facebook {
                background: #72818D;
            }
              .headerArea.scllnav span.facebook {
                background: #ccc;
            }
        }

@media screen and (max-width: 767px) {
    .headerArea {
        position: absolute;
        z-index: 20;
        width: 100%;
  }
    .headerArea h1 {
        margin-top: 20px;
    }
    .headerArea.scllnav h1 {
        margin-top: 0px;
    }


  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .headerArea .menu-trigger {
    position: absolute;
    top: 20px;
    right: 25px;
    width: 30px;
    height: 30px;
    z-index: 1100;
  }
  .headerArea.scllnav .menu-trigger {
    position: fixed;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #6EB1C6;
    border-radius: 4px;
  }
  .open .menu-trigger span {
    background-color: #fff;
  }
  .menu-trigger.active span {
    background-color: #fff;
  }

  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    width: 60%;
    top: 14px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }

  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(13px) rotate(-45deg);
    transform: translateY(13px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    -webkit-animation: active-menu-bar02 .8s forwards;
    animation: active-menu-bar02 .8s forwards;
  }
  @-webkit-keyframes active-menu-bar02 {
    100% {
      height: 0;
    }
  }
  @keyframes active-menu-bar02 {
    100% {
      height: 0;
    }
  }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-15px) rotate(45deg);
    transform: translateY(-15px) rotate(45deg);
  }


  .headerArea .navbar{
        width: auto;
        margin-left: auto;
        position: relative;
        flex-grow: 1;
    }
    .headerArea .menu-trigger,
    .headerArea.scllnav .navigation h1 .sclimg{
                display: block;
    }
    .headerArea.scllnav .navigation h1 .opimg
    .headerArea.open.scllnav .navigation h1 .sclimg {
                    display: none;
    }
    .headerArea .navigation h1 img{
        width: 100%;
        max-width: 30vw;
    }
    .headerArea.scllnav .navigation h1 img{
        max-width: 60vw;
    }
    .headerArea.open .navigation h1 {
        display: none;
    }
    .headerArea.open h1 {
        margin-top: 0px;
    }
    .headerArea .navigation {
        display: flex;
        justify-content: space-between;
        margin-left: 0;
        margin-top: 0px;
    }
    .headerArea.scllnav {
        padding-top: 20px;
        padding-bottom: 20px;
        max-height: 70px;
    }
    .headerArea.scllnav.open {
        padding-top: 0px;
        padding-bottom: 0px;
        display: block;
    }
    .headerArea .navbar .nav{
        display: none;
    }
    .headerArea.scllnav .nav-collapse,
    .headerArea .nav-collapse {
        display: block;
        position: fixed;
        transform: translate(767px);
        top: 0;
        right: 0;
        width: 100%;
        height: 100vh;
        transition: all .5s;
        }
    .headerArea.scllnav.open .nav-collapse,
    .headerArea.open .nav-collapse {
        transform: translate(0px);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 500;
        top: 0;
        right: 0;
        width: 100%;
        height: 100vh;
        background-color: #6EB1C6;
        transition: all 0.2s;
        z-index: 1000;
    }
    .nav-collapse .spnav {
        margin: 0;
        padding-bottom: 30px;
        font-size: 25px;
        list-style-type: none;
    }
    .nav-collapse .spnav li {
        padding: 0.8em 0;
        text-align: center;
        font-family: 'Muli', sans-serif;
        font-weight: 700;
        color: #CCCCCC;
    }
    .nav-collapse .spnav li:first-child img{
        width: 100%;
        max-width: 280px;
    }
    .nav-collapse .spnav li a,
    .nav-collapse .spnav li span {
        display: inline-block;
        text-align: center;
        text-decoration: none;
        color: #fff;
        margin-right: auto;
        margin-left: auto;
    }

    .nav-collapse .spnav .spnav_item {
	margin-left: 50px;
	opacity: 0;
    }

    .headerArea.scllnav .navigation h1{
        margin-top: 0px;
    }
    .nav-collapse .spnav li .facebook {
        width: 60px;
        height: 60px;
        display: flex!important;
        justify-content: center;
        align-items: center;
    }
    .nav-collapse .spnav li .facebook img {
        max-width: 15px;
    }
    .nav-collapse .spnav li span.facebook {
        background-color: #ccc;
    }
}

@media screen and (max-width: 640px) {
    .nav-collapse .spnav {
        font-size: 30px;
    }
}
@media screen and (max-width: 580px) {
    .nav-collapse .spnav {
        font-size: 20px;
        padding-bottom: 30px;
    }
}
@media screen and (max-width: 480px) {
    .headerArea.scllnav {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .nav-collapse .spnav {
        font-size: 18px;
        padding-bottom: 30px;
    }
    .headerArea.scllnav .navigation h1 img{
        max-width: 70vw;
    }
}





      .mainvs {
          position: relative;
      }
      .slider {
          position: absolute;
          z-index: 1;
          width: 100%;
    }
    .slider .slick-slide {
        width:100vw;
        height:100vh;
        position:absolute;
        top:0;
        left:0;
        margin:0 auto;
        text-align:center;
 }
.slider .slick-slide img {
        object-fit:cover;
        width:100%;
        height:100vh;
        margin: 0 auto;
        text-align:center;
    }
    @media screen and (max-width: 840px) {
        .slider .slick-slide {
            overflow: hidden;
                }
        .slider .slick-slide img {
            object-fit:cover;
            width:100%;
            height:100vh;
                    margin: 0 auto;
            }
     }
     @media screen and (max-width: 640px) {
        .slider .slick-slide img {
            object-position:100% 0%;
        }
     }
    .slider_txt {
        position: absolute;
        bottom: 60px;
        left: 0;
        z-index: 5;
        width: 100%;
    }
    @media screen and (max-width: 640px) {
        .slider_txt {
            position: absolute;
            bottom: 100px;
        }
        }
    .slider_txt div{
        max-width: 1024px;
        margin-left: auto;
        margin-right: auto;
        color: #fff;
        text-align: left;
        line-height: 1.8;
    }
        @media screen and (max-width: 1044px) {
        .slider_txt div{
            max-width: 84%;
        }
        }
    .slider_txt div h1+p {
        margin-top: 40px;
        margin-bottom: 30px;
    }
    @media screen and (max-width: 640px) {
        .slider_txt div h1{
            max-width: 80%;
        }
        .slider_txt div h1 img{
            width: 100%;
            max-width: 388px;
        }
        .slider_txt div p {
            font-size: 16px;
        }
    }

    .scrollBtn {
        position: absolute;
        bottom: 40px;
        left: 0;
        z-index: 6;
        text-align: center;
        width: 100%;
        font-size: 10px;
    }
    @media screen and (max-width: 640px) {
        .scrollBtn {
            padding-right: 8%;
            text-align: right;
            font-size: 14px;
        }
    }
    .scrollBtn a{
        color: #fff;
        font-family: 'Muli', sans-serif;
    }
    .scrollBtn::after {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        bottom: -40px;
        content: " ";
        display: block;
        height: 30px;
        width: 1px;
        background: #fff; 
    }
    @media screen and (max-width: 640px) {
        .scrollBtn::after {
            left: 88.5%;
        }    
    }    

.about {
    padding: 160px 0;
    background-color: #72818D;
    color: #fff;
    position: relative;
}
.about::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    top: 0px;
    content: " ";
    display: block;
    height: 30px;
    width: 1px;
    background: #6eb1c6; 
}
@media screen and (max-width: 640px) {
    .about::before {
        display: none;
    }    
}    
.about h2 {
    color: #fff;
}
.about h2:before {
    background: #fff; 
    background: -moz-linear-gradient(left,  #fff 50%, #6eb1c6 50%); 
    background: -webkit-linear-gradient(left,  #fff 50%,#6eb1c6 50%); 
    background: linear-gradient(to right,  #fff 50%,#6eb1c6 50%); 
  }

.about h3 {
    padding: 50px 0;
    line-height: 1.6;
}
.about article{
    max-width: 658px;
    margin: 0 auto;
}
@media screen and (max-width: 640px) {
    .about article{
        max-width: 80%;
        margin-right: auto;
        margin-left: auto;
    }
  }
.about article p{
    line-height: 1.8;
    text-align: left;
}
@media screen and (max-width: 640px) {
    .about article p{
        font-size: 18px;
    }
}




.Service{
    padding: 110px 0;
}
.Service article{
    max-width: 1024px;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 1044px) {
    .Service article{
        max-width: 90%;
        margin-right: auto;
        margin-left: auto;
    }
  }
@media screen and (max-width: 640px) {
    .Service article{
        max-width: 80%;
        display: block;
    }
  }

.Service article div{
    width: 40%;
    text-align: left;
    color: #72818D;
    line-height: 1.8;
}
@media screen and (max-width: 640px) {
    .Service article div{
        width: 100%;
        text-align: center;
        margin-right: auto;
        margin-left: auto;

        }
        .Service article div p{
            text-align: left;
            font-size: 18px;
        }
    }
.Service article div h3{
    line-height: 1.6;
    margin-bottom: 45px;
}
.Service article figure{
    width: 48%;
}
.Service article figure img{
    width: 100%;
}
@media screen and (max-width: 640px) {
    .Service article figure{
        width: 100%;
        text-align: center;
        margin-top: 80px;
        margin-right: auto;
        margin-left: auto;
        }
  }


.Company {
    padding: 100px 0;
    background-color: #F9F9F9;
}
.Company dl{
    max-width: 768px;
    margin: 50px auto 0;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    line-height: 1.6;
}
@media screen and (max-width: 788px) {
    .Company dl{
        max-width: 80%;
        margin-right: auto;
        margin-left: auto;
    }
  }

  .Company dl dt{
    padding-bottom: 25px;
    padding-top: 25px;
    width: 20%;
    border-bottom: 1px solid #CCCCCC;
}
.Company dl dd{
    padding-bottom: 25px;
    padding-top: 25px;
    width: 80%;
    border-bottom: 1px solid #CCCCCC;
}
.Company dl dd .br-style{
    display: inline;
}
.Company dl dt:last-of-type,
.Company dl dd:last-of-type{
    border-bottom: none;
}
.Company dl dd div{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.Company dl dd div+div{
    margin-top: 2.2em;
}
.Company dl dd div p{
    width: 50%;
    font-size: 12px;
}
.Company dl dd div p a{
    display: block;
    margin-bottom: 1em;
    text-decoration: underline;
    font-size: 14px;
}
.Company dl dd div figure{
    width: 45%;
    min-height: 170px;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Company dl dd div figure a{
    display: block;
}
.Company dl dd div figure a:hover{
    opacity: .7;
}
@media screen and (max-width: 640px) {
    .Company dl dt{
        width: 30%;
        font-size: 18px;
    }
    .Company dl dd{
        width: 70%;
        font-size: 18px;
    }
    .Company dl dd .br-style{
        display: none;
    }
            .Company dl dd div p{
        width: 100%;
        font-size: 14px;
    }
    .Company dl dd div figure{
        width: 100%;
        min-height: 230px;
        text-align: center;
        margin-top: 1em;
    }
    .Company dl dd div figure a{
        display: block;
        width: 100%;
        font-size: 18px;
    }
}

@media screen and (max-width: 480px) {
    .Company dl dt{
        width: 100%;
        font-size: 15px;
        border-bottom: none;
        padding-bottom: 0px;
    }
    .Company dl dd{
        width: 100%;
        font-size: 15px;
        padding-top: 5px;
        }
 }




.News{
    padding: 90px 0 150px;
}
@media screen and (max-width: 640px) {
    .News {
        padding: 90px 0 0px;
    }
  }
.News ul{
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1024px;
    display: flex;
    /*justify-content: space-between;*/
    justify-content: space-evenly;
}
@media screen and (max-width: 1044px) {
    .News ul{
        max-width: 80%;
        margin-right: auto;
        margin-left: auto;
    }
  }
  @media screen and (max-width: 640px) {
    .News ul{
        display: block;
    }
  }

  .News ul li{
    max-width: 320px;
    display: flex;
    flex-direction: column;
    text-align: left;
}
  .News ul li figure img{
    width: 100%;
    height: auto;
}
@media screen and (max-width: 1044px) {
    .News ul li{
        max-width: 30%;
    }
    .News ul li figure img{
        width: 100%;
    }
  }
  @media screen and (max-width: 640px) {
    .News ul li{
        width: 100%;
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 60px;
        }
  }

.News ul li h4{
    margin-top: 10px;
    font-weight: normal;
    height: 6em;
    line-height: 1.6;
}
@media screen and (max-width: 640px) {
    .News ul li h4{
        font-size: 18px;
        height: auto;
        margin-bottom: 40px;
    }
 }

.News ul li p{
    font-size: 10px;
}
@media screen and (max-width: 640px) {
    .News ul li p{
        font-size: 12px;
    }
 }

.News ul li p span{
    display: inline-block;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #A8B4BE;
    font-family: 'Muli', sans-serif;
}
.News ul li p .cat{
    font-size: 12px;
    font-weight: 700;
}


@media screen and (max-width: 640px) {
    .Staff h3{
        font-family: 'Muli', sans-serif;
        font-size: 32px;
        line-height: 1.3;
        letter-spacing: 0.05em;
    }
 }

.Staff a{
    background-color: #6EB1C6;
    color: #fff;
    display: flex;
    align-items: center;
    margin: 0 auto;
    position: relative;
    height:100%;
    max-height: 320px;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .Staff a{
        max-height: 230px;
    }
}

.Staff a figure {
    width: 50%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .Staff a figure {
        max-height: 250px;
    }
}
@media screen and (max-width: 640px) {
    .Staff a figure {
        width: 40%;
    }
}
.Staff a figure img{
    object-fit:cover;
    height:100%;
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}
@media screen and (min-width: 840px) {
    .Staff a figure img{
        width: 100%;
    }
}
@media screen and (max-width: 640px) {
    .Staff a figure img{
        margin-top: -60px;
        margin-left: -120px;
    }
}


.Staff a:hover figure img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.Staff article{
    width: 50%;
    text-align: left;
    display: flex;
    justify-content: flex-end;
    height:100%;
}
@media screen and (max-width: 640px) {
    .Staff article{
        width: 60%;
        max-height: 400px;
    }
}
.Staff article div{
    min-width: 512px;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 20px;
}
@media screen and (max-width: 1044px) {
    .Staff article div{
        max-width: 100%;
        min-width: 90%;
    }
}
@media screen and (max-width: 640px) {
    .Staff article div{
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
.Staff article div p{
    margin-top: 40px;
    line-height: 1.8;
}
@media screen and (max-width: 1044px) {
    .Staff article div p{
        margin-top: 10px;
    }
}
.Staff article div .more{
    display: block;
    margin-top: 50px;
    padding-right: 50px;
    text-align: right;
    color: #fff;
    position: relative;
    font-size: 1.1rem;
    transition: all 1.0s;
}
@media screen and (max-width: 1044px) {
    .Staff article div .more{
        margin-top: 30px;
    }
}
.Staff a:hover article div .more{
    padding-right: 40px;
}
.Staff article div .more:after{
    position: absolute;
    right: 0%;
    top: 50%;
    content: " ";
    display: block;
    height: 1px;
    width: 40px;
    background: #fff;
    transition: all 1.0s;
}
.Staff a:hover article div .more:after{
    width: 30px;
}




.Contact {
    padding: 90px 0;
    background-color: #72818D;
    color: #fff;
}
.Contact h2{
    color: #fff;
    margin-bottom: 40px;
}
@media screen and (max-width: 1044px) {
    .Contact h2{
        max-width: 80%;
        margin-right: auto;
        margin-left: auto;
    }
  }
.Contact h2:before {
    background: #fff; /* Old browsers */
    background: -moz-linear-gradient(left,  #fff 50%, #6eb1c6 50%);
    background: -webkit-linear-gradient(left,  #fff 50%,#6eb1c6 50%);
    background: linear-gradient(to right,  #fff 50%,#6eb1c6 50%);
  }
.Contact p{
    line-height: 1.8;
}
@media screen and (max-width: 1044px) {
    .Contact p{
        max-width: 80%;
        margin-right: auto;
        margin-left: auto;
    }
}
@media screen and (max-width: 640px) {
    .Contact p{
        font-size: 18px;
        text-align: left;
    }
 }


.Contact article {
    margin: 0 auto;
    margin-top: 35px;
    max-width: 1024px;
    padding: 30px;
    background: #7F91A0;
}
@media screen and (max-width: 1044px) {
    .Contact article {
        max-width: 90%;
        margin-right: auto;
        margin-left: auto;
        padding: 30px 15px;
    }
    .Contact article p{
        max-width: 100%;
    }
}
@media screen and (max-width: 640px) {
    .Contact article {
        max-width: 80%;
    }
}
.Contact article div{
    text-align: left;
    line-height: 1.8;
    overflow-y: scroll;
    height: 175px;
}
@media screen and (max-width: 640px) {
    .Contact article div p,
    .Contact article div{
        font-size: 16px;
    }
    }
    @media screen and (max-width: 580px) {
        .Contact article div p{
            font-size: 1.0rem;
        }
    }
    .Contact ::-webkit-scrollbar {
    width: 10px;
}
.Contact ::-webkit-scrollbar-thumb {
    border-radius: 30px;
    background: #A8B4BE;
}
.Contact ::-webkit-scrollbar-track {
    border-radius: 30px;
    background: #72818D;
}

.Contact article div dl dt{
    margin-top: 30px;
}
.Contact .btn{
    display: flex;
    margin: 0 auto;
    margin-top: 40px;
    max-width: 460px;
    height: 80px;
    background: #6EB1C6;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.2rem;
    border-radius: 100px;
    position: relative;
}
@media screen and (max-width: 640px) {
    .Contact .btn{
        max-width: 80%;
        margin-right: auto;
        margin-left: auto;
    }
}
@media screen and (max-width: 580px) {
    .Contact .btn{
        font-size: 1.0rem;
    }
}
.Contact .btn:hover {
    background: #3A88A0;
  }
  .Contact .btn:before {
    content: '';
    top: 0;
    left: 0;
    width: 5%;
    padding-top: 90%;
    display: block;
  }
  
  .Contact .btn:after {
    position: absolute;
    content: '';
    top: 45%;
    left:5%;
    display: block;
    width: 10%;
    height: 50px;
    background-image: url(./images/icon_link.png);
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 1.0s;
    }

  .Contact .btn:hover:after {
    left:8%;
  }
  @media screen and (max-width: 480px) {
    .Contact .btn:before {/*スペースを作る*/
        width: 3%;/*指定したい幅*/
      }
      
      .Contact .btn:after {/*画像を絶対配置*/
        width: 8%;/*幅*/
        }
    }



.footerArea {
    background-color: #A8B4BE;
}
.footerArea article {
    padding: 100px 0;
    margin: 0 auto;
    max-width: 1024px;
    display: flex;
    justify-content: space-between;
}
.footerArea article h3 {
    margin-right: 10px;
}
.footerArea article h3 img{
    width: 100%;
    max-width: 444px;
}
@media screen and (max-width: 1044px) {
    .footerArea article {
        max-width: 90%;
        margin-right: auto;
        margin-left: auto;
    }
    .footerArea article h3 img{
    width: 100%;
    }
}
@media screen and (max-width: 640px) {
    .footerArea article {
        max-width: 60%;
        display: block;
        padding: 80px 0 40px;
    }
    .footerArea article h3 {
       max-width: 380px;
       text-align: center;
       margin-right: auto;
       margin-left: auto;
   }
}
@media screen and (max-width: 580px) {
    .footerArea article h3 {
        max-width: 70vw;
    }
 }
.footerArea article ul{
    width: 40%;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    font-family: 'Muli', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #CCCCCC;
}
@media screen and (max-width: 640px) {
    .footerArea article ul{
        width: 100%;
        max-width: 380px;
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
        font-weight: 400;
        font-size: 24px;
        justify-content: space-between;
    }
}
@media screen and (max-width: 480px) {
    .footerArea article ul{
        font-size: 16px;
    }
}


.footerArea article ul li{
    width: 33%;
}
@media screen and (min-width: 641px) {
    .footerArea article ul li:nth-child(-n + 3){
    margin-bottom: 20px;
}
}
@media screen and (max-width: 640px) {
    .footerArea article ul li{
        width: 49.5%;
        margin-bottom: 40px;
    }
}
.footerArea article ul li a{
    color: #fff;
    text-decoration: none;
}
.footerArea article ul li a:hover{
    opacity: .7;
}

.footerArea article p{
    width: 30px;
}
@media screen and (max-width: 640px) {
    .footerArea article p{
        width: 100%;
        max-width: 380px;
        margin-left: auto;
        margin-right: auto;
    }
}
.footerArea article p img{
    width: 100%;
    max-width: 8px;
}
.footerArea article p a,
.footerArea article p span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: #72818D;
    background: #fff;
    border-radius: 100px;
    transition: all 1.0s;
}
.footerArea article p span{
    background: #ccc;
}
@media screen and (max-width: 640px) {
    .footerArea article p img{
        width: 100%;
        max-width: 13px;
    }
        .footerArea article p a{
        width: 60px;
        height: 60px;
        }
}
.footerArea article p a:hover{
    opacity: .7;
}

.footerArea address{
    padding: 20px;
    color: #fff;
    font-size: 10px;
    font-style: normal;
    font-family: 'Muli', sans-serif;
    border-top:1px solid #7F91A0;
}


.pageup{
      position: fixed;
      right: 20px;
      bottom: 30px;
      z-index: 10;
      max-width: 60px;
    }
    @media screen and (max-width: 640px) {
        .pageup{
            max-width: 15vw;
        }
    }
      .pageup:hover{
      opacity: .7;
  }
  .pageup img{
    width: 100%;
   }

   .endpos{
      position: relative;
  }
  .endpos .pageup {
    position: absolute;
    right: 20px;
    top: -30px;
    z-index: 10;
}
   @media screen and (max-width: 640px) {
    .endpos .pageup {
        top: -40px;
    }
}

