@charset "UTF-8";
@font-face {
  font-family: "trustdock";
  src: url("https://6377882.fs1.hubspotusercontent-na1.net/hubfs/6377882/trustdock2020/assets/fonts/fonts/trustdock.eot?wv796d");
  src: url("https://6377882.fs1.hubspotusercontent-na1.net/hubfs/6377882/trustdock2020/assets/fonts/fonts/trustdock.eot?wv796d#iefix") format("embedded-opentype"), url("https://6377882.fs1.hubspotusercontent-na1.net/hubfs/6377882/trustdock2020/assets/fonts/fonts/trustdock.ttf?wv796d") format("truetype"), url("https://6377882.fs1.hubspotusercontent-na1.net/hubfs/6377882/trustdock2020/assets/fonts/fonts/trustdock.woff?wv796d") format("woff"), url("https://6377882.fs1.hubspotusercontent-na1.net/hubfs/6377882/trustdock2020/assets/fonts/fonts/trustdock.svg?wv796d#trustdock") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "trustdock" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-tel:before {
  content: "";
}

/* Import HubSpot Variables *//*カラー変数*/
:root {
  --black-primary: #1E2631;
  --black-secondary:#50565F;
  --accent-primary:#015A4A;
  --accent-secondary:#F16100;
  --accent-thirdly:#E6E7E8;
  --accent-primary-head:#1B916C;
  --accent-primary-link:#36AE8A;
  --system-error:#D0021B;
  --base-grey:#F3F4F7;
  --base-lightgray:#F9FAFC;
  --base-white:#fff;
  --base-lightgreen:#F5FDFA;
  --form-border: 1px solid #CDCFD1;
  --form-placeholder: #CDCFD1;
  --container-round: 4px;
  --btn-round: 8px;
  --spacing: 8px;
  --sec-space-default: 112px;
  --sec-space-low: 80px;
  --sec-space-responsive: 64px;
    
}

a {
  text-decoration: none;
}

/* =====
 * サイト全体共通レイアウト
============================================================================= */
  
html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: var(--text-primary);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

/* -----
 * サイト内共通class
----------------------------------------------------------------------------- */
/** 横幅調節用 **/
.adjust-width {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.adjust-small {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.inner-small {
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
}

/** フォント **/
.en {
  font-family: "Roboto Condensed", sans-serif;
}

/** 画像 **/
.js-ofi {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
}

.js-ofi.-contain {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain; object-position: 50% 50%;";
}

.js-ofi.-lt {
  -o-object-position: 0 0;
     object-position: 0 0;
  font-family: "object-fit: cover; object-position: 0 0;";
}

.js-ofi.-t {
  -o-object-position: 50% 0;
     object-position: 50% 0;
  font-family: "object-fit: cover; object-position: 50% 0;";
}

.js-ofi.-rt {
  -o-object-position: 100% 0;
     object-position: 100% 0;
  font-family: "object-fit: cover; object-position: 50% 0;";
}

.js-ofi.-l {
  -o-object-position: 0 50%;
     object-position: 0 50%;
  font-family: "object-fit: cover; object-position: 50% 0;";
}

.js-ofi.-r {
  -o-object-position: 100% 50%;
     object-position: 100% 50%;
  font-family: "object-fit: cover; object-position: 100% 50%;";
}

.js-ofi.-lb {
  -o-object-position: 0 100%;
     object-position: 0 100%;
  font-family: "object-fit: cover; object-position: 0 100%;";
}

.js-ofi.-b {
  -o-object-position: 50% 100%;
     object-position: 50% 100%;
  font-family: "object-fit: cover; object-position: 50% 100%;";
}

.js-ofi.-rb {
  -o-object-position: 100% 100%;
     object-position: 100% 100%;
  font-family: "object-fit: cover; object-position: 100% 100%;";
}

/** vendor **/
/* -----
 * g-container
----------------------------------------------------------------------------- */
.g-container.-public-preview .g-main {
  padding-top: 0;
}

.g-container.-public-preview .g-header {
  position: relative;
}

.g-container {
  overflow-x: hidden;
}

/* -----
 * g-main
----------------------------------------------------------------------------- */
.g-main {
  padding-top: 0;
  margin-top: 80px;
}

.g-main.-js-bg {
  -webkit-filter: blur(3.5px);
          filter: blur(3.5px);
}

/* -----
 * g-header
----------------------------------------------------------------------------- */
.g-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: var(--base-white);
  z-index: 100;
}

.g-header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: center;
  height: 100%;
  padding: 8px 24px;
}

.g-header .inner .logo {
  width: 187px;
  margin: 0;
}

.g-header .inner .header-menu .header-menu-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.g-header .inner .header-menu ul {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
  margin: 0 35px 0 0;
}

.g-header .inner .header-menu ul li:nth-child(n+2) {
  margin-left: 19px;
}

.header-menu .header-menu-inner ul li a {
  display: block;
  position: relative;
  padding: 8px;
  color: var(--black-primary);
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
}

.header-menu .header-menu-inner ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--accent-primary);
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.header-menu .header-menu-inner ul li a:hover {
  color: var(--accent-primary);
  transition: 0.3s;
}

.header-menu .header-menu-inner ul li a:hover::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.header-menu .header-menu-inner ul li.active a, .g-header .inner .header-menu ul li.-current a {
  color: var(--accent-primary);
}

.header-menu .header-menu-inner ul li.active a::before, .header-menu .header-menu-inner  ul li.-current a::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.g-header .inner .header-menu .contact-block .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}

.g-header .inner .header-menu .contact-block .tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 25px 0 0;
  font-size: 1.8rem;
}

.g-header .inner .header-menu .contact-block .tel a .icon {
  margin-right: 8px;
  font-size: 14px;
}

.g-header .inner .header-menu .contact-block .time {
  font-size: 1.2rem;
}

.g-header .inner .header-menu .contact-block .cta-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 8px;
}

.g-header .inner .header-menu .contact-block .cta-block a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  text-decoration: none;
}

/*
.g-header .inner .header-menu .contact-block .cta-block .-yellow {
  width: 145px;
  height: 40px;
  padding: 0;
  font-size: 1.6rem;
}


.g-header .inner .contact-block .cta-block .contact {
  width: 145px;
  height: 40px;
  margin-left: 15px;
  padding: 0;
  color: #fff;
  background: #56b25d;
  border: 1px solid #56b25d;
}


.g-header .inner .contact-block .cta-block .contact:hover {
  color: #56b25d;
  background: #fff;
  border-color: #56b25d;
}
*/
/*新ヘッダー 追加css*/

.g-header .header-upper ul li a {
  color: var(--black-secondary);
  font-size: 1.1rem;
  padding: 8px;
  font-weight: 700;
  text-decoration: none;
}

.g-header .header-upper ul li a:hover {
  opacity:0.6;
  transition:0.3s;
}

.m-bottom-cta-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 51px 0 50px;
  background: url(https://6377882.fs1.hubspotusercontent-na1.net/hubfs/6377882/trustdock2020/assets/images/common/bg-footer-cta.jpg) 0 0/cover no-repeat;
}

.m-bottom-cta-block .text {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.58;
  text-align: center;
}

.m-bottom-cta-block a.cta_button.-yellow {
  margin-bottom: 30px;
  padding: 0;
}

.m-bottom-cta-block a.cta_button.-no-style {
  color: #fff;
  line-height: 2.375;
  letter-spacing: 0.1em;
}

.m-bottom-cta-block a.cta_button.-no-style:hover {
  text-decoration: none;
}

.nomenu-header {
  height: 80px;
}

/* PCメニュー */
  
@media screen and (min-width: 1000px) {
  .g-header .inner .header-menu .hs-menu-children-wrapper {
    display: none;
    padding: 10px;
    background: white;
    position: absolute;
  }

  .g-header .inner .header-menu .hs-menu-children-wrapper .hs-menu-depth-2 {
    margin-left: 0px;
    width: 45% !important;
  }
  
  #hs-menu-depth-2_width-full {
    width: 100% !important;
  }
}

/* -----
 * g-footer
----------------------------------------------------------------------------- */
.g-footer {
  width: 100%;
}

.g-footer.-js-bg {
  -webkit-filter: blur(3.5px);
          filter: blur(3.5px);
}

.g-footer .m-cta-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 51px 0 50px;
  background: url(https://6377882.fs1.hubspotusercontent-na1.net/hubfs/6377882/trustdock2020/assets/images/common/bg-footer-cta.jpg) 0 0/cover no-repeat;
}

.g-footer .m-cta-block .text {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.58;
  text-align: center;
}

.g-footer .m-cta-block .-yellow {
  margin-bottom: 30px;
  padding: 0;
}

.g-footer .m-cta-block .-no-style {
  color: #fff;
  line-height: 2.375;
  letter-spacing: 0.1em;
}

.g-footer .m-cta-block .-no-style:hover {
  text-decoration: none;
}

/*

.g-footer .tel-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 34px 0;
  color: #0e522d;
  background: #f3f3f3;
}

.g-footer .tel-block .text {
  margin-right: 60px;
  color: #0e522d;
  text-align: right;
}

.g-footer .tel-block .text p {
  margin: 0;
}

.g-footer .tel-block .tel {
  margin: 0;
}

.g-footer .tel-block .tel a {
  color: #0e522d;
  line-height: 1;
  text-decoration: none;
}

.g-footer .tel-block .tel a .icon {
  margin-right: 14px;
  font-size: 33px;
}

.g-footer .tel-block .tel a span {
  font-size: 4.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.g-footer .tel-block .text p span a {
  color: #0e522d;
  font-weight: bold;
}
*/  

.g-footer .footer-bottom {
  padding: 0 20px 20px;
  background: url(https://6377882.fs1.hubspotusercontent-na1.net/hubfs/6377882/trustdock2020/assets/images/common/bg-footer-obj.jpg) 0 0 no-repeat #0e522d;
}

.g-footer .footer-bottom a:hover {
  opacity: 0.6;
}

.g-footer .footer-bottom .footer-link {
  padding: 72px 0 100px;
}

.g-footer .footer-bottom .footer-link .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1140px;
}

.g-footer .footer-bottom .footer-link .inner .logo {
  width: 187px;
  margin: 0;
}

.g-footer .footer-bottom .footer-link .inner .m-footer-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.g-footer .footer-bottom .footer-link .inner .m-footer-map dl {
  padding: 0;
  list-style: none;
  color: var(--base-white);
}

.g-footer .footer-bottom .footer-link .inner .m-footer-map dl:nth-child(n+2) {
  margin-left: 70px;
}

.g-footer .footer-bottom .footer-link .inner .m-footer-map dl dt {
  margin-bottom: 35px;
  font-size: 2rem;
  font-weight: bold;
}

.g-footer .footer-bottom .footer-link .inner .m-footer-map dl dd {
  margin: 0;
  font-size: 1.4rem;
}

.g-footer .footer-bottom .footer-link .inner .m-footer-map dl dd a {
  color: var(--base-white);
  text-decoration: none;
}

.g-footer .footer-bottom .footer-link .inner .m-footer-map dl dd .tel {
  margin: 0;
  font-size: 2rem;
  line-height: 1.5;
}

.g-footer .footer-bottom .footer-link .inner .m-footer-map dl dd .small {
  margin: 0;
  font-size: 1.2rem;
}

.g-footer .footer-bottom .footer-link .inner .m-footer-map ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.g-footer .footer-bottom .footer-link .inner .m-footer-map ul li {
  margin-bottom: 10px;
}

.g-footer .footer-bottom .m-bottom-link {
  margin-bottom: 20px;
  padding: 25px 0 15px;
  border-top: 1px solid #fff;
}

.g-footer .footer-bottom .m-bottom-link ul {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.g-footer .footer-bottom .m-bottom-link li {
  margin-right: 14px;
  font-size: 1.4rem;
}

.g-footer .footer-bottom .m-bottom-link li a {
  color: var(--base-white);
  text-decoration: none;
}

.g-footer .footer-bottom .copyright {
  margin: 0;
  color: var(--base-white);
  font-size: 1.4rem;
  text-align: right;
}

/*メニューなしフッター*/

.nomenu-footer .footer-bottom {
  padding: 40px 20px;
  background: var(--base-white);
}

.nomenu-footer .footer-bottom .copyright {
  margin: 0;
  color: var(--black-primary);
  font-size: 1.3rem;
  text-align: center;
}

/* -----
 * 共通パーツ
----------------------------------------------------------------------------- */
/*
* セクション
*/
/*.l-section-container {
  padding: 0; 
  padding: 112px 0;
}
*/

/*基準値*/

.l-section-container {
  padding-top: var(--sec-space-default);
  padding-bottom: var(--sec-space-default);
}

/*頻繁に使用するクラスのみ記述しているので、適宜追加*/

/*上下余白なし*/

.l-section-container.-gap-top-none-gap-bottom-none,
.l-section-container.-whitenone-gap-top-none-gap-bottom-none,
.l-section-container.-graynone-gap-top-none-gap-bottom-none,
.l-section-container.-darkgraynone-gap-top-none-gap-bottom-none,
.l-section-container.-greennone-gap-top-none-gap-bottom-none,
.l-section-container.-palegreennone-gap-top-none-gap-bottom-none {
  padding-top: 0;
  padding-bottom: 0;
}

/*上下余白少なめ*/

.l-section-container.-none-gap-top-s-less-gap-bottom-s-less
.l-section-container.-whitenone-gap-top-s-less-gap-bottom-s-less,
.l-section-container.-graynone-gap-top-s-less-gap-bottom-s-less,
.l-section-container.-darkgraynone-gap-top-s-less-gap-bottom-s-less,
.l-section-container.-greennone-gap-top-s-less-gap-bottom-s-less,
.l-section-container.-palegreennone-gap-top-s-less-gap-bottom-s-less,
.l-section-container.none-gap-top-less-gap-bottom-less,
.l-section-container.-whitenone-gap-top-less-gap-bottom-less,
.l-section-container.-graynone-gap-top-less-gap-bottom-less,
.l-section-container.-darkgraynone-gap-top-less-gap-bottom-less,
.l-section-container.-greennone-gap-top-less-gap-bottom-less,
.l-section-container.-palegreennone-gap-top-less-gap-bottom-less {
  padding-top: var(--sec-space-low);
  padding-bottom: var(--sec-space-low);
}

/*上余白なし*/

.l-section-container.none-gap-top-none,
.l-section-container.-whitenone-gap-top-none,
.l-section-container.-graynone-gap-top-none,
.l-section-container.-darkgraynone-gap-top-none,
.l-section-container.-greennone-gap-top-none,
.l-section-container.-palegreennone-gap-top-none,
.l-section-container.-none-gap-top-none-gap-bottom-less,
.l-section-container.-whitenone-gap-top-none-gap-bottom-less,
.l-section-container.-graynone-gap-top-none-gap-bottom-less,
.l-section-container.-darknone-gap-top-none-gap-bottom-less,
.l-section-container.-greennone-gap-top-none-gap-bottom-less,
.l-section-container.-palegreennone-gap-top-none-gap-bottom-less {
  padding-top: 0;
}

/*上余白少なめ*/

.l-section-container.none-gap-top-s-less,
.l-section-container.-whitenone-gap-top-s-less,
.l-section-container.-graynone-gap-top-s-less,
.l-section-container.-darkgraynone-gap-top-s-less,
.l-section-container.-greennone-gap-top-s-less,
.l-section-container.-palegreennone-gap-top-s-less {
  padding-top: var(--sec-space-low);
}

.l-section-container.none-gap-top-less,
.l-section-container.-whitenone-gap-top-less,
.l-section-container.-graynone-gap-top-less,
.l-section-container.-darkgraynone-gap-top-less,
.l-section-container.-greennone-gap-top-less,
.l-section-container.-palegreennone-gap-top-less,
.l-section-container.-none-gap-top-less-gap-bottom-none,
.l-section-container.-whitenone-gap-top-less-gap-bottom-none,
.l-section-container.-graynone-gap-top-less-gap-bottom-none,
.l-section-container.-darkgraynone-gap-top-less-gap-bottom-none,
.l-section-container.-greennone-gap-top-less-gap-bottom-none,
.l-section-container.-palegreennone-gap-top-less-gap-bottom-none {
  padding-top: var(--sec-space-low);
}

.l-section-container.-gap-terms-top {
  padding-top: var(--sec-space-low);
}

/*下余白なし*/

.l-section-container.none-gap-bottom-none,
.l-section-container.-whitenone-gap-bottom-none,
.l-section-container.-graynone-gap-bottom-none,
.l-section-container.-darkgraynone-gap-bottom-none,
.l-section-container.-greennone-gap-bottom-none,
.l-section-container.-palegreennone-gap-bottom-none,
.l-section-container.-none-gap-top-less-gap-bottom-none,
.l-section-container.-whitenone-gap-top-less-gap-bottom-none,
.l-section-container.-graynone-gap-top-less-gap-bottom-none,
.l-section-container.-darkgraynone-gap-top-less-gap-bottom-none,
.l-section-container.-greennone-gap-top-less-gap-bottom-none,
.l-section-container.-palegreennone-gap-top-less-gap-bottom-none {
  padding-bottom: 0;
}

/*下余白少なめ*/

.l-section-container.none-gap-bottom-s-less,
.l-section-container.-whitenone-gap-bottom-s-less,
.l-section-container.-graynone-gap-bottom-s-less,
.l-section-container.-darkgraynone-gap-bottom-s-less,
.l-section-container.-greennone-gap-bottom-s-less,
.l-section-container.-palegreennone-gap-bottom-s-less {
  padding-bottom: var(--sec-space-low);
}

.l-section-container.none-gap-bottom-less,
.l-section-container.-whitenone-gap-bottom-less,
.l-section-container.-graynone-gap-bottom-less,
.l-section-container.-darkgraynone-gap-bottom-less,
.l-section-container.-greennone-gap-bottom-less,
.l-section-container.-palegreennone-gap-bottom-less,
.l-section-container.-none-gap-top-none-gap-bottom-less,
.l-section-container.-whitenone-gap-top-none-gap-bottom-less,
.l-section-container.-graynone-gap-top-none-gap-bottom-less,
.l-section-container.-darknone-gap-top-none-gap-bottom-less,
.l-section-container.-greennone-gap-top-none-gap-bottom-less,
.l-section-container.-palegreennone-gap-top-none-gap-bottom-less {
  padding-bottom: var(--sec-space-low);
}

/*背景色*/

.l-section-container.-whitenone,
.l-section-container.-whitenone-gap-top-none-gap-bottom-none,
.l-section-container.-whitenone-gap-bottom-none,
.l-section-container.-whitenone-gap-top-none,
.l-section-container.-whitenone-gap-top-s-less-gap-bottom-s-less,
.l-section-container.-whitenone-gap-top-less-gap-bottom-less,
.l-section-container.-whitenone-gap-top-less-gap-bottom-none,
.l-section-container.-whitenone-gap-top-none-gap-bottom-less,
.l-section-container.-whitenone-gap-top-s-less,
.l-section-container.-whitenone-gap-top-less,
.l-section-container.-whitenone-gap-bottom-s-less,
.l-section-container.-whitenone-gap-bottom-less {
  background: var(--base-white);
}

.l-section-container.-gray
.l-section-container.-graynone-gap-top-none-gap-bottom-none,
.l-section-container.-graynone-gap-bottom-none,
.l-section-container.-graynone-gap-top-none,
.l-section-container.-graynone-gap-top-s-less-gap-bottom-s-less,
.l-section-container.-graynone-gap-top-less-gap-bottom-less,
.l-section-container.-graynone-gap-top-less-gap-bottom-none,
.l-section-container.-graynone-gap-top-none-gap-bottom-less,
.l-section-container.-graynone-gap-top-s-less,
.l-section-container.-graynone-gap-top-less,
.l-section-container.-graynone-gap-bottom-s-less,
.l-section-container.-graynone-gap-bottom-less {
  background: #f3f3f3;
}

.l-section-container.-darkgraynone,
.l-section-container.-darkgraynone-gap-top-none-gap-bottom-none,
.l-section-container.-darkgraynone-gap-bottom-none,
.l-section-container.-darkgraynone-gap-top-none,
.l-section-container.-darkgraynone-gap-top-s-less-gap-bottom-s-less,
.l-section-container.-darkgraynone-gap-top-less-gap-bottom-less,
.l-section-container.-darkgraynone-gap-top-less-gap-bottom-none,
.l-section-container.-darkgraynone-gap-top-none-gap-bottom-less,
.l-section-container.-darkgraynone-gap-top-s-less,
.l-section-container.-darkgraynone-gap-top-less,
.l-section-container.-darkgraynone-gap-bottom-s-less,
.l-section-container.-darkgraynone-gap-bottom-less{
  background: var(--base-grey);
}

.l-section-container.-lightgraynone,
.l-section-container.-lightgraynone-gap-top-none-gap-bottom-none,
.l-section-container.-lightgraynone-gap-bottom-none,
.l-section-container.-lightgraynone-gap-top-none,
.l-section-container.-lightgraynone-gap-top-s-less-gap-bottom-s-less,
.l-section-container.-lightgraynone-gap-top-less-gap-bottom-less,
.l-section-container.-lightgraynone-gap-top-less-gap-bottom-none,
.l-section-container.-lightgraynone-gap-top-none-gap-bottom-less,
.l-section-container.-lightgraynone-gap-top-s-less,
.l-section-container.-lightgraynone-gap-top-less,
.l-section-container.-lightgraynone-gap-bottom-s-less,
.l-section-container.-lightgraynone-gap-bottom-less{
  background: var(--base-lightgray);
}

.l-section-container.-greennone,
.l-section-container.-greennone-gap-top-none-gap-bottom-none,
.l-section-container.-greennone-gap-bottom-none,
.l-section-container.-greennone-gap-top-none,
.l-section-container.-greennone-gap-top-s-less-gap-bottom-s-less,
.l-section-container.-greennone-gap-top-less-gap-bottom-less,
.l-section-container.-greennone-gap-top-less-gap-bottom-none,
.l-section-container.-greennone-gap-top-none-gap-bottom-less,
.l-section-container.-greennone-gap-top-s-less,
.l-section-container.-greennone-gap-top-less,
.l-section-container.-greennone-gap-bottom-s-less,
.l-section-container.-greennone-gap-bottom-less {
  color: var(--base-white);
  background-color: #0e522d;
}

.l-section-container.-pale-greennone,
.l-section-container.-pale-greennone-gap-top-none-gap-bottom-none,
.l-section-container.-pale-greennone-gap-bottom-none,
.l-section-container.-pale-greennone-gap-top-none,
.l-section-container.-pale-greennone-gap-top-s-less-gap-bottom-s-less,
.l-section-container.-pale-greennone-gap-top-less-gap-bottom-less,
.l-section-container.-pale-greennone-gap-top-less-gap-bottom-none,
.l-section-container.-pale-greennone-gap-top-none-gap-bottom-less,
.l-section-container.-pale-greennone-gap-top-s-less,
.l-section-container.-pale-greennone-gap-top-less,
.l-section-container.-pale-greennone-gap-bottom-s-less,
.l-section-container.-pale-greennone-gap-bottom-less {
  background-color: var(--base-lightgreen);
}

.l-section-container.-bg-dot-rt {
  background: url(https://6377882.fs1.hubspotusercontent-na1.net/hubfs/6377882/trustdock2020/assets/images/common/bg-dot-rt.png) 100% 0 no-repeat;
}

.l-section-container.-bg-dot-lb {
  background: url(https://6377882.fs1.hubspotusercontent-na1.net/hubfs/6377882/trustdock2020/assets/images/common/bg-dot-lb.png) 0 100% no-repeat;
}

.l-section-container.-bg-dot-lt {
  background: url(https://6377882.fs1.hubspotusercontent-na1.net/hubfs/6377882/trustdock2020/assets/images/common/bg-dot-lt.png) 0 0 no-repeat;
}
/*
.l-section-container.form {
  background: url(https://6377882.fs1.hubspotusercontent-na1.net/hubfs/6377882/trustdock2020/assets/images/common/bg-dot-rt.png) 100% 0 no-repeat, url(https://6377882.fs1.hubspotusercontent-na1.net/hubfs/6377882/trustdock2020/assets/images/common/bg-dot-lb.png) 0 100% no-repeat;
}

.l-section-container.form .hs_cos_wrapper_type_form {
  display: block;
  padding: 80px 0;
  background: #f3f3f3;
}

.l-section-container.form .hs_cos_wrapper_type_form > div {
  max-width: 761px;
  margin: 0 auto;
}
*/
/*
* ブログ共通
*/
.l-bg-title {
  background: url(https://6377882.fs1.hubspotusercontent-na1.net/hubfs/6377882/trustdock2020/assets/images/common/bg-blog-title.png) 0 0/auto 100% no-repeat #fcfcf6;
}

.l-pagination {
  text-align: center;
}

.l-pagination > div {
  display: inline-block;
  position: relative;
  width: 415px;
  margin: 0 auto;
}

.l-pagination p {
  margin: 19px 30px 0;
  font-weight: bold;
  line-height: 1;
}

.l-pagination .prev,
.l-pagination .next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.l-pagination .prev a,
.l-pagination .next a {
  display: block;
  position: relative;
  width: 160px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #56b25d;
  border: 1px solid #56b25d;
  text-decoration: none;
}

.l-pagination .prev a:hover,
.l-pagination .next a:hover {
  color: #56b25d;
  background: #fff;
}

.l-pagination .prev a:hover::before,
.l-pagination .next a:hover::before {
  border-color: #56b25d;
}

.l-pagination .prev a::before,
.l-pagination .next a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 7px;
  height: 7px;
  margin: auto 0;
  border: 2px solid #fff;
}

.l-pagination .prev {
  left: 0;
}

.l-pagination .prev a {
  padding: 12px 24px 13px 46px;
}

.l-pagination .prev a::before {
  left: 32px;
  border-width: 2px 0 0 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.l-pagination .next {
  right: 0;
}

.l-pagination .next a {
  padding: 12px 46px 13px 24px;
}

.l-pagination .next a::before {
  right: 32px;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.blog-pagination {
  margin-top: 60px;
}

/* -----
* 共通クラス
----------------------------------------------------------------------------- */
.hs_cos_wrapper_type_rich_text {
  line-height: 2;
}

.hs_cos_wrapper_type_rich_text .lt-75 {
  letter-spacing: 0.075em;
}

.hs_cos_wrapper_type_rich_text .weight-m {
  font-weight: 500;
}

.hs_cos_wrapper_type_rich_text ._pc-text-c {
  text-align: center;
}

.hs_cos_wrapper_type_rich_text .image-block {
  margin: 50px 0 37px;
}

.hs_cos_wrapper_type_rich_text .image-block:first-child {
  margin-top: 0;
}

.hs_cos_wrapper_type_rich_text .image-block:last-child {
  margin-bottom: 0;
}

.hs_cos_wrapper_type_rich_text h2 {
  margin: 47px 0 17px;
  padding-bottom: 15px;
  color: #0e522d;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.36;
  letter-spacing: 0.075em;
  border-bottom: 1px solid #0e522d;
}

.hs_cos_wrapper_type_rich_text h2:first-child:not(.mt-plus) {
  margin-top: 0;
}

.hs_cos_wrapper_type_rich_text h2.heading-number, .hs_cos_wrapper_type_rich_text h2.no-border {
  padding: 0;
  border: none;
}

.hs_cos_wrapper_type_rich_text h2 + h3 {
  margin-top: 30px;
}

.hs_cos_wrapper_type_rich_text h3 {
  margin: 42px 0 8px;
  color: #0e522d;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.9;
  letter-spacing: 0.075em;
}

.hs_cos_wrapper_type_rich_text h4 {
  color: #0e522d;
  font-size: 1.8rem;
  line-height: 1.9;
  letter-spacing: 0.075em;
}

.hs_cos_wrapper_type_rich_text h5 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2;
}

.hs_cos_wrapper_type_rich_text h5 + p {
  margin-top: -1em;
}

.hs_cos_wrapper_type_rich_text ol {
  padding: 0;
  list-style: none;
  counter-reset: item;
  margin: 15px 0;
}

.hs_cos_wrapper_type_rich_text ol.margin-plus {
  margin: 25px 0;
}

.hs_cos_wrapper_type_rich_text ol.mt-0 {
  margin: 0;
}

.hs_cos_wrapper_type_rich_text ol li {
  margin-bottom: 34px;
  padding-left: 20px;
  text-indent: -20px;
}

.hs_cos_wrapper_type_rich_text ol li:last-child {
  margin-bottom: 0;
}

.hs_cos_wrapper_type_rich_text ol li::before {
  counter-increment: item;
  content: counter(item) ".";
  margin-right: 4px;
}

.hs_cos_wrapper_type_rich_text ol li ol li {
  margin-bottom: 0;
  padding-left: 24px;
  text-indent: 0;
}

.hs_cos_wrapper_type_rich_text ol li ol li:before {
  content: counter(item);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: left;
  position: relative;
  top: 8px;
  height: 16px;
  width: 16px;
  margin-left: -24px;
  padding-bottom: 2px;
  font-size: 1rem;
  line-height: 32px;
  letter-spacing: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.hs_cos_wrapper_type_rich_text ul {
  padding: 0;
  list-style: none;
  margin: 15px 0;
}

.hs_cos_wrapper_type_rich_text ul.margin-plus {
  margin: 25px 0;
}

.hs_cos_wrapper_type_rich_text ul.mt-0 {
  margin: 0;
}

.hs_cos_wrapper_type_rich_text ul li {
  padding-left: 1em;
  text-indent: -1em;
}

.hs_cos_wrapper_type_rich_text ul li::before {
  content: "・";
}

.hs_cos_wrapper_type_rich_text p + .mt-0 {
  margin-top: -1em;
}

.hs_cos_wrapper_type_rich_text a {
  color: #56b25d;
}

.hs_cos_wrapper_type_rich_text a:hover {
  text-decoration: none;
}

.hs_cos_wrapper_type_rich_text a[href$=".pdf"] {
  display: inline-block;
  position: relative;
  padding-right: 30px;
}

.hs_cos_wrapper_type_rich_text a[href$=".pdf"]::after {
  content: "";
  position: absolute;
  right: 0;
  top: 3px;
  width: 21px;
  height: 27px;
  background: url(https://6377882.fs1.hubspotusercontent-na1.net/hubfs/6377882/trustdock2020/assets/images/common/icon-pdf.png) 0 50%/21px auto no-repeat;
}

.post-body {
  word-break: break-all;
}

.post-body h2 {
  margin: 80px 0 30px;
  padding-bottom: 15px;
  color: #0e522d;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.36;
  letter-spacing: 0.075em;
  border-bottom: 1px solid #0e522d;
}

.post-body h2 + .interview-box {
  margin-top: -20px;
}

.post-body h3 {
  margin: 80px 0 30px;
  padding: 12px 22px;
  color: #0e522d;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.58;
  letter-spacing: 0.075em;
  background: #f5f9f5;
}

.post-body h4 {
  margin: 25px 0 -15px;
  color: #0e522d;
  font-size: 2rem;
  line-height: 1.9;
  letter-spacing: 0.075em;
}

.post-body p {
  line-height: 2;
}

.post-body ol {
  padding: 0;
  list-style: none;
  counter-reset: item;
  margin: 40px 0;
}

.post-body ol li {
  margin-left: 1em;
  padding-left: 0;
  text-indent: -1em;
  letter-spacing: 0.075em;
}

.post-body ol li::before {
  counter-increment: item;
  content: counter(item) ".";
  margin: 0;
  color: #0e522d;
}

.post-body ul {
  padding: 0;
  list-style: none;
  margin: 40px 0;
}

.post-body ul li {
  margin-left: 1em;
  padding-left: 0;
  text-indent: -1em;
}

.post-body ul li::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 3px;
  background: #0e522d;
  border-radius: 50%;
}

.post-body b,
.post-body strong {
  color: #0e522d;
}

.post-body em {
  font-size: 0.8em;
}

.post-body blockquote {
  margin: 33px 0 60px;
  padding: 12px 20px;
  border: 1px solid #444;
}

.post-body a {
  color: #428947;
}

.post-body a:hover {
  text-decoration: none;
}

.case-post .post-body h2 {
  margin: 80px 0 60px;
}

.case-post .post-body h3 {
  margin: 80px 0 40px;
}

.case-post .post-body h4 {
  margin: 25px 0;
}

.l-breadcrumb-menu {
  background: #f5f9f5;
}

.l-breadcrumb-menu ul {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 11px 0;
}

.l-breadcrumb-menu ul li {
  font-size: 1.4rem;
}

.l-breadcrumb-menu ul li a {
  color: #0e522d;
}

.l-breadcrumb-menu ul li a:hover {
  text-decoration: none;
}

.l-breadcrumb-menu ul li:nth-child(n+2)::before {
  content: ">";
  margin: 0 0.5em;
  color: #0e522d;
}

.system {
  text-align: center;
}

.system p {
  line-height: 2;
}

.system .home-link {
  margin-top: 50px;
}

.system input[type="password"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  width: 100px !important;
  padding: 15px;
  border: 1px solid #c1c7d0;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.system input[type="password"]::-webkit-input-placeholder {
  color: #e5e5e5;
}

.system input[type="password"]::-moz-placeholder {
  color: #e5e5e5;
}

.system input[type="password"]:-ms-input-placeholder {
  color: #e5e5e5;
}

.system input[type="password"]::-ms-input-placeholder {
  color: #e5e5e5;
}

.system input[type="password"]::placeholder {
  color: #e5e5e5;
}

.system input[type="submit"] {
  position: relative;
  top: -1px;
  width: 100px;
  margin-left: -4px;
  padding: 5px 0;
  color: #0e522d;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: none;
  background: #fdd247;
  border: 1px solid #fdd247;
}

.system input[type="submit"]:hover {
  color: #0e522d;
  background: #fff;
  border-color: #0e522d;
}

/*モジュール用*/
  
.contents_flex {
  display: flex;
  justify-content: space-between;
}

/*
* 旧フォーム ベース設定
*/
/*
.hs_cos_wrapper_type_form input,
.hs_cos_wrapper_type_form textarea,
.widget-type-form input,
.widget-type-form textarea,
.m-form-block input,
.m-form-block textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  width: 100% !important;
  padding: 10px 15px 9px;
  border: 1px solid #c1c7d0;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.hs_cos_wrapper_type_form input::-webkit-input-placeholder, .hs_cos_wrapper_type_form textarea::-webkit-input-placeholder, .widget-type-form input::-webkit-input-placeholder, .widget-type-form textarea::-webkit-input-placeholder, .m-form-block input::-webkit-input-placeholder, .m-form-block textarea::-webkit-input-placeholder {
  color: #e5e5e5;
}

.hs_cos_wrapper_type_form input::-moz-placeholder, .hs_cos_wrapper_type_form textarea::-moz-placeholder, .widget-type-form input::-moz-placeholder, .widget-type-form textarea::-moz-placeholder, .m-form-block input::-moz-placeholder, .m-form-block textarea::-moz-placeholder {
  color: #e5e5e5;
}

.hs_cos_wrapper_type_form input:-ms-input-placeholder, .hs_cos_wrapper_type_form textarea:-ms-input-placeholder, .widget-type-form input:-ms-input-placeholder, .widget-type-form textarea:-ms-input-placeholder, .m-form-block input:-ms-input-placeholder, .m-form-block textarea:-ms-input-placeholder {
  color: #e5e5e5;
}

.hs_cos_wrapper_type_form input::-ms-input-placeholder, .hs_cos_wrapper_type_form textarea::-ms-input-placeholder, .widget-type-form input::-ms-input-placeholder, .widget-type-form textarea::-ms-input-placeholder, .m-form-block input::-ms-input-placeholder, .m-form-block textarea::-ms-input-placeholder {
  color: #e5e5e5;
}

.hs_cos_wrapper_type_form input::placeholder,
.hs_cos_wrapper_type_form textarea::placeholder,
.widget-type-form input::placeholder,
.widget-type-form textarea::placeholder,
.m-form-block input::placeholder,
.m-form-block textarea::placeholder {
  color: #e5e5e5;
}

.hs_cos_wrapper_type_form input::-ms-clear, .hs_cos_wrapper_type_form input::-ms-reveal,
.widget-type-form input::-ms-clear,
.widget-type-form input::-ms-reveal,
.m-form-block input::-ms-clear,
.m-form-block input::-ms-reveal {
  visibility: hidden;
}
*/

/*チェックボックス*/
/*
.hs_cos_wrapper_type_form input[type="checkbox"],
.widget-type-form input[type="checkbox"],
.m-form-block input[type="checkbox"] {
  display: none;
}

.hs_cos_wrapper_type_form input[type="checkbox"] + span,
.widget-type-form input[type="checkbox"] + span,
.m-form-block input[type="checkbox"] + span {
  display: inline-block;
  position: relative;
  margin: 0;
  padding-left: 34px;
  font-weight: normal;
  cursor: pointer;
}

.hs_cos_wrapper_type_form input[type="checkbox"] + span::before,
.widget-type-form input[type="checkbox"] + span::before,
.m-form-block input[type="checkbox"] + span::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 23px;
  height: 23px;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.hs_cos_wrapper_type_form input[type="checkbox"] + span::after,
.widget-type-form input[type="checkbox"] + span::after,
.m-form-block input[type="checkbox"] + span::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 3px;
  width: 17px;
  height: 15px;
  background: url(https://6377882.fs1.hubspotusercontent-na1.net/hubfs/6377882/trustdock2020/assets/images/common/icon-checked.png) 0 50%/contain no-repeat;
  opacity: 0;
}

.hs_cos_wrapper_type_form input[type="checkbox"]:checked + span::after,
.widget-type-form input[type="checkbox"]:checked + span::after,
.m-form-block input[type="checkbox"]:checked + span::after {
  opacity: 1;
}
*/

/*チェックボックスここまで*/
/*ここまで上書き完了*/


/*ラジオボタン*/
/*
.hs_cos_wrapper_type_form input[type="radio"],
.widget-type-form input[type="radio"],
.m-form-block input[type="radio"] {
  display: none;
}

.hs_cos_wrapper_type_form input[type="radio"] + span,
.widget-type-form input[type="radio"] + span,
.m-form-block input[type="radio"] + span {
  display: inline-block;
  position: relative;
  margin: 0;
  padding-left: 40px;
  font-weight: normal;
  cursor: pointer;
}

.hs_cos_wrapper_type_form input[type="radio"] + span::before,
.widget-type-form input[type="radio"] + span::before,
.m-form-block input[type="radio"] + span::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 30px;
  height: 30px;
  background: #fff;
  border: 1px solid #c1c7d0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
}

.hs_cos_wrapper_type_form input[type="radio"] + span::after,
.widget-type-form input[type="radio"] + span::after,
.m-form-block input[type="radio"] + span::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 7px;
  width: 16px;
  height: 16px;
  opacity: 0;
  background: #0e522d;
  border-radius: 50%;
}

.hs_cos_wrapper_type_form input[type="radio"]:checked + span::after,
.widget-type-form input[type="radio"]:checked + span::after,
.m-form-block input[type="radio"]:checked + span::after {
  opacity: 1;
}
*/

/*ボタン 上書き完了*/
/*
.hs_cos_wrapper_type_form input[type="submit"],
.widget-type-form input[type="submit"],
.m-form-block input[type="submit"] {
  width: 280px !important;
  padding: 13px 0;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: none;
  background: #FF953A;
  border: 1px solid #FF953A;
  border-radius: 80px;
}

.hs_cos_wrapper_type_form input[type="submit"]:hover,
.widget-type-form input[type="submit"]:hover,
.m-form-block input[type="submit"]:hover {
  opacity: 0.7;
  transition: 0.5s;
}
*/
/*input テキストエリア
.hs_cos_wrapper_type_form textarea,
.widget-type-form textarea,
.m-form-block textarea {
  height: 150px;
  resize: vertical;
}
*/

/*ラベル*/
/*
.hs_cos_wrapper_type_form label > span,
.widget-type-form label > span,
.m-form-block label > span {
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.075em;
}
*/

/*リンクテキスト*/
/*
.hs_cos_wrapper_type_form a,
.widget-type-form a,
.m-form-block a {
  color: #8f2e14;
  font-weight: 500;
}

.hs_cos_wrapper_type_form a:hover,
.widget-type-form a:hover,
.m-form-block a:hover {
  text-decoration: none;
}

.hs_cos_wrapper_type_form .hs-form-field,
.widget-type-form .hs-form-field,
.m-form-block .hs-form-field {
  margin-bottom: 16px;
}
*/
/*ラジオボタン*/
/*
.hs_cos_wrapper_type_form .hs-form__field__radio__container,
.hs_cos_wrapper_type_form .hs-form-radio,
.widget-type-form .hs-form__field__radio__container,
.widget-type-form .hs-form-radio,
.m-form-block .hs-form__field__radio__container,
.m-form-block .hs-form-radio {
  margin-bottom: 10px;
}

.hs_cos_wrapper_type_form .hs-form__field__radio__container:last-child,
.hs_cos_wrapper_type_form .hs-form-radio:last-child,
.widget-type-form .hs-form__field__radio__container:last-child,
.widget-type-form .hs-form-radio:last-child,
.m-form-block .hs-form__field__radio__container:last-child,
.m-form-block .hs-form-radio:last-child {
  margin-bottom: 0;
}
*/
/*必須ラベル*/
/*
.hs_cos_wrapper_type_form .hs-form-required,
.widget-type-form .hs-form-required,
.m-form-block .hs-form-required {
  color: #f00;
  font-weight: normal;
}
*/
/*エラーメッセージ*/
/*
.hs_cos_wrapper_type_form .hs-error-msgs,
.widget-type-form .hs-error-msgs,
.m-form-block .hs-error-msgs {
  padding: 0;
  list-style: none;
  margin: 5px 0;
  color: #f00;
  font-size: 1.4rem;
}

.hs_cos_wrapper_type_form .hs_error_rollup,
.widget-type-form .hs_error_rollup,
.m-form-block .hs_error_rollup {
  text-align: center;
  margin-bottom: 10px;
  color: #e60012;
}

.hs_cos_wrapper_type_form .inputs-list,
.widget-type-form .inputs-list,
.m-form-block .inputs-list {
  padding: 0;
  list-style: none;
  margin: 0;
}

.hs_cos_wrapper_type_form .inputs-list label,
.widget-type-form .inputs-list label,
.m-form-block .inputs-list label {
  cursor: pointer;
}

.hs_cos_wrapper_type_form .hs-fieldtype-radio,
.widget-type-form .hs-fieldtype-radio,
.m-form-block .hs-fieldtype-radio {
  margin: 25px 0;
}

.hs_cos_wrapper_type_form .legal-consent-container,
.widget-type-form .legal-consent-container,
.m-form-block .legal-consent-container {
  margin: 32px 0 40px;
  text-align: left;
}

.hs_cos_wrapper_type_form .legal-consent-container .hs-error-msgs label,
.widget-type-form .legal-consent-container .hs-error-msgs label,
.m-form-block .legal-consent-container .hs-error-msgs label {
  color: #e60012;
}

.hs_cos_wrapper_type_form .legal-consent-container .inputs-list,
.widget-type-form .legal-consent-container .inputs-list,
.m-form-block .legal-consent-container .inputs-list {
  margin-top: 15px;
}

.hs_cos_wrapper_type_form .legal-consent-container .hs-richtext,
.widget-type-form .legal-consent-container .hs-richtext,
.m-form-block .legal-consent-container .hs-richtext {
  font-size: 1.3rem;
  overflow: scroll;
  height: 130px;
  border: 1px solid #c1c7d0;
  padding: 16px 16px;
  background-color: #fff;
}

.hs_cos_wrapper_type_form .legal-consent-container .hs-richtext p,
.widget-type-form .legal-consent-container .hs-richtext p,
.m-form-block .legal-consent-container .hs-richtext p {
  margin: 0;
}

.hs_cos_wrapper_type_form .legal-consent-container .hs-form-booleancheckbox-display p,
.widget-type-form .legal-consent-container .hs-form-booleancheckbox-display p,
.m-form-block .legal-consent-container .hs-form-booleancheckbox-display p {
  font-size: 1.3rem;
}
.hs_cos_wrapper_type_form .actions,
.widget-type-form .actions,
.m-form-block .actions {
  text-align: center;
}
*/

/*旧フォームここまで*/


/*2025新フォーム ベース*/
/*ボタン*/
.hs_cos_wrapper_type_form input[type="submit"],
.widget-type-form input[type="submit"],
.m-form-block input[type="submit"] {
  width: 100% !important;
  padding: 24px 0;
  margin: 32px 0 0;
  color: var(--base-white);
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: none;
  background: var(--accent-secondary);
  border: none;
  border-radius: var(--btn-round);
  height: auto;
  max-width: 500px;
}


.hs_cos_wrapper_type_form input[type="submit"]:hover,
.widget-type-form input[type="submit"]:hover,
.m-form-block input[type="submit"]:hover {
  opacity: 0.7;
  transition: 0.5s;
}

/*必須ラベル*/
.hs_cos_wrapper_type_form .hs-form-required,
.widget-type-form .hs-form-required,
.m-form-block .hs-form-required {
  font-size: 0;
  width: 100%;
  max-width: 40px;
}

.hs_cos_wrapper_type_form .hs-form-required::after,
.widget-type-form .hs-form-required::after,
.m-form-block .hs-form-required::after {
  background: var(--system-error);
  padding: 4px;
  border-radius: var(--container-round);
  color: var(--base-white);
  content:'必須';
  font-size: 1.2rem;
  line-height: 1;
  font-weight: bold;
  margin-left: 4px;
  display: inline-block;
  text-align: center;
}

/*input テキスト*/
.hs_cos_wrapper_type_form input,
.hs_cos_wrapper_type_form textarea,
.widget-type-form input,
.widget-type-form textarea,
.m-form-block input,
.m-form-block textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  width: 100% !important;
  padding: 10px 16px 8px;
  border: var(--form-border);
  border-radius: var(--container-round);
  background: var(--base-white);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.hs_cos_wrapper_type_form input,
.widget-type-form input,
.m-form-block input {
  height: 45px;
}


.hs_cos_wrapper_type_form input::-webkit-input-placeholder,
.hs_cos_wrapper_type_form textarea::-webkit-input-placeholder,
.widget-type-form input::-webkit-input-placeholder,
.widget-type-form textarea::-webkit-input-placeholder,
.m-form-block input::-webkit-input-placeholder,
.m-form-block textarea::-webkit-input-placeholder {
  color: var(--form-placeholder);
}

.hs_cos_wrapper_type_form input::-moz-placeholder,
.hs_cos_wrapper_type_form textarea::-moz-placeholder,
.widget-type-form input::-moz-placeholder,
.widget-type-form textarea::-moz-placeholder,
.m-form-block input::-moz-placeholder,
.m-form-block textarea::-moz-placeholder {
  color: var(--form-placeholder);
}

.hs_cos_wrapper_type_form input:-ms-input-placeholder,
.hs_cos_wrapper_type_form textarea:-ms-input-placeholder,
.widget-type-form input:-ms-input-placeholder,
.widget-type-form textarea:-ms-input-placeholder,
.m-form-block input:-ms-input-placeholder,
.m-form-block textarea:-ms-input-placeholder {
  color: var(--form-placeholder);
}

.hs_cos_wrapper_type_form input::-ms-input-placeholder,
.hs_cos_wrapper_type_form textarea::-ms-input-placeholder,
.widget-type-form input::-ms-input-placeholder,
.widget-type-form textarea::-ms-input-placeholder,
.m-form-block input::-ms-input-placeholder,
.m-form-block textarea::-ms-input-placeholder {
  color: var(--form-placeholder);
}

.hs_cos_wrapper_type_form input::placeholder,
.hs_cos_wrapper_type_form textarea::placeholder,
.widget-type-form input::placeholder,
.widget-type-form textarea::placeholder,
.m-form-block input::placeholder,
.m-form-block textarea::placeholder {
  color: var(--form-placeholder);
}

.hs_cos_wrapper_type_form input::-ms-clear, .hs_cos_wrapper_type_form input::-ms-reveal,
.widget-type-form input::-ms-clear,
.widget-type-form input::-ms-reveal,
.m-form-block input::-ms-clear,
.m-form-block input::-ms-reveal {
  visibility: hidden;
}

/*input テキストエリア*/
.hs_cos_wrapper_type_form textarea,
.widget-type-form textarea,
.m-form-block textarea {
  height: 120px;
  resize: vertical;
}

/*ラベル 上書き完了*/
.hs_cos_wrapper_type_form label,
.widget-type-form label,
.m-form-block label {
  display: inline-flex;
  align-items: center;
  padding: 2px 0;
  margin: 0 0 8px;
  width: 100%;
}

.hs_cos_wrapper_type_form label > span,
.widget-type-form label > span,
.m-form-block label > span {
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.075em;
  display: inline-block;
  width: max-content;
   text-wrap: wrap;
}

.hs-fieldtype-checkbox label,
.hs-form-booleancheckbox label,
.hs-form-radio label {
  padding:0;
}

/*リンクテキスト　上書き完了*/
.hs_cos_wrapper_type_form a,
.widget-type-form a,
.m-form-block a {
  color: var(--accent-primary-link);
  font-weight: bold;
  text-decoration-line: underline;
}

.hs_cos_wrapper_type_form a:hover,
.widget-type-form a:hover,
.m-form-block a:hover {
  text-decoration: none;
}

.hs_cos_wrapper_type_form .hs-form-field,
.widget-type-form .hs-form-field,
.m-form-block .hs-form-field {
  margin-bottom: 16px;
}

/*チェックボックス 上書き完了*/
.hs_cos_wrapper_type_form input[type="checkbox"],
.widget-type-form input[type="checkbox"],
.m-form-block input[type="checkbox"] {
  display: none;
}

.hs_cos_wrapper_type_form input[type="checkbox"] + span,
.widget-type-form input[type="checkbox"] + span,
.m-form-block input[type="checkbox"] + span {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin: 0;
  font-weight: normal;
  cursor: pointer;
  position: relative;
  padding-left: 0;
  font-size: 13px;
  width: 100%;
}

.hs_cos_wrapper_type_form input[type="checkbox"] + span::before,
.widget-type-form input[type="checkbox"] + span::before,
.m-form-block input[type="checkbox"] + span::before {
  display: block;
  position: static;
  content: "";
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  border: var(--form-border);
  border-radius: var(--container-round);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: var(--base-white);
}

.hs_cos_wrapper_type_form input[type="checkbox"] + span::after,
.widget-type-form input[type="checkbox"] + span::after,
.m-form-block input[type="checkbox"] + span::after {
  content: "";
  position: absolute;
  top: auto;
  left: 0px;
  width: 24px;
  height: 24px;
  background: url(https://6377882.fs1.hubspotusercontent-na1.net/hubfs/6377882/Checked.svg) 100% / contain no-repeat;
  opacity: 0;
}

.hs_cos_wrapper_type_form input[type="checkbox"]:checked + span::after,
.widget-type-form input[type="checkbox"]:checked + span::after,
.m-form-block input[type="checkbox"]:checked + span::after {
  opacity: 1;
  position: absolute;
  top: auto;
}


/*select*/

.hs_cos_wrapper_type_form select,
.widget-type-form select,
.m-form-block select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100% !important;
  padding: 10px 16px 8px;
  border: var(--form-border);
  border-radius: var(--container-round);
  background: var(--base-white);
  height: 45px;
}

.hs_cos_wrapper_type_form .input:has(select) {
  position: relative;
}

.hs_cos_wrapper_type_form .input:has(select)::before {
  position: absolute;
  top: 15px;
  right: 19px;
  content: '';
  width: 7px;
  height: 7px;
  border-top: 2px solid var(--black-primary);
  border-left: 2px solid var(--black-primary);
  transform: rotate(-135deg);
  pointer-events: none;
}

/*エラーメッセージ　上書き完了*/
.hs_cos_wrapper_type_form .hs-error-msgs,
.widget-type-form .hs-error-msgs,
.m-form-block .hs-error-msgs {
  padding: 0;
  list-style: none;
  margin: 0;
  color: var(--system-error);
  font-size: 1.4rem;
  text-align: left;
  text-align: -webkit-left;
}

.hs_cos_wrapper_type_form .hs_error_rollup,
.widget-type-form .hs_error_rollup,
.m-form-block .hs_error_rollup {
  text-align: center;
  margin-bottom: 10px;
  color: var(--system-error);
}

.hs_cos_wrapper_type_form .inputs-list,
.widget-type-form .inputs-list,
.m-form-block .inputs-list {
  padding: 0;
  list-style: none;
  margin: 0;
}

.hs_cos_wrapper_type_form .inputs-list label,
.widget-type-form .inputs-list label,
.m-form-block .inputs-list label {
  cursor: pointer;
}

.hs_cos_wrapper_type_form .hs-fieldtype-radio,
.widget-type-form .hs-fieldtype-radio,
.m-form-block .hs-fieldtype-radio {
  margin: 25px 0;
}

.hs_cos_wrapper_type_form .legal-consent-container,
.widget-type-form .legal-consent-container,
.m-form-block .legal-consent-container {
  margin: 32px 0 40px;
  text-align: left;
}

.hs_cos_wrapper_type_form .legal-consent-container .hs-error-msgs label,
.widget-type-form .legal-consent-container .hs-error-msgs label,
.m-form-block .legal-consent-container .hs-error-msgs label {
  color: var(--system-error);
}

.hs_cos_wrapper_type_form .legal-consent-container .inputs-list,
.widget-type-form .legal-consent-container .inputs-list,
.m-form-block .legal-consent-container .inputs-list {
  margin-top: 15px;
}

.hs_cos_wrapper_type_form .legal-consent-container .hs-richtext,
.widget-type-form .legal-consent-container .hs-richtext,
.m-form-block .legal-consent-container .hs-richtext {
  font-size: 1.3rem;
  overflow: scroll;
  height: 130px;
  padding: 16px 16px;
  background-color: var(--base-white);
  appearance: none;
  outline: none;
  width: 100% !important;
  padding: 10px 16px 8px;
  border: var(--form-border);
  border-radius: var(--container-round);
}

/*個人情報取扱い 同意テキスト*/

.hs_cos_wrapper_type_form .legal-consent-container .hs-richtext p,
.widget-type-form .legal-consent-container .hs-richtext p,
.m-form-block .legal-consent-container .hs-richtext p {
  margin: 0;
}

.hs_cos_wrapper_type_form .legal-consent-container .hs-form-booleancheckbox-display p,
.widget-type-form .legal-consent-container .hs-form-booleancheckbox-display p,
.m-form-block .legal-consent-container .hs-form-booleancheckbox-display p {
  font-size: 1.3rem;
  width: max-content;
  display: inline-block;
}
.hs_cos_wrapper_type_form .actions,
.widget-type-form .actions,
.m-form-block .actions {
  text-align: center;
}

/*ラジオボタン 上書き完了*/
.hs_cos_wrapper_type_form input[type="radio"],
.widget-type-form input[type="radio"],
.m-form-block input[type="radio"] {
  display: none;
}

.hs_cos_wrapper_type_form input[type="radio"] + span,
.widget-type-form input[type="radio"] + span,
.m-form-block input[type="radio"] + span {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  position: relative;
  padding-left: 0;
  margin: 0;
  font-weight: normal;
  cursor: pointer;
  font-size: 13px;
}

.hs_cos_wrapper_type_form input[type="radio"] + span::before,
.widget-type-form input[type="radio"] + span::before,
.m-form-block input[type="radio"] + span::before {
  content: "";
  position: static;
  min-width: 24px;
  min-height: 24px;
  width: 24px;
  height: 24px;
  background: var(--base-white);
  border: var(--form-border);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
}

.hs_cos_wrapper_type_form input[type="radio"] + span::after,
.widget-type-form input[type="radio"] + span::after,
.m-form-block input[type="radio"] + span::after {
  content: "";
  /*position: static;
  top: 9px;*/
  left: 5px;
  opacity: 0;
  width: 14px;
  height: 14px;
  background: var(--accent-primary);
  border-radius: 50%;
}

.hs_cos_wrapper_type_form input[type="radio"]:checked + span::after,
.widget-type-form input[type="radio"]:checked + span::after,
.m-form-block input[type="radio"]:checked + span::after {
  position: absolute;
  top: auto;
  opacity: 1;
}

.hs_cos_wrapper_type_form .hs-form__field__radio__container,
.hs_cos_wrapper_type_form .hs-form-radio,
.widget-type-form .hs-form__field__radio__container,
.widget-type-form .hs-form-radio,
.m-form-block .hs-form__field__radio__container,
.m-form-block .hs-form-radio {
  margin-bottom: 10px;
}

.hs_cos_wrapper_type_form .hs-form__field__radio__container:last-child,
.hs_cos_wrapper_type_form .hs-form-radio:last-child,
.widget-type-form .hs-form__field__radio__container:last-child,
.widget-type-form .hs-form-radio:last-child,
.m-form-block .hs-form__field__radio__container:last-child,
.m-form-block .hs-form-radio:last-child {
  margin-bottom: 0;
}


.newform legend {
  margin-bottom: 8px;
}

/*新フォームここまで*/



/*
* 通常のリンクボタン
*/
/*2024ボタン*/
.button-a-primary {
  background:var(--accent-secondary);
  color: var(--base-white)!important;
  border: 2px solid var(--accent-secondary);  
}

.button-w-primary {
  background: var(--base-white);
  color: var(--accent-secondary)!important;
  border: 2px solid var(--accent-secondary);
}

.button-y-primary {
  background:#FFB249;
  color: var(--black-primary)!important;
}

.button-small {
  font-size:1.4rem;
  padding: 8px 12px;
  line-height: 120%;
  border-radius: var(--btn-round);
}

.button-medium {
  font-size:1.6rem;
  padding: 16px 32px;
  line-height: 140%;
  border-radius: var(--btn-round);
}

.button-large {
  font-weight: bold;
  font-size:2.4rem;
  padding: 20px 64px;
  line-height: 170%;
  border-radius: var(--btn-round);
  display: block;
  width: max-content;
  margin: 0 auto;
}

a.cta_button {
  transition: 0.3s;
}

a.cta_button:hover {
  opacity:0.7;
  transition:0.3s;
}

/*ここまで*/
/*
a.l-button,
a.cta_button {
  display: inline-block;
  padding: 15px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #fff;
  border: 2px solid #0e522d;
  color: #0e522d;
  border-radius: 30px;
  text-decoration: none;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

a.l-button:hover,a.cta_button:hover {
  opacity:0.7;
  transition: 0.5s;
}
*/
a.-btn_primary:hover,
a.doc-request:hover,
a.doc-request-btn:hover {
/*   color: #56b25d;
  background: #fff; */
  opacity: 0.7 !important;
  border: none !important;
  background: #FF8D17 !important;
  transition: 0.5s;
}

a.l-button.-yellow,
a.cta_button.-yellow {
  color: #fff;
  background: #FF8D17;
  border: 1px solid #FF8D17;
}

a.l-button.-yellow:hover,
a.cta_button.-yellow:hover {
  opacity:0.7;
  transition:0.5s;
  color: #fff;
  background: #FF8D17;
  border-color: #FF8D17;
}

a.l-button.-white,
a.cta_button.-white {
  color: #0e522d;
  font-weight: bold;
  background: #fff;
  border: 2px solid #0e522d;
  border-radius: 80px;
}

a.l-button.-white:hover,
a.cta_button.-white:hover,
a.-btn_second:hover {
  border: 2px solid #0e522d!important;
  color:#0e522d!important;
  background: #fff!important;
  opacity: 0.6!important;
  transition: 0.5s;
}

a.contact:hover {
  opacity: 0.7 !important;
  transition: 0.5s;
}

a.l-button.-white.-blank span::before,
a.cta_button.-white.-blank span::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 3px;
  width: 18px;
  height: 18px;
  margin-right: 20px;
  background: url(https://6377882.fs1.hubspotusercontent-na1.net/hubfs/6377882/trustdock2020/assets/images/common/icon-blank.png) 0 0/contain no-repeat;
}

a.l-button.-w280,
a.cta_button.-w280 {
  width: 278px;
  padding: 9px 0;
}

a.l-button.-no-style,
a.cta_button.-no-style {
  display: inline;
  color: #444;
  font-weight: normal;
  background: none;
  border: none;
  text-decoration: underline;
}

a.l-button.-no-style:hover,
a.cta_button.-no-style:hover {
  text-decoration: none;
}

a.l-button.-w280,
a.cta_button.-w280 {
  width: 280px;
  padding: 12px 0;
}

a.right-arrow {
  position: relative;
  color: #0e522d;
  text-decoration: none;
}

a.right-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  right: -24px;
  width: 24px;
  height: 100%;
  background: url(https://6377882.fs1.hubspotusercontent-na1.net/hubfs/6377882/trustdock2020/assets/images/common/arrow-green.png) 100% 60%/10px auto no-repeat;
}

a.right-arrow:hover {
  text-decoration: underline;
}

.checked {
  display: inline-block;
  width: 19px;
  height: 15px;
  background: url(https://6377882.fs1.hubspotusercontent-na1.net/hubfs/6377882/trustdock2020/assets/images/common/icon-checked.png) 0 50%/contain no-repeat;
}

.l-social-share-icons {
  height: 21px;
}

.l-social-share-icons.-top {
  text-align: right;
}

table {
  width: 100%;
  border-top: 1px solid #c1c7d0;
}

table th {
  width: 20%;
  padding: 21px 45px 21px 40px;
  color: #0e522d;
  font-weight: 500;
  line-height: 2.11;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #c1c7d0;
}

table td {
  padding: 21px 0 21px 45px;
  border-bottom: 1px solid #c1c7d0;
}

.l-alternate-table {
  margin: 25px 0 52px;
  border: none;
}

.l-alternate-table th {
  width: auto;
  padding: 12px 12px 12px 28px;
  white-space: nowrap;
  border: none;
}

.l-alternate-table td {
  padding: 12px 50px 12px 12px;
  border: none;
}

.l-alternate-table tr:nth-child(odd) th,
.l-alternate-table tr:nth-child(odd) td {
  background: #f6f5f5;
}

/*
* 資料請求 CTA
*/
.hs-cta-wrapper .doc-request,
.hs-cta-wrapper .-yellow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 360px;
  height: 80px;
  margin: 0 auto;
  padding: 0;
  color: #0e522d;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: none;
  background: #fdd247;
  border: 1px solid #fdd247;
}

.hs-cta-wrapper .doc-request:hover,
.hs-cta-wrapper .-yellow:hover {
  color: #0e522d;
  background: #fff;
  border-color: #0e522d;
}

@media all and (-ms-high-contrast: none) {
  .twitter-share-button {
    display: inline-block;
    width: 74px;
    height: 20px;
    text-indent: 200%;
    overflow: hidden;
    white-space: nowrap;
    background: url(https://6377882.fs1.hubspotusercontent-na1.net/hubfs/6377882/trustdock2020/assets/images/common/button-tweet.png) 0 0 no-repeat;
  }
}

/* -----
 * responsive
----------------------------------------------------------------------------- */
@media screen and (min-width: 1001px) and (max-width: 1350px) {
  .g-header .inner .header-menu ul {
    margin-right: 15px;
  }
  .g-header .inner .header-menu ul li:nth-child(n+2) {
    margin-left: 10px;
  }
/*
  .g-header .inner .header-menu ul li a {
    padding: 18px 6px;
    font-size: 1.2vw;
  }
  */
  .g-header .inner .header-menu .contact-block .tel a {
    margin-right: 5px;
    font-size: 1.4rem;
  }
  .g-header .inner .header-menu .contact-block .tel a .icon {
    margin-right: 2px;
    font-size: 12px;
  }
  .g-header .inner .header-menu .contact-block .time {
    font-size: 1rem;
  }
  .g-header .inner .header-menu .contact-block .cta-block .-yellow,
  .g-header .inner .header-menu .contact-block .cta-block .contact {
    width: 100px;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 1001px) {
  .g-header .inner .header-menu .sp-list {
    display: none;
  }
  .g-header .inner .header-menu .sns-block {
    display: none;
  }
  .g-header .inner .menu-toggle {
    display: none;
  }
}

@media screen and (max-width: 1140px) {
  .adjust-width {
    padding-left: 20px;
    padding-right: 20px;
  }
  .l-breadcrumb-menu {
    padding: 0;
  }
  .l-breadcrumb-menu ul {
    padding: 15px 20px;
  }
}

@media screen and (max-width: 1000px) {
  .adjust-small {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* -----
  * g-header
  ----------------------------------------------------------------------------- */
  .g-header {
    height: 50px;
    -webkit-transition: backgrund-color 0.3s ease-in-out;
    transition: backgrund-color 0.3s ease-in-out;
  }
  .g-header.-js-fixed {
    background-color: transparent;
  }
  .g-header.-js-fixed .inner .logo {
    opacity: 0;
    visibility: hidden;
  }
  .g-header.-js-fixed.-js-open {
    background-color: #fff;
  }
  .g-header.-js-fixed.-js-open .inner .logo {
    opacity: 1;
    visibility: visible;
  }
  .g-header .header-bg {
    display: none;
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(68, 68, 68, 0.6);
    z-index: 9;
  }
  .g-header .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 0 0 0 20px;
  }
  .g-header .inner .logo {
    width: 94px;
    margin: 14px 0 12px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }
  .g-header .inner .header-menu {
    display: none;
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    -webkit-transition: top 0.3s ease-in-out;
    transition: top 0.3s ease-in-out;
    z-index: 10;
    overflow-y: scroll;
    background: var(--base-white);
  }
  .g-header .inner .header-menu .header-menu-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: calc(100vh - 50px);
    border-top: 1px solid #e5e5e5;
  }
  .g-header .inner .header-menu .header-menu-inner > div {
    width: 100%;
    background: #fff;
  }
  .g-header .inner .header-menu ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0;
  }
  .g-header .inner .header-menu ul li {
    width: 100%;
  }
  .g-header .inner .header-menu ul li:nth-child(n+2) {
    margin-left: 0;
    border-top: 1px solid #fff;
  }
  .g-header .inner .header-menu-inner ul li a {
    padding: 14px 20px;
    font-size: 1.4rem;
    font-weight: bold;
    background: var(--base-grey);
  }
  .g-header .inner .header-menu-inner ul li a::before {
    content: none;
  }
  .g-header .inner .header-menu-inner ul li a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 8px;
    height: 8px;
    margin: auto 0;
    border: 2px solid var(--accent-primary);
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  
  .g-header .inner .header-upper ul li {
    background: var(--base-grey);
    padding: 8px 20px;
  }
  
  .g-header .inner .header-upper ul li a {
    padding:0;
  }
  
  /*
  .g-header .inner .header-menu .sp-list {
    width: 100%;
    padding: 0 0 30px;
  }
  */
  .g-header .inner .header-menu .sp-list ul li:nth-last-of-type(2) {
    width: 50%;
    border-right: 1px solid #fff;
  }
  .g-header .inner .header-menu .sp-list ul li:last-of-type {
    width: 50%;
  }
  .g-header .inner .header-menu .contact-block {
    width: 100%;
  }
  .g-header .inner .header-menu .contact-block .tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 15px;
  }
  .g-header .inner .header-menu .contact-block .tel .icon {
    margin-right: 7px;
    font-size: 16px;
  }
  .g-header .inner .header-menu .contact-block .tel a {
    color: #444;
    font-size: 2rem;
    text-decoration: none;
  }
  .g-header .inner .header-menu .contact-block .time {
    margin: 0 0 0 29px;
    font-size: 1.3rem;
    font-weight: 500;
  }
  .g-header .inner .header-menu .contact-block .cta-block {
    padding: 20px;
    text-align: center;
  }
  .g-header .inner .header-menu .contact-block .cta-block > div {
    width: 46.82%;
  }
  .g-header .inner .header-menu .contact-block .cta-block .-yellow {
    width: 100%;
    height: 40px;
    padding: 6px 0 7px;
  }
  .g-header .inner .header-menu .contact-block .cta-block .contact {
    width: 100%;
    height: 40px;
    margin-left: 0;
    padding: 6px 0 7px;
  }
  .g-header .inner .header-menu .sns-block {
    width: 100%;
    padding-bottom: 20px;
    text-align: center;
  }
  .g-header .inner .menu-toggle {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    position: relative;
    width: 60px;
    height: 50px;
    background: #fff;
    border: none;
  }
  .g-header .inner .menu-toggle::before, .g-header .inner .menu-toggle::after {
    content: "";
    position: absolute;
    top: -1px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 28px;
    height: 1px;
    margin: auto;
    border-bottom: 2px solid #0e522d;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .g-header .inner .menu-toggle::after {
    top: -10px;
  }
  .g-header .inner .menu-toggle::before {
    bottom: -10px;
  }
  .g-header .inner .menu-toggle.-js-open::after {
    top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .g-header .inner .menu-toggle.-js-open::before {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .g-main {
    padding-top: 50px;
    margin-top: 0;
  }
    .l-section-container.-white-gap-top-none-gap-bottom-none {
    padding: 0;
  }
  
  .l-section-container.-whitenone-gap-bottom-none {
    padding: 0;
  }
  
  .contents_flex {
    flex-direction: column;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
  .inner-small {
    padding: 0 5.33vw;
  }
  .-sp-inner {
    width: 86.13vw;
    margin: 0 auto;
  }
  /* -----
  * g-footer
  ----------------------------------------------------------------------------- */
  .g-footer .m-cta-block {
    padding: 35px 5.33vw;
    background-image: url(https://6377882.fs1.hubspotusercontent-na1.net/hubfs/6377882/trustdock2020/assets/images/common/bg-footer-cta-sp.jpg);
  }
  .g-footer .m-cta-block .text {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .g-footer .m-cta-block .-yellow {
    width: 76.8vw;
    height: 17.07vw;
    margin-bottom: 20px;
    font-size: 1.7rem;
  }
  .g-footer .m-cta-block .-no-style {
    line-height: 1.58;
  }
  .g-footer .tel-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 0 20px;
  }
  .g-footer .tel-block .text {
    margin: 0 0 10px;
    font-size: 1.4rem;
    line-height: 1;
    text-align: center;
  }
  .g-footer .tel-block .text p:first-child {
    margin-bottom: 20px;
  }
  .g-footer .tel-block .tel a .icon {
    margin-right: 5px;
    font-size: 27px;
  }
  .g-footer .tel-block .tel a span {
    font-size: 3.7rem;
  }
  .g-footer .page-top {
    margin: 0;
  }
  .g-footer .page-top a {
    display: block;
    position: relative;
    height: 42px;
  }
  .g-footer .page-top a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 30px;
    height: 11px;
    margin: auto;
    background: url(https://6377882.fs1.hubspotusercontent-na1.net/hubfs/6377882/trustdock2020/assets/images/common/icon-pagetop-arrow.svg) 50% 0/contain no-repeat;
  }
  .g-footer .footer-bottom {
    padding-bottom: 90px;
    background: var(--black-primary);
    background-size: 64.27% auto;
  }
  .g-footer .footer-bottom .footer-link {
    padding: 33px 0;
  }
  .g-footer .footer-bottom .footer-link .inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    flex-direction: row;
  }
  .g-footer .footer-bottom .footer-link .inner .logo {
    width: 136px;
  }
  .g-footer .footer-bottom .m-bottom-link {
    margin-bottom: 30px;
    padding: 30px 0 0;
  }
  .g-footer .footer-bottom .m-bottom-link ul {
    display: block;
  }
  .g-footer .footer-bottom .m-bottom-link li {
    margin: 0;
    font-size: 1.3rem;
    text-align: center;
  }
  .g-footer .footer-bottom .m-bottom-link li:nth-child(n+2) {
    margin-top: 30px;
  }
  .g-footer .footer-bottom .copyright {
    font-size: 1.3rem;
    text-align: center;
  }
  .m-bottom-cta-block {
    padding: 35px 5.33vw;
    background-image: url(https://6377882.fs1.hubspotusercontent-na1.net/hubfs/6377882/trustdock2020/assets/images/common/bg-footer-cta-sp.jpg);
  }
  .m-bottom-cta-block .text {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .m-bottom-cta-block a.cta_button.-yellow {
    width: 76.8vw;
    max-width: 280px;
    height: 17.07vw;
    max-height: 80px;
    margin-bottom: 20px;
    font-size: 1.7rem;
  }
  .m-bottom-cta-block a.cta_button.-no-style {
    line-height: 1.58;
  }
  /* -----
  * g-main
  ----------------------------------------------------------------------------- */
  .g-main {
    padding-top: 50px;
  }
  /* -----
 * 共通パーツ
----------------------------------------------------------------------------- */
  /*
  * セクション
  */
  /*
  .l-section-container {
    padding: 40px 0;
  }
  .l-section-container.-white-gap-top-none-gap-bottom-none {
    padding: 0;
  }
  .l-section-container.-gap-top-none {
    padding-top: 0;
  }
  .l-section-container.-gap-top-s-less {
    padding-top: 54px;
  }
  .l-section-container.-gap-top-less {
    padding-top: 30px;
  }
  .l-section-container.-gap-terms-top {
    padding-top: 45px;
  }
  .l-section-container.-gap-bottom-none {
    padding-bottom: 0;
  }
  .l-section-container.-gap-bottom-s-less {
    padding-bottom: 60px;
  }
  .l-section-container.-gap-bottom-less {
    padding-bottom: 39px;
  }
  .l-section-container.-bg-dot-rt {
    background-image: url(https://6377882.fs1.hubspotusercontent-na1.net/hubfs/6377882/trustdock2020/assets/images/common/bg-dot-rt-sp.png);
    background-size: 100% auto;
  }
  .l-section-container.-bg-dot-lb {
    background-image: url(https://6377882.fs1.hubspotusercontent-na1.net/hubfs/6377882/trustdock2020/assets/images/common/bg-dot-lb-sp.png);
    background-size: 100% auto;
  }
  .l-section-container.-bg-dot-lt {
    background-image: url(https://6377882.fs1.hubspotusercontent-na1.net/hubfs/6377882/trustdock2020/assets/images/common/bg-dot-lt-sp.png);
    background-size: 100% auto;
  }
  .l-section-container.form {
    padding-bottom: 1px;
    background: url(https://6377882.fs1.hubspotusercontent-na1.net/hubfs/6377882/trustdock2020/assets/images/common/bg-dot-rt-sp.png) 100% 0/100% auto no-repeat;
  }
  .l-section-container.form .hs_cos_wrapper_type_form {
    margin: 0 -20px;
    padding: 50px 20px;
  }
  .l-section-container.form .hs_cos_wrapper_type_form > div {
    max-width: 100%;
  }
  
  .-gap-top-none-gap-bottom-none {
  padding-top: 0;
  padding-bottom: 0;
}
  
  .l-section-container.-green-gap-top-none-gap-bottom-none {
    padding-top: 0;
    padding-bottom: 0px;
  }
  
  .l-section-container.-whitenone-gap-bottom-none {
    padding: 0;
  }
  /*基準値*/

  .l-section-container {
    padding-top: var(--sec-space-responsive);
    padding-bottom: var(--sec-space-responsive);
  }
  */
  /*上下余白少なめ*/

  .l-section-container.-none-gap-top-s-less-gap-bottom-s-less
  .l-section-container.-whitenone-gap-top-s-less-gap-bottom-s-less,
  .l-section-container.-graynone-gap-top-s-less-gap-bottom-s-less,
  .l-section-container.-darkgraynone-gap-top-s-less-gap-bottom-s-less,
  .l-section-container.-greennone-gap-top-s-less-gap-bottom-s-less,
  .l-section-container.-palegreennone-gap-top-s-less-gap-bottom-s-less,
  .l-section-container.none-gap-top-less-gap-bottom-less,
  .l-section-container.-whitenone-gap-top-less-gap-bottom-less,
  .l-section-container.-graynone-gap-top-less-gap-bottom-less,
  .l-section-container.-darkgraynone-gap-top-less-gap-bottom-less,
  .l-section-container.-greennone-gap-top-less-gap-bottom-less,
  .l-section-container.-palegreennone-gap-top-less-gap-bottom-less {
    padding-top: var(--sec-space-responsive);
    padding-bottom: var(--sec-space-responsive);
  }
  /*上余白少なめ*/

  .l-section-container.none-gap-top-s-less,
  .l-section-container.-whitenone-gap-top-s-less,
  .l-section-container.-graynone-gap-top-s-less,
  .l-section-container.-darkgraynone-gap-top-s-less,
  .l-section-container.-greennone-gap-top-s-less,
  .l-section-container.-palegreennone-gap-top-s-less {
    padding-top: var(--sec-space-responsive);
  }

  .l-section-container.none-gap-top-less,
  .l-section-container.-whitenone-gap-top-less,
  .l-section-container.-graynone-gap-top-less,
  .l-section-container.-darkgraynone-gap-top-less,
  .l-section-container.-greennone-gap-top-less,
  .l-section-container.-palegreennone-gap-top-less,
  .l-section-container.-none-gap-top-less-gap-bottom-none,
  .l-section-container.-whitenone-gap-top-less-gap-bottom-none,
  .l-section-container.-graynone-gap-top-less-gap-bottom-none,
  .l-section-container.-darkgraynone-gap-top-less-gap-bottom-none,
  .l-section-container.-greennone-gap-top-less-gap-bottom-none,
  .l-section-container.-palegreennone-gap-top-less-gap-bottom-none {
    padding-top: var(--sec-space-responsive);
  }

  .l-section-container.-gap-terms-top {
    padding-top: var(--sec-space-responsive);
  }
  /*下余白少なめ*/

  .l-section-container.none-gap-bottom-s-less,
  .l-section-container.-whitenone-gap-bottom-s-less,
  .l-section-container.-graynone-gap-bottom-s-less,
  .l-section-container.-darkgraynone-gap-bottom-s-less,
  .l-section-container.-greennone-gap-bottom-s-less,
  .l-section-container.-palegreennone-gap-bottom-s-less {
    padding-bottom: var(--sec-space-responsive);
  }

  .l-section-container.none-gap-bottom-less,
  .l-section-container.-whitenone-gap-bottom-less,
  .l-section-container.-graynone-gap-bottom-less,
  .l-section-container.-darkgraynone-gap-bottom-less,
  .l-section-container.-greennone-gap-bottom-less,
  .l-section-container.-palegreennone-gap-bottom-less,
  .l-section-container.-none-gap-top-none-gap-bottom-less,
  .l-section-container.-whitenone-gap-top-none-gap-bottom-less,
  .l-section-container.-graynone-gap-top-none-gap-bottom-less,
  .l-section-container.-darknone-gap-top-none-gap-bottom-less,
  .l-section-container.-greennone-gap-top-none-gap-bottom-less,
  .l-section-container.-palegreennone-gap-top-none-gap-bottom-less {
    padding-bottom: var(--sec-space-responsive);
  }
  /*
  * 共通
  */
  .l-bg-title {
    background-image: url(https://6377882.fs1.hubspotusercontent-na1.net/hubfs/6377882/trustdock2020/assets/images/common/bg-blog-title-sp.png);
  }
  .l-pagination > div {
    width: 100%;
    height: 42px;
  }
  .l-pagination p {
    margin: 13px 20px 0;
  }
  .l-pagination .prev a,
  .l-pagination .next a {
    width: 128px;
    font-size: 1.4rem;
  }
  .l-pagination .prev a::before,
  .l-pagination .next a::before {
    width: 6px;
    height: 6px;
  }
  .l-pagination .prev {
    left: 0;
  }
  .l-pagination .prev a {
    padding: 10px 10px 11px 28px;
  }
  .l-pagination .prev a::before {
    left: 16px;
  }
  .l-pagination .next {
    right: 0;
  }
  .l-pagination .next a {
    padding: 10px 28px 11px 10px;
  }
  .l-pagination .next a::before {
    right: 16px;
  }
  /* -----
  * 共通クラス
  ----------------------------------------------------------------------------- */
  .hs_cos_wrapper_type_rich_text ._pc-text-c {
    text-align: left;
  }
  .hs_cos_wrapper_type_rich_text .image-block {
    margin: 28px 0 29px;
  }
  .hs_cos_wrapper_type_rich_text .image-block:first-child {
    margin-top: 0;
  }
  .hs_cos_wrapper_type_rich_text .image-block:last-child {
    margin-bottom: 0;
  }
  .hs_cos_wrapper_type_rich_text h2 {
    margin: 25px 0 12px;
    padding-bottom: 8px;
    font-size: 2.2rem;
    line-height: 1.27;
  }
  .hs_cos_wrapper_type_rich_text h2.heading-number {
    padding: 0 0 0 1.3em;
    text-indent: -1.3em;
  }
  .hs_cos_wrapper_type_rich_text h2 + h3 {
    margin-top: 15px;
  }
  .hs_cos_wrapper_type_rich_text h3 {
    margin: 23px 0 7px;
    font-size: 1.6rem;
    line-height: 1.75;
  }
  .hs_cos_wrapper_type_rich_text h4 {
    font-size: 1.4rem;
  }
  .hs_cos_wrapper_type_rich_text h5 {
    font-size: 1.4rem;
  }
  .hs_cos_wrapper_type_rich_text ol {
    margin: 8px 0;
  }
  .hs_cos_wrapper_type_rich_text ol.margin-plus {
    margin: 20px 0;
  }
  .hs_cos_wrapper_type_rich_text ol li {
    margin-bottom: 20px;
    padding-left: 17px;
    text-indent: -17px;
    font-size: 1.4rem;
  }
  .hs_cos_wrapper_type_rich_text ol li:last-child {
    margin-bottom: 0;
  }
  .hs_cos_wrapper_type_rich_text ol li::before {
    margin-right: 5px;
  }
  .hs_cos_wrapper_type_rich_text ol li ol li {
    padding-left: 14px;
  }
  .hs_cos_wrapper_type_rich_text ol li ol li:before {
    top: 4px;
    margin-left: -17px;
    margin-right: -3px;
    padding-bottom: 0;
    -webkit-transform: scale(0.65);
            transform: scale(0.65);
  }
  .hs_cos_wrapper_type_rich_text ol + h2 {
    margin-top: 70px;
  }
  .hs_cos_wrapper_type_rich_text ul {
    margin: 8px 0;
  }
  .hs_cos_wrapper_type_rich_text ul.margin-plus {
    margin: 20px 0;
  }
  .hs_cos_wrapper_type_rich_text ul li {
    font-size: 1.4rem;
  }
  .hs_cos_wrapper_type_rich_text a[href$=".pdf"] {
    padding-right: 26px;
  }
  .hs_cos_wrapper_type_rich_text a[href$=".pdf"]::after {
    top: 1px;
    width: 18px;
    height: 24px;
    background-size: 18px;
  }
  .post-body {
    font-size: 1.4rem;
  }
  .post-body h2 {
    margin: 45px 0 30px;
    font-size: 2.2rem;
  }
  .post-body h2 + .interview-box {
    margin-top: -20px;
  }
  .post-body h3 {
    margin: 50px 0 20px;
    padding: 12px 20px;
    font-size: 1.9rem;
  }
  .post-body h4 {
    margin: 18px 0 0;
    font-size: 1.6rem;
  }
  .post-body ol li::before {
    margin-right: 0.1em;
    font-size: 1.1rem;
  }
  .post-body ul li::before {
    width: 10px;
    height: 10px;
  }
  .post-body blockquote {
    margin: 27px 0 40px;
    padding: 8px 20px;
  }
  .case-post .post-body table {
    display: block;
    height: auto !important;
  }
  .case-post .post-body table tbody,
  .case-post .post-body table tr,
  .case-post .post-body table td {
    display: block;
    width: 100% !important;
    height: auto !important;
  }
  .case-post .post-body table table {
    margin: 15px auto !important;
  }
  .case-post .post-body table img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .l-breadcrumb-menu ul {
    padding: 4px 5.33vw 5px;
  }
  .l-breadcrumb-menu ul li {
    font-size: 1.1rem;
  }
  .l-breadcrumb-menu ul li a {
    font-weight: bold;
  }
  .l-breadcrumb-menu ul li:nth-child(n+2)::before {
    margin: 0 0.25em;
  }
  .system p {
    font-size: 1.4rem;
  }
  
  /*
  * フォーム ベース設定
  */
  .hs_cos_wrapper_type_form input,
  .hs_cos_wrapper_type_form textarea,
  .widget-type-form input,
  .widget-type-form textarea,
  .m-form-block input,
  .m-form-block textarea {
    padding: 7px 12px 8px;
    font-size: 1.4rem;
  }
  .hs_cos_wrapper_type_form input[type="checkbox"] + span,
  .widget-type-form input[type="checkbox"] + span,
  .m-form-block input[type="checkbox"] + span {
    padding-left: 30px;
  }
  .hs_cos_wrapper_type_form input[type="checkbox"] + span::before,
  .widget-type-form input[type="checkbox"] + span::before,
  .m-form-block input[type="checkbox"] + span::before {
    top: 4px;
    width: 18px;
    height: 18px;
  }
  .hs_cos_wrapper_type_form input[type="checkbox"] + span::after,
  .widget-type-form input[type="checkbox"] + span::after,
  .m-form-block input[type="checkbox"] + span::after {
    top: 7px;
    left: 3px;
    width: 13px;
    height: 11px;
    background-image: url(https://6377882.fs1.hubspotusercontent-na1.net/hubfs/6377882/trustdock2020/assets/images/common/icon-checked-sp2.png);
  }
  .hs_cos_wrapper_type_form input[type="radio"] + span,
  .widget-type-form input[type="radio"] + span,
  .m-form-block input[type="radio"] + span {
    padding-left: 32px;
  }
  .hs_cos_wrapper_type_form input[type="radio"] + span::before,
  .widget-type-form input[type="radio"] + span::before,
  .m-form-block input[type="radio"] + span::before {
    top: 1px;
    width: 24px;
    height: 24px;
  }
  .hs_cos_wrapper_type_form input[type="radio"] + span::after,
  .widget-type-form input[type="radio"] + span::after,
  .m-form-block input[type="radio"] + span::after {
    top: 7px;
    left: 6px;
    width: 12px;
    height: 12px;
  }
  .hs_cos_wrapper_type_form input[type="submit"],
  .widget-type-form input[type="submit"],
  .m-form-block input[type="submit"] {
    width: 59.73vw !important;
    padding: 10px 0 11px;
    font-size: 1.3rem;
  }
  .hs_cos_wrapper_type_form textarea,
  .widget-type-form textarea,
  .m-form-block textarea {
    height: 120px;
  }
  .hs_cos_wrapper_type_form label,
  .widget-type-form label,
  .m-form-block label {
    margin-bottom: 5px;
  }
  .hs_cos_wrapper_type_form label > span,
  .widget-type-form label > span,
  .m-form-block label > span {
    font-size: 1.4rem;
  }
  .hs_cos_wrapper_type_form .hs-form-field,
  .widget-type-form .hs-form-field,
  .m-form-block .hs-form-field {
    margin-bottom: 14px;
  }
  .hs_cos_wrapper_type_form .hs-error-msgs,
  .widget-type-form .hs-error-msgs,
  .m-form-block .hs-error-msgs {
    font-size: 1.1rem;
  }
  .hs_cos_wrapper_type_form .hs-fieldtype-radio,
  .widget-type-form .hs-fieldtype-radio,
  .m-form-block .hs-fieldtype-radio {
    margin: 25px 0;
  }
  .hs_cos_wrapper_type_form .legal-consent-container,
  .widget-type-form .legal-consent-container,
  .m-form-block .legal-consent-container {
    margin: 25px 0 30px;
  }
  .hs_cos_wrapper_type_form .legal-consent-container .inputs-list,
  .widget-type-form .legal-consent-container .inputs-list,
  .m-form-block .legal-consent-container .inputs-list {
    margin-top: 12px;
  }
  
  /*2025新フォーム　ベース*/
  .newform .hs_cos_wrapper_type_form label > span,
  .newform .widget-type-form label > span,
  .newform .m-form-block label > span,
  .newform legend,
  .newform .hs_cos_wrapper_type_form label,
  .newform .widget-type-form label,
  .newform .m-form-block label {
    font-size: 1.6rem;
  }
    
  
  
  /*
  * 通常のリンクボタン
  */
  a.l-button,
  a.cta_button {
    margin: 0 auto;
    padding: 7px 15px;
    font-size: 1.4rem;
  }
  /*
  a.l-button.-white,
  a.cta_button.-white {
    border-width: 1px;
  }
  */
  
  a.doc-request-btn {
    width: 76.8vw!important;
    font-size: 1.6rem!important;
  }
  
  a.l-button.-white.-blank span::before,
  a.cta_button.-white.-blank span::before {
    top: 4px;
    width: 17px;
    height: 17px;
    margin-right: 13px;
  }
  a.l-button.-w280,
  a.cta_button.-w280 {
    width: 59.73vw;
    padding: 8px 0;
  }
  a.right-arrow::after {
    right: -19px;
    width: 19px;
    background-size: 8px auto;
  }
  .hs-cta-wrapper .-yellow {
    width: 59.73vw;
    margin: 0 auto;
    padding: 7px 15px;
    font-size: 1.4rem;
  }
  .checked {
    width: 13px;
    height: 11px;
    background-image: url(https://6377882.fs1.hubspotusercontent-na1.net/hubfs/6377882/trustdock2020/assets/images/common/icon-checked-sp2.png);
  }
  .l-alternate-table {
    display: block;
    margin: 15px 0 35px;
    font-size: 1.4rem;
  }
  .l-alternate-table thead, .l-alternate-table tbody, .l-alternate-table tr, .l-alternate-table th, .l-alternate-table td {
    display: block;
  }
  .l-alternate-table th {
    padding: 9px 17px 0;
    white-space: normal;
  }
  .l-alternate-table td {
    padding: 0 17px 9px;
  }
  .blog-pagination {
    margin-top: 40px;
    padding: 0 5.33vw;
  }
}

@media screen and (max-width: 320px) {
  .g-header .inner .header-menu .contact-block .tel a {
    margin: 0 5px 0 0;
  }
  .g-header .inner .header-menu .contact-block .time {
    margin: 0 0 0 5px;
  }
  .l-pagination .prev a,
  .l-pagination .next a {
    width: auto;
  }
  .l-pagination .prev a {
    padding: 10px 10px 11px 28px;
  }
  .l-pagination .prev a::before {
    left: 12px;
  }
  .l-pagination .next a {
    padding: 10px 28px 11px 10px;
  }
  .l-pagination .next a::before {
    right: 12px;
  }
  .l-section-container {
    padding: 0;
  }
}


.g-header .inner .header-menu .hs-menu-children-wrapper {
  padding: 0px;
  display: none;
}
  
.g-header .inner .header-menu .hs-menu-children-wrapper .hs-menu-depth-2 {
  width: 100%;
}

  
/* PCメニュー */
  
@media screen and (min-width: 1000px) {
  .g-header .inner .header-menu .hs-menu-children-wrapper {
    display: none !important;
    padding: 10px !important;
    background: white !important;
    position: absolute !important;
  }

  .g-header .inner .header-menu .hs-menu-children-wrapper .hs-menu-depth-2 {
    margin-left: 0px;
    width: 45% !important;
  }
  
  #hs-menu-depth-2_width-full {
    width: 100% !important;
  }
}