@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;
}
#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;
}
#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 .cliant .clLogo a {
  display: inline-block;
  margin: 5px 10px 0 0;
}
#tko_header .ad .cliant .clLogo a img {
  width: 80px;
}
#tko_header .ad .cliant .clLogo + p {
  color: #fff;
  margin-right: 0;
}
#tko_header .ad .date {
  text-align: right;
  font-size: 12px;
  line-height: 1;
  color: #333;
}

#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: 100px;
  }
  #tko_header .tko_header_inner {
    width: min(90%, 1080px);
    height: 100px;
    margin: 0 auto;
    padding: 8px 0 12px;
  }
  #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;
  }
  #tko_header .ad .cliant p {
    margin-right: 15px;
    font-size: 16px;
  }
  #tko_header .ad .cliant img {
    width: 30px;
  }
  #tko_header .ad .cliant .clLogo a {
    margin-right: 20px;
  }
  #tko_header .ad .cliant .clLogo a img {
    width: 135px;
  }
  #tko_header .ad .date {
    font-size: 14px;
  }
  #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;
}

#wrapper {
  position: relative;
}
#wrapper .top_bg {
  position: absolute;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 56%);
  background: linear-gradient(to top, #00337E, #00143F);
  width: 100%;
  height: min(32vw, 115px);
  z-index: -10;
}

#contents {
  font-family: "YuGothic", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "YuGothic", "Yu Gothic", "Meiryo", "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
}

.mvWrap {
  position: relative;
}
.mvWrap .left {
  width: 90%;
  margin: 0 auto;
  padding-top: 14%;
}
.mvWrap .left h1 {
  width: 48.8vw;
}
.mvWrap .left .mvCompany {
  font-size: 3.73vw;
  font-weight: bold;
  letter-spacing: -0.1em;
  line-height: 1.3;
  margin-top: 6%;
  color: #00143F;
}
.mvWrap .left .lead {
  font-size: 14px;
  margin: 8% auto 0;
  color: #00143F;
  line-height: 2;
}
.mvWrap .mvImage {
  width: 44.27%;
  position: absolute;
  top: 10px;
  right: 5px;
}

.articleWrap {
  position: relative;
  background-color: #00143F;
  margin: 100px auto 150px;
}
.articleWrap .articleBg_1 {
  position: absolute;
  clip-path: polygon(0 0, 100% 40%, 100% 100%, 0 100%);
  background: linear-gradient(to bottom, #00337E, #00143F);
  width: 100%;
  height: 115px;
  top: -80px;
}
.articleWrap .articleBg_2 {
  position: absolute;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 40%);
  background-color: #00143F;
  width: 100%;
  height: 115px;
  bottom: -100px;
}
.articleWrap .articleBox {
  width: min(80%, 305px);
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.articleWrap .articleBox + .articleBox {
  margin-top: 60px;
}
.articleWrap .articleBox h2 {
  font-size: 24px;
  line-height: 1.7;
  color: #fff;
  margin: 20px 0;
}
.articleWrap .articleBox .readmore {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: bold;
  width: 155px;
  height: 40px;
  padding: 10px 17px;
  box-sizing: border-box;
  color: #00143F;
  border-radius: 30px;
  background-color: #fff;
}
.articleWrap .articleBox .readmore .arrow {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #00143F;
  position: relative;
}
.articleWrap .articleBox .readmore .arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 49%;
  width: 4px;
  height: 4px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.articleWrap .articleBox.dummy > div {
  aspect-ratio: 305/229;
  width: 100%;
  border: solid 1px #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.articleWrap .articleBox.dummy h2 {
  font-size: 14px;
}

.linkArea a:first-of-type {
  width: min(80%, 350px);
  margin: 0 auto;
}
.linkArea a.btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: bold;
  width: 210px;
  height: 40px;
  margin: 40px auto 80px;
  padding: 10px 20px;
  box-sizing: border-box;
  color: #fff;
  border-radius: 30px;
  background-color: #003FF9;
}
.linkArea a.btn .arrow {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
}
.linkArea a.btn .arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 47%;
  width: 4px;
  height: 4px;
  border-right: 1px solid #003FF9;
  border-bottom: 1px solid #003FF9;
  transform: translate(-50%, -50%) rotate(-45deg);
}

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

/* ul.sns */
.logo_tkbs {
  display: block;
  margin: 40px auto 50px auto;
  width: 240px;
}

@media screen and (min-width: 641px) {
  #wrapper .top_bg {
    height: 240px;
    z-index: -10;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 45%);
  }
  .mvWrap {
    width: min(90%, 1080px);
    margin: 0 auto;
  }
  .mvWrap .left {
    width: 47%;
    margin: 0 auto 0 0;
    padding-top: 113px;
  }
  .mvWrap .left h1 {
    width: 100%;
  }
  .mvWrap .left .mvCompany {
    font-size: clamp(16px, 1.42vw, 17px);
    letter-spacing: 0;
    line-height: 1;
    margin-top: 42px;
  }
  .mvWrap .left .mvCompany .only_sp {
    display: none;
  }
  .mvWrap .left .lead {
    margin-top: 52px;
  }
  .mvWrap .mvImage {
    width: 54%;
    position: absolute;
    right: -5%;
  }
  .mvWrap .mvImage img {
    min-height: 810px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .articleWrap {
    margin: 188px auto 210px;
  }
  .articleWrap .articleBg_1 {
    position: absolute;
    clip-path: polygon(0 0, 100% 55%, 100% 100%, 0 100%);
    height: 240px;
    top: -145px;
  }
  .articleWrap .articleBg_2 {
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 55%);
    height: 240px;
    bottom: -145px;
  }
  .articleWrap .articleFlex {
    width: min(86.25%, 1035px);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .articleWrap .articleFlex .articleBox {
    margin: 0;
    position: relative;
    z-index: 10;
    transition: 0.4s;
  }
  .articleWrap .articleFlex .articleBox + .articleBox {
    margin: 0 0 0 30px;
  }
  .articleWrap .articleFlex .articleBox:nth-of-type(2) {
    margin-top: 60px;
  }
  .articleWrap .articleFlex .articleBox:nth-of-type(3) {
    margin-top: 120px;
  }
  .articleWrap .articleFlex .articleBox h2 {
    font-size: clamp(20px, 2vw, 24px);
    line-height: 1.7;
    color: #fff;
    margin: 20px 0;
  }
  .articleWrap .articleFlex .articleBox .readmore {
    transition: 0.4s;
  }
  .articleWrap .articleFlex .articleBox.dummy {
    pointer-events: none;
  }
  .articleWrap .articleFlex .articleBox.dummy h2 {
    font-size: 14px;
  }
  .articleWrap .articleFlex .articleBox:hover {
    filter: brightness(1.2);
    transform: translateY(5px);
  }
  .articleWrap .articleFlex .articleBox:hover .readmore {
    background-color: #003FF9;
    color: #fff;
  }
  .linkArea a {
    transition: 0.4s;
  }
  .linkArea a:hover:nth-of-type(1) {
    opacity: 0.7;
  }
  .linkArea a:hover.btn {
    background-color: #00143F;
  }
}/*# sourceMappingURL=style.css.map */