@charset "UTF-8";
@import url("https://use.typekit.net/ebg7tqt.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500");
@font-face {
  font-family: 'yamaguchi-iot';
  src: url("../fonts/yamaguchi-iot.ttf?pesccz") format("truetype"), url("../fonts/yamaguchi-iot.woff?pesccz") format("woff"), url("../fonts/yamaguchi-iot.svg?pesccz#yamaguchi-iot") format("svg");
  font-weight: normal;
  font-style: normal;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

h1, h2, h3, h4 {
  font-weight: 500;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

th, td {
  vertical-align: middle;
}

input, select {
  vertical-align: middle;
  outline: none;
}

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

html {
  box-sizing: border-box;
  overflow-y: scroll;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  color: #333;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 15px;
  line-height: 1.8em;
  -webkit-text-size-adjust: 100%;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

input, button,
textarea {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

a:link,
a:visited {
  color: #009efa;
  text-decoration: underline;
}

a:hover,
a:active {
  color: #009efa;
  text-decoration: none;
}

strong {
  font-weight: 500;
}

.l-header {
  text-decoration: none;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 999;
}
@media screen and (max-width: 959px) {
  .l-header {
    top: 0;
    margin-top: 0;
  }
}
.l-header a {
  color: #333;
  text-decoration: none;
}

.l-mainvisual {
  background: #f1f1f1;
  background-size: cover;
  display: block;
  height: 100vh;
  width: 100%;
  margin: 0;
  position: relative;
}
@media screen and (max-width: 959px) {
  .l-mainvisual {
    height: 85vh;
  }
}

.l-container {
  box-sizing: border-box;
  width: 100%;
}
.l-container.is-top {
  margin-top: 100px;
}
@media screen and (max-width: 959px) {
  .l-container.is-top {
    margin-top: 60px;
  }
}
.l-container--introduction {
  background: #ffd800;
  padding: 9em 0;
  position: relative;
}
@media screen and (max-width: 959px) {
  .l-container--introduction {
    padding: 5em 0;
  }
}
.l-container--interview {
  padding: 9em 0;
}
@media screen and (max-width: 959px) {
  .l-container--interview {
    padding: 5em 0;
  }
}
.l-container--pdf {
  position: relative;
  padding: 11.5em 0 9em;
}
.l-container--pdf::before {
  content: '';
  position: absolute;
  background: #f5f5f5;
  width: 60vw;
  height: 60%;
  top: 0;
  left: 0;
  z-index: -2;
}
.l-container--pdf::after {
  content: '';
  position: absolute;
  background: white;
  width: 53vw;
  height: 100%;
  top: 6em;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 959px) {
  .l-container--pdf {
    padding: 5em 0;
  }
  .l-container--pdf::before {
    width: 100vw;
    height: 17%;
  }
  .l-container--pdf::after {
    display: none;
  }
}

.l-contents {
  margin: 0 auto;
  max-width: 1200px;
  min-width: 960px;
  width: 84%;
}
.l-contents::after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
}
@media screen and (max-width: 959px) {
  .l-contents {
    max-width: 100%;
    min-width: 100%;
    padding: 0 3%;
  }
}
@media screen and (max-width: 599px) {
  .l-contents {
    padding: 0 5%;
  }
}

.l-row {
  margin: 0 auto;
  width: 90%;
}
.l-row--lg {
  width: 96%;
}
.l-row--sm {
  width: 800px;
}
.l-row--xs {
  width: 65%;
}
@media screen and (max-width: 959px) {
  .l-row {
    width: 90%;
  }
}

.l-roadmap {
  display: flex;
}
.l-roadmap__l {
  width: 46%;
}
.l-roadmap__r {
  width: 54%;
}
@media screen and (max-width: 959px) {
  .l-roadmap {
    display: block;
  }
  .l-roadmap__l, .l-roadmap__r {
    width: inherit;
  }
}

.l-footer {
  background: #1d1d1d;
  padding: 5em 0;
}

.l-footer-add {
  display: flex;
}
.l-footer-add dl {
  padding: 0 3em 1em 0;
}
@media screen and (max-width: 959px) {
  .l-footer-add {
    display: block;
  }
  .l-footer-add dl {
    padding: 0 0 1.5em 0;
  }
}

a.c-btn, .c-btn {
  box-sizing: border-box;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14);
  cursor: pointer;
  display: inline-block;
  letter-spacing: 2px;
  text-decoration: none;
  text-align: center;
  transition: all .3s ease 0s;
  font-size: 100%;
}

a.c-btn-default, .c-btn-default {
  background: #1d1d1d;
  color: white;
}
a.c-btn-default:hover, a.c-btn-default:focus, a.c-btn-default:active, .c-btn-default:hover, .c-btn-default:focus, .c-btn-default:active {
  color: #000;
  background: #ffd800;
}

.c-btn-white {
  border: 1px solid #fff;
  background: none;
  color: #fff;
}
.c-btn-white:link, .c-btn-white:visited {
  color: #fff;
}
.c-btn-white:hover, .c-btn-white:focus {
  color: #ffd800;
  background: #fff;
  border-color: #fff;
}

a.c-btn-solid, .c-btn-solid {
  border: 1px solid #ffd800;
  background: #ffd800;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14);
  color: #fff;
}
a.c-btn-solid:hover, a.c-btn-solid:focus, a.c-btn-solid:active, .c-btn-solid:hover, .c-btn-solid:focus, .c-btn-solid:active {
  background: rgba(255, 216, 0, 0.8);
  border-color: #ffd800;
}
a.c-btn-solid:visited, .c-btn-solid:visited {
  color: #fff;
}

.c-btn-back {
  cursor: pointer;
  font-size: 124%;
  text-decoration: underline;
  position: relative;
}
.c-btn-back:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-left: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(45deg);
  left: -1em;
  top: 12px;
}

.c-btn-sm {
  padding: .5em 2em;
}
@media screen and (max-width: 599px) {
  .c-btn-sm {
    padding: .5em 1em;
    width: 100%;
  }
}

.c-btn-md {
  padding: .5em 5em;
}
@media screen and (max-width: 599px) {
  .c-btn-md {
    padding: .5em 1em;
    width: 100%;
  }
}

.c-btn-lg {
  font-size: 124%;
  margin: 0 auto;
  padding: 1em;
  width: 250px;
}
@media screen and (max-width: 599px) {
  .c-btn-lg {
    padding: .5em 1em;
    width: 100%;
  }
}

.c-btn-xl {
  box-sizing: border-box;
  font-size: 124%;
  margin: 0 auto;
  padding: 2em 0;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .c-btn-xl {
    padding: 1.2em 1em;
    width: 100%;
  }
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'yamaguchi-iot' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon {
  position: relative;
  padding-left: 2.8em;
  /*アイコン分のスペース*/
  margin-bottom: 2em;
  line-height: 1.4;
}

.icon:before {
  font-family: 'yamaguchi-iot' !important;
  position: absolute;
  /*絶対位置*/
  font-size: 2.4em;
  /*サイズ*/
  left: 0;
  /*アイコンの位置*/
  top: -70%;
  /*アイコンの位置*/
  color: black;
  /*アイコン色*/
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-facebook2:before {
  content: "\ea91";
}

.icon-twitter:before {
  content: "\ea96";
}

.icon-text {
  font-weight: bold;
}

.p-logo {
  font-family: "urw-din", sans-serif;
  float: left;
  padding: 2em 0 0 3vw;
  margin: 0;
}
@media screen and (max-width: 599px) {
  .p-logo {
    font-size: 77%;
    padding: 2em 0 0 6vw;
    line-height: 1.6;
  }
}

.p-copyright {
  font-size: 85%;
  color: #fff;
  letter-spacing: .1em;
  text-align: right;
  padding: 1em;
}
@media screen and (max-width: 959px) {
  .p-copyright {
    font-size: 77%;
    text-align: center;
  }
}

.p-arrow {
  position: absolute;
  z-index: 100;
  left: 50%;
  bottom: -7em;
  transform: translateX(-50%);
}
.p-arrow a {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  background: #000;
  border-radius: 50%;
  text-indent: -9999px;
  overflow: hidden;
  opacity: 0.8;
}
.p-arrow a:hover {
  background: #ffd800;
}
.p-arrow a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 11px;
  height: 11px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media screen and (min-width: 600px) {
  .p-pagetop {
    position: fixed;
    z-index: 100;
    right: 30px;
    bottom: 30px;
    display: none;
  }
  .p-pagetop a {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    background: #ffd800;
    border-radius: 50%;
    text-indent: -9999px;
    overflow: hidden;
    opacity: 0.8;
  }
  .p-pagetop a:hover {
    background: #333;
  }
  .p-pagetop a::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 5px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 11px;
    height: 11px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@media screen and (max-width: 599px) {
  .p-pagetop {
    margin-top: 20px;
  }
  .p-pagetop a {
    display: block;
    background: #ffd800;
    color: #fff;
    padding: 1.8em 0;
    position: relative;
    text-align: center;
    text-decoration: none;
  }
  .p-pagetop a::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 5px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 11px;
    height: 11px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
.p-header-inner {
  width: 100%;
  margin: 0 auto;
  position: absolute;
}
.p-header-inner::after {
  content: "";
  clear: both;
  display: block;
}

.c-btn-sns {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50px;
}
.c-btn-sns .icon::before {
  font-size: 139%;
  top: 50%;
  left: 50%;
  transform: translate(-25%, -10%);
}
.c-btn-sns:hover {
  background: red;
}

.p-global-subnav {
  display: flex;
  justify-content: flex-end;
  margin: 2em 3vw 0 0;
  padding: 0;
}
@media screen and (max-width: 959px) {
  .p-global-subnav {
    margin: 1.5em 3vw 0 0;
  }
}
.p-global-subnav li {
  margin: 0;
}
.p-global-subnav li:first-child {
  margin-right: .5em;
}
.p-global-subnav a:hover {
  background: #f5f5f5;
}

#p-mv {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  background: #f1f1f1;
}
@media screen and (max-width: 959px) {
  #p-mv {
    height: 85vh;
  }
}

#canvas {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  z-index: -1;
}

.p-mv-ttl {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(1280px / 2);
  height: calc(896px /2);
}
@media screen and (max-width: 1179px) {
  .p-mv-ttl {
    width: 55%;
    height: auto;
  }
}
@media screen and (max-width: 959px) {
  .p-mv-ttl {
    width: 70vw;
  }
}

.p-introduction {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}
.p-introduction li:first-child {
  width: 32%;
  position: relative;
}
.p-introduction li:first-child h2 {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  -webkit-font-feature-settings: "normal";
  font-feature-settings: "normal";
  letter-spacing: .25em;
  position: absolute;
  left: 30%;
  font-size: 339%;
}
.p-introduction li:last-child {
  font-size: 108%;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: .15em;
  text-align: justify;
  width: calc(100vw - 32%);
}
.p-introduction-bg {
  position: absolute;
  left: -.1em;
  bottom: .27em;
  color: #fff;
  font-family: "urw-din", sans-serif;
  font-size: 16vw;
  letter-spacing: .3em;
  z-index: 0;
}
@media screen and (max-width: 959px) {
  .p-introduction {
    display: block;
  }
  .p-introduction li:first-child {
    width: inherit;
    position: inherit;
  }
  .p-introduction li:first-child h2 {
    writing-mode: inherit;
    left: inherit;
    position: inherit;
    font-size: 154%;
    padding: 0 0 1em;
  }
  .p-introduction li:last-child {
    font-size: 100%;
    letter-spacing: .05em;
    width: 100%;
  }
  .p-introduction-bg {
    bottom: 0;
  }
}

.p-interview {
  display: flex;
  justify-content: space-between;
}
.p-interview li {
  width: 30%;
}
.p-interview a {
  text-decoration: none;
  transition: .2s;
}
.p-interview a:hover {
  opacity: .7;
}
.p-interview dt {
  margin-left: 8%;
}
.p-interview dd:nth-of-type(1) {
  display: inline-block;
  color: #fff;
  font-size: 1.24vw;
  line-height: 1.7;
  margin: -2.5em 3em .6em 0;
}
@media screen and (max-width: 1179px) {
  .p-interview dd:nth-of-type(1) {
    font-size: 124%;
  }
}
.p-interview dd:nth-of-type(2) {
  font-size: 93%;
  font-weight: 500;
  color: #000;
  padding: 0 0 .8em;
}
@media screen and (max-width: 959px) {
  .p-interview {
    display: block;
  }
  .p-interview li {
    width: inherit;
    padding: 0 0 3.5em;
  }
  .p-interview li:last-child {
    padding: 0;
  }
  .p-interview dd:nth-of-type(2) {
    line-height: 1.5;
  }
}

.p-marker {
  background: linear-gradient(transparent 0%, #000 0%);
  letter-spacing: .15em;
}

.p-label {
  background: #000;
  color: #ffd800;
  display: inline-block;
  font-weight: normal;
  font-size: 77%;
  letter-spacing: .2em;
  line-height: 1.8;
  padding: 0 2em;
}

.p-ttl01 {
  color: black;
  display: flex;
  padding: 0 0 3.5em;
}
.p-ttl01__en {
  font-family: "urw-din", sans-serif;
  font-weight: 600;
  font-size: 4.5vw;
  margin: 0 1em 0 0;
  padding-bottom: .3em;
  background: linear-gradient(transparent 70%, #ffd800 0%);
}
.p-ttl01__jp {
  font-size: 1.4vw;
  font-weight: 500;
  letter-spacing: .1em;
}
@media screen and (max-width: 599px) {
  .p-ttl01 {
    display: block;
    padding: 0 0 2.5em;
  }
  .p-ttl01__en {
    display: inline-block;
    font-size: 8.8vw;
    background: linear-gradient(transparent 60%, #ffd800 0%);
    padding: 0 0 .1em;
    margin: 0 0 .2em;
  }
  .p-ttl01__jp {
    font-size: 100%;
    display: block;
  }
}

.p-ttl02 {
  color: black;
  padding: 0 0 4em;
}
.p-ttl02 span {
  display: inline-block;
}
.p-ttl02__en {
  font-family: "urw-din", sans-serif;
  font-weight: 600;
  font-size: 4.8vw;
  margin: 0 0 .5em;
  padding: 0 0 .3em;
  background: linear-gradient(transparent 70%, #ffd800 0%);
}
.p-ttl02__jp {
  font-size: 1.4vw;
  font-weight: 500;
  letter-spacing: .1em;
}
@media screen and (max-width: 599px) {
  .p-ttl02 {
    padding: 0 0 2.5em;
  }
  .p-ttl02__en {
    font-size: 8.8vw;
    background: linear-gradient(transparent 60%, #ffd800 0%);
    padding: 0 0 .1em;
    margin: 0 0 .2em;
  }
  .p-ttl02__jp {
    font-size: 93%;
  }
}

.p-roadmap-txt {
  padding: 0 5vw;
}
.p-roadmap-txt p {
  font-size: 108%;
  line-height: 2;
  text-align: justify;
}

.p-pdf-list {
  padding: 2em 5vw;
}
.p-pdf-list a {
  color: black;
  text-decoration: none;
  transition: .2s;
}
.p-pdf-list a:hover {
  opacity: .7;
}
.p-pdf-list dl {
  display: flex;
}
.p-pdf-list dl dt, .p-pdf-list dl dd {
  padding: 1.4em 0;
}
.p-pdf-list dl dt {
  border-bottom: 2px solid black;
  font-family: "urw-din", sans-serif;
  font-size: 116%;
  margin-right: .5em;
  width: 20%;
}
.p-pdf-list dl dd {
  border-bottom: 1px solid black;
  width: calc(100% - 20% - 1em);
}
@media screen and (max-width: 599px) {
  .p-pdf-list dl {
    display: block;
  }
  .p-pdf-list dl dt {
    padding: 1.4em 0 .3em;
  }
  .p-pdf-list dl dd {
    width: 100%;
  }
}

.p-pdf-item {
  display: flex;
  justify-content: space-between;
}
.p-pdf-item li:first-child {
  width: 75%;
}
.p-pdf-item .p-pdf-ttl {
  font-size: 124%;
  font-weight: 500;
}
.p-pdf-item .p-c-name {
  color: #999;
}
.p-pdf-item .p-label {
  float: right;
}
@media screen and (max-width: 599px) {
  .p-pdf-item {
    display: block;
  }
  .p-pdf-item li:first-child {
    width: inherit;
  }
  .p-pdf-item .p-pdf-ttl {
    font-size: 108%;
  }
  .p-pdf-item .p-c-name {
    font-size: 93%;
  }
  .p-pdf-item .p-label {
    float: inherit;
  }
}

.p-footer-sns {
  display: flex;
  justify-content: space-between;
}
.p-footer-sns li {
  width: 49%;
}
.p-footer-sns a .icon {
  padding-left: 2.4em;
}
.p-footer-sns a .icon::before {
  color: #fff;
  font-size: 154%;
  top: -44%;
}
.p-footer-sns a:hover .icon::before {
  color: #000;
}
@media screen and (max-width: 599px) {
  .p-footer-sns {
    display: block;
  }
  .p-footer-sns li {
    margin-bottom: 1em;
    width: 100%;
  }
}

.p-footer-add {
  color: #fff;
}

.p-tel-link a[href^="tel:"] {
  color: #fff;
  pointer-events: none;
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  .p-tel-link a[href^="tel:"] {
    pointer-events: auto;
    text-decoration: underline;
  }
}

.u-hidden_pc {
  display: none;
}
@media screen and (max-width: 599px) {
  .u-hidden_pc {
    display: block;
  }
}

@media screen and (max-width: 599px) {
  .u-hidden_sp {
    display: none;
  }
}

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

.u-txt-l {
  text-align: left;
}

.u-txt-c {
  text-align: center;
}

.u-txt-r {
  text-align: right;
}

.u-txt-justify {
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}

.u-bgc-white {
  background: #fff;
}

.u-bgc-pdf {
  background: #ED1919;
}

.u-bgc-word {
  background: #3570E9;
}

.u-bgc-excel {
  background: #2FB270;
}

.u-label {
  color: #fff;
}

.u-pb-xs {
  padding-bottom: 1em;
}

.u-pb-sm {
  padding-bottom: 2em;
}
@media screen and (max-width: 599px) {
  .u-pb-sm {
    padding-bottom: 1.5em;
  }
}

.u-pb-md {
  padding-bottom: 4em;
}
@media screen and (max-width: 599px) {
  .u-pb-md {
    padding-bottom: 2em;
  }
}

.u-pb-lg {
  padding-bottom: 6em;
}
@media screen and (max-width: 599px) {
  .u-pb-lg {
    padding-bottom: 3em;
  }
}

.u-mb-xs {
  margin-bottom: 1em;
}

.u-mb-sm {
  margin-bottom: 2em;
}
@media screen and (max-width: 599px) {
  .u-mb-sm {
    margin-bottom: 1.5em;
  }
}

.u-mb-md {
  margin-bottom: 4em;
}
@media screen and (max-width: 599px) {
  .u-mb-md {
    margin-bottom: 2em;
  }
}

.u-mb-lg {
  margin-bottom: 6em;
}
@media screen and (max-width: 599px) {
  .u-mb-lg {
    margin-bottom: 3em;
  }
}
