@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat&family=Noto+Sans+JP:wght@400&display=swap");
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  background-repeat: no-repeat;
  overflow-wrap: break-word;
}

html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  scroll-behavior: smooth;
}

html {
  min-height: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
  font-size: 1.4rem;
  line-height: 1.85714;
  height: 100%;
  letter-spacing: 0.05em;
  color: #4D4D4D;
  -webkit-font-smoothing: antialiased;
  overflow-y: scroll;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

a:hover {
  opacity: 0.8;
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section,
img,
video,
a {
  display: block;
}

img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

input,
button,
select,
textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  max-width: 100%;
  outline: 0;
  border: none;
  font-size: 1.7rem;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.pcView {
  display: block !important;
}

@media (max-width: 568px) {
  .pcView {
    display: none !important;
  }
}

.spView {
  display: none !important;
}

@media (max-width: 568px) {
  .spView {
    display: block !important;
  }
}

.widthKeeper {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}

@media (max-width: 768px) {
  .widthKeeper {
    max-width: 95%;
  }
}

.jelly {
  -webkit-animation: gelatine 1s infinite;
          animation: gelatine 1s infinite;
}

@-webkit-keyframes gelatine {
  from,
  to {
    -webkit-transform: scale(0.95, 0.95);
            transform: scale(0.95, 0.95);
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes gelatine {
  from,
  to {
    -webkit-transform: scale(0.95, 0.95);
            transform: scale(0.95, 0.95);
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.swiper {
  width: 100%;
  max-height: 100vh;
}

.swiper02 {
  width: 100%;
  overflow-x: hidden;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

nav {
  position: fixed;
  top: 0;
  z-index: 1000;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

nav .logo {
  width: 20%;
}

@media (max-width: 568px) {
  nav .logo {
    width: 70%;
  }
}

nav .navArea button {
  background: #fff;
  font-size: 1.2rem;
  font-family: 'Montserrat', sans-serif;
  padding: 10px;
  -webkit-box-shadow: #b1b0b0 0px 0px 5px;
          box-shadow: #b1b0b0 0px 0px 5px;
  margin: 10px;
}

header {
  position: relative;
}

header #FVcircle {
  position: absolute;
  top: 10%;
  left: 5%;
  z-index: 800;
  width: 15%;
}

@media (max-width: 568px) {
  header #FVcircle {
    top: 15%;
    left: unset;
    right: 5%;
    width: 27%;
  }
}

header #FVcopy {
  position: absolute;
  bottom: 5%;
  z-index: 800;
  width: 65%;
  right: 5%;
}

@media (max-width: 568px) {
  header #FVcopy {
    width: 95%;
    right: 0;
    left: 0;
    margin: auto;
  }
}

section {
  padding: 100px 0;
}

@media (max-width: 568px) {
  section {
    padding: 40px 0;
  }
}

#message {
  background-color: #EAF0F3;
}

#message h2 {
  margin: 20px 0 50px;
}

#message .textBox {
  margin: 50px auto;
}

@media (max-width: 568px) {
  #message .textBox {
    width: 95%;
  }
}

#message p {
  text-align: center;
}

@media (max-width: 568px) {
  #message p {
    font-size: 17px;
    text-align: left;
  }
}

#point h3:last-of-type {
  margin-top: 50px;
}

#youtube {
  background-color: #F15A24;
}

#youtube .widthKeeper {
  position: relative;
}

#youtube button {
  position: absolute;
  right: 2%;
  bottom: 20%;
  width: 20%;
}

@media (max-width: 568px) {
  #youtube button {
    bottom: 50%;
    width: 40%;
  }
}

#profile {
  background-color: #EAF0F3;
}

#profile .widthKeeper div:last-of-type {
  margin-top: 50px;
}

#profile .widthKeeper div.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media (max-width: 568px) {
  #profile .widthKeeper div.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#profile .widthKeeper div.flex div {
  width: 30%;
}

@media (max-width: 568px) {
  #profile .widthKeeper div.flex div {
    width: 70%;
    margin: 10px auto;
  }
}

#profile h2 img {
  height: 70px;
  width: auto;
}

#experience .widthKeeper div.textBox {
  margin-bottom: 50px;
}

@media (max-width: 568px) {
  #experience .widthKeeper div.textBox {
    font-size: 17px;
    text-align-last: left;
  }
}

#experience .widthKeeper div:last-of-type {
  margin-top: 50px;
}

#experience h2 img {
  height: 70px;
  width: auto;
}

#voices .voicesHead {
  background-image: url(../img/bg_voices.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 480px;
  color: #fff;
  text-align: center;
  padding-top: 200px;
  margin-bottom: 50px;
}

@media (max-width: 568px) {
  #voices .voicesHead {
    height: 200px;
    background-position: center;
    position: relative;
  }
}

@media (max-width: 568px) {
  #voices .voicesHead h2 {
    position: absolute;
    top: 35%;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
  }
}

#btnArea .widthKeeper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 568px) {
  #btnArea .widthKeeper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#btnArea .widthKeeper div {
  width: 32%;
}

@media (max-width: 568px) {
  #btnArea .widthKeeper div {
    width: 100%;
    margin: 10px 0;
  }
}

#company .widthKeeper div:last-of-type {
  margin-top: 50px;
}

#company h2 img {
  height: 70px;
  width: auto;
}

#contact {
  background-color: #EAF0F3;
}

#contact .widthKeeper div p {
  text-align: center;
  margin-bottom: 25px;
}

@media (max-width: 568px) {
  #contact .widthKeeper div p {
    font-size: 17px;
    text-align: left;
  }
}

#contact .widthKeeper div .field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}

@media (max-width: 568px) {
  #contact .widthKeeper div .field {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#contact .widthKeeper div .field label {
  display: block;
  width: 30%;
}

@media (max-width: 568px) {
  #contact .widthKeeper div .field label {
    text-align: center;
    width: 100%;
  }
}

#contact .widthKeeper div .field input,
#contact .widthKeeper div .field textarea {
  display: block;
  width: 65%;
}

@media (max-width: 568px) {
  #contact .widthKeeper div .field input,
  #contact .widthKeeper div .field textarea {
    width: 100%;
  }
}

#contact .widthKeeper div.submit {
  width: 300px;
  margin: 0 auto;
}

#contact .widthKeeper div:last-of-type {
  margin-top: 50px;
}

#contact h2 img {
  height: 70px;
  width: auto;
}

#contact button {
  width: 40%;
  margin: 50px auto;
  display: block;
}

@media (max-width: 568px) {
  #contact button {
    width: 100%;
  }
}

footer {
  background: #1b1d40;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  padding: 20px;
}
/*# sourceMappingURL=main.css.map */