@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&family=Noto+Serif+JP:wght@900&display=swap');
/*
 * business_index.css
 *
 */
/* パンくず
---------------------------------------------------------- */
#breadcrumb .l-frm {
  padding-top: 15px;
  padding-bottom: 15px;
}

/* ページの先頭へ戻る
---------------------------------------------------------- */
.pageTop{
  position: relative;
  max-width:none;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.pageTop a{
  margin-left: auto;
  height: 40px;
  right: 10px;
}

/* main
---------------------------------------------------------- */
#main {
  background: url("../img/kybg.jpg") no-repeat center/cover;
  padding-top: 5vw;
  padding-bottom: 15vw;
}
#main h2 {
  color: #fff;
  font-size: 2.5vw;
  font-family: 'Noto Serif JP', serif;
  font-weight: 900;
  text-shadow: 0px 0px 5px #1a2792;
}
#main h2 + p {
  color: #fff;
  font-size: 1vw;
  margin-bottom: 2rem;
  text-shadow: 0px 0px 5px #1a2792;
}
@media screen and (max-width:767px) {
  #main h2 {
    display: none;
  }
  #main h2 + p {
    font-size: .8rem;
    line-height: 1.4;
    padding-top: 1em;
    margin-bottom: 2em;
  }
}
/* articleList
---------------------------------------------------------- */
#articleList {
  margin-top: -15vw;
  margin-bottom: 5rem;
}
#articleList a:hover img {
  opacity: 1 !important;
}
#articleList ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -2rem;
}
#articleList ul li {
  width: calc(100%/2 - 15px);
  margin-bottom: 2rem;
  z-index: 1;
}
#articleList ul li a {
  color: #000;
  transition: .45s ease;
}
#articleList ul li a picture {
  position: relative;
  overflow: hidden;
  display: block;
  height: 18vw;
}
#articleList ul li a picture img {
  position: absolute;
  left: 0;
  transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform .45s ease;
  transition: -webkit-transform .45s ease;
  transition: transform .45s ease;
  transition: transform .45s ease, -webkit-transform .45s ease;
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: -1;
}
#articleList ul li div.ttl {
  width: 100%;
  background-color: #F0F3F5;
  padding: 1rem 1.5rem;
  position: relative;
}
#articleList ul li div.ttl time {
  font-family: 'Roboto', sans-serif;
  color: #000099;
  line-height: 2;
}
#articleList ul li div.ttl h3 {
  font-size: 1.5vw;
  line-height: 1.4;
  font-family:  'Noto Sans JP',"メイリオ", Meiryo, sans-serif;
  font-weight: 700;
}
#articleList ul li div.ttl h3 span {
  display: block;
}
#articleList ul li div.ttl span.arrow {
  right: 1.5rem;
  width: 1.2rem;
  height: 1.2rem;
  margin-top: -0.5rem;
  -webkit-transition: right .45s ease;
  transition: right .45s ease;
  position: absolute;
  top: 50%;
  z-index: 1;
}
#articleList ul li span.arrow img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 2000px) {
  #articleList ul li div.ttl h3 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width:767px) {
  #articleList ul li {
    width: 100%;
  }
  #articleList ul li div.ttl h3 {
    font-size: 1rem;
  }
  #articleList ul li div.ttl span.arrow {
    right: 1rem;
    width: 1rem;
    height: 1rem;
  }
  #articleList ul li a picture {
    height: 10em;
  }
}
/* first-child{ */
#articleList ul li:first-child {
  width: 100%;
}
#articleList ul li:first-child a,
#articleList ul li:first-child div.ttlBlock,
#articleList ul li:first-child picture {
  height: 30vw;
}
#articleList ul li:first-child a {
  width: 100%;
  display: flex;
  position: relative;
}
#articleList ul li:first-child a span.arrow {
  right: 1.5rem;
  width: 1.2rem;
  height: 1.2rem;
  margin-top: -0.5rem;
  -webkit-transition: right .45s ease;
  transition: right .45s ease;
  position: absolute;
  top: 50%;
  z-index: 1;
}
#articleList ul li:first-child div.new {
  font-family: 'Roboto', sans-serif;
  line-height: 1;
  position: absolute;
  z-index: 1;
  color: #fff;
  padding: .5em 1.5em;
  background: linear-gradient(#313292 0%, #f9428c 100%);
}
#articleList ul li:first-child div.ttlBlock {
  width: 45%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #F0F3F5;
  position: relative;
}
#articleList ul li:first-child div.ttlBlock::before {
  content: "";
  position: absolute;
  top: 0;
  right: calc(-5vw + 1px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30vw 5vw 0 0;
  border-color: #F0F3F5 transparent transparent transparent;
}
#articleList ul li:first-child div.ttl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 0 0 2.5rem;
}
#articleList ul li:first-child div.ttl * {
  width: 100%;
}
#articleList ul li:first-child div.ttl h3 {
  font-size: 2.2vw;
  margin-bottom: 1.5rem;
  font-family:  'Noto Sans JP',"メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-feature-settings: "palt";
}
#articleList ul li:first-child div.ttl h4 {
  color: #000099;
  font-size: 1.5vw;
  margin-bottom: 1.5rem;
  font-family:  'Noto Sans JP',"メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-feature-settings: "palt";
}
#articleList ul li:first-child picture {
  width: 55%;
  overflow: hidden;
}
@media screen and (min-width: 2000px) {
  #articleList ul li:first-child div.ttl h3 {
    font-size: 2.7rem;
  }
  #articleList ul li:first-child div.ttl h4 {
    font-size: 2rem;
  }
  #articleList ul li:first-child a,
  #articleList ul li:first-child div.ttlBlock,
  #articleList ul li:first-child picture {
    height: 600px;
  }
  #articleList ul li:first-child div.ttlBlock::before {
    border-width: 600px 5vw 0 0;
  }
}
@media screen and (max-width:767px) {
  #articleList ul li a picture img {
    position: static;
  }
  #articleList ul li:first-child a, #articleList ul li:first-child div.ttlBlock, #articleList ul li:first-child picture {
    height: auto;
  }
  #articleList ul li:first-child a {
    display: block;
  }
  #articleList ul li:first-child div.ttlBlock {
    width: 100%;
  }
  #articleList ul li:first-child picture {
    width: 100%;
  }
  #articleList ul li:first-child div.ttlBlock::before {
    border: none;
  }
  #articleList ul li:first-child div.ttl {
    padding: 2rem 1.5rem 1rem;
  }
  #articleList ul li:first-child div.ttl div {
    order: 1;
    margin-bottom: .2em;
  }
  #articleList ul li:first-child div.ttl h4 {
    font-size: .8em;
    margin-bottom: .1rem;
    order: 2;
  }
  #articleList ul li:first-child div.ttl h3 {
    font-size: 1rem;
    margin-bottom: 0;
    order: 3;
  }
  #articleList ul li:first-child a span.arrow{
    display: none;
    height: 1rem;
    width: 1rem;
  }
}
/* tag */
.tag {
  line-height: 1;
  font-size: .8em;
  padding: .3em .5em .2em;
  display: inline-block;
  color: #000099;
  border: 1px solid #000099;
  border-radius: 3px;
  width: auto !important;
  margin-left: 1em;
  vertical-align: .1em;
}
/* a:hover */
#articleList ul li a:hover {
  color: #000 !important;
  text-decoration: none !important;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.3));
}
#articleList ul li a:hover picture img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#articleList ul li a:hover span.arrow {
  right: 1rem !important;
}