@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;500&display=swap');

.loading{
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
}

.loading img{
  width: 100px;
}

@media screen and (min-width: 768px) {
  .loading img{
    width: 120px;
  }
}

sub{
  vertical-align: bottom;
}

/* RESET
----------------------------------------------------------------------------------------------------*/
a,article,body,dd,div,dl,dt,em,form,footer,header,h1,h2,h3,h4,h5,h6,html,i,iframe,img,label,legend,li,nav,ol,p,section,main,span,table,tbody,tfoot,thead,time,tr,th,td,ul,video,figure{font-family:inherit;font-weight:inherit;font-style:inherit;vertical-align:baseline;white-space:normal;margin:0;padding:0;border:0;outline:0;background:transparent;text-align:left}textarea{font-family:inherit;font-weight:inherit;font-style:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.6;text-align:left}article,footer,header,nav,section,main{display:block}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}

/* ----------------------------------------------

 * 設定をしなおす

---------------------------------------------- */
body {
  margin: 0 auto;
  padding: 0;
  font-size: 20px;
  line-height: 1.8 !important;
  font-family: 'Noto Sans JP','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','ＭＳ ゴシック',Arial,sans-serif;
  font-weight: 400;
  color: #535761;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
}

@media only screen and ( max-width : 768px ) {
  body {font-size: 14px;}
}

table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: middle;
  border: none;
}

figure{
  text-align: center;
}

/* ----------------------------------------------

 * アンカータグの設定

---------------------------------------------- */
a {
  outline:none;
  color: #333;
}



a,a:hover,a:hover img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=80);
  -moz-opacity:0.7;
  opacity:0.7;
}


/* ----------------------------------------------

 * 要素を左右中央寄せ

---------------------------------------------- */

.taC {
  text-align: center !important;
}

.taR {
  text-align: right !important;
}

.taL {
  text-align: left !important;
}



*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;*behavior:url(/scripts/boxsizing.htc)}.container{margin:0 auto}.clr:after,.col:after,.container:after,.group:after,.row:after{content:"";display:table;clear:both}.row{padding-bottom:0}.col{display:block;float:left;width:100%}@media (min-width:769px),print{.gutters .col{margin-left:2%}.gutters .col:first-child{margin-left:0}.gutters .colR:first-child{margin-right:0}.sp{display:none}}@media(max-width:768px){.sp_none{display:none !important;}}


img {
    max-width: 100%;
    height: auto;
}


/* ---------------------------------------------------------------------------------------------

　   HEADER

--------------------------------------------------------------------------------------------- */


@media print, screen and ( min-width : 980px ) {

  body{
    padding-top: 160px;
  }

  header{
    box-shadow: 0 0 10px #ccc;
    border-top: solid 20px #000;
    padding:0 20px;
    width: 100%;
    position: fixed;
    background: #fff;
    top: 0;
    z-index: 10;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    background: rgba(255,255,255,0.5);
  }

  header .container{
    max-width: 1200px;
    margin: 0 auto;
  }

  .h_logo{
    /* margin: 30px 0 10px 0; */
    width: 268px;
  }

  .logo_contact {
    margin: 20px 0 10px;
    display: flex;
    justify-content: space-between;
  }

  .unit_contact p{
    font-size: 14px;
  }

  .unit_contact .contact_wrap {
    display: flex;
    justify-content: space-between;
  }

  .unit_contact .contact_wrap a.contact{
    display: block;
    width: 130px;
  }

  .unit_contact .contact_wrap .img_telnum.pc{
    display: block;
  }

  .unit_contact .contact_wrap .img_telnum.sp{
    display: none;
  }

  .unit_contact .contact_wrap .img_telnum a img{
    width: 210px ;
  }

 
  #gNav ul {
    position: relative;
    display: flex;
    justify-content: space-between;
  }
  #gNav li {
    position: relative;
    border-left: solid 1px #000;
    width: 14%;
  }
  #gNav li:last-child{
    border-right: solid 1px #000; 
  }

  #gNav li:last-child {
    margin-right: 0;
  }
  #gNav li a {
    position: relative;
    display: block;
    text-align: center;
    line-height: 40px;
    width: 100%;
    text-align: center;
    font-size: 13px;
  }
  #gNav li:hover{
    background: #f1f1f1;
  }
  #gNav .sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: solid 1px #f1f1f1;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  #gNav .sub-menu a {
    background: #f1f1f1;
    padding: 10px;
    display: block;
    border-bottom: none;
    padding: 15px 10px;
    width: 100%;
    text-align: left;
    white-space: nowrap;
    line-height: 1.5em;
    font-size: 13px;
  }
  #gNav .sub-menu a:hover:after {
    content: none;
  }
  #gNav .sub-menu li {
    display: block;
    font-size: 14px;
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
  }
  #gNav .sub-menu li:last-child {
    border-bottom: none;
  }
  #gNav ul > li:hover a,ul#gNav .current-menu-item a,#gNav .current-menu-parent a {
    color: #4f56a3 !important;
  }
 #gNav li:hover ul.sub-menu a {
    color: #000;
  }
  .sub-menu li a:hover{
    color: #4f56a3 !important;
    background: #fff !important; 
  }
  #gNav li:hover ul.sub-menu {
    top: 40px;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
  #gNav li ul li:after {
    content: none;
  }


}

@media print, screen and ( max-width : 980px ) {
  body{
    padding-top: 50px;
  }
  .h_logo{
    top: 5px;
    padding: 10px 0 0 10px;
    position: fixed;
    z-index: 9999;
    width: 200px;
  }

  .unit_contact {
    position: fixed;
    bottom: 0;
    background: #fff;
    width: 100%;
    padding: 10px 20px;
    z-index: 10;
    background: rgba(255,255,255,0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }
  .contact_wrap {
    display: flex;
    justify-content: space-around;
  }
  .contact_wrap .img_telnum.pc{
    display: none;
  }
  .contact_wrap .img_telnum.sp {
    display: block;
    width: 180px;
  }
  .contact_wrap a{
    display: block;
    width: 160px;
  }
  .unit_contact p{
    font-size: 12px;
    text-align: center;
  }

}

/* ---------------------------------------------------------------------------------------------

　   FOOTER

--------------------------------------------------------------------------------------------- */


  footer{
    background: #000;
  }
  .ftr_nav{
    background: #dcdddd;
    padding: 40px 0;
  }
  .ftr_nav > ul.nav{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .ftr_nav > ul.nav.last{
     justify-content: flex-start !important;
  }
  .ftr_nav > ul.nav + ul.nav li{
    width: auto;
    margin-top: 20px;
    margin-right: 20px;
  }

  .ftr_nav > ul.nav li{
    width: 10%;
  }

  .ftr_nav > ul.nav li:nth-child(1),
  .ftr_nav > ul.nav li:nth-child(2),
  .ftr_nav > ul.nav li:nth-child(3){
    width: 18% ;
  }

  .ftr_nav > ul.nav li br{
    display: none;
  }

  .ftr_nav > ul.nav li a{
    font-weight: bold;
    font-size: 14px;
  }
  .ftr_nav > ul.nav li a + ul{
    margin-top: 10px;
  }
  .ftr_nav > ul.nav li a + ul li{
    width: 100% !important;
    line-height: 1;
  }
  .ftr_nav > ul.nav li a + ul.inline {
    display: flex;
    flex-wrap: wrap;
  }
  .ftr_nav > ul.nav li a + ul.inline li{
    width: auto;
    margin-right: 15px;
  }
  .ftr_nav > ul.nav li a + ul li a{
    color: #666;
    font-weight: normal;
    font-size: 13px;
    display: block;
    padding: 15px 0;
    border-bottom: solid 1px #ccc;
  }
  .ftr_nav > ul.nav li a + ul li a:hover{
    background: none !important;
    text-decoration: underline
  }
  footer .inner{
    display: flex;
    justify-content: space-between;
    max-width: 980px;
    margin: 0 auto;
    color: #fff;
    padding: 40px;
    align-items: center;
    font-size: 12px;
  }
/*   footer .inner div{
    text-align: center;
  }
  footer .inner div em{
    font-weight: bold;
    display: block;
    text-align: center;
    line-height: 2; 
    width: 100%;
  }
  footer .inner div span{
    display: inline-block;
    margin-right: 20px;
  } */
  footer .copyright{
    color: #999;
    margin-top: 20px;
    width: 60%;
  }
  footer .inner a{
    color: #fff;
  }
  footer .inner a:hover{
    color: #ccc;
    text-decoration: underline
  }

  footer .inner ul{
    display: flex;
    width: 40%;
    justify-content: space-around;
  }

  footer .inner ul li a{
    color: #999;
  }

  @media screen and (min-width:770px) and ( max-width:890px) {
    #gNav li a{
      font-size: 12px;
    }
  }

  @media screen and (min-width:770px) {  
    .ftr_nav > ul.nav{
      padding: 0 20px;
    }
  }

  
@media print, screen and ( max-width : 768px ) {
  .contact_wrap .img_telnum.pc {
    display: none;
  }
  .ftr_nav{
    padding: 0;
  }
  .ftr_nav > ul.nav{
    display: block;
  }
  .ftr_nav > ul.nav li{
    width: 100%;
  }
  .ftr_nav > ul.nav li a + ul li{
    margin-bottom: 0;
  }
  .ftr_nav > ul.nav li a + ul{
    margin-top: 0;
  }
  .ftr_nav > ul.nav li a + ul.inline {
    display: block;
  }
  .ftr_nav > ul.nav li {
    border-top: solid 1px #fff;
  }
  .ftr_nav > ul.nav li:first-child {
    margin-top: 0;
  }
  .ftr_nav > ul.nav li a{
    display: block;
    padding: 15px;
  }
  .ftr_nav > ul.nav li a + ul li a{
      padding-left: 30px;
  }
  .ftr_nav > ul.nav li a + ul li a br{
    display: none;
  }

  .ftr_nav > ul.nav li:nth-child(1),
  .ftr_nav > ul.nav li:nth-child(2),
  .ftr_nav > ul.nav li:nth-child(3){
    width: 100% ;
  }

  footer .inner{
    padding: 0;
    display: block;
  }
/*   footer .inner div span{
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-right: 0;
  } */
  footer .copyright{
    width: 100%;
    margin-top: 0;
    font-size: 8px;
    padding: 20px 0;
    line-height: 1.5;
    text-align: center;
  }
  footer .inner ul{
    width: 100%;
    display: block;
    border-bottom: solid 1px #666;
  }
  footer .inner ul li{
    border-top: solid 1px #666;
  }
  footer .inner ul li a{
    display: block;
    padding: 15px;
  }  
  .ftr_nav > ul.nav li a + ul li a{
    border-bottom: none;
  }
  .ftr_nav > ul.nav + ul.nav li{
    margin-top: 0;
  }
}


/* ---------------------------------------------------------------------------------------------

　   CONTENTS

--------------------------------------------------------------------------------------------- */

main{
  display: block;
  color: #555;
}

