/* Request CSS */
/* _setting CSS */
/* Desktops and laptops */
@media print, screen and (min-width: 751px) {
  body {
    padding-top: 0 !important;
  }

  #header {
    background-color: #fff;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  #header.top_active {
    background-color: inherit;
  }

  #container {
    overflow: hidden;
  }

  .co_btn a {
    width: 300px;
    position: relative;
    display: inline-block;
    padding: 12px 50px 14px 50px;
    background-color: #333333;
    border-radius: 20px;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
  }
  .co_btn a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
  .co_btn a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 17px;
    display: block;
    width: 14px;
    height: 12px;
    background-image: url(../images/service_top/arrow_right.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }

  .bg_blue {
    background-color: #edf2f9;
  }
  .bg_blue.bg_arch {
    position: relative;
    overflow: hidden;
  }
  .bg_blue.bg_arch::before {
    content: '';
    position: absolute;
    top: -23px;
    left: 50%;
    display: block;
    width: 100%;
    min-width: 1600px;
    height: 80px;
    border-radius: 50% / 0 0 100% 100%;
    background: #ffffff;
    -webkit-transform: translate(-50%, 0) scale(1.05);
            transform: translate(-50%, 0) scale(1.05);
  }
  .bg_blue .bg_blue_inner {
    max-width: 1280px;
    margin: 0 auto;
    padding-top: 130px;
    padding-top: 260px;
    padding-bottom: 180px;
  }

  .sec_inner {
    max-width: 1200px;
    margin: 0 auto;
  }

  #kv {
    position: relative;
    margin-top: 90px;
  }
  #kv .img_wrap {
    text-align: center;
    position: relative;
    max-width: 1548px;
    height: 763px;
    margin: 0 auto;
    z-index: 0;
  }
  #kv .img_wrap .kv_bg {
    position: absolute;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    top: 80px;
    left: 50.5%;
    z-index: 0;
    width: 1580px;
    opacity: 0;
  }
  #kv .img_wrap .kv_item {
    position: absolute;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    bottom: 162px;
    left: 50%;
    z-index: 1;
    width: 1106px;
    opacity: 0;
  }
  #kv .img_wrap .kv_tree {
    position: absolute;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    top: 7px;
    left: 50%;
    z-index: 2;
    width: 889px;
    opacity: 0;
  }
  #kv .kv_cont {
    position: relative;
    z-index: 1;
    margin-top: -169px;
  }
  #kv .title_wrap {
    width: 100%;
    -moz-text-align-last: left;
         text-align-last: left;
  }
  #kv .title_wrap .kv_title {
    opacity: 0;
  }
  #kv .seminar_wrap {
    position: absolute;
    opacity: 0;
    bottom: 0;
    right: 0;
    background-color: #edf2f9;
    border-radius: 20px;
    width: 670px;
    padding: 24px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #kv .seminar_wrap .seminar_wrap_left {
    width: 165px;
    height: 78px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #kv .seminar_wrap .seminar_wrap_left h2 {
    font-size: 1.8rem;
    font-weight: bold;
  }
  #kv .seminar_wrap .seminar_wrap_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 445px;
    border-left: 2px dashed #34b947;
  }
  #kv .seminar_wrap .seminar_wrap_right .seminar_thumbnail img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 130px;
    height: 78px;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 20px;
  }
  #kv .seminar_wrap .seminar_wrap_right .seminar_text {
    width: 61.5%;
  }
  #kv .seminar_wrap .seminar_wrap_right .seminar_text .date {
    font-size: 1.5rem;
    color: #959595;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    line-height: 1.2;
    gap: 0 10px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #kv .seminar_wrap .seminar_wrap_right .seminar_text .date span {
    font-size: 1.4rem;
    font-weight: bold;
  }
  #kv .seminar_wrap .seminar_wrap_right .seminar_text .title a {
    font-size: 1.6rem;
    font-weight: bold;
    color: #333;
    line-height: 1.2;
  }
  #kv .seminar_wrap .seminar_wrap_right .seminar_text .title a:hover {
    text-decoration: none;
    opacity: 0.8;
  }

  #about {
    margin-top: 84px;
    margin-bottom: 51px;
  }
  #about .about_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #about .about_wrap_img {
    opacity: 0;
  }
  #about .about_wrap_img img {
    width: 560px;
    height: auto;
  }
  #about .about_wrap_text .about_title {
    margin-bottom: 30px;
    opacity: 0;
  }
  #about .about_wrap_text .about_title img {
    width: 391px;
    height: auto;
  }
  #about .about_wrap_text .about_text {
    font-size: 2rem;
    font-weight: bold;
    line-height: 2.5;
    margin-bottom: 30px;
    letter-spacing: 1.5px;
    opacity: 0;
  }

  #healstep .healstep_title {
    display: block;
    margin: 0 auto 71px;
    opacity: 0;
  }
  #healstep .healstep_logo {
    text-align: center;
    margin-bottom: 53px;
  }
  #healstep .healstep_logo img {
    width: 376px;
    height: auto;
    opacity: 0;
  }
  #healstep .healstep_text {
    width: 550px;
    margin: 0 auto 50px;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 2;
    position: relative;
    opacity: 0;
  }
  #healstep .healstep_text .attention {
    display: inline-block;
    font-size: 1.3rem;
    padding-left: 1em;
    letter-spacing: inherit;
  }
  #healstep .healstep_text .green_acce {
    width: 308px;
    height: auto;
    position: absolute;
    left: -359px;
    top: -240px;
    opacity: 0;
  }
  #healstep .healstep_text .blue_acce {
    width: 353px;
    height: auto;
    position: absolute;
    right: -402px;
    top: -235px;
    opacity: 0;
  }
  #healstep .co_btn {
    text-align: center;
  }
  #healstep .healstep_sec {
    margin-top: 142px;
  }
  #healstep .healstep_sec .top_text {
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.8;
    letter-spacing: 0.5px;
    text-align: center;
    margin-bottom: 50px;
  }
  #healstep .healstep_customer_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #healstep .healstep_customer_wrap .healstep_customer_item {
    width: 48.43%;
    background-color: #959595;
    border-radius: 40px;
    padding: 40px 40px 60px;
  }
  #healstep .healstep_customer_wrap .healstep_customer_item .white_box {
    width: 100%;
    height: 270px;
    background-color: #fff;
    border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 0;
  }
  #healstep .healstep_customer_wrap .healstep_customer_item .white_box img {
    display: block;
  }
  #healstep .healstep_customer_wrap .healstep_customer_item h3,
  #healstep .healstep_customer_wrap .healstep_customer_item p {
    text-align: center;
    opacity: 0;
  }
  #healstep .healstep_customer_wrap .healstep_customer_item h3 {
    margin: 38px 0 30px;
  }
  #healstep .healstep_customer_wrap .healstep_customer_item p {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 38px;
    line-height: 1.5;
  }
  #healstep .healstep_customer_wrap .healstep_customer_item .co_btn {
    opacity: 0;
  }
  #healstep .healstep_customer_wrap .healstep_customer_item .co_btn a {
    margin: 0 auto;
    background-color: inherit;
    width: 360px;
    position: relative;
    display: block;
    z-index: 0;
  }
  #healstep .healstep_customer_wrap .healstep_customer_item .co_btn a::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    border-radius: 20px;
  }
  #healstep .healstep_customer_wrap .healstep_customer_item .co_btn a:hover {
    opacity: 1;
  }
  #healstep .healstep_customer_wrap .healstep_customer_item .co_btn a:hover::before {
    opacity: 1;
  }
  #healstep .healstep_customer_wrap .healstep_customer_item.healstep_union {
    background-color: #c7f3eb;
  }
  #healstep .healstep_customer_wrap .healstep_customer_item.healstep_union .white_box img {
    width: 494px;
    height: auto;
  }
  #healstep .healstep_customer_wrap .healstep_customer_item.healstep_union .co_btn a {
    background: -webkit-gradient(linear, left top, right top, from(#009f83), to(#00c566));
    background: linear-gradient(90deg, #009f83 0%, #00c566 100%);
  }
  #healstep .healstep_customer_wrap .healstep_customer_item.healstep_union .co_btn a::before {
    background: -webkit-gradient(linear, left top, right top, from(#00c566), to(#009f83));
    background: linear-gradient(90deg, #00c566 0%, #009f83 100%);
  }
  #healstep .healstep_customer_wrap .healstep_customer_item.healstep_company {
    background-color: #d2e2fd;
  }
  #healstep .healstep_customer_wrap .healstep_customer_item.healstep_company .white_box img {
    width: 428px;
    height: auto;
  }
  #healstep .healstep_customer_wrap .healstep_customer_item.healstep_company .co_btn a {
    background: -webkit-gradient(linear, left top, right top, from(#0a619d), to(#1fa9dc));
    background: linear-gradient(90deg, #0a619d 0%, #1fa9dc 100%);
  }
  #healstep .healstep_customer_wrap .healstep_customer_item.healstep_company .co_btn a::before {
    background: -webkit-gradient(linear, left top, right top, from(#1fa9dc), to(#0a619d));
    background: linear-gradient(90deg, #1fa9dc 0%, #0a619d 100%);
  }
  #healstep .healstep_service_wrap {
    margin-top: 117px;
  }
  #healstep .healstep_service_wrap .service_title {
    text-align: center;
  }
  #healstep .healstep_service_wrap .title_btm {
    font-size: 2rem;
    font-weight: bold;
    margin-top: 37px;
    margin-bottom: 59px;
    text-align: center;
  }
  #healstep .healstep_service_wrap .healstep_service_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 78px;
  }
  #healstep .healstep_service_wrap .healstep_service_item {
    width: 298px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    opacity: 0;
  }
  #healstep .healstep_service_wrap .healstep_service_item .img_wrap {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    height: 200px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #healstep .healstep_service_wrap .healstep_service_item .img_wrap img {
    display: block;
  }
  #healstep .healstep_service_wrap .healstep_service_item .item_wrap_sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
  #healstep .healstep_service_wrap .healstep_service_item .tag_wrap {
    margin: 15px 0;
  }
  #healstep .healstep_service_wrap .healstep_service_item .tag_wrap .tag {
    display: inline-block;
    background-color: #fff;
    border-radius: 10px;
    padding: 6px 9px;
    font-size: 1.4rem;
    border: 2px solid #959595;
    font-weight: bold;
  }
  #healstep .healstep_service_wrap .healstep_service_item .tag_wrap .tag.tag_union {
    border-color: #019e82;
    color: #019e82;
  }
  #healstep .healstep_service_wrap .healstep_service_item .tag_wrap .tag.tag_company {
    border-color: #0a619d;
    color: #0a619d;
  }
  #healstep .healstep_service_wrap .healstep_service_item .name_wrap {
    margin-bottom: 30px;
  }
  #healstep .healstep_service_wrap .healstep_service_item .name_wrap p:nth-of-type(1) {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 15px;
  }
  #healstep .healstep_service_wrap .healstep_service_item .name_wrap p:nth-of-type(2) {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.1;
  }
  #healstep .healstep_service_wrap .healstep_service_item .name_wrap p:nth-of-type(3) {
    font-size: 1.2rem;
    color: #737373;
    margin-top: 10px;
  }
  #healstep .healstep_service_wrap .healstep_service_item .top_service_detail {
    margin-top: auto;
    font-size: 1.6rem;
    font-weight: bold;
    color: #333333;
  }
  #healstep .healstep_service_wrap .healstep_service_item .top_service_detail img {
    margin-left: 5px;
  }
  #healstep .healstep_service_wrap .healstep_service_item .top_service_detail:hover {
    text-decoration: none;
  }
  #healstep .healstep_service_wrap .healstep_service_item.qolism .img_wrap img {
    margin-top: 50px;
  }
  #healstep .healstep_service_wrap .healstep_service_item.qolism .name_wrap p:nth-of-type(2) {
    font-size: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #healstep .healstep_service_wrap .healstep_service_item.qolism .name_wrap p:nth-of-type(2) img {
    display: inline-block;
    margin-left: 5px;
    width: 122px;
    height: auto;
  }
  #healstep .healstep_service_wrap .healstep_service_item:nth-of-type(1) .img_wrap img {
    width: 275px;
    height: auto;
  }
  #healstep .healstep_service_wrap .healstep_service_item:nth-of-type(2) .img_wrap img {
    width: 245px;
    height: auto;
  }
  #healstep .healstep_service_wrap .healstep_service_item:nth-of-type(3) .img_wrap img {
    width: 110px;
    height: auto;
  }
  #healstep .healstep_service_wrap .healstep_service_item:nth-of-type(4) .img_wrap img {
    width: 150px;
    height: auto;
  }

  #case {
    padding-top: 138px;
  }
  #case .case_title {
    text-align: center;
  }
  #case .title_btm {
    max-width: 1200px;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin: 42px auto 60px;
    position: relative;
  }
  #case .title_btm::before {
    content: "";
    width: 190px;
    height: 235px;
    background-image: url(../images/top/case_acce1.svg);
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -20px;
    left: 0;
  }
  #case .case_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 250px;
  }
  #case .case_item {
    position: relative;
    width: 360px;
    max-width: 360px;
    height: 220px;
    background-color: #e2f7f3;
    border-radius: 20px;
    padding: 38px 28px 30px;
    margin: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #case .case_item::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -20px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-top: 40px solid #e2f7f3;
  }
  #case .case_item:nth-of-type(even) {
    background-color: #e0ebfe;
  }
  #case .case_item:nth-of-type(even)::after {
    border-top: 40px solid #e0ebfe;
  }
  #case .name {
    font-size: 2rem;
    font-weight: bold;
    padding-bottom: 15px;
    margin-bottom: 9px;
    border-bottom: 2px dotted #ccc;
  }
  #case .desc {
    font-size: 1.8rem;
    line-height: 1.6;
  }
  #case .case_btn {
    max-width: 1200px;
    position: relative;
    text-align: center;
    margin: 60px auto 0;
  }
  #case .case_btn::after {
    content: "";
    width: 190px;
    height: 235px;
    background-image: url(../images/top/case_acce2.svg);
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -40px;
    right: 0;
  }
  #case .case_btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 70px 0 90px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #333333;
    border: 2px solid #d4d9e2;
    border-radius: 10px;
    width: 480px;
    height: 90px;
    position: relative;
    letter-spacing: 0.5px;
    margin: 0 auto;
  }
  #case .case_btn a:hover {
    border-color: #34b947;
    text-decoration: none;
    opacity: 0.8;
  }
  #case .case_btn a::before {
    content: "";
    width: 38px;
    height: 56px;
    display: block;
    background-image: url(../images/top/case_btn_img.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    left: 25px;
    top: 50%;
  }
  #case .case_btn a::after {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    background-image: url(../images/common/icon_circle_arrow_black.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    right: 20px;
    top: 50%;
  }

  #news {
    background-color: #edf2f9;
    border-radius: 20px;
    padding: 60px 60px 60px 0;
    margin-top: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  #news::after {
    content: "";
    width: 200px;
    height: 250px;
    display: block;
    background-image: url(../images/top/news_acce1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: -40px;
    bottom: -102px;
  }
  #news .news_wrap_left {
    width: 33.34%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #news .news_wrap_left .co_btn {
    margin-top: 60px;
  }
  #news .news_wrap_left .co_btn a {
    width: 220px;
  }
  #news .news_list {
    width: 66.66%;
  }
  #news .news_list .news_item {
    padding: 20px 30px;
    border-bottom: 2px solid #fff;
  }
  #news .news_list .news_item:first-of-type {
    padding-top: 0;
  }
  #news .news_list .news_item:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
  }
  #news .news_list .news_item .date_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #news .news_list .news_item .date_wrap .date {
    font-size: 1.5rem;
    color: #959595;
  }
  #news .news_list .news_item .date_wrap .cate_list {
    margin-left: 25px;
  }
  #news .news_list .news_item .date_wrap .cate_list .cate_item {
    display: inline-block;
    background-color: #fff;
    border: 2px solid #34b947;
    border-radius: 8px;
    padding: 5px 10px;
    color: #34b947;
    font-size: 1.4rem;
    font-weight: bold;
  }
  #news .news_list .news_item .title {
    margin-top: 15px;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  #news .news_list .news_item .title a {
    color: #333333;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  #news .news_list .news_item .title a:hover {
    text-decoration: none;
    opacity: 0.6;
  }
  #news .pdf_tag {
    display: inline-block;
    background-color: #f55b5b;
    border-radius: 13px;
    width: 60px;
    height: 23px;
    color: #fff;
    font-weight: bold;
    font-size: 1.5rem;
    text-align: center;
    padding-top: 1px;
    margin-left: 10px;
    vertical-align: middle;
  }
  #news .link {
    width: 17px;
    margin-left: 10px;
  }

  #company {
    margin-top: 117px;
    margin-bottom: 200px;
  }
  #company .company_title {
    text-align: center;
    margin-bottom: 59px;
  }
  #company .company_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 32px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #company .company_list .company_item a {
    width: 276px;
    height: 210px;
    padding: 20px;
    border: 2px solid #d4d9e2;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #company .company_list .company_item a:hover {
    border-color: #0c609e;
    text-decoration: none;
    opacity: 1.0;
  }
  #company .company_list .company_item a:hover img {
    opacity: 1.0;
  }
  #company .company_list .company_item a p {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.2;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #company .company_list .company_item a p .company_arrow {
    position: relative;
    content: '';
    display: block;
    border-radius: 50%;
    background-color: #333;
    width: 24px;
    height: 24px;
    margin-left: 10px;
  }
  #company .company_list .company_item a p .company_arrow span {
    position: absolute;
    content: '';
    display: inline-block;
    top: 8px;
    right: 9px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
/* Smartphones (portrait and landscape) */
@media screen and (max-width: 750px) {
  #container {
    overflow: hidden;
  }

  .co_btn a {
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 4.53333vw 13.33333vw 5.06667vw 13.33333vw;
    background-color: #333333;
    border-radius: 8vw;
    text-align: center;
    font-size: 3.73333vw;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
  }
  .co_btn a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
  .co_btn a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 6.4vw;
    display: block;
    width: 4.26667vw;
    height: 3.73333vw;
    background-image: url(../images/service_top/arrow_right.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }

  .bg_blue {
    background-color: #edf2f9;
  }
  .bg_blue.bg_arch {
    position: relative;
    overflow: hidden;
  }
  .bg_blue.bg_arch::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 100%;
    height: 8vw;
    border-radius: 50% / 0 0 100% 100%;
    background: #ffffff;
    -webkit-transform: translate(-50%, 0) scale(1.05);
            transform: translate(-50%, 0) scale(1.05);
  }
  .bg_blue .bg_blue_inner {
    width: 91.46%;
    margin: 0 auto;
    padding-top: 24.8vw;
    padding-bottom: 24vw;
  }

  .sec_inner {
    width: 91.46%;
    margin: 0 auto;
  }

  #kv {
    position: relative;
  }
  #kv .img_wrap {
    position: relative;
    width: 100%;
    height: 81.86667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 0;
  }
  #kv .img_wrap .kv_bg {
    position: absolute;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    bottom: 5.33333vw;
    left: 50.3%;
    z-index: 0;
    width: 100%;
    opacity: 0;
  }
  #kv .img_wrap .kv_item {
    position: absolute;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    bottom: 14.4vw;
    left: 50%;
    z-index: 1;
    width: 96.26667vw;
    opacity: 0;
  }
  #kv .img_wrap .kv_tree {
    position: absolute;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    left: 50%;
    z-index: 999;
    width: 85.86667vw;
    bottom: 24.26667vw;
    opacity: 0;
  }
  #kv .kv_cont {
    position: relative;
    z-index: 1;
    top: -13.86667vw;
  }
  #kv .title_wrap {
    width: 100%;
    -moz-text-align-last: left;
         text-align-last: left;
  }
  #kv .title_wrap .kv_title {
    opacity: 0;
  }
  #kv .title_wrap img {
    width: 82.26667vw;
  }
  #kv .seminar_wrap {
    margin-top: 7.86667vw;
    background-color: #edf2f9;
    border-radius: 2.66667vw;
    width: 100%;
    padding: 5.86667vw 7.06667vw;
    opacity: 0;
  }
  #kv .seminar_wrap .seminar_wrap_left h2 {
    font-size: 3.73333vw;
    font-weight: bold;
    margin-bottom: 3.73333vw;
  }
  #kv .seminar_wrap .seminar_wrap_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  #kv .seminar_wrap .seminar_wrap_right .seminar_thumbnail img {
    display: block;
    width: 18.66667vw;
    height: 11.2vw;
    border-radius: 0.66667vw;
    overflow: hidden;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #kv .seminar_wrap .seminar_wrap_right .seminar_text {
    width: 72%;
  }
  #kv .seminar_wrap .seminar_wrap_right .seminar_text .date {
    font-size: 3.2vw;
    color: #959595;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    line-height: 1.2;
    gap: 0 10px;
    font-weight: bold;
  }
  #kv .seminar_wrap .seminar_wrap_right .seminar_text .date span {
    font-size: 3.2vw;
    font-weight: bold;
  }
  #kv .seminar_wrap .seminar_wrap_right .seminar_text .title a {
    font-size: 3.46667vw;
    font-weight: bold;
    color: #333;
    line-height: 1.2;
  }
  #kv .seminar_wrap .seminar_wrap_right .seminar_text .title a:hover {
    text-decoration: none;
    opacity: 0.8;
  }

  #about {
    margin-bottom: 51px;
  }
  #about .about_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #about .about_wrap_text .about_title {
    margin-top: 6.66667vw;
    opacity: 0;
  }
  #about .about_wrap_text .about_title img {
    width: 66.26667vw;
    height: auto;
  }
  #about .about_wrap_text .about_text {
    font-size: 3.73333vw;
    font-weight: bold;
    line-height: 1.8;
    margin-top: 4vw;
    margin-bottom: 5.33333vw;
    letter-spacing: 1.5px;
    opacity: 0;
  }
  #about .about_wrap_img {
    opacity: 0;
  }
  #about .about_wrap_img img {
    width: 77.6vw;
    height: auto;
  }

  #healstep .healstep_title {
    display: block;
    margin: 0 auto 8vw;
    width: 67.46667vw;
    height: auto;
    opacity: 0;
  }
  #healstep .healstep_logo {
    text-align: center;
    margin-bottom: 1.33333vw;
  }
  #healstep .healstep_logo img {
    width: 74.26667vw;
    height: auto;
    opacity: 0;
  }
  #healstep .acce_sp {
    opacity: 0;
  }
  #healstep .acce_sp img {
    width: 91.46667vw;
    margin-bottom: 6.66667vw;
  }
  #healstep .healstep_text {
    width: 100%;
    margin: 0 auto 8vw;
    font-size: 3.73333vw;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 1.8;
    position: relative;
    opacity: 0;
  }
  #healstep .healstep_text .attention {
    display: inline-block;
    font-size: 2.66667vw;
    letter-spacing: inherit;
  }
  #healstep .co_btn {
    text-align: center;
  }
  #healstep .healstep_sec {
    margin-top: 16vw;
  }
  #healstep .healstep_sec .top_text {
    width: 90%;
    margin: 0 auto 8vw;
    font-size: 4.53333vw;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.5px;
    text-align: center;
  }
  #healstep .healstep_customer_wrap .healstep_customer_item {
    width: 100%;
    background-color: #959595;
    border-radius: 5.33333vw;
    padding: 6.93333vw 6.93333vw 6.93333vw;
  }
  #healstep .healstep_customer_wrap .healstep_customer_item .white_box {
    width: 100%;
    height: 40vw;
    background-color: #fff;
    border-radius: 4vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 0;
  }
  #healstep .healstep_customer_wrap .healstep_customer_item .white_box img {
    display: block;
  }
  #healstep .healstep_customer_wrap .healstep_customer_item h3 {
    text-align: center;
    margin: 5.33333vw 0 4.53333vw;
    opacity: 0;
  }
  #healstep .healstep_customer_wrap .healstep_customer_item h3 img {
    height: 8.53333vw;
    width: auto;
  }
  #healstep .healstep_customer_wrap .healstep_customer_item p {
    font-size: 3.46667vw;
    font-weight: bold;
    margin-bottom: 5.33333vw;
    line-height: 1.5;
    opacity: 0;
  }
  #healstep .healstep_customer_wrap .healstep_customer_item .co_btn {
    opacity: 0;
  }
  #healstep .healstep_customer_wrap .healstep_customer_item .co_btn a {
    margin: 0 auto;
    background-color: inherit;
    width: 100%;
    position: relative;
    display: block;
    z-index: 0;
  }
  #healstep .healstep_customer_wrap .healstep_customer_item .co_btn a::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    border-radius: 8vw;
  }
  #healstep .healstep_customer_wrap .healstep_customer_item .co_btn a:hover {
    opacity: 1;
  }
  #healstep .healstep_customer_wrap .healstep_customer_item .co_btn a:hover::before {
    opacity: 1;
  }
  #healstep .healstep_customer_wrap .healstep_customer_item.healstep_union {
    background-color: #c7f3eb;
    margin-bottom: 5.33333vw;
  }
  #healstep .healstep_customer_wrap .healstep_customer_item.healstep_union .white_box img {
    width: 72.53333vw;
    height: auto;
  }
  #healstep .healstep_customer_wrap .healstep_customer_item.healstep_union .co_btn a {
    background: -webkit-gradient(linear, left top, right top, from(#009f83), to(#00c566));
    background: linear-gradient(90deg, #009f83 0%, #00c566 100%);
  }
  #healstep .healstep_customer_wrap .healstep_customer_item.healstep_union .co_btn a::before {
    background: -webkit-gradient(linear, left top, right top, from(#00c566), to(#009f83));
    background: linear-gradient(90deg, #00c566 0%, #009f83 100%);
  }
  #healstep .healstep_customer_wrap .healstep_customer_item.healstep_company {
    background-color: #d2e2fd;
  }
  #healstep .healstep_customer_wrap .healstep_customer_item.healstep_company .white_box img {
    width: 68.53333vw;
    height: auto;
  }
  #healstep .healstep_customer_wrap .healstep_customer_item.healstep_company .co_btn a {
    background: -webkit-gradient(linear, left top, right top, from(#0a619d), to(#1fa9dc));
    background: linear-gradient(90deg, #0a619d 0%, #1fa9dc 100%);
  }
  #healstep .healstep_customer_wrap .healstep_customer_item.healstep_company .co_btn a::before {
    background: -webkit-gradient(linear, left top, right top, from(#1fa9dc), to(#0a619d));
    background: linear-gradient(90deg, #1fa9dc 0%, #0a619d 100%);
  }
  #healstep .healstep_service_wrap {
    margin-top: 14vw;
  }
  #healstep .healstep_service_wrap .service_title {
    text-align: center;
  }
  #healstep .healstep_service_wrap .service_title img {
    width: 74.26667vw;
    height: auto;
  }
  #healstep .healstep_service_wrap .title_btm {
    font-size: 3.46667vw;
    font-weight: bold;
    margin-top: 7.06667vw;
    margin-bottom: 9.33333vw;
    text-align: center;
    line-height: 1.6;
  }
  #healstep .healstep_service_wrap .healstep_service_list {
    margin-bottom: 7.86667vw;
  }
  #healstep .healstep_service_wrap .healstep_service_item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 6.93333vw;
    opacity: 0;
  }
  #healstep .healstep_service_wrap .healstep_service_item:last-of-type {
    margin-bottom: 0;
  }
  #healstep .healstep_service_wrap .healstep_service_item .img_wrap {
    width: 33.33333vw;
    background-color: #fff;
    border-radius: 1.33333vw;
    height: 28vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #healstep .healstep_service_wrap .healstep_service_item .img_wrap img {
    display: block;
  }
  #healstep .healstep_service_wrap .healstep_service_item .item_wrap_sp {
    width: 54.66667vw;
  }
  #healstep .healstep_service_wrap .healstep_service_item .tag_wrap {
    margin-bottom: 2.4vw;
  }
  #healstep .healstep_service_wrap .healstep_service_item .tag_wrap .tag {
    display: inline-block;
    background-color: #fff;
    border-radius: 1.33333vw;
    padding: 1.33333vw 1.6vw;
    font-size: 2.93333vw;
    border: 1px solid #959595;
    font-weight: bold;
  }
  #healstep .healstep_service_wrap .healstep_service_item .tag_wrap .tag.tag_union {
    border-color: #019e82;
    color: #019e82;
  }
  #healstep .healstep_service_wrap .healstep_service_item .tag_wrap .tag.tag_company {
    border-color: #0a619d;
    color: #0a619d;
  }
  #healstep .healstep_service_wrap .healstep_service_item .name_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #healstep .healstep_service_wrap .healstep_service_item .name_wrap p:nth-of-type(1) {
    font-size: 3.2vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #healstep .healstep_service_wrap .healstep_service_item .name_wrap p:nth-of-type(2) {
    font-size: 3.73333vw;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 2.13333vw;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  #healstep .healstep_service_wrap .healstep_service_item .name_wrap p:nth-of-type(3) {
    font-size: 2.66667vw;
    color: #737373;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 2.13333vw;
  }
  #healstep .healstep_service_wrap .healstep_service_item .top_service_detail {
    font-size: 2.93333vw;
    color: #333333;
    display: block;
    margin-top: 4vw;
  }
  #healstep .healstep_service_wrap .healstep_service_item .top_service_detail img {
    margin-left: 5px;
    width: 2.4vw;
    height: auto;
  }
  #healstep .healstep_service_wrap .healstep_service_item .top_service_detail:hover {
    text-decoration: none;
  }
  #healstep .healstep_service_wrap .healstep_service_item.qolism .img_wrap img {
    width: 29.33333vw;
    height: auto;
  }
  #healstep .healstep_service_wrap .healstep_service_item.qolism .name_wrap p:nth-of-type(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #healstep .healstep_service_wrap .healstep_service_item.qolism .name_wrap p:nth-of-type(2) img {
    width: 13.2vw;
    display: inline-block;
    margin-left: 5px;
  }
  #healstep .healstep_service_wrap .healstep_service_item:nth-of-type(2) .img_wrap img {
    width: 28.4vw;
  }
  #healstep .healstep_service_wrap .healstep_service_item:nth-of-type(3) .img_wrap img {
    width: 14.8vw;
  }
  #healstep .healstep_service_wrap .healstep_service_item:nth-of-type(4) .img_wrap img {
    width: 19.33333vw;
  }

  #case {
    padding-top: 18.66667vw;
  }
  #case .case_title {
    text-align: left;
    width: 91.46%;
    margin: 0 auto;
  }
  #case .case_title img {
    width: 24.4vw;
  }
  #case .title_btm {
    width: 91.46%;
    font-size: 3.46667vw;
    line-height: 1.6;
    margin: 5.06667vw auto;
    position: relative;
  }
  #case .title_btm::before {
    content: "";
    width: 22vw;
    height: 27.2vw;
    background-image: url(../images/top/case_acce1.svg);
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top: -32vw;
  }
  #case .case_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    width: 100%;
    height: 64vw;
  }
  #case .case_list .case_item {
    position: relative;
    width: 61.86667vw;
    max-width: 61.86667vw;
    height: 57.33333vw;
    background-color: #e2f7f3;
    border-radius: 2.66667vw;
    padding: 8vw 6.13333vw 6.66667vw;
    margin: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #case .case_list .case_item::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -6.66667vw;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-right: 5.33333vw solid transparent;
    border-left: 5.33333vw solid transparent;
    border-top: 6.66667vw solid #e2f7f3;
  }
  #case .case_list .case_item:nth-of-type(even) {
    background-color: #e0ebfe;
  }
  #case .case_list .case_item:nth-of-type(even)::after {
    border-top: 6.66667vw solid #e0ebfe;
  }
  #case .case_list .case_item .name {
    font-size: 4.8vw;
    font-weight: bold;
    padding-bottom: 2.4vw;
    margin-bottom: 1.33333vw;
    border-bottom: 2px dotted #ccc;
    line-height: 1.2;
  }
  #case .case_list .case_item .desc {
    font-size: 4vw;
    line-height: 1.6;
  }
  #case .case_btn {
    width: 91.46%;
    position: relative;
    text-align: center;
    margin: 8vw auto 0;
  }
  #case .case_btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 10.66667vw 0 16vw;
    font-size: 3.46667vw;
    font-weight: bold;
    color: #333333;
    border: 2px solid #d4d9e2;
    border-radius: 1.33333vw;
    width: 100%;
    height: 16vw;
    position: relative;
    letter-spacing: 0.5px;
    margin: 0 auto;
  }
  #case .case_btn a:hover {
    border-color: #34b947;
    text-decoration: none;
    opacity: 0.8;
  }
  #case .case_btn a::before {
    content: "";
    width: 6.66667vw;
    height: 9.86667vw;
    display: block;
    background-image: url(../images/top/case_btn_img.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    left: 6vw;
    top: 50%;
  }
  #case .case_btn a::after {
    content: "";
    width: 5.33333vw;
    height: 5.33333vw;
    display: block;
    background-image: url(../images/common/icon_circle_arrow_black.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    right: 4vw;
    top: 50%;
  }

  #news {
    background-color: #edf2f9;
    border-radius: 8vw;
    padding: 10.66667vw 7.06667vw;
    margin-top: 18.66667vw;
    position: relative;
  }
  #news .news_wrap_left .news_title img {
    width: 23.46667vw;
    height: auto;
  }
  #news .news_list {
    width: 100%;
  }
  #news .news_list .news_item {
    padding: 4vw 0;
    border-bottom: 2px solid #fff;
  }
  #news .news_list .news_item:last-of-type {
    border-bottom: none;
  }
  #news .news_list .news_item .date_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #news .news_list .news_item .date_wrap .date {
    font-size: 3.2vw;
    color: #959595;
  }
  #news .news_list .news_item .date_wrap .cate_list {
    margin-left: 3.2vw;
  }
  #news .news_list .news_item .date_wrap .cate_list .cate_item {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #34b947;
    border-radius: 0.8vw;
    padding: 1.06667vw 2.13333vw;
    color: #34b947;
    font-size: 3.2vw;
    font-weight: bold;
  }
  #news .news_list .news_item .title {
    margin-top: 2.66667vw;
    font-size: 3.73333vw;
    line-height: 1.4;
  }
  #news .news_list .news_item .title a {
    color: #333333;
    font-size: 3.73333vw;
    line-height: 1.4;
  }
  #news .news_list .news_item .title a:hover {
    text-decoration: none;
    opacity: 0.6;
  }
  #news .pdf_tag {
    display: inline-block;
    background-color: #f55b5b;
    border-radius: 2.66667vw;
    width: 13.33333vw;
    height: 5.33333vw;
    color: #fff;
    font-weight: bold;
    font-size: 3.2vw;
    text-align: center;
    padding-top: 1px;
    margin-left: 2.13333vw;
    vertical-align: middle;
  }
  #news .link {
    width: 3.73333vw;
    margin-left: 2.66667vw;
    vertical-align: middle;
  }
  #news .co_btn {
    margin-top: 5.33333vw;
  }

  #company {
    margin-top: 21.46667vw;
    margin-bottom: 26.66667vw;
  }
  #company .company_title {
    margin-bottom: 6.53333vw;
  }
  #company .company_title img {
    width: 24.66667vw;
    height: auto;
  }
  #company .company_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.13333vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #company .company_list .company_item a {
    width: 44.53333vw;
    height: 33.86667vw;
    padding: 3.2vw 0;
    border: 2px solid #d4d9e2;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #company .company_list .company_item a:hover {
    border-color: #0c609e;
    text-decoration: none;
    opacity: 1.0;
  }
  #company .company_list .company_item a:hover img {
    opacity: 1.0;
  }
  #company .company_list .company_item a p {
    font-size: 3.73333vw;
    font-weight: bold;
    line-height: 1.2;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 2.4vw;
  }
  #company .company_list .company_item a p .company_arrow {
    position: relative;
    content: '';
    display: block;
    border-radius: 50%;
    background-color: #333;
    width: 5.06667vw;
    height: 5.06667vw;
    margin-left: 2.4vw;
  }
  #company .company_list .company_item a p .company_arrow span {
    position: absolute;
    content: '';
    display: inline-block;
    top: 1.86667vw;
    right: 2.13333vw;
    width: 1.33333vw;
    height: 1.33333vw;
    border-top: 0.26667vw solid #fff;
    border-right: 0.26667vw solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #company .company_list .company_item:nth-of-type(1) a img {
    width: 18.53333vw;
    height: auto;
  }
  #company .company_list .company_item:nth-of-type(2) a img {
    width: 13.46667vw;
    height: auto;
  }
  #company .company_list .company_item:nth-of-type(3) a img {
    width: 13.73333vw;
    height: auto;
  }
  #company .company_list .company_item:nth-of-type(4) a img {
    width: 13.33333vw;
    height: auto;
  }
}
