.elementor-kit-8{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.vertical-text{
  writing-mode: vertical-rl;
}

.number{
  text-orientation: upright;
}

.top-text-container{
  pointer-events: none;
}

@media screen and (min-width: 834px){		
  .br-pc { display:block; }	
  .br-sp { display:none; }	
}		
@media screen and (max-width: 834px){		
  .br-pc { display:none; }	
  .br-sp { display:block; }	
}

.no-wrap{
  white-space: nowrap;
}


/* ボタン */
.link-box{
  display: flex;
  align-items: center;
  gap: 20px;
  text-decoration: none;
  color: #333;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.icon{
  width: 48px;
  height: 48px;
  background: #EAEAEA;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.icon svg{
  width: 20px;
  height: 20px;
}

.link-box:hover .icon{
  transform: scale(1.15);
  box-shadow: 0 0 0 8px rgba(0,0,0,0.03);
}

.link-box:hover{
  opacity: 1;
  color: #333;
}	

@media screen and (max-width: 834px){
  .link-box{
    font-size: 14px;
  }
}

.haji .qodef-m-text-holder{
    width: 100%;
    justify-content: space-between;
}

.haji .qodef-m-text{
    width: 100%;
}

.haji .qodef-m-icon svg * {
  stroke: #fff !important;
}

.haji:hover .qodef-m-icon svg * {
  stroke: #2A449E !important;
}/* End custom CSS */