@charset "UTF-8";
/******************************************************************
** Stylesheet: Main Stylesheet
******************************************************************/
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
audio, canvas, video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
/******************************************************************
   Links
******************************************************************/
a {
  background: transparent;
}
a:active, a:hover {
  outline: 0;
}
/******************************************************************
   Typography
******************************************************************/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 0.1rem dotted;
}
b, strong {
  font-weight: bold;
}
dfn, em {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
pre {
  margin: 0;
  white-space: pre-wrap;
}
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}
q {
  quotes: "“" "”" "‘" "’";
}
q:before, q:after {
  content: "";
  content: none;
}
small {
  font-size: 75%;
}
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  bottom: -0.25em;
}
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}
/******************************************************************
  Lists
******************************************************************/
dl, menu {
  margin: 1em 0;
}
dd {
  margin: 0;
}
menu {
  padding: 0 0 2.6rem;
}
ol, ul {
  margin: 0 0 1.5em;
  padding: 0;
  padding-left: 1em;
}
ol li, ul li {
  margin-bottom: 0.3em;
}
ol {
  list-style: decimal;
}
ul {
  list-style: disc;
}
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}
/******************************************************************
** embedded content
******************************************************************/
img {
  border: 0;
  max-width: 100%;
  height: auto;
}
.img-wrap {
  position: relative;
  width: 100%;
  display: block;
  line-height: 0;
}
.img-wrap picture, .img-wrap img {
  position: relative;
  width: 100%;
  margin: 0;
  display: block;
  pointer-events: none;
}
svg:not(:root) {
  overflow: hidden;
}
/******************************************************************
   Figures
******************************************************************/
figure {
  margin: 0;
}
/******************************************************************
   Forms
******************************************************************/
fieldset {
  border: 0.1rem solid #ccc;
  margin: 0 0.2rem;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button, input {
  line-height: normal;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.image-replacement, .ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.clearfix, .cf, .comment-respond {
  zoom: 1;
}
.clearfix:before, .clearfix:after, .cf:before, .cf:after, .comment-respond:before, .comment-respond:after {
  content: "";
  display: table;
}
.clearfix:after, .cf:after, .comment-respond:after {
  clear: both;
}
p {
  -ms-word-break: break-all;
  -ms-word-wrap: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
}
/******************************************************************
INPUTS
******************************************************************/
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, textarea, .field {
  display: block;
  height: 4rem;
  padding: 1rem;
  font-size: 1.5rem;
  color: #5c6b80;
  border-radius: 0.5rem;
  vertical-align: middle;
  box-shadow: none;
  border: 0.1rem solid #e3e3e3;
  width: 100%;
  background-color: #fff;
  transition: background-color 0.24s ease-in-out;
  box-sizing: border-box;
  -webkit-transition: background-color 0.24s ease-in-out;
}
input[type="text"]:focus, input[type="text"]:active, input[type="password"]:focus, input[type="password"]:active, input[type="datetime"]:focus, input[type="datetime"]:active, input[type="datetime-local"]:focus, input[type="datetime-local"]:active, input[type="date"]:focus, input[type="date"]:active, input[type="month"]:focus, input[type="month"]:active, input[type="time"]:focus, input[type="time"]:active, input[type="week"]:focus, input[type="week"]:active, input[type="number"]:focus, input[type="number"]:active, input[type="email"]:focus, input[type="email"]:active, input[type="url"]:focus, input[type="url"]:active, input[type="search"]:focus, input[type="search"]:active, input[type="tel"]:focus, input[type="tel"]:active, input[type="color"]:focus, input[type="color"]:active, select:focus, select:active, textarea:focus, textarea:active, .field:focus, .field:active {
  background-color: #f7f8fa;
}
input[type="text"].error, input[type="text"].is-invalid, input[type="password"].error, input[type="password"].is-invalid, input[type="datetime"].error, input[type="datetime"].is-invalid, input[type="datetime-local"].error, input[type="datetime-local"].is-invalid, input[type="date"].error, input[type="date"].is-invalid, input[type="month"].error, input[type="month"].is-invalid, input[type="time"].error, input[type="time"].is-invalid, input[type="week"].error, input[type="week"].is-invalid, input[type="number"].error, input[type="number"].is-invalid, input[type="email"].error, input[type="email"].is-invalid, input[type="url"].error, input[type="url"].is-invalid, input[type="search"].error, input[type="search"].is-invalid, input[type="tel"].error, input[type="tel"].is-invalid, input[type="color"].error, input[type="color"].is-invalid, select.error, select.is-invalid, textarea.error, textarea.is-invalid, .field.error, .field.is-invalid {
  color: #fbe3e4;
  border-color: #fbe3e4;
  background-color: #fff;
  outline-color: #fbe3e4;
}
input[type="text"].success, input[type="text"].is-valid, input[type="password"].success, input[type="password"].is-valid, input[type="datetime"].success, input[type="datetime"].is-valid, input[type="datetime-local"].success, input[type="datetime-local"].is-valid, input[type="date"].success, input[type="date"].is-valid, input[type="month"].success, input[type="month"].is-valid, input[type="time"].success, input[type="time"].is-valid, input[type="week"].success, input[type="week"].is-valid, input[type="number"].success, input[type="number"].is-valid, input[type="email"].success, input[type="email"].is-valid, input[type="url"].success, input[type="url"].is-valid, input[type="search"].success, input[type="search"].is-valid, input[type="tel"].success, input[type="tel"].is-valid, input[type="color"].success, input[type="color"].is-valid, select.success, select.is-valid, textarea.success, textarea.is-valid, .field.success, .field.is-valid {
  color: #e6efc2;
  border-color: #e6efc2;
  outline-color: #e6efc2;
}
input[type="text"][disabled], input[type="text"].is-disabled, input[type="password"][disabled], input[type="password"].is-disabled, input[type="datetime"][disabled], input[type="datetime"].is-disabled, input[type="datetime-local"][disabled], input[type="datetime-local"].is-disabled, input[type="date"][disabled], input[type="date"].is-disabled, input[type="month"][disabled], input[type="month"].is-disabled, input[type="time"][disabled], input[type="time"].is-disabled, input[type="week"][disabled], input[type="week"].is-disabled, input[type="number"][disabled], input[type="number"].is-disabled, input[type="email"][disabled], input[type="email"].is-disabled, input[type="url"][disabled], input[type="url"].is-disabled, input[type="search"][disabled], input[type="search"].is-disabled, input[type="tel"][disabled], input[type="tel"].is-disabled, input[type="color"][disabled], input[type="color"].is-disabled, select[disabled], select.is-disabled, textarea[disabled], textarea.is-disabled, .field[disabled], .field.is-disabled {
  cursor: not-allowed;
  border-color: #cfcfcf;
  opacity: 0.6;
}
input[type="text"][disabled]:focus, input[type="text"][disabled]:active, input[type="text"].is-disabled:focus, input[type="text"].is-disabled:active, input[type="password"][disabled]:focus, input[type="password"][disabled]:active, input[type="password"].is-disabled:focus, input[type="password"].is-disabled:active, input[type="datetime"][disabled]:focus, input[type="datetime"][disabled]:active, input[type="datetime"].is-disabled:focus, input[type="datetime"].is-disabled:active, input[type="datetime-local"][disabled]:focus, input[type="datetime-local"][disabled]:active, input[type="datetime-local"].is-disabled:focus, input[type="datetime-local"].is-disabled:active, input[type="date"][disabled]:focus, input[type="date"][disabled]:active, input[type="date"].is-disabled:focus, input[type="date"].is-disabled:active, input[type="month"][disabled]:focus, input[type="month"][disabled]:active, input[type="month"].is-disabled:focus, input[type="month"].is-disabled:active, input[type="time"][disabled]:focus, input[type="time"][disabled]:active, input[type="time"].is-disabled:focus, input[type="time"].is-disabled:active, input[type="week"][disabled]:focus, input[type="week"][disabled]:active, input[type="week"].is-disabled:focus, input[type="week"].is-disabled:active, input[type="number"][disabled]:focus, input[type="number"][disabled]:active, input[type="number"].is-disabled:focus, input[type="number"].is-disabled:active, input[type="email"][disabled]:focus, input[type="email"][disabled]:active, input[type="email"].is-disabled:focus, input[type="email"].is-disabled:active, input[type="url"][disabled]:focus, input[type="url"][disabled]:active, input[type="url"].is-disabled:focus, input[type="url"].is-disabled:active, input[type="search"][disabled]:focus, input[type="search"][disabled]:active, input[type="search"].is-disabled:focus, input[type="search"].is-disabled:active, input[type="tel"][disabled]:focus, input[type="tel"][disabled]:active, input[type="tel"].is-disabled:focus, input[type="tel"].is-disabled:active, input[type="color"][disabled]:focus, input[type="color"][disabled]:active, input[type="color"].is-disabled:focus, input[type="color"].is-disabled:active, select[disabled]:focus, select[disabled]:active, select.is-disabled:focus, select.is-disabled:active, textarea[disabled]:focus, textarea[disabled]:active, textarea.is-disabled:focus, textarea.is-disabled:active, .field[disabled]:focus, .field[disabled]:active, .field.is-disabled:focus, .field.is-disabled:active {
  background-color: #d5edf8;
}
input[type="password"] {
  letter-spacing: 0.3em;
}
textarea {
  max-width: 100%;
  min-height: 12rem;
  line-height: 1.5em;
}
select {
  -webkit-appearance: none;
}
/******************************************************************
** GENERAL STYLES
******************************************************************/
html {
  font-size: 10px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: "Roboto", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #1c2023;
  margin: 0;
}
body * {
  hyphens: none;
}
#container {
  overflow: clip;
}
/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, h2, h3, h4, h5 {
  text-rendering: optimizelegibility;
  font-weight: 500;
}
h1 a, h2 a, h3 a, h4 a, h5 a {
  text-decoration: none;
}
h1 {
  font-size: 2.5em;
}
h2 {
  font-size: 1.75em;
  margin-bottom: 0.375em;
}
h3 {
  font-size: 1.125em;
}
h4 {
  font-size: 1.1em;
  font-weight: 700;
}
h5 {
  font-size: 0.846em;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}
/******************************************************************
HEADER STYLES
******************************************************************/
.logo {
  position: relative;
  width: 100%;
  margin: 0;
  line-height: 0;
}
.logo img, .logo a {
  position: relative;
  width: 100%;
  display: block;
}
.logo img {
  height: auto;
}
.logo a {
  text-decoration: none;
  transition: all 0.4s;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  padding-left: 5rem;
  padding-right: 5rem;
  z-index: 9999;
  transition: all 0.4s;
}
.header #inner-header {
  padding-top: 4rem;
  padding-bottom: 4rem;
  transition: all 0.4s;
}
.header #inner-header .inner {
  display: flex;
  align-items: center;
}
.header .logo {
  max-width: 20rem;
}
.header-tel-wrap {
  text-align: center;
  margin: 0 0 0 5rem;
}
.header-tel-wrap .time, .header-tel-wrap .num {
  color: #fff;
  line-height: 1;
}
.header-tel-wrap .time {
  font-size: 1.2rem;
  margin: 0 auto;
}
.header-tel-wrap .num {
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.1em;
  margin: 0 auto;
  margin-top: 0.3em;
  padding-left: 1.8rem;
  display: table;
  transition: all 0.4s;
}
.header-tel-wrap .num:hover {
  opacity: 0.7;
}
.header-tel-wrap .num:before {
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  width: 1rem;
  height: 1.8rem;
  background: transparent url(../images/common/icon_tel.webp) no-repeat center center / contain;
}
.header-btn-wrap {
  width: 25rem;
  margin: 0 0 0 5rem;
  display: flex;
}
.header-btn-wrap .btn {
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 3.3rem;
  width: 100%;
  height: 3.3rem;
  display: block;
  background: #1c2023;
  margin: 0;
  transition: all 0.4s;
}
.header-btn-wrap .btn.contact {
  color: #1c2023;
  background: #e9ff00;
}
.header-btn-wrap .btn:hover {
  color: #1c2023;
  background: #fff;
}
@media screen and (min-width: 1025px) {
  .logo a:hover {
    opacity: 0.7;
  }
  .header.header-scroll {
    background: rgba(28, 32, 35, 0.85);
  }
  .header.header-scroll #inner-header {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media screen and (max-width: 1440px) {
  .header-tel-wrap, .header-btn-wrap {
    margin: 0 0 0 2rem;
  }
}
@media screen and (max-width: 1300px) {
  .header {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .header .logo {
    max-width: 18rem;
  }
  .header-btn-wrap {
    width: 19rem;
  }
}
@media screen and (max-width: 1024px) {
  .header {
    position: absolute;
  }
  .header #inner-header {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-right: 6rem;
  }
  .header-tel-wrap, .header-btn-wrap {
    display: none;
  }
}
/******************************************************************
NAVIGATION STYLES
******************************************************************/
.nav {
  border-bottom: 0;
  margin: 0;
}
.nav li ul.sub-menu li a, .nav li ul.children li a {
  padding-left: 3rem;
}
.header nav {
  margin: 0 0 0 auto;
}
.header .nav {
  display: flex;
  align-items: center;
  padding: 0;
}
.header .nav > li {
  position: relative;
  margin: 0;
}
.header .nav > li:after {
  position: absolute;
  top: 50%;
  right: 0;
  -ms-transform: translate(0, -50%) rotate(30deg);
  -webkit-transform: translate(0%, -50%) rotate(30deg);
  transform: translate(0, -50%) rotate(30deg);
  content: "";
  width: 0.1rem;
  height: 1.5rem;
  background: #fff;
}
.header .nav > li:last-child:after {
  display: none;
}
.header .nav > li a {
  display: block;
  font-size: 1.3rem;
  text-align: center;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  padding: 0 3em;
  transition: all 0.4s;
}
.footer-nav-wrap {
  height: 100%;
  display: table;
}
.footer-nav-wrap .inner {
  display: table-cell;
  vertical-align: middle;
}
.footer .nav {
  display: table;
  margin: 0;
  padding: 0;
}
.footer .nav > li {
  position: relative;
  margin: 0;
  display: inline-block;
}
.footer .nav > li:after {
  position: absolute;
  top: 50%;
  right: 0;
  -ms-transform: translate(0, -50%) rotate(30deg);
  -webkit-transform: translate(0%, -50%) rotate(30deg);
  transform: translate(0, -50%) rotate(30deg);
  content: "";
  width: 0.1rem;
  height: 1.5rem;
  background: #1c2023;
}
.footer .nav > li:last-child:after {
  display: none;
}
.footer .nav > li a {
  display: block;
  font-size: 1.3rem;
  text-align: center;
  color: #1c2023;
  line-height: 1;
  text-decoration: none;
  padding: 0 2em;
  transition: all 0.4s;
}
#nav-drawer {
  position: relative;
  z-index: 9999;
  display: none;
}
.nav-unshown {
  display: none;
}
#nav-open {
  position: fixed;
  top: 2rem;
  right: 2rem;
  cursor: pointer;
  width: 4rem;
  height: 4rem;
  display: block;
  background: #1c2023;
  transition: all 0.4s;
  z-index: 99999;
}
#nav-open .line-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 2.2rem;
  height: 1.8rem;
  display: block;
  z-index: 10000;
}
#nav-open .line-wrap span {
  box-sizing: border-box;
  z-index: 10000;
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background: #fff;
  transition: all 0.4s;
}
#nav-open .line-wrap span:nth-of-type(1) {
  top: 0;
}
#nav-open .line-wrap span:nth-of-type(2) {
  top: 50%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#nav-open .line-wrap span:nth-of-type(3) {
  bottom: 0;
}
#nav-open.active {
  background: #e9ff00;
}
#nav-open.active .line-wrap span {
  background: #1c2023;
}
#nav-open.active .line-wrap span:nth-of-type(1) {
  transform: translateY(0.8rem) rotate(-45deg);
}
#nav-open.active .line-wrap span:nth-of-type(2) {
  opacity: 0;
}
#nav-open.active .line-wrap span:nth-of-type(3) {
  transform: translateY(-0.8rem) rotate(45deg);
}
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  background: rgba(28, 32, 35, 0.95);
  padding: 9rem 0 15rem;
  transition: 0.4s ease-in-out;
  -webkit-transform: translateY(-105%);
  transform: translateY(-105%);
  opacity: 0;
  transition: all 0.4s;
}
#nav-content .logo {
  margin: 0 auto;
  margin-bottom: 4rem;
  max-width: 20rem;
}
#nav-content ul.nav {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
}
#nav-content ul.nav > li {
  margin: 0;
  width: 100%;
  display: block;
  border-top: 0.1rem solid #fff;
}
#nav-content ul.nav > li:last-child {
  border-bottom: 0.1rem solid #fff;
}
#nav-content ul.nav > li a {
  position: relative;
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding: 1em;
  padding-right: 1.5em;
  display: block;
  transition: all 0.4s;
}
#nav-content ul.nav > li a:hover {
  opacity: 0.7;
}
#nav-content ul.nav > li a:before {
  position: absolute;
  top: 50%;
  right: 2rem;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-family: FontAwesome;
  content: "";
}
#nav-input:checked ~ #nav-content {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.menu-btn-wrap {
  width: 25rem;
  margin: 0 auto;
  margin-top: 3.5rem;
  display: flex;
}
.menu-btn-wrap .btn {
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 3.3rem;
  width: 100%;
  height: 3.3rem;
  display: block;
  background: #1c2023;
  margin: 0;
  transition: all 0.4s;
}
.menu-btn-wrap .btn.contact {
  color: #1c2023;
  background: #e9ff00;
}
@media screen and (min-width: 1025px) {
  .nav li a:hover {
    opacity: 0.7;
  }
  .nav li ul.sub-menu, .nav li ul.children {
    margin: 0;
    padding: 0;
    background: #fff;
    position: absolute;
    visibility: hidden;
    z-index: 8999;
  }
  .nav li ul.sub-menu li, .nav li ul.children li {
    border-bottom: 0.1rem solid #ccc;
  }
  .nav li ul.sub-menu li:last-child, .nav li ul.children li:last-child {
    border-bottom: none;
  }
  .nav li ul.sub-menu li a, .nav li ul.children li a {
    text-align: left;
    padding: 1rem 1.5rem;
    display: block;
    width: 20rem;
    transition: none;
    transition: all 0.4s;
  }
  .nav li ul.sub-menu li a:hover, .nav li ul.children li a:hover {
    opacity: 0.7;
  }
  .nav li ul.sub-menu li ul, .nav li ul.children li ul {
    list-style: none;
    margin: 0;
    padding: 0;
    top: 0;
    left: 100%;
  }
  .nav li:hover > ul {
    top: auto;
    visibility: visible;
  }
  .menu-btn-wrap .btn:hover {
    color: #1c2023;
    background: #fff;
  }
}
@media screen and (max-width: 1600px) {
  .footer .nav > li a {
    padding: 0 1.5em;
  }
}
@media screen and (max-width: 1440px) {
  .header .nav > li a {
    padding: 0 2em;
  }
}
@media screen and (max-width: 1300px) {
  .header .nav > li, .header .nav > li a {
    font-size: 1.2rem;
  }
  .header .nav > li a {
    padding: 0 1.4em;
  }
}
@media screen and (max-width: 1024px) {
  header nav {
    display: none;
  }
  #nav-drawer {
    display: block;
  }
}
/******************************************************************
FOOTER STYLES
******************************************************************/
.footer {
  clear: both;
  background: #e3e3e3;
  padding: 10rem 0 3rem;
}
.footer #inner-footer {
  position: relative;
  width: 100%;
}
.footer #inner-footer .inner {
  position: relative;
  width: 77%;
  margin: 0 0 0 auto;
  padding: 14rem 3rem 14rem 9.5rem;
  background: #fff;
}
.footer .logo {
  margin: 0 auto;
  max-width: 20rem;
}
.footer-info {
  text-align: center;
}
.footer-info .info-text {
  font-size: 1.2rem;
  line-height: 2.4;
  margin: 1.4em auto 0;
}
.footer-btn-wrap {
  width: 25rem;
  margin: 3rem auto 0;
  display: flex;
}
.footer-btn-wrap .btn {
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 3.3rem;
  width: 100%;
  height: 3.3rem;
  display: block;
  background: #1c2023;
  margin: 0;
  transition: all 0.4s;
}
.footer-btn-wrap .btn.contact {
  color: #1c2023;
  background: #e9ff00;
}
.copyright {
  font-size: 1.2rem;
  text-align: center;
  line-height: 1;
  margin: 3.5rem auto 0;
}
@media screen and (min-width: 1025px) {
  .footer-btn-wrap .btn:hover:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1920px) {
  .footer #inner-footer .inner {
    width: 80%;
    padding-left: 7rem;
    padding-right: 7rem;
  }
}
@media screen and (max-width: 1800px) {
  .footer #inner-footer .inner {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media screen and (max-width: 1600px) {
  .footer #inner-footer .inner {
    width: 88%;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (max-width: 1400px) {
  .footer #inner-footer .inner {
    width: 90%;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media screen and (max-width: 1250px) {
  .footer #inner-footer .inner {
    width: 95%;
  }
}
@media screen and (max-width: 1024px) {
  .footer {
    padding: 7rem 0 2.5rem;
  }
  .footer #inner-footer .inner {
    padding: 7rem 3rem;
  }
  .footer #inner-footer .inner .col-1 {
    margin: 0;
  }
  .footer #inner-footer .inner .col-2 {
    display: none;
  }
  .footer-info {
    padding-right: 5%;
  }
  .copyright {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 340px) {
  .footer #inner-footer .inner {
    padding: 4.5rem 2rem;
  }
  .footer-info {
    padding-right: 0;
  }
  .footer-btn-wrap {
    width: 100%;
  }
}
/******************************************************************
go to top
******************************************************************/
#page_top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 1;
}
#page_top a {
  position: relative;
  width: 5rem;
  height: 5rem;
  display: block;
  transition: all 0.4s;
}
#page_top a:before, #page_top a:after {
  position: absolute;
  left: 50%;
  content: "";
}
#page_top a:before {
  top: 0.3rem;
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transform: translate(-50%, 0) rotate(45deg);
  width: 1.5rem;
  height: 1.5rem;
  border-left: 0.1rem solid #1c2023;
}
#page_top a:after {
  top: 0;
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 0.1rem;
  height: 100%;
  background: #1c2023;
}
@media screen and (min-width: 1025px) {
  #page_top a:hover {
    height: 6rem;
  }
}
@media screen and (max-width: 480px) {
  #page_top {
    right: 0;
  }
}
/*********************************************************************************
** frontpage
*********************************************************************************/
body.home {
  background: #1c2023;
}
.shutter {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1c2023;
  z-index: 99999;
  animation: byeShutter 2.8s forwards;
  -webkit-animation: byeShutter 2.8s forwards;
}
.shutter:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background: #e9ff00;
  width: 0;
  height: 0.1rem;
  content: "";
  animation: shutterOpen 2.8s forwards;
  -webkit-animation: shutterOpen 2.8s forwards;
}
@keyframes contentScale {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  70% {
    opacity: 0;
    pointer-events: none;
  }
  100% {
    opacity: 1;
    pointer-events: auto;
  }
}
@keyframes byeShutter {
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
}
@keyframes shutterOpen {
  0% {
    width: 0;
    height: 0.1rem;
  }
  50% {
    width: 100%;
    height: 0.1rem;
  }
  90% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
.mv {
  position: relative;
  width: 100%;
  height: 100vh;
  background: #1c2023;
  overflow: hidden;
}
.mv:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: transparent url(../images/common/layer_dot.webp) no-repeat center center / cover;
}
.mv .video-area {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.mv .video-area video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mv .mv-catch-wrap {
  position: absolute;
  top: 50%;
  left: 13%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 2;
}
.mv .mv-catch-wrap .mv-catch {
  font-size: 4.5rem;
  font-weight: 500;
  color: #fff;
  line-height: 2;
  letter-spacing: 0.2em;
  margin: 0;
}
.mv .scrolldown {
  position: absolute;
  top: 50%;
  left: 5rem;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  width: 0.2rem;
  height: 15rem;
  background: #fff;
  overflow: hidden;
  z-index: 2;
}
.mv .scrolldown:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 5rem;
  background: #e9ff00;
  animation: sd 3s infinite;
}
@-webkit-keyframes sd {
  0% {
    height: 0;
    top: 0;
  }
  50% {
    height: 5rem;
  }
  100% {
    top: 100%;
  }
}
@keyframes sd {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
.section_about {
  padding: 9rem 0;
  background: #fff;
}
.section_about .section-inner {
  width: 100%;
  max-width: 72%;
  margin: 0 0 0 auto;
}
.section_about .text-wrap p {
  margin: 0;
}
.section_about .text-wrap .link-btn_line {
  margin-left: auto;
  margin-right: 0;
}
.section_about .img-wrap:before {
  content: "";
  display: block;
  padding-top: 62%;
}
.section_about .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  object-fit: cover;
}
.link-box_business {
  position: relative;
  text-decoration: none;
  display: block;
}
.link-box_business .img-wrap {
  overflow: hidden;
}
.link-box_business .img-wrap:before {
  content: "";
  display: block;
  padding-top: 62%;
}
.link-box_business .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}
.link-box_business .label {
  position: absolute;
  bottom: -3.75rem;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: center;
  line-height: 7.5rem;
  width: 30rem;
  height: 7.5rem;
  background: url(../images/top/link-box-label.webp) no-repeat center center / contain;
  display: block;
  overflow: hidden;
}
.link-box_business .label p {
  color: #1c2023;
  margin: 0 auto;
}
.section_actual {
  padding: 9rem 0;
  background: #fff url(../images/top/section-bg_actual.webp) no-repeat center center / cover;
}
.section_actual .link-btn_line {
  margin-left: auto;
  margin-right: 0;
}
.actual-slide-wrap {
  position: relative;
}
.actual-slide-wrap .img-wrap:before {
  content: "";
  display: block;
  padding-top: 62%;
}
.actual-slide-wrap .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.actual-slide-wrap .slide-button-prev, .actual-slide-wrap .slide-button-next {
  position: absolute;
  top: 50%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  width: 4.5rem;
  height: 4.5rem;
  display: block;
  background: transparent;
  border: 0.1rem solid #1c2023;
  border-radius: 50%;
  transition: all 0.4s;
  z-index: 10;
}
.actual-slide-wrap .slide-button-prev:after, .actual-slide-wrap .slide-button-next:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 1rem;
  height: 1rem;
}
.actual-slide-wrap .slide-button-prev {
  right: calc(100% + 2rem);
}
.actual-slide-wrap .slide-button-prev:after {
  left: 55%;
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  border-left: 0.1rem solid #1c2023;
  border-bottom: 0.1rem solid #1c2023;
}
.actual-slide-wrap .slide-button-next {
  left: calc(100% + 2rem);
}
.actual-slide-wrap .slide-button-next:after {
  right: 55%;
  -ms-transform: translate(50%, -50%) rotate(45deg);
  -webkit-transform: translate(50%, -50%) rotate(45deg);
  transform: translate(50%, -50%) rotate(45deg);
  border-top: 0.1rem solid #1c2023;
  border-right: 0.1rem solid #1c2023;
}
.section_bnr .row .col-1 {
  margin: 0;
}
.link-bnr01 {
  position: relative;
  line-height: 0;
  height: 35rem;
  display: block;
  overflow: hidden;
}
.link-bnr01:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: transparent url(../images/top/link-bnr_after.webp) no-repeat center center / cover;
}
.link-bnr01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
  transition: all 0.4s;
}
.link-bnr01 h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 3rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.2em;
  margin: 0 auto;
  padding-left: calc(1em + 0.2em);
  padding-right: 1em;
  width: 100%;
  z-index: 5;
}
.link-bnr01 h2 span {
  font-size: 1.3rem;
  color: #e9ff00;
  margin-bottom: 0.8em;
  display: block;
}
@media screen and (min-width: 769px) {
  .section_about .row {
    align-items: center;
  }
}
@media screen and (min-width: 1025px) {
  .link-box_business .label:after {
    position: absolute;
    bottom: -5rem;
    right: -7.1rem;
    content: "";
    width: 100%;
    height: 0;
    background: #e9ff00;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transform-origin: bottom;
  }
  .link-box_business:hover .img-wrap img {
    transform: scale(1.1);
  }
  .link-box_business:hover .label:after {
    animation: btnLayer 0.5s forwards;
  }
  @-webkit-keyframes btnLayer {
    0% {
      height: 22.3rem;
    }
    100% {
      height: 0;
    }
  }
  @keyframes sbtnLayer {
    0% {
      height: 22.3rem;
    }
    100% {
      height: 0;
    }
  }
  .actual-slide-wrap .slide-button-prev:hover, .actual-slide-wrap .slide-button-next:hover {
    background: #1c2023;
  }
  .actual-slide-wrap .slide-button-prev:hover:after, .actual-slide-wrap .slide-button-next:hover:after {
    border-color: #fff;
  }
  .link-bnr01:hover img {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 1400px) {
  .actual-slide-wrap .slide-button-prev, .actual-slide-wrap .slide-button-next {
    background: #fff;
  }
  .actual-slide-wrap .slide-button-prev {
    right: calc(100% - 3rem);
  }
  .actual-slide-wrap .slide-button-next {
    left: calc(100% - 3rem);
  }
}
@media screen and (max-width: 1024px) {
  .mv .mv-catch-wrap .mv-catch {
    font-size: 3.9rem;
  }
  .link-bnr01 {
    height: 30rem;
  }
  .link-bnr01 h2 {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv-catch-wrap {
    left: 7rem;
  }
  .mv .mv-catch-wrap .mv-catch {
    font-size: 3.3rem;
  }
  .mv .scrolldown {
    left: 2.5rem;
  }
  .section_about {
    padding: 7.5rem 0;
  }
  .section_about .img-wrap {
    margin-top: 4rem;
  }
  .section_business .row > div {
    margin: 0;
    margin-bottom: 7.5rem;
  }
  .section_business .row > div:last-child {
    margin-bottom: 0;
  }
  .section_actual {
    padding: 7.5rem 0;
  }
  .link-bnr01 {
    height: 25rem;
  }
  .link-bnr01 h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 568px) {
  .mv .mv-catch-wrap {
    left: 5rem;
  }
  .mv .mv-catch-wrap .mv-catch {
    font-size: 2.7rem;
  }
  .mv .scrolldown {
    left: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .mv .mv-catch-wrap {
    left: 4.5rem;
  }
  .mv .mv-catch-wrap .mv-catch {
    font-size: 2.1rem;
  }
  .mv .scrolldown {
    height: 10rem;
  }
  .mv .scrolldown:after {
    height: 3rem;
  }
  .link-box_business .label {
    bottom: -3.1rem;
    line-height: 6.2rem;
    width: 25rem;
    height: 6.2rem;
  }
  .actual-slide-wrap .slide-button-prev, .actual-slide-wrap .slide-button-next {
    display: none;
  }
  .link-bnr01 {
    height: 20rem;
  }
  .link-bnr01 h2 {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 360px) {
  .mv .scrolldown {
    height: 8rem;
  }
  .mv .scrolldown:after {
    height: 2.5rem;
  }
}
/*********************************************************************************
** pages
*********************************************************************************/
.page-mv {
  position: relative;
  width: 100%;
  height: 35rem;
  display: flex;
  align-items: center;
  background: #1c2023;
  padding-top: 6rem;
}
.page-mv:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(0, 0, 0, 0.3);
  z-index: 5;
}
.page-mv img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  pointer-events: none;
}
.page-mv .mv-inner {
  position: relative;
  width: 100%;
  z-index: 10;
}
.page-mv .mv-ttl.heading_sub {
  color: #fff;
  margin: 0 auto;
}
.page-text {
  position: relative;
  line-height: 2;
  margin: 0;
}
.page-text.page-text01 {
  margin-top: 1em;
}
.page-text.page-text02 {
  margin-top: 2em;
}
.page-text.page-text03 {
  margin-top: 3em;
}
@media screen and (max-width: 1024px) {
  .page-mv {
    height: 30rem;
    padding-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .page-mv {
    height: 25rem;
  }
}
/*********************************************************************************
** pages about
*********************************************************************************/
.text--name {
  position: relative;
  font-weight: 500;
  text-align: right;
  display: table;
  margin-left: auto;
  margin-right: 0;
}
.text--name .inner-text {
  display: inline-block;
  vertical-align: baseline;
}
.text--name .inner-text--title {
  margin-right: 0.8em;
}
.text--name .inner-text--name {
  font-size: 1.2em;
}
.text--name.page-text {
  line-height: 1.4;
}
.img-section--about01 {
  margin-top: 6rem;
}
.img-section--about01 .img-wrap:before {
  content: "";
  display: block;
  padding-top: 62%;
}
.img-section--about01 .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .img-section--about01 {
    margin-top: 4rem;
  }
  .img-section--about01 .row > div {
    margin-bottom: 3rem;
  }
  .img-section--about01 .row > div:last-child {
    margin-bottom: 0;
  }
}
/*********************************************************************************
** pages business
*********************************************************************************/
.box-section--business {
  position: relative;
}
.box-section--business .box_part-info {
  padding: 3rem;
  border: 0.1rem solid #e3e3e3;
}
.box-section--business .box_part-info h2 {
  position: relative;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 1em;
  padding-left: 1.1em;
}
.box-section--business .box_part-info h2:before, .box-section--business .box_part-info h2:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0.5rem;
}
.box-section--business .box_part-info h2:before {
  height: 100%;
  background: #e9ff00;
}
.box-section--business .box_part-info h2:after {
  height: 50%;
  background: #1c2023;
}
.box-section--business .box_part-info p {
  margin: 0;
}
.box-section--business01 {
  margin-top: 4rem;
}
@media screen and (min-width: 769px) {
  .box-section--business .row > div {
    margin: 0 2rem;
  }
  .box-section--business .row > div:first-child {
    margin-left: 0;
  }
  .box-section--business .row > div:last-child {
    margin-right: 0;
  }
  .box-section--business .box_part-info {
    height: 100%;
  }
  .box-section--business .box_part-info h2 {
    min-height: 8rem;
  }
  .box-section--business .box_part-info h2 span {
    display: table-cell;
    vertical-align: middle;
  }
}
@media screen and (max-width: 768px) {
  .box-section--business .row > div {
    margin-bottom: 3rem;
  }
  .box-section--business .row > div:last-child {
    margin-bottom: 0;
  }
  .box-section--business .box_part-info h2 {
    font-size: 2.1rem;
  }
  .box-section--business01 {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .box-section--business .box_part-info {
    padding: 2.5rem;
  }
  .box-section--business .box_part-info h2 {
    font-size: 1.8rem;
  }
}
/*********************************************************************************
** pages company
*********************************************************************************/
.map-wrap {
  position: relative;
  height: 40rem;
}
.map-wrap iframe {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.map-wrap--company01 {
  margin-top: 8rem;
}
ul.list_history {
  list-style: none;
  font-size: 1.5rem;
  margin: 0 auto;
  padding: 0;
  display: table;
}
ul.list_history > li {
  position: relative;
  margin-top: 0;
  margin-bottom: 1em;
  padding-left: 11em;
  display: block;
  min-height: 5.6em;
}
ul.list_history > li:before {
  position: absolute;
  top: 2.4em;
  left: 4em;
  content: "";
  width: 0.1rem;
  height: calc(100% - 2.4em);
  background: #1c2023;
}
ul.list_history > li span {
  position: absolute;
  top: 0;
  left: 0;
}
ul.list_history > li:last-child {
  margin-bottom: 0;
  min-height: auto;
}
ul.list_history > li:last-child:before {
  display: none;
}
@media screen and (max-width: 1024px) {
  .map-wrap--company01 {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .map-wrap {
    height: 30rem;
  }
  .map-wrap--company01 {
    margin-top: 5rem;
  }
  ul.list_history {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  ul.list_history {
    font-size: 1.3rem;
  }
  ul.list_history > li {
    padding-left: 10em;
  }
}
/*********************************************************************************
** pages works
*********************************************************************************/
ul.works-list01 > li .box {
  position: relative;
}
ul.works-list01 > li .box:before, ul.works-list01 > li .box:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 0.3rem;
}
ul.works-list01 > li .box:before {
  width: 100%;
  background: #1c2023;
  z-index: 2;
}
ul.works-list01 > li .box:after {
  width: 50%;
  background: #e9ff00;
  z-index: 3;
}
ul.works-list01 > li .box .ttl {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.7;
  margin: 0;
  padding: 0.7em 1em 0.7em 2.5em;
  background: #1c2023;
  display: block;
}
ul.works-list01 > li .box .ttl:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5rem 2.5rem 0 0;
  border-color: #e9ff00 transparent transparent transparent;
}
ul.works-list01 > li .box .img-wrap {
  overflow: hidden;
}
ul.works-list01 > li .box .img-wrap:before {
  content: "";
  display: block;
  padding-top: 62%;
}
ul.works-list01 > li .box .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  object-fit: cover;
}
/*********************************************************************************
** pages recruit
*********************************************************************************/
.form-wrap--recruit01 {
  margin-top: 3rem;
}
/*********************************************************************************
** pages contact
*********************************************************************************/
.caution-text_contact {
  color: #be272d;
  margin: 3em 0 1em !important;
}
.form-wrap p {
  margin: 0 !important;
}
.form-wrap input[type="submit"] {
  position: relative;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 1.8;
  width: 100%;
  max-width: 24rem;
  border: 0.1rem solid #1c2023;
  background: #1c2023;
  display: block;
  margin: 0 auto;
  margin-top: 3em;
  padding: 0.95em 1em;
  transition: all 0.4s;
}
@media screen and (min-width: 769px) {
  .form-wrap table.table--tr th {
    width: 30%;
    vertical-align: middle;
  }
  .form-wrap table.table--tr .va--t th {
    padding-top: 2em;
    vertical-align: top;
  }
}
@media screen and (min-width: 1025px) {
  .form-wrap input[type="submit"]:hover {
    color: #1c2023;
    background: #fff;
  }
}
/******************************************************************
** pages 404
******************************************************************/
.section--404 {
  position: relative;
  color: #fff;
  background: #1c2023;
  padding: 21rem 0 15rem;
}
.section--404 .heading {
  font-size: 2.4rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.8;
  margin: 0 auto;
  margin-bottom: 1.5em;
}
.section--404 .text {
  line-height: 2.5;
  margin: 0 auto;
}
.section--404 .link-btn--404 {
  position: relative;
  color: #1c2023;
  text-align: center;
  text-decoration: none;
  line-height: 1.8;
  width: 100%;
  max-width: 24rem;
  border: 0.1rem solid #fff;
  background: #fff;
  display: block;
  margin: 0 auto;
  margin-top: 3em;
  padding: 0.95em 1em;
  transition: all 0.4s;
}
@media screen and (min-width: 1025px) {
  .section--404 .link-btn--404:hover {
    background: #e9ff00;
  }
}
@media screen and (min-width: 769px) {
  .section--404 .text {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .section--404 {
    padding: 15rem 0 9rem;
  }
}
@media screen and (max-width: 480px) {
  .section--404 .heading {
    font-size: 2.1rem;
  }
}
/******************************************************************
** display
******************************************************************/
.disp--pc01, .disp--pc02, .disp--pc03 {
  display: block !important;
}
.disp--tab01, .disp--tab02, .disp--sp01 {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .disp--pc01 {
    display: none !important;
  }
  .disp--tab01 {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .disp--pc02 {
    display: none !important;
  }
  .disp--tab02 {
    display: block !important;
  }
}
@media screen and (max-width: 480px) {
  .disp--pc03 {
    display: none !important;
  }
  .disp--sp01 {
    display: block !important;
  }
}
/******************************************************************
** layout
******************************************************************/
.container500, .container600, .container700, .container800, .container900, .container1000, .container1100, .container1200 {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.container500 {
  max-width: 50rem;
}
.container600 {
  max-width: 60rem;
}
.container700 {
  max-width: 70rem;
}
.container800 {
  max-width: 80rem;
}
.container900 {
  max-width: 90rem;
}
.container1000 {
  max-width: 100rem;
}
.container1100 {
  max-width: 110rem;
}
.container1200 {
  max-width: 120rem;
}
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.col-1 {
  flex: 1;
}
.col-2 {
  flex: 2;
}
.col-3 {
  flex: 3;
}
.col-4 {
  flex: 4;
}
.col-5 {
  flex: 5;
}
.col-6 {
  flex: 6;
}
.col-7 {
  flex: 7;
}
.col-8 {
  flex: 8;
}
.col-9 {
  flex: 9;
}
.order-1 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
ul.img-list {
  list-style: none;
  font-size: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%;
}
ul.img-list > li {
  font-size: 1rem;
  margin: 2%;
  display: inline-block;
  vertical-align: top;
  width: 46%;
}
ul.img-list > li .img-wrap:before {
  content: "";
  display: block;
  padding-top: 62%;
}
ul.img-list > li .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
ul.img-list > li .desc {
  font-size: 1.3rem;
  text-align: center;
  margin: 0.7em auto 0;
}
@media screen and (min-width: 769px) {
  .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .row > div {
    margin: 0 3rem;
  }
  .row > div:first-child {
    margin-left: 0 !important;
  }
  .row > div:last-child {
    margin-right: 0 !important;
  }
  ul.img-list > li:nth-child(1), ul.img-list > li:nth-child(2) {
    margin-top: 0;
  }
  ul.img-list > li:nth-child(even) {
    -moz-transition-delay: 400ms;
    -webkit-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
  }
}
@media screen and (max-width: 1240px) {
  .container1200 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 1140px) {
  .container1100 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 1040px) {
  .container1000 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 940px) {
  .container900 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 840px) {
  .container800 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .row {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .row .order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .row .order-2 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  ul.img-list > li {
    margin: 0 0 3rem;
    width: 100%;
  }
  ul.img-list > li:last-child {
    margin: 0 !important;
  }
}
@media screen and (max-width: 740px) {
  .container700 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .container600 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 540px) {
  .container500 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 480px) {
  ul.img-list > li {
    margin: 0 0 3rem;
  }
}
/*********************************************************************************
** breadcrumb
*********************************************************************************/
#breadcrumb {
  font-size: 1.3rem;
  width: 100%;
  padding: 0.5em 0;
  background: #fff;
  border-top: 0.1rem solid #e3e3e3;
}
#breadcrumb ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
#breadcrumb ul > li {
  position: relative;
  margin: 0 2em 0 0;
  display: inline-block;
  font-size: 1.3rem;
  color: #1c2023;
  line-height: 1.6;
}
#breadcrumb ul > li:after {
  position: absolute;
  top: 50%;
  right: -1.2em;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-family: FontAwesome;
  content: "";
}
#breadcrumb ul > li:last-child {
  margin-right: 0;
}
#breadcrumb ul > li:last-child:after {
  display: none;
}
#breadcrumb ul > li a {
  font-size: 1.3rem;
  color: #1c2023;
  line-height: 1.6;
  text-decoration: none;
  transition: all 0.4s;
}
#breadcrumb ul > li a:hover {
  opacity: 0.7;
}
/*********************************************************************************
** background
*********************************************************************************/
.bg_wh {
  position: relative;
  background: #fff;
}
.bg_wh01 {
  padding: 10rem 0;
}
.bg_wh02 {
  padding: 12rem 0 8rem;
}
.bg_wh03 {
  padding: 0 0 10rem;
}
.bg_wh04 {
  padding: 6rem 0 10rem;
}
.bg_wh05 {
  padding: 5rem 0 12rem;
}
.bg_wh06 {
  padding-top: 10rem;
}
.bg_wh07 {
  padding: 10rem 0 12rem;
}
.bg_gr {
  position: relative;
  background: #e3e3e3;
}
.bg_gr01 {
  padding: 9rem 0;
}
@media screen and (max-width: 1024px) {
  .bg_wh01 {
    padding: 8rem 0;
  }
  .bg_wh06 {
    padding-top: 8rem;
  }
  .bg_wh07 {
    padding: 8rem 0 10rem;
  }
}
@media screen and (max-width: 768px) {
  .bg_wh01 {
    padding: 6rem 0;
  }
  .bg_wh02 {
    padding: 8rem 0 4rem;
  }
  .bg_wh03 {
    padding: 0 0 6rem;
  }
  .bg_wh04 {
    padding: 6rem 0 8rem;
  }
  .bg_wh05 {
    padding: 3rem 0 8rem;
  }
  .bg_wh06 {
    padding-top: 6rem;
  }
  .bg_wh07 {
    padding: 6rem 0 8rem;
  }
  .bg_gr01 {
    padding: 7.5rem 0;
  }
}
/*********************************************************************************
** text
*********************************************************************************/
.ta-l {
  text-align: left !important;
}
.ta-c {
  text-align: center !important;
}
.ta-r {
  text-align: right !important;
}
.lh-2 {
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .ta-l_pc {
    text-align: left;
  }
  .ta-c_pc {
    text-align: center;
  }
  .ta-r_pc {
    text-align: right;
  }
}
/*********************************************************************************
** heading
*********************************************************************************/
.heading_sub {
  position: relative;
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin: 0 auto;
  margin-top: 2.4em;
  margin-bottom: 1.2em;
}
.heading_sub span {
  position: relative;
  font-size: 1.5rem;
  color: #1c2023;
  line-height: 1;
  display: table;
  margin: 0 auto 0.7em;
  padding: 0.3em 0.5em 0.2em;
  background: #e9ff00;
}
.heading_sub.ta-l {
  margin-left: 0;
}
.heading_sub.ta-l span {
  margin-left: 0;
}
.heading_sub.mt--type01 {
  margin-top: 3.6em;
}
.heading_brd01 {
  position: relative;
  font-size: 2.4rem;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  padding-bottom: 0.4em;
  border-bottom: 0.1rem solid #1c2023;
}
.heading_brd01:after {
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  z-index: 2;
  content: "";
  width: 25%;
  height: 0.1rem;
  background-color: #e9ff00;
}
.heading_band01 {
  font-size: 2.7rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  letter-spacing: 0.2em;
  margin: 0;
  padding: 0.7em 1em;
  width: 100%;
  background: #333 url(../images/common/bg-dot.webp) no-repeat center center / cover;
}
.heading_band01 span {
  display: block;
}
.heading_band01 .sub {
  font-size: 1.8rem;
  font-weight: 500;
  font-style: italic;
  color: #e9ff00;
}
.heading_mid01 {
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin: 3em auto 1em;
}
@media screen and (max-width: 1024px) {
  .heading_sub {
    font-size: 2.7rem;
  }
  .heading_sub span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .heading_sub {
    font-size: 2.4rem;
  }
  .heading_sub span {
    font-size: 1.3rem;
  }
  .heading_brd01 {
    font-size: 2.1rem;
  }
  .heading_band01 {
    font-size: 2.4rem;
  }
  .heading_band01 .sub {
    font-size: 1.5rem;
  }
  .heading_mid01 {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 480px) {
  .heading_brd01 {
    font-size: 1.8rem;
  }
  .heading_band01 {
    font-size: 2.1rem;
  }
  .heading_band01 .sub {
    font-size: 1.3rem;
  }
}
/*********************************************************************************
** link
*********************************************************************************/
.link-btn01 {
  position: relative;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 1.8;
  width: 100%;
  max-width: 24rem;
  border: 0.1rem solid #1c2023;
  background: #1c2023;
  display: block;
  margin: 0 auto;
  margin-top: 3em;
  padding: 0.8em 1em;
  transition: all 0.4s;
}
.link-btn01.link-btn--entry {
  font-size: 1.8rem;
  max-width: 45rem;
}
.link-btn_line {
  position: relative;
  color: #1c2023;
  text-decoration: none;
  width: 100%;
  max-width: 15rem;
  border-bottom: 0.1rem solid #1c2023;
  display: block;
  margin-top: 2em;
  padding-right: 1.5em;
  padding-bottom: 0.8em;
  transition: all 0.4s;
}
.link-btn_line:before, .link-btn_line:after {
  position: absolute;
  content: "";
  height: 0.1rem;
  display: block;
  transition: all 0.4s;
}
.link-btn_line:before {
  bottom: 0.3rem;
  right: 0;
  -ms-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  width: 1.5rem;
  background: #1c2023;
}
.link-btn_line:after {
  bottom: -0.1rem;
  left: 0;
  width: 50%;
  background: #e9ff00;
}
.anchor-point {
  position: relative;
  display: block;
}
.anchor-point.anchor-point01 {
  top: -10rem;
}
@media screen and (min-width: 1025px) {
  .link-btn01:hover {
    color: #1c2023;
    background: #fff;
  }
  .link-btn_line:hover:before {
    background: #e9ff00;
  }
  .link-btn_line:hover:after {
    left: 50%;
  }
}
/*********************************************************************************
** list
*********************************************************************************/
ul.list--circle, ul.list--circle > li {
  position: relative;
  margin: 0;
  display: block;
}
ul.list--circle {
  list-style: none;
  padding: 0;
}
ul.list--circle > li {
  margin-bottom: 0.6em;
  padding-left: 1.2em;
}
ul.list--circle > li:last-child {
  margin-bottom: 0;
}
ul.list--circle > li:before {
  position: absolute;
  top: 0.56em;
  left: 0;
  content: "";
  width: 0.6em;
  height: 0.6em;
  border-radius: 50%;
  background: #03395f;
}
ul.list--caution, ul.list--caution > li {
  position: relative;
  margin: 0;
  display: block;
}
ul.list--caution {
  list-style: none;
  padding: 0;
}
ul.list--caution > li {
  margin-bottom: 0.5em;
  padding-left: 1.2em;
}
ul.list--caution > li:last-child {
  margin-bottom: 0;
}
ul.list--caution > li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}
ul.post-list {
  list-style: none;
  font-size: 0;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%;
}
ul.post-list > li {
  font-size: 1rem;
  margin: 2%;
  display: inline-block;
  vertical-align: top;
  width: 48%;
}
@media screen and (min-width: 769px) {
  ul.post-list > li:nth-child(1), ul.post-list > li:nth-child(2) {
    margin-top: 0;
  }
  ul.post-list > li:nth-child(odd) {
    margin-left: 0;
  }
  ul.post-list > li:nth-child(even) {
    margin-right: 0;
    -moz-transition-delay: 400ms;
    -webkit-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
  }
}
@media screen and (max-width: 768px) {
  ul.post-list > li {
    margin: 0 0 4rem;
    width: 100%;
  }
  ul.post-list > li:last-child {
    margin: 0;
  }
}
/*********************************************************************************
** table
*********************************************************************************/
table.table_brd {
  width: 100%;
  border: none;
  border-collapse: collapse;
  margin: 0;
}
table.table_brd tr, table.table_brd th, table.table_brd td {
  background: transparent;
  border: none;
  vertical-align: top;
}
table.table_brd tr {
  border-top: 0.1rem solid #1c2023;
}
table.table_brd tr:last-child {
  border-bottom: 0.1rem solid #1c2023;
}
table.table_brd th, table.table_brd td {
  text-align: left;
  padding: 1.5em;
}
table.table_brd th {
  font-weight: 500;
  width: 20%;
}
table.table--tr {
  position: relative;
  width: 100%;
  background: none;
  border: none;
}
table.table--tr tr, table.table--tr th, table.table--tr td {
  position: relative;
  background: transparent;
  border: none;
}
table.table--tr th, table.table--tr td {
  font-weight: 400;
  text-align: left;
  padding: 1em 0;
  vertical-align: top;
}
@media screen and (min-width: 769px) {
  table.table--tr th {
    width: 30%;
    padding-right: 1em;
  }
}
@media screen and (max-width: 768px) {
  table.table_brd th, table.table_brd td {
    padding: 1em;
    display: block;
    width: 100%;
  }
  table.table_brd th {
    padding-bottom: 0.2em;
  }
  table.table_brd td {
    padding-top: 0.2em;
  }
  table.table--tr th, table.table--tr td {
    width: 100%;
    display: block;
    padding: 0.8em 0;
  }
  table.table--tr th {
    padding-right: 0;
    padding-bottom: 0.2em;
  }
  table.table--tr td {
    padding-top: 0.2em;
  }
  table.table--tr tr:first-child th {
    padding-top: 0;
  }
  table.table--tr tr:last-child td {
    padding-bottom: 0;
  }
}
/*********************************************************************************
** form
*********************************************************************************/
.required {
  color: #be272d;
  margin-left: 0.4em;
}
/*********************************************************************************
** margin
*********************************************************************************/
.m-0 {
  margin: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-10 {
  margin-top: 1rem !important;
}
.mt-20 {
  margin-top: 2rem !important;
}
.mt-30 {
  margin-top: 3rem !important;
}
.mt-40 {
  margin-top: 4rem !important;
}
.mt-50 {
  margin-top: 5rem !important;
}
.mt-60 {
  margin-top: 6rem !important;
}
.mt-70 {
  margin-top: 7rem !important;
}
.mt-80 {
  margin-top: 8rem !important;
}
.mt-90 {
  margin-top: 9rem !important;
}
.mt-100 {
  margin-top: 10rem !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-10 {
  margin-bottom: 1rem !important;
}
.mb-20 {
  margin-bottom: 2rem !important;
}
.mb-30 {
  margin-bottom: 3rem !important;
}
.mb-40 {
  margin-bottom: 4rem !important;
}
.mb-50 {
  margin-bottom: 5rem !important;
}
.mb-60 {
  margin-bottom: 6rem !important;
}
.mb-70 {
  margin-bottom: 7rem !important;
}
.mb-80 {
  margin-bottom: 8rem !important;
}
.mb-90 {
  margin-bottom: 9rem !important;
}
.mb-100 {
  margin-bottom: 10rem !important;
}
/******************************************************************
** animation
******************************************************************/
.fadein {
  opacity: 0;
  transition: 1s all;
}
.fadein.ttb {
  transform: translate(0, -2rem);
}
.fadein.btt {
  transform: translate(0, 2rem);
}
.fadein.ltr {
  transform: translate(-2rem, 0);
}
.fadein.rtl {
  transform: translate(2rem, 0);
}
.fadein.scrollin {
  opacity: 1;
}
.fadein.ttb.scrollin, .fadein.btt.scrollin, .fadein.ltr.scrollin, .fadein.rtl.scrollin {
  transform: translate(0, 0) !important;
}
.fadein02 {
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
}
.fadein03 {
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
}
.fadein04 {
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
}
.fadein05 {
  -moz-transition-delay: 800ms;
  -webkit-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
}
.fadein06 {
  -moz-transition-delay: 1000ms;
  -webkit-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
}
@media screen and (max-width: 768px) {
  .fadein02, .fadein03, .fadein04, .fadein05, .fadein06 {
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
  }
}
/*********************************************************************************
LARGE VIEWING SIZE
*********************************************************************************/
