  @charset "utf-8";
/* CSS Document */
#ir p + p {
  margin-top: 1em;
}
.ir-heading02 {
  margin-top: 70px;
  margin-bottom: 30px;
  font-size: 3.6rem;
  line-height: 1.2;
  color: #00ada9;
}
.ir-heading03 {
  margin-top: 60px;
  margin-bottom: 30px;
  padding: 15px 20px 16px;
  background-color: #f4f4f4;
  font-size: 2.8rem;
  line-height: 1.2;
}
.ir-heading04 {
  margin-top: 60px;
  margin-bottom: 25px;
  padding: 0 20px 13px;
  border-bottom: 1px solid #ccc;
  font-size: 2.6rem;
  line-height: 1.2;
}
a.ir-link {
  color: #336699;
  text-decoration: underline;
}
.ir-table {
  table-layout: fixed;
  width: 100%;
  border: 1px solid #d9d9d9;
}
.ir-table th, .ir-table td {
  padding: 15px 25px;
  border-bottom: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  text-align: left;
  vertical-align: top;
  line-height: 1.6;
}
.ir-table th {
  background-color: #767676;
  color: #fff;
  font-weight: 400;
  width: 20%;
}
.adobe {
  margin-top: 60px;
}
.adobe-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background: #f4f4f4;
}
.adobe-text {
  margin-left: 20px;
}
@media screen and (max-width:767px) {
  .ir-heading02 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 2.1rem;
    line-height: 1.2;
    color: #00ada9;
  }
  .ir-heading03 {
    margin-top: 30px;
    margin-bottom: 15px;
    padding: 8px 13px 8px;
    background-color: #f4f4f4;
    font-size: 1.9rem;
    line-height: 1.2;
  }
  .ir-heading04 {
    margin-top: 25px;
    padding: 0 13px 8px;
    font-size: 1.7rem;
    line-height: 1.2;
    margin-bottom: 15px;
  }
  .ir-table {
    border-bottom: none;
    border-left: none;
    border-right: none;
  }
  .ir-table th, .ir-table td {
    display: block;
    width: 100%;
    padding: 10px 15px;
    border-right: 1px solid #d9d9d9;
    line-height: 1.4;
  }
  .ir-scroll-x {
    overflow-x: scroll;
  }
  .ir-scroll-x::before {
    content: 'ºá¤Ë¥¹¥é¥¤¥É¤¬¤Ç¤­¤Þ¤¹¡£';
    display: block;
    margin-bottom: 10px;
  }
  .adobe {
    margin-top: 40px;
  }
  .adobe-inner {
    display: block;
    padding: 15px;
  }
  .adobe-text {
    margin-left: 0;
    margin-top: 10px;
  }
}
.ir-category {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(5, 1fr);
  grid-gap: 36px;
  width: 1200px;
  margin: 0 auto;
}
.ir-category-item {
  grid-area: 1/1/2/2;
  padding: 15px;
  border: 1px solid #000;
}
.ir-category-item-mng {
  grid-area: 2/1/4/2;
}
.ir-category-item-fin {
  grid-area: 1/2/3/3;
}
.ir-category-item-lib {
  grid-area: 1/3/6/4;
}
.ir-category-item-sto {
  grid-area: 4/1/6/2;
}
.ir-category-item-oth {
  grid-area: 3/2/6/3;
}
.ir-category-item-ntc {
  grid-area: 5/3/6/4;
}
.ir-category-item ul {
  border-top: 1px solid #000;
  margin-top: 5px;
}
.ir-category-item ul li {
  margin-top: 10px;
}
.ir-category-item ul li a {
  padding-left: 20px;
  position: relative;
  display: inline-block;
}
.ir-category-item ul li a::before {
  content: "";
  position: absolute;
  top: .4em;
  left: 0;
  width: 8px;
  height: 8px;
  margin-left: 0;
  background: none;
  border-top: 1px solid #969696;
  border-right: 1px solid #969696;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ir-category-item ul li a:hover::before {
  animation: hover01 .4s;
}
@keyframes hover01 {
  50% {
    left: 4px;
  }
}
.ir-category-item ul li a::after {
  content: "";
  position: absolute;
  height: 1px;
  transform: scaleX(0);
  transform-origin: bottom left;
  transition: transform .2s;
  bottom: 0;
  left: 20px;
  width: calc(100% - 20px);
  background-color: #333;
}
.ir-category-item ul li a:hover::after {
  transform: scaleX(1);
}
/*¡¡IR¥È¥Ã¥×¡¡*/
.ir-category.ir-category-irtop {
  grid-template-rows: repeat(2, 1fr);
}
.ir-category-irtop .ir-category-item {
  grid-area: auto;
}
@media screen and (max-width:960px) {
  .ir-category {
    grid-template-columns: auto;
    grid-template-rows: auto;
    grid-gap: 15px;
    width: calc(100% - 30px);
  }
  .ir-category-item {
    grid-area: auto;
  }
}
/*-----
    IR¥È¥Ã¥×
-----*/
.irtop-btn {
  text-align: center;
  margin-top: 30px;
	margin-bottom: 70px;
}
.irtop-btn a {
  min-width: 110px;
  padding: 7px 40px 6px 30px;
  border: 1px solid #ccc;
  position: relative;
  display: inline-block;
}
.irtop-btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f4f4f4;
  transform: scaleX(0);
  transform-origin: bottom left;
  transition: transform .2s;
  z-index: -1;
}
.irtop-btn a:hover::before {
  transform: scaleX(1);
}
.irtop-btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-top: 1px solid #969696;
  border-right: 1px solid #969696;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition-property: right;
  transition-duration: .2s;
}
.irtop-btn a:hover::after {
  right: 10px;
}
@media screen and (max-width:767px) {
	.irtop-btn {
		margin-bottom: 30px;
	}
}
/*-----
    ¥È¥Ã¥×¥á¥Ã¥»©`¥¸
-----*/
.message-img {
  float: right;
  margin: 0 0 36px 36px;
  max-width: 250px;
}
.message-img p {
  text-align: center;
  margin-top: 10px;
  line-height: 1.4;
}
.message-img p span {
  display: block;
  margin-top: 5px;
  font-size: 1.2em;
}
.message-sign {
  margin-top: 30px;
  text-align: right;
}
.message-sign-data {
  display: block;
}
.message-sign-name {
  margin-left: 20px;
  font-size: 1.5em;
}
@media screen and (max-width:767px) {
  .message-img {
    float: none;
    margin: 0 auto 20px;
  }
}
/*-----
    »áÉç¸ÅÒª
-----*/
.overvew-list {
  display: flex;
  flex-wrap: wrap;
}
.overvew-list dt {
  width: 30em;
  margin-top: .5em;
}
.overvew-list dt br {
  display: none;
}
.overvew-list dd {
  width: calc(100% - 30em);
  margin-top: .5em;
}
.overvew-list02 li {
  position: relative;
  padding-left: 1em;
}
.overvew-list02 li::before {
  content: "";
  position: absolute;
  top: .75em;
  left: 2px;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background-color: #bbbbbb;
  border-radius: 50%;
}
@media screen and (max-width:767px) {
  .overvew-list dt {
    width: 100%;
    margin-top: .75em;
  }
  .overvew-list dt br {
    display: block;
  }
  .overvew-list dd {
    width: 100%;
    margin-top: 0;
  }
}
.overvew-list dt:first-of-type, .overvew-list dd:first-of-type {
  margin-top: 0;
}
/*-----
    ÒÛ†T¥×¥í¥Õ¥£©`¥ë
-----*/
.executive-table {
  table-layout: fixed;
  width: 100%;
  border: 1px solid #d9d9d9;
}
.executive-table th, .executive-table td {
  padding: 15px 25px;
  border-bottom: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  text-align: left;
  vertical-align: top;
  line-height: 1.6;
}
.executive-table thead th {
  background-color: #767676;
  color: #fff;
  font-weight: 400;
  text-align: center;
}
.executive-table-position {
  width: 25%;
}
.executive-table-name {
  width: 20%;
}
.executive-table-biography {
  width: 55%;
}
.executive-table tbody th {
  background-color: #f4f4f4;
  font-weight: 400;
}
.executive-biography {
  display: flex;
  flex-wrap: wrap;
}
.executive-biography dt {
  width: 9em;
}
.executive-biography dd {
  width: calc(100% - 9em);
}
.executive-biography dt, .executive-biography dd {
  margin-top: .5em;
}
.executive-biography dt:first-of-type, .executive-biography dd:first-of-type {
  margin-top: 0;
}
.executive-note {
  margin-top: 1em;
}
@media screen and (max-width:767px) {
  .ir-scroll-x .executive-table {
    width: 780px;
  }
  .executive-table-position, .executive-table-name {
    width: 10em;
  }
  .executive-table-biography {
    width: calc(100% - 10em);
  }
  .executive-table th, .executive-table td {
    padding: 10px 15px;
    border-right: 1px solid #d9d9d9;
    line-height: 1.4;
  }
}
/*-----
    IR¥é¥¤¥Ö¥é¥êÒ»ÓE
-----*/
.library-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.library-list-item {
  width: calc((100% - 36px) / 2);
  margin-top: 36px;
  padding: 0 0 60px;
  position: relative;
}
.library-list-item:nth-child(-n+2) {
  margin-top: 0;
}
.library-list-item .ir-heading04 {
  margin-top: 0;
}
.library-list-btn {
  position: absolute;
  right: 0;
  bottom: 0;
}
.library-list-btn a {
  min-width: 110px;
  padding: 7px 40px 6px 30px;
  border: 1px solid #ccc;
  position: relative;
  display: inline-block;
}
.library-list-btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f4f4f4;
  transform: scaleX(0);
  transform-origin: bottom left;
  transition: transform .2s;
  z-index: -1;
}
.library-list-btn a:hover::before {
  transform: scaleX(1);
}
.library-list-btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-top: 1px solid #969696;
  border-right: 1px solid #969696;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition-property: right;
  transition-duration: .2s;
}
.library-list-btn a:hover::after {
  right: 10px;
}
@media screen and (max-width:767px) {
  .library-list-item {
    width: 100%;
    padding: 0 0 50px 0;
    margin-top: 30px;
  }
  .library-list-item:first-child {
    margin-top: 0;
  }
  .library-list-item:nth-child(2) {
     margin-top: 30px;
  }
  
}
/*-----
    IR¥«¥ì¥ó¥À©`
-----*/
.calendar-img {
  margin-bottom: 30px;
  text-align: center;
}
.calendar-note {
  margin-top: 1em;
}
/*-----
  IR¤Ë¤Ä¤¤¤Æ¤Î¤ª†–¤¤ºÏ¤ï¤»
-----*/
.inquiry-note {
  margin-bottom: 50px;
}
.inquiry-table {
  width: 100%;
  border-top: 1px solid #dddddd;
}
.inquiry-table th, .inquiry-table td {
  padding: 38px 30px;
  border-bottom: 1px solid #dddddd;
}
.inquiry-table th {
  background-color: #f4f4f4;
  font-size: 18px;
  width: 25%;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}
.inquiry-req {
  color: rgb(230, 0, 0);
}
.inquiry-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  line-height: 1.5;
  padding: 11px 40px 11px 17px;
  color: #333333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 0.2em;
  border: 1px solid #dddddd;
  border-radius: 0.25rem;
}
.inquiry-btn button {
  line-height: 1.5;
  margin: 0.5rem;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #fff;
  font-weight: 400;
  background-color: #333;
  cursor: pointer;
  width: 600px;
  height: 100px;
  font-size: 34px;
  padding: 8px 24px;
  margin: 2em auto;
  display: block;
  border-radius: 0.25rem;
}
/*.inquiry-btn button[disabled] {
  background-color: rgba(89, 86, 86, 0.5);
  cursor: not-allowed;
}*/
@media screen and (max-width:767px) {
  .inquiry-table th, .inquiry-table td {
    width: 100%;
    display: block;
  }
  .inquiry-table th {
    font-size: 1.15em;
    padding: 0.25em 0.5em;
  }
  .inquiry-table td {
    padding: 1em;
  }
  .inquiry-btn button {
    font-size: 21px;
    padding: 8px;
    width: 100%;
  }
}