@charset "UTF-8";

.indent01 {
    padding-left: 1em;
    text-indent: -1em;
}

/* header updated styles 2021-4-25 */

.f_20 {
    font-size: 1.4285em;
}

.f_18 {
    font-size: 1.2857em;
}

.f_12 {
    font-size: .85714em;
}

header nav ul li,
header .header_inner .g_menu .subMenu {
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

/* header wrapoer */
header .header_inner {
    height: auto;
    display: flex;
    position: relative;
}

/* logo */
header .logo_wr {
    display: flex;
    align-items: flex-end;
    padding: 14px 0 10px;
}

header .logo_wr img.logo {
    width: 174px;
}

header .logo_wr .top_catch {
    width: 100px;
    margin-left: 19px;
}

/* header navigation */
header .header_inner .g_menu {
    width: 625px;
    margin-left: auto;
}

/* header sub menu */
header .header_inner .g_menu .subMenu {
    margin: 0 0 0 auto;
    height: 40px;
    display: flex;
    justify-content: flex-end;
}

header .header_inner .g_menu .subMenu a {
    color: #000;
    font-weight: 500;
    font-size: .85714em;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.subMenu .submenuList {
    margin-right: 21px;
}

.subMenu .submenuList_end {
    margin-right: 28px;
}

.subMenu .submenuList_sns {
    margin-right: 9px;
}

.dropdown2 {
    transition: background-color .4s ease;
}

.dropdown2.w_115>span:hover {
    background-color: #F4F5F6
}

.dropdown2.w_115:last-child>span:hover {
    background-color: #FF5000
}

.drop_active {
    background-color: #F4F5F6
}

/* header sub menu sns icons */
.subMenu .socicon-twitter,
.subMenu .socicon-facebook,
.subMenu .socicon-youtube {
    width: 18px;
    height: 18px;
    background: #000;
    color: #fff;
    border-radius: 50%;
}

.subMenu .socicon-twitter:before,
.subMenu .socicon-facebook:before,
.subMenu .socicon-youtube:before {
    width: 100%;
    height: 100%;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* header main menu */
header .header_inner .g_menu nav,
header .header_inner .g_menu nav>ul {
    height: 65px;
}

header .header_inner .g_menu nav>ul {
    display: flex;
    justify-content: space-between;
}

header .header_inner .g_menu nav>ul>li {
    z-index: 10;
}

header .header_inner .g_menu nav ul li>span {
    display: flex;
    width: 100%;
    height: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-weight: bold;
}

header .header_inner .g_menu nav ul li.w_115 {
    width: 115px;
}

header .header_inner .g_menu nav ul li.w_140 {
    width: 140px;
}


.dropdown2 .dropdown2_contents {
    display: none;
}

.dropdown2_inner {
    display: flex;
    width: 848px;
    height: 270px;
    z-index: 10;
    background: #F4F5F6;
    position: absolute;
    right: 15px;
    padding-top: 32px;
    padding-bottom: 19px;
}

.dropdown2_inner.col_3_inner {
    padding-right: 30px;
    padding-left: 30px;
}

.dMenu_cntents_col_3 {
    width: 33.333%;
    z-index: 10;
    padding: 1.6548% 2.364% 0;
}

.dropdown2_inner .dMenu_cntents_col_3:nth-child(1),
.dropdown2_inner .dMenu_cntents_col_3:nth-child(2) {
    border-right: #DDDDDD 1px solid;
}

.dMenu_cntents_col_2 {
    width: 50%;
    z-index: 10;
    padding: 5.555% 7.0921% 8.274%;
}

.dropdown2_inner span {
    display: block;
    word-break: break-all;
}

.dropdown2_inner .dMenu_cntents_col_2:nth-child(1) {
    border-right: #DDDDDD 1px solid;
}

nav ul li div.dropdown2_inner a {
    color: #000;
    font-weight: bold;
}

.dropdown2_inner a span.d_content_ttl_01 {
    margin-bottom: 11px;
}

.dropdown2_inner a span.d_content_ttl_01.mt_30 {
    margin-top: 30px;
}

.dropdown2_inner a span.f_12 {
    font-weight: 500;
    line-height: 1.3333;
}

.dropdown2_inner ul.list_arrow li {
    padding-left: 14px;
    background: url(/wp-content/themes/mujin/assets/jp/img/head_list_arrow.svg) center left no-repeat;
    margin-bottom: 15px;
    line-height: 1.42857;
}

.dropdown2_inner span.mobile_robot_ttl {
    margin-top: 20px;
}

@media screen and (min-width: 768px) {
    .dropdown2_inner ul.mobile_robot_list {
        display: flex;
    }

    .dropdown2_inner ul.mobile_robot_list li:nth-child(1) {
        margin-right: 35px;
    }
}

/* contact */
.d_content_ttl_contact {
    padding-left: 58px;
    background: url(/wp-content/themes/mujin/assets/jp/img/head_contact_icon.png) center left no-repeat;
    margin-bottom: 20px;
}

.d_content_ttl_contact2 {
    background: url(/wp-content/themes/mujin/assets/jp/img/robot_inquiry_icon.png) center left no-repeat;
}

.dropdown2_inner.bg_or ul.list_arrow li {
    background: url(/wp-content/themes/mujin/assets/jp/img/head_list_arrow_wh.svg) center left no-repeat;
}


/* 別窓リンク */
a.new_tab {
    padding-right: 16px;
}

a.new_tab.new_tab_bl {
    background: url(/wp-content/themes/mujin/assets/jp/img/new_tab_bl.svg) center right no-repeat;
}

a.new_tab.new_tab_wh {
    background: url(/wp-content/themes/mujin/assets/jp/img/new_tab_wh.svg) center right no-repeat;
}

/* english tab */
.english_tab {
    padding-left: 13px;
    background: url(/wp-content/themes/mujin/assets/jp/img/english_tab_icon.svg) center left no-repeat;
}

/* scroll */
header .header_inner.pos-fixed02 {
    position: fixed;
    top:0;
    left: 50%;
    transform: translate(-50%, -100%);
    height: 65px;
    z-index: 100;
    animation: header_scroll .4s ease forwards;
}

header .header_inner.pos-fixed02::before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    z-index: -1;
}

header .header_inner.pos-fixed02 .logo_wr .top_catch,
header .header_inner.pos-fixed02 .g_menu .subMenu {
    display: none;
}

header .header_inner.pos-fixed02 .logo_wr img.logo {
    width: 100px
}

@keyframes header_scroll {
    0% {
        transform: translate(-50%, -100%);
    }

    100% {
        transform: translate(-50%, 0);
    }
}

@media screen and (max-width: 993px) {
    header .logo_wr {
        width: 30%;
    }

    header .logo_wr>a {
        width: 70%;
    }

    header .logo_wr .top_catch {
        width: 30%;
    }

    header .header_inner .g_menu {
        width: 65%;
    }

    .dropdown2_inner {
        width: 690px;
    }

    .dropdown2_inner.col_3_inner {
        padding-right: 15px;
        padding-left: 15px;
    }

    .dMenu_cntents_col_3 {}
}

@media screen and (min-width: 768px) {

    .bg_bl,
    nav ul li div.dropdown2_inner.bg_bl a,
    .bg_or,
    nav ul li div.dropdown2_inner.bg_or a {
        color: #fff;
    }

    header .header_inner .g_menu nav ul li>span.bg_bl {
        line-height: 1.2857;
    }

    .bg_bl {
        background: #000;
    }

    .bg_or {
        background: #FF5000;
    }

    header .header_inner .g_menu nav>ul {
        padding: 0;
    }

    a:hover span,
    nav ul li div.dropdown2_inner a:hover,
    nav ul li div.dropdown2_inner a:hover ul {

        color: #FF5000;
        opacity: 1;
        transition: opacity, color .2s ease-out;
    }

    .dropdown2_inner ul.list_arrow li:hover {
        background: url(/wp-content/themes/mujin/assets/jp/img/head_list_arrow_or.svg) center left no-repeat;
    }

    .dropdown2_inner.bg_or ul.list_arrow li:hover {
        background: url(/wp-content/themes/mujin/assets/jp/img/head_list_arrow.svg) center left no-repeat;
    }

    .d_contact a:hover .d_content_ttl_contact {
        background: url(/wp-content/themes/mujin/assets/jp/img/head_contact_icon_bl.png) center left no-repeat;
    }

    .d_contact a:hover .d_content_ttl_contact2 {
        background: url(/wp-content/themes/mujin/assets/jp/img/robot_inquiry_icon_bl.png) center left no-repeat;
    }

    .d_contact a.new_tab:hover {
        background: url(/wp-content/themes/mujin/assets/jp/img/new_tab_bl02.svg) center right no-repeat;
    }

    nav ul li div.dropdown2_inner.bg_or a:hover,
    nav ul li div.dropdown2_inner.bg_or a:hover span,
    nav ul li div.dropdown2_inner.bg_or a:hover ul {
        color: #000;
    }

    .mb_14 {
        margin-bottom: 14px;
    }


}

/* tablet sp */
@media screen and (max-width: 767px) {
    header .header_inner .g_menu {
        width: 100%;
    }

    header .header_inner .g_menu nav {
        width: 100vw;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
        height: auto;
        background: #fff;
        padding-bottom: 13px;
    }

    header .header_inner .g_menu nav>ul {
        display: block;
        height: auto;
        max-width: 510px;
        margin: auto;
    }

    header .header_inner .g_menu nav ul li.w_115,
    header .header_inner .g_menu nav ul li.w_140 {
        width: 100%;
    }

    header .header_inner .g_menu nav ul li>span {
        text-align: left;
        display: block;
        line-height: 30px;
        line-height: 48px;
        background: url(/wp-content/themes/mujin/assets/jp/img/sp_head_arrow.svg) right 16px center no-repeat;
        padding-left: 10px;
    }

    .dropdown2_inner a span.d_content_ttl_01,
    .dropdown2_inner ul.list_arrow li {
        padding-left: 0;
    }

    header .header_inner .g_menu nav ul li .dropdown2_inner span.d_content_ttl_01::before,
    .dropdown2_inner ul.list_arrow li::before {
        content: ">";
        display: inline-block;
        margin-right: .5em;
        font-weight: 700;
    }

    .dropdown2_inner .d_content_ttl_01.f_20 {
        font-size: 1em;
    }

    .dropdown2.w_115>span:hover {
        background-color: transparent;
    }

    header .header_inner .g_menu nav ul li.dropdown2.drop_active>span {
        background-color: #F4F5F5;
    }

    .dropdown2_inner,
    .dropdown2_inner.col_3_inner {
        display: block;
        position: static;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 15px;
        padding-bottom: 5px;
        width: 100%;
        height: auto;
        background: #fff;
        color: #252525;
    }

    nav ul li div.dropdown2_inner a {
        color: #252525;
    }

    .dropdown2_inner .dMenu_cntents_col_3:nth-child(1),
    .dropdown2_inner .dMenu_cntents_col_3:nth-child(2),
    .dropdown2_inner .dMenu_cntents_col_2:nth-child(1) {
        border: none;
    }

    .dMenu_cntents_col_3,
    .dMenu_cntents_col_2 {
        width: 100%;
        padding: 0;
    }

    .dropdown2_inner ul.list_arrow li {
        background: url(/wp-content/themes/mujin/assets/jp/img/head_list_arrow_wh.svg) center left no-repeat;
        margin-bottom: 10px;
    }

    .dropdown2_inner a span.d_content_ttl_01 {
        background: url(/wp-content/themes/mujin/assets/jp/img/head_list_arrow_wh.svg) center left no-repeat;
        margin-bottom: 10px;
    }

    .dropdown2_inner a span.d_content_ttl_01.mt_30 {
        margin-top: 0;
    }



    .drop_active {
        background: transparent;
    }

    .f_20 {
        font-size: 1.2285em;
    }

    .xs_p_0 {
        padding: 0;
    }

    .subMenu .submenuList {
        margin-right: 9px;
    }

    .subMenu .submenuList_end {
        margin-right: 11px;
    }

    /* scroll */
    header .header_inner.pos-fixed02 {
        height: auto;
    }

    .header_inner .bar.bar--sm {
        padding: 8px 0;
    }
}

/* header updated style end */

/* 
 * conatct page updated style 
 * add class re_contact_page
 * 2021 04 26
 */


.mt--1-2 {
    margin-top: 2.6em;
}


.re_contact_page.main-container {
    background: #F4F5F6;
}

.re_contact_page section.imagebg.space--sm {
    height: 300px;
    display: flex;
    align-items: center;
}

.re_contact_page .boxed {
    padding: 7% 10% 12%;
    box-shadow: 0 10px 10px rgb(0 0 0 / 5%);
    border: none;
}

.re_contact_page h2.form_ttl {
    font-size: 1.2857em;
    margin-bottom: 0;
}

.re_contact_page p.notice {
    margin-bottom: 9.1428%;
}

.re_contact_page .contact-form_wr {
    transform: translateY(-161px);
    z-index: 2;
}

.re_contact_page .description_ttl {
    font-size: 1.5714em;
    font-weight: bold;
}

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

.re_contact_page .subject_icon ul li {
    width: 31.66%;
    background: #fff;
    border-radius: 50%;
    height: 0;
    padding-top: 31.66%;
    position: relative;
}

.re_contact_page .subject_icon ul li p,
.re_contact_page .subject_icon ul li div {
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.re_contact_page .subject_icon ul li:nth-child(1) div {
    top: 15.244%;
}

.re_contact_page .subject_icon ul li:nth-child(2) div {
    top: 19.5122%;
}

.re_contact_page .subject_icon ul li:nth-child(3) div {
    top: 20.7317%;
}

.re_contact_page .subject_icon ul li p {
    width: 82.317%;
    top: 50%;
    font-size: 1.1428em;
    font-weight: bold;
    line-height: 1.375;
}

.re_contact_page .person_img {
    margin-top: 23px;
}

/* form contents common */

.re_contact_page .form_content {
    margin-bottom: 16px;
}

.re_contact_page .form_content.contents_radio {
    margin-bottom: 28px;
}

.re_contact_page input[type],
.re_contact_page select,
.re_contact_page textarea {
    border: solid 1px #d9d9d9;
    background: #fff;
    border-radius: 0;
    font-size: 1em;
}

/* radio */
.re_contact_page .input-radio input:checked+label:after {
    background-color: #3C61E6;
}

.re_contact_page .input-radio label:before {
    background-color: #3C61E6;
}

.re_contact_page .input-radio label:hover {
    border-color: #3C61E6;
}

.re_contact_page .input-radio input:checked+label {
    border-color: #D9D9D9;
    background-color: #fff;
}

.re_contact_page .contact-form .radio-pack span {
    color: #6a6a6a;
}

/* select */
.re_contact_page .input-select:after {
    content: "";
    right: 14px;
    background: url(/wp-content/themes/mujin/assets/jp/img/contact/re_contact_select_arrow.svg) center center no-repeat;
}

.re_contact_page select:invalid {
    color: #6A6A6A;
}

.re_contact_page .input-select select:focus {
    border-color: #3C61E6;
}

/* input text */
.re_contact_page input::placeholder,
.re_contact_page textarea::placeholder {
    color: #6A6A6A;
    font-size: 1em;
    ;
}

/* firefox */
.re_contact_page input::-moz-placeholder,
.re_contact_page textarea::-moz-placeholder {
    color: #6A6A6A;
    font-size: 1em;
}

/* IE */
.re_contact_page input:-ms-input-placeholder,
.re_contact_page textarea:-ms-input-placeholder {
    color: #6A6A6A;
    font-size: 1em;
}

/* Edge */
.re_contact_page input::-ms-input-placeholder,
.re_contact_page textarea::-ms-input-placeholder {
    color: #6A6A6A;
    font-size: 1em;
}

input[type]:focus,
select:focus,
textarea:focus {
    border-color: #3C61E6;
}

/* checkbox */
.re_contact_page .input-checkbox input:checked+label {
    border-color: #3C61E6;
    background: #3C61E6;
}

.re_contact_page .input-checkbox label:before {
    border: 1px solid #3C61E6;
}

.re_contact_page .input-checkbox label:hover {
    border-color: #3C61E6;
}

.re_contact_page .form_content.contents_checkbox span a {
    color: #3C61E6;
}

.re_contact_page .input-checkbox label {
    width: 20px;
    height: 20px;
    border-radius: 3px;
}

.re_contact_page .input-checkbox input:checked+label:after {
    top: -5px;
    left: 1px;
}

.re_contact_page .input-checkbox {
    margin-top: 0;
}

.re_contact_page .input-checkbox+span {
    bottom: 6px;
    color: #6a6a6a;
}

.re_contact_page .form_content.contents_checkbox {
    margin-bottom: 25px;
}

.re_contact_page .form_content.contents_checkbox.download .input-checkbox+span {
    font-size: 0.93em;
}

.contact_check input[type=checkbox]{
  display: none;
}


.contact_check-select{
  position: relative;
  display: inline-block;
  padding-left: 32px;
  font-size: clamp(12px, 1.3vw, 14px) !important;
  cursor: pointer;
}

@media (max-width: 767px) {
  .contact_check-select {
    font-size: clamp(12px, 2.8vw, 14px) !important;
  }
}


.contact_check-select::before{
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 1px;
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #d9d9d9;
  background: #fff;
  display: block;
}


.contact_check-select:active::before{
  content:"";
  background: #fff;
}

.contact_check-select::after{
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8px;
  margin-top: -11px;
  border-right: 2px solid #ABAFB2;
  border-bottom: 2px solid #ABAFB2;
  height: 17px;
  width: 9px;
  transform: rotate(45deg);
  opacity: 0;
}


.contact_check [type="checkbox"]:checked + .contact_check-select::after {
  opacity: 1;
}

.contact_contact textarea {
  color: inherit;
  font-family: inherit;
  font-size: clamp(12px, 1.3vw, 14px) !important;
  outline: none;
}
@media (max-width: 767px) {
  .contact_contact textarea {
    font-size: clamp(12px, 2.8vw, 14px) !important;
  }
}

/* submit */
.re_contact_page button[type=submit]:not([class*=col-]) {
    width: 224px;
    margin: auto;
    background: #FF5000;
    box-shadow: 0 3px 0 #C74200;
    border: none;
    border-radius: 5px;
    margin-bottom: 42px;
}

.re_contact_page p.note {
    font-size: .85714286em;
}

/* contact responsive */


@media screen and (max-width: 991px) and (min-width: 768px) {
    .re_contact_page .subject_icon ul li div img {
        width: 75%;
    }

    .re_contact_page .subject_icon ul li p {
        top: 55%;
        font-size: 11.5px;
    }
}

@media screen and (max-width: 767px) {
    .re_contact_page section.imagebg.space--sm {
        height: auto;
    }

    .re_contact_page .contact-form_wr {
        transform: none;
        margin-top: 30px;
    }

    .re_contact_page .boxed {
        padding: 9% 3% 12%;
    }

    .re_contact_page .input-radio label {
        margin-top: 0;
    }

    .re_contact_page .input-checkbox+span {
        margin-left: .457143em;
    }
}

@media screen and (max-width: 320px) {
    .re_contact_page .subject_icon ul li p {
        font-size: 10px;
        top: 60%;
    }
}


/**
 * Robot Page Style
 * 2021/04/30
 */

.mujinrobot_page {
    font-size: 1.1428em;
    font-family: 'Noto Sans CJK JP', "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.mujinrobot_page h1,
.mujinrobot_page h2,
.mujinrobot_page h3,
.mujinrobot_page h4 {
    font-family: 'Noto Sans CJK JP', "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    color: #000;
}

.mujinrobot_page .f_18 {
    font-size: 1.125em;
    line-height: 1.5555;
}

.mujinrobot_page .f_24 {
    font-size: 1.5em;
}

.mujinrobot_page .f_28 {
    font-size: 1.75em;
}

.mujinrobot_page .f_30 {
    font-size: 1.875em;
}

.mujinrobot_page .f_32 {
    font-size: 2em;
}

.mujinrobot_page .f_34 {
    font-size: 2.125em;
}

.mujinrobot_page .f_36 {
    font-size: 2.25em;
}

.mujinrobot_page .f_38 {
    font-size: 2.375em;
}

.mujinrobot_page .f_42 {
    font-size: 2.625em;
    line-height: 1.28571;
}

.mujinrobot_page .f_48 {
    font-size: 3em;
    line-height: 1.25;
    ;
}

.mujinrobot_page .f_52 {
    font-size: 3.25em;
}

.mujinrobot_page .f_60 {
    font-size: 3.75em;
}

.mujinrobot_page section {
    padding: 0;
}

.mujinrobot_page img {
    margin-bottom: 0;
}

.ls_-03 {
    letter-spacing: -.03em;
}

.ls_-02 {
    letter-spacing: -.02em;
}

.mujinrobot_page h2,
.mujinrobot_page h3 .mujinrobot_page h4 {
    color: #000;
}

.mujinrobot_page h2 {
    font-weight: 900;
}

.mujinrobot_page a:hover {
    opacity: 1;
}

.mujinrobot_page .container {
    padding: 0;
}

/* mv */
.mujinrobot_page.main-container {
    background: #F4F5F6;
    overflow: hidden;
}

.mujinrobot_page section.robots_mv {
    position: relative;
    height: 0;
    padding-top: calc(100vh - 202px);
    background: radial-gradient(#17212f 35%, #000000);
}

.mujinrobot_page section.robots_mv .mv_content_wr {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 90%;
    max-width: 1600px;
    transform: translateX(-50%);
    height: 100%;
}

.mujinrobot_page section.robots_mv img.mv_robot {
    position: absolute;
    height: 97%;
    bottom: 0;
    right: 0;
    object-fit: contain;
}

.mujinrobot_page .robots_top_mes {
    position: absolute;
    top: 52%;
    left: 10%;
    transform: translateY(-50%);
    color: #fff;
    text-align: center;
}

.mujinrobot_page .catch_01 {
    font-weight: 900;
    line-height: 1.4;
    margin-bottom: 43px;
}

.mujinrobot_page h1 {
    font-size: 1em;
    margin-bottom: 15px;
    max-width: 423px;
}

.mujinrobot_page .catch_02 {
    font-weight: bold;
    margin-bottom: 45px;
}

.mujinrobot_page .doc_btn_wr {
    width: 12.375em;
    margin: auto;
}

.mujinrobot_page .doc_btn_wr a {
    display: block;
    color: #fff;
    font-weight: bold;
    line-height: 2.8125;
    background-color: #3C61E6;
    border-radius: 23px;
    transition: background-color, color .4s ease;
}

.mujinrobot_page .doc_btn_wr a:hover {
    background-color: #fff;
    color: #3C61E6;
}


/* page navigation */

.mujinrobot_page .in_pag_nav {
    background: #000000;
}

.mujinrobot_page .in_pag_nav ul {
    display: flex;
    height: 97px;
    margin: auto;
    align-items: center;
}

.mujinrobot_page .in_pag_nav ul li {
    border-left: solid 1px #4B4B4B;
    height: 62px;
    width: 100%;
}

.mujinrobot_page .in_pag_nav ul li:nth-last-child(1) {
    border-right: solid 1px #4B4B4B;
}

.mujinrobot_page .in_pag_nav a {
    display: block;
    font-weight: bold;
    color: #fff;
    width: 100%;
    padding-top: 12px;
    height: 100%;
    line-height: 1.375;
    text-align: center;
    position: relative;
}

.mujinrobot_page .in_pag_nav a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url(/wp-content/themes/mujin/assets/jp/img/robots/in_page_arrow.svg) no-repeat;
    width: 13px;
    height: 6px;
    transition: transform .4s ease;
}

.mujinrobot_page .in_pag_nav a:hover::after {
    transform: translate(-50%, 120%);
}

.mujinrobot_page .in_pag_nav a.mt__02 {
    padding-top: 2px;
}

/* about */
.mujinrobot_page #about {
    background: #fff;
}

.mujinrobot_page video {
    width: 100%;
}

.mujinrobot_page #about .container {
    padding-top: 6.16%;
    padding-bottom: 4.36%;
    text-align: center;
}

.mujinrobot_page #about .container>h2,
.mujinrobot_page #about .container>p,
.mujinrobot_page #about .container>div,
.mujinrobot_page #about .container>ul {
    width: 67.3%;
    margin: auto;
}

.mujinrobot_page #about .container>p,
.mujinrobot_page #about .container>div,
.mujinrobot_page #about .container>ul {
    text-align: left;
}

.mujinrobot_page #about .container>h2 {
    text-align: center;
    line-height: 1.26315;
}

.mujinrobot_page #about .container>p {
    margin-top: 3.5915%;
    font-weight: 500;
}

.mujinrobot_page #about .container>ul {
    margin-top: 6.4657%;
    font-size: 1.25;
    display: flex;
    justify-content: space-between;
}

.mujinrobot_page #about .container>ul li {
    padding-bottom: 12px;
    width: 33.097%;
    border-bottom: #E5E5E5 solid 4px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    color: #ADADAD;
    transition: color .4s ease;
}

.mujinrobot_page #about .container>ul li:hover {
    color: #000;
}

.mujinrobot_page #about .container>ul li.on_video_tag {
    border-bottom: #FF4600 solid 4px;
    color: #000;
}

.mujinrobot_page #about div.movie_wr {
    margin-top: 4.4468%;
}

.mujinrobot_page .movie_wr>div {
    display: none;
}

.mujinrobot_page .movie_wr>div.on_video {
    display: block;
}

/* point */
.mujinrobot_page section#point {
    position: relative;
}

.mujinrobot_page section#point::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: #fff;
}

.mujinrobot_page section#point .robot_point_container {
    position: relative;
    z-index: 2;
    padding-top: 6.98466%;
    padding-bottom: 6.8330%;
}

.mujinrobot_page section#point .robot_point_container::before {
    content: "";
    position: absolute;
    background: #F5F7F8;
    width: 100vw;
    height: 100%;
    left: 8.59375%;
    top: 0;
    z-index: -1;
}

.mujinrobot_page .robot_point_container {
    width: 91.71875%;
    margin-left: auto;
}

.mujinrobot_page .robot_point_container span.feature {
    display: block;
    width: 9.9375em;
    background: #FF4600;
    font-weight: 900;
    margin-bottom: 0;
    text-align: center;
    line-height: 2;
}

.mujinrobot_page .robot_point_container h2 {
    margin-top: 3.9812%;
    margin-bottom: 7.3032%;
    line-height: 1.1923;
}

.mujinrobot_page .robot_point_container h3 {
    margin-bottom: 2.2105%;
}

.mujinrobot_page .robot_point_container .robot_point_content>p {
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1.5;
}

.mujinrobot_page .robot_point_content {
    margin-left: 19.08%;
}

.mujinrobot_page .robot_point_content>h3,
.mujinrobot_page .robot_point_content>p {
    width: 55.15789%;
}

.mujinrobot_page .robot_point_content>h3 {
    line-height: 1.375;
    font-weight: 800;
}

.mujinrobot_page #point .flowmap {
    position: relative;
    margin-top: -10.1052%;
    z-index: -1;
}

.mujinrobot_page #point .flowmap ol {
    list-style: none;
}

.mujinrobot_page #point .flowmap ol li {
    position: absolute;
    height: 115px;
    width: 115px;
    border-radius: 50%;
    text-align: center;
}

.mujinrobot_page #point .flow_list_bg {
    position: absolute;
    background: #FF4600;
    mix-blend-mode: multiply;
    width: 115px;
    height: 115px;
    border-radius: 50%;
}

.mujinrobot_page #point .flow_list_bg::after {
    content: "";
    position: absolute;
    height: 120%;
    width: 120%;
    top: 50%;
    left: 50%;
    background: #FF4600;
    mix-blend-mode: multiply;
    border-radius: 50%;
    animation: pulseMotion 1.4s linear infinite;
}

@keyframes pulseMotion {
    0% {
        transform: translate(-50%, -50%) scale(1, 1);
        background-color: rgba(250, 70, 0, 0.4)
    }

    100% {
        transform: translate(-50%, -50%) scale(1.5, 1.5);
        background-color: rgba(250, 70, 0, 0)
    }
}

.mujinrobot_page #point .flowmap .flow_list_bg:nth-of-type(1),
.mujinrobot_page #point .flowmap ol li:nth-child(1) {
    left: 19.7894%;
    top: 56.4841%;
}

.mujinrobot_page #point .flowmap .flow_list_bg:nth-of-type(2),
.mujinrobot_page #point .flowmap ol li:nth-child(2) {
    left: 32%;
    top: 32.51%;
}

.mujinrobot_page #point .flowmap .flow_list_bg:nth-of-type(3),
.mujinrobot_page #point .flowmap ol li:nth-child(3) {
    right: 32%;
    top: 32.51%;
}

.mujinrobot_page #point .flowmap .flow_list_bg:nth-of-type(4),
.mujinrobot_page #point .flowmap ol li:nth-child(4) {
    right: 17.789%;
    top: 56.4841%;
}

@media all and (-ms-high-contrast: none) {
    .mujinrobot_page #point .flow_list_bg {
        background: rgba(255, 70, 0, .6);
    }
}

.mujinrobot_page #point .flowmap ol li span {
    display: block;
    color: #fff;
}

.mujinrobot_page #point .flowmap ol li .flow_num {
    font-size: 0.85714em;
    line-height: 1.75;
    margin-top: 17.29%;
    font-weight: bold;
}

.mujinrobot_page #point .flowmap ol li .flow_ttl {
    line-height: 1.2222;
    font-weight: 900;
}

.mujinrobot_page #point .r_b_c_02 {
    margin-top: 10.052%
}

.mujinrobot_page #point .r_b_c_02 .r_b_c_02_img {
    margin-top: 2.5263%;
}

/* stucture */
.mujinrobot_page #structure {
    background: #000;
    color: #fff;
    text-align: center;
}

.mujinrobot_page #structure .container {
    padding-top: 9.5%;
}

.mujinrobot_page #structure h2 {
    text-align: center;
    margin-bottom: 3.6718%;
    color: #fff;
    line-height: 1.1923;
}

.mujinrobot_page #structure .container>p {
    width: 66.25%;
    margin: 0 auto 5.9375%;
    text-align: left;
    font-weight: 500;
}

.mujinrobot_page .robot_structure_img {
    position: relative;
}

.mujinrobot_page .robot_structure_img>img {
    width: 55.3125%;
    margin: auto;
    display: block;
}

.mujinrobot_page .robot_structure_img .structure_dec {
    position: absolute;
}

.mujinrobot_page .robot_structure_img .structure_dec p {
    font-weight: 800;
    letter-spacing: -.05em;
    padding: 0 .9em;
    display: inline-block;
    line-height: 1.9;
    background: #fff;
    color: #000;
    margin: auto;
}

.mujinrobot_page .robot_structure_img .structure_dec_04 p {
    background: #FF4600;
}

.mujinrobot_page .robot_structure_img .structure_dec svg {
    display: block;
    position: absolute;

    fill: none;
    stroke-dasharray: 500px;
    stroke-dashoffset: 500px;
}

.mujinrobot_page .robot_structure_img .structure_dec svg.line_anim {
    animation: line_animation 1.5s forwards;
}

.mujinrobot_page .robot_structure_img .structure_dec_01 {
    top: 4.7233%;
    right: 18.125%;
    text-align: right;
}

.mujinrobot_page .robot_structure_img .structure_dec_02 {
    top: 10.1147%;
    left: 9.64%;
}

.mujinrobot_page .robot_structure_img .structure_dec_03 {
    top: 34.0877%;
    right: 7%;
    text-align: right;
}

.mujinrobot_page .robot_structure_img .structure_dec_04 {
    top: 44.932%;
    left: 2%;
}

.mujinrobot_page .robot_structure_img .structure_dec_01 svg.line_anim {
    right: 0;
    top: calc(100% + 8px);
}

.mujinrobot_page .robot_structure_img .structure_dec_02 svg.line_anim {
    left: 0;
    top: calc(100% + 8px);
}

.mujinrobot_page .robot_structure_img .structure_dec_03 svg.line_anim {
    right: 0;
    bottom: -8px;
}

.mujinrobot_page .robot_structure_img .structure_dec_04 svg.line_anim {
    left: 0;
    top: calc(100% + 8px);
}

@keyframes line_animation {
    0% {
        stroke-dashoffset: 500px;
    }

    100% {
        stroke-dashoffset: 0px;
        /*# 3秒後に間隔を0px */
    }
}

/* reason */
.mujinrobot_page #reason {
    position: relative;
    color: #fff;
    z-index: 2;
    margin-top: -1px;
}

.mujinrobot_page #reason:before {
    content: "";
    position: absolute;
    height: 85.714%;
    width: 100vw;
    z-index: -1;
    background: #000;
}

.mujinrobot_page #reason .container {
    background: #1C1E21;
    padding: 9.0625em 6.75em 9.0625em;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    border-radius: 10px;
}

.mujinrobot_page #reason .robot_reason_ttl {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6.25%;
}

.mujinrobot_page #reason h2 {
    margin-bottom: 0;
    color: #fff;
    width: 43.575%;
    line-height: 1.1923;
}

.mujinrobot_page #reason .robot_reason_ttl>div {
    width: 49.248%;
}

.mujinrobot_page #reason .robot_reason_subttl {
    margin-bottom: 7.3435%;
    line-height: 1.2857;
    font-weight: 900;
}

.mujinrobot_page #reason .robot_reason_txt {
    line-height: 1.5555;
    font-weight: 500;
}

.mujinrobot_page #reason .container>ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mujinrobot_page #reason .container>ul li {
    width: 49.248%;
    background: #2D3036;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    border-radius: 10px;
    padding-top: 6.015%;
    padding-bottom: 5.54%;
    margin-bottom: 1.503759%;
    text-align: center;
}

.mujinrobot_page #reason .container>ul li>h3 {
    margin-bottom: 5.0610%;
    display: inline-block;
    color: #0054db;
    background: -webkit-linear-gradient(0deg, #3bcaff 0%, #0054db 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
}

.mujinrobot_page #reason .container>ul li p {
    width: 76.33%;
    margin: auto;
    font-weight: 500;
    text-align: left;
    line-height: 1.5;
}

/* performance */

.mujinrobot_page #performance .container {
    padding-top: 9.3023%
}

.mujinrobot_page #performance .performance_ttl {
    display: flex;
    justify-content: space-around;
    margin-bottom: 1.4031%;
    align-items: flex-end;
}

.mujinrobot_page #performance h2 {
    width: 36.46875%;
    margin-bottom: 0;
    line-height: 1.1923;
}

.mujinrobot_page #performance .award {
    width: 40.78125%;
    margin-bottom: 11px;
    align-items: center;
    display: flex;
}

.mujinrobot_page #performance .award img {
    width: 30%;
    display: block;
}

.mujinrobot_page #performance span.award_plus {
    display: inline-block;
    text-align: right;
    right: 0;
    top: 100%;
    font-size: 14px;
    line-height: 2;
    font-weight: 500;
    margin-bottom: 1.4031%;
    margin-top: auto;
    white-space: nowrap;
}




.mujinrobot_page #performance .container>ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1em 1fr 1em 1fr 1em 1fr 1em 1fr 1em 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto 1em 6.5% 1em 6.5% 1em auto 1em auto 1em auto 1em auto;
    grid-template-rows: auto 6.5% 6.5% auto auto auto auto;
    gap: 1em;
}

.mujinrobot_page #performance .container>ul>*:nth-child(1) {
    -ms-grid-column-span: 5;
    grid-column: 1/4;
    -ms-grid-row-span: 7;
    grid-row: 1/5;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
}

.mujinrobot_page #performance .container>ul>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
}

.mujinrobot_page #performance .container>ul>*:nth-child(3) {
    -ms-grid-column-span: 3;
    grid-column: 5/7;
    -ms-grid-row-span: 3;
    grid-row: 1/3;
    -ms-grid-row: 1;
    -ms-grid-column: 9;
}

.mujinrobot_page #performance .container>ul>*:nth-child(4) {
    -ms-grid-row-span: 3;
    grid-row: 2/4;
    -ms-grid-row: 3;
    -ms-grid-column: 7;
}

.mujinrobot_page #performance .container>ul>*:nth-child(5) {
    -ms-grid-column: 9;
    -ms-grid-column-span: 3;
    grid-column: 5/7;
    -ms-grid-row: 5;
    -ms-grid-row-span: 3;
    grid-row: 3/5;
}

.mujinrobot_page #performance .container>ul>*:nth-child(6) {
    -ms-grid-column: 7;
    -ms-grid-column-span: 1;
    grid-column: 4/5;
    -ms-grid-row: 7;
    -ms-grid-row-span: 1;
    grid-row: 4/5;
}

.mujinrobot_page #performance .container>ul>*:nth-child(7) {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
}

.mujinrobot_page #performance .container>ul>*:nth-child(8) {
    -ms-grid-row: 9;
    -ms-grid-column: 3;
}

.mujinrobot_page #performance .container>ul>*:nth-child(9) {
    -ms-grid-row: 9;
    -ms-grid-column: 5;
}

.mujinrobot_page #performance .container>ul>*:nth-child(10) {
    -ms-grid-column: 7;
    -ms-grid-column-span: 5;
    grid-column: 4/7;
    -ms-grid-row: 9;
    -ms-grid-row-span: 5;
    grid-row: 5/8;
}

.mujinrobot_page #performance .container>ul>*:nth-child(11) {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
}

.mujinrobot_page #performance .container>ul>*:nth-child(12) {
    -ms-grid-row: 11;
    -ms-grid-column: 3;
}

.mujinrobot_page #performance .container>ul>*:nth-child(13) {
    -ms-grid-row: 11;
    -ms-grid-column: 5;
}

.mujinrobot_page #performance .container>ul>*:nth-child(14) {
    -ms-grid-row: 13;
    -ms-grid-column: 1;
}

.mujinrobot_page #performance .container>ul>*:nth-child(15) {
    -ms-grid-row: 13;
    -ms-grid-column: 3;
}

.mujinrobot_page #performance .container>ul>*:nth-child(16) {
    -ms-grid-row: 13;
    -ms-grid-column: 5;
}


.mujinrobot_page #performance .gc_1_4_gr_1_5 {
    -ms-grid-column-span: 3;
    grid-column: 1/4;
    -ms-grid-row-span: 4;
    grid-row: 1/5;
    -ms-grid-column: 4;
    -ms-grid-row: 5;
}

.mujinrobot_page #performance .gc_5_7_gr_1_3 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 2;
    grid-column: 5/7;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
}

.mujinrobot_page #performance .gc_5_7_gr_3_5 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 2;
    grid-column: 5/7;
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    grid-row: 3/5;
}

.mujinrobot_page #performance .gr_2_4 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    grid-row: 2/4;
}

.mujinrobot_page #performance .gc_4_5_gr_4_5 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-column: 4/5;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/5;
}

.mujinrobot_page #performance .gc_4_7_gr_5_8 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 3;
    grid-column: 4/7;
    -ms-grid-row: 5;
    -ms-grid-row-span: 3;
    grid-row: 5/8;
}

.mujinrobot_page #performance .container>ul li {
    position: relative;
}

.mujinrobot_page #performance .container>ul li p {
    position: absolute;
    color: #fff;
    bottom: 6px;
    right: 10px;
    font-weight: 900;
    bottom: 3px;
    right: 3px;
}

.mujinrobot_page #performance .container>ul li p.f_24 {
    bottom: 12px;
    right: 15px;
}

.mujinrobot_page #performance .performance_txt {
    margin-top: 11.4843%
}

.mujinrobot_page #performance .performance_txt>img {
    width: 83.04%;
    display: block;
}

.mujinrobot_page #performance .performance_txt>div {
    width: 40.9375%;
    padding: 8.35937% 3.7625% 7.4218%;
    background: #fff;
    margin-left: auto;
    margin-top: -28.46875%;
    transform: translateY(0);
}

.mujinrobot_page #performance .performance_txt>div h3 {
    margin-bottom: 1em;
    font-weight: 900;
    line-height: 1.2857;
}

.mujinrobot_page #performance .performance_txt>div p {
    font-weight: 500;
    line-height: 1.5;
}

/* robot sirease */
.mujinrobot_page .mujin_series .container {
    text-align: center;
}

.mujinrobot_page .mujin_series h2 {
    text-align: center;
    margin-bottom: 4.0625%;
    margin-top: 11.484375%;
}

.mujinrobot_page .mujin_series .container>ul {
    text-align: left;
}

.mujinrobot_page .mujin_series .container>ul>li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2.5%;
    padding: 2.34% 2.7343% 3.046875%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}

.mujinrobot_page .mujin_series ul li .series_le {
    width: 31.4%;
}

.mujinrobot_page .mujin_series ul li .series_mid {
    width: 29.65625%;
    padding-top: 3.515625%;
}

.mujinrobot_page .mujin_series ul li .series_ri {
    width: 23%;
    padding-top: 3.515625%;
}

.mujinrobot_page .mujin_series ul li .series_mid h3 {
    margin-top: .2222em;
    margin-bottom: .6944444em;
    font-weight: 900;
    line-height: 1.589;
}

.mujinrobot_page .mujin_series ul li .series_mid ul {
    font-weight: 500;
    font-size: 1.0625em;
    line-height: 1.5294;
    margin-bottom: 1.5882em;
}

.mujin_series .doc_more_btn {
    font-size: .875em;
    font-weight: bold;
}

.mujin_series .doc_more_btn a {
    color: #3C61E6;
    transition: color .4s ease;
}

.mujin_series .doc_more_btn a:hover {
    color: #8096E5;
}

.mujinrobot_page .mujin_series ul li .series_ri>span {
    color: #626262;
    display: block;
    font-size: .875em;
    font-weight: bold;
    margin-bottom: .7857em;
}

.mujinrobot_page .mujin_series ul li .series_ri>ul {
    display: flex;
    flex-wrap: wrap;
    color: #626262;
    font-size: .75em;
    line-height: 1.3333;
    font-weight: bold;
}

.mujinrobot_page .mujin_series ul li .series_ri>ul li {
    background: #EAEAEA;
    width: 6.5833em;
    height: 5em;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin-bottom: 1.416666em;
    text-align: center;
}

.mujinrobot_page .mujin_series ul li .series_ri>ul li:nth-child(2),
.mujinrobot_page .mujin_series ul li .series_ri>ul li:nth-child(5) {
    margin: 0 1.416666em;
}

.mujinrobot_page .mujin_series .mt__up {
    transform: translateY(-33.3333%);
}

.mujinrobot_page .mujin_series ul li .series_ri .doc_download a {
    font-weight: 900;
    margin-top: 1em;
    text-align: center;
    width: 100%;
    display: block;
    border-radius: 5px;
    border: solid 2px #FF4600;
    background-color: #fff;
    transition: background-color .6s ease;
}

.mujinrobot_page .mujin_series ul li .series_ri .doc_download a:hover {
    background-color: #FF4600;
}

.mujinrobot_page .mujin_series ul li .series_ri .doc_download a span {
    background: url(/wp-content/themes/mujin/assets/jp/img/robots/download_icon.svg) left center no-repeat;
    padding-left: 2.166666em;
    display: inline-block;
    line-height: 3.333;
    color: #FF4600;
    transition: color .6s ease;
}

.mujinrobot_page .mujin_series ul li .series_ri .doc_download a:hover span {
    background: url(/wp-content/themes/mujin/assets/jp/img/robots/download_icon_wh.svg) left center no-repeat;
    color: #fff;
}

/* contact */
.mujinrobot_page .mujinrobot_page_contact .container {
    text-align: center;
}

.mujinrobot_page .mujinrobot_page_contact h2 {
    margin-top: 7.078125%;
    margin-bottom: 3.9843%;
    text-align: center;
}

.mujinrobot_page .robot_contact_content {
    text-align: left;
    display: flex;
    justify-content: space-between;
}

.mujinrobot_page .robot_contact_content .le,
.mujinrobot_page .robot_contact_content .ri {
    width: 49.2968%;
}

.mujinrobot_page .robot_contact_content .contact_desc {
    padding-top: 8.55784%;
    padding-bottom: 11.0935%;
    text-align: center;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}

.mujinrobot_page .robot_contact_content .le .contact_desc:nth-of-type(1) {
    margin-bottom: 1em;
}

.mujinrobot_page .robot_contact_content .contact_desc h3 {
    margin-top: 1em;
    margin-bottom: 7px;
    font-weight: 900;
}

.mujinrobot_page .robot_contact_content .contact_desc>p {
    font-weight: bold;
}

.mujinrobot_page .robot_contact_content .contact_desc .robot_contact_btn {
    margin-top: 9.03328%;
}

.mujinrobot_page .robot_contact_content .contact_desc .robot_contact_btn a {
    display: block;
    margin: auto;
    width: 12.4444em;
    font-weight: bold;
    color: #fff;
    background-color: #3C61E6;
    box-shadow: 0 3px 0 #1C39A5;
    border-radius: 6px;
    line-height: 2.77777;
    transition: background-color .6s ease;
}

.mujinrobot_page .robot_contact_content .contact_desc .robot_contact_btn a:hover {
    background-color: #2A92EB;
}

/* contact form */

.mujinrobot_page .boxed {
    padding: 4.0625% 5.078125% 4.375%;
    box-shadow: 0 10px 10px rgb(0 0 0 / 5%);
    border: none;
}

.mujinrobot_page .robot_contact_content .ri {
    margin-left: auto;
    margin-right: 0;
}

.mujinrobot_page .robot_contact_content .ri .robot_contact_ttl img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5.5379%;
}

.mujinrobot_page .robot_contact_content .ri .robot_contact_ttl {
    text-align: center;
    font-weight: 900;
}

.mujinrobot_page .robot_contact_content .ri .robot_contact_ttl .description_ttl {
    font-weight: bold;
    text-align: center;
    margin-bottom: 5.3797%;
}

.mujinrobot_page .form_content {
    margin-bottom: 16px;
}

.mujinrobot_page .form_content.contents_radio {
    margin-bottom: 28px;
}

.mujinrobot_page input[type],
.mujinrobot_page select,
.mujinrobot_page textarea {
    border: solid 1px #d9d9d9;
    background: #fff;
    border-radius: 0;
    font-size: .875em;
}


/* select */
.mujinrobot_page .input-select:after {
    content: "";
    right: 14px;
    background: url(/wp-content/themes/mujin/assets/jp/img/contact/re_contact_select_arrow.svg) center center no-repeat;
}

.mujinrobot_page select:invalid {
    color: #6A6A6A;
}

.mujinrobot_page .input-select select:focus {
    border-color: #3C61E6;
}

/* input text */
.mujinrobot_page input::placeholder,
.mujinrobot_page textarea::placeholder {
    color: #6A6A6A;
    font-size: 1em;
}

/* firefox */
.mujinrobot_page input::-moz-placeholder,
.mujinrobot_page textarea::-moz-placeholder {
    color: #6A6A6A;
    font-size: 1em;
}

/* IE */
.mujinrobot_page input:-ms-input-placeholder,
.mujinrobot_page textarea:-ms-input-placeholder {
    color: #6A6A6A;
    font-size: 1em;
}

/* Edge */
.mujinrobot_page input::-ms-input-placeholder,
.mujinrobot_page textarea::-ms-input-placeholder {
    color: #6A6A6A;
    font-size: 1em;
}

input[type]:focus,
select:focus,
textarea:focus {
    border-color: #3C61E6;
}

/* checkbox */
.mujinrobot_page .input-checkbox input:checked+label {
    border-color: #3C61E6;
    background: #3C61E6;
}

.mujinrobot_page .input-checkbox label:before {
    border: 1px solid #3C61E6;
}

.mujinrobot_page .input-checkbox label:hover {
    border-color: #3C61E6;
}

.mujinrobot_page .form_content.contents_checkbox span a {
    color: #3C61E6;
}

.mujinrobot_page .input-checkbox label {
    width: 20px;
    height: 20px;
    border-radius: 3px;
}

.mujinrobot_page .input-checkbox input:checked+label:after {
    top: -5px;
    left: 1px;
}

.mujinrobot_page .input-checkbox {
    margin-top: 0;
}

.mujinrobot_page .input-checkbox+span {
    bottom: 6px;
    color: #6a6a6a;
}

.mujinrobot_page .form_content.contents_checkbox {
    margin-bottom: 55px;
}

/* submit */
.mujinrobot_page button[type=submit]:not([class*=col-]) {
    width: 224px;
    margin: auto;
    background-color: #FF5000;
    box-shadow: 0 3px 0 #C74200;
    border: none;
    border-radius: 5px;
    margin-bottom: 42px;
    transition: background-color .6s ease;
}

.mujinrobot_page button[type=submit]:not([class*=col-]):hover {
    background-color: #FF7600;
}

.mujinrobot_page p.note {
    font-size: .75em;
    text-align: left;
}


/* banner */
.banner {
    z-index: 100;
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 220px;
    transform: translateX(120%);
    transition: transform .6s ease;
}

.banner .bnr_close {
    position: absolute;
    width: 23.47px;
    height: 23.47px;
    top: -9px;
    right: -9px;
    cursor: pointer;
}

.banner a:hover {
    opacity: .8;
}

.banner.show_bnr {
    transform: translateX(0);
}

.banner.close_bnr {
    transform: translateX(110%);
}

/* first animation */
#first_anim {
    position: fixed;
    top: 0;
    left: 0;
    background: #FF5500;
    width: 100vw;
    height: 100vh;
    z-index: 100;
}

#first_anim.start {
    animation: starting_anim02 1.9s ease forwards;
}

.first_anim_logo_wr {
    transform: none !important;
}

img#first_anim_logo {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 101;
    pointer-events: none;
}

img#first_anim_logo.start {
    animation: starting_anim03 .3s ease forwards;
    animation-delay: 1.4s;
    transform: none !important;
}

#first_anim::after {
    content: "";
    position: absolute;
    width: 100vw;
    height: 100%;
    background: #fff;
    left: 0;
    top: 0;
    transform: translateX(-100%);
}

@keyframes starting_anim02 {
    0% {
        transform: translateX(0)
    }

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

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

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

@keyframes starting_anim03 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


/* fade in animation */


.mujinrobot_page .fadeIn01,
.mujinrobot_page .fadeIn04.fadeIn_ttl,
.mujinrobot_page .fadeIn_second.fadeIn_ttl,
.mujinrobot_page .fadeIn_third.fadeIn_ttl {
    opacity: 0;
}

.mujinrobot_page .fadeIn01.fadeIn_active,
.mujinrobot_page .fadeIn04.fadeIn_ttl.fadeIn_active,
.mujinrobot_page .fadeIn_second.fadeIn_ttl.fadeIn_active,
.mujinrobot_page .fadeIn_third.fadeIn_ttl.fadeIn_active {
    opacity: 1;
}

.mujinrobot_page .initial_anim {
    opacity: 0;
}

@keyframes fadeIn01 {
    0% {
        transform: translateX(100%);
    }

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

.mujinrobot_page .fadeIn02,
.mujinrobot_page .fadeIn02_2.fadeIn_second,
.mujinrobot_page .fadeIn02_2.fadeIn_third {
    opacity: 0;
    transform: translateY(100%);
    will-change: transform, opacity;
}

.mujinrobot_page .fadeIn02.fadeIn_active02,
.mujinrobot_page .fadeIn02_2.fadeIn_second.fadeIn_active,
.mujinrobot_page .fadeIn02_2.fadeIn_third.fadeIn_active {
    animation: fadeIn02 .6s ease forwards;
}

@keyframes fadeIn02 {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }

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

.mujinrobot_page .fadeIn02.trans_half {
    transform: translateY(50%);
}

@media screen and (max-width: 768px) {
    .mujinrobot_page .fadeIn02.trans_half.trans_min_sp {
        transform: translateY(30%);
    }
}

.mujinrobot_page .fadeIn02.trans_half.fadeIn_active02 {
    animation: fadeIn02_half .6s ease forwards;
}

@keyframes fadeIn02_half {
    0% {
        transform: translateY(50%);
        opacity: 0;
    }

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

.mujinrobot_page #reason .container>ul.fadeIn03 li,
.mujinrobot_page #performance .award.fadeIn03 img,
.mujinrobot_page #performance .award.fadeIn03 span.award_plus {
    opacity: 0;
    transform: translateY(100%);
    will-change: transform, opacity;
}

.mujinrobot_page #reason .container>ul.fadeIn03.fadeIn_active02 li,
.mujinrobot_page #performance .award.fadeIn03.fadeIn_active02 img,
.mujinrobot_page #performance .award.fadeIn03.fadeIn_active02 span.award_plus {
    animation: fadeIn02 .6s ease forwards;
}

.mujinrobot_page #reason .container>ul.fadeIn03.fadeIn_active02 li:nth-child(2),
.mujinrobot_page #performance .award.fadeIn03 img:nth-child(2) {
    animation-delay: .4s;
}

.mujinrobot_page #reason .container>ul.fadeIn03.fadeIn_active02 li:nth-child(3),
.mujinrobot_page #performance .award.fadeIn03 img:nth-child(3) {
    animation-delay: .8s;
}

.mujinrobot_page #reason .container>ul.fadeIn03.fadeIn_active02 li:nth-child(4),
.mujinrobot_page #performance .award.fadeIn03.fadeIn_active02 span.award_plus {
    animation-delay: 1.2s;
}




@media screen and (max-width: 767px) {
    img#first_anim_logo {
        width: 70vw;
    }
}


/* responsive */

@media screen and (max-width: 768px) {
    .mujinrobot_page .in_pag_nav {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    .mujinrobot_page .mujin_series ul li .series_ri {
        min-width: 273px;
    }

    .mujinrobot_page .robot_point_content>h3,
    .mujinrobot_page .robot_point_content>p {
        min-width: 475px;
    }

    .mujinrobot_page #performance h2 {
        min-width: 400px;
    }

    .mujinrobot_page #performance .performance_txt>div {
        min-width: 500px;
    }
}

@media screen and (max-width: 1199px) {

    .mujinrobot_page .mujin_series ul li .series_ri,
    .mujinrobot_page .mujin_series ul li .series_mid {
        padding-top: 0;
    }

    .mujinrobot_page .robot_structure_img .structure_dec_01 svg {
        width: 159%;
        height: 395%;
    }

    .mujinrobot_page .robot_structure_img .structure_dec_02 svg {
        width: 132%;
        height: 170%;
    }

    .mujinrobot_page .robot_structure_img .structure_dec_03 {
        right: 0;
    }

    .mujinrobot_page .robot_structure_img .structure_dec_04 {
        top: 40.932%;
        left: 0;
    }

    .mujinrobot_page .robot_structure_img .structure_dec_03 svg {
        width: 145%;
        height: 230%;
    }

    .mujinrobot_page .robot_structure_img .structure_dec_04 svg {
        width: 165%;
        height: 175%;
    }

    .mujinrobot_page #reason h2 {
        width: 45.575%;
        font-size: 3.15em;
    }
}

@media screen and (max-width: 1920px) {
    .mujinrobot_page .catch_01 {
        margin-bottom: 2.2395vw;
    }

    .mujinrobot_page h1 {
        margin-bottom: .78125vw;
    }

    .mujinrobot_page .catch_02 {
        margin-bottom: 2.34375vw;
    }
}

@media screen and (min-width: 1300px) and (max-height: 650px) {
    .mujinrobot_page section.robots_mv img.mv_robot {
        min-height: 500px;
    }
}


@media screen and (max-height: 1100px) {
    .mujinrobot_page section.robots_mv .mv_content_wr {
        max-width: 1300px;
    }
}


@media screen and (max-height: 900px) {
    .mujinrobot_page section.robots_mv .mv_content_wr {
        max-width: 1100px;
    }
}

@media screen and (min-height: 1100px) and (min-width: 1001px) and (max-width: 1100px) {
    .mujinrobot_page section.robots_mv img.mv_robot {
        max-height: 650px;
        top: 50%;
        transform: translateY(-50%);
    }

    .mujinrobot_page .robots_top_mes {
        left: 3%;
    }

    .mujinrobot_page section.robots_mv .mv_content_wr {
        width: 100%;
    }
}

@media screen and (min-height: 1023px) and (min-width: 768px) and (max-width: 1000px) {
    .mujinrobot_page section.robots_mv img.mv_robot {
        max-height: 500px;
        top: 50%;
        transform: translateY(-50%);
    }

    .mujinrobot_page .robots_top_mes {
        left: 3%;
    }

    .mujinrobot_page section.robots_mv .mv_content_wr {
        width: 100%;
    }
}




@media screen and (max-width: 1100px) {
    .mujinrobot_page .in_pag_nav a {
        font-size: .85em;
    }

    .mujinrobot_page .robots_top_mes {
        width: 40vw;
        max-width: 370px;
    }

    .mujinrobot_page .catch_01,
    .mujinrobot_page .catch_02 {
        margin-bottom: 1.5vw
    }

    .mujinrobot_page .catch_01 {
        font-size: 1.2em;
    }

    .mujinrobot_page .catch_02 {
        font-size: 1em;
    }

    .mujinrobot_page .robot_point_content>h3,
    .mujinrobot_page .robot_point_content>p {
        width: 64.15789%;
    }

    .mujinrobot_page #reason .container {
        padding: 5.0625em 3.75em 5.125em;
    }

    .mujinrobot_page #reason h2 {
        width: 51%;
    }

    .mujinrobot_page #reason .robot_reason_ttl>div {
        width: 43%;
    }

    .mujinrobot_page #reason .container>ul li p {
        width: 85%;
    }


    .mujinrobot_page #performance h2 {
        font-size: 3em;
        width: 50%;
    }

    .mujinrobot_page #performance .performance_txt>div {
        min-width: 500px;
    }

    .mujinrobot_page .mujin_series ul li .series_mid {
        width: 32%;
    }

    .mujinrobot_page .series_mid img {
        width: 130px;
    }

    .mujinrobot_page .mujin_series ul li .series_mid h3 {
        font-size: 2em;
    }

    .mujinrobot_page .mujin_series ul li .series_mid ul {
        font-size: 1em;
    }

    .mujinrobot_page .mujin_series ul li .series_ri {
        width: 33%;
    }

    .mujinrobot_page .mujin_series ul li .series_ri>ul li {
        width: 5.8em;
    }

    .mujinrobot_page .mujin_series ul li .series_ri>ul li:nth-child(2),
    .mujinrobot_page .mujin_series ul li .series_ri>ul li:nth-child(5) {
        margin: 0 1em;
    }

    .mujinrobot_page .mujin_series ul li .series_ri>span {
        font-size: .75em;
        margin-top: 30px;
    }

    .mujinrobot_page #performance .container>ul li p {
        font-size: .85em;
    }

    .mujinrobot_page #performance .container>ul li p.f_24 {
        font-size: .9em;
    }

    .mujinrobot_page .boxed {
        padding: 3.0625% 2.078125% 3.375%;
    }

    .mujinrobot_page section#point .robot_point_container {
        width: auto;
    }

    .mujinrobot_page .robot_point_content {
        margin-left: 10%;
    }

    .mujinrobot_page section#point .robot_point_container::before {
        left: 4.5%;
    }
}

@media screen and (max-width: 991px) {
    .mujinrobot_page .robot_structure_img>img {
        width: 66.25%;
    }

    .mujinrobot_page .robot_structure_img .structure_dec p {
        font-size: 1em;
    }

    .mujinrobot_page .robot_structure_img .structure_dec_01 {
        right: 20%;
    }

    .mujinrobot_page .robot_structure_img .structure_dec_01 svg {
        width: 160%;
        height: 460%;
    }

    .mujinrobot_page .robot_structure_img .structure_dec_02 svg {
        width: 153%;
        height: 195%;
    }

    .mujinrobot_page .robot_structure_img .structure_dec_03 {
        right: -2%;
    }

    .mujinrobot_page .robot_structure_img .structure_dec_03 {
        right: -2%;
    }

    .mujinrobot_page .robot_structure_img .structure_dec_04 {
        left: 0%;
        top: 45.932%;
    }

    .mujinrobot_page .robot_structure_img .structure_dec_04 svg {
        width: 190%;
        height: 180%;
    }
}

@media screen and (max-width: 767px) {

    /* common */
    .mujinrobot_page .f_60,
    .mujinrobot_page .f_52,
    .mujinrobot_page #reason h2 {
        font-size: 2.2em;
    }

    .mujinrobot_page .f_48,
    .mujinrobot_page .f_42 {
        font-size: 2em;
    }

    .mujinrobot_page .f_38 {
        font-size: 1.65em;
    }

    .mujinrobot_page .f_36,
    .mujinrobot_page .f_32 {
        font-size: 1.6em;
    }

    .mujinrobot_page .f_34 {
        font-size: 1.55em;
    }

    .mujinrobot_page .f_24,
    .mujinrobot_page .f_28 {
        font-size: 1.2em;
    }

    .mujinrobot_page .f_20 {
        font-size: 1.1em;
    }

    .mujinrobot_page .f_18 {
        font-size: 1.05em;
    }

    .mujinrobot_page .robot_point_container .robot_point_content>p,
    .mujinrobot_page #reason .robot_reason_txt,
    .mujinrobot_page #reason .container>ul li p,
    .mujinrobot_page #performance .performance_txt>div p {
        font-size: .9em;
    }

    .mujinrobot_page .container {
        width: 90%;
    }

    /* mv */
    .mujinrobot_page section.robots_mv {
        height: 0;
        padding-top: 79.145%;
    }

    .mujinrobot_page section.robots_mv .mv_content_wr {
        width: 100%;
    }

    .mujinrobot_page section.robots_mv img.mv_robot {
        display: none;
    }

    div.sp_robots_mv {
        height: 0;
        padding-top: 79.145%;
        position: relative;
        background: radial-gradient(#17212f 35%, #000000);
        margin-top: -1px;
    }

    div.sp_robots_mv>img {
        position: absolute;
        height: 100%;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .mujinrobot_page .robots_top_mes {
        max-width: none;
        width: 80vw;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .mujinrobot_page .catch_01,
    .mujinrobot_page .catch_02 {
        margin-bottom: 3vw;
    }

    .mujinrobot_page .catch_01 {
        font-size: 1.1em;
    }

    .mujinrobot_page h1 {
        width: 84%;
        margin: auto auto 1em;
    }

    /* in page navigation */
    .mujinrobot_page .in_pag_nav ul {
        flex-wrap: wrap;
        justify-content: center;
        height: 120px;
    }

    .mujinrobot_page .in_pag_nav ul li {
        width: 32%;
        height: 45px;
    }

    .mujinrobot_page .in_pag_nav ul li:nth-child(2) {
        width: 36%;
    }

    .mujinrobot_page .in_pag_nav ul li:nth-child(3) {
        border-right: solid 1px #4B4B4B;
    }

    .mujinrobot_page .in_pag_nav a {
        font-size: .75em;
        padding-top: 6px;
    }

    .mujinrobot_page .in_pag_nav ul li:nth-child(3) a {
        padding-top: 2px;
    }


    /* about */
    .mujinrobot_page #about .container>h2,
    .mujinrobot_page #about .container>p,
    .mujinrobot_page #about .container>div,
    .mujinrobot_page #about .container>ul {
        width: auto;
    }

    .mujinrobot_page #about .container>ul {
        font-size: 1em;
    }

    .mujinrobot_page .robot_point_content>h3,
    .mujinrobot_page .robot_point_content>p {
        width: 90%;
    }

    .mujinrobot_page #point .flowmap ol li .flow_num,
    .mujinrobot_page #point .flowmap ol li .flow_ttl {
        font-size: 10px;
    }

    .mujinrobot_page #point .flow_list_bg,
    .mujinrobot_page #point .flowmap ol li {
        width: 80px;
        height: 80px;
    }

    .mujinrobot_page .robot_point_content>h3 {
        font-size: 1.3em
    }

    .mujinrobot_page #point .flowmap .flow_list_bg:nth-of-type(1),
    .mujinrobot_page #point .flowmap ol li:nth-child(1) {
        left: -1.2106%;
        top: 54.4841%;
    }

    .mujinrobot_page #point .flowmap .flow_list_bg:nth-of-type(2),
    .mujinrobot_page #point .flowmap ol li:nth-child(2) {
        left: 24%;
        top: 16.51%;
    }

    .mujinrobot_page #point .flowmap .flow_list_bg:nth-of-type(3),
    .mujinrobot_page #point .flowmap ol li:nth-child(3) {
        right: 19%;
        top: 16.51%;
    }

    .mujinrobot_page #point .flowmap .flow_list_bg:nth-of-type(4),
    .mujinrobot_page #point .flowmap ol li:nth-child(4) {
        right: 0;
        top: 54.4841%;
    }

    /* structure */
    .mujinrobot_page #structure .container>p {
        width: auto;
    }

    .mujinrobot_page .robot_structure_img .structure_dec p {
        font-size: 10px;
    }

    .mujinrobot_page .robot_structure_img .structure_dec_01 {
        right: 13%;
        top: -8%;
    }

    .mujinrobot_page .robot_structure_img .structure_dec_01 svg {
        width: 150%;
        height: 329%;
        top: calc(100% + 4px);
    }

    .mujinrobot_page .robot_structure_img .structure_dec_02 {
        left: 0;
        top: 0;
    }

    .mujinrobot_page .robot_structure_img .structure_dec_02 svg {
        width: 134%;
        height: 137%;
        top: calc(100% + 4px);
    }

    .mujinrobot_page .robot_structure_img .structure_dec_03 {
        right: -2%;
        top: 42%;
    }

    .mujinrobot_page .robot_structure_img .structure_dec_03 svg.line_anim {
        width: 120%;
        height: 145%;
        bottom: 100%;
    }

    .mujinrobot_page .robot_structure_img .structure_dec_04 {
        top: 41.932%;
        left: -2%;
    }

    .mujinrobot_page .robot_structure_img .structure_dec_04 svg.line_anim {
        width: 128%;
        height: 120%;
        top: calc(100% + 4px);
    }

    /* reason */
    .mujinrobot_page #reason .container {
        padding: 2.0625em 1em 2.125em;
    }

    .mujinrobot_page #reason .robot_reason_ttl {
        display: block;
    }

    .mujinrobot_page #reason h2,
    .mujinrobot_page #reason .robot_reason_ttl>div {
        width: 100%;
    }

    .mujinrobot_page #reason h2 {
        text-align: center;
        margin-bottom: 1em;
    }

    .mujinrobot_page #reason .container>ul li>h3 {
        font-size: 1.4em;
        margin-bottom: 3%;
    }

    .mujinrobot_page #reason .container>ul li p {
        font-size: .75em;
        width: 90%;
    }

    .mujinrobot_page #reason .container>ul li {
        width: 100%;
        padding-top: 2.8947%;
        padding-bottom: 4.48496%;
        margin-bottom: 3.5%;
    }

    .mujinrobot_page #reason .container>ul li:nth-child(2),
    .mujinrobot_page #reason .container>ul li:nth-child(4) {
        margin-left: auto;
    }

    /* performance */
    .mujinrobot_page #performance .performance_ttl {
        display: block;
    }

    .mujinrobot_page #performance h2,
    .mujinrobot_page #performance .award {
        width: 100%;
    }

    .mujinrobot_page #performance h2 {
        font-size: 1.8em;
        margin-bottom: 3%;
    }

    .mujinrobot_page #performance .award {
        justify-content: space-around;
        display: flex;
        flex-wrap: wrap;
    }

    .mujinrobot_page #performance .award img {
        display: block;
    }

    .mujinrobot_page #performance span.award_plus {
        display: block;
        margin-left: auto;
    }


    /* grid */
    .mujinrobot_page #performance .container>ul {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr .5em 1fr .5em 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        -ms-grid-rows: auto .5em auto .5em auto .5em auto .5em 3.8% .5em 3.8% .5em auto .5em auto .5em auto .5em auto .5em auto .5em auto .5em auto .5em auto;
        grid-template-rows: auto auto auto auto 3.8% 3.8% auto auto auto auto;
        gap: .5em;
    }

    .mujinrobot_page #performance .container>ul>*:nth-child(1) {
        -ms-grid-column-span: 5;
        grid-column: 1/4;
        -ms-grid-row-span: 5;
        grid-row: 1/4;
        -ms-grid-column: 1;
        -ms-grid-row: 1;
    }

    .mujinrobot_page #performance .container>ul>*:nth-child(2) {
        -ms-grid-row: 7;
        -ms-grid-column: 1;
    }

    .mujinrobot_page #performance .container>ul>*:nth-child(3) {
        -ms-grid-column-span: 3;
        grid-column: 2/4;
        -ms-grid-row-span: 3;
        grid-row: 4/6;
        -ms-grid-row: 7;
        -ms-grid-column: 3;
    }

    .mujinrobot_page #performance .container>ul>*:nth-child(4) {
        -ms-grid-row-span: 3;
        grid-row: 5/7;
        -ms-grid-row: 9;
        -ms-grid-column: 1;
    }

    .mujinrobot_page #performance .container>ul>*:nth-child(5) {
        -ms-grid-column: 3;
        -ms-grid-column-span: 3;
        grid-column: 2/4;
        -ms-grid-row: 11;
        -ms-grid-row-span: 3;
        grid-row: 6/8;
    }

    .mujinrobot_page #performance .container>ul>*:nth-child(6) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/1;
        -ms-grid-row: 13;
        -ms-grid-row-span: 1;
        grid-row: 7/8;
    }

    .mujinrobot_page #performance .container>ul>*:nth-child(7) {
        -ms-grid-row: 15;
        -ms-grid-column: 1;
    }

    .mujinrobot_page #performance .container>ul>*:nth-child(8) {
        -ms-grid-row: 15;
        -ms-grid-column: 3;
    }

    .mujinrobot_page #performance .container>ul>*:nth-child(9) {
        -ms-grid-row: 15;
        -ms-grid-column: 5;
    }

    .mujinrobot_page #performance .container>ul>*:nth-child(10) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 5;
        grid-column: 1/4;
        -ms-grid-row: 17;
        -ms-grid-row-span: 5;
        grid-row: 9/13;
    }

    .mujinrobot_page #performance .container>ul>*:nth-child(11) {
        -ms-grid-row: 25;
        -ms-grid-column: 1;
    }

    .mujinrobot_page #performance .container>ul>*:nth-child(12) {
        -ms-grid-row: 25;
        -ms-grid-column: 3;
    }

    .mujinrobot_page #performance .container>ul>*:nth-child(13) {
        -ms-grid-row: 25;
        -ms-grid-column: 5;
    }

    .mujinrobot_page #performance .container>ul>*:nth-child(14) {
        -ms-grid-row: 27;
        -ms-grid-column: 1;
    }

    .mujinrobot_page #performance .container>ul>*:nth-child(15) {
        -ms-grid-row: 27;
        -ms-grid-column: 3;
    }

    .mujinrobot_page #performance .container>ul>*:nth-child(16) {
        -ms-grid-row: 27;
        -ms-grid-column: 5;
    }


    .mujinrobot_page #performance .gc_1_4_gr_1_5 {
        -ms-grid-column-span: 3;
        grid-column: 1/4;
        -ms-grid-row-span: 4;
        grid-row: 1/5;
        -ms-grid-column: 4;
        -ms-grid-row: 5;
    }

    .mujinrobot_page #performance .gc_5_7_gr_1_3 {
        -ms-grid-column: 5;
        -ms-grid-column-span: 2;
        grid-column: 5/7;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1/3;
    }

    .mujinrobot_page #performance .gc_5_7_gr_3_5 {
        -ms-grid-column: 5;
        -ms-grid-column-span: 2;
        grid-column: 5/7;
        -ms-grid-row: 3;
        -ms-grid-row-span: 2;
        grid-row: 3/5;
    }

    .mujinrobot_page #performance .gr_2_4 {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        grid-row: 2/4;
    }

    .mujinrobot_page #performance .gc_4_5_gr_4_5 {
        -ms-grid-column: 4;
        -ms-grid-column-span: 1;
        grid-column: 4/5;
        -ms-grid-row: 4;
        -ms-grid-row-span: 1;
        grid-row: 4/5;
    }

    .mujinrobot_page #performance .gc_4_7_gr_5_8 {
        -ms-grid-column: 4;
        -ms-grid-column-span: 3;
        grid-column: 4/7;
        -ms-grid-row: 5;
        -ms-grid-row-span: 3;
        grid-row: 5/8;
    }

    /* grid end */
    .mujinrobot_page #performance .performance_txt>img {
        width: 100%;
    }

    .mujinrobot_page #performance .performance_txt>div {
        width: 100%;
        min-width: initial;
        margin-top: 3%;
    }

    /* serieas */

    .mujinrobot_page .mujin_series h2 {
        font-size: 1.6em;
    }

    .mujinrobot_page .mujin_series .container>ul>li {
        flex-wrap: wrap;
        position: relative;
        padding: 6.34% 4.7343% 28%;
    }

    .mujinrobot_page .mujin_series ul li .series_le {
        display: none;
    }

    .mujinrobot_page .mujin_series ul li .series_ri {
        width: 100%;
    }

    .mujinrobot_page .mujin_series ul li .series_mid {
        width: 100%;
    }

    .mujinrobot_page .mujin_series .mt__up {
        transform: none;
    }


    .mujinrobot_page .mujin_series ul li .series_ri>ul li:nth-child(2),
    .mujinrobot_page .mujin_series ul li .series_ri>ul li:nth-child(4),
    .mujinrobot_page .mujin_series ul li .series_ri>ul li:nth-child(5),
    .mujinrobot_page .mujin_series ul li .series_ri>ul li {
        margin: 0 .5em .5em;
    }

    .mujinrobot_page .mujin_series ul li .series_ri .doc_download {
        position: absolute;
        left: 50%;
        bottom: 5%;
        width: 70%;
        transform: translateX(-50%);
    }


    .mujinrobot_page .robot_contact_content {
        display: block;
    }

    .mujinrobot_page .robot_contact_content .le,
    .mujinrobot_page .robot_contact_content .ri {
        width: 100%;
    }

    .mujinrobot_page .robot_contact_content .contact_desc h3 {
        margin-top: .5em;
    }

    .mujinrobot_page .robot_contact_content .contact_desc {
        padding-top: 5.55784%;
        padding-bottom: 7.0935%;
        margin-bottom: 1em;
    }

    .mujinrobot_page .robot_contact_content .ri .robot_contact_ttl img {
        margin-bottom: 2%;
    }

    .mujinrobot_page .robot_contact_content .ri .robot_contact_ttl h3 {
        margin-bottom: 2%;
    }

    .mujinrobot_page .form_content.contents_checkbox,
    .mujinrobot_page button[type=submit]:not([class*=col-]) {
        margin-bottom: 10%;
    }

    .banner {
        width: 180px;
    }
}

.mujinrobot_page br.visible-xxs {
    display: none;
}

@media screen and (max-width: 320px) {
    .mujinrobot_page br.visible-xxs {
        display: block;
    }

    .mujinrobot_page {
        font-size: 1em;
    }

    .mujinrobot_page .in_pag_nav a {
        font-size: 10px;
    }

    .mujinrobot_page #about .container>ul {
        width: 95%;
        font-size: .85em;
    }

    .mujinrobot_page .robot_point_container h2 {
        font-size: 2em;
    }

    .mujinrobot_page .mujin_series ul li .series_ri>ul li {
        width: 5.2em;
    }

    .mujinrobot_page .mujin_series ul li .series_ri>ul li:nth-child(2),
    .mujinrobot_page .mujin_series ul li .series_ri>ul li:nth-child(4),
    .mujinrobot_page .mujin_series ul li .series_ri>ul li:nth-child(5),
    .mujinrobot_page .mujin_series ul li .series_ri>ul li {
        margin: 0 .25em .25em;
    }

    .mujinrobot_page .mujin_series .container>ul>li {
        padding-bottom: 30%;
    }

    .mujinrobot_page #point .flowmap .flow_list_bg:nth-of-type(2),
    .mujinrobot_page #point .flowmap ol li:nth-child(2) {
        left: 20%;
    }

    .mujinrobot_page #point .flowmap .flow_list_bg:nth-of-type(3),
    .mujinrobot_page #point .flowmap ol li:nth-child(3) {
        right: 17%;
    }
}


/*-- Kimitoshi additional --*/
.re_contact_page .subject_icon ul.icon_none li {
    display: flex;
    justify-content: center;
    align-items: center;
}

.re_contact_page .subject_icon ul.icon_none li p {
    top: auto;
    position: absolute;
    margin-top: -100%;
}

/* 20210830 FV renew */
@media (min-width: 1200px) {

    .mujin_kv_002 .mujin_kv_002_content .container,
    #top_bnr .container {
        max-width: 1150px;
    }
}

.mujin_kv_002 section {
    height: 487px;
    padding: 0;
    position: relative;
}

.mujin_kv_002 video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mujin_kv_002 .video_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: overlay;
    background: #05070F;
    opacity: .25;
}

.mujin_kv_002 .mujin_kv_002_content {
    padding-top: 40px;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.mujin_kv_002 .mujin_kv_002_content h1 {
    max-width: 414.67px;
    margin: 0;
    margin-left: -8px;
}

.mujin_kv_002 .mujin_kv_002_content p {
    max-width: 313px;
    font-size: 1em;
    font-weight: 700;
    margin: 30px 0 0;
    line-height: 1.71428;
    text-shadow: 0 0 3px rgba(0, 0, 0, .5);
}

@media screen and (max-width: 767px) {
    .mujin_kv_002 section {
        height: 425px;
    }

    .mujin_kv_002 .mujin_kv_002_content {
        padding-top: 20px;
        max-width: 343px;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .mujin_kv_002 .mujin_kv_002_content .container {}

    .mujin_kv_002 .mujin_kv_002_content h1 {
        font-size: 2.8125em;
    }

    .mujin_kv_002 .mujin_kv_002_content p {
        font-size: 1.09375em;
        margin: 20px 0 0;
    }

    .mujin_kv_002 .mujin_kv_002_content h1,
    .mujin_kv_002 .mujin_kv_002_content p {
        max-width: 313px;
    }
}

/* bnr section */
#top_bnr {
    background: #EBEBEB;
}

#top_bnr .container ul {
    display: flex;
    justify-content: space-between;
}

#top_bnr .container ul li {
    width: 31.1827%
}

@media (min-width: 768px) {
    #top_bnr .container ul li a:hover {
        opacity: .7;
        -webkit-opacity: .7;
        -moz-opacity: .7;
    }
}

/* bnr slider */
@media screen and (max-width: 767px) {
    #top_bnr {
        position: relative;
    }

    #top_bnr .container {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        /* 慣性スクロール */
    }

    #top_bnr .container ul {
        min-width: 688px;
        /* メニューの最小幅 */
        margin: 0 auto;
        padding-right: 33px;
    }

    #top_bnr .container ul li {
        width: 197.43px;
        margin-right: 20px;
    }

    #top_bnr .next-btn {
        /* 右側に固定する部分 */
        position: absolute;
        top: 0;
        right: 0;
        width: 33px;
        /* 固定部分の幅 */
        height: 100%;
        /* メニューの高さに合わせる */
        background: #C4C4C4;
    }

    #top_bnr .next-btn::after {
        content: "";
        position: absolute;
        width: 10.08px;
        height: 15.5px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: url(/wp-content/themes/mujin/assets/jp/img/20210830additional/top_bnr_arrow.svg) center center no-repeat;
        background-size: 100%;
    }
}

/* 2021-09-28 tokubai style */

/* common */
.tp_wrapper {
    max-width: 940px;
    width: 90%;
    margin: auto;
}

.tokubai_package {
    color: #080808;
    text-align: left;
}

.tokubai_package h2 {
    font-weight: 700;
}

.tokubai_package h2,
.tokubai_package h3,
.tokubai_package h4,
.tokubai_package p,
.tokubai_package ul {
    margin: 0;
    color: #080808;
}

.tokubai_package p {
    font-size: 1.142857em;
}

.tokubai_package img {
    margin: 0;
    max-width: 100%;
}

.tokubai_package section {
    padding: 0;
}

.tp_en_font {
    font-family: "Roboto", "Noto Sans CJK JP", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

/* kv */
.tp_fv {
    width: 100%;
    height: 519px;
    position: relative;
    padding: 0;
    overflow: hidden;
}

.tp_fv_img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.tp_fv_txt_wr {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tp_fv_txt_wr .tp_fv_img_content {
    width: 57.44%;
}

@media screen and (max-width: 800px) {
    .tp_fv_txt_wr .tp_fv_img_content {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .tp_fv_txt_wr .tp_fv_img_content {
        display: none;
    }
}

.tp_fv_txt_wr .tp_fv_txt_content>* {
    max-width: 300px;
}

.tp_fv_txt_wr .tp_fv_txtred {
    color: #FF5001;
    font-weight: 700;
    font-size: 1.285714em;
    line-height: 1.5;
}

.tp_fv_txt_wr .tp_fv_sub {
    margin-top: 24px;
    font-weight: 900;
    font-size: 0.85714em;
    line-height: 1.5;
    color: #fff;
}

.tp_fv_txt_wr h1 {
    font-size: 3em;
    line-height: 1.25;
    color: #fff;
    letter-spacing: -.03em;
    margin-top: 10px;
    margin-bottom: 0;
}

.tp_fv_txt_wr .tp_fv_txt {
    margin-top: 20px;
    color: #fff;
    letter-spacing: -.03em;
    line-height: 1.625;
    max-width: 296px;
}

.tp_fv_txt_wr .tp_fv_price {
    margin-top: 44px;
}

.tp_fv_txt_wr .tp_fv_price dl {
    display: flex;
    max-width: 300px;
    height: 42px;
}

.tp_fv_txt_wr .tp_fv_price dl dt {
    background: #3C61E6;
    width: 100px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 1.142857;
    font-weight: 700;
    color: #fff;
}

.tp_fv_txt_wr .tp_fv_price dl dd {
    background: #fff;
    width: 200px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 2.42857em;
    font-weight: 700;
    font-family: "Roboto", "Noto Sans CJK JP", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.tp_fv_txt_wr .tp_fv_price dl dd span {
    font-size: 0.4705882em;
    margin-left: 5px;
    font-family: "Noto Sans CJK JP", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

@media screen and (max-width: 767px) {
    .tp_fv {
        height: 476px;
    }
}

/* pan */
.tokubai_package .bar-breadcrumbs {
    margin-top: 16px;
}

.tokubai_package .bar-breadcrumbs .tp_wrapper {
    padding: 0;
}

/* tp_catch */

.tp_catch article {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 85px;
    padding-bottom: 70px;
}

.tp_catch .tp_catch_txt {
    max-width: 380px;
    width: 40.42%;
}

.tp_catch h2 {
    font-size: 2.07142em;
    line-height: 1.44827;
    letter-spacing: -.03em;
}

.tp_catch .tp_catch_txt p {
    margin-top: 22px;
    line-height: 1.75;
}

.tp_catch .tp_catch_img {
    max-width: 456px;
    width: 48.51%;
}

@media screen and (max-width: 1000px) {
    .tp_catch .tp_catch_img {
        width: 48%;
    }

    .tp_catch .tp_catch_txt {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .tp_catch article {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 767px) {
    .tp_catch article {
        padding-top: 35px;
        padding-bottom: 35px;
        display: block;
    }

    .tp_catch .tp_catch_txt,
    .tp_catch .tp_catch_img {
        width: 100%;
    }

    .tp_catch .tp_catch_img {
        margin-top: 25px;
    }
}

/* before */
.tp_before {
    background: #F4F4F4;
    position: relative;
}

.tp_before article {
    padding-top: 70px;
    padding-bottom: 390px;
}

.tp_before .tp_before_txt {
    max-width: 456px;
    margin-left: auto;
}

.tp_before .tp_before_txt .tp_ttl_sub {
    display: inline-block;
}

.tp_before .tp_before_txt h2 {
    margin-top: 18px;
    font-size: 2em;
    line-height: 1.46;
    letter-spacing: -.03em;
    max-width: 422px;
}

.tp_before .tp_before_txt p {
    margin-top: 17px;
    letter-spacing: -.03em;
    line-height: 1.75;
    max-width: 420px;
}

.tp_before .tp_before_img_01 {
    position: absolute;
    top: 85px;
    left: -16px;
    max-width: 940px;
    width: 48.9583vw;
}

@media screen and (min-width: 1920px) {
    .tp_before .tp_before_img_01 {
        left: calc((100vw - 1920px) / 2);
    }
}

@media screen and (max-width: 1600px) {
    .tp_before .tp_before_img_01 {
        top: auto;
        bottom: 7vw;
    }
}

@media screen and (max-width: 1400px) {
    .tp_before .tp_before_img_01 {
        bottom: 10vw;
    }
}

@media screen and (max-width: 1100px) {
    .tp_before .tp_before_img_01 {
        bottom: 14vw;
    }
}

.tp_before .tp_before_img_02 {
    position: absolute;
    bottom: 80px;
    right: calc((100vw - 905px) / 2);
    width: 425px;
    transition-delay: .4s;
}

.tp_before .tp_before_arrow {
    position: absolute;
    max-width: 277.82px;
    width: 14.46979vw;
    right: -7%;
    bottom: 30%;
    overflow: hidden;
}

.tp_before .tp_before_arrow img {
    transform: translate(-278px, -160px);
    -webkit-transform: translateY(-278px, -160px);
    -ms-transform: translateY(-278px, -160px);
    transition: transform .9s ease;
    -webkit-transition: transform .9s ease;
}

.tp_before .tp_before_arrow.tp_ani_on img {
    transform: translate(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
}

.tp_ani_bottom {
    -webkit-transition: opacity 0.8s, -webkit-transform 0.5s cubic-bezier(0, 0.585, 0.385, 1);
    transition: opacity 0.8s, -webkit-transform 0.5s cubic-bezier(0, 0.585, 0.385, 1);
    transition: opacity 0.8s, transform 0.5s cubic-bezier(0, 0.585, 0.385, 1);
    transition: opacity 0.8s, transform 0.5s cubic-bezier(0, 0.585, 0.385, 1), -webkit-transform 0.5s cubic-bezier(0, 0.585, 0.385, 1);
    opacity: 0;
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
    will-change: transform, opacity;
}

.tp_ani_bottom.tp_ani_on {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

@media screen and (max-width: 1000px) {
    .tp_before article {
        padding-bottom: 43vw;
    }

    .tp_before .tp_before_txt h2,
    .tp_before .tp_before_txt p {
        max-width: none;
    }

    .tp_before .tp_before_txt {
        margin: auto;
        max-width: none;
        text-align: center;
    }

    .tp_before .tp_before_img_01 {
        bottom: 12vw;
    }

    .tp_before .tp_before_img_02 {
        width: 42.5vw;
        right: 10px;
        bottom: 3vw;
    }
}

@media screen and (max-width: 768px) {
    .tp_before article {
        padding-top: 60px;
    }

    .tp_before .tp_before_img_01 {
        bottom: 8vw;
        width: 54vw;
    }

    .tp_before .tp_before_arrow {
        right: -4%;
        bottom: 32%;
    }
}

@media screen and (max-width: 767px) {
    .tp_before article {
        padding-top: 35px;
        padding-bottom: 46vw;
    }

    .tp_before .tp_before_img_02 {
        right: 4vw;
        bottom: 2vw;
    }
}

/* after */
.tp_after {
    background: #3954D3;
    color: #fff;
    position: relative;
}

.tp_after::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 48px 31.5px 0 31.5px;
    border-color: #F4F4F4 transparent transparent transparent;
    left: 50%;
    top: -1px;
    transform: translateX(-50%);
}

.tp_after article {
    padding-top: 90px;
    padding-bottom: 60px;
}

.tp_after .tp_after_sub {
    text-align: center;

}

.tp_after .tp_after_sub span {
    display: inline-block;
    width: 80px;
    line-height: 23px;
    font-size: 1.125;
    font-weight: 700;
    color: #7984b8;
    background: #fff;
}

.tp_after h2 {
    margin-top: 16px;
    font-size: 2.6428em;
    line-height: 1.3;
    text-align: center;
    color: #fff;
    letter-spacing: -.03em;
}

.tp_after .tp_after_img {
    margin-left: -18px;
    margin-top: 48px;
}

.tp_after .tp_after_img img {
    max-width: 940px;
}

@media screen and (max-width: 1100px) {
    .tp_after .tp_after_img {
        text-align: center;
    }

    .tp_after .tp_after_img img {
        max-width: 800px;
    }
}

@media screen and (max-width: 1000px) {
    .tp_after .tp_after_img img {
        max-width: 85%;
    }
}

.tp_after .tp_after_txt {
    margin-top: -54px;
}

.tp_after .tp_after_txt>p {
    line-height: 60px;
    color: #3954D3;
    text-align: center;
    font-size: 2em;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.tp_after .tp_after_txt>p span {
    font-size: .5em;
    margin-left: 12px;
}

.tp_after .tp_after_txt>p::after {
    content: "";
    background: #FCEE3C;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
    z-index: -1;
}

.tp_after .tp_after_wcs_content {
    background: #4C66E0;
    padding: 25px 30px 30px;
    border-radius: 0 0 10px 10px;
}

.tp_after .tp_after_wcs_content_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tp_after .tp_after_wcs_content_head h3 {
    width: 48.863%;
    max-width: 430px;
    font-size: 3.42857em;
    line-height: 1.3125;
    font-weight: 900;
    text-align: center;
    color: #fff;
}

.tp_after .tp_after_wcs_content_head h3 span {
    display: block;
    font-size: .2916666em;
    line-height: 1.42857;
    font-weight: 700;
}

.tp_after .tp_after_wcs_content_head ul {
    width: 48.863%;
    max-width: 430px;
    font-size: 1.285714em;
    line-height: 1.4444;
    font-weight: 700;
    color: #fff;
    padding-left: 5px;
    position: relative;
}

@media screen and (max-width: 900px) {
    .tp_after .tp_after_wcs_content_head ul {
        font-size: 1.1em;
        line-height: 1.48;
    }
}

.tp_after .tp_after_wcs_content_head ul::before {
    content: "";
    position: absolute;
    top: 51.5%;
    right: calc(100% - .5em + 40px);
    ;
    width: 100px;
    height: 1px;
    transform: translateY(-50%);
    background: #fff;
}

@media screen and (max-width: 1100px) {
    .tp_after .tp_after_wcs_content_head ul::before {
        width: 60px;
    }
}

.tp_after .tp_after_wcs_content_head ul li {
    position: relative;
}

.tp_after .tp_after_wcs_content_head ul li::before {
    content: "";
    position: absolute;
    top: calc(50% + 1.5px);
    right: calc(100% - .5em);
    transform: translateY(-50%);
    height: 1px;
    width: 45px;
    background: #fff;
}

.tp_after .tp_after_wcs_content_head ul li::after {
    content: "";
    position: absolute;
    right: calc(100% - .5em + 45px);
    width: 1px;
    height: 90%;
    background: #fff;
}

.tp_after .tp_after_wcs_content_head ul li:nth-child(1):after {
    top: calc(50% + 1.5px);
}

.tp_after .tp_after_wcs_content_head ul li:nth-child(2):after {
    bottom: calc(50% - 1.5px);
}

.tp_after .tp_after_wcs_content_txt {
    margin-top: 23px;
    display: flex;
    justify-content: space-between;
}

.tp_after .tp_after_wcs_content_txt>div {
    width: 48.863%;
    max-width: 430px;
    padding: 30px 40px;
    background: #627AE8;
    border-radius: 10px
}

.tp_after .tp_after_wcs_content_txt h4 {
    font-size: 2.42857em;
    line-height: 1.3235;
    text-align: center;
    color: #fff;
    letter-spacing: -.03em;
}

.tp_after .tp_after_wcs_content_txt h4 img {
    width: 133.37px;
    display: inline-block;
    margin-right: 12px;
    vertical-align: bottom;

}

.tp_after .tp_after_wcs_content_txt>div:nth-child(2) h4 {
    font-size: 2.142857em;
}

.tp_after .tp_after_wcs_content_txt ul {
    margin-top: 15px;
    font-size: 1.2142em;
    line-height: 1.6;
    color: #fff;
    font-weight: 700;
}

.tp_after .tp_after_wcs_content_txt a {
    display: inline-block;
    margin-top: 15px;
    color: #FFF038;
    letter-spacing: -.03em;
    transition: color .3s;
}

.tp_after .tp_after_wcs_content_txt a:hover {
    color: #F58423;
    opacity: 1;
}

@media screen and (max-width: 900px) {
    .tp_after .tp_after_wcs_content_txt {
        font-size: 80%;
    }

    .tp_after .tp_after_wcs_content_txt>div {
        padding: 25px;
    }

    .tp_after .tp_after_wcs_content_txt h4 img {
        width: 110px;
    }
}

@media screen and (max-width: 768px) {
    .tp_after .tp_after_wcs_content_head ul::before {
        width: 40px;
    }
}

@media screen and (max-width: 767px) {
    .tp_after article {
        padding-top: 70px;
        padding-bottom: 35px;
    }

    .tp_after h2 {
        font-size: 1.8em;
    }

    .tp_after .tp_after_txt>p {
        font-size: 1.4em;
        line-height: 1.33;
        padding: 10px;
    }

    .tp_after .tp_after_txt>p span {
        display: block;
    }

    .tp_after .tp_after_wcs_content {
        padding: 15px 15px 20px;
    }

    .tp_after .tp_after_wcs_content_head {
        display: block;
    }

    .tp_after .tp_after_wcs_content_head h3,
    .tp_after .tp_after_wcs_content_head ul {
        width: 100%;
    }

    .tp_after .tp_after_wcs_content_head ul {
        margin-top: 20px;
    }

    .tp_after .tp_after_wcs_content_head ul:before,
    .tp_after .tp_after_wcs_content_head ul li:before,
    .tp_after .tp_after_wcs_content_head ul li:after {
        content: none;
    }

    .tp_after .tp_after_wcs_content_head ul li {
        padding-left: 1em;
        text-indent: -1em;
    }

    .tp_after .tp_after_wcs_content_txt {
        display: block;
    }

    .tp_after .tp_after_wcs_content_txt>div {
        width: 100%;
    }

    .tp_after .tp_after_wcs_content_txt>div:nth-child(2) {
        margin-top: 20px;
    }

    .tp_after .tp_after_img {
        margin-top: 30px;
    }

    .tp_after .tp_after_txt {
        margin-top: -10px;
    }

    .tp_after::before {
        border-width: 35px 19.5px 0 19.5px;
    }
}

@media screen and (max-width: 374px) {
    .tp_after h2 {
        font-size: 1.5em;
    }

    .tp_after .tp_after_wcs_content_txt h4 img {
        width: 80px;
    }

    .tp_after .tp_after_wcs_content_txt>div:nth-child(2) h4 {
        font-size: 1.8em;
    }
}

/* operation */
.tp_operation {
    background: #F4F4F4;
}

.tp_operation article {
    padding-top: 80px;
    padding-bottom: 10px;
}

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

.tp_operation .tp_operation_sub span {
    width: 193px;
    line-height: 39px;
    text-align: center;
    display: inline-block;
    color: #000000;
    border: solid 1px #000000;
    font-weight: 700;
    letter-spacing: -.03em;
    font-size: 1.285714em;
}

.tp_operation h2 {
    margin-top: 20px;
    font-size: 2.71428em;
    color: #000000;
    line-height: 1.3333;
    text-align: center;
    letter-spacing: -.03em;
}

.tp_operation ol {
    padding-top: 80px;
    position: relative;
    z-index: 1;
}

.tp_operation ol::before {
    content: "";
    position: absolute;
    background: #000;
    width: 2px;
    height: 0;
    left: 29px;
    z-index: -1;
    transition: height 2s ease;
}

.tp_operation ol.tp_ani_on::before {
    height: calc(100% - 320px);
}

.tp_operation ol>li {
    padding-left: 112px;
    position: relative;
    list-style: none;
    margin-bottom: 0;
}

.tp_operation ol>li h3 {
    font-size: 1.8571em;
    color: #000000;
    line-height: 60px;
    letter-spacing: -.03em;
}

.tp_operation ol>li:before {
    position: absolute;
    background: #000000;
    border-radius: 50%;
    color: #fff;
    font-size: 2.42857em;
    width: 60px;
    line-height: 60px;
    text-align: center;
    left: 0;
    top: 0;
    font-family: "Roboto", "Noto Sans CJK JP", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.tp_operation ol>li:nth-child(1):before {
    content: "1";
}

.tp_operation ol>li:nth-child(2):before {
    content: "2";
}

.tp_operation ol>li:nth-child(3):before {
    content: "3";
}

.tp_operation ol>li:nth-child(4):before {
    content: "4";
}

.tp_operation ol>li:nth-child(1) {
    padding-bottom: 70px;
}

.tp_operation ol li .tp_operation_img {
    position: absolute;
    left: 505px;
    width: 193.21px;
    height: 167.31px;
    top: -45px;
}

.tp_operation ol>li:nth-child(2) {
    margin-top: 10px;
}

.tp_operation ol li .tp_operation_listimg_wr {
    margin-top: 13px;
    display: flex;
    justify-content: space-between;
}

.tp_operation ol li .tp_operation_listimg_wr li {
    width: 47%;
}

.tp_operation ol>li:nth-child(2) .tp_operation_listimg img {
    max-height: 228.8px;
}

.tp_operation ol li.right_arrow {
    position: relative;
}

.tp_operation ol li.right_arrow::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 19px;
    border-color: transparent transparent transparent #000000;
    top: 50%;
    right: -9.5%;
    transform: translateY(-50%);
}

.tp_operation ol>li:nth-child(3) .tp_operation_listimg img {
    max-height: 252px;
}

.tp_operation ol>li .tp_operation_listimg_wr p {
    margin-top: 12px;
    font-size: 1em;
}

.tp_operation ol>li:nth-child(3),
.tp_operation ol>li:nth-child(4) {
    margin-top: 10px;
}

.tp_operation ol>li:nth-child(4) {
    padding-bottom: 180px;
}

.tp_operation .tp_operation_img_fin {
    position: absolute;
    top: -6px;
    left: 205px;
    width: 573.56px;
    max-width: 70%;
}

@media screen and (max-width: 768px) {
    .tp_operation article {
        padding-top: 60px;
    }
}

@media screen and (max-width: 767px) {
    .tp_operation article {
        padding-top: 35px;
    }

    .tp_operation h2 {
        font-size: 2em;
    }

    .tp_operation ol {
        padding-top: 35px;
    }

    .tp_operation ol.tp_ani_on::before {
        left: 14px;
        height: calc(100% - 45px);
    }

    .tp_operation ol>li {
        padding-left: 40px;
    }

    .tp_operation ol>li:before {
        width: 30px;
        line-height: 30px;
        font-size: 1.4em;
    }

    .tp_operation ol>li h3 {
        font-size: 1.4em;
        line-height: 1.33;
    }

    .tp_operation ol li .tp_operation_listimg_wr {
        display: block;
    }

    .tp_operation ol li .tp_operation_listimg_wr li {
        width: 100%;
    }

    .tp_operation ol li.right_arrow {
        margin-bottom: 45px;
    }

    .tp_operation ol li.right_arrow::after {
        border-width: 13px 8px 0 8px;
        border-color: #000000 transparent transparent transparent;
        transform: translateX(-50%);
        left: 50%;
        top: calc(100% + 15px);
    }

    .tp_operation ol>li:nth-child(2),
    .tp_operation ol>li:nth-child(3),
    .tp_operation ol>li:nth-child(4) {
        margin-top: 20px;
    }

    .tp_operation ol>li:nth-child(1) {
        padding-bottom: 37vw;
    }

    .tp_operation ol li .tp_operation_img {
        width: 45%;
        height: auto;
        right: 0;
        bottom: 0;
        top: auto;
        left: auto;
    }

    .tp_operation ol>li:nth-child(4) {
        padding-bottom: 32vw;
        background: #f4f4f4;
    }

    .tp_operation .tp_operation_img_fin {
        top: auto;
        bottom: 0;
        left: auto;
        right: 0;
        width: 80%;
        height: auto;
        max-width: none;
    }
}

@media screen and (max-width: 374px) {
    .tp_operation h2 {
        font-size: 1.6em;
    }
}

/* structure */

.tp_structure .tp_wrapper {
    padding-top: 70px;
}

.tp_structure h2 {
    font-size: 2.71428em;
    text-align: center;
    letter-spacing: -.03em;
}

.tp_structure .tp_structure_img {
    margin-top: 35px;
}

.tp_structure .tp_structure_chart {
    margin-top: 45px;
    position: relative;
}

.tp_structure .tp_structure_chart::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 268.34px;
    background: #FCEE3C;
    left: 0;
    top: 60px;
    z-index: -1;
}

.tp_structure .tp_structure_waku {
    width: 193.99px;
    line-height: 39.35px;
    color: #3C61E6;
    border: solid 0.97px #3C61E6;
    font-size: 1.1428em;
    font-weight: 700;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    background: #fff;
}

.tp_structure .tp_structure_head::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 76px;
    background: #1A0003;
    width: 1.88px;
    height: 65.69px;
    z-index: -1;
}

.tp_structure .tp_structure_head_sub {
    margin-top: 28px;
    text-align: center;
    font-size: 1.1428em;
    font-weight: 700;
    line-height: 1.5;
    background: #FCEE3C;
}

.tp_structure dl {
    max-width: 900px;
    margin: 12px auto 0;
    height: 60.21px;
    display: flex;
    position: relative;
}

.tp_structure dl::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 76px;
    background: #1A0003;
    width: 1.88px;
    height: 65.69px;
    left: calc(50% + 10px);
    transform: translateX(-50%);
    z-index: -1;
}

.tp_structure dl::after {
    content: "";
    position: absolute;
    bottom: calc(100% + 51.45px);
    width: 16.44px;
    height: 14.24px;
    left: calc(50% + 10px);
    transform: translateX(-50%);
    z-index: -1;
    background: url(/wp-content/themes/mujin/assets/jp/img/tp_triangle.svg) center top;
    background-size: 16.44px 14.24px;
}

.tp_structure dl dt,
.tp_structure dl dd {
    height: 100%;
    display: flex;
    align-items: center;
}

.tp_structure dl dt {
    background: #3C61E6;
    justify-content: center;
    font-weight: 700;
    width: 184.74px;
}

.tp_structure dl dt h3 {
    font-size: 1.92857em;
    color: #fff;
}

.tp_structure dl dd {
    padding-left: 20px;
    background: #fff;
    width: calc(100% - 184.74px);
}

.tp_structure dl dd span:nth-child(1) {
    font-weight: 700;
    margin-right: 28px;
}

.tp_structure dl dd span:nth-child(2) {
    font-size: 0.85714em;
}

.tp_structure_chart ul {
    display: flex;
    max-width: 900px;
    margin: auto;
    justify-content: space-between;
    margin-top: 12px;
}

.tp_structure_chart ul li {
    width: 31.5122%
}

.tp_structure_content_head {
    padding: 20px 15px 25px;
    background: #fff;
    position: relative;
}

.tp_structure_content_head::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 135px;
    background: #1A0003;
    width: 1.88px;
    height: 117.77px;
    z-index: -1;
}

.tp_structure_content_head::after {
    content: "";
    position: absolute;
    top: calc(100% + 117.77px);
    width: 16.44px;
    height: 14.24px;
    left: 127.4px;
    z-index: -1;
    background: url(/wp-content/themes/mujin/assets/jp/img/tp_triangle_bottom.svg) center top;
    background-size: 16.44px 14.24px;
}

.tp_structure_content_head h4 {
    font-size: 1em;
    font-weight: 700;

}

.tp_structure_content_head p {
    font-size: 0.85714em;
    margin-top: 7px;
}

.tp_structure_content_sub {
    margin-top: 19px;
    text-align: center;
    font-size: 1.1428em;
    font-weight: 700;
    background: #FCEE3C;
    line-height: 22px;
}

.tp_structure_content_mid {
    margin-top: 25px;
    text-align: center;
}

.tp_structure_content_bottom {
    margin-top: 24px;
    width: 193.99px;
    line-height: 39.35px;
    background: #3C61E6;
    font-size: 1.3571em;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.tp_structure_content_bottom.tp_mid_blank {
    margin-top: 89.32px;
}

.tp_structure_content_bottom::before {
    content: "";
    position: absolute;
    bottom: 100%;
    right: 69px;
    background: #1A0003;
    width: 1.88px;
    height: 117.77px;
    z-index: -1;
}

.tp_structure_content_bottom::after {
    content: "";
    position: absolute;
    bottom: calc(100% + 117.77px);
    width: 16.44px;
    height: 14.24px;
    right: 61.4px;
    z-index: -1;
    background: url(/wp-content/themes/mujin/assets/jp/img/tp_triangle.svg) center top;
    background-size: 16.44px 14.24px;
}

@media screen and (max-width: 768px) {
    .tp_structure .tp_wrapper {
        padding-top: 60px;
    }
}

@media screen and (max-width: 767px) {
    .tp_structure .tp_wrapper {
        padding-top: 35px;
    }

    .tp_structure h2 {
        font-size: 2em;
    }
}

/* layout */
.tp_layout .tp_wrapper {
    padding-top: 125px;
    padding-bottom: 75px;
}

.tp_layout h2 {
    font-size: 2.71428em;
    letter-spacing: -.03em;
    text-align: center;
}

.tp_layout .tp_wrapper>p {
    margin-top: 20px;
    font-weight: 700;
    text-align: center;
}

.tp_layout .tp_layout_content {
    margin-top: 45px;
    display: flex;
    justify-content: space-between;
}

.tp_layout .tp_layout_content_box_01 {
    width: 460px;
    max-width: 48%;
}

.tp_layout .tp_layout_content_box_02 {
    width: 459px;
    max-width: 48%;
}

.tp_layout .tp_layout_content_box>p {
    display: flex;
    font-weight: 700;
    height: 31.31px;
    border: solid 1px #000000;
}

.tp_layout .tp_layout_content_box>p span {
    display: flex;
    align-items: center;
}

.tp_layout .tp_layout_content_box>p span:nth-child(1) {
    width: 122px;
    background: #000;
    color: #fff;
    justify-content: center;
}

.tp_layout .tp_layout_content_box>p span:nth-child(2) {
    width: calc(100% - 122px);
    padding-left: 1em;
}

.tp_layout .tp_layout_img {
    margin-top: 22px;
    width: 100%;
}

@media screen and (max-width: 900px) {

    .tp_layout .tp_layout_content_box>p span:nth-child(1),
    .tp_layout .tp_layout_content_box>p span:nth-child(2) {
        font-size: 12px;
    }
}

@media screen and (max-width: 768px) {
    .tp_layout .tp_wrapper {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 767px) {
    .tp_layout .tp_wrapper {
        padding-bottom: 35px;
    }

    .tp_layout h2 {
        font-size: 2em;
    }

    .tp_layout .tp_layout_content {
        display: block;
    }

    .tp_layout .tp_layout_content_box_01,
    .tp_layout .tp_layout_content_box_02 {
        width: 100%;
        max-width: none;
    }

    .tp_layout .tp_layout_content_box_02 {
        margin-top: 30px;
    }
}

/* bnr */
.tp_bnr {
    background: #3954D3
}

.tp_bnr .tp_wrapper {
    padding-top: 80px;
    padding-bottom: 85px;
    color: #fff;
}

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

.tp_bnr .tp_bnr_sub span {
    width: 204px;
    line-height: 54px;
    border: solid 1px #fff;
    font-size: 2em;
    letter-spacing: -.03em;
    font-weight: 700;
    display: block;
    margin: auto;
}

.tp_bnr .tp_bnr_txt {
    margin-top: 30px;
    text-align: center;
}

.tp_bnr .tp_bnr_txt strong span:nth-child(1) {
    font-weight: 700;
    font-size: 72px;
    color: #fff;
    line-height: 1.319;
    letter-spacing: -.03em;
}

.tp_bnr .tp_bnr_txt strong span:nth-child(2) {
    font-weight: 700;
    font-size: 32px;
    color: #fff;
    line-height: 1.319;
    letter-spacing: -.03em;
}

.tp_bnr .tp_bnr_txt p:nth-child(2) {
    margin-top: 10px;
    font-weight: 500;
    color: #fff;
}

.tp_bnr .tp_bnr_img {
    margin-top: 70px;
    text-align: center;
}

.tp_bnr .tp_bnr_img img {
    max-width: 620px;
    margin: auto;
}

@media screen and (max-width: 768px) {
    .tp_bnr .tp_wrapper {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .tp_bnr .tp_bnr_txt strong span:nth-child(1) {
        font-size: 60px;
    }

    .tp_bnr .tp_bnr_txt strong span:nth-child(2) {
        font-size: 26px;
    }
}

@media screen and (max-width: 767px) {
    .tp_bnr .tp_wrapper {
        padding: 35px 0;
    }

    .tp_bnr .tp_bnr_sub span {
        font-size: 1.4em;
        width: 160px;
        line-height: 40px;
    }

    .tp_bnr .tp_bnr_txt {
        margin-top: 25px;
    }

    .tp_bnr .tp_bnr_txt strong span:nth-child(1) {
        font-size: 35px;
    }

    .tp_bnr .tp_bnr_txt strong span:nth-child(2) {
        font-size: 20px;
    }

    .tp_bnr .tp_bnr_img {
        margin-top: 30px;
    }

    .tp_bnr .tp_bnr_img img {
        width: 100%;
    }
}

@media screen and (max-width: 374px) {
    .tp_layout .tp_layout_content_box>p span:nth-child(1) {
        width: 85px;
    }

    .tp_layout .tp_layout_content_box>p span:nth-child(2) {
        width: calc(100% - 85px);
        padding-left: 1em;
    }
}

/* contact */
.tp_contact {
    background: #F4F5F6;
    padding-top: 75px;
    padding-bottom: 105px;
}

.tp_contact .tp_contact_bnr {
    width: 682.94px;
    margin: auto;
}

.tp_contact .robot_contact_content {
    margin-top: 45px;
}

@media screen and (max-width: 767px) {
    .tp_contact {
        padding: 35px 0 40px
    }
}

/**
 * 2022/05/28
 * renewal
 * ヘッダー改修 
 * PickWorker パッケージ ページ
 * AGV ページ
 * 事業紹介ページ
 * テクノロジーページ
 * Mujin Robot
 * Mujinの想い ページ
 * 創業者ページ
 **/


/*** ヘッダー ***/
@media screen and (min-width: 768px) {
    .dMenu_cntents_col_6 {
        width: 66.6666%;
        z-index: 10;
        padding: 1.6548% 2.364% 0;
    }

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

    .dMenu_contents_flex__item {
        width: 48%;
        max-width: 215px;
    }
}

@media screen and (min-width: 768px) {
    .dMenu_contents_flex__item.list_arrow_02 {
        padding-left: 14px;
        background: url(/wp-content/themes/mujin/assets/jp/img/head_list_arrow.svg) top .5em left no-repeat;
        display: block;
    }
}

.dMenu_cntents_col_3:nth-child(n).border--none {
    border: none;
}

.border--botom {
    border-bottom: solid 1px #DDDDDD;
}

/**** PickWorkerパッケージ ****/
.structure-point-list {
    list-style: none;
}

.structure-point-list h4 {
    font-size: 1.285714em;
}

.modal-instance-noimage {
    width: 100%;
}

.modal-instance-noimage .modal-trigger-noimage-text {
    padding: 15px 20px;
}

@media screen and (max-width: 575px) {
    .modal-instance-noimage .modal-trigger-noimage-text {
        padding: 0;
    }
}

.structure-point02-image01 {
    width: 341px;
    margin-left: auto;
    display: block;
}

.structure-point02-image02 {
    width: 358.5px;
    margin-left: auto;
    display: block;
}

.solution .structure-point02-ttl {
    font-size: 1.428571em;
}

/*** common contact section ***/
.common-pamphlet-text {
    font-size: 1.57142em;
    margin-bottom: 1.545454em;
}

.common-contact-sec {
    padding: 4.28571em 0;
    border-radius: 5px;
    background: #F4F4F4;
}

.common-contact-sec p.common-contact-text {
    font-size: 1.85714em;
    margin-bottom: 1.30769em;
}

@media screen and (max-width: 767px) {
    .common-pamphlet-text {
        margin-top: 1.5em;
    }
}

.common-pamphlet-sec a.common-cv-btn,
.common-contact-sec a.common-cv-btn {
    font-size: 1.14285em;
    max-width: 290px;
    width: 100%;
    border-radius: 7px;
    padding: .6333em;
    display: inline-block;
    line-height: 2.16666667em;
    transition: background-color .6s ease;
}

.common-pamphlet-sec a.common-cv-btn:hover,
.common-contact-sec a.common-cv-btn:hover {
    background-color: #2A92EB;
}

.common-cv-btn span {
    background-position: center left;
    background-repeat: no-repeat;
    font-weight: 700;
}

.common-pamphlet-btn,
.common-contact-consultation-btn {
    background-color: #3C61E6;
    color: #fff;
}

.common-pamphlet-btn:hover span,
.common-contact-consultation-btn:hover span {
    color: #fff;
}

.common-pamphlet-btn span {
    padding-left: 33px;
    background-image: url(/wp-content/themes/mujin/assets/jp/img/20220528additional/icon-dounload.svg);
    background-size: 16.37px;
}

.common-contact-consultation-btn span {
    padding-left: 43px;
    background-image: url(/wp-content/themes/mujin/assets/jp/img/20220528additional/icon-comment.svg);
    background-size: auto 100%;
}

.common-contact-estimate-btn {
    border: solid 2px #3C61E6;
    background: #fff;
    color: #3C61E6;
}

.common-contact-estimate-btn:hover span {
    color: #3C61E6;
}

.common-contact-estimate-btn span {
    padding-left: 30px;
    background-image: url(/wp-content/themes/mujin/assets/jp/img/20220528additional/icon-money.svg);
    background-size: 16.11px;
}

@media screen and (max-width: 767px) {
    .common-contact-estimate-btn {
        margin-bottom: .5em;
    }
}

@media screen and (max-width: 400px) {
    .integration-ttl {
        font-size: 1.2em;
    }
}

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

.business01-ri {
    padding: 2.85714em;
    border-radius: 10px;
}

.business01-ri h4 {
    font-size: 1.57142em;
}

@media screen and (min-width: 768px) {
    .business01-ri-text {
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    .business01-ri-img {
        display: block;
        margin: auto;
    }
}

ul.business01-list {
    margin-right: -15px;
    margin-left: -15px;
}

@media (max-width: 991px) {
    .business01-list li {
        margin-top: 2em;
    }
}

.business01-list li>div {
    height: 100%;
    padding: 1.928em;
    border-radius: 10px;
}

.business01-list li h4 {
    text-align: center;
    font-size: 1.5714em;
    margin-bottom: 1.454545;
}

.business01-list li p {
    margin-bottom: 2em;
}

.business02-content01 {
    padding-bottom: 7.42857143em;
}

.business02-content02 {
    flex-direction: row-reverse;
}

/**** テクノロジー ****/
h3.tech01-lead {
    font-size: 1.285714em;
    margin-top: 3.8333em;
}

.tech02-container>.tech02-content {
    padding-top: 5.7142857em;
    padding-bottom: 5.7142857em;
}

@media screen and (max-width: 767px) {
    .tech02-container>.tech02-content {
        padding-top: 4.95238095em;
        padding-bottom: 4.95238095em;
    }
}

/*** Mujinの想い ***/
.overview-content {}

.overview-common-ttl {
    font-weight: 900;
    font-size: 1.57142em;
    letter-spacing: 0;
    ;
}

.overview-common-lead {
    font-size: 2.57142em;
    margin-bottom: 0.565217em;
    font-weight: 900;
    letter-spacing: 0;
    text-align: left;
    line-height: 1.33333333;
}

.overview-common-lead02 {
    font-size: 2.57142em;
    margin-bottom: 0.227em;
    font-weight: 900;
    letter-spacing: 0;
    text-align: left;
    line-height: 1.66666;
}

@media screen and (max-width: 767px) {
    .overview-common-lead {
        font-size: 2em;
    }

    .overview-common-lead02 {
        font-size: 2em;
    }
}

.overview-common-lead-ja {
    padding-left: 60px;
    position: relative;
    letter-spacing: 0;
    line-height: 1.68;
    font-size: 1.2857em;
    font-weight: 700;
}

.overview-common-lead-ja::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 41.5px;
    top: .75em;
    left: 0;
    background: #000000;
}

.overview-common-text {
    letter-spacing: 0;
    line-height: 1.85714;
}

.overview-value-list {
    padding-left: 2.142857em;
    ;
}

.overview-value-list>li:nth-child(n) {
    align-items: center;
    margin: 0;
    padding: 2.85714em 1.42857em 1.42857em;
    position: relative;
    margin-bottom: 0;
}

.overview-value-list>li::after {
    font-size: 2.142857em;
    width: calc(100% + 1.5em);
    height: 1px;
    bottom: 0;
    right: 0;
    position: absolute;
    content: "";
    background: #000;
}

.overview-value-list>li .col-md-7 {
    padding: 0;
}

.overview-value-list li img {
    width: 290px;
    display: block;
    margin-left: auto;
}

.overview-value-list li::marker,
.overview-value-list li h4 {
    font-family: "Roboto", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 2.142857em;
    font-weight: 900;
    text-align: left;
}

.overview-value-list li h4 {
    margin-bottom: .333em;
    text-align: left;
}

.overview-value-list-lead {
    font-size: 1.285714em;
    position: relative;
    font-weight: 700;
    padding-left: 30px;
    text-align: left;
}

.overview-value-list-lead::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 24.5px;
    top: .75em;
    left: 0;
    background: #000000;
}

.overview-value-list-text {}

a.btn-blue {
    display: inline-block;
    width: 290px;
    padding: 15px 0;
    text-align: center;
    font-weight: 700;
    color: #fff;
    font-size: 1.14285714rem;
    border-radius: 7px;
    background: #3C61E6;
}

.mujinrobot_page section.mujinrobot-cv-sec {
    background: #fff;
}

.mujinrobot_page section.mujinrobot-cv-sec .common-contact-sec {
    background: transparent;
}

.mujinrobot_page section.mujinrobot-cv-sec .common-contact-sec {
    padding: 100px 0;
}

@media screen and (max-width: 767px) {
    .mujinrobot_page section.mujinrobot-cv-sec .common-contact-sec {
        padding: 50px 0;
    }
}

.mujinrobot_page h2 {
    margin-bottom: 1em;
}

.mujinrobot_page section.mujinrobot-cv-sec .row {
    max-width: 960px;
    margin: auto;
}

div[class*='col-'][class*='-8'] iframe.mujins-video-iframe {
    min-height: 470px;
}

@media screen and (max-width: 1200px) {
    div[class*='col-'][class*='-8'] iframe.mujins-video-iframe {
        min-height: 350px;
    }
}

@media screen and (max-width: 1000px) {
    div[class*='col-'][class*='-8'] iframe.mujins-video-iframe {
        min-height: 260px;
    }
}

h2.business-common-head {
    font-size: 2.0714em;
    font-weight: 700;
}

h2.business-common-head span {
    font-size: 1.103em;
    font-weight: 700;
}

.single-download h5.form-catch, .single-post h5.form-catch {
    color: #2860B9;
    background-color: #EAECFC;
    border-radius: 50px;
    padding: 7px;
    font-size: 18px;
    margin-bottom: 2rem;
}

/*irex2023*/
.irex2023_cover .doc_btn_wr {
    margin: 30px 0;
}

.irex2023_cover .mujin_kv_002_mv .video_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: normal;
    background: #05070F;
    opacity: 0;
}

.irex2023_cover .mujin_kv_002_mv .mujin_kv_002_content p {
    max-width: 313px;
    font-size: 1em;
    font-weight: 700;
    margin: 30px 0 0;
    line-height: 1.71428;
    text-shadow: 0 0 0px rgba(0, 0, 0, 0);
}

@media screen and (max-width: 767px) {
    .irex2023_cover .mujin_kv_002_mv .mujin_kv_002_content {
        padding-top: 20px;
        max-width: none;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

/* 単載パレタイザー　製品ページのレイアウト調整 */
.page-id-10417 .value_list {
  margin: 0;
}
.page-id-10417 .value_list li {
  max-width: 32%;
  padding: 20px;
  background: #D8EEEE;
  border-radius: 10px;
}
.page-id-10417 .value_list li .icon {
  display: block;
  max-width: 45px;
  width: 100%;
  text-align: center;
  margin: 0 auto 10px;
}
.page-id-10417 .value_list li .box-ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.page-id-10417 .box-gray {
  padding: 30px;
  background: #eeeef2;
  border-radius: 10px;
}
.page-id-10417 .sp {
  display: none;
}
.page-id-10417 .contact .sec_ttl {
  font-size: 38px;
  text-align: center;
}
.page-id-10417 .contact .txt {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
.page-id-10417 .contact .cta_list {
  display: flex;
  gap: 4%;
  max-width: 940px;
  width: 100%;
  margin: 0 auto !important;
}
.page-id-10417 .contact .cta_list .cta {
  max-width: 450px;
  width: 100%;
  padding: 30px 20px;
  text-align: center;
  background: #e6e6e6;
  border-radius: 6px;
}
.page-id-10417 .contact .cta_ttl {
  font-size: 24px;
  font-weight: bold;
  color: #010000;
  margin-bottom: 10px;
}
.page-id-10417 .contact .cta_txt {
  font-size: 14px;
  color: #010000;
  margin-bottom: 10px;
}
.page-id-10417 .contact .cta_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 250px;
  width: 100%;
  height: 40px;
  background: #4849d4;
  margin: 0 auto;
  border-radius: 20px;
}
.page-id-10417 .contact .cta_btn span {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width:767px) {
  .page-id-10417 .value_list {
    flex-direction: column;
    gap: 20px;
  }
  .page-id-10417 .value_list li {
    max-width: 100%;
  }
  .page-id-10417 .sp {
    display: block;
  }
  .page-id-10417 .contact .sec_ttl {
    font-size: 26px;
    line-height: 1.5;
  }
  .page-id-10417 .contact .txt {
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 30px;
  }
  .page-id-10417 .contact .cta_list {
    flex-direction: column;
  }
  .page-id-10417 .contact .cta_list .cta:first-child {
    margin-bottom: 20px;
  }
}