/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */
.f_contact {
  position: relative;
  width: 90%;
  margin: 0 auto 2em;
  background: linear-gradient(180deg, rgba(237, 245, 238, 1) 0%, rgba(209, 244, 214, 1)100%);
  border-radius: 20px;
  padding: 10px 0 20px;
}
.f_contact ul {
  width: 85%;
  margin: auto;
  position: relative;
  z-index: 1;
}
.f_contact ul li {
  margin: 1em auto 0;
}
.f_contact ul li:first-child p {
  font-size: 1.4rem;
}
.f_contact ul li:first-child p span {
  display: block;
  font-family: 'Helvetica', sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.2;
  letter-spacing: 2px;
}
.f_contact ul li div {
  font-weight: 500;
  font-size: 1.5rem;
}
.f_contact ul li p {
  margin: 0em auto 0;
  font-size: 1.2rem;
}
.f_contact ul li img {
  width: 20px;
  margin: 0 10px 2px 0;
}
.f_contact ul li:nth-child(2) a {
  position: relative;
  background: linear-gradient(45deg, rgba(0, 196, 98, 1) 0%, rgba(0, 150, 75, 1)50%, rgba(0, 150, 75, 1)100%);
  background-position: 1% 50%;
  background-size: 200% auto;
  border-radius: 50px;
  padding: 17px 25px;
  transition: ease .2s;
  display: block;
  font-size: 1.4rem;
}
.f_contact ul li:nth-child(2) a span {
  position: relative;
  z-index: 3;
  color: #fff;
}
.f_contact ul li:nth-child(2) a:hover {
  background-position: 99% 50%;
}
.f_contact ul li:nth-child(2) a::before {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0%, -50%);
  width: 18px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  line-height: 20px;
  text-align: center;
  content: '\f054';
  font-family: FontAwesome;
  font-weight: 400;
  font-size: 1rem;
  color: #00964B;
  padding: 0 0 0 2px;
  transition: all .3s;
}
.f_contact ul li:nth-child(2) a:hover::before {
  right: 5px;
}
.f_contact ul li:last-child img {
  width: 20px;
  margin: 0 7px 11px 0;
}
.f_contact ul li:last-child a {
  font-family: 'Helvetica', sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  color: #00964B;
}
.f-bg {
  position: relative;
  background: linear-gradient(135deg, rgba(0, 150, 75, 1) 0%, rgba(0, 196, 98, 1)60%, rgba(0, 196, 98, 1)80%, rgba(0, 196, 98, 1)100%);
  color: #fff;
  padding: 3em 0 2em;
  border-radius: 20px 20px 0 0;
}
.footer {}
.footer_address {}
.footer_address a {
  color: #fff;
}
.footer_address img {
  width: 200px;
  margin: 0 auto 1em;
}
.footer_address p {
  line-height: 2;
}
.footer_nav {
  display: block;
}



/*仮navi*/
 .footer_nav02 {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 1em auto 0em;
    justify-content: center;
  }
  .footer_nav02 li {
	  text-align: left;
    position: relative;
 width: 150px;
    margin: 1em 0px 0 0px;
    font-weight: 500;
    letter-spacing: 3px;
  }

  .footer_nav02 li::before {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    width: 13px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    line-height: 15px;
    text-align: center;
    content: '\f054';
    font-family: FontAwesome;
    font-weight: 400;
    font-size: 1rem;
    color: #00964B;
    padding: 0 0 0 2px;
  }
  .footer_nav02 li a {
	  color: #fff;
    padding: 0 0 0 20px;
  }

/*仮navi*/


.cr {
  margin: 3em auto 0;
  font-size: 1.0rem;
}
.cr a {
  display: inline-block;
  color: #fff;
  font-size: 1.3rem;
  margin: 0 auto 1em;
  text-decoration: underline;
}
.cr a:hover {
  text-decoration: none;
}
.pagetop {
  display: none;
  position: absolute;
  top: 40px;
  right: 5%;
  z-index: 3;
}
.pagetop a {
  position: relative;
  color: #fff;
  font-family: 'Helvetica', sans-serif;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: left;
  font-weight: 500;
  padding: 50px 0 0;
}
.pagetop a::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 7px;
  display: block;
  width: 7px;
  height: 30px;
  transform: rotate(180deg);
  background-image: url("/img/common/arrow_down.webp");
  background-size: contain;
  background-repeat: no-repeat;
  animation:
    circlemove02 2.5s ease-in-out infinite, cirlemovehide02 2.5s ease-out infinite;
}
/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove02 {
  0% {
    top: 20px;
  }
  100% {
    top: 0px;
  }
}
/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide02 {
  0% {
    opacity: 0
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
/* ------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン */
/* ------------------------------------ */
@media all and (min-width: 768px) {
  .f_contact {
    max-width: 1100px;
    border-radius: 20px;
    margin: 0 auto 4em;
    padding: 70px 0;
  }
  .f_contact ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 0em;
    justify-content: center;
    align-items: center;
  }
  .f_contact ul li {
    width: auto;
    margin: 0 15px;
  }
  .f_contact ul li:first-child p {
    font-size: 1.4rem;
    font-weight: 500;
    text-align: left;
  }
  .f_contact ul li:first-child p span {
    line-height: 1.2;
    font-size: 5.5rem;
    letter-spacing: 3px;
  }
  .f_contact ul li div {
    text-align: left;
    font-size: 1.7rem;
  }
  .f_contact ul li p {
    text-align: left;
    font-size: 1.4rem;
  }
  .f_contact ul li img {
    width: 25px;
    margin: 0 10px 0px 0;
  }
  .f_contact ul li:last-child img {
    width: 30px;
    margin: 0 7px 9px 0;
  }
  .f_contact ul li:nth-child(2) a {
    padding: 25px 65px 25px 45px;
    font-size: 1.5rem;
    letter-spacing: 2px;
  }
  .f_contact ul li:nth-child(2) a::before {
    right: 20px;
  }
  .f_contact ul li:nth-child(2) a:hover::before {
    right: 15px;
  }
  .f_contact ul li:last-child a {
    font-size: 3.5rem;
    line-height: 1.4;
    padding: 10px 0;
    letter-spacing: 4px;
  }
  .f-bg {
    padding: 5em 0 5em;
    position: relative;
    border-radius: 50px 50px 0 0;
  }
  .footer {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 0em;
    justify-content: space-between;
    width: 85%;
    max-width: 1200px;
  }
  .footer_address {
    width: 350px;
    text-align: left;
  }
  .footer_address img {
    width: 300px;
    margin: 0 auto 1.5em;
  }
  .footer_address p {
    line-height: 1.8;
    letter-spacing: 2px;
  }
  .footer_nav {
    display: block;
    width: 660px;
    text-align: left;
  }
  .footer_nav a {
    color: #fff;
    z-index: 1;
    position: relative;
  }
  .footer_nav a:hover {
    text-decoration: underline;
  }
  .footer_nav01 {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 2em;
    justify-content: flex-start;
  }
  .footer_nav01 > li {
    width: 250px;
  }
  .footer_nav01 > li:last-child {
    width: 330px;
    margin: 0em 0 0em 50px;
  }
  .footer_nav01 > li p {
    position: relative;
    border-bottom: 1px solid #fff;
    font-weight: 500;
    padding: 0 0 10px 30px;
    letter-spacing: 3px;
  }
  .footer_nav01 > li p::before {
    position: absolute;
    top: 37%;
    left: 0%;
    transform: translate(0%, -50%);
    width: 18px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    line-height: 20px;
    text-align: center;
    content: '\f054';
    font-family: FontAwesome;
    font-weight: 400;
    font-size: 1rem;
    color: #00964B;
    padding: 0 0 0 2px;
  }
  .footer_nav01 ul {
    margin: 0.5em auto 0;
  }
  .footer_nav01 ul li {
    position: relative;
    padding: 5px 0 5px 17px;
    font-size: 1.5rem;
    letter-spacing: 2px;
  }
  .footer_nav01 ul li::before {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    text-align: center;
    content: '\f054';
    font-family: FontAwesome;
    font-weight: 400;
    font-size: 1.2rem;
    color: #fff;
    padding: 3px 0 0;
  }
  .footer_nav01 ul.doubble {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0.5em auto 0em;
    justify-content: space-between;
  }
  .footer_nav01 ul.doubble li {
    margin: 0 8px 0em;
    width: 170px;
    padding: 5px 0 5px 17px;
  }
  .footer_nav01 ul.doubble li:nth-of-type(odd) {
    width: 100px;
    margin: 0;
  }
  .footer_nav02 {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 0em;
    justify-content: flex-start;
  }
  .footer_nav02 li {
    position: relative;
    margin: 1em 0 0 0;
    width: 180px;
    font-weight: 500;
    letter-spacing: 3px;
  }
  .footer_nav02 li:first-child, .footer_nav02 li:nth-child(4) {
    width: 300px;
  }
  .footer_nav02 li::before {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    width: 18px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    line-height: 20px;
    text-align: center;
    content: '\f054';
    font-family: FontAwesome;
    font-weight: 400;
    font-size: 1rem;
    color: #00964B;
    padding: 0 0 0 2px;
  }
  .footer_nav02 li a {
    padding: 0 0 0 30px;
  }
  .footer_nav02.temporary li {
    width: auto;
    margin: 0 0px 0 40px;
  }
  .cr {
    width: 85%;
    max-width: 1200px;
    font-size: 1.3rem;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 4em auto 0em;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .cr a {
    text-align: right;
    margin: 0;
  }
  .pagetop {
    display: block;
    /*top: 300px;*/
    top: 200px;
    right: 5%;
  }
  .pagetop a {
    font-size: 1.4rem;
    padding: 55px 0 0;
  }
  .pagetop a::before {
    width: 8px;
    height: 30px;
    right: 7px;
  }
}