@charset "UTF-8";
@font-face {
  font-family: "LineSeed";
  font-style: normal;
  font-weight: 400;
  src: local(※), url(../fonts/LINESeed_W_Rg.woff) format("woff");
}
@font-face {
  font-family: "LineSeed";
  font-style: normal;
  font-weight: 700;
  src: local(※), url(../fonts/LINESeed_W_Bd.woff) format("woff");
}
@font-face {
  font-family: "LineSeed";
  font-style: normal;
  font-weight: 900;
  src: local(※), url(../fonts/LINESeed_W_XBd.woff) format("woff");
}

html,
body {
  width: 100%;
  height: 100%;
  height: 100vh;
  min-height: 100%;
  color: #000;
}

html {
  font-size: 10px;
  line-height: 10px;
  -webkit-text-size-adjust: 100%;
}

body {
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
ul,
ol,
li,
dl,
dd,
dt,
form,
fieldset,
legend,
button,
input,
textarea,
table,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

body,
button,
input,
select,
table,
textarea {
  line-height: 20px;
  font-size: 16px;
  font-family: "LineSeed", -apple-system, blinkmacsystemfont, sans-serif;
  color: #000;
  outline: 0;
}

ol,
ul {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
}
/* _common.scss */
.skip_nav,
.blind {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  clip: rect(0, 0, 0, 0);
}

:root {
  --header-height: 88px;
  --header-margin: var(--header-height);
  --banner-height: 65px;
}
@media only screen and (max-width: 828px),
only screen and (max-device-height: 540px) and (orientation: landscape) {
  :root {
    --header-height: 70px;
    --banner-height: 70px;
  }
}
.wrap {
  display: grid;
  grid-template-rows: auto 1fr auto;
  height: 100%;
  padding-top: constant(safe-area-inset-top);
  padding-top: env(safe-area-inset-top);
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
  min-width: 1280px;
}
@media only screen and (max-width: 828px),
only screen and (max-device-height: 540px) and (orientation: landscape) {
  .wrap {
    min-width: 280px;
  }
}

.footer_inner {
  box-sizing: border-box;
  padding: 0 40px !important;
}
.footer_inner .right_area {
  right: 40px !important;
}
@media only screen and (max-width: 828px),
only screen and (max-device-height: 540px) and (orientation: landscape) {
  .footer_inner {
    padding: 0 0 40px !important;
  }
}

/* header */
.header {
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-depth-height, var(--header-height));
  background-color: #fff;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 828px),
only screen and (max-device-height: 540px) and (orientation: landscape) {
  .header {
    display: block;
    border-bottom: 1px solid #efefef;
  }
}

.header h1 {
  z-index: 100;
  position: relative;
  margin: 0 0 0 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: var(--header-height);
}
@media only screen and (max-width: 828px),
only screen and (max-device-height: 540px) and (orientation: landscape) {
  .header h1 {
    position: absolute;
    top: auto;
    left: 20px !important;
    left: calc(20px + constant(safe-area-inset-left)) !important;
    left: calc(20px + env(safe-area-inset-left)) !important;
    margin: 0 !important;
  }
}

.header h1 img,
.header h1 svg {
  min-height: 32px;
  max-height: 50px;
}
@media only screen and (max-width: 828px),
only screen and (max-device-height: 540px) and (orientation: landscape) {
  .header h1 img,
  .header h1 svg {
    max-height: auto;
    max-height: initial;
  }
}
.header h1 svg path {
  fill: #1f1f1f;
}

/* footer */
.footer {
  z-index: 100;
  position: relative;
  min-width: 1280px;
  border-top: 1px solid #e4e4e4;
  background-color: #fff;
  box-sizing: border-box;
}
@media only screen and (max-width: 828px),
only screen and (max-device-height: 540px) and (orientation: landscape) {
  .footer {
    min-width: 280px;
  }
}

.footer.top_line_none {
  border-top-color: transparent;
}
.footer.top_line_none .drop_box .list {
  bottom: 63px;
}
@media only screen and (max-width: 828px),
only screen and (max-device-height: 540px) and (orientation: landscape) {
  .footer.top_line_none {
    border-top-color: #e8e8e8;
  }
  .footer.top_line_none .drop_box .list {
    bottom: 37px !important;
  }
}

.footer_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  max-width: 1280px;
  height: 104px;
  margin: 0 auto;
  padding: 0 32px;
}
@media only screen and (max-width: 828px),
only screen and (max-device-height: 540px) and (orientation: landscape) {
  .footer_inner {
    display: block;
    height: auto;
    padding: 0 0 40px;
  }
}
.footer_inner .copyright {
  margin-right: 52px;
  font-size: 13px;
  line-height: 20px;
  color: #000;
}
@media only screen and (max-width: 828px),
only screen and (max-device-height: 540px) and (orientation: landscape) {
  .footer_inner .copyright {
    margin-right: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 120px;
    padding-right: calc(120px + constant(safe-area-inset-right));
    padding-right: calc(120px + env(safe-area-inset-right));
    padding-left: 20px;
    padding-left: calc(20px + constant(safe-area-inset-left));
    padding-left: calc(20px + env(safe-area-inset-left));
    box-sizing: border-box;
    border-bottom: 1px solid #f0f0f0;
  }
}
.footer_inner .footer_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 828px),
only screen and (max-device-height: 540px) and (orientation: landscape) {
  .footer_inner .footer_link {
    padding-top: 25px;
    padding-bottom: 0;
    padding-right: 20px;
    padding-right: calc(20px + constant(safe-area-inset-right));
    padding-right: calc(20px + env(safe-area-inset-right));
    padding-left: 20px;
    padding-left: calc(20px + constant(safe-area-inset-left));
    padding-left: calc(20px + env(safe-area-inset-left));
  }
}

.footer_inner .footer_link .item {
  position: relative;
  margin-right: 16px;
  padding-right: 17px;
}
@media only screen and (max-width: 828px),
only screen and (max-device-height: 540px) and (orientation: landscape) {
  .footer_inner .footer_link .item {
    margin-top: 5px;
  }
}
.footer_inner .footer_link .item::after {
  content: "";
  position: absolute;
  top: 4px;
  right: 0;
  width: 1px;
  height: 12px;
  background-color: rgba(0, 0, 0, 0.2);
}
.footer_inner .footer_link .item:last-of-type {
  margin-right: 0;
  padding-right: 0;
}
.footer_inner .footer_link .item:last-of-type::after {
  display: none;
}
.footer_inner .footer_link .item a {
  display: block;
  font-size: 13px;
  line-height: 20px;
  color: #000;
  white-space: nowrap;
}
.footer_inner .footer_link .item a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 828px),
only screen and (max-device-height: 540px) and (orientation: landscape) {
  .footer_inner .footer_link .item a:hover {
    opacity: 1;
  }
}

.footer_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 828px),
only screen and (max-device-height: 540px) and (orientation: landscape) {
  .footer_menu {
    position: absolute;
    top: 16px;
    right: 25px;
    right: calc(25px + constant(safe-area-inset-right));
    right: calc(25px + env(safe-area-inset-right));
  }
}

.not-found-w {
  margin: 0 auto;
  height: 100%;
  padding: 0 40px;
  text-align: center;
  letter-spacing: white-space;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

p a {
  text-decoration: underline;
}

.not-found-w h2 {
  font-style: normal;
  font-weight: 700;
  color: #000;
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 125%;
  text-align: center;
  letter-spacing: 0.33px;
}
.not-found-w p {
  font-style: normal;
  color: #303030;
  font-size: 13px;
  line-height: 138%;
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.09px;
}

@media (min-width: 768px) {
  .not-found-w h2 {
    font-size: 26px;
    line-height: 31px;
    margin-bottom: 20px;
  }
  .not-found-w p {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -0.09px;
  }
}