@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@900&family=Noto+Sans+JP:wght@400;500;600;700&display=swap');
.font {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
}
/* ----------------------------------------
  base
---------------------------------------- */
html {
  font-size: 62.5%;
}
body {
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7;
  text-align: center;
}
p {
  line-height: 1.7;
}
.wrapper {
  text-align: left;
  padding: 0 50px;
}
.wrap01 {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
.wrap02 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.wrap03 {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}
.deco a, .deco a:hover {
  text-decoration: none;
}
/* ----------------------------------------
  head
---------------------------------------- */
#head {
  position: fixed;
  width: 100%;
  z-index: 100;
}
#head2 {
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 100;
}
#head .box, #head2 .box {
  position: relative;
  transition: 0.4s ease-out;
}
#head.scroll .box {
  background-color: #fff;
  transition: 0.4s ease-out;
}
#head h1 {
  display: none;
  position: absolute;
  width: 420px;
  left: 50px;
  top: 10px;
  transition: 0.4s ease-out;
}
#head2 h1 {
  display: block;
  position: absolute;
  width: 420px;
  left: 50px;
  top: 10px;
  transition: 0.4s ease-out;
}
#head.scroll .box h1 {
  display: block;
  transition: 0.4s ease-out;
}
#head img, #head2 img {
  display: block;
}
/* ----------------------------------------
  #gnav
---------------------------------------- */
#gnav {
  display: table;
  margin-right: 0;
  margin-left: auto;
}
#gnav li {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#gnav li a {
  display: block;
  font-weight: 500;
  padding: 0 10px;
}
#gnav > li > a > i {
  position: relative;
  font-size: 50%;
  margin-left: 5px;
  top: -2px;
}
#gnav .contact a {
  color: #fff;
  background-color: #203763;
  padding: 30px 25px;
  margin-left: 10px;
}
#gnav .contact a i {
  font-size: 100%;
  margin-left: 0;
  margin-right: 5px;
  top: 0px;
}
.menu_second {
  display: block;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  position: absolute;
  width: 240px;
  top: 0;
  left: 50%;
  margin-left: -120px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
#gnav li:hover .menu_second {
  top: 92px;
  visibility: visible;
  opacity: 1;
}
#gnav .menu_second li {
  display: block;
  border: 1px solid #ccc;
  margin-bottom: 1px;
}
#gnav .menu_second li a {
  display: block;
  box-sizing: border-box;
  color: #000;
  background-color: #fff;
  line-height: 1.0;
  padding: 18px 15px;
}
/* ----------------------------------------
  sp btn
---------------------------------------- */
#panel-btn {
  display: block;
  position: fixed;
  top: 10px;
  right: 15px;
  z-index: 15000;
  width: 50px;
  height: 50px;
  background-color: #a11410;
  border-radius: 25px;
  text-align: center;
}
#panel-btn-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 12.5px;
  width: 25px;
  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: 25px;
  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: #fff;
  padding: 50px 0 0 0;
  text-align: center;
}
#sp-nav ul {
  margin-bottom: 20px;
  padding: 0 10px;
}
#sp-nav ul li {
  border-bottom: 1px solid #a6a49d;
}
#sp-nav ul li:last-child {
  border-bottom: none;
}
#sp-nav ul li a {
  display: block;
  color: #000;
  font-size: 1.5rem;
  line-height: 7vh;
  text-decoration: none;
}
/* ----------------------------------------
  page-title
---------------------------------------- */
#page-title {
  position: relative;
  padding-top: 80px;
  margin-bottom: 15px;
}
#page-title .box {
  background: url("../images/cmn-images/page-title.jpg") 0 50% no-repeat;
  background-size: cover;
  padding: 8.0% 0;
}
#page-title .box h2 {
  position: relative;
  box-sizing: border-box;
  font-size: 4.5rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: left;
  padding-left: 7%;
}
#page-title h2 span {
  display: block;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  margin-top: 15px;
}
#page-title h2 i {
  display: inline-block;
  font-style: normal;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.70);
  padding: 10px 20px 13px 20px;
}

.footstamp {
  margin-bottom: 10px;
}
.footstamp p {
  font-size: 90%;
  text-align: right;
}
/* ----------------------------------------
  cmn-box
---------------------------------------- */
.cmn-tb01 {
  padding: 100px 0;
}
.cmn-b01 {
  padding-bottom: 100px;
}
.cmn-tb02 {
  padding: 60px 0;
}
.cmn-b02 {
  padding-bottom: 60px;
}
.cmn-tb03 {
  padding: 30px 0;
}
.cmn-b03 {
  padding-bottom: 30px;
}
/* ----------------------------------------
  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 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.cmn-title01 h2 {
  display: inline-block;
  font-size: 2rem;
  line-height: 1;
}
.cmn-title01 h2 span {
  display: block;
  font-size: 5.5rem;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.cmn-title01 p {
  display: table;
  margin-left: 50px;
}
.cmn-title01 p span {
  display: table-cell;
  vertical-align: middle;
}
.cmn-color01 h2 span {
  color: #a11410;
  border-bottom: 1px solid #a11410;
}
.cmn-color02 h2 span {
  color: #203763;
  border-bottom: 1px solid #203763;
}
.cmn-color03 h2 span {
  color: #8faade;
  border-bottom: 1px solid #8faade;
}
.cmn-color04 h2 span {
  color: #51802e;
  border-bottom: 1px solid #51802e;
}
.cmn-color05 h2 span {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.cmn-title02 {
  font-size: 2.4rem;
  line-height: 1.4;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.cmn-title02 span {
  color: #203763;
  font-size: 150%;
  margin-right: 5px;
}
.cmn-title03 {
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 30px;
}
.cmn-title04 {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 20px;
}
.cmn-title04 span{
  display: inline-block;
  color: #fff;
  background-color: #203763;
  border-radius: 15px;
  padding: 3px 15px;
}
.cmn-title05 {
  font-size: 2.0rem;
  line-height: 1.4;
  margin-bottom: 20px;
}
/* ----------------------------------------
  cmn-btn
---------------------------------------- */
.cmn-btn01 a {
  display: inline-block;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  background-color: #a11410;
  padding: 25px 30px;
}
.cmn-btn02 a {
  display: inline-block;
  min-width: 280px;
  box-sizing: border-box;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  border: 1px solid #fff;
  padding: 25px 30px;
}
.cmn-btn02 a i {
  margin-left: 5px;
}
.cmn-btn03 a {
  display: inline-block;
  min-width: 280px;
  box-sizing: border-box;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  background-color: #a11410;
  padding: 25px 30px;
}
.cmn-btn03 a i {
  margin-left: 5px;
}
.cmn-btn04 a {
  display: inline-block;
  min-width: 250px;
  box-sizing: border-box;
  font-weight: 500;
  line-height: 1;
  color: #000 !important;
  background-color: #fff;
  padding: 25px 30px;
}
.cmn-btn04 a i {
  color: #4368af;
  margin-right: 5px;
}
.cmn-btn05 a {
  display: inline-block;
  min-width: 250px;
  box-sizing: border-box;
  font-weight: 500;
  line-height: 1;
  color: #000 !important;
  background-color: #fff;
  padding: 25px 30px;
}
.cmn-btn05 a i {
  color: #43af5f;
  margin-right: 5px;
}
.cmn-btn06 a {
  display: inline-block;
  box-sizing: border-box;
  min-width: 300px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  background-color: #203763;
  padding: 25px 30px;
}
/* ----------------------------------------
  img-box
---------------------------------------- */
.img-box {
  overflow: hidden;
  position: relative;
  padding-top: 72%;
  margin-bottom: 10px;
}
.img-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  transition: 0.5s;
}
li:hover .img-box img {
  transform: scale(1.05, 1.05);
}
/* ----------------------------------------
 service
------------------------------------------- */
#service ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -30px;
}
#service ul li {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 30px;
}
#service ul li:nth-child(3n) {
  margin-right: 0;
}
/* ----------------------------------------
 bigin
------------------------------------------- */
#begin {
  background-color: #eceef0;
}
#begin ul {
  display: flex;
  flex-wrap: wrap;
}
#begin ul li {
  width: 47.5%;
  background-color: #fff;
  margin-right: 5%;
}
#begin ul li:nth-child(2n) {
  margin-right: 0;
}
#begin ul li .img-box {
  padding-top: 50%;
  margin-bottom: 10px;
}
#begin ul li h3 {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 10px;
}
#begin ul li p {
  padding: 0 30px 30px 30px;
}
/* ----------------------------------------
 recruit
------------------------------------------- */
#recruit {
  background: url("../images/cmn-images/bg02.png") 0 0;
}
/* ----------------------------------------
 contact
------------------------------------------- */
#contact {
  color: #fff;
  background: url("../images/cmn-images/bg01.jpg") 50% 0 no-repeat;
  background-size: cover;
}
#contact a {
  color: #fff;
}
#contact h3 {
  font-size: 4.8rem;
  line-height: 1;
  margin-bottom: 20px;
}
#contact h3 span {
  font-size: 6rem;
  margin-left: 10px;
}
#contact p {
  margin-bottom: 30px;
}
#contact ul {
  display: flex;
  flex-wrap: wrap;
}
#contact ul li {
  margin-right: 30px;
}
#contact ul li:nth-child(2n) {
  margin-right: 0;
}
/* ----------------------------------------
  gmap
---------------------------------------- */
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 30%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
/* ----------------------------------------
  foot
---------------------------------------- */
#foot {
  color: #fff;
  background-color: #203763;
}
#foot .wrap01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#foot .box01 {
  width: 420px;
}
#foot .box01 p {
  color: #fff;
  font-size: 1.6rem;
  margin-bottom: 15px;
}
#foot .box01 ul {
  display: flex;
  flex-wrap: wrap;
}
#foot .box01 ul li {
  margin-right: 15px;
}
#foot .box01 ul li:nth-child(2n) {
  margin-right: 0;
}
#foot .box01 ul li a {
  color: #fff;
  font-size: 4rem;
}
#foot .box02 {
  display: flex;
  flex-wrap: wrap;
  width: 500px;
}
#foot .fnav {
  width: 50%;
}
#foot .fnav li {
  line-height: 1;
  margin-bottom: 20px;
}
#foot .fnav li a {
  color: #fff;
  font-size: 1.6rem;
}
#foot .fnav .child a::before {
  position: relative;
  display: inline-block;
  content: "";
  background-color: #7daaff;
  width: 10px;
  height: 2px;
  top: -5px;
  margin-right: 5px;
}
#foot .copy {
  color: #7daaff;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.6rem;
  text-align: center;
  padding: 0 0 20px 0;
}
/* ----------------------------------------
  page-top
---------------------------------------- */
#page-top a {
  display: block;
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: #203763;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
}
/* =======================
  PC
======================== */
@media screen and (min-width: 1300px) {
  body {
    min-width: 1300px;
    height: 100%;
  }
  .sp-only {
    display: none;
  }
  .tablet-only {
    display: none;
  }
  .pc-none {
    display: none;
  }
}
/* =======================
  TABLET
======================== */
@media screen and (max-width:1299px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: none;
  }
  body {
    font-size: 1.3846vw;
  }
  /* ----------------------------------------
  head
---------------------------------------- */
  #head h1, #head2 h1 {
    width: 30%;
  }
  #gnav li a {
    font-size: 1.3846vw;
    padding: 0 0.5em;
  }
  #gnav .contact a {
    padding: 30px 25px;
    margin-left: 1em;
  }
  /* ----------------------------------------
  page-title
---------------------------------------- */
  #page-title .box h2 {
    padding-left: 50px;
  }
  /* ----------------------------------------
  cmn-title
---------------------------------------- */
  .cmn-title01 {
    flex-wrap: nowrap;
  }
  .cmn-title01 h2 {
    font-size: 1.5384vw;
  }
  .cmn-title01 h2 span {
    font-size: 4.2307vw;
  }
  /* ----------------------------------------
  gmap
---------------------------------------- */
  .gmap {
    padding-bottom: 40%;
  }
  /* ----------------------------------------
  foot
---------------------------------------- */
  #foot .box01 {
    width: 45%;
    max-width: 420px;
  }
  #foot .box02 {
    width: 40%;
    max-width: 500px;
  }
}
/* =======================
  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 {
    padding: 0 7%;
  }
  /* ----------------------------------------
  head
---------------------------------------- */
  #head h1 {
    display: none;
  }
  #head2 {
    position: relative;
    padding: 15px 0;
  }
  #head2 h1 {
    display: block;
    position: relative;
    width: 240px;
    left: 7%;
    top: 0;
  }
  #head.scroll .box h1 {
    display: none;
  }
  /* ----------------------------------------
  page-title
---------------------------------------- */
  #page-title {
    padding-top: 0;
    margin-bottom: 20px;
  }
  #page-title .box {
    padding: 10% 0;
  }
  #page-title .box h2 {
    font-size: 3rem;
    padding-left: 7%;
  }
  #page-title h2 span {
    font-size: 1.6rem;
    margin-top: 8px;
  }
  #page-title h2 i {
    padding: 5px 8px;
  }
  .footstamp {
    margin-bottom: 20px;
  }
  .footstamp p {
    text-align: left;
  }
  /* ----------------------------------------
  cmn-box
---------------------------------------- */
  .cmn-tb01 {
    padding: 50px 0;
  }
  .cmn-b01 {
    padding-bottom: 50px;
  }
  .cmn-tb02 {
    padding: 30px 0;
  }
  .cmn-b02 {
    padding-bottom: 30px;
  }
  .cmn-tb03 {
    padding: 20px 0;
  }
  .cmn-b03 {
    padding-bottom: 20px;
  }
  /* ----------------------------------------
  cmn-title
---------------------------------------- */
  .cmn-title01 {
    display: block;
    margin-bottom: 20px;
  }
  .cmn-title01 h2 {
    display: inline-block;
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  .cmn-title01 h2 span {
    display: block;
    font-size: 3.2rem;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .cmn-title01 p {
    display: block;
    margin-left: 0;
  }
  .cmn-title02 {
    font-size: 1.8rem;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .cmn-title03 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .cmn-title04 {
  font-size: 1.4rem;
  margin-bottom: 15px;
}
.cmn-title04 span{
  display: inline-block;
  border-radius: 15px;
  padding: 3px 15px;
}
  .cmn-title05 {
  font-size: 1.5rem;
  margin-bottom: 15px;
}
  /* ----------------------------------------
 service
------------------------------------------- */
  #service ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -15px;
  }
  #service ul li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 15px;
  }
  #service ul li:nth-child(3n) {
    margin-right: 4%;
  }
  #service ul li:nth-child(2n) {
    margin-right: 0;
  }
  /* ----------------------------------------
 bigin
------------------------------------------- */
  #begin ul {
    display: block;
  }
  #begin ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  #begin ul li:nth-child(2n) {
    margin-right: 0;
    margin-bottom: 0;
  }
  #begin ul li .img-box {
    padding-top: 50%;
    margin-bottom: 10px;
  }
  #begin ul li h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  #begin ul li p {
    padding: 0 30px 30px 30px;
  }
  /* ----------------------------------------
 contact
------------------------------------------- */
  #contact h3 {
    font-size: 2.4rem;
    line-height: 1;
    margin-bottom: 10px;
  }
  #contact h3 span {
    font-size: 3.6rem;
    margin-left: 10px;
  }
  #contact p {
    margin-bottom: 20px;
  }
  #contact ul {
    display: flex;
    flex-wrap: wrap;
  }
  #contact ul li {
    margin-right: 15px;
    margin-bottom: 15px;
  }
  #contact ul li:nth-child(2n) {
    margin-right: 0;
    margin-bottom: 0;
  }
  /* ----------------------------------------
  gmap
---------------------------------------- */
  .gmap {
    padding-bottom: 80%;
  }
  /* ----------------------------------------
  foot
---------------------------------------- */
  #foot .wrap01 {
    display: block;
  }
  #foot .box01 {
    width: 100%;
  }
  #foot .box01 h2 {
    width: 50%;
    margin: 0 auto 15px auto;
  }
  #foot .box01 p {
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 10px;
  }
  #foot .box01 ul {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
  #foot .box01 ul li {
    margin-right: 15px;
  }
  #foot .box01 ul li:nth-child(2n) {
    margin-right: 0;
  }
  #foot .box01 ul li a {
    color: #fff;
    font-size: 4rem;
  }
  #foot .box02 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  #foot .fnav {
    width: 50%;
  }
  #foot .fnav li {
    line-height: 1;
    margin-bottom: 20px;
  }
  #foot .fnav li a,#foot .fnav li span {
    font-size: 1.5rem;
    padding: 10px;
  }
  #foot .copy {
    font-size: 1.4rem;
  }
  /* ----------------------------------------
  page-top
---------------------------------------- */
}