@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@400;700&family=BIZ+UDPGothic:wght@400;700&family=M+PLUS+1p:wght@100;300;400;500;700;800;900&family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Shippori+Mincho+B1:wght@400;500;600;700;800&family=Shippori+Mincho:wght@400;500;600;700;800&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
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: 0;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  box-sizing: border-box;
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=text], input[type=email], input[type=tel], textarea {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=reset], input[type=submit], select, button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#page-top {
  position: fixed;
  bottom: 80px;
  right: 10px;
  z-index: 10000;
  width: 80px;
  cursor: pointer;
}

html {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "YuMincho", "Noto Serif JP", serif;
  font-size: 1em;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  overflow-x: hidden;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  min-width: 1024px;
}
@media screen and (max-width: 1024px) {
  body {
    min-width: initial;
  }
}

.stuffing {
  font-feature-settings: "palt" 1;
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  color: #00b9e7;
  text-decoration: none;
}

b,
strong,
.bold {
  font-weight: 700;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.anchor_base {
  position: relative;
}
.anchor_base .anchor_point {
  position: absolute;
  left: 0;
  top: -114px;
}
@media screen and (max-width: 640px) {
  .anchor_base .anchor_point {
    top: -82px;
  }
}

span.zero {
  display: inline-block;
}
span.zero::before {
  display: block;
  content: "0";
  color: rgba(0, 0, 0, 0);
}

span.zero_comma {
  display: inline-block;
}
span.zero_comma::before {
  display: block;
  content: "0,";
  color: rgba(0, 0, 0, 0);
}

@media screen and (max-width: 640px) {
  .hide_mobile {
    display: none;
  }
}

.active_mobile {
  display: none;
}
@media screen and (max-width: 640px) {
  .active_mobile {
    display: inline-block;
  }
}

@media screen and (max-width: 768px) {
  .hide_mini {
    display: none;
  }
}

.active_mini {
  display: none;
}
@media screen and (max-width: 768px) {
  .active_mini {
    display: inline-block;
  }
}

@media screen and (max-width: 1024px) {
  .hide_tablet {
    display: none;
  }
}

.active_tablet {
  display: none;
}
@media screen and (max-width: 1024px) {
  .active_tablet {
    display: inline-block;
  }
}

@media screen and (max-width: 1280px) {
  .hide_note {
    display: none;
  }
}

.active_note {
  display: none;
}
@media screen and (max-width: 1280px) {
  .active_note {
    display: inline-block;
  }
}

@media screen and (max-width: 1400px) {
  .hide_pc {
    display: none;
  }
}

.active_pc {
  display: none;
}
@media screen and (max-width: 1400px) {
  .active_pc {
    display: inline-block;
  }
}

@media print {
  body {
    width: 1024px;
  }
}
footer .ft_upside {
  background: #8fc31f;
  padding: 45px 0;
  color: #fff;
}
footer .ft_upside .pt01 .title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  footer .ft_upside .pt01 .title {
    font-size: 30px;
  }
}
footer .ft_upside .pt01 .title span {
  position: relative;
}
footer .ft_upside .pt01 .title span::before {
  display: block;
  content: "";
  position: absolute;
  left: -0.75em;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5em;
  height: 2px;
  background: #fff;
}
footer .ft_upside .pt01 .title span::after {
  display: block;
  content: "";
  position: absolute;
  right: -0.75em;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5em;
  height: 2px;
  background: #fff;
}
footer .ft_upside .pt01 .contact_set {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: center;
  align-items: center;
  gap: 0 46px;
}
@media screen and (max-width: 640px) {
  footer .ft_upside .pt01 .contact_set {
    grid-template-columns: auto;
    gap: 46px 0;
    margin-top: 44px;
  }
}
footer .ft_upside .pt01 .contact_set a {
  color: #fff;
}
footer .ft_upside .pt01 .contact_set .text {
  font-weight: 700;
  font-size: 15px;
}
@media screen and (max-width: 640px) {
  footer .ft_upside .pt01 .contact_set .text {
    font-size: 24px;
  }
}
footer .ft_upside .pt01 .contact_set .item01 {
  text-align: center;
}
footer .ft_upside .pt01 .contact_set .item01 .tel {
  font-size: 28px;
  line-height: 38px;
  margin-top: 14px;
  font-weight: 700;
  filter: drop-shadow(0 0 0 #fff);
  transition: all 0.4s;
}
footer .ft_upside .pt01 .contact_set .item01 .tel:hover {
  filter: drop-shadow(0 0 4px #fff);
}
footer .ft_upside .pt01 .contact_set .item01 .tel span {
  font-size: 0.714em;
}
@media screen and (max-width: 640px) {
  footer .ft_upside .pt01 .contact_set .item01 .tel {
    font-size: 42px;
    line-height: inherit;
    margin-top: 24px;
  }
}
footer .ft_upside .pt01 .contact_set .item02 {
  text-align: center;
}
footer .ft_upside .pt01 .contact_set .item02 .btn {
  margin-top: 14px;
  width: 225px;
  filter: drop-shadow(0 0 0 #fff);
  transition: all 0.4s;
}
footer .ft_upside .pt01 .contact_set .item02 .btn:hover {
  filter: drop-shadow(0 0 4px #fff);
}
@media screen and (max-width: 640px) {
  footer .ft_upside .pt01 .contact_set .item02 .btn {
    width: 352px;
    margin: 34px auto 0;
  }
}
footer .ft_upside .pt01 .contact_set hr {
  border: none;
  padding: 0;
  margin: 0;
  width: 1px;
  height: 128px;
  background: #fff;
}
@media screen and (max-width: 640px) {
  footer .ft_upside .pt01 .contact_set hr {
    width: 540px;
    height: 2px;
  }
}
footer .ft_upside .pt02 {
  text-align: center;
  display: none;
}
footer .ft_upside .pt02 a {
  color: #fff;
}
footer .ft_upside .pt02 .title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  footer .ft_upside .pt02 .title {
    font-size: 30px;
  }
}
footer .ft_upside .pt02 .title span {
  position: relative;
}
footer .ft_upside .pt02 .title span::before {
  display: block;
  content: "";
  position: absolute;
  left: -0.75em;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5em;
  height: 2px;
  background: #fff;
}
footer .ft_upside .pt02 .title span::after {
  display: block;
  content: "";
  position: absolute;
  right: -0.75em;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5em;
  height: 2px;
  background: #fff;
}
footer .ft_upside .pt02 .tel {
  font-size: 48px;
  line-height: 38px;
  margin-top: 26px;
  font-weight: 700;
  filter: drop-shadow(0 0 0 #fff);
  transition: all 0.4s;
}
footer .ft_upside .pt02 .tel:hover {
  filter: drop-shadow(0 0 4px #fff);
}
footer .ft_upside .pt02 .tel span {
  font-size: 0.714em;
}
@media screen and (max-width: 640px) {
  footer .ft_upside .pt02 .tel {
    font-size: 52px;
  }
}
footer .ft_substructure {
  padding: 40px 0 20px;
}
footer .ft_substructure .nav_area {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  footer .ft_substructure .nav_area {
    grid-template-columns: auto;
  }
}
@media screen and (max-width: 640px) {
  footer .ft_substructure .nav_area {
    width: 540px;
    margin: auto;
    justify-content: start;
  }
}
footer .ft_substructure .nav_area .item01 {
  width: 331px;
}
@media screen and (max-width: 640px) {
  footer .ft_substructure .nav_area .item01 {
    width: 380px;
  }
}
footer .ft_substructure .nav_area .item02 {
  display: grid;
  grid-template-columns: repeat(4, auto);
  align-items: center;
}
@media screen and (max-width: 768px) {
  footer .ft_substructure .nav_area .item02 {
    display: none;
  }
}
footer .ft_substructure .nav_area .item02 li {
  border-right: 1px solid #000;
  height: 34px;
  font-size: 18px;
  padding: 0 1.25em;
  display: grid;
  place-content: center;
  place-items: center;
}
footer .ft_substructure .nav_area .item02 li a {
  color: #000;
  font-weight: 700;
}
footer .ft_substructure .nav_area .item02 li a:hover {
  text-decoration: underline;
}
footer .ft_substructure .nav_area .item02 li:first-child {
  border-left: 1px solid #000;
}
footer .ft_substructure .locations {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: center;
  align-items: center;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  footer .ft_substructure .locations {
    grid-template-columns: auto;
    gap: 12px;
  }
}
@media screen and (max-width: 640px) {
  footer .ft_substructure .locations {
    width: 540px;
    margin: 24px auto 0;
    justify-content: start;
    gap: 16px;
  }
}
footer .ft_substructure .locations .item01 {
  font-size: 18px;
  position: relative;
  padding-left: 3em;
  box-sizing: border-box;
}
footer .ft_substructure .locations .item01::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  content: "本社：";
}
@media screen and (max-width: 640px) {
  footer .ft_substructure .locations .item01 {
    font-size: 24px;
  }
}
footer .ft_substructure .locations .item02 {
  font-size: 12px;
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  footer .ft_substructure .locations .item02 {
    margin: 0;
  }
}
@media screen and (max-width: 640px) {
  footer .ft_substructure .locations .item02 {
    font-size: 20px;
  }
}
footer .ft_substructure .locations .item03 {
  font-size: 20px;
  margin-left: 1em;
}
footer .ft_substructure .locations .item03 a {
  color: #000;
}
@media screen and (max-width: 768px) {
  footer .ft_substructure .locations .item03 {
    margin: 0;
  }
}
@media screen and (max-width: 640px) {
  footer .ft_substructure .locations .item03 {
    font-size: 30px;
  }
}
footer .ft_substructure .copyright {
  margin-top: 95px;
  font-weight: 700;
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  footer .ft_substructure .copyright {
    font-size: 18px;
  }
}

header {
  width: 100%;
  height: 114px;
  padding: 35px 0;
  transition: all 0.4s;
  position: fixed;
  box-sizing: border-box;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10000;
}
@media screen and (max-width: 1024px) {
  header {
    padding: 16px 0;
    height: 82px;
  }
}
header.scl {
  background: rgba(255, 255, 255, 0.95);
}
header #drawer_toggle {
  display: none;
}
@media screen and (max-width: 1024px) {
  header #drawer_toggle {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 79px;
    height: 82px;
    z-index: 20000;
    transition: all 0.4s;
  }
  header #drawer_toggle span {
    position: absolute;
    left: 22px;
    width: 35px;
    height: 2px;
    background: #fff;
    transition: all 0.4s;
  }
  header #drawer_toggle span:nth-child(1) {
    top: 28px;
  }
  header #drawer_toggle span:nth-child(2) {
    top: 40px;
  }
  header #drawer_toggle span:nth-child(3) {
    top: 52px;
  }
  header #drawer_toggle.open span {
    background: #000;
  }
  header #drawer_toggle.open span:nth-child(1) {
    top: 40px;
    transform: rotate(135deg);
  }
  header #drawer_toggle.open span:nth-child(2) {
    top: 40px;
    opacity: 0;
  }
  header #drawer_toggle.open span:nth-child(3) {
    top: 40px;
    transform: rotate(-135deg);
  }
  header #drawer_toggle.bl span {
    background: #000;
  }
  header #drawer_toggle.scl span {
    background: #000;
  }
}
header .container {
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: center;
  align-items: center;
  gap: 0 36px;
}
@media screen and (max-width: 1280px) {
  header .container {
    width: 1240px;
    margin: auto;
    justify-content: space-between;
    gap: inherit;
  }
}
@media screen and (max-width: 1024px) {
  header .container {
    width: 93.75%;
    justify-content: space-between;
    gap: inherit;
  }
}
header .container .item01 {
  width: 331px;
  height: 50px;
  position: relative;
  background: url(../img/common/logo_wh_331.svg) center left/cover no-repeat;
  transition: all 0.4s;
}
header .container .item01.scl {
  background: url(../img/common/logo_bl_331.svg) center left/cover no-repeat;
}
header .container .item01.bl {
  background: url(../img/common/logo_bl_331.svg) center left/cover no-repeat;
}
header .container .item01 a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
header .container .item02 {
  display: grid;
  grid-template-columns: repeat(4, auto);
  align-items: center;
  --navcolor: #fff;
}
@media screen and (max-width: 1024px) {
  header .container .item02 {
    position: fixed;
    background: rgba(255, 255, 255, 0.95);
    right: 0;
    top: 0;
    width: 512px;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, auto);
    align-items: center;
    transform: translateY(-100%);
    transition: all 0.4s;
  }
  header .container .item02.open {
    transform: translateY(0);
  }
}
@media screen and (max-width: 640px) {
  header .container .item02 {
    width: 100%;
  }
}
header .container .item02 li {
  box-sizing: border-box;
  border-right: 1px solid var(--navcolor);
  height: 40px;
  font-size: 18px;
  padding: 0 1.25em;
  display: grid;
  place-content: center;
  place-items: center;
  transition: all 0.4s;
}
@media screen and (max-width: 1024px) {
  header .container .item02 li {
    padding: 0;
    border: none;
    border-top: 1px solid #000;
    height: 100px;
  }
  header .container .item02 li:last-child {
    border-bottom: none;
  }
}
@media screen and (max-width: 640px) {
  header .container .item02 li {
    height: 125px;
  }
}
header .container .item02 li a {
  color: var(--navcolor);
  font-weight: 700;
  transition: all 0.4s;
}
header .container .item02 li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  header .container .item02 li a {
    color: #000;
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  header .container .item02 li a {
    font-size: 30px;
  }
}
header .container .item02 li:first-child {
  border-left: 1px solid var(--navcolor);
  transition: all 0.4s;
}
@media screen and (max-width: 1024px) {
  header .container .item02 li:first-child {
    border: none;
  }
}
header .container .item02.scl {
  --navcolor: #000;
}
header .container .item02.bl {
  --navcolor: #000;
}
header .container .item03 {
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  header .container .item03 {
    display: none;
  }
}
header .container .item03 a {
  color: #fff;
  transition: all 0.4s;
}
header .container .item03.scl a {
  color: #000;
}
header .container .item03.bl a {
  color: #000;
}/*# sourceMappingURL=common.css.map */