@charset "UTF-8";
* {
  min-height: 0vw;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: none;
  font-style: normal;
  text-align: left;
  zoom: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

table {
  border-collapse: collapse;
  font-family: inherit;
}

h1, h2, h3, h4, h5 {
  font-size: 100%;
  font-weight: normal;
  line-height: 1;
}

input, textarea, select {
  font-family: inherit;
  font-size: 16px;
}

input[type=button], input[type=text], input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

textarea {
  resize: none;
  -webkit-appearance: none;
  border-radius: 0;
}

th, td {
  border-collapse: collapse;
}

table th, table td {
  white-space: nowrap;
}

ul, ol {
  list-style-type: none;
}

img {
  vertical-align: text-bottom;
  vertical-align: -webkit-baseline-middle;
  max-width: 100%;
  height: auto;
  width: auto;
}

/*=============================================================
共通設定
=============================================================*/
html {
  scroll-behavior: smooth;
}

body {
  margin: 0 auto;
  padding: 0;
  line-height: 1.8;
  color: #333;
  text-align: left;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-family: "Avenir", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

a:active {
  color: #333;
  text-decoration: none;
}

a:visited {
  color: #333;
  text-decoration: none;
}

a:link {
  color: #333;
  text-decoration: none;
}

a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
  color: #333;
}
@media screen and (min-width: 521px) and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (max-width: 520px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

a:hover {
  color: #333;
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
}

.sp_only {
  display: none;
}
@media screen and (min-width: 521px) and (max-width: 768px) {
  .sp_only {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  .sp_only {
    display: block;
  }
}

.tb_only {
  display: none;
}
@media screen and (max-width: 520px) {
  .tb_only {
    display: none;
  }
}
@media screen and (min-width: 521px) and (max-width: 768px) {
  .tb_only {
    display: block;
  }
}

.pc_only {
  display: block;
}
@media screen and (max-width: 520px) {
  .pc_only {
    display: none;
  }
}
@media screen and (min-width: 521px) and (max-width: 768px) {
  .pc_only {
    display: none;
  }
}

.inner {
  max-width: calc(1200px + 6%);
  margin: 0 auto;
  padding: 0 3%;
  box-sizing: border-box;
}
@media screen and (min-width: 521px) and (max-width: 768px) {
  .inner {
    max-width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .inner {
    max-width: 100%;
  }
}

/*=============================================================
header
=============================================================*/
header.header_sp {
  display: none;
}
@media screen and (min-width: 521px) and (max-width: 768px) {
  header.header_sp {
    display: block;
  }
  header.header_sp h1 {
    width: 30%;
    height: 58px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 0 0 3vw;
  }
}
@media screen and (max-width: 520px) {
  header.header_sp {
    display: block;
  }
  header.header_sp h1 {
    width: 40%;
    height: 58px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 0 0 3vw;
    max-width: 160px;
    min-width: 120px;
  }
}

header.header_pc {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 521px) and (max-width: 768px) {
  header.header_pc {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  header.header_pc {
    display: none;
  }
}
header.header_pc .outer {
  width: calc(100% - 6vw);
  height: 100px;
  position: relative;
  margin-left: 6vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header.header_pc .outer .logo {
  width: 18%;
  min-width: 200px;
  max-width: 250px;
}
header.header_pc .outer .logo a {
  display: inline-block;
  width: 100%;
  height: auto;
}
header.header_pc .outer .logo a img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
header.header_pc .outer nav {
  height: 100%;
  position: relative;
}
header.header_pc .outer nav ul {
  display: flex;
  height: 100%;
  align-items: center;
  font-size: clamp(0.875rem, 0.57rem + 0.63vw, 1.125rem);
  margin-right: calc(min(19vw, 228px) + 3vw);
}
header.header_pc .outer nav ul li {
  font-size: clamp(0.875rem, 0.57rem + 0.63vw, 1.125rem);
  margin-left: 1.25em;
}
header.header_pc .outer nav ul li a {
  font-size: clamp(0.875rem, 0.57rem + 0.63vw, 1.125rem);
  transition: 0.2s ease;
  position: relative;
}
header.header_pc .outer nav ul li a::after {
  content: "";
  position: absolute;
  width: 0.6em;
  height: 0.6em;
  border-radius: 50%;
  bottom: -1em;
  left: calc(50% - 0.3em);
  background-color: #334059;
  transform: scale(50%);
  transition: all 0.2s ease;
}
header.header_pc .outer nav ul li a:hover {
  color: #334059;
}
header.header_pc .outer nav ul li a:hover::after {
  transform: scale(100%);
}
header.header_pc .outer nav .btn_contact {
  position: absolute;
  background-color: #333;
  width: min(19vw, 228px);
  min-height: 125px;
  aspect-ratio: 3/2;
  top: 0;
  right: 0;
}
header.header_pc .outer nav .btn_contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: clamp(0.875rem, 0.57rem + 0.63vw, 1.125rem);
  color: #fff;
  transition: 0.2s ease all;
}
header.header_pc .outer nav .btn_contact a:hover {
  background-color: #eaeaea;
  color: #333;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
}

/*=============================================================
sp_footer_menu
=============================================================*/
#sp_footer_menu {
  display: none;
}
@media screen and (max-width: 520px) {
  #sp_footer_menu {
    width: 100%;
    height: 16vw;
    position: fixed;
    display: flex;
    align-items: center;
    bottom: 0;
    left: 0;
    z-index: 20;
  }
  #sp_footer_menu li {
    width: 42%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
  }
  #sp_footer_menu li a {
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding-top: 1vw;
  }
  #sp_footer_menu li figure {
    display: inline-block;
    width: 17%;
    margin: 0 auto;
  }
  #sp_footer_menu li span {
    display: inline-block;
    font-size: clamp(0.75rem, 0.35rem + 2vw, 1rem);
  }
  #sp_footer_menu li.tel {
    background-color: rgba(51, 51, 51, 0.9);
  }
  #sp_footer_menu li.mail {
    background-color: rgba(51, 64, 89, 0.9);
  }
  #sp_footer_menu li.totop {
    width: 16%;
    height: 100%;
    background-color: rgba(206, 209, 215, 0.9);
  }
  #sp_footer_menu li.totop a {
    padding-top: 0;
  }
  #sp_footer_menu li.totop a span {
    display: inline-block;
    font-size: 5vw;
    color: #333;
  }
}

/*=============================================================
footer
=============================================================*/
@media screen and (max-width: 520px) {
  footer {
    margin-bottom: 16vw !important;
  }
}
footer .outer {
  background-color: #333;
  padding: min(10vw, 120px) 0 0;
}
footer .outer .inner {
  position: relative;
  max-width: 1400px;
}
footer .outer .inner::before {
  content: "";
  position: absolute;
  width: 100%;
  aspect-ratio: 100/10;
  background-image: url(../images/bglt_kouken2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  bottom: 0;
  left: 0;
}
footer .outer .inner nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
footer .outer .inner nav .logo {
  width: 10%;
  min-width: 80px;
}
footer .outer .inner nav ul {
  margin: min(4.5vw, 54px) 0;
  display: flex;
}
@media screen and (max-width: 520px) {
  footer .outer .inner nav ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
footer .outer .inner nav ul li {
  margin: 0 1em;
}
@media screen and (max-width: 520px) {
  footer .outer .inner nav ul li {
    margin-top: 1em;
  }
}
footer .outer .inner nav ul li a {
  color: #fff;
  transition: 0.2s ease;
}
@media screen and (max-width: 520px) {
  footer .outer .inner nav ul li a {
    font-size: 0.875rem;
  }
}
footer .outer .inner nav ul li a:hover {
  color: #94a5be;
}

.copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  font-size: clamp(0.875rem, 0.57rem + 0.63vw, 1.125rem);
  letter-spacing: 0.025em;
  line-height: 1;
  text-align: center;
  background-color: #ced1d7;
  padding: 1em;
}
/*# sourceMappingURL=base.css.map */