@charset "UTF-8";

html {
    font-size: 62.5%;
}

body {
    color: #3C4856;
    font-size: 1.2rem;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-align: justify;
    margin: 0 auto;
    text-align: left;
    word-break: break-word;
    letter-spacing: 0;
    font-weight: 500;
}

.en {
    font-family: "Montserrat", sans-serif;
}

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

p {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.02em;
}

span {
    display: inline-block;
}

img {
    display: inline-block;
    width: 100%;
}

a {
    display: inline-block;
    cursor: pointer;
}

.sp_br {
    display: none;
}

section {
    position: relative;
    margin-left: 200px;
}

.wrapper {
    width: 90%;
    max-width: 1130px;
    margin: auto;
    position: relative;
}

.btn {
    position: relative;
    transition: all 0.5s;
}

.btn,
.btn::before,
.btn::after,
.btn:hover,
.btn:hover::before,
.btn:hover::after {
    transition: all 0.5s;
}

/**********************************************************
    
    header 

 **********************************************************/

header {
    position: fixed;
    width: 200px;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: rgba(1, 22, 53, 0.5);
    backdrop-filter: blur(10px);
    transition: all 0.5s;
}

/* .scroll_header {
    background-color: #3C4856;
    transition: all 0.5s;
}

.kasou_header {
    background-color: #3C4856;
} */

.logo {
    text-align: center;
    margin: 5.208vw 0 6.25vw 0;
}

.logo a {
    width: 104px;
}

.logo:hover {
    opacity: 0.7;
}

.header_nav {
    padding-left: 50px;
}

.header_nav ul {
    display: flex;
    flex-direction: column;
    gap: 1.736vw;
}

.header_nav_list a {
    color: #FFF;
    font-size: 1.4rem;
    font-weight: bold;
    transition: all 0.5s;
    position: relative;
}

.header_nav_link::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -8px;
    width: 0;
    height: 1px;
    background-color: #FFF;
    transition: 0.5s all;
}

.header_nav_link:hover::before {
    width: 100%;
}

.header_copyright {
    position: fixed;
    font-size: 0.9rem;
    letter-spacing: 0.05em;
    text-align: center;
    color: #FFF;
    bottom: 15px;
    right: 0;
    left: 0;
    margin: auto;
}

/* .header_nav_link::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -8px;
    width: 0;
    height: 1px;
    background-color: #FFF;
    transition: 0.5s all;
}

.header_nav_link:hover::before {
    width: 100%;
} */

.header_nav_list .btn {
    width: 190px;
    height: 61px;
    border-radius: 50px;
    padding-right: 62px;
    color: #3C4856;
    background-color: #FFF;
    border: 1px solid #3C4856;
}

.btn,
.btn a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn_point::before {
    position: absolute;
    content: "";
    top: 0;
    right: 48px;
    bottom: 0;
    margin: auto;
    width: 29px;
    height: 2px;
    background-color: #3C4856;
}

.btn_point::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 31px;
    margin: auto;
    width: 8px;
    height: 8px;
    background-color: #FD4636;
    border-radius: 50%;
}

.entry_btn:hover {
    color: #FFF;
    background-color: #3C4856;
}

.entry_btn.btn_point:hover::before {
    background-color: #FFF;
}

.hamburger_menu {
    display: none;
}

/* .scroll_header {
    background-color: rgba(255, 255, 255, 0.5);
} */

/**********************************************************
    
    採用サイト

**********************************************************/

.top_page .fv {
    width: 100%;
    height: 100vh;
    padding: 0;
    margin-left: 0;
}

.top_page .fv_title {
    position: absolute;
    left: 255px;
    bottom: 110px;
    z-index: 1;
}

.fv_maintitle {
    color: #000;
    font-size: 4rem;
    line-height: 1.8;
    letter-spacing: 0.03em;
    font-weight: bold;
}

.fv_maintitle span {
    background-color: #FFF;
    border-radius: 6px;
    padding: 0 20px;
}

.fv_maintitle span:last-child {
    margin-top: 11px;
}

.fv_subtitle {
    color: #FFF;
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0.1em;
    margin-top: 20px;
    display: block;
}

.fv_slider {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
}

/* .fv_slider img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
} */



.fv_slide01, .fv_slide02, .fv_slide03 {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.fv_slide01 {
    background-image: url('../img/fv01.webp');
    animation: slide-animation01 24s infinite;
    background-position: center;
}

.fv_slide02 {
    background-image: url('../img/fv02.webp');
    animation: slide-animation02 24s infinite;
    background-position: center;
}

.fv_slide03 {
    background-image: url('../img/fv03.webp');
    animation: slide-animation03 24s infinite;
    background-position: center;
}

/* 1枚目 */
@keyframes slide-animation01 {
    0% {opacity: 1; transform: scale(1.1);} 
    30% {opacity: 1;}
    40% {opacity: 0; transform: scale(1.0);} /* フェードアウト開始 */
    95% {opacity: 0;}
    100% {opacity: 1; transform: scale(1.1);} /* ここで3枚目からの切り替えを自然に */
}

/* 2枚目 */
@keyframes slide-animation02 {
    0% {opacity: 0;}
    28% {opacity: 0;}
    38% {opacity: 1; transform: scale(1.1);} /* フェードイン */
    68% {opacity: 1;}
    78% {opacity: 0; transform: scale(1.0);} /* フェードアウト */
    100% {opacity: 0;}
}

/* 3枚目 */
@keyframes slide-animation03 {
    0% {opacity: 0;}
    66% {opacity: 0;}
    76% {opacity: 1; transform: scale(1.1);} /* フェードイン */
    96% {opacity: 1;}
    99% {opacity: 0; transform: scale(1.0);} /* フェードアウト */
    100% {opacity: 0;} /* ここで完全に消えるようにして、1枚目の動きと合わせる */
}


/* 進行バーのコンテナ */
.fv_progress {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 4px;
    display: flex;
    justify-content: space-between;
}

/* 各バーのスタイル */
.fv_progress_bar {
    width: 32%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    position: relative;
    overflow: hidden;
    border-radius: 2px;
}

/* 各バーの内部アニメーション */
.fv_progress_bar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #fff;
    transition: width 8s linear;
}

.bar1::before {
    animation: progress-animation 24s infinite linear;
}

.bar2::before {
    animation: progress-animation 24s infinite linear;
    animation-delay: 8s;
}

.bar3::before {
    animation: progress-animation 24s infinite linear;
    animation-delay: 16s;
}

/* 進行バーのアニメーション */
@keyframes progress-animation {
    0% { width: 0%; }
    8.3% { width: 100%; } /* 8秒で100%に到達 */
    33.3% { width: 100%; } /* スライドが終わるまで維持 */
    41.6% { width: 0%; } /* 次のスライドに向けてリセット */
    100% { width: 0%; }
}

/* .fv_slider img {
    height: 100vh;
    object-fit: cover;
    transform: scale(1.1);
    transition: transform 5s ease-in-out;
} */

/* アクティブなスライドを1倍に */
/* .fv_slider .slick-slide.active-slide img {
    transform: scale(1);
} */

.fv_slide {
    overflow: hidden;
}

.fv_recruit {
    position: absolute;
    bottom: 33px;
    right: 33px;
    padding: 13px 18px 8px 18px;
    border-radius: 3px;
    /* background-image: linear-gradient(135deg, rgba(18, 124, 202, 1), rgba(0, 160, 220, 1)); */
    backdrop-filter: blur(10px);
}

.fv_recruit_img {
    width: 174px;
}

.fv_recruit span {
    display: block;
    text-align: center;
    color: #FFF;
    font-size: 1.1rem;
    letter-spacing: 0.25em;
}

.fv_recruit .en {
    font-size: 2.2rem;
    font-weight: bold;
}

.top_page .heading_subtitle {
    font-size: 6rem;
    font-weight: bold;
    color: #127CCA;
}

.top_page .heading_title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 30px;
}

.news_lists {
    padding-left: 55px;
}

.news_lists li a {
	width: 100%;
    padding: 40px 0;
    border-bottom: 1px solid #A2ACBD;
}

.news_lists li a:hover {
    opacity: 0.6;
}

.news_date {
    color: #127CCA;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.02em;
}

.news_category {
    color: #FFF;
    background-color: #127CCA;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 4px 16px;
    border-radius: 50px;
    margin-left: 30px;
}

.news_title {
    font-size: 1.6rem;
    line-height: 1.7;
    margin-top: 20px;
}

.top_news .btn_box {
    padding-left: 55px;
}

.btn {
    border: 1px solid #000;
    margin: 60px auto 0 auto;
}

.btn_white {
    color: #FFF;
    border: 1px solid #FFF;
}

.btn:hover {
    color: #FFF;
    background-color: #000;
}

.btn_white:hover {
    color: #000;
    background-color: #FFF;
}

.btn_middle {
    width: 333px;
    height: 56px;
    font-size: 1.6rem;
}

.arrow {
    position: relative;
}

.arrow::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    width: 30px;
    height: 8px;
    background-image: url(../img/arrow.webp);
    background-repeat: no-repeat;
    background-size: contain;
}

.arrow:hover::before {
    filter: invert();
}

.btn_white.arrow::before {
    filter: invert();
}

.btn_white.arrow:hover::before {
    filter: initial;
}

.top_craftsmanship {
    color: #FFF;
    background-color: #127CCA;
}

.top_craftsmanship_box {
    margin-top: 45px;
}

.top_craftsmanship_txt {
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1.7;
}

.top_craftsmanship_img {
    width: 50.8%;
}

.top_craftsmanship .btn {
    margin-left: 0;
}

.top_made_to_order {
    padding-bottom: 100px;
}
@media screen and (max-width: 769px) {
	.top_made_to_order {
    padding-bottom: 65px;
}
}

.top_made_to_order p {
    font-size: 2rem;
    letter-spacing: 0;
}

.top_made_to_order_box {
    gap: 40px;
    margin-top: 50px;
}

.top_made_to_order_box img {
    width: calc((100% - 80px) / 3);
}

.top_made_to_order .btn {
    margin-top: 80px;
}

.top_technology_development .heading_title {
    margin-bottom: 65px;
}

.top_technology_development_link {
    padding: 55px;
    margin-bottom: 40px;
    background-image: linear-gradient(135deg, rgba(18, 124, 202, 1), rgba(0, 160, 220, 1));
}

.top_technology_development_link h3 {
    color: #FFF;
    font-size: 2.6rem;
    font-weight: bold;
}

.top_technology_development_link span {
    font-size: 9rem;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.4);
}

.btn_small {
    width: 169px;
    height: 43px;
    font-size: 1.4rem;
    margin-left: auto;
    margin-right: 0;
}

.top_technology_development_link .btn_small {
    margin-top: 120px;
}

.btn_small.arrow::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    width: 20px;
    height: 8px;
    background-image: url(../img/arrow.webp);
    background-repeat: no-repeat;
    background-size: contain;
}

.top_technology_development_box {
    gap: 40px;
    margin-top: 100px;
}

.top_technology_development_box a {
    width: calc((100% - 40px) / 2);
    height: 19vw;
    max-height: 273px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.top_technology_development_box a::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 94, 146, 0.4);
    z-index: -1;
}

.top_technology_development_company {
    background-image: url(../img/top_company.webp);
}
.top_technology_development_environment {
    background-image: url(../img/top_environment.webp);
}

.top_technology_development_box a div {
    margin-left: 55px;
    color: #FFF;
}

.top_technology_development_box a div span {
    font-size: 4rem;
    font-weight: bold;
}

.top_technology_development_box a div h3 {
    font-size: 1.6rem;
}

.contact {
    width: 100%;
    margin-left: 0;
    padding: 0;
}

.marquee {
    background-image: linear-gradient(90deg, rgba(18, 124, 202, 1), rgba(25, 91, 140, 1));
    padding: 57px 0;
}

.marquee_loop img {
    margin-right: 100px;
}

.contact .wrapper {
    width: calc(100% - 200px);
    max-width: initial;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 200px;
    z-index: 1;
}

.btn_contact {
    width: 363px;
    height: 79px;
    color: #127CCA;
    background-color: #FFF;
    font-size: 2.4rem;
    margin-top: 0;
}

.btn_contact:hover {
    color: #FFF;
    background-color: #127CCA;
}

.btn_contact span {
    position: relative;
    padding-left: 25px;
}

.btn_contact span::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 18px;
    height: 14px;
    background-image: url(../img/mail_icon.webp);
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.5s;
}

.btn_contact:hover span::before {
    background-image: url(../img/mail_icon_white.webp);
    transition: all 0.5s;
}

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

**********************************************************/

footer {
    color: #FFF;
    background-color: #3C4856;
    padding: 80px 0;
}

.footer_wrapper {
    margin-left: 200px;
}

footer .wrapper {
    width: 100%;
}

.footer_top {
    display: flex;
    justify-content: space-between;
}

.footer_top .logo {
    width: 89px;
    display: inline-block;
    padding-left: 20px;
    margin: 0 0 20px 0;
}

.footer_left {
    width: 444px;
}

.footer_right {
    width: calc(100% - 490px);
}

.footer_left p {
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0;
}

.footer_name {
    margin: 15px 0 10px 0;
}

.footer_nav {
    margin-top: 25px;
}

.footer_nav > ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.footer_nav > ul > li {
    width: 200px;
}

.footer_nav > ul > li a {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.5;
}

.footer_bottom {
    width: 100%;
    border-top: 1px solid #FFF;
    margin-top: 40px;
    padding-top: 40px;
}

.footer_bottom ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 40px;
}

.footer_bottom ul li a,
.footer_bottom ul li p {
    font-size: 1.4rem;
}

.recruit {
    width: 100%;
    height: 630px;
    margin-left: 0;
    background-image: url(../img/recruit_bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.recruit > div {
    margin-left: 200px;
    position: relative;
}

.recruit,
.recruit .heading_subtitle {
    color: #FFF;
    z-index: 1;
}

.recruit .wrapper {
    z-index: 2;
}

.recruit_bg01,
.recruit_bg02,
.recruit_bg03,
.recruit_bg04,
.recruit_bg05 {
    position: absolute!important;
    margin-left: 0!important;
    z-index: -1;
}

.recruit_bg01 {
    top: 40px;
    left: 0;
    width: 212px;
}

.recruit_bg02 {
    left: 100px;
    bottom: 0;
    width: 140px;
}

.recruit_bg03 {
    top: 0;
    right: 480px;
    width: 212px;
}

.recruit_bg04 {
    bottom: 0;
    left: 580px;
    width: 262px;
}

.recruit_bg05 {
    top: 150px;
    right: 0;
    width: 222px;
}

.recruit_title {
    margin-top: 45px;
}

.recruit_title .fv_maintitle {
    color: #FFF;
    font-size: 3.7rem;
}

.recruit_vision_txt {
    width: 170px;
    margin-bottom: 15px;
}

.recruit_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 320px;
    height: 80px;
    font-size: 1.5rem;
    color: #3C4856;
    background-color: #FFF;
    justify-content: initial;
    padding-left: 40px;
    border: 1px solid #3C4856;
    border-radius: 50px;
    gap: 15px;
    position: relative;
    margin-top: 60px;
    transition: all 0.5s;
}

.recruit_btn:hover {
    background-color: #3C4856;
    color: #FFF;
    transition: all 0.5s;
}

.recruit_btn::before {
    position: absolute;
    content: "";
    top: 0;
    right: 48px;
    bottom: 0;
    margin: auto;
    width: 29px;
    height: 2px;
    background-color: #3C4856;
    transition: all 0.5s;
}

.recruit_btn:hover::before {
    background-color: #FFF;
    transition: all 0.5s;
}

.recruit_btn::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 31px;
    margin: auto;
    width: 8px;
    height: 8px;
    background-color: #FD4636;
    border-radius: 50%;
}

.recruit_slide_box {
    position: absolute;
    top: -100px;
    right: 5vw;
    height: 100%;
}

.recruit_slider_container {
    display: flex;
    gap: 20px;
}

.recruit_slider_up,
.recruit_slider_down {
    width: 230px;
    height: 630px;
    margin: auto;
    overflow: hidden;
}

.recruit_slider_up > div {
    height: 630px !important;
}

.recruit_slider_up img,
.recruit_slider_down img {
    margin: 10px 0;
}

@media screen and (min-width: 768px) {
    .recruit_slide_down img {
        margin: 0;
        width: 100%;
    }

    .recruit_slide_down {
        display: flex;
        flex-direction: column-reverse;
        gap: 20px;
        margin: 0;
        padding: 0;
        align-items: center;
        animation: slideShow 12s infinite linear;
        list-style: none;
    }
}

@media screen and (max-width: 767px) {
    .recruit_slide_down {
        display: flex;
        flex-direction: row;
        gap: 20px;
        margin: 0;
        padding: 0;
        align-items: center;
        animation: slideShowHorizontal 12s infinite linear;
        list-style: none;
    }

    .recruit_slide_down img {
        width: auto;
        height: 100%;
    }
}

@keyframes slideShowHorizontal {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes slideShow {
    0% {
        transform: translateY(-50%);
    }

    100% {
        transform: translateY(0);
    }
}

/**********************************************************
    
    下層ページ

**********************************************************/

.kasou_page .h1_sub {
    color: #127CCA;
    font-size: 10rem;
    font-weight: bold;
    margin-bottom: 30px;
}

.kasou_page h1 {
    font-size: 1.6rem;
    padding-left: 20px;
    border-left: 5px solid #41A099;
}

.kasou_page .fv {
    padding-bottom: 0;
}

.contents {
    padding-left: 50px;
}

.craftsmanship .btn {
    margin-left: 0;
}

.kasou_page .heading_title {
    font-size: 2.8rem;
    line-height: 1.9;
    font-weight: bold;
    padding-left: 14px;
    border-left: 17px solid #C4DEF2;
    margin-bottom: 20px;
}

.feature_lists li,
.product_flow_lists > li {
    margin-top: 60px;
}

.product_flow_lists > li {
    padding: 40px 55px;
    background-color: #F8F9FC;
    position: relative;
}

.product_flow_lists > li::before {
    position: absolute;
    content: "";
    bottom: -50px;
    left: 0;
    right: 0;
    margin: auto;
    width: 81px;
    height: 28px;
    background-image: url(../img/product_flow_lists_arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.product_flow_lists > li:last-child::before {
    display: none;
}

.feature_list_num,
.product_flow_list_num {
    color: #127CCA;
    font-size: 4.6rem;
    letter-spacing: 0.04em;
    margin-bottom: 20px;
}

.product_flow_list_num {
    margin-bottom: 0;
}

.feature_list_title,
.product_flow_list_title {
    font-size: 2.6rem;
    font-weight: bold;
    margin-bottom: 40px;
}

.product_flow_list_title {
    margin-bottom: 0;
}

.feature_list_txt,
.feature_list_img,
.product_flow_list_txt,
.product_flow_list_img {
    width: 46%;
}

.product_flow_list_txt {
    width: calc(54% - 35px);
}

.product_flow_list_txt_only {
    width: 100%;
}

.product_flow_list_img img {
    height: 18.5vw;
    max-height: 268px;
    object-fit: cover;
}

.feature .btn {
    margin-left: 0;
}

.history .contents {
    margin-top: 80px;
    padding-left: 0;
}

.history h3 {
    font-size: 4.6rem;
    margin: 40px 0;
}

.history_lists {
    border-left: 3px solid #127CCA;
    padding-top: 15px;
}

.history_lists li {
    padding-left: 45px;
    margin-top: 40px;
}

.history_lists li:first-child {
    margin-top: 0;
}

.history_lists_txt h4 {
    font-size: 2.2rem;
    font-weight: bold;
    letter-spacing: 0.04em;
    position: relative;
}

.history_lists_txt h4::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: -25px;
    margin: auto;
    width: 10px;
    height: 10px;
    background-color: #127CCA;
    border-radius: 50%;
}

.history_lists_txt {
    width: calc(100% - 37.5% - 80px);
}

.history_lists_txt p {
    margin-top: 25px;
}

.history_lists_img {
    width: 37.5%;
    max-width: 400px;
}

.product_flow_list_note {
    border-top: 1px solid #D9D9D9;
    padding-top: 20px;
    margin-top: 20px;
}

.product_flow_list_note span {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: bold;
    color: #FFF;
    background-color: #41A099;
    padding: 5px 12px;
    margin-bottom: 20px;
}

.product_flow_list_note ul {
    flex-wrap: wrap;
    gap: 5px 0;
}

.product_flow_list_note ul li {
    width: 33%;
    font-size: 1.6rem;
    line-height: 2;
    padding-left: 30px;
    position: relative;
}

.product_flow_list_note ul li::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    background-image: url(../img/checkbox.png);
    background-repeat: no-repeat;
    background-size: contain;
}





































.made_to_order_txt {
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1.7;
}

/* .product_flow {
    background-color: #F8F9FC;
} */

.product_flow_list_txt_title {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.product_flow_list_num,
.product_flow_list_title {
    display: inline-block;
}

.product_flow_list_num {
    font-size: 2rem;
    font-weight: bold;
    color: #FFF;
    background-color: #127CCA;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.made_to_order_slider {
    margin-top: 60px;
}

.made_to_order_slide_txt {
    text-align: center;
    font-size: 3.2rem;
    line-height: 1.7;
}

.made_to_order_slide_img {
    margin: 0 16px;
}

.patent .heading_title {
    display: inline-block;
    font-size: 2rem;
    line-height: 2.65;
}

.patent_title {
    display: flex;
    align-items: center;
    gap: 55px;
    margin-bottom: 100px;
}

.patent_title span {
    font-size: 2rem;
    color: #FFF;
    background-color: #127CCA; 
    padding: 15px 32px;
    margin-bottom: 20px;
}

.patent_lists li {
    background-color: #F8F9FC;
    padding: 40px 55px;
    margin-top: 60px;
}

.patent_list_title {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
}

.patent_list_title h3 {
    font-size: 2.8rem;
    font-weight: bold;
    padding-left: 22px;
    position: relative;
}

.patent_list_title h3::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #127CCA;
}

.patent_list_title span {
    font-size: 1.4rem;
    color: #FFF;
    background-color: #127CCA; 
    padding: 15px 32px;
}

.patent_list_box {
    background-color: #FFF;
    padding: 40px 50px;
    gap: 50px;
}

.patent_list_txt {
    width: 68%;
}

.patent_list_txt p {
    font-size: 1.4rem;
    line-height: 1.7;
}

.patent_list_txt p:first-child {
    margin-bottom: 10px;
}

.patent_list_txt span {
    font-weight: bold;
}

.patent_list_img {
    width: calc(32% - 50px);
}

.patent_list_img img {
    max-height: 225px;
    object-fit: contain;
}



.project_story_lists li {
    margin-top: 60px;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.project_story_lists li::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 19, 23, 0.4);
}

.project_story_lists li:nth-child(1) {
    background-image: url(../img/project_story_01.webp);
}
.project_story_lists li:nth-child(2) {
    background-image: url(../img/project_story_02.webp);
}
.project_story_lists li:nth-child(3) {
    background-image: url(../img/project_story_03.webp);
}
.project_story_lists li:nth-child(4) {
    background-image: url(../img/project_story_04.webp);
}
.project_story_lists li:nth-child(5) {
    background-image: url(../img/project_story_05.webp);
}

.project_story_list_title {
    position: absolute;
    top: 40px;
    left: 55px;
    color: #FFF;
    z-index: 10;
}

.project_story_list_title h3 {
    font-size: 2.8rem;
    margin-bottom: 20px;
}

.project_story_list_title p {
    max-width: 465px;
}

.project_story_lists .btn_box {
    position: absolute;
    bottom: 40px;
    right: 55px;
}

.btn_project_story {
    width: 144px;
    height: 43px;
}

.btn_project_story.arrow::before {
    right: -15px;
}


.project_story_single h1 {
    font-size: 3.2rem;
    border-left: 0;
    padding-left: 0;
    font-weight: bold;
}

.post_contents img,
.post_contents .wp-block-image {
    margin: 40px 0;
}

.post_contents .wp-block-image img {
    margin: 0;
}

.post_contents h2 {
    font-size: 2.6rem;
    line-height: 1.5;
    font-weight: bold;
    margin: 60px 0 40px 0;
}

.post_contents h3,
.post_contents h4,
.post_contents h5,
.post_contents h6 {
    font-size: 2.4rem;
    line-height: 1.5;
    font-weight: bold;
    margin: 40px 0 20px 0;
}

.post_contents h4 {
    font-size: 2rem;
}

.post_contents h5 {
    font-size: 1.8rem;
}

.post_contents h6 {
    font-size: 1.6rem;
}

.post_contents p {
    margin-bottom: 20px;
}

.post_contents p a {
    color: #127CCA;
    text-decoration: underline;
}

.wp-block-list {
    list-style: inside;
    padding-left: 10px;
    margin: 20px 0;
}

.wp-block-list li {
    font-size: 1.6rem;
    line-height: 2;
}

.wp-block-list::marker {
    margin-right: 10px;
}

.wp-block-list ul {
    padding-left: 25px;
    margin: 0;
}

.btn_big {
    font-size: 2rem;
    width: 435px;
    height: 73px;
    margin-top: 100px;
}

.project_story_archive {
    gap: 40px;
    margin-top: 100px;
}

.project_story_archive li {
    width: calc((100% - 80px) / 3);
}

.project_story_archive_thumb {
    margin-bottom: 30px;
}

.project_story_archive_title {
    font-size: 1.8rem;
    line-height: 2;
    font-weight: 600;
}

.project_story_archive p {
    font-size: 1.4rem;
}

.greeting_img {
    width: 46%;
}

.greeting_txt {
    width: calc(54% - 30px);
}

.greeting_txt span {
    font-size: 3.6rem;
    font-weight: bold;
    margin-bottom: 60px;
}

.greeting_txt p {
    font-size: 1.4rem;
    line-height: 2.2;
}

.president_name {
    justify-content: initial!important;
    gap: 45px;
    margin-top: 30px;
}

.president_name span {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.08em;
    margin-bottom: 0;
}

.president_name img {
    width: 160px;
}

.philosophy {
    padding-bottom: 0;
}

.philosophy_lists > li {
    padding: 50px 0;
    border-bottom: 1px solid #A2ACBD;
}

.philosophy_lists > li:last-child {
    border-bottom: 0;
}

.philosophy_lists h3 {
    font-size: 3.2rem;
    font-weight: bold;
    color: #127CCA;
    margin-bottom: 40px;
}

.philosophy_lists_title {
    font-size: 3.6rem;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 18px;
}

.philosophy_lists_contents p {
    font-size: 1.8rem;
    line-height: 1.7;
}

ul.philosophy_lists_contents {
    gap: 35px;
}

ul.philosophy_lists_contents li {
    padding: 40px 0;
    border-bottom: 1px dashed #A2ACBD;
}

ul.philosophy_lists_contents li:last-child {
    border-bottom: 0;
}

ul.philosophy_lists_contents li h4 {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.6;
    margin-top: 10px;
}

ul.philosophy_lists_contents li p {
    font-size: 1.8rem;
    line-height: 1.7;
}

.philosophy_lists_contents_value_title {
    width: 47%;
}

.philosophy_lists_contents_value_title span {
    font-weight: bold;
    font-size: 3.6rem;
}

.philosophy_lists_contents_value_txt {
    width: 53%;
    margin-right: 50px;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 80px;
}

table th,
table td {
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 500;
    padding: 20px 0 20px 40px;
    border: 0.5px solid rgba(60, 72, 86, 0.5);
    vertical-align: middle;
}

table th {
    width: 32%;
    background-color: #F0FAFF;
    border-right: 0;
}

table td {
    border-left: 0;
}

table td ul li {
    margin-bottom: 9px;
}

.office_lists li {
    padding: 30px 0;
    border-bottom: 1px solid #A2ACBD;
}

.office_list_box {
    gap: 140px;
    align-items: center;
}

.office_list_txt {
    width: calc(55% - 140px);
}

.office_list_txt h3 {
    font-size: 1.8rem;
    padding-left: 16px;
    position: relative;
    margin-bottom: 5px;
}

.office_list_txt h3::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #127CCA;
}

.office_list_txt p {
    line-height: 1.7;
    letter-spacing: 0;
}

.office_list_img {
    width: 45%;
}





























































section {
    padding: 100px 0;
}

.fb_box {
    display: flex;
    justify-content: space-between;
}

.fb_box.reverse {
    flex-direction: row-reverse;
}


/**********************************************************
    
    仕事を知る

**********************************************************/

.job_p {
    font-size: 2rem;
    line-height: 1.5;
}

.dot_box {
    padding: 34px 54px;
    border: 1px dotted #3C4856;
    border-radius: 10px;
}

.job_lists {
    flex-wrap: wrap;
    margin: 50px 0;
    gap: 30px 40px;
}

.job_lists_item {
    min-height: 231px;
    width: calc((100% - 40px) / 2);
}

.job_lists_item h3 {
    font-size: 2.4rem;
    justify-content: initial;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.job_lists_item h3 img {
    width: 45px;
}

.job_lists_item p {
    font-size: 1.5rem;
    line-height: 1.5;
}

.interview_btn_box {
    justify-content: center;
    gap: 40px;
}

.interview_btn {
    width: 400px;
    height: 100px;
    justify-content: left;
    border: 1px solid #3C4856;
    border-radius: 50px;
    padding-left: 12px;
    gap: 15px;
}

.normal_btn {
    width: 400px;
    height: 100px;
    border: 1px solid #3C4856;
    border-radius: 50px;
    gap: 15px;
}

.interview_btn::before {
    right: 56px;
}

.interview_btn::after {
    right: 39px;
}

.interview_btn_icon {
    width: 78px;
}

.interview_btn p {
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: bold;
}

.interview_btn:hover,
.normal_btn:hover {
    background-color: #3C4856;
    color: #FFF;
}

.interview_btn:hover::before,
.normal_btn:hover::before {
    background-color: #FFF;
}

.job_sales,
.job_management {
    background-color: #F0FAFF;
}

.interview_none_btn {
    justify-content: center;
}


/**********************************************************
    
    働く人を知る

**********************************************************/

.members_search {
    justify-content: initial;
    gap: 100px;
}

.members_search_title {
    font-size: 2rem;
    font-weight: bold;
    color: #FD4636;
}

.members_search ul {
    justify-content: initial;
    gap: 8px;
    margin-top: 15px;
}

.members_search ul li a {
    border: 1px solid #3C4856;
    border-radius: 200px;
}

.members_search ul li a:hover {
    color: #FFF;
    background-color: #3C4856;
}

.members_search_category ul li a {
    width: 104px;
    height: 31px;
    font-size: 1.6rem;
    font-weight: 600;
}

.members_search ul li a span {
    position: relative;
}

.members_search ul li a span::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.members_search_category ul li a span {
    padding-left: 14px;
}

.members_search_category ul li a span::before {
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.category_human span::before {
    background-color: #FFE18D;
}
.category_culture span::before {
    background-color: #50C9C3;
}
.category_atena span::before {
    background-color: #DE4D4D;
}
.category_all span::before {
    background-color: #3498E2;
}

.members_search_tag ul li a {
    padding: 0 15px;
    height: 31px;
    font-size: 1.2rem;
    font-weight: 400;
}

.tag span {
    position: relative;
    padding-left: 22px;
}

.tag span::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    background-image: url(../img/tag_icon.webp);
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.5s;
}

.tag span:hover::before {
    filter: invert();
}

.members_archive {
    flex-wrap: wrap;
    justify-content: initial;
    gap: 75px;
    margin-top: 50px;
}

.members_archive_list {
    width: calc((100% - 150px) / 3);
}

.members_archive_list a {
    padding-bottom: 30px;
    border-bottom: 1px dotted #3C4856;
}

.members_archive_list a:hover {
    opacity: 0.6;
}

.members_article_thumb {
    margin-bottom: 20px;
}

span.members_article_category {
    margin-bottom: 6px;
}

span.members_article_category span {
    font-size: 1.2rem;
    font-weight: 600;
    padding-left: 15px;
    position: relative;
}

span.members_article_category span::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.members_article_title {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 14px;
}

.members_article_tag {
    justify-content: initial;
    gap: 20px;
}

/**********************************************************
    
    インタビュー

**********************************************************/

.interview_head_box {
    align-items: center;
    gap: 65px;
}

.interview_head_box_img {
    width: 48%;
}

.interview_head_box_txt .tag {
    padding: 8px 16px;
    border: 1px solid #3C4856;
    border-radius: 50px;
}

.interview_head_title {
    font-size: 4.8rem;
    font-weight: bold;
    margin: 25px 0;
}

.interview_head_name {
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 45px;
}

.interview_contents {
    padding-top: 0;
    background-color: #F0FAFF;
}

.interview_contents .marquee {
    margin-bottom: 120px;
}

.interview_title_loop img {
    margin: 0 55px;
}

.post_img_txt_box {
    gap: 55px;
    margin: 60px 0;
}

.post_img_txt {
    width: calc(52% - 55px);
}

.post_img_box {
    width: 48%;
}

.post_h3 {
    font-size: 2.8rem;
    font-weight: bold;
    margin-bottom: 27px;
}

.post_p {
    line-height: 2.5;
}

.post_contents .interview_btn_box {
    margin-top: 120px;
}

.post_contents .interview_btn_box a:first-child {
    padding-left: 15px;
    padding-right: 0;
}

.post_contents .interview_btn_box a:last-child {
    padding-left: 0;
    padding-right: 15px;
}

.btn_point_reverse::before {
    right: initial;
    left: 56px;
}
.btn_point_reverse::after {
    right: initial;
    left: 39px;
}

/**********************************************************
    
    働く環境

**********************************************************/

.benefits_lists {
    flex-wrap: wrap;
    margin: 50px 0;
    gap: 30px;
}

.benefits_lists_item {
    /* min-height: 231px; */
    width: calc((100% - 60px) / 3);
    border-radius: 10px;
    padding: 35px 30px 20px 30px;
}

.benefits_lists_item h3 {
    font-size: 2rem;
    line-height: 1.5;
    justify-content: initial;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.benefits_lists_item h3 img {
    width: 109px;
}

.benefits_lists_item p {
    font-size: 1.4rem;
    line-height: 1.5;
}

.environment_ojt {
    padding-top: 0;
}

.environment_ojt_slide {
    margin: 50px 0;
    height: 35vw;
}

.environment_ojt_slide_item {
    margin: 10px 25px;
}

@media screen and (min-width: 769px) {
.environment_ojt01 {
    width: 23.68vw!important;
}

.environment_ojt02 {
    width: 31.39vw!important;
    margin-top: 195px;
}

.environment_ojt03 {
    width: 23.68vw!important;
}

.environment_ojt04 {
    width: 33.05vw!important;
    margin-top: 55px;
}
}

.environment_ojt01,
.environment_ojt03 {
    animation: updown01 3s infinite;
}
.environment_ojt02,
.environment_ojt04 {
    animation: updown02 3s infinite;
}

@keyframes updown01 {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}
@keyframes updown02 {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(10px);
    }
}

.environment_development_project {
    background-color: #F0FAFF;
}

.development_project_txt {
    position: relative;
    width: 55px;
    height: 51px;
}

.development_project_txt::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 51px;
    height: 51px;
    background-image: url(../img/development_txt.webp);
    background-repeat: no-repeat;
    background-size: contain;
}

.environment_development_project_box {
    margin-top: 60px;
    gap: 105px;
}

.environment_development_project_txt {
    width: calc(57% - 105px);
}

.environment_development_project_txt p {
    font-size: 2rem;
    line-height: 2.2;
}

.environment_development_project_img {
    width: 43%;
    position: relative;
    z-index: 1;
}

.development_project_bg {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 105px;
    margin: auto;
    z-index: -1;
}

@media screen and (max-width: 1350px) {
    .development_project_bg {
        left: 5vw;
    }
}

.environment_development_project_img img:first-child {
    margin-bottom: 40px;
}

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

**********************************************************/

.qa .wrapper {
    max-width: 920px;
}

.qa_lists li {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px dotted #3C4856;
}

.qa_list_q,
.qa_list_a {
    justify-content: initial;
    gap: 20px;
}

.qa_list_q {
    margin-bottom: 20px;
}

.qa_list_icon img {
    width: 43px;
}

.qa_list_q .qa_list_txt {
    font-size: 1.8rem;
    font-weight: bold;
}

.qa_list_1 .qa_list_txt {
    font-size: 1.6rem;
    font-weight: 500;
}

/**********************************************************
    
    インターンシップ

**********************************************************/

.internship_info {
    text-align: center;
    padding-bottom: 75px;
}

.internship_info .heading_subtitle {
    font-size: 3.8rem;
}

.internship_info_time {
    font-size: 3rem;
    font-weight: bold;
}

.internship_info_time span {
    font-size: 2rem;
    padding-right: 35px;
    position: relative;
}

.internship_info_time span::before {
    position: absolute;
    content: "";
    top: 0;
    right: 5px;
    bottom: 0;
    margin: auto;
    width: 22px;
    height: 22px;
    background-image: url(../img/internship_info_time.webp);
    background-repeat: no-repeat;
    background-size: contain;
}

.internship_info .fb_box {
    justify-content: center;
    margin: 40px 0;
}

.internship_info p a {
    text-decoration: underline;
}

.internship_program_details {
    padding-top: 0;
    background-color: #F0FAFF;
}

.internship_program_details .marquee {
    margin-bottom: 110px;
}

.internship_title_loop img {
    margin-right: 20px;
}

.program_details_lists {
    flex-wrap: wrap;
    gap: 20px 70px;
    margin: 50px 0;
}

.program_details_lists_item {
    width: calc((100% - 70px) / 2);
    padding: 33px 35px;
}

.program_details_lists_item h3 {
    font-size: 2rem;
    line-height: 1.4;
    font-weight: bold;
    padding-left: 20px;
    margin-bottom: 10px;
    position: relative;
}

.program_details_lists_item h3::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 13px;
    height: 13px;
    background-color: #FD4636;
    border-radius: 50%;
}

.program_details_lists_item p {
    font-size: 1.8rem;
    line-height: 1.4;
}

.program_details_img_lists {
    gap: 35px;
    margin-top: 80px;
}

.program_details_img_lists li {
    width: calc((100% - 70px) / 3);
}

.internship_testimonials .heading_title {
    margin-bottom: 65px;
}

.internship_testimonials_box {
    padding: 60px 0;
    position: relative;
}

.internship_testimonials_box::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 597px;
    height: 2px;
    background-color: #127CCA;
}

.internship_testimonials_box:last-child::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 597px;
    height: 2px;
    background-color: #127CCA;
}

.internship_testimonials_box h3 {
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 70px;
}

.internship_testimonials_box h3 span {
    font-size: 3.8rem;
    color: #FD4636;
}

.internship_testimonials_lists {
    max-width: 700px;
    margin: auto;
}

.internship_testimonials_item {
    margin-top: 60px;
    position: relative;
    z-index: 1;
}

.internship_testimonials_item::before {
    position: absolute;
    content: "";
    top: -28px;
    left: -46px;
    margin: auto;
    width: 72px;
    height: 68px;
    background-image: url(../img/testimonials_icon.webp);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}


/**********************************************************
    
    お知らせ

**********************************************************/

.news_single h1 {
    font-size: 3.2rem;
    line-height: 1.7;
    padding-left: 0;
    border-left: 0;
}

.article_head {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #A2ACBD;
}

.post_img {
    margin: 40px 0;
}

.article_head .news_date {
    margin-bottom: 10px;
}

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

**********************************************************/

.contact_tel {
    text-align: center;
    margin-bottom: 50px;
}

.contact_tel a {
    width: 100%;
    color: #FFF;
    background-color: #127CCA;
    border: 1px solid #127CCA;
    padding: 40px 0;
    transition: all 0.5s;
}

/*.contact_tel a:hover {
    color: #127CCA;
    background-color: #FFF;
    transition: all 0.5s;
}*/

.contact_tel p:first-child {
    font-size: 1.8rem;
}

.contact_tel span {
    font-size: 2.8rem;
    line-height: 2;
    font-weight: 900;
    padding-left: 25px;
    position: relative;
}

.contact_tel span::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    background-image: url(../img/tel_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.5s;
}

/*.contact_tel a:hover span::before {
    background-image: url(../img/tel_icon_blue.png);
}*/

.contact_tel p:last-child {
    font-size: 1.4rem;
}

.contact_border {
    border-top: 1px dashed #030303;
}

.entry_form {
    width: 100%;
    margin-top: 50px;
}

.entry_form th,
.entry_form td {
    font-size: 1.6rem;
    padding: 30px 0;
    vertical-align: middle;
    background-color: #FFF;
    border: 0;
}

.entry_form th {
    width: 27%;
}

.entry_form td {
    width: 73%;
}

.entry_form td input,
.entry_form td textarea {
    width: 100%;
    line-height: 1.5;
    padding: 13px 30px;
    border: 1px solid #3C4856;
    border-radius: 3px;
}

.entry_form td label {
    display: flex;
    align-items: center;
    gap: 20px;
    line-height: 2;
    margin-bottom: 10px;
}

.entry_form td label input {
    width: 18px;
    height: 18px;
}

.entry_form td textarea {
    height: 200px;
}

input::placeholder {
    color: #CECECE;
}

.require {
    height: 16px;
    position: relative;
}

.require::before {
    position: absolute;
    content: "";
    top: -5px;
    left: 5px;
    margin: auto;
    width: 6px;
    height: 6px;
    background-image: url(../img/form_inquiry.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.file {
    display: flex;
    align-items: center;
    gap: 30px;
    border: 1px dashed #3C4856;
    padding: 30px;
}

.file span {
    font-size: 1.4rem;
    line-height: 2;
    background-color: #CECECE;
}

.form_complete {
    text-align: center;
    padding-bottom: 55px;
}

.form_complete span {
    font-size: 3.2rem;
    font-weight: bold;
    margin-bottom: 60px;
}

.note {
    font-size: 1.2rem;
    line-height: 1.7;
    margin: 40px 0;
}

.form_complete a {
    font-size: 1.2rem;
    line-height: 1.7;
}


.privacy p {
    margin-bottom: 50px;
}


/**********************************************************
    
    環境への取り組み

**********************************************************/

.sdgs_link {
    border-radius: 60px;
    background-color: #127CCA;
    padding: 14px 50px;
    width: 100%;
    max-width: 862px;
    justify-content: initial;
    margin-bottom: 80px;
}

.sdgs_link a {
    font-size: 1.6rem;
    color: #FFF;
    padding-right: 23px;
    margin-right: 23px;
    border-right: 1px solid #FFF;
}

.sdgs_link a:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
}

.sdgs_link a:hover {
    opacity: 0.6;
}

.sdgs_title {
    font-size: 2.4rem;
    font-weight: bold;
    padding-left: 27px;
    margin: 60px 0 40px 0;
    position: relative;
}

.sdgs_title::before {
    position: absolute;
    content: "";
    top: 1.8rem;
    left: 0;
    margin: auto;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #127CCA;
}

.sdgs_box_txt {
    width: 46%;
}

.sdgs_box_img {
    width: calc(54% - 38px);
}

.sdgs_lists li {
    margin: 60px 0;
}

.sdgs_h3_num {
    display: block;
    font-size: 4rem;
    font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 5px;
    position: relative;
}

.sdgs_h3_num::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 2px;
    background-color: #127CCA;
}

.sdgs_h3 {
    font-size: 2rem;
    font-weight: bold;
}

.sdgs_lists ul li {
    width: calc((100% - 60px) / 3);
}

.sdgs_bg_gray {
    background-color: #F8F9FC;
    padding: 25px;
    margin: 40px 0;
}

.sdgs .sdgs_bg_gray {
    padding: 20px;
}

.sdgs_bg_gray > div {
    background-color: #FFF;
    padding: 45px 25px;
    height: 100%;
}

.sdgs_lists ul li .fb_box {
    justify-content: center;
    gap: 10px;
    margin-bottom: 25px;
}

.sdgs_lists ul li .fb_box img {
    width: 50%;
    max-width: 110px;
}

.sdgs_bg_gray > div p {
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: center;
}

.sdgs_h3_box {
    display: flex;
    align-items: center;
    gap: 18px;
    border-bottom: 1px solid #127CCA;
    margin: 80px 0 40px 0;
}

.sdgs_h3_box span {
    width: 113px;
    height: 44px;
    font-size: 2rem;
    font-weight: bold;
    color: #FFF;
    background-color: #127CCA;
    align-items: center;
    justify-content: center;
}

.sdgs_h4 {
    color: #127CCA;
    font-size: 1.6rem;
    font-weight: bold;
    padding-left: 17px;
    margin-bottom: 10px;
    margin-top: 60px;
    position: relative;
}

.sdgs_h4 span {
    font-size: 1.2rem;
}

.sdgs_h4::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #127CCA;
}

.sdgs_h5 {
    font-size: 1.6rem;
    font-weight: bold;
    padding-left: 17px;
    margin-bottom: 10px;
    position: relative;
}

.sdgs_h5::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #2A2A2A;
}

.sdgs_h5_txt {
    width: 53%;
}

.sdgs_h5_img {
    width: calc(47% - 20px);
}

.sdgs_h5_txt p {
    text-align: left!important;
    line-height: 2!important;
}

.img_box {
    margin: 40px 0;
}

.sdgs_box_img {
    text-align: center;
}

.reuse01 img {
    width: 50%;
}

.environmental_design .btn {
    margin-left: 0;
    margin-top: 30px;
}

.recycle02 img {
    width: 80%;
}

.recycle03 img {
    width: 80%;
}

.sdgs_h5_box {
    padding-left: 20px;
    margin-top: 40px;
}

.sdgs_h3_box .renewable {
    width: 148px;
}

.renewable01 img,
.renewable04 img {
    width: 30%;
}

.renewable02 img {
    width: 20%;
}

.renewable03 img {
    width: 50%;
}

.sdgs_h5_box.renewable05_box {
    margin-top: 0;
}

.renewable05 img {
    width: 40%;
}

.social_initiatives_table01 img {
    width: 50%;
}

.sdgs_box_txt .sdgs_h4 {
    margin-top: 0;
}

.social_initiatives .sdgs_box {
    margin-top: 40px;
}

.social_initiatives01 img,
.social_initiatives03 img,
.social_initiatives04 img,
.social_initiatives05 img {
    width: 20%;
}

.social_initiatives02 img {
    width: 50%;
}

.social_initiatives07 img {
    width: 50%;
}

.social_initiatives_club img {
    width: 28%;
}

.sdgs_h3_box .initiatives {
    width: 191px;
}


.social_initiatives11 img {
    width: 50%;
}

/* ニュース一覧 */

.pagination {
    margin-top: 80px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.pagination span,
.pagination a {
    width: 30px;
    height: 30px;
    font-size: 1.4rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination a {
    border: 1px solid #000;
    transition: all 0.5s;
}

.pagination a:hover {
    background-color: #000;
    color: #FFF;
    transition: all 0.5s;
}

.pagination .current {
    color: #127CCA;
    border-bottom: 1px solid #127CCA;
}

.pagination .prev,
.pagination .next {
    display: none;
}



.wpcf7-form-control-wrap {
    width: 100%;
}

.wpcf7-list-item {
    display: block!important;
    margin: 0!important;
}

.form_privacy_txt {
    text-align: center;
    margin-top: 50px;
}

.form_privacy_txt a {
    text-decoration: underline;
}

.wpcf7-file {
    border: none!important;
    padding: 0!important;
}

.wpcf7 input[type="file"] {
    width: 320px;
    font-weight: 400;
}

input[type=file]::file-selector-button {
    background: #CECECE;
    padding: 9px 29px;
    border-radius: 3px;
    margin-right: 30px;
    border: none!important;
}

.form_privacy_txt input {
    width: 18px!important;
    height: 18px!important;
    border-radius: 0!important;
    margin-right: 20px;
}

.wpcf7-spinner {
    display: none!important;
}

input[type="submit"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 2rem;
    width: 435px;
    height: 73px;
    margin-top: 100px;
    border: 1px solid #000;
    margin: 60px auto 0 auto;
}

.btn_box {
    text-align: center;
}





/* アニメーション */
/* アニメーションスタートの遅延時間を決めるCSS*/

.fadeUpTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
    opacity: 0;
}

.delay-time02 {
    animation-delay: 0.2s;
}
.delay-time04 {
    animation-delay: 0.4s;
}
.delay-time06 {
    animation-delay: 0.6s;
}
.delay-time08 {
    animation-delay: 0.8s;
}
.delay-time10 {
    animation-delay: 1s;
}
.delay-time12 {
    animation-delay: 1.2s;
}
.delay-time14 {
    animation-delay: 1.4s;
}
    
/*==================================================
スタート時は要素自体を透過0にするためのopacity:0;を指定する
===================================*/
    
.fade {
    opacity: 0;
}
    
/*==================================================
動き自体の指定：今回は「ふわっ」
===================================*/
    
.fadeUp {
    animation-name:fadeUpAnime;
    animation-duration:1s;
    animation-fill-mode:forwards;
    opacity: 0;
    }
    @keyframes fadeUpAnime{
        from {
        opacity: 0;
        transform: translateY(100px);
        }
    
        to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 左から */

.fadeLeft{
    animation-name:fadeLeftAnime;
    animation-duration:1s;
    animation-fill-mode:forwards;
    opacity:0;
    }
    
    @keyframes fadeLeftAnime{
        from {
        opacity: 0;
        transform: translateX(-100px);
        }
    
        to {
        opacity: 1;
        transform: translateX(0);
        }
    }
    
/* 右から */
    
.fadeRight{
    animation-name:fadeRightAnime;
    animation-duration:1s;
    animation-fill-mode:forwards;
    opacity:0;
    }
    
    @keyframes fadeRightAnime{
        from {
        opacity: 0;
        transform: translateX(100px);
        }
    
        to {
        opacity: 1;
        transform: translateX(0);
        }
    }

.rotateY{
        animation-name:rotateYAnime;
        animation-duration:1s;
        animation-fill-mode:forwards;
    }
    
    @keyframes rotateYAnime{
        from{
            transform: rotateY(0);
            }
        to{
            transform: rotateY(-360deg);
            }
    }

.philosophy_lists h3 span{
	font-size:1.4rem;
	color:#3C4856;
	font-family: "Noto Sans JP", serif;
	margin-left:10px;
}