@charset 'UTF-8';

/*  about-glopac
--------------------------------------- */

main .inner {
max-width: 1330px;
margin: 0 auto;
padding: 0 20px;
box-sizing: border-box;
}

.kv .play a {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 705px;
background: url("/en/glopac/assets/img/about-glopac/bg_kv_01.jpg") no-repeat center;
background-size: cover;
}

.kv .overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.7);
z-index: 10001;
}

.about {
position: relative;
padding: 75px 0 212px;
}

.about .img {
position: absolute;
top: 225px;
right: 0;
}

.about .img:before {
content: '';
position: absolute;
top: -150px;
right: 0;
width: 795px;
height: 705px;
background: #003ea0;
background: -moz-linear-gradient(top left, #2ba5dc 0%, #003ea0 100%);
background: -webkit-gradient(linear, left top, right bottom, from(#2ba5dc), to(#003ea0));
background: -webkit-linear-gradient(top left, #2ba5dc 0%, #003ea0 100%);
background: -o-linear-gradient(top left, #2ba5dc 0%, #003ea0 100%);
background: -ms-linear-gradient(top left, #2ba5dc 0%, #003ea0 100%);
background: linear-gradient(to bottom right, #2ba5dc 0%, #003ea0 100%);
z-index: -1;
}

.about .inner .txtBox {
max-width: 600px;
padding: 30px 0 0;
}

.about .inner .txtBox h1 {
margin: 70px 0 60px;
font-size: 6em;
font-weight: 100;
line-height: 1;
}

.about .inner .txtBox .txt {
font-size: 2.2em;
line-height: 1.46;
}

.why {
position: relative;
padding: 100px 0 155px;
}

.why h2 {
position: relative;
margin: 0 0 136px;
padding: 0 0 0 75px;
font-size: 4.8em;
font-weight: 100;
line-height: 1;
}

.why h2:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 5px;
height: 120px;
background: #0a3c8c;
}

.why .lead {
margin: 0 0 55px;
font-size: 3em;
font-weight: 700;
text-align: center;
}

.why ul {
display: flex;
justify-content: space-between;
max-width: 1140px;
margin: 0 auto;
}

.why ul li {
width: 30%;
}

.why ul li .img {
text-align: center;
}

.why ul li .txt {
margin: 70px 0 0;
font-size: 2em;
line-height: 1.6;
}

.what {
min-height: 885px;
color: #fff;
padding: 120px 0;
box-sizing: border-box;
}

.what .inner {
position: relative;
max-width: 1480px;
}

.what .inner:before {
content: '';
position: absolute;
top: -120px;
left: 20px;
width: 990px;
height: 885px;
background: #003ea0;
background: -moz-linear-gradient(top left, #2ba5dc 0%, #003ea0 100%);
background: -webkit-gradient(linear, left top, right bottom, from(#2ba5dc), to(#003ea0));
background: -webkit-linear-gradient(top left, #2ba5dc 0%, #003ea0 100%);
background: -o-linear-gradient(top left, #2ba5dc 0%, #003ea0 100%);
background: -ms-linear-gradient(top left, #2ba5dc 0%, #003ea0 100%);
background: linear-gradient(to bottom right, #2ba5dc 0%, #003ea0 100%);
z-index: -1;
}

.what .img {
position: absolute;
top: 0;
right: 95px;
}

.what .txtBox {
width: 485px;
margin: 0 0 0 150px;
}

.what h2 {
position: relative;
margin: 0 0 60px;
font-size: 4.8em;
font-weight: 100;
line-height: 1;
}

.what h2:before {
content: '';
position: absolute;
top: 0;
left: -75px;
width: 5px;
height: 120px;
background: #fff;
}

.what .txtBox p {
font-size: 2em;
line-height: 1.6;
}

.what .txtBox p + p {
margin: 32px 0 0;
}

.where {
position: relative;
max-width: 1330px;
margin: 0 auto;
padding: 150px 20px 147px;
box-sizing: border-box;
}

.where h2 {
position: relative;
margin: 0 0 136px;
padding: 0 0 0 75px;
font-size: 4.8em;
font-weight: 100;
line-height: 1;
}

.where h2:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 5px;
height: 120px;
background: #0a3c8c;
}

.where .txt {
max-width: 1140px;
margin: 0 auto 60px;
font-size: 2em;
line-height: 1.6;
}

.where .img {
text-align: center;
}

.history {
position: relative;
margin: 0 0 150px;
padding: 120px 0;
background: #003ea0;
background: -moz-linear-gradient(top left, #2ba5dc 0%, #003ea0 100%);
background: -webkit-gradient(linear, left top, right bottom, from(#2ba5dc), to(#003ea0));
background: -webkit-linear-gradient(top left, #2ba5dc 0%, #003ea0 100%);
background: -o-linear-gradient(top left, #2ba5dc 0%, #003ea0 100%);
background: -ms-linear-gradient(top left, #2ba5dc 0%, #003ea0 100%);
background: linear-gradient(to bottom right, #2ba5dc 0%, #003ea0 100%);
}

.history:after {
content: '';
position: absolute;
top: 120px;
right: 0;
width: 540px;
height: 1230px;
max-height: 100%;
background: url("/en/glopac/assets/img/about-glopac/img_history_01.jpg") no-repeat center;
filter: drop-shadow(0 15px 20px rgba(0,0,0,0.1));
}

.history .inner {
max-width: 1180px;
}

.history .txtBox {
max-width: 735px;
color: #fff;
}

.history h2 {
position: relative;
margin: 0 0 140px;
font-size: 4.8em;
font-weight: 100;
line-height: 1;
}

.history h2:before {
content: '';
position: absolute;
top: 0;
left: -75px;
width: 5px;
height: 120px;
background: #fff;
}

.history .txtBox .lead {
margin: 0 0 60px;
font-size: 2em;
line-height: 1.6;
}

.history .txtBox table {
width: 100%;
}

.history .txtBox table tr:nth-child(odd) {
background: rgba(255,255,255,0.05);
}

.history .txtBox table th {
width: 180px;
padding: 30px 8px 25px 30px;
font-size: 1.6em;
font-weight: 700;
line-height: 1.625;
box-sizing: border-box;
}

.history .txtBox table td {
padding: 30px 65px 25px;
font-size: 1.6em;
line-height: 1.625;
}

.imagine {
margin: 0 0 135px;
padding: 130px 0 145px;
}

.imagine h2 {
margin: 0 0 50px;
font-size: 6em;
font-weight: 1;
text-align: center;
}

.imagine .txtBox {
position: relative;
padding: 725px 0 200px;
background: #f0f0f0;
}

.imagine .txtBox:after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 675px;
background: url("/en/glopac/assets/img/about-glopac/img_imagine_01.jpg") no-repeat center;
background-size: cover;
}

.imagine .txtBox .lead {
width: 100%;
max-width: 1180px;
margin: 0 auto;
padding: 0 20px;
font-size: 2em;
line-height: 1.6;
box-sizing: border-box;
}

.imagine .txtBox .bnr {
position: absolute;
left: 0;
right: 0;
bottom: -135px;
width: 100%;
max-width: 1180px;
margin: 0 auto;
padding: 0 20px;
box-sizing: border-box;
filter: drop-shadow(0 0 30px rgba(0,0,0,0.1));
}

.imagine .txtBox .bnr a {
display: block;
padding: 87px 0 87px 75px;
color: #0a3c8c;
font-size: 3.6em;
line-height: 1.12;
border: 1px solid #0a3c8c;
background: #fff url("/en/glopac/assets/img/about-glopac/bg_imagine_01.jpg") no-repeat right center;
background-size: auto 100%;
}

.imagine .txtBox .bnr span {
display: block;
font-weight: 700;
}


.secretary {
padding: 130px 20px 210px;
}

.secretary h2 {
margin: 0 0 65px;
font-size: 6em;
font-weight: 100;
text-align: center;
}

.secretary .box {
position: relative;
max-width: 1290px;
margin: 0 auto;
color: #fff;
background: #003ea0;
background: -moz-linear-gradient(left, #2ba5dc 0%, #003ea0 100%);
background: -webkit-gradient(linear, left center, right center, from(#2ba5dc), to(#003ea0));
background: -webkit-linear-gradient(left, #2ba5dc 0%, #003ea0 100%);
background: -o-linear-gradient(left, #2ba5dc 0%, #003ea0 100%);
background: -ms-linear-gradient(left, #2ba5dc 0%, #003ea0 100%);
background: linear-gradient(to right, #2ba5dc 0%, #003ea0 100%);
box-sizing: border-box;
}

.secretary .box .img {
position: absolute;
right: 75px;
bottom: -75px;
z-index: 2;
}

.secretary .box .img:before {
content: '';
position: absolute;
top: -45px;
left: -45px;
width: 100%;
height: 100%;
background: #fff;
z-index: -1;
}

.secretary .box .boxInner {
padding: 100px 53.48% 75px 5.814%;
}

.secretary .box h3 {
font-size: 2.8em;
line-height: 1.15;
}

.secretary .box ul {
margin: 30px 0 10px;
padding: 5px 0 8px;
border-top: 1px solid #6bc0e7;
border-bottom: 1px solid #6bc0e7;
}

.secretary .box ul li {
padding: 0 0 0 25px;
font-size: 1.4em;
}

.secretary .box ul li.map {
background: url("/en/glopac/assets/img/ico_map_01.png") no-repeat left center;
}

.secretary .box ul li.time {
background: url("/en/glopac/assets/img/ico_time_02.png") no-repeat left center;
}

.secretary .box .txt {
margin: 0 0 25px;
font-size: 1.6em;
line-height: 1.625;
}

.secretary .box .btn {
width: 210px;
}

.secretary .box .btn a {
display: block;
padding: 12px 0;
color: #fff;
font-size: 1.4em;
text-align: center;
background: #0a3c8c;
}

.secretary .box .btn a:hover {
color: #0a3c8c;
background: #fff;
opacity: 1;
}

.staff {
display: flex;
justify-content: space-between;
max-width: 1330px;
margin: 0 auto;
padding: 80px 20px 225px;
box-sizing: border-box;
}

.staff .img {
width: 50%;
}

.staff .txtBox {
width: 38.372%;
padding: 60px 0 0;
}

.staff h2 {
position: relative;
margin: 0 0 60px;
font-size: 4.8em;
font-weight: 100;
line-height: 1;
}

.staff h2:before {
content: '';
position: absolute;
top: 0;
left: -75px;
width: 5px;
height: 120px;
background: #0a3c8c;
}

.staff .txtBox .txt {
margin: 0 0 50px;
font-size: 2em;
line-height: 1.75;
}

.staff .txtBox .btn {
width: 210px;
}

.staff .txtBox .btn a {
display: block;
padding: 11px 0;
color: #fff;
font-size: 1.4em;
text-align: center;
border: 1px solid #0a3c8c;
background: #0a3c8c;
}

.staff .txtBox .btn a:hover {
color: #0a3c8c;
background: #fff;
opacity: 1;
}

.tomodachi {
margin: 0 0 130px;
padding: 190px 0 165px;
background: url("/en/glopac/assets/img/about-glopac/bg_tomodachi_01.jpg") no-repeat center;
background-size: cover;
}

.tomodachi h2 {
color: #fff;
font-size: 6em;
line-height: 1;
text-align: center;
}

.tomodachi .txt {
max-width: 1030px;
margin: 100px auto 60px;
padding: 0 20px;
color: #fff;
font-size: 2em;
line-height: 1.6;
box-sizing: border-box;
}

.tomodachi .btn {
width: 210px;
margin: 0 auto;
}

.tomodachi .btn a {
display: block;
padding: 12px 0;
color: #fff;
font-size: 1.4em;
text-align: center;
background: #222;
}

.tomodachi .btn a:hover {
color: #222;
background: #fff;
opacity: 1;
}

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

.about .img {
top: 14.5vw;
right: 0;
width: 46.45vw;
}

.about .img:before {
top: -9.67vw;
right: 0;
width: 51.29vw;
height: 45.483vw;
}

.about .inner .txtBox {
max-width: 37.7vw;
padding: 1.93vw 0 0;
}

.about .inner .txtBox h1 {
margin: 4.51vw 0 3.86vw;
font-size: 3.86vw;
}

.about .inner .txtBox .txt {
font-size: 1.42vw;
}

.history {
position: relative;
margin: 0 0 9.67vw;
padding: 7.742vw 0;
}

.history:after {
content: '';
position: absolute;
top: 7.742vw;
right: 0;
width: 34vw;
height: 100%;
background: url("/en/glopac/assets/img/about-glopac/img_history_01.jpg") no-repeat center;
background-size: cover;
filter: drop-shadow(0 15px 20px rgba(0,0,0,0.1));
}

.history .inner {
max-width: 76.13vw;
}

.history .txtBox {
max-width: 47vw;
color: #fff;
}


}


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

.what {
min-height: 61vw;
color: #fff;
padding: 120px 0;
box-sizing: border-box;
}

.what .inner:before {
width: 68.27vw;
height: 61vw;
}

.what .img {
top: 0;
right: 6.2vw;
width: 40vw;
}

.what .txtBox {
width: 33.44vw;
margin: 0 0 0 10.34vw;
}


}

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

.kv .play a {
height: 500px;
}

.why h2 {
margin: 0 0 100px;
font-size: 3.2em;
font-weight: 100;
}

.why h2:before {
left: -55px;
width: 5px;
height: 100px;
}

.why .lead {
font-size: 2.4em;
}

.why ul li .img {
width: 60%;
margin: 0 auto;
text-align: center;
}

.why ul li .txt {
margin: 40px 0 0;
font-size: 1.6em;
}

.what {
min-height: 61vw;
color: #fff;
padding: 120px 0;
box-sizing: border-box;
}

.what .inner:before {
top: -120px;
left: 20px;
width: 68.27vw;
height: calc(100% + 240px);
}

.what h2 {
margin: 0 0 100px;
font-size: 3.2em;
font-weight: 100;
}

.what h2:before {
left: -55px;
width: 5px;
height: 100px;
}

.what .txtBox p {
font-size: 1.6em;
line-height: 1.6;
}

.what .txtBox p + p {
margin: 26px 0 0;
}

.where h2 {
margin: 0 0 100px;
font-size: 3.2em;
font-weight: 100;
}

.where h2:before {
left: 0;
width: 5px;
height: 100px;
}

.where .txt {
font-size: 1.6em;
}

.history h2 {
margin: 0 0 100px;
font-size: 3.2em;
font-weight: 100;
}

.history h2:before {
left: -55px;
width: 5px;
height: 100px;
}

.history .txtBox .lead {
margin: 0 0 40px;
font-size: 1.6em;
line-height: 1.6;
}

.history .txtBox table th {
width: 160px;
padding: 20px 8px 15px 20px;
font-size: 1.4em;
}

.history .txtBox table td {
padding: 20px 25px 15px;
font-size: 1.4em;
}

.imagine h2 {
font-size: 4.8em;
}

.imagine .txtBox {
position: relative;
padding: 525px 0 100px;
background: #f0f0f0;
}

.imagine .txtBox:after {
width: 100%;
height: 475px;
}

.imagine .txtBox .lead {
font-size: 1.6em;
}

.imagine .txtBox .bnr {
max-width: 800px;
}

.imagine .txtBox .bnr a {
padding: 50px 0 50px 45px;
font-size: 2.8em;
line-height: 1.5;
}

.secretary h2 {
margin: 0 0 45px;
font-size: 4.8em;
}

.secretary .box .boxInner {
padding: 90px 53.48% 45px 5.814%
}

.secretary .box .img {
right: 3.75vw;
bottom: -3.75vw;
width: 40vw;
}

.secretary .box .img:before {
top: -3.75vw;
left: -3.75vw;
}

.staff h2 {
margin: 0 0 100px;
font-size: 3.2em;
font-weight: 100;
}

.staff h2:before {
left: -55px;
width: 5px;
height: 100px;
}

.staff .txtBox .txt {
font-size: 1.6em;
}

.tomodachi {
padding: 100px 0 80px;
}

.tomodachi h2 {
font-size: 4.8em;
}

.tomodachi .txt {
font-size: 1.6em;
}

}

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

.about {
padding: 75px 0 0;
}

.about .inner .txtBox h1 {
font-size: 3.3em;
}

.about .inner .txtBox .txt {
font-size: 1.5em;
}

}

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

main .inner {
max-width: inherit;
padding: 0;
}

.kv .play a {
height: 60vw;
}

.kv .play a img {
width: 10vw;
}

.kv .overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.7);
z-index: 10001;
}

.about {
position: relative;
padding: 8vw 0;
}

.about .img {
position: static;
width: 100%;
margin: 0;
padding: 6vw 20vw;
background: #003ea0;
background: -moz-linear-gradient(top left, #2ba5dc 0%, #003ea0 100%);
background: -webkit-gradient(linear, left top, right bottom, from(#2ba5dc), to(#003ea0));
background: -webkit-linear-gradient(top left, #2ba5dc 0%, #003ea0 100%);
background: -o-linear-gradient(top left, #2ba5dc 0%, #003ea0 100%);
background: -ms-linear-gradient(top left, #2ba5dc 0%, #003ea0 100%);
background: linear-gradient(to bottom right, #2ba5dc 0%, #003ea0 100%);
box-sizing: border-box;
}

.about .img:before {
display: none;
}

.about .inner .txtBox {
width: 92vw;
max-width: inherit;
margin: 0 auto;
padding: 0 0 8vw;
}

.about .inner .txtBox .logo {
width: 25vw;
margin: 0 auto;
}

.about .inner .txtBox h1 {
margin: 6.4vw 0 5vw;
font-size: 8vw;
font-weight: 100;
line-height: 1;
}

.about .inner .txtBox .txt {
font-size: 3.73vw;
line-height: 1.5;
}

.why {
position: relative;
padding: 8vw 0 12vw;
}

.why h2 {
position: relative;
margin: 0 0 12vw;
padding: 0 0 0 9.6vw;
font-size: 6.4vw;
font-weight: 100;
line-height: 1;
}

.why h2:before {
left: 4vw;
width: 0.67vw;
height: 12vw;
}

.why .lead {
margin: 0 0 8vw;
font-size: 4.8vw;
}

.why ul {
width: 92vw;
margin: 0 auto;
}

.why ul li .img {
width: 15vw;
}

.why ul li .txt {
margin: 6.4vw 0 0;
font-size: 3.2vw;
line-height: 1.6;
}

.what {
min-height: inherit;
padding: 8vw 0;
background: #003ea0;
background: -moz-linear-gradient(top left, #2ba5dc 0%, #003ea0 100%);
background: -webkit-gradient(linear, left top, right bottom, from(#2ba5dc), to(#003ea0));
background: -webkit-linear-gradient(top left, #2ba5dc 0%, #003ea0 100%);
background: -o-linear-gradient(top left, #2ba5dc 0%, #003ea0 100%);
background: -ms-linear-gradient(top left, #2ba5dc 0%, #003ea0 100%);
background: linear-gradient(to bottom right, #2ba5dc 0%, #003ea0 100%);
}

.what .inner {
position: relative;
width: 92vw;
max-width: inherit;
}

.what .inner:before {
display: none;
}

.what .img {
position: static;
width: 60vw;
margin: 0 auto;
}

.what .txtBox {
width: 100%;
margin: 8vw 0 0;
}

.what h2 {
position: relative;
margin: 0 0 12vw;
padding: 0 0 0 5.6vw;
font-size: 6.4vw;
font-weight: 100;
line-height: 1;
}

.what h2:before {
left: 0;
width: 0.67vw;
height: 12vw;
}

.what .txtBox p {
font-size: 3.73vw;
line-height: 1.6;
}

.what .txtBox p + p {
margin: 32px 0 0;
}

.where {
position: relative;
width: 92vw;
max-width: inherit;
margin: 0 auto;
padding: 12vw 0;
box-sizing: border-box;
}

.where h2 {
position: relative;
margin: 0 0 12vw;
padding: 0 0 0 5.6vw;
font-size: 6.4vw;
font-weight: 100;
line-height: 1;
}

.where h2:before {
left: 0;
width: 0.67vw;
height: 12vw;
}

.where .txt {
margin: 0 auto 8vw;
font-size: 3.73vw;
line-height: 1.6;
}

.where .img {
text-align: center;
}

.history {
position: relative;
margin: 0 0 8vw;
padding: 12vw 0;
background: #003ea0;
background: -moz-linear-gradient(top left, #2ba5dc 0%, #003ea0 100%);
background: -webkit-gradient(linear, left top, right bottom, from(#2ba5dc), to(#003ea0));
background: -webkit-linear-gradient(top left, #2ba5dc 0%, #003ea0 100%);
background: -o-linear-gradient(top left, #2ba5dc 0%, #003ea0 100%);
background: -ms-linear-gradient(top left, #2ba5dc 0%, #003ea0 100%);
background: linear-gradient(to bottom right, #2ba5dc 0%, #003ea0 100%);
}

.history:after {
content: '';
position: absolute;
top: auto;
bottom: -8vw;
right: 0;
width: 16vw;
height: 130vw;
background: url("/en/glopac/assets/img/about-glopac/img_history_01.jpg") no-repeat left bottom;
background-size: cover;
filter: drop-shadow(0 10px 15px rgba(0,0,0,0.1));
}

.history .inner {
max-width: inherit;
}

.history .txtBox {
max-width: inherit;
width: 92vw;
margin: 0 auto;
color: #fff;
}

.history h2 {
position: relative;
margin: 0 0 12vw;
padding: 0 0 0 5.6vw;
font-size: 6.4vw;
font-weight: 100;
line-height: 1;
}

.history h2:before {
left: 0;
width: 0.67vw;
height: 12vw;
}

.history .txtBox .lead {
margin: 0 0 8vw;
font-size: 3.73vw;
line-height: 1.6;
}

.history .txtBox table {
width: 75vw;
}

.history .txtBox table th {
width: 22vw;
padding: 4vw 3.2vw 3.2vw;
font-size: 3.2vw;
font-weight: 700;
line-height: 1.625;
box-sizing: border-box;
}

.history .txtBox table td {
padding: 4vw 3.2vw 3.2vw;
font-size: 3.2vw;
line-height: 1.625;
}

.imagine {
margin: 0 0 8vw;
padding: 12vw 0 8vw;
}

.imagine h2 {
margin: 0 0 8vw;
font-size: 8vw;
font-weight: 1;
text-align: center;
}

.imagine .txtBox {
position: relative;
padding: 70vw 0 17vw;
background: #f0f0f0;
}

.imagine .txtBox:after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 64vw;
background: url("/en/glopac/assets/img/about-glopac/img_imagine_01.jpg") no-repeat center;
background-size: cover;
}

.imagine .txtBox .lead {
width: 92vw;
max-width: inherit;
margin: 0 auto;
padding: 0;
font-size: 3.73vw;
line-height: 1.6;
box-sizing: border-box;
}

.imagine .txtBox .bnr {
position: absolute;
left: 0;
right: 0;
bottom: -10.4vw;
width: 92vw;
max-width: inherit;
margin: 0 auto;
padding: 0;
box-sizing: border-box;
filter: drop-shadow(0 0 20px rgba(0,0,0,0.1));
}

.imagine .txtBox .bnr a {
display: block;
padding: 4.8vw 0 4.8vw 6.4vw;
color: #0a3c8c;
font-size: 4.8vw;
line-height: 1.12;
border: 1px solid #0a3c8c;
background: #fff url("/en/glopac/assets/img/about-glopac/bg_imagine_01.jpg") no-repeat right center;
background-size: auto 100%;
}

.imagine .txtBox .bnr span {
display: block;
font-weight: 700;
}

.secretary {
padding: 14vw 0;
}

.secretary h2 {
margin: 0 0 7vw;
font-size: 8vw;
font-weight: 100;
text-align: center;
}

.secretary .box {
position: relative;
max-width: 1290px;
margin: 0 auto;
padding: 12vw 0;
color: #fff;
background: #003ea0;
background: -moz-linear-gradient(top left, #2ba5dc 0%, #003ea0 100%);
background: -webkit-gradient(linear, left top, right bottom, from(#2ba5dc), to(#003ea0));
background: -webkit-linear-gradient(top left, #2ba5dc 0%, #003ea0 100%);
background: -o-linear-gradient(top left, #2ba5dc 0%, #003ea0 100%);
background: -ms-linear-gradient(top left, #2ba5dc 0%, #003ea0 100%);
background: linear-gradient(to bottom right, #2ba5dc 0%, #003ea0 100%);
box-sizing: border-box;
}

.secretary .box .img {
position: static;
width: 76vw;
margin: 0 auto;
border: 4vw solid #fff;
box-sizing: border-box;
}

.secretary .box .img:before {
display: none;
}

.secretary .box .boxInner {
width: 76vw;
margin: 0 auto;
padding: 6vw 0 0
}

.secretary .box h3 {
font-size: 5.33vw;
line-height: 1;
}

.secretary .box ul {
margin: 3vw 0 2vw;
padding: 2vw 0 2vw;
border-top: 1px solid #6bc0e7;
border-bottom: 1px solid #6bc0e7;
}

.secretary .box ul li {
padding: 0 0 0 6vw;
font-size: 2.66vw;
}

.secretary .box ul li.map {
margin: 0 0 2vw;
background: url("/en/glopac/assets/img/ico_map_01.png") no-repeat left 0.5vw;
background-size: 3.2vw auto;
}

.secretary .box ul li.time {
background: url("/en/glopac/assets/img/ico_time_02.png") no-repeat left 0.5vw;
background-size: 3.2vw auto;
}

.secretary .box .txt {
margin: 0 0 4vw;
font-size: 3.2vw;
line-height: 1.67;
}

.secretary .box .btn {
width: 52vw;
margin: 0 auto;
}

.secretary .box .btn a {
display: block;
padding: 4vw 0;
color: #fff;
font-size: 2.66vw;
text-align: center;
background: #0a3c8c;
}

.secretary .box .btn a:hover {
color: #0a3c8c;
background: #fff;
opacity: 1;
}

.staff {
display: block;
width: 92vw;
max-width: inherit;
margin: 0 auto;
padding: 2vw 0 16vw;
box-sizing: border-box;
}

.staff .img {
width: 60vw;
margin: 0 auto;
}

.staff .txtBox {
width: 100%;
padding: 8vw 0 0;
}

.staff h2 {
position: relative;
margin: 0 0 12vw;
padding: 0 0 0 5.6vw;
font-size: 6.4vw;
font-weight: 100;
line-height: 1;
}

.staff h2:before {
left: 0;
width: 0.67vw;
height: 12vw;
}

.staff .txtBox .txt {
margin: 0 0 6.4vw;
font-size: 3.73vw;
line-height: 1.75;
}

.staff .txtBox .btn {
width: 52vw;
margin: 0 auto;
}

.staff .txtBox .btn a {
display: block;
padding: 4vw 0;
color: #fff;
font-size: 2.66vw;
text-align: center;
background: #0a3c8c;
}

.staff .txtBox .btn a:hover {
color: #0a3c8c;
background: #fff;
opacity: 1;
}

.tomodachi {
margin: 0 0 16vw;
padding: 8vw 0;
background: url("/en/glopac/assets/img/about-glopac/bg_tomodachi_01.jpg") no-repeat center;
background-size: cover;
}

.tomodachi h2 {
color: #fff;
font-size: 8vw;
line-height: 1.2;
text-align: center;
}

.tomodachi .txt {
width: 92vw;
max-width: inherit;
margin: 3vw auto 5vw;
padding: 0;
color: #fff;
font-size: 3.73vw;
line-height: 1.6;
box-sizing: border-box;
}

.tomodachi .btn {
width: 52vw;
margin: 0 auto;
}

.tomodachi .btn a {
display: block;
padding: 4vw 0;
color: #fff;
font-size: 2.66vw;
text-align: center;
background: #0a3c8c;
}

.tomodachi .btn a:hover {
color: #222;
background: #fff;
opacity: 1;
}


}

