@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap");
@import url("https://use.typekit.net/ewa8uhv.css");
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  margin: 0;
  line-height: 1.5;
  word-wrap: break-word;
  font-size: 16px;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
}
p {
  line-height: 1.5;
  margin-bottom: 10px;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h2 {
  font-size: 42px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0;
}
h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
}
h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
}

@media (max-width: 1199px) {

}
@media (max-width: 991px) {
  body {
    font-size: 15px;
  }
  h2 {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 28px;
  }
}
p {
  margin: 0;
  font-size: 18px;
}
p.annotation {
  font-size: 14px;
}
a {
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
a:link {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}
a:visited {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a:focus {
  outline: none;
}
i,img {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 1199px) {
  a {
    font-size: 14px;
  }
  p.annotation {
    font-size: 12px;
  }
}
.mt-xs {
  margin-top: 10px;
}
.mt-sm {
  margin-top: 20px;
}
.mt-md {
  margin-top: 40px;
}
.mt-lg {
  margin-top: 60px;
}
.mb-xs {
  margin-bottom: 10px !important;
}
.mb-sm {
  margin-bottom: 20px;
}
.mb-sm-s {
  margin-bottom: 30px;
}
.mb-md {
  margin-bottom: 40px;
}
.mb-lg {
  margin-bottom: 60px;
}
.mb-no {
  margin-bottom: 0 !important;
}
@media (min-width: 992px) {
  .show-tab { display: none; }
}
@media (max-width: 991px) {
  .show-tab { display: block; }
}
@media (min-width: 768px) {
  .show-pc { display: block; }
  .show-mb { display: none; }
}
@media (max-width: 767px) {
  .show-pc { display: none; }
  .show-mb { display: block !important; }
}
img.fit {
  width: 100%;
}
.pc-none {
  display: none;
}
.sp-none {
  display: initial;
}
@media(max-width: 960px) {
  .pc-none {
    display: initial;
  }
  .sp-none {
    display: none;
  }
}


/* --------------------------------------------------------------------------

Elements

-------------------------------------------------------------------------- */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: flex;
}
.row-items-center {
  align-items: center;
}
@media (min-width: 768px) {
  .container {
    width: 650px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 870px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 900px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1100px;
  }
}

/* --------------------------------------------------------------------------

List

-------------------------------------------------------------------------- */
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ol {
  padding-left: 25px;
}
ol li {
  font-size: 14px;
  line-height: 1.3;
  padding: 2px 0;
}


/* --------------------------------------------------------------------------

Animation

-------------------------------------------------------------------------- */

/*Effect*/
.effect-up {
  -webkit-transform: translate3d(0,100px,0);
  transform: translate3d(0,100px,0);
  opacity: 0 !important;
  -webkit-transition: opacity 1.3s, -webkit-transform 1.3s;
  transition: opacity 1.3s, -webkit-transform 1.3s;
  -o-transition: transform 1.3s, opacity 1.3s;
  transition: transform 1.3s, opacity 1.3s;
  transition: transform 1.3s, opacity 1.3s, -webkit-transform 1.3s;
}
.effect-up-frame {
  -webkit-transform: translate3d(0,-40px,0);
  transform: translate3d(0,-40px,0);
  opacity: 0 !important;
  -webkit-transition: opacity .5s, -webkit-transform .5s;
  transition: opacity .5s, -webkit-transform .5s;
  -o-transition: transform .5s, opacity .5s;
  transition: transform .5s, opacity .5s;
  transition: transform .5s, opacity .5s, -webkit-transform .5s;
}
.effect-scale {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 0 !important;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  -o-transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
}
.effect-fade {
  opacity: 0 !important;
  -webkit-transition: opacity 2.6s, -webkit-transform 2.6s;
  transition: opacity 2.6s, -webkit-transform 2.6s;
  -o-transition: transform 2.6s, opacity 2.6s;
  transition: transform 2.6s, opacity 2.6s;
  transition: transform 2.6s, opacity 2.6s, -webkit-transform 2.6s;
}
.effect-blur {
  opacity: 0;
  filter: blur(20px);
}
.effect-blur.is-shown {
  opacity: 1;
  filter: blur(0px);
  transition-duration: 5.0s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-property: opacity, filter, transform, -webkit-filter, -webkit-transform;
}
.effect-up.is-shown,
.effect-up-frame.is-shown,
.effect-scale.is-shown {
  -webkit-transform: none;
  transform: none;
  opacity: 1 !important;
}
.effect-fade.is-shown {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .effect-up {
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
  }
}

/*Delay*/
.dl-2 {
  transition-delay: 0.2s;
}
.dl-3 {
  transition-delay: 0.3s;
}
.dl-4 {
  transition-delay: 0.4s;
}
.dl-5 {
  transition-delay: 0.5s;
}
.dl-6 {
  transition-delay: 0.6s;
}
.dl-8 {
  transition-delay: 0.8s;
}
.dl-10 {
  transition-delay: 1s;
}

/* --------------------------------------------------------------------------

Top

-------------------------------------------------------------------------- */
.home-main {
  background-image: url(../images/content/home-main.jpg);
  background-position: center;
  background-size: cover;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-main-logo {
  width: 350px;
}
.home-head.-col-l {
  flex-basis: 20%;
}
.home-head.-col-l h3 {
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: bold;
}
.home-head.-col-l h3 span {
  font-family: 'Open Sans', sans-serif;
  display: block;
  font-size: 40px;
  letter-spacing: 0;
  margin-bottom: 20px;
}
.home-content.-col-r {
  flex-basis: 80%;
  margin-top: 80px;
}
.home-content.-col-r .row {
}
.home-service {
  margin-top: 100px;
  margin-bottom: 100px;
}
.home-service-col {
  flex-basis: 33.333%;
  margin-right: 10px;
  margin-left: 10px;
}
.home-service-col img {
  width: 100%;
  margin-bottom: 10px;
}
.home-service-col h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  position: relative;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.home-service-col h4:after {
  content: '';
  background-color: #333;
  width: 20px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.home-service-col p {
  font-size: 14px;
  font-weight: bold;
}
section.home-company {
  background-color: #f9f9f9;
  padding-top: 100px;
  padding-bottom: 100px;
}
.home-company table {
  width: 100%;
}
.home-company tbody tr {
  border-bottom: solid 1px #999;
  display: block;
  padding: 40px 60px; 
}
.home-company tbody th {
  width: 100px;
  text-align: left;
  letter-spacing: 2px;
  font-size: 16px;
  vertical-align: top;
}
.home-company tbody td {
  letter-spacing: 1.5px;
}
.home-contact {
  background-color: #000;
  padding-top: 100px;
  padding-bottom: 100px;
}
.home-contact h3 {
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.home-contact h3 span {
  font-family: 'Open Sans', sans-serif;
  display: block;
  font-size: 40px;
  letter-spacing: 0;
  margin-bottom: 20px;
}
.home-contact a {
  color: #fff;
  width: 400px;
  text-align: center;
  border: solid 1px #fff;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-top: 60px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.home-contact a:hover {
  border: solid 1px #999;
  color: #999;
}
@media(max-width: 1299px) {
  .home-head.-col-l {
    flex-basis: 100%;
  }
  .home-content.-col-r {
    flex-basis: 100%;
  }
  .row.pc-col {
    flex-wrap: wrap;
  }
  .home-service .home-content.-col-r .row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .home-content.-col-r {
    margin-top: 60px;
  }
  .home-company tbody tr {
    padding: 30px 40px;
  }
  .home-company tbody th {
    width: 120px;
  }
}
@media(max-width: 991px) {
  .home-service {
    margin-bottom: 60px;
  }
  .home-content.-col-r .row {
    flex-wrap: wrap;
  }
  .home-content.-col-r .row .home-service-col {
    flex-basis: 100%;
    margin-bottom: 40px;
  }
  .home-content.-col-r .row .home-service-col img {
    float: right;
    width: 40%;
    margin-left: 40px;
  }
  .home-service-col h4 {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
@media(max-width: 767px) {
  .home-service {
    margin-top: 80px;
    margin-bottom: 40px;
  }
  .home-content.-col-r .row .home-service-col {
    margin-bottom: 40px;
  }
  .home-content.-col-r .row .home-service-col img {
    margin-left: 20px;
    width: 250px;
  }
  section.home-company {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .home-contact {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media(max-width: 575px) {
  .home-main-logo {
    width: 280px;
  }
  .home-content.-col-r {
    margin-top: 40px;
  }
  .home-content.-col-r .row .home-service-col img {
    float: initial;
    width: 100%;
    margin-left: 0;
  }
  .home-service {
    margin-top: 60px;
    margin-bottom: 40px;
  }
  .home-content.-col-r .row .home-service-col {
    margin-bottom: 40px;
  }
  section.home-company {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .home-company tbody tr {
    padding: 30px 15px;
  }
  .home-company tbody th {
    width: 100px;
  }
  .home-contact {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .home-contact a {
    margin-top: 40px;
    width: 300px;
  }
  .home-company tbody th {
    font-size: 14px;
    width: 80px;
  }
  .home-company tbody td {
    font-size: 14px;
  }
}
@media(max-width: 399px) {
  .home-contact a {
    width: 100%;
  }
}

/* --------------------------------------------------------------------------

Footer

-------------------------------------------------------------------------- */
footer {
  background-color: #333;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
footer small {
  color: #fff;
  letter-spacing: 2px;
  font-size: 12px;
}

















