@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Roboto+Condensed:wght@400;500;700&display=swap');
.font {
  font-family: 'Roboto Condensed', sans-serif;
}
/* ----------------------------------------
  base
---------------------------------------- */
html {
  font-size: 62.5%;
}
body {
  color: #000000;
  font-family: 'Noto Sans JP', "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  background-color: #ffffff;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7;
  text-align: center;
  margin: 0 auto;
}
p {
  line-height: 1.857;
}
.wrapper, .wrapper2 {
  overflow: hidden;
  box-sizing: border-box;
  text-align: left;
  margin: 0 auto;
  padding: 0 50px;
}
.wrapper {
  width: 100%;
  max-width: 1400px;
}
.wrapper2 {
  width: 100%;
  max-width: 1300px;
}
.deco a {
  text-decoration: none;
}
/* ----------------------------------------
  head
---------------------------------------- */
#head .box01 {
  width: 300px;
  padding: 10px 0;
}
#head img {
  display: block;
}
/* ----------------------------------------
  gnav
---------------------------------------- */
#gnav {
  text-align: center;
  padding: 20px 0;
}
#gnav li {
  display: inline-block;
}
#gnav li a {
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  padding: 10px 12px;
  transition: 0.4s ease-in-out;
}
#gnav li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/* ----------------------------------------
  sp btn
---------------------------------------- */
#panel-btn {
  display: block;
  position: fixed;
  top: 0;
  right: 15px;
  z-index: 150000;
  width: 50px;
  height: 50px;
  background-color: #fff;
  text-align: center;
}
#panel-btn-txt {
  display: block;
  width: 50px;
  color: #14c590;
  font-size: 1rem;
  text-align: center;
  position: absolute;
  top: 30px;
  left: 0;
}
#panel-btn-icon {
  display: block;
  position: absolute;
  top: 40%;
  left: 10px;
  width: 30px;
  height: 2px;
  margin: -1px 0 0 0;
  background: #14c590;
  transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  width: 30px;
  height: 2px;
  background: #14c590;
  transition: .3s;
}
#panel-btn-icon:before {
  margin-top: -10px;
}
#panel-btn-icon:after {
  margin-top: 9px;
}
#panel-btn .close-btn {
  background: transparent;
}
#panel-btn .close-btn:before, #panel-btn .close-btn:after {
  background: #14c590;
  margin-top: 0;
}
#panel-btn .close-btn:before {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
#panel-btn .close-btn:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
/* ----------------------------------------
  sp nav
---------------------------------------- */
#sp-nav {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: fixed;
  z-index: 1500;
  overflow-y: scroll;
  left: 0;
  top: 0;
  display: none;
  background-color: #14c590;
  padding: 60px 0 0 0;
  text-align: center;
}
#sp-nav ul {
  margin-bottom: 20px;
  padding: 10px 10px 0 10px;
}
#sp-nav ul li {
  border-bottom: 1px solid #cde9d7;
}
#sp-nav ul li:last-child {
  border-bottom: none;
}
#sp-nav ul li a {
  display: block;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 8vh;
  text-decoration: none;
}
/* ----------------------------------------
  page-title
---------------------------------------- */
.page-title {
  background: url("../images/cmn-images/page-title.jpg") 50% 50% no-repeat;
  background-size: cover;
  padding: 90px 0 100px 0;
}
.page-title h2 {
  font-size: 4rem;
  text-align: center;
  line-height: 1.3;
}
.page-nav {
  padding: 20px 0 50px 0;
}
.page-nav p {
  font-size: 85%;
  text-align: left;
}
.page-nav a {
  color: #14c590;
}
/* ----------------------------------------
  cmn-box
---------------------------------------- */
.cmn-box01 {
  padding: 80px 0;
}
.cmn-box02 {
  padding-bottom: 80px;
}
.bg01 {
  background-color: #cde9d7;
}
.mb {
  margin-bottom: 50px;
}
.red {
  color: #f74d61;
}
.green {
  color: #14c590;
}
/* ----------------------------------------
  flex
---------------------------------------- */
.fl-box {
  display: flex;
  flex-wrap: wrap;
}
.flr-box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.fl-space {
  justify-content: space-between;
}
.tb-box {
  display: table;
}
.tb-box .inner {
  display: table-cell;
  vertical-align: middle;
}
/* ----------------------------------------
  cmn-title
---------------------------------------- */
.cmn-title01 {
  font-size: 4.2rem;
  line-height: 1.0;
  color: #14c590;
  text-align: center;
  margin-bottom: 40px;
}
.cmn-title01 span::before {
  display: inline-block;
  content: "";
  width: 120px;
  height: 50px;
  background: url("../images/cmn-images/title-icon01.png") 0 0 no-repeat;
  background-size: 100% auto;
  margin-right: 10px;
}
.cmn-title01 span::after {
  display: inline-block;
  content: "";
  width: 120px;
  height: 50px;
  background: url("../images/cmn-images/title-icon02.png") 0 0 no-repeat;
  background-size: 100% auto;
  margin-left: 10px;
}
.cmn-title02 {
  font-size: 3.5rem;
  color: #14c590;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 30px;
}
.cmn-title03 {
  font-size: 3.4rem;
  line-height: 1.4;
  text-align: left;
  margin-bottom: 20px;
}
.cmn-title03 span {
  font-size: 150%;
}
.cmn-title04 {
  position: relative;
  font-size: 3.4rem;
  line-height: 1.4;
  text-align: center;
  padding-bottom: 24px;
  margin-bottom: 30px;
}
.cmn-title04::after {
  position: absolute;
  display: block;
  content: "";
  width: 80px;
  height: 4px;
  background-color: #14c590;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
}
.cmn-title05 {
  font-size: 4.2rem;
  line-height: 1.0;
  color: #ff7e00;
  text-align: center;
  margin-bottom: 40px;
}
.cmn-title05 span::before {
  display: inline-block;
  content: "";
  width: 120px;
  height: 50px;
  background: url("../images/cmn-images/title-icon11.png") 0 0 no-repeat;
  background-size: 100% auto;
  margin-right: 10px;
}
.cmn-title05 span::after {
  display: inline-block;
  content: "";
  width: 120px;
  height: 50px;
  background: url("../images/cmn-images/title-icon12.png") 0 0 no-repeat;
  background-size: 100% auto;
  margin-left: 10px;
}
.cmn-title06 {
  position: relative;
  font-size: 2.4rem;
  line-height: 2.4rem;
  text-align: left;
  padding: 10px 10px 10px 15px;
  margin-bottom: 30px;
}
.cmn-title06::before {
  position: absolute;
  display: block;
  content: "";
  width: 3px;
  height: 2.6rem;
  background-color: #14c590;
  top: 10px;
  left: 0;
}
.cmn-title07 {
  color: #14c590;
  font-size: 2.4rem;
  text-align: left;
  margin-bottom: 20px;
}
/* ----------------------------------------
  cmn-btn
---------------------------------------- */
.cmn-btn01 a {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 280px;
  box-sizing: border-box;
  color: #5ec784;
  background-color: #fff;
  font-size: 1.8rem;
  line-height: 1.0;
  text-align: center;
  padding: 25px 40px 25px 30px;
  transition: 0.4s ease-in-out;
}
.cmn-btn02 a {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 280px;
  box-sizing: border-box;
  color: #fff;
  background-color: #14c590;
  font-size: 1.8rem;
  line-height: 1.0;
  text-align: center;
  padding: 25px 40px 25px 30px;
  transition: 0.4s ease-in-out;
}
.cmn-btn01 a::after, .cmn-btn02 a::after {
  display: inline-block;
  position: absolute;
  font-family: 'FontAwesome';
  content: "\f054";
  top: 40%;
  right: 30px;
}
/* ----------------------------------------
  hr
---------------------------------------- */
hr.arrow {
  clear: both;
  position: relative;
  border: none;
  overflow: visible;
  height: auto;
  margin: 0.8em auto 0.8em;
  padding-top: 45px;
}
hr.arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: rotate(45deg) translateX(-50%);
  border-bottom: 1px solid #14c590;
  border-right: 1px solid #14c590;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}
/* ----------------------------------------
  gmap
---------------------------------------- */
.gmap {
  overflow: hidden;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.gmap2 {
  overflow: hidden;
  position: relative;
  padding-top: 30%;
}
.gmap2 iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
/* ----------------------------------------
 info
------------------------------------------- */
#info .box01 {
  width: 31%;
}
#info .box02 {
  width: 64%;
	
}
#info .box01 dt {
  color: #7a7a7a;
  line-height: 1.4;
  padding: 15px 0 10px 0;
}
#info .box01 dd {
  line-height: 1.4;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 15px;
}
/* ----------------------------------------
  foot
---------------------------------------- */
#foot {
  padding: 60px 0 0 0;
}
#foot .box01 {
  width: 20%;
  margin-bottom: 50px;
}
#foot .box02 {
  width: 60%;
  margin-bottom: 50px;
}
#foot h2 {
  width: 100%;
}
#foot h3 {
  font-size: 2.4rem;
  margin-bottom: 10px;
}
#foot .copy {
  color: #cde9d7;
  font-size: 1.6rem;
  background-color: #14c590;
  text-align: center;
  padding: 15px 0;
}
#foot .box02 ul {
 /* width: 33%;*/
	width: 48%;
}
#foot .box02 ul li {
  display: block;
  vertical-align: middle;
  line-height: 1;
  margin-bottom: 15px;
}
#foot .box02 ul li a {
  display: block;
  position: relative;
  font-size: 1.6rem;
  vertical-align: middle;
  line-height: 1;
}
#foot .box02 ul li.child a {
  background: url("../images/cmn-images/fnav-icon.png") 0 50% no-repeat;
  background-size: 8px auto;
  padding-left: 13px;
}
/* ----------------------------------------
  side-btn
---------------------------------------- */
.side-btn {
  position: fixed;
  width: 55px;
  bottom: 15%;
  right: 0;
  z-index: 1000;
}
.side-btn .btn {
  margin-bottom: 1px;
}
/* ----------------------------------------
  page-top
---------------------------------------- */
#page-top a {
  font-family: "FontAwesome";
  display: block;
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: #14c590;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  position: fixed;
  right: 5px;
  bottom: 15px;
  z-index: 999;
}
/* ----------------------------------------
  bottom-btn
---------------------------------------- */
.bottom-btn {
  position: fixed;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  bottom: 0;
  left: 0;
  z-index: 1000;
}
.bottom-btn .btn01, .bottom-btn .btn02 {
  width: 45%;
}
.bottom-btn .btn03 {
  width: 10%;
}
.bottom-btn .btn01 a {
  display: block;
  color: #fff;
  background-color: #ff7e00;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  padding: 15px;
}
.bottom-btn .btn02 a {
  display: block;
  color: #fff;
  background-color: #02a03e;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  padding: 15px;
}
.bottom-btn .btn03 a {
  display: block;
  color: #fff;
  background-color: #14c590;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  padding: 15px 0;
}
/* =======================
  PC
======================== */
@media screen and (min-width: 1200px) {
  body {
    min-width: 1200px;
    height: 100%;
  }
  .sp-only {
    display: none;
  }
  .tablet-only {
    display: none;
  }
  .pc-none {
    display: none;
  }
}
/* =======================
  TABLET
======================== */
@media screen and (max-width:1199px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: none;
  }
  body {
    font-size: 1.5vw;
  }
  .wrapper, .wrapper2 {
    padding: 0 6%;
  }
  /* ----------------------------------------
  head
---------------------------------------- */
  #head .box01 {
    width: 23%;
    padding: 10px 0;
  }
  #head img {
    display: block;
  }
  /* ----------------------------------------
  gnav
---------------------------------------- */
  #gnav {
    padding: 20px 0;
  }
  #gnav li a {
    font-size: 1.3333vw;
    padding: 10px 0.8vw;
  }
  /* ----------------------------------------
  page-title
---------------------------------------- */
  .page-title {
    padding: 7.5vw 0 8vw 0;
  }
  .page-title h2 {
    font-size: 3.3333vw;
  }
  /* ----------------------------------------
  cmn-box
---------------------------------------- */
  .cmn-box01 {
    padding: 7% 0;
  }
  .cmn-box02 {
    padding-bottom: 7%;
  }
  /* ----------------------------------------
  cmn-title
---------------------------------------- */
  .cmn-title01 {
    font-size: 3.75vw;
    margin-bottom: 3.3vw;
  }
  .cmn-title01 span::before {
    width: 10vw;
    height: 4.1666vw;
  }
  .cmn-title01 span::after {
    width: 10vw;
    height: 4.1666vw;
  }
  .cmn-title02 {
    font-size: 2.9166vw;
    margin-bottom: 2.5vw;
  }
  .cmn-title05 {
    font-size: 3.75vw;
    margin-bottom: 3.3vw;
  }
  .cmn-title05 span::before {
    width: 10vw;
    height: 4.1666vw;
  }
  .cmn-title05 span::after {
    width: 10vw;
    height: 4.1666vw;
  }
  /* ----------------------------------------
  cmn-btn
---------------------------------------- */
  .cmn-btn01 a {
    width: 100%;
    max-width: 20vw;
    font-size: 1.5vw;
    padding: 2vw 3.3vw 2vw 2.5vw;
  }
  .cmn-btn02 a {
    width: 100%;
    max-width: 20vw;
    font-size: 1.5vw;
    padding: 2vw 3.3vw 2vw 2.5vw;
  }
  .cmn-btn01 a::after, .cmn-btn02 a::after {
    top: 40%;
    right: 2.5vw;
  }
  .gmap2 {
    padding-top: 70%;
  }
  /* ----------------------------------------
  foot
---------------------------------------- */
  #foot {
    padding: 6% 0 0 0;
  }
  #foot .box01 {
    width: 20%;
    margin-bottom: 50px;
  }
  #foot .box02 {
    width: 60%;
    margin-bottom: 50px;
  }
  #foot h3 {
    font-size: 2vw;
    margin-bottom: 10px;
  }
  #foot .copy {
    font-size: 1.3333vw;
    padding: 15px 0;
  }
  #foot .box02 ul li a {
    font-size: 1.3333vw;
  }
  /* ----------------------------------------
  side-btn
---------------------------------------- */
  .side-btn {
    width: 6%;
    top: 15%;
  }
}
/* =======================
  SP
======================== */
@media screen and (max-width: 599px) {
  body {
    font-size: 1.5rem;
  }
  .sp-only {
    display: block;
  }
  .sp-none {
    display: none;
  }
  .pctablet {
    display: none;
  }
  .tablet-only {
    display: none;
  }
  .wrapper, .wrapper2 {
    padding: 0 7%;
  }
  /* ----------------------------------------
  head
---------------------------------------- */
  #head {
    width: 100%;
    background-color: #fff;
  }
  #head .box01 {
    width: 180px;
    padding: 10px 0;
  }
  /* ----------------------------------------
  page-title
---------------------------------------- */
  .page-title {
    padding: 40px 0 50px 0;
  }
  .page-title h2 {
    font-size: 2.2rem;
  }
  .page-nav {
    padding: 15px 0 30px 0;
  }
  .page-nav p {
    text-align: left;
  }
  /* ----------------------------------------
  cmn-box
---------------------------------------- */
  .cmn-box01 {
    padding: 50px 0;
  }
  .cmn-box02 {
    padding-bottom: 50px;
  }
  /* ----------------------------------------
  cmn-title
---------------------------------------- */
  .cmn-title01 {
    font-size: 2.0rem;
    margin-bottom: 30px;
  }
  .cmn-title01 span::before {
    width: 60px;
    height: 25px;
    margin-right: 10px;
  }
  .cmn-title01 span::after {
    width: 60px;
    height: 25px;
    margin-left: 10px;
  }
  .cmn-title02 {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  .cmn-title03 {
    font-size: 2.0rem;
    text-align: center;
    margin-bottom: 20px;
  }
  .cmn-title04 {
    font-size: 2rem;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .cmn-title04::after {
    width: 60px;
    height: 3px;
    margin-left: -30px;
  }
  .cmn-title05 {
    font-size: 2.0rem;
    margin-bottom: 30px;
  }
  .cmn-title05 span::before {
    width: 50px;
    height: 22px;
    margin-right: 10px;
  }
  .cmn-title05 span::after {
    width: 50px;
    height: 22px;
    margin-left: 10px;
  }
  .cmn-title06 {
    font-size: 1.8rem;
    line-height: 1.5;
    padding: 10px 10px 10px 15px;
    margin-bottom: 15px;
  }
  .cmn-title06::before {
    width: 3px;
    height: 2.0rem;
    top: 14px;
    left: 0;
  }
  .cmn-title07 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  /* ----------------------------------------
  cmn-btn
---------------------------------------- */
  .cmn-btn01 a {
    width: 100%;
    max-width: 200px;
    font-size: 1.6rem;
    padding: 20px 40px 20px 30px;
  }
  .cmn-btn02 a {
    width: 100%;
    max-width: 200px;
    font-size: 1.6rem;
    padding: 20px 40px 20px 30px;
  }
  .cmn-btn01 a::after, .cmn-btn02 a::after {
    top: 40%;
    right: 30px;
  }
  /* ----------------------------------------
 info
------------------------------------------- */
  #info .box01 {
    width: 100%;
    margin-bottom: 30px;
  }
  #info .box02 {
    width: 100%;
  }
  #info .box01 dt {
    padding: 15px 0 10px 0;
  }
  #info .box01 dd {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 15px;
  }
  /* ----------------------------------------
  gmap
---------------------------------------- */
  .gmap {
    padding-top: 80%;
  }
  .gmap2 {
    padding-top: 80%;
  }
  /* ----------------------------------------
  foot
---------------------------------------- */
  #foot {
    padding: 40px 0 0 0;
  }
  #foot .box01 {
    width: 100%;
    margin-bottom: 30px;
  }
  #foot .box02 {
    width: 100%;
    margin-bottom: 10px;
  }
  #foot h2 {
    width: 40%;
    margin: 0 auto;
  }
  #foot h3 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  #foot .copy {
    font-size: 1.4rem;
    padding: 15px 0 80px 0;
  }
  #foot .box02 ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  #foot .box02 ul li {
    display: block;
    width: 49%;
    border-bottom: 1px solid #a6d5b6;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #foot .box02 ul li a {
    font-size: 1.5rem;
    padding: 15px 0;
  }
  #foot .box02 ul li.parent {
    width: 100%;
    border-bottom: none;
  }
  #foot .box02 ul li.parent a {
    font-weight: 500;
  }
  #foot .box02 ul li.child a {
    background: url("../images/cmn-images/fnav-icon.png") 0 50% no-repeat;
    background-size: 8px auto;
    padding-left: 13px;
  }
}