@media screen and (min-width:481px) {.pc_none {display: none!important;}}
html {
  visibility: hidden;
	font-size: 62.5%;
}
html.wf-active {
  visibility: visible;
}
body {
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #1e1e1e;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt";
}
.fixed_header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    padding: 1vw 0;
    width: 100%;
    z-index: 99;
}
.fixed_header_gray {background: rgba(0,0,0,0.30)!important;}
.header_top {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    width: 95%;
    margin: 0 auto;
}
.header_top_left {
    width: 15%;
}
.header_top_left img {
    width: 100%;
}
.header_top_right {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width: 77vw;
}
.header_top_right_left {
    width: 52vw;
}
    #menu-btn-check {
    display: none;
}
.header_top_right_left nav ul {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:flex-end;
    padding-top: .7vw;
}
.header_top_right_left nav ul li {
    position: relative;
    margin-right: 1vw;
}
.header_top_right_left nav ul li a {
    font-size: 1vw;
    color: #fff;
}
    .header_top_right_left nav ul li a:hover {
        opacity: .7;
    }
.header_top_right_left nav ul li ul {
    display: none;
    width: max-content;
    position: absolute;
    top: 1vw;
    list-style: none;
    padding-left: 20px;
}
    .header_top_right_left nav ul li ul li:nth-child(2) {
        border-top: 1px solid #1e1e1e;
    }
    .header_top_right_left nav ul li ul a {
        display: block;
        padding: .6vw 1vw;
        background: #C8C8C8;
        color: #1e1e1e;
    }
    .header_top_right_left nav ul li .disabled-link {
    pointer-events: none;
    cursor: default;
}
/* アコーディオンスタイル */
.header_top_right_left nav ul li:hover > ul {
    display: block;
}
.header_top_right_right {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    width: 25vw;
    margin-top: -.3vw;
}
.header_top_right_right_block {
    width: 50%;
}
.header_top_right_right_block_left {
    font-size: 1vw;
    color: #fff;
} 
.header_top_right_right_block_left a {
    display: block;
    width: 90%;
    margin-top: .3vw;
    padding: .3vw;
    text-align: center;
    background: #0080CB;
    border-radius: .4vw;
}
.header_top_right_right_block_right img {
    width: 100%;
    margin-top: .5vw;
}
@media screen and (max-width:899px) {
    .fixed_header {
    position: fixed;
    top: 1vw;
    right: 0;
    left: 0;
    margin: auto;
    padding: 1vw 0;
    width: 95%;
    border-radius: 1vw;
    z-index: 99;
}
.header_top {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    width: 95%;
    margin: 0 auto;
}
.header_top_left {
    display: none;
}
.header_top_left img {
    width: 100%;
}
    .menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #0080CB;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
.header_top_right {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #1e1e1e;
    transition: all 0.5s;/*アニメーション設定*/
}
    #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
    #menu-btn-check {
    display: none;
}
    #menu-btn-check:checked ~ .header_top_right {
    left: 0;/*メニューを画面内へ*/
}
.header_top_right_left {
    width: 100%;
}
.header_top_right_left nav ul {
    display: block;
    width: 80%;
    margin: 0 auto;
    padding-top: 30vw;
}
.header_top_right_left nav ul li {
    margin-bottom: 7vw;
}
.header_top_right_left nav ul li a {
    font-size: 6vw;
    font-weight: 600;
    color: #fff;
    letter-spacing: .2vw;
}
.header_top_right_left nav ul ul {
    position: relative!important;
    display: block!important;
    width: 90%!important;
    margin: 0 auto!important;
    padding-top: 2vw!important;
    padding-left: 0!important;
}
.header_top_right_left nav ul li li {
    margin-bottom: 3vw!important;
}
    .header_top_right_left nav ul ul a::before {
        content: '・'!important;
    }
.header_top_right_left nav ul ul a {
    font-size: 4vw!important;
    font-weight: 400!important;
    color: #fff!important;
    background: none!important;
    letter-spacing: .2vw!important;
}
    .header_top_right_left nav ul li .disabled-link {
    pointer-events: none!important;
    cursor: default!important;
}
.header_top_right_right {
    display: block;
    width:80vw;
    margin: 0 auto;
}
.header_top_right_right_block {
    width: 100%;
}
.header_top_right_right_block_left {
    font-size: 4vw;
    color: #fff;
    text-align: center;
} 
.header_top_right_right_block_left a {
    display: block;
    width: 100%;
    margin: 2vw 0;
    padding: 1vw 0;
    text-align: center;
    background: #0080CB;
    border-radius: 1vw;
}
.header_top_right_right_block_right img {
    width: 100%;
    margin-top: .5vw;
}
}
.bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}
.bg video {
    width: auto;
    height: 100vw;
}
.header {
    position: relative;
    width: 100vw;
    height: 100vh;
    color: #fff;
    background: #222;
    mix-blend-mode: multiply;
}
.header_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    width: 90%;
    max-width: 880px;
}
.header_box h1 {
    margin-bottom: 15px;
    font-family: oswald, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 80px;
    line-height: 1;
}
.header_box h1 span {
    font-size: 20px!important;
}
.header_box p {
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 1px;
}
@media screen and (max-width:481px) {
.header_box h1 {
    font-size: 60px;
}
.header_box h1 span {
    font-size: 16px!important;
}
.header_box p {
    font-size: 16px;
    letter-spacing: 0;
    text-align: justify;
} 
}
.message {
    position: relative;
    width: 100vw;
    height: 100vh;
    color: #fff;
    background: rgba(0,0,0,0.86);
    border-top: 2px solid rgba(255,255,255,0.50);
    border-bottom: 2px solid rgba(255,255,255,0.50);
}
.message_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    width: 90%;
    max-width: 880px;
}
.message_box h2 {
    margin-bottom: 15px;
    font-family: oswald, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 80px;
    line-height: 1;
}
.message_box h2 span {
    font-size: 20px!important;
}
.message_box p {
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 1px;
}
.message_box p span {
    display: block;
    text-align: right;
    line-height: 1;
}
@media screen and (max-width:481px) {

.message_box h2 {
    font-size: 60px;
}
.message_box h2 span {
    font-size: 16px!important;
}
.message_box p {
    font-size: 16px;
    letter-spacing: 0;
    text-align: justify;
}
}
.service {
    position: relative;
    width: 90%;
    max-width: 880px;
    margin: 0 auto;
    padding: 100px 0;
}
.service h2 {
    margin-bottom: 15px;
    font-family: oswald, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 80px;
    line-height: 1;
}
.service h2 span {
    font-size: 20px!important;
}
.service p {
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 1px;
}
.service_box {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    width: 100%;
    margin: 100px 0;
}
.service_box_block {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    width: 48%;
    margin: 0 0 30px;
}
.service_box_block_left {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    background: #F4FAFF;
    justify-content: center;
    flex-direction: row-reverse;
    width: 100%;
    padding: 10px 30px;
    border-radius: 10px 10px 0 0;
}
.service_box_block_left h3 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 11%;
}
.service_box_block_left img {
    display: block;
    width: 110px;
    height: auto;
    margin-right: 20px;
}
.service_box_block_right {
    width: 100%;
    padding: 30px;
    background: #fff;
    border-radius: 0 0 10px 10px;
}
.service_box_block_right p {
    font-size: 16px;
}

@media screen and (max-width:481px) {
    .service {
    padding: 50px 0;
}
.service h2 {
    font-size: 60px;
}
.service h2 span {
    font-size: 16px!important;
}
.service_box {
    margin: 50px 0;
}
.service_box_block {
    display: block;
    width: 100%;
    margin: 0 auto 30px;
}
.service_box_block_left {
    justify-content:flex-end;
    flex-direction: row-reverse;
    width: 100%;
    padding: 10px 30px;
    border-radius: 10px 10px 0 0;
}
.service_box_block_left h3 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 9%;
}
.service_box_block_left img {
    width: 80px;
    height: auto;
    margin-right: 20px;
}
.service_box_block_right {
    width: 100%;
    padding: 15px 30px;
    background: #fff;
    border-radius: 0 0 10px 10px;
}
.service_box_block_right p {
    font-size: 16px;
}
}
.service_survey h3 {
    margin-bottom: 15px;
    font-family: oswald, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 70px;
    line-height: 1;
}
.service_survey h3 span {
    font-size: 18px!important;
}
.service_survey h4 {
    margin: 0px 0 25px;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
}
.service_survey h5 {
    margin: 0;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 1;
}
.service_survey p {
    margin-top: 5px;
    font-size: 16px;
}
.service_survey_box_bg {
    margin: 50px 0;
    padding: 50px;
    background: rgba(255,255,255,0.80);
    border-radius: 10px;
}
.service_survey_box01 {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    margin: 0 0 50px;
}
.service_survey_box01_left {
    width: 56%;
}
.service_survey_box01_right {
    width: 40%;
}
.service_survey_box01_right img {
    width: 100%;
}
.service_survey_box01_right p {
    margin-top: 5px;
    text-align: center;
    font-size: 13px;
}
.service_survey_box02 {
    margin: 0 0 50px;
}
@media screen and (max-width:481px) {
    .service_survey h3 {
    font-size: 50px;
}
.service_survey h3 span {
    font-size: 16px!important;
}
.service_survey h4 {
    margin: 0;
    font-weight: 500;
    font-style: normal;
    font-size: 16px!important;
    line-height: 150%;
}
.service_survey h5 {
    font-size: 18px;
}
.service_survey p {
    margin-top: 5px;
    font-size: 16px;
}
.service_survey_box_bg {
    margin: 25px 0;
    padding: 30px 15px;
    background: rgba(255,255,255,0.80);
    border-radius: 10px;
}
.service_survey_box01 {
    margin: 0 0 50px;
}
.service_survey_box01_left {
    width: 100%;
}
.service_survey_box01_right {
    display: block;
    width: 80%;
    margin: 15px auto 0;
}
.service_survey_box01_right img {
    width: 100%;
}
.service_survey_box01_right p {
    margin-top: 5px;
    text-align: center;
    font-size: 13px;
}
.service_survey_box02 {
    margin: 0 0 50px;
}
}
.service_recruiment h3 {
    margin-top: 50px;
    margin-bottom: 15px;
    font-family: oswald, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 50px;
    line-height: 1;
}
.service_recruiment h3 span {
    margin-left: 10px;
    font-size: 20px!important;
}
.service_recruiment h4 {
    margin: 0px 0 25px;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
}
.service_recruiment h5 {
    margin: 0;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 1;
}
.service_recruiment p {
    margin-top: 5px;
    font-size: 16px;
}
.service_recruiment_box_bg {
    margin: 50px 0;
    padding: 50px;
    background: rgba(255,255,255,0.80);
    border-radius: 10px;
}
.service_recruiment_box01 {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    margin: 50px 0;
}
.service_recruiment_box01_left {
    width: 56%;
}
.service_recruiment_box01_right {
    width: 40%;
}
.service_recruiment_box01_right img {
    width: 100%;
}
.service_recruiment_box01_right p {
    margin-top: 5px;
    text-align: center;
    font-size: 13px;
}
.service_recruiment_box02 {
    margin: 50px 0;
}
@media screen and (max-width:481px) {
    .service_recruiment h3 {
    font-size: 50px;
}
.service_recruiment h3 span {
    font-size: 16px!important;
}
.service_recruiment h4 {
    margin: 0px 0 25px;
    font-weight: 500;
    font-style: normal;
    font-size: 16px!important;
    line-height: 150%;
}
.service_recruiment h5 {
    font-size: 18px;
}
.service_recruiment p {
    margin-top: 5px;
    font-size: 16px;
}
.service_recruiment_box_bg {
    margin: 25px 0;
    padding: 30px 15px;
    background: rgba(255,255,255,0.80);
    border-radius: 10px;
}
.service_recruiment_box01 {
    margin: 0px 0 50px;
}
.service_recruiment_box01_left {
    width: 100%;
}
.service_recruiment_box01_right {
    display: block;
    width: 80%;
    margin: 15px auto 0;
}
.service_recruiment_box01_right img {
    width: 100%;
}
.service_recruiment_box01_right p {
    margin-top: 5px;
    text-align: center;
    font-size: 13px;
}
.service_recruiment_box02 {
    margin: 0px 0 50px;
}
}
.service_evaluation h3 {
    margin-top: 50px;
    margin-bottom: 15px;
    font-family: oswald, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 50px;
    line-height: 1;
}
.service_evaluation h3 span {
    margin-left: 10px;
    font-size: 20px!important;
}
.service_evaluation h4 {
    margin: 0px 0 25px;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
}
.service_evaluation h5 {
    margin: 0;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 1;
}
.service_evaluation p {
    margin-top: 5px;
    font-size: 16px;
}
.service_evaluation_box_bg {
    margin: 50px 0;
    padding: 50px;
    background: rgba(255,255,255,0.80);
    border-radius: 10px;
}
.service_evaluation_box01 {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    margin: 50px 0;
}
.service_evaluation_box01_left {
    width: 100%;
}
.service_evaluation_box01_right {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    width: 80%;
    margin: 25px auto;
}
.service_evaluation_box01_right a {
    width: 33%;
}
.service_evaluation_box01_right img {
    width: 100%;
}
.service_evaluation_box01_right p {
    display: block;
    width: 100%;
    margin-top: 5px;
    text-align: center;
    font-size: 13px;
}
.service_evaluation_box02 {
    margin: 50px 0;
}
@media screen and (max-width:481px) {
    .service_evaluation h3 {
    font-size: 50px;
}
.service_evaluation h3 span {
    font-size: 16px!important;
}
.service_evaluation h4 {
    margin: 0px 0 25px;
    font-weight: 500;
    font-style: normal;
    font-size: 16px!important;
    line-height: 150%;
}
.service_evaluation h5 {
    font-size: 18px;
}
.service_evaluation p {
    margin-top: 5px;
    font-size: 16px;
}
.service_evaluation_box_bg {
    margin: 25px 0;
    padding: 30px 15px;
    background: rgba(255,255,255,0.80);
    border-radius: 10px;
}
.service_evaluation_box01 {
    margin: 0 0 50px;
}
.service_evaluation_box01_left {
    width: 100%;
}
.service_evaluation_box01_right {
    width: 80%;
    margin: 15px auto 0;
}
.service_evaluation_box01_right img {
    width: 100%;
}
.service_evaluation_box01_right p {
    margin-top: 5px;
    text-align: center;
    font-size: 13px;
}
.service_evaluation_box02 {
    margin: 0 0 50px;
}
}
.service_organizational h3 {
    margin-top: 50px;
    margin-bottom: 15px;
    font-family: oswald, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 50px;
    line-height: 1;
}
.service_organizational h3 span {
    margin-left: 10px;
    font-size: 20px!important;
}
.service_organizational h4 {
    margin: 0px 0 25px;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
}
.service_organizational h5 {
    margin: 0;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 1;
}
.service_organizational p {
    margin-top: 5px;
    font-size: 16px;
}
.service_organizational_box_bg {
    margin: 50px 0;
    padding: 50px;
    background: rgba(255,255,255,0.80);
    border-radius: 10px;
}
.service_organizational_box01 {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    margin: 50px 0;
}
.service_organizational_box01_left {
    width: 100%;
}
.service_organizational_box01_right {
    width: 80%;
    margin: 25px auto;
}
.service_organizational_box01_right img {
    width: 100%;
}
.service_organizational_box01_right p {
    display: block;
    width: 100%;
    margin-top: 5px;
    text-align: center;
    font-size: 13px;
}
.service_organizational_box02 {
    margin: 50px 0;
}
@media screen and (max-width:481px) {
    .service_organizational h3 {
    font-size: 50px;
}
.service_organizational h3 span {
    font-size: 16px!important;
}
.service_organizational h4 {
    margin: 0px 0 25px;
    font-weight: 500;
    font-style: normal;
    font-size: 16px!important;
    line-height: 150%;
}
.service_organizational h5 {
    font-size: 18px;
}
.service_organizational p {
    margin-top: 5px;
    font-size: 16px;
}
.service_organizational_box_bg {
    margin: 50px 0;
    padding: 30px 15px;
    background: rgba(255,255,255,0.80);
    border-radius: 10px;
}
.service_organizational_box01 {
    margin: 0 0 50px;
}
.service_organizational_box01_left {
    width: 100%;
}
.service_organizational_box01_right {
    width: 80%;
    margin: 15px auto 0;
}
.service_organizational_box01_right img {
    width: 100%;
}
.service_organizational_box01_right p {
    margin-top: 5px;
    text-align: center;
    font-size: 13px;
}
.service_organizational_box02 {
    margin: 0 0 50px;
}
}
.consulting_works {
    position: relative;
    width: 100vw;
    padding: 50px 0;
    color: #fff;
    background: rgba(34,34,34,0.95);
    border-top: 2px solid rgba(255,255,255,0.50);
    border-bottom: 2px solid rgba(255,255,255,0.50);
}

.consulting_works_title {
    position: relative;
    width: 90%;
    max-width: 880px;
    margin: 0 auto;
}
.consulting_works_title h2 {
    margin-bottom: 15px;
    font-family: oswald, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 80px;
    line-height: 1;
}
.consulting_works_title h2 span {
    font-size: 20px!important;
}
.consulting_works_content {
    display: block;
    width: 90%;
    max-width: 880px;
    margin: 70px auto;
}
.consulting_works_content_box01 {
    width: 100%;
}
.consulting_works_content_box01_block {
    margin-bottom: 100px;
}
.consulting_works_content_box01_block h3 {
    padding-bottom: 10px;
    font-size: 20px;
    border-bottom: 1px solid #fff;
}
.consulting_works_content_box01_block h3 span {
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 10px;
    font-size: 18px;
    font-weight: 500;
    background: #758492;
    color: #fff;
    letter-spacing: 1px;
}
.consulting_works_content_box01_block_box01 {
    position: relative;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    width: 60%;
    margin: 2vw 0;
    text-align: center;
}
.consulting_works_content_box01_block_box01::after {
    content: '+';
    font-size: 30px;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}
.consulting_works_content_box01_block_box01_left {
    width: 50%;
    margin: 0;
}
.consulting_works_content_box01_block_box01_left h4,.consulting_works_content_box01_block_box01_right h4 {
    font-size: 20px;
    color: #0080CB;
    font-weight: 500;
}
.consulting_works_content_box01_block_box01_left p,.consulting_works_content_box01_block_box01_right p {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 20px;
    color: #fff;
}
.consulting_works_content_box01_block_box01_left p {background: #0080CB;}
.consulting_works_content_box01_block_box01_right p {background: #003F65;}
.consulting_works_content_box01_block_box01_right {
    width: 50%;
    margin: 0;
}
.consulting_works_content_box01_block_box02 {
    position: relative;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    width: 90%;
    margin: 2vw 0;
    text-align: center;
}
.consulting_works_content_box01_block_box02::before {
    content: '+';
    font-size: 30px;
    position: absolute;
    top: 45%;
    right: 31%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}
.consulting_works_content_box01_block_box02::after {
    content: '+';
    font-size: 30px;
    position: absolute;
    top: 45%;
    left: 33%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}
.consulting_works_content_box01_block_box02_left {
    width: 33%;
    margin: 0;
}
.consulting_works_content_box01_block_box02_center {
    width: 33%;
    margin: 0;
}
.consulting_works_content_box01_block_box02_left h4,.consulting_works_content_box01_block_box02_center h4,.consulting_works_content_box01_block_box02_right h4 {
    font-size: 20px;
    color: #0080CB;
    font-weight: 500;
}
.consulting_works_content_box01_block_box02_left p,.consulting_works_content_box01_block_box02_center p,.consulting_works_content_box01_block_box02_right p {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 20px;
    color: #fff;
}
.consulting_works_content_box01_block_box02_left p {background: #0080CB;}
.consulting_works_content_box01_block_box02_center p {background: #003F65;}
.consulting_works_content_box01_block_box02_right p {background: #003F65;}
.consulting_works_content_box01_block_box02_right {
    width: 33%;
    margin: 0;
}
.consulting_works_content_box02 p {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}
.consulting_works_content_box02 a {
    display: block;
    width: 50%;
    margin: 25px auto 50px;
    padding: 15px 20px;
    background: #0080CB;
    border: 1px solid #0080CB;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 1px;
    transition: .3s;
    box-shadow: 7px 7px 0 #758492;
}
.consulting_works_content_box02 a:hover {
    box-shadow: none;
    background: #fff;
    color: #0080CB;
}
@media screen and (max-width:481px) {

.consulting_works_title h2 {
    font-size: 60px;
}
.consulting_works_title h2 span {
    font-size: 16px!important;
}
.consulting_works_content {
    margin: 50px auto;
}
.consulting_works_content_box01_block {
    margin-bottom: 100px;
}
.consulting_works_content_box01_block h3 {
    font-size: 18px;
}
.consulting_works_content_box01_block h3 span {
    font-size: 16px;
}
.consulting_works_content_box01_block_box01 {
    width: 100%;
}
.consulting_works_content_box01_block_box01::after {
    font-size: 20px;
}
.consulting_works_content_box01_block_box01_left h4,.consulting_works_content_box01_block_box01_right h4 {
    font-size: 16px;
}
.consulting_works_content_box01_block_box01_left p,.consulting_works_content_box01_block_box01_right p {
    padding: 10px 7px;
    font-size: 14px;
}
.consulting_works_content_box01_block_box02 {
    width: 100%;
}
.consulting_works_content_box01_block_box02::before {
    font-size: 20px;
    top: 15%;
    right: 31%;
}
.consulting_works_content_box01_block_box02::after {
    font-size: 20px;
    top: 15%;
    left: 33%;
}
.consulting_works_content_box01_block_box02_left h4,.consulting_works_content_box01_block_box02_center h4,.consulting_works_content_box01_block_box02_right h4 {
    font-size: 16px;
}
.consulting_works_content_box01_block_box02_left p,.consulting_works_content_box01_block_box02_center p,.consulting_works_content_box01_block_box02_right p {
    padding: 10px 7px;
    font-size: 14px;
}
.consulting_works_content_box02 p {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 150%;
}
.consulting_works_content_box02 a {
    display: block;
    width: 90%;
    margin: 25px auto 50px;
    padding: 10px 0px;
    background: #0080CB;
    border: 1px solid #0080CB;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 1px;
    transition: .3s;
    box-shadow: 7px 7px 0 #758492;
}
}

footer {
    width: 100%;
    height: 100%;
    padding: 15rem 0;
    background-color: rgba(0, 0, 0, 0.8);
    background-size: 6px 6px;
    background-position: 0 0, 3px 3px;
}
.footer_box {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    width: 85%;
    max-width: 1080px;
    margin: 0 auto;
}
.footer_box_left {
    width: 50%;
}
.footer_box_left ul {
    margin: 0;
    padding: 0;
}
.footer_box_left ul li {
    margin-bottom: 3rem;
}
.footer_box_left ul li a {
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
    font-style: normal;
	font-size: 2rem;
    color: #fff;
    transition: .3s;
}
.footer_box_left ul li a:hover {
    opacity: .5;
}
.footer_box_left ul li a span {
    margin-bottom: 1vw;
}
.footer_box_left ul ul{
    margin: 2rem 0 3rem 2rem;
    padding: 0;
}
.footer_box_left ul li li {
    margin-bottom: 1rem;
}
.footer_box_left ul li li a {
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 1.6rem;
    color: #fff;
}
.footer_box_right {
    width: 50%;
}
.footer_box_right iframe{
    width: 100%;
    height: 50rem;
}
.footer_box_right h2 {
    margin: 2rem 0;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
    font-style: normal;
	font-size: 2.5rem;
    color: #fff;
}
.footer_box_right p {
    margin: 1rem 0;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 1.8rem;
    color: #fff;
    line-height: 150%;
    letter-spacing: .02rem;
}
copy {
    display: block;
    background: #1e1e1e;
    font-size: .8vw;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    color: #fff;
    padding: .3vw 0;
    letter-spacing: .02vw;
}
@media screen and (max-width:481px) {
footer {
    width: 100%;
    height: 100%;
    padding: 10vw 0 5vw;
    background-color: rgba(0, 0, 0, 0.9);
    background-size: 6px 6px;
    background-position: 0 0, 3px 3px;
}
.footer_box {
    width: 80%;
    margin: 0 auto;
}
.footer_box_left {
    width: 100%;
}
.footer_box_left ul {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin: 0 ;
    padding: 0;
}
.footer_box_left ul li {
    margin-right: 5vw;
    margin-bottom: 5vw;
}
.footer_box_left ul li a {
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 4vw;
    color: #fff;
    transition: .3s;
}
.footer_box_left ul li a:hover {
    opacity: .5;
}
.footer_box_left ul li a span {
    font-size: 2vw;
    vertical-align: middle;
}
.footer_box_left ul ul{
    display: block!important;
    margin: 1.2vw 0 1.2vw 3vw;
    padding: 0;
}
.footer_box_left ul li li {
    margin-bottom: 1vw;
}
.footer_box_left ul li li a {
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3vw;
    color: #fff;
}
.footer_box_right {
    width: 100%;
    margin-top: 10vw;
}
.footer_box_right iframe{
    width: 100%;
    height: 55vw;
}
.footer_box_right h2 {
    margin: 3vw 0;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 4vw;
    color: #fff;
}
.footer_box_right p {
    margin: 1vw 0;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3vw;
    color: #fff;
    line-height: 150%;
    letter-spacing: .02vw;
}
copy {
    display: block;
    background: #1e1e1e;
    font-size: 3vw;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    color: #fff;
    padding: 1vw 0;
    letter-spacing: .1vw;
}
}