@charset "UTF-8";
/*****************************************/
@media print, screen and (min-width: 1024px) {
  .sp {
    display: none !important;
  }
}

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

img {
  max-width: 100%;
  height: auto;
}

img.fit {
  width: 100%;
}

.txt, .txt p {
  line-height: 1.9;
  line-break: strict;
  max-height: 100%;
  /*for android*/
  white-space: normal;
  letter-spacing: 0;
}

.txt2, .txt2 p {
  line-break: strict;
  white-space: normal;
  max-height: 100%;
  /*for android*/
}

@media print, screen and (min-width: 768px) {
  .txt2, .txt2 p {
    line-height: 2.4;
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 767px) {
  .txt2, .txt2 p {
    line-height: 2;
    letter-spacing: 0;
  }
}

.txt p + p {
  margin-top: 1.3em;
}

@media print, screen and (min-width: 768px) {
  .txt2 p + p {
    margin-top: 1.6em;
  }
}

@media screen and (max-width: 767px) {
  .txt2 p + p {
    margin-top: 1.5em;
  }
}

.la_en {
  font-family: "EB Garamond", serif;
}

.bold {
  font-weight: bold;
}

.bold * {
  font-weight: bold;
}

.content_row {
  display: flex;
  display: -webkit-flex;
  justify-content: left;
  -webkit-justify-content: left;
  flex-direction: row;
  flex-wrap: wrap;
}

.content_row_right {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}

.content_row_center {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.content_row_center_middle {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.content_row_under {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  flex-direction: row;
  flex-wrap: wrap;
}

.content_row_between {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
  .size_half > * {
    width: 48%;
    margin: 0 4% 50px 0;
  }
  .size_half > *:nth-of-type(2n) {
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .size_half > * {
    margin-bottom: 20px;
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .size_one-third > * {
    width: 32%;
    margin: 0 2% 30px 0;
  }
  .size_one-third > *:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .size_one-third > * {
    margin-bottom: 10px;
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .size_quarter > * {
    width: 24.25%;
    margin: 0 1% 1.5vw 0;
  }
  .size_quarter > *:nth-of-type(4n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .size_quarter > * {
    width: 48%;
    margin: 0 4% 4vw 0;
  }
  .size_quarter > *:nth-of-type(2n) {
    margin-right: 0;
  }
}

.size_one-fifth {
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: left;
}

@media print, screen and (min-width: 768px) {
  .size_one-fifth > * {
    width: 19.2%;
    margin: 0 1% 20px 0;
  }
  .size_one-fifth > *:nth-of-type(5n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .size_one-fifth > * {
    width: 48%;
    margin: 0 4% 12px 0;
  }
  .size_one-fifth > *:nth-of-type(2n) {
    margin-right: 0;
  }
}

dl.table {
  display: flex;
  display: -webkit-flex;
  justify-content: left;
  -webkit-justify-content: left;
  flex-direction: row;
  flex-wrap: wrap;
  border-top: 1px solid #959595;
}

dl.table dt {
  width: 100px;
  padding: 20px 10px;
  border-bottom: 1px solid #959595;
}

dl.table dd {
  width: -webkit-calc(100% - 120px);
  width: calc(100% - 120px);
  padding: 20px 0;
  border-bottom: 1px solid #959595;
}

.ttl {
  letter-spacing: 0.2em;
}

@media print, screen and (min-width: 768px) {
  .ttl {
    margin-bottom: 70px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .ttl {
    margin-bottom: 40px;
    font-size: 1.5rem;
  }
}

.ttl div {
  letter-spacing: 0.05em;
  font-family: "EB Garamond", serif;
  margin-bottom: 5px;
}

@media print, screen and (min-width: 768px) {
  .ttl div {
    font-size: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .ttl div {
    font-size: 5rem;
  }
}

/*****************************************/
#all {
  position: relative;
}

header {
  font-family: "EB Garamond", serif;
}

@media print, screen and (min-width: 1024px) {
  header {
    position: relative;
    z-index: 100;
    width: 94%;
    padding: 28px 2% 28px 4%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  header .site_name {
    font-size: 1.2rem;
    width: 35%;
  }
  header .site_name div {
    margin-right: 20px;
  }
  header nav {
    letter-spacing: 0.1em;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
  }
  header nav .drawer_nav {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    margin: 0 30px 0 auto;
  }
  header nav .drawer_nav > li {
    position: relative;
  }
  header nav .drawer_nav > li > a {
    display: block;
    padding: 20px 40px;
    text-align: center;
  }
  header nav .drawer_nav > li > a div:nth-of-type(1) {
    font-family: "EB Garamond", serif;
    font-size: 1.5rem;
  }
  header nav .drawer_nav > li > a div:nth-of-type(2) {
    font-size: 1.1rem;
    margin-top: 5px;
  }
  header nav .drawer_nav > li + li:before {
    content: "";
    position: absolute;
    display: block;
    border-left: 1px solid #f1f1f1;
    width: 10px;
    height: 100%;
    margin: 0;
    transform: skewX(-25deg);
  }
}

@media screen and (max-width: 1023px) {
  header {
    height: 58px;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  header .site_name {
    width: 80%;
    padding: 5px 0 0 10px;
    font-size: 1.1rem;
  }
  header .site_name img {
    width: 60px;
  }
  header .site_name div {
    margin-right: 10px;
  }
  header .site_name h1 {
    line-height: 1.2;
  }
  header .drawer_menu {
    font-family: "EB Garamond", serif;
  }
  header .drawer_menu .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;
  }
  header .drawer_menu .drawer_button {
    display: block;
    border: none;
    letter-spacing: 0.1em;
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1001;
    text-align: center;
    outline: none;
    color: #fff;
    background: #959595;
    width: 60px;
    padding: 7px 19px;
  }
  header .drawer_menu .drawer_button .drawer_bar {
    display: block;
    height: 1px;
    margin: 7px 0;
    transition: all 0.2s;
    transform-origin: 0 0;
    background-color: #fff;
  }
  header .drawer_menu .drawer_button .drawer_text {
    text-align: center;
    margin-left: -0.35em;
    font-size: 1rem;
  }
  header .drawer_menu .drawer_button .drawer_close {
    display: none;
    position: relative;
  }
  header .drawer_menu .drawer_button .drawer_menu_text {
    display: block;
    letter-spacing: 0.5px;
  }
  header .drawer_menu .drawer_button.active {
    background: none;
  }
  header .drawer_menu .drawer_button.active .drawer_bar {
    width: 32px;
    background-color: #fff;
  }
  header .drawer_menu .drawer_button.active .drawer_bar1 {
    transform: rotate(30deg);
  }
  header .drawer_menu .drawer_button.active .drawer_bar2 {
    opacity: 0;
  }
  header .drawer_menu .drawer_button.active .drawer_bar3 {
    transform: rotate(-30deg);
  }
  header .drawer_menu .drawer_button.active .drawer_menu_text {
    display: none;
  }
  header .drawer_menu .drawer_button.active .drawer_close {
    display: block;
    color: #fff;
    margin-left: -0.3em;
  }
  header .drawer_menu .drawer_nav_wrapper {
    width: 100%;
    height: 100%;
    transition: all 0.2s;
    transform: translate(100%);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    background: #959595;
    overflow-y: scroll;
  }
  header .drawer_menu .drawer_nav_wrapper.open {
    transform: translate(0);
  }
  header .drawer_menu .drawer_nav_wrapper > ul {
    padding-top: 80px;
  }
  header .drawer_menu .drawer_nav_wrapper .drawer_nav > li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  header .drawer_menu .drawer_nav_wrapper .drawer_nav > li > a {
    display: block;
    color: #fff;
    letter-spacing: 0.1em;
    font-size: 1.8rem;
    padding: 20px 5%;
    width: 100%;
    background: url(../img/arrow_whiteline.svg) no-repeat 84% center;
    background-size: 18px;
  }
  header .drawer_menu .drawer_nav_wrapper .drawer_nav > li > a div:nth-of-type(1) {
    font-family: "EB Garamond", serif;
    font-size: 1.5rem;
  }
  header .drawer_menu .drawer_nav_wrapper .drawer_nav > li > a div:nth-of-type(2) {
    font-size: 1.1rem;
    margin-top: 5px;
  }
}

@media print, screen and (min-width: 768px) {
  #container > * {
    padding: 250px 0;
  }
}

@media screen and (max-width: 767px) {
  #container > * {
    padding: 120px 0;
  }
}

footer {
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
}

@media print, screen and (min-width: 768px) {
  footer {
    padding: 80px 5%;
  }
}

@media screen and (max-width: 767px) {
  footer {
    padding: 50px 5%;
  }
}

footer .logo {
  margin-bottom: 20px;
}

footer .copyright {
  margin-top: 40px;
  font-size: 1rem;
}

footer div + div {
  margin-top: 10px;
}

footer a {
  color: #fff;
}

/******************************************/
#all:before {
  content: "";
  background: url(../img/bg_img.png) no-repeat center;
  background-size: auto;
  display: block;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  position: fixed;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  #all:before {
    background-size: 90% auto;
  }
}

#cnt_mv {
  height: 100vh;
  width: 90%;
  padding: 0 5%;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}

@media print, screen and (min-width: 1024px) {
  #cnt_mv {
    margin-top: -110px;
  }
}

@media screen and (max-width: 1023px) {
  #cnt_mv {
    margin-top: -58px;
  }
}

#cnt_mv .scroll {
  position: absolute;
  bottom: 0;
}

#cnt_mv .scroll a {
  display: block;
  height: 6em;
  text-align: right;
  padding-bottom: 5px;
  font-size: 14px;
  letter-spacing: .1em;
  text-transform: uppercase;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: black;
}

#cnt_mv .scroll .line {
  display: block;
  height: 100px;
  width: 1px;
  margin-left: 5px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

#cnt_mv .scroll .line span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 3px;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(#999), to(#fff));
  background: linear-gradient(0deg, #fff, #999, #fff);
  -webkit-animation: drop 1.5s cubic-bezier(0.5, 0.05, 0.6, 0.15) infinite;
  animation: drop 1.5s cubic-bezier(0.5, 0.05, 0.6, 0.15) infinite;
  z-index: 1;
}

@-webkit-keyframes drop {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@keyframes drop {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

#cnt_news {
  background: #fff;
}

#cnt_news h2 {
  position: relative;
  z-index: 5;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  #cnt_news h2 {
    font-size: 3rem;
    margin: 30px 70px 0 0;
    width: 325px;
    letter-spacing: 0.1em;
  }
}

@media screen and (max-width: 767px) {
  #cnt_news h2 {
    font-size: 2.2rem;
    width: 216px;
    margin-bottom: 20px;
  }
}

#cnt_news h2:before {
  content: "NEWS";
  position: absolute;
  display: block;
  z-index: -1;
  color: #f1f1f1;
  font-family: "EB Garamond", serif;
  line-height: 0.7;
  left: -5px;
}

@media print, screen and (min-width: 768px) {
  #cnt_news h2:before {
    font-size: 12rem;
    top: -65px;
  }
}

@media screen and (max-width: 767px) {
  #cnt_news h2:before {
    font-size: 8rem;
    top: -45px;
  }
}

@media print, screen and (min-width: 768px) {
  #cnt_news p {
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 767px) {
  #cnt_news p {
    font-size: 1.6rem;
  }
}

#cnt_service {
  background: #f1f1f1;
}

#cnt_service li:before {
  content: "●";
  margin-right: 2px;
  font-size: 1.2rem;
}

@media print, screen and (min-width: 768px) {
  #cnt_service li {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  #cnt_service li {
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  #cnt_service li + li {
    margin-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  #cnt_service li + li {
    margin-top: 15px;
  }
}

#cnt_company {
  background: #fff;
}

#cnt_iso {
  background: #f1f1f1;
}

@media print, screen and (min-width: 1024px) {
  #cnt_iso {
    padding: 170px 0;
  }
}

@media screen and (max-width: 1023px) {
  #cnt_iso {
    padding: 70px 0;
  }
}

#cnt_iso h2 {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.2;
}

#cnt_iso h2 span {
  font-size: 1.3rem;
}

#cnt_iso h2 + p {
  font-size: 1.7rem;
  text-align: center;
}

@media print, screen and (min-width: 1024px) {
  #cnt_iso h2 + p {
    margin: 60px 0 35px;
  }
}

@media screen and (max-width: 1023px) {
  #cnt_iso h2 + p {
    margin: 30px 0 25px;
  }
}

@media print, screen and (min-width: 1024px) {
  #cnt_iso .flex {
    display: flex;
  }
}

#cnt_iso .flex img {
  width: 150px;
  min-width: 150px;
}

@media print, screen and (min-width: 1024px) {
  #cnt_iso .flex img {
    margin-right: 30px;
  }
}

@media screen and (max-width: 1023px) {
  #cnt_iso .flex img {
    margin: 0 auto 15px auto;
    display: block;
  }
}

#cnt_iso .flex p {
  line-height: 2.2;
  line-break: strict;
  max-height: 100%;
}

#cnt_iso .viewmore2 {
  text-align: center;
}

#cnt_iso .viewmore2 a {
  display: block;
  padding: 15px 0;
  text-align: center;
  width: 190px;
  background: #999999;
  color: #ffffff;
  font-weight: bold;
}

@media print, screen and (min-width: 1024px) {
  #cnt_iso .viewmore2 a {
    margin: 60px auto 0 auto;
  }
}

@media screen and (max-width: 1023px) {
  #cnt_iso .viewmore2 a {
    margin: 30px auto 0 auto;
  }
}
