/* html5doctor.com Reset Stylesheet*/
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;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1.5;
  font-family: serif;
}

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

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

nav ul,
ul li {
  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;
  text-decoration: none;
  color: #000;
  display: inline-block;
}

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

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

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

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

input,
select {
  vertical-align: middle;
}

a:active,
a:hover,
button,
input,
select,
textarea {
  outline: 0;
}

.header {
  width: 100%;
  height: 80px;
  position: fixed;
  background-color: #fff;
  z-index: 100;
}

.header-container {
  width: 95%;
  margin: 0 auto;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 414px) {
  .header-container {
    width: 90%;
  }
}

.header-left {
  width: auto;
  height: 80px;
  line-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000;
}

.header-logo {
  width: 50px;
  height: auto;
  line-height: 80px;
}

.header-title {
  font-size: 1.5rem;
  font-weight: bold;
  font-family: sans-serif;
  letter-spacing: 0.2rem;
  line-height: 80px;
  padding-left: 15px;
}

.menu {
  width: auto;
}

@media (max-width: 414px) {
  .menu {
    display: none;
  }
}

.menu-list {
  width: auto;
  height: 80px;
  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;
}

.menu-item {
  padding: 0 15px 0 15px;
}

.menu-item a {
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
}

.menu-item img {
  width: 30px;
  height: auto;
}

.main {
  width: 100%;
}

.main-wrapper {
  width: 80%;
  padding-top: 120px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 414px) {
  .main-wrapper {
    width: 90%;
    height: 90vh;
    padding-top: 230px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.main-caption {
  width: auto;
  height: auto;
}

@media (max-width: 414px) {
  .main-caption {
    margin-bottom: 100px;
  }
}

.main-title-jp {
  font-size: 2vw;
  font-weight: normal;
  letter-spacing: 0.7rem;
  line-height: 4vw;
}

@media (max-width: 414px) {
  .main-title-jp {
    font-size: 2rem;
    letter-spacing: 0.1rem;
    line-height: 4rem;
  }
}

.main-title-en {
  font-size: 1rem;
  font-weight: normal;
  font-family: sans-serif;
  letter-spacing: 0.2rem;
  line-height: 3rem;
}

.main-visual {
  width: 50%;
}

@media (max-width: 414px) {
  .main-visual {
    width: 100%;
  }
}

.main-visual img {
  width: 90%;
  height: auto;
  margin: 0 auto;
}

.main-hr {
  content: "";
  display: block;
  width: 70%;
  height: 5px;
  background-color: #BAB538;
  margin: 25px 0;
}

.main-service {
  width: 50%;
  margin: 0 0 0 auto;
  padding: 10%;
}

@media (max-width: 414px) {
  .main-service {
    width: 100%;
    padding: 5%;
  }
}

.section-title {
  font-size: 3rem;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0.4rem;
  line-height: 1rem;
}

.section-text {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  line-height: 3rem;
}

@media (max-width: 414px) {
  .section-text {
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
    line-height: 3rem;
  }
}

.section-hr {
  content: "";
  display: block;
  width: 40%;
  height: 5px;
  background-color: #BAB538;
  margin: 30px 0 30px 0;
}

.main-details {
  margin: 0 auto 100px auto;
}

@media (max-width: 414px) {
  .main-details {
    width: 90%;
  }
}

.main-details-wrapper {
  width: 90%;
  height: auto;
  margin: 0 auto;
}

@media (max-width: 414px) {
  .main-details-wrapper {
    width: 100%;
    margin-bottom: 100px;
  }
}

.main-details-title {
  width: 100%;
  padding: 150px 0 150px 0;
  text-align: center;
}

@media (max-width: 414px) {
  .main-details-title {
    padding: 50px 0 20px 0;
  }
}

.main-details-hr {
  display: none;
}

@media (max-width: 414px) {
  .main-details-hr {
    display: block;
  }
}

.main-details-item {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 150px;
}

@media (max-width: 414px) {
  .main-details-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 50px;
  }
}

@media (max-width: 414px) {
  .main-details-item-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.main-details-article {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 5%;
}

@media (max-width: 414px) {
  .main-details-article {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.main-details-article-number {
  font-size: 5rem;
  font-weight: bold;
  padding-right: 30px;
  font-family: Arial, Helvetica, sans-serif;
}

@media (max-width: 414px) {
  .main-details-article-number {
    font-size: 3rem;
  }
}

.main-details-article-title {
  font-size: 2.5rem;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0.3rem;
  line-height: 3.5rem;
  margin-bottom: 5px;
}

@media (max-width: 414px) {
  .main-details-article-title {
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }
}

.main-details-article-subtitle {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.main-details-article-text {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  line-height: 3rem;
}

@media (max-width: 414px) {
  .main-details-article-text {
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
    line-height: 3rem;
  }
}

.main-details-image {
  width: 50%;
}

@media (max-width: 414px) {
  .main-details-image {
    width: 100%;
    margin-bottom: 20px;
  }
}

.main-details-image img {
  width: 100%;
}

.main-phylosphy {
  background-color: #F7F7F7;
  padding: 50px 0 150px 0;
  width: 100%;
  height: auto;
}

@media (max-width: 414px) {
  .main-phylosphy {
    padding: 50px 0 0;
  }
}

.third {
  background-color: #F7F7F7;
}

.main-phylosophy-item {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}

@media (max-width: 414px) {
  .main-phylosophy-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.main-phylosophy-article {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10%;
  margin-top: -300px;
}

@media (max-width: 414px) {
  .main-phylosophy-article {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 10%;
    margin-top: 0;
  }
}

.main-phylosophy-article-title {
  font-size: 2.5rem;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0.3rem;
  line-height: 3.5rem;
  margin-bottom: 5px;
}

.main-phylosophy-article-subtitle {
  font-size: 1.2rem;
  margin-bottom: 30px;
}

.main-phylosophy-article-text {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  line-height: 3rem;
}

@media (max-width: 414px) {
  .main-phylosophy-article-text {
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
    line-height: 3rem;
  }
}

.main-phylosophy-image {
  width: 50%;
  padding-top: 200px;
}

@media (max-width: 414px) {
  .main-phylosophy-image {
    width: 100%;
    padding-top: 50px;
  }
}

.main-phylosophy-image img {
  width: 100%;
  vertical-align: bottom;
}

.footer {
  width: 100%;
  background-color: #4D4D4D;
}

.footer-menu {
  width: auto;
}

.footer-menu-list {
  width: auto;
  height: 80px;
  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;
}

.footer-menu-item {
  padding: 0 15px 0 15px;
}

@media (max-width: 414px) {
  .footer-menu-item {
    padding: 0 10px 0 10px;
  }
}

.footer-menu-item a {
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
}

@media (max-width: 414px) {
  .footer-menu-item a {
    font-size: 1rem;
  }
}

.footer-menu-item img {
  width: 30px;
  height: auto;
}

@media (max-width: 414px) {
  .footer-menu-item img {
    width: 20px;
  }
}

.footer-text {
  color: #fff;
  font-size: 0.8rem;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  letter-spacing: 0.1rem;
  padding: 2% 0 2% 0;
}

.page {
  width: 100%;
  height: auto;
  padding-top: 80px;
  background-color: #F7F7F7;
}

.page-wrapper {
  width: 100%;
  margin: 0 auto;
}

.page-title {
  padding: 3%;
  text-align: center;
  background-color: #F7F7F7;
}

@media (max-width: 414px) {
  .page-title {
    padding: 10% 5%;
  }
}

.page-title-h2 {
  font-size: 3rem;
  letter-spacing: 0.3rem;
  font-family: Arial, Helvetica, sans-serif;
}

@media (max-width: 414px) {
  .page-title-h2 {
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }
}

.page-contents {
  width: 70%;
  margin: 0 auto;
  position: relative;
  padding: 100px 100px;
}

@media (max-width: 414px) {
  .page-contents {
    width: 100%;
    padding: 50px 20px;
  }
}

.page-list {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.page-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 20px 60px;
}

@media (max-width: 414px) {
  .page-item {
    padding: 15px 10px;
  }
}

.page-item-caption {
  font-size: 1.3rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: 0.1rem;
  color: #4D4D4D;
  width: 25%;
}

@media (max-width: 414px) {
  .page-item-caption {
    font-size: 1.2rem;
    width: 35%;
  }
}

.page-item-text {
  font-size: 1.3rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  letter-spacing: 0.1rem;
  color: #000;
  width: 65%;
}

@media (max-width: 414px) {
  .page-item-text {
    font-size: 1.2rem;
  }
}

.page-contact-time {
  padding: 150px 0;
}

@media (max-width: 414px) {
  .page-contact-time {
    padding: 150px 0 300px 0;
  }
}

.page-contents-caption {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.section-div-wrapper {
  width: 100%;
  height: 20vh;
  margin: 200px 0 50px 0;
}

.section-div-wrapper-first {
  margin: 250px 0 0 0;
}

@media (max-width: 414px) {
  .section-div-wrapper-first {
    margin: 250px 0 100px 0;
  }
}

.section-div-wrapper-second {
  margin: 50px 0 0 0;
}

@media (max-width: 414px) {
  .section-div-wrapper-second {
    margin: 50px 0 100px 0;
  }
}

.section-div-wrapper-third {
  margin: 200px 0 0 0;
}

@media (max-width: 414px) {
  .section-div-wrapper-third {
    margin: 0 0 100px 0;
  }
}

.section-div-inner {
  -webkit-font-smoothing: antialiased;
  width: 95vw;
  margin: 0 auto;
  height: 150px;
  position: relative;
  background: #fff;
  overflow: hidden;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}

.section-div-inner-sub {
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}

@media (max-width: 414px) {
  .section-div-inner {
    width: 90vw;
  }
}

.big-title {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 17rem;
  letter-spacing: -.01em;
  margin: 0;
  display: block;
  text-transform: uppercase;
  white-space: nowrap;
  z-index: 50;
  color: transparent;
  -webkit-text-stroke: 1px #a9a9a9;
}

@media (max-width: 414px) {
  .big-title {
    font-size: 10rem;
  }
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

span {
  display: inline-block;
}

.moving {
  -webkit-animation: animLeft 60s linear infinite;
          animation: animLeft 60s linear infinite;
}

@-webkit-keyframes animLeft {
  0% {
    -webkit-transform: translate(-20%, -50%);
            transform: translate(-20%, -50%);
  }
  100% {
    -webkit-transform: translate(-70%, -50%);
            transform: translate(-70%, -50%);
  }
}

@keyframes animLeft {
  0% {
    -webkit-transform: translate(-20%, -50%);
            transform: translate(-20%, -50%);
  }
  100% {
    -webkit-transform: translate(-70%, -50%);
            transform: translate(-70%, -50%);
  }
}

.border_slide_btn {
  position: relative;
  display: inline-block;
  color: #1B1B1B;
  text-decoration: none;
}

.border_slide_btn:hover {
  cursor: pointer;
  text-decoration: none;
}

.border_slide_btn::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #333;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.footer .border_slide_btn::after {
  background: #fff;
}

.border_slide_btn:hover::after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.main-details-button {
  width: 100%;
  text-align: center;
}

.main-details-button-more {
  padding: 20px 40px;
  font-size: 1rem;
  font-family: Arial, Helvetica, sans-serif;
  background: none;
  border: none;
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 3px;
  text-align: center;
}

.main-details-button-more::after, .main-details-button-more::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 1px solid #000;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

.main-details-button-more::after {
  -webkit-transform: translate(3px, 3px);
          transform: translate(3px, 3px);
}

.main-details-button-more::before {
  -webkit-transform: translate(-3px, -3px);
          transform: translate(-3px, -3px);
}

.main-details-button-more:hover:after, .main-details-button-more:hover:before {
  -webkit-transform: translate(0);
  transform: translate(0);
}

.drawer-menu {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  top: 0;
  right: -100vw;
  width: 100vw;
  height: 100%;
  padding: 150px 0;
  background-color: #fff;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  opacity: 0;
}

.drawer-menu li {
  text-align: center;
}

.drawer-menu li a,
.drawer-menu li i {
  display: block;
  height: 70px;
  line-height: 70px;
  font-size: 2rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #000;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  letter-spacing: 0.1rem;
  font-family: Arial, Helvetica, sans-serif;
}

.drawer-menu li a:hover {
  color: #e0e0e0;
  background: #e0e0e0;
}

/* checkbox */
.check {
  display: none;
}

/* menu button - label tag */
.menu-btn {
  position: fixed;
  display: block;
  top: 30px;
  right: 30px;
  display: none;
  width: 30px;
  height: 30px;
  font-size: 10px;
  text-align: left;
  cursor: pointer;
  z-index: 3;
  background-color: transparent;
}

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

.bar {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 25px;
  height: 1px;
  background: #000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.bar.middle {
  top: 8px;
  opacity: 1;
  width: 25px;
}

.bar.bottom {
  top: 16px;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

.menu-btn:hover .bar {
  background: #e0e0e0;
}

.menu-btn:hover .menu-btn__text {
  color: #999;
}

.close-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0);
  cursor: url(http://theorthodoxworks.com/demo/images/cross.svg), auto;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  visibility: hidden;
  opacity: 0;
}

/* checked */
.check:checked ~ .drawer-menu {
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  z-index: 2;
}

.check:checked ~ .contents {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translateX(-300px);
  transform: translateX(-300px);
}

.check:checked ~ .menu-btn .menu-btn__text {
  visibility: hidden;
  opacity: 0;
}

.check:checked ~ .menu-btn .bar.top {
  background-color: black;
  width: 56px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.check:checked ~ .menu-btn .bar.middle {
  opacity: 0;
}

.check:checked ~ .menu-btn .bar.bottom {
  background-color: black;
  width: 56px;
  top: 40px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.check:checked ~ .close-menu {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  background: rgba(0, 0, 0, 0.5);
  visibility: visible;
  opacity: 1;
  z-index: 3;
}

.movetext {
  opacity: 0;
}

.movetext span {
  opacity: 0;
}

.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 10px);
          transform: translate(0, 10px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.fadein.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
/*# sourceMappingURL=style.css.map */