@charset "UTF-8";
/*
Theme Name: NANO Child
Template: nano_tcd065
カスタマイズ分のみ記載
*/

/* 全体共通 */
@media screen and (max-width: 767px) { .br-pc{display:none;} }
.l-contents {margin-bottom: 75px;}

/* ヘッダー */
.l-header{position: fixed;z-index: 9999;top:0;}
.l-main{margin-top: 160px;}
@media only screen and (max-width: 1199px){
	.l-main{margin-top: 60px;}
}
.header__contact a {display: flex; flex-direction: column; width: 100%;}
.header__contact a:hover {opacity: 0.5;}
.header__contact a span {font-size: 12px; font-weight: 700; text-align: center;}
.header__contact a span.accent{color: #CC0049; font-size: 13px;}
.l-header__contact a {align-items: stretch; gap: 5px; max-width: 330px;}
.js-header__contact{display: none;}
@media only screen and (max-width: 1199px) {
	.l-header__contact{display: none;}
	.js-header__contact{display: block;	margin: 30px auto 18px;	width: 92.1875%;}
    .l-header__contact a {align-items: center; max-width: 330px;}
	.js-header__contact a img{width: 90%;}
	.js-header__contact a span{line-height: 1.2;}
}

/* フッター */
.p-info__inner {justify-content: center;}
.p-info__desc {flex: none;}
@media screen and (max-width: 991px) {.p-info__desc {margin-bottom: 0;}}

/* ボタン */
.p-btn a {border-radius: 30px; color: #fff !important; background: #013996;}
.p-btn a:hover{background: #000; text-decoration: none;}

/* 見出し */
.p-entry__body h2.style_h2 {font-size: 28px;font-weight: 700;color:#013996;padding-bottom: 16px;border-bottom: 2px solid #EEE;position: relative;}
.p-entry__body h2.style_h2::before{content:"";position: absolute;width: 120px;height: 2px;background: #013996;bottom: -2px;}
.p-entry__body h3.style_h3 {font-size: 22px;font-weight: 700;padding-left: 10px;position: relative;}
.p-entry__body h3.style_h3::before {content:"";position: absolute;display: inline-block;width: 2px;background: #013996;left: 0;top: 0;bottom: 0;}
.p-entry__body h4.style_h4 {font-size: 19px;font-weight: 700;color: #013996;border-bottom: 1px solid #DDD;padding-bottom: 10px;}
.p-entry__body h5.style_h5 {font-size: 16px;font-weight: 700;color: #013996;}
.p-entry__body h6.style_h6 {font-size: 16px;font-weight: 700;color: #013996;}

/* フォーム */
.txt-red{color: #CC0049;}

/* ウィジェット */
.widget_nav_menu li {font-size: 1em;}
.p-widget__title {background: #000 !important;}
#nav_menu-2 .p-widget__title {margin-bottom: 0;}
#nav_menu-2 li {margin-bottom: 0;border: 1px solid #DDD;font-weight: 700;position: relative;}
#nav_menu-2 li a{display: block;padding: 20px 30px; transition: all 0.3s ease;}
#nav_menu-2 li:hover a{color: #013996;padding-left: 40px;}
#nav_menu-2 li::before {content: "";position: absolute;top: 0;left: 0;bottom: 0;width: 3px;background: #013996;opacity: 0;transition: all 0.3s ease;}
#nav_menu-2 li:hover::before{opacity: 1;}
#custom_html-2 a:hover {opacity: 0.5;}
#custom_html-3 a:hover {opacity: 0.5;}
.tcdw_banner_list1_widget a:hover {opacity: 0.5;}
@media only screen and (max-width: 767px) {
	#nav_menu-2 li::before {content: none;}
	#nav_menu-2 li:hover a{padding-left: 30px;}
}

/* トップ＞メインビジュアル */
.p-header-slider__item{height: auto !important;}
.p-header-slider__item-img{aspect-ratio: 1451 / 601;height: auto !important;}
@media screen and (max-width: 768px) {
	.p-header-slider {height: auto !important;}
	.p-header-slider__item-img {aspect-ratio: 750 / 901;height: auto !important;}
}
@media screen and (min-width: 1451px) {
	.p-header-slider__item{height: 601px  !important;}
	.p-header-slider__item-img {background-size: 1451px 601px; background-color: #E5EEF4; background-position: center top;}
}

/* アーカイブページ（事業案内) */
.l-contents--no-border .l-contents__inner{margin-top: 100px !important;}
.p-archive-header{display: none;}
.p-article09__excerpt{font-size: 16px;}
@media screen and (max-width: 991px) {
    .l-contents--no-border .l-contents__inner {margin-top: 50px !important;}
	.p-article09__excerpt{font-size: 14px;}
}

/* シングルページ（事業案内）＞ カテゴリーリストを非表示 */
.p-list {display: none;}

/* 会社案内＞地図 */
iframe {width: 100% !important;max-width: 100%;}

/* 会社案内＞経営理念 */
.management-philosophy dl {display: flex;gap: 20px;}
.management-philosophy dt {display: flex;align-items: center;justify-content: center;flex-basis: 20%;flex-shrink: 0;background: #E5EEF4;color: #013996;border-radius: 5px;}
.management-philosophy dd {margin: 0 !important;}

/* ページビルダーのキャッチコピー（お問い合わせ/ISMS） */
.tcd-pb-row.row1 .tcd-pb-col.col1 .tcd-pb-widget.widget1 .pb_catchcopy{line-height: 2.2;}
@media only screen and (max-width: 767px){
	.tcd-pb-row.row1 .tcd-pb-col.col1 .tcd-pb-widget.widget1 .pb_catchcopy{line-height: 2;}
}