
/* ===================================================================
/
/	header
/
=================================================================== */
header {}

header .h01-01{
    max-width: 295px;
    width: 16vw;
}
header .h02-01 {
    /* color: #b2c997; */
    font-weight: 700;
    padding: 0 30px;
}
header .h02-01 img{
    max-width: 45px;
    width: 100%;
}
header .h02-02 img{
    max-width: 265px;
    width: 100%;
}
header .h03 img{
    width: 18.5px;
    margin-right: 10px;
}
header .h03 .btn p {
  font-size: 1rem;
  font-weight: bold;
}
header .h03 a{
    line-height: 1;
    color: #fff;
    font-size: 15px;
    border-radius: 30px;
    padding: 10px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1rem;
}
header .h03 .a01{
    width: 220px;
    background: #009F97;
    margin-right: 10px;
}
header .h03 .a02{
    width: 180px;
    background: #8BC01F;
}

header nav span{
    display: block;
    line-height: 1.5;
}
header nav .ja{
    font-weight: 700;
    font-size: 17px;
    color: #000;
}


header nav .en{
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 0.1rem;
    color: #036892;
    background: linear-gradient(to right, #036892 ,#6880AA);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
@media all and (-ms-high-contrast: none) {
    /* ここに書く */
    header nav .en{
    background: none;
    font-weight: normal;
    }
}

.site-header {
    background: #fff;
    max-width: 1700px;
    width: 100%;
    margin: auto;
}
.site-header-inner{
    margin: 0 15px 0 50px;
    height: 150px;
}

/* nav */
.header-nav {

}

.header-nav.is-hide {
    opacity: 0
}

.header-nav>li {
    margin: 0 15px;
    font-size: 1rem;
    vertical-align: middle;
    list-style: none;
    text-align: center;
    position: relative;
}

.header-nav>li.b_l {
    border-left: none;
}

.header-nav>li img {
    margin: 0 0 12px;
}

.header-nav>li a {
    text-decoration: none;
    color: #000;
    width: 100%;
    height: 100%;
}


.header-nav > li:hover .header-nav-child, .header-nav > li:active .header-nav-child {
  height: 172px;
}
.header-nav > li.header_contact {
  background: -moz-linear-gradient(top left, #0000C8, #1B1B45);
  background: -webkit-linear-gradient(top left, #0000C8, #1B1B45);
  background: linear-gradient(to bottom right, #0000C8, #1B1B45);
}
.header-nav > li.header_contact a {
  padding: 37px 40px;
}
.header-nav > li.header_contact img {
  width: 25px;
}

.header-nav-child {
  position: absolute;
  height: 0;
  width: 200px;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  overflow: hidden;
  -webkit-transition: height .3s .15s;
  transition: height .3s .15s;
  z-index: 9999;
  background-color:#fff;
}
.header-nav-child>ul {
  margin: 0 auto;
  width:100%;
  /*padding:2%;*/
}
.header-nav-child>ul>li {
  list-style: none;
  margin: 0 0 1px 0;
  padding: 12px 2%;
  border: none;
  width: 100%;
  transform: none;
  /*border-bottom:1px solid rgba(0,0,0,0.6);*/
  color: #000;
}
.header-nav-child>ul>li:first-child {
  padding-top:14px;
}
.header-nav-child>ul>li:last-child {
  border-bottom: none;
}
.header-nav-child>ul>li:hover {
  background-color: #006834;
  color: #fff;
  transition: 0.3s;
}
.header-nav-child>ul>li>a {
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 0.9rem;
  color: #000;
  padding: 0 5px;
  letter-spacing: 0.14em;
  z-index: 5;
}
.header-nav-child>ul>li:hover a {
  color: #fff;
  transition: 0.3s;
}


/* ===================================================================
/
/	header(ハンバーガー)
/
=================================================================== */
#hamburger {
    display : none;
    position: fixed;
    z-index : 1003;
    right : 13px;
    top   : 12px;
    width : 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }
  #hamburger span {
    display : block;
    position: absolute;
    transition: 0.5s;
    width   : 30px;
    height  : 2px ;
    left    : 6px;
    background : #333;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition   : 0.3s ease-in-out;
    transition        : 0.3s ease-in-out;
  }
  #hamburger span:nth-child(1) {
    top: 10px;
  }
  #hamburger span:nth-child(2) {
    top: 20px;
  }
  #hamburger span:nth-child(3) {
    top: 30px;
  }

  /* ナビ開いてる時のボタン */
  #hamburger.active span:nth-child(1) {
    top : 16px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform   : rotate(-45deg);
    transform        : rotate(-45deg);
    background: #fff;
  }

  #hamburger.active span:nth-child(2),
  #hamburger.active span:nth-child(3) {
    top: 16px;
    -webkit-transform: rotate(45deg);
    -moz-transform   : rotate(45deg);
    transform        : rotate(45deg);
    background: #fff;
  }

  nav#globalMenuSp {
    display: none;
    position: fixed;
    z-index : 1002;
    top  : 0;
    left : 0;
    color: #000;
    text-align: center;
    transform: translateX(100%);
    transition: all 0.6s;
    width: 100%;
  }
  nav#globalMenuSp span{
      display: block;
      line-height: 1.5;
  }
  nav#globalMenuSp .ja{
      font-weight: 700;
      font-size: 15px;
  }
  nav#globalMenuSp .en{
      font-size: 10px;
      color: #fff;
  }
  nav#globalMenuSp .nav-taiken{
      background: rgba(0, 159, 151, 0.7);
  }
  nav#globalMenuSp .nav-mail{
      background: rgba(139, 192, 31, 0.7);
  }
  nav#globalMenuSp ul {
      margin: 0 auto;
      padding: 0;
      width: 100%;
      height: 100vh;
      background: rgba(3, 110, 180, 0.9);
      overflow: scroll;
    }

  nav#globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #fff;
  }
  nav#globalMenuSp ul li.half {
    width: 50%;
  }
  nav#globalMenuSp ul li.half:nth-child(2n) {
    border-left: 1px solid #fff;
  }
  nav#globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  nav#globalMenuSp ul li:hover{
    background :#006834;
  }

  nav#globalMenuSp ul li a {
    display: block;
    color: #fff;
    padding: 0.8em 0;
    text-decoration :none;
  }

  /* このクラスを、jQueryで付与・削除する */
  nav#globalMenuSp.active {
    transform: translateX(0%);
  }

  nav#globalMenuSp input {
      display: none;
    }
  nav#globalMenuSp .accshow {
      height: 0;
      overflow: hidden;
    }
  nav#globalMenuSp .accshow ul li {
      padding: 1.5rem;
    }
  nav#globalMenuSp .cssacc:checked + .accshow {
      height: auto;
    }
    .accordion{
    	pointer-events: none;
    }

/* ===================================================================
/
/	f_contact
/
=================================================================== */
.f_contact { text-align: center; color: #fff; padding: 60px 0; }
.f_contact h2 { line-height: 60px; margin-bottom: 30px; }
.f_contact .contact_tel_area a { color: #fff; text-decoration: none; }
.f_contact .f_contact_inner { width: 65%; margin: 0 auto; }
.f_contact .f02-tel01{
    font-size: 14px;
    letter-spacing: 0.2rem;
    margin-bottom: 15px;
}
.f_contact .f02-tel01 span{
    font-size: 20px;
    margin-left: 5px;
}
.f_contact .f02-tel02 span{
    font-size: 32px;
    margin-right: 10px;
}
.f_contact .f02-tel02 strong{
    font-size: 50px;
    color: #fff;
}
.f_contact .f03 .btn a{
    color: #fff;
    line-height: 1;
    color: #fff;
    font-size: 15px;
    border-radius: 50px;
    padding: 20px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.f_contact .f03 .f-btn01 a{
    position: relative;
    width: 300px;
    background: #009F97;
    margin-right: 25px;
}
.f_contact .f03 .f-btn01 a::before{
    position: absolute;
    top: -20px;
    left: -20px;
    content: "";
    display: inline-block;
    background-image: url(../images/deco01.webp);
    background-size: contain;
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
}
.f_contact .f03 .f-btn02 a{
    position: relative;
    width: 250px;
    background: #8BC01F;
}
.f_contact .f03 .f-btn02 a::before{
    position: absolute;
    top: -20px;
    left: -20px;
    content: "";
    display: inline-block;
    background-image: url(../images/deco02.webp);
    background-size: contain;
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
}
.f_contact .f03 .btn p{
    font-weight: 700;
    font-size: 1.4rem;
}

.f_contact .f03 .btn a img{
    width: 28px;
    margin-right: 15px;
}



/* ===================================================================
/
/	footer
/
=================================================================== */
footer { background-color: #fff; padding: 50px 0 30px; text-align: center; margin-bottom: 90px; }
footer .f_logo { width: 300px; margin: 0 auto 30px; }
footer .copyright { padding: 15px 0; }
footer .copyright p { color: #fff; font-size: 1rem; text-align: center; letter-spacing: 1px; }

footer .f_menu { max-width: 1180px; width: 90%; margin: 0 auto 50px; }
footer .f_menu ul {  }
footer .f_menu ul li { text-align: center; padding: 0 30px; border-left: 1px solid #000; margin-bottom: 20px; line-height: 1.5; }
footer .f_menu ul li:last-of-type { border-right: 1px solid #000;}
footer .f_menu ul li a { font-size: 1.1rem; text-decoration: none; color: #000; }


.footer_fixed {
    height: 100px;
    background: rgba(3, 110, 180, 0.9);
    padding: 0 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transform: translateY(110%);
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 900;
}
.footer_fixed.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.footer_fixed .footer-inner{
    max-width: 1180px;
    margin: auto;
}
.footer_fixed .footer_container {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer_fixed .f01{
    max-width: 240px;
    width: 18vw;
}
.footer_fixed .f02 {
    margin: 0 70px 0 30px;
}
.footer_fixed .f02 p{
    color: #fff;
}
.footer_fixed .f02-tel01{
    font-size: 11px;
    letter-spacing: 0.2rem;
}
.footer_fixed .f02-tel01 span{
    font-size: 16px;
    margin-left: 5px;
}
.footer_fixed .f02-tel02 span{
    font-size: 26px;
    margin-right: 10px;
}
.footer_fixed .f02 strong{
    font-size: 42px;
    color: #fff;
}
.footer_fixed .f03 .btn a{
    color: #fff;
    line-height: 1;
    color: #fff;
    font-size: 15px;
    border-radius: 30px;
    padding: 10px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.footer_fixed .f03 .f-btn01 a{
    position: relative;
    width: 220px;
    background: #009F97;
    margin-right: 25px;
}
.footer_fixed .f03 .f-btn01 a::before{
    position: absolute;
    top: -15px;
    left: -20px;
    content: "";
    display: inline-block;
    background-image: url(../images/deco01.webp);
    background-size: contain;
    background-repeat: no-repeat;
    width: 27.5px;
    height: 27.5px;
}
.footer_fixed .f03 .f-btn02 a{
    position: relative;
    width: 180px;
    background: #8BC01F;
}
.footer_fixed .f03 .f-btn02 a::before{
    position: absolute;
    top: -15px;
    left: -20px;
    content: "";
    display: inline-block;
    background-image: url(../images/deco02.webp);
    background-size: contain;
    background-repeat: no-repeat;
    width: 27.5px;
    height: 27.5px;
}
.footer_fixed .f03 .btn p{
    font-weight: 700;
    font-size: 1rem;
}

.footer_fixed .f03 .btn a img{
    width: 22px;
    margin-right: 10px;
}



/* pagetop
----------------------------------------------- */
#pageTop {
  position: fixed;
  bottom: 125px;
  right: 50px;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}
#pageTop.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
#pageTop a { padding: 8px 0 0 0px; }
#pageTop a:hover { text-decoration: none; opacity: 0.7; }


/* ===================================================================
/
/	sp
/
=================================================================== */


@media only screen and (max-width: 1600px) {
    header .h03{
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    header .h03 .a01{
        margin: 10px 0 0 0;
    }
    header .h03 .a02{
        width: 196px;
    }
}
@media only screen and (max-width: 1500px) {
    .site-header-inner{
        margin: 0 15px 0 20px;
    }
}

@media only screen and (max-width: 1300px) {
    header .h01-01{
        width: 180px;
    }
    header .h03 .a01,
    header .h03 .a02{
        width: auto;
    }
    /*header .h03 .a01 p,
    header .h03 .a02 p{
        display: none;
    }
    header .h03 img{
        margin: 0;
    }*/
}

@media only screen and (max-width: 1250px) {
    header nav .ja{
        font-size: 15px;
    }
    header nav .en{
        font-size: 10px;
    }
    header .h03 a{
        padding: 13px;
    }
    footer .f_menu ul li { padding: 0 25px; margin-bottom: 10px; }
    footer .f_menu ul li a { font-size: 0.9rem; }
}

@media only screen and (max-width: 1200px) {
    .footer_fixed .f02 {
        margin: 0 40px 0 30px;
    }
    .footer_fixed .f02 strong{
        font-size: 37px;
    }
    .f_contact h2 {
      line-height: 45px;
    }
    .f_contact .contact_tel_area {
      width: 43%;
    }
    .f_contact .contact_tel_area img {
      width: 100% !important;
    }
    .f_contact .f03 .btn a {
      padding: 10px;
    }
    .f_contact .f03 .f-btn01 a {
      width: 250px;
    }
    .f_contact .f03 .f-btn02 a {
      width: 200px;
    }
    .f_contact .f03 .btn p {
      font-size: 1.1rem;
    }
    .f_contact .f03 .f-btn01 a::before, .f_contact .f03 .f-btn02 a::before {
      width: 30px;
      height: 30px;
    }
    .footer_fixed .f03 .f-btn01 a {
      width: 200px;
    }
    .footer_fixed .f03 .f-btn02 a {
      width: 160px;
    }
    .footer_fixed .f03 .btn p {
      font-size: 0.9rem;
    }
    .footer_fixed .f03 .f-btn01 a::before, .footer_fixed .f03 .f-btn02 a::before {
      top: -10px;
      left: -15px;
      width: 22px;
      height: 22px;
    }


}

@media only screen and (max-width: 1100px) {
    header .h02 {
        display: none;
    }
    header .h03 {
      flex-direction:row;
      margin-right: 8%;
    }
    header .h03 .a01 {
      margin: 0 10px 0 0;
    }
    #hamburger,
    nav#globalMenuSp {
        display : block;
    }
    .site-header-inner{
        height: 65px;
    }
    footer .f_menu { display: none; }

    .accordion{
  		pointer-events: all;
  	}
  	.toggle{
  		height: 0 !important;
  		padding: 0 8px;
  		transition: .5s;
  		overflow: hidden;
  	}

  	input:checked + .toggle{
  		height: auto !important;
  		padding: 8px;

  	}
    header .h03 .btn p {
      font-size: 0.8rem;
    }
    header .h03 a {
      padding: 7px 13px;
    }
}

@media only screen and (max-width: 1024px) {
    .f_contact {
      padding: 50px 0;
    }
    .f_contact .contact_tel_area {
      width: 40%;
    }
    .footer_fixed {
      height: 110px;
    }
    .footer_fixed .f01{
        width: 145px;
    }

    /*.footer_fixed .f03 .btn p{
        display: none;
    }
    .footer_fixed .f03 .f-btn01 a,
    .footer_fixed .f03 .f-btn02 a{
        width: auto;
    }
    .footer_fixed .f03 .btn a img{
        margin: 0;
    }*/
    .footer_fixed .f02 {
      width: 240px;
      margin: 0 30px 0 0px;
    }
    .footer_fixed .f02 .ie_img {
      width: 100% !important;
    }
    .footer_fixed .f03 .sp_flex {
      display:-webkit-box;
      display:-ms-flexbox;
      display:flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .footer_fixed .f03 .sp_flex .f-btn01 {
      margin-bottom: 12px;
    }
    .footer_fixed .f03 .btn a {
      padding: 5px 10px;
      width: 165px;
      margin-right: 0;
    }
    .footer_fixed .f03 .btn p {
      font-size: 0.8rem;
    }


}
@media only screen and (max-width: 768px) {
    .f_contact h2 {
      font-size: 1.6rem;
      line-height: 40px;
    }
    .f_contact .contact_tel_area {
      width: 60%;
      margin: 0 auto 50px;
    }
    .f_contact .f03 {
      width: 100%;
    }
    .footer_fixed .f02-tel02 span {
        font-size: 24px;
        margin-right: 0;
    }
    .footer_fixed .f02 strong{
        font-size: 29px;
    }


}


@media only screen and (max-width: 650px) {
    .footer_fixed .f03 .f-btn01 a::before,
    .footer_fixed .f03 .f-btn02 a::before{
        width: 22px;
        height: 22px;
        left: -15px;
    }

    /*.footer_fixed .f03 .btn a{
        padding: 10px;
    }*/
    .footer_fixed .f02-tel02 span,
    .footer_fixed .f02 strong{
        font-size: 22px;
    }
    .footer_fixed .f02 p{
        line-height: 1.5;
    }
    .footer_fixed .f02-tel01 span {
        font-size: 14px;
    }
    .footer_fixed .f03 .sp_flex { display: contents; }
    .footer_fixed .f03 .sp_flex .f-btn01 { margin-bottom: 0; margin-top: 15px; }
    .footer_fixed .f03 .btn a { margin-right: 15px; }
}
@media only screen and (max-width: 479px) {
    .site-header-inner {
      margin: 0 15px 0 0;
    }
    header .h03 {
      margin-right: 15%;
      display: none;
    }
    .f_contact {
      padding: 30px 0;
    }
    .f_contact h2 {
      font-size: 1.2rem;
      line-height: 30px;
    }
    .f_contact .contact_tel_area {
      width: 95%;
    }
    .f_contact .f03 .f-btn01 a {
      margin-right: 0;
      margin-bottom: 30px;
    }
    footer {
      padding: 30px 0 0;
    }
    footer .f_logo {
      width: 200px;
      margin: 0 auto 20px;
    }
    footer .copyright {
      padding: 10px 0;
    }
    footer .copyright p {
      font-size: 0.8rem;
    }
    .footer_fixed {
      height: 80px;
      padding: 0;
    }
    .footer_fixed .footer-inner {
      display:-webkit-box;
    	display:-ms-flexbox;
    	display:flex;
      -ms-flex-wrap: wrap;
    	flex-wrap: wrap;
      -webkit-box-pack: justify;
    	-ms-flex-pack: justify;
    	justify-content: space-between;
      -webkit-box-align: center;
    	-ms-flex-align: center;
    	align-items: center;
    }
    .footer_fixed .footer-inner .f01 {
      width: 40%;
    }
    .footer_fixed .footer-inner .f03 {
      width: 60%;
    }
    .footer_fixed .f02 {
      display: none;
    }
    .footer_fixed .f03 .f-btn00 {
      display: inline-block;
      background: #006834;
      text-align: center;
      margin: 0 auto;
    }
    .footer_fixed .f03 .f-btn00 a {
      position: relative;
      background: #006834;
      margin-right: 0;
    }
    .footer_fixed .f03 .f-btn01 {
      background: #009F97;
    }
    .footer_fixed .f03 .f-btn02 {
      background: #8BC01F;
    }
    .footer_fixed .f03 .f-btn01 a {
      margin-right: 0;
    }
    .footer_fixed .f03 .f-btn00 a::before{
        position: absolute;
        top: -10px;
        left: -10px;
        content: "";
        display: inline-block;
        background-image: url(../images/deco00.webp);
        background-size: contain;
        background-repeat: no-repeat;
        width: 18px;
        height: 18px;
        display: none
    }
    .footer_fixed .f03 .f-btn01 a::before, .footer_fixed .f03 .f-btn02 a::before {
      width: 18px;
      height: 18px;
      left: -10px;
      display: none;
    }
    .footer_fixed .btn { padding: 2% 2.5%;}
    .footer_fixed .f03 {
      display:-webkit-box;
    	display:-ms-flexbox;
    	display:flex;
      -webkit-box-pack: center;
    	-ms-flex-pack: center;
    	justify-content: center;
    }
    .footer_fixed .f03 .btn {
      display:-webkit-box;
      display:-ms-flexbox;
      display:flex;
      padding: 0;
      margin: 0 !important;
      width: calc(100% / 3);
      height: 80px;
    }
    .footer_fixed .f03 .btn p{
        display: none;
    }
    .footer_fixed .f03 .btn a {
      width: auto !important;
      border-radius: 0;
      display: block;
      line-height: unset;
      margin: 0 auto;
      height: 100%;
    }
    .footer_fixed .f03 .btn a img { width:45px; margin: 0 auto; margin-top: 1vh; }


    #pageTop { bottom: 90px; right: 10px; }
    #pageTop img { width: 40px; }
}



/* IEのみ */
@media all and (-ms-high-contrast: none) {
  .f_contact .f03 { margin-top: 2%; }
  .footer_fixed .f03 { margin-top: 2%; }
  .f_contact .f03 a { padding: 15px !important; }
  header .h03 a, .footer_fixed .f03 .btn a { padding: 8px !important; }
  .f03 p, .h03 p { padding-top: 5px !important; }

}
