@charset "UTF-8";
/* @include _reset.scss */
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
  # Global selectors
# ================================================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
html {
  box-sizing: border-box;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
  # General elements
# ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
  * 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,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
  text-decoration: none;
  color: #000;
}

li {
  list-style: none;
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

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

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
  # Forms
 # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

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

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

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

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

/* # =================================================================
  # Specify media element style
# ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
  # Accessibility
# ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
  # Selection
# ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

.clearfix {
  min-height: 1px;
}

.clearfix::after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}

html, body, div, p, table, tr, th, td, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, img, a, address, figure {
  margin: 0;
  padding: 0;
  border: 0;
}

img, h1, h2, h3, h4, h5, h6 {
  vertical-align: middle;
}

/* @include _reset.scss */
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
  # Global selectors
# ================================================================= */
html {
  box-sizing: border-box;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
  # General elements
# ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
  * 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,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
  text-decoration: none;
  color: #000;
}

li {
  list-style: none;
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

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

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
  # Forms
 # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

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

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

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

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

/* # =================================================================
  # Specify media element style
# ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
  # Accessibility
# ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
  # Selection
# ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

.clearfix {
  min-height: 1px;
}

.clearfix::after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}

html, body, div, p, table, tr, th, td, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, img, a, address, figure {
  margin: 0;
  padding: 0;
  border: 0;
}

img, h1, h2, h3, h4, h5, h6 {
  vertical-align: middle;
}

/* @include _breakpoints.scss */
/* break point media query */
@media (max-width: 767.9px) {
  .pc {
    display: none !important;
  }
}
.pc_i {
  display: inline;
}

@media (max-width: 767.9px) {
  .pc_i {
    display: none;
  }
}
.pc_ib {
  display: inline-block;
}

@media (max-width: 767.9px) {
  .pc_ib {
    display: none;
  }
}
.tb {
  display: none;
}

@media (max-width: 1023px) {
  .tb {
    display: block;
  }
}
.tb_i {
  display: none;
}

@media (max-width: 1023px) {
  .tb_i {
    display: inline;
  }
}
.tb_ib {
  display: none;
}

@media (max-width: 1023px) {
  .tb_ib {
    display: inline-block;
  }
}
.sp {
  display: none;
}

@media (max-width: 767.9px) {
  .sp {
    display: block;
  }
}
.sp_i {
  display: none;
}

@media (max-width: 767.9px) {
  .sp_i {
    display: inline;
  }
}
.sp_ib {
  display: none;
}

@media (max-width: 767.9px) {
  .sp_ib {
    display: inline-block;
  }
}
html {
  width: 100%;
  font-size: 62.5%;
  /*&::-webkit-scrollbar {  
      display: none;
    }*/
  /*Google Chrome、Safari、Microsoft Edge対応のスクロールバー非表示コード*/
}
html.js-noScroll {
  overflow: hidden;
}

body {
  width: 100%;
  color: rgb(18, 18, 18);
  background: #ffffff;
  line-height: 1.5;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
}
@media (max-width: 767.9px) {
  body {
    font-size: 13px;
  }
}
body.--menuOpen {
  overflow: hidden;
}

.js-visible .l-main.--index {
  visibility: visible;
}

#container {
  min-height: inherit;
  padding-top: 80px;
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 2;
}
@media (max-width: 767.9px) {
  #container {
    padding-top: 60px;
  }
}

.l-main {
  position: relative;
}
.l-main.--index {
  visibility: hidden;
  background-color: #000;
}

@media (max-width: 767.9px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-height: 560px) {
  .sp {
    display: none;
  }
}
@media (max-width: 767.9px) {
  .sp {
    display: block;
  }
}
@media (max-width: 767.9px) and (max-height: 600px) {
  .sp {
    display: block;
  }
}

sup {
  font-size: 50%;
}

@media (max-width: 767.9px) {
  img {
    max-width: 100%;
  }
}

a:hover {
  opacity: 0.7;
  transition: 0.2s;
}

.u-bold {
  font-weight: 700;
}

.u-color--blue {
  color: #3399CC !important;
}
.u-color--red {
  color: #b81c25 !important;
}

.c-header {
  position: fixed;
  width: 100%;
  height: 80px;
  background-color: #000;
  text-align: center;
  padding: 7px 0;
  z-index: 10;
}
@media (max-width: 767.9px) {
  .c-header {
    position: fixed;
    height: 60px;
    width: 100%;
    padding: 7px 0;
  }
}
.c-header__inner {
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
  align-items: center;
}
@media (max-width: 767.9px) {
  .c-header__inner {
    display: block;
    padding: 0 15px;
  }
}
.c-headerTit {
  display: inline-block;
  padding: 0;
  width: 66px;
}
@media (max-width: 767.9px) {
  .c-headerTit {
    line-height: 1;
    width: 45px;
  }
}
.c-headerTit img {
  max-width: 100%;
}
.c-header nav {
  display: flex;
  gap: 33px;
}
@media (max-width: 1023px) {
  .c-header nav {
    gap: 15px;
  }
}
@media (max-width: 767.9px) {
  .c-header nav {
    display: block;
    position: fixed;
    top: 60px;
    left: 100%;
    width: 80vw;
    height: calc(100vh - 60px);
    padding: 60px 0;
    background: #000;
    pointer-events: none;
    transition: left 1s;
  }
}
@media (max-width: 767.9px) {
  .c-header nav.--open {
    left: 20vw;
    pointer-events: all;
    opacity: 1;
    transition: left 1s;
  }
}
.c-header nav .list-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  padding-right: 35px;
}
@media (max-width: 1023px) {
  .c-header nav .list-menu {
    gap: 20px;
    padding-right: 15px;
  }
}
@media (max-width: 767.9px) {
  .c-header nav .list-menu {
    display: block;
    padding-right: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 767.9px) {
  .c-header nav .list-menu li {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.9px) {
  .c-header nav .list-menu li:last-child {
    margin-bottom: 0;
  }
}
.c-header nav .list-menu li a {
  font-size: 15px;
  color: #fff;
}
@media (max-width: 1023px) {
  .c-header nav .list-menu li a {
    font-size: 13px;
  }
}
@media (max-width: 767.9px) {
  .c-header nav .list-menu li a {
    font-size: 15px;
  }
}
.c-header nav .list-menu li a:hover {
  opacity: 0.7;
}
.c-header .menuBtn {
  display: none;
}
@media (max-width: 767.9px) {
  .c-header .menuBtn {
    position: fixed;
    display: block;
    top: 12px;
    right: 22px;
    width: 36px;
    height: 36px;
    z-index: 11;
  }
}
.c-header .menuBtn.--open span:first-child {
  top: 50%;
  transform: rotate(-45deg);
}
.c-header .menuBtn.--open span:last-child {
  top: 50%;
  bottom: auto;
  transform: rotate(45deg);
}
.c-header .menuBtn__inner {
  position: absolute;
  top: 50%;
  display: block;
  width: 100%;
  height: 9px;
  transform: translate(0, -50%);
}
.c-header .menuBtn span {
  position: absolute;
  display: block;
  background-color: #fff;
  width: 100%;
  height: 1px;
  transition: 0.5s;
}
.c-header .menuBtn span:first-child {
  top: 0;
  left: 0px;
}
.c-header .menuBtn span:last-child {
  bottom: 0;
  left: 0px;
}
.c-header .haeader-menu-sns {
  display: flex;
  gap: 13px;
  align-items: center;
}
@media (max-width: 767.9px) {
  .c-header .haeader-menu-sns {
    position: absolute;
    display: flex;
    left: 20px;
    top: 16px;
    gap: 10px;
  }
}
.c-header .haeader-menu-sns.sp {
  display: none;
}
@media (max-width: 767.9px) {
  .c-header .haeader-menu-sns.sp {
    display: flex;
  }
}
@media (max-width: 767.9px) {
  .c-header .haeader-menu-sns li {
    width: 30px;
  }
}
.c-header .haeader-menu-contact {
  padding: 15px 35px;
  border: solid 1px #fff;
  color: #fff;
  text-align: center;
  line-height: 1;
  border-radius: 25px;
  font-size: 13px;
  font-weight: 600;
}
@media (max-width: 767.9px) {
  .c-header .haeader-menu-contact {
    display: inline-block;
    padding: 15px 30px 15px 35px;
  }
}
.c-header .haeader-menu-contact span {
  display: flex;
  align-items: center;
  gap: 15px;
}
.c-header .haeader-menu-contact span::after {
  display: block;
  width: 10px;
  height: 16px;
  content: "";
  background: url(../images/arrow_white.svg) top center/contain no-repeat;
}

.js-windowBg {
  pointer-events: none;
  position: relative;
  z-index: 1;
}
.js-windowBg__item {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 0;
}
.js-windowBg__item.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
}
.js-windowBg__item .js-windowBg__inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
}
.js-windowBg__item .js-windowBg__inner.bg-award {
  background: url(../images/bg_award.jpg) center/cover no-repeat;
}
@media (max-width: 767.9px) {
  .js-windowBg__item .js-windowBg__inner.bg-award {
    background: url(../images/bg_award_sp.jpg) center/cover no-repeat;
  }
}
.js-windowBg__item .js-windowBg__inner.bg-gallery {
  background: url(../images/bg_award.jpg) center/cover no-repeat;
}
@media (max-width: 767.9px) {
  .js-windowBg__item .js-windowBg__inner {
    background: url(../images/bg_award_sp.jpg) center/cover no-repeat;
  }
}
.js-windowBg__item.--hidden {
  opacity: 0 !important;
  pointer-events: none;
}

.sub-footer {
  position: relative;
}
.sub-footerSns {
  max-width: 100%;
  width: 1200px;
  padding: 80px 40px;
  margin: auto;
  background: #fff;
}
@media (max-width: 767.9px) {
  .sub-footerSns {
    max-width: 100%;
    width: inherit;
    padding: 70px 25px;
  }
}
.sub-footerSns dl {
  display: block;
  text-align: center;
}
.sub-footerSns dt {
  margin-bottom: 30px;
  text-align: center;
  font-size: 37px;
  font-weight: 700;
}
@media (max-width: 767.9px) {
  .sub-footerSns dt {
    font-size: 20px;
  }
}
.sub-footerSns dd {
  display: inline-block;
  margin-right: 30px;
}
@media (max-width: 767.9px) {
  .sub-footerSns dd {
    width: 38px;
    margin-right: 15px;
  }
}
.sub-footerSns dd:last-child {
  margin-right: 0;
}

.l-footer__inner {
  background-color: #000;
  max-width: 100%;
  width: 1200px;
  margin: auto;
  padding: 80px 40px 50px;
}
.l-footer .footerMain {
  position: relative;
  min-height: 295px;
  padding: 60px 0 30px;
  background-color: #000;
}
@media (max-width: 767.9px) {
  .l-footer .footerMain {
    padding: 35px 0 15px;
  }
}
.l-footer .footerMain__inner {
  position: relative;
  max-width: 100%;
  width: 1200px;
  padding: 0 40px;
  margin: auto;
}
.l-footer .footerMenu {
  display: flex;
  gap: 28px;
  margin-bottom: 70px;
}
@media (max-width: 1023px) {
  .l-footer .footerMenu {
    gap: 15px;
  }
}
@media (max-width: 767.9px) {
  .l-footer .footerMenu {
    display: none;
  }
}
.l-footer .footerMenu li {
  border-right: solid 1px #fff;
  padding-right: 28px;
}
@media (max-width: 1023px) {
  .l-footer .footerMenu li {
    padding-right: 15px;
  }
}
.l-footer .footerMenu li:last-child {
  border-right: none;
}
.l-footer .footerMenu li a {
  color: #fff;
}
@media (max-width: 1023px) {
  .l-footer .footerMenu li a {
    font-size: 12px;
  }
}
.l-footer .footerLogo {
  position: absolute;
  right: 40px;
  top: 0;
  display: block;
  margin: auto;
  width: 320px;
}
@media (max-width: 1023px) {
  .l-footer .footerLogo {
    width: 260px;
  }
}
@media (max-width: 767.9px) {
  .l-footer .footerLogo {
    position: relative;
    right: 0;
    width: 195px;
    margin: 0 auto 40px;
  }
}
.l-footer .footerLogo img {
  max-width: 100%;
}
.l-footer .footerCopy {
  display: flex;
  justify-content: space-between;
  color: #fff;
  align-items: flex-end;
  font-size: 14px;
}
@media (max-width: 767.9px) {
  .l-footer .footerCopy {
    display: block;
    font-size: 10px;
    text-align: center;
  }
}
.l-footer .footerCopy__produce {
  display: flex;
  align-items: flex-end;
  gap: 19px;
}
@media (max-width: 767.9px) {
  .l-footer .footerCopy__produce {
    justify-content: center;
    gap: 10px;
    margin-bottom: 35px;
  }
}
.l-footer .footerCopy__produce img {
  width: 160px;
}
@media (max-width: 1023px) {
  .l-footer .footerCopy__produce img {
    width: 120px;
  }
}
@media (max-width: 767.9px) {
  .l-footer .footerCopy__produce img {
    width: 120px;
  }
}
@media (max-width: 1023px) {
  .l-footer .footerCopy__copy {
    font-size: 12px;
  }
}
@media (max-width: 767.9px) {
  .l-footer .footerCopy__copy {
    font-size: 9px;
  }
}

.c-btn {
  display: block;
  width: 220px;
  margin: auto;
  padding: 9px 0;
  font-size: 14px;
  text-align: center;
  border: solid 1px #000;
  border-radius: 30px;
}
@media (max-width: 767.9px) {
  .c-btn {
    width: 100%;
    max-width: 240px;
    padding: 7px 10px;
    font-size: 13px;
    font-weight: 700;
  }
}
.c-btn.--white {
  border: solid 1px #fff;
  color: #fff;
}
.c-btn.--white span::after {
  background: url(../images/arrow_white.svg) top center/contain no-repeat;
}
.c-btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.c-btn span::after {
  display: block;
  width: 10px;
  height: 16px;
  content: "";
  background: url(../images/arrow_black.svg) top center/contain no-repeat;
}
@media (max-width: 767.9px) {
  .c-btn span::after {
    width: 8px;
    height: 13px;
  }
}

.c-btnTop {
  display: block;
  width: 283px;
  margin: auto;
  padding: 15px 0;
  font-size: 15px;
  text-align: center;
  border: solid 1px #000;
  border-radius: 30px;
}
@media (max-width: 767.9px) {
  .c-btnTop {
    width: 100%;
    max-width: 170px;
    padding: 10px;
    font-size: 13px;
    font-weight: 700;
  }
}
.c-btnTop span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.c-btnTop span::after {
  display: block;
  width: 10px;
  height: 16px;
  content: "";
  background: url(../images/arrow_black.svg) top center/contain no-repeat;
}
@media (max-width: 767.9px) {
  .c-btnTop span::after {
    width: 8px;
    height: 13px;
  }
}

.c-textAnim {
  width: 100%;
  overflow: hidden;
  position: relative;
  bottom: -1px;
}
.c-textAnim img {
  position: relative;
  width: 1000px;
}
@media (max-width: 767.9px) {
  .c-textAnim img {
    width: 500px;
    max-width: inherit;
  }
}
.c-textAnimRight {
  display: flex;
  margin-bottom: 18px;
  gap: 40px;
  animation: loopScrollRight 50s infinite linear 0.5s both;
}
@media (max-width: 767.9px) {
  .c-textAnimRight {
    margin-bottom: 10px;
    gap: 20px;
    animation: loopScrollRight 25s infinite linear 0.5s both;
  }
}
.c-textAnimLeft {
  display: flex;
  gap: 40px;
  animation: loopScrollLeft 50s infinite linear 0.5s both;
}
@media (max-width: 767.9px) {
  .c-textAnimLeft {
    gap: 20px;
    animation: loopScrollLeft 25s infinite linear 0.5s both;
  }
}

@keyframes loopScrollRight {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes loopScrollLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
#container {
  background: url(../images/about/bg_about.png) bottom 30px center/200% auto no-repeat;
}
@media (max-width: 1023px) {
  #container {
    background: url(../images/about/bg_about.png) bottom 40px center/200% auto no-repeat;
  }
}
@media (max-width: 767.9px) {
  #container {
    background: url(../images/about/bg_about.png) bottom 40px center/350% auto no-repeat;
  }
}

.p-contact__inner {
  position: relative;
  max-width: 1200px;
  width: 100%;
  padding: 90px 40px 90px;
  margin: auto;
  box-sizing: border-box;
}
@media (max-width: 767.9px) {
  .p-contact__inner {
    max-width: inherit;
    padding: 40px 4.6666666667vw 6.6666666667vw;
  }
}
.p-contactTitle {
  text-align: center;
  font-size: 35px;
  line-height: 1;
  margin-bottom: 40px;
  letter-spacing: 0.05em;
}
@media (max-width: 767.9px) {
  .p-contactTitle {
    margin-bottom: 30px;
    font-size: 21px;
  }
}
.p-contactForm {
  width: 100%;
  margin: auto;
}
.p-contactForm.--conf {
  padding-bottom: 40px;
}
.p-contactForm.--comp {
  padding-bottom: 40px;
}
.p-contactText {
  margin-bottom: 20px;
  font-size: 22px;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 767.9px) {
  .p-contactText {
    font-size: 16px;
  }
}
.p-contactBox {
  width: 100%;
  max-width: 1200px;
  padding: 0;
  margin: auto;
}
@media (max-width: 767.9px) {
  .p-contactBox {
    border-radius: 5px;
    border: none;
    padding: 0;
  }
}
.p-contactBox.--conf {
  max-width: 800px;
}

/*c-form*/
.c-form {
  display: flex;
  padding: 0 0 30px;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767.9px) {
  .c-form {
    display: block;
    padding: 0 0 3.3333333333vw;
  }
}
.c-form--topBlcok {
  padding: 0 0 30px !important;
}
.c-form--noPadding {
  padding: 0 !important;
}
.c-form--marginBtm30 {
  margin: 0 0 30px;
  padding: 0 !important;
}
@media (max-width: 767.9px) {
  .c-form--marginBtm30 {
    margin: 0;
  }
}
.c-form.--conf {
  padding-bottom: 15px;
}
.c-form__dt {
  width: 10em;
  padding-top: 10px;
  padding-right: 1em;
  line-height: 1.8;
  text-align: left;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .c-form__dt {
    width: 10em;
    padding-right: 1em;
  }
}
@media (max-width: 767.9px) {
  .c-form__dt {
    width: 100%;
    padding-right: 0;
    margin-bottom: 3px;
  }
}
.c-form__dt__required {
  color: #c92125;
}
.c-form__dt.--100 {
  width: 100%;
  padding-top: 0px !important;
  margin-bottom: 15px;
}
@media (max-width: 767.9px) {
  .c-form__dt.--100 {
    margin-bottom: 0;
  }
}
@media (max-width: 767.9px) {
  .c-form__dt {
    height: auto;
    padding-top: 0;
  }
}
.c-form__dd {
  position: relative;
  width: calc(100% - 10em);
  min-height: 45px;
  margin-bottom: 20px;
  word-break: break-all;
}
@media (max-width: 767.9px) {
  .c-form__dd {
    width: 100%;
    margin-bottom: 2vw;
    min-height: inherit;
  }
}
.c-form__dd--verticalCenter {
  display: flex;
  align-items: center;
}
.c-form__dd.--conf {
  padding: 10px 0 0;
}
@media (max-width: 767.9px) {
  .c-form__dd.--conf {
    padding: 0 0 0 1em;
  }
}
.c-form__dd:last-child {
  margin-bottom: 0;
}
.c-form__dd__inner {
  display: flex;
  align-items: end;
}
.c-form__dd__inner__img {
  width: 30%;
}
.c-form__dd.--contents {
  margin-left: 10em;
  padding-bottom: 0;
}
@media (max-width: 767.9px) {
  .c-form__dd.--contents {
    margin-left: 0;
  }
}
.c-form__text {
  width: 100%;
  height: 45px;
  line-height: 45px;
  background: #fff;
  border: solid 1px #606060;
  font-size: 16px;
  border-radius: 0;
  padding: 10px;
  box-sizing: border-box;
}
.c-form__text--herf:first-child {
  margin-right: 10px;
}
.c-form__text--small {
  width: 120px;
}
.c-form__textarea {
  width: 100%;
  height: 5em;
  line-height: 45px;
  background: #fff;
  border: solid 1px #606060;
  font-size: 16px;
  border-radius: 0;
  padding: 10px;
  box-sizing: border-box;
}
.c-form__unit {
  margin-left: 1em;
  font-size: 16px;
}
.c-form--conf .c-form__dt {
  height: auto;
  padding-top: 0;
  line-height: 1.5;
}
@media (max-width: 767.9px) {
  .c-form--conf .c-form__dt {
    font-weight: bold;
    font-size: 13px;
  }
}
.c-form--conf .c-form__dd {
  position: relative;
  height: auto;
  line-height: 1.5;
  color: #969696;
}
@media (max-width: 767.9px) {
  .c-form--conf .c-form__dd {
    min-height: auto;
    margin-bottom: 15px;
  }
}
.c-form--conf .c-form__dd--spBorder {
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.c-form--conf .c-form__dd--spBorder:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100vw;
  height: 1px;
  background: #e6e6e6;
}
.c-formBtn {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding-top: 40px;
}
@media (max-width: 767.9px) {
  .c-formBtn {
    padding-top: 3.3333333333vw;
  }
}
.c-formBtn .button {
  display: block;
  width: 283px;
  padding: 15px 0;
  font-size: 15px;
  text-align: center;
  border: solid 1px #000;
  border-radius: 30px;
}
@media (max-width: 767.9px) {
  .c-formBtn .button {
    width: 100%;
    max-width: 170px;
    padding: 10px;
    font-size: 13px;
    font-weight: 700;
  }
}
.c-formBtn .button.js-disable {
  opacity: 0.5;
}
.c-formNote {
  font-size: 14px;
  color: #c92125;
  text-align: center;
}
@media (max-width: 767.9px) {
  .c-formNote {
    text-align: left;
  }
}
@media (max-width: 767.9px) {
  .c-formNote li {
    padding-left: 1em;
    text-indent: -1em;
    text-align: left;
  }
}

/*c-check*/
.c-check {
  display: inline-block;
}
@media (max-width: 767.9px) {
  .c-check {
    display: block;
  }
}
.c-check .check_btn {
  display: none;
}
.c-check .check_btn + label {
  position: relative;
  line-height: 2.2;
  cursor: pointer;
}
.c-check .check_btn + label::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 3px;
  left: 0;
  width: 1.5em;
  height: 1.5em;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  background: #ebebeb;
  margin-right: 10px;
  line-height: 2.2;
}
.c-check .check_btn:checked + label::before {
  border: 5px solid #ebebeb;
  box-sizing: border-box;
  background: #333;
}

/*select*/
.c-form__selectbox {
  min-width: 50%;
  height: 45px;
}
@media (max-width: 767.9px) {
  .c-form__selectbox {
    min-width: 100%;
  }
}
.c-form__selectbox select {
  position: relative;
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding: 0 30px 0 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: #ebebeb;
  border-radius: 5px;
}
.c-form__selectbox select::-ms-expand {
  display: none;
}
.c-form__selectbox select span {
  margin-left: 0;
}
.c-form__selectbox label {
  position: relative;
  display: block;
  width: 100%;
}
.c-form__selectbox label:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 5px;
  margin-top: -2px;
  margin-right: 15px;
  background: url(../img/common/arrow_bottom.svg) 0 0 no-repeat;
  background-size: 100%;
  pointer-events: none;
}

/*.c-form__textarea*/
.c-form__textarea {
  width: 100%;
  height: 155px;
  line-height: 45px;
  background: #fff;
  font-size: 16px;
  border-radius: 0;
  padding: 10px;
  box-sizing: border-box;
  line-height: 1.8;
}
/*# sourceMappingURL=contact.css.map */
