/* ====================================================================================

    THEMA INFO

==================================================================================== */
/*
Theme Name:
Theme URI:
Author:
Author URI:
Description:
Version: 1.0
*/
/* ====================================================================================

    ITEMS

==================================================================================== */
.Title--1 {
  font-size: 9rem;
  line-height: 1;
  font-family: inter-tight-variable, sans-serif;
  font-weight: 600;
}
.Title--1 span {
  display: inline-block;
}
.Title--1 > span.black > span {
  background: #3a3a3a;
  color: #fff;
}
.Title--1 > span.white > span {
  background: #fff;
  color: #3a3a3a;
}
.Title--1 > span > span {
  overflow: hidden;
  white-space: nowrap;
  width: 0%;
  transition: width 1s ease 0.2s;
}
.Title--1.active > span > span {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .Title--1 {
    font-size: 4rem;
  }
}

.List--1 {
  list-style-type: disc;
}

.Table--1 {
  width: 100%;
}
.Table--1 tr {
  border-top: 1px solid #ccc;
}
.Table--1 tr:last-child {
  border-bottom: 1px solid #ccc;
}
.Table--1 tr th,
.Table--1 tr td {
  padding: 25px 15px  ;
  font-weight: bold;
  line-height: 1.6;
}
@media only screen and (max-width: 1700px) {
  .Table--1 tr th,
  .Table--1 tr td {
    padding: 1.4705882353vw 0.8823529412vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Table--1 tr th,
  .Table--1 tr td {
    padding: 6.6666666667vw 4vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Table--1 tr th,
  .Table--1 tr td {
    padding: 5.3333333333vw 0;
    font-size: 1.2rem;
  }
}
.Table--1 tr th {
  vertical-align: top;
  color: #808080;
  width: 185px  ;
}
@media only screen and (max-width: 1700px) {
  .Table--1 tr th {
    width: 10.8823529412vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Table--1 tr th {
    width: 49.3333333333vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Table--1 tr th {
    width: 24vw;
  }
}
.Table--2 {
  width: 100%;
}
.Table--2 tr {
  border-top: 1px solid #ccc;
}
.Table--2 tr:last-child {
  border-bottom: 1px solid #ccc;
}
.Table--2 tr th,
.Table--2 tr td {
  padding: 25px 15px  ;
  font-weight: bold;
  line-height: 1.6;
}
@media only screen and (max-width: 1700px) {
  .Table--2 tr th,
  .Table--2 tr td {
    padding: 1.4705882353vw 0.8823529412vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Table--2 tr th,
  .Table--2 tr td {
    padding: 6.6666666667vw 4vw  ;
  }
}
.Table--2 tr th {
  color: #808080;
  width: 300px  ;
}
@media only screen and (max-width: 1700px) {
  .Table--2 tr th {
    width: 17.6470588235vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Table--2 tr th {
    width: 80vw  ;
  }
}
.Table--2 tr th em {
  margin-right: 15px  ;
  padding: 2px 10px  ;
  border-radius: 3px  ;
  font-weight: bold;
  font-size: 1.6rem;
  display: inline-block;
  color: #fff;
}
@media only screen and (max-width: 1700px) {
  .Table--2 tr th em {
    margin-right: 0.8823529412vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Table--2 tr th em {
    margin-right: 4vw  ;
  }
}
@media only screen and (max-width: 1700px) {
  .Table--2 tr th em {
    padding: 0.1176470588vw 0.5882352941vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Table--2 tr th em {
    padding: 0.5333333333vw 2.6666666667vw  ;
  }
}
@media only screen and (max-width: 1700px) {
  .Table--2 tr th em {
    border-radius: 0.1764705882vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Table--2 tr th em {
    border-radius: 0.8vw  ;
  }
}
.Table--2 tr th em.req {
  background: #ca0000;
}
.Table--2 tr th em.fre {
  background: #808080;
}
@media only screen and (max-width: 768px) {
  .Table--2 {
    display: block;
  }
  .Table--2 tbody {
    display: block;
  }
  .Table--2 tr {
    padding: 6.6666666667vw 2.6666666667vw;
    display: block;
  }
  .Table--2 tr th,
  .Table--2 tr td {
    padding: 0;
    display: block;
    width: 100%;
  }
  .Table--2 tr th {
    margin-bottom: 2.6666666667vw;
  }
  .Table--2 tr th em {
    font-size: 1.2rem;
  }
}

.Button--1 {
  color: #3a3a3a;
  display: inline-block;
}
.Button--1 .material-icons-outlined {
  display: inline-block;
  width: 47px  ;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #3a3a3a;
  color: #fff;
  border-radius: 50%;
  font-size: 1.8rem;
}
@media only screen and (max-width: 1700px) {
  .Button--1 .material-icons-outlined {
    width: 2.7647058824vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Button--1 .material-icons-outlined {
    width: 12.5333333333vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Button--1 .material-icons-outlined {
    width: 10.6666666667vw;
    font-size: 1.6rem;
  }
}
.Button--1.white {
  color: #fff;
}
.Button--1.white .material-icons-outlined {
  color: #3a3a3a;
  background: #fff;
}
@media only screen and (min-width: 769px) {
  .Button--1 .material-icons-outlined {
    transition: transform 0.4s ease;
  }
  .Button--1:hover .material-icons-outlined.under {
    transform: translateY(1rem);
  }
  .Button--1:hover .material-icons-outlined.outward {
    transform: translate(1rem, -1rem);
  }
  .Button--1:hover .material-icons-outlined.forward {
    transform: translateX(1rem);
  }
  .Button--1:hover .material-icons-outlined.back {
    transform: translateX(-1rem);
  }
}
.Button--online {
  padding: 6px 15px  ;
  border-radius: 15px  ;
  display: inline-block;
  border: 2px solid;
  font-size: 1.8rem;
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 1700px) {
  .Button--online {
    padding: 0.3529411765vw 0.8823529412vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Button--online {
    padding: 1.6vw 4vw  ;
  }
}
@media only screen and (max-width: 1700px) {
  .Button--online {
    border-radius: 0.8823529412vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Button--online {
    border-radius: 4vw  ;
  }
}
@media only screen and (min-width: 769px) {
  .Button--online {
    transition: 0.4s ease;
    transition-property: background, color;
  }
}
.Button--online--white {
  border-color: #fff;
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .Button--online--white:hover {
    background: #fff;
    color: #3a3a3a;
  }
}
.Button--online--black {
  border-color: #3a3a3a;
  color: #3a3a3a;
}
@media only screen and (min-width: 769px) {
  .Button--online--black:hover {
    background: #3a3a3a;
    color: #fff;
  }
}

/* ====================================================================================

    HEADER

==================================================================================== */
.Header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: linear-gradient(to bottom, rgba(58, 58, 58, 0.4), rgba(255, 255, 255, 0));
}
.Header--logo {
  width: 310px  ;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1700px) {
  .Header--logo {
    width: 18.2352941176vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Header--logo {
    width: 82.6666666667vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Header--logo {
    width: 48vw;
  }
}

/* ====================================================================================

    NAV

==================================================================================== */
.Navi--primary li a {
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
}
@media only screen and (min-width: 769px) {
  .Navi--primary li a {
    transition: opacity 0.5s ease;
  }
  .Navi--primary li a:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 768px) {
  .Navi--primary li a {
    display: inline-block;
    padding: 4vw 0;
  }
}
.Navi--secondary li a {
  padding: 5px  ;
  display: inline-block;
}
@media only screen and (max-width: 1700px) {
  .Navi--secondary li a {
    padding: 0.2941176471vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Navi--secondary li a {
    padding: 1.3333333333vw  ;
  }
}
.Navi--secondary li a img {
  height: 30px  ;
}
@media only screen and (max-width: 1700px) {
  .Navi--secondary li a img {
    height: 1.7647058824vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Navi--secondary li a img {
    height: 8vw  ;
  }
}
@media only screen and (min-width: 769px) {
  .Navi--secondary li a {
    transition: opacity 0.5s ease;
  }
  .Navi--secondary li a:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 768px) {
  .Navi {
    padding: 26.6666666667vw 16vw;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    inset: 0;
    background: #282828;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .Navi::-webkit-scrollbar {
    display: none;
  }
  .Navi .items {
    transform: translateY(10px);
    opacity: 0;
    transition: 0.4s ease 0.2s;
    transition-property: transform, opacity;
  }
  .Navi.open .items {
    transform: translateY(0);
    opacity: 1;
  }
}

#nav-torigger {
  display: none;
  aspect-ratio: 1/1;
  position: fixed;
  top: 0;
  right: 0;
  width: 56px  ;
  z-index: 1001;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px);
}
@media only screen and (max-width: 1700px) {
  #nav-torigger {
    width: 3.2941176471vw  ;
  }
}
@media only screen and (max-width: 768px) {
  #nav-torigger {
    width: 14.9333333333vw  ;
  }
}
#nav-torigger .ham {
  aspect-ratio: 40/20;
  width: 36.3636363636%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#nav-torigger .ham span {
  display: block;
  width: 100%;
  height: 1px;
  background: #3a3a3a;
  position: absolute;
  left: 0;
  transition: 0.5s ease;
  transition: width 0.2s 0.2s ease, top 0.2s 0.2s ease, transform 0.2s ease, opacity 0s 0.2s ease;
}
#nav-torigger .ham span:nth-of-type(1) {
  top: 0;
}
#nav-torigger .ham span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
#nav-torigger .ham span:nth-of-type(3) {
  top: 100%;
  translate: 0 -100%;
}
#nav-torigger.active .ham span {
  transition: width 0.2s ease, top 0.2s ease, transform 0.2s 0.2s ease, opacity 0s 0.2s ease;
}
#nav-torigger.active .ham span:nth-of-type(1) {
  top: 50%;
  transform: rotate(45deg);
  translate: 0 -50%;
}
#nav-torigger.active .ham span:nth-of-type(2) {
  opacity: 0;
}
#nav-torigger.active .ham span:nth-of-type(3) {
  width: 100%;
  top: 50%;
  translate: 0 -50%;
  transform: rotate(-45deg);
}
@media only screen and (max-width: 768px) {
  #nav-torigger {
    display: block;
  }
}

/* ====================================================================================

    SIDE

==================================================================================== */
#recruit {
  background: url("../img/recruit--back.jpg") no-repeat center;
  background-size: cover;
}

/* ====================================================================================

    FOOTER

==================================================================================== */
.Footer--logo img {
  width: 148px  ;
}
@media only screen and (max-width: 1700px) {
  .Footer--logo img {
    width: 8.7058823529vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Footer--logo img {
    width: 39.4666666667vw  ;
  }
}
.Footer--table {
  width: 100%;
}
.Footer--table tr th,
.Footer--table tr td {
  padding: 8px 0px  ;
  line-height: 1.6;
  font-size: 1.4rem;
  font-weight: bold;
}
@media only screen and (max-width: 1700px) {
  .Footer--table tr th,
  .Footer--table tr td {
    padding: 0.4705882353vw 0vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Footer--table tr th,
  .Footer--table tr td {
    padding: 2.1333333333vw 0vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Footer--table tr th,
  .Footer--table tr td {
    padding: 1.0666666667vw 0;
    font-size: 1.2rem;
  }
}
.Footer--table tr th {
  padding-right: 15px  ;
  vertical-align: top;
  white-space: nowrap;
}
@media only screen and (max-width: 1700px) {
  .Footer--table tr th {
    padding-right: 0.8823529412vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Footer--table tr th {
    padding-right: 4vw  ;
  }
}

/* ====================================================================================

    ITEM

==================================================================================== */
.to-up,
.to-right,
.to-left {
  opacity: 0;
  transition: 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s;
  transition-property: transform, opacity;
  will-change: opacity, transform;
}
.to-up.active,
.to-right.active,
.to-left.active {
  opacity: 1;
  transform: translate(0, 0);
}

.to-up {
  transform: translateY(8rem);
}

.to-right {
  transform: translateX(-8rem);
}

.to-left {
  transform: translateX(8rem);
}

.order.active .order-child {
  opacity: 1;
  transform: translate(0, 0);
}

.wpcf7-list-item {
  margin: 0;
  display: block;
}
.wpcf7-list-item + .wpcf7-list-item {
  margin-top: 25px  ;
}
@media only screen and (max-width: 1700px) {
  .wpcf7-list-item + .wpcf7-list-item {
    margin-top: 1.4705882353vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .wpcf7-list-item + .wpcf7-list-item {
    margin-top: 6.6666666667vw  ;
  }
}

.wpcf7-list-item-label {
  cursor: pointer;
}

.wpcf7-acceptance input[type=checkbox],
.wpcf7-acceptance input[type=radio],
.wpcf7-radio input[type=checkbox],
.wpcf7-radio input[type=radio] {
  display: none;
}
.wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label,
.wpcf7-acceptance input[type=radio] + .wpcf7-list-item-label,
.wpcf7-radio input[type=checkbox] + .wpcf7-list-item-label,
.wpcf7-radio input[type=radio] + .wpcf7-list-item-label {
  position: relative;
  display: inline-block;
  padding-left: 40px  ;
}
@media only screen and (max-width: 1700px) {
  .wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label,
  .wpcf7-acceptance input[type=radio] + .wpcf7-list-item-label,
  .wpcf7-radio input[type=checkbox] + .wpcf7-list-item-label,
  .wpcf7-radio input[type=radio] + .wpcf7-list-item-label {
    padding-left: 2.3529411765vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label,
  .wpcf7-acceptance input[type=radio] + .wpcf7-list-item-label,
  .wpcf7-radio input[type=checkbox] + .wpcf7-list-item-label,
  .wpcf7-radio input[type=radio] + .wpcf7-list-item-label {
    padding-left: 10.6666666667vw  ;
  }
}
.wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label:before, .wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label:after,
.wpcf7-acceptance input[type=radio] + .wpcf7-list-item-label:before,
.wpcf7-acceptance input[type=radio] + .wpcf7-list-item-label:after,
.wpcf7-radio input[type=checkbox] + .wpcf7-list-item-label:before,
.wpcf7-radio input[type=checkbox] + .wpcf7-list-item-label:after,
.wpcf7-radio input[type=radio] + .wpcf7-list-item-label:before,
.wpcf7-radio input[type=radio] + .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid #3a3a3a;
}
.wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label:before,
.wpcf7-acceptance input[type=radio] + .wpcf7-list-item-label:before,
.wpcf7-radio input[type=checkbox] + .wpcf7-list-item-label:before,
.wpcf7-radio input[type=radio] + .wpcf7-list-item-label:before {
  width: 26px  ;
  background: #fff;
  left: 0;
}
@media only screen and (max-width: 1700px) {
  .wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label:before,
  .wpcf7-acceptance input[type=radio] + .wpcf7-list-item-label:before,
  .wpcf7-radio input[type=checkbox] + .wpcf7-list-item-label:before,
  .wpcf7-radio input[type=radio] + .wpcf7-list-item-label:before {
    width: 1.5294117647vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label:before,
  .wpcf7-acceptance input[type=radio] + .wpcf7-list-item-label:before,
  .wpcf7-radio input[type=checkbox] + .wpcf7-list-item-label:before,
  .wpcf7-radio input[type=radio] + .wpcf7-list-item-label:before {
    width: 6.9333333333vw  ;
  }
}
.wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label:after,
.wpcf7-acceptance input[type=radio] + .wpcf7-list-item-label:after,
.wpcf7-radio input[type=checkbox] + .wpcf7-list-item-label:after,
.wpcf7-radio input[type=radio] + .wpcf7-list-item-label:after {
  width: 15px  ;
  background: #3a3a3a;
  left: 5.5px  ;
  opacity: 0;
  transition: opacity 0.5s ease;
}
@media only screen and (max-width: 1700px) {
  .wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label:after,
  .wpcf7-acceptance input[type=radio] + .wpcf7-list-item-label:after,
  .wpcf7-radio input[type=checkbox] + .wpcf7-list-item-label:after,
  .wpcf7-radio input[type=radio] + .wpcf7-list-item-label:after {
    width: 0.8823529412vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label:after,
  .wpcf7-acceptance input[type=radio] + .wpcf7-list-item-label:after,
  .wpcf7-radio input[type=checkbox] + .wpcf7-list-item-label:after,
  .wpcf7-radio input[type=radio] + .wpcf7-list-item-label:after {
    width: 4vw  ;
  }
}
@media only screen and (max-width: 1700px) {
  .wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label:after,
  .wpcf7-acceptance input[type=radio] + .wpcf7-list-item-label:after,
  .wpcf7-radio input[type=checkbox] + .wpcf7-list-item-label:after,
  .wpcf7-radio input[type=radio] + .wpcf7-list-item-label:after {
    left: 0.3235294118vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label:after,
  .wpcf7-acceptance input[type=radio] + .wpcf7-list-item-label:after,
  .wpcf7-radio input[type=checkbox] + .wpcf7-list-item-label:after,
  .wpcf7-radio input[type=radio] + .wpcf7-list-item-label:after {
    left: 1.4666666667vw  ;
  }
}
.wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label:after,
.wpcf7-acceptance input[type=radio]:checked + .wpcf7-list-item-label:after,
.wpcf7-radio input[type=checkbox]:checked + .wpcf7-list-item-label:after,
.wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}

.wpcf7-acceptance .wpcf7-list-item {
  margin: 25px 0px  ;
  display: block;
}
@media only screen and (max-width: 1700px) {
  .wpcf7-acceptance .wpcf7-list-item {
    margin: 1.4705882353vw 0vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .wpcf7-acceptance .wpcf7-list-item {
    margin: 6.6666666667vw 0vw  ;
  }
}

.wpcf7-not-valid-tip {
  font-size: 1.2rem;
}

.wpcf7-spinner {
  margin: 0;
  position: absolute;
  bottom: -20px  ;
  left: 50%;
  translate: -50% 100%;
}
@media only screen and (max-width: 1700px) {
  .wpcf7-spinner {
    bottom: -1.1764705882vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .wpcf7-spinner {
    bottom: -5.3333333333vw  ;
  }
}

.recaptcha_policy {
  text-align: center;
  font-size: 1.4rem;
}
.recaptcha_policy a {
  color: #3a3a3a;
  text-decoration: underline;
}

.grecaptcha-badge {
  visibility: hidden;
}

/* ====================================================================================

    TOP

==================================================================================== */
.Top--mainvisual {
  position: relative;
}
.Top--mainvisual:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(89, 89, 89, 0) 65%, rgba(0, 0, 0, 0.5) 100%);
}
@media only screen and (max-width: 768px) {
  .Top--mainvisual:after {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(89, 89, 89, 0), rgba(0, 0, 0, 0.7) 100%);
  }
}
.Top--mainvisual figure img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .Top--mainvisual figure img {
    aspect-ratio: 1/1.4;
    object-fit: cover;
  }
}
.Top--mainvisual--text {
  position: absolute;
  bottom: 3vw;
  left: 3.5vw;
  z-index: 1;
  color: #fff;
}
.Top--mainvisual--text p {
  line-height: 0.95;
}
.Top--mainvisual--text--main {
  margin-bottom: 1.5vw;
  font-weight: 600;
  font-size: 5.95vw;
}
.Top--mainvisual--text--sub {
  font-size: 1.1vw;
}
@media only screen and (max-width: 768px) {
  .Top--mainvisual--text {
    bottom: 8vw;
    left: 8vw;
  }
  .Top--mainvisual--text p {
    line-height: 1;
    letter-spacing: 0.1rem;
  }
  .Top--mainvisual--text--main {
    margin-bottom: 5.3333333333vw;
    font-size: 3.6rem;
  }
  .Top--mainvisual--text--sub {
    font-size: 1.5rem;
  }
}
.Top--mainvisual--link {
  position: absolute;
  bottom: 4.5vw;
  right: 3vw;
  z-index: 1;
}
.Top--about--link {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .Top--about--link {
    position: static;
  }
}
.Top--brand--logo img {
  width: 327px  ;
}
@media only screen and (max-width: 1700px) {
  .Top--brand--logo img {
    width: 19.2352941176vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Top--brand--logo img {
    width: 87.2vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Top--brand--logo img {
    width: 53.3333333333vw;
  }
}
.Top--shop--logo img {
  width: 46.3963963964%;
}
@media only screen and (max-width: 768px) {
  .Top--shop--image img {
    aspect-ratio: 1/0.8;
    object-fit: cover;
  }
}

/* ====================================================================================

    PAGE

==================================================================================== */
.Page--header {
  background: url("../img/page--back.jpg") no-repeat center;
  background-size: cover;
  position: relative;
}
.Page--header:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(89, 89, 89, 0) 65%, rgba(0, 0, 0, 0.5) 100%);
}
@media only screen and (max-width: 768px) {
  .Page--header:after {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(89, 89, 89, 0), rgba(0, 0, 0, 0.7) 100%);
  }
}

/* ====================================================================================

    CONTACT

==================================================================================== */
.Form--item {
  padding-left: 20px  ;
  padding-right: 20px  ;
  width: 100%;
  border: none;
  background: #eee;
}
@media only screen and (max-width: 1700px) {
  .Form--item {
    padding-left: 1.1764705882vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Form--item {
    padding-left: 5.3333333333vw  ;
  }
}
@media only screen and (max-width: 1700px) {
  .Form--item {
    padding-right: 1.1764705882vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Form--item {
    padding-right: 5.3333333333vw  ;
  }
}
.Form--input {
  height: 60px  ;
}
@media only screen and (max-width: 1700px) {
  .Form--input {
    height: 3.5294117647vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Form--input {
    height: 16vw  ;
  }
}
.Form--text {
  padding-top: 15px  ;
  padding-bottom: 15px  ;
  height: 200px  ;
  resize: none;
}
@media only screen and (max-width: 1700px) {
  .Form--text {
    padding-top: 0.8823529412vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Form--text {
    padding-top: 4vw  ;
  }
}
@media only screen and (max-width: 1700px) {
  .Form--text {
    padding-bottom: 0.8823529412vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Form--text {
    padding-bottom: 4vw  ;
  }
}
@media only screen and (max-width: 1700px) {
  .Form--text {
    height: 11.7647058824vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Form--text {
    height: 53.3333333333vw  ;
  }
}
.Form--submit {
  padding: 20px  ;
  display: inline-block;
  width: 300px  ;
  text-align: center;
  font-size: 2.2rem;
  color: #fff;
  background: #3a3a3a;
  border-radius: 5px;
}
@media only screen and (max-width: 1700px) {
  .Form--submit {
    padding: 1.1764705882vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Form--submit {
    padding: 5.3333333333vw  ;
  }
}
@media only screen and (max-width: 1700px) {
  .Form--submit {
    width: 17.6470588235vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Form--submit {
    width: 80vw  ;
  }
}
@media only screen and (min-width: 769px) {
  .Form--submit {
    transition: opacity 0.5s ease;
  }
  .Form--submit:hover {
    opacity: 0.6;
  }
}

/* ====================================================================================

    NEWS

==================================================================================== */
.News--select {
  position: relative;
  display: inline-block;
}
.News--select:after {
  content: "\e5cf";
  font-family: "Material Icons";
  position: absolute;
  top: 50%;
  right: 10px  ;
  translate: 0 -50%;
  font-size: 2.4rem;
  pointer-events: none;
}
@media only screen and (max-width: 1700px) {
  .News--select:after {
    right: 0.5882352941vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .News--select:after {
    right: 2.6666666667vw  ;
  }
}
.News--select select {
  padding: 0px 50px 0px 25px  ;
  height: 70px  ;
  text-align: center;
}
@media only screen and (max-width: 1700px) {
  .News--select select {
    padding: 0vw 2.9411764706vw 0vw 1.4705882353vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .News--select select {
    padding: 0vw 13.3333333333vw 0vw 6.6666666667vw  ;
  }
}
@media only screen and (max-width: 1700px) {
  .News--select select {
    height: 4.1176470588vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .News--select select {
    height: 18.6666666667vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .News--select {
    width: 34.6666666667vw;
  }
  .News--select select {
    height: 16vw;
  }
}
.News--box {
  border-top: 1px solid #ccc;
}
.News--box:last-child {
  border-bottom: 1px solid #ccc;
}
.News--box a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #3a3a3a;
  position: relative;
}
.News--box a:after {
  content: "\e5c8";
  font-family: "Material Icons";
  position: absolute;
  top: 50%;
  right: 30px  ;
  translate: 0 -50%;
  font-size: 2.2rem;
}
@media only screen and (max-width: 1700px) {
  .News--box a:after {
    right: 1.7647058824vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .News--box a:after {
    right: 8vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .News--box a:after {
    content: none;
  }
}
@media only screen and (min-width: 769px) {
  .News--box a {
    transition: background 0.4s ease;
  }
  .News--box a:after {
    transition: transform 0.4s ease;
  }
  .News--box a:hover {
    background: rgba(58, 58, 58, 0.1);
  }
  .News--box a:hover:after {
    transform: translateX(2rem);
  }
}
@media only screen and (max-width: 768px) {
  .News--box a {
    display: block;
  }
}
.News--category {
  padding: 6px 5px 8px  ;
  text-align: center;
  display: inline-block;
  background: #3a3a3a;
  font-size: 1.5rem;
  color: #fff;
}
@media only screen and (max-width: 1700px) {
  .News--category {
    padding: 0.3529411765vw 0.2941176471vw 0.4705882353vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .News--category {
    padding: 1.6vw 1.3333333333vw 2.1333333333vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .News--category {
    padding: 1.6vw;
    font-size: 1.2rem;
  }
}

.wp-pagenavi a,
.wp-pagenavi span {
  margin: 0px 8px  ;
  display: inline-block;
  width: 34px  ;
  line-height: 32px  ;
  aspect-ratio: 1;
  border-radius: 50%;
  font-size: 1.6rem;
  border: 1px solid;
}
@media only screen and (max-width: 1700px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    margin: 0vw 0.4705882353vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    margin: 0vw 2.1333333333vw  ;
  }
}
@media only screen and (max-width: 1700px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    width: 2vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    width: 9.0666666667vw  ;
  }
}
@media only screen and (max-width: 1700px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    line-height: 1.8823529412vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    line-height: 8.5333333333vw  ;
  }
}
.wp-pagenavi a {
  color: #3a3a3a;
  border-color: #fff;
}
@media only screen and (min-width: 769px) {
  .wp-pagenavi a {
    transition: border 0.4s ease;
  }
  .wp-pagenavi a:hover {
    border-color: #3a3a3a;
  }
}
.wp-pagenavi span {
  background: #3a3a3a;
  color: #fff;
}

/* ====================================================================================

    SINGLE

==================================================================================== */
.Single--header {
  border-bottom: 1px solid #ccc;
}
.Single--content h1,
.Single--content h2,
.Single--content h3,
.Single--content h4,
.Single--content h5,
.Single--content h6 {
  margin: 60px 0px 20px  ;
  line-height: 1.4;
  font-weight: bold;
  color: #3a3a3a;
}
@media only screen and (max-width: 1700px) {
  .Single--content h1,
  .Single--content h2,
  .Single--content h3,
  .Single--content h4,
  .Single--content h5,
  .Single--content h6 {
    margin: 3.5294117647vw 0vw 1.1764705882vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Single--content h1,
  .Single--content h2,
  .Single--content h3,
  .Single--content h4,
  .Single--content h5,
  .Single--content h6 {
    margin: 16vw 0vw 5.3333333333vw  ;
  }
}
.Single--content h1 {
  padding: 8px 20px  ;
  font-size: 2.8rem;
  font-weight: bold;
  background: #3a3a3a;
  color: #fff;
  line-height: 1.2;
}
@media only screen and (max-width: 1700px) {
  .Single--content h1 {
    padding: 0.4705882353vw 1.1764705882vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Single--content h1 {
    padding: 2.1333333333vw 5.3333333333vw  ;
  }
}
.Single--content h2 {
  padding: 5px 10px  ;
  font-size: 3rem;
  line-height: 1.3;
  color: #3a3a3a;
  border-bottom: 2px solid #3a3a3a;
}
@media only screen and (max-width: 1700px) {
  .Single--content h2 {
    padding: 0.2941176471vw 0.5882352941vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Single--content h2 {
    padding: 1.3333333333vw 2.6666666667vw  ;
  }
}
.Single--content h3 {
  font-size: 2.4rem;
}
.Single--content h4 {
  font-size: 2rem;
}
.Single--content h5 {
  font-size: 1.8rem;
}
.Single--content h6 {
  font-size: 1.6rem;
}
.Single--content p {
  margin: 35px 0px  ;
  line-height: 2;
}
@media only screen and (max-width: 1700px) {
  .Single--content p {
    margin: 2.0588235294vw 0vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Single--content p {
    margin: 9.3333333333vw 0vw  ;
  }
}
.Single--content p:first-child {
  margin-top: 0;
}
.Single--content img {
  height: auto;
}
.Single--content strong {
  font-weight: bold;
}
.Single--content em {
  font-style: italic;
}
.Single--content b {
  font-weight: bold;
}
.Single--content mark {
  display: inline;
  background-color: #fffb7b;
  color: #3a3a3a;
}
.Single--content blockquote {
  margin: 30px 0px  ;
  padding: 40px 30px  ;
  display: block;
  line-height: 1.8;
  font-size: 1.2rem;
  border: 1px solid #dcdcdc;
  color: rgba(33, 33, 33, 0.8);
}
@media only screen and (max-width: 1700px) {
  .Single--content blockquote {
    margin: 1.7647058824vw 0vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Single--content blockquote {
    margin: 8vw 0vw  ;
  }
}
@media only screen and (max-width: 1700px) {
  .Single--content blockquote {
    padding: 2.3529411765vw 1.7647058824vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Single--content blockquote {
    padding: 10.6666666667vw 8vw  ;
  }
}
.Single--content blockquote p {
  margin: 0;
}
.Single--content blockquote p + p {
  margin-top: 30px;
}
.Single--content a {
  color: #3a3a3a;
  text-decoration: underline;
}
@media only screen and (min-width: 769px) {
  .Single--content a:hover {
    text-decoration: none;
  }
}
.Single--content .aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.Single--content .alignright {
  float: right;
}
.Single--content .alignleft {
  float: left;
}
.Single--content img[class*=attachment-],
.Single--content img[class*=wp-image-] {
  height: auto;
  max-width: 100%;
}
.Single--content ul,
.Single--content ol {
  margin: 30px 0px  ;
}
@media only screen and (max-width: 1700px) {
  .Single--content ul,
  .Single--content ol {
    margin: 1.7647058824vw 0vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Single--content ul,
  .Single--content ol {
    margin: 8vw 0vw  ;
  }
}
.Single--content ul li,
.Single--content ol li {
  line-height: 1.8;
}
.Single--content ul li + li,
.Single--content ol li + li {
  margin-top: 12px  ;
}
@media only screen and (max-width: 1700px) {
  .Single--content ul li + li,
  .Single--content ol li + li {
    margin-top: 0.7058823529vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Single--content ul li + li,
  .Single--content ol li + li {
    margin-top: 3.2vw  ;
  }
}
.Single--content ul {
  padding-left: 20px  ;
  list-style-type: disc;
}
@media only screen and (max-width: 1700px) {
  .Single--content ul {
    padding-left: 1.1764705882vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Single--content ul {
    padding-left: 5.3333333333vw  ;
  }
}
.Single--content ol {
  counter-reset: num;
}
.Single--content ol li {
  padding-left: 24px  ;
  position: relative;
}
@media only screen and (max-width: 1700px) {
  .Single--content ol li {
    padding-left: 1.4117647059vw  ;
  }
}
@media only screen and (max-width: 768px) {
  .Single--content ol li {
    padding-left: 6.4vw  ;
  }
}
.Single--content ol li:before {
  counter-increment: num;
  content: counter(num) ".";
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
}

@media only screen and (max-width: 768px) {
  p {
    line-height: 2;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .sp-i {
    display: inline !important;
  }
  .flex {
    display: block;
  }
  .col-sm-1 {
    width: 100%;
  }
  .tc-sp {
    text-align: center;
  }
  .tj-sp {
    text-align: justify;
  }
  .tr-sp {
    text-align: right;
  }
}
/*# sourceMappingURL=style.css.map */
