@charset "UTF-8";
/* -------------------------------------------*/ /* -------------------------------------------*/
/* -------------------------------------------*/
:root {
  --content_width-lg: 1200px;
  --content_width-md: 1000px;
  --content_width-sm: 800px;
  --content-both_space: 40px;
  --header_height:90px;
  --waves_height: 60px;
}
@media screen and (max-width: 1023px) {
  :root {
    --content-both_space: 20px;
    --header_height:65px;
    --waves_height: 20px;
  }
}

/* -------------------------------------------*/
/* -------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  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;
}

summary::-webkit-details-marker {
  display: none;
}

/* -------------------------------------------*/
@media all and (-ms-high-contrast: none) {
  html,
body {
    display: none;
  }
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  -ms-overflow-style: scrollbar;
  overflow: auto;
  scroll-padding-top: 80px;
  font-size: 62.5%;
}
@media screen and (max-width: 1180px) {
  html {
    font-size: 52.5%;
  }
}
@media screen and (max-width: 1023px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (max-width: 389px) {
  html {
    font-size: 62%;
  }
}

body {
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.06em;
  color: #202020;
  position: relative;
  height: 100%;
  opacity: 0;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}
@media screen and (max-width: 1023px) {
  body {
    width: 100%;
    min-width: 100%;
    overflow: hidden;
  }
}
@media screen and (max-width: 1023px) {
  body.is-open::before {
    transform: translateX(0);
  }
}
@media screen and (max-width: 1023px) {
  body::before {
    background-color: rgba(0, 0, 0, 0.7);
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 calc(50% - 50vw);
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: 0.5s;
    transition-property: "opacity visibility";
    visibility: visible;
    z-index: -1;
    z-index: 50;
  }
}

.overflow {
  overflow: hidden;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

section {
  position: relative;
  width: 100%;
}

a,
button {
  text-decoration: none;
}

picture {
  display: block;
  line-height: 0;
}

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

svg:not(:root) {
  overflow: hidden;
}

input,
button,
select,
optgroup,
textarea {
  vertical-align: middle;
  position: relative;
  border: none;
  border: none;
  margin: 0;
  background-color: transparent;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  border-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

@media not all and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* -------------------------------------------*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.js-ani {
  opacity: 0;
}

.js-ani.fadeUp {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.delay1 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.delay2 {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}

.delay3 {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}

.delay4 {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}

.delay5 {
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s;
}

.delay6 {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

/* -------------------------------------------*/
/* -------------------------------------------*/ /* -------------------------------------------*/
.l-header {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 4rem;
}
@media screen and (max-width: 1023px) {
  .l-header__inner {
    padding-left: 2rem;
  }
}
.l-header__logo {
  display: block;
  width: 30rem;
}
@media screen and (max-width: 1023px) {
  .l-header__logo {
    width: 20rem;
  }
}
.l-header__right {
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 1280px) {
  .l-header__right {
    gap: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .l-header__right {
    gap: 0;
  }
}
.l-header__trigger {
  display: flex;
  align-items: center;
  width: 60px;
  height: 60px;
  justify-content: center;
  background-color: #fff;
  cursor: pointer;
  z-index: 100;
}
.l-header__trigger-inner {
  display: inline-block;
  width: 30px;
  height: 25px;
  position: relative;
  transition: all 0.4s;
}
.l-header__trigger-line {
  background-color: #B93831;
  display: inline-block;
  width: 100%;
  height: 3px;
  transition: 0.5s;
  transition-property: transform;
  position: absolute;
  left: 0;
}
.l-header__trigger-line:nth-of-type(1) {
  top: 0;
}
.l-header__trigger-line:nth-of-type(1).is-active {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.l-header__trigger-line:nth-of-type(2) {
  top: 11px;
}
.l-header__trigger-line:nth-of-type(2).is-active {
  opacity: 0;
}
.l-header__trigger-line:nth-of-type(3) {
  bottom: 0;
}
.l-header__trigger-line:nth-of-type(3).is-active {
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-45deg);
  width: 100%;
}

/* -------------------------------------------*/
@media screen and (max-width: 1023px) {
  .l-navi {
    width: 100%;
    height: calc(100vh - 20px);
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(100%);
    opacity: 0;
    transition: 0.5s;
    visibility: hidden;
    overflow: scroll;
    z-index: 50;
  }
}
@media screen and (max-width: 1023px) {
  .l-navi__inner {
    display: block;
    padding-top: 10rem;
  }
}
.l-navi__menu {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 1280px) {
  .l-navi__menu {
    gap: 1.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .l-navi__menu {
    gap: 2rem;
    flex-direction: column;
    align-items: center;
    padding: 0 3rem;
  }
}
.l-navi__menu-link {
  display: block;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1rem;
}
@media screen and (max-width: 1280px) {
  .l-navi__menu-link {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1180px) {
  .l-navi__menu-link {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .l-navi__menu-link {
    font-size: 16px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-navi__menu-link {
    transition: 0.3s;
    transition-property: color;
  }
  .l-navi__menu-link:hover {
    color: #B93831;
  }
}
.l-navi__button {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  border: 1px solid #B93831;
  background-color: #B93831;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  padding-block: 1.7rem 1.5rem;
  padding-inline: 4rem;
}
@media screen and (max-width: 1280px) {
  .l-navi__button {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1180px) {
  .l-navi__button {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .l-navi__button {
    width: 60px;
    aspect-ratio: 1/1;
    justify-content: center;
    padding: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-navi__button {
    transition: 0.3s;
    transition-property: background-color, color;
  }
  .l-navi__button::before {
    transition: 0.3s;
    transition-property: background-color;
  }
  .l-navi__button:hover {
    background-color: #fff;
    color: #B93831;
  }
  .l-navi__button:hover::before {
    background-color: #B93831;
  }
}
.l-navi__button::before {
  content: "";
  display: block;
  width: 3.4rem;
  height: 3.2rem;
  background: #fff;
  -webkit-mask-image: url(../images/icon/icon_mail.svg);
          mask-image: url(../images/icon/icon_mail.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media screen and (max-width: 1023px) {
  .l-navi__button span {
    display: none;
  }
}

body.is-open .l-navi {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
}

/* -------------------------------------------*/
.l-footer {
  background-color: #202020;
  color: #fff;
  padding-block: 4rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-block: 5rem;
  }
}
.l-footer__body {
  display: flex;
  justify-content: center;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .l-footer__body {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
}
.l-footer__link {
  color: #fff;
  font-weight: bold;
  line-height: 1.4375;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__link {
    font-size: 1.5rem;
    line-height: 1.5333333333;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__link {
    transition: 0.3s;
    transition-property: opacity;
  }
  .l-footer__link:hover {
    opacity: 0.7;
  }
}
.l-footer__link::before {
  content: "";
  display: block;
  width: 1.6rem;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.l-footer__link.key::before {
  background-image: url(../images/icon/icon_key.svg);
}
.l-footer__link.hp::before {
  background-image: url(../images/icon/icon_hp.svg);
}
.l-footer__comm {
  text-align: center;
  font-size: 1.2rem;
  line-height: 2.6666666667;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .l-footer__comm {
    font-size: 1rem;
    line-height: 3.2;
  }
}
.l-footer__copy {
  text-align: center;
  font-size: 1.2rem;
  line-height: 2.6666666667;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    font-size: 1rem;
    line-height: 3.2;
  }
}

/* -------------------------------------------*/
.l-cta {
  padding-block: 6rem 7rem;
  color: #fff;
  background: linear-gradient(45deg, #dd5e58 0%, #b93831 100%);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-cta {
    padding-block: 3rem;
    overflow: hidden;
  }
}
.l-cta::before, .l-cta::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .l-cta::before, .l-cta::after {
    min-width: 1163px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.l-cta::before {
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
          clip-path: polygon(0 0, 0% 100%, 100% 100%);
  background: linear-gradient(45deg, #b93831 0%, #dd5e58 100%);
  z-index: -1;
}
.l-cta::after {
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background: linear-gradient(to right, #b93831 0%, #dd5e58 100%);
  z-index: -2;
}
.l-cta .text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.3333333333;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-cta .text {
    font-size: 2rem;
  }
}
.l-cta .text::before, .l-cta .text::after {
  content: "";
  display: block;
  width: 0.2rem;
  height: 5rem;
  background-color: #fff;
  position: absolute;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .l-cta .text::before, .l-cta .text::after {
    height: 4rem;
  }
}
.l-cta .text::before {
  left: -2rem;
  transform: translateY(-50%) rotate(-25deg);
}
.l-cta .text::after {
  right: -2rem;
  transform: translateY(-50%) rotate(25deg);
}
@media screen and (max-width: 389px) {
  .l-cta .text p {
    display: inline-block;
  }
}
.l-cta__btn {
  width: 48rem;
  margin: 2rem auto 0;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  background-color: #fff;
  color: #B93831;
  border-radius: 5rem;
  border: 1px solid #fff;
  box-shadow: 0px 1rem 2rem rgba(152, 45, 39, 0.5);
  padding: 3.2rem 0;
  display: flex;
  justify-content: center;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-cta__btn {
    width: 35rem;
    font-size: 2rem;
    line-height: 1.4;
    gap: 1.8rem;
    padding-block: 2.15rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-cta__btn {
    transition: 0.3s;
    transition-property: background-color, color, border-color;
  }
  .l-cta__btn::before {
    transition: 0.3s;
    transition-property: background-color;
  }
  .l-cta__btn:hover {
    background-color: #B93831;
    color: #fff;
    border-color: #fff;
  }
  .l-cta__btn:hover::before {
    background-color: #fff;
  }
}
.l-cta__btn::before {
  content: "";
  display: block;
  width: 3.4rem;
  height: 3.2rem;
  background: #B93831;
  -webkit-mask-image: url(../images/icon/icon_mail.svg);
          mask-image: url(../images/icon/icon_mail.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media screen and (max-width: 767px) {
  .l-cta__btn::before {
    width: 2.4rem;
    height: 2.3rem;
  }
}

/* -------------------------------------------*/
.l-grid {
  display: flex;
  flex-wrap: wrap;
}
.l-grid--col2 {
  gap: 6rem;
}
@media screen and (max-width: 1023px) {
  .l-grid--col2 {
    gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .l-grid--col2 {
    flex-direction: column;
    gap: 2.6rem;
  }
}
.l-grid--col3-1 {
  gap: 6rem;
}
@media screen and (max-width: 1023px) {
  .l-grid--col3-1 {
    gap: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .l-grid--col3-1 {
    flex-direction: column;
    align-items: center;
  }
}
.l-grid--col3-2 {
  justify-content: center;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .l-grid--col3-2 {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }
}
.l-grid--col4 {
  gap: 2.6rem;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .l-grid--col4 {
    gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .l-grid--col4 {
    gap: 1.3rem 1.6rem;
  }
}
.l-grid--col2 > .l-grid__item {
  width: calc(50% - 3rem);
}
@media screen and (max-width: 1023px) {
  .l-grid--col2 > .l-grid__item {
    width: calc(50% - 2rem);
  }
}
@media screen and (max-width: 767px) {
  .l-grid--col2 > .l-grid__item {
    width: 100%;
  }
}
.l-grid--col3-1 > .l-grid__item {
  width: calc(33.3333333333% - 3.99999rem);
}
@media screen and (max-width: 1023px) {
  .l-grid--col3-1 > .l-grid__item {
    width: calc(33.3333333333% - 1.99999rem);
  }
}
@media screen and (max-width: 767px) {
  .l-grid--col3-1 > .l-grid__item {
    width: 100%;
  }
}
.l-grid--col3-2 > .l-grid__item {
  width: calc(33.3333333333% - 9.999rem);
}
@media screen and (max-width: 1023px) {
  .l-grid--col3-2 > .l-grid__item {
    width: calc(33.3333333333% - 2rem);
    max-width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .l-grid--col3-2 > .l-grid__item {
    width: 100%;
  }
}
.l-grid--col4 > .l-grid__item {
  width: calc(25% - 2rem);
}
@media screen and (max-width: 1023px) {
  .l-grid--col4 > .l-grid__item {
    width: calc(50% - 2rem);
  }
}
@media screen and (max-width: 767px) {
  .l-grid--col4 > .l-grid__item {
    width: calc(50% - 0.8rem);
  }
}

/* -------------------------------------------*/ /* -------------------------------------------*/
/* -------------------------------------------*/
.u-db {
  display: block;
}

.u-dn {
  display: none;
}

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

@media not all and (max-width: 1023px) {
  .u-st {
    display: none !important;
  }
}

@media not all and (max-width: 767px) {
  .u-pt {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp {
    display: none !important;
  }
}

.u-con--sm {
  max-width: calc(var(--content_width-sm) + 80px);
  margin: 0 auto;
  padding-inline: var(--content-both_space);
}
.u-con--md {
  max-width: calc(var(--content_width-md) + 80px);
  margin: 0 auto;
  padding-inline: var(--content-both_space);
}
.u-con--lg {
  max-width: calc(var(--content_width-lg) + 80px);
  margin: 0 auto;
  padding-inline: var(--content-both_space);
}

/* -------------------------------------------*/
/* -------------------------------------------*/