@charset "UTF-8";
/* ----------------------------------------
	Default style specification / Import default settings
---------------------------------------- */
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 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: inherit; /* 2 */
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * 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] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

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

/**
 * 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 outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

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

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

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

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

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

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

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

/* ----------------------------------------
	Formatting
---------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  /* font-size: 1.6em; TODO：これは不要？ */
  font-family: Segoe UI, SegoeUI, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.wrapper {
  max-width: 3440px;
  margin: 0 auto;
}

/*----------------------------------------
    utility
-----------------------------------------*/
/* テキストの強調 */
/* ============================================ */
.u-text__color--red {
  color: #E84C49;
}

/* テキストの中央寄せ */
/* ============================================ */
.u-text__align--center {
  text-align: center;
}

/* テキストの打ち消し線 */
/* ============================================ */
.u-text__line--through {
  text-decoration: line-through;
}

/* テキストの下線 */
/* ============================================ */
.u-text__line--underline {
  text-decoration: underline;
}

/* 要素の表示、非表示 */
/* ============================================ */
@media (max-width: 1024px) {
  .u-onlyPc {
    display: none;
  }
}
@media (min-width: 1025px) {
  .u-onlySp {
    display: none;
  }
}
@media (min-width: 896px) {
  .u-onlyMobile {
    display: none;
  }
}
@media (max-width: 897px) and (min-width: 1024px) {
  .u-onlyTablet {
    display: none;
  }
}
/* 特殊なフォント指定 */
/* ============================================ */
/* ----------------------------------------
	Global component specification / Importing components
---------------------------------------- */
/* ----------------------------------------
	.c-loader
---------------------------------------- */
.c-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-loader div {
  display: none;
}

@media screen and (min-width: 1920px) {
  .c-loader > div img {
    width: 500px;
    height: auto;
  }
}
@media (min-width: 1025px) and (max-width: 1919px) {
  .c-loader > div img {
    width: 400px;
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  .c-loader > div img {
    width: 300px;
    height: auto;
  }
}
/* ----------------------------------------
	.c-lower-page-screen
---------------------------------------- */
.c-lower-page-screen {
  display: none;
}

/* ----------------------------------------
	.c-page-top
---------------------------------------- */
.c-page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  margin: 0;
  display: none;
  z-index: 9999;
}
.c-page-top a {
  display: block;
  width: 70px;
  height: 70px;
  text-align: center;
  background: rgb(0, 0, 0);
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
.c-page-top a:hover {
  opacity: 0.3;
}
.c-page-top a i {
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  line-height: 70px;
}

/* ----------------------------------------
	.c-slide-toggle
---------------------------------------- */
.c-slide-toggle__inner-wrap {
  position: relative;
  width: 30px;
  height: 24px;
  cursor: pointer;
}
.c-slide-toggle__inner-wrap > span {
  width: 100%;
  height: 1px;
  left: 0;
  display: block;
  background: #1D1D1D;
  position: absolute;
  transition: 0.6s ease-in-out;
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -ms-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
}
.c-slide-toggle__inner-wrap > span:nth-child(1) {
  top: 0;
}
.c-slide-toggle__inner-wrap > span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.c-slide-toggle__inner-wrap > span:nth-child(3) {
  bottom: 0;
}

.is-open .c-slide-toggle__inner-wrap > span {
  background: #fff;
}

.is-open .c-slide-toggle__inner-wrap > span:nth-child(1) {
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  -webkit-transform: rotate(45deg) translateY(-50%);
  -moz-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  -o-transform: rotate(45deg) translateY(-50%);
}

.is-open .c-slide-toggle__inner-wrap > span:nth-child(2) {
  width: 0;
}

.is-open .c-slide-toggle__inner-wrap > span:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
  -webkit-transform: rotate(-45deg) translateY(-50%);
  -moz-transform: rotate(-45deg) translateY(-50%);
  -ms-transform: rotate(-45deg) translateY(-50%);
  -o-transform: rotate(-45deg) translateY(-50%);
}

.c-slide-toggle {
  z-index: 1000;
}

.wrapper {
  position: relative;
  z-index: 990;
}

/* ----------------------------------------
	.c-toggle-menu
---------------------------------------- */
.c-toggle-menu {
  z-index: 900;
  overflow: auto;
  width: 100%;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  -moz-transition: opacity 0.6s ease, visibility 0.6s ease;
  -ms-transition: opacity 0.6s ease, visibility 0.6s ease;
  -o-transition: opacity 0.6s ease, visibility 0.6s ease;
}
.c-toggle-menu ul {
  list-style: none;
  margin-top: 60px;
  padding-top: 50px;
  border-top: solid 1px #fff;
}
.c-toggle-menu ul li {
  margin: 0 20px;
  font-size: 13px;
  font-size: 1.3rem;
  color: #fff;
  border-bottom: solid 1px #fff;
  /* background-color: $background_color_white;
  color: $text_color_black; */
}
.c-toggle-menu ul li span {
  width: 100px;
  display: inline-block;
  color: #ACACAC;
}
.c-toggle-menu a {
  display: block;
  /* color: $text_color_black; */
  color: #fff;
  text-decoration: none;
  padding: 24px;
  text-align: left;
  transition: opacity 0.6s ease;
  -webkit-transition: opacity 0.6s ease;
  -moz-transition: opacity 0.6s ease;
  -ms-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  pointer-events: none;
}

.is-open {
  overflow: hidden;
}

.is-open .c-toggle-menu {
  z-index: 999;
  height: 100%;
  visibility: visible;
  opacity: 1;
  background: rgba(29, 29, 29, 0.8);
}
.is-open .c-toggle-menu a {
  pointer-events: auto;
}

/* ----------------------------------------
	.c-text-links
---------------------------------------- */
@media screen and (min-width: 1920px) {
  .c-text-links li {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    font-size: 2rem;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  .c-text-links li::after {
    content: "|";
    margin: 0 30px;
  }
  .c-text-links li:last-child::after {
    content: "";
  }
  .c-text-links li:hover {
    color: #ACACAC;
  }
}
@media (min-width: 1025px) and (max-width: 1919px) {
  .c-text-links li {
    display: inline-block;
    color: #fff;
    font-size: clamp(10px, 0.977vw, 19px);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  .c-text-links li::after {
    content: "|";
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 30px;
    margin-left: 1.5625vw;
    margin-right: 30px;
    margin-right: 1.5625vw;
  }
  .c-text-links li:last-child::after {
    content: "";
  }
  .c-text-links li:hover {
    color: #ACACAC;
  }
}
@media screen and (max-width: 1024px) {
  .c-text-links li {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  .c-text-links li::after {
    content: "|";
    margin: 0 8px;
  }
  .c-text-links li:last-child::after {
    content: "";
  }
  .c-text-links li:hover {
    color: #ACACAC;
  }
}
/* ----------------------------------------
	.c-navigation-button
---------------------------------------- */
.c-navigation-button {
  display: inline-block;
}
.c-navigation-button a {
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.c-navigation-button a::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #FF0000;
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -o-transition: transform 0.3s;
}
.c-navigation-button a:hover::after {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
}
.c-navigation-button span {
  display: block;
  font-weight: bold;
}

@media screen and (min-width: 1920px) {
  .c-navigation-button {
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 80px;
  }
  .c-navigation-button span {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 4px;
  }
}
@media (min-width: 1025px) and (max-width: 1919px) {
  .c-navigation-button {
    font-size: clamp(7px, 0.684vw, 13px);
    margin-right: 80px;
    margin-right: 4.1666666667vw;
  }
  .c-navigation-button span {
    font-size: clamp(9px, 0.879vw, 17px);
    margin-bottom: 4px;
    margin-bottom: 0.2083333333vw;
  }
}
/* ----------------------------------------
	.c-sub-visual
---------------------------------------- */
@media screen and (min-width: 1920px) {
  .c-sub-visual {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .c-sub-visual__message {
    width: 50%;
    padding: 150px 50px 150px;
  }
  .c-sub-visual__message h1 {
    font-size: 80px;
    font-size: 8rem;
    text-align: center;
    margin-bottom: 60px;
  }
  .c-sub-visual__message-main {
    font-size: 30px;
    font-size: 3rem;
    line-height: 2;
    margin-bottom: 60px;
  }
  .c-sub-visual__message-sub {
    font-size: 20px;
    font-size: 2rem;
    line-height: 2;
  }
  .c-sub-visual__image {
    width: 50%;
  }
  .c-sub-visual__image p {
    font-size: 40px;
    font-size: 4rem;
    line-height: 1.6;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 0;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .c-sub-visual__image p::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    z-index: -1;
  }
}
@media (min-width: 1025px) and (max-width: 1919px) {
  .c-sub-visual {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .c-sub-visual__message {
    width: 50%;
    padding-top: 150px;
    padding-top: 7.8125vw;
    padding-bottom: 150px;
    padding-bottom: 7.8125vw;
    padding-left: 50px;
    padding-left: 2.6041666667vw;
    padding-right: 50px;
    padding-right: 2.6041666667vw;
  }
  .c-sub-visual__message h1 {
    font-size: clamp(45px, 4.395vw, 84px);
    text-align: center;
    margin-bottom: 60px;
    margin-bottom: 3.125vw;
  }
  .c-sub-visual__message-main {
    font-size: clamp(15px, 1.465vw, 28px);
    line-height: 2;
    margin-bottom: 60px;
    margin-bottom: 3.125vw;
  }
  .c-sub-visual__message-sub {
    font-size: clamp(10px, 0.977vw, 19px);
    line-height: 2;
  }
  .c-sub-visual__image {
    width: 50%;
  }
  .c-sub-visual__image p {
    font-size: clamp(25px, 2.441vw, 47px);
    line-height: 1.6;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 0;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .c-sub-visual__image p::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    z-index: -1;
  }
}
@media screen and (max-width: 1024px) {
  .c-sub-visual {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .c-sub-visual__message {
    width: 100%;
    padding: 30px 20px;
  }
  .c-sub-visual__message h1 {
    font-size: 28px;
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 30px;
  }
  .c-sub-visual__message-main {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 30px;
  }
  .c-sub-visual__message-sub {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.8;
  }
  .c-sub-visual__image {
    width: 100%;
  }
  .c-sub-visual__image p {
    padding: 30px 20px;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.8;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 0;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .c-sub-visual__image p::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    z-index: -1;
  }
}
.c-sub-visual.c-sub-visual--about .c-sub-visual__message {
  background-color: #1D1D1D;
  color: #fff;
}
.c-sub-visual.c-sub-visual--about .c-sub-visual__image > p {
  background-image: url("../images/sub-visual/sub-visual-about.jpg");
}
.c-sub-visual.c-sub-visual--about .c-sub-visual__image > p::before {
  background-color: #FF0000;
}

@media screen and (max-width: 1024px) {
  .c-sub-visual.c-sub-visual--about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.c-sub-visual.c-sub-visual--service .c-sub-visual__message {
  background-color: #EAEAEA;
}
.c-sub-visual.c-sub-visual--service .c-sub-visual__image > p {
  background-image: url("../images/sub-visual/sub-visual-service.jpg");
}
.c-sub-visual.c-sub-visual--service .c-sub-visual__image > p::before {
  background-color: #7E74EF;
}

.c-sub-visual.c-sub-visual--service {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 1024px) {
  .c-sub-visual.c-sub-visual--service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
/* ----------------------------------------
	.c-action-button
---------------------------------------- */
@media screen and (min-width: 1920px) {
  .c-action-button {
    margin: 0 auto;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    width: 450px;
    color: #fff;
    background-color: #1976D2;
    text-align: center;
    border-radius: 100px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  .c-action-button a {
    display: block;
    font-size: 24px;
    font-size: 2.4rem;
    padding: 16px 0;
  }
  .c-action-button input {
    display: block;
    font-size: 24px;
    font-size: 2.4rem;
    padding: 16px 0;
    width: 100%;
  }
  .c-action-button:hover {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    background-color: #1565C0;
  }
}
@media (min-width: 1025px) and (max-width: 1919px) {
  .c-action-button {
    margin: 0 auto;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    width: 350px;
    color: #fff;
    background-color: #1976D2;
    text-align: center;
    border-radius: 100px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  .c-action-button a {
    display: block;
    font-size: clamp(12px, 1.172vw, 23px);
    padding-top: 16px;
    padding-top: 0.8333333333vw;
    padding-bottom: 16px;
    padding-bottom: 0.8333333333vw;
    padding-left: 0;
    padding-right: 0;
  }
  .c-action-button input {
    display: block;
    font-size: clamp(12px, 1.172vw, 23px);
    padding-top: 16px;
    padding-top: 0.8333333333vw;
    padding-bottom: 16px;
    padding-bottom: 0.8333333333vw;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .c-action-button:hover {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    background-color: #1565C0;
  }
}
@media screen and (max-width: 1024px) {
  .c-action-button {
    margin: 20px auto 0;
    width: 300px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    color: #fff;
    background-color: #1976D2;
    text-align: center;
    border-radius: 100px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  .c-action-button a {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 16px 0;
  }
  .c-action-button input {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 16px 0;
    width: 100%;
  }
  .c-action-button:hover {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    background-color: #1565C0;
  }
}
.c-action-button.is-reset {
  background-color: #616161;
  color: #fff;
}
.c-action-button.is-reset:hover {
  background-color: #424242;
}

.c-action-button.is-primary {
  background-color: #1976D2;
  color: #fff;
}
.c-action-button.is-primary:hover {
  background-color: #1565C0;
}

/* ----------------------------------------
	.c-form
---------------------------------------- */
.c-form .select-block {
  max-width: 200px;
  min-height: 40px;
  background-color: #F5F5F5;
  border: solid 1px #E0E0E0;
  border-radius: 5px;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.c-form .select-block::after {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: "\f0dc";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #757575;
  font-size: 12px;
  pointer-events: none;
}
.c-form .select-block select {
  width: 100%;
  padding: 10px;
}
.c-form input[type=text] {
  /* min-width: 700px; */
  width: 100%;
  background-color: #F5F5F5;
  border: solid 1px #E0E0E0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 10px;
  min-height: 40px;
}
.c-form input[type=radio] {
  display: none;
}
.c-form input[type=radio]:checked + label {
  background-color: #F5F5F5;
  border: solid 1px #BDBDBD;
}
.c-form .type-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-form .type-label .label {
  cursor: pointer;
  display: inline-block;
  margin: 6px 6px 6px 0;
  padding: 8px 12px;
  border: solid 1px #E0E0E0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.c-form .type-label .label:hover {
  background-color: #F5F5F5;
}
.c-form textarea {
  background-color: #F5F5F5;
  border: solid 1px #E0E0E0;
  height: 100%;
  min-height: 200px;
  width: 100%;
  padding: 10px;
}
.c-form__button-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-form__button-group .c-action-button {
  margin: 0 20px;
}
.c-form__error-message {
  color: #E84C49;
  margin-bottom: 30px;
  margin-bottom: 1.5625vw;
}
.c-form__error-message dt {
  font-size: clamp(10px, 0.977vw, 19px);
  line-height: 1.8;
  padding-bottom: 10px;
  padding-bottom: 0.5208333333vw;
}
.c-form__error-message dd {
  font-size: clamp(10px, 0.977vw, 19px);
  line-height: 1.8;
  margin-left: 20px;
  margin-left: 1.0416666667vw;
  margin-right: 20px;
  margin-right: 1.0416666667vw;
}

@media screen and (max-width: 1024px) {
  .c-form .type-label .label {
    margin: 3px 3px 3px 0;
  }
  .c-form input::-webkit-input-placeholder {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .c-form input::-moz-placeholder {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .c-form input:-ms-input-placeholder {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .c-form input::-ms-input-placeholder {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .c-form input::placeholder {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .c-form__button-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .c-form__button-group .c-action-button {
    margin: 20px auto 0;
  }
  .c-form__error-message {
    color: #E84C49;
    margin-bottom: 10px;
  }
  .c-form__error-message dt {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.8;
  }
  .c-form__error-message dd {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6;
    margin-left: 10px;
    margin-right: 10px;
  }
  .c-form__required-fields {
    color: #E84C49;
    text-align: right;
    font-size: 10px;
    font-size: 1rem;
    margin: 0 6px 4px;
  }
}
/* ----------------------------------------
	Global project specification / Import common area styles
---------------------------------------- */
/* ----------------------------------------
	.p-header
---------------------------------------- */
.p-header {
  width: 100%;
  background-color: #fff;
}

@media screen and (min-width: 1920px) {
  .p-header {
    height: 105px;
  }
  .p-header h1 {
    width: 200px;
    height: auto;
  }
  .p-header-contact {
    display: table;
  }
  .p-header-contact .c-navigation-button {
    width: 230px;
    height: 60px;
    background-color: #000;
    color: #fff;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    -webkit-box-shadow: -7px 7px 0px 0px #FF0000;
            box-shadow: -7px 7px 0px 0px #FF0000;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
  }
  .p-header-contact .c-navigation-button:hover {
    opacity: 0.7;
  }
  .p-header-contact .c-navigation-button a::after {
    background: none;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transition: unset;
    -webkit-transition: unset;
    -moz-transition: unset;
    -ms-transition: unset;
    -o-transition: unset;
  }
  .p-header-contact .c-navigation-button a:hover::after {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
}
@media (min-width: 1025px) and (max-width: 1919px) {
  .p-header {
    height: 105px;
  }
  .p-header h1 {
    width: 200px;
    height: auto;
  }
  .p-header-contact {
    display: table;
  }
  .p-header-contact .c-navigation-button {
    width: 230px;
    width: 11.9791666667vw;
    height: 60px;
    height: 3.125vw;
    background-color: #000;
    color: #fff;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    -webkit-box-shadow: -7px 7px 0px 0px #FF0000;
            box-shadow: -7px 7px 0px 0px #FF0000;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
  }
  .p-header-contact .c-navigation-button:hover {
    opacity: 0.7;
  }
  .p-header-contact .c-navigation-button a::after {
    background: none;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transition: unset;
    -webkit-transition: unset;
    -moz-transition: unset;
    -ms-transition: unset;
    -o-transition: unset;
  }
  .p-header-contact .c-navigation-button a:hover::after {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
}
@media screen and (max-width: 1024px) {
  .p-header {
    height: 60px;
    position: relative;
  }
  .p-header h1 {
    height: auto;
    width: 120px;
  }
  .p-header .c-slide-toggle {
    position: absolute;
    top: 18px;
    right: 15px;
  }
}
/* ----------------------------------------
	.p-footer
---------------------------------------- */
@media screen and (min-width: 1920px) {
  .p-footer {
    background-color: #1D1D1D;
    width: 100%;
    padding: 60px 50px;
    margin-top: 300px;
  }
  .p-footer small {
    font-size: 20px;
    font-size: 2rem;
    color: #ACACAC;
    text-align: center;
    display: block;
    margin: 100px auto 0;
  }
  .p-footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 20px 40px;
    font-size: 20px;
    font-size: 2rem;
    border-bottom: solid 1px #707070;
  }
  .p-footer-nav dl {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-footer-nav dl dt {
    color: #707070;
    margin-right: 50px;
  }
  .p-footer-nav dl dd {
    color: #fff;
    margin-right: 20px;
  }
  .p-footer-nav dl dd:last-child {
    margin-right: 0;
  }
  .p-footer-business-content {
    font-size: 20px;
    font-size: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 40px 20px 0;
  }
  .p-footer-business-content dt {
    color: #707070;
    margin-right: 50px;
  }
}
@media (min-width: 1025px) and (max-width: 1919px) {
  .p-footer {
    background-color: #1D1D1D;
    width: 100%;
    padding-top: 60px;
    padding-top: 3.125vw;
    padding-bottom: 60px;
    padding-bottom: 3.125vw;
    padding-right: 50px;
    padding-right: 2.6041666667vw;
    padding-left: 50px;
    padding-left: 2.6041666667vw;
    margin-top: 300px;
    margin-top: 15.625vw;
  }
  .p-footer small {
    font-size: clamp(10px, 0.977vw, 19px);
    color: #ACACAC;
    text-align: center;
    display: block;
    margin-top: 100px;
    margin-top: 5.2083333333vw;
  }
  .p-footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 20px;
    padding-right: 1.0416666667vw;
    padding-left: 20px;
    padding-left: 1.0416666667vw;
    padding-bottom: 40px;
    padding-bottom: 2.0833333333vw;
    font-size: clamp(10px, 0.977vw, 19px);
    border-bottom: solid 1px #707070;
  }
  .p-footer-nav dl {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-footer-nav dl dt {
    color: #707070;
    margin-right: 50px;
    margin-right: 2.6041666667vw;
  }
  .p-footer-nav dl dd {
    color: #fff;
    margin-right: 20px;
    margin-right: 1.0416666667vw;
  }
  .p-footer-nav dl dd:last-child {
    margin-right: 0;
  }
  .p-footer-business-content {
    font-size: clamp(10px, 0.977vw, 19px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 40px;
    padding-top: 2.0833333333vw;
    padding-right: 20px;
    padding-right: 1.0416666667vw;
    padding-left: 20px;
    padding-left: 1.0416666667vw;
  }
  .p-footer-business-content dt {
    color: #707070;
    margin-right: 50px;
    margin-right: 2.6041666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-footer {
    background-color: #1D1D1D;
    width: 100%;
    padding: 30px 20px 50px;
    margin-top: 100px;
  }
  .p-footer small {
    font-size: 12px;
    font-size: 1.2rem;
    color: #ACACAC;
    text-align: center;
    display: block;
    margin: 50px auto 0;
  }
  .p-footer-nav .c-text-links {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #707070;
  }
  .p-footer-nav dl {
    font-size: 12px;
    font-size: 1.2rem;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #707070;
  }
  .p-footer-nav dl dt {
    color: #707070;
    margin-right: 20px;
  }
  .p-footer-nav dl dd {
    color: #fff;
    margin-right: 20px;
  }
  .p-footer-nav dl dd:last-child {
    margin-right: 0;
  }
  .p-footer-business-content {
    font-size: 12px;
    font-size: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 20px;
    border-bottom: solid 1px #707070;
  }
  .p-footer-business-content dt {
    color: #707070;
    margin-right: 20px;
  }
}
/* ----------------------------------------
	.l-header
---------------------------------------- */
.l-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
}
.l-header .p-global-nav {
  margin-left: auto;
}

/* ----------------------------------------
	.l-footer
---------------------------------------- */
@media (min-width: 1025px) and (max-width: 1919px) {
  .l-footer {
    margin-top: 300px;
    margin-top: 15.625vw;
  }
}
@media screen and (min-width: 1920px) {
  .l-footer {
    margin-top: 300px;
  }
}/*# sourceMappingURL=common.css.map */