.header{
  height: 80px;
  width: 100%;
  z-index: 9999;
  top: 0;
  position: fixed;
  background-color: #fff;
}

.header-pc {
  display: flex;
  justify-content: space-between;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  align-items: flex-start;
  height: 185px;
}


.nav_header.sp {
  margin-top: 10px;
  margin-right: 20px;
}

.header .bg--green {
  display: block;
  height: 80px;
  padding: 20px;
  display: flex;
    align-items: center;
}
.header .bg--green a {
color: #FFF;
}

.header a {
  position: relative; /*アンダーラインの位置を決めるための基準 */
  color: #000;
  }
  
.gnavi{
    display: flex;
    flex-wrap: wrap;/*スマホ表示折り返し用なのでPCのみなら不要*/
    margin:0 0 50px 0;
    list-style: none;
}

.gnavi li a{
    display: block;
    padding:10px 30px;
    text-decoration: none;
    color: #333;
}

.gnavi li{
    margin-bottom:20px;
}

/*==================================================
　5-3-8 円が線に変化
===================================*/


.gnavi li a{
    /*円の基点とするためrelativeを指定*/
  position: relative;
}

.gnavi li.current a,
.gnavi li a:hover{
  color:#102964;
}

.gnavi li a::after {
    content: '';
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: 0;
    left: 0;
    /*線になる丸の形状*/
    width: 100%;
    height: 5px;
    border-radius: 50%;
    background:#0481A2;
    /*アニメーションの指定*/
    transition: all .3s;
    transform: scale(0.04, 1);/*X方向0.04、Y方向1*/
    transform-origin:center bottom;/*中央下部基点*/
}

/*現在地とhoverの設定*/
.gnavi li.current a::after,
.gnavi li a:hover::after {
    height: 2px;/*縦幅を変化*/
    border-radius: 0;/*丸みをなくす*/    
    transform: scale(0.8, 1);/*X方向0.8、Y方向1にスケール拡大*/
}
/*========= レイアウトのためのCSS ===============*/

.lead{
  padding: 50px 20px;
}


.header .nav_header a::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #102964;
  bottom: 10px;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}
  

.logo img{
  width: 110px;
  }
  .head-cal{
    width: auto;
    height: 60px;
  }

a{
  text-decoration: none;
  color: #333333;
  }
  
  /*ナビのスタイル*/
  nav.NavMenu{
    position: fixed;
    z-index: 12;
    top: 0;
    left: 0;
background: #E2E2E2;
    width: 100%;
    height: 100%;
    display: none;
    }
    nav.NavMenu ul{
margin: 0 auto;
flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
    width: 100%;
		    gap: 30px;
      }
      nav.NavMenu .first{
        width: 100%;
        margin: 0 auto;
        padding: 0;
       margin-top: 300px;
       width: calc(100% - 15%);
        }
    nav.NavMenu ul li{
    width: calc((100% - 30px*2 - 16px*2)/2);
    border: 2px solid #102964;
    border-radius: 12px;

    }
.NavMenu .logo {
    margin: 90px auto 0px;
    text-align: center;
}

    
    nav.NavMenu ul li:last-child{
width: 65%;
    }
    
    nav.NavMenu ul li a{
color: #102964;
    display: block;
    font-weight: 700;
    font-size: 14px;
    font-family: 'Montserrat',"Noto Sans JP", "Yu Gothic", "ヒラギノ角ゴ ProN", sans-serif !important;
    text-align: center;
    line-height: 1.5;
    display: flex;
    justify-content: center;
		    background-color: #fff;
    border-radius: 12px;
    flex-direction: column;
    align-content: center;
    align-items: center;
    padding: 16px;
    }
.mont-font{
	    font-weight: 400;
    font-size: 12px;

			font-family:'Montserrat',"Noto Sans JP", "Yu Gothic", "ヒラギノ角ゴ ProN", sans-serif !important;

}
  /*ボタンのスタイル*/
  .Toggle {
    position: fixed;
    right: 3vw;
    top: 2.5vw;
    width: 45px;
    height: 45px;
    cursor: pointer;
    z-index: 13;
    display: block;
    }
    
    .Toggle span {
    display: block;
    position: absolute;
    width: 35px;
    border-bottom: solid 1px #102964;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
    }
    
    .Toggle span:nth-child(1) {
    top: 9px;
    }
    
    .Toggle span:nth-child(2) {
    top: 20px;
    }
    
    .Toggle span:nth-child(3) {
    top: 31px;
    }
    
    .Toggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-bottom: solid 1px #fff;
    }
    .Toggle.active span:nth-child(2),
    .Toggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: solid 1px #fff;
    }
  

.header ul {
  display: flex;
  align-items: center;
}

.footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.footer ul {
  display: flex;
  gap: 30px;
}


ul.footer_menu {
  display: flex;
  flex-direction: row;
  gap: 30px;
}

/*追記*/
ul.footer_menu2 {
      display: flex;
    flex-direction: row;
    gap: 50px;
    font-size: 14px;
    border-top: 1px solid #102964;
	    margin-top: 10px;
}

ul.footer_menu2 li {
    display: inline-block;
    padding: 0;
}

ul.footer_menu2 li:not(:last-child) a:after {
    content: '';
    border-right: 1px solid;
    position: absolute;
    top: 51%;
    height: 9%;
    /* left: 4%; */
    right: inherit;
    transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    margin-left: 2.4%;
}

.footer_address {
    margin-top: 20px;
    width: 100%;
}

.footer_address p {
    line-height: 1.6;
}

footer .box {
  justify-content: space-between;
}

@media screen and (max-width: 767.5px) {
.logo {
  margin-left: 0px;
}
.header {
  margin-top: 0px;
}
  .footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
}
.footer ul {
  flex-direction: column;
}
.Toggle {
  position: absolute;
  right: 3vw;
  top: 10px;
}
.header-pc {
  height: 60px;
}
.header{
  height: 60px;
}
		ul.footer_menu {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
	
	/*追記*/
	ul.footer_menu2 {
        display: flex;
    flex-direction: column;
    gap: 0;
    padding-top: 10px;
    /* align-items: flex-end; */
    width: 315px;
}
	ul.footer_menu2 li:not(:last-child) a:after {
    display: none;
}
	
  }
  @media screen and (min-width: 768px) {
  .Toggle {
    display: none;
  }    
  }
  .wpcf7-list-item {
    display: block!important;
    margin: 0%!important;
}