@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%;
}

@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_AIO.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{
	text-align: left;
	padding-top: 130px;
}
#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;
}

@media screen and (max-width: 767px){
	#mainContent > section#sec_about{
		padding-top: 60px;
	}
	#sec_about p{
		font-size: 16px;
	}
}
@media screen and (max-width: 480px){
	#sec_about .content_inner h2 br{
		display: block;
	}
}


/* なぜ今、対策が必要なのか
---------------------------------------------------------------------------*/
#sec_why h2{
	margin-bottom: 40px;
}
#sec_why h2 br{
	display: none;
}
#sec_why .content_inner{
	max-width: 100%;
	background-color: #ffeded;
	padding: 70px 0 100px;
}
#sec_why .content_inner h3{
	font-size: 24px;
	font-weight: 400;
}
#sec_why .content_inner h3 span{
	color: #e60000;
}
#sec_why .content_inner .card_wrap{
	max-width: 1140px;
	width: 100%;
	margin: 50px auto 0;
	padding: 0 20px;
	box-sizing: border-box;
}
#sec_why .content_inner .card_wrap .card{
	position: relative;
	width: calc(100% - 40px);
	margin: 0 0 0 auto;
	padding: 30px 30px 30px 68px;
	border: 1px solid #e60000;
	background-color: #fff;
	text-align: left;
}
#sec_why .content_inner .card_wrap .card + .card{
	margin-top: 40px;
}
#sec_why .content_inner .card_wrap .card .num{
	position: absolute;
	top: 0;
	bottom: 0;
	left: -40px;
	margin: auto 0;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    width: 80px;
    height: 80px;
    background-color: #e60000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    line-height: 1;
}
#sec_why .content_inner .card_wrap .card .num span{
	display: inline-block;
	font-size: 40px;
}
#sec_why .content_inner .card_wrap .card h4{
	color: #e60000;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
}
#sec_why .why_recommend{
	border: 1px solid #ff7f00;
	max-width: 720px;
	width: 100%;
	margin: 100px auto 0;
	padding: 40px 20px;
	text-align: center;
	display: block;
}
#sec_why .why_recommend h3{
	font-size: 24px;
	font-weight: 400;
}
#sec_why .why_recommend ul{
	margin-top: 28px;
	padding-left: 0;
	list-style: none;
	display: inline-block;
}
#sec_why .why_recommend ul li{
	position: relative;
	text-align: left;
	padding-left: 26px;
}
#sec_why .why_recommend ul li span{
	color: #ff7f00;
	font-weight: 700;
}
#sec_why .why_recommend ul li + li{
	margin-top: 6px;
}
#sec_why .why_recommend ul li::before{
	position: absolute;
	top: 5px;
	left: 0;
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url('../img/icon_check.png');
}

@media screen and (max-width: 1100px){
	 #mainContent > section#sec_why{
        padding: 0 0 20px;
	}
}
@media screen and (max-width: 767px){
	#sec_why .content_inner{
		padding: 50px 0 50px;
	}
	#sec_why .content_inner h3{
		font-size: 20px;
	}
	#sec_why .content_inner .card_wrap{
	    margin: 30px auto 0;
	}
	#sec_why .content_inner .card_wrap .card{
	    width: calc(100% - 30px);
        padding: 20px 20px 20px 48px;
	}
	#sec_why .content_inner .card_wrap .card + .card{
		margin-top: 30px;
	}
	#sec_why .content_inner .card_wrap .card .num{
		left: -30px;
		font-size: 14px;
	    width: 60px;
	    height: 60px;
	}
	#sec_why .content_inner .card_wrap .card .num span{
		font-size: 28px;
	}
	#sec_why .why_recommend{
		width: calc(100% - 40px);
        margin: 50px auto 0;
		padding: 24px 20px;
	}
	#sec_why .why_recommend h3{
		font-size: 20px;
	}
	#sec_why .why_recommend ul{
		margin-top: 20px;
	}
}
@media screen and (max-width: 480px){
	#sec_why h2 br{
		display: block;
	}
	#sec_why .content_inner h3{
		font-size: 18px;
	}
	#sec_why .content_inner h3 span{
		display: block;
	}
	#sec_why .content_inner .card_wrap{
	    margin: 50px auto 0;
	}
	#sec_why .content_inner .card_wrap .card{
	    width: 100%;
        padding: 40px 20px 20px;
	}
	#sec_why .content_inner .card_wrap .card + .card{
		margin-top: 50px;
	}
	#sec_why .content_inner .card_wrap .card .num{
		left: 0;
		right: 0;
		top: -30px;
		margin: 0 auto;
		font-size: 14px;
	    width: 60px;
	    height: 60px;
	}
	#sec_why .content_inner .card_wrap .card .num span{
		font-size: 24px;
	}
	#sec_why .content_inner .card_wrap .card h4{
		font-size: 16px;
		margin-bottom: 5px;
	}
	#sec_why .why_recommend{
        margin: 50px auto 0;
		padding: 24px 20px;
	}
	#sec_why .why_recommend h3{
		font-size: 18px;
	}
	#sec_why .why_recommend ul{
		margin-top: 15px;
	}
}


/* AIO/LLMO対策の進め方
---------------------------------------------------------------------------*/
#sec_flow h2 br{
	display: none;
}
#sec_flow .content_inner .card_wrap .card{
	display: flex;
	border: 1px solid #ff7f00;
}
#sec_flow .content_inner .card_wrap .card + .card{
	position: relative;
	margin-top: 60px;
}
#sec_flow .content_inner .card_wrap .card + .card:before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: -45px;
	margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #ffdfbf;
}
#sec_flow .content_inner .card_wrap .card .num{
	background-color: #ff7f00;
	color: #fff;
	width: 80px;
    min-width: 80px;
	font-size: 15px;
	font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    line-height: 1;
}
#sec_flow .content_inner .card_wrap .card .num span{
	display: inline-block;
	font-size: 40px;
	font-weight: 800;
}
#sec_flow .content_inner .card_wrap .card .card_txt{
	text-align: left;
	padding: 30px;
}
#sec_flow .content_inner .card_wrap .card .card_txt h4{
	color: #ff7f00;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
}

@media screen and (max-width: 767px){
	#sec_flow .content_inner .card_wrap .card + .card{
		margin-top: 40px;
	}
	#sec_flow .content_inner .card_wrap .card + .card:before{
		top: -30px;
		border-left: 30px solid transparent;
		border-right: 30px solid transparent;
		border-top: 20px solid #ffdfbf;
	}
	#sec_flow .content_inner .card_wrap .card .num{
		width: 60px;
		min-width: 60px;
		font-size: 14px;
	}
	#sec_flow .content_inner .card_wrap .card .num span{
		font-size: 30px;
	}
	#sec_flow .content_inner .card_wrap .card .card_txt{
		padding: 20px;
	}
	#sec_flow .content_inner .card_wrap .card .card_txt h4{
		font-size: 17px;
		margin-bottom: 5px;
	}
}
@media screen and (max-width: 480px){
	#sec_flow h2 br{
		display: block;
	}
}


/* よくある質問
---------------------------------------------------------------------------*/

#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;
}


@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;
	}
}

@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;
	}
}