@charset "utf-8";
/* CSS Document */
.ir__content {
  margin: 0 auto 32px;
  max-width: 1078px;
  display: -ms-flexbox;
  display: flex;
  padding: 0 40px;
}

.ir .contents__title--ir {
  height: 482px;
  margin-top: 45px;
  margin-bottom: 50px;
}
.contents__title--ir {
  height: 280px;
  margin-bottom: 40px;
}
.contents__title--ir .contents__title--wrapper {
  padding: 120px 40px 0;
}
@media screen and (max-width:767px) {
  .contents__title--ir .contents__title--wrapper {
    padding: 80px 40px 0;
  }
}
.contents__title--ir .contents__title--wrapper a {
  width: 696px;
  display: block;
}
.contents__title--ir .contents__title--wrapper h1, .contents__title--ir .contents__title--wrapper span, .contents__title--ir .contents__title--wrapper p {
  color: #fff;
}
.contents__title--ir .contents__title--wrapper h1, .contents__title--ir .contents__title--wrapper span {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
}
.contents__title--ir .contents__title--wrapper p {
  line-height: 66px;
  margin: 0 0 4px;
  content: attr(data-eng);
  display: block;
  font-family: Rajdhani, sans-serif;
  font-size: 7.7rem;
  font-weight: 400;
}
.contents__title--ir img {
  bottom: 0;
  left: 0;
  margin: auto;
  min-height: 100%;
  min-width: 1800px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 100vw;
}
.ir .contents__title--ir video {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  /* override */
  bottom: initial;
  min-height: initial;
  min-width: initial;
  pointer-events: initial;
}
@media screen and (max-width:960px) {
  .ir__content {
    flex-direction: column-reverse;
    padding: 0 20px;
  }
}

.ir .contents__title--ir,
.ir .contents__title--ir video{
  height: calc(100vw * 0.425);
}

@media screen and (max-width:767px) {
  .ir__content {
    padding: 0 40px;
    margin: 0 auto 52px;
  }
  .ir .contents__title--ir {
    height: calc(100vw * .75);
    margin-top: 0;
    margin-bottom: 20px;
  }
  .contents__title--ir {
    height: 200px;
  }
  .ir .contents__title--ir video {
    top: calc(50% + 48px);
    height: auto;
    border: none;
    max-width: initial;
    transform: translateY(calc(-50% - 48px));
  }
  .contents__title--ir .contents__title--wrapper a {
    width: 194px;
  }
  .contents__title--ir .contents__title--wrapper p {
    font-size: 3.7rem;
    line-height: 1.05;
    margin: 0 16px;
  }
  .contents__title--ir .contents__title--wrapper h1, .contents__title--ir .contents__title--wrapper span {
    height: 14px;
    padding: 16px;
    line-height: 18px;
  }
}
/*
	.ir__menu
================================*/
.ir__menu {
  width: 232px;
  font-size: 1.4rem;
  margin-right: 32px;
  text-align: left;
}
.ir__menu--list > li {
  margin-bottom: 2em;
}
.ir__menu li a {
  display: block;
  padding: 1em 0;
  line-height: 2;
}
.ir__menu--title,.ir__menu--btn {
  display: block;
  color: #033e80;
  font-size: 1.6rem;
  padding: 1em 0;
  position: relative;
}
.ir__menu--btn {
  display: none;
}
.ir__menu--child {
  border-top: 1px solid #F5F4F4;
}
.ir__menu--child li {
  border-bottom: 1px solid #F5F4F4;
}
.ir__menu--child li a {
  padding: 1em 2em;
}
.ir__menu--child li a:hover, .ir__menu--child li a.current {
  background: #9bc6f7;
}
@media screen and (max-width:960px) {
  .ir__menu {
    width: 100%;
    margin: 50px 0 0;
  }
  .ir__menu--list > li {
    margin: 0;
    border-bottom: 1px solid #F5F4F4;
  }
  .ir__menu--title {
    display: none;
  }
  .ir__menu--btn {
    display: block;
    cursor: pointer;
  }
  .ir__menu--btn::before, .ir__menu--btn::after {
    background: #999;
    bottom: 0;
    content: "";
    height: 1px;
    margin: auto;
    position: absolute;
    right: 28px;
    top: 0;
    transition: transform 0.2s ease;
    width: 15px;
  }
  .ir__menu--btn::after {
    transform: rotate(90deg);
  }
  .ir__menu--btn.open::before {
    transform: rotate(-45deg);
  }
  .ir__menu--btn.open::after {
    transform: rotate(45deg);
  }
  .ir__menu--child {
    display: none;
    background: #fbfbfb;
  }
  .ir__menu--child.open {
    display: block;
  }
  .ir__menu--child li {
    border-bottom: 1px solid #F5F4F4;
    border: none;
  }
  .ir__menu--child li br {
    display: none;
  }
}
/*
	.ir__article
================================*/
.ir__article {
  flex: 1 0 0%;
  text-align: left;
}
.ir__article h1 {
  color: #033e80;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 48px;
  margin: 0 0 1em;
  border-bottom: 1px solid #0290ee;
  padding-bottom: 12px;
}
.ir__article h2 {
  margin: 2em 0 1em;
  font-size: 2.6rem;
}
.ir__article h2:first-of-type {
  margin-top: 20px;
}
.ir__article p {
  font-size: 1.4rem;
  line-height: 2;
  margin: 0 auto;
  position: relative;
}
.ir__article p.acw{
  text-align: center;
}
.ir__article p + p {
  margin: 2em auto 0;
}
.ir__article img {
  width: auto;
  max-width: 100%;
}
@media screen and (max-width:767px) {
  .ir__article h1 {
    font-size: 2.5rem;
    line-height: 36px;
  }
  .ir__article h2 {
    font-size: 2.0rem;
    line-height: 36px;
  }
}
/*
	.ir__link
================================*/
.ir__link {
  text-decoration: underline;
  transition: color 0.2s ease;
}
.ir__link:hover {
  color: #033e80;
}
/*
	.ir__definition
================================*/
.ir__definition {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.4rem;
  -ms-flex-pack: start;
  justify-content: flex-start;
  line-height: 2;
}
.ir__definition > dt {
  border-top: 1px solid #0290ee;
  color: #033e80;
  font-weight: 700;
  padding: 20px 0;
  width: 30%;
}
.ir__definition > dd {
  border-top: 1px solid #f5f4f4;
  box-sizing: border-box;
  padding: 20px 42px 64px;
  width: 65%;
}
.ir__definition > dd p + p {
  margin-top: 2em;
}
.ir__definition dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.4rem;
  justify-content: space-between;
  line-height: 2;
  text-align: left;
}
.ir__definition dl dt {
  width: 65%;
}
.ir__definition dl dd {
  width: 30%;
}
@media screen and (max-width:767px) {
  .ir__definition {
    display: block;
  }
  .ir__definition > dt {
    padding: 20px 0 8px;
    width: auto;
  }
  .ir__definition > dd {
    border: none;
    padding: 18px 0 60px;
    width: auto;
  }
  .ir__definition > dd p {
    line-height: 28px;
  }
  .ir__definition > dd p + p {
    margin-top: 12px;
  }
}
/*
	.ir__btn
================================*/
.ir__btn {
  background: #fff;
  box-shadow: 11px 15px 28px 0 rgba(0, 0, 0, .18);
  max-width: 238px;
  margin-top: 50px;
}
.ir__btn a {
  font-size: 1.4rem;
  line-height: 2;
  text-align: left;
  background: #fff;
  color: #444;
  display: block;
  position: relative;
  padding: 13px 41px 14px 26px;
  transition: all 0.2s ease;
}
.ir__btn a:hover {
  background: #033e80;
  color: #fff;
}
.ir__btn a::after, .ir__btn a::before {
  background: #033e80;
  bottom: 0;
  content: "";
  height: 1px;
  margin: auto;
  position: absolute;
  right: 24px;
  top: 0;
  transition: background 0.2s ease;
  transform-origin: right center;
  transform: rotate(40deg);
  width: 10px;
}
.ir__btn a::after {
  transform: rotate(-40deg);
}
.ir__btn a:hover::after, .ir__btn a:hover::before {
  background: #fff;
}
/*
	.ir__overflow
================================*/
.ir__overflow--icon {
  display: none;
}
.ir__overflow--img img {
  width: 100%;
}
@media screen and (max-width:767px) {
  .ir__overflow--img {
    overflow-x: scroll;
    width: 100%;
  }
  .ir__overflow--icon {
    display: block;
    font-family: Rajdhani, sans-serif;
    font-size: 1.6rem;
    position: relative;
    padding-left: 1.4rem;
    margin-bottom: 1rem;
  }
  .ir__overflow--icon::after, .ir__overflow--icon::before {
    background: #033e80;
    bottom: 0;
    content: "";
    width: .6rem;
    height: 1px;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    transform-origin: right center;
    transform: rotate(40deg);
  }
  .ir__overflow--icon::after {
    transform: rotate(-40deg);
  }
  .ir__overflow--img img {
    width: 800px;
    max-width: 800px;
    border: 1px solid #757575;
  }
}
/*
	.adbReader
================================*/
.adbReader {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}
@media screen and (max-width:767px) {
  .adbReader {
    display: block;
    text-align: center;
  }
  .adbReader p {
    margin-top: 20px;
  }
}
/*
	/ir/
================================*/
/* header */
.header .header__contact .contact_info {
  display: none;
}
.header .header__contact .header__nav {
  right: 55px;
}
.header .header__contact .header__nav .header__nav--contact {
  display: none;
}
.header .header__contact .header__btn {
  right: 0;
}
.header .header__menu {
  right: 142px;
}
.header__spmenu--contact {
  display: none;
}
.ir .ir__article h1 {
  font-size: 3.6rem;
  border-bottom: 1px solid #0290ee;
  padding-bottom: 12px;
}
.irtop-contents__block {
  margin-bottom: 80px;
}
.irtop-contents__block---last {
  margin-bottom: 100px;
}


.irtop-about__listitems{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5%;
}
.irtop-about__listitem{
  width: 47.5%;
  aspect-ratio: 1.482;
  margin-bottom: 5%;
}
@media screen and (max-width: 767px) {
  .irtop-about__listitem:nth-child(1),
  .irtop-about__listitem:nth-child(2){
    width: 100%;
  }
  .irtop-about__listitem{
    margin-bottom: 0;
  }
}
@media screen and (max-width: 670px) {
  .irtop-about__listitem{
    width: 100%;
  }
  .irtop-about__listitem:nth-child(1),
  .irtop-about__listitem:nth-child(2){
    margin-bottom: 4%;
  }
  .irtop-about__listitem:nth-child(3){
    margin-bottom: 7.5%;
  }
}
@media screen and (max-width: 480px) {
  .irtop-about__listitem:nth-child(1),
  .irtop-about__listitem:nth-child(2){
    margin-bottom: 8%;
  }
}
.irtop-about__listitem:not(.not-hover) a{
  display: block;
  background: #fff;
  box-shadow: 11px 15px 28px 0 rgba(0, 0, 0, .18);
  transition: all .3s;
  position: relative;
}
.irtop-about__listitem a::after{
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all .3s;
  z-index: -1;
}
.irtop-about__listitem:not(.not-hover) a:hover::after{
  content: "";
  display: block;
  background: #033e80;
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
}
.irtop-about__listitem:not(.not-hover) a:hover{
  background: #033e80;
  box-shadow: 32px 32px 28px 0 rgba(0, 0, 0, .18);
}
.irtop-about__listitem a span{
  color: #033e80;
  padding-left: 28px;
  display: block;
}
.irtop-about__listitem:not(.not-hover) a img{
  transform: scale(1);
  opacity: 1;
  transition: all .3s;
}
.irtop-about__listitem:not(.not-hover) a:hover img{
  transform: scale(.8);
  opacity: .85;
}
.irtop-about__listitem a:hover span{
  color: #fff;
}
.irtop-about__listitem-title{
  font-size: 2.8rem;
  font-family: Rajdhani, sans-serif;
  margin-bottom: 3px;
  line-height: 1.05;
  padding-top: 23px;
}
.irtop-about__listitem-subtitle{
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2;
  padding-bottom: 12%;
}
.irtop-about__listitem.not-hover{
  border: solid 7px #DEEDF9;
  background: #fff;
  box-sizing: border-box;
  padding: 33px 0 0;
}
.irtop-about__listitem.not-hover img{
  width: 90%;
}



.irtop-about {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}
.irtop-about__item {
  background: #fff;
  max-width: 380px;
  min-width: 288px;
  position: relative;
  width: 47%;
}
.irtop-about__item--message {
  z-index: 10;
}
.irtop-about__item--investors {
  z-index: 9;
}
.irtop-about__item a {
  box-shadow: 11px 15px 28px 0 rgba(0, 0, 0, .18);
  box-sizing: border-box;
  color: #033e80;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  height: 252px;
  line-height: 2;
  padding: 23px 0 0 28px;
  text-align: left;
  transition: color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  width: 100%;
}
.irtop-about__item a:hover {
  background-color: #033e80;
  box-shadow: 32px 32px 28px 0 rgba(0, 0, 0, .18);
  color: #fff;
}
.irtop-about__item a:hover img {
  opacity: 0.85;
  transform: scale(.8);
}
.irtop-about__item a:hover::after {
  background: #033e80;
  bottom: -8px;
  left: -8px;
  right: -8px;
  top: -8px;
}
.irtop-about__item a strong {
  font-weight: 700;
  position: relative;
  z-index: 10;
}
.irtop-about__item a:active {
  background-color: #fff;
  box-shadow: 7.518px 7.518px 10px 0 rgba(0, 0, 0, .18);
  color: #033e80;
}
.irtop-about__item a::before {
  line-height: 1.05;
  margin: 0 0 3px;
  position: relative;
  z-index: 10;
  content: attr(data-eng);
  display: block;
  font-family: Rajdhani, sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
}
.irtop-about__item a::after {
  background: #fff;
  bottom: 0;
  content: "";
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  transition: all 0.3s ease;
}
.irtop-about__item a img {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  transition: all 0.3s ease;
  width: 100%;
  z-index: 10;
}
.irtop-about__item--irtsushin {
  max-width: 380px;
  min-width: 288px;
  position: relative;
  width: 47%;
  margin: 50px 0 0;
}
.irtop-about__item--irtsushin a {
  box-shadow: 11px 15px 28px 0 rgba(0, 0, 0, .18);
  box-sizing: border-box;
  display: block;
  transition: color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
.irtop-about__item--irtsushin a:hover {
  background-color: #033e80;
  box-shadow: 32px 32px 28px 0 rgba(0, 0, 0, .18);
}
.irtop-about__item--irtsushin a:hover img {
  opacity: 0.85;
  transform: scale(.8);
}
.irtop-about__item--irtsushin a:hover::after {
  background: #033e80;
  bottom: -8px;
  left: -8px;
  right: -8px;
  top: -8px;
}
.irtop-about__item--irtsushin a:active {
  background-color: #033e80;
  box-shadow: 7.518px 7.518px 10px 0 rgba(0, 0, 0, .18);
}
.irtop-about__item--irtsushin a::before {
  position: relative;
  z-index: 10;
  display: block;
}
.irtop-about__item--irtsushin a::after {
  bottom: -50px;
  content: "";
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  transition: all 0.3s ease;
}
.irtop-about__item--irtsushin a img {
  bottom: 0;
  display: block;
  left: 0;
  position: relative;
  transition: all 0.3s ease;
  width: 100%;
  z-index: 10;
}
.irtop-about__item--kabuka {
  background: #FFF;
  border: solid 7px #DEEDF9;
  padding: 33px 6px 22px 9px;
  max-width: 350px;
  min-width: 288px;
      max-height: 222px;
  position: relative;
  width: 47%;
  margin: 50px 0 0 50px;
}
.irtop-about__item--kabuka img {
  max-width: 330px;
  max-height: 186px;
  height: 252px;
}
@media screen and (max-width:960px) {
  .irtop-about__item {
    max-width: 500px;
    width: calc((100% - 20px)/ 2);
  }
  .irtop-about__item--irtsushin{
    width: calc((100% - 20px)/ 2);
    max-width: 500px;
    margin: 20px 0 0 0;
  }
 .irtop-about__item--irtsushin a img {
  position: relative;
  width: 100%;
  z-index: 10;
  }
  .irtop-about__item--kabuka {
    width: 39%;
    margin: 20px 0 0 0;
    padding: 36px 26px 24px 26px;
  }
  .irtop-about__item--kabuka img {
    max-width: 300px;
    height: auto;
  }
}
@media screen and (max-width:767px) {
  .ir .ir__article h1 {
    font-size: 2rem;
  }
  .irtop-about {
    display: block;
  }
  .irtop-about__item {
    height: 48vw;
    margin: 0 0 56px;
    max-width: 1078px;
    width: auto;
  }
  .irtop-about__item a {
    height: 100%;
  }
  .irtop-about__item a::before {
    margin: 0 0 1px;
  }
  .irtop-about__item--kabuka {
    width: 45%;
    margin: 20px 0 0 0;
    padding: 22px 0 16px 0;
  }
  .irtop-about__item--kabuka img{
    max-width: 300px;
    height: auto;
  }
}
@media screen and (max-width:480px) {
  .irtop-about__item {
    height: 240px;
    margin: 0 0 56px;
    max-width: 1078px;
    width: auto;
  }
  .irtop-about__item--irtsushin {
    width: 100%;
    margin: 0 0 56px 0;
  }
  .irtop-about__item--irtsushin a img {
  display: block;
  position: relative;
  width: 100%;
  z-index: 10;
}
  .irtop-about__item--kabuka {
    padding: 22px 3px 16px 0;
    width: 96%;
  }
   .irtop-about__item--kabuka img {
    max-width: 96%;
  }
}
.irtop-calendar {
  font-size: 1.4rem;
  line-height: 2;
  border-top: 1px solid #f5f4f4;
  margin-top: 50px;
}
.irtop-calendar div {
  padding: 12px 0 0;
  font-size: 1.3rem;
}
.irtop-calendar p {
  padding: 12px 0 10px;
  border-bottom: 1px solid #f5f4f4;
}
.irtop-calendar__date {
  margin: 0 2.5em 0 0;
  color: #999;
}
@media screen and (min-width:768px) {
  .irtop-calendar li {
    display: flex;
    flex-wrap: wrap;
  }
  .irtop-calendar div, .irtop-calendar p {
    padding: 12px 0 10px;
  }
  .irtop-calendar div {
    border-bottom: 1px solid #f5f4f4;
  }
  .irtop-calendar p {
    flex: 1 0 0%;
  }
}
.irtop-faq {
  background: #fff;
  box-shadow: 11px 15px 28px 0 rgba(0, 0, 0, .18);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 6px 0 0;
  width: 100%;
}
.irtop-faq__item {
  width: 50%;
}
.irtop-faq__item::before {
  background: #f5f4f4;
  content: "";
  display: block;
  height: 1px;
}
.irtop-faq__item a::after, .irtop-faq__item a::before {
  background: #033e80;
  bottom: 0;
  content: "";
  height: 1px;
  margin: auto;
  position: absolute;
  right: 24px;
  top: 0;
  transition: background 0.2s ease;
  transform-origin: right center;
  transform: rotate(40deg);
  width: 10px;
}
.irtop-faq__item a::after {
  transform: rotate(-40deg);
}
.irtop-faq__item a:hover {
  background: #033e80;
  color: #fff;
}
.irtop-faq__item a:hover::after, .irtop-faq__item a:hover::before {
  background: #fff;
}
.irtop-faq__item a:active {
  background: #fff;
  color: #033e80;
}
.irtop-faq__item a:active::after, .irtop-faq__item a:active::before {
  background: #033e80;
}
.irtop-faq__item a {
  font-size: 1.4rem;
  line-height: 2;
  text-align: left;
  background: #fff;
  color: #444;
  display: block;
  position: relative;
  transition: all 0.2s ease;
}
@media screen and (max-width:767px) {
  .irtop-faq {
    display: block;
    max-width: 1078px;
    width: 100%;
  }
  .irtop-faq__item {
    width: auto;
  }
  .irtop-faq__item:nth-of-type(1) ~ li::before {
    content: "";
  }
  .irtop-faq__item a {
    padding: 14px 0 13px 28px;
  }
  .irtop-faq__item a::after, .irtop-faq__item a::before {
    right: 28px;
  }
}
@media screen and (min-width:768px) {
  .irtop-faq__item:nth-of-type(1)::before, .irtop-faq__item:nth-of-type(2)::before {
    content: none;
  }
  .irtop-faq__item:nth-of-type(odd)::before {
    margin: 0 21px 0 42px;
  }
  .irtop-faq__item:nth-of-type(odd) a {
    padding: 13px 41px 14px 42px;
  }
  .irtop-faq__item:nth-of-type(odd) a::after, .irtop-faq__item:nth-of-type(odd) a::before {
    right: 21px;
  }
  .irtop-faq__item:nth-of-type(even)::before {
    margin: 0 42px 0 21px;
  }
  .irtop-faq__item:nth-of-type(even) a {
    padding: 13px 62px 14px 21px;
  }
  .irtop-faq__item:nth-of-type(even) a::after, .irtop-faq__item:nth-of-type(even) a::before {
    right: 42px;
  }
}
/*
	/ir/message/
================================*/
.message__photo {
  float: right;
  margin: 0 0 20px 32px;
  text-align: center;
  width: 250px;
}
.message__sign {
  margin-top: 50px;
  text-align: right;
}
.message__sign img {
  max-width: 177px;
}
@media screen and (max-width:767px) {
  .message__photo {
    float: none;
    margin: 0 auto 20px auto;
  }
}
/*
	/ir/library/
================================*/
.library__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.library__list--item {
  width: 47%;
  margin-bottom: 100px;
  padding-bottom: 75px;
  position: relative;
}
h2.library__list--title {
  line-height: 1.05;
  margin: 0 0 12px;
  font-size: 2.2rem;
  font-weight: 400;
  color: #033e80;
}
.library__list .ir__btn {
  margin-top: 0;
  position: absolute;
  bottom: 0;
  display: block;
  width: 238px;
}
@media screen and (max-width:767px) {
  .library__list--item {
    width: 100%;
  }
}
/*
	/ir/calendar/
================================*/
.calendar__img {
  margin-bottom: 100px;
}
/*
	/ir/faq/
================================*/
.faq__index {
  background: #FBFBFB;
  padding: 24px 40px 28px 40px;
  font-size: 1.4rem;
}
.faq__index p {
  color: #033E80;
  font-weight: 700;
}
.faq__index ul {
  border-top: 1px solid #F5F4F4;
  margin-top: 6px;
}
.faq__index ul li {
  border-bottom: 1px solid #F5F4F4;
}
.faq__index ul li a {
  padding: 20px 0;
  display: block;
}
.faq__index ul li a:hover {
  background: #9bc6f7;
}
.faq__block {
  padding-top: 80px;
  margin-top: 20px;
}
.faq__list {
  font-size: 1.4rem;
  line-height: 2;
  margin: 0 auto;
}
.faq__list dt {
  border-top: 1px solid #0290ee;
  border-bottom: 1px dotted #cccccc;
  color: #033e80;
  font-weight: 700;
  padding: 20px 0;
}
.faq__list dd {
  padding: 32px 0 40px;
}
@media screen and (max-width:767px) {
  .faq__block {
    margin-top: 0
  }
  .faq__list dd {
    padding: 20px 0 32px;
  }
}
/*
	/ir/inquiry/
================================*/
.inquiry__form {
  width: 632px;
  margin: 0 auto;
}
.inquiry__list {
  font-size: 1.4rem;
  line-height: 2;
  text-align: left;
  margin: 70px 0 24px;
  background-color: #ebf0f5;
}
.inquiry__list dt {
  font-size: 16px;
  color: #5a5f64;
  font-weight: 700;
  box-sizing: border-box;
  line-height: 1;
  padding: 16px 32px 0;
}
.inquiry__required:after {
  content: "[必須]";
  font-size: 16px;
  color: #ff3c19;
  padding: 0 .5em;
  display: inline-block;
  line-height: 1;
}
.inquiry__list dd {
  box-sizing: border-box;
  padding: 8px 32px 16px;
  border-bottom: solid 1px #fff;
}
.inquiry__list dd:last-child {
  padding: 8px 28px 16px;
}
.inquiry__list input, .inquiry__list textarea {
  font-size: 1.4rem;
  line-height: 1.6;
  width: 100%;
  border: 1px solid #cccc;
  padding: 2px 8px;
  box-sizing: border-box;
}
.inquiry__list input {
  height: 40px;
}
.inquiry__list textarea {
  height: 112px;
}
.inquiry__list .personal_info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 1;
}
.inquiry__list .personal_info input {
  width: 20px;
  height: 20px;
  flex: 1 0 auto;
}
.inquiry__list .personal_info a {
  color: #0050a0;
}
.inquiry__list .personal_info a:hover {
  color: #0078c8;
}

.inquiry__form .inquiry__btn,
.js-p-form_input.inquiry__btn,
.js-p-form_confirm.inquiry__btn {
  display: flex;
  justify-content: center;
}
.inquiry__form .inquiry__btn .sending,
.js-p-form_input.inquiry__btn .submit_button,
.js-p-form_confirm.inquiry__btn .return_input {
  font-size: 24px;
  background: #fff;
  box-sizing: border-box;
  background-color: #0050a0;
  display: block;
  font-weight: 700;
  line-height: 2;
  padding: 8px 0;
  text-align: center;
  margin: 0 32px 32px;
  width: 520px;
  color: #fff;
  border-radius: 8px;
  cursor: pointer;
  border: none;
  box-shadow: 0 3px 0 #003c8c;
}
.js-p-form_confirm.inquiry__btn .return_input{
  opacity: .6;
}
.inquiry__form .inquiry__btn .sending:hover,
.js-p-form_input.inquiry__btn .submit_button:hover,
.js-p-form_confirm.inquiry__btn .return_input:hover {
  background-color: #0078c8;
}
.inquiry__form .inquiry__btn .sending:active,
.js-p-form_input.inquiry__btn .submit_button:active,
.js-p-form_confirm.inquiry__btn .return_input:active {
  position: relative;
  top: 3px;
  box-shadow: none;
}
.inquiry__form .inquiry__btn .sending:disabled,
.js-p-form_input.inquiry__btn .submit_button:disabled,
.js-p-form_confirm.inquiry__btn .return_input:disabled {
  background-color: #c8cdd2;
  box-shadow: none;
  cursor: default;
}
.inquiry__form .form_error {
  display: block;
  font-size: 14px;
  color: #ff3c19;
  padding: 4px 0 0;
  display: block;
  line-height: 1;
}
.inquiry__form .acw {
  font-size: 16px;
  padding-left: 1em;
}
.inquiry__form .acw:before {
  content: "※";
  margin-left: -1em;
}
@media screen and (max-width:767px) {
  .inquiry__form {
    width: 100%;
  }
  .inquiry__list {
    display: block;
    margin: 75px 0 24px;
  }
  .inquiry__list dt {
    padding: 16px calc(100% * 32 / 560) 8px;
    width: auto;
  }
  .inquiry__list dd {
    padding: 0 calc(100% * 32 / 560) 16px;
    width: auto;
  }
  .inquiry__list dd:last-child {
    padding: 0 calc(100% * 32 / 560) 16px;
  }
  .inquiry__list dd input {
    line-height: 28px;
  }
  .inquiry__list .personal_info {
    text-align: left;
    line-height: 1.6;
  }
  .inquiry__form .inquiry__btn .submit_button {
    padding: 8px 0;
  }
}

.inquiry .js-p-form_confirm{
  display: none;
}



/*
	/ir/management/
================================*/
.management .mission {
  margin-bottom: 116px;
}
.management h1 {
  margin-bottom: 42px;
}
.management .subttl {
  font-size: 22px;
  font-weight: bold;
  color: #033e80;
  margin-bottom: 18px;
}
.management .subsubttl {
  font-size: 16px;
  font-weight: bold;
  color: #033e80;
  margin-bottom: 6px;
}
.management .value_list li {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 12px;
}
.management .value_list li .subsubttl {
  margin-bottom: 2px;
}
.management .business_development {
  margin: 16px 0 44px;
}
.management .img_area {
  margin-top: 14px;
  display: flex;
  justify-content: center;
}
.management .img_area .img_box {
  width: 378px;
}
.management .img_area .img_box:first-child {
  margin-right: 42px;
}
.management .img_area .img_box img {
  width: 100%;
  display: block;
}
@media screen and (max-width:767px) {
  .management .mission {
    margin-bottom: 66px;
  }
  .management .img_area {
    flex-direction: column;
  }
  .management .img_area .img_box {
    width: 100%;
  }
  .management .img_area .img_box:first-child {
    margin: 0 0 18px;
  }
  .management .ir__overflow--icon {
    margin-top: 2rem;
  }
  .management .business_development {
    overflow-x: scroll;
  }
  .management .business_development img {
    max-width: 798px;
  }
}

.top_link{
  left: 42px;
  right: auto;
}