@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
  v2.0 | 20110126
  License: none (public domain)
*/
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,
strike,
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 {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  color: #2f2725;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media screen and (min-width: 1000px), print {
  body {
    background-image: linear-gradient(90deg, rgb(229, 229, 229), rgb(255, 255, 255) 20% 80%, rgb(229, 229, 229));
  }
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s ease-in;
}
a:focus {
  opacity: 0.7;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}

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

input {
  margin: 0;
  padding: 0;
}

textarea {
  color: inherit;
  font: inherit;
  padding: 0;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-weight: inherit;
  padding: 0;
}

.header {
  background: rgba(255, 255, 255, 0.7);
  height: max(50px, min(10.6666666667vw, 80px));
  position: sticky;
  top: 0;
  z-index: 4;
}
@media screen and (min-width: 1000px), print {
  .header {
    height: 60px;
  }
}

.header__logo {
  margin-right: auto;
}
@media not all and (min-width: 1000px), print {
  .header__logo img {
    width: min(30.9333333333vw, 180px);
  }
}

.header__inner {
  align-items: center;
  display: flex;
  height: 100%;
  margin-inline: auto;
  max-width: 1000px;
}
@media not all and (min-width: 1000px), print {
  .header__inner {
    padding-left: 15px;
  }
}

.header__sns .sns {
  display: flex;
  justify-content: flex-end;
}
@media not all and (min-width: 1000px), print {
  .header__sns {
    margin-top: auto;
  }
}
.header__sns .sns__item:last-child {
  margin-left: 20px;
}
@media not all and (min-width: 1000px), print {
  .header__sns .sns__item:last-child img {
    width: min(12.6666666667vw, 95px);
  }
}
@media not all and (min-width: 1000px), print {
  .header__sns .sns__item img {
    width: min(12vw, 90px);
  }
}

.gnav__list {
  align-items: baseline;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1000px), print {
  .gnav__list {
    flex-direction: row;
  }
}

.gnav__link {
  display: block;
  font-size: max(1.125rem, min(4.8vw, 2.25rem));
  font-weight: bold;
  padding: 0.5555555556em 0;
  text-transform: uppercase;
}
@media screen and (min-width: 1000px), print {
  .gnav__link {
    font-size: 0.9375rem;
    padding: 0 13px;
  }
}

@media not all and (min-width: 1000px), print {
  .sp-menu {
    -webkit-overflow-scrolling: touch;
    background: rgba(255, 255, 255, 0.9);
    display: none;
    height: 100svh;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    width: 70%;
    z-index: 100;
  }
}

.sp-menu__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (min-width: 1000px), print {
  .sp-menu__inner {
    align-items: center;
    flex-direction: row;
  }
}
@media not all and (min-width: 1000px), print {
  .sp-menu__inner {
    padding: 22.2666666667vw 6vw 4.9333333333vw;
  }
}

.header-menu-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: block;
  margin: 0;
  outline: none;
  padding: 15px;
  position: relative;
  z-index: 110;
}
.header-menu-button__lines {
  display: block;
  height: min(5.3333333333vw, 40px);
  position: relative;
  width: min(7.0666666667vw, 53px);
}
.header-menu-button__line {
  background-color: #000;
  display: block;
  height: 0;
  left: 0;
  padding-top: 2px;
  position: absolute;
  width: 100%;
}
.header-menu-button__line--top {
  -webkit-animation: line1-off 0.6s forwards;
  animation: line1-off 0.6s forwards;
}
.is-sp-menu-opened .header-menu-button__line--top {
  -webkit-animation: line1-on 0.6s forwards;
  animation: line1-on 0.6s forwards;
}

.header-menu-button__line--center {
  margin-top: -1px;
  top: 50%;
  transition: all 0.2s 0.2s;
}
.is-sp-menu-opened .header-menu-button__line--center {
  background-color: rgba(0, 0, 0, 0);
  opacity: 0;
}

.header-menu-button__line--bottom {
  -webkit-animation: line2-off 0.6s forwards;
  animation: line2-off 0.6s forwards;
}
.is-sp-menu-opened .header-menu-button__line--bottom {
  -webkit-animation: line2-on 0.6s forwards;
  animation: line2-on 0.6s forwards;
}

@-webkit-keyframes line1-on {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    top: 0;
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-50%) rotate(0);
    top: 50%;
    transform: translateY(-50%) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-50%) rotate(45deg);
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
}

@keyframes line1-on {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    top: 0;
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-50%) rotate(0);
    top: 50%;
    transform: translateY(-50%) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-50%) rotate(45deg);
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
}
@-webkit-keyframes line1-off {
  0% {
    -webkit-transform: translateY(-50%) rotate(45deg);
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(-50%) rotate(0);
    top: 50%;
    transform: translateY(-50%) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    top: 0;
    transform: translateY(0) rotate(0);
  }
}
@keyframes line1-off {
  0% {
    -webkit-transform: translateY(-50%) rotate(45deg);
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(-50%) rotate(0);
    top: 50%;
    transform: translateY(-50%) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    top: 0;
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes line2-on {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    bottom: 0;
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(50%) rotate(0);
    bottom: 50%;
    transform: translateY(50%) rotate(0);
  }
  100% {
    -webkit-transform: translateY(50%) rotate(-45deg);
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
  }
}
@keyframes line2-on {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    bottom: 0;
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(50%) rotate(0);
    bottom: 50%;
    transform: translateY(50%) rotate(0);
  }
  100% {
    -webkit-transform: translateY(50%) rotate(-45deg);
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
  }
}
@-webkit-keyframes line2-off {
  0% {
    -webkit-transform: translateY(50%) rotate(-45deg);
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(50%) rotate(0);
    bottom: 50%;
    transform: translateY(50%) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    bottom: 0;
    transform: translateY(0) rotate(0);
  }
}
@keyframes line2-off {
  0% {
    -webkit-transform: translateY(50%) rotate(-45deg);
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(50%) rotate(0);
    bottom: 50%;
    transform: translateY(50%) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    bottom: 0;
    transform: translateY(0) rotate(0);
  }
}
.footer {
  font-weight: 500;
}
.webp .footer {
  background: url(../img/common/bg_footer.webp) center/cover no-repeat;
}
.no-webp .footer {
  background: url(../img/common/bg_footer.jpg) center/cover no-repeat;
}
@media screen and (min-width: 1000px), print {
  .footer {
    font-size: 0.875rem;
  }
}
.footer .tel {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  color: #4c4544;
  font-family: "Noto Serif JP", serif;
  font-size: max(1.6875rem, min(7.2vw, 3.375rem));
  font-weight: bold;
  margin-inline: auto;
  margin-top: 0.5555555556em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (min-width: 1000px), print {
  .footer .tel {
    font-size: 1.5rem;
    margin-top: 15px;
  }
}
.footer .tel a {
  display: block;
  padding: 0 0.9166666667em;
}

@media not all and (min-width: 1000px), print {
  .address {
    margin-top: min(6.6666666667vw, 50px);
  }
}
@media screen and (min-width: 1000px), print {
  .address {
    margin-left: 15px;
  }
}
.address dt {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  flex-shrink: 0;
  padding: 6px 0;
  text-align: center;
  width: min(16vw, 120px);
}
@media not all and (min-width: 1000px), print {
  .address dt {
    font-size: max(0.75rem, min(3.0666666667vw, 1.4375rem));
  }
}
@media screen and (min-width: 1000px), print {
  .address dt {
    width: 63px;
  }
}
.address dd {
  line-height: 1.2857142857;
  margin-left: 0.3571428571em;
}
@media not all and (min-width: 1000px), print {
  .address dd {
    font-size: max(0.8125rem, min(3.4666666667vw, 1.625rem));
    margin-left: 0.7692307692em;
  }
}

.address__wrap + .address__wrap {
  margin-top: 12px;
}

.footer__inner.footer__inner {
  padding: 9.3333333333vw 0 8vw;
}
@media not all and (min-width: 1000px), print {
  .footer__inner.footer__inner {
    width: 83%;
  }
}
@media screen and (min-width: 1000px), print {
  .footer__inner.footer__inner {
    max-width: 413px;
    padding: 40px 0 30px;
  }
}

@media screen and (min-width: 1000px), print {
  .footer__detail {
    display: flex;
  }
}

@media screen and (min-width: 1000px), print {
  .footer__logo {
    flex-shrink: 0;
  }
}
@media not all and (min-width: 1000px), print {
  .footer__logo {
    text-align: center;
  }
  .footer__logo img {
    width: min(46.1333333333vw, 346px);
  }
}

.address__wrap {
  align-items: center;
  display: flex;
}

.footer__text {
  margin-top: 1.0714285714em;
  text-align: center;
}
@media screen and (min-width: 1000px), print {
  .footer__text {
    margin-top: 0.4285714286em;
    white-space: nowrap;
  }
}
@media not all and (min-width: 1000px), print {
  .footer__text {
    font-size: max(0.875rem, min(3.7333333333vw, 1.75rem));
  }
}

.container {
  margin-inline: auto;
  max-width: 860px;
  padding-left: 30px;
  padding-right: 30px;
}

.grid {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}

@media screen and (min-width: 1000px), print {
  .grid--pc4col {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (min-width: 1000px), print {
  .grid--pc3col {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

/*PC2カラム*/
@media screen and (min-width: 1000px), print {
  .grid--pc2col {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.linebox {
  border: 1px solid #fff;
  position: relative;
  text-align: center;
}
.linebox::before {
  border: 1px solid #fff;
  content: "";
  height: 100%;
  left: -8px;
  position: absolute;
  top: -8px;
  width: 100%;
}

.heading {
  font-size: max(21px, min(5.6vw, 42px));
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (min-width: 1000px), print {
  .heading {
    font-size: 1.25rem;
  }
}
.heading + .read {
  margin-top: 10px;
}
.heading::after, .heading::before {
  color: #e62320;
  content: "■";
  display: inline-block;
}

.read {
  font-size: max(1.1875rem, min(5.0666666667vw, 2.375rem));
  font-weight: 500;
  line-height: 1.7777777778;
}
@media screen and (min-width: 1000px), print {
  .read {
    font-size: 1.125rem;
  }
}

.heading-lv2 {
  /* 線の長さ */
  --len: 60px;
  /* 線の太さ */
  --size: 6px;
  /* 線の色 */
  --bColor: #a5a5a5;
  /* 次の線の位置 */
  --next-pos: calc(100% - var(--len));
  /* 線のパターン */
  --line: var(--bColor) var(--len), transparent var(--len) var(--next-pos), var(--bColor) var(--next-pos);
  background: linear-gradient(90deg, var(--line)) 0 0/100% var(--size), linear-gradient(90deg, var(--line)) 0 100%/100% var(--size), linear-gradient(0, var(--line)) 0 0/var(--size) 100%, linear-gradient(0, var(--line)) 100% 0/var(--size) 100% transparent;
  background-repeat: no-repeat;
  font-family: "Noto Serif JP", serif;
  font-size: max(1.125rem, min(4.8vw, 2.25rem));
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4285714286;
  margin-bottom: 0.2rem;
  margin-inline: auto;
  padding: 5.3333333333vw;
  position: relative;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (min-width: 1000px), print {
  .heading-lv2 {
    font-size: 1.75rem;
    padding: 35px 12px 35px 35px;
  }
}
.heading-lv3 {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-family: "Noto Serif JP", serif;
  font-size: max(32px, min(8.6666666667vw, 65px));
  font-weight: bold;
  height: min(31.3333333333vw, 235px);
  justify-content: center;
  letter-spacing: 0.26em;
  line-height: 1.1290322581;
  margin-inline: auto;
  margin-top: 30px;
  position: relative;
  width: 76vw;
}
.heading-lv3 .fz-1 {
  font-size: max(25px, min(6.6666666667vw, 50px));
}
@media screen and (min-width: 1000px), print {
  .heading-lv3 .fz-1 {
    font-size: 1.5rem;
  }
}
.heading-lv3 .fz-2 {
  font-size: max(1.375rem, min(5.8666666667vw, 2.75rem));
  text-align: left;
}
@media screen and (min-width: 1000px), print {
  .heading-lv3 .fz-2 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1000px), print {
  .heading-lv3 {
    flex-direction: row;
    font-size: 1.9375rem;
    height: 95px;
    max-width: 417px;
  }
}
.heading-lv3::after, .heading-lv3::before {
  border-bottom: solid 6px #a5a5a5;
  border-top: solid 6px #a5a5a5;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: -3px;
  width: 16.6666666667vw;
}
@media screen and (min-width: 1000px), print {
  .heading-lv3::after, .heading-lv3::before {
    width: 45px;
  }
}
.heading-lv3::before {
  border-left: solid 6px #a5a5a5;
  left: 0;
}
.heading-lv3::after {
  border-right: solid 6px #a5a5a5;
  right: 0;
}

.btn {
  cursor: pointer;
  display: block;
  text-align: center;
  width: 100%;
}
.btn.--center {
  margin-inline: auto;
}

.btns {
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1000px), print {
  .btns {
    flex-direction: row;
    justify-content: center;
  }
}
@media screen and (min-width: 1000px), print {
  .btns > :last-child {
    margin-left: 30px;
  }
}
@media not all and (min-width: 1000px), print {
  .btns > :last-child {
    margin-top: 2.3529411765em;
  }
}

.btn--action {
  border: 0.5px solid #828283;
  font-weight: bold;
  overflow: hidden;
  padding: 0.5882352941em 10px 0.8823529412em;
  position: relative;
  text-transform: uppercase;
  width: min(66.6666666667vw, 500px);
}
@media not all and (min-width: 1000px), print {
  .btn--action {
    font-size: max(1.0625rem, min(4.5333333333vw, 2.125rem));
  }
}
@media screen and (min-width: 1000px), print {
  .btn--action {
    max-width: 256px;
    padding: 7px 10px 13px;
  }
}
.btn--action:before {
  -webkit-transform: translateX(-98%) translateY(-70%) rotate(119deg);
  background: #828283;
  content: "";
  height: 100%;
  left: min(32.9333333333vw, 248px);
  position: absolute;
  top: 6vw;
  transform: translateX(-98%) translateY(-70%) rotate(119deg);
  width: 110%;
  z-index: 3;
}
@media screen and (min-width: 1000px), print {
  .btn--action:before {
    height: 64px;
    left: 135px;
    top: 0;
  }
}
.btn--action span {
  position: relative;
}

.privacy-btn {
  margin-top: min(8vw, 60px);
}
@media screen and (min-width: 1000px), print {
  .privacy-btn {
    margin-top: 40px;
  }
}
.privacy-btn .btn {
  background-color: #a5a5a5;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 500;
  max-width: 256px;
  padding: 5px;
  text-transform: uppercase;
}

.btn--default {
  background-image: linear-gradient(90deg, rgb(4, 112, 148), rgb(69, 170, 194));
  border-radius: 40px;
  color: #fff;
  font-size: max(17px, min(4.5333333333vw, 34px));
  font-weight: bold;
  padding: 0.4411764706em;
  width: min(53.3333333333vw, 400px);
}
@media screen and (min-width: 1000px), print {
  .btn--default {
    border-radius: 30px;
    font-size: 1rem;
    max-width: 205px;
    padding: 8px;
  }
}
.btn--default.--arrow {
  justify-content: center;
  position: relative;
}
.btn--default.--arrow::after {
  -webkit-transform: translateY(-50%);
  background: url(../img/common/btn_arrow.svg) center/100% 100% no-repeat;
  content: "";
  display: inline-block;
  height: 1.0882352941em;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 0.3823529412em;
}
@media screen and (min-width: 1000px), print {
  .btn--default.--arrow::after {
    height: 20px;
    width: 7px;
  }
}

.arrow1 {
  position: relative;
}
.arrow1::after {
  -webkit-transform: translateX(-50%);
  background: url(../img/common/arrow.svg) center/cover no-repeat;
  content: "";
  display: block;
  height: min(1.7333333333vw, 13px);
  left: 50%;
  margin-top: 3px;
  position: absolute;
  transform: translateX(-50%);
  width: min(4.9333333333vw, 37px);
}
@media screen and (min-width: 1000px), print {
  .arrow1::after {
    height: 7px;
    width: 20px;
  }
}

:root {
  --footer-margin-top: 50px;
}

/*  .l-footer
--------------------------------------------- */
.footer {
  margin-top: var(--footer-margin-top);
}

/*  .l-footer-pagetop
--------------------------------------------- */
.footer-pagetop {
  bottom: var(--footer-margin-top);
  position: sticky;
}
.footer-pagetop__link {
  --offset: 15px;
  background-color: #828283;
  border-radius: 50%;
  bottom: calc(-1 * var(--footer-margin-top) + var(--offset));
  display: -ms-grid;
  display: grid;
  height: 7.3333333333vw;
  opacity: 0;
  place-items: center;
  position: absolute;
  right: 5px;
  transition: 0.5s;
  visibility: hidden;
  width: 7.3333333333vw;
  z-index: 9;
}
@media screen and (min-width: 1000px), print {
  .footer-pagetop__link {
    background-color: #a5a5a5;
    height: 45px;
    right: calc((100vw - 1000px) / 2);
    width: 45px;
  }
}
.footer-pagetop__link::after {
  background: url(../img/common/pagetop_arrow.svg) center/cover no-repeat;
  content: "";
  display: block;
  height: 2.4vw;
  width: 4vw;
}
@media screen and (min-width: 1000px), print {
  .footer-pagetop__link::after {
    height: 15px;
    width: 25px;
  }
}
.footer-pagetop__link.is-show {
  opacity: 1;
  visibility: visible;
}
.footer-pagetop__link:hover {
  opacity: 0.7;
}

.mv {
  position: relative;
}
@media screen and (min-width: 1000px), print {
  .mv .swiper-slide img {
    -o-object-fit: cover;
    height: max(480px, min(28.125vw, 550px));
    object-fit: cover;
  }
}

.mv__titleWrap {
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  position: absolute;
  top: 41%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.mv__titlbox {
  /* 線の長さ */
  --len: 24vw;
  /* 線の太さ */
  --size: 5px;
  /* 線の色 */
  --bColor: #fff;
  /* 次の線の位置 */
  --next-pos: calc(100% - var(--len));
  /* 線のパターン */
  --line: var(--bColor) var(--len), transparent var(--len) var(--next-pos), var(--bColor) var(--next-pos);
  background: linear-gradient(90deg, var(--line)) 0 0/100% var(--size), linear-gradient(90deg, var(--line)) 0 100%/100% var(--size), linear-gradient(0, var(--line)) 0 0/var(--size) 100%, linear-gradient(0, var(--line)) 100% 0/var(--size) 100% transparent;
  background-repeat: no-repeat;
  margin-bottom: 0.2rem;
  padding: 5.3333333333vw;
  position: relative;
}
@media screen and (min-width: 1000px), print {
  .mv__titlbox {
    --len: 90px;
    padding: min(1.3020833333vw, 25px);
  }
}
.mv__titlbox::before {
  content: "";
  display: block;
  height: 25.3333333333vw;
  left: 0;
  position: absolute;
  top: -8.4vw;
  width: 42.9333333333vw;
}
.webp .mv__titlbox::before {
  background: url(../img/hashi.webp) center/cover no-repeat;
}
.no-webp .mv__titlbox::before {
  background: url(../img/hashi.png) center/cover no-repeat;
}
@media screen and (min-width: 1000px), print {
  .mv__titlbox::before {
    height: max(65px, min(5vw, 96px));
    left: 8px;
    top: -34px;
    width: max(130px, min(8.3333333333vw, 160px));
  }
}

.mv__title {
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  flex-direction: column;
  font-family: "Noto Serif JP", serif;
  font-size: min(5.6vw, 750px);
  font-weight: bold;
  height: 51.4666666667vw;
  justify-content: center;
  line-height: 1.7619047619;
  width: 51.4666666667vw;
}
@media screen and (min-width: 1000px), print {
  .mv__title {
    font-size: 1.3125rem;
    height: max(180px, min(10.0520833333vw, 193px));
    width: max(180px, min(10.0520833333vw, 193px));
  }
}
.mv__title span {
  text-decoration: underline;
  text-decoration-color: #a5a5a5;
  text-underline-offset: 10px;
}

.mv__logo {
  margin-top: 20px;
}
@media not all and (min-width: 1000px), print {
  .mv__logo img {
    width: 23.6vw;
  }
}

.mv-slider .swiper.is-resizing .swiper-slide img {
  -webkit-animation-play-state: paused !important;
  animation-play-state: paused !important;
}

.mv-slider .swiper-slide {
  overflow: hidden;
}

.mv-slider .swiper-slide.swiper-slide-active picture.is-zoomin img,
.mv-slider .swiper-slide.swiper-slide-duplicate-active picture.is-zoomin img,
.mv-slider .swiper-slide.swiper-slide-prev picture.is-zoomin img {
  -webkit-animation: zoomIn linear 10s forwards;
  animation: zoomIn linear 10s forwards;
}

.mv-slider .swiper-slide img {
  display: block;
  width: 100%;
}

@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes zoomIn {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.scroll-downWrap {
  -webkit-transform: translateX(-50%);
  bottom: 0;
  position: absolute;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (min-width: 1000px), print {
  .scroll-downWrap {
    bottom: max(140px, min(8.0729166667vw, 155px));
    left: 50%;
  }
}
@media not all and (min-width: 1000px), print {
  .scroll-downWrap {
    right: 15px;
  }
}

.scroll-down {
  display: inline-block;
  position: relative;
}
.scroll-down span {
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 900;
  text-transform: uppercase;
}
@media not all and (min-width: 1000px), print {
  .scroll-down span {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-transform: rotate(-180deg);
    display: inline-block;
    font-size: max(0.875rem, min(3.7333333333vw, 1.75rem));
    margin-right: 18px;
    transform: rotate(-180deg);
    writing-mode: vertical-rl;
  }
}
@media not all and (min-width: 1000px), print {
  .scroll-down {
    height: 47.2vw;
  }
}

.scroll-down__line {
  -webkit-transform: translateX(-50%);
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
}
@media screen and (min-width: 1000px), print {
  .scroll-down__line {
    top: 20px;
  }
}
@media not all and (min-width: 1000px), print {
  .scroll-down__line {
    height: 100%;
  }
}

.scroll-down__line::after {
  background: url(../img/common/scroll_arrow.svg) center/auto no-repeat;
  content: "";
  height: min(47.2vw, 354px);
  height: 47.2vw;
  height: 47.2vw;
  height: 100%;
  position: absolute;
  width: 20px;
}
@media screen and (min-width: 1000px), print {
  .scroll-down__line::after {
    height: max(160px, min(9.375vw, 180px));
    inset: 0;
    width: 6px;
  }
}
@media not all and (min-width: 1000px), print {
  .scroll-down__line::after {
    left: 7px;
    top: 0;
  }
}

.page-header {
  height: 50.9333333333vw;
  margin-inline: auto;
  max-width: 1000px;
  position: relative;
}
@media screen and (min-width: 1000px), print {
  .page-header {
    display: -ms-grid;
    display: grid;
    height: 200px;
    place-items: center;
  }
}
.page-header__title {
  background: rgba(255, 255, 255, 0.3);
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 9px;
  padding-bottom: 3.0666666667vw;
  padding-top: 3.0666666667vw;
  width: 53.0666666667vw;
}
.page-header__title::before, .page-header__title::after {
  content: "";
  display: block;
  height: 1px;
  width: 0;
}
.page-header__title::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.page-header__title::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
@media not all and (min-width: 1000px), print {
  .page-header__title {
    font-size: max(1.25rem, min(5.3333333333vw, 2.5rem));
  }
}
@media screen and (min-width: 1000px), print {
  .page-header__title {
    padding-bottom: 10px;
    padding-top: 10px;
    width: 260px;
  }
}

.page-header__titleBox {
  display: -ms-grid;
  display: grid;
  height: 23.6vw;
  margin-inline: auto;
  place-items: center;
  width: 64.2666666667vw;
}
@media screen and (min-width: 1000px), print {
  .page-header__titleBox {
    height: 88px;
    width: 300px;
  }
}
@media not all and (min-width: 1000px), print {
  .page-header__titleBox {
    -webkit-transform: translateX(-50%);
    left: 50%;
    position: absolute;
    top: 40%;
    transform: translateX(-50%);
  }
}

/*  c-list
--------------------------------------------- */
.c-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-inline: auto;
  margin-top: min(9.3333333333vw, 70px);
}
@media screen and (min-width: 1000px), print {
  .c-list {
    margin-top: 45px;
    max-width: 593px;
  }
}
@media not all and (min-width: 1000px), print {
  .c-list {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

.c-list__item {
  margin-top: 5px;
  width: 33%;
}

.c-list__item img {
  -o-object-fit: cover;
  aspect-ratio: 237/220;
  object-fit: cover;
  width: 100%;
}

/*  c-modal-slider
--------------------------------------------- */
.c-modal-slider .swiper-slide {
  text-align: center;
}

.c-modal-slider .swiper-slide img {
  -o-object-fit: cover;
  aspect-ratio: 462/616;
  object-fit: cover;
  width: 100%;
}
@media not all and (min-width: 1000px), print {
  .c-modal-slider .swiper-slide img {
    max-height: 600px;
  }
}

/*  c-modal
--------------------------------------------- */
.c-modal {
  display: none;
}

.c-modal.is-open {
  display: block;
}

.c-modal__overlay {
  align-items: center;
  background: rgba(191, 188, 187, 0.9);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  padding-left: 10px;
  padding-right: 10px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9;
}

.c-modal__container {
  max-height: 100vh;
  position: relative;
  width: min(81.3333333333vw, 610px);
}
@media screen and (min-width: 1000px), print {
  .c-modal__container {
    width: max(350px, min(24.4791666667vw, 800px));
  }
}

.c-modal__close-btn {
  bottom: -60px;
  color: #000000;
  color: #ffffff;
  cursor: pointer;
  font-size: max(1rem, min(4.4vw, 2.0625rem));
  font-weight: bold;
  position: absolute;
  right: min(33.3333333333vw, 250px);
}
@media screen and (min-width: 1000px), print {
  .c-modal__close-btn {
    bottom: -40px;
    font-size: 1.0625rem;
    right: 160px;
  }
}
@media screen and (min-width: 1400px), print {
  .c-modal__close-btn {
    right: 10.6770833333vw;
  }
}

/* Modal Animation Style　(アニメーション不要の場合は削除)
--------------------------------------------- */
.c-modal[aria-hidden=false] .c-modal__overlay {
  -webkit-animation: mmfadeIn 0.5s cubic-bezier(0, 0, 0.2, 1);
  animation: mmfadeIn 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.c-modal[aria-hidden=false] .c-modal__container {
  -webkit-animation: mmslideIn 0.5s cubic-bezier(0, 0, 0.2, 1);
  animation: mmslideIn 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.c-modal[aria-hidden=true] .c-modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.c-modal[aria-hidden=true] .c-modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.c-modal__overlay,
.c-modal__container {
  will-change: transform;
}

@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
  }
}
.swiper-button-prev,
.swiper-button-next {
  bottom: -60px;
  top: auto;
}
@media screen and (min-width: 1000px), print {
  .swiper-button-prev,
  .swiper-button-next {
    bottom: -50px;
  }
}

.swiper-button-prev {
  left: 2.6041666667vw;
}

.swiper-button-next {
  right: 2.6041666667vw;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  color: #000000;
  color: #ffffff;
  font-size: 20px;
}

.privacy {
  padding-bottom: min(13.3333333333vw, 100px);
  padding-top: min(9.3333333333vw, 70px);
}
@media screen and (min-width: 1000px), print {
  .privacy {
    padding-bottom: 95px;
    padding-top: 95px;
  }
}

.privacy__heading {
  border-bottom: 4px solid #696969;
  color: #29326b;
  font-size: max(20px, min(5.3333333333vw, 40px));
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (min-width: 1000px), print {
  .privacy__heading {
    font-size: 1.625rem;
  }
}

.privacy__body {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7857142857;
  margin-top: min(6.6666666667vw, 50px);
}
@media screen and (min-width: 1000px), print {
  .privacy__body {
    margin-top: 15px;
  }
}

.privacy__title {
  margin-top: min(6.6666666667vw, 50px);
}
@media screen and (min-width: 1000px), print {
  .privacy__title {
    margin-top: 25px;
  }
}

.contact {
  padding-top: 20vw;
}
@media screen and (min-width: 1000px), print {
  .contact {
    padding-top: 50px;
  }
}
.contact .page-header {
  height: auto;
}
@media not all and (min-width: 1000px), print {
  .contact .page-header {
    height: 23.6vw;
    width: 64.2666666667vw;
  }
}
@media not all and (min-width: 1000px), print {
  .contact .page-header__titleBox {
    -webkit-transform: inherit;
    position: static;
    transform: inherit;
  }
}
.contact .page-header__title {
  border: 1px solid #828283;
  text-transform: uppercase;
}
.contact .linebox,
.contact .linebox::before {
  border-color: #828283;
}
.contact .topback {
  margin-top: min(6vw, 45px);
}
@media screen and (min-width: 1000px), print {
  .contact .topback {
    margin-top: 45px;
  }
}

.contact__read {
  font-size: max(0.875rem, min(3.7333333333vw, 1.75rem));
  font-weight: 500;
  line-height: 1.7058823529;
  margin-top: 1em;
}
@media screen and (min-width: 1000px), print {
  .contact__read {
    font-size: 1.0625rem;
    margin-top: 20px;
  }
}
.contact__read span {
  color: #e62320;
}

::-webkit-input-placeholder {
  color: #a5a5a5;
}

::-moz-placeholder {
  color: #a5a5a5;
}

:-ms-input-placeholder {
  color: #a5a5a5;
}

::-ms-input-placeholder {
  color: #a5a5a5;
}

::placeholder {
  color: #a5a5a5;
}

form#mail_form {
  background: #ffffff;
  line-height: 1.8;
  margin: 20px auto;
}

form#mail_form dl {
  margin: 12px auto;
}

form#mail_form dl.column > * {
  float: none;
  width: 100%;
}
form#mail_form dl.column .requiredttl {
  width: 100%;
}
@media not all and (min-width: 1000px), print {
  form#mail_form dl.column:nth-of-type(9) {
    margin-top: 6.6666666667vw;
  }
}
@media not all and (min-width: 1000px), print {
  form#mail_form dl.column:nth-of-type(10) {
    margin-top: 10.6666666667vw;
  }
  form#mail_form dl.column:nth-of-type(10) dt {
    color: #1b2f54;
  }
}

form#mail_form dl:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

form#mail_form dl dt {
  float: left;
  font-size: 1.0625rem;
  font-weight: bold;
  padding: 5px 0 5px;
  width: 17.5%;
}

form#mail_form dl dd {
  float: right;
  width: 81.25%;
}

form#mail_form dl dt i {
  float: left;
  position: relative;
  top: -2px;
}

/* -- span.required, span.optional -------------------------------------------------------------------------------- */
form#mail_form dl .requiredttl::after {
  color: #e62320;
  content: "※";
  display: inline-block;
  font-size: 0.75rem;
  vertical-align: top;
}

form#mail_form dl dt span.required,
form#mail_form dl dt span.optional {
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  font-size: 85%;
  padding: 4px 10px;
}

/* -- error message -------------------------------------------------------------------------------- */
form#mail_form dl dd span.error_blank,
form#mail_form dl dd span.error_format,
form#mail_form dl dd span.error_match {
  color: #e62320;
  display: block;
  font-size: 1rem;
  margin-top: 5px;
}

/* -- loading -------------------------------------------------------------------------------- */
div.loading-layer {
  background: rgba(0, 0, 0, 0.7);
  height: 100vh;
  left: 0px;
  position: fixed;
  top: 0px;
  width: 100vw;
  z-index: 10000;
}

span.loading {
  -webkit-transform: translateZ(0);
  -webkit-animation: load-circle 1s linear infinite;
  animation: load-circle 1s linear infinite;
  border-bottom: 5px solid rgba(255, 255, 255, 0.2);
  border-left: 5px solid #ffffff;
  border-radius: 50%;
  border-right: 5px solid rgba(255, 255, 255, 0.2);
  border-top: 5px solid rgba(255, 255, 255, 0.2);
  height: 50px;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  position: absolute;
  top: 50%;
  transform: translateZ(0);
  width: 50px;
}

@-webkit-keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* -- input, select, textarea -------------------------------------------------------------------------------- */
form#mail_form input[type=text],
form#mail_form input[type=email],
form#mail_form input[type=tel] {
  -webkit-appearance: none;
  background: #f1f2f2;
  border: 1px solid #f1f2f2;
  font-family: inherit;
  font-size: 16px;
  line-height: normal;
  padding: min(2.6666666667vw, 20px);
  width: calc(96% - 2px);
}
@media screen and (min-width: 1000px), print {
  form#mail_form input[type=text],
  form#mail_form input[type=email],
  form#mail_form input[type=tel] {
    padding: 7px 2%;
  }
}

form#mail_form input[type=text]:focus,
form#mail_form input[type=email]:focus,
form#mail_form input[type=tel]:focus,
form#mail_form textarea:focus,
input[type=checkbox]:focus {
  background: #f1f2f2;
  box-shadow: 0 0 5px rgba(104, 111, 103, 0.7);
  outline: none;
}

form#mail_form ul li input[type=radio],
form#mail_form ul li input[type=checkbox] {
  margin: 0 10px 0 0;
}

form#mail_form select {
  border: 1px solid #cccccc;
  font-family: inherit;
  font-size: 16px;
  line-height: normal;
  padding: 7px 2%;
}

form#mail_form textarea {
  -webkit-appearance: none;
  background: #f1f2f2;
  border: 1px solid #f1f2f2;
  display: block;
  font-family: inherit;
  font-size: 16px;
  height: 160px;
  line-height: normal;
  padding: 7px 2%;
  resize: vertical;
  width: calc(96% - 2px);
}

/* -- ul, li -------------------------------------------------------------------------------- */
form#mail_form ul {
  list-style-type: none;
}

form#mail_form ul li label {
  display: block;
  font-size: max(0.875rem, min(3.7333333333vw, 1.75rem));
  font-weight: 500;
  padding: 3px 0;
}
@media screen and (min-width: 1000px), print {
  form#mail_form ul li label {
    font-size: 1.0625rem;
  }
}

form#mail_form ul li:first-child label {
  margin-top: 0px;
}

form#mail_form ul li label:hover {
  cursor: pointer;
}

/* -- input design -------------------------------------------------------------------------------- */
form#mail_form input[name=postal] + a {
  background: #5bc0de;
  border: 1px solid #46b8da;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  line-height: normal;
  padding: 7px 20px;
  text-decoration: none;
}

form#mail_form input[name=postal] + a:hover {
  background: #31b0d5;
  border: 1px solid #269abc;
  cursor: pointer;
}

/* -- button -------------------------------------------------------------------------------- */
form#mail_form p#form_submit,
div#confirm_field p#confirm_submit {
  margin: 0 auto;
  padding: 30px 0;
  width: 63.0434782609%;
}

form#mail_form input[type=button],
div#confirm_field input[type=button] {
  -webkit-appearance: none;
  border: none;
  color: #ffffff;
  font-family: inherit;
  transition: opacity 0.2s ease-in;
}

form#mail_form input[type=button]:hover,
div#confirm_field input#confirm_submit_button:hover {
  cursor: pointer;
  opacity: 0.7;
}

/* -- responsive ----------------------------------------------------------------------------------------------------------------------- */
/* 1000pixel start */
@media screen and (max-width: 1000px) {
  /* -- form#mail_form, dl, dt, dd -------------------------------------------------------------------------------- */
  form#mail_form dl dt {
    float: none;
    font-size: max(0.9375rem, min(4vw, 1.875rem));
    font-weight: bold;
    text-align: left;
    width: auto;
  }
  form#mail_form dl dd {
    float: none;
    width: auto;
  }
  form#mail_form dl dt i {
    float: none;
    font-weight: normal;
    position: static;
  }
  /* -- span.required, span.optional -------------------------------------------------------------------------------- */
  form#mail_form dl dt span.required,
  form#mail_form dl dt span.optional {
    margin: 0 15px 0 0;
  }
  /* -- input design -------------------------------------------------------------------------------- */
  /* -- button -------------------------------------------------------------------------------- */
  form#mail_form p#form_submit {
    padding: 25px 0;
  }
}
div#agreement {
  margin: 0 auto;
  padding: 15px 0;
}

div#agreement div h4 {
  font-weight: bold;
  margin-top: 30px;
}

div#agreement div h4:first-child {
  margin-top: 0px;
}

div#agreement input[type=checkbox] {
  border-color: #b3b3b3;
  margin: 15px 0;
  width: 14px;
}

form#mail_form div#agreement #agree_check label {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: max(0.6875rem, min(2.9333333333vw, 1.375rem));
  font-weight: 500;
}
@media screen and (min-width: 1000px), print {
  form#mail_form div#agreement #agree_check label {
    font-size: 0.8125rem;
  }
}
@media not all and (min-width: 1000px), print {
  form#mail_form div#agreement #agree_check label {
    color: #534741;
  }
}

form#mail_form div#agreement span.error_check {
  color: #e62320;
  display: none;
  font-size: 1rem;
  margin-top: 3px;
  text-align: center;
}

div#confirm_field {
  /* width: 1000px; */
  background: #ffffff;
  /* box-shadow: 0 0 7px rgba(0, 0, 0, 0.2); */
  display: none;
}

.confirm_fieldWrap {
  border: 4px solid #a5a5a5;
  margin: 6.6666666667vw auto;
  padding: 6.6666666667vw 0;
}
@media screen and (min-width: 1000px), print {
  .confirm_fieldWrap {
    margin: 20px auto;
    padding: 75px 0 40px;
  }
}

/* div#confirm_field h2 {
  width: 90%;
  margin: 0 auto;
  padding: 25px 0;
  border-bottom: 1px solid #cccccc;
  font-size: 135%;
  font-weight: bold;
  text-align: center;
} */
div#confirm_field dl {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
@media not all and (min-width: 1000px), print {
  div#confirm_field dl {
    margin: 15px 0;
  }
}

div#confirm_field dl:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

div#confirm_field dl dt {
  font-weight: bold;
  line-height: 1;
  /* width: 30%;
  float: left; */
  padding: 3px 0;
}
@media not all and (min-width: 1000px), print {
  div#confirm_field dl dt {
    font-size: max(1rem, min(4.2666666667vw, 2rem));
    padding: 8px 0;
  }
}
div#confirm_field dl dt::before {
  content: "・";
  display: inline-block;
}

div#confirm_field dl dd {
  font-size: max(0.875rem, min(3.7333333333vw, 1.75rem));
  font-weight: 500;
  /* width: 65%;
  float: right; */
  padding: 3px 15px;
}
@media screen and (min-width: 1000px), print {
  div#confirm_field dl dd {
    font-size: 17px;
    padding: 8px 20px;
  }
}

/* -- button -------------------------------------------------------------------------------- */
/* -- responsive ----------------------------------------------------------------------------------------------------------------------- */
/* 1000pixel start */
@media screen and (max-width: 1000px) {
  /* -- div#confirm_field, dl, dt, dd -------------------------------------------------------------------------------- */
  div#confirm_field dl dt:before {
    content: "【";
  }
  div#confirm_field dl dt:after {
    content: "】";
  }
  /* -- button -------------------------------------------------------------------------------- */
}
@media not all and (min-width: 1000px), print {
  .sp {
    display: none !important;
  }
}

@media screen and (min-width: 1000px), print {
  .pc {
    display: none !important;
  }
}

.text-center {
  text-align: center;
}

.break {
  display: inline-block;
}

.text-alert {
  color: #e62320;
  font-weight: bold;
}

.bg-grad {
  background: linear-gradient(to right, #047094, #4cb0c7);
}

.is-sp-menu-opened .sp-menu {
  display: block;
}

.is-sp-menu-opened html {
  min-height: 100vh;
}

.is-sp-menu-opened body {
  height: 100%;
  position: fixed;
  width: 100%;
}

.js-fadein-up {
  -webkit-transform: translateY(50px);
  opacity: 0;
  transform: translateY(50px);
}
.js-fadein-up.is-active {
  -webkit-transform: translateY(0);
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s, -webkit-transform 0.8s;
  transition: transform 0.8s, opacity 1s;
  transition: transform 0.8s, opacity 1s, -webkit-transform 0.8s;
}
.js-fadein-up.--delay1 {
  transition-delay: 0.2s;
}

.about {
  margin-inline: auto;
  max-width: 1000px;
}
@media screen and (min-width: 1000px), print {
  .about {
    padding-top: 70px;
  }
}
.about .about__head {
  flex-direction: column;
}
@media screen and (min-width: 1000px), print {
  .about .about__head {
    padding-bottom: 10px;
    padding-left: 22px;
  }
}
@media not all and (min-width: 1000px), print {
  .about .about__head {
    height: min(36.9333333333vw, 277px);
  }
}
@media screen and (min-width: 1000px), print {
  .about .about__head .fz-2 {
    margin-right: auto;
    padding-left: 45px;
  }
}
@media not all and (min-width: 1000px), print {
  .about .about__head .fz-2 + span {
    display: contents;
  }
}
@media not all and (min-width: 1000px), print {
  .about .heading {
    padding-top: max(50px, min(9.3333333333vw, 70px));
  }
}

.about__list {
  margin-top: 8.6666666667vw;
}
@media screen and (min-width: 1000px), print {
  .about__list {
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
  }
}

@media screen and (min-width: 1000px), print {
  .about__item {
    width: calc((100% - 70px) / 3);
  }
}

.about__wrap {
  position: relative;
}

.about__img {
  position: relative;
}
.about__img img {
  width: 100%;
}
.about__img::before {
  background-image: linear-gradient(to bottom, #fff, #141414);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  opacity: 0.84;
  position: absolute;
  top: 0;
  width: 100%;
}

.about__title {
  -webkit-transform: translate(-50%, -50%);
  color: #ffffff;
  font-weight: bold;
  left: 50%;
  letter-spacing: 0.1em;
  line-height: 1.25;
  padding-bottom: 6.1333333333vw;
  padding-top: 4.8vw;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 64.2666666667vw;
  z-index: 1;
}
@media not all and (min-width: 1000px), print {
  .about__title {
    font-size: max(20px, min(5.3333333333vw, 40px));
  }
}
@media screen and (min-width: 1000px), print {
  .about__title {
    padding-bottom: 20px;
    padding-top: 10px;
    width: 232px;
  }
}

.about__text {
  font-size: max(14px, min(3.7333333333vw, 28px));
  font-weight: 500;
  line-height: 1.5625;
  text-align: justify;
}
@media screen and (min-width: 1000px), print {
  .about__text {
    font-size: 1rem;
    margin-top: 15px;
  }
}
@media not all and (min-width: 1000px), print {
  .about__text {
    padding: 8.6666666667vw 10vw 11.3333333333vw;
  }
}

.topimg-box {
  display: -ms-grid;
  display: grid;
  height: 63.0666666667vw;
  margin-inline: auto;
  margin-top: min(12vw, 90px);
  place-items: center;
  position: relative;
  width: 86.1333333333vw;
}
.webp .topimg-box {
  background: url(../img/bg_img_sp.webp) center/cover no-repeat;
}
.no-webp .topimg-box {
  background: url(../img/bg_img_sp.png) center/cover no-repeat;
}
@media screen and (min-width: 1000px), print {
  .topimg-box {
    height: 320px;
    margin-top: 50px;
    max-width: 440px;
  }
  .webp .topimg-box {
    background: url(../img/bg_img.webp) center/cover no-repeat;
  }
  .no-webp .topimg-box {
    background: url(../img/bg_img.png) center/cover no-repeat;
  }
}
.topimg-box p {
  font-weight: bold;
}
@media not all and (min-width: 1000px), print {
  .topimg-box p {
    font-size: max(1.1875rem, min(5.0666666667vw, 2.375rem));
  }
}
@media screen and (min-width: 1000px), print {
  .topimg-box .topimg-wrap {
    margin-top: -95px;
  }
}

@media not all and (min-width: 1000px), print {
  .topimg {
    margin-inline: auto;
    margin-top: -17.0666666667vw;
  }
  .topimg img {
    width: 100%;
  }
}

.point {
  margin-top: 21.3333333333vw;
  position: relative;
}
.point::before {
  -webkit-transform: translateX(-50%);
  background: url(../img/cross.svg) center/cover no-repeat;
  content: "";
  display: block;
  height: 16.4vw;
  left: 50%;
  position: absolute;
  top: -21.3333333333vw;
  transform: translateX(-50%);
  width: 16.4vw;
}
@media screen and (min-width: 1000px), print {
  .point::before {
    height: 63px;
    top: -85px;
    width: 63px;
  }
}
@media screen and (min-width: 1000px), print {
  .point {
    margin-top: 65px;
  }
}
@media screen and (min-width: 1000px), print {
  .point .heading-lv3 {
    padding-bottom: 9px;
    padding-left: 7px;
  }
}
.point .heading-lv3 .bk {
  font-weight: 900;
}

@media screen and (min-width: 1000px), print {
  .point-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.point-list__item {
  background-color: #f1f2f2;
  margin-top: 9.3333333333vw;
  padding: 5.3333333333vw 2.6666666667vw;
  text-align: center;
}
@media screen and (min-width: 1000px), print {
  .point-list__item {
    margin-top: 30px;
    padding: 20px 30px;
    width: calc((100% - 40px) / 2);
  }
}
.point-list__item:nth-child(1) .point-list__ttl::after {
  background: url(../img/logo_point01.svg) center/cover no-repeat;
}
.point-list__item:nth-child(2) .point-list__ttl::after {
  background: url(../img/logo_point02.svg) center/cover no-repeat;
}
.point-list__item:nth-child(3) .point-list__ttl::after {
  background: url(../img/logo_point03.svg) center/cover no-repeat;
}
.point-list__item:nth-child(4) .point-list__ttl::after {
  background: url(../img/logo_point04.svg) center/cover no-repeat;
}

.point-list__ttl {
  font-size: max(14px, min(3.7333333333vw, 28px));
  font-weight: bold;
  margin-right: 19.7333333333vw;
  text-transform: uppercase;
}
@media screen and (min-width: 1000px), print {
  .point-list__ttl {
    font-size: 1rem;
    margin-right: 90px;
  }
}
.point-list__ttl::after {
  content: "";
  display: inline-block;
  height: 8vw;
  margin-left: 0.7142857143em;
  vertical-align: middle;
  width: 13.3333333333vw;
}
@media screen and (min-width: 1000px), print {
  .point-list__ttl::after {
    height: 38px;
    margin-left: 5px;
    width: 64px;
  }
}

.point-list__text {
  font-weight: bold;
  line-height: 1.5;
  margin-top: 15px;
}
@media not all and (min-width: 1000px), print {
  .point-list__text {
    font-size: max(18px, min(4.8vw, 36px));
  }
}

@media screen and (min-width: 1000px), print {
  .top-section {
    margin-top: 25px;
  }
}
.top-section .btn {
  margin-top: min(4.6666666667vw, 35px);
}
@media screen and (min-width: 1000px), print {
  .top-section .btn {
    margin-top: 18px;
  }
}

.top-btns {
  margin-top: 55px;
}

.product .page-header {
  margin-bottom: min(10.6666666667vw, 80px);
}
@media screen and (min-width: 1000px), print {
  .product .page-header {
    margin-bottom: 40px;
  }
}
.webp .product .page-header {
  background: url(../img/product/bg_header.webp) center/cover no-repeat;
}
.no-webp .product .page-header {
  background: url(../img/product/bg_header.jpg) center/cover no-repeat;
}
.product .read {
  font-size: max(1.0625rem, min(4.5333333333vw, 2.125rem));
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
@media screen and (min-width: 1000px), print {
  .product .read {
    font-size: 1.375rem;
  }
}

.product__ttl {
  font-size: max(1.125rem, min(4.8vw, 2.25rem));
  font-weight: bold;
}
@media screen and (min-width: 1000px), print {
  .product__ttl {
    font-size: 1.625rem;
  }
}

.product__img {
  margin-inline: auto;
  margin-top: min(5.3333333333vw, 40px);
  width: min(77.3333333333vw, 580px);
}
@media screen and (min-width: 1000px), print {
  .product__img {
    margin-top: 14px;
    max-width: 372px;
  }
}

.product__img_2 {
  margin-bottom: 4vw;
  margin-top: 4.6666666667vw;
}
@media screen and (min-width: 1000px), print {
  .product__img_2 {
    margin-bottom: 15px;
    margin-top: 15px;
  }
}

.product__copy {
  font-size: max(1.5625rem, min(6.6666666667vw, 3.125rem));
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.7368421053;
}
@media screen and (min-width: 1000px), print {
  .product__copy {
    font-size: 2.375rem;
  }
}
@media not all and (min-width: 1000px), print {
  .product__copy img {
    width: 21.3333333333vw;
  }
}

.products {
  margin-bottom: 6vw;
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 1000px), print {
  .products {
    margin-bottom: 18px;
    margin-top: 25px;
  }
}

.products-list {
  display: -ms-grid;
  display: grid;
  gap: 3.3333333333vw;
  margin-top: 6.6666666667vw;
}
@media screen and (min-width: 1000px), print {
  .products-list {
    -ms-grid-columns: 1fr 15px 1fr;
    -ms-grid-rows: 1fr 15px 63px 15px 63px 15px 63px 15px 63px;
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr repeat(4, 63px);
    margin-top: 40px;
  }
  .products-list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .products-list > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .products-list > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .products-list > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .products-list > *:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .products-list > *:nth-child(6) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .products-list > *:nth-child(7) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .products-list > *:nth-child(8) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
  .products-list > *:nth-child(9) {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .products-list > *:nth-child(10) {
    -ms-grid-row: 9;
    -ms-grid-column: 3;
  }
}

.products-list__item p {
  background-image: linear-gradient(90deg, rgb(4, 112, 148), rgb(76, 176, 199));
  color: #ffffff;
  font-size: max(1.0625rem, min(4.5333333333vw, 2.125rem));
  font-weight: bold;
  padding: 0.5833333333em;
  text-align: center;
}
@media screen and (min-width: 1000px), print {
  .products-list__item p {
    font-size: 1.5rem;
  }
}
.products-list__item .products-list__ttl {
  -webkit-transform: rotate(-10deg);
  left: 6px;
  line-height: 1;
  padding: 10px;
  padding: 10px;
  position: absolute;
  top: 18px;
  transform: rotate(-10deg);
}
.products-list__item:nth-of-type(1), .products-list__item:nth-of-type(2) {
  position: relative;
}
.products-list__item:nth-of-type(3) {
  position: relative;
}
@media screen and (min-width: 1000px), print {
  .products-list__item:nth-of-type(3) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 4;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2/2/6/3;
  }
}
@media screen and (min-width: 1000px), print {
  .products-list__item:nth-of-type(3) img,
  .products-list__item:nth-of-type(3) .products-list__img {
    height: 100%;
  }
}
.products-list__item:nth-of-type(3) img {
  -o-object-fit: cover;
  object-fit: cover;
}
.products-list__item:nth-of-type(3) p {
  -webkit-transform: translateX(-50%) rotate(-10deg);
  left: 50%;
  top: 35px;
  transform: translateX(-50%) rotate(-10deg);
}

.product .brand {
  margin-top: min(10.2666666667vw, 77px);
}
@media screen and (min-width: 1000px), print {
  .product .brand {
    margin-top: 55px;
  }
}
.product .brand-list {
  color: #ffffff;
  display: -ms-grid;
  display: grid;
  gap: min(4vw, 750px);
  margin-bottom: min(8vw, 60px);
  margin-top: min(6.6666666667vw, 50px);
}
@media screen and (min-width: 1000px), print {
  .product .brand-list {
    -ms-grid-columns: 1fr 20px 1fr;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.product .brand-list__item {
  background-image: linear-gradient(90deg, rgb(4, 112, 148), rgb(76, 176, 199));
  padding: 5px 20px;
}
@media not all and (min-width: 1000px), print {
  .product .brand-list__item {
    font-size: max(1rem, min(4.2666666667vw, 2rem));
  }
}

.product__btn {
  margin-top: min(10vw, 75px);
}
@media screen and (min-width: 1000px), print {
  .product__btn {
    margin-top: 50px;
  }
}

.works .page-header {
  margin-bottom: min(10.6666666667vw, 80px);
}
@media screen and (min-width: 1000px), print {
  .works .page-header {
    margin-bottom: 40px;
  }
}
.webp .works .page-header {
  background: url(../img/works/bg_header.webp) center/cover no-repeat;
}
.no-webp .works .page-header {
  background: url(../img/works/bg_header.jpg) center/cover no-repeat;
}
.works .gallery {
  margin-bottom: min(9.3333333333vw, 70px);
  margin-top: min(7.7333333333vw, 58px);
}
@media screen and (min-width: 1000px), print {
  .works .gallery {
    margin-bottom: 60px;
    margin-top: 40px;
  }
}
.works .snslink {
  margin-top: min(8.9333333333vw, 67px);
}
@media screen and (min-width: 1000px), print {
  .works .snslink {
    margin-top: 45px;
  }
}
.works .snslink a {
  display: block;
  margin-left: 10px;
  margin-top: min(14.6666666667vw, 110px);
}
@media screen and (min-width: 1000px), print {
  .works .snslink a {
    margin-top: 65px;
  }
}
@media not all and (min-width: 1000px), print {
  .works .snslink a img {
    width: min(12.6666666667vw, 95px);
  }
}
.works .snslink__copy {
  font-size: max(1.1875rem, min(5.0666666667vw, 2.375rem));
  font-weight: 500;
  position: relative;
}
@media screen and (min-width: 1000px), print {
  .works .snslink__copy {
    font-size: 1.5rem;
  }
}
.works .snslink__copy::after {
  bottom: max(-8vw, -60px);
  content: "";
  display: block;
  height: min(15.4666666667vw, 116px);
  left: 0;
  position: absolute;
  width: 100%;
}
.webp .works .snslink__copy::after {
  background: url(../img/works/under_line.webp) center/100% 100% no-repeat;
}
.no-webp .works .snslink__copy::after {
  background: url(../img/works/under_line.png) center/100% 100% no-repeat;
}
@media screen and (min-width: 1000px), print {
  .works .snslink__copy::after {
    bottom: -50px;
    height: 74px;
  }
}

.works__ttl {
  border-radius: 100vmax;
  color: #ffffff;
  font-weight: 500;
  padding: 0.8108108108em 0;
  position: relative;
  text-align: center;
}
.works__ttl::after {
  -webkit-transform: translateX(-50%);
  border-color: #278eb0 transparent transparent transparent;
  border-style: solid;
  border-width: 16px 13.5px 0 13.5px;
  bottom: -15px;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: -1;
}
@media not all and (min-width: 1000px), print {
  .works__ttl {
    font-size: max(1.0625rem, min(4.9333333333vw, 2.125rem));
  }
}
@media screen and (min-width: 1000px), print {
  .works__ttl {
    padding: 5px;
  }
}
.works__ttl.--sm {
  margin-inline: auto;
  width: min(64vw, 480px);
}
@media screen and (min-width: 1000px), print {
  .works__ttl.--sm {
    max-width: 300px;
  }
}
@media not all and (min-width: 1000px), print {
  .works__ttl.--sm {
    padding: 0.5405405405em;
  }
}

.video-block.--top .video {
  margin-top: min(7.4666666667vw, 56px);
  width: min(57.0666666667vw, 428px);
}
@media screen and (min-width: 1000px), print {
  .video-block.--top .video {
    aspect-ratio: 248/185;
    margin-top: 30px;
    max-width: 248px;
  }
}
.video-block.--btm {
  margin-top: min(12vw, 90px);
}
@media screen and (min-width: 1000px), print {
  .video-block.--btm {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1000px), print {
  .video-block.--btm .works__ttl-wrap {
    position: relative;
  }
  .video-block.--btm .works__ttl-wrap::after {
    -webkit-transform: translateX(-50%);
    border-color: #4cb0c7 transparent transparent transparent;
    border-style: solid;
    border-width: 16px 13.5px 0 13.5px;
    bottom: -15px;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: 100px;
    transform: translateX(-50%);
    width: 0;
    z-index: -1;
  }
}
@media screen and (min-width: 1000px), print {
  .video-block.--btm .works__ttl::before {
    -webkit-transform: translateX(-50%);
    border-color: #047094 transparent transparent transparent;
    border-style: solid;
    border-width: 16px 13.5px 0 13.5px;
    bottom: -15px;
    content: "";
    display: block;
    height: 0;
    left: 100px;
    position: absolute;
    transform: translateX(-50%);
    width: 0;
    z-index: -1;
  }
}

.video-list {
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1000px), print {
  .video-list {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1000px), print {
  .video-list {
    margin-top: 40px;
  }
}
.video-list li {
  width: min(64vw, 480px);
}
.video-list li img {
  -o-object-fit: cover;
  aspect-ratio: 200/270;
  object-fit: cover;
  width: 100%;
}
@media not all and (min-width: 1000px), print {
  .video-list li {
    margin-top: min(5.3333333333vw, 40px);
  }
}
@media screen and (min-width: 1000px), print {
  .video-list li {
    max-width: 200px;
  }
}

.video {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
}
.video button {
  position: relative;
}
.video button::before {
  -webkit-transform: translate(-50%, -50%);
  content: "";
  display: block;
  height: 41px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 41px;
}
.webp .video button::before {
  background: url(../img/works/btn_video.webp) center/cover no-repeat;
}
.no-webp .video button::before {
  background: url(../img/works/btn_video.png) center/cover no-repeat;
}
.video .c-modal.is-open button::before {
  display: none;
}
.video a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.video .c-modal__container {
  width: 100%;
}
.video video {
  max-height: 80vh;
  max-width: 100%;
}
.video .c-modal__close-btn {
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 100%;
}

.company {
  padding-bottom: 13.3333333333vw;
}
.company .page-header {
  background: url(../img/contact/bg_header.jpg) center/cover no-repeat;
  margin-bottom: 17.3333333333vw;
}
@media screen and (min-width: 1000px), print {
  .company .page-header {
    margin-bottom: 78px;
  }
}
@media screen and (min-width: 1000px), print {
  .company {
    padding-bottom: 65px;
  }
}

@media not all and (min-width: 1000px), print {
  .company__logo {
    margin-inline: auto;
    width: 24vw;
  }
}

.company__img {
  margin-inline: auto;
  margin-top: 10.6666666667vw;
  width: 58vw;
}
@media screen and (min-width: 1000px), print {
  .company__img {
    margin-top: 38px;
    max-width: 280px;
  }
}

.company-detail {
  margin-inline: auto;
  margin-top: 14.5333333333vw;
}
@media screen and (min-width: 1000px), print {
  .company-detail {
    margin-top: 37px;
    max-width: 485px;
  }
}

.company-detail__wrap {
  display: flex;
}
.company-detail__wrap:nth-child(3) dd {
  line-height: 2;
}
.company-detail__wrap dt,
.company-detail__wrap dd {
  font-size: min(4vw, 1.875rem);
  font-weight: 500;
  line-height: 1.1666666667;
  padding-bottom: 2.6666666667vw;
  padding-top: 2.6666666667vw;
}
@media screen and (min-width: 1000px), print {
  .company-detail__wrap dt,
  .company-detail__wrap dd {
    font-size: 1.125rem;
    padding-bottom: 8px;
    padding-top: 8px;
  }
}
.company-detail__wrap dt {
  flex-shrink: 0;
  text-align: left;
  width: max(70px, min(18.6666666667vw, 140px));
}
@media screen and (min-width: 1000px), print {
  .company-detail__wrap dt {
    width: 130px;
  }
}
.company-detail__wrap dd {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 1000px), print {
  .company-detail__wrap dd {
    white-space: nowrap;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */