@charset "UTF-8";
/*-- foundationフォルダの中の_index.scss --*/
/*@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 500;
  font-display: swap;
  src: url(../font/ZenMaruGothic-Medium-Subset.woff2) format("woff2"),
    url(../font/ZenMaruGothic-Medium-Subset.woff) format("woff");
}

@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 700;
  font-display: swap;
  src: url(../font/ZenMaruGothic-Bold-Subset.woff2) format("woff2"),
    url(../font/ZenMaruGothic-Bold-Subset.woff) format("woff");
}

@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 900;
  font-display: swap;
  src: url(../font/ZenMaruGothic-Black-Subset.woff2) format("woff2"),
    url(../font/ZenMaruGothic-Black-Subset.woff) format("woff");
}

// 縦書き・横書き両用のフォントが使えないので
@font-face {
  font-family: "Zen Maru Gothic ALL";
  font-weight: 700;
  font-display: swap;
  src: url(../font/ZenMaruGothic-Bold.woff2) format("woff2"),
    url(../font/ZenMaruGothic-Bold.woff) format("woff");
}

@font-face {
  font-family: "Roboto";
  font-weight: 700;
  font-display: swap;
  src: url(../font/Roboto-Bold-Subset.woff2) format("woff2"),
    url(../font/Roboto-Bold-Subset.woff) format("woff");
}

@font-face {
  font-family: "Roboto";
  font-weight: 900;
  font-display: swap;
  src: url(../font/Roboto-Black-Subset.woff2) format("woff2"),
    url(../font/Roboto-Black-Subset.woff) format("woff");
}*/
@font-face {
  font-family: "NotoSansJP";
  font-weight: 900;
  font-display: swap;
  src: url(../font/NotoSansJP-Black-Subset.woff2) format("woff2"), url(../font/NotoSansJP-Black-Subset.woff) format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-weight: 700;
  font-display: swap;
  src: url(../font/NotoSansJP-Bold-Subset.woff2) format("woff2"), url(../font/NotoSansJP-Bold-Subset.woff) format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-weight: 500;
  font-display: swap;
  src: url(../font/NotoSansJP-Medium-Subset.woff2) format("woff2"), url(../font/NotoSansJP-Medium-Subset.woff) format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-weight: 400;
  font-display: swap;
  src: url(../font/NotoSansJP-Regular-Subset.woff2) format("woff2"), url(../font/NotoSansJP-Regular-Subset.woff) format("woff");
}
@font-face {
  font-family: "Raleway";
  font-weight: 900;
  font-display: swap;
  src: url(../font/Raleway-Black-Subset.woff2) format("woff2"), url(../font/Raleway-Black-Subset.woff) format("woff");
}
@font-face {
  font-family: "Raleway";
  font-weight: 700;
  font-display: swap;
  src: url(../font/Raleway-Bold-Subset.woff2) format("woff2"), url(../font/Raleway-Bold-Subset.woff) format("woff");
}
body {
  color: #313131;
  background: #F5F5F5;
  font-family: "NotoSansJP", sans-serif;
  -webkit-text-size-adjust: none;
  font-size: 16px;
  font-weight: 500;
}

body,
h1,
h2,
h3,
h4,
h5,
table,
th,
td,
ul,
li,
ol,
dl,
dt,
dd,
form,
fieldset,
p,
figure {
  margin: 0px;
  padding: 0px;
  font-weight: 500;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-underline-offset: 3px;
}
@media only screen and (max-width: 350px) {
  body,
  h1,
  h2,
  h3,
  h4,
  h5,
  table,
  th,
  td,
  ul,
  li,
  ol,
  dl,
  dt,
  dd,
  form,
  fieldset,
  p,
  figure {
    font-size: 14px;
  }
}

table {
  border-collapse: collapse;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}
a img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  backface-visibility: hidden;
}

input,
textArea,
select,
button {
  background: none;
  margin: 0px;
  outline: none;
  padding: 0px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: normal;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  -webkit-appearance: none;
}

select {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}

button {
  cursor: pointer;
}

* {
  box-sizing: border-box;
}

/*                link
======================================================= */
a {
  color: #313131;
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/*-- componentフォルダの中の_index.scss --*/
.c-main-cont-container {
  width: calc(100% - 320px);
  margin-left: 320px;
}
@media only screen and (max-width: 1800px) {
  .c-main-cont-container {
    width: calc(100% - 280px);
    margin-left: 290px;
  }
}
@media only screen and (max-width: 1271px) {
  .c-main-cont-container {
    width: 100%;
    margin: 0;
  }
}

.c-width {
  margin-left: auto;
  margin-right: auto;
  max-width: 1540px;
  padding: 0 30px;
  width: 100%;
}
@media only screen and (max-width: 1900px) {
  .c-width {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .c-width {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 399px) {
  .c-width {
    padding: 0 12px;
  }
}
.c-width--features {
  max-width: 1260px;
}
.c-width--working {
  max-width: 1387px;
}
.c-width--access {
  max-width: 1093px;
}
.c-width--flow {
  max-width: 1180px;
}
.c-width--voice {
  max-width: 1260px;
}
.c-width--faq {
  max-width: 880px;
}
.c-width--wide {
  max-width: 1700px;
}

/*-- utilityフォルダの中の_index.scss --*/
@media only screen and (min-width: 1024px) {
  .u-pc-hide {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .u-tb-show {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .u-tb-hide {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .u-sp-hide {
    display: none;
  }
}

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

@media only screen and (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-sp-show {
    display: block;
  }
}

.u-sp-space {
  display: none;
}
@media only screen and (max-width: 767px) {
  .u-sp-space {
    display: inline;
  }
}

.u-txt-left {
  text-align: left;
}

.u-txt-center {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .u-txt-center.--sp {
    text-align: left;
  }
}

.u-txt-right {
  text-align: right;
}

@media only screen and (max-width: 1279px) {
  .u-block-center-tb {
    margin-left: auto;
    margin-right: auto;
  }
}

.u-ml-auto {
  margin-left: auto;
}

.u-mr-auto {
  margin-right: auto;
}

.u-ib {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .u-ib-sp {
    display: inline-block;
  }
}

.u-bold {
  font-weight: 700;
}

.u-mt8 {
  margin-top: 8px;
}

.u-mt16 {
  margin-top: 16px;
}

.u-mt18 {
  margin-top: 0.9375vw;
}
@media only screen and (max-width: 1279px) {
  .u-mt18 {
    margin-top: 2.34375vw;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt18 {
    margin-top: 4.8vw;
  }
}

.u-mt20 {
  margin-top: 1.0416666667vw;
}
@media only screen and (max-width: 1279px) {
  .u-mt20 {
    margin-top: 2.6041666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt20 {
    margin-top: 5.3333333333vw;
  }
}

.u-mt24 {
  margin-top: 1.25vw;
}
@media only screen and (max-width: 1279px) {
  .u-mt24 {
    margin-top: 3.125vw;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt24 {
    margin-top: 6.4vw;
  }
}

.u-mt30 {
  margin-top: 1.5625vw;
}
@media only screen and (max-width: 1279px) {
  .u-mt30 {
    margin-top: 3.90625vw;
  }
}

.u-mt32 {
  margin-top: 1.6666666667vw;
}
@media only screen and (max-width: 1279px) {
  .u-mt32 {
    margin-top: 3.6458333333vw;
  }
}

.u-mt35 {
  margin-top: 1.8229166667vw;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt48 {
  margin-top: 48px;
}

.u-mt56 {
  margin-top: 56px;
}

.u-mt64 {
  margin-top: 64px;
}

.u-mt72 {
  margin-top: 3.75vw;
}
@media only screen and (max-width: 767px) {
  .u-mt72 {
    margin-top: 14.4vw;
  }
}

.u-mt80 {
  margin-top: 80px;
}

.u-mt82 {
  margin-top: 4.2708333333vw;
}

.u-mt88 {
  margin-top: 88px;
}

.u-mt96 {
  margin-top: 96px;
}

.u-mt100 {
  margin-top: 5.2083333333vw;
}

.u-mt104 {
  margin-top: 104px;
}

.u-mt112 {
  margin-top: 112px;
}

.u-mt120 {
  margin-top: 120px;
}

.u-mb80 {
  margin-bottom: 4.1666666667vw;
}

.u-ml8 {
  margin-left: 8px;
}

.u-ml16 {
  margin-left: 16px;
}

.u-ml24 {
  margin-left: 24px;
}

.u-ml32 {
  margin-left: 32px;
}

.u-ml40 {
  margin-left: 40px;
}

.u-ml48 {
  margin-left: 48px;
}

.u-ml56 {
  margin-left: 56px;
}

.u-ml64 {
  margin-left: 64px;
}

.u-ml72 {
  margin-left: 72px;
}

.u-ml80 {
  margin-left: 80px;
}

.u-ml88 {
  margin-left: 88px;
}

.u-ml96 {
  margin-left: 96px;
}

.u-ml104 {
  margin-left: 104px;
}

.u-ml112 {
  margin-left: 112px;
}

.u-ml120 {
  margin-left: 120px;
}

/*-- layoutフォルダの中の_index.scss --*/
.l-wrap {
  overflow: hidden;
}
.l-header {
  position: fixed;
  left: 0;
  top: 0;
  background-color: #E6E1CF;
  width: 100%;
  height: 102px;
  padding: 12px 0;
  z-index: 999;
  transition: all 0.3s;
  /*@media only screen and (max-height: 950px) {
    padding: 20px 22px 20px;
  }

  @media only screen and (max-width: 1800px) {
    width: 280px;
  }

  @media only screen and (max-width: 1271px) {
    top: 0;
    left: 0;
    // height: 48px;
    height: 60px;
    width: 100vw;
    padding: 0 31px;
    overflow-y: hidden;
    background-color: transparent;
    background-color: #fff;
  }

  @media only screen and (max-width: 767px) {
    height: 48px;
    padding: 0 14px;
  }*/
}
@media only screen and (max-width: 1279px) {
  .l-header {
    height: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .l-header {
    padding: 20.5px 0;
    height: 64px;
  }
}
.l-header.is-sp-menu-open {
  background: #F1F1E9;
}

.l-header__inner {
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1279px) {
  .l-header__inner {
    height: 100%;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .l-header__inner {
    padding: 0 20px;
  }
}

.l-header__inner-right {
  display: flex;
  align-items: center;
  gap: 42px;
}
@media only screen and (max-width: 1279px) {
  .l-header__inner-right {
    display: none;
  }
}

.p-header-nav__list {
  display: flex;
  gap: 24px;
  align-items: center;
}

.p-header-nav__link {
  font-size: 14px;
  opacity: 1;
  transition: all 0.3s;
}
@media only screen and (min-width: 768px) {
  .p-header-nav__link:hover {
    opacity: 0.7;
  }
}

.p-header-cta__link {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  background: #A5934F;
  color: #fff;
  border-radius: 10PX;
  text-align: center;
  opacity: 1;
  transition: all 0.3s;
}
@media only screen and (min-width: 768px) {
  .p-header-cta__link:hover {
    opacity: 0.7;
  }
}

@media only screen and (max-width: 767px) {
  .p-header-main-logo {
    max-width: 126px;
  }
}

.l-footer {
  background-color: #313131;
  padding: 42px 0;
}

.l-footer__inner {
  display: flex;
  justify-content: space-between;
  max-width: 1440px;
  padding: 0 60px;
}
@media only screen and (max-width: 1023px) {
  .l-footer__inner {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer__inner {
    flex-direction: column-reverse;
    align-items: center;
    gap: 30px;
    padding: 0;
  }
}

.l-footer__left {
  color: #fff;
}

.l-footer__company {
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (max-width: 480px) {
  .l-footer__company {
    font-size: 17px;
  }
}

.l-footer__left-bottom {
  margin-top: 35px;
}

.l-footer__copy {
  margin-top: 10px;
  font-size: 12px;
}

.l-footer__link {
  font-size: 14px;
  color: #fff;
  text-decoration: underline;
  position: relative;
  padding-right: 20px;
  opacity: 1;
  transition: all 0.3s;
}
@media only screen and (min-width: 768px) {
  .l-footer__link:hover {
    opacity: 0.7;
  }
}
.l-footer__link::before {
  position: absolute;
  content: "";
  background-image: url("../media/images/common/footer_link_icon.png.webp");
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 17px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.l-footer__logo-link {
  display: block;
  opacity: 1;
  transition: all 0.3s;
}
@media only screen and (min-width: 768px) {
  .l-footer__logo-link:hover {
    opacity: 0.7;
  }
}

.l-footer__right {
  align-self: end;
}
@media only screen and (max-width: 1023px) {
  .l-footer__right {
    max-width: 250px;
    align-self: unset;
  }
}

.l-sp-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  padding-top: 64px;
  z-index: 998;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  background: #F1F1E9;
}
.l-sp-menu.is-open {
  opacity: 1;
  visibility: visible;
  overflow: auto;
  overscroll-behavior: contain;
}

.l-sp-menu__inner {
  padding: 32px 0;
  width: 100%;
  max-width: 303px;
  margin: auto;
  height: -moz-fit-content;
  height: fit-content;
}

.l-sp-menu__item {
  border-bottom: 1px solid #D3D3D3;
}

.l-sp-menu__link {
  font-weight: 700;
  display: block;
  padding: 16px 0;
}

.l-sp-menu__btn {
  margin-top: 48px;
}

.l-sp-menu__btn-link {
  height: 78px;
  background: #A5934F;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.l-sp-menu-btn__border {
  background: #313131;
  border-radius: 1.5px;
}

.l-sp-menu-btn {
  position: fixed;
  width: 30px;
  height: 20px;
  right: 21px;
  z-index: 1000;
  display: none;
  top: 31px;
}
.l-sp-menu-btn.is-open {
  height: 23px;
}
@media only screen and (max-width: 1271px) {
  .l-sp-menu-btn {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .l-sp-menu-btn {
    top: 21px;
  }
}
.l-sp-menu-btn.is-open .l-sp-menu-btn__border {
  width: 30px;
}
.l-sp-menu-btn.is-open .l-sp-menu-btn__border--01 {
  transform: translate(0, 6px) rotate(45deg);
  transform: translate(-3px, 10px) rotate(45deg);
}
.l-sp-menu-btn.is-open .l-sp-menu-btn__border--02 {
  opacity: 0;
}
.l-sp-menu-btn.is-open .l-sp-menu-btn__border--03 {
  transform: translate(0, -11px) rotate(-45deg);
  transform: translate(-3px, -13px) rotate(-45deg);
}

.l-sp-menu-btn__border {
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #313131;
  transition: transform 0.3s, opacity 0.3s;
}
.l-sp-menu-btn__border--01 {
  top: 0;
}
.l-sp-menu-btn__border--02 {
  top: 50%;
}
.l-sp-menu-btn__border--03 {
  top: 100%;
}/*# sourceMappingURL=common.css.map */