/* 全体 */
* {
    margin: 0;
    padding: 0;
    color: #3d3d3d;
    font-family: "Zen Maru Gothic", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
    font-size: 24px;
}

body {
    width: 100%;
}

.section {
    background-color: #fefffa;
    width: 100%;
    text-align: center;
    padding: 32px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section2 {
    background-color: #fefffa;
    width: 100%;
    text-align: center;
    padding: 32px 0px 64px 0px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
}

/* 文字の大きさ指定 */
p {
    font-size: 1rem;
}

h1 {
    height: 1.6rem;
    font-size: 1.333rem;
    font-family: "Kaisei Decol";
    text-align: left;
    display: flex;
    vertical-align: middle;
    align-items: center;
}

h4 {
    height: 1.6rem;
    font-size: 1.333rem;
    font-family: "Kaisei Decol";
    text-align: left;
    display: table-cell;
    vertical-align: middle;
}

h2 {
    font-size: 2rem;
    font-family: "Kaisei Decol";
    /* height: 58px; */
    text-align: justify;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-bottom: 24px;
}

/* コピーライト */
h3 {
    font-size: 0.8rem;
    text-align: center;
    color: #3d3d3d;
    font-weight: lighter;
}

h5 {
    font-size: 0.8rem;
    text-align: center;
    color: #3d3d3d;
    font-weight: lighter;
}

/* ナビゲーション li */
a {
    font-family: "Kaisei Decol";
    text-decoration: none;
    font-size: 0.8rem;
    text-align: center;
}

button {
    font-family: "Kaisei Decol";
    text-decoration: none;
    font-size: 0.666rem;
    text-align: center;
    border: none;
    background: transparent;
}

/* ヘッダー */
header {
    position: fixed;
    background-color: #EBD8DA;
    height: 80px;
    display: flex;
    justify-content: space-around;
    width: 100%;
    align-items: center;
    z-index: 99;
}

.h1-parent {
    width: 80%;
    height: 1.6rem;
    display: flex;
    justify-content: space-between;
    text-align: center;
}

header ul,
footer ul {
    height: 1.6rem;
    display: flex;
    list-style: none;
    justify-content: space-between;
    text-align: center;
    align-items: center;
}


.menu {
    display: flex;
    justify-content: flex-end;
}

/* トップ */
.section1 {
    background-color: #fefffa;
    width: 100%;
    text-align: center;
    padding: 116px 0px 32px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-icon {
    max-width: 95%;
    width: 928px;
    height: auto;
}

/* スクロール */
.scroll {
    text-align: center;
    background-color: #fefffa;
    width: 100%;
}

.scroll1 {
    color: #8b8b8b;
}



/* about */
.about {
    border-radius: 32px;
    background-color: rgba(216, 235, 233, 0.3);
    box-shadow: 10px 10px 4px rgba(0, 0, 0, 0.2);
    height: auto;
    padding: 40px;
    max-width: 80%;
    width: 828px;
}

.p_about {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.p4 {
    margin-left: 24px;
    text-align: left;
    width: 70%;

}

.box {
    position: absolute;
    top: 125px;
    left: -6px;
    border-radius: 0px 0px 28px 28px;
    background-color: #ebd8da;
    border: 6px solid #ebd8da;
    box-sizing: border-box;
    width: 143px;
    height: 52px;
    text-align: center;
}


/* concept */
.concept {
    border-radius: 32px;
    background-color: rgba(255, 236, 161, 0.3);
    box-shadow: 10px 10px 4px rgba(0, 0, 0, 0.2);
    height: auto;
    padding: 40px;
    padding: 40px;
    max-width: 80%;
    width: 828px;
}

.btm-work {
    position: relative;
    width: 100%;
    height: 29px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-family: 'Zen Maru Gothic';
}

.img-icon {
    position: relative;
    object-fit: cover;
    width: 60%;
    max-width: 100%;
}

.p_concept {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.p3 {
    margin-left: 24px;
    text-align: left;
    width: 70%;
}

/* work */
.div4 {
    position: absolute;
    top: 0px;
    left: 0px;
    font-weight: 500;
}

.work {
    border-radius: 32px;
    background-color: rgba(235, 216, 218, 0.3);
    box-shadow: 10px 10px 4px rgba(0, 0, 0, 0.2);
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 40px;
    max-width: 80%;
    width: 828px;
    flex-wrap: nowrap;
    align-items: center;
}

.p_work {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.vector-icon1 {
    position: absolute;
    height: 36.14%;
    width: 2.69%;
    top: 33.69%;
    right: 0%;
    bottom: 30.17%;
    left: 97.31%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
}

.p2 {
    margin-left: 24px;
    text-align: left;
    width: 70%;
}

/* template */
.template {
    border-radius: 32px;
    background-color: rgba(216, 235, 233, 0.3);
    box-shadow: 10px 10px 4px rgba(0, 0, 0, 0.2);
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 40px;
    max-width: 80%;
    width: 828px;
    flex-wrap: nowrap;
    align-items: center;
}

.p_template {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.p1 {
    margin-left: 24px;
    text-align: left;
    width: 71%;
}

/* ボタン */
.btm {
    top: 0px;
    left: 0px;
    border-radius: 24px;
    background-color: #2ca3a3;
    width: 310px;
    height: 51px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
}

.btm a {
    font-family: 'Zen Maru Gothic';
    color: #FFF;
    position: relative;
    font-size: 20px;
    font-weight: 500;
}

.div4 {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 20px;
    color: #fff;
    font-family: 'Zen Maru Gothic';
    font-weight: 500;
}

.group {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vector-icon {
    height: 36.14%;
    width: 2.69%;
    top: 33.69%;
    right: 0%;
    bottom: 30.17%;
    left: 97.31%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
    padding-left: 16px;
}


.btm-work {
    position: relative;
    height: 51px;
    text-align: center;
}



/* フッター */
footer {
    width: 100%;
    background-color: #EBD8DA;
    padding-bottom: 16px;
}

.footer-nav {
    padding-top: 32px;
    padding-left: 10%;
    display: flex;
    justify-content: space-between;
}

.footer-title {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.footer-title img {
    height: 3rem;
}

.icon-sns img {
    height: 32px;
    padding-top: 16px;
    padding-left: 16px;
}

.menu2 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 12%;
}

header li {
    align-items: center;
    text-align: center;
    display: flex;
    align-items: center;
}

header li p {
    margin-top: 10px;
    margin-bottom: 0px;
}

/* ハンバーガー */
.menu-btn {
    position: fixed;
    top: 0px;
    right: 0px;
    display: flex;
    height: 80px;
    width: 80px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #EBD8DA;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #3d3d3d;
    position: absolute;
}

.menu-btn span:before {
    bottom: 8px;
}

.menu-btn span:after {
    top: 8px;
}

#menu-btn-check:checked~.menu-btn span {
    background-color: rgba(255, 255, 255, 0);
    /*メニューオープン時は真ん中の線を透明にする*/
}

#menu-btn-check:checked~.menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}

#menu-btn-check:checked~.menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

#menu-btn-check {
    display: none;
}

#menu-btn-check:checked~.menu-content {
    left: 21%;
    /*メニューを画面内へ*/
}

.menu-content {
    width: 253px;
    height: 370px;
    border-radius: 16px;
    position: fixed;
    top: 96px;
    left: 100%;
    /*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #fefffa;
    transition: all 0.5s;
    /*アニメーション設定*/
}

.menu-content ul {
    padding: 70px 10px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    border: solid;
}

.menu-content ul li {
    list-style: none;
    display: block;
}

.div {
    position: relative;
    font-weight: 500;
    color: #dd8997;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 25.43px;
    flex-shrink: 0;
}

.div1 {
    position: relative;
    font-weight: 500;
    text-align: right;
    cursor: pointer;
}

.div2 {
    position: relative;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 25.43px;
    flex-shrink: 0;
    cursor: pointer;
}

.div4 {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    left: 0%;
    border-radius: 5px;
    background-color: #2ca3a3;
}

.div5 {
    position: absolute;
    height: 54.76%;
    width: 76.19%;
    top: 23.81%;
    left: 11.9%;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.div3 {
    position: relative;
    width: 84px;
    height: 40px;
    cursor: pointer;
    color: #fff;
}

.nav {
    width: 169px;
    height: 216px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 32px;
}

.box1 {
    position: absolute;
    top: calc(50% - 110px);
    left: calc(50% - 94.5px);
    border-radius: 16px;
    background-color: #fefffa;
    border: 1px solid #8b8b8b;
    box-sizing: border-box;
    height: 264px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    padding: 24px 10px;
}

.h4 {
    position: absolute;
    top: calc(50% - 154px);
    left: calc(50% - 47.5px);
    font-size: 24px;
    font-weight: 500;
}

.nav-p {
    position: relative;
    width: 189px;
    height: 308px;
}

.box {
    position: relative;
    border-radius: 16px;
    background-color: #fefffa;
    border: 1px solid #8b8b8b;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    padding: 31px 32px;
    text-align: center;
    font-size: 16px;
    color: #3d3d3d;
    font-family: 'Kaisei Decol';
}

.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 16px;
    box-sizing: border-box;
    color: #3d3d3d;
    text-decoration: none;
    position: relative;
}

li {
    padding-right: 32px;
}

.menu-content ul li {
    font-size: 16px;
}

.pink {
    color: #dd8997;
}

.inquiry {
    width: 110px;
    color: #FFFFFF;
    text-align: center;
    display: block;
    background: #2ca3a3;
    border-radius: 5px;
    border: none;
    font-family: 'Kaisei Decol';
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* スマホメニュー内 */
.div-s {
    position: relative;
    font-weight: 500;
    color: #dd8997;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25.43px;
    flex-shrink: 0;
    font-family: 'Kaisei Decol';

}

.box1-s a {
    font-size: 16px;
}

.div1-s {
    position: relative;
    font-weight: 500;
    text-align: right;
    cursor: pointer;
    font-family: 'Kaisei Decol';
    color: #3d3d3d;
}

.div2-s {
    position: relative;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 25.43px;
    flex-shrink: 0;
    cursor: pointer;
    font-family: 'Kaisei Decol';
    color: #3d3d3d;
}

.div4-s {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    left: 0%;
    border-radius: 5px;
    background-color: #2ca3a3;
}

.div5-s {
    position: absolute;
    height: 54.76%;
    width: 76.19%;
    top: 23.81%;
    left: 11.9%;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Kaisei Decol';
    color: #fff;
}

.inquiry2 {
    width: 110px;
    color: #FFFFFF;
    text-align: center;
    display: block;
    border-radius: 5px;
    border: none;
    font-family: 'Kaisei Decol';
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.div3-s {
    position: relative;
    width: 84px;
    height: 40px;
    cursor: pointer;
    color: #fff;
}

.nav-s {
    width: 169px;
    height: 216px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
}

.box1-s {
    position: absolute;
    top: calc(50% - 110px);
    left: calc(50% - 94.5px);
    border-radius: 16px;
    background-color: #ffffff;
    border: 1px solid #8b8b8b;
    box-sizing: border-box;
    height: 264px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    padding: 24px 10px;
}

.h4-s {
    position: absolute;
    top: calc(50% - 154px);
    left: calc(50% - 47.5px);
    font-size: 24px;
    font-weight: 500;
    font-family: 'Kaisei Decol';
    color: #3d3d3d;
}

.nav-p-s {
    position: relative;
    width: 189px;
    height: 308px;
}

.box-s {
    position: relative;
    border-radius: 16px;
    background-color: #fefffa;
    border: 1px solid #8b8b8b;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    padding: 31px 32px;
    text-align: center;
    font-size: 16px;
    color: #3d3d3d;
    font-family: 'Kaisei Decol';
}



/* PCのみ */
@media screen and (min-width: 1025px) {

    /* ハンバーガーボタン */
    .hamburgerMenu {
        display: none;
        /*1025px以上では使用しない */
    }
}


/* スマホの表示 */
@media screen and (max-width: 1024px) {
    .kaigyo {
        display: none;
    }


    .scroll {
        display: none;
    }

    /* ナビの非表示 */
    .menu,
    .menu2 {
        display: none;
    }

    * {
        font-size: 16px;
    }

    .container {
        flex-direction: column;
    }

    .section1 {
        padding: 96px 0px 16px 0px;
    }

    .section {
        padding: 16px 0px;
    }

    .section2 {
        padding: 16px 0px 32px 0px;
    }

    .btm {
        margin-top: 16px;
        height: 42px;
        width: 256px;
    }

    .btm a {
        font-size: 16px;
    }

    h2 {
        font-size: 1.333rem;
        padding-bottom: 16px;
    }

    .p_about,
    .p_concept,
    .p_work,
    .p_template {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .p1,
    .p2,
    .p3,
    .p4 {
        margin-left: 8px;
        width: 100%;
    }

    .img {
        padding-top: 16px;
        width: 30%;
    }

    .about,
    .concept,
    .work,
    .template {
        padding: 24px;
    }

    .inquiry {
        font-size: 16px;
    }

    .icon-sns img {
        height: 24px;
        padding-top: 16px;
        padding-bottom: 16px;
        padding-left: 16px;
    }

    .footer-nav {
        padding-top: 32px;
        display: flex;
        justify-content: center;
        padding-left: 0%;
    }

}

.field {
    justify-content: space-evenly;
    display: flex;
    align-items: flex-end
}

.field p,
.field a {
    font-size: 0.6rem;
}