@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

a, article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}
.c-buttonTop, a {
    cursor: pointer
}
img, legend {
    border: 0
}
.c-newsList, li, ul {
    list-style-type: none
}
a, body, mark {
    color: #000
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden], template {
    display: none
}
a {
    background-color: transparent;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent
}
a:active, a:hover {
    outline: 0
}
abbr[title] {
    border-bottom: 1px dotted
}
b, strong {
    font-weight: bolder
}
dfn {
    font-style: italic
}
h1 {
    font-size: 2em
}
mark {
    background: #ff0
}
small {
    font-size: 80%
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -.5em
}
sub {
    bottom: -.25em
}
img {
    max-width: 100%;
    vertical-align: middle
}
svg:not(:root) {
    overflow: hidden
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}
pre, textarea {
    overflow: auto
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}
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: default
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}
input {
    line-height: normal
}
input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    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;
    -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 silver
}
optgroup {
    font-weight: 700
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
blockquote, body, caption, dd, dl, fieldset, figure, form, h1, h2, h3, h4, h5, h6, hr, legend, ol, p, pre, table, td, th, ul {
    margin: 0;
    padding: 0
}
*, :after, :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 0;
    background-color: #fff
}
body {
    margin: 0;
    letter-spacing: .05em;
    font-size: 14px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.5
}

.text-underline {
  text-decoration: underline;
}

.bg-contain{
  background-size: contain;
}
.bg-cover{
  background-size: cover;
}

.c-content-box {
  padding: 1em;
  border: 1px solid #c9c9c9;
}

/* Spacing Utils */
/*
0: 1rem * 0,
1: 1rem * 0.25,
2: 1rem * 0.5,
3: 1rem * 1,
4: 1rem * 1.5,
5: 1rem * 2,
6: 1rem * 2.5,
7: 1rem * 3,
no: 0,
auto: auto
 */
.p-0{padding:0!important}
.m-0{margin:0!important}
.p-1{padding:.25rem!important}
.m-1{margin:.25rem!important}
.p-2{padding:.5rem!important}
.m-2{margin:.5rem!important}
.p-3{padding:1rem!important}
.m-3{margin:1rem!important}
.p-4{padding:1.5rem!important}
.m-4{margin:1.5rem!important}
.p-5{padding:2rem!important}
.m-5{margin:2rem!important}
.p-6{padding:2.5rem!important}
.m-6{margin:2.5rem!important}
.p-7{padding:3rem!important}
.m-7{margin:3rem!important}
.p-no{padding:0!important}
.m-no{margin:0!important}
.p-auto{padding:auto!important}
.m-auto{margin:auto!important}
.p-t-0{padding-top:0!important}
.m-t-0{margin-top:0!important}
.p-t-1{padding-top:.25rem!important}
.m-t-1{margin-top:.25rem!important}
.p-t-2{padding-top:.5rem!important}
.m-t-2{margin-top:.5rem!important}
.p-t-3{padding-top:1rem!important}
.m-t-3{margin-top:1rem!important}
.p-t-4{padding-top:1.5rem!important}
.m-t-4{margin-top:1.5rem!important}
.p-t-5{padding-top:2rem!important}
.m-t-5{margin-top:2rem!important}
.p-t-6{padding-top:2.5rem!important}
.m-t-6{margin-top:2.5rem!important}
.p-t-7{padding-top:3rem!important}
.m-t-7{margin-top:3rem!important}
.p-t-no{padding-top:0!important}
.m-t-no{margin-top:0!important}
.p-t-auto{padding-top:auto!important}
.m-t-auto{margin-top:auto!important}
.p-no-t{padding-top:0!important}
.m-no-t{margin-top:0!important}
.p-l-0{padding-left:0!important}
.m-l-0{margin-left:0!important}
.p-l-1{padding-left:.25rem!important}
.m-l-1{margin-left:.25rem!important}
.p-l-2{padding-left:.5rem!important}
.m-l-2{margin-left:.5rem!important}
.p-l-3{padding-left:1rem!important}
.m-l-3{margin-left:1rem!important}
.p-l-4{padding-left:1.5rem!important}
.m-l-4{margin-left:1.5rem!important}
.p-l-5{padding-left:2rem!important}
.m-l-5{margin-left:2rem!important}
.p-l-6{padding-left:2.5rem!important}
.m-l-6{margin-left:2.5rem!important}
.p-l-7{padding-left:3rem!important}
.m-l-7{margin-left:3rem!important}
.p-l-no{padding-left:0!important}
.m-l-no{margin-left:0!important}
.p-l-auto{padding-left:auto!important}
.m-l-auto{margin-left:auto!important}
.p-no-l{padding-left:0!important}
.m-no-l{margin-left:0!important}
.p-b-0{padding-bottom:0!important}
.m-b-0{margin-bottom:0!important}
.p-b-1{padding-bottom:.25rem!important}
.m-b-1{margin-bottom:.25rem!important}
.p-b-2{padding-bottom:.5rem!important}
.m-b-2{margin-bottom:.5rem!important}
.p-b-3{padding-bottom:1rem!important}
.m-b-3{margin-bottom:1rem!important}
.p-b-4{padding-bottom:1.5rem!important}
.m-b-4{margin-bottom:1.5rem!important}
.p-b-5{padding-bottom:2rem!important}
.m-b-5{margin-bottom:2rem!important}
.p-b-6{padding-bottom:2.5rem!important}
.m-b-6{margin-bottom:2.5rem!important}
.p-b-7{padding-bottom:3rem!important}
.m-b-7{margin-bottom:3rem!important}
.p-b-no{padding-bottom:0!important}
.m-b-no{margin-bottom:0!important}
.p-b-auto{padding-bottom:auto!important}
.m-b-auto{margin-bottom:auto!important}
.p-no-b{padding-bottom:0!important}
.m-no-b{margin-bottom:0!important}
.p-r-0{padding-right:0!important}
.m-r-0{margin-right:0!important}
.p-r-1{padding-right:.25rem!important}
.m-r-1{margin-right:.25rem!important}
.p-r-2{padding-right:.5rem!important}
.m-r-2{margin-right:.5rem!important}
.p-r-3{padding-right:1rem!important}
.m-r-3{margin-right:1rem!important}
.p-r-4{padding-right:1.5rem!important}
.m-r-4{margin-right:1.5rem!important}
.p-r-5{padding-right:2rem!important}
.m-r-5{margin-right:2rem!important}
.p-r-6{padding-right:2.5rem!important}
.m-r-6{margin-right:2.5rem!important}
.p-r-7{padding-right:3rem!important}
.m-r-7{margin-right:3rem!important}
.p-r-no{padding-right:0!important}
.m-r-no{margin-right:0!important}
.p-r-auto{padding-right:auto!important}
.m-r-auto{margin-right:auto!important}
.p-no-r{padding-right:0!important}
.m-no-r{margin-right:0!important}

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

.display-inline {
  display: inline;
}
.display-inline-block {
  display: inline-block;
}
.display-block {
  display: block;
}
.display-flex {
  display: flex;
}

@-webkit-keyframes o-animations__gallery--slideshow {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    15% {
        opacity: 1;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        opacity: 1
    }
    100%, 65% {
        opacity: 0
    }
}
@keyframes o-animations__gallery--slideshow {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    15% {
        opacity: 1;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        opacity: 1
    }
    100%, 65% {
        opacity: 0
    }
}
@media screen and (max-width:767px) {
    button {
        -webkit-tap-highlight-color: transparent
    }
    .o-wrapper {
        position: relative;
        left: 0;
        width: 100%;
        -webkit-transition: left .3s ease-in-out;
        -o-transition: left .3s ease-in-out;
        transition: left .3s ease-in-out
    }
    .o-wrapper.is-open {
        position: fixed;
        left: 270px
    }
    .o-container--medium {
        margin: 0 10px
    }
    .o-container--tiny {
        margin: 0 25px
    }
    .o-container--mt {
        margin-top: 65px
    }
}
.c-nav, .c-nav li {
    position: relative
}
@media screen and (min-width:768px) {
    body {
        min-width: 1200px
    }
    .o-container {
        margin: 0 auto;
        width: 1200px
    }
    .o-layout__horizontal {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .o-layout__horizontal--between {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        flex-flow: row wrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .o-layout__horizontal--center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .o-layout__horizontal--reserverow {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .o-content {
        width: 938px
    }
}
@media screen and (max-width:767px) {
    .o-layout__horizontal--reservecolumn {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}
.c-nav {
    z-index: 100;
    margin: 0;
    font-size: 0
}
.c-nav a {
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    line-height: 1.1
}

.c-navListChild__separator {
  width: 100%;
  margin-top: 10px;
}
@media screen and (min-width:768px) {
    .c-nav {
        margin-left: auto;
        padding: 42px 0 0
    }
    .c-navList__item {
        display: inline-block;
        text-align: center;
        font-size: 14px
    }
    .c-navList__item+.c-navList__item {
        margin-left: 2px
    }
    .c-navList__item+.c-navList__item::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 1px;
        height: 15px;
        background-color: #c9c9c9;
        content: ''
    }
    .c-navList__item__link {
        font-weight: 700;
        padding: 0 20px 43px
    }
    .c-navList__item__link--default {
        cursor: default
    }
    .c-navList__item__link--noPaddingRight {
        padding-right: 0
    }
    .c-navList__item__link.is-current {
        color: #5bbbb7
    }
    .c-navList__item--sp {
        display: none
    }
    .c-navListChild {
        position: absolute;
        display: none;
        padding: 33px;
        background-color: #000
    }
    .c-navListChild--management {
        margin-left: -290px;
        width: 734px
    }
    .c-navListChild--management::before {
        right: 0;
        left: 0
    }
    .c-navListChild--stakeholder {
        margin-left: -402px;
        width: 966px
    }
    .c-navListChild--stakeholder::before {
        right: -120px;
        left: 0
    }
    .c-navListChild--society {
        margin-left: -912px;
        width: 1200px
    }
    .c-navListChild--society::before {
        left: inherit;
        right: 180px
    }
    .c-navListChild::before {
        content: "";
        top: -20px;
        display: block;
        margin: auto;
        width: 0;
        height: 0;
        border-width: 0 14px 20px;
        border-style: solid;
        border-color: transparent transparent #000;
        position: absolute
    }
    .c-navListChild__item+.c-navListChild__item {
        margin-left: 28px
    }
    .c-navListChild__item__link {
        letter-spacing: -.02em;
        background-position: 0 0;
        background-repeat: no-repeat;
        padding: 90px 0 0;
        width: 204px;
        font-size: 13px;
        color: #fff;
        text-align: left;
        font-weight: 700;
        cursor: pointer
    }
    .c-navListChild__item__link span {
        padding-left: 20px;
        position: relative;
        white-space: nowrap
    }
    .c-navListChild__item__link span::before {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        content: ''
    }
    .c-navListChild__item__link:hover {
        color: #5bbbb7
    }
}
@media screen and (min-width:768px) {
    .c-navListChild__item__link span::before {
        background-position: -267px -145px;
        width: 10px;
        height: 11px
    }
}
@media screen and (min-width:768px) and (max-width:767px) {
    .c-navListChild__item__link span::before {
        background-position: -133.5px -72.5px;
        width: 5px;
        height: 5.5px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (min-width:768px) {
    .c-navListChild__item__link span::before {
        background-position: -267px -145px;
        width: 10px;
        height: 11px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (max-width:767px) {
    .c-navListChild__item__link span::before {
        background-position: -133.5px -72.5px;
        width: 5px;
        height: 5.5px
    }
}
@media screen and (min-width:768px) {
    .c-navListChild__item__link span::before, .c-navListChild__item__link:hover span:before {
        background-image: url(../images/common/spritesheet@pc.png);
        background-repeat: no-repeat
    }
}
@media screen and (min-width:768px) {
    .c-navListChild__item__link:hover span:before {
        background-position: -267px -134px;
        width: 10px;
        height: 11px
    }
}
@media screen and (min-width:768px) and (max-width:767px) {
    .c-navListChild__item__link:hover span:before {
        background-position: -133.5px -67px;
        width: 5px;
        height: 5.5px
    }
}
@media screen and (min-width:768px) and (max-width:767px) {
    .c-navListChild__item__link span::before, .c-navListChild__item__link:hover span:before {
        background-size: 203px 198px;
        background-image: url(../images/common/spritesheet@pc.png);
        background-repeat: no-repeat
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (min-width:768px) {
    .c-navListChild__item__link:hover span:before {
        background-position: -267px -134px;
        width: 10px;
        height: 11px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (max-width:767px) {
    .c-navListChild__item__link:hover span:before {
        background-position: -133.5px -67px;
        width: 5px;
        height: 5.5px
    }
}

@media screen and (min-width:1121px) {
    .c-navListChild__item__link:hover:after {
        content: '';
        top: 0;
        width: 204px;
        height: 78px;
        background: #5bbbb7;
        opacity: .3;
        display: block;
        position: absolute;
        left: 0
    }
    .c-sidebarList__link:hover {
        text-decoration: underline
    }
    a:focus, a:hover {
        color: #5bbbb7
    }
    .c-subpage__buttonDl--orange:focus {
      color: #FF7900;
    }
    .c-sidebarList__item.is-open .c-sidebarListChild {
        display: block
    }
}

@media screen and (min-width:768px) {
    .c-navListChild__item__link--conduct {
        background-image: url(../images/common/bg-menu_management05.jpg)
    }
    .c-navListChild__item__link--sdgs {
          background-image: url(../images/common/bg-menu_management06.jpg)
    }
    .c-navListChild__item__link--corporate {
        background-image: url(../images/common/bg-menu_management01.jpg)
    }
    .c-navListChild__item__link--compliance {
        background-image: url(../images/common/bg-menu_management02.jpg)
    }
    .c-navListChild__item__link--risk {
        background-image: url(../images/common/bg-menu_management03.jpg)
    }
    .c-navListChild__item__link--security {
        background-image: url(../images/common/bg-menu_management04.jpg)
    }
    .c-navListChild__item__link--customers {
        background-image: url(../images/common/bg-menu_stakeholder01.jpg)
    }
    .c-navListChild__item__link--clients {
        background-image: url(../images/common/bg-menu_stakeholder02.jpg)
    }
    .c-navListChild__item__link--employees {
        background-image: url(../images/common/bg-menu_stakeholder03.jpg)
    }
    .c-navListChild__item__link--community {
        background-image: url(../images/common/bg-menu_stakeholder04.jpg)
    }
    .c-navListChild__item__link--sports {
        background-image: url(../images/common/bg-menu_society01.jpg)
    }
    .c-navListChild__item__link--nurture {
        background-image: url(../images/common/bg-menu_society02.jpg)
    }
    .c-navListChild__item__link--service {
        background-image: url(../images/common/bg-menu_society03.jpg)
    }
    .c-navListChild__item__link--environment {
        background-image: url(../images/common/bg-menu_society04.jpg)
    }
    .c-navListChild__item__link--disaster {
        background-image: url(../images/common/bg-menu_society05.jpg)
    }
    .is-open--hover .c-navListChild {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
    }
}
@media screen and (max-width:767px) {
    .c-nav {
        position: fixed;
        top: 0;
        bottom: 0;
        overflow: auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
        padding: 42px 0 0;
        min-height: 100%;
        width: 260px;
        left: -260px;
        border-right: 1px solid #eee;
        -webkit-box-shadow: 1px 0 0 0 rgba(0, 0, 0, .05);
        box-shadow: 1px 0 0 0 rgba(0, 0, 0, .05);
        -webkit-transition: left .3s ease-in-out;
        -o-transition: left .3s ease-in-out;
        transition: left .3s ease-in-out;
        background-color: #fff
    }
    .c-nav a {
        position: relative;
        line-height: 1.6;
        font-size: 14px
    }
    .c-nav a::after {
        position: absolute;
        right: 13px;
        bottom: 0;
        margin: auto;
        width: 0;
        height: 0;
        border-style: solid;
        top: 0;
        content: ''
    }
    .c-navListChild::before, .c-navListChild__item__link span::before {
        content: none
    }
    .c-navList__item {
        overflow: hidden;
        -webkit-transition: max-height .5s;
        -o-transition: max-height .5s;
        transition: max-height .5s;
        text-align: left;
        width: 100%;
        max-height: 51px
    }
    .c-navList__item:nth-child(4) {
        max-height: 73px
    }
    .c-navList__item+.c-navList__item {
        margin-top: 13px
    }
    .c-navList__item.is-open--click {
        max-height: 500px
    }
    .c-navList__item.is-open--click .c-navList__item__link::after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    .c-navList__item__link {
        border-bottom: 1px solid #eee;
        color: #5bbbb7;
        padding: 14px 25px;
        font-weight: 700
    }
    .c-navList__item__link::after {
        border-width: 9px 6px 0;
        border-color: #5bbbb7 transparent transparent
    }
    .c-navList__item--sp {
        display: block
    }
    .c-navList__item--pc {
        display: none
    }
    .c-navListChild {
        display: block;
        background: 0 0;
        position: relative;
        margin: 0;
        padding: 0
    }
    .c-navListChild__item {
        margin-top: 0;
        border-bottom: 1px solid #eee
    }
    .c-navListChild__item__link {
        padding: 14px 25px;
        width: 100%;
        color: #000;
        font-weight: 400
    }
    .c-navListChild__item__link::after {
        right: 15px;
        border-width: 5px 0 5px 7px;
        border-color: transparent transparent transparent #000
    }
    .c-navListChild__item__link span {
        padding-left: 0
    }
    .is-open .c-nav {
        left: 0
    }
}
.c-gallery__link::before, .c-gallery__link__bg {
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute
}
.c-gallery__contents__title::after, .c-gallery__link::before {
    border-style: solid;
    content: ''
}
.c-gallery__item {
    position: relative
}
.c-gallery__link::before {
    z-index: 10;
    top: 0
}
.c-gallery__link__bg {
    top: 0
}
.c-gallery__link--sports::before {
    border-color: rgba(253, 200, 47, .9)
}
.c-gallery__link--nurture::before {
    border-color: rgba(91, 187, 183, .9)
}
.c-gallery__link--internet::before {
    border-color: rgba(255, 121, 0, .9)
}
.c-gallery__link--sdgs::before {
  border-color: rgba(255, 121, 0, .9)
}
.c-gallery__link--service::before {
    border-color: rgba(220, 4, 81, .9)
}
.c-gallery__link--customers::before {
    border-color: rgba(247, 194, 52, .9)
}
.c-gallery__contents {
    position: absolute
}
.c-gallery__contents__title {
    color: #fff;
    padding-right: 32px;
    position: relative;
    display: inline-block
}
.c-gallery__contents__title::after {
    position: absolute;
    margin: auto;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #fff
}
.c-gallery__contents--sports {
    background-color: rgba(253, 200, 47, .9)
}
.c-gallery__contents--nurture {
    background-color: rgba(91, 187, 183, .9)
}
.c-gallery__contents--internet {
  background-color: rgba(255, 121, 0, .9)
}
.c-gallery__contents--sdgs {
  background-color: rgba(255, 121, 0, .9)
}
.c-gallery__contents--service {
    background-color: rgba(220, 4, 81, .9)
}
.c-gallery__contents--customers {
    background-color: rgba(247, 194, 52, .9)
}
@media screen and (min-width:768px) {
    .c-gallery {
        margin-bottom: 48px
    }
    .c-gallery__item--sports {
        width: 420px;
        height: 600px
    }
    .c-gallery__item--sdgs,
    .c-gallery__item--internet,
    .c-gallery__item--nurture {
        width: 470px;
        height: 295px
    }
    .c-gallery__item--customers,
    .c-gallery__item--service {
        width: 290px;
        height: 295px
    }
    .c-gallery__item--nurture,
    .c-gallery__item--service {
        margin-bottom: 10px
    }
    .c-gallery__link::before {
        border-width: 8px
    }
    .c-gallery__link__bg {
        background-size: 100%
    }
    .c-gallery__link__bg--sports:nth-child(1) {
        background: url(../images/top/bg-sports01@pc.jpg) center center no-repeat;
        background-size: 100%
    }
    .c-gallery__link__bg--nurture {
        background: url(../images/top/bg-it@pc.jpg) center center no-repeat
    }
    .c-gallery__link__bg--internet {
        background: url(../images/top/bg-internet@pc.jpg) 50% 50% no-repeat
    }
    .c-gallery__link__bg--sdgs {
        background: url(../images/top/bg-sdgs@pc.jpg) 50% 50% no-repeat
    }
    .c-gallery__link__bg--service:nth-child(1) {
        background: url(../images/top/bg-service02.jpg) center center no-repeat
    }
    .c-gallery__link__bg--customers {
        background: url(../images/top/bg-customer@pc.jpg) center center no-repeat
    }
    .c-gallery__link:hover .c-gallery__contents {
        top: 8px;
        right: 8px;
        padding: 0
    }
    .c-gallery__link:hover .c-gallery__contents__title {
        font-size: 24px
    }
    .c-gallery__link:hover .c-gallery__contents__title::after {
        border-width: 8px 0 8px 14px
    }
    .c-gallery__link:hover .c-gallery__contentsList {
        display: block
    }
    .c-gallery__link--sports:hover::before {
        border: 8px solid rgba(253, 200, 47, .8)
    }
    .c-gallery__link--sports:hover .c-gallery__contents {
        background: rgba(253, 200, 47, .8);
        text-align: center
    }
    .c-gallery__link--sports:hover .c-gallery__contents__title {
        margin-top: 230px
    }
    .c-gallery__link--sports:hover .c-gallery__contentsList {
        padding-left: 38px
    }
    .c-gallery__link--nurture:hover::before {
        border-color: rgba(91, 187, 183, .8)
    }
    .c-gallery__link--nurture:hover .c-gallery__contents {
        background: rgba(91, 187, 183, .8);
        text-align: center
    }
    .c-gallery__link--nurture:hover .c-gallery__contents__title {
        margin-top: 88px
    }
    .c-gallery__link--nurture:hover .c-gallery__contentsList {
        padding-left: 125px
    }
    .c-gallery__link--sdgs:hover::before,
    .c-gallery__link--internet:hover::before {
      border-color: rgba(255, 121, 0, .8);
    }
    .c-gallery__link--internet:hover .c-gallery__contents {
      background: rgba(255, 121, 0, .8);
      text-align: center;
    }
    .c-gallery__link--internet:hover .c-gallery__contents__title {
      margin-top: 125px;
    }
    .c-gallery__link--sdgs:hover .c-gallery__contents__title {
      margin-top: 100px;
    }
    .c-gallery__link--sdgs:hover .c-gallery__contents {
      padding-left: 36px;
      background: rgba(255, 121, 0, .8);
    }
    .c-gallery__link--service:hover::before {
        border-color: rgba(220, 4, 81, .8);
    }
    .c-gallery__link--service:hover .c-gallery__contents {
        background: rgba(220, 4, 81, .8);
        padding-left: 40px;
    }
    .c-gallery__link--service:hover .c-gallery__contents__title {
        margin-top: 67px
    }
    .c-gallery__link--service:hover .c-gallery__contents__title::after {
        bottom: 10px;
        right: 63px
    }
    .c-gallery__link--service:hover .c-gallery__contentsList {
        padding-left: 3px
    }
    .c-gallery__link--customers:hover::before {
        border-color: rgba(247, 194, 52, .8)
    }
    .c-gallery__link--customers:hover .c-gallery__contents {
        background: rgba(247, 194, 52, .8);
        text-align: center
    }
    .c-gallery__link--customers:hover .c-gallery__contents__title {
        margin-top: 88px
    }
    .c-gallery__link--customers:hover .c-gallery__contentsList {
        padding-left: 36px
    }
    .c-gallery__contents {
        bottom: 8px;
        left: 8px;
        padding: 15px 20px 7px 12px
    }
    .c-gallery__contents__title {
        font-size: 20px
    }
    .c-gallery__contents__title::after {
        top: 0;
        right: 0;
        bottom: 0;
        border-width: 7px 0 7px 11px
    }
    .c-gallery__contents__title--service {
        padding-right: 0
    }
    .c-gallery__contents__title--service::after {
        top: auto;
        bottom: 7px;
        right: 50px
    }
    .c-gallery__contentsList {
        text-align: left;
        display: none
    }
    .c-gallery__contentsList__item {
        display: block;
        font-size: 16px;
        padding-left: 20px;
        color: #fff;
        position: relative
    }
    .c-gallery__contentsList__item::after, .c-gallery__contentsList__item::before {
        position: absolute;
        left: 5px;
        background-color: #fff;
        content: ''
    }
    .c-gallery__contentsList__item::before {
        top: 2px;
        width: 1px;
        height: 9px
    }
    .c-gallery__contentsList__item::after {
        top: 11px;
        margin: auto;
        width: 9px;
        height: 1px
    }
}
@media screen and (max-width:767px) {
    .c-gallery {
        margin-bottom: 30px
    }
    .c-gallery__link::before {
        border-width: 6px
    }
    .c-gallery__link--sports {
        padding-top: 85.94%
    }
    .c-gallery__link--sdgs,
    .c-gallery__link--internet,
    .c-gallery__link--nurture {
        padding-top: 62.5%
    }
    .c-gallery__link--customers, .c-gallery__link--service {
        padding-top: 46.88%
    }
    .c-gallery__link__bg--sports:nth-child(1) {
        background: url(../images/top/bg-sports01@sp.jpg) center center no-repeat;
        background-size: 100%
    }
    .c-gallery__link__bg--nurture {
        background: url(../images/top/bg-it@sp.jpg) center center no-repeat;
        background-size: 100%
    }
    .c-gallery__link__bg--internet {
        background: url(../images/top/bg-internet@sp.jpg) 50% 50% no-repeat;
        background-size: 100%
    }
    .c-gallery__link__bg--sdgs {
        background: url(../images/top/bg-sdgs@sp.jpg) 50% 50% no-repeat;
        background-size: 100%
    }
    .c-gallery__link__bg--service:nth-child(1) {
        background: url(../images/top/bg-service02.jpg) center center no-repeat;
        background-size: 100%
    }
    .c-gallery__link__bg--customers {
        background: url(../images/top/bg-customer@sp.jpg) center center no-repeat;
        background-size: 100%
    }
    .c-gallery__contents {
        bottom: 6px;
        left: 6px;
        right: 6px;
        padding: 17px 0 11px;
        text-align: center
    }
    .c-gallery__contents__title {
        font-size: 16px;
        font-weight: 700;
        padding-right: 20px
    }
    .c-gallery__contents__title::after {
        top: 0;
        right: 0;
        bottom: 0;
        border-width: 5px 0 5px 9px
    }
    .c-gallery__contentsList {
        display: none
    }
}
.c-buttonTop {
    position: fixed;
    display: none;
    background-color: #fff;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    z-index: 100
}
.c-buttonTop.is-visible {
    display: block
}
.c-buttonTop::after {
    content: '';
    top: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 16px
}
@media screen and (min-width:768px) {
    .c-buttonTop {
        width: 50px;
        height: 50px;
        right: 30px;
        bottom: 30px;
        border: 2px solid #c9c9c9
    }
    .c-buttonTop::after {
        border-color: transparent transparent #c9c9c9
    }
    .c-buttonTop:hover {
        background: #c9c9c9
    }
    .c-buttonTop:hover::after {
        border-color: transparent transparent #fff
    }
    .c-buttonTop.is-visible.is-bottom {
        position: absolute;
        top: -70px
    }
}
@media screen and (max-width:767px) {
    .c-buttonTop {
        width: 40px;
        height: 40px;
        right: 10px;
        bottom: 20px;
        border: 1px solid #63cbc7
    }
    .c-buttonTop::after {
        border-color: transparent transparent #63cbc7
    }
}
.c-footerList__item__link::before, .c-news__more span::after, .c-social__link::after, .c-social__link::before {
    content: '';
    top: 0;
    bottom: 0
}
.c-header {
    background: #fff
}
.c-header__logo {
    margin: 0;
    padding: 33px 0 32px;
    font-size: 0
}
.c-header__logo__csr, .c-header__logo__dena {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    vertical-align: middle;
    display: inline-block
}
@media screen and (min-width:768px) {
    .c-header__logo__dena {
        background-position: -86px -98px;
        width: 86px;
        height: 35px
    }
}
@media screen and (min-width:768px) and (max-width:767px) {
    .c-header__logo__dena {
        background-position: -43px -49px;
        width: 43px;
        height: 17.5px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (min-width:768px) {
    .c-header__logo__dena {
        background-position: -86px -98px;
        width: 86px;
        height: 35px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (max-width:767px) {
    .c-header__logo__dena {
        background-position: -43px -49px;
        width: 43px;
        height: 17.5px
    }
}
@media screen and (min-width:768px) {
    .c-header .o-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .c-header .c-buttonToggle {
        display: none
    }
    .c-header__logo__dena {
        display: inline-block
    }
    .c-header__logo__csr {
        display: inline-block;
        margin: 11px 0 7px 12px
    }
}
@media screen and (min-width:768px) {
    .c-header__logo__csr, .c-header__logo__dena {
        background-image: url(../images/common/spritesheet@pc.png);
        background-repeat: no-repeat
    }
}
@media screen and (min-width:768px) {
    .c-header__logo__csr {
        background-position: -172px -98px;
        width: 68px;
        height: 17px
    }
}
@media screen and (min-width:768px) and (max-width:767px) {
    .c-header__logo__csr {
        background-position: -86px -49px;
        width: 34px;
        height: 8.5px
    }
}
@media screen and (min-width:768px) and (max-width:767px) {
    .c-header__logo__csr, .c-header__logo__dena {
        background-size: 203px 198px;
        background-image: url(../images/common/spritesheet@pc.png);
        background-repeat: no-repeat
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (min-width:768px) {
    .c-header__logo__csr {
        background-position: -172px -98px;
        width: 68px;
        height: 17px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (max-width:767px) {
    .c-header__logo__csr {
        background-position: -86px -49px;
        width: 34px;
        height: 8.5px
    }
}
@media screen and (max-width:767px) {
    .o-wrapper.is-open .c-header {
        left: 270px
    }
    .o-wrapper.is-open .c-header .c-buttonToggle {
        padding-left: 14px
    }
    .o-wrapper.is-open .c-header .c-buttonToggle__burgar {
        border-top-color: transparent;
        border-bottom-color: transparent
    }
    .o-wrapper.is-open .c-header .c-buttonToggle__burgar__patty::before {
        -webkit-transform: translateY(0) rotate(45deg);
        -ms-transform: translateY(0) rotate(45deg);
        transform: translateY(0) rotate(45deg)
    }
    .o-wrapper.is-open .c-header .c-buttonToggle__burgar__patty::after {
        -webkit-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg)
    }
    .c-header {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        -webkit-transition: left .3s ease-in-out;
        -o-transition: left .3s ease-in-out;
        transition: left .3s ease-in-out;
        z-index: 100
    }
    .c-header .c-buttonToggle {
        position: absolute;
        top: 0;
        left: 1px;
        padding: 24px;
        border: none;
        -webkit-appearance: none;
        display: block;
        outline: 0;
        background: 0 0
    }
    .c-header .c-buttonToggle__burgar {
        display: block;
        width: 23px;
        border-top: 3px solid #000;
        border-bottom: 3px solid #000;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s
    }
    .c-header .c-buttonToggle__burgar__patty {
        position: relative;
        display: block;
        margin: 4px 0;
        height: 3px
    }
    .c-header .c-buttonToggle__burgar__patty::after, .c-header .c-buttonToggle__burgar__patty::before {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        content: '';
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
        -webkit-transition-delay: .2s;
        -o-transition-delay: .2s;
        transition-delay: .2s;
        -webkit-transform: translateY(0) rotate(180deg);
        -ms-transform: translateY(0) rotate(180deg);
        transform: translateY(0) rotate(180deg)
    }
    .c-header__logo {
        text-align: center;
        padding: 19px 0 23px
    }
    .c-header__logo__csr {
        margin: 7px 0 5px 8px
    }
}
@media screen and (max-width:767px) and (min-width:768px) and (min-width:768px) {
    .c-header__logo__dena {
        background-position: -150px -46px;
        width: 112px;
        height: 46px
    }
}
@media screen and (max-width:767px) and (min-width:768px) and (max-width:767px) {
    .c-header__logo__dena {
        background-position: -75px -23px;
        width: 56px;
        height: 23px
    }
}
@media screen and (max-width:767px) and (min-width:768px) {
    .c-header__logo__dena {
        background-position: -150px -46px;
        width: 112px;
        height: 46px
    }
}
@media screen and (max-width:767px) and (max-width:767px) {
    .c-header__logo__dena {
        background-position: -75px -23px;
        width: 56px;
        height: 23px
    }
}
@media screen and (max-width:767px) and (min-width:768px) {
    .c-header__logo__csr, .c-header__logo__dena {
        background-image: url(../images/common/spritesheet@sp.png);
        background-repeat: no-repeat
    }
}
@media screen and (max-width:767px) and (min-width:768px) and (min-width:768px) {
    .c-header__logo__csr {
        background-position: -164px -150px;
        width: 90px;
        height: 22px
    }
}
@media screen and (max-width:767px) and (min-width:768px) and (max-width:767px) {
    .c-header__logo__csr {
        background-position: -82px -75px;
        width: 45px;
        height: 11px
    }
}
@media screen and (max-width:767px) {
    .c-header__logo__csr, .c-header__logo__dena {
        background-size: 203px 198px;
        background-image: url(../images/common/spritesheet@sp.png);
        background-repeat: no-repeat
    }
}
@media screen and (max-width:767px) and (min-width:768px) {
    .c-header__logo__csr {
        background-position: -164px -150px;
        width: 90px;
        height: 22px
    }
}
@media screen and (max-width:767px) and (max-width:767px) {
    .c-header__logo__csr {
        background-position: -82px -75px;
        width: 45px;
        height: 11px
    }
}
.c-footer {
    position: relative;
    background: #c9c9c9
}
.c-footer__bottom {
    clear: both;
    padding: 30px 0 27px;
    border-top: 1px solid #fff;
    text-align: center;
    margin-top: 45px
}
.c-footer__bottom__logo {
    display: block;
    overflow: hidden;
    margin: 0 auto 12px;
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap
}
@media screen and (min-width:768px) {
    .c-footer__bottom__logo {
        background-position: 0 -98px;
        width: 86px;
        height: 36px
    }
}
@media screen and (min-width:768px) and (max-width:767px) {
    .c-footer__bottom__logo {
        background-position: 0 -49px;
        width: 43px;
        height: 18px
    }
}
@media screen and (max-width:767px) and (min-width:768px) {
    .c-footer__bottom__logo {
        background-position: 0 -98px;
        width: 86px;
        height: 36px
    }
}
@media screen and (max-width:767px) {
    .c-footer__bottom__logo {
        background-position: 0 -49px;
        width: 43px;
        height: 18px
    }
}
.c-footer__bottom__copyright {
    color: #fff;
    font-size: 12px
}
.c-footerBlock__title {
    margin: 0 0 13px;
    font-weight: 700;
    color: #fff
}
.c-footerList__item {
    padding-left: 30px;
    position: relative
}
.c-footerList__item+.c-footerList__item {
    margin-top: 13px
}
.c-footerList__item__link {
    color: #fff
}
.c-footerList__item__link::before {
    position: absolute;
    left: 9px;
    margin: auto;
    width: 0;
    height: 0;
    border-width: 5px 0 5px 9px;
    border-style: solid;
    border-color: transparent transparent transparent #fff
}
@media screen and (min-width:768px) {
    .c-footer__bottom__logo {
        background-image: url(../images/common/spritesheet@pc.png);
        background-repeat: no-repeat
    }
    .c-footer {
        padding: 60px 0 0
    }
    .c-footer__pc {
        display: block
    }
    .c-footer__sp {
        display: none
    }
    .c-footerInner {
        padding-left: 100px
    }
    .c-footerBlock__title {
        font-size: 16px
    }
    .c-footerBlock--left {
        width: 274px;
        min-height: 240px
    }
    .c-footerBlock--center {
        width: 350px
    }
    .c-footerBlock--right {
        width: 278px
    }
    .c-footerBlock--pc {
        display: block
    }
    .c-footerBlock--sp {
        display: none
    }
    .c-footerList+.c-footerBlock__title {
        margin-top: 13px
    }
    .c-footerList__item__link:hover {
        text-decoration: underline;
        color: #fff
    }
}
@media screen and (max-width:767px) {
    .c-footer {
        padding: 40px 0 0
    }
    .c-footer__pc {
        display: none
    }
    .c-footer__sp {
        display: block
    }
    .c-footerBlock--pc {
        display: none
    }
    .c-footerBlock--sp {
        display: block
    }
    .c-footerBlock__title {
        position: relative;
        margin: 0 25px 15px;
        padding-left: 14px;
        font-size: 15px;
        line-height: 16px
    }
    .c-footerBlock__title::after {
        content: '';
        top: 0;
        position: absolute;
        left: 0;
        width: 4px;
        height: 16px;
        background-color: #fff
    }
    .c-footerList {
        margin: 0 0 40px
    }
    .c-footerList__item {
        padding-left: 0;
        position: relative;
        border-top: 1px solid #fff
    }
    .c-footerList__item__link {
        padding: 14px 39px;
        line-height: 1.6
    }
    .c-footerList__item__link::before {
        right: 25px;
        left: auto;
        border-width: 4px 0 4px 7px
    }
    .c-footerList__item__link:hover {
        text-decoration: none;
        color: #fff
    }
    .c-footerList__item:last-child {
        border-bottom: 1px solid #fff
    }
    .c-footerList__item+.c-footerList__item {
        margin-top: 0
    }
    .c-footer__bottom {
        padding: 0 0 37px;
        border-top: none
    }
    .c-footer__bottom__logo {
        background-size: 203px 198px;
        background-image: url(../images/common/spritesheet@pc.png);
        background-repeat: no-repeat;
        margin: 0 auto 7px;
        width: 57px;
        height: 23px
    }
    .c-footer__bottom__copyright {
        font-size: 11px
    }
}
@media screen and (max-width:767px) and (min-width:768px) {
    .c-footer__bottom__logo {
        background-image: url(../images/common/spritesheet@sp.png);
        background-repeat: no-repeat
    }
}
@media screen and (max-width:767px) and (min-width:768px) and (min-width:768px) {
    .c-footer__bottom__logo {
        background-position: -150px 0;
        width: 114px;
        height: 46px
    }
}
@media screen and (max-width:767px) and (min-width:768px) and (max-width:767px) {
    .c-footer__bottom__logo {
        background-position: -75px 0;
        width: 57px;
        height: 23px
    }
}
@media screen and (max-width:767px) {
    .c-footer__bottom__logo {
        background-size: 203px 198px;
        background-image: url(../images/common/spritesheet@sp.png);
        background-repeat: no-repeat
    }
}
@media screen and (max-width:767px) and (min-width:768px) {
    .c-footer__bottom__logo {
        background-position: -150px 0;
        width: 114px;
        height: 46px
    }
}
@media screen and (max-width:767px) and (max-width:767px) {
    .c-footer__bottom__logo {
        background-position: -75px 0;
        width: 57px;
        height: 23px
    }
}
.c-social__link {
    position: relative;
    border-width: 1px;
    border-style: solid;
    font-weight: 700;
    line-height: 1.6
}
.c-social__link::after, .c-social__link::before {
    position: absolute;
    margin: auto
}
.c-newsList, .c-news__more, .c-news__more span {
    position: relative
}
.c-social__link--management {
    border-color: #5bbbb7;
    color: #5bbbb7
}
.c-social__link--management::after {
    border-color: transparent transparent transparent #5bbbb7
}
.c-social__link--stakeholder {
    border-color: #ff7900;
    color: #ff7900
}
.c-social__link--stakeholder::after {
    border-color: transparent transparent transparent #ff7900
}
.c-social__link--society {
    border-color: #dc0451;
    color: #dc0451
}
.c-social__link--society::after {
    border-color: transparent transparent transparent #dc0451
}
@media screen and (min-width:768px) {
    .c-social {
        margin-bottom: 160px
    }
    .c-social__group {
        width: 373px
    }
    .c-social__item+.c-social__item {
        margin-top: 20px
    }
    .c-social__link {
        padding: 19px 35px 19px 99px;
        font-size: 16px
    }
    .c-social__link:hover {
        color: #fff
    }
    .c-social__link:hover::after {
        border-color: transparent transparent transparent #fff
    }
    .c-social__link::after {
        right: 23px;
        width: 0;
        height: 0;
        border-width: 7px 0 7px 12px;
        border-style: solid
    }
    .c-social__link--management:hover {
        background: #5bbbb7
    }
    .c-social__link--conduct::before, .c-social__link--corporate::before {
        left: 32px
    }
    .c-social__link--sdgs::before {
      left: 32px
    }
}
@media screen and (min-width:768px) {
    .c-social__link--conduct::before {
        background-position: -113px -274px;
        width: 37px;
        height: 40px
    }
}
@media screen and (min-width:768px) and (max-width:767px) {
    .c-social__link--conduct::before {
        background-position: -56.5px -137px;
        width: 18.5px;
        height: 20px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (min-width:768px) {
    .c-social__link--conduct::before {
        background-position: -113px -274px;
        width: 37px;
        height: 40px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (max-width:767px) {
    .c-social__link--conduct::before {
        background-position: -56.5px -137px;
        width: 18.5px;
        height: 20px
    }
}
@media screen and (min-width:768px) {
    .c-social__link--conduct:hover::before {
        background-position: -76px -274px;
        width: 37px;
        height: 40px
    }
}
@media screen and (min-width:768px) and (max-width:767px) {
    .c-social__link--conduct:hover::before {
        background-position: -38px -137px;
        width: 18.5px;
        height: 20px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (min-width:768px) {
    .c-social__link--conduct:hover::before {
        background-position: -76px -274px;
        width: 37px;
        height: 40px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (max-width:767px) {
    .c-social__link--conduct:hover::before {
        background-position: -38px -137px;
        width: 18.5px;
        height: 20px
    }
}
@media screen and (min-width:768px) {
    .c-social__link--corporate::before {
        background-position: -102px -232px;
        width: 46px;
        height: 40px
    }
}
@media screen and (min-width:768px) and (max-width:767px) {
    .c-social__link--corporate::before {
        background-position: -51px -116px;
        width: 23px;
        height: 20px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (min-width:768px) {
    .c-social__link--corporate::before {
        background-position: -102px -232px;
        width: 46px;
        height: 40px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (max-width:767px) {
    .c-social__link--corporate::before {
        background-position: -51px -116px;
        width: 23px;
        height: 20px
    }
}
@media screen and (min-width:768px) {
    .c-social__link--corporate:hover::before {
        background-position: -148px -232px;
        width: 46px;
        height: 40px
    }
}
@media screen and (min-width:768px) and (max-width:767px) {
    .c-social__link--corporate:hover::before {
        background-position: -74px -116px;
        width: 23px;
        height: 20px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (min-width:768px) {
    .c-social__link--corporate:hover::before {
        background-position: -148px -232px;
        width: 46px;
        height: 40px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (max-width:767px) {
    .c-social__link--corporate:hover::before {
        background-position: -74px -116px;
        width: 23px;
        height: 20px
    }
}

@media screen and (max-width:767px) {
  .c-social__link--sdgs::before {
    background-position: 0 0;
    width: 34px;
    height: 29px;
  }
}
@media screen and (min-width:768px) {
  .c-social__link--sdgs:before {
    background-position: 0 0;
    width: 41px;
    height: 41px
  }
}
@media screen and (min-width:768px) {
  .c-social__link--sdgs:hover::before {
    background-position: -42px 0;
    width: 41px;
    height: 41px
  }
}
@media screen and (min-width:768px) {
    .c-social__link--compliance::before {
        background-position: -194px -232px;
        width: 46px;
        height: 38px
    }
}
@media screen and (min-width:768px) and (max-width:767px) {
    .c-social__link--compliance::before {
        background-position: -97px -116px;
        width: 23px;
        height: 19px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (min-width:768px) {
    .c-social__link--compliance::before {
        background-position: -194px -232px;
        width: 46px;
        height: 38px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (max-width:767px) {
    .c-social__link--compliance::before {
        background-position: -97px -116px;
        width: 23px;
        height: 19px
    }
}
@media screen and (min-width:768px) {
    .c-social__link--compliance:hover::before {
        background-position: -240px -232px;
        width: 46px;
        height: 38px
    }
}
@media screen and (min-width:768px) and (max-width:767px) {
    .c-social__link--compliance:hover::before {
        background-position: -120px -116px;
        width: 23px;
        height: 19px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (min-width:768px) {
    .c-social__link--compliance:hover::before {
        background-position: -240px -232px;
        width: 46px;
        height: 38px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (max-width:767px) {
    .c-social__link--compliance:hover::before {
        background-position: -120px -116px;
        width: 23px;
        height: 19px
    }
}
@media screen and (min-width:768px) {
    .c-social__link--risk::before {
        background-position: -277px -136px;
        width: 42px;
        height: 38px
    }
}
@media screen and (min-width:768px) and (max-width:767px) {
    .c-social__link--risk::before {
        background-position: -138.5px -68px;
        width: 21px;
        height: 19px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (min-width:768px) {
    .c-social__link--risk::before {
        background-position: -277px -136px;
        width: 42px;
        height: 38px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (max-width:767px) {
    .c-social__link--risk::before {
        background-position: -138.5px -68px;
        width: 21px;
        height: 19px
    }
}
@media screen and (min-width:768px) {
    .c-social__link--risk:hover::before {
        background-position: -277px -174px;
        width: 42px;
        height: 38px
    }
}
@media screen and (min-width:768px) and (max-width:767px) {
    .c-social__link--risk:hover::before {
        background-position: -138.5px -87px;
        width: 21px;
        height: 19px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (min-width:768px) {
    .c-social__link--risk:hover::before {
        background-position: -277px -174px;
        width: 42px;
        height: 38px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (max-width:767px) {
    .c-social__link--risk:hover::before {
        background-position: -138.5px -87px;
        width: 21px;
        height: 19px
    }
}
@media screen and (min-width:768px) {
    .c-social__link--security::before {
        background-position: 0 -274px;
        width: 38px;
        height: 40px
    }
}
@media screen and (min-width:768px) and (max-width:767px) {
    .c-social__link--security::before {
        background-position: 0 -137px;
        width: 19px;
        height: 20px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (min-width:768px) {
    .c-social__link--security::before {
        background-position: 0 -274px;
        width: 38px;
        height: 40px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (max-width:767px) {
    .c-social__link--security::before {
        background-position: 0 -137px;
        width: 19px;
        height: 20px
    }
}
@media screen and (min-width:768px) {
    .c-social__link--compliance::before,
    .c-social__link--compliance:hover::before,
    .c-social__link--conduct::before,
    .c-social__link--conduct:hover::before,
    .c-social__link--corporate::before,
    .c-social__link--corporate:hover::before,
    .c-social__link--risk::before,
    .c-social__link--risk:hover::before,
    .c-social__link--security::before,
    .c-social__link--security:hover::before {
        background-image: url(../images/common/spritesheet@pc.png);
        background-repeat: no-repeat
    }
    .c-social__link--sdgs::before,
    .c-social__link--sdgs:hover::before{
      background-image: url(../images/common/icons/sdgs@pc.png);
      background-repeat: no-repeat
    }
}
@media screen and (min-width:768px) {
    .c-social__link--security:hover::before {
        background-position: -38px -274px;
        width: 38px;
        height: 40px
    }
}
@media screen and (min-width:768px) and (max-width:767px) {
    .c-social__link--security:hover::before {
        background-position: -19px -137px;
        width: 19px;
        height: 20px
    }
}
@media screen and (min-width:768px) and (max-width:767px) {
    .c-social__link--compliance::before,
    .c-social__link--compliance:hover::before,
    .c-social__link--conduct::before,
    .c-social__link--conduct:hover::before,
    .c-social__link--sdgs::before,
    .c-social__link--sdgs:hover::before,
    .c-social__link--corporate::before,
    .c-social__link--corporate:hover::before,
    .c-social__link--risk::before,
    .c-social__link--risk:hover::before,
    .c-social__link--security::before,
    .c-social__link--security:hover::before {
        background-size: 203px 198px;
        background-image: url(../images/common/spritesheet@pc.png);
        background-repeat: no-repeat
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (min-width:768px) {
    .c-social__link--security:hover::before {
        background-position: -38px -274px;
        width: 38px;
        height: 40px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (max-width:767px) {
    .c-social__link--security:hover::before {
        background-position: -19px -137px;
        width: 19px;
        height: 20px
    }
}
@media screen and (min-width:768px) {
    .c-social__link--compliance::before, .c-social__link--risk::before {
        left: 32px
    }
    .c-social__link--security::before {
        left: 34px
    }
    .c-social__link--stakeholder:hover {
        background: #ff7900
    }
    .c-social__link--customers::before {
        left: 23px
    }
    .c-social__link--clients::before {
        left: 22px
    }
    .c-social__link--community::before {
        left: 30px
    }
}
@media screen and (min-width:768px) {
    .c-social__link--customers::before {
        background-position: -100px -184px;
        width: 54px;
        height: 40px
    }
}
@media screen and (min-width:768px) and (max-width:767px) {
    .c-social__link--customers::before {
        background-position: -50px -92px;
        width: 27px;
        height: 20px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (min-width:768px) {
    .c-social__link--customers::before {
        background-position: -100px -184px;
        width: 54px;
        height: 40px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (max-width:767px) {
    .c-social__link--customers::before {
        background-position: -50px -92px;
        width: 27px;
        height: 20px
    }
}
@media screen and (min-width:768px) {
    .c-social__link--customers:hover::before {
        background-position: -46px -184px;
        width: 54px;
        height: 40px
    }
}
@media screen and (min-width:768px) and (max-width:767px) {
    .c-social__link--customers:hover::before {
        background-position: -23px -92px;
        width: 27px;
        height: 20px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (min-width:768px) {
    .c-social__link--customers:hover::before {
        background-position: -46px -184px;
        width: 54px;
        height: 40px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (max-width:767px) {
    .c-social__link--customers:hover::before {
        background-position: -23px -92px;
        width: 27px;
        height: 20px
    }
}
@media screen and (min-width:768px) {
    .c-social__link--clients::before {
        background-position: -158px -134px;
        width: 64px;
        height: 36px
    }
}
@media screen and (min-width:768px) and (max-width:767px) {
    .c-social__link--clients::before {
        background-position: -79px -67px;
        width: 32px;
        height: 18px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (min-width:768px) {
    .c-social__link--clients::before {
        background-position: -158px -134px;
        width: 64px;
        height: 36px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (max-width:767px) {
    .c-social__link--clients::before {
        background-position: -79px -67px;
        width: 32px;
        height: 18px
    }
}
@media screen and (min-width:768px) {
    .c-social__link--clients:hover::before {
        background-position: -94px -134px;
        width: 64px;
        height: 36px
    }
}
@media screen and (min-width:768px) and (max-width:767px) {
    .c-social__link--clients:hover::before {
        background-position: -47px -67px;
        width: 32px;
        height: 18px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (min-width:768px) {
    .c-social__link--clients:hover::before {
        background-position: -94px -134px;
        width: 64px;
        height: 36px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (max-width:767px) {
    .c-social__link--clients:hover::before {
        background-position: -47px -67px;
        width: 32px;
        height: 18px
    }
}
@media screen and (min-width:768px) {
    .c-social__link--employees::before {
        background-position: -277px -48px;
        width: 42px;
        height: 44px
    }
}
@media screen and (min-width:768px) and (max-width:767px) {
    .c-social__link--employees::before {
        background-position: -138.5px -24px;
        width: 21px;
        height: 22px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (min-width:768px) {
    .c-social__link--employees::before {
        background-position: -277px -48px;
        width: 42px;
        height: 44px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (max-width:767px) {
    .c-social__link--employees::before {
        background-position: -138.5px -24px;
        width: 21px;
        height: 22px
    }
}
@media screen and (min-width:768px) {
    .c-social__link--clients::before, .c-social__link--clients:hover::before, .c-social__link--customers::before, .c-social__link--customers:hover::before, .c-social__link--employees::before, .c-social__link--employees:hover::before {
        background-image: url(../images/common/spritesheet@pc.png);
        background-repeat: no-repeat
    }
}
@media screen and (min-width:768px) {
    .c-social__link--employees:hover::before {
        background-position: -277px -92px;
        width: 42px;
        height: 44px
    }
}
@media screen and (min-width:768px) and (max-width:767px) {
    .c-social__link--employees:hover::before {
        background-position: -138.5px -46px;
        width: 21px;
        height: 22px
    }
}
@media screen and (min-width:768px) and (max-width:767px) {
    .c-social__link--clients::before, .c-social__link--clients:hover::before, .c-social__link--customers::before, .c-social__link--customers:hover::before, .c-social__link--employees::before, .c-social__link--employees:hover::before {
        background-size: 203px 198px;
        background-image: url(../images/common/spritesheet@pc.png);
        background-repeat: no-repeat
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (min-width:768px) {
    .c-social__link--employees:hover::before {
        background-position: -277px -92px;
        width: 42px;
        height: 44px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (max-width:767px) {
    .c-social__link--employees:hover::before {
        background-position: -138.5px -46px;
        width: 21px;
        height: 22px
    }
}
@media screen and (min-width:768px) {
    .c-social__link--employees::before {
        left: 28px
    }
    .c-social__link--society:hover {
        background: #dc0451
    }
    .c-social__link--sports {
        font-size: 15px
    }
    .c-social__link--nurture::before, .c-social__link--sports::before {
        left: 28px
    }
}
@media screen and (min-width:768px) {
    .c-social__link--sports::before {
        background-position: -47px -134px;
        width: 47px;
        height: 50px
    }
}
@media screen and (min-width:768px) and (max-width:767px) {
    .c-social__link--sports::before {
        background-position: -23.5px -67px;
        width: 23.5px;
        height: 25px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (min-width:768px) {
    .c-social__link--sports::before {
        background-position: -47px -134px;
        width: 47px;
        height: 50px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (max-width:767px) {
    .c-social__link--sports::before {
        background-position: -23.5px -67px;
        width: 23.5px;
        height: 25px
    }
}
@media screen and (min-width:768px) {
    .c-social__link--sports:hover::before {
        background-position: 0 -134px;
        width: 47px;
        height: 50px
    }
}
@media screen and (min-width:768px) and (max-width:767px) {
    .c-social__link--sports:hover::before {
        background-position: 0 -67px;
        width: 23.5px;
        height: 25px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (min-width:768px) {
    .c-social__link--sports:hover::before {
        background-position: 0 -134px;
        width: 47px;
        height: 50px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (max-width:767px) {
    .c-social__link--sports:hover::before {
        background-position: 0 -67px;
        width: 23.5px;
        height: 25px
    }
}
@media screen and (min-width:768px) {
    .c-social__link--nurture::before {
        background-position: 0 -232px;
        width: 51px;
        height: 42px
    }
}
@media screen and (min-width:768px) and (max-width:767px) {
    .c-social__link--nurture::before {
        background-position: 0 -116px;
        width: 25.5px;
        height: 21px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (min-width:768px) {
    .c-social__link--nurture::before {
        background-position: 0 -232px;
        width: 51px;
        height: 42px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (max-width:767px) {
    .c-social__link--nurture::before {
        background-position: 0 -116px;
        width: 25.5px;
        height: 21px
    }
}
@media screen and (min-width:768px) {
    .c-social__link--nurture:hover::before {
        background-position: -51px -232px;
        width: 51px;
        height: 42px
    }
}
@media screen and (min-width:768px) and (max-width:767px) {
    .c-social__link--nurture:hover::before {
        background-position: -25.5px -116px;
        width: 25.5px;
        height: 21px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (min-width:768px) {
    .c-social__link--nurture:hover::before {
        background-position: -51px -232px;
        width: 51px;
        height: 42px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (max-width:767px) {
    .c-social__link--nurture:hover::before {
        background-position: -25.5px -116px;
        width: 25.5px;
        height: 21px
    }
}
@media screen and (min-width:768px) {
    .c-social__link--service::before {
        background-position: -322px -49px;
        width: 29px;
        height: 49px
    }
}
@media screen and (min-width:768px) and (max-width:767px) {
    .c-social__link--service::before {
        background-position: -161px -24.5px;
        width: 14.5px;
        height: 24.5px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (min-width:768px) {
    .c-social__link--service::before {
        background-position: -322px -49px;
        width: 29px;
        height: 49px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (max-width:767px) {
    .c-social__link--service::before {
        background-position: -161px -24.5px;
        width: 14.5px;
        height: 24.5px
    }
}
@media screen and (min-width:768px) {
    .c-social__link--service:hover::before {
        background-position: -322px 0;
        width: 29px;
        height: 49px
    }
}
@media screen and (min-width:768px) and (max-width:767px) {
    .c-social__link--service:hover::before {
        background-position: -161px 0;
        width: 14.5px;
        height: 24.5px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (min-width:768px) {
    .c-social__link--service:hover::before {
        background-position: -322px 0;
        width: 29px;
        height: 49px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (max-width:767px) {
    .c-social__link--service:hover::before {
        background-position: -161px 0;
        width: 14.5px;
        height: 24.5px
    }
}
@media screen and (min-width:768px) {
    .c-social__link--environment::before {
        background-position: -212px -184px;
        width: 57px;
        height: 36px
    }
}
@media screen and (min-width:768px) and (max-width:767px) {
    .c-social__link--environment::before {
        background-position: -106px -92px;
        width: 28.5px;
        height: 18px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (min-width:768px) {
    .c-social__link--environment::before {
        background-position: -212px -184px;
        width: 57px;
        height: 36px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (max-width:767px) {
    .c-social__link--environment::before {
        background-position: -106px -92px;
        width: 28.5px;
        height: 18px
    }
}
@media screen and (min-width:768px) {
    .c-social__link--environment:hover::before {
        background-position: -154px -184px;
        width: 58px;
        height: 36px
    }
}
@media screen and (min-width:768px) and (max-width:767px) {
    .c-social__link--environment:hover::before {
        background-position: -77px -92px;
        width: 29px;
        height: 18px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (min-width:768px) {
    .c-social__link--environment:hover::before {
        background-position: -154px -184px;
        width: 58px;
        height: 36px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (max-width:767px) {
    .c-social__link--environment:hover::before {
        background-position: -77px -92px;
        width: 29px;
        height: 18px
    }
}
@media screen and (min-width:768px) {
    .c-social__link--service {
        font-size: 15px
    }
    .c-social__link--service::before {
        left: 39px
    }
    .c-social__link--environment::before {
        left: 25px
    }
    .c-social__link--disaster::before {
        height: 48px;
        width: 45px;
        left: 32px
    }
}
@media screen and (min-width:768px) {
    .c-social__link--disaster::before {
        background-position: -277px 0;
        width: 45px;
        height: 48px
    }
}
@media screen and (min-width:768px) and (max-width:767px) {
    .c-social__link--disaster::before {
        background-position: -138.5px 0;
        width: 22.5px;
        height: 24px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (min-width:768px) {
    .c-social__link--disaster::before {
        background-position: -277px 0;
        width: 45px;
        height: 48px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (max-width:767px) {
    .c-social__link--disaster::before {
        background-position: -138.5px 0;
        width: 22.5px;
        height: 24px
    }
}
@media screen and (min-width:768px) {
    .c-social__link--disaster::before, .c-social__link--disaster:hover::before, .c-social__link--environment::before, .c-social__link--environment:hover::before, .c-social__link--nurture::before, .c-social__link--nurture:hover::before, .c-social__link--service::before, .c-social__link--service:hover::before, .c-social__link--sports::before, .c-social__link--sports:hover::before {
        background-image: url(../images/common/spritesheet@pc.png);
        background-repeat: no-repeat
    }
}
@media screen and (min-width:768px) {
    .c-social__link--disaster:hover::before {
        background-position: 0 -184px;
        width: 46px;
        height: 48px
    }
}
@media screen and (min-width:768px) and (max-width:767px) {
    .c-social__link--disaster:hover::before {
        background-position: 0 -92px;
        width: 23px;
        height: 24px
    }
}
@media screen and (min-width:768px) and (max-width:767px) {
    .c-social__link--disaster::before, .c-social__link--disaster:hover::before, .c-social__link--environment::before, .c-social__link--environment:hover::before, .c-social__link--nurture::before, .c-social__link--nurture:hover::before, .c-social__link--service::before, .c-social__link--service:hover::before, .c-social__link--sports::before, .c-social__link--sports:hover::before {
        background-size: 203px 198px;
        background-image: url(../images/common/spritesheet@pc.png);
        background-repeat: no-repeat
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (min-width:768px) {
    .c-social__link--disaster:hover::before {
        background-position: 0 -184px;
        width: 46px;
        height: 48px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (max-width:767px) {
    .c-social__link--disaster:hover::before {
        background-position: 0 -92px;
        width: 23px;
        height: 24px
    }
}
@media screen and (max-width:767px) {
    .c-social {
        margin-bottom: 50px
    }
    .c-social .c-tag {
        width: 100%;
        text-align: center;
        padding: 9px
    }
    .c-social .o-layout__item+.o-layout__item {
        margin-top: 40px
    }
    .c-social__item+.c-social__item {
        margin-top: 15px
    }
    .c-social__link {
        padding: 13px 30px 13px 78px;
        letter-spacing: -.01em
    }
    .c-social__link::after {
        right: 14px;
        width: 0;
        height: 0;
        border-width: 5px 0 5px 8px;
        border-style: solid
    }
    .c-social__link--management:hover {
        color: #5bbbb7
    }
    .c-social__link--conduct::before, .c-social__link--corporate::before {
        left: 21px
    }
    .c-social__link--sdgs::before {
        left: 21px
    }
}
@media screen and (max-width:767px) and (min-width:768px) and (min-width:768px) {
    .c-social__link--conduct::before {
        background-position: -274px -212px;
        width: 54px;
        height: 58px
    }
}
@media screen and (max-width:767px) and (min-width:768px) and (max-width:767px) {
    .c-social__link--conduct::before {
        background-position: -137px -106px;
        width: 27px;
        height: 29px
    }
}
@media screen and (max-width:767px) and (min-width:768px) {
    .c-social__link--conduct::before {
        background-position: -274px -212px;
        width: 54px;
        height: 58px
    }
}
@media screen and (max-width:767px) and (max-width:767px) {
    .c-social__link--conduct::before {
        background-position: -137px -106px;
        width: 27px;
        height: 29px
    }
}

@media screen and (max-width:767px) and (min-width:768px) and (min-width:768px) {
    .c-social__link--corporate::before {
        background-position: -334px -114px;
        width: 68px;
        height: 58px
    }
}
@media screen and (max-width:767px) and (min-width:768px) and (max-width:767px) {
    .c-social__link--corporate::before {
        background-position: -167px -57px;
        width: 34px;
        height: 29px
    }
}
@media screen and (max-width:767px) and (min-width:768px) {
    .c-social__link--corporate::before {
        background-position: -334px -114px;
        width: 68px;
        height: 58px
    }
}
@media screen and (max-width:767px) and (max-width:767px) {
    .c-social__link--corporate::before {
        background-position: -167px -57px;
        width: 34px;
        height: 29px
    }
}

@media screen and (max-width:767px) {
  .c-social__link--sdgs::before {
    background-position: 0 0;
    width: 34px;
    height: 29px;
  }
}
@media screen and (max-width:767px) and (min-width:768px) and (min-width:768px) {
    .c-social__link--compliance::before {
        background-position: -334px -58px;
        width: 72px;
        height: 56px
    }
}
@media screen and (max-width:767px) and (min-width:768px) and (max-width:767px) {
    .c-social__link--compliance::before {
        background-position: -167px -29px;
        width: 36px;
        height: 28px
    }
}
@media screen and (max-width:767px) and (min-width:768px) {
    .c-social__link--compliance::before {
        background-position: -334px -58px;
        width: 72px;
        height: 56px
    }
}
@media screen and (max-width:767px) and (max-width:767px) {
    .c-social__link--compliance::before {
        background-position: -167px -29px;
        width: 36px;
        height: 28px
    }
}
@media screen and (max-width:767px) and (min-width:768px) and (min-width:768px) {
    .c-social__link--risk::before {
        background-position: 0 -282px;
        width: 62px;
        height: 56px
    }
}
@media screen and (max-width:767px) and (min-width:768px) and (max-width:767px) {
    .c-social__link--risk::before {
        background-position: 0 -141px;
        width: 31px;
        height: 28px
    }
}
@media screen and (max-width:767px) and (min-width:768px) {
    .c-social__link--risk::before {
        background-position: 0 -282px;
        width: 62px;
        height: 56px
    }
}
@media screen and (max-width:767px) and (max-width:767px) {
    .c-social__link--risk::before {
        background-position: 0 -141px;
        width: 31px;
        height: 28px
    }
}
@media screen and (max-width:767px) and (min-width:768px) and (min-width:768px) {
    .c-social__link--security::before {
        background-position: -62px -282px;
        width: 54px;
        height: 56px
    }
}
@media screen and (max-width:767px) and (min-width:768px) and (max-width:767px) {
    .c-social__link--security::before {
        background-position: -31px -141px;
        width: 27px;
        height: 28px
    }
}
@media screen and (max-width:767px) and (min-width:768px) {
    .c-social__link--security::before {
        background-position: -62px -282px;
        width: 54px;
        height: 56px
    }
}
@media screen and (max-width:767px) and (max-width:767px) {
    .c-social__link--security::before {
        background-position: -31px -141px;
        width: 27px;
        height: 28px
    }
}
@media screen and (max-width:767px) and (min-width:768px) and (min-width:768px) {
    .c-social__link--customers::before {
        background-position: 0 -150px;
        width: 82px;
        height: 62px
    }
}
@media screen and (max-width:767px) and (min-width:768px) and (max-width:767px) {
    .c-social__link--customers::before {
        background-position: 0 -75px;
        width: 41px;
        height: 31px
    }
}
@media screen and (max-width:767px) and (min-width:768px) {
    .c-social__link--customers::before {
        background-position: 0 -150px;
        width: 82px;
        height: 62px
    }
}
@media screen and (max-width:767px) and (max-width:767px) {
    .c-social__link--customers::before {
        background-position: 0 -75px;
        width: 41px;
        height: 31px
    }
}
@media screen and (max-width:767px) and (min-width:768px) and (min-width:768px) {
    .c-social__link--clients::before {
        background-position: -150px -92px;
        width: 90px;
        height: 54px
    }
}
@media screen and (max-width:767px) and (min-width:768px) and (max-width:767px) {
    .c-social__link--clients::before {
        background-position: -75px -46px;
        width: 45px;
        height: 27px
    }
}
@media screen and (max-width:767px) and (min-width:768px) {
    .c-social__link--clients::before {
        background-position: -150px -92px;
        width: 90px;
        height: 54px
    }
}
@media screen and (max-width:767px) and (max-width:767px) {
    .c-social__link--clients::before {
        background-position: -75px -46px;
        width: 45px;
        height: 27px
    }
}
@media screen and (max-width:767px) and (min-width:768px) and (min-width:768px) {
    .c-social__link--employees::before {
        background-position: 0 -212px;
        width: 70px;
        height: 70px
    }
}
@media screen and (max-width:767px) and (min-width:768px) and (max-width:767px) {
    .c-social__link--employees::before {
        background-position: 0 -106px;
        width: 35px;
        height: 35px
    }
}
@media screen and (max-width:767px) and (min-width:768px) {
    .c-social__link--employees::before {
        background-position: 0 -212px;
        width: 70px;
        height: 70px
    }
}
@media screen and (max-width:767px) and (max-width:767px) {
    .c-social__link--employees::before {
        background-position: 0 -106px;
        width: 35px;
        height: 35px
    }
}
@media screen and (max-width:767px) {
  .c-social__link--community::before {
    left: 24px;

    background-position: 0 0;
    width: 34px;
    height: 29px;

    background-size: 29px 29px;
    background-image: url(../images/common/icons/community@sp.png);
    background-repeat: no-repeat
  }
}
@media screen and (min-width:768px) {
  .c-social__link--community:before {
    background-position: 0 0;
    width: 41px;
    height: 41px
  }
  .c-social__link--community:hover::before {
    background-position: -42px 0;
    width: 41px;
    height: 41px
  }
}
@media screen and (min-width:768px) {
  .c-social__link--community::before,
  .c-social__link--community:hover::before{
    background-image: url(../images/common/icons/community@pc.png);
    background-repeat: no-repeat
  }
}
@media screen and (max-width:767px) and (min-width:768px) and (min-width:768px) {
    .c-social__link--sports::before {
        background-position: -140px -212px;
        width: 68px;
        height: 70px
    }
}
@media screen and (max-width:767px) and (min-width:768px) and (max-width:767px) {
    .c-social__link--sports::before {
        background-position: -70px -106px;
        width: 34px;
        height: 35px
    }
}
@media screen and (max-width:767px) and (min-width:768px) {
    .c-social__link--sports::before {
        background-position: -140px -212px;
        width: 68px;
        height: 70px
    }
}
@media screen and (max-width:767px) and (max-width:767px) {
    .c-social__link--sports::before {
        background-position: -70px -106px;
        width: 34px;
        height: 35px
    }
}
@media screen and (max-width:767px) and (min-width:768px) and (min-width:768px) {
    .c-social__link--nurture::before {
        background-position: -334px 0;
        width: 72px;
        height: 58px
    }
}
@media screen and (max-width:767px) and (min-width:768px) and (max-width:767px) {
    .c-social__link--nurture::before {
        background-position: -167px 0;
        width: 36px;
        height: 29px
    }
}
@media screen and (max-width:767px) and (min-width:768px) {
    .c-social__link--nurture::before {
        background-position: -334px 0;
        width: 72px;
        height: 58px
    }
}
@media screen and (max-width:767px) and (max-width:767px) {
    .c-social__link--nurture::before {
        background-position: -167px 0;
        width: 36px;
        height: 29px
    }
}
@media screen and (max-width:767px) and (min-width:768px) and (min-width:768px) {
    .c-social__link--service::before {
        background-position: -334px -172px;
        width: 46px;
        height: 76px
    }
}
@media screen and (max-width:767px) and (min-width:768px) and (max-width:767px) {
    .c-social__link--service::before {
        background-position: -167px -86px;
        width: 23px;
        height: 38px
    }
}
@media screen and (max-width:767px) and (min-width:768px) {
    .c-social__link--service::before {
        background-position: -334px -172px;
        width: 46px;
        height: 76px
    }
}
@media screen and (max-width:767px) and (max-width:767px) {
    .c-social__link--service::before {
        background-position: -167px -86px;
        width: 23px;
        height: 38px
    }
}
@media screen and (max-width:767px) and (min-width:768px) and (min-width:768px) {
    .c-social__link--environment::before {
        background-position: -82px -150px;
        width: 82px;
        height: 52px
    }
}
@media screen and (max-width:767px) and (min-width:768px) and (max-width:767px) {
    .c-social__link--environment::before {
        background-position: -41px -75px;
        width: 41px;
        height: 26px
    }
}
@media screen and (max-width:767px) and (min-width:768px) {
    .c-social__link--environment::before {
        background-position: -82px -150px;
        width: 82px;
        height: 52px
    }
}
@media screen and (max-width:767px) and (max-width:767px) {
    .c-social__link--environment::before {
        background-position: -41px -75px;
        width: 41px;
        height: 26px
    }
}
@media screen and (max-width:767px) {
    .c-social__link--compliance::before, .c-social__link--risk::before {
        left: 21px
    }
    .c-social__link--security::before {
        left: 23px
    }
    .c-social__link--stakeholder:hover {
        color: #ff7900
    }
    .c-social__link--customers::before {
        left: 15px
    }
    .c-social__link--clients::before {
        left: 16px
    }
    .c-social__link--employees::before {
        left: 20px
    }
    .c-social__link--society:hover {
        color: #dc0451
    }
    .c-social__link--sports::before {
        left: 22px
    }
    .c-social__link--nurture::before {
        left: 20px
    }
    .c-social__link--service::before {
        left: 26px
    }
    .c-social__link--environment::before {
        left: 17px
    }
    .c-social__link--disaster::before {
        left: 24px
    }
}
@media screen and (max-width:767px) and (min-width:768px) {
    .c-social__link--clients::before,
    .c-social__link--compliance::before,
    .c-social__link--conduct::before,
    .c-social__link--corporate::before,
    .c-social__link--customers::before,
    .c-social__link--disaster::before,
    .c-social__link--employees::before,
    .c-social__link--environment::before,
    .c-social__link--nurture::before,
    .c-social__link--risk::before,
    .c-social__link--security::before,
    .c-social__link--service::before,
    .c-social__link--sports::before {
      background-image: url(../images/common/spritesheet@sp.png);
      background-repeat: no-repeat;
    }

    .c-social__link--sdgs::before {
      background-image: url(../images/common/icons/sdgs@sp.png);
      background-repeat: no-repeat;
    }
  }
}
@media screen and (max-width:767px) and (min-width:768px) and (min-width:768px) {
  .c-social__link--disaster::before {
    background-position: -208px -212px;
    width: 66px;
    height: 70px
  }
}
@media screen and (max-width:767px) and (min-width:768px) and (max-width:767px) {
    .c-social__link--disaster::before {
        background-position: -104px -106px;
        width: 33px;
        height: 35px
    }
}
@media screen and (max-width:767px) {
    .c-social__link--clients::before,
    .c-social__link--compliance::before,
    .c-social__link--conduct::before,
    .c-social__link--corporate::before,
    .c-social__link--customers::before,
    .c-social__link--disaster::before,
    .c-social__link--employees::before,
    .c-social__link--environment::before,
    .c-social__link--nurture::before,
    .c-social__link--risk::before,
    .c-social__link--security::before,
    .c-social__link--service::before,
    .c-social__link--sports::before {
        background-size: 203px 198px;
        background-image: url(../images/common/spritesheet@sp.png);
        background-repeat: no-repeat
    }

    .c-social__link--sdgs::before{
      background-size: 29px 29px;
      background-image: url(../images/common/icons/sdgs@sp.png);
      background-repeat: no-repeat
    }
}
@media screen and (max-width:767px) and (min-width:768px) {
    .c-social__link--disaster::before {
        background-position: -208px -212px;
        width: 66px;
        height: 70px
    }
}
@media screen and (max-width:767px) and (max-width:767px) {
    .c-social__link--disaster::before {
        background-position: -104px -106px;
        width: 33px;
        height: 35px
    }
}
.c-news-wrapper--loaded {
    display: block
}
.animate-fading {
    -webkit-animation: fading 2s;
    animation: fading 2s
}
@-webkit-keyframes fading {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@keyframes fading {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
.c-news {
    border: 1px solid #eee;
    -webkit-box-shadow: 0 1px 6px 0 #eee;
    box-shadow: 0 1px 6px 0 #eee;
    min-height: 164px
}
.c-news__heading, .c-news__more {
    text-align: center;
    font-weight: 700
}
.c-news__heading {
    background-color: #c9c9c9;
    color: #fff
}
.c-newsList {
    margin: 0;
    font-size: 0;
    min-height: 164px
}
.c-newsList__item__date {
    color: #5bbbb7
}
.c-newsList__item__link {
    position: relative;
    color: #eee;
    vertical-align: top;
    text-decoration: underline
}
.c-newsList__item__link span {
    color: #000
}
.c-news__more span {
    padding-right: 10px
}
.c-news__more span::after {
    margin: auto;
    position: absolute;
    right: -10px;
    width: 0;
    height: 0;
    border-width: 5px 0 5px 10px;
    border-style: solid;
    border-color: transparent transparent transparent #000
}
@media screen and (min-width:768px) {
    .c-news {
        display: table;
        margin-bottom: 70px;
        width: 100%
    }
    .c-newsList, .c-news__heading, .c-news__more {
        display: table-cell;
        vertical-align: middle
    }
    .c-news__heading {
        width: 159px;
        line-height: 1.4;
        font-size: 16px
    }
    .c-news__heading span {
        letter-spacing: 0.01em;
        font-size: 16px
    }
    .c-newsList {
        padding: 26px 40px
    }
    .c-newsList__item__date {
        display: inline-block;
        width: 125px;
        font-size: 16px
    }
    .c-newsList__item__link {
        display: inline-block;
        max-width: 700px;
        font-size: 16px
    }
    .c-newsList__item__link:hover {
        opacity: .75;
        -webkit-text-decoration-color: #eee;
        text-decoration-color: #eee
    }
    .c-newsList__item+.c-newsList__item {
        margin-top: 20px
    }
    .c-newsList__item::after {
        content: '';
        margin: auto;
        top: 14px;
        bottom: 14px;
        position: absolute;
        right: 0;
        width: 1px;
        background-color: #eee
    }
    .c-news__more {
        width: 133px;
        font-size: 14px
    }
    .c-news__more:hover {
        color: #000;
        opacity: .75
    }
}
@media screen and (max-width:767px) {
    .c-news {
        margin-bottom: 50px;
        padding-bottom: 28px
    }
    .c-news__heading {
        font-size: 16px;
        padding: 15px
    }
    .c-news__heading span {
        margin-right: 10px
    }
    .c-newsList {
        padding: 17px 14px 23px
    }
    .c-newsList__item__date {
        position: relative;
        margin-bottom: 2px;
        display: block;
        font-size: 12px
    }
    .c-newsList__item__link {
        line-height: 1.8;
        display: block;
        font-size: 14px
    }
    .c-newsList__item__link:hover {
        opacity: .75
    }
    .c-newsList__item+.c-newsList__item {
        margin-top: 23px
    }
    .c-news__more {
        display: block;
        margin: 0 14px;
        padding: 13px;
        border: 1px solid #000;
        line-height: 1.6
    }
    .c-pickup {
        margin-bottom: 46px
    }
    .c-pickup .o-layout__item+.o-layout__item {
        margin-top: 26px
    }
}
@media screen and (min-width:768px) {
    .c-pickup {
        margin-bottom: 60px
    }
    .c-sidebarListChild::after, .c-sidebarListChild::before {
        position: absolute;
        content: ""
    }
    .c-sidebar__title {
        background-color: #c9c9c9;
        color: #fff;
        padding: 6px 10px;
        font-size: 12px;
        font-weight: 400
    }
    .c-sidebar {
        width: 212px;
        letter-spacing: -.05em
    }
    .c-sidebarList {
        padding: 9px 0 17px 10px
    }
    .c-sidebarListChild {
        position: absolute;
        left: 214px;
        display: none;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
        padding: 10px 20px;
        width: 194px;
        background: #5bbbb7;
        z-index: 1
    }
    .c-sidebarListChild::before {
        left: -15px;
        width: 0;
        height: 0;
        border-width: 9px 15px 9px 0;
        border-style: solid;
        border-color: transparent #5bbbb7 transparent transparent
    }
    .c-sidebarListChild::after {
        top: 0;
        left: -20px;
        width: 20px;
        height: 100%
    }
    .c-sidebarListChild--customers {
        top: -73px
    }
    .c-sidebarListChild--customers::before {
        top: 81px
    }
    .c-sidebarListChild--employees {
        top: -9px
    }
    .c-sidebarListChild--employees::before {
        top: 17px
    }
    .c-sidebarListChild--nurture {
        top: -73px
    }
    .c-sidebarListChild--nurture::before {
        top: 81px
    }
    .c-sidebarListChild--enviroment {
        top: -45px
    }
    .c-sidebarListChild--enviroment::before {
        top: 53px
    }
    .c-sidebarList__item {
        position: relative
    }
    .c-sidebarList__item.is-current .c-sidebarListChild {
        position: static;
        display: block;
        padding: 0 0 0 40px;
        width: auto;
        background-color: #fff
    }
    .c-sidebarList__item.is-current .c-sidebarListChild::before {
        content: none
    }
    .c-sidebarList__item.is-current .c-sidebarListChild__item {
        margin-bottom: 8px
    }
    .c-sidebarList__item.is-current .c-sidebarListChild__link {
        color: #000;
        padding: 0;
        line-height: 2
    }
    .c-sidebarList__item.is-current .c-sidebarListChild__link.is-current, .c-sidebarList__item.is-current .c-sidebarListChild__link:hover {
        color: #5bbbb7
    }
    .c-sidebarList__item.is-current .c-sidebarListChild__link::before {
        top: 11px;
        left: -16px;
        width: 7px;
        height: 3px;
        border: none;
        background: #000
    }
    .c-sidebarList__item.is-current .c-sidebarListChild__link.is-current::before, .c-sidebarList__item.is-current .c-sidebarListChild__link:hover::before {
        background: #5bbbb7
    }
    .c-sidebarList__item.is-current .c-sidebarListChild .u-show--pc {
        display: none
    }
    .c-sidebarList__item.is-current .c-sidebarList__link::before {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }
    .c-sidebarList__link {
        padding: 8px 0 8px 40px;
        position: relative;
        font-size: 12px
    }
    .c-sidebarList__link::before {
        top: 12px;
        display: block;
        position: absolute;
        left: 0;
        content: ""
    }
    .c-sidebarList__link.is-current {
        color: #5bbbb7
    }
    .c-sidebarList__link::after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 15px;
        margin: auto;
        content: ''
    }
    .c-sidebarList__link--blog, .c-sidebarList__link--csr, .c-sidebarList__link--home {
        padding: 8px 0 8px 20px
    }
    .c-sidebarList__link--home::after {
        display: inline-block;
        position: relative;
        margin: 0 0 4px 10px;
        vertical-align: middle;
        left: 0;
        content: ""
    }
}
@media screen and (min-width:768px) {
    .c-sidebarList__link::before {
        background-position: -267px -134px;
        width: 10px;
        height: 11px
    }
}
@media screen and (min-width:768px) and (max-width:767px) {
    .c-sidebarList__link::before {
        background-position: -133.5px -67px;
        width: 5px;
        height: 5.5px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (min-width:768px) {
    .c-sidebarList__link::before {
        background-position: -267px -134px;
        width: 10px;
        height: 11px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (max-width:767px) {
    .c-sidebarList__link::before {
        background-position: -133.5px -67px;
        width: 5px;
        height: 5.5px
    }
}
@media screen and (min-width:768px) {
    .c-sidebarList__link--home::after {
        background-position: -252px -274px;
        width: 15px;
        height: 17px
    }
}
@media screen and (min-width:768px) and (max-width:767px) {
    .c-sidebarList__link--home::after {
        background-position: -126px -137px;
        width: 7.5px;
        height: 8.5px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (min-width:768px) {
    .c-sidebarList__link--home::after {
        background-position: -252px -274px;
        width: 15px;
        height: 17px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (max-width:767px) {
    .c-sidebarList__link--home::after {
        background-position: -126px -137px;
        width: 7.5px;
        height: 8.5px
    }
}

@media screen and (min-width:768px) {
    .c-sidebarList__link--sdgs::after {
        background: transparent url("../images/common/icons/sdgs_tiny.png");
        width: 16px;
        height: 16px
    }
}
@media screen and (min-width:768px) {
  .c-sidebarList__link--community::after {
    background: transparent url("../images/common/icons/community_tiny.png");
    width: 16px;
    height: 16px;
    left: 18px;
  }
}
@media screen and (min-width:768px) {
    .c-sidebarList__link--conduct::after {
        background-position: -297px -212px;
        width: 20px;
        height: 16px
    }
}
@media screen and (min-width:768px) and (max-width:767px) {
    .c-sidebarList__link--conduct::after {
        background-position: -148.5px -106px;
        width: 10px;
        height: 8px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (min-width:768px) {
    .c-sidebarList__link--conduct::after {
        background-position: -297px -212px;
        width: 20px;
        height: 16px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (max-width:767px) {
    .c-sidebarList__link--conduct::after {
        background-position: -148.5px -106px;
        width: 10px;
        height: 8px
    }
}
@media screen and (min-width:768px) {
    .c-sidebarList__link--corporate::after {
        background-position: -322px -295px;
        width: 20px;
        height: 16px
    }
}
@media screen and (min-width:768px) and (max-width:767px) {
    .c-sidebarList__link--corporate::after {
        background-position: -161px -147.5px;
        width: 10px;
        height: 8px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (min-width:768px) {
    .c-sidebarList__link--corporate::after {
        background-position: -322px -295px;
        width: 20px;
        height: 16px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (max-width:767px) {
    .c-sidebarList__link--corporate::after {
        background-position: -161px -147.5px;
        width: 10px;
        height: 8px
    }
}
@media screen and (min-width:768px) {
    .c-sidebarList__link--compliance::after {
        background-position: -192px -115px;
        width: 20px;
        height: 14px
    }
}
@media screen and (min-width:768px) and (max-width:767px) {
    .c-sidebarList__link--compliance::after {
        background-position: -96px -57.5px;
        width: 10px;
        height: 7px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (min-width:768px) {
    .c-sidebarList__link--compliance::after {
        background-position: -192px -115px;
        width: 20px;
        height: 14px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (max-width:767px) {
    .c-sidebarList__link--compliance::after {
        background-position: -96px -57.5px;
        width: 10px;
        height: 7px
    }
}
@media screen and (min-width:768px) {
    .c-sidebarList__link--risk::after {
        background-position: -277px -212px;
        width: 20px;
        height: 16px
    }
}
@media screen and (min-width:768px) and (max-width:767px) {
    .c-sidebarList__link--risk::after {
        background-position: -138.5px -106px;
        width: 10px;
        height: 8px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (min-width:768px) {
    .c-sidebarList__link--risk::after {
        background-position: -277px -212px;
        width: 20px;
        height: 16px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (max-width:767px) {
    .c-sidebarList__link--risk::after {
        background-position: -138.5px -106px;
        width: 10px;
        height: 8px
    }
}
@media screen and (min-width:768px) {
    .c-sidebarList__link--security::after {
        background-position: -172px -115px;
        width: 20px;
        height: 15px
    }
}
@media screen and (min-width:768px) and (max-width:767px) {
    .c-sidebarList__link--security::after {
        background-position: -86px -57.5px;
        width: 10px;
        height: 7.5px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (min-width:768px) {
    .c-sidebarList__link--security::after {
        background-position: -172px -115px;
        width: 20px;
        height: 15px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (max-width:767px) {
    .c-sidebarList__link--security::after {
        background-position: -86px -57.5px;
        width: 10px;
        height: 7.5px
    }
}
@media screen and (min-width:768px) {
    .c-sidebarList__link--customers::after {
        background-position: -240px -98px;
        width: 20px;
        height: 16px
    }
}
@media screen and (min-width:768px) and (max-width:767px) {
    .c-sidebarList__link--customers::after {
        background-position: -120px -49px;
        width: 10px;
        height: 8px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (min-width:768px) {
    .c-sidebarList__link--customers::after {
        background-position: -240px -98px;
        width: 20px;
        height: 16px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (max-width:767px) {
    .c-sidebarList__link--customers::after {
        background-position: -120px -49px;
        width: 10px;
        height: 8px
    }
}
@media screen and (min-width:768px) {
    .c-sidebarList__link--clients::after {
        background-position: -232px -115px;
        width: 20px;
        height: 12px
    }
}
@media screen and (min-width:768px) and (max-width:767px) {
    .c-sidebarList__link--clients::after {
        background-position: -116px -57.5px;
        width: 10px;
        height: 6px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (min-width:768px) {
    .c-sidebarList__link--clients::after {
        background-position: -232px -115px;
        width: 20px;
        height: 12px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (max-width:767px) {
    .c-sidebarList__link--clients::after {
        background-position: -116px -57.5px;
        width: 10px;
        height: 6px
    }
}
@media screen and (min-width:768px) {
    .c-sidebarList__link--employees::after {
        background-position: -322px -243px;
        width: 20px;
        height: 18px
    }
}
@media screen and (min-width:768px) and (max-width:767px) {
    .c-sidebarList__link--employees::after {
        background-position: -161px -121.5px;
        width: 10px;
        height: 9px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (min-width:768px) {
    .c-sidebarList__link--employees::after {
        background-position: -322px -243px;
        width: 20px;
        height: 18px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (max-width:767px) {
    .c-sidebarList__link--employees::after {
        background-position: -161px -121.5px;
        width: 10px;
        height: 9px
    }
}
@media screen and (min-width:768px) {
    .c-sidebarList__link--sports::after {
        background-position: -322px -278px;
        width: 20px;
        height: 17px
    }
}
@media screen and (min-width:768px) and (max-width:767px) {
    .c-sidebarList__link--sports::after {
        background-position: -161px -139px;
        width: 10px;
        height: 8.5px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (min-width:768px) {
    .c-sidebarList__link--sports::after {
        background-position: -322px -278px;
        width: 20px;
        height: 17px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (max-width:767px) {
    .c-sidebarList__link--sports::after {
        background-position: -161px -139px;
        width: 10px;
        height: 8.5px
    }
}
@media screen and (min-width:768px) {
    .c-sidebarList__link--nurture::after {
        background-position: -212px -115px;
        width: 20px;
        height: 14px
    }
}
@media screen and (min-width:768px) and (max-width:767px) {
    .c-sidebarList__link--nurture::after {
        background-position: -106px -57.5px;
        width: 10px;
        height: 7px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (min-width:768px) {
    .c-sidebarList__link--nurture::after {
        background-position: -212px -115px;
        width: 20px;
        height: 14px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (max-width:767px) {
    .c-sidebarList__link--nurture::after {
        background-position: -106px -57.5px;
        width: 10px;
        height: 7px
    }
}
@media screen and (min-width:768px) {
    .c-sidebarList__link--service::after {
        background-position: -322px -223px;
        width: 20px;
        height: 20px
    }
}
@media screen and (min-width:768px) and (max-width:767px) {
    .c-sidebarList__link--service::after {
        background-position: -161px -111.5px;
        width: 10px;
        height: 10px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (min-width:768px) {
    .c-sidebarList__link--service::after {
        background-position: -322px -223px;
        width: 20px;
        height: 20px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (max-width:767px) {
    .c-sidebarList__link--service::after {
        background-position: -161px -111.5px;
        width: 10px;
        height: 10px
    }
}
@media screen and (min-width:768px) {
    .c-sidebarList__link--enviroment::after {
        background-position: -252px -115px;
        width: 20px;
        height: 12px
    }
}
@media screen and (min-width:768px) and (max-width:767px) {
    .c-sidebarList__link--enviroment::after {
        background-position: -126px -57.5px;
        width: 10px;
        height: 6px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (min-width:768px) {
    .c-sidebarList__link--enviroment::after {
        background-position: -252px -115px;
        width: 20px;
        height: 12px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (max-width:767px) {
    .c-sidebarList__link--enviroment::after {
        background-position: -126px -57.5px;
        width: 10px;
        height: 6px
    }
}
@media screen and (min-width:768px) {
    .c-sidebarList__link--disaster::after {
        background-position: -322px -261px;
        width: 20px;
        height: 17px
    }
}
@media screen and (min-width:768px) and (max-width:767px) {
    .c-sidebarList__link--disaster::after {
        background-position: -161px -130.5px;
        width: 10px;
        height: 8.5px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (min-width:768px) {
    .c-sidebarList__link--disaster::after {
        background-position: -322px -261px;
        width: 20px;
        height: 17px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (max-width:767px) {
    .c-sidebarList__link--disaster::after {
        background-position: -161px -130.5px;
        width: 10px;
        height: 8.5px
    }
}
@media screen and (min-width:768px) {
    .c-sidebarListChild__link::before, .c-sidebarList__link--clients::after, .c-sidebarList__link--compliance::after, .c-sidebarList__link--conduct::after, .c-sidebarList__link--corporate::after, .c-sidebarList__link--customers::after, .c-sidebarList__link--disaster::after, .c-sidebarList__link--employees::after, .c-sidebarList__link--enviroment::after, .c-sidebarList__link--home::after, .c-sidebarList__link--nurture::after, .c-sidebarList__link--risk::after, .c-sidebarList__link--security::after, .c-sidebarList__link--service::after, .c-sidebarList__link--sports::after, .c-sidebarList__link::before {
        background-image: url(../images/common/spritesheet@pc.png);
        background-repeat: no-repeat
    }
}
@media screen and (min-width:768px) {
    .c-sidebarListChild__link::before {
        background-position: -267px -145px;
        width: 10px;
        height: 11px
    }
}
@media screen and (min-width:768px) and (max-width:767px) {
    .c-sidebarListChild__link::before {
        background-position: -133.5px -72.5px;
        width: 5px;
        height: 5.5px
    }
}
@media screen and (min-width:768px) and (max-width:767px) {
    .c-sidebarListChild__link::before, .c-sidebarList__link--clients::after, .c-sidebarList__link--compliance::after, .c-sidebarList__link--conduct::after, .c-sidebarList__link--corporate::after, .c-sidebarList__link--customers::after, .c-sidebarList__link--disaster::after, .c-sidebarList__link--employees::after, .c-sidebarList__link--enviroment::after, .c-sidebarList__link--home::after, .c-sidebarList__link--nurture::after, .c-sidebarList__link--risk::after, .c-sidebarList__link--security::after, .c-sidebarList__link--service::after, .c-sidebarList__link--sports::after, .c-sidebarList__link::before {
        background-size: 203px 198px;
        background-image: url(../images/common/spritesheet@pc.png);
        background-repeat: no-repeat
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (min-width:768px) {
    .c-sidebarListChild__link::before {
        background-position: -267px -145px;
        width: 10px;
        height: 11px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (max-width:767px) {
    .c-sidebarListChild__link::before {
        background-position: -133.5px -72.5px;
        width: 5px;
        height: 5.5px
    }
}
@media screen and (min-width:768px) {
    .c-sidebarListChild__link {
        padding: 6px 0 6px 18px;
        color: #fff;
        line-height: 1.7;
        position: relative;
        display: block;
        font-size: 12px
    }
    .c-sidebarListChild__link::before {
        left: 0;
        top: 11px;
        display: block;
        content: "";
        position: absolute
    }
    .c-sidebarListChild__link:hover {
        color: #fff;
        text-decoration: underline
    }
}
@media screen and (max-width:767px) {
    .c-sidebar {
        display: none
    }
}
.c-pickup__item {
    position: relative;
    display: block
}
.c-pickup__item__title {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 7px
}
.c-tag, .c-tag h3 {
    font-weight: 400
}
.c-pickup__item__lead {
    line-height: 1.7
}
@media screen and (min-width:768px) {
    .c-pickup__item {
        width: 373px
    }
    .c-pickup__item__link {
        position: relative;
        display: block;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        margin-bottom: 16px;
        height: 100px
    }
    .c-pickup__item__link:hover {
        opacity: .75
    }
    .c-pickup__item__link::after {
        content: '';
        position: absolute;
        top: 0;
        right: 20px;
        bottom: 0;
        margin: auto;
        width: 0;
        height: 0;
        border-width: 9px 0 9px 15px;
        border-style: solid;
        border-color: transparent transparent transparent #fff
    }
    .c-pickup__item__link--baystars {
        background: url(../images/top/bg-baystars@pc.png)
    }
    .c-pickup__item__link--dwc {
        background: url(../images/top/bg-dwc@pc.png)
    }
    .c-pickup__item__link--dldp {
      background: url(../images/top/bg-dldp@pc.png)
    }
    .c-pickup__item__link--kbt {
      background: url(../images/top/bg-kbt@pc.jpg)
    }
    .c-pickup__item__link--dwc::before {
        content: '';
        top: -20px;
        display: block;
        position: absolute;
        left: -15px
    }
}
@media screen and (min-width:768px) {
    .c-pickup__item__link--dwc::before {
        background-image: url(../images/common/spritesheet@pc.png);
        background-repeat: no-repeat
    }
}
@media screen and (min-width:768px) {
    .c-pickup__item__link--dwc::before {
        background-position: -186px 0;
        width: 91px;
        height: 91px
    }
}
@media screen and (min-width:768px) and (max-width:767px) {
    .c-pickup__item__link--dwc::before {
        background-position: -93px 0;
        width: 45.5px;
        height: 45.5px
    }
}
@media screen and (min-width:768px) and (max-width:767px) {
    .c-pickup__item__link--dwc::before {
        background-size: 203px 198px;
        background-image: url(../images/common/spritesheet@pc.png);
        background-repeat: no-repeat
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (min-width:768px) {
    .c-pickup__item__link--dwc::before {
        background-position: -186px 0;
        width: 91px;
        height: 91px
    }
}
@media screen and (min-width:768px) and (max-width:767px) and (max-width:767px) {
    .c-pickup__item__link--dwc::before {
        background-position: -93px 0;
        width: 45.5px;
        height: 45.5px
    }
}
@media screen and (min-width:768px) {
    .c-pickup__item__link--cho {
        background: url(../images/top/bg-cho@pc.jpg) center;
        background-size: cover
    }
}
@media screen and (max-width:767px) {
    .c-pickup__item__link {
        height: auto;
        padding-top: 33.3%;
        margin-bottom: 16px;
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: contain
    }
    .c-pickup__item__link::after {
        display: none
    }
    .c-pickup__item__title {
        font-size: 14px;
        margin-bottom: 1px;
        color: #010101
    }
    .c-pickup__item__lead {
        line-height: 1.8;
        color: #010101
    }
    .c-pickup__item__link--baystars {
        background-image: url(../images/top/bg-baystars@sp.png)
    }
    .c-pickup__item__link--dwc {
        background-image: url(../images/top/bg-dwc@sp.png)
    }
    .c-pickup__item__link--dldp {
      background-image: url(../images/top/bg-dldp@sp.png)
    }
    .c-pickup__item__link--kbt {
      background-image: url(../images/top/bg-kbt@sp.jpg)
    }

    .c-pickup__item__link--dwc::before {
        content: '';
        top: -15px;
        right: -15px;
        width: 75px;
        height: 75px;
        display: block;
        position: absolute
    }
}
@media screen and (max-width:767px) and (min-width:768px) {
    .c-pickup__item__link--dwc::before {
        background-image: url(../images/common/spritesheet@sp.png);
        background-repeat: no-repeat
    }
}
@media screen and (max-width:767px) and (min-width:768px) and (min-width:768px) {
    .c-pickup__item__link--dwc::before {
        background-position: 0 0;
        width: 150px;
        height: 150px
    }
}
@media screen and (max-width:767px) and (min-width:768px) and (max-width:767px) {
    .c-pickup__item__link--dwc::before {
        background-position: 0 0;
        width: 75px;
        height: 75px
    }
}
@media screen and (max-width:767px) {
    .c-pickup__item__link--dwc::before {
        background-size: 203px 198px;
        background-image: url(../images/common/spritesheet@sp.png);
        background-repeat: no-repeat
    }
}
@media screen and (max-width:767px) and (min-width:768px) {
    .c-pickup__item__link--dwc::before {
        background-position: 0 0;
        width: 150px;
        height: 150px
    }
}
@media screen and (max-width:767px) and (max-width:767px) {
    .c-pickup__item__link--dwc::before {
        background-position: 0 0;
        width: 75px;
        height: 75px
    }
}
.c-tag {
    color: #fff;
    display: inline-block;
    margin: 0 0 20px;
    padding: 6px 20px;
    border-radius: 20px;
    line-height: 1.6;
    font-size: 14px
}
.c-tag--management {
    background-color: #5bbbb7
}
.c-tag--stakeholder {
    background-color: #ff7900
}
.c-tag--society {
    background-color: #dc0451
}
.c-tag--pupil {
    background-color: #fdc82f
}
.c-tag--middleschool {
    background-color: #ff7900
}
.c-tag--college {
    background-color: #5bbbb7
}
.c-tag--protector {
    background-color: #dc0451
}
.c-tag--student {
    background-color: #c9c9c9
}
.c-tag--small {
    margin-bottom: 0;
    padding: 2px 20px 0;
    margin-left: 10px;
    font-size: 13px;
    vertical-align: top
}
.c-tag--bold {
    font-weight: 700
}
.c-tag--middle {
    vertical-align: middle
}
@media screen and (max-width:767px) {
    .c-pickup__item__link--cho {
        background-image: url(../images/top/bg-cho@sp.jpg);
        background-position: center;
        background-size: cover
    }
    .c-tag h3 {
        font-weight: 700;
        font-size: 14px
    }
    .c-tag--small {
        font-size: 12px;
        line-height: 1.5;
        padding: 0 8px;
        border-radius: 9px
    }
}
.c-heading {
    position: relative;
    padding-left: 20px;
    line-height: 22px;
    font-size: 20px;
    font-weight: 700
}
.c-heading::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 6px;
    height: 100%;
    content: ''
}
.c-heading--top {
    padding-left: 22px;
    margin: 0 0 30px
}
.c-heading--height {
    line-height: 30px;
}
.c-heading+.c-subpage__paragraph {
    margin-top: 20px
}
.c-subpage__paragraph+.c-heading {
    margin-top: 60px
}
.c-subpage__img--chooffice+.c-heading {
    margin-top: 40px
}
.c-heading+.c-subpage__imageList, .c-heading+.c-subpage__img {
    margin-top: 30px
}
.c-heading+.c-subpage__timelineList {
    margin-top: 40px
}
.c-heading--black::before {
    background-color: #000
}
.c-heading--green::before {
    background-color: #5bbbb7
}
.c-heading--orange::before {
    background-color: #ff7900
}
.c-heading--pink::before, .c-heading--underline--pink::before {
    background-color: #dc0451
}
.c-heading--blank {
    margin-left: 12px;
    display: inline-block
}
.c-heading--underline {
    padding-bottom: 10px;
    border-bottom: 4px solid #c9c9c9;
    font-weight: 700;
    font-size: 18px;
    position: relative
}
.c-heading--underline::before {
    position: absolute;
    bottom: -3px;
    width: 160px;
    height: 3px;
    content: ""
}
.c-heading--underline--pink {
    border-bottom-width: 3px;
    padding-bottom: 11px
}
.c-heading--accor span {
    display: inline-block;
    padding-right: 35px;
    position: relative;
    cursor: pointer;
}

.c-heading--accor:hover span {
    text-decoration: underline;
}

.c-heading--accor span::before {
    content: "";
	position: absolute;
	right: 10px;
	top: 25%;
	width: 0;
	height: 0;
	border-bottom: 8px solid transparent;
	border-left: 10px solid #ff7900;
	border-top: 8px solid transparent;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

@media screen and (max-width:767px) {
    .c-heading--accor span::before {
        border-bottom: 6px solid transparent;
        border-left: 8px solid #ff7900;
        border-top: 6px solid transparent;
    }
}

.c-heading--accor.open span::before {
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.c-subpage__paragraph__button {
    display: block;
    max-width: 45%;
    margin: 20px auto;
    text-align: center;
    padding: 15px 0;
    border: 1px solid #cac7c7;
    border-radius: 5px;
    background: rgba(249,248,248,1);
    background: -moz-linear-gradient(top, rgba(249,248,248,1) 0%, rgba(209,207,207,1) 100%);
    background: -webkit-linear-gradient(top, rgba(249,248,248,1) 0%, rgba(209,207,207,1) 100%);
    background: -o-linear-gradient(top, rgba(249,248,248,1) 0%, rgba(209,207,207,1) 100%);
    background: -ms-linear-gradient(top, rgba(249,248,248,1) 0%, rgba(209,207,207,1) 100%);
    background: linear-gradient(to bottom, rgba(249,248,248,1) 0%, rgba(209,207,207,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f8f8', endColorstr='#d1cfcf', GradientType=0 );
}

.spBr {
    display: none;
}

@media screen and (max-width:767px) {
    .c-subpage__paragraph__button {
        max-width: 100%;
        font-size:12px;
    }
    .spBr {
        display: block;
    }
}

.c-subpage__paragraph__button span {
    position: relative;
    display: inline-block;
    padding-left: 15px;
}
.c-subpage__paragraph__button span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 30%;
    width: 8px;
    height: 8px;
    border-left: 2px solid #ff7900;
    border-top: 2px solid #ff7900;
    -moztransform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

@media screen and (min-width:768px) {
    .c-subpage__contents {
        padding-bottom: 160px
    }
    .c-subpage__contents--service {
        padding-bottom: 182px
    }
}
@media screen and (max-width:767px) {
    .c-heading {
        font-size: 17px;
        line-height: 25px;
        padding-left: 15px
    }
    .c-heading::before {
        width: 5px;
        height: 100%
    }
    .c-heading--blank {
        display: block;
        margin-left: -20px;
        position: relative;
        padding-left: 10px;
        background: #fff;
        line-height: 1;
        padding-top: 5px
    }
    .c-heading--top {
        padding-left: 22px;
        margin: 0 0 20px
    }
    .c-heading+.c-subpage__img+.c-subpage__image {
        margin-top: 20px
    }
    .c-heading+.c-subpage__paragraph {
        margin-top: 12px
    }
    .c-subpage__paragraph+.c-heading {
        margin-top: 42px
    }
    .c-heading+.c-subpage__imageList {
        margin-top: 20px
    }
    .c-heading--underline {
        line-height: 1.5
    }
    .c-heading--underline::before {
        width: 80px;
        height: 4px;
        bottom: -4px
    }
    .c-subpage__contents {
        padding-bottom: 70px
    }
}
@media screen and (min-width:767px) {
    .c-subpage__banner {
        margin-top: 30px;
        height: 300px;
        background-position: center 0;
        background-repeat: no-repeat
    }
    .c-subpage__banner--governance {
        background-image: url(../images/governance/img_headcontent.jpg);
        position: relative
    }
    .c-subpage__banner--compliance {
        background-image: url(../images/compliance/img_headcontent.jpg)
    }
    .c-subpage__banner--riskmanagement {
        background-image: url(../images/risk-management/img_headcontent.jpg);
        margin-bottom: 20px
    }
    .c-subpage__banner--itsecurity {
        background-image: url(../images/it-security/img_headcontent.jpg)
    }
    .c-subpage__banner--customers {
        background-image: url(../images/customers/img_headcontent.jpg)
    }
    .c-subpage__banner--clients {
        background-image: url(../images/clients/img_headcontent.jpg)
    }
    .c-subpage__banner--employees {
        background-image: url(../images/employees/img_headcontent.jpg)
    }
    .c-subpage__banner--itnurture {
        background-image: url(../images/it-nurture/img_headcontent.jpg)
    }
    .c-subpage__banner--environment {
        background-image: url(../images/environment/bg-environment@pc.jpg)
    }
    .c-subpage__banner--sports {
        background-image: url(../images/sports/img_headcontent.jpg)
    }
    .c-subpage__banner--service {
        background-image: url(../images/service/bg-service@pc.jpg)
    }
    .c-subpage__banner--disaster-aid {
        background-image: url(../images/disaster-aid/bg-disaster-banner@pc.jpg)
    }
    .c-subpage__banner--sdgs {
      position: relative;
      height: auto;
      text-align: center;
     }
    .c-subpage__banner--sdgs p {
      text-align: left;
    }
}
@media screen and (max-width:767px) {
    .c-subpage__banner {
        margin-bottom: 20px
    }
    .c-subpage__banner--governance {
        background-image: url(../images/governance/img_headcontent@sp.jpg);
        margin-bottom: 0
    }
    .c-subpage__banner--compliance {
        background-image: url(../images/compliance/img_headcontent@sp.jpg)
    }
    .c-subpage__banner--riskmanagement {
        background-image: url(../images/risk-management/img_headcontent@sp.jpg)
    }
    .c-subpage__banner--customers {
        background-image: url(../images/customers/img_headcontent@sp.jpg);
        margin-bottom: 20px
    }
    .c-subpage__banner--clients {
        background-image: url(../images/clients/img_headcontent@sp.png);
        margin-bottom: 20px
    }
    .c-subpage__banner--employees {
        background-image: url(../images/employees/img_headcontent@sp.jpg);
        margin-bottom: 20px
    }
    .c-subpage__banner--itnurture {
        background-image: url(../images/it-nurture/img_headcontent@sp.jpg)
    }
    .c-subpage__banner--environment {
        background-image: url(../images/environment/bg-environment@sp.jpg)
    }
    .c-subpage__banner--service {
        background-image: url(../images/service/bg-service@sp.jpg)
    }
    .c-subpage__banner--sports {
        background-image: url(../images/sports/img_headcontent@sp.jpg)
    }
    .c-subpage__banner--disaster-aid {
        background-image: url(../images/disaster-aid/bg-disaster-banner@sp.png)
    }
    .c-subpage__banner--itsecurity {
        background-image: url(../images/it-security/security_img01_sp.jpg)
    }
    .c-subpage__banner--sdgs {
      position: relative;
      padding: 20px 20px 0;
    }
    .c-subpage__banner--sdgs img {
      margin-bottom: 10px;
    }
    .c-subpage__banner--sdgs p {
      text-align: left;
    }
}
.c-subpage__header {
    margin-bottom: 40px
}
.c-subpage__header--near {
    margin-bottom: 35px
}
.c-subpage__header__title {
    padding: 17px 0;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    background: #c9c9c9;
    color: #fff
}
.c-subpage__contents__notice {
    font-size: 14px;
    position: absolute;
    bottom: -37px;
    right: 0
}
@media screen and (max-width:767px) {
    .c-subpage__header {
        margin-bottom: 20px
    }
    .c-subpage__header--near {
        margin-bottom: 16px
    }
    .c-subpage__header__title {
        font-size: 17px;
        padding: 16px 0 17px;
        line-height: 1.3
    }
    .c-subpage__contents__notice {
        display: none;
        margin-top: 9px;
        margin-bottom: 20px;
        letter-spacing: -.05em;
        font-size: 10px;
        line-height: 1.2;
        width: 100%;
        text-align: center;
        position: relative;
        bottom: 0
    }
}
@media screen and (min-width:767px) {
    .c-subpage__paragraph {
        text-align: justify;
        font-size: 14px;
        margin: 0;
        line-height: 2.3
    }
    .c-subpage__paragraph--red {
        color: red
    }
    .c-subpage__paragraph--largeText {
        font-size: 16px
    }
    .c-subpage__paragraph--smallText {
        display: block;
        font-size: 12px;
        line-height: 1.7
    }
    .c-subpage__paragraph--space {
        margin-top: 18px;
        display: inline-block
    }
    .c-subpage__paragraph--lineheigh {
        line-height: 1.5
    }
    .c-subpage__paragraph--choOffice {
        line-height: 2
    }
    .c-subpage__paragraph+.c-subpage__paragraph {
        margin-top: 32px
    }
    .c-subpage__img+.c-subpage__paragraph {
        margin-top: 30px
    }
    .c-subpage__paragraph+.c-subpage__activityList {
        margin-top: 20px
    }
}

.c-subpage__paragraph--smallText a {
    display: inline-block;
    color: #1d7fb7;
}


@media screen and (max-width:767px) {
    .c-subpage__paragraph {
        line-height: 2.1
    }
    .c-subpage__paragraph--red {
        color: red
    }
    .c-subpage__paragraph--smallText {
        font-size: 12px
    }
    .c-subpage__paragraph+.c-subpage__img {
        margin-top: 12px
    }
    .c-subpage__paragraph+.c-subpage__imageList--m {
        margin-top: 35px!important
    }
    .c-subpage__paragraph+.c-subpage__imageList {
        margin-top: 12px
    }
    .c-subpage__paragraph--lineheigh {
        line-height: 1.45
    }
    .c-subpage__paragraph--bold {
        font-weight: bolder
    }
    .c-subpage__paragraph--block {
        display: block
    }
    .c-subpage__paragraph--space {
        margin-top: 15px;
        display: inline-block
    }
    .c-subpage__paragraph+.c-subpage__paragraph {
        margin-top: 12px
    }
}
@media screen and (min-width:767px) and (min-width:768px) and (min-width:768px) {
    .c-subpage__link--orange:before {
        background-position: -235px -156px;
        width: 12px;
        height: 13px
    }
}
@media screen and (min-width:767px) and (min-width:768px) and (max-width:767px) {
    .c-subpage__link--orange:before {
        background-position: -117.5px -78px;
        width: 6px;
        height: 6.5px
    }
}
@media screen and (min-width:767px) and (max-width:767px) and (min-width:768px) {
    .c-subpage__link--orange:before {
        background-position: -235px -156px;
        width: 12px;
        height: 13px
    }
}
@media screen and (min-width:767px) and (max-width:767px) and (max-width:767px) {
    .c-subpage__link--orange:before {
        background-position: -117.5px -78px;
        width: 6px;
        height: 6.5px
    }
}
@media screen and (min-width:767px) and (min-width:768px) {
    .c-subpage__link--orange:before, .c-subpage__link--pink:before {
        background-image: url(../images/common/spritesheet@pc.png);
        background-repeat: no-repeat
    }
}
@media screen and (min-width:767px) and (min-width:768px) and (min-width:768px) {
    .c-subpage__link--pink:before {
        background-position: -222px -156px;
        width: 13px;
        height: 13px
    }
}
@media screen and (min-width:767px) and (min-width:768px) and (max-width:767px) {
    .c-subpage__link--pink:before {
        background-position: -111px -78px;
        width: 6.5px;
        height: 6.5px
    }
}
@media screen and (min-width:767px) and (max-width:767px) {
    .c-subpage__link--orange:before, .c-subpage__link--pink:before {
        background-size: 203px 198px;
        background-image: url(../images/common/spritesheet@pc.png);
        background-repeat: no-repeat
    }
}
@media screen and (min-width:767px) and (max-width:767px) and (min-width:768px) {
    .c-subpage__link--pink:before {
        background-position: -222px -156px;
        width: 13px;
        height: 13px
    }
}
@media screen and (min-width:767px) and (max-width:767px) and (max-width:767px) {
    .c-subpage__link--pink:before {
        background-position: -111px -78px;
        width: 6.5px;
        height: 6.5px
    }
}
@media screen and (min-width:767px) {
    .c-subpage__link {
        display: inline-block;
        color: #1d7fb7
    }
    .c-subpage__link:hover {
        color: #1d7fb7;
        text-decoration: underline
    }
    .c-subpage__link--lineheigh {
        line-height: 1.5
    }
    .c-subpage__link--orange {
        color: #000;
        font-weight: 700;
        padding-left: 20px;
        position: relative
    }
    .c-subpage__link--orange:before {
        top: 3px;
        left: 0;
        position: absolute;
        content: ""
    }
    .c-subpage__link--orange:hover {
        text-decoration: underline;
        color: #000
    }
    .c-subpage__link--pink {
        color: #000;
        font-weight: 700;
        padding-left: 20px;
        position: relative
    }
    .c-subpage__link--pink:before {
        top: 3px;
        left: 0;
        position: absolute;
        content: ""
    }
    .c-subpage__link--pink:hover {
        text-decoration: underline;
        color: #000
    }
    .c-subpage__link--gyokai {
        margin: 21px 0 45px;
        padding-top: 60px;
        width: 468px;
        height: 0;
        background-image: url(../images/gyokai/btn_gyokai.png);
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: 100% auto;
    }
    .c-subpage__link--gyokai.gyokai_02 {
      padding-top: 175.5px;
      width: 300px;
      background-image: url(../images/gyokai/btn_gyokai_02.png);
    }
    .c-subpage__link--gyokai:hover {
        opacity: .7
    }
    .c-subpage__link--naibutsuho {
        color: #1d7fb7;
        font-size: 17px;
        font-weight: 700;
        display: inline-block
    }
    .c-subpage__link--naibutsuho:hover {
        color: #1d7fb7;
        text-decoration: underline
    }
    .c-subpage__link--error {
        color: #1d7fb7;
        font-size: 17px;
        margin-top: 10px;
        display: inline-block
    }
    .c-subpage__link--error:hover {
        color: #1d7fb7;
        text-decoration: underline
    }
    .c-subpage__link--bold {
        font-weight: bolder
    }
    .c-subpage__link--sp {
        display: none
    }
    .c-subpage__link--arrow {
        position: relative;
        padding-right: 22px
    }
    .c-subpage__link--arrow:before {
        content: '';
        display: inline-block;
        margin-left: 7px;
        width: 15px;
        height: 15px;
        right: 0;
        position: absolute
    }
    .c-subpage__link+.c-subpage__paragraph, .c-subpage__paragraph+.c-subpage__link {
        margin-top: 20px
    }
    .c-subpage__link+br+.c-subpage__link {
        margin-top: 23px
    }
    .c-subpage__link+br+.c-subpage__link--block {
        margin-top: 0
    }
    .c-subpage__imageList+.c-subpage__link {
        margin-top: 26px
    }
    .c-subpage__link+.c-subpage__imageList {
        margin-top: 36px
    }
    .c-subpage__contentsList+.c-subpage__link {
        margin-top: 17px
    }
    .c-subpage__link+.c-heading {
        margin-top: 66px
    }
    .c-subpage__link+.c-heading--near {
        margin-top: 20px
    }
    .c-subpage__link+.c-subpage__img {
        margin-top: 36px
    }
    .c-subpage__link--noMG+.c-subpage__paragraph {
        margin-top: 0
    }
    .c-subpage__link--far+.c-subpage__paragraph {
        margin-top: 56px
    }
    .c-subpage__link--far+.c-heading {
        margin-top: 70px
    }
}
@media screen and (min-width:767px) and (min-width:768px) {
    .c-subpage__link--arrow:before {
        background-image: url(../images/common/spritesheet@pc.png);
        background-repeat: no-repeat
    }
}
@media screen and (min-width:767px) and (min-width:768px) and (min-width:768px) {
    .c-subpage__link--arrow:before {
        background-position: -260px -98px;
        width: 15px;
        height: 15px
    }
}
@media screen and (min-width:767px) and (min-width:768px) and (max-width:767px) {
    .c-subpage__link--arrow:before {
        background-position: -130px -49px;
        width: 7.5px;
        height: 7.5px
    }
}
@media screen and (min-width:767px) and (max-width:767px) {
    .c-subpage__link--arrow:before {
        background-size: 203px 198px;
        background-image: url(../images/common/spritesheet@pc.png);
        background-repeat: no-repeat
    }
}
@media screen and (min-width:767px) and (max-width:767px) and (min-width:768px) {
    .c-subpage__link--arrow:before {
        background-position: -260px -98px;
        width: 15px;
        height: 15px
    }
}
@media screen and (min-width:767px) and (max-width:767px) and (max-width:767px) {
    .c-subpage__link--arrow:before {
        background-position: -130px -49px;
        width: 7.5px;
        height: 7.5px
    }
}
@media screen and (max-width:767px) and (min-width:768px) and (min-width:768px) {
    .c-subpage__link--orange:before {
        background-position: -380px -172px;
        width: 22px;
        height: 22px
    }
}
@media screen and (max-width:767px) and (min-width:768px) and (max-width:767px) {
    .c-subpage__link--orange:before {
        background-position: -190px -86px;
        width: 11px;
        height: 11px
    }
}
@media screen and (max-width:767px) and (min-width:768px) {
    .c-subpage__link--orange:before {
        background-position: -380px -172px;
        width: 22px;
        height: 22px
    }
}
@media screen and (max-width:767px) and (max-width:767px) {
    .c-subpage__link--orange:before {
        background-position: -190px -86px;
        width: 11px;
        height: 11px
    }
}
@media screen and (max-width:767px) and (min-width:768px) {
    .c-subpage__link--orange:before, .c-subpage__link--pink:before {
        background-image: url(../images/common/spritesheet@sp.png);
        background-repeat: no-repeat
    }
}
@media screen and (max-width:767px) and (min-width:768px) and (min-width:768px) {
    .c-subpage__link--pink:before {
        background-position: -380px -194px;
        width: 22px;
        height: 22px
    }
}
@media screen and (max-width:767px) and (min-width:768px) and (max-width:767px) {
    .c-subpage__link--pink:before {
        background-position: -190px -97px;
        width: 11px;
        height: 11px
    }
}
@media screen and (max-width:767px) {
    .c-subpage__link--orange:before, .c-subpage__link--pink:before {
        background-size: 203px 198px;
        background-image: url(../images/common/spritesheet@sp.png);
        background-repeat: no-repeat
    }
}
@media screen and (max-width:767px) and (min-width:768px) {
    .c-subpage__link--pink:before {
        background-position: -380px -194px;
        width: 22px;
        height: 22px
    }
}
@media screen and (max-width:767px) and (max-width:767px) {
    .c-subpage__link--pink:before {
        background-position: -190px -97px;
        width: 11px;
        height: 11px
    }
}
@media screen and (max-width:767px) {
    .c-subpage__link {
        color: #1d7fb7;
        display: inline-block
    }
    .c-subpage__link--inline {
        display: inline
    }
    .c-subpage__link--orange {
        position: relative;
        padding-left: 18px;
        color: #000;
        font-weight: 700;
        line-height: 1.5
    }
    .c-subpage__link--orange:before {
        top: 5px;
        left: 0;
        position: absolute;
        content: ""
    }
    .c-subpage__link--pink {
        position: relative;
        padding-left: 18px;
        color: #000;
        font-weight: 700
    }
    .c-subpage__link--pink:before {
        top: 5px;
        left: 0;
        position: absolute;
        content: ""
    }
    .c-subpage__link--gyokai {
        overflow: hidden;
        margin: 12px 0 44px;
        padding-top: 35px;
        width: 271px;
        height: 0;
        background-image: url(../images/gyokai/btn_gyokai.png);
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: 100% auto;
    }
    .c-subpage__link--gyokai.gyokai_02 {
      padding-top: 84px;
      width: 160px;
      background-image: url(../images/gyokai/btn_gyokai_02.png);
    }
    .c-subpage__link--naibutsuho {
        color: #1d7fb7;
        font-size: 17px;
        font-weight: 700;
        display: inline-block;
        line-height: 24px
    }
    .c-subpage__link--error {
        color: #1d7fb7;
        font-size: 14px;
        margin-top: 10px;
        display: inline-block
    }
    .c-subpage__link--pc {
        display: none
    }
    .c-subpage__link+.c-subpage__paragraph, .c-subpage__paragraph+.c-subpage__link {
        margin-top: 8px
    }
    .c-subpage__imageList+.c-subpage__link {
        margin-top: 13px
    }
    .c-subpage__link+.c-subpage__imageList {
        margin-top: 16px
    }
    .c-subpage__link+.c-subpage__btn {
        margin-bottom: 12px
    }
    .c-subpage__link+.c-heading {
        margin-top: 46px
    }
    .c-subpage__link+.c-heading--near {
        margin-top: 20px
    }
    .c-subpage__link+.c-subpage__img, .c-subpage__link+.c-subpage__img+.c-subpage__image {
        margin-top: 16px
    }
    .c-subpage__link+br+.c-subpage__link {
        margin-top: 8px
    }
    .c-subpage__link+br+br+.c-subpage__link {
        margin-top: 13px
    }
    .c-subpage__paragraph+.c-subpage__link+.c-subpage__link {
        margin-top: 8px
    }
    .c-subpage__contentsList+.c-subpage__link {
        margin-bottom: 10px;
        margin-top: 10px
    }
    .c-subpage__link--far+.c-heading {
        margin-top: 70px
    }
    .c-subpage__link+.c-subpage__link {
        margin-top: 13px
    }
}
.c-subpage__contentsList__title, .c-subpage__imageList__title {
    display: block;
    font-weight: 700
}
@media screen and (min-width:767px) {
    .c-subpage__img {
        background-position: center 0;
        background-repeat: no-repeat;
        height: 300px
    }
    .c-subpage__img+.c-subpage__image+.c-subpage__paragraph {
        margin-top: 30px
    }
    .c-subpage__paragraph+.c-subpage__img {
        margin-top: 31px
    }
    .c-heading--underline+.c-subpage__img {
        margin-top: 30px
    }
    .c-subpage__img--diagram {
        height: 505px;
        margin: 30px 0 40px;
        /* background-image: url(../images/it-security/img_map.png) */
        background-image: url(../images/it-security/20201210_体制図.png);
        background-position: center center;
        background-size: 100% auto;
    }
    .c-subpage__img--kenzenTorikumi {
        margin-top: 30px;
        margin-bottom: 31px;
        background-image: url(../images/kenzen/img_kenzen01.jpg)
    }
    .c-subpage__img--kenzenGensoku {
        height: 255px;
        background-image: url(../images/kenzen/img_kenzen02.png);
        background-position: 0 0;
        margin-top: 30px;
        margin-bottom: 46px
    }
    .c-subpage__img--chooffice {
        margin-top: 30px
    }
    .c-subpage__img--programing1 {
        background-image: url(../images/programing-education/programing_img01.jpg)
    }
    .c-subpage__img--programing2 {
        margin-top: 31px;
        margin-bottom: 30px;
        background-image: url(../images/programing-education/programing_img02.jpg)
    }
    .c-subpage__img--mt85 {
        margin-top: 85px
    }
    .c-subpage__img--director {
        background-image: url(../images/programing-education/detail/img_detail_1.jpg)
    }
    .c-subpage__img--programdetail1 {
        background-image: url(../images/programing-education/detail/img_detail_2.png)
    }
    .c-subpage__img--programdetail2 {
        background-image: url(../images/programing-education/detail/img_detail_3.png)
    }
    .c-subpage__img--programdetail3 {
        background-image: url(../images/programing-education/detail/img_detail_4.png)
    }
    .c-subpage__img--programdetail4 {
        background-image: url(../images/programing-education/detail/img_detail_5.png)
    }
    .c-subpage__img--programdetail5 {
        background-image: url(../images/programing-education/detail/img_detail_6.png)
    }
    .c-subpage__img--programdetail6 {
        background-image: url(../images/programing-education/detail/img_detail_7.png)
    }
    .c-subpage__img--programdetail9 {
        background-image: url(../images/programing-education/detail/img_detail_10.png)
    }
    .c-subpage__img--programdetail10 {
        background-image: url(../images/programing-education/detail/img_detail_11.png)
    }
    .c-subpage__img--programdetail11 {
        background-image: url(../images/programing-education/detail/img_detail_12.png)
    }
    .c-subpage__img--programdetail12 {
        background-image: url(../images/programing-education/detail/img_detail_13.png)
    }
    .c-subpage__img--programdetail13 {
        background-image: url(../images/programing-education/detail/img_detail_14.png)
    }
    .c-subpage__img--about03 {
        background-image: url(../images/learning/about/img_about_3.jpg)
    }
    .c-subpage__img--sports1 {
        background-image: url(../images/sports/img_sports_1.jpg);
        height: 341px
    }
    .c-subpage__img--sports2 {
        background-image: url(../images/sports/img_sports_2.jpg)
    }
    .c-subpage__img--sports3 {
        background-image: url(../images/sports/img_sports_3.jpg)
    }
    .c-subpage__img--sports4 {
        background-image: url(../images/sports/img_sports_4.jpg);
        height: 341px
    }
    .c-subpage__img--disaster-aid {
        background-image: url(../images/disaster-aid/bg-disaster-img@pc.jpg)
    }
    .c-subpage__img--code-of-conduct1 {
        background-image: url(../images/code-of-conduct/img_code-of-conduct_1.png);
        height: 245px
    }
}
@media screen and (max-width:767px) {
    .c-subpage__img {
        background-position: center 0;
        background-size: contain;
        background-repeat: no-repeat;
        padding-top: 65.93%
    }
    .c-subpage__img+.c-subpage__paragraph {
        margin-top: 12px
    }
    .c-subpage__img--diagram {
        margin: 20px 0 50px;
        /* background-image: url(../images/it-security/img_map@sp.png) */
        background-image: url(../images/it-security/20201210_体制図.png);
        background-position: center center;
        background-size: 100% auto;
    }
    .c-subpage__img--kenzenTorikumi {
        margin: 20px 0 10px;
        background-image: url(../images/kenzen/img_kenzen01@sp.jpg)
    }
    .c-subpage__img--kenzenGensoku {
        padding-top: 153.7%;
        margin: 20px 0 10px;
        background-image: url(../images/kenzen/img_kenzen02@sp.png)
    }
    .c-subpage__img--chooffice {
        margin-top: 20px
    }
    .c-subpage__img--programing1 {
        background-image: url(../images/programing-education/programing_img01@sp.jpg)
    }
    .c-subpage__img--programing {
        margin: 12px 0;
        background-image: url(../images/programing-education/img_edu1@sp.jpg)
    }
    .c-subpage__img--director {
        background-image: url(../images/programing-education/detail/img_detail_1@sp.jpg)
    }
    .c-subpage__img--programdetail1 {
        background-image: url(../images/programing-education/detail/img_detail_2@sp.png)
    }
    .c-subpage__img--programing2 {
        background-image: url(../images/programing-education/programing_img02@sp.jpg)
    }
    .c-subpage__img--programdetail2 {
        background-image: url(../images/programing-education/detail/img_detail_3@sp.png)
    }
    .c-subpage__img--programdetail3 {
        background-image: url(../images/programing-education/detail/img_detail_4@sp.png)
    }
    .c-subpage__img--programdetail4 {
        background-image: url(../images/programing-education/detail/img_detail_5@sp.png)
    }
    .c-subpage__img--programdetail5 {
        background-image: url(../images/programing-education/detail/img_detail_6@sp.png)
    }
    .c-subpage__img--programdetail6 {
        background-image: url(../images/programing-education/detail/img_detail_7@sp.png)
    }
    .c-subpage__img--programdetail9 {
        background-image: url(../images/programing-education/detail/img_detail_10@sp.png)
    }
    .c-subpage__img--programdetail10 {
        background-image: url(../images/programing-education/detail/img_detail_11@sp.png)
    }
    .c-subpage__img--programdetail11 {
        background-image: url(../images/programing-education/detail/img_detail_12@sp.png)
    }
    .c-subpage__img--programdetail12 {
        background-image: url(../images/programing-education/detail/img_detail_13@sp.png)
    }
    .c-subpage__img--programdetail13 {
        background-image: url(../images/programing-education/detail/img_detail_14@sp.png)
    }
    .c-subpage__img--about03 {
        background-image: url(../images/learning/about/img_about_3@sp.jpg)
    }
    .c-subpage__img--sports1 {
        background-image: url(../images/sports/img_sports_1@sp.jpg)
    }
    .c-subpage__img--sports2 {
        background-image: url(../images/sports/img_sports_2@sp.jpg)
    }
    .c-subpage__img--sports3 {
        background-image: url(../images/sports/img_sports_3@sp.jpg)
    }
    .c-subpage__img--sports4 {
        background-image: url(../images/sports/img_sports_4@sp.jpg)
    }
    .c-subpage__img--disaster-aid {
        background-image: url(../images/disaster-aid/bg-disaster-img@sp.jpg)
    }
    .c-subpage__img--code-of-conduct1 {
        background-image: url(../images/code-of-conduct/img_code-of-conduct_1@sp.png);
        padding-top: 70.5%;
    }
}
@media screen and (min-width:767px) {
    .c-subpage__imageList__bg {
        width: 454px;
        height: 300px;
        background-position: center 0;
        background-repeat: no-repeat;
        margin-bottom: 15px
    }
    .c-subpage__imageList__bg--dwc {
        background-image: url(../images/employees/img_employees_01.jpg)
    }
    .c-subpage__imageList__bg--contact {
        background-image: url(../images/employees/img_employees_02.jpg)
    }
    .c-subpage__imageList__bg--baystar {
        background-image: url(../images/employees/img_employees_03.jpg)
    }
    .c-subpage__imageList__bg--family {
        background-image: url(../images/employees/img_employees_04.jpg)
    }
    .c-subpage__imageList__bg--appforedu1 {
        background-image: url(../images/it-nurture/img_it-nurture_1.jpg)
    }
    .c-subpage__imageList__bg--appforedu2 {
        background-image: url(../images/it-nurture/img_it-nurture_2.jpg)
    }
    .c-subpage__imageList__bg--heatedu1 {
        background-image: url(../images/it-nurture/img_it-nurture_3.jpg)
    }
    .c-subpage__imageList__bg--heatedu2 {
        background-image: url(../images/it-nurture/img_it-nurture_4.jpg)
    }
    .c-subpage__imageList__bg--corporatevisits1 {
        background-image: url(../images/it-nurture/img_it-nurture_5.jpg)
    }
    .c-subpage__imageList__bg--corporatevisits2 {
        background-image: url(../images/it-nurture/img_it-nurture_6.jpg)
    }
    .c-subpage__imageList__bg--programing1 {
        background-color: #5bbbb7;
        padding: 30px 20px 0
    }
    .c-subpage__imageList__bg--programing2 {
        background-image: url(../images/programing-education/programing_img04.jpg)
    }
    .c-subpage__imageList__bg--programdetail7 {
        background-image: url(../images/programing-education/detail/img_detail_8.png)
    }
    .c-subpage__imageList__bg--programdetail8 {
        background-image: url(../images/programing-education/detail/img_detail_9.png)
    }
    .c-subpage__imageList__bg--about01 {
        background-image: url(../images/learning/about/img_about_1.jpg)
    }
    .c-subpage__imageList__bg--about02 {
        background-image: url(../images/learning/about/img_about_2.jpg)
    }
    .c-subpage__imageList__bg--about04 {
        background-image: url(../images/learning/about/img_about_4.jpg)
    }
    .c-subpage__imageList__bg--about05 {
        background-image: url(../images/learning/about/img_about_5.jpg)
    }
    .c-subpage__imageList__bg--about06 {
        background-image: url(../images/learning/about/img_about_6.jpg)
    }
    .c-subpage__imageList__bg--about07 {
        background-image: url(../images/learning/about/img_about_7.jpg)
    }
    .c-subpage__imageList__bg--btrip1 {
        background-image: url(../images/learning/b-trip/img_trip_1.jpg)
    }
    .c-subpage__imageList__bg--btrip2 {
        background-image: url(../images/learning/b-trip/img_trip_2.jpg)
    }
    .c-subpage__imageList__bg--internetUsage1 {
        background-image: url(../images/internet-usage/img_internet_1.jpg)
    }
    .c-subpage__imageList__bg--internetUsage2 {
        background-image: url(../images/internet-usage/img_internet_2.jpg)
    }
    .c-subpage__imageList__bg--internetUsage3 {
        background-image: url(../images/internet-usage/img_internet_3.jpg)
    }
    .c-subpage__imageList__bg--internetUsage4 {
        background-image: url(../images/internet-usage/img_internet_4.jpg)
    }
}
.c-subpage__imageList {
    font-size: 12px
}
.c-subpage__imageList+.c-subpage__paragraph {
    margin-top: 15px
}
.c-subpage__imageList+.c-heading {
    margin-top: 55px
}
.c-subpage__paragraph+.c-subpage__imageList {
    margin-top: 32px
}
.c-subpage__imageList__title {
    font-size: 16px;
    padding-bottom: 12px
}
.c-subpage__imageList .c-subpage__contentsList__item {
    font-size: 14px
}
@media screen and (max-width:767px) {
    .c-subpage__imagelist {
        margin-bottom: 20px
    }
    .c-subpage__imageList__item+.c-subpage__imageList__item {
        margin-top: 20px
    }
    .c-subpage__imageList__bg {
        margin-bottom: 8px;
        padding-top: 65.93%;
        background-position: center 0;
        background-size: contain;
        background-repeat: no-repeat
    }
    .c-subpage__imageList__bg--dwc {
        background-image: url(../images/employees/img_employees_01@sp.jpg)
    }
    .c-subpage__imageList__bg--contact {
        background-image: url(../images/employees/img_employees_02@sp.jpg)
    }
    .c-subpage__imageList__bg--baystar {
        background-image: url(../images/employees/img_employees_03@sp.jpg)
    }
    .c-subpage__imageList__bg--family {
        background-image: url(../images/employees/img_employees_04@sp.jpg)
    }
    .c-subpage__imageList__bg--appforedu1 {
        background-image: url(../images/it-nurture/img_it-nurture_1@sp.jpg)
    }
    .c-subpage__imageList__bg--appforedu2 {
        background-image: url(../images/it-nurture/img_it-nurture_2@sp.jpg)
    }
    .c-subpage__imageList__bg--heatedu1 {
        background-image: url(../images/it-nurture/img_it-nurture_3@sp.jpg)
    }
    .c-subpage__imageList__bg--heatedu2 {
        background-image: url(../images/it-nurture/img_it-nurture_4@sp.jpg)
    }
    .c-subpage__imageList__bg--corporatevisits1 {
        background-image: url(../images/it-nurture/img_it-nurture_5@sp.jpg)
    }
    .c-subpage__imageList__bg--corporatevisits2 {
        background-image: url(../images/it-nurture/img_it-nurture_6@sp.jpg)
    }
    .c-subpage__imageList__bg--programing1 {
        background-color: #5bbbb7;
        padding: 20px 10px
    }
    .c-subpage__imageList__bg--programing2 {
        background-image: url(../images/programing-education/programing_img04@sp.jpg)
    }
    .c-subpage__imageList__bg--programdetail7 {
        background-image: url(../images/programing-education/detail/img_detail_8@sp.png)
    }
    .c-subpage__imageList__bg--programdetail8 {
        background-image: url(../images/programing-education/detail/img_detail_9@sp.png)
    }
    .c-subpage__imageList__bg--about01 {
        background-image: url(../images/learning/about/img_about_1@sp.jpg)
    }
    .c-subpage__imageList__bg--about02 {
        background-image: url(../images/learning/about/img_about_2@sp.jpg)
    }
    .c-subpage__imageList__bg--about04 {
        background-image: url(../images/learning/about/img_about_4@sp.jpg)
    }
    .c-subpage__imageList__bg--about05 {
        background-image: url(../images/learning/about/img_about_5@sp.jpg)
    }
    .c-subpage__imageList__bg--about06 {
        background-image: url(../images/learning/about/img_about_6@sp.jpg)
    }
    .c-subpage__imageList__bg--about07 {
        background-image: url(../images/learning/about/img_about_7@sp.jpg)
    }
    .c-subpage__imageList__bg--btrip1 {
        background-image: url(../images/learning/b-trip/img_trip_1@sp.jpg)
    }
    .c-subpage__imageList__bg--btrip2 {
        background-image: url(../images/learning/b-trip/img_trip_2@sp.jpg)
    }
    .c-subpage__imageList__bg--internetUsage1 {
        background-image: url(../images/internet-usage/img_internet_1@sp.jpg)
    }
    .c-subpage__imageList__bg--internetUsage2 {
        background-image: url(../images/internet-usage/img_internet_2@sp.jpg)
    }
    .c-subpage__imageList__bg--internetUsage3 {
        background-image: url(../images/internet-usage/img_internet_4@sp.jpg)
    }
    .c-subpage__imageList__bg--internetUsage4 {
        background-image: url(../images/internet-usage/img_internet_3@sp.jpg)
    }
    .c-subpage__imageList {
        font-size: 12px
    }
    .c-subpage__imageList+.c-subpage__paragraph, .c-subpage__paragraph+.c-subpage__imageList {
        margin-top: 12px
    }
}
.c-subpage__contentsList--left {
    padding-left: 30px;
}


.c-subpage__contentsList__item {
    position: relative;
    padding-left: 34px;
    line-height: 2.3
}
.c-subpage__contentsList__item+.c-subpage__contentsList__item {
    margin-top: 12px
}
.c-subpage__contentsList__item:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 10px;
    width: 10px;
    height: 3px;
    background-color: #000
}
.c-subpage__contentsList__item span.text-notice {
    color: red;
    line-height: 1.7;
    font-weight: 700;
    display: block
}
.c-subpage__contentsList__item .c-subpage__link {
    margin-top: 20px
}
.c-subpage__contentsList__item--noMg+.c-subpage__contentsList__item--noMg, .c-subpage__contentsList__title--noMg+.c-subpage__contentsList__title--noMg {
    margin-top: 2px
}
.c-subpage__contentsList--white .c-subpage__contentsList__item {
    color: #fff
}
.c-subpage__contentsList--white .c-subpage__contentsList__item:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 10px;
    width: 10px;
    height: 3px;
    background-color: #fff
}
@media screen and (min-width:768px) {
    .c-subpage__paragraph+.c-subpage__contentsList {
        margin-top: 12px
    }
    .c-subpage__contentsList+.c-subpage__paragraph {
        margin-top: 6px
    }
    .c-subpage__contentsList+.c-heading {
        margin-top: 61px
    }
    .c-subpage__heading--medium+.c-subpage__contentsList {
        margin-top: 21px
    }
    .c-subpage__paragraph--near+.c-subpage__contentsList {
        margin-top: 2px
    }
    .c-heading+.c-subpage__contentsList {
        margin-top: 21px
    }
}
@media screen and (max-width:767px) {
    .c-subpage__heading--medium+.c-subpage__contentsList {
        margin-top: 12px
    }
    .c-subpage__contentsList+.c-heading {
        margin-top: 42px
    }
    .c-subpage__paragraph+.c-subpage__contentsList {
        margin-top: 15px
    }
    .c-subpage__paragraph--near+.c-subpage__contentsList {
        margin-top: 5px
    }
    .c-heading+.c-subpage__contentsList {
        margin-top: 12px
    }
    .c-subpage__contentsList__item+.c-subpage__contentsList__item, .c-subpage__contentsList__item--programing {
        margin-top: 15px
    }
    .c-subpage__contentsList__item {
        padding-left: 25px;
        line-height: 2.1
    }
    .c-subpage__contentsList__item:before {
        left: 5px;
        top: 13px
    }
    .c-subpage__contentsList__item--programing:first-child {
        margin-top: 0
    }
    .c-subpage__contentsList--mb {
        margin-bottom: 42px;
        margin-top: 0
    }
    .c-subpage__contentsList--mb .c-subpage__contentsList__item {
        margin-bottom: 15px
    }
}
.c-subpage__stepList {
    margin: 20px 0 70px
}
.c-subpage__stepList__item {
    width: 276px;
    border: 1px solid #dc0451;
    position: relative
}
.c-subpage__stepList__item:nth-child(2):before, .c-subpage__stepList__item:nth-child(3):before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -38px;
    margin: auto;
    width: 0;
    height: 0;
    border-width: 19px 0 19px 24px;
    border-style: solid;
    border-color: transparent transparent transparent #dc0451
}
.c-subpage__stepList__title {
    background-color: #dc0451;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 2
}
.c-subpage__detailStep {
    display: table;
    margin: 0 auto;
    width: 167px;
    height: 110px;
    vertical-align: middle
}
.c-subpage__detailStep__wrap {
    display: table-cell;
    margin: 0;
    padding: 0;
    vertical-align: middle
}
.c-subpage__detailStep__text {
    font-size: 15px;
    line-height: 1.3;
    position: relative
}
.c-subpage__detailStep__text:before {
    display: inline-block;
    margin-right: 3px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #000;
    content: '';
    vertical-align: middle
}
@media screen and (max-width:767px) {
    .c-subpage__stepList {
        margin-top: 16px;
        margin-bottom: 50px
    }
    .c-subpage__stepList__item {
        width: 100%;
        margin-top: 25px
    }
    .c-subpage__stepList__item:nth-child(1) {
        margin-top: 0
    }
    .c-subpage__stepList__item:nth-child(2):before, .c-subpage__stepList__item:nth-child(3):before {
        content: '';
        position: absolute;
        top: -17px;
        left: 0;
        right: 0;
        bottom: inherit;
        margin: auto;
        width: 0;
        height: 0;
        border-width: 8px 13px 0;
        border-color: #dc0451 transparent transparent
    }
    .c-subpage__stepList__title {
        font-size: 14px;
        line-height: 1.5
    }
    .c-subpage__detailStep {
        height: 40px
    }
    .c-subpage__detailStep__wrap {
        line-height: 1.3
    }
    .c-subpage__detailStep__text {
        font-size: 12px
    }
}
@media screen and (min-width:767px) {
    .c-subpage__iframe {
        margin: 31px 0 32px;
        text-align: center
    }
}
@media screen and (max-width:767px) {
    .c-subpage__iframe {
        margin: 12px 0 14px
    }
    .c-subpage__iframe__item {
        width: 100%
    }
    .c-subpage__iframe__video {
        height: auto
    }
    .c-subpage__iframe--programing {
        margin-top: 20px
    }
}
.c-subpage__button {
    display: inline-block;
    padding: 9px 15px 9px 19px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    line-height: 1.6
}
.c-subpage__button span {
    display: inline-block;
    padding-right: 20px;
    position: relative
}
.c-subpage__button span:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-width: 4px 0 4px 8px;
    border-style: solid;
    border-color: transparent transparent transparent #fff
}
.c-subpage__button:hover {
    color: #fff;
    opacity: .75
}
.c-subpage__button--orange {
    background-color: #ff7900
}
.c-subpage__button--pink {
    background-color: #dc0451
}
.c-subpage__button--pc {
    margin-top: 20px
}
.c-subpage__button+br+.c-subpage__link, .c-subpage__link+.c-subpage__button {
    margin-top: 26px
}
.c-subpage__button+.c-heading {
    margin-top: 70px
}
.c-subpage__paragraph+.c-subpage__button {
    margin-top: 21px
}
.c-subpage__button+.c-subpage__button {
    margin-bottom: 20px
}
.c-subpage__button+.c-subpage__imageList {
    margin-top: 40px
}
.c-subpage__link+br+br+.c-subpage__button {
    margin-top: 5px
}
.c-subpage__buttonDl {
    position: relative;
    border-width: 1px;
    border-style: solid;
    font-weight: 700;
    line-height: 1.6
}

.c-subpage__buttonDl::after, .c-subpage__buttonDl::before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: ''
}
.c-subpage__buttonDl--green {
    border-color: #5bbbb7;
    color: #5bbbb7
}
.c-subpage__buttonDl--green::after {
    border-color: transparent transparent transparent #5bbbb7
}
.c-subpage__buttonDl--orange {
  border-color: #FF7900;
  color: #FF7900;
}
.c-subpage__buttonDl--orange::after {
  border-color: transparent transparent transparent #FF7900;
}
.c-subpage__buttonDl--orange.c-subpage__buttonDl--japanese::before {
  background-image: url('/images/common/icons/pdf_icon_jp.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.c-subpage__buttonDl--orange.c-subpage__buttonDl--english::before {
  background-image: url('/images/common/icons/pdf_icon_en.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width:767px) {
    .c-subpage__buttonDl {
        padding: 19px 35px 19px 99px;
        font-size: 16px;
        margin: 34px 10px 50px;
        width: 375px
    }
    .c-subpage__buttonDl--large {
        width: 440px;
    }
    .c-subpage__buttonDl:hover {
        color: #fff
    }
    .c-subpage__buttonDl:hover::after {
        border-color: transparent transparent transparent #fff
    }
    .c-subpage__buttonDl::after {
        right: 23px;
        width: 0;
        height: 0;
        border-width: 7px 0 7px 12px;
        border-style: solid
    }
    .c-subpage__buttonDl--green:hover {
        background: #5bbbb7;
    }
    .c-subpage__buttonDl--orange:hover {
      background: #FF7900;
    }
    .c-subpage__buttonDl--orange:hover::after {
      border-color: transparent transparent transparent #fff;
    }
    .c-subpage__buttonDl--orange:hover.c-subpage__buttonDl--japanese::before {
      background-image: url('/images/common/icons/pdf_icon_jp_hover.png');
      background-position: center center;
    }
    .c-subpage__buttonDl--orange:hover.c-subpage__buttonDl--english::before {
      background-image: url('/images/common/icons/pdf_icon_en_hover.png');
      background-position: center center;
    }
    .c-subpage__buttonDl--english::before, .c-subpage__buttonDl--japanese::before {
        left: 32px
    }
}
@media screen and (min-width:767px) and (min-width:768px) and (min-width:768px) {
    .c-subpage__buttonDl--japanese::before {
        background-position: -286px -232px;
        width: 34px;
        height: 38px
    }
}
@media screen and (min-width:767px) and (min-width:768px) and (max-width:767px) {
    .c-subpage__buttonDl--japanese::before {
        background-position: -143px -116px;
        width: 17px;
        height: 19px
    }
}
@media screen and (min-width:767px) and (max-width:767px) and (min-width:768px) {
    .c-subpage__buttonDl--japanese::before {
        background-position: -286px -232px;
        width: 34px;
        height: 38px
    }
}
@media screen and (min-width:767px) and (max-width:767px) and (max-width:767px) {
    .c-subpage__buttonDl--japanese::before {
        background-position: -143px -116px;
        width: 17px;
        height: 19px
    }
}
@media screen and (min-width:767px) and (min-width:768px) and (min-width:768px) {
    .c-subpage__buttonDl--japanese:hover::before {
        background-position: -150px -274px;
        width: 34px;
        height: 38px
    }
}
@media screen and (min-width:767px) and (min-width:768px) and (max-width:767px) {
    .c-subpage__buttonDl--japanese:hover::before {
        background-position: -75px -137px;
        width: 17px;
        height: 19px
    }
}
@media screen and (min-width:767px) and (max-width:767px) and (min-width:768px) {
    .c-subpage__buttonDl--japanese:hover::before {
        background-position: -150px -274px;
        width: 34px;
        height: 38px
    }
}
@media screen and (min-width:767px) and (max-width:767px) and (max-width:767px) {
    .c-subpage__buttonDl--japanese:hover::before {
        background-position: -75px -137px;
        width: 17px;
        height: 19px
    }
}
@media screen and (min-width:767px) and (min-width:768px) and (min-width:768px) {
    .c-subpage__buttonDl--english::before {
        background-position: -184px -274px;
        width: 34px;
        height: 38px
    }
}
@media screen and (min-width:767px) and (min-width:768px) and (max-width:767px) {
    .c-subpage__buttonDl--english::before {
        background-position: -92px -137px;
        width: 17px;
        height: 19px
    }
}
@media screen and (min-width:767px) and (max-width:767px) and (min-width:768px) {
    .c-subpage__buttonDl--english::before {
        background-position: -184px -274px;
        width: 34px;
        height: 38px
    }
}
@media screen and (min-width:767px) and (max-width:767px) and (max-width:767px) {
    .c-subpage__buttonDl--english::before {
        background-position: -92px -137px;
        width: 17px;
        height: 19px
    }
}
@media screen and (min-width:767px) and (min-width:768px) {
    .c-subpage__buttonDl--english::before, .c-subpage__buttonDl--english:hover::before, .c-subpage__buttonDl--japanese::before, .c-subpage__buttonDl--japanese:hover::before {
        background-image: url(../images/common/spritesheet@pc.png);
        background-repeat: no-repeat
    }
}
@media screen and (min-width:767px) and (min-width:768px) and (min-width:768px) {
    .c-subpage__buttonDl--english:hover::before {
        background-position: -218px -274px;
        width: 34px;
        height: 38px
    }
}
@media screen and (min-width:767px) and (min-width:768px) and (max-width:767px) {
    .c-subpage__buttonDl--english:hover::before {
        background-position: -109px -137px;
        width: 17px;
        height: 19px
    }
}
@media screen and (min-width:767px) and (max-width:767px) {
    .c-subpage__buttonDl--english::before, .c-subpage__buttonDl--english:hover::before, .c-subpage__buttonDl--japanese::before, .c-subpage__buttonDl--japanese:hover::before {
        background-size: 203px 198px;
        background-image: url(../images/common/spritesheet@pc.png);
        background-repeat: no-repeat
    }
}
@media screen and (min-width:767px) and (max-width:767px) and (min-width:768px) {
    .c-subpage__buttonDl--english:hover::before {
        background-position: -218px -274px;
        width: 34px;
        height: 38px
    }
}
@media screen and (min-width:767px) and (max-width:767px) and (max-width:767px) {
    .c-subpage__buttonDl--english:hover::before {
        background-position: -109px -137px;
        width: 17px;
        height: 19px
    }
}
@media screen and (max-width:767px) {
    .c-subpage__button {
        width: 100%;
        padding: 14px 0
    }
    .c-subpage__button+.c-heading {
        margin-top: 50px
    }
    .c-subpage__paragraph+.c-subpage__button {
        margin-top: 22px
    }
    .c-subpage__button--pc {
        margin-top: 20px
    }
    .c-subpage__buttonDl {
        padding: 13px 30px 13px 78px;
        margin: 20px 0 15px;
        letter-spacing: -.01em
    }
    .c-subpage__buttonDl::after {
        right: 14px;
        width: 0;
        height: 0;
        border-width: 5px 0 5px 8px;
        border-style: solid
    }
    .c-subpage__buttonDl--japanese::before {
        left: 21px
    }
    .c-subpage__buttonDl--english {
        margin-bottom: 35px
    }
    .c-subpage__buttonDl--english::before {
        left: 21px
    }
}
@media screen and (max-width:767px) and (min-width:768px) and (min-width:768px) {
    .c-subpage__buttonDl--japanese::before {
        background-position: 0 -338px;
        width: 52px;
        height: 58px
    }
}
@media screen and (max-width:767px) and (min-width:768px) and (max-width:767px) {
    .c-subpage__buttonDl--japanese::before {
        background-position: 0 -169px;
        width: 26px;
        height: 29px
    }
}
@media screen and (max-width:767px) and (min-width:768px) {
    .c-subpage__buttonDl--japanese::before {
        background-position: 0 -338px;
        width: 52px;
        height: 58px
    }
}
@media screen and (max-width:767px) and (max-width:767px) {
    .c-subpage__buttonDl--japanese::before {
        background-position: 0 -169px;
        width: 26px;
        height: 29px
    }
}
@media screen and (max-width:767px) and (min-width:768px) {
    .c-subpage__buttonDl--english::before, .c-subpage__buttonDl--japanese::before {
        background-image: url(../images/common/spritesheet@sp.png);
        background-repeat: no-repeat
    }
}
@media screen and (max-width:767px) and (min-width:768px) and (min-width:768px) {
    .c-subpage__buttonDl--english::before {
        background-position: -52px -338px;
        width: 52px;
        height: 58px
    }
}
@media screen and (max-width:767px) and (min-width:768px) and (max-width:767px) {
    .c-subpage__buttonDl--english::before {
        background-position: -26px -169px;
        width: 26px;
        height: 29px
    }
}
@media screen and (max-width:767px) {
    .c-subpage__buttonDl--english::before, .c-subpage__buttonDl--japanese::before {
        background-size: 203px 198px;
        background-image: url(../images/common/spritesheet@sp.png);
        background-repeat: no-repeat
    }
}
@media screen and (max-width:767px) and (min-width:768px) {
    .c-subpage__buttonDl--english::before {
        background-position: -52px -338px;
        width: 52px;
        height: 58px
    }
}
@media screen and (max-width:767px) and (max-width:767px) {
    .c-subpage__buttonDl--english::before {
        background-position: -26px -169px;
        width: 26px;
        height: 29px
    }
}
.c-heading--smallText {
    font-weight: 400;
    font-size: 12px
}
.c-subpage__paragraph+.c-heading--underline {
    margin-top: 35px
}
.c-heading--underline+.c-subpage__paragraph {
    margin-top: 11px
}
.c-heading+.c-heading--underline {
    margin-top: 25px
}
.c-subpage__link+.c-heading--underline {
    margin-top: 30px
}
.c-subpage__link--medium+.c-heading--underline {
    margin-top: 42px
}
.c-subpage__imageList+.c-heading--underline {
    margin-top: 30px
}
.c-heading--underline+.c-subpage__contentsList {
    margin-top: 12px
}
.c-subpage__contentsList+.c-heading--underline {
    margin-top: 30px
}
.c-subpage__paragraph+.c-heading--underline--far {
    margin-top: 56px
}
.c-heading+.c-heading--underline--far {
    margin-top: 45px
}
.c-heading+.c-heading--underline--medium {
    margin-top: 30px
}
@media screen and (max-width:767px) {
    .c-heading--underline {
        font-size: 17px
    }
    .c-heading--underline+.c-subpage__paragraph {
        margin-top: 12px
    }
    .c-subpage__paragraph+.c-heading--underline {
        margin-top: 39px
    }
    .c-heading+.c-heading--underline {
        margin-top: 18px
    }
    .c-heading--underline+.c-subpage__img {
        margin-top: 20px
    }
    .c-heading--underline+.c-subpage__link {
        margin-bottom: 0
    }
    .c-subpage__link+.c-heading--underline, .c-subpage__link--medium+.c-heading--underline {
        margin-top: 44px
    }
    .c-heading--underline+.c-subpage__contentsList {
        margin-top: 12px
    }
    .c-subpage__contentsList+.c-heading--underline {
        margin-top: 38px
    }
    .c-subpage__imageList+.c-heading--underline {
        margin-top: 50px
    }
    .c-subpage__paragraph+.c-heading--underline--near {
        margin-top: 5px
    }
    .c-heading--underline--noPD {
        padding: 0
    }
    .c-heading--underline--pink {
        border-bottom-width: 4px
    }
    .c-heading--underline::before {
        height: 4px;
        bottom: -4px;
        width: 80px
    }
}
.c-subpage__reportList {
    margin-top: 20px
}
.c-subpage__reportList__item {
    width: 450px
}
.c-subpage__reportList__item .c-subpage__reportList__link {
    display: block;
    overflow: hidden;
    padding-top: 100px;
    height: 0;
    background-position: 0 0;
    background-repeat: no-repeat
}
.c-subpage__reportList__item .c-subpage__reportList__link:hover {
    opacity: .75
}
.c-subpage__reportList__item--network .c-subpage__reportList__link {
    background-image: url(../images/cho-office/btn_network.png)
}
.c-subpage__reportList__item--blog .c-subpage__reportList__link {
    background-image: url(../images/cho-office/btn_blog.png)
}
@media screen and (max-width:767px) {
    .c-subpage__reportList__item {
        width: 270px;
        font-weight: 700;
        line-height: 1.8
    }
    .c-subpage__reportList__item+.c-subpage__reportList__item {
        margin-top: 23px
    }
    .c-subpage__reportList__item .c-subpage__reportList__link {
        overflow: hidden;
        padding-top: 90px;
        height: 0;
        background-position: 0 0;
        background-size: 270px auto;
        background-repeat: no-repeat;
        margin-bottom: 12px
    }
    .c-subpage__reportList__item--network .c-subpage__reportList__link {
        background-image: url(../images/cho-office/btn_network@sp.png)
    }
    .c-subpage__reportList__item--blog .c-subpage__reportList__link {
        background-image: url(../images/cho-office/btn_blog@sp.png)
    }
}
.c-subpage__activityList__item {
    width: 450px;
    font-size: 16px;
    line-height: 32px
}
.c-subpage__activityList__item+.c-subpage__activityList__item {
    margin-bottom: 30px
}
.c-subpage__activityList__img {
    margin-bottom: 19px
}
.c-subpage__activityList__title {
    font-size: 20px;
    line-height: 40px;
    margin: 0;
    text-indent: -20px;
    padding-left: 20px;
    font-weight: bolder;
    letter-spacing: .05em
}
.c-subpage__activityList__title--small {
    font-size: 80%
}
@media screen and (max-width:767px) {
    .c-subpage__activityList__item {
        width: 100%;
        font-size: 14px;
        line-height: 20px
    }
    .c-subpage__activityList__item+.c-subpage__activityList__item {
        margin-top: 20px;
        margin-bottom: 0
    }
    .c-subpage__activityList__title {
        font-size: 14px;
        line-height: 29px;
        text-indent: -14px;
        padding-left: 14px
    }
    .c-subpage__activityList__title--small {
        font-size: 80%
    }
    .c-subpage__paragraph+.c-subpage__activityList {
        margin-top: 27px
    }
}
.c-subpage__contactBlock {
    width: 570px;
    margin: 85px auto 45px;
    font-size: 18px;
    line-height: 28px;
    text-align: center
}
.c-subpage__contactBlock__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 2px;
    margin-top: 22px;
    margin-bottom: 17px
}
@media screen and (max-width:767px) {
    .c-subpage__contactBlock {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 46px;
        font-size: 12px;
        line-height: 18px
    }
    .c-subpage__contactBlock__title {
        font-size: 14px;
        margin-top: 10px;
        letter-spacing: 0
    }
}
@media screen and (min-width:768px) {
    .c-heading--underline+.c-subpage__timelineList {
        margin-top: 10px
    }
    .c-subpage__timelineList+.c-heading--underline {
        margin-top: 65px
    }
    .c-subpage__timelineList+.c-heading--underline--medium {
        margin-top: 45px
    }
    .c-subpage__timelineList+.c-subpage__paragraph {
        margin-top: 11px
    }
    .c-subpage__paragraph+.c-subpage__timelineList {
        margin-top: 10px
    }
    .c-subpage__timelineList+.c-subpage__button {
        margin-top: 30px
    }
    .c-subpage__timelineList__contact {
        margin-top: 10px
    }
    .c-heading--underline+.c-subpage__timelineList__contact {
        margin-top: 0
    }
    .c-subpage__timelineList__item {
        padding: 16px 12px;
        border-bottom: 1px solid #c9c9c9
    }
    .c-subpage__timelineList__item--smallPadding {
        padding: 11px 12px
    }
    .c-subpage__timelineItem__date {
        display: table-cell;
        padding-right: 30px;
        font-weight: 700;
        line-height: 1.5;
        width: 160px
    }
    .c-subpage__timelineItem__link {
        display: table-cell
    }
    .c-subpage__timelineItem__link:hover {
        color: #000;
        text-decoration: underline
    }
    .c-subpage__timelineItem__link:hover .link__disc, .c-subpage__timelineItem__link:hover .link__media {
        text-decoration: underline;
        -webkit-text-decoration-color: #1d7fb7;
        text-decoration-color: #1d7fb7
    }
    .c-subpage__timelineItem__link .link__media {
        display: table-cell;
        padding-right: 20px;
        width: 150px;
        color: #1d7fb7
    }
    .c-subpage__timelineItem__link .link__disc {
        display: table-cell;
        color: #1d7fb7
    }
    .c-subpage__timelineList__title {
        display: table-cell;
        padding-right: 30px;
        width: 130px;
        font-weight: 700;
        line-height: 2.3
    }
    .c-subpage__timelineList__title--large {
        width: 165px
    }
    .c-subpage__timelineList__title--lineheight {
        line-height: 1.5
    }
    .c-subpage__timelineList__text {
        display: table-cell
    }
    .c-subpage__timelineList__text--space {
        margin-left: 70px;
        display: inline-block
    }
    .c-subpage__timelineList__text--smallText {
        font-size: 12px;
        line-height: 1.7;
        display: block;
        margin-top: 10px
    }
    .c-subpage__timelineList__text--red {
        color: #ea0000
    }
    .c-subpage__timelineList__text--lineheight {
        line-height: 2.3
    }
}
@media screen and (max-width:767px) {
    .c-heading--underline+.c-subpage__timelineList {
        margin-top: 16px
    }
    .c-subpage__timelineList+.c-heading--underline {
        margin-top: 38px
    }
    .c-subpage__timelineList+.c-subpage__button {
        margin-top: 22px
    }
    .c-subpage__timelineList__item+.c-subpage__timelineList__item {
        margin-top: 13px
    }
    .c-subpage__timelineItem__date {
        display: block;
        font-weight: 700;
        margin-bottom: 5px
    }
    .c-subpage__timelineItem__link {
        display: inline-block;
        margin: 0;
        line-height: 2.1;
        word-break: break-all
    }
    .c-subpage__timelineItem__link .link__disc, .c-subpage__timelineItem__link .link__media {
        color: #1d7fb7
    }
    .c-subpage__timelineList__title {
        margin-bottom: 5px;
        font-weight: 700;
        line-height: 2.1
    }
    .c-subpage__timelineList__text {
        margin: 0;
        line-height: 2.1
    }
    .c-subpage__timelineList__text--space {
        margin-left: 70px;
        display: inline-block
    }
    .c-subpage__timelineList__text--smallText {
        font-size: 12px;
        line-height: 2.1;
        margin-top: 15px
    }
    .c-subpage__timelineList__text--red {
        color: #ea0000
    }
}
@media screen and (min-width:767px) {
    .c-subpage__aboutList {
        margin: 21px 0 0
    }
    .c-subpage__aboutList+.c-subpage__paragraph {
        margin-top: 11px
    }
    .c-subpage__aboutList__item {
        position: relative;
        width: 50%
    }
    .c-subpage__aboutList__item+.c-subpage__aboutList__item {
        margin-bottom: 42px
    }
    .c-subpage__aboutList__item:nth-child(3) {
        margin-bottom: 0
    }
    .c-subpage__aboutList__item--item3 {
        margin-top: -64px
    }
    .c-subpage__aboutList__title {
        position: absolute;
        top: 0;
        left: 3px;
        padding-top: 96px;
        font-weight: 700
    }
    .c-subpage__aboutList__title:after {
        width: 92px;
        background-position: -94px 0;
        background-repeat: no-repeat
    }
    .c-subpage__aboutList__title--girl {
        color: #fdc82f
    }
    .c-subpage__aboutList__title--boy {
        color: #5bbbb7
    }
}
@media screen and (min-width:767px) and (min-width:768px) and (min-width:768px) {
    .c-subpage__aboutList__title--girl {
        background-position: -94px 0;
        width: 92px;
        height: 98px
    }
}
@media screen and (min-width:767px) and (min-width:768px) and (max-width:767px) {
    .c-subpage__aboutList__title--girl {
        background-position: -47px 0;
        width: 46px;
        height: 49px
    }
}
@media screen and (min-width:767px) and (max-width:767px) and (min-width:768px) {
    .c-subpage__aboutList__title--girl {
        background-position: -94px 0;
        width: 92px;
        height: 98px
    }
}
@media screen and (min-width:767px) and (max-width:767px) and (max-width:767px) {
    .c-subpage__aboutList__title--girl {
        background-position: -47px 0;
        width: 46px;
        height: 49px
    }
}
@media screen and (min-width:767px) and (min-width:768px) {
    .c-subpage__aboutList__title--boy, .c-subpage__aboutList__title--girl {
        background-image: url(../images/common/spritesheet@pc.png);
        background-repeat: no-repeat
    }
}
@media screen and (min-width:767px) and (min-width:768px) and (min-width:768px) {
    .c-subpage__aboutList__title--boy {
        background-position: 0 0;
        width: 94px;
        height: 98px
    }
}
@media screen and (min-width:767px) and (min-width:768px) and (max-width:767px) {
    .c-subpage__aboutList__title--boy {
        background-position: 0 0;
        width: 47px;
        height: 49px
    }
}
@media screen and (min-width:767px) and (max-width:767px) {
    .c-subpage__aboutList__title--boy, .c-subpage__aboutList__title--girl {
        background-size: 203px 198px;
        background-image: url(../images/common/spritesheet@pc.png);
        background-repeat: no-repeat
    }
}
@media screen and (min-width:767px) and (max-width:767px) and (min-width:768px) {
    .c-subpage__aboutList__title--boy {
        background-position: 0 0;
        width: 94px;
        height: 98px
    }
}
@media screen and (min-width:767px) and (max-width:767px) and (max-width:767px) {
    .c-subpage__aboutList__title--boy {
        background-position: 0 0;
        width: 47px;
        height: 49px
    }
}
@media screen and (min-width:767px) {
    .c-subpage__aboutList__title--space {
        display: inline-block;
        margin-top: 4px;
        width: 115px;
        margin-left: -11px;
        text-align: center;
        line-height: 2.3
    }
    .c-subpage__aboutList__title--alignRight {
        left: 14px
    }
    .c-subpage__aboutList__title--btripRight {
        left: 23px
    }
    .c-subpage__aboutList__title--btripLeft {
        left: 8px
    }
    .c-subpage__aboutList__text {
        position: relative;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 0 0 125px;
        padding: 10px 20px;
        width: 325px;
        border: 2px solid #c9c9c9;
        border-radius: 16px;
        line-height: 2.3
    }
    .c-subpage__aboutList__text:after, .c-subpage__aboutList__text:before {
        content: '';
        position: absolute;
        top: 40px;
        border-width: 10px 20px 10px 0;
        border-style: solid
    }
    .c-subpage__aboutList__text:before {
        left: -20px;
        border-color: transparent #c9c9c9 transparent transparent
    }
    .c-subpage__aboutList__text:after {
        left: -16px;
        border-color: transparent #fff transparent transparent
    }
    .c-subpage__aboutList__text--alignRight {
        margin-left: 139px
    }
}
@media screen and (max-width:767px) {
    .c-subpage__aboutList {
        margin: 15px 0
    }
    .c-subpage__aboutList__title {
        margin-bottom: 5px;
        font-weight: 700;
        line-height: 2.1
    }
    .c-subpage__aboutList__title--girl {
        color: #fdc82f
    }
    .c-subpage__aboutList__title--boy {
        color: #5bbbb7
    }
    .c-subpage__aboutList__item+.c-subpage__aboutList__item {
        margin-top: 15px
    }
    .c-subpage__aboutList__text {
        line-height: 2.1
    }
}
.c-subpage__subList {
    padding-left: 1em
}
.c-subpage__subList--indent {
    text-indent: -1em
}
.c-subpage__subList__item--decimal {
    list-style-type: decimal;
    line-height: 2.3
}
@media screen and (max-width:767px) {
    .c-subpage__subList {
        text-indent: 0;
        padding: 0
    }
    .c-subpage__subList__item--decimal {
        padding: 0;
        line-height: 2.1;
        list-style-position: inside
    }
}
@media screen and (min-width:767px) {
    .c-subpage__calendar {
        margin-top: 40px;
        margin-bottom: 70px;
        width: 100%;
        border-collapse: collapse
    }
    .c-subpage__calendar thead tr:first-child th {
        padding: 15px 20px;
        background-color: #c9c9c9;
        color: #fff;
        text-align: left
    }
    .c-subpage__calendar thead tr:first-child th+th, .c-subpage__calendar thead tr:nth-child(2) th:nth-child(odd) {
        border-left: 1px solid #fff
    }
    .c-subpage__calendar tbody td, .c-subpage__calendar tbody th {
        padding: 16px 20px;
        border-bottom: 1px solid #c9c9c9
    }
    .c-subpage__calendar tbody th {
        font-weight: 700;
        text-align: left
    }
}
@media screen and (max-width:767px) {
    .c-subpage__calendar {
        margin: 30px 0;
        width: 100%;
        border-collapse: collapse
    }
    .c-subpage__calendar .table-title {
        padding: 8px 0 7px;
        background-color: #c9c9c9;
        color: #fff;
        text-align: center
    }
    .c-subpage__calendar th {
        padding: 5px 15px;
        width: 67%;
        text-align: left;
        font-weight: 700;
        line-height: 1.6
    }
    .c-subpage__calendar td {
        padding: 5px 0;
        line-height: 1.6
    }
}
@media screen and (min-width:767px) {
    .c-subpage__listStyle {
        padding: 0 0 0 14px;
        margin-top: 11px
    }
    .c-subpage__listStyle__item {
        list-style-type: disc;
        line-height: 2.3
    }
    .c-subpage__listStyle__sub {
        padding: 0 0 0 26px
    }
    .c-subpage__listStyle__sub span {
        position: absolute;
        top: 0;
        left: -24px
    }
    .c-subpage__listStyle__itemSub {
        position: relative
    }
}
@media screen and (max-width:767px) {
    .c-subpage__listStyle {
        padding: 0 0 0 14px;
        margin-top: 10px
    }
    .c-subpage__listStyle__item {
        list-style-type: disc;
        line-height: 2.3
    }
    .c-subpage__listStyle__sub {
        padding: 0 0 0 26px
    }
    .c-subpage__listStyle__sub span {
        position: absolute;
        top: 0;
        left: -24px
    }
    .c-subpage__listStyle__itemSub {
        position: relative
    }
}
.c-subpage__table {
    position: relative;
    padding-top: 10px;
    margin-top: 60px;
    border-top: 3px solid #c9c9c9
}
.c-subpage__table:before {
    content: '';
    position: absolute;
    top: -3px;
    left: 0;
    width: 160px;
    height: 3px;
    background: #ff7900
}
.c-subpage__table__item {
    padding: 11px 12px;
    border-bottom: 1px solid #c9c9c9
}
.c-subpage__table__title {
    width: 130px;
    font-weight: 700;
    line-height: 2.3
}
.c-subpage__table__content {
    width: 754px;
    line-height: 2.3
}
.c-subpage__table__content a {
    display: inline-block;
    color: #1d7fb7
}
.c-subpage__table__text--small {
    font-size: 12px;
    display: block;
    line-height: 1.7
}
.c-subpage__tbl {
  width: 100%;
  border: 1px solid #000;
  margin-bottom: 30px;
}

.c-subpage__tbl a {
  display: inline-block;
  color: #1d7fb7;
  text-decoration: underline;
}

.c-subpage__tbl tr td {
  border: 1px solid #000;
  padding: 15px;
  vertical-align: top;
}

.c-subpage__tbl .colFirst {
  width: 30%;
}

.c-subpage__tbl .colSecond {
  width: 35.5%;
}

.c-subpage__tbl .colSmall {
  width: 12%;
}

.c-subpage__tbl .colSecondSmall {
  width: 34.7%;
}

.c-subpage__tbl span {
  font-size: 12px;
}

@media screen and (max-width:767px) {
    .c-subpage__table {
        margin-top: 42px;
        border-top: 4px solid #c9c9c9;
    }
    .c-subpage__table:before {
        width: 80px;
        height: 4px;
        top: -4px
    }
    .c-subpage__table__item {
        padding: 0;
        border-bottom: none
    }
    .c-subpage__table__item+.c-subpage__table__item {
        margin-top: 13px
    }
    .c-subpage__table__title {
        line-height: 2.1;
        margin-bottom: 6px
    }
    .c-subpage__table__content {
        width: 100%;
        line-height: 2.1
    }
    .c-subpage__table__content a {
        word-break: break-all
    }
    .c-subpage__table__text--small {
        line-height: 2.1
    }
    .c-subpage__tbl .colFirst {
        width: 40%;
    }
    .c-subpage__tbl .colSmall {
      width: 12%;
    }
    .c-subpage__tbl .colSecondSmall,
    .c-subpage__tbl .colSecond {
        width: 30%;
    }
    .c-subpage__tbl tr td {
        word-break: break-word;
    }
}
.c-subpage__image {
    margin: 0 auto 20px;
    display: block;
    text-align: center
}
.c-subpage__image--near {
    margin-bottom: 0
}
.c-subpage__image__item {
    max-width: 100%;
    height: auto
}

.c-subpage__image--imgLarge {
    overflow-x: auto;
}

.c-subpage__image__item--noScale {
    max-width: inherit
}
@media screen and (min-width:768px) {
    .c-subpage__image__item+.c-subpage__image__item {
        margin-left: 15px
    }
}
@media screen and (max-width:767px) {
    .c-subpage__image__item+.c-subpage__image__item {
        margin-top: 20px
    }
}
.c-error {
    padding: 0 25px;
    margin: 110px auto;
    text-align: center
}
.c-error__title {
    margin-bottom: 35px;
    font-size: 40px;
    font-weight: 700
}
.c-error__text {
    line-height: 1.8
}
.c-subpage__mail {
    text-align: center;
    font-weight: 700;
    padding: 12px;
    border: 3px solid #dc0451;
    display: block;
    width: 760px;
    margin: 40px auto 0;
    line-height: 2.3
}
.c-subpage__mail a {
    display: inline
}
@media screen and (max-width:767px) {
    .c-subpage__mail {
        width: auto;
        margin: 40px auto 0
    }
}
@media all and (min-width:768px) {
    .u-show--pc {
        display: block!important
    }
    .u-show--sp {
        display: none!important
    }
    .u-show__inline--pc {
        display: inline-block!important
    }
    .u-show__inline--sp {
        display: none!important
    }
}
@media all and (max-width:767px) {
    .u-show--pc {
        display: none!important
    }
    .u-show--sp {
        display: block!important
    }
    .u-show__inline--pc {
        display: none!important
    }
    .u-show__inline--sp {
        display: inline-block!important
    }
}
.c-subpage__contentsList--hide .c-subpage__contentsList__title {
    cursor: pointer;
}
.c-subpage__contentsList__title:hover {
    text-decoration: underline;
}
.c-subpage__contentsList--hide .c-subpage__paragraph {
    display: none
}
.c-subpage__imageList--employees img {
    display: block;
}
.c-subpage__imageList--employees {
    width: 48%;
    letter-spacing: 0;
}

@media all and (min-width:768px) {
    .c-subpage__imgsmall {
        width: 65%;
        display: block;
        margin: 0 auto;
    }
}
@media all and (max-width:767px) {
    .c-subpage__imgsmall {
        display: block;
        margin: 20px auto 0;
    }
    .c-subpage__imageList--employees {
        width: 100%;
    }
}

/* Update 25-03-2021 */
.c-header__logo .c-header__logo__csr {
  width: 126px;
  height: 16px;
  background: url(../images/common/logo-csr@pc.png) no-repeat left center / auto 100%;
}

@media screen and (max-width: 767px) {
  .c-header__logo .c-header__logo__csr {
    background-image: url(../images/common/logo-csr@sp.png);
    width: 80px;
    height: 10.5px;
  }
}
