@charset "UTF-8";
/* ----------------------------
TKOテンプレート
------------------------------- */
html {
  box-sizing: border-box;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  box-sizing: inherit;
  background-repeat: no-repeat;
}

:after, :before {
  vertical-align: inherit;
  text-decoration: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  border-style: none;
  background-color: transparent;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  display: table;
  max-width: 100%;
  white-space: normal;
  color: inherit;
  border: 0;
}

::-webkit-file-upload-button {
  font: inherit;
  color: inherit;
  -webkit-appearance: button;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

html {
  font-size: 62.5%;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #222;
}

body {
  counter-reset: section;
}

body, button, input, select, textarea {
  font-family: Hiragino Sans, Meiryo, sans-serif;
}

a {
  color: #222;
}

a:active, a:link, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:focus {
  outline: none;
}

ol, ul {
  list-style: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.hide {
  text-indent: 150%;
}

.hide, .sr-only {
  overflow: hidden;
  white-space: nowrap;
}

.sr-only {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border-width: 0;
}

@media screen and (max-width: 767px) {
  #tko_header *, #tko_footer * {
    font-family: Hiragino Sans, "ヒラギノ角ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Arial, "Meiryo", "メイリオ", sans-serif;
    font-weight: normal;
    font-feature-settings: normal !important;
    letter-spacing: 0 !important;
  }
  #tko_header a, #tko_footer a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: #000;
    text-decoration: none;
  }
  #tko_header a:link, #tko_header a:active, #tko_footer a:link, #tko_footer a:active {
    color: #000;
    text-decoration: none;
  }
  #tko_header a:visited, #tko_footer a:visited {
    color: #000;
    text-decoration: none;
  }
  #tko_header a:focus, #tko_footer a:focus {
    outline: none;
  }
  #tko_header {
    width: 100%;
    height: 50px;
    background: #fff;
  }
  #tko_header .tko_header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    padding: 0 10px;
  }
  #tko_header .logo {
    width: 127px;
  }
  #tko_header .logo a {
    display: block;
  }
  #tko_header .logo a img {
    display: block;
    width: 127px;
    height: 40px;
  }
  #tko_header .ad .cliant {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
  }
  #tko_header .ad .cliant p {
    margin-right: 10px;
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    color: #333;
  }
  #tko_header .ad .cliant img {
    display: block;
    width: 24px;
    height: auto;
    margin: 0 0 0 auto;
  }
  #tko_header .ad .date {
    text-align: right;
    font-size: 12px;
    line-height: 1;
    color: #333;
  }
  .g-footer {
    background-color: #6c7883;
    order: 99;
  }
  .g-footer-menu {
    display: grid;
    margin: 0 auto;
    padding: 30px 14px 0;
    grid-template-columns: 99px auto;
    align-items: center;
    justify-content: space-between;
  }
  .g-footer-logo {
    width: 99px;
  }
  .g-footer-sns {
    justify-self: flex-end;
  }
  .m-sns {
    display: flex;
    list-style: none;
    align-items: center;
    gap: 17px;
  }
  .m-sns__item {
    width: 24px;
  }
  .g-footer-nav {
    display: flex;
    flex-direction: column;
    margin-top: 24px;
    gap: 10px;
    grid-column: 1/-1;
  }
  .g-footer-nav__list.\--genre, .g-footer-nav__list.\--main {
    font-size: 1.4rem;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
  }
  .g-footer-nav__list.\--genre {
    margin-top: 6px;
    font-size: 1.4rem;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
  }
  .g-footer-nav__link {
    color: #fff;
  }
  .g-footer-nav__link.\--blank:after {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-left: 8px;
    content: "";
    background: url(https://tk.ismcdn.jp/common/tko/images/icon/icon_blank-wht.svg) 0 0 no-repeat;
    background-size: 100% auto;
  }
  .g-footer-related {
    margin-top: 24px;
    padding: 0 14px;
  }
  .g-footer-nav {
    display: flex;
    flex-direction: column;
    margin-top: 24px;
    gap: 10px;
    grid-column: 1/-1;
  }
  .g-footer-nav__ttl {
    font-size: 1.5rem;
    font-weight: 600;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    color: #fff;
    border-bottom: 1px solid #c1c1c1;
  }
  .g-footer-nav__list {
    font-size: 1.3rem;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .g-footer-nav__list.\--cols-2 {
    display: grid;
    grid-template-columns: auto auto;
  }
  .g-footer-nav__ttl.\--blank:after {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-left: 8px;
    content: "";
    background: url(https://tk.ismcdn.jp/common/tko/images/icon/icon_blank-wht.svg) 0 0 no-repeat;
    background-size: 100% auto;
  }
  .g-footer-info {
    display: flex;
    margin-top: 24px;
    padding: 0 14px 50px;
    flex-wrap: wrap;
    gap: 10px 24px;
  }
  .g-footer-info .g-footer-nav, .g-footer-info .g-footer-nav__list {
    display: contents;
  }
  .g-footer-bottom {
    padding: 14px;
    background-color: #fff;
  }
  .g-footer-bottom__inner-wrap {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    gap: 10px;
    align-items: center;
  }
  .g-footer-bottom__inner {
    display: contents;
  }
  .g-footer-bottom__txt {
    font-size: 1.2rem;
    text-align: center;
    grid-column: 1/-1;
    grid-row: 2;
  }
  .g-footer-bottom__logo {
    width: 184px;
    grid-column: 1;
    grid-row: 1;
  }
  .g-footer-bottom__abj {
    width: 48px;
    grid-column: 2;
    grid-row: 1;
    align-self: center;
  }
}
@media screen and (min-width: 768px) {
  #tko_header *, #tko_footer * {
    font-family: Hiragino Sans, "ヒラギノ角ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: normal;
  }
  #tko_header a:hover, #tko_footer a:hover {
    color: #000;
    text-decoration: underline;
  }
  #tko_header {
    height: 80px;
  }
  #tko_header .tko_header_inner {
    width: 1200px;
    height: 80px;
    margin: 0 auto;
    padding: 8px 0 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #tko_header .logo {
    width: 192px;
  }
  #tko_header .logo a img {
    width: 192px;
    height: 60px;
  }
  #tko_header .ad {
    padding-top: 5px;
  }
  #tko_header .ad .cliant {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
  }
  #tko_header .ad .cliant p {
    margin-right: 15px;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    color: #333;
  }
  #tko_header .ad .cliant img {
    width: 30px;
  }
  #tko_header .ad .date {
    font-size: 14px;
    text-align: right;
    list-style: 1;
    color: #333;
  }
  .g-footer {
    background-color: #6c7883;
  }
  .g-footer-menu {
    display: grid;
    width: 1200px;
    margin: 0 auto;
    padding: 38px 0 15px;
    grid-template-columns: 137px auto auto;
    align-items: center;
    gap: 40px;
  }
  .g-footer-logo {
    width: 137px;
    margin-right: 60px;
  }
  .m-sns {
    display: flex;
    list-style: none;
    align-items: center;
    gap: 17px;
  }
  .m-sns__item {
    width: 24px;
  }
  .g-footer-nav {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .g-footer-nav__link {
    color: #fff;
  }
  .g-footer-nav__list.\--genre, .g-footer-nav__list.\--main {
    font-weight: 600;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
  }
  .g-footer-nav__list.\--main {
    font-size: 1.6rem;
    gap: 23px;
  }
  .g-footer-nav__list.\--genre {
    font-size: 1.5rem;
    gap: 21px;
  }
  .g-footer-nav__list.\--genre, .g-footer-nav__list.\--main {
    font-weight: 600;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
  }
  .g-footer-nav__link.\--blank:after {
    position: relative;
    top: 1px;
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-left: 3px;
    content: "";
    background: url(https://tk.ismcdn.jp/common/tko/images/icon/icon_blank-wht.svg) 0 0 no-repeat;
    background-size: 100% auto;
  }
  .g-footer-related {
    display: flex;
    width: 1200px;
    margin: 0 auto;
    padding-top: 38px;
    align-items: flex-start;
    gap: 58px;
  }
  .g-footer-nav {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .g-footer-nav__ttl {
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
  }
  .g-footer-nav__ttl.\--blank:after {
    position: relative;
    top: 1px;
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-left: 3px;
    content: "";
    background: url(https://tk.ismcdn.jp/common/tko/images/icon/icon_blank-wht.svg) 0 0 no-repeat;
    background-size: 100% auto;
    margin-left: 10px;
  }
  .g-footer-nav__list {
    font-size: 1.4rem;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .g-footer-nav__list.\--cols-2 {
    display: grid;
    grid-template-columns: auto auto;
    gap: 10px 50px;
  }
  .g-footer-info {
    width: 1200px;
    margin: 0 auto;
    padding-top: 24px;
  }
  .g-footer-nav.\--row {
    flex-direction: row;
    align-items: center;
    gap: 29px;
  }
  .g-footer-nav.\--row + .g-footer-nav.\--row {
    margin-top: 8px;
    padding: 14px 0;
    border-top: 1px solid #c1c1c1;
  }
  .g-footer-nav__list.\--company {
    flex-direction: row;
    gap: 29px;
  }
  .g-footer-nav__list.\--regal {
    flex-direction: row;
    gap: 21px;
  }
  .g-footer-bottom {
    background-color: #fff;
  }
  .g-footer-bottom__inner-wrap {
    position: relative;
    display: flex;
    width: 1200px;
    margin: 0 auto;
    padding: 16px 0;
    justify-content: space-between;
  }
  .g-footer-bottom__inner {
    display: flex;
    align-items: center;
  }
  .g-footer-bottom__logo {
    display: block;
    width: 144px;
    margin-right: 20px;
  }
  .g-footer-bottom__txt {
    font-size: 1.4rem;
  }
  .g-footer-bottom__abj {
    display: block;
    width: 55px;
  }
}
/* ----------------------------
TKOテンプレート ここまで
------------------------------- */
/* ----------------------------
四季報ヘッダー カスタム
------------------------------- */
@media screen and (max-width: 767px) {
  #tko_header .shikihoVer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    padding: 0 10px;
  }
  #tko_header .shikihoVer .left-area {
    display: flex;
    align-items: center;
  }
  #tko_header .shikihoVer .left-area .shiki img {
    display: block;
    height: 40px;
    width: auto;
  }
  #tko_header .shikihoVer .left-area .ad .cliant {
    display: flex;
    align-items: center;
  }
  #tko_header .shikihoVer .left-area .ad .cliant img {
    display: block;
    width: 24px;
    height: auto;
    margin-left: 15px;
  }
  #tko_header .shikihoVer .logo {
    width: 127px;
  }
  #tko_header .shikihoVer .logo a {
    display: block;
  }
  #tko_header .shikihoVer .logo a img {
    display: block;
    width: 127px;
    height: 40px;
  }
}
@media screen and (min-width: 768px) {
  #tko_header {
    height: 80px;
  }
  #tko_header .shikihoVer {
    width: 1000px;
    height: 80px;
    margin: 0 auto;
    padding: 8px 0 12px;
  }
  #tko_header .shikihoVer .left-area {
    display: flex;
    align-items: center;
  }
  #tko_header .shikihoVer .left-area .shiki img {
    display: block;
    width: 118px;
    height: auto;
  }
  #tko_header .shikihoVer .left-area .ad .cliant {
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }
  #tko_header .shikihoVer .left-area .ad .cliant img {
    width: 30px;
    margin-left: 30px;
  }
  #tko_header .shikihoVer .logo {
    width: 160px;
  }
  #tko_header .shikihoVer .logo a {
    display: block;
  }
  #tko_header .shikihoVer .logo a img {
    width: 160px;
    height: auto;
  }
}
/* ----------------------------
四季報ヘッダー カスタムここまで
------------------------------- */
/* ----------------------------
共通スタイル
------------------------------- */
#wrapper {
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
}

.contentWrap {
  overflow: hidden;
  margin: 0 auto 0 auto;
  width: 100%;
}

/* ----------------------------
SP版 コンテンツ
------------------------------- */
.Wrapper {
  margin: 0 auto -2px;
  width: 100%;
}
.Wrapper section {
  padding-bottom: 5px;
}
.Wrapper section .lead {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 7%;
  font-size: 16px;
  font-weight: 600;
}
.Wrapper section .lead span {
  display: block;
  margin-top: 15px;
  font-weight: 600;
  font-size: 14px;
}
.Wrapper section a {
  display: block;
  text-decoration: none;
  width: 86%;
  margin: 0 auto;
  max-width: 920px;
}
.Wrapper section .box {
  width: 100%;
  background-color: #fff;
  padding-bottom: 20px;
  transition: 0.3s;
}
.Wrapper section .box h3 {
  text-align: center;
  font-size: 17px;
  color: #fff;
  width: 100%;
  display: block;
  padding: 3px 0;
}
.Wrapper section .box img {
  width: 80%;
  padding: 0 10% 0;
  box-sizing: content-box;
}
.Wrapper section .box p {
  font-size: 14px;
  padding: 0 5% 2%;
}
.Wrapper section .box p span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 5px;
}
.Wrapper section .box p.button {
  font-size: 15px;
  text-align: center;
  padding: 8px;
  border-radius: 10px;
  width: 160px;
  margin: 5px auto 0;
  color: #fff;
}
.Wrapper section .box:hover {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
  transform: translateY(-0.2em);
}

.sec1 {
  background-color: #fbefda;
  padding-bottom: 30px !important;
  background-image: url(../images/bg_kigyo_sp.png);
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
.sec1 h2 {
  width: 82%;
  margin: 0 auto 27%;
  padding-top: 5%;
}
.sec1 h2 img {
  width: 100%;
}
.sec1 .lead {
  color: #4e4e4e;
  margin: 15px auto 30px;
}
.sec1 .lead span {
  color: #4e4e4e;
}
.sec1 .box {
  margin: 0 auto 15px;
  border: 2px solid #008ccf;
  box-sizing: border-box;
}
.sec1 .box h3 {
  background-color: #008ccf;
}
.sec1 .box p span {
  color: #008ccf;
}
.sec1 .box p.button {
  background-color: #008ccf;
}

.sec2 {
  background-color: #0686ff;
  padding-bottom: 30px !important;
  background-image: url(../images/bg_kabu_sp.webp);
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
.sec2 .top .lead {
  margin: 15px auto 30px;
  color: #fff;
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.8));
}
.sec2 h2 {
  width: 80%;
  margin: 0 auto 6%;
  padding-top: 8%;
}
.sec2 h2 img {
  width: 100%;
}
.sec2 .box {
  margin: 0px auto 15px;
  border: 2px solid #0700c2;
  box-sizing: border-box;
}
.sec2 .box h3 {
  background-color: #0700c2;
}
.sec2 .box p span {
  color: #0700c2;
}
.sec2 .box p.button {
  background-color: #0700c2;
}

.pc_none img {
  width: 100%;
}

.sp_none {
  display: none;
}

.sp_center {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .contentWrap {
    max-width: 1200px;
    width: 100%;
  }
  .pc_none {
    display: none;
  }
  .sp_none {
    display: block;
  }
  .pc_only {
    display: none;
  }
  .sp_center {
    text-align: left;
  }
  body {
    min-width: 1200px;
  }
  /* ----------------------------
  PC版 コンテンツ
  ------------------------------- */
  .Wrapper {
    margin: 0 0 -2px;
    background-color: #EBDDB4;
  }
  .Wrapper section .top .lead {
    text-align: center;
    width: auto;
  }
  .Wrapper section .box {
    max-width: 920px;
    height: 100px;
    display: flex;
    padding-bottom: 0;
    align-items: center;
    overflow: hidden;
  }
  .Wrapper section .box.top {
    margin-top: 45px;
  }
  .Wrapper section .box h3 {
    flex-basis: 17%;
    padding: 0 5px;
    max-width: 135px;
    flex-grow: 1;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .Wrapper section .box img {
    flex-basis: 22%;
    width: 18%;
    padding: 0 15px;
    flex-grow: 2;
  }
  .Wrapper section .box p {
    flex-basis: 40%;
    padding: 0 10px 0 0;
  }
  .Wrapper section .box p span {
    text-align: left;
  }
  .Wrapper section .box p.button {
    display: block;
    flex-basis: 18%;
    margin: 0 20px 0 0;
  }
  .sec1 {
    background-image: url(../images/bg_kigyo_pc.png);
    background-size: min(100%, 1440px) auto;
    padding-bottom: 50px !important;
  }
  .sec1 h2 {
    padding-top: 50px;
    margin-bottom: 0;
    width: min(43%, 620px);
  }
  .sec1 .lead {
    color: #fff;
    filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.8));
    margin: 30px auto 75px;
  }
  .sec1 .lead span {
    color: #fff;
  }
  .sec2 {
    background-image: url(../images/bg_kabu_pc.webp);
    background-size: min(100%, 1440px) auto;
    padding-bottom: 50px !important;
  }
  .sec2 .top .lead {
    margin: 0 auto 60px;
  }
  .sec2 .top .lead span {
    margin-top: 5px;
  }
  .sec2 h2 {
    width: min(48%, 690px);
    padding-top: 90px;
    margin-bottom: 0;
  }
  .sec2 .box {
    margin: 0 auto 15px;
  }
  .sec3 {
    background-color: #d1ebf2;
  }
  .sec3 a {
    width: 78%;
    max-width: 700px;
    margin: 0 auto;
    padding: 20px 0 30px;
    display: block;
    transition: 0.3s;
  }
  .sec3 a:hover {
    opacity: 0.7;
  }
  .sec3 img {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */