@charset "UTF-8";
/* CSS Document */


:root {
--lp-green:#4bb2ab;
--lp-purple:#848ce3;
--lp-lightgreen:#8cba00;

}


article.lp {
font-size: 1.6rem;
}
article.lp section.container {
padding: 3rem 0;
}


article.lp.overseas-assignee .orange {
color: var(--lp-green);
}
article.lp.diversity .orange {
color: var(--lp-lightgreen);
}
article.lp.foreigners .orange {
color: var(--lp-purple);
}



.footer.lp {
padding: 1rem 0;
}
.footer.lp .copyright {
border-top: none;
margin: 0;
}

/* fv */
.lp_fv {
position: relative;
padding: 3rem 1.5rem;
margin-bottom: 150px;
background: #363630;
color: #FFF;
box-sizing: border-box;
}
.lp_fv:after {
position: absolute;
bottom: -150px;
left:0;
content: "";
display: block;
width: 100%;
height: 150px;
background:url(../images/lp/overseas/fv_bg.jpg) no-repeat center center;
background-size: 120% auto;
}
.foreigners .lp_fv:after {
background-image: url(../images/lp/foreigners/fv_bg.jpg);
}
.diversity .lp_fv:after {
background-image: url(../images/lp/diversity/fv_bg.jpg);
}
.lp_fv .hij_logo {
position: absolute;
top:10px;
right:10px;
display: block;
width: 80px;
height: 40px;
}
.lp_fv h1 {
padding-bottom: 1.5rem;
margin-bottom: 2rem;
font-weight: normal;
font-size: min(6.5vw,28px);
line-height: 1.4;
border-bottom: 2px solid var(--lp-green);
}
.diversity .lp_fv h1 {
border-bottom: 2px solid var(--lp-lightgreen);
}
.foreigners .lp_fv h1 {
border-bottom: 2px solid var(--lp-purple);
}
.lp_fv h1 strong {
font-weight: 600;
}
.lp_fv .training-name {
display: inline-block;
padding: .8rem 2rem;
margin-bottom: 1rem;
font-size: 60%;
font-weight: 600;
line-height: 1;
border:1px solid #FFF;
}
.lp_fv .lp_focus_title {
margin-top: 2rem;
}
.lp_btn_orange {
position: relative;
display: block;
padding: 1rem; 
color: #FFF;
line-height: 1.4;
font-size: 133%;
font-weight: 700;
text-align: center;
border: 1px solid #FFF;
background: var(-font-color);
border-radius: 10px;
}
.lp_btn_orange:hover,
.lp_btn_orange:visited {
color: #FFF;
}
.lp_btn_orange:after {
content: "";
position: absolute;
top:50%;
right:20px;
display: block;
width: 11px;
height: 11px;
border-top: 3px solid #FFF;
border-right: 3px solid #FFF;
transform: translateY(-50%) rotate(45deg);
}
.lp_fv .wrap_flex {
margin-top: 1.5rem;
}

/* title */
.lp_main_title {
/* font-size: 165%; */
font-size: min(6vw,24px);
font-weight: normal;
text-align: center;
line-height: 1.4;
}
.lp_main_title .big {
font-size: 130%;
}
.lp_main_title .line {
background:linear-gradient(transparent 95%, var(--lp-green) 0%);
}
.diversity .lp_main_title .line {
background:linear-gradient(transparent 95%, var(--lp-lightgreen) 0%);
}
.foreigners .lp_main_title .line {
background:linear-gradient(transparent 95%, var(--lp-purple) 0%);
}
.lp_sub_title {
margin-bottom: 1rem;
font-size: 146%;
font-weight: 600;
text-align: left;
}
.lp_arrow_title {
position: relative;
padding-bottom: 2rem;
text-align: center;
font-size: 129%;
font-weight: normal;
}
.lp_arrow_title:before {
position: absolute;
left:50%;
bottom:0;
transform: translateX(-50%);
content: "";
display: block;
width: 80%;
height: 1px;
background:#c7c7c3;
}
.lp_arrow_title:after {
position: absolute;
left:50%;
bottom:-7px;
content: "";
display: block;
width: 15px;
height: 15px;
background: var(--gray5);
border-bottom: 1px solid var(--gray20);
border-right: 1px solid var(--gray20);
transform: translateX(-50%) rotate(45deg);
}
.lp_arrow_title.orange_line:before {
background: var(--gray50);
}
.lp_arrow_title.orange_line:after {
border-bottom-color: var(--gray50);
border-right-color: var(--gray50);
}
.diversity .lp_arrow_title:after,
.foreigners .lp_arrow_title:after {
background:#FFF;
}

.lp_focus_title {
font-size: 129%;
font-weight: 600;
text-align: center;
}
.lp_fv .lp_focus_title {
color: #f5ac3c;
}
.lp_focus_title strong {
display: inline-block;
padding: 0 10px;
}
.lp_focus_title:before,
.lp_focus_title:after {
content: "";
display: inline-block;
width: 30px;
height: 47px;
vertical-align: middle;
background:url(../images/lp/title_focus_left.svg) no-repeat left center;
background-size: auto 100%;
}
.lp_focus_title:after {
background-image: url(../images/lp/title_focus_right.svg);
background-position: right center;
}
.cv .lp_focus_title {
color: #FFF;
}
.cv .lp_focus_title:before {
background-image: url(../images/lp/title_focus_left_w.svg);
}
.cv .lp_focus_title:after {
background-image: url(../images/lp/title_focus_right_w.svg);
}






/* problem */
#problem.container {
padding: 3rem 0 4rem;
}
#problem {
position: relative;
background: #FFF;
}
#problem:after {
position: absolute;
bottom: -30px;
left:50%;
transform: translateX(-50%);
content: "";
display: block;
width: 0;
height: 0;
border-left:80px solid transparent;
border-right: 80px solid transparent;
border-top: 40px solid #FFF;
z-index: 20;
}
#problem .lp_main_title > span {
display: inline-block;
padding: 1rem 0;
background:url(../images/lp/overseas/problem_title_bg.svg) no-repeat right top;
background-size: auto 100%;
}
#problem .lp_main_title .line {
background:linear-gradient(transparent 60%, #b7e0dd 0%);
border-bottom-color: #b7e0dd;
}
.foreigners #problem .lp_main_title .line {
background:linear-gradient(transparent 60%, #ced1f4 0%);
border-bottom-color: #ced1f4;
}
.diversity #problem .lp_main_title .line {
background:linear-gradient(transparent 60%, #d1e399 0%);
border-bottom-color: #d1e399;
}
#problem .wrap_map {
text-align: center;
background:url(../images/lp/overseas/problem_bg_map.svg) no-repeat center top;
background-size: 100%;
}
.foreigners #problem .wrap_map {
background-image: url(../images/lp/foreigners/problem_bg_map.svg);
}
.diversity #problem .wrap_map {
background-image: url(../images/lp/diversity/problem_bg_map.svg);
}
.box_problem {
padding: 1.5rem 3rem 1.5rem 1.5rem;
background:#b5baee url(../images/lp/foreigners/icon_problem.svg) no-repeat right 10px bottom 10px;
background-size: 60px;
border-radius: 10px;
color: #FFF;
font-weight: 600;
font-size: 118%;
box-sizing: border-box;
line-height: 1.4;
}

.diversity .box_problem {
background-color: #FFF;
background-image: url(../images/lp/diversity/icon_problem.svg);
border:2px solid #8cba00;
color: #8cba00;
}




/* benefits */
#benefits.container {
padding: 4rem 0 3rem;
background:url(../images/lp/overseas/bg_hofstede_gray.svg) no-repeat right top 30px;
background-size: 120px;
}
#benefits .wrapper + .wrapper {
margin-top: 4rem;
}
#benefits .lp_main_title > span {
display: inline-block;
padding: 1rem 0;
background:url(../images/lp/overseas/benefits_title_bg.svg) no-repeat right top;
background-size: auto 75%;
}
#benefits .lp_focus_title {
margin-top: 1rem;
}
#benefits .lp_focus_title + ul {
margin-top: 2rem;
}
#benefits li {
padding: 0 15px 20px;
border-bottom: 1px dotted var(--gray50);
box-sizing: border-box;
}
#benefits li:first-of-type {
border-top: 1px dotted var(--gray50);
}
#benefits li:nth-of-type(even) {
}
#benefits li .problem {
padding: 20px 0 30px;
color: var(--lp-green);
font-weight: 600;
font-size: 118%;
background:url(../images/lp/overseas/benefits_icon_problem_w.svg) no-repeat right bottom 10px;
background-size: 110px;
}
.foreigners #benefits li .problem {
color: #848ce3;
background-image: url(../images/lp/foreigners/benefits_icon_problem_w.svg);
background-size: 90px;
}
.diversity #benefits li .problem {
color: #8cba00;
background-image: url(../images/lp/foreigners/benefits_icon_problem_w.svg);
background-size: 90px;
}
#benefits li:nth-of-type(even) .problem {}
#benefits li .problem span,
#benefits li .problem p {
display: inline-block;
vertical-align: middle;
}
#benefits li .problem span {
display: inline-block;
padding-top: 18px;
width: 60px;
height: 60px;
border-radius: 50%;
font-size: 1.4rem;
color: #FFF;
text-align: center;
box-sizing: border-box;
background:#4bb2ab;
}
#benefits li .problem p {
padding-left: 10px;
line-height: 1.4;
}
.overseas-assignee #benefits li .problem p {
width: calc(98% - 60px);
}
#benefits li .model_merrit dl {
position: relative;
padding: 1.2rem 2rem;
background:#FFF url(../images/lp/overseas/benefits_icon_benefits_o.svg) no-repeat right 10px bottom 10px;
background-size: 110px;
border-radius: 20px;
box-sizing: border-box;
box-shadow: 2px 2px 10px rgba(0,0,0,.2);
}
.foreigners #benefits li .model_merrit dl,
.diversity #benefits li .model_merrit dl {
background-image: url(../images/lp/foreigners/benefits_icon_benefits_o.svg);
background-size: 90px;
}
#benefits li .model_merrit dl:after {
position: absolute;
top:-20px;
left:50%;
transform: translateX(-50%);
content: "";
display: block;
width: 50px;
height: 25px;
background:url(../images/lp/overseas/benefits_arrow_up_w.svg) no-repeat center bottom;
background-size: 100%;
}
#benefits li:nth-of-type(even) .model_merrit dl:after {
background-image: url(../images/lp/overseas/benefits_arrow_up_o.svg);
}
#benefits li .model_merrit dt {
margin-bottom: 1rem;
font-size: 129%;
font-weight: 600;
line-height: 1.4;
}

#benefits .link_anchor {
display: flex;
margin-top: 1rem;
padding: .6rem 1rem;
border-radius: 6px;
background:#FFF url(../images/lp/arrow_anchor.svg) no-repeat center right 10px;
background-size: 18px;
box-shadow: 0 0 6px rgba(0,0,0,.1);
}
#benefits .link_anchor > strong,
#benefits .link_anchor > span {
display: inline-flex;
align-items: center;
text-align: left;
}
#benefits .link_anchor > strong {
margin-right: .5rem;
color: var(--lp-purple);
font-size: 153%;
}
#benefits .link_anchor > span {
flex-wrap: wrap;
font-weight: 600;
font-size: 106%;
}
#benefits .link_anchor > span small {
margin-right: .5rem;
font-weight: normal;
font-size: 70%;
}


/* cv */
.cv {
padding: 1rem 0 1.5rem;
background:linear-gradient(var(--gray50) 0% , var(--gray80) 100%);
}
.cv .online_conversion {
background:transparent;
padding: 0;
}
.cv .online_conversion a {
padding: 1.5rem 1rem;
font-size: 146%;
}
.btn_cv_small {
position: relative;
display: block;
padding: .3rem;
border:1px solid #FFF;
border-radius: 25px;
text-align: center;
color: #FFF;
font-weight: 600;
}
.btn_cv_small:hover,
.btn_cv_small:visited {
color: #FFF;
}
.btn_cv_small:after {
content: "";
position: absolute;
top:50%;
right:20px;
display: block;
width: 9px;
height: 9px;
border-top: 1px solid #FFF;
border-right: 1px solid #FFF;
transform: translateY(-50%) rotate(45deg);
}
.btn_cv_small + .btn_cv_small {
margin-top: 10px;
}
.btn_cv_small .free {
position: absolute;
top:-10px;
right:-5px;
}
.btn_cv_small.pdf {
padding: .5rem;
border:none;
background:linear-gradient(#ffac38 0% , #f18c1d 100%);
}
.btn_cv_small.pdf:after {
display: none;
}
.btn_cv_small.pdf:before {
position: relative;
top:-3px;
content: "";
display: inline-block;
vertical-align: middle;
margin-right: 5px;
width: 18px;
height: 20px;
background:url(../images/lp/icon_pdf.svg) no-repeat left center;
background-size: 100%;
}

/* program */
#program.container {
background: #FFF;
}
#program li {
padding: 1rem .5rem;
border-bottom: 1px dotted #c7c7c3;
}
#program li:first-child {
border-top: 1px dotted #c7c7c3;
}
#program li > p {
font-size: 86.6%;
color: #868683;
font-weight: 600;
}
#program li > dl {
display: flex;
flex-wrap:wrap;
}
#program li > dl dt,
#program li > dl dd {
width: 100%;
}
#program li > dl dt {
flex-wrap:wrap;
color: #f18c1d;
font-weight: 600;
font-size: 120%;
line-height: 1.2;
}
#program li > dl dt small {
position: relative;
display: inline-block;
padding-left: 1.8rem;
}
#program li > dl dt small:before {
position: absolute;
top:0;
left:0;
content: "";
display: block;
margin: 0 .8rem;
width: 1px;
height: 100%;
background: #f18c1d;
}
#program li.exercize > dl dt small:before {
background: var(--lp-green);
}
#program li.exercize > dl dt {
color: var(--lp-green);
}

.diversity #program li.exercize > dl dt small:before {
background: var(--lp-lightgreen);
}
.diversity #program li.exercize > dl dt {
color: var(--lp-lightgreen);
}

.foreigners #program li.exercize > dl dt small:before {
background: var(--lp-purple);
}
.foreigners #program li.exercize > dl dt {
color: var(--lp-purple);
}




#program li > dl dt strong {
font-size: 120%;
font-weight: normal;
}
#program li > dl dd {
font-weight: 600;
}
#program li.break {
padding: .5rem;
background:#f4f4f3;
}
#program li.break p,
#program li.break span {
display: inline-block;
}
#program .wrap_flex.merit {
margin-top: 1rem;
text-align: center;
}
#program .wrap_flex.merit > div {
position: relative;
display: inline-flex;
box-sizing: border-box;
}
#program .merit > div > figure {
position: absolute;
top:50%;
transform: translateY(-50%);
left:-20px;
width: 70px;
}
#program .merit > div dl {
padding: 1rem 1rem 1rem 6rem;
background:#FFF;
border:1px dotted var(--gray50);
border-radius: 20px;
box-sizing: border-box;
flex-basis: 100%;
}
#program .merit > div dt {
padding-bottom: .5rem;
margin-bottom: 1rem;
font-size: 118%;
font-weight: 600;
border-bottom: 1px solid #e3e3e1;
}
#program .lp_arrow_title.orange_line {
margin-bottom: 4rem;
font-size: 135%;
font-weight: 600;
line-height: 1.4;
}
#program .lp_arrow_title.orange_line > strong {
display: block;
text-align: center;
color: var(--lp-purple);
font-size: 200%;
}

a.box_link_shadow {
position: relative;
display: flex;
flex-wrap: wrap;
padding: 30px;
background:#FFF;
box-shadow: 0 0 20px rgba(81,81,81,.2);
box-sizing: border-box;
}
a.box_link_shadow:after {
position: absolute;
right:0;
bottom:0;
content: "";
display: block;
width: 40px;
height: 40px;
background:url(../images/link_arrow_ora.svg) no-repeat right bottom;
background-size: 100%;
}
a.box_link_shadow > figure,
a.box_link_shadow > div {
width: 100%;
}
a.box_link_shadow .head {
margin: 1.5rem 0 .5rem;
font-weight: 600;
font-size: 120%;
}



/* voice */
#voice.container {
}
.wrap_voice {
display: flex;
flex-wrap: wrap-reverse;
padding: 2rem;
background:#FFF;
box-shadow: 0 0 10px rgba(153,67,8,.2);
}
.wrap_voice + .wrap_voice {
margin-top: 3rem;
}
.wrap_voice figure {
display: table;
margin-bottom: 1.5rem;
border-bottom: 1px dotted #DDD;
}
.wrap_voice figure img,
.wrap_voice figure figcaption {
display: table-cell;
padding-bottom: 1.5rem;
vertical-align: top;
}
.wrap_voice figure img {
width: 80px;
}
.wrap_voice figure figcaption {
padding-left: 1rem;
font-size: min(3.4vw,14px);
letter-spacing: normal;
line-height: 1.6;
}


.wrap_voice_link {
}
.wrap_voice_link a {
position: relative;
display: flex;
width: 100%;
background:#FFF;
padding: 10px;
box-shadow: 0 0 10px rgba(153,67,8,.2);
margin-bottom: 2rem;
align-items: center;
box-sizing: border-box;
}
.wrap_voice_link a:after {
position: absolute;
right:0;
bottom:0;
content: "";
display: block;
width: 30px;
height: 30px;
background:url(../images/link_arrow_ora.svg) no-repeat right bottom;
background-size: 100%;
}
.wrap_voice_link a figure {
width: 90px;
}
.wrap_voice_link a p {
padding-left: 1rem;
font-size: 73%;
line-height: 1.4;
}
.wrap_voice_link a p strong {
display: block;
font-size: 120%;
}
.wrap_voice_link a .tag {
position: absolute;
top:-10px;
right:-6px;
padding: .3rem 1rem;
background:#363630;
color: #FFF;
font-size: 73.3%;
font-weight: 600;
line-height: 1.2;
}







/* -----------------

media Queries

------------------- */

/*media Queries (768px)
-------------------- */
@media only screen and (min-width: 768px) {

article.lp section.container {
padding: 5rem 0;
}
article.lp {
font-size: 1.7rem;
}

/* fv */
.lp_fv {
margin-bottom: 0;
padding-left: 50%;
height: 600px;
background-position: right 20% center;
}
.lp_fv:after {
bottom: 0;
top:0;
left:0;
width: 45%;
height: 600px;
background-size: cover;
}
.lp_fv > div {
position: absolute;
top:50%;
transform: translateY(-50%);
left:45%;
padding: 0 40px;
max-width: 610px;
box-sizing: border-box;
}
.lp_fv .hij_logo {
width: 140px;
height: 75px;
}
.lp_fv h1 {
padding-bottom: 2.5rem;
margin-bottom: 3rem;
font-size:min(8vw,42px);
}
.lp_fv .lp_focus_title {
margin-top: 3rem;
}
.lp_fv .wrap_flex {
margin-top: 3rem;
justify-content: space-between;
}
.lp_fv .wrap_flex .icol6 {
padding: 0;
width: 49%;
}

/* title */
.lp_main_title {
font-size: min(3vw,36px);
line-height: 1.5;
letter-spacing: 0.08em;
}
.lp_main_title .big {
font-size: 140%;
}
.lp_sub_title {
margin-bottom: 2rem;
font-size: 165%;
}
.lp_arrow_title {
font-size: 146%;
padding-bottom: 3rem;
}
.lp_arrow_title:before {
width: 420px;
}
.lp_focus_title:before,
.lp_focus_title:after {
width: 40px;
}


/* problem */
#problem.container {
padding: 4rem 0 5rem;
}
#problem:after {
bottom: -55px;
border-left-width: 160px;
border-right-width: 160px;
border-top-width: 55px;
}
#problem .lp_main_title > span {
padding: 2rem 0;
background-size: 143px auto;
}
#problem .wrap_map {
background-position: center center;
background-size: 900px auto;
}
#problem .wrap_flex.wrap_box {
justify-content: space-around;
}
.box_problem {
display: inline-flex;
padding: 2.5rem 4rem 2.5rem 3rem;
align-items: center;
width: calc(33.333% - 30px);
border-radius: 20px;
background-size: 82px;
}
.icol3.box_problem {
width: calc(25% - 30px);
}

/* benefits */
#benefits .lp_main_title > span {
padding: 2rem 0;
background-size: 110px auto;
background-position: right 25% top 0;
}
#benefits.container {
padding: 5rem 0;
background-size: 200px;
}
#benefits .wrapper + .wrapper {
margin-top: 8rem;
}
#benefits .lp_focus_title {
margin-top: 4rem;
}
#benefits .lp_focus_title + ul {
margin-top: 3rem;
}
#benefits li {
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px;
}
#benefits li > div {
display: inline-flex;
align-items: center;
min-height: 146px;
}
#benefits li .problem {
width: 42%;
padding-right: 50px;
}
#benefits li .model_merrit {
width: 56%;
}
.overseas-assignee #benefits li .problem {
width: 40%;
}
.overseas-assignee #benefits li .model_merrit {
width: 58%;
}
.diversity #benefits li .problem {
width: 36%;
}
.diversity #benefits li .model_merrit {
width: 62%;
}

#benefits li .problem,
#benefits li .model_merrit dl {
background-size: auto 146px;
background-position: right 10px center;
}
.foreigners #benefits li .problem,
.foreigners #benefits li .model_merrit dl,
.diversity #benefits li .problem,
.diversity #benefits li .model_merrit dl {
background-size: auto 120px;
}
.foreigners #benefits li .problem,
.diversity #benefits li .problem {
padding-right: 0;
padding-left: 80px;
background-position: left center;
}

#benefits li .model_merrit dl {
padding: 2rem 8rem 2rem 3rem;
}
.overseas-assignee #benefits li .model_merrit dl {
padding: 2rem 3rem;
}

#benefits li .model_merrit dl:after {
top:50%;
left:-20px;
transform: translate(0,-50%);
width: 25px;
height: 50px;
background-image: url(../images/lp/overseas/benefits_arrow_left_w.svg);
}
#benefits li:nth-of-type(even) .model_merrit dl:after {
background-image: url(../images/lp/overseas/benefits_arrow_left_o.svg);
}
#benefits li .model_merrit dt .star {
position: relative;
top:-5px;
display: inline-block;
margin-left: 5px;
width: 162px;
}

#benefits .link_anchor {
padding: .6rem 2rem;
background-size: 26px;
background-position: center right 20px;
}
#benefits .link_anchor > span {
font-size: 129%;
}
#benefits .link_anchor > strong {
margin-right: 1rem;
font-size: 212%;
line-height: 1.4;
}




/* cv */
.cv {
padding: 1rem 0 2rem;
}
.cv .online_conversion a {
padding: 2.5rem 4rem 2.5rem 2rem;
font-size: 165%;
}
.btn_cv_small {
font-size: 93.3%;
}

/* program */
#program.container {
background-size: 200px;
}
#program li {
display: flex;
justify-content: space-between;
padding: 2rem .5rem;
}
#program li > p,
#program li > dl,
#program li > span {
display: inline-flex;
align-items: center;
}
#program li > dl {
flex-basis: 100%;
}
#program li > p {
padding-right: .5rem;
width: 15%;
font-size: 93.3%;
}
.overseas-assignee #program li > dl,
.overseas-assignee #program li > span {
width: 85%;
}
#program li > dl dt,
#program li > dl dd {
display: inline-flex;
align-items: center;
}
#program li > dl dt {
flex-wrap: nowrap;
font-size: 133%;
/*width: 35%;*/
}
#program li > dl dd {
font-size: 106%;
}
#program .wrap_flex.merit {
justify-content: center;
}
#program .merit > div > figure {
left:-10px;
width: 81px;
}
#program .merit > div.icol5 {
width: 45%;
padding: 0 25px;
}
#program .merit > div dl {
padding: 1.5rem 2rem 1.5rem 6rem;
}

#program .lp_arrow_title.orange_line {
margin-bottom: 6rem;
font-size: 153%;
}
a.box_link_shadow {
justify-content: space-between;
}
a.box_link_shadow > figure,
a.box_link_shadow > div {
display: inline-flex;
flex-wrap: wrap;
width: 280px;
align-items: center;
}
a.box_link_shadow > div {
width: calc(100% - 300px);
}
a.box_link_shadow .head {
margin-top: 0;
}




/* voice */
#voice.container {
background-size: 200px;
}
.wrap_voice {
flex-wrap: nowrap;
padding: 40px;
box-shadow: 0 0 20px rgba(0,0,0,.2);
}
.wrap_voice + .wrap_voice {
margin-top: 5rem;
}
.wrap_voice > div {
font-size: 93.3%;
}
.wrap_voice figure {
width: 250px;
margin-left: 30px;
margin-bottom: 0;
border-bottom: none;
}
.wrap_voice figure img,
.wrap_voice figure figcaption {
display: block;
width:auto;
}

.overseas-assignee .wrap_voice > div {
width: 78%;
}
.overseas-assignee .wrap_voice figure {
width: 22%;
}

.wrap_voice_link {
display: flex;
flex-wrap: wrap;
}
.wrap_voice_link a {
flex-basis: 45%;
width: 45%;
padding: 20px 15px;
margin: 2rem 2.5%;
}
.wrap_voice_link a figure {
width: 110px;
}
.wrap_voice_link a:after {
width: 40px;
height: 40px;
}
.wrap_voice_link a p {
font-size: 80%;
}
.wrap_voice_link a .tag {
top:0;
right:0;
padding: .3rem 1.5rem;
}


}/* min-width:768px */





/*media Queries (960px)
--------------------- */
@media only screen and (min-width: 960px) {




}/* min-width:960px */






/*media Queries (1160px)
--------------------- */
@media only screen and (min-width: 1160px) {


.lp_focus_title {
font-size: 188%;
}
.lp_fv .lp_focus_title {
font-size: 153%;
}
.lp_fv > div {
padding: 0 0 0 40px;
}

.overseas-assignee #program li > dl dt {
width: 24%;
}
.overseas-assignee #program li > dl dd {
width: 76%;
}

#program li.thin {
padding: .6rem 0;
}
#program li > dl dt {
width: 40%;
}
#program li > dl dt small {
max-width: 160px;
padding-right: 10px;
}
#program li > dl dd {
width: 60%;
}
.diversity #program li > dl dt {
width: 30%;
}
.diversity #program li > dl dt small {
max-width: 220px;
}
.diversity #program li > dl dd {
width: 70%;
}


}/* min-width:1160px */









/* NEGOTIATION GAME */
.negotiation_lp {
font-size: 1.6rem;
}

.negotiation_fv {
position: relative;
padding: 3rem 0 4rem;
background: url(../images/lp/negotiation-game/fv_bg-image.jpg) no-repeat center center;
background-size: auto 100%;
}
.negotiation_fv:after {
position: absolute;
bottom:0;
left:0;
right:0;
margin: auto;
content: "";
display: block;
width: 100%;
max-width: 1402px;
height: 91px;
background: url(../images/lp/negotiation-game/fv_bg_title.svg) no-repeat center bottom;
background-size: 100%;
}
.negotiation_fv p {
width: 85%;
margin: 15px auto 0;
}
.negotiation_fv .hij_logo {
position: absolute;
top:10px;
right: 10px;
width: 80px;
z-index: 10;
}

.negotiation_cv {
padding: 10px 0 15px;
background:linear-gradient(#555 0% , #222 100%);
font-weight: 600;
}
.negotiation_cv .focus_title {
margin-bottom: 5px;
text-align: center;
color: #FFF;
font-size: 120%;/* 22px */
}
.negotiation_cv .focus_title:before,
.negotiation_cv .focus_title:after {
content: "";
display: inline-block;
width: 25px;
height: 1px;
margin: 0 5px;
background: #FFF;
transform: translateY(-6px) rotate(45deg);
}
.negotiation_cv .focus_title:after {
transform: translateY(-6px) rotate(-45deg);
}
.negotiation_cv a {
display: block;
padding: .8rem;
border-radius: 30px;
text-align: center;
font-size: min(5vw,27px);
color: #FFF;
border: 1px solid #FFF;

}

.text-green {
color: var(--orange);
}
.main_title_36 {
font-size: min(6vw,36px);
font-weight: normal;
line-height: 1.5;
letter-spacing: normal;
}
.main_title_36 strong {
font-weight: 600;
}
.main_title_28 {
font-size: 155%;
line-height: 1.5;
}
.title_line_orange {
padding: 5px;
text-align: center;
font-weight: 600;
font-size: 120%;
color: var(--font-color);
border-top: 1px solid var(--font-color);
border-bottom: 1px solid var(--font-color);
}

.link_orange {
font-weight: 600;
color: var(--orange);
text-decoration: underline;
}
.btn_border_arrow {
position: relative;
display: block;
padding: 1rem 3rem 1rem 1rem;
border:1px solid var(--orange);
font-size: 120%;
color: var(--orange);
text-align: center;
line-height: 1.4;
}
.btn_border_arrow:after {
content: "";
display: inline-block;
position: absolute;
top:40%;
right: 15px;
width: 12px;
height: 12px;
border-top: 2px solid var(--orange);
border-right: 2px solid var(--orange);
transform: rotate(45deg);
}

/* problem */
.negotiation_lp .trouble_list li {
padding: 10px 40px;
margin-bottom: 1rem;
border:3px solid var(--blue30);
border-radius: 10px;
text-align: left;
font-weight: 600;
font-size: 133%;/*24px*/
color: var(--orange);
background: #FFF url(../images/lp/negotiation-game/icon_problem.svg) no-repeat left 5px center;
background-size: 60px;
line-height: 1.2;
box-sizing: border-box;
}

/* answer */
.negotiation_lp .container#answer {
position: relative;
padding: 4rem 0 5rem;
}
.negotiation_lp .container#answer:after {
position: absolute;
bottom: -30px;
left:50%;
transform: translateX(-50%);
content: "";
display: block;
width: 0;
height: 0;
border-left:80px solid transparent;
border-right: 80px solid transparent;
border-top: 40px solid #FFF;
}
.negotiation_lp .answer_list li {
display: flex;
width: 100%;
justify-content: space-between;
padding-bottom: 1rem;
margin-bottom: 1.5rem;
border-bottom: 1px dotted var(--gray50);
font-size: 120%;
font-weight: 600;
line-height: 1.5;
}
.negotiation_lp .answer_list li > figure {
width: 65px;
}
.negotiation_lp .answer_list li > div {
width: calc(100% - 75px);
}
.negotiation_lp .answer_list li .num {
display: inline-block;
margin-bottom: .5rem;
padding: 0 2rem;
border-radius: 20px;
font-size: 80%;
font-weight: normal;
background: #FFF;
}


/* negotiation-game */
.container#negotiation-game {
padding: 4rem 0 5rem;
}
#negotiation-game .main_title_28 {
font-size: 115%;
}
#negotiation-game .game_outline {
display: flex;
justify-content: center;
align-items: center;
}
#negotiation-game .game_outline dt {
padding: 0 5px;
margin-right: 3px;
border:1px solid #8C9394;
background: #FFF;
font-weight: 600;
font-size: 90%;
}
#negotiation-game .game_outline dd + dt {
margin-left: 10px;
}

#negotiation-game .related_list a {
position: relative;
display: flex;
flex-wrap: wrap;
background: #FFF;
margin-top: 3rem;
padding: 15px;
line-height: 1.4;
border-bottom: 1px dotted var(--gray50);
}
#negotiation-game .related_list a:after {
position: absolute;
right:0;
bottom:0;
content: "";
display: block;
width: 30px;
height: 30px;
background:url(../images/link_arrow_ora.svg) no-repeat right bottom;
background-size: 100%;
}
#negotiation-game .related_list a figure {
margin-bottom: 1rem;
}
#negotiation-game .related_list a dt {
margin-bottom: .5rem;
font-weight: 600;
font-size: 133%;
}








/* -----------------

media Queries

------------------- */

/*media Queries (768px)
--------------------- */
@media only screen and (min-width: 768px) {

.negotiation_lp {
font-size: 1.8rem;
}
.negotiation_fv {
padding: 4rem 0 6rem;
background-size: cover;
}
.negotiation_fv h1 {
max-width: 1070px;
margin: 0 auto;
}
.negotiation_fv p {
max-width: 720px;
}
.negotiation_fv .hij_logo {
top:30px;
right: 30px;
width: 114px;
}

.negotiation_cv a {
padding: 1rem;
}

.main_title_36 {
line-height: 1.7;
}

/* problem */
.negotiation_lp #problem.container {
padding: 6rem 0 7rem;
}
.negotiation_lp .trouble_list li {
padding: 25px;
margin-bottom: 2rem;
text-align: center;
background-size: 96px;
}

/* answer */
.negotiation_lp .container#answer {
padding: 8rem 0;
}
.negotiation_lp .container#answer:after {
bottom: -55px;
border-left-width: 160px;
border-right-width: 160px;
border-top-width: 55px;
}
.negotiation_lp .answer_list li {
padding-bottom: 3rem;
margin-bottom: 3.5rem;
font-size: 133%;
align-items: center;
}
.negotiation_lp .answer_list li .num {
margin-bottom: 1rem;
}
.negotiation_lp .answer_list li > figure {
width: 116px;
}
.negotiation_lp .answer_list li > div {
width: calc(100% - 130px);
}
.negotiation_lp .answer_list li > div.flex {
display: flex;
align-items: center;
justify-content: space-between;
}
.negotiation_lp .answer_list li > div.flex p:first-child {
width: calc(100% - 300px);
}


/*negotiation-game*/
.container#negotiation-game {
padding: 8rem 0;
}
#negotiation-game .main_title_28 {
font-size: 155%;
}
#negotiation-game .game_outline dt {
padding: 0 10px;
margin-right:10px;
}
#negotiation-game .game_outline dd {
font-size: 120%;
}
#negotiation-game .game_outline dd + dt {
margin-left: 20px;
}
#negotiation-game .related_list a:after {
width: 40px;
height: 40px;
}
#negotiation-game .related_list a {
padding: 25px 25px 20px;
justify-content: space-between;
align-items: center;
}
#negotiation-game .related_list a figure {
width: 30%;
max-width: 320px;
}
#negotiation-game .related_list a dl {
width: 65%;
}


}/* min-width:768px */




/*media Queries (960px)
--------------------- */
@media only screen and (min-width: 960px) {


}/* min-width:960px */



/*media Queries (1160px)
--------------------- */
@media only screen and (min-width: 1160px) {


}/* min-width:1160px */













