@charset 'UTF-8';

html {
    font-family: "游明朝体",
        "Yu Mincho",
        YuMincho,
        "ヒラギノ明朝 Pro",
        "Hiragino Mincho Pro",
        "MS P明朝",
        "MS PMincho",
        'Zen Kaku Gothic New',
        -apple-system,
        BlinkMacSystemFont,
        Roboto,
        "Segoe UI",
        "Helvetica Neue",
        HelveticaNeue,
        YuGothic,
        "Yu Gothic Medium",
        "Yu Gothic",
        Verdana,
        Meiryo,
        sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.8;
    color: #5d5149;
    scroll-behavior: smooth;
}

.sp_display {
    display: none;
}

.wrap {
    overflow-x: hidden;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 17px 60px 10px 100px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 11%;
    background: #3a442b;
}

.header-nav {
    display: flex;
    margin: 10px 10px;
}

.header-nav ul {
    display: flex;
}

.header-nav ul li {
    margin: 10px 10px;
}

.header-nav ul li a {
    font-size: 17px;
    color: #b3b3b3;
}

.kv {
    position: relative;
}

.kv img {
    width: 100%;
}

.kv .box {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.kv .box h2 {
    font-size: 24px;
    color: #fff;
    display: inline-block;
    line-height: 1.5;
}

.wrap {
    background: #b3b3b3;
    overflow: hidden;
}

.kv img {
    border-bottom-left-radius: 1000px 100px;
    border-bottom-right-radius: 1000px 100px;
}

.policy {
    background-color: #b3b3b3;
    height: 900px;
    width: 100%;
}

.policy span {
    top: 30px;
}

.products {
    background: #cccccc;
    border-top-left-radius: 1000px 100px;
    border-top-right-radius: 1000px 100px;
    border-bottom-left-radius: 1000px 100px;
    border-bottom-right-radius: 1000px 100px;
    height: 1200px;
}

.content {
    padding: 70px 0;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.content h2 span {
    font-size: 17px;
}

.title {
    padding-top: 70px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

.title span {
    position: relative;
    font-weight: bold;
}

.title span::before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url("../images/icon02.png");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    left: -40px;
    top: 6px;
}

.title span::after {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(../images/icon02.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    left: -40px;
    top: 6px;
}

.headline {
    text-align: center;
}

.headline .content {
    position: relative;
}

.headline .content::after {
    content: "";
    display: inline-block;
    width: 80px;
    height: 80px;
    background-image: url(../images/icon01.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 0px;
    bottom: -30px;
}

.headline h1 {
    font-size: 30px;
    font-weight: bold;
    color: #eeead0;
}

.headline p {
    font-size: 18px;
    margin-top: 30px;
    line-height: 1.8;
}

.privacy {
    margin-top: 70px;
    background-color: #fff;
    color: black;
}

.privacy h2 {
    font-weight: bold;
}

.privacy p {
    font-size: 13px;
    text-align: left;
}

.works {
    position: relative;
    top: 0px;
    left: 110px;
    width: 750px;
    height: 610px;
    background: #cccccc;
}

.works p {
    position: absolute;
    width: 100%;
    height: 300px;
    padding: 50px;
    font-size: 25px;
}

.works img {
    position: absolute;
    top: 350px;
    left: 690px;
    width: 580px;
    box-shadow: 8px 8px #3a442b;
}

.products ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px;
}

.products ul li {
    width: 30%;
}

.products ul li figure figcaption h2 {
    font-size: 5px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}

.products ul li figure figcaption p {
    font-size: 17px;
}

.contact .content-discription{
    text-align: center;
}


footer {
    background: #3a442b;
    color: #fff;
    padding: 70px 0 0;
}

.footer-nav ul {
    display: flex;
    justify-content: center;
}

.footer-nav ul li {
    margin: 0 8px;
}

.footer-nav ul li a {
    font-size: 20px;
    font-weight: bold;
}

footer .border {
    max-width: 740px;
    width: 90%;
    border-top: 1px solid #fff;
    margin: 30px auto;
}

footer {
    text-align: center;
}

footer .sns {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

footer .sns li {
    margin: 0 5px;
}

footer .sns li a img {
    width: 20px;
    height: 20px;
}

.foot-logo {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.foot-logo a {
    margin: 0 5px;
}

.mgb {
    display: block;
    content: "";
    height: 22.5px
}

.mgr{
    display: block;
    content: "";
    height: 0px  
}

/*お問い合わせフォーム*/
.Form {
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
    max-width: 720px;
  }
  .contact-center{
    text-align: center;
  }
  .Form-Item-Phone {
    width: 100%;
    max-width: 248px;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-size: 18px;
    padding-left: 55px;
  }
  @media screen and (max-width: 769px) {
    .Form-Item-Phone {
      max-width: inherit;
      display: flex;
      align-items: center;
      font-size: 15px;
      padding-left: 0px;
    }
  }
  @media screen and (max-width: 769px) {
    .Form {
      margin-top: 40px;
    }
  }
  .Form-Item {
  
    padding-top: 24px;
    padding-bottom: 24px;
    width: 100%;
    display: flex;
    align-items: center;
  }
  @media screen and (max-width: 769px) {
    .Form-Item {
      padding-left: 14px;
      padding-right: 14px;
      padding-top: 16px;
      padding-bottom: 16px;
      flex-wrap: wrap;
    }
  }
  .Form-Item:nth-child(5) {
  
  }
  .Form-Item-Label {
    width: 100%;
    max-width: 248px;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-size: 18px;
  }
  @media screen and (max-width: 769px) {
    .Form-Item-Label {
      max-width: inherit;
      display: flex;
      align-items: center;
      font-size: 15px;
    }
  }
  .Form-Item-Label.isMsg {
    margin-top: 8px;
    margin-bottom: auto;
  }
  @media screen and (max-width: 769px) {
    .Form-Item-Label.isMsg {
      margin-top: 0;
    }
  }
  .Form-Item-Label-Required {
    border-radius: 6px;
    margin-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 48px;
    display: inline-block;
    text-align: center;
    background: #7e7e7d;
    color: #fff;
    font-size: 14px;
  }
  @media screen and (max-width: 769px) {
    .Form-Item-Label-Required {
      border-radius: 4px;
      padding-top: 4px;
      padding-bottom: 4px;
      width: 32px;
      font-size: 10px;
    }
  }
  .Form-Item-Input {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-left: 40px;
    padding-left: 1em;
    padding-right: 1em;
    height: 48px;
    flex: 1;
    width: 100%;
    max-width: 410px;
    background: #eaedf2;
    font-size: 18px;
  }
  @media screen and (max-width: 769px) {
    .Form-Item-Input {
      margin-left: 0;
      margin-top: 18px;
      height: 40px;
      flex: inherit;
      font-size: 16px;
    }
  }
  .Form-Item-Textarea {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-left: 40px;
    padding-left: 1em;
    padding-right: 1em;
    height: 216px;
    flex: 1;
    width: 100%;
    max-width: 410px;
    background: #eaedf2;
    font-size: 18px;
  }
  @media screen and (max-width: 769px) {
    .Form-Item-Textarea {
      margin-top: 18px;
      margin-left: 0;
      height: 200px;
      flex: inherit;
      font-size: 16px;
    }
  }
  .Form-Btn {

    font-size: 25px;
    font-weight: bold;
    width: 200px;
    padding: 5px 0;
    background: #3a442b;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    display: block;
    margin: 50px auto 0;
    letter-spacing: 10px;
  }
  @media screen and (max-width: 769px) {
    .Form-Btn {
      margin-top: 24px;
      padding-top: 8px;
      padding-bottom: 8px;
      width: 160px;
      font-size: 16px;
    }
  }
/*お問い合わせフォーム*/


@media screen and (max-width:769px) {
    .pc_display {
        display: none;
    }

    .sp_display {
        display: block;
    }

    .kv {
        position: relative;
    }

    .kv img {
        width: 100%;
    }

    .kv .box {
        position: absolute;
        top: 65%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        padding: 0;
    }

    .kv .box h2 {
        font-size: 3.5vw;
        color: #fff;
        display: inline-block;
        line-height: 1.5;
        width: max-content;
    }

    .content {
        margin-left: auto;
        margin-right: auto;
        padding: -100px 0;
    }

    header {
        padding: 0 0 0 10px;
        opacity: 1.0;
    }

    .header-nav {
        display: block;
    }

    #header .toggle-menu {
        display: inline-block;
        cursor: pointer;
        width: 70px;
        height: 50px;
        position: relative;
        z-index: 1001;
        top: 0;
        right: 0;
        background: #3a442b;
    }

    #header .toggle-menu .toggle-line {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        text-indent: -9999px;
        width: 30px;
        height: 4px;
        background-color: #b3b3b3;
        border-radius: 50px;
    }

    #header .toggle-menu .toggle-line::before,
    #header .toggle-menu .toggle-line::after {
        content: "";
        position: absolute;
        left: 0;
        width: 30px;
        height: 4px;
        background-color: #b3b3b3;
        -webkit-transition: .4s;
        border-radius: 50px;
    }


    #header .toggle-menu .toggle-line::before {
        top: -11px;
        -webkit-animation: menu-barTop 0.6s forwards;
        animation: menu-barTop 0.6s forwards;
    }

    #header .toggle-menu .toggle-line::after {
        top: 11px;
        -webkit-animation: menu-barBottom 0.6s forwards;
        animation: menu-barBottom 0.6s forwards;
    }

    #header.open .toggle-menu .toggle-line {
        height: 0;
    }

    #header.open .toggle-menu .toggle-line::before {
        transform: rotate(-45deg);
        transition: .4s;
        top: -5px;
    }

    #header.open .toggle-menu .toggle-line::after {
        transform: rotate(45deg);
        transition: .4s;
        top: -5px;
    }

    .header-nav {
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        transform: translateX(100%);
        background: #3a442b;
        z-index: 1000;
        transition: 0.3s ease-out;
        padding: 100px 5% 0;
    }

    #header.open .header-nav {
        transform: translateX(45%);
    }

    .header-nav ul {
        display: block;
    }

    .header-nav ul li a {
        color: #b9c0b9;
        font-size: 12px;
    }

    .headline .content::before {
        width: 65px;
        height: 65px;
        right: 20px;
        bottom: 0;
    }

    .headline p {
        font-size: 10px;
        text-align: left;
        margin-top: 20px;
    }

    .title {
        padding-top: 0px;
        font-size: 25px;
    }


    .policy {
        position: relative;
        height: inherit;
        display: flex;
        align-items: center;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .works {
        margin-left: auto;
        margin-right: auto;
        left: 0;
        width: 100%;
        height: auto;
        top: inherit;
    }

    .works h1 {
        width: 100%;
    }

    .works p {
        position: inherit;
        font-size: 100%;
        width: 100%;
        height: inherit;
    }

    .works img {
        position: inherit;
        top: inherit;
        left: inherit;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        box-shadow: none;
    }

    .products {
        margin-top: 50px;
        height: auto;
        text-align: center;
    }

    .products ul {
        display: block;
    }

    .products ul li {
        font-size: 12px;
        margin-top: 30px;
        width: 100%;
    }

    .products ul li figure figcaption p {
        font-size: 8px;
        text-align: center;
        margin-top: 10px;
    }

    footer {
        padding: 50px 0;
    }

    .footer-nav ul {
        flex-wrap: wrap;
    }

    .footer-nav ul li {
        margin: 0 13px;
    }

    .footer-nav ul li a {
        font-size: 18px;
    }

    footer .border {
        margin: 30px auto 20px;
    }

    footer p {
        font-size: 16px;
    }

    footer .sns {
        margin-top: 40px;
    }

    .foot-logo {
        display: block;
    }

    .foot-logo a {
        display: block;
        margin: 5px;
    }

    .sp_flex {
        display: flex;
        justify-content: center;
    }

    footer .content {
        padding: 30px 0;
    }

    .mgb{
        display: inline-block;
    }

    .mgr{
        display: inline-block;
    }
}