@charset "utf-8";

/* * {
    outline: 2px solid blue;
} */


html {
    scroll-behavior: smooth;
}

img {
    width: 100%;
}


/*** フォント調整 ***/

.fs-20 {
    font-size: 2.0rem;
}

.fs-41 {
    font-size: 4.1rem;
}


.fw-bold {
    font-weight: bold;
}



/*** 表示調整 ***/

.d-block_500 {
    display: none;
}

.pc_820 {
    display: block;
}

.sp_820 {
    display: none;
}

.d-block_1366 {
    display: none;
}

.d-block_374 {
    display: none;
}

.d-block_1160 {
    display: none;
}


/*** テキスト内折り返し ***/

.mass-container {
    display: inline-flex;
    flex-wrap: wrap;
}

.mass-container_c {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
}





/********** ヘッダー **********/

#logo {
    display: none;
}

.header-inner {
    width: 100%;
    justify-content: space-between;
    padding: 0 0 0 40px;
}

.header-logo {
    width: 260px;
    position: relative;
    z-index: 1;
}

.header-logo a {
    display: block;
    width: 100%;
    height: 100%;
}

.header-nav-list {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-nav_item {
    line-height: 80px;
    padding: 0 20px;
}

.header-nav_item:nth-of-type(5) {
    margin-right: 25px;
}

.header-nav_item > a {
    font-size: 1.4rem;
    font-weight: bold;
    position: relative;
    transition: 0.1s linear;
}

.header-nav_item-character > a:hover {
    color: #0004B2;
}

.header-nav_item-character > a::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 0;
	height: 2px;
	background: #0004B2;
	transition: 0.1s linear;
}

.header-nav_item-character > a:hover::before {
    width: 100%;
}

.header-nav_item_number {
    display: none;
}

.header-nav_item-recruit {
    width: 158px;
    background-color: #0004B2;
    transition: 0.1s linear;
}

.header-nav_item-recruit:hover {
    background-color: rgba(0, 4, 178, 0.65);
}

.header-nav_item-recruit > a {
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.header-nav_item-recruit > a::before {
    content: "";
    width: 31px;
    height: 31px;
    background-image: url(/img/sites/kowa-giken/00_logo_recruit.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.header-nav_item-contact {
    width: 158px;
    background-color: #050046;
    transition: 0.1s linear;
}

.header-nav_item-contact:hover {
    background-color: rgba(5, 0, 70, 0.65);
}

.header-nav_item-contact > a {
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.header-nav_item-contact > a::before {
    content: "";
    width: 23px;
    height: 18px;
    background-image: url(/img/sites/kowa-giken/00_logo_mail-white.png);
    background-repeat: no-repeat;
    background-size: contain;
}



/********** ページトップボタン **********/

.page-top_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background-color: #0004B2;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 3;
}

.page-top_btn::before {
    content: "";
    width: 28px;
    height: 24px;
    background-image: url(/img/sites/kowa-giken/00_scroll-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}



/********** お問い合わせリンク ********/

.top_link {
    width: 100%;
    height: 300px;
    display: flex;
    color: #FFF;
}

.top_link_mail {
    width: 50%;
    background-color: #0004B2;
    padding-top: 45px;
}

.top_link_mail_button {
    width: max(43.75%, 345px);
    font-size: 2.0rem;
    line-height: 3.4rem;
    font-weight: 400;
    white-space: nowrap;
    color: #171717;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    background-color: #FFF;
    border-radius: 50px;
    padding: 26px;
    margin: 0 auto;
    transition: 0.1s linear;
}

.top_link_mail_button::before {
    content: "";
    width: 45px;
    height: 34px;
    background-image: url(/img/sites/kowa-giken/00_logo_mail-black.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.top_link_mail:hover .top_link_mail_button {
    color: #FFF;
    background-color: #050046;
}

.top_link_mail:hover .top_link_mail_button::before {
    background-image: url(/img/sites/kowa-giken/00_logo_mail-white.png);
}

.top_link_mail_label, .top_link_tel_label {
    width: 100%;
    font-size: 2.1rem;
    line-height: 3.4rem;
    font-weight: 300;
    text-align: center;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(191, 191, 191, 0.5));
    padding: 30px 0;
    margin-bottom: 25px;
}

.top_link_tel {
    width: 50%;
    background-color: #050046;
    padding-top: 45px;
}

.top_link_mail_label {
    margin-bottom: 35px;
}

.top_link_tel-wrapper {
    text-align: center;
}

.top_link_tel_button {
    font-size: 3.9rem;
    line-height: 4.7rem;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 6px;
}

.top_link_tel_button::before {
    content: "";
    width: 45px;
    height: 45px;
    background-image: url(/img/sites/kowa-giken/00_logo_phone.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 6px;
}

.top_link_tel_time {
    font-size: 1.6rem;
    line-height: 2.3rem;
    font-weight: 300;
}



/********** フッター ********/

.footer {
    display: block;
    background: #FFF;
    position: relative;
    padding: 70px 24px 107px;
}

.footer-wrapper {
    width: min(100%, 875px);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
}

.footer-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
}

.footer_logo {
    max-width: 260px;
}

.footer_address {
    font-style: normal;
    font-size: 1.2rem;
    line-height: 1.9rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    margin-left: 66px;
}

.footer_address_text {
    font-weight: 200;
}

.footer_address_tel {
    font-weight: 300;
}

.footer_nav {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 75px;
}

.footer_nav_list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 17px;
}

.footer_nav-item a {
    font-size: 1.4rem;
    line-height: 2.0rem;
    font-weight: 300;
}

.footer_copyright {
    font-size: 1.1rem;
    font-weight: 200;
    position: absolute;
    bottom: 13px;
    left: 50%;
    transform: translate(-50%);
}



/********** HOME **********/


/*** トップページ：メインビジュアル ***/

.mv {
    position: relative;
    margin: 80px 0 120px;
}

.mv-img {
    width: 100%;
    height: calc(100vh - 80px);
}

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

.mv-heading {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 33px;
    position: absolute;
    top: 100px;
    left: 6.25vw;
}

.mv-heading_main {
    white-space: nowrap;
    text-shadow: 2px 2px 2.2px rgba(13, 48, 68, 0.25);
}

.mv-heading_main_top-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.6vw;
    margin-bottom: 25px;
}

.mv-heading_main_bottom-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.6vw;
}

.mv-heading_main_large {
    display: block;
    width: fit-content;
    font-size: 11.2rem;
    border: 5px solid #171717;
    box-shadow: 2px 2px 2.2px rgba(13, 48, 68, 0.25);
    padding: 0.9vw;
}

.mv-heading_main_small {
    font-size: 3.8rem;
}

.mv-heading_main_small-top {
    transform: translateY(35%);
}

.mv-heading_main_middle {
    display: block;
    width: fit-content;
    font-size: 6.0rem;
    letter-spacing: -0.049em;
    border: 5px solid #171717;
    box-shadow: 2px 2px 2.2px rgba(13, 48, 68, 0.25);
    padding: 0.61vw;
}

.mv-heading_lead {
    font-size: 2.6rem;
    line-height: 4.5rem;
    text-shadow: 2px 2px 2.2px rgba(13, 48, 68, 0.25);
}

.mv-heading_lead br {
    display: none;
}


/*** トップページ：h2見出し ***/

.section_heading-wrapper {
    max-width: 1140px;
    padding-left: 24px;
    margin: 0 auto;
}

.section_heading {
    width: fit-content;
    text-align: right;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 2.0rem;
    color: #0004B2;
    line-height: 2.9rem;
    padding-top: 0;
    margin-bottom: 0;
}


/*** トップページ：お知らせ ***/

.news-center {
    width: fit-content;
    max-width: 1140px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: min(6.7vw, 129px);
    padding: 0 24px;
    margin-bottom: 120px;
}

.news-center h2 {
    text-align: right;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 2.0rem;
    color: #0004B2;
    line-height: 2.9rem;
    padding-top: 0;
    margin-bottom: 0;
}

.section_heading_large {
    font-weight: 400;
    font-size: 9.6rem;
    line-height: 11.3rem;
    position: relative;
}

.section_heading_large::before {
    content: "";
    width: 130px;
    height: 1px;
    background-color: #0004B2;
    position: absolute;
    top: 0;
    left: 0;
}

.news-center .box {
    font-weight: 300;
    max-width: 800px;
    margin: 0;
}

.news-center .box dl {
    letter-spacing: 0;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    border: none;
}

.news-center .box dt, .news-center .box dd {
    border: none;
    padding: 0;
}

.news-center .box dt {
    font-size: 1.2rem;
    line-height: 3.4rem;
    text-indent: 0;
    width: 20%;
    border-bottom: 1px solid #D7D7D7;
    padding: 30px 0 30px 30px;
}

.news-center .box dt::after {
    content: none;
}

.news-center .box dd {
    font-size: 1.6rem;
    line-height: 3.4rem;
    text-indent: 0;
    width: 80%;
    border-bottom: 1px solid #D7D7D7;
    padding: 30px 0 30px 65px;
}


/*** トップページ：幸和技研社とは ***/

.top_about {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 86px;
}

.top_about_img {
    width: 58%;
}

.top_about-wrapper {
    width: 42%;
    box-sizing: border-box;
    padding-right: 24px;
    padding-left: min(8.2%, 158px);
    position: relative;
}

.top_about_heading {
    font-family: "Noto Serif JP", serif;
    font-size: 3.2rem;
    line-height: 4.6rem;
    font-weight: 400;
    display: inline-flex;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 75px;
}

.top_about_heading::after {
    content: "";
    width: 84px;
    height: 1px;
    background-color: #A8A8A8;
    position: absolute;
    bottom: -23px;
    left: 0;
}

.top_about_text {
    max-width: 543px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 3.4rem;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.top_about_button a {
    width: 245px;
    height: 76px;
    font-size: 2.2rem;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    border: 1px solid #333;
    margin: 12px 0 0 auto;
    transition: 0.1s linear;
}

.top_about_button a::after {
    content: "";
    width: 38px;
    height: 5px;
    background-image: url(/img/sites/kowa-giken/00_arrow_black.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.top_about_button a:hover {
    background-color: #050046;
    border: none;
}

.top_about_button:hover a {
    color: #FFF;
}

.top_about_button:hover a::after {
    background-image: url(/img/sites/kowa-giken/00_arrow_white.png);
}

.top_about_bg-img {
    width: 28vw;
    position: absolute;
    top: 50px;
    left: min(17%, 140px);
}


/*** トップページ：事業内容 ***/

.top_service {
    margin-bottom: 120px;
}

.section_heading_top_service {
    margin-bottom: 40px;
}

.top_service_list {
    width: min(100%, 1920px);
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 2px;
    margin: 0 auto;
}

.top_service_item {
    width: calc(100% / 3);
    position: relative;
    overflow: hidden;
}

.top_service_link {
    display: block;
    width: 100%;
    height: 100%;
}

.top_service_title {
    font-size: min(1.75vw, 3.3rem);
    font-weight: 500;
    color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.top_service_button {
    font-size: min(1.15vw, 2.2rem);
    font-weight: 400;
    color: #FFF;
    width: 33%;
    height: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 28%;
    border: 1px solid #FFF;
    position: absolute;
    right: 5%;
    bottom: 8%;
    transition: 0.2s linear;
    z-index: 2;
}

.top_service_button::after {
    content: "";
    width: 18%;
    height: 5px;
    background-image: url(/img/sites/kowa-giken/00_arrow_white.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.top_service_item:hover .top_service_button {
    color: #171717;
    background-color: #FFF;
    border: none;
}

.top_service_item:hover .top_service_button::after {
    background-image: url(/img/sites/kowa-giken/00_arrow_black.png);
}

.top_service_item img {
    width: 100%;
    height: 100%;
    transition: all 0.4s ease;
}

.top_service_item:hover img {
    transform: scale(1.07,1.07);
}



/*** トップページ：実績 ***/

.top_works {
    margin-bottom: 120px;
}

.top_works-wrapper {
    width: 87.5%;
    background-image: url(/img/sites/kowa-giken/top_img12.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0;
    margin: 0 auto;
}

.section_heading_top_works {
    margin: 0 0 80px 6%;
    color: #FFF;
}

.section_heading_large_top_works::before {
    background-color: #FFF;
}

.top_works_list {
    width: 76.2%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin: 0 auto 80px;
}

.top_works_item {
    width: 30.5%;
    background-color: #FFF;
    border-radius: 8px;
    overflow: hidden;
}

.top_works_img {
    overflow: hidden;
}

.top_works_img a {
    width: 100%;
    height: 100%;
}

.top_works_img img {
    border-radius: 8px 8px 0 0;
    transition: all 0.4s ease;
}

.top_works_item:hover img {
    transform: scale(1.07,1.07);
}

.top_works_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 20px 5%;
}

.top_works_content_title {
    font-size: 1.6rem;
    line-height: 2.3rem;
    font-weight: 300;;
}

.top_works_content_text {
    font-size: 1.4rem;
    line-height: 2.0rem;
    font-weight: 200;;
}

.top_works_button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    max-width: 260px;
    height: 76px;
    color: #FFF;
    font-size: 2.2rem;
    font-weight: 400;
    border: 1px solid #FFF;
    margin: 0 6% 0 auto;
    transition: 0.1s linear;
}

.top_works_button::after {
    content: "";
    width: 38px;
    height: 5px;
    background-image: url(/img/sites/kowa-giken/00_arrow_white.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.top_works-wrapper:hover .top_works_button {
    color: #171717;
    background-color: #FFF;
    border: none;
}

.top_works-wrapper:hover .top_works_button::after {
    background-image: url(/img/sites/kowa-giken/00_arrow_black.png);
}


.slick-prev:before, .slick-next:before {
    content: "";
    display: block;
    width: 17px;
    height: 17px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    opacity: 1;
}

.slick-prev:before {
    transform: rotate(-135deg);
}

.slick-next:before {
    transform: rotate(45deg);
}


/*** トップページ：採用情報CTA ***/

.top_recruit {
    margin-bottom: 120px;
}

.top_recruit_img {
    width: 100vw;
    position: relative;
    overflow: hidden;
}

.top_recruit_link {
    display: block;
    width: 100%;
    height: fit-content;
    
}

.top_recruit_img a img {
    width: 100%;
    min-height: 524px;
    object-fit: cover;
    object-position: 60% bottom;
    transition: all 0.2s linear;
}

.top_recruit_img:hover a img {
    transform: scale(1.07, 1.07);
    filter: brightness(85%);
}

.section_heading_top_recruit {
    color: #FFF;
    position: absolute;
    top: 15.3%;
    left: 4.3%;
}

.section_heading_large_top_recruit::before {
    background-color: #FFF;
}

.top_recruit_lead a {
    font-family: "Noto Serif JP", serif;;
    font-size: 3.4rem;
    line-height: 5.9rem;
    font-weight: 300;
    letter-spacing: .1rem;
    color: #FFF;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    position: absolute;
    bottom: 15.3%;
    left: 4.3%;
}

.top_recruit_lead_mass {
    position: relative;
}

.top_recruit_lead_mass::after {
    content: "";
    width: 72%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
}

.top_recruit_button {
    color: #FFF;
    font-size: 2.2rem;
    font-weight: 400;
    width: 212px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    border: 1px solid #FFF;
    position: absolute;
    right: 6.25%;
    bottom: 15.3%;
}

.top_recruit_button::after {
    content: "";
    width: 38px;
    height: 5px;
    background-image: url(/img/sites/kowa-giken/00_arrow_white.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.top_recruit_img:hover .top_recruit_button {
    color: #171717;
    border: none;
    background-color: #FFF;
}

.top_recruit_img:hover .top_recruit_button::after {
    background-image: url(/img/sites/kowa-giken/00_arrow_black.png);
}



/**********　下層ページ共通：メインビジュアル　**********/

.mv-childlayer {
    margin: 80px 0 120px;
}

.mv-childlayer-wrapper {
    width: 80%;
    position: relative;
    margin-left: auto;
}

.mv-childlayer_img_right {
    width: 100%;
    max-height: 366px;
    min-height: 250px;
    object-fit: cover;
}

.mv-childlayer_heading {
    position: absolute;
    top: 40%;
    left: -92px;
}

.mv-childlayer_heading_main_top-wrapper {
    display: block;
    font-size: clamp(4.9rem, 3.4vw, 6.4rem);
    line-height: 3.4rem;
    background-color: #ffffff;
    padding: clamp(26px, 1.8vw, 35px) clamp(21.5px, 1.5vw, 30px);
}


.mv-childlayer-heading_lead {
    color: #ffffff;
    text-align: right;
    font-size: 1.4rem;
    line-height: 3.4rem;
    margin-right: 1.4rem;
}



/**********　会社概要　**********/


/*****　会社概要：社長挨拶　*****/

.company_representative {
    max-width: 1190px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: min(6.6vw, 127px);
    padding-right: 24px;
    margin: 0 auto 150px;
}

.company_representative_img {
    max-width: 428px;
}

.company_representative_words_heading {
    font-family: "Noto Serif JP", serif;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 3.4rem;
    margin-bottom: 55px;
}

.company_representative_words_txt {
    max-width: 594px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 3.4rem;
}


/*****　会社概要：3つのモットー　*****/

.company_philosophy {
    max-width: 1308px;
    margin: 0 auto 150px;
}

.lowerlayer_heading {
    width: 100%;
    height: 122px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
}

.lowerlayer_heading_ja {
    font-size: 4.2rem;
    font-weight: bold;
    letter-spacing: 0.09em;
    color: #0004B2;
}

.lowerlayer_heading_en {
    font-family: 'roboto', serif;
    font-size: min(6.6vw, 12.8rem);
    font-weight: 900;
    letter-spacing: 0.02em;
    color: rgba(0, 4, 178, 0.1);
    position: absolute;
    bottom: 3%;
}

.company_philosophy_lead {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 3.4rem;
    text-align: center;
    padding-top: 80px;
}

.company_philosophy_lead_sentence {
    margin-bottom: 25px;
}

.company_philosophy_lead_sentence-top {
    font-family: "Noto Serif JP", serif;
    font-size: 2.8rem;
}

.company_philosophy_circle {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    padding: 0 24px;
}

.company_philosophy_circle_item {
    width: clamp(352px, 20.8vw, 400px);
    height: clamp(352px, 20.8vw, 400px);
    background: rgba(0, 4, 178, 0.1);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.company_philosophy_circle_item_title {
    font-size: clamp(3.0rem, 2.5vw, 4.8rem);
    font-weight: bold;
    color: #0004B2;
    position: absolute;
    top: 19%;
    left: 50%;
    transform: translateX(-50%);
}

.company_philosophy_circle_item_txt {
    font-size: clamp(1.4rem, 8.4vw, 1.6rem);
    font-weight: 500;
    line-height: 3.4rem;
    text-align: center;
    padding-top: 14%;
}


/*****　会社概要：概要　*****/

.company_overview {
    padding: 0 24px;
    margin-bottom: 150px;
}

.lowerlayer_heading-overview {
    margin-bottom: 100px;
}

.company_overview_list {
    max-width: 1200px;
    border: 1px solid #868686;
    padding: min(26%, 30px) min(14.5%, 175px);
    margin: 0 auto;
}

.company_overview_list_item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #DDDDDD;
    padding: 17px 20px;
}

.company_overview_list_item_heading {
    width: 16.5%;
    font-size: 1.6rem;
    line-height: 3.4rem;
    font-weight: 300;
}

.company_overview_list_item_detail {
    width: 83.5%;
    font-size: 1.4rem;
    line-height: 3.4rem;
    font-weight: 300;
    letter-spacing: 0.03em;
}


/*****　会社概要：沿革　*****/

.company_history {
    margin-bottom: 150px;
}

.lowerlayer_heading-history {
    padding: 0 24px;
    margin-bottom: 80px;
}

.company_history_chart {
    width: fit-content;
    max-width: 1600px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 72px;
    padding: 0 24px;
    margin: 0 auto;
}

.company_history_chart_line {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.company_history_chart_line_year {
    font-size: 2.0rem;
    line-height: 3.4rem;
    letter-spacing: 0.09em;
    color: #0004B2;
    white-space: nowrap;
}

.company_history_chart_line_txt_container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 22px;
    position: relative;
    padding-left: min(9.7vw, 198px);
}

.company_history_chart_line_txt_container::before {
    content: "";
    width: 14px;
    height: 14px;
    background-color: #0004B2;
    border-radius: 50%;
    position: absolute;
    top: 11px;
    left: min(4.85vw, 99px);
    transform: translate(-50%, 0);

}

.company_history_chart_line_txt_container::after {
    content: "";
    width: 0.5px;
    height: calc(100% + 79px);
    background-color: #0004B2;
    position: absolute;
    top: 18px;
    left: min(4.85vw, 99px);
    transform: translate(-50%, 0);
}

.company_history_chart_line:last-child .company_history_chart_line_txt_container::after {
    content: none;
}

.company_history_chart_line_txt {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 3.4rem;
    letter-spacing: 0.09em;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.company_history_chart_line_txt_month {
    display: block;
    width: 67px;
    color: #0004B2;
    margin-right: 22px;
}

.company_history_chart_line_txt_detail {
    display: block;
    width: calc(100% - 89px);
}


/*****　会社概要：アクセス　*****/

.company_access {
    padding: 80px 24px 0;
    margin-top: -80px;
    margin-bottom: 150px;
}

.company_access_content {
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: min(4vw, 170px);
    margin: 0 auto;
}

.company_access_content_map {
    width: 70%;
    height: 436px;
}

.company_access_content_map iframe {
    width: 100%;
    height: 100%;
}

.company_access_content_address {
    padding-right: 3.3%;
}

.company_access_content_address_name {
    font-size: 1.4rem;
    line-height: 1.4rem;
    font-weight: 300;
    letter-spacing: 0.03em;
    margin-bottom: 14px;
}

.company_access_content_address address {
    font-style: normal;
    font-size: 1.4rem;
    line-height: 2.1rem;
    font-weight: 300;
    letter-spacing: 0.03em;
    margin-bottom: 20px;
}



/********** 事業紹介 **********/


/*** 事業紹介：リード文 ***/

.services_lead {
    text-align: center;
    padding: 0 24px;
    margin-bottom: 120px;
}

.services_lead_txt_heading {
    font-family: "Noto Serif JP", serif;
    font-size: 2.4rem;
    font-weight: 400;
    margin-bottom: 40px;
}

.services_lead_txt_sentence {
    width: fit-content;
    margin: 0 auto;
}

.services_lead_txt {
    font-size: 1.6rem;
    line-height: 3.4rem;
    font-weight: 400;
}


/*** 事業紹介：ボタン ***/

.services_button-wrapper {
    max-width: 1288px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    padding: 0 24px;
    margin: 0 auto 150px;
}

.services_button {
    width: min(100%, 380px);
    font-size: 2.2rem;
    line-height: 3.6rem;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #9C9C9C;
    border-radius: 5px;
    padding: 20px 0;
}

.services_button::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-top: 1px solid #171717;
    border-right: 1px solid #171717;
    transform: rotate(135deg);
    margin-left: 4%;
}

.services_button:hover {
    opacity: 0.7;
}


/*** 事業紹介：事業内容 ***/

.services_list{
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 120px;
    margin: 0 auto;
}

.services_list_item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -80px;
    padding-top: 80px;
}

.services_list_item_txt {
    width: 50%;
    padding: 0 6% 0 24px;
}

.services_list_item:nth-child(2) .services_list_item_txt {
    padding: 0 24px 0 6%;
}

.services_list_item_txt_heading {
    font-size: 3.6rem;
    font-weight: 500;
    line-height: 4.3rem;
    letter-spacing: 0.09em;
    display: inline-flex;
    flex-wrap: wrap;
    margin-bottom: min(2.8vw, 54px);
}

.services_list_item_txt_detail {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 3.4rem;
}

.services_list_item_image {
    width: 50%;
}


/*** 事業紹介：許認可 ***/

.services_kinds {
    margin: 0 24px;
}

.services_kinds-container {
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 3.4rem;
    border: 1px solid #5E5E5E;
    padding: 50px;
    margin: 80px auto 150px;
}



/********** 実績 **********/


/*** 実績：タブ ***/


/*タブ切り替え全体のスタイル*/
.tabs {
    max-width: 1248px;
    padding: 24px;
    margin: 0 auto 150px;
}
  
/*タブのスタイル*/
.tab_item {
    display: block;
    float: left;
    width: calc(100%/3);
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 3.6rem;
    text-align: center;
    font-weight: bold;
    color: #D6D6D6;
    border-bottom: 1px solid #D6D6D6;
    padding-bottom: 10px;
    transition: all 0.2s ease;
    cursor: pointer;
}
  
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
    display: none;
}
  
/*タブ切り替えの中身のスタイル*/
.tab_content {
    display: none;
    clear: both;
    overflow: hidden;
    padding-top: 60px;
}

/*選択されているタブのコンテンツのみを表示*/
#inspection:checked ~ #inspection_content,
#repair:checked ~ #repair_content,
#construction:checked ~ #construction_content {
    display: block;
}
  
/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
    color: #0004B2;
    border-bottom: 3px solid #0004B2;
    transition: .3s;
    position: relative;
}

.tabs input:checked + .tab_item::after {
    content: "";
    width: 17px;
    height: 10px;
    background-color: #0004B2;
    clip-path: polygon(0% 0%, 100% 0, 50% 100%);
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
}

.tab_content-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 45px;
}

.tab_content-container_img {
    width: min(33%, 400px);
}

.tab_content-container_txt {
    width: min(60%, 730px);
}

.tab_content-container_txt_classification {
    width: fit-content;
    font-size: 1.6rem;
    line-height: 3.4rem;
    color: #0004B2;
    padding: 0 10px;
    border: 0.5px solid #0004B2;
    margin-bottom: 20px;
}

.tab_content-container_txt_place {
    display: flex;
    flex-wrap: wrap;
    font-size: 2.4rem;
    line-height: 3.4rem;
    letter-spacing: 0.02em;
    font-weight: 500;
    margin-bottom: 38px;
}

.tab_content-container_txt_detail {
    font-size: 1.6rem;
    line-height: 3.4rem;
    font-weight: 400;
}

.tab_content-others {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 4, 178, 10%);
    padding: min(2.6vw, 50px) min(4.1vw, 80px);
}

.tab_content-others_tilte {
    font-size: 2.0rem;
    line-height: 3.4rem;
    color: #0004B2;
    margin-bottom: 40px;
}

.tab_content-others_list-container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: min(5.3vw, 64px);
}

.tab_content-others_list_mass {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

.tab_content-others_list_item {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
}

.tab_content-others_list_item::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #0004B2;
    display: block;
    margin-top: 8px;
}

.tab_content-others_list_item_txt {
    width: calc(100% - 16px);
}



/**********　よくあるご質問　**********/


/*****　よくあるご質問：コンテンツ　*****/

.question_container {
    max-width: 1058px;
    padding: 0 24px;
    margin: 0 auto 150px;
}

.questions_line {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 23px;
    border-top: 1px dashed #9c9c9c;
    border-bottom: 1px dashed #9c9c9c;
    padding: clamp(30px, 2.76vw, 53px) 0;
}

.questions_line_Q, .questions_line_A {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 17px;
}

.questions_lene_Q_logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 47px;
    height: 47px;
    font-size: 25px;
    font-weight: bold;
    color: #FFF;
    background-color: #0004B2;
    border-radius: 50%;
}

.questions_lene_A_logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 47px;
    height: 47px;
    font-size: 25px;
    font-weight: bold;
    color: #FFF;
    background-color: #171717;
    border-radius: 50%;
}

.questions_lene_Q_txt {
    width: calc(100% - 64px);
    font-size: 2.1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #0004B2;
    padding-top: 10px;
}

.questions_lene_A_txt {
    width: calc(100% - 64px);
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.5;
    padding-top: 10px;
}



/**********　採用情報　**********/


/*****　採用情報：トップコンテンツ　*****/

.recruit_lead {
    max-width: 1600px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: min(3.6vw, 70px);
    padding: 24px;
    margin: 0 auto 150px;
}

.recruit_lead_image {
    width: 55%;
}

.recruit_lead_txt {
    width: 45%;
}

.recruit_lead_txt_heading {
    font-family: "Noto Serif JP", serif;
    display: flex;
    flex-wrap: wrap;
    font-size: clamp(3.6rem, 2.5vw, 4.8rem);
    line-height: 1.6;
    letter-spacing: 0.06em;
    margin-bottom: min(3.5vw, 70px);
}

.recruit_lead_txt_heading_blue {
    color: #0004B2;
}

.recruit_lead_sentence {
    font-size: clamp(1.8rem, 1.04vw, 2.0rem);
    line-height: 2.25;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: min(2.8vw, 30px);
}


/*****　採用情報：職場環境　*****/

.recruit_environment {
    margin-bottom: 150px;
}

.lowerlayer_heading-environment {
    margin-bottom: 80px;
}

.recruit_environment_item {
    display: flex;
    align-items: center;
}

.recruit_environment_item_txt {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.recruit_environment_item_txt_detail {
    font-family: "Noto Serif JP", serif;
    width: fit-content;
    font-size: max(2.0vw, 2.4rem);
    line-height: 1.9;
    font-weight: 300;
}

.recruit_environment_item_img {
    width: 50%;
}

/*****　採用情報：教育システム　*****/

.recruit_organization {
    padding: 0 24px;
    margin-bottom: 150px;
}

.lowerlayer_heading-organization {
    margin-bottom: 80px;
}

.recruit_organization_content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.recruit_organization_content_txt {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 40px;
}

.recruit_organization_content_img {
    width: 100%;
}


/*****　採用情報：募集要項　*****/

.lowerlayer_heading-Jobdescription {
    margin-bottom: 90px;
}

.recruit_Jobdescription_container {
    padding: 0 24px;
    margin-bottom: 150px;
}

.recruit_Jobdescription_list {
    max-width: 1126px;
    margin: 0 auto 80px;
}

.recruit_Jobdescription_list_item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #9C9C9C;
    padding: 45px 0;
}

.recruit_Jobdescription_list_item:first-of-type {
    border-top: 1px solid #9C9C9C;
}

.recruit_Jobdescription_list_item_heading {
    width: 25%;
    font-size: 2.0rem;
    font-weight: 500;
}

.recruit_Jobdescription_list_item_txt {
    width: 85%;
    font-size: 1.8rem;
    line-height: 1.8;
    font-weight: 400;
}

.recruit_Jobdescription_bottom {
    font-size: 2.4rem;
    line-height: 1.5;
    font-weight: 400;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin: 0 auto;
}



/**********　お問い合わせ　**********/


.contact-center {
    padding-top: 0;
    padding-bottom: 40px;
}

.contact-center .box {
    max-width: 1200px;
    letter-spacing: 0;
}

.contact-center h2 {
    display: none;
}

.contact-center p {
    letter-spacing: 0;
    font-weight: 500;
}

.contact-center .box table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 35px;
    padding: 0 24px;
}

.contact-center .box table th {
    font-weight: 500;
    letter-spacing: 0;
}

.contact-center .example {
    opacity: 0.5;
    font-weight: 400;
}

.submit-button {
    margin-top: 24px;
}

.contact-center .box .submit-button input {
    display: block;
    width: min(100%, 255px);
    height: 72px;
    font-size: 1.8rem;
    font-weight: bold;
    border: none;
    color: #FFF;
    background-color: #B8B8B8;
    padding: 0;
    margin: 0 auto;
}

textarea {
    width: 100%;
}

.contact_small {
    text-align: center;
    font-weight: 400;
    margin-bottom: 120px;
    padding: 0 24px;
}
