@charset "utf-8";

/* CSS Document */


/*ページメイン画像
---------------------------------------------------------------------------*/


/* .スライドショー */

.home-content #visual-container {
    position: relative;
    top: 4.5rem;
	background: #000;
	text-align: center;
}


.bxslider {
	width: 100%;
}

#imgbox {
    background-color: #0045a0;
    margin: 0;
    padding: 0;
    text-align: center;
}


/* .visual-container */

#imgbox {
    position: relative;
}

#imgbox #mainimg {
    position: relative;
    z-index: 0;
}


/* .visual-container :visual-item */

#imgbox #mainimg ul {
    height: 50vw;
    min-height: 40em;
    max-height: 60em;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media screen and (max-width: 40em) {
    #imgbox #mainimg ul {
        height: 100vw;
        min-height: inherit;
        max-height: inherit;
    }
}

#company-Eivent {
	background: #000058;
	text-align: center;
}


/* bg-image */

.home-content .gateway-container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: opacity .5s linear .2s;
}


/* concept */

#concept {
    padding: 7em 0
}

#concept .side-border-title {
    font-family: monarcha, serif;
    font-weight: 600;
    font-style: normal;
    font-size: 2em;
    letter-spacing: .1em;
    margin-bottom: 1em;
}

#concept p {
    text-align: center;
    font-size: 1em;
    white-space: nowrap;
}

#concept .catch {
    font-family: a-otf-futo-min-a101-pr6n, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5em;
}

@media screen and (max-width: 40em) {
    #concept p {
        font-size: 4vw;
    }
    #concept .catch {
        text-align: center;
        font-size: 7vw;
    }
}




/* イベント前夜祭 */

#company-ivent {
    position: relative;
    width: 100%;
	background-color: #09085b;
    display: block;
    color: #fff;
}
#company-ivent .ivent_box {
	width: 90%;
	margin: 0 auto;
}
#company-ivent .ivent_box a {
  filter: brightness(1.0);
  transition: filter 1s, border-color 1s ; /* イージングをおとなしくかける */
}

#company-ivent .ivent_box a:hover{
  transition: border-color 0.2s;
  animation: bright-flash 0.2s linear forwards; 
}
@keyframes bright-flash {
  0% {
    /* いきなり明るい状態から始めることでユーザー操作の反応の良さを示す */
    filter: brightness(2.5);
  }

  100% {
    filter: brightness(1.25);
  }
}


/* 経営方針 */

#company-philosophy {
    position: relative;
    width: 100%;
    min-height: 30em;
    background-image: url("../images/company/philosophy/img_visual_01.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    color: #fff;
}

.black {
    position: relative;
    width: 100%;
    min-height: 30em;
    background-color: rgba(0, 0, 0, .3);
}

@media screen and (max-width: 950px) {
    #company-philosophy,
    .black {
        min-height: 20em;
    }
}


/* 代表メッセージ */

#ceo-message {
    position: relative;
    width: 100%;
    min-height: 30em;
    background-image: url("../images/company/message/img_visual_01.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    color: #fff;
}

.black2 {
    position: relative;
    width: 100%;
    min-height: 30em;
    background-color: rgba(0, 0, 0, .3);
}

@media screen and (max-width: 950px) {
    #ceo-message {
        min-height: 20em;
    }
}


/* 事業概要 */

#company-overview {
    position: relative;
    width: 100%;
    min-height: 30em;
    background-image: url("../images/company/overview/img_visual_top.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    color: #fff;
}

@media screen and (max-width: 950px) {
    #company-overview {
        min-height: 20em;
    }
}


/* グループ会社紹介 */

#gloup-index {
    position: relative;
    width: 100%;
    min-height: 30em;
    background-image: url("../images/group/index/img_visual_01.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    color: #fff;
}

@media screen and (max-width: 950px) {
    #gloup-index {
        min-height: 20em;
    }
}


/* People1 */

#people-kawabe {
    position: relative;
    width: 100%;
    min-height: 30em;
    background-image: url("../images/people/img_visual_01.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    color: #fff;
}

@media screen and (max-width: 950px) {
    #people-kawabe {
        min-height: 20em;
    }
}


/* People2 */

#people-kuwabara {
    position: relative;
    width: 100%;
    min-height: 30em;
    background-image: url("../images/people/img_visual_02.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    color: #fff;
}

@media screen and (max-width: 950px) {
    #people-kuwabara {
        min-height: 20em;
    }
}


/* h2 */

.con_title {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    margin: 0;
    padding: 5px 0 0 3%;
    font-family: monarcha, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5em;
    letter-spacing: .1em;
}

@media screen and (max-width: 950px) {
    .con_title {
        padding: 5% 0 0 3%;
        font-size: 1em;
        line-height: 1;
    }
}


/* カテゴリー小見出し */

#company-philosophy,
#ceo-message,
#company-overview,
#gloup-index,
#people-kawabe,
#people-kuwabara,
.catch {
    font-family: a-otf-futo-min-a101-pr6n, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5em;
}

@media screen and (max-width: 950px) {
    #company-philosophy,
    #ceo-message,
    #company-overview,
    #gloup-index,
    #people-kawabe,
    #people-kuwabara,
    .catch {
        font-size: 1.2em;
    }
}

@media screen and (max-width: 400px) {
    #company-philosophy,
    #ceo-message,
    #company-overview,
    #gloup-index,
    #people-kawabe,
    #people-kuwabara,
    .catch {
        font-size: 1.1em;
    }
}


/* カテゴリー矢印 */

.cate_arrow {
    color: #947c2b;
    font-size: 1.2em;
    margin-right: 10px;
}

.content {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}


/* カテゴリーボタン */

.btn-animation-02 {
    display: inline-block;
    width: 200px;
    text-align: center;
    background-color: #9c6a00;
    border: 2px solid #9c6a00;
    font-size: 14px;
    color: #9c6a00;
    text-decoration: none;
    font-weight: bold;
    padding: 6px 18px;
    border-radius: 4px;
    position: relative;
}

.btn-animation-02 span {
    position: relative;
    z-index: 1;
}

.btn-animation-02::before,
.btn-animation-02::after {
    content: "";
    display: block;
    background-color: #FFF;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    transition: .2s;
}

.btn-animation-02::before {
    left: 0;
}

.btn-animation-02::after {
    right: 0;
}

.btn-animation-02:hover:before,
.btn-animation-02:hover:after {
    width: 0;
    background-color: #FFF;
}

.btn-animation-02:hover {
    color: #FFF;
}