@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: 700;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.1em;
}

sup {
  top: -0.3em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: middle;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  white-space: normal;
}

button {
  outline: none;
  appearance: none;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

/* color */
/* ============================================ */
/* font */
/* ============================================ */
/* common */
/* ============================================ */
html {
  font-size: 62.5%;
}

body {
  background: #fff;
  color: #333132;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  text-size-adjust: 100%;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
  min-height: 100dvh;
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
}
@media all and (max-width: 896px) {
  body {
    font-size: 1.4rem;
  }
}
body.is-fixed {
  height: 100%;
  overflow: hidden;
}

a {
  color: currentColor;
  transition: all 0.3s ease-out;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

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

.reading {
  display: block;
  overflow: hidden;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
}

@media all and (max-width: 896px) {
  .pconly {
    display: none;
  }
}

.sponly {
  display: none;
}
@media all and (max-width: 896px) {
  .sponly {
    display: block;
  }
}

.portraitonly {
  display: none;
}
@media all and (max-width: 480px) {
  .portraitonly {
    display: block;
  }
}

@media all and (max-width: 480px) {
  .portraitnone {
    display: none;
  }
}

.tabonly {
  display: none;
}
@media all and (max-width: 1025px) {
  .tabonly {
    display: block;
  }
}

@media all and (max-width: 1025px) {
  .tabnone {
    display: none;
  }
}

.mdonly {
  display: none;
}
@media all and (max-width: 600px) {
  .mdonly {
    display: block;
  }
}

@media all and (max-width: 600px) {
  .mdnone {
    display: none;
  }
}

.span_br {
  display: inline-block;
}

.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}
@media all and (max-width: 896px) {
  .mt10 {
    margin-top: 8px !important;
  }
}

.mt16 {
  margin-top: 16px !important;
}
@media all and (max-width: 896px) {
  .mt16 {
    margin-top: 12px !important;
  }
}

.mt24 {
  margin-top: 24px !important;
}
@media all and (max-width: 896px) {
  .mt24 {
    margin-top: 16px !important;
  }
}

.mt32 {
  margin-top: 32px !important;
}
@media all and (max-width: 896px) {
  .mt32 {
    margin-top: 20px !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}
@media all and (max-width: 896px) {
  .mt40 {
    margin-top: 24px !important;
  }
}

.mt48 {
  margin-top: 48px !important;
}
@media all and (max-width: 896px) {
  .mt48 {
    margin-top: 32px !important;
  }
}

.inner {
  max-width: 1280px;
  width: calc(100% - 30px);
  margin: 0 auto;
}

.entry {
  padding-inline: 35px;
  text-align: center;
  color: #fff;
}
@media all and (max-width: 896px) {
  .entry {
    padding-inline: 15px;
  }
}
.entry .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-top: 4.17vw;
  font-size: max(1.15vw, 1.4rem);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 2px;
}
@media all and (max-width: 896px) {
  .entry .box {
    padding-top: 18px;
    font-size: 1.2rem;
  }
}
.entry .box::before, .entry .box::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: calc(100% - 30px);
  height: 33.13vw;
  border-radius: 1000px;
  background: #aa0b12;
}
@media all and (max-width: 896px) {
  .entry .box::before, .entry .box::after {
    width: calc(100% - 10px);
    height: 125px;
  }
}
.entry .box::before {
  top: 0;
  left: 0;
}
.entry .box::after {
  top: 30px;
  left: 30px;
  opacity: 0.3;
}
@media all and (max-width: 896px) {
  .entry .box::after {
    top: 10px;
    left: 10px;
  }
}
.entry .box-inner {
  width: max(50vw, 650px);
}
@media all and (max-width: 896px) {
  .entry .box-inner {
    width: 100%;
  }
}
.entry .box h3 {
  display: inline-flex;
  position: relative;
  padding-inline: 3.39vw;
  color: #fffdfd;
  font-size: max(1.56vw, 2rem);
  letter-spacing: 8px;
}
@media all and (max-width: 896px) {
  .entry .box h3 {
    padding-inline: 24px;
    font-size: 1.8rem;
    letter-spacing: 1px;
  }
}
.entry .box h3::before, .entry .box h3::after {
  content: "";
  position: absolute;
  bottom: 0.78vw;
  width: 2.6vw;
  height: 3.13vw;
  background: url(../images/common/ico_comment.svg) no-repeat center/cover;
  filter: brightness(0) invert(1);
}
@media all and (max-width: 896px) {
  .entry .box h3::before, .entry .box h3::after {
    width: 20px;
    height: 24px;
    bottom: 7px;
  }
}
.entry .box h3::before {
  left: 0;
}
.entry .box h3::after {
  right: 0;
  transform: scale(-1, 1);
}
.entry .box .line {
  margin-block: 2.08vw 1.25vw;
  text-align: left;
}
@media all and (max-width: 896px) {
  .entry .box .line {
    margin-block: 40px 20px;
  }
}
.entry .box .line a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.08vw;
  position: relative;
  padding: 2.08vw 5.21vw 2.08vw 4.95vw;
  border-radius: 100px;
  border: 2px solid #fff;
  background: #162153;
  box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.25);
  color: #fffdfd;
  font-size: 1.45vw;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 6px;
}
@media all and (max-width: 896px) {
  .entry .box .line a {
    gap: 16px;
    padding: 10px 35px 10px 10px;
    font-size: 1.4rem;
  }
}
.entry .box .line a::before {
  content: "";
  position: absolute;
  right: 32px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
}
@media all and (max-width: 896px) {
  .entry .box .line a::before {
    right: 10px;
    width: 28px;
    height: 28px;
  }
}
.entry .box .line a::after {
  content: "";
  position: absolute;
  right: 46.5px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #162153;
  border-right: 2px solid #162153;
  transform: rotate(45deg);
}
@media all and (max-width: 896px) {
  .entry .box .line a::after {
    right: 21px;
  }
}
.entry .box .line a img {
  flex: none;
  width: 90px;
  height: 90px;
}
@media all and (max-width: 896px) {
  .entry .box .line a img {
    width: 45px;
    height: 45px;
  }
}
@media all and (max-width: 896px) {
  .entry .box .line a img.qr {
    display: none;
  }
}
.entry .box .conv {
  display: flex;
  gap: 16px;
}
@media all and (max-width: 896px) {
  .entry .box .conv {
    flex-direction: column;
  }
}
.entry .box .conv li {
  display: flex;
  width: calc((100% - 16px) / 2);
}
@media all and (max-width: 896px) {
  .entry .box .conv li {
    width: 100%;
  }
}
.entry .box .conv li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 5px 10px 5px 26px;
  border: 2px solid #162153;
  border-radius: 100px;
  background: #fffdfd;
  color: #162153;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1px;
}
@media all and (max-width: 896px) {
  .entry .box .conv li a {
    height: 60px;
    font-size: 1.6rem;
  }
}
.entry .box .conv li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 26px;
  width: 18px;
  height: 18px;
  background: url(../images/common/ico_roupe.svg) no-repeat center/cover;
  transform: translateY(-50%);
}
.entry .box .conv li a[href^="tel:"] {
  pointer-events: none;
  font-family: "Urbanist", sans-serif;
  font-size: 2.4rem;
}
@media all and (max-width: 896px) {
  .entry .box .conv li a[href^="tel:"] {
    pointer-events: auto;
    font-size: 1.8rem;
  }
}
.entry .box .conv li a[href^="tel:"]::before {
  width: 16px;
  height: 26px;
  background-image: url(../images/common/ico_mobile.svg);
}
.entry .box .conv li a span {
  margin-top: -10px;
  font-size: 1.4rem;
}
@media all and (max-width: 896px) {
  .entry .box .conv li a span {
    font-size: 1.2rem;
  }
}
.entry .bnr {
  display: flex;
  justify-content: center;
  margin-top: 11.72vw;
}
@media all and (max-width: 896px) {
  .entry .bnr {
    margin-top: 30px;
  }
}
.entry .bnr a {
  width: 1000px;
}
.entry .bnr a img {
  border-radius: 32px;
}
@media all and (max-width: 896px) {
  .entry .bnr a img {
    border-radius: 10px;
  }
}

/* blockskip */
/* ============================================ */
#blockskip {
  overflow: hidden;
  height: 0;
  background: #ddd;
  text-align: center;
}

.scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}

/* header */
/* ============================================ */
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 108px;
  padding: 24px 2.08vw;
  background: #fff;
  font-size: max(0.94vw, 1.2rem);
}
@media all and (max-width: 1025px) {
  header {
    padding: 0 15px;
    height: 60px;
    font-size: 1.8rem;
  }
}
header .logo {
  position: relative;
  z-index: 11;
  width: 12.5vw;
}
@media all and (max-width: 1025px) {
  header .logo {
    width: 126px;
  }
}
header #menu-cb,
header #menu-icon {
  display: none;
}
header #ham-menu nav {
  display: flex;
  align-items: center;
  gap: 2.08vw;
}
@media all and (max-width: 1025px) {
  header #ham-menu nav {
    flex-direction: column;
    gap: 24px;
    text-align: center;
  }
}
header #ham-menu nav ul {
  display: flex;
  gap: 1vw;
}
@media all and (max-width: 1025px) {
  header #ham-menu nav ul {
    flex-direction: column;
    gap: 24px;
  }
}
header #ham-menu nav ul.conv {
  gap: 0.83vw;
}
@media all and (max-width: 1025px) {
  header #ham-menu nav ul.conv {
    gap: 24px;
  }
}
header #ham-menu nav ul.conv li {
  display: flex;
  width: max(11.46vw, 140px);
}
@media all and (max-width: 1025px) {
  header #ham-menu nav ul.conv li {
    width: 280px;
  }
}
header #ham-menu nav ul.conv li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 10px 10px 10px 20px;
  border: 2px solid #162153;
  border-radius: 100px;
  background: #fffdfd;
  color: #162153;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.9px;
}
header #ham-menu nav ul.conv li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 18px;
  width: 18px;
  height: 18px;
  background: url(../images/common/ico_roupe.svg) no-repeat center/cover;
  transform: translateY(-50%);
}
header #ham-menu nav ul.conv li:last-child a {
  padding-left: 40px;
  background: #162153;
  color: #fff;
  font-family: "Urbanist", sans-serif;
}
@media all and (max-width: 1025px) {
  header #ham-menu nav ul.conv li:last-child a {
    padding-left: 24px;
  }
}
header #ham-menu nav ul.conv li:last-child a::before {
  width: 16px;
  height: 26px;
  background-image: url(../images/common/ico_mobile.svg);
  filter: brightness(0) invert(1);
}
header #ham-menu nav ul.conv li:last-child a span {
  font-size: max(0.54vw, 0.69rem);
}
@media all and (max-width: 1025px) {
  header #ham-menu nav ul.conv li:last-child a span {
    font-size: 1.1rem;
  }
}
@media all and (max-width: 1025px) {
  header #ham-menu {
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 10;
    background: #fff;
    width: 100%;
    height: 100%;
    padding: 60px 0 0;
    transition: transform 0.2s ease-out 0s;
  }
  header #ham-menu nav {
    justify-content: center;
    height: 100%;
    padding: 0 30px 40px;
    overflow-y: auto;
  }
  header #menu-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 11;
    width: 55px;
    height: 60px;
    font-size: 0;
    cursor: pointer;
  }
  header #menu-icon span {
    display: inline-block;
    position: relative;
    width: 26px;
    height: 2px;
    background-color: #aa0b12;
    transition: 0.4s;
  }
  header #menu-icon span::before, header #menu-icon span::after {
    content: "";
    position: absolute;
    top: 20px;
    width: 100%;
    height: 100%;
    background-color: #aa0b12;
    transition: 0.4s;
  }
  header #menu-icon span::before {
    top: -7px;
  }
  header #menu-icon span::after {
    top: 7px;
  }
  header #menu-cb:checked ~ #ham-menu {
    transform: translate(-100%);
  }
  header #menu-cb:checked ~ #menu-icon span {
    background: none;
  }
  header #menu-cb:checked ~ #menu-icon span::before {
    transform: translateY(7px) rotate(-315deg);
  }
  header #menu-cb:checked ~ #menu-icon span::after {
    transform: translateY(-7px) rotate(315deg);
  }
}

/* footer */
/* ============================================ */
footer {
  padding-block: 60px 20px;
  background: #162153;
  color: #fff;
  font-weight: 700;
  line-height: 2;
}
footer .inner {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 896px) {
  footer .inner {
    flex-direction: column;
  }
}
footer .inner a[href^="tel:"] {
  pointer-events: none;
}
@media all and (max-width: 896px) {
  footer .inner a[href^="tel:"] {
    pointer-events: auto;
  }
}
footer .inner .logo {
  width: 337px;
  filter: brightness(0) invert(1);
}
@media all and (max-width: 896px) {
  footer .inner .logo {
    width: 200px;
  }
}
footer .inner address {
  margin-top: 20px;
}
footer .inner ul {
  display: flex;
  flex-direction: column;
  width: 392px;
  gap: 24px;
  font-size: 2rem;
  font-weight: 700;
}
@media all and (max-width: 896px) {
  footer .inner ul {
    max-width: 100%;
    margin-top: 30px;
  }
}
footer .inner ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 74px;
  padding: 16px 24px;
  border-radius: 100px;
  background: #fffdfd;
  color: #162153;
}
footer .inner ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #162153;
  transform: translateY(-50%);
}
footer .inner ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 34px;
  width: 20px;
  height: 16px;
  background: url(../images/common/ico_mail.svg) no-repeat center/cover;
  transform: translateY(-50%);
  filter: brightness(0) invert(1);
}
footer .inner ul li:first-child {
  font-family: "Urbanist", sans-serif;
  font-size: 2.6rem;
}
footer .inner ul li:first-child a::after {
  left: 36px;
  width: 16px;
  height: 26px;
  background-image: url(../images/common/ico_mobile.svg);
}
footer small {
  display: block;
  margin-top: 80px;
  text-align: center;
}
@media all and (max-width: 896px) {
  footer small {
    margin-top: 40px;
  }
}

/*# sourceMappingURL=layout.css.map */
