@charset "UTF-8";
/* CSS Document */

/*************************** RESET ***************************/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/*************************** RESET ***************************/

html,
body {
  width: 100%;
  font-family: "Ubuntu", "Noto Sans JP", sans-serif;
  position: relative;
  -webkit-text-size-adjust: 100%;
  background-color: #f0f0f0;
}

#fade {
  width: 100%;
  height: 100%;
  display: none;
  background-color: #fff;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
}
#contents {
  display: block;
  position: relative;
}

/*************************** HEADER ***************************/
#navigation {
  height: 80px;
  background-color: #000;
  width: 100%;
  font-weight: 700;
  position: fixed;
  top: 0px;
  z-index: 10;
}
#navigation a {
  color: #fff;
  text-decoration: none;
}
#navigation a:link {
  color: #fff;
  text-decoration: none;
}
#navigation a:visited {
  color: #fff;
  text-decoration: none;
}
#navigation a:hover {
  color: #e8d700;
  text-decoration: none;
}
#navigation-logo {
  margin-top: 23px;
  width: 126px;
  float: left;
}
#navigation-menu {
  width: auto;
  text-align: right;
  height: 80px;
  float: right;
  font-size: 16px;
  display: flex;
  align-items: center;
}
#navigation-menu div {
  margin: 0px 0px 0px 20px;
  float: left;
}
#hamburger {
  display: none;
  cursor: pointer;
}
#close {
  cursor: pointer;
}
#modal {
  position: fixed;
  display: none;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 11;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 2em;
  text-align: right;
  padding: 30px;
  box-sizing: border-box;
}
#modal a {
  color: #fff;
  text-decoration: none;
}
#modal a:link {
  color: #fff;
  text-decoration: none;
}
#modal a:visited {
  color: #fff;
  text-decoration: none;
}
#modal a:hover {
  color: #e8d700;
  text-decoration: none;
}

/*************************** FOOTER ***************************/

#footer {
  background-color: #e8d700;
  clear: both;
  width: 100%;
}
#footer-inner {
  width: calc(100% - 80px);
  max-width: 1120px;
  margin: auto;
  padding: 80px 0px 120px 0px;
}
#footer a {
  text-decoration: underline;
  color: rgba(0, 0, 0, 1);
}
#footer a:visited {
  color: rgba(0, 0, 0, 1);
}
#footer a:hover {
  color: rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
#footer a:active {
  color: rgba(0, 0, 0, 0.2);
}
/*
#footer-left {
  width: 50%;
  padding-right: 20px;
  float: left;
  box-sizing: border-box;
}
#footer-right {
  width: 50%;
  padding-left: 20px;
  float: left;
  box-sizing: border-box;
}
.letstalk {
  font-size: 16px;
  background-color: #f0f0f0;
  color: #000;
  border-style: none;
  padding: 20px;
  width: 100%;
  margin: 0px 0px 2px 0px;
  box-sizing: border-box;
  font-family: inherit;
}
.letstalk-textarea {
  height: 120px;
}
.submit {
  font-size: 16px;
  background-color: #000;
  color: #fff;
  border-style: none;
  width: 100%;
  padding: 20px;
  margin: 0px 0px 0px 0px;
} */

/*************************** INDEX ***************************/

#firstView {
  min-height: 400px;
  position: relative;
  margin: 80px 0px 80px 0px;
  width: 100%;
  z-index: 0;
  overflow: hidden;
  background: url(img/header-01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#slideArea {
  position: relative;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}
#slideArea img {
  display: none;
  position: absolute;
  width: 100%;
}
#firstView-text {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.5em;
  color: #fff;
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
#firstView-text div {
  max-width: 1120px;
}
#introduction {
  margin: 80px auto 80px auto;
  display: block;
  width: 100%;
  max-width: 1280px;
  box-sizing: border-box;
  border-left-width: 80px;
  border-right-width: 80px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
}
#introduction p {
  margin-bottom: 40px;
}

.index-works {
  width: calc(100vw-60);
  max-width: 1060px;
  margin: 0px auto 50px auto;
  padding: 30px;
  transition: background-color 1s;
  position: relative;
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition:
    opacity 1s,
    visibility 1s,
    transform 1s;
}
.index-works:hover {
  background-color: #fff;
}
.index-works > img {
  width: 100%;
}
.index-works-text {
  padding: 30px 30px 0px 30px;
  display: flex;
  justify-content: space-between;
}
.index-works-text-left {
  font-size: 48px;
  font-weight: 700;
  line-height: 1em;
  position: relative;
}
.index-works-text-right {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5em;
  color: #aaa;
  text-align: right;
}
.index-arrow {
  opacity: 0;
  position: absolute;
  top: 2px;
  left: -100px;
}

.index-works-wide {
  width: 100%;
  height: calc(100vw / 1920 * 675);
  min-height: 400px;
  margin: 30px auto 80px auto;
  overflow: hidden;
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
}
.index-works-wide video {
  height: 100%;
}
.index-works-wide-text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  padding: 0px 60px 0px 60px;
  box-sizing: border-box;
  max-width: 1120px;
  height: 100%;
  margin-top: min(calc(-100vw / 1920 * 675), -400px);
}
.index-works-wide-text-main {
  position: relative;
  font-size: 48px;
  font-weight: 700;
  line-height: 1em;
  color: #fff;
  margin-bottom: 20px;
}
.index-works-wide-text-sub {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5em;
  color: #fff;
}
#index-works-button {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
  padding: 30px;
  margin: 80px auto 80px auto;
  width: 250px;
  background-color: #fff;
  transition: background-color 1s;
  position: relative;
}
#index-works-button:hover {
  background-color: #e8d700;
}

/*************************** WORKS ***************************/

#works-category {
  width: 90%;
  max-width: 900px;
  margin: -40px auto 0px auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.category-button {
  font-size: 14px;
  line-height: 1em;
  color: #999;
  background-color: #fff;
  padding: 10px;
  margin: 10px;
  transition:
    background-color 1s,
    color 1s;
  cursor: pointer;
  white-space: nowrap;
}
.category-button:hover {
  color: #000;
  background-color: #e8d700;
}
.category-button-selected {
  font-size: 14px;
  line-height: 1em;
  color: #000;
  background-color: #e8d700;
  padding: 10px;
  margin: 10px;
  transition:
    background-color 1s,
    color 1s;
  cursor: pointer;
}
.category-button:hover {
  color: #000;
  background-color: #e8d700;
}

#container {
  margin: 40px;
  font-size: 0;
}
#container a {
  text-decoration: none;
  color: #000;
}
#container a:visited {
  color: #000;
}
#container a:hover {
  color: #666;
  text-decoration: none;
}
#container a:active {
  color: #000;
}
.cover {
  padding: 30px;
  display: inline-block;
  vertical-align: top;
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition:
    opacity 1s,
    visibility 1s,
    transform 1s;
}
.cover:hover {
  background-color: #fff;
}
.cover img {
  width: 100%;
  margin-bottom: 10px;
}
.col2 {
  width: 560px;
}
.col2 img {
  width: 100%;
}

/*************************** COMMON ***************************/
.grecaptcha-badge {
  visibility: hidden;
}
.recaptcha_policyh5 {
  margin-top: 20px;
  color: rgba(0, 0, 0, 0.4);
}
.commonLayout {
  width: 100%;
  max-width: 1280px;
  box-sizing: border-box;
  border-left-width: 80px;
  border-right-width: 80px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
}
.commonMargin {
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  box-sizing: border-box;
}
.commonLeft {
  width: 300px;
  float: left;
}
.commonRight {
  width: 100%;
  float: left;
  margin-left: -300px;
}
.h1 {
  font-size: 48px;
  margin: 20px 0px 30px 0px;
  line-height: 1.5em;
}
.h2 {
  margin-bottom: 40px;
  font-size: 21px;
  line-height: 2em;
}
.h3 {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 2.2em;
}
.h4 {
  font-size: 16px;
  line-height: 2em;
}
.h5 {
  font-size: 12px;
  line-height: 2em;
}
.w100 {
  font-weight: 100;
}
.w300 {
  font-weight: 300;
}
.w400 {
  font-weight: 400;
}
.w700 {
  font-weight: 700;
}
.w900 {
  font-weight: 900;
}
.text-white {
  color: #fff;
}
.text-gray {
  color: #666;
}
.text-black {
  color: #000005;
}
.text-yellow {
  color: #e8d700;
}
.valign_middle {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.clear {
  clear: both;
}
.disnone {
  display: none;
}
.pointer {
  cursor: pointer;
}
.blockLink {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
