@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "NotoSansCJKjp-Regular";
  src: url("/../../../fonts/NotoSansCJKjp-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Medium";
  src: url("/../../../fonts/NotoSansCJKjp-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Bold";
  src: url("/../../../fonts/NotoSansCJKjp-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Regular";
  src: url("/../../../fonts/ZenKakuGothicNew-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Medium";
  src: url("/../../../fonts/ZenKakuGothicNew-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Bold";
  src: url("/../../../fonts/ZenKakuGothicNew-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Black";
  src: url("/../../../fonts/ZenKakuGothicNew-Black.ttf");
  font-display: swap;
}
/*	layout
------------------------------------ */
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "NotoSansCJKjp-Regular";
  src: url("/../../../fonts/NotoSansCJKjp-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Medium";
  src: url("/../../../fonts/NotoSansCJKjp-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Bold";
  src: url("/../../../fonts/NotoSansCJKjp-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Regular";
  src: url("/../../../fonts/ZenKakuGothicNew-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Medium";
  src: url("/../../../fonts/ZenKakuGothicNew-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Bold";
  src: url("/../../../fonts/ZenKakuGothicNew-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Black";
  src: url("/../../../fonts/ZenKakuGothicNew-Black.ttf");
  font-display: swap;
}
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/* =========================================
  base  PC
========================================= */
body { /* fontはcmn-txtに合わせる */
  width: 100%;
  min-width: 1100px;
  margin: auto;
  color: #424a4d;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 1.9rem;
  letter-spacing: 0.08em;
  line-height: 2.1;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

.disable-auto-tel a {
  color: inherit;
  text-decoration: none;
}

a[href^="tel:"] {
  pointer-events: none;
}

a[href^=fax] {
  -webkit-tap-highlight-color: transparent !important;
  pointer-events: none !important;
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  text-decoration: none !important;
}

.com-inner,
.bread-inner {
  width: 100%;
  max-width: 1080px;
  margin: auto;
}

.sec-inner-md {
  width: 1280px;
}

.sp-only, .xs-only {
  display: none !important;
}

/*	parts  PC
------------------------------------ */
a {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  a {
    transition: all 0.3s ease;
  }
  a:hover {
    opacity: 0.7;
  }
}

.br {
  display: inline-block;
}

.over {
  overflow: hidden;
}

.com-txt,
#privacy .txt-box {
  color: #424a4d;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 1.9rem;
  letter-spacing: 0.08em;
  line-height: 2.1;
}
@media screen and (max-width: 768px) {
  .com-txt,
  #privacy .txt-box {
    font-size: 1.6rem;
  }
}

.fit {
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease;
}

/*	sidebar  PC
------------------------------------ */
@keyframes sway {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px); /* 上方向に10px移動 */
  }
  100% {
    transform: translateY(0);
  }
}
.sidebar {
  text-align: center;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}
.sidebar-link {
  width: 125px;
  height: 125px;
  padding-top: 73px;
  border-radius: 999px;
  background: url(/img/top/side-ico.png) no-repeat center 21px #82d15f;
  font-family: "ZenKakuGothicNew-Black", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  color: #fff;
  line-height: 1;
  transform: scale(1);
}
@media screen and (max-width: 768px) {
  .sidebar-link {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .sidebar-link:hover {
    transform: scale(0.9);
    opacity: 1;
  }
}
.sidebar-pagetop {
  display: flex;
  width: 80px;
  height: 80px;
  margin: 25px auto 0;
  border-radius: 999px;
  background: #18baee;
  justify-content: center;
  align-items: center;
  transform: scale(1);
}
@media screen and (min-width: 768px) {
  .sidebar-pagetop:hover {
    transform: scale(0.9);
    opacity: 1;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* =========================================
  header  PC
========================================= */
/*	headline  PC
------------------------------------ */
.logo {
  display: inline-block;
  transition: all 0.3s ease;
  position: absolute;
  left: 80px;
  top: 0;
}
.logo:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1588px) {
  .logo {
    width: 150px;
    left: 10px;
  }
}
.logo a, .logo img {
  display: block;
}
.logo img {
  width: 100%;
}

/*	gnav  PC
------------------------------------ */
.gnav {
  margin: auto;
  line-height: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 80px;
}
.gnav-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gnav-list-item:nth-of-type(n+2) {
  margin-left: 50px;
  position: relative;
}
.gnav-list-item:nth-of-type(n+2)::before {
  content: "";
  width: 8px;
  height: 8px;
  margin: auto;
  background-color: #18baee;
  border-radius: 999px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -33px;
}
.gnav-list-link {
  display: block;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .gnav-list-link {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1588px) {
  .gnav-list-link {
    font-size: 1.6rem;
  }
}

/* =========================================
  footer  PC
========================================= */
#footer {
  background: none;
  padding: 0;
  color: inherit;
}
/* デフォルトのページトップ非表示 */
.ec-blockTopBtn {
  display: none !important;
}
#footer .foo-bg {
  background: #18baee;
  position: relative;
}
#footer .foo-bg::before {
  content: "";
  width: 100%;
  height: 47px;
  margin: auto;
  background: url(/img/top/f-wave.png) no-repeat center bottom/cover;
  position: absolute;
  left: 0;
  right: 0;
  top: -46px;
}
#footer .foo-inner {
  padding: 130px 0 100px;
}
@media screen and (max-width: 1378px) {
  #footer .foo-inner {
    padding-bottom: 250px;
  }
}
#footer .foo-flx {
  display: flex;
  justify-content: space-between;
}
#footer .foo-sub {
  display: flex;
  justify-content: space-between;
  margin: 60px auto 0;
  padding-top: 40px;
  background-size: 6px 2px;
  background-image: linear-gradient(to right, #fff, #fff 2px, transparent 2px, transparent 6px);
  background-repeat: repeat-x;
  background-position: left top;
}
#footer .foo-sub-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#footer .foo-sub-nav li {
  position: relative;
}
#footer .foo-sub-nav li:nth-of-type(n+2) {
  margin-left: 26px;
}
#footer .foo-sub-nav li:nth-of-type(n+2)::before {
  content: "・";
  color: #fff;
  margin: auto;
  position: absolute;
  left: -23px;
  top: 0;
  bottom: 0;
}
#footer .foo-sub-nav a {
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #footer .foo-sub-nav a {
    font-size: 1.6rem;
  }
}

.fnav {
  display: flex;
  line-height: 1;
}
.fnav-list:nth-of-type(n+2) {
  margin-left: 48px;
}
.fnav-list li:nth-of-type(n+2) {
  margin-top: 30px;
}
.fnav-list-link {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .fnav-list-link {
    font-size: 1.6rem;
  }
}

.copy-txt, .copy-link {
  color: #fff;
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .copy-txt, .copy-link {
    font-size: 1.6rem;
  }
}
.com-table {
  width: 100%;
  margin: auto;
}
.com-table-wrap {
  border-radius: 13px;
  border: 2px solid #82d15f;
}
.com-table tr:nth-of-type(n+2) th {
  border-top: 2px solid #fff;
}
.com-table tr:nth-of-type(n+2) td {
  border-top: 2px solid #82d15f;
}
.com-table th, .com-table td {
  padding: 22px 50px;
  font-size: 1.8rem;
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  letter-spacing: 0.08em;
  line-height: 1.76;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .com-table th, .com-table td {
    font-size: 1.6rem;
  }
}
.com-table th {
  width: 350px;
  background: #82d15f;
  color: #fff;
  font-size: 2rem;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
}
@media screen and (max-width: 768px) {
  .com-table th {
    font-size: 1.6rem;
  }
}
.com-table td {
  white-space: pre-line;
}
.com-table-note {
  display: block;
  line-height: 1.1;
}
.com-table-note img {
  vertical-align: middle;
}
/* =========================================

  sub layout  PC

========================================= */
/*	sub mv  PC
------------------------------------ */
.sub .mv {
  padding-top: 128px;
  position: relative;
}

.sv {
  text-align: center;
}
.sv img {
  width: 82.5%;
  margin: auto;
}
.sv-catch {
  width: auto;
  min-width: 740px;
  max-width: 78.5%;
  margin: auto;
  padding: 33px;
  white-space: nowrap;
  background: #fff9ea;
  border-radius: 15px;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 5rem;
  letter-spacing: 0.08em;
  line-height: 1;
  position: absolute;
  top: 51.1%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .sv-catch {
    min-width: 0;
    max-width: 100%;
    white-space: break-spaces;
    line-height: 1.5;
    font-size: 2rem;
  }
  /* #page_help_tradelaw .sv-catch {
    width: 85%;
    font-size: 4vw;
  } */
}
@media screen and (min-width: 768px) and (max-width: 1588px) {
  .sv-catch {
    max-width: 650px;
    padding: 20px 0;
    font-size: 4rem;
    top: 55%;
  }
}

/* =========================================

  sub layout  SP

========================================= */
@media screen and (max-width: 767px) {
  /* =========================================
    base  SP
  ========================================= */
  body {
    width: 100%;
    margin: auto;
    min-width: 350px;
  }
  body.active { /* スクロール禁止 */
    overflow: hidden;
  }
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: inherit !important;
  }
  /*	parts  SP
  ------------------------------------ */
  /*	com-btn  SP
  ------------------------------------ */
  /*	com-table  SP
  ------------------------------------ */
    .com-table th, .com-table td {
    display: block;
    width: 100%;
    padding: 7px 10px;
  }
  .com-table th {
    font-size: 1.7rem;
  }
  .com-table td {
    padding: 10px;
  }
  .com-table-note img {
    height: 13px;
  }
  /*	heading  SP
  ------------------------------------ */
  /*	sidebar  SP
  ------------------------------------ */
  /*	pagenation  SP
  ------------------------------------ */
  /* =========================================
  header  SP
  ========================================= */
  /*	headline  SP
  ------------------------------------ */
  /*	mv  SP
  ------------------------------------ */
  /*	gnav  SP
  ------------------------------------ */
  /*	gnav-add  SP
  ------------------------------------ */
  /*	ggmap  SP
  ------------------------------------ */
  /* =========================================
  footer  SP
  ========================================= */
  /* =========================================

    sub  SP

  ========================================= */
  /*	sub headline  SP
  ------------------------------------ */
  /*	sub mv  SP
  ------------------------------------ */
  /*	------- */
}
@media screen and (max-width: 767px) and (max-width: 480px) {
  .xs-only {
    display: inherit !important;
  }
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: all;
  }
  .ib {
    display: inline-block;
  }
  .com-inner,
  .bread-inner,
  .middle-inner,
  .lg-inner .com-inner.md {
    width: 100% !important;
  }
  .logo, .drawer-logo, .foo-logo {
    width: 100px !important;
  }
  .top .mv {
    padding-top: 150%;
    background-size: 45%, 45%, 90%;
    background-position: left bottom, right top, center;
  }
  .top .mv-catch {
    width: 75%;
    margin: auto;
    top: 61%;
    bottom: auto;
    right: 0;
    left: 0;
  }
  .top .mv-catch-en {
    margin: auto;
    text-align: center;
    top: 27%;
    left: 0;
    right: 0;
  }
  .top .mv-catch-en-txt {
    font-size: 1.2rem;
  }
  .sp-menu-btn-wrp {
    top: 11px;
    background: #18baee;
    border-radius: 10px;
  }
  .sp-menu-btn-wrp .sp-menu-btn-txt {
    font-size: 1.1rem;
    font-family: "ZenKakuGothicNew-Medium", sans-serif;
    color: #fff;
  }
  .sp-menu-btn-wrp .sp-menu-btn span {
    background: #fff;
  }
  #drawer-nav {
    padding: 0 0 30px;
    background: #fff9ea;
  }
  #drawer-nav.active {
    z-index: 1000;
  }
  #drawer-nav .drawer-logo {
    max-width: none;
    margin-bottom: 0;
  }
  #drawer-nav .drawer-logo-wrap {
    margin-bottom: 15px;
    padding: 20px 15px 0;
    justify-content: center;
  }
  #drawer-nav .drawer-logo img {
    vertical-align: middle;
  }
  #drawer-nav .drawer-info {
    padding: 0 15px 0;
  }
  #drawer-nav #nav {
    padding: 0;
    background: none;
  }
  #drawer-nav #nav .drawer-item {
    padding: 0 15px;
  }
  #drawer-nav #nav .drawer-link {
    display: block;
    padding: 12px 12px 12px;
    font-family: "ZenKakuGothicNew-Medium", sans-serif;
    text-align: left;
    border-color: rgba(66, 74, 77, 0.2);
    font-size: 1.8rem;
    line-height: 1.8;
    letter-spacing: 0;
  }
  #drawer-nav #nav .drawer-link:hover {
    background: none;
    color: #18baee;
  }
  .drawer-info {
    margin: 30px auto 0;
    text-align: center;
  }
  .drawer-info .com-dl, .drawer-info .com-mail {
    margin: 25px auto 0;
  }
  .drawer-info .com-dl-item {
    justify-content: center;
  }
  .ggmap {
    padding-top: 250px;
  }
  #footer .foo-bg::before {
    height: 20px;
    top: -19px;
  }
  #footer .foo-inner {
    padding: 30px 15px 119px;
  }
  #footer .foo-flx {
    display: block;
    text-align: center;
  }
  #footer .foo-sub {
    margin-top: 30px;
    padding-top: 20px;
    flex-direction: column-reverse;
    align-items: center;
  }
  #footer .foo-sub-nav a {
    font-size: 1.4rem;
  }
  .fnav {
    display: block;
    width: 100%;
    margin: 30px auto 0;
    text-align: left;
  }
  .fnav-list {
    align-items: flex-start;
    flex-direction: column;
  }
  .fnav-list:nth-of-type(n+2) {
    margin: 25px 0 0;
  }
  .fnav-list li:nth-of-type(n+2) {
    margin-top: 25px;
  }
  .copy {
    margin-top: 20px;
    justify-content: center;
  }
  .copy-txt, .copy-link {
    font-size: 1.3rem;
  }
  .sub .mv {
    padding-top: 70px;
  }
  .sv img {
    width: 90%;
  }
  .sv-catch {
    width: 80%;
    padding: 20px 0;
    top: 53%;
    font-size: 2rem;
  }
}
/*	------- */
/* =========================================
  breakpoint
========================================= *//*# sourceMappingURL=common.css.map */