@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] {
  -webkit-text-decoration: underline dotted;
          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;
}

sup {
  top: -0.5em;
}

/* 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;
}

/**
 * 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;
}

/* 489ban */
/* ============================================ */
.w_wide {
  max-width: 1720px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.header {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  position: static;
  top: 0;
  z-index: 1000;
  background: #fff;
  width: 100%;
  min-width: 1100px;
  height: 90px;
  padding: 10px 2vw;
}
@media all and (max-width: 768px) {
  .header {
    min-width: inherit;
    height: 60px;
    padding: 5px 10px;
  }
}
.header a {
  transition: all 0.3s ease-out;
}
.header a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.header__wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 30px;
}
.header__logo {
  flex-shrink: 0;
}
@media all and (max-width: 768px) {
  .header__logo img {
    width: 120px;
  }
}
@media all and (max-width: 768px) {
  .header__nav {
    display: block;
    padding: 100px 30px;
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 800;
    min-height: 100vh;
    width: 100%;
    max-width: 400px;
    height: 100%;
    overflow: auto;
    translate: 100% 0;
    transition: all 0.5s ease-out;
  }
  .header__nav.open {
    translate: 0 0;
  }
}
.header__nav-block {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media all and (max-width: 768px) {
  .header__nav-block {
    flex-direction: column;
  }
}
.header__nav-list {
  font-size: 16px;
  flex-grow: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 40px;
}
@media all and (max-width: 768px) {
  .header__nav-list {
    flex-direction: column;
    gap: 10px;
  }
}
.header__nav-list a {
  display: block;
}
@media all and (max-width: 768px) {
  .header__nav-list a {
    padding: 10px 0;
  }
}
@media all and (max-width: 768px) {
  .header__nav-instagram img {
    width: 28px;
  }
}
.header__hamburger {
  display: none;
}
@media all and (max-width: 768px) {
  .header__hamburger {
    box-sizing: border-box;
    display: grid;
    place-content: center;
    width: 60px;
    height: 60px;
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
  }
}
.header__hamburger.active span:nth-of-type(1) {
  rotate: 46deg;
  translate: 0 4px;
}
.header__hamburger.active span:nth-of-type(2) {
  opacity: 0;
}
.header__hamburger.active span:nth-of-type(3) {
  rotate: -46deg;
  translate: 0 -4px;
}
.header__hamburger-menu {
  width: 14px;
  height: 9px;
  position: relative;
}
.header__hamburger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 14px;
  height: 1px;
  background: #262626;
  transition: all 0.5s;
  transform-origin: left center;
}
.header__hamburger span:nth-of-type(1) {
  top: 0;
}
.header__hamburger span:nth-of-type(2) {
  top: 4px;
}
.header__hamburger span:nth-of-type(3) {
  bottom: 0;
}

.footer {
  min-width: 1100px;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding: 100px 0;
  position: -webkit-sticky;
  position: sticky;
  top: 100vh;
  z-index: 500;
  background: #262626;
  color: #fff;
}
@media all and (max-width: 768px) {
  .footer {
    min-width: inherit;
    padding: 40px 0 60px;
  }
}
.footer a {
  transition: all 0.3s ease-out;
}
.footer a:hover {
  text-decoration: none;
  opacity: 0.7;
  color: #fff;
}
.footer__wrapper {
  width: calc(100% - 140px);
}
@media all and (max-width: 1025px) {
  .footer__wrapper {
    width: calc(100% - 40px);
  }
}
.footer__outer {
  display: flex;
  justify-content: space-between;
  gap: 48px 8%;
}
@media all and (max-width: 1025px) {
  .footer__outer {
    flex-direction: column;
  }
}
.footer__block {
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media all and (max-width: 1025px) {
  .footer__block {
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  .footer__block {
    justify-content: flex-start;
    flex-direction: row;
    gap: 20px 16%;
  }
}
.footer__contents {
  flex-grow: 1;
  max-width: 740px;
}
@media all and (max-width: 1025px) {
  .footer__contents {
    width: 100%;
    max-width: none;
  }
}
.footer__logo {
  flex-shrink: 0;
}
.footer__box {
  margin-top: 48px;
}
@media all and (max-width: 768px) {
  .footer__box {
    margin-top: 0;
  }
}
.footer__address {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 18px;
  line-height: 1.8;
}
@media all and (max-width: 768px) {
  .footer__address {
    font-size: 14px;
  }
}
.footer__tel {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
  margin-top: 80px;
}
@media all and (max-width: 768px) {
  .footer__tel {
    gap: 2px 8px;
    margin-top: 16px;
  }
}
.footer__tel dt {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 24px;
  padding-top: 10px;
}
@media all and (max-width: 768px) {
  .footer__tel dt {
    font-size: 16px;
    padding-top: 7px;
  }
}
.footer__tel dd {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 14px;
}
@media all and (max-width: 768px) {
  .footer__tel dd {
    font-size: 12px;
  }
}
.footer__tel-number {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 32px;
  margin-right: 0.4em;
}
@media all and (max-width: 768px) {
  .footer__tel-number {
    font-size: 22px;
  }
}
.footer__item-first {
  display: flex;
  justify-content: space-between;
  gap: 32px 24px;
  padding-bottom: 102px;
  border-bottom: 1px solid #4D4D4D;
}
@media all and (max-width: 1025px) {
  .footer__item-first {
    flex-direction: column;
    padding-bottom: 50px;
  }
}
@media all and (max-width: 768px) {
  .footer__item-first {
    gap: 28px 20px;
  }
}
.footer__nav {
  flex-grow: 1;
  display: flex;
  gap: 4px 8%;
  flex-wrap: wrap;
  font-size: 16px;
}
@media all and (max-width: 768px) {
  .footer__nav {
    width: 100%;
    gap: 4px 32px;
    font-size: 14px;
  }
}
@media all and (max-width: 480px) {
  .footer__nav > li {
    width: 100%;
  }
}
.footer__nav a {
  display: block;
  padding: 10px 0;
}
.footer__btn {
  flex-shrink: 0;
  width: 200px;
}
@media all and (max-width: 480px) {
  .footer__btn {
    width: 100%;
  }
}
.footer__btn-icon {
  line-height: 1;
}
.footer__btn > a {
  box-sizing: border-box;
  padding: 12px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: 1px solid #fff;
  font-size: 16px;
}
@media all and (max-width: 768px) {
  .footer__btn > a {
    font-size: 14px;
  }
}
.footer__item-second {
  padding-top: 102px;
}
@media all and (max-width: 768px) {
  .footer__item-second {
    padding-top: 40px;
  }
}
.footer__nav-second {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 5%;
  flex-wrap: wrap;
  font-size: 14px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media all and (max-width: 768px) {
  .footer__nav-second {
    gap: 4px 24px;
    font-size: 12px;
  }
}
.footer__nav-second a {
  display: block;
  padding: 10px 0;
}
.footer__item-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px 24px;
}
@media all and (max-width: 1025px) {
  .footer__item-block {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media all and (max-width: 768px) {
  .footer__item-block {
    gap: 56px 20px;
  }
}
.footer__item-box {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media all and (max-width: 1025px) {
  .footer__item-box {
    width: 100%;
    flex-direction: column-reverse;
  }
}
.footer__icon {
  display: flex;
}
@media all and (max-width: 768px) {
  .footer__icon .icon_instagram img {
    width: 30px;
  }
}
.footer__copyright {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  text-transform: uppercase;
  color: #4D4D4D;
  font-size: 14px;
  padding-top: 32px;
}
@media all and (max-width: 1025px) {
  .footer__copyright {
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  .footer__copyright {
    font-size: 12px;
    padding-top: 20px;
  }
}

.second-mainvisual {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  overflow: hidden;
  min-width: 1100px;
  min-height: 120px;
  background: #262626;
  position: relative;
}
@media all and (max-width: 768px) {
  .second-mainvisual {
    min-width: inherit;
  }
}
.second-mainvisual::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: radial-gradient(transparent, rgba(0, 0, 0, 0.5));
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.second-mainvisual__wave {
  position: absolute;
  left: 0;
  bottom: -32px;
  z-index: 10;
}
@media all and (max-width: 768px) {
  .second-mainvisual__wave {
    width: 1000px;
    left: -50px;
  }
}
.second-mainvisual__wrapper {
  width: calc(100% - 120px);
  padding: 60px 0;
  position: relative;
  z-index: 20;
}
@media all and (max-width: 768px) {
  .second-mainvisual__wrapper {
    width: calc(100% - 40px);
    padding: 40px 0;
  }
}
.second-mainvisual__item {
  padding: 24px 0 0 24px;
  background: url("../images/common/ttl_line_gray.svg") left top/50px 50px no-repeat;
}
@media all and (max-width: 768px) {
  .second-mainvisual__item {
    padding: 16px 0 0 16px;
    background-size: 38px 38px;
  }
}
.second-mainvisual__ttl {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  writing-mode: vertical-rl;
  font-size: 40px;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.25em;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
}
@media all and (max-width: 768px) {
  .second-mainvisual__ttl {
    font-size: 28px;
  }
}
.second-mainvisual__en {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  font-size: min(12vw, 70px);
  white-space: nowrap;
  line-height: 1;
  letter-spacing: 0.1em;
  position: absolute;
  bottom: -0.18em;
  right: 10px;
  z-index: 15;
}
@media all and (max-width: 768px) {
  .second-mainvisual__en {
    font-size: min(10vw, 48px);
  }
}

.yoyaku__mainvisual {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  background: url("../images/yoyaku/mainvisual.jpg") center center/cover no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
}