@charset "utf-8";
.page-title-lv2 {
  position: relative;
  font-size: 30px;
  margin-bottom: 20px;
  color: #000;
  font-weight: 500 !important;
}
#new-articles .title-lv2, #related-link .title-lv2 {
  color: #fff;
}
.page-title-lv2::after {
  content: '';
  display: block;
  position: absolute;
  vertical-align: middle;
  width: 5px;
  height: 2px;
  border-top: 2px solid #757575;
  bottom: -20px;
  left: 4px;
}
.page-title-lv2-ja {
  display: block;
  font-size: 12px;
  color: #757575;
}

[data-link-icon="arrow-r"] {
  position: relative;
}
[data-link-icon="arrow-r"]::before, [data-link-icon="arrow-r"]::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
[data-link-icon="arrow-r"]::before {
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
[data-link-icon="arrow-r"][data-link-button-color="black"]::before {
  background: #fff;
}
[data-link-icon="arrow-r"][data-link-icon-color="black"]::before {
  background: #000;
}
[data-link-icon="arrow-r"]::after {
  right: 6px;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: 0.5s;
}
[data-link-icon="arrow-r"][data-link-button-color="black"]::after {
  border-left: 5px solid #000;
}
a:hover[data-link-icon="arrow-r"][data-link-button-color="black"]::after {
  border-left: 5px solid #555;
}
[data-link-icon="arrow-r"][data-link-icon-color="black"]::after {
  border-left: 5px solid #fff;
}
.page-link-button {
  display: inline-block;
  width: 270px;
  padding: 18px 60px 18px 30px;
  border-radius: 50px;
  box-sizing: border-box;
  transition: 0.5s;
}
.page-link-button .newwindowicon {
  display: none;
}
.page-link-button[data-link-button-color="black"] {
  background: #000;
  color: #fff;
}
.page-link-button[data-link-button-color="white"] {
  background: #fff;
  color: #000;
}
.page-link-button[data-link-button-color="black"]:hover {
  background: #555;
}
.page-link-button:hover, .page-link-button:active, .page-link-button:focus, .page-link-button:visited, .page-link-button:link {
  color: #fff;
  text-decoration: none;
}
.page-link-button[data-link-button-color="white"]:hover, .page-link-button[data-link-button-color="white"]:active, .page-link-button[data-link-button-color="white"]:focus, .page-link-button[data-link-button-color="white"]:visited, .page-link-button[data-link-button-color="white"]:link {
  color: #000;
}
.page-link-button[data-link-icon="arrow-r"]::before, .page-link-button[data-link-icon="arrow-r"]::after {
  right: 25px;
}
.page-link-button[data-link-icon="arrow-r"]::after {
  right: 31px;
}

#page-technology-research-footer {
  position: relative;
  background: #000;
  padding: 117px 70px 106px;
  min-width: 990px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#page-technology-research-footer .page-section-inner {
  min-width: auto;
  max-width: 1190px;
  margin: 0 auto;
}
#page-technology-research-footer .page-technology-research-logo {
  font-size: 0;
}
#page-technology-research-footer .page-technology-research-logo-link {
  display: inline-block;
  text-decoration: none;
}
#page-technology-research-footer .page-technology-research-logo-link:focus,
#page-technology-research-footer .page-technology-research-logo-link:active {
  outline: none;
}
#page-technology-research-footer .page-technology-research-logo-link .newwindowicon {
  display: none;
}
.page-technology-research-logo-text {
  margin-left: 30px;
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
}
#page-technology-research-footer .page-section-layout-box + .page-section-layout-box {
  margin-top: 35px;
  padding-top: 120px;
  border-top: 1px solid #454545;
}
#page-technology-research-footer .page-section-layout-box + .page-section-layout-box:last-child {
  margin-top: 40px;
  padding-top: 0;
  border-top: none;
}
#page-technology-research-footer .page-section-layout-box, .page-navigation-sub-menu-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#page-technology-research-footer .page-section-layout-box {
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
#page-technology-research-footer .page-navigation-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
#page-technology-research-footer .page-navigation-menu-list_item {
  font-size: 18px;
}
#page-technology-research-footer .page-navigation-menu-list_item + .page-navigation-menu-list_item {
  margin-top: 10px;
}
#page-technology-research-footer .page-navigation-menu-link, #page-technology-research-footer .page-language-button-link {
  color: #fff;
}
#page-technology-research-footer .page-language-button-list_item {
  font-size: 14px;
}
#page-technology-research-footer .page-language-button-link.active {
  color: #757575;
}
#page-technology-research-footer .page-navigation-menu-link:hover {
  color: #aaa;
}
.page-navigation-sub-menu-list_item {
  font-size: 12px;
}
.page-navigation-sub-menu-list_item + .page-navigation-sub-menu-list_item {
  margin-left: 10px;
}
.page-navigation-sub-menu-link, .page-scroll-top-button {
  color: #aaa !important;
  text-decoration: none;
  transition: color .3s ease-in-out;
}
.page-navigation-sub-menu-link:hover, .page-scroll-top-button:hover {
  color: #757575 !important;
  text-decoration: none;
}
.page-navigation-sub-menu-link:focus, .page-scroll-top-button:focus,
.page-navigation-sub-menu-link:active, .page-scroll-top-button:active,
.page-navigation-sub-menu-link:link, .page-scroll-top-button:link,
.page-navigation-sub-menu-link:visited, .page-scroll-top-button:visited {
  text-decoration: none;
  outline: none;
}
.page-footer-copy-right {
  margin-bottom: 0;
  font-size: 12px;
  color: #aaa;
}
.page-scroll-top-button-container {
  text-align: right;
  margin: 0;
}
.page-scroll-top-button {
  position: relative;
  font-size: 12px;
  padding-right: 30px;
}
.page-scroll-top-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background: url("/corp/set/data/technology/research/ats2023/img/shared/icon-arrow-u-g.svg") no-repeat center center;
  background-size: contain;
  width: 15px;
  height: 14px;
  transform: translateY(-50%);
}

.page-main {
  min-width: 990px;
  background-color: #fff;
}

.page-nav-toggle {
  position: fixed;
  top: 50px;
  right: 50px;
  z-index: 1;
  width: 48px;
  height: 22px;
  cursor: pointer;
  mix-blend-mode: difference;
  display: none;
}

.page-nav-screen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: none;
}

.page-nav--active + .page-nav-screen {
  display: block;
}

.page-nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  width: 470px;
  height: 100%;
  max-height: 100vh;
  background-color: #000;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.page-nav::-webkit-scrollbar {
  display: none;
}

.page-nav--active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.page-nav-inner {
  padding: 100px 75px;
}

.page-nav-close {
  width: 42px;
  height: 24px;
  background-image: url(/corp/set/data/technology/research/ats2023/img/shared/icon-close.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: fixed;
  top: 48px;
  right: 52px;
  z-index: 1001;
  cursor: pointer;
}

.page-nav-item + .page-nav-item {
  margin: 25px 0 0;
}

.page-nav-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  color: #fff;
}

.page-nav-link:hover,
.page-nav-link:active,
.page-nav-link:link,
.page-nav-link:visited,
.page-nav-link:focus {
  color: inherit;
  text-decoration: none;
}

.page-nav-link:before {
  content: "";
  position: absolute;
  top: 17px;
  left: -20px;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.page-nav-link--active:before {
  opacity: 1;
  pointer-events: all;
}

.page-nav-en {
  font-size: 30px;
}

.page-nav-ja {
  font-size: 14px;
  color: #AAAAAA;
}

.page-kv {
  position: relative;
  z-index: 2;
}

.page-kv-image {
  display: block;
  width: 100%;
  max-width: 100%;
}

.page-kv-pc {
  display: block;
}

.page-kv-sp {
  display: none;
}

.page-kv-logo-link {
  position: absolute;
  top: 0;
  right: 0;
  width: 13.611111vw;
}

@media screen and (max-width:990px) {
  .page-kv-logo-link {
    width: 135px;
  }
}

.page-kv-logo-link:active,
.page-kv-logo-link:focus{
  outline: none;
}

.page-kv-logo-link .newwindowicon {
  display: none;
}

.page-kv-logo-link-image {
  width: 100%;
}

.page-sec-inner {
  max-width: 1110px;
  min-width: 950px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-sec-01 {
  margin: 120px 0 0;
  padding: 60px 0 0;
}

.page-sec-01-layout {
  margin: 60px 0 0;
}

.page-sec-01-read {
  font-size: 48px;
  font-weight: normal;
}

.page-sec-01-text {
  font-size: 24px;
  margin: 55px 0 0;
}

.page-sec-01-box {
  margin: 60px 0 0;
}

.page-sec-01-sp {
  display: none;
}

.page-sec-01 .page-link-button {
  width: 285px;
}

.page-sec-nav {
  margin: 180px 0 0;
  padding: 60px 0;
  background-color: #F6F6F6;
}

.page-sec-nav-layout {
  margin: 0 -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-sec-nav-item {
  width: 535px;
  padding: 20px;
}

.page-sec-nav-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 120px;
  border-radius: 60px;
  background-color: #000;
  padding: 0 90px 0 125px;
  position: relative;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.page-sec-nav-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #fff;
  background-image: url(/corp/set/data/technology/research/ats2023/img/shared/icon-arrow-d-b.svg), url(/corp/set/data/technology/research/ats2023/img/shared/icon-arrow-d-g.svg);
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  background-size: 14px, 0px;
  -webkit-transition: background-image 0.3s ease-in-out;
  transition: background-image 0.3s ease-in-out;
}

.page-sec-nav-btn:visited {
  background-color: #000;
  text-decoration: none;
}

.page-sec-nav-btn:hover {
  background-color: #555555;
  text-decoration: none;
}

.page-sec-nav-btn:active,
.page-sec-nav-btn:link,
.page-sec-nav-btn:focus {
  text-decoration: none;
  outline: none;
}

.page-sec-nav-btn:hover:before {
  background-image: url(/corp/set/data/technology/research/ats2023/img/shared/icon-arrow-d-g.svg), url(/corp/set/data/technology/research/ats2023/img/shared/icon-arrow-d-b.svg);
}

.page-sec-nav-num {
  font-size: 40px;
  color: #fff;
  margin: 0 30px 0 0;
}

.page-sec-nav-text {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page-sec-nav-en {
  color: #fff;
  font-size: 28px;
  line-height: 1.2;
}

.page-sec-nav-ja {
  font-size: 14px;
  color: #AAAAAA;
}

.page-sec-02 {
  position: relative;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  color: #fff;
}

.page-sec-02-side {
  width: calc(50% - 480px);
  min-width: 185px;
}

.page-sec-02-side-bg {
  background-image: url(/corp/set/data/technology/research/ats2023/img/shared/bg-about-01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: sticky;
  top: 0;
}

.page-sec-02 .page-title-lv2 {
  color: #fff;
}

.page-sec-02 .page-title-lv2:after {
  border-top: 2px #fff solid;
}

.page-sec-02 .page-title-lv2-ja {
  color: #AAAAAA;
}

.page-sec-02-inner {
  width: calc(50% + 480px);
  margin: 120px 0 0;
  padding: 60px 20px 180px 155px;
  max-width: 880px;
  min-width: 630px;
}

.page-sec-02-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-sec-02-num {
  font-size: 88px;
  line-height: 1;
}

.page-sec-03 {
  position: relative;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #fff;
}

.page-sec-03-side {
  width: calc(50% - 480px);
  min-width: 185px;
}

.page-sec-03-side-bg {
  background-image: url(/corp/set/data/technology/research/ats2023/img/shared/bg-about-02.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: sticky;
  top: 0;
}

.page-sec-03 .page-title-lv2 {
  color: #fff;
}

.page-sec-03 .page-title-lv2:after {
  border-top: 2px #fff solid;
}

.page-sec-03 .page-title-lv2-ja {
  color: #AAAAAA;
}

.page-sec-03-inner {
  width: calc(50% + 480px);
  margin: 120px 0 0;
  padding: 60px 155px 120px 20px;
  max-width: 880px;
  min-width: 630px;
}

.page-sec-03-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-sec-03-num {
  font-size: 88px;
  line-height: 1;
}

.page-sec-03-sp {
  display: none;
}

.page-sec-03-layout {
  margin: 80px -20px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.page-sec-03-item {
  border-bottom: 2px #fff solid;
  margin: 0 20px 60px;
  width: calc(50% - 40px);
  padding: 0 0 60px;
}

.page-sec-03-top {
  display: flex;
  align-items: center;
}

.page-sec-03-left {
  width: 115px;
  margin: 0 35px 0 0;
  flex-shrink: 0;
  flex-grow: 0;
}

.page-sec-03-image {
  width: 100%;
}

.page-sec-03-right {
  width: 100%;
  flex-shrink: 1;
  flex-grow: 1;
}

.page-sec-03-heading {
  font-weight: normal;
}

.page-sec-03-head {
  font-size: 22px;
  font-weight: bold;
  display: block;
}

.page-sec-03-sub {
  font-size: 12px;
  display: block;
  margin: 3px 0 0;
}

.page-sec-03-text {
  margin: 50px 0 0;
  font-size: 18px;
}

.page-parts-free-01 {
  margin: 60px 0 0;
  border: 2px #AAAAAA solid;
  width: 142px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  color: #AAAAAA;
}

.page-layout-01 {
  margin: 40px 0 0;
}

.page-layout-01-title {
  font-size: 48px;
  font-weight: normal;
}

.page-layout-01-text {
  font-size: 18px;
  margin: 35px 0 0;
}

.page-layout-01-box {
  margin: 80px 0 0;
}

.page-layout-01-image {
  display: block;
  max-width: 100%;
}

.page-layout-01-sp {
  display: none;
}

.page-sec-04 {
  margin: 120px 0 0;
  padding: 60px 0 0;
}

.page-sec-04-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.page-sec-04-left {
  width: calc(50% - 20px);
  padding: 0 20px;
  max-width: 555px;
}

.page-sec-04-text-01 {
  font-size: 24px;
  margin: 60px 0 0;
}

.page-sec-04-text-02 {
  font-size: 16px;
  margin: 20px 0 0;
}

.page-sec-04-text-03 {
  font-size: 16px;
  margin: 60px 0 0;
}

.page-sec-04-right {
  width: calc(50% - 20px);
}

.page-sec-04-map {
  width: 100%;
  height: 600px;
}

.page-sec-05 {
  margin: 120px 0 0;
  padding: 60px 0 0;
}

.page-sec-05-table {
  margin: 30px 0 0;
  table-layout: fixed;
  width: 100%;
}

.page-sec-05-head {
  width: 305px;
  padding: 30px 30px 30px 0;
  border-bottom: 1px #EEEEEE solid;
  font-size: 16px;
  font-weight: normal;
  vertical-align: top;
}

.page-sec-05-head-middle {
  vertical-align: middle;
}

.page-sec-05-data {
  padding: 30px 0;
  border-bottom: 1px #EEEEEE solid;
  vertical-align: top;
}

.page-sec-05-text {
  font-size: 16px;
  margin: 0;
}

.page-sec-05-text + .page-sec-05-text {
  margin: 15px 0 0;
}

.page-sec-05-note {
  font-size: 14px;
  color: #757575;
  margin: 5px 0 0;
}

.page-sec-05-sp {
  display: none;
}

.page-sec-05-layout {
  font-size: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.page-sec-05-layout-row {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-sec-05-list {
  margin: 0;
}

.page-sec-05-item {
  margin: 0;
  padding: 0 0 0 15px;
  font-size: 16px;
  line-height: 1.714;
  position: relative;
}

.page-sec-05-item:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #000;
}

.page-sec-05-item + .page-sec-05-item {
  margin: 15px 0 0;
}

.page-sec-05-partner {
  display: flex;
  align-items: center;
}

.page-sec-05-partner-item + .page-sec-05-partner-item {
  margin: 0 0 0 80px;
}

.page-sec-05-partner-link {
  display: block;
  transition: opacity .3s;
}

.page-sec-05-partner-link:active,
.page-sec-05-partner-link:focus {
  outline: none;
}

.page-sec-05-partner-link:hover {
  opacity: .7;
}

.page-sec-05-notice {
  margin: 15px 0 0;
}

.page-sec-05-notice-item {
  margin: 0;
  padding: 0 0 0 25px;
  position: relative;
  font-size: 16px;
}

.page-sec-05-notice-item + .page-sec-05-notice-item {
  margin: 15px 0 0;
}

.page-sec-05-notice-mark {
  position: absolute;
  top: 0;
  left: 0;
}

.page-sec-06 {
  padding: 120px 0 180px;
  background-color: #f6f6f6;
}

.page-sec-06-inner {
  padding: 60px 0 0;
}

.page-sec-06-text {
  font-size: 18px;
  margin: 60px 0 0;
}

.page-sec-06-note {
  font-size: 18px;
  margin: 15px 0 0;
  position: relative;
  padding: 0 0 0 25px;
}

.page-sec-06-mark {
  position: absolute;
  top: 0;
  left: 0;
}

.page-sec-06-layout {
  margin: 60px -20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-sec-06-layout + .page-sec-06-note {
  text-align: center;
  margin-top: 20px;
}

.page-sec-06-item {
  padding: 0 20px;
  width: 50%;
}

.page-sec-06-button {
  width: 100%;
  font-size: 22px;
  font-weight: bold;
  padding: 45px 60px;
  border-radius: 100px;
  text-align: center;
}

.page-sec-06-button--disable {
  background-color: #666 !important;
  pointer-events: none;
}

.page-sec-07 {
  margin: 120px 0 0;
  padding: 60px 0 180px;
}

.page-sec-07-wrap {
  margin: 60px 0 0;
  border: #DDDDDD 1px solid;
  padding: 0 75px;
  overflow-y: scroll;
  height: 350px;
}

.page-sec-07-box {
  padding: 45px 0;
}

.page-sec-07-text {
  font-size: 16px;
  margin: 0;
}

.page-sec-07-text + .page-sec-07-text {
  margin: 40px 0 0;
}

.page-sec-07-list {
  margin: 40px 0 0;
}

.page-sec-07-list:first-child {
  margin: 0;
}

.page-sec-07-item {
  margin: 0;
  padding: 0 0 0 15px;
  font-size: 16px;
  line-height: 1.714;
  position: relative;
}

.page-sec-07-item:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #000;
}

.page-sec-07-item + .page-sec-07-item {
  margin: 20px 0 0;
}

.page-sec-07-note {
  display: flex;
  margin: 0;
}

.page-sec-07-mark {
  margin: 0 5px 0 0;
}

.page-sec-08 {
  padding: 120px 0 180px;
  background-color: #f6f6f6;
}

.page-sec-08-inner {
  padding: 60px 0 0;
}

.page-sec-08-qa {
  margin: 60px 0 0;
  border-bottom: 2px #000 solid;
}

.page-sec-08-question {
  padding: 27px 75px 28px 115px;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  border-top: 2px #000 solid;
}

.page-sec-08-question:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #000;
  background-image: url("/corp/set/data/technology/research/ats2023/img/shared/icon-caret-d-w.svg");
  background-position: center top 7px;
  background-repeat: no-repeat;
  background-size: 12px;
}

.page-sec-08-question--active:after {
  background-image: url("/corp/set/data/technology/research/ats2023/img/shared/icon-caret-u-w.svg");
  background-position: center bottom 7px;
}

.page-sec-08-mark {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  font-size: 30px;
  font-weight: normal;
}

.page-sec-08-answer {
  display: none;
}

.page-sec-08-box {
  border-top: 1px #CCCCCC solid;
  padding: 40px 75px 50px 115px;
}

.page-sec-08-text {
  font-size: 16px;
  margin: 0;
}

.page-sec-08-text + .page-sec-08-text {
  margin: 30px 0 0;
}

.page-sec-08-notice {
  margin: 15px 0 0;
}

.page-sec-08-notice-item {
  margin: 0;
  padding: 0 0 0 25px;
  position: relative;
  font-size: 16px;
  line-height: 1.714;
}

.page-sec-08-notice-item + .page-sec-08-notice-item {
  margin: 15px 0 0;
}

.page-sec-08-notice-mark {
  position: absolute;
  top: 0;
  left: 0;
}

.page-sec-08-list {
  margin: 30px 0 0;
}

.page-sec-08-list:first-child {
  margin: 0;
}

.page-sec-08-item {
  margin: 0;
  padding: 0 0 0 20px;
  position: relative;
  font-size: 16px;
}

.page-sec-08-item:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #000;
}

.page-sec-08-item + .page-sec-08-item {
  margin: 20px 0 0;
}

.page-sec-08-note {
  margin: 30px 0 0;
  font-size: 16px;
  padding: 0 0 0 20px;
  position: relative;
}

.page-sec-08-note + .page-sec-08-note {
  margin: 15px 0 0;
}

.page-sec-08-asterisk {
  position: absolute;
  top: 0;
  left: 0;
}


.page-text-link {
  color: #000 !important;
  transition: .5s;
  text-decoration: underline !important;
}

.page-text-link .newwindowicon {
  display: none;
}

.page-sec-02 .page-text-link,
.page-sec-03 .page-text-link {
  color: #fff !important;
}

.page-text-link .mailicon {
  display: none;
}

.page-text-link:hover{
  color: #555 !important;
}

.page-sec-02 .page-text-link:hover,
.page-sec-03 .page-text-link:hover {
  color: #aaa !important;
}

.page-float-pre-kv {
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.page-float-pre {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 1000;
  display: none;
}

.page-float-pre-button {
  display: block;
  width: 170px;
  height: 170px;
  border-radius: 100%;
  background-color: #F6F6F6;
  box-sizing: border-box;
  padding: 50px 0 0;
  text-align: center;
  position: relative;
  box-shadow: 1px 3px 8px rgba(0,0,0,.1);
}

.page-float-pre-button .newwindowicon {
  display: none;
}

.page-float-pre-button:visited {
  color: #000;
  text-decoration: none;
}

.page-float-pre-button:active,
.page-float-pre-button:link,
.page-float-pre-button:focus {
  text-decoration: none;
  outline: none;
}

.page-float-pre-button:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 100%;
  background-color: #000;
  background-image: url("/corp/set/data/technology/research/ats2023/img/shared/icon-arrow-d-w.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
}

.page-float-pre-text-01 {
  font-size: 22px;
  font-weight: bold;
  display: block;
  color: #000;
}

.page-float-pre-text-02 {
  font-size: 18px;
  font-weight: bold;
  display: block;
  color: #000;
}

.page-timetable {
  margin: 80px 0 0;
}

.page-timetable-sec + .page-timetable-sec {
  margin: 100px 0 0;
}

.page-timetable-date {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 21px 20px;
  background-color: #fff;
  color: #000;
  line-height: 1;
}

.page-timetable-day {
  font-size: 48px;
  margin: 0 15px 0 0;
  font-weight: normal;
}

.page-timetable-week {
  font-size: 20px;
  padding: 0 0 5px;
  font-weight: bold;
}

.page-timetable-detail + .page-timetable-detail {
  margin: 60px 0 0;
  border-top: 2px #fff solid;
}

.page-timetable-top {
  padding: 20px 75px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px rgba(255,255,255,.3) solid;
}

.page-timetable-top-heading {
  display: flex;
  align-items: center;
}

.page-timetable-top-text {
  font-size: 14px;
  font-weight: bold;
  margin: 0 10px 0 0;
}

.page-timetable-top-num {
  font-size: 40px;
  margin: 0 45px 0 0;
  font-weight: normal;
  line-height: 1;
}

.page-timetable-top-title {
  font-size: 22px;
  font-weight: bold;
  padding: 0 0 3px;
}

.page-timetable-top-period {
  display: flex;
  align-items: center;
}

.page-timetable-top-start {
  font-size: 24px;
}

.page-timetable-top-end {
  font-size: 24px;
  padding: 0 0 0 70px;
  position: relative;
}

.page-timetable-top-end:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  width: 40px;
  height: 1px;
  background-color: #fff;
}

.page-timetable-mid {
  padding: 40px 75px 0;
}

.page-timetable-mid-title {
  font-size: 22px;
  margin: 0 0 40px;
}

.page-timetable-bottom {
  padding: 0 56px;
  display: flex;
}

.page-timetable-bottom-item {
  width: calc(20% - 38px);
  margin: 0 19px;
  cursor: pointer;
  transition: opacity .3s;
}

.page-timetable-bottom-item:hover {
  opacity: .7;
}

.page-timetable-bottom-box {
  padding-top: 100%;
  position: relative;
  border-radius: 100%;
  overflow: hidden;
}

.page-timetable-bottom-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.page-timetable-bottom-sub {
  font-size: 12px;
  line-height: 18px;
  margin: 15px 0 0;
  text-align: center;
}

.page-timetable-bottom-name {
  font-size: 18px;
  line-height: 24px;
  margin: 5px 0 0;
  text-align: center;
}

.page-timetable-mid-block {
  display: none;
}

.page-timetable-mid-block *:last-child {
  margin-bottom: 40px !important;
}

.page-timetable-mid-text {
  font-size: 18px;
  margin: 0;
}

.page-timetable-mid-text + .page-timetable-mid-text {
  margin: 25px 0 0;
}

.page-timetable-mid-list {
  margin: 25px 0 0;
}

.page-timetable-mid-list:first-child {
  margin: 0;
}

.page-timetable-mid-item {
  margin: 0;
  padding: 0 0 0 15px;
  font-size: 18px;
  position: relative;
}

.page-timetable-mid-item:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #fff;
}

.page-timetable-mid-item + .page-timetable-mid-item {
  margin: 15px 0 0;
}

.page-timetable-mid-toggle {
  margin: 0 0 40px;
  padding: 5px 0;
  display: flex;
  justify-content: center;
  border-top: 1px rgba(255,255,255,.2) solid;
}

.page-timetable-mid-open {
  font-size: 12px;
  line-height: 1;
  margin: 0;
  padding: 6px 25px 2px 0;
  background-image: url("/corp/set/data/technology/research/ats2023/img/shared/icon-caret-d-w.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 10px;
  cursor: pointer;
}

.page-timetable-mid-close {
  font-size: 12px;
  line-height: 1;
  margin: 0;
  padding: 6px 25px 2px 0;
  background-image: url("/corp/set/data/technology/research/ats2023/img/shared/icon-caret-u-w.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 10px;
  cursor: pointer;
  display: none;
}

.page-timetable-mid-toggle--active .page-timetable-mid-open {
  display: none;
}

.page-timetable-mid-toggle--active .page-timetable-mid-close {
  display: block;
}

.page-profile-modal-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.85);
  z-index: 1001;
  cursor: pointer;
  display: none;
}

.page-profile-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1110px;
  max-width: calc(100% - 40px);
  max-height: calc(100vh - 40px);
  background-color: #fff;
  z-index: 1002;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: none;
}

.page-profile-modal::-webkit-scrollbar {
  display: none;
}

.page-profile-modal-sp {
  display: none;
}

.page-profile-modal-inner {
  position: relative;
  padding: 80px 75px;
}

.page-profile-modal-close {
  position: absolute;
  top: 16px;
  right: 18px;
  width: 42px;
  height: 24px;
  background-image: url("/corp/set/data/technology/research/ats2023/img/shared/icon-modal-close.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer
}

.page-profile-modal-layout {
  display: flex;
}

.page-profile-modal-left {
  width: 230px;
  margin: 0 40px 0 0;
  flex-shrink: 0;
  flex-grow: 0;
}

.page-profile-modal-speaker {
  width: 230px;
  height: 230px;
  border-radius: 100%;
  overflow: hidden;
}

.page-profile-modal-image {
  width: 100%;
}

.page-profile-modal-right {
  width: 100%;
  flex-shrink: 1;
  flex-grow: 1;
}

.page-profile-modal-top {
  display: flex;
  align-items: center;
  padding: 0 0 15px;
  position: relative;
}

.page-profile-modal-top:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 5px;
  height: 2px;
  background-color: #000;
}

.page-profile-modal-name {
  font-size: 30px;
  font-weight: bold;
  padding: 0 30px 5px 0;
}

.page-profile-modal-sub {
  font-size: 12px;
  color: #757575;
}

.page-profile-modal-mid {
  margin: 20px 0 0;
}

.page-profile-modal-mid-text {
  margin: 0;
  font-size: 12px;
  color: #757575;
}

.page-profile-modal-bottom {
  margin: 40px 0 0;
}

.page-profile-modal-bottom-text {
  margin: 0;
  font-size: 16px;
}

.page-icon-show .newwindowicon {
  display: inline-block;
}

.page-sec-pc-d-n {
  display: none;
}