@charset "UTF-8";
/* ここから https://www.sekisui.co.jp/resource/css/main.css デフォルトcss */
a, label, select, button, input[type=radio], input[type=checkbox] {
  cursor: pointer;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("/resource/fonts/NotoSansJP-Bold.woff2") format("woff2"), url("/resource/fonts/NotoSansJP-Bold.woff") format("woff"), url("/resource/fonts/NotoSansJP-Bold.otf") format("otf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("/resource/fonts/NotoSansJP-Medium.woff2") format("woff2"), url("/resource/fonts/NotoSansJP-Medium.woff") format("woff"), url("/resource/fonts/NotoSansJP-Medium.otf") format("otf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("/resource/fonts/NotoSansJP-Regular.woff2") format("woff2"), url("/resource/fonts/NotoSansJP-Regular.woff") format("woff"), url("/resource/fonts/NotoSansJP-Regular.otf") format("otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("/resource/fonts/NotoSansJP-Light.woff2") format("woff2"), url("/resource/fonts/NotoSansJP-Light.woff") format("woff"), url("/resource/fonts/NotoSansJP-Light.otf") format("otf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
html {
  overflow-y: scroll;
  font-size: 10px;
  height: -webkit-fill-available;
  min-height: 100vh;
}
html.-full {
  overflow: hidden;
  height: 100%;
}
body {
  width: 100%;
  color: #555;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background-color: #fff;
  font-feature-settings: "palt";
}
html.-full body {
  height: 100%;
}
.t-main {
  overflow-x: hidden;
}
* {
  outline-color: #004EA2;
}
*:focus-ring {
  outline: solid 2px #004EA2;
  outline-offset: 2px;
}
.c-section.-blue *:focus-ring {
  outline: solid 2px #eee;
  outline-offset: 2px;
}
img {
  max-width: 100%;
  height: auto;
}
hr {
  height: 1px;
  background-color: #ddd;
}
*, *::before, *::after {
  box-sizing: border-box;
}
body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, ul, ol, dl, dd, th, td, hr, iframe, fieldset, legend, button, input, textarea, select, option, figure {
  margin: 0;
  padding: 0;
  border: none;
}
h1, h2, h3, h4, h5, h6, small, strong, sub, sup, th {
  font-size: inherit;
  font-weight: inherit;
}
address, em, var, cite, dfn {
  font-style: normal;
}
caption, th {
  text-align: left;
}
a, ins, abbr[title] {
  text-decoration: none;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
main {
  display: block;
}
ul, ol {
  list-style-type: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: inherit;
}
q::before, q::after {
  content: none;
}
sup {
  vertical-align: top;
  font-size: 0.6em;
}
sub {
  vertical-align: baseline;
  font-size: 0.6em;
}
mark {
  background: none;
  color: inherit;
}
button, input, textarea, select {
  background: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}
select {
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
@font-face {
  font-family: "icomoon";
  src: url("/resource/fonts/");
  src: url("/resource/fonts/#iefix") format("embedded-opentype"), url("/resource/fonts/icomoon.ttf?xtrl1c") format("truetype"), url("/resource/fonts/icomoon.woff?xtrl1c") format("woff"), url("/resource/fonts/icomoon.svg?xtrl1c#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=c-icon], [class*=" c-icon"], [class^=icon-], [class*=icon-] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.4rem;
  }
  hr {
    margin: 9.6rem 0;
  }
}
/* ここまで https://www.sekisui.co.jp/resource/css/main.css デフォルトcss */
.t-main + hr {
  margin-top: 0;
}
.c-btnText {
  display: table;
  padding: 0.2rem 0 0.3rem 0;
  color: #004EA2;
  position: relative;
  font-weight: 400;
  line-height: 1.5;
  word-break: break-all;
}
.c-btnText[href*=".pdf"] {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.c-btnText::after {
  content: "\e90d";
  display: inline-block;
  font-weight: 400;
  font-family: "icomoon";
  top: 0;
  bottom: 0;
  margin: auto auto auto 1.2rem;
  color: #004EA2;
}
.c-btnText[href*=".pdf"]::after {
  content: "\e906";
  font-size: 1.4rem;
  bottom: 1.65rem;
}
@media screen and (min-width: 768px) {
  .c-btnText:not([target=_blank]), .c-btnText:not([href*=".pdf"]) {
    margin-top: 4rem;
    font-size: 1.6rem;
  }
  .c-text + .c-btnText {
    margin-top: 2.4rem;
  }
} /*--- @media screen and (min-width: 768px) { --*/
.t-header {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 100;
}
.t-header-overlay {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  z-index: -1;
  transition: background-color 0.18s ease-out;
}
.-isOpen .t-header-overlay {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.t-header_inner {
  display: block;
  background-color: #fff;
  transition: padding 0.12s ease-in;
}
.-scrolling .t-header_inner {
  padding: 1rem 2rem 0rem;
}
.t-header-nav_inner {
  max-height: 100vh;
}
.t-header-nav_inner.-logo {
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  z-index: 10;
}
.t-header-nav_inner.-logo .-spMenuTrigger span, .t-header-nav_inner.-logo .-spMenuTrigger:before, .t-header-nav_inner.-logo .-spMenuTrigger:after {
  content: "";
  position: absolute;
  display: block;
  top: calc(50%);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2rem;
  height: 0.2rem;
  border-radius: 0.1rem;
  background-image: url("/resource/img/icon-menu-line.svg");
  transition: all 0.2s ease-in;
}
.t-header-nav_inner.-logo a { /* 11231 */
  display: block;
  height: auto;
  transition: all 0.12s ease-in;
}
main {
  display: block;
}
.t-main {
  overflow-x: hidden;
}
.t-main + hr {
  margin-top: 0;
}
.c-section > *:first-child, .c-section > .c-container > *:first-child, .c-section > .c-innovationContainer > *:first-child {
  margin-top: 0 !important;
}
.c-pageTitle {
  background-color: #fff;
  border-bottom: 1px solid #DDDDDD;
}
.c-tab > .c-container {
  background-color: #F6F6F6;
}
.c-container {
  max-width: 1192px;
  margin: auto;
  padding: 0 16px;
  box-sizing: content-box;
}
.c-pageTitle .subTitle {
  display: block;
  line-height: 1.5;
  color: #777777;
}
.c-pageTitle + .t-cmsEditorResults > *:first-child, .c-pageTitle + .t-cmsEditorResults > .c-container > *:first-child {
  margin-top: 0;
}
.c-sectionTitle {
  position: relative;
  line-height: 1;
  color: #333;
  line-break: strict;
}
.c-section.-blue .c-sectionTitle {
  color: #fff;
}
.c-sectionTitle.-hdgLv1 {
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #004EA2;
}
.c-sectionTitle.-hdgLv1 .shrink {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 3rem;
}
.c-sectionTitle.-hdgLv2 {
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.t-footer_inner {
  position: relative;
  margin-top: 2.4rem;
  background-color: #F6F6F6;
}
.t-footer_inner-content {
  margin: 0 auto;
  width: 100%;
  max-width: 113.4rem;
}
.t-footer-logo {
  text-align: center;
}
.t-footer-logo-link {
  display: inline-block;
}
.t-footer-name {
  letter-spacing: 0.04em;
  line-height: 1;
  color: #555;
  font-weight: 500;
  text-align: center;
}
.t-footer-copyright {
  color: #999;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .t-header_inner {
    padding: 2.3rem 2rem 0rem;
    border-bottom: solid 1px #eee;
  }
  .t-header-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .t-header-nav_inner.-logo {
    padding-bottom: 2.6rem;
  }
  .t-header-nav_inner.-logo a {
    width: 120px;
  }
  .-scrolling .t-header-nav_inner.-logo {
    padding-bottom: 1.2rem;
  }
  .-scrolling .t-header-nav_inner.-logo a { /* 29347 */
    width: 96px;
  }
  .t-footer_inner {
    padding: 4rem 4.8rem 9rem;
  }
  .t-footer-logo {
    margin-top: 9rem;
  }
  .t-footer-logo-link {
    width: 12.4rem;
  }
  .t-footer-copyright {
    margin: 3rem auto 0.4rem;
    font-size: 1.2rem;
  }
} /*-- end @media screen and (min-width: 1024px){ --*/
@media screen and (max-width: 1023px) {
  .t-header-nav {
    height: 6.1rem;
    transition: height 0.18s ease-out;
  }
  .t-header-nav_inner.-logo {
    padding-bottom: 0;
    border-bottom: solid 1px #ddd;
  }
  .t-header-nav_inner.-logo a {
    margin-left: 1.6rem;
    width: 71px;
  }
  .t-main {
    padding: 61px 0 0;
  }
  .t-footer_inner {
    padding: 1rem 1.5rem 2.8rem;
  }
  .t-footer-logo {
    margin-top: 3rem;
  }
  .t-footer-logo-link {
    width: 10.4rem;
  }
  .t-footer-copyright {
    margin: 2.2rem auto 0.4rem 1.2rem;
    font-size: 1rem;
    letter-spacing: 0.08em;
  }
} /*-- end @media screen and (max-width: 1023px){ --*/
@media screen and (min-width: 768px) {
  .t-main {
    padding: 125px 0 0;
  }
  .c-pageTitle {
    padding: 9.6rem 0 3.2rem;
  }
  .c-container {
    max-width: 1192px;
    margin: auto;
    padding: 0 16px;
    box-sizing: content-box;
  }
  .c-sectionTitle.-hdgLv1 {
    font-size: 3.6rem;
  }
  .c-sectionTitle.-hdgLv2 {
    margin-top: 9.6rem;
    font-size: 2.8rem;
  }
  .c-pageTitle + .c-section {
    padding-top: 9.6rem;
  }
  .c-section {
    padding: 9.6rem 0;
  }
  .c-sectionText{
    font-size: 1.6rem;
    line-height: 2;
  }
  .c-sectionText:first-of-type{
    margin: 3.2rem 0 0;
  }
  .c-sectionText a:hover{
    opacity: 0.75;
  }

  .t-footer-name {
    margin-top: 1.8rem;
    font-size: 1.2rem;
  }
} /*--  end @media screen and (min-width: 768px){ --*/
@media screen and (max-width: 767px) {
  hr {
      margin: 9.6rem 0;
  }
  .t-header-overlay {
    display: none;
  }
  .c-container {
    padding: 0 16px;
  }
  .c-pageTitle {
    padding: 9.4rem 0 3.4rem;
  }
  .c-pageTitle + .c-container {
    padding-top: 4rem;
  }
  .c-sectionTitle.-hdgLv1 {
    font-size: 2.4rem;
  }
  .c-sectionTitle.-hdgLv2 {
    margin-top: 9.6rem;
    font-size: 2.2rem;
  }
  .c-section {
    padding: 9.6rem 0;
  }
  .c-pageTitle + .c-section {
    padding-top: 4rem;
  }
  .c-sectionTitle.-hdgLv1 .shrink {
    font-size: 2rem;
  }
  .c-sectionText{
    font-size: 1.4rem;
    line-height: 2;
  }
  .c-sectionText:first-of-type{
    margin: 2.4rem 0 0;
  }
  .c-sectionText a:hover{
    opacity: 0.75;
  }
  .t-footer-name {
    margin-top: 1.8rem;
    font-size: 1rem;
  }
} /*-- end @media screen and (max-width: 767px){ --*/
.financialResults {
  position: relative;
  overflow-x: auto;
  white-space: nowrap;
  margin: 2rem 0 0;
}
.financialResults__table {
  width: 700px;
  margin: 0 auto;
  font-size: 1.6rem;
}
.financialResults__tableTd--index {
  vertical-align: top;
  line-height: 1.5;
  width: 16px;
  padding: 1rem 0;
}
.financialResults__tableTd--year {
  vertical-align: top;
  line-height: 1.5;
  width: 98px;
  padding: 1rem 0;
}
.financialResults__tableTd--date {
  vertical-align: top;
  line-height: 1.5;
  width: 140px;
  padding: 1rem 0;
}
.financialResults__tableTd--pdf {
  vertical-align: top;
  line-height: 1.5;
  /*width: 98px;*/
  padding: 1rem 0;
}
.financialResults__tableTd--pdf a:hover {
  opacity: 0.6;
}

.financialResults__tableTd--other {
  vertical-align: top;
  line-height: 1.5;
  padding: 1rem 0;
}
.financialResults__tableTd--other .c-btnText{
  display: inline-block;
}