img, iframe {
    max-width: 100%;
    max-height: 100%;
}

body {
    font-family: karla, "Noto Sans JP", YuGothic, "游ゴシック","Yu Gothic Medium","Yu Gothic", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
    color: #111;
    font-size: 1rem;
    letter-spacing: 0.03em;
}

@media screen and (min-width: 769px) {
    .sp {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {
    .pc {
        display: none !important;
    }
}

a {
    transition: 0.2s;
}

a:hover {
    opacity: 0.7;
}

.drawer_button * {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    font: inherit;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: left;
    text-decoration: none;
    list-style: none;
}

.drawer_button {
    padding: 0px;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 16px;
    right: 4vw;
    background: #1d2087;
    border: none;
    text-align: center;
    letter-spacing: 0.1em;
    cursor: pointer;
    outline: none;
    z-index: 1002;
    /* transition: 0.2s; */
    color: #000;
}

.drawer_button .drawer_bar {
    background: #fff;
    display: block;
    width: 28px;
    height: 2px;
    transition: all 0.2s;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.drawer_button .drawer_bar1 {
    top: 40%;
}

.drawer_button .drawer_bar2 {
    top: 56%;
}

.drawer_button .drawer_bar3 {
    top: 69%;
}

.drawer_button.active .drawer_bar {
    /* width: 35.36px; */
    /* left: 7.5px */
}

.drawer_button.active .drawer_bar1 {
    top: 32%;
    transform: translate(-50%,9px) rotate(-45deg);
    transform-origin: center;
}

.drawer_button.active .drawer_bar2 {
    top: 65%;
    transform: translate(-50%,-8px) rotate(45deg);
    transform-origin: center;
}

.drawer_button.active .drawer_menu_text {
    display: none;
}

.drawer_button.active .drawer_close {
    display: block;
}

.drawer_text {
    width: 100%;
    position: absolute;
    bottom: -20px;
    left: 0;
    text-align: center;
    font-size: 10px;
}

.drawer_close {
    letter-spacing: 0.08em;
    display: none;
}

.drawer {
    /* visibility: hidden; */
    opacity: 0;
    transition: 0.5s;
    width: 100%;
    height: 100vh;
    /* max-height: 600px; */
    /* min-height: 900px; */
    padding: 32px 24px 90px;
    /* padding-right: 80px; */
    /* width: 0; */
    z-index: 1000;
    transform: translateY(-120%);
    position: fixed;
    top: 0;
    right: 0;
    overflow: scroll;
}

.drawer.open {
    /* border-radius: 0 0 0 20px; */
    background: #f4f4f4;
    /* visibility: visible; */
    opacity: 1;
    /* width: auto; */
    /* position: relative; */
    transform: translate(0);
}

/*TOP*/
header {
    padding: 0 4vw;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fixLogo {
    width: auto;
    height: 28px;
}

.headNav {
    padding-top: 12px;
    display: flex;
    gap: 0 52px;
}

.headNav a {
    color: #1D2087;
}

.headTel {
    background: #1D2087;
    border-radius: 50px;
    padding: 0 28px 0 18px;
    height: 42px;
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    /* line-height: 24px; */
}

.headTel img {
    width: 14px;
    height: auto;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.headTel span + span:before {
    content: "";
    background: #fff;
    display: inline-block;
    width: 1px;
    height: 24px;
    margin: 0 12px;
    vertical-align: middle;
}

.topFv__visual {
}

.topFv__visual img {
}

.topFv__catch {
    position: absolute;
    left: 4vw;
    bottom: 60px;
    color: #fff;
}

.topFv {
    position: relative;
}

.topFv__catch h1 {
}

.topFv__catch h1 .large {
    font-size: 52px;
    font-weight: 600;
    line-height: 1.25em;
    display: block;
}

.topFv__catch h1 .small {
    margin-top: 16px;
    font-size: 18px;
    display: block;
}

span.scroll {
    padding-right: 32px;
    padding-bottom: 8px;
    border-bottom: 1px solid;
    position: absolute;
    right: 4vw;
    bottom: 24px;
    color: #fff;
    font-size: 14px;
    transform: rotate(90deg);
    transform-origin: bottom right;
}

span.scroll:after {
    content: "";
    background: #fff;
    display: block;
    width: 1px;
    height: 12px;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: rotate(-45deg);
    transform-origin: right bottom;
}

.l-wrap-l {
    margin: 0 auto;
    padding: 0 10vw;
    width: 100%;
    max-width: calc(1100px + 20vw);
    min-width: 1100px;
}

.about {
    margin-top: 120px;
    display: flex;
}

.topSectionTitle {
    color: #1d2087;
}

.topSectionTitle .en {
    font-size: 3rem;
    font-weight: 600;
    display: block;
    letter-spacing: 0.03em;
}

.topSectionTitle .jp {
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.03em;
}

.topSectionTitle.u-line:after {
    content: "";
    display: block;
    background: #1d2087;
    width: 32px;
    height: 1px;
    margin-top: 48px;
}

.aboutLines {
    margin-left: 9.5rem;
    line-height: 2em;
}

.aboutLines p {
    margin-top: 1.5em;
}

.aboutLines p:first-of-type {
    margin-top: 0;
}

.service {
    margin-top: 120px;
    display: flex;
    justify-content: space-between;
    gap: 60px;
}

.column-left {
    /* display: flex; */
    flex-shrink: 0;
}

.serviceLines {
    margin-top: 42px;
    width: 23.75rem;
}

.serviceLines h3 {
    font-size: 1.125rem;
    font-weight: 600;
    color: #1d2087;
}

.serviceLines p {
    margin-top: 20px;
    line-height: 2em;
}

.coulumn-right {
}

.serviceVisual {
    width: 38.75rem;
}

.serviceVisual img {
    width: 38.75rem;
}

.access {
    margin-top: 120px;
}

.accessWrap {
    display: flex;
    /* align-items: center; */
}

.accessLines {
    margin-left: 152px;
    padding-top: 0.5rem;
    line-height: 2em;
}

.accessMap {
    margin-top: 48px;
}

.company {
    margin-top: 90px;
    display: flex;
}

.companyList {
    width: 100%;
}

.CompanyItem {
    display: flex;
    align-items: stretch;
    width: 100%;
    /* height: 72px; */
}

.CompanyItem dt {
    background: #f4f4f4;
    border-top: 1px solid #fff;
    padding: 24px 0px;
    width: 152px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.CompanyItem dd {
    border-top: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
    width: 100%;
    padding: 24px 42px;
    display: flex;
    align-items: center;
}

.CompanyItem:last-child dt {
    border-bottom: 1px solid #fff;
}

.CompanyItem:last-child dd {
    border-bottom: 1px solid #f4f4f4;
}

.company .column-right {
    margin-left: 152px;
    width: 100%;
}

footer {
    margin-top: 90px;
    /* text-align: center; */
}

.footerHead {
    color: #fff;
}

.footerHead .en {
    font-size: 3rem;
    font-weight: 600;
    display: block;
}

.footerHead .jp {
    font-size: 0.875em;
}

.footerContact {
    background: url(../../img/top/foot-bg.jpg);
    background-size: cover;
    background-position: bottom;
    padding: 60px 10vw 110px;
    text-align: center;
}

.footerDesc {
    display: block;
    margin-top: 24px;
    color: #fff;
    line-height: 1.5em;
}

.footerNumber {
    margin-top: 24px;
    padding: 24px;
    border-top: 2px solid;
    border-bottom: 2px solid;
    font-size: 2.625rem;
    font-weight: 600;
    color: #fff;
}

.footerNumber span + span:before {
    content: "/";
    margin: 0 24px;
    display: inline-block;
}

.footerNav {
    padding: 32px 10vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footerNav__company {
    display: flex;
    align-items: center;
    gap: 24px;
}

.footerNav__company img {
    width: 240px;
    height: auto;
    flex-shrink: 0;
}

.footerNav__company span {
    display: block;
    flex-shrink: 0;
    font-size: 12px;
}

.footerNav__List {
    display: flex;
    /* gap: 24px; */
    font-weight: 600;
}

.footerNav__List a:before {
    content: "/";
    display: inline-block;
    margin-right: 16px;
    margin-left: 16px;
}

.footerNav__List a:last-child:after {
    content: "/";
    display: inline-block;
    margin-left: 16px;
}

.copyright {
    display: block;
    width: 100%;
    border-top: 1px solid #f4f4f4;
    padding: 24px 0 36px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
}

@media screen and (min-width: 1200px) {
    html {
        font-size: 16px;
    }
}

@media screen and (max-width: 1200px) {
    body {
        min-width:1080px;
    }

    .l-wrap-l {
        padding: 0 4vw;
    }

    .serviceVisual {
        width: 560px;
    }

    .footerContact {
        padding: 60px 4vw;
    }

    .footerNav {
        padding: 32px 4vw;
    }
}

@media screen and (max-width: 1080px) {
    body {
        min-width: unset;
    }

    .l-wrap-l {
        min-width: unset;
    }

    .topSectionTitle .en {
        font-size: 32px;
    }

    .serviceVisual {
        width: 100%;
    }

    .serviceLines p {
        font-size: 14px;
    }

    .service {
        justify-content: flex-start;
    }

    .aboutLines {
        font-size: 14px;
        margin-left: 90px;
    }

    .serviceLines {
        width: 312px;
    }

    html {
        font-size: 14px;
    }

    .serviceLines h3 {
        font-size: 16px;
    }

    margin-left {
        margin-left: 120px;
    }

    .accessMap iframe {
        height: 400px;
    }

    .fixLogo {
        height: 20px;
    }

    .headNav {
        gap: 24px;
    }

    .accessLines {
        margin-left: 90px;
    }

    .company .column-right {
        margin-left: 90px;
    }

    .footerNumber {
        font-size: 32px;
    }

    .footerNav__company {
    }

    .footerNav__company img {
        width: auto;
        height: 20px;
    }

    .footerNav__List a:before {
        margin-right: 8px;
        margin-left: 8px;
    }
}

@media screen and (max-width: 768px) {
    .spLogo {
        padding: 30px 4vw;
        height: 80px;
    }

    header {
        display: none;
    }

    .drawerNav {
        margin-top: 42px;
    }

    .drawerNavItem {
        width: 100%;
        border-bottom: 1px solid #c6c6d2;
        /* padding: 16px 0; */
        font-size: 18px;
        font-weight: 600;
        position: relative;
    }

    .drawerLogo img {
        width: 200px;
    }

    .drawerNavItem:first-child {
        border-top: 1px solid #c6c6d2;
    }

    .drawerNavItem a {
        display: block;
        padding: 16px 0;
        flex-grow: 1;
    }

    .drawerNavItem:after {
        content: ">";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .drawerContact__box.tel {
        margin-top: 60px;
        text-align: center;
    }

    .drawerBtnWrap {
        margin-top: 12px;
        font-size: 16px;
        font-weight: 600;
        display: inline-block;
    }

    .drawerContact__box.tel h3 {
        font-size: 16px;
        font-weight: 600;
    }

    .topFv__catch {
        bottom: 18px;
    }

    .topFv__catch h1 .large {
        font-size: 24px;
    }

    span.small {
    }

    .topFv__catch h1 .small {
        margin-top: 6px;
        font-size: 14px;
    }

    span.scroll {
        right: 42px;
        font-size: 12px;
    }

    .about {
        margin-top: 60px;
        flex-direction: column;
    }

    .topSectionTitle.u-line:after {
        margin-top: 24px;
    }

    .aboutLines {
        margin-top: 24px;
        margin-left: 0;
    }

    .topFv__visual {
        height: 240px;
    }

    .topFv__visual img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .aboutLines br {
        display: none;
    }

    .service {
        margin-top: 60px;
        flex-direction: column;
        gap: 0;
    }

    .access {
        margin-top: 60px;
    }

    .serviceLines h3 {
        margin-top: 32px;
    }

    .serviceLines {
        width: 100%;
    }

    .accessWrap {
        flex-direction: column;
    }

    .accessLines {
        margin-top: 24px;
        margin-left: 0;
    }

    .accessMap {
        margin-top: 24px;
    }

    .accessMap iframe {
        height: 240px;
    }

    .company {
        margin-top: 60px;
        flex-direction: column;
    }

    .company .column-right {
        margin-left: 0;
        margin-top: 24px;
    }

    .CompanyItem dt {
        /* padding: 12px; */
        width: 100px;
    }

    .CompanyItem dd {
        padding: 24px 24px;
    }

    footer {
        margin-top: 60px;
    }

    .footerDesc {
        text-align: left;
    }

    .footerNumber {
        font-size: 16px;
        padding: 24px 0;
    }

    .footerNumber span + span:before {
        margin: 0 12px;
    }

    .footerNav {
        padding-top: 42px;
        flex-direction: column;
    }

    .footerNav__company {
        gap: 12px;
        flex-direction: column;
    }

    .footerNav__List {
        margin-top: 32px;
    }
}
