@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&family=Roboto+Condensed:wght@700&display=swap');
.font01 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}
.font02 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
}
/* ----------------------------------------
  base
---------------------------------------- */
html {
  font-size: 62.5%;
}
body {
  color: #000000;
  font-family: "游ゴシック体", "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.7;
}
.wrapper, .wrapper1, .wrapper2 {
  overflow: hidden;
  box-sizing: border-box;
  text-align: left;
  margin: 0 auto;
  padding: 0 40px;
}
.wrapper {
  width: 100%;
}
.wrapper1 {
  width: 100%;
  max-width: 1600px;
}
.wrapper2 {
  width: 100%;
  max-width: 1200px;
}
.deco a {
  text-decoration: none;
}
/* ----------------------------------------
  head
---------------------------------------- */
#head h1 {
  position: absolute;
  top: 25px;
  z-index: 100;
  width: 366px;
}
#head h1 img {
  display: block;
}
/* ----------------------------------------
  sp btn
---------------------------------------- */
#panel-btn {
  display: block;
  position: fixed;
  top: 0;
  right: 30px;
  z-index: 150000;
  width: 110px;
  height: 110px;
  background-color: #0085ce;
  text-align: center;
}
#panel-btn-txt {
  display: block;
  width: 110px;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  position: absolute;
  top: 63px;
  left: 0;
}
#panel-btn-icon {
  display: block;
  position: absolute;
  top: 40%;
  left: 35px;
  width: 40px;
  height: 2px;
  margin: -1px 0 0 0;
  background: #fff;
  transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  width: 40px;
  height: 2px;
  background: #fff;
  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: #fff;
  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: #0085ce;
  padding: 70px 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 #77bde5;
}
#sp-nav ul li:last-child {
  border-bottom: none;
}
#sp-nav ul li a {
  display: block;
  color: #fff;
  font-size: 1.7rem;
  line-height: 8vh;
  text-decoration: none;
}
/* ----------------------------------------
  page-title
---------------------------------------- */
/* ----------------------------------------
 business
------------------------------------------- */
#business {
  background: url("../images/index-images/bg01.jpg") 50% 50% no-repeat;
  background-size: cover;
}
#business .box {
  width: 100%;
  max-width: 400px;
  box-sizing: border-box;
  border: 1px solid #bdbec3;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 50px;
}
#business .box p {
  margin-bottom: 30px;
}
/* ----------------------------------------
 contact
------------------------------------------- */
#contact {
  background: url("../images/index-images/bg02.jpg") 50% 50% no-repeat;
  background-size: cover;
}
#contact .box {
  float: right;
  width: 100%;
  max-width: 400px;
  box-sizing: border-box;
  border: 1px solid #bdbec3;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 50px;
}
#contact .box p {
  margin-bottom: 30px;
}
/* ----------------------------------------
  section
---------------------------------------- */
section {
  clear: both;
  overflow: hidden;
}
/*section p {
  margin-bottom: 10px;
}*/
/* ----------------------------------------
  cmn-box
---------------------------------------- */
.cmn-box01 {
  padding: 80px 0;
}
.cmn-box02 {
  padding-bottom: 80px;
}
/* ----------------------------------------
  cmn-title
---------------------------------------- */
.cmn-title01 {
  position: relative;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  padding-top: 75px;
  margin-bottom: 40px;
}
.cmn-title01::before {
  position: absolute;
  content: "";
  display: block;
  width: 5px;
  height: 65px;
  background-color: #77bde5;
  left: 50%;
  top: 0;
}
.cmn-title01 span {
  display: block;
  color: #194486;
  font-size: 4.2rem;
  margin-bottom: 20px;
}
.cmn-title02 {
  position: relative;
  color: #194486;
  font-size: 3rem;
  line-height: 1;
  text-align: left;
  margin-bottom: 20px;
}
.cmn-title02::after {
  position: relative;
  display: inline-block;
  content: "";
  width: 40px;
  height: 3px;
  background-color: #77bde5;
  margin-left: 10px;
  top: -8px;
}
.cmn-title03 {
  position: relative;
  color: #316732;
  font-size: 3rem;
  line-height: 1;
  text-align: left;
  margin-bottom: 20px;
}
.cmn-title03::after {
  position: relative;
  display: inline-block;
  content: "";
  width: 40px;
  height: 3px;
  background-color: #b3d8b3;
  margin-left: 10px;
  top: -8px;
}
/* ----------------------------------------
  cmn-btn
---------------------------------------- */
.cmn-btn01 a {
  display: inline-block;
  color: #fff;
  background-color: #216a98;
  box-sizing: border-box;
  width: 100%;
  max-width: 350px;
  line-height: 1;
  text-align: center;
  padding: 20px 10px;
}
.cmn-btn01 a::after {
  display: inline-block;
  content: "\f0a9";
  font-family: 'FontAwesome';
  color: #d1e1eb;
  margin-left: 5px;
}
.cmn-btn02 a {
  display: inline-block;
  color: #fff;
  background-color: #457646;
  box-sizing: border-box;
  width: 100%;
  max-width: 350px;
  line-height: 1;
  text-align: center;
  padding: 20px 10px;
}
.cmn-btn02 a::after {
  display: inline-block;
  content: "\f0a9";
  font-family: 'FontAwesome';
  color: #b3d8b3;
  margin-left: 5px;
}
/* ----------------------------------------
  youtube
---------------------------------------- */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/* ----------------------------------------
  gmap
---------------------------------------- */
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 30%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
/* ----------------------------------------
  fnav
---------------------------------------- */
#fnav {
  overflow: hidden;
  text-align: right;
  margin-bottom: 30px;
}
#fnav li {
  display: inline-block;
  border-right: 1px solid #ccc;
}
#fnav li:last-child {
  border-right: none;
}
#fnav li a {
  display: block;
  box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 1.1;
  text-align: center;
  padding: 5px 10px;
  transition: 0.4s ease-in-out;
}
/* ----------------------------------------
  foot
---------------------------------------- */
#foot {
  background-color: #f5f7f8;
  padding-top: 50px;
}
#foot .float-l {
  margin-bottom: 40px;
}
#foot .float-r {
  position: relative;
  margin-bottom: 40px;
}
#foot h2 {
  color: #194486;
  font-size: 2.4rem;
  margin-bottom: 20px;
}
#foot .ad {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
#foot .tel {
  font-size: 2.4rem;
}
#foot .bn {
  text-align: right;
}
#foot .bn img{
  width: 327px;
  height: auto;
}
#foot .copy {
  color: #fff;
  background-color: #0e3167;
  font-size: 1.6rem;
  padding: 10px;
}
/* ----------------------------------------
  page-top
---------------------------------------- */
#page-top a {
  font-family: "FontAwesome";
  display: block;
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: #194486;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  position: fixed;
  right: 15px;
  bottom: 25px;
  z-index: 999;
}

/* ----------------------------------------
 group
------------------------------------------- */
#group ul {
  overflow: hidden;
  font-size: 0;
  text-align: center;
  margin-bottom: -50px;
}
#group ul li {
  display: inline-block;
  width: 30%;
  margin: 0 1.5% 50px 1.5%;
}



/* =======================
  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:1599px) {
  /* ----------------------------------------
  foot
---------------------------------------- */
#foot .float-l {
  width: 40%;
}
#foot .float-r {
  width: 60%;
}
}
@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.5rem;
  }
  .sp-only {
    display: block;
  }
  .sp-none {
    display: none;
  }
  .pctablet {
    display: none;
  }
  .tablet-only {
    display: none;
  }
  .wrapper, .wrapper1, .wrapper2 {
    padding: 0 7%;
  }
  /* ----------------------------------------
  head
---------------------------------------- */
  #head h1 {
    top: 15px;
    width: 250px;
  }
  /* ----------------------------------------
  sp btn
---------------------------------------- */
  #panel-btn {
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
  }
  #panel-btn-txt {
    width: 70px;
    font-size: 1.0rem;
    top: 45px;
    left: 0;
  }
  #panel-btn-icon {
    top: 40%;
    left: 20px;
    width: 30px;
  }
  #panel-btn-icon:before, #panel-btn-icon:after {
    top: 40%;
    width: 30px;
  }
  #panel-btn-icon:before {
    margin-top: -10px;
  }
  #panel-btn-icon:after {
    margin-top: 9px;
  }
  /* ----------------------------------------
  page-title
---------------------------------------- */
  /* ----------------------------------------
  cmn-box
---------------------------------------- */
  .cmn-box01 {
    padding: 40px 0;
  }
  .cmn-box02 {
    padding-bottom: 40px;
  }
  /* ----------------------------------------
  cmn-title
---------------------------------------- */
  .cmn-title01 {
    font-size: 1.2rem;
    padding-top: 45px;
    margin-bottom: 30px;
  }
  .cmn-title01::before {
    width: 3px;
    height: 35px;
  }
  .cmn-title01 span {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  .cmn-title02 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .cmn-title02::after {
    width: 30px;
    height: 3px;
    margin-left: 10px;
    top: -5px;
  }
  .cmn-title03 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .cmn-title03::after {
    width: 30px;
    height: 3px;
    margin-left: 10px;
    top: -5px;
  }
  /* ----------------------------------------
  cmn-btn
---------------------------------------- */
  /* ----------------------------------------
  anker
---------------------------------------- */
  .anker {
    margin-top: -70px;
    padding-top: 70px;
  }
  /* ----------------------------------------
  foot
---------------------------------------- */
  #foot {
    padding-top: 30px;
  }
  #foot .float-l {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  #foot .float-r {
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }
  #foot h2 {
    color: #194486;
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 15px;
  }
  #foot .ad {
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 10px;
  }
  #foot .tel {
    font-size: 1.6rem;
    text-align: center;
  }
  #foot .bn {
    position: relative;
    width: 250px;
    margin: 0 auto;
  }
  #foot .copy {
    font-size: 1.2rem;
    padding: 10px;
  }
  /* ----------------------------------------
  page-top
---------------------------------------- */
  #page-top a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    right: 10px;
    bottom: 15px;
  }
	
  /* ----------------------------------------
 business
------------------------------------------- */
  #business {
    background: url("../images/index-images/bg01.jpg") 100% 0 no-repeat;
    background-size: 170% auto;
  }
  #business .cmn-box01 {
    padding-top: 150px;
    padding-bottom: 0;
  }
  #business .box {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    padding: 30px;
  }
  #business .box p {
    margin-bottom: 30px;
  }
  /* ----------------------------------------
 contact
------------------------------------------- */
  #contact {
    background: url("../images/index-images/bg02.jpg") 0 0 no-repeat;
    background-size: 170% auto;
  }
  #contact .cmn-box01 {
    padding-top: 150px;
    padding-bottom: 10px;
  }
  #contact .box {
    float: none;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    padding: 30px;
  }
  #contact .box p {
    margin-bottom: 30px;
  }

	
/* ----------------------------------------
 group
------------------------------------------- */
#group ul {
  margin-bottom: -30px;
}
#group ul li {
  width: 46%;
  margin: 0 2% 30px 2%;
}
}