/*===============================
reset
================================*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: justify;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-size: 100%;
}

body {
  line-height: 1;
}

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

button {
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
}

nav ul {
  list-style: none;
}

ol,
ul {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

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

blockquote,
q {
  quotes: none;
}

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

table, td, th {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  resize: vertical;
}

/*===============================
base
================================*/
html {
  font-weight: 400;
  letter-spacing: 1px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  overflow: auto;
  height: 100%;
}

body {
  position: relative;
  z-index: 100;
  font-size: clamp(0.813rem, 0.771rem + 0.18vw, 0.938rem);
  background: #101010;
}

.wrap {
  width: calc(100% - 60px);
  max-width: 1080px;
  margin-inline: auto;
}

.palmtop {
  display: block !important;
}
@media screen and (min-width: 1024px) {
  .palmtop {
    display: none !important;
  }
}

.laptop {
  display: none !important;
}
@media screen and (min-width: 1024px) {
  .laptop {
    display: block !important;
  }
}

.sclNone {
  overflow: hidden;
}

/*===============================
layout
================================*/
/*
header
================================*/
.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.site-header .container {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .site-header .container {
    padding: 50px;
  }
}
.site-header .container .logo {
  position: relative;
  z-index: 100;
}
.site-header .container .logo img {
  width: 25px;
}
.site-header .container .hbg {
  position: relative;
  z-index: 100;
  cursor: pointer;
  width: 35px;
  height: 24px;
}
@media screen and (min-width: 1024px) {
  .site-header .container .hbg {
    display: none;
  }
}
.site-header .container .hbg .line {
  display: block;
  position: absolute;
  width: 35px;
  height: 3px;
  background: #fff;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
.site-header .container .hbg .line:first-child {
  top: 0;
}
.site-header .container .hbg .line:nth-child(2) {
  top: 10px;
}
.site-header .container .hbg .line:nth-child(3) {
  top: 20px;
}
.site-header .container .is-hbg .line:first-child {
  -webkit-transform: translateY(10px) rotate(45deg);
          transform: translateY(10px) rotate(45deg);
}
.site-header .container .is-hbg .line:nth-child(2) {
  opacity: 0;
}
.site-header .container .is-hbg .line:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(-45deg);
          transform: translateY(-10px) rotate(-45deg);
}
.site-header .container .drawer {
  pointer-events: none;
  opacity: 0;
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background: #101010;
}
@media screen and (min-width: 1024px) {
  .site-header .container .drawer {
    display: none;
  }
}
.site-header .container .drawer .drawer-menu {
  position: relative;
  padding: 100px 50px 0;
}
.site-header .container .drawer .drawer-menu .list .item:not(:first-child) {
  margin-top: 20px;
}
.site-header .container .drawer .drawer-menu .list .item a {
  font-size: 20px;
}
.site-header .container .drawer .other {
  position: absolute;
  bottom: 40px;
  left: 50px;
  font-size: 12px;
  letter-spacing: 0;
}
.site-header .container .drawer .other .address {
  margin-top: 20px;
  line-height: 1.2em;
}
.site-header .container .drawer .other .gmap {
  margin-top: 15px;
}
.site-header .container .drawer .other .gmap a {
  border: 1px solid #fff;
  padding: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header .container .drawer .other .gmap a .text {
  margin-right: 5px;
}
.site-header .container .drawer .other .gmap a .icon {
  width: 18px;
}
.site-header .container .is-drawer {
  opacity: 1;
  pointer-events: auto;
}
.site-header .container .menu-list {
  display: none;
}
@media screen and (min-width: 1024px) {
  .site-header .container .menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.site-header .container .menu-list .item:not(:first-child) {
  margin-left: 50px;
}
.site-header .container .menu-list .item a {
  font-style: italic;
}

/*
main
================================*/
/*
footer
================================*/
.site-footer {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .site-footer .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.site-footer .column .ele {
  position: relative;
  overflow: hidden;
  padding: 150px 0;
}
@media screen and (min-width: 1024px) {
  .site-footer .column .ele {
    padding: 200px 0;
    width: 50%;
    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;
  }
}
.site-footer .column .ele .inner {
  -moz-text-align-last: center;
       text-align-last: center;
}
.site-footer .column .ele .inner .h-sec-title .text__en {
  letter-spacing: 5px;
  font-size: 30px;
}
.site-footer .column .ele .inner .h-sec-title .text__ja {
  margin-top: 15px;
  font-size: 15px;
}
@media screen and (min-width: 1024px) {
  .site-footer .column .ele .inner .h-sec-title .text__ja {
    margin-top: 25px;
  }
}
.site-footer .column .ele .inner .contact-btn {
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .site-footer .column .ele .inner .contact-btn {
    margin-top: 60px;
  }
}
.site-footer .column .ele .inner .contact-btn a {
  overflow: hidden;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 20px;
  border: 2px solid #fff;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .site-footer .column .ele .inner .contact-btn a {
    padding: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .site-footer .column .ele .inner .contact-btn a:hover:before {
    right: -100%;
  }
  .site-footer .column .ele .inner .contact-btn a:hover .icon svg path {
    fill: #101010;
  }
}
.site-footer .column .ele .inner .contact-btn a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #101010;
  clip-path: polygon(50% 0, 100% 0, 100% 100%, 0% 100%);
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
.site-footer .column .ele .inner .contact-btn a .text {
  position: relative;
  z-index: 10;
  mix-blend-mode: exclusion;
  margin-right: 30px;
}
.site-footer .column .ele .inner .contact-btn a .icon {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  position: relative;
  z-index: 10;
  width: 16px;
}
.site-footer .column .ele .inner .contact-btn a .icon svg path {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.site-footer .column .ele:first-child {
  background: #0b0b0b;
}
.site-footer .column .ele:nth-child(2):before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../../assets/images/common/footer-ele-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.site-footer .other {
  padding: 15px;
  background: #000;
  font-size: 12px;
  -moz-text-align-last: center;
       text-align-last: center;
}
@media screen and (min-width: 1024px) {
  .site-footer .other {
    -moz-text-align-last: initial;
         text-align-last: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px;
    font-size: 13px;
  }
}
.site-footer .other .cp {
  margin-top: 15px;
}
@media screen and (min-width: 1024px) {
  .site-footer .other .cp {
    margin-top: 0;
    letter-spacing: 3px;
  }
}

/*===============================
module
================================*/
/*
btn-style
================================*/
/*
page-style
================================*/
.page-style {
  margin-top: 72.4px;
  padding-top: 50px;
}
@media screen and (min-width: 1024px) {
  .page-style {
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: 92.4px;
  }
}
.page-style .p-sec-title {
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .page-style .p-sec-title {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .page-style .p-sec-title .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1024px) {
  .page-style .p-sec-title .column .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.page-style .p-sec-title .column .text__main {
  letter-spacing: 5px;
  font-size: 30px;
}
@media screen and (min-width: 1024px) {
  .page-style .p-sec-title .column .text__main {
    font-size: 50px;
  }
}
.page-style .p-sec-title .column .text__sub {
  margin-top: 15px;
  font-size: 15px;
}
@media screen and (min-width: 1024px) {
  .page-style .p-sec-title .column .text__sub {
    margin-top: 25px;
  }
}
.page-style .p-sec-title .column .line {
  margin-top: 7px;
}
@media screen and (min-width: 1024px) {
  .page-style .p-sec-title .column .line {
    margin-top: 15px;
    margin-right: 20px;
    width: 40px;
  }
}
.page-style .p-sec-title .column .line span {
  display: inline-block;
  width: 40px;
  height: 2px;
  background: #fff;
}

/*
news-style
================================*/
@media screen and (min-width: 1024px) {
  .news-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.news-list .item {
  margin-top: 50px;
}
@media screen and (min-width: 1024px) {
  .news-list .item {
    width: calc(33.3% - 33.3px);
    margin-right: 50px;
  }
}
.news-list .item:first-child {
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .news-list .item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .news-list .item:nth-child(-n+3) {
    margin-top: 0;
  }
}
.news-list .item a .contents {
  margin-top: 25px;
}
@media screen and (min-width: 1024px) {
  .news-list .item a .contents {
    margin-top: 30px;
  }
}
.news-list .item a .contents .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-list .item a .contents .date .text {
  width: auto;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.news-list .item a .contents .date .line {
  margin-left: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 2px;
  background: #fff;
}
.news-list .item a .contents .title {
  margin-top: 20px;
  font-weight: 700;
  line-height: 1.4em;
  font-size: 15px;
}
@media screen and (min-width: 1024px) {
  .news-list .item a .contents .title {
    margin-top: 25px;
  }
}
.news-list .item a .contents .desc {
  margin-top: 12px;
}
@media screen and (min-width: 1024px) {
  .news-list .item a .contents .desc {
    margin-top: 15px;
  }
}

/*
pagination
================================*/
.pagination {
  margin-top: 50px;
}
.pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination .page-numbers li:not(:first-child) {
  margin-left: 8px;
}
@media screen and (min-width: 1024px) {
  .pagination .page-numbers li:not(:first-child) {
    margin-left: 15px;
  }
}
.pagination .page-numbers li span, .pagination .page-numbers li a {
  display: block;
  padding: 10px 12px;
  border: 1px solid #fff;
  border-radius: 100vh;
}
@media screen and (min-width: 1024px) {
  .pagination .page-numbers li span, .pagination .page-numbers li a {
    padding: 17px 20px;
  }
}
.pagination .page-numbers li .current {
  background: #fff;
  color: #101010;
}

/*
align
================================*/
.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

/*
animation
================================*/
.anim-fadeIn {
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.is-anim-fadeIn {
  opacity: 1;
}

.anim-bg-fadeIn:before {
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.is-anim-bg-fadeIn:before {
  opacity: 1 !important;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}