@charset "UTF-8";



/*--------------------------------------------------------------------------------
	override
--------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------
	KV
--------------------------------------------------------------------------------*/

.kv {
  position: relative;
}

.kv .bg-tout {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: 100vh;
  background: url(/assets/img/ir/about/bg_kv_tout.jpg) no-repeat center;
  background-size: cover;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 0;
}

.kv .bg-tout.is-show {
  opacity: 1;
}

.kv .bg-message {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: 100vh;
  background: url(/assets/img/ir/about/bg_kv_message.jpg) no-repeat center;
  background-size: cover;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.kv .bg-message.is-show {
  opacity: 1;
}

.tout {
  position: relative;
  z-index: 1;
  margin-left: -50px;
  margin-right: -50px;
  padding-bottom: 25vh;
}

.tout .tout-inner {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.tout .tout-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: -webkit-transform 800ms ease-in-out;
  transition: -webkit-transform 800ms ease-in-out;
  transition: transform 800ms ease-in-out;
  transition: transform 800ms ease-in-out, -webkit-transform 800ms ease-in-out;
}

.tout .tout-lead {
  height: calc(100vh - 195px);
}

.tout .tout-lead .logo {
  display: block;
  margin-bottom: 40px;
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.tout .tout-lead .logo:before {
  content: '';
  display: block;
  width: 200px;
  height: 50px;
  margin: auto;
  background: url(/assets/img/common/logo_en.svg) no-repeat center;
  background-size: contain;
}

.tout .tout-lead .lead {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.05714;
  text-align: center;
}

.tout .tout-lead .lead:before {
        /* アルフレッサグループ早わかり */
  content: "\30A2\30EB\30D5\30EC\30C3\30B5\30B0\30EB\30FC\30D7\65E9\308F\304B\308A";
  display: block;
  margin-bottom: 18px;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}

.tout .tout-origin {
  height: 150vh;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.77778;
  text-align: center;
  font-weight: 500;
  color: #0D50A5;
}

.tout .tout-origin .commentary:before {
  content: '';
  display: block;
  width: 200px;
  height: 50px;
  margin: 0 auto 40px;
  background: url(/assets/img/common/logo_en.svg) no-repeat center;
  background-size: contain;
}

.tout .tout-origin .detail {
  width: 100%;
  max-width: 400px;
  margin: 40px auto 0;
}

@-webkit-keyframes induce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  24% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  26% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes induce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  24% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  26% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}


/*--------------------------------------------------------------------------------
	メッセージ
--------------------------------------------------------------------------------*/

.message {
  padding-bottom: 126px;
}

.contents {
  margin-left: -50px;
  margin-right: -50px;
  padding: 100px 50px 0;
  background: #FFFFFF;
}


/*--------------------------------------------------------------------------------
	グループ企業一覧
--------------------------------------------------------------------------------*/

.group {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
}

.group .group-legends {
  margin-bottom: 40px;
  overflow: hidden;
}

.group .group-legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 182px;
  float: left;
  margin-bottom: 8px;
  margin-right: 30px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2;
}

.group .group-legend:before {
  content: '';
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  width: 17px;
  height: 17px;
  margin-right: 8px;
  border-radius: 50%;
  background: #0D50A5;
}

.group .group-legend.segment-blue:before {
  background: #004294;
}

.group .group-legend.segment-green:before {
  background: #6FBA2C;
}

.group .group-legend.segment-yellow:before {
  background: #EEA900;
}

.group .group-legend.segment-red:before {
  background: #EA5959;
}

.group .group-legend.segment-other:before {
  background: #12b8d7;
}

.group .group-legend.white:before {
  background: #FFFFFF;
  border: 1px solid #444444;
}

.group .group-legend.gray:before {
  background: #626262;
}

.group .group-legend.break {
  clear: both;
  float: left;
}

.group .group-map .not-for-map {
  display: none;
}

.group .group-toDetail {
  display: none;
  margin-top: 32px;
}


/*--------------------------------------------------------------------------------
	ヘルスケアコンソーシアム
--------------------------------------------------------------------------------*/

.consortium {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 48px;
  padding: 40px;
  background: #F7F7F7;
  border-radius: 10px;
  text-align: center;
}

.consortium .consortium-vis {
  max-width: 680px;
  margin: auto;
}


/*--------------------------------------------------------------------------------
	数字で見るアルフレッサグループ
--------------------------------------------------------------------------------*/

.numbers {
  margin-bottom: 48px;
}

.numbers .numbers-inner {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.numbers.single .numbers-item:not(:last-child) {
  margin-bottom: 30px;
}

.numbers.threeUp .numbers-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -19px;
  margin-right: -19px;
  margin-bottom: -30px;
  overflow: hidden;
}

.numbers.threeUp .numbers-item {
  width: calc(33.33% - 38px);
  margin-left: 19px;
  margin-right: 19px;
  margin-bottom: 30px;
}

.numbers .numbers-note {
  margin-top: 48px;
}

.number {
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
}

.number a {
  display: block;
}

.number.horizontal {
  position: relative;
}

.number.horizontal .number-body-front {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 60px 70px;
}

.number.horizontal .number-body-rear {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  color: #FFFFFF;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.47619;
  background: rgba(13, 80, 165, 0.95);
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.number.horizontal .number-body-rear.is-show {
  opacity: 1;
}

.number.horizontal .number-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-right: 55px;
}

.number.horizontal .number-icon.semi-wide {
  width: 127px;
}

.number.horizontal .number-icon img {
  width: 100%;
  height: auto;
}

.number.horizontal .number-ttl {
  color: #0D50A5;
  font-weight: bold;
  font-size: 50px;
  font-size: 5rem;
  line-height: 1.48;
}

.number.horizontal .number-ttl .term {
  display: block;
  color: #56AA34;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.47619;
}

.number.horizontal .number-detail {
  margin-left: auto;
  color: #0D50A5;
  font-weight: bold;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.46429;
}

.number.vertical .number-layouter {
  position: relative;
  padding-top: 87.61905%;
}

.number.vertical .number-body-front {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.number.vertical .number-body-rear {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  color: #FFFFFF;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.47619;
  background: rgba(13, 80, 165, 0.95);
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.number.vertical .number-body-rear.is-show {
  opacity: 1;
}

.number.vertical .number-body-rear p {
  width: 100%;
}

.number.vertical .number-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin: 0 auto 10px;
}

.number.vertical .number-icon.semi-wide {
  width: 127px;
}

.number.vertical .number-icon img {
  width: 100%;
  height: auto;
}

.number.vertical .number-ttl {
  color: #0D50A5;
  font-weight: bold;
  text-align: center;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 2.96;
}

.number.vertical .number-ttl .term {
  display: block;
  color: #56AA34;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.47619;
}

.number.vertical .number-ttl .emphasis {
  font-size: 50px;
  font-size: 5rem;
  line-height: 1.48;
}


/*--------------------------------------------------------------------------------
	私たちが大切にしていること
--------------------------------------------------------------------------------*/

.jinzai {
  margin-top: 90px;
  margin-bottom: 72px;
}

.jinzai .jinzai-inner {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.jinzai .jinzai-txt {
  margin-bottom: 26px;
  text-align: center;
}

.jinzai .jinzai-lead {
  margin-bottom: 56px;
  text-align: center;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.6;
}

.jinzai .jinzai-paragraph {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}


/*--------------------------------------------------------------------------------
	4つの人財要件
--------------------------------------------------------------------------------*/

.philosophy {
  margin-left: -50px;
  margin-right: -50px;
  padding-left: 50px;
  padding-right: 50px;
  background: linear-gradient(to top, #FFFFFF 0, #FFFFFF 106px, #18AEC5 106px, #18AEC5 100%) no-repeat left bottom;
  background-size: 100% 100%;
}

.philosophy .philosophy-inner {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 34px;
}

.philosophy .philosophy-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.philosophy .philosophy-vis {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.philosophy .philosophy-caption {
  position: absolute;
  z-index: 1;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  text-shadow: 0 7px 10px rgba(0, 0, 0, 0.1);
  font-size: 3.93939vw;
}

.philosophy .philosophy-caption span {
  display: block;
  font-size: 1.51515vw;
}

.philosophy .philosophy-caption a {
  display: block;
  -webkit-transition: color .3s, -webkit-transform .3s;
  transition: color .3s, -webkit-transform .3s;
  transition: transform .3s, color .3s;
  transition: transform .3s, color .3s, -webkit-transform .3s;
}

.philosophy .philosophy-caption a:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.philosophy .philosophy-caption a:after {
  content: "\ea04" !important;
  display: inline-block;
  vertical-align: baseline;
  font-family: "iconfont";
  font-style: normal;
  font-size: 30px;
  font-size: 3rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  font-weight: normal;
  margin: 8px auto 0;
}

.philosophy .philosophy-caption.capacity {
  top: 28.45395%;
  right: 25.64103%;
}

.philosophy .philosophy-caption.capacity a:hover {
  color: #ffd1d0;
}

.philosophy .philosophy-caption.challenge {
  bottom: 26.48026%;
  right: 5.12821%;
}

.philosophy .philosophy-caption.challenge a:hover {
  color: #cee8ff;
}

.philosophy .philosophy-caption.ethics {
  bottom: 36.18421%;
  left: 2.5641%;
}

.philosophy .philosophy-caption.ethics a:hover {
  color: #d4ffcc;
}

.philosophy .philosophy-caption.mission {
  bottom: 9.04605%;
  left: 24.35897%;
}

.philosophy .philosophy-caption.mission a:hover {
  color: #fff1bb;
}

.philosophy .philosophy-caption-details {
  display: none;
}

.philosophy-caption-detail {
  position: relative;
  max-width: 682px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  background: #FFFFFF;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.05714;
}

.philosophy-caption-detail .philosophy-caption-detail-ttl {
  position: relative;
  margin-bottom: 26px;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.04444;
  padding: 0 0 20px 0;
  background: -webkit-gradient(linear, right top, left top, from(#ddd), to(#ddd)) no-repeat left bottom 1px;
  background: linear-gradient(to left, #ddd 0%, #ddd 100%) no-repeat left bottom 1px;
  background-size: 100% 1px;
}

.philosophy-caption-detail .philosophy-caption-detail-ttl:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 30px;
  padding-top: 3px;
  margin: auto auto auto 0;
  background: #0D50A5;
  border-radius: 100px;
}

.philosophy .philosophy-detail {
  width: 38.46154%;
  padding-top: 66px;
  padding-bottom: 96px;
  color: #FFFFFF;
}

.philosophy .philosophy-ttl {
  margin-bottom: 32px;
  padding: 3px 7px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  border: 1px solid #FFFFFF;
  border-radius: 6px;
}

.philosophy .philosophy-strategy-item {
  counter-increment: philosophy-strategy-item;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.66667;
}

.philosophy .philosophy-strategy-item:before {
  content: counter(philosophy-strategy-item);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 12px;
  text-align: center;
  font-weight: bold;
  font-style: normal;
  color: #FFFFFF;
  font-family: "Montserrat", "Noto Sans JP", "游ゴシック体", "Yu Gothic", "YuGothic", "メイリオ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
  line-height: 30px;
  background: #0D50A5;
  border-radius: 50%;
}

.philosophy .philosophy-toDetail {
  margin-top: 32px;
}


/*--------------------------------------------------------------------------------
	アルフレッサグループの強み
--------------------------------------------------------------------------------*/

.strength .strength-inner {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.strength .strength-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#ddd)) no-repeat center top;
  background: linear-gradient(to bottom, #ddd 0%, #ddd 100%) no-repeat center top;
  background-size: 1px 100%;
  margin-bottom: -1px;
}

.strength .strength-item {
  width: 50%;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}

.strength .strength-item:nth-child(odd) {
  padding: 40px 40px 40px 0;
}

.strength .strength-item:nth-child(even) {
  padding: 40px 0 40px 40px;
}

.strength .strength-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.6;
}

.strength .strength-ttl i {
  display: block;
  width: 120px;
  margin-right: 10px;
}

.strength .strength-ttl i img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 1024px), print {
  .tout .tout-lead .logo.is-stuck {
    position: fixed;
    top: 50vh;
    left: 50vw;
    -webkit-transform: translateX(-50%) translateY(-200px);
    transform: translateX(-50%) translateY(-200px);
  }
  .tout .tout-lead .logo.is-hidden {
    opacity: 0;
  }
  .tout .tout-lead .logo span {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
  }
  .inducer {
    position: fixed;
    width: 16px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    margin: auto;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
  .inducer.is-hidden {
    opacity: 0;
    pointer-events: none;
  }
  .inducer:before {
    content: 'Scroll';
    display: block;
    margin: auto;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 1px;
    font-family: "Montserrat";
    font-weight: 600;
    color: #0D50A5;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .inducer > span {
    position: relative;
    display: block;
    width: 1px;
    height: 80px;
    margin: auto;
    overflow: hidden;
  }
  .inducer > span:before {
    content: '';
    display: block;
    height: 100%;
    bottom: 0;
    z-index: 1;
    background: #78DC39;
    -webkit-transition: background .5s ease .5s;
    transition: background .5s ease .5s;
    -webkit-animation: induce 2s infinite;
    animation: induce 2s infinite;
  }
}

@media only screen and (min-width: 736px) and (max-width: 1023px) {
  .kv .bg-tout,
.kv .bg-message {
    display: none;
  }
  .tout {
    position: static;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 80px;
    padding-bottom: 0;
  }
  .tout:before {
    content: '';
    display: block;
    padding-top: 480px;
    background: url(/assets/img/ir/about/bg_tout_sp.jpg) no-repeat center;
    background-size: cover;
  }
  .tout .tout-inner {
    padding-left: 30px;
    padding-right: 30px;
  }
  .tout .tout-section {
    display: block;
    height: auto;
    -webkit-transition: none;
    transition: none;
  }
  .tout .tout-lead {
    padding: 50px 0;
  }
  .tout .tout-lead .logo {
    position: absolute;
    top: 140px;
    left: 50%;
    width: auto;
    height: auto;
    margin: 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.51111;
    font-weight: 500;
    text-align: center;
    background: none;
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
  }
  .tout .tout-lead .logo:before {
    content: '';
    display: block;
    width: 138px;
    height: 35px;
    margin: 0 auto 18px;
    background: url(/assets/img/common/logo_en.svg) no-repeat center;
    background-size: contain;
  }
  .tout .tout-lead .tout-section-body {
    -webkit-transform: none;
    transform: none;
  }
  .tout .tout-lead .lead {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: left;
  }
  .tout .tout-lead .lead:before,
.tout .tout-lead .lead br {
    display: none;
  }
  .tout .tout-origin {
    padding: 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .tout .tout-origin .tout-section-body {
    -webkit-transform: none;
    transform: none;
  }
  .tout .tout-origin .commentary:before {
    content: '';
    display: block;
    width: 138px;
    height: 35px;
    margin: 0 auto 18px;
    background: url(/assets/img/common/logo_en.svg) no-repeat center;
    background-size: contain;
  }
  .tout .tout-origin .detail {
    margin-top: 50px;
    padding: 0 30px;
  }
  .message {
    margin-left: -30px;
    margin-right: -30px;
    padding-top: 100px;
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
    background: url(/assets/img/ir/about/bg_message_sp.jpg) no-repeat;
    background-size: 100% auto;
  }
  .contents {
    margin-left: auto;
    margin-right: auto;
    padding: 48px 0 0;
  }
  .group .group-legends {
    margin-bottom: 30px;
  }
  .group .group-legend {
    min-width: 0;
    float: none;
    margin-bottom: 16px;
    margin-right: 0;
  }
  .group .group-legend:last-child {
    margin-bottom: 0;
  }
  .group .group-legend.break {
    float: none;
  }
  .group .group-map {
    margin-left: -30px;
    margin-right: -30px;
    padding-right: 30px;
  }
  .group .group-map .for-map {
    display: none;
  }
  .group .group-map .not-for-map {
    display: block;
  }
  .group .group-toDetail {
    display: block;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }
  .numbers.threeUp .numbers-item {
    width: calc(50% - 38px);
  }
  .number.horizontal .number-body-front {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .number.horizontal .number-icon {
    margin-right: 18px;
  }
  .number.horizontal .number-detail {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    text-align: center;
  }
  .philosophy {
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 48px;
    padding-left: 30px;
    padding-right: 30px;
    background: #18AEC5;
  }
  .philosophy .philosophy-inner {
    padding-top: 48px;
    padding-bottom: 55px;
  }
  .philosophy .philosophy-body {
    display: block;
  }
  .philosophy .philosophy-vis {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
  }
  .philosophy .philosophy-caption {
    font-size: 5.86667vw;
  }
  .philosophy .philosophy-caption span {
    font-size: 3.2vw;
  }
  .philosophy .philosophy-caption a:after {
    font-size: 4.26667vw;
  }
  .philosophy .philosophy-caption.capacity {
    right: 23.07692%;
  }
  .philosophy .philosophy-detail {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
  }
  .philosophy .philosophy-ttl {
    margin-bottom: 32px;
  }
}

@media only screen and (max-width: 735px) {
  .kv .bg-tout,
.kv .bg-message {
    display: none;
  }
  .tout {
    position: static;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 80px;
    padding-bottom: 0;
  }
  .tout:before {
    content: '';
    display: block;
    padding-top: 480px;
    background: url(/assets/img/ir/about/bg_tout_sp.jpg) no-repeat center;
    background-size: cover;
  }
  .tout .tout-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .tout .tout-section {
    display: block;
    height: auto;
    -webkit-transition: none;
    transition: none;
  }
  .tout .tout-lead {
    padding: 50px 0;
  }
  .tout .tout-lead .logo {
    position: absolute;
    top: 140px;
    left: 50%;
    width: auto;
    height: auto;
    margin: 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.51111;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    background: none;
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
  }
  .tout .tout-lead .logo:before {
    content: '';
    display: block;
    width: 138px;
    height: 35px;
    margin: 0 auto 18px;
    background: url(/assets/img/common/logo_en.svg) no-repeat center;
    background-size: contain;
  }
  .tout .tout-lead .tout-section-body {
    -webkit-transform: none;
    transform: none;
  }
  .tout .tout-lead .lead {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: left;
  }
  .tout .tout-lead .lead:before,
.tout .tout-lead .lead br {
    display: none;
  }
  .tout .tout-origin {
    padding: 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: center;
    font-weight: 500;
    color: #0D50A5;
  }
  .tout .tout-origin .tout-section-body {
    -webkit-transform: none;
    transform: none;
  }
  .tout .tout-origin .commentary:before {
    content: '';
    display: block;
    width: 138px;
    height: 35px;
    margin: 0 auto 18px;
    background: url(/assets/img/common/logo_en.svg) no-repeat center;
    background-size: contain;
  }
  .tout .tout-origin .detail {
    margin-top: 50px;
    padding: 0 30px;
  }
  .message {
    margin-bottom: 80px;
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 100px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    background: url(/assets/img/ir/about/bg_message_sp.jpg) no-repeat;
    background-size: 100% auto;
  }
  .contents {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
  .group .group-legends {
    margin-bottom: 30px;
  }
  .group .group-legend {
    min-width: 0;
    float: none;
    margin-bottom: 16px;
    margin-right: 0;
  }
  .group .group-legend:last-child {
    margin-bottom: 0;
  }
  .group .group-legend.break {
    float: none;
  }
  .group .group-map {
    margin-left: -20px;
    margin-right: -20px;
    padding-right: 20px;
  }
  .group .group-map .for-map {
    display: none;
  }
  .group .group-map .not-for-map {
    display: block;
  }
  .group .group-toDetail {
    display: block;
  }
  .consortium {
    margin-bottom: 32px;
    padding: 0;
    border-radius: 0;
  }
  .consortium .consortium-vis {
    max-width: 100%;
  }
  .numbers.threeUp .numbers-items {
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: -16px;
  }
  .numbers.threeUp .numbers-item {
    width: calc(50% - 16px);
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 16px;
  }
  .numbers .numbers-note {
    margin-top: 32px;
  }
  .number.horizontal .number-body-front {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 32px 50px;
  }
  .number.horizontal .number-body-rear {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .number.horizontal .number-icon {
    width: 56px;
    height: 56px;
    margin-right: 18px;
  }
  .number.horizontal .number-icon.semi-wide {
    width: 80px;
  }
  .number.horizontal .number-ttl {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.46429;
  }
  .number.horizontal .number-ttl .term {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .number.horizontal .number-detail {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
    text-align: center;
  }
  .number.vertical .number-layouter {
    padding-top: 100%;
  }
  .number.vertical .number-body-rear {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.53846;
  }
  .number.vertical .number-icon {
    width: 56px;
    height: 56px;
  }
  .number.vertical .number-icon.semi-wide {
    width: 80px;
  }
  .number.vertical .number-ttl {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .number.vertical .number-ttl .term {
    margin-bottom: 10px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .number.vertical .number-ttl .emphasis {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 0.85714;
  }
  .jinzai {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .jinzai .jinzai-txt {
    margin-bottom: 26px;
  }
  .jinzai .jinzai-txt img {
    width: 100px;
  }
  .jinzai .jinzai-lead {
    margin-bottom: 25px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .jinzai .jinzai-paragraph {
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .philosophy {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 48px;
    padding-left: 20px;
    padding-right: 20px;
    background: #18AEC5;
  }
  .philosophy .philosophy-inner {
    padding-top: 48px;
    padding-bottom: 55px;
  }
  .philosophy .philosophy-body {
    display: block;
  }
  .philosophy .philosophy-vis {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
  }
  .philosophy .philosophy-caption {
    font-size: 6.4vw;
  }
  .philosophy .philosophy-caption span {
    font-size: 3.2vw;
  }
  .philosophy .philosophy-caption a:after {
    font-size: 4.26667vw;
  }
  .philosophy .philosophy-caption.capacity {
    right: 23.07692%;
  }
  .philosophy .philosophy-detail {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
  }
  .philosophy .philosophy-ttl {
    margin-bottom: 32px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .philosophy .philosophy-strategy-item {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .philosophy .philosophy-strategy-item:before {
    width: 24px;
    height: 24px;
    margin-right: 12px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    line-height: 24px;
  }
  .philosophy .philosophy-toDetail {
    padding: 0 10px;
  }
  .strength .strength-inner {
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }
  .strength .strength-items {
    display: block;
    background: none;
    margin-bottom: 0;
  }
  .strength .strength-item {
    width: auto;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .strength .strength-item:first-child {
    border-top: 1px solid #ddd;
  }
  .strength .strength-item:nth-child(odd) {
    padding: 30px 0 25px;
  }
  .strength .strength-item:nth-child(even) {
    padding: 30px 0 25px;
  }
  .strength .strength-ttl {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .strength .strength-ttl i {
    width: 100px;
    height: 100px;
    margin-right: 10px;
  }
}

@media screen and (min-width: 1321px) {
  .philosophy .philosophy-vis {
    margin-left: -120px;
  }
  .philosophy .philosophy-caption {
    font-size: 52px;
  }
  .philosophy .philosophy-caption span {
    font-size: 20px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1320px) {
  .philosophy .philosophy-vis {
    margin-left: calc((100% - 100vw) / 2);
  }
}

/*--------------------------------------------------------------------------------
	会社紹介動画 バナー
--------------------------------------------------------------------------------*/
.movieBanner {
	max-width: 1040px;
	margin: 0 auto 96px;
}

.movieBanner .movieBanner-inner > a {
	display: block;
}

.movieBanner .movieBanner-body {
	position: relative;
	display: flex;
	align-items: stretch;
	/* padding-left: 408px; */
	overflow: hidden;
	border-radius: 10px;
	border: 1px solid #ddd;
	transition: border-color .3s;
}

.movieBanner .movieBanner-inner > a:hover  .movieBanner-body {
	border-color: #0D50A5;
}

.movieBanner .movieBanner-vis {
	position: relative;
	width: 39.23%; /* 408 / 1040 * 100% */
	flex-shrink: 0;
	overflow: hidden;
}

.movieBanner .movieBanner-vis:before {
	content: '';
	display: block;
	padding-top: 54.9%;
}

.movieBanner .movieBanner-vis img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.movieBanner .movieBanner-inner > a:hover  .movieBanner-vis img {
	transform: scale(1.02);
}

.movieBanner .movieBanner-ttl {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 30px 30px 30px 0;
	margin-left: 12.6%; /* 132 / 1040 * 100% */
	color: #0D50A5;
}

.movieBanner .movieBanner-ttl:before {
	content: '';
	display: block;
	margin-bottom: 15px;
	padding-top: 52px;
	background: url(/assets/img/common/logo_group_v2.svg) no-repeat left top;
	background-size: contain;
}

.movieBanner .movieBanner-text {
	position: relative;
	padding-left: 52px;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.5;
}

.movieBanner .movieBanner-text:before {
	content: '';
	display: block;
	position: absolute;
	top: 4px;
	left: 0;
	width: 40px;
	height: 30px;
	background: url(/assets/img/common/icon_movie.svg) no-repeat center;
	background-size: contain;
}

@media only screen and (max-width: 735px) {
	.movieBanner {
		margin-top: 80px;
		margin-bottom: 80px;
	}


	.movieBanner .movieBanner-body {
		display: block;
		border-radius: 5px;
	}

	.movieBanner .movieBanner-vis {
		position: relative;
		width: auto;
	}

	.movieBanner .movieBanner-vis:before {
		content: none;
		display: none;
	}

	.movieBanner .movieBanner-vis img {
		display: block;
		position: static;
		width: 100%;
		height: auto;
	}

	.movieBanner .movieBanner-ttl {
		display: block;
		padding: 30px 48px 40px;
		margin-left: 0;
	}

	.movieBanner .movieBanner-ttl:before {
		margin-bottom: 15px;
		padding-top: 45px;
	}
}
