@charset "UTF-8";

.anm-wrap {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.anm-wrap.actives {
    opacity: 1;
    transform: translateY(0);
}

.main_container {
    background-image: url(../images/main_background-img.png);
    background-repeat: repeat-y;
    background-size: 2497px 1984px;
    padding-bottom: 84px;
    background-position: center 200px;
}

@media screen and (max-width: 1000px) {
    .main_container {
        background-size: 150% auto;
    }
}

@media screen and (max-width: 768px) {
    .main_container {
        padding-bottom: 50px;
        background-image: url(../images/main-bg-mb.png);
    }
}

.position-fixed-button {
    position: fixed;
    bottom: 30px;
    right: 50px;
    z-index: 20;
    transition: opacity 0.4s ease, transform 0.3s ease;
}

.position-fixed-button.is-hide{
    opacity:0;
    pointer-events:none;
}

.position-fixed-button:hover {
    transform: scale(1.05);
}

.fixed-button-img {
    max-width: clamp(17.5rem, 5.219rem + 32.75vw, 25.688rem);
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.56));
}

@media screen and (max-width: 600px) {
    .position-fixed-button {
        bottom: 20px;
        right: 0;
    }
    .fixed-button-img {
        max-width: 60px;
        content: url(../images/fixed-mb-button.png);
    }
}

.key-visual_container {
    max-width: 1920px;
    height: 1080px;
    margin: 0 auto;
    position: relative;
}

.key-visual_img_wrap {
    position: absolute;
    right: -120px;
    bottom: 10%;
}

.key-visual_img {
    max-width: clamp(52.5rem, 9.393rem + 89.81vw, 104.813rem);
    border-radius: 70px;
    height: 817px;
    object-fit: cover;
}

.key-visual-title_container {
    position: absolute;
    left: -36px;
    bottom: 10%;
    padding-left: 80px;
    padding-top: 32px;
    padding-bottom: 70px;
    z-index: 2;
    background-image: url(../images/key-visual_title-bg.png);
    background-size: 96%;
    background-repeat: no-repeat;
    color: #FFFFFF;
    text-shadow: 0 0 4px #4B8DCA;
}

.top-small_text {
    font-size: 16px;
    margin-bottom: clamp(0.688rem, 0.132rem + 1.16vw, 1rem);
}

.kv-catchphrase_top {
    font-size: clamp(1.938rem, 0.492rem + 3.01vw, 2.563rem);
    font-weight: 700;
    margin-bottom: 36px;
}

.kv-catchphrase_bottom {
    font-size: clamp(2.375rem, 0.486rem + 3.94vw, 3.438rem);
    margin-bottom: 10px;
    font-weight: 700;
}

.phrase-text-design {
    display: inline-block;
    font-size: 110px;
    line-height: 1;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    transform-origin: 50% 80%;
    letter-spacing: 8px;
}

.phrase-text-design span {
    display: inline-block;
}

.phrase-text-design .c {
    transform: translateY(-30px);
}

.phrase-text-design .c1 {
    font-size: clamp(5.563rem, 1.118rem + 9.26vw, 8.063rem);
    transform: translateY(-30px);
}

.phrase-text-design .c2 {
    font-size: clamp(4.688rem, 1.91rem + 5.79vw, 6.25rem);
}

.phrase-text-design .c3 {
    font-size: clamp(4.688rem, 1.91rem + 5.79vw, 6.25rem);
    transform: translateY(-25px);
}

.phrase-text-design .c4 {
    font-size: clamp(4.938rem, 2.382rem + 5.32vw, 6.375rem);
    transform: translateY(-5px);

}

.kv-bottom-text {
    display: inline;
    text-shadow: none;
    font-size: clamp(1.5rem, 0.833rem + 1.39vw, 1.875rem);
    line-height: 1.8;
    color: #4B8DCA;
}

.kv-bottom-text_wrap {
    background-color: #FFFFFF;
    border-radius: 3px;
    padding-left: 3px;
}

.kv-bottom-text_wrap .orange-text {
    color: #F49A00;
}

@media screen and (max-width: 768px) {
    .key-visual_img_wrap {
        top: 15%;
    }

    .key-visual_img {
        height: auto;
    }

    .key-visual_container {
        min-height: 780px;
        max-height: 800px;
    }

    .key-visual-title_container {
        bottom: 0%;
    }

    .phrase-text-design .c {
        transform: translateY(-10px);
    }

    .kv-catchphrase_top {
        margin-bottom: 18px;
    }
}

@media screen and (max-width: 650px) {
    .key-visual_container {
        min-height: 0;
        max-height: 500px;
    }

    .key-visual_img_wrap {
        top: 20%;
        right: -10%;
    }

    .key-visual_img {
        /* content: url(../images/kv-mb.png); */
        max-width: 90%;
        height: 351px;
        object-fit: cover;
        border-radius: 35px 0 0 35px;
        margin-left: 20px;
    }

    .key-visual-title_container {
        bottom: initial;
        top: 49%;
        padding-left: 20px;
        padding-right: 16px;
        padding-top: 5px;
        padding-bottom: 35px;
        left: -7px;
    }

    .top-small_text {
        font-size: 11px;
        font-weight: 400;
        margin-bottom: 8px;
    }

    .kv-catchphrase_top {
        font-size: 17px;
        margin-bottom: 14px;
    }

    .kv-catchphrase_bottom {
        font-size: 22px;
        margin-bottom: 3px;
    }

    .phrase-text-design {
        font-size: 41px;
        letter-spacing: 4px;
    }

    .phrase-text-design .c {
        transform: translateY(-8px);
    }

    .phrase-text-design .c1 {
        font-size: 43px;
        transform: translateY(-12px);
    }

    .phrase-text-design .c2 {
        font-size: 33px;
    }

    .phrase-text-design .c3 {
        font-size: 34px;
        transform: translateY(-13px);
    }

    .phrase-text-design .c4 {
        font-size: 34px;
        transform: translateY(-5px);
    }

    .kv-bottom-text {
        font-size: 13px;
    }
}

.dream-one-about_container {
    max-width: 1085px;
    width: 90%;
    margin: 0 auto;
}

.about-content_wrap {
    display: flex;
    column-gap: 16px;
    justify-content: space-between;
}

.about-text-content {
    max-width: 615px;
}

.content-title_wrap.align-left {
    font-size: clamp(1.625rem, 0.652rem + 3.46vw, 2.313rem);
    font-weight: 700;
    padding: 12px 0;
    position: relative;
}

.content-title_wrap {
    position: relative;
}

.content-title_wrap::before {
    content: "";
    position: absolute;
    top: -6px;
    width: 27px;
    height: 22px;
    background-image: url(../images/diamond_img.png);
    background-size: cover;
}

.content-title_wrap::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 108px;
    height: 11px;
    background-image: url(../images/title-border.png);
    background-size: cover;
}

.about-textarea {
    font-size: clamp(1rem, 0.375rem + 1vw, 1.125rem);
    line-height: 2;
}

.about-textarea:first-of-type {
    margin-bottom: 10px;
    margin-top: 20px;
    max-width: 600px;
}

.link-button_list {
    margin-top: 36px;
}

.link-button-item:first-of-type {
    margin-bottom: 22px;
}

.link-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 288px;
    height: 60px;
    background-color: #FFFFFF;
    color: #4B8DCA;
    border: 2px solid #4B8DCA;
    border-radius: 6px;
    font-size: 19px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 0 25px;
    transition: all 0.3s ease;
}

.icon-button-arrow {
    font-size: 32px;
}

.icon-button-arrow .path1 {
    font-style: normal;
    transition: all 0.3s ease;
}

.icon-button-arrow .path2 {
    font-style: normal;
    transition: all 0.3s ease;
}

.link-button:hover {
    background-color: #4B8DCA;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
}

.link-button:hover .icon-button-arrow .path1:before {
    color: #FFFFFF;
}

.link-button:hover .icon-button-arrow .path2:before {

    color: #4B8DCA;
}

.about-content-img {
    width: 413px;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
    border-radius: 50%;
    overflow: hidden;
}

@media screen and (max-width: 1000px) {
    .about-text-content {
        max-width: 465px;
    }
}

@media screen and (max-width: 768px) {
    .about-content_wrap {
        position: relative;
    }

    .about-text-content {
        max-width: 100%;
    }

    .about-content-img {
        position: absolute;
        right: 0;
        bottom: -40px;
        width: clamp(9.375rem, -0.354rem + 34.59vw, 16.25rem);
        height: auto;
    }
}

@media screen and (max-width: 600px) {
    .dream-one-about_container {
        width: 100%;
    }

    .about-content_wrap {
        flex-direction: column;
        row-gap: 16px;
    }

    .about-text-content {
        width: 90%;
        margin: 0 auto;
    }

    .about-textarea {
        font-size: 15px;
    }

    .link-button_list {
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
    }

    .link-button-item {
        width: calc(100% / 2 - 4px);
    }

    .link-button-item:first-of-type {
        margin-bottom: 0;
    }

    .link-button {
        width: 100%;
        height: 50px;
        font-size: 14px;
        padding: 0 11px;
    }

    .icon-button-arrow {
        font-size: 22px;
    }

    .about-content-img {
        position: static;
    }

    .about-content-img {
        width: 90%;
        margin: auto;
        aspect-ratio: 22 / 8;
        object-fit: cover;
        object-position: 0 30%;
        border-radius: 0;
    }
}

.blue-bg-content_container {
    max-width: 1200px;
    width: 90%;
    margin: auto;
    margin-top: 100px;
    margin-bottom: 55px;
    background-color: rgba(202, 233, 250, 0.71);
    padding-top: 67px;
    padding-bottom: 80px;
    position: relative;
    border-radius: 20px;
}

.blue-bg-content_container::after {
    content: "";
    width: 50px;
    height: 30px;
    background-image: url(../images/arrow-bottom.png);
    background-size: cover;
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
}

.content-title_wrap.align-center {
    font-size: clamp(1.625rem, 0.652rem + 3.46vw, 2.313rem);
    font-weight: 700;
    padding: 12px 0;
    text-align: center;
    position: relative;
}

.content-title_wrap.align-center::before {
    content: "";
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 27px;
    height: 22px;
    background-image: url(../images/diamond_img.png);
    background-size: cover;
}

.content-title_wrap.align-center::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 108px;
    height: 11px;
    background-image: url(../images/title-border.png);
    background-size: cover;
}

.user-voice-list {
    display: flex;
    justify-content: space-between;
    row-gap: 50px;
    max-width: 820px;
    width: 90%;
    margin: auto;
    margin-top: 44px;
    flex-wrap: wrap;
}

.user-voice-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% / 2 - 30px);
    height: 108px;
    background-color: #FFFFFF;
    border-radius: 54px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    position: relative;
}

.user-voice-item:nth-child(odd):after {
    content: "";
    position: absolute;
    right: 60px;
    bottom: -36px;
    width: 36px;
    height: 28px;
    background-image: url(../images/right-bottom-design.png);
    background-size: cover;
}

.user-voice-item:nth-child(even):after {
    content: "";
    position: absolute;
    left: 60px;
    bottom: -36px;
    width: 36px;
    height: 28px;
    background-image: url(../images/left-bottom-design.png);
    background-size: cover;
}

.woman-img_wrap {
    text-align: center;
}

.woman-img {
    max-width: 106px;
    margin: auto;
    margin-top: 10px;
}

.blue-bg-bottom-content_container {
    max-width: 1200px;
    width: 90%;
    margin: auto;
    margin-bottom: 83px;
    background-color: rgba(255, 255, 255, 0.71);
    border-radius: 20px;
    padding: clamp(1.875rem, -3.696rem + 13.71vw, 4.875rem) 0;
    text-align: center;
}

.answer-text {
    font-size: clamp(1.25rem, -0.375rem + 4vw, 2.125rem);
    font-weight: 700;
    line-height: 2.3;
}

.em {
    position: relative;
    display: inline-block;
    padding: 0 .15em;
    color: #F49A00;
}

.em::before {
    content: "";
    position: absolute;
    left: 1.55em;
    top: 0.15em;
    width: clamp(0.5rem, 0.268rem + 0.57vw, 0.625rem);
    height: clamp(0.5rem, 0.268rem + 0.57vw, 0.625rem);
    border-radius: 50%;
    background: #F49A00;
    box-shadow: 1em 0 0 #F49A00;
}

.answer-text .orange-border {
    border-bottom: 4px solid #F49A00;
}

@media screen and (max-width: 1000px) {
    .user-voice-item {
        width: calc(100% / 2 - 12px);
        height: 88px;
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    .blue-bg-content_container {
        padding-top: 50px;
        padding-bottom: 40px;
        margin-bottom: 25px;
        margin-top: 50px;
    }

    .content-title_wrap.align-center {
        font-size: 24px;
    }

    .user-voice-item {
        height: 76px;
        font-size: 14px;
    }

    .blue-bg-bottom-content_container {
        margin-bottom: 53px;
    }
}

.br-600 {
    display: none;
}

@media screen and (max-width: 600px) {
    .blue-bg-content_container::after {
        bottom: -18px;
        width: 30px;
        height: 18px;
    }

    .content-title_wrap.align-center {
        font-size: 20px;
    }

    .user-voice-item {
        width: calc(100% / 2 - 8px);
        font-size: 12px;
    }

    .br-600 {
        display: inline;
    }

    .user-voice-item:nth-child(odd):after {
        right: 30px;
        bottom: -30px;
        width: 26px;
        height: 20px;
    }

    .user-voice-item:nth-child(even):after {
        left: 30px;
        bottom: -30px;
        width: 26px;
        height: 20px;
    }

    .woman-img {
        max-width: 66px;
    }

    .answer-text {
        font-size: 18px;
        line-height: 2;
    }

    .em::before {
        left: 1.55em;
        top: 0.05em;
        width: 6px;
        height: 6px;
    }
}

.border-repeat-content {
    max-width: 1490px;
    width: 90%;
    margin: auto;
    background-image: url(../images/border-repeat.png);
    background-repeat: repeat-x;
    background-size: 386px 11px;
    border: none;
    height: 11px;
}

.support-step-content_container {
    margin-top: 83px;
}

.support-step-list {
    max-width: 1200px;
    width: 90%;
    margin: auto;
    margin-top: 36px;
}

.support-step-item {
    background: rgba(255, 255, 255, 0.34);
  backdrop-filter: blur(24px) brightness(1.03);
  -webkit-backdrop-filter: blur(24px) brightness(1.03);
    padding: 36px 0;
    border-radius: 20px;
}

.support-step-item:not(:last-of-type) {
    margin-bottom: 23px;
}

.support-step-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 16px;
    max-width: 885px;
    width: 90%;
    margin: auto;
}

.step-title {
    display: flex;
    column-gap: 20px;
    color: #4B8DCA;
    align-items: center;
}

.step-num {
    font-size: 39px;
    font-weight: 700;
}

.italic-border {
    height: 68px;
    width: 2px;
    background-color: #4B8DCA;
    transform: rotate(25deg);
}

.step-title-text {
    font-size: 26px;
    font-weight: 700;
}

.step-textarea {
    margin-top: 13px;
    font-size: 17px;
    line-height: 2;
    max-width: 652px;
}

.text-bg {
    background-color: rgba(244, 154, 0, 0.16);
    padding: 0 3px;
}

.text-bold {
    font-weight: 700;
}

.step-img#step-img_1 {
    max-width: 83px;
}

.step-img#step-img_2 {
    max-width: 119px;
}

.step-img#step-img_3 {
    max-width: 111px;
}

@media screen and (max-width: 768px) {
    .support-step-content_container {
        margin-top: 50px;
    }

    .support-step-item {
        padding: 24px 0;
    }

    .step-title {
        column-gap: 14px;
    }

    .step-num {
        font-size: 30px;
    }

    .italic-border {
        height: 44px;
    }

    .step-title-text {
        font-size: 22px;
    }

    .step-textarea {
        font-size: 14px;
    }
}

@media screen and (max-width: 600px) {
    .support-step-item {
        overflow: hidden;
    }

    .support-step-content {
        flex-direction: column;
        row-gap: 16px;
        position: relative;
    }

    .support-step-text_content {
        width: 100%;
    }

    .step-textarea {
        max-width: 100%;
        margin-top: 8px;
    }

    .step-textarea br {
        display: none;
    }

    .step-img {
        margin-left: auto;
        position: absolute;
        bottom: -45px;
        right: -35px;
        z-index: -1;
        opacity: 0.2;
    }

    .step-img#step-img_1 {
        max-width: 75px;
        right: -15px;
    }

    .step-img#step-img_2 {
        max-width: 180px;
    }

    .step-img#step-img_3 {
        max-width: 190px;
    }
}

.organization-bg {
    position: relative;
    padding-top: 158px;
    padding-bottom: 268px;
    margin-top: 90px;
    overflow: visible;
}

.organization-bg{
    position:relative;
}

/* ぼかしレイヤー */
.cloud-blur{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:1385px;
    height:900px;

    background:rgba(255,255,255,0.34);

    backdrop-filter:blur(24px) brightness(1.03);
    -webkit-backdrop-filter:blur(24px) brightness(1.03);

    mask-image:url("../images/cloud.png");
    mask-repeat:no-repeat;
    mask-position:center;
    mask-size:contain;

    -webkit-mask-image:url("../images/cloud.png");
    -webkit-mask-repeat:no-repeat;
    -webkit-mask-position:center;
    -webkit-mask-size:contain;

    z-index:0;
}

.cloud-bg-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1385px;
    height: 900px;
    z-index: 0;

    background: rgba(255,255,255,0.34);
    backdrop-filter: blur(24px) brightness(1.03);
    -webkit-backdrop-filter: blur(24px) brightness(1.03);

    mask: url("../images/cloud.png") center / contain no-repeat;
    -webkit-mask: url("../images/cloud.png") center / contain no-repeat;
}

.organization-content_container {
    max-width: 1000px;
    width: 90%;
    margin: auto;
}

.organization-content-inner {
    position: relative;
}

.organization-title {
    font-size: 25px;
    font-weight: 500;
    -webkit-font-feature-settings: "palt";
    line-height: 2;
    position: relative;
}

.organization-title::before {
    content: "";
    position: absolute;
    top: 25px;
    left: -50px;
    width: 38px;
    height: 2px;
    background-color: #4B8DCA;
}

.organization-textarea {
    margin-top: 41px;
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 2;
    max-width: clamp(31.875rem, 13.125rem + 30vw, 35.625rem);
}

.company-hp-link {
    color: #328ACC;
    font-size: 17px;
}

.company-hp-link span {
    text-decoration: underline;
}

.company-hp-link .icon-anchor {
    margin-left: 2px;
    font-weight: 700;
}

.company-hp-link .icon-anchor:before {
    color: #328ACC;
}

.organization-content-img_wrap {
    position: absolute;
    bottom: -115px;
    right: -43px;
}

.organization-content-img {
    max-width: 420px;
}

.img-bottom-text-small {
    text-align: right;
    font-size: 14px;
    margin-top: 6px;
    color: #707070;
}

@media screen and (max-width: 1000px) {
    .organization-title::before {
        left: -40px;
        width: 31px;
    }

    .organization-content-img_wrap {
        right: -23px;
    }

    .organization-textarea {
        max-width: clamp(28.125rem, 14.83rem + 27.27vw, 31.875rem);
    }

    .organization-content-img {
        max-width: clamp(17.5rem, -13.523rem + 63.64vw, 26.25rem);
    }
}

@media screen and (max-width: 768px) {
    .organization-content-inner {
        display: flex;
        flex-direction: column;
        row-gap: 10px;
    }

    .organization-title {
        font-size: clamp(1.125rem, 0.455rem + 1.79vw, 1.313rem);
        line-height: 1.7;
        padding-left: 16px;
    }

    .organization-title::before {
        left: -12px;
        width: 21px;
        top: 16px;
    }

    .organization-textarea {
        font-size: 15px;
        margin-top: 21px;
        margin-bottom: 14px;
        max-width: 100%;
    }

    .company-hp-link {
        font-size: 15px;
    }

    .organization-content-img_wrap {
        position: static;
    }

    .organization-content-img {
        width: 100%;
        max-width: 100%;
        /* max-width: 220px;
        margin-left: auto; */
    }
}

@media screen and (max-width: 600px) {
    .organization-bg {
        padding-top: 78px;
        padding-bottom: 70px;
        margin-top: 100px;
    }

    .cloud-bg-img {
        width: 1185px;
    }

    .organization-title br {
        display: none;
    }

    .organization-title {
        padding-left: 26px;
    }

    .organization-title::before {
        left: 0;
        width: 19px;
        top: 14px;
    }

    .organization-textarea {
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 10px;
        margin-top: 13px;
    }

    .company-hp-link {
        font-size: 14px;
    }

    .img-bottom-text-small {
        font-size: 12px;
    }
}

.dream-one-charm-content_container {
    background-image: url(../images/charm-bg.png);
    background-size: 2057px 894px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 30px;
}

.dream-one-charm-content_container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  background: rgba(255, 255, 255, 0.17);
  backdrop-filter: blur(41px) brightness(1) saturate(0.83);
  -webkit-backdrop-filter: blur(41px) brightness(1) saturate(0.83);
    z-index: 0;
}

.dream-one-charm-bg {
    background-image: url(../images/charm-inner-bg.png), url(../images/charm-inner-bg.png);
    background-repeat: no-repeat;
    background-size: clamp(16.875rem, -10.575rem + 48.8vw, 32.125rem);
    background-position-x: left -2%, right -2%;
    background-position-y: bottom 7%, top 7%;
    position: relative;
    z-index: 2;
    padding: 70px 0;
}

.charm-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 50px;
    max-width: 1380px;
    width: 90%;
    margin: auto;
    margin-top: 34px;
    position: relative;
    z-index: 1;
}

.charm-item {
    width: calc(100% / 3 - 20px);
}

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

.charm-text {
    font-size: 1.25rem;
    font-weight: 700;
    text-align: center;
    margin-top: 18px;
}

.charm-text .text-bg {
    background-color: rgba(244, 154, 0, 0.4);
}

@media screen and (max-width: 768px) {
    .dream-one-charm-content_container {
        margin-top: 0;
        background-size: cover;
    }

    .charm-item {
        width: calc(100% / 2 - 12px);
    }

    .charm-text {
        font-size: 16px;
    }
}

@media screen and (max-width: 600px) {
    .dream-one-charm-bg {
        background-size: 150px;
        background-position-x: -2%, 103%;
        background-position-y: bottom 2%, top 2%;
    }

    .charm-list {
        width: 92%;
        row-gap: 26px;
    }

    .charm-item {
        max-width: 400px;
        width: calc(100% / 2 - 9px);
        margin: 0 auto;
    }

    .charm-text {
        font-size: 13px;
        margin-top: 12px;
        line-height: 1.6;
    }

    .charm-text br:not(.br-600) {
        display: none;
    }
}

.dream-one-work-content_container {
    max-width: 1200px;
    width: 90%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 83px;
}

.work-content-textarea {
    max-width: 595px;
    margin-top: 20px;
    margin-bottom: 38px;
    font-size: 18px;
    line-height: 2;
}

.content-list-top-text {
    font-size: 25px;
    font-weight: 500;
    position: relative;
    padding-left: 44px;
}

.content-list-top-text::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    height: 2px;
    background-color: #4B8DCA;
}

.work-content-list_wrap {
    position: relative;
}

.list-text-position {
    position: absolute;
    left: -8px;
    bottom: 14px;
    padding: 8px 20px;
    background-color: #4B8DCA;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 22px;
    border-radius: 5px;
}

.list-text-position .text-small {
    font-size: 18px;
}

.work-content-list {
    display: flex;
    flex-wrap:wrap;
    row-gap: 24px;
    justify-content: space-between;
    margin-top: 10px;
}

.work-content-list_wrap:last-of-type {
    margin-top: 34px;
}

.work-content-item {
    width: calc(100% / 4 - 15px);
}

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

@media screen and (max-width: 1000px) {
    .work-content-item {
        width: calc(100% / 4 - 8px);
    }
}

@media screen and (max-width: 768px) {
    .dream-one-work-content_container {
        margin-top: 30px;
        margin-bottom: 50px;
    }

    .work-content-textarea {
        font-size: 16px;
        margin-top: 14px;
        margin-bottom: 22px;
    }

    .content-list-top-text {
        font-size: 18px;
        padding-left: 30px;
    }

    .content-list-top-text::before {
        width: 25px;
    }

    .list-text-position {
        padding: 6px 14px;
        font-size: 18px;
    }

    .list-text-position .text-small {
        font-size: 16px;
    }
}

@media screen and (max-width: 600px) {
    .work-content-textarea {
        font-size: 14px;
    }

    .work-content-list_wrap:last-of-type {
        margin-top: 64px;
    }

    .list-text-position {
        bottom: 8px;
    }

    .list-text-position .text-small {
        font-size: 14px;
        line-height: 1.7;
        max-width: 100%;
    }

    .work-content-list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 8px;
    }

    .work-content-item {
        /* width: calc(100% / 3 - 8px); */
        width: 100%;
    }
}

.flow-content_container {
    margin-top: 83px;
    margin-bottom: 83px;
}

.flow-content_container .content-title_wrap {
    max-width: 1000px;
    width: 90%;
    margin: auto;
}

.flow-content-textarea {
    font-size: 18px;
    max-width: 1000px;
    width: 90%;
    margin: auto;
    margin-top: 20px;
}

.flow-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 72px;
    max-width: 1200px;
    width: 90%;
    margin: auto;
    margin-top: 30px;
    position: relative;
}

.flow-item {
    width: calc(100% / 3 - 33px);
    position: relative;
}

.flow-item:not(:first-of-type)::before {
    content: "";
    position: absolute;
    top: 45%;
    left: -29px;
    transform: translateY(-45%);
    background-image: url(../images/arrow-right-img.png);
    width: 12px;
    height: 20px;
    background-size: cover;
}

.flow-img_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 250px;
    background: rgba(255, 255, 255, 0.34);
  backdrop-filter: blur(24px) brightness(1.03);
  -webkit-backdrop-filter: blur(24px) brightness(1.03);
    border-radius: 20px;
}

.flow-img {
    width: 90%;
}

#flow_1 .flow-img {
    max-width: 221px;
}

#flow_2 .flow-img {
    max-width: 286px;
}

#flow_3 .flow-img {
    max-width: 182px;
}

#flow_4 .flow-img {
    max-width: 208px;
}

#flow_5 .flow-img {
    max-width: 182px;
}

#flow_6 .flow-img {
    max-width: 182px;
}

.flow-content-text_wrap {
    text-align: center;
    margin-top: 11px;
}

.flow-title {
    font-size: clamp(1.188rem, -0.043rem + 1.88vw, 1.563rem);
}

.flow-textarea {
    font-size: clamp(0.875rem, 0.67rem + 0.31vw, 0.938rem);
    line-height: 1.8;
}

@media screen and (max-width: 768px) {
    .flow-content_container {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .flow-list {
        row-gap: 32px;
    }

    .flow-item {
        width: calc(100% / 2 - 16px);
        position: relative;
    }

    .flow-item:not(:first-of-type)::before {
        top: 38%;
        left: -20px;
        width: 9px;
        height: 16px;
    }

    .flow-title {
        font-size: 17px;
    }

    .flow-textarea {
        text-align: left;
        font-size: 14px;
    }

    .flow-textarea br {
        display: none;
    }

    .flow-img_wrap {
        height: 210px;
    }

    .flow-img {
        width: 60%;
    }
}

@media screen and (max-width: 600px) {
    .flow-content-textarea {
        font-size: 15px;
        line-height: 1.8;
    }

    .flow-item {
        width: calc(100% / 2 - 10px);
        background: rgba(255, 255, 255, 0.34);
        backdrop-filter: blur(24px) brightness(1.03);
        -webkit-backdrop-filter: blur(24px) brightness(1.03);
        padding: 16px 10px;
        border-radius: 20px;
    }

    .flow-item:not(:first-of-type)::before {
        top: 50%;
        left: -14px;
        width: 8px;
        height: 13.5px;
    }

    .flow-item:nth-child(odd)::before {
        left: -10px;
    }

    .flow-img_wrap {
        background: none;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        height: 110px;
    }

    .flow-title {
        font-size: 15px;
        margin-bottom: 8px;
    }

    .flow-textarea {
        line-height: 1.6;
    }
}

.staff-content_container {
    max-width: 1200px;
    width: 90%;
    margin: auto;
    margin-top: 83px;
    margin-bottom: 83px;
    padding: 50px;
    background: rgba(255, 255, 255, 0.34);
    backdrop-filter: blur(24px) brightness(1.03);
    -webkit-backdrop-filter: blur(24px) brightness(1.03);
    border-radius: 20px;
}

.staff-content-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 36px;
}

.staff-introduction {
    max-width: 740px;
    padding: 22px 50px;
    background-color: #F2F9FF;
    border-radius: 11px;
    position: relative;
}

.staff-introduction::after {
    content: "";
    position: absolute;
    right: -31px;
    top: 55%;
    width: 31px;
    height: 34px;
    background-image: url(../images/fukidashi.png);
    background-size: cover;
    background-repeat: no-repeat;
    transform: translateY(-60%);
}

.introduction-textarea {
    margin-top: 20px;
    font-size: clamp(1rem, 0.53rem + 0.95vw, 1.125rem);
    line-height: 1.8;
}

.introduction-textarea .text-bg {
    background-color: rgba(244, 154, 0, 0.40);
}

.staff-name {
    text-align: right;
    font-size: 14px;
}

.staff-img {
    max-width: clamp(12.5rem, -8.661rem + 42.86vw, 18.125rem);
}

.sp-staff-wrap {
    display: none;
}

@media screen and (max-width: 1000px) {
    .staff-content_container {
        padding: 36px;
    }

    .staff-introduction {
        padding: 22px 36px;
    }

    .staff-content_container .content-title_wrap.align-left {
        font-size: 26px;
    }
}

@media screen and (max-width: 768px) {
    .staff-introduction {
        padding: 22px 24px;
    }
}

@media screen and (max-width: 700px) {
    .staff-content_container {
        margin-top: 43px;
        margin-bottom: 43px;
    }

    .sp-staff-wrap {
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        column-gap: 10px;
        margin-top: 26px;
    }

    .staff-pc-img {
        display: none;
    }

    .staff-pc-name {
        display: none;
    }

    .staff-introduction::after  {
        content: none;
    }
}

@media screen and (max-width: 500px) {
    .staff-content_container {
        padding: 20px;
    }

    .staff-introduction {
        padding: 22px 16px;
    }

    .introduction-textarea {
        font-size: 15px;
    }

    .sp-staff-wrap {
        flex-direction: column;
        row-gap: 10px;
    }

    .staff-img.staff-sp-img {
        content: url(../images/staff-img-mb.png);
        max-width: 100%;
        border-radius: 20px;
    }
}

.visit-content_container {
    max-width: 1200px;
    width: 90%;
    margin: auto;
    margin-top: 83px;
    margin-bottom: 83px;
}

.visit-top-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 16px;
    margin-bottom: 24px;
}

.visit-top-area-text {
    max-width: 570px;
}

.visit-top-textarea {
    line-height: 1.9;
    font-size: clamp(1rem, 0.583rem + 0.67vw, 1.125rem);
    margin-top: 20px;
}

.visit-top-area-img {
    max-width: clamp(26.25rem, 1.25rem + 40vw, 33.75rem);
    height: 100%;
}

.visit-flow-list {
    display: flex;
    justify-content: space-between;
    row-gap: 20px;
    flex-wrap: wrap;
    counter-reset: num;
    margin-top: 9px;
}

.visit-flow-item {
    width: calc(100% / 3 - 22px);
    min-height: 231px;
    background: rgba(255, 255, 255, 0.34);
    backdrop-filter: blur(24px) brightness(1.03);
    -webkit-backdrop-filter: blur(24px) brightness(1.03);
    border-radius: 20px;
    padding: 20px 24px;
    position: relative;
}

.visit-flow-item:not(:nth-child(3)):not(:last-of-type)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -25px;
    transform: translateY(-50%);
    width: 12px;
    height: 20px;
    background-image: url(../images/arrow-right-img.png);
    background-size: cover;
}

.visit-flow-title {
    display: flex;
    align-items: center;
    column-gap: clamp(0.625rem, -1.875rem + 4vw, 1.125rem);
    font-size: clamp(1.25rem, -0.313rem + 2.5vw, 1.563rem);
    font-weight: 700;
    counter-increment: num;
}

.visit-flow-title::before {
    display: flex;
    justify-content: center;
    align-items: center;
    content: counter(num);
    width: 56px;
    height: 56px;
    aspect-ratio: 1/1;
    background-color: #328ACC;
    border-radius: 9px;
    color: #FFFFFF;
    font-size: 29px;
}

.br-1100 {
    display: none;
}

.visit-flow-textarea {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.9;
    margin-top: 8px;
}

.visit-flow-textarea span {
    display: inline-block;
    font-weight: 400;
    margin-top: 10px;
    line-height: 1.8;
}

.visit-bottom-blue-bg {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 16px;
    padding: 33px;
    background-color: #F2F9FF;
    border-radius: 9px;
    margin-top: 60px;
}

.visit-bottom-left-contents {
    max-width: clamp(28.125rem, -10.938rem + 62.5vw, 35.938rem);
}

.visit-bottom-textarea {
    margin-top: 16px;
    line-height: 1.9;
    font-size: 18px;
}

.visit-bottom-right-contents {
    padding: 64px 25px;
    background-color: #FFFFFF;
    border-radius: 9px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.visit-bottom-item {
    font-size: 17px;
    font-weight: 500;
    line-height: 2;
}

@media screen and (max-width: 1100px) {
    .br-1100 {
        display: inline;
    }
}

@media screen and (max-width: 1000px) {
    .visit-top-area-img {
        max-width: clamp(20rem, -0.69rem + 43.1vw, 26.25rem);
    }

    .visit-flow-item {
        width: calc(100% / 3 - 18px);
        padding: 18px 20px;
    }

    .visit-flow-item:not(:nth-child(3)):not(:last-of-type)::after {
        right: -19px;
        width: 9px;
        height: 16px;
    }

    .visit-flow-title {
        column-gap: 8px;
        font-size: 18px;
    }

    .visit-flow-title::before {
        width: 37px;
        height: 37px;
        font-size: 21px;
    }

    .visit-bottom-left-contents {
        max-width: 330px;
    }

    .visit-bottom-textarea {
        font-size: 16px;
    }

    .visit-bottom-right-contents {
        padding: 36px 22px;
    }

    .visit-bottom-item {
        font-size: 15px;
    }
}

@media screen and (max-width: 768px) {
    .visit-content_container {
        margin-top: 43px;
        margin-bottom: 43px;
    }

    .visit-top-area {
        flex-direction: column;
        row-gap: 16px;
        align-items: flex-end;
    }

    .visit-top-area-text {
        max-width: 100%;
    }

    .visit-top-textarea {
        font-size: 15px;
    }

    .visit-top-area-img {
        margin-left: auto;
        width: 100%;
    }

    .visit-flow-item {
        width: calc(100% / 2 - 16px);
    }

    .visit-flow-item:not(:nth-child(3)):not(:last-of-type)::after {
        content: none;
    }

    .visit-flow-item:nth-child(odd)::after {
        content: "" !important;
        position: absolute;
        top: 50%;
        right: -21px !important;
        transform: translateY(-50%);
        width: 9px;
        height: 16px;
        background-image: url(../images/arrow-right-img.png);
        background-size: cover;
    }

    .visit-bottom-blue-bg {
        flex-direction: column;
        row-gap: 20px;
    }

    .visit-bottom-left-contents {
        max-width: 100%;
    }

    .visit-bottom-textarea {
        margin-top: 8px;
    }

    .visit-bottom-right-contents {
        padding: 22px;
    }

    .visit-bottom-textarea {
        font-size: 15px;
    }

    .visit-bottom-item {
        font-size: 14px;
    }
}

@media screen and (max-width: 600px) {
    .visit-flow-item{
        width: 100%;
        padding: 12px 13px;
        min-height: auto;
    }

    .visit-flow-item:not(:nth-child(3)):not(:last-of-type)::after{
        content:none !important;
    }

    .visit-flow-item:nth-child(odd)::after {
        content: none !important;
    }

    .visit-flow-title {
        position: relative;
    }

    .visit-flow-title::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 16px;
        width: 12px;
        height: 20px;
        background-image: url(../images/arrow-right-img.png);
        background-size: cover;
        transform: translateY(-50%) rotate(90deg);
        transition: all 0.2s ease;
    }

    .visit-flow-item.is-open .visit-flow-title::after {
        transform: translateY(-50%) rotate(-90deg);
    }

    .visit-flow-textarea{
        font-size:13px;
    }

    .br-1100{
        display:none;
    }

    /* アコーディオン */
    .visit-flow-content{
        max-height:0;
        overflow:hidden;
        transition:max-height .35s ease;
    }

    .visit-flow-item.is-open .visit-flow-content{
        max-height:300px;
    }
}

.faq-content_container {
    margin-top: 83px;
    margin-bottom: 83px;
}

.faq-list {
    max-width: 1000px;
    width: 95%;
    margin: 0 auto;
    margin-top: 30px;
}

.list-contents_container {
    display: flex;
    padding: 20px 50px 15px;
    padding-right: 25px;
    border-radius: 10px;
    background-color: #ffffff;
    justify-content: space-between;
    align-items: center;
}

.list-contents_container.question_container {
    column-gap: 10px;
    cursor: pointer;
    border: 3px solid #328ACC;
    position: relative;
    z-index: 1;
}

.list-contents_container.question_container:not(:nth-of-type(1)) {
    margin-top: 25px;
}

.list-contents_container.question_container:hover {
    opacity: 0.7;
}

.list-contents_container.answer_container {
    margin-top: -3px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #FFFFFF;
    position: relative;
    z-index: 0;
}



.flex_wrap {
    width: 100%;
}

.contents-change_wrap {
    display: flex;
    column-gap: 15px;
    align-items: center;
}

.icon_wrap {
    display: flex;
    position: relative;
    min-width: clamp(2.063rem, 0.884rem + 2.46vw, 2.5rem);
    padding-top: 2px;
    border-radius: 10px;
    color: #ffffff;
    font-weight: bold;
    font-size: clamp(1.188rem, 0.177rem + 2.11vw, 1.563rem);
    justify-content: center;

    aspect-ratio: 1/1;
}

.icon_wrap.q_icon {
    background-color: #328ACC;
}

.question_container p.faq-text {
    font-weight: 700;
    font-size: clamp(0.875rem, -0.136rem + 2.11vw, 1.25rem);
}

.answer_container p.faq-text {
    font-weight: 500;
    font-size: clamp(0.875rem, 0.538rem + 0.7vw, 1rem);
    line-height: clamp(1.563rem, 0.72rem + 1.75vw, 1.875rem);
}

.one_i {
    display: block;
    position: relative;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform-origin: center center;
    width: clamp(1.563rem, 0.72rem + 1.75vw, 1.875rem);
    transition-duration: 0.2s;

    aspect-ratio: 1/1;
}

.list-contents_container.open .one_i {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
}

.one_i::before, .one_i::after {
    display: flex;
    position: absolute;
    top: 15px;
    left: 0;
    transform: rotate(0deg);
    transform-origin: center center;
    width: 32px;
    height: 3px;
    background-color: #328ACC;
    content: "";
}

.list-contents_container.open .one_i::before {
    content: none;
}

.one_i::before {
    top: 0;
    left: 15px;
    width: 3px;
    height: 32px;
}

.list-contents_container.open .one_i::after {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

@media screen and (max-width: 767px) {
    .faq-content_container {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .faq-list {
        width: 100%;
        padding: 0 30px;
    }

    .one_i {
        width: 20px;
        height: 20px;
    }

    .one_i::before, .one_i::after {
        top: 9px;
        width: 20px;
        height: 2px;
    }

    .one_i::before {
        top: 0;
        left: 9px;
        width: 2px;
        height: 20px;
    }

    .list-contents_container.question_container:not(:nth-of-type(1)) {
        margin-top: 16px;
    }
}

@media screen and (max-width: 600px) {
    .list-contents_container {
        padding: 15px 10px;
        border-radius: 8px;
    }

    p.faq-text {
        max-width: 100%;
    }

    p.faq-text br {
        display: none;
    }
}

.contact-content_container {
    margin-top: 83px;
    margin-bottom: 83px;
}

.contact-textarea_container {
    text-align: center;
    width: 90%;
    margin: auto;
}

.content-title-bottom_border {
    display: inline-block;
    margin-top: 23px;
    font-size: 22px;
    font-weight: 700;
    position: relative;
    text-align: center;
}

.content-title-bottom_border::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 8px;
    background-color: rgba(244, 154, 0, 0.4);
    z-index: -1;
}

.contact-textarea {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.9;
}

.tel-button {
    display: inline-block;
    margin-top: 46px;
}

.tel-button-img {
    max-width: 641px;
    width: 100%;
}

.contact-form_container {
    max-width: 1200px;
    width: 90%;
    margin: auto;
    margin-top: 60px;
    padding: 60px 100px;
    background-color: #FFFFFF;
    border-radius: 20px;
}

.form-top-title {
    text-align: center;
    font-size: 25px;
    font-weight: 500;
}

.form-top-title span {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 4px;
    position: relative;
}

.form-top-title span::before {
    content: "";
    width: 38px;
    height: 2px;
    background-color: #4B8DCA;
}

.form-top-title span::after {
    content: "";
    width: 38px;
    height: 2px;
    background-color: #4B8DCA;
}

.smf-form {
    margin-top: 30px;
    border-top: #328ACC 2px solid;
}

.wp-block-snow-monkey-forms-item.smf-item {
    border-bottom: #328ACC 2px solid;
    padding: 24px 45px;
}

.wp-block-snow-monkey-forms-item.smf-item:not(:last-of-type) {
    display: flex;
    align-items: center;
}

.smf-item__col.smf-item__col--label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 190px;
    margin-right: 16px;
}

.wp-block-snow-monkey-forms-item.smf-item:not(:last-of-type) .smf-item__col.smf-item__col--label::after {
    content: "必須";
    font-size: 13px;
    color: #CC3232;
}

.smf-item__label__text {
    font-size: 15px;
    font-weight: 500;
}

.wp-block-snow-monkey-forms-item.smf-item:not(:last-of-type) .smf-item__col.smf-item__col--controls {
    width: 80%;
}

.smf-form .smf-text-control__control {
    padding: 14px 30px !important;
    background-color: #F0F0F0 !important;
    border: none !important;
}

.smf-action {
    text-align: center;
    margin-top: 36px;
}

.smf-button-control__control {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F0931F !important;
    background-image: none !important;
    color: #FFFFFF !important;
    font-size: 19px !important;
    width: 300px;
    height: 60px;
    letter-spacing: 10px;
    border: 2px solid #F0931F !important;
    transition: all 0.3s ease !important;
}

.smf-button-control__control:hover {
    background-color: #FFFFFF !important;
    color: #F0931F !important;
}

.smf-placeholder {
    margin-top: 4px;
}

@media screen and (max-width: 1000px) {
    .contact-form_container {
        padding: 40px 50px;
    }
}

@media screen and (max-width: 768px) {
    .contact-content_container {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .content-title-bottom_border {
        font-size: 16px;
    }

    .contact-textarea {
        font-size: 16px;
        text-align: left;
    }

    .tel-button {
        margin-top: 20px;
    }

    .contact-form_container {
        margin-top: 30px;
    }

    .form-top-title {
        font-size: 21px;
    }

    .form-top-title span::before {
        width: 26px;
    }

    .form-top-title span::after {
        width: 26px;
    }

    .wp-block-snow-monkey-forms-item.smf-item {
        padding: 16px 20px;
        font-size: 14px;
    }

    .wp-block-snow-monkey-forms-item.smf-item:not(:last-of-type) {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 10px;
        padding: 16px 20px;
    }

    .smf-item__col.smf-item__col--label {
        width: auto;
        column-gap: 16px;
        margin-right: 0;
    }

    .smf-item__label__text {
        font-size: 14px;
    }

    .wp-block-snow-monkey-forms-item.smf-item:not(:last-of-type) .smf-item__col.smf-item__col--controls {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .contact-form_container {
        padding: 20px 24px;
    }

    .form-top-title {
        font-size: 20px;
    }

    .form-top-title span::before {
        width: 18px;
    }

    .form-top-title span::after {
        width: 18px;
    }

    .smf-form {
        margin-top: 22px;
    }

    .wp-block-snow-monkey-forms-item.smf-item:not(:last-of-type) {
        padding: 14px 16px;
        row-gap: 6px;
    }

    .wp-block-snow-monkey-forms-item.smf-item {
        padding: 14px 16px;
        font-size: 13px;
    }

    .smf-button-control__control {
        font-size: 16px !important;
        width: 230px;
        height: 50px;
    }

    .smf-action {
        margin-top: 24px;
    }
}

.philosophy-content_container {
    background-image: url(../images/dear.png);
    background-size: 1962px 948px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 110px 0;
}

.philosophy-content_container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.17);
    backdrop-filter: blur(41px) brightness(1) saturate(0.83);
    -webkit-backdrop-filter: blur(41px) brightness(1) saturate(0.83);
    z-index: 0;
}

.philosophy-bg {
    position: relative;
    z-index: 1;
}

.philosophy-title-area {
    text-align: center;
    margin-top: 42px;
}

.en-philosophy {
    font-size: 37px;
    font-weight: 700;
    padding: 0 20px;
    border-bottom: 2px solid #328ACC;
    color: #328ACC;
    line-height: 1.8;
}

.philosophy-title {
    font-size: 50px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 5px;
}

.en-philosophy-small {
    font-size: 21px;
    font-weight: 100;
    color: #328ACC;
    letter-spacing: 5px;
}

.philosophy-list_container {
    max-width: 1100px;
    width: 90%;
    margin: auto;
    margin-top: 60px;
}

.philosophy-list {
    border-top: 2px solid #328ACC;
}

.philosophy-item {
    display: flex;
    align-items: center;
    column-gap: 25px;
    border-bottom: 2px solid #328ACC;
    padding: 23px 30px;
}

.philosophy-title-design {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 260px;
    height: 50px;
    font-size: 30px;
    font-weight: 700;
    color: #FFFFFF;
    background-color: #328ACC;
    letter-spacing: 3px;
}

.philosophy-text {
    font-size: 21px;
    font-weight: 500;
}

.five-philosophy_container {
    max-width: 1200px;
    width: 90%;
    margin: auto;
    margin-top: 80px;
}

.philosophy-title-img {
    width: 100%;
}

.five-philosophy-list {
    display: flex;
    column-gap: 16px;
    /* flex-direction: column; */
    row-gap: 20px;
    flex-wrap: wrap;
    max-height: 320px;
    max-width: 1100px;
    margin: auto;
    margin-top: 25px;
}

.five-philosophy-item {
    width: calc(100% / 2 - 40px);
    min-width: 300px;
}

.num-flex {
    display: flex;
    align-items: center;
    column-gap: 16px;
}

.num-flex .num {
    font-size: 38px;
    color: #328ACC;
}

.num-title {
    font-size: 26px;
    font-weight: 700;
}

.small-text-position {
    margin-left: 90px;
    color: #328ACC;
    font-weight: 400;
}

@media screen and (max-width: 1100px) {
    .num-flex .num {
        font-size: 28px;
    }

    .italic-border {
        height: 48px;
    }

    .num-title {
        font-size: 20px;
        font-weight: 700;
    }

    .small-text-position {
        margin-left: 65px;
        font-size: 13px;
    }
}

@media screen and (max-width: 1000px) {
    .philosophy-title-design {
        width: 200px;
        min-width: 200px;
        height: 50px;
        font-size: 23px;
    }

    .philosophy-text {
        font-size: 16px;
    }

    .five-philosophy-list {
        max-height: 280px;
    }

    .num-flex {
        column-gap: 11px;
    }

    .num-flex .num {
        font-size: 24px;
    }

    .italic-border {
        height: 38px;
    }

    .num-title {
        font-size: 19px;
    }

    .small-text-position {
        margin-left: 26px;
        font-size: 13px;
    }
}

@media screen and (max-width: 768px) {
    .philosophy-content_container {
        padding: 54px 0;
    }

    .philosophy-list_container {
        margin-top: 36px;
    }

    .en-philosophy {
        font-size: 24px;
    }

    .philosophy-title {
        font-size: 26px;
        margin-top: 12px;
    }

    .en-philosophy-small {
        font-size: 15px;
    }

    .philosophy-item {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 10px;
        padding: 16px 20px;
    }

    .philosophy-title-design {
        width: 180px;
        min-width: 180px;
        height: 40px;
        font-size: 18px;
    }

    .five-philosophy_container {
        margin-top: 42px;
    }
    .five-philosophy-item:nth-child(1) { order: 1; }
    .five-philosophy-item:nth-child(2) { order: 4; }
    .five-philosophy-item:nth-child(3) { order: 2; }
    .five-philosophy-item:nth-child(4) { order: 5; }
    .five-philosophy-item:nth-child(5) { order: 3; }

    .philosophy-title-img {
        content: url(../images/five-philosophy-title_mb.png);
        max-width: 400px;
        margin: auto;
    }

    .five-philosophy-list {
        max-height: none;
        margin-top: 16px;
    }

    .small-text-position {
        margin-left: 0px;
        font-size: 13px;
        margin-top: 6px;
    }
}

@media screen and (max-width: 700px) {
    .five-philosophy-item {
        width: 100%;
    }
}

.recruitment-content_container {
    max-width: 1000px;
    width: 90%;
    margin: auto;
    margin-top: 83px;
    margin-bottom: 83px;
}

.no-recruitment {
    font-size: clamp(1rem, 0.534rem + 1.49vw, 1.25rem);
    font-weight: 500;
    margin-top: 20px;
}

@media screen and (max-width: 768px) {
    .recruitment-content_container {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

.company-content_container {
    max-width: 1200px;
    width: 90%;
    margin: auto;
    margin-top: 83px;
}

.company-table {
    margin-top: 20px;
    width: 100%;
}

.company-table th, .company-table td {
    padding: 12px 0;
    font-size: 18px;
}

.th-head {
    width: 140px;
    text-align: left;
    font-weight: 400;
}

.td-content {
    padding-left: 60px !important;
}

.company-link {
    color: #328ACC;
}

.company-link .icon-anchor {
    margin-left: 4px;
}

.company-link .icon-anchor:before {
    color: #328ACC;
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    .company-content_container {
        margin-top: 50px;
    }

    .company-table th, .company-table td {
        font-size: 15px;
    }

    .th-head {
        width: 120px;
    }

    .td-content {
        padding-left: 20px !important;
    }
}

@media screen and (max-width: 600px) {
    .company-table th, .company-table td {
        display: block;
        width: 100%;
    }

    .th-head {
        padding-top: 18px !important;
        padding-bottom: 0 !important;
    }

    .td-content {
        padding-top: 8px !important;
        padding-bottom: 0 !important;
    }
}