  @charset "UTF-8";
/* theme
============================================= */
/* color */
/* break point
============================================= */
/* common
============================================= */
/* flex */
/* shot flex */
/* css3 */
/* font */
/* icon */
/* Original
============================================= */
.mainBlock {
  position: relative;
  height: 230px;
}

.mainBlock .imgPc,
.mainBlock .imgSp {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
}

.mainBlock .imgSp {
  display: none;
}

.mainBlock .inner {
  height: 100%;
  padding: 70px 0;
}

.mainBlock h1 {
  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;
  background-color: rgba(255, 108, 0, 0.9);
  width: 420px;
  height: 100%;
  margin: 0 auto;
  border-radius: 8px;
  font-weight: 400;
  text-align: center;
}

.mainBlock h1 span {
  display: block;
  line-height: 1;
  color: #fff;
}

.mainBlock h1 .jp {
  font-size: 32px;
  letter-spacing: 0.2em;
}

.mainBlock h1 .en {
  font-family: 'Roboto', sans-serif;
  margin-top: 10px;
  font-size: 13px;
  letter-spacing: 0.2em;
}

.f_business .mainBlock h1 {
  background-color: rgba(95, 87, 187, 0.9);
}

.f_technology .mainBlock h1 {
  background-color: rgba(42, 131, 197, 0.9);
}

.f_ir .mainBlock h1 {
  background-color: rgba(240, 120, 152, 0.9);
}

@media screen and (max-width: 737px) {
  .f_ir .mainBlock h1 {
    width: 240px;
  }
}

.f_achievement .mainBlock h1 {
  background-color: rgba(33, 166, 54, 0.9);
}

.f_news .mainBlock h1 {
  background-color: rgba(101, 189, 226, 0.9);
}

@media screen and (max-width: 737px) {
  .mainBlock {
    position: relative;
    height: 120px;
  }
  .mainBlock .imgPc {
    display: none;
  }
  .mainBlock .imgSp {
    display: block;
  }
  .mainBlock .inner {
    padding: 30px 0;
  }
  .mainBlock h1 {
    width: 170px;
    border-radius: 6px;
  }
  .mainBlock h1 .jp {
    font-size: 16px;
  }
  .mainBlock h1 .en {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    margin-top: 6px;
    font-size: 10px;
  }
}

.langEn .mainBlock h1 .jp {
  padding-left: 0.05em;
  letter-spacing: 0.05em;
}

.indexBlock {
  padding: 50px 0 345px;
}

.indexBlock.hasInBlock {
  padding-top: 0;
}

.indexBlock .inner {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 737px) {
  .indexBlock {
    padding: 30px 15px 65px;
  }
  .indexBlock .inner {
    width: auto;
    margin: 0;
  }
}

.inBlock {
  padding: 50px 0 60px;
}

.inBlock.cWhite {
  background-color: #fff;
}

.f_business .inBlock.cTheme {
  background-color: #efeef8;
}

.f_technology .inBlock.cTheme {
  background-color: #e9f2f9;
}

.f_ir .inBlock.cTheme {
  background-color: #fdf1f4;
}

.f_achievement .inBlock.cTheme {
  background-color: #e8f6eb;
}

.f_news .inBlock.cTheme {
  background-color: #eff8fc;
}

.inBlock.cBase {
  background-color: #f7f8f8;
}

@media screen and (max-width: 737px) {
  .inBlock {
    margin: 0 -15px;
    padding: 25px 15px 30px;
  }
}

.inner > p {
  line-height: 2;
}

@media screen and (max-width: 737px) {
  .inner > p {
    font-size: 12px;
  }
}

.indexListWrap ul {
  margin: 0;
  margin-top: -40px;
  padding: 0;
}

.indexListWrap ul:after {
  content: '';
  display: block;
  clear: both;
  visibility: hidden;
}

.indexListWrap li {
  width: 476px;
  margin-top: 40px;
  float: left;
  list-style: none;
}

.indexListWrap li:nth-child(even) {
  float: right;
}

.indexListWrap li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  height: 268px;
  color: #333;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.indexListWrap li a:hover {
  opacity: 0.7;
}

.indexListWrap li a .imgSp,
.indexListWrap li a .imgPc {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.indexListWrap li a .imgSp {
  display: none;
}

.indexListWrap li a .imgPc {
  width: 266px;
}

.indexListWrap li a .txtWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: left;
  -ms-flex-align: left;
  align-items: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  vertical-align: middle;
  padding: 0 15px 0 30px;
}

.indexListWrap li a .txtWrap .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: auto;
  margin: 0;
  margin-bottom: 18px;
  padding-bottom: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.38;
}

.indexListWrap li a .txtWrap .title:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 75px;
  height: 0;
  border-bottom: 3px solid #ff6c00;
}

.indexListWrap li a .txtWrap .txt {
  margin: 0;
  font-size: 13px;
  line-height: 1.68;
}

.indexListWrap.center ul {
  margin-top: 0;
}

.indexListWrap.center li {
  margin-left: auto;
  margin-right: auto;
  float: none;
}

@media screen and (max-width: 737px) {
  .indexListWrap ul {
    margin-top: 0;
  }
  .indexListWrap li {
    width: auto;
    margin-top: 0;
    float: none;
  }
  .indexListWrap li:nth-child(even) {
    float: none;
  }
  .indexListWrap li + li {
    margin-top: 15px;
  }
  .indexListWrap li a {
    display: block;
    height: auto;
  }
  .indexListWrap li a > div {
    display: block;
  }
  .indexListWrap li a .imgSp,
  .indexListWrap li a .imgPc {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .indexListWrap li a .imgSp {
    display: block;
    height: 134px;
  }
  .indexListWrap li a .imgPc {
    display: none;
  }
  .indexListWrap li a .txtWrap {
    display: block;
    padding: 20px 25px;
  }
  .indexListWrap li a .txtWrap .title {
    display: block;
    height: auto;
    margin-bottom: 10px;
    padding-bottom: 8px;
    font-size: 14px;
    line-height: 1.5;
  }
  .indexListWrap li a .txtWrap .txt {
    font-size: 12px;
    line-height: 1.75;
  }
}

.langEn .indexListWrap li a .txtWrap .txt {
  font-size: 12px;
}

.f_business .indexListWrap li a .txtWrap .title:after {
  border-bottom-color: #5f57bb;
}

.f_technology .indexListWrap li a .txtWrap .title:after {
  border-bottom-color: #2a83c5;
}

.f_ir .indexListWrap li a .txtWrap .title:after {
  border-bottom-color: #f07898;
}

.f_achievement .indexListWrap li a .txtWrap .title:after {
  border-bottom-color: #21a636;
}

.blackBtnListWrap ul {
  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;
  margin: 0;
  margin-top: 64px;
  margin-left: -16px;
  padding: 0;
}

.blackBtnListWrap ul li {
  width: 238px;
  margin-top: 16px;
  margin-left: 16px;
  list-style: none;
}

.blackBtnListWrap ul li a {
  display: block;
  background-color: #333;
  position: relative;
  padding: 18px 0;
  font-size: 14px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.blackBtnListWrap ul li a:after {
  content: '';
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #ff6c00;
  border-bottom: 2px solid #ff6c00;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 10px;
  top: 50%;
  margin-top: -4px;
  right: 20px;
}

.blackBtnListWrap ul li a:hover {
  background-color: #ff6c00;
}

.blackBtnListWrap ul li a:hover:after {
  border-bottom-color: #fff;
  border-right-color: #fff;
}

@media screen and (max-width: 737px) {
  .blackBtnListWrap ul {
    display: block;
    margin: 30px 25px 0;
  }
  .blackBtnListWrap ul li {
    width: auto;
    margin: 0;
    list-style: none;
  }
  .blackBtnListWrap ul li + li {
    margin-top: 30px;
  }
}

.blackImgBtnListWrap ul {
  width: 786px;
  margin: 40px auto 60px;
  padding: 0;
}

.blackImgBtnListWrap ul:after {
  content: '';
  display: block;
  clear: both;
  visibility: hidden;
}

.blackImgBtnListWrap ul li {
  width: 368px;
  margin-top: 20px;
  list-style: none;
}

.blackImgBtnListWrap ul li:nth-child(odd) {
  float: left;
}

.blackImgBtnListWrap ul li:nth-child(even) {
  float: right;
}

.blackImgBtnListWrap ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #333;
  position: relative;
  font-size: 14px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  /*&:hover {
					background-color: $mainColor;

					&:after {
						border-right-color: #fff;
						border-bottom-color: #fff;
					}
				}*/
}

.blackImgBtnListWrap ul li a:after {
  content: '';
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #ff6c00;
  border-bottom: 2px solid #ff6c00;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 10px;
  top: 50%;
  margin-top: -4px;
  right: 20px;
}

.blackImgBtnListWrap ul li a > div {
  padding: 18px 0;
}

.blackImgBtnListWrap ul li a .img {
  -ms-flex-preferred-size: 140px;
  flex-basis: 140px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 140px;
}

.blackImgBtnListWrap ul li a .txt {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

@media screen and (max-width: 737px) {
  .blackImgBtnListWrap ul {
    width: auto;
    margin: 30px auto 30px;
    padding: 0;
  }
  .blackImgBtnListWrap ul li {
    width: auto;
    margin-top: 0;
  }
  .blackImgBtnListWrap ul li + li {
    margin-top: 15px;
  }
  .blackImgBtnListWrap ul li:nth-child(odd),
  .blackImgBtnListWrap ul li:nth-child(even) {
    float: none;
  }
  .blackImgBtnListWrap ul li a {
    font-size: 12px;
  }
  .blackImgBtnListWrap ul li a > div {
    padding: 20px 0;
  }
  .blackImgBtnListWrap ul li a .img {
    -ms-flex-preferred-size: 106px;
    flex-basis: 106px;
    width: 106px;
  }
}

/* heading
---------------------------------------------------------------------------------- */
/* underlineHd01 ÏÂŒÓ¤È¥µ¥¤¥º¤¬ß`¤¦ */
.underlineHd01 {
  position: relative;
  margin: 100px 0 40px;
  padding-bottom: 15px;
  padding-left: 0.3em;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-align: center;
}

.underlineHd01:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 116px;
  height: 0;
  margin-left: -58px;
  border-top: 4px solid #ff6c00;
}

.inBlock .underlineHd01 {
  margin-top: 0;
}

@media screen and (max-width: 737px) {
  .underlineHd01 {
    margin: 50px 0 20px;
    padding-bottom: 10px;
    font-size: 17px;
  }
  .underlineHd01:after {
    width: 90px;
    margin-left: -45px;
    border-top-width: 3px;
  }
}

.flex-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 737px) {
  .flex-title {
    display: block;
  }
}

.flex-title .hd01-icons--float {
  position: absolute;
  top: 0;
  right: 25%;
}

@media screen and (max-width: 737px) {
  .flex-title .hd01-icons--float {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: unset;
  }
}

.hd01-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 12px;
}

@media screen and (max-width: 737px) {
  .hd01-icons {
    margin-top: 10px;
    margin-left: 0;
  }
}

.hd01-icons img {
  display: block;
  width: 42px;
  margin: 0 4px;
}

.f_business .underlineHd01:after {
  border-top-color: #5f57bb;
}

.f_technology .underlineHd01:after {
  border-top-color: #2a83c5;
}

.f_ir .underlineHd01:after {
  border-top-color: #f07898;
}

.f_achievement .underlineHd01:after {
  border-top-color: #21a636;
}

.langEn .underlineHd01 {
  padding-left: 0.1em;
  letter-spacing: 0.1em;
}

.boldHd01 {
  margin: 30px 0;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 737px) {
  .boldHd01 {
    margin: 20px 0;
    font-size: 14px;
  }
}

/* ir TOP */
.underlineHd02 {
  margin: 50px 0 20px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
  font-size: 24px;
  font-weight: 500;
}

@media screen and (max-width: 737px) {
  .underlineHd02 {
    margin-top: 45px;
    font-size: 21px;
  }
}

.underlineHd03 {
  margin: 50px 0 20px;
  padding-bottom: 6px;
  border-bottom: 1px solid #ccc;
  font-size: 20px;
  font-weight: 500;
}

@media screen and (max-width: 737px) {
  .underlineHd03 {
    margin: 45px 0 20px;
    font-size: 20px;
  }
}

.colorHd01 {
  margin: 50px 0 10px;
  font-size: 20px;
  font-weight: 500;
  color: #ff6c00;
}

@media screen and (max-width: 737px) {
  .colorHd01 {
    margin: 45px 0 10px;
    font-size: 17px;
  }
}

/* p
---------------------------------------------------------------------------------- */
.block .pageDesc {
  margin: 0 0 50px;
  font-size: 16px;
  line-height: 1.75;
}

.block .pageDesc.middleSize {
  width: 800px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 737px) {
  .block .pageDesc {
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 2;
  }
  .block .pageDesc.middleSize {
    width: auto;
  }
}

/* Btn
---------------------------------------------------------------------------------- */
/* centerBtn01Wrap */
.centerBtn01Wrap {
  margin: 60px 0;
}

.centerBtn01Wrap:last-child {
  margin-bottom: 0;
}

.centerBtn01Wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  position: relative;
  width: 398px;
  height: 58px;
  margin: 0 auto;
  border: 1px solid #ff6c00;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #333;
  text-align: center;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.centerBtn01Wrap a:hover {
  opacity: 0.7;
}

.centerBtn01Wrap a:after {
  content: '';
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #ff6c00;
  border-bottom: 2px solid #ff6c00;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 10px;
  top: 50%;
  margin-top: -4px;
  right: 30px;
}

@media screen and (max-width: 737px) {
  .centerBtn01Wrap {
    margin: 25px 0;
  }
  .centerBtn01Wrap:last-child {
    margin-bottom: 0;
  }
  .centerBtn01Wrap a {
    display: block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 14px 0;
    font-size: 13px;
    line-height: 1.5;
  }
  .centerBtn01Wrap a:after {
    right: 10px;
    width: 6px;
    height: 6px;
    margin-top: -3px;
  }
}

.f_business .centerBtn01Wrap a {
  border-color: #5f57bb;
}

.f_business .centerBtn01Wrap a:after {
  border-bottom-color: #5f57bb;
  border-right-color: #5f57bb;
}

.f_technology .centerBtn01Wrap a {
  border-color: #2a83c5;
}

.f_technology .centerBtn01Wrap a:after {
  border-bottom-color: #2a83c5;
  border-right-color: #2a83c5;
}

.f_ir .centerBtn01Wrap a {
  border-color: #f07898;
}

.f_ir .centerBtn01Wrap a:after {
  border-bottom-color: #f07898;
  border-right-color: #f07898;
}

.f_achievement .centerBtn01Wrap a {
  border-color: #21a636;
}

.f_achievement .centerBtn01Wrap a:after {
  border-bottom-color: #21a636;
  border-right-color: #21a636;
}

.f_news .centerBtn01Wrap a {
  border-color: #65bde2;
}

.f_news .centerBtn01Wrap a:after {
  border-bottom-color: #65bde2;
  border-right-color: #65bde2;
}

.blackBtn01Wrap {
  margin: 60px 0;
}

.blackBtn01Wrap:last-child {
  margin-bottom: 0;
}

.blackBtn01Wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #333;
  position: relative;
  width: 398px;
  height: 78px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.blackBtn01Wrap a:after {
  content: '';
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #ff6c00;
  border-bottom: 2px solid #ff6c00;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 10px;
  top: 50%;
  margin-top: -4px;
  right: 20px;
}

@media screen and (max-width: 737px) {
  .blackBtn01Wrap {
    margin: 25px 0;
  }
  .blackBtn01Wrap:last-child {
    margin-bottom: 0;
  }
  .blackBtn01Wrap a {
    display: block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 14px 0;
    font-size: 13px;
    line-height: 1.5;
  }
  .blackBtn01Wrap a:after {
    content: '';
    position: absolute;
    display: block;
    width: 6px;
    height: 6px;
    border-right: 2px solid #ff6c00;
    border-bottom: 2px solid #ff6c00;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 10px;
    top: 50%;
    margin-top: -3px;
    right: 10px;
  }
}

/* topicsListWrap
---------------------------------------------------------------------------------- */
.topicsListWrap {
  background-color: #fff;
  margin: 30px 0 0;
}

.topicsListWrap dl {
  padding: 20px 50px 40px;
}

.topicsListWrap dt {
  width: 100px;
  margin-top: 20px;
  font-size: 14px;
  clear: both;
  float: left;
}

.topicsListWrap dd {
  margin-top: 20px;
  margin-left: 102px;
  font-size: 14px;
}

@media screen and (max-width: 737px) {
  .topicsListWrap {
    margin: 20px 0 0;
  }
  .topicsListWrap dl {
    padding: 1px 20px 20px;
  }
  .topicsListWrap dt {
    width: auto;
    margin-top: 20px;
    font-size: 12px;
    float: none;
  }
  .topicsListWrap dd {
    margin-top: 4px;
    margin-left: 0;
    font-size: 12px;
    line-height: 2;
  }
}

/* grayLinkListWrap */
.grayLinkListWrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  margin: -20px -10px 0;
  padding: 0;
}

.grayLinkListWrap ul li {
  width: 320px;
  margin: 20px 10px 0;
  list-style: none;
}

.grayLinkListWrap ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #efefef;
  position: relative;
  height: 100px;
  padding: 0 20px;
  font-size: 16px;
  color: #333;
  text-decoration: none;
}

.grayLinkListWrap ul li a:after {
  content: '';
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #ff6c00;
  border-bottom: 2px solid #ff6c00;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 10px;
  top: 50%;
  margin-top: -4px;
  right: 20px;
}

@media screen and (max-width: 737px) {
  .grayLinkListWrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    margin: 0 0 0;
    padding: 0;
  }
  .grayLinkListWrap ul li {
    width: 100%;
    margin: 0;
    list-style: none;
  }
  .grayLinkListWrap ul li + li {
    margin-top: 10px;
  }
  .grayLinkListWrap ul li a {
    height: 58px;
    padding: 0 18px;
    font-size: 14px;
  }
}

/* ir top */
.iconLinkListWrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  margin: -20px -10px 0;
  padding: 0;
}

.iconLinkListWrap ul li {
  width: 320px;
  margin: 20px 10px 0;
  list-style: none;
}

.iconLinkListWrap ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  position: relative;
  height: 100px;
  padding: 0 20px;
  font-size: 16px;
  color: #333;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.iconLinkListWrap ul li a:hover {
  opacity: 0.7;
}

.iconLinkListWrap ul li a:after {
  content: '';
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #f07898;
  border-bottom: 2px solid #f07898;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 10px;
  top: 50%;
  margin-top: -4px;
  right: 20px;
}

.iconLinkListWrap ul li a .icon {
  margin-right: 15px;
}

@media screen and (max-width: 737px) {
  .iconLinkListWrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    margin: 0 0 0;
    padding: 0;
  }
  .iconLinkListWrap ul li {
    width: 100%;
    margin: 0;
    list-style: none;
  }
  .iconLinkListWrap ul li + li {
    margin-top: 10px;
  }
  .iconLinkListWrap ul li a {
    height: 58px;
    padding: 0 18px;
    font-size: 14px;
  }
  .iconLinkListWrap ul li a .icon {
    width: 35px;
  }
}

.irNewsWrap {
  padding: 0 30px;
}

.irNewsWrap ul {
  margin: 0;
  padding: 0;
}

.irNewsWrap ul li {
  font-size: 15px;
  line-height: 1.71;
  list-style: none;
}

.irNewsWrap ul li + li {
  margin-top: 16px;
}

.irNewsWrap ul li span {
  display: inline-block;
  vertical-align: middle;
}

.irNewsWrap ul li .date {
  width: 100px;
}

.irNewsWrap ul li .cat {
  width: 120px;
  margin-right: 10px;
  font-size: 13px;
  line-height: 1.9;
  color: #fff;
  text-align: center;
}

.irNewsWrap ul li .cat01 {
  background-color: #63b3d6;
}

.irNewsWrap ul li .cat02 {
  background-color: #a37cb9;
}

.irNewsWrap ul li .cat03 {
  background-color: #f07898;
}

.irNewsWrap ul li .txt {
  vertical-align: middle;
  line-height: 1.71;
  color: #333;
  text-decoration: none;
}

.irNewsWrap ul li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 737px) {
  .irNewsWrap {
    padding: 20px;
  }
  .irNewsWrap ul li {
    font-size: 12px;
    line-height: 2;
  }
  .irNewsWrap ul li .date {
    width: 76px;
  }
  .irNewsWrap ul li .cat {
    width: 120px;
    margin-right: 0;
    font-size: 12px;
    line-height: 2;
  }
  .irNewsWrap ul li .txt {
    display: block;
    color: #333;
    text-decoration: none;
  }
}

/* unique layout
---------------------------------------------------------------------------------- */
.businessIndexWrap01 {
  background-color: rgba(95, 87, 187, 0.4);
  position: relative;
  width: auto;
  margin: 50px auto 0;
  padding: 95px 40px;
  border-radius: 10px;
}

.businessIndexWrap01:after {
  content: '';
  display: block;
  clear: both;
  visibility: hidden;
}

.businessIndexWrap01 .bgImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('/common_rwd/img/business/index/index_bg_01.png');
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 30px;
  bottom: 29px;
  left: 50%;
  width: 290px;
  height: auto;
  margin-left: -145px;
  padding-left: 0.4em;
  font-size: 30px;
  letter-spacing: 0.4em;
  color: #fff;
}

.businessIndexWrap01 dl {
  background-color: #fff;
  position: relative;
  width: 400px;
  margin: 0;
  padding: 12px 16px;
  border-radius: 10px;
}

.businessIndexWrap01 dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  width: 238px;
  height: 100%;
  padding-left: 0.2em;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.44;
  letter-spacing: 0.2em;
  color: #ff6c00;
  text-align: center;
}

.businessIndexWrap01 dl dd {
  background-color: #ff6c00;
  width: 146px;
  margin: 0;
  padding: 9px 0;
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.businessIndexWrap01 dl dd + dd {
  margin-top: 4px;
}

.businessIndexWrap01 dl.left {
  background-color: #eaf5ff;
  float: left;
}

.businessIndexWrap01 dl.left dt {
  left: 0;
  color: #39f;
}

.businessIndexWrap01 dl.left dd {
  background-color: #39f;
  margin-left: 222px;
}

.businessIndexWrap01 dl.right {
  background-color: #fef4e5;
  float: right;
}

.businessIndexWrap01 dl.right dt {
  right: 0;
  color: #f39800;
}

.businessIndexWrap01 dl.right dd {
  background-color: #f39800;
  margin-right: 222px;
}

@media screen and (max-width: 737px) {
  .businessIndexWrap01 {
    width: auto;
    margin: 15px auto 30px;
    padding: 10px;
  }
  .businessIndexWrap01 .bgImg {
    background-image: url('/common_rwd/img/business/index/index_bg_01_sp.png');
    background-size: 204px 193px;
    top: 50%;
    bottom: auto;
    left: 50%;
    width: 202px;
    height: 193px;
    margin-top: -96px;
    margin-left: -102px;
    font-size: 17px;
  }
  .businessIndexWrap01 dl {
    background-color: rgba(255, 255, 255, 0.8);
    width: 208px;
    margin: 0 auto;
    padding: 6px 8px;
  }
  .businessIndexWrap01 dl dt {
    width: 118px;
    font-size: 12px;
    line-height: 1.33;
  }
  .businessIndexWrap01 dl dd {
    width: 82px;
    padding: 3px 0;
    font-size: 12px;
  }
  .businessIndexWrap01 dl dd + dd {
    margin-top: 2px;
  }
  .businessIndexWrap01 dl.left {
    float: none;
  }
  .businessIndexWrap01 dl.left dt {
    left: 0;
  }
  .businessIndexWrap01 dl.left dd {
    margin-left: 110px;
  }
  .businessIndexWrap01 dl.right {
    margin-top: 78px;
    float: none;
  }
  .businessIndexWrap01 dl.right dt {
    left: 0;
    right: auto;
  }
  .businessIndexWrap01 dl.right dd {
    margin-left: 110px;
    margin-right: 0;
  }
}

/* catGroupListWrap technology */
.catGroupListWrap {
  margin: 30px 0 60px;
}

.catGroupListWrap .catPosts {
  margin: 40px 0;
}

.catGroupListWrap .catPosts dl {
  background-color: #fff;
  margin: 0;
}

.catGroupListWrap .catPosts dt {
  background-color: #85c2ff;
  position: relative;
  padding: 11px 0;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}

.catGroupListWrap .catPosts dt .txt {
  display: inline-block;
  padding-left: 0.3em;
  letter-spacing: 0.3em;
}

.catGroupListWrap .catPosts dd {
  background-color: #fff;
  margin: 0;
}

.catGroupListWrap .catPosts dd ul {
  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;
  margin: 0;
  padding: 0;
  padding: 1px 50px 50px 2px;
}

.catGroupListWrap .catPosts dd ul li {
  width: 268px;
  margin-top: 50px;
  margin-left: 48px;
  list-style: none;
}

.catGroupListWrap .catPosts dd ul li a {
  display: block;
  background-color: #fff;
  color: #333;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.catGroupListWrap .catPosts dd ul li a:hover {
  opacity: 0.7;
}

.catGroupListWrap .catPosts dd ul li .img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 0;
  padding-top: 74.6%;
}

.catGroupListWrap .catPosts dd ul li .txt {
  /*@include flex;
						@include f-ai(center);
						height: 60px;
						font-size: 14px;
						font-weight: 500;
						padding: 0 20px;
						padding-left: 0;
						position: relative;
						&:after {
							@include borderArrowRight($mainColor, 8px);
							right: 20px
						}*/
  display: inline-block;
  position: relative;
  margin-top: 12px;
  margin-bottom: 0;
  padding-right: 26px;
  letter-spacing: 0.1em;
}

.catGroupListWrap .catPosts dd ul li .txt:after {
  content: '';
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  border-right: 2px solid #ff6c00;
  border-bottom: 2px solid #ff6c00;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 10px;
  top: 50%;
  margin-top: -3px;
  right: 0;
}

@media screen and (max-width: 737px) {
  .catGroupListWrap {
    margin: 20px 0 25px;
  }
  .catGroupListWrap .catPosts {
    margin: 20px 0;
  }
  .catGroupListWrap .catPosts dt {
    padding: 11px 20px;
    font-size: 13px;
    text-align: left;
  }
  .catGroupListWrap .catPosts dt .txt {
    padding-left: 0;
  }
  .catGroupListWrap .catPosts dd ul {
    display: block;
    padding: 10px 20px;
  }
  .catGroupListWrap .catPosts dd ul li {
    width: auto;
    margin-top: 15px;
    margin-left: 0;
  }
  .catGroupListWrap .catPosts dd ul li .img {
    padding-top: 62%;
  }
  .catGroupListWrap .catPosts dd ul li .txt {
    position: relative;
    margin-top: 6px;
    margin-bottom: 0;
    padding-right: 17px;
    /*display: block;
							height: auto;
							font-size: 12px;
							padding: 13px 15px;
							padding-left: 0;
							&:after {
								@include borderArrowRight($mainColor, 6px);
								right: 15px
							}*/
    font-size: 12px;
  }
}

/* IR unique layout
---------------------------------------------------------------------------------- */
.irIndexWrap .slideRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.irIndexWrap .slideRow .box {
  float: none;
}

.irIndexWrap .slideRow .left {
  width: 690px;
}

.irIndexWrap .slideRow .right {
  width: 240px;
  margin-left: 70px;
}

.irIndexWrap .iconBlank {
  background-image: url(/common_rwd/img/icon/icon_blank_02.png);
  background-size: 10px;
  background-position: center right;
  background-repeat: no-repeat;
  padding-right: 16px;
}

@media screen and (max-width: 737px) {
  .irIndexWrap .slideRow {
    display: block;
  }
  .irIndexWrap .slideRow .left {
    width: auto;
    float: none;
  }
  .irIndexWrap .slideRow .right {
    width: auto;
    margin-top: 45px;
    margin-left: 0;
    float: none;
  }
}

.langEn .irIndexWrap .slideRow .slideWrap {
  margin-bottom: 0;
}

.irIndexWrap .slideRow .box.left {
  position: relative;
}

.irIndexWrap .slideRow .slideWrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  margin-bottom: 14px;
}

.irIndexWrap .slideRow .slideWrap .slick-track {
  height: 100%;
}

.irIndexWrap .slideRow .slideWrap .slick-list {
  height: 100%;
  overflow: hidden;
}

.irIndexWrap .slideRow .slideWrap .item {
  width: 100%;
  height: 100%;
}

.irIndexWrap .slideRow .slideWrap .item a {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  font-size: 36px;
  line-height: 1.66;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.irIndexWrap .slideRow .slideWrap .item a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}

.irIndexWrap .slideRow .slideWrap .slick-dots {
  position: absolute;
  bottom: -14px;
  left: 0;
  right: 0;
  width: auto;
  height: 4px;
  margin: 0;
  padding: 0;
  font-size: 0;
  text-align: center;
}

.irIndexWrap .slideRow .slideWrap .slick-dots li {
  display: inline-block;
  width: 60px;
  height: 100%;
}

.irIndexWrap .slideRow .slideWrap .slick-dots li + li {
  margin-left: 10px;
}

.irIndexWrap .slideRow .slideWrap .slick-dots li button {
  display: block;
  background-color: #bfbfbf;
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
}

.irIndexWrap .slideRow .slideWrap .slick-dots li.slick-active button {
  background-color: #f07898;
}

.irIndexWrap .slideRow .slideWrap .slick-arrow {
  background: none;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 40px;
  margin-top: -10px;
  border: none;
  font-size: 0;
  z-index: 1;
}

.irIndexWrap .slideRow .slideWrap .slick-arrow:after {
  -webkit-transform-origin: center center;
  transform-origin: center center;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
}

.irIndexWrap .slideRow .slideWrap .slick-prev {
  left: 20px;
}

.irIndexWrap .slideRow .slideWrap .slick-prev:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 3px;
}

.irIndexWrap .slideRow .slideWrap .slick-next {
  right: 20px;
}

.irIndexWrap .slideRow .slideWrap .slick-next:after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  right: 3px;
}

@media screen and (max-width: 737px) {
  .irIndexWrap .slideRow .slideWrap {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    height: 100%;
    margin-bottom: 15px;
  }
  .irIndexWrap .slideRow .slideWrap .slick-list {
    position: relative;
    height: 0;
    padding-top: 66.6%;
    overflow: hidden;
  }
  .irIndexWrap .slideRow .slideWrap .slick-list .slick-track {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
  }
  .irIndexWrap .slideRow .slideWrap .item {
    width: 100%;
    height: 100%;
  }
  .irIndexWrap .slideRow .slideWrap .item a {
    height: 100%;
    font-size: 18px;
  }
  .irIndexWrap .slideRow .slideWrap .slick-dots {
    bottom: -15px;
  }
  .irIndexWrap .slideRow .slideWrap .slick-dots li {
    width: 50px;
  }
  .irIndexWrap .slideRow .slideWrap .slick-dots li + li {
    margin-left: 6px;
  }
  .irIndexWrap .slideRow .slideWrap .slick-arrow {
    width: 10px;
    height: 20px;
    margin-top: -10px;
  }
  .irIndexWrap .slideRow .slideWrap .slick-arrow:after {
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
  }
  .irIndexWrap .slideRow .slideWrap .slick-prev {
    left: 10px;
  }
  .irIndexWrap .slideRow .slideWrap .slick-next {
    right: 10px;
  }
}

.irIndexWrap .slideRow .sideBox {
  position: relative;
  padding: 24px 30px;
  border: 1px solid #ccc;
}

.irIndexWrap .slideRow .sideBox:after {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  width: auto;
  height: 0;
  border-top: 4px solid #f07898;
}

.irIndexWrap .slideRow .sideBox + .sideBox {
  margin-top: 20px;
}

.irIndexWrap .slideRow .sideBox p {
  margin: 0;
}

.irIndexWrap .slideRow .sideBox .linkP {
  padding-top: 6px;
  line-height: 1;
}

.irIndexWrap .slideRow .sideBox .linkP a {
  display: inline-block;
  background-image: url(/common_rwd/img/icon/icon_blank_02.png);
  background-size: 10px 10px;
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 20px;
  font-size: 20px;
  line-height: 1.2;
  color: #f07898;
  text-decoration: none;
}

.irIndexWrap .slideRow .sideBox .linkP a:hover {
  text-decoration: underline;
}

.irIndexWrap .slideRow .sideBox dl {
  margin: 0;
}

.irIndexWrap .slideRow .sideBox dl dt {
  margin-bottom: 6px;
  font-size: 16px;
}

.irIndexWrap .slideRow .sideBox dl dd {
  margin: 0;
}

.irIndexWrap .slideRow .sideBox dl dd ul {
  margin: 0;
  padding: 0;
}

.irIndexWrap .slideRow .sideBox dl dd ul li {
  list-style: none;
}

.irIndexWrap .slideRow .sideBox dl dd ul li + li {
  margin-top: 8px;
}

.irIndexWrap .slideRow .sideBox dl dd ul li a {
  display: inline-block;
  background-image: url(/common_rwd/img/icon/icon_pdf_01.png);
  background-size: 24px;
  background-position: 2px left;
  background-repeat: no-repeat;
  padding-left: 28px;
  word-break: break-all;
}

.irIndexWrap .slideRow .sideBox dl .btnWrap {
  margin: 10px -10px -10px;
}

.irIndexWrap .slideRow .sideBox dl .btnWrap a {
  display: block;
  background-image: url(/common_rwd/img/icon/icon_zip_01.png);
  background-size: 18px 25px;
  background-position: 12px center;
  background-repeat: no-repeat;
  background-color: rgba(240, 120, 152, 0.1);
  position: relative;
  padding: 8px;
  padding-left: 48px;
  color: #333;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.irIndexWrap .slideRow .sideBox dl .btnWrap a:hover {
  opacity: 0.7;
}

.irIndexWrap .slideRow .sideBox dl .btnWrap a:after {
  content: '';
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  border-right: 2px solid #f07898;
  border-bottom: 2px solid #f07898;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 10px;
  top: 50%;
  margin-top: -3px;
}

@media screen and (max-width: 737px) {
  .irIndexWrap .slideRow .sideBox {
    padding: 26px 20px 20px;
  }
  .irIndexWrap .slideRow .sideBox + .sideBox {
    margin-top: 20px;
  }
  .irIndexWrap .slideRow .sideBox .linkP {
    padding-top: 4px;
  }
  .irIndexWrap .slideRow .sideBox .linkP a {
    font-size: 20px;
  }
  .irIndexWrap .slideRow .sideBox dl {
    margin: 0;
  }
  .irIndexWrap .slideRow .sideBox dl dt {
    margin-bottom: 6px;
    font-size: 16px;
  }
  .irIndexWrap .slideRow .sideBox dl dd ul li {
    list-style: none;
  }
  .irIndexWrap .slideRow .sideBox dl dd ul li + li {
    margin-top: 8px;
  }
  .irIndexWrap .slideRow .sideBox dl dd ul li a {
    display: inline-block;
    background-image: url(/common_rwd/img/icon/icon_pdf_01.png);
    background-size: 24px;
    background-position: 2px left;
    background-repeat: no-repeat;
    padding-left: 28px;
  }
  .irIndexWrap .slideRow .sideBox dl .btnWrap {
    margin: 10px 0 0;
  }
  .irIndexWrap .slideRow .sideBox dl .btnWrap a {
    display: block;
    background-image: url(/common_rwd/img/icon/icon_zip_01.png);
    background-size: 18px 25px;
    background-position: 12px center;
    background-repeat: no-repeat;
    position: relative;
    padding: 19px;
    padding-left: 48px;
    color: #333;
    text-decoration: none;
  }
  .irIndexWrap .slideRow .sideBox dl .btnWrap a:after {
    width: 6px;
    height: 6px;
    margin-top: -3px;
  }
}

.irIndexWrap .lastRow {
  padding-bottom: 40px;
}

.irIndexWrap .lastRow a {
  text-decoration: none;
}

.irIndexWrap .lastRow a:hover {
  text-decoration: underline;
}

.irIndexWrap .lastRow .box {
  width: 480px;
}

.irIndexWrap .lastRow .box.left .blank {
  background-image: url(/common_rwd/img/icon/icon_blank_02.png);
  background-size: 10px 10px;
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 20px;
}

.irIndexWrap .lastRow .box.left ul {
  margin: 0;
  margin-left: -50px;
  padding: 0;
}

.irIndexWrap .lastRow .box.left ul li {
  display: inline-block;
  margin-left: 50px;
  padding: 0;
  font-size: 16px;
  list-style: none;
}

.irIndexWrap .lastRow .cell {
  width: 50%;
}

.irIndexWrap .lastRow .box.right dl {
  margin: 0;
}

.irIndexWrap .lastRow .box.right dl:after {
  content: '';
  display: block;
  clear: both;
  visibility: hidden;
}

.irIndexWrap .lastRow .box.right dl dt {
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 400;
}

.irIndexWrap .lastRow .box.right dl dd {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
}

@media screen and (max-width: 737px) {
  .irIndexWrap .lastRow {
    padding-bottom: 0;
  }
  .irIndexWrap .lastRow .box {
    width: auto;
    float: none;
  }
  .irIndexWrap .lastRow .cell {
    width: auto;
    float: none;
  }
  .irIndexWrap .lastRow .box.left ul {
    margin-left: 0;
  }
  .irIndexWrap .lastRow .box.left ul li {
    display: block;
    margin-left: 0;
    font-size: 14px;
    line-height: 1.8;
  }
  .irIndexWrap .lastRow .box.right dl dt {
    margin-bottom: 4px;
    font-size: 14px;
  }
  .irIndexWrap .lastRow .box.right dl dd {
    font-size: 12px;
  }
  .irIndexWrap .lastRow .box.right .cell.right {
    margin-top: 10px;
  }
}

.irIndexWrap .dsFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 820px;
  margin: 0 auto;
}

@media screen and (max-width: 737px) {
  .irIndexWrap .dsFlex {
    display: block;
    width: auto;
  }
}

.irIndexWrap .dlFlex {
  margin-bottom: 50px;
}

@media screen and (max-width: 737px) {
  .irIndexWrap .dlFlex {
    margin-bottom: 20px;
  }
}

.irIndexWrap .dlFlex .left {
  width: 400px;
  margin-right: 20px;
}

.irIndexWrap .dlFlex .left a {
  display: block;
  background-size: cover;
  height: 100%;
  text-decoration: none;
}

.irIndexWrap .dlFlex .left a .txtWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  font-size: 18px;
  line-height: 36px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.irIndexWrap .dlFlex .left a .icon {
  display: inline-block;
  margin-left: 28px;
}

.irIndexWrap .dlFlex .left a:hover .txtWrap {
  background-color: rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 737px) {
  .irIndexWrap .dlFlex .left {
    width: auto;
    height: 60px;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .irIndexWrap .dlFlex .left a .txtWrap {
    font-size: 16px;
    line-height: 1.5;
  }
  .irIndexWrap .dlFlex .left a .icon {
    margin-left: 15px;
  }
  .irIndexWrap .dlFlex .left a .icon img {
    width: 13px;
  }
}

.irIndexWrap .dlFlex .right {
  width: 400px;
  padding-left: 20px;
  border-left: 1px solid #dfdfdf;
}

@media screen and (max-width: 737px) {
  .irIndexWrap .dlFlex .right {
    width: auto;
    padding-top: 20px;
    padding-left: 0;
    border: none;
    border-top: 1px solid #dfdfdf;
  }
}

.irIndexWrap .dlFlex ul {
  margin: 0;
  padding: 0;
}

.irIndexWrap .dlFlex ul li {
  list-style: none;
}

.irIndexWrap .dlFlex ul li + li {
  margin-top: 20px;
}

.irIndexWrap .dlFlex ul li a {
  display: inline-block;
  background-image: url(/common_rwd/img/icon/icon_pdf_01.png);
  background-size: 24px;
  background-position: 2px left;
  background-repeat: no-repeat;
  padding-left: 28px;
  font-size: 16px;
  word-break: break-all;
}

@media screen and (max-width: 737px) {
  .irIndexWrap .dlFlex ul li + li {
    margin-top: 5px;
  }
  .irIndexWrap .dlFlex ul li a {
    font-size: 14px;
  }
}

.irIndexWrap .btnFlex {
  margin-top: 60px;
}

.irIndexWrap .btnFlex a {
  display: block;
  position: relative;
  width: 400px;
  padding: 25px 0;
  border: 1px solid #f07898;
  font-size: 18px;
  color: #333;
  text-align: center;
  text-decoration: none;
}

.irIndexWrap .btnFlex a + a {
  margin-left: 20px;
}

.irIndexWrap .btnFlex a + a:after {
  content: '';
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #f07898;
  border-bottom: 2px solid #f07898;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 10px;
  top: 50%;
  margin-top: -4px;
  right: 20px;
}

.irIndexWrap .btnFlex a.blank:after {
  content: '';
  display: block;
  background-image: url(/common_rwd/img/icon/icon_blank_03.png);
  background-size: 12px;
  background-position: center center;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
}

@media screen and (max-width: 737px) {
  .irIndexWrap .btnFlex a {
    width: auto;
    padding: 11px 0;
    font-size: 14px;
  }
  .irIndexWrap .btnFlex a + a {
    margin-top: 20px;
    margin-left: 0;
  }
}

.themeBarHd01 {
  background-color: #ff6c00;
  margin: 60px 0 20px;
  padding: 11px 0;
  padding-left: 0.3em;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.3em;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 737px) {
  .themeBarHd01 {
    margin: 40px 0 20px;
    padding: 8px 0;
    font-size: 16px;
  }
}

.f_business .themeBarHd01 {
  background-color: #ff6c00;
}

.f_technology .themeBarHd01 {
  background-color: #2a83c5;
}

.f_ir .themeBarHd01 {
  background-color: #f07898;
}

.f_achievement .themeBarHd01 {
  background-color: #21a636;
}

.f_news .themeBarHd01 {
  background-color: #65bde2;
}

/* business top */
@media screen and (max-width: 737px) {
  .halfBox.right {
    margin-top: 40px;
  }
}

.newsIndexWrap {
  background-color: #fff;
  padding: 30px 20px;
}

@media screen and (max-width: 737px) {
  .newsIndexWrap {
    padding: 20px 10px;
  }
}

.imgBannerLink {
  text-align: center;
}

.imgBannerLink a {
  display: inline-block;
  margin: 0 10px 20px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.imgBannerLink a:hover {
  opacity: 0.7;
}

/* business
---------------------------------------------------------------------------------- */
.f_business .inBlock03 .inner + .inner {
  margin-top: 60px;
}

/* achievement
---------------------------------------------------------------------------------- */
.achievementIndexWrap .mapRow {
  background: url(/common_rwd/img/achievement/index/map_01.png) center top no-repeat;
  position: relative;
  height: 523px;
}

.achievementIndexWrap .mapRow ul {
  list-style: none;
}

.achievementIndexWrap .mapRow ul li {
  position: absolute;
}

.achievementIndexWrap .mapRow ul li a {
  color: #21a636;
  text-decoration: underline;
}

.achievementIndexWrap .mapRow ul li a:hover {
  text-decoration: none;
}

.achievementIndexWrap .mapRow ul .label_hokkaido {
  top: 74px;
  left: 678px;
}

.achievementIndexWrap .mapRow ul .label_tohoku {
  top: 206px;
  left: 626px;
}

.achievementIndexWrap .mapRow ul .label_kanto {
  top: 330px;
  left: 592px;
}

.achievementIndexWrap .mapRow ul .label_chubu {
  top: 330px;
  left: 524px;
}

.achievementIndexWrap .mapRow ul .label_kinki {
  top: 380px;
  left: 472px;
}

.achievementIndexWrap .mapRow ul .label_chugoku {
  top: 390px;
  left: 370px;
}

.achievementIndexWrap .mapRow ul .label_kyushu {
  top: 452px;
  left: 324px;
}

.achievementIndexWrap .mapRow ul .label_overseas {
  top: 118px;
  left: 283px;
}

@media screen and (max-width: 737px) {
  .achievementIndexWrap .mapRow ul {
    margin: 0;
    padding: 0;
  }
  .achievementIndexWrap .mapRow ul li {
    display: inline-block;
    width: calc(50% - 10px);
    margin: 10px 4px 0;
    margin-top: 10px;
    text-align: center;
  }
  .achievementIndexWrap .mapRow ul li a {
    display: block;
    background: #fff;
    position: relative;
    padding: 15px 0;
    letter-spacing: 0.05em;
    color: #333;
    text-decoration: none;
  }
  .achievementIndexWrap .mapRow ul li a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    right: 20px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-bottom: 2px solid #21a636;
    border-right: 2px solid #21a636;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}

@media screen and (max-width: 737px) {
  .achievementIndexWrap .mapRow {
    background: none;
    height: auto;
  }
  .achievementIndexWrap .mapRow .mapRowWrap {
    margin: 0 -5px;
  }
  .achievementIndexWrap .mapRow ul li {
    position: static;
  }
}

.achievementIndexWrap .fieldRow ul {
  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;
  margin: 0;
  margin: 0 -25px;
  padding: 0;
  padding: 0 0 50px;
  -webkit-align-items: stretch;
  -webkit-flex-wrap: wrap;
}

@media screen and (max-width: 737px) {
  .achievementIndexWrap .fieldRow ul {
    display: block;
    margin: 0;
    padding: 0;
  }
}

.achievementIndexWrap .fieldRow ul li {
  width: 300px;
  margin: 50px 25px 0;
  list-style: none;
}

@media screen and (max-width: 737px) {
  .achievementIndexWrap .fieldRow ul li {
    width: auto;
    margin: 15px 0 0;
    font-size: 12px;
  }
}

.achievementIndexWrap .fieldRow ul li a {
  display: block;
  color: #333;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.achievementIndexWrap .fieldRow ul li a:hover {
  opacity: 0.7;
}

.achievementIndexWrap .fieldRow ul li .img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 0;
  padding-top: 54.5%;
}

.achievementIndexWrap .fieldRow ul li .txt {
  display: inline-block;
  position: relative;
  margin: 12px 0 0;
  padding: 0 26px 0 0;
  letter-spacing: 0.1em;
}

.achievementIndexWrap .fieldRow ul li .txt:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  right: 0;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-bottom: 2px solid #ff6c00;
  border-right: 2px solid #ff6c00;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
/*# sourceMappingURL=index.css.map */
/* ////////////////////////////////////////////////////
/////////////////////2022 esg×·¼Ó///////////////////////
/////////////////////////////////////////////////////*/
.f_esg .mainBlock h1 {
  background-color: rgba(126, 190, 86, 0.8);
}
.f_esg .inBlock.cTheme {
  background-color: #fff;
}
.f_esg .indexListWrap li a .txtWrap .title:after {
  border-bottom-color: #7ebe56;
}
.f_esg .underlineHd01:after {
  border-top-color: #7ebe56;
}
.f_esg .centerBtn01Wrap a {
  border-color: #7ebe566;
}
.f_esg .centerBtn01Wrap a:after {
  border-right-color: #7ebe56;
  border-bottom-color: #7ebe56;
}
.f_esg .themeBarHd01 {
  background-color: #7ebe56;
}
.f_esg .inBlock.esgTopbnr {
  padding: 60px 0 60px;
}
.f_esg .esgTopbnr a {
  color: #333;
  text-decoration: none;
}
.f_esg .esgTopbnr a:hover .inner {
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.12);
  opacity: 0.7;
}
.f_esg .esgTopbnr .inner {
  max-width: 840px;
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-between;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  transition: 0.3s;
}
.f_esg .esgTopbnr .esgTopbnr_contetns {
  width: 65%;
  padding: 10px 40px;
}
.f_esg .esgTopbnr .esgTopbnr_contetns .esgTopbnrHd01 {
  font-size: 28px;
  font-weight: 500;
  text-align: center;
}
.f_esg .esgTopbnr .esgTopbnr_contetns p {
  font-size: 13px;
  line-height: 2;
}
.f_esg .esgTopbnr .esgTopbnr_thumb {
  width: 35%;
  background: url('/esg/img/bnr_img_01.png') no-repeat center;
  background-size: cover;
}
.f_esg #e-index {
  background: url('/esg/img/e_bg_01.jpg'), #f0f0f0;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.f_esg #s-index {
  background: url('/esg/img/s_bg_01.jpg'), #e0efd6;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.f_esg #g-index {
  background: url('/esg/img/g_bg_01.jpg'), #f0f0f0;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.f_esg .indexBlock {
  padding-bottom: 0;
}
.hgro .esgIndexWrap .environmentRow ul,
.esgIndexWrap .socialRow ul,
.esgIndexWrap .governanceRow ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  -webkit-align-items: stretch;
  align-items: stretch;
  margin: 0 -25px;
  padding: 0 0 50px;
}
@media screen and (max-width: 737px) {
  .esgIndexWrap .environmentRow ul,
  .esgIndexWrap .socialRow ul,
  .esgIndexWrap .governanceRow ul {
    display: block;
    margin: 0;
    padding: 0;
  }
}
.esgIndexWrap .environmentRow ul li,
.esgIndexWrap .socialRow ul li,
.esgIndexWrap .governanceRow ul li {
  list-style: none;
  width: 300px;
  margin: 50px 25px 0;
}
@media screen and (max-width: 737px) {
  .esgIndexWrap .environmentRow ul li,
  .esgIndexWrap .socialRow ul li,
  .esgIndexWrap .governanceRow ul li {
    width: auto;
    margin: 15px 0 0;
    font-size: 12px;
  }
  .f_esg .inBlock.esgTopbnr {
    padding: 40px 0 40px;
  }
  .f_esg .esgTopbnr .inner {
    flex-flow: wrap;
    max-width: 94%;
    margin: 0 auto;
  }
  .f_esg .esgTopbnr .esgTopbnr_contetns {
    width: 100%;
    padding: 10px 20px;
  }
  .f_esg .esgTopbnr .esgTopbnr_contetns .esgTopbnrHd01 {
    font-size: 20px;
  }
  .f_esg .esgTopbnr .esgTopbnr_thumb {
    width: 100%;
    height: 200px;
  }
}
.esgIndexWrap .environmentRow ul li a,
.esgIndexWrap .socialRow ul li a,
.esgIndexWrap .governanceRow ul li a {
  display: block;
  color: #333;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.esgIndexWrap .environmentRow ul li a:hover,
.esgIndexWrap .socialRow ul li a:hover,
.esgIndexWrap .governanceRow ul li a:hover {
  opacity: 0.7;
}
.esgIndexWrap .environmentRow ul li .img,
.esgIndexWrap .socialRow ul li .img,
.esgIndexWrap .governanceRow ul li .img {
  width: 100%;
  height: 0;
  padding-top: 54.5%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.esgIndexWrap .environmentRow ul li .txt,
.esgIndexWrap .socialRow ul li .txt,
.esgIndexWrap .governanceRow ul li .txt {
  display: inline-block;
  position: relative;
  margin: 12px 0 0;
  padding: 0 26px 0 0;
  letter-spacing: 0.1em;
}
.esgIndexWrap .environmentRow ul li .txt:after,
.esgIndexWrap .socialRow ul li .txt:after,
.esgIndexWrap .governanceRow ul li .txt:after {
  content: '';
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  border-right: 2px solid #ff6c00;
  border-bottom: 2px solid #ff6c00;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 10px;
  top: 50%;
  margin-top: -3px;
  right: 0px;
}
.f_esg .underlineHd01:after {
  border-top-color: #7ebe56;
}
