@charset "UTF-8";
/* CSS Document */
/* ==============================
   ÑuÆ·LP 
============================== */
#main-wrap {
  padding: 2rem 0 2rem 0;
  margin-top: 76px;
}
.fv-video {
    width: 100%;
    height: 100%;
    position: relative;
}
.fv-video video {
    width: 100%;
    height: auto;
}
.fv-image {
    width: 100%;
    height: 100%;
    position: relative;
}
#fv-text {
    position: absolute;
    top: 0px;
    width: 50%;
    height: auto;
    max-width: 800px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
}
#fv-text > h1 {
  color: #066;
  font-weight: 500;
  width: auto;
}
#fv-text > p {
  font-size: calc(1em + 1.3vw);
  display: block;
  margin-top: 1rem;
  color: #6c757d;
  font-weight: 500;
  line-height: 1.25;
}
#fv-text >h1 small {
	font-size: 2.5rem;
	vertical-align: text-top;
}
.lead {
    background-color: rgba(220, 220, 220, 0.40);
    padding-top: 1rem;
    padding-right: 2rem;
    padding-left: 2rem;
    padding-bottom: 1rem;
    margin-top: 3rem;
}
.lead p:last-child {
    margin-bottom: 0px;
}
.fuchidori {
  text-shadow: 1px 1px 3px #fff, -1px -1px 3px #fff, -1px 1px 3px #fff, 1px -1px 3px #fff, 1px 0px 3px #fff, -1px 0px 3px #fff, 0px 1px 3px #fff, 0px -1px 3px #fff;
  margin: 0;
}
.single-video {
    max-width: 640px;
    margin: 0 auto;
    padding-bottom: 0.5rem;
}
.lineup-wrap .card-img-top  {
    max-height: 200px;
	width: auto;
    margin-right: auto;
    margin-left: auto;
}
.lineup-wrap .card-body {
    position: relative;
}
.lineup-wrap .card-body:before {
    content: "";
    display: block;
    width: calc(100% - 30px);
    position: absolute;
    top: 0px;
    border-top: 2px solid rgba(0, 102, 102, 0.30);
    left: 50%;
    transform: translateX(-50%);
}
.lineup-wrap .card-title {
    font-size: 1.25rem;
/*    text-align: center;*/
    margin-bottom: 1rem;
}
.lineup-wrap .card-subtitle {
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #6c757d;
}
.lineup-wrap .link-wrap p {
    margin-bottom: 0px;
}
.lineup-wrap .btn {
    display: block;
    margin-top: 0.5rem;
}
.lineup-wrap .btn:last-child {
	    margin-bottom: 1rem;
}
.lineup-wrap .ratio {
	max-width: 320px;
	margin: 0 auto;
}
.nayami-list {
  list-style-type: none;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.nayami-list li {
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  background-color: #EDEDED;
  border-radius: 8px;
  display: inline-block;
  margin-left: 0px;
}
.nayami-list li:not(:last-child) {
  margin-bottom: 2rem;
}
.jirei-title {
    /* [disabled]font-size: 2rem; */
    line-height: 1.5;
    border: none;
    padding-left: 0px;
}
.jirei-subtitle {
	font-size: 20px;
	line-height: 1.5;
}
#jirei .btn-dl , #jirei .btn:visited{
    color: #fff;
    background-color: #eb6100;
    border-color: #eb6100;
    display: block;
    max-width: 420px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
#jirei.btn-dl:hover {
    color: #eb6100;
    background-color: #fff;
	opacity: 1;
}
a.btn-dl:focus {
    color: #fff;
    background-color: #eb6100;
    border-color: #eb6100;
    -webkit-box-shadow: 0 0 0 .25rem rgba(0,102,102,0.50);
    box-shadow: 0 0 0 .25rem rgba(0,102,102,0.50);
}
a.btn-dl:active {
    color: #fff;
    background-color: #eb6100;
    border-color: #eb6100;
}
.tag-area ul {
	padding-left: 0px;
}
.tag-area ul li {
	display: inline-block;
	padding-right: 0.5em;
	padding-left: 0.5em;
	margin-bottom: 0.5em;
	border-radius: 5px;
	color: #FFFFFF;
	background-color: #006666;
	font-size: 0.875em;
	padding-bottom: 0px;
	margin-left: 0;
}
.more::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: solid 20px #066;
    border-right: solid 20px transparent;
    border-bottom: solid 20px transparent;
    border-left: solid 20px transparent;
    position: relative;
/*    top: 20px;*/
	top: -24px;
    left: 50%;
    margin-left: -20px;
}
.triangle li   {
    position: relative;
}
.triangle li:not(:last-child)::after   {
    position: absolute;
    bottom: calc(50% - 14px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 0 14px 16px;
    border-color: transparent transparent transparent #006666;
    content: "";
    right: -8px;
}
.caret-right    {
    position: relative;
}
.caret-right >.border::after   {
    position: absolute;
    /* [disabled]width: 0; */
    /* [disabled]height: 0; */
    border-style: solid;
    border-width: 14px 0 14px 16px;
    border-color: transparent transparent transparent #006666;
    content: "";
    right: -16px;
    bottom: 50%;
}
.box {
    position: relative;
    margin-top: 2rem;
    margin-right: 0px;
    margin-bottom: 2rem;
    margin-left: 0px;
    padding-top: 0.5rem;
    padding-right: 1rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    border: 2px solid #006666;
}
.box-title {
    position: absolute;
    display: inline-block;
    top: -1.25rem;
    background-color: #fff;
    padding-top: 0.25rem;
    padding-right: 1rem;
    padding-bottom: 0.25rem;
    padding-left: 1rem;
    color: #066;
    font-size: 1.25rem;
    font-weight: bold;
}
.holder img + p{
    margin-top: 0.5rem;
}
@media (max-width: 991px) {
.lineup-wrap .d-flex a.btn {
    display: block;
}
  #fv-text {
    width: 100%;
    text-align: center;
    max-width: none;
    position: static;
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
.triangle-r .holder::after {
    position: absolute;
    left: calc(50% - 20px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 20px 0 20px;
    border-color: #006666 transparent transparent transparent;
    content: "";
}
	#fv-text >h1 small {
	font-size: calc(1rem + 2.3vw);
}
}
/* ==============================
   ¥¤¥Á¥ª¥·TOP 
============================== */
input[type="radio"] {
  position: absolute;
  left: -9999px;
}
.filters {
  text-align: center;
  margin-bottom: 2rem;
}
.filters * {
  display: inline-block;
}
.filters label {
  text-align: center;
  padding: 0.25rem 0.5rem;
  margin-bottom: 0.25rem;
  min-width: 50px;
  line-height: normal;
  cursor: pointer;
  transition: all 0.2s;
  color: #066;
	font-weight: bold;
	font-size: 18px;
/*	border:1px solid #066;*/
  border-radius: 4px;

}
.filters label:hover {
  background: #066;
  color: #fff;
}
.targets {
	list-style: none;
	padding-left: 0;
}
[value="All"]:checked ~ .filters [for="All"],
[value="sme"]:checked ~ .filters [for="sme"],
[value="whs"]:checked ~ .filters [for="whs"] {
  background: #066;
  color: #fff;
}
.targets .card-body {
  display: flex;
  flex-direction: column;
}
.targets .card-text {
  flex-grow: 1;
}
.targets .card-link {
  display: inline-block;
  text-align: right;
}
.targets .card-link::before {
  content: url(/photo/arrow-right-square.svg);
  vertical-align: middle;
  padding-right: 8px;
  filter: invert(25%) sepia(74%) saturate(1142%) hue-rotate(146deg) brightness(95%) contrast(101%);
  transition: .2s;
}

.targets .card-link:hover::before {
	padding-right: 4px;
}
.badge.bg-sme {
    background-color: #066;
}
.badge.bg-whs {
    background-color: #8b4513;
}
.badge.bg-new {
    background-color: #f00;
}
.card-img-overlay {
	padding: .25rem;
}

@media (max-width: 575px){
.triangle li   {
    position: relative;
}
.triangle li:not(:last-child)::after   {
    position: absolute;
    bottom: auto;
    width: 0;
    height: 0;
    border-style: none;
    border-left-width: 0px;
    border-bottom-width: 0px;
    border-top-width: 0px;
    border-color: transparent;
    content: "";
    right: auto;
}
.caret-right >.border::after {
    border-style: none;
}
}
