@media screen and (min-width: 768px) {
  .pce {
    display: block;
  }
  .spe {
    display: none !important;
  }
  footer.lite {
    padding: 60px 0;
    text-align: center;
  }
  footer.lite a {
    font-size: 13px;
  }
  footer.lite p.copyright {
    font-size: 10px;
    margin-top: 25px;
  }
  div#p-company-special-tmpl {
    max-width: 1280px;
    padding-bottom: 50px;
    margin: 0 auto;
  }
  div#p-company-special-tmpl.mod__special {
    max-width: initial;
  }
  div#p-company-special-tmpl.mod__takumi {
    max-width: initial;
  }
  div#p-company-special-tmpl div.nav__wrapper {
    margin-top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  div#p-company-special-tmpl div.nav__wrapper h2 img {
    width: 120px;
  }
  div#p-company-special-tmpl div.nav__wrapper ol.nav__local {
    margin-right: 55px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  div#p-company-special-tmpl div.nav__wrapper ol.nav__local li {
    padding: 0 4px;
    width: 25px;
    border-right: 2px solid transparent;
  }
  div#p-company-special-tmpl div.nav__wrapper ol.nav__local li:not(:first-of-type) {
    margin-left: 18px;
  }
  div#p-company-special-tmpl div.nav__wrapper ol.nav__local li.current.cat1 {
    border-color: #c8b491;
  }
  div#p-company-special-tmpl div.nav__wrapper ol.nav__local li.current.cat2 {
    border-color: #8c6c78;
  }
  div#p-company-special-tmpl div.nav__wrapper ol.nav__local li.current.cat3 {
    border-color: #3f6698;
  }
  div#p-company-special-tmpl div.nav__wrapper ol.nav__local li.current.cat4 {
    border-color: #508c50;
  }
  div#p-company-special-tmpl div.nav__wrapper ol.nav__local li a {
    display: block;
  }
  div#p-company-special-tmpl div.nav__wrapper ol.nav__local li a p {
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  div#p-company-special-tmpl div.nav__wrapper ol.nav__local li a p *::-ms-backdrop, div#p-company-special-tmpl div.nav__wrapper ol.nav__local li a p {
    display: inline-block;
    height: 55px;
    white-space: nowrap;
    line-height: 1.2;
  }
  div#p-company-special-tmpl * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  div#p-company-special-tmpl span.v {
    -ms-text-combine-horizontal: all;
    -webkit-text-combine: horizontal;
    text-combine-upright: all;
    line-height: 1.2;
    vertical-align: baseline;
  }
  div#p-company-special-tmpl div.nav__page__wrapper {
    width: 100%;
    margin-top: 120px;
    overflow: hidden;
    padding-left: 40px;
    padding-right: 40px;
  }
  div#p-company-special-tmpl div.nav__page__wrapper a.nav__page.left {
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  div#p-company-special-tmpl div.nav__page__wrapper a.nav__page.left p {
    vertical-align: middle;
    margin-left: 0.5em;
  }
  div#p-company-special-tmpl div.nav__page__wrapper a.nav__page.left::before {
    content: "";
    width: 16px;
    height: 12px;
    vertical-align: middle;
    background-image: url(../img/company2/special/icon__arrow__a__r.svg);
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  div#p-company-special-tmpl div.nav__page__wrapper a.nav__page.right {
    float: right;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  div#p-company-special-tmpl div.nav__page__wrapper a.nav__page.right p {
    vertical-align: middle;
    margin-right: 0.5em;
  }
  div#p-company-special-tmpl div.nav__page__wrapper a.nav__page.right::after {
    content: "";
    width: 16px;
    height: 12px;
    vertical-align: middle;
    background-image: url(../img/company2/special/icon__arrow__a__r.svg);
  }
  div#p-company-special-tmpl div.links__wrapper {
    margin-top: 20px;
    border-top: 1px solid #dcdcdc;
    padding: 0 180px;
  }
  div#p-company-special-tmpl div.links__wrapper ol.links {
    padding-top: 60px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  div#p-company-special-tmpl div.links__wrapper ol.links li {
    border: 1px solid #dcdcdc;
    width: 400px;
    height: 60px;
    background-image: url(../img/company2/special/icon__arrow__b__r.svg);
    background-size: 5px 10px;
    background-position: center right 15px;
    background-repeat: no-repeat;
  }
  div#p-company-special-tmpl div.links__wrapper ol.links li:not(:first-of-type) {
    margin-left: 20px;
  }
  div#p-company-special-tmpl div.links__wrapper ol.links li a {
    padding-left: 25px;
    width: 100%;
    height: 100%;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  div#p-company-special-tmpl section div.cnt__caption {
    text-align: justify;
  }
  div#p-company-special-tmpl section div.cnt__heading {
    width: 97px;
    padding: 40px 0;
  }
  div#p-company-special-tmpl section div.cnt__heading::before {
    content: "";
    display: block;
    height: 4px;
    width: 100%;
    background-image: url(../img/company2/special/heading__img__1.svg);
    position: absolute;
    left: 0;
    top: 0;
  }
  div#p-company-special-tmpl section div.cnt__heading::after {
    content: "";
    display: block;
    height: 4px;
    width: 100%;
    background-image: url(../img/company2/special/heading__img__1.svg);
    position: absolute;
    left: 0;
    bottom: 0;
  }
  div#p-company-special-tmpl section div.cnt__heading.cat2::before {
    background-image: url(../img/company2/special/heading__img__2.svg);
  }
  div#p-company-special-tmpl section div.cnt__heading.cat2::after {
    background-image: url(../img/company2/special/heading__img__2.svg);
  }
  div#p-company-special-tmpl section div.cnt__heading.cat3::before {
    background-image: url(../img/company2/special/heading__img__3.svg);
  }
  div#p-company-special-tmpl section div.cnt__heading.cat3::after {
    background-image: url(../img/company2/special/heading__img__3.svg);
  }
  div#p-company-special-tmpl section div.cnt__heading.cat4::before {
    background-image: url(../img/company2/special/heading__img__4.svg);
  }
  div#p-company-special-tmpl section div.cnt__heading.cat4::after {
    background-image: url(../img/company2/special/heading__img__4.svg);
  }
  div#p-company-special-tmpl section div.cnt__heading h4 {
    font-size: 20px;
    margin: 0 auto;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    white-space: nowrap;
    letter-spacing: 0.2em;
  }
  div#p-company-special-tmpl section div.cnt__heading h4 *::-ms-backdrop, div#p-company-special-tmpl section div.cnt__heading h4 {
    display: inline-block;
    line-height: 1;
    margin-left: 33px;
  }
  div#p-company-special-tmpl section div.cnt__heading h4 *::-ms-backdrop.l2, div#p-company-special-tmpl section div.cnt__heading h4.l2 {
    margin-left: 23px;
  }
  div#p-company-special-tmpl section.sec__mv {
    margin-top: 130px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
  }
  div#p-company-special-tmpl section.sec__mv div.photo {
    overflow: hidden;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: calc(100% - 300px);
    height: 640px;
  }
  div#p-company-special-tmpl section.sec__mv div.photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  div#p-company-special-tmpl section.sec__mv h3 {
    letter-spacing: .2em;
    padding-top: 30px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 300px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  div#p-company-special-tmpl section.sec__mv h3 img {
    width: 88px;
  }
  div#p-company-special-tmpl section.sec__mv h3 img.waza {
    width: 94px;
  }
  div#p-company-special-tmpl section.sec__b {
    padding-top: 160px;
    margin-top: 60px;
    margin-bottom: 48px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section.sec__mv + div#p-company-special-tmpl section.sec__b {
    margin-top: 135px;
  }
  div#p-company-special-tmpl section.sec__c {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
  }
  div#p-company-special-tmpl section.sec__c div.cnt__caption {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 760px;
  }
  div#p-company-special-tmpl section.sec__c div.cnt__img {
    display: none;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 360px;
    margin-right: 60px;
  }
  div#p-company-special-tmpl section.sec__c div.cnt__img img {
    width: 100%;
  }
  div#p-company-special-tmpl section.sec__c {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
  }
  div#p-company-special-tmpl section.sec__c div.cnt__caption {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 760px;
  }
  div#p-company-special-tmpl section.sec__c div.cnt__img {
    display: none;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 360px;
    margin-right: 60px;
  }
  div#p-company-special-tmpl section.sec__c div.cnt__img img {
    width: 100%;
  }
  div#p-company-special-tmpl section.sec__d {
    margin-top: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  div#p-company-special-tmpl section.sec__d div.cnt__heading__wrapper {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 360px;
    margin: 160px auto 48px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
  }
  div#p-company-special-tmpl section.sec__d div.cnt__caption {
    margin: 0 auto;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 760px;
  }
  div#p-company-special-tmpl section.sec__e {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
  }
  div#p-company-special-tmpl section.sec__e div.cnt__caption {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    max-width: 760px;
  }
  div#p-company-special-tmpl section.sec__e div.cnt__img {
    display: none;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 360px;
    margin-left: 60px;
  }
  div#p-company-special-tmpl section.sec__e div.cnt__img img {
    width: 100%;
  }
  div#p-company-special-tmpl section.sec__f {
    width: 760px;
    margin: 140px auto 0;
  }
  div#p-company-special-tmpl section.sec__f h5 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #3f6698;
  }
  div#p-company-special-tmpl section.sec__f h5 + p.caption {
    margin-top: 40px;
  }
  div#p-company-special-tmpl h2.storytop {
    padding-right: 20px;
  }
  div#p-company-special-tmpl h2.storytop img {
    width: 165px !important;
  }
  div#p-company-special-tmpl p.story__caption.caption {
    width: 760px;
    font-size: 15px;
    padding-left: 20px;
  }
  div#p-company-special-tmpl div.story__wrapper {
    padding: 0 20px;
  }
  div#p-company-special-tmpl div.story__wrapper ol.stories {
    padding-bottom: 140px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  div#p-company-special-tmpl div.story__wrapper ol.stories li {
    margin-top: 230px;
    width: 49.2%;
    /* display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; */
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  div#p-company-special-tmpl div.story__wrapper ol.stories li:nth-of-type(1) {
    margin-top: 60px;
  }
  div#p-company-special-tmpl div.story__wrapper ol.stories li:nth-of-type(2) {
    margin-top: 260px;
  }
  div#p-company-special-tmpl div.story__wrapper ol.stories li:nth-of-type(3) {
    margin-top: -130px;
  }
  div#p-company-special-tmpl div.story__wrapper ol.stories li:nth-of-type(4) {
    margin-top: 80px;
  }
  div#p-company-special-tmpl div.story__wrapper ol.stories li h3 {
    margin-bottom: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  div#p-company-special-tmpl div.story__wrapper ol.stories li h3 p {
    letter-spacing: .2em;
    font-size: 18px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    padding: 0 4px;
    line-height: 1;
    border-right: 2px solid transparent;
  }
  div#p-company-special-tmpl div.story__wrapper ol.stories li h3.cat1 p {
    border-color: #c8b491;
  }
  div#p-company-special-tmpl div.story__wrapper ol.stories li h3.cat2 p {
    border-color: #8c6c78;
  }
  div#p-company-special-tmpl div.story__wrapper ol.stories li h3.cat3 p {
    border-color: #3f6698;
  }
  div#p-company-special-tmpl div.story__wrapper ol.stories li h3.cat4 p {
    border-color: #508c50;
  }
  div#p-company-special-tmpl section.sec__dialogue__mv {
    margin-top: 65px;
    width: 100%;
  }
  div#p-company-special-tmpl section.sec__dialogue__mv picture img.dialogue__mv__body {
    -o-object-fit: contain;
       object-fit: contain;
  }
  div#p-company-special-tmpl section.sec__dialogue__mv h2 {
    margin-left: 210px;
    margin-bottom: 45px;
  }
  div#p-company-special-tmpl section.sec__dialogue__mv h2 p.lead {
    height: 50px;
    font-size: 14px;
    line-height: 1;
    padding-bottom: 30px;
    border-left: 2px solid #a05a8c;
    padding-left: 30px;
  }
  div#p-company-special-tmpl section.sec__dialogue__mv h2 p.lead span {
    display: block;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  div#p-company-special-tmpl section.sec__dialogue__mv h2 p.body {
    height: 50px;
    margin-top: 5px;
    font-size: 20px;
    line-height: 1.75;
    border-left: 2px solid #3c8c64;
    padding-left: 30px;
  }
  div#p-company-special-tmpl section.sec__dialogue__mv h2 p.body span {
    display: block;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  /* div#p-company-special-tmpl section:not(.sec__dialogue__mv) {
    padding: 0 20px;
  } */
  div#p-company-special-tmpl section.sec__dialogue__1 {
    max-width: 760px;
    margin: 0 auto;
  }
  div#p-company-special-tmpl section.sec__dialogue__1 > p.caption {
    margin-top: 40px;
  }
  div#p-company-special-tmpl section.sec__dialogue__1 ol.peoples__dialogue {
    margin-top: 60px;
    position: relative;
  }
  div#p-company-special-tmpl section.sec__dialogue__1 ol.peoples__dialogue li {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  div#p-company-special-tmpl section.sec__dialogue__1 ol.peoples__dialogue li:not(:first-of-type) {
    margin-top: 20px;
  }
  div#p-company-special-tmpl section.sec__dialogue__1 ol.peoples__dialogue li div.peoples__dialogue__photo {
    width: 120px;
    height: 120px;
  }
  div#p-company-special-tmpl section.sec__dialogue__1 ol.peoples__dialogue li div.peoples__dialogue__details {
    margin-left: 20px;
    width: calc(100% - 140px);
  }
  div#p-company-special-tmpl section.sec__dialogue__1 ol.peoples__dialogue li div.peoples__dialogue__details p.peoples__dialogue__name {
    width: 170px;
    border-bottom: 2px solid #a05a8c;
    font-weight: bold;
    letter-spacing: -.00em;
  }
  div#p-company-special-tmpl section.sec__dialogue__1 ol.peoples__dialogue li div.peoples__dialogue__details p.peoples__dialogue__name.peoples__dialogue__name__2 {
    border-color: #3c8c64;
  }
  div#p-company-special-tmpl section.sec__dialogue__1 ol.peoples__dialogue li div.peoples__dialogue__details p.peoples__dialogue__name span.post {
    font-size: 12px;
  }
  div#p-company-special-tmpl section.sec__dialogue__1 ol.peoples__dialogue li div.peoples__dialogue__details p.peoples__dialogue__name span.name {
    margin-left: .5em;
    font-size: 16px;
  }
  div#p-company-special-tmpl section.sec__dialogue__1 ol.peoples__dialogue li div.peoples__dialogue__details p.caption {
    margin-top: 15px;
    word-break: break-all;
    font-size: 12px;
  }
  div#p-company-special-tmpl section.sec__dialogue__2 {
    max-width: 760px;
    margin: 0 auto;
    text-align: justify;
  }
  div#p-company-special-tmpl section.sec__dialogue__2 h3 {
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    padding: 0 10px;
    margin-top: 116px;
  }
  div#p-company-special-tmpl section.sec__dialogue__2 h3 + div.talk__interviewer {
    margin-top: 50px;
  }
  div#p-company-special-tmpl section.sec__dialogue__2 div.talk__interviewer {
    margin-top: 40px;
    padding-left: 35px;
  }
  div#p-company-special-tmpl section.sec__dialogue__2 div.talk__interviewer::before {
    content: "";
    width: 30px;
    height: 1px;
    position: absolute;
    left: 0px;
    top: 15px;
    background-color: #000;
  }
  div#p-company-special-tmpl section.sec__dialogue__2 div.talk__interviewer div.info {
    border: 1.5px solid #dcdcdc;
    padding: 30px;
    margin-top: 30px;
  }
  div#p-company-special-tmpl section.sec__dialogue__2 div.talk__interviewer div.info::before {
    content: "";
    display: block;
    width: 31px;
    height: 31px;
    position: absolute;
    top: -1.5px;
    right: -1.5px;
    background-image: url(../img/company2/special/corner__info.svg);
  }
  div#p-company-special-tmpl section.sec__dialogue__2 div.talk__interviewee {
    padding: 30px;
    background-color: #f8f8f8;
    margin-top: 40px;
    border-left: 2px solid #000;
  }
  div#p-company-special-tmpl section.sec__dialogue__2 div.talk__interviewee.talk__p1 {
    border-color: #a05a8c;
  }
  div#p-company-special-tmpl section.sec__dialogue__2 div.talk__interviewee.talk__p1 p span.pname {
    color: #a05a8c;
  }
  div#p-company-special-tmpl section.sec__dialogue__2 div.talk__interviewee.talk__p2 {
    border-color: #3c8c64;
  }
  div#p-company-special-tmpl section.sec__dialogue__2 div.talk__interviewee.talk__p2 p span.pname {
    color: #3c8c64;
  }
  div#p-company-special-tmpl section.sec__dialogue__2 div.photo__dialogue {
    margin-top: 80px;
  }
  div#p-company-special-tmpl div.photo__dialogue.photo__eof {
    margin-top: 80px;
  }
  div#p-company-special-tmpl h2.heading__sdgs {
    font-size: 18px;
    padding-top: 2em;
    padding-bottom: 2em;
    border-bottom: 1px solid #e6e6e6;
  }
  div#p-company-special-tmpl section.nav__sdgs {
    /* border-top: 1px solid #e6e6e6; */
    width: 280px;
    /* position: -webkit-sticky;
    position: sticky; */
    height: 0;
    /* top: 80px; */
  }
  div#p-company-special-tmpl section.nav__sdgs ol.h-pc-only {
    padding-top: 50px;
  }
  div#p-company-special-tmpl section.nav__sdgs ol.h-pc-only li {
    height: 40px;
    margin-bottom: 10px;
    border-left: 1px solid #dcdcdc;
    padding-left: 13px;
  }
  div#p-company-special-tmpl section.nav__sdgs ol.h-pc-only li.current {
    border-color: #282828;
  }
  div#p-company-special-tmpl section.nav__sdgs ol.h-pc-only li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
  }
  div#p-company-special-tmpl section.nav__sdgs ol.h-pc-only li a p {
    font-size: 12px;
    letter-spacing: normal;
  }
  div#p-company-special-tmpl .sec__sdgs {
    margin-left: 300px;
    padding-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  div#p-company-special-tmpl .sec__sdgs:not(.sec__sdgs__1) {
    padding-top: 116px;
  }
  div#p-company-special-tmpl .sec__sdgs h3 {
    margin-bottom: 20px;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    height: 40px;
    border-left: 1px solid #282828;
    padding-left: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  div#p-company-special-tmpl .sec__sdgs h3 .small {
    font-size: 12px;
    margin-left: 40px;
  }
  div#p-company-special-tmpl .sec__sdgs div.body {
    width: calc(100% - 300px);
    padding-right: 20px;
    text-align: justify;
  }
  div#p-company-special-tmpl .sec__sdgs div.body p.info {
    margin-top: 60px;
    text-align: right;
  }
  div#p-company-special-tmpl .sec__sdgs div.body p.info span.small {
    font-size: 12px;
    margin-right: 1em;
  }
  div#p-company-special-tmpl .sec__sdgs div.body p.info span.name {
    font-size: 15px;
  }
  div#p-company-special-tmpl .sec__sdgs div.image {
    width: 280px;
  }
  div#p-company-special-tmpl .sec__sdgs a.link {
    font-size: 13px;
    font-weight: bold;
    color: #c82832;
    vertical-align: middle;
    text-align: left;
  }
  div#p-company-special-tmpl .sec__sdgs a.link::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 8px;
    background-image: url(../img/company2/special/icon__arrow__red--r.svg);
    vertical-align: middle;
    margin-right: 1em;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
  div#p-company-special-tmpl .sec__sdgs div.sec__sdgs__container {
    width: 100%;
  }
  div#p-company-special-tmpl .sec__sdgs div.sec__sdgs__container div.sec__sdgs__container__inner div.image img {
    width: 100%;
  }
  div#p-company-special-tmpl section#sec1.sec__sdgs.sec__sdgs__1 {
    /* border-top: 1px solid #e6e6e6; */
    padding-top: 50px;
  }
  div#p-company-special-tmpl section#sec2.sec__sdgs.sec__sdgs__2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  div#p-company-special-tmpl section#sec2.sec__sdgs.sec__sdgs__2 div.body {
    width: 100%;
  }
  div#p-company-special-tmpl section#sec2.sec__sdgs.sec__sdgs__2 div.image {
    padding-right: 20px;
    width: 100%;
    max-width: 560px;
    margin: 50px auto 0;
  }
  div#p-company-special-tmpl section#sec4.sec__sdgs.sec__sdgs__4 div.body {
    width: 100%;
  }
  div#p-company-special-tmpl section#sec4.sec__sdgs.sec__sdgs__4 div.image {
    padding-right: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 560px;
    margin: 40px auto 0;
  }
  div#p-company-special-tmpl section#sec4.sec__sdgs.sec__sdgs__4 div.image > img {
    width: 100%;
  }
  div#p-company-special-tmpl section#sec4.sec__sdgs.sec__sdgs__4 div.image div.img__inner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  div#p-company-special-tmpl section#sec4.sec__sdgs.sec__sdgs__4 div.image div.img__inner:nth-of-type(1) {
    padding-right: 10%;
  }
  div#p-company-special-tmpl section#sec4.sec__sdgs.sec__sdgs__4 div.image div.img__inner:nth-of-type(2) {
    padding-left: 10%;
  }
  div#p-company-special-tmpl section#sec4.sec__sdgs.sec__sdgs__4 div.image div.img__inner img {
    width: 260px;
  }
  div#p-company-special-tmpl section#sec4.sec__sdgs.sec__sdgs__4 div.image div.img__inner p.label {
    padding: 10px 0;
    font-size: 13px;
    border-bottom: 1px solid #c8b491;
  }
  div#p-company-special-tmpl section#sec4.sec__sdgs.sec__sdgs__4 div.image div.img__inner p.label.label__2 {
    border-color: #508c50;
  }
  div#p-company-special-tmpl section#sec4.sec__sdgs.sec__sdgs__4 div.sec__sdgs__container {
    margin-top: 94px;
  }
  div#p-company-special-tmpl section#sec4.sec__sdgs.sec__sdgs__4 div.sec__sdgs__container h4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  div#p-company-special-tmpl section#sec4.sec__sdgs.sec__sdgs__4 div.sec__sdgs__container h4 img {
    width: 100px;
  }
  div#p-company-special-tmpl section#sec4.sec__sdgs.sec__sdgs__4 div.sec__sdgs__container h4 div.heading__body {
    padding-left: 20px;
  }
  div#p-company-special-tmpl section#sec4.sec__sdgs.sec__sdgs__4 div.sec__sdgs__container h4 div.heading__body p.heading__txt {
    font-size: 18px;
  }
  div#p-company-special-tmpl section#sec4.sec__sdgs.sec__sdgs__4 div.sec__sdgs__container h4 div.heading__body span {
    font-size: 13px;
    border-bottom: 1px solid #c8b491;
  }
  div#p-company-special-tmpl section#sec4.sec__sdgs.sec__sdgs__4 div.sec__sdgs__container h4 div.heading__body span.cat2 {
    border-color: #508c50;
  }
  div#p-company-special-tmpl section#sec4.sec__sdgs.sec__sdgs__4 div.sec__sdgs__container h4 div.heading__body span.cat3 {
    border-color: #508c50;
  }
  div#p-company-special-tmpl section#sec4.sec__sdgs.sec__sdgs__4 div.sec__sdgs__container div.sec__sdgs__container__inner {
    margin-top: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  div#p-company-special-tmpl section#sec4.sec__sdgs.sec__sdgs__4 div.sec__sdgs__container div.sec__sdgs__container__inner div.body {
    width: calc(100% - 300px);
  }
  div#p-company-special-tmpl section#sec4.sec__sdgs.sec__sdgs__4 div.sec__sdgs__container div.sec__sdgs__container__inner div.body h5 {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: .8em;
  }
  div#p-company-special-tmpl section#sec4.sec__sdgs.sec__sdgs__4 div.sec__sdgs__container div.sec__sdgs__container__inner div.image {
    margin-top: 0;
    width: 280px;
  }
  div#p-company-special-tmpl section#sec4.sec__sdgs.sec__sdgs__4 div.sec__sdgs__container div.sec__sdgs__container__inner a.link {
    width: 100%;
    margin-top: 33px;
  }
  div#p-company-special-tmpl div.links__wrapper.takumi {
    margin-top: 110px;
    /* border-top: none; */
  }
  div#p-company-special-tmpl div.links__wrapper.takumi ol.links {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  div#p-company-special-tmpl div.links__wrapper.sdgs {
    margin-top: 110px;
  }
  div#p-company-special-tmpl div.links__wrapper.sdgs ol.links {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  div#p-company-special-tmpl h2.heading__special {
    width: 1280px;
    margin-top: 40px;
    font-size: 18px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
  }
  div#p-company-special-tmpl section.sec__special__1 {
    width: 1280px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    padding-left: 50px;
    padding-right: 50px;
  }
  div#p-company-special-tmpl section.sec__special__1 ol.list__contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  div#p-company-special-tmpl section.sec__special__1 ol.list__contents li {
    margin-bottom: 80px;
    width: 32%;
  }
  div#p-company-special-tmpl section.sec__special__1 ol.list__contents li a p {
    margin-top: 10px;
    font-size: 15px;
  }
  div#p-company-special-tmpl div.flatbox__takumi {
    position: absolute;
    z-index: -1;
    background-color: #faf5f8;
    height: 1000px;
    width: 90%;
  }
  div#p-company-special-tmpl section.sec__takumi__mv {
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  div#p-company-special-tmpl section.sec__takumi__mv div.flatbox__takumi {
    top: 40px;
    right: 0;
  }
  div#p-company-special-tmpl section.sec__takumi__mv div.sec__takumi__mv__img {
    width: 60%;
    height: 600px;
    background-image: url(../img/company2/special/mv__takumi.jpg);
    background-size: cover;
    background-position: center right;
  }
  div#p-company-special-tmpl section.sec__takumi__mv div.local__nav {
    padding-right: 20px;
    margin-top: 86px;
    margin-left: 110px;
    width: 40%;
  }
  div#p-company-special-tmpl section.sec__takumi__mv div.local__nav h2.heading__takumi img {
    width: 260px;
  }
  div#p-company-special-tmpl section.sec__takumi__mv div.local__nav ol.local__nav__body {
    margin-top: 60px;
  }
  div#p-company-special-tmpl section.sec__takumi__mv div.local__nav ol.local__nav__body li {
    margin-bottom: 20px;
  }
  div#p-company-special-tmpl section.sec__takumi__mv div.local__nav ol.local__nav__body li::before {
    content: "";
    width: 15px;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    background-color: #000;
    margin-right: 12px;
  }
  div#p-company-special-tmpl section.sec__takumi__mv div.local__nav ol.local__nav__body li a {
    display: inline-block;
    vertical-align: middle;
  }
  div#p-company-special-tmpl section.sec__takumi__mv div.local__nav ol.local__nav__body li a p {
    font-size: 13px;
    font-weight: bold;
  }
  div#p-company-special-tmpl section.sec__takumi {
    padding: 0 20px;
    margin-top: 140px;
  }
  div#p-company-special-tmpl section.sec__takumi div.section__inner {
    max-width: 780px;
    margin: 0 auto;
  }
  div#p-company-special-tmpl section.sec__takumi div.section__inner h3 img {
    height: 70px;
    width: auto;
  }
  div#p-company-special-tmpl section.sec__takumi div.section__inner p.caption {
    margin-top: 50px;
  }
  div#p-company-special-tmpl section.sec__takumi div.section__inner div.image {
    margin-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  div#p-company-special-tmpl section.sec__takumi div.section__inner div.image div.image__inner img {
    width: 100%;
  }
  div#p-company-special-tmpl section.sec__takumi div.section__inner div.image div.image__inner p.caption {
    margin-top: 10px;
    font-size: 12px;
    text-align: right;
  }
  div#p-company-special-tmpl section.sec__takumi div.section__inner div.image.twin div.image__inner {
    width: 48%;
  }
  div#p-company-special-tmpl section.sec__takumi div.section__inner div.image.twin div.image__inner p.caption {
    text-align: right;
  }
  div#p-company-special-tmpl section#sec2.sec__takumi.sec__takumi__2 div.flatbox__takumi {
    left: 0;
    top: 1000px;
  }
  div#p-company-special-tmpl section#sec4.sec__takumi.sec__takumi__4 div.flatbox__takumi {
    right: 0;
    top: 700px;
  }
  div#p-company-special-tmpl section#sec7.sec__takumi.sec__takumi__7 div.flatbox__takumi {
    left: 0;
    top: -50px;
    height: 1150px;
  }
}

@media screen and (max-width: 767px) {
  .spe {
    display: block;
  }
  .pce {
    display: none !important;
  }
  footer.lite {
    padding: 8vw 0;
    text-align: center;
  }
  footer.lite a {
    font-size: 2.93333vw;
  }
  footer.lite p.copyright {
    font-size: 2.66667vw;
    margin-top: 5.33333vw;
  }
  div#p-company-special-tmpl {
    padding-bottom: 18.66667vw;
    margin: 0 auto;
  }
  div#p-company-special-tmpl div.nav__wrapper {
    margin-top: 6.66667vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-right: 6.66667vw;
  }
  div#p-company-special-tmpl div.nav__wrapper h2 {
    margin-right: 6.66667vw;
    margin-top: 6.66667vw;
  }
  div#p-company-special-tmpl div.nav__wrapper h2 img {
    width: 22.66667vw;
  }
  div#p-company-special-tmpl div.nav__wrapper ol.nav__local {
    margin-right: 7.33333vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  div#p-company-special-tmpl div.nav__wrapper ol.nav__local li {
    padding: 0 0.53333vw;
    width: 4vw;
    height: 13vw;
    border-right: 0.26667vw solid transparent;
  }
  div#p-company-special-tmpl div.nav__wrapper ol.nav__local li:not(:first-of-type) {
    margin-left: 4.53333vw;
  }
  div#p-company-special-tmpl div.nav__wrapper ol.nav__local li.current.cat1 {
    border-color: #c8b491;
  }
  div#p-company-special-tmpl div.nav__wrapper ol.nav__local li.current.cat2 {
    border-color: #8c6c78;
  }
  div#p-company-special-tmpl div.nav__wrapper ol.nav__local li.current.cat3 {
    border-color: #3f6698;
  }
  div#p-company-special-tmpl div.nav__wrapper ol.nav__local li.current.cat4 {
    border-color: #508c50;
  }
  div#p-company-special-tmpl div.nav__wrapper ol.nav__local li a {
    display: block;
  }
  div#p-company-special-tmpl div.nav__wrapper ol.nav__local li a p {
    font-size: 2.93333vw;
    font-weight: bold;
    line-height: 1;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    white-space: nowrap;
  }
  div#p-company-special-tmpl * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  div#p-company-special-tmpl span.v {
    -ms-text-combine-horizontal: all;
    -webkit-text-combine: horizontal;
    text-combine-upright: all;
    line-height: 1.2;
    vertical-align: baseline;
  }
  div#p-company-special-tmpl div.nav__page__wrapper {
    width: 86.66667vw;
    margin: 24.66667vw auto 0;
    overflow: hidden;
  }
  div#p-company-special-tmpl div.nav__page__wrapper a.nav__page.left {
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  div#p-company-special-tmpl div.nav__page__wrapper a.nav__page.left p {
    vertical-align: middle;
    margin-left: 0.5em;
  }
  div#p-company-special-tmpl div.nav__page__wrapper a.nav__page.left::before {
    content: "";
    width: 2.13333vw;
    height: 1.6vw;
    vertical-align: middle;
    background-image: url(../img/company2/special/icon__arrow__a__r.svg);
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  div#p-company-special-tmpl div.nav__page__wrapper a.nav__page.right {
    float: right;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  div#p-company-special-tmpl div.nav__page__wrapper a.nav__page.right p {
    vertical-align: middle;
    margin-right: 0.5em;
  }
  div#p-company-special-tmpl div.nav__page__wrapper a.nav__page.right::after {
    content: "";
    width: 2.13333vw;
    height: 1.6vw;
    vertical-align: middle;
    background-image: url(../img/company2/special/icon__arrow__a__r.svg);
  }
  div#p-company-special-tmpl div.links__wrapper {
    margin-top: 2.66667vw;
    border-top: 0.13333vw solid #dcdcdc;
    padding: 0 12.66667vw;
  }
  div#p-company-special-tmpl div.links__wrapper ol.links {
    padding-top: 10.66667vw;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: ceter;
    -webkit-justify-content: ceter;
        -ms-flex-pack: ceter;
            justify-content: ceter;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  div#p-company-special-tmpl div.links__wrapper ol.links li {
    border: 0.13333vw solid #dcdcdc;
    width: 73.33333vw;
    height: 10.66667vw;
    background-image: url(../img/company2/special/icon__arrow__b__r.svg);
    background-size: 0.8vw 1.6vw;
    background-position: center right 2.66667vw;
    background-repeat: no-repeat;
  }
  div#p-company-special-tmpl div.links__wrapper ol.links li:not(:first-of-type) {
    margin-top: 5.33333vw;
  }
  div#p-company-special-tmpl div.links__wrapper ol.links li a {
    padding-left: 4vw;
    width: 100%;
    height: 100%;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  div#p-company-special-tmpl section div.cnt__caption {
    text-align: justify;
  }
  div#p-company-special-tmpl section div.cnt__heading {
    width: 25.86667vw;
    padding: 6.66667vw 0;
  }
  div#p-company-special-tmpl section div.cnt__heading::before {
    content: "";
    display: block;
    height: 1.06667vw;
    width: 100%;
    background-image: url(../img/company2/special/heading__img__1.svg);
    position: absolute;
    left: 0;
    top: 0;
  }
  div#p-company-special-tmpl section div.cnt__heading::after {
    content: "";
    display: block;
    height: 1.06667vw;
    width: 100%;
    background-image: url(../img/company2/special/heading__img__1.svg);
    position: absolute;
    left: 0;
    bottom: 0;
  }
  div#p-company-special-tmpl section div.cnt__heading.cat2::before {
    background-image: url(../img/company2/special/heading__img__2.svg);
  }
  div#p-company-special-tmpl section div.cnt__heading.cat2::after {
    background-image: url(../img/company2/special/heading__img__2.svg);
  }
  div#p-company-special-tmpl section div.cnt__heading.cat3::before {
    background-image: url(../img/company2/special/heading__img__3.svg);
  }
  div#p-company-special-tmpl section div.cnt__heading.cat3::after {
    background-image: url(../img/company2/special/heading__img__3.svg);
  }
  div#p-company-special-tmpl section div.cnt__heading.cat4::before {
    background-image: url(../img/company2/special/heading__img__4.svg);
  }
  div#p-company-special-tmpl section div.cnt__heading.cat4::after {
    background-image: url(../img/company2/special/heading__img__4.svg);
  }
  div#p-company-special-tmpl section div.cnt__heading h4 {
    letter-spacing: 0.2em;
    font-size: 4vw;
    margin: 0 auto;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    white-space: nowrap;
  }
  div#p-company-special-tmpl div.cnt__img {
    display: none !important;
  }
  div#p-company-special-tmpl section.sec__mv {
    margin-top: 9.33333vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  div#p-company-special-tmpl section.sec__mv div.photo {
    overflow: hidden;
    width: 100%;
    height: 72.66667vw;
  }
  div#p-company-special-tmpl section.sec__mv div.photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  div#p-company-special-tmpl section.sec__mv h3 img {
    margin-top: 11.06667vw;
    margin-left: 13.06667vw;
    width: 13.2vw;
  }
  div#p-company-special-tmpl section.sec__b {
    padding-top: 25.33333vw;
    margin-top: 0;
    margin-bottom: 10vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section.sec__mv + div#p-company-special-tmpl section.sec__b {
    margin-top: 18vw;
  }
  div#p-company-special-tmpl section.sec__c {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  div#p-company-special-tmpl section.sec__c div.cnt__caption {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    padding: 0 6.66667vw;
  }
  div#p-company-special-tmpl section.sec__c div.cnt__img {
    margin: 12.66667vw auto 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 60vw;
  }
  div#p-company-special-tmpl section.sec__c div.cnt__img img {
    width: 100%;
  }
  div#p-company-special-tmpl section.sec__d {
    margin-top: 25.333vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  div#p-company-special-tmpl section.sec__d div.cnt__heading__wrapper {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-right: 8vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
  }
  div#p-company-special-tmpl section.sec__d div.cnt__caption {
    margin-top: 10vw;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    padding: 0 6.66667vw;
  }
  div#p-company-special-tmpl section.sec__e {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  div#p-company-special-tmpl section.sec__e div.cnt__caption {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    padding: 0 6.66667vw;
  }
  div#p-company-special-tmpl section.sec__e div.cnt__img {
    margin: 12.66667vw auto 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 60vw;
  }
  div#p-company-special-tmpl section.sec__e div.cnt__img img {
    width: 100%;
  }
  div#p-company-special-tmpl section.sec__f {
    width: 101.33333vw;
    margin: 18vw auto 0;
  }
  div#p-company-special-tmpl section.sec__f h5 {
    text-align: center;
    font-size: 4vw;
    font-weight: bold;
    color: #3f6698;
    line-height: 1.75;
  }
  div#p-company-special-tmpl section.sec__f h5 + p.caption {
    margin-top: 7.33333vw;
  }
  div#p-company-special-tmpl section.sec__f p.caption {
    padding: 0 6.66667vw;
  }
  div#p-company-special-tmpl div.nav__wrapper {
    margin: 0;
    padding: 0;
  }
  div#p-company-special-tmpl h2.storytop {
    margin-top: 13.33333vw;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0 !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  div#p-company-special-tmpl h2.storytop img {
    width: 32vw !important;
  }
  div#p-company-special-tmpl p.story__caption.caption {
    padding: 0 6.66667vw !important;
    font-size: 3.2vw;
    margin-top: 18.66667vw;
    word-break: break-all;
    text-align: justify;
  }
  div#p-company-special-tmpl div.story__wrapper ol.stories {
    margin-top: 16vw;
    padding-bottom: 26.66667vw;
  }
  div#p-company-special-tmpl div.story__wrapper ol.stories li {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    padding: 0 6.66667vw;
  }
  div#p-company-special-tmpl div.story__wrapper ol.stories li:nth-of-type(1) {
    margin-top: 20vw;
  }
  div#p-company-special-tmpl div.story__wrapper ol.stories li:nth-of-type(2) {
    margin-top: 17.33333vw;
  }
  div#p-company-special-tmpl div.story__wrapper ol.stories li:nth-of-type(3) {
    margin-top: 17.33333vw;
  }
  div#p-company-special-tmpl div.story__wrapper ol.stories li:nth-of-type(4) {
    margin-top: 17.33333vw;
  }
  div#p-company-special-tmpl div.story__wrapper ol.stories li h3 {
    margin-bottom: 9.33333vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  div#p-company-special-tmpl div.story__wrapper ol.stories li h3 p {
    font-size: 3.73333vw;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    padding: 0 1.33333vw;
    line-height: 1;
    border-right: 0.53333vw solid transparent;
  }
  div#p-company-special-tmpl div.story__wrapper ol.stories li h3.cat1 p {
    border-color: #c8b491;
  }
  div#p-company-special-tmpl div.story__wrapper ol.stories li h3.cat2 p {
    border-color: #8c6c78;
  }
  div#p-company-special-tmpl div.story__wrapper ol.stories li h3.cat3 p {
    border-color: #3f6698;
  }
  div#p-company-special-tmpl div.story__wrapper ol.stories li h3.cat4 p {
    border-color: #508c50;
  }
  div#p-company-special-tmpl section.sec__dialogue__mv {
    margin-top: 8.66667vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  div#p-company-special-tmpl section.sec__dialogue__mv h2 {
    margin-left: 6.66667vw;
    margin-bottom: 6.66667vw;
  }
  div#p-company-special-tmpl section.sec__dialogue__mv h2 p.lead {
    height: 12vw;
    font-size: 3.2vw;
    line-height: 1;
    padding-bottom: 4vw;
    border-left: 0.4vw solid #a05a8c;
    padding-left: 4.66667vw;
  }
  div#p-company-special-tmpl section.sec__dialogue__mv h2 p.lead span {
    display: block;
    -webkit-transform: translateY(2.66667vw);
            transform: translateY(2.66667vw);
  }
  div#p-company-special-tmpl section.sec__dialogue__mv h2 p.body {
    height: 12vw;
    margin-top: 0.66667vw;
    font-size: 4.26667vw;
    line-height: 1.75;
    border-left: 0.4vw solid #3c8c64;
    padding-left: 4.66667vw;
  }
  div#p-company-special-tmpl section.sec__dialogue__mv h2 p.body span {
    display: block;
    -webkit-transform: translateY(-3.33333vw);
            transform: translateY(-3.33333vw);
  }
  div#p-company-special-tmpl section.sec__dialogue__mv picture {
    margin-top: 6.66667vw;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  div#p-company-special-tmpl section.sec__dialogue__mv picture img.dialogue__mv__body {
    width: 100%;
  }
  div#p-company-special-tmpl section.sec__dialogue__1 {
    padding: 0 6.66667vw;
    margin: 0 auto;
  }
  div#p-company-special-tmpl section.sec__dialogue__1 > p.caption {
    margin-top: 5.33333vw;
  }
  div#p-company-special-tmpl section.sec__dialogue__1 ol.peoples__dialogue {
    margin-top: 8vw;
    position: relative;
  }
  div#p-company-special-tmpl section.sec__dialogue__1 ol.peoples__dialogue li {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  div#p-company-special-tmpl section.sec__dialogue__1 ol.peoples__dialogue li:not(:first-of-type) {
    margin-top: 12vw;
  }
  div#p-company-special-tmpl section.sec__dialogue__1 ol.peoples__dialogue li div.peoples__dialogue__photo {
    width: 24vw;
    height: 24vw;
  }
  div#p-company-special-tmpl section.sec__dialogue__1 ol.peoples__dialogue li div.peoples__dialogue__details {
    margin-left: 2.66667vw;
    width: calc(100% - 26.66667vw);
  }
  div#p-company-special-tmpl section.sec__dialogue__1 ol.peoples__dialogue li div.peoples__dialogue__details p.peoples__dialogue__name {
    width: 42.66667vw;
    border-bottom: 0.4vw solid #a05a8c;
    font-weight: bold;
    letter-spacing: -.00em;
  }
  div#p-company-special-tmpl section.sec__dialogue__1 ol.peoples__dialogue li div.peoples__dialogue__details p.peoples__dialogue__name.peoples__dialogue__name__2 {
    border-color: #3c8c64;
  }
  div#p-company-special-tmpl section.sec__dialogue__1 ol.peoples__dialogue li div.peoples__dialogue__details p.peoples__dialogue__name span.post {
    font-size: 1.6vw;
  }
  div#p-company-special-tmpl section.sec__dialogue__1 ol.peoples__dialogue li div.peoples__dialogue__details p.peoples__dialogue__name span.name {
    margin-left: .5em;
    font-size: 3.46667vw;
  }
  div#p-company-special-tmpl section.sec__dialogue__1 ol.peoples__dialogue li div.peoples__dialogue__details p.caption {
    margin-top: 2vw;
    word-break: break-all;
    font-size: 2.93333vw;
  }
  div#p-company-special-tmpl section.sec__dialogue__2 {
    margin: 14.66667vw auto 0;
    text-align: justify;
  }
  div#p-company-special-tmpl section.sec__dialogue__2 h3 {
    margin-left: 6.66667vw;
    font-size: 4vw;
    line-height: 1.75;
    font-weight: bold;
    display: inline-block;
    padding: 0 1.33333vw;
    margin-top: 13.33333vw;
  }
  div#p-company-special-tmpl section.sec__dialogue__2 h3 + div.talk__interviewer {
    margin-top: 6.66667vw;
  }
  div#p-company-special-tmpl section.sec__dialogue__2 div.talk__interviewer {
    margin-top: 8vw;
    margin-left: 6.66667vw;
    margin-right: 6.66667vw;
    padding-left: 4.66667vw;
  }
  div#p-company-special-tmpl section.sec__dialogue__2 div.talk__interviewer::before {
    content: "";
    width: 4vw;
    height: 0.13333vw;
    position: absolute;
    left: 0vw;
    top: 2.66667vw;
    background-color: #000;
  }
  div#p-company-special-tmpl section.sec__dialogue__2 div.talk__interviewer div.info {
    border: 0.2vw solid #dcdcdc;
    padding: 4vw;
    margin-top: 4vw;
  }
  div#p-company-special-tmpl section.sec__dialogue__2 div.talk__interviewer div.info::before {
    content: "";
    display: block;
    width: 4.13333vw;
    height: 4.13333vw;
    position: absolute;
    top: -0.2vw;
    right: -0.2vw;
    background-image: url(../img/company2/special/corner__info.svg);
  }
  div#p-company-special-tmpl section.sec__dialogue__2 div.talk__interviewee {
    margin-left: 6.66667vw;
    margin-right: 6.66667vw;
    padding: 4vw;
    background-color: #f8f8f8;
    margin-top: 8vw;
    border-left: 0.4vw solid #000;
  }
  div#p-company-special-tmpl section.sec__dialogue__2 div.talk__interviewee.talk__p1 {
    border-color: #a05a8c;
  }
  div#p-company-special-tmpl section.sec__dialogue__2 div.talk__interviewee.talk__p1 p span.pname {
    color: #a05a8c;
  }
  div#p-company-special-tmpl section.sec__dialogue__2 div.talk__interviewee.talk__p2 {
    border-color: #3c8c64;
  }
  div#p-company-special-tmpl section.sec__dialogue__2 div.talk__interviewee.talk__p2 p span.pname {
    color: #3c8c64;
  }
  div#p-company-special-tmpl section.sec__dialogue__2 div.photo__dialogue {
    margin-top: 10.66667vw;
  }
  div#p-company-special-tmpl div.photo__dialogue.photo__eof {
    margin-top: 10.66667vw;
  }
  div#p-company-special-tmpl h2.heading__sdgs {
    font-size: 4vw;
    margin-top: 7.33333vw;
  }
  div#p-company-special-tmpl section.nav__sdgs {
    z-index: 1;
    background-color: #fff;
    width: 37.33333vw;
    padding: 0 6.66667vw 11.73333vw 6.66667vw;
  }
  div#p-company-special-tmpl section.nav__sdgs select.h-sp-only {
    margin: 6.66667vw auto 0;
    text-align: center;
    width: 86.66667vw;
    height: 12vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 3.46667vw;
    padding: 0 6.66667vw;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../img/company2/special/icon__select__arrow.svg);
    background-size: 2.13333vw 3.2vw;
    background-repeat: no-repeat;
    background-position: center right 2vw;
  }
  div#p-company-special-tmpl .sec__sdgs {
    padding: 9.33333vw 0 0;
  }
  div#p-company-special-tmpl .sec__sdgs:not(.sec__sdgs__1) {
    padding-top: 23.2vw;
  }
  div#p-company-special-tmpl .sec__sdgs h3 {
    margin-bottom: 8vw;
    width: 100%;
    font-size: 4vw;
    font-weight: bold;
    height: 9.33333vw;
    border-left: 0.26667vw solid #282828;
    padding-left: 4vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  div#p-company-special-tmpl .sec__sdgs h3 .small {
    font-size: 2.93333vw;
    margin-left: 2em;
    margin-top: 0.8vw;
  }
  div#p-company-special-tmpl .sec__sdgs div.body {
    text-align: justify;
  }
  div#p-company-special-tmpl .sec__sdgs div.body p.info {
    margin-top: 8vw;
    text-align: right;
  }
  div#p-company-special-tmpl .sec__sdgs div.body p.info span.small {
    font-size: 2.93333vw;
    margin-right: 1em;
  }
  div#p-company-special-tmpl .sec__sdgs div.body p.info span.name {
    font-size: 3.46667vw;
  }
  div#p-company-special-tmpl .sec__sdgs div.image {
    width: 60vw;
    margin: 9.33333vw auto 0;
    text-align: center;
  }
  div#p-company-special-tmpl .sec__sdgs a.link {
    font-size: 2.93333vw;
    font-weight: bold;
    color: #c82832;
    vertical-align: middle;
  }
  div#p-company-special-tmpl .sec__sdgs a.link::before {
    content: "";
    display: inline-block;
    width: 1.06667vw;
    height: 2.13333vw;
    background-image: url(../img/company2/special/icon__arrow__red--r.svg);
    vertical-align: middle;
    margin-right: 1em;
    -webkit-transform: translateY(-0.13333vw);
            transform: translateY(-0.13333vw);
  }
  div#p-company-special-tmpl .sec__sdgs div.sec__sdgs__container div.sec__sdgs__container__inner div.body {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  div#p-company-special-tmpl .sec__sdgs div.sec__sdgs__container div.sec__sdgs__container__inner div.body h5 {
    font-weight: bold;
  }
  div#p-company-special-tmpl .sec__sdgs div.sec__sdgs__container div.sec__sdgs__container__inner div.image {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  div#p-company-special-tmpl .sec__sdgs div.sec__sdgs__container div.sec__sdgs__container__inner > a.link {
    margin-top: 3.2vw;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  div#p-company-special-tmpl section#sec1.sec__sdgs.sec__sdgs__1 {
    border-top: 1px solid #e6e6e6;
  }
  div#p-company-special-tmpl section#sec2.sec__sdgs.sec__sdgs__2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  div#p-company-special-tmpl section#sec2.sec__sdgs.sec__sdgs__2 div.body {
    width: 100%;
  }
  div#p-company-special-tmpl section#sec2.sec__sdgs.sec__sdgs__2 div.image {
    width: 100%;
    margin: 6.66667vw auto 0;
  }
  div#p-company-special-tmpl section#sec4.sec__sdgs.sec__sdgs__4 div.body {
    width: 100%;
  }
  div#p-company-special-tmpl section#sec4.sec__sdgs.sec__sdgs__4 div.image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin: 13.33333vw auto 0;
  }
  div#p-company-special-tmpl section#sec4.sec__sdgs.sec__sdgs__4 div.image > img {
    width: 100%;
  }
  div#p-company-special-tmpl section#sec4.sec__sdgs.sec__sdgs__4 div.image div.img__inner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  div#p-company-special-tmpl section#sec4.sec__sdgs.sec__sdgs__4 div.image div.img__inner:nth-of-type(1) {
    padding-right: 10%;
  }
  div#p-company-special-tmpl section#sec4.sec__sdgs.sec__sdgs__4 div.image div.img__inner:nth-of-type(2) {
    padding-left: 10%;
  }
  div#p-company-special-tmpl section#sec4.sec__sdgs.sec__sdgs__4 div.image div.img__inner img {
    width: 34.66667vw;
  }
  div#p-company-special-tmpl section#sec4.sec__sdgs.sec__sdgs__4 div.image div.img__inner p.label {
    padding: 1.33333vw 0;
    font-size: 1.73333vw;
    border-bottom: 1px solid #c8b491;
  }
  div#p-company-special-tmpl section#sec4.sec__sdgs.sec__sdgs__4 div.image div.img__inner p.label.label__2 {
    border-color: #508c50;
  }
  div#p-company-special-tmpl section#sec4.sec__sdgs.sec__sdgs__4 div.sec__sdgs__container {
    margin-top: 12.53333vw;
  }
  div#p-company-special-tmpl section#sec4.sec__sdgs.sec__sdgs__4 div.sec__sdgs__container:not(:first-of-type) {
    margin-top: 29.33333vw;
  }
  div#p-company-special-tmpl section#sec4.sec__sdgs.sec__sdgs__4 div.sec__sdgs__container h4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  div#p-company-special-tmpl section#sec4.sec__sdgs.sec__sdgs__4 div.sec__sdgs__container h4 img {
    width: 21.33333vw;
  }
  div#p-company-special-tmpl section#sec4.sec__sdgs.sec__sdgs__4 div.sec__sdgs__container h4 div.heading__body {
    padding-left: 4vw;
  }
  div#p-company-special-tmpl section#sec4.sec__sdgs.sec__sdgs__4 div.sec__sdgs__container h4 div.heading__body p.heading__txt {
    font-size: 4vw;
  }
  div#p-company-special-tmpl section#sec4.sec__sdgs.sec__sdgs__4 div.sec__sdgs__container h4 div.heading__body span {
    padding-bottom: 0.66667vw;
    font-size: 2.93333vw;
    border-bottom: 1px solid #c8b491;
  }
  div#p-company-special-tmpl section#sec4.sec__sdgs.sec__sdgs__4 div.sec__sdgs__container h4 div.heading__body span.cat2 {
    border-color: #508c50;
  }
  div#p-company-special-tmpl section#sec4.sec__sdgs.sec__sdgs__4 div.sec__sdgs__container h4 div.heading__body span.cat3 {
    border-color: #508c50;
  }
  div#p-company-special-tmpl section#sec4.sec__sdgs.sec__sdgs__4 div.sec__sdgs__container div.sec__sdgs__container__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  div#p-company-special-tmpl section#sec4.sec__sdgs.sec__sdgs__4 div.sec__sdgs__container div.sec__sdgs__container__inner div.body {
    margin-top: 9.33333vw;
  }
  div#p-company-special-tmpl section#sec4.sec__sdgs.sec__sdgs__4 div.sec__sdgs__container div.sec__sdgs__container__inner div.body h5 {
    font-weight: border;
    font-size: 3.46667vw;
    margin-bottom: .8em;
  }
  div#p-company-special-tmpl section#sec4.sec__sdgs.sec__sdgs__4 div.sec__sdgs__container div.sec__sdgs__container__inner div.image {
    margin-top: 6vw;
    width: 60vw;
  }
  div#p-company-special-tmpl div.links__wrapper {
    margin-top: 25.33333vw;
  }
  div#p-company-special-tmpl div.links__wrapper ol.links {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  div#p-company-special-tmpl h2.heading__special {
    margin-top: 7.33333vw;
    font-size: 4vw;
    padding: 0 6.66667vw;
  }
  div#p-company-special-tmpl section.sec__special__1 {
    margin-top: 14.66667vw;
    padding: 0 6.66667vw;
  }
  div#p-company-special-tmpl section.sec__special__1 ol.list__contents li {
    margin-bottom: 10.66667vw;
    width: 100%;
  }
  div#p-company-special-tmpl section.sec__special__1 ol.list__contents li:last-of-type {
    margin-bottom: 0;
  }
  div#p-company-special-tmpl section.sec__special__1 ol.list__contents li a p {
    margin-top: 4vw;
    font-size: 3.46667vw;
  }
  div#p-company-special-tmpl div.flatbox__takumi {
    position: absolute;
    z-index: -1;
    background-color: #faf5f8;
    height: 266.66667vw;
    width: 88%;
  }
  div#p-company-special-tmpl section.sec__takumi__mv div.flatbox__takumi {
    top: 0vw;
    right: 0;
  }
  div#p-company-special-tmpl section.sec__takumi__mv div.sec__takumi__mv__img {
    top: 30.66667vw;
    width: 100%;
    position: absolute;
  }
  div#p-company-special-tmpl section.sec__takumi__mv div.sec__takumi__mv__img picture img {
    width: 100%;
  }
  div#p-company-special-tmpl section.sec__takumi__mv div.local__nav {
    padding-top: 12.53333vw;
    width: 100%;
  }
  div#p-company-special-tmpl section.sec__takumi__mv div.local__nav h2.heading__takumi {
    text-align: center;
  }
  div#p-company-special-tmpl section.sec__takumi__mv div.local__nav h2.heading__takumi img {
    width: 34.66667vw;
  }
  div#p-company-special-tmpl section.sec__takumi__mv div.local__nav ol.local__nav__body {
    margin-top: 94.66667vw;
    margin-left: 22.66667vw;
  }
  div#p-company-special-tmpl section.sec__takumi__mv div.local__nav ol.local__nav__body li {
    margin-bottom: 2.66667vw;
  }
  div#p-company-special-tmpl section.sec__takumi__mv div.local__nav ol.local__nav__body li::before {
    content: "";
    width: 3.33333vw;
    height: 0.26667vw;
    display: inline-block;
    vertical-align: middle;
    background-color: #000;
    margin-right: 1.6vw;
  }
  div#p-company-special-tmpl section.sec__takumi__mv div.local__nav ol.local__nav__body li a {
    display: inline-block;
    vertical-align: middle;
  }
  div#p-company-special-tmpl section.sec__takumi__mv div.local__nav ol.local__nav__body li a p {
    font-size: 2.93333vw;
    font-weight: bold;
  }
  div#p-company-special-tmpl section.sec__takumi {
    margin-top: 30.66667vw;
  }
  div#p-company-special-tmpl section.sec__takumi div.section__inner {
    margin: 0 6.66667vw;
  }
  div#p-company-special-tmpl section.sec__takumi div.section__inner h3 img {
    height: 13.33333vw;
    width: auto;
  }
  div#p-company-special-tmpl section.sec__takumi div.section__inner p.caption {
    margin-top: 6.66667vw;
  }
  div#p-company-special-tmpl section.sec__takumi div.section__inner div.image {
    margin-top: 6.66667vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  div#p-company-special-tmpl section.sec__takumi div.section__inner div.image div.image__inner img {
    width: 100%;
  }
  div#p-company-special-tmpl section.sec__takumi div.section__inner div.image div.image__inner p.caption {
    text-align: right;
    font-size: 1.6vw;
    margin-top: 1.33333vw;
  }
  div#p-company-special-tmpl section.sec__takumi div.section__inner div.image.twin div.image__inner {
    width: 42.13333vw;
  }
  div#p-company-special-tmpl section.sec__takumi div.section__inner div.image.twin div.image__inner p.caption {
    text-align: right;
  }
  div#p-company-special-tmpl section#sec2.sec__takumi.sec__takumi__2 div.flatbox__takumi {
    left: 0;
    top: 160vw;
    height: 293.33333vw;
  }
  div#p-company-special-tmpl section#sec4.sec__takumi.sec__takumi__4 div.flatbox__takumi {
    right: 0;
    top: 106.66667vw;
    height: 280vw;
  }
  div#p-company-special-tmpl section#sec7.sec__takumi.sec__takumi__7 div.flatbox__takumi {
    left: 0;
    top: -106.66667vw;
    height: 346.66667vw;
  }
}
/*# sourceMappingURL=special.css.map */

#p-company-special-tmpl .sdgs_wrapper {
  width: 1280px;
  padding-left: 50px;
  padding-right: 50px;
  max-width: 100%;
}
@media screen and (max-width: 769px) {
  #p-company-special-tmpl .sdgs_wrapper {
    padding-left: 6.67vw;
    padding-right: 6.67vw;
  }
}


.cnt__figure {
  line-height: 0;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5.0667vw;
}
.cnt__figure.cnt__figure--wider {
  margin-top: 6vw;
}
@media screen and (min-width: 768px) {
  .cnt__figure {
    width: 500px;
    margin-top: 0;
  }
  .cnt__figure {
    margin-top: 40px;
  }
}
