@charset "UTF-8";
@media print, screen and (min-width: 768px) {
  .under h1.index--title::after {
    content: "/ 会社情報";
  }
}

@media only screen and (max-width: 767px) {
  .under h1.index--title::after {
    content: "会社情報";
  }
}

.under .corp__inner {
  position: relative;
  overflow: hidden;
}

.under .corp__inner .corp--title {
  position: absolute;
  width: 100%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  line-height: 1.2;
}

@media print, screen and (min-width: 768px) {
  .under .corp__inner .corp--title {
    font-size: 25px;
    top: calc(50% + 45px);
  }
}

@media only screen and (max-width: 767px) {
  .under .corp__inner .corp--title {
    top: calc(50% + 30px);
  }
}

.under .corp__inner .corp--title span {
  display: block;
  font-family: "Yu Mincho", "YuMincho";
  letter-spacing: 0.04em;
  line-height: 1.3;
}

@media print, screen and (min-width: 768px) {
  .under .corp__inner .corp--title span {
    font-size: 56px;
  }
}

@media only screen and (max-width: 767px) {
  .under .corp__inner .corp--title span {
    font-size: 27px;
    margin-bottom: 10px;
  }
}

.under .corp__inner img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .under .corp__inner > img {
    min-height: 225px;
  }
}

@media print, screen and (min-width: 768px) {
  .under #message {
    position: relative;
    width: 100%;
    z-index: 700;
  }
}

.under #message #bg-message {
  width: 100%;
  position: relative;
}

.under #message .message-title__wrap {
  position: absolute;
  top: 25%;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .under #message .message-title__wrap {
    left: calc(50% - 250px);
  }
}

@media only screen and (max-width: 767px) {
  .under #message .message-title__wrap {
    left: calc(50% - 85px);
  }
}

.under #message #message-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .under #message #message-title {
    width: 500px;
    font-size: 73px;
  }
}

@media only screen and (max-width: 767px) {
  .under #message #message-title {
    font-size: 34px;
    margin-bottom: 10px;
  }
}

.under #message #message-more {
  position: relative;
  color: #ffffff;
  border: solid 2px #ffffff;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all .5s;
  transition: all .5s;
  display: inline-block;
}

@media print, screen and (min-width: 768px) {
  .under #message #message-more {
    width: 270px;
    height: 54px;
    font-size: 16px;
    margin-top: 26px;
  }
}

@media only screen and (max-width: 767px) {
  .under #message #message-more {
    width: 170px;
    height: 38px;
  }
}

.under #message .message-more__text {
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  line-height: 1;
  font-weight: 500;
}

@media print, screen and (min-width: 768px) {
  .under #message .message-more__text {
    top: calc(50% - 8px);
  }
}

@media only screen and (max-width: 767px) {
  .under #message .message-more__text {
    top: calc(50% - 7px);
  }
}

.under #message #message-more::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  content: '';
  background-color: #861c3c;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all .3s;
  transition: all .3s;
  height: 100%;
  opacity: 0.25;
  z-index: 1;
}

.under #message #message-more:after {
  position: absolute;
  content: "";
  background-image: url(/cmn/img/arrow-md-w.svg);
  background-repeat: no-repeat;
  -webkit-transition: .1s linear;
  transition: .1s linear;
  z-index: 3;
}

@media print, screen and (min-width: 768px) {
  .under #message #message-more:after {
    top: 21px;
    right: 14px;
    width: 34px;
    height: 7px;
  }
}

@media only screen and (max-width: 767px) {
  .under #message #message-more:after {
    top: 15px;
    right: 10px;
    width: 26px;
    height: 5px;
  }
}

.under #message #message-more:hover {
  border-color: #861c3c;
}

.under #message #message-more:hover::before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}

.under #message .message-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .under #message .message-wrap {
    padding-bottom: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .under #message .message-wrap {
    padding-bottom: 50px;
  }
}

.under #message #message-01, .under #message #message-02 {
  width: 50%;
}

.under #message #message-left {
  letter-spacing: 0.04em;
}

@media print, screen and (min-width: 768px) {
  .under #message #message-left {
    margin-top: 29px;
    margin-left: 35px;
    font-size: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .under #message #message-left {
    margin-top: 14px;
    margin-left: 10px;
  }
}

.under #message #message-person__left {
  color: #555555;
}

@media print, screen and (min-width: 768px) {
  .under #message #message-person__left {
    font-size: 14px;
    margin-top: 10px;
    margin-left: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .under #message #message-person__left {
    font-size: 11px;
    margin-left: 10px;
    margin-top: 6px;
  }
}

.under #message #message-person__left + div {
  color: #555555;
}

@media print, screen and (min-width: 768px) {
  .under #message #message-person__left + div {
    font-size: 14px;
    margin-top: 7px;
    margin-left: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .under #message #message-person__left + div {
    font-size: 11px;
    margin-left: 10px;
    margin-top: 1px;
  }
}

.under #message #message-02 {
  text-align: right;
}

.under #message #message-right {
  letter-spacing: 0.04em;
}

@media print, screen and (min-width: 768px) {
  .under #message #message-right {
    margin-top: 29px;
    margin-right: 35px;
    font-size: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .under #message #message-right {
    margin-top: 14px;
    margin-right: 10px;
  }
}

.under #message #message-person__right {
  color: #555555;
}

@media print, screen and (min-width: 768px) {
  .under #message #message-person__right {
    font-size: 14px;
    margin-right: 35px;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .under #message #message-person__right {
    font-size: 11px;
    margin-right: 10px;
    margin-top: 6px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .bg-company__pc {
    width: 100%;
    min-height: 690px;
    background-image: url(/cmn/img/corp/corp-img003.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .under .bg-company__sp {
    position: relative;
    width: 100%;
    min-height: 590px;
    height: auto;
    background-image: url(/cmn/img/corp/corp-img003-sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
  }
}

@media print, screen and (min-width: 768px) {
  .under .company-legend {
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
  }
}

.under #company-data {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .under #company-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .under #company-data {
    margin-top: 25px;
    width: 100%;
    height: auto;
  }
}

.under .company-data__wrap {
  width: 100%;
  color: white;
  z-index: 2;
}

@media print, screen and (min-width: 768px) {
  .under .company-data__wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 110px;
  }
}

@media only screen and (max-width: 767px) {
  .under .company-data__wrap {
    margin: 45px auto 0;
  }
}

.under .company-data__center {
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .under .company-data__center {
    max-width: 1200px;
    padding: 0 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 767px) {
  .under .company-data__center {
    position: absolute;
    top: calc(9% - 23px);
    width: 100%;
    padding: 0 10px;
  }
}

.under .company-data__title {
  color: #ffffff;
  letter-spacing: 0.05em;
}

@media print, screen and (min-width: 768px) {
  .under .company-data__title {
    font-size: 38px;
    padding: 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .under .company-data__title {
    font-size: 23px;
    margin-top: 16px;
    letter-spacing: 0.04em;
    width: 200px;
  }
}

.under .company-takenaka {
  color: #ffffff;
}

@media print, screen and (min-width: 768px) {
  .under .company-takenaka {
    font-size: 20px;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .under .company-takenaka {
    font-size: 13px;
  }
}

.under .company-data__keyword {
  border: 2px solid #ffffff;
  border-width: 2px;
  text-align: center;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .under .company-data__keyword {
    width: 47.5%;
    max-width: 535px;
    height: 432px;
  }
}

@media only screen and (max-width: 767px) {
  .under .company-data__keyword {
    width: 100%;
    height: 230px;
  }
}

.under .keyword-wrap {
  position: relative;
  font-family: "Yu Mincho", "YuMincho";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1;
}

@media print, screen and (min-width: 768px) {
  .under .keyword-wrap {
    margin: 65px auto;
    width: 355px;
    height: 150px;
  }
}

@media only screen and (max-width: 767px) {
  .under .keyword-wrap {
    margin: 20px auto;
    width: 250px;
    height: 90px;
  }
}

.under .keyword-wrap:after {
  content: "";
  position: absolute;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.45);
}

@media print, screen and (min-width: 768px) {
  .under .keyword-wrap:after {
    top: 5px;
    left: 178px;
    height: 150px;
  }
}

@media only screen and (max-width: 767px) {
  .under .keyword-wrap:after {
    top: 0;
    left: 125px;
    height: 90px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .keyword-learge {
    font-size: 43px;
    margin-left: -3px;
    margin-right: 3px;
  }
}

@media only screen and (max-width: 767px) {
  .under .keyword-learge {
    font-size: 27px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .keyword-small {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .under .keyword-small {
    font-size: 16px;
  }
}

.under #keyword-01 {
  border-bottom: solid 1px rgba(255, 255, 255, 0.45);
  letter-spacing: 0.05em;
  text-align: left;
}

@media print, screen and (min-width: 768px) {
  .under #keyword-01 {
    width: 169px;
    padding-bottom: 25px;
    margin-top: 10px;
    margin-left: 0px;
    padding-left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .under #keyword-01 {
    width: 119px;
    padding-bottom: 13px;
    padding-left: 15px;
  }
}

.under #keyword-02 {
  border-bottom: solid 1px rgba(255, 255, 255, 0.45);
  letter-spacing: 0.05em;
}

@media print, screen and (min-width: 768px) {
  .under #keyword-02 {
    width: 167px;
    padding-bottom: 25px;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .under #keyword-02 {
    width: 119px;
    padding-bottom: 13px;
  }
}

@media print, screen and (min-width: 768px) {
  .under #keyword-03 {
    margin-top: 30px;
    width: 165px;
    text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  .under #keyword-03 {
    margin-top: 13px;
    width: 119px;
  }
}

@media print, screen and (min-width: 768px) {
  .under #keyword-04 {
    margin-top: 30px;
    width: 169px;
  }
}

@media only screen and (max-width: 767px) {
  .under #keyword-04 {
    margin-top: 13px;
    width: 119px;
  }
}

.under .company-data__num {
  position: relative;
  font-weight: 500;
  border: 2px solid #ffffff;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .under .company-data__num {
    width: 47.5%;
    max-width: 535px;
    height: 432px;
  }
}

@media only screen and (max-width: 767px) {
  .under .company-data__num {
    border-width: 2px;
    margin-top: 40px;
    width: 100%;
    height: 220px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 767px) {
  .under .company-data__num .company-data__title {
    width: 135px;
  }
}

.under .num-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media print, screen and (min-width: 768px) {
  .under .num-wrap {
    margin: 65px auto;
    width: 425px;
    line-height: 1;
  }
}

@media only screen and (max-width: 767px) {
  .under .num-wrap {
    margin: 17px auto;
    width: 253px;
    font-size: 10px;
  }
}

.under .num-wrap:after {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.45);
  width: 1px;
}

@media print, screen and (min-width: 768px) {
  .under .num-wrap:after {
    top: 5px;
    left: 210px;
    width: 1px;
    height: 150px;
  }
}

@media only screen and (max-width: 767px) {
  .under .num-wrap:after {
    top: 5px;
    left: 125px;
    height: 90px;
  }
}

.under .num-learge {
  font-family: 'Roboto',sans-serif;
}

@media print, screen and (min-width: 768px) {
  .under .num-learge {
    font-size: 50px;
    margin-left: -7px;
    font-weight: 100;
  }
}

@media only screen and (max-width: 767px) {
  .under .num-learge {
    font-size: 34px;
    font-weight: 400;
  }
}

.under #num-01 {
  border-bottom: solid 1px rgba(255, 255, 255, 0.45);
}

@media print, screen and (min-width: 768px) {
  .under #num-01 {
    width: 201px;
    padding-bottom: 25px;
    margin-top: 10px;
    font-size: 17px;
  }
}

@media only screen and (max-width: 767px) {
  .under #num-01 {
    width: 118px;
    padding-bottom: 5px;
    font-size: 11px;
    text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  .under #num-01 .num-learge {
    margin-left: -7px;
  }
}

.under #num-02 {
  position: relative;
  border-bottom: solid 1px rgba(255, 255, 255, 0.45);
}

@media print, screen and (min-width: 768px) {
  .under #num-02 {
    width: 201px;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .under #num-02 {
    width: 118px;
    text-align: right;
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .under #num-02 .num-learge {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .under #num-02 .text-left {
    position: absolute;
    top: 12px;
    left: 10px;
    font-size: 10px;
  }
}

.under #num-03 {
  position: relative;
  text-align: right;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

@media print, screen and (min-width: 768px) {
  .under #num-03 {
    width: 168px;
    font-size: 16px;
    padding-left: 20px;
    margin-top: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .under #num-03 {
    width: 118px;
    margin-top: 10px;
    margin-left: -7px;
    padding-left: 0px;
  }
}

.under #num-03 .num-text {
  position: absolute;
}

@media print, screen and (min-width: 768px) {
  .under #num-03 .num-text {
    top: 27px;
    left: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .under #num-03 .num-text {
    top: 6px;
    left: 8px;
    font-size: 10px;
  }
}

.under #num-03 .num-learge {
  margin-left: 10px;
}

@media print, screen and (min-width: 768px) {
  .under #num-03 .num-learge {
    font-size: 46px;
  }
}

@media only screen and (max-width: 767px) {
  .under #num-03 .num-learge {
    font-size: 28px;
  }
}

.under #num-03 .text-left {
  position: absolute;
}

@media print, screen and (min-width: 768px) {
  .under #num-03 .text-left {
    top: -20px;
    right: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .under #num-03 .text-left {
    left: 8px;
    top: 0px;
  }
}

.under #num-04 {
  position: relative;
  line-height: 1.3;
}

@media print, screen and (min-width: 768px) {
  .under #num-04 {
    margin-top: 17px;
    width: 201px;
    font-size: 24px;
    margin-top: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .under #num-04 {
    width: 120px;
    margin-top: 5px;
    text-align: right;
  }
}

.under #num-04 .num-text {
  position: absolute;
  left: 0px;
  top: 0;
}

@media only screen and (max-width: 767px) {
  .under #num-04 .num-text {
    left: 3px;
    top: 15px;
    font-size: 13px;
    padding-left: 2px;
  }
}

@media all and (-ms-high-contrast: none) {
  .under #num-04 .num-text {
    width: 100%;
    margin-left: 15px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .company-data__keyword .company-detail {
    position: absolute;
    width: 280px;
    height: 54px;
    bottom: -28px;
    left: calc(50% - 140px);
    display: block;
    background-color: #ffffff;
    color: #000000;
    -webkit-transition: .3s linear;
    transition: .3s linear;
    cursor: pointer;
  }
}

@media only screen and (max-width: 767px) {
  .under .company-data__keyword .company-detail {
    position: absolute;
    display: block;
    height: 44px;
    font-size: 14px;
    padding: 12px 0;
    background-color: #fff;
    color: #333333;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -21px);
    transform: translate(-50%, -21px);
    width: 230px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .company-data__keyword .company-detail:hover {
    color: #ffffff;
  }
}

@media print, screen and (min-width: 768px) {
  .under .company-data__keyword .company-detail:after {
    content: "";
    position: absolute;
    background-image: url("/cmn/img/arrow-md.svg");
    background-repeat: no-repeat;
    width: 34px;
    height: 7px;
    top: 20px;
    right: 20px;
    z-index: 3;
    -webkit-transition: .3s linear;
    transition: .3s linear;
  }
}

@media only screen and (max-width: 767px) {
  .under .company-data__keyword .company-detail:after {
    content: "";
    background-image: url(/cmn/img/arrow-md.svg);
    background-repeat: no-repeat;
    position: absolute;
    width: 25px;
    height: 5px;
    right: 10px;
    top: 17px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .company-data__keyword .company-detail:hover::after {
    background-image: url("/cmn/img/arrow-md-w.svg");
  }
}

@media print, screen and (min-width: 768px) {
  .under .company-data__num .company-detail {
    position: absolute;
    width: 280px;
    height: 54px;
    bottom: -28px;
    left: calc(50% - 140px);
    display: block;
    background-color: #fff;
    color: #000000;
    -webkit-transition: .1s linear;
    transition: .1s linear;
    cursor: pointer;
  }
}

@media only screen and (max-width: 767px) {
  .under .company-data__num .company-detail {
    position: absolute;
    display: block;
    font-size: 14px;
    padding: 12px 0;
    background-color: #fff;
    color: #333333;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -21px);
    transform: translate(-50%, -21px);
    width: 230px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .company-data__num .company-detail:hover {
    color: #ffffff;
  }
}

.under .company-data__num .company-detail:after {
  content: "";
  position: absolute;
  background-image: url("/cmn/img/arrow-md.svg");
  background-repeat: no-repeat;
}

@media print, screen and (min-width: 768px) {
  .under .company-data__num .company-detail:after {
    width: 34px;
    height: 7px;
    top: 20px;
    right: 20px;
    z-index: 3;
  }
}

@media only screen and (max-width: 767px) {
  .under .company-data__num .company-detail:after {
    width: 25px;
    height: 5px;
    right: 10px;
    top: 17px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .company-data__num .company-detail:hover::after {
    background-image: url("/cmn/img/arrow-md-w.svg");
  }
}

@media print, screen and (min-width: 768px) {
  .under .company-detail__text {
    position: absolute;
    z-index: 5;
    top: 18px;
    left: 100px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .company-data__num .company-detail__text {
    top: 19px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .company-detail::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    content: '';
    background-color: #861c3c;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: all .3s;
    transition: all .3s;
    height: 100%;
    opacity: 0.25;
    z-index: 1;
  }
}

@media print, screen and (min-width: 768px) {
  .under .company-detail:hover::before {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
}

.under .corp--contents__wrap {
  background-color: #fff;
}

@media print, screen and (min-width: 768px) {
  .under .corp--contents__wrap {
    padding: 90px 0 50px;
  }
}

@media only screen and (max-width: 767px) {
  .under .corp--contents__wrap {
    padding: 50px 10px 40px;
  }
}

.under .corp--contents__wrap.is-gray {
  background-color: #e6e6e6;
}

.under .corp--contents__wrap.is-end {
  padding-bottom: 0;
}

.under .corp--contents {
  margin: auto;
}

@media print, screen and (min-width: 768px) {
  .under .corp--contents {
    max-width: 1200px;
    padding: 0 35px;
  }
}

.under .corp--2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media print, screen and (min-width: 768px) {
  .under .corp--2col {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media only screen and (max-width: 767px) {
  .under .corp--2col {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.under .corp--2col__title {
  position: relative;
  color: #222;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .under .corp--2col__title {
    font-size: 38px;
    line-height: 2;
    margin-bottom: 30px;
    border-bottom: 3px solid rgba(185, 185, 185, 0.4);
  }
}

@media only screen and (max-width: 767px) {
  .under .corp--2col__title {
    font-size: 23px;
    line-height: 1.3;
    padding: 25px 0 10px;
    margin-bottom: 25px;
    border-bottom: 2px solid rgba(185, 185, 185, 0.4);
  }
}

.under .corp--2col__title::after {
  content: '';
  position: absolute;
  left: 0;
  background-color: #861c3c;
}

@media print, screen and (min-width: 768px) {
  .under .corp--2col__title::after {
    width: 64px;
    height: 3px;
    bottom: -3px;
  }
}

@media only screen and (max-width: 767px) {
  .under .corp--2col__title::after {
    width: 46px;
    height: 2px;
    bottom: -2px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .corp--2col__item {
    width: 52%;
    padding-right: 50px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .corp--2col__item img {
    max-width: 540px;
    max-height: 340px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .corp--2col__item:not(:first-child) {
    width: 48%;
    padding: 0;
  }
}

.under .under--title {
  color: #222;
  font-weight: bold;
  line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
  .under .under--title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .under .under--title {
    font-size: 16px;
    margin-bottom: 12px;
  }
}

.under .other__link {
  padding: 0;
  border: none;
}

@media print, screen and (min-width: 768px) {
  .under .other__link {
    margin: 60px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .under .other__link {
    margin: 30px 0 0;
  }
}

@media print, screen and (min-width: 768px) {
  .under .other__link li {
    width: calc((100% - 138px) / 4);
    margin: 0 46px 40px 0;
    font-size: 17px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .other__link li:nth-child(4n) {
    margin-right: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .under .other__link li a {
    padding-right: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .under .other__link li a {
    font-size: 14px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .other__link.is-2col li {
    width: calc((100% - 46px) / 2);
    margin: 0 46px 40px 0;
    font-size: 20px;
  }
  .under .other__link.is-2col li::before {
    border-bottom: 2px solid #3e3a39;
  }
}

@media only screen and (max-width: 767px) {
  .under .other__link.is-2col li {
    width: 100%;
    margin-right: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .under .other__link.is-2col li:nth-child(2n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .under .other__link.is-2col li:not(:first-child) {
    margin-top: 20px;
  }
}

.under .other__link.is-2col li span {
  display: block;
  color: #666;
  line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
  .under .other__link.is-2col li span {
    font-size: 14px;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .under .other__link.is-2col li span {
    font-size: 12px;
    margin-top: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .under .other__link.is-2col li a {
    font-size: 16px;
    padding-right: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .other__link.is-2col li .arrow-lg::after {
    width: 34px;
  }
}

@media only screen and (max-width: 767px) {
  .under .other__link.is-2col li .arrow-lg::after {
    width: 23px;
  }
}

.under .other__link--list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.under .corp-detail {
  position: relative;
  line-height: 1;
  background-color: #3e3a39;
  text-decoration: none;
  color: #ffffff;
  display: block;
}

@media print, screen and (min-width: 768px) {
  .under .corp-detail {
    width: 280px;
    height: 54px;
    font-size: 16px;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .under .corp-detail {
    width: 220px;
    height: 44px;
  }
}

.under .corp-detail__text {
  position: absolute;
  z-index: 5;
}

@media print, screen and (min-width: 768px) {
  .under .corp-detail__text {
    top: 18px;
    left: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .under .corp-detail__text {
    top: 16px;
    left: 20px;
  }
}

.under .corp-detail:after {
  content: "";
  background-image: url(/cmn/img/arrow-md-w.svg);
  position: absolute;
  background-repeat: no-repeat;
  z-index: 3;
  top: 20px;
}

@media print, screen and (min-width: 768px) {
  .under .corp-detail:after {
    right: 20px;
    width: 34px;
    height: 7px;
  }
}

@media only screen and (max-width: 767px) {
  .under .corp-detail:after {
    right: 15px;
    width: 25px;
    height: 5px;
  }
}

.under .corp-detail::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  content: '';
  background-color: #861c3c;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all .3s;
  transition: all .3s;
  height: 100%;
  opacity: 0.25;
  z-index: 1;
}

.under .corp-detail:hover::before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}
.under #message #message-more,.under .company-data__keyword .company-detail,.under .company-data__num .company-detail ,.under .corp-detail { 
display: inline-block;
border: 1px solid #861c3c;
background-color: #fff;
padding: 17px 62px 17px 40px;
font-weight: 500;
border-radius: 30px;
position: relative;
overflow: hidden;
min-width: 275px;

span {
  color: #861c3c;
  font-size: 16px;
  z-index: 2;
  transition: .2s ease;
  @media (max-width: 767px) {
    font-size: 15px;
  }

}
&::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: #861c3c;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all .5s;
  transition: all .5s;
  height: 100%;
  opacity: 0.25;
  z-index: 1;
}
&::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  transform: translateY(-50%);
  display: block;
  background-image: url(/cmn/img/icon_2024/icon_link_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 6px 8px;
  background-color: #861c3c;
  z-index: 2;

}


@media (max-width: 767px) {
  &::after {
    width: 22px;
    height: 22px;
  }
}

@media (min-width: 768px) {
  &:hover {
    border-color: #cdcdcd;
   span {
     color: #fff;
   }
   &::before {
      -webkit-transform-origin: left top;
     transform-origin: left top;
     -webkit-transform: scale(1, 1);
     transform: scale(1, 1);
     opacity: 1;
   }
   &::after {
     background-color: #fff;
     background-image: url(/cmn/img/icon_2024/icon_link.svg);
    }
  }
}
}

.under .company-data__keyword .company-detail,.under .company-data__num .company-detail {
  position: absolute;
  span {
    position: absolute !important; 
    line-height: 1;
  } 
}