.elementor-kit-6{--e-global-color-primary:#05A4D6;--e-global-color-secondary:#D0E6F0;--e-global-color-text:#333333;--e-global-color-accent:#FF93A5;--e-global-color-5cbd5c6:#FFF267;--e-global-color-d53d9fe:#005AC6;--e-global-typography-primary-font-family:"Noto Sans JP";--e-global-typography-primary-font-size:32px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-letter-spacing:0.04em;--e-global-typography-secondary-font-family:"Noto Sans JP";--e-global-typography-secondary-font-size:24px;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-line-height:1.4em;--e-global-typography-secondary-letter-spacing:0.04em;--e-global-typography-text-font-family:"Noto Sans JP";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:500;--e-global-typography-text-line-height:1.4em;--e-global-typography-text-letter-spacing:0.04em;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--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);}@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-kit-6{--e-global-typography-primary-font-size:24px;--e-global-typography-secondary-font-size:18px;--e-global-typography-text-font-size:14px;--e-global-typography-text-line-height:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*投稿記事の設定*/

.post-section-title{
    font-size: 20px;
}


/*TOPページ留学生の体験談のサムネ*/

.elementor-573 .elementor-element.elementor-element-7fd6811 {
    height: auto; 
    object-fit: cover; 
    aspect-ratio: 3/ 2/* アスペクト比を3:2に設定 */
}

.qa-6 {
    max-width: 100%;
    margin-bottom: 24px;
    background-color: #fff;
}

.qa-6 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1.5em 2em 1.5em 4em;
    color: #333333;
    font-weight: 600;
    letter-spacing: 0.04em;
    cursor: pointer;
}

.qa-6 summary::before,
.qa-6 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.4em;
}

.qa-6 summary::before {
    color: #05A4D6;
    content: "Q";
}

.qa-6 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 12px;
    height: 12px;
    margin-left: 10px;
    border-bottom: 3px solid #05A4D6b3;
    border-right: 3px solid #05A4D6b3;
    content: '';
    transition: transform .3s;
}

.qa-6[open] summary::after {
    transform: rotate(225deg);
}

.qa-6 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 1.5em 2em 1.5em 4em;
    color: #333;
    font-weight: 500;
    letter-spacing: 0.04em;
    transition: transform .5s, opacity .5s;
    border-top: 1px solid #e4e4e4;
}

.qa-6[open] p {
    transform: none;
    opacity: 1;
}

.qa-6 p::before {
    color: #FF93A5;
    line-height: 1.2;
    content: "A";
}/* End custom CSS */