@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');

html {
  scroll-padding-top: 20px;
}

@media screen and (min-width: 830px) {
  html {
    scroll-padding-top: 40px;
  }
}

body {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: center;
  box-sizing: border-box;
}

.container {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

h2,p {
  margin: 0;
}

.container {
  width: 100%;
  padding: 0 20px;
}

@media screen and (min-width: 830px) {
  .container {
    max-width: 784px;
    padding: 0;
    margin: 0 auto;
  }
}

/* Fonts, font colors and line-heights
------------------------------------- */

.f14 {
  font-size: 14px !important;
}

u {
  text-decoration-color: #e3e3e3;
  line-height: 2;
  text-underline-offset: 8px;
}

.redTxt {
  color: #ff2525;
}

.goldTxt {
  color: #B78614 !important;
}

.light-gray {
  color: #E3E3E3 !important;
}
.lh-1-5 {
  line-height: 1.5 !important;  
}
.lh-1 {
  line-height: 1 !important;
}

.lh-1-29 {
  line-height: 1.29 !important;  
}

@media screen and (max-width: 830px) {
  .sp-lh-29 {
    line-height: 1.29 !important;  
  }
}

/* Alignments and Paddings
------------------------------------- */

.aligned__center {
  justify-content: center;
}

.pt-56 {
  padding-top: 56px;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pb-24 {
  padding-bottom: 24px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.ptb-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.ptb-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.ptb-17 {
  padding-top: 17px !important;
  padding-bottom: 17px !important;
}

.ptb-36 {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}

.ptb-20-5 {
  padding-top: 20.5px !important;
  padding-bottom: 20.5px !important;
}

.ptb-7-5 {
  padding-top: 7.5px !important;
  padding-bottom: 7.5px !important;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-25 {
  margin-bottom: 25px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pr-10 {
  padding-right: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.pb-16 {
  padding-bottom: 16px;
}

@media screen and (max-width: 830px) {
  .sp-pt-16 {
    padding-top: 16px !important;
  }

  .sp-pb-15 {
    padding-bottom: 15px !important;
  }
  .sp-ptb-16 {
    padding: 16px 0 !important;
  }
}

/* Common elements
------------------------------------- */
.button-wrapper {
  width: auto;
}
.button-link-group {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  width: 100%;
}
.button-link {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  line-height: 2;
  font-weight: 600;
  color: #333333;
  text-decoration: none;
  max-width: 353px;
  border: 1px solid #B78614;
  box-shadow: 0px 0px 4px 0px #00000040;
  border-radius: 4px;
  background-color: #FFFFFF;
  padding: 8px 0px;
  display: flex;
  justify-content: center;
}
.button-link:after{
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  right: 16px;
  background: url(https://46453068.fs1.hubspotusercontent-na1.net/hubfs/46453068/service-details/ico_2.svg) center / contain;
  top: 50%;
  transform: translateY(-50%);
}
.pc-only {
  display: none;
}
.sp-only {
  display: block;
}
@media screen and (min-width: 830px) {
  .accordion__description:has( > .button-link-group) {
    width: 100% !important;
  }
  .button-link-group {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
  .button-link {
    width: 380px;
  }
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
}

/* Header
------------------------------------- */

.header__container {
  display: flex;
}
.header__logo img {
  height: 32px;
}
.nav__checkbox {
  display: none;
}
.nav__menu {
  padding: 0;
}
.nav__sub-menu {
  padding: 0;
}
.nav__menu-item {
  list-style: none;
}
.nav__link {
  font-family: 'Noto Serif JP', serif;
  line-height: 1;
  text-decoration: none;
  color: #333;
}
@media screen and (min-width: 1280px) {
  .header__container {
    padding: 4px 48px;
    align-items: center;  
  }
  .header__logo {
    margin-right: 19px;
  }
  .header__cta {
    margin-right: auto;
  }
  .header__cta img {       
    width: 390px;
    height: auto;
    margin-left: -8px;
    margin-top: 0;
    margin-bottom: -2px;
  }
  .nav__burger {
    display: none;
  }
  .nav__menu {
    display: flex;
    align-items: center;
  }
  .nav__menu > .nav__menu-item {
    margin-left: 16px;
  }
  .nav__menu-item-last {
    position: relative;
  }
  .nav__sub-menu {
    display: none;
  }
  .nav__menu-item-last:hover .nav__sub-menu {
    display: block;
    position: absolute;
    top: 100%;
    z-index: 99;
    width: auto;
    box-shadow: 0px 1px 4px 0px #00000040;
  }
  .nav__link:hover {
    color: #B78614;
  }
  .nav__link-angle-down {
    display: flex;
    align-items: center;
    line-height: 30px;
  }
  .nav__link-angle-down:after {
    content: '';
    display: block;
    margin-left: 8px;
    width: 11px;
    height: 7px;
    background: #fff url(https://46453068.fs1.hubspotusercontent-na1.net/hubfs/46453068/images/icon_dropdown.png) center/cover;
  }
  .nav__link {
    font-size: 14px;
  }
  .nav__sub-menu {
    border-radius: 4px;
    padding: 16px 8px 16px 16px;
    background-color: #fff;
    /*         margin-top: 8px; */
    text-align: left;
  }
  .nav__link--sub {
    display: block;
  }
  .nav__menu-item-first {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1279px) {
  .header__container {
    padding: 20px;
    justify-content: space-between;
    position: relative;
    height: 72px;
    box-sizing: border-box;
  }
  .header__cta {
    display: none;
  }
  .header__nav {

  }
  .nav__burger {
    display: inline-block;
    color: #B78614;
    font-size: 32px;
    margin-top: -10px;
    margin-right: -8px;
  }
  .nav__container {
    display: none;
    background-color: #fff;
  }
  .nav__menu {
    margin: -1px 0 0;
  }
  .nav__checkbox:checked ~ .nav__container {
    display: flex;
    position: absolute;
    top: 72px;
    left: 0;
    width: 100vw;
    z-index: 999;
  }
  .nav__menu-item {
    width: 100vw;
    border-top: 1px solid #E3E3E3;
    /* 		border-bottom: 1px solid #E3E3E3; */
    box-sizing: border-box;
  }
  .nav__link {
    display: block;
    font-size: 18px;
    line-height: 20px;
    padding: 16px;
    color: #4E4E4E;
    text-align: left;
  }
  .nav__sub-menu .nav__link {
    padding-left: 32px;
    background-color:#FAFAFA;
  }
}

/* Titles
------------------------------------------- */

.title__1 {
  padding: 24px 0 40px;
  font-family: 'Noto Serif JP';
  font-size: 20px;
  font-weight: normal;

  line-height: 1.8;
  color: #fff;
}

.title__2 {
  font-family: 'Noto Serif JP';
  font-weight: normal;  
  line-height: 1;
  color: #B78614;
  font-size: 24px;
}

.title__2 span {
  font-size: 14px;
}

.sp_version.section__main .title__2 {
  margin: 0 0 24px;
}

.title__3 {
  padding: 0 0 10px;

  font-family: 'Noto Serif JP';
  font-size: 24px;
  font-weight: normal;

  color: #b78614;
}

.title__4 {
  font-family: 'Noto Serif JP';
  font-size: 24px;
  font-weight: normal;

  color: #fff;
}

.title__5 {
  font-family: 'Noto Serif JP';
  font-size: 18px;
  font-weight: normal;

  color: #fff;
}

.title__6 {
  padding-left: 10px;

  font-family: 'Noto Serif JP';
  font-size: 22px;
  font-weight: 500;

  border-left: 8px solid #ccc;
}

.title__7 {
  margin: 15px 0;

  font-family: 'Noto Serif JP';
  font-size: 25px;
  font-weight: normal;

  color: #fff;
}

.title__8 {
  font-family: 'Noto Serif JP';
  font-size: 14px;
  font-weight: normal;

  color: #fff;
}

@media screen and (min-width: 830px) {
  .title__2 {
    text-align: center;
    font-size: 32px;
    margin: 0px 0px 48px; !important;
  }
  .title__3 {
    font-size: 32px;
    padding: 0 0 48px;
    text-align: center;
  }
}

/* Common CTA design
------------------------------------- */



.accordion__content [id*="hs-cta-187249064873"] {
  background-color: #FFFFFF;
  border: 1px solid #B78614;
  padding: 8px 16px;
  border-radius: 4px;
  max-width: 246px;
}

.accordion__content [id*="hs-cta-187249064873"] a {
  text-decoration: none;
  line-height: 1.31;
  font-family: 'Noto Serif JP';
  font-size: 16px;
  color: #333333;
  display: flex;
  column-gap: 16px;
  align-items: center;
}

.accordion__content [id*="hs-cta-187249064873"] img {
  width: 30px;
  height: 30px;
}

@media screen and (min-width: 830px) {
  .accordion__content [id*="hs-cta-187249064873"] {
    max-width: unset;
  }
  .accordion__content [id*="hs-cta-187249064873"] br {
    display: none;
  }
}

.cta-line {
  background-color: #FFFFFF;
  border: 1px solid #B78614;
  padding: 8px 16px;
  border-radius: 4px;
  text-decoration: none;
  line-height: 1.31;
  font-family: 'Noto Serif JP';
  font-size: 16px;
  color: #333333;
  display: flex;
  column-gap: 16px;
  align-items: center;
  max-width: 246px;
}

.cta-line img {
  width: 30px;
  height: 30px;
}

@media screen and (min-width: 830px) {
  .cta-line {
    max-width: unset;
  }
  .cta-line br {
    display: none;
  }
}
@media screen and (max-width: 829px) {
  #menus .hs-content-id-188898651162 .interactive-button {
    padding-left: 33px !important;   
  }
  #menus .hs-content-id-188898651271 .interactive-button {
    padding-left: 17px !important;
  }
}
  

@media screen and (min-width: 830px) {
  .accordion__content {
    display: block;
  }
}

.section__header .hidden {
  display: none;
}