@charset "UTF-8";
/*
    html5doctor.com Reset
    v1.6.1
    Last Updated: 2010-09-17
    Author: Richard Clark - http://richclarkdesign.com
    Twitter: @rich_clark
    */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #1e2836;
}

li {
  list-style: none;
}

body {
  font-family: 游ゴシック, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 15px;
  color: #393e46;
  line-height: 2.5;
  margin: 0 auto;
  text-align: center;
  line-height: 26px;
  background-color: white;
}

@media (max-width: 520px) {
  body {
    font-size: 13px;
  }
}

.container {
  margin: auto;
  padding: 0 20px;
  max-width: 1200px;
}

.menu {
  position: fixed;
  top: 3%;
  right: 3%;
  z-index: 1;
}

.menu .btn {
  position: relative;
  width: 48px;
  height: 48px;
  cursor: pointer;
  border-radius: 1px;
}

.menu .btn :focus {
  outline: 0;
}

.menu .btn-menu {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 1px;
  background: #393e46;
  margin: 0;
  padding: 0;
  border: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}

@media (max-width: 520px) {
  .menu .btn-menu {
    width: 25px;
    top: 40%;
    left: 55%;
  }
}

.menu .btn-menu::before {
  display: block;
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #393e46;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.menu .btn-menu::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #393e46;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.menu .btn-menu.active {
  background: transparent;
  z-index: 1;
}

.menu .btn-menu.active::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: white;
}

.menu .btn-menu.active::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: white;
}

.menu .menu-list {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  width: 30%;
  height: 100%;
  background-color: #393e46;
  opacity: 0.7;
  font-family: "Alegreya Sans SC", sans-serif;
  font-size: 20px;
  font-weight: 300;
  text-align: left;
  line-height: 5.5;
  padding: 100px 0px 0px 3%;
  z-index: 0;
  letter-spacing: 0.3rem;
}

.menu .menu-list-item {
  color: white;
  border-left: 1px solid white;
  padding-left: 20px;
}

@media (max-width: 860px) {
  .menu .menu-list {
    font-size: 17px;
    letter-spacing: 0.2rem;
    line-height: 5;
  }
}

@media (max-width: 710px) {
  .menu .menu-list {
    width: 45%;
    font-size: 17px;
    letter-spacing: 0.2rem;
    line-height: 5;
    padding: 100px 0px 0px 9%;
  }
}

@media (max-width: 520px) {
  .menu .menu-list {
    width: 60%;
  }
}

.top {
  text-align: left;
  height: 800px;
}

@media (max-width: 860px) {
  .top {
    height: 780px;
  }
}

@media (max-width: 710px) {
  .top {
    height: 650px;
  }
}

@media (max-width: 520px) {
  .top {
    height: 500px;
  }
}

.top-tag {
  padding-top: 280px;
  color: #222831;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.4rem;
  padding-bottom: 30px;
}

@media (max-width: 710px) {
  .top-tag {
    padding-top: 200px;
    font-size: 15px;
    padding-bottom: 15px;
    letter-spacing: 0.3rem;
  }
}

@media (max-width: 520px) {
  .top-tag {
    padding-top: 200px;
    font-size: 10px;
    padding-bottom: 5px;
    letter-spacing: 0.2rem;
  }
}

.top-logo {
  border-left: 50px solid #0092ca;
  height: 210px;
}

@media (max-width: 710px) {
  .top-logo {
    border-left: 30px solid #0092ca;
    height: 145px;
  }
}

@media (max-width: 520px) {
  .top-logo {
    border-left: 15px solid #0092ca;
    height: 95px;
  }
}

.top-logo-ttl {
  font-family: "Alegreya Sans SC", sans-serif;
  line-height: 80px;
  color: #222831;
  font-size: 70px;
  letter-spacing: 0.4rem;
  padding-left: 20px;
  margin-bottom: 10px;
}

@media (max-width: 710px) {
  .top-logo-ttl {
    font-size: 50px;
    line-height: 55px;
    letter-spacing: 0.3rem;
  }
}

@media (max-width: 520px) {
  .top-logo-ttl {
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0.23rem;
    padding-left: 10px;
  }
}

.top-logo-name {
  color: #222831;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 0.4rem;
  font-weight: bold;
  padding-left: 25px;
}

@media (max-width: 710px) {
  .top-logo-name {
    font-size: 15px;
    letter-spacing: 0.3rem;
    line-height: 20px;
  }
}

@media (max-width: 520px) {
  .top-logo-name {
    font-size: 10px;
    letter-spacing: 0.2rem;
    line-height: 10px;
    padding-left: 12px;
  }
}

.back-decoretion-txt {
  position: fixed;
  top: 70%;
  right: -113%;
  font-weight: bold;
  font-size: 50vw;
  color: #eeeeee;
  z-index: -10;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  letter-spacing: 0.4rem;
}

.bar {
  height: 130px;
  overflow: hidden;
  margin-bottom: 300px;
}

.bar:after {
  content: "";
  display: block;
  width: 1px;
  border-left: 1px solid #222831;
  -webkit-animation: scroll 4s ease 0s infinite normal;
          animation: scroll 4s ease 0s infinite normal;
  margin: 0 auto 0;
}

@-webkit-keyframes scroll {
  0% {
    height: 0;
  }
  50% {
    height: 150px;
    margin-top: 0;
  }
  100% {
    margin-top: 150px;
    height: 150px;
  }
}

@keyframes scroll {
  0% {
    height: 0;
  }
  50% {
    height: 150px;
    margin-top: 0;
  }
  100% {
    margin-top: 150px;
    height: 150px;
  }
}

@media (max-width: 860px) {
  .bar {
    margin-bottom: 300px;
  }
}

@media (max-width: 520px) {
  .bar {
    height: 50px;
    margin-bottom: 150px;
  }
}

.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 200px;
}

@media (max-width: 860px) {
  .about {
    display: block;
    margin-bottom: 230px;
  }
}

@media (max-width: 520px) {
  .about {
    margin-bottom: 190px;
  }
}

.about-ttl {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  color: #040000;
  font-weight: 600;
  line-height: 40px;
  border-bottom: 1px solid #393e46;
  height: 90px;
  margin-right: 50px;
}

@media (max-width: 860px) {
  .about-ttl {
    width: 90%;
    margin-bottom: 50px;
  }
}

@media (max-width: 520px) {
  .about-ttl {
    line-height: 25px;
    height: 60px;
  }
}

.about-ttl-no {
  font-family: 游ゴシック, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 40px;
  padding-top: 18px;
  font-style: italic;
  letter-spacing: 0.2rem;
}

@media (max-width: 520px) {
  .about-ttl-no {
    font-size: 23px;
    padding-top: 13px;
  }
}

.about-ttl-txt {
  font-family: "Alegreya Sans SC", sans-serif;
  margin-left: 30px;
}

@media (max-width: 520px) {
  .about-ttl-txt {
    margin-left: 15px;
  }
}

.about-ttl-txt-en {
  font-size: 32px;
  letter-spacing: 0.4rem;
}

@media (max-width: 520px) {
  .about-ttl-txt-en {
    font-size: 19px;
    letter-spacing: 0.3rem;
  }
}

.about-ttl-txt-ja {
  font-size: 15px;
  letter-spacing: 0.2rem;
}

@media (max-width: 520px) {
  .about-ttl-txt-ja {
    font-size: 11px;
    letter-spacing: 0.15rem;
  }
}

.about-contants {
  width: 70%;
  border-left: 1px solid #393e46;
  padding-left: 50px;
  text-align: left;
}

@media (max-width: 860px) {
  .about-contants {
    width: 85%;
  }
}

@media (max-width: 520px) {
  .about-contants {
    border-left: none;
    width: 100%;
    padding-left: 0;
  }
}

.about-contants-name {
  color: #323232;
  font-size: 25px;
  font-weight: normal;
  letter-spacing: 0.2rem;
  font-family: "Alegreya Sans SC", sans-serif;
}

@media (max-width: 520px) {
  .about-contants-name {
    font-size: 17px;
  }
}

.about-contants-position {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 100;
  letter-spacing: 0.1rem;
  font-family: "Alegreya Sans SC", sans-serif;
}

@media (max-width: 520px) {
  .about-contants-position {
    margin-top: 0px;
    margin-bottom: 10px;
  }
}

.about-contants-img {
  width: 250px;
  height: 250px;
}

@media (max-width: 520px) {
  .about-contants-img {
    width: 200px;
    height: 200px;
  }
}

.about-contants-txt {
  margin-top: 40px;
  line-height: 40px;
}

@media (max-width: 520px) {
  .about-contants-txt {
    margin-top: 10px;
    width: 90%;
    line-height: 30px;
  }
  .about-contants-txt br {
    display: none;
  }
}

.service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 200px;
}

@media (max-width: 860px) {
  .service {
    display: block;
    margin-bottom: 230px;
  }
}

@media (max-width: 520px) {
  .service {
    margin-bottom: 190px;
  }
}

.service-ttl {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  color: #040000;
  font-weight: 600;
  line-height: 40px;
  border-bottom: 1px solid #393e46;
  height: 90px;
  margin-right: 50px;
}

@media (max-width: 860px) {
  .service-ttl {
    width: 90%;
    margin-bottom: 50px;
  }
}

@media (max-width: 520px) {
  .service-ttl {
    line-height: 25px;
    height: 60px;
  }
}

.service-ttl-no {
  font-family: 游ゴシック, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 40px;
  padding-top: 18px;
  font-style: italic;
  letter-spacing: 0.2rem;
}

@media (max-width: 520px) {
  .service-ttl-no {
    font-size: 23px;
    padding-top: 13px;
  }
}

.service-ttl-txt {
  font-family: "Alegreya Sans SC", sans-serif;
  margin-left: 30px;
}

@media (max-width: 520px) {
  .service-ttl-txt {
    margin-left: 15px;
  }
}

.service-ttl-txt-en {
  font-size: 32px;
  letter-spacing: 0.4rem;
}

@media (max-width: 520px) {
  .service-ttl-txt-en {
    font-size: 19px;
    letter-spacing: 0.3rem;
  }
}

.service-ttl-txt-ja {
  font-size: 15px;
  letter-spacing: 0.2rem;
}

@media (max-width: 520px) {
  .service-ttl-txt-ja {
    font-size: 11px;
    letter-spacing: 0.15rem;
  }
}

.service-contants {
  width: 70%;
  border-left: 1px solid #393e46;
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left;
}

@media (max-width: 992px) {
  .service-contants {
    display: block;
    padding-left: 50px;
  }
}

@media (max-width: 860px) {
  .service-contants {
    width: 85%;
  }
}

@media (max-width: 520px) {
  .service-contants {
    border-left: none;
    width: 95%;
    padding-left: 0;
  }
}

.service-contants-hp {
  width: 50%;
}

@media (max-width: 860px) {
  .service-contants-hp {
    width: 95%;
  }
}

.service-contants-hp-ttl {
  text-align: center;
  font-size: 20px;
  color: #393e46;
  font-weight: 700;
  letter-spacing: 0.1rem;
  margin-left: 12px;
  padding-bottom: 5px;
}

@media (max-width: 860px) {
  .service-contants-hp-ttl {
    text-align: left;
    margin-left: 5px;
    font-size: 18px;
  }
}

@media (max-width: 520px) {
  .service-contants-hp-ttl {
    font-size: 15px;
    padding-bottom: 0px;
  }
}

.service-contants-hp-icon {
  margin: 15px 0px 0px 8px;
  text-align: center;
}

@media (max-width: 860px) {
  .service-contants-hp-icon {
    text-align: left;
  }
}

.service-contants-hp-txt {
  line-height: 40px;
  padding: 20px 20px 80px 20px;
}

@media (max-width: 992px) {
  .service-contants-hp-txt {
    padding: 20px 20px 80px 0px;
  }
}

@media (max-width: 860px) {
  .service-contants-hp-txt {
    padding: 15px 20px 70px 0px;
  }
}

@media (max-width: 520px) {
  .service-contants-hp-txt {
    padding: 15px 20px 50px 0px;
    line-height: 30px;
  }
}

.service-contants-co {
  width: 50%;
}

@media (max-width: 860px) {
  .service-contants-co {
    width: 95%;
  }
}

.service-contants-co-ttl {
  text-align: center;
  font-size: 20px;
  color: #393e46;
  font-weight: 700;
  letter-spacing: 0.1rem;
  margin-left: 12px;
  padding-bottom: 5px;
}

@media (max-width: 860px) {
  .service-contants-co-ttl {
    text-align: left;
    margin-left: 5px;
    font-size: 18px;
  }
}

@media (max-width: 520px) {
  .service-contants-co-ttl {
    font-size: 15px;
    padding-bottom: 0px;
  }
}

.service-contants-co-icon {
  margin: 15px 0px 0px 8px;
  text-align: center;
}

@media (max-width: 860px) {
  .service-contants-co-icon {
    text-align: left;
  }
}

.service-contants-co-txt {
  line-height: 40px;
  padding: 20px 20px 80px 20px;
}

@media (max-width: 992px) {
  .service-contants-co-txt {
    padding: 20px 20px 80px 0px;
  }
}

@media (max-width: 860px) {
  .service-contants-co-txt {
    padding: 15px 20px 70px 0px;
  }
}

@media (max-width: 520px) {
  .service-contants-co-txt {
    padding: 15px 20px 50px 0px;
    line-height: 30px;
  }
}

.service-contants-res {
  width: 50%;
}

@media (max-width: 860px) {
  .service-contants-res {
    width: 95%;
  }
}

.service-contants-res-ttl {
  text-align: center;
  font-size: 20px;
  color: #393e46;
  font-weight: 700;
  letter-spacing: 0.1rem;
  margin-left: 12px;
  padding-bottom: 5px;
}

@media (max-width: 860px) {
  .service-contants-res-ttl {
    text-align: left;
    margin-left: 5px;
    font-size: 18px;
  }
}

@media (max-width: 520px) {
  .service-contants-res-ttl {
    font-size: 15px;
    padding-bottom: 0px;
  }
}

.service-contants-res-icon {
  margin: 15px 0px 0px 8px;
  text-align: center;
}

@media (max-width: 860px) {
  .service-contants-res-icon {
    text-align: left;
  }
}

.service-contants-res-txt {
  line-height: 40px;
  padding: 20px 20px 80px 20px;
}

@media (max-width: 992px) {
  .service-contants-res-txt {
    padding: 20px 20px 80px 0px;
  }
}

@media (max-width: 860px) {
  .service-contants-res-txt {
    padding: 15px 20px 70px 0px;
  }
}

@media (max-width: 520px) {
  .service-contants-res-txt {
    padding: 15px 20px 50px 0px;
    line-height: 30px;
  }
}

.service-contants-wp {
  width: 50%;
}

@media (max-width: 860px) {
  .service-contants-wp {
    width: 95%;
  }
}

.service-contants-wp-ttl {
  text-align: center;
  font-size: 20px;
  color: #393e46;
  font-weight: 700;
  letter-spacing: 0.1rem;
  margin-left: 12px;
  padding-bottom: 5px;
}

@media (max-width: 860px) {
  .service-contants-wp-ttl {
    text-align: left;
    margin-left: 5px;
    font-size: 18px;
  }
}

@media (max-width: 520px) {
  .service-contants-wp-ttl {
    font-size: 15px;
    padding-bottom: 0px;
  }
}

.service-contants-wp-icon {
  margin: 15px 0px 0px 8px;
  text-align: center;
}

@media (max-width: 860px) {
  .service-contants-wp-icon {
    text-align: left;
  }
}

.service-contants-wp-txt {
  line-height: 40px;
  padding: 20px 20px 80px 20px;
}

@media (max-width: 992px) {
  .service-contants-wp-txt {
    padding: 20px 20px 80px 0px;
  }
}

@media (max-width: 860px) {
  .service-contants-wp-txt {
    padding: 15px 20px 70px 0px;
  }
}

@media (max-width: 520px) {
  .service-contants-wp-txt {
    padding: 15px 20px 50px 0px;
    line-height: 30px;
  }
}

.service-contants .fa-laptop-code,
.service-contants .fa-code,
.service-contants .fa-mobile-alt,
.service-contants .fa-wordpress {
  font-size: 70px;
  color: #393e46;
}

@media (max-width: 860px) {
  .service-contants .fa-laptop-code,
  .service-contants .fa-code,
  .service-contants .fa-mobile-alt,
  .service-contants .fa-wordpress {
    font-size: 55px;
  }
}

@media (max-width: 520px) {
  .service-contants .fa-laptop-code,
  .service-contants .fa-code,
  .service-contants .fa-mobile-alt,
  .service-contants .fa-wordpress {
    font-size: 50px;
  }
}

@media (max-width: 860px) {
  .service-contants .fa-mobile-alt {
    margin-left: 16px;
  }
}

@media (max-width: 710px) {
  .service-contants .fa-mobile-alt {
    margin-left: 13px;
  }
}

@media (max-width: 860px) {
  .service-contants .fa-wordpress {
    margin-left: 6px;
  }
}

.works {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 200px;
}

@media (max-width: 860px) {
  .works {
    display: block;
    margin-bottom: 230px;
  }
}

@media (max-width: 520px) {
  .works {
    margin-bottom: 190px;
  }
}

.works-ttl {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  color: #040000;
  font-weight: 600;
  line-height: 40px;
  border-bottom: 1px solid #393e46;
  height: 90px;
  margin-right: 50px;
}

@media (max-width: 860px) {
  .works-ttl {
    width: 90%;
    margin-bottom: 50px;
  }
}

@media (max-width: 520px) {
  .works-ttl {
    line-height: 25px;
    height: 60px;
  }
}

.works-ttl-no {
  font-family: 游ゴシック, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 40px;
  padding-top: 18px;
  font-style: italic;
  letter-spacing: 0.2rem;
}

@media (max-width: 520px) {
  .works-ttl-no {
    font-size: 23px;
    padding-top: 13px;
  }
}

.works-ttl-txt {
  font-family: "Alegreya Sans SC", sans-serif;
  margin-left: 30px;
}

@media (max-width: 520px) {
  .works-ttl-txt {
    margin-left: 15px;
  }
}

.works-ttl-txt-en {
  font-size: 32px;
  letter-spacing: 0.4rem;
}

@media (max-width: 520px) {
  .works-ttl-txt-en {
    font-size: 19px;
    letter-spacing: 0.3rem;
  }
}

.works-ttl-txt-ja {
  font-size: 15px;
  letter-spacing: 0.2rem;
}

@media (max-width: 520px) {
  .works-ttl-txt-ja {
    font-size: 11px;
    letter-spacing: 0.15rem;
  }
}

.works-contants {
  width: 70%;
  border-left: 1px solid #393e46;
  padding-left: 50px;
}

.works-contants-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

@media (max-width: 860px) {
  .works-contants-slider {
    display: block;
  }
}

.works-contants-slider-item {
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.works-contants-slider-item img {
  padding-top: 30px;
  height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.works-contants-slider-item img:hover {
  opacity: 0.7;
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 860px) {
  .works-contants-slider-item {
    margin-bottom: 80px;
  }
}

@media (max-width: 860px) {
  .works-contants {
    width: 85%;
  }
}

@media (max-width: 520px) {
  .works-contants {
    border-left: none;
    width: 90%;
    padding-left: 0;
  }
}

.works-contants-slider {
  width: 100%;
  height: 100%;
}

.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 200px;
}

@media (max-width: 860px) {
  .price {
    display: block;
    margin-bottom: 230px;
  }
}

@media (max-width: 520px) {
  .price {
    margin-bottom: 190px;
  }
}

.price-ttl {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  color: #040000;
  font-weight: 600;
  line-height: 40px;
  border-bottom: 1px solid #393e46;
  height: 90px;
  margin-right: 50px;
}

@media (max-width: 860px) {
  .price-ttl {
    width: 90%;
    margin-bottom: 50px;
  }
}

@media (max-width: 520px) {
  .price-ttl {
    line-height: 25px;
    height: 60px;
  }
}

.price-ttl-no {
  font-family: 游ゴシック, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 40px;
  padding-top: 18px;
  font-style: italic;
  letter-spacing: 0.2rem;
}

@media (max-width: 520px) {
  .price-ttl-no {
    font-size: 23px;
    padding-top: 13px;
  }
}

.price-ttl-txt {
  font-family: "Alegreya Sans SC", sans-serif;
  margin-left: 30px;
}

@media (max-width: 520px) {
  .price-ttl-txt {
    margin-left: 15px;
  }
}

.price-ttl-txt-en {
  font-size: 32px;
  letter-spacing: 0.4rem;
}

@media (max-width: 520px) {
  .price-ttl-txt-en {
    font-size: 19px;
    letter-spacing: 0.3rem;
  }
}

.price-ttl-txt-ja {
  font-size: 15px;
  letter-spacing: 0.2rem;
}

@media (max-width: 520px) {
  .price-ttl-txt-ja {
    font-size: 11px;
    letter-spacing: 0.15rem;
  }
}

.price-contants {
  width: 70%;
  border-left: 1px solid #393e46;
  padding-left: 50px;
}

@media (max-width: 860px) {
  .price-contants {
    width: 85%;
  }
}

@media (max-width: 520px) {
  .price-contants {
    border-left: none;
    width: 90%;
    padding-left: 0;
  }
}

.price-contants-list {
  margin: 0 auto;
}

.price-contants-list th {
  background: #393e46;
  border: solid 1px white;
  color: #fff;
  font-weight: normal;
  padding: 10px;
  width: 250px;
}

.price-contants-list td {
  background: #eeeeee;
  border: solid 1px white;
  color: #393e46;
  padding: 10px;
  width: 250px;
}

.price-contants-txt {
  width: 70%;
  margin: 0 auto;
  margin-top: 30px;
}

.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 200px;
}

@media (max-width: 860px) {
  .contact {
    display: block;
    margin-bottom: 230px;
  }
}

@media (max-width: 520px) {
  .contact {
    margin-bottom: 190px;
  }
}

.contact-ttl {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  color: #040000;
  font-weight: 600;
  line-height: 40px;
  border-bottom: 1px solid #393e46;
  height: 90px;
  margin-right: 50px;
}

@media (max-width: 860px) {
  .contact-ttl {
    width: 90%;
    margin-bottom: 50px;
  }
}

@media (max-width: 520px) {
  .contact-ttl {
    line-height: 25px;
    height: 60px;
  }
}

.contact-ttl-no {
  font-family: 游ゴシック, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 40px;
  padding-top: 18px;
  font-style: italic;
  letter-spacing: 0.2rem;
}

@media (max-width: 520px) {
  .contact-ttl-no {
    font-size: 23px;
    padding-top: 13px;
  }
}

.contact-ttl-txt {
  font-family: "Alegreya Sans SC", sans-serif;
  margin-left: 30px;
}

@media (max-width: 520px) {
  .contact-ttl-txt {
    margin-left: 15px;
  }
}

.contact-ttl-txt-en {
  font-size: 32px;
  letter-spacing: 0.4rem;
}

@media (max-width: 520px) {
  .contact-ttl-txt-en {
    font-size: 19px;
    letter-spacing: 0.3rem;
  }
}

.contact-ttl-txt-ja {
  font-size: 15px;
  letter-spacing: 0.2rem;
}

@media (max-width: 520px) {
  .contact-ttl-txt-ja {
    font-size: 11px;
    letter-spacing: 0.15rem;
  }
}

.contact-contants {
  width: 70%;
  border-left: 1px solid #484a4d;
  padding-left: 50px;
}

@media (max-width: 860px) {
  .contact-contants {
    width: 85%;
  }
}

@media (max-width: 520px) {
  .contact-contants {
    border-left: none;
    width: 90%;
    padding-left: 0;
  }
}

.contact-contants-txt {
  padding-top: 70px;
}

.contact-contants-btn {
  -webkit-box-shadow: 0 0 35px #eeeeee;
          box-shadow: 0 0 35px #eeeeee;
  border-radius: 5px;
  padding: 16px 25px;
  color: white;
  background-color: #0092ca;
  border: none;
  font-size: 14px;
  letter-spacing: 0.3rem;
  margin-top: 40px;
  margin-bottom: 110px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.contact-contants-btn:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #fff;
  border-color: #393e46;
  color: #393e46;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

footer {
  height: 75px;
  text-align: center;
  font-size: 12px;
  padding-top: 25px;
  border-top: #ffffff 1px solid;
  background-color: #ffffff;
  font-family: "Alegreya Sans SC", sans-serif;
  font-weight: 300;
  letter-spacing: 0.1rem;
}

@media (max-width: 520px) {
  footer {
    font-size: 8px;
  }
}

#pagetop {
  position: fixed;
  right: -1%;
  bottom: 9%;
  width: 110px;
  padding: 5px 0px 5px 10px;
  background-color: white;
  opacity: 0.7;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.2rem;
  border-bottom: 1px solid #393e46;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media (max-width: 860px) {
  #pagetop {
    right: -15px;
  }
}

@media (max-width: 710px) {
  #pagetop {
    right: -23px;
  }
}

@media (max-width: 520px) {
  #pagetop {
    right: -30px;
    font-size: 8px;
    letter-spacing: 0.1rem;
    padding: 0px 0px 0px 10px;
    width: 100px;
    right: -25px;
    bottom: 9%;
  }
}

#pagetop:before {
  content: "";
  position: absolute;
  right: 1;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  top: 16px;
  border-style: solid;
  border-color: transparent transparent #393e46 transparent;
  border-width: 10px 0px 10px 10px;
}

@media (max-width: 520px) {
  #pagetop:before {
    border-width: 1px 0px 10px 10px;
  }
}
/*# sourceMappingURL=stylesheet.css.map */