/*
Template:ystandard
Theme Name:maruchokamata
*/

body{
width:100%;
height:100%;
margin:0 auto;
padding:0;
background:#ffffff;
font-size:16px;line-height:1.8em;

}

body.blog,body.single,body.error404,body.page{
  background-image: radial-gradient(rgba(196, 229, 249, 1), rgba(255, 255, 255, 1));
}

body.home{
  background:#ffffff;
}


a{text-decoration:none;}

ol, ul {
    margin: 0;
    padding:0;
}
ul {list-style:none;}

h1, h2, h3, h4, h5, h6 {
    margin: 0em;
    padding: 0;
    line-height: 1.5;
    letter-spacing: .05em;
}

h1+h2, h2+h3, h3+h4, h4+h5, h5+h6 {
    margin-top: 0;
}

.entry-content h1+h2, .entry-content h2+h3, .entry-content h3+h4, .entry-content h4+h5, .entry-content h5+h6 {
    margin-top: 0em;
}

td, th {
    border-right:none;
    border-bottom:none;
}

tr {
    border-left:none;
}

amp-img, img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

p {
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    margin: 0em;}

.ponly{display:none;}
.monly{display:block;}

.footer-poweredby{display:none;}
.grecaptcha-badge { 
   visibility: hidden; 
}
.container {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    max-width: var(--width-max);
}
.global-nav__toggle .ys-icon, .global-nav__toggle svg {
    width: 24px;
    height: 32px;
}

.site-header button {
    background: #00426E;
    border-radius: 100%;
	    margin-right: 0.5em;
    margin-top: 0.5em;
	    color: #ffffff;
}

.site-branding {
    padding: 1em 2em 0.5em 16px;
}

/* 全幅 */
.full-width {
	width: calc(100vw - var(--scrollbar-width));
	margin-left: calc(50% - 50vw + var(--scrollbar-width) / 2);
	max-width: none;
}
body.blog .content__wrap,body.error404 .content__wrap {
    max-width: 1120px;
    margin: 0 auto;
}
body.blog .archive__main {padding:0 1em;}
body.blog .archive__item.is-list {
  padding:1em;
}
.breadcrumbs__list {margin-left:2em;}

.wp-singular .content__main,.error404 .content__main{background:none;}

/* ----------------------------------------
   ユーティリティ
   ---------------------------------------- */

div#n2-ss-1 .n2-ss-slider-2 {
    border-radius: 1em;
}

.wrap {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1rem;
}

.sec {
  position: relative;
  padding: 0 0;
  overflow: hidden;
	margin-top:0;
}

.label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--clr-primary, #2196c4);
  background: rgba(33,150,196,.1);
  padding: 2px 10px;
  border-radius: 2px;
  margin-bottom: 0.75rem;
  letter-spacing: .1em;
}

/* セクション背景大文字 */
.sec__bg-txt {
  position: absolute;
  bottom: -0.2em;
  left: -0.1em;
  font-size: clamp(4rem, 15vw, 12rem);
  font-weight: 900;
  color: rgba(33,150,196,.06);
  white-space: nowrap;
  pointer-events: none;
  line-height: 1;
  user-select: none;
  letter-spacing: -.02em;
}
.sec__bg-txt--right {
  left: auto;
  right: -0.1em;
}
.sec__bg-txt--left {
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255,255,255,.08);
}


/* ========================================
   HEADER（header.phpに記載）
   ======================================== */
.hdr {
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 1px 0 rgba(0,0,0,.08);
  transition: box-shadow .3s;
}
.hdr.is-scrolled { box-shadow: 0 2px 16px rgba(0,0,0,.1); }

.hdr__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  padding: 0 1.25rem;
  max-width: 1400px;
  margin: 0 auto;
  gap: 1rem;
}

/* ロゴ */
.hdr__logo { display: flex; align-items: center; }
.hdr__logo a { display: flex; align-items: center; gap: .5rem; }
.hdr__logo-img { height: 38px; width: auto; }
.hdr__logo-name {
  font-size: .7rem;
  font-weight: 700;
  line-height: 1.3;
  color: #333;
}

/* ハンバーガー */
.hdr__burger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 44px;
  height: 44px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  z-index: 1100;
}
.hdr__burger span {
  display: block;
  height: 2px;
  background: var(--clr-primary, #2196c4);
  border-radius: 2px;
  transition: .3s ease;
  transform-origin: center;
}
.hdr__burger.is-open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.hdr__burger.is-open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hdr__burger.is-open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* PC用CTA（SP非表示） */
.hdr__cta { display: none; }


/* ========================================
   グローバルナビ（header.phpに記載）
   SP: 右からスライドするドロワー
   ======================================== */
.gnav {
  position: fixed;
  top: 0; right: -100%;
  width: min(80vw, 300px);
  height: 100dvh;
  background: #fff;
  padding: 80px 1.5rem 2rem;
  overflow-y: auto;
  transition: right .35s cubic-bezier(.4,0,.2,1);
  z-index: 1050;
  box-shadow: -4px 0 24px rgba(0,0,0,.12);
}
.gnav.is-open { right: 0; }

/* WordPressが生成する ul.gnav__list */
.gnav__list {
  display: flex;
  flex-direction: column;
}
.gnav__list > li > a {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  color: #333;
  padding: .875rem 0;
  border-bottom: 1px solid #e8f4f9;
  transition: color .2s, padding-left .2s;
}
.gnav__list > li > a:hover { color: var(--clr-primary, #2196c4); padding-left: .5rem; }
.gnav__list .current-menu-item > a,
.gnav__list .current-page-ancestor > a {
  color: var(--clr-primary, #2196c4);
  font-weight: 700;
}

/* オーバーレイ */
.gnav__overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.45);
  z-index: 1040;
}
.gnav__overlay.is-open { display: block; }


/* ========================================
   HERO
   ======================================== */
.hero {
  position: relative;
  margin-top: 64px;
  overflow: hidden;
  background: #e8f4f9;
}

/* スライダーPLACEHOLDER */
.hero__placeholder {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

/* 「K」アルファベント装飾 */
.hero__deco {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(8rem, 40vw, 28rem);
  font-weight: 900;
  color: rgba(33,150,196,.13);
  line-height: 1;
  pointer-events: none;
  user-select: none;
  letter-spacing: -.05em;
}

/* キャッチコピー */
.hero__catch {
  display:none;
}


/* ========================================
   ABOUT
   ======================================== */
 
/* ---------- レイアウト ---------- */
.abt {
 position: relative;
  overflow: hidden;
  padding: 48px 0 48px 0;
  background-image: 
    url('https://marucho-kamata.com/wp-content/uploads/2026/04/top_m_about_bc.svg'),
    linear-gradient(135deg, #e8f4fd 0%, #c8e6f5 40%, #d6eef8 100%);
  background-size: cover;
}
 
.abt__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 1120px;
  margin: 0 auto;
}
 
/* ---------- 背景装飾テキスト "ABOUT" ---------- */
.abt__bg-txt {
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  font-size: clamp(80px, 20vw, 200px);
  font-weight: 900;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
  z-index: 0;
}
 
 
/* ---------- テキストエリア ---------- */
.abt__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
	padding: 0 1em;
}
 
.abt__label {
  font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #000000;
    margin: 0 0 1em;
}
 
.abt__ttl {
  font-size: clamp(20px, 5vw, 30px);
  font-weight: 700;
  line-height: 1.5;
  color: #1a2d3e;
  margin: 0;
}
 
.abt__desc {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
 
.abt__desc p {
  font-size: 16px;
  line-height: 1.7;
  color: #3a4a58;
  margin: 0;
}

.abt__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  background: #4aa3d0;
	background-image: linear-gradient(90deg, rgba(10, 84, 141, 1), rgba(1, 160, 233, 1));
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  align-self: flex-start;
  transition: background 0.25s, transform 0.2s;
  margin-top: 4px;
}
 
.abt__btn:hover {
  background: #2d87b8;
  transform: translateX(2px);
}
 
.abt__btn-icon {
  display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: rgba(255, 255, 255, 1);
    color: #01A0E9;
    border-radius: 50%;
    font-size: 12px;
padding-left: 1px;
    line-height: 1;
    padding-top: 2px;
}



.abt__btn_w {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  background: #4aa3d0;
	background-image: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(175, 218, 237, 1));
  color: #01A0E9;
  font-size: 15px;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  align-self: flex-start;
  transition: background 0.25s, transform 0.2s;
  margin-top: 4px;
}
 
.abt__btn_w:hover {
  background: #2d87b8;
  transform: translateX(2px);
}
 
.abt__btn-icon2 {
 display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: rgba(255, 255, 255, 1);
    color: #01A0E9;
    border-radius: 50%;
    font-size: 12px;
    padding-left: 2px;
    line-height: 1;
}
 
/* ---------- ボタン ---------- */



 
/* ---------- 画像エリア ---------- */
.abt__img-wrap {
  position: relative;
  z-index: 1;
  border-radius: 24px 0 0 0;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 4 / 3;
}
 

.abt__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    margin-left: 10%;
    border-radius: 48px 0px 0px 0;
}


 
/* ========================================
   ボタン
   ======================================== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: .625rem;
  padding: .75rem 1.75rem;
  border-radius: 2rem;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  border: 2px solid transparent;
  line-height: 1.4;
  transition: background .25s, color .25s, border-color .25s, transform .25s, box-shadow .25s;
  text-decoration: none;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(33,150,196,.25); }

.btn--primary {
  background: var(--clr-primary, #2196c4);
  color: #fff;
  border-color: var(--clr-primary, #2196c4);
}
.btn--primary:hover { background: #1478a0; border-color: #1478a0; }

.btn--outline {
  background: #fff;
  color: var(--clr-primary, #2196c4);
  border-color: #fff;
}
.btn--outline:hover { background: transparent; color: #fff; }

.btn--sm { padding: .55rem 1.25rem; font-size: .875rem; }

/* ボタン右の丸ポイント */
.btn__circle {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: currentColor;
  border-radius: 50%;
  opacity: .7;
  flex-shrink: 0;
}

/* ヘッダー採用ボタン */
.btn--recruit {
  background: transparent;
  color: var(--clr-primary, #2196c4);
  border-color: var(--clr-primary, #2196c4);
  padding: .45rem 1.1rem;
  font-size: .8125rem;
  border-radius: 2rem;
  font-weight: 700;
  transition: background .25s, color .25s;
}
.btn--recruit:hover { background: var(--clr-primary, #2196c4); color: #fff; }

/* ヘッダーお問い合わせボタン */
.btn--contact-hdr {
  background: var(--clr-primary, #2196c4);
  color: #fff;
  padding: .45rem 1.1rem;
  font-size: .8125rem;
  border-radius: 2rem;
  font-weight: 700;
  border: 2px solid transparent;
  transition: background .25s;
}
.btn--contact-hdr:hover { background: #1478a0; }


/* ========================================
   NEWS
   ======================================== */
.news {
  background: #fff;
    background-image: url(https://marucho-kamata.com/wp-content/uploads/2026/03/infoback.svg);
    background-size: 100%;
    padding: 6rem 0rem;
    background-repeat: no-repeat;
}

.newsmob {
  background: #fff;
    background-image: url(https://marucho-kamata.com/wp-content/uploads/2026/04/top_m_info_bc.svg);
    background-size: 100%;
    padding: 3rem 0rem;
    background-repeat: no-repeat;
}
.newsmobwrap{
	padding:0 1em;
}

.news__inner {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  position: relative;
  z-index: 1;
}

.news__innermob {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  position: relative;
  z-index: 1;
	margin-bottom:1.5em;
}

.news__head {
  display: flex;
  align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 5rem;
}

.news__ttl {
  font-size: clamp(1.375rem, 4vw, 1.75rem);
  font-weight: 600;
  color: #222;
}

/* WP_Query ループで生成される各要素 */
.news__list {
  border-top: none;
	background:#ffffff;
}

.news__item {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: .375rem .75rem;
  padding: 1rem 16px;
  border-bottom: 1px solid #E1EAEC;
  transition: background .2s;
}


.news__item:hover { background: #f0f8fc; padding-left: .5rem; }

.news__item:nth-child(3){border-bottom:none;}

.news__date {
  font-size: .875rem;
  color: #888;
  white-space: nowrap;
  flex-shrink: 0;
  min-width: 5.5em;
}

.newsmob .news__date {
  font-size: .5rem;
}

.news__cat {
  display: inline-flex;
    align-items: center;
    background: #4aa3d0;
    background-image: linear-gradient(90deg, rgba(10, 84, 141, 1), rgba(1, 160, 233, 1));
    color: #fff;
    font-size: .6875rem;
    font-weight: 600;
    padding: 0px 16px;
    border-radius: 50px;
    white-space: nowrap;
    letter-spacing: .06em;
    flex-shrink: 0;
}

.newsmob .news__cat{
  font-size: .5rem;
	padding: 0px 8px;
}

.news__link {
  flex: 1;
  min-width: 0;
  font-size: 1rem;
  color: #333;
  transition: color .2s;
  word-break: break-all;
}
.news__link:hover { color: var(--clr-primary, #2196c4); }

.newsmob .news__link {
  font-size: 0.9rem;
}

.newsmob .abt__btn {
  padding: 8px 16px;
}


/* WordPressページネーション */
.wp-pagenavi,
.navigation.pagination {
  display: flex;
  justify-content: center;
  gap: .375rem;
  margin-top: 2.5rem;
  flex-wrap: wrap;
}
.wp-pagenavi a, .wp-pagenavi span,
.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 0 .5rem;
  border: 1px solid #d6eaf3;
  border-radius: 4px;
  font-size: .875rem;
  color: #333;
  transition: .2s;
}
.wp-pagenavi a:hover, .page-numbers:hover,
.wp-pagenavi span.current, .page-numbers.current {
  background: var(--clr-primary, #2196c4);
  color: #fff;
  border-color: var(--clr-primary, #2196c4);
}


/* ========================================
   CONTACT
   ======================================== */
.contact {
  background-image: url("https://marucho-kamata.com/wp-content/uploads/2026/03/contactback.svg");
  color: #fff;
  text-align: center;
	background-size: 100%;
    padding: 6rem 0rem;
    background-repeat: no-repeat;
}
.contactmobwrap{padding:0 1em;}
.contactmob {
  background-image: url("https://marucho-kamata.com/wp-content/uploads/2026/04/top_m_cont_bc.svg");
  color: #fff;
  text-align: center;
	background-size: 100%;
    padding: 3.5rem 0rem;
    background-repeat: no-repeat;
}

.contact .wrap { position: relative; z-index: 1; }

.contact__ttl {
  font-size: clamp(1.375rem, 4vw, 2rem);
  font-weight: 600;
  margin-bottom: .75rem;
}

.contact__txt {
  font-size: 1rem;
  opacity: .92;
  margin-bottom: 1.75rem;
}


/* ========================================
   FOOTER
   ======================================== */

.footer{  position: relative;
  overflow: hidden;
	
	
}

.footer-main {background-image: 
    url('https://marucho-kamata.com/wp-content/uploads/2026/04/top_m_ft_bc.svg');
  background-size: cover;
  background-repeat: no-repeat;	    padding-top: 0em;}

.f-flex{
  display: flex;
    flex-direction: column;
    gap: 2.5rem;
    padding: 3rem 24px 0rem;
    max-width: 1120px;
    margin: 0 auto;
    justify-content: space-between;
}

.site-info{border-top:1px solid #E1EAEC;padding-top:1em;    max-width: 1120px;
    margin: 1em auto;}

.footer-copy>:first-child {
    margin-top: 0;
    text-align: center;
}

ul.f-menu li{line-height:1.8;}

.f-nav{width:45%;}


.ftr__brand { display: flex; flex-direction: column; gap: .875rem; }
.ftr__logo { display: inline-block; }
.ftr__logo-img { height: 40px; width: auto; }

.ftr__addr {
  font-size: .8125rem;
  color: #666;
  line-height: 1.9;
}

/* フッターナビ（WordPressが生成） */
.ftr__nav {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.ftr__nav-col { flex: 1; }

  /* FOOTER */
	.f-logo{margin-bottom:1em;text-align: center;}

	.f-ad{margin-bottom:1em;text-align:center;}
ul.footflex{display:flex;font-size:0.9em;gap:16px;line-height: 1.8;flex-direction: column;}


/* ========================================
固定ページ
   ======================================== */
.entry-content>:first-child {
    margin-top: 40px;
}
.entry-content h2.pagetitle{text-align:center;margin:80px auto:0;position: relative;
  padding: 1.5rem;
  text-align: center;font-size:1.8rem;}

h2.pagetitle span {
  font-size: 14px;
  display: block;
}


/* ========================================
   スクロールフェードイン
   ======================================== */
.js-fade {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .7s ease, transform .7s ease;
}
.js-fade.is-visible { opacity: 1; transform: none; }


/*お問い合わせ*/

.contactbox{padding:0 1em;}

.contactwrap {
    border-radius: 0.5em;
    padding: 2em 2em;
    max-width: 960px;
    text-align: center;
    margin-bottom: 40px;
    background: #eaeaea;
}

table.contactt{border-collapse: collapse;
    border-spacing: 0;
    max-width: 840px;
   margin: 0 auto;
border-top:none;}

.contactt th{
 text-align:left;
	font-size:1em;
 color:#444;
 padding: 8px;
 width:30%;
}

table.contactt th{text-align:center;margin-top: 1em;}
table.contactt th.confirst{margin-top: 0em;}

section.cform{padding: 40px 0rem;}

/*通常欄*/
.contactt td{
 font-size:1em;
}
.contactt td.koumoku{
 font-size:1em;
}

.contactt th p,.contactt td p{margin:0 auto 0.5em;}

.contactt th p span {
    font-weight: 600;
    font-size: 1.1em;
}

.contactt input,.contactt textarea{border:none;}

.spamtxt1{color:#000000;}
.spamtxt1 a{color:#0074be;text-decoration: underline;}

.priatt{margin-top:1em;}

/*横の行とテーブル全体*/
.entry-content .contactt tr,.entry-content table{
 /*border:solid 1px #d7d7d7;*/
	border:none;
}

/*送信ボタンのデザイン変更*/
#formbtn{
	background: #1c339c;
    border-radius: 3px;
     padding: 12px 16px;
 max-width:350px;
	border:2px solid #1c339c;
 color:#ffffff;
 font-size:16px;
 font-weight:bold;	 
 margin:24px auto 0;
}
/*送信ボタンマウスホバー時*/
#formbtn:hover{
 background:#ffffff;
 color:#1c339c;
 border:2px solid #1c339c;
}

input[type=email], input[type=search], input[type=text], input[type=url],  input[type=tel],select, textarea {
    display: block;
    width: 100%;
    -webkit-appearance: none;
}

table.contactt th{
background:none;
}

table.contactt th,table.contactt td {
 display:block;
 width:100%;
 border-top:none;
 -webkit-box-sizing:border-box;
 -moz-box-sizing:border-box;
 box-sizing:border-box;	
    padding: 0 0 4px;
}


div.wpcf7 .ajax-loader{display:none;}


span.caution{font-size:10px;display:block;
    margin-top: 4px;}

.wpcf7-spinner{
	width:0;
	margin:0;
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 4px 0 0;
}

/*プライバシーポリシー*/
.policy-section{padding:40px 1em;}
.policy{margin:40px auto;}
.policy h3{color:#404040;  padding-bottom: 8px;
  position: relative;
  border-bottom: 3px solid #2b9fe8;
  z-index: 0;}

.policy h3::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  background: #1c339c;
  width: 50px;
  height: 3px;
  display: block;
  z-index: 1;
}
.mod-text{padding-top:8px;}

.policyintro{font-size:1.1em;}




/* ========================================
   MEDIA QUERIES
   ======================================== */

/* ----------------------------------------
   Tablet: 768px〜1023px
   ---------------------------------------- */
@media (min-width: 768px) {
	
	.ponly{display:block;}
.monly{display:none;}
	
	.global-nav__container ul {
margin: 0;
    background: #ffffff;
  border-radius: 32px;
    padding: 4px 6px 4px 32px;
}
	
.toprec{background: #0A548D;
    padding: 0px 32px;
    border-radius: 32px;
	color: #ffffff; min-width: 160px;}

.topcontact{background: #01A0E9;
    padding: 0px 32px;
    border-radius: 32px;
    color: #ffffff;
    /*margin-left: 4px!important;*/
    min-width: 160px;}
.toprec a,.topcontact a{color: #ffffff;}
	
	
	
	.header-type--row1 .global-nav {
    align-items: center;
    margin-left: auto;
    margin-right: 2.5%;
		    margin-top:8px;
}
.header-type--row1 .site-branding {
        padding: 32px;
    background: #ffffff;
    padding:32px;
    border-radius: 0 1em 1em 0;
}

	
  .sec { padding: 5rem 0; }
  .wrap { padding: 0 2rem; }

  .hdr__inner { height: 72px; padding: 0 2rem; }
  .hdr__logo-img { height: 42px; }

  /* HERO */
.entry-content .hero{margin: 16px;}
  .hero__placeholder { aspect-ratio: 16 / 7; }
  .hero__catch {display:block;
    bottom: 2rem;
    right: 2rem;
       font-size: clamp(2.25rem, 3vw, 2.75rem);
	  position: absolute;
  font-weight: 600;
  color: #333;
  line-height: 1.5;
  text-align: right;
  letter-spacing: .04em;
  }
	
	
	
	

  .abt {
    padding: 64px 0px;
	    background-image: 
    url('https://marucho-kamata.com/wp-content/uploads/2026/03/t_about_top.webp'),
    linear-gradient(135deg, #e8f4fd 0%, #c8e6f5 40%, #d6eef8 100%);
	      margin-top: 6rem;
  }
 
  .abt__inner {
    flex-direction: row;
    align-items: center;
    gap: 48px;
	      margin-right: 0;
  }
 
  .abt__body {
    flex: 1 1 50%;
  }
 
  .abt__img-wrap {
    flex: 1 1 45%;
    aspect-ratio: 4 / 3;
    border-radius: 0;
  }
 
  .abt__bg-txt {
    left: -20px;
  }
 
.abt__img {
width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    margin-left: 0;
    border-radius: 32px 0 0 0;
}	
	
	
	
	.news__inner {
		flex-direction: row;}
	.news__head {
    flex-direction: column;
}
	
  /* NEWS */
  .news__item { flex-wrap: nowrap; align-items: center; }

	/*お問い合わせ*/	
.contactt th p span{
    font-weight: 600;
    font-size: 1em;
}
	
	section.cform{padding: 80px 0rem;}	
	
.fnaviwrap{display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    padding: 0 60px;
flex-direction:row;}	
	
	.fnr{display:block;}
	
	
.footer-main {background-image: 
    url('https://marucho-kamata.com/wp-content/uploads/2026/03/top_fback.webp');
  background-size: 100%;
  background-repeat: no-repeat;	padding-top: 4em;}	
	
.f-flex{
    flex-direction: row;
    padding: 3rem 0px 0rem;
    max-width: 1120px;
}	
	.f-logo{margin-bottom:1em;text-align: left;}
.footer-copy>:first-child {
    text-align: left;
}
	
	.f-ad{text-align:left;}
	
	
}

/* ----------------------------------------
   Small PC: 1024px〜1279px
   ---------------------------------------- */
@media (min-width: 1024px) {

  .sec { padding: 6rem 0; }
  .wrap { padding: 0 2.5rem; }

  /* HEADER：ロゴ左・ナビ中央・CTA右 */
  .hdr__inner { height: 80px; padding: 0 2.5rem; }
  .hdr__burger { display: none; }

  .gnav {
    position: static;
    flex: 1;                /* ←中央に伸ばす */
    display: flex;
    justify-content: center;/* ←ナビを中央揃え */
    align-items: center;
    gap: 0;
    width: auto;
    height: auto;
    max-width: none;
    background: transparent;
    padding: 0;
    box-shadow: none;
    overflow: visible;
    transition: none;
  }

  .gnav__list { flex-direction: row; }
  .gnav__list > li > a {
    padding: .5rem .75rem;
    border-bottom: none;
    font-size: .875rem;
    position: relative;
    white-space: nowrap;
  }
  .gnav__list > li > a::after {
    content: '';
    position: absolute;
    bottom: 0; left: .75rem; right: .75rem;
    height: 2px;
    background: var(--clr-primary, #2196c4);
    transform: scaleX(0);
    transition: transform .25s ease;
    border-radius: 1px;
  }
  .gnav__list > li > a:hover::after,
  .gnav__list .current-menu-item > a::after { transform: scaleX(1); }

  .gnav__overlay { display: none !important; }

  .hdr__cta { display: flex; align-items: center; gap: .75rem; flex-shrink: 0; }

  /* HERO */
  .hero { margin-top: 0px; }
  .hero__placeholder { aspect-ratio: 16 / 6; }
  .hero__deco { font-size: clamp(14rem, 30vw, 26rem); }

  /* ABOUT */
/* 小型PC 1024px〜 */
@media (min-width: 1024px) {
  .abt {
    padding: 80px 60px;
  }
 
  .abt__inner {
    gap: 64px;
  }
 
  .abt__img-wrap {
 aspect-ratio: 4 / 3;
    border-radius: 8em 0 0 0;
  }
 
  .abt__ttl {
    font-size: 28px;
  }  
 
  /* NEWS：左右2カラム */
  .news__inner { flex-direction: row; align-items: flex-start; gap: 3rem; }
  .news__head {
    flex-direction: column;
    align-items: flex-start;
    flex: 0 0 160px;
  }
  .news__list { flex: 1; }

  /* FOOTER */
  .ftr__inner { padding: 4rem 2.5rem 3.5rem; }
  .ftr__copy-inner { padding: 0 2.5rem; }
}

/* ----------------------------------------
   Large PC: 1280px〜
   ---------------------------------------- */
@media (min-width: 1280px) {

  .sec { padding: 6rem 1rem 0; }
  .wrap { padding: 0 3rem; }

  .hdr__inner { height: 90px; max-width: 1600px; padding: 0 3rem; }
  .hdr__logo-img { height: 48px; }

  .gnav__list > li > a { font-size: 1rem; padding: .5rem 1rem; }
  .gnav__list > li > a::after { left: 1rem; right: 1rem; }

  /* HERO */
  .hero__placeholder { aspect-ratio: 16 / 5.5; }

  /* ABOUT */
 .abt {
    padding: 100px 0px;
  }
 
  .abt__inner {
    gap: 40px;
	  max-width: 1120px;
  }
 
  .abt__body {
    flex: 0 0 55%;
  }
 
  .abt__img-wrap {
    flex: 0 0 44%;
  }
 
  .abt__ttl {
    font-size: 30px;
  }
 
  .abt__desc p {
    font-size: 16px;
  }

	

  /* NEWS */
  .news__head { flex: 0 0 200px; }

  /* FOOTER */
  .ftr__inner { max-width: 1200px; padding: 5rem 3rem 4rem; gap: 5rem; }
  .ftr__brand { flex: 0 0 260px; }
  .ftr__copy-inner { padding: 0 3rem; max-width: 1200px; }
}
