@charset "UTF-8";
/*  共通パーツ
 * ========================================================================== */
.what__heading {
  position: relative;
  margin: 0 0 18px;
  padding: 0 0 22px;
  font-size: 1.88rem;
  text-align: center;
  line-height: 1.4;
  z-index: 1;
}

.what__heading span {
  line-height: 5rem;
  font-size: 1rem;
  /* color: #006cb7; */
}

.what__heading:after {
  content: "";
  position: absolute;
  background: url(/company/ataglance/img/bg_question.svg);
  width: 122px;
  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: 2rem;
  text-align: center;
  letter-spacing: 0.003em;
}

.ataglanceHeader__subText {
  display: block;
  font-size: 0.94rem;
  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: 0.88rem;
  letter-spacing: 0.0029em;
}

/* ビジョン */
.vision {
  margin: 69px 0 0;
}

.vision__detail {
  margin: 9px 0 0 !important;
  color: #000;
  font-size: 1.56rem;
  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: 0.81rem;
  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: 1rem;
}

.measure__ItemList li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: calc(4px + ((1rem * 1.6) - 1rem) / 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 {
    margin: 0 auto 104px;
  }
}

.moreInfo__inner {
  max-width: 872px;
}

.moreInfo__heading {
  font-size: 1.63rem;
  line-height: 1.5;
}

.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;
  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 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.moreInfo__banner:hover:after {
  opacity: 0.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: 1.25rem;
  font-weight: bold;
  text-decoration: none;
}

.moreInfo__banner--individualInvestors:after {
  background: transparent
    url("/company/ataglance/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;
}

.moreInfo__banner--individualInvestors .moreInfo__bannerText:after {
  background-image: url("/company/ataglance/img/ico_banner_w.svg");
}

.moreInfo__banner--plan {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  text-decoration: none;
}

.moreInfo__banner--plan:after {
  background: transparent url("/company/ataglance/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;
}

.moreInfo__banner--plan .moreInfo__bannerText:after {
  background-image: url("/company/ataglance/img/ico_banner_w.svg");
}

.moreInfo__banner--video {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  text-decoration: none;
}

.moreInfo__banner--video:after {
  background: transparent
    url("/company/ataglance/img/company_introduction_video​.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("/company/ataglance/img/ico_banner_w.svg");
}

@media only screen and (max-width: 1039px) {
  .moreInfo__inner {
    width: 92%;
  }
  .moreInfo__banner--individualInvestors {
    font-size: 1rem;
  }
}

@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: 1.25rem;
    background: transparent
      url("/company/ataglance/img/bg_individualInvestors_sp.jpg") no-repeat
      center center;
    background-size: cover;
  }
  .moreInfo__banner--plan {
    font-size: 1.25rem;
    background: transparent url("/company/ataglance/img/bg_plan_sp.png")
      no-repeat center center;
    background-size: cover;
  }
  .moreInfo__banner--video {
    font-size: 1.25rem;
    background: transparent
      url("/company/ataglance/img/company_introduction_video​.png") no-repeat
      center center;
    background-size: cover;
  }
}

.more-width {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .moreInfo {
    width: 100%;
  }
  .more-width {
    width: 87%;
  }
}

/*Anchorリスト*/
.anchor__list {
  margin: 50px auto 80px;
  width: 62.3vw;
}

.anchor__list .link:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -30px;
}

.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: 3.2rem;
}

.hayawakari_text span {
  /* color: #006cb7; */
  font-size: 3rem;
}

.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:after {
  content: "";
  background: url(/company/ataglance/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: 0.8rem;
  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(/company/ataglance/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 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(/company/ataglance/img/bar_sp.svg) no-repeat;
    height: 169px;
    bottom: -150px;
  }
  .what {
    padding-top: 60px;
  }
  .where__contents {
    width: 90vw;
  }
  .what__heading {
    font-size: 1.65rem;
    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;
  }
}
/* ３カラム */
/* .heading--h2 {
  color: #000;
} */

.three-column-list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 10px;
  list-style: none;
  padding: 0;
}
.three-column-list li {
  width: calc((100% - 20px) / 3);
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .three-column-list {
    flex-direction: column;
  }
  .three-column-list li {
    width: 100%;
  }

  .heading--h2 {
    font-size: 32px;
  }

  .katarogu_txet {
    max-width: 300px;
    width: 100%;
    text-align: center;
    margin: auto;
  }
}

.three-column-list li figure {
  text-align: center;
}

.three-column-list li img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.three-column-list li p {
  max-width: 300px;
  width: 100%;
  height: 60px;
  margin: 0 auto 30px;
}

/* button */
.three-column-list li button {
  display: flex;
  margin: 0 auto;
  border: 3px solid #289c94; /* ブランドカラーなど */
  background-color: #fff;
  color: #289c94;
  padding: 0.5em 3em;
  font-size: 1rem;
  cursor: pointer;
  border-radius: 4px;
  font-weight: 700;
  align-items: flex-end;
}

.katarogu_txet {
  text-align: center;
  margin-top: 145px;
  font-size: 18px;
}

a {
  text-decoration: none;
  color: #289c94;
}

.catalog-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border: 3px solid #289c94;
  background-color: #fff;
  color: #289c94;
  padding: 0.4em 3em;
  font-size: 1rem;
  cursor: pointer;
  border-radius: 4px;
  font-weight: 700;
  text-decoration: none; /* ← 下線を消す */
}

.catalog-button {
  max-width: 230px; /* 任意の幅に制限 */
  width: auto; /* 内容に合わせて幅を調整 */
}
/* footer */
/*# sourceMappingURL=style.css.map */
