@charset "utf-8";


/************************************
body
************************************/
body {
    padding-top: 9rem!important;
}


/************************************
#company
************************************/
@media screen and (min-width: 768px) {
	#company {
		width: 100%;
	}
    
    #company>hgroup {
        box-sizing: border-box;
        border-left: 0.5rem solid var(--blue);
		width: 100rem;
        padding-left: 2rem;
        margin: 0 auto 3rem;
    }
    
    #company>hgroup p {
        color: var(--bw1);
        font-size: 1.4rem;
        font-weight: var(--regular);
        margin-bottom: 1.5rem;
    }
    
    #company>hgroup h2 {
        font-family: "Inter", sans-serif;
        color: var(--bw1);
        font-size: 4.4rem;
        font-weight: 500;
        letter-spacing: 0.02em;
    }
    
    #company .profile_wrapper {
        display: flex;
        justify-content: space-between;
		width: 100rem;
        padding-bottom: 10rem;
        margin: 0 auto;
    }
    
    #company .profile_wrapper .menu {
        display: flex;
        flex-direction: column;
        gap: 2rem 0;
        width: 15rem;
    }
    
    #company .profile_wrapper .menu li {
        width: 100%;
    }
    
    #company .profile_wrapper .menu li a {
        position: relative;
        display: block;
        color: var(--bw1);
        font-size: 1.8rem;
        font-weight: var(--bold);
        border-bottom: 0.1rem solid var(--bw1);
        width: 100%;
        padding: 1rem 0;
    }
    
    #company .profile_wrapper .menu li a::after {
        position: absolute;
        display: block;
        content: "\f061";
        align-content: center;
        font-family: "Font Awesome 6 Free";
        color: var(--bw1);
        font-size: 1.8rem;
        line-height: 1em;
        font-weight: 900;
        text-align: right;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }
    
    #company .profile_wrapper .container {
        width: 80rem;
    }
    
    #company .profile_wrapper .container #photo {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 4.5rem;
    }
    
    #company .profile_wrapper .container #photo li {
        width: 37.5rem;
    }
    
    #company .profile_wrapper .container #photo li img {
        width: 100%;
        height: 20rem;
    }
    
    #company .profile_wrapper .container #photo li h3 {
        display: block;
        align-content: center;
        box-sizing: border-box;
        background-color: var(--blue);
        color: var(--bw5);
        font-size: 1.4rem;
        font-weight: var(--regular);
        width: 100%;
        padding: 0.5rem 1rem;
    }
    
    #company .profile_wrapper .container #profile {
        width: 100%;
    }
    
    #company .profile_wrapper .container #profile h3, #company .business_wrapper .container #business h3, #company .access_wrapper .container #access h3 {
        position: relative;
        box-sizing: border-box;
        color: var(--bw1);
        font-size: 3.6rem;
        font-weight: var(--bold);
        width: 100%;
        padding: 2rem;
    }
    
    #company .business_wrapper .container #business h3, #company .access_wrapper .container #access h3 {
        margin-bottom: 1rem;
    }
    
    #company .profile_wrapper .container #profile h3::before, #company .business_wrapper .container #business h3::before, #company .access_wrapper .container #access h3::before {
        position: absolute;
        display: block;
        content: "";
        width: 4.25rem;
        height: 4.25rem;
        border-top: 0.1rem solid var(--bw1);
        border-left: 0.1rem solid var(--bw1);
        top: 0;
        left: 0;
    }
    
    #company .profile_wrapper .container #profile ul li {
        display: flex;
        justify-content: space-between;
    }
    
    #company .profile_wrapper .container #profile ul li h4 {
        color: var(--bw1);
        font-size: 1.6rem;
        line-height: 2.6rem;
        font-weight: var(--bold);
        border-bottom: 0.1rem solid var(--bw3);
        width: 18rem;
        padding: 2rem 0;
    }
    
    #company .profile_wrapper .container #profile ul li .text {
        display: flex;
        flex-wrap: wrap;
        gap: 0 2.4rem;
        border-bottom: 0.1rem solid var(--bw3);
        width: 60.4rem;
        padding: 2rem 0;
    }
    
    #company .profile_wrapper .container #profile ul li .text p, #company .profile_wrapper .container #profile ul li .text tbody tr td {
        position: relative;
        color: var(--bw1);
        font-size: 1.6rem;
        line-height: 2.6rem;
        font-weight: var(--regular);
    }
    
    #company .profile_wrapper .container #profile ul li .text p::after {
        position: absolute;
        display: block;
        content: "／";
        color: var(--bw1);
        font-size: 1.6rem;
        line-height: 2.6rem;
        font-weight: var(--regular);
        top: 0;
        right: -2rem;
    }
    
    #company .profile_wrapper .container #profile ul li .text p:last-child::after {
        display: none;
    }
    
    #company .profile_wrapper .container #profile ul li .text tbody tr {
        display: flex;
        gap: 0 4rem;
    }
    
    #company .profile_wrapper .container #profile ul li .text tbody tr .year {
        min-width: 7rem;
    }
    
    #company .business_wrapper {
        background-color: var(--beige);
        width: 100%;
        padding: 6rem 0 10rem;
    }
    
    #company .business_wrapper .container {
        display: flex;
        justify-content: flex-end;
		width: 100rem;
        margin: 0 auto;
    }
    
    #company .business_wrapper .container #business {
        width: 80rem;
    }
    
    #company .business_wrapper .container #business ol {
        display: flex;
        flex-direction: column;
        gap: 1rem 0;
        width: 100%;
    }
    
    #company .business_wrapper .container #business ol li {
        display: flex;
        justify-content: space-between;
        background-color: var(--bw5);
        box-sizing: border-box;
        width: 100%;
        padding: 2.5rem;
    }
    
    #company .business_wrapper .container #business ol li hgroup {
        box-sizing: border-box;
        border-right: 0.1rem solid var(--bw3);
        width: 13.8rem;
    }
    
    #company .business_wrapper .container #business ol li hgroup .number {
        font-family: "Inter", sans-serif;
        color: var(--blue);
        font-size: 2rem;
        font-weight: 400;
        letter-spacing: 0.02em;
    }
    
    #company .business_wrapper .container #business ol li hgroup h4 {
        color: var(--bw1);
        font-size: 2.4rem;
        font-weight: var(--regular);
    }
    
    #company .business_wrapper .container #business ol li hgroup h4 span {
        color: var(--blue);
    }
    
    #company .business_wrapper .container #business ol li .text {
        box-sizing: border-box;
        align-content: center;
        width: 59.4rem;
    }
    
    #company .business_wrapper .container #business ol li .text h5 {
        color: var(--blue);
        font-size: 1.6rem;
        line-height: 2.6rem;
        font-weight: var(--bold);
    }
    
    #company .business_wrapper .container #business ol li .text p {
        color: var(--bw1);
        font-size: 1.6rem;
        line-height: 2.6rem;
        font-weight: var(--regular);
        margin-bottom: 1rem;
    }
    
    #company .business_wrapper .container #business ol li .text p:last-child {
        margin-bottom: 0;
    }
    
    #company .access_wrapper {
        width: 100%;
        padding: 6rem 0;
    }
    
    #company .access_wrapper .container {
        display: flex;
        justify-content: flex-end;
		width: 100rem;
        margin: 0 auto;
    }
    
    #company .access_wrapper .container #access {
        width: 80rem;
    }
    
    #company .access_wrapper .container #access ul {
        display: flex;
        flex-direction: column;
        gap: 3rem 0;
        width: 100%;
    }
    
    #company .access_wrapper .container #access ul li {
        width: 100%;
    }
    
    #company .access_wrapper .container #access ul li .map {
        width: 100%;
        height: 36rem;
    }
    
    #company .access_wrapper .container #access ul li .map iframe {
        width: 100%;
        height: 100%;
    }
    
    #company .access_wrapper .container #access ul li .info {
        display: flex;
        justify-content: space-between;
        box-sizing: border-box;
        background-color: var(--beige);
        width: 100%;
        padding: 0 2.5rem;
    }
    
    #company .access_wrapper .container #access ul li .info h4 {
        color: var(--bw1);
        font-size: 1.6rem;
        line-height: 2.6rem;
        font-weight: var(--regular);
        padding: 2.5rem 0;
    }
    
    #company .access_wrapper .container #access ul li .info h4 span {
        color: var(--blue);
        font-size: 3rem;
        line-height: 3.4rem;
    }
    
    #company .access_wrapper .container #access ul li .info .text {
        width: 48rem;
    }
    
    #company .access_wrapper .container #access ul li .info .text .address, #company .access_wrapper .container #access ul li .info .text .car {
        padding: 2.5rem 0;
    }
    
    #company .access_wrapper .container #access ul li .info .text .address {
        border-bottom: 0.1rem solid var(--bw3);
    }
    
    #company .access_wrapper .container #access ul li .info .text .address p, #company .access_wrapper .container #access ul li .info .text .car p {
        color: var(--bw1);
        font-size: 1.6rem;
        line-height: 2.6rem;
        font-weight: var(--regular);
    }
    
    #company .access_wrapper .container #access ul li .info .text .car p {
        flex: 1;
    }
    
    #company .access_wrapper .container #access ul li .info .text .car {
        display: flex;
        align-items: center;
        gap: 0 1rem;
    }
    
    #company .access_wrapper .container #access ul li .info .text .car img {
        width: 4rem;
        height: 2rem;
    }
}

@media screen and (max-width: 767px) {
	#company {
		width: 100%;
	}
    
    #company>hgroup {
        box-sizing: border-box;
        border-left: 0.5rem solid var(--blue);
        width: 34rem;
        padding-left: 2rem;
        margin: 0 auto 5rem;
    }
    
    #company>hgroup p {
        color: var(--bw1);
        font-size: 1.4rem;
        font-weight: var(--regular);
        margin-bottom: 1.5rem;
    }
    
    #company>hgroup h2 {
        font-family: "Inter", sans-serif;
        color: var(--bw1);
        font-size: 4.4rem;
        font-weight: 500;
        letter-spacing: 0.02em;
    }
    
    #company .profile_wrapper {
		width: 100%;
        padding-bottom: 10rem;
    }
    
    #company .profile_wrapper .menu {
        display: flex;
        flex-direction: column;
        gap: 2rem 0;
        width: 34rem;
        margin: 0 auto 6rem;
    }
    
    #company .profile_wrapper .menu li {
        width: 100%;
    }
    
    #company .profile_wrapper .menu li a {
        position: relative;
        display: block;
        color: var(--bw1);
        font-size: 1.8rem;
        font-weight: var(--bold);
        border-bottom: 0.1rem solid var(--bw1);
        width: 100%;
        padding: 1rem 0;
    }
    
    #company .profile_wrapper .menu li a::after {
        position: absolute;
        display: block;
        content: "\f061";
        align-content: center;
        font-family: "Font Awesome 6 Free";
        color: var(--bw1);
        font-size: 1.8rem;
        line-height: 1em;
        font-weight: 900;
        text-align: right;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }
    
    #company .profile_wrapper .container {
        width: 34rem;
        margin: 0 auto;
    }
    
    #company .profile_wrapper .container #photo {
        display: flex;
        flex-direction: column;
        gap: 3rem 0;
        width: 100%;
        margin-bottom: 5rem;
    }
    
    #company .profile_wrapper .container #photo li {
        width: 100%;
    }
    
    #company .profile_wrapper .container #photo li img {
        width: 100%;
        height: 18rem;
    }
    
    #company .profile_wrapper .container #photo li h3 {
        display: block;
        align-content: center;
        box-sizing: border-box;
        background-color: var(--blue);
        color: var(--bw5);
        font-size: 1.4rem;
        font-weight: var(--regular);
        width: 100%;
        padding: 0.5rem 1rem;
    }
    
    #company .profile_wrapper .container #profile {
        width: 100%;
    }
    
    #company .profile_wrapper .container #profile h3, #company .business_wrapper .container #business h3, #company .access_wrapper .container #access h3 {
        position: relative;
        box-sizing: border-box;
        color: var(--bw1);
        font-size: 3.6rem;
        font-weight: var(--bold);
        width: 100%;
        padding: 2rem;
    }
    
    #company .business_wrapper .container #business h3, #company .access_wrapper .container #access h3 {
        margin-bottom: 1rem;
    }
    
    #company .profile_wrapper .container #profile h3::before, #company .business_wrapper .container #business h3::before, #company .access_wrapper .container #access h3::before {
        position: absolute;
        display: block;
        content: "";
        width: 4.25rem;
        height: 4.25rem;
        border-top: 0.1rem solid var(--bw1);
        border-left: 0.1rem solid var(--bw1);
        top: 0;
        left: 0;
    }
    
    #company .profile_wrapper .container #profile ul li {
        display: flex;
        justify-content: space-between;
    }
    
    #company .profile_wrapper .container #profile ul li h4 {
        color: var(--bw1);
        font-size: 1.6rem;
        line-height: 2.6rem;
        font-weight: var(--bold);
        border-bottom: 0.1rem solid var(--bw3);
        width: 10rem;
        padding: 2rem 0;
    }
    
    #company .profile_wrapper .container #profile ul li .text {
        display: flex;
        flex-wrap: wrap;
        gap: 0 2.4rem;
        border-bottom: 0.1rem solid var(--bw3);
        width: 23.4rem;
        padding: 2rem 0;
    }
    
    #company .profile_wrapper .container #profile ul li .text p, #company .profile_wrapper .container #profile ul li .text tbody tr td {
        position: relative;
        color: var(--bw1);
        font-size: 1.6rem;
        line-height: 2.6rem;
        font-weight: var(--regular);
    }
    
    #company .profile_wrapper .container #profile ul li .text p::after {
        position: absolute;
        display: block;
        content: "／";
        color: var(--bw1);
        font-size: 1.6rem;
        line-height: 2.6rem;
        font-weight: var(--regular);
        top: 0;
        right: -2rem;
    }
    
    #company .profile_wrapper .container #profile ul li .text p:last-child::after {
        display: none;
    }
    
    #company .profile_wrapper .container #profile ul li .text tbody tr {
        display: flex;
        gap: 0 4rem;
    }
    
    #company .profile_wrapper .container #profile ul li .text tbody tr .year {
        min-width: 7rem;
    }
    
    #company .business_wrapper {
        background-color: var(--beige);
        width: 100%;
        padding: 6rem 0 10rem;
    }
    
    #company .business_wrapper .container {
		width: 34rem;
        margin: 0 auto;
    }
    
    #company .business_wrapper .container #business {
        width: 100%;
    }
    
    #company .business_wrapper .container #business ol {
        display: flex;
        flex-direction: column;
        gap: 1rem 0;
        width: 100%;
    }
    
    #company .business_wrapper .container #business ol li {
        background-color: var(--bw5);
        box-sizing: border-box;
        width: 100%;
        padding: 0 2.5rem;
    }
    
    #company .business_wrapper .container #business ol li hgroup {
        display: flex;
        align-items: flex-end;
        gap: 0 1rem;
        box-sizing: border-box;
        border-bottom: 0.1rem solid var(--bw3);
        width: 100%;
        padding: 2.5rem 0;
    }
    
    #company .business_wrapper .container #business ol li hgroup .number {
        font-family: "Inter", sans-serif;
        color: var(--blue);
        font-size: 2rem;
        font-weight: 400;
        letter-spacing: 0.02em;
    }
    
    #company .business_wrapper .container #business ol li hgroup h4 {
        color: var(--bw1);
        font-size: 2.4rem;
        font-weight: var(--regular);
    }
    
    #company .business_wrapper .container #business ol li hgroup h4 span {
        color: var(--blue);
    }
    
    #company .business_wrapper .container #business ol li .text {
        box-sizing: border-box;
        align-content: center;
        width: 100%;
        padding: 2.5rem 0;
    }
    
    #company .business_wrapper .container #business ol li .text h5 {
        color: var(--blue);
        font-size: 1.6rem;
        line-height: 2.6rem;
        font-weight: var(--bold);
    }
    
    #company .business_wrapper .container #business ol li .text p {
        color: var(--bw1);
        font-size: 1.6rem;
        line-height: 2.6rem;
        font-weight: var(--regular);
        margin-bottom: 1rem;
    }
    
    #company .business_wrapper .container #business ol li .text p:last-child {
        margin-bottom: 0;
    }
    
    #company .access_wrapper {
        width: 100%;
        padding: 6rem 0;
    }
    
    #company .access_wrapper .container {
		width: 34rem;
        margin: 0 auto;
    }
    
    #company .access_wrapper .container #access {
        width: 100%;
    }
    
    #company .access_wrapper .container #access ul {
        display: flex;
        flex-direction: column;
        gap: 3rem 0;
        width: 100%;
    }
    
    #company .access_wrapper .container #access ul li {
        width: 100%;
    }
    
    #company .access_wrapper .container #access ul li .map {
        width: 100%;
        height: 23rem;
    }
    
    #company .access_wrapper .container #access ul li .map iframe {
        width: 100%;
        height: 100%;
    }
    
    #company .access_wrapper .container #access ul li .info {
        box-sizing: border-box;
        background-color: var(--beige);
        width: 100%;
        padding: 0 2.5rem;
    }
    
    #company .access_wrapper .container #access ul li .info h4 {
        color: var(--bw1);
        font-size: 1.6rem;
        line-height: 2.6rem;
        font-weight: var(--regular);
        padding-top: 2.5rem;
    }
    
    #company .access_wrapper .container #access ul li .info h4 span {
        color: var(--blue);
        font-size: 3rem;
        line-height: 3.4rem;
    }
    
    #company .access_wrapper .container #access ul li .info .text {
        width: 100%;
    }
    
    #company .access_wrapper .container #access ul li .info .text .address, #company .access_wrapper .container #access ul li .info .text .car {
        padding: 2.5rem 0;
    }
    
    #company .access_wrapper .container #access ul li .info .text .address {
        border-bottom: 0.1rem solid var(--bw3);
    }
    
    #company .access_wrapper .container #access ul li .info .text .address p, #company .access_wrapper .container #access ul li .info .text .car p {
        color: var(--bw1);
        font-size: 1.6rem;
        line-height: 2.6rem;
        font-weight: var(--regular);
    }
    
    #company .access_wrapper .container #access ul li .info .text .car p {
        flex: 1;
    }
    
    #company .access_wrapper .container #access ul li .info .text .car {
        display: flex;
        align-items: center;
        gap: 0 1rem;
    }
    
    #company .access_wrapper .container #access ul li .info .text .car img {
        width: 4rem;
        height: 2rem;
    }
}