@charset "utf-8";

/*
Theme Name: kaigo
Author: arktain
Author URI: https://www.arktain.jp/
*/

@font-face { font-family: 'Noto Serif JP'; font-style: normal; font-weight: 400; font-display: swap; src: url('/fonts/noto-serif-jp-v33-japanese_latin-regular.woff2') format('woff2'); }
@font-face { font-family: 'Noto Serif JP'; font-style: normal; font-weight: 500; font-display: swap; src: url('/fonts/noto-serif-jp-v33-japanese_latin-500.woff2') format('woff2'); }
@font-face { font-family: 'Noto Serif JP'; font-style: normal; font-weight: 600; font-display: swap; src: url('/fonts/noto-serif-jp-v33-japanese_latin-600.woff2') format('woff2'); }
@font-face { font-family: 'Noto Serif JP'; font-style: normal; font-weight: 700; font-display: swap; src: url('/fonts/noto-serif-jp-v33-japanese_latin-700.woff2') format('woff2'); }
@font-face { font-family: 'Noto Serif JP'; font-style: normal; font-weight: 800; font-display: swap; src: url('/fonts/noto-serif-jp-v33-japanese_latin-800.woff2') format('woff2'); }
@font-face { font-family: 'Noto Serif JP'; font-style: normal; font-weight: 900; font-display: swap; src: url('/fonts/noto-serif-jp-v33-japanese_latin-900.woff2') format('woff2'); }

@font-face { font-family: 'Noto Sans JP'; font-style: normal; font-weight: 400; font-display: swap; src: url('/fonts/noto-sans-jp-v56-latin-regular.woff2') format('woff2'); }
@font-face { font-family: 'Noto Sans JP'; font-style: normal; font-weight: 500; font-display: swap; src: url('/fonts/noto-sans-jp-v56-latin-500.woff2') format('woff2'); }
@font-face { font-family: 'Noto Sans JP'; font-style: normal; font-weight: 600; font-display: swap; src: url('/fonts/noto-sans-jp-v56-latin-600.woff2') format('woff2'); }
@font-face { font-family: 'Noto Sans JP'; font-style: normal; font-weight: 700; font-display: swap; src: url('/fonts/noto-sans-jp-v56-latin-700.woff2') format('woff2'); }
@font-face { font-family: 'Noto Sans JP'; font-style: normal; font-weight: 800; font-display: swap; src: url('/fonts/noto-sans-jp-v56-latin-800.woff2') format('woff2'); }
@font-face { font-family: 'Noto Sans JP'; font-style: normal; font-weight: 900; font-display: swap; src: url('/fonts/noto-sans-jp-v56-latin-900.woff2') format('woff2'); }



/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}
img{vertical-align:top;}
a img:hover{opacity:.8;}
table {width:100%;border-collapse: separate;border-spacing: 0;}
td{vertical-align: middle;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;transition:all 0.3s;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

* {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -o-box-sizing: border-box;
 -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body{
font-family: "Noto Sans JP", sans-serif;
font-size:18px;
color:#000;
-webkit-text-size-adjust: none;
background:#fff;
line-height:1.75;
}
.meirio{font-family: "メイリオ" ;}


/* リンク設定
------------------------------------------------------------*/
a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
transition:all 0.3s;
color:#000;
}

a:hover, a:active{
outline: none;
color:#c7b299;
}


/**** Clearfix ****/
nav .panel:after, nav#mainNav:after, .newsTitle:after, .bg:after,.post:after, ul.post li:after{content:""; display: table;clear: both;}
nav .panel,nav#mainNav,.newsTitle,.bg, .post, ul.post li{zoom: 1;}


/* フォーム
------------------------------------------------------------*/


/* レイアウト
------------------------------------------------------------*/
#wrapper{
margin:0 auto 0;
width:100%;
overflow:hidden;
}

.inner{
margin:0 auto 0;
width:min(90%,1200px);
position:relative;
}


#header{
overflow:hidden;
background:#fff;
}

#content{
width:100%;
padding:0;
margin:0px auto 0;

}

#sidebar{
width:300px;
float:left;
margin:30px 20px 0 0;
}








/* トップページ　メイン画像
----------------------------------*/
.top_hero{position:relative;width:100%;min-height:clamp(560px,50vw,960px);background:url(/wp-content/themes/kaigo/img/hero_pc.webp) center center / cover no-repeat;overflow:hidden;}
.top_hero_inner{width:min(90%,1200px);min-height:clamp(560px,50vw,960px);margin:0 auto;display:flex;align-items:center;}
.top_hero_text{width:min(100%,620px);}
.top_hero_label{display:inline-flex;align-items:center;justify-content:center;background:#17304d;color:#fff;font-size:18px;font-weight:700;line-height:1;padding:12px 28px;border-radius:999px;margin:0 0 34px;}
.top_hero_text h1{font-size:clamp(42px,4.17vw,60px);font-weight:800;line-height:1.32;letter-spacing:.04em;color:#17304d;margin:0 0 34px;}
.top_hero_text h1 span{color:#46a36a;}
.top_hero_lead{font-size:clamp(17px,1.25vw,24px);font-weight:700;line-height:2;color:#222;margin:0 0 40px;}
.top_hero_btns{display:flex;align-items:center;gap:34px;}
.top_hero_btn{width:300px;height:72px;border-radius:999px;display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:18px;font-weight:700;transition:.3s;}
.top_hero_btn_green{background:#46a36a;color:#fff;box-shadow:0 10px 22px rgba(70,163,106,.25);}
.top_hero_btn_green:hover{background:#17304d;transform:translateY(-3px);box-shadow:0 14px 28px rgba(23,48,77,.22);}
.top_hero_btn_white{background:#fff;color:#17304d;border:2px solid #17304d;}
.top_hero_btn_white:hover{background:#17304d;color:#fff;transform:translateY(-3px);box-shadow:0 14px 28px rgba(23,48,77,.16);}

@media(max-width:768px){
.top_hero{min-height:auto;background:none;}
.top_hero_inner{width:min(92%,1200px);min-height:auto;padding:36px 0 30px;display:block;}
.top_hero_text{width:100%;}
.top_hero_label{font-size:13px;padding:9px 18px;margin:0 0 22px;}
.top_hero_text h1{font-size:clamp(34px,9.2vw,48px);line-height:1.35;margin:0 0 22px;}
.top_hero_lead{font-size:15px;line-height:1.8;margin:0 0 28px;}
.top_hero_btns{gap:14px;flex-direction:column;}
.top_hero_btn{width:100%;height:58px;font-size:15px;}
.top_hero::after{content:"";display:block;width:100%;aspect-ratio:1/1;background:url(/wp-content/themes/kaigo/img/hero_sp.webp) center top / cover no-repeat;}
}







/* フッター
*****************************************************/
.site-footer { width: 100%; color: #fff; }
.footer-cta { width: 100%; background: linear-gradient(90deg, #064784 0%, #073f7f 50%, #064784 100%); padding: 24px 0; }
.footer-cta-inner { width: min(94%, 1200px); margin: 0 auto; display: grid; grid-template-columns: 1fr 1.1fr 1fr; align-items: center; gap: 34px; }
.footer-tel { display: grid; grid-template-columns: 54px 1fr; align-items: center; gap: 14px; }
.footer-tel-icon { font-size: 42px; line-height: 1; color: #fff; }
.footer-tel p { font-size: 13px; font-weight: 700; line-height: 1.4; margin: 0 0 2px; }
.footer-tel a { color: #fff; font-size: 30px; font-weight: 900; line-height: 1.1; text-decoration: none; letter-spacing: .03em; display: inline-block; }

.footer-message { text-align: center; }
.footer-message p { font-size: 28px; font-weight: 900; line-height: 1.35; margin: 0 0 6px; }
.footer-message span { font-size: 15px; font-weight: 700; line-height: 1.5; }
.footer-contact { min-height: 66px; background:#46a36a; color: #fff; border-radius: 8px; text-decoration: none; display: grid; grid-template-columns: 46px 1fr; align-items: center; gap: 12px; padding: 12px 46px 12px 22px; position: relative; box-shadow: 0 8px 18px rgba(0,0,0,.18); }
.footer-contact::after { content: "›"; font-size: 38px; font-weight: 300; line-height: 1; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); }
.footer-contact span { font-size: 32px; line-height: 1; }
.footer-contact p { font-size: 17px; font-weight: 900; line-height: 1.25; margin: 0 0 2px; }
.footer-contact em { font-style: normal; font-size: 12px; font-weight: 700; line-height: 1.3; display: block; }
.footer-bottom { width: 100%; background: #06284b; padding: 18px 0; }
.footer-bottom-inner { width: min(94%, 1200px); margin: 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; }
.footer-logo { color: #fff; text-decoration: none; display: flex; align-items: baseline; gap: 10px; }
.footer-logo span { font-size: 24px; font-weight: 700; line-height: 1; letter-spacing: -.02em; }
.footer-logo em { font-style: normal; font-size: 13px; font-weight: 700; line-height: 1; }
.footer-nav { display: flex; align-items: center; justify-content: center; gap: 0; }
.footer-nav a { color: #fff; font-size: 12px; font-weight: 700; line-height: 1; text-decoration: none; padding: 0 14px; border-right: 1px solid rgba(255,255,255,.35); opacity: .9; }
.footer-nav a:first-child { border-left: 1px solid rgba(255,255,255,.35); }
.footer-copy { font-size: 12px; font-weight: 700; line-height: 1; text-align: right; margin: 0; opacity: .85; }
@media screen and (max-width: 1023px) { .footer-cta-inner { grid-template-columns: 1fr; gap: 22px; text-align: center; } .footer-tel { width: fit-content; margin: 0 auto; text-align: left; } .footer-message p { font-size: 24px; } .footer-contact { width: min(100%, 520px); margin: 0 auto; box-sizing: border-box; } .footer-bottom-inner { grid-template-columns: 1fr; text-align: center; gap: 18px; } .footer-logo { justify-content: center; } .footer-nav { flex-wrap: wrap; } .footer-copy { text-align: center; } }
@media screen and (max-width: 600px) { .footer-cta { padding: 26px 0; } .footer-tel { grid-template-columns: 42px 1fr; gap: 10px; } .footer-tel-icon { font-size: 34px; } .footer-tel a { font-size: 25px; } .footer-message p { font-size: 21px; } .footer-message span { font-size: 13px; } .footer-contact { min-height: 64px; grid-template-columns: 38px 1fr; padding: 12px 40px 12px 18px; } .footer-contact span { font-size: 26px; } .footer-contact p { font-size: 15px; } .footer-logo { flex-direction: column; align-items: center; gap: 6px; } .footer-logo span { font-size: 22px; } .footer-nav { display: grid; gap: 12px; } .footer-nav a { border: none; padding: 0; } .footer-nav a:first-child { border-left: none; } }
.footer-tel { grid-template-columns: 70px 1fr; }
.footer-tel-icon { font-size: 48px; line-height: 1; color: #fff; display: flex; align-items: center; justify-content: center; }
.footer-tel-icon i { display: block; }
@media screen and (max-width: 600px) {
.footer-tel-icon { font-size: 38px; }
}



/* 1099px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 1199px){

}

/* 1099px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 999px){

}

/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px){

}	


