@charset "UTF-8";
/*----------------------------------------
  reset
-----------------------------------------*/
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
}

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

body {
  line-height: 1;
}

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

p {
  text-align: justify;
}

nav 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;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

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

ul,
li {
  list-style: none;
}

input[type=text],
input[type=button],
input[type=submit],
input[type=tel],
input[type=email] {
  -webkit-appearance: none;
  border: none;
  box-sizing: border-box;
}

input[type=text]:focus,
input[type=button]:focus,
input[type=submit]:focus,
input[type=tel]:focus,
input[type=email]:focus,
textarea:focus {
  outline: 0;
  background-color: #fff;
}

input:-internal-autofill-selected {
  background-color: #fff !important;
}

input[type=text]:focus:-moz-placeholder-shown, input[type=button]:focus:-moz-placeholder-shown, input[type=submit]:focus:-moz-placeholder-shown, input[type=tel]:focus:-moz-placeholder-shown, input[type=email]:focus:-moz-placeholder-shown, textarea:focus:-moz-placeholder-shown {
  color: #ddd;
}

input[type=text]:focus:placeholder-shown,
input[type=button]:focus:placeholder-shown,
input[type=submit]:focus:placeholder-shown,
input[type=tel]:focus:placeholder-shown,
input[type=email]:focus:placeholder-shown,
textarea:focus:placeholder-shown {
  color: #ddd;
}

input[type=text]:focus:-webkit-input-placeholder,
input[type=button]:focus:-webkit-input-placeholder,
input[type=submit]:focus:-webkit-input-placeholder,
input[type=tel]:focus:-webkit-input-placeholder,
input[type=email]:focus:-webkit-input-placeholder,
textarea:focus:-webkit-input-placeholder {
  color: #ddd;
}

input[type=text]:focus:-moz-placeholder,
input[type=button]:focus:-moz-placeholder,
input[type=submit]:focus:-moz-placeholder,
input[type=tel]:focus:-moz-placeholder,
input[type=email]:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: #ddd;
}

input[type=text]:focus:-ms-input-placeholder,
input[type=button]:focus:-ms-input-placeholder,
input[type=submit]:focus:-ms-input-placeholder,
input[type=tel]:focus:-ms-input-placeholder,
input[type=email]:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: #ddd;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}

input[type=text]:-moz-placeholder-shown, input[type=email]:-moz-placeholder-shown, input[type=tel]:-moz-placeholder-shown {
  color: #ddd;
}

input[type=text]:placeholder-shown,
input[type=email]:placeholder-shown,
input[type=tel]:placeholder-shown {
  color: #ddd;
}

input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder {
  color: #ddd;
}

input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ddd;
}

input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #fff;
}

textarea {
  resize: vertical;
}

textarea:-moz-placeholder-shown {
  color: #ddd;
}

textarea:placeholder-shown {
  color: #ddd;
}

textarea::-moz-placeholder {
  color: #ddd;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: transparent;
  -moz-transition: 0.1s;
  transition: 0.1s;
}

input:focus::placeholder,
textarea:focus::placeholder {
  color: transparent;
  transition: 0.1s;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
  -moz-transition: 0.1s;
  transition: 0.1s;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
  -moz-transition: 0.1s;
  transition: 0.1s;
}

button {
  background-color: transparent;
  outline: 0;
  border: 0;
}

/*スマートフォンサイトでaタグをタップしたときにでるハイライトの色を消す*/
table {
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
  width: 100%;
}

th,
td {
  vertical-align: middle;
  border: solid 1px #000;
  font-weight: normal;
  text-align: left;
  border: 0;
}

caption {
  text-align: left;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-display: swap;
}

body {
  overflow-x: hidden;
}
@media screen and (max-width: 860px) {
  body.sp_fix {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}

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

svg {
  width: 100%;
  height: auto;
}

.slick-list:focus {
  outline: none !important;
}

.sp {
  display: none;
}
@media screen and (max-width: 859px) {
  .sp {
    display: block;
  }
}

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

#stage {
  overflow-x: hidden;
}

.disnon {
  display: none;
}

.lead {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 859px) {
  .lead {
    font-size: 1.4rem;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

section {
  position: relative;
}

.link_box {
  position: absolute;
  width: 100%;
}
.link_box .link_btn {
  position: relative;
  overflow: hidden;
  display: block;
  width: 372px;
  margin: auto;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 860px) {
  .link_box .link_btn {
    transition: 0.3s;
    border-radius: 10px;
  }
  .link_box .link_btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 859px) {
  .link_box .link_btn {
    width: 80vw;
    border-radius: 7px;
  }
}
.link_box .link_btn::after {
  content: "";
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflection 3.2s ease-in-out infinite;
}

.youtube_box {
  position: absolute;
  width: 94%;
  left: 50.5%;
  transform: translate(-50%, 0);
}
.youtube_box .youtube_inner {
  position: relative;
}
.youtube_box .youtube_inner .link_box {
  bottom: 100px;
}
@media screen and (max-width: 859px) {
  .youtube_box .youtube_inner .link_box {
    bottom: 11.5vw;
  }
}
.youtube_box .youtube_inner .link_box .link_btn {
  width: 406px;
  margin-left: 58px;
}
@media screen and (max-width: 859px) {
  .youtube_box .youtube_inner .link_box .link_btn {
    width: 82vw;
    margin: 0 auto;
  }
}

.movie {
  position: absolute;
  width: 100%;
  text-align: center;
}
.movie iframe {
  width: 754px;
  height: 424px;
}
@media screen and (max-width: 859px) {
  .movie iframe {
    width: 80vw;
    height: 48vw;
  }
}

.company_movie video {
  width: 100%;
}

@keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(70) rotate(45deg);
    opacity: 0;
  }
}
.top {
  color: #eaeaea;
}
.top .bg_area {
  background: url(../../img/bg.webp) no-repeat center;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}
.top .content {
  margin: auto;
  background-color: #000;
}
@media screen and (min-width: 860px) {
  .top .content {
    width: 860px;
    box-shadow: 0px 0px 16px 16px rgba(255, 255, 255, 0.08);
  }
}
.top .content .cv-btn {
  position: fixed;
  z-index: 5;
}
@media screen and (min-width: 860px) {
  .top .content .cv-btn {
    bottom: 20px;
    right: 1.5%;
    width: 19.8571428571%;
  }
}
@media screen and (max-width: 859px) {
  .top .content .cv-btn {
    opacity: 0;
    bottom: 14px;
    left: 10%;
    width: 80%;
    transition: 0.35s ease-out;
  }
  .top .content .cv-btn.active {
    opacity: 1;
  }
}
.top .content .cv-btn .youtube_box {
  position: static;
  transform: translate(0, 0);
  width: 100%;
}
.top .content .cv-btn .youtube_box .youtube_inner .close_btn {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 10;
  width: 38px;
  transition: 0.35s ease-out;
}
@media screen and (min-width: 860px) {
  .top .content .cv-btn .youtube_box .youtube_inner .close_btn:hover {
    opacity: 0.7;
  }
}
.top .content .cv-btn .youtube_box .youtube_inner .link_box {
  bottom: 1.7857142857vw;
}
@media screen and (max-width: 859px) {
  .top .content .cv-btn .youtube_box .youtube_inner .link_box {
    position: static;
  }
}
@media screen and (min-width: 860px) {
  .top .content .cv-btn .youtube_box .youtube_inner .link_box .link_btn {
    width: 47.4820143885%;
    margin-left: 20px;
  }
}
.top .content .section01 {
  z-index: 2;
}
.top .content .section01 .link_box {
  bottom: 56px;
}
@media screen and (max-width: 859px) {
  .top .content .section01 .link_box {
    bottom: 7vw;
  }
}
@media screen and (min-width: 860px) {
  .top .content .section01 .link_box .link_btn {
    margin: 0 0 0 56px;
  }
}
@media screen and (max-width: 859px) {
  .top .content .section01 .link_box .link_btn {
    margin: auto;
  }
}
.top .content .section02 {
  position: relative;
  margin-top: -36px;
}
@media screen and (max-width: 859px) {
  .top .content .section02 {
    margin-top: -10px;
  }
}
.top .content .section02 .section02_slide {
  position: absolute;
  bottom: 90px;
  left: 0;
  width: 100%;
  height: 80px;
}
@media screen and (max-width: 859px) {
  .top .content .section02 .section02_slide {
    bottom: 42px;
    height: 48px;
  }
}
.top .content .section02 .section02_slide .swiper {
  width: 88%;
  height: 100%;
}
@media screen and (max-width: 859px) {
  .top .content .section02 .section02_slide .swiper {
    width: 84%;
  }
}
.top .content .section02 .section02_slide .swiper-wrapper {
  align-items: center;
  list-style: none;
  transition-timing-function: linear;
}
.top .content .section02 .section02_slide .swiper-slide {
  width: -moz-fit-content;
  width: fit-content;
}
.top .content .section02 .section02_slide .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 80px;
}
@media screen and (max-width: 859px) {
  .top .content .section02 .section02_slide .swiper-slide img {
    height: 48px;
  }
}
.top .content .section02 .section02_slide .swiper-button-next, .top .content .section02 .section02_slide .swiper-button-prev {
  color: #000;
}
@media screen and (max-width: 859px) {
  .top .content .section02 .section02_slide .swiper-button-next {
    right: 0;
  }
}
@media screen and (max-width: 859px) {
  .top .content .section02 .section02_slide .swiper-button-prev {
    left: 0;
  }
}
.top .content .section02 .section02_slide .swiper-button-next:after, .top .content .section02 .section02_slide .swiper-button-prev:after {
  font-size: 2.8rem;
}
@media screen and (max-width: 859px) {
  .top .content .section02 .section02_slide .swiper-button-next:after, .top .content .section02 .section02_slide .swiper-button-prev:after {
    font-size: 2.2rem;
  }
}
.top .content .section06, .top .content .section08 {
  padding-bottom: 40px;
}
.top .content .section06 .youtube_box, .top .content .section08 .youtube_box {
  position: static;
  margin: auto;
  transform: translate(0, 0);
}
.top .content .section06 .youtube_box .youtube_inner .link_box, .top .content .section08 .youtube_box .youtube_inner .link_box {
  bottom: 72px;
}
@media screen and (max-width: 859px) {
  .top .content .section06 .youtube_box .youtube_inner .link_box, .top .content .section08 .youtube_box .youtube_inner .link_box {
    bottom: 50px;
  }
}
.top .content .section06 .youtube_box .youtube_inner .link_box .link_btn, .top .content .section08 .youtube_box .youtube_inner .link_box .link_btn {
  width: 390px;
}
@media screen and (max-width: 859px) {
  .top .content .section06 .youtube_box .youtube_inner .link_box .link_btn, .top .content .section08 .youtube_box .youtube_inner .link_box .link_btn {
    width: 78%;
  }
}
.top .content .section08 {
  background-color: #fff;
}
.top .content .section10 .movie {
  top: 2721px;
}
@media screen and (max-width: 859px) {
  .top .content .section10 .movie {
    top: 392vw;
  }
}
.top .content .section11 .movie {
  top: 2729px;
  margin-left: 2px;
}
@media screen and (max-width: 859px) {
  .top .content .section11 .movie {
    top: 386vw;
    margin-left: 0;
  }
}
.top .content .section13 .youtube_box {
  bottom: 22px;
}
@media screen and (max-width: 859px) {
  .top .content .section13 .youtube_box {
    position: static;
    width: 100%;
    background-color: #fff;
    transform: translate(0, 0);
    margin-top: -180px;
  }
}
.top .content .section12 .youtube_box {
  position: static;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 50px;
  transform: translate(0, 0);
  background-color: #fff;
}
@media screen and (max-width: 859px) {
  .top .content .section12 .youtube_box {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
.top .content .section12 .youtube_box .youtube_inner {
  margin: auto;
}
@media screen and (min-width: 860px) {
  .top .content .section12 .youtube_box .youtube_inner {
    width: 94%;
  }
}
.top .content .section21 .youtube_box {
  bottom: 30px;
}
@media screen and (max-width: 859px) {
  .top .content .section21 .youtube_box {
    position: static;
    width: 100%;
    transform: translate(0, 0);
    margin-top: -190px;
  }
}
.top .content .section23 .youtube_box {
  position: static;
  width: 100%;
  background-color: #fff;
  padding: 20px 0;
  transform: translate(0, 0);
}
.top .content .section23 .youtube_box .youtube_inner {
  margin: auto;
}
@media screen and (min-width: 860px) {
  .top .content .section23 .youtube_box .youtube_inner {
    width: 94%;
  }
}
.top .content .form_area {
  background-color: #fff;
  padding-top: 50px;
}
@media screen and (max-width: 859px) {
  .top .content .form_area {
    padding-top: 30px;
  }
}
.top .content .form_area .title {
  width: 80%;
  margin: auto;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #000;
  border-bottom: 2px dashed #e2e2e2;
  padding-bottom: 30px;
}
@media screen and (max-width: 859px) {
  .top .content .form_area .title {
    font-size: 18px;
    padding-bottom: 20px;
  }
}
.top .content .form_area .form_box {
  text-align: center;
  padding-bottom: 120px;
}
@media screen and (max-width: 859px) {
  .top .content .form_area .form_box {
    padding-bottom: 60px;
  }
}
.top .content .company {
  padding: 180px 60px 0;
}
@media screen and (max-width: 859px) {
  .top .content .company {
    padding: 100px 5% 0;
  }
}
.top .content .company .title h2 {
  font-size: 50px;
  text-align: center;
}
@media screen and (max-width: 859px) {
  .top .content .company .title h2 {
    font-size: 30px;
  }
}
.top .content .company .table_area {
  margin-top: 88px;
}
@media screen and (max-width: 859px) {
  .top .content .company .table_area {
    margin-top: 50px;
  }
}
.top .content .company .table_area table tr {
  display: block;
  margin-bottom: 70px;
}
@media screen and (max-width: 859px) {
  .top .content .company .table_area table tr {
    margin-bottom: 40px;
  }
}
.top .content .company .table_area table tr th {
  display: block;
  width: 100%;
  font-size: 32px;
  font-weight: bold;
  padding-bottom: 16px;
  border-bottom: 2px dashed #464646;
}
@media screen and (max-width: 859px) {
  .top .content .company .table_area table tr th {
    font-size: 20px;
  }
}
.top .content .company .table_area table tr td {
  display: block;
  width: 100%;
  font-size: 32px;
  padding-top: 26px;
  line-height: 1.7;
}
@media screen and (max-width: 859px) {
  .top .content .company .table_area table tr td {
    font-size: 18px;
    padding-top: 10px;
  }
}
.top .content .company .table_area table tr td a {
  color: #eaeaea;
}
@media screen and (min-width: 860px) {
  .top .content .company .table_area table tr td a {
    pointer-events: none;
  }
}
.top .content .last_cv {
  padding: 20px 0;
  background-color: #fff;
}
.top .content .last_cv .youtube_box {
  position: static;
  transform: translate(0, 0);
  width: 100%;
}
@media screen and (min-width: 860px) {
  .top .content .last_cv .youtube_box .youtube_inner .link_box {
    bottom: 78px;
  }
}
.top .content .footer {
  border-top: 1px solid #464646;
  padding-top: 52px;
  padding-bottom: 100px;
}
@media screen and (max-width: 859px) {
  .top .content .footer {
    padding: 40px 5% 120px;
  }
}
.top .content .footer .footer_link {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 859px) {
  .top .content .footer .footer_link {
    display: block;
  }
}
.top .content .footer .footer_link .link {
  position: relative;
  color: #eaeaea;
  font-weight: 500;
}
.top .content .footer .footer_link .link:last-child {
  margin-right: 0;
}
@media screen and (min-width: 860px) {
  .top .content .footer .footer_link .link {
    margin-right: 52px;
    font-size: 21px;
  }
  .top .content .footer .footer_link .link:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .top .content .footer .footer_link .link::after {
    content: "";
    background: #cfcfcf;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -6px;
    left: 0;
    transform: scale(0, 1);
    transition: transform 0.3s;
    transform-origin: right top;
  }
}
@media screen and (max-width: 859px) {
  .top .content .footer .footer_link .link {
    display: block;
    font-size: 18px;
    margin-bottom: 24px;
  }
  .top .content .footer .footer_link .link:last-child {
    margin-bottom: 0;
  }
}
.top .content .footer .copyright {
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 860px) {
  .top .content .footer .copyright {
    margin-top: 34px;
    font-size: 21px;
  }
}
@media screen and (max-width: 859px) {
  .top .content .footer .copyright {
    font-size: 18px;
    margin-top: 40px;
  }
}/*# sourceMappingURL=style.css.map */