/******************** common *********************/

/* font */
.menufont {
    /* font-family: "Ranchers", sans-serif; */
    font-family: "Londrina Solid", sans-serif;
    /* font-family: "Bungee", sans-serif; */
    color: #172a88;
    font-size: larger;
    letter-spacing: 0.1em;
}

.menufont a {
    text-decoration: none;
}


.contentfont {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #0c164b;
}

.right-txt {
    text-align-last: right;
}

a {
    color: #172a88;
}

.bold {
    font-weight: bold;
}

.point {
    object-fit: cover;
    height: 1em;
}

.flex {
    display: inline;
}

hr {
    /* color: #172a88; */
    border: none;
    height: 1px;
    background-color: #172a88;
}


body {
    background-color: #fcda00;
    margin: 0;
}

#fixed-header {
    top: -10vh;
    width: 100%;
    height: 10vh;
    line-height: 10vh;
}

#fixed-header.is-show {
    top: 0;
}

.c-header {
    position: fixed;
    left: 0;
    align-items: center;
    background-color: #eeeeee40;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding: 1rem 2rem;
    width: 100%;
}


.c-header__logo img {
    height: 9vh;
    margin: 0.5vh;
    vertical-align: middle;
    object-fit: contain;
}

.c-header__list {
    box-sizing: border-box;
    display: flex;
    margin: 0;
    padding: 0;
}

.c-header__list-item {
    list-style: none;
    text-decoration: none;
}

.c-header__list-link {
    display: block;
    margin-right: 2em;
    text-decoration: none;
    padding: 1em 0;
    color: #172a88;
}

.c-header__list-link:hover {
    transform: scale(1.2);
}

.c-hamburger-menu {
    /* position: relative; */
}

@media screen and (max-width: 750px) {
    .c-hamburger-menu__list {
        background-color: #eeeeeead;
        /* カスタマイズしてください */
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        left: 0;
        padding: 2rem;
        position: absolute;
        transform: translateX(-100%);
        transition: 0.3s;
        top: 100%;
        width: 100%;
    }

    #hamburger:checked~.c-hamburger-menu__list {
        transform: translateX(0%);
        transition: 0.3s;
    }
}

.c-hamburger-menu__input {
    display: none;
}

.c-hamburger-menu__bg {
    background-color: #000;
    /* カスタマイズしてください */
    cursor: pointer;
    display: none;
    height: 100vh;
    left: 0;
    opacity: 0.4;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

#hamburger:checked~.c-hamburger-menu__bg {
    display: block;
}

.c-hamburger-menu__button {
    display: none;
}

@media screen and (max-width: 750px) {
    .c-hamburger-menu__button {
        align-items: center;
        appearance: none;
        background-color: transparent;
        border: none;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        gap: 5px;
        height: 32px;
        justify-content: center;
        width: 32px;
        /* カスタマイズしてください */
    }
}

.c-hamburger-menu__button-mark {
    background-color: #000;
    display: block;
    height: 1px;
    transition: 0.3s;
    width: 20px;
}

@media screen and (max-width: 750px) {
    #hamburger:checked~.c-hamburger-menu__button .c-hamburger-menu__button-mark:nth-of-type(1) {
        transform: translate(2px, 1px) rotate(45deg);
        transform-origin: 0%;
    }

    #hamburger:checked~.c-hamburger-menu__button .c-hamburger-menu__button-mark:nth-of-type(2) {
        opacity: 0;
    }

    #hamburger:checked~.c-hamburger-menu__button .c-hamburger-menu__button-mark:nth-of-type(3) {
        transform: translate(2px, 3px) rotate(-45deg);
        transform-origin: 0%;
    }
}

/* section common */
.content {
    min-height: 85vh;
    padding: 15vh 5vw;
}

.section-content {
    min-height: 70%;
    align-content: center;
    padding: 0 3rem;
}


.section {
    margin: 0;
    font-size: xx-large;
    color: #172a88;
}

.section-title {
    font-size: x-large;
    margin: 0;
}

.section-ul{
  /* padding: 0;
  position: relative; */
}

.section-ul li{
  /* color:#172a88;
  border-left: solid 8px #172a88; */
}

/* each section */

/* top */
.top {
    height: 100Vh;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-evenly;
    width: 50%;
    margin: 0 auto;
    padding: 0;
}

.logo_top {
    object-fit: cover;
    object-position: center center;
}

.top-menu {}

.top-menu-icon {
    display: flex;
    justify-content: center;
}

.top-menu-icon-sp {
    display: flex;
    justify-content: center;
}

.menu {
    margin: 0;
    padding: 0;
    font-size: xx-large;
    text-align: left;
}

.menuimgtxt img {
    object-fit: contain;
    min-width: 10vw;
    height: auto;
    padding: 0.5rem;
}



.menu-txt {
    color: #00000000;
    font-size: large;
    margin: 0;
    padding: 0;
}

.menuimgtxt:hover {
    transform: scale(1.2);
}

.menuimgtxt:hover .menu-txt {
    color: #172a88;
}

@media screen and (max-width: 760px) {
    .top-menu-icon {
        display: block;
    }

    .menu-txt {
        color: #172a88;
    }

    .section-content {
        padding: 0;
    }
}

.case-studies {
    background-color: aliceblue;
}

.case-studies h4{
       margin-bottom: 0;
}


#slideshow {
    width: 60vw;
    height: auto;
    overflow: hidden;
        margin-bottom: 2rem;
}

.slider {
    margin: 30px auto 0;
    max-width: 500px;
    width: 80%;
}

.slick-img img {
    height: auto;
    width: 100%;
}

#slideshow img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slick-prev:before, .slick-next:before{
    color: #172a88;
}

.slick-dots li button:before{
    color: #172a88;
}
.request {
    background-color: #d1d4e7;
}

.service {
    background-color: #eceed9;
}

.service-tabl th {
    vertical-align: text-top;
}

.service-tabl td {
    padding-left: 2em;
}

.about {
    background-color: #d1d4e7;
}