@charset "utf-8";
.section .head {
  margin: 0 auto;
  width: 82.933vw;
}
.section .head h1 {
  margin-bottom: 2.4vw;
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 8vw;
  line-height: 1.2;
}
.section .head p {
  font-weight: 700;
  font-size: 3.733vw;
  line-height: 6.4vw;
}
.section .head p span {
  display: inline-block;
  padding: 0 2.667vw;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .section .head {
    margin: 0 auto;
    width: 960px;
  }
  .section .head h1 {
    margin-bottom: 17px;
    font-size: 60px;
  }
  .section .head p {
    font-size: 18px;
    line-height: 30px;
  }
  .section .head p span {
    padding: 0 12px;
  }
}
.section .head-static {
margin: 0 auto;
width: 82.933vw;
}
.section .head-static h1 {
margin-bottom: 2.4vw;
font-family: 'Gotham-Bold', sans-serif;
font-size: 8vw;
line-height: 1.2;
}
.section .head-static p {
font-weight: 700;
font-size: 3.733vw;
line-height: 6.4vw;
}
.section .head-static p span {
display: inline-block;
padding: 0 2.667vw;
color: #fff;
}
@media screen and (min-width: 768px) {
	.section .head-static {
	margin: 0 auto;
	width: 960px;
	}
	.section .head-static h1 {
	margin-bottom: 17px;
	font-size: 60px;
	}
	.section .head-static p {
	font-size: 18px;
	line-height: 30px;
	}
	.section .head-static p span {
	padding: 0 12px;
	}
}
#irSCT {
  padding: 6.4vw 0 12vw 0;
}
#irSCT .cont {
  position: relative;
  margin: 0 auto;
  padding: 8vw 0 0 0;
  width: 82.933vw;
}
#irSCT .cont h2 {
  font-weight: 700;
  font-size: 4.267vw;
  line-height: 6.4vw;
  margin-bottom: 4vw;
  margin-top: 8vw;
}
#irSCT .cont dl, #irSCT .cont ol, #irSCT .cont ul, #irSCT .cont p {
  margin-bottom: 2em;
  font-size: 3.467vw;
  line-height: 2;
}
#irSCT .cont ul li {
  position: relative;
  padding-left: 1em;
}
#irSCT .cont ul li::before {
  content: '・';
  position: absolute;
  left: 0;
  top: 0;
}
#irSCT .cont img {
  width: auto;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  #irSCT {
    margin-bottom: 145px;
    padding: 148px 0 0 0;
  }
  #irSCT .cont {
    position: relative;
    margin: 0 auto;
    padding: 65px 0 0 0;
    width: 960px;
  }
  #irSCT .cont h2 {
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 15px;
    margin-top: 30px;
  }
  #irSCT .cont dl, #irSCT .cont ol, #irSCT .cont ul, #irSCT .cont p {
    font-size: 14px;
    line-height: 2.29;
  }
}
#irSCT .cont h2:first-child {
  margin-top: 0;
}
.ircategory {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
}
.ircategory a {
  text-decoration: none;
  transition: all 0.3s ease;
}
.toppage .ircategory a:hover {
  color: #A574AF;
}
.ircategory .item ul {
  margin-bottom: 0 !important;
}
.ircategory .item ul li::before {
  content: none;
}
.ircategory .item ul li a::before {
  content: '・';
  position: absolute;
  left: 0;
  top: 0;
}
.toppage .ircategory .item {
  border: 1px solid #222;
  padding: 15px;
}
.subpage .ircategory .item h2 {
  border-bottom: 1px solid #222;
  margin-bottom: 6px;
}
@media screen and (min-width: 768px) {
  .ircategory {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
  }
  .subpage .ircategory .item.-management {
    grid-area: 2/1/4/2;
  }
  .subpage .ircategory .item.-financial {
    grid-area: 1/2/3/3;
  }
  .subpage .ircategory .item.-library {
    grid-area: 1/3/4/4;
  }
  .subpage .ircategory .item.-stock {
    grid-area: 4/1/6/2;
  }
  .subpage .ircategory .item.-other {
    grid-area: 3/2/6/3;
  }
  .subpage .ircategory .item.-notice {
    grid-area: 4/3/6/4;
  }
}
#irSCT .adobe {
  display: flex;
  flex-direction: column;
  gap: 2vw;
  margin-top: 8vw;
}
#irSCT .adobe p {
  margin-bottom: 0;
  line-height: 2;
  font-size: 3.2vw;
}
@media screen and (min-width: 768px) {
  #irSCT .adobe {
    margin-top: 65px;
    flex-direction: row;
    gap: 30px;
    align-items: center;
    justify-content: center;
  }
  #irSCT .adobe p {
    font-size: 14px;
  }
}
/*IRトップ*/
#irSCT.toppage .head h1 {
  margin-bottom: 1.333vw;
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 12vw;
  line-height: 1.2;
}
#irSCT.toppage .btn {
  margin-top: 4vw;
  display: block;
  background: #222;
  width: 8em;
  margin-left: auto;
  font-size: 3.2vw;
  font-weight: 600;
}
#irSCT.toppage .btn a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: .5em 1em;
  text-align: center;
  position: relative;
  z-index: 1;
}
#irSCT.toppage .btn a:before {
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
  background-color: #1daa39;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#irSCT.toppage .btn a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
@media screen and (min-width: 768px) {
  #irSCT.toppage .head h1 {
    margin-bottom: 10px;
    font-size: 90px;
  }
  #irSCT.toppage .btn {
    margin-top: 30px;
    font-size: 14px;
  }
}
#irSCT .table {
  border-bottom: solid 1px #1EAA39;
  width: 100%;
}
#irSCT .table th, #irSCT .table td {
  padding: 3.2vw 2.667vw;
  display: block;
  font-size: 3.467vw;
  line-height: 2;
  letter-spacing: 0;
}
#irSCT .table td dl {
  margin-bottom: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 1.5em;
}
#irSCT .table td ul {
  margin-bottom: 0;
}
#irSCT .table th {
  border-top: solid 1px #1EAA39;
  text-align: left;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  #irSCT .table th, #irSCT .table td {
    display: table-cell;
    font-size: 14px;
  }
  #irSCT .table th {
    font-weight: 400;
    width: 190px;
    padding: 25px 15px;
  }
  #irSCT .table td {
    border-top: solid 1px #1EAA39;
    padding: 25px 0;
  }
}
/*トップメッセージ*/
#irSCT.message .wrap {
  display: flex;
  flex-direction: column;
  gap: 8vw;
}
#irSCT.message .wrap .img {
  margin: 0 auto;
  text-align: center;
}
#irSCT.message .wrap .img img {
  display: block;
}
#irSCT.message .wrap .img p {
  margin-bottom: 0;
}
#irSCT.message .signature {
  text-align: right;
}
#irSCT.message .signature .name {
  font-size: 1.5em;
  margin-left: 1em;
  margin-top: 5px;
  width: 8em;
  display: inline-block;
  vertical-align: sub;
  vertical-align: mathematical;
}
@media screen and (min-width: 768px) {
  #irSCT.message .wrap {
    flex-direction: row-reverse;
    gap: 30px;
  }
  #irSCT.message .wrap .img {
    flex-basis: 250px;
  }
  #irSCT.message .txt {
    flex: 1 0 0%;
  }
}
/*IRライブラリ*/
#irSCT.library .wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8vw;
}
#irSCT.library .item ul {
  margin-bottom: 0;
}
#irSCT.library .btn {
  display: inline-block;
  background: #222;
}
#irSCT.library .btn a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 3.2vw;
  font-weight: 600;
  padding: .5em 1em;
  text-align: center;
  position: relative;
  z-index: 1;
}
#irSCT.library .btn a:before {
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
  background-color: #1daa39;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#irSCT.library .btn a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
@media screen and (min-width: 768px) {
  #irSCT.library .wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 65px;
  }
  #irSCT.library .item {
    padding-bottom: 30px;
    position: relative;
  }
  #irSCT.library .btn {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-top: 0;
  }
  #irSCT.library .btn a {
    font-size: 14px;
  }
}
/*業績・財務情報*/
#irSCT .financial-note {
  margin-top: 8vw;
}
#irSCT .financial-note h2 {
  font-size: 3.467vw;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  #irSCT .financial-note {
    margin-top: 30px;
  }
  #irSCT .financial-note h2 {
    font-size: 14px;
  }
}
/*IRカレンダー*/
#irSCT.calendar .img {
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  #irSCT.calendar .img {
    margin-bottom: 30px;
  }
}
/*FAQ*/
#irSCT.faq .list .item {
  margin-top: 8vw;
}
#irSCT.faq .list .item h2 {
  position: relative;
  padding-left: 1.5em;
}
#irSCT.faq .list .item h2::before {
  content: "Q.";
  position: absolute;
  left: 0;
  color: #1EAA39;
}
@media screen and (min-width: 768px) {
  #irSCT.faq .list .item {
    margin-top: 30px;
  }
}
#irSCT.faq .list .item:first-child {
  margin-top: 0;
}
/*IRについてのお問い合わせ*/
#irSCT.inquiry dl {
  display: flex;
  flex-wrap: wrap;
  border-bottom: solid 1px #1EAA39;
  margin: 5.333vw -2.667vw 8vw;
  font-size: 3.467vw;
  line-height: 1.39;
  letter-spacing: 0;
}
#irSCT.inquiry dl p {
  margin-bottom: 0;
}
#irSCT.inquiry dt {
  box-sizing: border-box;
  background-color: #f4f7cc;
  border-top: solid 1px #1EAA39;
  margin-right: -1px;
  padding: 7.2vw 3.467vw;
  width: 25.333vw;
  font-weight: 700;
}
#irSCT.inquiry dt .required {
  display: inline-block;
  background-color: #e72420;
  margin-top: 1.067vw;
  padding: 0 1.333vw;
  font-size: 2.667vw;
  line-height: 4.267vw;
  color: #fff;
}
#irSCT.inquiry dd {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  box-sizing: border-box;
  border-top: solid 1px #1EAA39;
  padding: 7.2vw 0 7.2vw 4.8vw;
  width: 62.933vw;
}
#irSCT.inquiry dd p {
  width: 100%;
}
#irSCT.inquiry input {
  box-sizing: border-box;
  border: solid 1px #7a7a7a;
  border-radius: 1.333vw;
  width: 100%;
  padding: 0 3.2vw;
  height: 14.933vw;
}
#irSCT.inquiry textarea {
  box-sizing: border-box;
  border: solid 1px #7a7a7a;
  border-radius: 1.333vw;
  width: 100%;
  padding: 3.2vw;
  height: 45.333vw;
}
#irSCT.inquiry .btn {
  margin: 0 auto;
  width: 74.667vw;
}
#irSCT.inquiry .btn .inner {
  display: block;
  position: relative;
  background-color: #000;
  border: none;
  z-index: 1;
}
#irSCT.inquiry .btn .inner::before {
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
  background-color: #1daa39;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#irSCT.inquiry .btn .inner:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
#irSCT.inquiry .btn .inner input {
  box-sizing: border-box;
  background-color: transparent;
  padding: 0 6.667vw;
  width: 74.667vw;
  height: 14.667vw;
  border: none;
  font-weight: bold;
  font-size: 3.733vw;
  color: #fff;
  cursor: pointer;
  text-align: center;
}
#irSCT.inquiry p.agree {
  margin: 8vw auto 5.333vw auto;
  width: 74.667vw;
}
#irSCT.inquiry .checkbox [type="checkbox"] {
  display: none;
}
#irSCT.inquiry .checkbox label span {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 0 0 0 8vw;
  position: relative;
  width: auto;
  min-height: 2.133vw;
}
#irSCT.inquiry .checkbox label span::before {
  content: '';
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 1.333vw;
  background: #fff;
  border: 1px solid #7a7a7a;
  border-radius: 0.8vw;
  margin-top: -2.133vw;
  width: 4.533vw;
  height: 4.533vw;
}
#irSCT.inquiry .checkbox label span::after {
  transform: rotate(45deg) translate3d(0, 2px, 0) scale3d(.7, .7, 1);
  transition: transform .2s ease-in-out, opacity .2s ease-in-out;
  border-right: 6px solid #e72420;
  border-bottom: 3px solid #e72420;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 1.867vw;
  margin-top: -4.267vw;
  width: 2.4vw;
  height: 5.333vw;
  opacity: 0;
}
#irSCT.inquiry .checkbox [type="checkbox"]:checked ~ span::before {
  border-color: #666;
}
#irSCT.inquiry .checkbox [type="checkbox"]:checked ~ span::after {
  opacity: 1;
  transform: rotate(45deg) scale3d(1, 1, 1);
}
@media screen and (min-width: 768px) {
  #irSCT.inquiry dl {
    margin: 20px auto 30px;
    font-size: 14px;
    line-height: 1.58;
    max-width: 800px;
  }
  #irSCT.inquiry dt {
    margin-right: 0;
    padding: 27px 15px;
    width: 230px;
  }
  #irSCT.inquiry dt .required {
    margin-top: 11px;
    padding: 0 5px;
    font-size: 10px;
    line-height: 16px;
  }
  #irSCT.inquiry dd {
    padding: 27px 38px;
    width: 570px;
  }
  #irSCT.inquiry input {
    border-radius: 5px;
    padding: 0 12px;
    height: 56px;
  }
  #irSCT.inquiry textarea {
    border-radius: 5px;
    padding: 12px;
    height: 240px;
  }
  #irSCT.inquiry .btn {
    margin: 0 auto;
    width: 340px;
  }
  #irSCT.inquiry .btn .inner input {
    padding: 0 25px;
    width: 340px;
    height: 80px;
    font-size: 16px;
  }
  #irSCT.inquiry p.agree {
    margin: 50px auto 30px auto;
    width: 340px;
  }
  #irSCT.inquiry .checkbox label span {
    padding: 0 0 0 30px;
    min-height: 8px;
  }
  #irSCT.inquiry .checkbox label span::before {
    left: 5px;
    border-radius: 3px;
    margin-top: -8px;
    width: 17px;
    height: 17px;
  }
  #irSCT.inquiry .checkbox label span::after {
    border-right: 6px solid #e72420;
    border-bottom: 3px solid #e72420;
    left: 7px;
    margin-top: -16px;
    width: 9px;
    height: 20px;
  }
}
/* IRお問い合わせ：区分（プルダウン）用スタイル追加 */
#irSCT.inquiry select {
  position: relative;
  box-sizing: border-box;
  border: solid 1px #7a7a7a;
  border-radius: 1.333vw;
  width: 100%;
  padding: 0 3.2vw;
  height: 14.933vw;
  cursor: pointer;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  appearance: none;
  z-index: 1;
}
#irSCT.inquiry select::-ms-expand {
  display: none;
}
@media screen and (min-width: 768px) {
  #irSCT.inquiry select {
    border-radius: 5px;
    padding: 0 12px;
    height: 56px;
  }
}
/* CF7共通：送信完了時の表示制御（_contactと同内容） */
.wpcf7 .screen-reader-response,
.wpcf7 form.sent .btn,
.wpcf7 form.sent dl {
display: none;
}
.wpcf7 form.sent .wpcf7-not-valid-tip,
.wpcf7 form.invalid .wpcf7-not-valid-tip {
display: inline-block;
margin-top: 5px;
color: #e72420;
font-size: 14px;
}
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output {
background-color: #e72420;
color: #fff;
margin-top: 15px;
padding: 30px;
font-size: 14px;
}
/* reCAPTCHA注記の左端をdl（表）の左端に揃える */
#irSCT.inquiry .recaptcha-notice {
  margin: 5.333vw -2.667vw 8vw;
}
@media screen and (min-width: 768px) {
  #irSCT.inquiry .recaptcha-notice {
    margin: 20px auto 30px;
    max-width: 800px;
  }
}
/* CF7プラグイン自身のCSSが追加する緑枠を打ち消す */
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output {
  border: none;
}