@charset "utf-8";

.title--has-image h1 {
  position: relative;
  margin: 110px 0 40px;
  padding-left: 32px;
  font-size: 2.5em;
  line-height: 1.25em;
}
.title--has-image h1::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-48%);
  width: 5px;
  height: calc(100% - 0.25em);
  background-color: #F59700;
}
.title--has-image h1 span {
  display: inline-block;
}
.title-image {
  position: relative;
  z-index: 2;
  max-height: 530px;
  overflow: hidden;
}
.title-image--big {
  max-height: 557px;
  overflow: hidden;
}
.title-image img,
.title-image--big img {
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
}
.title--no-image {
  position: relative;
}
.title--no-image::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: #D1CFCF;
}
.title--no-image h1 {
  padding: 90px 18px 76px;
  font-size: 2.5em;
  line-height: 1.5em;
}
.title--no-image h1::after {
  content: "";
  position: absolute;
  left: 18px;
  bottom: 0;
  width: 98px;
  height: 4px;
  background-color: #F59700;
}
.title--no-image h1 > span {
  display: inline-block;
}
.title--hyphen,
.title--hyphen-activities,
.title--hyphen--green {
  position: relative;
  padding-left: 55px;
  font-size: 2.375em;
  line-height: 1.5em;
}
.title--hyphen-activities {
  font-size: 1.875em;
}
.title--hyphen::before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #F59700;
}
.title--hyphen--green::before {
  background-color: #ABCB6E;
}
.title--number {
  display: flex;
  font-size: 2.375em;
  line-height: 1.5em;
}
.title--number span:first-child {
  padding-right: 0.5em;
  color: #F59700;
}
.title--number span:last-child {
  flex: 1;
}
.title--underline-point {
  position: relative;
  margin-bottom: 2em;
  padding-bottom: 1.5em;
  font-size: 2.375em;
  line-height: 1.5em;
  text-align: center;
}
.title--underline-point::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 1.15em;
  height: 2px;
  background-color: #F59700;
}
.title--border-left {
  display: grid;
  place-items: center start;
  min-height: 75px;
  margin-bottom: 5px;
  padding-left: 13px;
  border-left: 5px solid #F59700;
}
.title--border-left > span {
  font-size: 1.5em;
  line-height: 1.4em;
}
.title--border-left > span > span {
  display: inline-block;
  line-height: 1.4em;
}
.title--border-lb,
.title--event,
.title--search {
  min-height: 3em;
  margin-bottom: 1.5em;
  padding: 0.25em 0.75em;
  border-left: 5px solid #F59700;
  border-bottom: 1px solid #D1CFCF;
  font-size: 1.5em;
  line-height: 1.35em;
}
.title--event {
  min-height: 2.25em;
  font-size: 2.375em;
}
.title--search {
  width: 100%;
  max-width: 777px;
}
.title--gray-underline {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #D1CFCF;
  font-size: 1.5em;
  line-height: 1.5em;
}
.title--vertical-line {
  position: relative;
  margin-bottom: 0.8em;
  padding-bottom: 1.75em;
  font-size: 2.375em;
  line-height: 1.5em;
  text-align: center;
}
.title--vertical-line::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 2px;
  height: 1.05em;
  margin-left: -1px;
  background-color: #F59700;
}
.title--bg-brown {
  position: relative;
  padding: 0.25em 1em;
  background-color: #383232;
  color: #fff;
  font-size: 1.5em;
}
.title--hyphen span,
.title--underline-point span,
.title--border-lb span,
.title--event span,
.title--search span {
  display: inline-block;
}
.title--horizon {
  position: relative;
  margin: 40px 0;
  font-size: 1.5em;
}
.title--horizon-wafer {
  margin: 100px 0 -20px;
}
.title--horizon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #383232;
}
.title--horizon > span {
  position: relative;
  display: inline-block;
  padding-right: 1em;
  background-color: #fff;
  line-height: 1.5em;
}
.title--simple {
  font-size: 2.375em;
  line-height: 1.5em
}

.lead--brown-paragraph {
  margin-bottom: 170px;
}
.lead--brown,
.lead--brown-title {
  position: relative;
  z-index: 2;
  width: calc(50% + 500px);
  margin: -25px auto 0 0;
  padding-left: calc(50% - 600px);
  background-color: #383232;
  color: #fff;
  font-size: 1.25em;
  font-weight: bold;
}
.lead--brown p {
  position: relative;
  padding: 80px 60px;
}
.lead--brown-small p {
  padding: 40px 60px;
}
.lead--brown p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 2px;
  height: calc(100% - 110px);
  background-color: #fff;
}
.lead--brown-small p::before {
  height: calc(100% - 60px);
}
.lead--brown-title > span {
  position: relative;
  display: block;
  padding: 30px 60px;
}
.lead--brown-title > span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2px;
  height: calc(100% - 30px);
  background-color: #fff;
}
.lead--brown-title > span > span {
  display: inline-block;
}
.lead--brown-text {
  position: relative;
  width: 100%;
  max-width: 1236px;
  margin: 0 auto;
  padding: 50px 18px 0 78px;
  font-size: 1.125em;
}
.lead--brown-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  width: 2px;
  height: 100%;
  background-color: #F59700;
}
.lead--gray {
  padding: 100px 0;
  font-size: 1.25em;
  font-weight: 500;
  text-align: center;
}
.lead--gray span {
  display: inline-block;
}
.lead--number {
  padding-left: 2.05em;
  padding-bottom: 0.5em;
  font-size: 1.5em;
  line-height: 1.5em;
  text-indent: -2.05em;
}
.lead--number .poppins {
  padding-right: 1em;
  color: #F59700;
  font-weight: 500;
}
.lead--orange {
  color: #F59700;
  font-size: 1.5em;
  font-weight: 500;
}

.sink-wrapper {
  position: relative;
  width: calc(100% - 36px);
  max-width: 1200px;
  margin: -279px auto 0;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 24px 24px 0 0;
}
.sink-inner {
  position: relative;
  padding: 0 55px;
}

@media all and (max-width: 1920px) {
  .sink-wrapper {
    margin-top: -14.5vw;
  }
}

@media all and (max-width: 1250px) {
  .title--has-image h1 {
    position: relative;
    margin: 70px 0 0;
    font-size: 2em;
  }
  .title--no-image h1 {
    padding: 80px 18px 66px;
    font-size: 2em;
  }
  .title--hyphen,
  .title--number,
  .title--underline-point,
  .title--vertical-line,
  .title--event,
  .title--simple {
    font-size: 1.875em;
  }
  .title--border-lb,
  .title--search,
  .title--bg-brown {
    font-size: 1.25em;
  }

  .lead--brown-paragraph {
    margin-bottom: 100px;
  }
  .lead--brown,
  .lead--brown-title {
    width: calc(100% - 18px);
    padding-left: 25px;
    padding-right: 7px;
    font-size: 1.125em;
  }
  .lead--brown p {
    padding: 60px 18px 60px 40px;
  }
  .lead--brown-small p {
    padding: 35px 18px 35px 40px;
  }
  .lead--brown-title > span {
    padding: 30px 40px;
  }
  .lead--brown-text {
    padding: 30px 18px 0 65px;
    font-size: 1em;
  }
  .lead--brown-text::before {
    left: 25px;
  }
  .lead--gray {
    padding: 70px 0;
    font-size: 1em;
  }

  .sink-wrapper {
    padding-left: 18px;
    padding-right: 18px;
  }
  .sink-inner {
    padding: 0;
  }
}
@media all and (max-width: 750px) {
  .title--has-image h1 {
    margin: 50px 0 20px;
    font-size: 1.5em;
  }
  .title--has-image h1::before {
    height: 100%;
  }
  .title-image,
  .title-image--big {
    max-height: 300px;
  }
  .title--no-image h1 {
    padding: 50px 18px 30px;
    font-size: 1.5em;
  }
  .title--hyphen,
  .title--hyphen-activities {
    padding-left: 40px;
    font-size: 1.375em;
  }
  .title--hyphen-activities {
    font-size: 1.25em;
  }
  .title--number,
  .title--simple {
    font-size: 1.375em;
  }
  .title--hyphen::before {
    width: 26px;
  }
  .title--underline-point {
    margin-bottom: 1em;
    padding-bottom: 1em;
    font-size: 1.375em;
  }
  .title--underline-point span {
    display: inline-block;
    line-height: 1.5em;
  }
  .title--border-left {
    min-height: 40px;
  }
  .title--border-left > span {
    font-size: 1.25em;
  }
  .title--gray-underline {
    font-size: 1.25em;
  }
  .title--vertical-line {
    font-size: 1.375em;
  }
  .title--border-lb,
  .title--event,
  .title--search,
  .title--bg-brown {
    font-size: 1em;
  }
  .title--event {
    min-height: 3em;
  }
  .title--horizon {
    margin: 70px 0 0;
    font-size: 1.125em;
  }
  .title--horizon-wafer {
    margin: 70px 0 -10px;
  }
  .title--horizon > span {
    padding-right: 0;
  }

  .lead--brown-paragraph {
    margin-bottom: 70px;
  }
  .lead--brown,
  .lead--brown-title {
    margin-top: -35px;
    font-size: 1em;
  }
  .lead--brown-small {
    padding-right: 0;
  }
  .lead--brown p {
    padding: 30px 28px;
  }
  .lead--brown-small p {
    padding: 25px;
  }
  .lead--brown p::before {
    height: calc(100% - 60px);
  }
  .lead--brown-title > span {
    padding: 25px;
  }
  .lead--brown-text {
    padding-top: 20px;
    padding-left: 50px;
    font-size: 0.875em;
    line-height: 1.75em;
  }
  .lead--gray {
    padding: 30px 0;
    font-size: 0.875em;
    text-align: left;
  }
  .lead--gray span {
    display: inline;
  }
  .lead--number {
    font-size: 1.25em;
  }
  .lead--orange {
    font-size: 1.125em;
  }

  .sink-wrapper {
    width: 100%;
    margin-top: 0;
  }
}


/*   */
.breadcrumbs {
  padding: 25px 0;
  line-height: 1.5em;
  text-align: right;
}
.breadcrumbs li {
  display: inline-block;
  line-height: 1.5em;
  font-size: 0.875em;
  font-weight: 500;
}
.breadcrumbs li a {
  position: relative;
  display: block;
  margin-right: 2.75em;
  color: #D1CFCF;
  line-height: 1.5em;
  transition: color .3s;
}
.breadcrumbs li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1.7em;
  transform: translateY(-40%) rotate(45deg);
  width: 0.3em;
  height: 0.3em;
  border-top: 2px solid #262525;
  border-right: 2px solid #262525;
}
@media (hover: hover) {
  .breadcrumbs li a:hover {
    color: #262525;
  }
}
@media all and (max-width: 750px) {
  .breadcrumbs {
    padding: 18px 0 0;
    text-align: left;
  }
  .title--has-image .breadcrumbs {
    padding-bottom: 18px;
  }
  .breadcrumbs li {
    font-size: 0.75em;
  }
}


/*   */
.main--border {
  border-bottom: 1px solid #D1CFCF;
}


/*   */
.table--th-line,
.table--border-th-black,
.table--line-th-black {
  width: 100%;
  table-layout: fixed;
}
.table--th-line tr {
  border-bottom: 1px solid #D1CFCF;
}
.table--th-line th,
.table--th-line td {
  position: relative;
  line-height: 1.5em;
  vertical-align: middle;
}
.table--th-line th {
  width: 23%;
  padding: 32px 20px 32px 60px;
  font-weight: 500;
  text-align: left;
}
.table--th-line th::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 0;
  height: calc(100% - 40px);
  border-left: 1px solid #D1CFCF;
}
.table--th-line td {
  padding: 20px 0 20px 60px;
}
.table--border-th-black th,
.table--border-th-black td {
  padding: 1.75em 0.5em;
  border: 1px solid #fff;
  line-height: 1.5em;
  text-align: center;
  vertical-align: middle;
}
.table--border-th-black th {
  background-color: #383232;
  color: #fff;
}
.table--border-th-black td {
  border-right: 1px solid #D1CFCF;
  border-bottom: 1px solid #D1CFCF;
}
.table--line-th-black tbody tr {
  border-bottom: 1px solid #D1CFCF;
}
.table--line-th-black th {
  position: relative;
  padding: 1em;
  background-color: #383232;
  color: #fff;
  font-weight: 500;
  line-height: 1.5em;
  vertical-align: middle;
}
.table--line-th-black td {
  position: relative;
  padding: 1.75em 3em;
  background-color: #fff;
  line-height: 1.5em;
  vertical-align: middle;
}
.table--line-th-black th::after,
.table--line-th-black td::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: calc(100% - 2.5em);
  background-color: #fff;
}
.table--line-th-black td::after {
  background-color: #D1CFCF;
}
.table--line-th-black th.no-line::after,
.table--line-th-black th:last-child::after,
.table--line-th-black td:last-child::after {
  background-color: transparent;
}
.table--line-th-black td a {
  line-height: 1.5em;
}
@media all and (max-width: 1250px) {
  .table--th-line th {
    padding: 30px 25px;
  }
  .table--th-line td {
    padding-left: 25px;
  }
  .table--line-th-black td {
    padding: 1.75em 1.25em;
  }
}
@media all and (max-width: 750px) {
  .table--th-line th,
  .table--th-line td {
    display: block;
    width: 100%;
    font-size: 0.875em;
  }
  .table--th-line th {
    padding: 18px 0 12px;
  }
  .table--th-line td {
    padding: 0 0 18px;
  }
  .table--th-line th::after {
    border: none;
  }
}


/*   */
.list-disc li,
.list-dot li {
  position: relative;
  padding-left: 1em;
}
.list-disc li::before,
.list-dot li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
}
.list-dot li::before {
  content: "●";
  font-size: 0.8em;
}
.list-arrow li::before {
  content: ">";
}
.list-latin {
  list-style: lower-latin;
  padding-left: 1em;
  color: #F59700;
}
.list-latin li span {
  color: #262525;
}
.list-latin-brackets li {
  position: relative;
  padding-left: 1.75em;
}
.list-latin-brackets span {
  position: absolute;
  top: 0;
  left: 0;
  color: #F59700;
}
.list-bracket li {
  padding-left: 2.1em;
  text-indent: -2.6em;
}
.list-bracket--en {
  padding-left: 1.55em;
  text-indent: -1.55em;
}
.caution {
  padding-left: 1em;
  line-height: 1.75em;
  text-indent: -1em;
}
.caution--en {
  padding-left: 0.75em;
  line-height: 1.75em;
  text-indent: -0.75em;
}
.caution--num {
  padding-left: 2.6em;
  line-height: 1.75em;
  text-indent: -2.6em;
}
.list-decimal {
  padding-left: 1.25em;
}
.list-decimal > li {
  list-style-type: decimal
}


/*   */
.link-box--1line {
  width: 100%;
  margin: 120px 0;
}
.link-box--2line {
  width: 44.6%;
  margin-bottom: 100px;
}
.link-box--1line a p,
.link-box--2line a p {
  position: relative;
  width: 90%;
  max-width: 674px;
  margin-top: -40px;
  padding: 0.875em 70px 0.875em 1.5em;
  background-color: #383232;
  border: 1px solid #383232;
  color: #fff;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.5em;
  transition: background .3s, color .3s;
}
.link-box--1line a p::after,
.link-box--2line a p::after {
  content: "";
  position: absolute;
  top: 0;
  right: 27px;
  width: 35px;
  height: 100%;
  background: transparent url(../img/bar_white.svg) right center / 40px auto no-repeat;
  overflow: hidden;
  transition: background .3s;
}
.link-box__image {
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
.link-box__image img {
  position: relative;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  transition: transform .3s, opacity .3s;
}
.link-box__list {
  padding-top: 1.5em;
}
.link-box__list li {
  position: relative;
  padding: 0.25em 0 0.25em 1.25em;
  line-height: 1.5em;
}
.link-box__list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.9em;
  height: 0;
  border-top: 1px solid #383232;
}
.link-box__list li a {
  display: inline-block;
  color: #262525;
  line-height: 1.5em;
  transition: transform .3s;
}
.link-box--right {
  position: relative;
  width: calc(50% + 618px);
  margin: 100px 0 200px auto;
  padding-left: 350px;
}
.link-box--left {
  position: relative;
  width: calc(50% + 618px);
  margin: 100px auto 200px 0;
  padding-right: 350px;
}
.link-box--right .link-box__image,
.link-box--left .link-box__image {
  height: 300px;
}
.link-box__inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% - 36px);
  max-width: 400px;
  padding: 40px 18px 45px;
  background-color: #383232;
  color: #fff;
  text-align: center;
}
.link-box--right .link-box__inner {
  left: 18px;
}
.link-box--left .link-box__inner {
  right: 18px;
}
.link-box__inner p:first-child {
  padding-bottom: 1em;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.5em;
}
.link-box--orange-title {
  width: 44.6%;
  margin-top: 100px;
}
.link-box--orange-title p {
  position: relative;
  padding: 1em;
  border-left: 5px solid #F59700;
  color: #262525;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.5em;
}
.link-box--orange-title p::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 100%;
  background: transparent url(../img/bar_black.svg) right center / 40px auto no-repeat;
  overflow: hidden;
  transition: background .3s;
}
.link-box__image.link-box__image-corporate::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(125deg, #0652B2, #57B9CB);
  transition: transform .3s, opacity .3s;
}
@media (hover: hover) {
  .link-box--1line a:hover p,
  .link-box--2line a:hover p {
    background-color: #fff;
    color: #383232;
  }
  .link-box--1line a:hover p::after,
  .link-box--2line a:hover p::after {
    background-image: url(../img/arrow_black.svg);
  }
  .link-box--1line a:hover .link-box__image img,
  .link-box--2line a:hover .link-box__image img,
  .link-box--orange-title a:hover .link-box__image img {
    transform: scale(1.1);
    opacity: 0.7;
  }
  .link-box__list li a:hover {
    transform: translateX(0.5em);
  }
  .link-box--orange-title a:hover p::after {
    background-image: url(../img/arrow_black.svg);
  }
  .link-box--orange-title a:hover .link-box__image.link-box__image-corporate::before {
    transform: scale(1.1);
    opacity: 0.7;
  }
}
@media all and (max-width: 1250px) {
  .link-box--1line {
    margin: 80px 0;
  }
  .link-box--2line {
    margin-bottom: 60px;
  }
  .link-box--right,
  .link-box--left {
    width: 100%;
    margin: 50px 0 100px;
  }
  .link-box--orange-title {
    margin-top: 70px;
  }
}
@media all and (max-width: 900px) {
  .link-box--2line,
  .link-box--orange-title {
    width: 48%;
  }
}
@media all and (max-width: 750px) {
  .link-box--1line,
  .link-box--2line {
    width: 100%;
    margin: 40px 0;
  }
  .link-box--1line a p,
  .link-box--2line a p {
    margin-top: -24px;
    padding-right: 40px;
    font-size: 0.875em;
  }
  .link-box--1line a p::after,
  .link-box--2line a p::after {
    right: 12px;
    width: 20px;
  }
  .link-box__list {
    padding-top: 1.25em;
    font-size: 0.875em;
  }
  .link-box--right,
  .link-box--left {
    margin: 50px 0;
    padding: 0;
  }
  .link-box--right .link-box__image,
  .link-box--left .link-box__image {
    height: 250px;
  }
  .link-box--right .link-box__inner,
  .link-box--left .link-box__inner {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transform: translateY(0);
    margin: -75px auto 0;
    padding: 30px 18px 33px;
  }
  .link-box__inner p:first-child {
    padding-bottom: 1.25em;
    font-size: 0.875em;
  }
  .link-box--orange-title {
    width: 100%;
    margin: 0 0 50px;
  }
  .link-box--orange-title:last-of-type {
    margin-bottom: 0;
  }
  .link-box--orange-title p {
    padding: 0.5em 0.7em;
  }
  .link-box--orange-title p::after {
    width: 20px;
  }
}


/*   */
.relate {
  padding: 160px 0;
}
.relate__wrapper {
  position: relative;
  width: 100%;
  max-width: 1236px;
  margin: 50px auto 0;
  padding: 0 18px;
  overflow: hidden;
}
.relate__wrapper .swiper-slide {
  height: auto;
}
.relate__wrapper .swiper-slide a {
  position: relative;
  display: block;
  height: 100%;
  background-color: #fff;
  color: #262525;
}
.relate__image {
  overflow: hidden;
}
.relate__image img {
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  transition: transform .3s, opacity .3s;
}
.relate__title {
  padding: 2em 2.25em 5em;
  font-weight: 500;
  line-height: 1.5em;
}
.relate__wrapper .poppins {
  position: absolute;
  right: 1em;
  bottom: 1.5em;
  padding-right: 1.75em;
}
.relate__wrapper .poppins::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 100%;
  background: transparent url(../img/bar_black.svg) right center / 40px auto no-repeat;
  overflow: hidden;
  transition: background .3s;
}
@media (hover: hover) {
  .relate__wrapper a:hover .relate__image img {
    transform: scale(1.1);
    opacity: 0.7;
  }
  .relate__wrapper a:hover .poppins::after {
    background-image: url(../img/arrow_black.svg);
  }
}
@media all and (max-width: 1250px) {
  .relate {
    padding: 100px 0;
  }
  .relate__wrapper {
    padding-right: 0;
  }
}
@media all and (max-width: 750px) {
  .relate {
    padding: 80px 0 64px;
  }
  .relate--news {
    padding-top: 40px;
  }
  .relate__wrapper {
    margin-top: 35px;
    padding-left: 0;
  }
  .relate__title {
    padding: 1.25em 1.25em 3.5em;
    font-size: 0.875em;
  }
  .relate__wrapper .poppins {
    bottom: 0.75em;
  }
}


/*   */
/*   */
.product-link1::before {
  content: "";
  display: block;
  width: 23.2%;
  height: 0;
  order: 1;
}
.product-link1::after {
  content: "";
  display: block;
  width: 23.2%;
  height: 0;
}
.product-link1--product::after {
  width: 30%;
}
.product-link1 li {
  width: 23.2%;
  margin-bottom: 30px;
  font-size: 1.25em;
}
.product-link1--product li {
  width: 30%;
  margin-bottom: 5%;
}
.product-link1__image {
  background-color: #fff;
  overflow: hidden;
}
.product-link1__image img {
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  transition: transform .3s, opacity .3s;
}
.product-link1__title {
  position: relative;
  display: grid;
  place-items: center start;
  height: 3.2em;
  padding: 0.25em 1em;
  background-color: #383232;
  border: 1px solid #383232;
  color: #fff;
  font-size: 0.9375em;
  font-weight: bold;
  line-height: 1.3em;
  transition: background-color .3s, color .3s;
}
.product-link1__title::after {
  content: "";
  position: absolute;
  top: 0;
  right: 1em;
  overflow: hidden;
  width: 25px;
  height: 100%;
  background: transparent url(../img/bar_white.svg) right center / 40px auto no-repeat;
  transition: background .3s;
}
/*   */
.product-link2 {
  margin-bottom: -3.8%;
}
.product-link2 li {
  width: 48%;
  margin-bottom: 3.8%;
  border: 1px solid #D1CFCF;
}
.product-link2__image {
  width: 152px;
  height: 106px;
  background-color: #fff;
  overflow: hidden;
}
.product-link2__image img {
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  transition: transform .3s, opacity .3s;
}
.product-link2__title {
  position: relative;
  flex: 1;
  display: grid;
  place-content: center start;
  place-items: center start;
  padding: 0.5em 50px 0.5em 1.6em;
  background-color: #fff;
  color: #262525;
  font-weight: 500;
  line-height: 1.6em;
  transition: background .3s, color .3s;
}
.product-link2__title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: transparent url(../img/bar_black.svg) right center / 40px auto no-repeat;
  overflow: hidden;
  transition: background .3s;
}
@media (hover: hover) {
  .product-link1 a:hover .product-link1__image img,
  .product-link2 a:hover .product-link2__image img {
    transform: scale(1.1);
    opacity: 0.7;
  }
  .product-link1 a:hover .product-link1__title {
    background-color: #fff;
    color: #262525;
  }
  .product-link1 a:hover .product-link1__title::after {
    background-image: url(../img/arrow_black.svg);
  }
  .product-link2 a:hover .product-link2__title {
    background-color: #262525;
    color: #fff;
  }
  .product-link2 a:hover .product-link2__title::after {
    background-image: url(../img/arrow_white.svg);
  }
}
@media all and (max-width: 1250px) {
  .product-link1 li {
    font-size: 1em;
  }
  .product-link2__title {
    padding-left: 1em;
  }
  .product-link2__image {
    width: 125px;
  }
}
@media all and (max-width: 980px) {
  .product-link1 li {
    width: 48%;
    margin-bottom: 4%;
  }
}
@media all and (max-width: 750px) {
  .product-link1 {
    width: 77.3%;
    max-width: 500px;
    margin: 0 auto;
  }
  .product-link1 li {
    width: 100%;
    margin: 25px 0 0;
    font-size: 0.9375em;
  }
  .product-link2 li {
    width: 100%;
  }
  .product-link2__image {
    width: 103px;
    height: 103px;
  }
}


/*   */
.form__lead {
  margin-bottom: 90px;
  padding: 100px 0;
  font-size: 1.25em;
  font-weight: 500;
  text-align: center;
}
.form__explanation {
  padding: 90px 0 80px;
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
}
.form__lead span,
.form__explanation span {
  display: inline-block;
}
.form__progress {
  width: 590px;
  margin: 0 auto;
  overflow: hidden;
}
.form__progress li {
  position: relative;
  width: 148px;
  height: 148px;
  padding: 25px 0;
  background-color: #F7F5F5;
  border-radius: 50%;
  font-size: 1.125em;
  font-weight: bold;
  text-align: center;
}
.form__progress--en li {
  line-height: 1.5em;

}
.form__progress li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%) rotate(45deg);
  width: 1.1em;
  height: 1.1em;
  border-top: 1px solid #262525;
  border-right: 1px solid #262525;
}
.form__progress li:last-child:after {
  border: none;
}
.form__progress li.current {
  background-color: #F59700;
  color: #fff;
}
.form__progress li span {
  position: relative;
  display: block;
  margin-bottom: 0.7em;
  padding-bottom: 0.7em;
  font-size: 0.89em;
  font-weight: normal;
}
.form__progress li span::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 1.1em;
  height: 1px;
  background-color: #262525;
}
.form__progress li.current span::after {
  background-color: #fff;
}
.form__progress br {
  display: none;
}
.form__progress--en br {
  display: inline;
}
.form__table {
  width: 100%;
  table-layout: fixed;
}
.form__table tr {
  border-bottom: 1px solid #D1CFCF;
}
.form__table th,
.form__table td {
  position: relative;
  padding: 30px 0;
  text-align: left;
  vertical-align: top;
}
.form__table th {
  width: 25%;
  padding: 42px 0;
}
.form__table--en th {
  padding: 46px 80px 45px 0;
  line-height: 1.5em;
}
.form__table td {
  padding-left: 35px;
}
.form__confirm .form__table td {
  padding: 42px 0 42px 35px;
}
.required {
  position: absolute;
  top: 47px;
  right: 0;
  display: inline-block;
  padding: 0.3em 0.6em;
  background-color: #F59700;
  color: #fff;
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1em;
}
.form__table select,
.form__table input,
.form__table textarea {
  min-width: 250px;
  padding: 1em 1.5em;
  background-color: #F7F5F5;
  border: 1px solid #fff;
  font-size: 0.875em;
}
.form__select {
  position: relative;
  display: inline-block;
}
.form__select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: translateY(-50%) rotate(45deg);
  width: 0.4em;
  height: 0.4em;
  border-right: 1px solid #262525;
  border-bottom: 1px solid #262525;
  pointer-events: none;
}
.form__table input,
.form__table textarea {
  width: 100%;
}
.form__table textarea {
  height: 15em;
  outline: none;
  resize: none;
  vertical-align: bottom;
}
.form__table ::placeholder {
  color: #9D9D9D;
}
.form__radio {
  margin-bottom: -1.5em;
  padding: 15px 0;
}
.form__table label {
  display: block;
  line-height: 1em;
}
.form__table input[type="radio"] {
  display: none;
}
.form__table label span {
  position: relative;
  display: inline-block;
  margin-bottom: 1.5em;
  padding-left: 32px;
  line-height: 1em;
}
.form__table label span::before,
.form__table label span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 1px solid #BEBEBE;
  border-radius: 50%;
}
.form__table label span::after {
  left: 4px;
  width: 10px;
  height: 10px;
  border: none;
}
.form__table input[type="radio"]:checked + span::after {
  background-color: #262525;
}
.form__table pre {
  word-break: break-word;
  white-space: pre-wrap;
}
.form__error-caution {
  display: block;
  margin: 50px 0 70px;
  padding: 0.75em;
  border: 1px solid #BF0101;
  text-align: center;
}
.form__error-caution span {
  position: relative;
  display: inline-block;
  padding-left: 40px;
  color: #BF0101;
  font-weight: 500;
}
.form__error-caution span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 100%;
  background: transparent url(../img/icon_cation.svg) left center / 28px auto no-repeat;
  filter: hue-rotate(-42deg) saturate(300%) brightness(70%);
}
.error-message {
  position: absolute;
  left: 35px;
  bottom: 7px;
  display: block;
  color: #BF0101;
  font-size: 0.75em;
}
.btn-wrapper--form .btn--dark-brown,
.btn-wrapper--form .btn--gray-back {
  position: relative;
  width: 300px;
  padding: 0.95em;
  font-size: 1.25em;
}
.btn-wrapper--form .btn--gray-back {
  margin-right: 48px;
}
.btn-wrapper--form .btn--dark-brown.disable {
  filter: grayscale(1) opacity(0.3);
  pointer-events: none;
}
.form__caution {
  position: relative;
  width: 100%;
  max-width: 962px;
  margin: 120px auto 100px;
  padding: 15px;
  border: 2px solid #F59700;
  color: #F59700;
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  transition: background-color .3s, color .3s;
}
.form__caution::before, 
.form__caution::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  width: 22px;
  height: 2px;
  background-color: #F59700;
}
.form__caution::after {
  transform: translateY(-50%) rotate(90deg);
}
.form__caution span {
  position: relative;
  display: inline-block;
  padding-left: 2.25em;
}
.form__caution span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5em;
  height: 100%;
  background: transparent url(../img/icon_cation.svg) left center / 1.35em auto no-repeat;
  transition: filter .1s;
}
.form__caution span br {
  display: none;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(100, 100, 100, 0.7);
}
.modal__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 36px);
  max-width: 1200px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.modal__close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.modal__close::before,
.modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 35px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
}
.modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal__inner h2 {
  padding: 60px;
  background-color: #383232;
  color: #fff;
  font-size: 2.375em;
}
.modal__inner h2 span {
  position: relative;
  display: block;
  padding: 0 1em;
  line-height: 1.5em;
}
.modal__inner h2 span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 8px;
  height: 100%;
  background-color: #F59700;
}
.modal__inner .modal__scroll {
  max-height: calc(100vh - 500px);
  margin: 60px 60px 45px;
  padding-bottom: 30px;
  border-bottom: 1px solid #D1CFCF;
  overflow-y: auto;
}
#formAgree {
  display: none;
}
.form__agree {
  position: relative;
  display: block;
  width: 15.7em;
  margin: 0 auto 60px;
  padding: 0.5em 1.1em 0.5em 3.1em;
  background-color: #F7F5F5;
  font-size: 1.25em;
  cursor: pointer;
}
.form__agree--en {
  width: 24.25em;
}
.form__agree::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.6em;
  transform: translateY(-50%);
  width: 0.9em;
  height: 0.9em;
  border: 1px solid #262525;
}
#formAgree:checked + .form__agree::before {
  background-color: #262525;
}
#formAgree:checked + .form__agree::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.9em;
  transform: translateY(-65%) rotate(45deg);
  width: 0.3em;
  height: 0.5em;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
@media (hover: hover) {
  .form__caution:hover {
    background-color: #F59700;
    color: #fff;
  }
  .form__caution:hover::before, 
  .form__caution:hover::after {
    background-color: #fff;
  }
  .form__caution:hover span::before {
    filter: brightness(0%) invert(1);
  }
}
.form__thanks-title {
  margin-top: 110px;
  font-size: 1.875em;
  font-weight: bold;
  line-height: 1.5em;
  text-align: center;
}
.form__thanks-title span {
  display: inline-block;
  line-height: 1.5em;
}
.form__thanks-text {
  margin: 40px 0 80px;
  font-size: 1.25em;
  line-height: 1.75em;
  text-align: center;
}
.form__thanks-text span {
  display: inline-block;
  line-height: 1.75em;
}
@media all and (max-width: 1250px) {
  .form__lead {
    margin-bottom: 70px;
    padding: 70px 0;
    font-size: 1em;
  }
}
@media all and (max-width: 1000px) {
  .form__table th {
    width: 28%;
  }
  .modal__inner h2 {
    font-size: 2em;
  }
}
@media all and (max-width: 750px) {
  .form__lead {
    margin-bottom: 42px;
    padding: 30px 0;
    font-size: 0.875em;
    text-align: left;
  }
  .form__explanation {
    padding: 35px 0 40px;
    font-size: 1em;
    text-align: left;
  }
  .form__lead span,
  .form__explanation span {
    display: inline;
  }
  .form__progress {
    width: 339px;
  }
  .form__progress li {
    width: 92px;
    height: 92px;
    padding: 16px 0;
    font-size: 0.875em;
    line-height: 1.28em;
  }
  .form__progress li:not(:first-child) {
    padding: 19px 0;
  }
  .form__progress--en li,
  .form__progress--en li:not(:first-child) {
    padding: 19px 0;
    font-size: 0.75em;
  }
  .form__progress li::after {
    right: -19px;
    width: 0.85em;
    height: 0.85em;
  }
  .form__progress li span {
    font-size: 0.72em;
    line-height: 1.28em;
  }
  .form__progress br {
    display: inline-block;
  }
  .form__table th,
  .form__table td {
    display: block;
    width: 100%;
  }
  .form__table th {
    padding: 20px 0 0;
    font-size: 0.875em;
  }
  .form__table--en th {
    padding-top: 22px;
  }
  .form__table td {
    padding: 15px 0 27px;
  }
  .form__confirm .form__table td {
    padding: 15px 0 20px;
    font-size: 0.875em;
  }
  .required {
    top: 26px;
    font-size: 0.75em;
  }
  .form__select {
    width: 100%;
  }
  .form__table select {
    width: 100%;
  }
  .form__radio {
    padding: 0;
  }
  .form__table label span {
    font-size: 0.875em;
  }
  .form__error-caution {
    margin: 15px 0 30px;
    padding: 0.5em;
  }
  .form__error-caution span {
    font-size: 0.875em;
  }
  .error-message {
    left: 0;
    bottom: 5px;
  }
  .form__caution {
    margin: 60px auto;
    font-size: 1em;
  }
  .form__caution::before, 
  .form__caution::after {
    right: 18px;
    width: 17px;
  }
  .btn-wrapper--form .btn--dark-brown,
  .btn-wrapper--form .btn--gray-back {
    width: 262px;
    font-size: 1em;
  }
  .btn-wrapper--form .btn--gray-back {
    display: block;
    margin: 0 auto 30px;
  }
  .modal__close {
    top: 15px;
    right: 15px;
    width: 15px;
    height: 15px;
  }
  .modal__close::before,
  .modal__close::after {
    width: 22px;
  }
  .modal__inner h2 {
    padding: 30px 18px;
    font-size: 1em;
  }
  .modal__inner h2 span::before {
    width: 3px;
  }
  .modal__inner .modal__scroll {
    max-height: calc(100vh - 300px);
    margin: 18px;
    padding: 18px 0;
    border-bottom: none;
  }
  .form__agree {
    margin-bottom: 18px;
    font-size: 1em;
  }
  .form__thanks-title {
    margin-top: 40px;
    font-size: 1.25em;
  }
  .form__thanks-text {
    margin-bottom: 40px;
    font-size: 1em;
    text-align: left;
  }
  .form__thanks-text span {
    display: inline;
  }
}
@media all and (max-width: 500px) {
  .form__caution {
    padding-bottom: 8px;
  }
  .form__caution span {
    padding-top: 2em;
    padding-left: 0;
    line-height: 1.5em;
  }
  .form__caution span::before {
    width: 100%;
    background-position: center top;
    background-size: 1.75em auto;
  }
  .form__caution span br {
    display: inline-block;
  }
}
@media all and (max-width: 370px) {
  .form__progress {
    width: 284px;
  }
  .form__progress li {
    width: 85px;
    height: 85px;
    padding: 12px 0;
  }
  .form__progress--en li,
  .form__progress--en li:not(:first-child) {
    padding: 18px 0;
    font-size: 0.7em;
  }
  .form__progress li::after {
    right: -10px;
  }
}


/*  */
.accordion dt {
  position: relative;
  display: grid;
  place-items: center start;
  min-height: 5.5em;
  margin-top: 2px;
  padding: 1em 3.5em 1em 2em;
  border-left: 5px solid #F59700;
  border-bottom: 1px solid #D1CFCF;
  font-weight: 500;
  line-height: 1.5em;
  cursor: pointer;
  transition: background-color .3s;
}
.accordion dt h4 {
  padding-left: 1em;
  line-height: 1.5em;
  text-indent: -1em;
}
.accordion dt.open {
  border-bottom: none;
}
.accordion dt::before,
.accordion dt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  width: 1em;
  height: 3px;
  background-color: #F59700;
  border-radius: 3px;
  pointer-events: none;
  transition: transform .3s;
}
.accordion dt::after {
  transform: translateY(-50%) rotate(90deg);
}
.accordion dt.open::after {
  transform: translateY(-50%);
}
.accordion dd {
  display: none;
  padding: 2.5em 5.5em;
  border-left: 5px solid #262525;
  border-bottom: 1px solid #D1CFCF;
  background-color: #F7F5F5;
}
.accordion dd p,
.accordion dd div {
  position: relative;
  line-height: 1.875em;
}
.accordion dd p:first-child::before,
.accordion dd div::before {
  content: "";
  position: absolute;
  top: 1em;
  left: -2.5em;
  width: 1.625em;
  height: 1px;
  background-color: #707070;
}
@media (hover: hover) {
  .accordion dt:hover {
    background-color: #F7F5F5;
  }
}
@media all and (max-width: 750px) {
  .accordion dt {
    min-height: 4em;
    padding: 0.5em 2em 0.5em 1em;
  }
  .accordion dt::before,
  .accordion dt::after {
    right: 0.5em;
    height: 2px;
  }
  .accordion dd {
    padding: 1em 1em 1em 3em;
  }
  .accordion dd p:first-child::before,
  .accordion dd div::before {
      left: -1.75em;
    width: 1em;
  }
}


/*  */
.common-contact {
  padding: 110px 0;
  background-color: #383232;
}
.common-contact__title {
  padding-left: 1.75em;
  background: transparent url(../img/icon_mail.svg) left center / 1.25em auto no-repeat;
  color: #fff;
  font-size: 2.3em;
}
.common-contact__text {
  padding: 0 3em;
  color: #fff;
  font-weight: 500;
}
.common-contact__link {
  flex: 1;
  text-align: right;
}
@media all and (max-width: 1250px) {
  .common-contact__title {
    font-size: 1.8em;
  }
  .common-contact__text {
    padding: 0 2em;
  }
}
@media all and (max-width: 1150px) {
  .common-contact--en .flex_pc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .common-contact--en .common-contact__text {
    padding: 1em 0 2em;
  }
  .common-contact--en .common-contact__link {
    flex: none;
    text-align: center;
  }
}
@media all and (max-width: 1040px) {
  .common-contact {
    padding: 70px 0;
  }
  .common-contact .flex_pc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .common-contact__text {
    padding: 1em 0 2em;
  }
  .common-contact__link {
    flex: none;
    text-align: center;
  }
}
@media all and (max-width: 750px) {
  .common-contact {
    padding: 25px 18px 30px;
  }
  .common-contact__title {
    font-size: 1.375em;
  }
  .common-contact__link .btn--transparent {
    min-width: 262px;
  }
}


/*  */
.bg-gray--left--fg::before {
  height: calc(100% - 400px);
}
.inner--fg {
  margin-top: 100px;
}
.fg__title {
  margin-top: 120px;
  transform: translateY(100%);
}
.fg__lead {
  position: relative;
}
.fg__image {
  position: relative;
  z-index: 1;
  width: 50%;
  margin-left: auto;
}
.fg__brown {
  position: absolute;
  left: 0;
  bottom: 65px;
  z-index: 2;
  display: grid;
  place-items: center start;
  width: calc(50% + 75px);
  padding: 55px 60px 55px calc(50% - 600px);
  background-color: #383232;
  color: #fff;
}
.fg__brown::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 673px;
  transform: translateY(-50%);
  width: 3px;
  height: calc(100% - 120px);
  background-color: #fff;
}
.fg__brown p {
  width: 100%;
  padding-left: 40px;
}
.fg__download {
  display: inline-block;
  margin-top: 1em;
  margin-bottom: 10px;
  padding: 0.5em 1em;
  border: 1px solid #fff;
  color: #262525;
  font-weight: 500;
  transition: background .3s;
}
.fg__download span {
  display: inline-block;
  padding-right: 2em;
  background: transparent url(../img/icon_download.svg) right center / 1em auto no-repeat;
  color: #262525;
  font-weight: 500;
  filter: invert(1) brightness(200%);
  transition: filter .3s;
}
@media (hover: hover) {
  .fg__download:hover {
    background-color: #fff;
  }
  .fg__download:hover span {
    filter: none;
  }
}
@media all and (max-width: 1800px) {
  .bg-gray--left--fg::before {
    height: calc(100% - 25vw);
  }
  .fg__brown {
    bottom: 30px;
    padding-top: 25px;
    padding-right: 30px;
    padding-bottom: 25px;
  }
  .fg__brown::before {
    height: calc(100% - 50px);
  }
}
@media all and (max-width: 1250px) {
  .bg-gray--left--fg::before {
    height: calc(100% - 60vw);
  }
  .inner--fg {
    margin-top: 70px;
    padding-top: 70px;
  }
  .fg__title {
    margin: 80px 0 25px;
    transform: translateY(0);
  }
  .fg__image {
    width: 70%;
  }
  .fg__brown {
    position: relative;
    left: auto;
    bottom: auto;
    width: calc(100% - 18px);
    max-width: 1000px;
    margin-top: -30px;
    padding: 25px;
  }
  .fg__brown::before {
    left: 25px;
    right: auto;
  }
  .fg__brown p {
    padding-left: 25px;
  }
}
@media all and (max-width: 750px) {
  .bg-gray--left--fg::before {
    width: 50%;
    height: calc(100% - 90vw);
    background-color: #F7F5F5;
  }
  .inner--fg {
    margin-top: 25px;
    padding-top: 25px;
  }
  .fg__title {
    margin-top: 40px;
  }
  .fg__image {
    width: calc(100% - 36px);
    height: 64vw;
    overflow: hidden;
  }
  .fg__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .fg__brown {
    margin-top: -25px;
  }
  .fg__brown::before {
    width: 2px;
  }
  .fg__download {
    width: 100%;
    text-align: center;
  }
}


/*  */
.event__image {
  /* width: 35%; */
  width: 45%;
  padding: 30px 0 30px 5%;
}
.event__content {
  flex: 1;
}
.event__content-info {
  margin-bottom: -3em;
}
.event__content-info dt {
  line-height: 1.75em;
  float: left;
}
.event__content-info dd {
  margin-left: 8em;
  margin-bottom: 2em;
  padding-left: 3em;
  border-left: 1px solid #D1CFCF;
  line-height: 1.75em;
  word-break: break-all;
}
.event__content-info--en dd {
  margin-left: 12em;
}
.table--line-th-black--event th,
.table--line-th-black--event td {
  padding: 1.75em;
}
.table--line-th-black--event th::after,
.table--line-th-black--event td::after,
.table--line-th-black--event td:first-child::before,
.table--line-th-black--event td:last-child::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background-color: #D1CFCF;
}
.table--line-th-black--event td:first-child::before {
  left: 0;
  right: auto;
}
@media all and (max-width: 750px) {
  .event__image {
    width: 80%;
    max-width: 500px;
    margin: 0 auto;
    padding: 30px 0 50px;
  }
  .event__content {
    flex: none;
  }
  .event__content-info {
    margin-bottom: -1em;
  }
  .event__content-info dt {
    float: none;
  }
  .event__content-info dd {
    margin-left: 0;
    margin-bottom: 1em;
    padding: 0.25em 0 1em;
    border-left: none;
    border-bottom: 1px solid #D1CFCF;
  }
  .event__scroll {
    overflow-y: scroll;
  }
  .table--line-th-black--event {
    width: 840px;
  }
}


/*  */
.overview__about {
  background: transparent url(../img/overview/overview_about_bg.jpg) center center / cover no-repeat;
}
.overview__about .title--underline-point {
  color: #fff;
}
.overview__about .title--underline-point::after {
  background-color: #fff;
}
.overview__about-box {
  margin-top: 16px;
  padding: 90px 25px 80px;
  background-color: rgba(255, 255, 255, 0.85);
}
.overview__about-box h3 {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 55px;
  color: #F59700;
  font-size: 1.875em;
  font-weight: 500;
  line-height: 1em;
  text-align: center;
}
.overview__about-box h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 30px;
  border-right: 1px solid #262525;
}
.overview__about-box h3 img {
  width: 365px;
  vertical-align: top;
}
.overview__about-box p {
  font-weight: 500;
  text-align: center;
}
.overview__about-box p span {
  display: inline-block;
}
.overview__about-box .overview__about-text1 {
  font-size: 1.5em;
}
.overview__about-box .overview__about-catch {
  padding: 0.15em 0 1em;
  font-size: 1.875em;
  font-weight: bold;
  line-height: 1.5em;
}
.overview__about-box .overview__about-catch span {
  display: inline-block;
}
.overview__field-text {
  font-weight: 500;
}
.overview__field-text span {
  color: #F59700;
}
.overview__field-image {
  width: 100%;
  max-width: 860px;
  margin: 70px auto;
}
.btn-wrapper--overview-field {
  padding: 120px 0 70px;
}
.overview__data {
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 41.7% 58.3%;
  gap: 28px;
}
.overview__data-box1,
.overview__data-box2,
.overview__data-box3,
.overview__data-box4 {
  background-color: #fff;
}
.overview__data-box1 {
  grid-row: 1 / 4;
  grid-column: 1 / 2;
}
.overview__data-box2 {
  grid-row: 1 / 2;
  grid-column: 2 / 3;
}
.overview__data-box3 {
  grid-row: 2 / 3;
  grid-column: 2 / 3;
}
.overview__data-box4 {
  grid-row: 3 / 4;
  grid-column: 2 / 3;
}
.overview__data h3 {
  background-color: #383232;
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}
.overview__data-num1 {
  padding: 50px 0 70px;
  font-size: 1.25em;
  font-weight: bold;
}
.overview__data-num1 > span:nth-child(1) {
  display: inline-block;
  padding-right: 1em;
  line-height: 1.5em;
}
.overview__data-num1--en > span:nth-child(1) {
  font-size: 1.25em;
}
.overview__data-num1 > span:nth-child(2) {
  display: inline-block;
  padding-bottom: 0.05em;
  font-size: 2.75em;
  font-weight: bold;
  line-height: 1em;
}
.overview__data-num2 {
  font-size: 2.375em;
  font-weight: bold;
  text-align: center;
}
.overview__data-num2--en {
  font-size: 0.6em;
}
.overview__data-num1 .roboto,
.overview__data-num2 .roboto {
  display: inline-block;
  padding: 0 0.1em;
  color: #F59700;
  font-size: 2.07em;
  line-height: 0.8em;
}
.overview__data-pie {
  width: 100%;
  max-width: 490px;
  margin: 0 auto 50px;
  padding: 0 9%;
  text-align: center;
}
.overview__data-pie img {
  display: block;
  margin-bottom: 1em;
}
.overview__data-text1 {
  padding: 0 35px 25px;
  line-height: 1.75em;
}
.overview__data-inner {
  flex: 1;
  padding: 30px 24px 25px 35px;
}
.overview__data-text2 {
  line-height: 1.75em;
}
.overview__data-line {
  display: block;
  width: 41%;
  padding: 30px 35px 30px 0;
}
.overview__global-map {
  display: block;
  width: 100%;
  max-width: 1026px;
  margin: 0 auto;
}
.overview__global-map-exp {
  width: 95%;
  max-width: 860px;
  margin: 35px auto 100px;
  font-size: 1.5em;
  font-weight: 500;
}
.overview__global-map-exp--en {
  display: block;
  text-align: center;
}
.overview__global-map-exp--en .overview__global-base {
  display: inline-block;
  text-align: left;
}
.overview__global-base > span {
  display: inline-block;
  padding-left: 0.7em;
  font-size: 1.58em;
  font-weight: bold;
}
.overview__global-base .roboto {
  display: inline-block;
  padding: 0 0.1em;
  color: #F59700;
  font-size: 2.02em;
  line-height: 1em;
}
.overview__global-semiconductor {
  position: relative;
  display: inline-block;
  margin-top: 15px;
  margin-left: 35px;
  padding-left: 70px;
}
.overview__global-map-exp--en .overview__global-semiconductor {
  margin-top: 45px;
  line-height: 1.5em;
  text-align: left;
}
.overview__global-semiconductor::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 49px;
  height: 49px;
  background-color: rgba(245, 151, 0, 0.17);
  border-radius: 50%;
}
.overview__global-text {
  margin-bottom: 120px;
  padding: 60px;
  background-color: #F7F5F5;
  font-size: 2em;
  font-weight: bold;
  line-height: 1.9em;
  text-align: center;
}
.overview__global-text span {
  display: inline-block;
}
@media all and (max-width: 1250px) {
  .overview__about-box {
    padding: 70px 18px;
  }
  .overview__about-box .overview__about-text1 {
    font-size: 1.25em;
  }
  .btn-wrapper--overview-field {
    padding: 80px 0 50px;
  }
  .overview__data {
    gap: 18px;
  }
  .overview__data-num1 {
    font-size: 1em;
  }
  .overview__data-num1--en > span:nth-child(1) {
    font-size: 1em;
  }
  .overview__data-num2 {
    font-size: 2em;
  }
  .overview__data-num2--en {
    font-size: 0.5em;
  }
  .overview__global-map-exp {
    font-size: 1.25em;
  }
  .overview__global-text {
    margin-bottom: 80px;
    font-size: 1.75em;
  }
}
@media all and (max-width: 980px) {
  .overview__data {
    display: block;
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
  }
  .overview__data-box1,
  .overview__data-box2,
  .overview__data-box3 {
    margin-bottom: 25px;
  }
  .overview__data-num1 {
    padding: 35px 0;
  }
  .overview__data-pie {
    width: 64%;
    margin-bottom: 30px;
    padding: 0;
  }
}
@media all and (max-width: 750px) {
  .overview__about-box {
    padding: 35px 18px 30px;
  }
  .overview__about-box h3 {
    margin-bottom: 10px;
    padding-bottom: 37px;
    font-size: 1.25em;
  }
  .overview__about-box h3::after {
    height: 24px;
  }
  .overview__about-box h3 img {
    width: 185px;
  }
  .overview__about-box p {
    line-height: 1.9em;
    text-align: left;
  }
  .overview__about-box p span {
    display: inline;
  }
  .overview__about-box .overview__about-text1 {
    font-size: 1em;
  }
  .overview__about-box .overview__about-catch {
    padding: 0 0 0.5em;
    font-size: 1.25em;
    text-align: center;
  }
  .overview__field-image {
    margin: 30px auto 40px;
  }
  .btn-wrapper--overview-field {
    padding: 55px 0 0;
  }
  .overview__data {
    padding-bottom: 0;
  }
  .overview__data h3 {
    padding: 0.25em;
    font-size: 1em;
  }
  .overview__data-num1 {
    padding: 20px 0;
  }
  .overview__data-num1 > span:nth-child(2) {
    font-size: 2.25em;
  }
  .overview__data-pie {
    margin-bottom: 15px;
  }
  .overview__data-text1 {
    padding: 0 18px 18px;
    font-size: 0.875em;
  }
  .overview__data-inner {
    padding: 20px 18px 30px;
  }
  .overview__data-text2 {
    padding-top: 0.5em;
    font-size: 0.875em;
  }
  .overview__data-line {
    width: 100%;
    padding: 0 35px 35px;
  }
  .overview__global-map-exp {
    margin-bottom: 50px;
    font-size: 1em;
    text-align: center;
  }
  .overview__global-base {
    display: inline-block;
    text-align: left;
  }
  .overview__global-map-exp--en .overview__global-base > span {
    padding-left: 1.5em;
  }
  .overview__global-map-exp--en .overview__global-base .roboto {
    padding-left: 0;
  }
  .overview__global-semiconductor {
    margin-left: 0;
    padding-left: 50px;
  }
  .overview__global-semiconductor::before {
    width: 36px;
    height: 36px;
  }
  .overview__global-text {
    margin-bottom: 40px;
    padding: 25px 18px;
    font-size: 1.25em;
  }
}
@media all and (max-width: 370px) {
  .overview__data-num1 .roboto,
  .overview__data-num2 .roboto {
    font-size: 1.9em;
  }
  .overview__data-num1--en > span:nth-child(1) {
    font-size: 0.9em;
  }
  .overview__data-num2--en {
    font-size: 0.4em;
  }
  .overview__global-map-exp {
    font-size: 0.95em;
  }
  .overview__global-text {
    font-size: 1.1em;
  }
}


/*  */
/*  */
.message__signature img {
  width: 200px;
  margin-left: 24px;
}
/*  */
.policy__philosophy {
  font-size: 2.25em;
  font-weight: bold;
  line-height: 1.5em;
  text-align: center;
}
.policy__philosophy span {
  display: inline-block;
}
.policy__list li {
  position: relative;
  padding-bottom: 1em;
  padding-left: 2em;
  font-size: 1.5em;
  font-weight: 500;
}
.policy__list li:last-child {
  padding-bottom: 0;
}
.policy__list li::before {
  content: "";
  position: absolute;
  top: 0.9em;
  left: 0;
  width: 1em;
  height: 3px;
  background-color: #F59700;
}
.policy__list li p {
  line-height: 1.85em;
}
.policy__list li p:nth-child(2) {
  padding: 0.5em 0 1em;
  font-size: 0.81em;
  font-weight: normal;
}
.policy__list li:last-child p:nth-child(2) {
  padding-bottom: 0;
}
.policy__pyramid {
  position: relative;
  max-width: 872px;
  margin: 0 auto;
}
.policy__pyramid1,
.policy__pyramid2,
.policy__pyramid3,
.policy__pyramid4,
.policy__pyramid5,
.policy__pyramid6 {
  position: absolute;
  transition: background .3s;
}
.policy__pyramid1 {
  top: 0;
  left: 39%;
  z-index: 7;
  width: 21.9%;
}
.policy__pyramid1--en {
  left: 36.2%;
  width: 24.8%;
}
.policy__pyramid2 {
  top: 15.2%;
  left: 30.2%;
  z-index: 5;
  width: 37%;
}
.policy__pyramid2--en {
  top: 16.6%;
}
.policy__pyramid3 {
  top: 26.3%;
  left: 15.5%;
  z-index: 4;
  width: 67.2%;
}
.policy__pyramid3--en {
  top: 27.5%;
}
.policy__pyramid4 {
  top: 38%;
  left: 0;
  z-index: 3;
  width: 99%;
}
.policy__pyramid4--en {
  top: 39.1%;
}
.policy__pyramid5 {
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 56.7%;
}
.policy__pyramid6 {
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 56.9%;
}
.policy__pyramid1::after,
.policy__pyramid2::after,
.policy__pyramid3::after,
.policy__pyramid4::after,
.policy__pyramid5::after,
.policy__pyramid6::after,
.policy__pyramid1--en::after,
.policy__pyramid2--en::after,
.policy__pyramid3--en::after,
.policy__pyramid4--en::after,
.policy__pyramid5--en::after,
.policy__pyramid6--en::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: transparent url(../img/corporate/policy_pyramid1_hover.png) center center / contain no-repeat;
  transition: opacity .3s;
}
.policy__pyramid2::after {
  background-image: url(../img/corporate/policy_pyramid2_hover.png);
}
.policy__pyramid3::after {
  background-image: url(../img/corporate/policy_pyramid3_hover.png);
}
.policy__pyramid4::after {
  background-image: url(../img/corporate/policy_pyramid4_hover.png);
}
.policy__pyramid5::after {
  background-image: url(../img/corporate/policy_pyramid5_hover.png);
}
.policy__pyramid6::after {
  background-image: url(../img/corporate/policy_pyramid6_hover.png);
}
.policy__pyramid1--en::after {
  background-image: url(../img/corporate/policy_pyramid1_hover_en.png);
  background-size: 100%;
}
.policy__pyramid2--en::after {
  background-image: url(../img/corporate/policy_pyramid2_hover_en.png);
}
.policy__pyramid3--en::after {
  background-image: url(../img/corporate/policy_pyramid3_hover_en.png);
}
.policy__pyramid4--en::after {
  background-image: url(../img/corporate/policy_pyramid4_hover_en.png);
}
.policy__pyramid5--en::after {
  background-image: url(../img/corporate/policy_pyramid5_hover_en.png);
}
.policy__pyramid6--en::after {
  background-image: url(../img/corporate/policy_pyramid6_hover_en.png);
}
.policy__pyramid1 img,
.policy__pyramid2 img,
.policy__pyramid3 img,
.policy__pyramid4 img,
.policy__pyramid5 img,
.policy__pyramid6 img {
  transition: opacity .3s;
}
.policy__pyramid7 {
  position: relative;
  z-index: 6;
  pointer-events: none;
}
@media (hover: hover) {
  .policy__pyramid1:hover img,
  .policy__pyramid2:hover img,
  .policy__pyramid3:hover img,
  .policy__pyramid4:hover img,
  .policy__pyramid5:hover img,
  .policy__pyramid6:hover img {
    opacity: 0;
  }
  .policy__pyramid1:hover::after,
  .policy__pyramid2:hover::after,
  .policy__pyramid3:hover::after,
  .policy__pyramid4:hover::after,
  .policy__pyramid5:hover::after,
  .policy__pyramid6:hover::after {
    opacity: 1;
  }
}
.policy__head {
  color: #7C7C7C;
  font-size: 2em;
  line-height: 1.5em;
}
.policy__head span {
  display: block;
  padding: 0.25em 0;
  color: #F59700;
}
.policy__head span img {
  width: 12em;
}
.policy__text {
  font-weight: 500;
}
.policy__qdccss {
  width: 104%;
}
.list-decimal--policy li {
  margin-top: 0.75em;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.5em;
}
.list-decimal--policy li::marker {
  color: #ABCB6E;
}
.policy__link {
  position: absolute;
  bottom: 0;
  right: 55px;
}
.policy__link--en {
  text-align: right;
}
/*  */
.title--underline-point--founder span {
  display: block;
  color: #2F74B2;
  font-size: 0.42em;
  font-weight: 300;
  line-height: 1.5em;
}
.title--underline-point--founder::after {
  background-color: #262525;
}
.founder__lead {
  text-align: center;
}
.founder__lead span {
  display: inline-block;
}
.founder__title {
  padding-bottom: 0.6em;
  color: #2F74B2;
  font-size: 2.375em;
  line-height: 1.5em;
}
.founder__title span {
  display: inline-block;
}
.founder__title .poppins {
  display: block;
  padding-bottom: 0.8em;
  color: #262525;
  font-size: 0.42em;
  font-weight: 300;
  line-height: 1.5em;
}
.founder__title .poppins span{
  padding-left: 0.2em;
  font-size: 3em;
}
.founder__text {
  font-weight: 500;
}
/*  */
.about__address {
  flex: 1;
  margin-right: 1em;
  line-height: 1.5em;
}
.google-map {
  position: relative;
  display: inline-block;
  padding: 0.6em 3em 0.6em 1.5em;
  background-color: #383232;
  border: 1px solid #383232;
  color: #fff;
  transition: background-color .3s, color .3s;
  vertical-align: top;
}
.google-map::after {
  content: "";
  position: absolute;
  top: 0;
  right: 1.5em;
  width: 1em;
  height: 100%;
  background: transparent url(../img/icon_map.svg) center center / 15px auto no-repeat;
  filter: invert(1) brightness(200%);
  transition: filter .3s;
}
.about__chart {
  width: 100%;
  max-width: 1120px;
  margin: 40px auto 0;
}
.about__director li {
  padding: 0.35em 0;
}
.about__info {
  margin-top: -50px;
}
.about__info-image {
  width: 335px;
  margin-left: 100px;
}
.about__info-inner {
  width: 425px;
}
.about__info-inner p {
  font-weight: 500;
}
.about__info-link li {
  padding-top: 2em;
}
@media (hover: hover) {
  .google-map:hover {
    background-color: #fff;
    color: #383232;
  }
  .google-map:hover::after {
    filter: none;
  }
}
/*  */
.field__products--fpd {
  width: 67vw;
  max-width: 826px;
  margin: 0 auto;
}
.field__products li {
  width: 15vw;
  max-width: 182px;
  height: 15vw;
  max-height: 182px;
  background-color: #fff;
  text-align: center;
}
.field__products li img {
  width: 67%;
  padding-top: 5%;
}
.field__products li p {
  padding-top: 15%;
  line-height: 1em;
}
.field__process-wrapper {
  margin-top: 10px;
  border: 1px solid #D1CFCF;
}
.field__process-box {
  height: 52vw;
  max-height: 647px;
  padding: 80px 100px;
}
.field__process {
  position: relative;
  flex: 1;
  height: 100%;
}
.field__process::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  width: 1px;
  height: calc(100% - 25px);
  background-color: #DFE3E6;
}
.field__process li {
  position: relative;
  height: 25px;
  font-weight: bold;
  cursor: pointer;
  transition: color .3s, font-size .3s;
}
.field__process li::before,
.field__process li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.field__process li::before {
  left: 17px;
  width: 1px;
  height: 1px;
  background-color: #F59700;
  border: 7px solid #F59700;
  border-radius: 50%;
  transition: left .3s, width .3s, height .3s;
}
.field__process .current {
  color: #F59700;
  font-size: 1.375em;
}
.field__process li.current::before {
  left: 0;
  width: 35px;
  height: 35px;
  background-color: #fff;
}
.field__process li.current::after {
  left: 20.5px;
  transform: translateY(-60%) rotate(45deg);
  width: 6px;
  height: 12px;
  border-right: 2px solid #F59700;
  border-bottom: 2px solid #F59700;
}
.field__process li span {
  position: absolute;
  top: 50%;
  left: 90px;
  transform: translateY(-50%);
  display: inline-block;
  line-height: 27px;
  transition: color .3s;
}
.scd-figure,
.fpd-figure {
  display: none;
  width: 64.5%;
}
.scd-figure.current,
.fpd-figure.current {
  display: block;
}
.scd-figure figcaption,
.fpd-figure figcaption {
  display: block;
  padding-top: 1em;
  line-height: 1.75em;
}
.scd-product,
.fpd-product {
  display: none;
  padding: 0 80px 40px;
}
.title--product-use {
  font-size: 1.5em;
}
.scd-product .product-link1,
.fpd-product .product-link1 {
  padding-top: 40px;
}
.scd-product .product-link1 li,
.fpd-product .product-link1 li {
  width: 32%;
}
@media (hover: hover) {
  .field__process li:hover span {
    color: #F59700;
  }
}
/*  */
.annotation li {
  padding-left: 1.85em;
  text-indent: -1.85em;
  line-height: 1.9em;
}
.history__wrapper {
  padding-top: 70px;
}
.history__box {
  position: relative;
  padding-right: 400px;
}
.history__box::before,
.history__box::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 400px);
  border-bottom: 1px solid #D1CFCF
}
.history__box::after {
  width: 70px;
  border-bottom: 2px solid #F59700;
}
.history__year {
  width: 70px;
  font-size: 0;
  text-align: center;
}
.history__year img {
  width: 12px;
  font-size: 16px;
}
.history__box .list-disc {
  flex: 1;
  margin-left: 60px;
  padding-top: 42px;
  padding-bottom: 42px;
}
.history__image-left,
.history__image-right {
  position: absolute;
  top: 50%;
  right: 195px;
  transform: translateY(-50%);
  width: 168px;
}
.history__image-right {
  right: 0;
}
.history__image-left img,
.history__image-right img {
  display: block;
}
.history__image-left figcaption,
.history__image-right figcaption {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding-top: 0.5em;
  font-size: 0.875em;
  line-height: 1.5em;
  text-align: center;
}
.history__image-left span,
.history__image-right span {
  display: inline-block;
  line-height: 1.5em;
}
/*  */
.title-image--qdccss {
  max-height: none;
  background: linear-gradient(to right, #0652B2, #57B9CB);
}
.qdccss__image {
  margin: -100px 0 50px;
}
/*  */
.network__japan-map {
  position: relative;
  width: 100%;
  max-width: 950px;
  margin: 70px 0 170px;
}
.network__world-map {
  position: relative;
  margin: 70px 0 170px;
}
.network__world-map img {
  display: block;
  width: calc(100% + 30px);
  margin: 0 -15px;
}
.network__japan-anchor,
.network__world-anchor {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.network__japan-anchor li,
.network__world-anchor li {
  position: absolute;
  overflow: hidden;
}
.network__japan-anchor li:nth-child(1) {
  top: 63.25%;
  left: 83.25%;
  width: 5%;
  height: 3%;
}
.network__japan-anchor li:nth-child(2) {
  top: 32.25%;
  left: 88.5%;
  width: 12%;
  height: 6.75%;
}
.network__japan-anchor li:nth-child(3) {
  top: 25.25%;
  left: 51.75%;
  width: 13.5%;
  height: 3%;
}
.network__japan-anchor li:nth-child(4) {
  top: 93%;
  left: 30.25%;
  width: 31.5%;
  height: 6.75%;
}
.network__japan-anchor--en li:nth-child(1) {
  top: 62.75%;
  left: 82.5%;
  width: 15%;
}
.network__japan-anchor--en li:nth-child(2) {
  top: 32%;
  left: 78.5%;
  width: 21%;
}
.network__japan-anchor--en li:nth-child(3) {
  top: 25%;
  left: 37.5%;
  width: 28%;
}
.network__japan-anchor--en li:nth-child(4) {
  top: 92.5%;
  width: 30%;
}
.network__world-anchor li {
  width: 6.4%;
  height: 4.5%;
}
.network__world-anchor li:nth-child(1) {
  top: 44.1%;
  left: 79.25%;
}
.network__world-anchor li:nth-child(2) {
  top: 41.75%;
  left: 43%;
}
.network__world-anchor li:nth-child(3) {
  top: 52.1%;
  left: 33.85%;
}
.network__world-anchor li:nth-child(4) {
  top: 64.5%;
  left: 41.15%;
}
.network__world-anchor li:nth-child(5) {
  top: 75.5%;
  left: 34.1%;
  width: 11%;
}
.network__world-anchor li:nth-child(6) {
  top: 35.4%;
  left: 6.6%;
}
.network__world-anchor--en li:nth-child(1) {
  left: 80.55%;
}
.network__world-anchor--en li:nth-child(2) {
  top: 41.7%;
  left: 42.05%;
  width: 10.6%;
}
.network__world-anchor--en li:nth-child(3) {
  left: 35.1%;
}
.network__world-anchor--en li:nth-child(4) {
  left: 42.1%;
  width: 6.8%;
}
.network__world-anchor--en li:nth-child(5) {
  top: 75.7%;
  left: 34.6%;
  width: 12.4%;
}
.network__world-anchor--en li:nth-child(6) {
  top: 35.5%;
  left: 7.5%;
  width: 6.9%;
}
.network__world-anchor li#japan {
  top: 50.2%;
  left: 53%;
  color: transparent;
  font-size: 10px;
  cursor: pointer;
  transition: background-color .3s;
}
.network__world-anchor--en li#japan {
  left: 54.4%;
}
.network__japan-anchor li a,
.network__world-anchor li a {
  display: block;
  width: 100%;
  height: 100%;
  color: transparent;
  font-size: 10px;
  transition: background-color .3s;
}
.title--hyphen-network {
  margin-bottom: 50px;
  font-size: 1.5em;
}
.network__photo,
.title--hyphen-network-eu {
  width: 37%;
  margin-right: 6.7%;
}
.network__info {
  position: relative;
  flex: 1;
}
.network__info .title--border-lb:nth-of-type(1) {
  padding-right: 9em;
}
.network__map-link {
  position: absolute;
  top: 0; 
	vertical-align:middle;
  right: 0;
  font-size: 1rem;
  font-weight: normal;
}
.network__info p {
  line-height: 1.75em;
}
.network__contact dt {
  float: left;
}
.network__contact dd {
  margin-left: 3.25em;
}
.network__gray-box {
  margin-top: 10px;
  padding: 30px 35px;
  background-color: #F7F5F5;
}
.network__gray-title {
  width: 33%;
  margin-right: 40px;
  padding-right: 1.5em;
  border-right: 1px solid #797979;
  font-weight: 500;
}
.network__gray-inner {
  flex: 1;
}
.network__gray-inner h5 {
  font-weight: normal;
}
.network__gray-phone dt {
  display: inline-block;
  margin-right: 1em;
}
.network__gray-phone dd {
  display: inline-block;
  margin-right: 2em;
}
.network__products dt {
  width: 6em;
}
.network__products--en dt {
  width: 8em;
}
.network__products dd {
  flex: 1;
}
@media (hover: hover) {
  .network__world-anchor li#japan:hover,
  .network__japan-anchor li a:hover,
  .network__world-anchor li a:hover {
    background-color: rgba(255, 255, 255, 0.4);
  }
}
@media all and (max-width: 1250px) {
  /*  */
  .policy__philosophy {
    font-size: 1.75em;
  }
  .policy__list li {
    font-size: 1.25em;
  }
  .policy__head {
    font-size: 1.5em;
  }
  .list-decimal--policy li {
    font-size: 1.125em;
  }
  .policy__link {
    right: 18px;
  }
  /*  */
  .founder__title {
    font-size: 1.875em;
  }
  /*  */
  .about__info {
    margin-top: -40px;
  }
  .about__info-image {
    width: 280px;
    margin-left: 70px;
  }
  .about__info-inner {
    width: 350px;
  }
  .google-map {
    padding: 0.6em 2.5em 0.6em 1em;
  }
  .google-map::after {
    right: 1em;
  }
  /*  */
  .qdccss__image {
    margin: -30px auto 0;
  }
  /*  */
  .field__process-box {
    max-height: none;
    padding: 70px;
  }
  .scd-product,
  .fpd-product {
    padding: 0 70px 35px;
  }
  /*  */
  .network__world-map img {
    width: 100%;
    margin: 0;
  }
}
@media all and (max-width: 1000px) {
  /*  */
  .field__products {
    margin-bottom: -24px;
  }
  .field__products::after {
    content: "";
    display: block;
    width: calc((100vw - 184px) / 3);
    height: 0;
  }
  .field__products--fpd {
    width: 54vw;
  }
  .field__products li {
    width: calc((100vw - 184px) / 3);
    max-width: none;
    height: calc((100vw - 184px) / 3);
    max-height: none;
    margin-bottom: 24px;
  }
  .field__process-box {
    height: 55vw;
    padding: 40px 30px 40px 25px;
  }
  .field__process li span {
    left: 60px;
  }
  .scd-figure,
  .fpd-figure {
    width: 60%;
  }
  .scd-figure figcaption,
  .fpd-figure figcaption {
    font-size: 0.875em;
  }
  .scd-product,
  .fpd-product {
    padding: 15px 30px 25px;
  }
  .title--product-use {
    font-size: 1.25em;
  }
  .scd-product .product-link1,
  .fpd-product .product-link1 {
    padding-top: 25px;
  }
  /*  */
  .history__wrapper {
    padding-top: 40px;
  }
  .history__box {
    padding-right: 330px;
  }
  .history__box::before {
    width: calc(100% - 330px);
  }
  .history__box::after,
  .history__year {
    width: 60px;
  }
  .history__box .list-disc {
    margin-left: 15px;
    font-size: 0.875em;
  }
  .history__image-left,
  .history__image-right {
    width: 148px;
  }
  .history__image-left {
    right: 158px;
  }
}
@media all and (max-width: 750px) {
  .bg-gray--left--corporate::before {
    width: 47.7%;
    background-color: #F7F5F5;
  }
  /*  */
  .pdg-tb170.bg-gray--left--message {
    padding: 60px 0;
  }
  .bg-gray--left--message::before {
    width: 50%;
    background-color: #F7F5F5;
  }
  .message__signature {
    margin-top: 0;
  }
  .message__signature img {
    display: block;
    width: 111px;
    margin-top: 0.25em;
    margin-left: auto;
  }
  /*  */
  .policy__philosophy {
    font-size: 1.25em;
  }
  .policy__list li {
    font-size: 1em;
  }
  .policy__list li::before {
    height: 2px;
  }
  .policy__list li p {
    line-height: 1.75em;
  }
  .policy__list li p:nth-child(2) {
    margin-left: -2.4em;
  }
  .policy__head {
    font-size: 1.25em;
  }
  .policy__qdccss {
    width: 100%;
  }
  .list-decimal--policy li {
    font-size: 1em;
  }
  .policy__link {
    position: relative;
    right: auto;
    bottom: auto;
    padding-top: 40px;
    text-align: center;
  }
  .policy__link--en {
    text-align: center;
  }
  /*  */
  .founder__lead {
    text-align: left;
  }
  .founder__lead span {
    display: inline;
  }
  .founder__title {
    font-size: 1.5em;
  }
  /*  */
  .about__chart {
    max-width: 450px;
  }
  .google-map {
    width: 26px;
    height: 26px;
    margin-top: 1em;
    border-radius: 50%;
    color: transparent;
    font-size: 0;
  }
  .google-map::after {
    right: 0;
    width: 100%;
    background-size: 10px auto;
  }
  .about__director li {
    padding: 0;
  }
  .about__info {
    margin-top: 40px;
  }
  .about__info-image {
    display: block;
    width: 260px;
    margin: 0 auto 30px;
  }
  .about__info-inner {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .about__info-link li {
    padding-top: 1.5em;
  }
  /*  */
  .field__products {
    margin-bottom: -26px;
  }
  .field__products--fpd {
    width: 100%;
  }
  .field__process {
    flex: none;
    margin-bottom: 25px;
  }
  .field__products li {
    width: calc(50vw - 51px);
    height: calc(50vw - 51px);
    margin-bottom: 26px;
  }
  .field__process-box {
    height: auto;
    padding: 35px 20px;
  }
  .field__process::before {
    height: calc(100% - 55px);
  }
  .field__process li {
    height: 55px;
  }
  .scd-figure,
  .fpd-figure {
    width: 100%;
  }
  .scd-product,
  .fpd-product {
    padding: 0 20px 35px;
  }
  .title--product-use {
    font-size: 1em;
  }
  .scd-product .product-link1,
  .fpd-product .product-link1 {
    padding-top: 0;
  }
  .scd-product .product-link1 li,
  .fpd-product .product-link1 li {
    width: 100%;
  }
  /*  */
  .history__wrapper {
    margin-bottom: -20px;
    padding-top: 20px;
  }
  .history__box {
    padding-right: 0;
    padding-bottom: 18px;
  }
  .history__box::before,
  .history__box::after {
    border: none;
  }
  .history__year {
    position: relative;
    width: 100%;
    margin-bottom: 18px;
    padding: 15px 0;
    text-align: left;
  }
  .history__year::before,
  .history__year::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 1px solid #D1CFCF
  }
  .history__year::after {
    width: 50px;
    border-bottom: 2px solid #F59700;
  }
  .history__box .list-disc {
    flex: none;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .history__image-left,
  .history__image-right {
    position: relative;
    top: auto;
    right: auto;
    transform: translateY(0);
    width: 220px;
    margin: 2em auto 0;
  }
  .history__image-left img,
  .history__image-right img {
    width: 168px;
    margin: 0 auto;
  }
  .history__image-left figcaption,
  .history__image-right figcaption {
    position: relative;
    top: auto;
    left: auto;
  }
  /*  */
  .qdccss__image {
    width: 90%;
  }
  /*  */
  .network__japan-map {
    margin: 0 0 40px;
  }
  .network__world-map {
    margin: 0 0 45px;
  }
  .network__japan-anchor li:nth-child(1) {
    top: 64.5%;
    left: 79%;
    width: 8%;
    height: 4%;
  }
  .network__japan-anchor li:nth-child(2) {
    top: 37.5%;
    left: 84%;
    width: 16.5%;
    height: 7.5%;
  }
  .network__japan-anchor li:nth-child(3) {
    top: 30.25%;
    left: 39.5%;
    width: 19.25%;
    height: 4%;
  }
  .network__japan-anchor li:nth-child(4) {
    top: 92.25%;
    left: 15%;
    width: 43.5%;
    height: 7.5%
  }
  .network__japan-anchor--en li:nth-child(1) {
    width: 20%;
    height: 5%;
  }
  .network__japan-anchor--en li:nth-child(2) {
    left: 76.5%;
    width: 22.5%;
    height: 11%;
  }
  .network__japan-anchor--en li:nth-child(3) {
    left: 20%;
    width: 38.25%;
  }
  .network__japan-anchor--en li:nth-child(4) {
    width: 39.5%;
  }
  .network__world-anchor li {
    width: 10.5%;
    height: 7%;
  }
  .network__world-anchor li:nth-child(1) {
    top: 45%;
    left: 78.25%;
  }
  .network__world-anchor li:nth-child(2) {
    top: 42.1%;
    left: 41.9%;
  }
  .network__world-anchor li:nth-child(3) {
    top: 53.5%;
    left: 30.5%;
  }
  .network__world-anchor li:nth-child(4) {
    top: 65%;
    left: 46.4%;
  }
  .network__world-anchor li:nth-child(5) {
    top: 77.5%;
    left: 32%;
    width: 17.5%;
  }
  .network__world-anchor li:nth-child(6) {
    top: 37%;
    left: 5.6%;
  }
  .network__world-anchor--en li:nth-child(2) {
    left: 40%;
    width: 14.5%;
  }
  .network__world-anchor li:nth-child(4) {
    width: 10.5%;
  }
  .network__world-anchor li:nth-child(6) {
    width: 10.5%;
  }
  .network__world-anchor li#japan {
    top: 53.2%;
    left: 55%;
  }
  .title--hyphen-network {
    margin-bottom: 25px;
    font-size: 1.125em;
  }
  .title--hyphen-network-eu {
    width: 100%;
    margin-right: 0;
  }
  .network__photo {
    display: block;
    width: calc(100% - 60px);
    max-width: 400px;
    margin: 0 auto 25px;
  }
  .network__info .title--border-lb:nth-of-type(1) {
    padding-right: 0;
  }
  .network__info > h3 > span {
    flex: 1;
    padding-right: 1em;
  }
  .network__map-link {
    position: relative;
    top: auto;
    right: auto;
  }
  .network__gray-box {
    padding: 18px;
  }
  .network__gray-title {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    padding-right: 0;
    padding-bottom: 12.5px;
    border-right: none;
    border-bottom: 1px solid #797979;
    line-height: 1.65em;
  }
  .network__gray-inner h5 {
    line-height: 1.75em;
  }
  .network__gray-phone dt {
    float: left;
    line-height: 1.75em;
  }
  .network__gray-phone dd {
    display: block;
    margin-left: 3.5em;
    line-height: 1.75em;
  }
  .network__products dt {
    line-height: 1.75em;
  }
  .network__products dd {
    flex: none;
    line-height: 1.75em;
  }
  .network__products dd a {
    display: inline-block;
    line-height: inherit;
  }
}
@media all and (max-width: 450px) {
  /*  */
  .annotation span {
    display: block;
    text-indent: 0;
  }
}


/*  */
.products__link {
  width: calc(50% + 618px);
  margin-left: auto;
  margin-right: 0;
  padding-left: 18px;
}
.products__link li {
  position: relative;
  height: 310px;
  margin-bottom: 60px;
  padding: 45px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.products__link1 {
  background-image: url(../img/products/products_link1_pc.jpg);
}
.products__link2 {
  background-image: url(../img/products/products_link2_pc.jpg);
}
.products__link3 {
  background-image: url(../img/products/products_link3_pc.jpg);
}
.products__link4 {
  background-image: url(../img/products/products_link4_pc.jpg);
}
.products__link5 {
  background-image: url(../img/products/products_link5_pc.jpg);
}
.products__link li p:first-child {
  position: relative;
  padding-left: 55px;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.4em;
}
.products__link li p:first-child::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #262525;
}
.products__link li p:first-child br {
  display: none;
}
.products__link li p:last-child {
  position: absolute;
  left: 55px;
  bottom: 50px;
}
.products__list {
  margin-top: -1em;
}
.products__list b {
  display: block;
  padding-top: 1em;
  color: #F59700;
  line-height: 1.5em;
}
.product__link-text {
  padding: 0 20px;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.5em;
  text-align: center;
}
.product__link-text span {
  display: inline-block;
}
.products__contact-link {
  position: relative;
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
}
.products__contact-link li:nth-child(1) {
  grid-row: 1 / 2;
  grid-column: 1 / 2;
}
.products__contact-link li:nth-child(2) {
  grid-row: 2 / 3;
  grid-column: 1 / 2;
}
.products__contact-link li:nth-child(3) {
  grid-row: 3 / 4;
  grid-column: 1 / 2;
}
.products__contact-link li:nth-child(4) {
  grid-row: 1 / 2;
  grid-column: 2 / 3;
}
.products__contact-link li:nth-child(5) {
  grid-row: 2 / 3;
  grid-column: 2 / 3;
}
.products__contact-link a {
  width: 100%;
  height: 175px;
  border: 1px solid #D1CFCF;
}
.products__contact-link a .products__contact-image {
  width: 173px;
  height: 173px;
  background-color: #fff;
  overflow: hidden;
}
.products__contact-link a .products__contact-image img {
  position: relative;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  transition: transform .3s, opacity .3s;
}
.products__contact-link a p {
  position: relative;
  flex: 1;
  display: grid;
  place-items: center start;
  padding: 18px 40px 18px 70px;
  background: #383232 url(../img/icon_mail.svg) left 30px center / 1.5em auto no-repeat;
  color: #fff;
  font-weight: 500;
  line-height: 1.5em;
  transition: background .3s, color .3s;
}
.products__contact-link a p::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: transparent url(../img/bar_white.svg) right center / 40px auto no-repeat;
  overflow: hidden;
  transition: background .3s;
}
.products__contact-link a p span {
  display: inline-block;
}
@media (hover: hover) {
  .products__contact-link a:hover .products__contact-image img {
    transform: scale(1.1);
    opacity: 0.7;
  }
  .products__contact-link a:hover p {
    background-color: #fff;
    background-image: url(../img/icon_mail_brown.svg);
    color: #262525;
  }
  .products__contact-link a:hover p::after {
    background-image: url(../img/arrow_black.svg);
  }
}
/*  */
.sort-title {
  position: relative;
  padding: 0.8em 1em;
  background-color: #383232;
  text-align: center;
  cursor: pointer;
  transition: background-color .3s;
}
.title-accordion {
  cursor: pointer;
  padding-right: 2em;
  transition: background-color .3s;
}
.sort-title::after,
.title-accordion::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-70%) rotate(45deg);
  width: 15px;
  height: 15px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transition: transform .3s;
}
.sort-title.open::after,
.title-accordion.open::after {
  transform: translateY(-30%) rotate(225deg);
}
.sort-title span {
  display: inline-block;
  padding-left: 2em;
  background: transparent url(../img/icon_search_white_wide.svg) left center / 1.4em auto no-repeat;
  color: #fff;
}
.sort-wrapper {
  padding-bottom: 120px;
}
.sort-criteria {
  margin-top: -1.5em;
  padding-bottom: 1em;
}
.sort-criteria dt {
  float: left;
  padding: 2em 0;
  font-weight: bold;
}
.sort-criteria dd {
  padding: 2em 0 2em 12em;
  border-bottom: 1px solid #D1CFCF;
  font-weight: 500;
}
.sort-criteria dd:last-child {
  border: none;
}
.sort-tag--small,
.sort-tag--middle,
.sort-tag--large {
  width: calc(100% + 0.5em);
}
.sort-tag--small li,
.sort-tag--middle li,
.sort-tag--large li {
  display: inline-block;
  min-width: 5.75em;
  margin: 0.5em 0.5em 0.5em 0;
  padding: 0.5em 0.75em;
  background-color: #fff;
  border-radius: 2em;
  line-height: 1.5em;
  text-align: center;
  cursor: pointer;
  transition: background-color .3s, color .3s;
}
.sort-tag--middle li {
  min-width: 8.5em;
}
.sort-tag--large li {
  min-width: 9.75em;
}
.sort-tag--small li.selected,
.sort-tag--middle li.selected,
.sort-tag--large li.selected {
  background-color: #F59700;
  color: #fff;
}
.sort-btn {
  text-align: right;
}
.sort-clear,
.sort-filter {
  display: inline-block;
  width: 186px;
  margin-left: 2em;
  padding: 0.5em;
  background-color: #AFA5A4;
  border: none;
  color: #fff;
  font-size: 1em;
  text-align: center;
  cursor: pointer;
  transition: background-color .3s;
}
.sort-filter {
  background-color: #383232;
}
@media (hover: hover) {
  .sort-title:hover,
  .title-accordion:hover,
  .sort-clear:hover,
  .sort-filter:hover {
    background-color: #F59700;
  }
  .sort-tag--small li:hover,
  .sort-tag--middle li:hover,
  .sort-tag--large li:hover {
    background-color: #F59700;
    color: #fff;
  }
}
.no-result {
  display: none;
  margin-bottom: 10%;
  font-size: 1.25em;
  font-weight: 500;
  text-align: center;
}
.product__caution {
  padding-top: 30px;
}
.btn-wrapper--wafer {
  padding: 25px 0 40px;
}
.cantilever__caution {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  padding: 0.75em 1em;
  border: 1px solid #707070;
  font-size: 0.45em;
  font-weight: bold;
  line-height: 1.5em !important;
}
.cantilever__caution br {
  line-height: initial;
}
.cantilever__caution .cantilever__br {
  display: none;
}
/*  */
.tester__catch {
  font-size: 1.47em;
}
.tester__title {
  margin-bottom: 0.75em;
  padding-bottom: 1em;
  border-bottom: 1px solid #D1CFCF;
  font-size: 1.5em;
  line-height: 1em;
}
.tester__sample img {
  width: 31%;
}
/*  */
.package__graph {
  position: relative;
}
.package__graph a {
  position: absolute;
  left: 17%;
  display: flex;
  width: 14.2%;
  transition: transform .3s;
}
.package__graph-qfn {
  top: 20.1%;
}
.package__graph-qfp {
  top: 36.1%;;
}
.package__graph-smd {
  top: 52.1%;
}
.package__graph-bga {
  top: 67.6%;
}
.package__graph-wlcsp {
  top: 83%;
}
@media (hover: hover) {
  .package__graph a:hover {
    transform: translateY(-10px);
  }
}
/*  */
.product-image-wrapper {
  font-weight: bold;
}
.card__image1 {
  width: 28%;
  text-align: center;
}
.card__image2,
.tester__image2 {
  width: 68%;
}
.wafer__image {
  width: 100%;
  max-width: 735px;
}
.tester__image1 {
  width: 24%;
}
.tester__image3 {
  width: 35%;
  padding-left: 3%;
  text-align: center;
}
/* .tester__image4 {
  width: 55.3%;
} */
.product-image-wrapper2 {
  max-width: 730px;
  margin: 0 auto;
}
.tester__image4 {
  display: inline-block;
  width: 100%;
  max-width: 610px;
  padding: 0 10px;
}
.card__image2 img,
.wafer__image img,
.tester__image2 img  {
  padding-top: 4%;
}
.tester__image1 img {
  padding-top: 18%;
}
.package__image1 {
  width: 100%;
  max-width: 950px;
}
.package__image2 {
  width: 48%;
  padding-right: 6%;
}
.package__image3 {
  width: 40%;
  padding: 0 2%;
}
.package__image4 {
  width: 47.8%;
  text-align: center;
}
.package__image5 {
  width: 40.6%;
  text-align: center;
}
.package__image5 img {
  padding-top: 5%;
  padding-left: 5%;
  padding-bottom: 6%;
}
.unit__image-wrapper {
  margin-bottom: 70px;
  padding-top: 80px;
  background-color: #EDECEC;
  text-align: center;
}
.unit__image-wrapper p {
  padding-top: 40px;
  line-height: 1.75em;
}
.unit__image-wrapper p span {
  display: inline-block;
}
/*  */
.product-detail__wrapper {
  margin-top: 200px;
}
.product-detail__title {
  margin-top: 120px;
  transform: translateY(100%);
}
.product-detail__lead {
  position: relative;
}
.product-detail__lead::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background-color: #F7F5F5;
}
.product-detail__image {
  position: relative;
  z-index: 1;
  width: 50%;
  margin-left: auto;
}
.product-detail__brown {
  position: absolute;
  left: 0;
  bottom: 65px;
  z-index: 2;
  display: grid;
  place-items: center start;
  width: calc(50% + 75px);
  height: 330px;
  padding: 18px 75px 18px calc(50% - 600px);
  background-color: #383232;
  color: #fff;
}
.product-detail__brown-line {
  position: relative;
}
.product-detail__brown-line::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3px;
  height: calc(100% - 1em);
  background-color: #fff;
}
.product-detail__brown h3 {
  position: relative;
  padding-left: 40px;
  font-size: 2.375em;
  line-height: 1.45em;
}
.product-detail__brown p {
  position: relative;
  padding: 0.5em 0 0.25em 40px;
  line-height: 1.8em;
}
.product-detail__features {
  margin-bottom: -3.5%;
}
.product-detail__features > li {
  position: relative;
  display: grid;
  place-items: center start;
  width: 48.1%;
  min-height: 350px;
  margin-bottom: 3.5%;
  padding: 25px 85px;
  background-color: #fff;
  font-size: 1.5em;
  line-height: 1.75em;
}
.product-detail__features > li.product-detail__feature100 {
  width: 100%;
}
.product-detail__features > li p {
  font-weight: bold;
  line-height: 1.75em;
}
.product-detail__features > li p.font-normal {
  font-weight: normal;
}
.product-detail__feature-caution {
  position: absolute;
  left: 85px;
  bottom: 1.5em;
  font-size: 0.58em;
}
.product-detail__feature-caution span,
.product-detail__features > li dt,
.product-detail__features > li dd {
  display: inline-block;
}
.product-detail__features .list-disc li {
  line-height: 1.75em;
}
.product-detail__features > li .poppins {
  position: relative;
  display: block;
  margin-bottom: 0.75em;
  color: #F59700;
  font-size: 0.85em;
  font-weight: 500;
}
.product-detail__features > li .poppins::after {
  content: "";
  position: absolute;
  top: 48%;
  left: 2em;
  width: 40px;
  height: 1px;
  background-color: #F59700;
}
.product-detail__feature-list {
  padding: 75px 85px;
  background-color: #fff;
  font-size: 1.5em;
  line-height: 1.75em;
}
.wafer__catch {
  padding-bottom: 150px;
  font-size: 1.75em;
  font-weight: bold;
  line-height: 1.5em;
}
.table--line-th-black--unit2 {
  border-top: 1px solid #D1CFCF;
  border-right: 1px solid #D1CFCF;
}
.table--line-th-black--wafer,
.table--line-th-black--package,
.table--line-th-black--unit1,
.table--line-th-black--unit2 th {
  font-size: 1.125em;
}
.table--line-th-black--wafer th {
  width: 320px;
}
.table--line-th-black--package th,
.table--line-th-black--package td {
  padding: 1.75em 1em;
  text-align: center;
}
.table--line-th-black--unit1 td {
  padding: 1.5em 1em;
  text-align: center;
}
.table--line-th-black--unit2 td {
  padding: 1em 1.5em;
}
.table--line-th-black--package th::after,
.table--line-th-black--package td::after,
.table--line-th-black--unit1 th::after,
.table--line-th-black--unit1 td::after,
.table--line-th-black--unit2 th::after,
.table--line-th-black--unit2 td::after {
  height: 100%;
}
.table--line-th-black--unit1 td:last-child::after {
  background-color: #D1CFCF;
}
.accessory__list  {
  margin-bottom: -4%;
  padding-bottom: 30px;
}
.accessory__list > li {
  width: 48%;
  margin-bottom: 3.5%;
  padding-right: 1em;
  border: 1px solid #D1CFCF;
}
.accessory__list li img {
  width: 170px;
  height: auto;
}
.accessory__list li dl {
  padding: 0.5em 0;
}
.accessory__list li,
.accessory__list dt,
.accessory__list dd {
  letter-spacing: 0;
  line-height: 1.5em;
}
/*  */
.accessory__explanation .font20--text {
  flex: 1;
  padding-right: 3em;
  font-weight: 500;
}
.accessory__explanation--en .font20--text {
  flex: none;
  padding-right: 0;
  text-align: center;
}
.accessory__explanation--en .font20--text span {
  display: inline-block;
}
.accessory__explanation-inner {
  width: 425px;
}
.caution--accessory {
  padding-top: 1em;
  line-height: 1.75em;
}
.accessory__box {
  padding-top: 110px;
}
.accessory__box img {
  width: 37.1%;
}
.accessory__box-inner {
  flex: 1;
  padding-left: 6.7%;
}
.accessory__box-inner .title__kata {
  float: left;
}
.accessory__box-inner .title__name {
  display: block;
  margin-left: 8em;
}
.accessory__box-inner .title__line {
  width: calc(100% + 0.75em);
  display: block;
  margin: 0.5em 0;
  border-bottom: 1px solid #D1CFCF;
}
.accessory__box-inner .list-disc {
  padding-top: 1em;
  font-weight: bold;
}
.accessory__box-inner .caution {
  padding-top: 1.14em;
}
.accessory__box-inner .font-sp14,
.accessory__box-inner .list-disc li,
.accessory__box-inner .caution li {
  line-height: 1.85em;
}
.accessory__link {
  width: calc(100% + 150px);
}
.accessory__link-inner {
  width: 46%;
}
.accessory__link-title {
  padding-top: 70px;
  font-size: 1.5em;
  font-weight: bold;
}
.accessory__num-orange,
.accessory__num-blue {
  display: inline-block;
  width: 2em;
  height: 2em;
  margin: 0.2em 0.6em 0 0;
  background-color: #F59700;
  border-radius: 50%;
  color: #fff;
  font-size: 0.65em;
  font-weight: 500;
  line-height: 2.2em;
  text-align: center;
  vertical-align: top;
}
.accessory__num-blue {
  background-color: #0078C8;
}
.accessory__link-image {
  width: 48%;
}
.table--border-th-black--accessory {
  font-size: 1.125em;
  font-weight: 500;
}
.table--border-th-black--accessory tr th {
  width: 16%;
}
.table--border-th-black--accessory tr th:nth-child(1) {
  width: 20%;
}
/*  */
.table--line-th-black--eol thead th:nth-child(1) {
  width: 18%;
}
.table--line-th-black--eol thead th:nth-child(2) {
  width: 35%;
}
.table--line-th-black--eol thead th:nth-child(3) {
  width: 47%;
}
.eol__notice {
  margin-top: 1em;
  font-size: 0.95em;
  line-height: 1.5em;
}
@media all and (max-width: 1920px) {
  /*  */
  .product-detail__brown {
    bottom: 50px;
    height: 280px;
  }
}
@media all and (max-width: 1550px) {
  /*  */
  .product-detail__brown {
    bottom: 35px;
    height: 250px;
  }
  /*  */
  .accessory__link {
    width: 100%;
  }
  .accessory__link-image {
    width: 50%;
  }
}
@media all and (max-width: 1250px) {
  /*  */
  .products__link {
    width: calc(100% - 18px);
  }
  .products__link li {
    height: 250px;
  }
  .products__link li p:first-child br {
    display: inline;
  }
  .products__contact-link a {
    height: 120px;
  }
  .products__contact-link a .products__contact-image {
    width: 120px;
    height: 120px;
  }
  .products__contact-link a p {
    padding: 18px 30px 18px 50px;
    background-position: left 20px center;
  }
  /*  */
  .sort-wrapper {
    padding-bottom: 70px;
  }
  .sort-criteria dd {
    padding: 1.7em 0 1.7em 12em;
  }
  /*  */
  .tester__catch,
  .tester__title {
    font-size: 1.25em;
  }
  /*  */
  .package__image2 {
    width: 54%;
  }
  .package__image3 {
    width: 46%;
  }
  .package__image4 {
    width: 52.5%;
  }
  .package__image5 {
    width: 44%;
  }
  .unit__image-wrapper {
    padding-top: 50px;
  }
  /*  */
  .product-detail__wrapper {
    margin-top: 100px;
  }
  .product-detail__title {
    margin: 80px 0 25px;
    transform: translateY(0);
  }
  .product-detail__image {
    width: 70%;
  }
  .product-detail__lead::before {
    height: calc(100% - 40vw);
  }
  .product-detail__brown {
    position: relative;
    left: auto;
    bottom: auto;
    width: calc(100% - 18px);
    max-width: 1000px;
    height: auto;
    margin-top: -30px;
    padding: 25px;
  }
  .product-detail__brown h3 {
    padding-left: 25px;
    font-size: 2em;
  }
  .product-detail__brown p {
    padding-left: 25px;
    padding-bottom: 0.1em;
  }
  .product-detail__features > li {
    min-height: 260px;
    padding: 25px 35px;
    font-size: 1.25em;
  }
  .product-detail__feature-caution {
    left: 35px;
    bottom: 1em;
  }
  .product-detail__feature-list {
    padding: 30px 35px;
    font-size: 1.25em;
  }
  .wafer__catch {
    padding-bottom: 100px;
    font-size: 1.5em;
  }
  .table--line-th-black--wafer,
  .table--line-th-black--package,
  .table--line-th-black--unit1,
  .table--line-th-black--unit2 th {
    font-size: 1em;
  }
  .table--line-th-black--wafer th {
    width: 300px;
  }
  .accessory__list li img {
    width: 120px;
  }
  /*  */
  .accessory__explanation-inner {
    width: 380px;
  }
  .accessory__box {
    padding-top: 70px;
  }
  .accessory__link {
    display: block;
  }
  .accessory__link-image {
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .accessory__link-inner {
    width: 100%;
  }
  .accessory__link-title {
    padding-top: 40px;
  }
  .table--border-th-black--accessory {
    font-size: 0.875em;
  }
  .table--border-th-black--accessory tr th {
    width: 15%;
  }
  .table--border-th-black--accessory tr th:nth-child(1) {
    width: 25%;
  }
}
@media all and (max-width: 950px) {
  /*  */
  .cantilever__caution {
    font-size: 0.4em;
  }
  .cantilever__caution .cantilever__br {
    display: inline;
  }
}
@media all and (max-width: 750px) {
  /*  */
  .bg-gray--left--products::before {
    width: 47.7%;
    background-color: #F7F5F5;
  }
  .products__link {
    width: 100%;
    padding: 0 18px;
  }
  .products__link li {
    width: 100%;
    max-width: 340px;
    height: 295px;
    margin: 0 auto 24px;
    padding: 20px 0;
  }
  .products__link1 {
    background-image: url(../img/products/products_link1_sp.jpg);
  }
  .products__link2 {
    background-image: url(../img/products/products_link2_sp.jpg);
  }
  .products__link3 {
    background-image: url(../img/products/products_link3_sp.jpg);
  }
  .products__link4 {
    background-image: url(../img/products/products_link4_sp.jpg);
  }
  .products__link5 {
    background-image: url(../img/products/products_link5_sp.jpg);
  }
  .products__link li p:first-child {
    padding-left: 23px;
    font-size: 1.125em;
  }
  .products__link li p:first-child::before {
    width: 18px;
    height: 1px;
  }
  .products__link li p:last-child {
    left: 50%;
    bottom: 22px;
    transform: translateX(-50%);
  }
  .product__link-text {
    font-size: 1em;
  }
  .products__contact-link {
    display: block;
  }
  .products__contact-link li {
    padding: 9px 0;
  }
  .products__contact-link a {
    height: 102px;
  }
  .products__contact-link a .products__contact-image {
    width: 100px;
    height: 100px;
  }
  .products__contact-link a p {
    padding-left: 50px;
    padding-right: 40px;
    background-position: left 20px center;
    font-size: 0.95em;
  }
  /*  */
  .sort-title::after,
  .title-accordion::after {
    right: 18px;
    width: 10px;
    height: 10px;
  }
  .sort-title span {
    padding-left: 1.3em;
    background-size: 1.125em auto;
  }
  .sort-wrapper {
    padding-bottom: 30px;
  }
  .sort-criteria dt {
    padding: 2em 0 0.5em;
    float: none;
  }
  .sort-criteria dd {
    padding: 0 0 1.7em;
  }
  .sort-btn {
    text-align: center;
  }
  .sort-clear,
  .sort-filter {
    width: calc(100% - 2em);
    max-width: 262px;
    margin: 0 1em 1em;
  }
  .no-result {
    margin-top: 10%;
    font-size: 1em;
  }
  .btn-wrapper--wafer {
    padding: 40px 0 10px;
  }
  .cantilever__caution {
    position: relative;
    top: auto;
    right: auto;
    transform: translateY(0);
    width: 100%;
    margin-top: 50px;
    font-size: 0.58em;
  }
  .cantilever__caution br {
    display: none;
  }
  .cantilever__caution br:nth-child(2) {
    display: inline;
  }
  /*  */
  .tester__catch,
  .tester__title {
    font-size: 1.125em;
  }
  .tester__sample img {
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 0 auto 10px;
  }
  /*  */
  .package__scroll {
    overflow-y: scroll;
  }
  .package__graph {
    width: 840px;
  }
  /*  */
  .card__image1,
  .card__image2,
  .wafer__image,
  .tester__image1,
  .tester__image2,
  .tester__image3,
  .tester__image4,
  .package__image2,
  .package__image3,
  .package__image4,
  .package__image5 {
    width: 100%;
    margin-top: 0.5em;
    text-align: center;
  }
  .tester__image1,
  .tester__image3 {
    width: 70%;
    margin: 0.5em auto 0;
  }
  .card__image2,
  .tester__image2,
  .package__image3,
  .package__image5 {
    margin-top: 2.5em;
  }
  .tester__image4 {
    margin: 1em 0 0.5em;
    padding: 0;
  }
  .package__image4 {
    width: 90%;
  }
  .card__image2 img,
  .wafer__image img,
  .tester__image2 img {
    padding-top: 0;
  }
  .tester__image1 img {
    padding-top: 1em;
  }
  .package__image5 img {
    display: block;
    width: 75%;
    padding: 8% 0;
    margin: 0 auto;
  }
  .unit__image-wrapper {
    padding: 35px 18px 30px;
    text-align: left;
  }
  .unit__image-wrapper p {
    padding-top: 25px;
  }
  /*  */
  .product-detail__wrapper {
    margin-top: 70px;
  }
  .product-detail__lead {
    margin-bottom: -30px;
  }
  .product-detail__title {
    margin-top: 40px;
  }
  .product-detail__image {
    width: calc(100% - 36px);
    height: 64vw;
    overflow: hidden;
  }
  .product-detail__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .product-detail__image-right img {
    object-position: right;
  }
  .product-detail__lead::before {
    height: calc(100% - 60vw);
  }
  .product-detail__brown-line::before {
    width: 2px;
    height: calc(100% - 0.75em);
  }
  .product-detail__brown {
    margin-top: -25px;
  }
  .product-detail__brown h3 {
    font-size: 1.5em;
  }
  .product-detail__features {
    margin-bottom: -12px;
  }
  .product-detail__features > li {
    width: 100%;
    min-height: auto;
    margin-bottom: 12px;
    padding: 25px 18px;
    font-size: 1em;
  }
  .product-detail__features > li .poppins {
    margin-bottom: 0;
    font-size: 1em;
  }
  .product-detail__feature-caution {
    position: relative;
    left: auto;
    bottom: auto;
    padding-top: 1em;
  }
  .product-detail__feature-list {
    padding: 25px 18px;
    font-size: 1em;
  }
  .wafer__catch {
    padding: 20px 0 80px;
    font-size: 1.25em;
  }
  .title--border-left--wafer {
    margin-top: -20px;
  }
  .title--border-left--wafer span {
    font-size: 1.125em;
  }
  .wafer__scroll {
    overflow-y: scroll;
  }
  .table--line-th-black--wafer,
  .table--line-th-black--package,
  .table--line-th-black--unit1,
  .table--line-th-black--unit2 th {
    width: 840px;
    font-size: 0.875em;
  }
  .table--line-th-black--unit2 {
    width: auto;
  }
  .table--line-th-black--wafer th {
    width: 260px;
  }
  .table--line-th-black--unit2 th span {
    display: inline-block;
  }
  .table--line-th-black--unit2 td {
    padding: 1em;
  }
  .accessory__list > li {
    width: 100%;
  }
  .accessory__list li img {
    width: 100px;
  }
  /*  */
  .accessory__explanation .font20--text {
    flex: none;
    padding-right: 0;
    padding-bottom: 25px;
    line-height: 1.75em;
  }
  .accessory__explanation--en .font20--text span {
    display: inline;
  }
  .accessory__explanation-inner {
    width: 100%;
  }
  .accessory__box {
    padding-top: 55px;
  }
  .accessory__box img {
    width: 100%;
    margin-bottom: 15px;
  }
  .accessory__box-inner {
    flex: none;
    padding-left: 0;
  }
  .accessory__link-title {
    padding: 35px 0 25px;
    font-size: 1.125em;
  }
  .accessory__scroll {
    overflow-x: scroll;
  }
  .table--border-th-black--accessory {
    width: 800px;
    font-size: 0.75em;
  }
  .table--border-th-black--accessory tr th {
    width: 16%;
  }
  .table--border-th-black--accessory tr th:nth-child(1) {
    width: 20%;
  }
  /*  */
  .eol__scroll {
    overflow-x: scroll;
  }
  .table--line-th-black--eol {
    width: 900px;
  }
  .table--line-th-black--eol thead th:nth-child(1) {
    width: 12%;
  }
  .table--line-th-black--eol thead th:nth-child(2) {
    width: 35%;
  }
  .table--line-th-black--eol thead th:nth-child(3) {
    width: 53%;
  }
}
@media all and (max-width: 370px) {
  /*  */
}


/*  */
.csr__catch {
  padding-bottom: 60px;
  font-size: 1.875em;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.65em;
  text-align: center;
}
.csr__catch span {
  display: inline-block;
}
.csr__wrapper--right,
.csr__wrapper--left {
  padding-top: 110px;
}
.csr__image {
  width: 45%;
  height: 645px;
  overflow: hidden;
}
.csr__image img {
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
}
.csr__wrapper--right .csr__text {
  width: calc(600px + 5%);
  padding-right: 6%;
}
.csr__wrapper--left .csr__text {
  width: calc(600px + 5%);
  padding-left: 6%;
}
.csr__list {
  padding-top: 2.6em;
  font-size: 1.25em;
}
.csr__list a {
  position: relative;
  display: block;
  padding: 1.9em 22px 1.9em 0;
  border-bottom: 1px solid #D1CFCF;
  color: #262525;
  font-weight: 500;
  line-height: 1.5em;
}
.csr__list a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 100%;
  background: transparent url(../img/bar_black.svg) right center / 40px auto no-repeat;
  transition: background .3s;
}
.csr__list a span {
  display: inline-block;
}
@media (hover: hover) {
  .csr__list a:hover::after {
    background-image: url(../img/arrow_black.svg);
  }
}
/*  */
.csr-under__catch {
  padding: 90px 0;
  font-weight: 500;
  text-align: center;
}
.csr-under__catch-left {
  text-align: left;
}
.csr-under__catch span {
  display: inline-block;
}
.csr-under__image {
  width: 49.2%;
  padding-right: 9.3%;
}
.csr-under__image-wide {
  padding-right: 7.2%;
}
.csr-under__text {
  flex: 1;
}
.csr-under__explanation {
  font-weight: 500;
}
.csr-under__subtitle {
  padding: 1.25em 0 0.25em;
  color: #F59700;
}
.list-decimal--csr-under {
  font-weight: bold;
}
.list-decimal--csr-under p {
  margin-left: -1.25em;
  font-weight: normal;
}
.csr-under__hr {
  margin: 0;
  border: none;
  border-top: 2px solid #F7F5F5
}
.table--th-line--csr-under {
  width: calc(100% + 1.25em);
  margin-left: -1.25em;
}
.table--th-line--csr-under td {
  font-weight: normal;
}
/*  */
.activities__lead {
  padding-bottom: 90px;
  text-align: center;
}
.activities__lead span {
  display: inline-block;
}
.activities__corporate-image {
  width: 620px;
  margin: 0 auto;
  padding: 50px 0;
}
.activities__corporate-image--en {
  width: 100%;
}
.activities__corporate-image h3 {
  position: relative;
  padding-left: 200px;
  padding-bottom: 0.4em;
  font-size: 1.5em;
}
.activities__corporate-image h3 .poppins {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.2em;
  color: #F59700;
  font-size: 2.875em;
  font-weight: 300;
  line-height: 1.4em;
  text-align: center;
}
.activities__corporate-image h3 .poppins::after {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  width: 0;
  height: 100%;
  border-left: 1px solid #707070;
}
.activities__corporate-image p {
  padding-left: 200px;
}
.activities__grid {
  display: grid;
  grid-template-rows: 50% 50%;
  grid-template-columns: 30% 20% 11.8% 20% 18.2%;
  gap: 16px;
  height: 750px;
  padding-top: 40px;
}
.activities__grid li {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.activities__grid li:nth-child(1) {
  grid-row: 1 / 3;
  grid-column: 1 / 2;
}
.activities__grid li:nth-child(2) {
  grid-row: 1 / 2;
  grid-column: 2 / 3;
}
.activities__grid li:nth-child(3) {
  grid-row: 1 / 2;
  grid-column: 3 / 5;
}
.activities__grid li:nth-child(4) {
  grid-row: 2 / 3;
  grid-column: 2 / 4;
}
.activities__grid li:nth-child(5) {
  grid-row: 2 / 3;
  grid-column: 4 / 5;
}
.activities__grid li:nth-child(6) {
  grid-row: 1 / 3;
  grid-column: 5 / 6;
}
.activities__grid li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent url() center center / cover no-repeat;
  pointer-events: none;
  transition: transform .3s, opacity .3s;
}
.activities__grid li:nth-child(1)::before {
  background-image: url(../img/csr/activities_image1_pc.jpg);
}
.activities__grid li:nth-child(2)::before {
  background-image: url(../img/csr/activities_image2_pc.jpg);
}
.activities__grid li:nth-child(3)::before {
  background-image: url(../img/csr/activities_image3_pc.jpg);
}
.activities__grid li:nth-child(4)::before {
  background-image: url(../img/csr/activities_image4_pc.jpg);
}
.activities__grid li:nth-child(5)::before {
  background-image: url(../img/csr/activities_image5_pc.jpg);
}
.activities__grid li:nth-child(6)::before {
  background-image: url(../img/csr/activities_image6_pc.jpg);
}
.activities__grid li p {
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  padding: 0.25em 1em;
  background-color: #fff;
  font-weight: 500;
  transition: background-color .3s , color .3s;
}
.activities__grid--en li p {
  padding: 0.5em 1em;
  line-height: 1.25em;
}
.modal__inner .modal__title-activities {
  padding: 60px;
  background-color: #383232;
  color: #fff;
  font-size: 2.375em;
}
.modal__inner .modal__title-activities span {
  position: relative;
  display: block;
  padding: 0 1em;
  line-height: 1.5em;
}
.modal__inner .modal__title-activities span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 8px;
  height: 100%;
  background-color: #fff;
}
.activities__modal-list {
  display: grid;
  grid-template-rows: 25% 25% 25% 25%;
  grid-template-columns: 47% 1fr;
  gap: 0 6%;
  max-width: 982px;
  margin: 0 auto;
}
.activities__modal-list li {
  position: relative;
  z-index: 2;
  display: grid;
  place-content: center;
  height: 3.5em;
  margin: 5.5% 0;
  background-color: #fff;
  border-left: 5px solid #F59700;
  font-weight: bold;
  line-height: 1.25em;
  text-align: center;
  transition: background-color .3s, color .3s;
}
.activities__modal-list li:nth-child(1) {
  z-index: 1;
  grid-row: 1 / 2;
  grid-column: 1 / 2;
}
.activities__modal-list li:nth-child(2) {
  grid-row: 1 / 2;
  grid-column: 2 / 3;
}
.activities__modal-list li:nth-child(3) {
  grid-row: 2 / 3;
  grid-column: 2 / 3;
}
.activities__modal-list li:nth-child(4) {
  grid-row: 3 / 4;
  grid-column: 2 / 3;
}
.activities__modal-list li:nth-child(5) {
  grid-row: 4 / 5;
  grid-column: 2 / 3;
}
.activities__modal-list li:nth-child(6) {
  z-index: 1;
  grid-row: 3 / 4;
  grid-column: 1 / 2;
}
.activities__modal-list li:nth-child(2)::before,
.activities__modal-list li:nth-child(3)::before,
.activities__modal-list li:nth-child(4)::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  height: 100%;
  border-left: 1px solid #D1CFCF;
  pointer-events: none;
}
.activities__modal-list li:nth-child(1)::before,
.activities__modal-list li:nth-child(6)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 50%;
  border-top: 1px solid #D1CFCF;
  pointer-events: none;
}
.activities__modal-list li[id*="activities"] {
  cursor: pointer;
}
.activities__modal-list li[id*="activities"]::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translateY(-50%);
  color: #707070;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1em;
}
.activities__modal-list li br {
  display: none;
}
@media (hover: hover) {
  .activities__modal-list li[id*="activities"]:hover {
    background-color: #F59700;
    color: #fff;
  }
}
/*  */
.table--line-th-black--environment th {
  padding: 1em 0.25em;
}
.table--line-th-black--environment td {
  padding: 1.75em 0.5em;
  text-align: center;
}
.table--line-th-black--environment span {
  display: inline-block;
}
.environment__large-font {
  color: #F59700;
  font-weight: bold;
  font-size: 2em;
}
/*  */
.management__list {
  padding: 2em 0;
}
.management__list > li {
  position: relative;
  margin: 3em 0;
  padding-left: 2.5em;
  counter-increment: num;
}
.management__list > li:after {
  content: '0' counter(num);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  color: #F59700;
  font-family: 'Poppins', sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.9em;
}
.management__list > li span {
  display: block;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.9em;
}
.management__iso-box {
  margin: 70px 0;
  border: 1px solid #D1CFCF;
}
.management__iso-box img {
  width: 40%;
}
.management__iso-box p {
  flex: 1;
  padding-left: 65px;
}
/*  */
.climate-change--title {
  font-size: 1.5em;
  font-weight: 500;
}
.table--border-th-black--climate-change1 td {
  padding: 1.5em;
  text-align: left;
}
.climate-change__list li {
  padding-left: 2.65em;
  text-indent: -2.65em;
}
.climate-change__list li:nth-child(n+3) {
  padding-left: 6.5em;
  text-indent: -6.5em;
}
.climate-change__list--en li:nth-child(n) {
  padding-left: 2.1em !important;
  text-indent: -2.1em !important;
}
/*  */
.table--border-th-black--support .support__th-sm {
  padding: 1em 0.5em;
}
.table--border-th-black--support .support__th-esm {
  padding: 0.25em 0.5em;
}
.table--border-th-black--support td {
  position: relative;
  padding: 1.25em 0.5em;
}
.support__cell1,
.support__cell2,
.support__cell3,
.support__cell4 {
  position: absolute;
  top: 50%;
  left: 0.55em;
  transform: translateY(-50%);
  display: block;
  background-color: #fff;
  border: 2px solid #F59700;
  border-radius: 8px;
  font-size: 0.9em;
  font-weight: 500;
  text-align: center;
}
.support__cell1 {
  width: calc(100% - 1.1em);
}
.support__cell2 {
  width: calc(200% - 1.1em);
}
.support__cell3 {
  width: calc(300% - 1.1em);
}
.support__cell4 {
  width: calc(400% - 1.1em);
}
.support__cell1.font-small,
.support__cell2.font-small,
.support__cell3.font-small,
.support__cell4.font-small {
  font-size: 0.8em;
}
/*  */
.health-safety__lead {
  margin-top: 85px;
  padding: 85px 25px;
  background: transparent url(../img/csr/health_safety_bg.jpg) center center / cover no-repeat;
  color: #fff;
  text-align: center;
}
.health-safety__lead h3 {
  padding-bottom: 0.75em;
  font-size: 2.375em;
}
.health-safety__lead p {
  font-size: 1.5em;
  font-weight: 500;
}
.health-safety__lead p span {
  display: inline-block
}
.health-safety__sublead {
  padding-bottom: 0.5em;
  color: #F59700;
  font-size: 1.25em;
  line-height: 1.5em
}
/*  */
.table--csr-balance {
  width: 425px;
  margin-right: 6.7%;
}
.table--csr-balance tr {
  border-bottom: 1px solid #D1CFCF;
}
.table--csr-balance th {
  position: relative;
  vertical-align: middle;
  padding: 0.5em 0;
  background-color: #F7F5F5;
  font-weight: 500;
  line-height: 1.5em;
}
.table--csr-balance tr th:first-child {
  width: 200px;
}
.table--csr-balance2 tr th:first-child {
  width: 120px;
}
.table--csr-balance th span {
  display: block;
  font-size: 0.75em;
  line-height: 1.5em;
}
.table--csr-balance th span br {
  display: none;
}
.table--csr-balance td {
  position: relative;
  vertical-align: middle;
  padding: 1em;
  font-weight: 500;
}
.table--csr-balance td span {
  display: inline-block;
  line-height: 1.25em;
}
.table--csr-balance tr td:nth-child(n+2) {
  text-align: center;
}
.table--csr-balance tr th:not(:first-child)::after,
.table--csr-balance tr td:not(:first-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: calc(100% - 1.25em);
  background-color: #262525;
}
.table--csr-balance tr td:not(:first-child)::after {
  background-color: #D1CFCF;
}
.table--csr-balance tfoot tr {
  border-bottom: none;
}
.table--csr-balance tfoot td {
  padding: 0.5em 0 0;
  border: none;
  text-align: left;
}
.balance__dl {
  clear: both;
}
.balance__dl dt {
  float: left;
}
.balance__dl dd {
  padding-left: 4.5em;
}
.balance__dl dd span {
  display: block;
  padding-bottom: 0.5em;
  line-height: 1.25em;
}
/*  */
.bcp__list {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 100px;
}
.bcp__list li {
  position: relative;
  margin: 3em 0;
  padding-left: 7em;
  font-family: 'Poppins', sans-serif;
  counter-increment: num;
}
.bcp__list li::before {
  content: '0' counter(num);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1.2em;
  color: #F59700;
  font-size: 1.875em;
  font-weight: 300;
  line-height: 1.4em;
  text-align: center;
}
.bcp__list li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 4.5em;
  width: 1px;
  height: 2.5em;
  background-color: #707070;
}
.bcp__list li span {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.65em;
}
.bcp__text {
  text-align: center;
}
.bcp__text span {
  display: inline-block;
}
.bcp__image {
  display: block;
  width: 100%;
  max-width: 709px;
  margin: 120px auto 0;
}
/*  */
.governance__modal-list li {
  position: relative;
  display: grid;
  place-items: center;
  width: 48%;
  height: 80px;
  margin-bottom: 4%;
  padding: 0.5em 2em;
  background-color: #383232;
  color: #fff;
  line-height: 1.5em;
  text-align: center;
  cursor: pointer;
  transition: background-color .3s;
}
.governance__modal-list li:last-child {
  margin-bottom: 0;
}
.governance__modal-list li::before,
.governance__modal-list li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  width: 1em;
  height: 2px;
  background-color: #fff;
}
.governance__modal-list li::after {
  transform: translateY(-50%) rotate(90deg);
}
.governance__modal-list li br {
  display: none;
}
.modal__inner h2.modal__title-governance span::before {
  background-color: #fff;
}
.modal__inner .modal__scroll.modal__scroll-governance {
  max-height: calc(100vh - 350px);
  border-bottom: none;
}
@media (hover: hover) {
  .governance__modal-list li:hover {
    background-color: #F59700;
  }
}
@media all and (max-width: 1250px) {
  /*  */
  .csr__catch {
    font-size: 1.5em;
  }
  .csr__wrapper--right,
  .csr__wrapper--left {
    padding-top: 70px;
  }
  .csr__image {
    height: 575px;
  }
  .csr__wrapper--right .csr__text {
    width: 55%;
    padding-left: 18px;
  }
  .csr__wrapper--left .csr__text {
    width: 55%;
    padding-right: 18px;
  }
  .csr__list {
    font-size: 1.125em;
  }
  /*  */
  .csr-under__image {
    width: 46%;
    padding-right: 5%;
  }
  .table--th-line--csr-under th {
    padding: 30px 0;
    text-align: center;
  }
  /*  */
  .activities__grid {
    display:-webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: auto;
  }
  .activities__grid li {
    width: calc(50% - 8px);
    height: 280px;
  }
  .activities__grid li:nth-child(1)::before {
    background-image: url(../img/csr/activities_image1_sp.jpg);
  }
  .activities__grid li:nth-child(2)::before {
    background-image: url(../img/csr/activities_image2_sp.jpg);
  }
  .activities__grid li:nth-child(3)::before {
    background-image: url(../img/csr/activities_image3_sp.jpg);
  }
  .activities__grid li:nth-child(4)::before {
    background-image: url(../img/csr/activities_image4_sp.jpg);
  }
  .activities__grid li:nth-child(5)::before {
    background-image: url(../img/csr/activities_image5_sp.jpg);
  }
  .activities__grid li:nth-child(6)::before {
    background-image: url(../img/csr/activities_image6_sp.jpg);
  }
  /*  */
  .table--line-th-black--environment {
    font-size: 0.875em;
  }
  /*  */
  .management__list > li:after,
  .management__list > li span {
    font-size: 1.25em;
  }
  .management__iso-box p {
    padding-left: 30px;
  }
  /*  */
  .support__scroll--en {
    overflow: auto;
  }
  .support__scroll--en .table--border-th-black--support {
    width: 1200px;
  }
  /*  */
  .health-safety__lead {
    margin-top: 50px;
    padding: 50px 25px;
  }
  .health-safety__lead h3 {
    font-size: 1.875em;
  }
  .health-safety__lead p {
    font-size: 1.25em;
  }
  /*  */
  .bcp__list {
    max-width: 490px;
    margin-bottom: 70px;
  }
  .bcp__list li {
    margin: 2.5em 0;
    padding-left: 5em;
  }
  .bcp__list li::before {
    font-size: 1.6em;
  }
  .bcp__list li::after {
    left: 3.5em;
    height: 2em;
  }
  .bcp__list li span {
    font-size: 1.25em;
  }
  .bcp__image {
    margin-top: 100px;
  }
  /*  */
  .governance__modal-list li br {
    display: inline;
  }
}
@media all and (max-width: 1150px) {
  /*  */
  .activities__lead {
    padding-bottom: 50px;
    text-align: left;
  }
  .activities__lead span {
    display: inline;
  }
  /*  */
  .support__scroll {
    overflow: auto;
  }
  .table--border-th-black--support {
    width: 1100px;
  }
}
@media all and (max-width: 1080px) {
  /*  */
  .csr__image {
    width: 46%;
    height: 413px;
  }
  .csr__wrapper--right .csr__text,
  .csr__wrapper--left .csr__text {
    width: 54%;
  }
  .csr__list {
    font-size: 1em;
  }
  .csr__list a {
    padding: 1.25em 22px 1.25em 0;
  }
  /*  */
  .modal__inner .modal__title-activities {
    font-size: 2em;
  }
  /*  */
  .balance__flex {
    display: block;
  }
  .table--csr-balance {
    width: 100%;
    margin: 0 auto 36px;
  }
  .table--csr-balance tr th:first-child {
    width: auto;
  }
}
@media all and (max-width: 750px) {
  /*  */
  .csr__catch {
    padding-bottom: 50px;
    font-size: 1.25em;
  }
  .csr__image {
    display: none;
  }
  .csr__wrapper--right .csr__text,
  .csr__wrapper--left .csr__text {
    width: 100%;
    padding: 0 18px;
  }
  .csr__list {
    padding-top: 0;
  }
  .csr__environment,
  .csr__social,
  .csr__governance {
    padding-bottom: 210px;
  }
  .csr__environment::after,
  .csr__social::after,
  .csr__governance::after {
    content: "";
    position: absolute;
    right: -18px;
    bottom: 0;
    width: calc(100% + 18px);
    height: 188px;
    background: transparent url(../img/csr/csr_image1_sp.jpg) center center / cover no-repeat;
  }
  .csr__social::after {
    background-image: url(../img/csr/csr_image2_sp.jpg);
  }
  .csr__governance::after {
    background-image: url(../img/csr/csr_image3_sp.jpg);
  }
  .csr__list a {
    margin-top: 0.5em;
    padding: 1em 22px 1em 0;
  }
  /*  */
  .csr-under__catch {
    padding: 30px 0;
    text-align: left;
  }
  .csr-under__catch span {
    display: inline;
  }
  .csr-under__image {
    width: 100%;
    padding: 0 30px;
  }
  .csr-under__image-wide {
    padding: 0;
  }
  .csr-under__text {
    flex: none;
    padding-top: 30px;
  }
  .csr-under__hr {
    border: none;
  }
  .table--th-line--csr-under th {
    padding: 18px 0 12px;
    text-align: left;
  }
  /*  */
  .activities__lead {
    padding-bottom: 30px;
  }
  .pdg-all80--activities {
    padding: 18px;
  }
  .activities__corporate-image {
    width: 100%;
    padding: 14px 0;
  }
  .activities__corporate-image h3 {
    padding-left: 56px;
    font-size: 1em;
  }
  .activities__corporate-image h3 .poppins {
    font-size: 1.5em;
  }
  .activities__corporate-image h3 .poppins::after {
    top: 5px;
    right: -12px;
    height: 22px;
  }
  .activities__corporate-image p {
    padding-left: 0;
    line-height: 1.75em;
  }
  .activities__grid {
    padding-top: 0;
  }
  .activities__grid li,
  .activities__grid li:nth-child(1),
  .activities__grid li:nth-child(6) {
    width: 100%;
    height: 140px;
  }
  .activities__modal-list li {
    height: 4em;
    padding-right: 1em;
    font-size: 0.85em;
  }
  .activities__modal-list li[id*="activities"]::after {
    right: 0.2em;
  }
  .modal__inner .modal__title-activities {
    padding: 30px 18px;
    font-size: 1em;
  }
  .modal__inner .modal__title-activities span::before {
    width: 3px;
  }
  .activities__modal-list li br {
    display: inline;
  }
  /*  */
  .environment__scroll {
    overflow-y: scroll;
  }
  .table--line-th-black--environment {
    width: 840px;
    font-size: 0.75em;
  }
  /*  */
  .bg-gray--left--management::before {
    width: calc(100% - 36px);
    background-color: #F7F5F5;
  }
  .bg-gray--left--management .inner {
    padding-left: 25px;
    padding-right: 0;
  }
  .bg-gray--left--management .pdg-all80 {
    padding-left: 25px;
    padding-right: 18px;
  }
  .bg-gray--left--management .btn-wrapper--center {
    padding-right: 32px;
  }
  .management__list {
    padding: 0;
  }
  .management__list > li {
    margin: 2em 0;
    padding: 2em 0 0;
  }
  .management__list > li span {
    font-size: 1em;
  }
  .management__iso-box {
    margin: 25px 0;
  }
  .management__iso-box img {
    width: 100%;
  }
  .management__iso-box p {
    flex: 1;
    padding-top: 25px;
    padding-left: 0;
  }
  /*  */
  .climate-change--title {
    font-size: 1.25em;
    line-height: 1.5em;
  }
  .climate-change__scroll {
    overflow-y: scroll;
  }
  .table--border-th-black--climate-change1 {
    width: 800px;
  }
  .table--border-th-black--climate-change2 {
    width: 650px;
  }
  .climate-change__list li:nth-child(n+3) {
    padding-left: 2.65em;
    text-indent: -2.65em;
  }
  /*  */
  .table--border-th-black--support {
    font-size: 0.875em;
    width: 1000px;
  }
  .support__scroll--en .table--border-th-black--support {
    width: 1100px;
  }
  /*  */
  .health-safety__lead {
    margin-top: 40px;
    padding: 40px 18px;
  }
  .health-safety__lead h3 {
    font-size: 1.5em;
  }
  .health-safety__lead p {
    font-size: 1em;
    text-align: left;
  }
  .health-safety__lead p span {
    display: inline;
  }
  .health-safety__sublead {
    font-size: 1.125em;
  }
  /* サステナビリティ - ワークライフバランス */
  .table--csr-balance {
    margin-bottom: 0;
  }
  .table--csr-balance tr th:first-child {
    width: 160px;
  }
  .table--csr-balance2 tr th:first-child {
    width: 80px;
  }
  .table--csr-balance2 th {
    font-size: 12px;
  }
  .table--csr-balance th span {
    line-height: 1.3em;
  }
  .table--csr-balance th span br {
    display: inline;
  }
  .table--csr-balance td {
    padding: 0.75em 0;
    text-align: center;
  }
  /*  */
  .bcp__list {
    margin-bottom: 30px;
  }
  .bcp__list li {
    margin: 1.75em 0;
    padding-left: 3em;
  }
  .bcp__list li::before {
    font-size: 1.3em;
  }
  .bcp__list li::after {
    top: 0.25em;
    left: 2.25em;
    height: 1.3em;
  }
  .bcp__list li span {
    font-size: 1em;
  }
  .bcp__text {
    text-align: left;
  }
  .bcp__text span {
    display: inline;
  }
  .bcp__image {
    margin-top: 30px;
  }
  /* サステナビリティ - コーポレート・ガバナンスの基本方針 */
  .governance__modal-list li {
    width: 100%;
    height: 70px;
    margin-bottom: 30px;
  }
  .modal__inner .modal__scroll.modal__scroll-governance {
    max-height: calc(100vh - 230px);
  }
}
@media all and (max-width: 370px) {
  /* サステナビリティ - サステナビリティへの取り組み */
  .activities__corporate-image h3 {
    padding-left: 35px;
    font-size: 0.875em;
  }
  .activities__corporate-image h3 .poppins {
    font-size: 1.3em;
    line-height: 1.6em;
  }
  .activities__corporate-image h3 .poppins::after {
    right: -7px;
    height: 20px;
  }
  .activities__modal-list li {
    font-size: 0.75em;
  }
  /* サステナビリティ - コーポレート・ガバナンスの基本方針 */
  .governance__modal-list li {
    font-size: 0.875em;
  }
  /* サステナビリティ - ワークライフバランス */
  .table--csr-balance {
    font-size: 11px;
  }
  .table--csr-balance tr th:first-child {
    width: 132px;
  }
  .table--csr-balance2 tr th:first-child {
    width: 62px;
  }
  .table--csr-balance2 th {
    font-size: 10px;
  }
}


/* 株主・投資家情報 */
.ir__download {
  padding-top: 60px;
}
.ir__download li {
  width: 48%;
  border-bottom: 1px solid #D1CFCF;
}
.ir__download li a {
  display: block;
  height: 100%;
  padding: 28px 30px 28px 0;
  background: transparent url(../img/icon_pdf.svg) right center / 19px auto no-repeat;
  color: #262525;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.75em;
  transition: background-color .3s;
}
.bg-gray--left--ir::before {
  top: 295px;
  height: calc(100% - 100px);
}
.ir__external {
  display: grid;
  grid-template-rows: 50%;
  grid-template-columns: 49.2%;
  gap: 22.5px 50px;
  margin: 50px 0 30px;
}
.ir__external--sr {
  grid-row: 1 / 3;
  grid-column: 1 / 2;
}
.ir__external--sr a {
  position: relative;
  display: block;
  color: #262525;
}
.ir__external--sr p {
  position: absolute;
  top: calc(100% + 0.5em);
  left: 0;
  font-weight: bold;
  line-height: 1.5em;
}
.ir__external--sr p span {
  display: inline-block;
}
.ir__sr-image {
  position: relative;
  overflow: hidden;
  height: 210px;
  border: 1px solid #D1CFCF;
}
.ir__sr-image img {
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  transition: transform .3s, opacity .3s;
}
.ir__external--tdnet {
  grid-row: 1 / 2;
  grid-column: 2 / 3;
}
.ir__external--edinet {
  grid-row: 2 / 3;
  grid-column: 2 / 3;
}
.ir__external--tdnet .btn--dark-brown,
.ir__external--edinet .btn--dark-brown,
.btn-wrapper--ir .btn--dark-brown {
  width: 100%;
  padding: 1.25em;
  font-size: 1.25em;
}
.ir__external--tdnet .btn--dark-brown span,
.ir__external--edinet .btn--dark-brown span {
  position: relative;
  display: inline-block;
  padding-right: 1.25em;
}
.ir__external--tdnet .btn--dark-brown span::after,
.ir__external--edinet .btn--dark-brown span::after {
  content: "";
  position: absolute;
  top: 0.1em;
  right: 0;
  width: 1em;
  height: 100%;
  background: transparent url(../img/icon_external.svg) right center / 0.9em auto no-repeat;
  filter: invert(1) brightness(200%);
  transition: filter .3s;
}
.btn-wrapper--ir li {
  width: calc(50% - 10px);
  padding-right: 20px;
}
@media (hover: hover) {
  .ir__download li a:hover {
    background-color: #fff;
  }
  .ir__external--sr:hover img {
    transform: scale(1.1);
    opacity: 0.6;
  }
  .ir__external--tdnet .btn--dark-brown:hover span::after,
  .ir__external--edinet .btn--dark-brown:hover span::after {
    filter: none;
  }
}
.ir__download-btn {
  position: absolute;
  top: 0;
  right: 18px;
}
/* 株主・投資家情報 - IRライブラリ */
.document-list {
  padding-top: 100px;
}
.document-list li {
  border-bottom: 1px solid #D1CFCF;
}
.document-list li a {
  position: relative;
  display: block;
  padding: 28px 30px 28px 113px;
  background: transparent url(../img/icon_pdf.svg) right center / 19px auto no-repeat;
  color: #262525;
  transition: background-color .3s;
}
.document-list li time {
  position: absolute;
  top: 30px;
  left: 0;
  font-size: 0.875em;
}
.document-list li .document-list__title {
  font-size: 1.25em;
  line-height: 1.75em;
}
@media (hover: hover) {
  .document-list li a:hover {
    background-color: #F7F5F5;
  }
}
/* 株主・投資家情報 - 業績・財務 */
.financial__wrapper {
  width: 500px;
  margin-bottom: 160px;
}
/* 株主・投資家情報 - 株式情報 - 銘柄基本情報 */
.basic__date {
  padding-bottom: 1em;
  text-align: right;
}
.table--th-line--basic {
  border-top: 1px solid #D1CFCF;
  font-size: 1.125em;
}
.table--th-line--basic th {
  width: 275px;
  padding: 32px;
}
.table--th-line--basic td p {
  line-height: inherit;
}
.table--th-line--basic td a {
  color: #262525;
}
.basic__col1 {
  width: 40%;
}
.basic__col2 {
  width: 25%;
}
.basic__col3 {
  width: 35%;
}
.table--line-th-black--basic {
  font-size: 1.125em;
}
.table--line-th-black--basic td {
  padding: 1.75em 1.5em;
  line-height: 1.5em;
}
.table--line-th-black--basic tr td:nth-child(1) {
  font-weight: 500;
}
.table--line-th-black--basic tr td:nth-child(2),
.table--line-th-black--basic tr td:nth-child(3) {
  text-align: center;
}
.table--line-th-black--basic th span {
  display: inline-block;
}
.basic__col4,
.basic__col5,
.basic__col6 {
  width: calc(100% / 3);
}
.basic__graph {
  width: 100%;
  max-width: 591px;
  margin: 50px auto 0;
}
.basic__list li {
  position: relative;
  margin: 1.5em 0;
  padding-left: 2.5em;
  counter-increment: num;
  line-height: 1.8em;
}
.basic__list li:after {
  content: '0' counter(num);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  color: #F59700;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  line-height: 1.9em;
}
/* 株主・投資家情報 - 株式情報 - 株主総会 */
.meeting__summary {
  width: 100%;
  margin: 120px 0 25px;
  border-top: 1px solid #D1CFCF;
  table-layout: fixed;
}
.meeting__summary tr {
  border-bottom:  1px solid #D1CFCF;
}
.meeting__summary th,
.meeting__summary td {
  padding: 30px 40px;
  vertical-align: middle;
}
.meeting__summary th {
  width: 23%;
  font-weight: 500;
}
.meeting__summary td {
  position: relative;
}
.meeting__summary td::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0;
  height: calc(100% - 40px);
  border-left:  1px solid #D1CFCF;
}
.meeting__summary td * {
  line-height: 1.5em;
}
.meeting__report {
  padding-left: 1.5em;
  list-style: decimal;
}
.meeting__resolution dt {
  float: left;
}
.meeting__resolution dd {
  margin-left: 6.5em;
}
.meeting__download li {
  padding: 0.35em 0;
}
.meeting__download a {
  display: inline-block;
  padding-right: 30px;
  background: transparent url(../img/icon_pdf.svg) right center / 19px auto no-repeat;
  color: #262525;
  line-height: 1.5em;
  text-decoration: underline;
}
/* 株主・投資家情報 - 経営方針・戦略 - 株主・投資家の皆様へ */
.investor__title {
  position: relative;
  height: 418px;
  padding: 80px 400px 80px 100px;
  background: linear-gradient(to right, #DCE0E9, #CBCED3);

}
.investor__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: transparent url(../img/ir/investor_title_pc.jpg) right center / cover no-repeat;

}
.investor__title > span {
  position: relative;
  display: block;
  font-size: 1.75em;
  font-weight: bold;
  line-height: 1.8em;
}
.investor__title > span > span {
  display: inline-block;
  line-height: 1.8em;
}
/* 株主・投資家情報 - 経営方針・戦略 - 中期経営計画　FV26 */
.future__aim {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.6em;
}
.future__aim a {
  color: #F59700;
  text-decoration: underline;
}
.future__aim span {
  display: inline-block;
}
.future__subtitle {
  margin-top: 1em;
  color: #F59700;
  font-size: 1.5em;
  font-weight: 500;
}
.future__list {
  margin-bottom: -1.5em;
  padding: 0.5em 0;
}
.future__list > li {
  position: relative;
  margin: 1.5em 0;
  padding-left: 2.5em;
  counter-increment: num;
}
.future__list > li:after {
  content: '0' counter(num);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  color: #F59700;
  font-family: 'Poppins', sans-serif;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.9em;
}
.future__list > li span {
  display: block;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.9em;
}
.future__scroll {
  margin: 10px 0;
}
.future__scroll + p {
  line-height: 1.5em;
}
.table--line-th-black--future {
  font-size: 1.125em;
}
.table--line-th-black--future td {
  text-align: center;
}
@media (hover: hover) {
  .future__aim a:hover {
    text-decoration: none;
  }
}
/* 株主・投資家情報 - IRカレンダー */
.calendar__schedule {
  width: 1307px;
}
.calendar__subtitle {
  padding: 170px 0 0.5em;
  font-size: 1.5em;
}
.calendar__list li {
  display:-webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1em 0;
  border-bottom: 1px solid #D1CFCF;
  font-size: 1.25em;
}
.calendar__list li time {
  display: inline-block;
  width: 8em;
  font-size: 0.7em;
}
.calendar__list li p {
  flex: 1;
  line-height: 1.5em;
}
/* 株主・投資家情報 - 電子公告 */
.notice__link {
  padding-right: 30px;
  background: transparent url(../img/icon_pdf.svg) right center / 19px auto no-repeat;
  color: #262525;
  text-decoration: underline;
  transition: color .3s;
}
@media (hover: hover) {
  .notice__link:hover {
    color: #F59700;
  }
}
@media all and (max-width: 1500px) {
  /* 株主・投資家情報 - IRカレンダー */
  .calendar__schedule {
    width: 100%;
  }
}
@media all and (max-width: 1250px) {
  /* 株主・投資家情報 */
  .ir__download li a {
    font-size: 1em;
  }
  .bg-gray--left--ir::before {
    top: 150px;
  }
  /* 株主・投資家情報 - 経営方針・戦略 - 株主・投資家の皆様へ */
  .investor__title {
    padding-left: 50px;
  }
  .investor__title > span {
    font-size: 1.5em;
  }
  /* 株主・投資家情報 - 株式情報 - 銘柄基本情報 */
  .table--th-line--basic,
  .table--line-th-black--basic {
    font-size: 1em;
  }
  /* 株主・投資家情報 - IRカレンダー */
  .calendar__subtitle {
    padding-top: 100px;
    font-size: 1.25em;
  }
}
@media all and (max-width: 1100px) {
  /* 株主・投資家情報 - 業績・財務 */
  .financial__wrapper {
    width: 45%;
    margin-bottom: 100px;
  }
}
@media all and (max-width: 900px) {
  /* 株主・投資家情報 */
  .ir__download li {
    width: 100%;
  }
  .document-list li time {
    top: 29px;
  }
  .document-list li .document-list__title {
    font-size: 1em;
  }
  /* 株主・投資家情報 - 経営方針・戦略 - 株主・投資家の皆様へ */
  .investor__title {
    height: 350px;
    padding-right: 290px;
  }
}
@media all and (max-width: 750px) {
  /* 株主・投資家情報 */
  .ir__download {
    padding-top: 25px;
  }
  .ir__download li a {
    padding: 25px 30px 25px 0;
  }
  .ir__download-btn {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 50px;
    text-align: center;
  }
  .ir__external {
    display: block;
  }
  .ir__external--sr {
    width: 100%;
    margin-top: 35px;
  }
  .ir__sr-image {
    height: 150px;
    margin-bottom: 0.25em;
  }
  .ir__external--sr p {
    position: relative;
  }
  .ir__external--tdnet,
  .ir__external--edinet {
    margin-top: 30px;
    padding: 0 18px;
  }
  .ir__external--tdnet .btn--dark-brown,
  .ir__external--edinet .btn--dark-brown,
  .btn-wrapper--ir .btn--dark-brown {
    padding: 0.8em;
    font-size: 1em;
  }
  /* 株主・投資家情報 - IRライブラリ */
  .document-list {
    padding-top: 25px;
  }
  .document-list li a {
    padding: 22px 0;
    background-position: right top 26px;
  }
  .document-list li time {
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
  }
  .document-list li .document-list__title {
    padding-top: 16px;
  }
  /* 株主・投資家情報 - 業績・財務 */
  .financial__wrapper {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 50px;
  }
   /* 株主・投資家情報 - 株式情報/経営方針・戦略 */
  .pdg-tb70.bg-gray--left--stock {
    padding-bottom: 10px;
  }
  .bg-gray--left--stock::before {
    width: 50%;
    background-color: #F7F5F5;
  }
  /* 株主・投資家情報 - 株式情報 - 銘柄基本情報 */
  .basic__date {
    margin-top: -54px;
    padding-bottom: 0;
    font-size: 0.8em;
  }
  .table--th-line--basic {
    margin-top: 10px;
    border-top: none;
  }
  .table--th-line--basic th {
    padding: 18px 0 12px;
  }
  .basic__col1 {
    width: 45%;
  }
  .basic__col2 {
    width: 25%;
  }
  .basic__col3 {
    width: 30%;
  }
  .table--line-th-black--basic {
    margin-top: 30px;
    font-size: 0.875em;
  }
  .table--line-th-black--basic th {
    padding: 0.75em 0.5em;
  }
  .table--line-th-black--basic th::after {
    height: calc(100% - 1.5em);
  }
  .table--line-th-black--basic tr td:nth-child(1) {
    padding: 1em 0.25em 1em 0;
  }
  .basic__col4 {
    width: 40%;
  }
  .basic__col5,
  .basic__col6 {
    width: 30%;
  }
  .basic__graph {
    margin-top: 40px;
  }
  .basic__list {
    margin-top: -1.5em;
  }
  /* 株主・投資家情報 - 株式情報 - 株主総会 */
  .meeting__summary {
    margin: 30px 0;
    border-top: none;
  }
  .meeting__summary th,
  .meeting__summary td {
    display: block;
    width: 100%;
    padding: 25px 0;
    font-size: 0.875em;
    text-align: left;
  }
  .meeting__summary th {
    padding-bottom: 12px;
  }
  .meeting__summary td {
    padding-top: 0;
  }
  .meeting__summary td * {
    line-height: 1.75em;
  }
  .meeting__summary td::after {
    border-left: none;
  }
  .meeting__download li {
    padding-right: 50px;
    background: transparent url(../img/icon_pdf.svg) right top 0.55em / 19px auto no-repeat;
  }
  .meeting__download a {
    padding-right: 0;
    background-image: none;
    font-size: 0.875em;
  }
  /* 株主・投資家情報 - 経営方針・戦略 - 株主・投資家の皆様へ */
  .investor__title {
    height: 321px;
    padding: 20px 180px 20px 20px;
    background: #DCE0E9;
  }
  .investor__title::before {
    background: transparent url(../img/ir/investor_title_sp.jpg) right bottom / contain no-repeat;
  }
  /* 株主・投資家情報 - 経営方針・戦略 - 中期経営計画　FV26 */
  .future__aim {
    font-size: 1.25em;
  }
  .future__aim span {
    display: inline;
  }
  .future__subtitle {
    margin-top: 0;
    font-size: 1.25em;
  }
  .future__list {
    margin-bottom: -1em;
    padding-top: 0;
  }
  .future__list > li {
    margin: 1em 0;
    padding-left: 2em;
  }
  .future__list > li:after,
  .future__list > li span {
    font-size: 1em;
  }
  .future__list > li .list-disc {
    width: calc(100% + 18px);
  }
  .future__scroll {
    overflow: auto;
  }
  .table--line-th-black--future {
    width: 700px;
    font-size: 1em;
  }
  /* 株主・投資家情報 - IRカレンダー */
  .calendar__schedule {
    overflow-y: scroll;
  }
  .calendar__schedule img {
    display: block;
    width: 914px;
    max-width: none;
  }
  .calendar__subtitle {
    padding: 45px 0 0.25em;
    font-size: 1em;
  }
  .calendar__list li {
    font-size: 0.875em;
  }
  .calendar__list li time {
    width: 7em;
    font-size: 0.9em;
  }
}
@media all and (max-width: 620px) {
  /* 株主・投資家情報 */
  .btn-wrapper--ir {
    display: block;
    text-align: center;
  }
  .btn-wrapper--ir li {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
  }
  .btn-wrapper--ir li:last-child {
    padding-bottom: 0;
  }
  .btn-wrapper--ir p:last-child {
    padding-bottom: 0;
  }
  .btn-wrapper--ir .btn--dark-brown {
    width: auto;
  }
  /* 株主・投資家情報 - 経営方針・戦略 - 株主・投資家の皆様へ */
  .investor__title {
    display: block;
    padding: 20px;
  }
}
@media all and (max-width: 475px) {
  /* 株主・投資家情報 - 経営方針・戦略 - 株主・投資家の皆様へ */
  .investor__title > span {
    font-size: 1.125em;
  }
}
@media all and (max-width: 370px) {
  /* 株主・投資家情報 - 経営方針・戦略 - 株主・投資家の皆様へ */
  .investor__title {
    height: 275px;
    background: linear-gradient(to right, #DCE0E9, #CBCED3);
  }
  .investor__title > span {
    font-size: 0.95em;
  }
  /* 株主・投資家情報 - 株式情報 - 銘柄基本情報 */
  .basic__date {
    margin-top: -52px;
    font-size: 0.7em;
  }
}


/* お問い合わせ */
.contact__box {
  position: relative;
  margin-top: 70px;
  overflow: hidden;
}
.contact__box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 1px solid #B9B9B9;
}
.contact__title {
  padding: 160px 18px 75px;
  background: transparent url() center top 70px / 90px auto no-repeat;
  font-size: 1.5em;
  line-height: 1.5em;
  text-align: center;
}
.contact__title--product {
  background-image: url(../img/contact/contact_icon1.svg);
}
.contact__title--recruit {
  background-image: url(../img/contact/contact_icon2.svg);
}
.contact__title--ir {
  background-image: url(../img/contact/contact_icon3.svg);
}
.contact__title--other {
  background-image: url(../img/contact/contact_icon4.svg);
}
.contact__box-inner {
  position: absolute;
  top: 0;
  left: calc(100% - 45px);
  width: 100%;
  height: 100%;
  background-color: #696161;
  transition: left .3s;
}
.contact__box-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%) rotate(45deg);
  width: 1em;
  height: 1em;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.contact__address,
.contact__address a {
  color: #fff;
}
.contact__address {
  display: inline-block;
  padding-bottom: 0.5em;
  font-size: 1.125em;
  font-weight: bold;
  text-align: center;
}
.contact__address li {
  padding-bottom: 0.5em;
}
.contact__address h4 {
  display: inline-block;
  margin-right: 1.5em;
  line-height: 1.75em;
}
.contact__address .contact__department {
  width: 18.5em;
  text-align: left;
}
.contact__address--en .contact__department {
  width: 27.5em;
  vertical-align: middle;
  text-align: left;
}
.contact__tel {
  display: inline-block;
  padding-left: 1.5em;
  background: transparent url(../img/icon_phone.svg) left center / 1em auto no-repeat;
}
@media (hover: hover) {
  .contact__box:hover .contact__box-inner {
    left: 0;
  }
}
@media (hover: none) {
  .contact__title {
    padding: 120px 18px 35px;
    background-position: center top 35px;
  }
  .contact__box-inner {
    position: relative;
    top: auto;
    left: auto;
    padding: 20px;
  }
  .contact__box-inner::after {
    border: none;
  }
}
@media all and (max-width: 950px) {
  .contact__address--en {
    font-size: 1em;
  }
}
@media all and (max-width: 750px) {
  .contact__box {
    margin-top: 32px;
  }
  .contact__title {
    padding: 72px 18px 23px;
    background-position: center top 25px;
    background-size: 50px auto;
    font-size: 1.125em;
    line-height: 1.6em;
  }
  .contact__title span {
    display: inline-block;
    line-height: 1.6em;
  }
  .contact__box-inner {
    position: relative;
    top: auto;
    left: auto;
    padding: 20px 18px 24px;
  }
  .contact__box-inner::after {
    border: none;
  }
  .contact__address {
    font-size: 1em;
    text-align: left;
  }
  .contact__time--en {
    font-size: 0.92em;
  }
}
@media all and (max-width: 650px) {
  .contact__address h4 {
    display: block;
  }
  .contact__address .contact__department {
    width: auto;
    margin: 0;
  }
}
@media all and (max-width: 370px) {
  .contact__box-inner {
    padding: 18px 15px 20px;
  }
  .contact__address {
    font-size: 0.8em;
  }
}

/* よくあるご質問 */
.table--line-th-black--faq th,
.table--line-th-black--faq td {
  padding: 1em;
}
.table--line-th-black--faq tr th:first-child {
  width: 180px;
}
@media all and (max-width: 750px) {
  .faq__scroll {
    overflow-y: scroll;
  }
  .table--line-th-black--faq {
    width: 840px;
  }
}

/* 技術用語集 */
.tabs--glossary::after {
  content: "";
  display: block;
  width: 19%;
  height: 0;
}
.tabs--glossary li {
  width: 19%;
}
.tabs--glossary--en::after {
  content: "";
  display: block;
  width: 13.5%;
  height: 0;
}
.tabs--glossary--en li {
  width: 13.5%;
}
.glossary-text {
  margin-bottom: 70px;
}
@media all and (max-width: 750px) {
  .tabs--glossary li {
    width: calc((100% / 3) - 6px);
  }
  .tabs--glossary--en::after {
    width: 20%;
  }
  .tabs--glossary--en::before {
    content: "";
    display: block;
    width: 20%;
    height: 0;
    order: 1;
  }
  .tabs--glossary--en li {
    width: 19%;
  }
  .glossary-text {
    margin-top: -1em;
    margin-bottom: 35px;
  }
}

/* 検索結果 */
.search__keyword {
  padding-bottom: 0.5em;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.5em;
}
.search__keyword span {
  display: inline-block;
}
.search__list {
  padding: 120px 0 50px;
}
.search__list li {
  margin-bottom: 70px;
}
.search__list li a {
  color: #262525;
}
.search__list-url {
  line-height: 1.75em;
  word-break: break-all;
}
.search__list-content {
  margin-top: 1em;
  line-height: 1.75em;
}
.screen-reader-text {
  display: none;
}
.nav-links {
  display:-webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-numbers {
  position: relative;
  display: inline-block;
  margin-left: -1px;
  padding: 0 1em;
  border-left: 1px solid #D1CFCF;
  border-right: 1px solid #D1CFCF;
  color: #262525;
  font-size: 16px;
  line-height: 1.5em;
  transition: color .3s;
}
.page-numbers::after {
  left: auto;
  right: -1px;
}
.page-numbers.current {
  color: #F59700;
  font-weight: bold;
}
.page-numbers.next,
.page-numbers.prev {
  height: 1.5em;
  padding: 0 1.25em;
  border: none;
}
.page-numbers.next::after,
.page-numbers.prev::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.4em;
  height: 0.4em;
  background-color: transparent;
  border-top: 2px solid #262525;
  transition: border-color .3s;
}
.page-numbers.next::after {
  transform: translate(-50%, -50%) rotate(45deg);
  border-right: 2px solid #262525;
}
.page-numbers.prev::after {
  transform: translate(-50%, -50%) rotate(-45deg);
  border-left: 2px solid #262525;
}
@media (hover: hover) {
  .page-numbers:hover {
    color: #F59700;
  }
  .page-numbers.next:hover::after,
  .page-numbers.prev:hover::after {
    border-color: #F59700;
  }
}
@media all and (max-width: 1250px) {
  .search__list {
    padding: 100px 0 25px;
  }
}
@media all and (max-width: 750px) {
  .search__keyword {
    margin-top: -30px;
    font-size: 1.25em;
  }
  .search__list {
    padding: 40px 0 0;
  }
  .search__list li {
    margin-bottom: 40px;
  }
  .search__list-url {
    margin-top: -0.5em;
  }
}


/* プライバシーポリシー */
.privacy__btn {
  display: inline-block;
}
.privacy__btn .btn--download-icon {
  padding: 1em 4.5em 1em 1em;
  line-height: 1.5em;
}
.privacy__list {
  display: flex;
  justify-content: space-between;
}
.privacy__list li {
  width: 29.5%;
}
.privacy__list li a {
  width: 100%;
  height: 100%;
  padding: 0.45em 25px 0.5em;
}
.privacy__list li a span {
  display: inline-block;
}
.privacy__list li a span:last-child {
  display: block;
}
.privacy__korean * {
  font-family: 'Noto Sans KR', sans-serif;
}
.privacy__e-date {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}
.privacy__e-date span {
  display: inline-block;
}
.privacy__note {
  text-indent: -1.9em;
  padding-left: 1.9em;
}
.table--line-th-black--privacy {
  margin-top: 1em;
  font-size: 16px;
}
.table--line-th-black--privacy td {
  vertical-align: top;
  padding: 1.75em 1.25em;
}
.table--line-th-black--privacy td h3 {
  text-align: center;
}
.table--line-th-black--privacy td img {
  display: block;
  margin: 1em auto;
}
.list-decimal--privacy li {
  padding-left: 0.75em;
}
.privacy__icon-wrapper {
  display: flex;
}
.privacy__icon-wrapper h2 {
  flex: 1;
}
.privacy__icon-wrapper ul {
  display: flex;
  justify-content: flex-end;
  padding-top: 0.5em;
  padding-left: 20px;
}
.privacy__icon-wrapper ul li {
  width: 3em;
  margin-left: 0.5em;
}
.privacy__link {
  padding-right: 30px;
  background: transparent url(../img/icon_pdf.svg) right center / 19px auto no-repeat;
  color: #262525;
  text-decoration: underline;
  transition: color .3s;
}
@media (hover: hover) {
  .privacy__link:hover {
    color: #F59700;
  }
}
@media all and (max-width: 1110px) {
  .privacy__list li {
    width: 31%;
  }
  .privacy__list li a {
    font-size: 16px;
  }
}
@media all and (max-width: 960px) {
  .privacy__list li a {
    display: grid;
    place-content: center;
    place-items: center;
  }
}
@media all and (max-width: 767px) {
  .privacy__list {
    display: block;
  }
  .privacy__list li {
    width: 100%;
    margin-bottom: 1em;
  }
  .privacy__list li a {
    display: block;
  }
  .privacy__e-date {
    font-size: 1em;
  }
  .privacy__icon-wrapper {
    display: block;
  }
  .privacy__scroll {
    overflow-y: scroll;
  }
  .privacy__scroll .table--line-th-black--privacy {
    width: 250vw;
  }
  .table--line-th-black--privacy {
    font-size: 14px;
  }
  .scroll--no .table--line-th-black--privacy th,
  .scroll--no .table--line-th-black--privacy td {
    display: block;
    width: 100%;
  }
  .scroll--no .table--line-th-black--privacy td {
    padding: 1.25em;
    border-bottom: 1px solid #D1CFCF;
    text-align: center;
  }
  .scroll--no .table--line-th-black--privacy td::after {
    background-color: transparent;
  }
  .table--line-th-black--privacy td img {
    width: 110px;
    margin: 0.5em auto;
  }
  .privacy__icon-wrapper ul li {
    width: 2.5em;
  }
}

/* サイトマップ */
.sitemap-list {
  margin-bottom: 50px;
}
.sitemap-list a {
  color: #262525;
}
.sitemap-list a span {
  display: inline-block;
}
.sitemap-list > li > a {
  position: relative;
  display: block;
  margin-top: 2em;
  padding: 0.25em 0;
  border-bottom: 1px solid #D1CFCF;
  font-size: 1.5em;
  font-weight: 500;
  transition: border .3s;
}
.sitemap-list__child {
  margin-top: 1em;
}
.sitemap-list__child li {
  position: relative;
  margin-top: 0.75em;
}
.sitemap-list__child li a {
  display: inline-block;
  padding: 0 1em 0 1.5em;
  line-height: 1.5em;
  transition: transform .3s;
}
.sitemap-list > li > a::after,
.sitemap-list__child li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-40%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #F59700;
  border-right: 2px solid #F59700;
}
.sitemap-list__child li::after {
  left: 0;
  right: auto;
}
.sitemap-list__subtitle {
  position: relative;
  margin: 2em 0 0.5em;
}
.sitemap-list__subtitle::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: calc(100% - 1em);
  height: 0;
  border-top: 1px solid #D1CFCF;
}
.sitemap-list__subtitle--product::before {
  right: 15%;
  width: calc(85% - 1em);
}
.sitemap-list__subtitle a {
  position: relative;
  display: inline-block;
  padding-right: 1em;
  background-color: #fff;
  font-size: 1.25em;
  font-weight: bold;
  transition: transform .3s;
}
.sitemap-list__category a {
  display: inline-block;
  margin-top: 0.5em;
  font-weight: 500;
  transition: transform .3s;
}
.width33 {
  width: calc(100% / 3);
}
.width50 {
  width: 50%;
}
.width66 {
  width: calc(200% / 3);
}
@media (hover: hover) {
  .sitemap-list > li > a:hover {
    border-color: #F59700;
  }
  .sitemap-list__child li a:hover,
  .sitemap-list__subtitle a:hover,
  .sitemap-list__category a:hover {
    transform: translateX(0.5em);
  }
}
@media all and (max-width: 1250px) {
  .sitemap-list > li > a {
    font-size: 1.25em;
  }
  .sitemap-list__subtitle a {
    font-size: 1.125em;
  }
  .sitemap-list__child li a {
    font-size: 0.875em;
  }
}
@media all and (max-width: 750px) {
  .sitemap-list {
    margin: -20px 0 30px;
  }
  .sitemap-list > li > a {
    font-size: 1em;
  }
  .sitemap-list__child {
    margin-left: 1em;
  }
  .sitemap-list__child + .sitemap-list__child,
  .sitemap-list__subtitle + .sitemap-list__child {
    margin-top: 0;
  }
  .sitemap-list__child li {
    margin-top: 0.5em;
  }
  .sitemap-list__child li a {
    padding-right: 0;
  }
  .sitemap-list__subtitle {
    margin: 1.5em 0 0 1em;
  }
  .sitemap-list__subtitle--product::before {
    right: 0;
    width: calc(100% - 1em);
  }
  .sitemap-list__category {
    margin: 0.5em 0 -0.5em 1em;
  }
  .sitemap-list__subtitle a,
  .sitemap-list__category a {
    font-size: 0.875em;
  }
  .width33,
  .width50,
  .width66 {
    width: 100%;
  }
}


/* Virtual Patent Marking */
.table--border-th-black--pat .pat__border-left {
  border-left:  1px solid #D1CFCF;
}
.table--border-th-black--pat td {
  font-weight: 500;
}
.table--border-th-black--pat .pat__padding-small {
  padding: 0.5em;
}

/* 画像を中央に */
.figure--center {
  max-width: 500px;
  margin: 0 auto;
}
