/* 3class Section - Custom CSS */
/* 基本的なElementorスタイル再現 */

/* Reset styles */
.threeCls-top-section p {
    margin: 0;
}

/* Base section styles */
.threeCls-section {
    position: relative;
}

.threeCls-top-section {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 5% 0% 5% 0%;
    background-image: url("/html2/img/artboard-2.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Container styles */
.threeCls-container {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    max-width: 1000px;
    width: 100%;
}

/* Column styles */
.threeCls-column {
    display: flex;
    min-height: 1px;
    position: relative;
    flex-direction: column;
}

.threeCls-column.threeCls-col-100 {
    width: 100%;
}

.threeCls-top-column {
    /* Top column styles */
}

.threeCls-inner-column {
    /* Inner column styles */
}

/* Widget wrap styles */
.threeCls-widget-wrap {
    align-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.threeCls-element-populated {
    /* Populated element styles */
}

/* Widget styles */
.threeCls-widget {
    position: relative;
}

.threeCls-widget:not(:last-child) {
    margin-bottom: 20px;
}

.threeCls-element {
    position: relative;
}

/* Heading widget styles */
.threeCls-widget-heading {
    /* Heading widget styles */
}

.threeCls-heading-title {
    line-height: 1;
    margin: 0;
    padding: 0;
    position: relative;
}

.threeCls-widget-heading .threeCls-heading-title.threeCls-size-default {
    font-size: inherit;
}

.threeCls-heading-title1 {
    font-family: "Noto Sans JP", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #00516d;
    text-align: center;
}

.threeCls-heading-title2 {
    font-family: "Mulish", Sans-serif;
    font-size: 60px;
    font-weight: 900;
    color: #00516d;
}

.threeCls-heading-title3 {
    font-size: 16px;
    font-weight: 600;
    color: #0A8F20;
}

.threeCls-heading-title4 {
    font-family: "Noto Sans JP", Sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 1px;
    color: #000000;
}

.threeCls-heading-title5 {
    font-family: "Noto Sans JP", Sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 2em;
    color: #000000;
}

/* Video widget styles */
.threeCls-widget-video {
    width: 100%;
}

.threeCls-widget-video .threeCls-wrapper {
    position: relative;
    aspect-ratio: 1.77777;
}

.threeCls-open-inline {
    /* Open inline styles */
}

.threeCls-video {
    width: 100%;
    height: 100%;
}

/* Text editor widget styles */
.threeCls-widget-text-editor {
    /* Text editor widget styles */
}

/* 各クラスの説明文を左揃えに */
.threeCls-element-99eb775 > .threeCls-widget-container,
.threeCls-element-39feb0af > .threeCls-widget-container,
.threeCls-element-dbe82d7 > .threeCls-widget-container {
    text-align: left;
}

/* Button widget styles */
.threeCls-widget-button {
    /* Button widget styles */
}

.threeCls-button-wrapper {
    display: inline-block;
}

.threeCls-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 3px;
    transition: all 0.3s;
}

.threeCls-button-content-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
}

.threeCls-button-icon {
    /* Button icon styles */
}

.threeCls-button-text {
    /* Button text styles */
}

.threeCls-size-md {
    /* Medium size button */
}

.threeCls-align-justify {
    text-align: justify;
}

/* Widget container */
.threeCls-widget-container {
    position: relative;
    text-align: center;
}

/* Inner section styles */
.threeCls-inner-section {
    position: relative;
    box-shadow: 2px 2px 10px 0px rgba(175.09999999999997, 173.19673913043474, 173.19673913043474, 0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 3% 10% 4% 10%;
    background-color: #ffffff;
}

.threeCls-inner-section + .threeCls-inner-section {
    margin-top: 5%;
    margin-bottom: 0%;
}

.threeCls-section-boxed {
    /* Boxed section styles */
}

.threeCls-section-height-default {
    /* Default height section */
}

/* Hidden styles */
.threeCls-hidden-mobile {
    /* Hidden mobile styles */
}

.threeCls-hidden-desktop {
    /* Hidden desktop styles */
}

.threeCls-hidden-tablet {
    /* Hidden tablet styles */
}

/* Column gap styles */
.threeCls-column-gap-default > .threeCls-column > .threeCls-element-populated {
    padding: 10px;
}

/* Responsive styles */
@media (max-width: 767px) {
    .threeCls-hidden-mobile {
        display: none !important;
    }
    
    .threeCls-column {
        width: 100%;
    }
    
    .threeCls-top-section {
        padding: 7% 0% 5% 0%;
    }
    
    .threeCls-inner-section {
        padding: 4% 4% 4% 4%;
    }
    
    .threeCls-heading-title1 {
        font-size: 13px;
    }
    
    .threeCls-heading-title2 {
        font-size: 25px;
    }
    
    .threeCls-heading-title3 {
        font-size: 12px;
    }
    
    .threeCls-heading-title4 {
        font-size: 17px;
        letter-spacing: 0px;
    }
    
    .threeCls-heading-title5 {
        font-size: 15px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .threeCls-hidden-tablet {
        display: none !important;
    }
}

@media (min-width: 1025px) {
    .threeCls-hidden-desktop {
        display: none !important;
    }
    
    .threeCls-top-section {
        background-attachment: fixed;
    }
}
