/* Variables
------------------------------ */
/*!
    Mixins
------------------------------ */
.row:after, .box-copy:after, #service .box-outer:after, .row:before, .box-copy:before, #service .box-outer:before {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}

/*!
    Functions
------------------------------ */
/*!
    Normalize

    Copyright 2019 Elad Shechter

    Reference:
    https://medium.com/@elad/normalize-css-or-css-reset-9d75175c5d1e
------------------------------ */
/****** Elad Shechter's RESET *******/
/*** box sizing border-box for all elements ***/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  padding: 0;
  cursor: pointer;
}

figure {
  margin: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}

ul, ol, dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

p {
  margin: 0;
}

cite {
  font-style: normal;
}

fieldset {
  border-width: 0;
  padding: 0;
  margin: 0;
}

/*!
    Reboot
------------------------------ */
body p, body span, body dl, h1, h2, h3, h4, h5, h6 {
  transform: rotate(0.03deg);
  -moz-transform: rotate(0.03deg);
  -ms-transform: rotate(0.03deg);
  -o-transform: rotate(0.03deg);
  -webkit-transform: rotate(0.03deg);
}

body p, body span, body dl, h1, h2, h3, h4, h5, h6 {
  word-break: break-all;
}

html,
body,
nav {
  margin: 0;
  padding: 0;
}

html,
body {
  position: relative;
}

html {
  font-size: 62.5%;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #000000;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  html {
    -webkit-overflow-scrolling: touch;
  }
}

@media screen and (min-width: 769px) and (max-width: 972px) {
  html {
    -webkit-overflow-scrolling: touch;
  }
}

img,
svg,
use {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a,
a:before,
a:after,
button {
  -webkit-transition: all .4s;
  transition: all .4s;
}

a {
  color: #4d4398;
}

a:visited {
  color: #4d4398;
}

a:hover {
  color: #20A8F0;
}

a:active {
  color: #20A8F0;
}

a:focus {
  outline: 0;
}

button {
  outline: 0;
}

button:hover {
  -webkit-transition: all .5s;
  transition: all .5s;
}

span,
span:hover {
  -webkit-transition: all .4s;
  transition: all .4s;
}

::-moz-selection {
  color: #000000;
  background-color: rgba(32, 168, 240, 0.5);
}

::selection {
  color: #000000;
  background-color: rgba(32, 168, 240, 0.5);
}

/* Grid
------------------------------ */
.container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  width: 972px;
}

@media screen and (max-width: 768px) {
  .container {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 972px) {
  .container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

.container-fluid {
  position: relative;
  margin-right: 0;
  margin-left: 0;
  text-align: left;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .row {
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media screen and (max-width: 540px) {
  .row {
    padding-right: 0;
    padding-left: 0;
  }
}

.row .col {
  float: left;
  padding-right: 8px;
  padding-left: 8px;
}

.row .col-1 {
  float: left;
  padding-right: 8px;
  padding-left: 8px;
}

.row .col-2 {
  float: left;
  padding-right: 8px;
  padding-left: 8px;
}

.row .col-3 {
  float: left;
  padding-right: 8px;
  padding-left: 8px;
}

.row .col-4 {
  float: left;
  padding-right: 8px;
  padding-left: 8px;
}

.row .col-5 {
  float: left;
  padding-right: 8px;
  padding-left: 8px;
}

.row .col-6 {
  float: left;
  padding-right: 8px;
  padding-left: 8px;
}

.row .col-7 {
  float: left;
  padding-right: 8px;
  padding-left: 8px;
}

.row .col-8 {
  float: left;
  padding-right: 8px;
  padding-left: 8px;
}

.row .col-9 {
  float: left;
  padding-right: 8px;
  padding-left: 8px;
}

.row .col-10 {
  float: left;
  padding-right: 8px;
  padding-left: 8px;
}

.row .col-11 {
  float: left;
  padding-right: 8px;
  padding-left: 8px;
}

.row .col-12 {
  float: left;
  padding-right: 8px;
  padding-left: 8px;
}

.row .col {
  width: 100%;
}

.row .col-1 {
  width: 8.33333%;
}

.row .col-2 {
  width: 16.66667%;
}

.row .col-3 {
  width: 25%;
}

.row .col-4 {
  width: 33.33333%;
}

.row .col-5 {
  width: 41.66667%;
}

.row .col-6 {
  width: 50%;
}

.row .col-7 {
  width: 58.33333%;
}

.row .col-8 {
  width: 66.66667%;
}

.row .col-9 {
  width: 75%;
}

.row .col-10 {
  width: 83.33333%;
}

.row .col-11 {
  width: 91.66667%;
}

.row .col-12 {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .row .col-md,
  .row .col-md-3,
  .row .col-md-4,
  .row .col-md-6,
  .row .col-md-12 {
    float: none;
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media screen and (max-width: 768px) {
  .row .col-md {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .row .col-md-3 {
    width: 25%;
  }
}

@media screen and (max-width: 768px) {
  .row .col-md-4 {
    width: 33.33333%;
  }
}

@media screen and (max-width: 768px) {
  .row .col-md-6 {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .row .col-md-12 {
    width: 100%;
  }
}

@media screen and (max-width: 540px) {
  .row .col-sm,
  .row .col-sm-3,
  .row .col-sm-4,
  .row .col-sm-6,
  .row .col-sm-12 {
    float: none;
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 540px) {
  .row .col-sm {
    width: 100%;
  }
}

.row .col-nogap {
  padding-right: 0;
  padding-left: 0;
}

.row .col-center {
  float: none;
  margin-right: auto;
  margin-left: auto;
}

.column {
  width: calc((100% - 18px * 12) / 12);
  height: 80px;
  margin-right: 9px;
  margin-left: 9px;
  background: rgba(0, 0, 0, 0.25);
  float: left;
}

/* Button
------------------------------ */
.btn {
  display: inline-block;
  padding: .5rem 3rem;
  text-align: center;
  border-radius: 1rem;
  text-decoration: none;
  font-size: 1.8rem;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  background-color: #20A8F0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.btn:visited {
  color: #fff;
  background-color: #20A8F0;
}

.btn:hover {
  color: #fff;
  background-color: #FDF2E0;
}

.btn:active {
  color: #fff;
  background-color: #FDF2E0;
}

@media screen and (max-width: 768px) {
  .btn {
    padding: 3px 30px 3px;
    font-size: 2rem;
  }
}

.btn.btn-lg {
  padding: 1.5rem 2rem;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .btn.btn-lg {
    padding: 1rem 2rem;
    font-size: 1.6rem;
  }
}

.btn.disabled, .btn.disabled:hover {
  background-color: #505050;
  pointer-events: none;
}

.btn.btn-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  border-radius: 100%;
}

.btn.btn-outline-2nd:link {
  color: #20A8F0;
  background-color: #fff;
  border: 4px solid #20A8F0;
}

.btn.btn-outline-2nd:visited {
  color: #20A8F0;
  background-color: #fff;
  border: 4px solid #20A8F0;
}

.btn.btn-outline-2nd:hover {
  color: #20A8F0;
  background-color: rgba(32, 168, 240, 0.2);
  border: 4px solid #20A8F0;
}

.btn.btn-outline-2nd:active {
  color: #20A8F0;
  background-color: rgba(32, 168, 240, 0.2);
  border: 4px solid #20A8F0;
}

/* Form
------------------------------ */
label {
  font-size: 180%;
  font-family: inherit;
}

input[type='text'],
input[type='number'],
input[type='tel'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='email'] {
  width: 100%;
  padding: 1rem;
  border-radius: 5px;
  background-color: white;
  border: 0 none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

label,
input, select, textarea, button {
  font-size: 180%;
  font-family: inherit;
}

textarea {
  display: block;
  width: 100%;
  padding: 1rem;
  border-radius: 5px;
  background-color: white;
  border: 0 none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/*!
    Utilities
------------------------------ */
.d-none {
  display: none;
}

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

@media screen and (min-width: 769px) and (max-width: 972px) {
  .d-lg-none {
    display: none;
  }
}

@media screen and (min-width: 973px) {
  .d-xl-none {
    display: none;
  }
}

.d-block {
  display: block;
}

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

@media screen and (min-width: 769px) and (max-width: 972px) {
  .d-lg-block {
    display: block;
  }
}

@media screen and (min-width: 973px) {
  .d-xl-block {
    display: block;
  }
}

.text-l {
  text-align: left;
}

.text-c {
  text-align: center;
}

.text-r {
  text-align: right;
}

.mt-1 {
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  .mt-1 {
    margin-top: 0.5rem;
  }
}

.mt-2 {
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .mt-2 {
    margin-top: 1rem;
  }
}

.mt-3 {
  margin-top: 3rem;
}

@media screen and (max-width: 768px) {
  .mt-3 {
    margin-top: 1.5rem;
  }
}

.mt-4 {
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .mt-4 {
    margin-top: 2rem;
  }
}

.mt-5 {
  margin-top: 5rem;
}

@media screen and (max-width: 768px) {
  .mt-5 {
    margin-top: 2.5rem;
  }
}

.mt-6 {
  margin-top: 6rem;
}

@media screen and (max-width: 768px) {
  .mt-6 {
    margin-top: 3rem;
  }
}

.mt-7 {
  margin-top: 7rem;
}

@media screen and (max-width: 768px) {
  .mt-7 {
    margin-top: 3.5rem;
  }
}

.mt-8 {
  margin-top: 8rem;
}

@media screen and (max-width: 768px) {
  .mt-8 {
    margin-top: 4rem;
  }
}

.mt-9 {
  margin-top: 9rem;
}

@media screen and (max-width: 768px) {
  .mt-9 {
    margin-top: 4.5rem;
  }
}

.mt-10 {
  margin-top: 10rem;
}

@media screen and (max-width: 768px) {
  .mt-10 {
    margin-top: 5rem;
  }
}

.mt-none,
.container .row .col .mt-none {
  margin-top: 0 !important;
}

@media screen and (max-width: 768px) {
  .mt-none,
  .container .row .col .mt-none {
    margin-top: 0 !important;
  }
}

.mb-1 {
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .mb-1 {
    margin-bottom: 0.5rem;
  }
}

.mb-2 {
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .mb-2 {
    margin-bottom: 1rem;
  }
}

.mb-3 {
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .mb-3 {
    margin-bottom: 1.5rem;
  }
}

.mb-4 {
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .mb-4 {
    margin-bottom: 2rem;
  }
}

.mb-5 {
  margin-bottom: 5rem;
}

@media screen and (max-width: 768px) {
  .mb-5 {
    margin-bottom: 2.5rem;
  }
}

.mb-6 {
  margin-bottom: 6rem;
}

@media screen and (max-width: 768px) {
  .mb-6 {
    margin-bottom: 3rem;
  }
}

.mb-7 {
  margin-bottom: 7rem;
}

@media screen and (max-width: 768px) {
  .mb-7 {
    margin-bottom: 3.5rem;
  }
}

.mb-8 {
  margin-bottom: 8rem;
}

@media screen and (max-width: 768px) {
  .mb-8 {
    margin-bottom: 4rem;
  }
}

.mb-9 {
  margin-bottom: 9rem;
}

@media screen and (max-width: 768px) {
  .mb-9 {
    margin-bottom: 4.5rem;
  }
}

.mb-10 {
  margin-bottom: 10rem;
}

@media screen and (max-width: 768px) {
  .mb-10 {
    margin-bottom: 5rem;
  }
}

.mb-none,
.container .row .col .mb-none {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
  .mb-none,
  .container .row .col .mb-none {
    margin-top: 0 !important;
  }
}

.pt-1 {
  padding-top: 1rem;
}

@media screen and (max-width: 768px) {
  .pt-1 {
    padding-top: 0.5rem;
  }
}

.pt-2 {
  padding-top: 2rem;
}

@media screen and (max-width: 768px) {
  .pt-2 {
    padding-top: 1rem;
  }
}

.pt-3 {
  padding-top: 3rem;
}

@media screen and (max-width: 768px) {
  .pt-3 {
    padding-top: 1.5rem;
  }
}

.pt-4 {
  padding-top: 4rem;
}

@media screen and (max-width: 768px) {
  .pt-4 {
    padding-top: 2rem;
  }
}

.pt-5 {
  padding-top: 5rem;
}

@media screen and (max-width: 768px) {
  .pt-5 {
    padding-top: 2.5rem;
  }
}

.pt-6 {
  padding-top: 6rem;
}

@media screen and (max-width: 768px) {
  .pt-6 {
    padding-top: 3rem;
  }
}

.pt-7 {
  padding-top: 7rem;
}

@media screen and (max-width: 768px) {
  .pt-7 {
    padding-top: 3.5rem;
  }
}

.pt-8 {
  padding-top: 8rem;
}

@media screen and (max-width: 768px) {
  .pt-8 {
    padding-top: 4rem;
  }
}

.pt-9 {
  padding-top: 9rem;
}

@media screen and (max-width: 768px) {
  .pt-9 {
    padding-top: 4.5rem;
  }
}

.pt-10 {
  padding-top: 10rem;
}

@media screen and (max-width: 768px) {
  .pt-10 {
    padding-top: 5rem;
  }
}

.pb-1 {
  padding-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .pb-1 {
    padding-bottom: 0.5rem;
  }
}

.pb-2 {
  padding-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .pb-2 {
    padding-bottom: 1rem;
  }
}

.pb-3 {
  padding-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .pb-3 {
    padding-bottom: 1.5rem;
  }
}

.pb-4 {
  padding-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .pb-4 {
    padding-bottom: 2rem;
  }
}

.pb-5 {
  padding-bottom: 5rem;
}

@media screen and (max-width: 768px) {
  .pb-5 {
    padding-bottom: 2.5rem;
  }
}

.pb-6 {
  padding-bottom: 6rem;
}

@media screen and (max-width: 768px) {
  .pb-6 {
    padding-bottom: 3rem;
  }
}

.pb-7 {
  padding-bottom: 7rem;
}

@media screen and (max-width: 768px) {
  .pb-7 {
    padding-bottom: 3.5rem;
  }
}

.pb-8 {
  padding-bottom: 8rem;
}

@media screen and (max-width: 768px) {
  .pb-8 {
    padding-bottom: 4rem;
  }
}

.pb-9 {
  padding-bottom: 9rem;
}

@media screen and (max-width: 768px) {
  .pb-9 {
    padding-bottom: 4.5rem;
  }
}

.pb-10 {
  padding-bottom: 10rem;
}

@media screen and (max-width: 768px) {
  .pb-10 {
    padding-bottom: 5rem;
  }
}

.w-10 {
  width: 10%;
}

.w-20 {
  width: 20%;
}

.w-30 {
  width: 30%;
}

.w-40 {
  width: 40%;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.w-100 {
  width: 100%;
}

.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.img-radius img {
  border-radius: 5px;
}

.img-circle img {
  border-radius: 100%;
}

.scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  overflow-y: hidden;
}

/*!
    for SVG
------------------------------ */
#svg-symbols {
  display: none;
}

use {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -0.1em;
}

/*!
    PC Layout
    768px -
------------------------------ */
* {
  min-height: 0;
  min-width: 0;
}

.is-hide {
  display: none;
}

.pc {
  display: block;
}

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

.sp {
  display: none;
}

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

.div-word {
  font-style: normal;
}

.div-word::before {
  content: " | ";
}

@media screen and (max-width: 768px) {
  .div-word::before {
    content: "";
  }
}

section {
  width: 100%;
  min-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

section img {
  min-width: 100%;
}

.box {
  max-width: 1190px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .box {
    padding: 1.5rem;
    max-width: 100%;
  }
}

.title {
  display: block;
  position: relative;
  background-image: url("../img/title-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 644px;
  height: 427px;
  margin: 15rem auto;
}

@media screen and (max-width: 768px) {
  .title {
    padding: 13rem 0;
    margin: 8rem auto;
    width: 100%;
    height: auto;
    background-size: 100%;
  }
}

.title h2 {
  float: none;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-family: urw-din-condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #969696;
  font-size: 4.2rem;
  text-align: center;
  background-image: url("../img/title-obj.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  padding: 2rem 5rem 0 0;
  height: 107px;
  margin: 18rem auto 0;
}

@media screen and (max-width: 768px) {
  .title h2 {
    margin: 10rem auto;
    padding: .5rem 4rem 0 0;
    font-size: 2.8rem;
    width: 100%;
    height: 57px;
  }
}

.title.ttl01 h2 {
  width: 55%;
}

@media screen and (max-width: 768px) {
  .title.ttl01 h2 {
    width: 57%;
  }
}

.title.ttl02 h2 {
  width: 55%;
}

@media screen and (max-width: 768px) {
  .title.ttl02 h2 {
    width: 50%;
  }
}

.title.ttl03 h2 {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .title.ttl03 h2 {
    width: 45%;
  }
}

.title.ttl04 h2 {
  width: 65%;
}

@media screen and (max-width: 768px) {
  .title.ttl04 h2 {
    width: 65%;
  }
}

.title.ttl05 h2 {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .title.ttl05 h2 {
    width: 50%;
  }
}

.title.bg-none {
  margin-bottom: 10rem;
  padding-bottom: 0;
  background: none;
  height: 200px;
}

.title.bg-none h2 {
  margin: 8rem auto 0;
  background: none;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .title.bg-none {
    margin-top: 2rem;
    margin-bottom: 0;
  }
}

h3 {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 2.7rem;
  color: #505050;
}

h4 {
  font-family: urw-din-condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #969696;
  font-size: 5.4rem;
}

@media screen and (max-width: 768px) {
  h4 {
    font-size: 3rem;
  }
}

p {
  text-align: justify;
  font-size: 2.2rem;
  line-height: 2.5;
  letter-spacing: .2em;
  color: #505050;
}

@media screen and (max-width: 768px) {
  p {
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: .05em;
  }
}

.loading {
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  background: black;
}

.loading img {
  width: 200px;
}

header {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  background: transparent;
  -webkit-transition: .3s;
  transition: .3s;
}

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

header .header-inner h1 {
  padding: 2.3rem 2rem 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 273px;
}

@media screen and (max-width: 768px) {
  header .header-inner h1 {
    position: relative;
    z-index: 2010;
    padding: 1.3rem 1rem;
    width: 162px;
  }
}

header.fixed {
  background-color: black;
}

.btn-menu {
  height: 20px;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 30px;
  z-index: 2001;
  display: none;
}

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

.menu-line {
  background: #fff;
  display: block;
  height: 2px;
  position: absolute;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  width: 100%;
}

.menu-line-center {
  top: 9px;
}

.menu-line-bottom {
  bottom: 0;
}

.menu-line-top.active {
  top: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.menu-line-center.active {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.menu-line-bottom.active {
  bottom: 10px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.navigation {
  width: 100%;
  padding: 4rem;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .navigation {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 1rem;
    height: 100vh;
    overflow: hidden;
    background-color: black;
  }
  .navigation.active {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .navigation nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100vh;
  }
}

.navigation nav ul {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .navigation nav ul {
    margin-left: auto;
  }
}

.navigation nav ul li {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .navigation nav ul li {
    display: block;
  }
}

.navigation nav ul li a {
  display: inline-block;
  padding: 0 2rem;
  font-family: urw-din-condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: .2rem;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .navigation nav ul li a {
    font-size: 2rem;
    line-height: 2.5;
  }
}

.navigation nav ul li a:hover {
  color: #20A8F0;
}

.navigation nav ul li a:active {
  color: #20A8F0;
}

.box-copy h3, .box-copy p {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.box-copy h3 {
  margin-bottom: 9.5rem;
  font-size: 5.2rem;
  line-height: 1.65;
  letter-spacing: .2em;
}

@media screen and (max-width: 768px) {
  .box-copy h3 {
    margin-bottom: 3rem;
    font-size: 2.2rem;
    letter-spacing: .05em;
  }
}

.box-copy p {
  width: calc(calc(100% / 3) * 2);
}

@media screen and (max-width: 768px) {
  .box-copy p {
    width: 100%;
  }
}

.box-copy.about01 {
  margin-bottom: 12rem;
}

@media screen and (max-width: 768px) {
  .box-copy.about01 {
    margin-bottom: 6rem;
  }
}

.box-copy.about02 {
  float: right;
  margin-bottom: 30rem;
}

@media screen and (max-width: 768px) {
  .box-copy.about02 {
    float: none;
    margin-bottom: 10rem;
  }
}

.box-copy.about02 h3 {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .box-copy.about02 h3 {
    text-align: left;
  }
}

.box-copy.about02 figure {
  float: left;
  width: 100%;
  max-width: 34rem;
}

@media screen and (max-width: 768px) {
  .box-copy.about02 figure {
    float: none;
    display: none;
  }
}

.box-copy.about02 figure figcaption {
  margin-top: 1rem;
  font-family: urw-din-condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  color: #969696;
}

@media screen and (max-width: 768px) {
  .box-copy.about02 figure figcaption {
    display: none;
  }
}

.box-copy.about02 p {
  float: right;
}

@media screen and (max-width: 768px) {
  .box-copy.about02 p {
    float: none;
  }
}

#service {
  padding: 15rem 0;
  background-color: #FAFAFA;
}

@media screen and (max-width: 768px) {
  #service {
    padding: 7rem 0;
  }
}

#service .box-outer {
  background-position: center top;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #service .box-outer {
    background-size: contain;
  }
}

#service .box-outer .box {
  margin-right: auto;
  margin-left: auto;
}

#service .box-outer .box h4, #service .box-outer .box p {
  word-break: normal;
  width: 55%;
}

@media screen and (max-width: 768px) {
  #service .box-outer .box h4, #service .box-outer .box p {
    width: 90%;
  }
}

#service .box-outer .box h4 {
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 768px) {
  #service .box-outer .box h4 {
    margin-bottom: 1.5rem;
  }
}

#service .box-outer .box p {
  line-height: 2;
  letter-spacing: .05em;
}

@media screen and (max-width: 768px) {
  #service .box-outer .box p {
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: .05em;
  }
}

#service .box-outer.svs01 {
  background-image: url("../img/service-01.png");
  height: 673px;
  padding: 7rem 0 0;
}

@media screen and (max-width: 768px) {
  #service .box-outer.svs01 {
    background-image: none;
    height: auto;
    padding: 0;
  }
}

#service .box-outer.svs02 {
  background-image: url("../img/service-02.png");
  height: 647px;
  padding: 12rem 0 0;
  margin-top: -8rem;
}

@media screen and (max-width: 768px) {
  #service .box-outer.svs02 {
    background-image: none;
    height: auto;
    padding: 0;
    margin-top: 0;
  }
}

#service .box-outer.svs03 {
  background-image: url("../img/service-03.png");
  background-position: center 10rem;
  height: calc(543px + 10rem);
  padding: 0 0 10rem;
  margin-top: -11rem;
}

@media screen and (max-width: 768px) {
  #service .box-outer.svs03 {
    background-image: none;
    background-position: center center;
    height: auto;
    padding: 0;
    margin-top: 0;
  }
}

#service .box-outer.svs04 {
  background-image: url("../img/service-04.png");
  height: 656px;
  padding: 10rem 17rem 0 0;
  margin-top: -16rem;
}

@media screen and (max-width: 768px) {
  #service .box-outer.svs04 {
    background-image: none;
    height: auto;
    padding: 0;
    margin-top: 0;
  }
}

#service .box-outer.svs05 {
  background-image: url("../img/service-05.png");
  height: 1024px;
  padding: 24rem 0 0 30vw;
  margin-top: -26rem;
  position: relative;
  z-index: 101;
}

@media screen and (max-width: 768px) {
  #service .box-outer.svs05 {
    background-image: none;
    height: auto;
    padding: 0;
    margin-top: 0;
  }
}

#service .box-outer.svs06 {
  background-image: url("../img/service-06.png");
  height: 495px;
  padding: 20rem 0 0;
  margin-top: -16rem;
  position: relative;
  z-index: 100;
}

@media screen and (max-width: 768px) {
  #service .box-outer.svs06 {
    background-image: none;
    height: auto;
    padding: 0;
    margin-top: 0;
  }
}

#service .box-outer.svs02 .box h4, #service .box-outer.svs02 .box p, #service .box-outer.svs04 .box h4, #service .box-outer.svs04 .box p, #service .box-outer.svs06 .box h4, #service .box-outer.svs06 .box p {
  margin-left: calc(100% - 50%);
  width: 50%;
  text-align: right;
}

@media screen and (max-width: 768px) {
  #service .box-outer.svs02 .box h4, #service .box-outer.svs02 .box p, #service .box-outer.svs04 .box h4, #service .box-outer.svs04 .box p, #service .box-outer.svs06 .box h4, #service .box-outer.svs06 .box p {
    margin-left: 0;
    text-align: left;
    width: 100%;
  }
}

#service .box-outer.svs06 .box h4, #service .box-outer.svs06 .box p {
  text-align: left;
}

#works .works-detail {
  position: relative;
  background-color: #000000;
  padding: 10rem 0;
  margin-top: 8rem;
}

@media screen and (max-width: 768px) {
  #works .works-detail {
    padding: 2rem 0;
    margin-top: 3rem;
  }
}

#works .works-detail::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 25px solid #000000;
}

#works .works-detail h3 {
  font-size: 3rem;
  font-family: urw-din-condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #969696;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  #works .works-detail h3 {
    margin-bottom: 1rem;
  }
}

#works .works-detail p {
  font-family: urw-din-condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  color: #969696;
  line-height: 2rem;
  letter-spacing: 0;
}

#works .works-detail img {
  margin-top: 5rem;
}

#works .a-toggle {
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

#works .a-toggle:hover {
  opacity: 0.7;
}

#other {
  padding-bottom: 30rem;
}

@media screen and (max-width: 768px) {
  #other {
    padding-bottom: 10rem;
  }
}

#other a {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 644px;
}

@media screen and (max-width: 768px) {
  #other a {
    max-width: 100%;
  }
}

#other a p {
  margin-top: 3rem;
  text-align: center;
}

#contact p {
  margin-bottom: 15rem;
  text-align: center;
  font-size: 3.4rem;
  letter-spacing: .1em;
  color: #969696;
}

@media screen and (max-width: 768px) {
  #contact p {
    margin-bottom: 5rem;
    font-size: 2.4rem;
  }
}

#contact .box {
  margin-bottom: 20rem;
  width: 18rem;
}

@media screen and (max-width: 768px) {
  #contact .box {
    margin-bottom: 10rem;
    width: 15rem;
  }
}

footer {
  padding-bottom: 2rem;
  background-color: #000000;
  text-align: center;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 2rem 0 4rem;
  }
}

footer a {
  color: #fff;
}

footer small {
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: .1em;
}

@media screen and (max-width: 768px) {
  footer small {
    font-size: 1rem;
  }
}

footer .footer-nav {
  width: 100%;
  padding: 4rem;
  color: #fff;
}

@media screen and (max-width: 768px) {
  footer .footer-nav {
    padding: 1rem 0 3rem;
    overflow: auto;
  }
  footer .footer-nav.active {
    display: block;
  }
}

footer .footer-nav nav ul {
  text-align: center;
}

footer .footer-nav nav ul li {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  footer .footer-nav nav ul li {
    display: block;
  }
}

footer .footer-nav nav ul li a {
  display: inline-block;
  padding: 0 2rem;
  font-family: urw-din-condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: .2rem;
  color: #fff;
}

@media screen and (max-width: 768px) {
  footer .footer-nav nav ul li a {
    font-size: 2rem;
    line-height: 2.5;
  }
}

footer .footer-nav nav ul li a:hover {
  color: #20A8F0;
}

footer .footer-nav nav ul li a:active {
  color: #20A8F0;
}
/*# sourceMappingURL=gracom.css.map */