/* Default */
@font-face {
    font-family: FujitsuInfinityPro;
    font-weight: 600;
    src: url('../wf/FujitsuInfinityPro-Regular.otf') format("opentype");
}

@font-face {
    font-family: FujitsuInfinityPro;
    font-weight: 800;
    src: url('../wf/FujitsuInfinityPro-ExtraBold.otf') format("opentype");
}

html[lang="ja"] {
    font-family: 'FujitsuInfinityPro', 'YakuHanJPs_Noto', 'Noto Sans', 'Noto Sans JP', sans-serif;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

::before,
::after {
    box-sizing: border-box;
}

h1,
h2,
h3,
h3,
p,
dt,
dd,
a {
    letter-spacing: .2rem;
}

h1,
h2,
h3,
h3,
p,
dt,
dd,
a {
    color: #0F1922;
}

body {
    font-family: 'FujitsuInfinityPro', 'YakuHanJPs_Noto', 'Noto Sans', 'Noto Sans JP', sans-serif;
    width: 100%;
    margin: 0;
}

h1 {
    font-size: 2rem;
    line-height: calc(0.25rem * 13);
    font-feature-settings: "palt";
}

h2 {
    font-size: 1.75rem;
    line-height: calc(0.25rem * 12);
    margin-top: calc(0.25rem * 11);
    font-feature-settings: "palt";
}

h3 {
    font-size: 1.5rem;
    line-height: calc(0.25rem * 10);
    margin-top: calc(0.25rem * 10);
    font-feature-settings: "palt";
}

h4 {
    font-size: 1.3125rem;
    line-height: calc(0.25rem * 9);
    margin-top: calc(0.25rem * 8);
    font-feature-settings: "palt";
}

h5 {
    font-size: 1.125rem;
    line-height: calc(0.25rem * 8);
    margin-top: calc(0.25rem * 7);
    font-feature-settings: "palt";
}

h6 {
    font-size: 0.875rem;
    line-height: calc(0.25rem * 6);
    margin-top: calc(0.25rem * 6);
    font-feature-settings: "palt";
}

p,li {
    font-size: 1rem;
    line-height: calc(0.25rem * 7);
    margin-top: calc(0.25rem * 5);
    font-feature-settings: "palt";
}

dt,
dd {
    font-size: 1rem;
    line-height: calc(0.25rem * 7);
    font-feature-settings: "palt";
}

a {
    text-decoration: none !important;
}

img {
    width: 100%;
}

/* Color Scheme */
:root {
    --primary: #E45826;
    --secondary: #EC8E26;
    /* --opacity-background: #F8F8F8; */
    --opacity-background: #fff;
    --ordinary-background: #434343;
    --rev: #fff;
}

.text-left {
    text-align: left;
}

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

/* Basic Components */
.wrapper {
    padding: 0 50px;
    width: 1080px;
    margin:  auto;
}
.btn {
    border-radius: 12px;
    padding: .8rem 2rem;
    display: block;
    width: fit-content;
    font-size: .8rem;
    font-weight: 800;
    transition: .4s;
}

.contact_btn {
    display: grid;
    place-content: center;
    text-align: center;
    --border-size: 0.1rem;
    border: var(--border-size) solid transparent;
    border-image: conic-gradient(from var(--angle),
            #d53e33 0deg 90deg,
            #fbb300 90deg 180deg,
            #377af5 180deg 270deg,
            #399953 270deg 360deg) 1 stretch;
    background: rgb(255 255 255 / var(--opacity));
    color: #000 !important;
}

.index_kv_btn{
    margin-top: 1.2rem;
    border: 1px solid #0F1922;
    background: #fff;
}

@supports (background: paint(houdini)) {
    @property --opacity {
        syntax: "<number>";
        initial-value: 0.5;
        inherits: false;
    }

    @property --angle {
        syntax: "<angle>";
        initial-value: 0deg;
        inherits: false;
    }

    @keyframes opacityChange {
        to {
            --opacity: 1;
        }
    }

    @keyframes rotate {
        to {
            --angle: 360deg;
        }
    }

    .contact_btn {
        animation: rotate 4s linear infinite, opacityChange 3s infinite alternate;
    }
}

.text_area {
    display: grid;
    grid-template-columns: min(100%, 35em);
    justify-content: center;
    padding: 2rem 1rem;
}

.wrap {
    padding: 6rem 0;
}

.programs .wrap{
    padding: 3rem 0;
}

.container {
    max-width: 1080px;
    padding: 1.2rem;
    margin: auto;
}

.sub_en {
    margin-bottom: calc(0.25rem * -10);
    display: block;
    font-weight: 800;
    letter-spacing: .125rem;
}

.mt {
    margin-top: 1.2rem;
}

.mla {
    margin-left: auto;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

/* header */
header {
    padding: 10px 30px;
    width: 100%;
}

header img {
    max-width: 250px;
}

nav {
    text-align: center;
    padding: 1rem;
    border-radius: 120px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    position: sticky;
    top: 20px;
    margin: 2rem auto;
    width: fit-content;
    background: #fff;
    z-index: 999;
}

nav h1 {
    width: 20%;
}

.logo {
    max-width: 200px;
    max-height: 30px;
}

nav ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

nav ul li {
    list-style: none !important;
    font-weight: 800;
    font-size: .8rem !important;
    padding: .4rem 1.2rem !important;
    margin: 0;
}

nav ul li a {
    position: relative;
    transition: .4s;
    letter-spacing: .1rem;
}

nav ul li a:hover {
    color: #008B37;
    transition: .4s;
}

nav ul li a:hover::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #00e4e8;
    background-image: linear-gradient(315deg, #00e4e8 0%, #008b37 100%);
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: auto;
}

/* KV */
.index_kv {
    height: calc(450vw * 100 / 1280);
    max-height: 440px;
    display: flex;
    align-items: center;
    position: relative;
}

.index_kv::after {
    content: "";
    background: url(../img/cx_kv_fjt.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: calc(11 / 32 * 100vw);
    max-width: 440px;
    height: calc(11 / 32 * .777 * 100vw);
    max-height: 342px;
    display: inline-block;
}

.index_kv_img::after {
    display: none;
}

.index_kv>div {
    width: 50%;
}

.index_kv_txt {
    background: url(../img/cx_kv-background.jpg);
    background-size: cover;
    align-items: center;
    display: flex;
    height: 100%;
    padding: 3.7% 0 3.7% 3.7%;
}

.index_kv_txt_inner {
    max-width: 340px;
    width: calc(50vw - 20%);
    display: block;
}

.index_kv_cp {
    color: #fff;
    margin-bottom: .4rem;
}

.index_kv_txt h2 {
    font-size: 3rem;
    line-height: calc(0.25rem * 16);
    color: #fff;
}

.index_kv_txt p {
    color: #fff;
    font-size: 100%;
    line-height: 1.8;
    margin-top: 1rem;
}

.index_kv_img {
    height: 100%;
}

.index_kv_img img {
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.scrolldown {
    position: absolute;
    bottom: 1%;
    right: 50%;
    animation: arrowmove 1s ease-in-out infinite;
}

@keyframes arrowmove {
    0% {
        bottom: 1%;
    }

    50% {
        bottom: 3%;
    }

    100% {
        bottom: 1%;
    }
}

.scrolldown span {
    position: absolute;
    left: -20px;
    bottom: 10px;
    color: rgb(210, 210, 210);
    font-size: 0.7rem;
    letter-spacing: 0.05em;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.scrolldown:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: -6px;
    width: 1px;
    height: 20px;
    background: #eee;
    transform: skewX(-31deg);
}

.scrolldown:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 50px;
    background: #eee;
}

/* Concept */
.index_concept {
    background: var(--opacity-background);
    display: flex;
    align-items: center;
}

.index_concept_img {
    width: 54%;
    min-width: 360px;
}

.index_concept_img img {
    max-width: 540px;
    margin: auto;
}

.index_concept_txt {
    min-width: 320px;
    width: 42%;
    padding: 2rem;
    margin-right: auto;
}

/* Problems */
.columns {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
    justify-content: baseline;
    align-items: baseline;
}

.index_problems_contents {
    margin: 2rem 0;
}

.index_problems .index_problems_contents h3{
    font-size: 1rem;
    text-align: center;
    margin-top: 1rem;
}

.index_problems_contents h4 {
    font-size: 1rem;
    text-align: center;
    margin-top: 1rem;
    padding-bottom: 12px;
    line-height: 1.6;
}

#team_content .index_problems_contents h4 {
    border-bottom: 3px solid #2186C4;
}

#career_content .index_problems_contents h4 {
    border-bottom: 3px solid #FF876F;
}

.index_problems_contents p{
    text-align: center;
}

.index_problems_contents img {
    width: 84%;
    display: block;
    margin: auto;
    max-height: 120px;
    object-fit: contain;
}

.programs .index_problems_contents img {
    max-height: 60px;
}

/* Values */
.index_values {
    background: var(--opacity-background);
}

.index_values_img {
    width: 80%;
    max-width: 1240px;
    max-height: 480px;
    margin-left: auto;
}

.index_values_img img {
    max-height: 480px;
    object-fit: cover;
}

.index_values_txt {
    width: 60%;
    max-width: 840px;
    margin-top: -8rem;
    margin-left: auto;
    padding: 4rem 2.4rem 0;
    background: var(--opacity-background);
    position: relative;
    z-index: 2;
    border-radius: 24px 0 0 24px;
}

.index_values_container {
    display: flex;
}

.index_values_container>div {
    width: 60%;
}

.index_values_container>div:nth-child(2) {
    width: 36%;
    margin-left: auto;
}

.index_values_container>div:nth-child(2) img {
    width: 80%;
    min-width: 320px;
    margin: auto;
}

.index_values_slider {
    position: relative;
    z-index: 1;
    max-width: 840px;
    height: 300px;
    overflow: hidden;
    margin: 2rem auto 0;
}

.index_values_slider-item {
    width: 100%;
    height: 270px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    border: 1px solid #e7e7e7;
}

.index_values_slider-item:nth-child(1) {
    background: url(../img/7c_01.jpg);
}

.index_values_slider-item:nth-child(2) {
    background: url(../img/7c_02.jpg);
}

.index_values_slider-item:nth-child(3) {
    background: url(../img/7c_03.jpg);
}

.index_values_slider-item:nth-child(4) {
    background: url(../img/7c_04.jpg);
}

.index_values_slider-item:nth-child(1) {
    background: url(../img/7c_01.jpg);
}

.index_values_slider-item:nth-child(5) {
    background: url(../img/7c_05.jpg);
}

.index_values_slider-item:nth-child(6) {
    background: url(../img/7c_06.jpg);
}

.index_values_slider-item:nth-child(7) {
    background: url(../img/7c_07.jpg);
}

.index_values_slider-item:nth-child(8) {
    background: url(../img/7c_08.jpg);
}

.slick-dots {
    text-align: center;
    margin: 20px 0 0 0;
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 50%;
    background: #ccc;
    border: none;
}

.slick-dots .slick-active button {
    background: #333;
}

.slick-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 0;
    position: absolute;
    top: 50%;
    z-index: 1;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.slick-arrow::before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #09000d;
    border-width: 3px 3px 0 0;
    position: absolute;
    top: 15px;
    transform: rotate(45deg);
}
.slick-next {
    right: 0;
}
.slick-prev {
    left: 0;
}
.slick-next::before {
    left: 10px;
}
.slick-prev::before {
    border-width: 0 0 3px 3px;
    right: 12px;
}

/* Support */
.index_support_lists {
    max-width: 840px;
    margin: auto;
    counter-reset: number 0;
}

.index_support_detail {
    padding: 4rem .2rem;
}

.index_support_detail h3 {
    position: relative;
    padding-left: 3rem;
}

.index_support_detail h3::after {
    counter-increment: number 1;
    content: counter(number) ".";
    position: absolute;
    left: 0;
    top: -.2rem;
    font-size: 2.4rem;
}

.index_support_detail:nth-child(2) {
    border-top: 1px solid #888;
    border-bottom: 1px solid #888;
}

.index_support_detail:last-child {
    padding-bottom: 0;
}

.index_support_detail_area {
    display: grid;
    grid-template-columns: 1fr 7fr;
    margin-top: 1.2rem;
}

.index_support_detail_area p {
    width: 94%;
    margin-left: auto;
}

/* Services */
.index_services_container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-top: 4rem;
}

.index_services_detail {
    max-width: 320px;
    margin: auto;
    text-align: center;
}

.index_services_detail img {
    width: 80%;
    max-width: 160px;
    display: block;
    margin: auto;
}

/* Contact */
.contact {
    text-align: center;
    padding: 3rem 2rem;
}

.contact h2 {
    font-size: 3rem;
    margin-bottom: 2rem;
}

.contact span {
    font-size: 86%;
    color: #788088;
    display: block;
    margin-bottom: 20px;
}

.dark_btn {
    margin: auto;
    min-width: 260px;
    background: #3F464D;
    color: #fff;
    margin-top: .6rem;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transition: .4s;
}

.dark_btn:hover {
    background: #66707a;
}

.light_btn{
    margin: 4rem auto 0;
    min-width: 260px;
    background: #fff;
    color: #3F464D;
    border: 1px solid #3F464D;
    margin-top: .6rem;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transition: .4s;
}

.contact_btnWrapper{
    display: flex;
    max-width: 640px;
    margin: auto;
}

/* FAQ */
.index_faq {
    background: var(--opacity-background);
}

.index_faq_contents {
    max-width: 840px;
    margin: 4rem auto 0;
}

.index_faq_contents_details {
    display: grid;
    gap: 1.2rem;
}

.index_faq_contents_details dt {
    margin-top: .8rem;
    position: relative;
    font-weight: 800;
    padding: 1rem 1rem 0 20px;
    background: #fff;
    border-radius: 120px;
    cursor: pointer;
}

.index_faq_contents_details dt::before {
    content: "Q";
    font-weight: normal;
    background: #2186C4;
    color: #fff;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.6;
    text-align: center;
    display: inline-block;
    border-radius: 1em;
    margin-right: 4px;
    padding: 0 4.6px;
}

.index_faq_contents_details dd {
    margin-left: 1rem;
    font-size: 86%;
    display: none;
    margin-left: calc(1rem + 36px);
}

footer {
    background-color: #121e2d;
    padding: 1.2rem 2rem;
    padding: 4.6rem 3.7% 1.2rem;
    margin: auto;
}

footer span {
    font-size: 60%;
    display: block;
    color: #fff;
}



/* Tablet */
@media all and (min-width: 767px) and (max-width: 912px) {
    .index_kv_txt_inner {
        width: calc(50vw - 130px);
    }

    .index_kv_txt p {
        font-size: 114%;
    }

    .contact_btn {
        display: none;
    }

    nav ul {
        align-items: center;
    }

    .index_concept_txt {
        width: 100%;
        min-width: auto;
    }

    .index_values_container {
        flex-wrap: wrap;
    }

    .index_values_container>div {
        width: 100%;
    }

    .index_values_container>div:nth-child(2) {
        display: flex;
        width: 100%;
        margin-top: 1rem;
    }

    .index_values_container>div:nth-child(2) img {
        width: 40%;
        margin-right: auto;
        padding-right: 1rem;
    }

    .index_values_slider {
        max-width: 420px;
    }

    .wrapper {
    	width: 100%;
    }
}



/* SP */
@media only screen and (max-width: 767px) {
    .wrapper {
    	width: 100%;
    }
    
    h1 {
        font-size: 1.5rem;
        line-height: calc(0.25rem * 10);
        margin-top: calc(0.25rem * 10);
        font-feature-settings: "palt";
    }

    h2 {
        font-size: 1.3125rem;
        line-height: calc(0.25rem * 9);
        margin-top: calc(0.25rem * 8);
        font-feature-settings: "palt";
    }

    h3 {
        font-size: 1.125rem;
        line-height: calc(0.25rem * 8);
        margin-top: calc(0.25rem * 7);
        font-feature-settings: "palt";
    }

    p,
    dt,
    dd {
        font-size: .8rem;
        line-height: calc(0.25rem * 6);
    }

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .wrap {
        padding: 4rem 0 0;
    }

    .sub_en {
        margin-bottom: calc(0.25rem * -6);
        font-size: .8rem;
    }

    nav {
        width: 60px;
        height: 60px;
        padding: 0;
        margin: 1rem;
        align-items: center;
        justify-content: center;
        display: flex;
        margin-left: auto;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 999;
        background: #fff;
    }

    .contact_btn {
        width: 100%;
    }

    .index_kv {
        height: 450px;
        display: block;
        overflow: hidden;
        justify-content: flex-end;
    }

    .index_kv>div {
        width: 100%;
        height: auto;
    }

    .index_kv_txt {
        padding: 3.7%;
        min-height: 160px;
    }

    .index_kv_txt_inner {
        padding: 0;
        width: 100%;
    }

    .index_kv_cp {
        margin-top: 0;
    }

    .index_kv_txt h2 {
        font-size: 2.4rem;
    }

    .index_kv_txt p {
        font-size: 84%;
    }

    .index_kv_img {
        position: relative;
    }

    .index_kv_img::before {
        position: absolute;
        content: "";
        display: block;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%;
        background-color: #000;
        opacity: .3;
    }

    .index_kv_img::after {
        content: "";
        background: url(../img/cx_kv_fjt.png);
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: calc(8 / 16 * 100vw);
        height: calc(8 / 16 * .777 * 100vw);
        display: inline-block;
    }

    .index_kv::after {
        display: none;
    }

    .index_concept {
        flex-direction: column;
    }

    .index_concept_txt {
        width: 100%;
        min-width: auto;
        order: 1;
    }

    .index_concept_img {
        order: 2;
    }

    .columns {
        grid-template-columns: 1fr;
        gap: 6rem;
    }

    .index_problems_contents img {
        max-width: 240px;
    }

    .index_values_container {
        display: block;
    }

    .index_values_container>div {
        width: 100%;
    }

    .index_values_container>div:nth-child(2) {
        width: 100%;
        margin-top: 2rem;
    }

    .index_values_container>div:nth-child(2) img {
        max-width: 240px;
        margin: auto;
    }

    .index_solution_img {
        width: 94%;
    }

    .index_solution_txt {
        width: 86%;
        margin-top: -4rem;
    }

    .index_services_detail h3 {
        width: fit-content;
        margin: auto;
    }

    .index_services_detail_area {
        grid-template-columns: 1fr;
    }

    .index_services_detail_area img {
        width: 124px;
        height: 124px;
        display: block;
        margin: auto;
    }

    .hamburger {
        width: 30px;
        height: 15px;
        position: relative;
        margin-left: auto;
        z-index: 100;
    }

    /* .hamburger.active{
        position: fixed;
        right: 1.5rem;
        top: 1.5rem;
    } */
    .hamburger span {
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #333;
        transition: .5s;
        left: 0;
        right: 0;
        margin: auto;
    }

    .hamburger span:first-of-type {
        top: 0;
    }

    .hamburger span:nth-of-type(2) {
        top: 50%;
    }

    .hamburger span:last-of-type {
        top: 100%;
    }

    .slide-menu {
        /* background-color: rgba(265, 265, 265, .9); */
        background: url(../img/cx_kv-background.jpg);
        background-size: cover;
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        bottom: 0;
        left: 0;
        transform: translateX(100%);
        transition: .5s;
        display: block;
        z-index: 99;
        overflow: hidden;
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
        padding: 20vh 0;
    }

    .slide-menu li {
        line-height: 400%;
        text-align: center;
        width: 100%;
    }

    .slide-menu li a {
        color: #fff;
    }

    .hamburger.active span:first-of-type {
        top: 50%;
        transform: rotate(405deg);
    }

    .hamburger.active span:nth-of-type(2) {
        opacity: 0;
    }

    .hamburger.active span:last-of-type {
        top: 50%;
        transform: rotate(-405deg);
    }

    .slide-menu.active {
        transform: translateX(0);
    }

    .index_values_slider {
        width: 100%;
        height: calc(100vw * 0.7027439) !important;
    }

    .index_values_slider-item {
        height: calc(100vw * 0.7027439) !important;
    }

    .index_faq_contents_details dd{
        margin-left: calc(1rem + 6px);
    }
}



/* Animation */
.has-animation {
    position: relative;
    width: fit-content;
}

.has-animation h2,
.has-animation p,
.has-animation span {
    opacity: 0;
}

.has-animation.animate-in h2,
.has-animation.animate-in p,
.has-animation.animate-in span {
    animation: textHidden 0.1s 1.1s forwards;
}

.has-animation.animate-in:before,
.has-animation.animate-in:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 10;
}

.has-animation.animate-in:before {
    background-color: #2186C4;
}

.has-animation.animate-in:after {
    background-color: #7ECEFC;
    animation-delay: 0.5s;
}

.has-animation.animate-in:before {
    animation: revealLTR 1.2s ease;
}

.has-animation.animate-in:after {
    animation: revealLTR 1s 0.4s ease;
}

@keyframes revealRTL {
    0% {
        width: 0;
        right: 0;
    }

    65% {
        width: 100%;
        right: 0;
    }

    100% {
        width: 0;
        right: 100%;
    }
}

@keyframes revealLTR {
    0% {
        width: 0;
        left: 0;
    }

    65% {
        width: 100%;
        left: 0;
    }

    100% {
        width: 0;
        left: 100%;
    }
}

@keyframes textHidden {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.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);
    }
}

.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeUpTrigger {
    opacity: 0;
}


/* 下層ページ */
.detail_kv{
    background: url(../img/cx_kv-background.jpg);
    background-size: cover;
    padding: 60px 0;
}

.detail_kv-inner{
    width: calc(100% - 60px);
    max-width: 1280px;
    margin: auto;
}

.detail_kv-inner h1, .detail_kv-inner p{
    color: #fff;
}

.detail_problems-inner{
    max-width: 640px;
    margin: auto;
    border: 1px solid #E2E2E2;
    padding: 20px 30px 30px;
}

.detail_problems-inner h2{
    margin: 0 0 20px;
    font-size: 100%;
    text-align: center;
}

.detail_problems-inner ul{
    width: fit-content;
    margin: auto;
}

.detail_problems-inner li{
    position: relative;
    padding-left: 15px;
    list-style-type: none;
    margin-top: .5rem;
    font-size: 86%;
    letter-spacing: 2px;
}

.detail_problems-inner li::before{
    content: "";
    position: absolute;
    top: .5em;
    left: 0;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    width: 6px;
    height: 10px;
    border-right: 2px solid #434343;
    border-bottom: 2px solid #434343;
}


/* タブ */
/*タブ切り替え全体のスタイル*/
.tabs {
    margin-top: 50px;
    padding-bottom: 40px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: 100%;
    margin: 60px auto 0;
}

/*タブのスタイル*/
.tab_item {
    width: calc(100%/2);
    height: 74px;
    background-color: #d9d9d9;
    line-height: 74px;
    font-size: 16px;
    text-align: center;
    color: #565656;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
}

.tab_item:hover {
    opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
    display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
    display: none;
    padding: 40px 40px 0;
    clear: both;
    overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#team:checked~#team_content,
#career:checked~#career_content {
    display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input#team:checked+.tab_item {
    background-color: #2186C4;
    color: #fff;
}
.tabs input#career:checked+.tab_item {
    background-color: #FF876F;
    color: #fff;
}