﻿.table {
  width: 100%;
}
.table > *:first-child {
  margin-top: 0;
}
.table > th {
  vertical-align: middle;
  border-right: none !important;
  border-left: none !important;
  background: none;
}
.table > td {
  text-align: right;
  vertical-align: middle;
  border-right: none !important;
  border-left: none !important;
  background-color: #f2f2f2;
}
.table .table__paragraph {
  font-size: 1.14vw;
  line-height: 1.3em;
  font-weight: normal;
  text-align: left;
  padding-right: 30px;
}
.table .table__paragraph--large {
  font-size: 2.57vw;
  line-height: 1.3em;
  font-weight: normal;
}
.table .table__paragraph--small {
  font-size: 1.2vw;
  line-height: 1.3em;
  font-weight: normal;
}
@media screen and (min-width: 1600px) {
  .table .table__paragraph {
    font-size: 18.24px;
  }
  .table .table__paragraph--large {
    font-size: 41.12px;
  }
  .table .table__paragraph--small {
    font-size: 19.2px;
  }
}
@media screen and (max-width: 767px) {
  .table .table__paragraph {
    font-size: 1rem;
    line-height: 1.3em;
  }
  .table .table__paragraph--large {
    font-size: 1.86rem;
    line-height: 1.3em;
  }
  .table .table__paragraph--small {
    font-size: 0.86rem;
    line-height: 1.3em;
  }
}


/* mainvisual__inner, mainvisual__box*/

.mainvisual__inner {
  position: absolute;
  width: 100%;
  max-width: 1280px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mainvisual__inner > *:first-child {
  margin-top: 0;
}
.mainvisual__inner:before {
  height: 100%;
}
.mainvisual__box {
  width: 510px;
  box-sizing: border-box;
  float: right;
  margin-right: 30px;
  border-bottom: solid 1px #ffffff;
  padding: 0 0 1.1vw;
}
@media screen and (min-width: 841px) and (max-width: 1279px) {
  .mainvisual__box {
    width: 530px;
    padding: 0 0 1vw;
    margin: 0 30px 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 840px) {
  .mainvisual__box {
    width: 380px;
    padding: 0 0 1vw;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual__inner {
    position: relative;
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: 0;
    left: 0;
    margin: 0 auto;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0);
  }
  .mainvisual__inner > *:first-child {
    margin-top: 0;
  }
  .mainvisual__inner:before {
    height: 100%;
  }
  .mainvisual__box {
    max-width: 100%;
    width: auto;
    padding: 20px 0 0;
    float: none;
    margin: 0 0 0 0;
  }
}


/* publication_dl */

.publication_dl {
  border-top: solid 1px #ffffff;
  padding: 1.1vw 0 1vw 0;
}
.publication_dl dt {
  color: #fff;
  text-align: left;
  font-size: 1.29vw;
  line-height: 1em;
}
.publication_dl dd {
  color: #fff;
  text-align: left;
  font-size: 1.8vw;
  line-height: 1em;
  margin: 1vw 0 0;
  white-space: nowrap;
}
.publication_dl dd.--note {
  font-size: 0.84vw;
  line-height: 1.3;
}
@media screen and (min-width: 1600px) {
  .publication_dl {
    padding: 17.6px 0 16px 0;
  }
  .publication_dl dt {
    font-size: 20.64px;
  }
  .publication_dl dd {
    font-size: 28.8px;
    margin: 16px 0 0;
  }
  .publication_dl dd.--note {
    font-size: 14px;
    margin: 16px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .publication_dl {
    border-bottom: none;
    padding: 0 0 0 0;
  }
  .publication_dl dt {
    color: #000;
    text-align: left;
    font-size: 1rem;
    line-height: 1.3em;
  }
  .publication_dl dd {
    color: #000;
    text-align: left;
    font-size: 1.43rem;
    line-height: 1.3em;
    margin: 5px 0 0;
    white-space: normal
  }
  .publication_dl dd.--note {
    font-size: 0.86rem;
    margin: 8px 0 0;
  }
  .publication_dl dd.--note .common_color__white {
    color: #666 !important;
  }
  .publication_dl dd.--note .module_link--blank--white:after {
    content: url(/common/images/module_link_icon-blank.gif);
    margin-left: 8px;
  }
}


/* stock_dl */

.stock_dl {
  width: 100%;
  display: table;
  border-top: solid 1px #fff;
}
.stock_dl dt {
  width: 32%;
  font-size: 1.71rem;
  line-height: 1.3em;
  text-align: left;
  color: #fff;
  display: table-cell;
  padding-right: 30px;
}
.stock_dl dd {
  width: 68%;
  text-align: left;
  color: #fff;
  display: table-cell;
  padding: 20px 0 0;
}
@media screen and (min-width: 841px) and (max-width: 1279px) {
  .stock_dl {
    width: 100%;
    display: table;
    padding-bottom: 0;
  }
  .stock_dl dt {
    width: 32%;
    font-size: 1.43rem;
    line-height: 1.3em;
    text-align: left;
    color: #fff;
    display: table-cell;
  }
  .stock_dl dd {
    width: 68%;
    text-align: left;
    color: #fff;
    display: table-cell;
    padding: 10px 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 840px) {
  .stock_dl {
    width: 100%;
    display: table;
    padding-bottom: 0;
  }
  .stock_dl img {
    width: 100%;
  }
  .stock_dl dt {
    width: 32%;
    font-size: 1.43rem;
    line-height: 1.3em;
    text-align: left;
    color: #fff;
    display: table-cell;
  }
  .stock_dl dd {
    width: 68%;
    text-align: left;
    color: #fff;
    display: table-cell;
    padding: 10px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .stock_dl {
    border-bottom: none;
    padding-bottom: 0;
    margin-top: 40px;
  }
  .stock_dl dt {
    width: 100%;
    font-size: 1.43rem;
    line-height: 1.3em;
    color: #000;
    display: block;
    padding-right: 0;
  }
  .stock_dl dd {
    width: 100%;
    text-align: left;
    color: #000;
    display: block;
    margin-top: 20px;
    padding: 0;
  }
  .stock_dl .table {
    border-top: solid 1px #ddd;
  }
  .stock_dl .table * {
    font-size: 13px !important;
    line-height: 1.2em !important;
  }
  .stock_dl .table th {
    padding: 10px;
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
    color: #333;
    -webkit-text-size-adjust: 100%;
    word-wrap: break-word;
  }
  .stock_dl .table th > *:first-child {
    margin-top: 0;
  }
  .stock_dl .table td {
    border-bottom: solid 1px #ddd;
    padding: 10px;
    text-align: right;
    font-weight: normal;
    color: #333;
    vertical-align: middle;
    background-color: #f2f2f2;
    -webkit-text-size-adjust: 100%;
    word-wrap: break-word;
  }
  .stock_dl .table td > *:first-child {
    margin-top: 0;
  }
  .stock_dl .table td:first-child {
    border-left: none;
  }
  .stock_dl .table td:last-child {
    border-right: none;
  }
  .stock_dl .table thead th {
    border-left: solid 1px #fff;
    border-bottom: solid 1px #fff;
    color: #fff;
  }
  .stock_dl .table thead th:first-child {
    border-left: none;
  }
  .stock_dl .table thead th:last-child {
    border-right: none;
  }
  .stock_dl .table tbody th {
    border-left: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    color: #333;
    background-color: #f2f2f2;
  }
  .stock_dl .table tbody th:first-child {
    border-left: none;
  }
  .stock_dl .table tbody th:last-child {
    border-right: none;
  }
}


/* box */

.box {
  float: right;
  margin-top: 1.1vw;
  min-height: 1px;
  zoom: 1;
  white-space: nowrap;
}
.box:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.box .box__paragraph {
  font-size: 1.3vw;
  line-height: 1;
  color: #fff;
  text-align: left;
  vertical-align: top;
}
.box .box__link {
  font-size: 1.3vw;
  line-height: 1;
  color: #fff;
  text-align: left;
  vertical-align: top;
}
.box .box__link:after {
  position: relative;
  top: -3px;
  margin-left: 8px;
  content: url("/common/images/module_link_icon-blank-white.gif");
}
.box .box--left {
  float: left;
  margin-right: 2vw;
}
.box .box--right {
  float: right;
}
@media screen and (min-width: 1600px) {
  .box {
    margin-top: 17.6px;
  }
  .box .box__paragraph {
    font-size: 20.8px;
  }
  .box .box__link {
    font-size: 20.8px;
  }
  .box .box--left {
    margin-right: 32px;
  }
}
@media screen and (max-width: 767px) {
  .box {
    max-width: 340px;
    float: none;
    margin-top: 0;
    min-height: 1px;
    zoom: 1;
  }
  .box:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .box .box__paragraph {
    font-size: 0.86rem;
    line-height: 1;
    color: #000;
    text-align: left;
    vertical-align: top;
  }
  .box .box__link {
    font-size: 0.86rem;
    line-height: 1;
    color: #000;
    text-align: left;
    vertical-align: top;
  }
  .box .box__link:after {
    position: relative;
    top: -5px;
    margin-left: 8px;
    content: url("/common/images/module_link_icon-blank.gif");
  }
  .box .box--left {
    max-width: 150px;
    float: none;
    margin-right: 0;
    margin-top: 20px;
  }
  .box .box--right {
    max-width: 165px;
    float: none;
    margin-top: 20px;
    margin-right: 0;
  }
}


/* list */

.list {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 0 auto;
  max-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: start;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list > li {
  margin: 30px 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.3%;
  padding: 0 15px;
}
.list > li > *:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .list {
    margin-top: -20px !important;
    max-width: 1280px;
    padding: 0 0;
    letter-spacing: -.4em;
    text-align: left;
    vertical-align: top;
  }
  .list > li {
    width: 49%;
    padding: 0;
    letter-spacing: normal;
    text-align: left;
    vertical-align: top;
    display: inline-block;
    margin: 20px 0 0 0;
  }
  .list > li > *:first-child {
    margin-top: 0;
  }
  .list > li:nth-of-type(2n) {
    margin: 20px 0 0 2%;
  }
}

/* mid_list */

.mid_list {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 0 auto;
  max-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: start;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mid_list > li {
  margin: 30px 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.3%;
  padding: 0 15px;
}
.mid_list > li > *:first-child {
  margin-top: 0;
}
.mid_list > li:nth-of-type(1) {
    border-bottom: solid 1px #ddd;
}
.mid_list > li:nth-of-type(2) {
    border-bottom: solid 1px #ddd;
    margin-right: 15px;
    padding-right: 0;
    width: 31%;
}
.mid_list > li .innerBox {
  padding: 30px 20px;
  border: solid 1px #ddd;
}
.mid_list > li .innerBox .module_headline4 {
  margin-top: 0;
}
.mid_list > li .innerBox .module_headline4 li {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .mid_list {
    margin-top: -20px !important;
    max-width: 1280px;
    padding: 0 0;
    letter-spacing: -.4em;
    text-align: left;
    vertical-align: top;
  }
  .mid_list > li {
    width: 100%;
    padding: 0;
    letter-spacing: normal;
    text-align: left;
    vertical-align: top;
    display: block;
    margin: 20px 0 0 0;
  }
  .mid_list > li:nth-of-type(1) {
      border-bottom: none;
  }
  .mid_list > li:nth-of-type(2) {
      border-bottom: none;
      width: 100%;
  }
  .mid_list > li > *:first-child {
    margin-top: 0;
  }
  .mid_list > li:nth-of-type(2n) {
    margin: 20px 0 0 2%;
  }
}


/* heading__box */

.heading__box {
  margin-top: 60px;
  position: relative;
  min-height: 41px;
  text-align: left;
}
.heading__box .heading__icon {
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
}
.heading__box .heading {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-size: 2.14rem;
  line-height: 1.3em;
}
@media screen and (max-width: 767px) {
  .heading__box {
    margin-top: 20px;
  }
  .heading__box .heading__icon {
    display: block;
    vertical-align: middle;
    padding-right: 0;
    text-align: center;
    margin-bottom: 10px;
  }
  .heading__box .heading {
    display: block;
    text-align: left;
    font-size: 1.43rem;
    line-height: 1.3em;
  }
}
@media screen and (min-width: 768px) {
  .icon {
    display: block;
    min-height: 154px;
  }
}
@media screen and (max-width: 857px) {
  .faq {
    display: none;
  }
}


@media print {
  .stock_dl .common_display__none_s {
    display: none !important;
  }
  .stock_dl .common_display__block_s {
    display: block !important;
  }
  .module_mainvisual .module_mainvisual__headline, .module_mainvisual--small .module_mainvisual__headline, .module_mainvisual--small .module_mainvisual--small__headline {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 15px;
  }
  .module_mainvisual--small .module_mainvisual--small__inner {
    display: block;
    color: #000 !important;
  }
  .mainvisual__inner {
    position: relative;
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: 0;
    left: 0;
    margin: 0 auto;
    padding: 0 30px;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0);
  }
  .mainvisual__inner > *:first-child {
    margin-top: 0;
  }
  .mainvisual__inner:before {
    height: 100%;
  }
  .mainvisual__box {
    max-width: 100%;
    width: auto;
    padding: 20px 0 0;
    float: none;
    margin: 0 0 0 0;
  }
  .publication_dl {
    border-bottom: none;
    padding: 0 0 0 0;
  }
  .publication_dl dt {
    color: #000;
    text-align: left;
    font-size: 1rem;
    line-height: 1.3em;
  }
  .publication_dl dd {
    color: #000;
    text-align: left;
    font-size: 1.43rem;
    line-height: 1.3em;
    margin: 5px 0 0;
  }
  .stock_dl {
    border-bottom: none;
    padding-bottom: 0;
    margin-top: 40px;
  }
  .stock_dl dt {
    width: 100%;
    font-size: 1.43rem;
    line-height: 1.3em;
    color: #000;
    display: block;
    padding-right: 0;
  }
  .stock_dl dd {
    width: 100%;
    text-align: left;
    color: #000;
    display: block;
    margin-top: 20px;
    padding: 0;
  }
  .stock_dl .table {
    border-top: solid 1px #ddd;
  }
  .stock_dl .table * {
    font-size: 13px !important;
    line-height: 1.2em !important;
  }
  .stock_dl .table th {
    padding: 10px;
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
    color: #333;
    -webkit-text-size-adjust: 100%;
    word-wrap: break-word;
  }
  .stock_dl .table th > *:first-child {
    margin-top: 0;
  }
  .stock_dl .table td {
    border-bottom: solid 1px #ddd;
    padding: 10px;
    text-align: right;
    font-weight: normal;
    color: #333;
    vertical-align: middle;
    background-color: #f2f2f2;
    -webkit-text-size-adjust: 100%;
    word-wrap: break-word;
  }
  .stock_dl .table td > *:first-child {
    margin-top: 0;
  }
  .stock_dl .table td:first-child {
    border-left: none;
  }
  .stock_dl .table td:last-child {
    border-right: none;
  }
  .stock_dl .table thead th {
    border-left: solid 1px #fff;
    border-bottom: solid 1px #fff;
    color: #fff;
  }
  .stock_dl .table thead th:first-child {
    border-left: none;
  }
  .stock_dl .table thead th:last-child {
    border-right: none;
  }
  .stock_dl .table tbody th {
    border-left: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    color: #333;
    background-color: #f2f2f2;
  }
  .stock_dl .table tbody th:first-child {
    border-left: none;
  }
  .stock_dl .table tbody th:last-child {
    border-right: none;
  }

  .box {
    max-width: 340px;
    float: none;
    margin-top: 0;
    min-height: 1px;
    zoom: 1;
  }
  .box:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .box .box__paragraph {
    font-size: 0.86rem;
    line-height: 1;
    color: #000;
    text-align: left;
    vertical-align: top;
  }
  .box .box__link {
    font-size: 0.86rem;
    line-height: 1;
    color: #000;
    text-align: left;
    vertical-align: top;
  }
  .box .box__link:after {
    position: relative;
    top: -5px;
    margin-left: 8px;
    content: url("/common/images/module_link_icon-blank.gif");
  }
  .box .box--left {
    max-width: 150px;
    float: none;
    margin-right: 0;
    margin-top: 20px;
  }
  .box .box--right {
    max-width: 165px;
    float: none;
    margin-top: 20px;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
	.module_layout-4column .module_layout-4column__cell {
    float: none;
    width: 49%;
    display: inline-block;
    vertical-align: top;
}}




.box.box--stockPricesMarketCap {
  float: left;
}
/*
.publication_dl dt {
  font-size: 1vw;
}
.publication_dl dd {
  font-size: 1.16vw;
}*/
.table .table__paragraph--large {
  font-size: 1.56vw;
}
.table .table__paragraph--small {
  font-size: 1vw;
}
.box .box__link {
  font-size: 1vw;
}
.box .box__paragraph {
  font-size: 1vw;
}
.stock_note.module_paragraph--small {
  font-size: 0.8vw;
  white-space: break-spaces;
  margin-top: 30px;
}
.stock_dl dt {
  padding-right: 30px;
  vertical-align: top;
  padding-top: 20px;
  width: 38%;
}
.stock_dl dd {
  width: 62%;
}
.stock_dl.stock_dl--stockPricesMarketCap {
  border-top: 0;
}
.stock_dl.stock_dl--stockPricesMarketCap dd {
  padding-top: 10px;
}
.stock_dl dt img {
  width: 100%;
}
.stock_dl dd {
  vertical-align: middle;
}
.mainvisual__box {
  width: 720px;
}
@media screen and (min-width: 1600px) {
  .publication_dl dt {
    font-size: 18px;
}
  .publication_dl dd {
    font-size: 22px;
  }
  .table .table__paragraph--large {
    font-size: 36px;
  }
  .box .box__paragraph {
    font-size: 18px;
  }
  .box .box__link {
    font-size: 18px;
  }
  .stock_note.module_paragraph--small {
    font-size: 14px;
  }
  .table .table__paragraph--small {
		font-size: 18px;
	}
}
@media screen and (max-width: 1279px) {
/*
  .publication_dl {
    border-top: 0;
  }
  .mainvisual__box {
  border-bottom: 0;
  }
*/
  .stock_dl dt {
    padding-top: 10px;
    padding-right: 20px;
    width: 42%;
  }
  .stock_dl.stock_dl--stockPricesMarketCap {
    padding-top: 0;
  }
  .stock_dl dt img {
    width: 100%;
  }
  .stock_dl dd {
    width: 58%;
  }
  .stock_note.module_paragraph--small {
    margin-top: 20px;
  }
  .mainvisual__box {
    width: 540px;
  }
}
@media screen and (min-width: 768px) and (max-width: 840px) {
  .stock_dl img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .stock_dl dt {
    width: 30%;
    padding-right: 20px;
    padding-top: 10px;
  }
  .stock_dl.stock_dl--stockPricesMarketCap {
    padding-top: 0;
  }
  .stock_dl dd {
    width: 60%;
  }
  .publication_dl dt {
    font-size: 0.74vw;
  }
  .publication_dl dd {
    font-size: 0.84vw;
  }
  .table .table__paragraph--large {
    font-size: 1.1vw;
  }
	.table .table__paragraph--small {
	  font-size: 0.74vw;
    margin-top: 5px;
	}
  .box .box__link {
    font-size: 0.74vw;
  }
  .box .box__paragraph {
    font-size: 0.74vw;
  }
  .stock_note.module_paragraph--small {
    margin-top: 20px;
    font-size: 0.58rem;
  }
  .publication_dl dt {
    line-height: 1.2;
  }
}
@media screen and (max-width: 840px) {
  .table__stockPricesMarketCap th.table__paragraph {
    padding-right: 10px;
  }
  .table__stockPricesMarketCap td img {
    max-width: 2.6vw;
    vertical-align: middle;
  }
  .stock_dl dt img {
    width: 100%;
  }
  .mainvisual__box {
    width: 440px;
  }
  .table .table__paragraph {
    padding-right: 20px;
  }
  .stock_dl dt {
    padding-top: 0;
  }
  .stock_dl dd {
    padding: 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .module_paragraph--small.stock_note {
    margin-top: 20px;
    font-size: 0.86rem;
    color: #000000;
  }
  .stock_dl .table .stock_note_ico {
    margin-left: 0.5em;
    font-size: 10px !important;
  }
  .box {
    max-width: 100%;
  }
  .box .box__paragraph {
    font-size: 0.86rem;
  }
  .box .box__link {
    font-size: 0.86rem;
  }
  .stock_dl dt {
    padding-top: 0;
    width: 100%;
  }
  .stock_dl dd {
    width: 100%;
  }
  .stock_dl.stock_dl--stockPricesMarketCap {
    padding-top: 0;
  }
  .mainvisual__box {
    width: auto;
  }
}
@media print {
  .stock_note.common_display__none_s {
    display: none !important;
  }
  .stock_note.common_display__block_s {
    display: block !important;
  }
  .module_paragraph--small.stock_note {
    margin-top: 20px;
    font-size: 0.86rem;
    color: #000000;
  }
}

/* ==========================

add 2024/11

========================== */
.index_h2 {
	font-size: 2.714rem;
	line-height: 1.1;
	font-weight: 400;
}
.index_h2-en {
	display: block;
	font-size: 1.57rem;
	color: #999;
	margin-top: 10px;
	line-height: 1.1;
}
.module_list-update {
	border-top: none;
	padding: 0;
	margin-top: 40px;
}
.module_list-update .module_list-update__icon-tse {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 19px;
	width: 80px;
	margin: 0;
}
.index_link {
	display: inline-flex;
	align-items: center;
	font-size: 1rem;
}
.index_link::before {
	content: "";
	display: block;
	width: 40px;
	height: 8px;
	background: url("../images/index_link_arrow.svg") 0 0 /contain no-repeat;
	margin-right: 9px;
	transition: all .3s;
}
.index_link:hover::before {
	transform: translateX(7px);
}

.module_list-anchor {
	background-color: #F5F5F5;
	padding: 15px 0;
}


@media screen and (min-width: 767px) {
	.index_seciton {
		margin: 0 -30px;
	}
  .module_rule {
		margin: 64px auto;
		width: 100%;
		max-width: 1280px;
  }
	.module_list-update .module_list-update__list-dl > dt {
		padding: 20px 16px 20px 0;
		width: 206px;
	}
	.index_2column {
		margin: 0 auto;
		padding: 0;
	}
	.index_2column .module_layout-2column__cell {
		padding: 0;
		width: calc(50% - 20px);
		position: relative;
	}
	.index_2column .module_layout-2column__cell:nth-child(2) {
		margin-left: 40px;
	}
	.module_link-box {
		white-space: nowrap;
		padding: 15px 20px;
		width: auto;
	}
	.index_hover-img {
		overflow: hidden;
	}
	.index_hover-img img {
		display: block;
		transition: all .3s;
		line-height: 1;
	}
	a:hover .index_hover-img img {
		transform: scale(1.05);
	}
	.module_list-anchor {
		margin: 0 -30px;
	}
}
@media screen and (max-width: 768px) {
	.module_layout {
		padding: 0 20px;
	}
	.index_h2 {
		font-size: 1.46667rem;
		line-height: 1.3;
	}
	.index_h2-en {
		font-size: 1.13333rem;
		margin-top: 6px;
	}
	.index_news-dl {
		margin: 0 -20px;
		padding: 36px 20px 0;
		border-top: 1px solid #ddd;
	}
	.module_list-update {
		border-bottom: none;
		margin-top: 20px;
	}
	.module_list-update .module_list-update__list-dl {
		border-top: none;
		padding: 12px 0 6px;
	}
	.module_list-update .module_list-update__list-dl dt {
		font-size: 0.86667rem;
	}
	.module_list-update .module_list-update__icon-tse {
		height: 14px;
		width: 64px;
		margin: 0 0 0 16px;
		font-size: 0.5333rem;
	}
	.module_list-update .module_list-update__list-dl dd {
		font-size: 0.86667rem;
		margin-top: 12px;
	}
	.index_link {
		font-size: 0.86667rem;
	}
	.index_link::before {
		width: 24px;
		height: 6px;
		margin-right: 5px;
	}
	.module_link-box {
		white-space: nowrap;
		width: auto;
		background-color: #000;
		font-size: 0.86667rem;
		padding: 11px 24px;
	}
	.module_layout-2column, .module_layout-2column .module_layout-2column__cell {
		margin-top: 40px;
		padding: 0 10px;
	}
	.module_list-anchor {
		background-color: #F5F5F5;
		padding: 4px 0;
		border: 0;
	}
	.module_list-anchor > li {
		width: auto;
		font-size: 0.866667rem;
		padding: 0;
		margin: 8px 15px 8px 0;
		padding-right: 15px;
		border-right: 1px solid #666;
		line-height: 1.1;
	}
	.module_list-anchor > li:last-child {
		border: none;
		padding-right: 0;
	}
}

/* index_news-dl */
.index_dl {
	margin-top: 32px;
	padding: 24px 18px 32px 24px;
	width: 100%;
	background: #FAFAFA;
	border: 2px solid #DDDDDD;
	box-sizing: border-box;
	font-size: 1rem;
	color: #666;
}
.index_dl-label {
	display: flex;
	align-items: flex-start;
  column-gap: 8px;
  width: fit-content;
  line-height: 1;
  cursor: pointer;
	margin: 16px 0;
}
.index_dl > .index_dl-label {
	margin: 0 0 8px auto;
}
.index_dl-checkbox {
  appearance: none;
  position: relative;
	margin: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  cursor: pointer;
	background-color: #fff;
	flex-shrink: 0;
}
.index_dl-checkbox:checked::after {
  content: "";
  position: absolute;
  top: 5.5px;
  left: 4.5px;
  width: 13px;
  height: 8px;
  border-bottom: 2px solid #000000;
  border-left: 2px solid #000000;
  transform: rotate(-45deg);
	box-sizing: border-box;
}
.index_dl-label a, .index_dl-label span {
	font-size: 1rem;
	line-height: 1.6;
}
.index_dl-label span {
	font-weight: 500;
}
.index_dl .module_link-box {
	outline: none;
	cursor: pointer;
	border: none;
	margin: 16px auto 0;
}
.index_dl-links li {
	border-bottom: 1px solid #E5E5E5;
	padding: 18px 8px;
}
@media screen and (min-width: 1001px) {
	.index_news-dl {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		max-width: 1280px;
		margin: 80px -30px 0;
		gap: 40px;
	}
	.index_news-dl-cell {
		margin: 0 !important;
	}
	.index_news-dl-cell:nth-child(1) {
		width: calc((840 / 1280) * 100%);
	}
	.index_news-dl-cell:nth-child(2) {
		width: 400px;
	}
}
@media screen and (min-width: 767px) {
	.index_news-dl {
		max-width: 1280px;
		margin: 80px -30px 0;
	}
	.index_news-dl-cell {
		width: 100%;
		margin: 64px 0;
	}
}
@media screen and (max-width: 768px) {
	.index_news-dl-cell:nth-child(2) {
		margin-top: 32px;
	}
	.index_dl {
		width: 100%;
		margin-top: 16px;
		padding: 16px 16px 32px 20px;
	}
	.index_dl-label a, .index_dl-label span {
		font-size: 0.92857rem;
	}
}

/* message */
.index_message {
	max-width: 1440px;
	margin: auto;
}
.index_message .index_h2 {
	margin-left: 80px;
}
.message {
  margin-top: 40px;
  position: relative;
  width: 100%;
	max-width: 1440px;
}
.message_img {
  position: absolute;
	bottom: 60px;
  right: 0;
  width: calc((810 / 1440) * 100%);
  aspect-ratio: 810/400;
  z-index: 1;
}
.message_text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: calc((810 / 1440) * 100%);
  aspect-ratio: 810/400;
  padding: 32px calc((262 / 1440) * 100%) 32px calc((100 / 1440) * 100%);
  background-color: #F5F5F5;
  z-index: 0;
  box-sizing: border-box;
}
.message_lead {
  font-size: 142.8%;
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
	.index_message .index_h2 {
		margin: 40px 0 0 20px;
	}
	.message {
		margin: 24px 0 0;
	}
	.message_img {
		width: calc((335 / 375) * 100%);
		position: static;
		margin: 0 0 -104px auto;
	}
	.message_text {
		position: static;
		display: block;
		width: calc((335 / 375) * 100%);
		aspect-ratio: auto;
		padding: 140px 29px 40px 40px;
		background-color: #F5F5F5;
	}
	.message_lead {
		font-size: 1.266667rem;
		line-height: 1.6;
		font-weight: 500;
	}
	.message .module_paragraph {
		font-size: 0.86667rem;
	}
}

/* strategy */
.strategy_text {
	font-size: 1.285rem;
	line-height: 1.6;
	margin-top: 40px;
}

.strategy_h3 {
	font-size: 2.1429rem;
	line-height: 1.1;
	font-weight: 400;
	color: #666;
}

@media screen and (max-width: 768px) {
	.strategy_text {
		font-size: 1.2rem;
		margin-top: 32px;
	}
	.strategy_h3 {
		font-size: 1.26667rem;
	}
}

/* library, seminar */
.library_link {
	position: absolute;
	top: 4px;
	right: 0;
}
.library_text {
	font-size: 1.57143rem;
	line-height: 1.1;
	font-weight: 400;
	margin: 36px 0 20px;
}
.library_2column-img img {
	display: block;
}
.library_2column-links .module_link-box {
	width: 100%;
	margin-top: 18px;
}

@media screen and (min-width: 767px) {
	.library_2column {
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
	}
	.library_2column-img {
		width: calc((360 / 620) * 100%);
	}
	.library_2column-links {
		width: calc((228 / 620) * 100%);
	}
}
@media screen and (max-width: 768px) {
	.index_2column .module_layout-2column__cell {
		position: relative;
	}
	.index_link {
		right: 10px;
	}
	.library_text {
		font-size: 1.13333rem;
		margin: 20px 0 12px;
	}
	.library_2column-links .module_link-box:nth-child(2) {
		margin-top: 8px;
	}
	.library .module_list-anchor, .seminar .module_list-anchor {
		margin: 0 -20px;
	}
}

/* index_3column */
.index_3column {
	padding: 0;
}
.index_3column .module_layout-3column__cell:first-child {
	margin-left: 0;
}
.module_layout-3column__cell .module_link h2 {
  display: flex;
  align-items: center;
	background-color: #4D4D4D;
	font-size: 2.1429rem;
	line-height: 1.1;
	color: #fff;
	padding: 24px 28px;
  min-height: 3.8em;
  box-sizing: border-box;
}
.module_layout-3column__cell .module_link:hover h2 {
	background-color: #000;
}
.index_3column .module_list-anchor {
	margin: 16px 0 0;
}
@media screen and (min-width: 767px) {
	.index_3column .module_layout-3column__cell {
		padding: 0;
		width: calc((100% - 80px) / 3);
		margin-left: 40px;
	}
}
@media screen and (max-width: 768px) {
	.index_3column {
		padding: 0 12.5px;
	}
	.module_layout-3column__cell .module_link h2 {
		background-color: #000;
		font-size: 1.26667rem;
		padding: 22px 24px;
	}
	.index_3column .module_list-anchor {
		margin: 8px 0 0;
		padding: 4px 16px;
	}
}


/* index_individual */
.index_individual {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 960px;
  aspect-ratio: 960/240;
  margin: auto;
  padding-left: 64px;
  color: #fff;
  font-size: 214%;
  font-weight: 400;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  background-color: #4D4D4D;
}

@media screen and (min-width: 769px) {
	.index_individual span {
		position: relative;
		z-index: 2;
	}
  .index_individual::before {
    content: "";
    display: block;
    clip-path: polygon(0 0, 100% 0%, 86% 100%, 0% 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 520px;
    height: 240px;
    background-color: #4D4D4D;
    z-index: 1;
    transition: all .3s;
  }
  .index_individual::after {
    content: "";
    display: block;
    width: 596px;
    height: 240px;
    background: url("../images/index_individual_pc.jpg") right 0 /contain no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 0;
    transition: all .3s;
  }
  .index_individual:hover {
    text-decoration: none;
    color: #fff;
  }
  .index_individual:hover::before {
    background-color: #000;
  }
  .index_individual:hover::after {
    transform: scale(1.05) translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .index_individual {
    aspect-ratio: 335/200;
    padding-left: 24px;
    background: #4D4D4D url("../images/index_individual_sp.jpg") right 0 /contain no-repeat;
    font-size: 126%;
		line-height: 1.3;
    text-align: left;
  }
}