body {
	font-family: "Noto Sans JP", sans-serif;
	font-size:16px;
	font-weight: 400;
	font-style: normal;
	letter-spacing:0.15em;
	line-height:1.8;
	color: #292b2c;
}

a:hover {
    text-decoration: none;
}

/*-----------------------------
ギャラリー
------------------------------*/
.gallery { 
	width: 100%;
	margin-bottom: 20px !important;
	overflow: hidden;
}
 
.gallery br {
	display: none;
} 
 
.gallery-item {
	float: left;
	margin-bottom: 0 !important;
}
.gallery-icon {
	text-align: center;
}
 
.gallery-icon img {
	width:100%;
	height:262px;/**すべての画像の縦横比が同じならautoでもOK**/
	object-fit:cover;/**画像の縦横比が違うなら記述**/
	margin-bottom: 10px !important;
}
 
.gallery-caption {
	color: #222;
	font-size: 13px;
	font-style:normal;
	margin: 0 0 0;
	text-align: center;
	height:50px;
}
 
.gallery-columns-1 .gallery-item { /** カラムなし **/
	width: 100%;
	margin-right: 0;
}
.gallery-columns-2 .gallery-item { /** 2カラム **/
	width: 48%;
	margin: 0 1%;
}
.gallery-columns-3 .gallery-item { /** 3カラム **/
	width: 31.33333%;
	margin: 0 1%;
}
.gallery-columns-4 .gallery-item { /** 4カラム **/
	width: 23%;
	margin: 0 1%;
}
.gallery-columns-5 .gallery-item { /** 5カラム **/
	width: 18%;
	margin: 0 1%;
}

.onepress-menu a {
    font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
}

a:not([href]):not([tabindex]) {
    color: #504c4e;
}

.onepress-menu ul li a {
	color: #504c4e;
}

p.header-tel {
	position:fixed;
	top:0;
	right:290px;
	z-index: 9999;
	margin-top:5px;
}

p.header-contact {
	position:fixed;
	top:0;
	right:140px;
	z-index: 9999;
}

p.header-LINE {
	position:fixed;
	top:0;
	right:0;
	z-index: 9999;
}

p.smp-header-tel {
	position:fixed;
	top:0;
	right:181px;
	z-index: 9999;
	margin-top:7px;
	margin-bottom:0;
}

p.smp-header-contact {
	position:fixed;
	top:0;
	right:125px;
	z-index: 9999;
	margin-top:7px;
	margin-bottom:0;
}

p.smp-header-LINE {
	position:fixed;
	top:0;
	right:70px;
	z-index: 9999;
	margin-top:7px;
	margin-bottom:0;
}

#nav-toggle {
    margin-top:7px;
}

.onepress-menu {
    padding-top: 40px;
}

.site-header {
    line-height: 50px;
	box-shadow:none;
}

.site-logo-div img {
    margin-top:5px;
}

section.top-cb {
	padding:80px 0;
}

section.mainvisual {
	padding:0;
	margin-bottom:50px;
	position:relative;
}

div.mainvisual-col1 {
	background:url(http://3140.conohawing.com/wp/wp-content/uploads/2026/05/main-visual-back.jpg) no-repeat left center;
	background-size:contain;
	padding-top:100px;
	padding-left:100px;
}

div.mainvisual-text {
	position:absolute;
	top:100px;
	left:200px;
}

h2.mainvisual-h2 {
	font-size:22px;
	font-weight:700;
	color:#5a5657;
	margin-bottom:20px;
	line-height:1.4;
}

p.mainvisual-text1 {
	font-size:40px;
	font-weight:700;
	color:#e35b67;
	margin-bottom:20px;
	line-height:1.4;
	letter-spacing:0.15em;
}

p.mainvisual-text2 {
	font-size:16px;
	color:#504c4e;
	line-height:2.0;
}

p.mainvisual-en {
	position:absolute;
	bottom:-70px;
	left:0;
	right:0;
	font-size:120px;
	font-weight:900;
	color:#fef6ec;
	text-align:center;
	line-height:0.8;
}

p.zenkokutaiou {
	position:absolute;
	top:50px;
	right:150px;
}

p.zenkokutaiou img {
	width:156px;
}

section.problem {
	background:#fef6ec;
}

p.pc-flexbanner1 {
	position: fixed;
    top: 170px;
    right: 0;
    z-index: 9999;
}

p.pc-flexbanner1 a {
	margin-right: -10px;
    transition: 0.5s;
}

p.pc-flexbanner1 a:hover {
	margin-right: 0;
}

p.pc-flexbanner1 a img {
	max-width:60px;
	height:auto;
}

p.pc-flexbanner2 {
	position: fixed;
    top: 335px;
    right: 0;
    z-index: 9999;
}

p.pc-flexbanner2 a {
	margin-right: -10px;
    transition: 0.5s;
}

p.pc-flexbanner2 a:hover {
	margin-right: 0;
}

p.pc-flexbanner2 a img {
	max-width:60px;
	height:auto;
}

div.smp-flexbanner {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index:2;
}

div.smp-flexbanner-col {
	padding:0 5px;
}

p.top-h2-en {
	text-align:center;
	font-size:20px;
	font-weight:700;
	color:#ff9b1a;
	margin-bottom:20px;
}

h2.top-h2 {
	text-align:center;
	font-size:30px;
	font-weight:700;
	color:#e35b67;
	margin-bottom:80px;
	position: relative;
}

h2.top-h2::before {
    background-color: #ff9b1a;
    border-radius: 0;
    bottom: -40px;
    content: "";
	height: 4px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 80px;
}

p.top-text1 {
	text-align:center;
	line-height:2.2;
}

div.problem-container {
	margin-top:50px;
}

div.problem-col {
	margin-bottom:30px;
}

div.problem-col img {
	border-radius:20px;
}

section.strengths {
	background:url(http://3140.conohawing.com/wp/wp-content/uploads/2026/05/strength-back.png) no-repeat right top;
	background-size:30%;
}

div.strengths-container {
	margin-top:100px;
}

div.strengths-row {
	margin-bottom:80px;
}

div.strengths-col1,div.strengths-col2 {
	padding:0;
}

div.strengths-col {
	padding:0 50px;
	display: flex;
	align-items: center;
}

div.strengths-col1 img {
	border-radius:0 20px 20px 0;
}

div.strengths-col2 img {
	border-radius:20px 0 0 20px;
}

h3.top-h3 {
	font-size:22px;
	margin-bottom:30px;
}

p.Btn-wrap {
  text-align:center;
}

a.Btn{
  background:#e35b67;
  border-radius:50px;
  display: inline-block;
  padding: 12px 40px;
  margin-top:30px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  transition: 1.0s;
}

a.Btn:hover{
  background:#ff9b1a;
  color: #fff;
}

section.services {
	background:#fef6ec;
	position:relative;
}

img.services-illust {
	position:absolute;
	top:-50px;
	right:100px;
	width:332px;
}

div.services-container {
	margin-top:50px;
}

div.services-row {
	margin-bottom:50px;
}

div.services-col {
	margin-bottom:30px;
}

div.services-col img {
	border-radius:20px;
}

div.qa-container {
	margin-bottom:20px;
}

div.question {
	cursor: pointer;
	font-size:18px;
	margin-bottom:20px;
	color: #fff;
	border-radius:20px;
	padding:20px 50px 20px 30px;
	background: #ff9b1a;
}

div.question span {
	float:right;
	margin-right: -30px;
}

div.question:hover {
	text-decoration: none;
}
div.answer {
	display: none;
	background: #fef6ec;
	padding: 15px 30px;
	color: #504c4e;
	font-size:16px;
	margin-bottom:15px;
	border-radius:10px;
}

div.answer p {
	color: #504c4e;
}

section.flow {
	background:#fef6ec;
	position:relative;
}

img.flow-illust {
	position:absolute;
	top:-50px;
	left:100px;
	width:184px;
}

div.flow-container {
	margin-top:50px;
}

div.flow-col {
	margin-bottom:30px;
}

section.aboutus {
	background:url(http://3140.conohawing.com/wp/wp-content/uploads/2026/05/strength-back.png) no-repeat right top;
	background-size:30%;
}

section.column {
	background:#fef6ec;
	position:relative;
}

img.column-illust {
	position:absolute;
	top:-50px;
	right:100px;
	width:325px;
}

div.category-linkbtn {
	margin:50px 0;
}

div.category-linkbtn a {
	background:#fff;
	border:1px solid #ff9b1a;
	padding:7px 30px;
	margin-right:10px;
	margin-bottom:10px;
	border-radius:50px;
	color:#ff9b1a;
	font-size:16px;
	white-space: nowrap;
	transition:0.5s;
	display:inline-block;
}

div.category-linkbtn a:hover {
	background:#ff9b1a;
	border:1px solid #ff9b1a;
	border-radius:50px;
	color:#fff;
	font-size:16px;
	white-space: nowrap;
}

section.map {
	padding:0;
}

div.blog-col {
	margin-bottom:30px;
}

p.blog-image {
	margin-bottom:5px;
}

p.blog-image img {
	width:350px;
	height:auto;
	object-fit:cover;
	border-radius:20px;
}

ul.post-categories {
	padding-left:0;
	margin-bottom:5px;
}

ul.post-categories li {
	background:#ff9b1a;
	color:#fff;
	font-size:14px;
	display:inline-block;
	margin-right:5px;
	padding:0 10px;
}

ul.post-categories a {
	color:#fff;
}

p.blog-title {
	font-size:18px;
	font-weight:700;
	margin-bottom:8px;
	line-height:1.4;
}

p.blog-title a {
	color:#5a5657;
}

p.blog-days {
	font-size:12px;
	font-weight:500;
	margin-bottom:8px;
	color:#5a5657;
}

div.contact-container {
	background:#ff9b1a;
	border-radius:20px;
}

div.contact-col {
	padding:50px 70px;
}

p.top-h2-en-w {
	text-align:left;
	font-size:20px;
	font-weight:700;
	color:#fff;
	margin-bottom:10px;
}

h2.top-h2-w {
	text-align:left;
	font-size:30px;
	font-weight:700;
	color:#fff;
	margin-bottom:60px;
	position: relative;
}

h2.top-h2-w::before {
    background-color: #fff;
    border-radius: 0;
    bottom: -20px;
    content: "";
	height: 4px;
    left: 0;
    position: absolute;
    width: 80px;
}

img.footer-logo {
	width:250px;
	margin-bottom:20px;
}

p.contact-text1 {
	color:#fff;
	font-size:12px;
}

p.contact-text2 {
	color:#fff;
	font-size:14px;
}

p.contact-tel {
	color:#fff;
	font-size:34px;
	font-weight:900;
	margin-bottom:30px;
}

div.contents-frame {
  display: flex;
  align-items: center;
  justify-content: left;
}

div.contents-frame a {
  margin:30px 5px;
  transition: 1.0s;
}

img.footer-btn {
	width:225px;
}

.sidebar .widget a:hover {
	text-decoration: none;
}

footer {
	position:relative;
}

#pagetop {
	position:absolute;
	bottom:50px;
	right: 15px;
}

.page-header.page--cover .entry-title {
    color: #fff;
	font-weight: 700;
}

.page-header.page--cover .entry-tagline {
    color: #fff;
    font-style: normal;
    font-weight: 700;
}

.page-header.page--cover {
    padding: 7% 0px;
}

div.list-article-meta a {
	background: #ff9b1a;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    margin-right: 5px;
    padding: 0 10px;
}

.entry-thumbnail img {
    width:100%;
}

.entry-content h2 {
	text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #e35b67;
	margin-top: 80px;
    margin-bottom: 100px;
    position: relative;
}

.entry-content h2::before {
    background-color: #ff9b1a;
    border-radius: 0;
    bottom: -40px;
    content: "";
    height: 4px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 80px;
}

.entry-content h3 {
    font-size: 22px;
    font-weight: 700;
	border-left:4px solid #ff9b1a;
	padding-left:20px;
	margin-top:60px;
	margin-bottom:30px;
}

table th {
    font-size: 16px;
    padding:10px 20px !important;
	background:#fef6ec;
}

table td {
    font-size: 16px;
    padding:10px 20px !important;
}

.page-header:before {
    background: #ff9b1a;
}

.page-header .entry-title, .page-header .page-title {
    color:#fff;
}

section.page-cb {
	padding:0 0 70px;
}

p.melit {
	text-align: center;
}

p.melit2 {
    text-align: center;
    margin-bottom: 60px;
}

.feature-area .feature-row {
  margin-bottom: 45px;
}

.feature-area .feature-row:last-child {
  margin-bottom: 0;
}

.flow-section {
  padding: 80px 0;
  background: #f8f9fb;
}

.flow-section h2 {
  text-align: center;
  margin-bottom: 50px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.flow-box {
  position: relative;
  background: #fff;
  padding: 35px 25px;
  text-align: center;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
  height: 100%;
}

.flow-num {
    display: inline-block;
    background: #052968;
    color: #fff;
    padding: 6px 18px;
    border-radius: 30px;
    font-size: 14px;
    margin-bottom: 18px;
}

.flow-icon {
  font-size: 36px;
  margin-bottom: 15px;
}

.flow-box h4 {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.03em;
    line-height: 1.6;
    margin-bottom: 22px;
    color: #052968;
}

.flow-box p {
  text-align: left;
  line-height: 1.9;
  font-size: 15px;
}

.flow-box::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: -18px;
  transform: translateY(-50%);
  font-size: 28px;
  color: #0b2c4d;
}

.flow-last .flow-box::after {
  display: none !important;
}

.flow-last::after {
  display: none !important;
}

.flow-row {
  row-gap: 40px;
}

.flow-item {
  position: relative;
}

.flow-box {
  position: relative;
}

.flow-box::after,
.flow-item::after {
  content: none !important;
  display: none !important;
}

.feature-title {
    margin-top: 40px;
    margin-bottom: 30px;
}

h3.feature-title {
    font-size: 20px;
    font-weight: 700;
	border-left:4px solid #ff9b1a;
	padding-left:20px;
	margin-top:-70px !important;
	margin-bottom:30px;
}

ol.circle-number {
  list-style: none;
  counter-reset: num;
  padding-left: 0;
}

ol.circle-number li {
  counter-increment: num;
  position: relative;
  padding-left: 40px;
  margin-bottom: 30px;
}

ol.circle-number > li::before {
  content: counter(num);
  position: absolute;
  left: 0;
  top: 0.1em;

  width: 26px;
  height: 26px;
  background: #ff9b1a;
  color: #fff;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  line-height: 1;
  font-size: 15px;
  font-weight: bold;
  font-family: Arial, sans-serif;
  letter-spacing: 0;
  box-sizing: border-box;
  padding-top: 1px;
}

.table01 {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
  font-size: 16px;
}

.table01 th,
.table01 td {
  border: 1px solid #ddd;
  padding: 14px 16px;
  text-align: left;
  vertical-align: middle;
}

.table01 th {
  background: #f5f5f5;
  font-weight: bold;
}

.table01 td:first-child {
  font-weight: bold;
}

.flow-area {
  width: 100%;
  box-sizing: border-box;
}

.flow-chart {
  list-style: none !important;
  counter-reset: flow-num;
  padding: 0 !important;
  margin: 0 !important;
  width: 100%;
  box-sizing: border-box;
}

.flow-chart li {
  counter-increment: flow-num;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 24px 28px 24px 90px;
  margin: 0 0 38px 0 !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}

.flow-chart li::before {
  content: counter(flow-num);
  position: absolute;
  left: 24px;
  top: 26px;
  width: 44px;
  height: 44px;
  background: #ff9b1a;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  box-sizing: border-box;
	padding-left:3px;
}

.flow-chart li::after {
  content: "";
  position: absolute;
  left: 45px;
  bottom: -29px;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 14px solid #ff9b1a;
}

.flow-chart li:last-child {
  margin-bottom: 0 !important;
}

.flow-chart li:last-child::after {
  display: none;
}

.flow-step {
  display: inline-block;
  color: #ff9b1a;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.15em;
  margin-bottom: 6px;
}

.flow-chart h3 {
  margin: 0 0 8px;
  padding: 0 0 0 14px;
  border-left: 4px solid #ff9b1a;
  font-size: 20px;
  font-weight: bold;
  color: #222;
  line-height: 1.5;
}

.flow-chart p {
  margin: 0;
  color: #333;
  line-height: 1.8;
  font-size: 15px;
}

p.kaiketsu {
	margin: 30px 0 0;
}

.case-section {
  width: 100%;
  margin: 50px 0;
}

.case-lead {
  text-align: center;
  margin: 0 0 35px;
  color: #555;
  line-height: 1.8;
}

.case-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.case-card {
  position: relative;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 14px;
  padding: 28px 24px 24px;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
}

.case-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #ff9b1a;
  border-radius: 14px 14px 0 0;
}

.case-label {
  display: inline-block;
  background: #ff9b1a;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.08em;
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 16px;
}

.case-card h3 {
  font-size: 19px;
  line-height: 1.6;
  font-weight: bold;
  color: #222;
  margin: 0 0 14px;
}

.case-card p {
  font-size: 15px;
  line-height: 1.9;
  color: #333;
  margin: 0 0 18px;
}

.case-voice {
  background: #fff7ec;
  border-left: 4px solid #ff9b1a;
  padding: 13px 14px;
  font-size: 14px;
  line-height: 1.7;
  font-weight: bold;
  color: #333;
  border-radius: 6px;
}

.case-voice::before {
  content: "お客様の声";
  display: block;
  color: #ff9b1a;
  font-size: 12px;
  margin-bottom: 4px;
}

.support-menu {
  width: 100%;
  margin: 50px 0;
  box-sizing: border-box;
}

.support-menu h2 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #222;
  margin: 0 0 28px;
  line-height: 1.5;
}

.support-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.06);
  table-layout: fixed;
}

.support-table th {
  background: #ff9b1a;
  color: #fff;
  font-weight: bold;
  padding: 16px 20px;
  text-align: left;
  border-right: 1px solid rgba(255, 255, 255, 0.35);
  font-size: 15px;
}

.support-table th:last-child {
  border-right: none;
}

.support-table th:first-child {
  width: 34%;
}

.support-table td {
  padding: 20px;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  vertical-align: middle;
  font-size: 15px;
  line-height: 1.8;
  color: #333;
}

.support-table tr:last-child td {
  border-bottom: none;
}

.support-table td:last-child {
  border-right: none;
}

.support-title {
  background: #fffaf3;
  font-weight: bold;
  color: #222;
  display: flex;
  align-items: center;
  gap: 10px;
}

.support-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background: #ff9b1a;
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  flex-shrink: 0;
}

.support-name {
  line-height: 1.6;
}

.price-plan {
  width: 100%;
  margin: 30px 0;
  box-sizing: border-box;
}

.price-title {
  font-size: 24px;
  font-weight: bold;
  color: #222;
  margin: 0 0 26px;
  padding-left: 14px;
  border-left: 5px solid #ff9b1a;
  line-height: 1.5;
}

.price-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.06);
  table-layout: fixed;
	margin-bottom: 40px !important;
}

.price-table th {
  background: #ff9b1a;
  color: #fff;
  font-weight: bold;
  padding: 16px 20px;
  text-align: left;
  border-right: 1px solid rgba(255, 255, 255, 0.35);
  font-size: 15px;
}

.price-table th:last-child {
  border-right: none;
}

.price-table th:nth-child(1) {
  width: 28%;
}

.price-table th:nth-child(2) {
  width: 46%;
}

.price-table th:nth-child(3) {
  width: 26%;
}

.price-table td {
  padding: 20px;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  vertical-align: middle;
  font-size: 15px;
  line-height: 1.8;
  color: #333;
}

.price-table tr:last-child td {
  border-bottom: none;
}

.price-table td:last-child {
  border-right: none;
}

.price-table td:first-child {
  background: #fffaf3;
  font-weight: bold;
  color: #222;
}

.price-table td:nth-child(3) {
  font-weight: bold;
  color: #222;
}

div.yakusoku {
	margin: 50px 0;
}

div.toiawase {
	padding: 0px 40px 30px;
    margin: 30px 0;
    border: solid 3px #ff9b1a;
    border-radius: 20px;
}

p.kigaruni {
	font-weight: 600;
	font-size: 18px;
	margin: 30px 0;
}

div.daihyouimg img {
	border-radius: 20px;
    width: 100%;
    display: block;
	margin-top: 50px;
}

p.daihyouname {
	font-weight: 600;
    font-size: 21px;
    color: #FE9B1A;
    margin: 40px 0;
}

section.page-cb h4 {
	line-height: 1.7em;
	margin: 30px 0 10px;
}

.boxshikaku {
    position: relative;
    margin: 70px 0;
    padding: 0.5em 1em;
    border: solid 3px #FE9B1A;
}

.boxshikaku .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #FE9B1A;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}

.boxshikaku p {
    margin: 0; 
    padding: 0;
}

p.pcenter {
	text-align: center;
	margin: 40px 0;
}

.case-section {
  width: 100%;
  margin: 60px 0;
  box-sizing: border-box;
}

.case-lead {
    text-align: center;
    margin: 30px 0;
    color: #555;
    line-height: 1.9;
    font-size: 17px;
}

.case-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.case-card {
  position: relative;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 14px;
  padding: 30px 26px 26px;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  overflow: hidden;
}

.case-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #ff9b1a;
}

.case-label {
  display: inline-block;
  background: #ff9b1a;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.08em;
  padding: 7px 16px;
  border-radius: 999px;
  margin-bottom: 18px;
}

.case-card h3 {
  position: relative;
  font-size: 19px;
  line-height: 1.7;
  font-weight: bold;
  color: #222;
  margin: 0 0 22px;
  padding-left: 16px;
  border-left: 4px solid #ff9b1a;
}

.case-block {
  margin-bottom: 18px;
}

.case-block h4 {
  color: #ff9b1a;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 6px;
}

.case-block p {
  margin: 0;
  color: #333;
  font-size: 15px;
  line-height: 1.9;
}

.case-result {
  background: #fff7ec;
  border-left: 4px solid #ff9b1a;
  padding: 15px 16px;
  border-radius: 8px;
  color: #333;
  font-size: 15px;
  line-height: 1.8;
  font-weight: bold;
}

.case-result span {
  display: block;
  color: #ff9b1a;
  font-size: 13px;
  margin-bottom: 5px;
}

.about-office {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.about-label {
  display: inline-block;
  color: #ff9b1a;
  font-weight: bold;
  letter-spacing: 0.14em;
  font-size: 14px;
  margin-bottom: 10px;
}

.about-message,
.company-box,
.history-box {
  margin: 55px 0;
}

.about-message {
  background: #fff;
  border: 1px solid #eee;
  border-left: 6px solid #ff9b1a;
  border-radius: 14px;
  padding: 32px 34px;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.05);
}

.about-message p {
  margin: 0;
  line-height: 2;
  color: #333;
  font-size: 16px;
}

.company-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.06);
}

.company-table th {
  width: 28%;
  background: #fffaf3;
  color: #222;
  font-weight: bold;
  padding: 18px 22px;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  text-align: left;
  vertical-align: middle;
}

.company-table td {
  padding: 18px 22px;
  border-bottom: 1px solid #eee;
  color: #333;
  line-height: 1.8;
}

.company-table tr:last-child th,
.company-table tr:last-child td {
  border-bottom: none;
}

.profile-box {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 36px;
  align-items: center;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 18px;
  padding: 34px;
  margin: 55px 0;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.06);
}

.profile-img img {
  width: 100%;
  display: block;
  border-radius: 18px;
}

.profile-position {
  color: #555;
  line-height: 1.8;
  margin: 0 0 10px;
}

.profile-text h3 {
  font-size: 30px;
  color: #222;
  margin: 0 0 18px;
  font-weight: bold;
}

.profile-text p {
  line-height: 2;
  color: #333;
  font-size: 16px;
}

.history-list {
  position: relative;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 14px;
  padding: 30px;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.06);
}

.history-item {
  position: relative;
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 24px;
  padding: 0 0 24px 28px;
  border-left: 3px solid #ff9b1a;
}

.history-item:last-child {
  padding-bottom: 0;
}

.history-item::before {
  content: "";
  position: absolute;
  left: -9px;
  top: 0;
  width: 15px;
  height: 15px;
  background: #ff9b1a;
  border-radius: 50%;
}

.history-year {
  color: #ff9b1a;
  font-weight: bold;
	margin-top:-7px;
}

.history-content {
  color: #333;
  line-height: 1.8;
}

.entry-content li {
    margin-left: 0 !important;
    margin-bottom: 6px;
}

.entry-content blockquote {
    border-color: #ff9b1a !important;
	font-style: normal;
}

blockquote p {
    font-style: normal;
}

.br-20 {
	border-radius:20px;
}

.cf7-form-table {
  width: 100%;
  border-collapse: collapse;
  margin: 35px auto;
  background: #fff;
  border: 1px solid #e5e5e5;
  table-layout: fixed;
}

.cf7-form-table th,
.cf7-form-table td {
  border: 1px solid #e5e5e5;
  padding: 22px 24px;
  vertical-align: middle;
}

.cf7-form-table th {
  width: 34%;
  background: #fff;
  color: #575253;
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  border-bottom: 3px solid #ff9b1a;
}

.cf7-form-table td {
  width: 66%;
  background: #fff;
}

/* 必須・任意と項目名を横並び */
.form-th-inner {
  display: inline-flex !important;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: nowrap;
  white-space: nowrap;
}

/* 項目名 */
.form-title {
  display: inline-block !important;
  white-space: nowrap;
}

/* 必須・任意バッジ */
.hissu,
.nini {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 13px;
  font-weight: bold;
  padding: 4px 10px;
  border-radius: 999px;
  line-height: 1;
  margin: 0 !important;
  white-space: nowrap;
}

.hissu {
  background: #E35B67;
    color: #fff;
}

.nini {
  background: #FF9B1A;
    color: #fff;
}

/* 入力欄 */
.cf7-form-table input[type="text"],
.cf7-form-table input[type="email"],
.cf7-form-table input[type="tel"],
.cf7-form-table textarea {
  width: 100%;
  max-width: 520px;
  padding: 13px 14px;
  border: 1px solid #ddd;
  background: #f5f5f5;
  box-sizing: border-box;
  font-size: 15px;
}

/* 例：aaa@bbb.com の文字色 */
.cf7-form-table input::placeholder,
.cf7-form-table textarea::placeholder {
  color: #999;
}

.cf7-form-table textarea {
  height: 180px;
}

/* ラジオボタン */
.cf7-form-table .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.cf7-form-table .wpcf7-list-item {
  margin: 0;
}

.cf7-form-table .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: bold;
}

/* チェックボックス */
.cf7-form-table .wpcf7-acceptance label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* 送信ボタン */
.submit-center {
  text-align: center;
  margin-top: 30px;
}

.wpcf7-spinner {
    display: block;
}

.submit-center input[type="submit"] {
  background: #e65366;
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 15px 50px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}

.submit-center input[type="submit"]:hover {
  opacity: 0.85;
}

.cf7-form-table th .form-th-inner {
  display: grid !important;
  grid-template-columns: auto 1fr;
  align-items: center;
  justify-content: start;
  column-gap: 1em;
  white-space: nowrap;
}


.cf7-form-table th .hissu,
.cf7-form-table th .nini,
.cf7-form-table th .form-title {
  display: inline-block !important;
  float: none !important;
  clear: none !important;
  margin-right: 1em !important;
  white-space: nowrap;
}

.cf7-form-table th p {
  display: inline !important;
  margin: 0 !important;
}

.cf7-form-table th br {
  display: none !important;
}

table.cf7-form-table td p {
  margin-bottom: 0 !important;
}

table.cf7-form-table td {
    padding:20px 20px !important;
}





/*-----------------------------
メディアクエリ
------------------------------*/

@media (max-width: 1400px) {

h2.mainvisual-h2 {
	font-size:20px;
}

p.mainvisual-text1 {
	font-size:32px;
}

p.mainvisual-text2 {
	font-size:16px;
}
	
p.mainvisual-en {
    font-size: 90px;
	bottom:-70px;
}
	
}

@media (max-width: 1200px) {

div.mainvisual-col1 {
    padding-top: 50px;
    padding-left: 50px;
}
	
}

@media (min-width: 1141px) {
	
div.smp-header-btn {
	display:none;
}
	
}

@media (max-width: 1140px) {
	
div.pc-header-btn {
	display:none;
}
	
.site-logo-div img {
    margin-top: 0;
	width:200px;
	height:auto;
}
	
.site-branding .site-logo-div {
    line-height: 60px;
}
	
.onepress-menu {
	padding-top: 5px;
}
	
}

@media (min-width: 992px) {

.order-lg-first {
    -webkit-box-ordinal-group: 0;
        order: -1;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        order: 3;
  }

.flow-box::after {
    content: "→" !important;
    display: block !important;
    position: absolute;
    top: 50%;
    right: -25px;
    transform: translateY(-50%);
    font-size: 32px;
    color: #0b2c4d;
  }

  .flow-last .flow-box::after {
    content: none !important;
    display: none !important;
  }

}

@media (max-width: 991px) {
.gallery-icon img {
	width:100%;
	height:200px;
	object-fit:cover;
}
	
p.mainvisual-en {
    font-size: 60px;
	bottom:-70px;
}
	
div.mainvisual-col1 {
    padding-top: 30px;
    padding-left: 30px;
}
	
p.smp-header-tel {
	right:166px;
}

p.smp-header-contact {
	right:110px;
}

p.smp-header-LINE {
	right:55px;
}
	
p.zenkokutaiou {
	top:300px;
	right:150px;
}

p.zenkokutaiou img {
	width:150px;
}
	
div.strengths-col1 {
    padding: 0 30px 0 0;
}
	
div.strengths-col2 {
    padding: 0 0 0 30px;
}
	
img.services-illust {
    top: -50px;
    right: 50px;
    width: 250px;
}
	
img.flow-illust {
    top: -50px;
    left: 50px;
    width: 140px;
}
	
img.column-illust {
	position:absolute;
	top:-50px;
	right:50px;
	width:260px;
}

  .page-cb .reverse-sp > div {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .page-cb .reverse-sp > div:first-child {
    order: 2 !important;
  }

  .page-cb .reverse-sp > div:last-child {
    order: 1 !important;
  }

h3.feature-title {
    font-size: 20px;
    font-weight: 700;
    border-left: 4px solid #ff9b1a;
    padding-left: 20px;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}	
	
.flow-item {
    position: relative;
    margin-bottom: 50px;
  }

  .flow-item::after {
    content: "" !important;
    display: block !important;
    position: absolute;
    left: 50%;
    bottom: -28px;
    width: 14px;
    height: 14px;
    border-right: 3px solid #0b2c4d;
    border-bottom: 3px solid #0b2c4d;
    transform: translateX(-50%) rotate(45deg);
  }

  .flow-last::after {
    content: none !important;
    display: none !important;
  }
	
 .case-list {
    grid-template-columns: 1fr;
    gap: 22px;
  }

.case-list {
    grid-template-columns: 1fr;
    gap: 24px;
  }	
}

@media (min-width: 769px) {
	
div.smp-flexbanner {
	display:none;
}
}

@media (min-width: 768px) {

  .flow-box::after {
    content: "→";
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    font-size: 28px;
    color: #0b2c4d;
    display: block;
  }

  .flow-row > div:last-child .flow-box::after {
    display: none;
  }

}

@media (max-width: 768px) {
.gallery-icon img {
	width:100%;
	height:150px;
	object-fit:cover;
}
	
div.pc-flexbanner {
	display:none;
}
	
p.zenkokutaiou {
	top:300px;
	right:50px;
}

p.zenkokutaiou img {
	width:150px;
}
	
section.strengths {
	background-size:40%;
}
	
img.services-illust {
    top: -60px;
    right: 20px;
    width: 200px;
}
	
img.flow-illust {
    top: -60px;
    left: 20px;
    width: 100px;
}
	
img.column-illust {
	top:-60px;
	right:20px;
	width:150px;
}
	
p.blog-image img {
	width:100%;
	height:auto;
}
	
div.contents-frame {
	flex-flow:column;
	align-items: center;
	justify-content: center;
}
	
div.contents-frame a {
	margin: 10px 0;
}

div.contents-frame a img {
	margin:0 5px
}

#pagetop {
	display:none !important;
}
	
	.footer-widgets.section-padding {
    padding: 0px 0px 35px;
}
	
	div.category-linkbtn a {
    font-size: 14px;
}
	
div.question {
    font-size: 16px;
}
	
div.answer {
    font-size: 16px;
}
	
div.flow-container {
	padding:0 20px;
}
	
div.flow-col {
	padding:0 5px;
	margin-bottom:10px;
}

.entry-content h2 {
    font-size: 17px;
	margin-top: 40px;
    margin-bottom: 60px;
}	

.entry-content h2::before {
    bottom: -20px;
}	

.entry-content h3 {
    font-size: 16px;
    line-height: 1.6em;
	margin: 40px 0;
}

p.kigaruni {
    font-size: 17px;
    text-align: left;
}	
	
	
	
}

@media (max-width: 767px) {

  .feature-area .feature-row {
    margin-bottom: 35px;
  }

  .feature-area .col-lg-6 {
    margin-bottom: 18px;
  }

  .feature-area .col-lg-6:last-child {
    margin-bottom: 0;
  }

  .feature-area img {
    width: 100%;
    margin-bottom: 12px;
  }

  .feature-area h3 {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 12px;
  }

  .feature-area p {
    font-size: 15px;
    line-height: 1.9;
  }


  .reverse-sp .feature-img {
    order: 1;
  }

  .reverse-sp .feature-text {
    order: 2;
  }

.flow-row > div {
    margin-bottom: 30px;
  }

 .flow-box::after {
    display: none;
  }

  .flow-row > div {
    position: relative;
    margin-bottom: 55px;
  }

  .flow-row > div::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -34px;
    width: 16px;
    height: 16px;
    border-right: 3px solid #0b2c4d;
    border-bottom: 3px solid #0b2c4d;
    transform: translateX(-50%) rotate(45deg);
  }

  .flow-row > div:last-child::after {
    display: none;
  }
	
.flow-row > div:last-child::after {
    display: none !important;
  }
	
.table01,
  .table01 tbody,
  .table01 tr,
  .table01 td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  .table01 {
    border: none;
  }

  .table01 .tr01 {
    display: none;
  }

  .table01 tr {
    margin-bottom: 18px;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
  }

  .table01 td {
    border: none;
    border-bottom: 1px solid #eee;
    padding: 12px 14px;
    font-weight: normal;
  }

  .table01 td:last-child {
    border-bottom: none;
  }

  .table01 td::before {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #333;
    font-size: 14px;
  }

  .table01 td:nth-child(1)::before {
    content: "プラン名";
  }

  .table01 td:nth-child(2)::before {
    content: "内容";
  }

  .table01 td:nth-child(3)::before {
    content: "料金の目安";
  }

  .table01 td:nth-child(1) {
    font-weight: bold;
    background: #fafafa;
  }
	
 .flow-btn {
    padding: 12px 28px;
    font-size: 14px;
    margin-bottom: 24px;
  }

  .flow-chart li {
    padding: 20px 16px 20px 72px;
    margin-bottom: 34px !important;
    border-radius: 10px;
  }

  .flow-chart li::before {
    left: 18px;
    top: 22px;
    width: 38px;
    height: 38px;
    font-size: 18px;
  }

  .flow-chart li::after {
    left: 36px;
    bottom: -26px;
    border-left-width: 8px;
    border-right-width: 8px;
    border-top-width: 12px;
  }

  .flow-step {
    font-size: 13px;
    margin-bottom: 5px;
  }

  .flow-chart h3 {
    font-size: 17px;
    line-height: 1.5;
    padding-left: 10px;
  }

  .flow-chart p {
    font-size: 14px;
    line-height: 1.7;
  }
	
 .case-section {
    margin: 40px 0;
  }

  .case-section h2 {
    font-size: 24px;
    line-height: 1.5;
  }

  .case-lead {
    font-size: 14px;
    margin-bottom: 25px;
  }

  .case-card {
    padding: 24px 18px 20px;
    border-radius: 12px;
  }

  .case-card h3 {
    font-size: 17px;
  }

  .case-card p {
    font-size: 14px;
    line-height: 1.8;
  }

  .case-voice {
    font-size: 14px;
  }	

.support-menu {
    margin: 40px 0;
  }

  .support-menu h2 {
    font-size: 23px;
    margin-bottom: 22px;
  }

  .support-table,
  .support-table thead,
  .support-table tbody,
  .support-table tr,
  .support-table th,
  .support-table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  .support-table {
    border: none;
    box-shadow: none;
    background: transparent;
  }

  .support-table thead {
    display: none;
  }

  .support-table tr {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 40px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  }

  .support-table td {
    border: none;
    padding: 16px 18px;
    font-size: 14px;
    line-height: 1.8;
	 margin-bottom: 10px;
  }

  .support-table .support-title {
    background: #ff9b1a;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    padding: 14px 18px;
  }

  .support-table .support-num {
    background: #fff;
    color: #ff9b1a;
    width: 30px;
    height: 30px;
    font-size: 13px;
  }

  .support-table td:last-child::before {
    content: "具体的な内容";
    display: block;
    color: #ff9b1a;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
  }

.price-plan {
    margin: 40px 0;
  }

  .price-title {
    font-size: 21px;
    margin-bottom: 22px;
  }

  .price-table,
  .price-table thead,
  .price-table tbody,
  .price-table tr,
  .price-table th,
  .price-table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  .price-table {
    border: none;
    box-shadow: none;
    background: transparent;
  }

  .price-table thead {
    display: none;
  }

  .price-table tr {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    overflow: hidden;
   margin-bottom: 30px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  }

  .price-table td {
    border: none;
    padding: 16px 18px;
    font-size: 14px;
    line-height: 1.8;
  }

  .price-table td:first-child {
    background: #ff9b1a;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
  }

  .price-table td:nth-child(2)::before {
    content: "内容";
    display: block;
    color: #ff9b1a;
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 5px;
  }

  .price-table td:nth-child(3)::before {
    content: "料金の目安";
    display: block;
    color: #ff9b1a;
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 5px;
  }

  .price-table td:nth-child(3) {
    background: #fffaf3;
    font-weight: bold;
  }	
	
.case-section {
    margin: 45px 0;
  }

  .case-section h2 {
    font-size: 24px;
    line-height: 1.5;
  }

  .case-lead {
    font-size: 14px;
    margin: 24px 0 28px;
    text-align: left;
  }

  .case-card {
    padding: 26px 18px 22px;
    border-radius: 12px;
  }

  .case-label {
    font-size: 12px;
    padding: 6px 14px;
    margin-bottom: 16px;
  }

  .case-card h3 {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 18px;
  }

  .case-block h4 {
    font-size: 13px;
  }

  .case-block p {
    font-size: 14px;
    line-height: 1.8;
  }

  .case-result {
    font-size: 14px;
    line-height: 1.8;
    padding: 14px;
  }	
	
section.page-cb {
    padding: 0 0 50px;
}
	
 .cf7-form-table,
  .cf7-form-table tbody,
  .cf7-form-table tr,
  .cf7-form-table th,
  .cf7-form-table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  .cf7-form-table {
    border: none;
    table-layout: auto;
  }

  .cf7-form-table tr {
    margin-bottom: 18px;
    border: 1px solid #e5e5e5;
  }

  .cf7-form-table th {
    border: none;
    border-bottom: 3px solid #ff9b1a;
    padding: 16px 18px;
  }

  .cf7-form-table td {
    border: none;
    padding: 18px;
  }

  .form-th-inner {
    justify-content: flex-start;
    gap: 10px;
  }

  .cf7-form-table input[type="text"],
  .cf7-form-table input[type="email"],
  .cf7-form-table input[type="tel"],
  .cf7-form-table textarea {
    max-width: none;
  }

  .cf7-form-table .wpcf7-radio {
    display: block;
  }

  .cf7-form-table .wpcf7-list-item {
    display: block;
    margin-bottom: 10px;
  }
	
}

@media (max-width: 640px) {

.gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item {
	width: 48%;
	max-width: 48%;
	margin: 0 1%;
}

.gallery-columns-5 .gallery-item {
	width: 31.33333%;
	max-width: 31.33333%;
	margin: 0 1%;
}
}

@media (max-width: 500px) {

h2.mainvisual-h2 {
	font-size:14px;
}

p.mainvisual-text1 {
	font-size:26px;
}

p.mainvisual-text2 {
	font-size:14px;
}
	
.site-logo-div img {
	margin-top: 0;
	width: 150px;
	height: auto;
}
	
p.zenkokutaiou {
	top:270px;
	right:30px;
}
	
p.zenkokutaiou img {
	width:100px;
}
	
div.mainvisual-col1 {
    padding-top: 30px;
    padding-left: 30px;
}
	
div.strengths-col {
	padding:0 30px;
}
	
p.contact-tel {
	font-size:30px;
}
	
div.contact-col {
    padding: 50px 30px;
}
	
.page-header.page--cover .entry-title {
	font-size: 26px;
    }
	
.page-header.page--cover .entry-tagline {
        font-size: 16px;
    }
	
	h2.top-h2 {
    font-size: 24px;
}

}

@media (max-width: 395px) {
	
.site-logo-div img {
	margin-top: 0;
	width: 120px;
	height: auto;
}

}






