@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;
  position: absolute;
  top: 0;
}
#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;
  filter: drop-shadow(0 0 2px #fff);
}
#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;
}

#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;
}

.logo_tkbs {
  position: relative;
  display: block;
  margin: 40px auto 50px auto;
  width: 240px;
}

/* sns----------------- */
ul.sns {
  position: relative;
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  width: 70%;
  max-width: 252px;
  text-align: center;
}
ul.sns li {
  width: 30%;
}
ul.sns li a {
  display: inline-block;
}
ul.sns li:last-of-type a {
  border-radius: 50%;
  border: 1px solid #868686;
}
ul.sns img {
  width: 40px;
  height: 40px;
}

/* ul.sns */
@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: 1000px;
    height: 80px;
    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 p {
    margin-right: 15px;
    font-size: 16px;
  }
  #tko_header .ad .cliant img {
    width: 30px;
  }
  #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;
  }
  .logo_tkbs {
    width: 302px;
  }
  /* sns----------------- */
  ul.sns a {
    transition: 0.3s;
  }
  ul.sns a:hover {
    opacity: 0.5;
  }
}
/*--------------------------------*/
.contents {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #333333;
}
.contents img {
  display: block;
  width: 100%;
  height: auto;
}
.contents a {
  text-decoration: none;
  display: block;
}

.video-wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: -99;
}
.video-wrap video {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate3d(0, 0, 0);
}

.header {
  background: url(../images/hd_bg_sp.webp?0314_2) no-repeat bottom/cover;
  padding: 50px 0 55px;
}
.header h1 {
  width: min(90%, 820px);
  margin: 35px auto 0;
  filter: drop-shadow(3px 3px 5px rgba(127, 127, 127, 0.2));
}

.main .tab_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main .tab_wrap .tab {
  width: 285px;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  color: #017530;
  background-color: #fff;
  border: solid 2px #017530;
  padding: 5px 0;
  border-radius: 5px;
  cursor: pointer;
}
.main .tab_wrap .tab + .tab {
  margin-top: 15px;
}
.main .tab_wrap .tab.active {
  color: #fff;
  background-color: #017530;
}
.main .tab_content_wrap {
  margin: 60px 0;
}
.main .tab_content_wrap .tab_content {
  display: none;
}
.main .tab_content_wrap .tab_content.active {
  display: block;
}
.main .tab_content_wrap .about-wrap {
  width: min(90%, 800px);
  margin: 0 auto;
  padding: 1.5em 0;
  background-color: #fff;
  border: solid 2px #017530;
  box-sizing: border-box;
}
.main .tab_content_wrap .about-wrap h2 {
  font-size: clamp(17px, 5.3vw, 35px);
  text-align: center;
  font-weight: 700;
  color: #017530;
  margin-bottom: 1em;
}
.main .tab_content_wrap .about-wrap p {
  width: min(90%, 630px);
  margin: 0 auto;
  font-size: 15px;
  line-height: 2em;
  text-align: left;
  font-weight: 600;
}
.main .tab_content_wrap .about-wrap p br {
  display: none;
}
.main .tab_content_wrap .article-wrap .movie {
  aspect-ratio: 16/9;
  width: min(90%, 600px);
  height: min(90%, 338px);
  display: block;
  margin: 0 auto 70px;
  position: relative;
  filter: drop-shadow(0 3px 6px rgba(168, 168, 168, 0.75));
}
.main .tab_content_wrap .article-wrap .movie iframe {
  width: 100%;
  height: 100%;
}
.main .tab_content_wrap .article-wrap .article_box {
  position: relative;
  width: min(89.6%, 336px);
  margin: 0 auto;
  border: solid 3px #017530;
  background-color: #fff;
}
.main .tab_content_wrap .article-wrap .article_box .article_text {
  margin: 15px 0 20px;
}
.main .tab_content_wrap .article-wrap .article_box .article_text h2 {
  font-size: clamp(16px, 4.8vw, 18px);
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
  color: #333333;
}
.main .tab_content_wrap .article-wrap .article_box .article_text p {
  font-size: 13px;
  line-height: 1.7;
  width: 80%;
  margin: 10px auto 0;
  color: #333333;
}
.main .tab_content_wrap .article-wrap .article_box .read_btn {
  position: absolute;
  z-index: 10;
  bottom: -15px;
  right: -5px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
}
.main .tab_content_wrap .article-wrap .article_box .read_btn::before {
  content: " ";
  position: absolute;
  z-index: -10;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #017530;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main .tab_content_wrap .article-wrap .article_box + .article_box {
  margin-top: 50px;
}
.main .tab_content_wrap .article-wrap .article_flex .article_box .tag {
  position: absolute;
  width: 180px;
  top: -2px;
  right: -2px;
  z-index: 10;
  background-color: #017530;
  padding: 2px 0 5px 0;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.main .tab_content_wrap .article-wrap .article_flex .article_box .tag span {
  letter-spacing: -0.1em;
}
.main .link_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
}
.main .link_btn a {
  width: 280px;
  height: 85px;
  margin: 0 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
  position: relative;
}
.main .link_btn a:nth-of-type(1) {
  background-color: #017530;
  margin-bottom: 30px;
}
.main .link_btn a:nth-of-type(2) {
  background-color: #E28E13;
}
.main .link_btn a::before {
  content: "";
  width: 9px;
  height: 9px;
  border: 0;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 53px;
  right: 87px;
  margin: auto;
}
.main .link_logo {
  margin-top: 70px;
}
.main .link_logo a {
  margin: 0 auto;
}
.main .link_logo a:nth-of-type(1) {
  width: 180px;
}
.main .link_logo a:nth-of-type(2) {
  width: 160px;
}
.main .link_logo a:nth-of-type(3) {
  width: 240px;
}
.main .link_logo a + a {
  margin-top: 40px;
}
.main .company a {
  width: 150px;
  margin: 70px auto 80px;
}

@media screen and (min-width: 641px) {
  .header {
    padding: 80px 0 75px;
    background-size: cover;
    background-image: url(../images/hd_bg_pc.webp?0314_2);
  }
  .header h1 {
    margin-top: 45px;
  }
  .main .tab_wrap {
    flex-direction: row;
    width: 600px;
    margin: 0 auto;
    justify-content: space-between;
  }
  .main .tab_wrap .tab {
    transition: 0.4s;
  }
  .main .tab_wrap .tab + .tab {
    margin: 0 0 0 25px;
  }
  .main .tab_wrap .tab:hover {
    background-color: #017530;
    color: #fff;
  }
  .main .tab_content_wrap {
    margin: 50px 0 100px;
  }
  .main .tab_content_wrap .about-wrap {
    padding: 55px 0;
  }
  .main .tab_content_wrap .about-wrap h2 {
    margin-bottom: 50px;
  }
  .main .tab_content_wrap .about-wrap p {
    font-size: 16px;
    text-align: center;
    line-height: 2.3em;
  }
  .main .tab_content_wrap .about-wrap p br {
    display: block;
  }
  .main .tab_content_wrap .article-wrap .article_flex {
    width: min(95%, 1140px);
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .main .tab_content_wrap .article-wrap .article_flex .article_box {
    transition: 0.4s;
    position: relative;
    margin: 0 22px 55px;
    box-sizing: border-box;
  }
  .main .tab_content_wrap .article-wrap .article_flex .article_box + .article_box {
    margin: 0 22px 55px;
  }
  .main .tab_content_wrap .article-wrap .article_flex::after {
    content: "";
    display: block;
    width: min(89.6%, 336px);
    margin: 0 22px;
  }
  .main .tab_content_wrap .article-wrap .article_box .article_img {
    overflow: hidden;
  }
  .main .tab_content_wrap .article-wrap .article_box .article_img img {
    transition: 0.4s;
  }
  .main .tab_content_wrap .article-wrap .article_box .read_btn {
    right: -10px;
    transition: 0.4s;
  }
  .main .tab_content_wrap .article-wrap .article_box a {
    transition: 0.4s;
  }
  .main .tab_content_wrap .article-wrap .article_box a:hover .article_img img {
    transform: scale(1.1);
  }
  .main .tab_content_wrap .article-wrap .article_box a:hover .read_btn {
    transform: scale(1.1);
  }
  .main .link_btn {
    width: 600px;
    justify-content: space-between;
  }
  .main .link_btn a {
    margin: 0;
    transition: 0.4s;
  }
  .main .link_btn a:hover {
    transform: translateY(10px);
  }
  .main .link_logo {
    width: 600px;
    margin: 80px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: start;
  }
  .main .link_logo a {
    margin: 0;
    transition: 0.4s;
  }
  .main .link_logo a + a {
    margin: 0;
  }
  .main .link_logo a:nth-of-type(1) {
    width: 150px;
  }
  .main .link_logo a:nth-of-type(2) {
    width: 130px;
  }
  .main .link_logo a:nth-of-type(3) {
    width: 210px;
    margin-top: -8px;
  }
  .main .link_logo a:hover {
    opacity: 0.7;
  }
  .main .company a {
    width: 130px;
    transition: 0.4s;
    margin-bottom: 100px;
  }
  .main .company a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 1200px) {
  .main .tab_content_wrap .article-wrap .article_flex .article_box:nth-of-type(7) {
    margin-right: auto;
  }
  .main .tab_content_wrap .article-wrap .article_flex::after {
    content: none;
  }
}/*# sourceMappingURL=style.css.map */