@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;900&family=Roboto+Condensed:wght@700&display=swap');
.font01 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}
.font02 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}
.font03 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
}
.font04 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
}
/* ----------------------------------------
  base
---------------------------------------- */
html {
  font-size: 62.5%;
}
body {
  color: #000000;
  font-family: "メイリオ", "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 {
  overflow: hidden;
  box-sizing: border-box;
  text-align: left;
  margin: 0 auto;
  padding: 0 20px;
}
.wrapper {
  width: 100%;
  max-width: 980px;
}
.deco a {
  text-decoration: none;
}
/* ----------------------------------------
  head
---------------------------------------- */
#h1-area {
  background-color: #056ec8;
}
#h1-area h1 {
  color: #fff;
  font-size: 1.1rem;
  font-weight: normal;
  padding: 3px 0;
}
#head img {
  display: block;
}
#header-in {
  padding: 20px 0;
}
#header-in .logo {
  float: left;
  width: 240px;
}
#header-in .header-info {
  float: right;
  overflow: hidden;
}
#header-in .info {
  float: left;
  width: 256px;
  margin-right: 20px;
}
#header-in .info p {
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 5px;
}
#header-in .btn {
  float: right;
  width: 265px;
}
.bg01 {
  background-color: #ffea25;
}
.bg02 {
  background-color: #056ec8;
}
/* ----------------------------------------
  section
---------------------------------------- */
section {
  clear: both;
  overflow: hidden;
}
section p {
  margin-bottom: 10px;
}
/* ----------------------------------------
  cmn-box
---------------------------------------- */
.cmn-box01 {
  padding: 70px 0;
}
.cmn-box02 {
  padding-bottom: 70px;
}
.cmn-box03 {
  padding: 30px 0;
}
/* ----------------------------------------
  cmn-title
---------------------------------------- */
.cmn-title01 {
  color: #004094;
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 30px;
}
.cmn-title02 {
  position: relative;
  font-size: 3.6rem;
  text-align: center;
  padding: 0.4em 1.0em;
  color: #fff;
  background: #004094;
  margin-bottom: 40px;
}
.cmn-title02:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 50%;
  border: 10px solid transparent;
  border-top: 10px solid #004094;
  width: 0;
  height: 0;
}
.cmn-title03 {
  color: #000;
  font-size: 3.6rem;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 30px;
}
.cmn-title03 > span {
  display: inline-block;
  background: url("../images/title-icon01.png") 0 50% no-repeat;
  padding-left: 77px;
}
.cmn-title03 > span > span {
  display: inline-block;
  background: url("../images/title-icon02.png") 100% 50% no-repeat;
  padding-right: 77px;
}
.cmn-title04 {
  color: #000;
  font-size: 3.0rem;
  line-height: 1.3;
  text-align: left;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.cmn-title04 span {
  font-size: 4.8rem;
  margin-right: 5px;
}
/* ----------------------------------------
  cmn-btn
---------------------------------------- */
.cmn-btn01 a {
  display: inline-block;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  background-color: #ff6f0f;
  padding: 18px 30px;
}
.cmn-btn01 a::after {
  display: inline-block;
  position: relative;
  content: "";
  width: 7px;
  height: 10px;
  background: url("../images/title-icon03.png") 0 0 no-repeat;
  background-size: 100% auto;
  margin-left: 10px;
  top: 0px;
}
/* ----------------------------------------
  gmap
---------------------------------------- */
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 30%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
/* ----------------------------------------
  page-top
---------------------------------------- */
#page-top a {
  font-family: "FontAwesome";
  display: block;
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: #004094;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  position: fixed;
  right: 15px;
  bottom: 25px;
  z-index: 2000;
}
/* =======================
  PC
======================== */
@media screen and (min-width: 650px) {
  body {
    min-width: 960px;
    height: 100%;
  }
  .sp-only {
    display: none;
  }
  .sp-none {
    display: block;
  }
}
/* =======================
  SP
======================== */
@media screen and (max-width: 649px) {
  body {
    font-size: 1.8rem;
  }
  .sp-only {
    display: block;
  }
  .sp-none {
    display: none;
  }
  .wrapper {
    padding: 0 5%;
  }
  /* ----------------------------------------
  head
---------------------------------------- */
  #header-in {
    padding: 15px 0;
  }
  #header-in .logo {
    float: none;
    margin: 0 auto 15px auto;
  }
  #header-in .header-info {
    float: none;
  }
  #header-in .info {
    float: none;
    margin: 0 auto 15px auto;
  }
  #header-in .info p {
    font-size: 12px;
    text-align: center;
    margin-bottom: 5px;
  }
  #header-in .btn {
    float: none;
    margin: 0 auto;
  }
  /* ----------------------------------------
  cmn-box
---------------------------------------- */
  .cmn-box01 {
    padding: 50px 0;
  }
  .cmn-box02 {
    padding-bottom: 50px;
  }
  /* ----------------------------------------
  cmn-title
---------------------------------------- */
  .cmn-title01 {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
  .cmn-title02 {
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
  .cmn-title03 {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
  .cmn-title03 > span {
    background-size: 35px auto;
    padding-left: 35px;
  }
  .cmn-title03 > span > span {
    background-size: 35px auto;
    padding-right: 35px;
  }
  .cmn-title04 {
    font-size: 2.2rem;
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
  .cmn-title04 span {
    font-size: 3.0rem;
    margin-right: 5px;
  }
  /* ----------------------------------------
  cmn-btn
---------------------------------------- */
  .cmn-btn01 a {
    font-size: 1.4rem;
    padding: 15px 20px;
  }
/* ----------------------------------------
  gmap
---------------------------------------- */
.gmap {
  padding-bottom: 70%;
}
  /* ----------------------------------------
  page-top
---------------------------------------- */
  #page-top a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    right: 10px;
    bottom: 15px;
  }
}