@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto+Condensed:wght@400;700&display=swap');
.font01 {
  font-family: 'Roboto Condensed', sans-serif;
}
/* ----------------------------------------
  base
---------------------------------------- */
html {
  font-size: 62.5%;
}
body {
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  background-color: #f7f5f0;
  font-size: 17px;
  font-size: 1.7rem;
  text-align: center;
  margin: 0 auto;
}
p {
  line-height: 1.7;
}
.wrapper, .wrapper2 {
  overflow: hidden;
  box-sizing: border-box;
  text-align: left;
  margin: 0 auto;
  padding: 0 50px;
}
.wrapper {
  width: 100%;
  max-width: 1200px;
}
.wrapper2 {
  width: 100%;
  max-width: 1100px;
}
.wrapper p, .wrapper2 p {
  line-height: 1.7;
}
.deco a {
  text-decoration: none;
}
/* ----------------------------------------
  head
---------------------------------------- */
#head {
  position: fixed;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 100;
}
#head h1 {
  float: left;
  width: 300px;
  padding: 10px 0;
}
#head .tel {
  float: right;
  width: 235px;
  padding-top: 15px;
}
#head .btn {
  float: right;
  width: 192px;
  margin: 20px 0 0 30px;
}
#head img {
  display: block;
}
.page-top {
  padding-top: 75px;
}
/* ----------------------------------------
  page-title
---------------------------------------- */
#page-title {
  background-color: #004680;
}
#page-title h1{
  color: #fff;
  font-size: 4rem;
  line-height: 1;
  padding: 100px 0;
}
/* ----------------------------------------
  cmn-box
---------------------------------------- */
.cmn-box01 {
  padding: 90px 0;
}
.cmn-box02 {
  padding-bottom: 90px;
}
/* ----------------------------------------
  cmn-title
---------------------------------------- */
.cmn-title01 {
  color: #5e9cd3;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 40px;
}
.cmn-title02 {
  text-align: center;
  margin-bottom: 40px;
}
.cmn-title02 span {
  display: inline-block;
  color: #fff;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.4;
  background-color: #004680;
  border-radius: 50px;
  padding: 10px 40px;
}
.cmn-title03 {
  color: #5e9cd3;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
  margin-bottom: 20px;
}
.cmn-title03 span {
  font-size: 3.6rem;
}
.cmn-title04 {
  position: relative;
  color: #004680;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
  padding-left: 45px;
  margin-bottom: 25px;
}
.cmn-title04 span {
  position: absolute;
  display: inline-block;
  width: 40px;
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 40px;
  border-radius: 40px;
  text-align: center;
  background-color: #5e9cd3;
  left: 0;
}
/* ----------------------------------------
  gmap
---------------------------------------- */
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 30%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
/* ----------------------------------------
  fnav
---------------------------------------- */
#foot {
  background-color: #004680;
  padding: 50px 0 30px 0;
}
#foot ul {
  overflow: hidden;
  text-align: center;
  margin-bottom: 30px;
}
#foot ul li {
  display: inline-block;
  border-right: 1px solid #fff;
}
#foot ul li:last-child {
  border-right: none;
}
#foot ul li a {
  display: block;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.1;
  text-align: center;
  padding: 2px 20px;
  transition: 0.4s ease-in-out;
}
#foot ul li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#foot p {
  font-size: 1.4rem;
  color: #5898c7;
}
/* =======================
  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;
  }
  /* ----------------------------------------
  gmap
---------------------------------------- */
  .gmap {
    padding-bottom: 50%;
  }
}
/* =======================
  SP
======================== */
@media screen and (max-width: 899px) {
  body {
    font-size: 1.4rem;
  }
  .sp-only {
    display: block;
  }
  .sp-none {
    display: none;
  }
  .pctablet {
    display: none;
  }
  .tablet-only {
    display: none;
  }
  .wrapper, .wrapper2 {
    padding: 0 7%;
  }
  /* ----------------------------------------
  head
---------------------------------------- */
  #head h1 {
    width: 200px;
    padding-top: 10px;
  }
  #head .btn {
    width: 110px;
    margin: 17px 0 0 0;
  }
  .page-top {
    padding-top: 57px;
  }
/* ----------------------------------------
  page-title
---------------------------------------- */
#page-title h1{
  font-size: 2.4rem;
  padding: 60px 0;
}
  /* ----------------------------------------
  cmn-box
---------------------------------------- */
  .cmn-box01 {
    padding: 40px 0;
  }
  .cmn-box02 {
    padding-bottom: 40px;
  }
  /* ----------------------------------------
  cmn-title
---------------------------------------- */
  .cmn-title01 {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  .cmn-title02 {
    margin-bottom: 30px;
  }
  .cmn-title02 span {
    font-size: 1.7rem;
    border-radius: 30px;
    padding: 10px 30px;
  }
  .cmn-title03 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .cmn-title03 span {
    font-size: 2.0rem;
  }
  .cmn-title04 {
    font-size: 1.7rem;
    padding-left: 30px;
    margin-bottom: 20px;
  }
  .cmn-title04 span {
    width: 25px;
    font-size: 1.8rem;
    line-height: 25px;
    border-radius: 25px;
    left: 0;
  }
  /* ----------------------------------------
  gmap
---------------------------------------- */
  .gmap {
    padding-bottom: 70%;
  }
  /* ----------------------------------------
  fnav
---------------------------------------- */
  #foot {
    padding: 30px 0 30px 0;
  }
  #foot ul {
    margin-bottom: 30px;
  }
  #foot ul li a {
    font-size: 1.0rem;
    padding: 2px 10px;
  }
  #foot p {
    font-size: 1.0rem;
  }
}