@charset "UTF-8";

/* Sass Document */
/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
form,
figure {
  margin: 0;
  padding: 0;
  border: none;
  list-style-type: none;
  font-style: normal;
  letter-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: normal;
  line-break: strict;
}

@media (hover: hover) and (pointer: fine) {
  a[href*="tel:"] {
    text-decoration: none;
    cursor: default;
    pointer-events: none;
  }
}

@media (min-width: 841px) {
  a:hover {
    opacity: 0.7;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

a {
  color: #000;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.pc {
  display: block;
}

@media screen and (max-width: 840px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}

@media screen and (max-width: 840px) {
  .sp {
    display: block !important;
  }
}

span.pc {
  display: inline !important;
}

@media screen and (max-width: 840px) {
  span.pc {
    display: none !important;
  }
}

@media screen and (max-width: 840px) {
  span.sp {
    display: inline !important;
  }
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.tac,
.tac * {
  text-align: center;
}

.wrap {
  max-width: 71.25rem;
  width: calc(100% - 2.5rem);
  margin: 0 auto;
}

@media screen and (max-width: 840px) {
  .wrap {
    width: 90.6976744186vw;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#footer {
  padding: 3.75rem 0 1.875rem;
  background: #fff;
}

@media screen and (max-width: 1140px) {
  #footer {
    padding: 5.2631578947vw 0 2.6315789474vw;
  }
}

@media screen and (max-width: 840px) {
  #footer {
    padding: 6.976744186vw 0 4.6511627907vw;
  }
}

#footer .flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 840px) {
  #footer .flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#footer .flex._top {
  margin-bottom: 3.75rem;
}

@media screen and (max-width: 1140px) {
  #footer .flex._top {
    margin-bottom: 5.2631578947vw;
  }
}

@media screen and (max-width: 840px) {
  #footer .flex._top {
    gap: 4.6511627907vw;
    margin-bottom: 4.6511627907vw;
  }
}

@media screen and (max-width: 840px) {
  #footer .flex._bottom {
    gap: 4.6511627907vw;
  }
}

#footer .flex._bottom .link_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.25rem;
}

@media screen and (max-width: 1140px) {
  #footer .flex._bottom .link_area {
    gap: 1.7543859649vw;
  }
}

@media screen and (max-width: 840px) {
  #footer .flex._bottom .link_area {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 4.6511627907vw;
    width: 100%;
  }
}

#footer .flex._bottom .link_area li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.625rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 2.125rem;
  padding: 0 0.9375rem;
  font-size: 0.875rem;
  border: 1px solid #000;
  border-radius: 2.5rem;
}

@media screen and (max-width: 1140px) {
  #footer .flex._bottom .link_area li a {
    gap: 0.8771929825vw;
    height: 2.9824561404vw;
    padding: 0 1.3157894737vw;
    font-size: 1.2280701754vw;
    border-radius: 3.5087719298vw;
  }
}

@media screen and (max-width: 840px) {
  #footer .flex._bottom .link_area li a {
    gap: 2.3255813953vw;
    height: 7.9069767442vw;
    padding: 0 3.488372093vw;
    font-size: 3.2558139535vw;
    border-radius: 9.3023255814vw;
  }
}

#footer .flex._bottom .link_area li a img {
  width: 0.625rem;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}

@media screen and (max-width: 1140px) {
  #footer .flex._bottom .link_area li a img {
    width: 0.8771929825vw;
  }
}

@media screen and (max-width: 840px) {
  #footer .flex._bottom .link_area li a img {
    width: 2.3255813953vw;
  }
}

#footer .flex._bottom .copy {
  font-size: 0.875rem;
  line-height: 1.6;
}

@media screen and (max-width: 1140px) {
  #footer .flex._bottom .copy {
    font-size: 1.2280701754vw;
  }
}

@media screen and (max-width: 840px) {
  #footer .flex._bottom .copy {
    width: 100%;
    font-size: 2.7906976744vw;
    text-align: center;
  }
}

#footer .info .logo {
  width: 31.75rem;
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 1140px) {
  #footer .info .logo {
    width: 44.5614035088vw;
    margin-bottom: 1.7543859649vw;
  }
}

@media screen and (max-width: 840px) {
  #footer .info .logo {
    width: 86.0465116279vw;
    margin-bottom: 2.3255813953vw;
  }
}

#footer .info .logo img {
  width: 100%;
}

#footer .info p {
  font-size: 1rem;
  line-height: 1.6;
}

@media screen and (max-width: 1140px) {
  #footer .info p {
    font-size: 1.4035087719vw;
  }
}

@media screen and (max-width: 840px) {
  #footer .info p {
    font-size: 3.7209302326vw;
    text-align: center;
  }
}

#footer .info ul {
  margin-top: 1.25rem;
}

@media screen and (max-width: 1140px) {
  #footer .info ul {
    margin-top: 1.7543859649vw;
  }
}

@media screen and (max-width: 840px) {
  #footer .info ul {
    margin-top: 2.3255813953vw;
  }
}

#footer .info ul li {
  font-size: 1rem;
  line-height: 1.6;
}

@media screen and (max-width: 1140px) {
  #footer .info ul li {
    font-size: 1.4035087719vw;
  }
}

@media screen and (max-width: 840px) {
  #footer .info ul li {
    font-size: 3.7209302326vw;
  }
}

#footer .g_box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.875rem 3rem;
  background: #307217;
  border-radius: 0.875rem;
}

@media screen and (max-width: 1140px) {
  #footer .g_box {
    padding: 2.6315789474vw 4.2105263158vw;
    border-radius: 1.2280701754vw;
  }
}

@media screen and (max-width: 840px) {
  #footer .g_box {
    padding: 4.6511627907vw;
    border-radius: 3.2558139535vw;
  }
}

#footer .g_box dl .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.625rem;
}

@media screen and (max-width: 1140px) {
  #footer .g_box dl .in {
    gap: 0.8771929825vw;
  }
}

@media screen and (max-width: 840px) {
  #footer .g_box dl .in {
    gap: 2.3255813953vw;
  }
}

#footer .g_box dl .in+.in {
  margin-top: 0.625rem;
}

@media screen and (max-width: 1140px) {
  #footer .g_box dl .in+.in {
    margin-top: 0.8771929825vw;
  }
}

@media screen and (max-width: 840px) {
  #footer .g_box dl .in+.in {
    margin-top: 2.3255813953vw;
  }
}

#footer .g_box dl .in dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 6.875rem;
  height: 1.875rem;
  font-size: 1rem;
  color: #fff;
  border: 1px solid #fff;
}

@media screen and (max-width: 1140px) {
  #footer .g_box dl .in dt {
    width: 9.649122807vw;
    height: 2.6315789474vw;
    font-size: 1.4035087719vw;
  }
}

@media screen and (max-width: 840px) {
  #footer .g_box dl .in dt {
    width: 23.2558139535vw;
    height: 6.976744186vw;
    font-size: 3.7209302326vw;
  }
}

#footer .g_box dl .in dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 2rem;
  color: #fff;
  line-height: 1;
}

@media screen and (max-width: 1140px) {
  #footer .g_box dl .in dd {
    font-size: 2.8070175439vw;
  }
}

@media screen and (max-width: 840px) {
  #footer .g_box dl .in dd {
    font-size: 6.0465116279vw;
  }
}

#footer .g_box dl .in dd a {
  color: #fff;
}

#footer .g_box p {
  margin-top: 0.625rem;
  font-size: 1rem;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 1140px) {
  #footer .g_box p {
    margin-top: 0.8771929825vw;
    font-size: 1.4035087719vw;
  }
}

@media screen and (max-width: 840px) {
  #footer .g_box p {
    margin-top: 2.3255813953vw;
    font-size: 3.2558139535vw;
  }
}

#footer .gr_box {
  padding: 1.25rem 1.875rem;
  margin-bottom: 1.875rem;
  border: 1px solid #D9D9D9;
  border-radius: 0.875rem;
}

@media screen and (max-width: 1140px) {
  #footer .gr_box {
    padding: 1.7543859649vw 2.6315789474vw;
    margin-bottom: 2.6315789474vw;
    border-radius: 1.2280701754vw;
  }
}

@media screen and (max-width: 840px) {
  #footer .gr_box {
    padding: 4.6511627907vw;
    margin-bottom: 6.976744186vw;
    border-radius: 3.2558139535vw;
  }
}

#footer .gr_box p {
  font-size: 1rem;
  line-height: 1.6;
}

@media screen and (max-width: 1140px) {
  #footer .gr_box p {
    font-size: 1.4035087719vw;
  }
}

@media screen and (max-width: 840px) {
  #footer .gr_box p {
    font-size: 3.488372093vw;
  }
}

#footer .gr_box p a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.375rem;
  color: #307217;
  text-decoration: underline;
}

@media screen and (max-width: 1140px) {
  #footer .gr_box p a {
    gap: 0.5263157895vw;
  }
}

@media screen and (max-width: 840px) {
  #footer .gr_box p a {
    gap: 0.6976744186vw;
  }
}

#footer .gr_box p a img {
  width: 0.625rem;
}

@media screen and (max-width: 1140px) {
  #footer .gr_box p a img {
    width: 0.8771929825vw;
  }
}

@media screen and (max-width: 840px) {
  #footer .gr_box p a img {
    width: 2.3255813953vw;
  }
}

#header {
  background: #fff;
}

#header .wrap {
  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;
  height: 6.25rem;
}

@media screen and (max-width: 1140px) {
  #header .wrap {
    height: 8.7719298246vw;
  }
}

@media screen and (max-width: 840px) {
  #header .wrap {
    width: 95.3488372093vw;
    height: 18.6046511628vw;
  }
}

#header .logo_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 840px) {
  #header .logo_area {
    width: 100%;
  }
}

#header .logo_area .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 840px) {
  #header .logo_area .in {
    display: block;
  }
}

#header .logo_area .logo {
  width: 22.875rem;
}

@media screen and (max-width: 1140px) {
  #header .logo_area .logo {
    width: 32.1052631579vw;
  }
}

@media screen and (max-width: 840px) {
  #header .logo_area .logo {
    width: 66.2790697674vw;
    margin-left: 2.3255813953vw;
  }
}

#header .logo_area .logo img {
  width: 100%;
}

#header .logo_area .txt {
  padding-left: 1.25rem;
  margin-left: 1.25rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2;
  border-left: 1px solid #000;
}

@media screen and (max-width: 1140px) {
  #header .logo_area .txt {
    padding-left: 1.7543859649vw;
    margin-left: 1.7543859649vw;
    font-size: 1.2280701754vw;
  }
}

@media screen and (max-width: 840px) {
  #header .logo_area .txt {
    padding-left: 0;
    margin-left: 2.3255813953vw;
    margin-top: 1.3953488372vw;
    font-size: 3.2558139535vw;
    border-left: none;
  }

  #header .logo_area .txt br {
    display: none;
  }
}

#header .logo_area .btn {
  margin-left: 1.25rem;
}

@media screen and (max-width: 1140px) {
  #header .logo_area .btn {
    margin-left: 1.7543859649vw;
  }
}

@media screen and (max-width: 840px) {
  #header .logo_area .btn {
    margin-left: auto;
  }
}

#header .logo_area .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 7.0625rem;
  height: 2rem;
  font-size: 0.875rem;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  background: #307217;
  border-radius: 1.25rem;
}

@media screen and (max-width: 1140px) {
  #header .logo_area .btn a {
    width: 9.9122807018vw;
    height: 2.8070175439vw;
    font-size: 1.2280701754vw;
    border-radius: 1.7543859649vw;
  }
}

@media screen and (max-width: 840px) {
  #header .logo_area .btn a {
    width: 19.0697674419vw;
    height: 6.7441860465vw;
    font-size: 2.7906976744vw;
    border-radius: 4.6511627907vw;
  }
}

#header .link_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 840px) {
  #header .link_area {
    display: none;
  }
}

#header .link_area li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.625rem;
  font-size: 0.875rem;
  color: #307217;
  line-height: 1.25rem;
}

@media screen and (max-width: 1140px) {
  #header .link_area li a {
    gap: 0.8771929825vw;
    font-size: 1.2280701754vw;
    line-height: 1.7543859649vw;
  }
}

#header .link_area li a img {
  width: 0.625rem;
}

#header .link_area li+li {
  padding-left: 1.25rem;
  margin-left: 1.25rem;
  border-left: 1px solid #9E9E9E;
}

@media screen and (max-width: 1140px) {
  #header .link_area li+li {
    padding-left: 1.7543859649vw;
    margin-left: 1.7543859649vw;
  }
}

/* 20260908追記 */
@media screen and (max-width: 359px) {
  #header .wrap {
    height: 60px;
  }

  #header .logo_area .logo {
    width: 200px;
    margin-left: 0;
  }

  #header .logo_area .txt {
    margin-left: 0;
    margin-top: 0;
    font-size: 14px;
  }

  #header .logo_area .btn a {
    width: 95px;
    height: 30px;
    font-size: 14px;
  }

  #footer .info p,
  #footer .info ul li {
    font-size: 1rem;
  }

  #footer .g_box dl .in {
    flex-wrap: wrap;
  }

  #footer .g_box dl .in dt {
    width: 6em;
    height: 2rem;
    font-size: 1rem;
  }

  #footer .g_box dl .in dd {
    font-size: 22px;
    text-align: center;
  }

  #footer .g_box p,
  #footer .gr_box p {
    font-size: 1rem;
  }

  #footer .flex._bottom .link_area {
    flex-wrap: wrap;
  }

  #footer .flex._bottom .link_area li {
    width: 100%;
  }

  #footer .flex._bottom .link_area li a {
    width: 100%;
    height: 3em;
    padding: 0 1em;
    font-size: 1rem;
  }

  #footer .flex._bottom .copy {
    font-size: 12px;
  }
}