@charset "UTF-8";

body {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","Zen Maru Gothic" Meiryo, sans-serif;
    color: #000000;
}

img {
    width: 100%;
}

#aboutus,
#member,
#jobtype,
#entry {
    padding-top: 60px;
}

/* 横幅769px以上の時は表示 */
.pc-only {
    display: block;
}

/* 横幅768px以下の時は表示しない */
.sp-only {
    display: none;
}

/* スマホサイズの時のレスポンシブ設定、横幅768px以下の時 */
@media screen and (max-width: 768px) {
    .contents-inner {
        padding: 0 24px;
        max-width: 550px;
        margin: 0 auto;
    }

    .pc-only {
        display: none;
    }

    .sp-only {
        display: block;
    }

    #aboutus,
    #member,
    #jobtype,
    #entry {
        padding-top: 30px;
    }
    
}

/** -----------------------------------
    テキスト
-------------------------------------**/

/* セクションの日本語タイトル */
h2.large {
    font-weight: bold;
    font-size: 50px;
    letter-spacing: 0.05em;
    color: #c0d077;
}

/* エントリーセクションの日本語タイトル */
h2.large-entry {
    font-weight: bold;
    font-size: 40px;
    letter-spacing: 0.05em;
    color: #f2b17e;
}

/* セクションタイトルの下の説明文 */
p.large {
    font-size: 25px;
    line-height: 1.9;
    letter-spacing: 0.05em;
    font-weight: normal;
    color: #000;
    opacity: 0.8;
    text-align: center;
    margin: 30px 0 70px 0;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {
    h2.large {
        font-weight: bold;
        font-size: 26px;
        letter-spacing: 0.05em;
        color: #c0d077;
    }

    p.large {
        font-size: 18px;
        line-height: 1.9;
        letter-spacing: 0.05em;
        font-weight: normal;
        color: #000;
        opacity: 0.8;
        text-align: center;
        margin: 25px 0 40px 0;
    }

    h2.large-entry {
        font-weight: bold;
        font-size: 25px;
        letter-spacing: 0.05em;
        color: #f2b17e;
    }
}

/** -----------------------------------
    ボタン
-------------------------------------**/

.button-large {
    display: block;
    width: 270px;
    height: 70px;
    background-image: linear-gradient(#e75b3f, #f28631);
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.03em;
    font-weight: normal;
    line-height: 70px;
    text-align: center;
    border-radius: 35px;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 60px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);    
}

.button-large:hover{
    color: #e75b3f;
}

.button-large1{
    display: block;
    width: 270px;
    height: 70px;
    background-image: linear-gradient(#e75b3f, #f28631);
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.03em;
    font-weight: normal;
    line-height: 70px;
    text-align: center;
    border-radius: 35px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}

.button-large1:hover{
    color: #e75b3f;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {
    .button-large {
        margin: 0 auto;
        width: 226px;
        height: 60px;
        font-size: 17px;
        line-height: 60px;
        margin-bottom: 30px;
    }
}

/** -----------------------------------
    見出し
-------------------------------------**/
.contents-title {
    position: relative;
    max-width: 960px;
    width: 100%;
    padding: 70px;
    text-align: center;
    margin: 70px 0 40px 0;
}

span.section-subtitle {
    display: block;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {
    .contents-title {
        position: relative;
        max-width: 550px;
        width: 100%;
        padding: 30px;
        text-align: center;
        margin: 0 auto;
        margin-top: 20px;
    }

    span.section-subtitle {
        display: inline;
    }
}

/** -----------------------------------
    レイアウト
-------------------------------------**/
.contents-inner {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
}

.background-wave {
    width: 100%;
}

.col-3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.col-3-project {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.container {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
    margin-top: 80px;
    justify-content: space-between;
    margin-bottom: 50px;
}

.col-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

/** -----------------------------------
    ヘッダー
-------------------------------------**/
#header {
    background-color: rgba(255, 255, 255, .5);
    color: #ffffff;
    width: 100%;
    height: 70px;
    padding: 0 30px;
    position: fixed;
    top: 0;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap;
}

.header-logo {
    display: flex;
    align-items: center;
}

.header-logo a {
    width: 30%;
    padding: 0 20px;
}

.header-title {
    display: block;
    font-size: 20px;
    color: #ffffff;
    font-weight: normal;
    width: 15%;
    height: 25px;
    background-image: linear-gradient(#e75b3f, #f28631);
    line-height: 25px;
    text-align: center;
}

.gnav-pc-wrap {
    display: flex;
    justify-content: right;
    align-items: center;
    width: 100%;
}

ul.gnav-pc {
    display: flex;
    gap: 40px;
    margin-right: 10%;
    text-align: right;
    
}

ul.gnav-pc li  {
    position: relative;
    display: block;
    font-size: 20px;
    color: #000;
    font-weight: bold;
    position: relative;
    opacity: 0.8;
}


ul.gnav-pc li a:hover {
    color: #e75b3f;
}


.button-entry a {
    display: block;
    font-size: 20px;
    color: #fff;
    font-weight: bolder;
    line-height: 50px;
    width: 140px;
    height: 50px;
    background-image: linear-gradient(#e75b3f, #f28631);
    text-align: center;
    margin: 0 auto;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
    border-radius: 35px;
}

.button-entry a:hover{
    color: #f2b17e;
}

#menu-button {
    display: none;
}

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

/* スマホサイズの時のレスポンシブ設定、横幅768px以下の時 */
@media screen and (max-width: 768px) {
    #header {
        height: 60px;
        padding: 0;
        text-align: center;
    }

    .header-logo a {
        width: 45%;
        padding: 0 10px 0 15px;
    }

    .header-title {
        display: block;
        font-size: 12px;
        color: #ffffff;
        font-weight: normal;
        width: 18%;
        height: 22px;
        line-height: 22px;
        background-color: #f28631;
        text-align: center;
    }

    .gnav-pc-wrap {
        display: none;
    }

    #menu-button {
        display: block;
        width: 60px;
        height: 60px;
        padding: 22px 18px;
    }

    .menu-button-inner {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
    }

    .menu-button-inner span {
        display: block;
        height: 2px;
        width: 300%;
        background-color: #000000;
        position: absolute;
    }

    .menu-button-inner span:nth-child(1) {
        top: 0;
    }

    .menu-button-inner span:nth-child(2) {
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .menu-button-inner span:nth-child(3) {
        bottom: 0;
    }

    /* スマホ用メニューのスタイル */
    .gnav-sp-wrap {
        display: none;
        width: 100vw;
        height: 100vh;
        background-color: #fff;
        position: fixed;
        z-index: 100;
        padding-top: 100px;
    }

    ul.gnav-sp li {
        text-align: center;
        margin-bottom: 30px;
    }

    ul.gnav-sp li a {
        font-size: 20px;
        letter-spacing: 0.1em;
        color: #000;
        font-weight: bold;
    }
}

/** -----------------------------------
    メインビジュアル（mainvisual）
-------------------------------------**/
#mainvisual {
    width: 100%;
    height: calc(100vh - 70px);
    background-image: url("../images/mainvisual.jpeg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 70px;
    padding-bottom: 70px;
}

.copy-wrap {
    width: 100%;
    position: absolute;
    bottom: 12%;
    margin: 0 auto;
    text-align: center;
}

.mainvisual-subcopy {
    font-family: "Zen Maru Gothic","ab-clip-medium", sans-serif ;
    font-style: normal;
    color: #e75b3f;
    font-size: 6vw;
    font-weight: normal;
    opacity: 0.7;
    letter-spacing: 0.01em;
}

.mainvisual-logo {
    display: inline-block;
    max-width: 600px;
    width: 38%;
}

@media screen and (max-width: 768px) {
    #mainvisual {
        width: 100vw;
        height: 100vw;
        background-image: url("../images/mainvisual.jpeg");
        margin-top: 60px;
    }

    .mainvisual-subcopy {
        font-family: "ab-clip-medium", sans-serif;
        font-style: normal;
        color: #e75b3f;
        font-size: 7vw;
        font-weight: normal;
        opacity: 0.7;
        letter-spacing: 0.01em;
        margin-bottom: 10px;
    }

    .mainvisual-logo {
        display: inline-block;
        max-width: 600px;
        width: 45%;
    }
}

/** -----------------------------------
    私たちについて（aboutus）
-------------------------------------**/
#aboutus {
    padding-bottom: 70px;
}

.subcopy-small {
    font-family:  "ab-clip-medium",sans-serif;
    font-style: normal;
    color: #e75b3f;
    font-size: 40px;
    font-weight: normal;
    opacity: 0.7;
    letter-spacing: 0.01em;
    text-align: center;
    margin: 0 0 30px 0;
}

.aboutus-text {
    margin-bottom: 20px;
}

.aboutus-textArea {
    position: relative;
    text-align: center;
}

.large-aboutus {
    font-size: 24px;
    line-height: 2;
    letter-spacing: 0.08em;
    font-weight: normal;
    color: #000;
    opacity: 0.8;
    text-align: center;
    background-color: transparent;
}

.small-aboutus {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.9;
    letter-spacing: 0.05em;
    color: #000;
    opacity: 0.9;
    text-align: center;
}

.aboutus-img1 {
    position: absolute;
    max-width: 30%;
    top: -30%;
    left: -20%;
    background-color: transparent;
    z-index: -1;

}

.aboutus-img2 {
    position: absolute;
    max-width: 38%;
    top: 30%;
    right: -23%;
    background-color: transparent;
    z-index: -1;
}

.aboutus-img3 {
    position: absolute;
    max-width: 30%;
    bottom: -32%;
    left: -15%;
    background-color: transparent;
    z-index: -1;
}

.aboutus-bottomArea {
    width: 100%;
    position: relative;
    text-align: center;
}

.aboutus-circlecharm-img {
    max-width: 18%;
    margin: 0 auto;
}


.hand_charm {
    max-width: 66%;
    width: 100%;
    background-color: transparent;
    opacity: 0.9;
    margin: 0 auto;
    z-index: -1;
    mix-blend-mode: multiply;
}

.mission-box {
    position: absolute;
    text-align: center;
    bottom: 19%;
    z-index: 810;
    width: 100%;
    margin: 0 auto;
}

.aboutus-button {
    display: block;
    width: 60px;
    height: 60px;
    background-color: #f28631;
    color: #fff;
    line-height: 60px;
    border-radius: 30px;
    text-align: center;
    border: 2px solid #ffffff;
    margin: 0 auto;
    margin-top: 20px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}

.aboutus-arrow {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 24.7px;
    margin: 0 auto;
}

.aboutus-arrow::before,
.aboutus-arrow::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    width: 20px;
    height: 2px;
    border-radius: 9999px;
    background-color: #ffffff;
    transform-origin: calc(100% - 1px) 50%;
}

.aboutus-arrow::before {
    transform: rotate(39deg);
}

.aboutus-arrow::after {
    transform: rotate(-39deg);
}

.aboutus-img1-sp {
    display: none;
}

.aboutus-img2-sp {
    display: none;
}

.aboutus-img3-sp {
    display: none;
}

.circle{
    width: 180px;
    height: 180px;
    border-radius: 50%;
    position: absolute;
    left: 400px;
    bottom: -1350px;
    z-index: 10;
}

.circle2{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    left: 500px;
    bottom: -1350px;
    z-index: 100;
}


/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {
    .subcopy-small {
        font-family: "ab-clip-medium", sans-serif;
        font-style: normal;
        color: #f28631;
        font-size: 27px;
        font-weight: normal;
        opacity: 0.7;
        text-align: center;
        margin: 0 0 30px 0;
    }

    .large-aboutus {
        font-size: 17px;
        line-height: 1.8;
        letter-spacing: 0.02em;
        font-weight: normal;
        color: #000;
        opacity: 0.8;
        text-align: center;
        background-color: transparent;
    }

    .large-aboutus span {
        display: inline;
    }

    .aboutus-img1 {
        display: none;
    }

    .aboutus-img2 {
        display: none;
    }

    .aboutus-img3 {
        display: none;
    }

    .aboutus-img1-sp {
        display: block;
        position: absolute;
        max-width: 30%;
        top: -10%;
        left: -5%;
        background-color: transparent;
        z-index: -1;
        opacity: 50%;
    }

    .aboutus-img2-sp {
        display: block;
        position: absolute;
        max-width: 30%;
        top: 23%;
        right: -9%;
        background-color: transparent;
        z-index: -1;
        opacity: 50%;
    }

    .aboutus-img3-sp {
        display: block;
        position: absolute;
        max-width: 40%;
        top: 70%;
        left: -8px;
        background-color: transparent;
        z-index: -1;
        opacity: 50%;
    }

    .aboutus-circle-big {
        position: absolute;
        width: 50vw;
        height: 50vw;
        border-radius: 50%;
        background: #f28631;
        opacity: 0.2;
        filter: blur(18px);
        text-align: center;
        left: 23%;
        bottom: 3%;
        z-index: 800;
    }

    .hand_charm {
        max-width: 100%;
        width: 100%;
        background-color: transparent;
        opacity: 0.9;
        margin: 0 auto;
        z-index: -1;
    }

    .small-aboutus {
        font-size: 4vw;
        font-weight: bold;
        line-height: 1.9;
        letter-spacing: 0.05em;
        color: #000;
        opacity: 0.9;
        text-align: center;
    }

    .aboutus-button {
        display: block;
        width: 40px;
        height: 40px;
        background-color: #f28631;
        color: #fff;
        line-height: 48px;
        border-radius: 30px;
        text-align: center;
        border: 2px solid #ffffff;
        margin: 0 auto;
        margin-top: 10px;
        box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
    }

    .aboutus-arrow {
        position: relative;
        display: inline-block;
        width: 16px;
        height: 24.7px;
        margin: 0 auto;
    }

    .aboutus-arrow::before,
    .aboutus-arrow::after {
        content: "";
        position: absolute;
        top: calc(50% - 1px);
        right: 0;
        width: 14px;
        height: 2px;
        border-radius: 9999px;
        background-color: #ffffff;
        transform-origin: calc(100% - 1px) 50%;
    }

    .aboutus-arrow::before {
        transform: rotate(39deg);
    }

    .aboutus-arrow::after {
        transform: rotate(-39deg);
    }

    .mission-box {
        position: absolute;
        text-align: center;
        bottom: 16%;
        z-index: 810;
        width: 100%;
        margin: 0 auto;
    }


        .circle {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            position: absolute;
            left: 20px;
            bottom: -400px;
            z-index: 10;
        }
    
        .circle2 {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            position: absolute;
            left: 70px;
            bottom: -400px;
            z-index: 100;
        }
}

/** -----------------------------------
    事業内容（project）
-------------------------------------**/


.col-3-project .project-card {
    width: calc((100% - 60px)/3);
}

.project-upperArea {
    position: relative;
    margin-bottom: 10px;
}

.project-title {
    
    font-size: 25px;
    font-weight: bold;
    line-height: 1.9;
    letter-spacing: 0.05em;
    color: #000000;
    opacity: 0.8;
    text-align: center;
    padding: 10px 10px 10px 10px;
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    padding-bottom: 20px;
}

.project-text {
    position: relative;
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 0.08em;
    color: #000000;
    opacity: 0.7;
    text-align: left;
}



.project-upperArea img.project-photo {
    border-radius: 32px;
}


.circle3 {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    position: absolute;
    left: 1200px;
    bottom: -2550px;
    z-index: 10;
}

.circle4 {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    left: 1180px;
    bottom: -2500px;
    z-index: 100;
}


/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {

    .col-3-project .project-card {
        width: 100%;
    }

    .project-title {
        font-size: 20px;
        font-weight: bold;
        line-height: 1.9;
        letter-spacing: 0.05em;
        color: #000;
        opacity: 0.8;
        text-align: center;
        padding: 10px;
        background-color: rgba(255, 255, 255, 0.9);
        bottom: 0;
        width: 100%;
    }

    .project-text {
        position: relative;
        font-size: 16px;
        line-height: 1.8;
        letter-spacing: 0.08em;
        color: #000;
        opacity: 0.7;
        text-align: left;
        padding: 10px;
        margin-bottom: 50px;
    }

    .project-upperArea img.project-photo {
        border-radius: 32px;
    }

        .circle3 {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            position: absolute;
            left: 340px;
            bottom: -2250px;
            z-index: 10;
        }
    
        .circle4 {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            position: absolute;
            left: 320px;
            bottom: -2230px;
            z-index: 100;
        }

}

/** -----------------------------------
    メンバー紹介（member）
-------------------------------------**/
#member {
    background-color: #FFFFFF;
    padding-bottom: 70px;
}

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

.name-box {
    text-align: left;
    top: 20%;
    left: 5%;
}

/* 名前の部分 */
.member-name {
    font-weight: medium;
    font-size: 24px;
    line-height: 1.9;
    letter-spacing: 0.05em;
    text-align: center;
    opacity: 0.9;
}

.member-name-en {
    width: 60%;
}

/* セリフ部分、サンセリフ */
.member-comment {
    position: absolute;
    font-family: "Noto Serif JP", system-ui;
    font-size: 22px;
    line-height: 2;
    letter-spacing: 0.05em;
    color: #ffffff;
    text-align: left;
    padding: 10px 10px 10px 10px;
    /* background-color: #338098; */
    background-color: rgba(51, 128, 152, 0.8);
    top: 40%;
    left: 5%;
}

/* 部署名の部分 */
.member-division {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    color: #000;
    text-align: left;
    padding: 10px 10px 10px 10px;
    background-color: rgba(255, 255, 255, 0.8);
    bottom: 0;
    text-align: center;
}


.member-photo{
    border-radius: 35px;
}





/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {
    #member {
        padding-bottom: 50px;
    }

    .member-item {
        position: relative;
        width: 100%;
    }

    .name-box {
        left: 5%;
    }

    .member-name {
        font-size: 20px;
    }

    .member-name-en {
        width: 49%;
    }

    .member-comment {
        font-size: 17px;
        left: 5%;
        margin-top: 10px;
    }

    .member-division {
        font-size: 17px;
        line-height: 1.3;
    }

    .member-button {
        position: absolute;
        display: block;
        width: 50px;
        height: 50px;
        background-color: #f28631;
        color: #fff;
        line-height: 50px;
        border-radius: 30px;
        text-align: center;
        right: 2%;
        bottom: 2%;
        border: 2px solid #ffffff;
        box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
    }

    .member-arrow {
        position: relative;
        display: inline-block;
        width: 18px;
        height: 21.7px;
        margin: 0 auto;
    }

    .member-arrow::before,
    .member-arrow::after {
        content: "";
        position: absolute;
        top: calc(50% - 1px);
        right: 0;
        width: 18px;
        height: 2px;
        border-radius: 9999px;
        background-color: #ffffff;
        transform-origin: calc(100% - 1px) 50%;
    }
}

/** -----------------------------------
    働く環境（benefit）
-------------------------------------**/
#benefit {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.col-3 .benefit-card {
    width: calc((100% - 60px)/3);
    padding-bottom: 50px;
    height: auto;
}

.benefit-card-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.9;
    letter-spacing: 0.05em;
    text-align: center;
    opacity: 0.9;

    padding: 30px 0 30px 0;
}

.benefit-card-buttomArea {
    position: relative;
    height: auto;
    text-align: center;
    left: 70px;
}

.benefit-card-text {
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 0.08em;
    color: #000000;
    opacity: 0.7;
    text-align: left;
    padding: 30px;
    background-color: transparent;
}

.benefit-image {
    position: absolute;
    top: 0;
    mix-blend-mode: multiply;
}

.benefit-text{
    position: relative;
    top: 170px;
}

.benefit-text::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #f28631;
    opacity: 0.2;
    filter: blur(6px);
    left: 0%;
}


/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {
    .col-3 .benefit-card {
        width: 100%;
        padding-bottom: 150px;
    }

    .benefit-subtitle {
        display: inline;
    }

    .benefit-card-title {
        font-size: 18px;
        padding: 30px 0 30px 0;
    }

    .benefit-card-text {
        font-size: 16px;
        padding-top: 90px;
    }

    .benefit-image {
        /* max-width: 66%; */
        right: 10;
        max-width: 60%;
        width: 90%;
        
        /* top: -14%; */
    

    }

    .benefit-image img {
        height: 100%;
    }

    .container {
        margin-top: 50px;
    }
    .benefit-text::before{
        position: absolute;
        width: 60px;
        height: 60px;
        background: #f28631;
        filter: blur(6px);
        opacity: 0.2;
        top: 60px;
        left: 0%;
    }
}






/** -----------------------------------
    募集職種（jobtype）
-------------------------------------**/
#jobtype {
    background-color: #FFFFFF;
    padding-bottom: 30px;
}

.uk-accordion li {
    margin-bottom: 35px;
}

/* アコーディオン上 */
.uk-accordion-title {
    position: relative;
    display: block;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.9;
    letter-spacing: 0.05em;
    text-align: left;
    opacity: 0.8;
    padding: 24px 72px 24px 30px;
    padding-bottom: 24px;
    background-color: rgba(237, 119, 0, 0.2);
}

/* アコーディオン中身 */
.uk-accordion-content {
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 0.08em;
    color: #000000;
    opacity: 0.7;
    text-align: left;
    padding: 24px 72px 24px 32px;
    background-color: rgba(0, 0, 0, 0.0);
    margin-bottom: 20px;
    display: none;
}

/* アコーディオン用の下矢印 */
.uk-accordion-title::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 24px;

    content: "";
    display: inline-block;
    vertical-align: middle;
    color: #f28631;
    line-height: 1;
    width: 1em;
    height: 1em;
    border: 0.2em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
}

/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {
    .uk-accordion-title {
        font-size: 18px;
        opacity: 0.8;
        padding: 18px 30px 18px 1px;
    }

    .uk-accordion-content {
        font-size: 16px;
        padding: 25px;
    }

    .uk-accordion {
        max-width: 550px;
        margin: 0 auto;
    }

    .uk-accordion li {
        margin-bottom: 25px;
    }

}


/** -----------------------------------
    エントリー（entry）
-------------------------------------**/
#entry {
    position: relative;
    background-color: #ffffff;
    background-image: url(../images/AdobeStock_195698920.jpeg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    padding-bottom: 150px;
    padding-top: 150px;

}

#entry a.button-large {
    margin: 0 auto;
}

.large-entry-text {
    font-size: 24px;
    line-height: 2;
    letter-spacing: 0.08em;
    font-weight: normal;
    color: #000;
    opacity: 0.8;
    text-align: center;
    margin-bottom: 70px;
    z-index: 807;
    background-color: transparent;
}

.entry-text {
    margin-bottom: 20px;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {
    #entry {
        width: auto;
        background-image: url(../images/AdobeStock_195698920.jpeg);
        padding-top: 100px;
        padding-bottom: 100px;
        
    }


    .large-entry-text {
        font-size: 18px;
        line-height: 1.9;
        letter-spacing: 0.05em;
    }

    .large-entry-text {
        margin-bottom: 50px;
    }
}

/** -----------------------------------
    フッター
-------------------------------------**/
#footer {
    background-color: #ececec;
    text-align: center;
    padding: 40px 0;
    margin-top: 40px;
}

#footer a {
    color: #000;
}

.footer-link,
.copyright {
    font-size: 15px;
}

.copyright {
    color: #000;
    margin-top: 20px;
}

.footer-link li {
    display: inline;
    margin-right: 20px;
}

.footer-link li a:hover{
    color: #fff;
}




/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {
    #footer {
        padding: 20px 0;
        margin-top: 20px;
    }

    .footer-link li {
        display: block;
        text-align: center;
        margin-bottom: 5px;
    }

    .footer-link,
    .copyright {
        font-size: 11px;
        margin: 0 auto;
    }

    .copyright {
        color: #000;
        margin-top: 10px;
    }
}