.elementor-210 .elementor-element.elementor-element-64379af{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-210 .elementor-element.elementor-element-64379af:not(.elementor-motion-effects-element-type-background), .elementor-210 .elementor-element.elementor-element-64379af > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}body:not(.rtl) .elementor-210 .elementor-element.elementor-element-9d336df{left:0px;}body.rtl .elementor-210 .elementor-element.elementor-element-9d336df{right:0px;}.elementor-210 .elementor-element.elementor-element-3d1759b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-210 .elementor-element.elementor-element-3d1759b:not(.elementor-motion-effects-element-type-background), .elementor-210 .elementor-element.elementor-element-3d1759b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}body:not(.rtl) .elementor-210 .elementor-element.elementor-element-4a29445{left:0px;}body.rtl .elementor-210 .elementor-element.elementor-element-4a29445{right:0px;}.elementor-210 .elementor-element.elementor-element-89c6dab{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-210 .elementor-element.elementor-element-aa5673b.elementor-element{--align-self:center;}.elementor-210 .elementor-element.elementor-element-6533cf2{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;}.elementor-210 .elementor-element.elementor-element-6533cf2:not(.elementor-motion-effects-element-type-background), .elementor-210 .elementor-element.elementor-element-6533cf2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#838383;}.elementor-210 .elementor-element.elementor-element-c627499{width:var( --container-widget-width, 60% );max-width:60%;--container-widget-width:60%;--container-widget-flex-grow:0;}.elementor-210 .elementor-element.elementor-element-f7d8fff{--display:flex;}.elementor-210 .elementor-element.elementor-element-5253061 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-210 .elementor-element.elementor-element-4834b9c{--display:flex;--min-height:774px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-210 .elementor-element.elementor-element-4834b9c:not(.elementor-motion-effects-element-type-background), .elementor-210 .elementor-element.elementor-element-4834b9c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-astglobalcolor2 );}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-aa5673b *//* ボタン ──────────────────────*/
.btn_txt {
	margin-bottom:0.2em !important;
}
.btn01 {
    padding: 6px 24px 6px 6px;
    background: #e70012;
    border: 1px solid #fff;
    border-radius: 40px;
    display: flex;
    margin: auto;
    align-items: center;
    text-decoration: none;
    color: #ffffff;
    position: relative;
    width: fit-content;
    gap: 1em;
}
.c_btn01 {
    position: relative;
    background: #fff;
    color: #e70012;
    padding: 0.7rem;
    border-radius: 100vh;
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
    transition: 0.3s;
}
.c_btn01:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 2px solid #e70012;
    border-right: 2px solid #e70012;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: calc(50% - 2px);
    right: calc(50% - 2px);
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.btn01:hover{
	border:1px solid #e70012;
	background: #fff;
	color:#e70012;
}
.btn01:hover .c_btn01 {
  transform: scale(1.15); 
  background: #e70012;
}
.btn01:hover .c_btn01:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5253061 */.aurora-container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 300px; /* 高さは調整 */
}

.aurora-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  font-size: 60px; /* 調整可 */
  background: linear-gradient(270deg, #ff0080, #7928ca, #00ffff, #ff0080);
  background-size: 600% 600%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: aurora 8s ease infinite;
}

@keyframes aurora {
  0% {background-position:0% 50%;}
  50% {background-position:100% 50%;}
  100% {background-position:0% 50%;}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-640470b */.aurora-container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 300px; /* 高さは調整 */
}

.aurora-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  font-size: 60px; /* 調整可 */
  background: linear-gradient(270deg, #ff0080, #7928ca, #00ffff, #ff0080);
  background-size: 600% 600%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: aurora 8s ease infinite;
}

@keyframes aurora {
  0% {background-position:0% 50%;}
  50% {background-position:100% 50%;}
  100% {background-position:0% 50%;}
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-4834b9c */.page-program{
    background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='100%25' width='100%25'%3E%3Cdefs%3E%3Cpattern id='doodad' width='200' height='200' viewBox='0 0 40 40' patternUnits='userSpaceOnUse' patternTransform='rotate(135)'%3E%3Crect width='100%25' height='100%25' fill='rgba(26, 61, 110,1)'/%3E%3Ccircle cx='20' cy='20' r='2' stroke-width='0' fill='rgba(4, 5, 30,1)'/%3E%3Ccircle cx='23' cy='20' r='1' stroke-width='0' fill='rgba(254, 226, 0,1)'/%3E%3Ccircle cx='-17' cy='20' r='1' stroke-width='0' fill='rgba(254, 226, 0,1)'/%3E%3Ccircle cx='17' cy='20' r='1' stroke-width='0' fill='rgba(254, 226, 0,1)'/%3E%3Ccircle cx='-23' cy='20' r='1' stroke-width='0' fill='rgba(254, 226, 0,1)'/%3E%3C/pattern%3E%3C/defs%3E%3Crect fill='url(%23doodad)' height='200%25' width='200%25'/%3E%3C/svg%3E ")
}/* End custom CSS */