@charset "UTF-8";
/* MEDIA QUERIES
 * * -----------------------------------------------*/
/* ADDITIONAL RESET
 * * -----------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
  opacity: 0;
  transition: opacity 0.26s ease;
}
html.wf-inactive {
  opacity: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

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

body * {
  max-height: 99999em;
  word-break: break-word;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  word-break: normal;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  -webkit-appearance: none;
  font: inherit;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

textarea {
  overflow: auto;
  white-space: pre-line;
  resize: none;
}

.button-float {
  display: inline-block;
  text-decoration: none;
  outline: none;
  transition: all 0.3s;
}

.button-float:hover {
  box-shadow: 0 4px 20px rgb(198, 192, 159);
  border-color: transparent;
}

.button-float-up {
  position: relative;
  top: 0;
  display: inline-block;
  text-decoration: none;
  outline: none;
  transition: all 0.3s;
}
.button-float-up:hover {
  top: -3px;
  box-shadow: 0 2px 3px rgb(198, 192, 159);
}

/* PRINTING
 * * -----------------------------------------------*/
@media print {
  body {
    -webkit-print-color-adjust: exact;
    transform: scale(0.7) !important;
    transform-origin: left top;
    width: 70% !important;
  }

  html,
body {
    margin: 0;
  }

  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
/* GENERAL
 * * -----------------------------------------------*/
body {
  color: #000;
  font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, sans-serif;
  font-weight: 400;
  line-height: 1.8;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  overflow-y: scroll;
}
body.is-has-menu {
  width: 100%;
  height: 100%;
}

a {
  color: #000;
  text-decoration: none;
}

.hidden {
  display: none;
}

.image-common {
  display: block;
  width: 100%;
}

.container {
  overflow: hidden;
}

/* RESPONSIVE
 * * -----------------------------------------------*/
@media print, (min-width: 768px) {
  body {
    font-size: 16px;
  }
  body.is-has-menu {
    min-width: 1300px;
  }
  body.is-has-menu .container {
    position: absolute !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .container {
    min-width: 1300px;
    position: static !important;
    padding-top: 80px;
  }

  .wrapper {
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }

  .wrapper-large {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .sm {
    display: none !important;
  }

  .trans {
    opacity: 1;
    transition: opacity 0.26s ease;
  }
  .trans:hover {
    opacity: 0.8;
  }

  .trans-blue {
    color: #1571da;
    opacity: 1;
    transition: opacity 0.26s ease;
  }
  .trans-blue:hover {
    opacity: 0.8;
  }

  .trans-black-blue {
    opacity: 1;
    transition: opacity 0.26s ease;
  }
  .trans-black-blue:hover {
    color: #1571da;
  }
}
@media only screen and (max-width: 767.98px) {
  html {
    font-size: 26.6666666667vw;
  }

  body {
    font-size: 0.16rem;
  }
  body.is-has-menu {
    overflow: hidden;
  }

  .container {
    min-width: 320px;
    padding-top: 0.8rem;
  }

  .wrapper {
    padding-left: 0.26rem;
    padding-right: 0.26rem;
  }

  .md {
    display: none !important;
  }

  .trans-blue {
    color: #1571da;
  }
}
footer {
  position: relative;
}

.button-top {
  position: fixed;
  z-index: 1300;
  display: none;
  cursor: pointer;
}
.button-top:before {
  content: "";
  display: block;
  border-radius: 100%;
  border: 1px solid #775844;
  background: #fff url(../img/common/btn_top.svg) no-repeat center center/42px auto;
}
.button-top.is-button-sticky {
  position: absolute;
  bottom: auto;
  transition: 0.26s ease;
}

.footer-contact-us {
  background: #f5f5f5;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
}
.footer-contact-us .contact-us-en {
  line-height: 1.2;
  display: block;
}
.footer-contact-us .contact-us-time {
  position: relative;
}
.footer-contact-us .contact-us-tel {
  display: inline-block;
  position: relative;
}
.footer-contact-us .contact-us-tel:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background: url(../img/common/icon_tel.svg) no-repeat center center/100% auto;
}

@media print, (min-width: 768px) {
  .button-top {
    right: 30px;
    bottom: 35px;
  }
  .button-top:before {
    width: 70px;
    height: 70px;
    transition: 0.26s ease;
  }
  .button-top:hover:before {
    opacity: 0.7;
  }
  .button-top.is-button-sticky {
    top: -94px;
  }

  .footer-contact-us {
    padding: 49px 0 53px;
    font-size: 18px;
  }
  .footer-contact-us .contact-us-title {
    font-size: 20px;
    margin-bottom: 28px;
  }
  .footer-contact-us .contact-us-en {
    font-size: 32px;
    margin-top: 9px;
  }
  .footer-contact-us .button-primary {
    width: 528px;
    height: 80px;
    font-size: 20px;
    margin-bottom: 41px;
  }
  .footer-contact-us .contact-us-group {
    padding-right: 3px;
  }
  .footer-contact-us .contact-us-text {
    margin-right: 22px;
  }
  .footer-contact-us .contact-us-time {
    font-size: 12px;
    top: -2px;
  }
  .footer-contact-us .contact-us-tel {
    font-size: 32px;
    pointer-events: none;
    padding-left: 25px;
    margin-right: 8px;
    top: 3px;
  }
  .footer-contact-us .contact-us-tel:before {
    width: 19px;
    height: 26px;
    margin-top: -9px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-top {
    right: 0.2rem;
    bottom: 0.22rem;
  }
  .button-top:before {
    width: 0.7rem;
    height: 0.7rem;
    background-size: 0.42rem auto;
  }
  .button-top.is-button-sticky {
    top: -0.92rem;
  }

  .footer-contact-us {
    padding: 0.49rem 0.11rem 0.5rem;
    font-size: 0.18rem;
  }
  .footer-contact-us .contact-us-title {
    font-size: 0.2rem;
    margin-bottom: 0.28rem;
  }
  .footer-contact-us .contact-us-en {
    font-size: 0.32rem;
    margin-top: 0.09rem;
  }
  .footer-contact-us .button-primary {
    height: 0.8rem;
    font-size: 0.2rem;
    margin-bottom: 0.51rem;
  }
  .footer-contact-us .contact-us-group > span {
    display: block;
  }
  .footer-contact-us .contact-us-text {
    margin-bottom: 0.09rem;
  }
  .footer-contact-us .contact-us-time {
    font-size: 0.12rem;
  }
  .footer-contact-us .contact-us-tel {
    font-size: 0.32rem;
    padding-left: 0.25rem;
    margin-bottom: 0.05rem;
  }
  .footer-contact-us .contact-us-tel:before {
    width: 0.19rem;
    height: 0.26rem;
    margin-top: -0.1rem;
  }
}
.footer-site {
  background: #ffffff;
  color: #000000;
  line-height: 1.8;
}
.footer-site a {
  color: #2F2725;
}
.footer-site .footer-logo {
  display: block;
}
.footer-site .footer-logo img {
  height: 47px;
}

.footer-menu {
  font-weight: bold;
}

@media print, (min-width: 768px) {
  .footer-site {
    font-size: 16px;
    padding: 0px 60px 0px 60px;
    height: max-content;
  }
  .footer-site .wrapper {
    display: flex;
    justify-content: flex-start;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    margin-top: 31px;
  }
  .footer-site .footer-logo {
    margin-right: 34px;
  }
  .footer-site .footer-menu-left ul.footer-menu-top {
    display: flex;
  }
  .footer-site .footer-menu-left ul.footer-menu-top li a {
    padding-right: 32px;
    font-size: 16px;
    font-weight: 500;
  }
  .footer-site .footer-menu-left ul.footer-menu-bottom {
    display: flex;
    padding-top: 16px;
    padding-bottom: 32px;
  }
  .footer-site .footer-menu-left ul.footer-menu-bottom li a {
    padding-right: 14px;
    font-size: 16px;
    font-weight: 500;
  }
  .footer-site .footer-menu-right {
    margin-right: 0;
    margin-left: auto;
    display: flex;
    padding-top: 3px;
  }
  .footer-site .footer-menu-right a.document {
    color: #ffffff;
    background: #ef4c59;
    width: 135px;
    height: 33px;
    border-radius: 50px;
    text-align: center;
    margin-right: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer-site .footer-menu-right a p {
    font-size: 12px;
    margin: -4px 0 0 0;
    margin-bottom: -8px;
    font-weight: 500;
  }
  .footer-site .footer-menu-right a span.tel {
    font-size: 16px;
    font-weight: 500;
  }
  .footer-site .footer-menu-right a span.tel-num {
    font-size: 24px;
    font-weight: 700;
  }
  .footer-site .copyright {
    font-size: 12px;
    height: 40px;
    color: #999999;
    text-align: center;
    padding: 9px 0 14px 0;
  }
  .footer-site .footer-right {
    display: flex;
    flex-wrap: wrap;
  }
  .footer-site .footer-group .footer-menu {
    padding-right: 33px;
    min-width: 104px;
  }
  .footer-site .footer-group .footer-menu:last-child {
    padding-right: 40px;
  }
  .footer-site .footer-address {
    margin-bottom: 9px;
  }

  .footer-menu > li:not(:last-child) {
    margin-bottom: 18px;
  }
  .footer-menu a {
    display: inline-block;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-site {
    font-size: 0.16rem;
    padding: 0.47rem 0.14rem 0.5rem;
  }
  .footer-site .footer-logo {
    width: 1.62rem;
    margin-bottom: 0.12rem;
  }
  .footer-site .footer-menu-left {
    padding: 15px 0px 0px;
    font-weight: 500;
  }
  .footer-site .footer-menu-left li {
    margin-bottom: 10px;
  }
  .footer-site .footer-menu-right {
    margin-right: 0;
    margin-left: auto;
    margin-top: 28px;
  }
  .footer-site .footer-menu-right a.document {
    color: #ffffff;
    background: #ef4c59;
    width: 190px;
    height: 33px;
    border-radius: 50px;
    text-align: center;
    margin-right: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer-site .footer-menu-right a p {
    font-size: 12px;
    margin: 10px 0 0 0;
    margin-bottom: -10px;
    font-weight: 500;
  }
  .footer-site .footer-menu-right a span.tel {
    font-size: 16px;
    font-weight: 500;
  }
  .footer-site .footer-menu-right a span.tel-num {
    font-size: 24px;
    font-weight: 700;
  }
  .footer-site .footer-left {
    margin-bottom: 0.5rem;
  }
  .footer-site .footer-group {
    margin-bottom: 0.45rem;
  }
  .footer-site .copyright {
    font-size: 0.12rem;
    color: #999999;
    text-align: center;
    margin: 20px 0 0px 0;
  }

  .footer-menu > li {
    margin-bottom: 0.17rem;
  }
  .footer-menu a {
    display: block;
  }
}
.footer-contact {
  text-align: center;
}
@media print, (min-width: 768px) {
  .footer-contact {
    font-size: 12px;
    padding: 20px 0 82px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-contact {
    font-size: 0.12rem;
    padding: 0.2rem 0.26rem;
  }
}

.footer-site-two .button-top:before {
  border-color: #00a0e9;
  background-image: url(../img/common/btn_top_01.svg);
}
.footer-site-two .footer-text {
  font-weight: 500;
}
.footer-site-two .footer-list {
  font-weight: bold;
  line-height: 1.8;
  display: flex;
  flex-wrap: wrap;
}
.footer-site-two .footer-sub {
  font-weight: 400;
}
.footer-site-two .footer-sub a {
  display: inline-block;
  position: relative;
}
.footer-site-two .footer-sub a:before {
  content: "";
  left: 0;
  position: absolute;
  border-top: 4px solid transparent;
  border-left: 7px solid #fff;
  border-bottom: 4px solid transparent;
}

@media print, (min-width: 768px) {
  .footer-site-two .wrapper {
    width: 1200px;
  }
  .footer-site-two .footer-logo {
    margin-bottom: 10px;
    display: inline-block;
  }
  .footer-site-two .footer-text {
    font-size: 15px;
    margin-top: 9px;
  }
  .footer-site-two .footer-list {
    font-size: 16px;
    position: relative;
    padding-right: 9px;
  }
  .footer-site-two .column-first {
    position: absolute;
    left: 0;
    top: 0;
  }
  .footer-site-two .column-second {
    width: 150px;
    margin-top: 46px;
  }
  .footer-site-two .column-third {
    width: 150px;
  }
  .footer-site-two .column-fourth {
    width: 126px;
  }
  .footer-site-two .column-fifth {
    width: 150px;
  }
  .footer-site-two .column-sixth {
    width: 123px;
  }
  .footer-site-two .footer-sub {
    font-size: 13px;
    padding: 5px 0 0 6px;
  }
  .footer-site-two .footer-sub a {
    display: inline-block;
    padding-left: 14px;
  }
  .footer-site-two .footer-sub a:before {
    top: 8px;
  }
  .footer-site-two .footer-link > li:not(:last-child) {
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-site-two {
    padding: 0.47rem 0.06rem 0.27rem;
  }
  .footer-site-two .footer-logo {
    margin-bottom: 0.1rem;
    display: inline-block;
  }
  .footer-site-two .footer-address {
    margin-bottom: 0.09rem;
  }
  .footer-site-two .footer-text {
    font-size: 0.15rem;
    margin-top: 0.1rem;
  }
  .footer-site-two .footer-left {
    margin-bottom: 0.32rem;
  }
  .footer-site-two .footer-list {
    font-size: 0.16rem;
    padding-left: 0.09rem;
  }
  .footer-site-two .footer-list > li {
    width: 50%;
    padding-right: 0.1rem;
    margin-bottom: 0.21rem;
  }
  .footer-site-two .column-first {
    order: 1;
  }
  .footer-site-two .column-second {
    order: 3;
  }
  .footer-site-two .column-third {
    order: 2;
  }
  .footer-site-two .column-fourth {
    order: 5;
  }
  .footer-site-two .column-fifth {
    order: 4;
  }
  .footer-site-two .column-sixth {
    order: 5;
  }
  .footer-site-two .footer-sub {
    font-size: 0.13rem;
    padding: 0.05rem 0 0 0.06rem;
  }
  .footer-site-two .footer-sub a {
    display: block;
    padding-left: 0.14rem;
  }
  .footer-site-two .footer-sub a:before {
    top: 0.08rem;
    border-top-width: 0.04rem;
    border-left-width: 0.07rem;
    border-bottom-width: 0.04rem;
  }
  .footer-site-two .footer-link > li:not(:last-child) {
    margin-bottom: 0.08rem;
  }
}
.button-primary,
.button-default,
.button-basic,
.button-base,
.button-egaku {
  font-weight: 600;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  transition: 0.26s ease;
}

.button-primary {
  color: #fff;
  background: #005ead;
  border-color: #005ead;
}
.button-primary:hover {
  background: #fff;
  color: #005ead;
}

.button-primary.thanks-close {
  background: #fff;
  border-color: #775844;
  color: #775844;
  max-width: 300px;
  margin-top: 2rem;
  min-height: 45px;
  height: 45px;
}
.button-primary.thanks-close:hover {
  background: #775844;
  color: #fff;
}

@media only screen and (max-width: 767.98px) {
  .button-primary.thanks-close {
    max-width: 90%;
    margin: 0.4rem auto 0.4rem auto;
  }
}
.button-basic {
  color: #fff;
  background: #00a0e9;
  border-color: #00a0e9;
}
.button-basic:hover {
  background: #fff;
  color: #00a0e9;
}

.button-default {
  background: #fff;
  color: #005ead;
  border-color: #005ead;
}
.button-default:hover {
  color: #fff;
  background: #005ead;
}

.button-base {
  background: #fff;
  color: #00a0e9;
  border-color: #00a0e9;
}
.button-base:hover {
  color: #fff;
  background: #00a0e9;
}

.button-egaku {
  background: #856856;
  color: #ffffff;
  border-color: #856856;
}
.button-egaku:hover {
  color: #856856;
  background: #ffffff;
}

@media print, (min-width: 768px) {
  .button-primary,
.button-default,
.button-basic,
.button-base,
.button-egaku {
    font-size: 16px;
    border-radius: 4px;
    min-height: 60px;
    padding: 4px 16px 6px;
    margin: 0 auto;
  }

  .button-default {
    width: 300px;
  }

  .button-base {
    width: 200px;
  }

  .client {
    margin: 0px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-primary,
.button-default,
.button-basic,
.button-base,
.button-egaku {
    font-size: 0.16rem;
    border-radius: 0.04rem;
    min-height: 0.6rem;
  }

  .button-primary,
.button-basic {
    padding: 0.04rem 0.15rem 0.07rem;
  }

  .button-default,
.button-base {
    padding: 0.04rem 0.15rem 0.06rem;
    margin: 0 auto;
  }

  .button-default {
    width: 3rem;
  }

  .button-base {
    width: 2rem;
  }

  .client {
    margin: 0px;
  }
}
.title-common {
  text-align: center;
}
.title-common .is-text-small {
  color: #005ead;
}
.title-common .is-text-small,
.title-common .is-text-big {
  display: block;
  font-weight: bold;
  line-height: 1.46;
}

.title-keyvisual-common {
  line-height: 1.4;
  font-weight: bold;
}
.title-keyvisual-common .is-english {
  font-family: Verdana, sans-serif;
}
.title-keyvisual-common .is-revert {
  font-family: inherit;
}
.title-keyvisual-common .is-english,
.title-keyvisual-common .is-japan {
  display: block;
}
.title-keyvisual-common .is-title-blue {
  color: #00a0e9;
}

.title-primary {
  text-align: center;
  line-height: 1.453;
  font-weight: bold;
}
.title-primary > span {
  display: block;
}

@media print, (min-width: 768px) {
  .title-common {
    margin-bottom: 24px;
  }
  .title-common .is-text-small {
    font-size: 20px;
    margin-bottom: 3px;
  }
  .title-common .is-text-big {
    font-size: 32px;
  }

  .title-keyvisual-common .is-english {
    font-size: 96px;
    margin-bottom: -2px;
  }
  .title-keyvisual-common .is-japan {
    font-size: 24px;
  }

  .title-primary {
    font-size: 32px;
  }
  .title-primary .is-primary-text {
    font-size: 16px;
    margin-bottom: 7px;
  }

  .title-background-common {
    padding-bottom: 48px;
    min-height: 402px;
    background-size: 958px 402px;
  }
  .title-background-common .is-english {
    font-size: 72px;
  }
  .title-background-common .is-japan {
    margin: 0 15px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common {
    margin-bottom: 0.24rem;
  }
  .title-common .is-text-small {
    font-size: 0.2rem;
  }
  .title-common .is-big {
    font-size: 0.32rem;
  }
  .title-common .is-text-big {
    font-size: 0.32rem;
  }
  .title-common .is-text-big.vision-text {
    font-size: 0.25rem;
  }

  .title-keyvisual-common .is-english {
    margin-bottom: 0.02rem;
    font-size: 0.48rem;
  }
  .title-keyvisual-common .is-japan {
    font-size: 0.2rem;
  }

  .title-primary {
    font-size: 0.32rem;
  }
  .title-primary .is-primary-text {
    font-size: 0.16rem;
    margin-bottom: 0.07rem;
  }
  .title-primary.size-middle {
    font-size: 0.28rem;
  }
}
.breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb-list > li {
  font-weight: bold;
}
.breadcrumb-list > li:not(:last-child)::after {
  content: "＞";
}
.breadcrumb-list a {
  color: #1571da;
}

@media print, (min-width: 768px) {
  .breadcrumb-common {
    padding: 0 32px;
  }

  .breadcrumb-list {
    font-size: 12px;
  }
  .breadcrumb-list > li::after {
    margin: 0 9px;
  }
}
@media only screen and (max-width: 767.98px) {
  .breadcrumb-common {
    padding: 0 0.18rem;
  }

  .breadcrumb-list {
    font-size: 0.12rem;
  }
  .breadcrumb-list > li::after {
    margin: 0 0.1rem;
  }
}
.keyvisual-title-common {
  background-color: #f5f5f5;
}

@media print, (min-width: 768px) {
  .keyvisual-title-common {
    padding: 24px 0 20px;
    min-height: 250px;
  }

  .breadcrumb-common {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .keyvisual-title-common {
    padding: 0.24rem 0;
    min-height: 2rem;
  }
  .keyvisual-title-common .wrapper {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }

  .breadcrumb-common {
    margin-bottom: 0.34rem;
  }
}
header {
  box-sizing: border-box;
  height: 80px;
  width: 100%;
  padding: 0px 60px;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: 0;
  z-index: 10;
  background: #ffffff;
  min-width: 1200px;
}
header.contact-header {
  align-items: center;
}
header .logo {
  align-items: center;
  max-width: 187px;
  width: 140px;
}
header nav ul {
  display: flex;
  list-style: none;
}
header nav ul li {
  display: flex;
  align-items: center;
}
header nav ul li .header-menu {
  color: #000000;
  text-decoration: none;
  position: relative;
  display: inline-block;
  line-height: 60px;
  padding: 0 1.2em;
  font-size: 16px;
  font-weight: 500;
}
header nav ul li .header-menu::after {
  position: absolute;
  bottom: 2px;
  left: 3px;
  content: "";
  width: 95%;
  height: 1px;
  background: #000000;
  transform: scale(0, 1);
  transform-origin: center center;
  transition: transform 0.3s;
}
header nav ul li .header-menu:hover::after {
  transform: scale(1, 1);
}
header nav ul li .document {
  color: #ffffff;
  background: #ef4c59;
  width: 135px;
  height: 33px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  margin-right: 25px;
  padding-right: 0px;
}
header nav ul li p {
  font-size: 16px;
}
header nav ul a.tel-text p {
  font-size: 12px;
  margin: auto 0;
  margin-top: 10px;
  margin-bottom: -8px;
  font-weight: 500;
}
header nav ul a.tel-text span.tel-num {
  font-size: 24px;
  font-weight: 700;
}
header nav ul a.tel-text span.tel {
  font-size: 16px;
  font-weight: 500;
}

@media only screen and (max-width: 767.98px) {
  header {
    min-width: 320px;
    width: 100%;
  }
  header.contact-header {
    justify-content: center;
  }

  header.sub-header {
    padding: 0 26px 0 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header.sub-header #hamburger {
    background-color: transparent;
    position: relative;
    cursor: pointer;
    margin: 0 0 0 auto;
    height: 60px;
    width: 60px;
  }
  header.sub-header #hamburger .icon span {
    position: absolute;
    left: 15px;
    width: 30px;
    height: 4px;
    background-color: #000000;
    border-radius: 8px;
    transition: ease 0.75s;
    transition-duration: 0.4s;
  }
  header.sub-header #hamburger .icon span:nth-of-type(1) {
    top: 16px;
  }
  header.sub-header #hamburger .icon span:nth-of-type(2) {
    top: 28px;
  }
  header.sub-header #hamburger .icon span:nth-of-type(3) {
    top: 40px;
  }
  header.sub-header #hamburger .icon.close span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 28px;
  }
  header.sub-header #hamburger .icon.close span:nth-of-type(2) {
    transform: rotate(45deg);
    opacity: 0;
  }
  header.sub-header #hamburger .icon.close span:nth-of-type(3) {
    transform: rotate(-45deg);
    top: 28px;
  }
  header.sub-header nav.sm-v {
    padding-top: 30px;
    top: 80px;
    left: 0px;
    position: absolute;
    z-index: 10;
    width: 100%;
    background-color: rgba(119, 88, 68, 0.9);
  }
  header.sub-header nav ul {
    flex-direction: column;
    margin-left: 20px;
  }
  header.sub-header nav ul li {
    position: relative;
  }
  header.sub-header nav ul li a {
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    height: 48px;
  }
  header.sub-header nav ul li a.document {
    width: 190px;
    height: 40px;
    margin: 0;
  }
  header.sub-header nav ul li a.border:after {
    position: absolute;
    content: "";
    bottom: 5px;
    left: 0px;
    width: 95%;
    border: 1px solid #654B3A;
  }
  header.sub-header nav ul span {
    color: #ffffff;
    padding-bottom: 20px;
  }
  header.sub-header nav ul span a p {
    color: #ffffff;
    margin-left: 5px;
    margin-top: 10px;
    margin-bottom: -7px;
    text-align: left;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  header.sub-header nav ul span a span.tel {
    margin-left: 5px;
    font-size: 16px;
    font-weight: 500;
  }
  header.sub-header nav ul span a span.tel-num {
    font-size: 24px;
    font-weight: 500;
  }
  header.sub-header nav ul li.button-document {
    padding: 40px 0px 0px;
  }
}/*# sourceMappingURL=common.css.map */