@charset "utf-8";
.bg-img {
    background: url(/files/images/project/bg_projectmedia.jpg) center top no-repeat!important;
    background-size: cover;
}
.lead-box {
    padding-bottom: 70px;
}

@media screen and (max-width: 768px) {
.bg-img {
    background: none;
}
.mt-box {
    top: 50%;
}
.lead-box {
    background-color: #fff;
    margin: -12% 0 0;
    padding-bottom: 16%;
}
.lead-box .lead-heading {
    font-size: 150%;
}
.lead-box .lead-txt {
    display: block;
    font-size: 94%;
    line-height: 1.83;
    margin-top: 8.5%;
    padding: 0 7%;
}
.lead-box .lead-txt + .lead-txt {
    margin-top: 7%;
}
}
/*---------------------------------------------------------------------
  outline-box
---------------------------------------------------------------------*/
.outline-box .slide-wrap {
    height: 0;
    padding-bottom: 47.509%;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.outline-box .slide-wrap li {
    height: 100%;
    left: 50%;
    position: absolute;
    opacity: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    transition: opacity 1s, -webkit-transform 10s linear;
    transition: opacity 1s, transform 10s linear;
    transition: opacity 1s, transform 10s linear, -webkit-transform 10s linear;
    width: 100%;
    z-index: 1;
}
.outline-box .slide-wrap li.show_ {
    opacity: 1;
}
.outline-box .slide-wrap li.zoom_ {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}
.outline-box .outline-img {
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    width: 55.5475%;
    z-index: 2;
}

@media screen and (max-width: 768px) {
.outline-box .slide-wrap {
    padding-bottom: 160%;
}
.outline-box .slide-wrap li {
    width: 200%;
}
.outline-box .outline-img {
    width: 100%;
}
}
/*---------------------------------------------------------------------
  commitment-box
---------------------------------------------------------------------*/
.commitment-box {
    background-color: #fff;
    padding: 4.9% 0 6.3% 5.2091%;
}
.commitment-box .commitment-heading {
    background-color: #b90000;
    border-radius: 125px 0 0 125px;
    margin: 0 0 4% 18.1%;
    width: auto
}
.commitment-box .commitment-heading h2 {
    padding: 0 0 0 4.4%;
}
.commitment-box .commitment-heading h2 span {
    background-size: 16.3% auto;
    box-sizing: content-box;
    display: block;
    padding-top: 2%;
    padding-right: 0%;
    padding-left: 0%;
    padding-bottom: 2%;
    width: 50%;
}
.commitment-box .commitment-list {
    margin: 0% 23.5% auto;
    width: 75%;
}
.commitment-box .commitment-list li {
    background: url(/files/images/project/ico_commitment-list.png) left center no-repeat;
    font-size: 140%;
    line-height: 1.75;
    padding-left: 54px;
}

@media screen and (max-width: 1100px) {
.commitment-box .commitment-list li {
    font-size: 120%;
}
}

@media screen and (max-width: 900px) {
.commitment-box .commitment-list li {
    font-size: 100%;
}
}
.commitment-box .commitment-list li + li {
    margin-top: 2%;
}

@media screen and (max-width: 768px) {
.commitment-box {
    padding: 19% 0 24.5%;
}
.commitment-box .commitment-heading {
    margin: 0 0 10%;
}
.commitment-box .commitment-heading h2 {
    padding: 5% 2% 5% 7%;
}
.commitment-box .commitment-heading h2 span {
    background-size: 17.5% auto;
    padding: 0%;
    width: 95%;
}
.commitment-box .commitment-list {
    margin: 0% 5.5% auto;
}
.commitment-box .commitment-list {
    width: 88%;
}
.commitment-box .commitment-list li {
    background-size: auto 13px;
    font-size: 100%;
    line-height: 1.2;
    padding-left: 30px;
}
.commitment-box .commitment-list li + li {
    margin-top: 8%;
}
}
/*---------------------------------------------------------------------
  tab-continer
---------------------------------------------------------------------*/
/*kyoeiaad*/
.detail-inr .padding-top {
    padding-top: 40px;
}
.tab-continer {
    background-color: #fff;
    position: relative;
    overflow: hidden;
}
.tab-continer .tab-heading {
 font-size: calc(48 * ((100vw - 769px) / 1920) + 25px);
    text-align: center;
}
.tab-continer .tab-head {
    display: table;
    margin: 0 auto;
    max-width: 1040px;
    padding: 0 20px;
    width: 100%;
}
.tab-continer .tab-head li:first-child {
    border-left: 1px solid #999;
}
.tab-continer .tab-head li {
    border-right: 1px solid #999;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 14.2857%;
}
.tab-continer .tab-head li a {
    background-color: #fff;
    color: #000;
    display: table;
    padding: 22px 0;
    position: relative;
    -webkit-transition: background 0.6s ease-in-out, color 0.6s ease-in-out;
    transition: background 0.6s ease-in-out, color 0.6s ease-in-out;
    vertical-align: middle;
    width: 100%;
}
.tab-continer .tab-head li a:after {
    border-color: #000000 transparent transparent transparent;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    bottom: 0;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: border 0.6s ease-in-out;
    transition: border 0.6s ease-in-out;
    width: 0;
}
.tab-continer .tab-head li a span {
    display: table-cell;
    font-size: 100%; /*  16px  */
    letter-spacing: .1px;
    line-height: 1.5;
    vertical-align: middle;
    width: 100%;
}
.tab-continer .tab-head li a.active {
    background-color: #b90000;
    color: #fff;
}
.tab-continer .tab-head li a.active:after {
    border-color: #ffffff transparent transparent transparent;
}
.tab-continer .tab-wrap {
    background-color: #f4f4f4;
}
.tab-continer .tab-inner {
    margin: 0 auto;
    max-width: 1040px;
    padding: 0 20px;
    width: 100%;
}
.tab-continer .tab-body {
    padding: 7.5% 0 9.5%;
}
.tab-continer .tab-body.hide {
    display: none;
}
.tab-continer .medium-box {
    margin-bottom: 5.5%;
}
.tab-continer .medium-box img {
    opacity: 0.55;
    transition: all 2s;
}
.tab-continer .medium-head {
    margin-bottom: 35px;
}
.tab-continer .region-title {
    font-size: 200%; /*  32px  */
    letter-spacing: .1px;
    float: left;
}
.tab-continer .in-page {
    font-size: 0;
    float: right;
    margin-top: 2.5%;
    width: 57.6%;
}
.tab-continer .in-page li {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 33.3%;
}
.tab-continer .in-page li + li {
    border-left: 1px solid #666;
}
.tab-continer .in-page li a {
    color: #000;
    display: block;
    font-size: 18px;
    line-height: 1;
	padding-top: 20px !important;
    padding-bottom: 22px !important;
    position: relative;
}
.tab-continer .in-page li a:hover {
    color: #fff;
	z-index: 2
}
.tab-continer .in-page li a:hover.over::before {
	z-index: -1;
}
.tab-continer .in-page li a.scroll {
    -webkit-transition: background 0.6s ease-in-out, color 0.6s ease-in-out;
    transition: background 0.6s ease-in-out, color 0.6s ease-in-out;
}
.tab-continer .in-page li a.scroll:after {
    border-color: #000000 transparent transparent transparent;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    bottom: 0;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: border 0.6s ease-in-out;
    transition: border 0.6s ease-in-out;
    width: 0;
}
.tab-continer .in-page li a.scroll.up:after {
    border-color: transparent transparent #000000 transparent;
    border-width: 0 10px 10px 10px;
}
.tab-continer .in-page li a.over:before {
    height: 100%;
    width: 30px;
}
.tab-continer .in-page li a.over:hover:before {
    width: 100%;
}
.medium-body a:nth-child(3n + 1) {
    margin-left: 0;
}
.medium-body a {
    color: #fff;
    float: left;
    margin-bottom: 3.5%;
    margin-left: 2%;
    position: relative;
    width: 32%;
    background: #000;
    transition: background 0.6s ease-in-out;
}

/*媒体画像をクリックすると表示されるリスト*/
.medium-item-box {
    position: absolute;
    z-index: 10;
    background: #fff;
    color: #000;
    width: 90%;
    top: 50%;
    left: 5%;
}
.medium-item-box p {
    padding: 0 10px;
    color: #fff;
    background: #b90000
}
.medium-item-box li {
    padding: 0 0 0 10px;
    color: #b90000;
    position: relative;
    padding-left: 35px
}
.medium-item-box li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    font-weight: bold;
    color: #b90000;
    position: absolute;
    left: 10px
}
.medium-item-box li:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 0;
    height: 5px;
    background: #b90000;
    transition: .3s;
}
.medium-item-box li:hover::after {
    width: 100%;
}
.medium-item-box li a {
    width: 100%;
    display: block;
    color: #b90000
}
/*スマホで媒体画像と文字を横並びにするために必要なtable*/
.over_table {
    display: table;
    width: 100%
}
.tab-continer .medium-body .medium-item:hover {
    background: none;
}
.tab-continer .medium-body .medium-item:hover img {
    opacity: 1
}
.tab-continer .medium-body .medium-item:nth-child(4n + 1) {
    margin-left: 0;
}
.tab-continer .medium-body .medium-item .medium-txt {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 83.41%;
    z-index: 1;
}
.tab-continer .medium-body .medium-item .medium-title {
    border-bottom: 1px solid rgba(255, 255, 255, .6);
 font-size: calc(18 * ((100vw - 769px) / 1920) + 14px); /*  18px  */
    font-weight: bold;
    letter-spacing: 3px;
    margin-bottom: 2.045%;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    line-height: 1.5em
}
.tab-continer .medium-body .medium-item .medium-en {
    color: rgba(255, 255, 255, 1);
 font-size: calc(18 * ((100vw - 769px) / 1920) + 8px); /*  16px  */
    font-weight: bold;
    letter-spacing: 3px;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    line-height: 1.5em
}
.tab-continer .region-btn .btn-title {
    font-size: calc(19 * ((100vw - 769px) / 1920) + 12px)!important;

    width: 50%!important;
}
.tab-continer .medium-body .bet-txt {
    letter-spacing: 1px!important;
}

@media screen and (min-width:769px) {
.tab-continer .tab-head li a:hover,  .tab-continer .in-page li a.scroll:hover {
    background-color: #b90000;
    color: #fff;
}
.tab-continer .tab-head li a:hover:after,  .tab-continer .in-page li a.scroll:hover:after {
    border-color: #ffffff transparent transparent transparent;
}
.tab-continer .in-page li a.scroll.up:hover:after {
    border-color: transparent transparent #ffffff transparent;
}
.tab-continer .medium-body .medium-item.over:hover .medium-txt .medium-title {
    border-color: rgba(185, 000, 000, .6) !important;
    color: #b90000 !important;
}
.tab-continer .medium-body .medium-item.over:hover .medium-txt .medium-en {
    color: rgba(185, 000, 000, .6) !important;
}
	.tab-continer .region-btn .btn-title strong{
		margin-bottom: 0.6em;
	}
}

@media screen and (max-width: 768px) {
.tab-continer .tab-heading {
    display: none;
}
	.tab-continer .region-btn .btn-img img{
		width: 100%;
	}
.tab-continer .tab-head {
    display: block;
    max-width: none;
    padding: 0;
    width: auto;
}
.tab-continer .tab-head li {
    border-bottom: 1px solid #999;
    float: left;
    width: 33.33333333333333%;
}
.tab-continer .tab-head li:first-child {
    border-left: none;
}
.tab-continer .tab-head li:nth-child(3n) {
    border-right: none;
}
.tab-continer .tab-head li a {
    background-color: transparent;
    padding: 16% 0 15%;
}
.tab-continer .tab-head li a span {
    font-size: 88%; /*  14px  */
}
.tab-continer .tab-inner {
    margin: 0;
    max-width: none;
    padding: 0;
    width: auto;
}
.tab-continer .tab-body {
    padding: 7% 0 0;
}
.tab-continer .medium-box {
    margin-bottom: 0;
}
.tab-continer .medium-box + .medium-box {
    margin-top: 7%;
}
.tab-continer .medium-head {
    margin-bottom: 6%;
}
.tab-continer .region-title {
    border-left: 3px solid #313131;
    font-size: 157%; /*  25px  */
    float: none;
    line-height: 1;
    margin: 0 25px 8%;
    padding-left: 15px;
}
.tab-continer .in-page {
    float: none;
    margin: 0 25px 0;
    width: auto;
}
.tab-continer .in-page li a {
    font-size: 16px;
}
.tab-continer .medium-body .medium-item {
    background-color: #fff;
    border-bottom: 3px solid #313131;
    color: #000;
    float: none;
    display: table;
    margin: 0;
    width: 100%;
}
.tab-continer .medium-body .medium-item img,  .tab-continer .medium-body .medium-item .medium-txt {
    display: table-cell;
    vertical-align: middle;
}
.tab-continer .medium-body .medium-item img {
    width: 100%;
}
.tab-continer .medium-body .medium-item .medium-txt {
    font-size: 100%;
    left: 0;
    padding: 0 10px;
    position: static;
    top: 0;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    width: 49.2%;
}
.tab-continer .medium-body .medium-item .medium-title {
    border-color: rgba(000, 000, 000, .6);
    font-size: inherit;
}
.tab-continer .medium-body .medium-item .medium-en {
    color: rgba(000, 000, 000, .6);
    font-size: 88%;
}
}
.next-content {
    background-color: #f4f4f4;
}
/*20181218*/
.tab-continer .region-btn .btn-title strong {
    display: block;
	padding-bottom: 0.8em;
	border-bottom: 1px solid rgba(000, 000, 000, .6);
	font-size: 16px;
    
}
.tab-continer .region-btn .btn-title span {
	font-size: 16px;
}
@media screen and (max-width:769px) {
.tab-continer .region-btn .btn-title strong {
    padding: 10px;
	font-size: 16px;
	border-bottom: 1px solid rgba(000, 000, 000, .6);
}
.tab-continer .region-btn .btn-title {
    padding: 0 10px!important;
	display: table-cell;
    vertical-align: middle;
	width: 49.2%;
	text-align: center;
}
.tab-continer .region-btn .btn-title span {
    padding: 10px 10px;
    display: block;
}
}
.medium-item img {
    opacity: 0.55;
    transition: all 2s;
}
