/* Support CSS */
/* _setting CSS */
/* Desktops and laptops */
@media print, screen and (min-width: 751px) {
  #page_head {
    margin-bottom: 120px;
  }

  .sup {
    display: inline-block;
    position: relative;
    font-size: 10px;
    vertical-align: super;
    padding-left: 5px;
  }

  .page_title {
    position: relative;
  }
  .page_title .title {
    font-size: 3.8rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page_title .title img {
    width: 200px;
    margin-right: 20px;
  }
  .page_title .desc {
    width: 640px;
    font-size: 1.8rem;
    line-height: 1.65;
    padding-bottom: 70px;
  }
  .page_title .image {
    position: absolute;
    top: 28px;
    right: 30px;
  }

  #feature .title {
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #feature .title img {
    margin-right: 20px;
  }
  #feature .feature_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
  #feature .feature_cont .box {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #feature .feature_cont .box h3 {
    background-color: #01af90;
    height: 50px;
    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;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
    border-radius: 5px;
  }
  #feature .feature_cont .box .feature_list {
    background-color: #e2f7f3;
    padding: 40px 20px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-radius: 5px;
  }
  #feature .feature_cont .box .feature_list > li {
    margin-bottom: 15px;
  }
  #feature .feature_cont .box .feature_list > li:last-child {
    margin-bottom: 0;
  }
  #feature .feature_cont .box .feature_list .top {
    color: #01af90;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 5px;
  }
  #feature .feature_cont .box .feature_list .top::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: #01af90;
    border-radius: 2px;
    margin-right: 5px;
  }
  #feature .feature_cont .box .feature_list .btm {
    font-size: 1.6rem;
    line-height: 1.5;
  }

  #service {
    margin-top: 100px;
  }
  #service .title {
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #service .service_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
  }
  #service .service_list .service_item {
    background-color: #e2f7f3;
    width: 384px;
    border-radius: 20px;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #service .service_list .service_item.long {
    width: 100%;
    padding: 60px 80px;
  }
  #service .service_list .service_item .tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  #service .service_list .service_item .tag {
    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;
    font-size: 1.4rem;
    border: 2px solid #ccc;
    background-color: #fff;
    border-radius: 6px;
    width: 120px;
    height: 30px;
    color: #ccc;
    font-weight: bold;
  }
  #service .service_list .service_item .tag.union {
    border-color: #01af90;
    color: #01af90;
  }
  #service .service_list .service_item .tag.company {
    border-color: #0d6aab;
    color: #0d6aab;
  }
  #service .service_list .service_item h3 {
    font-size: 2.2rem;
    line-height: 1.3;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 3px dotted #01af90;
  }
  #service .service_list .service_item .text {
    width: 100%;
    border-radius: 10px;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  #service .service_list .service_item .table {
    display: table;
    table-layout: fixed;
  }
  #service .service_list .service_item .table th, #service .service_list .service_item .table td {
    display: table-cell;
    min-height: 60px;
    vertical-align: middle;
  }
  #service .service_list .service_item .table th {
    padding: 20px 0;
  }
  #service .service_list .service_item .table td {
    padding: 15px 50px;
    font-weight: bold;
  }
  #service .service_list .service_item .table td .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 0;
  }
  #service .service_list .service_item .table td .item {
    width: 275px;
    position: relative;
    font-size: 1.6rem;
    padding-left: 20px;
  }
  #service .service_list .service_item .table td .item::after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 14px;
    height: 14px;
    background-color: #333;
  }
  #service .service_list .service_item .table td .item_ire {
    display: inline-block;
    width: 100%;
  }
  #service .service_list .service_item .table td .item_ire > .sup {
    padding-left: 0;
  }
  #service .service_list .service_item .table td .item_ire .note {
    display: block;
    margin-left: 5px;
    margin-top: 10px;
  }
  #service .service_list .service_item .table .note {
    font-size: 1.2rem;
    margin-top: 15px;
  }
  #service .service_list .service_item .table_wrap {
    border: 3px solid #d4d8e4;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    margin: 10px auto 0;
    width: 1000px;
  }
  #service .service_list .service_item .company_table thead {
    border-bottom: 3px solid #d4d8e4;
    background-color: #01af90;
  }
  #service .service_list .service_item .company_table thead th {
    color: #fff;
  }
  #service .service_list .service_item .company_table th {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
  }
  #service .service_list .service_item .company_table th:nth-child(1) {
    width: 280px;
    border-right: 3px solid #d4d8e4;
  }
  #service .service_list .service_item .company_table th:nth-child(2) {
    width: 910px;
  }
  #service .service_list .service_item .company_table tbody tr {
    border-bottom: 3px solid #d4d8e4;
  }
  #service .service_list .service_item .company_table tbody tr:last-child {
    border-bottom: 0;
  }
  #service .service_list .service_item .company_table td:nth-child(1) {
    text-align: center;
    border-right: 3px solid #d4d8e4;
    padding: 30px 50px;
  }
  #service .service_list .service_item .company_table td.company_logo4 img {
    width: 60px;
  }
  #service .service_list .service_item .company_table td.company_logo7 img {
    width: 60px;
  }
  #service .service_list .service_item .company_table td.company_logo8 img {
    width: 120px;
  }
  #service .service_list .service_item .company_table_caps {
    width: 100%;
    padding-right: 1em;
    font-size: 1.5rem;
    line-height: 1.5;
    text-align: right;
  }
  #service .service_list .service_item .caution {
    font-size: 1.6rem;
    text-align: right;
  }
  #service .service_list .service_item > a {
    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;
    width: 280px;
    height: 36px;
    background-color: #333;
    border-radius: 999px;
    margin: auto auto 0;
  }
  #service .service_list .service_item > a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
  #service .service_list .service_item > a span {
    color: #fff;
    font-weight: bold;
    font-size: 1.6rem;
    text-align: center;
  }
  #service .service_list .service_item > a span::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(../images/common/icon_arrow_white.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    vertical-align: bottom;
    margin-left: 5px;
  }

  .service_lineup {
    margin-top: 100px;
  }
  .service_lineup .content_inner {
    position: relative;
  }
  .service_lineup .title {
    text-align: center;
  }
  .service_lineup .assets img {
    position: absolute;
  }

  .service_contact .content_inner {
    position: relative;
  }
  .service_contact .title {
    text-align: center;
  }
  .service_contact .assets img {
    position: absolute;
  }
}
/* Smartphones (portrait and landscape) */
@media screen and (max-width: 750px) {
  #page_head {
    margin-bottom: 60px;
  }
  #page_head .page_title .page_title_inner {
    padding-right: 15px;
    padding-top: 17.33333vw;
  }

  .sup {
    display: inline-block;
    position: relative;
    font-size: 10px;
    vertical-align: super;
    padding-left: 5px;
  }

  .page_title {
    position: relative;
  }
  .page_title .title {
    font-size: 5.86667vw;
    font-weight: bold;
    line-height: 1.36;
    margin-bottom: 45px;
  }
  .page_title .title img {
    width: 29.33333vw;
    display: block;
    margin-bottom: 1.33333vw;
  }
  .page_title .desc {
    font-size: 3.33333vw;
    line-height: 1.7;
    padding-bottom: 15px;
    position: relative;
    z-index: 1;
  }
  .page_title .image {
    width: 48vw;
    position: absolute;
    top: -6.13333vw;
    right: 30px;
    z-index: 0;
  }

  #main > .content_inner {
    width: 91.46667vw;
    margin: 0 auto;
  }

  #feature .title {
    font-size: 6.4vw;
    font-weight: bold;
    margin-bottom: 8vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #feature .title img {
    width: 48vw;
    margin-bottom: 2.66667vw;
  }
  #feature .feature_cont .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 5.33333vw;
  }
  #feature .feature_cont .box h3 {
    background-color: #01af90;
    height: 13.33333vw;
    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;
    font-size: 4.26667vw;
    font-weight: bold;
    color: #fff;
    margin-bottom: 2.66667vw;
    border-radius: 1.33333vw;
  }
  #feature .feature_cont .box .feature_list {
    background-color: #e2f7f3;
    padding: 8vw 5.33333vw;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-radius: 1.33333vw;
  }
  #feature .feature_cont .box .feature_list > li {
    margin-bottom: 2.66667vw;
  }
  #feature .feature_cont .box .feature_list > li:last-child {
    margin-bottom: 0;
  }
  #feature .feature_cont .box .feature_list .top {
    color: #01af90;
    font-size: 4vw;
    font-weight: bold;
    margin-bottom: 1.33333vw;
  }
  #feature .feature_cont .box .feature_list .top::before {
    content: "";
    display: inline-block;
    width: 4vw;
    height: 4vw;
    background-color: #01af90;
    border-radius: 0.53333vw;
    margin-right: 1.33333vw;
    vertical-align: middle;
  }
  #feature .feature_cont .box .feature_list .btm {
    font-size: 3.73333vw;
    line-height: 1.5;
  }

  #service {
    margin-top: 13.33333vw !important;
    padding-bottom: 13.33333vw;
  }
  #service .title {
    font-size: 6.4vw;
    font-weight: bold;
    margin-bottom: 8vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #service .service_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.33333vw;
  }
  #service .service_list .service_item {
    background-color: #e2f7f3;
    width: 100%;
    border-radius: 2.66667vw;
    padding: 5.33333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #service .service_list .service_item .tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  #service .service_list .service_item .tag {
    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;
    font-size: 1.4rem;
    border: 2px solid #ccc;
    background-color: #fff;
    border-radius: 6px;
    width: 120px;
    height: 30px;
    color: #ccc;
    font-weight: bold;
  }
  #service .service_list .service_item .tag.union {
    border-color: #01af90;
    color: #01af90;
  }
  #service .service_list .service_item .tag.company {
    border-color: #0d6aab;
    color: #0d6aab;
  }
  #service .service_list .service_item h3 {
    font-size: 4.8vw;
    line-height: 1.3;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 3px dotted #01af90;
  }
  #service .service_list .service_item .text {
    width: 100%;
    border-radius: 10px;
    font-size: 3.73333vw;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  #service .service_list .service_item .table {
    display: table;
    table-layout: fixed;
  }
  #service .service_list .service_item .table th, #service .service_list .service_item .table td {
    display: table-cell;
    min-height: 100px;
    vertical-align: middle;
  }
  #service .service_list .service_item .table th {
    padding: 10px 0;
  }
  #service .service_list .service_item .table td {
    padding: 10px;
  }
  #service .service_list .service_item .table td .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #service .service_list .service_item .table td .item {
    position: relative;
    font-size: 3.2vw;
    padding-left: 14px;
    margin-bottom: 10px;
  }
  #service .service_list .service_item .table td .item:last-child {
    margin-bottom: 0;
  }
  #service .service_list .service_item .table td .item::after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #333;
  }
  #service .service_list .service_item .table td .item_ire {
    width: 100%;
  }
  #service .service_list .service_item .table td .item_ire > .sup {
    padding-left: 0;
  }
  #service .service_list .service_item .table td .item_ire .note {
    display: inline-block;
    margin-left: 5px;
  }
  #service .service_list .service_item .table .note {
    font-size: 3.2vw;
    margin-top: 8px;
    text-indent: -.3em;
  }
  #service .service_list .service_item .table_wrap {
    border: 2px solid #d4d8e4;
    border-radius: 10px;
    margin-bottom: 8px;
    overflow: hidden;
    background-color: #fff;
  }
  #service .service_list .service_item .company_table thead {
    border-bottom: 2px solid #d4d8e4;
    background-color: #01af90;
  }
  #service .service_list .service_item .company_table thead th {
    color: #fff;
  }
  #service .service_list .service_item .company_table th {
    font-size: 3.46667vw;
    font-weight: bold;
    line-height: 1;
    text-align: center;
  }
  #service .service_list .service_item .company_table th:nth-child(1) {
    width: 32vw;
    border-right: 2px solid #d4d8e4;
  }
  #service .service_list .service_item .company_table th:nth-child(2) {
    width: 58.66667vw;
  }
  #service .service_list .service_item .company_table tbody tr {
    border-bottom: 2px solid #d4d8e4;
  }
  #service .service_list .service_item .company_table tbody tr:last-child {
    border-bottom: 0;
  }
  #service .service_list .service_item .company_table td:nth-child(1) {
    text-align: center;
    border-right: 2px solid #d4d8e4;
  }
  #service .service_list .service_item .company_table .company_logo1 {
    font-size: 3.2vw;
    font-weight: bold;
  }
  #service .service_list .service_item .company_table .company_logo2 img {
    width: 18.4vw;
  }
  #service .service_list .service_item .company_table .company_logo3 img {
    width: 23.86667vw;
  }
  #service .service_list .service_item .company_table .company_logo4 img {
    width: 15.86667vw;
  }
  #service .service_list .service_item .company_table .company_logo5 img {
    width: 24.66667vw;
  }
  #service .service_list .service_item .company_table .company_logo6 img {
    width: 19.2vw;
  }
  #service .service_list .service_item .company_table .company_logo7 img {
    width: 10.66667vw;
  }
    #service .service_list .service_item .company_table_caps {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.5;
    text-align: right;
  }
  #service .service_list .service_item .caution {
    font-size: 2.93333vw;
    text-align: right;
  }
  #service .service_list .service_item > a {
    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;
    width: 280px;
    height: 36px;
    background-color: #333;
    border-radius: 999px;
    margin: auto auto 0;
  }
  #service .service_list .service_item > a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
  #service .service_list .service_item > a span {
    color: #fff;
    font-weight: bold;
    font-size: 1.6rem;
    text-align: center;
  }
  #service .service_list .service_item > a span::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(../images/common/icon_arrow_white.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    vertical-align: bottom;
    margin-left: 5px;
  }

  .service_lineup {
    margin-bottom: 70px;
  }
  .service_lineup .content_inner {
    position: relative;
  }
  .service_lineup .title {
    text-align: center;
  }
  .service_lineup .assets img {
    position: absolute;
    top: -75px;
  }

  .scroll-hint-icon {
    height: 98px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1400px) {
  .range {
    overflow-x: hidden;
  }
}
