@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap);
@-webkit-keyframes btDown {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0
  }
  50% {
    opacity: 1
  }
  to {
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0
  }
}

@keyframes btDown {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0
  }
  50% {
    opacity: 1
  }
  to {
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0
  }
}

@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg)
  }
}

@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg)
  }
}

html {
  overflow-y: scroll;
  padding: 0;
  font-size: 62.5%
}

body, html, p, table {
  vertical-align: baseline
}

body {
  line-height: 1;
  padding: 0;
  font: 13px/1.231 arial, helvetica, clean, sans-serif;
  *font: x-small;
  background: #fff;
  color: #3c3636;
  font-family: "Montserrat", "游ゴシック", "YuGothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%
}

abbr, address, article, aside, audio, b, blockquote, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, i, iframe, ins, kbd, label, legend, li, mark, menu, nav, object, ol, pre, q, samp, section, small, span, strong, sub, summary, sup, tbody, tfoot, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: 0 0
}

p, table {
  background: 0 0
}

body, html, img, p, table {
  border: 0
}

a, body, html, img, td, th {
  background: 0 0;
  margin: 0
}

body, html, img, p, table, td, th {
  outline: 0
}

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

ul {
  list-style: none
}

blockquote, q {
  quotes: none
}

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

a, hr, img, p, table {
  padding: 0
}

a {
  vertical-align: baseline
}

ins, mark {
  background-color: #ff9;
  color: #000
}

mark {
  font-style: italic;
  font-weight: 700
}

del {
  text-decoration: line-through
}

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

table {
  border-spacing: 0;
  font: 100%;
  width: 100%;
  margin: 0 auto 20px;
  border-collapse: collapse
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0
}

input, select {
  vertical-align: middle
}

button, input, select, textarea {
  font: 99% arial, helvetica, clean, sans-serif
}

code, kbd, pre, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%
}

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

#page {
  position: relative;
  font-size: 1.4rem;
  overflow: hidden;
  font-weight: 500;
  min-width: 980px
}

a:link, ins {
  text-decoration: none
}

a:active, a:hover, a:link, a:visited {
  color: #231815
}

a, span {
  display: inline-block
}

img, td, th {
  vertical-align: top
}

img {
  line-height: 1;
  font-size: 0;
  height: auto;
  max-width: 100%
}

p {
  margin: 0 0 20px
}

td, th {
  padding: 10px;
  border: 1px solid #ccc
}

@media only screen and (max-width:767px) {
  #page {
    min-width: 100%;
    font-size: 3.2vw
  }
}

.l-header {
  background: rgb(255 255 255 / 90%);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 28px 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.l-header.is-fixed {
  padding: 15px 0
}

.l-header__inner {
  max-width: 1500px;
  padding: 0 50px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.l-header__menu, .p-entry_form__guide br, .p-index_about__overview dt br, .p-index_recruit__overview dt br {
  display: none
}

.l-header__logo {
  padding-left: 50px
}

.l-header__navi {
  padding-right: 48px
}

.l-header__navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.l-header__navi a {
  margin: 0 6px;
  color: #000;
  font-size: 11pt;
  letter-spacing: .04rem;
  padding: 5px;
  position: relative
}

.l-header__navi a::after {
  content: "";
  position: absolute;
  width: calc(100% - 10px);
  height: 1px;
  background: #000;
  left: 5px;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.l-header__navi a.is-hover::after {
  bottom: 2px;
  opacity: 1
}

.l-main {
  word-break: normal;
  word-wrap: break-word;
  line-height: 180%
}

.l-footer {
  background: #fff;
  color: #000;
  text-align: center;
  padding: 55px 0 30px;
  font-size: 1rem;
  letter-spacing: .05rem
}

.l-footer__logo {
  margin-bottom: 35px
}

.l-footer__logo svg, .l-header__logo svg {
  fill: #000;
  width: 135px;
  height: 21px
}

.l-footer__privacy {
  margin-bottom: 5px
}

.l-footer__privacy a {
  color: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.l-footer__privacy a.is-hover, .p-index_news__list a.is-hover, .p-index_news__more a.is-hover {
  opacity: .7
}

@media only screen and (max-width:767px) {
  .l-header {
    padding: 12px 0!important
  }
  .l-header__inner {
    padding: 0 20px
  }
  .l-header__logo {
    font-size: 0;
    padding: 0
  }
  .l-header__logo svg {
    width: 85px;
    height: auto
  }
  .l-header__menu {
    display: block;
    padding: 5px;
    position: relative;
    left: 5px
  }
  .l-header__menu span {
    display: block;
    width: 25px;
    height: 1px;
    margin: 5px 0;
    background: #000;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative
  }
  .l-header__menu.is-act span:nth-child(2) {
    opacity: 0
  }
  .l-header__menu.is-act span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 6px
  }
  .l-header__menu.is-act span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -6px
  }
  .l-header__navi {
    position: fixed;
    right: -10px;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: #a05f2deb;
    top: 57px;
    pointer-events: none
  }
  .l-header__navi.is-act {
    opacity: 1;
    right: 0;
    pointer-events: auto
  }
  .l-header__navi ul {
    display: block;
    padding: 10vw 8vw
  }
  .l-header__navi ul a {
    margin: 5px 0;
    font-size: 3.2vw;
    color: #fff;
  }
  .l-footer {
    padding: 40px 0 10px
  }
  .l-footer__logo {
    margin-bottom: 20px
  }
  .l-footer__logo svg {
    width: 100px;
    height: auto
  }
}

.c-loading {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  -webkit-transition: all 1s ease;
  transition: all 1s ease
}

.c-loading.is-act {
  opacity: 0;
  pointer-events: none
}

.c-inner {
  width: 980px;
  padding: 0 50px;
  margin: 0 auto
}

.c-ttl01 {
  font-size: 3.6rem;
  line-height: 100%;
  font-weight: 400;
  color: #000;
  text-align: center;
  margin-bottom: 74px;
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  letter-spacing: -.2rem
}

.c-ttl01.is-act {
  letter-spacing: .2rem;
  opacity: 1
}

.c-fadein {
  opacity: 0;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
  -webkit-transform: translateY(20px);
  transform: translateY(20px)
}

.c-fadein.is-act {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

@media only screen and (max-width:767px) {
  .c-inner {
    width: 100vw;
    padding: 0 25px
  }
  .c-ttl01 {
    font-size: 7vw;
    margin-bottom: 40px
  }
}

.p-index_kv {
  background: #555;
  text-align: right;
  height: 100vh;
  background-image: url(../../img/kv_bg.jpg);
  background-size: cover;
  background-position: center center;
  position: relative
}

@media only screen and (min-device-pixel-ratio:1.5), only screen and (-o-min-device-pixel-ratio:3/2), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-device-pixel-ratio:1.5) {
  .p-index_kv {
    background-image: url(../../img/kv_bg@2x.jpg)
  }
}

.p-index_kv__ja {
  position: absolute;
  bottom: 222px;
  left: calc(44% + 150px)
}

.p-index_kv__ja svg {
  width: 400px;
  height: 250px
}

.p-index_kv__ja .cls-1, .p-index_products__box a.is-hover svg {
  fill: #fff
}

.p-index_kv__scroll {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  -webkit-animation: btDown 1.5s infinite;
  animation: btDown 1.5s infinite
}

.p-index_kv__scroll .text {
  display: block;
  font-size: 1rem;
  letter-spacing: .05rem;
  text-transform: uppercase
}


@media only screen and (min-device-pixel-ratio:1.5), only screen and (-o-min-device-pixel-ratio:3/2), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-device-pixel-ratio:1.5) {

.p-index_business {
  margin-bottom: 120px;
  padding-top: 155px;
}

.p-index_business_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
}

.bs-box{
    width: 50%;
    margin: 0 0 0 3.84615%;
    -webkit-box-shadow: 0px 22px 32px 0px rgb(0 0 0 / 6%);
}

.bs-box:nth-of-type(2n+1) {
    margin-left: 0;
}

.bs-box_img {
    position: relative;
    backface-visibility: hidden;
    z-index: 0;
}

.bs-box_img:before {
    content: '';
    display: block;
    width: 100%;
    padding: 72% 0 0;
}

.bs-box_img_tgt {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.bs-box_img_tgt_bg {
    background-image: url(../../img/service_01.jpg);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 0;
}

.bs-box_img_tgt_bg2 {
    background-image: url(../../img/service_02.jpg);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 0;
}

.bs-box_tx{
  padding: 49px 12.5%;
  margin: 0;
  width: 100%;
  backface-visibility: hidden;
  position: relative;
  z-index: 5;
  background-color: #fff;
}

.bs-box_tx_tag {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
    align-content: flex-start;
    -webkit-box-align: baseline;
    align-items: baseline;
}

.bs-box_tx_en{
  font-size: 16pt;
  letter-spacing: .02em;
  color: #a05f2d;
  font-family: graphie, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.bs-box_tx_ttl{
  font-size: 20px;
  margin: 23px 0 0;
  letter-spacing: .04em;
  line-height: 1.5;
  font-weight: 400;
}

.bs-box_tx_read{
  font-size: 15px;
  margin: 26px 0 0;
  letter-spacing: .04em;
  line-height: 2;
  color: #666;
}

.p-index_about {
  padding-bottom: 120px;
  padding-top: 155px;
  background: #e2e2e2;
}

.p-index_about__overview {
  margin: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 175%;
  padding-left: 80px;
}

.p-index_about__overview.-first {
  margin-top: 85px;
}

.p-index_about__overview dt {
  width: 95px;
}

.p-index_about__overview dd {
  padding-left: 35px;
  position: relative;
}

.p-index_about__overview dd::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  border-left: 1px solid #3c3636;
  height: calc(100% - 4px);
}

.p-index_about__map {
  height: 327px;
  margin-top: 55px;
}

.p-index_about__map iframe, .p-index_products__box svg, .p-index_recruit__btn a {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.p-index_about__map iframe {
  height: 100%;
  display: block;
  width: 100%;
}

.p-index_contact {
  color: #fff;
  background: #a05f2d;
  padding: 110px 0 115px;
}

.p-index_contact__guide {
  text-align: center;
  margin-top: 85px
}

.p-index_contact__form iframe {
  display: block;
  width: 100%;
  height: 680px;
}

@media only screen and (max-width:767px) {
  .p-index_kv {
    height: 90vw;
    min-height: auto;
    margin-top: 57px;
  }
  .p-index_kv__en, .p-index_kv__ja {
    left: auto;
    right: 26px;
    bottom: 8vw;
  }
  .p-index_kv__ja svg {
    width: 70%;
    height: auto;
  }
  .p-index_kv__en {
    bottom: 60vw;
  }
  .p-index_kv__en svg {
    width: 80%;
  }
  .p-index_kv__scroll {
    bottom: 10px;
    display: none;
  }
  .p-index_kv__scroll img {
    width: 6px;
    vertical-align: bottom;
  }
  .p-index_business {
    padding: 60px 0 0;
    margin-bottom: 70px;
  }
  .bs-box {
    width: 100%;
    margin: 30px 0 0 0;
    -webkit-box-shadow: 0px 22px 32px 0px rgb(0 0 0 / 6%);
  }
  .p-index_business_list {
    display: block;
    -webkit-box-pack: justify;
    justify-content: none;
  }

  .p-index_about {
    padding: 60px 0;
  }
  .p-index_about__overview {
    padding: 0;
    line-height: 180%;
  }
  .p-index_about__overview.-first, .p-index_recruit__overview.-first {
    margin-top: 0;
  }
  .p-index_about__overview dt {
    width: 20%;
  }
  .p-entry_form__guide br, .p-index_about__overview dt br, .p-index_recruit__overview dt br {
    display: block;
  }
  .p-index_about__overview dd {
    width: 80%;
    padding-left: 20px;
  }
  .p-index_about__overview dd::before {
    top: 2px;
    height: calc(100% - 4px);
  }
  .p-index_about__map {
    height: 80vw;
  }
  .p-index_contact {
    padding: 60px 0;
  }
  .p-index_contact__guide {
    margin: 0 0 30px;
  }
  .p-index_contact__form iframe {
    height: 850px;
  }

.u-white {
  color: #fff;
}

}

