@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul, li {
  list-style: none;
}

#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-color: #fff;
}
#tko_header .tko_header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  padding: 5px 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: flex-start;
  flex-direction: row-reverse;
}
#tko_header .ad .cliant p {
  margin: 0 10px;
  font-size: 13px;
  line-height: 1;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  color: #fff;
}
#tko_header .ad .cliant img {
  display: block;
  width: 24px;
  height: auto;
  margin: 0 0 0 auto;
}
#tko_header .ad .cliant .logo {
  transition: 0.4s;
  margin-right: 20px;
  margin-top: -5px;
}
#tko_header .ad .cliant .logo:hover {
  opacity: 0.7;
}
#tko_header .ad .cliant .logo img {
  width: 127px;
}

#tko_footer {
  font-size: 14px;
  line-height: 1.6;
  border-top: solid 1px #000;
  background: #fff;
}
#tko_footer .footer-top-section .inner-section {
  padding: 1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#tko_footer .footer-top-section .logo {
  width: 125px;
}
#tko_footer .footer-top-section .logo h1 a {
  display: block;
}
#tko_footer .footer-top-section .logo h1 a img {
  display: block;
  width: 100%;
}
#tko_footer .footer-top-section .sns {
  display: flex;
}
#tko_footer .footer-top-section .sns .sns__btn {
  display: block;
  justify-content: flex-start;
  align-items: center;
  width: 34px;
  height: 34px;
  border-radius: 34px;
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  font-size: 0;
  margin-right: 10px;
}
#tko_footer .footer-top-section .sns .sns__btn.--fb {
  background-color: #1877f2;
  background-image: url(https://tk.ismcdn.jp/common/images/v5/common/ico-fb_w.svg);
  background-size: 26px;
  background-position: center bottom;
}
#tko_footer .footer-top-section .sns .sns__btn.--x {
  background-color: #000;
  background-image: url(https://tk.ismcdn.jp/common/images/v5/common/x-logo-logo.svg);
}
#tko_footer .footer-top-section .sns .sns__btn.--line {
  background-color: #00c300;
  background-image: url(https://tk.ismcdn.jp/common/images/v5/common/ico-line_w.svg);
}
#tko_footer .footer-top-section .sns .sns__btn.--youtube {
  background-color: #DA1725;
  background-image: url(https://tk.ismcdn.jp/common/images/v5/common/ico-youtube_w.svg);
}
#tko_footer .footer-top-section .sns .sns__btn.--rss {
  display: none;
  background-color: #868686;
  background-image: url(https://tk.ismcdn.jp/common/images/v5/common/ico-rss_w.svg);
}
#tko_footer .footer-middle-section {
  background: #f5f5f5;
}
#tko_footer .footer-menu__block {
  padding: 1em;
  border-top: solid 1px #bbb;
}
#tko_footer .footer-menu__heading {
  font-size: 13px;
  font-weight: bold;
  position: relative;
}
#tko_footer .footer-menu__heading span.blank {
  padding-right: 14px;
  font-weight: bold;
  background: url(https://tk.ismcdn.jp/common/images/v5/common/icon-ex.png) no-repeat right 1px;
  background-size: 10px;
}
#tko_footer .footer-menu-check {
  display: none;
}
#tko_footer .footer-menu-label {
  display: block;
}
#tko_footer .footer-menu-label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 5%;
  width: 10px;
  height: 10px;
  border-right: solid 2px #868686;
  border-bottom: solid 2px #868686;
  transform: rotate(45deg);
}
#tko_footer .footer-menu-check:checked + .footer-menu-label::after {
  transform: rotate(-135deg);
  top: 20%;
}
#tko_footer .footer-menu__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 1em;
}
#tko_footer .footer-menu__list.--half .footer-menu__item {
  width: 45%;
}
#tko_footer .footer-menu__item {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding-left: 14px;
  font-size: 13px;
}
#tko_footer .footer-menu__item::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border: solid 1px #000;
  border-radius: 4px;
  position: absolute;
  top: 6px;
  left: 0;
}
#tko_footer .footer-menu-content-01, #tko_footer .footer-menu-content-02, #tko_footer .footer-menu-content-03 {
  height: 0;
  opacity: 0;
  transition: 0.5s;
  visibility: hidden;
}
#tko_footer .footer-menu-check:checked + .footer-menu-label + .footer-menu-content-01 {
  height: 248px;
  opacity: 1;
  visibility: visible;
}
#tko_footer .footer-menu-check:checked + .footer-menu-label + .footer-menu-content-02 {
  height: 94px;
  opacity: 1;
  visibility: visible;
}
#tko_footer .footer-menu-check:checked + .footer-menu-label + .footer-menu-content-03 {
  height: 34px;
  opacity: 1;
  visibility: visible;
}
#tko_footer .footer-sub-link {
  display: flex;
  flex-wrap: wrap;
  padding-top: 1em;
}
#tko_footer .footer-sub-link a {
  font-size: 12px;
  padding-right: 9px;
  border-right: solid 1px #000;
  display: block;
  line-height: 1;
  margin: 0 9px 1em 0;
}
#tko_footer .footer-sub-link a:last-child {
  border-right: none;
}
#tko_footer .footer-sub-link a:first-child {
  padding-left: 0;
}
#tko_footer .footer-bottom-section {
  padding: 1em;
  border-top: solid 1px #bbb;
  background: #f5f5f5;
}
#tko_footer .footer-bottom-section .inner-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#tko_footer .footer-bottom-section .abj-mark {
  max-width: 80px;
}
#tko_footer .footer-bottom-section .abj-mark img {
  width: 100%;
}
#tko_footer .footer-bottom-section .copy {
  font-size: 10px;
  color: #8C8C8C;
  margin-top: 5px;
}
#tko_footer .footer-bottom-section .company-logo {
  background: url(https://tk.ismcdn.jp/common/images/v5/common/toyokeizai_footerlogo.png?rd=201707051212) no-repeat center;
  background-size: 154px 28px;
  width: 154px;
  height: 28px;
  display: block;
  font-size: 0;
}

@media screen and (min-width: 641px) {
  body {
    min-width: 1024px;
  }
  #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: 94.14%;
    max-width: 1080px;
    height: 80px;
    margin: 0 auto;
    padding: 8px 0 12px;
    align-items: center;
  }
  #tko_header .logo {
    width: 192px;
  }
  #tko_header .logo a img {
    width: 192px;
    height: 60px;
  }
  #tko_header .ad {
    padding-top: 10px;
  }
  #tko_header .ad .cliant p {
    margin-right: 15px;
    font-size: 18px;
  }
  #tko_header .ad .cliant img {
    width: 30px;
  }
  #tko_header .ad .cliant .logo {
    margin-right: 30px;
    margin-top: -10px;
  }
  #tko_header .ad .cliant .logo img {
    width: 192px;
  }
  #tko_footer {
    line-height: initial;
    border-top: solid 1px #868686;
  }
  #tko_footer .footer-top-section .inner-section {
    width: 1000px;
    margin: 0 auto;
    padding: 40px 0 45px;
    justify-content: flex-start;
  }
  #tko_footer .footer-top-section .logo {
    width: 192px;
    margin-right: 40px;
  }
  #tko_footer .footer-top-section .sns .sns__btn {
    margin-right: 20px;
  }
  #tko_footer .footer-top-section .sns .sns__btn.--rss {
    display: block;
  }
  #tko_footer .footer-menu-section {
    padding-bottom: 40px;
  }
  #tko_footer .footer-menu-section .inner-section {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
  }
  #tko_footer .footer-menu-section .footer-menu__block:nth-of-type(1) {
    width: 60%;
  }
  #tko_footer .footer-menu-section .footer-menu__block:nth-of-type(2) {
    width: 40%;
  }
  #tko_footer .footer-middle-section {
    border-top: solid 1px #ccc;
    padding: 40px 0 15px;
  }
  #tko_footer .footer-middle-section .inner-section {
    width: 1000px;
    margin: 0 auto;
  }
  #tko_footer .footer-middle-section .footer-menu__block {
    margin-bottom: 25px;
  }
  #tko_footer .footer-menu__block {
    padding: 0;
    border-top: none;
  }
  #tko_footer .footer-menu-label::after {
    display: none;
  }
  #tko_footer .footer-menu__list {
    justify-content: flex-start;
    padding-top: 15px;
  }
  #tko_footer .footer-menu__item {
    width: 45%;
  }
  #tko_footer .footer-menu-content-01, #tko_footer .footer-menu-content-02, #tko_footer .footer-menu-content-03 {
    height: auto !important;
    opacity: 1;
    visibility: visible;
  }
  #tko_footer .footer-menu-content-01 .footer-menu__item:nth-of-type(1) {
    order: 1;
  }
  #tko_footer .footer-menu-content-01 .footer-menu__item:nth-of-type(2) {
    order: 3;
  }
  #tko_footer .footer-menu-content-01 .footer-menu__item:nth-of-type(3) {
    order: 5;
  }
  #tko_footer .footer-menu-content-01 .footer-menu__item:nth-of-type(4) {
    order: 7;
  }
  #tko_footer .footer-menu-content-01 .footer-menu__item:nth-of-type(5) {
    order: 2;
  }
  #tko_footer .footer-menu-content-01 .footer-menu__item:nth-of-type(6) {
    order: 4;
  }
  #tko_footer .footer-menu-content-01 .footer-menu__item:nth-of-type(7) {
    order: 6;
  }
  #tko_footer .footer-menu-content-01 .footer-menu__item:nth-of-type(8) {
    order: 8;
  }
  #tko_footer .footer-sub-link {
    padding-top: 15px;
  }
  #tko_footer .footer-sub-link a {
    padding-right: 10px;
    margin: 0 10px 0 0;
  }
  #tko_footer .footer-bottom-section {
    padding: 40px 0;
    border-top: solid 1px #ccc;
  }
  #tko_footer .footer-bottom-section .inner-section {
    width: 1000px;
    margin: 0 auto;
  }
  #tko_footer .footer-bottom-section .logo-section {
    display: flex;
    align-items: center;
  }
  #tko_footer .footer-bottom-section .copy {
    margin-top: 0;
    margin-left: 20px;
  }
  #tko_footer .footer-bottom-section .company-logo {
    background-size: 196px 36px;
    width: 196px;
    height: 36px;
  }
}
/* ----------------------------
コンテンツ部分
------------------------------- */
img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  display: block;
}

#contents {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  color: #000;
}

.only_sp {
  display: block;
}

.only_pc {
  display: none;
}

.bg {
  z-index: -10;
  position: absolute;
  background-image: url(../images/sp_top.webp);
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 25/38;
  background-size: cover;
  background-position: center;
}
.bg::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 153px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  pointer-events: none;
}

main {
  position: relative;
  padding-bottom: 60px;
}
main::after {
  content: "";
  position: absolute;
  background: linear-gradient(to top, #fff 11%, #aebec9 100%);
  width: 100%;
  max-height: 1390px;
  transform: scaleY(-1);
  aspect-ratio: 120/139;
  bottom: 0;
  z-index: -20;
}
main .bg2 {
  position: absolute;
  width: min(80%, 1200px);
  bottom: 0;
  left: 0;
  z-index: -10;
  opacity: 0.7;
}

.hdWrap {
  width: 90%;
  margin: 0 auto 85px;
}
.hdWrap .title {
  margin-top: 65px;
}
.hdWrap .lead {
  position: relative;
  font-size: 15px;
  line-height: 2;
  margin-top: 60px;
  padding: 1em;
  font-weight: 600;
}
.hdWrap .lead::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: blur(20px);
  z-index: -1;
  opacity: 0.3;
  background-color: #fff;
}
.hdWrap .lead p {
  color: #000;
  filter: drop-shadow(0 0 5px #fff);
}

.articleWrap {
  width: min(90%, 950px);
  margin: 0 auto 10px;
}
.articleWrap .articleBox {
  margin: 0 auto 90px;
  width: 100%;
  max-width: 450px;
  position: relative;
  background-color: #fff;
  filter: drop-shadow(0 0 10px rgba(201, 201, 201, 0.75));
}
.articleWrap .articleBox .tag {
  font-size: 15px;
  letter-spacing: 0.025em;
  padding: 5px 10px;
  color: #fff;
  background-color: #d51900;
  font-weight: bold;
  position: absolute;
  display: block;
  top: -40px;
}
.articleWrap .articleBox > div {
  color: #000;
  margin: 0 auto;
}
.articleWrap .articleBox > div .articleText {
  width: 86%;
  margin: 0 auto;
  padding-bottom: 55px;
}
.articleWrap .articleBox > div .articleText h2 {
  text-align: center;
  font-size: clamp(15px, 4.8vw, 20px);
  line-height: 1.5;
  margin: 30px 0;
}
.articleWrap .articleBox > div .articleText p {
  font-size: 15px;
  line-height: 1.7;
}
.articleWrap .articleBox > div .readmore {
  font-size: 15px;
  color: #d51900;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  right: 7%;
  bottom: 10px;
}
.articleWrap .articleBox > div .readmore .arrow {
  display: block;
  width: 25px;
  height: 25px;
  margin-left: 10px;
  background-color: #d51900;
  position: relative;
}
.articleWrap .articleBox > div .readmore .arrow::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 11px;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background: url(../images/arrow.svg) no-repeat center center/contain;
}
.articleWrap .articleBox.dummy {
  pointer-events: none;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.articleWrap .articleBox.dummy p {
  font-size: 20px;
  font-weight: bold;
  color: #d51900;
}

.banner_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  aspect-ratio: 560/96;
  width: min(90%, 560px);
  margin: 0 auto 40px;
  border-radius: 20px;
  background-color: #fff;
  filter: drop-shadow(0 0 10px rgba(201, 201, 201, 0.75));
}
.banner_btn img {
  width: 80%;
  margin-left: 2.7%;
}
.banner_btn .arrow2 {
  display: block;
  aspect-ratio: 1/1;
  width: min(13%, 58px);
  height: auto;
  margin-right: 4.1%;
  background-color: #d51900;
  position: relative;
  border-radius: 50%;
}
.banner_btn .arrow2::before {
  content: "";
  position: absolute;
  aspect-ratio: 9/14.2293;
  width: min(2.4vw, 15px);
  height: auto;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background: url(../images/arrow.svg) no-repeat center center/contain;
}

ul.sns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 240px;
}
ul.sns li {
  width: 48px;
}
ul.sns li a img {
  width: 100%;
}

.logo_tkbs {
  display: block;
  margin: 40px auto 0;
  width: min(80%, 300px);
}

@media screen and (min-width: 641px) {
  .only_sp {
    display: none !important;
  }
  .only_pc {
    display: block !important;
  }
  .bg {
    background-image: url(../images/pc_top.webp);
    aspect-ratio: 200/133;
    min-height: 680px;
  }
  .bg::before {
    height: 254px;
  }
  main::after {
    height: 100vw;
  }
  .hdWrap {
    max-width: 1200px;
    width: 100%;
    margin-bottom: 140px;
  }
  .hdWrap .mvWrap {
    margin-left: 8%;
    width: 51.5%;
  }
  .hdWrap .mvWrap .title {
    width: clamp(618px, 51.5vw, 1000px);
    margin-top: 100px;
    max-width: 618px;
  }
  .hdWrap .mvWrap .lead {
    font-size: 16px;
    margin-top: 60px;
    display: inline-block;
    margin-left: -1em;
  }
  .articleWrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .articleWrap .articleBox {
    margin: 0 0 90px;
    transition: 0.4s;
  }
  .articleWrap .articleBox:hover {
    filter: drop-shadow(0 0 10px rgba(213, 25, 0, 0.3));
    transform: translateY(10px);
  }
  .articleWrap .articleBox + .articleBox {
    margin-top: 0;
  }
  .banner_btn {
    transition: 0.5s;
  }
  .banner_btn:hover {
    filter: drop-shadow(0 0 10px rgba(213, 25, 0, 0.3));
  }
  .banner_btn:hover .arrow2 {
    transform: scale(1.15);
  }
  .banner_btn .arrow2 {
    transition: 0.5s;
  }
  .sns li a {
    transition: 0.4s;
  }
  .sns li a:hover {
    opacity: 0.7;
  }
  .logo_tkbs {
    transition: 0.4s;
  }
  .logo_tkbs:hover {
    opacity: 0.7;
  }
}/*# sourceMappingURL=style.css.map */