@charset "UTF-8";
/* CSS Document */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
  display: block;
}
a:active,a:hover {
  outline: 0;
}
sub,sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
html {
  min-height: 100%;
  font-size: 62.5%;
  font-family: sans-serif;
}
body {
  font: 500 1.6em/1.4 "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Osaka, Sans-Serif;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  background: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  word-wrap: break-word;
  word-break: break-word;
  /* overflow-x: hidden; */
}
*::-ms-backdrop, body {
  font: 500 1.6em/1.6 "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Osaka, Sans-Serif;}
h1,h2,h3,h4,h5,p,ul,ol,li,img,table,th,td,dl,dt,dd{
  margin:0px;
  padding:0px;
}
li{
  list-style-type:none;
}
img{
  border: none;
  vertical-align: text-top;
  max-width: 100%;
  height: auto;
}

/* Layout
--------------------------------*/
body{
  margin: auto;
  background-color: #ededed;
}
.wrapper{
  background-color: #fff;
	padding: 0 0 24px;
	border: 0;
	font-size: 10px;
	word-break: break-all;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
  color: #121212;
}
.article .wrapper{
  padding: 0 0 5px;
}
.globalFooter{
  background: #ededed;
}
.wrapper a{
  text-decoration: none;
  color: #121212;
}
.wrapper b, .wrapper strong, .textbold{
  font-weight: 700;
}
.wrapper a {
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.wrapper a:hover img,
.wrapper a:active img{
  opacity: .8;
}
.pcview{
  display: none;
}
img{
  max-width:100%;
  height:auto;
  image-rendering: -webkit-optimize-contrast;
}
@media screen and (min-width: 769px) {
  .wrapper{
    padding: 0 0 50px;
  }
  .article .wrapper{
    padding: 0 0 25px;
  }
  .spview{
    display: none;
  }
  .pcview{
    display: block;
  }
}

.wrapper .inner{
	max-width: 1084px;
}
.wrapper p.note{
  font-size: 1.4rem!important;
  margin-top: 8px;
}
.wrapper .center{
  text-align: center;
}

/* Object
--------------------------------*/
.mtSmall {
  margin-top: 5px !important;
}
.mtNormal {
  margin-top: 15px !important;
}
.mtLarge {
  margin-top: 30px !important;
}
.mtExlarge {
  margin-top: 40px !important;
}
.mbSmall {
  margin-bottom: 5px !important;
}
.mbNormal {
  margin-bottom: 15px !important;
}
.mbLarge {
  margin-bottom: 30px !important;
}
.mbExlarge {
  margin-bottom: 40px !important;
}
@media (min-width: 769px) {
  .mtSmall {
    margin-top: 10px !important;
  }
  .mtNormal {
    margin-top: 20px !important;
  }
  .mtLarge {
    margin-top: 40px !important;
  }
  .mtExlarge {
    margin-top: 60px !important;
  }
  .mbSmall {
    margin-bottom: 10px !important;
  }
  .mbNormal {
    margin-bottom: 20px !important;
  }
  .mbLarge {
    margin-bottom: 40px !important;
  }
  .mbExlarge {
    margin-bottom: 60px !important;
  }
}
.pt0 {
  padding-top: 0px !important;
}
.pr0 {
  padding-right: 0px !important;
}
.pb0 {
  padding-bottom: 0px !important;
}
.wAuto {
  width: auto !important;
}
.w5 {
  width: 5% !important;
}
.w10 {
  width: 10% !important;
}
.wSmall{
  max-width: 280px;
}
.wMdium{
  max-width: 522px;
}
.wLarge {
  max-width: 680px;
}
.w15 {
  width: 15% !important;
}
.w20 {
  width: 20% !important;
}
.w50 {
  width: 50% !important;
}
.w75 {
  width: 75% !important;
}
.w100 {
  width: 100% !important;
}
.fs11 {
  font-size: 1.1rem !important;
}
.fs12 {
  font-size: 1.2rem !important;
}
.fs13 {
  font-size: 1.3rem !important;
}
.fs14 {
  font-size: 1.4rem !important;
}
.fs15 {
  font-size: 1.5rem !important;
}
.fs16 {
  font-size: 1.6rem !important;
}
.fs17 {
  font-size: 1.7rem !important;
}
.fs18 {
  font-size: 1.8rem !important;
}
.fs19 {
  font-size: 1.9rem !important;
}
.fs20 {
  font-size: 2rem !important;
}
.fs21 {
  font-size: 2.1rem !important;
}
.fs22 {
  font-size: 2.2rem !important;
}
.fs23 {
  font-size: 2.3rem !important;
}
.fs24 {
  font-size: 2.4rem !important;
}
.fs25 {
  font-size: 2.5rem !important;
}
.fs26 {
  font-size: 2.6rem !important;
}
.fs27 {
  font-size: 2.7rem !important;
}
.fs28 {
  font-size: 2.8rem !important;
}
.fs29 {
  font-size: 2.9rem !important;
}
.fs30 {
  font-size: 3rem !important;
}
.fs31 {
  font-size: 3.1rem !important;
}
.fs32 {
  font-size: 3.2rem !important;
}
.fs33 {
  font-size: 3.3rem !important;
}
.fs34 {
  font-size: 3.4rem !important;
}
.fs35 {
  font-size: 3.5rem !important;
}
.fsBig {
  font-size: 2.4rem !important;
}
.fsSmall {
  font-size: 1.0rem !important;
}
@media (min-width: 769px) {
  .fsBig {
    font-size: 2.2rem !important;
  }
  .fsSmall {
    font-size: 1.2rem !important;
  }
}
.textbold {
  font-weight: 700 !important;
}
.textnormal {
  font-weight: 400 !important;
}
.textthin {
  font-weight: 200 !important;
}
.text{
  line-height: 1.4;
}
.text_report{
  font-size: 1.2rem;
  color: #d65e5e;
  margin-bottom: 5px;
}
.text_company{
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.text_name{
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.text_date{
  font-size: 1.2rem;
  color: #7e7e7e;
  margin-bottom: 10px;
}
.text_title{
  font-size: 1.5rem!important;
  line-height: 1.3!important;
  font-weight: bold;
  font-weight: 700;
  margin-bottom: .25em!important;
  text-indent: 0!important;
}
.text_caption{
  font-size: 1.3rem!important;
  line-height: 1.384615!important;
  margin-bottom: .25em!important;
  text-indent: 0!important;
}
.heading_01{
  font-size: 2.4rem;
  font-weight: normal;
  font-weight: 500;
  line-height: 1.208333;
  margin-bottom: 12px;
}
.heading_02 {
  font-size: 1.8rem;
  font-weight: normal;
  font-weight: 500;
  line-height: 1.333333;
}
.heading_03{
  font-size: 2.1rem;
  font-weight: bold;
  font-weight: 700;
  line-height: 1.5;
  color: #d65e5e;
  padding: .5em 0 1em;
}
.heading_04{
  font-size: 2.0rem;
  font-weight: normal;
  font-weight: 500;
  line-height: 1.25;
  padding-left: 20px;
  border-left: 2px solid #d65e5e;
  margin-bottom: 1em;
  padding-top: 0.25em\0;/*ie*/
}
.heading_05{
  color: #d65e5e;
  font-size: 1.8rem;
  font-weight: normal;
  font-weight: 500;
  margin-bottom: .5em;
}
.heading_06{
  font-size: 1.8rem;
  font-weight: bold;
  font-weight: 700;
  line-height: 1.333333;
  margin-bottom: .5em;
}
@media screen and (min-width: 769px) {
  .heading_03{
    font-size: 2.2rem;
    line-height: 1.363636;
    padding: .5em 0 1.5em;
  }
  .heading_04{
    border-left: 3px solid #d65e5e;
    font-size: 2.2rem;
    line-height: 1.727272;
    padding-left: 30px;
    margin-bottom: 2em;
  }
  .heading_05{
    font-size: 2.0rem;
    line-height: 1.5;
  }
  .text_caption{
    font-size: 1.4rem!important;
    font-weight: bold;
    font-weight: 700;
    line-height: 1.571428!important;
  }
}

/* header
--------------------------------*/
.header{
  padding: 10px 0;
}
.header img{
  -webkit-backface-visibility: hidden;
}
.header_logo{
  padding-bottom: 10px;
  text-align: center;
  position: relative;
}
.header_logo::after{
  content: '';
  background-image: url(/common/images/common/pr.svg);
  background-size: contain;
  position: absolute;
  right: 15px;
  top: 20px;
  width: 35px;
  height: 17px;
}
.header_logo img{
  width: 100px;
  height: 56px;
}
.headerContent{
  border-top: 1px solid #e9e9e9;
}
.header_logoTitle{
  padding: 20px 0 18px;
  text-align: center;
}
._inner{
  margin: 0 auto;
  padding: 0 15px 20px;
  text-align: left;
}
.header .text{
  font-size: 1.5rem;
}
.header_breadcrumb li{
  display: inline;
  font-size: 1.2rem;
}
.header_breadcrumb li a{
  margin-right: 20px;
  position: relative;
  color: #121212;
  text-decoration: underline;
}
.header_breadcrumb li a::after {
  content: '';
  display: inline-block;
  width: 3px;
  height: 9px;
  background-image: url(ico_topicpath.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: relative;
  left: 10px;
}
.header_breadcrumb li .breadcrumb_active{
  color: #7e7e7e;
}
.header_breadcrumb li a:hover,
.header_breadcrumb li a:active{
  opacity: .7;
}
.header_mv{
  position: relative;
  margin: 0 auto;
}
.header_hero img{
  width: 100%;
  height: auto;
}
.header_mv .header_text{
  padding-top: 10px;
  padding-bottom: 0;
}
@media screen and (min-width: 640px) {
  ._inner{
    padding: 0 30px 40px;
  }
}
@media screen and (min-width: 769px) {
  .header{
    padding: 15px 0 0;
    margin-bottom: 30px;
  }
  .header_logo::after{
    top: 25px;
    width: 40px;
    height: 20px;
  }
  .headerContent{
    padding: 0;
  }
  ._inner{
    padding: 0 0;
  }
 .header_logo,
 .header_logoTitle,
 .header .text._inner,
 .main {
    max-width: 1120px;
    padding: 0 15px;
    margin: auto;
  }
  .header_logo{
    text-align: left;
    margin-bottom: 15px;
  }
  .header_logo img {
    width: 140px;
    height: 78px;
  }
  .header_logoTitle{
    text-align: left;
    padding-top: 34px;
    padding-bottom: 20px;
  }
  .header .text {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .header .text._inner{
    padding-bottom: 10px;
  }
  .header_breadcrumb{
    padding-bottom: 30px;
  }
  .header_breadcrumb ul{
    max-width: 1120px;
    padding: 0 15px 15px;
    margin: auto;
  }
  .header_breadcrumb ul li{
    font-size: 1.4rem;
    font-size: 1.71428;
  }
  .header_breadcrumb li a::after {
    content: '';
    display: inline-block;
    width: 3px;
    height: 9px;
    background-image: url(ico_topicpath.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: relative;
    left: 12px;
  }
  .header_mv{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 1120px;
    position: relative;
  }
  .header_hero{
    order: 2;
  }
  .header_hero img{
    width: 1120px;
    height: 395px;
    object-fit: cover;
    -o-object-fit: cover;
    -ms-object-fit: cover;
  }
  .header_mv .header_text {
    background: rgba(255, 255, 255, .9);
    order: 1;
    padding: 30px 40px 45px;
    position: absolute;
    top: 55px;
    left: 40px;
    width: 480px;
    margin-bottom: 30px;
  } .header_text .text_report {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: .5em;
  }
  .header_mv .header_text .heading_01 {
    font-size: 3rem;
    line-height: 1.266666;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: .5em;
    margin-bottom: .725em;
  }
  .header_text ._bottom{
    position: relative;
  }
  .header_mv .header_text .text_date{
    position: absolute;
    bottom: 5px;
  }
}

/* main_contents
--------------------------------*/
.companyBox{
  background-color: #f6f6f6;
  padding-top: 20px;
  padding-bottom: 2px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.companyBox h2{
  font-size: 1.6rem;
  font-weight: normal;
  font-weight: 500;
  text-align: center;
}
.companyBox_list{
  padding-top: 16px;
  padding-bottom: 10px;
  width: 100%;
}
.companyBox_list li{
  display: inline-block;
  margin-bottom: 16px;
  margin-right: 26px;
}
.companyBox_list li a{
  background-color: #fff;
  border-radius: 27px;
  border: 1px solid #d65e5e;
  color: #d65e5e;
  text-decoration: none;
  font-size: 1.2rem;
  line-height: 1;
  padding: 7px 8px;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.ertop .companyBox_list li.ertop{
  display: none;
}
.biprogy .companyBox_list li.biprogy a,
.resonac .companyBox_list li.resonac a,
.meijiyasuda .companyBox_list li.meijiyasuda a,
.mchemical .companyBox_list li.mchemical a,
.kpmg .companyBox_list li.kpmg a,
.medtronic .companyBox_list li.medtronic a,
.mcdonalds .companyBox_list li.mcdonalds a,
.finetoday .companyBox_list li.finetoday a,
.obayashi .companyBox_list li.obayashi a,
.aflac .companyBox_list li.aflac a,
.olympus .companyBox_list li.olympus a,
.takamatsu .companyBox_list li.takamatsu a,
.daiwa .companyBox_list li.daiwa a,
.tmn .companyBox_list li.tmn a,
.a_global .companyBox_list li.a_global a,
.nihon_ma .companyBox_list li.nihon_ma a,
.ridgelinez .companyBox_list li.ridgelinez a,
.lilly .companyBox_list li.lilly a,
.stelaq .companyBox_list li.stelaq a,
.monexgroup .companyBox_list li.monexgroup a,
.companyBox_list li a.active{
  background-color: #d65e5e;
  color: #fff;
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
.articleList li{
  border-top: 1px solid #e5e5e5;
  padding: 20px 15px 0;
  margin-bottom: 20px;
}
.articleList li .articleListItem_title{
  display: flex;
  margin-bottom: 5px;
}
.articleList li .articleListItem_title > div{
  width: calc(100% / 2.001 -15px);
}
.articleList li .articleListItem_title .item_image{
  margin-right: 15px;
  max-width: 135px;
  min-width: 135px;
}
.articleList li .articleListItem_title .item_image img{
  border-radius: 6px;
}
.articleList li .articleListItem_title .text_report {
  font-size: 1.4rem;
}
.articleListItem_outline{
  color: #7e7e7e;
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 12px;
}
.articleListItem_outline p{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.articleList li .text_name{
  font-size: 1.5rem;
  margin-bottom: 0;
}
.button{
  margin: 50px auto;
  text-align: center;
}
.button a{
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: #d65e5e;
  color: #fff;
  padding: 19px 0;
  padding: 21px 0 17px\0;/*ie*/
  max-width: 300px;
  font-size: 1.6rem;
  border-radius: 55px;
  border: 1px solid #d65e5e;
  line-height: 1;
}
.header_breadcrumb{
  line-height: 1;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: left;
  margin: 0;
  overflow-x: auto;
  white-space: nowrap;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
}
.companyActive_title{
  position: relative;
  padding: 20px 0 0px;
  text-align: center;
  margin-bottom: 15px;
  font-size: 2.2rem;
  font-weight: 700;
}
.companyActive_title:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 20px);
  width: 40px;
  height: 2px;
  content: '';
  background: #d65e5e;
}
.articleBox{
  border-top: 2px solid #e9e9e9;
  margin: 0 auto;
  width: calc(100% - 30px);
  padding: 20px 0 0px;
}
.articleBox p{
  font-size: 1.7rem;
  line-height: 1.588235;
  margin-bottom: 1em;
  /* text-indent: .5em; */
}
.articleBox p.textbold{
  text-indent: 0;
}
.articleImage_center,
.articleImage_right,
.articleImage_left{
  padding: 10px 0 20px;
}
.articleImage_image{
  margin-bottom: 8px;
  text-align: center;
}
.articleInnerBox{
  background-color: #faf4f2;
  padding: 25px 25px 5px;
  margin-bottom: 40px;
}
.articleInnerBox p{
  font-size: 1.6rem;
  line-height: 1.625;
}
/* PROFILE */
.articleProfile{
  border: 2px solid #e9e9e9;
  border-radius: 8px;
  padding: 20px 25px 0px;
  margin-bottom: 40px;
}
.articleProfile p{
  text-indent: 0;
  font-size: 1.6rem;
  line-height: 1.625;
}
.articleProfile_item:not(:first-of-type){
  border-top: 2px solid #e9e9e9;
  padding-top: 16px;
}
/* social_buttons */
.social_buttons{
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
/* ストーリーをもっと読む */
.otherList{
  background-color: #f6f6f6;
  padding: 30px 40px;
}
.otherList .articleList{
  padding-top: 18px;
  max-width: 375px;
  margin: auto;
}
.otherList .articleList li {
  background-color: #fff;
  border-top: 0;
  border-bottom: 2px solid #e9e9e9;
  padding: 0 0 20px;
}
.otherList .articleList li .articleListItem_title {
  display: block;
}
.otherList .articleList li .articleListItem_title .item_image {
  margin-right: 0;
  max-width: 100%;
  text-align: center;
}
.otherList .articleList li .articleListItem_title .item_image img {
  border-radius: 0;
  width: 100%;
}
.otherList .articleList li .item_text,
.otherList .articleList li .text_company,
.otherList .articleList li .text_name{
  width: calc(100% - 40px);
  margin: auto;
}
.otherList .articleList li .item_text{
  padding: 12px 0 5px;
}
.otherList .articleList li .articleListItem_title .text_report {
  font-size: 1.5rem;
}
.otherList .articleList li .heading_02{
  font-size: 2.0rem;
  padding: 0 3px;
}
.otherList .articleList li .text_company{
  padding: 12px 0 5px;
  margin: 0 25px;
  width: calc(100% - 50px);
  border-top: 2px solid #e5e5e5;
  font-size: 1.5rem;
}
.otherList .articleList li .text_name{
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0 25px;
  width: calc(100% - 50px);
  padding-bottom: .5em;
}
@media screen and (max-width: 374px) {
  /* social_buttons */
  .social_buttons{
    display: flex;
    justify-content: space-between;
  }
  .social_buttons li{
    margin-right: 0px;
  }
}
@media screen and (min-width: 640px) {
  .companyBox{
    padding-bottom: 10px;
  }
  .articleImage_center,
  .articleImage_right,
  .articleImage_left {
    width: calc(100% - 100px);
    margin: auto;
  }
}
@media screen and (min-width: 769px) {
  .lead{
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 8px;
    margin-bottom: 35px;
  }
  .articleBox{
    border-top: 0;
    max-width: 780px;
    width: 100%;
  }
  .articleBox p{
    font-size: 1.6rem;
    line-height: 1.875;
    margin-bottom: 1.725em;
  }
  .companyBox_list li a:hover{
    background-color: #d65e5e;
    color: #fff;
  }
  .articleInnerBox{
    padding: 50px 60px 40px;
    margin-top: 90px;
    margin-bottom: 65px;
  }
  .articleInnerBox .articleImage_center{
    padding: 20px 0 40px;
  }
  .articleInnerBox p,
  .articleInnerBox p.textbold{
    font-size: 1.5rem;
    line-height: 2;
  }
  .button a:hover{
    background-color: #fff;
    color: #d65e5e;
    border: 1px solid #d65e5e;
  }
  .companyBox {
    margin-top: 0;
    margin-bottom: 40px;
    padding: 10px 0 5px;
  }
  .companyBox .companyBox_nav {
    max-width: 1120px;
    padding: 0 15px;
    margin: auto;
  }
  .companyBox .companyBox_nav h2,
  .companyBox .companyBox_list{
    display: inline-block;
	vertical-align: middle;
  }
  .companyBox .companyBox_list{
    width: 86%;
  }
  .companyBox .companyBox_nav h2 {
    font-size: 1.5rem;
    width: 13%;
	text-align: left;
  }
  .companyBox_list li {
    margin-right: 40px;
  }
  .companyBox_list li a {
    font-size: 1.3rem;
    padding: 10px 14px;
    padding: 12px 14px 8px\0;
  }
  .articleList{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .articleList::after{
  content:"";
  display: block;
  width: calc(100% / 3.001 - 25px);
  }
  .articleList li {
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    padding: 0 0 30px;
    width: calc(100% / 3.001 - 25px);
    margin-bottom: 30px;
  }
  .articleList li .articleListItem_title {
    display: block;
  }
  .articleList li .articleListItem_title .item_image {
    max-width: 100%;
    margin-right: 0;
  }
  .articleList li .articleListItem_title .item_image img {
    border-radius: 5px 5px 0 0;
  }
  .articleList li .articleListItem_title > .item_text {
    padding: 20px 30px 0;
  }
  .articleList li .articleListItem_outline{
    margin: 0 30px 15px;
    border-bottom: 1px solid #e5e5e5;
  }
  .articleListItem_outline p{
    font-size: 1.4rem;
    line-height: 1.42857;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
  .articleList li .text_company,
  .articleList li .text_name{
    padding-left: 30px;
    padding-right: 30px;
  }
  .articleList li .articleListItem_title .text_report {
    margin-bottom: 5px;
  }
  .articleList li .heading_02{
    font-size: 2.4rem;
    line-height: 1.166666;
    margin-bottom: 15px;
  }
  .articleImage_center{
    padding: 10px 0 50px;
  }
  .articleImage_right,
  .articleImage_left {
    max-width: calc(52% - 50px);
    margin: auto;
    padding: 0 0 30px;
  }
  .articleImage_right{
    float: right;
    margin-left: 50px;
  }
  /* PROFILE */
  .articleProfile{
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    padding: 35px 60px 20px;
    margin-bottom: 60px;
  }
  .articleProfile_item:not(:first-of-type) {
    padding-top: 20px;
  }
  /* social_buttons */
  .social_buttons{
    margin-bottom: 55px;
  }
  /* ストーリーをもっと読む */
  aside{
    width: auto;
    margin-bottom: 50px;
  }
  aside.otherList{
    padding: 78px 40px 40px;
  }
  .otherList .articleList{
    max-width: calc(1150px - 30px);
  }
  .otherList .articleList li{
    width: calc(100% / 4.001 - 30px);
    padding: 0 0 5px;
    margin-bottom: 40px;
  }
  .otherList .articleList li .articleListItem_title .item_image img {
    border-radius: 6px 6px 0 0;
  }
  .otherList .articleList li .articleListItem_title > .item_text{
    padding: 17px 20px 0;
  }
  .otherList .articleList li .articleListItem_title .text_report {
    font-size: 1.3rem;
  }
  .otherList .articleList li .heading_02 {
    font-size: 1.8rem;
    line-height: 1.333333;
    padding: 0 0;
  }
  .otherList .articleList li .text_company {
    border-top: 1px solid #e5e5e5;
    font-size: 1.4rem;
    line-height: 1.2875714;
    margin: 0 20px;
  }
  .otherList .articleList li .text_name {
    font-size: 1.4rem;
    line-height: 1.7142857;
    margin: 0 20px .5em;
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
  .articleProfile_item{
    padding-bottom: 15px;
  }
  .articleProfile p {
    font-size: 1.5rem;
    line-height: 2;
    margin-bottom: 0.5em;
  }
  .companyActive_title {
    font-size: 2.4rem;
    line-height: 1;
    margin-bottom: 60px;
  }
  .companyActive_title::before {
    position: absolute;
    bottom: -15px;
    left: calc(50% - 20px);
    background: #d65e5e;
  }
  .button {
    margin: 30px auto;
    text-align: center;
  }
  .button a {
    color: #fff;
    padding: 26px 0;
    padding: 28px 0 24px\0;
    max-width: 320px;
    font-size: 1.6rem;
    border-radius: 35px;
    line-height: 1;
  }
}

/* Footer
--------------------------------*/
.globalFooter {
  background: #ededed;
}
.globalFooter ul li a{
  text-decoration: none;
  color: #121212;
}
@media screen and (max-width: 768px) {
  .globalFooter{
    text-align: center;
  }
  .globalFooter div.corporateLogo{
    float: none!important;
  }
  .globalFooter div.corporateLogo a{
    margin: 5px auto 20px;
  }
  .globalFooter ul {
    margin: 0 auto!important;
  }
  .globalFooter ul li{
    float: none!important;
    display: inline-block;
    border-left: none!important;
    margin-bottom: 20px!important;
  }
}
@media screen and (min-width: 769px){
  .globalFooter{
    padding-top: 30px!important;
  }
}
