/*
Theme Name: Noble-es
Theme URI: 
Description: noblees theme
Version: 1.0.0
Author: 
Author URI: 
*/
@charset "utf-8";

/* 初期化 */
: link,: visited{text-decoration: none;}
html,body,div,ul,ol,li,dl,dt,dd,form,fieldset,input,textarea,h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,th,td,article,section,aside,nav,figure{margin: 0;padding: 0;}
h1,h2,h3,h4,h5,h6{font-size: 100%;font-weight: normal;}
article,aside,figcaption,figure,footer,header,main,nav,section{display: block;}
fieldset,img,abbr,acronym{border: 0;}
ol,ul{list-style: none;}
table{border-collapse: collapse; border:0;border-spacing: 0;}
th{text-align: left;}
th,td{border:0;}
a img{border: none;}
strong{font-weight: bolder;}
address,caption,code,em,i,b,u,s{font-style: normal;font-weight: normal;text-decoration: none;}
*,*::before,*::after{box-sizing: border-box;}
input,textarea,select,button{margin: 0;}
a: focus{outline: 2px solid var(--focus-color,#005fcc);outline-offset: 2px;}
.clearfix:after{content: "";display: block;clear: both;height: 0;visibility: hidden;}
.clearfix{min-height: 1px;}
* html .clearfix{height: 1px;}

body{color: #222; font-family: "Noto Sans JP","メイリオ",sans-serif; font-size: 16px;line-height: 1.8;}
body *{ box-sizing: border-box; word-break:break-all;}
a{ color: var(--main-color); text-decoration: none;}
a:hover{ text-decoration: none; }
img{ vertical-align: bottom; }
.container img { max-width: 100%; height: auto;}

@media (min-width: 1024px){ 
	a:hover{ text-decoration: underline;}
}

/* CSSカスタムプロパティ */
:root {
  --main-color: #1d519d;
  --yellow: #fff706;
}

/* フォント */
.noto { font-family: "Noto Sans JP",sans-serif; }
.serif { font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", serif; }
.en { font-family: 'Montserrat', sans-serif; }

/* ブロックエディタ最適化設定 */
.wp-block-image { margin:16px 0; }
.wp-block-image figcaption { text-align: center;}
.blocks-gallery-caption { text-align: center; width: 100%; }
.blocks-gallery-grid { margin: 0 !important; }
.blocks-gallery-grid .blocks-gallery-image figcaption, 
.blocks-gallery-grid .blocks-gallery-item figcaption, 
.wp-block-gallery .blocks-gallery-image figcaption, 
.wp-block-gallery .blocks-gallery-item figcaption { font-size: 14px; background: rgb(0 0 0 / 35%); padding: 8px 0; }
.wp-block-file:not(.wp-element-button) { font-size:16px; text-decoration:none !important; }
.wp-block-file .wp-block-file__button { color:#fff; font-size:14px !important; text-decoration:none !important; background: var(--main-color); border-radius: 4px; box-shadow: rgba(88, 88, 88, 0.5) 0px 4px 6px -2px; display: inline-block; padding: 6px 24px; margin-left: 16px; }
.wp-block-file .wp-block-file__button:before { font-family: "FontAwesome"; font-weight: 400; content: "\f019"; display: inline-block; margin-right: 8px; }
.wp-block-quote { border-left: 3px solid #ccc; padding-left: 20px; margin-bottom: 24px; }
.wp-block-table { margin: 0; }

@media (min-width: 768px){ 
	.blocks-gallery-grid .blocks-gallery-image figcaption, 
	.blocks-gallery-grid .blocks-gallery-item figcaption, 
	.wp-block-gallery .blocks-gallery-image figcaption, 
	.wp-block-gallery .blocks-gallery-item figcaption { padding: 8px 0; }
	.wp-block-embed.is-type-video.is-provider-youtube iframe { max-width: 800px; min-height: 400px; }
}

@media (min-width: 1024px){
	.wp-block-embed.is-type-video.is-provider-youtube iframe { min-height: 450px; }
}

/* グリッドカラム */
.c-row{ display: flex; flex-wrap: wrap; margin-left: -16px; margin-right: -16px; }
.c-row [class*="c-col-"] { width: 100%; padding: 16px; margin-bottom: 0; box-sizing: border-box; }
.c-row [class*="c-col-"] img { max-width: 100%; height: auto; }

@media (min-width: 768px){ 
	.c-row * { box-sizing: border-box; }
	.c-row .c-col-1 { width: 8.33%; }
	.c-row .c-col-2 { width: 16.66%; }
	.c-row .c-col-3 { width: 25%; }
	.c-row .c-col-4 { width: 33.33%; }
	.c-row .c-col-5 { width: 41.66%; }
	.c-row .c-col-6 { width: 50%; }
	.c-row .c-col-7 { width: 58.33%; }
	.c-row .c-col-8 { width: 66.66%; }
	.c-row .c-col-9 { width: 75%; }
	.c-row .c-col-10 { width: 83.33%; }
	.c-row .c-col-11 { width: 91.66%; }
	.c-row .c-col-12 { width: 100%; } 
}

/* 汎用ボタン */
.c-btn { color: #fff; font-weight: 500; text-decoration: none; background: var(--main-color); border: 1px solid var(--main-color); display: inline-block; position: relative; padding: 10px 42px; }
.c-btn.has-icon { padding-right: 48px; }
.c-btn.has-icon:before { color:var(--yellow); content: "\f105"; font-family: "FontAwesome"; font-weight: 400; position: absolute; top: 50%; right: 20px; transform: translateY(-50%); transition: .2s; }
.c-btn.has-border { color: var(--main-color); background: transparent; }

@media (min-width: 768px){ 
	.c-btn { }
}

@media (min-width: 1024px){ 
	.c-btn { padding: 12px 42px; }
	.c-btn:hover { background: #053170; text-decoration: none; transition: .2s; }
	.c-btn.has-border:hover { color: #fff; background: var(--main-color); }
	.c-btn.has-border.has-icon:hover:before { color: #fff; }
}

/* デバイス制御 */
.sp-hidden { display: none; }
.al-center { text-align: center; }

@media (min-width: 768px){
	.sp-hidden { display:block; }
	.tb-hidden { display: none; }
}

@media (min-width: 1024px){
	.pc-hidden { display: none; }
}

/* レイアウト */
.wrapper { overflow-x: hidden; }
.container { padding-left: 16px; padding-right: 16px; position: relative; max-width: 100%; }

@media (min-width: 768px){
	.container { width: 100%; padding-left: 16px; padding-right: 16px; }
}

@media (min-width: 1024px){
	.container { max-width: 1072px; margin: 0 auto; }
}

@media (min-width: 1366px){
	.container { max-width: 1372px; }
	.main .container { max-width:1072px; }
	.home .main .container { max-width: 1372px; }


}

/* 固定ヘッダー */
.main { margin-top: 61px;  }

@media (min-width: 1024px){
	.main { margin-top: 0; }
}

/* ヘッダー */
.header.fixed-header { box-shadow: 0 1px 3px rgb(0 0 0 / 5%); }
.header { background: #fff; position: relative; }
.header .container { display: flex; align-items: center; padding-left: 16px; height: 60px; }
.header .logo img { width: auto; height: 28px; }
.header .header-nav { display: none; }
.header .cta-button { display: none; }

@media (min-width: 1024px){
	.header { padding: 0; height:100px; }
	.header .container { display: block; display:flex; padding-left: 8px; padding-right:0; max-width:100%; height: auto; }
	.header .logo img { height: 32px; }

	.header .header-nav { display: flex; justify-content: right; margin-bottom:8px; }
	.header .header-nav ul { display: flex; margin-right: -10px; }
	.header .header-nav ul li { margin: 0 8px; }
	.header .header-nav .tel-box + .tel-box { margin-left:16px;}
	.header .header-nav .tel-box .name { font-size:14px; margin-right:8px; }
	.header .header-nav .tel-box .name:before { font-size:16px; font-family: "FontAwesome"; font-weight: 400; content: "\f095"; margin-right: 8px; }
	.header .header-nav .tel-box .num { color:var(--main-color); font-size:18px; font-weight:500; text-decoration:none; position:relative; top:2px; }

	.header .nav-container { margin-top:auto; margin-left:auto; padding-right:16px; position:relative; }

	.header .cta-button { display:flex; align-items: center; justify-content: center; height:100px; }
	.header .cta-button a { color:#fff; font-size:16px; font-weight:500; text-decoration:none; background:var(--main-color); display:flex; align-items: center; justify-content: center; height: 100%; padding:0 24px; transition:.2s; }
	.header .cta-button a:hover { background:#053170; }
	.header .cta-button a:after { color:var(--yellow); font-family: "FontAwesome"; font-weight: 400; content: "\f105"; margin-left: 12px; }
}

@media (min-width: 1366px){
	.header .logo img { height: 48px; }
	.header .nav-container { padding-right:32px; }
	.header .header-nav .tel-box .num { font-size:21px;  }


}

/* ヘッダー > グローバルナビ */
.global-nav { display: none; }

@media (min-width: 1024px){
	.global-nav { display: block; }
	.global-nav .container { padding: 0; position: relative; }
	.global-nav ul { display: flex; justify-content: right; align-items: center; }
	.global-nav ul li { text-align: center; transition: .2s; margin: 0 8px; position: relative; }
	.global-nav ul li:last-child { margin-right: 0; }
	.global-nav ul li a { color: #222; font-size: 14px; font-weight: 500; display: block; position: relative; padding-bottom: 16px; }
	.global-nav ul li.current-menu-item a:after { content:""; border-bottom:2px solid var(--main-color); width:100%; position:absolute; bottom:0; left:50%; transform:translateX(-50%); }
	.global-nav ul li a:hover { color: var(--main-color); text-decoration: none; }
	.global-nav li ul li.current-menu-item a, 
	.global-nav li.current-menu-item ul li a { color: var(--main-color); border: 0; }
	.global-nav li ul li.current-menu-item a:before, 
	.global-nav li.current-menu-item ul li a:before { display: none; }
	.global-nav li ul { display: block; position: absolute; z-index: 1000; left: 50%; transform: translateX(-50%); visibility: hidden; max-height: 0; overflow: hidden; transition: max-height 0.8s ease; width: 240px; }
	.global-nav li ul li { width: 100%; border: 0; margin: 0; }
	.global-nav li ul li a { color: #fff !important; font-size: 14px; font-weight: 500; text-align: left; background: var(--main-color); border-top: 1px solid #fff; padding: 12px 16px; }
	.global-nav li:hover ul { visibility: visible; max-height: 600px; }
	.global-nav li ul li a:hover {  }
	.global-nav li:hover ul:after { transition: all .2s ease-out; content: ""; position: absolute; top: -20px; left: 50%; transform: translateX(-50%); border: 10px solid transparent; z-index: 1000; border-bottom-color: var(--main-color); }
	.global-nav .menu-item-has-children:hover a:after { transform: rotate(180deg); transition: .2s; }
	.global-nav .menu-item-has-children .sub-menu a:after { display: none; }
	.global-nav .menu-item-has-children a:after { color: var(--main-color); content: "\f107"; font-family: "FontAwesome"; font-weight: 500; display: inline-block; margin-left: 8px; position: absolute; right: -16px; }
}

@media (min-width: 1366px){
	.global-nav ul li { margin:0 12px; }
	.global-nav ul li a { font-size: 16px;  }
}

@media (min-width: 1440px){
	.global-nav ul li { margin:0 16px; }
}


/* ヘッダー > モバイルメニュー */
.sp-menu{ width: 60px; height: 60px; position: absolute; right: 0; top: 0; background: var(--main-color); display:flex; justify-content:center; align-items:center;  }
.menu-trigger,
.menu-trigger span { display: inline-block; transition: all .4s; box-sizing: border-box; }
.menu-trigger { position: relative; width:24px; height: 24px; margin-top:-6px; }
.menu-trigger span { background-color: #fff; border-radius: 0px; position: absolute; left: 0; width: 100%; height: 2px; }
.menu-trigger span:nth-of-type(1) { top: 0; }
.menu-trigger span:nth-of-type(2) { top: 8px; }
.menu-trigger span:nth-of-type(3) { top: 16px; }
.menu-trigger span:nth-of-type(3):after{ content: "メニュー"; color: #fff; font-size: 9px; font-weight: bold; white-space: nowrap;  display: flex; justify-content: center; margin-top: 8px; }
.menu-button { line-height: 1; }
.menu-button .touch-button{ display: none; }
.menu-button.active span:nth-of-type(1) { transform: translateY(10px) rotate(-45deg); top: -2px; }
.menu-button.active span:nth-of-type(2) { transform: translateY(0px) rotate(45deg); top: 8px; }
.menu-button.active span:nth-of-type(3) { background-color: rgba(255, 255, 255, 0); }
.menu-button.active span:nth-of-type(3):after { content: "閉じる"; }

.sp-nav .sofunav.show-menu { padding-bottom: 100px;}
.sp-nav .sofunav .nav a { color: var(--main-color); border-bottom: 1px solid #ccc; }

@media (min-width: 1024px){
	.sp-menu,
	.sp-nav { display: none; }
	.flexnav { display: none; }
}

/* メインビジュアル */
.home-visual { line-height: 1; }
.slick-slide img { max-width: 100% !important; }

.main-visual { padding-bottom:24px; }
.main-visual .container { padding:0; max-width:1440px !important; }
.main-visual .tagline { position:absolute; bottom:-32px; z-index:1000; }
.main-visual .tagline span { color:#fff; font-size:28px; line-height:2; background:var(--main-color); padding:4px 8px; }
.main-visual .home-visual { position:relative; z-index:999; }

@media (min-width: 768px){
	.main-visual .home-visual { width:80%; margin-left:auto; }
	.main-visual .tagline { top:50%; bottom:initial; transform:translateY(-50%); }
	.main-visual .tagline span { font-size:42px; }
}

@media (min-width: 1024px){
	.main-visual .tagline span { font-size:52px; }
}

@media (min-width: 1366px){
	.main-visual .tagline span { font-size:56px; }
}

/* ホーム */
.home .wrapper { /* background:url("cmn/imgs/top_body_bk.png") top center no-repeat; background-size:cover; */ }

.home .main { font-size:14px; }
.home .main .sub-heading { font-size:40px; font-weight:700; line-height:1; }
.home .main h2 { font-size:14px; font-weight:600; margin-bottom:16px; }
.home .main h3 { color:var(--main-color); font-size:22px; font-weight:600; line-height:1.4; margin-bottom:16px; }
.home .main p { margin-bottom:16px; }

.home .strength { background:url("cmn/imgs/top_bk_slide.png") top left no-repeat; background-size:300% auto; }
.home .main .company { background:url("cmn/imgs/top_bk_company.png") top right no-repeat; background-size:200% auto; }
.home .main .news { background:url("cmn/imgs/top_bk_news.png") top right no-repeat; background-size:200% auto; }


@media (min-width:768px){
	.home .main { font-size:16px; }
	.home .main .sub-heading { font-size:52px; }
	.home .main h2 { font-size:16px; }
	.home .main h3 { font-size:24px; }
}

@media (min-width:1024px){
	.home .main .sub-heading { font-size:64px; }
	.home .main h2 { font-size:18px; }
	.home .main h3 { font-size:27px; }
	.home .main p { margin-bottom:24px; }

	.home .strength { background:none; }
	.home .wrapper { background:url("cmn/imgs/top_bk_slide.png") top center no-repeat; background-size:100% auto; }
	.home .main .company { background:url("cmn/imgs/top_bk_company.png") top center no-repeat; background-size:100% auto; }
	.home .main .news { background:url("cmn/imgs/top_bk_news.png") top center no-repeat; background-size:100% auto; }


}

@media (min-width:1366px){
	.home .main .sub-heading { font-size:72px; }
	.home .main h2 { font-size:24px; margin-bottom:24px; }
	.home .main h3 { font-size:32px; margin-bottom:24px; }
	.home .main p { margin-bottom:32px; }
}

/* ホーム > 当社の強み */
.home .strength { padding:40px 0 60px; }
.home .strength .more { text-align:center; margin-bottom:16px; }
.home .strength .more a { text-align:center; width:240px; }

@media (min-width:768px){
	.home .strength .inner { display:flex; flex-wrap:wrap; }
	.home .strength .inner .text { width:50%; }
	.home .strength .inner .img { width:50%; padding-left:32px; }
	.home .strength .more { text-align:left; }
}

@media (min-width:1024px){
	.home .strength .inner .text { width:45%; }
	.home .strength .inner .img { width:55%; }
}

@media (min-width: 1366px){
	.home .strength { padding:80px 0; }
	.home .strength .inner .text { width:40%; }
	.home .strength .inner .img { width:60%; }
}

/* ホーム > 事業紹介 */
.home .business { color:#fff; background:url("cmn/imgs/top_business_bk.jpg") top center no-repeat; padding:40px 0; }
.home .business .more { text-align:center; margin-top:24px; margin-bottom:24px; }
.home .business .more a { width:240px; background:#053170; border-color:#053170; }
.home .business .link ul { border-top:1px solid #fff; }
.home .business .link li { border-bottom:1px solid #fff; }
.home .business .link a { color:#fff; font-size:18px; font-weight:500; display:block; padding:16px 16px; position:relative;  }
.home .business .link a:after { color:var(--yellow); font-family: "FontAwesome"; font-weight: 400; content: "\f105"; position:absolute; top:50%; right:16px; transform:translateY(-50%); }

.home .business .works { color:#222; background:#d1e6f9; margin:32px 0; }
.home .business .works a { color:#222; }
.home .business .works .works-text { text-align:center; padding:24px 16px; }

@media (min-width:768px){
	.home .business { padding:60px 0 40px; }
	.home .business .inner { display:flex; flex-wrap:wrap; }
	.home .business .inner .text { width:50%; }
	.home .business .inner .link { width:50%; padding-left:32px; }
	.home .business .more { text-align:left; }
	.home .business .more a { text-align:center; }
	.home .business .works .works-inner { display:flex; flex-wrap:wrap; }
	.home .business .works .works-text { text-align:left; width:50%; padding:32px 48px; }
	.home .business .works .works-img { width:50%; }
}

@media (min-width:1024px){
	.home .business .inner .text { width:45%; }
	.home .business .inner .link { width:55%; }
	.home .business .inner .link a { text-decoration:none; }
	.home .business .works a:hover { text-decoration:none; }
	.home .business .works .works-text { padding:48px; }
}

@media (min-width: 1366px){
	.home .business { padding:100px 0; }
	.home .business .link a { font-size:21px; padding: 24px 16px; }
	.home .business .inner .link { padding-left:48px; }
	.home .business .works .works-text { padding:56px 64px; }
}

/* ホーム > 企業情報 */
.home .company { padding:40px 0 60px; }
.home .company .more { text-align:center; margin-bottom:16px; }
.home .company .more a { width:240px; }
.home .company .inner { margin-bottom:24px; }
.home .company .link li + li { margin-top:10px; }

@media (min-width:768px){
	.home .company { padding:60px 0; }
	.home .company .inner { display:flex; flex-wrap:wrap; }
	.home .company .inner .text { width:50%; }
	.home .company .inner .img { width:50%; padding-left:32px; }
	.home .company .more { text-align:left; }
	.home .company .more a { text-align:center; }
	.home .company .link { margin:42px 0 0; }
	.home .company .link ul { display:flex; gap:16px; }
	.home .company .link li + li { margin-top:0; }
}

@media (min-width:1024px){
	.home .company .inner .text { width:45%; }
	.home .company .inner .img { width:55%; }
	.home .company .link ul { gap:32px; }
}

@media (min-width: 1366px){
	.home .company { padding:100px 0; }
	.home .company .inner .text { width:40%; }
	.home .company .inner .img { width:60%; }
	.home .company .link { margin:56px 0 0; }
	.home .company .link ul { gap:48px; }
}

/* ホーム > 採用情報 */
.home .recruit { padding:0 0 60px;  }
.home .recruit .inner { text-align:center; }
.home .recruit .more { text-align:center; margin-bottom:32px; }
.home .recruit .more a { width:240px; }

.home .recruit .bk { background: url("cmn/imgs/top_recruit_bk.jpg") repeat-x top left; background-size:cover; animation: bk-slider 60s linear infinite; min-height:200px; }
@keyframes bk-slider { 
	from { background-position: -200px 0; }
    to { background-position: -1920px 0; }
}

@media (min-width:768px){
	.home .recruit { padding:40px 0 60px; }
}

@media (min-width:1024px){
	.home .recruit { background: url("cmn/imgs/top_recruit_bk.jpg") repeat-x top left; background-size:cover; animation: bk-slider 60s linear infinite; padding:80px 0; }
	.home .recruit .inner { background:#fff; padding:60px 0px; max-width:860px; margin-left:auto; margin-right:auto; }
	.home .recruit .more { margin-bottom:0; }
}

@media (min-width:1024px){
	.home .recruit { padding:100px 0; }
}

/* ホーム > お知らせ */
.home .news { padding:16px 0 60px; }
.home .news .more { text-align:center; }
.home .news .more a { width:240px; }

@media (min-width:1024px){
	.home .news { padding:80px 0 60px; }
	.home .news .inner { display:flex; gap:30px; }
	.home .news .inner .head { width:240px; }
	.home .news .inner .inc { width:calc(100% - 240px); }
	.home .news .more { margin-top:24px; }
}

@media (min-width:1366px){
	.home .news { padding: 100px 0; }
	.home .news .inner .head { width:320px; }
	.home .news .inner .inc { width:calc(100% - 320px); }
}

/* フッター > ページの先頭へ */
.pagetop { color: var(--main-color); font-size:16px; background:rgb(255 255 255 / 75%); border:1px solid var(--main-color); border-radius: 50px; box-shadow: 0 2px 6px rgba(0,0,0,0.2); cursor: pointer; display:flex; align-items:center; justify-content:center; position: fixed; bottom: 24px; right: 24px;  z-index: 1000; width:40px; height:40px; opacity: 0; visibility: hidden; transition: opacity 0.4s ease, visibility 0.4s ease; }
.pagetop.show { opacity: 1; visibility: visible; }
.pagetop a { position:relative; top:-2px; }

/* フッターコンタクト */
.footer-contact { color:#fff; }
.footer-contact a { color:#fff; }
.footer-contact .sub-heading { font-size:40px; font-weight:700; line-height:1; }
.footer-contact h2 { font-size:14px; font-weight:600; margin-bottom:16px; }
.footer-contact .head { background:#2168c4; padding:32px 16px;}
.footer-contact .head .more { text-align:center; margin:16px 0 0; }
.footer-contact .head .more .c-btn { color:var(--main-color); font-size:16px; font-weight:500; background:#fff; width:100%; max-width:240px; padding:12px 0; }
.footer-contact .head .more .c-btn:before { color:var(--main-color); }
.footer-contact .phone { background:#1d519d; padding:32px 16px; position:relative; }
.footer-contact .phone .tel-box { display:flex; align-items:center; }
.footer-contact .phone .name { font-size:14px; }
.footer-contact .phone .num:before { color:var(--yellow); font-family: "FontAwesome"; font-weight: 400; content: "\f095";  margin-left: 10px; margin-right: 4px; }
.footer-contact .phone .num { color:#fff; font-size:32px; font-weight:500; text-decoration:none; position:relative; top:2px; }
.footer-contact .time { font-size:14px; margin-top:16px;}

@media (min-width:768px){
	.footer-contact .sub-heading { font-size:52px; }
	.footer-contact h2 { font-size:16px; }
	.footer-contact .head,
	.footer-contact .phone { padding:32px; }
	.footer-contact .head .more { text-align:left; }
	.footer-contact .head .more a { text-align:center; }
	.footer-contact .phone::before { content: ""; position: absolute; top:calc(50% - 10px); left: -60px; width: 0; height: 0; border-style: solid; border-width: 30px 30px 0 30px; border-color: #1d519d transparent transparent transparent; transform: rotate(90deg) translateY(-50%); }
}

@media (min-width:1024px){
	.footer-contact { background: linear-gradient(to right, #2168c4 50%, #1d519d 50%); }
	.footer-contact .sub-heading { font-size:64px; }
	.footer-contact h2 { font-size:18px; }
	.footer-contact p { margin-bottom:32px; }
	.footer-contact .head { padding:64px 0 80px 16px; }
	.footer-contact .phone { padding:64px 16px 64px 64px; }
	.footer-contact .head .more .c-btn { font-size:18px; max-width:320px; }
	.footer-contact .head .more .c-btn:hover { color:#fff; background:var(--main-color); transition:.2s; }
	.footer-contact .head .more .c-btn:hover:before { color:var(--yellow); }
	.footer-contact .phone { display: flex; flex-direction: column; justify-content: center; }
	.footer-contact .phone .name { font-size:16px; }
	.footer-contact .phone .num { font-size:42px; line-height:1.4; white-space: nowrap;}
	.footer-contact .phone .num:before { margin-left:16px; margin-right:8px; }
}

@media (min-width:1366px){
	.footer-contact .sub-heading { font-size:72px; }
	.footer-contact h2 { font-size:24px; margin-bottom:24px; }
}

/* フッター */
.footer-content { text-align:center; background:#e6eef9; padding:32px 0; }
.footer-content .logo img { width:auto; height:36px; margin-bottom:16px; }
.footer-content address { font-size:14px; }

@media (min-width:768px){
	.footer-content .info { width:100%; }
}

@media (min-width:1024px){
	.footer-content { text-align:left; padding:48px 0;  }
	.footer-content .info { width:58.33%; }
	.footer-content .logo img { height:48px; }
}

/* フッター > サイトマップ */
.footer-content .sitemap { display: none; }

@media (min-width: 1024px){
	.footer-content .sitemap { display: block; padding-right: 0;  }
	.footer-content .sitemap li + li { margin-top: 8px; }
	.footer-content .sitemap a { color:#222; font-size: 16px; font-weight: 500; position: relative; }
	.footer-content .sitemap a:before { color:var(--main-color); content: "\f105"; font-family: "FontAwesome"; font-weight: 400; margin-right: 6px; }
	.footer-content .sitemap a:hover { color:var(--main-color); text-decoration:none; }
	.footer-content .sitemap .children { margin-top: 8px; }
	.footer-content .sitemap .children a { color:var(--main-color); font-size: 14px; font-weight: normal;}
}

/* フッター > コピーライト */
.copyright { font-size:12px; text-align:center; padding:24px 0; }

@media (min-width:1024px){
	.copyright { font-size:14px; padding:36px 0; }
}

/* パンくずリスト */
.breadcrumbs { display: block; font-size: 12px; padding: 8px 0; position: relative; box-sizing: border-box; white-space: nowrap; overflow-x: auto; }
.breadcrumbs i { font-size: 16px; margin-right: 8px; position: relative; top: 1px;}
.breadcrumbs a { color: #999; }
.breadcrumbs .home:before { font-family: "FontAwesome"; font-weight: 400; content: "\f015"; margin-right: 6px; }
.breadcrumbs .separate { margin-left: 8px; margin-right: 8px; }
.breadcrumbs .separate:before { content: ""; display: inline-block; width: 5px; height: 5px; transform: rotate(45deg); border-top: 1px solid #222; border-right: 1px solid #222; position: relative; top: -1px; margin: 0 5px 0 2px; }

@media (min-width: 1024px){
	.breadcrumbs .container { padding-left: 24px; padding-right:24px; max-width:100%; }
}

/* ページタイトル */
.page-header { background:url("cmn/imgs/pagetitle_sp.jpg") center center no-repeat; background-size:cover; }


.page-title { text-align: center; padding: 48px 0px;}
.page-title h1, 
.page-title .title { color:#fff; font-size: 24px; font-weight: bold; display: inline-block; position: relative; }

@media (min-width: 768px){
	.page-header { background:url("cmn/imgs/pagetitle_pc.jpg") center center no-repeat; background-size:cover; }
	.page-title { padding: 56px 0;}
	.page-title h1, 
	.page-title .title { font-size:32px; }
}

@media (min-width: 1024px){
	.page-title { padding: 80px 0; }
	.page-title h1, 
	.page-title .title { font-size: 36px;}
}

/* ページ汎用 */
.page-content { font-size:16px; letter-spacing: .02em; padding: 32px 0; }
.page-content p { margin-bottom: 12px; }
.page-content a { color: var(--main-color); }
.page-content ul, 
.page-content ol { margin: 16px 0 16px 24px; padding: 0; }
.page-content ul { list-style: disc outside; }
.page-content ol { list-style: decimal outside; }
.page-content ul li + li,
.page-content ol li + li { margin-top: 4px; }
.page-content h2{ color:#222; font-size: 26px; font-weight: bold; position: relative; margin-bottom:48px; }
.page-content h2:before { content:""; width:64px; height:3px; background:var(--main-color); position:absolute; bottom:-16px; left:0; }
.page-content h2.is-style-vk-heading-plain { color:var(--main-color); margin-bottom: 24px;  }
.page-content h2.is-style-vk-heading-plain:before { display:none; }
.page-content h3 { font-size: 24px; font-weight: bold; border-bottom:2px solid var(--main-color); padding-bottom:12px; margin-bottom: 32px; }
.page-content h3.is-style-vk-heading-plain { color:var(--main-color) border:0; padding-bottom:0; }
.page-content h4 { font-size: 18px; font-weight: bold;}
.page-content h5 { font-weight: bold;}
.page-content * + h2 { margin-top: 48px; }
.page-content * + h3 { margin-top: 24px; }
.page-content a[target="_blank"]:after { font-size: 12px; font-family: "FontAwesome"; font-weight: 600; content: "\f08e"; display: inline-block; margin: 0 8px 0 8px;}
.page-content .wp-block-image a[target="_blank"]:after { display: none; }

@media (min-width: 768px){
	.page-content h2{ font-size: 28px; }
	.page-content * + h2 { margin-top: 56px; }
	.page-content * + h3 { margin-top: 32px; }
}

@media (min-width: 1024px){
	.page-content { font-size:18px; padding: 52px 0; }
	.page-content a { text-decoration: underline; }
	.page-content a:hover { text-decoration: none; }
}

/* テーブル */
.page-content table { width: 100%; border:0; margin: 24px 0; }
.page-content table th,
.page-content table td { border: 0; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; display: table-cell; width: auto; padding: 8px 16px; }
.page-content table th { background: #f5f5f5;}
.page-content .wp-block-group table:last-child { margin-bottom: 20px; }

/* レスポンシブ用テーブル */
@media (max-width: 600px){
	.page-content .responsive table { border-top: 1px solid #ccc; border-collapse: collapse; width: 100%; margin-bottom: 20px; }
	.page-content .responsive table th,
	.page-content .responsive table td { border: 0; border-bottom: 1px solid #ccc; padding: 8px 16px; display: block; width: 100%; }
	.page-content .responsive table th { font-weight: bold; border: 0; border-bottom: 0; }
}

@media (min-width: 768px){
	.page-content table th,
	.page-content table td {  }
}

@media (min-width: 1024px){
	.page-content table th,
	.page-content table td { font-size:16px; padding:16px 20px; }
}

/* キャプション */
.page-content figcaption { font-size: 14px;}

@media (min-width: 768px){
	.page-content figcaption { font-size: 16px;}
}

/* アンカーリンク */
.page-content ul.anchor { margin: 0 0 32px 8px;}
.page-content ul.anchor li { list-style: none; display: inline-block; margin-right: 32px;}
.page-content ul.anchor li a { color: #222; text-decoration: none;}
.page-content ul.anchor li a:before { color: var(--main-color); font-weight: 600; content: "\f107"; font-family: "FontAwesome"; font-weight: 600; margin-right: 8px; }
.page-content ul.anchor a:hover { opacity: 0.7; transition: 0.3s;}

/* チェックマークリスト */
.page-content .check,
.page-content .check ul { list-style: none; margin: 16px 0;}
.page-content .check li { position: relative; padding-left: 32px; }
.page-content .check li + li { margin-top: 6px; }
.page-content .check li:before { content: ""; display: block; position: absolute; top: .55em; left: 6px; transform: rotate(50deg); width: 5px; height: 12px; border-right: 2px solid var(--main-color); border-bottom: 2px solid var(--main-color); z-index: 101; }
.page-content .check li:after { content: ""; display: block; position: absolute;  top: .55em; left: 0; width: 16px; height: 16px; border: 2px solid #ccc; z-index: 100; }

/* サークルリスト */
.page-content .circle,
.page-content .circle ul { list-style: none; margin: 16px 0;}
.page-content .circle li { position: relative; padding-left: 20px; }
.page-content .circle li + li { margin-top: 8px; }
.page-content .circle li:before { content: ""; display: block; position: absolute; top: 0.75em; left: 0; width: 6px; height: 6px; background: #ccc; border-radius: 50%; }

/* 投稿リスト（テキストのみ） */
.post-list { margin: 0 0 20px 0 !important; list-style: none !important; }
.post-list li { background:#fff; border-top: 1px solid #ccc; padding: 16px; }
.post-list li:last-child { border-bottom: 1px solid #ccc; }

.post-list .date { color:#777; font-size:14px; margin-right:8px; }
.post-list .category { color: #fff; font-size: 10px; line-height:1.6; padding: 2px 24px; background:var(--main-color); border: 1px solid var(--main-color); display: inline-block; position: relative; top: -1px; }
.post-list .category a { color: var(--main-color); }
.post-list .entry-title { color:#222; font-size:16px; }

@media (min-width: 768px){
	.post-list { margin-bottom: 32px; }
	.post-list .date {  }
}

@media (min-width: 1024px){
	.post-list li { padding: 24px; }
	.post-list .entry-meta { display:inline; margin-right:16px; }
	.post-list .date { font-size:16px; margin-right:16px; min-width:120px; }
	.post-list .category { font-size: 12px; }
	.post-list .entry-title { font-size:18px; font-weight:500; }
}

@media (min-width: 1366px){
	.post-list li { padding: 32px; }
}

/* 投稿リスト（サムネイルあり） */
.post-list-has-thumb { display: flex; flex-wrap: wrap; margin-left:-16px; margin-right:-16px; }
.post-list-has-thumb .post-list-item { display: flex; flex-wrap: wrap; width: 100%; padding: 16px; }
.post-list-has-thumb .post-thumbnail { width:140px; }
.post-list-has-thumb .post-thumbnail img { border:1px solid #ccc; width:100%; height:99px; object-fit: cover; }
.post-list-has-thumb .post-content { width:calc(100% - 140px); padding-left:20px;}
.post-list-has-thumb .date { font-size:14px; margin-right:8px; }
.post-list-has-thumb .category { color: var(--main-color); font-size: 10px; line-height:1.6; padding: 2px 24px; border: 1px solid var(--main-color); border-radius:50px; display: inline-block; position: relative; top: -1px; }
.post-list-has-thumb .category a { color: var(--main-color); }
.post-list-has-thumb .entry-title { font-size:16px; }

@media (min-width: 768px){
	.post-list-has-thumb .post-list-item { width:33.33%; }
	.post-list-has-thumb .post-thumbnail { width:100%; margin-bottom:10px; }
	.post-list-has-thumb .post-thumbnail img { height:158px; }
	.post-list-has-thumb .post-content { width:100%; padding:0; }
	.post-list-has-thumb .entry-title { font-size:18px; }
}

@media (min-width: 1024px){
	.post-list-has-thumb .post-list-item { width:25%; }
	.post-list-has-thumb .date { font-size:16px; margin-right:16px; min-width:120px; }
	.post-list-has-thumb .category { font-size: 12px; }
	.post-list-has-thumb .post-thumbnail { margin-bottom:15px; }
	.post-list-has-thumb .post-thumbnail img { height:141px; }
	.post-list-has-thumb .post-thumbnail a:hover img { opacity:.7; transition:.3s; }
	.post-list-has-thumb .entry-title a:hover { color:var(--main-color); text-decoration:none; }
}

@media (min-width: 1200px){
	.post-list-has-thumb .post-thumbnail img { height:190px; }
}

/* 投稿記事 */
.article .entry-meta { margin-bottom:4px; }
.article .date { font-size:14px; margin-right:8px; }
.article .category { color: var(--main-color); font-size: 10px; line-height:1.6; padding: 2px 24px; border: 1px solid var(--main-color); border-radius:50px; display: inline-block; position: relative; top: -1px; }
.article .category a { color: var(--main-color); }
.article h1 { font-size: 28px; font-weight: bold; }
.article .entry-content { padding-top: 16px; }

@media (min-width: 768px){

}

@media (min-width: 1024px){
	.single .page-content .container { width:840px; min-width:840px; }
	.article h1 { font-size: 36px; }
	.article .entry-meta { font-size: 16px; margin-bottom: 5px; }
	.article .date { font-size:16px; margin-right:16px; min-width:120px; }
	.article .category { font-size: 12px; }
	.article .entry-content { padding-top: 24px; }
}


/* ContactForm7 */
.wpcf7 .form-notice { background:#efefef; padding:24px; }
.wpcf7 .form-notice ul li { font-size:12px; }
.wpcf7 .required { color: #fff; font-size: 10px; font-weight:normal; background: #ec5b66; display: inline-block; margin-left: 16px; padding: 2px 8px; position: relative; top: -2px;}
.wpcf7 .optional { color: #1174ca; font-size: 10px; font-weight:normal; background: #fff; border: 1px solid #1174ca; margin-left: 16px; padding: 2px 8px; position: relative; top: -2px;}

.wpcf7 .wpcf7-form-control-wrap { display: block; }
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 textarea,
.wpcf7 select { font-size: 16px; font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", sans-serif; border: 1px solid #999; border-radius: 2px; box-sizing: border-box; padding: 4px 12px; margin:4px 0; }
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"],
.wpcf7 textarea { width: 100%; }
.wpcf7 .wpcf7-list-item { font-size: 16px; display: block; margin:0; margin-right: 16px; }
.wpcf7 .wpcf7-list-item + .wpcf7-list-item { margin-top: 8px; }
.wpcf7 .wpcf7-list-item-label::before { margin-left:4px; }
.wpcf7 .wpcf7-list-item input { cursor: pointer; }
.wpcf7 label, .wpcf7 .wpcf7-acceptance label { cursor: pointer; }
.wpcf7 .confirm { text-align:center; margin:8px 0 16px; }
.wpcf7 input[type="submit"] { color: #fff; font-size: 18px; background: var(--main-color); border: 0; border-radius: 4px; display: block; margin: 0 auto; padding: 8px 80px; cursor: pointer; -webkit-appearance: none; }
.wpcf7 .wpcf7-submit:disabled { background: #999; }

.wpcf7 .notice { font-size: 12px; background: #efefef; margin: 16px 0 8px; padding: 8px 16px; }

.wpcf7-not-valid-tip { color: #e84d49; font-size: 14px; background:#fce7e8; padding:2px 16px; }
.use-floating-validation-tip span.wpcf7-not-valid-tip { white-space: nowrap; }
.wpcf7-form .acceptance { text-align: center; } 

.wpcf7-form.sent .sent-ok-hidden { display: none; }
.wpcf7 form .wpcf7-response-output { text-align: center; margin: 0; padding: 16px; }
.wpcf7-mail-sent-ok { text-align: center; background: #f0f6ed; padding-top: 16px !important; padding-bottom: 16px !important; }

@media (min-width: 768px){
	.wpcf7 .form-notice ul li { font-size:14px; }
	.wpcf7 table th { white-space:nowrap; }
	.wpcf7 .notice { font-size:14px }
}

@media (min-width: 1024px){
	.wpcf7 .form-notice { padding:32px; }
	.wpcf7 table th { width:25%; }
	.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 textarea,
	.wpcf7 select { padding:8px 12px; }
}

/* ページャー */
.wp-pagenavi { margin: 40px 0; text-align: center; }
.wp-pagenavi span,
.wp-pagenavi a { display: inline-block; padding: 4px 12px; margin: 4px; text-decoration: none; }
.wp-pagenavi a:hover, 
.wp-pagenavi span.current { border: 1px solid #ccc; }
.wp-pagenavi span.current { color: #fff; font-weight: normal; background: #eee; }

/* reCAPTCHA */
.grecaptcha-badge { visibility: hidden; }
.page-id-XX .grecaptcha-badge { visibility: visible; }

/*----------------------------------------
以下、ページ別CSS
------------------------------------------*/


/* 企業情報 */
#page-15 h2.message:after,
#page-15 h2.overview:after,
#page-15 h2.history:after,
#page-15 h2.access:after { color:#e5edf8; font-size:48px; font-weight:800; font-family: 'Montserrat', sans-serif; position:absolute; z-index:-1; top:-32px; left:0; }
#page-15 h2.message:after { content:"MESSAGE"; }
#page-15 h2.overview:after {content:"OVERVIEW"; }
#page-15 h2.history:after { content:"HISTORY"; }
#page-15 h2.access:after { content:"ACCESS"; }

@media (min-width: 768px){
	#page-15 h2.message:after,
	#page-15 h2.overview:after,
	#page-15 h2.history:after,
	#page-15 h2.access:after { font-size:64px; top:-42px; }
}

@media (min-width: 1024px){
	#page-15 h2.message:after,
	#page-15 h2.overview:after,
	#page-15 h2.history:after,
	#page-15 h2.access:after { font-size:64px; }
}

/* お問い合わせ */
.page-id-24 .footer-contact { display:none; }
#page-24 .p-contact-tel { margin-bottom:16px; }
#page-24 .p-contact-tel p { line-height:1.4; }
#page-24 .p-contact-tel a:before { color:var(--main-color); font-family: "FontAwesome"; font-weight: 400; content: "\f095";  margin-left: 10px; margin-right: 4px; }
#page-24 .p-contact-tel a { color:#222; font-size:32px; font-weight:500; text-decoration:none; position:relative; top:2px; }

@media (min-width: 768px){

}

@media (min-width: 1024px){

}
