@charset "utf-8";
/* 
html{
	overflow: auto;
} 
*/

body{
	transform: none;
}
body *, *::before, *::after{
	box-sizing: border-box;
}

body *{
	box-sizing: border-box;
}

p,h1,h2,h3,h4,h5,h6,span,ul,li,dl,dd,dt,tr,th,td,a{
	transform: rotate(0.03deg);
} 

#wrap{
	position: relative;
}

.txt_content,
.list_content{
	text-align: left;
}
	.txt_content p{
		margin-bottom: 25px;
	}

.list_content dl{
	border-bottom: solid 1px #ccc;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
	.list_content dl:first-child{
		border-top: solid 1px #ccc;
	}

.list_content dl dt,
.list_content dl dd{
	padding: 20px;
}

.list_content dl dt{
	min-width: 200px;
	width: 20%;
}
.list_content dl dd{
	width: 80%;
}
sup {
	font-size: 70%;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}
sub {
	font-size: 70%;
	vertical-align: bottom;
	position: relative;
	bottom: -0.1em;
}

@media screen and (max-width: 767px){
	.list_content dl{
		display: block;
	}
	.list_content dl dt{
		padding: 15px 10px 5px;
		min-width: inherit;
		width: 100%;
	}
	.list_content dl dd{
		padding: 0 10px 15px;
		width: 100%;
	}
}

#mainContent h2{
	width: 100%;
	position: relative;
	display: inline-block;
	margin-bottom: 1em;
	font-size: 30px;
	line-height: 1.5;
}
@media screen and (max-width: 600px){
	#mainContent h2{
		font-size: 20px;
	}
}


/* メインビジュアル
---------------------------------------------------------------------------*/
.mainVisual{
	background: url("../img/mainVisual_ai-search.png") no-repeat center;
}

#mainContent > div {
    padding: 0;
}

#mainContent .content_inner {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 0px;
}
body #mainBlock > .mainVisual > .mv_inner > h2 {
	font-size: 24px;
	text-align: center;
	width: 100%;
}
.mainVisual h2 span{
	font-size: 30px !important;
	color: #fff !important;
	display: block;
	width: fit-content;
	margin: 0 auto 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
}

#mainBlock > .mainVisual > .mv_inner > .mv_btn {
  position: absolute;
  top: 66%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 20px;
}
#mainBlock > .mainVisual > .mv_inner > .mv_btn a{
	position: relative;
	max-width: 320px;
	width: 100%;
	background-color: #fff;
	color: #005e66;
	font-size: 18px;
	font-weight: 700;
	line-height: 60px;
	transition: 0.3s;
}
#mainBlock > .mainVisual > .mv_inner > .mv_btn a::before{
	font-size: 15px;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f078";
	position: absolute;
	right: 20px;
	top: -4px;
}
#mainBlock > .mainVisual > .mv_inner > .mv_btn a:after{
	font-size: 15px;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f078";
	position: absolute;
	right: 20px;
	top: 3px;
}
#mainBlock > .mainVisual > .mv_inner > .mv_btn a:hover{
	background-color: #005e66;
	color: #fff;
	text-decoration: none;
}

.hd01 {
    margin-bottom: 27px;
}
p.read_txt {
    font-size: 28px;
    margin: 0 auto;
	font-weight: bold;
	letter-spacing: 1px;
}

p.txt {
    font-size: 20px;
	margin: 20px auto;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	#mainContent > div {
		padding: 60px 20px;
	}
}

@media screen and (max-width: 767px) {
	.mainVisual h2{
		font-size: 4.0vw !important;
		min-width: 59vw;
	}
	.mainVisual h2 br{
		display: block;
	}
	.mainVisual h2 span:nth-of-type(1){
		font-size: 5.0vw !important;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	#mainContent > div {
		padding: 60px 20px;
	}
	#mainBlock > .mainVisual{
		height: 60vw;
	}
	#mainBlock > .mainVisual > .mv_inner > .mv_btn {
		display: block;
		top: 70%;
	}
	#mainBlock > .mainVisual > .mv_inner > .mv_btn a{
		display: block;
		margin: 0 auto;
		max-width: 60vw;
		font-size: 3vw;
		line-height: 8vw;
	}
	#mainBlock > .mainVisual > .mv_inner > .mv_btn a + a{
		margin-top: 3vw;
	}
	#mainBlock > .mainVisual > .mv_inner > .mv_btn a::before{
		font-size: 1.96vw;
		right: 2.61vw;
		top: -0.52vw;
	}
	#mainBlock > .mainVisual > .mv_inner > .mv_btn a:after{
		font-size: 1.96vw;
		right: 2.61vw;
		top: 0.39vw;
	}
}

@media screen and (max-width: 600px){
	p.read_txt {
	    font-size: 24px;
	    text-align: center;
	    margin: 0 auto 20px;
	}
}

@media screen and (max-width: 480px){
	.hd01 {
		margin-bottom: 20px;
	}
}


/* AI対策（AIO/LLMO）とは
---------------------------------------------------------------------------*/
#mainContent > section#sec_about{
	padding-top: 130px;
	padding-bottom: 50px;
}
#sec_about .content_inner h2{
	text-align: center;
}
#sec_about .content_inner h2 br{
	display: none;
}
#sec_about p{
	font-size: 18px;
}
#sec_about p span{
	color: #ff7f00;
	font-weight: 700;
}

.contact_btn{
    transform: rotate(0.03deg);
    margin: 40px auto 0;
    max-width: 300px;
    width: 100%;
}
.contact_btn a{
    background: #ff7f00;
    border: 1px solid #ff7f00;
    display: block;
    color: #fff;
    padding: 15px;
    transition: 0.3s all ease;
    position: relative;
}
.contact_btn a:after{
    content: '\f078';
    font-family: 'FontAwesome';
	font-weight: 400;
    font-size: 1.2rem;
	position: absolute;
    top: 50%;
	right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.contact_btn a:hover{
    background: #fff;
    color: #ff7f00;
    text-decoration: none;
}

@media screen and (max-width: 800px){
	#mainContent > section#sec_about{
		padding-top: 60px;
	}
	#sec_about .content_inner h2 br{
		display: block;
	}
	#sec_about p{
		text-align: left;
	}
	#sec_about p{
		font-size: 16px;
	}
}


/* AI検索を導入するメリット
---------------------------------------------------------------------------*/
#mainContent > section#sec_merit{
	padding-top: 50px;
	padding-bottom: 25px;
}
#sec_merit .content_inner{
	max-width: 100%;
	background-color: #fff9d9;
	padding: 55px 0 100px;
}
#sec_merit .content_inner h2{
	padding: 0 20px;
}
#sec_merit .content_inner h2 br{
	display: none;
}
#sec_merit .content_inner .card_wrap{
	max-width: 1140px;
	width: 100%;
	margin: 30px auto 0;
	padding: 0 20px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	gap: 3.64%;
}
#sec_merit .content_inner .card_wrap .card{
	position: relative;
	width: calc((100% - (3.64% * 2)) / 3);
	padding: 60px 40px 40px 40px;
	background-color: #fff;
	text-align: left;
	box-sizing: border-box;
}
#sec_merit .content_inner .card_wrap .card .num{
	position: absolute;
	top: -26px;
	left: 0;
	right: 0;
	margin: 0 auto;
	max-width: 74px;
	width: 100%;
}
#sec_merit .content_inner .card_wrap .card .images{
	display: block;
	max-width: 224px;
	width: 100%;
	margin: 0 auto;
}
#sec_merit .content_inner .card_wrap .card h3{
	color: #ff7f00;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.444;
	text-align: center;
	margin: 25px auto 15px;
}
#sec_merit .content_inner .card_wrap .card p span{
	font-weight: 700;
}
#sec_merit .content_inner .merit_exsample{
    max-width: 1140px;
    padding: 0 20px;
    margin: 80px auto 0;
}
#sec_merit .content_inner .merit_exsample .contents{
	padding: 30px 20px 90px;
	box-sizing: border-box;
	background-color: #fff;
}
#sec_merit .content_inner .merit_exsample h3{
	font-size: 24px;
	font-weight: 700;
	margin: 0 auto 20px;
}
#sec_merit .content_inner .merit_exsample img{
	max-width: 900px;
	width: 100%;
}
#sec_merit .content_inner .merit_exsample p{
	max-width: 900px;
	text-align: right;
	margin: 5px auto 0;
}

@media screen and (max-width: 1100px){
	 #mainContent > section#sec_merit{
        padding: 0 0 20px;
	}
}
@media screen and (max-width: 767px){
	#sec_merit .content_inner{
		padding: 50px 0;
	}
	#sec_merit .content_inner .card_wrap{
		margin: 30px auto 0;
		padding: 0 20px;
		display: block;
	}
	#sec_merit .content_inner .card_wrap .card{
		display: flex;
		gap: 20px;
		max-width: 700px;
		width: 100%;
		margin: 0 auto;
		padding: 60px 30px 30px 30px;
	}
	#sec_merit .content_inner .card_wrap .card + .card{
		margin-top: 50px;
	}
	#sec_merit .content_inner .card_wrap .card .num{
		position: absolute;
		top: -26px;
		max-width: 74px;
	}
	#sec_merit .content_inner .card_wrap .card .images{
		display: block;
		max-width: 224px;
        width: 37%;
        height: 100%;
		margin: 0 auto;
	}
	#sec_merit .content_inner .card_wrap .card .txt{
        width: 59%;
	}
	#sec_merit .content_inner .card_wrap .card h3{
		color: #ff7f00;
		font-size: 18px;
		font-weight: 700;
		line-height: 1.444;
		text-align: left;
		margin: 10px auto 15px;
	}
	#sec_merit .content_inner .card_wrap .card h3 br{
		display: none;
	}
	#sec_merit .content_inner .merit_exsample{
		max-width: 1140px;
		padding: 0 20px;
		margin: 50px auto 0;
	}
	#sec_merit .content_inner .merit_exsample .contents{
		padding: 30px 20px 40px;
	}
	#sec_merit .content_inner .merit_exsample h3{
		font-size: 20px;
	}
	#sec_merit .content_inner .merit_exsample p{
		margin: 5px auto 0;
	}
}
@media screen and (max-width: 600px){
	#sec_merit .content_inner .card_wrap .card{
		display: block;
        padding: 50px 20px 20px 20px;
	}
	#sec_merit .content_inner .card_wrap .card + .card{
		margin-top: 30px;
	}
	#sec_merit .content_inner .card_wrap .card .num{
		position: absolute;
		top: -15px;
		max-width: 60px;
	}
	#sec_merit .content_inner .card_wrap .card .images{
		max-width: 160px;
        width: 100%;
	}
	#sec_merit .content_inner .card_wrap .card .txt{
        width: 100%;
	}
	#sec_merit .content_inner .card_wrap .card h3{
		font-size: 16px;
		margin: 20px auto 10px;
	}
	#sec_merit .content_inner .card_wrap .card h3 br{
		display: none;
	}
	#sec_merit .content_inner .merit_exsample{
		max-width: 1140px;
		padding: 0 20px;
		margin: 50px auto 0;
	}
	#sec_merit .content_inner .merit_exsample .contents{
		padding: 30px 20px 40px;
	}
	#sec_merit .content_inner .merit_exsample h3{
		font-size: 20px;
	}
	#sec_merit .content_inner .merit_exsample p{
		margin: 5px auto 0;
	}
}
@media screen and (max-width: 480px){
	#sec_merit .content_inner h2 br{
		display: block;
	}
	#sec_merit .content_inner h3{
		font-size: 18px;
	}
	#sec_merit .content_inner h3 span{
		display: block;
	}
	#sec_merit .content_inner .card_wrap{
	    margin: 50px auto 0;
	}
	#sec_merit .content_inner .card_wrap .card{
	    width: 100%;
        padding: 40px 20px 20px;
	}
	#sec_merit .content_inner .card_wrap .card + .card{
		margin-top: 50px;
	}
	#sec_merit .content_inner .card_wrap .card .num{
		left: 0;
		right: 0;
		top: -30px;
		margin: 0 auto;
		font-size: 14px;
	    width: 60px;
	    height: 60px;
	}
	#sec_merit .content_inner .card_wrap .card .num span{
		font-size: 24px;
	}
	#sec_merit .content_inner .card_wrap .card h4{
		font-size: 16px;
		margin-bottom: 5px;
	}
	#sec_merit .why_recommend{
        margin: 50px auto 0;
		padding: 24px 20px;
	}
	#sec_merit .why_recommend h3{
		font-size: 18px;
	}
	#sec_merit .why_recommend ul{
		margin-top: 15px;
	}
}


/* よくある質問
---------------------------------------------------------------------------*/

#sec_faq ul + ul{
	margin-top: 32px;
}
#sec_faq ul:first-child{
	margin-top: 40px;
}
#sec_faq ul:last-child{
	margin-bottom: 0;
}
#sec_faq ul li{
	display: flex;
    align-items: baseline;
}
#sec_faq ul li p{
	text-align: left;
}
#sec_faq ul li:first-child{
	margin: 20px auto;
}
#sec_faq ul li:first-child p{
	font-size: 18px;
}
#sec_faq ul li:last-child p{
	font-size: 16px;
}
#sec_faq ul li span{
	font-size: 24px;
	min-width: 50px;
	height: 50px;
	border: 1px solid #ff7f00;
	border-radius: 50%;
	margin-right: 20px;
    text-align: center;/* ←文字を左右に中央揃え */
    line-height: 46px;/* ←文字を上下に中央揃え */
}
#sec_faq ul li:first-child span{
	background-color: #ff7f00;
	color: #fff;
}
#sec_faq ul li:last-child span{
	background-color: #fff;
	color: #ff7f00;
}
#sec_faq ul li a{
	text-decoration: underline;
}
#sec_faq ul li a:hover{
	text-decoration: none;
}
#sec_faq ul li .notice_list li{
	font-size: 14px;
	text-indent: -1em;
	padding-left: 1em;
	text-align: left;
}
#sec_faq ul li .remarksArea{
	background-color: #ffdbb7;
	padding: 15px;
	box-sizing: border-box;
}

#sec_faq ul li .tag01{
    background: #fff9d9;
    display: inline-block;
    padding: 2px 6px;
    font-weight: bold;
    margin-right: 5px;
}
#sec_faq ul li .tag02{
    background: #FFEDF1;
    display: inline-block;
    padding: 2px 6px;
    font-weight: bold;
    margin-right: 5px;
}

/* テーブル */
.faq-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 30px;
}

.faq-table th {
    background: #f5f7fa;
    font-weight: 600;
    vertical-align: middle;
    padding: 12px;
}

.faq-table th:first-child{
    width: 20%;
}

.faq-table td {
    border-bottom: 1px solid #979797;
    padding: 14px;
    vertical-align: middle;
}

@media screen and (max-width: 767px){
	#sec_faq ul li:first-child p{
		font-size: 16px;
	}
	#sec_faq ul li:last-child p{
		font-size: 14px;
	}
    .faq-table th,
    .faq-table td {
        padding: 8px;
        font-size: 12px;
    }
    .faq-table th:first-child {
      width: 30%;
    }
    #sec_faq ul li .notice_list li{
        font-size: 12px;
    }
}

@media screen and (max-width: 480px){
	#sec_faq ul{
		margin-bottom: 35px;
	}
	#sec_faq ul li:first-child{
		margin: 10px auto;
	}
	#sec_faq ul li:first-child p,
	#sec_faq ul li:last-child p{
		font-size: 14px;
	}
	#sec_faq ul li span{
		font-size: 20px;
		min-width: 40px;
		height: 40px;
		margin-right: 10px;
		line-height: 38px;
	}
}

/* お問い合わせ・ご相談
---------------------------------------------------------------------------*/

ul.btn {
    max-width: 260px;
	margin: 60px auto 55px;
}
ul.btn li {
    max-width: 260px;
}
ul.btn button{
    display: block;
    color: #fff;
    padding: 16px 0;
	font-size: 18px;
	font-weight: 700;
    transition: 0.3s all;
    max-width: 260px;
    width: 100%;
    background-color: #ff7f00;
	border: 1px solid #ff7f00;
	box-sizing: border-box;
	border: none;
    position: relative;
    transition: 0.3s;
	cursor: pointer;
}
ul.btn button:hover{
	background-color: #fff;
	color: #ff7f00;
}
ul.btn button:after{
    font-size: 10px;
    content: '\f054';
    font-family: 'FontAwesome';
    font-weight: 400;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

p.comment{
	font-size: 16px;
	margin-bottom: 1.5em;
}
p.comment a{
	color: #333;
	text-decoration: underline;
}
p.comment a:hover{
	text-decoration: none;
}

p.pcStyle span,
p.spStyle span{
	color: #aaaaaa;
}

#websiteArea .input_area{
    position: relative;
    z-index: 1;
}
.formStyle01 textarea{
	height: 390px;
    background: transparent;
    padding: 10px;
	line-height: 1.5;
}
.placeholder{
    position: absolute;
    left: 0;
    top: 0;
	z-index: -1;
	font-size: 90%;
    color: #999;
    padding: 10px;
}
.placeholder.hidden{
    display: none;
}
.formStyle01 .ninni{
    background: #8b8b8b;
    color: #fff;
    padding: 0 5px;
    font-size: 14px;
    margin-right: 10px;
}

@media screen and (max-width: 768px){
	p.comment{
		text-align: left !important;
	}
	.placeholder{
		font-size: 80%;
	}
}

@media screen and (max-width: 480px){
	#mainContent > div#Contact {
		padding: 40px 20px;
	}
	ul.btn {
		max-width: 280px;
		width: 100%;
		margin: 20px auto;
	}
	p.comment{
		font-size: 14px;
		margin-bottom: 1.3em;
	}
}

.txtArea p{
	font-size: 20px;
}
.txtArea p + p{
	margin-top: 1em;
}
.txtArea p span{
	font-weight: 700;
}
@media screen and (max-width: 767px){
	#mainContent > div.txtArea{
		padding-top: 0;
		padding-bottom: 0;
	}
	.txtArea p{
		font-size: 17px;
	}
}
@media screen and (max-width: 600px){
	.txtArea p{
		text-align: left;
		font-size: 16px;
	}
}