@charset "UTF-8";
/*  共通パーツ
 * ========================================================================== */
.what__heading {
  position: relative;
  margin: 0 0 18px;
  padding: 0 0 22px;
  font-size: 3.008rem;
  text-align: center;
  line-height: 1.4;
  z-index: 1;
}

.what__heading span {
  font-size: 1.6rem;
  color: #006CB7;
  line-height: 140%;
  display: block;
  padding-top: 7%;
}

.what__heading:after {
  content: "";
  position: absolute;
  background: url(../img/bg_question.svg) no-repeat;
  width: 107px;
  height: 125px;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.what__heading--bg {
  color: #fff;
}

.what__heading--bg:after {
  background-color: #fff;
}

.what__summary {
  margin: 0;
  text-align: center;
}

.what__summary--bg {
  color: #fff;
}

.table--what thead th {
  padding: 13px 20px;
  font-weight: bold;
  text-align: left;
  border-top: 1px solid #C8C8C8;
  border-bottom: 1px solid #C8C8C8;
}

.table--what thead th + th {
  border-left: 1px solid #C8C8C8;
}

.table--what tbody th {
  padding: 13px 20px;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid #C8C8C8;
}

.table--what tbody td {
  padding: 13px 20px;
  border-bottom: 1px solid #C8C8C8;
}

.table--what tbody th + td,
.table--what tbody td + td {
  border-left: 1px solid #C8C8C8;
}

@media only screen and (max-width: 767px) {
  .arrow:after {
    background-size: 1250px auto;
  }
  .arrow--w:before {
    border-width: 36px 75px 0 75px;
  }
  .ataglance__contentArea {
    width: 87%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
  .what__summary {
    text-align: left;
    margin-bottom: 60px;
  }
}

/*  ヘッダー部分
 * ========================================================================== */
.ataglanceHeader {
  color: #fff;
  text-align: center;
  background: #fff;
  background-size: cover;
  border-top: 1px solid #C8C8C8;
  position: relative;
}

.ataglanceHeader__heading {
  margin: 0;
  font-size: 3.2rem;
  text-align: center;
  letter-spacing: 0.003em;
}

.ataglanceHeader__subText {
  display: block;
  font-size: 1.504rem;
  letter-spacing: 0.003em;
}

.ataglanceHeader__lead {
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  .ataglanceHeader__lead {
    width: 87%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
}

.vision__heading, .managementPlan__heading {
  margin: 0;
  color: #006CB7;
  font-size: 1.408rem;
  letter-spacing: 0.0029em;
}

/* ビジョン */
.vision {
  margin: 69px 0 0;
}

.vision__detail {
  margin: 9px 0 0 !important;
  color: #000;
  font-size: 2.496rem;
  line-height: 1.3;
  font-weight: bold;
  letter-spacing: 0.0029em;
}

@media only screen and (max-width: 767px) {
  .vision {
    margin: 27px 0 0;
  }
}

/* 中期経営計画 */
.managementPlan__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 300px;
  margin: 7px auto 0 !important;
  padding: 0;
  list-style: none;
}

.managementPlan__list li {
  width: calc(50% - 3px);
}

.managementPlan__list li:nth-child(odd) {
  margin-right: 3px;
}

.managementPlan__list li:nth-child(n+3) {
  margin-top: 3px;
}

.managementPlan__list a {
  position: relative;
  display: block;
  padding: 18px 34px 17px;
  color: #fff;
  font-size: 1.296rem;
  line-height: 1.2;
  text-decoration: none;
  background-color: #006CB7;
}

.managementPlan__list a:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  width: 7px;
  height: 10px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 6 9"><path fill="none" stroke="%23fff" stroke-width="2" d="M1.2,7.5l3-3l-3-3"/></svg>') no-repeat center center;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.managementPlan__list a:hover {
  background-color: #004B8B;
}

@media only screen and (max-width: 767px) {
  .managementPlan__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .managementPlan__list li {
    width: 183px;
  }
  .managementPlan__list li:nth-child(odd) {
    margin-right: 0;
  }
  .managementPlan__list li:nth-child(n+3) {
    margin-top: 5px;
  }
  .managementPlan__list li + li {
    margin-top: 5px;
  }
  .managementPlan__list a {
    padding: 9px 0;
  }
}

/* 持続的成長に向けて
 * ========================================================================== */
.what {
  padding-top: 122px;
  padding-bottom: 130px;
}

.what__contents {
  position: relative;
  max-width: 932px;
  margin: 50px auto 0;
}

@media only screen and (max-width: 767px) {
  .what {
    padding-top: 0;
  }
  .what figure {
    margin: 0;
  }
  .what .list--annotation {
    margin-top: 0;
  }
}

/* テーマ別の施策
 * ========================================================================== */
.measures {
  padding-top: 60px;
}

.measures__list {
  width: 92%;
  max-width: 1040px;
  margin: 0 auto;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .measures__list {
    width: 87%;
    max-width: unset;
  }
}

.measures__list thead th {
  background-color: #F2F2F2;
  width: 33%;
}

.measures__list tbody td {
  vertical-align: top;
}

.measures__mainItem {
  color: #fff;
  width: 15%;
}

.measures__subItem {
  width: 15%;
  border-left: 1px solid #C8C8C8;
}

.measures__category--marketDevelopment .measures__mainItem {
  background-color: #2F5596;
}

.measures__category--marketDevelopment .measures__subItem {
  background-color: #BEDDF4;
}

.measures__category--developmentSystem .measures__mainItem {
  background-color: #019EA1;
}

.measures__category--developmentSystem .measures__subItem {
  background-color: #D3F2F2;
}

.measures__category--manufacturing .measures__mainItem {
  background-color: #B4A679;
}

.measures__category--manufacturing .measures__subItem {
  background-color: #F5F0DF;
}

.measure__ItemList {
  margin: 0;
  padding: 0;
  list-style: none;
}

.measure__ItemList li {
  position: relative;
  padding-left: 1.6rem;
}

.measure__ItemList li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: calc(4px + ((1.6rem * 1.6) - 1.6rem) / 2);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: #444;
}

@media only screen and (max-width: 767px) {
  .measures {
    padding-top: 0;
  }
  .measures .table {
    margin-top: 22px;
  }
}

/* トーカロについてもっと知る
 * ========================================================================== */
.moreInfo {
  width: 62%;
  margin: 104px auto;
}

@media only screen and (max-width: 767px) {
  .moreInfo {
    width: 100% !important;
    margin: 0px auto;
  }
}

.moreInfo__inner {
  max-width: 872px;
}

.moreInfo__heading {
  font-size: 2.608rem;
  line-height: 1.5;
  margin-bottom: 25px;
}

.moreInfo__banner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 280px;
  max-width: 100%;
  height: 180px;
  border: 1px solid #C8C8C8;
  overflow: hidden;
}

.moreInfo__banner:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-size: cover;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.moreInfo__banner:hover:after {
  opacity: .8;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.moreInfo__banner .moreInfo__bannerText {
  z-index: 1;
}

.moreInfo__banner .moreInfo__bannerText:after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  display: block;
  width: 19px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.moreInfo__banner--individualInvestors {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none;
}

.moreInfo__banner--individualInvestors:after {
  background: transparent url("../img/bg_individualInvestors.png") no-repeat center top;
}

.moreInfo__banner--individualInvestors:hover, .moreInfo__banner--individualInvestors:visited {
  color: #fff;
}

.moreInfo__banner--individualInvestors .moreInfo__bannerText {
  padding-left: 20px;
  padding-right: 30px;
}

.moreInfo__banner--individualInvestors .moreInfo__bannerText:after {
  background-image: url("../img/ico_banner_w.svg");
}

.moreInfo__banner--plan {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none;
}

.moreInfo__banner--plan:after {
  background: transparent url("../img/bg_plan.png") no-repeat center top;
}

.moreInfo__banner--plan:hover, .moreInfo__banner--plan:visited {
  color: #fff;
}

.moreInfo__banner--plan .moreInfo__bannerText {
  padding-left: 20px;
  padding-right: 30px;
}

.moreInfo__banner--plan .moreInfo__bannerText:after {
  background-image: url("../img/ico_banner_w.svg");
}

.moreInfo__banner--video {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none;
}

.moreInfo__banner--video:after {
  background: transparent url("../img/company_introduction_video_en.png") no-repeat center top;
}

.moreInfo__banner--video:hover {
  color: #fff;
}
.moreInfo__banner--video .moreInfo__bannerText {
  padding-left: 20px;
  color: #fff;
}

.moreInfo__banner--video .moreInfo__bannerText:after {
  background-image: url("/ir/individual/img/arrow_wt.png");
}

@media only screen and (max-width: 1039px) {
  .moreInfo__inner {
    width: 92%;
  }
  .moreInfo__banner--individualInvestors {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .moreInfo {
    border-top: 1px solid #C8C8C8;
  }
  .moreInfo__heading {
    text-align: center;
  }
  .moreInfo__banner {
    width: 100%;
  }
  .moreInfo__banner:after {
    display: none;
  }
  .moreInfo__banner--individualInvestors {
    font-size: 2rem;
    background: transparent url("../img/bg_individualInvestors_sp.jpg") no-repeat center center;
    background-size: cover;
  }
  .moreInfo__banner--plan {
    font-size: 2rem;
    background: transparent url("../img/bg_plan_sp.png") no-repeat center center;
    background-size: cover;
  }
  .moreInfo__banner--video {
    font-size: 2rem;
    background: transparent url("../img/company_introduction_video_en.png") no-repeat center center;
    background-size: cover;
  }
}

/*Anchorリスト*/
.anchor__list {
  margin: 50px auto 80px;
  width: 62.3vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.anchor__list .link {
  display: block;
  padding-right: 3.2rem;
}

.anchor__list .link:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 7px;
}

.anchor__list__item {
  color: #C8C8C8;
  border-right: 1px solid;
  line-height: 1.4;
}

.anchor__list__item:first-child {
  border-left: 1px solid;
}

.hayawakari_text {
  color: #444;
  line-height: 5.12rem;
}

.hayawakari_text span {
  color: #006CB7;
  font-size: 4.8rem;
}

.ataglance_contents {
  background: #F2F2F2;
}

/*補足情報*/
.supplement {
  background: #DAEDFA;
  width: 100%;
  height: auto;
  padding: 40px 30px;
}

.supplement .relatedInfo {
  background: #fff;
}

.supplement .relatedInfo.for-sp {
  display: none;
}

.supplement .relatedInfo.for-pc {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*コンテンツ*/
.ataglance__contentArea {
  width: 62.3vw;
  max-width: 1040px;
  margin: 120px auto;
  padding: 110px;
  background: #fff;
  -webkit-box-shadow: 3px 3px 10px #b9b9b9;
          box-shadow: 3px 3px 10px #b9b9b9;
  position: relative;
}

.ataglance__contentArea:first-child {
  margin-top: 0;
}

.ataglance__contentArea:last-child {
  margin-bottom: 0;
}

/*コンテンツ間の棒*/
.ataglance__contentArea:after {
  content: "";
  background: url(../img/bar.svg);
  position: absolute;
  width: 7px;
  height: 311px;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/*どこで役立っているの*/
.where__contents {
  width: 62.3vw;
  max-width: 1040px;
}

.ataglance__contentArea.where {
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ataglance__contentArea.where:after {
  bottom: -311px;
}

.where__contents .figure {
  margin-bottom: 0;
}

/*強み*/
.ataglance__contentArea:nth-child(3) {
  margin-top: 240px;
}

.ataglance__contentArea:nth-child(4):after {
  content: none;
}

/*カエル戦隊*/
.kaeru__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.kaeru_sub {
  font-size: 1.28rem;
  margin: 0;
  color: #006CB7;
  font-weight: 700;
}

.kaeru_image {
  width: 200px;
}

.ataglance__contentArea.kaerusentai {
  padding: 50px;
  margin-bottom: 0;
}

.ataglance__contentArea.kaerusentai:after {
  content: none;
}

.ataglanceHeader:after {
  content: "";
  background: url(../img/bar_sp.svg) no-repeat;
  position: absolute;
  width: 7px;
  height: 169px;
  left: 50%;
  bottom: inherit;
  z-index: 2;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/*mv*/
.mv_pc {
  width: 100vw;
  max-width: 1040px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

/*sp*/
@media screen and (max-width: 1444px) {
  .supplement .relatedInfo.for-pc {
    display: none;
  }
  .supplement .relatedInfo.for-sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .supplement .grid__width--2-1 {
    width: 100%;
  }
  .supplement .grid__width--2-1:nth-child(odd) {
    margin-right: 0;
  }
  .supplement .grid__width--2-1:nth-child(n+3) {
    margin-top: 0;
  }
  .supplement .grid__width--2-1 + .grid__width--2-1 {
    margin-top: 1.6rem;
  }
  .supplement .relatedInfo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 23px 30px 30px;
  }
  .supplement .relatedInfo__infoTitle {
    width: 100%;
    padding: 0 0 10px;
  }
  .supplement .relatedInfo__detail {
    width: 100%;
    padding: 0;
    border-left: none;
    border-top: 1px solid #C8C8C8;
  }
  .supplement .relatedInfo__detail ul {
    display: list-item;
    margin: 1.6rem 0 0;
  }
  .supplement .relatedInfo__detail li {
    margin-right: 0;
  }
  .supplement .relatedInfo__detail li + li {
    margin-top: 5px;
  }
  .supplement .relatedInfo {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .anchor__list__item:first-child {
    border-top: 1px solid;
    border-left: none;
  }
  .anchor__list__item {
    border-right: none;
  }
  .anchor__list__item {
    padding-top: 10px;
    line-height: 1.88;
  }
  .anchor__list__item:nth-child(4) {
    border-bottom: 1px solid;
    padding-bottom: 10px;
  }
  .anchor__list {
    width: 80%;
  }
  .anchor__list {
    margin: 50px auto 70px;
  }
  .ataglanceHeader {
    padding-bottom: 0;
  }
  .ataglanceHeader:after {
    bottom: -200px;
  }
  .ataglance__contentArea {
    width: 90vw;
    padding: 65px 24px;
  }
  .ataglance__contentArea:after {
    background: url(../img/bar_sp.svg) no-repeat;
    height: 169px;
    bottom: -150px;
  }
  .what {
    padding-top: 60px;
  }
  .where__contents {
    width: 90vw;
  }
  .what__heading {
    font-size: 2.64rem;
    padding-bottom: 0;
  }
  .what__contents .supplement {
    margin-top: 60px;
  }
  .supplement .relatedInfo {
    margin-top: 30px;
  }
  .supplement .relatedInfo.for-sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .supplement .relatedInfo.for-pc {
    display: none;
  }
  .ataglance__contentArea.where:after {
    bottom: -169px;
  }
  .ataglance__contentArea:nth-child(3) {
    margin-top: 120px;
  }
  .ataglance__contentArea.kaerusentai {
    padding: 30px 24px;
  }
  .supplement .grid__width--2-1 > h3 {
    line-height: 1.3;
  }
  .kaeru_image {
    width: 100%;
  }
  .kaeru__text {
    margin-bottom: 10px;
  }
  .kaeru__text .grid__width--3-1 {
    width: 40%;
  }
  .kaeru__text .grid__width--2-1 {
    margin-left: 10px;
    line-height: 1.3;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: inherit;
  }
}

.more-width {
  width: 100% !important;
}

@media only screen and (max-width: 767px) {
  .more-width {
    width: 87% !important;
  }
}
/*# sourceMappingURL=style.css.map */