@charset "UTF-8";
/* Scss Document */
.webpageSec {
  padding: 60px 0;
  background: #F0F0F0;
}
.webpageSec p {
  font-size: 16px;
}
.webpageSec .webpageSecInner {
  padding: 60px 0;
  width: var(--content-width);
  margin: 0 auto;
  background: #fff;
  box-shadow: 0px 3px 6px #cccccc;
}
.webpageSec .webpageSecInner a {
  font-weight: 700;
  color: var(--g-color);
  transition: 0.3s;
}
.webpageSec .webpageSecInner a :hover {
  opacity: 0.8;
}
.webpageSec .webpageSecInner h3 {
  font-weight: 700;
}
.webpageSec .webpageSecInner h3::before {
  content: "ー ";
  color: var(--g-color);
}
.webpageSec .webpageSecInner p strong {
  font-size: 1.1em;
}
.webpageSec .webpageSecInner > * {
  max-width: 750px;
  margin: 0 auto 40px;
}


.webpageSec .webpageSecInner > *:last-child:not(hr) {
  margin-bottom: 0;
}
.webpageSec .webpageSecInner h2 {
  font-size: var(--textHeadingMid);
  font-weight: 700;
  border-left: solid 5px var(--g-color);
  padding: 0 0 0 20px;
  margin: 30px auto 10px;
  line-height: 1.6;
}
.webpageSec .webpageSecInner h2.lb_style {
  margin: 0;
}
.webpageSec .webpageSecInner .mt-be-columns {
  justify-content: space-between;
  max-width: 750px;
  margin: auto;
}
.webpageSec .webpageSecInner .mt-be-columns .mt-be-column {
  width: 48%;
  margin-bottom: 40px;
}
.webpageSec .webpageSecInner .mt-be-columns p a {
  border: 1px solid var(--g-color);
  display: block;
  text-align: left;
  padding: 40px;
  font-weight: 600;
  font-size: 20px;
  color: #000;
  line-height: 1.66;
  position: relative;
  transform: 0.3s;
}
.webpageSec .webpageSecInner .mt-be-columns p a::before {
  content: "";
  width: 5px;
  height: 35px;
  background: var(--g-color);
  position: absolute;
  left: 20px;
}
.webpageSec .webpageSecInner .mt-be-columns p a::after {
  content: url(/img/arrow_g.svg);
  padding-left: 10px;
  transition: 0.3s;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 20px;
  display: flex;
  align-items: center;
}
.webpageSec .webpageSecInner .mt-be-columns p:hover a {
  background: var(--g-color-2);
}
.webpageSec .webpageSecInner .mt-be-columns p:hover a::after {
  transform: translateX(5px);
}
.webpageSec .webpageSecInner hr {
  width: 60px;
  color: var(--g-color);
  margin: auto auto 40px;
}
.webpageSec .webpageSecInner table tr th {
  border: solid 1px #AFAFAF;
}
.webpageSec .webpageSecInner table tr td {
  border: solid 1px #AFAFAF;
  padding: 20px;
}
.webpageSec .webpageSecInner table tr td:nth-of-type(1) {
  background: #DEF2ED;
  font-weight: 700;
  padding: 20px;
  vertical-align: middle;
}
.webpageSec .webpageSecInner table tr td:nth-of-type(2) {
  padding: 20px;
  background: rgba(255, 255, 255, 0.85);
  vertical-align: middle;
}

/*IR data*/
.webpageSec .indexSectionInner.narrow {
  max-width: 850px;
}
.webpageSec .indexSectionInner.narrow .webpageSecInner {
  width: 100%;
  padding: 60px 0;
}
.webpageSec .indexSectionInner.narrow .webpageSecInner .irNews_head {
  display: flex;
  justify-content: space-between;
  max-width: 750px;
  margin: auto auto 20px;
}
.webpageSec .indexSectionInner.narrow .webpageSecInner .irNews_head h2 {
  font-size: 32px;
  color: var(--g-color);
  font-weight: 700;
  line-height: 1;
  border: none;
  margin: 0;
  padding: 0;
}
.webpageSec .indexSectionInner.narrow .webpageSecInner .irNews_head h2 span:nth-of-type(1) {
  font-size: 0.7em;
}
.webpageSec .indexSectionInner.narrow .webpageSecInner .irNews_head h2 span:nth-of-type(2) {
  font-family: var(--microgramma);
  font-size: 12px;
  color: #AFAFAF;
  display: block;
}
.webpageSec .indexSectionInner.narrow .webpageSecInner .irNews_head a {
  font-size: 16px;
  font-weight: 700;
  color: var(--g-color);
}
.webpageSec .indexSectionInner.narrow .webpageSecInner .irNews_head a::before {
  content: url(/img/list_g.svg);
  margin-right: 10px;
  vertical-align: middle;
}

.executivePh {
  width: 30%;
  text-align: center;
  display: block !important;
}

.ir_contents {
  max-width: 750px;
  margin: auto;
}
.ir_contents #xj-select-year_s {
  border-color: var(--g-color);
  padding: 10px;
  color: var(--g-color);
  font-weight: 700;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
}
.ir_contents #xj-select-year_s:focus-visible {
  outline: none;
}
.ir_contents .ir_sort_category ul {
  display: flex;
  justify-content: space-around;
  margin: 20px 0 40px;
}
.ir_contents .ir_sort_category ul li {
  width: 100%;
  text-align: center;
  border-left: 2px solid #F0F0F0;
  font-weight: 700;
  transition: 0.3s;
  line-height: 1.4;
}
.ir_contents .ir_sort_category ul li:last-of-type {
  border-right: 2px solid #F0F0F0;
}
.ir_contents .ir_sort_category ul li a {
  color: #AFAFAF;
  line-height: 1.4;
  display: block;
}
.ir_contents .ir_sort_category ul li a.active {
  color:var(--g-color);
  background-color:var(--g-color-2);
}

.ir_contents .ir_sort_category ul li a:hover {
  color: var(--g-color);
  cursor: pointer;
}
.ir_contents .ir_infolist li {
  display: flex;
  margin: 20px 0;
}
.ir_contents .ir_infolist li .ir_infolist_date {
  max-width: 180px;
  color: #AFAFAF;
  font-weight: 700;
  display: flex;
  align-items: flex-start;
}
.ir_contents .ir_infolist li .ir_infolist_date .tag {
  border: 2px solid var(--g-color);
  color: var(--g-color);
  font-size: 12px;
  margin-left: 15px;
  text-align: center;
  width: 75px;
  display: inline-block;
  line-height: 1.3;
  padding: 5px;
}
.ir_contents .ir_infolist li div:not(.ir_infolist_date) {
  flex: 1;
  margin-left: 20px;
  line-height: 1;
}
.ir_contents .ir_infolist li div:not(.ir_infolist_date) a {
  color: var(--g-color);
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s;
}
.ir_contents .ir_infolist li div:not(.ir_infolist_date) a:hover {
  opacity: 0.85;
}
.ir_contents .ir_infolist li div:not(.ir_infolist_date) .ico_pdf {
  font-size: 12px;
  vertical-align: middle;
  line-height: 1;
}
.ir_contents .ir_infolist li div:not(.ir_infolist_date) .ico_pdf img {
  width: auto;
  display: inherit;
  margin: 0 10px;
}

/*財務・業績*/
.ir_contents #highlight .graph {
  width: 340px;
  margin-right: 20px;
  display: inline-block;
  margin-bottom: 40px;
}
.ir_contents #highlight .graph.right {
  margin-right: 0;
}
.ir_contents #highlight .graph .headline4 {
  font-size: 18px;
  font-weight: 700;
  color: var(--g-color);
  background: var(--g-color-2);
  padding: 5px 20px;
  line-height: 1.66;
}
.ir_contents #highlight .graph .xj_chart_table {
  border: 1px solid #d1d1d1;
  border-collapse: collapse;
  border-spacing: 0px;
  margin: 20px auto;
  font-size: 14px;
}
.ir_contents #highlight .graph .xj_chart_table .xj_chart_header {
  border-bottom: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  background: #F0F0F0;
  padding: 0 5px;
}
.ir_contents #highlight .graph .xj_chart_table .xj_chart_value {
  width: 100px;
  border-bottom: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  font-size: 14px;
  text-align: right;
  padding: 0 5px;
}
.ir_contents #highlight .graph .xj_chart_table .first {
  display: none;
}

/*-----個人投資家の皆さまへ-----*/
#individualInvestor {
  position: relative;
  height: 100%;
}

/* anime button styles */
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  color: #fff;
}

.button.styl-material {
  padding: 1.5em 3em;
  margin: 0;
  position: relative;
  min-width: 250px;
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
  color: var(--g-color);
}

a.button.styl-material:active, a.button.styl-material:focus, a.button.styl-material:visited {
  color: #2f9a81;
}

.button.styl-material {
  transition: 200ms background cubic-bezier(0.4, 0, 0.2, 1);
  background: #fff;
  transition: 0.3s;
}
.button.styl-material:hover, .button.styl-material:focus {
  outline: none;
}

.ripple-obj {
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  fill: #2f9a81;
}
.ripple-obj use {
  opacity: 0;
}

.button.styl-material::before {
  content: "";
  height: 1px;
  width: 80px;
  position: absolute;
  left: -40px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: var(--g-color);
  transition: 0.3s;
}

@media only screen and (min-width: 1025px) {
  .button.styl-material:hover {
    transform: translateX(20px);
  }

  .button.styl-material:hover::before {
    width: 60px;
  }
}
/*catch*/
.Investor_catch {
  height: 400px;
  background: url("../assets/fv_img_01.png") no-repeat;
  background-position: center bottom;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Investor_catch p {
  color: #fff;
  text-shadow: 0px 0px 6px var(--g-color);
  font-size: 32px;
  font-weight: 700;
}

/*main*/
.alternate {
  background: url("../img/wave_w_1.jpg") no-repeat center;
  background-size: cover;
  position: relative;
}
.alternate::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--g-color);
  mix-blend-mode: overlay;
}
.alternate section {
  max-width: 1000px;
  margin: 0 auto;
  display: block;
  display: flex;
  align-items: center;
  top: -100px;
  position: relative;
}
.alternate section:not(:first-of-type) {
  margin-top: -100px;
}
.alternate .icon_wrap {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.alternate .icon_wrap img {
  width: 100px;
  transition: 0.2s;
}
.alternate .icon_wrap:hover img {
  transform: scale(0.9);
}

.alternate section:nth-of-type(even) {
  flex-direction: row-reverse;
}

.alternate section:nth-of-type(even) .icon_wrap {
  margin: 0 0 0 20px;
}

.alternate section:nth-of-type(even) .button.styl-material::before {
  right: -40px;
  left: auto;
}

@media only screen and (min-width: 1025px) {
  .alternate section:nth-of-type(even) .button.styl-material:hover {
    transform: translateX(-20px);
  }
}
/*more*/
.Investor_more {
  background: #fff;
  padding: 100px 0;
  position: relative;
}
.Investor_more::before, .Investor_more::after {
  content: "";
  border-left: 50vw solid transparent;
  border-bottom: 10vw solid #fff;
  position: absolute;
  right: 0px;
  width: 0;
  height: 0;
  top: -10vw;
}

.Investor_more::after {
  border-left: none;
  border-right: 50vw solid transparent;
  right: auto;
  left: 0;
}

.Investor_more h2 {
  color: var(--g-color);
  font-size: 42px;
  text-align: center;
  margin-bottom: 80px;
  font-weight: 700;
}

.narrow_width {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin: auto;
}

.button_g {
  background: var(--g-color);
  width: 47.5%;
  max-width: 370px;
  text-align: center;
  margin-bottom: 80px;
  padding: 20px 0;
  font-weight: 700;
  transition: 0.3s;
  color: #fff;
}
.button_g img {
  height: 16px;
  width: auto;
  display: inline-block;
  margin-right: 5px;
}

a.button_g:active, a.button_g:focus, a.button_g:visited {
  color: #fff;
}

@media only screen and (min-width: 1025px) {
  a.button_g:hover {
    transform: scale(0.95);
  }
}
.button_g .miniHr {
  position: relative;
}

.miniHr::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 80px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: var(--g-color);
}

/*-----timeline-----*/
.timeline_img {
  padding: 20px;
  background: #f0f0f0;
  position: relative;
}

.timeline_img.no_padding{
	padding: 0;
	background-color: transparent;;
}

.timeline_img .scroll {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent var(--g-color);
  position: absolute;
  opacity: 0.5;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 20px;
  -webkit-animation: scroll 3s infinite;
          animation: scroll 3s infinite;
}
.timeline_img p {
  overflow-x: scroll;
}
.timeline_img p img {
  max-width: none !important;
  width: auto;
  height: 700px !important;
  padding: 40px;
  background: #fff;
}
.timeline_img + .openModal {
  text-align: center;
  font-weight: 700;
  color: var(--g-color);
  cursor: pointer;
}
.timeline_img + .openModal img {
  display: inline-block;
  width: 1em;
  margin-left: 0.5em;
}
.timeline_img + .openModal p {
  font-size: 16px;
}
.timeline_img + .openModal + .modalArea {
  max-width: none;
  z-index: 30001;
}
.timeline_img + .openModal + .modalArea .modalWrapper {
  width: 100%;
  max-width: 70%;
}

@-webkit-keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(10px);
  }
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(10px);
  }
}
/*-----証券業向けソリューション----*/
.bondSolution_img {
  background: #f0f0f0;
  position: relative;
  padding: 20px;
}
.bondSolution_img .scroll {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent var(--g-color);
  position: absolute;
  opacity: 0.5;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 20px;
  -webkit-animation: scroll 3s infinite;
          animation: scroll 3s infinite;
}
.bondSolution_img p {
  overflow-x: scroll;
}
.bondSolution_img p img {
  max-width: none !important;
  width: auto;
  /*height: 700px!important;
  padding: 40px;*/
  background: #fff;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(10px);
  }
}
/*-----------探す系　後でprodlistに移したい-------*/
.webpageSec .webpageSecInner .thema-industry_list {
  margin-bottom: 0 !important;
}
.webpageSec .webpageSecInner .thema-industry_list > ul > li > a {
  display: none;
}
.webpageSec .webpageSecInner .thema-industry_list ul li ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.webpageSec .webpageSecInner .thema-industry_list ul li ul li {
  width: 47.5%;
  margin-bottom: 40px;
}
.webpageSec .webpageSecInner .thema-industry_list ul li ul li a {
  background: var(--g-color);
  display: block;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 5px 10px;
  position: relative;
  transition: 0.2s;
}
.webpageSec .webpageSecInner .thema-industry_list ul li ul li a::before {
  content: "";
  position: absolute;
  background: #fff;
  height: 50%;
  width: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 10px;
}
.webpageSec .webpageSecInner .thema-industry_list ul li ul li a:hover {
  background: var(--g-color-2);
  color: var(--g-color);
}
.webpageSec .webpageSecInner .tag_list {
  margin-bottom: 0 !important;
}
.webpageSec .webpageSecInner .tag_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.webpageSec .webpageSecInner .tag_list ul li {
  width: auto;
  margin-bottom: 20px;
  flex-grow: 1;
}
.webpageSec .webpageSecInner .tag_list ul li a {
  background: var(--g-color-2);
  color: var(--g-color);
  display: block;
  font-weight: 700;
  text-align: center;
  padding: 5px 20px;
  position: relative;
  margin: 0 5px;
  transition: 0.2s;
}
.webpageSec .webpageSecInner .tag_list ul li a::before {
  content: "#";
}
.webpageSec .webpageSecInner .tag_list ul li a:hover {
  background: var(--g-color);
  color: #fff;
}
.webpageSec .webpageSecInner .Japanese_list {
  margin-bottom: 0 !important;
}
.webpageSec .webpageSecInner .Japanese_list h2 {
  text-align: center;
  color: var(--g-color);
  border: none !important;
  margin: 0 auto 30px !important;
}
.webpageSec .webpageSecInner .Japanese_list ul {
  max-width: 465px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.webpageSec .webpageSecInner .Japanese_list ul li a {
  height: 70px;
  width: 70px;
  border-radius: 10px;
  border: 1px solid var(--g-color);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--g-color);
  font-weight: 700;
  margin: 10px;
  transition: 0.3s;
}
.webpageSec .webpageSecInner .Japanese_list ul li a:hover {
  background: var(--g-color-2);
  color: var(--g-color);
}

#service-products .webpageSecInner + .secInner {
  padding: 60px 0 0;
  text-align: center;
}
#service-products .webpageSecInner + .secInner div > a {
  background: #fff;
  padding: 20px;
  width: 300px;
  border: #2F9A81 solid 1px;
  color: #2F9A81;
  overflow: auto;
  display: inline-block;
  font-weight: 700;
  position: relative;
}
#service-products .webpageSecInner + .secInner div > a:first-of-type {
  margin-right: 10px;
}
#service-products .webpageSecInner + .secInner div > a:last-of-type {
  margin-left: 10px;
}
#service-products .webpageSecInner + .secInner div > a::after {
  content: url(/img/arrow_g.svg);
  padding-left: 10px;
  height: 33px;
  transition: 0.3s;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 20px;
}
#service-products .webpageSecInner + .secInner div > a:hover::after {
  transform: translateX(5px);
}

/*-----------media Query------------*/
@media screen and (max-width: 1000px) {
  .webpageSec {
    padding: 40px 20px;
    background: #F0F0F0;
  }
  .webpageSec .webpageSecInner {
    padding: 40px 20px;
  }
  .webpageSec .webpageSecInner .mt-be-columns {
    display: block !important;
  }
  .webpageSec .webpageSecInner .mt-be-columns .mt-be-column {
    width: 100%;
    margin-bottom: 20px;
  }
  .webpageSec .webpageSecInner .mt-be-columns .mt-be-column p a {
    font-size: 16px;
  }
  .webpageSec .webpageSecInner .mt-be-columns .mt-be-column p a::before {
    width: 3px;
  }
  .webpageSec .webpageSecInner table:not(.xj_chart_table) {
    border: solid 1px #AFAFAF;
    padding: 20px;
  }
  .webpageSec .webpageSecInner table:not(.xj_chart_table) tr th, .webpageSec .webpageSecInner table:not(.xj_chart_table) tr td {
    border: none;
    border-bottom: solid 1px #AFAFAF;
    height: auto !important;
    font-size: 14px;
  }
  .webpageSec .webpageSecInner table:not(.xj_chart_table) tr th > *, .webpageSec .webpageSecInner table:not(.xj_chart_table) tr td > * {
    line-height: 1.6;
  }

  /*IR data*/
  .webpageSec .indexSectionInner.narrow {
    padding: 0;
  }
  .webpageSec .indexSectionInner.narrow .webpageSecInner {
    padding: 40px 20px;
  }
  .webpageSec .indexSectionInner.narrow .webpageSecInner .irNews_head {
    display: block;
  }

  .ir_contents #xj-select-year_s {
    width: 100%;
  }
  .ir_contents .ir_sort_category ul {
    flex-wrap: wrap;
  }
  .ir_contents .ir_sort_category ul li {
    width: 50%;
    margin-bottom: 15px;
    font-size: 14px;
  }
  .ir_contents .ir_sort_category ul li:first-of-type {
    width: 100%;
  }
  .ir_contents .ir_sort_category ul li:nth-of-type(odd) {
    border-right: 2px solid #F0F0F0;
  }
  .ir_contents .ir_infolist li {
    display: block;
    margin: 25px 0;
  }
  .ir_contents .ir_infolist li div:not(.ir_infolist_date) {
    margin: 0;
  }
  .ir_contents .ir_infolist li .ir_infolist_date .tag {
    width: auto;
  }

  .ir_contents #highlight .graph {
    width: 100%;
  }
  .ir_contents #highlight .graph .xj_chart_table, .ir_contents #highlight .graph .xj_chart_value {
    font-size: 12px;
  }
  .ir_contents #highlight .graph .headline4 {
    font-size: 16px;
  }

  .Investor_catch {
    height: 320px;
  }

  .Investor_catch p {
    font-size: 24px;
  }

  .alternate section {
    flex-direction: column !important;
    top: -50px;
    margin: 0 20px;
    width: 260px;
  }

  .alternate section:nth-of-type(even) {
    margin-right: 20px;
    margin-left: auto;
  }

  .alternate .icon_wrap {
    width: 150px;
    height: 150px;
  }

  .alternate .icon_wrap img {
    width: 60px;
  }

  .alternate section:not(:first-of-type) {
    margin-top: 40px;
  }

  .button.styl-material {
    text-align: center;
    font-size: 16px;
  }

  .button.styl-material::before,
.alternate section:nth-of-type(even) .button.styl-material::before {
    width: 1px;
    height: 50px;
    left: 0;
    right: 0;
    margin: auto;
    top: -100px;
  }

  .alternate .icon_wrap,
.alternate section:nth-of-type(even) .icon_wrap {
    margin: 0 0 20px;
  }

  .Investor_more {
    padding: 70px 0;
  }

  .Investor_more h2 {
    font-size: 24px;
    margin-bottom: 40px;
  }

  .Investor_more .narrow_width {
    flex-direction: column;
    align-items: center;
  }

  .button_g {
    width: calc(100% - 40px);
    margin-bottom: 20px;
  }

  /*-----timiline-----*/
  .timeline_img {
    padding: 5px;
  }
  .timeline_img p img {
    height: 500px !important;
    padding: 20px;
  }

  .timeline_img + .openModal + .modalArea {
    top: 0;
  }
  .timeline_img + .openModal + .modalArea .modalWrapper {
    top: 50%;
  }

  .webpageSec .webpageSecInner .thema-industry_list ul li ul li {
    width: 100%;
    margin-bottom: 20px;
  }

  .tag_list ul li a {
    padding: 5px 10px;
  }

  #service-products .webpageSecInner + .secInner div > a:first-of-type {
    margin-right: 0;
  }
  #service-products .webpageSecInner + .secInner div > a:last-of-type {
    margin-left: 0;
  }
	
	.executivePh{
		width: 100%;
	}
}/*# sourceMappingURL=webPage.css.map */