@charset "UTF-8";
/* ============================================
// normalize.css v3.0.2 | MIT License | git.io/normalize
// ==========================================*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: none; /* 2 */
  -webkit-text-size-adjust: none; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* ============================================
// base
// ==========================================*/
*,
*:after,
*:before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
}

ul, li {
  list-style: none;
}

h1, h2, h3, h4, p, ul, li, dl, dt, dd, span, body, figcaption, figure {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: bottom;
  border: 0;
}
img:not(.ofi) {
  display: block;
  max-width: 100%;
  height: auto;
}
img.ofi {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}

a:link, a:visited {
  text-decoration: none;
  transition: opacity 0.3s;
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  a:hover, a:active {
    opacity: 0.7;
  }
}
a:focus {
  outline: none;
}
@media (min-device-width: 834px) {
  a[href*="tel:"] {
    display: inline-block;
    pointer-events: none;
  }
}

::-moz-selection {
  background: #012847;
  color: #fff !important;
}

::selection {
  background: #012847;
  color: #fff !important;
}

html {
  overflow: auto;
  font-size: 62.5%;
}

body {
  position: relative;
  font-family: "Noto Sans JP", "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;;
  font-size: 1.5rem;
  line-height: 2.1764705882;
  letter-spacing: 0.1em;
  color: #231816;
  overflow: hidden;
  min-width: 1200px;
}
@media screen and (max-width: 834px) {
  body {
    font-size: 1rem;
    min-width: 320px;
  }
}

h2, h3, h4 {
  line-height: 1.5;
}

.forPC {
  display: block;
}
@media screen and (max-width: 834px) {
  .forPC {
    display: none;
  }
}

.forSP {
  display: none;
}
@media screen and (max-width: 834px) {
  .forSP {
    display: block;
  }
}

/* ============================================
// btn
// ==========================================*/
.btn-border, .btn-secondary, .btn-primary, .btn-white {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1.4em 2em 1.4em 2em;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  transition: opacity 0.3s;
}
.btn-border::before, .btn-secondary::before, .btn-primary::before, .btn-white::before, .btn-border::after, .btn-secondary::after, .btn-primary::after, .btn-white::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .btn-border:hover, .btn-secondary:hover, .btn-primary:hover, .btn-white:hover {
    opacity: 0.7;
  }
}
.-l.btn-border, .-l.btn-secondary, .-l.btn-primary, .-l.btn-white {
  font-size: 1.8rem;
}
@media screen and (max-width: 834px) {
  .-l.btn-border, .-l.btn-secondary, .-l.btn-primary, .-l.btn-white {
    font-size: 1.5rem;
  }
}
.-round.btn-border, .-round.btn-secondary, .-round.btn-primary, .-round.btn-white {
  border-radius: 200px;
}
.-paddingPlus.btn-border, .-paddingPlus.btn-secondary, .-paddingPlus.btn-primary, .-paddingPlus.btn-white {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
@media screen and (max-width: 834px) {
  .-paddingPlus.btn-border, .-paddingPlus.btn-secondary, .-paddingPlus.btn-primary, .-paddingPlus.btn-white {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
}
.btn-border .ico, .btn-secondary .ico, .btn-primary .ico, .btn-white .ico {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 3;
  width: 14px;
  height: 1px;
}
.btn-border .ico::before, .btn-secondary .ico::before, .btn-primary .ico::before, .btn-white .ico::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.btn-border .ico::after, .btn-secondary .ico::after, .btn-primary .ico::after, .btn-white .ico::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: 6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #000;
}
.btn-border .text, .btn-secondary .text, .btn-primary .text, .btn-white .text {
  position: relative;
  z-index: 3;
}
.btn-border .ico-arrow, .btn-secondary .ico-arrow, .btn-primary .ico-arrow, .btn-white .ico-arrow,
.btn-border .ico-blank,
.btn-secondary .ico-blank,
.btn-primary .ico-blank,
.btn-white .ico-blank {
  position: absolute;
  top: 50%;
  right: 7%;
  transform: translateY(-50%);
}

.btn-white {
  background-color: #fff;
  border-radius: 3px;
  color: #231816;
  transition: 0.3s !important;
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .btn-white:hover {
    opacity: 1;
    color: #fff;
    background-color: #012847;
    transform: scale(1.03);
  }
}

.btn-primary {
  color: #231816;
}

.btn-secondary {
  background-color: #012847;
  color: #231816;
  transition: 0.3s !important;
}

.btn-border {
  color: #231816;
  border: 1px solid;
  transition: 0.3s !important;
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .btn-border:hover {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.06);
  }
}
.btn-border.-radius {
  border-radius: 200px;
}
.btn-border.-s {
  border-width: 1px;
  padding: 0.8em 3em 0.8em 2.5em;
}
.btn-border.-s .ico {
  right: 1em;
}
.btn-border.-white {
  color: #fff;
}
.btn-border.-primary {
  color: #012847;
}

.btn-link01 {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #231816;
}
.btn-link01 .icoWrap {
  margin-right: 20px;
  transition: border-radius 0.3s;
}
.btn-link01 .ico-arrow {
  margin-left: 10px;
}
.btn-link01 .ico {
  display: block;
  position: relative;
  z-index: 3;
  width: 14px;
  height: 1px;
  margin-left: 10px;
  transition: transform 0.3s;
}
.btn-link01 .ico::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.btn-link01 .ico::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  border: 1px solid #fff;
  border-left: none;
  border-bottom: none;
  width: 7px;
  height: 7px;
  margin-left: 2px;
}
.btn-link01 .text {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  transition: 0.3s;
}
.btn-link01:hover {
  opacity: 1;
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .btn-link01:hover .ico {
    transform: translateX(5px);
  }
  .btn-link01:hover .text {
    color: #012847;
  }
  .btn-link01:hover .icoWrap {
    border-radius: 10px;
  }
}

.btn-link-ico-border, .btn-link-ico {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 43px;
  height: 43px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
}
.btn-link-ico-border .ico, .btn-link-ico .ico {
  position: relative;
  width: 11px;
  height: 1px;
}
.btn-link-ico-border .ico::before, .btn-link-ico .ico::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.btn-link-ico-border .ico::after, .btn-link-ico .ico::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  border: 1px solid #fff;
  border-left: none;
  border-bottom: none;
  width: 7px;
  height: 7px;
  margin-left: 1px;
}
.-l.btn-link-ico-border, .-l.btn-link-ico {
  width: 106px;
  height: 106px;
}
.-l.btn-link-ico-border::after, .-l.btn-link-ico::after {
  width: calc(100% - 8px);
  height: calc(100% - 8px);
}
.-l.btn-link-ico-border .ico, .-l.btn-link-ico .ico {
  width: 25px;
}
.-l.btn-link-ico-border .ico::after, .-l.btn-link-ico .ico::after {
  width: 16px;
  height: 16px;
  margin-left: 3px;
}

.btn-link-ico.-grad1 {
  background: #001d55;
  background: linear-gradient(90deg, #001d55 0%, #004c80 100%);
}
.btn-link-ico.-grad2 {
  background: #f59a40;
  background: linear-gradient(90deg, #f59a40 0%, #e82d50 100%);
}

.btn-link-ico-border .ico::after {
  background-color: transparent;
  border: 1px solid #fff;
}

.btn-link-ico-grad1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 43px;
  height: 43px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
}
.btn-link-ico-grad1 .ico {
  position: relative;
  width: 11px;
  height: 1px;
}
.btn-link-ico-grad1 .ico::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.btn-link-ico-grad1 .ico::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  border: 1px solid #fff;
  border-left: none;
  border-bottom: none;
  width: 7px;
  height: 7px;
  margin-left: 1px;
}
.-l.btn-link-ico-grad1 {
  width: 106px;
  height: 106px;
}
.-l.btn-link-ico-grad1::after {
  width: calc(100% - 8px);
  height: calc(100% - 8px);
}
.-l.btn-link-ico-grad1 .ico {
  transform: scale(1.6);
}

/* ============================================
// object
// ==========================================*/
/* css - scroll animation */
.js-anime.c-animate {
  opacity: 0;
  transition: opacity 0.6s;
}
.js-anime.c-animate.c-animate-b {
  transform: translateY(60px);
  transition: opacity 0.6s, transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.js-anime.c-animate.c-animate-tl {
  transform: translate(60px, 60px);
  transition: opacity 0.6s, transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.js-anime.c-animate.c-animate-tr {
  transform: translate(-60px, 60px);
  transition: opacity 0.6s, transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.js-anime.c-animate.c-animate-bl {
  transform: translate(60px, -60px);
  transition: opacity 0.6s, transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.js-anime.c-animate.c-animate-br {
  transform: translate(-60px, -60px);
  transition: opacity 0.6s, transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.js-anime .c-animate-stagger {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 0.6s, transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.js-anime .c-animate-stagger:nth-child(1) {
  transition-delay: 0.05s;
}
.js-anime .c-animate-stagger:nth-child(2) {
  transition-delay: 0.1s;
}
.js-anime .c-animate-stagger:nth-child(3) {
  transition-delay: 0.15s;
}
.js-anime .c-animate-stagger:nth-child(4) {
  transition-delay: 0.2s;
}
.js-anime .c-animate-stagger:nth-child(5) {
  transition-delay: 0.25s;
}
.js-anime .c-animate-stagger:nth-child(6) {
  transition-delay: 0.3s;
}
.js-anime .c-animate-stagger:nth-child(7) {
  transition-delay: 0.35s;
}
.js-anime .c-animate-stagger:nth-child(8) {
  transition-delay: 0.4s;
}
.js-anime .c-animate-stagger:nth-child(9) {
  transition-delay: 0.45s;
}
.js-anime .c-animate-stagger:nth-child(10) {
  transition-delay: 0.5s;
}
.js-anime .c-animate-stagger:nth-child(11) {
  transition-delay: 0.55s;
}
.js-anime .c-animate-stagger:nth-child(12) {
  transition-delay: 0.6s;
}
.js-anime .c-animate-stagger:nth-child(13) {
  transition-delay: 0.65s;
}
.js-anime .c-animate-stagger:nth-child(14) {
  transition-delay: 0.7s;
}
.js-anime .c-animate-stagger:nth-child(15) {
  transition-delay: 0.75s;
}
.js-anime .c-animate-stagger:nth-child(16) {
  transition-delay: 0.8s;
}
.js-anime .c-animate-stagger:nth-child(17) {
  transition-delay: 0.85s;
}
.js-anime .c-animate-stagger:nth-child(18) {
  transition-delay: 0.9s;
}
.js-anime .c-animate-stagger:nth-child(19) {
  transition-delay: 0.95s;
}
.js-anime .c-animate-stagger:nth-child(20) {
  transition-delay: 1s;
}
.js-anime.c-screen {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.js-anime.c-screen::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform 1s cubic-bezier(0.87, 0, 0.13, 1);
  transform: translate(0, 0);
}
.js-anime.c-screen.c-screen-blue::before {
  background: rgba(1, 40, 71, 0.9);
}
.js-anime.c-screen.c-screen-gray::before {
  background: rgba(245, 245, 245, 0.9);
}
.js-anime.c-filter {
  filter: saturate(0%) brightness(500%);
  transition: filter 1s cubic-bezier(0.87, 0, 0.13, 1);
}
.js-anime.c-text {
  position: relative;
}
.js-anime.c-text::before {
  content: attr(data-word);
  display: block;
  color: #eee;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  mix-blend-mode: color-burn;
}
@media all and (-ms-high-contrast: none) {
  .js-anime.c-text::before {
    content: none;
  }
}
.js-anime.c-text > span {
  display: inline-block;
  -webkit-clip-path: circle(0% at 0% 0%);
          clip-path: circle(0% at 0% 0%);
}
@keyframes hdAni {
  0% {
    -webkit-clip-path: circle(0% at 0% 0%);
            clip-path: circle(0% at 0% 0%);
  }
  100% {
    -webkit-clip-path: circle(100%);
            clip-path: circle(100%);
  }
}
.js-anime .word {
  display: inline-block;
  opacity: 0;
  transform: translateY(-100%);
  transition: 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@keyframes translate-easeOutBounce {
  0% {
    opacity: 0;
    transform: translateY(0%);
  }
  12% {
    transform: translateY(-10.89%);
  }
  24% {
    opacity: 1;
    transform: translateY(-43.56%);
  }
  36% {
    transform: translateY(-98.01%);
  }
  54% {
    transform: translateY(-75.02%);
  }
  74% {
    transform: translateY(-98.37%);
  }
  82% {
    transform: translateY(-93.75%);
  }
  92% {
    transform: translateY(-99.34%);
  }
  96% {
    transform: translateY(-98.46%);
  }
  100% {
    transform: translateY(-100%);
  }
}
.js-anime .word:nth-child(1) {
  transition-delay: 0.05s !important;
}
.js-anime .word:nth-child(2) {
  transition-delay: 0.1s !important;
}
.js-anime .word:nth-child(3) {
  transition-delay: 0.15s !important;
}
.js-anime .word:nth-child(4) {
  transition-delay: 0.2s !important;
}
.js-anime .word:nth-child(5) {
  transition-delay: 0.25s !important;
}
.js-anime .word:nth-child(6) {
  transition-delay: 0.3s !important;
}
.js-anime .word:nth-child(7) {
  transition-delay: 0.35s !important;
}
.js-anime .word:nth-child(8) {
  transition-delay: 0.4s !important;
}
.js-anime .word:nth-child(9) {
  transition-delay: 0.45s !important;
}
.js-anime .word:nth-child(10) {
  transition-delay: 0.5s !important;
}
.js-anime .word:nth-child(11) {
  transition-delay: 0.55s !important;
}
.js-anime .word:nth-child(12) {
  transition-delay: 0.6s !important;
}
.js-anime .word:nth-child(13) {
  transition-delay: 0.65s !important;
}
.js-anime .word:nth-child(14) {
  transition-delay: 0.7s !important;
}
.js-anime .word:nth-child(15) {
  transition-delay: 0.75s !important;
}
.js-anime .word:nth-child(16) {
  transition-delay: 0.8s !important;
}
.js-anime .word:nth-child(17) {
  transition-delay: 0.85s !important;
}
.js-anime .word:nth-child(18) {
  transition-delay: 0.9s !important;
}
.js-anime .word:nth-child(19) {
  transition-delay: 0.95s !important;
}
.js-anime .word:nth-child(20) {
  transition-delay: 1s !important;
}
.js-anime .word:nth-child(21) {
  transition-delay: 1.05s !important;
}
.js-anime .word:nth-child(22) {
  transition-delay: 1.1s !important;
}
.js-anime .word:nth-child(23) {
  transition-delay: 1.15s !important;
}
.js-anime .word:nth-child(24) {
  transition-delay: 1.2s !important;
}
.js-anime .word:nth-child(25) {
  transition-delay: 1.25s !important;
}
.js-anime .word:nth-child(26) {
  transition-delay: 1.3s !important;
}
.js-anime .word:nth-child(27) {
  transition-delay: 1.35s !important;
}
.js-anime .word:nth-child(28) {
  transition-delay: 1.4s !important;
}
.js-anime .word:nth-child(29) {
  transition-delay: 1.45s !important;
}
.js-anime .word:nth-child(30) {
  transition-delay: 1.5s !important;
}
.js-anime .word:nth-child(31) {
  transition-delay: 1.55s !important;
}
.js-anime .word:nth-child(32) {
  transition-delay: 1.6s !important;
}
.js-anime .word:nth-child(33) {
  transition-delay: 1.65s !important;
}
.js-anime .word:nth-child(34) {
  transition-delay: 1.7s !important;
}
.js-anime .word:nth-child(35) {
  transition-delay: 1.75s !important;
}
.js-anime .word:nth-child(36) {
  transition-delay: 1.8s !important;
}
.js-anime .word:nth-child(37) {
  transition-delay: 1.85s !important;
}
.js-anime .word:nth-child(38) {
  transition-delay: 1.9s !important;
}
.js-anime .word:nth-child(39) {
  transition-delay: 1.95s !important;
}
.js-anime .word:nth-child(40) {
  transition-delay: 2s !important;
}
.js-anime .word:nth-child(41) {
  transition-delay: 2.05s !important;
}
.js-anime .word:nth-child(42) {
  transition-delay: 2.1s !important;
}
.js-anime .word:nth-child(43) {
  transition-delay: 2.15s !important;
}
.js-anime .word:nth-child(44) {
  transition-delay: 2.2s !important;
}
.js-anime .word:nth-child(45) {
  transition-delay: 2.25s !important;
}
.js-anime .word:nth-child(46) {
  transition-delay: 2.3s !important;
}
.js-anime .word:nth-child(47) {
  transition-delay: 2.35s !important;
}
.js-anime .word:nth-child(48) {
  transition-delay: 2.4s !important;
}
.js-anime .word:nth-child(49) {
  transition-delay: 2.45s !important;
}
.js-anime .word:nth-child(50) {
  transition-delay: 2.5s !important;
}
.js-anime.js-active.c-animate {
  opacity: 1;
}
.js-anime.js-active.c-animate.c-animate-b, .js-anime.js-active.c-animate.c-animate-tl, .js-anime.js-active.c-animate.c-animate-tr, .js-anime.js-active.c-animate.c-animate-bl, .js-anime.js-active.c-animate.c-animate-br {
  transform: none;
}
.js-anime.js-active .c-animate-stagger {
  opacity: 1;
  transform: none;
}
.js-anime.js-active.c-screen::before {
  transform: translateY(100%);
}
.js-anime.js-active.c-screen.c-screen-mono::before {
  transform: none;
  -webkit-backdrop-filter: saturate(100%);
          backdrop-filter: saturate(100%);
}
.js-anime.js-active.c-filter {
  filter: none;
}
.js-anime.js-active.c-text > span {
  animation: hdAni 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0s both;
}
.js-anime.js-active .word {
  transform: none;
  opacity: 1;
}

.js-text .en {
  overflow: hidden;
}
.js-text .word {
  display: inline-block;
  min-width: 0.25em;
  will-change: transform;
}

.js-fade,
.js-stagger-child {
  will-change: transform, opacity, filter;
}

/* heading */
.heading01 {
  position: relative;
  line-height: 1.2;
}
.heading01 .inner {
  position: relative;
  display: inline-block;
}
.heading01 .en {
  display: inline-block;
  position: relative;
  font-size: 6.2rem;
  font-weight: bold;
  font-family: "Hind", serif;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 834px) {
  .heading01 .en {
    font-size: 3.4rem;
    font-size: 2.6rem;
  }
}
.heading01 .line {
  display: block;
  position: absolute;
  bottom: 22px;
  width: 3000px;
  height: 1px;
}
@media screen and (max-width: 834px) {
  .heading01 .line {
    display: none;
  }
}
.heading01 .line span {
  display: block;
  border-top: 1px solid;
  width: 100%;
  height: 100%;
}
.heading01.-lineLeft .line {
  right: 0;
}
.heading01.-lineRight .line {
  left: 0;
  transform: scale(-1, 1);
}
.heading01.-primary {
  color: #012847;
}
.heading01.-secondary {
  color: #b5977f;
}
.heading01.-third {
  color: #00679a;
}

.heading02 {
  position: relative;
  line-height: 1;
}
.heading02 .en {
  display: inline-block;
  position: relative;
  font-size: 4.3rem;
  font-weight: 600;
  font-family: "Barlow Condensed", sans-serif;
  font-family: "Hind", serif;
  color: #b5977f;
}
@media screen and (max-width: 834px) {
  .heading02 .en {
    font-size: 2.1rem;
  }
}
.heading02 .line {
  display: block;
  position: absolute;
  bottom: 0;
  width: 3000px;
  height: 1px;
}
@media screen and (max-width: 834px) {
  .heading02 .line {
    display: none;
  }
}
.heading02 .line span {
  display: block;
  border-top: 1px solid #b5977f;
  width: 100%;
  height: 100%;
}
.heading02.-lineLeft .line {
  right: 0;
}
.heading02.-lineRight .line {
  left: 0;
  transform: scale(-1, 1);
}
/* hamburger */
.hamburger {
  position: fixed;
  z-index: 1020;
  bottom: 20px;
  right: 20px;
  width: 38px;
  height: 38px;
  background-color: #b5977f;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (min-width: 835px) {
  .hamburger {
    display: none;
  }
}
.hamburger_inner {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.hamburger_inner:focus {
  outline: none;
}
.hamburger_line {
  display: block;
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 1px;
  background-color: #fff;
  transform: translate(-50%, -50%);
  transition: 0.3s 0.3s cubic-bezier(0.87, 0, 0.13, 1);
}
.hamburger_line:nth-of-type(1) {
  margin-top: -4px;
}
.hamburger_line:nth-of-type(2) {
  margin-top: 4px;
}
.is-drower-open .hamburger {
  background-color: transparent;
}
.is-drower-open .hamburger .hamburger_line {
  transition: 0.3s cubic-bezier(0.87, 0, 0.13, 1);
  background-color: #012847;
}
.is-drower-open .hamburger .hamburger_line:nth-of-type(1) {
  margin-top: 0;
  transform: translate(-50%, -50%) rotate(225deg);
}
.is-drower-open .hamburger .hamburger_line:nth-of-type(2) {
  margin-top: 0;
  transform: translate(-50%, -50%) rotate(-225deg);
}
.is-drower-open .hamburger .hamburger_line:nth-of-type(3) {
  opacity: 0;
}

/* overlay */
.overlay {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  backface-visibility: hidden;
  will-change: transform;
}
@media screen and (min-width: 835px) {
  .overlay {
    display: none;
  }
}
.is-drower-open .overlay {
  visibility: visible;
  opacity: 1;
}
.is-drower-open .overlay .naviList_item {
  opacity: 1;
  transform: none;
  transition: opacity 2s, transform 1s cubic-bezier(0.86, 0, 0.07, 1);
}
.is-drower-open .overlay .overlay_inner::before {
  transform: none;
}
.is-drower-open .overlay .overlay_sns {
  opacity: 1;
  transform: none;
  transition: opacity 2s 0.3s, transform 1s 0.3s cubic-bezier(0.86, 0, 0.07, 1);
}
.is-drower-open .overlay .overlay_copy {
  opacity: 1;
  transform: none;
  transition: opacity 2s 0.3s, transform 1s 0.3s cubic-bezier(0.86, 0, 0.07, 1);
}
.is-drower-open .overlay .overlay_cover {
  opacity: 1;
}
.overlay_inner {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: 50%;
  height: 100%;
  margin-left: auto;
}
.overlay_inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(174, 149, 129);
  transform: translateX(20%);
  transition: 0.3s;
}
.overlay_inner::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 30px;
  right: 0;
  width: 69px;
  height: 74px;
  background: url(../img/logo-obj1.png) no-repeat right 0/contain;
}
.overlay_contents {
  width: 100%;
  height: 100%;
  padding-top: 90px;
  padding-left: 70px;
  padding-right: 100px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 834px) {
  .overlay_contents {
    padding-left: 10%;
    padding-right: 15%;
  }
}
.overlay_contents::-webkit-scrollbar {
  display: none;
}
.overlay_logo {
  position: absolute;
  top: 23px;
  left: 20px;
}
.overlay .naviList_item {
  position: relative;
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.6s, transform 0.6s;
}
.overlay .naviList_item:nth-child(1) {
  transition-delay: 0.05s;
}
.overlay .naviList_item:nth-child(2) {
  transition-delay: 0.1s;
}
.overlay .naviList_item:nth-child(3) {
  transition-delay: 0.15s;
}
.overlay .naviList_item:nth-child(4) {
  transition-delay: 0.2s;
}
.overlay .naviList_item:nth-child(5) {
  transition-delay: 0.25s;
}
.overlay .naviList_item:nth-child(6) {
  transition-delay: 0.3s;
}
.overlay .naviList_item:nth-child(7) {
  transition-delay: 0.35s;
}
.overlay .naviList_item:nth-child(8) {
  transition-delay: 0.4s;
}
.overlay .naviList_item:nth-child(9) {
  transition-delay: 0.45s;
}
.overlay .naviList_item:nth-child(10) {
  transition-delay: 0.5s;
}
.overlay .naviList_item:not(:first-child) {
  margin-top: 25px;
}
.overlay .naviList_item > a {
  display: flex;
  align-items: center;
  position: relative;
  color: #012847;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Hind", serif;
  line-height: 1;
  white-space: nowrap;
}
.overlay .naviList_item.-drop {
  position: relative;
}
.overlay .naviList_item.-drop .trigger {
  display: flex;
  align-items: center;
  position: relative;
  color: #012847;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Hind", serif;
  line-height: 1;
  white-space: nowrap;
}
.overlay .naviList_item.-drop .dropMenu {
  position: relative;
  margin-top: 15px;
  padding-left: 5px;
}
.overlay .naviList_item.-drop .dropMenu::before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: 5px;
  width: 1px;
  height: 100%;
  background-color: #012847;
}
.overlay .naviList_item.-drop .dropMenu ul {
  position: relative;
}
.overlay .naviList_item.-drop .dropMenu li {
  position: relative;
  padding-left: 50px;
  white-space: nowrap;
}
.overlay .naviList_item.-drop .dropMenu li:not(:first-child) {
  margin-top: 10px;
}
.overlay .naviList_item.-drop .dropMenu li::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 45px;
  height: 1px;
  background-color: #012847;
}
.overlay .naviList_item.-drop .dropMenu li a {
  display: block;
  color: #012847;
  font-size: 1rem;
  font-weight: bold;
}
.overlay .naviList_item.-drop .dropMenu li a::after {
  content: none;
}
.overlay_cover {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s;
}

/* page top */
.pagetop {
  position: fixed;
  z-index: 1010;
  bottom: 20px;
  right: 70px;
}
@media screen and (min-width: 835px) {
  .pagetop {
    display: none;
  }
}
.pagetop a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background-color: #b5977f;
  border-radius: 50%;
  transition: 0.6s 0.2s cubic-bezier(0.87, 0, 0.13, 1);
  transform: translateX(50px) scale(0.8) rotate(720deg);
  opacity: 0;
}
.pagetop_ico {
  position: relative;
  display: block;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  border: 2px solid #fff;
  border-bottom: none;
  border-right: none;
}
.pagetop_text {
  font-size: 1rem;
  font-weight: bold;
  font-family: "Hind", serif;
  line-height: 1;
  letter-spacing: normal;
  color: #fff;
}
.js-scroll .pagetop a {
  transform: none;
  opacity: 1;
}

body.iPhone select,
body.iPhone input,
body.iPhone textarea {
  font-size: 16px !important;
}

/* RESET */
input,
button,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

input[type=checkbox] {
  display: none;
}

input[type=submit],
label,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

input[type=search] {
  box-sizing: border-box;
  -webkit-appearance: none;
}
input[type=search]::-webkit-search-decoration {
  display: none;
}

select,
input {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
select[type=text], select[type=search],
input[type=text],
input[type=search] {
  cursor: auto;
}

/* FORM_BLOCK */
.form_block {
  position: relative;
  /* FORM */
}
@media screen and (min-width: 835px) {
  .form_block {
    display: flex;
    align-items: flex-start;
  }
}
.form_block:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.form_block:not(:last-child) {
  padding-top: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.form_block .hd {
  flex: 0 0 200px;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (min-width: 835px) {
  .form_block .hd {
    margin-top: 12px;
  }
}
@media screen and (max-width: 834px) {
  .form_block .hd {
    font-size: 1.5rem;
    margin-bottom: 10px;
    padding-bottom: 3px;
  }
}
.form_block_contents {
  flex: 1 1 calc(100% - 200px);
  width: 100%;
}
.form_block .select_form {
  position: relative;
}
.form_block .select_form::before {
  content: "";
  position: absolute;
  display: block;
  right: 17px;
  top: 50%;
  width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(45deg);
  margin-top: -2px;
  border-bottom: 2px solid #b5977f;
  border-right: 2px solid #b5977f;
}
.form_block .select_form select {
  width: 100%;
  height: 100%;
  display: block;
  padding: 15px 20px;
  background: #fff;
  border-radius: 6px;
  color: #231816;
}
.form_block .select_form + .selCity-box {
  margin-top: 20px;
}
.form_block .select_form + .selCity-box .selCity_alert {
  margin-top: 10px;
}
.form_block .check_box .err {
  color: #e11;
}
.form_block .check_box ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: -10px;
}
@media screen and (max-width: 834px) {
  .form_block .check_box ul {
    margin-top: -5px;
  }
}
.form_block .check_box ul li {
  position: relative;
  margin-right: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 834px) {
  .form_block .check_box ul li {
    margin-right: 5px;
    margin-top: 5px;
    letter-spacing: normal;
  }
}
@media (hover: hover) and (hover: hover), (hover: hover) and (-ms-high-contrast: none), (-ms-high-contrast: none) and (hover: hover), all and (-ms-high-contrast: none) and (-ms-high-contrast: none) {
  .form_block .check_box ul li:hover label {
    background-color: rgba(0, 0, 0, 0.2);
  }
}
.form_block .check_box ul li input[type=checkbox]:checked + label {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
  color: #231816;
}
.form_block .check_box ul li input[type=checkbox]:checked + label::before {
  background-color: #fff;
  border: none;
}
.form_block .check_box ul li input[type=checkbox]:checked + label span::before, .form_block .check_box ul li input[type=checkbox]:checked + label span::after {
  opacity: 1;
  background: #b5977f;
}
.form_block .check_box ul li input[type=checkbox]:checked + label span::after {
  transition-delay: 0.1s;
}
.form_block .check_box ul li label {
  display: block;
  position: relative;
  padding: 7px 20px 9px 15px;
  border-radius: 100px;
  color: #fff;
  transition: 0.3s;
}
.form_block .check_box ul li label::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 100px;
  pointer-events: none;
  transition: 0.3s;
}
.form_block .check_box ul li label span {
  position: relative;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 6px;
  margin-bottom: -2px;
  border-radius: 2px;
  position: relative;
}
.form_block .check_box ul li label span::before, .form_block .check_box ul li label span::after {
  content: "";
  background: #345681;
  display: block;
  position: absolute;
  z-index: 10;
}
.form_block .check_box ul li label span::before {
  width: 6px;
  height: 2px;
  top: 8px;
  left: 2px;
  transform: rotate(47deg);
  transform-origin: center top;
  transition: 0.15s;
}
.form_block .check_box ul li label span::after {
  width: 2px;
  height: 10px;
  top: 1px;
  left: 4px;
  transform: rotate(45deg);
  transform-origin: center bottom;
  transition: 0.2s;
}
.form_block .text_form input {
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
}
.form_block .text_form input[type=search] {
  padding: 15px 20px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 6px;
}
.form_block .text_form input[type=search]::-moz-placeholder {
  color: #aaa;
}
.form_block .text_form input[type=search]::placeholder {
  color: #aaa;
}
.form_block.form_end {
  margin-top: 40px;
}
.form_block .submit_form {
  position: relative;
  max-width: 286px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  transition: 0.4s;
}
@media screen and (max-width: 834px) {
  .form_block .submit_form {
    max-width: 250px;
  }
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .form_block .submit_form:hover {
    transform: scale(1.03);
  }
  .form_block .submit_form:hover input {
    background-position: right center;
  }
}
.form_block .submit_form::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url(../img/ico-lenz.png) no-repeat center center/contain;
}
.form_block .submit_form input {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  background: linear-gradient(90deg, #f59a40 0%, #e82d50 50%, #f59a40 100%);
  background-size: 200%;
  background-position: left center;
  color: #fff;
  border-radius: 3px;
  padding: 1.6em 1em;
  cursor: pointer;
  border-radius: 100px;
}
@media screen and (max-width: 834px) {
  .form_block .submit_form input {
    font-size: 1.5rem;
    padding: 1.5em 1em;
  }
}

@media (hover: hover), all and (-ms-high-contrast: none) {
  select,
  input {
    transition: 0.3s;
  }
  select:hover,
  input:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
  }
}
/* ============================================
// block width
// ==========================================*/
.l-blockWidth-xs {
  max-width: 220px;
}
.l-blockWidth-s {
  max-width: 270px;
}
.l-blockWidth-m {
  max-width: 300px;
}
.l-blockWidth-l {
  max-width: 700px;
}
.l-blockWidth-xl {
  max-width: 800px;
}

/* ============================================
// container base (liquid)
// ==========================================*/
.l-container-xxl, .l-container-xl, .l-container-l, .l-container-m, .l-container-s {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 70px;
  padding-right: 70px;
}
@media screen and (max-width: 834px) {
  .l-container-xxl, .l-container-xl, .l-container-l, .l-container-m, .l-container-s {
    padding-left: 10%;
    padding-right: 10%;
  }
}

.l-container-s {
  max-width: 940px;
}
.l-container-m {
  max-width: 1340px;
}
.l-container-l {
  max-width: 1440px;
}
.l-container-xl {
  max-width: 1600px;
}
.l-container-xxl {
  max-width: 1920px;
}

/* ============================================
// header
// ==========================================*/
.l-header {
  position: relative;
  z-index: 990;
  top: 50px;
  width: 100%;
  padding-left: 4%;
  padding-right: 4%;
}
@media screen and (min-width: 835px) {
  .l-header {
    position: fixed;
  }
}
@media screen and (max-width: 834px) {
  .l-header {
    top: 20px;
  }
}
.l-header_inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .l-header_inner {
    justify-content: center;
  }
}
.l-header_logo .logo {
  width: 195px;
}
@media screen and (max-width: 834px) {
  .l-header_logo .logo {
    width: 97.5px;
  }
}
.l-header_logo .logo .title {
  display: block;
}
.l-header_logo .logo a {
  display: flex;
  align-items: center;
}
.l-header_logo .logo .img {
  display: block;
  max-width: 380px;
  width: 100%;
}
.l-header_navi {
  display: flex;
  justify-content: flex-end;
  flex: 0 1 100%;
  margin-left: auto;
}
@media screen and (max-width: 834px) {
  .l-header_navi {
    display: none;
  }
}
.l-header .naviList {
  display: flex;
}
.l-header .naviList_item {
  position: relative;
}
.l-header .naviList_item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #012847;
}
.l-header .naviList_item:last-child::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #012847;
}
.l-header .naviList_item > a {
  display: flex;
  align-items: center;
  position: relative;
  color: #012847;
  font-size: 2.4rem;
  font-weight: bold;
  font-weight: 600;
  font-family: "Hind", serif;
  padding: 3px 50px;
  line-height: 1;
  white-space: nowrap;
  transition: color 0.3s;
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .l-header .naviList_item > a:hover {
    opacity: 1;
    color: #b5977f;
  }
  .l-header .naviList_item > a:hover::before {
    opacity: 1;
    transform: none;
  }
}
.l-header .naviList_item.-drop {
  position: relative;
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .l-header .naviList_item.-drop:hover .dropMenu {
    visibility: visible;
    opacity: 1;
    transform: none;
  }
}
.l-header .naviList_item.-drop .trigger {
  display: flex;
  align-items: center;
  position: relative;
  color: #012847;
  font-size: 2.4rem;
  font-weight: 600;
  font-family: "Hind", serif;
  line-height: 1;
  padding: 3px 50px;
  white-space: nowrap;
}
.l-header .naviList_item.-drop .dropMenu {
  position: absolute;
  top: 100%;
  padding-top: 10px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: 0.3s;
}
.l-header .naviList_item.-drop .dropMenu::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: calc(100% - 15px);
  background-color: #012847;
}
.l-header .naviList_item.-drop .dropMenu ul {
  position: relative;
}
.l-header .naviList_item.-drop .dropMenu li {
  position: relative;
  padding-left: 50px;
  white-space: nowrap;
}
.l-header .naviList_item.-drop .dropMenu li::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 45px;
  height: 1px;
  background-color: #012847;
}
.l-header .naviList_item.-drop .dropMenu li a {
  display: block;
  color: #012847;
  font-size: 1.5rem;
  font-weight: bold;
  transition: color 0.3s;
}
.l-header .naviList_item.-drop .dropMenu li a::after {
  content: none;
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .l-header .naviList_item.-drop .dropMenu li a:hover {
    color: #b5977f;
    opacity: 1;
  }
}

.js-header {
  transition: opacity 0.3s;
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .js-header:hover {
    opacity: 1 !important;
  }
}

/* ============================================
// footer
// ==========================================*/
.l-footer {
  position: relative;
  background-color: #012847;
  margin-top: 100px;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 834px) {
  .l-footer {
    margin-top: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.l-footer_inner {
  position: relative;
}
.l-footer_siteId {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-footer_siteId .logo {
  width: 380px;
}
@media screen and (max-width: 834px) {
  .l-footer_siteId .logo {
    width: 190px;
  }
}
.l-footer_siteId .logo a {
  display: flex;
  align-items: center;
}
.l-footer_siteId .logo .img {
  display: block;
  max-width: 380px;
  width: 100%;
}
.l-footer_siteId .companyName {
  font-size: 2rem;
  color: #fff;
  margin-top: 10px;
}
@media screen and (max-width: 834px) {
  .l-footer_siteId .companyName {
    font-size: 1.4rem;
    margin-top: 5px;
  }
}
.l-footer_copyright {
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .l-footer_copyright {
    margin-top: 10px;
  }
}
.l-footer_copyright .copyright {
  font-size: 1.4rem;
  color: #fff;
}
@media screen and (max-width: 834px) {
  .l-footer_copyright .copyright {
    font-size: 1rem;
  }
}

/* ============================================
// mainVisual
// ==========================================*/
.mv {
  position: relative;
}
.mv_outer {
  position: relative;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 835px) {
  .mv_outer {
    min-height: 950px;
  }
}
@media screen and (max-width: 834px) {
  .mv_outer {
    height: 300px;
    margin-bottom: 30px;
  }
}
.mv_inner {
  position: relative;
}
.mv_copy {
  margin-bottom: 6%;
}
.mv_copy .copyJa {
  font-size: 3rem;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 0.76em;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 834px) {
  .mv_copy .copyJa {
    font-size: 1rem;
  }
}
.mv_logo {
  position: relative;
  width: 1020px;
}
@media screen and (max-width: 834px) {
  .mv_logo {
    width: 300px;
  }
}
.mv_logo .logo {
  width: 100%;
}
.mv_logo .obj {
  position: absolute;
  top: 0;
  left: 100%;
  width: 54.4117647059%;
  margin: -27% 0 0 -10.8%;
}
.mv_slogan {
  margin-top: 5%;
}
.mv_slogan .slogan {
  display: flex;
  justify-content: space-between;
}
.mv_slogan .slogan_item {
  font-size: 3.5rem;
  font-weight: bold;
  font-family: "Hind", serif;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .mv_slogan .slogan_item {
    font-size: 1.1rem;
    letter-spacing: 0.06em;
  }
}
.mv_slogan .slogan_item:nth-child(odd) {
  color: #b5977f;
}
.mv_slogan .slogan_item:nth-child(even) {
  color: #012847;
}
.mv_scroll {
  display: inline-block;
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 0;
  margin-top: 7%;
}
.mv_scroll .scroll {
  width: 83px;
}
@media screen and (max-width: 834px) {
  .mv_scroll .scroll {
    width: 25px;
  }
}
.mv_scroll .scroll a {
  display: block;
}
.mv .js-hero-word {
  display: inline-block;
  will-change: transform, filter;
}
.mv .js-hero-head,
.mv .js-hero-split,
.mv .js-hero-slogan,
.mv .js-hero-logo,
.mv .js-hero-logo-obj,
.mv .js-hero-scroll {
  will-change: transform, filter;
}

/* ============================================
// message
// ==========================================*/
.l-message_inner {
  position: relative;
}
@media screen and (min-width: 835px) {
  .l-message_inner {
    padding-top: 250px;
  }
}
.l-message_image {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
}
@media screen and (max-width: 834px) {
  .l-message_image {
    position: relative;
    height: auto;
  }
}
.l-message_image .img {
  position: relative;
  background: url(../img/img-message1.jpg) no-repeat center center/cover;
}
@media screen and (min-width: 835px) {
  .l-message_image .img {
    width: 65%;
    height: 100%;
    margin-left: auto;
  }
}
@media screen and (max-width: 834px) {
  .l-message_image .img {
    width: 100%;
    padding-top: 66.6666666667%;
  }
}
@media screen and (min-width: 835px) {
  .l-message_image .img::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  }
}
.l-message_contents {
  position: relative;
  z-index: 3;
  max-width: 450px;
  width: 100%;
  margin-right: auto;
  padding-bottom: 100px;
}
@media screen and (min-width: 835px) {
  .l-message_contents {
    padding-top: 50px;
  }
}
@media screen and (max-width: 834px) {
  .l-message_contents {
    padding-bottom: 25px;
  }
}
.l-message_contents .heading01 {
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .l-message_contents .heading01 {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 835px) {
  .l-message_contents .read {
    font-size: 1.7rem;
  }
}

/* ============================================
// service
// ==========================================*/
.l-service {
  margin-top: 100px;
}
@media screen and (max-width: 834px) {
  .l-service {
    margin-top: 50px;
  }
}
.l-service_inner {
  position: relative;
}
.l-service_contents {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-service_contents .heading01 {
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .l-service_contents .heading01 {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 835px) {
  .l-service_contents .read {
    font-size: 1.7rem;
    text-align: center;
  }
}
.l-service_graphic {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 900px;
}
@media screen and (min-width: 835px) {
  .l-service_graphic {
    margin-top: -80px;
  }
}
@media screen and (max-width: 834px) {
  .l-service_graphic {
    width: 100vw;
    height: auto;
    margin-top: 40px;
    margin-left: -10vw;
  }
}
.l-service_graphic .inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 940px;
  height: 610px;
}
@media screen and (max-width: 834px) {
  .l-service_graphic .inner {
    max-width: 360px;
    width: 90%;
    height: 215px;
  }
}
.l-service_graphic .logo {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 335px;
  height: 335px;
}
@media screen and (max-width: 834px) {
  .l-service_graphic .logo {
    width: 120px;
    height: 120px;
  }
}
.l-service_graphic .logo::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #012847;
  border-radius: 50%;
}
.l-service_graphic .logo .img {
  position: relative;
  z-index: 5;
  width: 178px;
  width: 53.1343283582%;
  margin-top: -7%;
}
.l-service_graphic .logo .line {
  position: absolute;
  z-index: 0;
  bottom: 120px;
  right: 50%;
  transform-origin: right bottom;
}
@media screen and (max-width: 834px) {
  .l-service_graphic .logo .line {
    bottom: 40px;
  }
}
.l-service_graphic .logo .line:nth-of-type(odd) span {
  background-color: #b5977f;
}
.l-service_graphic .logo .line:nth-of-type(even) span {
  background-color: #00679a;
}
.l-service_graphic .logo .line.line-1 {
  transform: rotate(0deg);
}
.l-service_graphic .logo .line.line-2 {
  transform: rotate(36deg);
}
.l-service_graphic .logo .line.line-3 {
  transform: rotate(72deg);
}
.l-service_graphic .logo .line.line-4 {
  transform: rotate(108deg);
}
.l-service_graphic .logo .line.line-5 {
  transform: rotate(144deg);
}
.l-service_graphic .logo .line.line-6 {
  transform: rotate(180deg);
}
.l-service_graphic .logo .line span {
  display: block;
  width: 400px;
  height: 1px;
  background-color: #000;
}
@media screen and (max-width: 834px) {
  .l-service_graphic .logo .line span {
    width: 150px;
  }
}
.l-service_graphic .slogan {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-service_graphic .slogan_item {
  position: absolute;
  font-size: 2.3rem;
  font-weight: bold;
  font-family: "Hind", serif;
  line-height: 1;
  letter-spacing: normal;
  color: #fff;
  width: 170px;
  border-radius: 50%;
}
@media screen and (max-width: 834px) {
  .l-service_graphic .slogan_item {
    font-size: 1rem;
    width: 60px;
  }
}
.l-service_graphic .slogan_item::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.l-service_graphic .slogan_item:nth-child(odd) {
  background-color: #00679a;
}
.l-service_graphic .slogan_item:nth-child(even) {
  background-color: #b5977f;
}
.l-service_graphic .slogan_item:nth-child(1) {
  bottom: 6%;
  left: 0;
}
.l-service_graphic .slogan_item:nth-child(2) {
  left: 6%;
  bottom: 46%;
}
.l-service_graphic .slogan_item:nth-child(3) {
  top: 0;
  left: 27.5%;
}
.l-service_graphic .slogan_item:nth-child(4) {
  top: 0;
  right: 27.5%;
}
.l-service_graphic .slogan_item:nth-child(5) {
  right: 6%;
  bottom: 46%;
}
.l-service_graphic .slogan_item:nth-child(6) {
  bottom: 6%;
  right: 0;
}
.l-service_graphic .slogan_item span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
@media screen and (max-width: 834px) {
  .l-service_graphic .slogan_item span {
    transform: translate(-50%, -50%) scale(0.8);
  }
}
.l-service_graphic .bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  display: flex;
}
.l-service_graphic .bg .img {
  position: relative;
  background: url(../img/img-service.png) no-repeat center center;
  width: 1920px;
  height: 900px;
  opacity: 0.17;
  margin: auto;
}
@media screen and (max-width: 834px) {
  .l-service_graphic .bg .img {
    background-size: cover;
    width: 576px;
    height: 270px;
  }
}
.l-service_graphic .scroll {
  position: absolute;
  z-index: 3;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 30px;
  width: 83px;
}
@media screen and (max-width: 834px) {
  .l-service_graphic .scroll {
    margin-top: 20px;
    width: 25px;
  }
}
.l-service .js-logo,
.l-service .js-line,
.l-service .js-slogan,
.l-service .js-bg {
  will-change: transform, filter;
}

/* ============================================
// works
// ==========================================*/
.l-works {
  margin-top: 100px;
}
.l-works_head {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .l-works_head {
    margin-bottom: 15px;
  }
}
.l-works .works-large {
  position: relative;
}
@media screen and (min-width: 835px) {
  .l-works .works-large {
    height: 1108px;
  }
}
.l-works .works-large:not(:first-child) {
  margin-top: 100px;
}
@media screen and (max-width: 834px) {
  .l-works .works-large:not(:first-child) {
    margin-top: 50px;
  }
}
.l-works .works-large_outer {
  height: 100%;
}
.l-works .works-large_inner {
  position: relative;
  height: 100%;
}
.l-works .works-large_contents {
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 835px) {
  .l-works .works-large_contents {
    position: absolute;
    top: 100px;
    max-width: 360px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.l-works .works-large .heading02 {
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  .l-works .works-large .heading02 {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 835px) {
  .l-works .works-large .read {
    line-height: 1.8;
  }
}
.l-works .works-large_image {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 834px) {
  .l-works .works-large_image {
    position: relative;
    width: 100vw;
    margin-top: 30px;
  }
}
.l-works .works-large .img {
  position: relative;
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media screen and (min-width: 835px) {
  .l-works .works-large .img {
    width: 1808px;
    height: 1108px;
  }
}
@media screen and (max-width: 834px) {
  .l-works .works-large .img img {
    max-width: none;
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .l-works .works-large .img.forPC {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .l-works .works-large .img.forSP {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .l-works .works-large .img.forSP {
    display: block;
  }
}
@media screen and (min-width: 835px) {
  .l-works .works-large.-left .works-large_contents {
    left: 0;
  }
}
@media screen and (min-width: 835px) {
  .l-works .works-large.-left .works-large_image {
    padding-right: 112px;
  }
}
@media screen and (min-width: 835px) {
  .l-works .works-large.-right .works-large_contents {
    right: 0;
  }
}
@media screen and (min-width: 835px) {
  .l-works .works-large.-realEstate .works-large_contents {
    top: auto;
    bottom: 290px;
  }
}
.l-works .works-large.-realEstate .heading02 .line {
  width: 130%;
}
@media screen and (min-width: 835px) {
  .l-works .works-large.-realEstate .read {
    color: #fff;
    letter-spacing: normal;
  }
}
@media screen and (min-width: 835px) {
  .l-works .works-large.-dealer {
    height: 1042px;
  }
}
@media screen and (min-width: 835px) {
  .l-works .works-large.-dealer .works-large_contents {
    top: 190px;
  }
}
.l-works .works-large.-dealer .heading02 {
  position: relative;
}
@media screen and (min-width: 835px) {
  .l-works .works-large.-dealer .heading02 {
    display: flex;
    align-items: flex-end;
    gap: 15px;
  }
}
.l-works .works-large.-dealer .heading02 .obj {
  flex-shrink: 0;
  margin-bottom: 4px;
}
@media screen and (max-width: 834px) {
  .l-works .works-large.-dealer .heading02 .obj {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .l-works .works-large.-amusement {
    height: 1300px;
    margin-top: -150px;
  }
}
@media screen and (min-width: 835px) {
  .l-works .works-large.-amusement .works-large_contents {
    top: auto;
    bottom: 87px;
    max-width: 560px;
  }
}
@media screen and (max-width: 834px) {
  .l-works .works-large.-amusement .works-large_image {
    margin-top: 10px;
  }
}
.l-works .works-large.-amusement .heading02 {
  position: relative;
}
@media screen and (min-width: 835px) {
  .l-works .works-large.-amusement .heading02 {
    display: flex;
    align-items: flex-end;
    gap: 15px;
  }
}
.l-works .works-large.-amusement .heading02 .obj {
  flex-shrink: 0;
}
@media screen and (max-width: 834px) {
  .l-works .works-large.-amusement .heading02 .obj {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .l-works .works-large.-amusement .read {
    color: #fff;
    letter-spacing: normal;
  }
}
.l-works .works-middle {
  position: relative;
}
.l-works .works-middle_outer {
  height: 100%;
}
.l-works .works-middle_inner {
  position: relative;
  height: 100%;
}
.l-works .works-middle_contents {
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 835px) {
  .l-works .works-middle_contents {
    position: absolute;
    max-width: 350px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.l-works .works-middle .heading02 {
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  .l-works .works-middle .heading02 {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
  }
}
.l-works .works-middle_image {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 834px) {
  .l-works .works-middle_image {
    position: relative;
    margin-top: 30px;
  }
}
.l-works .works-middle .img {
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
}
@media screen and (max-width: 834px) {
  .l-works .works-middle .img img {
    max-width: none;
    width: 100%;
  }
}
.l-works .works-middle.-logo {
  margin-top: 200px;
}
@media screen and (min-width: 835px) {
  .l-works .works-middle.-logo {
    height: 900px;
  }
}
@media screen and (max-width: 834px) {
  .l-works .works-middle.-logo {
    margin-top: 50px;
  }
}
@media screen and (min-width: 835px) {
  .l-works .works-middle.-logo .works-middle_contents {
    max-width: 400px;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 835px) {
  .l-works .works-middle.-logo .works-middle_image .img {
    width: 1200px;
    height: 900px;
  }
}
.l-works .works-middle.-webDesign {
  margin-top: 100px;
}
@media screen and (min-width: 835px) {
  .l-works .works-middle.-webDesign {
    height: 1173px;
  }
}
@media screen and (max-width: 834px) {
  .l-works .works-middle.-webDesign {
    margin-top: 50px;
  }
}
@media screen and (min-width: 835px) {
  .l-works .works-middle.-webDesign .works-middle_contents {
    top: 90px;
    right: 20px;
  }
}
@media screen and (max-width: 834px) {
  .l-works .works-middle.-webDesign .works-middle_image {
    margin-left: -2%;
    margin-right: -2%;
  }
}
@media screen and (min-width: 835px) {
  .l-works .works-middle.-webDesign .works-middle_image .img {
    width: 1920px;
    height: 1173px;
  }
}
@media screen and (min-width: 835px) {
  .l-works .works-middle.-illustration {
    height: 1200px;
  }
}
@media screen and (max-width: 834px) {
  .l-works .works-middle.-illustration {
    margin-top: 50px;
  }
}
@media screen and (min-width: 835px) {
  .l-works .works-middle.-illustration .works-middle_contents {
    top: 100px;
    left: 20px;
  }
}
@media screen and (max-width: 834px) {
  .l-works .works-middle.-illustration .works-middle_image {
    margin-left: -2%;
    margin-right: -9%;
    margin-top: 10px;
  }
}
@media screen and (min-width: 835px) {
  .l-works .works-middle.-illustration .works-middle_image .img {
    width: 1920px;
    height: 1200px;
  }
}

/* ============================================
// about
// ==========================================*/
.l-about {
  margin-top: 50px;
}
.l-about_inner {
  position: relative;
}
.l-about_image {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
}
@media screen and (max-width: 834px) {
  .l-about_image {
    display: none;
  }
}
.l-about_image .img {
  position: relative;
  background: url(../img/img-about1.jpg) no-repeat center center/cover;
  width: 50%;
  height: 100%;
}
.l-about_image .img::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
.l-about_contents {
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 835px) {
  .l-about_contents {
    margin-left: auto;
    padding-top: 50px;
    padding-bottom: 100px;
    width: 63%;
  }
}
.l-about_contents .heading01 {
  margin-bottom: 40px;
}
@media screen and (max-width: 834px) {
  .l-about_contents .heading01 {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
}
.l-about_contents .outline_item {
  position: relative;
  display: flex;
  line-height: 1.8235294118;
}
@media screen and (min-width: 835px) {
  .l-about_contents .outline_item {
    font-size: 1.7rem;
  }
}
.l-about_contents .outline_item:nth-child(odd)::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  background-color: #f7f3f0;
  width: 5000px;
  height: 100%;
}
.l-about_contents .outline_item .hd {
  position: relative;
  z-index: 3;
  flex: 0 0 150px;
  text-align: center;
  padding: 20px;
}
@media screen and (max-width: 834px) {
  .l-about_contents .outline_item .hd {
    flex-basis: 90px;
    padding: 10px;
  }
}
.l-about_contents .outline_item .text {
  position: relative;
  z-index: 3;
  flex: 1 1 100%;
  padding: 20px;
}
@media screen and (max-width: 834px) {
  .l-about_contents .outline_item .text {
    padding: 10px 0;
  }
}

/* ============================================
// contact
// ==========================================*/
.l-contact {
  margin-top: 100px;
}
@media screen and (max-width: 834px) {
  .l-contact {
    margin-top: 50px;
  }
}
.l-contact .heading01 {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 834px) {
  .l-contact .heading01 {
    margin-bottom: 20px;
  }
}
.l-contact .read {
  text-align: center;
}
@media screen and (min-width: 835px) {
  .l-contact .read {
    font-size: 1.7rem;
  }
}
.l-contact .info {
  margin-top: 40px;
  text-align: center;
  line-height: 1.8235294118;
}
@media screen and (min-width: 835px) {
  .l-contact .info {
    font-size: 1.7rem;
  }
}
.l-contact .formWrap {
  margin-top: 50px;
}
@media screen and (max-width: 834px) {
  .l-contact .formWrap {
    margin-top: 20px;
  }
}
@media screen and (min-width: 835px) {
  .l-contact .formWrap .formInner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 64px;
    grid-row-gap: 28px;
  }
}
.l-contact .formWrap input[type=text],
.l-contact .formWrap input[type=email],
.l-contact .formWrap select,
.l-contact .formWrap textarea {
  flex: 1 1 auto;
  display: block;
  width: 100%;
  padding: 6px 15px;
  border: 1px solid #231816;
  border-radius: 0 !important;
  outline: none;
}
@media screen and (min-width: 835px) {
  .l-contact .formWrap input[type=text],
  .l-contact .formWrap input[type=email],
  .l-contact .formWrap select,
  .l-contact .formWrap textarea {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 834px) {
  .l-contact .formWrap input[type=text],
  .l-contact .formWrap input[type=email],
  .l-contact .formWrap select,
  .l-contact .formWrap textarea {
    padding: 6px 10px;
  }
}
.l-contact .formWrap select {
  background: url(../img/ico_select.svg) right 18px center/12px 10px no-repeat;
}
@media screen and (min-width: 835px) {
  .l-contact .formWrap select {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 834px) {
  .l-contact .formWrap select {
    background-position: right 12px center;
    background-size: 8px 6px;
  }
}
@media screen and (max-width: 834px) {
  .l-contact .formWrap textarea {
    min-height: 100px;
  }
}
.l-contact .formWrap .formItem {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 835px) {
  .l-contact .formWrap .formItem:nth-child(1) {
    grid-area: 1/1/2/2;
  }
  .l-contact .formWrap .formItem:nth-child(2) {
    grid-area: 2/1/3/2;
  }
  .l-contact .formWrap .formItem:nth-child(3) {
    grid-area: 3/1/4/2;
  }
  .l-contact .formWrap .formItem:nth-child(4) {
    grid-area: 4/1/5/2;
  }
  .l-contact .formWrap .formItem:nth-child(5) {
    grid-area: 1/2/2/3;
  }
  .l-contact .formWrap .formItem:nth-child(6) {
    grid-area: 2/2/3/3;
  }
  .l-contact .formWrap .formItem:nth-child(7) {
    grid-area: 3/2/5/3;
  }
}
@media screen and (max-width: 834px) {
  .l-contact .formWrap .formItem {
    margin-bottom: 14px;
  }
  .l-contact .formWrap .formItem:last-child {
    margin-bottom: 0;
  }
}
.l-contact .formWrap .formItem .hd {
  margin-bottom: 2px;
}
@media screen and (min-width: 835px) {
  .l-contact .formWrap .formItem .hd {
    font-size: 1.7rem;
  }
}
.l-contact .formWrap .formBtn {
  max-width: 400px;
  margin: 64px auto 0;
}
@media screen and (max-width: 834px) {
  .l-contact .formWrap .formBtn {
    max-width: 200px;
    margin-top: 24px;
  }
}
.l-contact .formWrap .formBtn input {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 2.4rem;
  font-weight: bold;
  color: #ffffff;
  padding: 10px 20px;
  background: #00679a;
  transition: background 0.4s;
}
@media screen and (max-width: 834px) {
  .l-contact .formWrap .formBtn input {
    font-size: 1.4rem;
    padding: 5px 20px;
  }
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .l-contact .formWrap .formBtn input:hover {
    background: #0078b4;
  }
}
.l-contact .success, .l-contact .failed {
  opacity: 0;
  visibility: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: opacity 0.4s;
}
@media screen and (max-width: 834px) {
  .l-contact .success, .l-contact .failed {
    padding: 24px;
  }
}
.l-contact .success.js-show, .l-contact .failed.js-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.l-contact .success .hd, .l-contact .failed .hd {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.6rem;
  font-weight: 500;
  margin-bottom: 16px;
}
@media screen and (max-width: 834px) {
  .l-contact .success .hd, .l-contact .failed .hd {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.l-contact .success .close, .l-contact .failed .close {
  display: inline-flex;
  align-items: center;
  font-family: "Hind", serif;
  font-size: 2.2rem;
  font-weight: bold;
  color: #00679a;
  line-height: 1;
  margin-top: 40px;
  transition: opacity 0.24s;
  cursor: pointer;
}
@media screen and (max-width: 834px) {
  .l-contact .success .close, .l-contact .failed .close {
    font-size: 1.5rem;
    margin-top: 20px;
  }
}
.l-contact .success .close::before, .l-contact .failed .close::before {
  content: "";
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  background: url(../img/ico-close.svg) center center/contain no-repeat;
}
@media screen and (max-width: 834px) {
  .l-contact .success .close::before, .l-contact .failed .close::before {
    flex-basis: 10px;
    width: 10px;
    height: 10px;
    margin-right: 6px;
  }
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .l-contact .success .close:hover, .l-contact .failed .close:hover {
    opacity: 0.7;
  }
}
.l-contact .privacy_note {
  margin-top: 10px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 835px) {
  .l-contact .privacy_note {
    font-size: 1.4rem;
    margin-top: 30px;
  }
}
.l-contact .privacy_link {
  text-align: center;
  margin-top: 10px;
}
.l-contact .privacy_link a {
  font-weight: bold;
  color: #00679A;
}
@media screen and (min-width: 835px) {
  .l-contact .privacy_link a {
    font-size: 1.4rem;
  }
}

/* ============================================
// privacy page
// ==========================================*/
.privacy-page .l-footer {
  margin-top: 0;
}

.l-privacy_inner {
  position: relative;
  padding-top: 200px;
  padding-bottom: 200px;
}
@media screen and (max-width: 834px) {
  .l-privacy_inner {
    padding-top: 20vw;
    padding-top: clamp(70px, 10vw, 150px);
    padding-bottom: 65vw;
  }
}
.l-privacy_head {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 834px) {
  .l-privacy_head {
    justify-content: center;
  }
}
.l-privacy_contents {
  position: relative;
  z-index: 3;
  max-width: 840px;
  width: 100%;
}
.l-privacy_contents .heading01 {
  margin-bottom: 70px;
}
@media screen and (max-width: 834px) {
  .l-privacy_contents .heading01 {
    display: flex;
    justify-content: center;
    margin-bottom: clamp(50px, 10vw, 100px);
  }
}
.l-privacy_contents .prList {
  margin-top: 50px;
}
@media screen and (max-width: 834px) {
  .l-privacy_contents .prList {
    margin-top: 20px;
  }
}
.l-privacy_contents .prList_item:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 834px) {
  .l-privacy_contents .prList_item:not(:first-child) {
    margin-top: 20px;
  }
}
.l-privacy_contents .prList_item .hd {
  font-size: 2rem;
  font-weight: bold;
  color: #b5977f;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 834px) {
  .l-privacy_contents .prList_item .hd {
    font-size: 1.4rem;
  }
}
.l-privacy_contents .prList_item .read {
  font-size: 1.7rem;
}
@media screen and (max-width: 834px) {
  .l-privacy_contents .prList_item .read {
    font-size: 1rem;
  }
}
.l-privacy_contents .index_link {
  font-weight: bold;
  color: #00679A;
}
@media screen and (min-width: 835px) {
  .l-privacy_contents .index_link {
    font-size: 1.4rem;
  }
}
.l-privacy_image {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
}
@media screen and (min-width: 835px) {
  .l-privacy_image::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 3;
    bottom: 0;
    right: 0;
    max-width: 1739px;
    width: 100%;
    padding-top: 43.1857389304%;
    background: url(../img/pr_bg_obj-pc.png) no-repeat right bottom/contain;
  }
}
.l-privacy_image .img {
  position: relative;
}
@media screen and (min-width: 835px) {
  .l-privacy_image .img {
    background: url(../img/pr_bg-pc.png) no-repeat right bottom/100% 100%;
    width: 45%;
    height: 100%;
    margin-left: auto;
  }
}
@media screen and (max-width: 834px) {
  .l-privacy_image .img {
    background: url(../img/pr_bg-sp.png) no-repeat right bottom/contain;
    width: 100%;
    height: 100%;
  }
}/*# sourceMappingURL=style.css.map */