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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  overflow-x: clip;
}

.is-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

.is-md {
  display: none;
}
@media screen and (max-width: 768px) {
  .is-md {
    display: block;
  }
}

/***************************************
index
****************************************/
.l-inner {
  width: min(100% - 20px, 1326px);
  margin-inline: auto;
}

.l-inner__content {
  width: min(100%, 1200px);
  margin-inline: auto;
  padding-inline: 1.25rem;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  height: 100px;
}
@media screen and (max-width: 576px) {
  .header {
    height: 60px;
  }
}

.header-logo {
  width: 283px;
  margin-left: 1rem;
}
@media screen and (max-width: 576px) {
  .header-logo {
    width: 198px;
    margin-left: 1.25rem;
  }
}

.header-nav {
  margin-left: auto;
  margin-right: 1.125rem;
}

.header-nav-menus {
  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;
  line-height: 1.5;
  position: relative;
}

.header-nav-item {
  padding-inline: 1.5rem;
  -webkit-transform: skewX(139deg);
          transform: skewX(139deg);
  font-size: 0.875rem;
  line-height: 1.7142857143;
  position: relative;
}
.header-nav-item + .header-nav-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1px;
  width: 1px;
  height: 14px;
  top: 8px;
}
@media screen and (max-width: 1200px) {
  .header-nav-item + .header-nav-item::before {
    top: 2px;
  }
}
@media screen and (max-width: 1200px) {
  .header-nav-item {
    font-size: 0.625rem;
    padding-inline: 0.625rem;
  }
}

.header-nav-item:nth-child(4) {
  padding-inline: 1.125rem;
  padding-right: 1.0625rem;
}
@media screen and (max-width: 1200px) {
  .header-nav-item:nth-child(4) {
    padding-inline: 0.625rem;
  }
}

.header-nav-item:nth-child(5) {
  padding-inline: 1.875rem;
}
@media screen and (max-width: 1200px) {
  .header-nav-item:nth-child(5) {
    padding-inline: 0.625rem;
  }
}

.header-nav-link {
  display: block;
  -webkit-transform: skewX(-135deg);
          transform: skewX(-135deg);
  line-height: 1.25;
}

/***************************************
index
****************************************/
body {
  font-family: "Noto Serif JP", serif !important;
}

.c-entry__header {
  display: none;
}

@media screen and (max-width: 576px) {
  .c-site-branding {
    margin-left: 0 !important;
  }
}

.c-site-branding__title img {
  width: 500px !important;
}
@media screen and (max-width: 576px) {
  .c-site-branding__title img {
    width: 200px !important;
  }
}

.smb-section__subtitle {
  display: inline-block;
  color: #999999;
  background: #b91c1c;
  padding-inline: 10px;
  border-radius: 30px;
  font-family: "Montserrat", sans-serif;
}

.gglobe {
  width: 30px !important;
  height: 30px !important;
  background-repeat: no-repeat !important;
  margin-top: 15px;
}

@media screen and (max-width: 576px) {
  .c-fluid-container {
    padding-inline: 0rem !important;
  }
}

.column-section {
  padding-inline: 1.25rem !important;
}

.header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 576px) {
  .c-container {
    padding-inline: 1.25rem;
  }
}

.smb-section-with-bgimage__bgimage {
  max-width: 100% !important;
}

.c-breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-breadcrumbs__item a {
  display: inline;
}

.c-breadcrumbs__item:not(:first-child) {
  padding-left: 0.625rem;
}

.l-contents__inner {
  padding: 0 !important;
}

.smb-items__item {
  padding-inline: 0rem;
}

.l-footer__footer .c-row {
  display: block;
  text-align: center;
}

.c-copyright .c-container {
  color: #333;
}

.smb-items__item__action {
  text-align: left;
}

@media screen and (max-width: 576px) {
  .smb-section__inner {
    padding-inline: 0.625rem;
  }
}

.slide-wrapper {
  margin-top: -4.6875rem !important;
}

.n2-ss-widget {
  display: none;
}

.fv-box {
  margin-top: -34px !important;
  width: 800px;
  max-width: 100%;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 576px) {
  .fv-box {
    margin-top: 0;
    width: 300px;
  }
}

.country {
  position: relative;
  margin-top: 0 !important;
}

.country::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../img/texture-img.png) no-repeat center center/cover;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}

.other-service {
  position: relative;
}

.other-service::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../img/texture-img.png) no-repeat center center/cover;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}

.smb-panels__item__action a {
  display: inline-block;
  background: #972117;
  color: #fff !important;
  padding: 5px 10px;
  border-radius: 5px;
}

.l-footer__body .c-container {
  max-width: 50%;
}

.l-footer__body .menu {
  text-align: center;
}

.wp-block-categories-list {
  text-align: center;
}

.p-footer-sub-nav {
  background-color: #fef5f4;
}

@media screen and (max-width: 576px) {
  .p-footer-sub-nav .c-navbar {
    display: block;
  }
}

.blog .p-footer-sub-nav {
  margin-top: 1.25rem !important;
}

.c-copyright {
  background-color: #fef5f4;
}

@media screen and (max-width: 576px) {
  .cta {
    display: none;
  }
}

.cta .smb-items__item {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 10px;
  margin: 0;
  padding: 10px 0;
  z-index: 2;
  width: 40px;
  text-align: center;
  font-size: 17px;
  color: white;
  background: #b91c1c !important;
  width: 200px !important;
  border: 1px solid #b91c1c !important;
}

.cta .smb-items__item::after {
  content: "";
  position: absolute;
  right: 20px;
  top: -2px;
  height: 30px;
  width: 21px;
  border-left: 15px solid #ffffff;
  border-right: 15px solid #ffffff;
  border-bottom: 10px solid transparent;
}

.cta .smb-items__item__body {
  position: relative;
}

.cta .smb-items__item__body::before {
  content: "contact";
  font-family: "Courgette", cursive;
  position: absolute;
  top: -25%;
  left: -40%;
  width: 100%;
  height: 100%;
  z-index: 1;
  color: #999999;
  font-size: 1.625rem;
  rotate: -45deg;
}

.blog-banner .c-row__col:nth-of-type(4) {
  margin-left: 20%;
}
@media screen and (max-width: 768px) {
  .blog-banner .c-row__col:nth-of-type(4) {
    margin-left: 0;
  }
}

.business-counter .smb-items__item__figure {
  padding-top: 1.25rem;
}

.business-contact .addtoany_share_save_container {
  display: none;
}

.home .addtoany_content {
  margin-top: 45px !important;
  margin-bottom: -75px !important;
}/*# sourceMappingURL=style.css.map */