@charset "UTF-8";
/*
 top.cssは自動生成しているため、
 直接上書きしないでください。
*/
/* Vendor */
/* Site settings */
/* Base */
/* line 19, ../scss/base/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 25, ../scss/base/_reboot.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

/* line 35, ../scss/base/_reboot.scss */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/* line 46, ../scss/base/_reboot.scss */
body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 2.8rem;
  color: #1D284D;
  text-align: left;
  background-color: #fff;
}

/* line 62, ../scss/base/_reboot.scss */
[tabindex="-1"]:focus {
  outline: 0 !important;
}

/* line 72, ../scss/base/_reboot.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 88, ../scss/base/_reboot.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 97, ../scss/base/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 110, ../scss/base/_reboot.scss */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

/* line 119, ../scss/base/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 125, ../scss/base/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 132, ../scss/base/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 139, ../scss/base/_reboot.scss */
dt {
  font-weight: bold;
}

/* line 143, ../scss/base/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 148, ../scss/base/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 152, ../scss/base/_reboot.scss */
b,
strong {
  font-weight: bold;
}

/* line 157, ../scss/base/_reboot.scss */
small {
  font-size: 80%;
}

/* line 166, ../scss/base/_reboot.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 174, ../scss/base/_reboot.scss */
sub {
  bottom: -.25em;
}

/* line 175, ../scss/base/_reboot.scss */
sup {
  top: -.5em;
}

/* line 182, ../scss/base/_reboot.scss */
a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
}
/* line 34, ../scss/_settings.scss */
a:hover {
  color: black;
  text-decoration: underline;
}

/* line 199, ../scss/base/_reboot.scss */
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
/* line 42, ../scss/_settings.scss */
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
/* line 208, ../scss/base/_reboot.scss */
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/* line 218, ../scss/base/_reboot.scss */
pre,
code,
kbd,
samp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1em;
}

/* line 226, ../scss/base/_reboot.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

/* line 240, ../scss/base/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 250, ../scss/base/_reboot.scss */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 255, ../scss/base/_reboot.scss */
svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 267, ../scss/base/_reboot.scss */
table {
  border-collapse: collapse;
}

/* line 271, ../scss/base/_reboot.scss */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #000;
  text-align: left;
  caption-side: bottom;
}

/* line 279, ../scss/base/_reboot.scss */
th {
  text-align: inherit;
}

/* line 290, ../scss/base/_reboot.scss */
label {
  display: inline-block;
  margin-bottom: 0;
}

/* line 299, ../scss/base/_reboot.scss */
button {
  border-radius: 0;
}

/* line 308, ../scss/base/_reboot.scss */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 313, ../scss/base/_reboot.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 324, ../scss/base/_reboot.scss */
button,
input {
  overflow: visible;
}

/* line 329, ../scss/base/_reboot.scss */
button,
select {
  text-transform: none;
}

/* line 337, ../scss/base/_reboot.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 345, ../scss/base/_reboot.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 353, ../scss/base/_reboot.scss */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 360, ../scss/base/_reboot.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

/* line 372, ../scss/base/_reboot.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 378, ../scss/base/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 393, ../scss/base/_reboot.scss */
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

/* line 405, ../scss/base/_reboot.scss */
progress {
  vertical-align: baseline;
}

/* line 410, ../scss/base/_reboot.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 415, ../scss/base/_reboot.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 428, ../scss/base/_reboot.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 437, ../scss/base/_reboot.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 446, ../scss/base/_reboot.scss */
output {
  display: inline-block;
}

/* line 450, ../scss/base/_reboot.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 455, ../scss/base/_reboot.scss */
template {
  display: none;
}

/* line 461, ../scss/base/_reboot.scss */
[hidden] {
  display: none !important;
}

/* Layouts */
/* line 1, ../scss/module/_buttons.scss */
.btn {
  display: block;
  height: 40px;
  border-radius: 20px;
  position: relative;
}
/* line 7, ../scss/module/_buttons.scss */
.btn > span {
  display: inline-block !important;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
  top: calc(50% + 1px);
  letter-spacing: 2px;
}
@media screen and (max-width: 599px) {
  /* line 7, ../scss/module/_buttons.scss */
  .btn > span {
    letter-spacing: 1px;
  }
}
/* line 18, ../scss/module/_buttons.scss */
.btn.btn-normal {
  background-color: #ED6414;
  color: #fff;
}
/* line 22, ../scss/module/_buttons.scss */
.btn.btn-normal:hover {
  background-color: #fff;
  color: #ED6414;
  border: 2px solid #fff;
}
/* line 29, ../scss/module/_buttons.scss */
.btn.btn-normal-border {
  background-color: #ED6414;
  color: #fff;
  border: 2px solid #fff;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/* line 34, ../scss/module/_buttons.scss */
.btn.btn-normal-border:hover {
  background-color: #fff;
  color: #ED6414;
}
/* line 40, ../scss/module/_buttons.scss */
.btn.btn-white {
  background-color: #fff;
  color: #231815;
}
/* line 45, ../scss/module/_buttons.scss */
.btn.btn-white-border {
  border: 1px solid #231815;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/* line 48, ../scss/module/_buttons.scss */
.btn.btn-white-border:hover {
  background-color: #231815;
  color: white;
}

/* line 3, ../scss/layout/_frontpage.scss */
body {
  position: fixed;
}

/* line 7, ../scss/layout/_frontpage.scss */
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10005;
  background: #000000;
  text-align: center;
  color: #fff;
}

/* line 17, ../scss/layout/_frontpage.scss */
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 24, ../scss/layout/_frontpage.scss */
#splash_logo img {
  width: 360px;
}
@media screen and (max-width: 959px) {
  /* line 24, ../scss/layout/_frontpage.scss */
  #splash_logo img {
    width: 200px;
  }
}

/* ロードアニメーション */
/* line 32, ../scss/layout/_frontpage.scss */
.loading {
  width: 150px;
  height: 60px;
  position: absolute;
  left: 50%;
  bottom: 10%;
  transform: translate(-50%, -50%);
}
/* line 40, ../scss/layout/_frontpage.scss */
.loading .circle {
  width: 15px;
  height: 15px;
  position: absolute;
  border-radius: 50%;
  background-color: #fff;
  left: 15%;
  transform-origin: 50%;
  animation: circle .5s alternate infinite ease;
}
/* line 50, ../scss/layout/_frontpage.scss */
.loading .circle:nth-child(2) {
  left: 45%;
  animation-delay: .2s;
}
/* line 54, ../scss/layout/_frontpage.scss */
.loading .circle:nth-child(3) {
  left: auto;
  right: 15%;
  animation-delay: .3s;
}
/* line 61, ../scss/layout/_frontpage.scss */
.loading .shadow {
  width: 20px;
  height: 4px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 62px;
  transform-origin: 50%;
  z-index: -1;
  left: 15%;
  filter: blur(1px);
  animation: shadow .5s alternate infinite ease;
}
/* line 74, ../scss/layout/_frontpage.scss */
.loading .shadow:nth-child(4) {
  left: 45%;
  animation-delay: 0.2s;
}
/* line 78, ../scss/layout/_frontpage.scss */
.loading .shadow:nth-child(5) {
  left: auto;
  right: 15%;
  animation-delay: .3s;
}
/* line 85, ../scss/layout/_frontpage.scss */
.loading > span {
  position: absolute;
  top: 75px;
  font-family: 'Lato';
  font-size: 20px;
  letter-spacing: 12px;
  color: #fff;
  left: 0;
}

@keyframes circle {
  0% {
    top: 60px;
    height: 5px;
    border-radius: 50px 50px 25px 25px;
    transform: scaleX(1.7);
  }
  40% {
    height: 20px;
    border-radius: 50%;
    transform: scaleX(1);
  }
  100% {
    top: 0%;
  }
}
@keyframes shadow {
  0% {
    transform: scaleX(1.5);
  }
  40% {
    transform: scaleX(1);
    opacity: .7;
  }
  100% {
    transform: scaleX(0.2);
    opacity: .4;
  }
}
/* line 127, ../scss/layout/_frontpage.scss */
#main-top {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 133, ../scss/layout/_frontpage.scss */
#main-top .main-text {
  position: absolute;
  z-index: 2;
  color: #fff;
  text-align: center;
}
/* line 140, ../scss/layout/_frontpage.scss */
#main-top h1 {
  letter-spacing: 0.5rem;
  font-size: 65px;
  font-size: 4.0625rem;
  opacity: 0.6;
}
@media screen and (max-width: 959px) {
  /* line 140, ../scss/layout/_frontpage.scss */
  #main-top h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 599px) {
  /* line 140, ../scss/layout/_frontpage.scss */
  #main-top h1 {
    font-size: 45px;
    font-size: 2.8125rem;
    letter-spacing: 4px;
  }
}
@media screen and (max-width: 479px) {
  /* line 140, ../scss/layout/_frontpage.scss */
  #main-top h1 {
    font-size: 28px;
    font-size: 1.75rem;
    letter-spacing: 5px;
    margin-top: 20px;
  }
}
/* line 158, ../scss/layout/_frontpage.scss */
#main-top .text {
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 2px;
  line-height: 120%;
}
/* line 166, ../scss/layout/_frontpage.scss */
#main-top .main-visual video {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  filter: brightness(40%);
}
/* line 175, ../scss/layout/_frontpage.scss */
#main-top .main-visual div {
  width: 100vw;
}
/* line 178, ../scss/layout/_frontpage.scss */
#main-top .main-visual div img {
  filter: brightness(70%);
}
@media screen and (max-width: 479px) {
  /* line 175, ../scss/layout/_frontpage.scss */
  #main-top .main-visual div {
    width: 150px;
  }
}
/* line 188, ../scss/layout/_frontpage.scss */
#main-top .scroll {
  position: absolute;
  bottom: 100px;
  z-index: 2;
  cursor: pointer;
  width: 100%;
}
/* line 194, ../scss/layout/_frontpage.scss */
#main-top .scroll.is-active {
  opacity: 1;
  -moz-transition: opacity 1s linear;
  -o-transition: opacity 1s linear;
  -webkit-transition: opacity 1s linear;
  transition: opacity 1s linear;
}
@media screen and (max-width: 959px) {
  /* line 188, ../scss/layout/_frontpage.scss */
  #main-top .scroll {
    margin-top: 100px;
  }
}
@media screen and (max-width: 599px) {
  /* line 188, ../scss/layout/_frontpage.scss */
  #main-top .scroll {
    margin-top: 60px;
  }
}
@media screen and (max-width: 479px) {
  /* line 188, ../scss/layout/_frontpage.scss */
  #main-top .scroll {
    margin-top: 50px;
  }
}
/* line 209, ../scss/layout/_frontpage.scss */
#main-top .scroll ::before {
  content: "";
  position: absolute;
  top: 70px;
  left: 49.68%;
  width: 8px;
  height: 50px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/img/scroll-arrow.png);
  -moz-animation: bounce-down 1.2s infinite;
  -webkit-animation: bounce-down 1.2s infinite;
  animation: bounce-down 1.2s infinite;
}
@media screen and (max-width: 959px) {
  /* line 209, ../scss/layout/_frontpage.scss */
  #main-top .scroll ::before {
    left: 49.4%;
  }
}
@media screen and (max-width: 599px) {
  /* line 209, ../scss/layout/_frontpage.scss */
  #main-top .scroll ::before {
    left: 49.2%;
  }
}
/* line 227, ../scss/layout/_frontpage.scss */
#main-top .scroll div {
  width: 45px;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  /* line 227, ../scss/layout/_frontpage.scss */
  #main-top .scroll div {
    width: 45px;
  }
}
@media screen and (max-width: 479px) {
  /* line 227, ../scss/layout/_frontpage.scss */
  #main-top .scroll div {
    width: 35px;
  }
}

/* スクロールアニメーション */
@keyframes bounce-down {
  0% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    animation-timing-funtion: cubic-bezier(0.19, 1, 0.22, 1);
  }
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* line 254, ../scss/layout/_frontpage.scss */
#concept {
  margin-top: -16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 140px 0 180px;
  background-color: #1D284D;
}
@media screen and (max-width: 959px) {
  /* line 254, ../scss/layout/_frontpage.scss */
  #concept {
    padding: 60px 0;
  }
}
/* line 267, ../scss/layout/_frontpage.scss */
#concept .main-text p {
  color: #fff;
  text-align: center;
  color: #fff;
  font-size: 48px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.2rem;
  margin-top: 0;
  margin-bottom: 80px;
}
@media screen and (max-width: 959px) {
  /* line 267, ../scss/layout/_frontpage.scss */
  #concept .main-text p {
    font-size: 32px;
    font-size: 2rem;
    letter-spacing: 0.1rem;
    line-height: 1.4;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  /* line 267, ../scss/layout/_frontpage.scss */
  #concept .main-text p {
    font-size: 25px;
    font-size: 1.5625rem;
    letter-spacing: 0.1rem;
    line-height: 1.4;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 479px) {
  /* line 267, ../scss/layout/_frontpage.scss */
  #concept .main-text p {
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
}

/* line 298, ../scss/layout/_frontpage.scss */
#concept-detail {
  background-color: #ffffff;
}
@media screen and (max-width: 959px) {
  /* line 298, ../scss/layout/_frontpage.scss */
  #concept-detail {
    padding-top: 0;
    padding-bottom: 40px;
  }
}
/* line 305, ../scss/layout/_frontpage.scss */
#concept-detail .container {
  padding-top: 60px;
}
@media screen and (max-width: 959px) {
  /* line 305, ../scss/layout/_frontpage.scss */
  #concept-detail .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* line 314, ../scss/layout/_frontpage.scss */
#concept-detail .messages .message {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 60px;
}
@media screen and (max-width: 959px) {
  /* line 314, ../scss/layout/_frontpage.scss */
  #concept-detail .messages .message {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding-bottom: 50px;
  }
}
/* line 325, ../scss/layout/_frontpage.scss */
#concept-detail .messages .message .img-wrapper {
  width: 48%;
  height: 380px;
  overflow: hidden;
  display: flex;
  align-items: center;
  border-radius: 30px;
}
@media screen and (max-width: 959px) {
  /* line 325, ../scss/layout/_frontpage.scss */
  #concept-detail .messages .message .img-wrapper {
    width: 100%;
    height: 250px;
    margin-top: 10px;
  }
}
/* line 339, ../scss/layout/_frontpage.scss */
#concept-detail .messages .message .txt-wrapper {
  width: 48%;
  text-align: left;
}
@media screen and (max-width: 959px) {
  /* line 339, ../scss/layout/_frontpage.scss */
  #concept-detail .messages .message .txt-wrapper {
    width: 100%;
  }
  /* line 345, ../scss/layout/_frontpage.scss */
  #concept-detail .messages .message .txt-wrapper > h2 {
    font-size: 24px;
    line-height: 1.6;
    letter-spacing: 5px;
  }
}
/* line 352, ../scss/layout/_frontpage.scss */
#concept-detail .messages .message .txt-wrapper p {
  white-space: inherit;
  text-align: left;
}
@media screen and (max-width: 959px) {
  /* line 352, ../scss/layout/_frontpage.scss */
  #concept-detail .messages .message .txt-wrapper p {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 959px) {
  /* line 364, ../scss/layout/_frontpage.scss */
  #concept-detail .messages .message:nth-child(2n) {
    flex-direction: column;
  }
}
/* line 369, ../scss/layout/_frontpage.scss */
#concept-detail .messages .message:nth-child(2n) .img-wrapper {
  order: 2;
}
/* line 373, ../scss/layout/_frontpage.scss */
#concept-detail .messages .message:nth-child(2n) .txt-wrapper {
  order: 1;
}
/* line 379, ../scss/layout/_frontpage.scss */
#concept-detail .messages .more-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 250px;
  background-color: #1D284D;
  color: #ffffff;
  border: 2px solid #1D284D;
  border-radius: 34px;
  padding: 5px 20px;
  margin: 0 auto;
  transition: all 0.5s;
}
@media screen and (max-width: 959px) {
  /* line 379, ../scss/layout/_frontpage.scss */
  #concept-detail .messages .more-button {
    height: 45px;
  }
}
/* line 396, ../scss/layout/_frontpage.scss */
#concept-detail .messages .more-button span {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.3rem;
  font-weight: 600;
}
@media screen and (max-width: 959px) {
  /* line 396, ../scss/layout/_frontpage.scss */
  #concept-detail .messages .more-button span {
    font-size: 16px;
    font-size: 1rem;
  }
}
/* line 405, ../scss/layout/_frontpage.scss */
#concept-detail .messages .more-button:hover {
  background-color: #ffffff;
  color: #000000;
  border: 2px solid #000000;
}

@media screen and (max-width: 959px) {
  /* line 414, ../scss/layout/_frontpage.scss */
  #banner-links {
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 599px) {
  /* line 414, ../scss/layout/_frontpage.scss */
  #banner-links {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
@media screen and (max-width: 359px) {
  /* line 414, ../scss/layout/_frontpage.scss */
  #banner-links {
    margin-top: 20px;
  }
}
/* line 428, ../scss/layout/_frontpage.scss */
#banner-links a, #banner-links .coming-soon {
  padding: 30px;
  width: calc(100% / 3 - 20px);
  background-color: #ED6414;
  border-radius: 20px;
  transition: all 0.5s;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/* line 435, ../scss/layout/_frontpage.scss */
#banner-links a .text, #banner-links .coming-soon .text {
  width: 50%;
}
/* line 437, ../scss/layout/_frontpage.scss */
#banner-links a .text strong, #banner-links .coming-soon .text strong {
  color: white;
  font-size: 30px;
  font-size: 1.875rem;
}
/* line 441, ../scss/layout/_frontpage.scss */
#banner-links a .text .btn, #banner-links .coming-soon .text .btn {
  margin-top: 10px;
  padding: 0 10px;
  height: 32px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}
@-moz-document url-prefix() {
  /* line 441, ../scss/layout/_frontpage.scss */
  #banner-links a .text .btn, #banner-links .coming-soon .text .btn {
    font-weight: 400;
  }
}
/* line 450, ../scss/layout/_frontpage.scss */
#banner-links a .img, #banner-links .coming-soon .img {
  width: 40%;
}
/* line 452, ../scss/layout/_frontpage.scss */
#banner-links a .img .img-wrapper, #banner-links .coming-soon .img .img-wrapper {
  margin: 0 auto;
  width: 85%;
}
/* line 460, ../scss/layout/_frontpage.scss */
#banner-links a:hover .btn, #banner-links .coming-soon:hover .btn {
  background-color: #fff;
  color: #ED6414;
}
@media screen and (max-width: 1079px) {
  /* line 428, ../scss/layout/_frontpage.scss */
  #banner-links a, #banner-links .coming-soon {
    flex-wrap: wrap-reverse;
    padding: 30px;
  }
  /* line 468, ../scss/layout/_frontpage.scss */
  #banner-links a .text, #banner-links .coming-soon .text {
    width: 100%;
  }
  /* line 470, ../scss/layout/_frontpage.scss */
  #banner-links a .text strong, #banner-links .coming-soon .text strong {
    font-size: 26px;
    font-size: 1.625rem;
  }
  /* line 473, ../scss/layout/_frontpage.scss */
  #banner-links a .text .btn, #banner-links .coming-soon .text .btn {
    margin-top: 0;
  }
  /* line 477, ../scss/layout/_frontpage.scss */
  #banner-links a .img, #banner-links .coming-soon .img {
    width: 100%;
    margin-bottom: 0;
  }
  /* line 480, ../scss/layout/_frontpage.scss */
  #banner-links a .img img, #banner-links .coming-soon .img img {
    max-height: 85px;
  }
}
@media screen and (max-width: 959px) {
  /* line 428, ../scss/layout/_frontpage.scss */
  #banner-links a, #banner-links .coming-soon {
    padding: 25px;
  }
  /* line 488, ../scss/layout/_frontpage.scss */
  #banner-links a .text strong, #banner-links .coming-soon .text strong {
    font-size: 24px;
    font-size: 1.5rem;
  }
  /* line 491, ../scss/layout/_frontpage.scss */
  #banner-links a .text .btn, #banner-links .coming-soon .text .btn {
    font-size: 12px;
    font-size: 0.75rem;
  }
  /* line 496, ../scss/layout/_frontpage.scss */
  #banner-links a .img img, #banner-links .coming-soon .img img {
    max-height: 79px;
  }
}
@media screen and (max-width: 599px) {
  /* line 428, ../scss/layout/_frontpage.scss */
  #banner-links a, #banner-links .coming-soon {
    justify-content: center;
    width: 100%;
    margin-bottom: 30px;
    flex-wrap: wrap;
    padding: 40px 15px;
  }
  /* line 507, ../scss/layout/_frontpage.scss */
  #banner-links a .text, #banner-links .coming-soon .text {
    width: 40%;
  }
  /* line 509, ../scss/layout/_frontpage.scss */
  #banner-links a .text .btn, #banner-links .coming-soon .text .btn {
    max-width: 200px;
    margin: 0 auto;
  }
  /* line 514, ../scss/layout/_frontpage.scss */
  #banner-links a .img, #banner-links .coming-soon .img {
    width: 50%;
    margin-bottom: 0;
  }
  /* line 517, ../scss/layout/_frontpage.scss */
  #banner-links a .img img, #banner-links .coming-soon .img img {
    max-height: 99px;
  }
  /* line 522, ../scss/layout/_frontpage.scss */
  #banner-links a.concept .img-wrapper, #banner-links .coming-soon.concept .img-wrapper {
    width: 75%;
  }
  /* line 527, ../scss/layout/_frontpage.scss */
  #banner-links a.workflow .img-wrapper, #banner-links .coming-soon.workflow .img-wrapper {
    width: 75%;
  }
  /* line 532, ../scss/layout/_frontpage.scss */
  #banner-links a.case .img-wrapper, #banner-links .coming-soon.case .img-wrapper {
    width: 75%;
  }
  /* line 536, ../scss/layout/_frontpage.scss */
  #banner-links a:last-child, #banner-links .coming-soon:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 479px) {
  /* line 428, ../scss/layout/_frontpage.scss */
  #banner-links a, #banner-links .coming-soon {
    margin-bottom: 20px;
    padding: 30px 15px;
  }
  /* line 543, ../scss/layout/_frontpage.scss */
  #banner-links a:last-child, #banner-links .coming-soon:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 359px) {
  /* line 428, ../scss/layout/_frontpage.scss */
  #banner-links a, #banner-links .coming-soon {
    flex-wrap: wrap-reverse;
    margin-bottom: 15px;
    padding: 15px;
  }
  /* line 551, ../scss/layout/_frontpage.scss */
  #banner-links a .text, #banner-links .coming-soon .text {
    width: 100%;
  }
  /* line 554, ../scss/layout/_frontpage.scss */
  #banner-links a .img, #banner-links .coming-soon .img {
    width: 100%;
  }
}
/* line 560, ../scss/layout/_frontpage.scss */
#banner-links .coming-soon {
  position: relative;
  cursor: pointer;
}
/* line 565, ../scss/layout/_frontpage.scss */
#banner-links .coming-soon:hover .btn.btn-normal-border {
  color: #fff !important;
}
/* line 570, ../scss/layout/_frontpage.scss */
#banner-links .coming-soon .btn.btn-normal-border {
  background-color: #808080 !important;
  border: 1px solid #808080;
}
/* line 575, ../scss/layout/_frontpage.scss */
#banner-links .coming-soon > span {
  margin: 0;
  padding: 0;
}
/* line 582, ../scss/layout/_frontpage.scss */
#banner-links .coming-soon:hover .coming-soon-description {
  display: inline-block;
  top: 140px;
  left: 50px;
}
/* line 589, ../scss/layout/_frontpage.scss */
#banner-links .coming-soon .coming-soon-description {
  display: none;
  position: absolute;
  padding: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.6em;
  color: #fff;
  border-radius: 5px;
  background: #000;
  width: 124px;
  text-align: center;
}
/* line 601, ../scss/layout/_frontpage.scss */
#banner-links .coming-soon .coming-soon-description:before {
  content: "";
  position: absolute;
  top: -30px;
  right: 60%;
  border: 15px solid transparent;
  border-top: 15px solid #000;
  margin-left: -15px;
  transform: rotateZ(180deg);
}

/* line 616, ../scss/layout/_frontpage.scss */
#access {
  background-color: #f4f4f4;
}
@media screen and (max-width: 959px) {
  /* line 616, ../scss/layout/_frontpage.scss */
  #access {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
/* line 623, ../scss/layout/_frontpage.scss */
#access .container {
  align-items: flex-start;
  width: initial;
  padding: 0;
}
@media screen and (max-width: 1079px) {
  /* line 623, ../scss/layout/_frontpage.scss */
  #access .container {
    flex-wrap: wrap;
    margin-top: 60px;
  }
}
@media screen and (max-width: 959px) {
  /* line 623, ../scss/layout/_frontpage.scss */
  #access .container {
    margin-top: 30px;
  }
}
@media screen and (max-width: 599px) {
  /* line 623, ../scss/layout/_frontpage.scss */
  #access .container {
    margin-top: 15px;
  }
}
@media screen and (max-width: 359px) {
  /* line 623, ../scss/layout/_frontpage.scss */
  #access .container {
    margin-top: 5px;
  }
}
/* line 641, ../scss/layout/_frontpage.scss */
#access .container iframe {
  margin: 80px auto 50px;
}
@media screen and (max-width: 959px) {
  /* line 641, ../scss/layout/_frontpage.scss */
  #access .container iframe {
    margin: 0;
  }
}
/* line 648, ../scss/layout/_frontpage.scss */
#access .container strong {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500;
}
@-moz-document url-prefix() {
  /* line 648, ../scss/layout/_frontpage.scss */
  #access .container strong {
    font-weight: 400;
  }
}
@media screen and (max-width: 959px) {
  /* line 648, ../scss/layout/_frontpage.scss */
  #access .container strong {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 479px) {
  /* line 648, ../scss/layout/_frontpage.scss */
  #access .container strong {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.6;
  }
}
/* line 664, ../scss/layout/_frontpage.scss */
#access .container p {
  padding-top: 10px;
  margin: 0;
}
/* line 670, ../scss/layout/_frontpage.scss */
#access section {
  width: calc(100% / 2 - 40px);
}
@media screen and (max-width: 1079px) {
  /* line 670, ../scss/layout/_frontpage.scss */
  #access section {
    width: 100%;
  }
}

@media screen and (max-width: 959px) {
  /* line 678, ../scss/layout/_frontpage.scss */
  #information {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  /* line 678, ../scss/layout/_frontpage.scss */
  #information {
    padding-top: 40px;
    padding-bottom: 0;
  }
}
/* line 688, ../scss/layout/_frontpage.scss */
#information dl {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media screen and (max-width: 959px) {
  /* line 688, ../scss/layout/_frontpage.scss */
  #information dl {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* line 697, ../scss/layout/_frontpage.scss */
#information dl dt, #information dl dd {
  display: flex;
  align-items: center;
  text-align: left;
  padding: 10px 20px;
}
@media screen and (max-width: 959px) {
  /* line 697, ../scss/layout/_frontpage.scss */
  #information dl dt, #information dl dd {
    padding: 10px;
  }
}
/* line 707, ../scss/layout/_frontpage.scss */
#information dl dt {
  width: 20%;
  border: 1px solid #1D284D;
  border-right: 0;
  border-bottom: 0;
}
@media screen and (max-width: 959px) {
  /* line 707, ../scss/layout/_frontpage.scss */
  #information dl dt {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 599px) {
  /* line 707, ../scss/layout/_frontpage.scss */
  #information dl dt {
    width: 100%;
    border-right: 1px solid #1D284D;
    background-color: #1D284D;
    color: #fff;
  }
}
/* line 724, ../scss/layout/_frontpage.scss */
#information dl dd {
  width: 78%;
  border: 1px solid #1D284D;
  margin-bottom: 0;
  border-bottom: 0;
}
@media screen and (max-width: 599px) {
  /* line 724, ../scss/layout/_frontpage.scss */
  #information dl dd {
    width: 100%;
    margin-bottom: 15px;
    border-bottom: 1px solid #1D284D;
  }
}
/* line 735, ../scss/layout/_frontpage.scss */
#information dl dd span {
  line-height: 1.5;
  display: block;
}
@media screen and (max-width: 479px) {
  /* line 735, ../scss/layout/_frontpage.scss */
  #information dl dd span {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4;
  }
}
/* line 745, ../scss/layout/_frontpage.scss */
#information dl .last-child {
  border-bottom: 1px solid #1D284D;
}

@media screen and (max-width: 959px) {
  /* line 751, ../scss/layout/_frontpage.scss */
  #news {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  /* line 757, ../scss/layout/_frontpage.scss */
  #news .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* line 764, ../scss/layout/_frontpage.scss */
#news > div > section {
  background-color: #fff;
  margin-bottom: 25px;
  margin-top: 25px;
  border: 1px solid #ED6414;
}
@media screen and (max-width: 959px) {
  /* line 764, ../scss/layout/_frontpage.scss */
  #news > div > section {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  /* line 764, ../scss/layout/_frontpage.scss */
  #news > div > section {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 959px) {
  /* line 776, ../scss/layout/_frontpage.scss */
  #news > div > section .horizontal-grid {
    padding: 10px;
  }
}
/* line 781, ../scss/layout/_frontpage.scss */
#news > div > section .horizontal-grid li {
  justify-content: flex-start;
}
@media screen and (max-width: 959px) {
  /* line 781, ../scss/layout/_frontpage.scss */
  #news > div > section .horizontal-grid li {
    padding: 5px 20px;
  }
}
@media screen and (max-width: 599px) {
  /* line 781, ../scss/layout/_frontpage.scss */
  #news > div > section .horizontal-grid li {
    flex-wrap: wrap;
    border-top: 1px solid #ED6414;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  /* line 792, ../scss/layout/_frontpage.scss */
  #news > div > section .horizontal-grid li:first-child {
    border-top: 0;
    padding-top: 0;
    padding-bottom: 10px;
  }
  /* line 798, ../scss/layout/_frontpage.scss */
  #news > div > section .horizontal-grid li:last-child {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 479px) {
  /* line 781, ../scss/layout/_frontpage.scss */
  #news > div > section .horizontal-grid li {
    padding-left: 5px;
    padding-right: 5px;
  }
}
/* line 807, ../scss/layout/_frontpage.scss */
#news > div > section .horizontal-grid li:last-child {
  border-bottom: 0;
}
/* line 811, ../scss/layout/_frontpage.scss */
#news > div > section .horizontal-grid li .news-create-date {
  width: 15%;
  min-width: 140px;
  text-align: right;
  color: #ED6414;
  font-weight: 500;
  letter-spacing: 0.5px;
}
@-moz-document url-prefix() {
  /* line 811, ../scss/layout/_frontpage.scss */
  #news > div > section .horizontal-grid li .news-create-date {
    font-weight: 400;
  }
}
@media screen and (max-width: 1079px) {
  /* line 811, ../scss/layout/_frontpage.scss */
  #news > div > section .horizontal-grid li .news-create-date {
    width: 10%;
  }
}
@media screen and (max-width: 959px) {
  /* line 811, ../scss/layout/_frontpage.scss */
  #news > div > section .horizontal-grid li .news-create-date {
    width: 18%;
  }
}
@media screen and (max-width: 599px) {
  /* line 811, ../scss/layout/_frontpage.scss */
  #news > div > section .horizontal-grid li .news-create-date {
    width: 100%;
    padding-right: 0;
    padding-bottom: 5px;
    min-width: initial;
  }
}
/* line 832, ../scss/layout/_frontpage.scss */
#news > div > section .horizontal-grid li .news-content {
  width: 85%;
}
@media screen and (max-width: 1079px) {
  /* line 832, ../scss/layout/_frontpage.scss */
  #news > div > section .horizontal-grid li .news-content {
    width: 90%;
  }
}
@media screen and (max-width: 959px) {
  /* line 832, ../scss/layout/_frontpage.scss */
  #news > div > section .horizontal-grid li .news-content {
    width: 82%;
  }
}
@media screen and (max-width: 599px) {
  /* line 832, ../scss/layout/_frontpage.scss */
  #news > div > section .horizontal-grid li .news-content {
    width: 100%;
  }
}
/* line 844, ../scss/layout/_frontpage.scss */
#news > div > section .horizontal-grid li .news-content p {
  letter-spacing: 1.5px;
  text-align: left;
  color: #ED6414;
  padding-left: 0;
  white-space: break-spaces;
}
/* line 854, ../scss/layout/_frontpage.scss */
#news > div > section .horizontal-grid p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2;
  padding: 20px;
  margin-top: 0;
}
@media screen and (max-width: 959px) {
  /* line 854, ../scss/layout/_frontpage.scss */
  #news > div > section .horizontal-grid p {
    padding: 5px 20px;
  }
}
@media screen and (max-width: 599px) {
  /* line 854, ../scss/layout/_frontpage.scss */
  #news > div > section .horizontal-grid p {
    padding: 0;
    text-align: left;
  }
}

/* Facebookフィード(WPプラグイン) */
/* line 873, ../scss/layout/_frontpage.scss */
#sb_instagram {
  padding-bottom: 0 !important;
}

/* line 877, ../scss/layout/_frontpage.scss */
.section-container {
  padding-top: 112px;
  padding-bottom: 112px;
  text-align: center;
}
@media screen and (max-width: 1079px) {
  /* line 877, ../scss/layout/_frontpage.scss */
  .section-container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 599px) {
  /* line 877, ../scss/layout/_frontpage.scss */
  .section-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 479px) {
  /* line 877, ../scss/layout/_frontpage.scss */
  .section-container {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 359px) {
  /* line 877, ../scss/layout/_frontpage.scss */
  .section-container {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
/* line 897, ../scss/layout/_frontpage.scss */
.section-container h2 {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 600;
  display: inline-block;
  white-space: nowrap;
  border-bottom: 4px solid #ED6414;
  letter-spacing: 8px;
}
@-moz-document url-prefix() {
  /* line 897, ../scss/layout/_frontpage.scss */
  .section-container h2 {
    font-weight: 500;
  }
}
@media screen and (max-width: 959px) {
  /* line 897, ../scss/layout/_frontpage.scss */
  .section-container h2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 599px) {
  /* line 897, ../scss/layout/_frontpage.scss */
  .section-container h2 {
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: 2px;
  }
}
/* line 913, ../scss/layout/_frontpage.scss */
.section-container p {
  margin-top: 40px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.1rem;
  white-space: nowrap;
}
@-moz-document url-prefix() {
  /* line 913, ../scss/layout/_frontpage.scss */
  .section-container p {
    font-weight: 400;
  }
}
@media screen and (max-width: 959px) {
  /* line 913, ../scss/layout/_frontpage.scss */
  .section-container p {
    margin-top: 40px;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 599px) {
  /* line 913, ../scss/layout/_frontpage.scss */
  .section-container p {
    margin-top: 30px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.6;
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 359px) {
  /* line 913, ../scss/layout/_frontpage.scss */
  .section-container p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4;
    letter-spacing: 1.5px;
  }
}
/* line 939, ../scss/layout/_frontpage.scss */
.section-container.bg-gray {
  background-color: #f4f4f4;
}
/* line 943, ../scss/layout/_frontpage.scss */
.section-container .btn-detail {
  display: block;
  width: 240px;
  height: 50px;
  border-radius: 25px;
  margin: 60px auto 0;
}
/* line 949, ../scss/layout/_frontpage.scss */
.section-container .btn-detail > span {
  font-weight: 500;
}
@-moz-document url-prefix() {
  /* line 949, ../scss/layout/_frontpage.scss */
  .section-container .btn-detail > span {
    font-weight: 400;
  }
}
@media screen and (max-width: 959px) {
  /* line 954, ../scss/layout/_frontpage.scss */
  .section-container .btn-detail {
    width: 220px;
    height: 48px;
    border-radius: 24px;
    margin: 45px auto 0;
  }
}
@media screen and (max-width: 599px) {
  /* line 962, ../scss/layout/_frontpage.scss */
  .section-container .btn-detail {
    width: 200px;
    height: 40px;
    margin: 25px auto 0;
  }
  /* line 966, ../scss/layout/_frontpage.scss */
  .section-container .btn-detail > span {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 359px) {
  /* line 972, ../scss/layout/_frontpage.scss */
  .section-container .btn-detail {
    width: 160px;
    height: 35ipx;
    margin: 20px auto 0;
  }
  /* line 976, ../scss/layout/_frontpage.scss */
  .section-container .btn-detail > span {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
