@charset "UTF-8";

.under .solution__inner+.solution__inner {
  padding-top: 70px;
}

@media only screen and (max-width: 767px) {
  .under .solution__inner+.solution__inner {
    padding-top: 50px;
  }
}

/*
.under .solution__search {
  margin-top: 70px;
}

@media only screen and (max-width: 767px) {
  .under .solution__search {
    margin-top: 50px;
  }
}*/
@media only screen and (max-width: 767px) {
  .solution__search {
    padding-bottom: 0;
  }
}

.under .solution__search h2 {
  font-size: 38px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .under .solution__search h2 {
    font-size: 23px;
  }
}

@media print,
screen and (min-width: 768px) {
  .under .solution__search h2::after {
    border-width: 3px;
  }
}

@media only screen and (max-width: 767px) {
  .under .solution__search h2::after {
    height: 2px;
    width: 46px;
  }
}

.under .solution__search>.solution__contents {
  background-color: #fff;
  padding-top: 60px;
}

@media only screen and (max-width: 767px) {
  .under .solution__search>.solution__contents {
    padding-top: 35px;
  }
}

.under .solution__news h2 {
  font-size: 28px;
  font-weight: bold;
  border: none;
  padding-bottom: 0;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .under .solution__news h2 {
    font-size: 19px;
    margin-bottom: 15px;
  }
}

.under .solution__news h2::after {
  content: none;
}

.under .solution__news>ul {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 45px;
}

@media only screen and (max-width: 767px) {
  .under .solution__news>ul {
    margin-bottom: 25px;
  }
}

.under .solution__news>ul li {
  border-top: 1px solid #e6e6e6;
  line-height: 1.5;
}

.under .solution__news>ul li a {
  display: block;
  padding: 25px 10px;
  -webkit-transition: .1s linear;
  transition: .1s linear;
}

.under .solution__news>ul li a:hover {
  background-color: #f4f4f4;
}

@media only screen and (max-width: 767px) {
  .under .solution__news>ul li a {
    padding: 15px 0;
  }
}

.under .solution__news>ul li dt {
  color: #777;
  font-size: 15px;
  float: left;
}

@media only screen and (max-width: 767px) {
  .under .solution__news>ul li dt {
    display: block;
    float: none;
    margin-bottom: 5px;
    font-size: 12px;
  }
}

.under .solution__news>ul li dd {
  margin-left: 130px;
}

@media only screen and (max-width: 767px) {
  .under .solution__news>ul li dd {
    margin-left: 0;
  }
}

.under .solution__news .other__link--list01 li {
  width: 200px;
}

@media only screen and (max-width: 767px) {
  .under .solution__news .other__link--list01 li {
    width: 170px;
  }
}

.under .common__tab--menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -50px;
  padding-top: 50px;
}

.under .common__tab--menu01,
.under .common__tab--menu02 {
  width: 50%;
  height: 150px;
  text-align: center;
  position: relative;
  font-size: 22px;
  font-weight: bold;
  background-color: #f0f0f0;
  display: block;
  -webkit-transition: .1s linear;
  transition: .1s linear;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {

  .under .common__tab--menu01,
  .under .common__tab--menu02 {
    font-size: 14px;
    height: 96px;
  }
}

@media print,
screen and (min-width: 768px) {

  .under .common__tab--menu01:hover,
  .under .common__tab--menu02:hover {
    background-color: #861c3c;
    color: #fff;
  }
}

.under .common__tab--menu01:hover .icon_svg,
.under .common__tab--menu02:hover .icon_svg {
  stroke: #fff;
}

.under .common__tab--menu01 div,
.under .common__tab--menu02 div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (max-width: 767px) {

  .under .common__tab--menu01 span,
  .under .common__tab--menu02 span {
    line-height: 1.2;
  }
}

.under .common__tab--menu01 .icon_svg {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  fill: none;
  stroke: #222;
  width: 61px;
  height: 61px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .under .common__tab--menu01 .icon_svg {
    width: 34px;
    height: 34px;
    margin-bottom: 10px;
  }
}

.under .common__tab--menu02 .icon_svg {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  fill: none;
  stroke: #222;
  width: 76px;
  height: 63px;
  stroke-width: 4px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .under .common__tab--menu02 .icon_svg {
    width: 42px;
    height: 35px;
    margin-bottom: 10px;
  }
}

.under .common__tab--menu .current {
  background-color: #fff;
  color: #222;
}

.under .common__tab--menu .current .icon_svg {
  stroke: #861c3c;
}

.under .common__tab--contents01 .other__link--list02 li {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .under .common__tab--contents01 .other__link--list02 li {
    margin-bottom: 15px;
  }
}

@media print,
screen and (min-width: 768px) {

  .under .common__tab--contents01 .other__link--list02 li:nth-child(4n+1):nth-last-child(-n+4),
  .under .common__tab--contents01 .other__link--list02 li:nth-child(4n+1):nth-last-child(-n+4)~li {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {

  .under .common__tab--contents01 .other__link--list02 li:nth-child(2n+1):nth-last-child(-n+2),
  .under .common__tab--contents01 .other__link--list02 li:nth-child(2n+1):nth-last-child(-n+2)~li {
    margin-bottom: 0;
  }
}

.under .common__tab--contents02 .other__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .under .common__tab--contents02 .other__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media print,
screen and (min-width: 768px) {
  .under .common__tab--contents02 .other__link--item {
    width: calc((100% - 92px) / 3);
  }
}

@media print,
screen and (min-width: 768px) {
  .under .common__tab--contents02 .other__link--item+.other__link--item {
    margin-left: 46px;
  }
}

@media only screen and (max-width: 767px) {
  .under .common__tab--contents02 .other__link--item+.other__link--item {
    margin-top: 45px;
  }
}

.under .common__tab--contents02 .other__link--item .other__link--list02 {
  display: block;
}

.under .common__tab--contents02 .other__link--item .other__link--list02 li {
  width: 100%;
  margin: 0;
}

.under .common__tab--contents02 .other__link--item .other__link--list02 li+li {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .under .common__tab--contents02 .other__link--item .other__link--list02 li+li {
    margin-top: 15px;
  }
}

@media print,
screen and (min-width: 768px) {
  .under .common__tab--contents02 .other__link--item h3 {
    text-align: center;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .under .common__tab--contents02 .other__link--item h3 {
    margin-bottom: 20px;
    padding-bottom: 5px;
  }
}

.under .other__link {
  margin: 0;
  padding: 0;
  border: none;
}

@media print,
screen and (min-width: 768px) {
  .under .other__link li {
    width: calc((100% - 150px) / 4);
    margin-right: 50px;
  }
}

@media print,
screen and (min-width: 768px) {
  .under .other__link li:nth-child(4n) {
    margin-right: 0;
  }
}

.under .section-title::after {
  white-space: pre-wrap;
  content: "/  ソリューション";
  font-size: 15px;
  margin-left: 17px;
  letter-spacing: 0.04em;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック";
  color: #848484;
}

.under .solution-img {
  width: 59.685864%;
}

@media only screen and (max-width: 767px) {
  .under .solution-img {
    width: 100%;
  }
}

.under .solution-img img {
  width: 100%;
  height: auto;
}

.under .solution-text {
  width: 40.314136%;
  background-color: #fff;
  padding: 20px 0 30px;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .under .solution-text {
    width: 100%;
    height: 100%;
    padding: 10px 0 80px;
  }
}

.under .solution-text::before {
  content: "";
  position: absolute;
  height: 55px;
  width: 35px;
  top: 38px;
  left: 47px;
  -webkit-transform: matrix(1, 0, -0.6, 1, 0, 1);
  transform: matrix(1, 0, -0.6, 1, 0, 1);
  border-left: 1px solid #333;
  z-index: 0;
}

@media only screen and (max-width: 767px) {
  .under .solution-text::before {
    height: 26px;
    width: 18px;
    top: 19px;
    left: 42px;
  }
}

.under .solution-text .solution-num {
  position: relative;
  font-family: 'Roboto', sans-serif;
  color: #d1d1d1;
  font-size: 70px;
  width: 100%;
  font-weight: 100;
  padding-left: 45px;
  margin-left: 15px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .under .solution-text .solution-num {
    font-size: 35px;
    margin-bottom: 5px;
    padding-left: 35px;
  }
}

.under .solution-text .solution-num::before {
  position: absolute;
  content: "Topics";
  font-family: 'Roboto', sans-serif;
  left: 0;
  top: 18px;
  font-size: 13px;
  color: #333;
  z-index: 1;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .under .solution-text .solution-num::before {
    font-size: 10px;
    top: 7px;
  }
}

.under .solution-text .solution-num::after {
  content: "";
  position: absolute;
  top: 69px;
  right: 0;
  height: 1px;
  width: calc(100% - 55px);
  background-color: #d1d1d1;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .under .solution-text .solution-num::after {
    top: 34px;
    width: calc(100% - 35px);
  }
}

.under .solution-text .solution-title {
  color: #222;
  font-size: 32px;
  font-family: "Yu Mincho", "YuMincho";
  margin-left: 40px;
  margin-right: 40px;
  letter-spacing: .04em;
}

@media only screen and (max-width: 767px) {
  .under .solution-text .solution-title {
    font-size: 20px;
    margin-left: 15px;
    margin-right: 15px;
  }
}

.under .solution-text .solution-disc {
  margin-top: 16px;
  color: #333;
  margin-left: 40px;
  margin-right: 40px;
}

@media only screen and (max-width: 767px) {
  .under .solution-text .solution-disc {
    font-size: 13px;
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 15px;
  }
}

.under .solution-text .solution-detail {
  position: absolute;
  line-height: 1;
  width: 280px;
  height: 54px;
  font-size: 16px;
  background-color: #3e3a39;
  text-decoration: none;
  color: #fff;
  display: block;
  left: 40px;
  bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .under .solution-text .solution-detail {
    width: 220px;
    height: 44px;
    font-size: 14px;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 20px;
  }
}

.under .solution-text .solution-detail:focus {
  outline: none;
}

.under .solution-text .solution-detail__text {
  position: absolute;
  z-index: 5;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 25px;
}

.under .solution-text .solution-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: .25;
  z-index: 1;
}

.under .solution-text .solution-detail::after {
  content: "";
  background-image: url("/cmn/img/arrow-md-w.svg");
  position: absolute;
  background-repeat: no-repeat;
  top: 20px;
  right: 20px;
  width: 34px;
  height: 7px;
  z-index: 3;
}

@media only screen and (max-width: 767px) {
  .under .solution-text .solution-detail::after {
    width: 25px;
    height: 5px;
    top: 18px;
    right: 15px;
  }
}

.under .solution-text .solution-detail:hover::before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}

/*
  Mainvisual
------------------------------------------------------------------------------*/
@media print,
screen and (min-width: 768px) {
  .solution__mainvisual__wrapper {
    padding: 70px 0;
  }
}

@media only screen and (max-width: 767px) {
  .solution__mainvisual__wrapper {
    padding: 50px 0;
  }
}

.solution__mainvisual--contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .solution__mainvisual--contents {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media print,
screen and (min-width: 768px) {
  .solution__mainvisual--list {
    width: calc(20% - 14px);
  }
}

@media only screen and (max-width: 767px) {
  .solution__mainvisual--list {
    width: calc(50% - 5px);
    margin-bottom: 30px;
  }
}

@media print,
screen and (min-width: 768px) {
  .solution__mainvisual--list+.solution__mainvisual--list {
    margin-left: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .solution__mainvisual--list+.solution__mainvisual--list {
    margin-left: 9px;
  }
}

@media only screen and (max-width: 767px) {
  .solution__mainvisual--list:nth-child(2n+1) {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {

  .solution__mainvisual--list:nth-child(2n+1):nth-last-child(-n+2),
  .solution__mainvisual--list:nth-child(2n+1):nth-last-child(-n+2)~li {
    margin-bottom: 0;
  }
}

.solution__mainvisual--list>a {
  display: block;
  position: relative;
}

.solution__mainvisual--list>a::before,
.solution__mainvisual--list>a::after {
  content: '';
  position: absolute;
  display: block;
  z-index: 1;
}

.solution__mainvisual--list>a::before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
}

.solution__mainvisual--list>a::after {
  background-image: url(/cmn/img/arrow-md-w.svg);
  background-repeat: no-repeat;
  width: 22px;
  height: 6px;
}

@media print,
screen and (min-width: 768px) {
  .solution__mainvisual--list>a::after {
    bottom: 20px;
    right: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .solution__mainvisual--list>a::after {
    bottom: 15px;
    right: 10px;
  }
}

.solution__mainvisual--list>a:hover .solution__mainvisual--img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.solution__mainvisual--img {
  overflow: hidden;
}

.solution__mainvisual--img .solution__mainvisual--ttl {
  position: absolute;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0 9px rgba(0, 0, 0, 0.56);
  z-index: 2;
}

@media print,
screen and (min-width: 768px) {
  .solution__mainvisual--img .solution__mainvisual--ttl {
    left: 20px;
    bottom: 35px;
    font-size: 21px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .solution__mainvisual--img .solution__mainvisual--ttl {
    left: 13px;
    bottom: 25px;
    font-size: 19px;
    padding-right: 13px;
  }
}

.solution__mainvisual--img img {
  width: 100%;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

@media print,
screen and (min-width: 768px) {
  .solution__mainvisual--txt {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .solution__mainvisual--txt {
    margin-top: 10px;
  }
}

.solution__mainvisual--item {
  line-height: 1.2;
  position: relative;
}

@media print,
screen and (min-width: 768px) {
  .solution__mainvisual--item {
    font-size: 16px;
    padding-left: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .solution__mainvisual--item {
    font-size: 14px;
    padding-left: 15px;
  }
}

.solution__mainvisual--item::before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}

.solution__mainvisual--item+.solution__mainvisual--item {
  margin-top: 5px;
}

/*------------------------------------------------------------------------------

  追加モジュール

------------------------------------------------------------------------------*/
/*
  画像 + テキスト
------------------------------------------------------------------------------*/
@media print,
screen and (min-width: 768px) {
  .m-solution__col-liquid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .m-solution__col-liquid {
    margin-top: 30px;
  }
}

.m-solution__col-liquid .m-solution__col--item>*:first-child {
  margin-top: 0;
}

@media print,
screen and (min-width: 768px) {
  .m-solution__col-liquid .m-solution__col--item+.m-solution__col--item {
    margin-left: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .m-solution__col-liquid .m-solution__col--item+.m-solution__col--item {
    margin-top: 30px;
  }
}

@media print,
screen and (min-width: 768px) {
  .m-solution__col-liquid .col--image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

.m-solution__col-liquid .col--image figure {
  display: table;
  margin: auto;
  text-align: center;
  overflow: hidden;
}

.m-solution__col-liquid .col--image figcaption {
  display: table-caption;
  caption-side: bottom;
  color: #555;
  line-height: 1.5;
  text-align: left;
}

@media print,
screen and (min-width: 768px) {
  .m-solution__col-liquid .col--image figcaption {
    font-size: 14px;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .m-solution__col-liquid .col--image figcaption {
    font-size: 13px;
    margin-top: 10px;
  }
}

.m-solution__col-liquid .col--image img {
  max-width: 100%;
}

@media print,
screen and (min-width: 768px) {
  .m-solution__col-liquid .col--text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

@media print,
screen and (min-width: 768px) {
  .m-solution__text {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .m-solution__text {
    margin-top: 20px;
  }
}

.m-solution__text p {
  color: #333;
  line-height: 1.8;
}

@media print,
screen and (min-width: 768px) {
  .m-solution__text p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .m-solution__text p {
    font-size: 14px;
  }
}

@media print,
screen and (min-width: 768px) {
  .m-solution__text p+p {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .m-solution__text p+p {
    margin-top: 20px;
  }
}

/*
  テーブル
------------------------------------------------------------------------------*/
.m-solution__table {
  margin-top: 30px;
}

.m-solution__table table {
  border-collapse: collapse;
  line-height: 1.5;
  width: 100%;
}

.m-solution__table table th {
  width: 25%;
  vertical-align: top;
  background-color: #f0f0f0;
  border: 1px solid #d1d1d1;
  font-weight: bold;
  color: #222;
}

@media print,
screen and (min-width: 768px) {
  .m-solution__table table th {
    padding: 15px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .m-solution__table table th {
    padding: 10px 5px;
  }
}

.m-solution__table table td {
  width: 75%;
  vertical-align: top;
  border: 1px solid #d1d1d1;
}

@media print,
screen and (min-width: 768px) {
  .m-solution__table table td {
    padding: 15px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .m-solution__table table td {
    padding: 10px 5px;
  }
}

/*追加*/
/*company-----------------------------------------------------*/
.company-sec {
  background-image: url(../../../solution/bg_rd.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 50px 0 50px;
  margin-top: 70px;
  margin-bottom: -120px;
  text-shadow: 2px 2px 5px #333;
}

.company-sec .sec-ttl {
  margin-bottom: 40px;
}

.company-sec .sec-ttl .ttl {
  color: #fff;
}

.company-sec .sec-ttl .sub {
  color: #fff;
}

.company-sec .company-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 55px;
}

.company-sec .company-content .company-content__main {
  font-size: 42px;
  color: #fff;
}

.company-sec .company-content .company-content__main+.company-content__txt {
  margin-top: 25px;
}

.company-sec .company-content .company-content__txt {
  font-size: 18px;
  color: #fff;
  line-height: 1.8;
  max-width: 673px;
  letter-spacing: 0.04em;
}

.company-sec .company-content .company-link {
  width: 400px;
}

.company-sec .company-content-bottom .company-link .detail-link {
  max-width: 400px;
  border: 2px solid #fff;
  background: none;
  height: 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.company-sec .company-content-bottom .company-link .detail-link span {
  color: #fff;
  font-size: 19px;
  height: 23px;
}

.company-sec .company-content-bottom .company-link .detail-link:after {
  top: 28px;
  background-image: url(/cmn/img/top/icon_arrow_white.png);
}

.company-sec .company-content-bottom .company-link .detail-link:before {
  background-color: #fff;
}

.company-sec .company-content-bottom .company-link .detail-link:hover span {
  color: #333;
}

.company-sec .company-content-bottom .company-link .detail-link:hover:after {
  background-image: url(/cmn/img/top/icon_arrow_black.png);
}

.company-sec .company-link__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.company-sec .company-link__list>li {
  overflow: hidden;
}

.company-sec .company-link__list>li a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  padding-bottom: 8px;
  color: #fff;
  overflow: hidden;
  width: 100%;
}

.company-sec .company-link__list>li a:hover:before {
  animation: lineLink .5s;
  -webkit-animation: lineLink .5s;
  width: 100%;
  border-color: #fff;
}

.company-sec .company-link__list>li a span {
  width: 100%;
}

.company-sec .company-link__list>li a:before {
  content: "";
  position: absolute;
  border-bottom: solid 1px #fff;
  bottom: 0px;
  left: 0px;
  content: "";
  display: block;
  -webkit-transition: .5s;
  transition: .5s;
  width: 100%;
  height: 1px;
}

.company-sec .company-link__list>li a:after {
  content: "";
  background-image: url(/cmn/img/top/icon_arrow_company.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 21px 5px;
  display: block;
  width: 21px;
  height: 5px;
  margin-left: 15px;
}

@media all and (-ms-high-contrast: none) {

  *::-ms-backdrop,
  .company-sec .company-content-bottom .company-link .detail-link span {
    top: 7px;
  }

  *::-ms-backdrop,
  .company-sec .company-link__list>li a {
    padding: 3px 0 5px;
  }

  *::-ms-backdrop,
  .company-sec .company-link__list>li a:after {
    margin-bottom: 3px;
  }

  *::-ms-backdrop,
  .company-sec .company-link__list>li a span {
    width: 90%;
  }
}

@media print,
screen and (min-width: 768px) {
  .company-sec .company-link__list {
    margin-top: 200px;
    margin-right: -35px;
  }

  .company-sec .company-link__list>li {
    min-width: 180px;
    margin-right: 35px;
  }

  .company-sec .company-link__list>li a:after {
    min-width: 21px;
  }
}

@media print,
screen and (max-width: 767px) {
  .company-sec {
    padding: 30px 0 35px;
    margin-top: 50px;
    margin-bottom: -50px;
  }

  .company-sec.csr-sec .sec-ttl {
    margin-bottom: 20px;
  }

  .company-sec .csr-sec {
    background-image: url(/cmn/img/top/bg_company_sp.jpg);
  }

  .company-sec .company-content {
    display: block;
    border: none;
    padding-bottom: 0;
  }

  .company-sec .sec-ttl {
    margin-bottom: 30px;
  }

  .company-sec .company-content .company-link {
    width: 100%;
  }

  .company-sec .company-content-bottom .company-link .detail-link {
    max-width: 280px;
    height: 50px;
    margin-top: 20px;
  }

  .company-sec.csr-sec .company-content-bottom .company-link .detail-link {
    margin-top: 25px;
  }

  .company-sec .company-content-bottom .company-link .detail-link:after {
    top: 20px;
    margin-left: 10px;
  }

  .company-sec .company-content-bottom .company-link .detail-link span {
    font-size: 16px;
    height: 20px;
  }

  .company-sec .company-content .company-content__main {
    font-size: 22px;
  }

  .company-sec .company-content .company-content__main+.company-content__txt {
    margin-top: 15px;
  }

  .company-sec .company-content .company-content__txt {
    font-size: 14px;
  }

  .company-sec .company-link__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
    width: 100%;
  }

  .company-sec .company-link__list>li a {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .company-sec .company-link__list>li a span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .company-sec .company-link__list>li {
    width: calc((100% - 15px) / 2);
  }

  .company-sec .company-link__list>li:nth-child(2n) {
    margin-left: 15px;
  }

  .company-sec .company-link__list>li:nth-child(n+3) {
    margin-top: 22px;
  }

  .company-sec .company-link__list>li a {
    font-size: 13px;
    padding-bottom: 6px;
  }

  .company-sec .company-link__list>li a:after {
    background-size: 17px 4px;
    width: 17px;
    height: 4px;
    margin-left: 5px;
    margin-top: 5px;
  }
}

/*csr-----------------------------------------------------*/
.company-sec.csr-sec {
  padding: 130px 0 165px;
  background-image: url(/cmn/img/top/bg_csr.jpg);
}

@media print,
screen and (min-width: 768px) {
  .company-sec.csr-sec .sec-ttl {
    margin-bottom: 45px;
  }

  .company-sec.csr-sec .company-link__list {
    margin-top: 20px;
  }
}

.company-sec.csr-sec .company-content .company-content__txt {
  font-size: 22px;
}

@media print,
screen and (max-width: 767px) {
  .company-sec.csr-sec {
    background-image: url(/cmn/img/top/bg_csr_sp.jpg);
  }

  .company-sec.csr-sec {
    padding: 50px 0 70px;
  }

  .company-sec.csr-sec .company-content .company-content__txt {
    font-size: 16px;
  }
}

.sec-ttl {
  line-height: 1;
  margin-bottom: 20px;
  display: inline-block;
}

a.sec-ttl {
  position: relative;
  padding-right: 55px;
  overflow: hidden;
}

a.sec-ttl:after {
  content: '';
  position: absolute;
  background-image: url(/cmn/img/top/icon_arrow_head_black.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 39px 9px;
  width: 39px;
  height: 9px;
  bottom: 25px;
  right: 0;
  z-index: 2;
}

a.sec-ttl:before {
  content: '';
  position: absolute;
  left: -100%;
  width: 100%;
  height: 2px;
  bottom: 0;
  background-color: #3e3a39;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

@media print,
screen and (min-width: 768px) {
  a.sec-ttl:hover:before {
    left: 0;
  }
}

a.sec-ttl.white:before {
  background-color: #fff;
}

a.sec-ttl.white:after {
  background-image: url(/cmn/img/top/icon_arrow_head_white.png);
}

.sec-ttl .ttl {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック";
  color: #222;
  font-weight: normal;
  line-height: 1.3;
  font-size: 68px;
  letter-spacing: 0.04em;
}

.sec-ttl .sub {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック";
  color: #848484;
  line-height: 1.3;
  font-size: 17px;
  margin-left: 20px;
}

@media print,
screen and (max-width: 767px) {
  .sec-head .sec-head__link {
    display: none;
  }

  .sec-ttl .ttl {
    font-size: 32px;
  }

  .sec-ttl .sub {
    font-size: 12px;
    margin-left: 10px;
  }

  a.sec-ttl {
    position: relative;
    padding-right: 40px;
  }

  a.sec-ttl:after {
    background-image: url(/cmn/img/top/icon_arrow_head_black_sp.png);
    background-size: 29px 7px;
    width: 29px;
    height: 7px;
    bottom: 14px;
    right: 0;
    z-index: 2;
  }

  a.sec-ttl.white:after {
    background-image: url(/cmn/img/top/icon_arrow_head_white_sp.png);
  }
}

.detail-link {
  position: relative;
  display: block;
  background-color: #fff;
  height: 54px;
  max-width: 280px;
  margin: 0 auto;
  text-align: center;
}

.detail-link span {
  z-index: 3;
  position: absolute;
  height: 20px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 16px;
}

.detail-link: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;
}

.detail-link:after {
  content: '';
  position: absolute;
  background-image: url(/cmn/img/top/icon_arrow_black.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 37px 7px;
  width: 37px;
  height: 7px;
  top: 21px;
  right: 20px;
  z-index: 2;
}

@media print,
screen and (max-width: 767px) {
  .detail-link {
    height: 44px;
    max-width: 220px;
  }

  .detail-link span {
    font-size: 14px;
    height: 18px;
  }

  .detail-link:after {
    background-size: 25px 5px;
    width: 25px;
    height: 5px;
    right: 10px;
    top: 17px;
  }
}

@media print,
screen and (min-width: 768px) {
  .detail-link:hover span {
    color: #fff;
  }

  .detail-link:hover:before {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }

  .detail-link:hover:after {
    background-image: url(/cmn/img/top/icon_arrow_white.png);
  }
}

@media print,
screen and (min-width: 768px) {
  section .sec-inner {
    padding: 0 35px;
    width: 100%;
    max-width: 1700px;
    width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media print,
screen and (min-width: 768px) and (max-width: 1024px) {
  section .sec-inner {
    width: 1024px;
  }
}

@media print,
screen and (max-width: 767px) {
  section {
    padding: 50px 0;
  }

  section .sec-inner {
    padding: 0 10px;
    width: 100%;
  }
}

@media print,
screen and (min-width: 768px) {
  .company-content-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .company-content-bottom .company-link {
    margin-left: 30px;
  }

  .company-content-bottom .detail-link {
    margin: 0;
    width: 350px;
  }
}

@media print,
screen and (max-width: 767px) {
  .company-sec {
    padding: 50px 0 35px;
  }

  .company-content-bottom {
    display: flex;
    flex-wrap: wrap;
    margin-top: 200px;
  }

  .company-content-bottom .company-link__list {
    order: 2;
  }

  .company-content-bottom .company-link {
    order: 1;
    width: 100%;
  }
}