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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: none;
  font-style: normal;
  text-align: left;
  zoom: 1;
}

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

table {
  border-collapse: collapse;
  font-family: inherit;
}

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

input, textarea, select {
  font-family: inherit;
  font-size: 16px;
}

input[type=button], input[type=text], input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

textarea {
  resize: none;
  -webkit-appearance: none;
  border-radius: 0;
}

th, td {
  border-collapse: collapse;
}

table th, table td {
  white-space: nowrap;
}

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

img {
  vertical-align: text-bottom;
  vertical-align: -webkit-baseline-middle;
  max-width: 100%;
  height: auto;
  width: auto;
}

html {
  color: #fff;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
}

img {
  width: 100%;
  height: 100%;
  display: block;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  display: block;
}

main {
  background-color: #0e0066;
}

.c-sec-copy {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.c-sec-title {
  font-size: 44px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.c-sec-text {
  font-size: 16px;
  text-align: center;
}

@media screen and (max-width: 920px) {
  .c-sec-copy {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .c-sec-title {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .c-sec-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .c-sec-copy {
    font-size: 18px;
  }
  .c-sec-title {
    font-size: 24px;
  }
  .c-sec-text {
    font-size: 14px;
  }
}
.c-button {
  width: 270px;
  height: 50px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  color: #000;
  background-color: #FFB703;
  border: solid #FFB703 1px;
}

.c-button:hover,
.l-cta__button.c-button:hover,
.l-fv__button.c-button:hover {
  transition: all 0.3s;
  color: #000;
  background-color: #fff;
}

.sp-on {
  display: none;
}

.pc-on {
  display: block;
}

@media screen and (max-width: 600px) {
  .sp-on {
    display: block;
  }
  .pc-on {
    display: none;
  }
}
.under {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

.under.visible {
  opacity: 1;
  transform: translateY(0);
}

.ani-right {
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.6s ease;
}

.ani-right.show {
  opacity: 1;
  transform: translateX(0);
}

.l-header__inner {
  padding: 20px;
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-header__logo {
  color: #0e0066;
  font-size: 36px;
  font-weight: bold;
  text-align: left;
}

@media screen and (max-width: 600px) {
  .l-header__inner {
    padding: 15px 20px;
    width: auto;
  }
  .l-header__logo {
    font-size: 24px;
  }
  .l-header__button {
    font-size: 13px;
    width: 126px;
    height: 36px;
    line-height: 36px;
  }
}
.l-footer {
  padding: 0 20px 20px;
}
.l-footer__inner {
  margin-bottom: 10px;
  padding: 20px 0;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-footer__logo {
  color: #0e0066;
  font-size: 36px;
  font-weight: bold;
  text-align: left;
}
.l-footer__address, .l-footer__copy {
  color: #000;
  font-size: 16px;
  text-align: left;
}
.l-footer__copy {
  color: #000;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .l-footer {
    padding: 20px;
  }
  .l-footer__inner {
    padding: 0px 0;
    margin: 0 auto;
    display: block;
  }
  .l-footer__logo {
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
  }
  .l-footer__address {
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
  }
  .l-footer__copy {
    text-align: center;
    margin-bottom: 0px;
  }
}
.l-fv {
  margin-bottom: 120px;
  background-image: url(../img/bg-fv.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 800px;
  position: relative;
}
.l-fv__inner {
  width: calc(100% - 40px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-fv__catch {
  color: #fff;
  font-size: 64px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.l-fv__desc {
  color: #fff;
  font-size: 32px;
  text-align: center;
  margin-bottom: 20px;
}
.l-fv__button {
  margin: 0 auto;
  font-size: 36px;
  width: 500px;
  height: 90px;
  line-height: 90px;
}

@media screen and (max-width: 920px) {
  .l-fv {
    margin-bottom: 100px;
    height: 80vh;
    position: relative;
  }
  .l-fv__inner {
    width: calc(100% - 40px);
    top: 50%;
  }
  .l-fv__catch {
    font-size: 2.5em;
    margin-bottom: 20px;
  }
  .l-fv__desc {
    font-size: 1.25em;
    margin-bottom: 20px;
  }
  .l-fv__button {
    font-size: 28px;
    width: 400px;
    height: 70px;
    line-height: 70px;
  }
}
@media screen and (max-width: 600px) {
  .l-fv {
    margin-bottom: 80px;
    height: calc(100vh - 80px);
    position: relative;
  }
  .l-fv__inner {
    width: calc(100% - 40px);
  }
  .l-fv__catch {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  .l-fv__desc {
    font-size: 1em;
    margin-bottom: 15px;
  }
  .l-fv__button {
    font-size: 24px;
    width: 300px;
    height: 50px;
    line-height: 50px;
  }
}
.l-about {
  margin-bottom: 120px;
  padding: 0 20px;
}

@media screen and (max-width: 600px) {
  .l-about {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 600px) {
  .l-about {
    margin-bottom: 80px;
  }
}
.l-person {
  margin-bottom: 120px;
  padding: 0 20px;
}
.l-person__inner {
  max-width: 1230px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-person__left {
  width: 45%;
  margin-right: 5%;
}
.l-person__title, .l-person__copy {
  text-align: left;
}
.l-person__text {
  text-align: left;
}
.l-person__right {
  width: 50%;
}

@media screen and (max-width: 920px) {
  .l-person {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 600px) {
  .l-person {
    margin-bottom: 80px;
  }
  .l-person__inner {
    max-width: 1230px;
    margin: 0 auto;
    flex-direction: column-reverse;
  }
  .l-person__left {
    width: auto;
    margin-right: 0%;
  }
  .l-person__title, .l-person__copy {
    text-align: center;
    margin-bottom: 10px;
  }
  .l-person__text {
    text-align: left;
  }
  .l-person__right {
    width: auto;
    margin-bottom: 10px;
  }
}
.l-work {
  margin-bottom: 120px;
}
.l-work__text {
  margin-bottom: 20px;
}
.l-work__lists {
  max-width: 1400px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.l-work__img {
  margin-bottom: 20px;
}
.l-work__list {
  width: calc(33.3333333333% - 13.3333333333px);
  margin-right: 20px;
}
.l-work__list:nth-child(3n) {
  margin-right: 0px;
}
.l-work__name {
  margin-bottom: 20px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.l-work__desc {
  color: #fff;
  font-size: 16px;
  text-align: center;
}

@media screen and (max-width: 920px) {
  .l-work {
    margin-bottom: 100px;
  }
  .l-work__img {
    margin-bottom: 10px;
  }
  .l-work__lists {
    justify-content: left;
  }
  .l-work__list {
    width: calc(50% - 20px);
  }
  .l-work__list:nth-child(2n-1) {
    margin-right: 20px;
  }
  .l-work__list:nth-child(n+3) {
    margin-top: 20px;
  }
  .l-work__name {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 600px) {
  .l-work__inner {
    max-width: 600px;
  }
  .l-work__img {
    margin-bottom: 20px;
  }
  .l-work__list {
    width: 100%;
    margin-right: 0px;
  }
  .l-work__list:nth-child(2n-1) {
    margin-right: 0px;
  }
  .l-work__list:not(:last-child) {
    margin-bottom: 30px;
  }
  .l-work__list:nth-child(n+4) {
    margin-top: 0px;
  }
  .l-work__name {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .l-work__desc {
    font-size: 13px;
  }
}
.l-cta {
  padding-bottom: 120px;
}
.l-cta__text {
  margin-bottom: 20px;
}
.l-cta__button {
  margin: 0 auto;
  font-size: 36px;
  width: 500px;
  height: 90px;
  line-height: 90px;
}

@media screen and (max-width: 920px) {
  .l-cta {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 600px) {
  .l-cta {
    padding-bottom: 80px;
  }
  .l-cta__text {
    margin-bottom: 20px;
  }
  .l-cta__button {
    font-size: 24px;
    width: 300px;
    height: 50px;
    line-height: 50px;
  }
}
/*# sourceMappingURL=style.css.map */