@charset "utf-8";

/*
Theme Name: saiyo
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;
}








/* トップページ　メイン画像
----------------------------------*/
.hero { width: 100%; position: relative; background: url("/wp-content/themes/saiyo/img/hero-bg.webp") center right / cover no-repeat; overflow: hidden; }

.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.95) 35%, rgba(255,255,255,.7) 50%, rgba(255,255,255,0) 70%); z-index: 1; }

.hero-inner { width: min(94%, 1200px); min-height: 560px; margin: 0 auto; position: relative; display: flex; align-items: center; z-index: 2; }
.hero-content { width: 100%; max-width: 620px; position: relative; z-index: 3; padding: 56px 0; }
.hero-balloon { width: fit-content; background: #06284b; color: #fff; font-size: 18px; font-weight: 800; line-height: 1; padding: 16px 34px; border-radius: 999px; position: relative; margin: 0 0 24px; }
.hero-balloon::after { content: ""; width: 0; height: 0; border-style: solid; border-width: 14px 10px 0 10px; border-color: #06284b transparent transparent transparent; position: absolute; left: 42px; bottom: -10px; }
.hero-title { color: #000; font-size: clamp(38px, 4.2vw, 50px); font-weight: 900; line-height: 1.35; letter-spacing: .02em; margin: 0 0 18px; }
.hero-title span { color: #073f7f; }
.hero-lead { color: #111; font-size: 18px; font-weight: 800; line-height: 1.7; margin: 0 0 22px; }
.hero-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 0 0 22px; }
.hero-card { background: rgba(255,255,255,.88); border: 1px solid #ccd6e2; border-radius: 6px; text-align: center; padding: 16px 10px 14px; box-shadow: 0 6px 16px rgba(0,0,0,.04); }
.hero-card-icon { color: #073f7f; font-size: 30px; line-height: 1; margin: 0 0 8px; }
.hero-card p { color: #06284b; font-size: 15px; font-weight: 900; line-height: 1.4; margin: 0 0 4px; }
.hero-card span { color: #111; font-size: 11px; font-weight: 700; line-height: 1.4; display: block; }
.hero-cta { width: 430px; max-width: 100%; min-height: 74px; background: linear-gradient(135deg, #ff7a00 0%, #ff5200 100%); color: #fff; border-radius: 999px; text-decoration: none; display: grid; grid-template-columns: 62px 1fr; grid-template-rows: auto auto; align-items: center; column-gap: 14px; padding: 12px 28px 12px 18px; position: relative; box-shadow: 0 10px 22px rgba(255,101,0,.28); }
.hero-cta::after { font: var(--fa-font-solid); content: "\f054";display: inline-block; font-size: 42px;  line-height: 1; position: absolute; right: 28px; top: 50%; transform: translateY(-50%); }
.hero-cta span { width: 56px; height: 56px; background: #fff; color: #ff6500; border-radius: 50%; display: flex; align-items: center; justify-content: center; text-align: center; font-size: 13px; font-weight: 900; line-height: 1.2; grid-row: 1 / 3; }
.hero-cta strong { font-size: 22px; font-weight: 900; line-height: 1.2; padding-right: 34px; }
.hero-cta em { font-style: normal; font-size: 13px; font-weight: 700; line-height: 1.2; padding-right: 34px; }
.hero-badge { width: 170px; height: 170px; background: rgba(255,255,255,.92); border-radius: 50%; position: absolute; right: 330px; bottom: 72px; z-index: 4; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; box-shadow: 0 8px 22px rgba(0,0,0,.08); }
.hero-badge span { color: #06284b; font-size: 17px; font-weight: 900; line-height: 1.45; }
.hero-badge strong { color: #073f7f; font-size: 25px; font-weight: 900; line-height: 1.3; margin-top: 6px; }
.hero-badge em { color: #06284b; font-style: normal; font-size: 14px; font-weight: 800; line-height: 1.3; }
.hero-box { width: 300px; background: rgba(6,40,75,.94); color: #fff; border-radius: 4px; position: absolute; right: 0px; bottom: 72px; z-index: 4; padding: 28px 28px 24px; box-shadow: 0 10px 24px rgba(0,0,0,.16); }
.hero-box p { font-size: 20px; font-weight: 900; line-height: 1.7; margin: 0 0 12px; }
.hero-box ul { list-style: none; padding: 0; margin: 0; }
.hero-box li { font-size: 13px; font-weight: 700; line-height: 1.8; padding-left: 20px; position: relative; }
.hero-box li::before { content: "✓"; color: #ffd200; font-weight: 900; position: absolute; left: 0; top: 0; }

@media screen and (max-width: 1023px) { .hero-inner { width: 100%; min-height: 0; display: flex; flex-direction: column; } .hero-image { width: 100%; height: 56vw; min-height: 300px; position: relative; background-position: center right; order: 1; } .hero-content { width: min(92%, 680px); padding: 34px 0 40px; order: 2; } .hero-title { font-size: clamp(34px, 8vw, 48px); } .hero-cards { grid-template-columns: 1fr; } .hero-card { display: grid; grid-template-columns: 46px 1fr; text-align: left; align-items: center; column-gap: 12px; padding: 14px 16px; } .hero-card-icon { margin: 0; grid-row: 1 / 3; } .hero-badge { width: 142px; height: 142px; right: auto; left: 5%; top: calc(56vw - 116px); bottom: auto; z-index: 5; } .hero-badge span { font-size: 14px; } .hero-badge strong { font-size: 20px; } .hero-box { width: min(92%, 520px); position: relative; right: auto; bottom: auto; order: 3; margin: 0 auto 36px; } }

@media screen and (max-width: 600px) { .hero-image { height: 68vw; min-height: 250px; background-size: cover; background-position: 64% center; } .hero-balloon { font-size: 14px; padding: 13px 22px; margin-bottom: 20px; } .hero-title { font-size: 32px; line-height: 1.38; } .hero-lead { font-size: 15px; } .hero-cta { width: 100%; min-height: 68px; padding: 10px 22px 10px 14px; grid-template-columns: 54px 1fr; } .hero-cta span { width: 50px; height: 50px; font-size: 12px; } .hero-cta strong { font-size: 18px; } .hero-cta em { font-size: 12px; } .hero-badge { width: 118px; height: 118px; top: calc(68vw - 96px); } .hero-badge span { font-size: 12px; } .hero-badge strong { font-size: 16px; } .hero-badge em { font-size: 12px; } .hero-box { padding: 22px 20px; } .hero-box p { font-size: 17px; } .hero-box li { font-size: 12px; } }
@media screen and (max-width: 1023px) {
.hero { background: url("/wp-content/themes/saiyo/img/hero-bg_sp.webp") center center / cover no-repeat; }
.hero::before { display: none; }
.hero-inner { width: min(92%, 1200px); min-height: 700px; display: block; padding: 40px 0; }
}

@media screen and (max-width: 600px) {
.hero { background: url("/wp-content/themes/saiyo/img/hero-bg_sp.webp") center center / cover no-repeat; }
.hero-inner { min-height: 620px; }
}

@media screen and (max-width: 1023px) {
.hero { background: none; }

.hero::before { content: ""; width: 100%; height: 56vw; min-height: 300px; display: block; position: static; background: url("/wp-content/themes/saiyo/img/hero-bg_sp.webp") center center / cover no-repeat; }

.hero-inner { width: min(92%, 1200px); min-height: 0; display: block; padding: 34px 0 40px; }

.hero-content { width: 100%; max-width: none; padding: 0; }

.hero-badge { position: static; margin: 20px auto 22px; }

.hero-box { position: static; width: 100%; margin: 24px auto 0; }
}
.post{margin:0 auto;padding:0;}




/* フッター
*****************************************************/
.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: linear-gradient(135deg, #ff7a00 0%, #ff5200 100%); 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: 900; 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){

}	


