@charset "UTF-8";
@media screen and (min-width: 769px), print {
  .point .title_page .title_inner .mascot {
    bottom: -45px;
    left: -webkit-calc(100% + 90px);
    left: -moz-calc(100% + 90px);
    left: calc(100% + 90px);
  }
  .point .listBtn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    counter-reset: li;
    margin-top: 90px;
  }
  .point .listBtn__item {
    width: 100%;
    max-width: 845px;
  }
  .point .listBtn__item:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .point .listBtn__item a {
    position: relative;
    z-index: 0;
    display: block;
    padding: 15px 80px;
    font-size: 1.8rem;
    font-weight: 500;
    -moz-border-radius: 10px;
         border-radius: 10px;
  }
  body.default .point .listBtn__item a {
    background-color: #f6f6f6;
  }
  body.black .point .listBtn__item a {
    background-color: #000;
  }
  body.yellow .point .listBtn__item a {
    background-color: #feff00;
  }
  body.blue .point .listBtn__item a {
    background-color: #0f00ff;
  }
  .point .listBtn__item a:before {
    counter-increment: li;
    content: counter(li);
    position: absolute;
    top: 28%;
    left: 15px;
    width: 2em;
    text-align: right;
    font-family: "Lato", sans-serif;
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 700;
    font-style: italic;
  }
  body.default .point .listBtn__item a:before {
    color: #009540;
  }
  body.black .point .listBtn__item a:before {
    color: #feff00;
  }
  body.yellow .point .listBtn__item a:before {
    color: #000;
  }
  body.blue .point .listBtn__item a:before {
    color: #feff00;
  }
  .point .listBtn__item a::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: -webkit-calc(100% - 2px);
    width: -moz-calc(100% - 2px);
    width: calc(100% - 2px);
    height: -webkit-calc(100% - 2px);
    height: -moz-calc(100% - 2px);
    height: calc(100% - 2px);
    -moz-border-radius: 10px;
         border-radius: 10px;
  }
  body.default .point .listBtn__item a::after {
    border: 1px solid #eee;
  }
  body.black .point .listBtn__item a::after {
    border: 1px solid #feff00;
  }
  body.yellow .point .listBtn__item a::after {
    border: 1px solid #000;
  }
  body.blue .point .listBtn__item a::after {
    border: 1px solid #feff00;
  }
  .point .listBtn__item a span::after {
    position: absolute;
    top: 50%;
    right: 30px;
    content: '';
    width: 11px;
    height: 17px;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -moz-transition: transform .3s ease-out, -moz-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out, -moz-transform .3s ease-out;
  }
  body.default .point .listBtn__item a span::after {
    background: url("/common/images/arrow_service_df.svg") no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
  }
  body.black .point .listBtn__item a span::after {
    background: url("/common/images/arrow_service_bl.svg") no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
  }
  body.yellow .point .listBtn__item a span::after {
    background: url("/common/images/arrow_service_yl.svg") no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
  }
  body.blue .point .listBtn__item a span::after {
    background: url("/common/images/arrow_service_bl.svg") no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
  }
  .point .listBtn__item a span em {
    font-style: normal;
  }
  .point .listBtn__item a:hover {
    opacity: 1;
  }
  body.default .point .listBtn__item a:hover::after {
    border: 2px solid #009540;
  }
  body.black .point .listBtn__item a:hover::after {
    border: 2px solid #feff00;
  }
  body.yellow .point .listBtn__item a:hover::after {
    border: 2px solid #000;
  }
  body.blue .point .listBtn__item a:hover::after {
    border: 2px solid #feff00;
  }
  .point .listBtn__item a:hover span::after {
    -webkit-transform: translate(5px, -50%);
       -moz-transform: translate(5px, -50%);
        -ms-transform: translate(5px, -50%);
            transform: translate(5px, -50%);
  }
  .step .in_pad {
    padding: 0 75px;
  }
  .step .chart_boxgray {
    padding: 32px;
    -moz-border-radius: 12px;
         border-radius: 12px;
  }
  .step section:nth-of-type(1) .chart_boxgray h4 {
    font-size: 2.4rem;
    font-weight: 500;
  }
  .step section:nth-of-type(2) .chart_boxgray {
    padding-left: 264px;
  }
  .step section:nth-of-type(2) .chart_boxgray p {
    font-size: 1.8rem;
    font-weight: 500;
  }
  .step section:nth-of-type(2) .work {
    width: 690px;
    margin: 0 auto;
  }
  .step section:nth-of-type(2) .work .arrow {
    position: relative;
  }
  .step section:nth-of-type(2) .work .arrow::before {
    content: "";
    position: absolute;
    bottom: -43px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 28px solid transparent;
    border-right: 28px solid transparent;
    border-top: 27px solid #009540;
  }
  .step section:nth-of-type(2) .work_item {
    background: #009540;
    -moz-border-radius: 12px;
         border-radius: 12px;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 2.4rem;
    font-weight: 700;
    height: 78px;
  }
  .step section:nth-of-type(2) .work_wrap {
    -moz-border-radius: 12px;
         border-radius: 12px;
    border: solid 2px #009540;
    padding: 36px 38px;
  }
  .step section:nth-of-type(2) .work_wrap dl {
    -moz-border-radius: 12px;
         border-radius: 12px;
    border: solid 2px #009540;
    overflow: hidden;
  }
  .step section:nth-of-type(2) .work_wrap dl:not(:first-of-type) {
    margin-top: 20px;
  }
  .step section:nth-of-type(2) .work_wrap dl dt {
    background: #009540;
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
  }
  .step section:nth-of-type(2) .work_wrap dl dd {
    padding: 12px 0;
  }
  .step section:nth-of-type(2) .work_wrap dl dd .work_inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 450px;
    margin: 12px auto 0;
  }
  .step section:nth-of-type(2) .work_wrap dl dd .work_inner p {
    font-size: 2rem;
  }
  .step section:nth-of-type(3) h3 {
    margin-bottom: 0;
  }
  .step section:nth-of-type(3) .stepBox {
    counter-increment: stepBox;
    padding: 50px 0 30px;
  }
  .step section:nth-of-type(3) .stepBox:first-of-type {
    padding-top: 30px;
  }
  .step section:nth-of-type(3) .stepBox dl {
    text-align: center;
  }
  .step section:nth-of-type(3) .stepBox dl dt {
    display: inline-block;
    font-size: 2rem;
    font-weight: 500;
    position: relative;
  }
  .step section:nth-of-type(3) .stepBox dl dt::before {
    color: #009540;
    content: counter(stepBox);
    position: absolute;
    top: 6%;
    left: -32px;
    font-family: "Lato", sans-serif;
    font-size: 2.4rem;
    line-height: 1.4;
    font-weight: 700;
    font-style: italic;
  }
  .step section:nth-of-type(3) .stepBox dl dd ul {
    text-align: left;
  }
  .step section:nth-of-type(3) .stepBox .doc {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 470px;
    padding-left: 70px;
    margin: 0 auto;
  }
  .step section:nth-of-type(3) .stepBox .doc li {
    width: 200px;
    padding-left: 32px;
  }
  .step section:nth-of-type(3) .stepBox .exam {
    padding-left: 54px;
  }
  .step section:nth-of-type(3) .stepBox .exam li {
    padding-left: 32px;
    letter-spacing: .25px;
  }
  .step section:nth-of-type(3) .stepBox .exam li:not(:first-of-type) {
    margin-top: 12px;
  }
  .step section:nth-of-type(3) .stepBox .exam li span {
    display: block;
  }
  .process .title_page {
    margin-bottom: 10px;
  }
  .process .title_page .title_inner .mascot {
    bottom: -45px;
  }
  .process .in_pad {
    padding: 0 75px;
  }
  .process section {
    padding: 40px 0 20px;
  }
  .process section h4 {
    font-size: 2rem;
    font-weight: 500;
  }
  .process section .row {
    padding: 0 72px;
  }
  .process section .needs dt {
    border: solid 1px #000;
    width: 346px;
    text-align: center;
    padding: 4px 0;
  }
  .process section .chart_boxgray {
    padding: 36px 12px 48px 32px;
    -moz-border-radius: 12px;
         border-radius: 12px;
  }
  .process section .cm_tbl thead tr th {
    font-size: 1.6rem;
    padding: 8px 0;
  }
  .process section .cm_tbl thead tr th:nth-child(1) {
    width: 117px;
  }
  .process section .cm_tbl thead tr th:nth-child(2),
  .process section .cm_tbl thead tr th:nth-child(3),
  .process section .cm_tbl thead tr th:nth-child(4) {
    width: -webkit-calc((849px - 117px) / 3);
    width: -moz-calc((849px - 117px) / 3);
    width: calc((849px - 117px) / 3);
  }
  .process section .cm_tbl tbody tr td:nth-of-type(2),
  .process section .cm_tbl tbody tr td:nth-of-type(3),
  .process section .cm_tbl tbody tr td:nth-of-type(4) {
    vertical-align: top;
  }
  .process section .cm_tbl tbody tr td {
    font-size: 1.4rem;
  }
  .process section .cm_tbl tbody tr p {
    text-indent: -1em;
    margin-left: 1em;
  }
  .process section .cm_tbl tbody tr p:not(:first-of-type) {
    margin-top: 1em;
  }
  .process section .search > li {
    counter-increment: li;
  }
  .process section .search > li:not(:last-of-type) {
    background: url(/common/images/dot_df.png) bottom left repeat-x;
    margin-bottom: 25px;
    padding-bottom: 30px;
  }
  .process section .search > li > dl dt {
    font-size: 2rem;
    font-weight: 500;
    padding-left: 32px;
    position: relative;
  }
  .process section .search > li > dl dt::before {
    content: counter(li) ".";
    position: absolute;
    top: 13%;
    left: 0;
    font-family: "Lato", sans-serif;
    font-size: 2.2rem;
    line-height: 1.4;
    font-weight: 700;
    font-style: italic;
  }
  .process section .search > li > dl dd {
    padding: 0 20px;
  }
  .process section .search > li > dl dd h5 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-left: -0.7em;
  }
  .process section .search > li > dl dd .note {
    font-size: 1.4rem;
    padding-left: 0;
  }
  .process section .search > li .internet li:not(:first-of-type) {
    margin-top: 15px;
  }
  .process section .search > li .internet li a {
    padding-bottom: 4px;
    border-bottom: solid 1px #000;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
  }
  .process section .search > li .internet li a:hover {
    border-bottom: solid 1px #f6f6f6;
  }
  .process section .search .entry h5 {
    font-size: 1.8rem;
    font-weight: 700;
  }
  .process section .search .entry .boxgray_bd ul {
    padding-left: 36px;
    padding-right: 36px;
  }
  .process section .search .entry .boxgray_bd ul > li {
    counter-increment: entry;
  }
  .process section .search .entry .boxgray_bd ul > li:not(:first-of-type) {
    margin-top: 25px;
  }
  .process section .search .entry .boxgray_bd ul > li p:first-of-type {
    position: relative;
  }
  .process section .search .entry .boxgray_bd ul > li p:first-of-type::before {
    content: counter(entry) ".";
    position: absolute;
    color: #009540;
    top: 16%;
    left: -28px;
    font-family: "Lato", sans-serif;
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 700;
    font-style: normal;
  }
  .process section .column {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-border-radius: 12px;
         border-radius: 12px;
    overflow: hidden;
  }
  .process section .column dt {
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 2rem;
    font-weight: 500;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 18%;
    background: #009540;
  }
  .process section .column dd {
    width: 82%;
    padding: 24px 32px;
    background: #f6f6f6;
    letter-spacing: 1.2px;
  }
  .discovery .title_page {
    margin-bottom: 40px;
  }
  .discovery .title_page .title_inner .mascot {
    bottom: -40px;
    left: -webkit-calc(100% + 120px);
    left: -moz-calc(100% + 120px);
    left: calc(100% + 120px);
  }
  .discovery .in_pad {
    padding: 0 75px;
  }
  .discovery .full {
    padding: 37px 0 60px;
    position: relative;
  }
  .discovery .full h4 {
    font-size: 2.6rem;
    font-weight: 500;
  }
  .discovery .full > .in_pad {
    width: 856px;
    margin: 0 auto;
    padding: 0 13px;
  }
  .discovery .full > .in_pad .stepBox {
    counter-increment: flow;
  }
  .discovery .full > .in_pad dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: baseline;
       -moz-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .discovery .full > .in_pad dl dt {
    font-size: 2rem;
    font-weight: 500;
    padding-left: 75px;
    line-height: 34px;
    width: 250px;
    position: relative;
  }
  .discovery .full > .in_pad dl dt::before {
    content: counter(flow);
    position: absolute;
    background: #009540;
    -moz-border-radius: 50%;
         border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 19%;
    left: 10px;
    width: 38px;
    height: 38px;
    font-family: "Lato", sans-serif;
    font-size: 2.2rem;
    color: #fff;
    line-height: 1.4;
    font-weight: 700;
  }
  .discovery .full > .in_pad dl dd {
    width: 558px;
  }
  .discovery section .files {
    margin: 0 auto;
    width: 805px;
  }
  .discovery section .files .btn {
    text-align: center;
  }
  .discovery section .files .btn p {
    line-height: 24px;
  }
  .discovery section .files .btn p em {
    display: block;
    font-size: 2.2rem;
    font-style: normal;
  }
  .discovery section .files .btn p span {
    display: block;
    font-size: 1.6rem;
  }
  .setBox {
    -moz-border-radius: 12px;
         border-radius: 12px;
    border: solid 2px #009540;
    overflow: hidden;
  }
  .setBox > dt {
    background: #009540;
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
    padding: 13px 0;
  }
  .setBox > dd {
    padding: 26px 50px;
  }
  .files {
    margin: 0 auto;
    width: 805px;
  }
  .files .btn {
    text-align: center;
  }
  .files .btn p {
    line-height: 24px;
  }
  .files .btn p em {
    display: block;
    font-size: 2.2rem;
    font-style: normal;
  }
  .files .btn p span {
    display: block;
    font-size: 1.6rem;
  }
  .career .title_page {
    margin-bottom: 50px;
  }
  .career .title_page .title_inner .mascot {
    bottom: -45px;
    left: -webkit-calc(100% + 40px);
    left: -moz-calc(100% + 40px);
    left: calc(100% + 40px);
  }
  .career .in_pad {
    padding: 0 75px;
  }
  .career .in_pad.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 120px;
  }
  .career section h4 {
    font-size: 2rem;
    font-weight: 500;
  }
  .career .chart_boxgray {
    padding-bottom: 50px;
  }
  .career .stepBox {
    padding-top: 48px;
    padding-bottom: 30px;
  }
  .career .stepBox > h4 {
    text-align: center;
    font-weight: 500;
  }
  .career .stepBox > h4 em {
    color: #009540;
    font-size: 2.4rem;
    font-style: normal;
    margin-right: 16px;
  }
  .career .stepBox > h4 span {
    font-size: 2rem;
  }
  .career .stepBox .desc {
    padding-left: 78px;
    position: relative;
  }
  .career .stepBox .desc::before {
    content: "";
    background: #009540;
    -moz-border-radius: 50%;
         border-radius: 50%;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 8px;
    left: 54px;
  }
  .career .stepBox .listNumber {
    width: 404px;
    margin: 0 auto;
  }
  .career .stepBox .setBox dd {
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .career .stepBox .setBox dd > dl {
    width: 220px;
  }
  .career .stepBox .setBox dd > dl > dt {
    background: url(/common/images/dot_df.png) bottom left repeat-x;
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
    padding-bottom: 4px;
    margin-bottom: 12px;
  }
  .entry .title_page {
    margin-bottom: 50px;
  }
  .entry .title_page .title_inner .mascot {
    bottom: -45px;
    left: -webkit-calc(100% + 110px);
    left: -moz-calc(100% + 110px);
    left: calc(100% + 110px);
  }
  .entry .in_pad {
    padding: 0 75px;
  }
  .entry section h4 {
    font-size: 2.2rem;
    font-weight: 500;
  }
  .entry section:nth-of-type(1) h4 {
    font-size: 2rem;
  }
  .entry section:nth-of-type(1) .chart_boxgray {
    width: 570px;
    margin: 0 auto;
    padding: 48px 53px;
  }
  .entry section:nth-of-type(1) .chart_boxgray ul li {
    white-space: nowrap;
  }
  .entry section:nth-of-type(1) .chart_boxgray ul li:not(:first-of-type) {
    margin-top: 15px;
  }
  .entry section:nth-of-type(1) .chart_boxgray ul li a {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding-bottom: 2px;
    border-bottom: solid 1px #000;
  }
  .entry section:nth-of-type(1) .chart_boxgray ul li a:hover {
    border-color: #f6f6f6;
  }
  .entry section:nth-of-type(2) .chart_boxgray {
    padding: 40px 142px;
  }
  .entry section:nth-of-type(2) .chart_boxgray ul li:not(:first-of-type) {
    margin-top: 30px;
  }
  .entry section:nth-of-type(2) .chart_boxgray:nth-of-type(2) {
    padding: 40px 170px;
  }
  .entry section:nth-of-type(2) .chart_boxgray:nth-of-type(2) ul li:not(:first-of-type) {
    margin-top: 15px;
    white-space: nowrap;
  }
  .entry section:nth-of-type(2) .box {
    border: solid 2px #009540;
    padding: 35px 30px;
  }
  .entry section:nth-of-type(3) .in_pad {
    margin-top: -13px;
  }
  .entry section:nth-of-type(3) .in_pad ul.list_wrap > li:not(:last-of-type) {
    background: url(/common/images/dot_df.png) bottom left repeat-x;
    padding-bottom: 25px;
    margin-bottom: 27px;
  }
  .entry section:nth-of-type(3) .in_pad ul.list_wrap > li h4 {
    text-align: center;
    line-height: 28px;
  }
  .entry section:nth-of-type(3) .in_pad ul.list_wrap > li .emtList {
    padding: 32px 12px 36px 108px;
  }
  .entry section:nth-of-type(3) .in_pad ul.list_wrap > li .emtList li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px;
  }
  .entry section:nth-of-type(3) .in_pad ul.list_wrap > li .emtList li p:nth-of-type(1) {
    width: 80px;
    margin-right: 16px;
  }
  .entry section:nth-of-type(3) .in_pad ul.list_wrap > li .emtList li p:nth-of-type(2) {
    width: 600px;
    position: relative;
    padding-left: 80px;
  }
  .entry section:nth-of-type(3) .in_pad ul.list_wrap > li .emtList li p:nth-of-type(2)::before {
    content: "・・・・・・";
    position: absolute;
    letter-spacing: -4px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .entry section:nth-of-type(3) .in_pad ul.list_wrap > li .analysis h4 {
    background: #009540;
    -moz-border-radius: 12px;
         border-radius: 12px;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    line-height: 42px;
    position: relative;
  }
  .entry section:nth-of-type(3) .in_pad ul.list_wrap > li .analysis h4::before {
    content: "";
    position: absolute;
    bottom: -230px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 40px solid #009540;
    border-top: 36px solid transparent;
    border-bottom: 36px solid transparent;
  }
  .entry section:nth-of-type(3) .in_pad ul.list_wrap > li .analysis .setBox_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .entry section:nth-of-type(3) .in_pad ul.list_wrap > li .analysis .setBox_wrap .setBox {
    background: #f6f6f6;
    border: none;
    width: 392px;
  }
  .entry section:nth-of-type(3) .in_pad ul.list_wrap > li .analysis .setBox_wrap .setBox dt {
    padding: 6px 0;
  }
  .entry section:nth-of-type(3) .in_pad ul.list_wrap > li .analysis .setBox_wrap .setBox dd {
    padding: 26px 10px;
  }
  .entry section:nth-of-type(3) .in_pad ul.list_wrap > li .analysis .setBox_wrap .setBox dd p {
    text-align: center;
    white-space: nowrap;
  }
  .entry section:nth-of-type(3) .in_pad ul.list_wrap > li .analysis .setBox_wrap .setBox dd .result {
    border: solid 2px #009540;
    color: #009540;
    width: 302px;
    margin: 0 auto;
    text-align: center;
    position: relative;
  }
  .entry section:nth-of-type(3) .in_pad ul.list_wrap > li .analysis .setBox_wrap .setBox dd .result::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: -36px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #009540;
  }
  .entry section:nth-of-type(3) .in_pad ul.list_wrap > li .analysis .setBox_wrap .setBox .past {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 230px;
    margin: 0 auto;
  }
  .entry section:nth-of-type(3) .in_pad ul.list_wrap > li .analysis .setBox_wrap .setBox .past li {
    width: 110px;
  }
  .entry section:nth-of-type(3) .in_pad ul.list_wrap > li .analysis .setBox_wrap .setBox .future {
    width: 270px;
    margin: 0 auto;
  }
  .entry section:nth-of-type(3) .in_pad ul.list_wrap > li .box {
    -moz-border-radius: 12px;
         border-radius: 12px;
    border: solid 2px #009540;
    padding: 16px 30px;
  }
  .entry section:nth-of-type(3) .in_pad ul.list_wrap > li .box h5 {
    font-size: 2rem;
  }
  .entry section:nth-of-type(4) h4 {
    text-align: center;
  }
  .entry section:nth-of-type(4) ul.list_wrap > li:not(:last-of-type) {
    background: url(/common/images/dot_df.png) bottom left repeat-x;
    padding-bottom: 25px;
    margin-bottom: 27px;
  }
  .entry section:nth-of-type(4) ul.list_wrap > li .chart_boxgray {
    padding: 30px;
  }
  .entry section:nth-of-type(4) ul.list_wrap > li .listNumber {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 640px;
    margin: 0 auto;
  }
  .entry section:nth-of-type(4) ul.list_wrap > li .listNumber > li {
    width: 50%;
  }
  .entry section:nth-of-type(4) ul.list_wrap > li .box {
    -moz-border-radius: 12px;
         border-radius: 12px;
    border: solid 2px #009540;
    padding: 16px 0 16px 274px;
  }
  .entry .mt110 {
    margin-top: 110px;
  }
  .graduates .in_pad {
    padding: 0 75px;
  }
  .graduates .point {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .graduates .point li {
    background: #009540;
    color: #fff;
    font-size: 2rem;
    width: 267px;
    line-height: 56px;
  }
  .graduates .listNumber {
    padding: 42px 64px 48px 172px;
  }
  .graduates .listNumber li {
    line-height: 28px;
  }
  .graduates .listNumber li:not(:first-of-type) {
    margin-top: 26px;
  }
  .graduates .listNumber li p em {
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
  }
  .graduates .txt_gre {
    font-size: 2.2rem;
  }
  .joint .title_page .mascot {
    left: -webkit-calc(100% + 216px);
    left: -moz-calc(100% + 216px);
    left: calc(100% + 216px);
  }
  .joint .in_pad {
    padding: 0 75px;
  }
  .joint .chkList {
    margin-left: 32px;
  }
  .joint .chkList .chkList__item {
    position: relative;
    padding-left: 30px;
    margin-bottom: 4px;
    white-space: nowrap;
  }
  .joint .chkList .chkList__item::before {
    content: '';
    border: 1px solid;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    position: absolute;
    top: 8px;
    left: 0;
    width: 16px;
    height: 16px;
  }
  .joint .chkList .checked::after {
    content: '';
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    background: url(/common/images/icon_check_df.svg) no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    display: block;
    position: absolute;
    top: 12px;
    left: 3px;
    width: 10px;
    height: 8px;
  }
  .joint .chart_boxgray {
    padding-bottom: 36px;
  }
  .joint .chart_boxgray .emt {
    width: 518px;
    margin: 37px auto 0;
  }
  .joint .chart_boxgray .emt li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .joint .chart_boxgray .emt li p:nth-of-type(1) {
    width: 75px;
  }
  .joint .chart_boxgray .emt li p:nth-of-type(2) {
    padding-left: 92px;
    position: relative;
  }
  .joint .chart_boxgray .emt li p:nth-of-type(2)::before {
    content: "・・・・・・";
    position: absolute;
    letter-spacing: -4px;
    top: 0;
    left: 0;
  }
  .joint .list_wrap > li:not(:last-of-type) {
    background: url(/common/images/dot_df.png) bottom left repeat-x;
    padding-bottom: 25px;
    margin-bottom: 27px;
  }
  .joint .list_wrap > li h4 {
    font-weight: 700;
    font-size: 1.8rem;
  }
  .joint .list_wrap .setBox_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: unset;
       -moz-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .joint .list_wrap .setBox_wrap .setBox {
    border: none;
    width: 394px;
    background: #f6f6f6;
    margin-top: 30px;
  }
  .joint .list_wrap .setBox_wrap .setBox dd {
    padding: 16px 26px 24px;
    letter-spacing: .25px;
  }
  .joint .list_wrap .setBox_wrap .setBox dd .listDot {
    padding-left: 71px;
  }
  .joint .list_wrap .box {
    background: #009540;
    -moz-border-radius: 12px;
         border-radius: 12px;
    color: #fff;
    font-size: 2rem;
    line-height: 56px;
  }
  .joint .list_wrap .onePoint {
    background: #f6f6f6;
    -moz-border-radius: 6px;
         border-radius: 6px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 95%;
    margin: 0 auto;
  }
  .joint .list_wrap .onePoint dt {
    background: #009540;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 28px;
    letter-spacing: 0;
    font-size: 2rem;
    width: 152px;
  }
  .joint .list_wrap .onePoint dd {
    padding: 24px 28px;
    letter-spacing: 0;
    width: -webkit-calc(100% - 152px);
    width: -moz-calc(100% - 152px);
    width: calc(100% - 152px);
    white-space: nowrap;
  }
  .preparation .title_page {
    margin-bottom: 40px;
  }
  .preparation .title_page .mascot {
    left: -webkit-calc(100% + 216px);
    left: -moz-calc(100% + 216px);
    left: calc(100% + 216px);
  }
  .preparation .in_pad {
    padding: 0 75px;
  }
  .preparation h4 {
    font-size: 1.8rem;
    font-weight: 700;
  }
  .preparation .inner {
    padding: 0 28px;
  }
  .preparation .point .chart_boxgray {
    padding: 29px 30px 50px 37px;
    -moz-border-radius: 12px;
         border-radius: 12px;
  }
  .preparation .point .chart_boxgray .emt li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .preparation .point .chart_boxgray .emt li p {
    line-height: 26px;
  }
  .preparation .point .chart_boxgray .emt li p:first-of-type {
    width: 107px;
  }
  .preparation .point .chart_boxgray .emt li p:nth-of-type(2) {
    width: 580px;
    margin-left: 53px;
    position: relative;
  }
  .preparation .point .chart_boxgray .emt li p:nth-of-type(2)::before {
    content: "・・・・";
    letter-spacing: -4px;
    position: absolute;
    top: 0;
    left: -60px;
  }
  .preparation .point .chart_boxgray .emt li p em {
    font-weight: 500;
    font-style: normal;
  }
  .preparation .point .chart_boxgray .emt li p span {
    display: block;
    margin-top: 8px;
  }
  .preparation .measures .chart_boxgray {
    padding: 41px 30px 50px 67px;
    -moz-border-radius: 12px;
         border-radius: 12px;
  }
  .preparation .measures .chart_boxgray .emt em {
    font-style: normal;
    font-weight: 500;
  }
  .preparation .prediction .list_wrap > li:not(:last-of-type) {
    background: url(/common/images/dot_df.png) bottom left repeat-x;
    padding-bottom: 25px;
    margin-bottom: 27px;
  }
  .preparation .prediction .list_wrap > li:nth-of-type(2) .listDot li:last-of-type {
    margin-top: -29px;
  }
  .preparation .prediction .list_wrap > li:nth-of-type(4) .listDot li:nth-of-type(5) {
    margin-top: -29px;
  }
  .preparation .prediction .list_wrap > li:nth-of-type(5) .listDot li:nth-of-type(3) {
    margin-top: -29px;
  }
  .preparation .prediction .list_wrap > li:nth-of-type(6) .listDot li:nth-of-type(3), .preparation .prediction .list_wrap > li:nth-of-type(6) .listDot li:nth-of-type(5) {
    margin-top: -29px;
  }
  .preparation .prediction .list_wrap > li .box {
    border: solid 1px #009540;
    font-size: 1.8rem;
    padding: 3px 0;
  }
  .preparation .prediction .list_wrap > li .listDot {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .preparation .prediction .list_wrap > li .listDot li {
    width: 48%;
    letter-spacing: .25px;
  }
  .preparation .prediction .list_wrap > li .full li {
    width: 100%;
  }
  .preparation .prediction .note {
    background: #f6f6f6;
    padding: 23px 0;
    margin-top: 60px;
  }
  .manner .in_pad {
    padding: 0 75px;
  }
  .manner h4 {
    color: #009540;
    font-size: 2rem;
    font-weight: 500;
  }
  .manner .list_wrap > li:not(:last-of-type) {
    background: url(/common/images/dot_df.png) bottom left repeat-x;
    padding-bottom: 35px;
    margin-bottom: 21px;
  }
  .manner .list_wrap > li:nth-of-type(2) .chart_boxgray {
    padding: 24px 20px 25px 143px;
    -moz-border-radius: 12px;
         border-radius: 12px;
  }
  .manner .list_wrap > li:nth-of-type(3) .chart_boxgray {
    padding: 25px 20px 25px 30px;
    -moz-border-radius: 12px;
         border-radius: 12px;
  }
  .manner .list_wrap > li:nth-of-type(6) .chart_boxgray {
    padding: 26px 44px 36px 160px;
  }
  .manner .list_wrap > li:nth-of-type(6) .chart_boxgray .listDot {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .manner .list_wrap > li:nth-of-type(6) .chart_boxgray .listDot li:nth-of-type(2n-1) {
    width: 40%;
  }
  .manner .list_wrap > li:nth-of-type(6) .chart_boxgray .listDot li:nth-of-type(2n) {
    width: 60%;
  }
  .manner .point .listDot li {
    margin-top: 6px;
  }
  .manner .point .listNumber {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .manner .point .listNumber li::before {
    font-size: 1.4rem;
    font-weight: 500;
    font-style: normal;
    top: 50%;
    left: 8px;
    -webkit-transform: translateY(-40%);
       -moz-transform: translateY(-40%);
        -ms-transform: translateY(-40%);
            transform: translateY(-40%);
  }
  .manner .point .contents_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 8px;
  }
  .manner .point .grayBox {
    background: #f6f6f6;
    -moz-border-radius: 12px;
         border-radius: 12px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    overflow: hidden;
    padding: 12px 20px 20px;
    width: 404px;
  }
  .manner .point .grayBox dt {
    background: url(/common/images/dot_df.png) bottom left repeat-x;
    padding-bottom: 8px;
    margin-bottom: 10px;
    font-size: 1.8rem;
    text-align: center;
  }
  .manner .point .grayBox dd {
    line-height: 25px;
    letter-spacing: .25px;
    padding: 0 4px;
  }
  .manner .point .note {
    text-indent: -1.6em;
    margin-left: 3.3em;
  }
  .manner .point .mehrabian {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .manner .point .mehrabian .mehrabian_wrap {
    width: 50%;
  }
  .manner .point .mehrabian .mehrabian_wrap h4:nth-of-type(2) {
    color: black;
  }
  .manner .point .mehrabian figure {
    width: 50%;
    text-align: center;
  }
  .manner .greet .grayBox {
    background: #f6f6f6;
    -moz-border-radius: 12px;
         border-radius: 12px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding: 14px 0 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .manner .greet .grayBox dt {
    text-align: center;
    width: 180px;
  }
  .manner .greet .grayBox dd {
    padding-left: 36px;
    border-left: solid 1px #000;
  }
  .manner .greet .grayBox dd ul li {
    padding-left: 28px;
    letter-spacing: 0;
  }
  .manner .greet .note {
    margin-left: 16px;
  }
  .manner .greet .contents_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .manner .greet .contents_wrap .setBox {
    width: 263px;
  }
  .manner .greet .contents_wrap .setBox dt {
    padding: 0;
  }
  .manner .greet .contents_wrap .setBox dd {
    padding: 16px 22px;
  }
  .manner .greet .contents_wrap .setBox dd ul {
    margin-top: 8px;
  }
  .manner .greet .contents_wrap .setBox dd ul li {
    text-indent: -1.2em;
    margin-left: 1.45em;
  }
  .manner .greet .contents_wrap .setBox:nth-of-type(2) figure {
    margin-top: 22px;
  }
  .manner .greet .contents_wrap .setBox:nth-of-type(3) figure {
    margin-top: 35px;
  }
  .manner .parlance table tr td {
    padding: 14px 18px 14px;
  }
  .manner .parlance table tr td:nth-of-type(1) {
    text-align: center;
    width: 264px;
  }
  .manner .parlance table tr td:nth-of-type(2) {
    background: #f0f0f0;
  }
  .manner .appearance h4 {
    font-size: 2.6rem;
  }
  .manner .appearance .list_wrap li {
    padding-bottom: 58px;
    margin-bottom: 37px;
  }
  .manner .appearance .list_wrap li:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .skill .title_page .mascot {
    left: -webkit-calc(100% + 110px);
    left: -moz-calc(100% + 110px);
    left: calc(100% + 110px);
  }
  .skill .in_pad {
    padding: 0 75px;
  }
  .skill .listNumber li {
    margin-top: 25px;
  }
  .skill .listNumber li::before {
    top: 5px;
  }
  .skill .listNumber h4 {
    color: #009540;
    font-size: 2rem;
    font-weight: 500;
  }
  .skill .listNumber p {
    margin-top: 4px;
  }
  .doc .title_page {
    margin-bottom: 10px;
  }
  .doc .title_page .title_inner .mascot {
    bottom: -45px;
    left: -webkit-calc(100% + 160px);
    left: -moz-calc(100% + 160px);
    left: calc(100% + 160px);
  }
  .doc .in_pad {
    padding: 0 75px;
  }
  .doc h4 {
    color: #009540;
    font-size: 2rem;
    font-weight: 500;
  }
  .doc .list_wrap > li:not(:last-of-type) {
    background: url(/common/images/dot_df.png) bottom left repeat-x;
    padding-bottom: 46px;
    margin-bottom: 32px;
  }
  .doc .list_wrap > li::before {
    top: 5px;
  }
  .doc .list_wrap > li:nth-of-type(1) .chart_boxgray {
    padding: 43px 50px 40px;
    -moz-border-radius: 12px;
         border-radius: 12px;
  }
  .doc .list_wrap > li:nth-of-type(1) .chart_boxgray h5 {
    color: #009540;
    font-size: 2rem;
    font-weight: 700;
  }
  .doc .list_wrap > li:nth-of-type(1) .chart_boxgray .emt li {
    margin-top: 16px;
    padding-left: 38px;
  }
  .doc .list_wrap > li:nth-of-type(1) .chart_boxgray .emt li::before {
    font-size: 1.6rem;
    top: 6px;
    left: -2px;
    font-style: normal;
    text-align: right;
    width: 2em;
  }
  .doc .list_wrap > li:nth-of-type(1) .note {
    font-size: 1.6rem;
    margin-top: 39px;
    margin-left: 64px;
    line-height: 29px;
  }
  .doc .list_wrap > li:nth-of-type(3) .chart_boxgray {
    -moz-border-radius: 12px;
         border-radius: 12px;
    padding: 24px 34px 36px;
  }
  .doc .list_wrap > li:nth-of-type(3) .chart_boxgray h5 {
    font-size: 1.8rem;
    font-weight: 700;
  }
  .doc .list_wrap > li:nth-of-type(3) .chart_boxgray .txt_wrap {
    margin-bottom: 13px;
  }
  .doc .list_wrap > li:nth-of-type(3) .chart_boxgray .txt_wrap dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 29px;
  }
  .doc .list_wrap > li:nth-of-type(3) .chart_boxgray .txt_wrap dl dd {
    margin-left: 12px;
  }
  .doc .list_wrap > li:nth-of-type(5) table tr td:first-of-type {
    background: #f0f0f0;
  }
}

@media screen and (max-width: 768px) {
  .point .listBtn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    counter-reset: li;
  }
  .point .listBtn__item {
    width: 100%;
  }
  .point .listBtn__item:not(:last-of-type) {
    margin-bottom: 1.95312vw;
  }
  .point .listBtn__item a {
    position: relative;
    z-index: 0;
    display: block;
    padding: 2.86458vw 10.41667vw;
    font-size: 3.90625vw;
    line-height: 1.5;
    font-weight: 500;
    -moz-border-radius: 1.30208vw;
         border-radius: 1.30208vw;
  }
  body.default .point .listBtn__item a {
    background-color: #f6f6f6;
  }
  body.black .point .listBtn__item a {
    background-color: #000;
  }
  body.yellow .point .listBtn__item a {
    background-color: #feff00;
  }
  body.blue .point .listBtn__item a {
    background-color: #0f00ff;
  }
  .point .listBtn__item a:before {
    counter-increment: li;
    content: counter(li);
    position: absolute;
    top: 2.86458vw;
    left: 1.17188vw;
    width: 1.5em;
    text-align: right;
    font-family: "Lato", sans-serif;
    font-size: 4.42708vw;
    line-height: 1.4;
    font-weight: 700;
    font-style: italic;
  }
  body.default .point .listBtn__item a:before {
    color: #009540;
  }
  body.black .point .listBtn__item a:before {
    color: #feff00;
  }
  body.yellow .point .listBtn__item a:before {
    color: #000;
  }
  body.blue .point .listBtn__item a:before {
    color: #feff00;
  }
  .point .listBtn__item a::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: -webkit-calc(100% - 2px);
    width: -moz-calc(100% - 2px);
    width: calc(100% - 2px);
    height: -webkit-calc(100% - 2px);
    height: -moz-calc(100% - 2px);
    height: calc(100% - 2px);
    -moz-border-radius: 1.30208vw;
         border-radius: 1.30208vw;
  }
  body.default .point .listBtn__item a::after {
    border: 1px solid #eee;
  }
  body.black .point .listBtn__item a::after {
    border: 1px solid #feff00;
  }
  body.yellow .point .listBtn__item a::after {
    border: 1px solid #000;
  }
  body.blue .point .listBtn__item a::after {
    border: 1px solid #feff00;
  }
  .point .listBtn__item a span::after {
    position: absolute;
    top: 50%;
    right: 3.25521vw;
    content: '';
    width: 2.29167vw;
    height: 3.54167vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  body.default .point .listBtn__item a span::after {
    background: url("/common/images/arrow_service_df.svg") no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
  }
  body.black .point .listBtn__item a span::after {
    background: url("/common/images/arrow_service_bl.svg") no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
  }
  body.yellow .point .listBtn__item a span::after {
    background: url("/common/images/arrow_service_yl.svg") no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
  }
  body.blue .point .listBtn__item a span::after {
    background: url("/common/images/arrow_service_bl.svg") no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
  }
  .point .listBtn__item a span em {
    display: inline-block;
    font-style: normal;
  }
  .step .chart_boxgray {
    padding: 4.16667vw 5.20833vw;
    -moz-border-radius: 1.5625vw;
         border-radius: 1.5625vw;
  }
  .step section:nth-of-type(1) .chart_boxgray h4 {
    font-size: 4.16667vw;
    font-weight: 500;
  }
  .step section:nth-of-type(1) .chart_boxgray p {
    text-align: left !important;
  }
  .step section:nth-of-type(2) .chart_boxgray p {
    font-size: 3.125vw;
    font-weight: 500;
  }
  .step section:nth-of-type(2) .work .arrow {
    position: relative;
  }
  .step section:nth-of-type(2) .work .arrow::before {
    content: "";
    position: absolute;
    bottom: -5.59896vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 3.51562vw solid transparent;
    border-right: 3.51562vw solid transparent;
    border-top: 3.51562vw solid #009540;
  }
  .step section:nth-of-type(2) .work_item {
    background: #009540;
    -moz-border-radius: 1.5625vw;
         border-radius: 1.5625vw;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 4.16667vw;
    font-weight: 700;
    height: 11.19792vw;
  }
  .step section:nth-of-type(2) .work_wrap {
    -moz-border-radius: 1.5625vw;
         border-radius: 1.5625vw;
    border: solid 0.26042vw #009540;
    padding: 4.6875vw 4.94792vw;
  }
  .step section:nth-of-type(2) .work_wrap dl {
    -moz-border-radius: 1.5625vw;
         border-radius: 1.5625vw;
    border: solid 0.26042vw #009540;
    overflow: hidden;
  }
  .step section:nth-of-type(2) .work_wrap dl:not(:first-of-type) {
    margin-top: 2.60417vw;
  }
  .step section:nth-of-type(2) .work_wrap dl dt {
    background: #009540;
    color: #fff;
    font-size: 3.125vw;
    font-weight: 500;
    padding: 0.52083vw 0;
  }
  .step section:nth-of-type(2) .work_wrap dl dd {
    padding: 3.125vw;
  }
  .step section:nth-of-type(2) .work_wrap dl dd .work_inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 3.64583vw auto 0;
    width: 80%;
  }
  .step section:nth-of-type(2) .work_wrap dl dd .work_inner li p {
    font-size: 3.125vw;
  }
  .step section:nth-of-type(2) .work_wrap dl dd .work_inner li:nth-of-type(1) figure {
    width: 11.45833vw;
  }
  .step section:nth-of-type(2) .work_wrap dl dd .work_inner li:nth-of-type(2) figure {
    width: 17.83854vw;
  }
  .step section:nth-of-type(2) .work_wrap dl dd .work_inner li:nth-of-type(3) figure {
    width: 14.0625vw;
  }
  .step section:nth-of-type(2) .work_wrap dl dd .work_inner li figure {
    overflow: hidden;
  }
  .step section:nth-of-type(2) .work_wrap dl dd .work_inner li figure img {
    width: 100%;
  }
  .step section:nth-of-type(3) h3 {
    margin-bottom: 0;
  }
  .step section:nth-of-type(3) .stepBox {
    counter-increment: stepBox;
    padding: 6.51042vw 0 3.90625vw;
  }
  .step section:nth-of-type(3) .stepBox:first-of-type {
    padding-top: 3.90625vw;
  }
  .step section:nth-of-type(3) .stepBox dl {
    text-align: center;
  }
  .step section:nth-of-type(3) .stepBox dl dt {
    display: inline-block;
    font-size: 4.16667vw;
    font-weight: 500;
    position: relative;
  }
  .step section:nth-of-type(3) .stepBox dl dt::before {
    color: #009540;
    content: counter(stepBox);
    position: absolute;
    top: 17%;
    left: -6.25vw;
    font-family: "Lato", sans-serif;
    font-size: 4.16667vw;
    line-height: 1.4;
    font-weight: 700;
    font-style: italic;
  }
  .step section:nth-of-type(3) .stepBox dl dd ul {
    text-align: left;
  }
  .step section:nth-of-type(3) .stepBox .doc {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 71.61458vw;
    margin: 0 auto;
  }
  .step section:nth-of-type(3) .stepBox .doc li {
    width: 32.55208vw;
  }
  .step section:nth-of-type(3) .stepBox .exam li {
    padding-left: 4.16667vw;
    margin-top: 1.5625vw;
  }
  .step section:nth-of-type(3) .stepBox .exam li span {
    display: block;
    text-indent: -1em;
    margin-left: 1em;
  }
  .process .title_page {
    margin-bottom: 16.66667vw;
  }
  .process section {
    padding: 5.20833vw 0;
  }
  .process section h4 {
    font-size: 3.64583vw;
    font-weight: 500;
  }
  .process section .row {
    padding: 0 9.375vw;
  }
  .process section .needs dt {
    border: solid 1px #000;
    text-align: center;
    padding: 0.78125vw 0;
  }
  .process section .chart_boxgray {
    padding: 5.20833vw 4.6875vw;
    -moz-border-radius: 12px;
         border-radius: 12px;
  }
  .process section .cm_tbl {
    display: block;
    table-layout: fixed;
    overflow-x: scroll;
    white-space: nowrap;
    max-width: 1000px;
    overflow: auto;
    min-width: 100%;
  }
  .process section .cm_tbl thead tr th:nth-child(1) {
    width: 117px;
  }
  .process section .cm_tbl thead tr th:nth-child(2),
  .process section .cm_tbl thead tr th:nth-child(3),
  .process section .cm_tbl thead tr th:nth-child(4) {
    width: -webkit-calc((849px - 117px) / 3);
    width: -moz-calc((849px - 117px) / 3);
    width: calc((849px - 117px) / 3);
  }
  .process section .cm_tbl tbody tr td:nth-of-type(1) {
    width: 117px;
  }
  .process section .cm_tbl tbody tr td:nth-of-type(2),
  .process section .cm_tbl tbody tr td:nth-of-type(3),
  .process section .cm_tbl tbody tr td:nth-of-type(4) {
    vertical-align: top;
    width: -webkit-calc((849px - 117px) / 3);
    width: -moz-calc((849px - 117px) / 3);
    width: calc((849px - 117px) / 3);
  }
  .process section .cm_tbl tbody tr p {
    text-indent: -1em;
    margin-left: 1em;
  }
  .process section .cm_tbl tbody tr p:not(:first-of-type) {
    margin-top: 1em;
  }
  .process section .search > li {
    counter-increment: li;
  }
  .process section .search > li:not(:last-of-type) {
    background: url(/common/images/dot_df.png) bottom left repeat-x;
    margin-bottom: 3.25521vw;
    padding-bottom: 3.90625vw;
  }
  .process section .search > li > dl dt {
    font-size: 3.64583vw;
    font-weight: 500;
    padding-left: 4.6875vw;
    position: relative;
  }
  .process section .search > li > dl dt::before {
    content: counter(li) ".";
    position: absolute;
    top: 15%;
    left: 0;
    font-family: "Lato", sans-serif;
    font-size: 3.64583vw;
    line-height: 1.4;
    font-weight: 700;
    font-style: italic;
  }
  .process section .search > li > dl dd {
    padding: 0 2.60417vw;
  }
  .process section .search > li > dl dd h5 {
    font-size: 3.125vw;
    font-weight: 700;
  }
  .process section .search > li > dl dd .note {
    font-size: 1.4rem;
    padding-left: 0;
  }
  .process section .search > li .internet li:not(:first-of-type) {
    margin-top: 2.08333vw;
  }
  .process section .search > li .internet li a {
    padding-bottom: 0.52083vw;
    border-bottom: solid 1px #000;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    white-space: nowrap;
    letter-spacing: 0;
  }
  .process section .search > li .internet li a:hover {
    border-bottom: solid 1px #f6f6f6;
  }
  .process section .search .entry h5 {
    font-size: 3.125vw;
    font-weight: 500;
  }
  .process section .search .entry .boxgray_bd ul {
    padding-left: 7.29167vw;
  }
  .process section .search .entry .boxgray_bd ul > li {
    counter-increment: entry;
  }
  .process section .search .entry .boxgray_bd ul > li:not(:first-of-type) {
    margin-top: 3.25521vw;
  }
  .process section .search .entry .boxgray_bd ul > li p {
    letter-spacing: 0.13021vw;
  }
  .process section .search .entry .boxgray_bd ul > li p:first-of-type {
    position: relative;
  }
  .process section .search .entry .boxgray_bd ul > li p:first-of-type::before {
    content: counter(entry) ".";
    position: absolute;
    color: #009540;
    top: 5%;
    left: -5.20833vw;
    font-family: "Lato", sans-serif;
    font-size: 3.64583vw;
    line-height: 1.4;
    font-weight: 700;
    font-style: italic;
  }
  .process section .column {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-border-radius: 1.5625vw;
         border-radius: 1.5625vw;
    overflow: hidden;
  }
  .process section .column dt {
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 3.64583vw;
    font-weight: 500;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 22%;
    background: #009540;
  }
  .process section .column dd {
    width: 78%;
    padding: 3.125vw 4.16667vw;
    background: #f6f6f6;
  }
  .discovery .full {
    padding: 4.81771vw 0;
    position: relative;
  }
  .discovery .full h4 {
    font-size: 4.16667vw;
    font-weight: 500;
  }
  .discovery .full > .in_pad {
    padding-left: 3.90625vw;
    padding-right: 3.90625vw;
  }
  .discovery .full > .in_pad .stepBox {
    counter-increment: flow;
    margin-top: 6.51042vw;
    padding: 0 3.90625vw 3.90625vw;
  }
  .discovery .full > .in_pad .stepBox.last {
    margin-bottom: 6.51042vw;
  }
  .discovery .full > .in_pad dl dt {
    font-size: 3.64583vw;
    font-weight: 500;
    padding-left: 9.76562vw;
    line-height: 6.25vw;
    position: relative;
  }
  .discovery .full > .in_pad dl dt::before {
    content: counter(flow);
    position: absolute;
    background: #009540;
    -moz-border-radius: 50%;
         border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 5.20833vw;
    height: 5.20833vw;
    font-family: "Lato", sans-serif;
    font-size: 3.125vw;
    color: #fff;
    line-height: 1.4;
    font-weight: 700;
  }
  .discovery section .files .btn {
    text-align: center;
  }
  .discovery section .files .btn p {
    line-height: 4.6875vw;
  }
  .discovery section .files .btn p em {
    display: block;
    font-size: 3.125vw;
    font-style: normal;
  }
  .discovery section .files .btn p span {
    display: block;
    font-size: 2.34375vw;
  }
  .setBox {
    -moz-border-radius: 1.5625vw;
         border-radius: 1.5625vw;
    border: solid 2px #009540;
    overflow: hidden;
  }
  .setBox > dt {
    background: #009540;
    color: #fff;
    font-size: 3.64583vw;
    font-weight: 500;
    text-align: center;
    padding: 1.82292vw 0;
  }
  .setBox > dd {
    padding: 3.38542vw 6.51042vw;
  }
  .files .btn {
    text-align: center;
  }
  .files .btn p {
    line-height: 4.6875vw;
  }
  .files .btn p em {
    display: block;
    font-size: 3.125vw;
    font-style: normal;
  }
  .files .btn p span {
    display: block;
    font-size: 2.34375vw;
  }
  .career section h4 {
    font-size: 4.16667vw;
    font-weight: 500;
  }
  .career .full {
    padding-top: 0;
    padding-bottom: 8.33333vw;
  }
  .career .stepBox {
    padding-top: 6.25vw;
    padding-bottom: 4.16667vw;
  }
  .career .stepBox .listNumber {
    margin-left: 7.03125vw;
  }
  .career .stepBox > h4 {
    text-align: center;
    font-weight: 500;
  }
  .career .stepBox > h4 em {
    color: #009540;
    font-size: 4.16667vw;
    font-style: normal;
    margin-right: 3.125vw;
  }
  .career .stepBox > h4 span {
    font-size: 3.64583vw;
  }
  .career .stepBox .desc {
    padding-left: 4.6875vw;
    position: relative;
  }
  .career .stepBox .desc::before {
    content: "";
    background: #009540;
    -moz-border-radius: 50%;
         border-radius: 50%;
    position: absolute;
    width: 3.125vw;
    height: 3.125vw;
    top: 1.5625vw;
    left: 0;
  }
  .career .stepBox .setBox dd {
    background: #fff;
  }
  .career .stepBox .setBox dd > dl:not(:first-of-type) {
    margin-top: 3.125vw;
  }
  .career .stepBox .setBox dd > dl > dt {
    background: url(/common/images/dot_df.png) bottom left repeat-x;
    font-size: 3.64583vw;
    font-weight: 500;
    text-align: center;
    padding-bottom: 0.52083vw;
    margin-bottom: 1.5625vw;
  }
  .career .stepBox .setBox dd > dl dd ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 4.16667vw;
  }
  .career .stepBox .setBox dd > dl dd ul li {
    width: 8em;
    white-space: nowrap;
  }
  .entry section h4 {
    font-size: 4.16667vw;
    font-weight: 500;
  }
  .entry section:nth-of-type(1) h4 {
    font-size: 3.64583vw;
  }
  .entry section:nth-of-type(1) .chart_boxgray {
    padding: 5.59896vw 7.03125vw;
  }
  .entry section:nth-of-type(1) .chart_boxgray ul li:not(:first-of-type) {
    margin-top: 2.08333vw;
  }
  .entry section:nth-of-type(1) .chart_boxgray ul li a {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding-bottom: 0.26042vw;
    border-bottom: solid 1px #000;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
  }
  .entry section:nth-of-type(1) .chart_boxgray ul li a:hover {
    border-bottom: solid 1px #f6f6f6;
  }
  .entry section:nth-of-type(2) .chart_boxgray {
    padding: 5.20833vw 7.03125vw;
  }
  .entry section:nth-of-type(2) .chart_boxgray ul li:not(:first-of-type) {
    margin-top: 3.90625vw;
  }
  .entry section:nth-of-type(2) .chart_boxgray:nth-of-type(2) {
    padding: 5.20833vw 7.03125vw;
  }
  .entry section:nth-of-type(2) .chart_boxgray:nth-of-type(2) ul li:not(:first-of-type) {
    margin-top: 1.95312vw;
  }
  .entry section:nth-of-type(2) .box {
    border: solid 0.26042vw #009540;
    padding: 4.55729vw 3.90625vw;
  }
  .entry section:nth-of-type(3) .in_pad {
    margin-top: -1.69271vw;
  }
  .entry section:nth-of-type(3) .in_pad ul.list_wrap > li:not(:last-of-type) {
    background: url(/common/images/dot_df.png) bottom left repeat-x;
    padding-bottom: 3.25521vw;
    margin-bottom: 3.51562vw;
  }
  .entry section:nth-of-type(3) .in_pad ul.list_wrap > li h4 {
    text-align: center;
    line-height: 4.94792vw;
  }
  .entry section:nth-of-type(3) .in_pad ul.list_wrap > li .emtList {
    padding: 4.16667vw 4.6875vw;
  }
  .entry section:nth-of-type(3) .in_pad ul.list_wrap > li .emtList li {
    margin-top: 2.60417vw;
  }
  .entry section:nth-of-type(3) .in_pad ul.list_wrap > li .analysis h4 {
    background: #009540;
    -moz-border-radius: 1.5625vw;
         border-radius: 1.5625vw;
    color: #fff;
    font-size: 3.64583vw;
    font-weight: 700;
    line-height: 7.8125vw;
  }
  .entry section:nth-of-type(3) .in_pad ul.list_wrap > li .analysis .setBox_wrap {
    position: relative;
  }
  .entry section:nth-of-type(3) .in_pad ul.list_wrap > li .analysis .setBox_wrap::before {
    content: "";
    position: absolute;
    top: 41%;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 5.20833vw solid transparent;
    border-right: 5.20833vw solid transparent;
    border-top: 4.94792vw solid #009540;
  }
  .entry section:nth-of-type(3) .in_pad ul.list_wrap > li .analysis .setBox_wrap .setBox {
    background: #f6f6f6;
    border: none;
  }
  .entry section:nth-of-type(3) .in_pad ul.list_wrap > li .analysis .setBox_wrap .setBox:nth-of-type(2) {
    margin-top: 9.375vw;
  }
  .entry section:nth-of-type(3) .in_pad ul.list_wrap > li .analysis .setBox_wrap .setBox dt {
    padding: 0.78125vw 0;
  }
  .entry section:nth-of-type(3) .in_pad ul.list_wrap > li .analysis .setBox_wrap .setBox dd {
    padding: 3.38542vw 1.30208vw;
  }
  .entry section:nth-of-type(3) .in_pad ul.list_wrap > li .analysis .setBox_wrap .setBox dd p {
    text-align: center;
  }
  .entry section:nth-of-type(3) .in_pad ul.list_wrap > li .analysis .setBox_wrap .setBox dd .result {
    border: solid 0.26042vw #009540;
    color: #009540;
    width: 70.3125vw;
    margin: 0 auto;
    text-align: center;
    position: relative;
  }
  .entry section:nth-of-type(3) .in_pad ul.list_wrap > li .analysis .setBox_wrap .setBox dd .result::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: -4.6875vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    border-left: 2.60417vw solid transparent;
    border-right: 2.60417vw solid transparent;
    border-top: 2.60417vw solid #009540;
  }
  .entry section:nth-of-type(3) .in_pad ul.list_wrap > li .analysis .setBox_wrap .setBox .past {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 72.91667vw;
    margin: 0 auto;
  }
  .entry section:nth-of-type(3) .in_pad ul.list_wrap > li .analysis .setBox_wrap .setBox .future {
    width: 72.91667vw;
    margin: 0 auto;
  }
  .entry section:nth-of-type(3) .in_pad ul.list_wrap > li .box {
    -moz-border-radius: 1.5625vw;
         border-radius: 1.5625vw;
    border: solid 0.26042vw #009540;
    padding: 2.08333vw 4.16667vw;
  }
  .entry section:nth-of-type(3) .in_pad ul.list_wrap > li .box h5 {
    font-size: 3.64583vw;
  }
  .entry section:nth-of-type(4) h4 {
    text-align: center;
    white-space: nowrap;
  }
  .entry section:nth-of-type(4) ul.list_wrap > li:not(:last-of-type) {
    background: url(/common/images/dot_df.png) bottom left repeat-x;
    padding-bottom: 3.25521vw;
    margin-bottom: 3.51562vw;
  }
  .entry section:nth-of-type(4) ul.list_wrap > li .chart_boxgray {
    padding: 6.25vw;
  }
  .entry section:nth-of-type(4) ul.list_wrap > li .listNumber > li:not(:first-of-type) {
    margin-top: 2.08333vw;
  }
  .entry section:nth-of-type(4) ul.list_wrap > li .box {
    -moz-border-radius: 1.5625vw;
         border-radius: 1.5625vw;
    border: solid 0.26042vw #009540;
    padding: 2.08333vw 0 2.08333vw 19.53125vw;
  }
  .entry .mt110 {
    margin-top: 14.32292vw;
  }
  .entry .files .btn {
    height: auto;
    padding: 1.5625vw 0;
  }
  .graduates .point {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .graduates .point li {
    background: #009540;
    color: #fff;
    font-size: 3.125vw;
    width: -webkit-calc((100% - 8.33333vw) / 3);
    width: -moz-calc((100% - 8.33333vw) / 3);
    width: calc((100% - 8.33333vw) / 3);
    line-height: 8.33333vw;
  }
  .graduates .listNumber {
    padding: 6.25vw;
  }
  .graduates .listNumber li {
    line-height: 7.29167vw;
  }
  .graduates .listNumber li::before {
    top: 0.78125vw;
  }
  .graduates .listNumber li:not(:first-of-type) {
    margin-top: 3.38542vw;
  }
  .graduates .listNumber li p em {
    font-size: 3.64583vw;
    font-style: normal;
    font-weight: 500;
  }
  .joint .title_page .title_inner .mascot {
    text-align: center;
  }
  .joint .chkList .chkList__item {
    position: relative;
    padding-left: 5.85938vw;
    margin-bottom: 0.39062vw;
  }
  .joint .chkList .chkList__item::before {
    content: '';
    border: 1px solid;
    position: absolute;
    top: 1.04167vw;
    left: 0;
    width: 3.90625vw;
    height: 3.90625vw;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .joint .chkList .checked::after {
    content: '';
    background: url(/common/images/icon_check_df.svg) no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    display: block;
    position: absolute;
    top: 1.95312vw;
    left: 0.65104vw;
    width: 2.60417vw;
    height: 2.34375vw;
  }
  .joint .chart_boxgray {
    padding: 4.6875vw 0;
  }
  .joint .chart_boxgray .emt {
    padding-left: 7.03125vw;
  }
  .joint figure {
    width: 78.125vw;
    margin: 2.60417vw auto 0;
  }
  .joint .list_wrap > li:not(:last-of-type) {
    background: url(/common/images/dot_df.png) bottom left repeat-x;
    padding-bottom: 3.25521vw;
    margin-bottom: 3.51562vw;
  }
  .joint .list_wrap > li h4 {
    font-weight: 700;
    font-size: 4.16667vw;
  }
  .joint .list_wrap .setBox_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: unset;
       -moz-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .joint .list_wrap .setBox_wrap .setBox {
    border: none;
    background: #f6f6f6;
    margin-top: 3.90625vw;
  }
  .joint .list_wrap .setBox_wrap .setBox dd {
    padding: 2.08333vw 3.90625vw 3.125vw;
  }
  .joint .list_wrap .setBox_wrap .setBox dd .listDot {
    padding-left: 9.24479vw;
  }
  .joint .list_wrap .box {
    background: #009540;
    -moz-border-radius: 1.5625vw;
         border-radius: 1.5625vw;
    color: #fff;
    font-size: 3.64583vw;
    line-height: 9.375vw;
  }
  .joint .list_wrap .onePoint {
    background: #f6f6f6;
    -moz-border-radius: 1.5625vw;
         border-radius: 1.5625vw;
    overflow: hidden;
  }
  .joint .list_wrap .onePoint dt {
    background: #009540;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 9.375vw;
    font-size: 3.64583vw;
  }
  .joint .list_wrap .onePoint dd {
    padding: 4.16667vw;
  }
  .pr .txt_gre {
    font-size: 3.90625vw;
  }
  .pr .pr_boxgray h4 {
    text-align: center;
    font-weight: 500;
    font-size: 4.16667vw;
  }
  .pr .pr_boxgray dl:not(:last-child) {
    padding-bottom: 5.20833vw;
    margin-bottom: 3.125vw;
  }
  .pr .pr_boxgray dl dt {
    margin-bottom: 1.04167vw;
  }
  .point_ld li {
    padding-bottom: 3.125vw;
    margin-bottom: 3.125vw;
  }
  .point_ld li::before {
    top: 1.04167vw;
  }
  .point_ld li span {
    display: block;
  }
  .preparation h4 {
    font-size: 3.64583vw;
    font-weight: 700;
  }
  .preparation .point .chart_boxgray {
    padding: 3.77604vw 3.90625vw 6.51042vw 4.81771vw;
    -moz-border-radius: 12px;
         border-radius: 12px;
  }
  .preparation .point .chart_boxgray .emt li p {
    letter-spacing: 0.13021vw;
  }
  .preparation .point .chart_boxgray .emt li p em {
    font-weight: 500;
    font-style: normal;
  }
  .preparation .measures .chart_boxgray {
    padding: 5.33854vw 3.90625vw 6.51042vw 6.11979vw;
    -moz-border-radius: 1.5625vw;
         border-radius: 1.5625vw;
  }
  .preparation .measures .chart_boxgray p {
    letter-spacing: 0.02604vw;
  }
  .preparation .measures .chart_boxgray .emt em {
    font-style: normal;
    font-weight: 500;
  }
  .preparation .prediction .list_wrap > li {
    letter-spacing: 0.13021vw;
  }
  .preparation .prediction .list_wrap > li:not(:last-of-type) {
    background: url(/common/images/dot_df.png) bottom left repeat-x;
    padding-bottom: 3.25521vw;
    margin-bottom: 3.51562vw;
  }
  .preparation .prediction .list_wrap > li .box {
    border: solid 1px #009540;
    font-size: 3.125vw;
    padding: 1.5625vw 0;
  }
  .preparation .prediction .list_wrap > li .listDot > li {
    letter-spacing: 0;
  }
  .preparation .prediction .note {
    background: #f6f6f6;
    padding: 3.125vw 0;
    margin-top: 7.8125vw;
  }
  .manner h4 {
    color: #009540;
    font-size: 3.64583vw;
    font-weight: 500;
  }
  .manner .list_wrap > li:not(:last-of-type) {
    background: url(/common/images/dot_df.png) bottom left repeat-x;
    padding-bottom: 4.55729vw;
    margin-bottom: 2.73438vw;
  }
  .manner .list_wrap > li:nth-of-type(2) .chart_boxgray, .manner .list_wrap > li:nth-of-type(3) .chart_boxgray, .manner .list_wrap > li:nth-of-type(6) .chart_boxgray {
    padding: 3.64583vw 2.60417vw 3.125vw 4.6875vw;
  }
  .manner .point .listDot li {
    margin-top: 0.78125vw;
  }
  .manner .point .listNumber li {
    margin-top: 0.78125vw;
  }
  .manner .point .listNumber li::before {
    font-weight: 500;
    font-style: normal;
    top: 0.26042vw;
  }
  .manner .point .grayBox {
    background: #f6f6f6;
    -moz-border-radius: 1.5625vw;
         border-radius: 1.5625vw;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    overflow: hidden;
    padding: 3.125vw 4.6875vw 4.16667vw;
  }
  .manner .point .grayBox:nth-of-type(2) {
    margin-top: 3.125vw;
  }
  .manner .point .grayBox dt {
    background: url(/common/images/dot_df.png) bottom left repeat-x;
    padding-bottom: 2.08333vw;
    margin-bottom: 3.125vw;
    font-size: 3.64583vw;
    text-align: center;
  }
  .manner .point .note {
    text-indent: -1.6em;
    margin-left: 1.3em;
  }
  .manner .point .mehrabian .mehrabian_wrap h4:nth-of-type(2) {
    color: black;
  }
  .manner .point .mehrabian figure {
    display: block;
    width: 60%;
    margin: 3.64583vw auto 0;
    text-align: center;
  }
  .manner .point .mehrabian figure img {
    width: 100%;
  }
  .manner .greet .grayBox {
    background: #f6f6f6;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding: 1.82292vw 4.6875vw 3.64583vw;
  }
  .manner .greet .grayBox dt {
    font-size: 3.64583vw;
    text-align: center;
    padding: 1.30208vw 0;
  }
  .manner .greet .grayBox dd {
    padding-top: 3.125vw;
    padding: 3.125vw 1.5625vw 0;
    border-top: solid 1px #000;
  }
  .manner .greet .note {
    margin-left: 2.08333vw;
  }
  .manner .greet .contents_wrap .setBox:not(:first-of-type) {
    margin-top: 4.16667vw;
  }
  .manner .greet .contents_wrap .setBox dd {
    padding: 2.60417vw 4.6875vw;
  }
  .manner .greet .contents_wrap .setBox dd figure {
    margin: 2.60417vw auto 0;
    width: 50%;
    text-align: center;
  }
  .manner .greet .contents_wrap .setBox dd figure img {
    width: 100%;
  }
  .manner .greet .contents_wrap .setBox dd ul {
    margin-top: 3.125vw;
    margin-left: 4.16667vw;
  }
  .manner .greet .contents_wrap .setBox dd ul li {
    text-indent: -1.2em;
    margin-left: 1.45em;
  }
  .manner .parlance table tr td:nth-of-type(1) {
    text-align: center;
    width: 32%;
  }
  .manner .parlance table tr td:nth-of-type(2) {
    background: #f0f0f0;
    width: 68%;
  }
  .manner .appearance h4 {
    font-size: 4.6875vw;
  }
  .manner .appearance .list_wrap li {
    padding-bottom: 7.55208vw;
    margin-bottom: 4.81771vw;
  }
  .manner .appearance .list_wrap li:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .skill .listNumber li {
    margin-top: 3.64583vw;
  }
  .skill .listNumber li::before {
    top: 0.39062vw;
  }
  .skill .listNumber h4 {
    color: #009540;
    font-size: 3.64583vw;
    font-weight: 500;
  }
  .skill .listNumber p {
    margin-top: 1.04167vw;
  }
  .doc h4 {
    color: #009540;
    font-size: 3.64583vw;
    font-weight: 500;
  }
  .doc .list_wrap > li:not(:last-of-type) {
    background: url(/common/images/dot_df.png) bottom left repeat-x;
    padding-bottom: 5.98958vw;
    margin-bottom: 4.16667vw;
  }
  .doc .list_wrap > li::before {
    top: 0.52083vw;
  }
  .doc .list_wrap > li:nth-of-type(1) .chart_boxgray {
    padding: 4.42708vw 6.51042vw 5.20833vw 3.90625vw;
    -moz-border-radius: 1.5625vw;
         border-radius: 1.5625vw;
  }
  .doc .list_wrap > li:nth-of-type(1) .chart_boxgray h5 {
    color: #009540;
    font-size: 3.125vw;
    font-weight: 700;
  }
  .doc .list_wrap > li:nth-of-type(1) .chart_boxgray .emt li {
    margin-top: 2.08333vw;
    padding-left: 7.03125vw;
  }
  .doc .list_wrap > li:nth-of-type(1) .chart_boxgray .emt li::before {
    font-size: 2.86458vw;
    top: 0.78125vw;
    left: 0;
    font-style: normal;
    text-align: right;
    width: 2em;
  }
  .doc .list_wrap > li:nth-of-type(1) .note {
    font-size: 2.60417vw;
    margin-top: 5.07812vw;
    padding-right: 4.16667vw;
  }
  .doc .list_wrap > li:nth-of-type(3) .chart_boxgray {
    -moz-border-radius: 1.5625vw;
         border-radius: 1.5625vw;
    padding: 3.125vw 4.42708vw 4.6875vw;
  }
  .doc .list_wrap > li:nth-of-type(3) .chart_boxgray h5 {
    font-size: 1.8rem;
    font-weight: 700;
  }
  .doc .list_wrap > li:nth-of-type(3) .chart_boxgray .txt_wrap {
    margin-bottom: 2.08333vw;
  }
  .doc .list_wrap > li:nth-of-type(3) .chart_boxgray .txt_wrap dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .doc .list_wrap > li:nth-of-type(3) .chart_boxgray .txt_wrap dl dt {
    width: 5em;
  }
  .doc .list_wrap > li:nth-of-type(3) .chart_boxgray .txt_wrap dl dd {
    margin-left: 1.5625vw;
    width: -webkit-calc(100% - 5em - 1.5625vw);
    width: -moz-calc(100% - 5em - 1.5625vw);
    width: calc(100% - 5em - 1.5625vw);
  }
  .doc .list_wrap > li:nth-of-type(5) table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .doc .list_wrap > li:nth-of-type(5) table tbody {
    width: 100%;
    display: table;
  }
  .doc .list_wrap > li:nth-of-type(5) table tbody tr td:first-of-type {
    background: #f0f0f0;
  }
}
