@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,300&family=Noto+Sans+JP:wght@400;700&family=Ropa+Sans&family=Shippori+Mincho:wght@400;600&display=swap");
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 100;
  src: url(fonts/NotoSansCJKjp/NotoSansCJKjp-ExtraLight.woff) format("woff"), url(fonts/NotoSansCJKjp/NotoSansCJKjp-ExtraLight.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 200;
  src: url(fonts/NotoSansCJKjp/NotoSansCJKjp-Light.woff) format("woff"), url(fonts/NotoSansCJKjp/NotoSansCJKjp-Light.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 400;
  src: url(fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.woff) format("woff"), url(fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 500;
  src: url(fonts/NotoSansCJKjp/NotoSansCJKjp-Medium.woff) format("woff"), url(fonts/NotoSansCJKjp/NotoSansCJKjp-Medium.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 700;
  src: url(fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.woff) format("woff"), url(fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 900;
  src: url(fonts/NotoSansCJKjp/NotoSansCJKjp-Black.woff) format("woff"), url(fonts/NotoSansCJKjp/NotoSansCJKjp-Black.otf) format("opentype");
}
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 100;
  src: url(fonts/NotoSerifCJKjp/NotoSerifCJKjp-ExtraLight.woff) format("woff"), url(fonts/NotoSerifCJKjp/NotoSerifCJKjp-ExtraLight.otf) format("opentype");
}
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 200;
  src: url(fonts/NotoSerifCJKjp/NotoSerifCJKjp-Light.woff) format("woff"), url(fonts/NotoSerifCJKjp/NotoSerifCJKjp-Light.otf) format("opentype");
}
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 400;
  src: url(fonts/NotoSerifCJKjp/NotoSerifCJKjp-Regular.woff) format("woff"), url(fonts/NotoSerifCJKjp/NotoSerifCJKjp-Regular.otf) format("opentype");
}
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 500;
  src: url(fonts/NotoSerifCJKjp/NotoSerifCJKjp-Medium.woff) format("woff"), url(fonts/NotoSerifCJKjp/NotoSerifCJKjp-Medium.otf) format("opentype");
}
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 600;
  src: url(fonts/NotoSerifCJKjp/NotoSerifCJKjp-SemiBold.woff) format("woff"), url(fonts/NotoSerifCJKjp/NotoSerifCJKjp-SemiBold.otf) format("opentype");
}
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 700;
  src: url(fonts/NotoSerifCJKjp/NotoSerifCJKjp-Bold.woff) format("woff"), url(fonts/NotoSerifCJKjp/NotoSerifCJKjp-Bold.otf) format("opentype");
}
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 900;
  src: url(fonts/NotoSerifCJKjp/NotoSerifCJKjp-Black.woff) format("woff"), url(fonts/NotoSerifCJKjp/NotoSerifCJKjp-Black.otf) format("opentype");
}
*[class*=ratio-] {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
*[class*=ratio-]::before {
  width: 100%;
  content: "";
  display: block;
  position: relative;
}

.ratio-16by9:before {
  padding-top: 56.25%;
}
.ratio-4by3:before {
  padding-top: 75%;
}
.ratio-3by2:before {
  padding-top: 66.6666666667%;
}
.ratio-1by1:before {
  padding-top: 100%;
}
.ratio-golden:before {
  padding-top: 61.804697157%;
}
@keyframes menu-bar-1 {
  0% {
    transform: translateY(10px) rotate(45deg);
  }
  50% {
    transform: translateY(10px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar-2 {
  0% {
    transform: translateY(-10px) rotate(-45deg);
  }
  50% {
    transform: translateY(-10px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes active-menu-bar-1 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(10px) rotate(0);
  }
  100% {
    transform: translateY(10px) rotate(45deg);
  }
}
@keyframes active-menu-bar-2 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(0);
    -webkit-transform: translateY(-10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -webkit-transform: translateY(-10px) rotate(-45deg);
  }
}
@keyframes checkbox-check {
  0% {
    width: 0;
    height: 0;
    border-color: #FFF;
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
  33% {
    width: 0.4em;
    height: 0;
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
  100% {
    width: 0.4em;
    height: 0.7em;
    border-color: #FFF;
    transform: translate3d(0, -0.7em, 0) rotate(45deg);
  }
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */
}

/**
 * 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: 1em; /* 2 */
}

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

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

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

/**
 * 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: 1em; /* 2 */
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

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

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

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

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

input,
textarea {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

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

html {
  -webkit-text-size-adjust: 100%;
}

body {
  color: #333;
  font-family: "Lato", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "游ゴシック Mediu", YuGothic, YuGothicM, ‘メイリオ’, meiryo, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  font-feature-settings: "palt";
  position: relative;
}

ol,
ul {
  list-style-type: none;
}

blockquote,
q {
  quotes: none;
}

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

body * {
  box-sizing: border-box;
  word-break: break-word;
}

a {
  color: #29334a;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
}
a:hover {
  color: #171c29;
  text-decoration: underline;
}

::-moz-selection {
  background: #d4d6db;
  color: #F0E68C;
}

::selection,
::-moz-selection {
  background: #d4d6db;
  color: #F0E68C;
}

h1,
h2,
h3,
h4,
h5,
h6,
li {
  font-size: 100%;
}

img {
  max-width: 100%;
}

@media (max-width: 767px) {
  body {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}
.header {
  width: 100%;
  height: 85px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  position: fixed;
}
.header .header-logo {
  width: 130px;
  line-height: 0;
}
.header .header-logo a {
  display: block;
}
.header .header-main {
  width: calc(100% - 130px);
}

@media (max-width: 767px) {
  .header {
    height: 55px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 301;
  }
  .header .header-logo {
    width: 120px;
    position: relative;
    z-index: 303;
  }
  .header .header-logo a img {
    height: 100%;
  }
  .header .header-main {
    width: 100%;
  }
}
.gnav-main {
  display: flex;
  justify-content: flex-end;
}
.gnav-main > li {
  margin-right: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gnav-main > li:last-of-type {
  margin-right: 0;
}
.gnav-main > li a {
  padding: 0 0 10px;
  color: #333;
  font-size: 1.3125rem;
  position: relative;
  font-family: "Ropa Sans", "Lato", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "游ゴシック Mediu", YuGothic, YuGothicM, ‘メイリオ’, meiryo, sans-serif;
}
.gnav-main > li a:after {
  height: 2px;
  content: "";
  background: #29334a;
  transition: all 0.3s ease-in-out 0s;
  transition-property: right;
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  z-index: 0;
}
.gnav-main > li a:hover {
  color: #29334a;
  text-decoration: none;
}
.gnav-main > li a:hover:after {
  right: 0;
}
.gnav-main > li.nav-active a {
  color: #29334a;
}
.gnav-main > li.nav-active a:after {
  right: 0;
}
.gnav-main.top > li a {
  color: #fff;
  text-shadow: 0 0 5px #333;
}
@media (max-width: 767px) {
  .gnav-main.top > li a {
    color: #333;
  }
}

.g-active .gnav-main.top > li a {
  text-shadow: none;
}

@media (max-width: 767px) {
  .gnav {
    width: 100%;
  }
  .gnav-main {
    display: block;
  }
  .gnav-main > li {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #f2f2f2;
    margin-right: 0;
    text-align: center;
  }
  .gnav-main > li a {
    width: 100%;
    padding: 20px 0;
    display: block;
  }
  .gnav-main > li.nav-active {
    border-bottom-color: #29334a;
  }
  .gnav-main > li.nav-active a:after {
    display: none;
  }
}
.hamb-btn {
  display: none;
}
.hamb-logo {
  display: none;
}

@media (max-width: 767px) {
  .hamb-btn {
    width: 55px;
    height: 55px;
    cursor: pointer;
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 303;
  }
  .hamb-btn .btn-inr {
    height: 100%;
    padding: 15px 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .hamb-btn .btn-bar, .hamb-btn .btn-bar:before, .hamb-btn .btn-bar:after {
    width: 100%;
    height: 2px;
    margin: auto;
    background: #333;
    border-radius: 5px;
    display: block;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
  }
  .hamb-btn .btn-bar:before, .hamb-btn .btn-bar:after {
    content: "";
    background: #333 !important;
    position: absolute;
  }
  .hamb-btn .btn-bar:before {
    bottom: 8px;
    animation: menu-bar-1 0.75s forwards;
    animation-fill-mode: both;
  }
  .hamb-btn .btn-bar:after {
    top: 8px;
    animation: menu-bar-2 0.75s forwards;
    animation-fill-mode: both;
  }
  .hamb-btn.top .btn-bar, .hamb-btn.top .btn-bar:before, .hamb-btn.top .btn-bar:after {
    background: #FFF;
  }
  .hamb-btn.top .btn-bar:before, .hamb-btn.top .btn-bar:after {
    background: #FFF !important;
  }
  .hamb-menu {
    width: 100%;
    height: 100%;
    padding: 55px 20px 40px;
    background: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 302;
    transition: all 0.3s ease-in-out 0s;
    transform: translate(0, -100%);
  }
  .g-active .hamb-menu {
    pointer-events: all;
    transform: translate(0, 0);
  }
  .g-active .hamb-btn .btn-bar, .g-active .hamb-btn .btn-bar:before, .g-active .hamb-btn .btn-bar:after {
    background: transparent;
  }
  .g-active .hamb-btn .btn-bar:before {
    bottom: 11px;
    animation: active-menu-bar-1 0.75s forwards;
    animation-fill-mode: both;
  }
  .g-active .hamb-btn .btn-bar:after {
    animation: active-menu-bar-2 0.75s forwards;
    animation-fill-mode: both;
  }
}
.footer {
  padding: 10px 0;
}
.footer .copy {
  width: 100%;
  display: block;
  font-size: 0.6875rem;
  font-family: "Lato", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "游ゴシック Mediu", YuGothic, YuGothicM, ‘メイリオ’, meiryo, sans-serif;
  text-align: center;
}

html,
body {
  width: 100%;
}

.body-fixed {
  position: fixed;
}

.l-wrap {
  width: 100%;
  overflow: hidden;
}
.l-contents {
  width: 100%;
  padding: 100px 0 0;
}
.l-contents > .l-section {
  margin-bottom: 150px;
}
.l-contents > .l-section:last-of-type {
  margin-bottom: 0;
}

.l-section {
  margin-bottom: 150px;
}
.l-section:last-of-type {
  margin-bottom: 0;
}
.l-section.bgcolor, .l-section.bgcolor-3, .l-section.bgcolor-2, .l-section.bgcolor-1 {
  padding: 60px 0;
}
.l-section.bgcolor-1 {
  background: #29334a;
}
.l-section.bgcolor-2 {
  background: #d4d6db;
}
.l-section.bgcolor-3 {
  background: #f2f2f2;
}

.sc-inr, .sc-inr-w, .sc-inr-s {
  width: 100%;
  max-width: 1186px;
  margin: 0 auto;
  padding: 0 20px;
}
.sc-inr-s {
  max-width: 990px;
}
.sc-inr-w {
  max-width: 1480px;
}
.sc-box {
  margin: 0 0 60px;
}
.sc-box:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .l-wrap {
    padding-top: 55px;
  }
  .l-contents {
    padding: 60px 0;
  }
  .l-section.bgcolor, .l-section.bgcolor-1, .l-section.bgcolor-2, .l-section.bgcolor-3 {
    padding: 40px 0;
  }
}
.sc-kv {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sc-kv .kv-bg {
  width: 100%;
  height: 100vh;
  display: block;
  text-align: center;
  line-height: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}
.sc-kv .kv-bg video {
  width: 177.77777778vh;
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.kv-head {
  font-size: 2.5rem;
  line-height: 1.2;
  color: #FFF;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  letter-spacing: 5px;
  font-family: "Shippori Mincho", serif;
  text-align: center;
  display: none;
}

.kv-logo {
  width: 40%;
  max-width: 700px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .kv-logo {
    width: 80%;
  }
}
.kv-logo img {
  width: 100%;
}

@media (max-width: 767px) {
  .sc-kv .kv-img img {
    width: 90%;
  }
  .sc-kv .kv-caption {
    margin-top: 10px;
    font-size: 0.75rem;
  }
  .sc-kv .kv-box {
    width: 60%;
    padding: 25px 20px;
  }
  .sc-kv .kv-head {
    font-size: 1.3125rem;
    line-height: 3rem;
  }
}
.sc-breadcrumb {
  margin: 0 !important;
  padding: 20px 0;
}
.sc-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
}
.sc-breadcrumb ol li {
  font-size: 0.75rem;
  position: relative;
}
.sc-breadcrumb ol li::after {
  margin: 0 5px 0 2px;
  content: ">";
}
.sc-breadcrumb ol li:first-child a {
  color: #29334a;
}
.sc-breadcrumb ol li:last-child {
  margin: 0;
}
.sc-breadcrumb ol li:last-child:after {
  display: none;
}
.sc-breadcrumb ol li a {
  color: #333;
}
.sc-breadcrumb ol li span {
  white-space: normal;
}

@media (max-width: 767px) {
  .sc-breadcrumb {
    padding: 10px 0;
  }
  .sc-breadcrumb ol li {
    font-size: 0.5625rem;
  }
  .sc-breadcrumb ol li:last-of-type span {
    width: 120px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.size0 {
  font-size: 0rem;
  line-height: 0.4rem;
}

.size1 {
  font-size: 0.0625rem;
  line-height: 0.4625rem;
}

.size2 {
  font-size: 0.125rem;
  line-height: 0.525rem;
}

.size3 {
  font-size: 0.1875rem;
  line-height: 0.5875rem;
}

.size4 {
  font-size: 0.25rem;
  line-height: 0.65rem;
}

.size5 {
  font-size: 0.3125rem;
  line-height: 0.7125rem;
}

.size6 {
  font-size: 0.375rem;
  line-height: 0.775rem;
}

.size7 {
  font-size: 0.4375rem;
  line-height: 0.8375rem;
}

.size8 {
  font-size: 0.5rem;
  line-height: 0.9rem;
}

.size9 {
  font-size: 0.5625rem;
  line-height: 0.9625rem;
}

.size10 {
  font-size: 0.625rem;
  line-height: 1.025rem;
}

.size11 {
  font-size: 0.6875rem;
  line-height: 1.0875rem;
}

.size12 {
  font-size: 0.75rem;
  line-height: 1.15rem;
}

.size13 {
  font-size: 0.8125rem;
  line-height: 1.2125rem;
}

.size14 {
  font-size: 0.875rem;
  line-height: 1.275rem;
}

.size15 {
  font-size: 0.9375rem;
  line-height: 1.3375rem;
}

.size16 {
  font-size: 1rem;
  line-height: 1.4rem;
}

.size17 {
  font-size: 1.0625rem;
  line-height: 1.4625rem;
}

.size18 {
  font-size: 1.125rem;
  line-height: 1.525rem;
}

.size19 {
  font-size: 1.1875rem;
  line-height: 1.5875rem;
}

.size20 {
  font-size: 1.25rem;
  line-height: 1.65rem;
}

.size21 {
  font-size: 1.3125rem;
  line-height: 1.7125rem;
}

.size22 {
  font-size: 1.375rem;
  line-height: 1.775rem;
}

.size23 {
  font-size: 1.4375rem;
  line-height: 1.8375rem;
}

.size24 {
  font-size: 1.5rem;
  line-height: 1.9rem;
}

.size25 {
  font-size: 1.5625rem;
  line-height: 1.9625rem;
}

.size26 {
  font-size: 1.625rem;
  line-height: 2.025rem;
}

.size27 {
  font-size: 1.6875rem;
  line-height: 2.0875rem;
}

.size28 {
  font-size: 1.75rem;
  line-height: 2.15rem;
}

.size29 {
  font-size: 1.8125rem;
  line-height: 2.2125rem;
}

.size30 {
  font-size: 1.875rem;
  line-height: 2.275rem;
}

.w0 {
  width: 0px !important;
}

.w5 {
  width: 5px !important;
}

.w10 {
  width: 10px !important;
}

.w15 {
  width: 15px !important;
}

.w20 {
  width: 20px !important;
}

.w25 {
  width: 25px !important;
}

.w30 {
  width: 30px !important;
}

.w35 {
  width: 35px !important;
}

.w40 {
  width: 40px !important;
}

.w45 {
  width: 45px !important;
}

.w50 {
  width: 50px !important;
}

.w55 {
  width: 55px !important;
}

.w60 {
  width: 60px !important;
}

.w65 {
  width: 65px !important;
}

.w70 {
  width: 70px !important;
}

.w75 {
  width: 75px !important;
}

.w80 {
  width: 80px !important;
}

.w85 {
  width: 85px !important;
}

.w90 {
  width: 90px !important;
}

.w95 {
  width: 95px !important;
}

.w100 {
  width: 100px !important;
}

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

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

.vat {
  vertical-align: top !important;
}

.vam {
  vertical-align: middle !important;
}

.vab {
  vertical-align: bottom !important;
}

.txtbox {
  text-align: justify;
}

.tel-sp {
  pointer-events: none;
}

.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

.disp-pc {
  display: block;
}

.disp-sp {
  display: none;
}

.line {
  text-decoration: underline;
}

.clr-red {
  color: #db584b;
}

@media (max-width: 767px) {
  .tel-sp {
    pointer-events: auto;
  }
  .disp-pc {
    display: none;
  }
  .disp-sp {
    display: block;
  }
}
.img-h {
  transition: all 0.3s ease-in-out 0s;
}
.img-h:hover {
  opacity: 0.7;
}

.h-link .h-img {
  overflow: hidden;
}
.h-link .h-img img {
  transition: all 0.3s ease-in-out 0s;
}
.h-link:hover .h-img img {
  transform: scale(1.1);
}

.clm-box .clm-alink {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}

.arr-btm, .arr-top, .arr-next, .arr-prev {
  position: relative;
}
.arr-btm:before, .arr-top:before, .arr-next:before, .arr-prev:before {
  margin: auto;
  content: "";
  vertical-align: middle;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

.arr-btm:before, .arr-top:before, .arr-next:before, .arr-prev:before {
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
}

.arr-prev:before {
  border-bottom: 2px solid #FFF;
  border-left: 2px solid #FFF;
  left: 10px;
}
.arr-next:before {
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  left: auto;
  right: 10px;
}
.arr-top:before {
  border-top: 2px solid #FFF;
  border-left: 2px solid #FFF;
}
.arr-btm:before {
  border-bottom: 2px solid #FFF;
  border-right: 2px solid #FFF;
}
.arr-main:before {
  border-color: #29334a;
}
.arr-sub:before {
  border-color: #d4d6db;
}

.head-5, .head-4, .head-3, .head-2, .head-1 {
  margin-bottom: 50px;
  position: relative;
}

.head-1 {
  font-size: 0.9375rem;
  line-height: 2.375rem;
  letter-spacing: 4.5px;
}
.head-1:before {
  content: attr(data-text);
  font-family: "Lato", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "游ゴシック Mediu", YuGothic, YuGothicM, ‘メイリオ’, meiryo, sans-serif;
  font-weight: 300;
  font-size: 330%;
  font-style: italic;
  display: block;
}
.head-2 {
  margin-bottom: 30px;
  font-size: 1.5rem;
  font-weight: bold;
  padding-left: 25px;
}
.head-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #29334a;
  height: 100%;
  width: 5px;
}
.head-3 {
  font-size: 1.5rem;
  font-family: "Shippori Mincho", serif;
  line-height: 3.3125rem;
  font-weight: 400;
}
.head-4 {
  margin-bottom: 20px;
  color: #29334a;
  font-size: 1.125rem;
}
.head-5 {
  margin-bottom: 20px;
  color: #d4d6db;
  font-size: 1.125rem;
}

@media (max-width: 767px) {
  .head-1 {
    font-size: 0.9375rem;
  }
  .head-1::before {
    font-size: 200%;
  }
  .head-2 {
    font-size: 1.25rem;
  }
  .head-3 {
    margin-bottom: 20px;
    font-size: 1.125rem;
  }
  .head-3:after {
    width: 30%;
  }
  .head-4, .head-5 {
    margin-bottom: 20px;
    font-size: 1rem;
  }
}
.list-num-2, .list-num, .list-ind, .list-ind-s {
  margin-bottom: 20px;
}
.list-num-2 > li, .list-num > li, .list-ind > li, .list-ind-s > li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
.list-num-2 > li:last-of-type, .list-num > li:last-of-type, .list-ind > li:last-of-type, .list-ind-s > li:last-of-type {
  margin-bottom: 0;
}

.list-ind > li:before, .list-ind-s > li:before {
  width: 8px;
  height: 8px;
  content: "";
  display: inline-block;
  background-color: #29334a;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.list-ind-s > li {
  font-size: 0.6875rem;
  line-height: 0.9375rem;
}
.list-num {
  list-style-type: decimal;
  margin-left: 1em;
}
.list-num > li {
  padding-left: 0;
}
.list-num-2 {
  margin-left: -13px;
  counter-reset: number;
}
.list-num-2 > li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 30px;
}
.list-num-2 > li:before {
  width: 30px;
  counter-increment: number;
  content: "(" counter(number) ")";
  text-align: right;
  position: absolute;
  left: -4px;
  top: 0;
}
.list-num-2 > li:last-child {
  margin-bottom: 0;
}

.business-list > li {
  display: flex;
  align-items: center;
}
.business-list > li span {
  width: 8em;
  display: block;
}

.btn-style .arr-next:before, .btn-style .arr-prev:before {
  border-color: #FFF;
  transition: all 0.3s ease-in-out 0s;
}

.btn-style.is-disable, .btn-2, .btn-1 {
  width: 100%;
  height: 70px;
  cursor: pointer;
  display: flex;
  border: 1px solid #000;
  color: #FFF;
  position: relative;
}
.btn-style.is-disable span, .btn-2 span, .btn-1 span {
  width: 100%;
  padding: 0 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-style.is-disable:hover, .btn-2:hover, .btn-1:hover {
  background: #FFF;
  text-decoration: none;
}

.btn-wrap {
  width: calc(100% + (1.5% * 2));
  margin: 30px -1.5%;
  margin-bottom: 30px;
  margin-top: 30px;
  display: flex;
  align-items: stretch;
  text-align: center;
}
.btn-wrap.clm-1 {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
.btn-wrap.clm-1.btn-left {
  margin-left: 0;
  margin-right: 0;
}
.btn-wrap > .clm-li {
  margin-bottom: 0 !important;
}

.btn-1 {
  background: #29334a;
  border-color: #29334a;
}
.btn-1:hover {
  color: #29334a;
}
.btn-1:hover span:before {
  border-color: #29334a;
}
.btn-2 {
  background: #d4d6db;
  border-color: #d4d6db;
}
.btn-2:hover {
  color: #d4d6db;
}
.btn-2:hover span:before {
  border-color: #d4d6db;
}

.btn-style.is-disable {
  background: #f2f2f2;
  border-color: #f2f2f2;
  pointer-events: none;
}
.btn-style.is-disable:hover {
  color: #f2f2f2;
}
.btn-style.is-disable:hover span:before {
  border-color: #f2f2f2;
}
.btn-style .arr-prev:hover:before {
  left: 5px;
}
.btn-style .arr-next:before {
  left: auto;
}
.btn-style .arr-next:hover:before {
  right: 5px;
}

@media (max-width: 767px) {
  .btn-1, .btn-2, .btn-style.is-disable {
    height: 55px;
  }
  .btn-1 span, .btn-2 span, .btn-style.is-disable span {
    padding: 0 15px;
    line-height: 1.2;
  }
  .btn-style .arr-prev:before {
    left: 5px;
  }
  .btn-style .arr-next:before {
    right: 5px;
  }
}
.box-4, .box-3, .box-2, .box-1 {
  width: 100%;
  padding: 40px;
  box-sizing: border-box;
}

.box-1 {
  background: #29334a;
  border: 1px solid #29334a;
}
.box-2 {
  background: #FFF;
  border: 1px solid #d4d6db;
}
.box-3 {
  background: #f2f2f2;
}
.box-4 {
  background: #f5cecb;
  border: 1px solid #db584b;
}
.box-4 .box-head {
  color: #db584b;
}
.box-head {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.125rem;
}

@media (max-width: 767px) {
  .box-1, .box-2, .box-3, .box-4 {
    padding: 25px 20px;
  }
  .box-head {
    font-size: 1rem;
  }
}
.tbl-2, .tbl-1 {
  width: 100%;
}
.tbl-2 th, .tbl-1 th,
.tbl-2 td,
.tbl-1 td {
  padding: 20px;
  line-height: 1.7;
  text-align: left;
}
.tbl-2 thead th, .tbl-1 thead th {
  text-align: center;
}

.tbl-1 thead th {
  background: #29334a;
}
.tbl-1 td span {
  width: 8em;
  display: inline-block;
}
.tbl-2 th {
  background: #d4d6db;
  color: #FFF;
}

@media (max-width: 767px) {
  .sp-scroll {
    width: calc(100% + 20px);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .sp-scroll:before {
    margin-bottom: 5px;
    content: "→横スクロールできます";
    position: sticky;
    left: 0;
    top: 0;
  }
  .sp-scroll > table {
    width: 200vw !important;
    margin-top: 10px;
  }
  .tbl-sp th,
  .tbl-sp td {
    width: 100% !important;
    display: block;
  }
}
.mediabox {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
.mediabox:last-child {
  margin-bottom: 0;
}

.mediabox-r {
  flex-direction: row-reverse;
}
.mediabox-img {
  width: 60%;
  line-height: 0;
}
.mediabox-img span {
  margin-top: 10px;
  display: block;
  font-size: 0.875rem;
  line-height: 1.125rem;
  text-align: center;
}
.mediabox-copy {
  width: 38%;
}

@media (max-width: 767px) {
  .mediabox {
    display: block;
  }
  .mediabox-img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px !important;
  }
  .mediabox-img span {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .mediabox-copy {
    width: 100%;
  }
}
.clm-4, .clm-3, .clm-2, .clm-1 {
  width: 100%;
  width: calc(100% + (1.5% * 2));
  margin: 0 -1.5%;
  display: flex;
  flex-wrap: wrap;
}
.clm-4 > li, .clm-3 > li, .clm-2 > li, .clm-1 > li,
.clm-4 .clm-li,
.clm-3 .clm-li,
.clm-2 .clm-li,
.clm-1 .clm-li {
  margin-bottom: 40px;
  padding: 0 1.5%;
  position: relative;
}
.clm-4 > li:last-of-type, .clm-3 > li:last-of-type, .clm-2 > li:last-of-type, .clm-1 > li:last-of-type,
.clm-4 .clm-li:last-of-type,
.clm-3 .clm-li:last-of-type,
.clm-2 .clm-li:last-of-type,
.clm-1 .clm-li:last-of-type {
  margin-right: 0;
}

.clm-box {
  position: relative;
}
.clm-box .clm-img {
  overflow: hidden;
}
.clm-box .clm-img img {
  transition: all 0.3s ease-in-out 0s;
}
.clm-box .clm-img:hover img {
  transform: scale(1.1);
}
.clm-box .clm-btn {
  width: 100%;
  max-width: 100%;
  margin: 30px 0 0;
}
.clm-box .clm-copy {
  margin-top: 30px;
}
.clm-1 {
  width: 100%;
  max-width: 450px;
  margin: auto;
}

.clm-2 > li,
.clm-2 .clm-li {
  width: 50%;
}

.clm-3 {
  width: 99.999%;
  width: calc(99.999% + (1.5% * 2));
}
.clm-3 > li,
.clm-3 .clm-li {
  width: 33.333%;
}

.clm-4 > li,
.clm-4 .clm-li {
  width: 25%;
}

@media (max-width: 767px) {
  .clm-1 > li:last-of-type, .clm-2 > li:last-of-type, .clm-3 > li:last-of-type, .clm-4 > li:last-of-type,
  .clm-1 .clm-li:last-of-type,
  .clm-2 .clm-li:last-of-type,
  .clm-3 .clm-li:last-of-type,
  .clm-4 .clm-li:last-of-type {
    margin-bottom: 0;
  }
  .sp-clm-2 > li,
  .sp-clm-2 .clm-li {
    width: 50%;
  }
  .sp-clm-v > li {
    width: 100%;
  }
  .sp-clm-v > li .clm-box {
    padding-bottom: 75px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .sp-clm-v > li .clm-box.h-link {
    padding-bottom: 0;
  }
  .sp-clm-v > li .default-img {
    width: 35%;
  }
  .sp-clm-v > li .clm-copy {
    width: 62.3871%;
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
  .sp-clm-v > li .clm-btn {
    width: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
.default-img {
  margin-bottom: 0;
  line-height: 0;
}

@media (max-width: 767px) {
  .sp-wfull {
    width: calc(100% + (20px * 2));
    max-width: inherit;
    margin: 0 -20px;
    display: block;
  }
}
.anchr {
  margin: 0;
  padding: 0;
  font-size: 0 !important;
  line-height: 0 !important;
  visibility: hidden !important;
  margin-top: -100px;
  padding-top: 100px;
}

#pagetop-btn {
  width: 60px;
  height: 60px;
  display: block;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
}
#pagetop-btn a {
  width: 100%;
  height: 100%;
  background: #29334a;
  display: block;
  transform: translate(0, 100px);
  transition: all 0.3s ease-in-out 0s;
}
#pagetop-btn a:before {
  border-color: #FFF;
  right: 0;
}
#pagetop-btn a:hover {
  background: #d4d6db;
}
#pagetop-btn.active a {
  transform: translate(0, 0);
}

@media (max-width: 767px) {
  .anchr {
    margin-top: -80px;
    padding-top: 80px;
  }
  #pagetop-btn {
    width: 40px;
    height: 40px;
    right: 10px;
  }
}
.input-select select, .input-textarea, .input-text {
  width: 100%;
  margin-top: 10px;
  padding: 20px;
  outline: none;
  background: #FFF;
  border: 1px solid #f2f2f2;
  display: block;
  transition: all 0.3s ease-in-out 0s;
}
.input-select select::-webkit-input-placeholder, .input-textarea::-webkit-input-placeholder, .input-text::-webkit-input-placeholder {
  color: #DDD;
}
.input-select select::-moz-placeholder, .input-textarea::-moz-placeholder, .input-text::-moz-placeholder {
  color: #DDD;
  opacity: 1;
}
.input-select select:-ms-input-placeholder, .input-textarea:-ms-input-placeholder, .input-text:-ms-input-placeholder {
  color: #DDD;
}
.input-select select:focus, .input-textarea:focus, .input-text:focus {
  border-color: #29334a;
}
.input-select select:focus::-webkit-input-placeholder, .input-textarea:focus::-webkit-input-placeholder, .input-text:focus::-webkit-input-placeholder {
  color: transparent;
}
.input-select select:focus::-moz-placeholder, .input-textarea:focus::-moz-placeholder, .input-text:focus::-moz-placeholder {
  color: transparent;
  opacity: 1;
}
.input-select select:focus:-ms-input-placeholder, .input-textarea:focus:-ms-input-placeholder, .input-text:focus:-ms-input-placeholder {
  color: transparent;
}

.input-check, .input-radio-1 {
  margin-top: 10px;
  background: #FFF;
}
.input-check > li, .input-radio-1 > li {
  padding: 5px 0;
  margin-bottom: 3px;
  line-height: 1.4;
}
.input-check > li span, .input-radio-1 > li span {
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
}
.input-check > li span:before, .input-radio-1 > li span:before, .input-check > li span:after, .input-radio-1 > li span:after {
  transition: all 0.3s ease-in-out 0s;
}
.input-check > li label, .input-radio-1 > li label {
  cursor: pointer;
}

.form-agree .input-check label, .input-check > li label {
  cursor: pointer;
}
.form-agree .input-check span, .input-check > li span {
  transition: all 0.3s ease-in-out 0s;
}
.form-agree .input-check span:before, .input-check > li span:before, .form-agree .input-check span:after, .input-check > li span:after {
  transition: all 0.3s ease-in-out 0s;
}
.form-agree .input-check span:after, .input-check > li span:after {
  width: 20px;
  height: 20px;
  content: "";
  display: block;
  background: #FFF;
  border: 2px solid #f2f2f2;
  border-radius: 5px;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0px;
  transform: translate(0, -50%);
  left: 0;
  pointer-events: none;
}
.form-agree .input-check span:hover:after, .input-check > li span:hover:after {
  background: #29334a;
  border: 2px solid #29334a;
}
.form-agree .input-check input:checked + span:before, .input-check > li input:checked + span:before {
  content: "";
  margin-top: -3px;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  transform: translate(0, -50%) rotate(45deg);
  transform-origin: 0% 100%;
  position: absolute;
  top: 50%;
  left: 5px;
  z-index: 10;
  animation: checkbox-check 250ms 50ms ease-in-out forwards;
  animation-fill-mode: both;
}
.form-agree .input-check input:checked + span:after, .input-check > li input:checked + span:after {
  background: #29334a;
  border: 2px solid #29334a;
}

.form-area {
  width: 100%;
}

.form-field {
  margin-top: 30px;
  position: relative;
}
.form-field:first-of-type {
  margin-top: 0;
}
.form-field > label {
  display: inline-block;
  line-height: 1;
  font-weight: bold;
}

.input-error {
  border-color: #db584b;
}

.input-textarea {
  height: 200px;
}

.input-radio-1 > li span:before, .input-radio-1 > li span:after {
  content: "";
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  transition-property: transform, border-color;
}
.input-radio-1 > li span:before {
  width: 20px;
  height: 20px;
  border: 2px solid #f2f2f2;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0px;
  transform: translate(0, -50%);
}
.input-radio-1 > li span:after {
  width: 16px;
  height: 16px;
  background: #29334a;
  transform: translate(0, -50%) scale(0);
  left: 4px;
}
.input-radio-1 > li span:hover:after {
  transform: translate(0, -50%) scale(0.5);
}
.input-radio-1 > li input:checked + span:before {
  border-color: #29334a;
}
.input-radio-1 > li input:checked + span:after {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 4px;
  transform: translate(0, -50%);
  transform: translate(0, -50%) scale(1);
}

.input-select {
  margin-top: 10px;
  position: relative;
}
.input-select:before {
  width: 5px;
  height: 5px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  content: "";
  display: block;
  pointer-events: none;
  transform: translate(0, -50%) rotate(135deg);
  position: absolute;
  top: 50%;
  right: 20px;
}
.input-select select {
  width: 100%;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.input-select select option {
  background: #fff;
  color: #333;
}
.input-select select::-ms-expand {
  display: none;
}
.input-select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

.form-note {
  margin-top: 10px;
  font-size: 0.75rem;
  line-height: 1.0625rem;
}

.item-req, .item-any {
  margin-left: 10px;
  padding: 3px 9px 4px;
  border-radius: 3px;
  background: #db584b;
  color: #FFF;
  display: inline-block;
  font-size: 0.625rem;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
}

.item-any {
  background: #f2f2f2;
  color: #000;
}

.form-agree {
  text-align: center;
}
.form-agree .input-check {
  margin: 20px 0;
}
.form-agree .input-check label {
  padding-left: 35px;
  position: relative;
}

@media (max-width: 767px) {
  .input-text, .input-textarea, .input-select select {
    padding: 15px 10px;
  }
  .input-radio-1, .input-check {
    -webkit-tap-highlight-color: transparent;
  }
  .input-check > li span:hover:after, .form-agree .input-check span:hover:after {
    background: transparent;
    border-color: #f2f2f2;
  }
}
#modal-overlay {
  width: 100%;
  height: 130%;
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 400;
  opacity: 0;
}

.modal-open {
  cursor: pointer;
}

.modal-close {
  width: 35px;
  height: 35px;
  cursor: pointer;
  position: absolute;
  right: 40px;
  top: -40px;
  z-index: 0;
}
.modal-close:before, .modal-close:after {
  width: 100%;
  height: 1px;
  content: "";
  display: block;
  background: #FFF;
  position: absolute;
  top: 14px;
  left: 0;
}
.modal-close:before {
  transform: rotate(45deg);
}
.modal-close:after {
  transform: rotate(-45deg);
}

.modal-area {
  width: 100%;
  max-width: 1186px;
  padding: 0 40px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 401;
  display: none;
}

.modal-contents {
  padding: 50px;
  max-height: 80vh;
  overflow-y: scroll;
  background: #FFF;
  opacity: 0;
  transition: 1s;
}

.modal-privacy dl dt {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1rem;
}
.modal-privacy dl dd {
  margin-bottom: 40px;
}
.modal-privacy dl dd:last-child {
  margin: 0;
}

@media (max-width: 767px) {
  .modal-area {
    padding: 0 20px;
  }
  .modal-contents {
    padding: 20px;
    max-height: 70vh;
    -webkit-overflow-scrolling: touch;
  }
  .modal-close {
    width: 30px;
    height: 30px;
    right: 20px;
  }
}
.sec-contact {
  background-color: #29334a;
  padding: 100px 0;
  text-align: center;
  color: #fff;
}
.sec-contact .head-1 {
  text-align: center;
  color: #fff;
}
.sec-contact .head-1::before {
  text-align: center;
  color: #fff;
}
.sec-contact .tel {
  font-size: 2.5rem;
  font-weight: bold;
  padding: 0 0.5em;
}
@media (max-width: 767px) {
  .sec-contact .tel {
    font-size: 1.5rem;
  }
}

.works-box {
  padding-bottom: 150px;
}
.works-box .head-2 {
  margin-left: 15%;
}
@media (max-width: 767px) {
  .works-box .head-2 {
    margin-left: 20px;
  }
}
.works-box .works-img {
  text-align: center;
}
.works-box .works-img img {
  height: 350px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .works-box .works-img img {
    height: 250px;
  }
}
.works-box .swiper-main {
  position: relative;
}
.works-box .swiper-main::before {
  content: "";
  position: absolute;
  width: 85%;
  max-width: 1000px;
  height: 50%;
  background-color: #f2f2f2;
  left: 0;
  bottom: -30px;
  z-index: -1;
}
.works-box .swiper-slide {
  position: relative;
}

.swiper-container {
  overflow: hidden;
  width: 85%;
  margin: 0 0 0 auto;
}
@media (max-width: 767px) {
  .swiper-container {
    margin: 0 auto;
    width: 95%;
  }
}

.swiper-pagination-bullet {
  background-color: #d4d6db;
  opacity: 1;
  width: 10px;
  height: 10px;
}

.swiper-pagination-bullet-active {
  background-color: #29334a;
  width: 10px;
  height: 10px;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -40px;
}

.swiper-button-next,
.swiper-button-prev {
  bottom: 0;
  height: 50px;
  width: 50px;
  background-color: #d4d6db;
  border-radius: 50%;
  color: transparent;
}
@media (max-width: 767px) {
  .swiper-button-next,
  .swiper-button-prev {
    height: 40px;
    width: 40px;
  }
}
.swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #29334a;
  transition: all 0.3s ease-in-out 0s;
}

.swiper-button-prev {
  top: inherit;
  bottom: -60px;
  left: 15%;
}
@media (max-width: 767px) {
  .swiper-button-prev {
    left: 20px;
  }
}
.swiper-button-prev::after {
  border-right: 10px solid #29334a;
}
.swiper-button-prev:hover::after {
  border-right-color: #d4d6db;
  transition: all 0.3s ease-in-out 0s;
}

.swiper-button-next {
  top: inherit;
  right: inherit;
  bottom: -60px;
  left: calc(15% + 60px);
}
@media (max-width: 767px) {
  .swiper-button-next {
    left: 70px;
  }
}
.swiper-button-next::after {
  border-left: 10px solid #29334a;
}
.swiper-button-next:hover::after {
  border-left-color: #d4d6db;
  transition: all 0.3s ease-in-out 0s;
}

.swiper-main *:focus {
  outline: none;
}

.sec-concept {
  display: flex;
}
@media (max-width: 767px) {
  .sec-concept {
    flex-direction: column;
  }
}
.sec-concept .concept-img {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.sec-concept .concept-img img {
  width: 50vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .sec-concept .concept-img img {
    width: 100%;
    height: 30vh;
  }
}
.sec-concept .concept-txt {
  width: 50vw;
  margin-left: 50vw;
  padding: 0 5%;
  line-height: 3.625rem;
  letter-spacing: 0.8px;
}
@media (max-width: 767px) {
  .sec-concept .concept-txt {
    width: 100%;
    margin-left: 0;
    padding: 0 20px;
    margin-top: 20vh;
  }
}/*# sourceMappingURL=assets.css.map */