@charset "UTF-8";

:root ol, :root ul {
	margin:0;
	padding: 0;
}

body .main-breadcrumb__list {
  padding-right: 280px;
  margin: auto;
}

#mainArea{
  display: block;
}

.pbMainArea{
  /* padding: 0 40px; */
  width: 100%;
  /* overflow: hidden; */
}

.pbMainArea > div{
  /* width: auto; */
  max-width: none;
  /* margin: 0 -40px; */
}

.s_main-lnav{
  min-height: inherit !important;
}


.company-pagetitle{
  padding: inherit;
}

.company-pagetitle h1{
  margin: 0;
  padding: 17px 4%;
  background-color: #333;
  color: #fff;
  font-size: 3rem;
}


@media screen and (min-width: 1080px){
.company-hero > div:not(.pb-handle){
  display:flex;
  width: 100%;
}
}
.company-about{
  position:relative;
}

.company-about > div{
   display:flex;
}

.company-about-sub > div{
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}

.company-about-sub .button-v2__type{
  width: calc((100% - 36px)/2 - .1px);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
  border-radius: 30px;
}
.company-about-sub .button-v2__type.pb-layout{
  padding:inherit;
}
.company-about-sub .button-v2__type:nth-child(2n){
 margin-left: 36px; 
}
.company-about-sub .button-v2__type > div:not(.pb-handle){
  width:100%;
}

.company-about-sub .button-v2__type a{
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: .8em 1.4em .7em;
  border: 1px solid #f0f0f0;
  border-radius: 30px;
  background-color: #fff;
  line-height: 1.4;
  text-align: center;
  font-weight: 700;
}

.company-about__button__label{
  padding: inherit;
}
.company-about__button {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
}

.company-about__button a{
  padding: .8em 30px;
  font-weight: 700;
  transition: background-color .25s cubic-bezier(.4, 0, .2, 1) 0s, color .25s cubic-bezier(.4, 0, .2, 1) 0s;
  display: inline-block;
  border-radius: 30px;
  background-color: #fff;
  color: #333;
  line-height: 1.4;
  text-align: center;
  vertical-align: top;
}
_::-webkit-full-page-media, _:future, :root .company-about__button a {
      padding: .8em 30px .85em;
}
.company-about__button a:after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.company-about__box{
  position:inherit;
  overflow: inherit;
}

.company-hero__governance,
.company-card.column__item{
  position:relative;
}
.company-hero__governance > div .company-card__image{
  transition: opacity .3s ease;
}

.company-card-list .company-card__image{
  max-width: 287px;
}

.company-hero__governance a:before,
.company-card__detail a:before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.company-hero__governance > div:not(.pb-handle),
.company-hero__right > div:not(.pb-handle){
  width:100%;
}

.company-hero__right > div:not(.pb-handle){
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.company-hero__governance:not(.pb-handle),
.company-hero__governance > div:not(.pb-handle){
  display: flex;
  align-items: center;
  box-shadow: 0 5px 8px rgba(0, 0, 0, .2);
}
.company-card__title,
.company-card__detail{
  word-spacing: -.3em;
}
.company-card__title{
  flex-grow: 1;
  word-spacing: -.3em;
  padding: 15px 24px 15px 20px;
}
.company-card__title:after,
.link-list__type:after{
  content: none;
}
.company-card__title a,
.company-card__detail a{
  transition: 0s;
}

.company-card__title p:after,
.link-list__type a:after,
.company-card__detail  p:after{
  -webkit-transform: rotate(45deg);
  display: inline-block;
  position: relative;
  top: -2px;
  width: 9px;
  height: 9px;
  margin-left: 10px;
  transform: rotate(45deg);
  border-top: 2px solid #083;
  border-right: 2px solid #083;
  vertical-align: middle;
  content: "";
}
.link-list__type a:after{
  margin-left: 6px;
}
.company-card__detail  p:after{
  margin-left: 9px;
}

.company-hero__left > div{
  background-color: #dddbe5;
}

.company-book > div:not(.pb-handle){
  flex-grow: 2;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
}

.company-book__title h2{
  margin: 0;
  font-size: 1.8rem;
  font-weight: 700;
}

.company-book .button-v2__type--pdf{
  display: inline-block;
  margin-top: 15px;
  border-radius: 30px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
  overflow: inherit;
}

.company-book .button-v2__type--pdf a{
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: .9em 1.4em .8em;
  border: 1px solid #f0f0f0;
  border-radius: 30px;
  background-color: #fff;
  line-height: 1.4;
  text-align: center;
  font-weight: 700;
}

.company-book .button-v2__type--pdf a span{
  display: inline-block;
}

.company-book .button-v2__type--pdf a span:after{
  display: inline-block;
  top: -2px;
  margin-left: 10px;
  position: relative;
  vertical-align: middle;
  content: "";
  width: 18px;
  height: 19px;
  overflow: hidden;
  background: url(/library/app-files/img/sprite/icon.svg#pdf-usage) no-repeat 0 0;
  text-indent: -9999em;
  content: "PDFを開く"; 
}

.company-book .list-wrap{
  margin-top: 20px;
}
.company-book .button-v2__type--pdf a i{
  font-weight: 500;
  margin-left: .5em;
  vertical-align: middle;
  font-style: normal;
}



.column__item:nth-child(3n+1){
      margin-left: 0;
}

.company-card > div{
  display: flex;
  align-items: center;
  height: 100%;
}
.company-card__detail p{
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

/*.company-first__news{
  margin-top:0;
}*/

@media only screen and (max-width: 767.98px){
  .company-news__date {
    margin-right: .8em;
  }
}

/*.company-history{
  margin-top:60px;
}*/
.pb-layout .company-history{
  width:1200px;
  margin: 0 auto;
}
/* .company-movie{
  padding: inherit;
}
.card-wrap--scrolling{
  padding: 60px 40px 2em;
}
.card-wrap--scrolling > div:not(.pb-handle){
  display: flex;
  margin-top: 0 !important;
  flex-flow: row wrap;
  width: 100%;
}
.card-v2{
  width: calc((100% - 72px)/3 - .1px);
  background-color: #fff;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2);
  color: #333;
  text-align: left;
  text-decoration: none;
}

.card-v2:nth-child(n+2){
  margin-left: 36px
}
.company-movie .button-v2__type:not(.pb-handle){
  display:flex;
  width: 100%;
  padding-bottom: 60px;
}
.company-movie .button-v2__type > div{
 display: inline-block;
  width: 100%;
}
.company-movie .button-v2__type p{
  display: inline-block;
  text-align:center;
  width: 100%;
}
.company-movie .button-v2__type a{
  display: inline-block;
  font-weight: 700;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: .9em 1.4em .8em;
  border: 1px solid #f0f0f0;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
  line-height: 1.4;
  text-align: center;
  min-width: 240px;
}
.company-movie .button-v2__type a:hover{
  border-color: #f60;
  background-color: #f60;
  color: #fff;
}
 */
@media print, screen and (min-width: 1080px){
.header-gnav__list__megamenu__link-list {
  margin: 1.8em 0 0 !important;
  padding: 0;
  list-style: none;
}
}
@media only screen and (max-width: 1079.98px){
.Main__inner {
  margin-top: 52px;
}
}
@media print, screen and (min-width: 768px){
.Main__guide {
  margin: 0 0px;
}
/* .card-v2__body {
  padding: 1.1em;
} */
.company-about-sub .button-v2__type:nth-child(n + 3) {
  margin-top: 20px;
}
.company-about__button a:hover{
   background-color: #f60;
  color: #fff; 
}
.company-about-sub .button-v2__type a:hover{
  border-color: #f60;
  background-color: #f60;
  color: #fff;
}
.company-book .button-v2__type--pdf a:hover {
  border-color: #f60;
  background-color: #f60;
  color: #fff;
}
.company-hero__governance > div:hover .company-card__image{
  transition: opacity .3s ease;
  opacity: .7;
}
.company-card__title a:hover,
.company-card__detail a:hover{
  text-decoration:underline;
}
.company-card-list > div:not(.pb-handle) {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
.company-card-list{
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 35px;
  padding-bottom: 60px;
  max-width: 1840px;
  margin: 0 auto;
}
.column__item{
    width: calc((100% - 72px)/3 - .1px);
    margin-left: 36px;
    display: block;
}
  _::-webkit-full-page-media, _:future, :root .company-about__box {
      padding: 40px 0 24px
}
}
@media only screen and (max-width: 767.98px){
.sMain__guide .Main__inner {
  margin-top: 42px; 
}
.pbMainArea {
  padding: 0 15px;
}
.pbMainArea > div{
  margin: auto;
}
.s_company-block {
  margin:0 -15px;
}
.company-pagetitle h1{
  /* margin: 0 -15px; */
  padding: 18px 15px;
  font-size: 2.5rem;
}
/*
.company-about__button {
    margin-bottom: 5px;
}*/

.company-book .button-v2__type--pdf a span:after{
    top: -1px;
    margin-left: 8px;
}

.company-about__button__label a{
  padding: .8em 20px;
  border-radius: 30px;
  font-weight: 700;
}

.company-about-sub .button-v2__type:nth-child(2n){
 margin-left: 15px; 
}
.company-about-sub .button-v2__type {
  width: calc(100% / 2 - 7.5px);
}
.company-about-sub .button-v2__type:nth-child(n + 3){
  margin-top: 1em;
}
.company-about-sub .button-v2__type a{
  padding: .9em 1.4em .8em;
}
.company-card__title{
  padding:10px;
}
.company-card__title p:after,
.link-list__type a:after,
.company-card__detail p:after{
  top: -1px;
  width: 8px;
  height: 8px;
  margin-left: 5px;
}
.link-list__type a:after{
    top: -2px;
    margin-left: 6px;
}
.company-book{
  position:relative;
  padding-bottom: 47px;
}
.company-book__title{
  /* margin-top: 6px; */
}
.company-book__title h2 {
  font-size: 1.5rem;
}
.list-wrap.util-sp-hidden{
  position: absolute;
  left: 0;
  bottom: 13px;
  display:block !important;
  padding: 0 20px;
}
.list-wrap.util-sp-hidden a{
  padding-right:3px;
}
.company-book__detail {
  overflow: inherit;
}
.company-book__detail div{
  overflow: inherit;
}
.company-card-list{
  padding: 20px 15px 50px;
  margin: 0 -15px;
}
.company-card-list .column__item > div{
  width: 100%;
}
.company-card__detail p{
  font-size: 1.4rem;
  line-height: 1.5;
}
/*.company-history{
  margin: 40px 0 0;
}*/
.company-movie{
  padding:40px 15px;
}
}

.s_company-about-sub .button-v2__type > div:not(.pb-handle) >div,
.s_company-about-sub .button-v2__type > div:not(.pb-handle) >div p,
.s_company-about-sub .button-v2__type > div:not(.pb-handle) >div p a{
    height: 100%;
}


.company-card__title.s_company-card__title{
    word-spacing: 0;
}

.company-card__title.s_company-card__title p:after{
    content: none;
}

.company-card__title.s_company-card__title a:after{
    -webkit-transform: rotate(45deg);
    display: inline-block;
    position: relative;
    top: -2px;
    width: 9px;
    height: 9px;
    margin-left: 10px;
    transform: rotate(45deg);
    border-top: 2px solid #083;
    border-right: 2px solid #083;
    vertical-align: middle;
    content: "";
}

@media only screen and (max-width: 767.98px){
.company-history .company-block {
    padding-left: 30px;
    padding-right: 30px;
}
}

@media print, screen and (max-width: 380px){
.company-book{
  padding-bottom: 67px;
}
}

@media only screen and (max-width: 767.98px){
.company-history-list-wrap {
    margin-left: 15px;
    margin-right: 15px;
}
}

@media only screen and (max-width: 767.98px){
.company-card__title.s_company-card__title a:after {
    top: -1px;
    width: 8px;
    height: 8px;
    margin-left: 6px;
}
}

/* 202210 news対応 */
@media print, screen and (min-width: 768px) {
  .company-news__body {
      display: flex;
      flex-flow: row nowrap;
      align-items: baseline;
      flex-direction: column;
  }
  .company-news__category {
      flex-direction: unset;
      margin-right: 0;
      margin-bottom: 0;
  }
  .company-news__category>* {
      margin-right: 0;
      margin-right: 10px;
      margin-bottom: 0;
  }
  .company-news__caption {
      font-size: 2rem;
      width: 100%;
      margin-top: 10px;
  }
}

@media only screen and (max-width: 767.98px) {
  .company-news__body {
      flex-direction: column;
  }
  .company-news__property {
      flex-direction: column;
  }
  .company-news__date {
      margin-right: 0;
      order: 2;
  }
  .company-news__category {
      order: 1;
      margin-bottom: 10px;
  }
  .company-news__category>* {
      margin-right: 5px;
      margin-bottom: 0;
  }
}