@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;900&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;
}
/* ----------------------------------------
  base
---------------------------------------- */
html {
  font-size: 62.5%;
}
body {
  color: #003770;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  background-color: #ffffff;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
  margin: 0 auto;
}
p {
  line-height: 1.7;
}
.wrapper, .wrapper2, .wrapper3 {
  overflow: hidden;
  box-sizing: border-box;
  text-align: left;
  margin: 0 auto;
  padding: 0 20px;
}
.wrapper {
  width: 100%;
  max-width: 1200px;
}
.wrapper2 {
  width: 100%;
  max-width: 1100px;
}
.wrapper3 {
  width: 100%;
  max-width: 1600px;
}
.wrapper p, .wrapper2 p, .wrapper3 p {
  line-height: 1.7;
}
.deco01 a {
  text-decoration: none;
}
/* ----------------------------------------
  head
---------------------------------------- */
#head h1 {
  float: left;
  width: 525px;
  margin-bottom: 15px;
}
#head .tel {
  float: right;
  width: 455px;
  margin: 15px 0;
}
#head img {
  display: block;
}
/* ----------------------------------------
  gnav
---------------------------------------- */
#gnav {
  position: relative;
  overflow: hidden;
  text-align: center;
  background-color: #003770;
  padding: 10px 0;
}
#gnav li {
  float: left;
  display: block;
  box-sizing: border-box;
  width: 16.66%;
  border-right: 1px solid #4d739b;
}
#gnav li:last-child {
  border-right: none;
}
#gnav li a {
  display: block;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.7rem;
  line-height: 1.1;
  text-align: center;
  padding: 15px 10px;
  transition: 0.4s ease-in-out;
}
#gnav li a:hover {
  opacity: 0.4;
  filter: alpha(opacity=90);
}
/* ----------------------------------------
  sp btn
---------------------------------------- */
#panel-btn {
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 150000;
  width: 50px;
  height: 50px;
  text-align: center;
}
#panel-btn-txt {
  display: block;
  width: 50px;
  font-size: 1rem;
  text-align: center;
  position: absolute;
  top: 40px;
  left: 0;
}
#panel-btn-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 30px;
  height: 2px;
  margin: -1px 0 0 0;
  background: #000;
  transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  width: 30px;
  height: 2px;
  background: #000;
  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: #000;
  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: #003770;
  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 #4d739b;
}
#sp-nav ul li:last-child {
  border-bottom: none;
}
#sp-nav ul li a {
  display: block;
  color: #fff;
  font-size: 1.7rem;
  line-height: 9vh;
  text-decoration: none;
}
/* ----------------------------------------
  page-title
---------------------------------------- */
#page-title {
  background: url("../images/cmn-images/page-title.jpg") 50% 50% no-repeat;
  background-size: cover;
}
#page-title h1 {
  color: #fff;
  font-size: 3.6rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-shadow: 1px 1px 10px #016bc2, -1px -1px 10px #016bc2;
  padding: 60px 0;
}
#page-title h1 span {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0;
  padding: 15px 0 0 0;
}
.breadcrumb {
  font-size: 1.3rem;
  padding: 15px 0 30px 0;
}
.breadcrumb p {
  text-align: left;
}
/* ----------------------------------------
  section
---------------------------------------- */
section {
  clear: both;
  overflow: hidden;
}
section p {
  margin-bottom: 10px;
}
/* ----------------------------------------
  cmn-box
---------------------------------------- */
.cmn-box01 {
  padding: 70px 0;
}
.cmn-box02 {
  padding-bottom: 70px;
}
/* ----------------------------------------
  cmn-title
---------------------------------------- */
.cmn-title01 {
  text-align: center;
  margin-bottom: 40px;
}
.cmn-title01 img {
  width: 100%;
  max-width: 950px;
}
.cmn-title02 {
  font-size: 4rem;
  text-align: center;
}
/* ----------------------------------------
  cmn-btn
---------------------------------------- */
.cmn-btn01 a {
  display: inline-block;
  min-width: 300px;
  box-sizing: border-box;
  color: #fff;
  background-color: #003171;
  font-size: 1.5rem;
  text-align: center;
  padding: 20px 0;
}
.cmn-btn01 a::after {
  display: inline-block;
  font-size: 1.5rem;
  font-family: 'FontAwesome';
  content: "\f138";
  margin-left: 5px;
}
.cmn-btn02 a {
  display: inline-block;
  min-width: 300px;
  box-sizing: border-box;
  color: #fff;
  background-color: #146bc5;
  font-size: 1.5rem;
  text-align: center;
  padding: 20px 0;
}
.cmn-btn02 a::after {
  display: inline-block;
  font-size: 1.5rem;
  font-family: 'FontAwesome';
  content: "\f138";
  margin-left: 5px;
}
.cmn-title03 {
  font-size: 2.4rem;
  text-align: left;
  border-bottom: 1px solid #bbb;
  line-height: 1.3;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
/* ----------------------------------------
  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: 40%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
/* ----------------------------------------
  foot
---------------------------------------- */
#foot {
  border-top: 1px solid #cfcfcf;
  padding: 60px 0 80px 0;
}
#foot .mark {
  float: left;
  width: 135px;
  margin-right: 20px;
}
#foot .info {
  float: left;
  width: 370px;
}
#foot .info h2 {
  margin-bottom: 10px;
}
#foot .info .ad {
  color: #000;
  margin-bottom: 15px;
}
#foot .info .copy {
  font-weight: bold;
  margin-bottom: 15px;
}
/* ----------------------------------------
  fnav
---------------------------------------- */
#fnav {
  float: right;
  width: 470px;
}
#fnav h3 {
  margin-bottom: 15px;
}
#fnav ul {
  overflow: hidden;
}
#fnav li {
  float: left;
  width: 48%;
  border-right: 4%;
  margin-bottom: 15px;
}
#fnav li:nth-child(2n) {
  border-right: none;
}
#fnav li a {
  display: block;
  box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 1.1;
  text-align: left;
  background: url("../images/cmn-images/fnav-icon.png") 0 50% no-repeat;
  background-size: 7px auto;
  transition: 0.4s ease-in-out;
  padding-left: 20px;
}
#fnav li a:hover {
  opacity: 0.4;
  filter: alpha(opacity=90);
}
/* ----------------------------------------
  bottom-btn
---------------------------------------- */
.bottom-btn-bg {
  position: fixed;
  width: 100%;
  background: linear-gradient(90deg,#003171 0%,#003171 50%,#00b800 50%,#00b800 100%);
  bottom: 0;
  z-index: 100;
}
.bottom-btn {
  width: 1200px;
  display: flex;
  margin: 0 auto;
}
.bottom-btn li {
  width: 33.333%;
}
.bottom-btn li a {
  display: block;
}
.btn-tel,.btn-tel a {
  background-color: #003171;
}
.btn-mail,.btn-mail a {
  background-color: #fff;
}
.btn-line,.btn-line a {
  background-color: #00b800;
}


/* =======================
  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;
  }
  .bottom-btn-sp {
    display: none;
  }
  
  
  
  
  
}
/* =======================
  TABLET
======================== */
@media screen and (max-width:1199px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: none;
  }


  /* ----------------------------------------
  head
---------------------------------------- */
  #head h1 {
    width: 45%;
  }
  #head .tel {
    width: 39%;
  }
  /* ----------------------------------------
  gnav
---------------------------------------- */
  /* ----------------------------------------
  gmap
---------------------------------------- */
  .gmap {
    padding-bottom: 50%;
  }
  /* ----------------------------------------
  foot
---------------------------------------- */
  .bottom-btn-pc {
    display: none!important;
  }
  .bottom-btn-sp {
    display: block;
  }
  
  .bottom-btn {
    width: 100%;
  }
  .bottom-btn a {
    display: block;
    padding: 8px 0;
  }
  .bottom-btn img {
    display: block;
    width: 50px;
    margin: 0 auto;
  }

  #foot .mark {
    width: 11%;
    margin-right: 2%;
  }
  #foot .info {
    width: 31%;
  }
  /* ----------------------------------------
  fnav
---------------------------------------- */
  #fnav {
    width: 47%;
  }
}
/* =======================
  SP
======================== */
@media screen and (max-width: 699px) {
  body {
    font-size: 1.3rem;
  }
  .sp-only {
    display: block;
  }
  .sp-none {
    display: none;
  }
  .pctablet {
    display: none;
  }
  .tablet-only {
    display: none;
  }
  .wrapper, .wrapper2, .wrapper3 {
    padding: 0 5%;
  }
  /* ----------------------------------------
  head
---------------------------------------- */
  #head {
    width: 100%;
    min-height: 70px;
    position: fixed;
    background-color: #fff;
    z-index: 9999;
    top: 0;
  }
  #head h1 {
    width: 250px;
    margin-bottom: 10px;
  }
  /* ----------------------------------------
  page-title
---------------------------------------- */
  #page-title h1 {
    font-size: 2.0rem;
    padding: 50px 0;
  }
  .breadcrumb {
    font-size: 1.0rem;
    padding: 10px 0 20px 0;
  }
  .breadcrumb p {
    text-align: left;
  }
  /* ----------------------------------------
  cmn-box
---------------------------------------- */
  .cmn-box01 {
    padding: 35px 0;
  }
  .cmn-box02 {
    padding-bottom: 35px;
  }
  /* ----------------------------------------
  cmn-title
---------------------------------------- */
  .cmn-title01 {
    margin-bottom: 15px;
  }
  .cmn-title02 {
    font-size: 1.6rem;
  }
  .cmn-title03 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  /* ----------------------------------------
  cmn-btn
---------------------------------------- */
  /* ----------------------------------------
  anker
---------------------------------------- */
  .anker {
    margin-top: -70px;
    padding-top: 70px;
  }
  .page-head {
    padding-top: 70px;
  }
  /* ----------------------------------------
  foot
---------------------------------------- */
  .bottom-btn a {
    display: block;
    padding: 8px 0;
  }
  .bottom-btn img {
    width: 30px;
  }
  #foot {
    padding: 30px 0 40px 0;
  }
  #foot .mark {
    width: 15%;
    margin-right: 5%;
  }
  #foot .info {
    width: 80%;
  }
  #foot .info h2 {
    width: 80%;
  }
  #foot .info p {
    font-size: 1.2rem;
  }
  /* ----------------------------------------
  fnav
---------------------------------------- */
  #fnav {
    width: 100%;
  }
  #fnav h3 {
    margin-bottom: 15px;
  }
  #fnav ul {
    overflow: hidden;
    margin-bottom: 30px;
  }
  #fnav li {
    float: left;
    width: 100%;
    border-right: 0;
    margin-bottom: 15px;
  }
  #fnav li:nth-child(2n) {
    border-right: none;
  }
  /* ----------------------------------------
  page-top
---------------------------------------- */
}