@media screen and (min-width: 668px),
print {
	.pc_off {
		display: none;
	}

	/*---メイン---*/
	#ad_main {
		margin: 60px 0 60px;
	}

	.ad_main_bg {
		background-image: url(/listing/img/ad_main_bg.webp);
		background-size: cover;
		padding-top: 40px;
	}

	.ad_main_contents {
		display: flex;
		align-items: center;
		width: 1200px;
		margin: 0 auto 60px;
		padding-bottom: 20px;
	}

	.ad_main_contents img {
		display: block;
		margin: 0 auto;
	}

	.ad_main_l img {
		margin-bottom: 20px;
	}

	.ad_main_tl {
		width: 630px;
	}

	.ad_main_media {
		width: 595px;
	}

	.ad_main_l a {
		display: block;
		width: 530px;
		box-sizing: border-box;
		border: 4px solid #ffffff;
		box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
		border-radius: 80px;
		background-color: #1a75ff;
		color: #ffffff;
		font-size: 24px;
		letter-spacing: 1px;
		line-height: 1.4;
		font-weight: 500;
		text-align: center;
		padding: 20px 0;
		margin: 0 auto;
		transition: 0.3s;
	}

	.ad_main_l a:hover {
		background-color: #114592;
		transition: 0.3s;
	}

	.ad_main_r {
		width: 605px;
	}

	#ad_main ul {
		width: 1200px;
		display: flex;
		margin: 0 auto;
		transition: 0.3s;
	}

	#ad_main ul li {
		transition: 0.3s;
	}

	#ad_main ul li:hover {
		background-color: #d5e2f7;
		transition: 0.3s;
	}

	#ad_main ul li a {
		display: block;
		width: 290px;
		box-sizing: border-box;
		font-size: 22px;
		color: #1a75ff;
		font-weight: 500;
		text-align: center;
		position: relative;
		border-left: 2px solid #e7e7e7;
		padding: 25px 0 40px 0;
	}

	#ad_main ul li:last-child {
		border-right: 2px solid #e7e7e7;
	}

	#ad_main ul li a::after {
		position: absolute;
		content: url(/listing/img/ad_arrow.webp);
		bottom: 10px;
		left: 50%;
		transition: 0.3s;
	}

	/*---ここまでメイン---*/
	/*---広告の種類---*/
	#ad_type {
		margin-bottom: 90px;
	}

	.ad_type_box {
		width: 1200px;
		margin: 0 auto 50px;
	}

	.ad_section_box {
		display: flex;
		flex-wrap: wrap;
	}

	.ad_section_tl_box {
		display: flex;
		align-items: baseline;
		gap: 40px;
		flex-direction: row-reverse;
		margin-bottom: 50px;
	}

	.ad_section_tl {
		font-size: 50px;
		line-height: 1.4;
		font-weight: 500;
	}

	.ad_section_sb {
		font-family: "Century Gothic";
		font-size: 24px;
		line-height: 1.4;
		color: #e60012;
		font-weight: bold;
	}

	#ad_type ul {
		display: flex;
		width: 1200px;
		padding: 50px 70px;
		gap: 40px;
		background-color: #fdf9f4;
	}

	#ad_type li {
		width: 330px;
	}

	#ad_type li img {
		display: block;
		margin-bottom: 25px;
	}

	.ad_ty_tl {
		font-size: 24px;
		line-height: 1.4;
		color: #e60012;
		font-weight: 500;
		margin-bottom: 25px;
		height: 60px;
	}

	.ad_ty_desc {
		font-size: 16px;
		line-height: 1.8;
		color: #000000;
		font-weight: 500;
	}

	/*---ここまで広告の種類---*/
	/*---反響の最大化ができる理由---*/
	#ad_max {
		margin-bottom: 90px;
	}

	.ad_red_tl_box {
		background-color: #e60012;
		text-align: center;
		padding: 60px 0 50px;
		position: relative;
		margin-bottom: 50px;
	}

	.ad_red_tl_box::after {
		position: absolute;
		content: url(/listing/img/ad_red_tl_bgsb.webp);
		left: 0;
		right: 0;
		bottom: -20px;
		margin: 0 auto;
		display: block;
	}

	.ad_red_sb {
		font-size: 24px;
		color: #ffffff;
		font-weight: 500;
		margin-bottom: 15px;
	}

	.ad_red_tl {
		font-size: 50px;
		color: #ffffff;
		font-weight: 500;
	}

	.ad_max_box {
		width: 1200px;
		align-items: center;
		margin: 0 auto;
	}

	.ad_max_desc {
		font-size: 24px;
		line-height: 50px;
		font-weight: 500;
		margin-bottom: 50px;
		text-align: center;
	}

	.ad_max_desc span {
		color: #e60012;
	}

	#ad_max ul {
		display: flex;
		flex-wrap: wrap;
		gap: 60px 30px;
		justify-content: center;
	}

	#ad_max li {
		width: 380px;
		box-sizing: border-box;
		position: relative;
	}

	.ad_max_list_tl {
		width: 370px;
		font-size: 20px;
		line-height: 27px;
		color: #ffffff;
		background-image: url(/listing/img/ad_max_list_tl.webp);
		text-align: center;
		height: 76px;
		position: relative;
		z-index: 1;
		filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.3));
		margin: 0 auto -40px;
		display: flex;
		align-items: center;
		justify-content: center;
		background-size: 100% 100%;
		background-repeat: no-repeat;
		z-index: 5;
		padding-bottom: 10px;
		font-weight: bold;
	}

	#ad_max li img {
		display: block;
		box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
		width: 100%;
		height: auto;
		position: static !important;
		z-index: 1;
	}

	/*---ここまで反響の最大化ができる理由---*/

	/* 成功事例 */
	.ad_jirei {
		padding: 0px 0 90px;
	}

	.ad_jirei .w1200 {
		width: 1200px;
		margin: auto;
		position: relative;
	}

	.ad_jirei_tit {
		width: 395px;
		padding: 50px 0;
		background: #fdf9f4;
		border: 1px solid #e21f1a;
		border-radius: 5px;
		box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
		position: absolute;
		top: 6px;
		left: 0;
		z-index: 5;
	}

	.ad_jirei_tit01 {
		width: 300px;
		height: 44px;
		background: #e21f1a;
		display: grid;
		place-content: center;
		color: #fff;
		font-size: 20px;
		font-weight: bold;
		position: relative;
		margin: auto;
	}

	.ad_jirei_tit01::after {
		content: "";
		position: absolute;
		left: 50%;
		bottom: -10px;
		transform: translateX(-50%);
		width: 0;
		height: 0;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 10px solid #e21f1a;
	}

	.ad_jirei_tit02 {
		color: #e21f1a;
		font-size: 44px;
		font-weight: bold;
		text-align: center;
		padding-top: 25px;
	}

	.ad_jirei_tit img {
		margin: auto;
		padding-top: 30px;
		display: block;
	}

	.ad_jirei_tit a {
		width: 340px;
		height: 78px;
		border-radius: 99px;
		background: #1a75ff;
		border: 2px solid #fff;
		box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
		font-size: 20px;
		font-weight: bold;
		color: #fff;
		display: grid;
		place-content: center;
		margin: 10px auto 0;
		transition: all .3s ease-in-out;
	}

	.ad_jirei_tit a:hover {
		background-color: #114592;
	}

	.ad_jirei .splide__list {
		height: unset;
	}

	.ad_jirei .splide__slide {
		display: block;
		padding: 8px 0px;
	}

	.ad_jirei_inner {
		width: 400px;
		border-radius: 5px;
		background: #fff;
		box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
		padding: 35px 30px;
		box-sizing: border-box;
		color: #000;
	}

	.ad_jirei_name {
		font-size: 24px;
		font-weight: bold;
		color: #e21f1a;
		text-align: center;
	}

	.ad_jirei_syubetu {
		padding-top: 23px;
	}

	.ad_jirei_syubetu p {
		font-size: 20px;
		font-weight: bold;
	}

	.ad_jirei_syubetu p:not(:last-of-type) {
		padding-bottom: 10px;
	}

	.ad_jirei_syubetu p span {
		width: 85px;
		height: 36px;
		border-radius: 3px;
		background: #f5f5f5;
		display: inline-grid;
		place-content: center;
		margin-right: 13px;
	}

	.ad_jirei_about {
		width: 100%;
		height: 212px;
		padding: 24px 25px 20px;
		background: #f5f5f5;
		box-sizing: border-box;
		position: relative;
		margin-top: 45px;
	}

	.ad_jirei_about_name {
		width: 205px;
		height: 36px;
		border-radius: 99px;
		background: #000;
		color: #fff;
		font-size: 20px;
		display: grid;
		place-content: center;
		position: absolute;
		top: -18px;
		left: 0;
		right: 0;
		margin: auto;
	}

	.ad_jirei_about_txt {
		font-size: 14px;
		font-weight: 500;
		line-height: 2;
	}

	/* ここまで成功事例 */




	/*---一般的な広告代理店との違い---*/
	#ad_difference {
		background-image: url(/listing/img/ad_dif_bg.webp);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		padding: 90px 0 130px;
	}

	.ad_dif_box {
		width: 1200px;
		margin: 0 auto;
	}

	#ad_different .ad_section_tl_box {
		margin-bottom: 80px;
	}

	.ad_dif_box img {
		display: block;
		width: 1200px;
	}

	/*---ここまで一般的な広告代理店との違い---*/
	/*---よくあるご質問---*/
	.ad_faq {
		padding-bottom: 100px;
	}

	.ad_faq .accordionlist {
		margin: 0;
		font-family: "Inter", sans-serif;
		width: 1000px;
		margin: auto;
	}

	.ad_faq .qa_list {
		display: block;
		overflow: hidden;
		cursor: pointer;
		box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
	}

	.ad_faq .qa_list:not(:last-of-type) {
		margin-bottom: 34px;
	}

	.ad_faq .qa_list .title {
		display: block;
		width: 100%;
		box-sizing: border-box;
		padding: 40px 60px 40px 90px;
		background-color: #fff;
		font-size: 20px;
		font-weight: bold;
		line-height: 1;
		color: #000;
		text-align: left;
		position: relative;
		width: 96%;
		margin: auto;
	}

	.ad_faq .qa_list .title:before {
		content: "";
		display: block;
		width: 30px;
		height: 30px;
		-webkit-mask-image: url(/listing/img/ad_faq_q.webp);
		mask-image: url(/listing/img/ad_faq_q.webp);
		mask-size: 30px;
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
		background-color: #0d73a2;
		position: absolute;
		top: 35px;
		left: 15px;
	}

	.ad_faq .qa_list .title::after {
		content: "";
		display: block;
		width: 1px;
		height: 50px;
		background: #ccc;
		position: absolute;
		top: 25px;
		left: 70px;
	}

	.ad_faq .qa_list dt {
		position: relative;
	}

	.ad_faq .qa_list dt .title.active {
		border-bottom: 1px solid #ccc;
		width: 96%;
		margin: auto;
	}

	.ad_faq .qa_list dd {
		display: none;
		padding: 30px 50px 30px 95px;
		background: #eee;
		margin: 0;
		background-color: #fff;
		text-align: left;
		font-size: 15px;
		line-height: 1.8;
		color: #000;
		position: relative;
		width: 96%;
		margin: auto;
		box-sizing: border-box;
	}

	.ad_faq .qa_list dd:before {
		content: "";
		display: block;
		width: 30px;
		height: 30px;
		-webkit-mask-image: url(/listing/img/ad_faq_a.webp);
		mask-image: url(/listing/img/ad_faq_a.webp);
		mask-size: 30px;
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
		background-color: #c80000;
		position: absolute;
		top: 35px;
		left: 15px;
	}

	.ad_faq .qa_list dd::after {
		content: "";
		display: block;
		width: 1px;
		height: 50px;
		background: #ccc;
		position: absolute;
		top: 29px;
		left: 70px;
	}

	.ad_faq .accordion_icon,
	.ad_faq .accordion_icon {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}

	.ad_faq .accordion_icon {
		width: 25px;
		height: 24px;
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 40px;
	}

	.ad_faq .accordion_icon span {
		position: absolute;
		left: 0px;
		width: 100%;
		height: 1px;
		background-color: #ccc;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-ms-border-radius: 4px;
		-moz-border-radius: 4px;
		-o-border-radius: 4px;
		transition: all 0.2s;
	}

	.ad_faq .accordion_icon span:nth-of-type(1) {
		margin: auto;
		top: 0;
		bottom: 0;
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
	}

	.ad_faq .accordion_icon span:nth-of-type(2) {
		top: 11px;
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
	}

	.ad_faq .accordion_icon.active span:nth-of-type(1) {
		display: none;
	}

	.ad_faq .accordion_icon.active span:nth-of-type(2) {
		top: 11px;
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
	}

	/*---ここまでよくあるご質問---*/

	.fun_inq {
		width: 1410px;
		border-radius: 10px;
		box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
		background: url(/function_list/img/inq_bg.webp);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		padding: 80px 0;
		position: relative;
		overflow: hidden;
		margin: 60px auto;
	}

	.fun_inq_w1410 {
		width: 1200px;
		margin: auto;
	}

	.fun_inq_inner {
		width: 945px;
	}

	.fun_inq_fukidashi {
		font-size: 40px;
		font-weight: bold;
		color: #fff;
		text-align: center;
		line-height: 1;
		padding-bottom: 20px;
	}

	.fun_inq_btn {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-top: 30px;
	}

	.fun_inq_btn a {
		width: 456px;
		height: 105px;
		display: grid;
		place-content: center;
		color: #fff;
		font-size: 24px;
		font-weight: 600;
		border-radius: 5px;
		transition: all .3s ease-in-out;
	}

	.fun_inq_btn li:nth-child(1) a {
		background: #e15036;
	}

	.fun_inq_btn li:nth-child(1) a:hover {
		color: #e15036;
		background: #fff;
	}

	.fun_inq_btn li:nth-child(2) a {
		background: #2d404f;
	}

	.fun_inq_btn li:nth-child(2) a:hover {
		color: #2d404f;
		background: #fff;
	}

	.fun_inq_hakase {
		position: absolute;
		bottom: -80px;
		right: 40px;
	}

	.fun_inq_flex {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 25px;
		padding-top: 30px;
	}

	.fun_inq_tel {
		font-size: 50px;
		font-weight: 600;
		color: #fff;
	}

	.fun_inq_tel i {
		padding-right: 10px;
	}

	.fun_inq_time {
		font-size: 20px;
		font-weight: 500;
		color: #fff;
	}

	/*---ここまでCTA---*/

}