@import url('https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@400;700&display=swap');

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

@font-face {
    font-family: 'Impact';
    src: 
         url('../fonts/impact.woff') format('woff'),
         url('../fonts/impact.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.8;
}

.title-jp {
    font-size: 32px;
    font-weight: 700;
    color: rgba(255, 188, 97, 1);
    text-align: center;  
    position: relative; 
}

.title-jp h2, .title-jp-white h2 {
    font-weight: 700;
}

.title-jp::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 103px;
    height: 2px;
    background: rgba(255, 188, 97, 1);
}

.title-jp-white {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    text-align: center;  
    position: relative; 
}

.title-jp-white::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 103px;
    height: 2px;
    background: #fff;
}

/*=======  Common=========*/
.container {
    max-width: 1460px;
}

.sp-show {
    display: none;
}

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

.mgt-10 {
    margin-top: 10px;
}

.mgt-20 {
    margin-top: 20px;
}

.mgt-30 {
    margin-top: 30px;
}

.mgt-40 {
    margin-top: 40px;
}

.mgt-60 {
    margin-top: 60px;
}

.mgt-80 {
    margin-top: 80px;
}

.mgt-100 {
    margin-top: 100px;
}

.mgb-10 {
    margin-bottom: 10px;
}

.mgb-20 {
    margin-bottom: 20px;
}

.mgb-30 {
    margin-bottom: 30px;
}

.mgb-40 {
    margin-bottom: 40px;
}

.mgb-60 {
    margin-bottom: 60px;
}

.mgb-80 {
    margin-bottom: 80px;
}

/*======= Header =========*/
.btn-contact {
    background: rgba(255, 198, 121, 1);
    color: #fff!important;   
    font-weight: 700;
    padding: 15px 25px!important;
    border-radius: 35px;
    text-decoration: none;
    width: fit-content!important;
    font-size: 16px!important;
}

.btn-contact:hover {
    color: #fff!important;
}

/*======= Main FV =========*/
#main {
    position: relative;   
    height: 100%;
    width: 100%;  
    z-index: 2;
    overflow: hidden;    
}

#main .container-fluid {
    padding: 0;
}

#main h2 img {
    width: 100%;
}

.main-content-wrapper {
    position: relative;
}

.main-content {
    position: absolute;
    top: 50%;    
    width: 100%;
    text-align: center;
    transform: translateY(-50%);    
}

.main-content-text p {
    color: #ffbc61;
    font-size: 48px;
    font-weight: 900;
	-webkit-text-stroke: 6px #fff;
	paint-order: stroke;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.7);
}

.main-content-text p span {
    font-size: 54px;
}

.main-video {
    width: 100%;
    height: auto;
    /* filter: brightness(0.6);  */
}

/*======= Organization Section =========*/
#organization {
    padding: 80px 0 60px;
    background-image: url('../images/bg1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 400px;
    height: 100%;
    width: 100%; 
    margin-top: -13px;
}

#organization .row {
    align-items: center;
}

.organization-text {
    color: #fff;
}

.organization-text h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.organization-text-wrapper {
    width: 77%;
}

.organization-btn {
    margin-top: 40px;  
    text-align: left;    
}

.organization-btn a {
    color: rgba(255, 188, 97, 1);
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;   
    background: #fff; 
    border-radius: 100px;  
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    padding: 10px 20px;  
    text-align: center; 
}

.organization-btn a img {
    margin-top: -2px;
}

.organization-img {
    text-align: center;
}

.organization-img img {
    max-width: 100%;
}

/*======= Philosophy Section =========*/
#philosophy {
    padding: 80px 0 60px;
    background-image: url('../images/bg2.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.philosophy-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    gap: 20px;    
    box-sizing: border-box;
}

.philosophy-item {
    width: calc((100% - 2 * 20px) / 3); /* 3 items per row, 2 gaps */   
    box-sizing: border-box;
    background: rgba(255, 188, 97, 1);
    padding: 30px 16px;
    border-radius: 16px;
    min-height: 490px;
}

.philosophy-item:nth-child(2n) {
   background: rgba(249, 146, 146, 1);
}

.philosophy-item-img {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.philosophy-item-img img {
    max-width: 100%;
}

.philosophy-item-text {
    color: #fff;
}

.philosophy-item-text h3 {
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 20px;
}

.philosophy-item-text p {
    line-height: 1.8;
    text-align: center;
}

/*======= Activities Section =========*/
#activities {
    padding: 80px 0 80px;    
}

.activities-text p {
    text-align: center;
    color: rgba(76, 76, 76, 1);
}

/*======= Results Section =========*/
#results {
    padding: 80px 0 80px;
    background: rgba(255, 188, 97, 1);
    margin-bottom: 24px;
}

.results-text p {
    text-align: center;
    color: #fff;
}

.results-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    gap: 20px;    
    box-sizing: border-box;
}

.results-item {
    width: calc((100% - 2 * 20px) / 3); /* 3 items per row, 2 gaps */   
    box-sizing: border-box;
    background: #fff;
    border-radius: 10px
}

.results-item-img img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.results-item-text {
    padding: 20px;
    background: #fff;
    min-height: 250px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.results-item-text h3 {
    color: rgba(255, 188, 97, 1);
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.results-item-text p {
    color: rgba(51, 51, 51, 1);
    
}
.results-btn {
    text-align: center;
}

.results-btn a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    background: rgba(249, 146, 146, 1);
    padding: 12px 30px;
    border-radius: 100px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.results-item:hover {
    text-decoration: none;
}

.results-btn a img {
    margin-top: -2px;
}


/*======= 5pillars Section =========*/
#pillars {
    padding: 80px 0 80px;
    background-image: url('../images/bg3.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.pillars-intro h3 {
    color: rgba(76, 76, 76, 1);
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}

.pillars-item {
    width: 80%;
    margin: 0 auto;
}

.pillar-wrapper {
    position: relative;
}

.pillars-item h4 {   
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background: rgba(255, 188, 97, 1);
    border-radius: 20px;
    padding: 20px;
    width: 100%;
}

.pillars-item1 .pillar-icon {
    position: absolute;
    top: 25px;
    left: -60px;
    z-index: 1;
}

.pillars-item p {
    margin-top: 20px;
    text-align: center;
}

.pillar-wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 60px;
}

.pillar-left {
    flex: 100%;
    max-width: calc(40% - 30px);
    margin: 0 30px 30px 0;
    background: #fff;
    border-radius: 20px;
    padding: 20px;
}

.pillar-middle {
    flex: 100%;
    max-width: calc(20% - 30px);
    margin: 0 30px 30px 0;
    text-align: center;
}

.pillar-right {
    flex: 100%;
    max-width: calc(40% - 30px);
    margin: 0 30px 30px 0;
    background: #fff;
    border-radius: 20px;
    padding: 20px;
}

.pillar-left h5 {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.pillar-note {
    text-align: center;
}

.pillar-middle img {
    max-width: 100%;
}

.pillar-right h5 {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.pillars-item2 .pillar-icon {
    position: absolute;
    top: 0;
    right: -40px;
    z-index: 1;
}

.pillars-item3 .pillar-icon {
    position: absolute;
    top: 30px;
    left: -60px;
    z-index: 1;
}

.pillars-item4 .pillar-icon {
    position: absolute;
    top: 20px;
    right: -40px;
    z-index: 1;
}

.pillars-item5 .pillar-icon {
    position: absolute;
    top: 30px;
    left: -60px;
    z-index: 1;
}


/*======= Support Section =========*/
#support {
    padding: 80px 0 80px;
    background-image: url('../images/bg4.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 520px;
}

#support .row {
    align-items: center;
}

.support-img {
    text-align: center;
}

.support-img img {
    max-width: 100%;
}

.support-text {
    color: #fff;
    margin-bottom: 20px;
}

.support-intro-text {
    color: #fff;
    margin-top: 20px;
    text-align: left;
}

table.tbl-support {
    width: 84%;
    color: #fff;
    border-collapse: separate;
    border-spacing: 30px;
    margin: 0 auto;
}

table.tbl-support td {   
    padding: 20px 10px;
    font-size: 32px;
    vertical-align: middle;
    background: rgba(249, 146, 146, 1);
    border-radius: 20px;
}

table.tbl-support td span.support-num {
    font-size: 20px;
    color: rgba(249, 146, 146, 1);
    background: #fff;
    border-radius: 50%;
    padding: 10px;
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
}

table.tbl-support td span.support-unit {
    font-size: 16px;    
}



/*======= Support2 Section =========*/
#support2 {
    padding: 20px 0 80px;    
}

.support-intro {
    text-align: center;
    color: rgba(51, 51, 51, 1);
}

.support-wrapper {
    width: 80%;
    margin: 0 auto;
}

.support-item {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    margin-bottom: 20px;   
    background: rgba(255, 244, 224, 1); 
    border-radius: 20px;
    padding: 20px;
}

.support-left {
    flex: 100%;
    max-width: calc(40% - 40px);
    margin: 0 40px 0 0;
}

.support-left img {
    max-width: 100%;   
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.support-left-img {
    height: 98%;
    object-fit: cover;
}

.support-right {    
    flex: 100%;
    max-width: 60%;
    margin: 0;
}

.support-right h3 {
    color: rgba(255, 188, 97, 1);
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
}

.support-right p {
    color: rgba(51, 51, 51, 1);
    margin-bottom: 40px;
}

.support-btn {
    text-align: right;
    margin-bottom: 20px;
}

.support-btn a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    background: rgba(255, 188, 97, 1);
    padding: 12px 30px;
    border-radius: 100px;
    box-shadow: 0 4px 0 rgba(249, 146, 146, 1);
}

.support-btn a img {
    margin-top: -2px;
}

.txt-pink a {
    color: rgba(249, 146, 146, 1);
    border-bottom: 1px solid rgba(249, 146, 146, 1);
}

.txt-pink a:hover {
    color: rgba(249, 146, 146, 1);
    text-decoration: none;
}

.form-group {
    flex-direction: column;
    align-items: flex-start;
}

.form-group label {
    margin-bottom: 5px;
}

.form-group .form-control {
    width: 100%;
}


.form-group p {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    gap: 15px;
    flex-wrap: wrap;
}

.form-group p label {
    flex: 100%;
    min-width: 260px;
    max-width: 20%;
    /* Adjust based on your longest label */
    white-space: nowrap;
    /* Prevents label from wrapping */
}

.form-group p label {
    min-width: 100%;
}

.form-group3 p label {
    /* min-width: 200px; */
}

.form-group .required {
    color: #fff;
    background: rgba(249, 146, 146, 1);    
    margin-left: 5px;
    font-size: 16px;
    padding: 3px 20px;
    float: none;
    font-weight: 400;
    margin-right: 0;
    margin-left: 12px;
}

.form-group .norequired {
    color: #fff;
    background: rgba(142, 142, 142, 1);  
    margin-left: 5px;
    font-size: 16px;
    padding: 3px 20px;
    float: none;
    margin-right: 0;
    margin-left: 12px;
}

span.required.required-select {
    position: relative;
    top: -25px;
    left: 116px;
}

.form-group p .wpcf7-form-control-wrap {
    flex: 1;
    padding: 8px;
    border: 1px solid #000;
    border-radius: 0;
    background-color: #fff;
    color: rgba(89, 89, 89, 1);
}

.form-group2 p .wpcf7-form-control-wrap {
    flex: 1;
    padding: 8px;
    border: none;
    border-radius: 0;
    background-color: transparent;
    color: rgba(89, 89, 89, 1);
}


.form-group3 p .wpcf7-form-control-wrap {
    flex: 1;
    padding: 8px;
    border: none;
    border-radius: 0;
    background-color: transparent;
    color: rgba(89, 89, 89, 1);
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control {
    background: #fff;
    border: none;
    color: #000;
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-control02 {
    background: #fff;
    border: none;
    width: 100%;
    color: #000;
}

.form-group .form-control02 {
    flex: 1;
    /* Takes up remaining space */
    padding: 8px;
    border: 1px solid #000;
    background-color: transparent;
    color: #000;
}

/* Special styling for textarea */
.form-group textarea {
    height: 140px;
    flex: 1;
    color: #000;
    /* Adjust height as needed */
    resize: vertical;
    /* Allows vertical resizing */
    border: none
}

.wpcf7-list-item {
    width: 260px;
    display: flex;
    align-items: center;
    margin-bottom: 15px!important;
    white-space: nowrap;
    min-height: auto;    
}

.wpcf7-list-item input[type="checkbox"] {
    margin-right: 8px;
    margin-top: 0;
    flex-shrink: 0;
}

.wpcf7-list-item-label {
    flex: 1;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 0;
    display: inline-block;    
    margin-bottom: 0;
}

.btn-submit {
    /* display: block;
    margin: 20px auto 0; */
    cursor: pointer;
    /* background: transparent;
    border: none; */
}

.wpcf7-form-control-wrap {
    display: inline-block;
}

.wpcf7-text:focus,
.wpcf7-textarea:focus {
    outline: none !important;
}

/* Remove blue glow/outline from Contact Form 7 inputs */
.wpcf7-form-control:focus {
    box-shadow: none !important;
    outline: none !important;
    border-color: #ccc !important;
}

/* Specifically target input and textarea elements */
.wpcf7 input:focus,
.wpcf7 textarea:focus {
    box-shadow: none !important;
    outline: none !important;
    border-color: #ccc !important;
}

/* Override autofill background color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px transparent inset !important;
    -webkit-text-fill-color: #000 !important;
    transition: background-color 5000s ease-in-out 0s;
}

/* For Firefox */
input:autofill,
input:autofill:hover,
input:autofill:focus,
input:autofill:active {
    box-shadow: 0 0 0 30px transparent inset !important;
    -webkit-text-fill-color: #000 !important;
}

.btn-submit:focus {
    outline: -webkit-focus-ring-color none;
}

.btn-submit {
    background:rgba(255, 188, 97, 1);
    box-shadow: 0 4px 0 rgba(249, 146, 146, 1);
    color: #fff;   
    font-weight: 700;
    padding: 12px 30px;
    border-radius: 104px;
    text-decoration: none;
    width: fit-content!important;
    margin: 20px 0 0 auto;
    border: none;
    font-size: 20px;
}

.btn-submit:hover {
    color: #fff!important;
    text-decoration: none;
}

.btn-submit img {    
    margin-left: 10px;
    margin-top: -2px;
}

/*======= Blog Section =========*/
#blog {
    padding: 80px 0 80px;
    background:rgba(255, 188, 97, 1);
}

.blog-wrapper {
    margin-top: 60px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.blog-item {
    flex: 100%;
    max-width: 100%;
    margin: 0;
    display: flex;
    background: rgba(255, 188, 97, 1);
    border-radius: 15px;
    padding: 20px;
    gap: 25px;
    align-items: stretch;
}

.blog-organization {
    flex: 0 0 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    background: #fff;
    border-radius: 20px;    ;
}

.organization-logo img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    object-fit: cover;    
}

.organization-text {
    /* color: rgba(76, 76, 76, 1); */
    /* font-size: 14px;
    line-height: 1.4; */
}

.org-line1, .org-line2 {
    display: block;
}

.blog-announcement {
    flex: 1;
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.blog-announcement-link {
    display: block;
    text-decoration: none;
    color: rgba(51, 51, 51, 1);
}

.blog-announcement-link:hover {
    text-decoration: none;
    color: rgba(51, 51, 51, 1);
}

.announcement-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 15px;
}

.announcement-date {
    color: rgba(51, 51, 51, 1);
    font-size: 16px;
}

.announcement-category {
    color: rgba(51, 51, 51, 1);
    font-size: 16px;
}

.announcement-title {
    color: rgba(51, 51, 51, 1);
    font-size: 20px;    
}

.announcement-arrow {
    position: absolute;
    top: 30px;
    right: 20px;
    /* transform: translateY(-50%); */
    color: rgba(51, 51, 51, 1);
    font-size: 18px;
}

.btn-wrap2 {
    margin-top: 40px;
}


/*======= Information Section =========*/
#information {
    padding: 80px 0 80px;
    background-image: url('../images/bg5.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.information-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    gap: 80px;    
    box-sizing: border-box;
}

.information-item {
    width: calc((100% - 1 * 80px) / 2); /* 2 items per row, 1 gaps */    
    box-sizing: border-box;
}

.information-header {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    background: rgba(249, 146, 146, 1);   
    padding: 20px 24px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.information-text {
    color: rgba(76, 76, 76, 1);
    margin-left: 15px;
}

.information-text a {
    color: rgba(76, 76, 76, 1);
}

.information-text a:hover {
    color: rgba(76, 76, 76, 1);
    text-decoration: none;
}

.information-video {
    text-align: center;
    position: relative;
}

.information-video img {
    max-width: 100%;
}

/*======= Footer Section =========*/
.footer1 {
    background: rgba(255, 188, 97, 1);
}

.footer-wrap {    
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: flex-start;
    max-width: 1460px;
    margin: 0 auto;
    padding: 50px 15px 20px;
}

.footer-left {
    flex: 100%;
    max-width: calc(40% - 30px);
    margin: 0 30px 30px 0;
}

.footer-right {
    flex: 100%;
    max-width: 60%;
    margin: 0 0 30px 0;
    padding-right: 10px;
}

.ft-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px; /* Adjusts spacing between items */
    justify-content: flex-end;
}

.ft-nav ul li {
    margin: 0;
    border-right: 1px solid rgba(76, 76, 76, 1);
    padding-right: 15px;
}

.ft-nav ul li:last-child {
    border-right: 0;
    padding-right: 0;
}

 .ft-nav ul li a {
    text-decoration: none;
    color: rgba(76, 76, 76, 1);
    font-weight: 500;   
}

.ft-nav ul li a.active {
    color: #fff;
}

.ft-nav ul li a:hover {
    color: #fff;
    text-decoration: none;
}

.copyright {
    color: rgba(76, 76, 76, 1);    
    font-size: 12px;
    text-align: right;
    margin-top: 110px;
}

.ft-logo img {
    max-width: 300px;
}

.ft-sns {
    margin-top: 40px;
    text-align: right;
}

.ft-sns a {
    margin-right: 10px;
}

/*======= Checkbox Styling =========*/
input[type="checkbox"] {
    accent-color: rgba(249, 146, 146, 1);
    border: 2px solid rgba(249, 146, 146, 1) !important;
    background-color: transparent !important;
    width: 18px;
    height: 18px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 3px;
    position: relative;
}

input[type="checkbox"]:checked {
    background-color: rgba(249, 146, 146, 1) !important;
    border-color: rgba(249, 146, 146, 1) !important;
}

input[type="checkbox"]:checked::after {
    content: "✓";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 12px;
    font-weight: bold;
}

/* Webkit browsers (Chrome, Safari, Edge) */
input[type="checkbox"]::-webkit-checkbox {
    border: 2px solid rgba(249, 146, 146, 1);
    background-color: transparent;
}

/* Firefox specific */
input[type="checkbox"] {
    border: 2px solid rgba(249, 146, 146, 1) !important;
    background-color: transparent !important;
}


/*======= Thanks Section =========*/
#thanks {
    padding: 120px 0 80px;
    
}

.thanks-text {
    text-align: center;
}

/* ======= TOP Video ======= */
.top-video-wrapper {
    position: relative;
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dl-pausevid__vid {
	width: 30%;
	height: 100%;
	object-fit: cover;
	border-radius: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.vid-frame {
	position: absolute;
	width: auto;
	height: 100%;
	top: 50%;
	left: 50%;
    transform: translate(-50%, -50%);
	z-index: 4;
}

.video__controls {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 10px;
	z-index: 2;
}

.video__play-pause {
	background: rgba(0, 0, 0, 0.0);
	border: none;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000!important;
	transition: background-color 0.3s;
}

.play-icon,
.pause-icon {
	font-size: 36px;
}


/* ========== Lower Banner ==========*/
.banner-lower {
    position: relative;
    padding: 0;
    height: 300px;
    margin-top: 70px;
}

.banner-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.banner-title {
    position: absolute;
    top: 50%;   
    transform: translateY(-50%);    
    color: #fff;
    font-size: 48px;
    font-weight: 900;
    width: 100%;   
    text-align: center;  
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
}

span.norequired.required-select {
    position: relative;
    top: -30px;
    left: 116px;
}
