@charset "UTF-8";
/*共通*/
html ,
body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-family: "游ゴシック体", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳＰゴシック", "MS PGothic", sans-serif;
  /*1086pxからコンテンツ幅が収縮するので1086px以下から文字サイズ縮小*/
  font-size: min(1.41vw, 10px);
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  color: #000000;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  text-rendering: optimizeSpeed;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  position: relative;
}

a {
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

a:hover {
  opacity: 0.7;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

img {
  max-width: 100%;
  width: 100%;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

header {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

.hd-container {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.hd-logo {
  width: 256px;
  width: min(13.3vw, 256px);
  position: absolute;
  top: min(3.85vw, 74px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.hd-tel {
  width: 380px;
  width: min(19.8vw, 380px);
  position: absolute;
  top: min(4.89vw, 94px);
  right: 0;
}
.hd-sns {
  position: absolute;
  top: 49px;
  top: min(2.5520833333vw, 49px);
  left: 0;
}

.kv {
  position: relative;
}

.kv-contact {
  width: min(15.6vw, 300px);
  position: absolute;
  bottom: min(2.44vw, 47px);
  right: min(3.64vw, 70px);
}

.sec01 {
  padding: 76px 0;
  padding: min(3.9583333333vw, 76px) 0;
}
.sec01_btn {
  width: 650px;
  width: min(33.8541666667vw, 650px);
  margin-left: auto;
  margin-right: auto;
  margin-top: 55px;
  margin-top: min(2.8645833333vw, 55px);
}

.about {
  padding: 12rem 0;
  background: #e6e6e6;
}

.about-container {
  max-width: 65rem;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}

.sec-ttl {
  font-size: 4.8rem;
  font-weight: bold;
  letter-spacing: 0.24em;
  color: #00607a;
  text-align: center;
  margin-bottom: 8rem;
}

.about-img {
  margin-bottom: 7rem;
}

.about-detail dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.1rem;
  letter-spacing: 0.12em;
  padding: 2.5rem 0;
  border-bottom: 1px solid #b3b3b3;
}

.about-detail dl:first-of-type {
  border-top: 1px solid #b3b3b3;
}

.about-detail dt {
  width: 31.2%;
  font-weight: normal;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-detail dd {
  width: 68.8%;
}

.about-detail dd.address {
  line-height: 1.23;
}

.about-detail dd.licence-list {
  line-height: 1.42;
}

.about-detail dd .map {
  width: 100%;
  height: auto;
  aspect-ratio: 405/320;
  margin-top: 2.5rem;
}

.about-detail dd .map iframe {
  width: 100%;
  height: 100%;
}

.recruit {
  padding: 9rem 0;
}

.container {
  max-width: 1100px;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}

footer {
  background: #00607a;
  padding-top: 7.5rem;
  padding-bottom: 4rem;
  position: relative;
}

.ft-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 90px;
  margin-bottom: min(7.52vw, 90px);
}
.ft-logo {
  width: 402px;
  width: min(20.9375vw, 402px);
}
.ft-tel {
  width: 402px;
  width: min(20.9375vw, 402px);
  margin-top: 22px;
  margin-top: min(1.1458333333vw, 22px);
}
.ft-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
  gap: min(0.9375vw, 18px);
}
.ft-sns {
  width: 120px;
  width: min(6.25vw, 120px);
}

.copyright {
  text-align: center;
  font-size: min(1.75vw, 21px);
  letter-spacing: 0.12em;
  color: #ffffff;
}

.top-btn {
  width: min(6vw, 115px);
  position: absolute;
  bottom: 20px;
  right: 25px;
}

@media screen and (max-width: 750px) {
  html ,
  body {
    font-size: min(1.3333vw, 10px);
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .copyright {
    font-size: 2.1rem;
  }

  .top-btn {
    width: 11.5rem;
    bottom: 14rem;
    right: 3rem;
  }

  .sp-bt-menu {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
  }

  .sp-bt-menu-flex {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 750px) {
  .hd-logo {
    width: 168px;
    width: min(44.5333333333vw, 168px);
  }
  .hd-sns {
    display: none;
  }
  .sec01 {
    padding: 13.3333333333vw 0;
  }
  .sec01_btn {
    margin-top: 8.6666666667vw;
    width: 100%;
    width: min(86.6666666667vw, 100%);
  }
  footer {
    padding-top: 18%;
    padding-bottom: 18rem;
  }
  .ft-flex {
    margin-bottom: 18%;
  }
  .ft-logo {
    width: 44%;
    margin-left: auto;
    margin-right: auto;
  }
  .ft-tel {
    display: none;
  }
}
