*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul, ol {
  padding: 0;
}

body, h1, h2, h3, h4, p, ul, ol, figure, blockquote, dl, dd {
  margin: 0;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul, ol {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

article > * + * {
  margin-top: 1em;
}

input, button, textarea, select {
  font: inherit;
}

img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: .01ms !important;
            animation-duration: .01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: .01ms !important;
            transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}

.vw {
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  .vw {
    font-size: 4vw;
  }
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.ttf?vwxx2j") format("truetype"), url("../fonts/icomoon.woff?vwxx2j") format("woff"), url("../fonts/icomoon.svg?vwxx2j#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow_top:before {
  content: "\2b06";
}

/*-------------
	general
-------------*/
html {
  background: #FFF;
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  color: #222;
  line-height: 1.72;
  font-size: 16px;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 4vw;
  }
}

.font--Raleway {
  font-family: 'Raleway', sans-serif;
}

.only-pc {
  display: block;
}

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

.only-sp {
  display: none;
}

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

a[href^="tel:"] {
  pointer-events: none;
}

/*-------------
	header
-------------*/
/*-------------
	navigation
-------------*/
.l-gnav {
  position: fixed;
  top: 40px;
  right: 56px;
  z-index: 99;
}

.l-gnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-gnav__item {
  margin-left: 48px;
}

.l-gnav__link {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #002b59;
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .l-gnav__link {
    font-size: 3.5vw;
  }
}

.l-gnav__link:hover {
  opacity: .7;
}

@media only screen and (max-width: 768px) {
  .l-gnav {
    display: none;
  }
}

/*-------------
	main
-------------*/
/*-------------
	footer
-------------*/
.l-footer {
  background: #f6f6f6;
  padding: 80px 0px 40px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .l-footer {
    padding-top: calc(60/400*100vw);
    padding-bottom: calc(110/400*100vw);
  }
}

.l-footer__logo {
  width: 392px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 768px) {
  .l-footer__logo {
    width: calc(290/400*100vw);
  }
}

.l-footer__copy {
  margin-top: 50px;
  font-size: 10px;
  color: #999999;
}

@media only screen and (max-width: 768px) {
  .l-footer__copy {
    font-size: 2.5vw;
  }
}

@media only screen and (max-width: 768px) {
  .l-footer__copy {
    margin-top: calc(30/400*100vw);
  }
}

/*-------------
	component
-------------*/
.c-inner {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 768px) {
  .c-inner {
    padding-left: calc(20/400*100vw);
    padding-right: calc(20/400*100vw);
  }
}

.c-col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 40px;
  margin-right: 40px;
}

@media only screen and (max-width: 768px) {
  .c-col3 {
    display: block;
    margin-left: 0px;
    margin-right: 0px;
  }
}

.c-col3__item {
  position: relative;
  font-size: 2.2rem;
  font-size: 22px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .c-col3__item {
    font-size: 5.5vw;
  }
}

@media only screen and (max-width: 768px) {
  .c-col3__item {
    font-size: 19px;
  }
}

@media only screen and (max-width: 768px) and (max-width: 768px) {
  .c-col3__item {
    font-size: 4.75vw;
  }
}

@media only screen and (max-width: 768px) {
  .c-col3__item img {
    width: 100%;
  }
}

.c-col3__item figcaption {
  border: 1px solid #ddd;
  border-top: none;
  padding: 30px 0;
}

@media only screen and (max-width: 768px) {
  .c-col3__item figcaption {
    padding: calc(20/400*100vw);
  }
}

.c-col3__item + .c-col3__item {
  margin-left: 60px;
}

@media only screen and (max-width: 768px) {
  .c-col3__item + .c-col3__item {
    margin-left: 0;
    margin-top: calc(40/400*100vw);
  }
}

.c-dl-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 768px) {
  .c-dl-table {
    display: block;
    width: 100%;
  }
}

.c-dl-table__th, .c-dl-table__td {
  border-bottom: 1px solid #ddd;
  padding: 30px 0px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.c-dl-table__th {
  width: 24%;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .c-dl-table__th {
    border-bottom: none;
    width: 100%;
    padding-top: calc(30/400*100vw);
    padding-bottom: calc(20/400*100vw);
  }
  .c-dl-table__th:first-child {
    padding-top: 0;
  }
}

.c-dl-table__td {
  width: 76%;
}

@media only screen and (max-width: 768px) {
  .c-dl-table__td {
    width: 100%;
    padding-top: 0;
    padding-bottom: calc(30/400*100vw);
  }
}

.c-heading--secondary {
  font-family: 'Raleway', sans-serif;
  position: relative;
  margin: 0 auto 104px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1.28px;
  text-align: center;
  color: #002b59;
}

@media only screen and (max-width: 768px) {
  .c-heading--secondary {
    font-size: 8vw;
  }
}

@media only screen and (max-width: 768px) {
  .c-heading--secondary {
    margin-bottom: calc(68/400*100vw);
    font-size: 28px;
  }
}

@media only screen and (max-width: 768px) and (max-width: 768px) {
  .c-heading--secondary {
    font-size: 7vw;
  }
}

.c-heading--secondary::before {
  content: "";
  position: absolute;
  bottom: -24px;
  right: 50%;
  width: 20px;
  height: 4px;
  background-color: #69b5e6;
}

.c-heading--secondary::after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  width: 20px;
  height: 4px;
  background-color: #007cb7;
}

/*-------------
	project
-------------*/
.p-hero {
  position: relative;
  background: url(../images/bg_mv_pc.png) no-repeat 0 0;
  background-size: cover;
  width: 100vw;
  height: 100vh;
}

@media only screen and (max-width: 768px) {
  .p-hero {
    background: url(../images/bg_mv_sp.png) no-repeat 0 0;
    background-size: cover;
  }
}

.p-hero-box {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .p-hero-box {
    top: 40%;
  }
}

.p-hero__logo {
  width: 158px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 28px;
}

@media only screen and (max-width: 768px) {
  .p-hero__logo {
    width: calc(120/400*100vw);
  }
}

.p-hero__text {
  font-size: 1.8rem;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.72px;
  color: #002b59;
}

@media only screen and (max-width: 768px) {
  .p-hero__text {
    font-size: 4.5vw;
  }
}

@media only screen and (max-width: 768px) {
  .p-hero__text {
    font-size: 12.2px;
  }
}

@media only screen and (max-width: 768px) and (max-width: 768px) {
  .p-hero__text {
    font-size: 3.05vw;
  }
}

.p-hero__text strong {
  font-size: 4.1rem;
  font-weight: 800;
  letter-spacing: 1.64px;
}

@media only screen and (max-width: 768px) {
  .p-hero__text strong {
    font-size: 28px;
  }
}

@media only screen and (max-width: 768px) and (max-width: 768px) {
  .p-hero__text strong {
    font-size: 7vw;
  }
}

.p-hero--scroll {
  position: absolute;
  left: 50%;
  bottom: 40px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 45px;
}

.p-hero--scroll:before {
  content: "";
  position: absolute;
  left: 50%;
  left: 22px;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 0;
  width: 1px;
  background-color: #fff;
  -webkit-animation: scroll 2s cubic-bezier(1, 0, 0, 1) 1s infinite;
  animation: scroll 2s cubic-bezier(1, 0, 0, 1) 1s infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.p-hero--scroll span {
  position: relative;
  top: -25px;
  font-size: 1.2rem;
  color: #ffffff;
}

@-webkit-keyframes scroll {
  0% {
    bottom: auto;
    top: 0;
    height: 0;
  }
  50% {
    height: 45px;
  }
  100% {
    top: auto;
    bottom: 0;
    height: 0;
  }
}

@keyframes scroll {
  0% {
    bottom: auto;
    top: 0;
    height: 0;
  }
  50% {
    height: 45px;
  }
  100% {
    top: auto;
    bottom: 0;
    height: 0;
  }
}

.p-service {
  padding: 120px 0;
}

@media only screen and (max-width: 768px) {
  .p-service {
    padding: calc(80/400*100vw) 0;
  }
}

.p-service__text {
  margin-bottom: 80px;
  font-size: 1.8rem;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .p-service__text {
    margin-bottom: calc(50/400*100vw);
    text-align: left;
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px) and (max-width: 768px) {
  .p-service__text {
    font-size: 4vw;
  }
}

.p-service-category {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-service-category__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #69b5e6;
  width: 60px;
  height: 60px;
  font-size: 1.6rem;
  color: #ffffff;
}

.p-service-category__item + .p-service-category__item {
  background-color: #007cb7;
}

.p-company {
  background-color: #f6f6f6;
  padding: 120px 0;
}

@media only screen and (max-width: 768px) {
  .p-company {
    padding: calc(80/400*100vw) 0;
  }
}

@media only screen and (max-width: 768px) {
  .p-company__map {
    display: block;
  }
}

.p-company__map a {
  color: #222222;
}

.p-company__map a:hover {
  opacity: .7;
  text-decoration: none;
}

.p-company__map img {
  display: inline-block;
  width: 16px;
  margin-left: 28px;
  margin-right: 8px;
}

@media only screen and (max-width: 768px) {
  .p-company__map img {
    margin-top: calc(18/400*100vw);
    margin-left: 0;
  }
}

.p-contact {
  background: url(../images/bg_contact_pc.png) 0 50% no-repeat;
  background-size: cover;
  padding: 120px 0;
}

@media only screen and (max-width: 768px) {
  .p-contact {
    background: url(../images/bg_contact_sp.png) 0 50% no-repeat;
    background-size: cover;
    padding: calc(60/400*100vw) 0;
  }
}

.p-contact-box {
  background: #ffffff;
  width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .p-contact-box {
    padding-top: calc(30/400*100vw);
    padding-bottom: calc(30/400*100vw);
    width: calc(300/400*100vw);
  }
}

.p-contact__heading {
  font-size: 1.8rem;
  font-size: 18px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .p-contact__heading {
    font-size: 4.5vw;
  }
}

.p-contact__tel {
  font-size: 3.6rem;
  font-weight: bold;
  color: #002b59;
  text-decoration: none;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

@media only screen and (max-width: 768px) {
  .p-contact__tel {
    font-size: 28px;
  }
}

@media only screen and (max-width: 768px) and (max-width: 768px) {
  .p-contact__tel {
    font-size: 7vw;
  }
}

.p-contact__caption {
  font-size: 1.4rem;
}

.p-contact__caption .only-pc {
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .p-contact__caption .only-pc {
    display: none;
  }
}

.p-pageTop__btn .btn,
.p-pageTop__btn .btn:before,
.p-pageTop__btn .btn .fa {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.32);
  transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.32);
}

.p-pageTop__btn .btn:before {
  top: 90%;
  left: -110%;
}

.p-pageTop__btn .btn .fa {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.p-pageTop__btn .btn.facebook:before {
  background-color: #007cb7;
}

.p-pageTop__btn .btn.facebook .fa {
  color: #007cb7;
  font-weight: normal;
}

.p-pageTop__btn .btn:hover:before {
  top: -10%;
  left: -10%;
}

.p-pageTop__btn .btn:hover .fa {
  color: #fff;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.p-pageTop__btn {
  height: 70px;
  margin: auto;
  font-size: 0;
  text-align: center;
  position: fixed;
  right: 65px;
  bottom: -100px;
}

@media only screen and (max-width: 768px) {
  .p-pageTop__btn {
    right: calc(20/400*100vw);
    bottom: calc(-100/400*100vw);
  }
}

.p-pageTop__btn .btn {
  display: inline-block;
  background-color: #fff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  opacity: 0.99;
}

.p-pageTop__btn .btn:before {
  content: '';
  width: 120%;
  height: 120%;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-pageTop__btn .btn .fa {
  font-size: 26px;
  vertical-align: middle;
}

.zdo_drawer_button * {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  text-decoration: none;
  list-style: none;
}

.zdo_drawer_button {
  display: block;
  padding: 0;
  width: 26px;
  height: 22px;
  position: relative;
  background: none;
  border: none;
  text-align: center;
  letter-spacing: 0.1em;
  cursor: pointer;
  outline: none;
}

.zdo_drawer_button .zdo_drawer_bar {
  display: block;
  width: 26px;
  height: 2px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  left: 0;
}

.zdo_drawer_button .zdo_drawer_bar1 {
  top: 0;
}

.zdo_drawer_button .zdo_drawer_bar2 {
  top: 50%;
}

.zdo_drawer_button .zdo_drawer_bar3 {
  top: 100%;
}

.zdo_drawer_button.active .zdo_drawer_bar {
  width: 31.86px;
  left: 8px;
}

.zdo_drawer_button.active .zdo_drawer_bar1 {
  -webkit-transform: rotate(0.7854rad) translateY(-50%);
          transform: rotate(0.7854rad) translateY(-50%);
  top: 0px;
}

.zdo_drawer_button.active .zdo_drawer_bar2 {
  opacity: 0;
}

.zdo_drawer_button.active .zdo_drawer_bar3 {
  -webkit-transform: rotate(-0.7854rad) translateY(-50%);
          transform: rotate(-0.7854rad) translateY(-50%);
  top: calc(100% - 0px);
}

.zdo_drawer_button.active .zdo_drawer_menu_text {
  display: none;
}

.zdo_drawer_button.active .zdo_drawer_close {
  display: block;
}

.zdo_drawer_text {
  width: 100%;
  position: absolute;
  bottom: -20px;
  left: 0;
  text-align: center;
  font-size: 10px;
}

.zdo_drawer_close {
  letter-spacing: 0.08em;
  display: none;
}

/*+++ Default Button Color +++*/
.zdo_drawer_button {
  color: #002b59;
}

.zdo_drawer_button .zdo_drawer_bar {
  background-color: #002b59;
}

.zdo_drawer_button.active .zdo_drawer_bar {
  background-color: #fff;
}

/* === Hambuerger Button's Style End === */
.zdo_drawer_menu .zdo_drawer_button {
  /*+++ Hamburger Button Position +++*/
  position: fixed;
  top: calc(25/400*100vw);
  right: calc(25/400*100vw);
  z-index: 1001;
}

.zdo_drawer_menu a {
  color: inherit;
  text-decoration: none;
}

.zdo_drawer_menu a:visited {
  color: inherit;
}

.zdo_drawer_menu .zdo_drawer_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background-color: rgba(51, 51, 51, 0.5);
  display: none;
  top: 0;
  left: 0;
}

.zdo_drawer_menu .zdo_drawer_nav_wrapper {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translate(100%);
          transform: translate(100%);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  background-color: #002b59;
}

.zdo_drawer_menu .zdo_drawer_nav_wrapper.open {
  -webkit-transform: translate(0);
          transform: translate(0);
}

.zdo_drawer_menu.left .zdo_drawer_button {
  right: auto;
  left: 30px;
}

.zdo_drawer_menu.left .zdo_drawer_nav_wrapper {
  -webkit-transform: translate(-100%);
          transform: translate(-100%);
  right: auto;
  left: 0;
}

.zdo_drawer_menu.left .zdo_drawer_nav_wrapper.open {
  -webkit-transform: translate(0);
          transform: translate(0);
}

/*+++ Default Navigation CSS +++*/
.zdo_drawer_menu .zdo_drawer_nav {
  padding-top: calc(80/400*100vh);
}

.zdo_drawer_menu .zdo_drawer_nav li {
  text-align: center;
}

.zdo_drawer_menu .zdo_drawer_nav li + li {
  margin-top: calc(98/400*100vw);
}

.zdo_drawer_menu .zdo_drawer_nav li a {
  position: relative;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1.28px;
  color: #ffffff;
  font-size: 28px;
}

@media only screen and (max-width: 768px) {
  .zdo_drawer_menu .zdo_drawer_nav li a {
    font-size: 7vw;
  }
}

.zdo_drawer_menu .zdo_drawer_nav li a::before {
  content: "";
  position: absolute;
  bottom: -24px;
  right: 50%;
  width: 20px;
  height: 4px;
  background-color: #69b5e6;
}

.zdo_drawer_menu .zdo_drawer_nav li a::after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  width: 20px;
  height: 4px;
  background-color: #007cb7;
}
/*# sourceMappingURL=style.css.map */