.elementor-kit-9{--e-global-color-primary:#0B190D;--e-global-color-secondary:#C9ACE6;--e-global-color-text:#0B190D;--e-global-color-accent:#379392;--e-global-color-2b14b75:#FFFFFF;--e-global-color-5188a3f:#DBDBDB;--e-global-color-74ea8b4:#E8EBE9;--e-global-color-bfe3628:#F0F0F0;--e-global-color-7575ad8:#050104;--e-global-color-7a8e311:#84919E;--e-global-typography-primary-font-family:"Shippori Mincho B1";--e-global-typography-secondary-font-family:"Shippori Mincho B1";--e-global-typography-text-font-family:"Shippori Mincho B1";--e-global-typography-accent-font-family:"Cormorant Garamond";background-color:var( --e-global-color-74ea8b4 );color:var( --e-global-color-text );font-family:"BIZ UDPMincho", Sans-serif;font-size:1em;line-height:2em;}.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{background-color:var( --e-global-color-primary );font-family:"BIZ UDPMincho", Sans-serif;line-height:1em;color:var( --e-global-color-2b14b75 );border-style:none;border-radius:100px 100px 100px 100px;padding:15px 30px 15px 30px;}.elementor-kit-9 button:hover,.elementor-kit-9 button:focus,.elementor-kit-9 input[type="button"]:hover,.elementor-kit-9 input[type="button"]:focus,.elementor-kit-9 input[type="submit"]:hover,.elementor-kit-9 input[type="submit"]:focus,.elementor-kit-9 .elementor-button:hover,.elementor-kit-9 .elementor-button:focus{background-color:var( --e-global-color-primary );}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 p{margin-bottom:0em;}.elementor-kit-9 a{color:var( --e-global-color-primary );font-family:var( --e-global-typography-text-font-family ), Sans-serif;line-height:var( --e-global-typography-text-line-height );}.elementor-kit-9 h1{font-family:"Shippori Mincho B1", Sans-serif;font-size:1.75em;font-weight:normal;}.elementor-kit-9 h2{color:var( --e-global-color-text );font-family:"Shippori Mincho B1", Sans-serif;font-size:1.5em;font-weight:500;}.elementor-kit-9 h3{color:var( --e-global-color-text );font-family:"Shippori Mincho B1", Sans-serif;font-size:1.125em;font-weight:normal;}.elementor-kit-9 h4{font-family:var( --e-global-typography-text-font-family ), Sans-serif;line-height:var( --e-global-typography-text-line-height );}.elementor-kit-9 h5{font-family:var( --e-global-typography-text-font-family ), Sans-serif;line-height:var( --e-global-typography-text-line-height );}.elementor-kit-9 h6{font-family:var( --e-global-typography-text-font-family ), Sans-serif;line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1070px;}.e-con{--container-max-width:1070px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-9{font-size:1em;}.elementor-kit-9 a{line-height:var( --e-global-typography-text-line-height );}.elementor-kit-9 h1{font-size:1.75em;}.elementor-kit-9 h2{font-size:1.5em;}.elementor-kit-9 h3{font-size:1.25em;}.elementor-kit-9 h4{line-height:var( --e-global-typography-text-line-height );}.elementor-kit-9 h5{line-height:var( --e-global-typography-text-line-height );}.elementor-kit-9 h6{line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-9 a{line-height:var( --e-global-typography-text-line-height );}.elementor-kit-9 h2{font-size:1.25em;}.elementor-kit-9 h4{line-height:var( --e-global-typography-text-line-height );}.elementor-kit-9 h5{line-height:var( --e-global-typography-text-line-height );}.elementor-kit-9 h6{line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body {
    margin: 0;
}

#content {
    overflow: hidden;
}

button {
    cursor: pointer;
}

/* common */
/* reCAPTCHAロゴロゴ削除 */
.grecaptcha-badge { visibility: hidden; }


.vertical-text{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
}

a img {
    transition: all 0.3s;
}
a:hover img {
    opacity: 0.8;
    transition: all 0.3s;
}

.hidden-xs {display: block;}
.visible-xs {display: none;}
@media (max-width: 767px) {
    .hidden-xs {display: none;}
    .visible-xs {display: block;}
}

/* デフォルトアニメーション改善 */
@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translate3d(0,-100px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}
.elementor-element.fadeInDown { animation-name: fadeDown; }

@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translate3d(-40px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}
.elementor-element.fadeInLeft { animation-name: fadeLeft; }

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translate3d(40px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}
.elementor-element.fadeInRight { animation-name: fadeRight; }

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translate3d(0,100px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}
.elementor-element.fadeInUp { animation-name: fadeUp; }



/* Marquee */
.elementor-kit-9 .marquee-wrapper {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  position: relative;
}

.elementor-kit-9 .marquee-track {
  display: inline-block;
  white-space: nowrap;
  animation: scroll-left 60s linear infinite;
}

.elementor-kit-9 .marquee-track span {
  margin-top: -20px;
  display: inline-block;
  padding-right: 2rem;
  font-size: 100px;
  line-height: 1;
  font-family: Cormorant Garamond;
  opacity: 5%;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* パンくずリンク */
#breadcrumbs {
    color: var(--e-global-color-5188a3f);
}

#breadcrumbs a,
#breadcrumbs  .breadcrumb_last {
    color: var(--e-global-color-text)
}
#breadcrumbs a {
    text-decoration: underline;
}

/* テーブルを横スクロール可能にするスタイル */
.responsive-table table,
.table table {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    line-height: var(--e-global-typography-text-line-height);
    
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    margin-block-end:15px;width: 100%
}
.responsive-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    display: block;
    position: relative;
}

.responsive-table table {
    width: 100%;
    min-width: 880px;
    border-collapse: collapse;
    table-layout: auto;
}

.responsive-table th, .responsive-table td,
.table th, .table td {
    padding:20px;
    text-align: left;
    border: 2px solid #E8EBE9;
    word-wrap: break-word;
    line-height: 1.4em;
}
.responsive-table.no-border th, .responsive-table.no-border td,
.table.no-border th, .table.no-border td {
    border: none;
    border-bottom: 2px solid #E8EBE9;
}
.responsive-table td.align-center,
.table td.align-center {
    text-align: center;
}
.responsive-table td.align-right,
.table td.align-right {
    text-align: right;
}
.responsive-table td span,
.table td span {
    font-size: 0.875em;
}
.responsive-table th,
.table th {
    background-color: #59775D;
    font-weight: normal;
    text-align: center;
    color: #fff;
    font-size: 1.25em;
}
.responsive-table td,
.table td {
    font-size: 1.125em;
}
.responsive-table tr,
.table tr {
    background-color: #ffffff;
}
.scroll-hint-icon {
    top: calc(50% - 50px) !important;
}/* End custom CSS */