/* original.css */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap');
*{ font-family: 'Noto Sans JP', sans-serif;}

html{
	scroll-behavior: smooth;
	scroll-padding-top: 100px;
}

p {
    font-size: 17px;
    line-height: 2.0;
	color:#2F2F2F;
}
.tc{
	text-align:center;
}
.fwb{
	font-weight:bold;
}
h2, h3, h4 {
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
h2 {
    font-size: 2.4rem;
    font-weight: 900;
    text-align: center;
    line-height: 1.4;
    color: #2F2F2F;
    margin-bottom: 1.4em;
	position: relative;
}
h3 {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.4;
  color: #444;
  margin-bottom: 15px;
}
.marker {
  background: linear-gradient(transparent 75%, #fff799 75%);
  font-weight: bold;
}
/* グローバルメニュー */
.h_logo {
  width: 100%;
}
.logo-image {
  /* top: 30px;
  width: 200px; */
}
.global-nav > ul > li > a {
  /* color: #fffcd1 !important;*/
  color:#2F2F2F!important;
  }
.header-bar-fixed ~ .top-slider-wrapper {
  margin-top: 0;
}
.top-slider-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.top-slider-content {
    top: 16%;
    width: 90%;
	display: flex;
    align-items: center;
}
.top-slider-content-inner img {
  width: 100%;
}
.top-slider-content-inner:after {
  color: #fff;
}
/* original contents start */
.inner {
    margin: 0 auto;
    max-width: 1150px;
    width: 100%;
    box-sizing: border-box;
}
.bgcolor {
  /* background: url(../../uploads/2022/08/bg.jpg) no-repeat;
  background-size: cover; */
  background-color: #FFFEE1;
  text-align: center;
}
.bgcolor h2 {
  color: #fff;
}
#original-contact {
    background: #ffffff;
    text-align: center;
}
#original01 .inner {
  padding: 80px 0;
}
.original02-ul {
  width: 660px;
  max-width: 100%;
  margin: 0 auto 1.8em;
  background: #ffffffdd;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0px 0px 7px #00000009;
  box-sizing: border-box;
}
.original02-ul li {
  text-align: left;
  font-size: 1.085rem;
  font-weight: 700;
  padding: 10px 0 10px 35px;
  background: url(../../uploads/2022/08/check.png) no-repeat;
  background-size: 20px;
  background-position-y: center;
}
.text-center {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin: 0 0 0.6em;
}
#original03 {
  background: #f8f5de;
}
.original03-inner-box {
  display: flex;
  flex-wrap: wrap;
}
.original03-inner-item {
  box-sizing: border-box;
  width: calc(50% - 30px);
  margin: 15px;
}
.original03-inner-item img {
  width: 100%;
}
#original04 {
  background: #fff;
}
.original04-strengths-box {
  display: flex;
  flex-wrap: wrap;
}
.original04-strengths-box-r {
  flex-direction: row-reverse;
}
.original04-strengths-item {
  width: calc(50% - 60px);
  box-sizing: border-box;
  margin: 30px;
}
.original04-strengths-item img {
  width: 100%;
}
#original04 h3 {
  font-size: 1.58rem;
  font-weight: 900;
  padding: 15px 0;
  color: #444;
  background: #f8f5de;
  border-radius: 5px;
}
.original05-box {
  width: 800px;
  margin: 0 auto;
  max-width: 100%;
}
.original05-item:nth-child(odd) {
  margin-right: auto;
  margin-left: 0;
}
.original05-item:nth-child(even) {
  margin-right: 0;
  margin-left: auto;
}
.original05-item {
  width: 60%;
  background: #ffffffdd;
  border-radius: 5px;
  margin: 55px 5px;
  padding: 20px;
  text-align: center;
  font-weight: bold;
  box-sizing: border-box;
}
.original05-item p {
  font-size: 1.3rem;
  color: #444;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
/* #original-contact h2 {
  color: #ffffff;
  border-bottom: 1px solid #ba370f;
  padding-bottom: 30px;
  margin-bottom: 0.6em;
} */
.wpcf7 {
    max-width: 560px;
    border: none;
    background: #ffffff;
    padding: 1.5em 0 0 0;
    margin: auto !important;
    font-size: 14px;
}
.wpcf7 p {
  text-align: left;
  margin-bottom: 1em;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
.wpcf7 p span {
  font-size: 90%;
  font-weight: 400;
}
.wpcf7 input, .wpcf7 textarea {
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
  border-radius: 5px;
}
.wpcf7 textarea {
  /* height: 210px; */
}
.wpcf7 input.wpcf7-submit {
  background-color: #ee7b00;
  letter-spacing: 0.2em;
}
.wpcf7 input.wpcf7-submit:hover, .wpcf7 .wpcf7-previous:hover {
  background-color: #ba370f;
}
/* original contents end */

/* ページ内リンクにヘッダーバーの余白 */
#front-page {
	display: block;
	padding-top: 80px;
	margin-top: -80px;
}
/* footer フッター */
.footer {
  /* color: #fff; */
  margin-top: 0;
}
.footer-gallery {
  display: none;
}
.footer-content {
  padding: 2em 0 3.4em !important;
}
.footer h2 {
  border-bottom: 1px solid #fff;
  padding-bottom: 30px;
}
img.f_logo {
  width: 150px !important;
}
.footer-company {
  line-height: 1.7;
  letter-spacing: 0.05em;
  padding: 0 20px;
}
.footer-company table {
  max-width:1000px;
  margin: auto;
}
.footer-company td {
  text-align: left;
/*   font-size: 0.85rem; */
  padding: 0.8rem 0;
}
.footer-company td.company-td-left {
  /* width: 40%; */
  width:250px;
}
.footer-company td.company-td-right {
  /* width: 60%; */
  width:calc(100% - 250px);
}
.footer-bar01, .copyright {
  background: none;
}
.copyright {
  letter-spacing: 0.05em;
}
.pagetop a {
  background: #ee5c00;
}
/* レスポンシブ */
@media only screen and (max-width: 1200px) {
  .header-bar-fixed ~ .top-slider-wrapper, .header-bar-fixed ~ .signage {
    margin-top: 0px;
    height: 56.25vw;
  }
  .header-bar-inner {
    width: 100%;
  }
  .logo img {
    /* vertical-align: middle; */
    width: auto;
    height: 55px;
    /* padding-top: 5px; */
  }
  .logo-image {
/*     top: 3px; */
  }
  .header-bar {
    background: #fff;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%);
    margin: 0;
    position: relative;
    top: 0px;
    left: 0px;
    height: 55px;
    width: 100%;
    z-index: 100;
  }
.global-nav > ul > li > a {
    height: 55px;
    letter-spacing: 0.04em;
}
.global-nav-button:before {
    /* color: #fff;*/
	color:#2F2F2F!important;
}
.global-nav > ul > li > a:before {
    display: none;
}
img.top-slider-logo {
    max-width: 100%;
}
.footer-logo {
    padding: 0 4%;
}
}
@media only screen and (max-width: 1000px) {
  h2 {
    font-size: 2.2rem;
  }
  #original04 h3 {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 991px) {
  .header-youtube, .header-video {
    height: 56.25vw;
  }
}
@media only screen and (max-width: 800px) {
  .global-nav > ul > li > a {
    padding: 0 15px;
  }
  .top-slider-content {
    margin-bottom: 0;

  }
  h2 {
    font-size: 2.0rem;
    margin-bottom: 30px;
  }
  p {
    font-size: 15px;
    line-height: 2;
  }
  .original03-inner-box {
    display: block;
  }
  .original03-inner-item {
    box-sizing: border-box;
    width: 90%;
    margin: 5% auto;
  }
  #original04 h3 {
    font-size: 1.0rem;
  }
  .original04-strengths-item {
    width: 100%;
    margin: 4%;
  }
  .original05-item:nth-child(odd) {
    margin-right: auto;
    margin-left: 8%;
  }
  .original05-item:nth-child(even) {
    margin-right: 8%;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .social-nav {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .top-slider-content {
    width: 77%;
    height: 56.25vw!important;
    top: 0;
    bottom: 0;
    padding-right: 8%;
  }
  .top-slider-content-inner {
    height: 56.25vw!important;
  }
  .top-slider-content-inner:after {
    display: none;
  }
  .top-slider-logo {
    margin-bottom: 0;
  }
  .original05-item p {
    font-size: 1.0rem;
  }
}
@media only screen and (max-width: 500px) {
  .global-nav > ul > li > a {
    font-size: 0.95rem;
  }
  .logo {
    width: 150px;
/*     top: 10px; */
  }
  .logo img {
    padding-top: 0.2rem;
  }
  .header-bar-fixed ~ .top-slider-wrapper, .header-bar-fixed ~ .signage {
    margin-top: 55px;
    height: 56.25vw;
  }
  .header-bar-fixed {
    background-color: #EE7B00 !important;
  }
  .header-youtube-overlay {
    background: #4b4b4b;
    opacity: 0.15;
  }
  .s_logo {
    width: 100%;
  }
  #front-page {
  	display: block;
  	padding-top: 39px;
  	margin-top: -39px;
  }
.original-section {
    padding: 0 6%;
  }
  #original01 {
    text-align: left;
  }
  #original01 .inner {
    padding: 40px 0;
  }
  .original-section .inner {
    padding: 2em 0;
  }
  h2 {
	  font-size: 1.5em;
	  line-height: 1.2;
	  margin-bottom: 10px;
	  padding: 0 2%;
  }
  .original02-ul {
    background: #ffffffcc;
    padding: 10px 12px;
  }
  .original02-ul li {
    font-size: 0.95rem;
    letter-spacing: 0.02em;
    padding: 7px 0 7px 22px;
    background-size: 15px;
    line-height: 1.6;
  }
  .text-center {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .original05-item {
    background: #ffffffcc;
    margin: 1.2em;
    padding: 0;
  }
  .original05-item:nth-child(odd), .original05-item:nth-child(even) {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  }
  .original05-item p {
    font-size: 0.95rem;
    margin: 10px 0;
    padding: 15px;
    line-height: 1.6;
  }
  img.f_logo {
    width: 40% !important;
  }
  .footer-company table {
    width: 85%;
  }
  .footer-company td.company-td-left {
    width: 28%;
  }
  .footer-company td.company-td-right {
    width: 72%;
  }
}
/* スマホだけ改行、PCだけ改行 */
.sp-br {display: none;}
.pc-br {display: block;}
@media only screen and (max-width: 600px){
.sp-br {display: block;}
.pc-br {display: none;}
}
/* YouTube動画コントロールバー非表示 */
#controlBar_youtube-video-player {
    display: none !important;
}
/* スマホ動画 */
video {display:block;}
#bg-video {
  right:0;
  bottom:0;
  z-index:-1;
}
#main-image {
  background-color: rgba(0, 0, 0, 0);
}
video {
  min-height: 20%;
  min-height: 20vh;
  min-width: 20%;
  min-width: 20vw;
  width:100%;
  height:auto;
  background: url('../../uploads/2022/08/main.jpg') no-repeat;
  background-attachment: fixed;
  background-position: center center;
}
/* 240522修正 */
.original02_text {
    color: #fffcd1;
}
.benefit_image img {
    display: block;
    width: 100%;
}
.benefit_flex {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}
.benefit_box {
    width: calc(33% - 17px);
}
.benefit_text h3 {
    margin: 0.8em 0 0.3em 0;
    font-size: 1.3em;
	color: #045f95;
}
.point_section {
    /* background-color: #ffffff; */
}
.point_image img {
    border-radius: 20px;
}
.point_image {
    width: calc(50% - 25px);
}
.point_text {
    width: calc(50% - 25px);
	padding-top: 3.2em;
}
.point_box {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 4em 0;
}
.point_text h3 {
    text-align: left;
    position: relative;
}
.point_text h3 span {
    background: linear-gradient(transparent 60%, #ffe317 40%);
}
.point_text h3:before {
    content: "POINT" counter(mycounter, decimal-leading-zero);
    position: absolute;
    top: -50px;
    counter-increment: mycounter;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
    background-color: #ee7b00;
    box-sizing: border-box;
    padding: 0 1em;
    border-radius: 30px;
}
.point_text p {
    margin: 0 0 1em 0;
}
.point_text p:last-child {
    margin: 0;
}
.point_box:nth-child(even) {
    flex-direction: row-reverse;
}
body {
    counter-reset: mycounter;
}
.table_comparison {
    width: 900px;
    margin: 3em auto !important;
    position: relative;
}
.table_comparison thead th {
    background-color: #b5b5b5;
    box-sizing: border-box;
    border: 3px solid #ffffff;
    color: #ffffff;
    letter-spacing: 0.08em;
    width: 20%;
    vertical-align: middle;
    height: 80px;
}
.th_deco2 {
    background-color: #ffffff !important;
    box-sizing: border-box !important;
    border: 3px solid #ffffff !important;
    color: #444 !important;
}
.table_comparison thead th:first-child {
    border-right: 10px solid #ffffff !important;
}
.table_comparison tbody th {
    background-color: #efefef;
    box-sizing: border-box;
    border: 3px solid #ffffff;
    color: #444;
    letter-spacing: 0.08em;
    height: 80px;
    vertical-align: middle;
	border-right: 10px solid #ffffff;
}
.table_comparison tbody td {
    background-color: #ffffff;
    box-sizing: border-box;
    border: 3px solid #ffffff;
    color: #444;
    letter-spacing: 0.08em;
    height: 80px;
    vertical-align: middle;
}
.table_comparison {
    font-size: 1.2em !important;
	line-height: 1.4;
}
.th_deco {
    background-color: #d53100 !important;
    border: 3px solid #d53100 !important;
}
.td_deco {
    border: 3px solid #d53100 !important;
    padding: 0 10px !important;
    background-color: #d53100 !important;
}
.td_text {
    background-color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6em;
    font-weight: 700;
}
.last_td {
    border-bottom: 10px solid #d53100 !important;
}
.comparison_section {
    background-color: #ffffff;
}
.comparison-image img {
    display: block;
    width: 100%;
}
.comparison-image {
    max-width: 900px;
    margin: 0 auto 7em;
	position: relative;
}
.price_flex {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    position: relative;
    justify-content: center;
}
.price_box {
    background-color: #ffffff;
    width: calc(100% / 3 - 8px);
    box-sizing: border-box;
    border: 2px solid #83685f;
}
.price_inner p {
    text-align: center;
    line-height: 2;
}
.price_box2 {
    background-color: #ffffff;
    width: calc(100% / 3 - 8px);
    box-sizing: border-box;
    border: 2px solid #045F95;
}
.price_box2 h3 {
    color: #ffffff;
    background-color: #045F95;
    padding: 5% 0 7%;
    margin-bottom: 0;
}
.price_inner2 p {
    text-align: center;
    line-height: 2;
}
.price_deco {
    color: #EE7B00;
    font-size: 1.8em;
    font-weight: bold;
    line-height: 2;
}
.price_box h3 span {
    display: block;
    font-size: 0.6em;
}
.price_box2 h3 span {
    display: block;
    font-size: 0.6em;
}
.price_deco2 {
    color: #045F95;
    font-size: 1.8em;
    font-weight: bold;
    line-height: 2;
}
.global-nav > ul > .menu-item-19 > a {
    /* background-color: #ee7b00; */
	/* color: #ffffff !important; */
	background: #FFD940;
	color:#2F2F2F!important;
}
.top_slider_title {
    color: #ffffff;
    text-align: left;
	text-shadow: 0px 0px 4px #636363;
}
.point_box:last-child {
    margin: 0;
}
.contact_text {
    color: #1f1f1f;
    font-size: 1.3em;
    font-weight: bold;
    margin: 0 0 0.6em;
}
.benefit_text p {
    margin: 0 0 1em 0;
}
.benefit_text p:last-child {
    margin: 0;
}
.sp_comparison {
    display: none;
}
#original06 {
    padding: 0 4%;
}
#original08 {
    padding: 0 4%;
}
.top_slider_flex {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
	align-items: center;
}
.top_slider_right {
    width: calc(50% - 10px);
}
.top_slider_left {
    width: clamp(21.25rem, 0.125rem + 90.133vw, 42.375rem);
    position: absolute;
    top: 55%;
	left: 50%;
    transform: translateX(-50%);
}
.top_slider_contact {
    display: block;
    width: clamp(20rem, 1.250rem + 80vw, 38.75rem);
	margin: 30px auto 0 auto;
}
.top_slider_flex img {
    display: block;
    width: 100%;
}
@media screen and (min-width: 768px) {
	.top_slider_left {
		width: clamp(15.625rem, -8.625rem + 50.521vw, 52rem);
		position: absolute;
	/*     top: clamp(3.75rem, 1.250rem + 5.208vw, 7.5rem);
		left: clamp(5.625rem, 1.542rem + 8.507vw, 11.75rem); */
		top: clamp(5.75rem, 3.250rem + 5.208vw, 7.5rem);
		left: clamp(8.625rem, 5.542rem + 8.507vw, 11.75rem);
		transform: initial;
	}
	.top_slider_contact {
		display: block;
		width: clamp(12.5rem, 0.417rem + 25.174vw, 30.625rem);
		margin: clamp(0.625rem, -1.208rem + 3.819vw, 3.375rem) 0 0 0;
		margin-inline: initial;
	}
}
.top_slider_contact:hover {
    opacity: 0.6;
    transition: 0.4s;
}
.top_slider_right img {
    margin: 0 auto;
}
body img {
    display: block;
    width: 100%;
}
.select_flex {
    display: flex;
    flex-wrap: wrap;
}
section.original-section.select_section {
    /* background-color: #ee7b00; */
}
.select_flex {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}
.select_box {
    width: calc(33% - 17px);
    background-color: #ffffff;
    padding: 2em 1.6em;
    box-sizing: border-box;
    border-radius: 20px;
    position: relative;
	box-shadow: 0px 0px 4px 3px rgb(105 105 105 / 20%);
}
.num {
    width: 60px;
    height: 60px;
    padding-top: 16px;
    font-size: 1.8em;
    background-color: #BA370F;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    box-sizing: border-box;
    position: absolute;
    top: -30px;
    right: 0;
    left: 0;
    margin: 0 auto;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
}
.select_title {
    color: #BA370F;
    text-align: center;
    font-weight: bold;
    font-size: 1.4em;
    line-height: 1.6;
    margin: 1em 0 0 0;
}
.select_icon1 {
    max-width: 50px;
    margin: 8px auto 10px;
}
.select_icon2 {
    max-width: 78px;
    margin: 19px auto 16px;
}
.select_icon3 {
    max-width: 57px;
    margin: 11px auto 11px;
}
.top_slider_text {
    max-width: 800px;
    margin: 0 auto 1em;
}
.problem_box {
    position: relative;
    border-radius: 20px;
    border: 20px solid #ee7b00;
    background-color: #fff;
    margin: 5em 0 0 0;
}
.problem_outer {
    display: flex;
    box-sizing: border-box;
    padding: 3em 1.8em 2.6em;
    gap: 20px;
}
.problem_box::before {
    content: "";
    background-image: url(../../uploads/2024/06/deco.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 268px;
    height: 89px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -69px;
}
.problem_img2 {
    max-width: 300px;
    margin: 0 auto;
}
#original02 {
    background-color: #f9f6f1;
}
.service_deco {
    border-bottom: 1px dashed #444444;
    padding-bottom: 1em;
}
#original05_page {
    margin-top: 120px;
}
.record_sub {
    text-align: center;
    color: #ee7b00;
    font-weight: bold;
    font-size: 1.4em;
	margin: 0 0 1em 0;
	line-height: 1.4;
}
.record_img1 {
    box-shadow: 0 0 4px 2px rgb(0 0 0 / 10%);
	margin: 0 0 3em 0;
}
.record_title {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 0 6px 0;
}
.record_flex {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.record_inner {
    width: calc(50% - 20px);
}
.record_img2 {
    box-shadow: 0 0 4px 2px rgb(0 0 0 / 10%);
}
.record_img3 {
    box-shadow: 0 0 4px 2px rgb(0 0 0 / 10%);
}
.record_section {
    background-color: #f9f6f1;
}
.voice_flex {
    display: flex;
    flex-wrap: wrap;
    gap: 60px 40px;
	position: relative;
	margin-bottom: 8em;
}
.voice_box {
    display: flex;
    gap: 18px;
    width: calc(50% - 20px);
    box-sizing: border-box;
    padding: 1.4em 1.2em;
    background-color: #ffffff;
    border: 2px solid #444444;
    box-shadow: 10px 10px 0px 0px #045F95;
	position: relative;
}
.voice_img img {
    width: 100px;
}
.voice_txt h3 {
    font-size: 1.3em;
    text-align: left;
    color: #ee7b00;
	margin: 0 0 10px 0;
}
.voice_section {
    background-color: #f9f6f1;
}
.select:after {
    display: none;
}
.original-section .inner {
    padding: 5em 0 0 0;
}
.top_main {
    position: relative;
}
.top_slider_outer {
    position: absolute;
    top: clamp(3.75rem, 1.250rem + 5.208vw, 7.5rem);
	left: clamp(5.625rem, 1.542rem + 8.507vw, 11.75rem);
    /* padding: 0 3%; */
}
h2#original07_page:before {
content: "";
    background-image: url(../../uploads/2024/06/meo.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    top: -156px;
    right: 0;
    left: 0;
    margin: 0 auto;
    height: 150px;
    width: 150px;
}
h2#original07_page {
    margin-top: 120px;
}
.record_outer::before {
    content: "";
    background-image: url(../../uploads/2024/06/deco.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 268px;
    height: 89px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -69px;
}
.record_outer {
    position: relative;
    border-radius: 20px;
    border: 20px solid #045F95;
    background-color: #fff;
    margin: 5em 0 0 0;
}
.record_box {
    box-sizing: border-box;
    padding: 3em 1.8em 2.6em;
    max-width: 800px;
    margin: 0 auto;
}
.record_icon1::before {
    content: "";
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    background: url(../../uploads/2024/06/icon1.png) no-repeat;
    background-size: contain;
    margin-right: 0.2em;
    transform: translate(0px, 4px);
}
.record_icon2::before {
    content: "";
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    background: url(../../uploads/2024/06/icon2.png) no-repeat;
    background-size: contain;
    margin-right: 0.4em;
    transform: translate(0px, 4px);
}
.record_icon3::before {
    content: "";
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    background: url(../../uploads/2024/06/icon3.png) no-repeat;
    background-size: contain;
    margin-right: 0.4em;
    transform: translate(0px, 9px);
}
#original05_page:before {
    content: "";
    background-image: url(../../uploads/2024/06/record.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    top: -156px;
    right: 0;
    left: 0;
    margin: 0 auto;
    height: 150px;
    width: 150px;
}
#original06_page {
    margin-top: 120px;
}
#original06_page:before {
    content: "";
    background-image: url(../../uploads/2024/06/comparison.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    top: -156px;
    right: 0;
    left: 0;
    margin: 0 auto;
    height: 140px;
    width: 140px;
}
.pc_comparison:after {
    content: "";
    background-image: url(../../uploads/2024/06/deco1.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    bottom: -156px;
    left: -34px;
    height: 140px;
    width: 140px;
}
#original11 {
    background: url(../../uploads/2024/06/back.png) no-repeat;
    background-size: cover;
    background-color: #ee6c00;
}
.induction_box {
    border: 4px solid #ffffff;
    border-radius: 10px;
    padding: 2em 1em 2.4em;
    width: calc(50% - 20px);
    box-sizing: border-box;
}
.induction_box p {
    color: #ffffff;
    text-align: center;
}
.induction_flex {
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 900px;
    margin: 0 auto;
}
.induction_img {
    width: calc(50% - 20px);
}
.induction_img img {
    max-width: 340px;
    margin: 0 auto;
}
.induction_link {
    display: block;
    text-align: center;
    background-color: #EE7B00;
    padding: 0.8em 0.7em 0.9em;
    border-radius: 50px;
    max-width: 220px;
    color: #ffffff;
    margin: 20px auto 0;
    font-size: 1.2em;
	font-weight: bold;
}
.induction_link:hover {
    background-color: #ba370f;
}
.global-nav > ul > .menu-item-19 > a:hover {
    background-color: #ba370f;
}
#original08_page {
    margin-top: 120px;
}
#original08_page::before {
    content: "";
    background-image: url(../../uploads/2024/06/price_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    top: -156px;
    right: 0;
    left: 0;
    margin: 0 auto;
    height: 140px;
    width: 140px;
}
#original08 {
    padding: 0;
    position: relative;
	overflow-x: hidden;
}
.price_box h3 {
    background-color: #83685f;
    padding: 5% 0 7%;
    margin-bottom: 0;
    color: #ffffff;
}
.title_contents {
    padding: 2% 6%;
    text-align: right !important;
    position: relative;
    letter-spacing: 0.02em;
}
.text-more {
    color: #EE7B00;
    font-size: 2.3em;
    font-weight: 800;
}
small {
    font-size: 1em;
}
.title_01 {
    position: absolute;
    left: 3%;
    top: 2.7em;
    background-color: #EE7B00;
    color: #fff;
    padding: 0 10px;
    border-radius: 25px;
    font-size: 0.8em;
	letter-spacing: 0.1em;
}
.title_02 {
    position: absolute;
    left: 4%;
    top: 1.4em;
    border: 1px solid #444444;
    padding: 0 10px;
    border-radius: 25px;
    font-size: 0.8em;
	letter-spacing: 0.1em;
}
.text-more2 {
    font-size: 1.6em;
    font-weight: 600;
}
.title_contents::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
}
.title_contents small {
    font-weight: 500;
}
.service_box {
    padding: 2% 6% 6%;
    margin-top: 0.7em;
}
.service_box p {
    color: #83685f;
    border: 1px solid #83685f;
    padding: 2% 0;
    line-height: 1.6;
    margin: 0 0 0.8em 0;
    font-weight: 500;
}
.service_box2 {
    padding: 2% 6% 6%;
    margin-top: 0.7em;
}
.service_box2 p {
    color: #045F95;
    border: 1px solid #045F95;
    padding: 2% 1%;
    line-height: 1.6;
    margin: 0 0 0.8em 0;
    font-weight: 500;
}
.service_box2 p:last-child {
    margin: 0;
}
.service_box p:last-child {
    margin: 0;
}
#original10_page {
    margin-top: 120px;
}
#original10_page::before {
    content: "";
    background-image: url(../../uploads/2024/06/voice.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    top: -156px;
    right: 0;
    left: 0;
    margin: 0 auto;
    height: 140px;
    width: 140px;
}
.voice_box::before {
    content: "";
    background-image: url(../../uploads/2024/06/pin.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    top: -20px;
    right: 0;
    left: 0;
    margin: 0 auto;
    height: 30px;
    width: 30px;
}
.voice_flex::after {
    content: "";
    background-image: url(../../uploads/2024/06/deco2.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    bottom: -171px;
    right: -34px;
    height: 140px;
    width: 140px;
}
/* #contact-page::before {
    content: "";
    background-image: url(../../uploads/2024/06/mail.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    top: -156px;
    right: 0;
    left: 0;
    margin: 0 auto;
    height: 140px;
    width: 140px;
} */
#contact-page {
    margin-top: 120px;
}
#original08 .inner {
    padding: 5em 0 0 0;
}
.price_outer {
    height: 6em;
    background-color: #ffffff;
}
/* .price_flex::after {
    content: "";
    background-color: #BA370F;
    position: absolute;
    height: 50%;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    bottom: 0;
    z-index: -1;
} */
.global-nav > ul > li > a:hover {
    color: #EE7B00 !important;
}
.global-nav > ul > .menu-item-19 > a:hover {
    color: #ffffff !important;
}
.price_box3 {
    background-color: #ffffff;
    width: calc(100% / 3 - 8px);
    box-sizing: border-box;
    border: 2px solid #BA370F;
}
.price_box3 h3 {
    color: #ffffff;
    background-color: #BA370F;
    padding: 5% 0 7%;
    margin-bottom: 0;
}
.price_box3 h3 span {
    display: block;
    font-size: 0.6em;
}
.service_box3 {
    padding: 2% 6% 6%;
    margin-top: 0.7em;
}
.price_inner3 p {
    text-align: center;
    line-height: 2;
}
.service_box3 p {
    color: #BA370F;
    border: 1px solid #BA370F;
    padding: 2% 1%;
    line-height: 1.6;
    margin: 0 0 0.8em 0;
    font-weight: 500;
}
.service_box3 p:last-child {
    margin: 0;
}
/* レスポンシブ */
@media only screen and (max-width: 1200px) {
.original-section .inner {
    width: 94%;
}
.global-nav {
    display: none;
    width: 100%;
}
.header-bar-fixed .global-nav {
    position: absolute;
    top: 55px;
    z-index: 9;
}
.global-nav a, .global-nav a:hover {
    background: #F8F5DE;
}
.global-nav > ul > li > a {
    color: #444 !important;
}
.pc_comparison:after {
    left: 4px;
	bottom: -146px;
}
.voice_flex::after {
    right: 0px;
}
.title_contents {
    font-size: 15px;
}
}
@media only screen and (max-width: 768px) {
.benefit_box {
    width: calc(33% - 18px);
}
.point_text h3 {
    font-size: 1.1rem;
}
.point_text h3:before {
    top: -33px;
}
.select_box {
    width: 100%;
}
.pc_img {
    margin-bottom: 40px;
}
.select_flex {
    gap: 60px;
}
.original-section .inner {
    padding: 3em 0 3.6em 0;
}
.top_slider_outer {
    top: 60px;
}
#original05_page:before {
    height: 130px;
    width: 130px;
	top: -136px;
}
#original06_page:before {
    height: 120px;
    width: 120px;
    top: -138px;
}
#original08_page::before {
    height: 120px;
    width: 120px;
    top: -140px;
}
#original10_page::before {
    height: 130px;
    width: 130px;
    top: -129px;
}
#contact-page::before {
    height: 130px;
    width: 130px;
    top: -129px;
}
#original07_page:before {
    height: 130px !important;
    width: 130px !important;
    top: -136px !important;
}
.title_contents:first-child {
    padding: 11% 6% 2%;
}
.title_01 {
    top: 1em;
}
}
@media only screen and (max-width: 500px) {
section#original06 {
    padding: 0 8%;
}
.benefit_box {
    width: 100%;
}
.point_image {
    width: 100%;
}
.point_text {
    width: 100%;
    padding-top: 4em;
}
.point_box {
    gap: 0px;
}
.price_box {
    width: 100%;
}
.price_box2 {
    width: 100%;
}
.price_box3 {
    width: 100%;
}
.top_slider_title {
    font-size: 1.3em;
	margin: 0 0 0.6em;
}
.top_slider_text {
    margin: 0 auto;
    max-width: 300px;
}
.point_text h3 {
    font-size: 1.2em;
}
.point_text h3:before {
    top: -37px;
}
.contact_text {
    font-size: 1em;
}
.pc_comparison {
    display: none;
}
.sp_comparison {
    display: block;
}
.benefit_flex {
    gap: 50px;
}
.top-slider-content {
    padding-right: 0%;
	width: 90%;
}
.voice_box {
    width: 100%;
}
.top_slider_right {
    width: 100%;
}
.sp_img {
    display: block;
}
.pc_img {
    display: none;
}
.select_title {
    font-size: 1.3em;
}
.original-section .inner {
    width: 100%;
}
.problem_outer {
    flex-direction: column;
    gap: 70px;
}
.problem_box {
    border: 10px solid #ee7b00;
    margin: 3em 0 0 0;
}
.record_sub {
    font-size: 1.2em;
}
.record_img1 {
    margin: 0 0 2em 0;
}
.record_inner {
    width: 100%;
}
.record_flex {
    gap: 2em;
}
.record_title {
    font-size: 1em;
}
.voice_img img {
    width: 70px;
}
.top_slider_flex {
    flex-direction: column-reverse;
}
.top_slider_outer {
    left: 50%;
    transform: translate(-50%, 0%);
    width: 80vw;
    padding: 0;
    margin: 0 auto;
	top: 30px;
}
section.original-section.select_section {
    margin: 10vw 0 0 0;
}
.top_main {
    margin-top: 55px;
}
.pc_main_visual {
    display: none;
}
.sp_main_visual {
    display: block;
}
.problem_box::before {
    width: 140px;
    height: 50px;
    top: -39px;
}
.record_box {
    padding: 2em 1.2em 2.6em;
}
.record_outer {
    border: 10px solid #045F95;
    margin: 3em 0 0 0;
}
.sp_comparison::after {
    content: "";
    background-image: url(../../uploads/2024/06/deco1.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    bottom: -108px;
    left: 6px;
    height: 100px;
    width: 100px;
}
.comparison-image {
    margin: 0 auto 5em;
}
.induction_box {
    width: 100%;
}
.induction_img {
    width: 100%;
}
.price_inner_box {
    padding: 0 6%;
}
.record_outer::before {
    width: 140px;
    height: 50px;
    top: -39px;
}
.price_flex::after {
    background-color: #ffffff;
}
.price_outer {
    height: 3.6em;
    background-color: #ffffff;
}
.select_section .sp_img {
    margin-bottom: 60px;
}
.title_contents:first-child {
    padding: 2% 6%;
}
.title_01 {
    top: 2.7em;
}
}
@media only screen and (max-width: 320px) {
section.original-section.select_section {
    margin: 70vw 0 0 0;
}
}
@media only screen and (min-width: 501px) {
.sp_img {
    display: none;
}
.pc_img {
    display: block;
}
.pc_main_visual {
    display: none;
}
}
@media only screen and (max-width: 767px) {
    .sp_main_visual {
display: block;
    }
    .pc_main_visual {
display: none;
    }
    }
@media only screen and (min-width: 768px) {
    .pc_main_visual {
display: block;
margin: 6em auto 0;
    }
    .sp_main_visual {
display: none;
    }
    }
/* 文字リンク */
.footer a.txt-link {
	color: #fff;
	text-decoration: underline;
	-webkit-text-decoration-color: #fffcd1 !important;
	text-decoration-color: #fffcd1 !important;
	text-underline-offset: 0.8ex !important;
	margin: auto 0.1em;
	padding: 0 0.1em;
}
.footer a.txt-link:hover {
	color: #fffcd1 !important;
}
.thanks_text {
    max-width: 800px;
    margin: 0 auto 6em;
}
.thanks_text h2 {
    color: #EE7B00;
    margin: 0 0 1em 0;
    font-size: 1.7em;
    text-align: left;
}
/* HubSpotチャット */
#hubspot-messages-iframe-container {
    margin-right: -10px;
    margin-bottom: 68px;
}
@media only screen and (max-width: 767px) {
	#hubspot-messages-iframe-container {
	max-width: 95%;
    max-height: 81%;
    margin-right: -3px;
	margin-bottom: 46px;
	}
}
/* ページ内リンクにヘッダーバーの余白 */
#original05, #original07, #original09, #original10, #original-contact {
	display: block;
	padding-top: 100px;
	margin-top: -100px;
}
@media only screen and (max-width: 1200px) {
	#original05, #original07, #original09, #original10, #original-contact {
	padding-top: 55px;
	margin-top: -55px;
	}
}
/* 投稿記事最下部 Map-Linkのサービス概要 */
.summary-of-seo {
	border: solid 3px #EF6C00;
	border-radius: 8px;
	margin: 5rem 0;
    padding: 0;
}
.summary-of-seo h2 {
	background: url(../../uploads/2022/08/bg.jpg) no-repeat;
	background-position: 20% 44%;
    border-radius: 4px 4px 0 0;
    color: #fff;
	margin: 0 !important;
    padding: 0.8em;
}
.summary-of-seo .info-seo {
	counter-reset: number 0;
	padding: 1.2em;
}
.summary-of-seo .info-seo h3 {
	position: relative;
	color: #ee5c00;
	font-size: 22px;
	padding: 10px 0;
	text-align: center !important;
	margin: 2.5em 0 2.3em;
}
.summary-of-seo .info-seo h3:before {
	content: "";
	position: absolute;
	top: -8px;
	left: 50%;
	width: 150px;
	height: 58px;
	border-radius: 50%;
	border: 5px solid #ffb53c;
	border-left-color: transparent;
	border-right-color: transparent;
	transform: translateX(-50%);
}
.summary-of-seo .info-seo h4 {
	position: relative;
	font-size: 125%;
	margin: 0.6em 0;
    padding: 0 0 0 2em;
}
.summary-of-seo .info-seo h4::before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	counter-increment: number 1;
	content: counter(number) " ";
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #ffb53c;
	color: #fff;
	font-size: 21px;
	text-align: center;
}
.summary-of-seo p {
	margin-bottom: 1.2em;
}
.summary-of-seo p:last-child {
	margin-bottom: 0;
}
.summary-of-seo .w95 {
	max-width: 95%;
	margin: auto;
}
.flex.between {
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex.between .w48 {
	width: 48%;
	margin-bottom: 0.5em;
	letter-spacing: 0.05em;
}
.linkbtn {
	border-radius: 2px;
	padding: 1em 0.5em 1.1em;
}
.linkbtn.orange1 {
	background: #EE7A00;
}
.linkbtn.orange1:hover {
	background: #D96F00;
}
.linkbtn.orange2 {
	background: #EE5F00;
}
.linkbtn.orange2:hover {
	background: #D95600;
}
@media only screen and (max-width: 485px) {
	.summary-of-seo .info-seo h3 {
	margin: 1.5em 0 2em;
	}
	.flex.between .w48 {
	width: 100%;
	max-width: 100%;
	}
}
/* ブログ投稿装飾の登録 */
.single h2 {
	font-size: 1.5em;
	text-align: left;
}
h2.style2-1 {
	border-top: double 4px #EE7B00;
	border-bottom: double 4px #EE7B00;
	font-weight: 500;
	padding: 0.5em 0;
}
h2.style2-2 {
	background: linear-gradient(to top, #EE7B00, #F29A3C);
	border-radius: 1px;
	color: #fff;
	padding: 0.7em;
}
.single h3 {
	font-size: 1.4em;
	font-weight: 500;
	text-align: left;
}
h3.style3-1 {
	color: #555;
	border-bottom: solid 2px #EE7B00;
    padding: 0.7em 0.2em 0.6em;
}
h3.style3-1:first-letter {
	color: #EF6C00;
	font-size: 108%;
}
h3.style3-2 {
	background: #FCE9D6;
	border-left: solid 8px #EE7B00;
	border-radius: 1px;
	padding: 0.7em 0.6em;
}
.single h4 {
	font-size: 1.3em;
}
.single h4.article01-title {
	font-size: 0.9em;
    line-height: 1.6;
	margin-top: 1em;
}
h4.style4-1 {
	display: inline-block;
	color: #EE7B00;
    border-bottom: solid 1px orange;
    padding-bottom: 0.4em;
}
h4.style4-2 {
	position: relative;
	display: inline-block;
	font-weight: 500;
	padding: 0 1.7em;
}
h4.style4-2:before, h4.style4-2:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 1.25em;
	height: 1px;
	background-color: #EE7B00;
}
h4.style4-2:before {
	left:0;
	transform: rotate(60deg);
}
h4.style4-2:after {
	right: 0;
	transform: rotate(-60deg);
}
.single h5 {
	font-size: 1.2em;
	color: #EE7B00;
}
.single p {
	margin: 0 0 1.7em 0;
}
.marker {
	font-weight: bold;
	margin: 0 0.1em;
	padding: 0 0.1em;
}
.marker-green {
	background: linear-gradient(transparent 60%, #C5F5BA 60%);
}
.marker-yellow {
	background: linear-gradient(transparent 60%, #FCF1B1 60%);
}
.marker-orange {
	background: linear-gradient(transparent 60%, #FCD8B1 60%);
}
.marker-red {
	background: linear-gradient(transparent 60%, #FCBDB1 60%);
}
.marker-blue {
	background: linear-gradient(transparent 60%, #BFE6F8 60%);
}
.well, .well2, .well3, .waku01 {
    border-radius: 1px;
	padding: 1em 1.4em;
    line-height: 1.5;
}
.waku01 {
    border: 1px solid #EE7B00;
    border-radius: 3px;
    margin-bottom: 1.3em;
}
.list01 {
    list-style-type: disc !important;
}
.single ul.list01 {
	margin-left: 1.6em;
}
.list01 li {
    padding: 0.1em 0.1em 0.1em 0;
}
.list02 {
	padding-left: 0.6em;
	margin-left: 1.1em !important;
}
.list01 li::marker {
    color: #FA8510;
    font-size: 1.1em;
}
.list02 li::marker {
	color: #FA8510;
    font-size: 1.2em;
	font-weight: bold;
}
.bt_orange {
	background: #EE7B00;
	border-radius: 1px;
	color: #fff;
	line-height: 1.5;
    padding: 0.8em;
}
.bt_orange:hover, .bt_orange:focus {
	background-color: #EE5F00;
	color: #fff;
}
.w300 {
    width: auto;
    max-width: 300px;
}
.single a {
	color: #BA370F;
}
.single a:hover {
	color: #EE7B00;
}
.single a.txt-link {
	text-decoration: underline;
	-webkit-text-decoration-color: #EF5401;
	text-decoration-color: #EF5401;
	text-underline-offset: 0.5ex;
	margin: auto 0.1em;
	padding: 0 0.1em;
}
.widget_media_image {
    margin-top: 1.5em;
}
.widget_media_image img {
	transition: all .4s;
}
.widget_media_image img:hover {
	opacity: 0.8;
}
.side_widget ul {
	margin-left: 0;
}
.side_widget li {
    line-height: 200%;
    margin: 0 0 10px 0;
}
@media only screen and (max-width: 767px) {
	.post-header {
	text-align: left;
	}
}
@media only screen and (max-width: 485px) {
	.single h2 {
	font-size: 1.4em;
	}
	.single h3 {
	font-size: 1.3em;
	}
	.single h4 {
	font-size: 1.25em;
	}
}
/* 投稿ページ、カテゴリーページ 基本設定 */
.primary {
	margin-bottom: 2rem;
}
.header-bar-fixed ~ .signage {
	background-image: url(../../uploads/2022/08/bg.jpg) !important;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 238px;
	margin-top: 0;
}
.signage-title {
	display: block;
	margin-top: -1em;
    font-size: 2.4rem !important;
    font-weight: 600 !important;
    font-family: 'Noto Sans JP', sans-serif !important;
	color: #FFDC00 !important;
}
.single img, .single-post img {
	width: auto;
	max-width: 100%;
}
.single h1 {
	font-size: 2em !important;
}
.single h2, .single h3, .single h4, .single h5 {
	margin-bottom: 1.3rem;
}
.single h2 {
	margin-top: 7rem;
}
.single h3 {
	margin-top: 5rem;
}
.single h3.style3-1 {
	margin-top: 3rem;
}
.single h4 {
	margin-top: 5rem;
}
.single h5 {
	margin-top: 4rem;
}
.m3rem0 {
	margin: 3rem 0;
}
.w400 {
	width: 400px !important;
}
.w640 {
	width: 640px !important;
}
.img-border {
	box-sizing: border-box;
	border: 1px solid #cdcdcd;
	padding: 0.3rem;
}
.summary-of-seo h2 {
	text-align: center;
}
.archive h2.article03-title {
	text-align: left;
}
.archive .main {
	margin-bottom: 5em;
}
.styled-post-list1-meta .headline-font-type {
	font-family: 'Noto Sans JP', sans-serif;
}
.single ul h4, .single ol h4 {
	line-height: 1.7;
	margin-top: 0.5em;
	margin-bottom: 0.7em;
}
@media only screen and (max-width: 768px) {
	.single h1 {
	font-size: 1.6em !important;
	}
}
@media only screen and (max-width: 485px) {
	.header-bar-fixed ~ .signage {
	height: 150px;
	}
	.single h1 {
	font-size: 1.3em !important;
	}
}


/* 追加分 */
.header-bar-fixed{
	background:rgba(255,255,255,.8)!important;
}

.logo{
	width:auto;
}

.logo-image{
	padding-left: 30px;
	height:100%;
}

.logo-image a{
	display:block;
	height:100%;
}

.logo-image a img{
	width:300px;
}

.header-bar-inner{
	display:flex;
	justify-content: space-between;
	align-items:center;
	max-width:100%;
	height:100%;
}

section.select_section .inner{
	padding: 0;
}

.logo-list{
	margin-top: 30px;
}

.logo-list ul{
	display:grid;
	grid-template-columns: repeat(7,1fr);
	gap:10px;
}

.sec1 h2{
	margin:0 auto;
	width:100%;
	max-width:650px;
}

.sec2{
	position:relative;
	padding-top: 80px;
}

.sec2 h2{
	color:#2F2F2F;
}

.sec2 .inner{
	padding: 0;
}

.sec2-bg{
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:100%;
}

.sec2-bg  img{
	height:100%;
}

.sec2 ul{
	display:grid;
	grid-template-columns: repeat(3,1fr);
	gap:20px;
}

.sec2 ul li{
	background: #fff;
	-webkit-filter: drop-shadow(3px 3px 10px #ece9dc);
	filter: drop-shadow(3px 3px 10px #ece9dc);
			border-radius:10px;
			padding:20px;
}
.sec2 ul.pc-only li{
	display:flex;
	flex-direction: column;
	justify-content: space-between;
	-webkit-filter: drop-shadow(3px 3px 10px #ece9dc);
	filter: drop-shadow(3px 3px 10px #ece9dc);
}

.sec2 h3{
	color:#D5B661;
	font-size:25px;
}

.sec2  p{
	line-height: calc(21 /15 );
	font-size:15px;
	position:relative;
	z-index:2;
}

.sec2 ul li figure{
	margin:0 auto;
	width:100%;
	max-width:280px;
}

.sec2 img{
	width:100%;
}

.sec2 .sp-only{
	display:none;
}

.sec2 ul.sp-only li{
	display:flex;
	gap:20px;
}

.sec3{
	position:relative;
	margin-top: 50px;
}

.sec3 .inner{
	padding-top:2em;
}

.sec3 .sec3-bg{
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100%;
}

.sec3 .sec3-bg img{
	height:100%;
}

.sec3 h2{
	margin: 0;
	position:relative;
	color:#707070;
}
.sec3 h2:before{
	content:"";
	position:absolute;
	bottom:-10px;
	left:50%;
	transform:translateX(-50%);
	background: #707070;
	width: 100%;
	height:4px;
	max-width:900px;
}
.sec3 h2:after{
	content:"";
	position:absolute;
	bottom:-26px;
	left:50%;
	transform:translateX(-50%);
	background: #707070;
	width: 20px;
	height:20px;
	-webkit-clip-path:polygon(0 0,100% 0,50% 100%);
	clip-path:polygon(0 0,100% 0,50% 100%);
}

.sec3 p{
	color:#168000;
}

.sec3 .image{
	width: 50%;
	max-width:900px;
	margin: 30px auto 0 auto;
}

.mt30.black {
    color: #fff !important;
}

.sec4 .inner{
	padding: 0;
}

.sec4 figure{
	width:100%;
	max-width:70px;
	margin: 0 auto;
}

.sec4 h2{
	margin-top: -40px;
	margin-bottom: 0;
	color:#199100;
}

.sec4 p{
	color:#2F2F2F;
}

.sec5{
	margin-top: 100px;
}

.sec5 .sec5-1{
	background: #199100;
	padding: 50px 0 80px 0;
}

figure.icon{
	width:100%;
	max-width:90px;
	margin: 0 auto;
}

.sec5-1 .inner{
	padding: 0;
}

p.icon-text{
	text-align:center;
	color:#fff;
	font-size:30px;
	position:relative;
	margin-top: 10px;
	font-weight: bold;
}

p.icon-text-y{
	text-align:center;
	color:#199100;
	font-size:30px;
	position:relative;
	margin-top: 10px;
	font-weight: bold;
}

p.icon-text:after{
	content:"";
	width:45px;
	height:2px;
	background: #fff;
	position:absolute;
	bottom:-10px;
	left:50%;
	transform:translateX(-50%);
}

p.icon-text-y:after{
	content:"";
	width:45px;
	height:2px;
	background: #199100;
	position:absolute;
	bottom:-10px;
	left:50%;
	transform:translateX(-50%);
}

.sec5-1 h2{
	color:#fff;
}

.sec5-1 ul{
	display:grid;
	grid-template-columns: 1fr;
	gap:20px;
	margin-top: 60px;
	position:relative;
}
.sec5-1 ul .image{
	position:absolute;
	right:0;
	bottom:0; 
	width:auto;
}

.sec5-1 ul .image figure{
	width:100%;
	max-width:350px;
}

.sec5 .title{
	background: #fff;
	position:relative;
	display:flex;
	justify-content: center;
	padding: 20px 0;
	border-radius:20px;
}
.sec5 .title:after{
	content:"";
	background: #fff;
	width:64px;
	height:50px;
	position:absolute;
	bottom:-20px;
	left:50%;
	transform:translateX(-50%);
	-webkit-clip-path: polygon(0 0,100% 0 ,50% 100%);
	clip-path: polygon(0 0,100% 0 ,50% 100%);
}
.sec5 .title p{
	font-size:3rem;
	color:#F97300;
	font-weight: bold;
	line-height: 1;
	position:relative;
	z-index:3;
}
.sec5 .title p span{
	font-size:90px;
	line-height: 1;
	font-family: "Poppins", sans-serif;
}

.sec5-1 .left{
	width:100px;
	padding:15px;
	background: #F97300;
	box-sizing: border-box;
}
.sec5-1 .right{
	display:flex;
	align-items:center;
	background: #fff;
	width: calc(100% - 100px);
	border-radius:0 42px 42px 0;
	padding: 0 20px;
	box-sizing: border-box;
	font-weight: bold;
	color:#2F2F2F;
	font-size:1.5rem;
}

.sec5-1 li{
	display:flex;
	max-width:850px;
	width: calc(calc(850 / 1150) * 100%)
}
.sec5 .bottom{
	width: calc(calc( 880/1150 ) * 100%);
	max-width:880px;
	margin-left:auto;
	margin-right: auto;
}
.sec5 .bottom p{
	text-align: justify;
}

.sec5 .bottom h3{
	border-bottom: 3px solid #FFFFFF;
	padding-bottom: 5px;
	font-size:1.4rem;
}

.sec5-2{
	background: #fff;
	padding: 0 0 80px 0;
}

.sec5-3{
	background: #199100;
	padding: 0 0 80px 0;
	position:relative;
}
.sec5-3:after{
	content:"";
	background: #199100;
	width:100%;
	height:60px;
	position: absolute;
	bottom:-59px;
	left:0;
	-webkit-clip-path:polygon(0 0,100% 0,50% 100%);
	clip-path:polygon(0 0,100% 0,50% 100%);
}

.sec6{
	margin-top: 100px;
}

.sec6 h2{
	margin-bottom: 0;
	color:#2F2F2F;
}
/* .sec6 .image-outer{
	overflow:auto;
}
.sec6 .work-image{
	width:1500px;
	overflow-x:scroll;
} */
.record-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 50px;
}
.record-list li{
	box-sizing: border-box;
	width: calc( 100% / 5 );
	min-width: 160px;
	padding: 5px;
}
.sec7{
	position:relative;
	z-index:10;
}

.soudan-area h3{
	margin-top: 80px;
	margin-bottom: 0;
	color:#F97300;
}

.soudan-area ul{
	margin-top: 60px;
	display:grid;
	grid-template-columns: repeat(3,1fr);
	gap:30px;
}

.soudan-area ul li{
	position:relative;
}
.soudan-area ul li a{
	display:flex;
	justify-content: center;
	align-items:center;
	width:100%;
	max-width:350px;
	height:70px;
	border-radius: 35px;
	background: linear-gradient(#ffbb54 0%, #fe7f00 100%);
	color:#fff;
	font-weight: bold;
	text-align:center;
	line-height: 1.2;
}
.soudan-area ul li p{
	position:absolute;
	top:-35px;
	left:50%;
	transform:translateX(-50%);
	display:flex;
	align-items:center;
	justify-content: center;
	max-width:300px;
	width: calc(calc( 200/350 ) * 100%);
	height:40px;
	background: #fff;
	border-radius:25px;
	border: 3px solid #ffb14b;
	
}

.soudan-area ul li p span{
	position:relative;
	text-align:center;
	font-weight:bold;
	color: #2F2F2F ;
}
.soudan-area ul li p span:after{
	content:"";
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	bottom:-15px;
	width:10px;
	height:15px;
	-webkit-clip-path: polygon(0 0,100% 0,50% 100%);
	clip-path: polygon(0 0,100% 0,50% 100%);
			z-index:5;
			background: #fff;
}

.sec8{
	background: #199100;
	position:relative;
    padding-bottom: 1em;
}
.sec8 .bg{
	position:absolute;
	background: #fff;
	height:50vh;
	width:100%;
	top:-25vh;
	left:0;
	border-radius:50%;
}

.sec8 h2{
	margin-bottom: 0;
}

.sec8 .inner{
	padding-top:30vh;
}

.sec8 .media{
	display:grid;
	grid-template-columns: repeat(2,1fr);
	gap:30px;
	margin-top: 100px;
}

.sec8 .media .up{
	background: #fff;
	border-radius:20px;
	padding:30px;
	position:relative;
}

.sec8 p{
	line-height: 1.5;
}

.sec8 .worries{
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	top:-25px;
	color:#fff;
	background: #58B2D9;
	border-radius:25px;
	max-width:300px;
	width: calc(calc( 3/5 ) * 100%);
	display:flex;
	justify-content: center;
	align-items:center;
	height:50px;
}

.sec8 .profile{
	color:#58B2D9;
}

.sec8 .solve{
	font-size:1.4rem;
	margin-top: 20px;
}

.sec8 .kutikomi{
	font-size:2rem;
}

.sec8 .arrow{
	width:100%;
	max-width:100px;
	margin: 10px auto 20px auto;
	
}
.sec8 strong{
	color:#FF6930;
	font-size:3rem;
	display:block;
	line-height: 1.2;
}

.sec8 .voice-area{
	margin-top: 100px;
}

.sec8 .voice-icon{
	width:100%;
	max-width:135px;
	margin: 0 auto;
}

.sec8 .voice-area h2{
	margin-top: 20px;
}

.sec8 .voice-lists{
	display:grid;
	grid-template-columns: repeat(3,1fr);
	gap:40px;
	margin-top: 40px;
}

.voice-lists .image{
	width:100%;
	max-width:180px;
	margin: 0 auto;
}

.voice-lists li{
	background: #fff;
	border-radius:20px;
	padding-top: 30px;
	overflow:hidden;
	position:relative;
}

.voice-lists li p{
	text-align:center;
}

.voice-lists .meo-voice p{
	text-align:justify;
}

.voice-lists .meo-voice p.title{
	text-align:center;
}

.voice-lists .works{
	background: #F97300;
	display:flex;
	justify-content: center;
	align-items:center;
	width:100%;
	height:35px;
	color:#fff;
	font-weight: bold;
	margin: 10px 0;
}

.voice-lists .up{
	color:#F97300;
	font-weight: bold;
	font-size:1.5rem;
}

.voice-lists .up span{
	font-size:2.5rem;
}

.voice-lists .bottom{
	padding: 0 20px;
}


.voice-lists .bottom p{
	font-weight: bold;
}




.meo-voice {
	padding: 10px 20px 20px;
	border-radius: 0 0 20px 20px;
	margin-top: 0;
	position: relative;
}

.meo-voice p.title{
	margin: 0;
	font-size:16px;
	font-weight: bold;
}

.meo-voice p{
	font-size:15px;
}
.sec9{
	margin-top: 100px;
}

.sec9 .inner{
	padding: 0;
}
.sec9 h2{
	margin-bottom: 0;
}

.sec9 .text{
	margin-top: 90px;
	width:50%;
}

.sec9 .text .title{
	background: #FF6930;
	width:100%;
	max-width:440px;
	box-sizing: border-box;
	display:flex;
	justify-content: center;
	align-items:center;
	height:50px;
	border-radius:60px;
	color:#fff;
	font-weight: bold;
}

.sec9 .text strong{
	color:#FF6930;
	font-size:3rem;
	line-height: 1.2;
	display:block;
	margin-top: 20px;
}

.sec9 .media{
	background: #FBE58D;
	width:100%;
	margin-top: 20px;
}

.sec9 .media .inner{
	display:grid;
	grid-template-columns: repeat(2,1fr);
	gap:20px;
	position:relative;
	padding:40px 0 80px;
}

.sec9 .media .inner .image{
	position:absolute;
	right:0;
	bottom:0;
	width:50%;
}

.sec11 h2{
	color:#2F2F2F;
}

.wpcf7{
	background: none;
}

.wpcf7 select,input,.wpcf7 span{
	background: #fff;
	width:100%;
	max-width:100%;
	border-radius:5px;
}

span.must{
	background: #FC3131;
	width:70px;
	height:25px;
	display:grid;
	place-items:center;
	font-size:12px;
	color:#fff;
}


span.any{
	background: #BEBEBE;
	width:70px;
	height:25px;
	display:grid;
	place-items:center;
	font-size:12px;
	color:#fff;
}

.wpcf7 p{
	display:flex;
	align-items:center;
	gap:10px;
}

.wpcf7 textarea{
	height:100%;
}

.wpcf7 .textarea span{
	height:100%;
}

.wpcf7-spinner{
	display:none;
}

.submit-btn input{
	width:100%;
	max-width:350px;
	height:60px;
	display:flex;
	justify-content: center;
	align-items:center;
	color:#fff;
	background: linear-gradient(#ffbb54 0%, #fe7f00 100%);
	border-radius:30px;
	font-weight: bold;
}

.footer-logo{
	width:100%;
	max-width:400px;
	margin: 0 auto;
}

.company-profile{
	font-size:2.4rem;
}

.footer-company table{
	margin-top: 50px;
}

.footer-company table td{
	border-top:3px solid #DEDEDE;
	border-bottom:3px solid #DEDEDE;
	color:#2F2F2F;
}

.copyright{
	background: #FFA200;
	color:#fff;
	margin-top: 50px;
	display:flex;
	justify-content: center;
	align-items:center;
	line-height: 1.5;
}

.pc-none{
	display:none!important;
}

.voice-lists .bottom .flex{
	display:block;
}

@media(max-width:768px){
	.pc-none{
		display:block!important;
	}
	.sp-none,.pc-only{
		display:none!important;
	}
	.sec2 ul.sp-only{
		display:grid;
		grid-template-columns: 1fr;
		align-items:center;
	}
	.sec2 ul.sp-only .left{
		width: calc(calc( 130/360 ) * 100%)
	}
	.sec2 ul.sp-only .right{
		width: calc(calc( 230/360 ) * 100%)
	}
	.sec2 ul.sp-only .right h3,.sec2 ul.sp-only .right p{
		text-align:left;
	}
	.sec2 ul li{
		padding:10px;
		border: 2px solid #efe3c3;
box-shadow: 3px 3px 6px rgba(217, 207, 178, 0.54);
	}
	.sec2 h3,.sec5-1 h3 ,.sec5-2 h3,.sec5-3 h3{
		font-size:15px;
	}
	.sec2 p.annotation{
		font-size: 10px;
		text-align:left;
		font-weight: normal;
	}
	.sec5{
		margin-top: 30px;
	}
	.sec5 .bottom{
		width:100%;
	}
	.sec5 .bottom .media{
		display:grid;
		grid-template-columns: 1fr 1fr;
		gap:20px;
	}
	.sec5-1 li{
		width:100%;
	}
	.sec5 .title p span{
		font-size:32px;
	}
	.sec5 .title p{
		font-size:20px;
	}
	.sec5 .sec5-1,.sec5 .sec5-2,.sec5 .sec5-3{
		padding:30px 0;
	}
	.sec5 .bottom{
		margin-top: 20px!important;
	}
	.sec5 .title{
		padding:5px 0;
	}
	.sec6{
		margin-top: 50px;	
	}
	.record-list{
		margin-top: 20px;
	}
	.record-list li{
		width: calc( 100% / 2);
		min-width: auto;
	}
/* 	.sec6 figure.mt50{
		margin-top: 20px!important
	}
	.sec6 .work-image{
		width: 1000px;
	} */
	.sec7 .inner{
		padding:0;
	}
	.soudan-area h3{
		margin-top: 30px;
		margin-bottom: 10px;
		font-size:20px;
	}
	.soudan-area ul{
		grid-template-columns: 1fr;
		gap:50px;
	}
	.soudan-area ul li a{
		margin: 0 auto;
	}
	.sec8 .bg{
		height:10vh;
		top:-5vh;
	}
	.sec8 .inner{
		padding-top: 10vh;
	}
	.sec8 strong{
		font-size:24px;
	}
	.sec8 .voice-area{
		margin-top: 30px;
	}
	.sec8 .voice-lists{
		grid-template-columns: 1fr;
	}
	.sec8 .voice-lists .upper{
		display:flex;
		align-items:center;
		justify-content: center;
		gap:10px;
	}
	.voice-lists .image{
		max-width:100px;
		margin:0;
	}
	.voice-lists li .upper-area{
		min-height:auto;
	}
	.voice-lists .bottom .flex{
		display:flex;
		align-items:center;
		gap:10px;
		justify-content: center;
	}
	.sec9{
		margin-top: 30px;
	}
	.sec9 .text{
		margin-top: 30px;
		width:100%;
	}
	.original-section.sec9{
		padding: 0;
	}
	.sec9 .inner{
		width:94%;
	}
	.sec9 .text strong{
		font-size:24px;
		text-align:center;
	}
	.sec9 .media .inner{
		grid-template-columns: 1fr;
		padding:90px 0 30px 0;
	}
	.sec9 .media .inner .image{
		top:-190px;;
		width:100%;
		max-width:350px;
		right:50%;
		transform:translateX(50%);
	}
	.sec9 .media{
		margin-top:200px;
		
	}
	.plan-table{
		margin-top: 30px!important;
	}
	.footer table td{
		display:block;
		width:100%!important;
		border-bottom:none;
		border-top:0;
		padding: 10px 0;
	}
	.footer table tr td:nth-of-type(2){
		border-bottom:3px solid #DEDEDE;
	}
	.footer-logo{
		margin-top: 0;
		max-width:220px;
	}
	.footer-company td.company-td-left{
		padding: 10px 0 0 0;
	}
	.logo-list ul{
		display:grid;
		grid-template-columns: repeat(3,1fr);
		gap:10px;
	}
	.sec8 .kutikomi{
		font-size:2rem!important;
	}
}

@media(max-width:500px){
	p{
/* 		font-size:12px!important; */
		line-height:1.5;
	}
	h2{
		padding:0;
		margin-bottom: 10px !important;
	}
	.sec3 .image{
		width:100%;
	}
	.sec5.original-section{
		padding:0;
	}
	.sec5 .inner{
		padding: 0 10px;
	}
	.sec5 .title p{
		font-size:20px!important;
	}
	.sec5 .bottom h3{
		font-size: 18px;
	}
	figure.icon{
		max-width:40px;
	}
	.sec5-1 .right{
		font-size: 15px!important ;
	}
	.sec8 .profile{
		font-size: 20px;
	}
	.logo-list ul{
		gap:10px 3px;
	}
}



.shenron_hikaku_table th, .shenron_hikaku_table td {
	width: 20%;
	padding: 2em 0;
	text-align: center;
	vertical-align: middle;
	font-size: 1.3em;
}
.table_etc_1 {
	background-color: #00b10c40;
	border: 2px solid #fff;
}
.shshee1 {
    border-right: 4px solid #ffd940;
	border-left: 4px solid #ffd940;
	border-top: 4px solid #ffd940;
    padding: 1em !important;
    background-color: #ffd94082;
}
.shshee2, .shshee3, .shshee4, .shshee5 {
	border-right: 4px solid #ffd940;
	border-left: 4px solid #ffd940;
}
.shshee6 {
	border-right: 4px solid #ffd940;
	border-left: 4px solid #ffd940;
	border-bottom: 4px solid #ffd940;
}
.thti1 {
	background-color: #165e1b;
	color: #fff;
    border: 2px solid;
}
.shenron_hikaku_table span {
	border-bottom: 3px solid #ffd940;
	padding: 0 3px 5px;
	font-size: 1.1em;
	font-weight: bold;
}
.shenron_hikaku_table ul {
	width: fit-content;
	margin: 0 auto;
}
.shenron_hikaku_table ul li {
	border-bottom: 3px solid #ffd940;
	padding: 0 3px 5px;
	font-size: 1.1em;
	font-weight: bold;
	width: fit-content;
	margin: 15px;
}
.accordion {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.accordion-item {
    background: white;
    border-radius: 0.5rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    border: 1px solid #e2e8f0;
    overflow: hidden;
}
.accordion-header {
    width: 100%;
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    font-size: 1.2rem;
    font-weight: 600;
    color: #2F2F2F;
    transition: background-color 0.2s ease;
}

.accordion-icon {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
    color: #64748b;
}
.accordion-item.open .accordion-icon {
    transform: rotate(180deg);
}
.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    opacity: 0;
}
.accordion-item.open .accordion-content {
    max-height: 300px;
    opacity: 1;
}
.accordion-body {
	padding: 0 1.5rem 1rem 1.5rem;
	color: #2F2F2F;
	line-height: 1.6;
	text-align: left;
	font-weight: bold;
}
.hint {
    text-align: center;
    font-size: 0.875rem;
    color: #64748b;
    margin-top: 1.5rem;
}
.original-section.bgcolor.sec11 {
	padding-bottom: 1em;
}
.footer-bar01.ffftttfff {
	display: flex;
	justify-content: center;
	width: 85%;
	margin: 0 auto;
}
.ffftttfff .soudan-area {
	width: 65%;
}
.accordion-item.open span {
	border-bottom: 2px solid;
	padding-bottom: 10px;
}
.hhssiikk {
	width: 1000px;
	margin: 4em auto 0;
}
.mediappp {
    color: #fff;
}
.mt30.mt303060 {
    color: #2F2F2F !importants;
}


.slider-container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    padding: 0 80px;
}

.slider-wrapper {
    overflow: hidden;
    padding: 50px 0;
}

.slider-track {
    display: flex;
    gap: 30px;
    transition: transform 0.5s ease;
    align-items: center;
}

.slide {
    flex-shrink: 0;
    width: 400px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: bold;
    color: white;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 20px;
    transition: all 0.5s ease;
    opacity: 0.5;
    transform: scale(0.8);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.slide.active {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.95);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #333;
    transition: all 0.3s ease;
    z-index: 10;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.slider-arrow:hover {
    background: white;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.slider-arrow:active {
    transform: translateY(-50%) scale(0.95);
}

.slider-arrow.prev {
    left: 10px;
}

.slider-arrow.next {
    right: 10px;
}

/* インジケーター */
.slider-indicators {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
    transition: all 0.3s ease;
}

.indicator.active {
    background: #667eea;
    width: 30px;
    border-radius: 6px;
}

/* レスポンシブ対応 */
@media (max-width: 1200px) {
    .slider-container {
max-width: 1000px;
padding: 0 60px;
    }

    .slide {
width: 300px;
height: 250px;
font-size: 28px;
    }

    .slider-track {
gap: 20px;
    }
}

@media (max-width: 768px) {
.shenron_hikaku_table.pc {
    display: none;
}

    .slider-container {
padding: 0 40px;
    }

    .slide {
width: 250px;
height: 200px;
font-size: 24px;
    }

    .slider-track {
gap: 15px;
    }

    .slider-arrow {
width: 45px;
height: 45px;
font-size: 18px;
    }
}

@media (max-width: 480px) {
    .slider-container {
padding: 0 30px;
    }

    .slide {
width: 200px;
height: 160px;
font-size: 20px;
    }

    .slider-track {
gap: 10px;
    }
}







@media only screen and (max-width: 670px) {
.hhssiikk {
	width: 100%;
	margin: 4em auto 0;
}
.logo-image a img {
	width: 100%;
}
.footer-bar01.ffftttfff {
	display: block;
	width: 100%;
}
.ffftttfff .soudan-area {
	width: 100%;
}
}






/* スマホ専用比較表のスタイル */
.mobile-comparison-wrapper {
    display: none;
    padding: 20px 15px;
    background: #f8f9fa;
}

@media (max-width: 768px) {
    .mobile-comparison-wrapper {
        display: block;
    }
}

.comparison-card {
    background: #ffffff;
    border-radius: 16px;
    margin-bottom: 25px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.comparison-header {
    background: #199100;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    padding: 18px 20px;
    text-align: center;
    letter-spacing: 0.5px;
}

.comparison-item {
    padding: 20px;
    border-bottom: 1px solid #e9ecef;
    background: #fafbfc;
}

.comparison-item:last-child {
    border-bottom: none;
}

.comparison-item.highlight {
    background: linear-gradient(135deg, #fff5e6 0%, #ffe8cc 100%);
    position: relative;
}

.company-logo {
    text-align: center;
    margin-bottom: 12px;
}

.company-logo img {
    max-width: 140px;
    height: auto;
}

.company-name {
    font-size: 14px;
    font-weight: bold;
    color: #495057;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 2px solid #dee2e6;
}

.comparison-value {
    font-size: 16px;
    font-weight: 600;
    color: #212529;
    text-align: center;
    line-height: 1.6;
}

.comparison-item.highlight .comparison-value {
    color: #EE7B00;
    font-size: 20px;
}

.support-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.support-list li {
    padding: 10px 0;
    padding-left: 28px;
    position: relative;
    font-size: 14px;
    line-height: 1.5;
    color: #EE7B00;
    font-weight: 600;
}

.support-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #EE7B00;
    font-weight: bold;
    font-size: 18px;
    top: 8px;
}

/* 既存のテーブルをPC専用に */
@media (max-width: 768px) {
    .shenron_hikaku_table {
        display: none !important;
    }
}

.fffcccttt {
    color: #fff !important;
}