@charset "UTF-8";

/*CookieNotice*/
#cookie-notice {
    position: fixed;
    min-width: 100%;
    height: auto;
    z-index: 100000;
    left: 0;
    bottom: 0;
    background-color: rgba(68, 68, 68, 0.7);
    transition: 0.5s;
    display: none;
    opacity: 0;
}
#cookie-notice.active {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    display: block;
}
#cookie-notice .cookie-notice-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 3%;
}
[lang="en"] #cookie-notice .cookie-notice-container {
    font-family: "Lato", "AvenirNextLTW01-Regular", "AxisStd-Light", serif;
    font-weight: 400;
}
[lang="ja"] #cookie-notice .cookie-notice-container {
    font-family: "Lato", "Yu Gothic";
}

#cookie-notice .cookie-notice-container p {
    font-size: 1.4rem;
    color: #fff;
    padding-right: 15px;
    box-sizing: border-box;
    width: 60%;
}
#cookie-notice .cookie-notice-container p a {
    color: #fff;
    font-weight: 500;
    text-decoration: underline;
}
#cookie-notice .cookie-notice-container #cookie-close {
    cursor: pointer;
    width: 40%;
    text-align: right;
}

#cookie-notice .cookie-notice-container #cookie-close .btn-s-cookies {
    display: inline-block;
    line-height: 1.2;
    border-style: solid;
    border-width: 1px;
    transition: 0.5s;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 6px 12px !important;
    border-color: #aaaaaa;
    background: #333333;
    color: #ffffff;
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 5px;
    margin-left: 10px;
}

@media screen and (max-width: 1024px) {
    #cookie-notice .cookie-notice-container p {
        font-size: 1.1rem;
        width: calc(100% - 20px);
    }
    #cookie-notice .cookie-notice-container p a {
        display: inline-block;
    }
}
/*CookieNotice*/

@font-face {
    font-family: "Lato", "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 100;
}
@font-face {
    font-family: "Lato", "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 200;
}
@font-face {
    font-family: "Lato", "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 300;
}
@font-face {
    font-family: "Lato", "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 400;
}
@font-face {
    font-family: "Lato", "Yu Gothic";
    src: local("Yu Gothic Bold");
    font-weight: bold;
}
/* latin-ext */
@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    src: local("Lato Regular"), local("Lato-Regular"),
        url(/assets/fonts/libs/S6uyw4BMUTPHjxAwXiWtFCfQ7A.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
        U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    src: local("Lato Regular"), local("Lato-Regular"),
        url(/assets/fonts/libs/S6uyw4BMUTPHjx4wXiWtFCc.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
        U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212,
        U+2215, U+FEFF, U+FFFD;
}
/* Normalize
  ==================== */

html {
    font-family: serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/* Text-level semantics
   ========================================================================== */
/*
abbr[title]{
  border-bottom: 1px dotted; }
*/

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: not-allowed;
    opacity: 0.65;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 1px;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/* Reset
  ==================== */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: normal;
    font-size: 100%;
}

/*
p{
  margin: 0; }
*/

img {
    vertical-align: top;
}
@media screen and (max-width: 1200px) {
    img {
        max-width: 100%;
        height: auto;
    }
}

ul,
ol {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

dl {
    margin: 0;
}
dl dd {
    margin: 0;
}

.reset-style input,
.reset-style button,
.reset-style textarea,
.reset-style select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* IE 10 under version only */
input::-ms-clear {
    visibility: hidden;
}

/* password */
input::-ms-reveal {
    visibility: hidden;
}

/* Utilities
  ==================== */
.u-center {
    text-align: center !important;
}

.u-left {
    text-align: left !important;
}

.u-right {
    text-align: right !important;
}

@media screen and (max-width: 1200px) {
    .u-center--sp {
        text-align: center !important;
    }

    .u-left--sp {
        text-align: left !important;
    }

    .u-right--sp {
        text-align: right !important;
    }
}
.u-color-main {
    color: #1892d1;
}

.u-color-accent {
    color: #e57617;
}

.u-color-error {
    color: #bf5050;
}

.u-color-require {
    color: #bf5050;
}

.u-color-gray {
    color: #c7c8c8;
}

.u-fz-10 {
    font-size: 10px;
    font-size: 1rem;
}

.u-fz-11 {
    font-size: 11px;
    font-size: 1.1rem;
}

.u-fz-12 {
    font-size: 12px;
    font-size: 1.2rem;
}

.u-fz-14 {
    font-size: 14px;
    font-size: 1.4rem;
}

.u-fz-16 {
    font-size: 16px;
    font-size: 1.6rem;
}

.u-fz-18 {
    font-size: 18px;
    font-size: 1.8rem;
}

.u-fz-20 {
    font-size: 20px;
    font-size: 2rem;
}

.u-fz-24 {
    font-size: 24px;
    font-size: 2.4rem;
}

.u-fz-28 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.45em;
}

.u-fz-32 {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.5em;
}

.u-fw-normal {
    font-weight: normal;
}

.u-fw-bold {
    font-weight: bold;
}

.u-inline {
    display: inline !important;
}

.u-inline-block {
    display: inline-block !important;
}

.u-block {
    display: block !important;
}

.u-none {
    display: none;
}

.u-fl-left {
    float: left;
}

.u-fl-right {
    float: right;
}

.u-w-auto {
    width: auto !important;
}

.u-w-10 {
    width: 10% !important;
}

.u-w-25 {
    width: 25% !important;
}

.u-w-30 {
    width: 33.3333% !important;
}

.u-w-50 {
    width: 50% !important;
}

.u-list-style li {
    list-style-type: disc;
    list-style-position: inside;
}

.u-clearfix {
    zoom: 1;
}
.u-clearfix:before,
.u-clearfix:after {
    content: "";
    display: table;
}
.u-clearfix:after {
    clear: both;
}

.u-ov-hidden {
    overflow: hidden;
}

.u-pos-r {
    position: relative;
}

.u-pos-a {
    position: absolute;
}

.mt10 {
    margin-top: 10px !important;
}
.mt15 {
    margin-top: 15px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.mt25 {
    margin-top: 25px !important;
}
.mt30 {
    margin-top: 30px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}
.mb15 {
    margin-bottom: 15px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb25 {
    margin-bottom: 25px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.pl10 {
    padding-left: 10px !important;
}
.pl20 {
    padding-left: 20px !important;
}
.pl30 {
    padding-left: 30px !important;
}

.tc {
    text-align: center;
}
.tr {
    text-align: right;
}
.fr {
    float: right;
}

/* Fonts
  ==================== */
@font-face {
    font-family: "ghit";
    src: url("../fonts/ghit.eot?-vtbvlk");
    src: url("../fonts/ghit.eot?#iefix-vtbvlk") format("embedded-opentype"),
        url("../fonts/ghit.woff?-vtbvlk") format("woff"),
        url("../fonts/ghit.ttf?-vtbvlk") format("truetype"),
        url("../fonts/ghit.svg?-vtbvlk#ghit") format("svg");
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
    font-family: "ghit";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Add style */
    vertical-align: middle;
}

/* Fonts list
  ==================== */
.icon-plus:before {
    content: "\e900";
}

.icon-minus:before {
    content: "\e901";
}

.icon-print:before {
    content: "\e902";
}

.icon-search:before {
    content: "\e924";
}

.icon-arrow-right:before {
    content: "\e925";
}

.icon-triangle-right:before {
    content: "\e903";
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1em;
    margin: 0 5px 0 5px;
    vertical-align: text-top;
}
.icon-external-link:before {
    content: "\e904";
    margin: 0 5px 2px 5px;
}

.icon-arrow-down:before {
    content: "\e905";
}

.icon-arrow-left:before {
    content: "\e906";
}

.icon-facebook:before {
    content: "\e907";
}

.icon-linkedin:before {
    content: "\e908";
}

.icon-twitter:before {
/*    content: "\e909";*/
    content: "X";
    font-weight:bold;
}

.icon_facebook {
    width:32px;
    height:32px;
}
.icon_x {
    width:32px;
    height:32px;
}
.icon_linkedin {
    width:32px;
    height:32px;
}
.icon_youtube {
    width:32px;
    height:32px;
}
.icon-google-plus:before {
    content: "G";
    font-weight:bold;
}

.icon_pdf {
    padding-right: 22px;
    width: 19px;
    height: 16px;
    background: url(../img/common/icon_pdf.png) no-repeat right center;
}

a.text_blue {
    color: #0092d2 !important;
}
.icon_word {
    padding-right: 22px;
    width: 16px;
    height: 16px;
    background: url(../img/common/icon_word.png) no-repeat right center;
}

.icon_xls {
    padding-right: 22px;
    width: 16px;
    height: 16px;
    background: url(../img/common/icon_xls.png) no-repeat right center;
}

/* Typography
   ========================================================================== */
html {
    font-size: 62.5%;
}
html[lang="en"] {
    font-family: "Times New Roman", "AvenirNextLTW01-Regular", "AxisStd-Light",
        serif;
}

html[lang="ja"] {
    font-family: "Times New Roman", "游明朝体", "YuMincho", "游明朝",
        "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3",
        HiraMinProN-W3, "ヒラギノ明朝 ProN", "ヒラギノ明朝 Pro",
        "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    letter-spacing: 0em;
    font-feature-setting: "pkna";
}

body {
    font-size: 1.4em;
    color: #231815;
    -webkit-text-size-adjust: 100%;
    line-height: 1.8;
}

a,
a:visited,
a:link {
    color: #231815;
    text-decoration: none;
}

a:hover {
    color: #63443b;
    text-decoration: underline;
}

p {
    overflow-wrap: break-word;
}

.accordion dt {
    margin-bottom: 3px;
    position: relative;
    cursor: pointer;
}
.accordion dt .round_box_01_body {
    padding: 10px 50px 8px 36px;
    text-indent: -1.3em;
}
.accordion dt i {
    position: absolute;
    right: 15px;
}
.accordion dd {
    display: none;
}
@media screen and (max-width: 1200px) {
    .accordion dd {
        display: none;
    }
}

/* col
   ========================================================================== */
.col-2 {
    overflow: hidden;
    margin-right: -1.5%;
}
.col-2 .col {
    width: 48.5%;
    margin-right: 1.5%;
    float: left;
    clear: none !important;
}
@media screen and (max-width: 1200px) {
    .col-2 {
        margin-right: 0;
    }
    .col-2 .col {
        width: initial;
        margin-right: 0;
        float: none;
    }
}

.col-2--wide {
    overflow: hidden;
    margin-right: -5%;
}
.col-2--wide .col {
    width: 45%;
    margin-right: 5%;
    float: left;
    clear: none !important;
}

.col-3 {
    overflow: hidden;
    margin-right: -1.5%;
}
.col-3 .col {
    width: 31.83333%;
    margin-right: 1.5%;
    float: left;
    clear: none !important;
}
@media screen and (max-width: 1200px) {
    .col-3 {
        margin-right: 0;
    }
    .col-3 .col {
        width: initial;
        margin-right: 0;
        float: none;
    }
}

.col-3--wide {
    overflow: hidden;
    margin-right: -5%;
}
.col-3--wide .col {
    width: 28.33333%;
    margin-right: 5%;
    float: left;
    clear: none !important;
}

.col-4 {
    overflow: hidden;
    margin-right: -1.5%;
}
.col-4 .col {
    width: 23.5%;
    margin-right: 1.5%;
    float: left;
    clear: none !important;
}
@media screen and (max-width: 1200px) {
    .col-4 {
        margin-right: 0;
    }
    .col-4 .col {
        width: initial;
        margin-right: 0;
        float: none;
    }
}

.col-4--wide {
    overflow: hidden;
    margin-right: -5%;
}
.col-4--wide .col {
    width: 20%;
    margin-right: 5%;
    float: left;
    clear: none !important;
}

.col-5 {
    overflow: hidden;
    margin-right: -1.5%;
}
.col-5 .col {
    width: 18.5%;
    margin-right: 1.5%;
    float: left;
    clear: none !important;
}
@media screen and (max-width: 1200px) {
    .col-5 {
        margin-right: 0;
    }
    .col-5 .col {
        width: initial;
        margin-right: 0;
        float: none;
    }
}

.col-5--wide {
    overflow: hidden;
    margin-right: -5%;
}
.col-5--wide .col {
    width: 15%;
    margin-right: 5%;
    float: left;
    clear: none !important;
}

.col-wide-2 {
    overflow: hidden;
    margin-right: -2%;
}
.col-wide-2 .col {
    width: 48%;
    margin-right: 2%;
    float: left;
}

.col-wide-3 {
    overflow: hidden;
    margin-right: -2%;
}
.col-wide-3 .col {
    width: 31.33333%;
    margin-right: 2%;
    float: left;
}

.col-wide-4 {
    overflow: hidden;
    margin-right: -2%;
}
.col-wide-4 .col {
    width: 23%;
    margin-right: 2%;
    float: left;
}

.col-wide-5 {
    overflow: hidden;
    margin-right: -2%;
}
.col-wide-5 .col {
    width: 18%;
    margin-right: 2%;
    float: left;
}

.col-3-1 {
    overflow: hidden;
}
.col-3-1 .col-l {
    width: 75%;
    float: left;
}
.col-3-1 .col-r {
    width: 20%;
    margin-left: 5%;
    float: right;
}

.col-2-table {
    display: table;
    width: 100%;
}
.col-2-table .col {
    width: 50%;
    display: table-cell;
}

.col-thumb-l {
    overflow: hidden;
}
.col-thumb-l .thumb {
    width: 150px;
    padding-top: 8px;
    float: left;
}
.col-thumb-l .thumb img {
    max-width: 100%;
    height: auto;
}
.col-thumb-l .cont {
    padding-left: 180px;
}

.col-thumb-r {
    overflow: hidden;
}
.col-thumb-r .thumb {
    width: 150px;
    float: right;
}
.col-thumb-r .thumb img {
    max-width: 100%;
    height: auto;
}
.col-thumb-r .cont {
    padding-right: 180px;
}

/* Button
  ==================== */

[lang="ja"] .btn,
[lang="ja"] .btn-fill,
[lang="ja"] .btn-s,
[lang="ja"] .btn-l,
[lang="ja"] .btn--main,
[lang="ja"] .btn-fill--main,
[lang="ja"] .btn-s--main,
[lang="ja"] .btn-l--main,
[lang="ja"] .btn--sub,
[lang="ja"] .btn-fill--sub,
[lang="ja"] .btn-s--sub,
[lang="ja"] .btn-l--sub,
[lang="ja"] .btn--accent,
[lang="ja"] .btn-fill--accent,
[lang="ja"] .btn-s--accent,
[lang="ja"] .btn-l--accent,
[lang="ja"] .btn--edit,
[lang="ja"] .btn-fill--edit,
[lang="ja"] .btn-s--edit,
[lang="ja"] .btn-l--edit,
[lang="ja"] .btn--delete,
[lang="ja"] .btn-fill--delete,
[lang="ja"] .btn-s--delete,
[lang="ja"] .btn-l--delete,
[lang="ja"] .btn--cancel,
[lang="ja"] .btn-fill--cancel,
[lang="ja"] .btn-s--cancel,
[lang="ja"] .btn-l--cancel,
[lang="ja"] .btn--gray,
[lang="ja"] .btn-fill--gray,
[lang="ja"] .btn-s--gray,
[lang="ja"] .btn-l--gray,
[lang="ja"] .btn--white,
[lang="ja"] .btn-fill--white,
[lang="ja"] .btn-s--white,
[lang="ja"] .btn-l--white,
[lang="ja"] .btn--font,
[lang="ja"] .btn-fill--font,
[lang="ja"] .btn-s--font,
[lang="ja"] .btn-l--font {
    font-family: "Lato", "Yu Gothic";
    font-weight: 500;
}

.btn:hover,
.btn-fill:hover,
.btn-s:hover,
.btn-l:hover,
.btn--main:hover,
.btn-fill--main:hover,
.btn-s--main:hover,
.btn-l--main:hover,
.btn--sub:hover,
.btn-fill--sub:hover,
.btn-s--sub:hover,
.btn-l--sub:hover,
.btn--accent:hover,
.btn-fill--accent:hover,
.btn-s--accent:hover,
.btn-l--accent:hover,
.btn--edit:hover,
.btn-fill--edit:hover,
.btn-s--edit:hover,
.btn-l--edit:hover,
.btn--delete:hover,
.btn-fill--delete:hover,
.btn-s--delete:hover,
.btn-l--delete:hover,
.btn--cancel:hover,
.btn-fill--cancel:hover,
.btn-s--cancel:hover,
.btn-l--cancel:hover,
.btn--gray:hover,
.btn-fill--gray:hover,
.btn-s--gray:hover,
.btn-l--gray:hover,
.btn--white:hover,
.btn-fill--white:hover,
.btn-s--white:hover,
.btn-l--white:hover,
.btn--font:hover,
.btn-fill--font:hover,
.btn-s--font:hover,
.btn-l--font:hover {
    text-decoration: none !important;
    cursor: pointer;
    color: #fff;
    border-color: #1582ba;
    /*  background-color: #1582ba;*/
    background-color: #1892d1;
}

.btn i,
.btn-fill i,
.btn-s i,
.btn-l i,
.btn--main i,
.btn-fill--main i,
.btn-s--main i,
.btn-l--main i,
.btn--sub i,
.btn-fill--sub i,
.btn-s--sub i,
.btn-l--sub i,
.btn--accent i,
.btn-fill--accent i,
.btn-s--accent i,
.btn-l--accent i,
.btn--edit i,
.btn-fill--edit i,
.btn-s--edit i,
.btn-l--edit i,
.btn--delete i,
.btn-fill--delete i,
.btn-s--delete i,
.btn-l--delete i,
.btn--cancel i,
.btn-fill--cancel i,
.btn-s--cancel i,
.btn-l--cancel i,
.btn--gray i,
.btn-fill--gray i,
.btn-s--gray i,
.btn-l--gray i,
.btn--white i,
.btn-fill--white i,
.btn-s--white i,
.btn-l--white i,
.btn--font i,
.btn-fill--font i,
.btn-s--font i,
.btn-l--font i {
    margin: -4px 8px 0 0;
}

.btn,
a.btn {
    padding: 6px 30px;
    border-color: #231815;
    color: #231815;
    font-size: 14px;
    font-size: 1.4rem;
}

.btn-fill,
a.btn-fill {
    padding: 8px 20px;
    background-color: #231815;
    border: 1px solid #231815;
    color: #fff;
}
.btn-fill:hover,
a.btn-fill:hover {
    color: #fff !important;
    background-color: #0a0706 !important;
    border-color: #0a0706 !important;
    color: #231815;
}

.btn-s,
a.btn-s {
    padding: 6px 12px !important;
    border-color: #231815;
    font-size: 12px;
    font-size: 1.2rem;
}

.btn-l,
a.btn-l {
    padding: 15px 70px;
    border-color: #231815;
    font-size: 18px;
    font-size: 1.8rem;
}

.btn--main,
a.btn--main {
    padding: 6px 30px;
    border-color: #1892d1;
    color: #1892d1;
    font-size: 14px;
    font-size: 1.4rem;
}

.btn-fill--main,
a.btn-fill--main {
    padding: 8px 20px;
    background-color: #1892d1;
    border: 1px solid #1892d1;
    color: #fff;
}
.btn-fill--main:hover,
a.btn-fill--main:hover {
    color: #fff !important;
    background-color: #1478ac !important;
    border-color: #1478ac !important;
    color: #1892d1;
}

.btn-s--main,
a.btn-s--main {
    padding: 6px 12px !important;
    border-color: #1892d1;
    font-size: 12px;
    font-size: 1.2rem;
}

.btn-l--main,
a.btn-l--main {
    padding: 15px 70px;
    border-color: #1892d1;
    font-size: 18px;
    font-size: 1.8rem;
}

.btn--sub,
a.btn--sub {
    padding: 6px 30px;
    border-color: #9fa0a0;
    color: #9fa0a0;
    font-size: 14px;
    font-size: 1.4rem;
}

.btn-fill--sub,
a.btn-fill--sub {
    padding: 8px 20px;
    background-color: #9fa0a0;
    border: 1px solid #9fa0a0;
    color: #fff;
}
.btn-fill--sub:hover,
a.btn-fill--sub:hover {
    color: #fff !important;
    /*  border-color: #8a8c8c !important;
  background-color: #8a8c8c !important;*/
    color: #9fa0a0;
}

.btn-s--sub,
a.btn-s--sub {
    padding: 6px 12px !important;
    border-color: #9fa0a0;
    font-size: 12px;
    font-size: 1.2rem;
}

.btn-l--sub,
a.btn-l--sub {
    padding: 15px 70px;
    border-color: #9fa0a0;
    font-size: 18px;
    font-size: 1.8rem;
}

.btn-l--sub,
a.btn-l--sub {
    padding: 15px 70px;
    border-color: #9fa0a0;
    font-size: 18px;
    font-size: 1.8rem;
}

.btn--accent,
a.btn--accent {
    padding: 6px 30px;
    border-color: #e57617;
    color: #e57617;
    font-size: 14px;
    font-size: 1.4rem;
}

.btn-fill--accent,
a.btn-fill--accent {
    padding: 8px 20px;
    background-color: #e57617;
    border: 1px solid #e57617;
    color: #fff;
}

.btn-fill--accent:hover,
a.btn-fill--accent:hover {
    color: #fff !important;
    background-color: #c06313 !important;
    border-color: #c06313 !important;
    color: #e57617;
}

.btn-s--accent,
a.btn-s--accent {
    padding: 6px 12px !important;
    border-color: #e57617;
    font-size: 12px;
    font-size: 1.2rem;
}

.btn-l--accent,
a.btn-l--accent {
    padding: 15px 70px;
    border-color: #e57617;
    font-size: 18px;
    font-size: 1.8rem;
}

.btn--edit,
a.btn--edit {
    padding: 6px 30px;
    border-color: #0061ab;
    color: #0061ab;
    font-size: 14px;
    font-size: 1.4rem;
}

.btn-fill--edit,
a.btn-fill--edit {
    padding: 8px 20px;
    background-color: #0061ab;
    border: 1px solid #0061ab;
    color: #fff;
}
.btn-fill--edit:hover,
a.btn-fill--edit:hover {
    color: #fff !important;
    background-color: #004a82 !important;
    border-color: #004a82 !important;
    color: #0061ab;
}

.btn-s--edit,
a.btn-s--edit {
    padding: 6px 12px !important;
    border-color: #0061ab;
    font-size: 12px;
    font-size: 1.2rem;
}

.btn-l--edit,
a.btn-l--edit {
    padding: 15px 70px;
    border-color: #0061ab;
    font-size: 18px;
    font-size: 1.8rem;
}

.btn-l--edit,
a.btn-l--edit {
    padding: 15px 70px;
    border-color: #0061ab;
    font-size: 18px;
    font-size: 1.8rem;
}

.btn--delete,
a.btn--delete {
    padding: 6px 30px;
    border-color: #bf5050;
    color: #bf5050;
    font-size: 14px;
    font-size: 1.4rem;
}

.btn-fill--delete,
a.btn-fill--delete {
    padding: 8px 20px;
    background-color: #bf5050;
    border: 1px solid #bf5050;
    color: #fff;
}
.btn-fill--delete:hover,
a.btn-fill--delete:hover {
    color: #fff !important;
    background-color: #a93e3e !important;
    border-color: #a93e3e !important;
    color: #bf5050;
}

.btn-s--delete,
a.btn-s--delete {
    padding: 6px 12px !important;
    border-color: #bf5050;
    font-size: 12px;
    font-size: 1.2rem;
}

.btn-l--delete,
a.btn-l--delete {
    padding: 15px 70px;
    border-color: #bf5050;
    font-size: 18px;
    font-size: 1.8rem;
}

.btn--cancel,
a.btn--cancel {
    padding: 6px 30px;
    border-color: #c7c8c8;
    color: #c7c8c8;
    font-size: 14px;
    font-size: 1.4rem;
}

.btn-fill--cancel,
a.btn-fill--cancel {
    padding: 8px 20px;
    background-color: #c7c8c8;
    border: 1px solid #c7c8c8;
    color: #fff;
}
.btn-fill--cancel:hover,
a.btn-fill--cancel:hover {
    color: #fff !important;
    background-color: #b2b4b4 !important;
    border-color: #b2b4b4 !important;
    color: #c7c8c8;
}

.btn-s--cancel,
a.btn-s--cancel {
    padding: 6px 12px !important;
    border-color: #c7c8c8;
    font-size: 12px;
    font-size: 1.2rem;
}

.btn-l--cancel,
a.btn-l--cancel {
    padding: 15px 70px;
    border-color: #c7c8c8;
    font-size: 18px;
    font-size: 1.8rem;
}

.btn--gray,
a.btn--gray {
    padding: 6px 30px;
    border-color: #c7c8c8;
    color: #c7c8c8;
    font-size: 14px;
    font-size: 1.4rem;
}

.btn-fill--gray,
a.btn-fill--gray {
    padding: 8px 20px;
    background-color: #c7c8c8;
    border: 1px solid #c7c8c8;
    color: #fff;
}
.btn-fill--gray:hover,
a.btn-fill--gray:hover {
    color: #fff !important;
    background-color: #b2b4b4 !important;
    border-color: #b2b4b4 !important;
    color: #c7c8c8;
}

.btn-s--gray,
a.btn-s--gray {
    padding: 6px 12px !important;
    border-color: #c7c8c8;
    font-size: 12px;
    font-size: 1.2rem;
}

.btn-l--gray,
a.btn-l--gray {
    padding: 15px 70px;
    border-color: #c7c8c8;
    font-size: 18px;
    font-size: 1.8rem;
}

.btn--white,
a.btn--white {
    padding: 6px 30px;
    border-color: #fff;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
}

.btn-fill--white,
a.btn-fill--white {
    padding: 8px 20px;
    background-color: #fff;
    border: 1px solid #fff;
    color: #fff;
    color: #1892d1 !important;
}
.btn-fill--white:hover,
a.btn-fill--white:hover {
    color: #fff !important;
    color: #fff !important;
    border-color: #1892d1;
    background-color: #1892d1;
}

.btn-s--white,
a.btn-s--white {
    padding: 6px 12px !important;
    border-color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
}

.btn-l--white,
a.btn-l--white {
    padding: 15px 70px;
    border-color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
}

.btn-round {
    -webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    -ms-border-radius: 50px !important;
    -o-border-radius: 50px !important;
    border-radius: 50px !important;
}

.btn,
a.btn,
.btn-fill,
a.btn-fill,
.btn-s,
a.btn-s,
.btn-l,
a.btn-l,
.btn--main,
a.btn--main,
.btn-fill--main,
a.btn-fill--main,
.btn-s--main,
a.btn-s--main,
.btn-l--main,
a.btn-l--main,
.btn--sub,
a.btn--sub,
.btn-fill--sub,
a.btn-fill--sub,
.btn-s--sub,
a.btn-s--sub,
.btn-l--sub,
a.btn-l--sub,
.btn--accent,
a.btn--accent,
.btn-fill--accent,
a.btn-fill--accent,
.btn-s--accent,
a.btn-s--accent,
.btn-l--accent,
a.btn-l--accent,
.btn--edit,
a.btn--edit,
.btn-fill--edit,
a.btn-fill--edit,
.btn-s--edit,
a.btn-s--edit,
.btn-l--edit,
a.btn-l--edit,
.btn--delete,
a.btn--delete,
.btn-fill--delete,
a.btn-fill--delete,
.btn-s--delete,
a.btn-s--delete,
.btn-l--delete,
a.btn-l--delete,
.btn--cancel,
a.btn--cancel,
.btn-fill--cancel,
a.btn-fill--cancel,
.btn-s--cancel,
a.btn-s--cancel,
.btn-l--cancel,
a.btn-l--cancel,
.btn--gray,
a.btn--gray,
.btn-fill--gray,
a.btn-fill--gray,
.btn-s--gray,
a.btn-s--gray,
.btn-l--gray,
a.btn-l--gray,
.btn--white,
a.btn--white,
.btn-fill--white,
a.btn-fill--white,
.btn-s--white,
a.btn-s--white,
.btn-l--white,
a.btn-l--white,
.btn--font,
a.btn--font,
.btn-fill--font,
a.btn-fill--font,
.btn-s--font,
a.btn-s--font,
.btn-l--font,
a.btn-l--font {
    display: inline-block;
    line-height: 1.2;
    border-style: solid;
    border-width: 1px;
    transition: 0.5s;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-family: "Lato";
    position: relative;
}

.btn--font,
a.btn--font {
    padding: 6px 30px;
    border-color: #231815;
    color: #231815;
    font-size: 14px;
    font-size: 1.4rem;
}

.btn-fill--font,
a.btn-fill--font {
    padding: 8px 20px;
    background-color: #231815;
    border: 1px solid #231815;
    color: #fff;
}
.btn-fill--font:hover,
a.btn-fill--font:hover {
    color: #fff !important;
    background-color: #0a0706 !important;
    border-color: #0a0706 !important;
    color: #231815;
}

.btn-s--font,
a.btn-s--font {
    padding: 6px 12px !important;
    border-color: #231815;
    font-size: 12px;
    font-size: 1.2rem;
}

.btn-l--font,
a.btn-l--font {
    padding: 15px 70px;
    border-color: #231815;
    font-size: 18px;
    font-size: 1.8rem;
}

.btn-l--font,
a.btn-l--font {
    padding: 15px 70px;
    border-color: #231815;
    font-size: 18px;
    font-size: 1.8rem;
}

/* Label
================================== */
.label,
.label-min,
.label--1,
.label-min--1,
.label--2,
.label-min--2,
.label--3,
.label-min--3,
.label--4,
.label-min--4,
.label--5,
.label-min--5,
.label--6,
.label-min--6,
.label--7,
.label-min--7,
.label--8,
.label-min--8,
.label--9,
.label-min--9,
.label--0,
.label-min--0,
.label--disabled,
.label-min--disabled {
    display: inline-block;
    margin: 0 3px 3px 0;
    line-height: 1.2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    letter-spacing: normal;
}
.label i,
.label-min i,
.label--1 i,
.label-min--1 i,
.label--2 i,
.label-min--2 i,
.label--3 i,
.label-min--3 i,
.label--4 i,
.label-min--4 i,
.label--5 i,
.label-min--5 i,
.label--6 i,
.label-min--6 i,
.label--7 i,
.label-min--7 i,
.label--8 i,
.label-min--8 i,
.label--9 i,
.label-min--9 i,
.label--0 i,
.label-min--0 i,
.label--disabled i,
.label-min--disabled i {
    margin-right: 5px;
}
.size-m.label,
.size-m.label-min,
.size-m.label--1,
.size-m.label-min--1,
.size-m.label--2,
.size-m.label-min--2,
.size-m.label--3,
.size-m.label-min--3,
.size-m.label--4,
.size-m.label-min--4,
.size-m.label--5,
.size-m.label-min--5,
.size-m.label--6,
.size-m.label-min--6,
.size-m.label--7,
.size-m.label-min--7,
.size-m.label--8,
.size-m.label-min--8,
.size-m.label--9,
.size-m.label-min--9,
.size-m.label--0,
.size-m.label-min--0,
.size-m.label--disabled,
.size-m.label-min--disabled {
    padding: 8px 12px;
    font-weight: bold;
}

.label {
    border: 1px solid #1892d1;
    padding: 3px 8px;
    font-size: 13px;
    font-size: 1.3rem;
    color: #1892d1;
}

.label-min {
    border: 1px solid #1892d1;
    background-color: #1892d1;
    padding: 2px 4px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #1892d1;
}

.label--1 {
    border: 1px solid #c47843;
    padding: 3px 8px;
    font-size: 13px;
    font-size: 1.3rem;
    color: #c47843;
}

.label-min--1 {
    border: 1px solid #c47843;
    background-color: #c47843;
    padding: 2px 4px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #c47843;
}

.label--2 {
    border: 1px solid #ed6980;
    padding: 3px 8px;
    font-size: 13px;
    font-size: 1.3rem;
    color: #ed6980;
}

.label-min--2 {
    border: 1px solid #ed6980;
    background-color: #ed6980;
    padding: 2px 4px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #ed6980;
}

.label--3 {
    border: 1px solid #aa7f0b;
    padding: 3px 8px;
    font-size: 13px;
    font-size: 1.3rem;
    color: #aa7f0b;
}

.label-min--3 {
    border: 1px solid #aa7f0b;
    background-color: #aa7f0b;
    padding: 2px 4px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #aa7f0b;
}

.label--4 {
    border: 1px solid #7a801c;
    padding: 3px 8px;
    font-size: 13px;
    font-size: 1.3rem;
    color: #7a801c;
}

.label-min--4 {
    border: 1px solid #7a801c;
    background-color: #7a801c;
    padding: 2px 4px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #7a801c;
}

.label--5 {
    border: 1px solid #57a31e;
    padding: 3px 8px;
    font-size: 13px;
    font-size: 1.3rem;
    color: #57a31e;
}

.label-min--5 {
    border: 1px solid #57a31e;
    background-color: #57a31e;
    padding: 2px 4px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #57a31e;
}

.label--6 {
    border: 1px solid #428e72;
    padding: 3px 8px;
    font-size: 13px;
    font-size: 1.3rem;
    color: #428e72;
}

.label-min--6 {
    border: 1px solid #428e72;
    background-color: #428e72;
    padding: 2px 4px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #428e72;
}

.label--7 {
    border: 1px solid #3b78a2;
    padding: 3px 8px;
    font-size: 13px;
    font-size: 1.3rem;
    color: #3b78a2;
}

.label-min--7 {
    border: 1px solid #3b78a2;
    background-color: #3b78a2;
    padding: 2px 4px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #3b78a2;
}

.label--8 {
    border: 1px solid #59559a;
    padding: 3px 8px;
    font-size: 13px;
    font-size: 1.3rem;
    color: #59559a;
}

.label-min--8 {
    border: 1px solid #59559a;
    background-color: #59559a;
    padding: 2px 4px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #59559a;
}

.label--9 {
    border: 1px solid #aa6daa;
    padding: 3px 8px;
    font-size: 13px;
    font-size: 1.3rem;
    color: #aa6daa;
}

.label-min--9 {
    border: 1px solid #aa6daa;
    background-color: #aa6daa;
    padding: 2px 4px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #aa6daa;
}

.label--0 {
    border: 1px solid #5e5e5e;
    padding: 3px 8px;
    font-size: 13px;
    font-size: 1.3rem;
    color: #5e5e5e;
}

.label-min--0 {
    border: 1px solid #5e5e5e;
    background-color: #5e5e5e;
    padding: 2px 4px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #5e5e5e;
}

.label--disabled {
    border: 1px solid #ccc;
    padding: 3px 8px;
    font-size: 13px;
    font-size: 1.3rem;
    color: #ccc;
}

.label-min--disabled {
    border: 1px solid #ccc;
    background-color: #ccc;
    padding: 2px 4px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #ccc;
}

/* table
  ====================== */
.table,
.table--striped,
.table--bordered {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}
.table th,
.table--striped th,
.table--bordered th,
.table td,
.table--striped td,
.table--bordered td {
    padding: 0.4em 0.6em;
    text-align: left;
}
.table th,
.table--striped th,
.table--bordered th {
    width: 25%;
    font-weight: normal;
    background-color: #c7c8c8;
}

.table {
    border: 1px solid #cccccc;
}
.table th,
.table td {
    border-bottom: 1px solid #cccccc;
}

.table--striped {
    border-top: 1px solid #cccccc;
}
.table--striped th,
.table--striped td {
    border-bottom: 1px solid #cccccc;
}
.table--striped tbody tr:nth-of-type(odd) th,
.table--striped tbody tr:nth-of-type(odd) td {
    background-color: #c7c8c8;
}

.table--bordered th,
.table--bordered td {
    border: 1px solid #cccccc;
}

.table-2col th {
    width: 25%;
}

.table-header-left thead th {
    background-color: white;
}
.table-header-left tbody tr th {
    background-color: #efefef;
    text-align: left;
}

/* Form
  ================ */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea {
    border: none;
    padding: 0.3em 8px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.form,
.form-horizontal {
    border-top: 1px solid #dfdfdf;
}
.form p,
.form-horizontal p {
    margin-bottom: 0;
}

.form fieldset {
    border: none;
    padding: 1em 0 2em;
}

.form-group {
    padding: 1em 0;
    border-bottom: 1px solid #dfdfdf;
}
.form-group .form-label {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 0.25em;
}

.form-controls label {
    display: inline-block;
    margin: 0 0.5em 0.75em 0;
    padding: 0.25em 0.5em;
    line-height: 1.1;
    background-color: #efefef;
    border: 1px solid #ccc;
    border-radius: 2px;
    white-space: nowrap;
    cursor: pointer;
}
.form-controls label.is-checked {
    background-color: #533932;
    border-color: #231815;
    color: #fff;
}

.form-actions {
    padding: 20px 0;
    text-align: center;
}

/* --- form-horizontal --- */
.form-horizontal .form-group {
    display: table;
    width: 100%;
}
.form-horizontal .form-label,
.form-horizontal .form-controls {
    display: table-cell;
}
.form-horizontal .form-label {
    width: 25%;
    vertical-align: middle;
}
.form-horizontal .form-actions {
    padding-left: 25%;
    text-align: left;
}

form textarea {
    width: 90%;
}

/* --- input style state --- */
/* radio */
.radio-style {
    display: none;
}

.radio-style + label {
    padding-left: 35px;
    position: relative;
    margin-right: 35px;
}

.radio-style + label::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #e4e4e4;
}

.radio-style:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 6px;
    width: 13px;
    height: 13px;
    background: #d1eaf5;
    border-radius: 50%;
}

.radio-style:checked + label span:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0px;
    background-color: #1892d1;
}

/* checkbox */
.checkbox-style {
    display: none;
}

.checkbox-style-parts {
    padding-left: 35px;
    position: relative;
    margin-right: 35px;
}

.checkbox-style-parts::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    border-radius: 4px;
    background-color: #e4e4e4;
}

.checkbox-style:checked + .checkbox-style-parts::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 7px;
    width: 7px;
    height: 14px;
    transform: rotate(40deg);
    border-bottom: 3px solid #d1eaf5;
    border-right: 3px solid #d1eaf5;
}

.checkbox-style:checked + span span:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 0px;
    background-color: #1892d1;
}

/* select */
.select-style select {
    position: relative;
    width: 100%;
    padding: 20px 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #f0f0f0;
    border-style: none;
    border-radius: 0;
    text-indent: 1em;
}
.select-style select::-ms-expand {
    display: none;
}

.select-style label {
    position: relative;
}

.select-style label:after {
    display: inline-block;
    content: "\e905";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 20px;
    height: 20px;
    margin-top: -8px;
    pointer-events: none;
}
@media screen and (max-width: 1200px) {
    .select-style label:after {
        right: 5px;
    }
}

/* Alert
  ================ */
.alert,
.alert--default,
.alert--success,
.alert--warning,
.alert--error,
.alert--confirm {
    display: block;
    padding: 1em;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    margin-bottom: 20px;
}

.alert {
    background-color: white;
    border-color: #999;
    color: #999;
}

.alert--default {
    background-color: #cdcdcd;
    border-color: #4d4d4d;
    color: #4d4d4d;
}

.alert--success {
    background-color: #cce5cc;
    border-color: #3c763d;
    color: #3c763d;
}

.alert--warning {
    background-color: #eee5d6;
    border-color: #8a6d3b;
    color: #8a6d3b;
}

.alert--error {
    background-color: #f9f1f1;
    border-color: #a94442;
    color: #a94442;
}

.alert--confirm {
    background-color: #d0e5ef;
    border-color: #31708f;
    color: #31708f;
}

.bullet-circle,
.bullet-star,
.bullet-heart {
    display: inline-block;
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 20px;
}

.bullet-circle {
    background-image: url("../images/bullet/bullet-circle.svg");
}

.bullet-star {
    background-image: url("../images/bullet/bullet-star.svg");
}

.bullet-heart {
    background-image: url("../images/bullet/bullet-heart.svg");
}

.no-svg .bullet-circle {
    background-image: url("../images/bullet/bullet-circle.png");
}
.no-svg .bullet-star {
    background-image: url("../images/bullet/bullet-star.png");
}
.no-svg .bullet-heart {
    background-image: url("../images/bullet/bullet-heart.png");
}

.badge {
    display: inline-block;
    margin: 0 8px;
    padding: 2px 15px;
    background-color: #ebf7fd;
    color: #fff;
    white-space: nowrap;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
}
@media screen and (max-width: 1200px) {
    .badge {
        font-size: 12px;
        font-size: 1.2rem;
    }
}

.badge--blue {
    display: inline-block;
    margin: 0 8px;
    padding: 2px 15px;
    background-color: #1892d1;
    color: #fff;
    white-space: nowrap;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
}
@media screen and (max-width: 1200px) {
    .badge--blue {
        font-size: 12px;
        font-size: 1.2rem;
    }
}

.badge--gray {
    display: inline-block;
    margin: 0 8px;
    padding: 2px 15px;
    background-color: #727171;
    color: #fff;
    white-space: nowrap;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
}
@media screen and (max-width: 1200px) {
    .badge--gray {
        font-size: 12px;
        font-size: 1.2rem;
    }
}

.badge--orange {
    display: inline-block;
    margin: 0 8px;
    padding: 2px 15px;
    background-color: #e57617;
    color: #fff;
    white-space: nowrap;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
}
@media screen and (max-width: 1200px) {
    .badge--orange {
        font-size: 12px;
        font-size: 1.2rem;
    }
}

.badge--Investment {
    display: inline-block;
    margin: 0 8px;
    padding: 2px 15px;
    background-color: #4ea8e2;
    color: #fff;
    white-space: nowrap;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
}
@media screen and (max-width: 1200px) {
    .badge--Investment {
        font-size: 12px;
        font-size: 1.2rem;
    }
}
.badge--Media {
    display: inline-block;
    margin: 0 8px;
    padding: 2px 15px;
    background-color: #9486be;
    color: #fff;
    white-space: nowrap;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
}
@media screen and (max-width: 1200px) {
    .badge--Media {
        font-size: 12px;
        font-size: 1.2rem;
    }
}
.badge--Leadership {
    display: inline-block;
    margin: 0 8px;
    padding: 2px 15px;
    background-color: #5eb5c0;
    color: #fff;
    white-space: nowrap;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
}
@media screen and (max-width: 1200px) {
    .badge--Leadership {
        font-size: 12px;
        font-size: 1.2rem;
    }
}
.badge--Others {
    display: inline-block;
    margin: 0 8px;
    padding: 2px 15px;
    background-color: #738cb6;
    color: #fff;
    white-space: nowrap;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
}
@media screen and (max-width: 1200px) {
    .badge--Others {
        font-size: 12px;
        font-size: 1.2rem;
    }
}
/* Common
=============================== */
html {
    overflow: auto;
    position: relative;
}

body.page-top,
page-businessmodel,
body.sub {
    overflow: hidden;
    color: #231815;
    position: relative;
    font-kerning: normal;
}

body.page-top img,
body.sub img {
    max-width: 100%;
}

.btn.after-arrow-r:after {
    display: inline-block;
    content: "\e925";
    vertical-align: middle;
    position: absolute;
    right: 15px;
}

/* Link
=============================== */
a:hover {
    text-decoration: none;
    color: #63443b;
    opacity: 0.8;
}
a img {
    transition: 0.5s;
    backface-visibility: hidden;
}

/* --- layout --- */
.container,
.body-pc .nav-ghit .main-menu > li .drop-menu .inner {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    zoom: 1;
    position: relative;
}

@media screen and (max-width: 1200px) {
    .container,
    .body-pc .nav-ghit .main-menu > li .drop-menu .inner {
        width: auto;
        margin: 0 18px;
    }
}
.container:before,
.body-pc .nav-ghit .main-menu > li .drop-menu .inner:before,
.container:after,
.body-pc .nav-ghit .main-menu > li .drop-menu .inner:after {
    content: "";
    display: table;
}
.container:after,
.body-pc .nav-ghit .main-menu > li .drop-menu .inner:after {
    clear: both;
}
a img {
    transition: none;
    backface-visibility: visible;
}

hr {
    border: none;
    border-top: 1px solid #c8aaa3;
    height: 1px;
    padding: 0;
    margin: 20px 0;
    position: relative;
}
hr:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -5px;
}

/* font
=============================== */
/* Grid
=============================== */
.gs-row {
    margin: 0 -15px 0 -15px;
}
.gs-row:after {
    clear: both;
    content: "";
    display: table;
}
.gs-row.full-span {
    margin: 0;
}
.gs-row.full-span [class^="gs-col"] {
    padding: 0;
}

[class^="gs-col"] {
    float: left;
    padding: 0 10px;
    box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
    [class^="gs-col"] {
        float: none;
        width: auto !important;
    }
}

.gs-col-1 {
    width: 8.33333%;
}

.gs-col-2 {
    width: 16.66667%;
}

.gs-col-3 {
    width: 25%;
}

.gs-col-4 {
    width: 33.33333%;
}

.gs-col-5 {
    width: 41.66667%;
}

.gs-col-6 {
    width: 50%;
}

.gs-col-7 {
    width: 58.33333%;
}

.gs-col-8 {
    width: 66.66667%;
}

.gs-col-9 {
    width: 75%;
}

.gs-col-10 {
    width: 83.33333%;
}

.gs-col-11 {
    width: 91.66667%;
}

.gs-col-12 {
    width: 100%;
}

/* Extend
=============================== */
.center-position,
.menu-trigger,
.circle-image img,
.page-top .main-visual .title-block,
.page-featurednews .report-banner:before,
.page-partner section .col img,
.page-careermessage .main-visual .title-block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.flex-center,
.page-businessmodel .main-visual,
.page-globalhealth .main-visual,
.page-globalhealth section.global-health-04 .section-visual,
.page-globalhealth .promotion-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.translate-center,
.huge-navigation .gs-col-4 a,
.page-top .top-huge-navigation .gs-col-4 a,
.page-businessmodel .footer-guide .gs-col-4 a,
.page-globalhealth .footer-guide .gs-col-4 a {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.vertical-center,
.navigate-link i,
.label-link a i,
.page-globalhealth section.global-health-01 .lower-block .gs-col-3 img,
.form-list .submit-area .btn i {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    /* Safari用 */
    transform: translateY(-50%);
}

.hidden-text,
.nav-brand {
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
}

.fix-spacing,
.nav-ghit,
.nav-ghit .language-changer,
.sp-side-menu,
.page-detail .sns-bar {
    letter-spacing: 0em;
}
.fix-spacing *,
.nav-ghit *,
.nav-ghit .language-changer *,
.sp-side-menu *,
.page-detail .sns-bar * {
    letter-spacing: normal;
}

.ff-tnr,
.form-list .submit-area .btn {
}

.ff-ghit,
.select-style label:after,
.btn.after-arrow-r:after {
    font-family: "ghit";
}

.gradient-diagonal,
.committe .committe-title p {
    background: -moz-linear-gradient(-45deg, #6071bb 0%, #06378c 100%);
    background: -webkit-linear-gradient(-45deg, #6071bb 0%, #06378c 100%);
    background: linear-gradient(135deg, #6071bb 0%, #06378c 100%);
}

.gradient-vertical-alpha,
.overlay-filter-b,
.huge-navigation .gs-col-4 .block:after,
.page-top .top-huge-navigation .gs-col-4 .block:after,
.page-businessmodel .footer-guide .gs-col-4 .block:after,
.page-globalhealth .footer-guide .gs-col-4 .block:after,
.page-featurednews .top-news-area .main-column:after,
.page-featurednews .top-news-area .sub-column:after {
    background: linear-gradient(
        transparent 0,
        rgba(0, 0, 0, 0.2) 25%,
        rgba(0, 0, 0, 0.5) 60%
    );
    background: -webkit-linear-gradient(
        transparent 0,
        rgba(0, 0, 0, 0.2) 25%,
        rgba(0, 0, 0, 0.5) 60%
    );
    background: -moz-linear-gradient(
        transparent 0,
        rgba(0, 0, 0, 0.2) 25%,
        rgba(0, 0, 0, 0.5) 60%
    );
}

.font-largest,
.top-about-ghit [class^="about-"] h2,
.page-splan .main-visual .title-block h1 {
    font-size: 65px;
    font-size: 6.5rem;
    margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
    .font-largest,
    .top-about-ghit [class^="about-"] h2,
    .page-splan .main-visual .title-block h1 {
        font-size: 32px;
        font-size: 3.2rem;
    }
}

.font-larger,
.featured-news-common h2 {
    font-size: 60px;
    font-size: 6rem;
    line-height: 1.2;
}

[lang="ja"] .featured-news-common h2 {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 1.2;
    letter-spacing: -0.05em;
}

@media screen and (max-width: 1200px) {
    .font-larger,
    .featured-news-common h2,
    [lang="ja"] .featured-news-common h2 {
        font-size: 30px;
        font-size: 3rem;
    }
}
.font-large,
.page-council .member-list .name,
.page-directors .gs-col-10 .name {
    font-size: 33px;
    font-size: 3.3rem;
    line-height: 1.2;
    margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
    .font-large,
    .page-council .member-list .name,
    .page-directors .gs-col-10 .name {
        font-size: 20px;
        font-size: 2rem;
    }
}

.font-medium,
body.page-top,
body.sub,
.label-link a span {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
}

[lang="ja"] .font-medium,
[lang="ja"] body.page-top,
[lang="ja"] body.sub,
[lang="ja"] .label-link a span {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
}
.font-small {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.6;
}
.page-council .member-list .title,
.page-directors .gs-col-10 .title {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 5px;
}
@media screen and (max-width: 1200px) {
    .font-small,
    .page-council .member-list .title,
    .page-directors .gs-col-10 .title {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1.3;
    }
}
[lang="ja"] .font-small,
[lang="ja"] .page-council .member-list .title,
[lang="ja"] .page-directors .gs-col-10 .title {
    line-height: 1.3;
}

.font-smaller {
    line-height: 1em;
}
@media screen and (max-width: 1200px) {
    .font-smaller {
        font-size: 12px;
        font-size: 1.2rem;
    }
}

.table-row {
    display: table;
    width: 100%;
}
@media screen and (max-width: 1200px) {
    .table-row {
        display: block;
    }
}

.table-col {
    display: table-cell;
}
@media screen and (max-width: 1200px) {
    .table-col {
        display: block;
    }
}

.nav-on-image.body-pc .header-ghit nav > ul > li > a {
    color: #fff;
    padding-top: 25px;
}

.nav-on-image.body-pc .header-ghit.drop-menu-active nav > ul > li > a {
    color: #231815;
    padding-top: 25px;
}
.nav-on-image.body-pc .header-ghit.drop-menu-active .nav-brand {
    background-image: url("../img/common/logo-brand-black.png");
}
.nav-on-image .header-ghit .nav-brand {
    background-image: url("../img/common/logo-brand-white.png");
}
@media screen and (max-width: 1200px) {
    .nav-on-image.page-businessmodel .nav-area,
    .nav-on-image.page-top .nav-area,
    .nav-on-image.page-vm .nav-area,
    .nav-on-image.page-splan .nav-area,
    .nav-on-image.page-career .nav-area,
    .nav-on-image.page-careermessage .nav-area,
    .nav-on-image.page-story .nav-area,
    .nav-on-image.page-globalhealth .nav-area {
        padding-bottom: 0 !important;
    }
}

.overlay-filter-a,
.page-top .main-visual:after,
.page-businessmodel .main-visual:after,
.page-vm section:after,
.page-globalhealth .main-visual:after,
.page-globalhealth section.global-health-04 .section-visual:after,
.page-globalhealth .promotion-block:after,
.page-impact section:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(47, 32, 27, 0.4);
    position: absolute;
    top: 0;
    left: 0;
}

.overlay-filter-b,
.huge-navigation .gs-col-4 .block:after,
.page-top .top-huge-navigation .gs-col-4 .block:after,
.page-businessmodel .footer-guide .gs-col-4 .block:after,
.page-globalhealth .footer-guide .gs-col-4 .block:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.extention-pdf[href$=".pdf"]:after,
.page-splan .download-pdf-area a[href$=".pdf"]:after {
    margin-left: 10px;
    display: inline-block;
    content: "";
    vertical-align: middle;
    background: url("../img/common/icon_pdf.png") no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
}

/* Frame
=============================== */
.nav-area {
    box-sizing: border-box;
}
.nav-area.active .panel {
    background-color: transparent;
    z-index: 999;
}
@media screen and (max-width: 1200px) {
    .nav-area.active .nav-brand {
        background-image: url("../img/common/logo-brand-white.png");
    }
}
.header-ghit .nav-area {
    margin: 0;
    /*    padding-bottom: 190px;*/
    position: absolute;
    width: 100%;
}
@media screen and (max-width: 1200px) {
    .header-ghit .nav-area {
        margin: 0;
        padding-bottom: 90px;
        position: static;
        width: 100%;
    }
    .nav-on-image .header-ghit .nav-area {
        padding-bottom: 90px;
    }
}
.footer-ghit .nav-area {
    margin-bottom: 80px;
}
@media screen and (max-width: 1200px) {
    .footer-ghit .nav-area {
        margin-bottom: 15px;
        text-align: center;
    }
}

.nav-brand {
    float: left;
    width: 25%;
    display: inline-block;
    width: 162px;
    height: 43px;
    background-image: url("../img/common/logo-brand-black.png");
    background-repeat: no-repeat;
    background-size: 100%;
}
.nav-brand a {
    display: block;
    height: 100%;
}
@media screen and (max-width: 1200px) {
    .nav-brand {
        width: 130px;
    }
}
.header-ghit .nav-brand {
    position: relative;
    z-index: 120;
    margin-top: 25px; /*2019*/
}
@media screen and (max-width: 1200px) {
    .header-ghit .nav-brand {
        margin: 18px 18px 45px 18px;
        float: none;
        position: absolute;
        z-index: 110;
        top: 0;
        margin: 18px 18px 45px 0;
    }
}
@media screen and (max-width: 1200px) {
    .footer-ghit .nav-brand {
        width: auto;
        height: auto;
        float: none;
    }
}
@media screen and (max-width: 1200px) {
    .footer-ghit .nav-brand img {
        width: 100px;
        display: block;
        margin: auto;
    }
}
.nav-ghit {
    float: right;
    /*  width: 75%;*/
    text-align: right;
}
.header-ghit .nav-ghit {
    position: relative;
    z-index: 110;
}
@media screen and (max-width: 1200px) {
    .header-ghit .nav-ghit {
        text-align: left;
        display: none;
        float: none;
        /*    width: 100%;*/
        width: 95%;
        height: 85%;
        position: fixed;
        z-index: 110;
        top: 60px;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
}
@media screen and (max-width: 1200px) {
    .footer-ghit .nav-ghit {
        display: none;
    }
}
.nav-ghit .main-menu,
.nav-ghit .news-letter,
.nav-ghit .search-site,
.nav-ghit .language-changer {
    display: inline-block;
}
.nav-ghit .main-menu {
    margin-right: 20px;
}
@media screen and (max-width: 1200px) {
    .nav-ghit .main-menu {
        display: block;
        position: relative;
        margin: 0px 20px 0px 0px;
    }
}

.nav-ghit .main-menu > li {
    display: inline;
    letter-spacing: 0em;
    /*  margin:0px 20px 0 20px;*/
    color: #231815 !important;
    font-size: 15px;
    font-size: 1.5rem;
}
@media screen and (max-width: 1200px) {
    .nav-ghit .main-menu > li {
        display: block;
        border-bottom: 1px solid #fff;
        margin: 0;
        position: relative;
        font-size: 20px;
        font-size: 2rem;
    }
    .nav-ghit .main-menu > li:first-child {
        border-top: 1px solid #fff;
    }
}
.nav-ghit .main-menu > li > a {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    width: 90px;
    margin-right: 40px;
    text-align: center;
    padding-top: 25px;
}
@media screen and (max-width: 1200px) {
    .nav-ghit .main-menu > li > a {
        color: #fff !important;
        display: block;
        padding: 6px 18px;
        width: 90%;
        text-align: left;
    }
}
.nav-ghit .main-menu > li > a:before,
.nav-ghit .main-menu > li > a:after {
    content: "";
    display: inline-block;
    margin-top: 30px;
    width: 0;
    height: 2px;
    background: #1892d1;
    position: absolute;
    transition: 0.5s;
}

@media screen and (max-width: 1200px) {
    .nav-ghit .main-menu > li > a:before,
    .nav-ghit .main-menu > li > a:after {
        display: none;
    }
}
.nav-ghit .main-menu > li > a:before {
    left: 50%;
}
.nav-ghit .main-menu > li > a:after {
    right: 50%;
}
.nav-ghit .main-menu > li > a:hover,
.nav-ghit .main-menu > li > a.active {
    text-decoration: none;
}
@media screen and (max-width: 1200px) {
    .nav-ghit .main-menu > li > a:hover,
    .nav-ghit .main-menu > li > a.active {
    }
}
.nav-ghit .main-menu > li > a:hover:before,
.nav-ghit .main-menu > li > a:hover:after,
.nav-ghit .main-menu > li > a.active:before,
.nav-ghit .main-menu > li > a.active:after {
    width: 50%;
}
.nav-ghit .main-menu > li .drop-menu {
    display: none;
    margin: 0 18px;
}
.body-pc .nav-ghit .main-menu > li .drop-menu {
    background-color: rgba(228, 228, 228, 0.9);
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    margin: 0;
    padding: 120px 0 30px;
    text-align: left;
}
.body-pc .nav-ghit .main-menu > li .drop-menu .inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    width: 1100px;
}
.body-pc .nav-ghit .main-menu > li .drop-menu .title {
    color: #1892d1;
    font-size: 25px;
    font-size: 2.5rem;
    white-space: nowrap;
}
.body-pc .nav-ghit .main-menu > li .drop-menu .title,
.body-pc .nav-ghit .main-menu > li .drop-menu dl,
.body-pc .nav-ghit .main-menu > li .drop-menu ul {
    padding: 0 2.4vw;
    border-right: 1px solid #c7c8c8;
}
.body-pc .nav-ghit .main-menu > li .drop-menu .title:last-child,
.body-pc .nav-ghit .main-menu > li .drop-menu dl:last-child,
.body-pc .nav-ghit .main-menu > li .drop-menu ul:last-child {
    border-style: none;
}
.body-pc .nav-ghit .main-menu > li .drop-menu .about-list dl,
.body-pc .nav-ghit .main-menu > li .drop-menu .investment-list dl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.body-pc .nav-ghit .main-menu > li .drop-menu .about-list dl {
    width: 100%;
}
.body-pc .nav-ghit .main-menu > li .drop-menu .overview-list {
    height: 250px;
}
.body-pc
    .nav-ghit
    .main-menu
    > li
    .drop-menu
    .overview-list
    dd:nth-last-child(4) {
    margin-top: 43px;
}
.body-pc .nav-ghit .main-menu > li .drop-menu .funding-list {
    height: 250px;
    width: 100%;
}
.body-pc
    .nav-ghit
    .main-menu
    > li
    .drop-menu
    .funding-list
    dd:nth-last-child(2) {
    margin-top: 43px;
}
.body-pc .nav-ghit .main-menu > li .drop-menu .motivations-list ul {
    align-self: center;
}

.body-pc .nav-ghit .main-menu > li .drop-menu .news-room ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    height: 130px;
    width: 47%;
}

@media screen and (max-width: 1200px) {
    .nav-ghit .main-menu > li .drop-menu {
        position: relative;
        margin-bottom: 20px;
    }
}

.nav-ghit .main-menu > li .drop-menu dt {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
    .nav-ghit .main-menu > li .drop-menu dt {
        color: #fff;
        margin-top: 15px;
    }
}

.nav-ghit .main-menu > li .drop-menu dd,
.nav-ghit .main-menu > li .drop-menu li {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Lato";
    margin: 3px 0;
    white-space: nowrap;
}
[lang="ja"] .nav-ghit .main-menu > li .drop-menu dd,
[lang="ja"] .nav-ghit .main-menu > li .drop-menu li {
    font-family: "Lato", "Yu Gothic";
    font-weight: 500;
}
@media screen and (max-width: 1200px) {
    .nav-ghit .main-menu > li .drop-menu a {
        color: #fff;
    }
}
.nav-ghit .main-menu > li i {
    display: none;
}
@media screen and (max-width: 1200px) {
    .nav-ghit .main-menu > li i {
        position: absolute;
        right: 8px;
        top: 15px;
        color: #fff !important;
        display: block;
        font-size: 16px;
        font-size: 1.6rem;
    }
}
.nav-ghit .news-letter {
    display: inline-block;
    font-family: "Lato";
}

[lang="ja"] .nav-ghit .news-letter {
    font-family: "Lato", "Yu Gothic";
    font-weight: 500;
}

@media screen and (max-width: 1200px) {
    .header-ghit .nav-ghit .news-letter {
        position: absolute;
        top: 0px;
        left: 0px;
    }
}

@media screen and (max-width: 1200px) {
    .header-ghit .nav-ghit .news-letter .btn {
        background-color: #fff;
        color: #1892d1 !important;
        border-color: #fff !important;
        padding: 10px 45px !important;
    }
}
@media screen and (max-width: 1200px) {
    .header-ghit .nav-ghit .news-letter .btn:hover {
        background-color: rgba(255, 255, 255, 0.8) !important;
    }
}
.nav-ghit .search-site {
    display: inline-block;
    padding: 6px 8px 5px !important;
    margin: 0 10px;
}
.nav-ghit .search-site i {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0;
}
@media screen and (max-width: 1200px) {
    .header-ghit .nav-ghit .search-site {
        display: none;
    }
    .footer-ghit .nav-ghit .news-letter .btn {
        display: none;
    }
}

.footer-ghit .nav-ghit .search-site {
    position: relative;
    padding: 0 8px !important;
}
.footer-ghit .nav-ghit .search-site input {
    width: 248px;
}
.body-pc .nav-ghit .header-search-site {
    position: absolute !important;
    top: 50px;
    right: 0;
    display: none;
    position: relative;
    margin-top: 5px;
}
.body-pc .nav-ghit .header-search-site:after {
    position: absolute;
    content: "";
    display: block;
    border: 6px solid #e4e4e4;
    border-top: 6px solid transparent;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    left: auto;
    right: 77px;
    top: -11px;
}
.body-pc .nav-ghit .header-search-site form {
    padding: 2px;
    background-color: #eee;
}
.body-pc .nav-ghit .header-search-site input {
    box-shadow: none;
}
.nav-ghit .header-search-site form {
    position: relative;
}

.nav-ghit .header-search-site input {
    background-color: #e4e4e4;
}
@media screen and (max-width: 1199px) {
    .nav-ghit .header-search-site input {
        display: block;
        margin: auto;
        width: 77vw;
        background-color: #fff;
    }
}
.nav-ghit .language-changer {
    display: inline-block;
    text-align: right;
}

/*20180619_mod*/
@media screen and (max-width: 1200px) {
    .header-ghit .nav-ghit .language-changer {
        margin-right: 20px;
        position: absolute;
        top: 0px;
        right: 0px;
    }
}
/*20180619_mod*/

@media screen and (max-width: 1200px) {
    .header-ghit .nav-ghit .language-changer .btn {
        padding: 10px 12px !important;
    }
}
@media screen and (max-width: 1200px) {
    .header-ghit .nav-ghit .language-changer .btn.btn-fill--sub {
        background-color: #fff;
        border-color: #fff;
        color: #1892d1;
    }
}
.nav-ghit .language-changer a {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 6px !important;
}
.nav-ghit .language-changer a:first-child {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
.nav-ghit .language-changer a:last-child {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.sp-side-menu {
    clear: both;
    margin: 0;
    display: none;
    border: none;
}
.sp-side-menu span {
    display: inline-block;
    margin: 20px 20px 0 0;
    border: none !important;
}
@media screen and (max-width: 1200px) {
    .sp-side-menu {
        text-align: center;
    }
    .sp-side-menu span {
        display: inline-block;
        margin: 0px 20px 0 0;
        border: none !important;
    }
    .sns_link {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .sns_link span a {
        width: 28px;
        height: 28px;
        text-align: center;
        display: inline-block;
        vertical-align: middle;
        margin: 0 5px;
    }
    .sns_link span a i {
        font-size: 1.6rem;
        padding-top: 9px;
        padding-left: 6px;
        display: block;
        vertical-align: -webkit-baseline-middle;
    }
}
.sp-side-menu span a {
    color: #fff;
    font-family: "Lato", "Yu Gothic";
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0 !important;
}

.overlay {
    display: none;
    background-color: rgba(114, 113, 113, 0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 110;
}

.panel {
    width: 34px;
    height: 34px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20;
}
@media screen and (max-width: 1200px) {
    .header-ghit .panel {
        display: block;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
        border-radius: 50px;
        background-color: rgba(199, 200, 200, 0.8);
        top: 18px;
        margin-right: 18px;
        margin-bottom: 20px;
        z-index: 100;
        position: fixed;
    }
    .menu-trigger {
        display: inline-block;
        transition: all 0.4s;
        box-sizing: border-box;
        width: 30px;
        height: 16px;
    }
    .menu-trigger span {
        display: inline-block;
        transition: all 0.4s;
        box-sizing: border-box;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        width: 65%;
        height: 2px;
        background-color: #fff;
        border-radius: 4px;
    }
    .menu-trigger span:nth-of-type(1) {
        top: 0;
    }
    .menu-trigger span:nth-of-type(2) {
        top: 7px;
    }
    .menu-trigger span:nth-of-type(2):after {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 100%;
        height: 2px;
        background-color: #fff;
        border-radius: 4px;
        transition: all 0.4s;
    }
    .menu-trigger span:nth-of-type(3) {
        bottom: 0;
    }
    .menu-trigger.active span:nth-of-type(1) {
        transform: translate(50%) scale(0);
        visibility: hidden;
    }
    .menu-trigger.active span:nth-of-type(2) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .menu-trigger.active span:nth-of-type(2):after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .menu-trigger.active span:nth-of-type(3) {
        transform: translate(-50%) scale(0);
        visibility: hidden;
    }
}

.footer-ghit {
    padding-top: 50px;
    background-color: #e4e4e4;
    position: relative;
    z-index: 999;
}
@media screen and (max-width: 1200px) {
    .footer-ghit {
        padding-top: 20px;
        z-index: 10;
    }
    .footer-ghit .nav-ghit .language-changer {
        display: none;
    }
}
.footer-site-map {
    margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
    .footer-site-map {
        display: none;
    }
}
.footer-site-map .nav-head {
    color: #1892d1;
    font-size: 18px;
    font-size: 1.8rem;
    border-bottom: 1px solid #c7c8c8;
    margin-bottom: 15px;
    padding-bottom: 5px;
}
.footer-site-map dl,
.footer-site-map ul {
    margin-bottom: 35px;
}
.footer-site-map dt {
    letter-spacing: -0.01em;
    color: #595757;
    margin-bottom: 5px;
}
.footer-site-map dd,
.footer-site-map li {
    font-family: "Lato";
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 6px;
    white-space: nowrap;
}
[lang="ja"] .footer-site-map dd,
[lang="ja"] .footer-site-map li {
    font-family: "Lato", "Yu Gothic";
    font-weight: 500;
    letter-spacing: -0.05em;
}

.footer-site-map a {
    color: #474545;
}
.footer-site-map a:hover {
    color: #7b7777;
}
.footer-site-map .gs-col-2 {
    width: 98%;
    /* IE8以下とAndroid4.3以下用フォールバック */
    width: -moz-calc(16.66667% + 20px);
    width: -o-calc(16.66667% + 20px);
    width: -webkit-calc(16.66667% + 20px);
    width: calc(16.66667% + 20px);
}
.footer-site-map .gs-col-2:last-child .nav-group {
    padding-right: 0;
}
.footer-site-map .gs-col-4 {
    width: 98%;
    /* IE8以下とAndroid4.3以下用フォールバック */
    width: -moz-calc(33.33333% - 20px);
    width: -o-calc(33.33333% - 20px);
    width: -webkit-calc(33.33333% - 20px);
    width: calc(33.33333% - 20px);
}
.footer-site-map .nav-group {
    padding-right: 10px;
}
.footer-site-map .investment-list .gs-col-7 dd:nth-last-child(2) {
    margin-top: 30px;
}

.foot_sns_link {
    display: block;
    width: 100%;
    text-align: right;
    margin-bottom: 20px;
}
.foot_sns_link span {
    display: inline;
}
.foot_sns_link span a {
/*    width: 25px;
    height: 25px;
    padding: 5px;*/
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}
.foot_sns_link span a i {
    font-size: 1.7rem;
    padding-top: 7px;
    padding-left: 5px;
    display: block;
    vertical-align: -webkit-baseline-middle;
}

@media screen and (max-width: 1200px) {
    .foot_sns_link {
        display: none;
    }
}

.lower-navigation {
    border-top: 1px solid #c7c8c8;
    padding: 20px 0 60px 0;
    font-size: 11.5px;
    font-size: 1.15rem;
    font-family: "Lato";
}
[lang="ja"] .lower-navigation {
    font-family: "Lato", "Yu Gothic";
    font-weight: 500;
}
@media screen and (max-width: 1200px) {
    .lower-navigation {
        border-style: none;
        padding: 0;
    }
}
.lower-navigation ul {
    float: left;
}
.lower-navigation ul li a {
    color: #231815;
}

@media screen and (max-width: 1200px) {
    .lower-navigation ul {
        display: none !important;
    }
}
.lower-navigation p {
    float: right;
}
@media screen and (max-width: 1200px) {
    .lower-navigation p {
        float: none;
        margin-bottom: 20px;
        font-size: 10px;
        font-size: 1rem;
    }
}
.lower-navigation ul,
.lower-navigation p {
    display: inline-block;
}
.lower-navigation li {
    display: inline;
    margin-right: 30px;
}

.pagenation {
    overflow: hidden;
    margin-bottom: 30px;
}
.pagenation .prev,
.pagenation .next {
    font-family: "Lato";
}
[lang="ja"] .pagenation .prev,
[lang="ja"] .pagenation .next {
    font-family: "Lato", "Yu Gothic";
    font-weight: 500;
}

.pagenation .prev i,
.pagenation .next i {
    display: inline-block;
    width: 20px;
    height: 20px;
    color: #fff;
    font-size: 10px;
    font-size: 1rem;
    background-color: #1d66a7;
    text-align: center;
    margin-bottom: 3px;
}
.pagenation .prev i:before,
.pagenation .next i:before {
    display: inline-block;
    margin-top: 5px;
}
.pagenation .prev a,
.pagenation .next a {
    color: #1d66a7;
}
.pagenation .prev a:hover,
.pagenation .next a:hover {
    opacity: 0.8;
}
.pagenation .prev {
    float: left;
}
.pagenation .prev i {
    margin-right: 5px;
}
.pagenation .next {
    float: right;
}
.pagenation .next i {
    margin-left: 5px;
}

.huge-navigation .gs-row,
.page-top .top-huge-navigation .gs-row,
.page-businessmodel .footer-guide .gs-row,
.page-globalhealth .footer-guide .gs-row {
    margin: 0;
}
.huge-navigation .gs-col-4,
.page-top .top-huge-navigation .gs-col-4,
.page-businessmodel .footer-guide .gs-col-4,
.page-globalhealth .footer-guide .gs-col-4 {
    padding: 0;
}
.huge-navigation .gs-col-4 .block,
.page-top .top-huge-navigation .gs-col-4 .block,
.page-businessmodel .footer-guide .gs-col-4 .block,
.page-globalhealth .footer-guide .gs-col-4 .block {
    position: relative;
}
.huge-navigation .gs-col-4 img,
.page-top .top-huge-navigation .gs-col-4 img,
.page-businessmodel .footer-guide .gs-col-4 img,
.page-globalhealth .footer-guide .gs-col-4 img {
    vertical-align: bottom;
}
.huge-navigation .gs-col-4 a,
.page-top .top-huge-navigation .gs-col-4 a,
.page-businessmodel .footer-guide .gs-col-4 a,
.page-globalhealth .footer-guide .gs-col-4 a {
    color: #fff;
    font-size: 32px;
    font-size: 3.2rem;
    display: block;
    z-index: 5;
    text-align: center;
    width: 90%;
}
@media screen and (max-width: 1200px) {
    .huge-navigation .gs-col-4 a,
    .page-top .top-huge-navigation .gs-col-4 a,
    .page-businessmodel .footer-guide .gs-col-4 a,
    .page-globalhealth .footer-guide .gs-col-4 a {
        font-size: 20px;
        font-size: 2rem;
    }
}

.navigate-link {
    padding: 16px 80px !important;
    font-size: 14px;
    font-size: 1.4rem;
}
@media screen and (max-width: 1200px) {
    .navigate-link {
        padding: 8px 40px 8px 40px !important;
        font-size: 11px;
        font-size: 1.1rem;
    }
}

[lang="en"] .navigate-link i.icon-arrow-right {
    position: absolute;
    right: 10px;
    height: 7px;
}

[lang="en"] .navigate-link i.icon-arrow-left {
    position: absolute;
    left: 15px;
    height: 7px;
}

[lang="ja"] .navigate-link i.icon-arrow-right {
    position: absolute;
    right: 10px;
    height: 5px;
}

[lang="ja"] .navigate-link i.icon-arrow-left {
    position: absolute;
    left: 15px;
    height: 5px;
}

.circle-elements {
    position: relative;
    margin-bottom: 30px;
    /*    min-height: 435px;*/
}
@media screen and (max-width: 1200px) {
    .circle-elements {
        overflow: hidden;
        margin-bottom: 30px;
        min-height: 50px;
    }
}
.circle-elements .info-block {
    text-align: center;
}
@media screen and (max-width: 1200px) {
    .circle-elements .info-block {
        text-align: left;
    }
}

.circle-thumb {
    position: relative;
}
@media screen and (max-width: 1200px) {
    .circle-thumb {
        float: left;
        width: 95px;
        margin-right: 15px;
        display: inline-block;
        height: 160px;
    }
}
.circle-thumb .btn {
    position: absolute;
    right: 13%;
    bottom: 5%;
    z-index: 1;
    padding: 15px 20px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
}
.circle-thumb .btn i {
    margin-right: 0;
}
@media screen and (max-width: 1200px) {
    .circle-thumb .btn i {
        font-size: 11px;
        font-size: 1.1rem;
    }
}
@media screen and (max-width: 1200px) {
    .circle-thumb .btn {
        padding: 5px 10px;
        right: 0;
        bottom: 60px;
    }
}

.circle-image {
    margin: 0 auto 15px;
    width: 250px;
    height: 250px;
    overflow: hidden;
    -webkit-border-radius: 250px;
    -moz-border-radius: 250px;
    -ms-border-radius: 250px;
    -o-border-radius: 250px;
    border-radius: 250px;
    position: relative;
}
@media screen and (max-width: 1200px) {
    .circle-image {
        width: 95px;
        height: 95px;
        clear: both;
        margin: 0 15px 0 0;
    }
}

.staff-list .name {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 10px;
}
.staff-list .title {
    color: #1892d1;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
}
[lang="ja"] .staff-list .title {
    font-weight: 500;
}
@media screen and (max-width: 1200px) {
    .staff-list .title {
        text-align: left;
        margin: 5px 0;
        display: inline-block;
    }
}

/* Top Page
=============================== */
.page-top main {
    margin: 0 !important;
}

.page-top .main-visual {
    width: 100vw;
    height: 100vh;
    position: relative;
}
.page-businessmodel .main-visual .btn {
    font-size: 14px;
    font-size: 1.4rem;
    background-color: rgba(255, 255, 255, 0.7);
    color: #231815 !important;
    padding: 15px 25px 15px 60px;
    z-index: 100;
}

@media screen and (max-width: 1200px) {
    .page-top .main-visual .btn,
    .page-businessmodel .main-visual .btn {
        padding: 8px 25px 8px 40px;
        font-size: 11px;
        font-size: 1.1rem;
    }
}

.page-top .main-visual .btn:hover,
.page-businessmodel .main-visual .btn:hover {
    background-color: rgba(35, 130, 180, 0.9);
    color: #fff !important;
}
.page-top .main-visual .btn i,
.page-businessmodel .main-visual .btn i {
    color: #1892d1 !important;
    margin-left: 10px;
}
.page-top .main-visual .btn:hover i,
.page-businessmodel .main-visual .btn:hover i {
    color: #fff !important;
    margin-left: 10px;
}

/*slideshow style*/

.page-top .swiper-container {
    width: 100vw;
    height: 600px;
}
.page-top .swiper-container .slidewrap {
    width: 100%;
    margin: 0 auto;
    padding-top: 90px;
}

@media screen and (max-width: 1200px) {
    .page-top .swiper-container {
        width: 100%;
        height: 100vh;
    }
    .page-top .swiper-container .slidewrap {
        width: 100vw;
        margin: 0 auto;
        padding-top: 10px;
    }
}

/*swiper cont style*/

.page-top .top-huge-navigation a {
    font-size: 2rem !important;
    bottom: 3% !important;
    left: 3% !important;
    top: auto !important;
    text-align: left !important;
    -webkit-transform: none !important;
    transform: none !important;
}

@media screen and (max-width: 1200px) {
    .page-top .top-huge-navigation .block img {
        width: 100%;
    }
}

.top-latest-news p.cont-sub-title {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 2rem;
}

.top-latest-news {
    padding: 140px 0;
    text-align: center;
}
@media screen and (max-width: 1200px) {
    .top-latest-news {
        padding: 50px 0;
    }
}
.top-latest-news .container-forbes {
    margin-bottom: 40px;
    display: inline-block;
    width: 1100px;
}
/*2column Layout*/
.top-latest-news .flex-box {
    width: 1100px;
    display: flex;
    grid-gap: 25px;
    margin: 0 auto 0;
}
.top-latest-news .flex-box div {
    width: calc(50% - 15px);
}
@media screen and (max-width: 1200px) {
    .top-latest-news .flex-box {
        width: calc(100% - 30px);
        display: inline-block;
        margin: 0 auto 0;
    }
    .top-latest-news .flex-box div{
        width: calc(100% - 40px);
        display: inline-block;
        margin: 0 auto 0;
        padding:10px;
    }
    .top-latest-news p.cont-sub-title{
        width: calc(100% - 40px);
        padding:10px;
    }
}
@media screen and (max-width: 1200px) {
    .top-latest-news .container-forbes {
        margin-bottom: 40px;
        display: inline-block;
        width: auto;
        margin: 0 18px;
    }
}

.top-latest-news h2 {
    font-size: 44px;
    font-size: 4.4rem;
    margin-bottom: 40px;
    text-align: center;
}
.top-latest-news h2 small {
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center;
}
@media screen and (max-width: 1200px) {
    .top-latest-news h2 {
        font-size: 30px;
        font-size: 3rem;
    }
    .top-latest-news h2 small {
        font-size: 18px;
        font-size: 1.8rem;
        text-align: center;
    }
}

.latest-news-list .publishdate {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Myriad Pro", "Lato";
}

.latest-news-list .news-category,
.latest-news-list .desc {
    font-family: "Lato";
    font-size: 14px;
    font-size: 1.4rem;
    color: #1892d1;
}

[lang="ja"] .latest-news-list .news-category,
[lang="ja"] .latest-news-list .desc {
    font-family: "Lato", "Yu Gothic";
    font-weight: 500;
}
[lang="en"] .latest-news-list .category-title {
    font-size: 20px;
    font-size: 2rem;
}
[lang="ja"] .latest-news-list .category-title {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.6em;
}
@media screen and (max-width: 1200px) {
    .latest-news-list .category-title {
        font-size: 17px;
        font-size: 1.7rem;
    }
}

.top-about-ghit {
    overflow: hidden;
    padding-bottom: 250px;
}
@media screen and (max-width: 1200px) {
    .top-about-ghit {
        padding-bottom: 0;
    }
}
.top-about-ghit [class^="about-"] {
    position: relative;
}
.top-about-ghit [class^="about-"]:after {
    content: "";
    display: block;
    position: absolute;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
@media screen and (max-width: 1200px) {
    .top-about-ghit [class^="about-"]:after {
        position: static;
        width: 100% !important;
    }
}

.top-about-ghit [class^="about-"]:nth-child(even) .title-block h2,
.top-about-ghit [class^="about-"]:nth-child(even) .title-block h2 small,
.top-about-ghit [class^="about-"]:nth-child(even) .title-block .caption,
.top-about-ghit [class^="about-"]:nth-child(even) .title-block h2 a,
.top-about-ghit [class^="about-"]:nth-child(even) .title-block .caption a {
    color: #fff;
}
.top-about-ghit [class^="about-"] .title-block h2 small {
    font-size: 24px;
    font-size: 2.4rem;
}
@media screen and (max-width: 1200px) {
    .top-about-ghit [class^="about-"] .title-block h2 small {
        font-size: 18px;
        font-size: 1.8rem;
    }
}

.top-about-ghit [class^="about-"]:nth-child(even) .title-block {
    background-color: #1892d1;
}

/*CW追加*/
.top-about-ghit [class^="about-"]:nth-child(even) .title-block:hover {
    background-color: #28a2e1;
}

.top-about-ghit [class^="about-"] .title-block {
    display: inline-block;
    padding: 50px 45px;
    background-color: #fff;
    position: absolute;
}
.top-about-ghit [class^="about-"] .title-block:hover {
    display: inline-block;
    padding: 50px 45px;
    background-color: #eee;
    position: absolute;
}
@media screen and (max-width: 1200px) {
    .top-about-ghit [class^="about-"] .title-block {
        padding: 15px 25px;
        width: 70vw;
    }
    .top-about-ghit [class^="about-"] .title-block:hover {
        display: inline-block;
        padding: 15px 25px;
        background-color: #eee;
        position: absolute;
    }
}
.top-about-ghit [class^="about-"] h2 {
    margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
}
.top-about-ghit .about-leader .title-block {
    left: 55vw;
    top: 15%;
}
@media screen and (max-width: 1200px) {
    .top-about-ghit .about-leader .title-block {
        left: auto;
        top: auto;
        bottom: 7%;
        right: 0;
        width: 70vw;
    }
}
.top-about-ghit .about-leader:after {
    top: 0;
    left: 0;
    width: 59vw;
    height: 100%;
    background-image: url(../img/top/bg_about-fund.jpg);
}

@media screen and (max-width: 1200px) {
    .top-about-ghit .about-leader:after {
        background-position: 70% 0;
    }
}
.top-about-ghit .about-health {
    min-height: 572px;
}
@media screen and (max-width: 1200px) {
    .top-about-ghit .about-health {
        min-height: auto;
        height: 500px;
    }
}
.top-about-ghit .about-health .title-block {
    right: 57vw;
    bottom: -5%;
}
@media screen and (max-width: 1200px) {
    .top-about-ghit .about-health .title-block {
        left: 0;
        top: auto;
        bottom: 7%;
        right: auto;
        width: 70vw;
    }
}
.top-about-ghit .about-health:after {
    top: -60px;
    right: 0;
    width: 61vw;
    height: 100%;
    background-image: url(../img/top/bg_about-health.webp);
}
.top-about-ghit .about-business {
    padding-top: 150px;
    min-height: 536px;
}
@media screen and (max-width: 1200px) {
    .top-about-ghit .about-business {
        padding-top: 0;
        min-height: auto;
        height: 500px;
    }
}
.top-about-ghit .about-business .title-block {
    left: 57vw;
    top: 11.5%;
}
@media screen and (max-width: 1200px) {
    .top-about-ghit .about-business .title-block {
        left: auto;
        top: 7%;
        bottom: auto;
        right: 0;
        width: 70vw;
    }
}
.top-about-ghit .about-business:after {
    left: 5vw;
    width: 58.5vw;
    height: 100%;
    background-image: url(../img/top/bg_about-business.webp);
}
.top-about-ghit .about-funding {
    min-height: 610px;
}
@media screen and (max-width: 1200px) {
    .top-about-ghit .about-funding {
        min-height: auto;
        height: 500px;
    }
}
.top-about-ghit .about-funding .title-block {
    right: 57vw;
    top: 50%;
}
@media screen and (max-width: 1200px) {
    .top-about-ghit .about-funding .title-block {
        left: 0;
        top: 7%;
        bottom: auto;
        right: auto;
        width: 70vw;
    }
}
.top-about-ghit .about-funding:after {
    right: 0;
    top: 90px;
    width: 65.5vw;
    height: 100%;
    background-image: url(../img/top/bg_about-funding.webp);
}

.top-counter {
    padding: 80px 0 130px;
    background: url(../img/top/bg-fact_sheet.webp) no-repeat center center;
    background-size: cover;
    color: #fff !important;
    position: relative;
    width: -webkit-calc(100% - 335px);
    width: 100%;
    display: inline-block;
}
@media screen and (max-width: 1200px) {
    .top-counter {
        padding: 30px 0 90px;
        width: 100%;
        height: 380px;
        display: inline-block;
    }
}
.top-counter .container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.top-counter a,
.top-counter a:visited,
.top-counter a:link {
    color: #fff !important;
    cursor: pointer;
}
.top-counter h2 {
    font-size: 55px;
    font-size: 5.5rem;
    text-align: center;
    margin-bottom: 80px;
}
.top-counter h2 small {
    font-size: 35px;
    font-size: 3.5rem;
    text-align: center;
}
@media screen and (max-width: 1200px) {
    .top-counter h2 small {
        font-size: 18px;
        font-size: 1.8rem;
        text-align: center;
    }
}
@media screen and (max-width: 1200px) {
    .top-counter h2 {
        font-size: 30px;
        font-size: 3rem;
        margin-bottom: 35px;
    }
}
.top-counter .gs-col-3 {
    text-align: center;
}
@media screen and (min-width: 1200px) and (max-width: 1480px) {
    .top-counter .gs-col-3 {
        width: 25% !important;
        float: left;
        padding: 0 !important;
    }
}
@media screen and (max-width: 1200px) {
    .top-counter .gs-col-3 {
        width: 50% !important;
        float: left;
        margin-bottom: 40px;
    }
}
.top-counter .gs-row {
    margin: 0 -15px 0 15px;
}

[lang="ja"] .top-counter .gs-col-3 .title {
    padding-top: 1em;
}

.top-counter .title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.2em;
}
@media screen and (max-width: 1200px) {
    .top-counter .title {
        font-size: 12px;
        font-size: 1.2rem;
    }
}
.top-counter .value {
    font-size: 10.5px;
    font-size: 10.5rem;
    line-height: 1;
}
@media screen and (max-width: 1200px) {
    .top-counter .value {
        font-size: 65px;
        font-size: 6.5rem;
    }
}
@media screen and (max-width: 400px) {
    .top-counter .value {
        font-size: 50px;
        font-size: 5rem;
    }
}
[lang="en"] .top-counter .unit {
    font-size: 25px;
    font-size: 2.5rem;
}
[lang="ja"] .top-counter .unit {
    font-size: 20px;
    font-size: 2rem;
}

@media screen and (min-width: 1200px) and (max-width: 1480px) {
    .top-counter .value {
        font-size: 8.2px !important;
        font-size: 8.2rem !important;
        line-height: 1;
    }
}

@media screen and (max-width: 1200px) {
    [lang="en"] .top-counter .unit {
        font-size: 14px;
        font-size: 1.4rem;
    }
    [lang="ja"] .top-counter .unit {
        font-size: 15px;
        font-size: 1.5rem;
    }
}
.twitter-wrapper {
    padding: 10px 15px 30px 15px;
    background-color: #badef1;
    display: inline-block;
    /*    float: right;*/
    height: 550px;
    position: absolute;
    width: 335px;
}
.top-twitter {
    width: calc(335px - 30px);
    display: inline-block;
    height: 480px;
    overflow-y: scroll;
    overflow-x: hidden;
    -ms-overflow-style: none; /* IE, Edge 対応 */
    scrollbar-width: none; /* Firefox 対応 */
}
.top-twitter::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none;
}
.twitter-wrapper h4 {
    font-size: 20px;
    font-size: 2em;
    color: #1892d1;
    margin-bottom: 5px;
}
.twitter-wrapper h4 img {
    display: inline;
    width: 28px;
    margin-top: 10px;
    margin-right: 10px;
}
@media screen and (max-width: 1200px) {
    .clearfix::after {
        content: “”;
        display: block;
        float: none;
        clear: both;
    }

    .twitter-wrapper {
        clear: both;
        width: 100%;
        display: block;
        padding: 0px;
        margin: 0 auto;
        position: relative;
        float: none;
        text-align: center;
    }
    .twitter-wrapper h4 {
        clear: both;
        display: inline-block;
        font-size: 20px;
        font-size: 2em;
        color: #1892d1;
        margin-bottom: 10px;
        width: 100%;
        height: 40px;
    }
    .twitter-wrapper h4 img {
        display: inline;
        width: 28px;
        margin-top: 10px;
        margin-right: 10px;
        margin-left: -10px;
    }

    .top-twitter {
        width: 90vw;
        display: block;
        margin: 0 auto;
        float: none;
        overflow-y: scroll;
        overflow-x: hidden;
        -ms-overflow-style: none;
        scrollbar-width: none;
        font-size: 1rem;
    }
}

/* SubPage CommonStyle
=============================== */
div.errorMSG {
    display: block;
    width: 100%;
    border: solid 2px #ff0000;
    padding: 20px;
    text-align: center;
    margin-bottom: 30px;
}
div.errorMSG span {
    font-size: 2.5rem;
    color: #ff0000;
}

div.errorMSG h4 {
    font-size: 3.5rem;
    color: #ff0000;
}

.sub main {
    margin-bottom: 150px;
    margin-top: 160px;
}

@media screen and (max-width: 1200px) {
    .sub main {
        margin-top: 0;
        margin-bottom: 100px;
    }
}

.title-block {
    line-height: 1;
    position: relative;
    z-index: 20;
}

.title-block .lead {
    color: #1892d1;
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 10px;
}

@media screen and (max-width: 1200px) {
    [lang="ja"] .title-block .lead {
        font-size: 15px;
        font-size: 1.5rem;
    }
}
@media screen and (max-width: 1200px) {
    .title-block .lead {
        font-size: 17px;
        font-size: 1.7rem;
    }
}

.title-block h1 {
    font-size: 47px;
    font-size: 4.7rem;
    margin-bottom: 30px;
}

[lang="ja"] .title-block h1 {
    font-size: 42px;
    font-size: 4.2rem;
    margin-bottom: 30px;
    letter-spacing: -0.03em;
}

@media screen and (max-width: 1200px) {
    .title-block h1 {
        font-size: 32px;
        font-size: 3.2rem;
        margin-bottom: 15px;
    }
    [lang="ja"] .title-block h1 {
        font-size: 28px;
        font-size: 2.8rem;
        margin-bottom: 15px;
    }
}

.title-block h1 .print {
    margin-left: 40px;
}

@media screen and (max-width: 1200px) {
    .title-block h1 .print {
        display: none;
    }
}

.title-block h1 i {
    font-size: 23px;
    font-size: 2.3rem;
    color: #1892d1;
}

.heading-title {
    color: #1892d1;
    font-size: 36px;
    font-size: 3.6rem;
    margin-bottom: 10px;
    line-height: 1.3em;
}

.head-bg-mono .span-adjust {
    margin-bottom: 80px;
}
@media screen and (max-width: 1200px) {
    .head-bg-mono .span-adjust {
        margin-bottom: 15px;
    }
}
.head-bg-mono .span-adjust .title-block h1 {
    margin-bottom: 0;
}
.head-bg-mono .title-block h1 {
    margin-bottom: 120px;
}
@media screen and (max-width: 1200px) {
    .head-bg-mono .title-block h1 {
        margin-bottom: 30px !important;
        margin-top: -30px;
    }
}
.head-bg-mono:after {
    content: "";
    display: block;
    width: 100%;
    height: 310px;
    background-color: rgba(199, 200, 200, 0.4);
    z-index: 0;
    position: absolute;
    top: 0;
}
@media screen and (max-width: 1200px) {
    .head-bg-mono:after {
        height: 220px;
    }
}

.label-link {
    display: inline-block;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.15em;
}
@media screen and (max-width: 1200px) {
    .label-link {
        position: static;
        margin: auto;
        display: block;
        font-size: 16px;
        font-size: 1.6rem;
    }
}
.label-link a {
    display: block;
    color: #1d66a7;
    background-color: #e4e4e4;
    padding: 20px 58px;
    position: relative;
}

[lang="ja"] .label-link a {
    font-family: "Lato", "Yu Gothic";
    font-weight: 500;
}

@media screen and (max-width: 1200px) {
    .label-link a {
        padding: 15px 28px;
    }
    [lang="ja"] .label-link a {
        padding: 8px 20px;
    }
}
.label-link a i {
    position: absolute;
    right: 5%;
}

.label-link a span {
    display: block;
}

.head-image-area main {
    margin-top: 215px;
}
@media screen and (max-width: 1200px) {
    .head-image-area main {
        margin-top: 0;
    }
}
.head-image-area .span-adjust {
    margin-bottom: 30px;
}
.head-image-area .span-adjust .title-block h1 {
    margin-bottom: 0;
}
.head-image-area .title-block h1 {
    color: #fff;
}
.head-image-area:before {
    content: "";
    display: block;
    width: 100%;
    height: 310px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: absolute;
    top: 0;
    z-index: 6;
}

@media screen and (max-width: 1200px) {
    .head-image-area:before {
        height: 156px;
        overflow: hidden;
    }
}

.head-image-area.page-publications:before {
    background-image: url(../img/newsroom/publications.webp);
}
.head-image-area.page-pressrelease:before {
    background-image: url(../img/newsroom/PressRelease.webp);
}
.head-image-area.page-events:before {
    background-image: url(../img/newsroom/events.webp);
}
.head-image-area.page-news:before {
    background-image: url(../img/newsroom/News.webp);
}
.head-image-area.page-tools:before {
    background-image: url(../img/newsroom/tools.webp);
}
.head-image-area.page-films:before {
    background-image: url(../img/newsroom/films.webp);
}
.head-image-area.page-top:before,
.head-image-area.page-top:after,
.head-image-area.page-businessmodel:before,
.head-image-area.page-businessmodel:after,
.head-image-area.page-vm:before,
.head-image-area.page-vm:after,
.head-image-area.page-splan:before,
.head-image-area.page-splan:after,
.head-image-area.page-career:before,
.head-image-area.page-career:after,
.head-image-area.page-careermessage:before,
.head-image-area.page-careermessage:after,
.head-image-area.page-story:before,
.head-image-area.page-story:after,
.head-image-area.page-globalhealth:before,
.head-image-area.page-globalhealth:after {
    display: none;
}
.head-image-area:after {
    content: "";
    display: block;
    width: 100%;
    height: 310px;
    background-color: rgba(35, 24, 21, 0.4);
    z-index: 7;
    position: absolute;
    top: 0;
}
@media screen and (max-width: 1200px) {
    .head-image-area:after {
        height: 156px;
        overflow: hidden;
    }
}

/*20180619_mod*/
@media screen and (max-width: 1200px) {
    #search_content {
        width: 95%;
        margin: 55px auto 20px;
        margin-left: 0px;
    }
}

.search-bar {
    background-color: #e4e4e4;
    padding: 55px 0px 35px 0px;
    margin-bottom: 100px;
    position: relative;
    z-index: 5;
}
@media screen and (max-width: 1200px) {
    .search-bar {
        background-color: #e4e4e4;
        padding: 20px 0px 20px 0px;
        margin-bottom: 30px;
        position: relative;
        z-index: 5;
    }
}

.search-bar .news-search {
    display: table;
    text-align: center;
    margin: auto;
    width: 50%;
}

@media screen and (max-width: 1200px) {
    .search-bar .news-search {
        width: 80%;
    }
}
.search-bar .target-drop-menu {
    display: table-cell;
    vertical-align: middle;
    width: 18%;
    position: relative;
}
@media screen and (max-width: 1200px) {
    .search-bar .target-drop-menu {
        width: 50%;
    }
}
.search-bar .target-drop-menu .btn {
    padding-left: 0;
    padding-right: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    text-align: left;
    position: relative;
    width: 100%;
}
.search-bar .target-drop-menu .btn span {
    margin: 0 10px;
}
@media screen and (max-width: 1200px) {
    .search-bar .target-drop-menu .btn span {
        display: block;
        overflow: hidden;
        width: 5em;
        white-space: nowrap;
    }
}
.search-bar .target-drop-menu .btn i {
    font-size: 10px;
    font-size: 1rem;
    position: absolute;
    top: 15px;
    right: 0;
}
.search-bar .target-drop-menu > ul {
    position: absolute;
    display: none;
    background-color: #1892d1;
    width: 98%;
    /* IE8以下とAndroid4.3以下用フォールバック */
    width: -moz-calc(100% + 2px);
    width: -o-calc(100% + 2px);
    width: -webkit-calc(100% + 2px);
    width: calc(100% + 2px);
    font-family: "Lato";
    font-size: 13px;
    font-size: 1.3rem;
    z-index: 10;
}
[lang="ja"] .search-bar .target-drop-menu > ul {
    font-family: "Lato", "Yu Gothic";
    font-weight: 500;
}
.search-bar .target-drop-menu > ul > li {
    text-align: left;
    padding: 5px 10px;
}
.search-bar .target-drop-menu > ul > li:hover {
    cursor: pointer;
    background-color: #1372a3;
}
.search-bar .target-drop-menu > ul > li a {
    display: block;
    color: #fff;
}
.search-bar .target-drop-menu > ul > li a:hover {
    opacity: 0.8;
}
.search-bar .target-drop-menu > ul ul {
    padding-left: 15px;
}
.search-bar form {
    display: table-cell;
    width: 50%;
}
.search-bar form input {
    padding: 8.5px 0;
    width: 100%;
    vertical-align: top;
    text-indent: 1em;
}

/* LeaderShip
=============================== */
.index-block {
    font-family: "Lato";
    letter-spacing: 0em;
    margin-bottom: 130px;
    overflow: hidden;
}
[lang="ja"] .index-block {
    font-family: "Lato", "Yu Gothic";
    font-weight: 500;
}
@media screen and (max-width: 1200px) {
    .index-block {
        margin-bottom: 50px;
        font-size: 13px;
        font-size: 1.3rem;
    }
}
.index-block dt {
    color: #1892d1;
}
.index-block dd {
    float: left;
}
.index-block dd:nth-child(even) {
    clear: both;
    margin-right: 80px;
}
@media screen and (max-width: 1200px) {
    .index-block dd:nth-child(even) {
        width: auto;
        margin-right: 0;
    }
}
@media screen and (max-width: 1200px) {
    .index-block dd {
        float: none;
    }
}

.page-council .member-list .block {
    margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
    .page-council .member-list .block {
        margin-bottom: 30px;
    }
}
.page-council .member-list .title {
    color: #1892d1;
}
@media screen and (max-width: 1200px) {
    .page-council .member-list .title {
        margin-bottom: 10px;
    }
}
.page-council .member-list .gs-col-6:nth-child(even) {
    width: 98%;
    /* IE8以下とAndroid4.3以下用フォールバック */
    width: -moz-calc(50% - 20px);
    width: -o-calc(50% - 20px);
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
}
.page-council .member-list .gs-col-6:nth-child(odd) {
    width: 98%;
    /* IE8以下とAndroid4.3以下用フォールバック */
    width: -moz-calc(50% + 20px);
    width: -o-calc(50% + 20px);
    width: -webkit-calc(50% + 20px);
    width: calc(50% + 20px);
}

.page-directors .gs-col-2 .photo {
    margin-right: 25px;
}
@media screen and (max-width: 1200px) {
    .page-directors .gs-col-2 .photo {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 1200px) {
    .page-directors .gs-col-2 .photo img {
        width: 150px;
    }
}
.page-directors .gs-col-10 {
    width: 98%;
    /* IE8以下とAndroid4.3以下用フォールバック */
    width: -moz-calc(83.33333% - 57px);
    width: -o-calc(83.33333% - 57px);
    width: -webkit-calc(83.33333% - 57px);
    width: calc(83.33333% - 57px);
}
.page-directors .gs-col-10 .title {
    color: #1892d1;
    margin-bottom: 5px;
}
.page-directors .gs-col-10 .caption {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
    .page-directors .gs-col-10 .caption {
        margin-bottom: 15px;
    }
}
.page-directors .desc {
    font-family: "Lato";
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2em;
    padding-right: 7vw;
}
[lang="ja"] .page-directors .desc {
    font-family: "Lato", "Yu Gothic";
    font-weight: 500;
}
@media screen and (max-width: 1200px) {
    .page-directors .desc {
        padding-right: 0;
    }
}
.page-directors .directors-list .gs-row {
    margin-bottom: 80px;
}
@media screen and (max-width: 1200px) {
    .page-directors .directors-list .gs-row {
        margin-bottom: 60px;
    }
}
.page-directors .committe .gs-row {
    margin-bottom: 25px;
}
.page-directors .committe .desc {
    margin-bottom: 40px;
}

.committe .table-row {
    margin-bottom: 25px;
}
.committe .committe-title {
    width: 315px;
    padding-right: 15px;
}
@media screen and (max-width: 1200px) {
    .committe .committe-title {
        margin-bottom: 15px;
        width: 50%;
    }
}
.committe .committe-title p {
    color: #fff;
    text-align: center;
    padding: 12px;
}
.committe .committe-caption {
    vertical-align: middle;
}
.committe .committe-caption p {
    font-family: "Lato";
    font-size: 14px;
    font-size: 1.4rem;
}
[lang="ja"] .committe .committe-caption p {
    font-family: "Lato", "Yu Gothic";
    font-weight: 500;
}

.page-chart .chart-area {
    margin-top: 120px;
    position: relative;
}
.page-chart .chart-area img {
    width: 986px;
}

.page-chart .committe {
    margin-top: 60px;
    font-family: "Lato", "Yu Gothic";
    font-weight: 500;
    line-height: 1.8em;
}
.page-chart .committe strong {
    font-weight: bold;
    font-size: 1.1em;
}

.page-chart .committe p.desc {
    font-size: 0.8em;
}

@media screen and (max-width: 1200px) {
    .page-chart .chart-area img {
        margin-bottom: 30px;
    }
    .page-chart .chart-area {
        margin-top: 50px;
    }
    .page-chart .vertical-list {
        margin-bottom: 50px;
    }
}
.page-chart .label-link {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 15px;
    font-size: 1.5rem;
}
.page-chart .label-link a {
    padding: 5px 58px;
}
[lang="ja"] .page-chart .label-link a {
    padding: 13px 58px;
}
@media screen and (max-width: 1200px) {
    .page-chart .label-link {
        position: static;
        font-size: 12px;
        font-size: 1.2rem;
        width: 80%;
        padding: 5px 28px;
    }
}

/* News Room
=============================== */

.page-featurednews .top-news-area {
    margin-bottom: 130px;
    height: 480px;
    width: 100%;
    overflow: hidden;
}
.page-featurednews .top-news-area featureslider {
    width: 100%;
}
.page-featurednews .top-news-area .main-column,
.page-featurednews .top-news-area .sub-column {
    position: relative;
}

.page-featurednews .top-news-area .main-column {
    height: 480px;
}
.page-featurednews .top-news-area .sub-column {
    height: 240px;
}
@media screen and (max-width: 1200px) {
    .page-featurednews .top-news-area {
        margin-bottom: 50px;
        height: auto;
    }
    .page-featurednews .top-news-area .main-column {
        height: auto;
    }
    .page-featurednews .top-news-area .sub-column {
        height: auto;
    }
}

.page-featurednews .top-news-area .main-column:before,
.page-featurednews .top-news-area .sub-column:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 120px 120px 0 0;
    border-color: #1892d1 transparent transparent transparent;
}
@media screen and (max-width: 1200px) {
    .page-featurednews .top-news-area .main-column:before,
    .page-featurednews .top-news-area .sub-column:before {
        border-width: 41px 41px 0 0;
    }
}
.page-featurednews .top-news-area .main-column:after,
.page-featurednews .top-news-area .sub-column:after {
    content: "";
    display: block;
    width: 100%;
    min-height: 20%;
    position: absolute;
    bottom: 0;
    left: 0;
}
@media screen and (max-width: 1200px) {
    .page-featurednews .top-news-area .main-column:after,
    .page-featurednews .top-news-area .sub-column:after {
        content: "";
        display: block;
        width: 100%;
        min-height: 20%;
        position: absolute;
        bottom: 0;
        left: 0;
    }
}
.page-featurednews .top-news-area .main-column img,
.page-featurednews .top-news-area .sub-column img {
    width: 100%;
}
.page-featurednews .top-news-area .sub-column:before {
    border-width: 75px 75px 0 0;
}
@media screen and (max-width: 1200px) {
    .page-featurednews .top-news-area .sub-column:before {
        border-width: 26px 26px 0 0;
    }
}
.page-featurednews .top-news-area .title-block {
    position: absolute;
    bottom: 5%;
    left: 5vw;
    color: #fff;
    z-index: 1;
}

@media screen and (max-width: 1200px) {
    .page-featurednews .top-news-area .title-block {
        left: 2rem;
        bottom: 1rem;
    }
}
.page-featurednews .top-news-area .title-block .post-date:after {
    content: "|";
    display: inline-block;
    margin: 0 5px;
}

[lang="en"] .page-featurednews .top-news-area .title-block > p {
    font-family: "Lato";
}
[lang="ja"] .page-featurednews .top-news-area .title-block > p {
    font-family: "Lato", "Yu Gothic";
    font-weight: 500;
}
@media screen and (max-width: 1200px) {
    [lang="en"] .page-featurednews .top-news-area .title-block > p {
        font-size: 9px;
        font-size: 0.9rem;
    }
    [lang="ja"] .page-featurednews .top-news-area .title-block > p {
        font-size: 9px;
        font-size: 0.9rem;
    }
}

.page-featurednews .top-news-area .title-block .title {
    font-family: "Lato", "Yu Gothic";
    font-size: 24px;
    font-size: 2.4rem;
}

[lang="ja"] .page-featurednews .top-news-area .title-block .title {
    font-family: "Lato", "Yu Gothic";
    font-size: 24px;
    font-size: 2.4rem;
}

@media screen and (max-width: 1200px) {
    .page-featurednews .top-news-area .title-block .title,
    [lang="ja"] .page-featurednews .top-news-area .title-block .title {
        font-size: 18px;
        font-size: 1.8rem;
    }
}

.page-featurednews .banner-area {
    margin-bottom: 80px;
}

@media screen and (max-width: 1200px) {
    .page-featurednews .top-news-area .sub-column {
        width: 50%;
        float: left;
    }
}
.page-featurednews .top-news-area .sub-column .title-block {
    left: 5%;
}

.page-featurednews .top-news-area .sub-column .title {
    font-family: "Lato", "Yu Gothic";
    font-size: 24px;
    font-size: 2.4rem;
}
[lang="ja"] .page-featurednews .top-news-area .sub-column .title {
    font-family: "Lato", "Yu Gothic";
    font-size: 18px;
    font-size: 1.8rem;
}
@media screen and (max-width: 1200px) {
    .page-featurednews .top-news-area .sub-column .title,
    [lang="ja"] .page-featurednews .top-news-area .sub-column .title {
        font-size: 12px;
        font-size: 1.2rem;
    }
}
.page-featurednews .report-banner {
    background: url(../img/newsroom/featured-report-bg.webp) no-repeat center
        top;
    background-size: 100%;
    text-align: center;
    color: #fff;
    padding: 220px 20%;
    margin-bottom: 135px;
    position: relative;
}
@media screen and (max-width: 1200px) {
    .page-featurednews .report-banner {
        padding: 27% 15px;
        margin-bottom: 55px;
    }
}
@media screen and (max-width: 768px) {
    .page-featurednews .report-banner {
        padding: 20% 15px;
        margin-bottom: 55px;
        max-height: 75px;
    }
}
.page-featurednews .report-banner:before {
    content: "";
    background-color: rgba(35, 24, 21, 0.35);
    width: 98%;
    /* IE8以下とAndroid4.3以下用フォールバック */
    width: -moz-calc(100% - 15px);
    width: -o-calc(100% - 15px);
    width: -webkit-calc(100% - 15px);
    width: calc(100% - 15px);
    height: 98%;
    /* IE8以下とAndroid4.3以下用フォールバック */
    height: -moz-calc(100% - 15px);
    height: -o-calc(100% - 15px);
    height: -webkit-calc(100% - 15px);
    height: calc(100% - 15px);
}
@media screen and (max-width: 1200px) {
    .page-featurednews .report-banner:before {
        content: "";
        background-color: rgba(35, 24, 21, 0.35);
        width: 98%;
        /* IE8以下とAndroid4.3以下用フォールバック */
        width: -moz-calc(100% - 15px);
        width: -o-calc(100% - 15px);
        width: -webkit-calc(100% - 15px);
        width: calc(100% - 15px);
        height: 98%;
        /* IE8以下とAndroid4.3以下用フォールバック */
        height: -moz-calc(100% - 15px);
        height: -o-calc(100% - 15px);
        height: -webkit-calc(100% - 15px);
        height: calc(100% - 15px);
    }
}
.page-featurednews .report-banner h2 {
    margin-bottom: 40px;
    font-size: 60px;
    font-size: 6rem;
    line-height: 1;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 1200px) {
    .page-featurednews .report-banner h2 {
        margin-bottom: 15px;
        font-size: 20px;
        font-size: 2rem;
    }
}
.page-featurednews .report-banner h2 a {
    color: #fff;
}
.page-featurednews .report-banner p {
    font-family: "Lato";
    position: relative;
    z-index: 1;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6em;
}
[lang="ja"] .page-featurednews .report-banner p {
    font-family: "Lato", "Yu Gothic";
    font-weight: 500;
}
@media screen and (max-width: 1200px) {
    .page-featurednews .report-banner p {
        font-size: 10px;
        font-size: 1rem;
    }
}
.featured-news-common {
    padding: 60px 0;
}
@media screen and (max-width: 1200px) {
    .featured-news-common {
        padding: 45px 0;
    }
}
.featured-news-common h2 {
    margin-bottom: 25px;
    line-height: 1em;
}
@media screen and (max-width: 1200px) {
    .featured-news-common h2 {
        margin-bottom: 25px;
    }
}
.featured-news-common h2 .btn {
    float: right;
    margin-top: 15px;
    padding-left: 30px !important;
    letter-spacing: 0em;
}
@media screen and (max-width: 1200px) {
    .featured-news-common h2 .btn {
        font-size: 8.5px;
        font-size: 0.85rem;
        padding: 2px 8px !important;
        margin-top: 5px;
        letter-spacing: 0em;
    }
}
.featured-news-common h2 .btn i {
    margin-left: 20px;
}
@media screen and (max-width: 1200px) {
    .featured-news-common h2 .btn i {
        margin: 0 0 0 10px;
    }
}
.featured-news-common .media {
    margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
    .featured-news-common .media {
        margin-bottom: 5px;
    }
}
.featured-news-common .desc {
    font-size: 18px;
    font-size: 1.8rem;
    font-family: "Lato", "Yu Gothic";
    font-weight: 500;
}
@media screen and (max-width: 1200px) {
    .featured-news-common .desc {
        font-size: 14px;
        font-size: 1.4rem;
        font-family: "Lato", "Yu Gothic";
        font-weight: 500;
    }
}
.featured-news-common .gs-row {
    margin: 0 -20px;
}
.featured-news-common .gs-col-4 {
    padding: 0 20px;
}
@media screen and (max-width: 1200px) {
    .featured-news-common .gs-col-4 {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 1200px) {
    .featured-news-common .gs-col-4:last-child {
        margin-bottom: 0;
    }
}
.press-releases-area,
.events-area,
.films-area {
    background-color: #e7e7e7;
}
.news-area,
.publications-area,
.tools-area {
    background-color: #ffffff;
}
.press-releases-area h2,
.events-area h2,
.films-area h2 {
    color: #727171;
}
.news-area h2,
.publications-area h2,
.tools-area h2 {
    color: #1892d1;
}

.info-bar {
    margin-bottom: 10px;
    color: #1892d1;
    font-family: "Lato";
    font-size: 14px;
    font-size: 1.4rem;
}
[lang="ja"] .info-bar {
    font-family: "Lato", "Yu Gothic";
    font-weight: 500;
}
@media screen and (max-width: 1200px) {
    .info-bar {
        margin-bottom: 5px;
        font-size: 12px;
        font-size: 1.2rem;
    }
}
.info-bar .genre {
    color: #231815;
}

.news-list-common ul {
    border-top: 1px solid #9fa0a0;
}
.news-list-common li {
    border-bottom: 1px solid #9fa0a0;
    font-family: "Lato";
    padding: 30px 0;
}
[lang="ja"] .news-list-common li {
    font-family: "Lato", "Yu Gothic";
    font-weight: 500;
}

.page-tools .gs-col-3,
.page-films .gs-col-3 {
    margin-bottom: 40px;
}
.page-tools .gs-col-3 .media,
.page-films .gs-col-3 .media {
    margin-bottom: 15px;
}
.page-tools .gs-col-3 .block,
.page-films .gs-col-3 .block {
    height: 230px;
}
.page-tools .desc,
.page-films .desc {
    font-family: "Lato", "Yu Gothic";
    font-weight: 500;
}
@media screen and (max-width: 1200px) {
    .page-tools .gs-col-3 .block,
    .page-films .gs-col-3 .block {
        height: auto;
    }
}
.film-list h1.u-fz-24 {
    margin: 20px 0 20px 0;
    color: #231815;
}
.page-detail .sns-bar {
    text-align: right;
}
.page-detail .sns-bar a {
    width: 25px;
    height: 25px;
    padding: 3px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}
@media screen and (max-width: 1200px) {
    .page-detail .sns-bar a {
        width: 20px;
        height: 20px;
    }
}
.page-detail .sns-bar a i {
    margin: 5px 0 0 0;
    display: block;
}
@media screen and (max-width: 1200px) {
    .page-detail .sns-bar a i {
        margin-top: 3px;
    }
}
@media screen and (max-width: 1200px) {
    .page-detail .sns-bar {
        margin-bottom: 30px;
    }
}

.page-detail .news-detail h1 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.45em;
    padding-bottom: 20px;
    border-bottom: 1px solid #1892d1;
    font-family: "Lato";
    margin-bottom: 45px;
}

[lang="ja"] .page-detail .news-detail h1 {
    font-family: "Lato", "Yu Gothic";
    font-weight: 500;
}
@media screen and (max-width: 1200px) {
    .page-detail .news-detail h1 {
        font-size: 19px;
        font-size: 1.9rem;
        margin-bottom: 20px;
    }
}
.page-detail .news-detail .news-contents {
    margin-bottom: 50px;
    font-family: "Lato";
}
[lang="ja"] .page-detail .news-detail .news-contents {
    font-family: "Lato", "Yu Gothic";
    font-weight: 500;
}
.page-detail .news-detail .news-contents div.photo_flex {
    display: flex;
     width: 100%;
    margin: 20px;
}
.page-detail .news-detail .news-contents div.photo_flex .photo-left {
    width: 40%;
    display: inline-block;
    margin: 0 20px 0 0;
}
.page-detail .news-detail .news-contents div.photo_flex .photo-left img {
    display:inline-block;
}
.page-detail .news-detail .news-contents div.photo_flex .photo-righttxt {
    width: calc(60% - 40px);
    display: inline-block;
}
.page-detail .news-detail .news-contents div.photo_flex2 {
    display: flex;
    width:calc(100% - 40px);
    margin:20px;
}
.page-detail .news-detail .news-contents div.photo_flex2 img.mr {
    margin-right:10px;
}
.page-detail .news-detail .news-contents div.photo_flex2 img.last {
    margin-right:0px;
}
.page-detail .news-detail .news-contents div.photo_flex2 .duo_img {
    display:inline-block;
    width:50%;
}
.page-detail .news-detail .news-contents div.photo_flex2 .tri_img {
    display:inline-block;
    width:33%;
}

.page-detail .news-detail .news-contents p {
    line-height: 1.5em;
    margin: 0px;
}
.page-detail .news-detail .news-contents p.caption {
    font-size:1.1rem;
    margin: 1em 0 1em 0;
}
@media screen and (max-width: 768px) {
 .page-detail .news-detail .news-contents div.photo_flex,
 .page-detail .news-detail .news-contents div.photo_flex2{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin:0;
 }
 .page-detail .news-detail .news-contents div.photo_flex .photo-left{
    width: 100%;
    display: inline-block;
    margin: 0;
 }
 .page-detail .news-detail .news-contents div.photo_flex .photo-righttxt{
    width: 100%;
    display: inline-block;
    margin: 0;
 }
 .page-detail .news-detail .news-contents div.photo_flex2 .duo_img,
 .page-detail .news-detail .news-contents div.photo_flex2 .tri_img,
 .page-detail .news-detail .news-contents div.photo_flex2 .mr,
 .page-detail .news-detail .news-contents div.photo_flex2 .last{
    width:100%;
    margin:0 0 20px 0;
 }
 .page-detail .news-detail .news-contents p.caption {
    font-size:1.1rem;
    margin: 1em 0 1em 0;
 }
}

@media screen and (max-width: 1200px) {
    .page-detail .news-detail .news-contents {
        margin-bottom: 30px;
    }
}
.page-detail .news-detail .news-contents .media {
    margin-bottom: 40px;
}

/* Approach businessmodel
=============================== */
.page-businessmodel main {
    margin: 0;
}
.page-businessmodel .main-visual {
    background: url(../img/businessmodel/businessmodel-main-visual.webp)
        no-repeat center center;
    background-size: cover;
    position: relative;
    height: 90vh;
}
@media screen and (max-width: 1200px) {
    .page-businessmodel .main-visual {
        height: 50vh;
    }
}
.page-businessmodel .main-visual .title-block {
    text-align: center;
}
.page-businessmodel .main-visual .title-block h1 {
    font-size: 80px;
    font-size: 8rem;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
    .page-businessmodel .main-visual .title-block h1 {
        font-size: 40px;
        font-size: 4rem;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
}
.page-businessmodel .main-visual .title-block .lead {
    color: #fff;
    font-size: 32px;
    font-size: 3.2rem;
}
@media screen and (max-width: 1200px) {
    .page-businessmodel .main-visual .title-block .lead {
        font-size: 20px;
        font-size: 2rem;
    }
}
@media screen and (max-width: 1200px) {
    .page-businessmodel section .gs-col-6:first-child {
        padding-bottom: 40px;
    }
}
.page-businessmodel section.bm-innovation,
.page-businessmodel section.bm-strategy-appraisal {
    background-color: #e4e4e4;
}
.page-businessmodel section.bm-innovation h2 {
    margin-top: 70px;
}
@media screen and (max-width: 1200px) {
    .page-businessmodel section.bm-innovation h2 {
        margin-top: 40px;
    }
}
.page-businessmodel section.bm-change {
    background: url(../img/businessmodel/businessmodel-photo-01.webp) no-repeat
        center center;
    background-size: cover;
    position: relative;
    min-height: 800px;
    overflow: hidden;
}
@media screen and (max-width: 1200px) {
    .page-businessmodel section.bm-change {
        min-height: 280px;
    }
}
.page-businessmodel section.bm-change:before {
    content: "";
    display: block;
    background: url(../img/businessmodel/business-model-down-arrow.png)
        no-repeat center center;
    background-size: 100%;
    width: 290px;
    height: 595px;
    position: absolute;
    top: -140px;
    left: 0;
    right: 0;
    margin: auto;
}
@media screen and (max-width: 1200px) {
    .page-businessmodel section.bm-change:before {
        width: 135px;
        height: 245px;
        top: -70px;
    }
}
.page-businessmodel section.bm-change .title-block {
    margin: 210px auto 15px;
    width: 60%;
    text-align: center;
}
@media screen and (max-width: 1200px) {
    .page-businessmodel section.bm-change .title-block {
        margin-top: 75px;
    }
}
.page-businessmodel section.bm-change h2 {
    color: #1892d1;
    margin-bottom: 20px;
    font-size: 56px;
    font-size: 5.6rem;
}
.page-businessmodel section.bm-change h2:after {
    display: none;
}
@media screen and (max-width: 1200px) {
    .page-businessmodel section.bm-change h2 {
        font-size: 23px;
        font-size: 2.3rem;
    }
}
.page-businessmodel section.bm-change .lead {
    font-size: 27px;
    font-size: 2.7rem;
    color: #231815;
}
@media screen and (max-width: 1200px) {
    .page-businessmodel section.bm-change .lead {
        font-size: 18px;
        font-size: 1.8rem;
    }
}
.page-businessmodel section.bm-governance {
    padding-bottom: 30px;
}
.page-businessmodel section.bm-governance h2 {
    margin-top: 70px;
}
@media screen and (max-width: 1200px) {
    .page-businessmodel section.bm-governance h2 {
        margin-top: 40px;
    }
}
.page-businessmodel section.bm-governance strong {
    color: #1892d1;
}
.page-businessmodel section.bm-governance img {
    margin: 190px 0 20px;
}
@media screen and (max-width: 1200px) {
    .page-businessmodel section.bm-governance img {
        margin-top: 0;
    }
}
.page-businessmodel section.bm-governance .caption {
    text-align: center;
    font-family: "Lato";
    font-size: 15px;
    font-size: 1.5rem;
}
[lang="ja"] .page-businessmodel section.bm-governance .caption {
    font-family: "Lato", "Yu Gothic";
    font-weight: 500;
}
.page-businessmodel section.bm-governance .caption a {
    color: #1892d1;
}

.page-businessmodel section h2 {
    margin: 130px 0 50px 0;
    line-height: 1.25em;
    font-size: 44px;
    font-size: 4.4rem;
}
[lang="ja"] .page-businessmodel section h2 {
    margin: 60px 0 50px 0;
    line-height: 1.25em;
    font-size: 34px;
    font-size: 3.4rem;
}
@media screen and (max-width: 1200px) {
    .page-businessmodel section h2 {
        margin: 40px 0;
        font-size: 24px;
        font-size: 2.4rem;
    }
    [lang="ja"] .page-businessmodel section h2 {
        margin: 40px 0;
        font-size: 24px;
        font-size: 2.4rem;
    }
}
.page-businessmodel section h2:after {
    content: "";
    display: block;
    width: 1em;
    height: 5px;
    background-color: #1892d1;
    margin-top: 20px;
}
.page-businessmodel section p {
    font-family: "Lato";
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 30px;
    line-height: 1.6em;
}
[lang="ja"] .page-businessmodel section p {
    font-family: "Lato", "Yu Gothic";
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 500;
}
.page-businessmodel section ul {
    font-size: 15px;
    font-size: 1.5rem;
    font-family: "Lato";
}
[lang="ja"] .page-businessmodel section ul {
    font-family: "Lato", "Yu Gothic";
    font-weight: 500;
}
.page-businessmodel section a {
    color: #1892d1;
    text-decoration: none;
}
.page-businessmodel section ul i {
    margin-right: 10px;
}

/*strategicplan
=============================== */

.page-splan .header-ghit .nav-brand {
    background-image: url("../img/common/logo-brand-black.png");
}
.page-splan main {
    margin: 0;
}
.page-splan .main-visual {
    position: relative;
    min-height: 1000px;
}
@media screen and (max-width: 1200px) {
    .page-splan .main-visual {
        min-height: 273px;
    }
}
@media screen and (max-width: 1200px) {
    .page-splan .main-visual .main-image {
        height: 273px;
    }
}
.page-splan .main-visual .main-image:after {
    content: "";
    display: block;
    background: url(../img/strategicplan/strategicplan-main-visual.webp)
        no-repeat center center;
    background-size: cover;
    width: 92vw;
    height: 670px;
    position: absolute;
    top: 0;
    right: 0;
}
@media screen and (max-width: 1200px) {
    .page-splan .main-visual .main-image:after {
        width: 100%;
        height: 273px;
        background-position: right top;
    }
}
.page-splan .main-visual .inner {
    position: absolute;
    left: -20px;
    top: 540px;
    z-index: 20;
    width: 49%;
}
@media screen and (max-width: 1200px) {
    .page-splan .main-visual .inner {
        position: static;
        width: 100%;
        padding: 40px 0;
    }
}
.page-splan .main-visual .inner .desc {
    width: 43vw;
}
@media screen and (max-width: 1200px) {
    .page-splan .main-visual .inner .desc {
        width: 100%;
    }
}
.page-splan .main-visual .title-block {
    color: #231815;
    display: inline-block;
    padding: 70px 50px 70px 20px;
    background-color: #fff;
}
@media screen and (max-width: 1200px) {
    .page-splan .main-visual .title-block {
        padding: 0;
    }
}
.page-splan .main-visual .title-block h1 {
    color: #231815;
    margin-bottom: 25px;
}
@media screen and (max-width: 1200px) {
    .page-splan .main-visual .title-block h1 {
        font-size: 32px;
        font-size: 3.2rem;
        margin-bottom: 15px;
    }
}
.page-splan .main-visual .title-block .lead {
    color: #231815;
    font-size: 40px;
    font-size: 4rem;
}
@media screen and (max-width: 1200px) {
    .page-splan .main-visual .title-block .lead {
        font-size: 18px;
        font-size: 1.8rem;
    }
}
.page-splan section {
    padding: 150px 0 70px;
    position: relative;
}
.page-splan section:before {
    content: "";
    display: inline-block;
    width: 12vw;
    height: 12vw;
    max-width: 12vw;
    max-height: 12vw;
    position: absolute;
    top: 88px;
    left: -35px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}

@media screen and (max-width: 1200px) {
    .page-splan section:before {
        width: 13vw;
        height: 13vw;
        top: 15px;
        left: -7px;
    }
}
@media screen and (max-width: 1200px) {
    .page-splan section {
        padding: 30px 0 20px;
    }
}

.page-splan section h2 {
    font-size: 48px;
    font-size: 4.8rem;
    margin-bottom: 20px;
    padding-left: 7%;
}
@media screen and (max-width: 1200px) {
    .page-splan section h2 {
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 2.4rem;
        margin-left: 10%;
        margin-bottom: 10px;
        padding-left: 50px;
        padding-top: 20px;
    }
}

.page-splan section h3 {
    font-size: 24px;
    font-size: 2.7rem;
    margin-bottom: 30px;
    margin-top: 20px;
    padding-left: 7%;
}
@media screen and (max-width: 1200px) {
    .page-splan section h3 {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 2rem;
        margin-top: 20px;
        padding-left: 50px;
        margin-left: 10%;
        margin-bottom: 20px;
    }
}

.page-splan section:nth-child(even) {
    background-color: #e4e4e4;
}

.page-splan section dl {
    margin-bottom: 40px;
}
.page-splan section dt {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.35em;
    margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
    .page-splan section dt {
        font-size: 17px;
        font-size: 1.7rem;
    }
    .page-splan section dl {
        margin-bottom: 40px;
        margin-top: 13%;
        padding-left: 13%;
    }
}

.page-splan section dd {
    font-family: "Lato";
    margin-bottom: 10px;
    padding-left: 1em;
    position: relative;
}
[lang="ja"] .page-splan section dd {
    font-family: "Lato", "Yu Gothic";
    font-weight: 500;
}
.page-splan section dd:before {
    content: "●";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 12px;
    font-size: 1.2rem;
    margin-right: 5px;
}
.page-splan section.sp-deveropment:before {
    background-image: url(../img/strategicplan/strategicplan-image-02.png);
}

.page-splan section.sp-deveropment h2 {
    color: #ec6c1f;
    margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
    .page-splan section.sp-deveropment h2 {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 1200px) {
    .page-splan section.sp-deveropment .media-scroll-horizontal {
        width: 100vw;
        padding: 0 15px 15px;
        overflow-x: auto;
        overflow-y: hidden;
    }
}
.page-splan section.sp-deveropment .media-scroll-horizontal img {
    display: block;
    margin: auto;
    width: 90%;
    margin-top: 80px;
}
@media screen and (max-width: 1200px) {
    .page-splan section.sp-deveropment .media-scroll-horizontal img {
        width: auto;
        height: 332px;
        max-width: none;
        margin-top: 20px;
        -webkit-overflow-scrolling: touch;
    }
}
.page-splan section.sp-governance {
    padding-bottom: 120px;
}
.page-splan section.sp-governance:before {
    background-image: url(../img/strategicplan/strategicplan-image-03.png);
}
@media screen and (max-width: 1200px) {
    .page-splan section.sp-governance {
        padding-bottom: 45px;
    }
}
.page-splan section.sp-governance h2,
.page-splan section.sp-governance dt,
.page-splan section.sp-governance dd:before {
    color: #3e4298;
}
.page-splan section.sp-financial {
    padding-bottom: 120px;
}
.page-splan section.sp-financial:before {
    background-image: url(../img/strategicplan/strategicplan-image-04.png);
}
@media screen and (max-width: 1200px) {
    .page-splan section.sp-financial {
        padding-bottom: 45px;
    }
}
.page-splan section.sp-financial h2,
.page-splan section.sp-financial dt,
.page-splan section.sp-financial dd:before {
    color: #0091d1;
}
.page-splan section.sp-partnership {
    padding-bottom: 120px;
}
.page-splan section.sp-partnership:before {
    background-image: url(../img/strategicplan/strategicplan-image-05.png);
}
@media screen and (max-width: 1200px) {
    .page-splan section.sp-partnership {
        padding-bottom: 45px;
    }
}
.page-splan section.sp-partnership h2,
.page-splan section.sp-partnership dt,
.page-splan section.sp-partnership dd:before {
    color: #008982;
}
.page-splan .download-pdf-area {
    margin-top: 120px;
    text-align: center;
}
@media screen and (max-width: 1200px) {
    .page-splan .download-pdf-area {
        margin-top: 60px;
    }
}
.page-splan .download-pdf-area img {
    margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
    .page-splan .download-pdf-area img {
        width: 90px;
    }
}
.page-splan .download-pdf-area a {
    display: block;
    color: #1892d1;
    font-family: "Lato";
}
[lang="ja"] .page-splan .download-pdf-area a {
    font-family: "Lato", "Yu Gothic";
    font-weight: 500;
}

/* OverView
=============================== */
.title-after-mark,
.page-principles section h2,
.page-partner section h2,
.page-vm section.mv-menu-02 h1,
.page-vm section.mv-menu-03 h1,
.page-career .message-area h2,
.page-policy main h2,
.page-globalhealth section h2,
.page-impact section h2 {
    font-size: 44px;
    font-size: 4.4rem;
    margin-bottom: 45px;
}

[lang="ja"] .title-after-mark,
[lang="ja"] .page-principles section h2,
[lang="ja"] .page-partner section h2,
[lang="ja"] .page-career .message-area h2,
[lang="ja"] .page-policy main h2,
[lang="ja"] .page-globalhealth section h2,
[lang="ja"] .page-impact section h2 {
    font-size: 36px;
    font-size: 3.6.rem;
    margin-bottom: 45px;
}

@media screen and (max-width: 1200px) {
    [lang="en"] .title-after-mark,
    [lang="en"] .page-principles section h2,
    [lang="en"] .page-partner section h2,
    [lang="en"] .page-career .message-area h2,
    [lang="en"] .page-policy main h2,
    [lang="en"] .page-globalhealth section h2,
    [lang="en"] .page-impact section h2 {
        font-size: 24px;
        font-size: 2.4rem;
    }
    [lang="ja"] .title-after-mark,
    [lang="ja"] .page-principles section h2,
    [lang="ja"] .page-partner section h2,
    [lang="ja"] .page-career .message-area h2,
    [lang="ja"] .page-policy main h2,
    [lang="ja"] .page-globalhealth section h2,
    [lang="ja"] .page-impact section h2 {
        font-size: 20px;
        font-size: 2rem;
    }
}

.title-after-mark:after,
.page-principles section h2:after,
.page-partner section h2:after,
.page-vm section.mv-menu-02 h1:after,
.page-vm section.mv-menu-03 h1:after,
.page-career .message-area h2:after,
.page-policy main h2:after,
.page-globalhealth section h2:after,
.page-impact section h2:after {
    content: "";
    display: block;
    width: 50px;
    height: 5px;
    background-color: #1892d1;
    margin: 10px auto 0;
}

@media screen and (max-width: 1200px) {
    .title-after-mark:after,
    .page-principles section h2:after,
    .page-partner section h2:after,
    .page-vm section.mv-menu-02 h1:after,
    .page-vm section.mv-menu-03 h1:after,
    .page-career .message-area h2:after,
    .page-policy main h2:after,
    .page-globalhealth section h2:after,
    .page-impact section h2:after {
        width: 40px;
        height: 3px;
        margin-top: 5px;
    }
}

.page-career .message-area h2 small {
    font-size: 60%;
}

.col-horizontal {
    overflow: hidden;
    box-sizing: border-box;
}
.col-horizontal li {
    float: left;
}
.col-horizontal.col-num-5 li {
    width: 20%;
}
@media screen and (max-width: 1200px) {
    .col-horizontal.col-num-5 li {
        width: 33.333333%;
    }
}
.col-horizontal.col-num-5:nth-child(5) .col {
    margin-right: 0;
}

.vertical-list {
    border-top: 1px solid;
}
[lang="ja"] .vertical-list {
    font-weight: 500;
}

.form-list {
    border-top: 1px solid;
    font-family: "Lato";
}

[lang="ja"] .form_check,
[lang="ja"] .form-list {
    font-family: "Lato", "Yu Gothic";
    font-weight: 500;
}

@media screen and (max-width: 1200px) {
    .vertical-list,
    .form-list {
        font-size: 13px;
        font-size: 1.3rem;
    }
}
.vertical-list.borderless,
.form-list.borderless {
    border-style: none;
}
.vertical-list.borderless li,
.vertical-list.borderless .block,
.form-list.borderless li,
.form-list.borderless .block {
    border-style: none;
}
.vertical-list > li,
.vertical-list .block,
.form-list > li,
.form-list .block {
    display: table;
    width: 100%;
    border-bottom: 1px solid;
    padding: 30px 0;
}
@media screen and (max-width: 1200px) {
    .vertical-list > li,
    .vertical-list .block,
    .form-list > li,
    .form-list .block {
        padding: 15px 0;
    }
}
.vertical-list > li .head-title,
.vertical-list .block .head-title {
    display: table-cell;
    width: 19%;
    color: #1892d1;
    font-size: 15px;
    font-size: 1.5rem;
}
.form-list > li .head-title,
.form-list .block .head-title {
    display: table-cell;
    width: 19%;
    font-size: 15px;
    font-size: 1.5rem;
}
.form-list .block .head-title2 {
    display: table-cell;
    width: 19%;
    font-size: 15px;
    font-size: 1.5rem;
    vertical-align: top;
}
@media screen and (max-width: 1200px) {
    .vertical-list > li .head-title,
    .vertical-list .block .head-title,
    .form-list > li .head-title,
    .form-list .block .head-title {
        display: block;
        font-size: 13px;
        font-size: 1.3rem;
        margin-bottom: 5px;
        width: auto;
    }
}
.vertical-list > li .content-inner,
.vertical-list .block .content-inner,
.form-list > li .content-inner,
.form-list .block .content-inner {
    display: table-cell;
}
@media screen and (max-width: 1200px) {
    .vertical-list > li .content-inner,
    .vertical-list .block .content-inner,
    .form-list > li .content-inner,
    .form-list .block .content-inner {
        display: block;
    }
}

.page-principles .title-block {
    text-align: center;
    margin-bottom: 150px;
}
@media screen and (max-width: 1200px) {
    .page-principles .title-block {
        text-align: left;
        margin-bottom: 40px;
    }
}
.page-principles .title-block h1 {
    margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
    .page-principles .title-block h1 {
        margin-bottom: 30px;
    }
}
.page-principles .title-block .caption {
    font-size: 18px;
    font-size: 1.8rem;
}
.page-principles section {
    margin: 0 auto 100px;
    width: 75.5%;
}
@media screen and (max-width: 1200px) {
    .page-principles section {
        width: auto;
        margin: 0 0 60px 0;
    }
}
.page-principles section h2 {
    text-align: center;
}
@media screen and (max-width: 1200px) {
    .page-principles section h2 {
        margin-bottom: 25px;
        text-align: left;
        position: relative;
    }
}
@media screen and (max-width: 1200px) {
    .page-principles section h2:after {
        position: absolute;
        left: 0;
    }
}
.page-principles section p {
    line-height: 1.75em;
}
@media screen and (max-width: 1200px) {
    .page-principles section p {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.5em;
    }
}

.page-message .title-block {
    text-align: center;
    margin-bottom: 150px;
}
@media screen and (max-width: 1200px) {
    .page-message .title-block {
        text-align: left;
        margin-bottom: 40px;
    }
}
.page-message .message-area {
    margin: auto;
    width: 75.5%;
}
@media screen and (max-width: 1200px) {
    .page-message .message-area {
        width: auto;
    }
}
.page-message .message-area h4 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2em;
    font-weight: bold;
    margin: 20px 0px 5px 0px;
    padding: 0px;
}
.page-message .message-area p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.7em;
    margin: 0 0 1.6em 0;
    padding: 0px;
}
.page-message .leader-message {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.7em;
    margin: 0px 0px 100px 0px !important;
}
@media screen and (max-width: 1200px) {
    .page-message .message-area h4 {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.8em;
        font-weight: bold;
        margin: 10px 0px 0px 0px;
    }
    .page-message .message-area p {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.6em;
        margin: 0 0 1.6em 0;
        padding: 0px;
    }
    .page-message .leader-message {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.6em;
        margin: 0px 0px 40px 0px !important;
    }
}
.page-message .sign-area {
    display: table;
    /*  width: 65%;*/
    overflow: hidden;
    float: right;
}
@media screen and (max-width: 1200px) {
    .page-message .sign-area {
        width: 100%;
    }
}
.page-message .sign-area .block {
    display: table-cell;
    padding-left: 30px;
    vertical-align: bottom;
}
.page-message .sign-area .block:first-child img {
    width: 280px;
}
@media screen and (max-width: 1200px) {
    .page-message .sign-area .block {
        padding-left: 15px;
        width: 50%;
    }
}
@media screen and (max-width: 1200px) {
    .page-message .sign-area .block:first-child {
        padding: 0;
    }
    .page-message .sign-area .block:first-child img {
        width: 90%;
        max-width: 200px;
    }
}

.page-message .sign-area .block img {
    width: auto;
    margin: 40px 0 10px 0;
}
.page-message .sign-area .block p {
    white-space: nowrap;
}
@media screen and (max-width: 1200px) {
    .page-message .sign-area .block p {
        white-space: normal;
    }
}
.page-message .sign-area .block p span {
    display: block;
    color: #1892d1;
}
.page-partner .title-block {
    margin-bottom: 130px;
}
@media screen and (max-width: 1200px) {
    .page-partner .title-block {
        margin-bottom: 40px;
    }
}
.page-partner .desc {
    margin-bottom: 120px;
}
@media screen and (max-width: 1200px) {
    .page-partner .desc {
        margin-bottom: 65px;
    }
}
.page-partner section {
    margin-bottom: 120px;
}
@media screen and (max-width: 1200px) {
    .page-partner section {
        margin-bottom: 60px;
    }
}
.page-partner section h2:after {
    position: absolute;
    left: 0;
}
.page-partner section .col {
    margin: 0 15px 15px 0;
    border: 1px solid #c7c8c8;
    padding: 20px;
    height: 145px;
    position: relative;
}
@media screen and (max-width: 1200px) {
    .page-partner section .col {
        margin: 0 10px 10px 0;
        height: 35px;
    }
}
.page-partner section .col img {
    width: auto;
    max-width: 150px;
    max-height: 150px;
    display: block;
    margin: auto;
}
@media screen and (max-width: 1200px) {
    .page-partner section .col img {
        max-width: 60px;
        max-height: 60px;
    }
}

.page-profile .title-block {
    margin-bottom: 120px;
}
@media screen and (max-width: 1200px) {
    .page-profile .title-block {
        margin-bottom: 40px;
    }
}
.page-profile .vertical-list .content-inner strong {
    color: #1892d1;
    font-weight: normal;
}
@media screen and (max-width: 1200px) {
    .page-profile .vertical-list .content-inner strong {
        color: #1d66a7;
    }
}
[lang="ja"] .organization-profile .vertical-list,
[lang="ja"] .organization-profile .form-list {
    font-family: "Times New Roman", "游明朝体", "YuMincho", "游明朝",
        "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3",
        HiraMinProN-W3, "ヒラギノ明朝 ProN", "ヒラギノ明朝 Pro",
        "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
    letter-spacing: 0em;
    font-feature-setting: "pkna";
}

.page-history .title-block {
    margin-bottom: 120px;
}
@media screen and (max-width: 1200px) {
    .page-history .title-block {
        margin-bottom: 40px;
    }
}
.page-history .vertical-list {
    margin-bottom: 120px;
}
@media screen and (max-width: 1200px) {
    .page-history .vertical-list {
        margin-bottom: 60px;
    }
}
.page-history .label-link {
    margin: 0 15px;
}
.page-history .label-link i {
    font-size: 16px;
    font-size: 1.6rem;
}
@media screen and (max-width: 1200px) {
    .page-history .label-link {
        margin: 0 auto 10px;
    }
}

.page-vm main {
    margin: 0;
}
.page-vm section {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
@media screen and (max-width: 1200px) {
    .page-vm section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}
.page-vm section .title-block {
    width: 50vw;
    text-align: center;
    position: absolute;
    top: 40vh;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 20%;
}
@media screen and (max-width: 1200px) {
    .page-vm section .title-block {
        width: 80vw;
        position: absolute;
        text-align: center;
        top: 40vh;
    }
}
.page-vm section .title-block h1 {
    display: inline-block;
    z-index: 999;
}
.page-vm section .title-block h1 {
    letter-spacing: 0em;
}

.page-vm section .title-block h1 a {
    color: #fff;
}
.page-vm section .title-block .lead {
    font-size: 30px;
    font-size: 3rem;
    display: block;
    color: #fff;
}
.page-vm section .title-block .desc {
    font-size: 20px;
    font-size: 2rem;
    line-height: 2;
    color: #fff;
}
@media screen and (max-width: 1200px) {
    .page-vm section .title-block .desc {
        font-size: 16px;
        font-size: 1.6rem;
    }
}
.page-vm section.mv-menu-01 {
    min-height: 620px;
    background-image: url(../img/overview/vm-bg-photo-01.jpg);
}
@media screen and (max-width: 1200px) {
    .page-vm section.mv-menu-01 {
        background-image: url(../img/overview/vm-bg-photo-01_s.jpg);
        height: 100vh;
    }
}
.page-vm section.mv-menu-01 h1 {
    font-size: 68px;
    font-size: 6.8rem;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 20px;
    display: inline-block;
}
@media screen and (max-width: 1200px) {
    .page-vm section.mv-menu-01 h1 {
        font-size: 32px;
        font-size: 3.2rem;
    }
}
#main_video {
    position: absolute;
    width: 100vw;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
@media screen and (max-width: 1200px) {
    #tubular-container {
        display: none;
    }
}

.page-vm section.mv-menu-02 {
    height: 100vh;
}
.page-vm section.mv-menu-03 {
    height: 100vh;
}

@media screen and (max-width: 1200px) {
    .page-vm section.mv-menu-02 {
        height: 100vh;
        background-image: url(../img/overview/vm-bg-photo-02_s.jpg);
    }
    .page-vm section.mv-menu-03 {
        height: 100vh;
        background-image: url(../img/overview/vm-bg-photo-03_s.jpg);
    }

    .page-vm section.mv-menu-02,
    .page-vm section.mv-menu-03 {
        height: 100vh;
    }
}
.page-vm section.mv-menu-02 .title-block,
.page-vm section.mv-menu-03 .title-block {
    top: 10%;
}
@media screen and (max-width: 1200px) {
    .page-vm section.mv-menu-02 .title-block,
    .page-vm section.mv-menu-03 .title-block {
        top: 30%;
    }
}
.page-vm section.mv-menu-02 h1,
.page-vm section.mv-menu-03 h1 {
    font-size: 100px;
    font-size: 10rem;
    margin-bottom: 20px;
    display: inline-block;
}
@media screen and (max-width: 1200px) {
    .page-vm section.mv-menu-02 h1,
    .page-vm section.mv-menu-03 h1 {
        font-size: 38px;
        font-size: 3.8rem;
    }
}

.page-vm section.mv-menu-02 h1:after,
.page-vm section.mv-menu-03 h1:after {
    margin-top: 20px;
}
@media screen and (max-width: 1200px) {
    .page-vm section.mv-menu-02 h1:after,
    .page-vm section.mv-menu-03 h1:after {
        margin-top: 10px;
    }
}

.page-newsletter .desc,
.page-contact .desc {
    font-family: "Lato";
    margin-bottom: 50px;
}
[lang="ja"] .page-newsletter .desc,
[lang="ja"] .page-contact .desc {
    font-family: "Lato", "Yu Gothic";
    font-weight: 500;
}
@media screen and (max-width: 1200px) {
    .page-newsletter .desc,
    .page-contact .desc {
        margin-bottom: 18px;
    }
}
#form_message {
    height: 10em;
}

.page-career .container {
    font-family: "Times New Roman", "游明朝体", "YuMincho", "游明朝",
        "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3",
        HiraMinProN-W3, "ヒラギノ明朝 ProN", "ヒラギノ明朝 Pro",
        "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
    letter-spacing: 0em;
    font-feature-setting: "pkna";
}
.page-career.nav-on-image.body-pc header nav > ul > li > a {
    color: #231815;
}

.page-career .header-ghit .nav-brand {
    background-image: url("../img/common/logo-brand-black.png");
}

.page-career h1 {
    color: #231815 !important;
}
@media screen and (max-width: 960px) {
    .page-career h1 {
        margin-bottom: 25px;
    }
}
.page-career main {
    margin: 0;
}
.page-career .desc-first {
    margin-bottom: 70px;
    line-height: 1.75em;
}
@media screen and (max-width: 960px) {
    .page-career .desc-first {
        margin-bottom: 35px;
        line-height: 1.5em;
    }
}
.page-career .main-visual {
    background: url(../img/overview/career-bg-career-01.jpg) no-repeat center
        150px;
    background-size: 100%;
    min-height: 500px;
    position: relative;
    margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
    .page-career .main-visual {
        background-position: center 100px;
        background-size: 100% auto;
        min-height: 420px;
        margin-bottom: 0px;
    }
}
@media screen and (max-width: 480px) {
    .page-career .main-visual {
        background-position: center 100px;
        background-size: 100% auto;
        min-height: 280px;
        margin-bottom: 0px;
    }
}
.page-career .main-visual:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/overview/career-bg-career-01-line.jpg) repeat-x left
        top;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.page-career .message-area {
    padding-bottom: 140px;
}
@media screen and (max-width: 1200px) {
    .page-career .message-area {
        padding-bottom: 55px;
    }
    .page-career .message-area h2 {
        margin-bottom: 25px;
        margin-left: 14px;
    }
}

.page-career .message-area .flex-box {
    display: flex;
    grid-gap: 25px;
}
.page-career .message-area .flex-box .inner {
    width: 800px;
}
.page-career .message-area .flex-box .circle-photo {
    margin: 0 0 0 0;
    width: 320px;
    height: auto;
    overflow: hidden;
    -webkit-border-radius: 960px;
    -moz-border-radius: 960px;
    -ms-border-radius: 960px;
    -o-border-radius: 960px;
    border-radius: 960px;
    position: relative;
}

@media screen and (max-width: 960px) {
    .page-career .message-area .flex-box {
        display: flex;
        grid-gap: 25px;
        flex-direction: column;
    }
    .page-career .message-area .flex-box .inner {
        width: 100%;
    }
    .page-career .message-area .flex-box .circle-photo {
        margin: 40px auto;
        width: 280px;
        height: auto;
        overflow: hidden;
        -webkit-border-radius: 960px;
        -moz-border-radius: 960px;
        -ms-border-radius: 960px;
        -o-border-radius: 960px;
        border-radius: 960px;
        position: relative;
    }
}
.page-career .message-area .flex-box .inner .u-center {
    margin-top: 4.5em;
    text-align: left !important;
}

.page-career .message-area h2:after {
    position: absolute;
    left: 0;
}
.page-career .message-area .gs-col-7 p {
    line-height: 1.7em;
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 25px;
}
[lang="ja"] .page-career .message-area .gs-col-7 p {
    font-weight: 500;
    margin-bottom: 25px;
}
@media screen and (max-width: 1200px) {
    .page-career .message-area .gs-col-7 p {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.86em;
        margin-bottom: 25px;
    }
}
.page-career .message-area .circle-image {
    width: 415px;
    height: 415px;
}
@media screen and (max-width: 1200px) {
    .page-career .message-area .circle-image {
        width: 190px;
        height: 190px;
        margin: 0 auto 40px;
    }
}
.page-career .value-area {
    background-color: #e4e4e4;
    padding: 100px 0;
}
@media screen and (max-width: 1200px) {
    .page-career .value-area {
        padding: 45px 0;
    }
}

.page-career .value-area .container,
.page-career .value-area .body-pc .nav-ghit .main-menu > li .drop-menu .inner,
.body-pc .nav-ghit .main-menu > li .drop-menu .page-career .value-area .inner {
    width: 1000px;
}

@media screen and (max-width: 1200px) {
    .page-career .value-area .container,
    .page-career .value-area .body-pc .nav-ghit .main-menu > li .drop-menu .inner,
    .body-pc .nav-ghit .main-menu > li .drop-menu .page-career .value-area .inner {
        width: auto;
    }
}
.page-career .value-area .title-block {
    text-align: center;
    border-bottom: 1px solid #c7c8c8;
    padding-bottom: 60px;
}
@media screen and (max-width: 960px) {
    .page-career .value-area .title-block {
        padding-bottom: 30px;
    }
}
.page-career .value-area .title-block h2 {
    font-size: 60px;
    font-size: 6rem;
    color: #1892d1;
    margin-bottom: 45px;
}

@media screen and (max-width: 960px) {
    .page-career .value-area .title-block h2 {
        font-size: 32px;
        font-size: 3.2rem;
        margin-bottom: 25px;
    }
}
.page-career .value-area .title-block .desc-second {
    line-height: 1.7em;
    width: 80%;
    margin: auto;
}
[lang="ja"] .page-career .value-area .title-block .desc-second {
    font-weight: 500;
}
@media screen and (max-width: 960px) {
    .page-career .value-area .title-block .desc-second {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1.85em;
        width: auto;
    }
}
.page-career .value-area .block {
    border-bottom: 1px solid #c7c8c8;
    padding: 30px 0;
}

.page-career .title-block #attention {
    display: block;
    text-align: center;
    width: 80%;
    margin: 0 auto 0;
    border: 2px solid #197ec6;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    padding: 20px 20px;
    margin-bottom: 60px;
}
@media screen and (max-width: 960px) {
    .page-career .title-block #attention {
        display: block;
        text-align: center;
        width: 80%;
        margin: 0 auto 0;
        border: 2px solid #197ec6;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
        padding: 15px 15px;
        margin-bottom: 60px;
    }
}
.page-career .title-block #attention a {
    color: #197ec6;
}
.page-career .title-block #attention .att_txt {
    clear: both;
    text-align: center;
    line-height: 1.6em;
    color: #000 !important;
}
[lang="ja"] .page-career .title-block #attention .att_txt {
    clear: both;
    text-align: center;
    line-height: 1.8em;
    color: #000 !important;
    font-weight: 500;
}

@media screen and (max-width: 960px) {
    .page-career .value-area #attention .att_txt {
        clear: both;
        text-align: center;
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1.85em;
        width: auto;
        color: #000 !important;
    }
}

.page-career .value-area .block .side-left {
    margin-right: 100px;
}
@media screen and (max-width: 960px) {
    .page-career .value-area .block .side-left {
        margin: 0 0 25px 0;
    }
}
.page-career .value-area .block:last-child {
    border-style: none;
}
.page-career .value-area .gs-col-6 h3 {
    font-size: 50px;
    font-size: 5rem;
    color: #1892d1;
    margin-top: 20px;
}
@media screen and (max-width: 960px) {
    .page-career .value-area .gs-col-6 h3 {
        font-size: 30px;
        font-size: 3rem;
        margin: 0 0 5px 0;
    }
}

.page-career .value-area .gs-col-6 h4 {
    font-size: 20px;
    font-size: 2rem;
    color: #1892d1;
    margin-bottom: 20px;
}
.page-career .value-area .gs-col-6 li small {
    font-size: 70%;
    line-height: 70%;
    color: #231815;
    margin-left: 36px;
}

.page-career .value-area .gs-col-6 .caption {
    font-family: "Times New Roman", "游明朝体", "YuMincho", "游明朝",
        "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3",
        HiraMinProN-W3, "ヒラギノ明朝 ProN", "ヒラギノ明朝 Pro",
        "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    line-height: 1.69em;
}
[lang="ja"] .page-career .value-area .gs-col-6 .caption {
    font-family: "Times New Roman", "游明朝体", "YuMincho", "游明朝",
        "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3",
        HiraMinProN-W3, "ヒラギノ明朝 ProN", "ヒラギノ明朝 Pro",
        "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 500;
}
@media screen and (max-width: 960px) {
    .page-career .value-area .gs-col-6 .caption {
        font-size: 13px;
        font-size: 1.3rem;
    }
}
.page-career .value-area .gs-col-6 ul li {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 20px;
    font-size: 18px;
    font-size: 1.8rem;
}
@media screen and (max-width: 1200px) {
    .page-career .value-area .gs-col-6 ul li {
        margin-bottom: 8px;
    }
}
.page-career .value-area .gs-col-6 ul li:before {
    content: "";
    display: inline-block;
    background-color: #1892d1;
    height: 5px;
    width: 25px;
    margin-right: 10px;
    vertical-align: middle;
}
@media screen and (max-width: 1200px) {
    .page-career .value-area .gs-col-6 ul li:before {
        height: 3px;
        width: 14px;
    }
}

.story-area {
    padding: 100px 0;
}

@media screen and (max-width: 1200px) {
    .story-area {
        padding: 40px 0;
    }
}
.story-area h2 {
    font-size: 60px;
    font-size: 6rem;
    color: #1892d1;
    margin-bottom: 45px;
}
@media screen and (max-width: 1200px) {
    .story-area h2 {
        font-size: 32px;
        font-size: 3.2rem;
        margin-bottom: 25px;
    }
}

.story-area .desc-third {
    margin-bottom: 65px;
    line-height: 1.75em;
}

[lang="ja"] .story-area .desc-third {
    font-weight: 500;
}
@media screen and (max-width: 1200px) {
    .story-area .desc-third {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.86em;
        margin-bottom: 30px;
    }
}

.page-careermessage img {
    width: 100%;
}
.page-careermessage .header-ghit .nav-brand {
    background-image: url("../img/common/logo-brand-black.png");
}
@media screen and (max-width: 960px) {
    .page-careermessage h1 {
        margin-bottom: 25px;
    }
}
.page-careermessage main {
    margin: 0;
}
.page-careermessage .main-visual {
    width: 100vw;
    position: relative;
    margin-bottom: 160px;
}
.page-careermessage .main-visual .main-image {
    height: 860px;
}
.page-careermessage .main-visual .main-image:after {
    content: "";
    display: block;
    background: url(../img/overview/message-main-visual.webp) no-repeat center
        33%;
    background-size: cover;
    height: 860px;
}
@media screen and (max-width: 960px) {
    .page-careermessage .main-visual {
        background-size: auto 100%;
        min-height: 500px;
        margin-bottom: 40px;
    }
    .page-careermessage .main-visual .main-image {
        height: 500px;
    }
    .page-careermessage .main-visual .main-image:after {
        height: 500px;
    }
}
@media screen and (max-width: 480px) {
    .page-careermessage .main-visual {
        background-size: auto 100%;
        min-height: 245px;
        margin-bottom: 0px;
    }
    .page-careermessage .main-visual .main-image {
        height: 245px;
    }
    .page-careermessage .main-visual .main-image:after {
        height: 245px;
    }
}

.page-careermessage .main-visual .title-block {
    text-align: center;
    height: 100%;
}
.page-careermessage .main-visual .title-block .container {
    width: 100%;
    height: 100%;
    position: relative;
}
[lang="en"] .page-careermessage .main-visual .title-block h1 {
    font-size: 45px;
    font-size: 4.5rem;
    line-height: 1.1em;
    margin-bottom: 70%;
    position: absolute;
    left: 0;
    right: 0;
    top: 10%;
}
[lang="ja"] .page-careermessage .main-visual .title-block h1 {
    font-size: 38px;
    font-size: 3.8rem;
    line-height: 1.4em;
    margin-bottom: 80%;
    position: absolute;
    left: 0;
    right: 0;
    top: 10%;
}
[lang="en"] .page-careermessage .main-visual .title-block h1 small {
    font-size: 30px;
    font-size: 3rem;
}
[lang="ja"] .page-careermessage .main-visual .title-block h1 small {
    font-size: 20px;
    font-size: 2rem;
}

.page-careermessage .main-visual .gs-row {
    width: 45%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15%;
    margin: auto;
}
.page-careermessage .main-visual .gs-col-6 {
    text-align: center;
}
[lang="ja"] .page-careermessage .main-visual .gs-col-6 .name {
    font-size: 38px;
    font-size: 3.8rem;
    color: #ffffff;
}
[lang="ja"] .page-careermessage .main-visual .gs-col-6 .title {
    color: #ffffff;
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: -0.05em;
}
[lang="en"] .page-careermessage .main-visual .gs-col-6 .name {
    font-size: 45px;
    font-size: 4.5rem;
    color: #ffffff;
}
[lang="en"] .page-careermessage .main-visual .gs-col-6 .title {
    color: #ffffff;
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: -0.01em;
}
.page-careermessage .main-visual .title-block .body-pc .nav-ghit .main-menu > li .drop-menu .inner,
.body-pc .nav-ghit .main-menu > li .drop-menu .page-careermessage .main-visual .title-block .inner {
    width: 40%;
    height: 100%;
    position: relative;
}
.tab {
    display: none;
}
@media screen and (max-width: 960px) {
    [lang="ja"] .page-careermessage .main-visual .title-block {
        width: auto;
        top: 135px;
        bottom: auto;
        height: auto;
    }
    [lang="en"] .page-careermessage .main-visual .title-block {
        width: auto;
        top: 175px;
        bottom: auto;
        height: auto;
    }
    .page-careermessage .main-visual .title-block .container {
        width: auto;
    }
    [lang="en"] .page-careermessage .main-visual .title-block h1 {
        font-size: 28px !important;
        font-size: 2.8rem !important;
        top: auto;
        bottom: 5%;
        margin: auto;
        line-height: 1.3em;
    }
    [lang="en"] .page-careermessage .main-visual .title-block h1 small {
        font-size: 16px;
        font-size: 1.6rem;
    }
    [lang="ja"] .page-careermessage .main-visual .title-block h1 {
        font-size: 26px !important;
        font-size: 2.6rem !important;
        top: auto;
        bottom: 5%;
        margin: auto;
        line-height: 1.3em;
    }
    [lang="ja"] .page-careermessage .main-visual .title-block h1 small {
        font-size: 16px !important;
        font-size: 1.6rem !important;
    }
    .tab {
        display: inline;
    }
    .page-careermessage .main-visual .gs-row {
        padding: 15px 0;
        width: 100%;
        top: 210px;
    }
    .page-careermessage .main-visual .gs-col-6 {
        text-align: center;
        margin-bottom: 20px;
        width: 100%;
    }
    [lang="ja"] .page-careermessage .main-visual .gs-col-6 .name {
        font-size: 24px;
        font-size: 2.4rem;
        margin-bottom: 5px;
    }
    [lang="ja"] .page-careermessage .main-visual .gs-col-6 .title {
        font-size: 16px;
        font-size: 1.6rem;
    }
    [lang="en"] .page-careermessage .main-visual .gs-col-6 .name {
        font-size: 26px;
        font-size: 2.6rem;
    }
    [lang="en"] .page-careermessage .main-visual .gs-col-6 .title {
        font-size: 18px;
        font-size: 1.8rem;
        letter-spacing: -0.01em;
    }
    .page-careermessage .main-visual .title-block .body-pc .nav-ghit .main-menu > li .drop-menu .inner,
    .body-pc .nav-ghit .main-menu > li .drop-menu .page-careermessage .main-visual .title-block .inner {
        width: auto;
    }
}
@media screen and (max-width: 480px) {
    [lang="ja"] .page-careermessage .main-visual .title-block {
        width: auto;
        bottom: auto;
        height: auto;
    }
    [lang="en"] .page-careermessage .main-visual .title-block {
        width: auto;
        top:40px;
        bottom: auto;
        height: auto;
    }
    .page-careermessage .main-visual .title-block .container {
        width: auto;
    }
    [lang="en"] .page-careermessage .main-visual .title-block h1 {
        font-size: 23px !important;
        font-size: 2.3rem !important;
        top: 15px;
        bottom: 5%;
        margin: auto;
        line-height: 1.3em;
    }
    [lang="en"] .page-careermessage .main-visual .title-block h1 small {
        font-size: 16px;
        font-size: 1.6rem;
    }
    [lang="ja"] .page-careermessage .main-visual .title-block h1 {
        font-size: 23px !important;
        font-size: 2.3rem !important;
        top: 15px;
        bottom: 5%;
        margin: auto;
        line-height: 1.3em;
    }
    [lang="ja"] .page-careermessage .main-visual .title-block h1 small {
        font-size: 16px !important;
        font-size: 1.6rem !important;
    }
    .tab {
        display: inline;
    }
    .page-careermessage .main-visual .gs-row {
        padding: 15px 0;
        position: static;
        width: 100%;
        margin-top: 10px;
    }
    .page-careermessage .main-visual .gs-col-6 {
        text-align: left;
        margin-bottom: 20px;
    }
    [lang="ja"] .page-careermessage .main-visual .gs-col-6 .name {
        font-size: 20px;
        font-size: 2rem;
        margin-bottom: 5px;
        color: #333 !important;
    }
    [lang="ja"] .page-careermessage .main-visual .gs-col-6 .title {
        font-size: 14px;
        font-size: 1.4rem;
        color: #333 !important;
    }
    [lang="en"] .page-careermessage .main-visual .gs-col-6 .name {
        font-size: 22px;
        font-size: 2.2rem;
        color: #333 !important;
    }
    [lang="en"] .page-careermessage .main-visual .gs-col-6 .title {
        font-size: 16px;
        font-size: 1.6rem;
        letter-spacing: -0.01em;
        color: #333 !important;
    }
}
.page-careermessage section {
    position: relative;
    overflow: hidden;
    margin-bottom: 120px;
}
@media screen and (max-width: 960px) {
    .page-careermessage section {
        margin-bottom: 40px;
    }
}
.page-careermessage section .lead {
    font-size: 34px;
    font-size: 3.4rem;
    margin-bottom: 25px;
    color: #1892d1;
}
@media screen and (max-width: 960px) {
    .page-careermessage section .lead {
        font-size: 19px;
        font-size: 1.9rem;
        margin-bottom: 20px;
    }
}
.page-careermessage section .talker {
    color: #1892d1;
    margin-right: 0.3em;
}
[lang="ja"] .page-careermessage section .talker {
    color: #1892d1;
    margin-right: 1em;
}
.page-careermessage section .media {
    position: absolute;
    top: 10px;
}
.page-careermessage section.talk-01 .block {
    width: 60%;
}
.page-careermessage section.talk-01 .media {
    width: 37.1%;
    right: 0;
}
.page-careermessage section.talk-02 .block {
    float: right;
    width: 60%;
}
.page-careermessage section.talk-02 .media {
    width: 37.1%;
    left: 0;
}
.page-careermessage section.talk-03 .block {
    width: 60%;
}
.page-careermessage section.talk-03 .media {
    width: 37.1%;
    right: 0;
}
.page-careermessage section.talk-04 .block {
    float: right;
    margin-bottom: 120px;
    width: 60%;
}
.page-careermessage section.talk-04 .block:last-child {
    margin-bottom: 0;
}
.page-careermessage section.talk-04 .media {
    width: 37.1%;
    left: 0;
}

.page-careermessage section.talk-05 .block {
    width: 60%;
}
.page-careermessage section.talk-05 .media {
    width: 37.1%;
    right: 0;
}

@media screen and (max-width: 1200px) {
    .page-careermessage section {
        position: relative;
        margin-bottom: 20px;
    }
    .page-careermessage section .media {
        float: none;
        display: inline-block;
        position: relative;
    }
    .page-careermessage section .block {
        float: none;
        width: auto !important;
        font-size: 13px;
        font-size: 1.3rem;
    }
    .page-careermessage section.talk-01 .block,
    .page-careermessage section.talk-02 .block,
    .page-careermessage section.talk-02 .block,
    .page-careermessage section.talk-04 .block,
    .page-careermessage section.talk-05 .block {
        width: 100%;
    }
    .page-careermessage section.talk-01 .media,
    .page-careermessage section.talk-02 .media,
    .page-careermessage section.talk-03 .media,
    .page-careermessage section.talk-04 .media,
    .page-careermessage section.talk-05 .media {
        display: inline-block;
        width: 80%;
        position: relative;
        text-align: center;
        padding: 40px 10%;
    }
    .page-careermessage section.talk-01 .media img,
    .page-careermessage section.talk-02 .media img,
    .page-careermessage section.talk-03 .media img,
    .page-careermessage section.talk-04 .media img,
    .page-careermessage section.talk-05 .media img {
        display: inline;
        position: relative;
        width: 60%;
    }
}

.page-careermessage .talker-profile {
    padding: 50px 120px;
    background-color: #1892d1;
    color: #fff;
    margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
    .page-careermessage .talker-profile {
        padding: 25px 0 60px;
    }
}
.page-careermessage .talker-profile .index {
    font-size: 21px;
    font-size: 2.1rem;
    margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
    .page-careermessage .talker-profile .index {
        font-size: 13px;
        font-size: 1.3rem;
        margin-bottom: 20px;
    }
}
.page-careermessage .talker-profile .name {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
    .page-careermessage .talker-profile .name {
        font-size: 20px;
        font-size: 2rem;
    }
}
.page-careermessage .talker-profile .title {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
    .page-careermessage .talker-profile .title {
        font-size: 12px;
        font-size: 1.2rem;
        margin-bottom: 15px;
    }
}
.page-careermessage .talker-profile .desc {
    line-height: 2.15em;
}
@media screen and (max-width: 1200px) {
    .page-careermessage .talker-profile .desc {
        font-size: 12px;
        font-size: 1.2rem;
    }
}
.page-careermessage .talker-profile .gs-col-6:first-child {
    border-right: 1px solid #fff;
}
@media screen and (max-width: 1200px) {
    .page-careermessage .talker-profile .gs-col-6:first-child {
        border-right-style: none;
        margin-bottom: 20px;
    }
}
.page-careermessage .talker-profile .gs-col-6:first-child .inner {
    margin-right: 30px;
}
@media screen and (max-width: 1200px) {
    .page-careermessage .talker-profile .gs-col-6:first-child .inner {
        margin-right: 0;
    }
}
.page-careermessage .talker-profile .gs-col-6:last-child .inner {
    margin-left: 30px;
}
@media screen and (max-width: 1200px) {
    .page-careermessage .talker-profile .gs-col-6:last-child .inner {
        margin-left: 0;
    }
}

.body-sp.page-careermessage .main-visual:after {
    height: 245px;
}

.page-story .header-ghit .nav-brand {
    background-image: url("../img/common/logo-brand-black.png");
}
.page-story.nav-on-image.body-pc header nav > ul > li > a {
    color: #231815;
}
.page-story main {
    margin: 0;
}
.page-story .main-visual {
    position: relative;
    min-height: 830px;
    margin-bottom: 80px;
}

.page-story .main-visual .main-image1:after {
    content: "";
    display: block;
    background: url(../img/overview/staff-a-main-visual-1.webp) no-repeat center
        center;
    background-size: cover;
    width: 63vw;
    height: 670px;
    position: absolute;
    top: 0;
    right: 0;
}
.page-story .main-visual .main-image2:after {
    content: "";
    display: block;
    background: url(../img/overview/staff-a-main-visual-2.webp) no-repeat center
        center;
    background-size: cover;
    width: 63vw;
    height: 670px;
    position: absolute;
    top: 0;
    right: 0;
}
.page-story .main-visual .main-image3:after {
    content: "";
    display: block;
    background: url(../img/overview/staff-a-main-visual-3.webp) no-repeat center
        center;
    background-size: cover;
    width: 63vw;
    height: 670px;
    position: absolute;
    top: 0;
    right: 0;
}
.page-story .main-visual .main-image4:after {
    content: "";
    display: block;
    background: url(../img/overview/staff-a-main-visual-4.webp) no-repeat center
        center;
    background-size: cover;
    width: 63vw;
    height: 670px;
    position: absolute;
    top: 0;
    right: 0;
}

.page-story .main-visual .main-image5:after {
    content: "";
    display: block;
    background: url(../img/overview/staff-a-main-visual-5.webp) no-repeat center
        center;
    background-size: cover;
    width: 63vw;
    height: 670px;
    position: absolute;
    top: 0;
    right: 0;
}

.page-story .main-visual .main-image6:after {
    content: "";
    display: block;
    background: url(../img/overview/staff-a-main-visual-6.webp) no-repeat center
        center;
    background-size: cover;
    width: 63vw;
    height: 670px;
    position: absolute;
    top: 0;
    right: 0;
}
@media screen and (max-width: 1200px) {
    .page-story .main-visual {
        min-height: 475px;
        margin-bottom: 15px;
    }
    .page-story .main-visual .main-image {
        height: 375px;
    }
    .page-story .main-visual .main-image1:after,
    .page-story .main-visual .main-image2:after,
    .page-story .main-visual .main-image3:after,
    .page-story .main-visual .main-image4:after,
    .page-story .main-visual .main-image5:after,
    .page-story .main-visual .main-image6:after {
        width: 100%;
        height: 375px;
        background-position: right top;
        background-size: cover;
    }
}
@media screen and (max-width: 640px) {
    .page-story .main-visual {
        min-height: 273px;
        margin-bottom: 120px;
    }
    .page-story .main-visual .main-image {
        height: 273px;
    }
    .page-story .main-visual .main-image1:after,
    .page-story .main-visual .main-image2:after,
    .page-story .main-visual .main-image3:after,
    .page-story .main-visual .main-image4:after,
    .page-story .main-visual .main-image5:after,
    .page-story .main-visual .main-image6:after {
        width: 100%;
        height: 273px;
        background-position: right top;
        background-size: cover;
    }
}

.page-story .main-visual .inner {
    position: absolute;
    left: 0;
    top: 450px;
    z-index: 20;
    background-color: #fff;
    width: 43%;
    padding: 20px;
}
@media screen and (max-width: 1200px) {
    .page-story .main-visual .inner {
        width: 50%;
        top: 260px;
        padding: 10px;
    }
    .page-story .main-visual .inner .title-block {
        margin: -70px 0 0 10px;
    }
}
@media screen and (max-width: 640px) {
    .page-story .main-visual .inner {
        width: 50%;
        top: 190px;
        padding: 10px;
    }
    .page-story .main-visual .inner .title-block {
        margin: -70px 0 0 10px;
    }
}

.page-story .main-visual .page-title-block {
    display: inline-block;
    padding: 70px 135px 20px 0;
}
@media screen and (max-width: 1200px) {
    .page-story .main-visual .page-title-block {
        padding: 10px 90px 70px 10px;
    }
}
.page-story .main-visual .page-title-block h1 {
    color: #cce9f6;
    font-size: 60px;
    font-size: 6rem;
    margin-bottom: 25px;
    line-height: 1.13em;
}
@media screen and (max-width: 1200px) {
    .page-story .main-visual .page-title-block h1 {
        font-size: 20px;
        font-size: 2rem;
        margin-bottom: 15px;
    }
}
.page-story .main-visual .title-block .name {
    font-size: 42px;
    font-size: 4.2rem;
    margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
    .page-story .main-visual .title-block .name {
        font-size: 18px;
        font-size: 1.8rem;
        margin-bottom: 10px;
    }
}
.page-story .main-visual .title-block .title {
    font-size: 19px;
    font-size: 1.9rem;
    color: #1892d1;
}
@media screen and (max-width: 1200px) {
    .page-story .main-visual .title-block .title {
        font-size: 10px;
        font-size: 1rem;
    }
}
.page-story section {
    position: relative;
    margin-bottom: 120px;
}

.page-story section img {
    width: 100%;
    max-width: 570px;
}
.page-story section img.imgright {
    float: right;
}
@media screen and (max-width: 1200px) {
    .page-story section {
        margin-bottom: 40px;
    }
    .page-story section img.imgright {
        float: none;
    }
}

[lang="en"] .page-story section .lead {
    font-size: 34px;
    font-size: 3.4rem;
    margin-bottom: 25px;
    color: #1892d1;
}
@media screen and (max-width: 1200px) {
    [lang="en"] .page-story section .lead {
        font-size: 19px;
        font-size: 1.9rem;
        margin-bottom: 20px;
        margin-top: 10px;
    }
}

[lang="ja"] .page-story section .lead {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 25px;
    color: #1892d1;
}
@media screen and (max-width: 1200px) {
    [lang="ja"] .page-story section .lead {
        font-size: 19px;
        font-size: 1.9rem;
        margin-bottom: 20px;
        margin-top: 10px;
    }
}
.page-story section .media {
    display: inline-block;
    position: absolute;
    top: 10px;
}
@media screen and (max-width: 1200px) {
    .page-story section .media {
        display: none;
    }
}
@media screen and (max-width: 1200px) {
    .page-story section .block {
        float: none;
        width: auto !important;
        font-size: 13px;
        font-size: 1.3rem;
    }
}
[lang="ja"] .page-story section .block p {
    font-weight: 500;
}
.page-story section.interview-01 .block {
    width: 60%;
}
.page-story section.interview-01 .block:first-child {
    margin-bottom: 60px;
}
.page-story section.interview-01 .media {
    width: 37.1%;
    right: 0;
}
.page-story section.interview-02 .block {
    width: 60%;
    float: right;
    margin-bottom: 30px;
}
.page-story section.interview-02 .media {
    width: 37.1%;
    left: 0;
}
.page-story .media .right {
    display: inline-block;
    width: 100%;
    text-align: right;
}

@media screen and (max-width: 1200px) {
    .page-story section.interview-01 .block,
    .page-story section.interview-02 .block {
        float: none;
        width: 100%;
        margin: 0 auto 0;
    }
    .page-story section.interview-01 .media,
    .page-story section.interview-02 .media {
        float: none;
        width: 80%;
        position: relative;
        display: inline-block;
        margin-left: 10%;
        margin-top: 30px;
        margin-bottom: 30px;
        text-align: center;
    }
    .page-story section.interview-01 .media small,
    .page-story section.interview-02 .media .right {
        text-align: left;
    }
}

.page-story .staff-profile {
    background-color: #1892d1;
}
.page-story .staff-profile .gs-row {
    margin: 0;
}
.page-story .staff-profile .gs-col-6 {
    padding: 0;
}

.page-story .staff-profile .profile1 {
    background: url(../img/overview/staff-1-photo-02.webp) no-repeat center top;
    background-size: cover;
}
.page-story .staff-profile .profile2 {
    background: url(../img/overview/staff-2-photo-02.webp) no-repeat center top;
    background-size: cover;
}
.page-story .staff-profile .profile3 {
    background: url(../img/overview/staff-3-photo-02.webp) no-repeat center top;
    background-size: cover;
}
.page-story .staff-profile .profile4 {
    background: url(../img/overview/staff-4-photo-02.webp) no-repeat center top;
    background-size: cover;
}
.page-story .staff-profile .profile5 {
    background: url(../img/overview/staff-5-photo-02.webp) no-repeat center top;
    background-size: cover;
}
.page-story .staff-profile .profile6 {
    background: url(../img/overview/staff-6-photo-02.webp) no-repeat center top;
    background-size: cover;
}
.page-story .staff-profile .gs-col-6:last-child {
    color: #fff;
}
.page-story .staff-profile .gs-col-6:last-child .inner {
    padding: 50px;
}
@media screen and (max-width: 1200px) {
    .page-story .staff-profile .gs-col-6:last-child .inner {
        padding: 30px 18px;
    }
}
.page-story .staff-profile .index {
    font-size: 21px;
    font-size: 2.1rem;
    margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
    .page-story .staff-profile .index {
        font-size: 13px;
        font-size: 1.3rem;
        margin-bottom: 20px;
    }
}
.page-story .staff-profile .name {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
    .page-story .staff-profile .name {
        font-size: 20px;
        font-size: 2rem;
    }
}
.page-story .staff-profile .title {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
    .page-story .staff-profile .title {
        font-size: 12px;
        font-size: 1.2rem;
        margin-bottom: 15px;
    }
}
.page-story .staff-profile .desc {
    line-height: 2.15em;
}
@media screen and (max-width: 1200px) {
    .page-story .staff-profile .desc {
        font-size: 12px;
        font-size: 1.2rem;
    }
}
.page-story .staff-list {
    padding: 90px 0 120px;
}
@media screen and (max-width: 1200px) {
    .page-story .staff-list {
        padding: 60px 0 90px;
    }
}
.page-staffinterview .staff-list h2,
.page-careermessage .staff-list h2,
.page-story .staff-list h2 {
    text-align: center;
    font-size: 34px;
    font-size: 3.4rem;
    color: #1892d1;
    margin-bottom: 60px;
}
.page-staffinterview .staff-list h2 p,
.page-careermessage .staff-list h2 p {
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    color: #231815 !important;
}

@media screen and (max-width: 1200px) {
    .page-story .staff-list h2 {
        text-align: left;
        font-size: 20px;
        font-size: 2rem;
        margin-bottom: 30px;
    }
}

.page-staffinterview .talker-profile p.caution,
.page-careermessage .talker-profile p.caution,
.page-story .staff-profile p.caution,
.page-career .staff-list p.caution,
.page-careermessage .staff-list p.caution,
.page-story .staff-list p.caution,
.page-staffinterview .staff-list p.caution {
    font-size: 1.2rem;
    text-align: right;
}

/* Our Investment
=============================== */
/* access policy */
.page-policy main .title-block {
    margin-bottom: 80px;
}
@media screen and (max-width: 1200px) {
    .page-policy main .title-block {
        margin-bottom: 40px;
    }
}
.page-policy main h2 {
    margin-top: 30px;
    margin-bottom: 40px;
}
.page-policy main h2:after {
    position: absolute;
    left: 0;
}
@media screen and (max-width: 1200px) {
    .page-policy main h2 {
        margin-bottom: 20px;
    }
}
.page-policy main dl {
    margin-bottom: 80px;
}
@media screen and (max-width: 1200px) {
    .page-policy main dl {
        margin-bottom: 40px;
    }
}

[lang="en"] .page-policy main dl dt {
    font-size: 30px;
    font-size: 3rem;
    color: #1892d1;
    margin-top: 30px;
    margin-bottom: 10px;
}
[lang="ja"] .page-policy main dl dt {
    font-size: 24px;
    font-size: 2.4rem;
    color: #1892d1;
    margin-top: 40px;
    margin-bottom: 10px;
}

@media screen and (max-width: 1200px) {
    [lang="en"] .page-policy main dl dt {
        font-size: 20px;
        font-size: 2rem;
        margin-bottom: 5px;
    }

    [lang="ja"] .page-policy main dl dt {
        font-size: 18px;
        font-size: 1.8rem;
        margin-bottom: 5px;
    }
}
.page-policy main dl dd {
    font-family: "Lato";
    margin-bottom: 10px;
}
[lang="ja"] .page-policy main dl dd {
    font-family: "Lato", "Yu Gothic";
    font-weight: 500;
}
@media screen and (max-width: 1200px) {
    .page-policy main dl dd {
        margin-bottom: 25px;
    }
}
.page-policy main dl dd span {
    display: block;
    font-weight: 600;
}

.page-policy main table {
    width: 90%;
    margin:3em auto 3em;
}
.page-policy main table th {
    width: 30%;
    background: #1478ac;
    color: #fff;
    padding: 0.5em;
    border:solid 1px #333;
}
.page-policy main table td {
    border:solid 1px #333;
    padding: 0.5em;
}
.page-policy main table tr:nth-child(odd) {
    width: 30%;
    background: #eefcff;
    padding: 0.2em;
}
/* external reviewers */
.page-exreviewer main .title-block {
    margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
    .page-exreviewer main .title-block {
        margin-bottom: 40px;
    }
}

.page-exreviewer .exreviewer-list dl dd {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6em;
    margin-bottom: 60px;
}
.page-exreviewer .exreviewer-list h2 {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 2.2em;
    margin-bottom: 30px;
}
.page-exreviewer .exreviewer-list .icon_rectangle:before {
    content: "■";
    margin: 0 5px 2px 5px;
    font-size: 4.5rem;
    color: #3e8eb8;
}
.page-exreviewer .list ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: 3rem;
}
.page-exreviewer .list ul li {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6em;
    margin-bottom: 1rem;
}
.page-exreviewer .list ul li:before {
    content: "-";
    font-weight: 600;
    margin-right: 1rem;
}
.page-exreviewer .list ul li:nth-child(odd) {
    width: 24%;
    margin-left: 1%;
}
.page-exreviewer .list ul li:nth-child(even) {
    width: 24%;
    margin-left: 1%;
}
@media screen and (max-width: 960px) {
    .page-exreviewer .list ul li:nth-child(odd) {
        width: 49%;
        margin-left: 1%;
    }
    .page-exreviewer .list ul li:nth-child(even) {
        width: 49%;
        margin-left: 1%;
    }
}
@media screen and (max-width: 400px) {
    .page-exreviewer .list ul li:nth-child(odd) {
        width: 100%;
    }
    .page-exreviewer .list ul li:nth-child(even) {
        width: 100%;
    }
}

/* Motivation
=============================== */
.page-globalhealth main {
    margin: 0;
}
.page-globalhealth .main-visual {
    margin-bottom: 70px;
    background: url(../img/motivation/gh-main-visual.webp) no-repeat center
        center;
    background-size: cover;
    position: relative;
    height: 90vh;
}
@media screen and (max-width: 1200px) {
    .page-globalhealth .main-visual {
        height: 50vh;
        margin-bottom: 20px;
    }
}
.page-globalhealth .main-visual .title-block {
    text-align: center;
}
.page-globalhealth .main-visual .title-block h1 {
    font-size: 80px;
    font-size: 8rem;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 20px;
}

[lang="ja"] .main-visual .title-block h1 {
    letter-spacing: 0em;
}

@media screen and (max-width: 1200px) {
    .page-globalhealth .main-visual .title-block h1 {
        font-size: 25px;
        font-size: 2.5rem;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
}
.page-globalhealth .main-visual .title-block .lead {
    color: #fff;
    font-size: 32px;
    font-size: 3.2rem;
}
@media screen and (max-width: 1200px) {
    .page-globalhealth .main-visual .title-block .lead {
        font-size: 16px;
        font-size: 1.6rem;
    }
}
.page-globalhealth .main-visual .registered {
    position: absolute;
    z-index: 5;
    color: #fff;
    bottom: 10px;
    right: 10px;
    font-family: "Lato";
    font-size: 12px;
    font-size: 1.2rem;
    font-size: 7px;
    font-size: 0.7rem;
}
[lang="ja"] .page-globalhealth .main-visual .registered {
    font-family: "Lato", "Yu Gothic";
    font-weight: 500;
}
.page-globalhealth .gh-index-block {
    margin-bottom: 90px;
    font-size: 15px;
    font-size: 1.5rem;
}
@media screen and (max-width: 1200px) {
    .page-globalhealth .gh-index-block {
        margin-bottom: 70px;
    }
}
.page-globalhealth .gh-index-block ol {
    counter-reset: numbering;
}
.page-globalhealth .gh-index-block ol li {
    padding-left: 1.5em;
    text-indent: -1.5em;
    display: inline-block;
    margin: 0 20px 15px 0;
}
@media screen and (max-width: 1200px) {
    .page-globalhealth .gh-index-block ol li {
        display: block;
        margin: 0 0 10px 0;
    }
}
.page-globalhealth .gh-index-block ol li a {
    position: relative;
    display: block;
    padding-bottom: 5px;
}
.page-globalhealth .gh-index-block ol li a:before {
    margin-right: 5px;
    color: #1892d1;
    font-size: 19px;
    font-size: 1.9rem;
    padding-left: 0;
    counter-increment: numbering;
    content: counter(numbering) ".";
}
.page-globalhealth .gh-index-block ol li a:hover:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: -1.5em;
    border-bottom: 1px solid #1892d1;
    width: 100%;
    height: 1px;
}
.page-globalhealth section h2 {
    line-height: 1.27em;
    margin-bottom: 65px;
}
@media screen and (max-width: 1200px) {
    .page-globalhealth section h2 {
        margin-bottom: 30px;
    }
}
.page-globalhealth section h2:after {
    position: absolute;
    left: 0;
}
.page-globalhealth section .sentence {
    font-family: "Lato";
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.7em;
}
[lang="ja"] .page-globalhealth section .sentence {
    font-family: "Lato", "Yu Gothic";
    font-weight: 500;
}
@media screen and (max-width: 1200px) {
    .page-globalhealth section .sentence {
        font-size: 15px;
        font-size: 1.5rem;
    }
}
.page-globalhealth section .caption {
    font-family: "Lato";
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7em;
}
[lang="ja"] .page-globalhealth section .caption {
    font-family: "Lato", "Yu Gothic";
    font-weight: 500;
}
.page-globalhealth section.global-health-01 .upper-block {
    margin-bottom: 70px;
}
@media screen and (max-width: 1200px) {
    .page-globalhealth section.global-health-01 .upper-block {
        margin-bottom: 0;
    }
}
.page-globalhealth section.global-health-01 .upper-block .gs-col-9 {
    padding-right: 18%;
    width: 98%;
    /* IE8以下とAndroid4.3以下用フォールバック */
    width: -moz-calc(75% - 30px);
    width: -o-calc(75% - 30px);
    width: -webkit-calc(75% - 30px);
    width: calc(75% - 30px);
}
@media screen and (max-width: 1200px) {
    .page-globalhealth section.global-health-01 .upper-block .gs-col-9 {
        padding-right: 15px;
    }
}
.page-globalhealth section.global-health-01 .upper-block .gs-col-3 {
    width: 98%;
    /* IE8以下とAndroid4.3以下用フォールバック */
    width: -moz-calc(25% + 30px);
    width: -o-calc(25% + 30px);
    width: -webkit-calc(25% + 30px);
    width: calc(25% + 30px);
    padding-top: 65px;
}
.page-globalhealth section.global-health-01 .upper-block .gs-col-3 p {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 15px;
    color: #1892d1;
}
@media screen and (max-width: 1200px) {
    .page-globalhealth section.global-health-01 .upper-block .gs-col-3 p {
        text-align: center;
    }
}
.page-globalhealth section.global-health-01 .upper-block .media-area {
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 60px;
}
@media screen and (max-width: 1200px) {
    .page-globalhealth section.global-health-01 .upper-block .media-area {
        margin-bottom: 30px;
    }
}
.page-globalhealth section.global-health-01 .upper-block .thumbnail {
    margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
    .page-globalhealth section.global-health-01 .upper-block .thumbnail {
        width: 33.3333%;
        float: left;
    }
}
.page-globalhealth
    section.global-health-01
    .upper-block
    .thumbnail:last-child
    a {
    margin-right: 0;
}
@media screen and (max-width: 1200px) {
    .page-globalhealth section.global-health-01 .upper-block .thumbnail a {
        display: block;
        margin-right: 5px;
    }
}
.page-globalhealth section.global-health-01 .lower-block {
    margin-bottom: 100px;
}
@media screen and (max-width: 1200px) {
    .page-globalhealth section.global-health-01 .lower-block {
        margin-bottom: 40px;
    }
}
.page-globalhealth section.global-health-01 .lower-block .gs-col-3 {
    text-align: center;
    margin-bottom: 20px;
}

.page-globalhealth section.global-health-01 .lower-block .gs-col-3 {
    text-align: center;
    margin-bottom: 20px;
    display: inline-block;
    float: left;
    width: 33.333% !important;
}
@media screen and (max-width: 1200px) {
    .page-globalhealth section.global-health-01 .lower-block .gs-col-3 {
        float: left !important;
        width: 33.333% !important;
    }
}
.page-globalhealth section.global-health-01 .lower-block .gs-col-3 .col {
    height: 265px;
}
@media screen and (max-width: 1200px) {
    .page-globalhealth section.global-health-01 .lower-block .gs-col-3 .col {
        height: 165px;
    }
}
.page-globalhealth section.global-health-01 .lower-block .gs-col-3 img {
    margin-bottom: 15px;
    vertical-align: middle;
    height: 70%;
}
/*
.page-globalhealth
    section.global-health-01
    .lower-block
    .gs-col-3:nth-child(1)
    .name{
    color: #bb000b;
}
*/
@media screen and (max-width: 1200px) {
    .page-globalhealth
        section.global-health-01
        .lower-block
        .gs-col-3:nth-child(1)
        img {
        height: 145px;
    }
}

.page-globalhealth
    section.global-health-01
    .lower-block
    .gs-col-3:nth-child(1)
    .name {
    color: #008680;
}
.page-globalhealth
    section.global-health-01
    .lower-block
    .gs-col-3:nth-child(2)
    .name {
    color: #807aa2;
}
.page-globalhealth
    section.global-health-01
    .lower-block
    .gs-col-3:nth-child(3)
    .name {
    color: #2b80ac;
}
.page-globalhealth section.global-health-01 .lower-block .name {
    font-size: 360px;
    font-size: 3rem;
    line-height: 1em;
    white-space: nowrap;
}
@media screen and (max-width: 1200px) {
    .page-globalhealth section.global-health-01 .lower-block .name {
        font-size: 25px;
        font-size: 2.5rem;
    }
}
.page-globalhealth section.global-health-01 .lower-block .name sup {
    font-size: 15px;
    font-size: 1.5rem;
}
@media screen and (max-width: 1200px) {
    .page-globalhealth section.global-health-01 .lower-block .name sup {
        font-size: 12px;
        font-size: 1.2rem;
    }
}
.page-globalhealth section.global-health-01 .lower-block .value {
    font-size: 28px;
    font-size: 2.8rem;
}
@media screen and (max-width: 1200px) {
    .page-globalhealth section.global-health-01 .lower-block .value {
        font-size: 24px;
        font-size: 2.4rem;
    }
}
.page-globalhealth section.global-health-01 .lower-block .value span {
    font-size: 51px;
    font-size: 5.1rem;
}
@media screen and (max-width: 1200px) {
    .page-globalhealth section.global-health-01 .lower-block .value span {
        font-size: 30px;
        font-size: 3rem;
    }
}
.page-globalhealth section.global-health-01 .lower-block .status {
    font-size: 13px;
    font-size: 1.3rem;
}
.page-globalhealth section.global-health-02 {
    position: relative;
    margin-bottom: 250px;
    min-height: 750px;
}
@media screen and (max-width: 1200px) {
    .page-globalhealth section.global-health-02 {
        margin-bottom: 50px;
    }
}

.page-globalhealth section.global-health-02 .media {
    position: absolute;
    top: 0;
    left: 0;
    float: right;
    width: 50%;
    margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
    .page-globalhealth section.global-health-02 .media {
        position: static;
        float: none;
        width: 100%;
    }
}
.page-globalhealth section.global-health-02 .media img {
    margin-top: 15px;
    width: 698px;
    float: right;
}
@media screen and (max-width: 1200px) {
    .page-globalhealth section.global-health-02 .media img {
        margin-top: 15px;
        width: 100%;
        float: none;
        margin-bottom: 40px;
    }
}

.page-globalhealth section.global-health-02 .block {
    float: right;
    width: 43%;
    position: relative;
    margin-bottom: 200px;
}
@media screen and (max-width: 1200px) {
    .page-globalhealth section.global-health-02 .block {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
}
.page-globalhealth section.global-health-02 p {
    font-family: "Lato";
    line-height: 1.7em;
}
[lang="ja"] .page-globalhealth section.global-health-02 p {
    font-family: "Lato", "Yu Gothic";
    font-weight: 500;
}
.page-globalhealth section.global-health-03 {
    margin-bottom: 135px;
}
@media screen and (max-width: 1200px) {
    .page-globalhealth section.global-health-03 {
        margin-bottom: 0;
    }
}
.page-globalhealth section.global-health-03 h2 {
    text-align: center;
}
@media screen and (max-width: 1200px) {
    .page-globalhealth section.global-health-03 h2 {
        text-align: left;
    }
}
.page-globalhealth section.global-health-03 h2:after {
    position: static;
}
@media screen and (max-width: 1200px) {
    .page-globalhealth section.global-health-03 h2:after {
        position: absolute;
    }
}
.page-globalhealth section.global-health-03 .inner {
    width: 73%;
    margin: 0 auto 50px;
}
@media screen and (max-width: 1200px) {
    .page-globalhealth section.global-health-03 .inner {
        width: auto;
        margin-bottom: 25px;
    }
}
.page-globalhealth section.global-health-03 .inner p {
    margin-bottom: 50px;
}
.page-globalhealth section.global-health-03 .gs-col-4 {
    text-align: center;
}
.page-globalhealth section.global-health-03 .gs-col-4 img {
    height: 85%;
}
@media screen and (max-width: 1200px) {
    .page-globalhealth section.global-health-03 .gs-col-4 img {
        width: 30%;
        max-width: 170px;
        height: auto;
    }
    .page-globalhealth section.global-health-03 .gs-col-4 {
        float: left !important;
        width: 33.3% !important;
    }
}
.page-globalhealth section.global-health-03 .gs-col-4:nth-child(1) .desc {
    color: #bb000b;
}
.page-globalhealth section.global-health-03 .gs-col-4:nth-child(2) .desc {
    color: #1d66a7;
}
.page-globalhealth section.global-health-03 .gs-col-4:nth-child(3) .desc {
    color: #1892d1;
}
.page-globalhealth section.global-health-03 .col {
    position: relative;
    height: 250px;
}
@media screen and (max-width: 1200px) {
    .page-globalhealth section.global-health-03 .col {
        height: 100%;
    }
}
.page-globalhealth section.global-health-03 .col i {
    font-size: 30px;
    font-size: 3rem;
    color: #6bb9e1;
    position: absolute;
    right: -30px;
    top: 80px;
}
@media screen and (max-width: 1200px) {
    .page-globalhealth section.global-health-03 .col i {
        font-size: 16px;
        font-size: 1.6rem;
        top: 25px;
    }
}
.page-globalhealth section.global-health-03 .desc {
    font-size: 27px;
    font-size: 2.7rem;
    line-height: 1.18em;
}
@media screen and (max-width: 1200px) {
    .page-globalhealth section.global-health-03 .desc {
        font-size: 14px;
        font-size: 1.4rem;
    }
}
.page-globalhealth section.global-health-03 .note {
    font-family: "Lato";
    font-size: 14px;
    font-size: 1.4rem;
}
[lang="ja"] .page-globalhealth section.global-health-03 .note {
    font-family: "Lato", "Yu Gothic";
    font-weight: 500;
}
.page-globalhealth section.global-health-04 .section-visual {
    background: url(../img/motivation/gh-bg_security.webp) no-repeat center top;
    background-size: cover;
    height: 790px;
    position: relative;
    margin-bottom: 140px;
}
@media screen and (max-width: 1200px) {
    .page-globalhealth section.global-health-04 .section-visual {
        height: 600px;
        margin-bottom: 50px;
    }
}
.page-globalhealth section.global-health-04 .section-visual .gs-row {
    position: relative;
    z-index: 5;
}
.page-globalhealth section.global-health-04 .section-visual .gs-col-6 {
    margin: auto;
    text-align: center;
}
.page-globalhealth section.global-health-04 .section-visual .gs-col-6 img {
    width: 80%;
}
@media screen and (max-width: 1200px) {
    .page-globalhealth section.global-health-04 .section-visual .gs-col-6 {
        margin: 20px 0;
    }
}
@media screen and (max-width: 1200px) {
    .page-globalhealth section.global-health-04 .section-visual .gs-col-6 img {
        width: 283px;
    }
}
.page-globalhealth section.global-health-04 h2 {
    text-align: center;
}
@media screen and (max-width: 1200px) {
    .page-globalhealth section.global-health-04 h2 {
        text-align: left;
    }
}
.page-globalhealth section.global-health-04 h2:after {
    position: static;
}
@media screen and (max-width: 1200px) {
    .page-globalhealth section.global-health-04 h2:after {
        position: absolute;
    }
}
.page-globalhealth section.global-health-04 .inner {
    width: 73%;
    margin: 0 auto 50px;
}
@media screen and (max-width: 1200px) {
    .page-globalhealth section.global-health-04 .inner {
        width: auto;
        margin-bottom: 25px;
    }
}
.page-globalhealth section.global-health-04 .inner p {
    margin-bottom: 50px;
}

.page-globalhealth section.global-health-04 .affecting .lead {
    font-size: 23px;
    font-size: 2.3rem;
    text-align: center;
    color: #1d66a7;
}
@media screen and (max-width: 1200px) {
    .page-globalhealth section.global-health-04 .affecting .lead {
        font-size: 20px;
        font-size: 2rem;
        margin-bottom: 25px;
    }
}
.page-globalhealth section.global-health-04 .affecting .col {
    margin-bottom: 15px;
    min-height: 170px;
    text-align: center;
}
@media screen and (max-width: 1200px) {
    .page-globalhealth section.global-health-04 .affecting .col {
        max-height: 130px;
        min-height: 60px;
    }
}
.page-globalhealth section.global-health-04 .affecting p {
    text-align: center;
    color: #1d66a7;
    font-size: 16px;
    font-size: 1.6rem;
}
@media screen and (max-width: 1200px) {
    .page-globalhealth section.global-health-04 .affecting p {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

.page-globalhealth section.global-health-04 .affecting .gs-col-3 img {
    width: 80%;
}

@media screen and (max-width: 1200px) {
    .page-globalhealth section.global-health-04 .affecting .gs-col-3 {
        width: 50% !important;
        float: left;
        min-height: 230px;
    }
    .page-globalhealth section.global-health-04 .affecting .gs-col-3 img {
        width: 30%;
        max-width: 140px;
    }
}

.page-globalhealth section.global-health-05 {
    margin-bottom: 170px;
}
@media screen and (max-width: 1200px) {
    .page-globalhealth section.global-health-05 {
        margin-bottom: 35px;
    }
}
.page-globalhealth section.global-health-05 .section-visual {
    overflow: hidden;
    min-height: 790px;
    margin-bottom: 140px;
}
@media screen and (max-width: 1200px) {
    .page-globalhealth section.global-health-05 .section-visual {
        min-height: auto;
        margin-bottom: 60px;
    }
}
.page-globalhealth section.global-health-05 .section-visual img {
    width: 100%;
}
.page-globalhealth section.global-health-05 .content-inner {
    margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
    .page-globalhealth section.global-health-05 .content-inner {
        margin-bottom: 20px;
    }
}
.page-globalhealth
    section.global-health-05
    .content-inner
    .gs-col-6:first-child {
    width: 98%;
    width: -moz-calc(50% - 50px);
    width: -o-calc(50% - 50px);
    width: -webkit-calc(50% - 50px);
    width: calc(50% - 50px);
}
.page-globalhealth
    section.global-health-05
    .content-inner
    .gs-col-6:first-child
    .inner {
    margin-right: 4%;
}
@media screen and (max-width: 1200px) {
    .page-globalhealth
        section.global-health-05
        .content-inner
        .gs-col-6:first-child
        .inner {
        margin: 0 0 25px 0;
    }
}
.page-globalhealth
    section.global-health-05
    .content-inner
    .gs-col-6:last-child {
    width: 98%;
    width: -moz-calc(50% + 50px);
    width: -o-calc(50% + 50px);
    width: -webkit-calc(50% + 50px);
    width: calc(50% + 50px);
}
@media screen and (max-width: 1200px) {
    .page-globalhealth
        section.global-health-05
        .content-inner
        .gs-col-6:last-child {
        margin: 0 15px;
    }
}
.page-globalhealth
    section.global-health-05
    .content-inner
    .gs-col-6:last-child
    img {
    margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
    .page-globalhealth
        section.global-health-05
        .content-inner
        .gs-col-6:last-child
        img,
    .page-globalhealth section.global-health-06 .gs-col-6:last-child img {
        margin-bottom: 15px;
        width: 100%;
    }
}
.page-globalhealth section.global-health-05 .link-area {
    margin-top: 40px;
    font-size: 15px;
    font-size: 1.5rem;
    font-family: "Lato";
}
[lang="ja"] .page-globalhealth section .link-area {
    font-family: "Lato", "Yu Gothic";
    font-weight: 500;
}
.page-globalhealth section .link-area li {
    margin-bottom: 5px;
}
.page-globalhealth section .link-area a {
    color: #1892d1;
}
.page-globalhealth section .link-area a i {
    color: #1892d1;
}

.page-globalhealth section.global-health-06 {
    margin-bottom: 100px;
}
@media screen and (max-width: 1200px) {
    .page-globalhealth section.global-health-06 {
        margin-bottom: 50px;
    }
}
.page-globalhealth section.global-health-06 .content-inner {
    margin-bottom: 100px;
}
@media screen and (max-width: 1200px) {
    .page-globalhealth section.global-health-06 .content-inner {
        margin-bottom: 50px;
    }
}
.page-globalhealth section.global-health-06 .gs-col-6:first-child {
    width: 98%;
    width: -moz-calc(50% - 50px);
    width: -o-calc(50% - 50px);
    width: -webkit-calc(50% - 50px);
    width: calc(50% - 50px);
}
.page-globalhealth section.global-health-06 .gs-col-6:first-child .inner {
    margin-right: 4%;
    margin: 0 0 40px 0;
}
.page-globalhealth section.global-health-06 .gs-col-6:last-child {
    width: 98%;
    width: -moz-calc(50% + 50px);
    width: -o-calc(50% + 50px);
    width: -webkit-calc(50% + 50px);
    width: calc(50% + 50px);
}
.page-globalhealth section.global-health-06 .gs-col-6:last-child img {
    margin-bottom: 40px;
}
.page-globalhealth section.global-health-06 h3 {
    font-size: 23px;
    font-size: 2.3rem;
    color: #1892d1;
    text-align: center;
    margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
    .page-globalhealth section.global-health-06 h3 {
        font-size: 18px;
        font-size: 1.8rem;
    }
}
.page-globalhealth section.global-health-06 .media-scroll-horizontal {
    margin-bottom: 120px;
    text-align: center;
}
@media screen and (max-width: 1200px) {
    .page-globalhealth section.global-health-06 .media-scroll-horizontal {
        margin-bottom: 40px;
    }
}
.page-globalhealth section.global-health-06 .media-scroll-horizontal .container,
.page-globalhealth
    section.global-health-06
    .media-scroll-horizontal
    .body-pc
    .nav-ghit
    .main-menu
    > li
    .drop-menu
    .inner,
.body-pc
    .nav-ghit
    .main-menu
    > li
    .drop-menu
    .page-globalhealth
    section.global-health-06
    .media-scroll-horizontal
    .inner {
    width: auto;
}
@media screen and (max-width: 1200px) {
    .page-globalhealth
        section.global-health-06
        .media-scroll-horizontal
        .container,
    .page-globalhealth
        section.global-health-06
        .media-scroll-horizontal
        .body-pc
        .nav-ghit
        .main-menu
        > li
        .drop-menu
        .inner,
    .body-pc
        .nav-ghit
        .main-menu
        > li
        .drop-menu
        .page-globalhealth
        section.global-health-06
        .media-scroll-horizontal
        .inner {
        margin: 0 18px;
    }
}
.page-globalhealth section.global-health-06 .media-scroll-horizontal .inner {
    position: relative;
    display: inline-block;
    width: 80%;
}
@media screen and (max-width: 1200px) {
    .page-globalhealth
        section.global-health-06
        .media-scroll-horizontal
        .inner {
        width: 100%;
    }
}
.page-globalhealth
    section.global-health-06
    .media-scroll-horizontal
    .inner
    img {
    width: 100%;
    margin-bottom: 25px;
}
.page-globalhealth section.global-health-06 .media-scroll-horizontal .inner p {
    font-family: "Lato";
    font-size: 12px;
    font-size: 1.2rem;
}
[lang="ja"]
    .page-globalhealth
    section.global-health-06
    .media-scroll-horizontal
    .inner
    p {
    font-family: "Lato", "Yu Gothic";
    font-weight: 500;
}
.page-globalhealth
    section.global-health-06
    .media-scroll-horizontal
    .inner
    p.side-left {
    float: left;
}
@media screen and (max-width: 1200px) {
    .page-globalhealth
        section.global-health-06
        .media-scroll-horizontal
        .inner
        p.side-left {
        float: none;
        margin-bottom: 5px;
        text-align: left;
    }
}
.page-globalhealth
    section.global-health-06
    .media-scroll-horizontal
    .inner
    p.side-right {
    float: right;
}
@media screen and (max-width: 1200px) {
    .page-globalhealth
        section.global-health-06
        .media-scroll-horizontal
        .inner
        p.side-right {
        float: none;
        text-align: left;
    }
}
.page-globalhealth section.global-health-06 .graph-desc {
    width: 73%;
    margin: auto;
}
@media screen and (max-width: 1200px) {
    .page-globalhealth section.global-health-06 .graph-desc {
        width: auto;
    }
}
.page-globalhealth section.global-health-07 {
    margin-bottom: 140px;
}
@media screen and (max-width: 1200px) {
    .page-globalhealth section.global-health-07 {
        margin-bottom: 70px;
    }
}
.page-globalhealth section.global-health-07 .section-visual {
    overflow: hidden;
    min-height: 790px;
    margin-bottom: 140px;
}
@media screen and (max-width: 1200px) {
    .page-globalhealth section.global-health-07 .section-visual {
        min-height: auto;
        margin-bottom: 50px;
    }
}
.page-globalhealth section.global-health-07 .section-visual img {
    width: 100%;
}
.page-globalhealth section.global-health-07 .inner {
    width: 73%;
    margin: auto;
}
@media screen and (max-width: 1200px) {
    .page-globalhealth section.global-health-07 .inner {
        width: auto;
    }
}
.page-globalhealth section.global-health-07 .lead {
    font-size: 25px;
    font-size: 2.5rem;
}
.page-globalhealth section.global-health-07 .title {
    font-size: 64px;
    font-size: 6.4rem;
    text-align: center;
    color: #1892d1;
    margin-bottom: 15px;
}
@media screen and (max-width: 1200px) {
    .page-globalhealth section.global-health-07 .title {
        font-size: 38px;
        font-size: 3.8rem;
    }
}
.page-globalhealth section.global-health-07 .flag {
    text-align: center;
    margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
    .page-globalhealth section.global-health-07 .flag {
        margin-bottom: 25px;
    }
}
@media screen and (max-width: 1200px) {
    .page-globalhealth section.global-health-07 .flag img {
        width: 80%;
    }
}
.page-globalhealth .promotion-block {
    background: url(../img/motivation/gh-photo-japan_r_d.jpg) no-repeat center
        top;
    background-size: cover;
    height: 640px;
    position: relative;
    margin-bottom: 140px;
    color: #fff;
    text-align: center;
}
@media screen and (max-width: 1200px) {
    .page-globalhealth .promotion-block {
        height: 280px;
        margin-bottom: 40px;
    }
}
.page-globalhealth .promotion-block .lead {
    font-size: 30px;
    font-size: 3rem;
    position: relative;
    z-index: 5;
}
@media screen and (max-width: 1200px) {
    .page-globalhealth .promotion-block .lead {
        font-size: 15px;
        font-size: 1.5rem;
    }
}
.page-globalhealth .promotion-block h2 {
    font-size: 70px;
    font-size: 7rem;
    position: relative;
    z-index: 5;
}
@media screen and (max-width: 1200px) {
    .page-globalhealth .promotion-block h2 {
        font-size: 35px;
        font-size: 3.5rem;
        line-height: 1.3em;
    }
}
.page-globalhealth .reference-block {
    margin-bottom: 100px;
    font-family: "Lato";
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2em;
}
.page-globalhealth .reference-block .title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 30px;
    color: #1892d1;
}
[lang="ja"] .page-globalhealth .reference-block {
    font-family: "Lato", "Yu Gothic";
    font-weight: 500;
}
.page-globalhealth .reference-block a {
    color: #1d66a7;
}
.page-globalhealth .reference-block ol {
    counter-reset: numbering;
}
@media screen and (max-width: 1200px) {
    .page-globalhealth .reference-block ol {
        word-break: break-all;
    }
}
.page-globalhealth .reference-block ol li {
    padding-left: 1.5em;
    text-indent: -1.5em;
}
.page-globalhealth .reference-block ol li:before {
    margin-right: 5px;
    padding-left: 0;
    counter-increment: numbering;
    content: counter(numbering) ".";
}
.page-globalhealth .footer-guide .block {
    text-align: center;
}

@media screen and (max-width: 1200px) {
    .footer-guide .gs-col-4 .block img {
        width: 100%;
    }
}
/* Investment
=============================== */
.page-impact h1 {
    margin-bottom: 120px;
}
@media screen and (max-width: 1200px) {
    .page-impact h1 {
        margin-bottom: 25px;
    }
}
.page-impact section {
    background-size: cover !important;
    min-height: 660px;
    position: relative;
    color: #fff;
    margin-bottom: 100px;
}
.page-impact section.milestones {
    background: url(../img/investment/impact/impact-bg-photo-01.jpg) no-repeat
        center top;
}
.page-impact section.casestudies {
    background: url(../img/investment/impact/impact-bg-photo-02.jpg) no-repeat
        center top;
}
@media screen and (max-width: 1200px) {
    .page-impact section h2 {
        margin-bottom: 25px;
    }
}
.page-impact section h2:after {
    background-color: #fff;
    position: absolute;
}
.page-impact section .container,
.page-impact section .body-pc .nav-ghit .main-menu > li .drop-menu .inner,
.body-pc .nav-ghit .main-menu > li .drop-menu .page-impact section .inner {
    position: relative;
    z-index: 5;
    padding: 90px 0;
}
@media screen and (max-width: 1200px) {
    .page-impact section .container,
    .page-impact section .body-pc .nav-ghit .main-menu > li .drop-menu .inner,
    .body-pc .nav-ghit .main-menu > li .drop-menu .page-impact section .inner {
        padding: 40px 0;
    }
}
.page-impact section .container p,
.page-impact section .body-pc .nav-ghit .main-menu > li .drop-menu .inner p,
.body-pc .nav-ghit .main-menu > li .drop-menu .page-impact section .inner p {
    font-family: "Lato";
    line-height: 2.11em;
    margin-bottom: 80px;
}
[lang="ja"] .page-impact section .container p,
[lang="ja"]
    .page-impact
    section
    .body-pc
    .nav-ghit
    .main-menu
    > li
    .drop-menu
    .inner
    p,
.body-pc .nav-ghit .main-menu > li .drop-menu,
[lang="ja"] .page-impact section .inner p {
    font-family: "Lato", "Yu Gothic";
    font-weight: 500;
}
@media screen and (max-width: 1200px) {
    .page-impact section .container p,
    .page-impact section .body-pc .nav-ghit .main-menu > li .drop-menu .inner p,
    .body-pc
        .nav-ghit
        .main-menu
        > li
        .drop-menu
        .page-impact
        section
        .inner
        p {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.86em;
        margin-bottom: 25px;
    }
}
@media screen and (max-width: 1200px) {
    .page-impact section .container .link,
    .page-impact
        section
        .body-pc
        .nav-ghit
        .main-menu
        > li
        .drop-menu
        .inner
        .link,
    .body-pc
        .nav-ghit
        .main-menu
        > li
        .drop-menu
        .page-impact
        section
        .inner
        .link {
        text-align: center;
    }
}
/* form
=============================== */
.form-list input[type="text"],
.form-list textarea[type="text"] {
    width: 100%;
    border: 1px solid #f0f0f0;
    padding: 20px 0;
    box-shadow: none;
    background-color: #f0f0f0;
    text-indent: 1em;
    font-size: 18px;
    font-size: 1.8rem;
}
@media screen and (max-width: 1200px) {
    .form-list input[type="text"],
    .form-list textarea[type="text"] {
        padding: 5px 0;
    }
}
.form-list input[type="text"]:focus,
.form-list textarea[type="text"]:focus {
    border: 1px solid #231815;
    background-color: #fff;
}
.form-list textarea {
    width: 95%;
    padding: 20px;
    box-shadow: none;
    background-color: #f0f0f0;
}
@media screen and (max-width: 1200px) {
    .form-list textarea {
        width: 88%;
    }
}
.form-list .head-title {
    color: #231815 !important;
}
.form-list .head-title2 span,
.form-list .head-title span {
    color: #ff0000;
}

.form-list .captcha-area {
    margin: 70px auto 0;
    width: 50%;
    text-align: center;
}
@media screen and (max-width: 1200px) {
    .form-list .captcha-area {
        margin-top: 40px;
        padding: 0;
        width: 100%;
    }
}
.form-list .captcha-area img {
    margin-bottom: 10px;
}
.form-list .captcha-area .block {
    background-color: #d1e9f6;
    padding: 0;
}
.form-list .captcha-area .block .inner {
    margin: 30px;
}
.form-list .captcha-area p {
    margin-bottom: 20px;
    font-size: 15px;
    font-size: 1.5rem;
}
.form-list .submit-area {
    margin-top: 100px;
    text-align: center;
}
@media screen and (max-width: 1200px) {
    .form-list .submit-area {
        margin-top: 50px;
    }
}
.form-list .submit-area .btn {
    width: 45%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 15px;
    position: relative;
}
@media screen and (max-width: 1200px) {
    .form-list .submit-area .btn {
        width: 100%;
        font-size: 18px;
        font-size: 1.8rem;
        padding: 10px 15px;
    }
}
.form-list .submit-area .btn i {
    font-size: 18px;
    font-size: 1.8rem;
    position: absolute;
    right: 5%;
    height: 9px;
}
@media screen and (max-width: 1200px) {
    .form-list .submit-area .btn i {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

.form-list .input_val {
    display: inline-block;
    background: #eee;
    width: 100%;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 20px;
}

.required {
    color: #ff0000;
}

/* CSS
=============================== */
.inview-fade-in {
    opacity: 0;
    transition: 3s;
}

.fade-in {
    opacity: 1;
}

.inview-fade-in-up {
    opacity: 0;
    transform: translate(0, 60px);
    -webkit-transform: translate(0, 60px);
    transition: 2s;
}

.fade-in-up {
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

/* JS
=============================== */
/* slider pro */
.sp-slides-container {
    margin-bottom: 60px;
}

.sp-bottom-thumbnails .sp-thumbnail-container {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.sp-slide img {
    width: 100%;
}

/* slick */

/* style adjustment
=============================== */
input.reset-style,
button.reset-style,
textarea.reset-style,
select.reset-style {
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

button.reset-style {
    font-family: "Lato";
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 5px;
}
[lang="ja"] button.reset-style {
    font-family: "Lato", "Yu Gothic";
    font-weight: 500;
}
button.reset-style:hover {
    opacity: 0.8;
}

.footer-ghit .nav-ghit .search-site form {
    background-color: #fff;
}
.footer-ghit .nav-ghit .search-site form input {
    box-shadow: none;
}

@media screen and (max-width: 1200px) {
    .footer-ghit .nav-ghit .search-site form {
        display: none;
    }
    .footer-ghit .nav-ghit .search-site form input {
        display: none;
    }
}
@media screen and (max-width: 1200px) {
    .nav-ghit .header-search-site form {
        background-color: white;
        padding: 1px;
    }
    .nav-ghit .header-search-site form input {
        display: inline-block;
        box-shadow: none;
        padding: 1px;
    }
}

.search-bar form {
    text-align: left;
    background-color: #fff;
    box-sizing: border-box;
}
.search-bar form input {
    float: left;
    width: 80%;
    box-shadow: none;
}

.search-bar form button {
    float: left;
    width: 20%;
    margin-top: 8px;
}
.search-bar .target-drop-menu .btn {
    padding-bottom: 9px;
}

.page-directors main .gs-col-2 {
    width: 98%;
    width: -moz-calc(16.66667% + 57px);
    width: -o-calc(16.66667% + 57px);
    width: -webkit-calc(16.66667% + 57px);
    width: calc(16.66667% + 57px);
}

/* ----- 20180510-2 ----- */
.flex-center,
.page-businessmodel .main-visual,
.page-globalhealth .main-visual,
.page-webinar .main-visual,
.page-globalhealth section.global-health-04 .section-visual,
.page-globalhealth .promotion-block {
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    -webkit-align-items: center;
}

.radio-style + label,
.checkbox-style + span {
    display: inline-block;
    margin: 0 25px 10px 0;
}

.checkbox-style:checked + .checkbox-style-parts::after {
    -webkit-transform: rotate(40deg);
}

@media screen and (max-width: 1200px) {
    .page-splan section.sp-deveropment .media-scroll-horizontal img {
        padding-right: 60px;
    }
}
.page-globalhealth section.global-health-03 .col {
    margin-bottom: 10px;
}

@media screen and (max-width: 1200px) {
    .page-globalhealth section.global-health-05 .section-visual {
        min-height: inherit;
    }
}
@media screen and (max-width: 1200px) {
    .page-globalhealth section.global-health-07 .section-visual {
        min-height: inherit;
    }
}
@media screen and (max-width: 1200px) {
    .page-vm section {
        display: -webkit-flex;
        -webkit-flex-direction: column;
        -webkit-justify-content: center;
        -webkit-align-items: center;
    }
}
.pc {
    display: block;
}
.sp {
    display: none;
}
@media screen and (max-width: 1200px) {
    .pc {
        display: block;
    }
    .sp {
        display: none;
    }
}
@media screen and (max-width: 960px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    br.sp {
        display: none;
    }
}
@media screen and (max-width: 480px) {
    .sp {
        display: block;
    }
}
#featureslider .swiper-slide {
    display: none;
}

/*Video Player ==============================
*/

#overlayer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    background-color: #000;
    opacity: 0.9;
    filter: alpha(opacity=90);
    -ms-filter: "alpha(opacity=90)";
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    display: none;
}
#videosuper {
    position: fixed;
    top: 15%;
    left: 50%;
    z-index: 9999;
}
@media screen and (max-width: 960px) {
    iframe {
        width: 560px;
        height: 315px;
    }
}
@media screen and (max-width: 640px) {
    iframe {
        width: 480px;
        height: 270px;
    }
}
@media screen and (max-width: 480px) {
    iframe {
        width: 320px;
        height: 180px;
    }
}

/*
NEWS記事用スタイル
*/
.page-news .flex {
    width: 100%;
}
.page-news .flex-child {
    display: inline-block;
    width: 33%;
}
.page-news .flex iframe {
    width: 320px;
    height: 180px;
}
@media screen and (max-width: 1120px) {
    .page-news .flex-child {
        display: inline-block;
        width: 100%;
    }
    .page-news .flex iframe {
        display: block;
        width: 100%;
        height: 315px;
        max-height: 630px;
        min-height: 180px;
    }
}

/*----*/
.page-vm section:after {
    content: "";
    display: block;
    width: 100%;
    background-color: rgba(47, 32, 27, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/overview/movscreen.png);
    z-index: 0;
    opacity: 0.6;
}

#result_list {
    font-family: "Lato", "Yu Gothic";
    font-weight: 500;
}

#result_list li {
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    padding: 10px;
}
#result_list li a {
    font-size: 18px;
    font-size: 1.8rem;
    color: #0092d2;
}
#result_list li a.highlight {
    background: yellow;
}

#registarea .msg {
    display: inline-block;
    width: 80%;
    margin: 0 auto 0;
    padding: 20px;
    border: solid 1px #0092d2;
    font-family: "Lato", "Yu Gothic";
    font-weight: 500;
    font-size: 20px;
    font-size: 2rem;
}

#regist_form_cont {
    text-align: center;
}

.contactus_list li {
    width: 300px;
    margin: 5px;
    padding: 15px;
    border: 2px solid #e1e1e1;
    float: left;
    text-align: center;
    font-size: 1.7rem;
}
.contactus_list li.end {
    margin-right: 0;
}
.contactus_list li a {
    font-size: 1.6rem;
}

.contactus_list p.mail,
.faq-list dd p.mail {
    clear: both;
    display: inline;
    color: #1791d1;
    line-height: 1em;
}
main {
    display: block;
}

/* As of 外部審査員設定変更箇所 */
.page-exreviewer .modify_date {
    clear: both;
    text-align: right;
    margin: -40px 0 30px 0;
}
#external_reviewers_asofdate:after {
    content: "As of 2024.03.31";
}

/* 案件数表示設定箇所 */

/* As of 投資設定変更箇所 */
#asofdate:after {
    content: "As of 2024.09.30";
}

/*Total Investment*/
#ValNum1:after {
    content: "338";
}
/*Total Invested Partnerships*/
#ValNum2:after {
    content: "129";
}
/*Total Product Development Partners*/
#ValNum3:after {
    content: "183";
}
/*ClinicalTrials*/
#ValNum4:after {
    content: "8";
}

/*error content*/
.error_cont {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.error_cont hr {
    display: inline-block;
    width: 60%;
}
/*OneTrust用上書きスタイル*/
#onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob {
    background-color: #0292d1 !important;
    border: 1px solid #fff;
}
