<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*
.font-serif(){
	//font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝";
	font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.font-serif-bold(){
	.font-serif();
	font-weight: bold;
}
*/
.abswh100 {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.wh100 {
  display: block;
  width: 100%;
  height: 100%;
}
.center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.abscenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.abscenter-h {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.hv_center {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.h_center {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}
.v_center {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.hover_scale {
  transition: all 200ms 0s ease;
}
.hover_scale:hover {
  transform: scale(1.03);
}
.main .inner {
  padding-top: 150px;
  padding-bottom: 150px;
}
.main__img {
  width: 100%;
}
.main__img img {
  display: block;
  width: 1034px;
  height: auto;
  margin: 0 auto;
}
.main__txt {
  padding-top: 100px;
  padding-right: 100px;
  padding-left: 210px;
}
.main__txt__title {
  position: relative;
  font-size: 36px;
  font-weight: 700;
  line-height: 150%;
  /* 54px */
  letter-spacing: 1.8px;
}
.main__txt__title::before {
  content: '';
  display: block;
  width: 37px;
  height: 32px;
  background-image: url("../img/company/president/dq.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  left: -103px;
  top: 10px;
}
.main__txt__read {
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  /* 28.8px */
  letter-spacing: 1.6px;
  margin-top: 40px;
}
.main__txt__profile {
  text-align: right;
  margin-top: 72px;
}
.main__txt__profile__position {
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  /* 28.8px */
  letter-spacing: 1.6px;
}
.main__txt__profile__name {
  font-size: 22px;
  font-weight: 700;
  line-height: 150%;
  /* 33px */
  letter-spacing: 1.1px;
  margin-top: 5px;
}
.main__link {
  position: relative;
  display: block;
  width: 608px;
  height: 60px;
  margin: 80px auto 0;
}
.main__link__detail {
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #E8E8E8;
  padding-top: 2px;
}
.main__link__detail .arrow {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 10000px;
  display: block;
  background-color: white;
  position: absolute;
  right: 0;
  top: 40px;
  overflow: hidden;
}
.main__link__detail .arrow:before {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  background-color: #282828;
  border-radius: 200px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: scale(0);
  transition: all 300ms 0s ease;
}
.main__link__detail .arrow:after {
  content: '';
  display: block;
  width: 16.8px;
  height: 17.5px;
  background-image: url("../img/arrow_b.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.main__link__detail:hover .arrow:before {
  transform: scale(1);
}
.main__link__detail:hover .arrow:after {
  animation: 600ms ease-out 0s 1 normal forwards running overarrow2;
}
@keyframes overarrow2 {
  0% {
    transform: translateX(0px);
  }
  40% {
    transform: translateX(40px);
  }
  41% {
    display: block;
    width: 16.8px;
    height: 17.5px;
    background-image: url("../img/arrow_w.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    transform: translateX(-40px);
  }
  100% {
    display: block;
    width: 16.8px;
    height: 17.5px;
    background-image: url("../img/arrow_w.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    transform: translateX(0px);
  }
}
.main__link__detail .jp {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  /* 16px */
  letter-spacing: 0.8px;
}
.main__link__detail .en {
  font-family: 'Albert Sans', 'Noto Sans JP';
  font-weight: 600;
  color: #AFAFAF;
  font-size: 13px;
  font-weight: 700;
  line-height: 100%;
  /* 13px */
  letter-spacing: 0.65px;
  margin-top: 10px;
}
.main__link__detail .arrow {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 10000px;
  display: block;
  background-color: #F9F9F9;
  position: absolute;
  right: 0;
  top: 0px;
  transform: rotate(-45deg);
}
.main__link__detail .arrow:after {
  content: '';
  display: block;
  width: 16.8px;
  height: 17.5px;
  background-image: url("../img/arrow_b.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
</pre></body></html>