@charset "utf-8";
/* CSS Document */
.BlkWraper {
  font-family: 'Noto Sans JP', "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  width: 100%;
  margin: 0;
  color: #1a1a1a;
}
.BlkWraper a {
  text-decoration: none;
}
.BlkLatest h2 {
  font-family: 'Barlow Condensed', "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  letter-spacing: .05em;
  position: relative;
}
.BlkLatest h2:after {
  content: '';
  width: 1px;
  height: 80px;
  background: #E60000;
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translate(-50%, 0);
}
.res_br {
  display: none;
}
b {
  font-weight: bold;
}
.font_bold{
	font-weight: bold;
}
/********************************
	Header
********************************/
.BlkContents {
  width: 100%;
}
.BlkContents img {
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .res_br {
    display: block;
  }
}
/********************************
	Header
********************************/
.BlkHeader {
  width: 100%;
  background: #fff;
  z-index: 100;
}
.BlkHeader.fixed {
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
  transition: all ease .5s;
}
.BlkHeader.fixed .BlkHeader__inner {
  transition: all ease .5s;
  padding: 10px 20px;
}
.BlkHeader.fixed .BlkHeader__inner .BlkHeader__logo img {
  max-width: 200px;
  transition: all ease .5s;
}
.BlkHeader__inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 20px;
  box-sizing: border-box;
  transition: all ease .5s;
}
.BlkHeader__logo {
  width: 50%;
  max-width: 78px;
}
.BlkHeader__logo img {
  width: 100%;
  max-width: 78px;
  height: auto;
  box-sizing: border-box;
  transition: all ease .5s;
}
.BlkHeader__logo img:hover {
  opacity: .5;
}
.BlkHeader__credit {
  font-size: 12px;
  text-align: right;
  line-height: 1.2;
}
.BlkHeader__title {
  text-align: center;
  display: block;
  font-size: 22px;
  font-family: din-2014, 'Noto Sans JP', "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", sans-serif;
  font-style: normal;
  font-weight: bold;
}
.BlkHeader__title__sub {
  display: block;
  padding-top: 8px;
  font-size: 12px;
}
.BlkContents.-article .BlkMain__inner {
  max-width: 1000px;
  box-sizing: border-box;
  padding: 0;
  min-height: unset;
  position: relative;
}
.BlkContents.-article .BlkMain__inner h1 {
  font-size: 30px;
  line-height: 1.9;
  font-weight: bold;
  color: #333;
  margin-top: 60px;
  margin-bottom: 30px;
}
.BlkContents.-article .BlkMain__inner h1 span {
  font-size: 26px;
  display: block;
}
.BlkContents.-article .BlkMain__item {
  display: block;
}
.BlkContents.-article .BlkMain__item img {
  width: 100%;
  max-width: 1000px;
  height: auto;
}
.BlkContents.-article .BlkMain__item__caption {
  font-size: 14px;
  line-height: 1.5;
  display: block;
  text-align: left;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .BlkHeader__logo {
    width: 35%;
  }
  .BlkHeader__logo img {
    max-width: 200px;
    padding-right: 0;
  }
  .BlkContents.-article .BlkMain__inner h1 {
    font-size: 20px;
    color: #111;
    position: static;
    padding: 20px 20px 0;
    margin-top: 0;
    box-sizing: border-box;
  }
  .BlkContents.-article .BlkMain__inner h1 span {
    font-size: 14px;
  }
  .BlkHeader__inner {
    padding: 20px 20px 60px;
  }
  .BlkHeader__title {
    font-size: 20px;
    text-align: right;
    position: absolute;
    top: 45px;
    right: 20px;
    padding-top: 10px;
  }
  .BlkHeader__credit {
    font-size: 10px;
    position: absolute;
    right: 20px;
    top: 10px;
  }
}
@media screen and (max-width: 375px) {
.BlkHeader__inner {
    padding: 35px 20px 40px;
}
  .BlkHeader__credit {
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .BlkHeader__title {
    font-size: 17px;
    text-align: right;
    position: absolute;
    top: 45px;
    right: 20px;
  }
  .BlkHeader__title__sub {
    font-size: 10px;
    padding-top: 6px;
  }
}
/********************************
	Pankuzu
********************************/
.BlkPankuzu {
  position: relative;
  width: 100%;
  background: #4c6b99;
}
.BlkPankuzu__inner {
  width: 100%;
  max-width: 1240px;
  padding: 30px 20px 130px;
  box-sizing: border-box;
  margin: 0 auto;
}
.BlkPankuzu__inner ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
.BlkPankuzu__inner ul li {
  margin-right: 20px;
  font-size: 12px;
  color: #fff;
}
.BlkPankuzu__inner ul li:last-child {
  margin-right: 0;
}
.BlkPankuzu__inner ul li:first-child a.home::before {
  display: inline-block;
  content: '\f015';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  width: 16px;
  height: 16px;
  font-size: 16px;
  color: #fff;
  margin-right: 20px;
}
.BlkPankuzu__inner ul li:first-child a.home::after {
  display: inline-block;
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  width: 7px;
  height: 9px;
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .BlkPankuzu__inner {
    padding: 10px 20px 18px;
  }
  .BlkPankuzu__inner ul li {
    margin-top: 10px;
    line-height: 1.4;
  }
}
/********************************
	Main
********************************/
.BlkMain {
  width: 100%;
}
.top .BlkMain {
  width: 100%;
  background: url("../../images/bg_company.png") no-repeat center;
  min-height: 480px;
  max-height: 480px;
  background-size: cover;
}
.BlkMainFlame {
  max-width: 1200px;
  margin: 0 auto;
}
.BlkMain__inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 21% 20px 0 20px;
  min-height: 400px;
  box-sizing: border-box;
  background-size: 960px;
  background-repeat: no-repeat;
  background-position: top right;
}
.BlkWraper.top .BlkMainFlame {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.BlkWraper.top .BlkMain__inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.BlkMain__item {
  display: none;
}
.BlkMain__textWrap {
  width: 100%;
  max-width: 1040px;
  margin: -50px auto 0;
  padding: 0 20px;
  box-sizing: border-box;
}
.BlkMain__title h1 {
  font-family: din-2014, 'Noto Sans JP', "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 60px;
  font-weight: bold;
  color: #111111;
  line-height: 1.5;
}
.BlkMain__title h1 span {
  font-size: 24px;
  display: block;
}
.BlkMain__lead p {
  font-size: 18px;
  line-height: 2;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .top .BlkMain {
	background: url("../../images/bg_company_sp.png") no-repeat center;
    min-height: 300px;
    max-height: 300px;
  }
  .top .BlkMain__title {
    width: 100%;
    padding: 0;
  }
  .top .BlkMain__title h1 {
    font-size: 30px;
  }
  .top .BlkMain__title h1 span {
    font-size: 14px;
  }
  .BlkMain__textWrap {
    width: 100%;
    max-width: 1040px;
    margin: -22px auto 0;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .BlkMain__lead p {
    font-size: 14px;
    line-height: 2;
    padding-top: 20px;
  }
  .BlkMain__inner {
    background: none !important;
    padding: 0;
    min-height: unset;
  }
  .BlkMainFlame {
    max-width: 100%;
  }
  .BlkMain__title {
    position: static;
    transform: none;
    width: 90%;
    margin: -20px auto 0;
    max-width: 100%;
  }
  .BlkMain__logo {
    display: none;
  }
  .BlkMain__title h1 {
    font-size: 20px;
    line-height: 1.5;
  }
  .BlkMain__item {
    display: block;
  }
  .BlkMain__item img {
    width: 100%;
    height: auto;
  }
  .BlkMain__top {
    margin-top: 0;
    padding: 0 20px 40px;
  }
  .BlkMain__top h1 {
    font-size: 26px;
  }
  .BlkMain__sns__link {
    padding-left: 20px;
  }
  .BlkMain__sns__link li {
    margin-left: 10px;
  }
  .BlkMain__sns__link li.share {
    margin-right: 30px;
  }
  .BlkMain__sns__link li.share::after {
    width: 20px;
    right: -30px;
  }
}
@media screen and (max-width: 375px) {
  .BlkMain__title {
    padding: 20px;
  }
}
/********************************
	Latest
********************************/
.BlkLatest {
  width: 100%;
}
.top .BlkLatest__inner {
  margin-top: 120px;
}
.BlkLatest__inner {
  width: 100%;
  max-width: 1040px;
  margin: 50px auto 0px;
  padding: 0 20px;
  box-sizing: border-box;
}
.BlkLatest__block {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 10px;
  margin-top: 170px;
}
.BlkLatest h2 {
  font-size: 40px;
  display: block;
  line-height: 1.35;
  font-weight: bold;
  text-align: center;
}
.BlkLatest h2 span {
  font-size: 12px;
  margin-top: 10px;
  display: block;
}
.BlkLatest__block__list {
  position: relative;
  width: 48%;
  max-width: 450px;
  margin-bottom: 80px;
}
.BlkLatest__block__list span.tag {
  background: #000;
  color: #fff;
  display: inline-block;
  padding: 10px 15px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
}
.BlkLatest__block__list:nth-child(4n) {
  margin-right: 0;
}
.BlkLatest__block__item {
  max-width: 450px;
  overflow: hidden;
  object-fit: cover;
  position: relative;
}
.BlkLatest__block__item__tag {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  font-family: din-2014, 'Noto Sans JP', "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", sans-serif;
  position: absolute;
  top: 20px;
  left: 15px;
}
.BlkLatest__block__item img {
  width: 100%;
  height: auto;
  min-height: 180px;
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
  object-fit: cover;
}
.BlkLatest__block__list a, .BlkLatest__block__list a:link, .BlkLatest__block__list a:visited {
  color: #1a1a1a;
}
.BlkLatest__block__list a:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.BlkLatest__block__text {
  padding: 35px 20px;
  box-sizing: border-box;
}
.BlkLatest__block__text h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.9;
}
.BlkLatest__block__text h3 span.subject {
  display: block;
  font-size: 14px;
  font-weight: bold;
}
.BlkLatest__block__text a {
  position: absolute;
  right: 0;
  bottom: 0;
  text-decoration: underline;
  font-weight: bold;
  font-family: din-2014, 'Noto Sans JP', "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", sans-serif;
}
.BlkLatest__block__text a.coming {
  pointer-events: none;
}
.BlkLatest__block__text a:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .top .BlkLatest__inner {
    margin-top: 60px;
  }
  .BlkLatest__block {
    margin-top: 50px;
  }
  .BlkLatest__block__list {
    width: 48%;
    margin-right: 4%;
  }
  .BlkLatest__block__list:nth-child(4n) {
    margin-right: 2%;
  }
  .BlkLatest__block__list:nth-child(2n) {
    margin-right: 0%;
  }
  .BlkLatest__block__item {
    max-width: 100%;
  }
  .BlkLatest__block__text {
    padding: 20px 0;
    box-sizing: border-box;
  }
  .BlkLatest__block__text h3 {
    font-size: 16px;
  }
  .BlkLatest__block__text h3 span.subject {
    font-size: 12px;
  }
  .BlkLatest h2:after {
    content: '';
    width: 1px;
    height: 50px;
    background: #E60000;
    position: absolute;
    top: 45px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .BlkLatest__block {
    margin-top: 110px;
  }
}
@media screen and (max-width: 768px) {
  .BlkLatest__block {
    margin-top: 100px;
  }
  .BlkLatest__inner {
    margin-bottom: 20px;
  }
  .BlkLatest__block__list {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
  }
  .BlkLatest__block__list:nth-child(4n) {
    margin-right: 2%;
  }
  .BlkLatest__block__list:nth-child(2n) {
    margin-right: 0%;
  }
  .BlkLatest__block__item img {
    min-height: 180px;
  }
  .BlkLatest__block__text p {
    font-size: 16px;
  }
}
@media screen and (max-width: 375px) {
  .BlkLatest__inner {
    margin-top: 50px;
  }
  .BlkLatest__block__item, .BlkLatest__block__item.-coming:after, .BlkLatest__block__item img {
    min-height: 120px;
  }
}
@media screen and (max-width: 320px) {
  .BlkLatest__block {
    margin-top: 50px;
  }
  .BlkLatest__block__list {
    width: 100%;
    margin-right: 0%;
  }
  .BlkLatest__block__list:nth-child(4n) {
    margin-right: 0%;
  }
}
/********************************
	BlkUbs
********************************/
.BlkUbs {
  width: 100%;
}
.BlkUbs__inner {
  width: calc(100% - 40px);
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto 65px;
  box-sizing: border-box;
  text-align: center;
  border-top: 1px solid #111111;
}
.BlkUbs__inner h2 {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 65px;
  font-weight: bold;
}
.BlkUbs__inner p {
  font-size: 14px;
  line-height: 1.7;
  color: #111;
  max-width: 500px;
  text-align: left;
  margin: 0 auto;
}
.BlkUbs__logo {
  margin: 70px 0;
}
.BlkUbs__logo img {
  width: 100%;
  max-width: 213px;
  height: auto;
}
.BlkUbs__logo a:hover {
  opacity: .6;
  transition: all ease .5s;
}
/********************************
	Footer
********************************/
.BlkFooter {
  width: 100%;
  background: #000;
}
.BlkFooter__inner {
  width: 100%;
  max-width: 1040px;
  padding: 30px 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.BlkFooter__link {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background: #EEEEEE;
  padding: 36px 20px;
  box-sizing: border-box;
  text-align: center;
}
.BlkFooter__link__inner {
  max-width: 1040px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}
.BlkFooter__link a {
  text-decoration: none;
  font-size: 15px;
  color: #fff;
  padding: 20px;
  box-sizing: border-box;
  line-height: 1.5;
  background: #625F42;
  overflow: hidden;
  width: 30%;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  z-index: 2;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.BlkFooter__link a span.cl-gray {
  color: #949494;
  width: 100%;
  font-size: 14px;
}
.BlkFooter__link a.cl-black {
  background: #000;
}
.BlkFooter__link a.cl-brown {
  background: #E70012;
}
.BlkFooter__link a:hover {
  opacity: .6;
  transition: all ease .5s;
}
/*
.BlkFooter__link a:after {
  content: '';
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translate(-50%, 0);
  width: 35px;
  height: 8px;
  background-image: url(../images/link.png);
  background-repeat: no-repeat;
  background-size: 36px 8px;
}
*/
/*
.BlkFooter__link a::before {
  position: absolute;
    z-index: -1;
    display: block;
    content: '';
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
  -webkit-transition: all .3s;
    transition: all .3s;
}
.BlkFooter__link a:hover::before {
    top: 0;
    left: 0;
    background-color: #E60012;
  -webkit-transition: all .3s;
    transition: all .3s;
}
*/
.BlkFooter__link li {
  width: auto;
  padding-right: 20px;
  font-size: 12px;
}
.BlkFooter__copy {
  color: #fff;
  font-size: 12px;
  line-height: 1.9;
  display: block;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .BlkFooter__inner {
    padding: 15px 20px;
  }
  .BlkFooter__link li {
    margin-top: 15px;
  }
  .BlkFooter__copy {
    margin-top: 0;
  }
}
/********************************
	Aiticle
********************************/
.BlkArticle {
  width: 100%;
}
.BlkArticle__inner {
  width: 100%;
  max-width: 1040px;
  margin: 40px auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.BlkArticle__contents {
  width: 100%;
}
.BlkArticle__contents h2 {
  color: #111111;
  font-size: 22px;
  line-height: 1.5;
  font-weight: bold;
  display: block;
  margin: 80px 0 50px;
}
.BlkArticle__contents h2:first-child {
  margin-top: 0;
}
.BlkArticle__contents h3 {
  font-size: 20px;
  background-color: #ebf3ff;
  color: #0d4680;
  padding: 10px 15px;
  margin-top: 30px;
}
.BlkArticle__contents ul {
  margin-top: 2em;
}
.BlkArticle__contents ul li {
  line-height: 1.8;
}
.BlkArticle__contents p {
  font-size: 16px;
  line-height: 1.9;
  margin-top: 30px;
}
.BlkArticle__contents p strong {
  font-weight: bold;
  background: linear-gradient(transparent 70%, #eee 0%);
}
.BlkArticle__contents p.mt-2 {
  margin-top: 2em !important;
}
.BlkArticle__contents p.mt-3 {
  margin-top: 3em !important;
}
.BlkArticle__contents p.mt-4 {
  margin-top: 4em !important;
}
.BlkArticle__contents p.mt-5 {
  margin-top: 5em !important;
}
.BlkArticle__contents p.mt-6 {
  margin-top: 6em !important;
}
.BlkArticle__contents p a {
  text-decoration: underline;
}
.BlkArticle__contents a.btn {
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  padding: 18px 30px 18px 70px;
  box-sizing: border-box;
  line-height: 1.5;
  background: #625F42;
  overflow: hidden;
  display: inline-block;
  display: block;
  max-width: 720px;
  margin: 40px auto 0;
  position: relative;
  text-align: center;
  z-index: 2;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.BlkArticle__contents a.btn:after {
  content: '';
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translate(-50%, 0);
  width: 35px;
  height: 8px;
  background-image: url(../images/link.png);
  background-repeat: no-repeat;
  background-size: 36px 8px;
}
.BlkArticle__contents a.btn::before {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.BlkArticle__contents a.btn:hover::before {
  top: 0;
  left: 0;
  background-color: #E60012;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.BlkArticle__contents a:hover {
  text-decoration: none;
}
.BlkArticle__contents p:first-of-type {
  margin-top: 0;
}
.BlkArticle__contents__lead p.first {
  margin-top: 40px;
}
.BlkArticle__contents figure {
  margin-top: 40px;
}
.BlkArticle__contents figure + .BlkArticle__contents__lead h2 {
  margin-top: 80px;
}
.BlkArticle__contents figure figcaption {
  font-size: 14px;
  line-height: 1.5;
  display: block;
  text-align: center;
  padding-top: 10px;
}
.BlkArticle__contents .BlkArticle__contents__toplead {
  border-bottom: 1px solid #000;
  margin-bottom: 50px;
  padding-bottom: 50px;
}
.BlkArticle__contents figure img {
  width: 100%;
  max-width: 1000px;
  height: auto;
}
.BlkArticle__contents .clBox {
  width: 100%;
  padding: 20px 20px 40px 20px;
  margin-top: 40px;
  box-sizing: border-box;
  background: #e4e4e4;
}
.BlkArticle__contents .clBox h3 {
  font-size: 20px;
  margin: 20px 0;
  display: block;
  font-weight: bold;
  background: none;
  padding: 0;
}
.BlkArticle__contents__box {
  background: #f2f9ff;
  padding: 40px 30px;
  box-sizing: border-box;
  margin-top: 30px;
}
.BlkArticle__profile {
  width: 100%;
  padding: 30px 20px;
  border: 5px solid #d9d9d9;
  margin-top: 40px;
  box-sizing: border-box;
}
.BlkArticle__profile h3 {
  background: none;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  letter-spacing: .05em;
  font-size: 40px;
  display: block;
  text-align: center;
  padding: 0 0 25px 0;
  color: #1a1a1a;
  margin-top: 0;
}
.BlkArticle__profile__inner {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.BlkArticle__profile__inner.-itemNone .BlkArticle__profile__text {
  width: 100%;
}
.BlkArticle__profile__link {
  margin: 0;
  margin-top: 30px;
}
.BlkArticle__profile__link li {
  margin-bottom: 15px;
}
.BlkArticle__profile__link li:last-child {
  margin-bottom: 0;
}
.BlkArticle__profile__link li a, .BlkArticle__profile__link li a:link, .BlkArticle__profile__link li a:visited {
  color: #1a1a1a;
  text-decoration: underline;
}
.BlkArticle__profile__link li a:hover {
  text-decoration: none;
}
.BlkArticle__profile__link li a:before {
  display: inline-block;
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  width: 7px;
  height: 15px;
  font-size: 16px;
  padding-right: 15px;
  color: #1a1a1a;
}
.BlkArticle__profile__text {
  width: 72%;
  padding-right: 5%;
  box-sizing: border-box;
}
.BlkArticle__profile__text span.name {
  font-weight: bold;
  font-size: 20px;
  display: block;
  margin-bottom: 20px;
}
.BlkArticle__profile__text span.name span.small {
  font-size: 16px;
  font-weight: normal;
}
.BlkArticle__profile__thumb {
  width: 28%;
}
.BlkArticle__profile__thumb img {
  width: 100%;
  max-width: 200px;
  height: auto;
  margin: 0 auto;
}
.BlkArticle__profile__sns__link {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 30px;
}
.BlkArticle__profile__sns__link li {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  letter-spacing: .05em;
  position: relative;
  font-size: 18px;
  margin-left: 30px;
}
.BlkArticle__profile__sns__link li:first-child {
  margin-left: 0;
}
.BlkArticle__profile__sns__link li a, .BlkArticle__profile__sns__link li a:link, .BlkArticle__profile__sns__link li a:visited {
  color: #1a1a1a;
}
.BlkArticle__profile__sns__link li a:hover {
  cursor: pointer;
  opacity: .5;
  transition: all ease .5s;
}
.BlkArticle__profile__sns__link svg {
  width: 20px;
  height: 20px;
}
.BlkArticle__btn {
  width: 100%;
  margin-top: 100px;
}
.BlkArticle__btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #1a1a1a;
  box-sizing: border-box;
  padding: 50px 20px;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
}
.BlkArticle__btn a, .BlkArticle__btn a:link, .BlkArticle__btn a:visited {
  color: #1a1a1a;
}
.BlkArticle__btn a:after {
  content: '';
  display: inline-block;
  background: url("/and_travel_airport/assets/images/btn_icn.png") no-repeat;
  width: 15px;
  height: 30px;
  margin-left: 40px;
  background-size: 15px 30px;
}
.BlkArticle__btn a:hover {
  opacity: .7;
  transition: all ease .5s;
}
.BlkArticle__share {
  width: 100%;
  margin-top: 120px;
  padding: 0 20px;
  box-sizing: border-box;
}
.BlkArticle__share__inner {
  border-top: 1px solid #111;
  padding: 100px 0;
}
.BlkArticle__share__inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0;
  align-items: center;
}
.BlkArticle__share__inner ul li:first-child, .BlkArticle__share__inner ul li:last-child {
  width: 100%;
  max-width: 300px;
}
.BlkArticle__share__inner ul li:nth-child(2) {
  font-size: 18px;
  font-weight: bold;
  font-family: din-2014, 'Noto Sans JP', "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", sans-serif;
  color: #111;
  padding: 0 35px;
}
.BlkArticle__share__inner ul li a {
  width: 100%;
  display: block;
  padding: 15px;
  box-sizing: border-box;
  border: 1px solid #111;
  max-width: 300px;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.BlkArticle__share__inner ul li a::before {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.BlkArticle__share__inner ul li a:hover::before {
  top: 0;
  left: 0;
  background-color: #000;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.BlkArticle__share__inner ul li a img {
  opacity: 0;
}
.BlkArticle__share__inner ul li:first-child a:after {
  content: '';
  display: block;
  width: 28px;
  height: 22px;
  background: url("../images/icn_fb.png") no-repeat;
  background-size: 28px 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.BlkArticle__share__inner ul li:first-child a:hover:after {
  background: url("../images/icn_fb_w.png") no-repeat;
}
.BlkArticle__share__inner ul li:last-child a:after {
  content: '';
  display: block;
  width: 28px;
  height: 22px;
  background: url("../images/icn_tw.png") no-repeat;
  background-size: 28px 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.BlkArticle__share__inner ul li:last-child a:hover:after {
  background: url("../images/icn_tw_w.png") no-repeat;
}
.BlkArticle__relation {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
.BlkArticle__relation__inner {
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
  padding: 20px 0;
  display: flex;
  justify-content: space-around;
  position: relative;
}
.BlkArticle__relation__link {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.BlkArticle__relation__link.-itemRight:before {
  content: '';
  display: inline-block;
  background: url("../images/icn_prev.png") no-repeat;
  background-size: 11px 56px;
  width: 11px;
  height: 56px;
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translate(0, -50%);
}
.BlkArticle__relation__link.-itemLeft:before {
  content: '';
  display: inline-block;
  background: url("../images/icn_next.png") no-repeat;
  background-size: 11px 56px;
  width: 11px;
  height: 56px;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translate(0, -50%);
}
.BlkArticle__relation__link.-itemRight .BlkArticle__relation__text {
  text-align: right;
}
.BlkArticle__relation__link.-itemLeft .BlkArticle__relation__text {
  text-align: left;
}
.BlkArticle__relation__link.-itemLeft {
  flex-direction: row-reverse;
}
.BlkArticle__relation__inner a {
  width: 48%;
}
.BlkArticle__relation__inner a:hover {
  opacity: .6;
  transition: all ease .5s;
}
.BlkArticle__relation__inner a.coming:hover {
  pointer-events: none;
  opacity: 1;
}
.BlkArticle__relation__item {
  width: 35%;
  min-height: 120px;
  overflow: hidden;
}
.BlkArticle__relation__item img {
  width: 100%;
  max-width: 180px;
  min-height: 120px;
  object-fit: cover;
}
.BlkArticle__relation__text {
  width: 65%;
  padding: 0 20px;
  box-sizing: border-box;
}
.BlkArticle__relation__text span {
  font-size: 15px;
  font-weight: bold;
  font-family: din-2014, 'Noto Sans JP', "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", sans-serif;
  color: #111;
}
.BlkArticle__relation .BlkArticle__relation__title {
  font-weight: bold;
  background: none;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 14px;
  padding: 0;
  color: #111;
}
.BlkArticle__relation__title span {
  font-size: 10px;
  display: block;
}
.BlkArticle__contents__profile {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 80px;
}
.BlkArticle__contents__profile figure {
  width: 50%;
  margin-top: 0;
}
.BlkArticle__contents__profile figure img {
  width: 100%;
  height: auto;
}
.BlkArticle__contents__profile p {
  width: 50%;
  padding-left: 5%;
  box-sizing: border-box;
  font-size: 16px;
}
.BlkArticle__contents__profile p span.name {
  font-weight: bold;
  font-size: 20px;
  display: block;
}
.BlkArticle__disclaimer {
  margin-top: 50px;
  padding-top: 50px;
  font-size: 12px;
  border-top: 1px solid #000;
  width: 100%;
}
.BlkArticle__disclaimer .BlkArticle__disclaimer_inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto 50px;
  padding: 0 20px;
  box-sizing: border-box;
  line-height: 1.9;
}
.BlkArticle__disclaimer .BlkArticle__disclaimer_inner p {
  font-size: 12px !important;
  padding-bottom: 1em;
}
.BlkArticle__disclaimer .BlkArticle__disclaimer_inner table {
  width: auto;
  border-collapse: collapse;
  margin-top: 30px;
}
.BlkArticle__disclaimer .BlkArticle__disclaimer_inner table th {
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  padding: 3px;
  text-align: left;
  color: #333;
  background-color: #eee;
  border: 1px solid #b9b9b9;
  line-height: 1.4;
}
.BlkArticle__disclaimer .BlkArticle__disclaimer_inner table td {
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  padding: 3px;
  text-align: left;
  color: #333;
  border: 1px solid #b9b9b9;
  line-height: 1.4;
}
/********************************
	BlkIframe
********************************/
.BlkIframe {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative;
  margin-top: 32px;
}
.BlkIframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .BlkArticle__inner {
    display: block;
    margin: 40px 0 50px;
  }
  .BlkArticle__contents {
    width: 100%;
    padding: 0;
  }
  .BlkArticle__contents h2 {
    font-size: 20px;
    margin: 50px 0 30px;
  }
  .BlkArticle__contents h3 {
    font-size: 18px;
  }
  .BlkArticle__contents p {
    margin-top: 30px;
    font-size: 14px;
  }
  .BlkArticle__contents a.btn {
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    padding: 20px;
    box-sizing: border-box;
    line-height: 1.5;
    background: #E60012;
    display: block;
    max-width: 720px;
    margin: 40px auto 0;
    position: relative;
    text-align: center;
  }
  .BlkArticle__contents__lead p.first {
    margin-top: 50px;
  }
  .BlkArticle__contents a.btn:after {
    right: 0;
  }
  .BlkArticle__contents figure {
    margin: 20px 0;
  }
  .BlkArticle__btn {
    margin-top: 50px;
  }
  .BlkArticle__btn a {
    padding: 20px;
  }
  .BlkArticle__btn a:after {
    margin-left: 20px;
  }
  .BlkArticle__contents__box {
    padding: 30px 20px;
    margin-top: 20px;
  }
  .BlkArticle__profile__inner {
    flex-direction: column-reverse;
  }
  .BlkArticle__profile__thumb {
    width: 100%;
  }
  .BlkArticle__profile__thumb img {
    max-width: 200px;
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  .BlkArticle__profile__text {
    width: 100%;
    padding-right: 0;
  }
  .BlkArticle__contents__profile {
    display: block;
  }
  .BlkArticle__contents__profile figure {
    margin-bottom: 20px;
  }
  .BlkArticle__contents__profile figure, .BlkArticle__contents__profile p {
    width: 100%;
    padding: 0;
  }
  .BlkArticle__share {
    margin-top: 50px;
  }
  .BlkArticle__share__inner {
    padding: 50px 0 40px;
    position: relative;
  }
  .BlkArticle__share__inner ul {
    margin-top: 0;
    justify-content: space-between;
  }
  .BlkArticle__share__inner ul li:nth-child(2) {
    position: absolute;
    top: 17px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .BlkArticle__share__inner ul li:first-child, .BlkArticle__share__inner ul li:last-child {
    width: 48%;
  }
  .BlkArticle__relation__item {
    display: none;
  }
  .BlkArticle__relation__inner a {
    width: 50%;
  }
  .BlkArticle__relation__text {
    width: 100%;
    padding: 0;
  }
  .BlkArticle__relation .BlkArticle__relation__title {
    font-size: 12px;
  }
  .BlkArticle__relation__link.-itemRight {
    border-right: 1px solid #111;
    padding-right: 8px;
    box-sizing: border-box;
  }
  .BlkArticle__relation__link.-itemLeft {
    padding-left: 8px;
    box-sizing: border-box;
  }
  .BlkLatest h2 {
    font-size: 20px;
  }
  .BlkArticle__share__inner, .BlkUbs__inner {
    border-top: 1px solid #111;
  }
  .BlkArticle__relation__inner {
    border-top: 1px solid #111;
    border-bottom: 1px solid #111;
  }
  .BlkArticle__disclaimer .BlkArticle__disclaimer_inner table {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .BlkArticle__inner {
    display: block;
    padding: 0;
  }
  .BlkArticle__contents__lead {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .BlkArticle__contents {
    width: 100%;
    padding: 0;
  }
  .BlkFooter__link a {
    position: relative;
    text-decoration: none;
    font-size: 12px;
    color: #fff;
    padding: 10px;
    box-sizing: border-box;
    line-height: 1.5;
    margin: 0;
    width: 33.333%;
  }
  /*
  .BlkFooter__link a:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%, 0);
    width: 35px;
    height: 8px;
    background-image: url(../images/link.png);
    background-repeat: no-repeat;
    background-size: 36px 8px;
  }
  */
  .BlkUbs__logo {
    margin: 50px 0;
  }
  .BlkUbs__inner h2 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .BlkFooter__link {
    padding: 0;
  }
}
@media screen and (max-width: 420px) {
  .BlkLatest__block__list {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .BlkLatest__block__text {
    padding: 20px 0 15px;
    box-sizing: border-box;
  }
  .BlkFooter__copy {
    font-size: 10px;
  }
}
.FixBnrPC {
  display: none;
}
/********************************
UBS SuMi TRUST オンラインセミナーのCSSここから
********************************/
.BlkArticle__sumi__subtitle {
  font-size: 18px;
}
.BlkArticle__sumi {
  text-align: center;
  background-color: #f2f2f2;
  margin-top: 30px;
}
.BlkArticle__sumi__inner {
  padding: 35px;
}
.BlkArticle__sumi__inner h2 {
  margin: 30px 0;
}
.BlkArticle__sumi__wrap {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.BlkArticle__sumi__explan {
  text-align: left;
padding-left: 20px;
     
}

.BlkArticle__sumi__explan dl{
	display: flex;
	font-size:14px;
	line-height: 1.6;
}

.BlkArticle__sumi__explan dl dt{
	width: 18%;
	text-align: center;
       
}
.BlkArticle__sumi__explan dl dd{
	width:82%;
    max-width: 513px;
		padding-left: 2em;
text-indent:-2em;
}

.sumi_vol dd{
			padding-left: 0;
text-indent:0;
}

.sumi__end{
  background-color: #c00000;
  color: white;
    padding: 20px 35px 23px;
}

.sumi__end p{
    font-size:.9em;
}
.sumi__end--btn{
    padding-top: 20px;
}
.sumi__end--btn a:link,.sumi__end--btn a:visited{
    color: #c00000;
    border: 1px white solid;
    padding: 0 5px 3px;
    background-color: white;
}

.BlkArticle__sumi__explan p {
  margin-top: 0;
  padding-bottom: 1em;
  font-size: 14px;
  line-height: 1.6; 
}
.BlkArticle__sumi__explan p:nth-last-of-type(1) {
  padding-bottom: 0;
}
.BlkArticle__sumi__text {
  padding: 20px 0 30px;
  text-align: left;
}
.BlkArticle__sumi__text p {
  line-height: 1.6;
}
.BlkArticle__sumi__btn {
  max-width: 340px;
  margin: 0 auto 20px;
}
.BlkArticle__sumi__btn a {
  background-color: #c00000;
  color: white;
  width: 100%;
  font-size: 16px;
  height: auto;
  padding: 5px 10px;
}
.BlkArticle__sumi__wrap img {
  padding: 0 10px 0 0;
  max-width: 280px
}
.BlkArticle__sumi__transfer {
  text-align: center;
}
.sumi_font_s {
  font-size: 12px;
}
.sumi_vol1{
	padding-top: 1em;
}

@media screen and (max-width: 970px) {
	  .BlkArticle__sumi__wrap img {
    padding: 0 0 50px 0;
  }
    .BlkArticle__sumi__wrap {
      display: block;
    }
    .BlkArticle__sumi__explan {
    padding-left: 0;
    }
}

@media screen and (max-width: 768px) {
  .BlkArticle__sumi__wrap img {
    padding: 0 0 30px 0;
  }
  .BlkArticle__sumi {
    margin-top: 50px;
  }
}
@media screen and (max-width: 590px) {


.BlkArticle__sumi__explan dl dt{
	width: 30%;
}
.BlkArticle__sumi__explan dl dd{
	width:70%;
}
.sumi__end p {
  font-size: .8em;
}
.sumi__end--btn a:link, .sumi__end--btn a:visited {
  font-size: .9em;
}
.sumi__end--heading{
line-height: 1.3;
    padding-bottom: 10px;
}
}

@media screen and (max-width: 470px) {
  .BlkArticle__sumi__btn {
    max-width: 290px;
  }
  .BlkArticle__sumi__btn a {
    font-size: 12px;
  }
  .BlkArticle__sumi__inner {
    padding: 30px 10px;
  }
  .BlkArticle__sumi__explan p,.BlkArticle__sumi__explan dl {
    line-height: 1.4;
    font-size: 12px;
  }
.BlkArticle__sumi__explan dl{
	padding-bottom: 0.5em;
}
	.BlkArticle__sumi__explan dl:nth-last-of-type(1){
		padding-bottom: 0;
	}
	
}
@media screen and (max-width: 350px) {
  .BlkArticle__sumi__wrap img {
    max-width: 250px
  }
  .BlkArticle__sumi__explan p {
    font-size: 11px;
  }
  .sumi_font_s {
    font-size: 11px;
  }
  .BlkArticle__sumi__btn {
    margin: 0 auto 20px;
  }
.BlkArticle__sumi__explan dl dt{
	width: 40%;
}
.BlkArticle__sumi__explan dl dd{
	width:60%;
}
}
/********************************
UBS SuMi TRUST オンラインセミナーのCSSここまで
********************************/
/********************************
UBS SuMi TRUSTのウェルス・マネジメント
********************************/
.BlkArticle__manage{
	    width: 100%;
}
.BlkArticle__manage__inner{
    background-color: #f7f6f6;
    width: 100%;
    max-width: 850px;
    margin: 80px auto;
    padding: 0 20px;
    box-sizing: border-box;
}
.BlkArticle__manage__inner h2{
	text-align: center;
	padding-top: 50px;
}
.BlkArticle__manage__inner h2::before{
	 background-image: url(/ads/ubs_sumi_trust/articles/0004/images/photo_008.png);
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 30px;/*画像の幅*/
  height: 14px;/*画像の高さ*/
  background-size: contain;
  vertical-align: middle;
    margin-right: 5px;
}
.BlkArticle__manage__inner h2::after{
	  background-image: url(/ads/ubs_sumi_trust/articles/0004/images/photo_007.png);
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 30px;/*画像の幅*/
  height: 14px;/*画像の高さ*/
  background-size: contain;
  vertical-align: middle;
	    margin-left: 5px;
}
.BlkArticle__manage__inner figure{
	text-align: center;
}

.BlkArticle__manage__inner p .font_bold{
	text-align: center;
	display: block;
	font-size: 18px;
}
/********************************
UBS SuMi TRUSTのウェルス・マネジメントここまで
********************************/
/*20201021追記↓*/
.BlkMain__item p {
    text-align: right;
    padding-top: 5px;
    font-size: 16px;
    line-height: 1.4;
}
.sp_br {
    display: none;
}
.BlkMain__item p span {
    color: grey;
}

@media screen and (max-width: 768px) {
.BlkMain__item p {
    font-size: 14px;
    padding-right: 10px;
    line-height: 1.5;
}
.BlkMain__item p span {
    font-size: 12px;
    display: block;
    margin-top: 5px;
}
.sp_br {
    display: block;
}
}
/*20201021追記↑*/

/*20210127追記↓*/
@media screen and (max-width: 768px) {
.vol4_size p{
	font-size: 10px;
}
}
@media screen and (max-width: 520px) {
.vol4_size p{
	font-size: 5px;
}
}
/*20210127追記↑*/