@charset "UTF-8";

body {
  padding-top: 87px !important;
  /* headerの実際の高さに合わせて調整してください */
}

header {
  background: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  align-items: center;
}

.header .pc:first-of-type {
  margin-left: auto;
}

.header .pc:last-of-type {
  align-self: stretch;
}

.header a {
  color: #1B1D1C;
  font-weight: 400;
}

.header a:hover {
  opacity: 0.7;
}

.logo {
  width: 16em;
  margin-left: 50px;
}

.tel a {
  display: flex;
  position: relative;
  align-items: center;
  font-size: 2.7rem;
  gap: 8px;
  color: #369B3D;
  font-weight: 500;
  justify-content: end;
}

.tel_time {
  font-size: 1.6rem;
  color: #ACACAC;
  font-weight: 400;
}

.nav {
  display: flex;
  gap: 35px;
  margin: 0 0 10px 0;
}

.nav_u01 {
  position: relative;
}

.nav_u01 .nav_u01-box {
  background-color: #ffffff;
  position: absolute;
  width: 15em;
  z-index: 9999;
  top: 100%;
  left: -11px;
  padding: 12px 0 6px 18px;
  text-align: left;
  border-radius: 5px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
}

.nav_u01 .nav_u01-box a {
  color: #021227;
  display: inline-block;
  margin-bottom: 10px;
  background: url(../img/arrow01.svg) no-repeat center left/1.2em;
  padding-left: 1.5em;
  font-size: 1.4rem;
}

.h_con {
  background: #369B3D;
  border-radius: 5px;
  font-size: 1.8rem;
  color: #fff !important;
  padding: 1.1em 2.5em;
  height: 100%;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}

@media screen and (min-width: 900px) and (max-width: 1200px) {
  .header a {
    font-size: 1.4rem;
  }

  .nav {
    gap: 10px;
  }

  .nav_u01 {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.5;
  }

  .h_con {
    padding: 0.5em 1.5em;
  }

  .logo {
    width: 13em;
    margin-left: 19px;
  }

  body {
    padding-top: 68px !important;
  }
}
