html,
body {
	border: none;
	margin: 0;
	padding: 0;
}
html {
  scroll-behavior: smooth;
}

* {
	z-index: 20;
	font-family: "ltc-bodoni-175", serif;
	font-weight: 400;
	font-style: normal;
}

body {

}

.fv {
	
}


.futura {
	font-family: "futura-pt", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.brother {
	font-family: "brother-1816", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.brother2 {
	font-family: "brother-1816", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.Mingler{
	font-family: "mingler", sans-serif;
	font-weight: 600;
	font-style: normal;
}


.aller {
	font-family: "aller-display", sans-serif !important;
	font-weight: 400;
	font-style: normal;
}

.caslon {
font-family: "big-caslon-fb", serif;
font-weight: 400;
font-style: normal;
}


/*-------------------------TOP-----------------------*/
.banner01 {
	background: url(img/banner01.jpg) no-repeat center center;
	background-size: cover;
}
.banner02 {
	background: url(img/banner02.jpg) no-repeat center center;
	background-size: cover;
}
.arrow::after {
  content: ">";
  margin-left: 16px;
  font-family: "mingler", sans-serif;
  font-weight: 600;
  font-style: normal;
  background: #ff2805;
  border-radius: 100px;
  width: 28px;
  height: 28px;
  color: #fff;
  display: inline-block;
  text-align: center;
}
.arrow2::after {
  content: ">";
  margin-left: 16px;
  font-family: "mingler", sans-serif;
  font-weight: 600;
  font-style: normal;
  background: #fff;
  border-radius: 100px;
  width: 28px;
  height: 28px;
  color: #222;
  display: inline-block;
  text-align: center;
}

.arrow3::after {
  content: ">";
  margin-left: 16px;
  font-family: "mingler", sans-serif;
  font-weight: 600;
  font-style: normal;
  background: #fff;
  border-radius: 100px;
  width: 28px;
  height: 28px;
  color: #ff2805;
  display: inline-block;
  text-align: center;
}





.serv1 {
	background: url(img/serv1.png) no-repeat right 40px center;
	background-size: 160px;
}
.serv2 {
	background: url(img/serv2.png) no-repeat right 40px center;
	background-size: 160px;
}
.serv3 {
	background: url(img/serv3.png) no-repeat right 10px bottom;
	background-size: 160px;
}

.biz_top {
	background: url("img/biz_bg.jpg") no-repeat center center;
	background-size: cover;
}

.article {
	line-height: 2em !important;
}
.sns {
	margin-top: 32px;
}
.sns a {
	display: inline-block;
	margin-right: 12px;
}


/* ===== 段落 ===== */
.article p {
  margin-bottom: 1.6em;
}

/* ===== 見出し ===== */
.article h2 {
  font-size: 1.6rem;
  margin-top: 2em;
  margin-bottom: 0.5em;
  font-weight: 700;
  line-height: 1.4;
  color: #004ec0;
}

.article h3 {
  font-size: 1.3rem;
  margin-top: 2em;
  margin-bottom: 0.5em;
  font-weight: 600;
}

.article h4 {
  font-size: 1.1rem;
  margin-top: 2em;
  margin-bottom: 0.5em;
  font-weight: 600;
}

/* ===== リスト ===== */
.article ul,
.article ol {
  margin-bottom: 1.6em;
  padding-left: 0;               /* デフォルトの余白をリセット */
  list-style-position: inside;   /* マーカーを内側に */
}

.article ul {
  list-style-type: disc;
}

.article ol {
  list-style-type: decimal;
}

.article li {
  padding: 0.8em 0;
  border-bottom: 1px solid #e5e5e5;
}




/* ===== 強調 ===== */
.article strong {
  font-weight: 700;
}

.article a {
  color: #0066cc;
  text-decoration: underline;
}

/* ===== スマホ最適化 ===== */
@media (max-width: 768px) {
  .article {
	font-size: 15px;
	line-height: 1.8;
  }

  .article h2 {
	font-size: 1.4rem;
  }

  .article h3 {
	font-size: 1.2rem;
  }

  .article h4 {
	font-size: 1.05rem;
  }
}

/*============================================*/
/* !! ハンバーガー*/
/*============================================*/
.nav {
	position: fixed;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: -1;
	display: none;
}
.open2 {
	display: block;
	z-index: 30 !important;
}
.nav ul {
	/*最初はナビゲーションボタンは非表示*/
	display: none;
	list-style: none;
}
.nav li {
	margin: 24% 0;
}
.nav li a{
	padding: 8px;
	font-size: 16px;
	color: #464646;
	display: inline-block;
	text-align: center;
	text-decoration: none;
}
.highLineB {
	background: #000;
	width: 32px;
	height: 1px;
	display: inline-block;
	margin: 0 0px;
}

.hamburger2 {}
.hamburger {
	position: absolute;
	top: 32px;
	right: 32px;
	cursor: pointer;
	width: 32px;
	height: 32px;
	z-index: 30;
}

.hamburger span {
	/*3本の線を作る*/
	transition: all .3s;
	position: absolute;
	height: 2px;
	background-color: #000;
	width: 100%;
	z-index: 30;
}
.hamburger2 span {
	/*3本の線を作る*/
	transition: all .3s;
	position: absolute;
	height: 2px;
	background-color: #111 !important;
	width: 100%;
	z-index: 30;
}

.hamburger span:nth-of-type(1) {
	/*上の線の位置*/
	top: 4px;
	width: 32px;
}
.hamburger span:nth-of-type(2) {
	/*真ん中の線の位置*/
	top: 14px;
	width: 32px;
}
.hamburger span:nth-of-type(3) {
	/*下の線の位置*/
	top: 24px;
	width: 32px;
}


.hamburger.open {
	position: absolute;
	top: 32px;
	right: 32px;
	cursor: pointer;
	width: 32px;
	height: 32px;
	z-index: 30;
}

.hamburger.open span {
	/*3本の線を作る*/
	transition: all .3s;
	position: absolute;
	height: 2px;
	background-color: #000 !important;
	width: 100%;
	z-index: 30;
}

.hamburger.open span {
  top: 50%;
  left: 50%;
  transform-origin: center;
}

/* 1本目 */
.hamburger.open span:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}

/* 2本目は消す */
.hamburger.open span:nth-of-type(2) {
	/*真ん中の線の位置*/
	top: 14px;
	width: 32px;
	right: 32px;
  opacity: 0;
  ransform: translate(-50%, -50%) rotate(0deg);
}

/* 3本目 */
.hamburger.open span:nth-of-type(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* 初期は非表示 */
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f8f3ef;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s;
  z-index: 25; /* メニューより下にしたいなら調整 */
}

/* 表示状態 */
#overlay.show {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s;
}
/*END*/

/*リスト*/
.list_wrap .list_box {
	padding: 20px 24px 16px;
}
.list_wrap .list_box:nth-child(even) {
	background: #f1f2f5;
}



/*パンくず*/
.breadcrumb {
	font-size: 12px;
	color: #6f7881;
}
.breadcrumb a:hover {
	font-size: 12px;
	color: #000;
}
/*記事一覧*/
.page-title {
	color:#004ec0;
	font-size: 40px !important;
	margin-bottom: 64px;
}
.single-title {
	color:#313131;
	font-size: 32px !important;
	margin-bottom: 64px;
}

.nav-links {
	display: flex !important;
	justify-content: center;
	align-items: center;
}
.nav-links span {
	color: #000;
	font-weight: bold;
	font-size: 18px;
	background: #004ec0;
	border-radius: 999px;
	display: flex !important;
	justify-content: center;
	align-items: center;
	width: 48px;
	height: 48px;
	text-align: center;
	margin: 8px 8px;
}
.nav-links a {
	color: #000;
	font-weight: bold;
	font-size: 18px;
	background: #1e1b19;
	border-radius: 999px;
	display: flex !important;
	justify-content: center;
	align-items: center;
	width: 48px;
	height: 48px;
	text-align: center;
	margin: 8px 8px;
}
.nav-links a:hover {
	color: #000;
	font-weight: bold;
	font-size: 18px;
	background: #004ec0;
	border-radius: 999px;
	display: flex !important;
	justify-content: center;
	align-items: center;
	width: 48px;
	height: 48px;
	text-align: center;
	margin: 8px 8px;
}

.color-accent {
	display: none !important;
}

/* =========================
   Form base reset
========================= */

input,
textarea,
select,
button {
  font-family: inherit;
  font-size: 16px;
  line-height: 1.5;
  box-sizing: border-box;
  margin-bottom: 32px !important;
}

/* =========================
   Text-like inputs
========================= */

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="number"],
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="time"],
textarea,
select {
  display: block;
  width: 100%;
  padding: 10px 14px;

  border: 1px solid #ccc;
  border-radius: 6px;

  background-color: #fff;
  color: #111;

  transition:
	border-color 0.2s ease,
	box-shadow 0.2s ease;
}

/* =========================
   Focus
========================= */

input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #111;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
}

/* =========================
   Placeholder
========================= */

input::placeholder,
textarea::placeholder {
  color: #999;
}

/* =========================
   Disabled / Readonly
========================= */

input:disabled,
textarea:disabled,
select:disabled {
  background-color: #f5f5f5;
  color: #999;
  cursor: not-allowed;
}

input[readonly] {
  background-color: #fafafa;
}

/* =========================
   Checkbox / Radio
========================= */

input[type="checkbox"],
input[type="radio"] {
  width: 16px;
  height: 16px;
  margin-right: 6px;
  vertical-align: middle;
}

/* =========================
   File
========================= */

input[type="file"] {
  font-size: 14px;
}

/* =========================
   Range
========================= */

input[type="range"] {
  width: 100%;
}

/* =========================
   Color
========================= */

input[type="color"] {
  padding: 0;
  border: none;
  background: none;
}

/* =========================
   Submit button
========================= */

input[type="submit"] {
  display: inline-block;
  padding: 12px 24px !important;
  min-width: 160px;

  border: none;
  border-radius: 8px;

  background-color: #111 !important; 
  color: #fff !important;

  font-size: 16px;
  font-weight: 600;

  cursor: pointer;
  transition:
	background-color 0.2s ease,
	transform 0.1s ease;
}

input[type="submit"]:hover {
  background-color: #00b !important;
}

input[type="submit"]:active {
  transform: translateY(1px);
}

input[type="submit"]:disabled {
  background-color: #aaa;
  cursor: not-allowed;
}

/* =========================
   Autofill (Chrome)
========================= */

input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #fff inset;
  -webkit-text-fill-color: #111;
}

textarea {
	resize: none !important;
	height: 120px;
	padding: 10px 14px !important;
}

.wpcf7-spinner {
	display: block !important;
	margin-top: 0 !important;
}

.layer_content h3 {
	line-height: 1.625;
	font-size: 1.5rem;
	font-weight: 700;
	border-bottom: 1px solid #222;
	padding-bottom: 1rem;
	margin-bottom: 24px;
	margin-top: 32px;
}
.layer_content p {
	line-height: 1.625;
	font-size: 1.2rem;
	margin-bottom: 24px;
}
.layer_content a {
	text-decoration: underline;
}
.layer_content a:hover {
	text-decoration: none;
}

.wpcf7-radio {
  display: flex;
  align-items: center;
  gap: 1rem;
}

input[type="checkbox"], input[type="radio"] {
	width: 16px;
	height: 16px;
	margin-right: 6px;
	vertical-align: middle;
	margin-bottom: auto !important;
	margin-top: auto !important;
}

.wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}


/* PC・タブレットでは横並び */
.wpcf7-radio {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

/* ラベル内の radio と文字を上下中央 */
.wpcf7-radio .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
}

/* スマホでは縦並び */
@media screen and (max-width: 640px) {
  .wpcf7-radio {

	align-items: flex-start;
	justify-content: flex-start !important;
  }

  .wpcf7-radio .wpcf7-list-item {
	margin-left: 0;
  }
}


@media (max-width: 1024px) {
  .biz_top {
	  background: url("img/biz_bg.jpg") no-repeat left center;
	  background-size: cover;
  }
}

@media (max-width: 768px) {
  /*リスト*/
  .list_wrap .list_box {
	  padding: 20px 24px 16px;
  }
  .list_wrap .list_box:nth-child(even) {
	  background: #f1f2f5;
  }
}

