@charset "UTF-8";
@-webkit-keyframes scrollbar {
  0% {
    height: 0;
  }
  15% {
    height: 0;
  }
  30% {
    height: 0;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 100%;
  }
}
@keyframes scrollbar {
  0% {
    height: 0;
  }
  15% {
    height: 0;
  }
  30% {
    height: 0;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 100%;
  }
}
@-webkit-keyframes scrollbar2 {
  0% {
    height: 100%;
  }
  15% {
    height: 0%;
  }
  50% {
    height: 0%;
  }
  100% {
    height: 0%;
  }
}
@keyframes scrollbar2 {
  0% {
    height: 100%;
  }
  15% {
    height: 0%;
  }
  50% {
    height: 0%;
  }
  100% {
    height: 0%;
  }
}
@-webkit-keyframes extend {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes extend {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
@-webkit-keyframes hidden {
  0% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0);
  }
}
@keyframes hidden {
  0% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0);
  }
}
@-webkit-keyframes arrowlong01 {
  0% {
    height: 0;
    opacity: 0;
  }
  20% {
    height: 0;
    opacity: 1;
  }
  80% {
    height: 100%;
    opacity: 1;
  }
  100% {
    height: 100%;
    opacity: 0;
  }
}
@keyframes arrowlong01 {
  0% {
    height: 0;
    opacity: 0;
  }
  20% {
    height: 0;
    opacity: 1;
  }
  80% {
    height: 100%;
    opacity: 1;
  }
  100% {
    height: 100%;
    opacity: 0;
  }
}
@-webkit-keyframes arrowlong02 {
  0% {
    width: 100%;
    opacity: 1;
  }
  2% {
    width: 100%;
    opacity: 0;
  }
  3% {
    width: 0;
    opacity: 0;
  }
  10% {
    width: 0;
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
@keyframes arrowlong02 {
  0% {
    width: 100%;
    opacity: 1;
  }
  2% {
    width: 100%;
    opacity: 0;
  }
  3% {
    width: 0;
    opacity: 0;
  }
  10% {
    width: 0;
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
@-webkit-keyframes arrowslide {
  0% {
    left: -100%;
    opacity: 0;
  }
  1% {
    left: -100%;
    opacity: 1;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes arrowslide {
  0% {
    left: -100%;
    opacity: 0;
  }
  1% {
    left: -100%;
    opacity: 1;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

button, input, select, textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

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

img, embed, iframe, object {
  height: auto;
  max-width: 100%;
}

audio {
  max-width: 100%;
}

iframe {
  border: 0;
}

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

td, th {
  padding: 0;
  text-align: left;
}

textarea {
  -webkit-appearance: none;
}

input[type=email], input[type=password], input[type=text], input[type=button], input[type=submit] {
  -webkit-appearance: none;
}

textarea {
  resize: vertical;
}

input {
  outline: none;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 1000px #efe9c9 inset;
  outline: none;
}

button {
  outline: none;
}

area {
  border: none;
  outline: none;
}

img {
  -ms-interpolation-mode: bicubic;
  display: block;
  vertical-align: baseline;
}

* {
  -webkit-tap-highlight-color: rgba(63, 80, 118, 0.5);
  max-height: 999999px;
}
*::before, *::after {
  will-change: all;
  box-sizing: border-box;
}

b {
  font-weight: normal;
  font-style: normal;
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "メイリオ", Meiryo, Osaka, sans-serif;
  background: #fff;
  overflow-x: hidden;
  color: #1a1a1a;
}

input, textarea, select {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "メイリオ", Meiryo, Osaka, sans-serif;
}

a {
  cursor: pointer;
  text-decoration: none;
}
a:link {
  color: #1a1a1a;
  transition: opacity 0.3s;
}
a:visited {
  color: #1a1a1a;
}
a:hover {
  color: #1a1a1a;
  text-decoration: none;
}
a:active {
  color: #1a1a1a;
}

b {
  font-weight: bold;
}

i {
  font-style: normal;
}

.clr {
  clear: both;
}

.hide {
  position: absolute !important;
  left: -9999px !important;
  top: -9999px !important;
}

section {
  clear: both;
  zoom: 1;
}

article:after, section:after, .clrFx:after {
  content: "";
  clear: both;
  display: block;
}

.pcitem {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .pcitem {
    display: block !important;
  }
  .spitem {
    display: none !important;
  }
}
a:link {
  text-decoration: underline !important;
}

a:hover {
  text-decoration: none !important;
}

#top #fv {
  height: 100vh;
  display: block;
  position: relative;
}
#top #fv::before {
  content: "";
  display: block;
  background: #666666;
  width: 100vw;
  height: 50vh;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#top #fv .mv {
  width: 100%;
  height: 100%;
  padding: 4vw;
}
#top #fv .mv .image {
  width: 100%;
  height: 100%;
  display: block;
  background: url(../images/top/mv.jpg) no-repeat center center;
  background-size: cover;
}
#top #fv .mv .image::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: url(../images/top/mv_repeat.png) repeat;
  background-size: 32px auto;
}
#top #fv h1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 52vw;
  height: 20.3vw;
  padding: 5.9vw 5.7vw 4vw;
  background: #fff;
  border-radius: 0 0 2vw 0;
}
#top #fv h1 img {
  width: 100%;
}
#top #fv .contact a {
  position: absolute;
  top: 7vw;
  right: 8vw;
  width: 10vw;
  height: 10vw;
  font-size: 0;
  background: url(../images/top/contact_icon.png) no-repeat;
  background-size: 100% auto;
}
#top #fv .container {
  position: absolute;
  left: 8vw;
  bottom: 12vw;
}
#top #fv .container h2 {
  width: 80.5vw;
  margin-bottom: 5vw;
}
#top #fv .container p {
  font-size: 3.6vw;
  line-height: 6.5vw;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #fff;
  width: 84vw;
  text-align: justify;
}
#top .inner {
  padding: 0 4vw 22vw;
}
#top h3 {
  font-weight: bold;
  font-size: 8vw;
  padding-top: 26vw;
  margin-bottom: 10vw;
  position: relative;
}
#top h3::before {
  content: "";
  display: block;
  height: 2.6vw;
  width: 100%;
  position: absolute;
  left: 0;
  top: 20vw;
}
#top #company {
  display: block;
  background: #666666;
  color: #fff;
}
#top #company h3::before {
  background: url(../images/top/find01.png) no-repeat;
  background-size: auto 100%;
}
#top #company dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#top #company dl dt, #top #company dl dd {
  padding: 3vw 5vw;
  margin-bottom: 1vw;
  font-size: 3.6vw;
  line-height: 5.5vw;
}
#top #company dl dt {
  background: #1a1a1a;
  color: #fff;
  font-weight: bold;
  width: 32%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#top #company dl dd {
  background: #eee;
  color: #1a1a1a;
  width: 68%;
  letter-spacing: 0.08em;
}
#top #whatsnew {
  display: block;
  background: #dcdcdc;
  color: #1a1a1a;
}
#top #whatsnew h3::before {
  background: url(../images/top/find02.png) no-repeat;
  background-size: auto 100%;
}
#top #whatsnew dl {
  padding-bottom: 3vw;
  margin-bottom: 3vw;
  border-bottom: 1px solid #aaa;
  letter-spacing: 0.08em;
}
#top #whatsnew dl dt, #top #whatsnew dl dd {
  font-size: 3.6vw;
  line-height: 5.5vw;
}
#top #whatsnew dl dt {
  font-weight: bold;
  margin-bottom: 1vw;
}
#top #contact {
  display: block;
  background: #1a1a1a;
  color: #fff;
}
#top #contact h3::before {
  background: url(../images/top/find03.png) no-repeat;
  background-size: auto 100%;
}
#top #contact .privacy {
  border: 1px solid #747474;
  padding: 4vw 4vw 4vw 4vw;
  height: 70vw;
  margin-bottom: 5vw;
}
#top #contact .privacy .scroll {
  overflow-y: auto;
  width: 100%;
  height: 100%;
  font-size: 3vw;
  line-height: 5.5vw;
  letter-spacing: 0.08em;
}
#top #contact .privacy .scroll h4 {
  font-size: 4vw;
  font-weight: bold;
  margin-bottom: 0.5em;
}
#top #contact .privacy .scroll h5 {
  font-weight: bold;
  padding-top: 2.5em;
}
#top #contact .privacy .scroll a {
  color: #fff;
  text-decoration: underline;
}
#top #contact form input, #top #contact form select, #top #contact form textarea {
  border: none;
  font-size: 3.6vw;
}
#top #contact form .agree {
  margin-bottom: 10vw;
  font-size: 3.6vw;
}
#top #contact form .agree input {
  width: 3.8vw;
  height: 3.8vw;
  cursor: pointer;
}
#top #contact form dl {
  font-size: 3.6vw;
}
#top #contact form dl dt {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 2vw;
}
#top #contact form dl dd {
  margin-bottom: 6vw;
}
#top #contact form dl dd select,
#top #contact form dl dd input {
  height: 8vw;
  padding: 0 3vw;
  width: 100%;
  border-radius: 1vw;
}
#top #contact form dl dd textarea {
  height: 55vw;
  padding: 1.5vw 3vw;
  width: 100%;
  border-radius: 1vw;
}
#top #contact form .btn-send {
  width: 64vw;
  margin: 0 auto;
}
#top #contact form .btn-send input {
  width: 100%;
  height: 13vw;
  background: #1a1a1a;
  border: 1px solid #fff;
  border-radius: 2vw;
  color: #fff;
  font-size: 4vw;
  cursor: pointer;
}
#top footer {
  display: block;
  background: #1a1a1a;
  color: #fff;
  border-top: 1px solid #fff;
  text-align: center;
  padding: 5vw 0;
  font-size: 2.8vw;
}
@media screen and (min-width: 768px) {
  #top #fv .mv {
    padding: 40px;
  }
  #top #fv h1 {
    width: 371px;
    height: 145px;
    padding: 43px 42px 28px;
    border-radius: 0 0 10px 0;
  }
  #top #fv .contact a {
    top: 60px;
    right: 60px;
    width: 250px;
    height: 65px;
    font-size: 18px;
    line-height: 1;
    background: #1a1a1a;
    color: #fff;
    text-decoration: none !important;
    padding: 25px 35px;
    border-radius: 5px;
  }
  #top #fv .contact a::before {
    content: "";
    display: block;
    height: 100%;
    width: 1px;
    background: #888;
    position: absolute;
    top: 0;
    right: 67.5px;
  }
  #top #fv .contact a::after {
    content: "";
    display: block;
    height: 7px;
    width: 8px;
    background: url(../images/common/arrow_anchor.png) no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 29px;
    right: 30px;
  }
  #top #fv .contact a:hover {
    background: #fff;
    color: #1a1a1a;
  }
  #top #fv .contact a:hover::after {
    background: url(../images/common/arrow_anchor2.png) no-repeat;
    background-size: 100% auto;
  }
  #top #fv .container {
    position: absolute;
    left: 90px;
    bottom: 90px;
  }
  #top #fv .container h2 {
    width: 575.5px;
    margin-bottom: 30px;
  }
  #top #fv .container p {
    font-size: 19px;
    line-height: 37.5px;
    width: 100%;
    text-align: left;
  }
  #top .inner {
    padding: 0 80px 110px;
  }
  #top h3 {
    font-weight: bold;
    font-size: 50px;
    padding-top: 140px;
    margin-bottom: 50px;
  }
  #top h3::before {
    height: 13px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 110px;
  }
  #top #company .overview {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  #top #company .overview dl {
    width: 49%;
  }
  #top #company .overview dl dt, #top #company .overview dl dd {
    padding: 15px 25px;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 27.5px;
  }
  #top #company .overview dl dt {
    width: 25%;
  }
  #top #company .overview dl dd {
    width: 75%;
  }
  #top #whatsnew dl {
    padding-bottom: 15px;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  #top #whatsnew dl dt, #top #whatsnew dl dd {
    font-size: 18px;
    line-height: 27.5px;
  }
  #top #whatsnew dl dt {
    margin-bottom: 5px;
    width: 195px;
  }
  #top #whatsnew dl dd {
    width: 100%;
  }
  #top #contact .privacy {
    border: 1px solid #747474;
    padding: 35px;
    height: 350px;
    margin-bottom: 25px;
  }
  #top #contact .privacy .scroll {
    font-size: 15px;
    line-height: 27.5px;
  }
  #top #contact .privacy .scroll h4 {
    font-size: 20px;
  }
  #top #contact .privacy .scroll h5 {
    padding-top: 2em;
  }
  #top #contact form input, #top #contact form select, #top #contact form textarea {
    font-size: 18px;
  }
  #top #contact form .agree {
    margin-bottom: 50px;
    font-size: 18px;
  }
  #top #contact form .agree input {
    width: 19px;
    height: 19px;
    cursor: pointer;
  }
  #top #contact form .input_form {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  #top #contact form .input_form dl {
    width: 47%;
    font-size: 18px;
  }
  #top #contact form .input_form dl dt {
    margin-bottom: 10px;
  }
  #top #contact form .input_form dl dd {
    margin-bottom: 30px;
  }
  #top #contact form .input_form dl dd select, #top #contact form .input_form dl dd input {
    height: 40px;
    padding: 0 15px;
    width: 100%;
    border-radius: 5px;
  }
  #top #contact form .input_form dl dd textarea {
    height: 238px;
    padding: 7.5px 15px;
    width: 100%;
    border-radius: 5px;
  }
  #top #contact form .btn-send {
    width: 400px;
    margin-top: 20px;
  }
  #top #contact form .btn-send input {
    height: 65px;
    border-radius: 10px;
    font-size: 20px;
  }
  #top #contact form .btn-send input:hover {
    background: #fff;
    color: #1a1a1a;
  }
  #top footer {
    padding: 25px 0;
    font-size: 14px;
  }
}