@charset "UTF-8";
/*@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&family=Noto+Sans+JP:wght@300;400;500;700&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Oswald:wght@700&family=Teko:wght@600&display=swap');
/* ---------------------------------------------
	スタイルリセット
--------------------------------------------- */
html, body, div,h1, h2, h3, h4, h5, h6,
p, pre, blockquote,
ul, ol, li, dl, dt, dd, img, iframe, address {
    margin: 0; padding: 0; border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
ul, ol {list-style: none;}

html, body {height:100%; color:#000000;}
h1, h2, h3, h4, h5, h6, p, dt, dd, li{
	background:  url("../img/spacer.gif") repeat 0px 0px;
	max-height: 100%;
}
body{ -webkit-text-size-adjust:100% !important;}
body.cx_smartphoneview{font-size: 158%;}
a { color: inherit; text-decoration: none; }
.content-wrap img{ width: 100%; height: auto; vertical-align: bottom;}

/* ---------------------------------------------
	タイポグラフィー
--------------------------------------------- */
@font-face {
    font-family: "YakuHanJP";
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url("../font/YakuHanJP-Regular.woff2") format("woff2"), url("../font/YakuHanJP-Regular.woff") format("woff")
}

@font-face {
    font-family: "YakuHanJP";
    font-style: normal;
    font-weight: bold;
    font-display: swap;
    src: url("../font/YakuHanJP-Bold.woff2") format("woff2"), url("../font/YakuHanJP-Bold.woff") format("woff")
}
body {
    color: #000;
    background-color: #fff !important;
	font-family: "YakuHanJP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","Hiragino Sans", "メイリオ", "Meiryo", "游ゴシック体", "Yu Gothic", YuGothic, "Lucida Grande", "Arial", "Avenir Next", Verdana, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 16px;
    line-height: normal;
}
@media screen and (max-width: 1400px) {
    body { font-size: 1.2vw;}
}
@media screen and (max-width: 950px) {
    body { font-size: 1.8vw;}
}
@media screen and (max-width: 768px) {
    body { font-size: 2.4vw;}
}
@media screen and (max-width: 550px) {
    body { font-size: 3.4vw;}
}

/* ---------------------------------------------
	汎用クラス
--------------------------------------------- */
.clearfix:after,
.clearfix:before{
	content: "";
	display: block;
	clear: both;
}
.clearfix {display: block;}

.bold {font-weight:bold;}
.center{text-align:center;}

.clears{ clear:both;}
.fLeft{float: left;}
.fRight{float: right;}

.d_flex{ display: flex; flex-wrap: wrap;}
.d_flex > *{ flex-shrink: 0;}

.cx_smartphoneview .displaypc,
.displaysp,
.sp-only{ display: none;}
.cx_smartphoneview .displaysp{ display: block;}
.of_hidden{ overflow: hidden;}

@media screen and (max-width: 768px) {
    .pc-only{ display: none;}
    .sp-only{ display: block;}
}

/* -------------------------------------
	共通レイアウト
------------------------------------- */
#fp-wrap{
    background-color: #fff;
    position: relative;
    border-bottom: solid 1px #000;
    -ms-transition: all 0.6s, -ms-transform 0.2s ease-out;
    -webkit-transition: all 0.6s, -webkit-transform 0.2s ease-out;
    transition: all 0.6s, transform 0.2s ease-out;
}
.content-wrap{
    padding: 3em 0 5em;
}
.content-wrap.bg_colored{
    background: #e9e7e7;
    background: -moz-linear-gradient(top,  #e9e7e7 0%, #f4f3f3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9e7e7), color-stop(100%,#f4f3f3));
    background: -webkit-linear-gradient(top,  #e9e7e7 0%,#f4f3f3 100%);
    background: -o-linear-gradient(top,  #e9e7e7 0%,#f4f3f3 100%);
    background: -ms-linear-gradient(top,  #e9e7e7 0%,#f4f3f3 100%);
    background: linear-gradient(to bottom,  #e9e7e7 0%,#f4f3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e7e7', endColorstr='#f4f3f3',GradientType=0 );
}
.content-wrap__inner{
    width: 1400px;
    margin: 0 auto;
    padding: 0 3em;
    box-sizing: border-box;
    position: relative;
}
@media screen and (max-width: 1400px) {
    .content-wrap__inner{ width: 100%;}
}
@media screen and (max-width: 768px) {
    .content-wrap{ padding-top: 2em;}
    .content-wrap__inner{ padding: 0 2em;}
}
@media screen and (max-width: 550px) {
    .content-wrap__inner{ padding: 0 1em;}
}

/* -------------------------------------
	共通パーツ
------------------------------------- */

/* -------------- 見出し -------------- */
.ttl-wrap{
    display: inline-block;
    margin-bottom: 2em;
}
.ttl-wrap.w100{ display: block;}
.ttl-wrap::after{
    content: "";
    display: block;
    width: 100%;
    height: 0.3em;
    background-color: #feb62a;
}
.ttl-wrap__h2{
    font-size: 180%;
    line-height: 1.2;
    margin-bottom: 0.2em;
    display: flex;
    align-items: center;
}
.ttl-wrap__h2::before{
    content: "";
    display: block;
    width: 1.6em;
    height: 1.6em;
    background-size: contain;
    background-position: 0 center;
    background-repeat: no-repeat;
    margin-right: 0.4em;
}
.insideStory .ttl-wrap__h2::before{ background-image: url("../img/icn_insideStory.svg");}
.news .ttl-wrap__h2::before{ background-image: url("../img/icn_news.svg");}
.news.regeneration .ttl-wrap__h2::before{ background-image: url("../img/icn_regeneration.svg");}
.philosophy .ttl-wrap__h2::before{ background-image: url("../img/icn_philosophy.svg");}
.profile .ttl-wrap__h2::before{ background-image: url("../img/icn_profile.svg");}
.action .ttl-wrap__h2::before{ background-image: url("../img/icn_efforts.svg");}
.message .ttl-wrap__h2::before,
.smp .ttl-wrap__h2::before,
.noIcn .ttl-wrap__h2::before{ display: none;}
.ttl-wrap__h2__sub{
    display: block;
    font-size: 80%;
    margin-right: 0.5em;
}
@media screen and (max-width: 550px) {
    .ttl-wrap__h2{ font-size: 140%;}
    .ttl-wrap__h2::before{ margin-right: 0.2em;}
}
.content-wrap__h2.icn{
    text-indent: 300%;
    overflow: hidden;
    white-space: nowrap;
    height: 1.5em;
    background-size: contain;
}

.ttl__h3{
    font-size: 160%;
    line-height: 1.2;
    font-weight: bold;
    text-align: left;
    margin-bottom: 1em;
	padding-bottom:0.5em;
    color: #333;
    position: relative;
}
.ttl__h3:after{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 0.4em;
	background: url("../img/bg_ptrn01.png") repeat center center;
	bottom: 0;
	left: 0;
}
.ttl__h4{
    font-size: 120%;
    line-height: 1.2;
    font-weight: bold;
    margin-top: 2.5em;
    margin-bottom: 1em;
    color: #333;
    position: relative;
    border-left: solid 0.3em #7d0000;
    padding-left: 0.6em;
}
.ttl__h4:nth-of-type(1){ margin-top: 0;}
.ttl__h5{
    font-size: 110%;
    line-height: 1.2;
    font-weight: bold;
    margin-top: 2em;
    margin-bottom: 0.4em;
    color: #333;
}
.ttl__h5::before{
    content: "■ ";
    color: #7d0000;
}
.ttl__h3__sub,
.ttl__h4__sub{
    font-size: 68%;
    font-weight: normal;
}
@media screen and (max-width: 550px) {
    .ttl__h3{ font-size: 130%;}
}

/* -------------- ページリンク -------------- */
.pageLink-wrap{
    margin: -1em 0 2em;
    padding: 1.5em 2em 0.5em;
    background: #e9e7e7;
    background: -moz-linear-gradient(top,  #e9e7e7 0%, #f4f3f3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9e7e7), color-stop(100%,#f4f3f3));
    background: -webkit-linear-gradient(top,  #e9e7e7 0%,#f4f3f3 100%);
    background: -o-linear-gradient(top,  #e9e7e7 0%,#f4f3f3 100%);
    background: -ms-linear-gradient(top,  #e9e7e7 0%,#f4f3f3 100%);
    background: linear-gradient(to bottom,  #e9e7e7 0%,#f4f3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e7e7', endColorstr='#f4f3f3',GradientType=0 );
}
.pageLink__list{
    display: flex;
    flex-wrap: wrap;
}
.pageLink__list li{
    margin-bottom: 1em;
    margin-right: 1em;
}
.pageLink__list a{
    display: flex;
    align-items: center;
    padding: 0.2em 0.7em 0.2em 0.3em;
}
.pageLink__list a::before{
    content: "";
    display: block;
    width: 1em; height: 1em;
    background: url("/company/img/arrow.svg") no-repeat center center;
    background-size: contain;
    margin-right: 0.2em;
    flex-shrink: 0;
}
.pageLink__list a:hover{ color: #7d0000;}

.pageLink__list .here a{
    background-color: #7d0000;
    color: #fff;
    font-weight: bold;
    border-radius: 3em;
}
@media screen and (max-width: 768px) {
    .pageLink-wrap{ padding: 1em 1em 0;}
}

/* -------------- 本文 -------------- */
.article_h3{
    font-size: 104%;
	font-weight: bold;
    line-height: 1.6;
	color: #7d0000;
	padding: 0 0 0.4em;
    margin-bottom: 0.6em;
	border-bottom: 1px solid #ccc;
}
.article_h5{
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 0.4em;
}
.article_txt-l{
    font-size: 100%;
    line-height: 2.0;
    margin-bottom: 1.6em;
}
.article_txt-m{
    font-size: 94%;
    line-height: 2.0;
    margin-bottom: 1.6em;
}
.tl-right{ text-align: right;}
.article_txt-l a,
.article_txt-m a{ text-decoration: underline;}
.article_txt-l a:hover,
.article_txt-m a:hover{ color: #7d0000;}

.article_box{
    padding: 1.5em 2em 0.5em;
    background: #e9e7e7;
    background: -moz-linear-gradient(top,  #e9e7e7 0%, #f4f3f3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9e7e7), color-stop(100%,#f4f3f3));
    background: -webkit-linear-gradient(top,  #e9e7e7 0%,#f4f3f3 100%);
    background: -o-linear-gradient(top,  #e9e7e7 0%,#f4f3f3 100%);
    background: -ms-linear-gradient(top,  #e9e7e7 0%,#f4f3f3 100%);
    background: linear-gradient(to bottom,  #e9e7e7 0%,#f4f3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e7e7', endColorstr='#f4f3f3',GradientType=0 );
}

/* -------------- ボタン -------------- */
.btn_more-view{
    position: absolute;
    top: 0;
    right: 3em;
}
.btn_more-view a{
    display: block;
    background-color: #7d0000;
    width: 8em;
    margin: 0 auto;
    text-align: center;
    font-size: 110%;
    line-height: 1.0;
    padding: 0.5em 0;
    /*border-radius: 5em;*/
    border-radius: 4em;
    color: #fff;
    -ms-transition: all 0.2s, -ms-transform 0.2s ease-out;
    -webkit-transition: all 0.2s, -webkit-transform 0.2s ease-out;
    transition: all 0.2s, transform 0.2s ease-out;
    position: relative;
}
@media screen and (max-width: 768px) {
    .btn_more-view{ right: 2em;}
}
@media screen and (max-width: 550px) {
    .btn_more-view{ right: 1em;}
}
.btn_more-view a:hover{
    background-color: #a50404;
}
.btn_more-view a::before{
	content: "";
	display: block;
    position: absolute;
    width: 1.1em;
    height: 1em;
    border-bottom: solid 1px #fff;
    bottom: calc( 0.7em + 1px);
    right: 0.8em;
    margin-right: 0;
    transform: translate(0, 0);
    transition: transform 400ms;
    opacity: 0.8;
}
.btn_more-view a::after{
	content: "";
	display: block;
	position: absolute;
    bottom: calc( 0.7em + 2px); right: 0.8em;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 0.7em 0.36em 0;
	border-color: transparent transparent #fff transparent;
    transform: translate(0, 0);
    transition: transform 400ms;
    opacity: 0.8;
}

/* -------------- 写真 -------------- */
.photo-wrap.fRight{ margin-left: 0.5em;}
.photo-wrap__cap{
    font-size: 88%;
}


/* -------------------------------------
	cx共通パーツ
------------------------------------- */
#gbheaderInner,
#cx_ui_company_header,
.theme--light.v-app-bar.v-toolbar.v-sheet{ border-bottom: solid 1px #ccc !important;}

#cx_spContentsWrap,
#fp-wrap{ min-width: 100% !important;}
@media screen and (max-width: 1200px) {
    .cx_touchdevice #cx_spContentsWrap{ min-width: 1200px !important;}
    .cx_touchdevice #fp-wrap{ min-width: 1000px !important;}
    .cx_smartphoneview.cx_touchdevice #cx_spContentsWrap,
    .cx_smartphoneview.cx_touchdevice #fp-wrap{ min-width: 100% !important;}

    #gbfooter .footer_caution_inner{ width: auto;}
}
.cx_smartphoneview #nav_upper__sub{ display: none !important;}
#gbheader #nav_lower .nav_menu__sub__sub{ z-index: 555555 !important;}
#gbheader #searchbox .cx_header_content #searchbox__inner{ z-index: 555554 !important;}

/* @media screen and (orientation: portrait) and (max-width: 750px), (orientation: landscape) and (max-width: 1013px){
    .sp_display #gbfooter .footer_caution{ font-size: 3.2vw; line-height: 1.6;}
} */

#cx_commonPageTopBtn a{ box-sizing: initial;}
.sp_display #cx_commonPageTopBtn{
    width: 52px;
    height: 52px;
    bottom: 15px;
  }
.sp_display #cx_commonPageTopBtn a{
    width: 52px;
    height: 52px;
    line-height: 52px;
    font-size: 22px;
}


/* -------------- 旧ヘッダー対応 -------------- */
.v-list.langMenu.v-sheet.theme--light.v-list--dense.v-list--nav,
#com-gbheader #ebtn,
#com-gbheader #cbtn,
#com-gbheader #tbtn{
    display: none;
}
#com-gbheader .search{ margin-left: 560px !important;}
