@charset "UTF-8";
/*
display: inline-block; content:''; width: 0; height: 0; margin-right: 5px; border: 4px solid transparent; border-left: 5px solid #333;

#1c2241:　紺
#4d5684:　明るめ紺
#007da0:　明るめブルー
#d3be30:　黄色
#b8b5bb:　グレー
*/
.mainContent#home {
  --main-bg-size: 1000px;
  --main-bg-position: left 10px bottom -400px;
}
@media screen and (min-width: 768px) {
  .mainContent#home {
    margin-top: 0;
    --main-bg-size: 1300px;
    --main-bg-position: right 50px bottom -640px;
  }
}
.mainContent#home .inner {
  margin: 5px auto 50px;
}
@media screen and (min-width: 768px) {
  .mainContent#home .inner {
    margin: 37px auto 50px;
  }
}

.kv {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.kv > img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.kv .title {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.kv .title .texts {
  position: absolute;
  width: 90%;
  height: 100%;
  top: 50%;
  left: 50%;
  display: block;
  transform: translate(-50%, -20%);
  color: #fff;
  font-family: "Lexend Exa", sans-serif;
  font-weight: 400;
}
.kv .title .texts h1 {
  font-size: 1.2em;
  text-align: center;
}
.kv .title .texts h1 span {
  display: block;
  font-weight: 400;
}
.kv .title .texts h1 span.jp {
  color: #4d5684;
}
.kv .title .texts h1 span.en {
  color: #1c2241;
  font-size: 1.2em;
}
.kv .title .texts p {
  font-size: 0.8em;
  margin-top: 1em;
  text-align: center;
  text-shadow: 0px 2px 4px rgba(105, 105, 105, 0.5);
}
@media screen and (min-width: 374px) {
  .kv .title .texts h1 {
    font-size: 1.3em;
  }
  .kv .title .texts p {
    font-size: 1em;
  }
}
@media screen and (min-width: 768px) {
  .kv {
    width: 100%;
    height: 500px;
  }
  .kv > img {
    height: auto;
    min-height: 500px;
  }
  .kv .title .texts {
    width: 700px;
    left: 5vw;
    transform: translateY(-20%);
  }
  .kv .title .texts h1 {
    font-size: 1.55em;
    text-align: left;
    text-shadow: 0px 1px 6px rgba(255, 255, 255, 0.5);
  }
  .kv .title .texts h1 span {
    display: inline-block;
  }
  .kv .title .texts h1 span.jp {
    margin-left: 1em;
  }
  .kv .title .texts h1 span.en {
    font-size: 1.7em;
  }
  .kv .title .texts p {
    font-size: 1.1em;
    text-align: left;
    margin-top: 0;
  }
}

.news_base {
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: -46px;
  left: 0;
  display: block;
  background-color: rgba(243, 242, 244, 0.6);
  overflow: hidden;
  padding-bottom: 2em;
  font-weight: 300;
}
.news_base .news {
  position: relative;
  width: 97%;
  margin: 20px 1% 20px auto;
  padding: 26px 6% 30px;
  background-color: #1c2241;
  box-shadow: 6px 2px 15px 5px rgba(34, 34, 34, 0.2);
}
.news_base .news h2 {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  display: inline-block;
  color: #fff;
  font-weight: 400;
  font-family: "Lexend Exa", sans-serif;
  font-size: 1.2em;
  padding-left: 10px;
}
.news_base .news h2:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: -8px;
  left: 0;
  display: block;
  background-color: #fff;
}
.news_base .news h2:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 1px;
  top: 50%;
  left: 0px;
  display: block;
  border-top: 10px double #7d2603;
  transform: translateY(-40%);
}
.news_base .news ul {
  margin: 2em auto 1em;
  width: 100%;
  height: 300px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.news_base .news ul li {
  margin: 0em auto;
  border-bottom: 1px solid #515a5a;
}
.news_base .news ul li a {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1em 0 1em;
}
.news_base .news ul li a > span {
  display: block;
}
.news_base .news ul li a .date {
  position: relative;
  width: 5em;
  font-weight: 700;
  color: #b5b8ce;
  font-size: 0.8em;
  padding-top: 0.3em;
}
.news_base .news ul li a .date > .y {
  position: absolute;
  width: auto;
  height: auto;
  top: -1.1em;
  left: -0.6em;
  display: inline;
  color: #9397b5;
  font-size: 0.9em;
}
.news_base .news ul li a .title {
  position: relative;
  width: calc(100% - 5em);
}
.news_base .news p.more {
  text-align: right;
}
.news_base .news p.more a {
  color: #fff;
}
.news_base .news p.more a:before {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  margin-right: 5px;
  border: 6px solid transparent;
  border-left: 8px solid #007da0;
}
@media screen and (min-width: 768px) {
  .news_base {
    width: calc(100% - 14vw);
    margin: -120px 0 0 auto;
  }
  .news_base .news {
    width: 70%;
    margin: 32px 20px 20px auto;
    padding: 20px 0;
  }
  .news_base .news h2 {
    position: absolute;
    width: auto;
    height: auto;
    top: 10px;
    left: -16vw;
    margin: 0;
    color: #1c2241;
    font-family: "Lexend Exa", sans-serif;
    font-size: 1.4em;
  }
  .news_base .news h2:after {
    width: 220px;
    height: 1px;
    bottom: -20px;
    left: 0;
    display: block;
    background-color: #1c2241;
  }
  .news_base .news ul {
    margin: 1em auto;
    width: 96%;
    height: 380px;
    padding: 0 4%;
    overflow-y: scroll;
  }
  .news_base .news ul li a {
    color: #fff;
    padding: 1em 2%;
    transition: all 0.3s;
  }
  .news_base .news ul li a:link, .news_base .news ul li a:visited {
    color: #fff;
  }
  .news_base .news ul li a:hover, .news_base .news ul li a:active {
    z-index: 2;
    transform: scale(1.05);
    color: #d3be30;
    background-color: #3a4680;
  }
  .news_base .news ul li a:hover .date, .news_base .news ul li a:active .date {
    color: #7fadba;
  }
  .news_base .news p.more {
    margin: 1em auto 0;
    width: 96%;
    padding: 0 4%;
  }
  .news_base .news p.more a {
    transition: all 0.3s;
  }
  .news_base .news p.more a:hover {
    color: #d3be30;
  }
}
@media screen and (min-width: 1300px) {
  .news_base .news h2 {
    left: -208px;
  }
}

.bnr_base {
  position: relative;
  width: 100%;
  height: 100%;
  top: 5px;
  left: 0;
  display: block;
  padding: 1px 0;
  font-weight: 300;
}
.bnr_base .bnr_body {
  position: relative;
  width: 92%;
  margin: 20px auto 20px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 3px 1px 7px 2px rgba(34, 34, 34, 0.2);
}
.bnr_base .bnr_body:first-child {
  margin-top: 14px;
}
.bnr_base .bnr_body a {
  display: block;
}
@media screen and (min-width: 768px) {
  .bnr_base {
    width: calc(100% - 3vw);
    margin: 0 0 0 auto;
    padding: 1px 0;
  }
  .bnr_base .bnr_body {
    width: 61%;
    margin: 32px 20px 20px auto;
    border-radius: 16px;
    box-shadow: 6px 2px 10px 5px rgba(34, 34, 34, 0.2);
  }
  .bnr_base .bnr_body:first-child {
    margin-top: 30px;
  }
  .bnr_base .bnr_body a {
    transition: all 0.3s;
  }
  .bnr_base .bnr_body a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 1300px) {
  .bnr_base {
    width: calc(100% - 3vw);
  }
  .bnr_base .bnr_body {
    width: 61%;
    margin: 32px 20px 20px auto;
  }
}/*# sourceMappingURL=home.css.map */