@charset "UTF-8";
/*
brakepoint
*/
/*
Common CSS
*/
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-size: 100%;
  vertical-align: baseline;
}

body {
  position: relative;
  color: #2a2a2a;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  background-color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 1000px) {
  body.noscroll {
    overflow: hidden;
    height: 100vh;
    height: 100svh;
  }
}

html {
  scroll-behavior: smooth;
}

:target {
  scroll-margin-top: 110px;
}
@media screen and (max-width: 1000px) {
  :target {
    scroll-margin-top: 0;
  }
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  padding: 0;
}

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

a {
  color: #2a2a2a;
  text-decoration: underline;
}
a img {
  transition: all 0.3s ease-out;
}
a:hover img {
  opacity: 0.7;
}

hr {
  display: none;
}

p {
  font-size: 16px;
  letter-spacing: 0.02em;
  margin-bottom: 30px;
  line-height: 2.5;
}
@media screen and (max-width: 1000px) {
  p {
    line-height: 2.1;
  }
}

small {
  font-size: 70%;
}

ul li,
ol li {
  line-height: 1;
  margin: 0 0 15px;
}

ol {
  list-style: decimal;
  margin: 0 0 20px 1.5em;
}

ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
}

strong {
  font-weight: bold;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

.attention {
  color: #F00;
}

.pc {
  display: block;
}
@media screen and (max-width: 1000px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 1000px) {
  .sp {
    display: block;
  }
}

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

.cbox {
  position: relative;
  width: calc(100% - 40px);
  max-width: 1300px;
  margin: 0 auto;
  z-index: 1;
}
.cbox.cbox1100 {
  max-width: 1100px;
}

/*
container
*/
#container {
  position: relative;
  /* 20230410 */
  overflow: hidden;
}

/*
header
*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 112px;
  z-index: 5;
  transition: all 0.3s ease-out;
}
header.active {
  background-color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 1200px) {
  header.active {
    background: none;
  }
}
header.active .site-title {
  opacity: 1;
}

.site-title {
  position: absolute;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
  width: 260px;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 1200px) {
  .site-title {
    display: none;
  }
}

[data-aos=fadeup] {
  opacity: 0;
  transition: top 1s, opacity 1s;
  transform: translateY(60px);
}

.delay1[data-aos=fadeup] {
  transition: all 1s 0.3s;
}
@media screen and (max-width: 1000px) {
  .delay1[data-aos=fadeup] {
    transition: all 1s;
  }
}

.delay2[data-aos=fadeup] {
  transition: all 1s 0.6s;
}
@media screen and (max-width: 1000px) {
  .delay2[data-aos=fadeup] {
    transition: all 1s;
  }
}

.delay3[data-aos=fadeup] {
  transition: all 1s 0.9s;
}
@media screen and (max-width: 1000px) {
  .delay3[data-aos=fadeup] {
    transition: all 1s;
  }
}

[data-aos=fadeup].aos-animate {
  opacity: 1;
  transform: translate(0);
}

/*
mainmenu
*/
.mainmenu {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  width: 67.9vw;
  max-width: 950px;
}
@media screen and (max-width: 1200px) {
  .mainmenu {
    display: none;
  }
}
.mainmenu ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
}
.mainmenu ul li {
  width: auto;
  height: 112px;
  margin: 0;
  padding: 0;
  position: relative;
}
.mainmenu ul li:hover ul {
  opacitY: 1;
  pointer-events: auto;
}
.mainmenu ul li a {
  font-size: clamp(12px, 1.1vw, 16px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
  text-decoration: none;
  transition: all 0.3s ease-out;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  position: relative;
  transition: all 0.3s;
}
.mainmenu ul li a:not(li ul li a):not(.hmcleanup a)::after {
  content: "";
  width: 32px;
  height: 2px;
  background: #D80C24;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  transition: all 0.3s;
}
.mainmenu ul li a:hover {
  color: #D80C24;
}
.mainmenu ul li a:hover:not(li ul li a):not(.hmcleanup a)::after {
  opacity: 1;
}
.mainmenu ul li ul {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  translate: -50% 0;
  width: 332px;
  padding: 30px 28px 30px 30px;
  background: #FFFFFF;
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.mainmenu ul li ul::before {
  content: "";
  width: 100%;
  height: 15px;
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: auto;
}
.mainmenu ul li ul li {
  height: auto;
  width: 100%;
}
.mainmenu ul li ul li:not(:last-of-type) {
  margin-bottom: 15px;
}
.mainmenu ul li ul li a {
  display: block;
  position: relative;
}
.mainmenu ul li ul li a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #D80C24;
  border-right: 1px solid #D80C24;
  transform: skew(350deg, 350deg);
  rotate: 45deg;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

/*
nav
*/
#toggle {
  display: none;
}
@media screen and (max-width: 1200px) {
  #toggle {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 5;
    background-color: #2a2a2a;
    border-radius: 50%;
  }
}
#toggle a {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 50px;
  transition: all 0.3s ease-out;
}
#toggle a span {
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 25px;
  height: 1px;
  background-color: #FFFFFF;
  transition: all 0.3s ease-out;
}
#toggle a span:nth-of-type(1) {
  top: 19px;
}
#toggle a span:nth-of-type(2) {
  top: 30px;
}
#toggle.active a span:nth-of-type(1) {
  top: 24px;
  transform: translateX(-50%) rotate(-45deg);
}
#toggle.active a span:nth-of-type(2) {
  top: 24px;
  transform: translateX(-50%) rotate(45deg);
}

/*
spmainmenu
*/
.spmainmenu {
  display: none;
}
@media screen and (max-width: 1200px) {
  .spmainmenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100svh;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 45px 50px;
    z-index: 2;
    overflow-y: auto;
  }
}
.spmainmenu h1 {
  width: 100%;
  max-width: 203px;
  margin-bottom: 80px;
}
.spmainmenu h1 a:hover img {
  opacity: 1;
}
.spmainmenu ul {
  margin: 0;
  padding: 0;
}
.spmainmenu ul li {
  margin: 0;
  padding: 0;
}
.spmainmenu ul li a {
  display: grid;
  place-items: center start;
  width: 100%;
  height: 50px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  background-image: url("../img/bg_spmainmenu.svg");
  background-repeat: no-repeat;
  background-position: right center;
  letter-spacing: 0.03em;
  padding-right: 25px;
}
.spmainmenu ul li.spmcleanup {
  width: 100%;
  max-width: 144px;
  margin: 45px 0 0;
}
.spmainmenu ul li.spmcleanup a {
  background: none;
  padding: 0;
  height: auto;
}
.spmainmenu ul li ul li {
  margin-top: 8px;
  margin-bottom: 15px;
}
.spmainmenu ul li ul li a {
  display: inline-block;
  background: none;
  height: auto;
  font-size: 14px;
  font-weight: 400;
  padding-left: 15px;
}
.spmainmenu ul li ul li a::before {
  content: "—";
  display: inline-block;
  margin-right: 3px;
}
.spmainmenu ul li ul li:last-of-type {
  margin-bottom: 5px;
}

/*
main
*/
main {
  margin-bottom: 135px;
}
@media screen and (max-width: 1000px) {
  main {
    margin-bottom: 80px;
  }
}

/*
content
*/
section {
  position: relative;
  width: 100%;
}

h2 {
  font-weight: 700;
}

h3 {
  font-weight: 700;
}

h4 {
  font-weight: 700;
}

h5 {
  font-weight: 700;
}

/*
banner
*/
.banner {
  background-color: #909090;
  padding: 35px 0;
}
@media screen and (max-width: 1000px) {
  .banner {
    padding: 35px;
  }
}
.banner ul {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  gap: 35px 45px;
}
@media screen and (max-width: 1000px) {
  .banner ul {
    display: block;
  }
}
.banner ul li {
  width: 24.5%;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1000px) {
  .banner ul li {
    width: 100%;
    margin: 0 auto 35px;
  }
}
.banner ul li:last-of-type {
  margin: 0 auto;
}
.banner ul li a {
  display: block;
}

/*
footer
*/
footer {
  position: relative;
  width: 100%;
  background-color: #E8EBEB;
  padding: 110px 0 30px;
}
@media screen and (max-width: 1000px) {
  footer {
    padding: 40px 30px;
  }
}

.siteinfo {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 830px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 1000px) {
  .siteinfo {
    display: block;
    max-width: inherit;
    margin-bottom: 40px;
  }
}

.logo_footer {
  width: 180px;
  margin: 0;
}
@media screen and (max-width: 1000px) {
  .logo_footer {
    width: 122px;
    margin-bottom: 40px;
  }
}

.r_footer {
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 60.2%;
}
@media screen and (max-width: 1000px) {
  .r_footer {
    display: block;
    width: 100%;
  }
}

.footermenu01 {
  width: 44%;
}
@media screen and (max-width: 1000px) {
  .footermenu01 {
    display: none;
  }
}
.footermenu01 ul {
  margin: 0;
  padding: 0;
}
.footermenu01 ul li {
  padding: 0;
  margin-bottom: 20px;
}
.footermenu01 ul li:last-child {
  margin-bottom: 0;
}
.footermenu01 ul li a {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-decoration: none;
  transition: all 0.3s ease-out;
}
.footermenu01 ul li a:hover {
  color: #D80C24;
}
.footermenu01 ul li ul li {
  margin: 10px 0;
}
.footermenu01 ul li ul li a {
  height: auto;
  font-size: 12px;
  font-weight: 400;
  padding-left: 12px;
}
.footermenu01 ul li ul li a::before {
  content: "—";
  display: inline-block;
  margin-right: 2px;
}
.footermenu01 ul li ul li:last-of-type {
  margin-bottom: 5px;
}

.r_footermenu {
  width: 44%;
}
@media screen and (max-width: 1000px) {
  .r_footermenu {
    width: 100%;
  }
}

.footermenu02 ul {
  margin: 0 0 60px;
  padding: 0;
}
@media screen and (max-width: 1000px) {
  .footermenu02 ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}
.footermenu02 ul li {
  margin-bottom: 20px;
  padding: 0;
}
@media screen and (max-width: 1000px) {
  .footermenu02 ul li {
    width: auto;
    margin: 0 35px 25px 0;
  }
}
@media screen and (max-width: 1000px) {
  .footermenu02 ul li:first-child {
    width: 100%;
    margin: 0 0 25px;
  }
}
.footermenu02 ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .footermenu02 ul li:last-child {
    margin-bottom: 25px;
  }
}
.footermenu02 ul li a {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-decoration: none;
  transition: all 0.3s ease-out;
}
.footermenu02 ul li a:hover {
  color: #D80C24;
}

.snsmenu {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .snsmenu {
    justify-content: flex-start;
    padding-top: 10px;
  }
}
.snsmenu p {
  width: auto;
  color: #909090;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}
@media screen and (max-width: 1000px) {
  .snsmenu p {
    margin-right: 20px;
  }
}
.snsmenu ul {
  display: flex;
  justify-content: space-between;
  width: 86px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1000px) {
  .snsmenu ul {
    width: 58px;
  }
}
.snsmenu ul li {
  width: 35px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1000px) {
  .snsmenu ul li {
    width: 23px;
  }
}

#copyright {
  width: 100%;
  max-width: 830px;
  font-size: 10px;
  line-height: 1.4;
  text-align: right;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  #copyright {
    max-width: inherit;
    text-align: left;
    margin: 0;
  }
}/*# sourceMappingURL=common.css.map */