@charset "utf-8";
/* ===========================================================

	Title: top.css
	Created: 2020-10-6

=========================================================== */
/*

	header
    main.contents-style
    card
    main-visual
    headline
    top-feature
    top-portfolio
    top-financial
    top-esg
    top-news
	banner-group


=========================================================== */
/* ===========================================================

	header

=========================================================== */
.global-header {
    border-bottom: none;
}

/* ===========================================================

	main.contents-style

=========================================================== */
main.contents-style {
    padding: 160px 0 0;
    margin: 0;
    width: 100%;
    float: none;
    max-width: inherit;
    min-width: inherit;
}
article {
    display: block;
}
@media screen and (max-width: 767px) {
    main.contents-style {
        padding: 80px 0 0;
    }
}

/* ===========================================================

	main

=========================================================== */
main.contents-style section {
}
.contents-style h2 {
  position: relative;
  font-size: 1.8rem;
  color: #888888;
  margin: 0 0 30px;
  padding: 0;
  line-height: 1.2;
  letter-spacing: 0.05em;
  border: none;
  text-align: center;
  font-weight: 400;
    text-transform: uppercase;
}

html:lang(en) .contents-style h2{
    text-transform:none;
}

.contents-style h2::after {
  display: none;
}
.contents-style h2 em {
    font-weight: 400;
    font-size: 3.6rem;
    color: #000;
    display: block;
    line-height: 1;
    margin: 0 0 10px;
    font-style: normal;
}

@media screen and (max-width: 1329px) {
    .contents-style h2 em {
        font-size: 2.8rem;
    }
}

/* ===========================================================

	top-card-style

=========================================================== */
.top-card-style {
    padding: 0 20px 20px;
    width: 100%;
}
.card {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px !important;
}


/* ===========================================================

	main-visual

=========================================================== */
.main-visual {
    float: left;
    width: calc(71% - 10px);
    height: 39vw;
    padding: 0 20px;
    background-size: cover;
    background-position: 50% 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    position: relative;
}
@media screen and (max-width: 1023px) {
    .main-visual {
        height: 55.5vw;
    }
}
.main-visual h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
}

.main-visual h1 img{
    width: 48vw;
    max-width: none;
}
@media screen and (max-width: 1023px) {
    .main-visual {
        float: none;
        width:100%;
    }
}
@media screen and (max-width: 767px) {}

/* Jumbotron__slider --------------------------------------------- */
.jumbotron-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.jumbotron-slider__slide {
  background-size: cover;
  background-position: 50% 100%;
  width: 100%;
    height: 680px;
}
.jumbotron-slider__slide--1 {background-image: url("../img/top/mainvisual__1.jpg");}
.jumbotron-slider__slide--2 {background-image: url("../img/top/mainvisual__2.jpg");}
.jumbotron-slider__slide--3 {background-image: url("../img/top/mainvisual__3.jpg");}
.jumbotron-slider__slide--4 {background-image: url("../img/top/mainvisual__4.jpg");}
.jumbotron-slider__slide--5 {background-image: url("../img/top/mainvisual__5.jpg");}
.jumbotron-slider__slide--6 {background-image: url("../img/top/mainvisual__6.jpg");}
.jumbotron-slider__slide--7 {background-image: url("../img/top/mainvisual__7.jpg");}
.jumbotron-slider__slide--8 {background-image: url("../img/top/mainvisual__8.jpg");}
.jumbotron-slider__slide--9 {background-image: url("../img/top/mainvisual__9.jpg");}
.jumbotron-slider__slide--10 {background-image: url("../img/top/mainvisual__10.jpg");}
.jumbotron-slider__slide--11 {background-image: url("../img/top/mainvisual__11.jpg");}
.jumbotron-slider__slide--12 {background-image: url("../img/top/mainvisual__12.jpg");}
.jumbotron-slider__slide--13 {background-image: url("../img/top/mainvisual__13.jpg");}
/* slick-arrow */
.jumbotron-slider .slick-arrow {
    position: absolute;
    bottom: 30px;
    z-index: 20;
    cursor: pointer;
}
.jumbotron-slider .prev-arrow {
    left: 3%;
}
.jumbotron-slider .next-arrow {
    right: 3%;
}

/* slick-dots */
.jumbotron-slider button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.jumbotron-slider .slick-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    justify-content: center;
    margin: 0 !important;
}
.jumbotron-slider .slick-dots li {
    margin: 0 12px !important;
}
.jumbotron-slider .slick-dots li button {
    position: relative;
    text-indent: -9999px;
}
.jumbotron-slider .slick-dots li button::before {
    content: '●';
    font-size: 8px;
    text-indent: 0px;
    position: absolute;
    top: 0;
    left: 0;
    color: #cccccc;
}
.jumbotron-slider .slick-dots li.slick-active button::before {
    color: #00aacb;
}
/* ===========================================================

	headline

=========================================================== */
.headline {
    float: right;
    width: calc(29% - 10px);
    min-height: 39vw;
    overflow: hidden;
    padding: 30px 30px 0;
    background-color: #f6f5e3;
}
@media screen and (max-width: 1023px) {
    .headline {
        float: none;
        width: 100%;
        min-height:none;
    }
}
.headline h2 {
    color: #c6a368;
    font-size: 3.6rem;
    font-weight: 400;
    display: block;
    text-transform: uppercase;
    line-height: 1;
    margin: 0 0 30px;
    padding: 0;
    font-style: normal;
    text-align: left;
    letter-spacing: 0;
}

.headline h3 {
    color: #333333;
    font-size: 1.8rem;
    margin: 0 0 20px;
    padding: 0;
    font-weight: bold;
    border: none;
}
@media screen and (max-width: 1329px) {
    .headline h2 {
        font-size: 3.2rem;
        margin: 0 0 20px;
    }
    .headline h3 {
        margin: 0 0 10px;
    }
}
.headline h3 > span {
    border: solid 1px #cccccc;
    font-weight: bold;
    font-size: 1.2rem;
    color: #8c979e;
    margin-left: 10px;
    padding: 0 5px;
    margin-top: -3px;
    display: inline-block;
    vertical-align: middle;
}
.headline h3 a  {
    position: relative;
    margin-top: -3px;
    float: right;
    display: inline-block;
    border-radius: 50%;
    background-image: -moz-linear-gradient( 0deg, rgb(8,103,175) 0%, rgb(18,170,205) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(8,103,175) 0%, rgb(18,170,205) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(8,103,175) 0%, rgb(18,170,205) 100%);
    width: 30px;
    height: 30px;
    /*　Scott Kellum Method */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
.headline h3 a:hover  {
    opacity: 0.5;
}
.headline h3 a:before {
    position: absolute;
    top: 50%;
    left: 10px;
    content: "";
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
	transition: all 0.5s;
}

.headline section {
    margin: 0 0 40px !important;
}
@media screen and (max-width: 1329px) {
    .headline section {
        margin: 0 0 20px !important;
    }
}
/* archive-list
----------------------------------------------------------- */
.archive-list .archive-list__body {
    width: 100%;
}

.headline .archive-list .icon{
    margin-right: 0;
}
@media screen and (max-width: 1279px) {
    .headline .archive-list .date {
        margin-right: 0.5rem;
        font-size: 90%;
    }
}
@media screen and (max-width: 1023px) {
    .headline .archive-list .date {
        margin-right: 0.5rem;
        font-size: 100%;
    }
}
/* top-data__value
----------------------------------------------------------- */
.top-data__value em {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 7.2rem;
	letter-spacing: 0em;
    font-weight: normal;
    color: #fff;
    padding: 0 0 30px;
}
/* headline-slider
----------------------------------------------------------- */
.headline-slider {
    padding: 0 0 50px;
}
/* slick-arrow */
.headline .slick-arrow {
    position: absolute;
    bottom: 30px;
    z-index: 20;
    cursor: pointer;
}
.headline .prev-arrow {
    left: 10px;
}
.headline .next-arrow {
    right: 10px;
}

/* slick-dots */
.slick-list .slick-track {
}
.headline button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.headline .slick-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    justify-content: center;
    margin: 0 !important;
}
.headline .slick-dots li {
    margin: 0 12px !important;
}
.headline .slick-dots li button {
    position: relative;
    text-indent: -9999px;
}
.headline .slick-dots li button::before {
    content: '●';
    font-size: 16px;
    text-indent: 0px;
    position: absolute;
    top: 0;
    left: 0;
    color: #666;
}
.headline .slick-dots li.slick-active button::before {
    color: #00aacb;
}

/* headline-slider
----------------------------------------------------------- */
.headline__news {
    border-bottom: solid 1px #d2d2d2;
}
.headline__news .archive-list li {
    flex-wrap: wrap;
    border: none;
    padding: 0;
}
.headline__news .archive-list .archive-list__body {
    padding-top: 5px;
}
.link-button--rss {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 60px;
    text-align: center;
    font-weight: 1.6rem;
    font-size: 1.6rem;
    color: #0065ac !important;
    border: solid 1px #0065ac;
    text-decoration: none !important;
    display: inline-block;
    background: url(../img/global/icon__rss.png) 50% 50% no-repeat;
    background-size: 16px auto;
    /*　Scott Kellum Method */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
.link-button--rss span {
}
.link-button--rss:hover {
    opacity: 0.6;
}


/* headline__data-box
----------------------------------------------------------- */
.headline__data-box {
    border-bottom: solid 1px #d2d2d2;
    padding: 0 0 20px;
}
main.contents-style section.headline__data-box:last-child {
    border-bottom: none;
    padding: 0;
    margin: 0 !important;
}
.headline__data-box p.date {
    font-size: 1.3rem;
    color: #8c979e;
    font-weight: bold;
    margin: 10px 0 0 0;
}

.headline__data-box p.date.for-sp {
    display:none;
}

@media screen and (max-width: 1023px) {
    .headline__data-box p.date {
        display: none
    }
    .headline__data-box p.date.for-sp {
        display:block;
    }
}

.headline__data-box dl {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 1.2;
	margin: 0 0 10px;
    padding: 0;
    color: #00aacb;
	font-size: 1.4rem;
}
.headline__data-box dl dt {
    font-size: 1.6rem;
	width: 100%;
	margin: 0;
    line-height: 1.4;
    font-weight: bold;
}
.headline__data-box dl dt span {
	display: block;
}
.headline__data-box dl dd {
	text-align: right;
	margin: 0;
	white-space: nowrap;
}
.headline__data-box dl dd em {
	font-size: 2.0rem;
    font-style: normal;
    font-weight: bold;
	padding: 0 3px 0;
    color: #00aacb;
}
.headline__data-box dl:first-of-type {
    color: #0065ac;
}
.headline__data-box dl:first-of-type dd em {
	font-size: 4.0rem;
    color: #0065ac;
}
.headline__data-box dl dt br{
        display: none;
    }

@media screen and (max-width: 1600px) {
    .headline__data-box dl dt br{
        display: block;
    }
}
@media screen and (max-width: 1329px) {
    .headline__data-box dl {
	    flex-wrap:wrap;
    }
    .headline__data-box dl:first-of-type dd em {
    	font-size: 3.2rem;
    }
    .headline__data-box dl dt br {
        display: none;
    }
}
@media screen and (max-width: 1023px) {
    .headline__distribute.headline__data-box ul {
        display: flex;
        justify-content: center;
    }
    .headline__distribute.headline__data-box ul li {
        text-align: center;
        width: 33%;
    }
    .headline__data-box dl {
        justify-content: center;
    }
    .headline__data-box dt {
        width: 100%;
    }
    .headline__data-box dl dt br{
        display: block;
    }
}
@media screen and (max-width: 767px) {
    .headline__distribute.headline__data-box ul{
        display: block;
        justify-content: center;
    }
    .headline__distribute.headline__data-box ul li{
        text-align: left;
        width: auto;
    }
    .headline__data-box dl {
        justify-content: space-between;
    }
    .headline__data-box dl dt {
        width: auto;
    }
    .headline__data-box dl dt br {
    }
}

/* ===========================================================

	 top-feature

=========================================================== */
.top-feature {
    float: left;
    width: calc(71% - 10px);
    display: flex;
    height: 100%;
    min-height: 300px;
    overflow: inherit;
}
.top-feature--tcp {
    background-color: #0165ad;
    border-radius: 12px 0 0 12px;
}
.top-feature--nga {
    background-color: #00abcc;
    border-radius: 0 12px 12px 0;
}
.top-feature__box {
    display: flex;
    align-items: center;
    text-align: left;
	transition: all 0.3s;
}
.top-feature .js-visible {
    width: calc(100% - 90px);
    padding: 50px 20px;
}
.top-feature .js-visible .top-feature__title {
    opacity: 0;
    display: none;
}
.top-feature .js-hidden {
    width: 90px;
    padding: 0;
}
.top-feature .js-hidden .top-feature__text,
.top-feature .js-hidden .top-feature__img {
    opacity: 0;
    display: none;
	transition: all 2.0s;
}
.top-feature .js-visible .top-feature__text,
.top-feature__text {
    opacity: 1;
    display: block;
    color: #fff;
    padding: 0 30px;
	transition: all 2.0s;
}

.top-feature__text h2 {
    font-size: 2.4rem;
    color: #fff;
    text-align: left;
    line-height: 1.2;
    margin: 0 0 20px;
}
.top-feature__text h2 em {
    font-size: 2.8rem;
    color: #fff;
    display: inline-block;
    line-height: 1.2;
    margin: 0;
}
.top-feature__text a {
    font-size: 1.6rem;
    color: #fff;
    display: inline-block;
    border-radius: 100px;
    border:solid 1px #fff;
    padding: 8px 20px;
    float: right;
    margin-top: 10px;
}
.top-feature__text a:hover {
    text-decoration: none;
    opacity: 0.5;
}
.top-feature__img {
    flex: 0 0 auto;
}
.top-feature__title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    cursor: pointer;
    position: relative;
}
.top-feature__title img {
	transition: all 0.5s;
}
.top-feature__title:hover img {
    opacity: 0.5;
}
.top-feature__title::after {
    content: "";
    background: url("../img/top/tcp-nga_arrow.png") 50% 50% no-repeat;
    background-size: 36px;
    width: 36px;
    height: 36px;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}
.top-feature--tcp .top-feature__title::after {
    right: -18px;
}
.top-feature--nga .top-feature__title::after {
    left: -18px;
}
.top-feature--tcp .top-feature__title img {
    margin-right: 12px;
}
.top-feature--nga .top-feature__title img {
    margin-left: 12px;
}
.top-feature--tcp .top-feature__text {order: 1;}
.top-feature--tcp .top-feature__img {order: 0;}
.top-feature--nga {}
@media screen and (max-width: 1329px) {
    .top-feature__text h2 {
        font-size: 1.8rem;
    }
    .top-feature__text h2 em {
        display: inline;
        font-size: 2.2rem;
    }
    .top-feature__text h2 br {
        display: none;
    }
    .top-feature--tcp .top-feature__img img {max-width: 240px;}
}
@media screen and (max-width: 1023px) {
    .top-feature {
        float: none;
        width: 100%;
        height: auto !important;
    }
}
@media screen and (max-width: 767px) {
    .top-feature__box {
        flex-wrap: wrap;
        padding-bottom: 20px;
    }
    .top-feature .js-visible {
        width: calc(100% - 70px);
        padding: 20px 10px;
    }
    .top-feature .js-hidden {
        width: 70px;
        padding: 0;
    }
    .top-feature .js-visible .top-feature__text,
    .top-feature__text {
        padding: 0 20px;
    }
    .top-feature__text h2 {
        font-size: 2.0rem;
    }
    .top-feature__text h2 em {
        font-size: 2.4rem;
    }
    .top-feature__img {
        flex: auto;
        padding: 0 10px;
    }
    .top-feature__img figure {
        text-align: center;
    }
    .top-feature__title img {
        width: 30px;
    }
    .top-feature__text {order: 1 !important;}
    .top-feature__img {order: 0 !important;}
}

/* ===========================================================

	 top-esg

=========================================================== */
.top-esg {
    float: right;
    width: calc(29% - 10px);
    height: 16.5vw;
    max-height: 300px;
    overflow: hidden;
    margin-left: 20px;
}

.top-esg a {
    display: flex;
    width: 100%;
    height: 16.5vw;
    max-height: 300px;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    background: url("../img/top/esg_img.jpg") 50% 50% no-repeat;
    background-size: cover;
}
@media screen and (max-width: 1023px) {
    .top-esg {
        float: none;
        width: 100%;
        height: 28.5vw;
        min-height: 220px;
        margin: 0;
    }
    .top-esg a {
        height: 28.5vw;
        min-height: 220px;
    }
}
.top-esg a:hover {
    text-decoration: none;
    opacity: 0.6;
}
.top-esg h2 {
    color: #fff;
    margin: 0;
    padding: 0;
}
.top-esg h2 em {
    color: #fff;
}
/* ===========================================================

	 top-portfolio

=========================================================== */
.top-portfolio {
    float: right;
    width: calc(29% - 10px);
    height: 510px;
    overflow: hidden;
    padding: 30px 20px 0;
    background: url("../img/top/ir_portfolio.jpg") 50% 0 no-repeat;
    background-size: cover;
}
.top-portfolio h2 {
    color: #fff;
    text-align: left;
    margin: 0 10px 30px;
}
.top-portfolio h2 em {
    color: #fff;
}
.top-portfolio .time-stamp{
    margin: 0;
}
.top-portfolio .time-stamp p{
}
.top-portfolio .item{
    background-color: rgba(255,255,255,0.90);
    padding: 15px 12px;
    margin: 0 0 1px;
}
.top-portfolio dl {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 1.2;
    padding: 12px 0;
    color: #555555;
	font-size: 1.4rem;
}
.top-portfolio .rate {
    margin: 0 0 20px 0;
}

.top-portfolio dl dt {
	width: 100%;
	margin: 0;
    line-height: 1.4;
    font-weight: bold;
}
.top-portfolio dl dt span {
	display: block;
}
.top-portfolio dl dd {
	text-align: right;
	margin: 0;
	white-space: nowrap;
}
.top-portfolio dl dd span {
    text-align: left;
    width: 3em;
    display: inline-block;
}
.top-portfolio dl dd em {
	font-size: 3.0rem;
    font-weight: bold;
	padding: 0 3px 0;
    color: #000000;
}
@media screen and (max-width: 1329px) {
    .top-portfolio dl dd em {
	    font-size: 2.2rem;
    }
}

@media screen and (max-width: 1023px) {
    .top-portfolio {
        float: none;
        width: 100%;
        height: auto !important;
        padding: 30px 20px 10px;
    }
    .top-portfolio .item {
        display: flex;
        flex-wrap: wrap;
    }
    .top-portfolio .time-stamp {
        width: 100%
    }
    .top-portfolio dl {
        padding: 12px;
        width: 50%;
    }
    .top-portfolio dl dd em {
        font-size: 3.2rem;
    }
}

@media screen and (max-width: 767px) {
    .top-portfolio dl {
    	position: relative;
    	display: flex;
    	justify-content: space-between;
    	align-items: center;
    	line-height: 1.2;
    	width: 100%;
        padding: 12px 0;
        color: #555555;
    	font-size: 1.4rem;
    }

    .top-portfolio dl dt {
    	width: 100%;
    	margin: 0;
        line-height: 1.4;
        font-weight: bold;
    }

    .top-portfolio dl dt span {
    	display: block;
    }
    .top-portfolio dl dd {
    	text-align: right;
    	margin: 0;
    	white-space: nowrap;
    }
    .top-portfolio .time-stamp {
        width: auto;
    }
}
a.link-button, .link-button a{
    min-width:160px;
    padding: 0 24px;
}

/* ===========================================================

	 top-financial

=========================================================== */
.top-financial {
    position: relative;
    float: left;
    width: calc(36% - 10px);
    min-height: 510px;
    overflow: hidden;
    padding: 30px;
    background: url("../img/top/ir_img.jpg") 50% 0 no-repeat;
    background-size: cover;
}
.top-financial .card-link a {
    font-size: 1.6rem;
    color: #fff;
    display: inline-block;
    border-radius: 100px;
    border:solid 1px #fff;
    padding: 8px 20px;
    float: right;
    margin-top: 10px;
}
.top-financial .card-link a:hover {
    text-decoration: none;
    opacity: 0.5;
}
@media screen and (max-width: 1023px) {
    .top-financial {
        float: none;
        width: 100%;
        min-height: auto;
        padding: 30px 30px 20px;
    }
}
.top-financial h2 {
    text-align: left;
    color: #fff;
    font-size: 2.6rem;
}
.top-financial h2 span {
    font-size: 1.6rem;
    padding-left: 10px;
}
html:lang(en) .top-financial h2 span {
    font-size: 1.4rem;
    padding-left: 0;
    line-height: 1.4;
}
.top-financial h2 a:link,
.top-financial h2 a:visited {
    color: #fff;
}
.top-financial h2 a:hover {
    text-decoration: none;
    opacity: 0.4;
}
.top-financial li {
	position: relative;
    line-height: 1.4;
	margin: 0;
    padding: 0;
}
.top-financial li > a {
	display: block;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    padding: 5px 0;
}
.top-financial li > a:hover {
    opacity: 0.5;
}
.top-financial li > a .icon__pdf--small,
.top-financial li > a .icon__video--small,
.top-financial li > a .icon__xls--small {
    margin-left: 0;
}
/* ===========================================================

	 top-stock

=========================================================== */
.top-stock {
    float: left;
    width: calc(35% - 20px);
    height: 220px;
    overflow: hidden;
    margin-left: 20px;
}
@media screen and (max-width: 1023px) {
    .top-stock {
        float: none;
        width: 100%;
        height: auto;
        margin: 0;
    }
}
.top-stock a {
    display: flex;
    width: 100%;
    height: 220px;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    background: url("../img/top/stock_img.jpg") 50% 50% no-repeat;
    background-size: cover;
}
.top-stock a:hover {
    text-decoration: none;
    opacity: 0.6;
}
.top-stock h2 {
    color: #fff;
    margin: 0;
    padding: 0;
}
.top-stock h2 em {
    color: #fff;
}
/* ===========================================================

	 top-portfolio-map

=========================================================== */
.top-portfolio-map {
    float: left;
    width: calc(35% - 20px);
    height: 270px;
    overflow: hidden;
    margin-left: 20px;
}
@media screen and (max-width: 1023px) {
    .top-portfolio-map {
        float: none;
        width: 100%;
        height: auto;
        margin: 0;
    }
}
.top-portfolio-map a {
    display: flex;
    width: 100%;
    height: 270px;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    background: url("../img/top/portfolio-map_img.jpg") 50% 80% no-repeat;
    background-size: cover;
}
.top-portfolio-map a:hover {
    text-decoration: none;
    opacity: 0.6;
}
.top-portfolio-map h2 {
    color: #fff;
    margin: 0;
    padding: 0;
}
.top-portfolio-map h2 em {
    color: #fff;
}

/* ===========================================================

	top-news

=========================================================== */
section.top-news {
    clear: both;
    max-width: 1000px;
    margin: auto;
    padding: 80px 0 20px;
}
section.top-news .archive-list {
    margin: 0 0 50px;
}

/* ===========================================================

	banner-group

=========================================================== */
.banner-group {
    background-color: #f0f0f0;
    padding: 60px 0 30px;
}
.banner-group ul {
    display: flex;
    justify-content: center;
    text-align: left;
    max-width: 960px;
    margin: 0 auto !important;
}
.banner-group li {
    margin: 0 8px !important;
}
.banner-group dl {
    position: relative;
    margin: 0;
}

.banner-group li img{
    width: 100%;
    max-width: 304px;
}
.banner-group dl dt {
    position: absolute;
    top: -2.5rem;
    font-size: 1.3rem;
    margin-bottom: 8px !important;
    display: flex;
    line-height: 16px;
}
.banner-group dl dt::before,
.banner-group dl dt::after {
    content: "";
    width: 4px;
    height: 16px;
    display: inline-block;
}
.banner-group dl dt::before {
    order: 1;
    background-color: #0867af;
}
.banner-group dl dt::after {
    order: 2;
    background-color: #12aacd;
}
.banner-group dl dt span {
    order: 3;
    padding-left: 8px;
}
.banner-group dl dd a:hover {
    opacity: 0.6;
}
@media screen and (max-width: 1023px) {
    .banner-group {
        background-color: #f0f0f0;
        padding: 60px 0 30px;
        margin: 0 -20px;
    }
}
@media screen and (max-width: 767px) {
    .banner-group{
        padding: 60px 3vw 30px;
    }
    .banner-group ul {
        flex-direction: column;
        align-items: center;
    }
    .banner-group li + li {
        margin-top: 40px !important;
    }
}


/* ===========================================================

	top-mainvisual

=========================================================== */
main.contents-style {
    padding: 0 !important;
}
.top-mainvisual {
    height: 100vh;
    width: 100%;
    position: relative;
}
.mainvisual-text {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-15%);
    margin: auto !important;
    z-index: 90;
    text-align: center;
    color: #fff;
    font-size: 2.8rem;
    line-height: 1.8;
    letter-spacing: 0.05rem;
    font-weight: bold;
    text-shadow: #666 1px 0 8px;
}
.mainvisual-text img {
    width: 694px;
	vertical-align: top;
}

.mainvisual-slider {
	opacity: 0;
	transition: all 1.5s;
}
.onload .mainvisual-slider {
	opacity: 1;
	transition: all 1.5s;
}
.mainvisual-slider.slick-initialized {
}

.main-visual__image-wrapper {
	z-index: 1;
	position: absolute;
	width: 100%;
    height: 100vh;
}
@media screen and (max-width: 1238px) {
    .top-mainvisual {
        height: 64vw;
    }
    .main-visual__image-wrapper {
        z-index: 1;
        position: absolute;
        width: 100%;
        height: 64vw;
    }
}
.main-visual__image {
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	transform: scale(1.0, 1.0);
	transition: all 40000ms cubic-bezier(1.000, 0.000, 1.000, 0.000);
	/* custom */
}
/* Zoom effect
.slick-current .main-visual__image, .slick-active .main-visual__image {
	transform: scale(1.8, 1.8);
	transition: all 80000ms;
}
@keyframes main-visual__image-effect {
	0% {
		transform: scale(1.0, 1.0);
	}

	100% {
		transform: scale(1.8, 1.8);
	}
}*/
.main-visual__image--01 { background-image: url("/assets/img/top/mainvisual__01.jpg");    }
.main-visual__image--02 { background-image: url("/assets/img/top/mainvisual__02.jpg"); }
.main-visual__image--03 { background-image: url("/assets/img/top/mainvisual__03.jpg"); }
.main-visual__image--04 { background-image: url("/assets/img/top/mainvisual__04.jpg"); }
.main-visual__image--05 { background-image: url("/assets/img/top/mainvisual__05.jpg"); }
.main-visual__image--06 { background-image: url("/assets/img/top/mainvisual__06.jpg"); }
.main-visual__image--07 { background-image: url("/assets/img/top/mainvisual__07.jpg"); }
.main-visual__image--08 { background-image: url("/assets/img/top/mainvisual__08.jpg"); }
.main-visual__image--09 { background-image: url("/assets/img/top/mainvisual__09.jpg"); }
.main-visual__image--10 { background-image: url("/assets/img/top/mainvisual__10.jpg"); }

@media screen and (max-width: 1280px) {
    .mainvisual-text img {
        width: 500px;
    }
    .mainvisual-text2 img {
        width: 700px;
    }
}
@media screen and (max-width: 768px) {
    .mainvisual-text {
        font-size: 2rem;
        line-height: 1.6;
    }
    .mainvisual-text img {
        width: 300px;
    }
    .mainvisual-text2 img {
        width: 300px;
    }
}


/* ===========================================================

	topcontent-group

=========================================================== */
.topcontent-group {
    display: flex;
    justify-content: space-between;
}
.topcontent-group .topcontent-box {
    float: none;
    width: 32%;
}
.topcontent-group .top-portfolio {
    height: auto;
}
@media screen and (max-width: 1023px) {
    .topcontent-group {
        display: block;
    }
    .topcontent-group .topcontent-box {
        width: 100%;
    }
}


/* ===========================================================

	topcontent-box

=========================================================== */

.topcontent-box {
    border: solid 1px #ddd;
    position: relative;
    padding-bottom: 80px;
}
.topcontent-box h2 {
    background-color: #0165ad;
    color: #fff;
    margin-bottom: 0;
    padding: 15px 15px 13px 15px;
	font-size: 2rem;
	line-height:1.4;
    border-bottom: solid 4px #00aacb;
}
.topcontent-box h2 span {
	display:block;
	font-size : 1.4rem;
}
.topcontent-box .topcontent-inner {
    padding: 20px 30px 0 30px;
} 
.topcontent-box .topcontent-inner .topcontent-link {
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    text-align: center;
    margin: 0;
}


/* topcontent-box_distribute
----------------------------------------------------------- */
main.contents-style section.topcontent-box_distribute:last-child {
    border-bottom: none;
    padding: 0;
    margin: 0 !important;
}
.topcontent-box_distribute p.date {
    font-size: 1.3rem;
    color: #8c979e;
    font-weight: bold;
    margin: 10px 0 0 0;
}

.topcontent-box_distribute p.date.for-sp {
    display:none;
}

@media screen and (max-width: 1023px) {
    .topcontent-box_distribute p.date {
        display: none
    }
    .topcontent-box_distribute p.date.for-sp {
        display:block;
    }
}
.topcontent-box_distribute ul li {
    margin: 0;
}

.topcontent-box_distribute dl {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 1.2;
	margin: 0;
    padding: 15px 0;
	font-size: 1.4rem;
	border-bottom: 1px dotted #ddd;
    color: #555555;
}
.topcontent-box_distribute .distribute-fix {
    border-bottom:none;
    margin-bottom: 20px;
}
.topcontent-box_distribute dl dt {
	width: 100%;
	margin: 0;
    line-height: 1.4;
    font-weight: bold;
}
.topcontent-box_distribute dl dt span {
	display: block;
}
.topcontent-box_distribute dl dd {
	text-align: right;
	margin: 0;
	white-space: nowrap;
}
.topcontent-box_distribute dl dd em {
	font-size: 2.0rem;
    font-style: normal;
    font-weight: bold;
	padding: 0 3px 0;
    color: #000;
}
.topcontent-box_distribute dl:first-of-type dd em {
	font-size: 3.5rem;
    color: 0;
}
.topcontent-box_distribute dl dt br{
        display: none;
}
.topcontent-box_distribute h4 {
    margin: 0;
    display: block;
    border-bottom: solid 2px #ddd;
    padding-bottom: 5px;
}
@media screen and (max-width: 1600px) {
    .topcontent-box_distribute dl dt br{
        display: block;
    }
}
@media screen and (max-width: 1329px) {
    .topcontent-box_distribute dl {
	    flex-wrap:wrap;
        justify-content: center;
    }
    .topcontent-box_distribute dl:first-of-type dd em {
    	font-size: 3.2rem;
    }
    .topcontent-box_distribute dl dt br {
        display: none;
    }
}
@media screen and (max-width: 1023px) {
    .topcontent-box_distribute ul li {
        text-align: center;
    }
    .topcontent-box_distribute dl {
        justify-content: center;
    }
    .topcontent-box_distribute dt {
        width: 100%;
    }
    .topcontent-box_distribute dl dt br{
        display: block;
    }
    .topcontent-box_distribute .distribute-fix {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .topcontent-box_distribute p.date {
        margin:10px 0 30px 0;
    }
}
@media screen and (max-width: 767px) {
    .headline__distribute.topcontent-box_distribute ul{
        display: block;
        justify-content: center;
    }
    .headline__distribute.topcontent-box_distribute ul li{
        text-align: left;
        width: auto;
    }
    .topcontent-box_distribute dl {
        justify-content: space-between;
    }
    .topcontent-box_distribute dl dt {
        width: auto;
    }
    .topcontent-box_distribute dl dt br {
    }
}

/* topcontent-box_portfolio
----------------------------------------------------------- */
.topcontent-box_portfolio .time-stamp{
    margin: 0;
}
.topcontent-box_portfolio .time-stamp p{
}
.topcontent-box_portfolio dl {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 1.2;
    padding: 15px 0;
    color: #555555;
	font-size: 1.4rem;
	border-bottom:1px solid #ddd;
}
.topcontent-box_portfolio dl dt {
	width: 100%;
	margin: 0;
    line-height: 1.4;
    font-weight: bold;
}
.topcontent-box_portfolio dl dt span {
	display: block;
}
.topcontent-box_portfolio dl dd {
	text-align: right;
	margin: 0;
	white-space: nowrap;
}
.topcontent-box_portfolio dl dd span {
    text-align: left;
    width: 3em;
    display: inline-block;
}
.topcontent-box_portfolio dl dd em {
	font-size: 3.5rem;
    font-weight: bold;
	padding: 0 3px 0;
    color: #000;
}
@media screen and (max-width: 1329px) {
    .topcontent-box_portfolio dl dd em {
	    font-size: 2.2rem;
    }
}

@media screen and (max-width: 1023px) {
    .topcontent-box_portfolio .item {
        display: flex;
        flex-wrap: wrap;
    }
    .topcontent-box_portfolio .time-stamp {
        width: 100%
    }
    .topcontent-box_portfolio dl {
        padding: 12px;
        width: 50%;
    }
    .topcontent-box_portfolio dl dd em {
        font-size: 3.2rem;
    }
}

@media screen and (max-width: 767px) {
    .topcontent-box_portfolio dl {
    	position: relative;
    	display: flex;
    	justify-content: space-between;
    	align-items: center;
    	line-height: 1.2;
    	width: 100%;
        padding: 12px 0;
        color: #555555;
    	font-size: 1.4rem;
    }

    .topcontent-box_portfolio dl dt {
    	width: 100%;
    	margin: 0;
        line-height: 1.4;
        font-weight: bold;
    }

    .topcontent-box_portfolio dl dt span {
    	display: block;
    }
    .topcontent-box_portfolio dl dd {
    	text-align: right;
    	margin: 0;
    	white-space: nowrap;
    }
    .topcontent-box_portfolio .time-stamp {
        width: auto;
    }
}

.topcontent-box_portfolio .time-stamp {
    margin: 1em 0;
}


/* topcontent-box_financial
----------------------------------------------------------- */
.topcontent-box_financial {
    position: relative;
    overflow: hidden;
}
.topcontent-box_financial .card-link a {
    font-size: 1.6rem;
    display: inline-block;
    border-radius: 100px;
    border:solid 1px #fff;
    padding: 8px 20px;
    float: right;
    margin-top: 10px;
}
.topcontent-box_financial .card-link a:hover {
    text-decoration: none;
    opacity: 0.5;
}
.topcontent-box_financial li {
	position: relative;
    line-height: 1.4;
	margin: 0;
    padding: 0;
}
.topcontent-box_financial li > a {
	display: block;
    text-decoration: none;
    cursor: pointer;
    padding: 5px 0;
}
.topcontent-box_financial li > a:hover {
    opacity: 0.5;
}
.topcontent-box_financial li > a .icon__pdf--small,
.topcontent-box_financial li > a .icon__video--small,
.topcontent-box_financial li > a .icon__xls--small {
    margin-left: 0;
}
.topcontent-box_financial h4 {
    margin: 0;
    font-size: 1.8rem;
    display: block;
}
.topcontent-box_financial h4 a:hover {
    opacity: 0.5;
    text-decoration: none;
}
.topcontent-box_financial h4 a,
.topcontent-box_financial li a {
    color: #111;
}


/* ===========================================================

	button-group

=========================================================== */
.button-group {
    display: flex;
    justify-content: space-between;
    padding: 0 0 30px 0;
}
.button-group > section {
    float: none;
    height: 16.5vw;
    max-height: 300px;
    width: 32%;
    margin: 0; 
}
.button-group > section a {
    height: 16.5vw !important;
    max-height: 300px !important;
}
@media screen and (max-width: 1023px) {
    .button-group {
        display: block;
    }
    .button-group > section {
        width: 100%;
        height: 28.5vw;
        min-height: 220px;
    }
    .button-group > section a {
        height: 28.5vw !important;
        min-height: 220px !important;
    }
}





