/*==============================================
*	parts（各ページ共通のデザイン）
==============================================*/
.about_h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0.1em;
    color: #313233;
    margin-bottom: 20px;
}
.about_h2 span {
    color: #00529D;
}
/*==============================================
*	layout（レイアウト用style）
==============================================*/
.about_obsession_block {
    background-image: url(../img/bg_aboutUs_sec01.webp);
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 64px;
}
.about_obsession_title {
    position: relative;
    border-left: 7px solid #00529D;
    padding-left: 16px;
    margin-bottom: 64px;
}
.about_obsession_title::after {
    position: absolute;
    bottom: 0;
    left: -7px;
    content: '';
    width: 7px;
    height: 37px;
    background: #F39800;
}
.about_obsession_h2 {
    font-weight: 700;
    font-size: 42px;
    line-height: 115%;
    color: #00529D;
    margin-bottom: 16px;
}
.about_obsession_p {
    font-weight: 500;
    font-size: 20px;
    line-height: 145%;
    color: #313233;
}
.about_obsession_contets {
    padding: 0px 0px 64px;
}
.about_obsession_img {
    max-width: 500px;
    margin: 40px auto 0;
}
.about_obsession_txt {
    font-weight: 500;
    font-size: 14px;
    line-height: 200%;
    color: #313233;
    margin-bottom: 20px;
}
.about_strength_block {
    background: #f0f4f8;
    padding: 64px 0px;
}
.about_strength_contents {
    margin-top: 40px;
}
.about_strength_titleno {
    display: inline-block;
    position: relative;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: #00529D;
    border-bottom: 5px solid #F39800;
    padding-bottom: 12px;
    margin-bottom: 24px;
}
.about_strength_title {
    font-weight: 500;
    font-size: 16px;
    line-height: 200%;
    color: #313233;
}
.about_strength_list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(134px, 1fr));
    gap: 20px;
    margin-top: 24px;
}
.about_strength_box {
    background: #FFFFFF;
    padding: 20px;
}
.about_strength_img {
    width: 100%;
    max-width: 80px;
    margin: auto;
}
.about_strength_p {
    max-width: 260px;
    font-weight: 500;
    font-size: 13px;
    line-height: 170%;
    color: #313233;
    margin: 16px auto 0;
}
.about_strength_p2 {
    max-width: 260px;
    font-weight: 500;
    font-size: 13px;
    line-height: 170%;
    text-align: center;
    color: #313233;
    margin: 16px auto 0;
}
.about_flow_block {
    padding: 64px 0;
}
.about_flow_p {
    font-weight: 500;
    font-size: 14px;
    line-height: 200%;
    color: #313233;
}
.about_flow_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    margin: 64px 0;
}
.about_flow_box {
    width: 100%;
    display: flex;
}
.about_flow_img {
    width: 110px;
    height: 110px;
}
.about_flow_txtbox {
    width: calc(100% - 110px);
    padding-left: 20px;
}
.about_flow_step {
    display: inline-block;
    font-weight: 700;
    font-size: 12px;
    line-height: 170%;
    letter-spacing: 0.05em;
    color: #00529D;
    border: 2px solid #00529D;
    border-radius: 30px;
    padding: 0px 15px;
}
.about_flow_process {
    font-weight: 500;
    font-size: 14px;
    line-height: 170%;
    color: #313233;
    margin-top: 8px;
}
.about_flow_txt {
    font-weight: 400;
    font-size: 12px;
    line-height: 170%;
    color: #313233;
}
.about_follow_block {
    background: #f0f4f8;
    padding: 64px 0px;
}
.about_follow_p {
    font-weight: 500;
    font-size: 14px;
    line-height: 200%;
    color: #313233;
}
.about_follow_wrap {
    padding-top: 80px;
}
.about_follow_h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0.05em;
    color: #313233;
    border-left: 6px solid #00529D;
    padding-left: 24px;
    margin-bottom: 40px;
}
.about_follow_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}
.about_follow_box {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    background: #FFFFFF;
    padding: 40px;
}
.about_follow_img {
    width: 210px;
    height: 190px;
}
.about_follow_h4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 170%;
    color: #00529D;
    margin-bottom: 16px;
}
.about_follow_txt {
    font-weight: 400;
    font-size: 14px;
    line-height: 170%;
}
.about_follow_text {
    font-weight: 400;
    font-size: 14px;
    line-height: 170%;
    color: #313233;
    margin-bottom: 24px;
}
.company_greeting_block {
    border-left: 20px solid #00529D;
    padding: 40px 0px;
}
.company_greeting_box {
    max-width: 1100px;
    margin: auto;
}
.company_profile_h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 58px;
    letter-spacing: 0.1em;
    color: #313233;
    margin-bottom: 30px;
}
.company_profile_h2 span {
    color: #00529D;
}
.company_greeting_txtbox {
    width: 100%;
}
.company_greeting_h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 180%;
    color: #313233;
    margin-bottom: 40px;
}
.company_greeting_h3 span {
    color: #00529D;
}
.company_greeting_txt {
    font-weight: 400;
    font-size: 14px;
    line-height: 200%;
    color: #313233;
    margin-bottom: 24px;
}
.company_greeting_namebox {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-top: 20px;
}
.company_greeting_co {
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #313233;
    margin-right: 16px;
}
.company_greeting_name {
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #313233;
}
.company_greeting_name_en {
    display: none;
}
.translated-ltr .company_greeting_name {
    display: none;
}
.translated-ltr .company_greeting_name_en {
    display: revert;
}
.company_philosophy_block {
    position: relative;
    padding: 40px 0px;
}
.company_philosophy_block::after {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 75%;
    height: 100%;
    background: #f0f4f8;
}
.company_philosophy_h2 {
    position: relative;
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 67px;
    letter-spacing: 0.1em;
    z-index: 1;
}
.company_philosophy_h2 span {
    color: #00529D;
}
.company_philosophy_box {
    position: relative;
    width: 100%;
    background: #00529D;
    padding: 60px 25px 80px 25px;
    margin: 40px auto 40px 0;
    z-index: 1;
}
.company_philosophy_inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}
.company_contents {
    padding: 40px 0;
}
.company_contents_flex{
    display: block;
}
.company_philosophy_txtbox{
    text-align: center;
}
.company_philosophy_h3 {
    font-weight: 700;
    font-size: 26px;
    line-height: 160%;
    color: #00529D;
}
.company_philosophy_h3 span {
    color: #F39800;
}
.company_philosophy_h3.txt_white {
    color: #FFFFFF;
}
.company_philosophy_h4 {
    display: inline-block;
    font-weight: 500;
    font-size: 20px;
    line-height: 160%;
    color: #313233;
    padding: 10px 0;
}
.company_philosophy_h4.txt_white {
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}
.company_philosophy_p {
    font-weight: 700;
    font-size: 28px;
    line-height: 160%;
    color: #FFFFFF;
    margin-top: 40px;
}
.company_philosophy_logo {
    width: 80%;
    max-width: 160px;
    height: auto;
    margin: 0 auto 30px;
}
.company_philosophy_box2 {
    position: relative;
    z-index: 1;
}
.company_slogan_p {
    font-weight: 700;
    font-size: 27px;
    line-height: 160%;
    color: #313233;
    margin-top: 20px;
}
.company_mission_box {
    margin-top: 20px;
}
.company_mission_imgbox {
    width: 100%;
    max-width: 494px;
    margin: 40px auto;
}
.company_mission_txtbox {
    width: 100%;
}
.company_mission_txt {
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    color: #313233;
    margin-bottom: 40px;
}
.company_mission_point {
    font-weight: 500;
    font-size: 15px;
    line-height: 160%;
    color: #00529D;
    border-left: 4px solid #00529D;
    padding: 0px 20px;
    margin-bottom: 40px;
}
.company_mission_txt2 {
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    color: #313233;
}
.company_value_list li {
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    color: #313233;
    margin-top: 40px;
    position: relative;
    display: flex;
}
.company_value_list_p{
    width: calc(100% - 9px);
    padding-left: 9px;
}
.company_value_list li span {
    color: #00529D;
}
.company_value_list li::before {
    content: '●';
    display: block;
    width: 13px;
    height: 13px;
    color: #00529D;
}
.company_ideal_list {
    margin-top: 40px;
}
.company_ideal_list li {
    font-weight: 500;
    font-size: 15px;
    line-height: 160%;
    color: #313233;
    padding-left: 1.5em;
    margin-bottom: 24px;
    position: relative;
}
.company_ideal_list li::before {
    position: absolute;
    top: 8px;
    left: 0;
    content: '';
    width: 18px;
    height: 18px;
    background: #E0E0E0;
    border-radius: 100%;
}
/*==============================================
*	レスポンシブ対応
==============================================*/
@media screen and (min-width:480px) {
    .about_follow_box {
        flex-direction: row;
    }
    .about_strength_list {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    }
}
@media screen and (min-width:600px) {
    .about_follow_box {
        flex-direction: row;
    }
    .about_strength_list {
        grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    }
}
@media screen and (min-width:768px) {
    .about_obsession_title {
        margin-bottom: 50px;
    }
    .about_h2 {
        font-size: 36px;
        margin-bottom: 24px;
    }
    .about_flow_box {
        width: 45%;
        display: flex;
    }
    .about_flow_img {
        width: 150px;
        height: 150px;
    }
    .about_flow_txtbox {
        width: 64%;
    }
    .about_obsession_h2 {
        font-size: 72px;
    }
    .about_obsession_p {
        font-size: 40px;
    }
    .about_strength_titlebox {
        display: flex;
        align-items: center;
    }
    .about_strength_titleno {
        font-size: 40px;
        margin-bottom: 0;
        margin-right: 24px;
    }
    .about_strength_list {
        grid-template-columns: repeat(auto-fill, minmax(287px, 1fr));
        gap: 40px;
        margin-top: 64px;
    }
    .about_strength_box {
        padding: 40px 20px;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    .about_follow_list {
        gap: 40px;
    }
    .about_flow_box {
        width: 48%;
    }
    .about_flow_list {
        gap: 60px 20px;
    }
    .about_strength_img {
        max-width: 100px;
    }
    .about_strength_p {
        font-size: 16px;
        width: 50%;
        margin: 0 auto;
    }
    .about_strength_p2 {
        font-size: 20px;
    }
    .about_flow_step {
        font-size: 14px;
        margin-top: 0;
    }
    .about_flow_process {
        font-size: 18px;
    }
    .about_flow_txt {
        font-size: 14px;
    }
    .about_follow_h3 {
        font-size: 24px;
    }
    .about_follow_text {
        font-size: 16px;
    }
    .about_strength_title {
        font-size: 20px;
    }
    .about_obsession_block {
        padding-top: 140px;
    }
    .about_obsession_title {
        margin-bottom: 104px;
    }
    .about_obsession_contets {
        padding: 0px 0px 104px;
    }
    .about_flow_block {
        padding: 104px 0;
    }
    .about_strength_block {
        padding: 104px 0px;
    }
    .about_strength_contents {
        margin-top: 80px;
    }
    .about_follow_block {
        padding: 104px 0px;
    }
    .about_flow_p {
        font-size: 16px;
    }
    .about_follow_p {
        font-size: 16px;
    }
    .about_obsession_p {
        font-size: 30px;
    }
    .about_obsession_h2 {
        font-size: 56px;
    }
    .about_obsession_txt {
        font-size: 16px;
    }
    .about_obsession_img {
        margin: 0 auto 0;
    }
    .company_greeting_block {
        border-left: 50px solid #00529D;
        padding: 104px 0px;
    }
    .company_profile_h2 {
        font-size: 40px;
    }
    .company_greeting_h3 {
        font-size: 24px;
    }
    .company_philosophy_box {
        padding: 60px 0px 80px 0px;
    }
    .company_philosophy_logo {
        max-width: 260px;
    }
    .company_philosophy_inner {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 40px;
    }
    .company_philosophy_h2 {
        font-size: 36px;
    }
    .company_philosophy_h3 {
        font-size: 52px;
    }
    .company_philosophy_p {
        font-weight: 700;
        font-size: 37px;
        line-height: 160%;
        color: #FFFFFF;
        margin-top: 40px;
    }
    .company_philosophy_logo {
        width: 100%;
        margin: 0;
    }
    .company_slogan_p {
        font-size: 45px;
        margin-top: 0;
    }
    .company_overview_title {
        width: 240px;
        padding: 24px;
    }
    .company_philosophy_h3 {
        font-size: 46px;
        line-height: 160%;
        text-align: left;
    }
    .company_philosophy_txtbox{
        text-align: left;
    }
    .company_philosophy_h4 {
        display: inline-block;
        font-weight: 500;
        font-size: 24px;
        line-height: 160%;
        color: #313233;
        padding: 10px 0;
    }
    .company_contents {
        padding: 80px 0 0;
    }
    .company_contents_flex{
        display: flex;
        gap: 40px;
    }
    .company_contents_flex_inner{
        width: 32%;
    }
    .company_mission_txt2 {
        font-size: 16px;
    }
    .company_mission_point {
        font-size: 18px;
    }
    .company_value_list{
        margin-top: 20px;
    }
    .company_value_list li {
        font-size: 22px;
        margin-top: 0;
        margin-bottom: 40px;
    }
    .company_value_list li::before {
        position: absolute;
        top: 8px;
        left: 0;
        content: '';
        width: 23px;
        height: 23px;
        background: #00529D;
        border-radius: 100%;
    }
    .company_value_list_p{
        width: calc(100% - 30px);
        padding-left: 30px;
    }
    .company_ideal_list {
        margin-top: 20px;
    }
    .company_ideal_list li {
        font-size: 18px;
    }
}
@media screen and (min-width:1023px) {
    .about_obsession_block {
        background-size: contain;
    }
    .about_obsession_contets {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .about_obsession_txtbox {
        width: 45%;
    }
    .about_obsession_imgbox {
        width: 45%;
    }
    .about_follow_box {
        width: 47%;
    }
    .about_strength_list {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
    .company_mission_box {
        display: flex;
        justify-content: space-between;
        margin-top: 40px;
    }
    .company_mission_imgbox {
        width: 45%;
        margin: 0;
        margin: 0 auto;
    }
    .company_mission_txtbox {
        width: 50%;
    }
    .company_greeting_txt{
        font-size: 16px;
    }
    .company_greeting_namebox {
        margin-top: 40px;
    }
    .company_greeting_co {
        font-size: 18px;
    }
    .company_greeting_name {
        font-size: 24px;
    }
    .company_philosophy_block {
        padding: 160px 0px 80px;
    }
    .company_philosophy_h2 {
        font-size: 46px;
    }
    .company_philosophy_box {
        margin: 60px auto 0;
    }
}
@media screen and (min-width:1170px) {
    .about_obsession_title {
        margin-bottom: 16px;
    }
}
@media screen and (min-width:1399px) {
    .company_greeting_box {
        display: flex;
        justify-content: space-between;
    }
    .company_greeting_txtbox {
        max-width: 720px;
    }
}
@media screen and (min-width:1400px) {}