@charset "UTF-8";

/* PC表示部 */
* {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  font-weight: normal;
  list-style: none;
}

a {
  text-decoration: none;
}

body {
    width: 100%;
}

header {
    position: fixed;
    z-index: 2;
    top: 0;
}

header h1 {
    display: none;
}

header h2 {
    display: block;
    position: fixed;
    width: 280px;
    height: 120px;
    border-bottom-right-radius: 20px;
    background-color: #fff;
    text-align: center;
}

header h2:hover {
    opacity: 80%;
}

header h2 img {
    position: absolute;
    top: 50%;
    left: 45px;
    transform: translateY(-50%);
    width: 180px;
}

#top_contact {
    position: fixed;
    right: 0%;
    margin-top: 2em;
    margin-right: 10em;
}

#tel_top {
    margin-right: 2em;
    font-weight: bold;
    font-style: normal;
    font-size: 120%;
    text-shadow:
    2px 2px 0 #FFF,
    -2px 2px 0 #FFF,
    -2px -2px 0 #FFF,
    2px -2px 0 #FFF;
}

.contact#top {
    width: 80px;
    text-align: center;
    border: 1px #000 solid;
    border-radius: 5em;
    padding: 0.7em 4em 0.6em;
    background-color: #000;
    color: #fff;
}

.contact#top:hover {
    opacity: 80%;
}

.humberger_pc {
    position: fixed;
    right: 0%;
    z-index: 1000;
    width: 100px;
    height: 100px;
    border-bottom-left-radius: 20px;
    text-align: center;
    background-color: #ccc;
}

.humberger_pc:hover {
    opacity: 80%;
}

.humberger_pc span {
    display: block;
    border-top: 5px solid #000;
    border-radius: 1px;
    width: 55%;
    margin: 0 auto;
    padding-top: 0.7em;
}

.humberger_pc span#hum_top {
    margin-top: 1em;
    transition: 1s;
}

.humberger_pc span#hum_center {
    transition: 1s;
}

.humberger_pc span#hum_bottom {
    transition: 1s;
}

.humberger_pc p {
    font-weight: bold;
    font-style: normal;
}

span.active#hum_top {
    transform: translateX(3px) translateY(15px) rotate(-45deg);
    transition: 1s;
}

span.active#hum_center {
    opacity: 0;
    transition: 1s;
}

span.active#hum_bottom{
    transform: translateX(-3px) translateY(-15px) rotate(45deg);
    transition: 1s;
}

nav#nav_top {
    width: 50vw;
    height: 100%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: #202020;
    position: fixed;
    right: -50vw;
    z-index: 999;
}

nav#nav_top h2 {
    display: none;
}

ul#menu1 li,
ul#menu2 li {
    padding-bottom: 1em;
}

ul#menu1 li a,
ul#menu2 li a {
    color: #fff;
    font-weight: normal;
    font-style: normal;
    font-size: 120%;
}

ul#menu1 {
    position: absolute;
    top: 7em;
    left: 5vw;
}

ul#menu2 {
    position: absolute;
    top: 7em;
    left: 30vw;
}

ul#menu3 {
    margin: 24em 0 0;
}

ul#menu3 li {
    display: inline;
}

.sns_icon {
    padding-left: 1em;
}

.sns_icon:hover {
    opacity: 80%;
}

ul#menu3 li#menu_logo {
    margin-left: 7vw;
}

#menu_logo img {
    width: 136px;
    height: 80px;
}

ul#menu3 li span#tel_menu {
    display: block;
    padding-top: 1em;
    color: #fff;
    font-weight: bold;
    font-style: normal;
    font-size: 150%;
    margin: 0 7vw;
}

.contact#menu {
    width: 100px;
    text-align: center;
    border-radius: 5em;
    margin: -2.5em 25vw 0;
    padding: 0.7em 4em 0.6em;
    background-color: #008000;
    color: #fff;
}

.contact#menu:hover {
    opacity: 80%;
}

h3#content {
    display: none;
}

h4#slider {
    display: none;
}

.slider {
    position: absolute;
    z-index: -2;
}

.slider img {
    width: 100%;
}

section#catchphrase {
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
    font-size: 400%;
    text-shadow:
    2px 2px 0 #FFF,
    -2px 2px 0 #FFF,
    -2px -2px 0 #FFF,
    2px -2px 0 #FFF;
}

span#dot {
    font-family: sans-serif;
}

section#news {
    width: 300px;
    background-color: #fff; 
    border: 3px solid #ccc;
    border-radius: 10px;
    margin: -3.5em 5em 0;
    padding: 1.5em;
}

section#news h4 {
    font-family: "Libertinus Mono", monospace;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5em;
}

section#news ul {
    margin-top: 1em;
}

section#what,
section#characteristics,
section#work {
    position: relative;
    z-index: 0;
    width: 1024px;
    margin: 7em auto 0;
}

#what h4,
#characteristics h4,
#work h4 {
    font-size: 50px;
    font-weight: bold;
    font-family: serif;
}

div.dots-line {
    border-top: dotted 8px #800000;
    margin: 7em auto 0;
    width: 1100px;
}

span.wavy {
    font-family: serif;
    font-weight: bold;
    text-decoration: underline wavy #008000;
}

span.green {
    color: #008000;
    font-family: serif;
    font-weight: bold;
}

.js-scroll.-slidein {
    transform: translateY(5rem);
}

.js-scroll.-slidein.js-active {
    transform: translateY(0);
    transition: transform 0.4s ease;
}

#what {
    display: flex;
    flex-direction: row-reverse;
}

#what img {
    width: 500px;
    height: 480px;
    border-radius: 20px;
    box-shadow: -15px 15px 5px #ccc;
}

#what article {
    margin-top: 4em;
    margin-right: 50px;
}

#what p {
    font-family: sans-serif;
    text-indent: 1em;
}

#what p.bold {
    font-weight: bold;
    margin: 1em 0 1em;
}

#characteristics {
    display: flex;
    flex-direction: row;
}

#characteristics img {
    width: 500px;
    height: 566px;
    border-radius: 20px;
    box-shadow: 15px 15px 5px #ccc;
}

#characteristics article {
    margin-top: 3em;
    margin-left: 100px;
}

#feature {
    margin-top: 3em;
}

#feature li {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 25px;
    margin-top: 0.5em;
}

#feature_page:before {
    font: var(--fa-regular);
    content: "\f144";
    font-family: FontAwesome;
    font-size: 2em;
    position: absolute;
    top: 6px;
    left: 10px;
}

#feature_page {
    position: relative;
    z-index: 1;
    font-size: 20px;
    color: #fff;
    background-color: #202020;
    border: 1px solid #202020;
    border-radius: 5em;
    width: 300px;
    text-align: center;
    margin-top: 3em;
    padding: 12px 0 13px;
}

#feature_page:hover {
    opacity: 80%;
}

#work {
    display: flex;
    flex-direction: row-reverse;
}

#work img {
    width: 480px;
    height: 362px;
    border-radius: 20px;
    box-shadow: -15px 15px 5px #ccc;
    margin-top: 7em;
}

#work article {
    margin-top: 2em;
    margin-right: 200px;
}

#work article h4 {
    position: absolute;
}

#task {
    margin-top: 7em;
}

#task li {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    margin-top: 0.5em;
    margin-left: 2em;
}

section#map {
    width: 95%;
    margin: 10em auto 1em;
    text-align: center;
}

#map h4 {
    font-size: 30px;
    font-family: serif;
    font-weight: bold;
    margin-bottom: 10px;
}

#googlemap iframe {
    border-radius: 20px;
    position: relative;
    z-index: 1;
}

footer {
    width: 100%;
    height: 310px;
    background-color: #202020;
    margin-top: -12em;
    padding-top: 12em;
    position: relative;
    z-index: 0;
}

footer h3 {
    display: none;
}

section#footer_contact {
    margin-left: 10vw;
    width: 500px;
}

section#footer_contact span img {
    width: 136px;
    height: 80px;
}

section#footer_contact span img:hover {
    opacity: 80%;
}

#footer_contact p {
    color: #fff;
    margin-top: 1em;
}

span#tel {
    display: block;
    color: #fff;
    font-weight: normal;
    font-style: normal;
    font-size: 150%;
    margin: 1em 0 -1.8em;
}

.contact#footer {
    float: right;
    display: block;
    width: 100px;
    text-align: center;
    border-radius: 5em;
    margin-right: 3em; 
    padding: 0.7em 4em 0.6em;
    background-color: #008000;
    color: #fff;
}

.contact#footer:hover {
    opacity: 80%;
}

#footer_menu nav ul li a {
    color: #fff;
    font-size: 110%;
}

section#footer_menu {
    clear: right;
    float: right;
    color: #fff;
    font-family: sans-serif;
    font-weight: lighter;
    font-style: normal;
    font-size: 100%;
    margin-top: -11em;
    margin-right: 9vw;
}

#ul_left li,
#ul_right li {
    padding: 0.4em 0;
}

ul#ul_left {
    margin: 0 0 -12.5em;
}

li.sub_menu {
    margin-left: 3em;
}

ul#ul_right {
    margin-left: 17vw;
}

.clear {
    clear: both;
}

span p#copyright {
    display: block;
    color: #fff;
    margin: 5em 10vw;
    -webkit-margin-top-collapse: 5em;
}

#mov_top {
    z-index: 1000;
    position: fixed;
    right: 30px;
    bottom: 30px;
    padding: 15px 22px;
    border: 2px solid #008000;
    border-radius: 50%;
}

#mov_top:hover {
    opacity: 80%;
    cursor: pointer;
}

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

    body {
        width: auto;
    }

    header {
        position: fixed;
        z-index: 2;
        top: 0;
    }

    header h1 {
        display: none;
    }

    header h2 {
        display: block;
        position: fixed;
        width: 200px;
        height: 70px;
        border-bottom-right-radius: 20px;
        background-color: #fff;
        text-align: center;
    }

    header h2:hover {
        opacity: 80%;
    }

    header h2 img {
        position: absolute;
        top: 50%;
        left: 45px;
        transform: translateY(-50%);
        width: 100px;
    }

    #top_contact {
        display: none;
    }

    #tel_top,
    .contact#top {
        display: none;
    }

    .humberger_pc {
        position: fixed;
        right: 0%;
        z-index: 1000;
        width: 50px;
        height: 50px;
        border-bottom-left-radius: 0;
        text-align: center;
        background-color: #ccc;
    }

    .humberger_pc span {
        display: block;
        border-top: 2px solid #000;
        border-radius: 1px;
        width: 55%;
        margin: 0 auto;
        padding-top: 0.3em;
    }

    .humberger_pc span#hum_top {
        margin-top: 1em;
        transition: 1s;
    }

    .humberger_pc span#hum_center {
        transition: 1s;
    }

    .humberger_pc span#hum_bottom {
        transition: 1s;
    }

    .humberger_pc p {
        display: none;
    }

    span.active#hum_top {
        transform: translateX(3px) translateY(7px) rotate(-45deg);
        transition: 1s;
    }

    span.active#hum_center {
        opacity: 0;
        transition: 1s;
    }

    span.active#hum_bottom{
        transform: translateX(0px) translateY(-6px) rotate(45deg);
        transition: 1s;
    }

    nav#nav_top {
        width: 100%;
        height: 100%;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        background-color: #202020;
        position: fixed;
        right: -100%;
        z-index: 999;
    }

    nav#nav_top h2 {
        display: none;
    }

    ul#menu1 li,
    ul#menu2 li {
        padding-bottom: 1em;
    }

    ul#menu1 li a,
    ul#menu2 li a {
        color: #fff;
        font-weight: normal;
        font-style: normal;
        font-size: 120%;
    }

    ul#menu1 {
        display: none;
    }

    ul#menu2 {
        position: absolute;
        top: 4em;
        left: 25vw;
    }

    ul#menu3 {
        margin: 20em 0 0;
        text-align: center;
    }

    ul#menu3 li {
        display: inline;
    }

    .sns_icon {
        padding-left: 1em;
    }

    ul#menu3 li#menu_logo {
        margin-left: 0;
    }

    #menu_logo img {
        width: 136px;
        height: 80px;
    }

    ul#menu3 li span#tel_menu {
        display: block;
        padding-top: 1em;
        color: #fff;
        font-weight: bold;
        font-style: normal;
        font-size: 150%;
        margin: 0;
        text-align: center;
    }

    .contact#menu {
        width: 100px;
        text-align: center;
        border-radius: 5em;
        margin: 1em auto 0;
        padding: 0.7em 4em 0.6em;
        background-color: #008000;
        color: #fff;
    }

    h3#content {
        display: none;
    }

    h4#slider {
        display: none;
    }

    .slider {
        position: absolute;
        z-index: -2;
    }

    .slider img {
        width: 90%;
        margin: 1em auto 0;
        border-radius: 10px;
    }

    section#catchphrase {
        display: none;
    }

    span#dot {
        font-family: sans-serif;
    }

    section#news {
        width: 300px;
        background-color: #fff; 
        border: 3px solid #ccc;
        border-radius: 10px;
        margin: -3.5em auto 0;
        padding: 1.5em;
    }

    section#news h4 {
        font-family: "Libertinus Mono", monospace;
        font-weight: 400;
        font-style: normal;
        font-size: 1.5em;
    }

    section#news ul {
        margin-top: 1em;
    }

    section#what,
    section#characteristics,
    section#work {
        position: relative;
        z-index: 0;
        width: 80%;
        margin: 0 auto;
    }

    #what h4,
    #characteristics h4,
    #work h4 {
        font-size: 30px;
        font-weight: bold;
        font-family: serif;
    }

    div.dots-line {
        border-top: dotted 8px #800000;
        margin: 4em auto 0;
        width: 90%;
    }

    span.wavy {
        font-family: serif;
        font-weight: bold;
        text-decoration: underline wavy #008000;
    }

    span.green {
        color: #008000;
        font-family: serif;
        font-weight: bold;
    }

    .js-scroll.-slidein {
        transform: translateY(5rem);
    }

    .js-scroll.-slidein.js-active {
        transform: translateY(0);
        transition: transform 0.4s ease;
    }

    #what {
        display: block;
    }

    #what img,
    #characteristics img,
    #work img {
        display: none;
    }

    #what article {
        margin-top: 2em;
        margin-right: 0;
    }

    #what p {
        font-family: sans-serif;
        text-indent: 1em;
    }

    #what p.bold {
        font-weight: bold;
        margin: 1em 0 1em;
    }

    #characteristics {
        display: block;
    }

    #characteristics article {
        margin: 3em auto 0;
    }

    #feature {
        margin-top: 3em;
    }

    #feature li {
        font-family: "Noto Sans JP", sans-serif;
        font-size: 25px;
        margin-top: 0.5em;
    }

    #feature_page:before {
        font: var(--fa-regular);
        content: "\f144";
        font-family: FontAwesome;
        font-size: 2em;
        position: absolute;
        top: 6px;
        left: 10px;
    }

    #feature_page {
        position: relative;
        z-index: 1;
        font-size: 20px;
        color: #fff;
        background-color: #202020;
        border: 1px solid #202020;
        border-radius: 5em;
        width: 300px;
        text-align: center;
        margin: 3em auto 0;
        padding: 12px 0 13px;
    }

    #feature_page:hover {
        opacity: 80%;
    }

    #work {
        display: block;
    }

    #work article {
        margin: 2em auto 0;
    }

    #work article h4 {
        position: static;
    }

    #task {
        margin-top: 2em;
    }

    #task li {
        font-family: "Noto Sans JP", sans-serif;
        font-size: 20px;
        margin-top: 0.5em;
        margin-left: 0;
    }

    section#map {
        width: 95%;
        margin: 10em auto 1em;
        text-align: center;
    }

    #map h4 {
        display: none;
    }

    #googlemap iframe {
        border-radius: 20px;
        position: relative;
        z-index: 1;
    }

    footer {
        width: auto;
        height: 310px;
        background-color: #202020;
        margin-top: -12em;
        padding-top: 12em;
        position: relative;
        z-index: 0;
    }

    footer h3 {
        display: none;
    }

    section#footer_contact {
        margin: 0 auto;
        width: fit-content;
    }

    section#footer_contact span img {
        width: 136px;
    }

    section#footer_contact span img:hover {
        opacity: 80%;
    }

    #footer_contact p {
        color: #fff;
        margin-top: 1em;
    }

    span#tel {
        display: block;
        color: #fff;
        font-weight: normal;
        font-style: normal;
        font-size: 150%;
        margin: 0.5em 0 0;
    }

    a#sp {
        display: block;
        width: fit-content;
    }

    .contact#footer {
        float: none;
        display: block;
        text-align: center;
        border-radius: 5em;
        width: fit-content;
        margin: 0.5em auto 0; 
        padding: 0.7em 4em 0.6em;
        background-color: #008000;
        color: #fff;
    }

    .contact#footer:hover {
        opacity: 80%;
    }

    #footer_menu nav ul li a {
        color: #fff;
        font-size: 110%;
    }

    section#footer_menu {
        clear: none;
        float: none;
        display: none;
    }

    #ul_left li,
    #ul_right li {
        padding: 0;
    }

    ul#ul_left {
        margin: 0;
    }

    li.sub_menu {
        margin-left: 0;
    }

    ul#ul_right {
        margin-left: 0;
    }

    .clear {
        clear: none;
    }

    span p#copyright {
        display: block;
        color: #fff;
        text-align: right;
        margin-top: 2em;
        -webkit-margin-top-collapse: 5em;
    }

    #mov_top {
        display: none;
    }
}
