/* -----------------------------------------------

	 header

----------------------------------------------- */
header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
header .logo{
  margin-left: 40px;
}
header .logo img{
  display: inline-block;
  max-width: 300px;
}
header .logo .en{
  font-size: 24px;
  font-weight: 700;
  color: #8dc21f;
  width: 155px;
  margin-left: 20px;
  letter-spacing: -0.01rem;
  position: relative;
  top: 9px;
}
header .pcnavwrap {
  font-size: 17px;
}
header .pcnavwrap li{
  text-align: center;
  letter-spacing: -0.01rem;
}
header .pcnavwrap li .en{
  font-size: 18px;
  margin-bottom: 5px;
  letter-spacing: 0.01rem;
}
header .pcnavwrap li .ja{
  font-size: 13px;
  display: block;
  height: 20px;
}
header .pcnavwrap li.pcnav-btn{
  background: #e60012;
  margin-right: 0;
  margin-left: 25px;
  transition: 0.5s;
}
header .pcnavwrap li.pcnav-btn .en{
  margin-bottom: 10px;
  letter-spacing: 0.05rem;
}
header .pcnavwrap li .ja2{
  display: block;
  font-size: 8px;
  letter-spacing: -0.12rem;
}
header .pcnavwrap li a{
  position: relative;
  margin: 0 25px;
  height: 100%;
}
header .pcnavwrap li a::after{
  opacity: 0;
  content: "";
  display: inline-block;
  width: 100%;
  height: 4px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform : translateX(-50%);
  transform : translateX(-50%);
  transition: 0.5s;
}
header .pcnavwrap li a:hover{
  opacity: 1;
}
header .pcnavwrap li a:hover::after{
  opacity: 1;
  transition: 0.5s;
}
header .pcnavwrap li.pcnav-btn:hover{
  opacity: 0.7;
  transition: 0.5s;
}
header .pcnavwrap li.pcnav-btn a:hover::after{
  content: unset;
}
header .pcnav-btn a{
  color: #fff;
  margin: 0 !important;
  padding: 25px 40px;
  display: inline-block;
  line-height: 1;
}
header .pcnav-btn a::after{
  content: unset;
}

@media only screen and (max-width: 1600px) {
  header .logo img {
    max-width: 250px;
  }
  header .logo .en {
    font-size: 20px;
  }
  header .pcnavwrap li a{
    margin: 0 15px;
  }
  header .pcnavwrap li .en {
    font-size: 17px;
  }
  header .pcnavwrap li.pcnav-btn {
    margin-left: 15px;
  }
  header .pcnav-btn a {
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 1024px) {
  header{
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .pcnavwrap li {
    margin: 0 5px;
  }
  header .pcnavwrap li .en {
    font-size: 15px;
  }
  header .pcnav-btn a {
    padding: 20px 10px;
    width: 100px;
  }
  header .pcnavwrap li.pcnav-btn {
    margin-left: 0;
  }
  header .pcnavwrap{
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  header .logo {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 479px) {
  header {
    height: 60px;
  }
  header .logo {
    position: relative;
    top: 3px;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  header .logo img {
    max-width: 180px;
  }
  header .logo .en {
    font-size: 14px;
    margin-left: 0;
    top: 0;
  }
}


/* -----------------------------------------------

	 hamburger

----------------------------------------------- */

/*　ハンバーガーボタン　*/
.hamburger {
  display : none;
  position: fixed;
  z-index : 30;
  right: 35px;
  top: 22px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #555;
  -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);
}

.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);
}

nav.globalMenuSp {
  position: fixed;
  z-index : 20;
  top  : 0;
  left : 0;
  color: #000;
  background: rgb(219 225 236);
  background: linear-gradient(-135deg, rgba(245,247,250,1) 0%, rgba(245,247,250,1) 5%, rgba(195,207,226,1) 60%, rgba(195,207,226,1) 100%);
    text-align: center;
  text-align: center;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 100%;
  height: 100%;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0 60px;
  width: 100%;
  max-width: 600px;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  margin-bottom: 20px;
  width: 100%;
  border-bottom: 1px solid #a1a1a178;
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}

nav.globalMenuSp ul li a {
  font-size: 18px;
  display: block;
  padding: 20px 0 10px;
  text-decoration :none;
}
nav.globalMenuSp ul li.spnav-btn{
  background: #e60012;
}
nav.globalMenuSp ul li.spnav-btn a{
  color: #fff;

  padding: 20px 0;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(0%);
}

@media only screen and (max-width: 1024px) {
  header .hamburger{
    display: block;
  }
  nav.globalMenuSp ul{
    padding: 0 45px;
  }
}
@media only screen and (max-width: 768px) {
  .hamburger {
    right: 25px;
  }
}
@media only screen and (max-width: 479px) {
  nav.globalMenuSp ul li a{
    font-size: 16px;
    padding: 15px 0 10px;
  }
  .hamburger {
    right: 20px;
    top: 10px;
  }
}

/* -----------------------------------------------

	 page-top

----------------------------------------------- */
#movetop{
  position: fixed;
  right: 35px;
  bottom: 30px;
  z-index: 5;
  transition: all 0.65s;
  opacity: 0;
}
#movetop.active{
  opacity: 1;
  transition: all 0.65s;
}
#movetop .tophe{
  position: relative;
  background: #393b3d;
  border-radius: 90px;
  height: 65px;
  width: 65px;
}
#movetop .tophe::before{
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 15px 8px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1024px) {
  #movetop .tophe {
    height: 55px;
    width: 55px;
  }
  #movetop .tophe::before{
    border-width: 0 7px 14px 7px;
  }
}
@media only screen and (max-width: 768px) {
  #movetop{
    max-width: 80px;
  }
}
@media only screen and (max-width: 479px) {
  #movetop{
    right: 20px;
    bottom: 20px;
  }
  #movetop .tophe {
    height: 45px;
    width: 45px;
  }
  #movetop .tophe::before{
    border-width: 0 5px 10px 5px;
  }
}

/* -----------------------------------------------

	 footer

----------------------------------------------- */
footer {
  padding-top: 120px;
  background: #e4eaf2;
}
footer .btn{
  color: #fff;
  max-width: 100%;
  margin-bottom: 120px;
}
footer .btn a{
  background: #e60012;
  text-align: center;
  padding: 80px 20px;
  border-radius: 16px;
}
footer .btn a::after{
  content: unset;
}
footer .btn .en{
  font-size: 48px;
  letter-spacing: 0.15rem;
}
footer .btn .ja{
  font-size: 20px;
  font-weight: 500;
}
footer .finfowrap{
  gap: 40px;
  margin-bottom: 80px;
}
footer .finfowrap address .logo{
  margin-bottom: 20px;
}
footer .finfowrap .local{
  line-height: 2;
}
footer .container{
  max-width: 1200px;
}
footer .copyright {
  border-top: solid 1px #c3cfe2;
  padding: 50px 0;
  font-size: 16px;
  color: #666666;
}
footer .copyright span{
  font-family: 'Lato', sans-serif;
}

@media only screen and (max-width: 1024px) {
  footer .btn a {
    padding: 70px 20px;
  }
  footer .finfowrap {
    gap: 60px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 1000px) {
  footer .finfowrap {
    gap: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 768px) {
  footer {
    padding-top: 80px;
  }
  footer .btn .en {
    font-size: 40px;
  }
  footer .btn .ja {
    font-size: 18px;
  }
  footer .btn {
    margin-bottom: 90px;
  }
  footer .btn a {
    padding: 60px 20px;
  }
  footer .finfowrap .map ,
  footer .finfowrap .map iframe{
    width: 100%;
    height: 65vw;
  }
}
@media only screen and (max-width: 650px) {
  footer {
    padding-top: 60px;
  }
  footer .btn {
    margin-bottom: 60px;
  }
  footer .btn a {
    padding: 45px 20px;
  }
  footer .btn .en {
    font-size: 32px;
  }
  footer .btn .ja {
    font-size: 16px;
  }
  footer .finfowrap {
    gap: 30px;
    margin-bottom: 60px;
  }
  footer .copyright {
    padding: 30px 0;
  }
  footer .copyright p,
  footer .copyright span{
    font-size: 12px;
  }
}