@charset "utf-8";

/*--------------------------------------
common
---------------------------------------*/
#contents {
width: 100%;
}

.main-index {
width: 100%;
margin: 0;
padding: 0;
font-size: 1.6rem;
}


/*--------------------------------------
heading
---------------------------------------*/
.main-index h2:not([class]) {
position: relative;
margin: 3rem 0 6rem 3rem;
padding: 3rem;
background: #fff;
border: 1px solid #022970;
color: #11203b;
font-size: 3rem;
font-weight: 700;
letter-spacing: 0.1rem;
line-height: 1.4;
text-align: center;
}
.main-index h2:not([class])::before {
position: absolute;
left: -3rem;
top: -3rem;
width: 100%;
height: 100%;
background: #022970 url(img/title_bg_04.png) no-repeat left top;
background-size: cover;
content: "";
z-index: -1;
}

.main-index h3:not([class]) {
position: relative;
margin: 5rem 0 3rem 0;
padding: 1.5rem 2rem 2.5rem 2.8rem;
background: #bedde6 url(img/title_bg_02.png) left top;
background-size: cover;
color: #11203b;
font-size: 2.6rem;
font-weight: 700;
line-height: 1.4;
}
.main-index h3:not([class])::before {
position: absolute;
left: 0;
bottom: 0.8rem;
width: 100%;
height: 0.1rem;
border-bottom: 1px solid #11203b;
content: "";
}

.main-index h2:not([class]) a,
.main-index h3:not([class]) a {
display: block;
padding: 0 3rem 0 0;
background: url(img/arrow01_black.svg) no-repeat right center;
background-size: 2rem auto;
color: inherit;
text-decoration: none;
}


/*--------------------------------------
block-head
---------------------------------------*/
.block-head {
position: relative;
margin: 0 0 6rem 0;
}
.block-head::before {
position: absolute;
left: calc(50% - 50vw);
top: 0;
width: calc(100% + ((100vw - 110rem) / 2) - 2rem);
height: 100%;
background: #eff3f6 url(img/add05_bg_01.png) no-repeat left top;
background-size: cover;
box-sizing: border-box;
content: "";
pointer-events: none;
z-index: -1;
}
.block-head .box {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
position: relative;
}
.block-head .box::before {
position: absolute;
left: calc(50% - 50vw);
top: -2rem;
width: calc(100% + ((100vw - 110rem) / 2));
height: 100%;
border: 1px solid #11203b;
content: "";
pointer-events: none;
}
.block-head .box::after {
position: absolute;
left: -8rem;
bottom: calc(100% + 2.7rem);
width: 100%;
height: 5rem;
color: #c1a100;
font-size: 5.8rem;
font-weight: 700;
line-height: 1.1;
content: "Types of Corporate Coaching";
opacity: 0.2;
}
.addParts06 .block-head .box::after {
content: "Types of Corporate Training Programs";
}
.block-head .title {
display: flex;
align-items: center;
width: 44rem;
padding: 2rem 0 6rem 0;
color: #11203b;
font-size: 3.6rem;
font-weight: 700;
line-height: 1.4;
}
.block-head .title span {
font-size: 3.2rem;
}
.block-head .title a {
display: inline-block;
padding: 0 4rem 0 0;
background: url(img/arrow01_black.svg) no-repeat right center;
background-size: 2rem auto;
color: inherit;
text-decoration: none;
}
.block-head .text {
display: flex;
align-items: center;
width: calc(100% - 44rem);
margin: 0;
padding: 1rem 4rem 3rem 3rem;
}


/*--------------------------------------
visArea
---------------------------------------*/
#visArea {
display: flex;
align-items: center;
min-height: 61rem;
margin: 0;
padding: 2rem 0;
background: url(img/za-nac-00000074.jpg) no-repeat center center;
background-size: cover;
}
#visArea .mainArea {
width: 110rem;
margin: 0 auto;
}
#visArea .mainAreaInner {
width: 56rem;
}
#visArea .title {
margin: 0 0 1.5rem 0;
color: #11203b;
font-weight: 700;
letter-spacing: 0.2rem;
line-height: 1.4;
}
#visArea .title .txt-1 {
font-size: 1.8rem;
}
#visArea .title .txt-1 span {
display: inline-block;
margin: 0 0.8rem 2rem 0;
padding: 0.2rem 0.6rem 0.3rem 0.6rem;
background: #11203b;
color: #fff;
font-size: 2rem;
}
#visArea .title .txt-2 {
font-size: 4.3rem;
}
#visArea .title .txt-3 {
font-size: 6.4rem;
}
#visArea p:not([class]) {
margin: 1em 0 0 0;
font-size: 1.6rem;
}
#visArea p:not([class]) span {
border-bottom: 3px solid #e6d56f;
font-weight: 700;
}


/*--------------------------------------
addParts02
---------------------------------------*/
.addParts02 {
position: relative;
padding: 10rem 0;
background: #eff3f6 url(img/add02_bg_01.jpg) no-repeat center top;
background-size: 100% auto;
}
.addParts02-company {
position: relative;
margin: 10rem 0 0 0;
padding: 6rem 5rem 3rem 5rem;
background: #fff;
box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);
}
.addParts02 table {
margin: 0;
}
.addParts02 table th {
width: 22rem;
}
.addParts02 .catch-title {
width: 76rem;
margin: 0 auto 3rem auto;
padding: 2rem;
background: #022970;
background: -webkit-linear-gradient(90deg, rgba(2, 41, 112, 1) 0%, rgba(0, 144, 165, 1) 80%);
background: linear-gradient(90deg, rgba(2, 41, 112, 1) 0%, rgba(0, 144, 165, 1) 80%);
color: #fff;
font-size: 2.8rem;
font-weight: 700;
letter-spacing: 0.1rem;
line-height: 1.4;
text-align: center;
}
.addParts02 .name {
margin: 0 0 4rem 0;
color: #11203b;
font-size: 4rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
}
.addParts02 .name span {
background: linear-gradient(transparent 80%, #edd971 80%);
font-weight: 700;
}
.addParts02 .fig {
width: 60rem;
margin: 0 auto;
text-align: center;
}
.addParts02 .fig + .caption {
text-align: center;
}
.addParts02 .title {
position: relative;
margin: 10rem 0 4rem 0;
color: #11203b;
font-size: 3.2rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
z-index: 3;
}
.addParts02 ul:not([class]) {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 6rem 0 4rem;
font-size: 1.9rem;
}
.addParts02 ul:not([class])::after {
display: block;
width: calc((100% - 16rem) / 3);
content: "";
}
.addParts02 ul:not([class]) li {
width: calc((100% - 6rem) / 3);
font-weight: 700;
line-height: 1.6;
}
.addParts02 table th {
width: 25rem;
}
.block-point {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
position: relative;
margin: 7rem 0 0 0;
z-index: 2;
}
.block-point::before {
position: absolute;
left: 0;
bottom: 100%;
width: 39rem;
height: 21.2rem;
background: url(img/add02_bg_04.png) no-repeat left top;
background-size: contain;
content: "";
z-index: -1;
}
.block-point .box {
position: relative;
width: calc((100% - 2.4rem) / 2);
padding: 3.5rem 2.5rem 2.5rem 2.5rem;
background: #eff3f6;
}
.block-point .box::before {
position: absolute;
left: 2.5rem;
top: -1.5rem;
width: 9.6rem;
height: 3rem;
background: url(img/add02_bg_02.png) no-repeat left top;
background-size: contain;
content: "";
}
.block-point .box:nth-child(2)::before {
background: url(img/add02_bg_03.png) no-repeat left top;
background-size: contain;
}
.block-point .box .ttl {
display: flex;
align-items: center;
margin: 0 0 1.5rem 0;
color: #11203b;
font-size: 1.8rem;
font-weight: 700;
line-height: 1.4;
}
.block-point .box p:not([class]) {
margin: 1em 0 0 0;
}
.block-case {
padding: 3.5rem;
border: 1px solid #000;
}
.block-case .box {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.block-case .box-fig {
width: 10rem;
}
.block-case .box-fig .fig {
width: 10rem;
height: 10rem;
padding: 2.2rem 0.5rem 0.5rem 0.5rem;
background: #11203b;
border-radius: 50%;
color: #fff;
font-size: 1.6rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
}
.block-case .box:nth-child(2) {
margin: 3.5rem 0 0 0;
}
.block-case .box:nth-child(2) .box-fig .fig {
background: #c1a100;
}
.block-case .box-fig .fig span {
font-size: 2.6rem;
}
.block-case .box-txt {
width: calc(100% - 10rem);
padding: 0 0 0 3rem;
}
.block-case .box-txt .ttl {
margin: 0 0 1.5rem 0;
color: #11203b;
font-size: 2rem;
font-weight: 700;
line-height: 1.4;
}
.block-case .box-txt .caption {
text-align: right;
}


/*--------------------------------------
addParts03
---------------------------------------*/
.addParts03 {
padding: 10rem 0 0 0;
}
.addParts03  .check {
margin: 6rem 0 4rem 0;
}
.addParts03 .float-wrap {
margin: 0 0 4rem 0;
}
.addParts03 .float-wrap .fl {
width: 12rem;
margin: 0 5rem 1rem 0;
text-align: center;
}
.block-merit {
margin: 0 3.5rem;
}


/*--------------------------------------
addParts04
---------------------------------------*/
.addParts04 {
padding: 5rem 0 0 0;
}
.addParts04 .block {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 0 6rem 0;
}
.addParts04 .block .box-fig {
width: 53rem;
padding: 2rem 0 0 0;
text-align: center;
}
.addParts04 .block .box-txt {
width: calc(100% - 53rem);
padding: 0 5rem 0 0;
}
.addParts04 .block .ttl {
position: relative;
margin: 0 0 3rem 0;
padding: 0 0 7rem 2rem;
color: #11203b;
font-size: 3.6rem;
font-weight: 700;
letter-spacing: 0.1rem;
line-height: 1.4;
}
.addParts04 .block .ttl::before {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 8.8rem;
background: #eff3f6;
content: "";
z-index: -1;
}
.addParts04 .block .ttl::after {
position: absolute;
left: 0;
bottom: 1.5rem;
width: calc(100% + 2.5rem);
height: 4rem;
padding: 1rem 0 0 3rem;
border-top: 2px solid #11203b;
box-sizing: border-box;
color: #11203b;
font-size: 1.6rem;
font-weight: 700;
letter-spacing: 0.2rem;
content: "COMPANY";
}
.addParts04 .block .ttl a {
display: block;
padding: 0 4rem 0 0;
background: url(img/arrow01_black.svg) no-repeat right center;
background-size: 2rem auto;
color: inherit;
text-decoration: none;
}
.addParts04 .block p:not([class]) {
margin: 0 0 0 1rem;
}
.addParts04 .frame-wrap::after {
display: block;
width: calc((100% - 4.8rem) / 3);
content: "";
}
.addParts04 .frame-wrap .frame {
width: calc((100% - 4.8rem) / 3);
padding: 2.5rem;
}
.addParts04 .frame-wrap .frame-head {
padding: 0 0 2rem 0;
}
.addParts04 .frame-wrap .frame-head .ttl {
font-size: 2.2rem;
}


/*--------------------------------------
addParts05
---------------------------------------*/
.addParts05 {
padding: 15rem 0 0 0;
}
.block-corporation {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.block-corporation::after {
display: block;
width: calc((100% - 8rem) / 3);
content: "";
}
.block-corporation .box {
width: calc((100% - 8rem) / 3);
margin: 0 0 5rem 0;
background: #fff;
}
.block-corporation .box .fig {
margin: 0 0 2.5rem 0;
text-align: center;
}
.block-corporation .box .ttl {
display: flex;
align-items: center;
justify-content: center;
margin: 0 0 2rem 0;
color: #11203b;
font-size: 2.2rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
}
.block-corporation .box .ttl a {
display: block;
width: 100%;
padding: 0 3rem 0 0;
background: url(img/arrow01_black.svg) no-repeat right center;
background-size: 2rem auto;
color: inherit;
text-decoration: none;
}
.block-corporation .box p:not([class]) {
margin: 0;
}


/*--------------------------------------
addParts06
---------------------------------------*/
.addParts06 {
padding: 15rem 0 0 0;
}


/*--------------------------------------
addParts07
---------------------------------------*/
.addParts07 {
padding: 10rem 0 0 0;
}
.addParts07 .box-wrap .box-head .ttl {
font-size: 2.2rem;
}
.addParts07 .box-wrap .box-head .ttl a {
padding: 1rem 5rem 1rem 2rem;
background: #eff3f6 url(img/arrow01_black.svg) no-repeat right 2rem center;
background-size: 2rem auto;
}


/*--------------------------------------
addParts08
---------------------------------------*/
.addParts08 {
padding: 10rem 0 5rem 0;
}

































@media screen and (max-width: 480px) {

/*--------------------------------------
common
---------------------------------------*/
.main-index {
padding: 0;
font-size:1.4rem;
}


/*--------------------------------------
heading
---------------------------------------*/
.main-index h2:not([class]) {
margin: 1.5rem 0 4rem 1.5rem;
padding: 1.5rem;
font-size: 2.4rem;
letter-spacing: 0;
}
.main-index h2:not([class])::before {
left: -1.5rem;
top: -1.5rem;
}

.main-index h3:not([class]) {
margin: 4rem 0 2rem 0;
padding: 1.5rem;
font-size: 2.1rem;
}
.main-index h3:not([class])::before {
bottom: 0.6rem;
}


/*--------------------------------------
block-head
---------------------------------------*/
.block-head {
margin: 4rem 0;
}
.block-head::before {
left: -1.5rem;
width: calc(100% - 0.5rem);
}
.block-head .box::before {
left: -1rem;
top: -1rem;
width: 100%;
}
.block-head .box::after {
left: 0;
bottom: calc(100% -2.2rem);
height: 3rem;
font-size: 3rem;
}
.block-head .title {
width: 100%;
padding: 1.5rem 3rem 1.5rem 1rem;
font-size: 2.4rem;
letter-spacing: 0;
}
.block-head .title span {
font-size: 1.8rem;
}
.block-head .text {
display: block;
width: 100%;
padding: 0 3rem 3rem 1rem;
}
.block-head .text p:not([class]) {
margin: 0;
}


/*--------------------------------------
visArea
---------------------------------------*/
#visArea {
display: block;
min-height: auto;
padding: 2.5rem 1.5rem 3rem;
background: url(img/mv_bg_03.jpg) no-repeat center center;
background-size: cover;
}
#visArea .mainArea {
width: 100%;
}
#visArea .mainAreaInner {
width: 100%;
}
#visArea .title {
margin: 0 0 2.5rem 0;
color: #11203b;
letter-spacing: 0;
}
#visArea .title .txt-1 {
display: inline-block;
margin: 0 0 2.5rem 0;
font-size: 3.125vw;
}
#visArea .title .txt-1 span {
margin: 0 0.5rem 0 0;
font-size: 3.75vw;
}
#visArea .title .txt-2 {
font-size: 2.4rem;
}
#visArea .title .txt-3 {
font-size: 4.0rem;
}
#visArea p:not([class]) {
font-size: 1.4rem;
}


/*--------------------------------------
addParts02
---------------------------------------*/
.addParts02 {
padding: 5rem 0;
background-size: 120% auto;
}
.addParts02-company {
position: relative;
margin: 5rem 0 0 0;
padding: 3rem 1.2rem;
background: #fff;
}
.addParts02 table {
margin: 0;
}
.addParts02 table th {
width: 22rem;
}
.addParts02 .catch-title {
width: 100%;
margin: 0 auto 2rem auto;
padding: 1rem;
font-size: 1.8rem;
letter-spacing: 0;
}
.addParts02 .name {
margin: 0 0 3rem 0;
font-size: 2.8rem;
}
.addParts02 .fig {
width: 100%;
}
.addParts02 .title {
margin: 6rem 0 3rem 0;
font-size: 2rem;
}
.addParts02 ul:not([class]) {
display: initial;
}
.addParts02 ul:not([class])::after {
display: none;
content: none;
}
.addParts02 ul:not([class]) li {
width: 100%;
font-size: 1.5rem;
line-height: 1.8;
}
.addParts02 table th {
width: 100%;
}
.block-point {
display: block;
margin: 5rem 0 0 0;
}
.block-point::before {
width: 100%;
height: 14rem;
}
.block-point .box {
position: relative;
width: 100%;
margin: 0 0 4rem 0;
padding: 3.5rem 2.5rem 2.5rem 2.5rem;
}
.block-case {
padding: 2rem;
}
.block-case .box {
display: block;
position: relative;
}
.block-case .box-fig {
position: absolute;
left: -0.5rem;
top: 0;
width: 7rem;
}
.block-case .box-fig .fig {
width: 7rem;
height: 7rem;
padding: 1.6rem 0 0 0;
font-size: 1.2rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
}
.block-case .box-fig .fig span {
font-size: 1.8rem;
}
.block-case .box-txt {
width: 100%;
padding: 0;
}
.block-case .box-txt .ttl {
display: flex;
align-items: center;
min-height: 7rem;
padding: 0 0 0 7.5rem;
font-size: 1.8rem;
}
.addParts02 .btn-web {
margin: 3rem auto 0 auto;
}
.addParts02 .btn-tel {
margin: 1.8rem auto 3rem auto;
}


/*--------------------------------------
addParts03
---------------------------------------*/
.addParts03 {
padding: 5rem 0 0 0;
}
.addParts03  .check {
margin: 4rem 0 3rem 0;
}
.addParts03 .float-wrap {
margin: 0 0 2rem 0;
}
.addParts03 .float-wrap .fl {
width: 8rem;
margin: 0 auto 1.5rem auto;
}
.block-merit {
margin: 0;
}
.addParts03 .box-wrap {
margin: 6rem 0 0 0;
}


/*--------------------------------------
addParts04
---------------------------------------*/
.addParts04 {
padding: 5rem 0 0 0;
}
.addParts04 .block {
display: block;
margin: 0 0 6rem 0;
}
.addParts04 .block .box-fig {
display: none;
}
.addParts04 .block .box-txt {
width: 100%;
padding: 0;
}
.addParts04 .block .box-txt .fig {
margin: 0 auto 1.5rem auto;
text-align: center;
}
.addParts04 .block .ttl {
margin: 0 0 2rem 0;
padding: 0 0 6rem 1rem;
font-size: 2.4rem;
letter-spacing: 0;
}
.addParts04 .block .ttl::before {
height: 7rem;
}
.addParts04 .block .ttl::after {
bottom: 0.5rem;
width: calc(100% + 1rem);
font-size: 1.5rem;
}
.addParts04 .block .ttl a {
padding: 0 3rem 0 0;
background-size: 16px auto;
}
.addParts04 .frame-wrap::after {
display: none;
content: none;
}
.addParts04 .frame-wrap .frame {
width: 100%;
}
.addParts04 .frame-wrap .frame-head .ttl {
font-size: 2rem;
}


/*--------------------------------------
addParts05
---------------------------------------*/
.addParts05 {
padding: 4rem 0 0 0;
}
.block-corporation {
display: block;
}
.block-corporation::after {
display: none;
content: none;
}
.block-corporation .box {
width: 100%;
margin: 0 0 5rem 0;
}
.block-corporation .box .fig {
width: 100%;
margin: 0 auto 2rem auto;
text-align: center;
}
.block-corporation .box .fig img {
width: 100%;
height: 13rem;
object-fit: cover;
}
.block-corporation .box .ttl {
margin: 0 0 1.5rem 0;
font-size: 2rem;
}


/*--------------------------------------
addParts06
---------------------------------------*/
.addParts06 {
padding: 2rem 0 0 0;
}


/*--------------------------------------
addParts07
---------------------------------------*/
.addParts07 {
padding: 4rem 0 0 0;
}
.addParts07 .box-wrap .box-head .ttl {
font-size: 2rem;
}

/*--------------------------------------
addParts08
---------------------------------------*/
.addParts08 {
padding: 5rem 0;
}

}
