@charset "UTF-8";
/*
@include sp($point-sp){}
@include pc($point-pc) {}
*/
/* clearfix */
.clearfix:after {
  content: "";
  display: block;
  clear: both; }

.clearfix:before {
  　　　　content: "";
  display: block;
  clear: both; }

.clearfix {
  display: block; }

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/*
@include sp($point-sp) {}
@include pc($point-pc) {}
*/
/* setting
-------------------------------------------------- */
/*html {
	display: none;
}*/
body {
  font-family: "ヒラギノUD丸ゴ W6 JIS2004", "Hiragino UD Sans Rd W6 JIS2004", "ヒラギノ角ゴ ProN W6","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"游ゴシック",YuGothic,sans-serif;
  font-weight: 600;
  height: 100%;
  position: relative;
  background: #ffffff;
  color: #4C5C6C;
  background-repeat: no-repeat;
  background-image: url(../img/bg_body.png); }
  @media screen and (max-width: 767px) {
    body {
      min-width: inherit;
      padding-top: 40px;
      font-size: 13px;
      line-height: 1.6;
      background-position: top 680px left calc(50% - 160px);
      background-size: 380px 637px; } }
  @media screen and (min-width: 768px) {
    body {
      min-width: 1020px;
      padding-top: 100px;
      font-size: 18px;
      line-height: 1.75;
      background-position: top 1820px left calc(50% - 448px);
      background-size: 1110px 1860px; } }
  @media screen and (min-width: 768px) {
    body#top {
      padding-top: 155px; } }
  @media screen and (min-width: 768px) {
    body#archive {
      background-position: top 800px left calc(50% - 448px); } }
  body#archive.year #wrapper, body#archive.category #wrapper {
    background-color: rgba(197, 213, 213, 0.3);
    background-image: url(../img/bg_pattern01.png);
    background-repeat: repeat;
    background-position: center top;
    background-size: 400px 400px; }
  body#article.cat_people #wrapper {
    background-color: rgba(235, 119, 119, 0.1); }
  body#article.cat_business #wrapper {
    background-color: rgba(100, 138, 198, 0.1); }
  body#article.cat_technology #wrapper {
    background-color: rgba(123, 196, 191, 0.1); }
  body#article.cat_management #wrapper {
    background-color: rgba(222, 190, 83, 0.1); }
  body#article.cat_synergy #wrapper {
    background-color: rgba(206, 131, 206, 0.1); }
  body#article.cat_sustainability #wrapper {
    background-color: rgba(131, 193, 98, 0.1); }

#loading {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background-color: #fff;
  z-index: 10000; }

a {
  color: #4184C7;
  text-decoration: none; }

@media screen and (min-width: 768px) {
  a:visited:hover {
    text-decoration: underline; } }

@media screen and (min-width: 768px) {
  a:hover {
    text-decoration: underline; } }

a:active {
  color: #4184C7;
  text-decoration: underline; }

img {
  vertical-align: bottom; }

ul,
ol {
  list-style: none; }

.outer_frame {
  width: 100%; }
  @media screen and (max-width: 767px) {
    .outer_frame {
      width: auto; } }

.inner_frame {
  width: 100%;
  max-width: 1340px;
  min-width: 1020px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 767px) {
    .inner_frame {
      width: auto;
      max-width: 100%;
      min-width: 100%; } }

br.SPbr {
  display: none; }
  @media screen and (max-width: 767px) {
    br.SPbr {
      display: inline; } }

br.PCbr {
  display: inline; }
  @media screen and (max-width: 767px) {
    br.PCbr {
      display: none; } }

@media screen and (min-width: 768px) {
  .forPC {
    display: block; }
    .forPC.inline {
      display: inline; }

  .forSP {
    display: none; } }
@media screen and (max-width: 767px) {
  .forSP {
    display: block; }
    .forSP.inline {
      display: inline; }

  .forPC {
    display: none; } }
.btn_link {
  text-align: center; }
  .btn_link .btn_item {
    display: block;
    margin: 0 auto;
    height: 80px;
    border: 1px solid #445566;
    border-radius: 28px;
    background-color: #445566;
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    line-height: 80px;
    transition: 0.3s; }
    @media screen and (min-width: 768px) {
      .btn_link .btn_item:hover {
        background-color: #fff;
        color: #445566; } }
    @media screen and (max-width: 767px) {
      .btn_link .btn_item {
        display: inline-block;
        height: 40px;
        padding: 0 30px;
        border-radius: 20px;
        font-size: 13px;
        line-height: 40px; } }
  .btn_link.btn_articles .btn_item {
    width: 400px; }
    @media screen and (max-width: 767px) {
      .btn_link.btn_articles .btn_item {
        width: auto; } }
  .btn_link.btn_backtoTop {
    padding: 52px 0 100px; }
    @media screen and (max-width: 767px) {
      .btn_link.btn_backtoTop {
        padding: 32px 0; } }
    .btn_link.btn_backtoTop .btn_item {
      width: 300px; }
      @media screen and (max-width: 767px) {
        .btn_link.btn_backtoTop .btn_item {
          width: auto; } }

body#article .btn_link {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1266px;
  margin: 0 auto;
  padding: 100px 0 60px;
 /*
.btn_prev,
.btn_next {
	display: block;
	position: relative;
	height: 80px;
	font-size: 24px;
	line-height: 80px;
	color: #445566;
	text-decoration: none;
	transition: 0.3s;
	@include sp($point-sp) {
		width: 24px;
		height: 40px;
		text-indent: -9999px;
		overflow: hidden;
		outline: none;
	}
	&:before {
		content: "";
		position: absolute;
		left: 0;
		bottom: 18px;
		width: 100%;
		height: 3px;
		background: #445566;
		transform: scale(0, 1);
		transform-origin: left;
		transition: 0.3s;
		@include sp($point-sp) {
			display: none;
		}
	}
	&:hover {
		&:before {
			transform: scale(1);
		}
		@include sp($point-sp) {
			opacity: 0.6;
		}
	}
}
.btn_prev {
	padding-left: 32px;
	background: url(../img/arrow_left.svg) no-repeat left center;
	background-size: 24px 24px;
	@include sp($point-sp) {
		padding-left: 0;
	}
}
.btn_next {
	padding-right: 32px;
	background: url(../img/arrow_right.svg) no-repeat right center;
	background-size: 24px 24px;
	@include sp($point-sp) {
		padding-right: 0;
	}
}*/ }
  @media screen and (max-width: 767px) {
    body#article .btn_link {
      width: auto;
      margin: 0 20px;
      padding: 32px 0; } }

@media screen and (max-width: 767px) {
  .section__inner {
    padding: 40px 0; } }
@media screen and (min-width: 768px) {
  .section__inner {
    padding: 100px 0; } }
.section .page__ttl {
  margin-bottom: 52px;
  text-align: center;
  font-size: 32px;
  line-height: 54px; }
  @media screen and (max-width: 767px) {
    .section .page__ttl {
      margin-bottom: 32px;
      font-size: 16px;
      line-height: 27px; } }
  .section .page__ttl.category {
    margin-bottom: 100px;
    font-size: 24px;
    height: 68px; }
    .section .page__ttl.category span {
      display: inline-block;
      position: relative;
      width: 320px;
      border-radius: 34px;
      color: #fff; }
      .section .page__ttl.category span.cat_people {
        background-color: #EB7777; }
      .section .page__ttl.category span.cat_business {
        background-color: #648AC6; }
      .section .page__ttl.category span.cat_technology {
        background-color: #7BC4BF; }
      .section .page__ttl.category span.cat_management {
        background-color: #DEBE53; }
      .section .page__ttl.category span.cat_synergy {
        background-color: #CE83CE; }
      .section .page__ttl.category span.cat_sustainability {
        background-color: #83C162; }
      .section .page__ttl.category span:before, .section .page__ttl.category span:after {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: #fff;
        content: ""; }
      .section .page__ttl.category span:before {
        left: 28px; }
      .section .page__ttl.category span:after {
        right: 28px; }
    @media screen and (max-width: 767px) {
      .section .page__ttl.category {
        height: 32px;
        margin-bottom: 32px;
        font-size: 15px;
        line-height: 32px; }
        .section .page__ttl.category span {
          width: 164px;
          border-radius: 16px; }
          .section .page__ttl.category span:before, .section .page__ttl.category span:after {
            width: 4px;
            height: 4px; }
          .section .page__ttl.category span:before {
            left: 14px; }
          .section .page__ttl.category span:after {
            right: 14px; } }
.section .latest__ttl {
  text-align: center;
  margin: 0 auto 52px;
  font-size: 32px;
  line-height: 54px; }
  @media screen and (max-width: 767px) {
    .section .latest__ttl {
      margin: 0 auto 32px;
      font-size: 15px;
      line-height: 26px; } }
.section .select_year {
  position: relative;
  display: block;
  width: 360px;
  height: 80px;
  margin: 0 auto 116px;
  font-size: 24px;
  line-height: 80px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .section .select_year {
      width: 160px;
      height: 40px;
      margin: 0 auto 32px;
      font-size: 15px;
      line-height: 40px; } }
  .section .select_year .year__current {
    width: 100%;
    height: 80px;
    border: 3px solid #445566;
    border-radius: 28px;
    background-color: #fff;
    color: #445566;
    cursor: pointer;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      .section .select_year .year__current {
        height: 40px;
        border-width: 1px;
        border-radius: 20px; } }
    .section .select_year .year__current-inner {
      position: relative;
      width: 100%;
      transition: 0.3s; }
      @media screen and (min-width: 768px) {
        .section .select_year .year__current-inner:hover {
          background-color: #445566;
          color: #fff; } }
      @media screen and (min-width: 768px) {
        .section .select_year .year__current-inner:hover:after {
          background-image: url(../img/arrow_pull_down_w.svg); } }
      .section .select_year .year__current-inner:after {
        content: "";
        position: absolute;
        display: block;
        top: calc(50% - 12px);
        right: 32px;
        width: 24px;
        height: 24px;
        background: url(../img/arrow_pull_down.svg) no-repeat center center;
        background-size: 24px 24px; }
        @media screen and (max-width: 767px) {
          .section .select_year .year__current-inner:after {
            width: 10px;
            height: 10px;
            top: calc(50% - 5px);
            right: 16px;
            background-size: 10px 10px; } }
  .section .select_year .year__list {
    display: none; }
    .section .select_year .year__list.row01.active {
      top: 0; }
    .section .select_year .year__list.row02.active {
      top: -80px; }
    .section .select_year .year__list.row03.active {
      top: -160px; }
    @media screen and (max-width: 767px) {
      .section .select_year .year__list.row01.active {
        top: 0; }
      .section .select_year .year__list.row02.active {
        top: -40px; }
      .section .select_year .year__list.row03.active {
        top: -80px; } }
    .section .select_year .year__list.active {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      width: 360px;
      height: auto;
      z-index: 1050;
      border: 3px solid #445566;
      border-radius: 28px;
      overflow: hidden;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
      @media screen and (max-width: 767px) {
        .section .select_year .year__list.active {
          width: 160px;
          border-width: 1px;
          border-radius: 20px; } }
    .section .select_year .year__list li {
      height: 80px;
      border-bottom: 3px solid #445566;
      background-color: #fff; }
      @media screen and (max-width: 767px) {
        .section .select_year .year__list li {
          height: 40px;
          border-bottom-width: 1px; } }
      .section .select_year .year__list li:last-child {
        border-bottom: none; }
      .section .select_year .year__list li a,
      .section .select_year .year__list li .close {
        position: relative;
        display: block;
        color: #445566;
        text-decoration: none;
        transition: 0.3s;
        cursor: pointer; }
        .section .select_year .year__list li a:hover,
        .section .select_year .year__list li .close:hover {
          background-color: #445566;
          color: #fff; }
      .section .select_year .year__list li.current a:after {
        content: "";
        position: absolute;
        display: block;
        top: calc(50% - 12px);
        right: 32px;
        width: 24px;
        height: 24px;
        background: url(../img/arrow_pull_down.svg) no-repeat center center;
        background-size: 24px 24px; }
        @media screen and (max-width: 767px) {
          .section .select_year .year__list li.current a:after {
            width: 10px;
            height: 10px;
            top: calc(50% - 5px);
            right: 16px;
            background-size: 10px 10px; } }
      @media screen and (min-width: 768px) {
        .section .select_year .year__list li.current a:hover:after {
          background-image: url(../img/arrow_pull_down_w.svg); } }
      .section .select_year .year__list li .close {
        text-indent: -9999px;
        overflow: hidden;
        outline: none;
        background: url(../img/arrow_pull_up.svg) no-repeat center center;
        background-size: 24px 24px; }
        @media screen and (max-width: 767px) {
          .section .select_year .year__list li .close {
            background-size: 10px 10px; } }
        @media screen and (min-width: 768px) {
          .section .select_year .year__list li .close:hover {
            background-image: url(../img/arrow_pull_up_w.svg); } }
.section .year__list-bg {
  display: none; }
  .section .year__list-bg.active {
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    background: transparent; }
.section__ttl {
  position: relative;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .section__ttl {
      margin-bottom: 24px; } }
  @media screen and (min-width: 768px) {
    .section__ttl {
      margin-bottom: 50px; } }
  .section__ttl .en {
    display: block;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 767px) {
      .section__ttl .en {
        font-size: 15px;
        line-height: 26px; } }
    @media screen and (min-width: 768px) {
      .section__ttl .en {
        font-size: 32px;
        line-height: 54px; } }
  .section__ttl .jp {
    display: block; }
    @media screen and (max-width: 767px) {
      .section__ttl .jp {
        font-size: 11px;
        line-height: 18px; } }
    @media screen and (min-width: 768px) {
      .section__ttl .jp {
        font-size: 16px;
        line-height: 27px; } }

/* ==============================
header
============================== */
#header {
  width: 100%;
  background-color: #fff;
  z-index: 1100; }
  @media screen and (max-width: 767px) {
    #header {
      position: fixed;
      top: 0;
      left: 0;
      height: 40px; } }
  @media screen and (min-width: 768px) {
    #header {
      position: fixed;
      top: 0;
      left: 0; } }
  #header .inner {
    position: relative;
    width: calc(100% - 5.6%);
    max-width: calc(1340px - 5.6%);
    min-width: calc(1020px - 5.6%);
    margin: 0 auto;
    background-color: #fff; }
    @media screen and (max-width: 767px) {
      #header .inner {
        width: auto;
        max-width: 100%;
        min-width: 100%;
        height: 40px !important;
        padding: 0 10px;
        z-index: 1150; } }
  #header #headerNav {
    display: none; }
    @media screen and (max-width: 767px) {
      #header #headerNav {
        position: relative;
        display: block; } }
    #header #headerNav .btn-trigger {
      position: absolute;
      top: -26px;
      right: 12px;
      display: inline-block;
      transition: all .5s;
      box-sizing: border-box;
      width: 16px;
      height: 16px;
      cursor: pointer;
      z-index: 1200; }
      #header #headerNav .btn-trigger span {
        position: absolute;
        display: inline-block;
        transition: all .5s;
        box-sizing: border-box;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #445566;
        border-radius: 4px; }
        #header #headerNav .btn-trigger span:nth-of-type(1) {
          top: 0; }
        #header #headerNav .btn-trigger span:nth-of-type(2) {
          top: 7px; }
        #header #headerNav .btn-trigger span:nth-of-type(3) {
          bottom: 0; }
      #header #headerNav .btn-trigger.active span:nth-of-type(1) {
        -webkit-transform: translateY(7px) rotate(-45deg);
        transform: translateY(7px) rotate(-45deg); }
      #header #headerNav .btn-trigger.active span:nth-of-type(2) {
        opacity: 0; }
      #header #headerNav .btn-trigger.active span:nth-of-type(3) {
        -webkit-transform: translateY(-7px) rotate(45deg);
        transform: translateY(-7px) rotate(45deg); }
    #header #headerNav .headerNav__wapper {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 0;
      min-height: 0;
      background-color: rgba(0, 0, 0, 0.6);
      overflow: hidden;
      transition: 0.3s;
      z-index: 1000; }
      #header #headerNav .headerNav__wapper.active {
        height: 100%;
        min-height: 100%; }
    #header #headerNav .headerNav__container {
      background-color: #edf2f2;
      background-image: url(../img/bg_pattern01.png);
      background-repeat: repeat;
      background-position: center top;
      background-size: 400px 400px;
      padding: 72px 32px 40px; }
    #header #headerNav .headerNav__list {
      margin-left: 6px;
      margin-bottom: 16px;
      padding-bottom: 10px;
      border-bottom: 1px solid #445566;
      font-size: 15px;
      line-height: 30px; }
    #header #headerNav .headerNav__item {
      margin-bottom: 12px; }
      #header #headerNav .headerNav__item .itemLink {
        display: block;
        height: 30px;
        padding-left: 48px;
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 30px 30px;
        color: #445566;
        text-decoration: none; }
      #header #headerNav .headerNav__item.cat_people .itemLink {
        background-image: url(../img/icon_cat_people.svg); }
      #header #headerNav .headerNav__item.cat_business .itemLink {
        background-image: url(../img/icon_cat_business.svg); }
      #header #headerNav .headerNav__item.cat_technology .itemLink {
        background-image: url(../img/icon_cat_technology.svg); }
      #header #headerNav .headerNav__item.cat_management .itemLink {
        background-image: url(../img/icon_cat_management.svg); }
      #header #headerNav .headerNav__item.cat_synergy .itemLink {
        background-image: url(../img/icon_cat_synergy.svg); }
      #header #headerNav .headerNav__item.cat_sustainability .itemLink {
        background-image: url(../img/icon_cat_sustainability.svg); }
    #header #headerNav .link_about {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      margin-bottom: 16px;
      font-size: 10px; }
      #header #headerNav .link_about li {
        display: inline-block;
        margin: 0 6px 6px; }
        #header #headerNav .link_about li:first-child {
          margin-left: 0; }
        #header #headerNav .link_about li:last-child {
          margin-right: 0; }
      #header #headerNav .link_about a {
        color: #445566;
        text-decoration: none; }
        #header #headerNav .link_about a[target="_blank"] {
          position: relative; }
          #header #headerNav .link_about a[target="_blank"]:after {
            display: inline-block;
            content: "";
            background: url(../img/icon_blank02.svg) no-repeat center center;
            background-size: cover; }
            @media screen and (max-width: 767px) {
              #header #headerNav .link_about a[target="_blank"]:after {
                width: 11px;
                height: 9px;
                margin-left: 4px; } }
    #header #headerNav .sns_copyright {
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between; }
      #header #headerNav .sns_copyright .list_sns {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        width: 60%; }
        #header #headerNav .sns_copyright .list_sns .item {
          width: 29px;
          margin-right: 10px; }
          #header #headerNav .sns_copyright .list_sns .item a {
            display: block;
            width: 29px;
            height: 29px; }
      #header #headerNav .sns_copyright .copyright {
        width: 40%;
        text-align: right;
        font-size: 10px;
        line-height: 29px; }

body#top #header .inner {
  height: 155px; }
  body#top #header .inner #logo_header {
    position: absolute;
    bottom: -17px;
    left: 50%;
    width: 370px;
    height: 160px;
    transform: translateX(-50%);
    z-index: 1000;
    background: url(../img/logo_6deGrees_bg.svg) no-repeat 0 0;
    background-size: 370px 160px;
    transition: 0.3s; }
    body#top #header .inner #logo_header a {
      transition: 0.3s; }
      @media screen and (min-width: 768px) {
        body#top #header .inner #logo_header a:hover {
          opacity: 0.6; } }
      body#top #header .inner #logo_header a img {
        width: 100%; }
    @media screen and (max-width: 767px) {
      body#top #header .inner #logo_header {
        bottom: 3px;
        width: 80px;
        height: 35px;
        background-size: 80px 35px; } }
  body#top #header .inner #logo_GREE {
    position: absolute;
    top: 62px;
    right: 0;
    width: 110px;
    height: 30px;
    transition: 0.3s; }
    body#top #header .inner #logo_GREE a {
      transition: 0.3s;
      /*&:before {
      	content: "";
      	position: absolute;
      	left: 0;
      	bottom: -8px;
      	width: 100%;
      	height: 2px;
      	background: #445566;
      	transform: scale(0, 1);
      	transform-origin: left;
      	transition: 0.3s;
      }*/ }
      body#top #header .inner #logo_GREE a:hover {
        /*&:before {
        	@include pc($point-pc) {
        		transform: scale(1);
        	}
        }*/ }
      body#top #header .inner #logo_GREE a img {
        width: 100%; }
    @media screen and (max-width: 767px) {
      body#top #header .inner #logo_GREE {
        top: 8px;
        right: auto;
        left: 10px;
        width: 59px;
        height: 16px; } }
  body#top #header .inner #link_corpSite {
    display: none;
    /*
    position: absolute;
    top: 62px;
    left: 0;
    font-size: 16px;
    line-height: 1;
    transition: 0.3s;
    a {
    	position: relative;
    	display: inline-block;
    	text-decoration: none;
    	transition: 0.3s;
    	color: #445566;
    	&:before {
    		content: "";
    		position: absolute;
    		left: 0;
    		bottom: -8px;
    		width: 100%;
    		height: 2px;
    		background: #445566;
    		transform: scale(0, 1);
    		transform-origin: left;
    		transition: 0.3s;
    	}
    	&:hover {
    		text-decoration: none;
    		&:before {
    			@include pc($point-pc) {
    				transform: scale(1);
    			}
    		}
    	}
    }*/ }
    @media screen and (max-width: 767px) {
      body#top #header .inner #link_corpSite {
        display: none; } }
  @media screen and (min-width: 768px) {
    body#top #header .inner #categoryNav__header {
      top: -150px; } }
body#top.scrolled #header {
  border-bottom: 1px solid #969696; }
  @media screen and (min-width: 768px) {
    body#top.scrolled #header .inner #logo_header {
      position: absolute;
      bottom: 12px;
      width: 300px;
      height: 130px;
      background-size: 300px 130px; } }
body.common #header {
  border-bottom: 1px solid #969696; }
  @media screen and (min-width: 768px) {
    body.common #header .inner {
      width: calc(100% - 76px);
      max-width: calc(1340px - 5.6%);
      min-width: calc(1020px - 5.6%);
      height: 100px !important; } }
  body.common #header .inner #logo_header {
    position: absolute;
    bottom: -17px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    background: url(../img/logo_6deGrees_bg.svg) no-repeat 0 0;
    background-size: 370px 160px;
    transition: 0.3s; }
    @media screen and (max-width: 767px) {
      body.common #header .inner #logo_header {
        bottom: 3px;
        width: 80px;
        height: 35px;
        background-size: 80px 35px; } }
    @media screen and (min-width: 768px) {
      body.common #header .inner #logo_header {
        top: 8px !important;
        left: 0 !important;
        width: 200px !important;
        height: 86px !important;
        transform: none !important; } }
    body.common #header .inner #logo_header a {
      transition: 0.3s; }
      @media screen and (min-width: 768px) {
        body.common #header .inner #logo_header a:hover {
          opacity: 0.6; } }
      body.common #header .inner #logo_header a img {
        width: 100%; }
  body.common #header .inner #logo_GREE {
    position: absolute;
    transition: 0.3s; }
    @media screen and (max-width: 767px) {
      body.common #header .inner #logo_GREE {
        top: 8px;
        right: auto;
        left: 10px;
        width: 59px;
        height: 16px; } }
    @media screen and (min-width: 768px) {
      body.common #header .inner #logo_GREE {
        position: absolute;
        top: 37px !important;
        right: 0 !important;
        width: 95px !important;
        height: 26px !important; } }
    body.common #header .inner #logo_GREE a {
      transition: 0.3s;
      /*&:before {
      	content: "";
      	position: absolute;
      	left: 0;
      	bottom: -12px;
      	width: 100%;
      	height: 2px;
      	background: #445566;
      	transform: scale(0, 1);
      	transform-origin: left;
      	transition: 0.3s;
      }*/ }
      body.common #header .inner #logo_GREE a:hover {
        /*&:before {
        	@include pc($point-pc) {
        		transform: scale(1);
        	}
        }*/ }
      body.common #header .inner #logo_GREE a img {
        width: 100%; }
  body.common #header .inner #link_corpSite {
    display: none; }
  @media screen and (min-width: 768px) {
    body.common #header .inner #categoryNav__header {
      top: 12px !important; } }

#categoryNav .categoryNav__list,
#categoryNav__header .categoryNav__list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center; }
#categoryNav .categoryNav__item,
#categoryNav__header .categoryNav__item {
  width: calc(100% * 6);
  border-left: 1px solid #969696;
  text-align: center; }
  #categoryNav .categoryNav__item:last-child,
  #categoryNav__header .categoryNav__item:last-child {
    border-right: 1px solid #969696; }
  #categoryNav .categoryNav__item .itemLink,
  #categoryNav__header .categoryNav__item .itemLink {
    position: relative; }
    #categoryNav .categoryNav__item .itemLink .icon,
    #categoryNav__header .categoryNav__item .itemLink .icon {
      display: block;
      width: 100%;
      background-position: center top;
      background-repeat: no-repeat;
      transition: 0.3s; }
    #categoryNav .categoryNav__item .itemLink .text,
    #categoryNav__header .categoryNav__item .itemLink .text {
      position: relative;
      display: inline-block;
      text-decoration: none;
      transition: 0.3s;
      color: #445566; }
      #categoryNav .categoryNav__item .itemLink .text:before,
      #categoryNav__header .categoryNav__item .itemLink .text:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -2px;
        width: 100%;
        height: 2px;
        background: #445566;
        transform: scale(0, 1);
        transform-origin: left;
        transition: 0.3s; }
    #categoryNav .categoryNav__item .itemLink:hover,
    #categoryNav__header .categoryNav__item .itemLink:hover {
      text-decoration: none; }
      @media screen and (min-width: 768px) {
        #categoryNav .categoryNav__item .itemLink:hover .text:before,
        #categoryNav__header .categoryNav__item .itemLink:hover .text:before {
          transform: scale(1); } }
      @media screen and (min-width: 768px) {
        #categoryNav .categoryNav__item .itemLink:hover .icon,
        #categoryNav__header .categoryNav__item .itemLink:hover .icon {
          opacity: 0.6; } }
  #categoryNav .categoryNav__item.cat_people .itemLink .icon,
  #categoryNav__header .categoryNav__item.cat_people .itemLink .icon {
    background-image: url(../img/icon_cat_people.svg); }
  #categoryNav .categoryNav__item.cat_business .itemLink .icon,
  #categoryNav__header .categoryNav__item.cat_business .itemLink .icon {
    background-image: url(../img/icon_cat_business.svg); }
  #categoryNav .categoryNav__item.cat_technology .itemLink .icon,
  #categoryNav__header .categoryNav__item.cat_technology .itemLink .icon {
    background-image: url(../img/icon_cat_technology.svg); }
  #categoryNav .categoryNav__item.cat_management .itemLink .icon,
  #categoryNav__header .categoryNav__item.cat_management .itemLink .icon {
    background-image: url(../img/icon_cat_management.svg); }
  #categoryNav .categoryNav__item.cat_synergy .itemLink .icon,
  #categoryNav__header .categoryNav__item.cat_synergy .itemLink .icon {
    background-image: url(../img/icon_cat_synergy.svg); }
  #categoryNav .categoryNav__item.cat_sustainability .itemLink .icon,
  #categoryNav__header .categoryNav__item.cat_sustainability .itemLink .icon {
    background-image: url(../img/icon_cat_sustainability.svg); }

#categoryNav {
  width: 100%;
  max-width: 1152px;
  min-width: 980px;
  margin: 32px auto 98px; }
  @media screen and (max-width: 1192px) {
    #categoryNav {
      width: calc(100% - 5.6%);
      max-width: calc(100% - 5.6%);
      min-width: calc(100% - 5.6%);
      margin-left: 2.8%;
      margin-right: 2.8%; } }
  @media screen and (max-width: 767px) {
    #categoryNav {
      width: 100%;
      max-width: 100%;
      min-width: 100%;
      margin: 0 0 54px; } }
  @media screen and (max-width: 767px) {
    #categoryNav .categoryNav__list {
      flex-wrap: wrap;
      border-bottom: 0.5px solid #445566; } }
  #categoryNav .categoryNav__item {
    height: 100px; }
    @media screen and (max-width: 767px) {
      #categoryNav .categoryNav__item {
        width: calc(100% / 3);
        height: 50px;
        border-left: none;
        border-right: 0.5px solid #445566;
        border-top: 0.5px solid #445566; } }
    @media screen and (max-width: 767px) {
      #categoryNav .categoryNav__item:last-child {
        border-color: #969696; } }
    @media screen and (max-width: 767px) {
      #categoryNav .categoryNav__item:nth-child(3n) {
        border-right: none; } }
    #categoryNav .categoryNav__item .itemLink .icon {
      height: 76px;
      background-size: 72px 72px; }
      @media screen and (max-width: 767px) {
        #categoryNav .categoryNav__item .itemLink .icon {
          height: 32px;
          background-size: 28px 28px;
          background-position: center bottom; } }
    #categoryNav .categoryNav__item .itemLink .text {
      padding: 72px 0 0;
      font-size: 16px; }
      @media screen and (max-width: 767px) {
        #categoryNav .categoryNav__item .itemLink .text {
          display: block;
          padding-top: 32px;
          font-size: 10px; } }

#categoryNav__header {
  transition: 0.6s; }
  @media screen and (max-width: 767px) {
    #categoryNav__header {
      display: none; } }
  @media screen and (min-width: 768px) {
    #categoryNav__header {
      position: absolute;
      top: 12px;
      left: 240px;
      width: calc(100% - 360px);
      max-width: 900px;
      height: 77px; } }
  #categoryNav__header .categoryNav__item {
    width: calc(100% / 6);
    max-width: 150px;
    min-width: 100px;
    height: 77px; }
    #categoryNav__header .categoryNav__item .itemLink .icon {
      height: 54px;
      background-size: 50px 50px; }
    #categoryNav__header .categoryNav__item .itemLink .text {
      padding: 54px 0 0;
      font-size: 12px; }

#categoryNav__box {
  display: none; }
  @media screen and (max-width: 767px) {
    #categoryNav__box {
      display: block; } }
  #categoryNav__box #categoryNav {
    height: 0;
    margin-bottom: 0;
    overflow: hidden;
    transition: 0.3s; }
    #categoryNav__box #categoryNav.active {
      height: 100px; }
  #categoryNav__box #btn_navToggle {
    position: relative;
    width: 100%;
    height: 52px;
    border-top: 0.5px solid #445566;
    border-bottom: 0.5px solid #445566;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
    transition: 0.3s; }
    #categoryNav__box #btn_navToggle:after {
      display: inline-block;
      height: 52px;
      font-size: 13px;
      line-height: 52px;
      box-sizing: border-box;
      padding-right: 20px;
      content: "カテゴリーをみる";
      background: url(../img/arrow_pull_down.svg) no-repeat right center;
      background-size: 10px 10px; }
    #categoryNav__box #btn_navToggle.active:after {
      content: "";
      padding-right: 10px;
      background-image: url(../img/arrow_pull_up.svg); }

/* ==============================
footer
============================== */
#footer {
  width: 100%;
  padding: 52px 0;
  /*background: url(../img/bg_section_common.png) repeat center top;*/
  background-color: rgba(197, 213, 213, 0.3);
  background-image: url(../img/bg_pattern01.png);
  background-repeat: repeat;
  background-position: center top;
  background-size: 400px 400px; }
  @media screen and (max-width: 767px) {
    #footer {
      padding: 28px 24px; } }
  #footer .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }
    @media screen and (min-width: 768px) {
      #footer .inner {
        padding: 0 2.6%; } }
  #footer #btn_pagetop {
    display: none;
    text-indent: -9999px;
    overflow: hidden;
    outline: none; }
    @media screen and (max-width: 767px) {
      #footer #btn_pagetop {
        position: fixed;
        display: none;
        bottom: 32px;
        right: 10px;
        width: 35px;
        height: 35px;
        background: #445566 url(../img/arrow_pull_up_w.svg) no-repeat center center;
        background-size: 14px 14px;
        border-radius: 50%;
        cursor: pointer;
        z-index: 800; } }
  #footer .imglink_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid rgba(68, 85, 102, 0.3); }
    @media screen and (max-width: 767px) {
      #footer .imglink_container {
        margin-bottom: 12px;
        padding-bottom: 18px;
        order: 2; } }
  #footer .logo_GREE {
    width: 160px; }
    @media screen and (max-width: 767px) {
      #footer .logo_GREE {
        display: none; } }
    #footer .logo_GREE a {
      display: block;
      transition: 0.3s; }
      @media screen and (min-width: 768px) {
        #footer .logo_GREE a:hover {
          opacity: 0.6; } }
  #footer .list_sns {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    width: calc(100% - 160px); }
    @media screen and (max-width: 767px) {
      #footer .list_sns {
        width: 100%;
        justify-content: center; } }
    #footer .list_sns .item {
      width: 42px;
      height: 42px;
      margin-left: 35px; }
      @media screen and (max-width: 767px) {
        #footer .list_sns .item {
          width: 30px;
          height: 30px;
          margin: 0 6px; } }
      #footer .list_sns .item a {
        display: block;
        transition: 0.3s; }
        @media screen and (min-width: 768px) {
          #footer .list_sns .item a:hover {
            opacity: 0.6; } }
        #footer .list_sns .item a img {
          width: 100%; }
  #footer .link_about {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 80%; }
    @media screen and (max-width: 767px) {
      #footer .link_about {
        width: 100%;
        display: block;
        text-align: center;
        order: 1;
        margin-bottom: 12px; } }
    #footer .link_about .item {
      margin-right: 50px; }
      @media screen and (max-width: 767px) {
        #footer .link_about .item {
          margin-right: 0;
          margin-bottom: 12px;
          font-size: 13px; } }
      #footer .link_about .item a {
        position: relative;
        text-decoration: none;
        color: #445566; }
        #footer .link_about .item a:before {
          content: "";
          position: absolute;
          left: 0;
          bottom: -8px;
          width: 100%;
          height: 2px;
          background: #445566;
          transform: scale(0, 1);
          transform-origin: left;
          transition: 0.3s; }
        @media screen and (min-width: 768px) {
          #footer .link_about .item a:hover:before {
            transform: scale(1); } }
        #footer .link_about .item a[target="_blank"] {
          position: relative; }
          #footer .link_about .item a[target="_blank"]:after {
            display: inline-block;
            content: "";
            background: url(../img/icon_blank02.svg) no-repeat center center;
            background-size: cover; }
            @media screen and (max-width: 767px) {
              #footer .link_about .item a[target="_blank"]:after {
                width: 11px;
                height: 9px;
                margin-left: 4px; } }
            @media screen and (min-width: 768px) {
              #footer .link_about .item a[target="_blank"]:after {
                width: 22px;
                height: 18px;
                margin-left: 6px; } }
  #footer .copyright {
    width: 20%;
    text-align: right; }
    @media screen and (max-width: 767px) {
      #footer .copyright {
        width: 100%;
        order: 3;
        text-align: center;
        font-size: 13px; } }

/* ==============================
article
============================== */
.article__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  @media screen and (max-width: 767px) {
    .article__list {
      width: auto;
      margin: 0 10px; } }
  @media screen and (min-width: 768px) {
    .article__list {
      width: 100%;
      max-width: 1340px;
      min-width: 1020px;
      margin: 0 auto;
      padding: 0 1%; } }
.article__item {
  position: relative;
  /* 20210215 add */
  /* /20210215 add */
  /* 20210215 add */
  /* /20210215 add */ }
  @media screen and (max-width: 767px) {
    .article__item {
      /* 20210215 no-use
      width: calc((100% - 10px) / 2);
      margin-right: 10px;
      margin-bottom: 24px;*/
      border-radius: 14px;
      overflow: hidden;
      width: 100%;
      margin-right: 0;
      margin-bottom: 20px; } }
  @media screen and (min-width: 768px) {
    .article__item {
      width: calc((100% - 10.8%) / 3);
      margin: 0 1.8% 48px;
      border-radius: 44px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); } }
  @media screen and (max-width: 767px) {
    .article__item:nth-child(2n) {
      margin-right: 0; } }
  .article__item .itemLink {
    display: block;
    border-style: solid;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.6);
    transition: 0.3s; }
    @media screen and (max-width: 767px) {
      .article__item .itemLink {
        padding: 8px 4px;
        border-width: 3px;
        border-radius: 14px; } }
    @media screen and (min-width: 768px) {
      .article__item .itemLink {
        padding: 22px;
        border-width: 6px;
        border-radius: 44px; } }
    @media screen and (min-width: 768px) {
      .article__item .itemLink:hover .article__item-category {
        background-color: #fff; } }
    @media screen and (min-width: 768px) {
      .article__item .itemLink:hover .article__item-thumbnail {
        overflow: hidden; } }
    @media screen and (min-width: 768px) {
      .article__item .itemLink:hover .article__item-thumbnail img {
        transform: scale(1.1); } }
  .article__item-thumbnail {
    display: block;
    overflow: hidden;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0; }
    .article__item-thumbnail img {
      width: 100%;
      transition: 0.3s; }
    @media screen and (max-width: 767px) {
      .article__item-thumbnail {
        position: absolute;
        top: calc(50% - 12px);
        left: 4%;
        transform: translateY(-50%);
        width: 40%;
        height: calc(100% - 24px);
        min-height: calc(100% - 24px);
        margin: 12px 0;
        padding-bottom: 0;
        overflow: hidden; } }
    .article__item-thumbnail img {
      display: block;
      width: 100%;
      transition: 0.3s; }
      @media screen and (max-width: 767px) {
        .article__item-thumbnail img {
          position: absolute;
          top: 50%;
          left: 0;
          width: 100%;
          transform: translateY(-50%); } }
  .article__item-category {
    position: relative;
    transition: 0.3s;
    margin: 0 auto 12px;
    color: #fff;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .article__item-category {
        width: 116px;
        height: 22px;
        line-height: 22px;
        text-align: center;
        border-radius: 11px;
        font-size: 10px;
        /* 20210215 add */
        margin-left: calc((((100% - 116px) - 45%) / 2) + 45%);
        margin-bottom: 6px; } }
    @media screen and (min-width: 768px) {
      .article__item-category {
        width: 180px;
        height: 38px;
        line-height: 38px;
        border-radius: 19px;
        font-size: 14px; } }
    .article__item-category:before, .article__item-category:after {
      position: absolute;
      content: "";
      border-radius: 100%;
      background-color: #fff;
      transition: 0.3s; }
    @media screen and (max-width: 767px) {
      .article__item-category:before {
        top: 7px;
        left: 7px;
        width: 4px;
        height: 4px; } }
    @media screen and (min-width: 768px) {
      .article__item-category:before {
        top: 14px;
        left: 14px;
        width: 8px;
        height: 8px; } }
    @media screen and (max-width: 767px) {
      .article__item-category:after {
        top: 7px;
        right: 7px;
        width: 4px;
        height: 4px; } }
    @media screen and (min-width: 768px) {
      .article__item-category:after {
        top: 14px;
        right: 14px;
        width: 8px;
        height: 8px; } }
  @media screen and (max-width: 767px) {
    .article__item-inner {
      margin-left: 45%;
      overflow: hidden; } }
  .article__item-title {
    display: block;
    display: -webkit-box;
    color: #445566;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-all; }
    @media screen and (max-width: 767px) {
      .article__item-title {
        height: 54px;
        margin: 0 6px 12px;
        font-size: 12px;
        line-height: 18px;
        -webkit-line-clamp: 3; } }
    @media screen and (min-width: 768px) {
      .article__item-title {
        height: 96px;
        margin: 22px;
        -webkit-line-clamp: 3; } }
  .article__item-date {
    display: block;
    text-align: center;
    color: #445566; }
    @media screen and (max-width: 767px) {
      .article__item-date {
        font-size: 10px;
        line-height: 14px; } }
    @media screen and (min-width: 768px) {
      .article__item-date {
        margin: 0 22px;
        font-size: 16px;
        line-height: 23px; } }
  .article__item.cat_people .article__item-category {
    background-color: #EB7777; }
  .article__item.cat_people .itemLink {
    border-color: #EB7777; }
    @media screen and (min-width: 768px) {
      .article__item.cat_people .itemLink:hover {
        background-color: rgba(235, 119, 119, 0.6); }
        .article__item.cat_people .itemLink:hover .article__item-category {
          color: #EB7777; }
          .article__item.cat_people .itemLink:hover .article__item-category:before, .article__item.cat_people .itemLink:hover .article__item-category:after {
            background-color: #EB7777; } }
  .article__item.cat_business .article__item-category {
    background-color: #648AC6; }
  .article__item.cat_business .itemLink {
    border-color: #648AC6; }
    @media screen and (min-width: 768px) {
      .article__item.cat_business .itemLink:hover {
        background-color: rgba(100, 138, 198, 0.6); }
        .article__item.cat_business .itemLink:hover .article__item-category {
          color: #648AC6; }
          .article__item.cat_business .itemLink:hover .article__item-category:before, .article__item.cat_business .itemLink:hover .article__item-category:after {
            background-color: #648AC6; } }
  .article__item.cat_technology .article__item-category {
    background-color: #7BC4BF; }
  .article__item.cat_technology .itemLink {
    border-color: #7BC4BF; }
    @media screen and (min-width: 768px) {
      .article__item.cat_technology .itemLink:hover {
        background-color: rgba(123, 196, 191, 0.6); }
        .article__item.cat_technology .itemLink:hover .article__item-category {
          color: #7BC4BF; }
          .article__item.cat_technology .itemLink:hover .article__item-category:before, .article__item.cat_technology .itemLink:hover .article__item-category:after {
            background-color: #7BC4BF; } }
  .article__item.cat_management .article__item-category {
    background-color: #DEBE53; }
  .article__item.cat_management .itemLink {
    border-color: #DEBE53; }
    @media screen and (min-width: 768px) {
      .article__item.cat_management .itemLink:hover {
        background-color: rgba(222, 190, 83, 0.6); }
        .article__item.cat_management .itemLink:hover .article__item-category {
          color: #DEBE53; }
          .article__item.cat_management .itemLink:hover .article__item-category:before, .article__item.cat_management .itemLink:hover .article__item-category:after {
            background-color: #DEBE53; } }
  .article__item.cat_synergy .article__item-category {
    background-color: #CE83CE; }
  .article__item.cat_synergy .itemLink {
    border-color: #CE83CE; }
    @media screen and (min-width: 768px) {
      .article__item.cat_synergy .itemLink:hover {
        background-color: rgba(206, 131, 206, 0.6); }
        .article__item.cat_synergy .itemLink:hover .article__item-category {
          color: #CE83CE; }
          .article__item.cat_synergy .itemLink:hover .article__item-category:before, .article__item.cat_synergy .itemLink:hover .article__item-category:after {
            background-color: #CE83CE; } }
  .article__item.cat_sustainability .article__item-category {
    background-color: #83C162; }
  .article__item.cat_sustainability .itemLink {
    border-color: #83C162; }
    @media screen and (min-width: 768px) {
      .article__item.cat_sustainability .itemLink:hover {
        background-color: rgba(131, 193, 98, 0.6); }
        .article__item.cat_sustainability .itemLink:hover .article__item-category {
          color: #83C162; }
          .article__item.cat_sustainability .itemLink:hover .article__item-category:before, .article__item.cat_sustainability .itemLink:hover .article__item-category:after {
            background-color: #83C162; } }

@media screen and (min-width: 768px) {
  #category_latest .article__item {
    margin-bottom: 0 !important; } }
@media screen and (max-width: 767px) {
  #category_latest .article__item:nth-child(3) {
    display: none; } }
@media screen and (min-width: 768px) {
  #category_latest .article__item .itemLink:hover .article__item-category,
  #category_latest .article__item .itemLink:hover .article__item-title,
  #category_latest .article__item .itemLink:hover .article__item-date {
    color: #fff; } }
@media screen and (min-width: 768px) {
  #category_latest .article__item-category {
    width: auto;
    height: auto;
    border-radius: auto;
    color: #445566;
    background-color: transparent !important; } }
@media screen and (min-width: 768px) {
  #category_latest .article__item-category:before, #category_latest .article__item-category:after {
    display: none; } }

@media screen and (max-width: 767px) {
  #article_post {
    margin: 0 10px; } }
#article_post .section__inner {
  width: 100%;
  max-width: 1340px;
  min-width: 1020px;
  margin: 0 auto;
  padding: 60px 2.8% 0; }
  @media screen and (max-width: 767px) {
    #article_post .section__inner {
      width: auto;
      max-width: 100%;
      min-width: 100%;
      padding: 0; } }
#article_post .post_header {
  padding: 0 60px; }
  @media screen and (max-width: 767px) {
    #article_post .post_header {
      padding: 0 14px; } }
  #article_post .post_header .entry__category {
    margin-bottom: 44px; }
    @media screen and (max-width: 767px) {
      #article_post .post_header .entry__category {
        margin-bottom: 0;
        padding: 32px 0; } }
    #article_post .post_header .entry__category span {
      position: relative;
      display: inline-block;
      width: 206px;
      height: 36px;
      font-size: 14px;
      line-height: 36px;
      border-radius: 18px;
      color: #fff;
      text-align: center; }
      @media screen and (max-width: 767px) {
        #article_post .post_header .entry__category span {
          width: 116px;
          height: 22px;
          font-size: 11px;
          line-height: 22px;
          border-radius: 11px; } }
      #article_post .post_header .entry__category span:before, #article_post .post_header .entry__category span:after {
        position: absolute;
        display: block;
        content: "";
        width: 8px;
        height: 8px;
        border-radius: 50%;
        top: 50%;
        transform: translateY(-50%);
        background-color: #fff; }
        @media screen and (max-width: 767px) {
          #article_post .post_header .entry__category span:before, #article_post .post_header .entry__category span:after {
            width: 4px;
            height: 4px; } }
      #article_post .post_header .entry__category span:before {
        left: 14px; }
        @media screen and (max-width: 767px) {
          #article_post .post_header .entry__category span:before {
            left: 9px; } }
      #article_post .post_header .entry__category span:after {
        right: 14px; }
        @media screen and (max-width: 767px) {
          #article_post .post_header .entry__category span:after {
            right: 9px; } }
  #article_post .post_header .entry__ttl {
    margin-bottom: 32px;
    font-size: 32px;
    line-height: 45px; }
    @media screen and (max-width: 767px) {
      #article_post .post_header .entry__ttl {
        font-size: 15px;
        line-height: 22px; } }
    #article_post .post_header .entry__ttl-sub {
      margin-bottom: 56px;
      font-size: 16px;
      line-height: 27px; }
      @media screen and (max-width: 767px) {
        #article_post .post_header .entry__ttl-sub {
          margin-bottom: 32px;
          font-size: 12px;
          line-height: 18px; } }
  #article_post .post_header .entry__date {
    display: inline-block;
    float: right;
    font-size: 16px;
    line-height: 27px; }
    @media screen and (max-width: 767px) {
      #article_post .post_header .entry__date {
        display: block;
        float: none;
        margin-top: 16px;
        font-size: 11px;
        line-height: 18px;
        text-align: right; } }
#article_post .post_container {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 60px;
  border-radius: 68px; }
  @media screen and (max-width: 767px) {
    #article_post .post_container {
      padding: 32px 14px;
      border-radius: 14px; } }
  #article_post .post_container .post_content {
    font-family: "ヒラギノUD丸ゴ W4 JIS2004", "Hiragino UD Sans Rd W4 JIS2004", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"游ゴシック",YuGothic,sans-serif;
    font-weight: 400;
    word-break: break-all; }
    #article_post .post_container .post_content-inner a {
      display: inline-block; }
      #article_post .post_container .post_content-inner a:visited {
        text-decoration: underline; }
      @media screen and (min-width: 768px) {
        #article_post .post_container .post_content-inner a:hover {
          color: #7EABD8; } }
      #article_post .post_container .post_content-inner a[target="_blank"] {
        position: relative; }
        #article_post .post_container .post_content-inner a[target="_blank"]:after {
          display: inline-block;
          content: "";
          background: url(../img/icon_blank01.svg) no-repeat center center;
          background-size: cover; }
          @media screen and (max-width: 767px) {
            #article_post .post_container .post_content-inner a[target="_blank"]:after {
              width: 11px;
              height: 9px;
              margin-left: 4px; } }
          @media screen and (min-width: 768px) {
            #article_post .post_container .post_content-inner a[target="_blank"]:after {
              width: 22px;
              height: 18px;
              margin-left: 6px; } }
    @media screen and (max-width: 767px) {
      #article_post .post_container .post_content-inner p {
        margin-bottom: 32px;
        font-size: 13px;
        line-height: 1.6153846154; } }
    @media screen and (min-width: 768px) {
      #article_post .post_container .post_content-inner p {
        margin-bottom: 60px;
        font-size: 18px;
        line-height: 2.0555555556; } }
    #article_post .post_container .post_content-inner p strong, #article_post .post_container .post_content-inner p em {
      position: relative;
      font-weight: normal;
      background: repeat-x left bottom; }
    #article_post .post_container .post_content-inner p b {
      font-family: "ヒラギノUD丸ゴ W6 JIS2004", "Hiragino UD Sans Rd W6 JIS2004", "ヒラギノ角ゴ ProN W6","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"游ゴシック",YuGothic,sans-serif;
      font-weight: 600; }
    @media screen and (min-width: 768px) {
      #article_post .post_container .post_content-inner .c-post__img--ColmnFull .module + .module {
        margin-top: 40px; } }
    @media screen and (max-width: 767px) {
      #article_post .post_container .post_content-inner .c-post__img--ColmnFull .module + .module {
        margin-top: 20px; } }
    #article_post .post_container .post_content-inner .c-post__h2 + .c-post__h3 {
      margin-top: 0; }
    #article_post .post_container .post_content-inner img {
      max-width: 100%;
      height: auto; }
    #article_post .post_container .post_content-inner img.icon01,
    #article_post .post_container .post_content-inner img.icon02,
    #article_post .post_container .post_content-inner img.icon03 {
      vertical-align: middle;
      margin-left: 4px;
      margin-top: -4px;
      margin-right: 5px;
      display: none; }
    #article_post .post_container .post_content-inner .captionImage .clr {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex; }
      @media screen and (max-width: 767px) {
        #article_post .post_container .post_content-inner .captionImage .clr {
          flex-direction: column; } }
      @media screen and (min-width: 768px) {
        #article_post .post_container .post_content-inner .captionImage .clr {
          justify-content: space-between; } }
    #article_post .post_container .post_content-inner .captionImage .image {
      text-align: center;
      margin-bottom: 20px;
      text-align: center; }
      #article_post .post_container .post_content-inner .captionImage .image img {
        max-width: 100%;
        height: auto; }
        @media screen and (max-width: 767px) {
          #article_post .post_container .post_content-inner .captionImage .image img {
            width: 100%; } }
      @media screen and (max-width: 767px) {
        #article_post .post_container .post_content-inner .captionImage .image {
          margin-bottom: 20px; } }
      #article_post .post_container .post_content-inner .captionImage .image .captionText {
        font-size: 12px;
        line-height: 2;
        display: block;
        text-align: center; }
    @media screen and (max-width: 767px) {
      #article_post .post_container .post_content-inner .textImage .image,
      #article_post .post_container .post_content-inner .textImage .text {
        width: 100% !important;
        float: inherit !important;
        margin-bottom: 10px; }
        #article_post .post_container .post_content-inner .textImage .image h3,
        #article_post .post_container .post_content-inner .textImage .text h3 {
          margin-bottom: 10px; }
      #article_post .post_container .post_content-inner .textImage .image img {
        width: 100%;
        height: auto; } }
    @media screen and (max-width: 767px) {
      #article_post .post_container .post_content-inner .c-post__img--Colmn3 + .c-post__imgCaption,
      #article_post .post_container .post_content-inner .c-post__img--Colmn2 + .c-post__imgCaption {
        margin-top: -10px; } }
    @media screen and (min-width: 768px) {
      #article_post .post_container .post_content-inner .c-post__img--Colmn3 + .c-post__imgCaption,
      #article_post .post_container .post_content-inner .c-post__img--Colmn2 + .c-post__imgCaption {
        margin-top: -20px; } }
    @media screen and (max-width: 767px) {
      #article_post .post_container .post_content-inner .c-tableScroll {
        overflow-x: scroll;
        overflow: scroll; } }
    @media screen and (max-width: 767px) {
      #article_post .post_container .post_content-inner .c-tableScroll table {
        width: 800px; } }
    #article_post .post_container .post_content-EntryEnd {
      text-align: right; }
      @media screen and (max-width: 767px) {
        #article_post .post_container .post_content-EntryEnd {
          margin-bottom: 32px;
          font-size: 13px; } }
      @media screen and (min-width: 768px) {
        #article_post .post_container .post_content-EntryEnd {
          margin-bottom: 60px;
          font-size: 16px; } }
    #article_post .post_container .post_content .c-post__textLeft {
      text-align: left !important; }
    #article_post .post_container .post_content .c-post__textCenter {
      text-align: center !important; }
    #article_post .post_container .post_content .c-post__textRight {
      text-align: right !important; }
    #article_post .post_container .post_content .c-post__youtube {
      position: relative;
      text-align: center; }
      @media screen and (max-width: 767px) {
        #article_post .post_container .post_content .c-post__youtube {
          width: 100%;
          padding-top: 56.25%; } }
      @media screen and (max-width: 767px) {
        #article_post .post_container .post_content .c-post__youtube iframe {
          position: absolute;
          top: 0;
          right: 0;
          width: 100% !important;
          height: 100% !important; } }
    #article_post .post_container .post_content .c-post__codicil {
      font-size: 12px;
      line-height: 2;
      display: block; }
      @media screen and (max-width: 767px) {
        #article_post .post_container .post_content .c-post__codicil {
          margin-bottom: 20px; } }
      @media screen and (min-width: 768px) {
        #article_post .post_container .post_content .c-post__codicil {
          margin-bottom: 40px; } }
    #article_post .post_container .post_content .c-post__h2 {
      font-family: "ヒラギノUD丸ゴ W6 JIS2004", "Hiragino UD Sans Rd W6 JIS2004", "ヒラギノ角ゴ ProN W6","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"游ゴシック",YuGothic,sans-serif;
      font-weight: 600; }
      @media screen and (max-width: 767px) {
        #article_post .post_container .post_content .c-post__h2 {
          margin-top: 32px;
          margin-bottom: 32px;
          font-size: 15px;
          line-height: 22px; } }
      @media screen and (min-width: 768px) {
        #article_post .post_container .post_content .c-post__h2 {
          margin-top: 60px;
          margin-bottom: 44px;
          font-size: 32px;
          line-height: 54px; } }
    #article_post .post_container .post_content .c-post__h3 {
      font-family: "ヒラギノUD丸ゴ W6 JIS2004", "Hiragino UD Sans Rd W6 JIS2004", "ヒラギノ角ゴ ProN W6","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"游ゴシック",YuGothic,sans-serif;
      font-weight: 600; }
      @media screen and (max-width: 767px) {
        #article_post .post_container .post_content .c-post__h3 {
          margin-top: 30px;
          margin-bottom: 10px;
          font-size: 15px;
          line-height: 1.5; } }
      @media screen and (min-width: 768px) {
        #article_post .post_container .post_content .c-post__h3 {
          margin-top: 40px;
          margin-bottom: 12px;
          font-size: 20px;
          line-height: 1.8; } }
    #article_post .post_container .post_content .c-post__company {
      font-size: 14px;
      text-align: right;
      display: block;
      line-height: 1.5; }
      @media screen and (max-width: 767px) {
        #article_post .post_container .post_content .c-post__company {
          margin-bottom: 30px; } }
      @media screen and (min-width: 768px) {
        #article_post .post_container .post_content .c-post__company {
          margin-bottom: 40px; } }
    #article_post .post_container .post_content .c-post__img {
      text-align: center; }
      @media screen and (max-width: 767px) {
        #article_post .post_container .post_content .c-post__img {
          margin-bottom: 32px; } }
      @media screen and (min-width: 768px) {
        #article_post .post_container .post_content .c-post__img {
          margin-top: 60px;
          margin-bottom: 60px; } }
      #article_post .post_container .post_content .c-post__img--Colmn2 {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex; }
        @media screen and (max-width: 767px) {
          #article_post .post_container .post_content .c-post__img--Colmn2 .module {
            margin-right: 8px;
            width: calc(50% - 4px); } }
        @media screen and (min-width: 768px) {
          #article_post .post_container .post_content .c-post__img--Colmn2 .module {
            width: calc(50% - 10px);
            margin-right: 20px; } }
        #article_post .post_container .post_content .c-post__img--Colmn2 .module:last-child {
          margin-right: 0; }
        #article_post .post_container .post_content .c-post__img--Colmn2 img {
          width: 100%;
          height: auto; }
      #article_post .post_container .post_content .c-post__img--Colmn3 {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex; }
        @media screen and (max-width: 767px) {
          #article_post .post_container .post_content .c-post__img--Colmn3 {
            flex-wrap: wrap;
            justify-content: center; } }
        @media screen and (max-width: 767px) {
          #article_post .post_container .post_content .c-post__img--Colmn3 .module {
            width: calc((100% - 16px) / 3);
            margin-right: 8px; } }
        @media screen and (min-width: 768px) {
          #article_post .post_container .post_content .c-post__img--Colmn3 .module {
            margin-right: 20px;
            width: calc((100% - 40px) / 3); } }
        #article_post .post_container .post_content .c-post__img--Colmn3 .module:last-child {
          margin-right: 0;
          margin-bottom: 0; }
        #article_post .post_container .post_content .c-post__img--Colmn3 img {
          width: 100%;
          height: auto; }
      #article_post .post_container .post_content .c-post__img img {
        width: auto;
        max-width: 100%;
        height: auto; }
      #article_post .post_container .post_content .c-post__imgCaption {
        display: block;
        text-align: center; }
        @media screen and (max-width: 767px) {
          #article_post .post_container .post_content .c-post__imgCaption {
            margin-top: 8px;
            font-size: 10px;
            line-height: 14px; } }
        @media screen and (min-width: 768px) {
          #article_post .post_container .post_content .c-post__imgCaption {
            margin-top: 12px;
            font-size: 14px;
            line-height: 24px; } }
    #article_post .post_container .post_content .c-post__float {
      overflow: hidden; }
      @media screen and (max-width: 767px) {
        #article_post .post_container .post_content .c-post__float {
          margin-bottom: 20px; } }
      @media screen and (min-width: 768px) {
        #article_post .post_container .post_content .c-post__float {
          margin-bottom: 40px; } }
      #article_post .post_container .post_content .c-post__floatImgL {
        float: left; }
        @media screen and (max-width: 767px) {
          #article_post .post_container .post_content .c-post__floatImgL {
            width: calc(50% - 10px);
            margin-right: 10px; } }
        @media screen and (min-width: 768px) {
          #article_post .post_container .post_content .c-post__floatImgL {
            width: calc(50% - 20px);
            margin-right: 40px;
            width: 385px; } }
      #article_post .post_container .post_content .c-post__floatImgR {
        float: right; }
        @media screen and (max-width: 767px) {
          #article_post .post_container .post_content .c-post__floatImgR {
            width: calc(50% - 10px);
            margin-left: 10px; } }
        @media screen and (min-width: 768px) {
          #article_post .post_container .post_content .c-post__floatImgR {
            width: 385px;
            margin-left: 40px; } }
      @media screen and (max-width: 767px) {
        #article_post .post_container .post_content .c-post__floatText {
          font-size: 14px;
          line-height: 2; } }
      @media screen and (min-width: 768px) {
        #article_post .post_container .post_content .c-post__floatText {
          font-size: 16px;
          line-height: 2; } }
      #article_post .post_container .post_content .c-post__float img {
        width: 100%;
        height: auto; }
    #article_post .post_container .post_content .c-post__table {
      table-layout: fixed;
      border-collapse: separate;
      box-sizing: border-box; }
      @media screen and (max-width: 767px) {
        #article_post .post_container .post_content .c-post__table {
          width: 100%;
          margin-bottom: 32px;
          border: 0.5px solid #445566;
          border-radius: 10px; } }
      @media screen and (min-width: 768px) {
        #article_post .post_container .post_content .c-post__table {
          width: 100%;
          margin-bottom: 60px;
          border: 1px solid #445566;
          border-radius: 16px; } }
      #article_post .post_container .post_content .c-post__table tr:last-child th, #article_post .post_container .post_content .c-post__table tr:last-child td {
        border-bottom: none; }
      #article_post .post_container .post_content .c-post__table th,
      #article_post .post_container .post_content .c-post__table td {
        border-collapse: collapse;
        border-bottom: 1px solid #fff; }
        @media screen and (max-width: 767px) {
          #article_post .post_container .post_content .c-post__table th,
          #article_post .post_container .post_content .c-post__table td {
            padding: 12px 18px;
            border-right: 0.5px solid #445566;
            border-bottom: 0.5px solid #445566;
            font-size: 13px;
            line-height: 23px; } }
        @media screen and (min-width: 768px) {
          #article_post .post_container .post_content .c-post__table th,
          #article_post .post_container .post_content .c-post__table td {
            padding: 36px 24px;
            border-right: 1px solid #445566;
            border-bottom: 1px solid #445566;
            font-size: 18px;
            line-height: 32px; } }
        #article_post .post_container .post_content .c-post__table th a,
        #article_post .post_container .post_content .c-post__table td a {
          color: #4184C7; }
          #article_post .post_container .post_content .c-post__table th a:hover,
          #article_post .post_container .post_content .c-post__table td a:hover {
            text-decoration: underline; }
      #article_post .post_container .post_content .c-post__table th {
        text-align: left;
        background-color: rgba(197, 213, 213, 0.3);
        background-image: url(../img/bg_pattern01.png);
        background-repeat: repeat;
        background-position: center top;
        background-size: 400px 400px; }
        @media screen and (max-width: 767px) {
          #article_post .post_container .post_content .c-post__table th {
            width: 90px; } }
        @media screen and (min-width: 768px) {
          #article_post .post_container .post_content .c-post__table th {
            width: 240px; } }
      #article_post .post_container .post_content .c-post__table td {
        word-wrap: break-word; }
        #article_post .post_container .post_content .c-post__table td:last-child {
          border-right: none; }
        #article_post .post_container .post_content .c-post__table td .notesText {
          font-size: 14px;
          color: #778899;
          line-height: 24px; }
      @media screen and (max-width: 767px) {
        #article_post .post_container .post_content .c-post__tableDl {
          margin-bottom: 15px; } }
      @media screen and (min-width: 768px) {
        #article_post .post_container .post_content .c-post__tableDl {
          margin-bottom: 30px; } }
      #article_post .post_container .post_content .c-post__tableDl dt {
        font-size: 12px; }
        @media screen and (max-width: 767px) {
          #article_post .post_container .post_content .c-post__tableDl dt {
            margin-bottom: 6px; } }
        @media screen and (min-width: 768px) {
          #article_post .post_container .post_content .c-post__tableDl dt {
            margin-bottom: 12px; } }
      @media screen and (max-width: 767px) {
        #article_post .post_container .post_content .c-post__tableDl dd {
          font-size: 12px; } }
      @media screen and (min-width: 768px) {
        #article_post .post_container .post_content .c-post__tableDl dd {
          font-size: 16px; } }
    #article_post .post_container .post_content .c-post__caption {
      color: #A4ACB5;
      display: block; }
      @media screen and (max-width: 767px) {
        #article_post .post_container .post_content .c-post__caption {
          font-size: 11px !important;
          line-height: 18px !important; } }
      @media screen and (min-width: 768px) {
        #article_post .post_container .post_content .c-post__caption {
          font-size: 14px !important;
          line-height: 24px !important; } }
    #article_post .post_container .post_content .c-post__additional {
      color: #999999;
      line-height: 1.7;
      border-top: 1px solid #ddd; }
      @media screen and (max-width: 767px) {
        #article_post .post_container .post_content .c-post__additional {
          margin-top: 90px;
          margin-bottom: 20px;
          padding-top: 20px;
          font-size: 14px; } }
      @media screen and (min-width: 768px) {
        #article_post .post_container .post_content .c-post__additional {
          margin-top: 40px;
          padding-top: 40px;
          margin-bottom: 40px; } }
      #article_post .post_container .post_content .c-post__additional p {
        margin-bottom: 2em; }
    @media screen and (max-width: 767px) {
      #article_post .post_container .post_content .c-post__talk {
        margin-bottom: 32px; } }
    @media screen and (min-width: 768px) {
      #article_post .post_container .post_content .c-post__talk {
        margin-bottom: 60px; } }
    #article_post .post_container .post_content .c-post__talkList {
      width: 100%;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      overflow: hidden;
      margin-bottom: 30px; }
      #article_post .post_container .post_content .c-post__talkList p {
        display: flex;
        justify-content: space-between;
        margin-bottom: 0;
        width: 100%; }
    #article_post .post_container .post_content .c-post__talkImg {
      float: left;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: flex-start; }
      @media screen and (max-width: 767px) {
        #article_post .post_container .post_content .c-post__talkImg {
          width: 40px; } }
      @media screen and (min-width: 768px) {
        #article_post .post_container .post_content .c-post__talkImg {
          width: 120px; } }
      #article_post .post_container .post_content .c-post__talkImg .frame {
        overflow: hidden;
        border-radius: 50%;
        display: block; }
        @media screen and (max-width: 767px) {
          #article_post .post_container .post_content .c-post__talkImg .frame {
            width: 40px;
            height: 40px; } }
        @media screen and (min-width: 768px) {
          #article_post .post_container .post_content .c-post__talkImg .frame {
            width: 120px;
            height: 120px; } }
      #article_post .post_container .post_content .c-post__talkImg img {
        width: 100%;
        height: auto; }
    #article_post .post_container .post_content .c-post__talkText {
      vertical-align: middle;
      overflow: hidden;
      display: block;
      align-items: center; }
      @media screen and (max-width: 767px) {
        #article_post .post_container .post_content .c-post__talkText {
          width: calc(100% - 48px);
          padding: 0; } }
      @media screen and (min-width: 768px) {
        #article_post .post_container .post_content .c-post__talkText {
          width: calc(100% - 164px);
          padding: 0; } }
    #article_post .post_container .post_content .c-post__talk.profile .c-post__talkText {
      border: 0.5px solid #445566;
      border-radius: 16px; }
      @media screen and (max-width: 767px) {
        #article_post .post_container .post_content .c-post__talk.profile .c-post__talkText {
          font-size: 12px;
          line-height: 18px;
          padding: 12px 8px; } }
      @media screen and (min-width: 768px) {
        #article_post .post_container .post_content .c-post__talk.profile .c-post__talkText {
          font-size: 16px;
          line-height: 27px;
          padding: 24px 38px; } }
      @media screen and (max-width: 767px) {
        #article_post .post_container .post_content .c-post__talk.profile .c-post__talkText b {
          display: block; } }
    #article_post .post_container .post_content .c-post__talk.noImg .c-post__talkImg {
      display: none; }
    #article_post .post_container .post_content .c-post__talk.noImg .c-post__talkText {
      width: auto; }
    #article_post .post_container .post_content .c-post__bulletList, #article_post .post_container .post_content .c-post__decimalList {
      margin-left: 2em;
      list-style: square outside; }
      @media screen and (max-width: 767px) {
        #article_post .post_container .post_content .c-post__bulletList, #article_post .post_container .post_content .c-post__decimalList {
          font-size: 14px;
          margin-top: 4px; } }
      @media screen and (min-width: 768px) {
        #article_post .post_container .post_content .c-post__bulletList, #article_post .post_container .post_content .c-post__decimalList {
          font-size: 16px;
          margin-top: 8px; } }
      #article_post .post_container .post_content .c-post__bulletList li, #article_post .post_container .post_content .c-post__decimalList li {
        margin-top: 3px; }
        #article_post .post_container .post_content .c-post__bulletList li:first-child, #article_post .post_container .post_content .c-post__decimalList li:first-child {
          margin-top: 0; }
    #article_post .post_container .post_content .c-post__decimalList {
      list-style: decimal outside; }
    #article_post .post_container .post_content .c-post__contact {
      border: 1px solid #445566; }
      @media screen and (max-width: 767px) {
        #article_post .post_container .post_content .c-post__contact {
          padding: 12px 8px;
          margin: 32px 0;
          border-radius: 10px; } }
      @media screen and (min-width: 768px) {
        #article_post .post_container .post_content .c-post__contact {
          padding: 24px 44px;
          margin: 60px 0;
          border-radius: 16px; } }
      #article_post .post_container .post_content .c-post__contactInner {
        width: 100%; }
        @media screen and (max-width: 767px) {
          #article_post .post_container .post_content .c-post__contactInner {
            font-size: 13px;
            line-height: 20px; } }
        @media screen and (min-width: 768px) {
          #article_post .post_container .post_content .c-post__contactInner {
            font-size: 18px;
            line-height: 31px; } }
      #article_post .post_container .post_content .c-post__contactTitle {
        font-weight: normal; }
        @media screen and (max-width: 767px) {
          #article_post .post_container .post_content .c-post__contactTitle {
            margin-bottom: 20px;
            font-size: 14px; } }
        @media screen and (min-width: 768px) {
          #article_post .post_container .post_content .c-post__contactTitle {
            margin-bottom: 24px; } }
      #article_post .post_container .post_content .c-post__contactDetail li a {
        position: relative; }
        #article_post .post_container .post_content .c-post__contactDetail li a:after {
          display: inline-block;
          content: "";
          background: url(../img/icon_blank01.svg) no-repeat center center;
          background-size: cover; }
          @media screen and (max-width: 767px) {
            #article_post .post_container .post_content .c-post__contactDetail li a:after {
              width: 11px;
              height: 9px;
              margin-left: 4px; } }
          @media screen and (min-width: 768px) {
            #article_post .post_container .post_content .c-post__contactDetail li a:after {
              width: 22px;
              height: 18px;
              margin-left: 6px; } }
    @media screen and (max-width: 767px) {
      #article_post .post_container .post_content .c-post__link {
        margin: 30px 10px;
        position: relative; } }
    @media screen and (min-width: 768px) {
      #article_post .post_container .post_content .c-post__link {
        margin-top: 40px;
        margin-bottom: 40px;
        height: 50px;
        position: relative; } }
    @media screen and (max-width: 767px) {
      #article_post .post_container .post_content .c-post__link--prevnext .c-post__linkNavBtn {
        margin: 0 40px;
        width: inherit; } }
    #article_post .post_container .post_content .c-post__linkNav {
      top: 0;
      position: absolute; }
      #article_post .post_container .post_content .c-post__linkNav a {
        position: relative;
        color: #445566;
        display: block; }
        @media screen and (max-width: 767px) {
          #article_post .post_container .post_content .c-post__linkNav a {
            height: 45px; } }
        @media screen and (min-width: 768px) {
          #article_post .post_container .post_content .c-post__linkNav a {
            height: 50px;
            line-height: 50px; } }
        #article_post .post_container .post_content .c-post__linkNav a:before {
          content: '';
          pointer-events: none;
          position: absolute;
          top: 50%;
          margin-top: -5px;
          width: 9px;
          height: 9px;
          pointer-events: none;
          border: 2px solid #445566;
          transform: rotate(45deg); }
          @media all and (-ms-high-contrast: none) {
            #article_post .post_container .post_content .c-post__linkNav a:before {
              margin-top: -10px; } }
        @media screen and (min-width: 768px) {
          #article_post .post_container .post_content .c-post__linkNav a:hover {
            opacity: 0.75; } }
      @media screen and (max-width: 767px) {
        #article_post .post_container .post_content .c-post__linkNav span {
          display: none; } }
      #article_post .post_container .post_content .c-post__linkNav--prev {
        left: 0; }
        @media screen and (max-width: 767px) {
          #article_post .post_container .post_content .c-post__linkNav--prev a {
            padding-left: 50px; } }
        @media screen and (min-width: 768px) {
          #article_post .post_container .post_content .c-post__linkNav--prev a {
            padding-left: 22px; } }
        #article_post .post_container .post_content .c-post__linkNav--prev a:before {
          left: 2px;
          border-style: none none solid solid; }
      #article_post .post_container .post_content .c-post__linkNav--next {
        right: 0; }
        @media screen and (max-width: 767px) {
          #article_post .post_container .post_content .c-post__linkNav--next a {
            padding-right: 50px; } }
        @media screen and (min-width: 768px) {
          #article_post .post_container .post_content .c-post__linkNav--next a {
            padding-right: 22px; } }
        #article_post .post_container .post_content .c-post__linkNav--next a:before {
          right: 2px;
          border-style: solid solid none none; }
      @media screen and (max-width: 767px) {
        #article_post .post_container .post_content .c-post__linkNavBtn {
          width: inherit; } }
      @media screen and (min-width: 768px) {
        #article_post .post_container .post_content .c-post__linkNavBtn {
          position: absolute;
          left: 50%;
          margin-left: -150px; } }
    #article_post .post_container .post_content .c-post__recommendTitle {
      border-top: 1px solid #ddd; }
      @media screen and (max-width: 767px) {
        #article_post .post_container .post_content .c-post__recommendTitle {
          font-size: 18px;
          padding-top: 30px;
          margin: 0 10px 30px; } }
      @media screen and (min-width: 768px) {
        #article_post .post_container .post_content .c-post__recommendTitle {
          font-size: 28px;
          margin-bottom: 40px;
          margin-bottom: 27px;
          padding-top: 40px;
          padding-top: 30px; } }
    @media screen and (max-width: 767px) {
      #article_post .post_container .post_content .c-post__recommend .c-archives__item:last-child {
        display: none; } }
  #article_post .post_container .emphasize_link {
    padding: 60px;
    border-radius: 28px;
    background-image: url(/share/6degrees/img/bg_pattern01.png);
    background-repeat: repeat;
    background-position: center top;
    background-size: 400px 400px; }
    @media screen and (max-width: 767px) {
      #article_post .post_container .emphasize_link {
        padding: 20px; } }
    #article_post .post_container .emphasize_link--Title span {
      position: relative;
      display: block;
      max-width: 288px;
      padding: 12px;
      margin: 0 auto;
      font-size: 24px;
      line-height: 1;
      border-radius: 28px;
      color: #fff;
      text-align: center;
      font-family: "ヒラギノUD丸ゴ W6 JIS2004", "Hiragino UD Sans Rd W6 JIS2004", "ヒラギノ角ゴ ProN W6","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"游ゴシック",YuGothic,sans-serif;
      font-weight: 600; }
      @media screen and (max-width: 767px) {
        #article_post .post_container .emphasize_link--Title span {
          max-width: 180px;
          padding: 8px;
          font-size: 15px;
          border-radius: 28px; } }
      #article_post .post_container .emphasize_link--Title span:before, #article_post .post_container .emphasize_link--Title span:after {
        position: absolute;
        display: block;
        content: "";
        width: 8px;
        height: 8px;
        border-radius: 50%;
        top: 50%;
        transform: translateY(-50%);
        background-color: #fff; }
        @media screen and (max-width: 767px) {
          #article_post .post_container .emphasize_link--Title span:before, #article_post .post_container .emphasize_link--Title span:after {
            width: 4px;
            height: 4px; } }
      #article_post .post_container .emphasize_link--Title span:before {
        left: 14px; }
        @media screen and (max-width: 767px) {
          #article_post .post_container .emphasize_link--Title span:before {
            left: 9px; } }
      #article_post .post_container .emphasize_link--Title span:after {
        right: 14px; }
        @media screen and (max-width: 767px) {
          #article_post .post_container .emphasize_link--Title span:after {
            right: 9px; } }
  #article_post .post_container .emphasize_table {
    display: table;
    width: 100%;
    margin: 40px 0 0; }
    @media screen and (max-width: 767px) {
      #article_post .post_container .emphasize_table {
        margin: 20px 0 0; } }
  #article_post .post_container .emphasize_td--img {
    display: table-cell;
    width: 405px;
    padding-right: 30px; }
    @media screen and (max-width: 767px) {
      #article_post .post_container .emphasize_td--img {
        width: 140px;
        padding-right: 10px; } }
  #article_post .post_container .emphasize_td--text {
    display: table-cell;
    width: auto;
    vertical-align: middle; }
    #article_post .post_container .emphasize_td--text p {
      margin-bottom: 0;
      line-height: 1.5;
      font-size: 24px; }
      @media screen and (max-width: 767px) {
        #article_post .post_container .emphasize_td--text p {
          font-size: 12px; } }

.cat_people .emphasize_link {
  background-color: rgba(235, 119, 119, 0.08); }
  .cat_people .emphasize_link--Title span {
    background-color: #EC8080; }

.cat_business .emphasize_link {
  background-color: rgba(100, 138, 198, 0.08); }
  .cat_business .emphasize_link--Title span {
    background-color: #648AC6; }

.cat_technology .emphasize_link {
  background-color: rgba(123, 196, 191, 0.08); }
  .cat_technology .emphasize_link--Title span {
    background-color: #7BC4BF; }

.cat_management .emphasize_link {
  background-color: rgba(222, 190, 83, 0.08); }
  .cat_management .emphasize_link--Title span {
    background-color: #DEBE53; }

.cat_synergy .emphasize_link {
  background-color: rgba(206, 131, 206, 0.08); }
  .cat_synergy .emphasize_link--Title span {
    background-color: #CE83CE; }

.cat_sustainability .emphasize_link {
  background-color: rgba(131, 193, 98, 0.08); }
  .cat_sustainability .emphasize_link--Title span {
    background-color: #83C162; }

@media screen and (min-width: 768px) {
  body#archive.category .article__item .itemLink:hover .article__item-category,
  body#archive.category .article__item .itemLink:hover .article__item-title,
  body#archive.category .article__item .itemLink:hover .article__item-date {
    color: #fff; } }
body#archive.category .article__item-category {
  color: #445566;
  background-color: transparent !important; }
  @media screen and (max-width: 767px) {
    body#archive.category .article__item-category {
      width: auto;
      height: auto;
      border-radius: none;
      margin-left: 45%; } }
  @media screen and (min-width: 768px) {
    body#archive.category .article__item-category {
      width: auto;
      height: auto;
      border-radius: auto; } }
  body#archive.category .article__item-category:before, body#archive.category .article__item-category:after {
    display: none; }
body#article.cat_people #article_post .entry__category span {
  background-color: #eb7777; }
body#article.cat_business #article_post .entry__category span {
  background-color: #648ac6; }
body#article.cat_technology #article_post .entry__category span {
  background-color: #7bc4bf; }
body#article.cat_management #article_post .entry__category span {
  background-color: #debe53; }
body#article.cat_synergy #article_post .entry__category span {
  background-color: #ce83ce; }
body#article.cat_sustainability #article_post .entry__category span {
  background-color: #83c162; }

body#article #wrapper {
  background-image: url(../img/bg_pattern01.png);
  background-repeat: repeat;
  background-position: center top;
  background-size: 400px 400px; }
body#article.cat_people .post_container .post_content-inner p strong, body#article.cat_people .post_container .post_content-inner p em {
  background: linear-gradient(0deg, rgba(235, 119, 119, 0.5) 0%, rgba(235, 119, 119, 0.5) 49%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%); }
body#article.cat_business .post_container .post_content-inner p strong, body#article.cat_business .post_container .post_content-inner p em {
  background: linear-gradient(0deg, rgba(100, 138, 198, 0.5) 0%, rgba(100, 138, 198, 0.5) 49%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%); }
body#article.cat_technology .post_container .post_content-inner p strong, body#article.cat_technology .post_container .post_content-inner p em {
  background: linear-gradient(0deg, rgba(123, 196, 191, 0.5) 0%, rgba(123, 196, 191, 0.5) 49%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%); }
body#article.cat_management .post_container .post_content-inner p strong, body#article.cat_management .post_container .post_content-inner p em {
  background: linear-gradient(0deg, rgba(222, 190, 83, 0.5) 0%, rgba(222, 190, 83, 0.5) 49%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%); }
body#article.cat_synergy .post_container .post_content-inner p strong, body#article.cat_synergy .post_container .post_content-inner p em {
  background: linear-gradient(0deg, rgba(206, 131, 206, 0.5) 0%, rgba(206, 131, 206, 0.5) 49%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%); }
body#article.cat_sustainability .post_container .post_content-inner p strong, body#article.cat_sustainability .post_container .post_content-inner p em {
  background: linear-gradient(0deg, rgba(131, 193, 98, 0.5) 0%, rgba(131, 193, 98, 0.5) 49%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%); }

/* ==============================
pagination
============================== */
.c-pagination__list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center; }
.c-pagination__item {
  margin: 0 12px; }
  @media screen and (max-width: 767px) {
    .c-pagination__item {
      margin: 0 4px; } }
  .c-pagination__item a {
    display: block;
    width: 62px;
    height: 62px;
    border: 1px solid #445566;
    border-radius: 50%;
    background-color: #fff;
    font-size: 16px;
    line-height: 62px;
    text-align: center;
    text-decoration: none;
    color: #445566;
    transition: 0.3s; }
    @media screen and (max-width: 767px) {
      .c-pagination__item a {
        width: 40px;
        height: 40px;
        font-size: 15px;
        line-height: 40px; } }
    .c-pagination__item a:hover {
      background-color: #445566;
      color: #fff; }
  .c-pagination__item.is-current a {
    background-color: #445566;
    color: #fff; }
  .c-pagination__item.is-text {
    display: flex;
    align-items: center; }

/* ==============================
swiper
============================== */
.slider_box {
  position: relative;
  z-index: 900; }
  @media screen and (min-width: 768px) {
    .slider_box {
      overflow: hidden;
      height: 500px; } }
  @media screen and (max-width: 767px) {
    .slider_box .slider_item {
      transition: 0.3s;
      width: 100vw; } }
  @media screen and (min-width: 768px) {
    .slider_box .slider_item {
      transition: 0.3s;
      width: 800px;
      height: 500px;
      overflow: hidden; } }
  .slider_box .slider_item .itemlink {
    display: block; }
    @media screen and (max-width: 767px) {
      .slider_box .slider_item .itemlink {
        padding: 8px 0; } }
    @media screen and (min-width: 768px) {
      .slider_box .slider_item .itemlink {
        padding: 27px; } }
    .slider_box .slider_item .itemlink .slider_img {
      position: relative;
      display: block;
      overflow: hidden;
      width: 100%;
      padding-bottom: 56.25%;
      height: 0; }
      .slider_box .slider_item .itemlink .slider_img img {
        transition: 0.3s; }
      .slider_box .slider_item .itemlink .slider_img .slider_caption {
        position: absolute;
        display: block;
        bottom: 0;
        left: 0;
        width: 100%;
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
        color: #fff;
        text-shadow: 0 0 3px rgba(0, 0, 0, 0.5); }
        @media screen and (max-width: 767px) {
          .slider_box .slider_item .itemlink .slider_img .slider_caption {
            height: 64px;
            padding: 16px;
            font-size: 15px;
            line-height: 21px; } }
        @media screen and (min-width: 768px) {
          .slider_box .slider_item .itemlink .slider_img .slider_caption {
            height: 132px;
            padding: 26px;
            font-size: 32px;
            line-height: 44px; } }
        .slider_box .slider_item .itemlink .slider_img .slider_caption p {
          display: -webkit-box;
          overflow: hidden;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          word-break: break-all; }
    @media screen and (min-width: 768px) {
      .slider_box .slider_item .itemlink:hover img {
        transform: scale(1.1); } }
  @media screen and (min-width: 768px) {
    .slider_box .slider_item.slick-current .itemlink {
      z-index: 2000; } }
  .slider_box .slider_item-inner {
    padding: 28px;
    border: 4px solid #fff;
    border-radius: 68px; }
    @media screen and (max-width: 767px) {
      .slider_box .slider_item-inner {
        padding: 8px 24px;
        border-width: 1px 0;
        border-radius: 0; } }
  .slider_box .slider_item.cat_people {
    background-color: #EB7777; }
  .slider_box .slider_item.cat_business {
    background-color: #648AC6; }
  .slider_box .slider_item.cat_technology {
    background-color: #7BC4BF; }
  .slider_box .slider_item.cat_management {
    background-color: #DEBE53; }
  .slider_box .slider_item.cat_synergy {
    background-color: #CE83CE; }
  .slider_box .slider_item.cat_sustainability {
    background-color: #83C162; }
  .slider_box .slider_container {
    position: relative; }
    .slider_box .slider_container img {
      width: 100%;
      height: auto; }
  .slider_box .slide_dots {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin: -35px auto 0;
    position: relative;
    z-index: 100; }
    @media screen and (max-width: 767px) {
      .slider_box .slide_dots {
        margin-top: -12px;
        height: auto; } }
    @media screen and (max-width: 767px) {
      .slider_box .slide_dots li {
        margin: 0 4px;
        width: 8px;
        height: 8px; } }
    @media screen and (min-width: 768px) {
      .slider_box .slide_dots li {
        margin: 0 6px;
        width: 14px;
        height: 14px; } }
    .slider_box .slide_dots li.slick-active button {
      background-color: #fff !important; }
    .slider_box .slide_dots button {
      display: block !important;
      background-color: transparent;
      border-radius: 50%;
      border: 3px solid #fff;
      padding: 0 !important;
      opacity: 1;
      font-size: 0;
      line-height: 0;
      outline: none;
      cursor: pointer;
      transition: 1.2s; }
      @media screen and (max-width: 767px) {
        .slider_box .slide_dots button {
          width: 8px;
          height: 8px;
          border-width: 1px;
          padding: 0 !important; } }
      @media screen and (min-width: 768px) {
        .slider_box .slide_dots button {
          width: 14px;
          height: 14px; } }
    .slider_box .slide_dots#cat_people li button {
      background-color: #EB7777; }
    .slider_box .slide_dots#cat_business li button {
      background-color: #648AC6; }
    .slider_box .slide_dots#cat_technology li button {
      background-color: #7BC4BF; }
    .slider_box .slide_dots#cat_management li button {
      background-color: #DEBE53; }
    .slider_box .slide_dots#cat_synergy li button {
      background-color: #CE83CE; }
    .slider_box .slide_dots#cat_sustainability li button {
      background-color: #83C162; }
  .slider_box .slick-arrow {
    position: absolute;
    top: 0;
    width: calc((100% - 744px) / 2);
    height: 500px;
    z-index: 990;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    background-size: 13px 15px;
    background-repeat: no-repeat;
    border: none;
    background-color: transparent;
    font-size: 0;
    line-height: 0;
    outline: none; }
    @media screen and (max-width: 767px) {
      .slider_box .slick-arrow {
        display: none; } }
    .slider_box .slick-arrow:hover {
      background-size: 20.8px 24px; }
    .slider_box .slick-arrow.slick-prev {
      left: 0;
      background-image: url(/share/6degrees/img/arrow_slider_l.svg);
      background-position: right center; }
    .slider_box .slick-arrow.slick-next {
      right: 0;
      background-image: url(/share/6degrees/img/arrow_slider_r.svg);
      background-position: left center; }

/* ==============================
pickup
============================== */
#pickup {
  position: relative;
  background-color: rgba(197, 213, 213, 0.3);
  background-image: url(../img/bg_pattern01.png);
  background-repeat: repeat;
  background-position: center top;
  background-size: 400px 400px; }
  @media screen and (max-width: 767px) {
    #pickup {
      overflow: visible; } }
  @media screen and (max-width: 767px) {
    #pickup .section__inner {
      padding: 0; } }
  @media screen and (min-width: 768px) {
    #pickup .section__inner {
      width: 100%;
      max-width: 1424px;
      padding: 0 0 80px;
      background: url(../img/pickup_border_upper.png) no-repeat center top 80px; } }
  @media screen and (min-width: 768px) {
    #pickup .section__inner:after {
      position: relative;
      display: block;
      content: "";
      width: 100%;
      height: 73px;
      margin-top: -73px;
      background: url(../img/pickup_border_bottom.png) no-repeat center bottom; } }
  #pickup .section__ttl {
    overflow: visible;
    z-index: 500; }
    @media screen and (max-width: 767px) {
      #pickup .section__ttl {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 50px; } }
    @media screen and (min-width: 768px) {
      #pickup .section__ttl {
        width: 100%;
        height: 80px;
        margin: 0 auto; } }
    #pickup .section__ttl:before {
      position: absolute;
      display: block;
      content: "";
      top: 0;
      left: calc(50% - 120px);
      width: 240px;
      height: 120px;
      border-radius: 0px 0px 120px 120px;
      background-color: #fff;
      z-index: 450; }
      @media screen and (max-width: 767px) {
        #pickup .section__ttl:before {
          left: calc(50% - 50px);
          width: 100px;
          height: 50px;
          border-radius: 0 0 50px 50px; } }
    #pickup .section__ttl .en {
      position: relative;
      z-index: 500; }
      @media screen and (max-width: 767px) {
        #pickup .section__ttl .en {
          transform: translateY(-16px); } }
    #pickup .section__ttl .jp {
      position: relative;
      z-index: 500; }
      @media screen and (max-width: 767px) {
        #pickup .section__ttl .jp {
          transform: translateY(-16px); } }
  @media screen and (max-width: 767px) {
    #pickup .slider_box {
      padding: 12px 0px;
      z-index: 450; } }
  @media screen and (min-width: 768px) {
    #pickup .slider_box {
      width: 100%;
      max-width: 1340px;
      min-width: 1020px;
      /*height: 723px;*/
      height: auto;
      margin: 0 auto;
      z-index: auto !important; } }
  #pickup .slider_box .slider_container {
    z-index: 200; }
    @media screen and (max-width: 767px) {
      #pickup .slider_box .slider_container {
        padding: 56px 0px 24px;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff; } }
    @media screen and (min-width: 768px) {
      #pickup .slider_box .slider_container {
        overflow: hidden;
        padding: 145px 0 80px;
        /*border: 4px solid #fff;
        border-radius: 68px;*/ } }
    @media screen and (max-width: 767px) {
      #pickup .slider_box .slider_container:before {
        position: absolute;
        display: block;
        content: "";
        top: -80px;
        border: 4px solid #fff;
        z-index: 250;
        box-sizing: border-box;
        top: -14px;
        left: calc(50% - 63px);
        width: 126px;
        height: 126px;
        border-radius: 63px;
        border-width: 2px; } }
    @media screen and (min-width: 768px) {
      #pickup .slider_box .slider_container:before {
                        /*
	left: calc(50% - 160px);
	width: 320px;
	height: 160px;
	border-radius: 0px 0px 160px 160px;*/ } }
    #pickup .slider_box .slider_container:before {
      position: absolute;
      display: block;
      content: "";
      top: -80px;
      /*background: url(../img/bg_section_common.png) repeat center center;*/
      background-color: #ecf1f0;
      z-index: 200;
      box-sizing: border-box; }
      @media screen and (max-width: 767px) {
        #pickup .slider_box .slider_container:before {
          top: -14px;
          left: calc(50% - 61px);
          width: 122px;
          height: 61px;
          border-radius: 0px 0px 61px 61px;
          background-size: 800px 800px; } }
      @media screen and (min-width: 768px) {
        #pickup .slider_box .slider_container:before {
                        /*
	left: calc(50% - 156px);
	width: 312px;
	height: 156px;
	border-radius: 0px 0px 156px 156px;
	background-size: 800px 800px;*/ } }
    @media screen and (max-width: 767px) {
      #pickup .slider_box .slider_container:after {
        position: absolute;
        display: block;
        content: "";
        top: -14px;
        left: 0;
        width: 100%;
        height: 12px;
        /*background: url(../img/bg_section_common.png) repeat center center;*/
        background-color: #ecf1f0;
        z-index: 200; } }
  @media screen and (min-width: 768px) {
    #pickup .slider_box .slider_list {
      display: flex;
      flex-wrap: nowrap;
      justify-content: flex-start;
      padding: 0 1%; } }
  @media screen and (max-width: 767px) {
    #pickup .slider_box .slider_item {
      width: 286px;
      height: auto; } }
  @media screen and (min-width: 768px) {
    #pickup .slider_box .slider_item {
      width: calc((100% - 10.8%) / 3);
      height: auto;
      margin: 0 1.8%;
      border-radius: 52px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); } }
  #pickup .slider_box .slider_item .itemlink {
    position: relative;
    display: block;
    padding: 22px;
    transition: 0.3s; }
    @media screen and (max-width: 767px) {
      #pickup .slider_box .slider_item .itemlink {
        padding: 16px 12px; } }
    #pickup .slider_box .slider_item .itemlink .slider_img {
      display: block;
      overflow: hidden; }
      #pickup .slider_box .slider_item .itemlink .slider_img img {
        transition: 0.3s; }
    #pickup .slider_box .slider_item .itemlink:hover {
      text-decoration: none; }
      @media screen and (min-width: 768px) {
        #pickup .slider_box .slider_item .itemlink:hover {
          background-color: #fff !important; } }
      @media screen and (min-width: 768px) {
        #pickup .slider_box .slider_item .itemlink:hover img {
          transform: scale(1.1); } }
      @media screen and (min-width: 768px) {
        #pickup .slider_box .slider_item .itemlink:hover .slider_item-category {
          background-color: #fff !important; } }
      @media screen and (min-width: 768px) {
        #pickup .slider_box .slider_item .itemlink:hover .slider_item-title,
        #pickup .slider_box .slider_item .itemlink:hover .slider_item-date {
          color: #445566; } }
  #pickup .slider_box .slider_item-inner {
    position: relative;
    border: 4px solid #fff;
    z-index: 50;
    transition: 0.3s; }
    @media screen and (max-width: 767px) {
      #pickup .slider_box .slider_item-inner {
        padding: 16px 12px;
        border-width: 1px;
        border-radius: 16px; } }
    @media screen and (min-width: 768px) {
      #pickup .slider_box .slider_item-inner {
        padding: 68px 9px 22px;
        border-radius: 34px;
        overflow: hidden; } }
    @media screen and (min-width: 768px) {
      #pickup .slider_box .slider_item-inner:before {
        position: absolute;
        display: block;
        box-sizing: border-box;
        top: -26px;
        left: calc(50% - 80px);
        width: 160px;
        height: 80px;
        content: "";
        border: 4px solid #fff;
        transition: 0.3s;
        z-index: 50;
        border-radius: 0px 0px 80px 80px; } }
  #pickup .slider_box .slider_item-category {
    position: absolute;
    color: #fff; }
    @media screen and (max-width: 767px) {
      #pickup .slider_box .slider_item-category {
        display: inline-block;
        top: 12px;
        left: 50%;
        transform: translateX(-50%);
        padding: 0 6px;
        font-size: 11px;
        line-height: 1;
        z-index: 100; } }
    @media screen and (min-width: 768px) {
      #pickup .slider_box .slider_item-category {
        top: 0;
        z-index: 100;
        left: calc(50% - 76px);
        width: 152px;
        height: 76px;
        border-radius: 0 0 76px 76px;
        padding-top: 14px;
        text-align: center;
        font-size: 14px;
        line-height: 27px;
        transition: 0.3s; } }
  #pickup .slider_box .slider_item-title {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    color: #fff;
    -webkit-box-orient: vertical;
    word-break: break-all; }
    @media screen and (max-width: 767px) {
      #pickup .slider_box .slider_item-title {
        height: 36px;
        margin: 8px 0 0;
        font-size: 12px;
        line-height: 18px;
        -webkit-line-clamp: 2; } }
    @media screen and (min-width: 768px) {
      #pickup .slider_box .slider_item-title {
        height: 96px;
        margin: 22px;
        -webkit-line-clamp: 3; } }
  #pickup .slider_box .slider_item-date {
    color: #fff;
    text-align: center; }
    @media screen and (max-width: 767px) {
      #pickup .slider_box .slider_item-date {
        position: absolute;
        display: inline-block;
        bottom: -6px;
        left: 50%;
        padding: 0 6px;
        transform: translateX(-50%);
        font-size: 11px;
        line-height: 1;
        z-index: 100; } }
    @media screen and (min-width: 768px) {
      #pickup .slider_box .slider_item-date {
        margin: 0 22px;
        font-size: 16px;
        line-height: 23px; } }
  #pickup .slider_box .slider_item.cat_people .slider_item-category {
    background-color: #EB7777; }
  @media screen and (max-width: 767px) {
    #pickup .slider_box .slider_item.cat_people .slider_item-date {
      background-color: #EB7777; } }
  @media screen and (min-width: 768px) {
    #pickup .slider_box .slider_item.cat_people .itemlink:hover .slider_item-category {
      color: #EB7777; }
    #pickup .slider_box .slider_item.cat_people .itemlink:hover .slider_item-inner {
      border-color: #EB7777; }
      #pickup .slider_box .slider_item.cat_people .itemlink:hover .slider_item-inner:before {
        border-color: #EB7777; } }
  #pickup .slider_box .slider_item.cat_business .slider_item-category {
    background-color: #648AC6; }
  @media screen and (max-width: 767px) {
    #pickup .slider_box .slider_item.cat_business .slider_item-date {
      background-color: #648AC6; } }
  @media screen and (min-width: 768px) {
    #pickup .slider_box .slider_item.cat_business .itemlink:hover .slider_item-category {
      color: #648AC6; }
    #pickup .slider_box .slider_item.cat_business .itemlink:hover .slider_item-inner {
      border-color: #648AC6; }
      #pickup .slider_box .slider_item.cat_business .itemlink:hover .slider_item-inner:before {
        border-color: #648AC6; } }
  #pickup .slider_box .slider_item.cat_technology .slider_item-category {
    background-color: #7BC4BF; }
  @media screen and (max-width: 767px) {
    #pickup .slider_box .slider_item.cat_technology .slider_item-date {
      background-color: #7BC4BF; } }
  @media screen and (min-width: 768px) {
    #pickup .slider_box .slider_item.cat_technology .itemlink:hover .slider_item-category {
      color: #7BC4BF; }
    #pickup .slider_box .slider_item.cat_technology .itemlink:hover .slider_item-inner {
      border-color: #7BC4BF; }
      #pickup .slider_box .slider_item.cat_technology .itemlink:hover .slider_item-inner:before {
        border-color: #7BC4BF; } }
  #pickup .slider_box .slider_item.cat_management .slider_item-category {
    background-color: #DEBE53; }
  @media screen and (max-width: 767px) {
    #pickup .slider_box .slider_item.cat_management .slider_item-date {
      background-color: #DEBE53; } }
  @media screen and (min-width: 768px) {
    #pickup .slider_box .slider_item.cat_management .itemlink:hover .slider_item-category {
      color: #DEBE53; }
    #pickup .slider_box .slider_item.cat_management .itemlink:hover .slider_item-inner {
      border-color: #DEBE53; }
      #pickup .slider_box .slider_item.cat_management .itemlink:hover .slider_item-inner:before {
        border-color: #DEBE53; } }
  #pickup .slider_box .slider_item.cat_synergy .slider_item-category {
    background-color: #CE83CE; }
  @media screen and (max-width: 767px) {
    #pickup .slider_box .slider_item.cat_synergy .slider_item-date {
      background-color: #CE83CE; } }
  @media screen and (min-width: 768px) {
    #pickup .slider_box .slider_item.cat_synergy .itemlink:hover .slider_item-category {
      color: #CE83CE; }
    #pickup .slider_box .slider_item.cat_synergy .itemlink:hover .slider_item-inner {
      border-color: #CE83CE; }
      #pickup .slider_box .slider_item.cat_synergy .itemlink:hover .slider_item-inner:before {
        border-color: #CE83CE; } }
  #pickup .slider_box .slider_item.cat_sustainability .slider_item-category {
    background-color: #83C162; }
  @media screen and (max-width: 767px) {
    #pickup .slider_box .slider_item.cat_sustainability .slider_item-date {
      background-color: #83C162; } }
  @media screen and (min-width: 768px) {
    #pickup .slider_box .slider_item.cat_sustainability .itemlink:hover .slider_item-category {
      color: #83C162; }
    #pickup .slider_box .slider_item.cat_sustainability .itemlink:hover .slider_item-inner {
      border-color: #83C162; }
      #pickup .slider_box .slider_item.cat_sustainability .itemlink:hover .slider_item-inner:before {
        border-color: #83C162; } }
  #pickup .slick-arrow {
    position: absolute;
    top: 0;
    width: calc((100% - 262px) / 2);
    height: 100%;
    z-index: 990;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    background-size: 10px 12px;
    background-repeat: no-repeat;
    border: none;
    background-color: transparent;
    font-size: 0;
    line-height: 0; }
    @media screen and (min-width: 768px) {
      #pickup .slick-arrow {
        display: none; } }
    #pickup .slick-arrow:hover {
      opacity: 1; }
    #pickup .slick-arrow.slick-prev {
      left: 0;
      background-image: url(/share/6degrees/img/arrow_slider_l.svg);
      background-position: right center; }
    #pickup .slick-arrow.slick-next {
      right: 0;
      background-image: url(/share/6degrees/img/arrow_slider_r.svg);
      background-position: left center; }

/* ==============================
ranking
============================== */
#ranking .section__inner {
  padding-top: 0; }
@media screen and (max-width: 767px) {
  #ranking .article__list {
    display: block; } }
#ranking .article__item {
  /* 20210215 no-use
  &-category {
  	@include sp($point-sp) {
  		margin-left: calc((((100% - 116px) - 56%) / 2) + 56%);
  	}
  }
  &-inner {
  	@include sp($point-sp) {
  		margin-left: 56%;
  		overflow: hidden;
  	}
  }*/ }
  @media screen and (max-width: 767px) {
    #ranking .article__item {
      overflow: hidden;
      width: 100%;
      margin-right: 0;
      margin-bottom: 20px; } }
  #ranking .article__item .rank {
    position: absolute;
    display: block;
    top: -22px;
    left: -22px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #7B8793;
    color: #fff;
    font-size: 32px;
    line-height: 60px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      #ranking .article__item .rank {
        top: calc(50% - 3.75vw);
        left: 2.25vw;
        width: 7.5vw;
        height: 7.5vw;
        font-size: 4vw;
        line-height: 7.5vw; } }
  @media screen and (min-width: 768px) {
    #ranking .article__item .itemLink:hover .article__item-thumbnail img {
      transform: scale(1.1); } }
  #ranking .article__item-thumbnail {
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      #ranking .article__item-thumbnail {
        position: absolute;
        top: calc(50% - 12px);
        left: 12.5%;
        transform: translateY(-50%);
        width: 32%;
        height: calc(100% - 24px);
        min-height: calc(100% - 24px);
        margin: 12px 0;
        overflow: hidden; } }
    #ranking .article__item-thumbnail img {
      display: block;
      width: 100%;
      transition: 0.3s; }
      @media screen and (max-width: 767px) {
        #ranking .article__item-thumbnail img {
          position: absolute;
          top: 50%;
          left: 0;
          width: 100%;
          transform: translateY(-50%); } }

/* ==============================
video
============================== */
#video {
  /*background: url(../img/bg_section_common.png) repeat center top;*/
  background-color: rgba(197, 213, 213, 0.3);
  background-image: url(../img/bg_pattern01.png);
  background-repeat: repeat;
  background-position: center top;
  background-size: 400px 400px; }
  #video .video__container {
    width: 1024px;
    max-width: calc(100% - 5.6%);
    min-width: calc(1020px - 5.6%);
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      #video .video__container {
        width: auto;
        max-width: 100%;
        min-width: 100%;
        padding: 0 10px; } }
    #video .video__container .inner {
      position: relative;
      padding-bottom: 56.25%;
      height: 0;
      overflow: hidden; }
    #video .video__container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

/* ==============================
corp info
============================== */
#corp_info .corp__link {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 1024px;
  max-width: calc(100% - 5.6%);
  min-width: calc(1020px - 5.6%);
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    #corp_info .corp__link {
      width: auto;
      max-width: 100%;
      min-width: 100%;
      padding: 0 5px; } }
#corp_info .corp__item {
  position: relative;
  width: 238px;
  height: 238px;
  border-radius: 50%; }
  @media screen and (max-width: 767px) {
    #corp_info .corp__item {
      width: calc(100% / 3);
      height: auto;
      margin: 0 5px; } }
  #corp_info .corp__item .itemlink {
    position: relative;
    display: block;
    border-radius: 50%;
    text-decoration: none;
    color: #445566;
    font-size: 24px;
    line-height: 1.5;
    overflow: hidden;
    z-index: 10; }
    @media screen and (max-width: 767px) {
      #corp_info .corp__item .itemlink {
        font-size: 14px; } }
    #corp_info .corp__item .itemlink:before {
      position: absolute;
      display: block;
      box-sizing: border-box;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      content: "";
      width: 204px;
      height: 204px;
      border: 3px solid #fff;
      border-radius: 50%;
      z-index: 100; }
      @media screen and (max-width: 767px) {
        #corp_info .corp__item .itemlink:before {
          width: 87.5%;
          height: 87.5%;
          border-width: 2px; } }
    #corp_info .corp__item .itemlink[target="_blank"] {
      position: relative; }
      #corp_info .corp__item .itemlink[target="_blank"] .text:after {
        display: inline-block;
        content: "";
        background: url(../img/icon_blank02.svg) no-repeat center center;
        background-size: cover; }
        @media screen and (max-width: 767px) {
          #corp_info .corp__item .itemlink[target="_blank"] .text:after {
            width: 11px;
            height: 9px;
            margin-left: 4px; } }
        @media screen and (min-width: 768px) {
          #corp_info .corp__item .itemlink[target="_blank"] .text:after {
            width: 22px;
            height: 18px;
            margin-left: 6px; } }
    #corp_info .corp__item .itemlink .img {
      display: block;
      border-radius: 50%;
      overflow: hidden; }
      #corp_info .corp__item .itemlink .img img {
        width: 100%;
        transition: 0.3s; }
    @media screen and (min-width: 768px) {
      #corp_info .corp__item .itemlink:hover .img img {
        transform: scale(1.1); } }
    #corp_info .corp__item .itemlink .text {
      position: absolute;
      display: inline-block;
      top: 50%;
      left: 50%;
      width: 100%;
      transform: translate(-50%, -50%);
      text-align: center; }

.c-btn a {
  text-align: center;
  display: inline-block;
  padding: 0 40px;
  text-decoration: none;
  display: block;
  transition: all 0.3s ease-in-out; }
  @media screen and (max-width: 767px) {
    .c-btn a {
      font-size: 13px;
      line-height: 21px; } }
  @media screen and (min-width: 768px) {
    .c-btn a {
      line-height: 32px;
      font-size: 16px; } }
@media screen and (max-width: 767px) {
  .c-btnWrap {
    margin: 32px 0; } }
@media screen and (min-width: 768px) {
  .c-btnWrap {
    margin: 60px 0; } }
.c-btn--blue a {
  font-family: "ヒラギノUD丸ゴ W6 JIS2004", "Hiragino UD Sans Rd W6 JIS2004", "ヒラギノ角ゴ ProN W6","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"游ゴシック",YuGothic,sans-serif;
  font-weight: 600;
  position: relative;
  display: block !important;
  color: #445566; }
  @media screen and (max-width: 767px) {
    .c-btn--blue a {
      padding: 16px !important;
      border: 1px solid #445566;
      border-radius: 10px; } }
  @media screen and (min-width: 768px) {
    .c-btn--blue a {
      width: 424px;
      margin: 0 auto !important;
      padding: 40px !important;
      border: 2px solid #445566;
      border-radius: 28px; } }
  @media screen and (min-width: 768px) {
    .c-btn--blue a:hover {
      background: #445566;
      color: #fff !important; } }
.c-btn--blank a:after, .c-btn--mail a:after {
  position: absolute;
  content: "";
  display: block;
  background-position: center center;
  background-repeat: no-repeat; }
  @media screen and (max-width: 767px) {
    .c-btn--blank a:after, .c-btn--mail a:after {
      top: 8px !important;
      right: 8px !important;
      width: 11px;
      height: 9px;
      background-size: 10px 9px; } }
  @media screen and (min-width: 768px) {
    .c-btn--blank a:after, .c-btn--mail a:after {
      top: 20px !important;
      right: 20px !important;
      width: 22px;
      height: 18px;
      background-size: 22px 18px; } }
.c-btn--blank a:after {
  background-image: url(../img/icon_blank01.svg); }
.c-btn--blank a:hover:after {
  background-image: url(../img/icon_blank01.svg); }
.c-btn--mail a:after {
  background-image: url(../img/icon_mail01.svg); }
.c-btn--mail a:hover:after {
  background-image: url(../img/icon_mail01.svg); }
.c-btn--mail .c-btn--blank a:after {
  background-image: url(../img/icon_mail01.svg); }
.c-btn--mail .c-btn--blank a:hover:after {
  background-image: url(../img/icon_mail01.svg); }

@media screen and (max-width: 767px) {
  .c-sns {
    margin: 32px 0 0; } }
@media screen and (min-width: 768px) {
  .c-sns {
    margin: 60px auto 0; } }
.c-sns iframe {
  height: 20px !important; }
.c-sns .fb_iframe_widget span {
  display: block !important;
  vertical-align: top !important; }

.c-snsList {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end; }
.c-snsItem {
  margin-left: 20px;
  display: block;
  vertical-align: top; }
  @media screen and (max-width: 767px) {
    .c-snsItem {
      margin-left: 12px; } }
