/* =========================================
   WordPress・Cocoon 枠リセット
   ========================================= */
.content { margin-top: 0 !important; }
.main { padding: 0 !important; }
.entry-content { margin-top: 0 !important; }

.wrap {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	max-width: 100% !important;
	width: 100% !important;
}

/* 改行コントロール用の便利クラス  {
 */
/* 🖥️ 通常時（パソコンなど画面が広いとき）は改行タグを非表示にする */
.sp-only {display: none !important;
}

/* 📱 画面幅が768px以下（スマホ・タブレット）になったら改行を有効にする */
@media screen and (max-width: 768px) {
  .sp-only {
    display: inline !important;
  }
}

/* =========================================
   会社概要ページ
   ========================================= */
.aboutus-container1 {background-color:rgba(246,225,223,0.5);}
.abu-top-container {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding:3% 4%;
}
.abu-page-title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size:38px;
  color: #FE6564;
  text-align: center;
}
.abu-txt {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size:18px;
	color:#585858;
}
.abu-kakomitxt {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size:20px;
	color:#fff;
	background-color:#FE6564;
	border:1px solid #FE6564;
	border-radius:25px;
	width: 7em;
    text-align: center;
	margin-top:1em;
	margin-bottom:0.3em;
}
.abu-bottom-flex {display:flex;}
.abu-bottom-flex img {width:40%;}
.aboutus-container2 {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding:3% 4%;
}

.abu-ttl2 {
	font-family: "Zen Maru Gothic", sans-serif;
    font-size: 38px;
    color: #FE6564;
    text-align: center;
	margin-bottom:1em;
}
.abu-txt2 {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size:18px;
	color:#585858;
	text-align:center;
}
.abu-setubi-ttl {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size:27px;
	font-weight: 500;
	color: #FE6564;
	margin-top: 2em;
	text-align:center;
}
.abu-setubi-txt {
	font-family: "Zen Maru Gothic", sans-serif;
	color:#585858;
	text-align:center;
}
.abu-setubi-txt2 {
	font-family: "Zen Maru Gothic", sans-serif;
	color:#585858;
	text-align:center;
	border-top:1px solid #585858;
	border-bottom:1px solid #585858;
}
.abu-setubi-txt3 {
	font-family: "Zen Maru Gothic", sans-serif;
	color:#585858;
	text-align:center;
}
.abu-setubi-txt4 {
	font-family: "Zen Maru Gothic", sans-serif;
	color:#585858;
	text-align:center;
	    font-size: 15px;
    margin-top: 1em;
    margin-bottom: 4em;
}
.abu-logo-flex {
	display:flex;
	justify-content: space-between;
    gap: 5%;
    align-items: flex-end;
}
.abu-gaikan {width:40%;}
.abu-logo-flex-r {
	display:flex;
	flex-direction: column;
    align-items: center;
}
.abu-logo {width:80%;}
.abu-logo-ttl {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size:30px;
	font-weight: 700;
}
.abu-ttl3 {
	font-family: "Zen Maru Gothic", sans-serif;
    font-size: 38px;
    color: #FE6564;
    text-align: center;
	margin-top: 2em;
	margin-bottom:0.5em;
	border-top:1px solid #FE6564;
	border-bottom:1px solid #FE6564;
}
.abu-seo1 {margin-top:1em;}
.abu-seo2 {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}
.abu-kakomi {
	font-family: "Zen Maru Gothic", sans-serif;
	color: #FE6564;
	border:1px solid #FE6564;
	padding:0.2em 1em;
	white-space: nowrap;
	text-align:center;
}

/* =========================================
   モバイル
   ========================================= */
@media screen and (max-width: 768px) {
	.abu-page-title {font-size:26px;}
	.abu-txt, .abu-txt2 {
		font-size:15px;
		line-height:1.5;
	}
	.abu-kakomitxt {font-size:17px;}
	.abu-setubi-txt, .abu-setubi-txt2, .abu-setubi-txt3 {font-size:15px;}
	.abu-setubi-txt4 {font-size:13px;}
	.abu-bottom-flex {flex-direction: column;}
	.abu-bottom-flex img {width:100%;}
	.abu-logo-flex {flex-direction: column;}
	.abu-gaikan {width:100%;}
	.abu-logo-ttl {font-size:22px;}
	.abu-ttl2 {font-size:26px;}
	.abu-setubi-ttl {font-size:22px;}
	.abu-ttl3 {font-size:26px;}
	.abu-seo2 {
		display: flex;
		gap: 12px;
		flex-direction: column;
	}
}