/************************
  Base
************************/

sup {
    vertical-align: text-top;
    font-size: small;
}

.displayPC {
    display: block;
}

.displaySP {
    display: none;
}

.display428 {
    display: none;
}

.display584 {
    display: none;
}

.display600 {
    display: none;
}

.display650 {
    display: none;
}

.display705 {
    display: none;
}

img[src$=".svg"] {
    /*svg IE用*/
    width: 100%;
}

h2,
h3 {
    font-weight: bold
}

p {
    font-weight: normal
}

span {
    color: #222222;
}


/************************
  FV
************************/

.row_fv {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background-image: url("https://tp-img.imgix.net/s/work/manufacturing/pc/background/bg_fv.svg"), linear-gradient(-90deg, rgba(191, 218, 244, 1) 0%, rgba(245, 252, 255, 1) 100%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right top;
    padding: 50px 0;
    margin-bottom: 80px;
}

ul.list_fv {
    max-width: 1040px;
    width: 88%;
    display: -webkit-box;
    display: flex;
}

ul.list_fv li:first-child {
    width: 40%;
}

ul.list_fv li:last-child {
    width: 60%;
    position: relative;
}

ul.list_fv li:last-child img {
    position: absolute;
    top: 30px;
}

h1 {
    font-size: 36px;
    font-weight: bold;
    color: #0E4B78;
    margin-bottom: 10px;
}

.p_scene {
    font-size: 20px;
    font-weight: bold;
    color: #454545;
}

.p_caption {
    font-size: 18px;
    color: #454545;
    margin-bottom: 30px;
}

.btn-svg-doc-wrap {
    width: 284px;
    text-align: center;
}

.btn-svg-doc-wrap img {
    box-shadow: 0 5px 0 0 rgba(175, 9, 66, 1);
    border-radius: 8px;
    transition: .100s;
}

.btn-svg-doc-wrap img:hover {
    box-shadow: none;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
}


/************************
  maker logo
************************/

.content_logo {
    max-width: 1040px;
    width: 88%;
    margin: 0 auto 100px;
    text-align: center;
    padding: 10px;
    background: linear-gradient(-90deg, rgba(191, 218, 244, 1) 0%, rgba(240, 243, 246, 1) 100%);
}

.inner_logo {
    padding: 20px;
    background: #fff;
}


/************************
  top3
************************/

.row_top3 {
    background: #0E4B78;
    padding: 40px 0;
    margin-bottom: 40px;
}

.container_top3 {
    max-width: 1200px;
    width: 88%;
    height: 300px;
    background: url("https://tp-img.imgix.net/s/work/manufacturing/pc/icon/icon_glass.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content_top3 {
    max-width: 1040px;
    width: 100%;
    margin: auto;
    text-align: center;
    margin-top: -90px;
}

.content_top3 h2 {
    font-size: 32px;
    color: #fff;
    width: 800px;
    margin: auto;
    padding: 25px 0;
    background: #0797D1;
    border-radius: 5px;
    margin-bottom: 60px;
    text-align: center;
}

.content_top3 p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 55px;
}

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

ul.list_top3 li a {
    width: 330px;
    height: 90px;
    background: url("https://tp-img.imgix.net/s/work/manufacturing/pc/icon/icon_triangle_pnk.svg"), #fff;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: bottom 5px right 5px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #0E4B78;
    font-family: sans-serif;
}

ul.list_top3 li a:hover {
    background: url("https://tp-img.imgix.net/s/work/manufacturing/pc/icon/icon_triangle_pnk.svg"), transparent;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: bottom 5px right 5px;
    border: solid 1px #fff;
    color: #fff;
}


/************************
  01 / 02 / 03 Headline
************************/

.row_wht {
    background: rgb(255, 255, 255);
    padding: 20px 0;
    margin-bottom: 40px;
}

.row_sky {
    background: rgb(191, 218, 244);
    background: linear-gradient(-90deg, rgba(191, 218, 244, 1) 0%, rgba(245, 252, 255, 1) 100%);
    position: relative;
}

.line_dot {
    position: absolute;
    left: 0;
    top: 30%;
}

.content_number {
    max-width: 1040px;
    width: 100%;
    height: 120px;
    margin: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon_number {
    width: 200px;
    position: absolute;
    left: 0;
    top: -10px;
}

.content_number h2 {
    color: #222;
    font-size: 40px;
    text-align: center;
}

.content_number_02 {
    max-width: 1040px;
    width: 100%;
    height: 160px;
    margin: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon_number_02 {
    width: 200px;
    position: absolute;
    left: 0;
    top: 10px;
}

.content_number_02 h2 {
    color: #222;
    font-size: 40px;
    text-align: center;
    line-height: 1.3em;
}


/************************
  実現したいこと/タレントパレットならこう解決!
************************/

.content_make {
    max-width: 1040px;
    width: 100%;
    margin: 0 auto 60px;
}

.list_wrap {
    padding: 5px;
    border: solid 1px #D4215F;
}

ul.list_make {
    padding: 20px 20px 20px 25px;
    background: #F9F9F9;
}

ul.list_make li {
    font-size: 20px;
    color: #454545;
    padding-left: 35px;
    background: url("https://tp-img.imgix.net/s/work/manufacturing/pc/icon/icon_check_pnk.svg");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: top 5px left;
}

.content_make h3 {
    margin-bottom: 40px;
}

.content_solution {
    max-width: 1040px;
    width: 100%;
    margin: 0 auto 50px;
}


/************************
  slick
************************/

.row_slide {
    margin: 30px 0 40px;
}

.content-center-slide {
    width: 100%;
    text-align: center;
}

.content-center-slide img {
    width: 100%;
}

.margin-RL {
    padding: 5px;
    margin: 0 20px;
    transition: 0.5s;
    border: solid 1px #0797D1;
}

.slick-item {
    text-align: left;
    padding: 30px;
    height: 400px;
    background-image: url("https://tp-img.imgix.net/s/work/manufacturing/pc/icon/icon_lamp.svg"), linear-gradient(180deg, rgba(240, 243, 246, 1) 0%, rgba(240, 243, 246, 1) 100%);
    background-size: 20% contain;
    background-repeat: no-repeat;
    background-position: right 2% top 5%;
}

ul.list_slick {
    display: flex;
    padding-left: 25px;
    padding-bottom: 15px;
}

ul.list_slick>li:first-child {
    width: 60%;
    margin-right: 4%;
}

ul.list_slick>li:last-child {
    width: 40%;
}

.slick-item h4 {
    font-size: 30px;
    color: #454545;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 30px;
}

ul.list_slick_item {
    list-style-type: disc;
}

ul.list_slick_item li {
    margin-bottom: 10px;
    font-size: 16px;
    color: #454545;
}

p.align-right-222 {
    width: 100%;
    font-size: 16px;
    color: #0E4B78;
    text-align: right;
    margin-top: auto;
    padding-right: 20px;
    position: relative;
    display: inline-block;
    text-decoration: none;
}

p.align-right-222:before {
    content: '';
    width: 18px;
    height: 18px;
    background: #D4215F;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -9px;
}

p.align-right-222:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    right: 7px;
    margin-top: -3px;
    transform: rotate(45deg);
}

.margin-RL:hover .align-right-222 {
    text-decoration: underline;
}

.margin-RL:hover .align-right-222:before {
    background: #fff;
    border: solid 1px #D4215F;
}

.margin-RL:hover .align-right-222:after {
    border-top: solid 2px #D4215F;
    border-right: solid 2px #D4215F;
}


/************************
  btn*2
************************/

.content_btn {
    max-width: 1040px;
    width: 100%;
    margin: auto;
    padding: 0 0 70px;
}

ul.list_btn {
    display: flex;
    justify-content: center;
}

ul.list_btn li a {
    display: block;
}

ul.list_btn li:first-child {
    margin-right: 20px;
}

ul.list_btn li:last-child {
    margin-left: 20px;
}

.btn_doc_pnk {
    width: 400px;
    text-align: center;
}

.btn_doc_pnk img {
    box-shadow: 0 6px 0 0 rgba(175, 9, 66, 1);
    border-radius: 6px;
    transition: .100s;
}

.btn_doc_pnk img:hover {
    box-shadow: none;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
}

.btn_doc_wht {
    width: 400px;
    text-align: center;
}

.btn_doc_wht img {
    box-shadow: 0 6px 0 0 rgba(212, 33, 95, 1);
    border-radius: 6px;
    transition: .100s;
}

.btn_doc_wht img:hover {
    box-shadow: none;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
}


/************************
  製造業・メーカー企業の活用事例はこちら
************************/

.row_lightgray {
    background: #F0F3F6;
    padding: 70px 0;
}

.content_ex {
    max-width: 1040px;
    width: 100%;
    margin: auto;
}

.content_ex h2 {
    font-size: 30px;
    color: #222;
    margin-bottom: 30px;
}

.content_ex p {
    font-size: 14px;
    color: #D4215F;
    font-weight: bold;
    padding: 5px 0 0 15px;
}

.content_ex h3 {
    font-size: 20px;
    color: #222;
    padding: 0 0 10px 15px;
}

ul.list_ex {
    display: flex;
    justify-content: center;
    column-gap: 2em;
}

ul.list_ex li {
    width: 320px;
    display: flex;
    background: url("https://tp-img.imgix.net/s/work/manufacturing/pc/icon/icon_triangle_pnk.svg"), #fff;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: bottom 5px right 5px;
}

ul.list_ex li:hover {
    box-shadow: 9px 9px 10px -5px #777777;
    transition: 0.3s ease-in-out;
}


/************************
  その他のお悩み、詳細はこちら
************************/

.row_detail {
    background-image: url("https://tp-img.imgix.net/s/work/manufacturing/pc/background/bg_geometric.svg"), linear-gradient(180deg, rgba(14, 75, 120, 1) 0%, rgba(7, 151, 209, 1) 100%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    padding: 50px 0;
}

.content_detail {
    max-width: 1040px;
    margin: 0 auto 0;
    text-align: center;
}

.content_detail h2 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 35px;
}

ul.list-solution {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

ul.list-solution li {
    width: 18%;
    /*for display border-top as hover*/
    margin-right: 2%;
}

ul.list-solution li:nth-child(5),
ul.list-solution li:nth-child(10) {
    margin-right: 0;
}

ul.list-solution li a {
    width: 100%;
    transition: 0.3s ease-in-out;
    margin-bottom: 20px;
    display: block;
}

.solution-content {
    padding: 5px;
    text-align: center;
    background: #ffffff;
}

.solution-content h3 {
    font-size: 14px;
    color: #0E4B78;
}

.bg_gradiC {
    padding: 15px;
    background: rgb(176, 202, 217);
    background: linear-gradient(180deg, rgba(176, 202, 217, 1) 0%, rgba(216, 231, 246, 1) 100%);
}

.bg_gradiC img {
    margin: auto;
}

ul.list-solution li a:hover {
    -webkit-box-shadow: -7px 6px 8px -4px rgba(161, 161, 161, 0.8);
    box-shadow: -7px 6px 8px -4px rgba(161, 161, 161, 0.8);
    transform: translate(5px, -5px);
    border: solid 1px #486A83;
}

ul.list-solution li a:hover .bg_gradiC {
    background: rgb(211, 225, 233);
    background: linear-gradient(0deg, rgba(211, 225, 233, 1) 0%, rgba(251, 253, 255, 1) 100%);
}


/************************
  資料請求はこちら
************************/

.inner_leaflet {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
}

.btn-cta-wrap {
    width: 340px;
    margin: auto;
}

.row_leaflet {
    background-image: url("https://tp-img.imgix.net/s/pc/background/bg-cv.jpg?auto=format");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
}

.content_leaflet {
    max-width: 1200px;
    width: 75%;
    margin: auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}

.row_leaflet h2 {
    font-size: 30px;
    margin: 5px 0 30px;
    color: #fff
}

.btn-demo-02 {
    margin-top: 15px;
    font-size: 18px;
    text-align: center;
}

.btn-demo-02 a {
    padding-bottom: 2px;
    font-weight: bold;
}

.btn-demo-02 span {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.btn-demo-02 span:hover {
    color: #000;
    padding-bottom: 2px;
    border-bottom: 1px solid #000;
}

.btn-detail-wht {
    width: 340px;
    text-align: center;
    display: inline-block;
    background: #ffffff;
    box-shadow: 0 3px 0 0 #ec5a8c;
    border-radius: 8px;
    color: #d4215f;
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2em;
    -webkit-transition: .100s;
    transition: .100s;
    position: relative;
    /*▼fix property*/
    height: 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.btn-detail-wht:hover {
    box-shadow: none;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
}

.btn-detail-wht:before {
    content: '';
    width: 22px;
    height: 22px;
    background: #d4215f;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -9px;
}

.btn-detail-wht:after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    position: absolute;
    top: 51%;
    right: 23px;
    margin-top: -3px;
    transform: rotate(45deg);
}