.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-9d080f3:#1D95FF;--e-global-color-1b96734:#333333;--e-global-color-bd2274e:#004888;--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-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:#004888;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1240px;}.e-con{--container-max-width:1240px;--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){--kit-widget-spacing: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-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 */.h2-eng{
    font-size: 1.8em;
    margin-bottom: 0.5em;
}

.h2-color1{
    color: #96F6FF;
}

.h2-eng2{
    font-size: 2.5em;
    margin-bottom: 0.3em;
}

.h2-color2{
    color: #1D95FF;
}

.h2-eng3{
    font-size: 2.8em;
    margin-bottom: 0.3em;
}

p:last-child{
    margin-bottom: 0;
}


.btn-move-arrow {
  font-family: "Noto Sans JP";
  font-weight: 500;
  display: inline-block;
  padding: 10px 100px 10px 20px; /* 大きい矢印に合わせて余白調整 */
  color: #333!important;
  text-decoration: none;
  border: solid 1px #333;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  transition: background 0.3s ease;
}

/* ▼ 大きい矢印のスタイル */
.btn-move-arrow.big-arrow::after {
  content: "→";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;     /* ← 矢印を大きくする部分 */
  font-weight: 400;
  transition: transform 0.3s ease, right 0.3s ease;
}

/* ▼ ホバー時の矢印移動 */
.btn-move-arrow.big-arrow:hover::after {
  right: 14px;
  transform: translateY(-50%) translateX(6px);
}

@media (max-width: 767px) {
.btn-move-arrow {
    font-size: 14px;
}
.btn-move-arrow.big-arrow::after {
  transform: translateY(-50%);
  font-size: 20px; 
}
.center-wrap{
    text-align: center;
}
}

.br-sp {
  display: none;
}

.btn-right{
    text-align: right;
}

@media screen and (max-width: 767px) {
  .br-pc {
    display: none;
  }

  .br-sp {
    display: inline-block;
  }
}

.blue-bold{
    color:#1D95FF;
    font-weight: bold;
}/* End custom CSS */