@charset "UTF-8";

/* Tools */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
main,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.text-align-center {
	text-align: center;
}

.text-align-right {
	text-align: right;
}

.display-block {
	display: block;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.clearfix::before,
.clearfix::after {
	content: "";
	display: table;
}

.clearfix::after {
	clear: both;
}

.clear {
	clear: both;
}

/* show only  SP/PC
-------------------------------*/

.sp-only {
	display: none !important;
}

.sp-only-2 {
	display: none !important;
}

.pc-only {
	display: block !important;
}

.pc-only-2 {
	display: inline-block !important;
}

/* font
-------------------------------*/

.bold {
	font-weight: bold;
}

/* margin
-------------------------------*/

/* padding
-------------------------------*/

/* FONT */

.test-play-button {
	position: relative;
	z-index: 10000;
}

/* base */

html {
	font-size: 62.5%;
}

body {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.4rem;
	color: #121E2C;
	background: #ffffff;
	word-wrap: break-word;
	word-break: break-all;
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
}

input,
textarea,
select,
button {
	font-family: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}

select {
	color: inherit;
}

select::-ms-expand {
	display: none;
}

button {
	cursor: pointer;
	font: inherit;
	color: inherit;
}

/* Layout */

.l-body {
	width: 100%;
	overflow: hidden;
}

.l-body.is-fixed {
	position: fixed;
}

body.is-fixed .l-header {
	pointer-events: auto;
}

.l-header--purple .header-logo::before {
	opacity: 1;
}

.l-header--purple .header-logo img {
	opacity: 0;
}

.l-header--purple .header-bar.is-menu-opend .header-logo::before {
	opacity: 0;
}

.l-header--purple .header-bar.is-menu-opend .header-logo img {
	opacity: 1;
}

.l-header--purple .menu-btn {
	color: #121E2C;
}

.l-header--purple .menu-btn span {
	background: #121E2C;
}

.l-header--sp-purple .header-logo::before {
	opacity: 1;
}

.l-header--sp-purple .header-logo img {
	opacity: 0;
}

.l-header.is-black {
	color: #121E2C;
}

.l-header.is-black .menu-btn span {
	background: #121E2C;
}

.l-header.is-sp-black {
	color: #121E2C;
}

.l-header.is-sp-black .menu-btn span {
	background: #121E2C;
}

.l-simple-header {
	position: absolute;
	top: 15px;
	left: 0;
	width: 100%;
	height: 60px;
}

.l-navi {
	display: none;
	background: -o-linear-gradient(319.51deg, #81008E, #1D0031);
	background: linear-gradient(130.49deg, #81008E, #1D0031);
	padding: 90px 0 0;
	position: fixed;
	top: -15px;
	left: 0;
	width: 100%;
	height: calc(100% + 15px);
	z-index: 1000;
	color: #FFFFFF;
}

.l-navi__inner {
	padding: 25px 6.65% 6.65vw;
	overflow: auto;
	height: 100%;
}

.l-wrapper {
	position: relative;
	width: 86.7%;
	margin-left: auto;
	margin-right: auto;
}

.l-section {
	padding: 50px 0;
}

.l-section--pb0 {
	padding-bottom: 0;
}

.l-section--pt0 {
	padding-top: 0;
}

.l-request {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: #FFFFFF;
}

.l-request__close-btn {
	padding-top: 52px;
}

.l-form-content {
	padding: 120px 0 0;
}

.l-mini-content {
	padding: 120px 0 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.l-mainvisual {
	height: 100vh;
	min-height: 600px;
}

.l-mainvisual__inner {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}

.l-mainvisual__main {
	width: 86.7%;
	margin-left: auto;
	margin-right: auto;
}

.l-pagehead__main {
	width: 86.7%;
	margin-left: auto;
	margin-right: auto;
}

.l-page-2col {
	width: 86.7%;
	margin-left: auto;
	margin-right: auto;
	padding: 110px 0 0;
	position: relative;
}

.l-page-2col__main {
	background: #ffffff;
	padding: 20px;
	border-radius: 10px;
}

.l-single {
	padding: 100px 0 80px;
	position: relative;
}

.l-single::before {
	content: "";
	width: 100%;
	height: 80px;
	display: block;
	background: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
}

.l-single__sns {
	display: none;
}

.l-single__main {
	background: #ffffff;
	border-radius: 4px;
	margin-bottom: 20px;
}

.l-article {
	padding: 30px 0 50px;
	width: 88.4%;
	max-width: 763px;
	margin-left: auto;
	margin-right: auto;
}

/* Module */

.footer {
	padding: 50px 0 35px;
	width: 86.7%;
	margin-left: auto;
	margin-right: auto;
}

.footer__left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 50px;
}

.footer__logo {
	width: 148px;
}

.footer__logo img {
	display: block;
	width: 148px;
	height: auto;
}

.footer__sns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer__sns__item {
	width: 30px;
}

.footer__sns__item:not(:last-child) {
	margin-right: 19px;
}

.footer__sns__item a {
	display: block;
}

.footer__navi-wrap {
	margin-bottom: 55px;
}

.footer__navi {
	color: #ffffff;
}

.footer__navi__item {
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: .03em;
	line-height: 2.2;
	margin-bottom: 10px;
}

.footer__navi__item a {
	text-decoration: none;
}

/* Temporarily hide all pricing-related navigation and button entry points. */
.navi__item:has(> a[href^="/pricing"]),
.header-btns__item:has(> a[href^="/pricing"]),
.footer__navi__item:has(> a[href^="/pricing"]),
.button-area:has(a[href^="/pricing"]),
.ai-workbench__link[href^="/pricing"],
.cv-area__buttons > a[href^="/pricing"] {
	display: none !important;
}

.footer__buttons a:not(:last-child) {
	margin-bottom: 20px;
}

.footer__twitter {
	overflow-y: scroll;
	height: 446px;
	margin-top: 50px;
	border-radius: 10px;
}

.footer__link {
	margin-top: 50px;
	margin-bottom: 50px;
}

.footer__link--gray .footer__link__item {
	color: #7E7E7E;
}

.footer__link__item {
	color: #ffffff;
	letter-spacing: .02em;
	line-height: 1.7;
}

.footer__link__item:not(:last-child) {
	margin-bottom: 23px;
}

.footer__link__item a {
	text-decoration: none;
}

.bg-purple {
	background: -o-linear-gradient(319.51deg, #81008E, #1D0031);
	background: linear-gradient(130.49deg, #81008E, #1D0031);
}

.bg-purple--mt {
	margin-top: -25.5vw;
	padding-top: 25.5vw;
}

.bg-gray {
	background: #F2F4F7;
}

.button-primary {
	display: block;
	border: 2px solid #D4145A;
	text-align: center;
	width: 100%;
	max-width: 400px;
	padding: 17px 0;
	font-size: 1.8rem;
	font-weight: 700;
	text-decoration: none;
	border-radius: 64px;
	background: #D4145A;
	color: #ffffff;
	-webkit-box-shadow: 5px 5px 20px #D15EA1;
	box-shadow: 5px 5px 20px #D15EA1;
}

.button-primary--lg {
	font-size: 1.8rem;
	padding: 16px 0;
	border-radius: 84px;
}

.button-primary--md {
	font-size: 1.8rem;
	padding: 16px 0;
	border-radius: 84px;
}

.button-primary--shdw-dark {
	-webkit-box-shadow: 5px 5px 20px #930658;
	box-shadow: 5px 5px 20px #930658;
}

.button-primary--shdw-light {
	-webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.03);
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.03);
}

.button-primary--center {
	margin-left: auto;
	margin-right: auto;
}

.button-primary.is-loading {
	background: #CCC;
	border-color: #CCC;
	-webkit-box-shadow: none;
	box-shadow: none;
	pointer-events: none;
}

.button-primary--download:hover span::before {
	background-image: url(../images/icon_download_pink.svg);
}

.button-primary--download span::before {
	content: "";
	width: 17px;
	height: 16px;
	display: inline-block;
	background: url(../images/icon_download_white.svg) no-repeat center/contain;
	margin-right: 15px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.button-secondary {
	display: block;
	border: 2px solid #D4145A;
	text-align: center;
	padding: 17px 0;
	font-size: 1.8rem;
	font-weight: 700;
	text-decoration: none;
	border-radius: 64px;
	background: #ffffff;
	color: #D4145A;
	max-width: 400px;
}

.button-secondary--lg {
	font-size: 1.8rem;
	border-radius: 84px;
	padding: 16px 0;
}

.button-secondary--center {
	margin-left: auto;
	margin-right: auto;
}

.button-secondary--mt {
	margin-top: 40px;
}

.button-secondary--download:hover span::before {
	background-image: url(../images/icon_download_white.svg);
}

.button-secondary--download span::before {
	content: "";
	width: 17px;
	height: 16px;
	display: inline-block;
	background: url(../images/icon_download_pink.svg) no-repeat center/contain;
	margin-right: 15px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.button-tertiary {
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: .02em;
	line-height: 2.2;
}

.button-tertiary::after {
	content: "";
	width: 26px;
	height: 26px;
	display: inline-block;
	background: url(../images/arrow_news_list.svg) no-repeat center/contain;
	margin-left: 10px;
	vertical-align: middle;
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
}

.copyright {
	font-size: 1.2rem;
	letter-spacing: .05em;
	line-height: 1.7;
	color: #ffffff;
}

.footer__contact {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin-bottom: 24px;
	color: #ffffff;
	font-size: 1.2rem;
	font-style: normal;
	letter-spacing: .03em;
	line-height: 1.7;
}

.footer__contact a {
	color: inherit;
}

.copyright--gray {
	color: #7E7E7E;
}

.menu-btn {
	border: none;
	background: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 16px;
	height: 60px;
	font-size: .8rem;
	letter-spacing: .01em;
	font-weight: 700;
	padding-top: 28px;
	z-index: 1;
}

.menu-btn::before {
	content: "選單";
}

.menu-btn span {
	display: block;
	width: 26px;
	height: 2px;
	background: #ffffff;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.menu-btn span:first-child {
	top: 20px;
}

.menu-btn span:nth-child(2) {
	top: 25px;
}

.menu-btn span:nth-child(3) {
	top: 30px;
}

.menu-btn--under {
	color: #121E2C;
}

.menu-btn--under span {
	background: #121E2C;
}

.menu-btn--under.is-opend {
	color: #ffffff;
}

.menu-btn--under.is-opend span {
	background: #ffffff;
}

.menu-btn.is-opend {
	right: 20px;
	color: #ffffff !important;
}

.menu-btn.is-opend::before {
	content: "關閉";
}

.menu-btn.is-opend span {
	background: #ffffff !important;
}

.menu-btn.is-opend span:first-child {
	top: 23px;
	-webkit-transform: translateX(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
}

.menu-btn.is-opend span:nth-child(2) {
	opacity: 0;
}

.menu-btn.is-opend span:nth-child(3) {
	top: 23px;
	-webkit-transform: translateX(-50%) rotate(-45deg);
	-ms-transform: translateX(-50%) rotate(-45deg);
	transform: translateX(-50%) rotate(-45deg);
}

.header-bar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 90px;
	color: #ffffff;
	z-index: 1100;
}

.l-header.is-transition .header-bar .menu-btn {
	color: #121E2C;
}

.l-header.is-transition .header-bar .menu-btn span {
	background: #121E2C;
}

.header-logo {
	width: 154px;
	position: absolute;
	top: 50%;
	left: 6.65%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 3000;
}

.header-logo::before {
	content: "";
	width: 154px;
	height: 100%;
	display: block;
	background: url(../images/clickclickads-logo-purple.png?v=20260722-brand) no-repeat center/contain;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
}

.header-logo a {
	display: block;
	position: relative;
	line-height: 0;
}

.header-logo img {
	display: block;
	opacity: 1;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.header-logo--clickclick {
	width: 104px;
}

.header-logo--clickclick::before {
	width: 104px;
	height: 59px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.header-logo--clickclick img {
	width: 104px;
	height: auto;
	-webkit-filter: drop-shadow(0 8px 20px rgba(18, 30, 44, 0.18));
	filter: drop-shadow(0 8px 20px rgba(18, 30, 44, 0.18));
}

.header-logo.is-purple::before,
.l-header.is-fixed .header-bar:not(.is-menu-opend) .header-logo::before {
	opacity: 1;
}

.header-logo.is-purple img,
.l-header.is-fixed .header-bar:not(.is-menu-opend) .header-logo img {
	opacity: 0;
}

.header-logo.is-sp-purple::before {
	opacity: 1;
}

.header-logo.is-sp-purple img {
	opacity: 0;
}

.navi__item {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: .03em;
	line-height: 1.6;
}

.navi__item:not(:last-child) {
	margin-bottom: 16px;
}

.navi__item a {
	text-decoration: none;
	position: relative;
	display: block;
}

.navi__item.is-active a::before {
	content: "";
	width: 6px;
	height: 6px;
	display: block;
	background: #ffffff;
	border-radius: 50%;
	position: absolute;
	-webkit-transform: translate(-14px, 50%);
	-ms-transform: translate(-14px, 50%);
	transform: translate(-14px, 50%);
	bottom: 50%;
	left: 0;
}

.header-btns {
	margin-top: 45px;
}

.header-btns__item:not(:last-child) {
	margin-bottom: 20px;
}

.heading-1 {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 25px;
}

.heading-1 span {
	color: #a2009c;
}

.heading-1--center {
	text-align: center;
}

.heading-1--white {
	color: #ffffff;
}

.heading-1--mb-none {
	margin-bottom: 0;
}

.heading-1--mb-lg {
	margin-bottom: 30px;
}

.heading-2 {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 20px;
}

.heading-2--purple {
	color: #a2009c;
}

.heading-2--center {
	text-align: center;
}

.heading-2 span {
	color: #a2009c;
}

.heading-3 {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.7;
	text-align: center;
	color: #ffffff;
}

.heading-3--black {
	color: #121E2C;
}

.heading-3--purple {
	color: #a2009c;
}

.heading-3--left {
	text-align: left;
}

.heading-3--sp-left {
	text-align: left;
}

.heading-3 span {
	color: #a2009c;
}

.heading-4 {
	color: #a2009c;
	text-align: center;
	font-weight: 700;
	font-size: 2.0rem;
	line-height: 1.7;
	margin-bottom: -2px;
}

.heading-4__subtitle {
	color: #555;
	text-align: center;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.6;
	margin-top: 8px;
	margin-bottom: 18px;
}

.lead {
	width: 100%;
}

.lead__image {
	margin: 0 auto 30px;
	max-width: 400px;
}

.lead__image img {
	width: 100%;
}

.lead__main {
	margin-bottom: 25px;
}

.lead__text {
	margin-top: 20px;
}

.lead__text__note {
	font-size: 1.2rem;
	letter-spacing: .05em;
	font-weight: 400;
	color: #7E7E7E;
}

.list-1 {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: .02em;
	line-height: 1.4;
}

.list-1--mb-lg .list-1__item:not(:last-child) {
	margin-bottom: 10px;
}

.list-1__item {
	text-indent: -27px;
	padding-left: 27px;
}

.list-1__item:not(:last-child) {
	margin-bottom: 8px;
}

.list-1__item::before {
	content: "";
	width: 14px;
	height: 14px;
	display: inline-block;
	background: #A3009C;
	border-radius: 50%;
	margin-right: 13px;
	vertical-align: middle;
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
}

.list-1--weight-md {
	font-weight: 500;
}

.list-2 {
	font-size: 1.6rem;
	line-height: 1.48;
}

.list-2__item {
	text-indent: -23px;
	padding-left: 23px;
}

.list-2__item:not(:last-child) {
	margin-bottom: 16px;
}

.list-2__item::before {
	content: "";
	width: 10px;
	height: 10px;
	display: inline-block;
	background: #A3009C;
	border-radius: 50%;
	margin-right: 13px;
	vertical-align: middle;
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
}

.list-2__item--gray::before {
	background: #9294A4;
}

.list-2__item--pink::before {
	background: #E5435C;
}

.text {
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: .02em;
	line-height: 1.7;
}

.text p:not(:last-child) {
	margin-bottom: 1em;
}

.text sup {
	font-size: 1.2rem;
	color: #7E7E7E;
	vertical-align: top;
}

.text--bold {
	font-weight: 700;
}

.text-deco {
	color: #D4145A;
	background-image: -webkit-gradient(linear, left top, right top, from(#DB2E4F), to(#7523A7));
	background-image: -o-linear-gradient(left, #DB2E4F, #7523A7);
	background-image: linear-gradient(to right, #DB2E4F, #7523A7);
	background-size: cover;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
}

.text-deco.ie11 {
	color: #D4145A;
	background: none;
}

.mainvisual {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	position: relative;
}

.mainvisual__inner {
	position: relative;
	padding-top: 70px;
}

.mainvisual__text-lg {
	font-size: 3.1rem;
	font-weight: 700;
	line-height: 1.4;
	color: #ffffff;
	-webkit-filter: drop-shadow(0 0 20px #FF0095);
	filter: drop-shadow(0 0 20px #FF0095);
}

.mainvisual__text-sm {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: .1em;
	line-height: 1.7;
	color: #ffffff;
	-webkit-filter: drop-shadow(3px 2px 14px #B6016B);
	filter: drop-shadow(3px 2px 14px #B6016B);
	margin-top: 16px;
}

.mainvisual__buttons {
	margin-top: 28px;
	text-align: center;
}

.mainvisual__consul {
	font-weight: 500;
	letter-spacing: .02em;
	color: #ffffff;
	margin-top: 18px;
	display: inline-block;
	text-decoration: underline;
}

.mainvisual__movie {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100vw;
	height: 100%;
}

.mainvisual__movie video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.home-movie {
	border: 8px solid #ffffff;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
	background: #FFFFFF;
}

.home-movie::before {
	content: "";
	width: 100%;
	display: block;
	padding-top: 56.25%;
}

.home-movie iframe,
.home-movie__video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.home-movie__video {
	display: block;
	background: #000000;
	-o-object-fit: cover;
	object-fit: cover;
}

.service-wrap {
	position: relative;
	padding-bottom: 140px;
}

.service-wrap::before {
	content: "";
	width: 100%;
	height: 210px;
	display: block;
	background: url(../images/bg_service_sp.jpg?v=adshero-bg-20260625-nologo) no-repeat center/cover;
	position: absolute;
	bottom: 0;
	left: 0;
}

.service__item {
	display: block;
	background: #ffffff;
	text-decoration: none;
	border-radius: 10px;
	padding: 20px 20px 17px;
	margin-bottom: 20px;
	position: relative;
}

.service__top {
	background: #A3009C;
	color: #ffffff;
	text-align: center;
	border-radius: 10px;
	padding: 20px 0 18px;
}

.service__top__text-sm {
	font-weight: 700;
	letter-spacing: .02em;
	line-height: 2.2;
}

.service__top__logo {
	width: 213px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -2px;
}

.service__top__logo img {
	display: block;
	width: 100%;
	height: auto;
}

.service__top__logo--clickclick {
	width: 168px;
	margin-top: 2px;
}

.service__top__logo--clickclick img {
	width: 168px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.service__top__text-lg {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.7;
	margin-top: 9px;
}

.service__text {
	margin-top: 10px;
}

.service__list {
	margin-top: 11px;
}

.button-area {
	margin-top: 47px;
}

.button-area--ta-center {
	text-align: center;
}

.button-area--mt-sm {
	margin-top: 50px;
}

.button-area--mt-tiny {
	margin-top: 30px;
}

.button-area--mt-lg {
	margin-top: 90px;
}

.button-area__text {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.7;
	color: #ffffff;
	text-align: center;
	margin-bottom: 13px;
}

.button-area__text--purple {
	color: #a2009c;
}

.button-area__text--mb-lg {
	margin-bottom: 20px;
}

.request {
	background: #ffffff;
	border-radius: 10px;
	padding: 20px 20px 50px;
}

.request__item {
	-webkit-box-shadow: 5px 5px 20px #ECECEC;
	box-shadow: 5px 5px 20px #ECECEC;
	border-radius: 10px;
	padding: 22px 20px 25px;
	margin-bottom: 20px;
}

.request__company {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.request__company__icon {
	width: 26px;
	margin-right: 12px;
}

.request__company__text {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.7;
	color: #a2009c;
}

.request__list {
	margin-top: 22px;
}

.feature {
	margin-top: 20px;
}

.feature__item {
	margin-bottom: 35px;
}

.feature__item:nth-child(even) .feature__image {
	left: 50%;
	-webkit-transform: translateX(-50vw);
	-ms-transform: translateX(-50vw);
	transform: translateX(-50vw);
}

.feature__image {
	position: relative;
	left: calc(50% + 50vw);
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.feature__image--1 {
	width: 94.4vw;
}

.feature__image--2 {
	width: 88.3vw;
}

.feature__image--3 {
	width: 99.7vw;
}

.feature__image img {
	display: block;
	width: 100%;
}

.feature__main {
	margin-bottom: 18px;
}

.feature__heading {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.5;
	color: #a2009c;
}

.feature__heading span {
	display: block;
	font: 700 6rem Helvetica, "Noto Sans JP", sans-serif;
	opacity: .2;
	margin-bottom: 5px;
}

.feature__text {
	margin-top: 28px;
}

.works-wrap {
	background: url(../images/bg_works.jpg) no-repeat center/cover;
}

.works {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: -12px;
	margin-top: 30px;
}

.works__item {
	border: none;
	background: none;
	padding: 0;
	-webkit-filter: drop-shadow(4px 4px 24px rgba(0, 0, 0, 0.3));
	filter: drop-shadow(4px 4px 24px rgba(0, 0, 0, 0.3));
	position: relative;
	width: 48%;
	margin-bottom: clamp(12px, calc((100vw - 100px) * .04), 44px);
	border-radius: 4px;
	overflow: hidden;
}

.works__item:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.works__item::before {
	content: "";
	width: 60px;
	height: 60px;
	display: block;
	background: url(../images/icon_play_sp.svg) no-repeat center/contain;
	position: absolute;
	top: 38%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-filter: drop-shadow(10px 10px 24px rgba(0, 0, 0, 0.35));
	filter: drop-shadow(10px 10px 24px rgba(0, 0, 0, 0.35));
	z-index: 10;
}

.works__item::after {
	content: "";
	width: 100%;
	display: block;
	padding-top: 56.3%;
}

.works__item img {
	display: block;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	z-index: 4;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.works__caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 12;
	display: block;
	padding: 10px 12px 12px;
	text-align: left;
	color: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 30, 44, 0)), color-stop(24%, rgba(18, 30, 44, 0.74)), to(rgba(18, 30, 44, 0.94)));
	background: -o-linear-gradient(top, rgba(18, 30, 44, 0), rgba(18, 30, 44, 0.74) 24%, rgba(18, 30, 44, 0.94));
	background: linear-gradient(180deg, rgba(18, 30, 44, 0), rgba(18, 30, 44, 0.74) 24%, rgba(18, 30, 44, 0.94));
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.works__industry,
.works__title,
.works__metric {
	display: block;
}

.works__industry {
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: .02em;
	line-height: 1.3;
	color: #FFD7F1;
}

.works__title {
	margin-top: 3px;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.35;
}

.works__metric {
	margin-top: 4px;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.35;
	color: #ffffff;
}

.company-expl__feature {
	margin-bottom: 15px;
}

.company-expl__feature--white .company-expl__feature__item {
	background: #ffffff;
}

.company-expl__feature__item {
	font-size: 1.6rem;
	font-weight: 700;
	background: #FFEAF1;
	border-radius: 4px;
	padding: 12px 0;
	text-align: center;
	border-radius: 4px;
}

.company-expl__feature__item:not(:last-child) {
	margin-bottom: 10px;
}

.company-expl__feature__item span {
	font-size: 2rem;
	color: #a2009c;
}

.company-expl__slide {
	margin-bottom: -25px;
}

.company-expl__slide__item {
	width: 173px;
	padding: 15px 6px 25px;
}

.company-expl__slide__item span {
	-webkit-box-shadow: 5px 5px 20px #ECECEC;
	box-shadow: 5px 5px 20px #ECECEC;
	overflow: hidden;
	display: block;
	border-radius: 4px;
	background: #FFFFFF;
}

.media {
	padding: 0 0 45px;
}

.media__slide {
	margin-top: 30px;
}

.media__slide__item {
	width: 110px;
	padding: 0 5px;
}

.logo-slide {
	width: 100vw;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.logo-slide--not-slick {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.logo-slide [class*="__item"] {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.cv-area {
	border-radius: 4px;
	padding: 30px 20px;
	position: relative;
}

.cv-area__image {
	width: 370px;
	position: absolute;
	top: 0;
	left: -27px;
}

.cv-area__buttons {
	margin-top: 20px;
}

.cv-area__buttons a {
	margin-left: auto;
	margin-right: auto;
}

.cv-area__buttons a:not(:last-child) {
	margin-bottom: 20px;
}

.article-list-1-wrap {
	width: 100vw;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.article-list-1 {
	padding-bottom: 38px;
	width: calc(86.7% + 50px);
	margin-left: auto;
	margin-right: auto;
}

.article-list-1__item {
	-webkit-box-shadow: 5px 5px 20px #ECECEC;
	box-shadow: 5px 5px 20px #ECECEC;
	background: #ffffff;
	margin: 0 25px 20px;
	border-radius: 10px;
	overflow: hidden;
}

.article-list-1__content {
	display: block;
	height: 100%;
}

.article-list-1__image {
	position: relative;
}

.article-list-1__image::before {
	content: "";
	display: block;
	width: 100%;
	padding-top: 52.8%;
}

.article-list-1__image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.article-list-1__main {
	padding: 18px 20px 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.article-list-1__main--pd-lg {
	padding: 28px 20px 30px;
}

.article-list-1__company {
	font-size: 1.6rem;
	letter-spacing: .02em;
	line-height: 2.2;
	font-weight: 500;
	margin-bottom: 3px;
}

.article-list-1__date {
	font-weight: 700;
	letter-spacing: .02em;
	color: #7E7E7E;
	margin-bottom: 8px;
}

.article-list-1__head {
	font-size: 1.6rem;
	line-height: 2.2;
	font-weight: 700;
	letter-spacing: .02em;
}

.article-list-1__logo {
	height: 64px;
	text-align: center;
	margin-top: 15px;
}

.article-list-1__logo img {
	width: auto;
	height: 100%;
}

.article-list-1__tag {
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: .02em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-top: 11px;
	margin-bottom: -5px;
}

.article-list-1__tag__item {
	background: #FFEAF1;
	border-radius: 100px;
	padding: 7px 14px;
	margin-right: 10px;
	margin-bottom: 5px;
}

.article-list-2 {
	padding: 0 0 55px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.article-list-2 .slick-list {
	overflow: visible;
}

.article-list-2__item {
	display: block;
	width: 86vw;
	margin: 0 10px;
}

.article-list-2__item__inner {
	background: #ffffff;
	border-radius: 10px;
	padding: 20px;
}

.article-list-2__image {
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}

.article-list-2__image::before {
	content: "";
	width: 100%;
	display: block;
	padding-top: 56.1%;
}

.article-list-2__image img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
}

.article-list-2__tag {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-bottom: 7px;
}

.article-list-2__tag__item {
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: .02em;
	background: #7E7E7E;
	color: #ffffff;
	border-radius: 100px;
	padding: 7px 14px;
	margin-right: 10px;
	margin-bottom: 5px;
}

.article-list-2__company {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: .02em;
	line-height: 1.7;
	margin-bottom: 7px;
}

.article-list-2__title {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: .02em;
	line-height: 1.7;
	margin-bottom: 11px;
}

.article-list-2__title--purple {
	color: #a2009c;
}

.article-list-2__title--mt {
	margin-top: 15px;
}

.article-list-2__text {
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: .02em;
	line-height: 1.7;
}

.article-list-2__logo {
	height: 64px;
	text-align: center;
}

.article-list-2__logo img {
	height: 100%;
}

.article-list-2 .slick-dots {
	bottom: 0;
}

.article-list-2 .slick-dots li button::before {
	border-color: #ffffff;
}

.article-list-2 .slick-dots .slick-active button::before {
	background: #ffffff;
}

.article-list-2 .slick-prev,
.article-list-2 .slick-next {
	bottom: -20px;
}

.article-list-2 .slick-prev::before,
.article-list-2 .slick-next::before {
	border-color: #ffffff;
}

.article-list-2 .slick-prev {
	left: 35px;
}

.article-list-2 .slick-next {
	right: 35px;
}

.article-list-3 {
	margin-bottom: -20px;
}

.article-list-3__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background: #ffffff;
	border-radius: 10px;
	overflow: hidden;
	-webkit-box-shadow: 5px 5px 20px #ECECEC;
	box-shadow: 5px 5px 20px #ECECEC;
	margin-bottom: 20px;
}

.article-list-3__image {
	position: relative;
	overflow: hidden;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.article-list-3__image::before {
	content: "";
	width: 100%;
	display: block;
	padding-top: 56%;
}

.article-list-3__image img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
}

.article-list-3__main {
	padding: 20px 20px 18px;
}

.article-list-3__tag {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-bottom: 8px;
}

.article-list-3__tag__item {
	background: #7E7E7E;
	color: #ffffff;
	padding: 7px 14px;
	border-radius: 100px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: .02em;
	margin-right: 10px;
	margin-bottom: 5px;
}

.article-list-3__company {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: .02em;
	line-height: 1.7;
}

.article-list-3__title {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: .02em;
	line-height: 1.7;
	margin-bottom: 3px;
	margin-top: 15px;
}

.article-list-3__title--purple {
	color: #a2009c;
	margin-top: 0;
}

.article-list-3__text {
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: .02em;
	line-height: 1.7;
}

.article-list-3__text--mt {
	margin-top: 12px;
}

.article-list-3__logo {
	text-align: center;
	margin: 20px 0;
	height: 64px;
}

.article-list-3__logo img {
	height: 100%;
}

.article-list-4-wrap {
	width: 100vw;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.article-list-4 {
	padding-bottom: 38px;
	width: calc(86.7% + 50px);
	margin-left: auto;
	margin-right: auto;
}

.article-list-4__item {
	-webkit-box-shadow: 5px 5px 20px #ECECEC;
	box-shadow: 5px 5px 20px #ECECEC;
	background: #ffffff;
	margin: 0 25px 20px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	height: auto !important;
}

.article-list-4__image {
	position: relative;
}

.article-list-4__image::before {
	content: "";
	display: block;
	width: 100%;
	padding-top: 52.8%;
}

.article-list-4__image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.article-list-4__main {
	padding: 18px 20px 37px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.article-list-4__main--pd-lg {
	padding: 28px 20px 30px;
}

.article-list-4__company {
	font-size: 1.6rem;
	letter-spacing: .02em;
	line-height: 2.2;
	font-weight: 500;
	margin-bottom: 3px;
}

.article-list-4__date {
	font-weight: 700;
	letter-spacing: .02em;
	color: #7E7E7E;
	margin-bottom: 8px;
}

.article-list-4__head {
	font-size: 1.6rem;
	line-height: 2.2;
	font-weight: 700;
	letter-spacing: .02em;
}

.article-list-4__head::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.article-list-4__logo {
	height: 50px;
	text-align: center;
	margin-top: 22px;
}

.article-list-4__logo img {
	height: 100%;
}

.article-list-4__tag {
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: .02em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-top: 11px;
	margin-bottom: -5px;
}

.article-list-4__tag__item {
	background: #FFEAF1;
	border-radius: 100px;
	margin-right: 10px;
	margin-bottom: 5px;
	z-index: 20;
}

.article-list-4__tag__item a {
	color: #D4145A;
	padding: 7px 14px;
	background-image: -webkit-gradient(linear, left top, right top, from(#DB2E4F), to(#7523A7));
	background-image: -o-linear-gradient(left, #DB2E4F, #7523A7);
	background-image: linear-gradient(to right, #DB2E4F, #7523A7);
	background-size: cover;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
}

.article-list-5 {
	border-top: 1px solid #D9D9D9;
}

.article-list-5__item {
	position: relative;
	border-bottom: 1px solid #D9D9D9;
	padding: 20px 0;
}

.article-list-5__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 6px;
}

.article-list-5__date {
	display: block;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: .02em;
	line-height: 2.2;
	margin-right: 17px;
}

.article-list-5__cat {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	z-index: 3;
}

.article-list-5__cat__item {
	margin-right: 10px;
}

.article-list-5__cat__item a {
	display: block;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.6;
	color: #7e7e7e;
	background: #F2F4F7;
	padding: 5px 14px;
	border-radius: 64px;
}

.article-list-5__title {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: .02em;
	line-height: 2.2;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.article-list-5__title::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	display: block;
}

.article-list-6 {
	background: #ffffff;
	border-radius: 10px;
	padding: 0 20px;
}

.article-list-6__item {
	position: relative;
	padding: 20px 0 17px;
}

.article-list-6__item:not(:last-child) {
	border-bottom: 1px solid #D9D9D9;
}

.article-list-6__image {
	position: relative;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 24px;
}

.article-list-6__image img {
	display: block;
	width: 100%;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.article-list-6__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
}

.article-list-6__date {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: .02em;
}

.article-list-6__cat {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: 17px;
	position: relative;
	z-index: 3;
}

.article-list-6__cat__item {
	margin-right: 10px;
}

.article-list-6__cat__item a {
	display: block;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.6;
	color: #7e7e7e;
	padding: 5px 14px;
	border-radius: 64px;
	background: #F2F4F7;
}

.article-list-6__title {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: .02em;
	line-height: 2.2;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.article-list-6__title:hover {
	color: #D4145A;
	background-image: -webkit-gradient(linear, left top, right top, from(#DB2E4F), to(#7523A7));
	background-image: -o-linear-gradient(left, #DB2E4F, #7523A7);
	background-image: linear-gradient(to right, #DB2E4F, #7523A7);
	background-size: cover;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.article-list-6__title::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
}

.home-news-list-button {
	text-align: right;
	margin-top: 20px;
}

.page-head {
	height: 100%;
	position: relative;
	padding: 82px 0 0;
}

.page-head::before {
	content: "";
	width: 100vw;
	height: 100%;
	display: block;
	background: -o-linear-gradient(275.27deg, rgba(117, 35, 167, 0) 58.4%, rgba(92, 0, 112, 0.53) 96.21%);
	background: linear-gradient(174.73deg, rgba(117, 35, 167, 0) 58.4%, rgba(92, 0, 112, 0.53) 96.21%);
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.page-head--cr {
	padding: 95px 0 0;
}

.page-head--cr::before {
	background: #ffffff;
}

.page-head__main {
	position: relative;
}

.page-head__label {
	margin-bottom: 34px;
}

.page-head__label__logo {
	vertical-align: middle;
}

.page-head__label__text {
	font-size: 2rem;
	font-weight: 700;
	color: #a2009c;
	border-left: 1px solid #A3009C;
	padding-left: 20px;
	margin-left: 22px;
	vertical-align: middle;
}

.page-head__label--text-only .page-head__label__text {
	border-left: 0;
	padding-left: 0;
	margin-left: 0;
}

.page-head__heading {
	font-size: 3.1rem;
	font-weight: 700;
	letter-spacing: .03em;
	line-height: 1.5;
	margin-bottom: 10px;
}

.page-head__heading span {
	font-size: 1.7rem;
}

.page-head__heading strong {
	color: #a2009c;
}

.page-head__text {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: .1em;
	line-height: 1.8;
}

.page-head__image {
	width: 107.7%;
	margin-top: 13px;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.page-head__image img {
	margin-left: 5px;
}

.page-head__buttons {
	margin-top: 20px;
	text-align: center;
	position: relative;
	padding: 25px 0;
}

.page-head__buttons::before {
	content: "";
	width: 100vw;
	height: 100%;
	display: block;
	background: rgba(255, 255, 255, 0.8);
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.page-head button {
	position: relative;
}

.page-head__consul {
	font-weight: 500;
	letter-spacing: .02em;
	color: #7E7E7E;
	margin-top: 18px;
	display: inline-block;
	text-decoration: underline;
	position: relative;
}

.page-head-2 {
	padding: 100px 0 50px;
	overflow: hidden;
}

.page-head-2--simple .page-head-2__heading {
	margin-bottom: 0;
	font-size: 3.1rem;
	line-height: 1.7;
}

.page-head-2__heading {
	font-size: 3.5rem;
	font-weight: 700;
	letter-spacing: .03em;
	line-height: 1.4;
	text-align: center;
	color: #ffffff;
	margin-bottom: 40px;
}

.page-head-2__heading span {
	font-size: 60%;
	display: block;
	margin-top: 10px;
}

.page-head-2__inner {
	width: 86.7%;
	margin-left: auto;
	margin-right: auto;
}

.page-head-2__lead {
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: .02em;
	line-height: 2.2;
	color: #ffffff;
	margin-bottom: 30px;
}

.page-head-2__cv {
	background: #ffffff;
	border-radius: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
}

.page-head-2__cv__text {
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.7;
	margin-bottom: 27px;
}

.page-head-2__buttons a {
	margin-left: auto;
	margin-right: auto;
}

.page-head-2__buttons a:not(:last-child) {
	margin-bottom: 20px;
}

.merit {
	margin-bottom: -50px;
}

.merit__item {
	margin-bottom: 50px;
}

.merit__main {
	margin-bottom: 30px;
}

.merit__heading {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 20px;
}

.merit__heading strong {
	color: #a2009c;
}

.merit__heading__num {
	font: 700 6rem Helvetica, "Noto Sans JP", sans-serif;
	opacity: .2;
	color: #a2009c;
	display: block;
	margin-bottom: 5px;
}

.special {
	background: #ffffff;
	border-radius: 10px;
	padding: 20px 4%;
}

.special__table {
	width: 100%;
}

.special__table thead th {
	background: #F2F4F7;
	width: calc(50% / 2);
	font-size: 1.1rem;
	line-height: 1.3;
	font-weight: 700;
	vertical-align: middle;
	padding: 4px 0;
}

.special__table thead th:first-child {
	border-radius: 10px 0 0 0;
	width: 30px;
}

.special__table thead th:last-child {
	border-radius: 0 10px 0 0;
}

.special__table thead th:nth-child(2) {
	position: relative;
	width: calc(50% - 30px);
}

.special__table thead th:nth-child(2)::before {
	content: "";
	width: 100%;
	height: calc(100% + 14px);
	display: block;
	background: -o-linear-gradient(319.51deg, #81008E, #1D0031);
	background: linear-gradient(130.49deg, #81008E, #1D0031);
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 10px 10px 0 0;
}

.special__table thead th img {
	position: relative;
	width: calc(100% - 10px);
	margin-bottom: 14px;
}

.special__table tbody tr {
	border-bottom: 1px solid #D9D9D9;
}

.special__table tbody th,
.special__table tbody td {
	vertical-align: middle;
	padding: 5px 0;
}

.special__table tbody th {
	font-size: 1.2rem;
	font-weight: 700;
}

.special__table tbody td {
	text-align: center;
}

.special__table tbody td:first-of-type {
	background: rgba(163, 0, 156, 0.1);
}

.special__table tbody td img {
	width: 30px;
}

.special__table tbody td img[src*="double"] {
	width: 32px;
}

.special__table tbody td img[src*="cross"] {
	width: 25px;
}

.special__table--5col thead th {
	width: calc(60% / 3);
}

.special__table--5col thead th:nth-child(2) {
	width: calc(40% - 30px);
}

.special__table--5col tbody td:nth-child(3) {
	padding-left: 0;
}

.resolution {
	margin-bottom: -20px;
	margin-top: 40px;
}

.resolution__item {
	padding: 20px;
	border-radius: 10px;
	-webkit-box-shadow: 5px 5px 20px #ECECEC;
	box-shadow: 5px 5px 20px #ECECEC;
	margin-bottom: 20px;
	background: #ffffff;
}

.resolution__icon {
	text-align: center;
	margin-bottom: 20px;
}

.resolution__heading {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.7;
	margin-bottom: 17px;
}

.resolution__heading span {
	color: #a2009c;
}

.resolution__text {
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: .02em;
	line-height: 1.7;
}

.flow-chart {
	background: #ffffff;
	padding: 20px 5%;
	border-radius: 10px;
	margin-bottom: 20px;
}

.flow-chart__head__item {
	background: rgba(163, 0, 156, 0.1);
	font-weight: 700;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.flow-chart__head__item::before {
	content: "";
	width: 0;
	height: 0;
	display: block;
	position: absolute;
}

.flow-chart__head__item__num {
	font: 700 2.5rem Helvetica, "Noto Sans JP", sans-serif;
	color: rgba(162, 0, 156, 0.2);
	position: absolute;
	top: 0;
}

.flow-chart__head__item__sm {
	font-size: 1.0rem;
}

.flow-chart__content__head p {
	font-weight: 700;
}

.flow-chart__content__data {
	color: #ffffff;
	text-align: center;
	background: #F2F4F7;
	overflow: hidden;
	font-weight: 700;
	position: relative;
}

.flow-chart__content__data__gamehit {
	background: #A3009C;
}

.flow-chart__content__data__other {
	display: inline-block;
	padding: 12px 0;
	width: 28%;
	background: #7E7E7E;
	border-radius: 137px;
	position: absolute;
}

.flow-list {
	margin-bottom: -22px;
}

.flow-list__item {
	background: #ffffff;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 22px;
	position: relative;
	-webkit-box-shadow: 5px 5px 20px #ECECEC;
	box-shadow: 5px 5px 20px #ECECEC;
}

.flow-list__num {
	font: 700 9.6rem Helvetica, "Noto Sans JP", sans-serif;
	color: rgba(162, 0, 156, 0.2);
	position: absolute;
	bottom: 0;
	right: 15px;
}

.flow-list__text {
	margin-top: 10px;
}

.flow-list__note {
	font-size: 1.2rem;
	letter-spacing: .05em;
	line-height: 1.7;
	color: #7E7E7E;
	margin-top: 13px;
}

.support__item {
	background: #ffffff;
	border-radius: 10px;
	-webkit-box-shadow: 5px 5px 20px #ECECEC;
	box-shadow: 5px 5px 20px #ECECEC;
}

.support__item:not(:last-child) {
	margin-bottom: 20px;
}

.support__heading {
	padding: 32px 0 30px;
}

.support__text {
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: .02em;
	line-height: 1.6;
	padding: 28px 40px 42px;
}

.faq {
	background: #ffffff;
	border-radius: 10px;
	padding: 10px 20px;
}

.faq__item {
	padding: 30px 0;
}

.faq__item:not(:last-child) {
	border-bottom: 1px solid #D9D9D9;
}

.faq__question {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: .04em;
	line-height: 1.5;
	color: #7E7E7E;
	margin-bottom: 15px;
	text-indent: -1.1em;
	padding-left: 1.1em;
}

.faq__answer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.faq__answer__a {
	font-size: 2em;
	font-weight: 700;
	background: #A3009C;
	color: #ffffff;
	display: block;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 10px;
}

.faq__answer a {
	text-decoration: underline;
	text-underline-offset: 0.3em;
}

.faq__answer a:hover {
	text-decoration: none;
}

.filter-wrap {
	margin-bottom: 20px;
}

.filter {
	border: 1px solid #CCCCCC;
	font-weight: 700;
	background: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.filter:not(:last-child) {
	margin-bottom: 10px;
}

.filter:first-child span {
	padding: 0 33px 0 15px;
}

.filter span {
	padding: 0 15px;
	width: 90px;
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.filter select {
	border: none;
	padding: 0 40px 0 15px;
	height: 40px;
	border-left: 1px solid #CCCCCC;
	position: relative;
	background: url(../images/icon_arrow_filter.svg) no-repeat center right 15px/15px 10px;
	width: 100%;
	font-weight: 700;
}

.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 40px;
}

.page-numbers {
	border: 1px solid #D4145A;
	color: #D4145A;
	font-size: 2rem;
	font-weight: 700;
	border-radius: 4px;
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 5px;
}

.page-numbers.current {
	background: #D4145A;
	color: #ffffff;
}

.page-numbers.prev,
.page-numbers.next {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
}

.page-numbers.prev::before,
.page-numbers.next::before {
	content: "";
	width: 11px;
	height: 11px;
	display: block;
	border-top: 2px solid #D4145A;
	border-right: 2px solid #D4145A;
	position: absolute;
	top: 50%;
}

.page-numbers.prev::before {
	left: 55%;
	-webkit-transform: translate(-50%, -50%) rotate(225deg);
	-ms-transform: translate(-50%, -50%) rotate(225deg);
	transform: translate(-50%, -50%) rotate(225deg);
}

.page-numbers.next::before {
	left: 45%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.price {
	background: #ffffff;
	border-radius: 10px;
	padding: 20px;
}

.price__item {
	padding-bottom: 30px;
}

.price__item:not(:last-child) {
	margin-bottom: 20px;
	position: relative;
}

.price__item:not(:last-child)::before {
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	background: #D9D9D9;
	position: absolute;
	bottom: 0;
	left: 0;
}

.price__heading {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.7;
	text-align: center;
	background: #F2F4F7;
	border-radius: 100px;
	padding: 5px 0;
	margin-bottom: 20px;
}

.price__list {
	padding-left: 10px;
}

.price__note {
	font-size: 1.2rem;
	letter-spacing: .05em;
	line-height: 1.7;
	color: #7E7E7E;
	padding-left: 27px;
	margin-top: 17px;
}

.price__cv {
	text-align: center;
	margin-top: 46px;
}

.price__cv__text {
	font-size: 1.8rem;
	font-weight: 700;
	color: #a2009c;
	margin-bottom: 20px;
}

.price__cv__link {
	font-weight: 500;
	letter-spacing: .02em;
	color: #7E7E7E;
	text-decoration: underline;
	display: inline-block;
	margin-top: 25px;
}

.form {
	padding: 15px 0 0;
	max-width: 460px;
	margin-left: auto;
	margin-right: auto;
}

.form__text {
	margin-bottom: 8px;
}

.form__content {
	border: 1px solid #D9D9D9;
	border-radius: 5px;
	background: #FFFFFF;
	margin-bottom: 20px;
}

.form__item {
	padding: 10px 20px 12px;
	display: block;
	-webkit-tap-highlight-color: transparent;
	position: relative;
}

.form__item:not(:first-child) {
	border-top: 1px solid #D9D9D9;
}

.form__item:first-child {
	border-radius: 5px 5px 0 0;
}

.form__item:first-child::before {
	border-radius: 5px 5px 0 0;
}

.form__item:last-child {
	border-radius: 0 0 5px 5px;
}

.form__item:last-child::before {
	border-radius: 0 0 5px 5px;
}

.form__item::before {
	content: "";
	display: block;
	border: 1px solid #A3009C;
	position: absolute;
	top: -1px;
	left: -1px;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	pointer-events: none;
	z-index: 1;
}

.form__item.is-focus::before {
	opacity: 1;
}

.form__item.is-focus .form__label {
	color: #a2009c;
}

.form__item.is-error::before {
	border: 1px solid #D4145A;
	opacity: 1;
}

.form__label {
	cursor: text;
	display: block;
	border-right: none;
	vertical-align: middle;
	font-weight: 600;
	text-align: left;
	line-height: 1.43;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 1.2rem;
	letter-spacing: .05em;
	padding: 0 0 2px;
}

.form__label.is-error {
	border-color: #FF4B4B;
}

.form__label::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.form__error {
	font-size: 1.2rem;
	letter-spacing: .05em;
	line-height: 1.7;
	font-weight: 600;
	color: #D4145A;
	padding: 5px 9px 6px;
}

.form__message {
	color: #a3009c;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.6;
	margin: 14px 0 0;
	text-align: center;
}

.form__message--error {
	color: #D4145A;
}

.form__note {
	font-size: 1.2rem;
	color: #7E7E7E;
	line-height: 1.7;
	text-align: center;
	margin-top: 35px;
}

.form__note a {
	text-decoration: underline;
}

.form__note a:hover {
	text-decoration: none;
}

.form__note--left {
	text-align: left;
}

.form__detail {
	display: none;
}

.form__detail .form__item:first-child {
	border-top: 1px solid #D9D9D9;
}

.form__other-link {
	margin-top: 28px;
	text-align: center;
	letter-spacing: 0.02em;
	font-weight: 500;
	font-size: 1.6rem;
}

.form__other-link a {
	text-decoration: underline;
	color: #7E7E7E;
}

.form__other-link a:hover {
	text-decoration: none;
}

.input {
	letter-spacing: .05em;
	width: 100%;
	border: none;
	padding: 0;
	margin: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.input:focus {
	border-color: #666666;
	z-index: 10;
	position: relative;
}

.input.is-error {
	border-color: #FF4B4B;
	z-index: 10;
	position: relative;
}

.input::-webkit-input-placeholder {
	color: #C2C2C2;
}

.input::-moz-placeholder {
	color: #C2C2C2;
}

.input:-ms-input-placeholder {
	color: #C2C2C2;
}

.input::-ms-input-placeholder {
	color: #C2C2C2;
}

.input::placeholder {
	color: #C2C2C2;
}

.select-wrap {
	position: relative;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 7px;
	height: 34px;
}

.select-wrap:before {
	content: "";
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #121E2C;
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 10px;
	z-index: 15;
}

.select {
	padding: 0 11px;
	margin: 0;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	background: #ffffff;
	border-radius: 0;
	letter-spacing: .05em;
	border: 1px solid #D9D9D9;
	border-radius: 4px;
}

.select::-ms-expand {
	display: none;
}

.select:focus {
	border-color: #666666;
	z-index: 10;
	position: relative;
}

.select.is-error {
	border-color: #FF4B4B;
	z-index: 10;
	position: relative;
}

.textarea {
	outline: none;
	border: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 5px 0;
	resize: none;
	line-height: 1.38;
	overflow: auto;
	vertical-align: top;
	margin: 0;
	border-radius: 0;
	letter-spacing: .05em;
	height: 75px;
}

.textarea:focus {
	z-index: 10;
	position: relative;
}

.textarea::-webkit-input-placeholder {
	color: #C2C2C2;
}

.textarea::-moz-placeholder {
	color: #C2C2C2;
}

.textarea:-ms-input-placeholder {
	color: #C2C2C2;
}

.textarea::-ms-input-placeholder {
	color: #C2C2C2;
}

.textarea::placeholder {
	color: #C2C2C2;
}

.text-box {
	font-size: 1.6rem;
	line-height: 2.2;
	letter-spacing: 0.02em;
}

.text-box--sp-center {
	text-align: center;
}

.text-box span {
	font-weight: 700;
}

.text-box p:not(:last-of-type) {
	margin-bottom: 1em;
}

.text-box a {
	color: #D4145A;
}

.text-box a.black {
	color: #121E2C;
}

.text-box--ls-sm {
	line-height: 1.5;
}

.text-box--ls-sm p:not(:last-of-type) {
	margin-bottom: 1em;
}

.text-box--mb {
	margin-bottom: 30px;
}

.breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 20px 0 10px;
}

.breadcrumb__item {
	letter-spacing: .04em;
	font-weight: 500;
	margin-bottom: 7px;
}

.breadcrumb__item:not(:last-child)::after {
	content: "";
	width: 6px;
	height: 6px;
	display: inline-block;
	border-top: 1px solid #7E7E7E;
	border-right: 1px solid #7E7E7E;
	margin: 0 21px 0 8px;
	-webkit-transform: rotate(45deg) translateY(-3px);
	-ms-transform: rotate(45deg) translateY(-3px);
	transform: rotate(45deg) translateY(-3px);
}

.breadcrumb__item a {
	color: #7E7E7E;
}

.breadcrumb__item a:hover {
	text-decoration: underline;
}

.single-sns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 100;
}

.single-sns__item:not(:last-child) {
	margin-right: 10px;
}

.single-sns__item a {
	display: block;
}

.single-sns__item a img {
	display: block;
	width: 40px;
}

.single-sns__item button {
	border: none;
	background: none;
	padding: 0;
}

.single-sns__item button span {
	font-size: .9rem;
	font-weight: 700;
	letter-spacing: -.06em;
	color: #D4145A;
	background-image: -webkit-gradient(linear, left top, right top, from(#DB2E4F), to(#7523A7));
	background-image: -o-linear-gradient(left, #DB2E4F, #7523A7);
	background-image: linear-gradient(to right, #DB2E4F, #7523A7);
	background-size: cover;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: block;
	margin: 2px -3px 0;
}

.single-sns.is-fixed {
	position: fixed;
	top: 100px;
}

.single-sns.is-hidden {
	opacity: 0;
}

.single-sub.is-fixed {
	position: fixed;
	top: 100px;
}

.single-sub.is-absolute {
	position: absolute;
	top: auto;
	right: 0;
	bottom: 0;
}

.single-sub__main {
	background: #ffffff;
	padding: 20px 20px 7px;
	border-radius: 4px;
	margin-bottom: 30px;
}

.single-sub__table th,
.single-sub__table td {
	font-size: 1.6rem;
	letter-spacing: .02em;
	line-height: 1.5;
	padding-bottom: 13px;
}

.single-sub__table th {
	font-weight: 700;
	text-align: left;
	width: 90px;
}

.single-sub__table td {
	font-weight: 500;
}

.single-sub__table td a {
	color: #D4145A;
}

.single-sub__image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 18px;
}

.wp-content {
	font-size: 1.6rem;
	line-height: 2.2;
	font-weight: 500;
}

.wp-content p,
.wp-content ol,
.wp-content ul,
.wp-content table {
	margin-bottom: 2.2em;
	letter-spacing: .02em;
}

.wp-content h2,
.wp-content h3,
.wp-content h4,
.wp-content h5,
.wp-content h6 {
	font-weight: 700;
	margin-bottom: 20px;
}

.wp-content h2:not(:first-child),
.wp-content h3:not(:first-child),
.wp-content h4:not(:first-child),
.wp-content h5:not(:first-child),
.wp-content h6:not(:first-child) {
	margin-top: 80px;
}

.wp-content h2 {
	font-size: 2.5rem;
	line-height: 1.5;
}

.wp-content h3,
.wp-content h4,
.wp-content h5,
.wp-content h6 {
	font-size: 1.8rem;
	margin-bottom: 7px;
	line-height: 1.7;
}

.wp-content a:not([class]) {
	text-decoration: underline;
	color: #4967ca;
}

.wp-content a:not([class])[target="_blank"]:not(:has(img))::after {
	content: '';
	display: inline-block;
	max-width: 12px;
	max-height: 12px;
	width: 0.85em;
	height: 0.85em;
	margin-left: 5px;
	background: url(../images/icon_external_blue.svg) no-repeat center center/contain;
}

.wp-content strong {
	font-weight: bold;
}

.wp-content em {
	font-style: italic;
}

.wp-content ol:not([class]) {
	counter-reset: item;
}

.wp-content ol:not([class]) li {
	position: relative;
	padding-left: 1em;
}

.wp-content ol:not([class]) li:before {
	counter-increment: item;
	content: counter(item) ".";
	position: absolute;
	top: 0;
	left: 0;
	color: #9294A4;
}

.wp-content ul:not([class]) {
	counter-reset: item;
}

.wp-content ul:not([class]) li {
	position: relative;
	padding-left: 20px;
	text-indent: -20px;
}

.wp-content ul:not([class]) li:before {
	content: "";
	width: 10px;
	height: 10px;
	display: inline-block;
	background: #9294A4;
	border-radius: 50%;
	margin-right: 10px;
}

.wp-content table {
	width: 100%;
	border-top: 1px solid #D9D9D9;
}

.wp-content table tr {
	border-bottom: 1px solid #D9D9D9;
}

.wp-content table th,
.wp-content table td {
	padding: 10px 0 11px;
	line-height: 1.7;
	vertical-align: top;
}

.wp-content table th {
	font-weight: 700;
}

.wp-content table td {
	padding-left: 17px;
}

.wp-content table td:first-child {
	padding-left: 0;
	width: 90px;
}

.wp-content table td a img {
	display: inline;
}

.wp-content iframe {
	max-width: 100%;
}

.movie {
	width: 100%;
	margin-bottom: 40px;
	z-index: 100;
	border-radius: 10px;
	overflow: hidden;
}

.movie__inner {
	position: relative;
}

.movie__head {
	position: absolute;
	top: -2px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 243px;
	height: 22px;
	z-index: 1;
}

.movie__head img {
	width: 100%;
}

.movie__movie {
	position: relative;
	width: 100%;
	display: block;
	background: #000;
	overflow: hidden;
	padding: 0;
	margin: 0;
	border: none;
}

.movie__movie img {
	display: block;
	width: 100%;
}

.movie__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	display: block;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.movie__overlay.is-play {
	opacity: 0;
}

.movie__overlay::before {
	content: '';
	width: 70px;
	height: 70px;
	background: url(../images/icon_play_sp.svg) no-repeat center center/contain;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 10;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.movie__overlay:hover::before {
	opacity: .8;
}

.movie-play {
	display: none;
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 4000;
}

.movie-play__inner {
	height: 80vh;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.movie-play__player {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	position: relative;
}

.movie-play__player iframe {
	width: 100%;
	height: 100%;
}

.article-head {
	margin-bottom: 23px;
}

.article-head__company {
	font-size: 1.6rem;
	line-height: 2.2;
	font-weight: 700;
	margin-bottom: -2px;
	letter-spacing: .02em;
}

.article-head__title {
	font-size: 2.6rem;
	line-height: 1.5;
	font-weight: 700;
	margin-bottom: 3px;
}

.article-head__title--purple {
	color: #a2009c;
}

.article-head__text {
	font-size: 1.6rem;
	line-height: 2.2;
	font-weight: 500;
}

.article-head__tag {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-bottom: 12px;
}

.article-head__tag__item {
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: .02em;
	color: #ffffff;
	margin-right: 10px;
}

.article-head__tag__item a {
	display: block;
	padding: 7px 14px;
	background: #7E7E7E;
	border-radius: 100px;
}

.article-head__image {
	margin-top: 28px;
	border-radius: 10px;
	overflow: hidden;
}

.post-company {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 30px;
}

.post-company__image {
	width: 100px;
	margin-right: 10px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border: 1px solid #DADADA;
	position: relative;
}

.post-company__image::before {
	content: "";
	width: 100%;
	display: block;
	padding-top: 100%;
}

.post-company__image img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.post-company__name {
	font-size: 2rem;
	line-height: 1.5;
	letter-spacing: .04em;
	font-weight: 700;
	margin-bottom: 10px;
}

.post-company__text {
	font-size: 1.4rem;
	line-height: 1.48;
}

.case-detail {
	padding: 30px;
	margin-bottom: 20px;
}

.case-detail--before {
	background: #F6F7FF;
}

.case-detail--after {
	background: #FFEAF1;
	margin-bottom: 50px;
}

.case-detail__heading {
	font-size: 2.6rem;
	font-weight: 700;
	letter-spacing: .04em;
	line-height: 1.5;
	color: #6A6379;
	margin-bottom: 20px;
}

.case-detail__heading span {
	color: #D4145A;
	background-image: -webkit-gradient(linear, left top, right top, from(#DB2E4F), to(#7523A7));
	background-image: -o-linear-gradient(left, #DB2E4F, #7523A7);
	background-image: linear-gradient(to right, #DB2E4F, #7523A7);
	background-size: cover;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
}

.voice-detail {
	line-height: 2.2;
	letter-spacing: .02em;
	font-weight: 500;
}

.voice-detail p:not(:last-child) {
	margin-bottom: 1em;
}

.voice-detail p span {
	font-weight: 700;
}

.voice-detail a:not([class]) {
	text-decoration: underline;
	color: #4967ca;
}

.voice-detail a:not([class]):hover {
	text-decoration: none;
}

.voice-detail a:not([class])[target="_blank"]:not(:has(img))::after {
	content: '';
	display: inline-block;
	max-width: 12px;
	max-height: 12px;
	width: 0.85em;
	height: 0.85em;
	margin-left: 5px;
	background: url(../images/icon_external_blue.svg) no-repeat center center/contain;
}

.voice-detail h2 {
	font-size: 2.2rem;
	font-weight: 700;
	color: #6A6379;
	margin-bottom: 10px;
	line-height: 1.5;
	margin-top: 40px;
	letter-spacing: .04em;
}

.voice-detail h2 span {
	color: #D4145A;
	background-image: -webkit-gradient(linear, left top, right top, from(#DB2E4F), to(#7523A7));
	background-image: -o-linear-gradient(left, #DB2E4F, #7523A7);
	background-image: linear-gradient(to right, #DB2E4F, #7523A7);
	background-size: cover;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
}

.voice-detail h2 span.ie11 {
	color: #D4145A;
	background: none;
}

.voice-detail h3 {
	line-height: 2.2;
	font-weight: 700;
	letter-spacing: .02em;
	color: #a2009c;
	margin-bottom: 10px;
	margin-top: 30px;
}

.voice-detail h3::before {
	content: "─";
}

h2 + .voice-detail h3 {
	margin-top: 0;
}

.voice-detail h2 + h3 {
	margin-top: 0;
}

.voice-detail h4,
.voice-detail h5,
.voice-detail h6 {
	line-height: 1.8;
	font-weight: 700;
	letter-spacing: .02em;
	margin-bottom: 10px;
}

.voice-detail strong {
	font-weight: 700;
}

.voice-detail figure {
	margin-top: 30px;
}

.voice-detail figure:not(:last-child) {
	margin-bottom: 30px;
}

.voice-detail figure img {
	display: block;
}

.voice-detail table {
	width: 100%;
	border-top: 1px solid #D9D9D9;
}

.voice-detail table tr {
	border-bottom: 1px solid #D9D9D9;
}

.voice-detail table th,
.voice-detail table td {
	padding: 10px 0 11px;
	line-height: 1.7;
	vertical-align: top;
}

.voice-detail table td {
	padding-left: 17px;
}

.voice-detail table td:first-child {
	padding-left: 0;
	width: 90px;
}

.voice-detail table td a img {
	width: 160px;
	margin-right: 5px;
	display: inline;
}

.sns-share {
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	padding: 20px 0 15px;
	margin: 50px 0 0;
}

.sns-share__heading {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: .02em;
	color: #7E7E7E;
	text-align: center;
	margin-bottom: 20px;
}

.sns-share__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: -10px;
}

.sns-share__list__item {
	margin-right: 10px;
}

.sns-share__list__item a {
	display: block;
}

.sns-share__list__item img {
	width: 40px;
}

.sns-share__list__item span {
	display: block;
	font-size: .9rem;
	letter-spacing: -.06em;
	font-weight: 700;
	text-align: center;
	background: -o-linear-gradient(194.71deg, #7523A7 -1.04%, #DB2E4F 100%);
	background: linear-gradient(255.29deg, #7523A7 -1.04%, #DB2E4F 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	margin-top: 5px;
	margin-left: -5px;
	margin-right: -5px;
}

.sns-share__list__item button {
	border: none;
	background: none;
	padding: 0;
}

.return-link {
	font-weight: 700;
	letter-spacing: 0.02em;
	position: relative;
	border: none;
	padding: 0;
	background: none;
}

.return-link::before {
	content: "";
	display: inline-block;
	border-top: 1.5px solid #121E2C;
	border-left: 1.5px solid #121E2C;
	width: 6px;
	height: 6px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	vertical-align: middle;
	margin: 0 6px 4px 7px;
}

.download__main {
	display: none;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.86);
	display: none;
	z-index: 5000;
	pointer-events: auto;
}

.modal__inner {
	width: 100%;
	height: 100%;
	overflow: auto;
}

.modal__inner--center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.modal__content {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.modal__close {
	position: fixed;
	top: 0;
	right: 0;
	padding: 20px 15px;
	border: none;
	background: none;
	color: #FFFFFF;
	outline: none;
	cursor: pointer;
}

.modal__close__icon {
	position: relative;
	display: block;
	width: 37px;
	height: 37px;
	margin: 0 auto 10px;
}

.modal__close__icon:before,
.modal__close__icon:after {
	content: "";
	display: block;
	width: 50px;
	height: 3px;
	background: #FFFFFF;
	position: absolute;
	margin-left: 2px;
	left: 0;
}

.modal__close__icon:before {
	top: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
}

.modal__close__icon:after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
}

.modal__close__text {
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.youtube-wrap {
	position: relative;
}

.youtube-wrap iframe {
	display: none;
}

.youtube-wrap iframe.is-playing {
	display: block;
}

.works-local-video {
	display: block;
	width: 100%;
	height: 100%;
	background: #000000;
	border-radius: 10px;
	-webkit-box-shadow: 0 18px 60px rgba(0, 0, 0, 0.4);
	box-shadow: 0 18px 60px rgba(0, 0, 0, 0.4);
	-o-object-fit: contain;
	object-fit: contain;
}

.achievement {
	background: #ffffff;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 40px #FF50B6;
	box-shadow: 0 0 40px #FF50B6;
	max-width: 694px;
	padding: 10px 12px 20px;
	margin-top: 15px;
}

.achievement--partners {
	padding-bottom: 14px;
}

.achievement--cr {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.achievement--cr .achievement__bottom__item {
	background: #ffffff;
}

.achievement--ai-video .achievement__top {
	margin-bottom: 0;
}

.achievement__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 8px;
}

.achievement__top__item {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
}

.achievement__top__item:not(:last-child) {
	border-right: 1px solid #D9D9D9;
}

.achievement__top__item span {
	font-size: 1.9rem;
	color: #a2009c;
}

.achievement__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: -14px;
}

.achievement__bottom--partners {
	gap: 8px;
	margin-bottom: 0;
}

.achievement__bottom__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 55px;
	border-radius: 10px;
	margin-top: -6px;
}

.achievement__bottom--partners .achievement__bottom__item {
	width: calc((100% - 8px) / 2);
	height: 48px;
	margin: 0;
	padding: 5px 7px;
	background: #ffffff;
	border: 1px solid rgba(162, 0, 156, 0.09);
	-webkit-box-shadow: 0 6px 18px rgba(18, 30, 44, 0.08);
	box-shadow: 0 6px 18px rgba(18, 30, 44, 0.08);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

.achievement__bottom__item:not(:nth-child(4n)) {
	margin-right: 14px;
}

.achievement__bottom--partners .achievement__bottom__item:not(:nth-child(4n)) {
	margin-right: 0;
}

.achievement__bottom__item img {
	width: auto;
	height: auto;
	max-width: 90%;
	max-height: 70%;
	-o-object-fit: contain;
	object-fit: contain;
}

.achievement__bottom--partners .achievement__bottom__item img {
	max-width: 100%;
	max-height: 100%;
}

.download-head__lead {
	color: #ffffff;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: .02em;
	line-height: 1.7;
}

.download-head__lead:not(:last-child) {
	margin-bottom: 35px;
}

.download-head__content {
	background: #ffffff;
	border-radius: 10px;
	padding: 20px 20px 30px;
}

.download-head__content:not(:last-child) {
	margin-bottom: 25px;
}

.download-head__image {
	margin-bottom: 17px;
	width: 100%;
}

.download-head__main__heading {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.7;
	text-align: center;
	margin-bottom: 12px;
}

.download-head__main__text {
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: .02em;
	line-height: 1.7;
	margin-bottom: 15px;
}

.download-list {
	margin-bottom: -30px;
}

.download-list__item {
	border-radius: 10px;
	overflow: hidden;
	-webkit-box-shadow: 5px 5px 20px #ECECEC;
	box-shadow: 5px 5px 20px #ECECEC;
	margin-bottom: 30px;
}

.download-list__item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.download-list__image {
	position: relative;
	overflow: hidden;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.download-list__image::before {
	content: "";
	width: 100%;
	display: block;
	padding-top: 70.5%;
}

.download-list__image img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
}

.download-list__main {
	background: #ffffff;
	padding: 20px 20px 35px;
}

.download-list__title {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: .02em;
	line-height: 2.2;
	margin-bottom: 20px;
}

.download-list__button {
	max-width: 251px;
	pointer-events: none;
}

.download-single__heading {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.7;
	margin-bottom: 20px;
}

.download-single__image {
	margin: 20px 0;
	border-radius: 10px;
	overflow: hidden;
}

.download-single__image img {
	display: block;
}

.download-single__list-wrap {
	margin-top: 25px;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: .02em;
	line-height: 1.7;
}

.download-single__list-wrap h2 {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.7;
	margin-bottom: 20px;
}

.download-single__list-wrap p:not(:last-child),
.download-single__list-wrap ul:not(:last-child),
.download-single__list-wrap ol:not(:last-child) {
	margin-bottom: 1em;
}

.download-single__list-wrap ul li {
	text-indent: -26px;
	padding-left: 26px;
}

.download-single__list-wrap ul li:not(:last-child) {
	margin-bottom: 8px;
}

.download-single__list-wrap ul li::before {
	content: "";
	width: 14px;
	height: 14px;
	display: inline-block;
	background: #A3009C;
	border-radius: 50%;
	margin-right: 12px;
	vertical-align: middle;
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
}

.download-single__buttons {
	margin: 30px 0 50px;
}

.news-list-head {
	background: #ffffff;
	border-radius: 10px;
	padding: 23px 20px 23px;
	margin-bottom: 20px;
}

.news-list-head__label {
	display: block;
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 13px;
	white-space: nowrap;
}

.news-list-head__cat {
	margin-bottom: 13px;
}

.news-list-head__cat-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.news-list-head__cat-list__item {
	margin-bottom: 10px;
	margin-right: 10px;
}

.news-list-head__cat-list__item a {
	display: block;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.6;
	padding: 3px 18px;
	color: #D4145A;
	border: 2px solid #D4145A;
	border-radius: 64px;
}

.news-list-head__cat-list__item.is-current a {
	background: #D4145A;
	color: #ffffff;
}

.news-list-head__year select {
	width: 100%;
	height: 40px;
	border: 1px solid #cccccc;
	border-radius: 10px;
	padding: 0 40px 0 17px;
	font-weight: 700;
	background: url(../images/icon_arrow_filter.svg) no-repeat right 13px center/15px auto;
}

.news-list-head__year select:focus-visible {
	border-color: #D4145A;
}

.news-detail {
	line-height: 2.2;
}

.news-detail p,
.news-detail ol,
.news-detail ul,
.news-detail table {
	margin-bottom: 2.2em;
}

.news-detail h2 {
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: .04em;
	line-height: 1.5;
	margin-top: 40px;
	margin-bottom: 10px;
}

.news-detail h3 {
	font-size: 2.0rem;
	font-weight: 700;
	letter-spacing: .04em;
	line-height: 1.5;
	margin-top: 30px;
	margin-bottom: 10px;
}

.news-detail h4,
.news-detail h5,
.news-detail h6 {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: .04em;
	line-height: 1.5;
	margin-top: 30px;
	margin-bottom: 10px;
}

.news-detail p:not(:last-of-type) {
	margin-bottom: 0.9em;
}

.news-detail a:not([class]) {
	text-decoration: underline;
	color: #4967ca;
}

.news-detail a:not([class])[target="_blank"]:not(:has(img))::after {
	content: '';
	display: inline-block;
	max-width: 12px;
	max-height: 12px;
	width: 0.85em;
	height: 0.85em;
	margin-left: 5px;
	background: url(../images/icon_external_blue.svg) no-repeat center center/contain;
}

.news-detail strong {
	font-weight: bold;
}

.news-detail em {
	font-style: italic;
}

.news-detail figure {
	margin-top: 30px;
}

.news-detail figure:not(:last-child) {
	margin-bottom: 30px;
}

.news-detail figure img {
	display: block;
}

.news-detail table {
	width: 100%;
	border-top: 1px solid #D9D9D9;
}

.news-detail table tr {
	border-bottom: 1px solid #D9D9D9;
}

.news-detail table th,
.news-detail table td {
	padding: 10px 0 11px;
	line-height: 1.7;
	vertical-align: top;
}

.news-detail table td {
	padding-left: 17px;
}

.news-detail table td:first-child {
	padding-left: 0;
	width: 90px;
}

.news-detail table td a {
	text-decoration: underline;
}

.news-detail table td a:hover {
	text-decoration: none;
}

.news-detail table td a img {
	width: 160px;
	margin-right: 5px;
	display: inline;
}

.news-detail ol:not([class]) {
	counter-reset: item;
}

.news-detail ol:not([class]) li {
	position: relative;
	padding-left: 1em;
}

.news-detail ol:not([class]) li:before {
	counter-increment: item;
	content: counter(item) ".";
	position: absolute;
	top: 0;
	left: 0;
	color: #9294A4;
}

.news-detail ul:not([class]) {
	counter-reset: item;
}

.news-detail ul:not([class]) li {
	position: relative;
	padding-left: 20px;
	text-indent: -20px;
}

.news-detail ul:not([class]) li:before {
	content: "";
	width: 10px;
	height: 10px;
	display: inline-block;
	background: #9294A4;
	border-radius: 50%;
	margin-right: 10px;
}

.white-box {
	background: #ffffff;
	border-radius: 20px;
	padding: 30px 15px;
}

.meetings-iframe-container {
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	min-width: 312px;
}

/* Slider */

.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* Slider */

/* Arrows */

.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 30px;
	width: 18px;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: transparent;
	color: transparent;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none;
	z-index: 1;
	bottom: -10px;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
	background: transparent;
	color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
	content: "";
	width: 17px;
	height: 17px;
	display: block;
	border-top: 4px solid #121E2C;
	border-right: 4px solid #121E2C;
}

.slick-prev {
	left: 35px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

[dir="rtl"] .slick-prev {
	left: auto;
	right: -40px;
}

.slick-prev:before {
	-webkit-transform: rotate(-135deg) translate(-3px, 3px);
	-ms-transform: rotate(-135deg) translate(-3px, 3px);
	transform: rotate(-135deg) translate(-3px, 3px);
}

.slick-next {
	right: 35px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

[dir="rtl"] .slick-next {
	left: -40px;
	right: auto;
}

.slick-next:before {
	-webkit-transform: rotate(45deg) translate(-5px, 5px);
	-ms-transform: rotate(45deg) translate(-5px, 5px);
	transform: rotate(45deg) translate(-5px, 5px);
}

/* Dots */

.slick-dots {
	position: absolute;
	bottom: 12px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 16px;
	width: 16px;
	margin: 0 7px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 16px;
	width: 16px;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 16px;
	height: 16px;
	line-height: 20px;
	text-align: center;
	border: 1px solid #D4145A;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.slick-dots li.slick-active button:before {
	color: black;
	opacity: 0.75;
	background: #D4145A;
}

@media screen and (min-width: 768px) and (max-width: 999px) {

.md-none {
	display: none;
}

}

@media screen and (min-width: 768px) {

.l-body { /* 768px以上 */
	min-height: 100vh;
}

.l-wrapper { /* 768px以上 */
	max-width: 1100px;
	width: calc(100% - 100px);
}

.l-wrapper--pc-sm { /* 768px以上 */
	max-width: 996px;
}

.l-wrapper--pc-xsm { /* 768px以上 */
	max-width: 863px;
}

.l-section { /* 768px以上 */
	padding: 100px 0;
}

.l-section--pb0 { /* 768px以上 */
	padding-bottom: 0;
}

.l-section--pt0 { /* 768px以上 */
	padding-top: 0;
}

.l-section--pd-lg { /* 768px以上 */
	padding: 200px 0 100px;
}

.l-form-content { /* 768px以上 */
	padding: 130px 0 50px;
	min-height: calc(100vh - 223px);
}

.l-mini-content { /* 768px以上 */
	padding: 190px 0 50px;
	min-height: calc(100vh - 223px);
}

.l-mini-content--pc-sm { /* 768px以上 */
	padding: 100px 0 50px;
}

.l-pagehead__main { /* 768px以上 */
	width: 100%;
}

.l-article { /* 768px以上 */
	padding: 52px 0;
}

.footer { /* 768px以上 */
	padding: 100px 0 50px;
	width: calc(100% - 100px);
}

.footer__logo { /* 768px以上 */
	width: 132px;
	margin-bottom: 43px;
	margin-right: 20px;
}

.footer__logo img { /* 768px以上 */
	width: 132px;
}

.footer__sns__item a { /* 768px以上 */
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.footer__sns__item a:hover {
	opacity: .8;
}

.footer__right { /* 768px以上 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.footer__navi-wrap { /* 768px以上 */
	margin-bottom: 20px;
}

.footer__navi__item { /* 768px以上 */
	font-size: 1.6rem;
	letter-spacing: .02em;
	margin-bottom: 13px;
}

.footer__navi__item a { /* 768px以上 */
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.footer__navi__item a:hover {
	opacity: .8;
}

.footer__buttons { /* 768px以上 */
	margin-bottom: 20px;
	margin-right: 57px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.footer__buttons a:not(:last-child) { /* 768px以上 */
	margin-bottom: 0;
	margin-top: 20px;
}

.footer__twitter { /* 768px以上 */
	width: 281px;
	background: #ffffff;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-top: 0;
}

.footer__bottom { /* 768px以上 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 53px;
}

.footer__contact { /* 768px以上 */
	margin-bottom: 0;
}

.footer__link { /* 768px以上 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 0;
	margin-bottom: 0;
}

.footer__link__item { /* 768px以上 */
	font-size: 1.2rem;
	letter-spacing: .05em;
}

.footer__link__item:not(:last-child) { /* 768px以上 */
	margin-bottom: 0;
	margin-right: 30px;
}

.footer__link__item a { /* 768px以上 */
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.footer__link__item a:hover {
	opacity: .8;
}

.bg-purple--mt { /* 768px以上 */
	margin-top: -260px;
	padding-top: 260px;
}

.button-primary { /* 768px以上 */
	width: 179px;
	max-width: 100%;
	font-size: 1.6rem;
	padding: 8px 0 9px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.button-primary:hover {
	background: #ffffff;
	color: #D4145A;
}

.button-primary--w-auto { /* 768px以上 */
	width: auto;
	padding-left: 3em;
	padding-right: 3em;
	display: inline-block;
}

.button-primary--lg { /* 768px以上 */
	font-size: 2rem;
	width: 325px;
	padding: 27px 0;
}

.button-primary--md { /* 768px以上 */
	font-size: 2rem;
	width: 300px;
	padding: 27px 0;
}

.button-primary--wide { /* 768px以上 */
	width: 100%;
}

.button-secondary { /* 768px以上 */
	font-size: 1.6rem;
	padding: 8px 0 9px;
	width: 179px;
	max-width: 100%;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.button-secondary:hover {
	background: #D4145A;
	color: #ffffff;
}

.button-secondary--lg { /* 768px以上 */
	font-size: 2rem;
	width: 325px;
	padding: 28px 0;
}

.button-secondary--download span::before { /* 768px以上 */
	margin-right: 8px;
}

.button-tertiary { /* 768px以上 */
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.button-tertiary:hover {
	color: #D4145A;
}

.header-logo::before { /* 768px以上 */
	width: 175px;
	height: 28px;
}

.header-logo { /* 768px以上 */
	width: 175px;
	top: 46%;
	left: 50px;
}

.header-logo--clickclick { /* 768px以上 */
	width: 118px;
	top: 50%;
}

.header-logo--clickclick::before { /* 768px以上 */
	width: 118px;
	height: 67px;
}

.header-logo--clickclick img { /* 768px以上 */
	width: 118px;
}

.heading-1 { /* 768px以上 */
	font-size: 3.2rem;
	margin-bottom: 40px;
}

.heading-1--pc-center { /* 768px以上 */
	text-align: center;
}

.heading-1--mb-none { /* 768px以上 */
	margin-bottom: 0;
}

.heading-1--mb-lg { /* 768px以上 */
	margin-bottom: 52px;
}

.heading-1--pc-mb-sm { /* 768px以上 */
	margin-bottom: 32px;
}

.heading-1--pc-mb-xsm { /* 768px以上 */
	margin-bottom: 20px;
}

.heading-2 { /* 768px以上 */
	font-size: 2rem;
	line-height: 1.7;
}

.heading-3--sp-left { /* 768px以上 */
	text-align: center;
}

.lead { /* 768px以上 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.lead__image { /* 768px以上 */
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 38.2%;
	max-width: initial;
	margin: 0;
}

.lead__main { /* 768px以上 */
	width: 56.2%;
	margin-bottom: 0;
}

.lead__main--lg { /* 768px以上 */
	width: 58.1%;
}

.lead__text { /* 768px以上 */
	margin-top: 30px;
}

.lead__text__note { /* 768px以上 */
	margin-top: -35px;
}

.list-1--mb-lg .list-1__item:not(:last-child) { /* 768px以上 */
	margin-bottom: 14px;
}

.text { /* 768px以上 */
	font-size: 1.6rem;
	line-height: 2.2;
}

.text p:not(:last-child) { /* 768px以上 */
	margin-bottom: 2.2em;
}

.home-movie { /* 768px以上 */
	max-width: 860px;
	border-width: 22px;
}

.service-wrap { /* 768px以上 */
	padding-bottom: 382px;
}

.service-wrap::before { /* 768px以上 */
		background-image: url(../images/bg_service_pc_white_logo.png?v=adshero-bg-20260625-nologo);
	height: 641px;
}

.service { /* 768px以上 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: -20px;
}

.service__item { /* 768px以上 */
	width: 47.7%;
	padding: 20px;
}

.service__item:nth-child(odd) {
	margin-right: 4.6%;
}

.service__item:hover .service__text,
.service__item:hover .service__list {
	opacity: .6;
}

.service__top { /* 768px以上 */
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	padding: 45px 0 36px;
}

.service__top__text-sm { /* 768px以上 */
	line-height: 2;
}

.service__top__logo { /* 768px以上 */
	width: 342px;
	max-width: calc(100% - 20px);
	margin-top: 0;
}

.service__top__logo img { /* 768px以上 */
	width: 342px;
	height: 45px;
	max-width: 100%;
}

.service__top__logo--clickclick { /* 768px以上 */
	width: 196px;
}

.service__top__logo--clickclick img { /* 768px以上 */
	width: 196px;
	height: auto;
}

.service__top__text-lg { /* 768px以上 */
	font-size: 3.2rem;
	line-height: 1.5;
	margin-top: 15px;
}

.service__text { /* 768px以上 */
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	margin-top: 20px;
}

.service__list { /* 768px以上 */
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	margin-top: 26px;
}

.button-area { /* 768px以上 */
	margin-top: 60px;
}

.button-area--mt-sm { /* 768px以上 */
	margin-top: 50px;
}

.button-area--mt-tiny { /* 768px以上 */
	margin-top: 30px;
}

.button-area__text { /* 768px以上 */
	font-size: 2rem;
	margin-bottom: 10px;
}

.request { /* 768px以上 */
	padding: 50px 4%;
}

.request__item { /* 768px以上 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 35px 37px 29px;
}

.request__company { /* 768px以上 */
	width: 32.8%;
	min-width: 260px;
	border-right: 1px solid #D9D9D9;
}

.request__company__icon { /* 768px以上 */
	width: 48px;
	margin-left: 5px;
	margin-right: 30px;
}

.request__list { /* 768px以上 */
	padding-left: 40px;
	margin-top: -7px;
}

.feature { /* 768px以上 */
	margin-top: 60px;
	margin-bottom: -83px;
}

.feature__item { /* 768px以上 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	margin-bottom: 83px;
}

.feature__item:nth-child(odd) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.feature__item:nth-child(odd) .feature__image {
	left: 50vw;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.feature__item:nth-child(even) .feature__image { /* 768px以上 */
	left: 100%;
	-webkit-transform: translateX(-50vw);
	-ms-transform: translateX(-50vw);
	transform: translateX(-50vw);
}

.feature__image-wrap { /* 768px以上 */
	width: 50%;
}

.feature__image { /* 768px以上 */
	left: 100%;
	-webkit-transform: translateX(-50vw);
	-ms-transform: translateX(-50vw);
	transform: translateX(-50vw);
}

.feature__image--1 { /* 768px以上 */
	width: 46.9vw;
	margin-top: 30px;
}

.feature__image--2 { /* 768px以上 */
	width: 45.4vw;
	margin-top: 3px;
	margin-bottom: -40px;
}

.feature__image--3 { /* 768px以上 */
	width: 44vw;
	margin-top: -20px;
}

.feature__main { /* 768px以上 */
	width: 46.2%;
	margin-bottom: 0;
}

.feature__heading { /* 768px以上 */
	font-size: 3.2rem;
}

.feature__heading span { /* 768px以上 */
	font-size: 12.2rem;
	margin-bottom: 10px;
}

.feature__text { /* 768px以上 */
	margin-top: 12px;
}

.company-expl__feature { /* 768px以上 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 35px;
}

.company-expl__feature__item { /* 768px以上 */
	font-size: 2rem;
	width: 229px;
	padding: 15px 0;
	border-radius: 10px;
}

.company-expl__feature__item:not(:last-child) { /* 768px以上 */
	margin-bottom: 0;
	margin-right: 20px;
}

.company-expl__feature__item span { /* 768px以上 */
	font-size: 2.4rem;
}

.company-expl__slide__item { /* 768px以上 */
	width: 281px;
	padding: 15px 10px 25px;
}

.company-expl__slide__item span { /* 768px以上 */
	border-radius: 10px;
}

.media { /* 768px以上 */
	padding: 32px 0 45px;
}

.media__slide { /* 768px以上 */
	margin-top: 42px;
}

.media__slide__item { /* 768px以上 */
	width: 242px;
	padding: 0 21px;
}

.cv-area { /* 768px以上 */
	border-radius: 20px;
	padding: 55px 50px 62px 363px;
}

.cv-area--pd-sm { /* 768px以上 */
	padding: 40px 50px 62px 363px;
}

.cv-area__image { /* 768px以上 */
	top: auto;
	bottom: 0;
}

.article-list-1-wrap { /* 768px以上 */
	max-width: 1255px;
}

.article-list-1 { /* 768px以上 */
	width: 100%;
	padding-bottom: 0;
}

.article-list-1 .slick-list { /* 768px以上 */
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 3.5px;
}

.article-list-1__item { /* 768px以上 */
	margin: 0 16.5px 20px;
}

.article-list-1__content { /* 768px以上 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.article-list-1__image { /* 768px以上 */
	overflow: hidden;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.article-list-1__image img { /* 768px以上 */
	display: block;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.article-list-1__main { /* 768px以上 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
	padding: 20px 32px 35px;
}

.article-list-1__main__top { /* 768px以上 */
}

.article-list-1__main--pd-lg { /* 768px以上 */
	padding: 28px 32px 30px;
}

.article-list-1__company { /* 768px以上 */
	margin-bottom: 6px;
}

.article-list-1__logo { /* 768px以上 */
	margin-top: 22px;
}

.article-list-1__tag { /* 768px以上 */
	margin-top: 45px;
}

.article-list-2__item { /* 768px以上 */
	margin: 0 78.5px;
	width: calc(100vw - 157px);
	max-width: 820px;
}

.article-list-2__item:hover .article-list-2__image img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.article-list-2__item__inner { /* 768px以上 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 30px;
}

.article-list-2__image { /* 768px以上 */
	width: 56.7%;
	margin-bottom: 0;
}

.article-list-2__image img { /* 768px以上 */
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.article-list-2__main { /* 768px以上 */
	width: 40.7%;
}

.article-list-2__main--flex { /* 768px以上 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.article-list-2 .slick-prev,
.article-list-2 .slick-next { /* 768px以上 */
	bottom: auto;
	top: calc((100% - 55px) / 2);
}

.article-list-2 .slick-prev { /* 768px以上 */
	left: 10px;
}

.article-list-2 .slick-next { /* 768px以上 */
	right: 10px;
}

.article-list-3 { /* 768px以上 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: -40px;
}

.article-list-3__item { /* 768px以上 */
	width: 31.6%;
	margin-bottom: 40px;
	height: auto;
}

.article-list-3__item:not(:nth-child(3n)) {
	margin-right: 2.6%;
}

.article-list-3__item:hover .article-list-3__image img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.article-list-3__image img { /* 768px以上 */
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.article-list-3__main { /* 768px以上 */
	height: 100%;
}

.article-list-3__main--flex { /* 768px以上 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.article-list-4-wrap { /* 768px以上 */
	max-width: 1255px;
}

.article-list-4 { /* 768px以上 */
	width: 100%;
	padding-bottom: 0;
}

.article-list-4 .slick-list { /* 768px以上 */
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 3.5px;
}

.article-list-4__item { /* 768px以上 */
	margin: 0 16.5px 20px;
}

.article-list-4__item:hover .article-list-4__image img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.article-list-4__image { /* 768px以上 */
	overflow: hidden;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.article-list-4__image img { /* 768px以上 */
	display: block;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.article-list-4__main { /* 768px以上 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 20px 32px 40px;
}

.article-list-4__main__top { /* 768px以上 */
}

.article-list-4__main--pd-lg { /* 768px以上 */
	padding: 28px 32px 30px;
}

.article-list-4__company { /* 768px以上 */
	margin-bottom: 6px;
}

.article-list-4__head { /* 768px以上 */
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.article-list-4__head:hover {
	color: #D4145A;
	background-image: -webkit-gradient(linear, left top, right top, from(#DB2E4F), to(#7523A7));
	background-image: -o-linear-gradient(left, #DB2E4F, #7523A7);
	background-image: linear-gradient(to right, #DB2E4F, #7523A7);
	background-size: cover;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
}

.article-list-4__logo { /* 768px以上 */
	margin-top: 30px;
}

.article-list-4__tag { /* 768px以上 */
	margin-top: 45px;
}

.article-list-4__tag__item a { /* 768px以上 */
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.article-list-4__tag__item a:hover {
	opacity: .6;
}

.article-list-5__item { /* 768px以上 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 20px 31px;
}

.article-list-5__info { /* 768px以上 */
	margin-right: 4px;
	margin-bottom: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.article-list-5__cat__item a { /* 768px以上 */
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.article-list-5__cat__item a:hover {
	background: #FFEAF1;
}

.article-list-5__title { /* 768px以上 */
	-webkit-line-clamp: 1;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.article-list-5__title:hover {
	color: #D4145A;
	background-image: -webkit-gradient(linear, left top, right top, from(#DB2E4F), to(#7523A7));
	background-image: -o-linear-gradient(left, #DB2E4F, #7523A7);
	background-image: linear-gradient(to right, #DB2E4F, #7523A7);
	background-size: cover;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.article-list-6 { /* 768px以上 */
	border-radius: 20px;
	padding: 0 40px;
}

.article-list-6__item { /* 768px以上 */
	padding: 40px 12.3% 40px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.article-list-6__item::before {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 48px;
	height: 48px;
	display: block;
	background: url(../images/arrow_news_list.svg) no-repeat center/contain;
}

.article-list-6__item:hover .article-list-6__image img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.article-list-6__image { /* 768px以上 */
	width: 263px;
	margin-right: 3.4%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-bottom: 0;
}

.article-list-6__image::before {
	content: "";
	display: block;
	width: 100%;
	padding-top: 52.471482%;
}

.article-list-6__image img { /* 768px以上 */
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.article-list-6__main { /* 768px以上 */
	padding: 6px 0 0;
}

.article-list-6__info { /* 768px以上 */
	margin-bottom: 12px;
}

.article-list-6__cat__item a { /* 768px以上 */
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.article-list-6__cat__item a:hover {
	background: #FFEAF1;
}

.home-news-list-button { /* 768px以上 */
	margin-top: 40px;
}

.page-head { /* 768px以上 */
	background: #ffffff;
	padding: 120px 0 0;
}

.page-head--cr { /* 768px以上 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.page-head--cr .page-head__heading {
	margin-bottom: 13px;
	letter-spacing: .03em;
}

.page-head--cr .page-head__text {
	padding-left: 0;
}

.page-head--cr::before { /* 768px以上 */
	background: #ffffff;
}

.page-head__main { /* 768px以上 */
	max-width: 1100px;
	width: calc(100% - 100px);
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}

.page-head__heading { /* 768px以上 */
	font-size: 4.4rem;
	letter-spacing: .1em;
	line-height: 1.39;
}

.page-head__heading span { /* 768px以上 */
	font-size: 2.9rem;
}

.page-head__text { /* 768px以上 */
	font-size: 2rem;
	line-height: 2.1;
}

.page-head-2 { /* 768px以上 */
	padding: 148px 0 100px;
}

.page-head-2--simple { /* 768px以上 */
	padding: 148px 0 110px;
}

.page-head-2--simple .page-head-2__heading { /* 768px以上 */
	font-size: 4.4rem;
	line-height: 1.4;
}

.page-head-2__heading { /* 768px以上 */
	font-size: 4.4rem;
}

.page-head-2__heading span { /* 768px以上 */
	font-size: 50%;
	margin-top: 14px;
}

.page-head-2__inner { /* 768px以上 */
}

.page-head-2__lead { /* 768px以上 */
	margin-bottom: 46px;
	text-align: center;
}

.page-head-2__cv { /* 768px以上 */
	max-width: 1100px;
	padding: 50px 20px 48px;
}

.page-head-2__buttons { /* 768px以上 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.page-head-2__buttons a { /* 768px以上 */
	margin-left: 0;
	margin-right: 0;
}

.page-head-2__buttons a:not(:last-child) { /* 768px以上 */
	margin-bottom: 0;
	margin-right: 20px;
}

.merit { /* 768px以上 */
	margin-bottom: 0;
}

.merit__item { /* 768px以上 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 28px;
}

.merit__item:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.merit__image { /* 768px以上 */
	width: 46.4%;
}

.merit__image--lg { /* 768px以上 */
	width: 48.9%;
	margin-left: -2.5%;
}

.merit__main { /* 768px以上 */
	width: 47.7%;
	margin-top: -13px;
	margin-bottom: 0;
}

.merit__heading { /* 768px以上 */
	font-size: 3.2rem;
}

.merit__heading__num { /* 768px以上 */
	font-size: 12.2rem;
	margin-bottom: 12px;
}

.special { /* 768px以上 */
	padding: 40px;
}

.special__table thead th { /* 768px以上 */
	width: calc(49.1% / 2);
	padding: 0 10px;
	font-size: 1.6rem;
}

.special__table thead th:first-child { /* 768px以上 */
	width: 22.4%;
}

.special__table thead th:nth-child(2) { /* 768px以上 */
	width: 28.5%;
}

.special__table thead th:nth-child(3) { /* 768px以上 */
}

.special__table thead th img { /* 768px以上 */
	width: 80%;
}

.special__table tbody th,
.special__table tbody td { /* 768px以上 */
	padding: 12px 0;
}

.special__table tbody th { /* 768px以上 */
	font-size: 1.6rem;
	text-align: left;
}

.special__table tbody td:nth-child(3) { /* 768px以上 */
}

.special__table tbody td img { /* 768px以上 */
	width: auto;
}

.special__table tbody td img[src*="double"] { /* 768px以上 */
	width: 41px;
}

.special__table--5col thead th { /* 768px以上 */
	width: auto;
}

.special__table--5col thead th:first-child { /* 768px以上 */
	width: 16.9%;
}

.special__table--5col thead th:nth-child(2) { /* 768px以上 */
	width: 23.6%;
}

.special__table--5col thead th:nth-child(3) { /* 768px以上 */
	padding-left: 10px;
}

.special__table--5col thead th img { /* 768px以上 */
	margin-bottom: 12px;
}

.resolution { /* 768px以上 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: -27px;
	margin-top: 62px;
}

.resolution__item { /* 768px以上 */
	width: 48.6%;
	padding: 30px;
	margin-bottom: 27px;
}

.resolution__item:nth-child(odd) {
	margin-right: 2.8%;
}

.resolution__icon { /* 768px以上 */
	margin-bottom: 10px;
}

.flow-list { /* 768px以上 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flow-list__item { /* 768px以上 */
	width: 32%;
	padding: 30px;
}

.flow-list__item:not(:nth-child(3n)) {
	margin-right: 2%;
}

.support { /* 768px以上 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.support__item { /* 768px以上 */
	width: 48.2%;
}

.support__item:not(:last-child) { /* 768px以上 */
	margin-bottom: 0;
}

.faq { /* 768px以上 */
	padding: 20px 50px;
}

.faq__question { /* 768px以上 */
	font-size: 2.6rem;
	margin-bottom: 28px;
}

.faq__answer__a { /* 768px以上 */
	font-size: 3rem;
	width: 55px;
	height: 55px;
	margin-right: 14px;
}

.faq__answer__text { /* 768px以上 */
	margin-top: 7px;
}

.filter-wrap { /* 768px以上 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 40px;
}

.filter { /* 768px以上 */
	min-width: 253px;
}

.filter:not(:last-child) { /* 768px以上 */
	margin-bottom: 0;
	margin-right: 20px;
}

.filter span { /* 768px以上 */
	width: auto;
}

.page-numbers:not(.page-numbers.current) { /* 768px以上 */
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.page-numbers:not(.page-numbers.current):hover {
	background: #D4145A;
	color: #ffffff;
}

.page-numbers:not(.page-numbers.current):hover::before {
	border-color: #ffffff;
}

.page-numbers.prev::before,
.page-numbers.next::before { /* 768px以上 */
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.price { /* 768px以上 */
	padding: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}

.price::before {
	content: "";
	width: 1px;
	height: calc(100% - 80px);
	display: block;
	background: #D9D9D9;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.price__item { /* 768px以上 */
	width: 48%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 401px;
	padding-bottom: 0;
}

.price__item:not(:last-child) { /* 768px以上 */
	margin-bottom: 0;
}

.price__item:not(:last-child)::before { /* 768px以上 */
	content: none;
}

.price__heading { /* 768px以上 */
	font-size: 2rem;
	padding: 9px 0;
	margin-bottom: 28px;
}

.price__cv { /* 768px以上 */
	margin-bottom: 8px;
	padding-left: 20px;
}

.price__cv__text { /* 768px以上 */
	font-size: 1.7rem;
}

.price__cv__link { /* 768px以上 */
	font-size: 1.6rem;
	margin-top: 40px;
}

.price__cv__link:hover {
	text-decoration: none;
}

.form { /* 768px以上 */
}

.form__text { /* 768px以上 */
	text-align: center;
}

.form__content { /* 768px以上 */
	border-radius: 10px;
}

.form__item:first-child { /* 768px以上 */
	border-radius: 10px 10px 0 0;
}

.form__item:first-child::before { /* 768px以上 */
	border-radius: 10px 10px 0 0;
}

.form__item:last-child { /* 768px以上 */
	border-radius: 0 0 10px 10px;
}

.form__item:last-child::before { /* 768px以上 */
	border-radius: 0 0 10px 10px;
}

.form--pt-sm { /* 768px以上 */
	padding-top: 13px;
}

.input { /* 768px以上 */
	font-size: 1.4rem;
}

.select-wrap { /* 768px以上 */
}

.select-wrap:before { /* 768px以上 */
	right: 13px;
}

.textarea { /* 768px以上 */
}

.text-box { /* 768px以上 */
	text-align: center;
}

.text-box p:not(:last-of-type) { /* 768px以上 */
	margin-bottom: 2.2em;
}

.text-box a { /* 768px以上 */
}

.text-box a:hover {
	text-decoration: underline;
}

.text-box--ls-sm p:not(:last-of-type) { /* 768px以上 */
	margin-bottom: .5em;
}

.breadcrumb { /* 768px以上 */
}

.single-sns { /* 768px以上 */
	display: block;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.single-sns__item:not(:last-child) { /* 768px以上 */
	margin-right: 0;
	margin-bottom: 15px;
}

.single-sns__item a { /* 768px以上 */
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.single-sns__item a:hover {
	opacity: .7;
}

.single-sns__item button { /* 768px以上 */
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.single-sns__item button:hover {
	opacity: .7;
}

.single-sub__table td a { /* 768px以上 */
}

.single-sub__table td a:hover {
	text-decoration: underline;
}

.wp-content p:not(:first-child) { /* 768px以上 */
}

.wp-content h2 { /* 768px以上 */
	font-size: 3.2rem;
}

.wp-content h3,
.wp-content h4,
.wp-content h5,
.wp-content h6 { /* 768px以上 */
	font-size: 2rem;
}

.wp-content a:not([class]) { /* 768px以上 */
}

.wp-content a:not([class]):hover {
	text-decoration: none;
}

.wp-content table th,
.wp-content table td { /* 768px以上 */
	line-height: 2.2;
}

.wp-content table th { /* 768px以上 */
	width: 180px;
}

.wp-content table td:first-child { /* 768px以上 */
	width: 180px;
}

.movie__head { /* 768px以上 */
	width: 363px;
	height: 33px;
	top: -4px;
}

.movie__overlay::before { /* 768px以上 */
	width: 143px;
	height: 143px;
	background: url(../images/icon_play_pc.svg) no-repeat center center/contain;
}

.article-head__title { /* 768px以上 */
	font-size: 3.2rem;
}

.article-head__tag__item a { /* 768px以上 */
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.article-head__tag__item a:hover {
	opacity: .7;
}

.post-company { /* 768px以上 */
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.post-company__image { /* 768px以上 */
	width: 23.2%;
	margin-right: 3.9%;
	margin-bottom: 0;
}

.post-company__name { /* 768px以上 */
	font-size: 2.6rem;
}

.case-detail { /* 768px以上 */
	padding: 40px 40px 40px;
}

.voice-detail { /* 768px以上 */
	font-size: 1.6rem;
}

.voice-detail h2 { /* 768px以上 */
	font-size: 2.6rem;
	margin-bottom: 30px;
	margin-top: 50px;
}

.voice-detail h3 { /* 768px以上 */
	font-size: 1.6rem;
	margin-bottom: 10px;
	margin-top: 42px;
}

h2 + .voice-detail h3 { /* 768px以上 */
	margin-top: 0;
}

.voice-detail h2 + h3 { /* 768px以上 */
	margin-top: 0;
}

.voice-detail h4,
.voice-detail h5,
.voice-detail h6 { /* 768px以上 */
	font-size: 1.5rem;
	margin-bottom: 23px;
}

.voice-detail figure { /* 768px以上 */
	margin-top: 45px;
}

.voice-detail figure:not(:last-child) { /* 768px以上 */
	margin-bottom: 50px;
}

.voice-detail table th,
.voice-detail table td { /* 768px以上 */
	line-height: 2.2;
}

.voice-detail table td:first-child { /* 768px以上 */
	width: 180px;
}

.sns-share { /* 768px以上 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 30px 0 15px;
	margin: 147px 0 49px;
}

.sns-share__heading { /* 768px以上 */
	width: 210px;
	text-align: left;
}

.document { /* 768px以上 */
	padding: 40px 40px 45px;
}

.document__set {
	padding: 25px 20px 40px;
	border-radius: 10px;
	margin-bottom: 25px;
}

.document__set__image-wrap {
	margin-top: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 416px;
	margin-left: auto;
	margin-right: auto;
}

.document__set__image {
	width: 126px;
	-webkit-box-shadow: 0 2px 14px #B4B8C7;
	box-shadow: 0 2px 14px #B4B8C7;
}

.document__list {
	margin-top: 15px;
}

.achievement { /* 768px以上 */
	margin-top: 37px;
	border-radius: 10px;
	padding: 20px 20px 15px;
	margin-left: auto;
	margin-right: auto;
}

.achievement--partners { /* 768px以上 */
	max-width: 760px;
	padding: 18px 22px 20px;
}

.achievement--cr { /* 768px以上 */
	background: -o-linear-gradient(319.51deg, #81008E 0%, #1D0031 100%);
	background: linear-gradient(130.49deg, #81008E 0%, #1D0031 100%);
	margin-top: 33px;
}

.achievement--cr .achievement__top { /* 768px以上 */
	margin-bottom: 30px;
	color: #ffffff;
}

.achievement--ai-video .achievement__top { /* 768px以上 */
	margin-bottom: 0;
}

.achievement--cr .achievement__top__item span { /* 768px以上 */
	color: #FFF500;
}

.achievement--cr .achievement__bottom__item { /* 768px以上 */
	-webkit-box-shadow: none;
	box-shadow: none;
}

.achievement__top { /* 768px以上 */
	margin-bottom: 31px;
}

.achievement--partners .achievement__top { /* 768px以上 */
	margin-bottom: 18px;
}

.achievement__top__item { /* 768px以上 */
	font-size: 1.6rem;
	width: calc(100% / 3);
}

.achievement__top__item span { /* 768px以上 */
	font-size: 2rem;
}

.achievement__bottom__item { /* 768px以上 */
	width: 23.4%;
	height: 86px;
	margin-bottom: 19px;
	-webkit-box-shadow: 5px 5px 20px #ECECEC;
	box-shadow: 5px 5px 20px #ECECEC;
	text-align: center;
}

.achievement__bottom--partners { /* 768px以上 */
	gap: 12px;
}

.achievement__bottom--partners .achievement__bottom__item { /* 768px以上 */
	width: calc((100% - 36px) / 4);
	height: 74px;
	margin-bottom: 0;
	padding: 8px 10px;
}

.achievement__bottom__item:not(:nth-child(4n)) { /* 768px以上 */
	margin-right: 2.13%;
}

.achievement__bottom--partners .achievement__bottom__item:not(:nth-child(4n)) { /* 768px以上 */
	margin-right: 0;
}

.download-list { /* 768px以上 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: -60px;
}

.download-list__item { /* 768px以上 */
	width: 31.6%;
	margin-bottom: 60px;
}

.download-list__item:not(:nth-child(3n)) {
	margin-right: 2.6%;
}

.download-list__item a { /* 768px以上 */
	height: 100%;
}

.download-list__item a:hover .download-list__image img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.download-list__item a:hover .button-secondary {
	background: #D4145A;
	color: #ffffff;
}

.download-list__item a:hover .button-secondary span::before {
	background-image: url(../images/icon_download_white.svg);
}

.download-list__image::before { /* 768px以上 */
	padding-top: 70.4%;
}

.download-list__image img { /* 768px以上 */
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.download-list__main { /* 768px以上 */
	padding: 17px 20px 35px;
	min-height: 201px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.download-list__title { /* 768px以上 */
	margin-bottom: 24px;
}

.download-list__button { /* 768px以上 */
	width: 230px;
	padding: 17px 0;
}

.download-single__image { /* 768px以上 */
	margin: 38px 0;
}

.news-list-head { /* 768px以上 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 18px 30px;
	border-radius: 20px;
	margin-bottom: 30px;
}

.news-list-head__label { /* 768px以上 */
	margin-bottom: 0;
	margin-right: 23px;
}

.news-list-head__cat { /* 768px以上 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 0;
}

.news-list-head__year { /* 768px以上 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.news-list-head__cat-list { /* 768px以上 */
	margin-bottom: -10px;
}

.news-list-head__cat-list__item { /* 768px以上 */
	margin-right: 15px;
}

.news-list-head__cat-list__item a { /* 768px以上 */
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.news-list-head__cat-list__item a:hover {
	background: #D4145A;
	color: #ffffff;
}

.news-list-head__year select { /* 768px以上 */
	width: 211px;
}

.news-detail { /* 768px以上 */
	font-size: 1.6rem;
	padding: 20px 0 0;
}

.news-detail h2 { /* 768px以上 */
	font-size: 2.6rem;
	margin-top: 60px;
	margin-bottom: 30px;
}

.news-detail h3 { /* 768px以上 */
	font-size: 2.4rem;
	margin-top: 50px;
	margin-bottom: 30px;
}

.news-detail h4,
.news-detail h5,
.news-detail h6 { /* 768px以上 */
	font-size: 2.0rem;
	margin-top: 40px;
	margin-bottom: 30px;
}

.news-detail a:not([class]) { /* 768px以上 */
}

.news-detail a:not([class]):hover {
	text-decoration: none;
}

.news-detail figure { /* 768px以上 */
	margin-top: 45px;
}

.news-detail figure:not(:last-child) { /* 768px以上 */
	margin-bottom: 50px;
}

.news-detail table th,
.news-detail table td { /* 768px以上 */
	line-height: 2.2;
}

.news-detail table td:first-child { /* 768px以上 */
	width: 180px;
}

.slick-prev,
.slick-next { /* 768px以上 */
	height: 52px;
	width: 31px;
	bottom: auto;
	top: 48%;
}

.slick-prev:before,
.slick-next:before { /* 768px以上 */
	width: 30px;
	height: 30px;
	border-top-width: 7px;
	border-right-width: 7px;
}

.slick-prev { /* 768px以上 */
	left: 0;
}

.slick-prev:before { /* 768px以上 */
	-webkit-transform: rotate(-135deg) translate(-6px, 5px);
	-ms-transform: rotate(-135deg) translate(-6px, 5px);
	transform: rotate(-135deg) translate(-6px, 5px);
}

.slick-next { /* 768px以上 */
	right: 0;
}

.slick-next:before { /* 768px以上 */
	-webkit-transform: rotate(45deg) translate(-9px, 10px);
	-ms-transform: rotate(45deg) translate(-9px, 10px);
	transform: rotate(45deg) translate(-9px, 10px);
}

}

@media screen and (min-width: 768px) and (max-height: 800px) {

.page-head--cr { /* 768px以上-高さ700px未満 */
}

.page-head--cr .page-head__label {
	margin-bottom: 20px;
}

.page-head__label { /* 768px以上-高さ700px未満 */
	margin-bottom: 20px;
}

.page-head__heading { /* 768px以上-高さ700px未満 */
	font-size: 4.0rem;
}

}

@media screen and (min-width: 1000px) and (max-width: 1239px) {

.lg-none {
	display: none;
}

}

@media screen and (min-width: 1000px) {

.l-header { /* 1000px以上 */
	width: 100%;
	height: 80px;
	position: absolute;
}

.l-header--to-purple { /* 1000px以上 */
	color: #FFFFFF;
}

.l-header--sp-purple .header-logo::before { /* 1000px以上 */
	opacity: 0;
}

.l-header--sp-purple .header-logo img { /* 1000px以上 */
	opacity: 1;
}

.l-header.is-fixed { /* 1000px以上 */
	position: fixed;
	-webkit-transform: translateY(calc(-15px - 100%));
	-ms-transform: translateY(calc(-15px - 100%));
	transform: translateY(calc(-15px - 100%));
	height: 80px;
	z-index: 1000;
}

.l-header.is-transition { /* 1000px以上 */
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	background: #ffffff;
	color: #121E2C;
}

.l-header.is-menu-opend { /* 1000px以上 */
	background: none !important;
}

.l-header.is-visible { /* 1000px以上 */
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.l-header.is-black .navi__item a::before { /* 1000px以上 */
	background: #121E2C;
}

.l-header.is-sp-black { /* 1000px以上 */
	color: #ffffff;
}

.l-header.is-sp-black .menu-btn span { /* 1000px以上 */
	background: #ffffff;
}

.l-header.is-sp-black .navi__item a::before { /* 1000px以上 */
}

.l-simple-header { /* 1000px以上 */
	top: 0;
	height: 80px;
}

.l-navi { /* 1000px以上 */
	position: absolute;
	background: none;
	display: block;
	height: 100%;
	top: 0;
	padding: 0 0 0 255px;
	color: inherit;
	z-index: 1200;
}

.l-navi__inner { /* 1000px以上 */
	overflow: visible;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 50px 0 0;
}

.l-wrapper--lg { /* 1000px以上 */
	max-width: 1194px;
	width: calc(100% - 244px);
}

.l-request { /* 1000px以上 */
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.l-request__inner {
	width: 84.455958%;
	padding: 30px 0;
}

.l-request__close-btn { /* 1000px以上 */
	display: none;
}

.l-request--relative { /* 1000px以上 */
	position: relative;
	display: block;
}

.l-request--relative .l-request__inner {
	margin-left: auto;
	margin-right: auto;
}

.l-mainvisual { /* 1000px以上 */
	padding: 80px 50px 50px;
	min-height: 700px;
}

.l-mainvisual__inner { /* 1000px以上 */
	border-radius: 20px;
}

.l-mainvisual__main { /* 1000px以上 */
	width: 71.2%;
}

.l-mainvisual__cv { /* 1000px以上 */
	width: 28.8%;
	background: #ffffff;
	position: relative;
}

.l-pagehead { /* 1000px以上 */
	padding: 80px 50px 50px;
	height: 100vh;
	min-height: 755px;
	background: -o-linear-gradient(319.51deg, #81008E, #1D0031);
	background: linear-gradient(130.49deg, #81008E, #1D0031);
}

.l-pagehead__inner { /* 1000px以上 */
	border-radius: 20px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}

.l-pagehead__main { /* 1000px以上 */
	width: 71.2%;
}

	.l-pagehead__cv { /* 1000px以上 */
		width: 28.8%;
		background: #ffffff;
		position: relative;
		border-left: 1px solid #D9D9D9;
	}

	.l-pagehead--ai .l-pagehead__inner { /* 1000px以上 */
		position: relative;
		background: #ffffff;
	}

	.l-pagehead--ai .l-pagehead__main { /* 1000px以上 */
		width: 100%;
	}

		.l-pagehead--ai .l-pagehead__cv { /* 1000px以上 */
			width: clamp(380px, 42vw, 620px);
			min-width: 0;
			background: transparent;
			border-left: 0;
			position: absolute;
			top: 50%;
			right: clamp(40px, 6vw, 120px);
			z-index: 3;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			transform: translateY(-50%);
		}

		.l-pagehead--ai .l-request { /* 1000px以上 */
				position: relative;
				top: auto;
				right: auto;
				width: min(360px, 100%);
				margin-left: auto;
				margin-right: auto;
				height: auto;
				min-height: 280px;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center;
				-webkit-box-pack: center;
				-ms-flex-pack: center;
				justify-content: center;
				text-align: center;
				background: rgba(255, 255, 255, 0.94);
				border-radius: 18px;
				-webkit-box-shadow: 0 16px 40px rgba(162, 0, 156, 0.18);
			box-shadow: 0 16px 40px rgba(162, 0, 156, 0.18);
	}

	.l-pagehead--ai .l-request__inner { /* 1000px以上 */
			width: 100%;
			padding: 36px 28px;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			text-align: center;
		}

		.l-pagehead--ai .form__note--left { /* 1000px以上 */
			text-align: center;
		}

			.l-pagehead--ai .form__note,
			.l-pagehead--ai .form__other-link,
			.l-pagehead--ai .heading-4 { /* 1000px以上 */
				width: 100%;
				margin-left: auto;
				margin-right: auto;
				text-align: center;
			}

			.l-pagehead--ai .form { /* 1000px以上 */
				width: 100%;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-ms-flex-direction: column;
				flex-direction: column;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center;
				-webkit-box-pack: center;
				-ms-flex-pack: center;
				justify-content: center;
				text-align: center;
			}

			.l-pagehead--ai .form .button-primary { /* 1000px以上 */
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center;
				-webkit-box-pack: center;
				-ms-flex-pack: center;
				justify-content: center;
				margin-left: auto;
				margin-right: auto;
				text-align: center;
			}

.l-page-2col { /* 1000px以上 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 1193px;
	padding: 179px 0 0;
}

.l-page-2col__main { /* 1000px以上 */
	padding: 48px 8.9%;
	border-radius: 20px;
	width: 65.1%;
}

.l-page-2col__cv { /* 1000px以上 */
	width: 32.4%;
	background: #ffffff;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	padding: 23px 0 30px;
}

.l-page-2col__cv.js-fixed.is-visible {
	position: fixed;
	top: 20px;
}

.l-page-2col__cv.js-fixed.is-clear {
	position: absolute;
	top: auto;
	bottom: 0;
	left: auto;
	right: 0;
}

.l-single { /* 1000px以上 */
	padding-top: 80px;
}

.l-single__inner { /* 1000px以上 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.l-single__sns { /* 1000px以上 */
	display: block;
	position: absolute;
	top: 50px;
	left: -74px;
}

.l-single__main { /* 1000px以上 */
	width: calc(100% - 330px);
	margin-bottom: 0;
}

.l-single__main--100 { /* 1000px以上 */
	width: 100%;
}

.l-single__sub { /* 1000px以上 */
	position: relative;
	width: 300px;
	margin-left: 30px;
}

.footer__inner { /* 1000px以上 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer__left { /* 1000px以上 */
	display: block;
	margin-bottom: 0;
}

.footer__logo { /* 1000px以上 */
	margin-right: 50px;
}

.footer__right { /* 1000px以上 */
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.footer__navi-wrap { /* 1000px以上 */
	margin-right: 68px;
}

.form .button-primary { /* 1000px以上 */
	font-size: clamp(1.5rem, 1.65vw, 2rem);
}

.button-secondary--download span::before { /* 1000px以上 */
	margin-right: 17px;
}

.menu-btn { /* 1000px以上 */
	display: none;
}

.header-bar { /* 1000px以上 */
	position: relative;
	top: 0;
	padding: 0 50px;
	height: 100%;
	z-index: auto;
}

.header-logo.is-sp-purple::before { /* 1000px以上 */
	opacity: 0;
}

.header-logo.is-sp-purple img { /* 1000px以上 */
	opacity: 1;
}

.navi { /* 1000px以上 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

.navi__item { /* 1000px以上 */
	font-size: clamp(1rem, 1.15vw, 1.4rem);
}

.navi__item:not(:last-child) { /* 1000px以上 */
	margin-bottom: 0;
	margin-right: 1em;
}

.navi__item a { /* 1000px以上 */
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.navi__item a:hover {
	opacity: .8;
}

.navi__item.is-active a::before { /* 1000px以上 */
	width: 100%;
	height: 4px;
	bottom: -11px;
	border-radius: 100px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.l-header--purple .navi { /* 1000px以上 */
}

.l-header--purple .navi a::before {
	background: #121E2C;
}

.l-header--sp-purple .navi { /* 1000px以上 */
	color: #ffffff;
}

.l-header--sp-purple.is-fixed .navi { /* 1000px以上 */
	color: #121E2C;
}

.l-header--sp-purple.is-fixed .navi a::before {
	background: #121E2C;
}

.l-header--to-purple.is-fixed .navi { /* 1000px以上 */
	color: #121E2C;
}

.l-header--to-purple.is-fixed .navi a::before {
	background: #121E2C;
}

.header-btns { /* 1000px以上 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	margin-top: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.header-btns__item:not(:last-child) { /* 1000px以上 */
	margin-bottom: 0;
	margin-left: 10px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 160px;
}

.header-btns__item--sm { /* 1000px以上 */
	width: 120px;
}

.heading-4 { /* 1000px以上 */
	font-size: clamp(1.5rem, 1.5vw, 2rem);
}

.mainvisual { /* 1000px以上 */
}

.mainvisual__inner { /* 1000px以上 */
	margin-right: 30px;
	margin-left: 30px;
	padding-top: 0;
}

.mainvisual__text-lg { /* 1000px以上 */
	font-size: 4vw;
	line-height: 1.9;
}

.mainvisual__text-sm { /* 1000px以上 */
	font-size: 2rem;
	line-height: 2.1;
	margin-top: 4px;
}

.mainvisual__buttons { /* 1000px以上 */
	display: none;
}

.mainvisual__movie { /* 1000px以上 */
	width: 100%;
}

.service__item { /* 1000px以上 */
	padding: 40px 40px 55px;
}

.request { /* 1000px以上 */
	padding: 100px 9.1%;
}

.works { /* 1000px以上 */
	margin-bottom: -30px;
	margin-top: 0;
}

.works__item { /* 1000px以上 */
	width: 31.6%;
	border-radius: 10px;
	margin-bottom: 28px;
}

.works__item:not(:nth-child(3n)) {
	margin-right: 2.6%;
}

.works__item::before { /* 1000px以上 */
	background-image: url(../images/icon_play_pc.svg);
	width: 74px;
	height: 74px;
}

.works__caption { /* 1000px以上 */
	padding: 42px 18px 18px;
}

.works__industry { /* 1000px以上 */
	font-size: 1.15rem;
}

.works__title { /* 1000px以上 */
	font-size: 1.55rem;
}

.works__metric { /* 1000px以上 */
	font-size: 1.25rem;
}

.cv-area__buttons { /* 1000px以上 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: 32px;
}

.cv-area__buttons a { /* 1000px以上 */
	margin-left: 0;
	margin-right: 0;
}

.cv-area__buttons a:not(:last-child) { /* 1000px以上 */
	margin-bottom: 0;
	margin-left: 20px;
}

.page-head { /* 1000px以上 */
	padding: 30px 0;
}

.page-head::before { /* 1000px以上 */
	width: 100%;
}

.page-head--ad { /* 1000px以上 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.page-head--ad .page-head__main { /* 1000px以上 */
	height: 80%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.page-head__main { /* 1000px以上 */
	max-width: 694px;
	width: calc(100% - 50px);
}

.page-head__image { /* 1000px以上 */
	width: 89.6%;
	max-width: 855px;
	margin-top: 20px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.page-head__image img { /* 1000px以上 */
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
	height: 100%;
}

	.page-head__buttons { /* 1000px以上 */
		display: none;
	}

	.l-pagehead--ai .page-head--cr { /* 1000px以上 */
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: clamp(140px, 14.5vw, 280px);
		padding-right: clamp(340px, 30vw, 500px);
	}

	.l-pagehead--ai .page-head__main { /* 1000px以上 */
		margin-left: 0;
		margin-right: 0;
	}

	.l-pagehead--ai .page-head__label__logo { /* 1000px以上 */
		display: inline-block;
		width: 194px;
		height: 26px;
	}

	.l-pagehead--ai .page-head__label__logo img { /* 1000px以上 */
		display: block;
		width: 194px;
		height: 26px;
		opacity: 1;
		visibility: visible;
	}

.special__table tbody th { /* 1000px以上 */
	padding: 0 0 0 20px;
}

.resolution__item { /* 1000px以上 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.resolution__icon { /* 1000px以上 */
	width: 90px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	text-align: left;
	margin-bottom: 0;
}

.resolution__icon img {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.resolution__main { /* 1000px以上 */
	width: calc(100% - 120px);
	margin-left: 30px;
}

.flow-chart { /* 1000px以上 */
	padding: 40px 3.6%;
	margin-bottom: 30px;
}

.flow-chart__head { /* 1000px以上 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: calc(100% - 160px);
	margin-left: auto;
	margin-bottom: 30px;
}

.flow-chart__head__item { /* 1000px以上 */
	width: calc(100% / 6 - 29px);
	margin-right: 29px;
	font-size: 1.6rem;
	line-height: 1.2;
	height: 63px;
}

.flow-chart__head__item::before { /* 1000px以上 */
	border-left: 29px solid rgba(163, 0, 156, 0.1);
	border-top: 31.5px solid transparent;
	border-bottom: 31.5px solid transparent;
	top: 0;
	left: 100%;
}

.flow-chart__head__item__num { /* 1000px以上 */
	left: 5px;
	font-size: 2.7rem;
}

.flow-chart__head__item__sm { /* 1000px以上 */
	font-size: 1.2rem;
}

.flow-chart__head__item__text { /* 1000px以上 */
	padding-left: 10px;
}

.flow-chart__content { /* 1000px以上 */
	margin-bottom: -20px;
}

.flow-chart__content__row { /* 1000px以上 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
}

.flow-chart__content__row:first-child {
	margin-bottom: 30px;
}

.flow-chart__content__head { /* 1000px以上 */
	width: 160px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.flow-chart__content__head--gamehit img { /* 1000px以上 */
	width: 86.9%;
}

.flow-chart__content__head p { /* 1000px以上 */
	font-size: 1.6rem;
	line-height: 1.7;
}

.flow-chart__content__data { /* 1000px以上 */
	width: calc(100% - 160px);
	border-radius: 137px;
	font-size: 1.6rem;
	height: 50px;
}

.flow-chart__content__data__gamehit { /* 1000px以上 */
	font-size: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
}

.flow-chart__content__data__other { /* 1000px以上 */
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.flow-chart__content__data__other--1 { /* 1000px以上 */
	left: 43%;
}

.flow-chart__content__data__other--2 { /* 1000px以上 */
	left: 14.3%;
}

.flow-chart__content__data__other--3 { /* 1000px以上 */
	left: 5px;
	width: 13.1%;
}

.price__cv__text { /* 1000px以上 */
	font-size: 2rem;
}

.movie { /* 1000px以上 */
	margin-bottom: 90px;
}

.article-head { /* 1000px以上 */
	margin-bottom: 43px;
}

.sns-share { /* 1000px以上 */
	display: none;
}

.sns-share--pc { /* 1000px以上 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 58px 0 36px;
}

.sns-share--pc .sns-share__list__item {
	margin-right: 20px;
}

.download { /* 1000px以上 */
	background: #FFFFFF;
	border-radius: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.download__main { /* 1000px以上 */
	display: block;
	width: calc(100% - 386px);
}

.download__form { /* 1000px以上 */
	border-left: 1px solid #D9D9D9;
	padding: 60px 30px;
	width: 386px;
}

.download-head__lead { /* 1000px以上 */
	text-align: center;
}

.download-head__lead:not(:last-child) { /* 1000px以上 */
	margin-bottom: 40px;
}

.download-head__content { /* 1000px以上 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 30px 30px 28px;
}

.download-head__content:not(:last-child) { /* 1000px以上 */
	margin-bottom: 40px;
}

.download-head__image { /* 1000px以上 */
	width: 56.6%;
	margin-right: 3.5%;
	margin-bottom: 0;
}

.download-head__main { /* 1000px以上 */
	max-width: 345px;
}

.download-head__main__heading { /* 1000px以上 */
	font-size: 2rem;
	text-align: left;
	margin-bottom: 5px;
}

.download-head__main__text { /* 1000px以上 */
	line-height: 2.2;
	margin-bottom: 17px;
}

.download-single__heading { /* 1000px以上 */
	font-size: 3.2rem;
	line-height: 1.5;
}

.download-single__list-wrap { /* 1000px以上 */
	margin-top: 0;
}

.download-single__list-wrap h2 { /* 1000px以上 */
	font-size: 2rem;
	margin-bottom: 11px;
}

.download-single__list-wrap ul li:not(:last-child) { /* 1000px以上 */
	margin-bottom: 4px;
}

}

@media screen and (min-width: 1000px) and (max-width: 1599px) {

.l-pagehead--ai .l-pagehead__cv {
	width: clamp(360px, 42vw, 520px);
	min-width: 0;
	top: 40%;
	right: clamp(30px, 5vw, 80px);
}

.l-pagehead--ai .l-request__inner {
	padding: 28px 20px;
}

.l-pagehead--ai .heading-4 {
	font-size: 1.6rem;
	margin-bottom: 14px;
}

.l-pagehead--ai .form .button-primary {
	font-size: 1.6rem;
	padding: 20px 0;
}

.l-pagehead--ai .form__other-link {
	font-size: 1.4rem;
	margin-top: 16px;
}

.l-pagehead--ai .form__note {
	font-size: 1rem;
	margin-top: 14px;
}

}

.l-pagehead--ai .l-request,
.l-pagehead--ai .l-request__inner,
.l-pagehead--ai .form,
.l-pagehead--ai .heading-4,
.l-pagehead--ai .form__other-link,
.l-pagehead--ai .form__note {
	text-align: center !important;
}

.l-pagehead--ai .l-request__inner,
.l-pagehead--ai .form {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.l-pagehead--ai .form .button-primary,
.l-pagehead--ai .form__other-link,
.l-pagehead--ai .form__note {
	margin-left: auto !important;
	margin-right: auto !important;
}

.l-pagehead--ai .form .button-primary {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.l-pagehead--ai .ai-pagehead-cta {
	position: relative !important;
	width: 100% !important;
	max-width: 430px !important;
	margin: 32px auto 0 !important;
	z-index: 3 !important;
}

.l-pagehead--ai .ai-pagehead-cta .l-request {
	position: relative !important;
	top: auto !important;
	right: auto !important;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	width: 100% !important;
	max-width: 430px !important;
	height: auto !important;
	min-height: auto !important;
	margin: 0 auto !important;
	overflow: visible !important;
	background: rgba(255, 255, 255, 0.94) !important;
	border-radius: 18px !important;
	-webkit-box-shadow: 0 16px 40px rgba(162, 0, 156, 0.18) !important;
	box-shadow: 0 16px 40px rgba(162, 0, 156, 0.18) !important;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
	text-align: center !important;
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
}

.l-pagehead--ai .ai-pagehead-cta .l-request__inner {
	width: 100% !important;
	padding: 24px 28px !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
}

@media screen and (min-width: 1000px) {

.l-pagehead--ai .page-head--cr {
	padding-right: clamp(300px, 32vw, 480px) !important;
}

.l-pagehead--ai .page-head__text {
	margin-bottom: 0;
}

.l-pagehead--ai .l-pagehead__cv {
	position: absolute !important;
	top: 50% !important;
	right: clamp(28px, 5vw, 96px) !important;
	width: clamp(320px, 27vw, 390px) !important;
	max-width: none !important;
	min-width: 0 !important;
	margin: 0 !important;
	background: transparent !important;
	border-left: 0 !important;
	-webkit-transform: translateY(-45%) !important;
	-ms-transform: translateY(-45%) !important;
	transform: translateY(-45%) !important;
	z-index: 2 !important;
}

.l-pagehead--ai .l-request {
	width: 100% !important;
	max-width: 390px !important;
	min-height: auto !important;
	margin: 0 auto !important;
}

.l-pagehead--ai .l-request__inner {
	padding: 24px 28px !important;
}

.l-pagehead--ai .heading-4 {
	margin-bottom: 14px !important;
}

.l-pagehead--ai .form__other-link {
	margin-top: 16px !important;
}

.l-pagehead--ai .form__note {
	margin-top: 14px !important;
}

.l-pagehead--ai .achievement--ai-video {
	margin-top: 34px !important;
}

}

@media screen and (min-width: 1000px) and (max-width: 1199px) {

.l-pagehead--ai .page-head--cr {
	padding-left: 80px !important;
	padding-right: 80px !important;
}

.l-pagehead--ai .page-head__main {
	width: 100% !important;
	max-width: 720px !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.l-pagehead--ai .page-head__heading {
	font-size: clamp(3.4rem, 3.6vw, 4rem) !important;
	line-height: 1.35 !important;
	margin-bottom: 16px !important;
}

.l-pagehead--ai .page-head__text {
	font-size: 1.6rem !important;
	line-height: 1.65 !important;
	max-width: 640px !important;
}

.l-pagehead--ai .l-pagehead__cv {
	max-width: 360px !important;
	margin-top: 26px !important;
}

.l-pagehead--ai .ai-pagehead-cta {
	max-width: 360px !important;
	margin-top: 26px !important;
}

.l-pagehead--ai .l-request {
	max-width: 360px !important;
}

.l-pagehead--ai .ai-pagehead-cta .l-request {
	max-width: 360px !important;
}

.l-pagehead--ai .l-request__inner {
	padding: 22px 24px !important;
}

.l-pagehead--ai .form .button-primary {
	width: 100% !important;
	padding: 18px 0 !important;
}

.l-pagehead--ai .achievement--ai-video {
	margin-top: 38px !important;
}

}

@media screen and (min-width: 1240px) {

.xlg-none { /* 1240px以上(メニュー用) */
	display: none;
}

.l-navi { /* 1240px以上(メニュー用) */
	padding: 0 0 0 265px;
}

.footer__right__inner { /* 1240px以上(メニュー用) */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer__navi-wrap { /* 1240px以上(メニュー用) */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: -3px;
	margin-bottom: 0;
}

.footer__navi { /* 1240px以上(メニュー用) */
}

.footer__navi:not(:last-child) {
	margin-right: 82px;
}

.navi__item { /* 1240px以上(メニュー用) */
	font-size: clamp(1.2rem, 1vw, 1.6rem);
	letter-spacing: .05em;
}

.navi__item:not(:last-child) { /* 1240px以上(メニュー用) */
	margin-right: 30px;
}

.header-btns { /* 1240px以上(メニュー用) */
	width: 368px;
}

.header-btns__item:not(:last-child) { /* 1240px以上(メニュー用) */
	width: auto;
}

.header-btns__item--sm { /* 1240px以上(メニュー用) */
	width: auto;
}

.heading-4 { /* 1240px以上(メニュー用) */
}

.mainvisual__inner { /* 1240px以上(メニュー用) */
	margin-right: 50px;
}

.mainvisual__text-lg { /* 1240px以上(メニュー用) */
	font-size: 4.8rem;
}

}

@media screen and (max-width: 999px) {

.l-request { /* 999px以下 */
	display: none;
	z-index: 2000;
	overflow: auto;
}

.l-request__inner {
	width: 86.666666%;
	margin-left: auto;
	margin-right: auto;
	padding: 35px 0;
}

body.is-fixed .l-request {
	pointer-events: auto;
}

.l-header.is-fixed .header-bar { /* 999px以下 */
	position: fixed;
	-webkit-transform: translateY(calc(-15px - 100%));
	-ms-transform: translateY(calc(-15px - 100%));
	transform: translateY(calc(-15px - 100%));
	height: 60px;
}

.l-header.is-transition .header-bar { /* 999px以下 */
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	background: #ffffff;
}

.header-bar.is-menu-opend { /* 999px以下 */
	background: none !important;
}

.header-bar.is-menu-opend .header-logo::before {
	opacity: 0;
}

.header-bar.is-menu-opend .header-logo img {
	opacity: 1;
}

.l-header.is-visible .header-bar { /* 999px以下 */
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.works__item { /* 999px以下 */
}

.works__item:nth-child(odd) {
	margin-right: 4%;
}

.flow-chart__inner { /* 999px以下 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	max-width: 390px;
	margin-left: auto;
	margin-right: auto;
}

.flow-chart__head { /* 999px以下 */
	padding-top: 88px;
	width: 60px;
}

.flow-chart__head__item { /* 999px以下 */
	width: 100%;
	height: 85px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
	margin-bottom: 16px;
	padding-top: 5px;
	font-size: 1.3rem;
}

.flow-chart__head__item::before { /* 999px以下 */
	border-top: 15px solid rgba(163, 0, 156, 0.1);
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	top: 100%;
	left: 0;
}

.flow-chart__head__item__num { /* 999px以下 */
	right: -2px;
	line-height: 1;
}

.flow-chart__head__item__text { /* 999px以下 */
}

.flow-chart__content { /* 999px以下 */
	width: calc(100% - 60px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.flow-chart__content__row { /* 999px以下 */
	position: relative;
	width: calc(23% - 10px);
	margin-right: 10px;
}

.flow-chart__content__row--gamehit {
	width: calc(31% - 10px);
}

.flow-chart__content__head { /* 999px以下 */
	height: 88px;
	font-size: 1.3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding-bottom: 10px;
}

.flow-chart__content__head__inner { /* 999px以下 */
	border: 1px solid #A3009C;
	border-radius: 5px;
	display: block;
	padding: 5px;
	margin-bottom: 10px;
	position: relative;
}

.flow-chart__content__head__inner:before,
.flow-chart__content__head__inner:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	position: absolute;
	top: 100%;
	left: calc((100% - 80px) / 2 + 10px);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.flow-chart__content__head__inner:before {
	border-top: 12px solid #A3009C;
}

.flow-chart__content__head__inner:after {
	border-top: 12px solid #FFFFFF;
	margin-top: -1.5px;
}

.flow-chart__content__head--gamehit { /* 999px以下 */
	width: calc(100% + 80px);
	margin-left: -10px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.flow-chart__content__head--gamehit img { /* 999px以下 */
}

.flow-chart__content__head p { /* 999px以下 */
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
}

.flow-chart__content__data { /* 999px以下 */
	width: 100%;
	height: calc(100% - 88px);
	border-radius: 137px;
	position: absolute;
}

.flow-chart__content__data p span { /* 999px以下 */
	width: 100%;
	height: 100%;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.flow-chart__content__data__gamehit { /* 999px以下 */
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.flow-chart__content__data__other { /* 999px以下 */
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: calc(100% - 8px);
	height: 30%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 5px 0;
}

.flow-chart__content__data__other--1 { /* 999px以下 */
	top: 42%;
}

.flow-chart__content__data__other--2 { /* 999px以下 */
	top: 13%;
}

.flow-chart__content__data__other--3 { /* 999px以下 */
	height: 17%;
}

.breadcrumb { /* 999px以下 */
	display: none;
}

}

@media screen and (max-width: 767px) {

.sp-only { /* 767px以下 */
	display: block !important;
}

.sp-only-2 { /* 767px以下 */
	display: inline-block !important;
}

.pc-only { /* 767px以下 */
	display: none !important;
}

.pc-only-2 { /* 767px以下 */
	display: none !important;
}

.sp-none { /* 767px以下 */
	display: none;
}

.l-header.is-black .navi { /* 767px以下 */
	color: #ffffff;
}

.l-header.is-sp-black .navi { /* 767px以下 */
	color: #ffffff;
}

.special__table tbody th { /* 767px以下 */
}

.special__table tbody th span {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
	white-space: nowrap;
	line-height: 1em;
}

.form--sp-mb { /* 767px以下 */
	margin-bottom: 52px;
}

.form__error { /* 767px以下 */
	margin: 4px 0;
}

.page-head--cr::before { /* 767px以下 */
	background-position: center calc(100% + 205px), center;
	background-size: 100% auto, auto;
}

.achievement__top__item { /* 767px以下 */
}

.achievement--ai-video {
	padding-left: 10px;
	padding-right: 10px;
	width: 280px;
	max-width: calc(100vw - 64px);
	box-sizing: border-box;
	overflow: hidden;
}

.achievement--ai-video .achievement__top__item {
	font-size: 1.2rem;
	line-height: 1.5;
	white-space: nowrap;
}

.achievement--ai-video .achievement__top__item span {
	font-size: 1.45rem;
}

.achievement--ai-video .achievement__top__item:first-child,
.achievement--ai-video .achievement__top__item:nth-child(3) {
	width: 50%;
}

.achievement__top__item:first-child {
	width: 55%;
}

.achievement__top__item:nth-child(3) {
	width: 45%;
}

}

/* ClickClickAds AI hero: keep every hero component on one centered axis. */
.l-pagehead--ai .page-head,
.l-pagehead--ai .page-head--cr,
.l-pagehead--ai .page-head__main {
	text-align: center !important;
}

.l-pagehead--ai .page-head--cr {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
	padding-left: clamp(32px, 8vw, 160px) !important;
	padding-right: clamp(32px, 8vw, 160px) !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
}

.l-pagehead--ai .page-head__main {
	width: min(100%, 820px) !important;
	max-width: 820px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.l-pagehead--ai .page-head__label,
.l-pagehead--ai .page-head__heading,
.l-pagehead--ai .page-head__text,
.l-pagehead--ai .ai-pagehead-cta,
.l-pagehead--ai .achievement--ai-video {
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center !important;
}

.l-pagehead--ai .page-head__heading {
	max-width: 820px !important;
}

.l-pagehead--ai .page-head__text {
	max-width: 720px !important;
}

.l-pagehead--ai .ai-pagehead-cta {
	width: 100% !important;
	max-width: 430px !important;
}

.l-pagehead--ai .achievement--ai-video {
	width: 100% !important;
	max-width: 694px !important;
}

.l-pagehead--ai .achievement--ai-video .achievement__top {
	width: 100% !important;
}

@media screen and (min-width: 1000px) and (max-width: 1199px) {
	.l-pagehead--ai .page-head--cr {
		padding-left: 64px !important;
		padding-right: 64px !important;
	}

	.l-pagehead--ai .page-head__main {
		max-width: 720px !important;
	}
}

@media screen and (max-width: 999px) {
	.l-pagehead--ai .page-head__main {
		width: calc(100% - 44px) !important;
		max-width: 680px !important;
	}
}

/* ClickClickAds AI hero: animated AI video background behind centered content. */
.l-pagehead--ai .l-pagehead__inner {
	position: relative !important;
	background: #220035 !important;
}

.l-pagehead--ai .ai-hero-video-bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
	pointer-events: none;
	background: #220035;
}

.l-pagehead--ai .ai-hero-video-bg video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .92;
	-webkit-filter: saturate(1.08) contrast(1.05);
	filter: saturate(1.08) contrast(1.05);
}

.l-pagehead--ai .ai-hero-video-bg::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(34, 0, 53, .08), rgba(34, 0, 53, .16));
}

.l-pagehead--ai .page-head,
.l-pagehead--ai .page-head--cr {
	background: transparent !important;
}

.l-pagehead--ai .page-head--cr::before {
	background: transparent !important;
}

.l-pagehead--ai .page-head__label__text,
.l-pagehead--ai .page-head__heading strong {
	color: #ff2bd6 !important;
	text-shadow: 0 3px 18px rgba(0, 0, 0, .45);
}

.l-pagehead--ai .page-head__heading,
.l-pagehead--ai .page-head__text {
	color: #ffffff !important;
	text-shadow: 0 3px 18px rgba(0, 0, 0, .55);
}

.l-pagehead--ai .l-pagehead__main,
.l-pagehead--ai .page-head__main {
	position: relative !important;
	z-index: 2 !important;
}

/* ClickClickAds AI pricing table */
.pricing-table {
	max-width: 1100px;
	margin: 40px auto 0;
	background: #ffffff;
	border-radius: 10px;
	padding: 20px;
	display: grid;
	gap: 16px;
}

.pricing-table__item {
	position: relative;
	border: 1px solid #D9D9D9;
	border-radius: 8px;
	padding: 24px 20px 22px;
	background: #ffffff;
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

.pricing-table__item--featured {
	border: 3px solid #a2009c;
	box-shadow: 0 12px 32px rgba(162, 0, 156, .18);
}

.pricing-table__badge {
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
	background: #a2009c;
	color: #ffffff;
	border-radius: 999px;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1;
	padding: 8px 18px;
	white-space: nowrap;
}

.pricing-table__name {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.3;
	color: #172333;
	text-align: center;
	margin-bottom: 8px;
}

.pricing-table__desc {
	min-height: 3.6em;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.6;
	color: #7E7E7E;
	text-align: center;
	margin-bottom: 18px;
}

.pricing-table__price {
	text-align: center;
	color: #172333;
	margin-bottom: 22px;
}

.pricing-table__price span {
	font: 700 3.8rem Helvetica, "Noto Sans JP", sans-serif;
	letter-spacing: 0;
	color: #a2009c;
}

.pricing-table__price small {
	font-size: 1.4rem;
	font-weight: 700;
	margin-left: 4px;
	color: #7E7E7E;
}

.pricing-table__features {
	border-top: 1px solid #E6E6E6;
	padding-top: 18px;
	margin-top: auto;
}

.pricing-table__features li {
	position: relative;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.6;
	color: #172333;
	padding-left: 22px;
}

.pricing-table__features li:not(:last-child) {
	margin-bottom: 10px;
}

.pricing-table__features li::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #a2009c;
	position: absolute;
	top: .65em;
	left: 0;
}

@media screen and (min-width: 768px) {
	.pricing-table {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 20px;
		padding: 40px;
	}

	.pricing-table__item {
		padding: 30px 24px 28px;
	}
}

/* ClickClickAds AI generator hero: merge / page layout into the static generator page. */
.l-pagehead--ai .page-head--cr {
	width: min(1180px, calc(100% - 44px)) !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding: 54px 0 48px !important;
}

.l-pagehead--ai .page-head__main {
	width: 100% !important;
	max-width: none !important;
	display: block !important;
	-webkit-box-align: stretch !important;
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}

.l-pagehead--ai .ai-landing-hero {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 30px;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.ai-landing-hero__content {
	color: #ffffff;
	text-align: left;
}

.ai-landing-hero__badge {
	display: inline-block;
	padding: 9px 18px;
	border: 1px solid rgba(255, 255, 255, .36);
	border-radius: 999px;
	background: rgba(255, 255, 255, .13);
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: .02em;
}

.ai-landing-hero__heading {
	margin-top: 24px;
	max-width: 660px;
	font-size: clamp(4.2rem, 10vw, 6.6rem);
	font-weight: 900;
	line-height: 1.04;
	letter-spacing: 0;
}

.ai-landing-hero__text {
	margin-top: 26px;
	max-width: 680px;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.75;
	letter-spacing: .02em;
}

.ai-landing-hero__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 14px;
	margin-top: 30px;
}

.ai-landing-hero__buttons .button-primary {
	margin: 0;
}

.ai-landing-hero__secondary {
	display: block;
	width: 100%;
	max-width: 400px;
	padding: 17px 0;
	border-radius: 64px;
	background: #ffffff;
	color: #6e007c;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
}

.ai-workbench {
	padding: 20px;
	border: 0;
	border-radius: 34px;
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ai-workbench__inner {
	color: #ffffff;
}

.ai-workbench__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
	margin-bottom: 18px;
}

.ai-workbench__title {
	font-size: 1.8rem;
	font-weight: 800;
	color: #ffffff;
}

.ai-workbench__lang {
	display: inline-block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 7px 14px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .18);
	color: #ffffff;
	font-size: 1.2rem;
	font-weight: 700;
}

.ai-workbench__links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 14px;
}

.ai-workbench__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 14px;
	padding: 16px;
	border-radius: 16px;
	background: rgba(255, 255, 255, .9);
	border: 1px solid rgba(162, 0, 156, .12);
	color: #121E2C;
	text-align: left;
	text-decoration: none;
	-webkit-box-shadow: 0 10px 26px rgba(18, 30, 44, .08);
	box-shadow: 0 10px 26px rgba(18, 30, 44, .08);
	-webkit-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}

.ai-workbench__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-radius: 13px;
	background: rgba(110, 0, 124, .1);
	color: #a2009c;
	font-size: 2rem;
	font-weight: 900;
}

.ai-workbench__copy {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 0;
}

.ai-workbench__link-title {
	display: block;
	font-size: 1.6rem;
	font-weight: 800;
	line-height: 1.35;
}

.ai-workbench__desc {
	display: block;
	margin-top: 3px;
	color: #64748b;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.45;
}

.ai-workbench__arrow {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	color: #a2009c;
	font-size: 2.1rem;
	font-weight: 700;
}

.l-pagehead--ai .achievement--ai-video {
	margin-top: 34px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center !important;
}

@media screen and (min-width: 768px) {
	.ai-landing-hero__buttons {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.ai-landing-hero__buttons .button-primary,
	.ai-landing-hero__secondary {
		width: 190px;
		max-width: 190px;
		padding: 15px 0;
		font-size: 1.55rem;
	}
}

@media screen and (min-width: 1000px) {
	.l-pagehead--ai .page-head--cr {
		padding: 78px 0 58px !important;
	}

	.l-pagehead--ai .ai-landing-hero {
		display: grid;
		grid-template-columns: 1.02fr .98fr;
		gap: 58px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.ai-landing-hero__heading {
		font-size: clamp(5rem, 4.35vw, 6.1rem);
	}

	.ai-landing-hero__text {
		font-size: 2rem;
	}

	.ai-workbench {
		padding: 24px;
		border-width: 22px;
		border-radius: 38px;
	}

	.ai-workbench__link {
		padding: 18px;
		border-radius: 18px;
	}

	.ai-workbench__link:hover {
		background: #ffffff;
		-webkit-transform: translateY(-2px);
		-ms-transform: translateY(-2px);
		transform: translateY(-2px);
		-webkit-box-shadow: 0 18px 30px rgba(0, 0, 0, .14);
		box-shadow: 0 18px 30px rgba(0, 0, 0, .14);
	}

	.l-pagehead--ai .achievement--ai-video {
		margin-top: 42px !important;
	}
}

@media screen and (max-width: 767px) {
	.ai-workbench {
		padding: 14px;
		border-width: 12px;
		border-radius: 26px;
	}

	.ai-landing-hero__heading {
		font-size: clamp(4rem, 13vw, 5.8rem);
	}

	.ai-landing-hero__text {
		font-size: 1.55rem;
	}

	.ai-workbench__link {
		padding: 14px;
	}

	.ai-workbench__desc {
		font-size: 1.15rem;
	}
}

.consult-card {
	position: relative;
	padding: 18px 0 0;
	max-width: 420px;
}

.consult-card::before {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 50%;
	width: 72px;
	height: 3px;
	border-radius: 999px;
	background: -webkit-linear-gradient(130deg, #a2009c, #d4145a);
	background: -o-linear-gradient(130deg, #a2009c, #d4145a);
	background: linear-gradient(130deg, #a2009c, #d4145a);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: .42;
}

.consult-card__eyebrow {
	display: inline-block;
	margin: 12px auto 14px;
	padding: 6px 16px;
	border: 1px solid rgba(162, 0, 156, .18);
	border-radius: 999px;
	background: rgba(162, 0, 156, .06);
	color: #a2009c;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: .08em;
	line-height: 1.5;
}

.consult-card__list {
	margin: 0 0 22px;
	padding: 0;
	list-style: none;
	border: 1px solid rgba(162, 0, 156, .12);
	border-radius: 12px;
	background: rgba(255, 255, 255, .78);
	-webkit-box-shadow: 0 10px 30px rgba(162, 0, 156, .08);
	box-shadow: 0 10px 30px rgba(162, 0, 156, .08);
	overflow: hidden;
}

.consult-card__list li {
	position: relative;
	padding: 12px 18px 12px 42px;
	color: #333;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.55;
	text-align: left;
}

.consult-card__list li:not(:first-child) {
	border-top: 1px solid rgba(162, 0, 156, .10);
}

.consult-card__list li::before {
	content: "";
	display: block;
	position: absolute;
	top: 16px;
	left: 18px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: -webkit-linear-gradient(130deg, #a2009c, #d4145a);
	background: -o-linear-gradient(130deg, #a2009c, #d4145a);
	background: linear-gradient(130deg, #a2009c, #d4145a);
	-webkit-box-shadow: 0 0 0 4px rgba(212, 20, 90, .10);
	box-shadow: 0 0 0 4px rgba(212, 20, 90, .10);
}

.consult-card .consult-card__button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 10px;
	min-height: 64px;
	padding-left: 22px;
	padding-right: 22px;
	font-size: 1.65rem;
	line-height: 1.35;
	letter-spacing: 0;
	-webkit-box-shadow: 0 18px 34px rgba(212, 20, 90, .28);
	box-shadow: 0 18px 34px rgba(212, 20, 90, .28);
}

.consult-card__button-icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #ffffff;
	color: #a2009c;
	font-size: 1.4rem;
	font-weight: 800;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.consult-card__note {
	margin-top: 16px;
	color: #666;
	font-size: 1.15rem;
	line-height: 1.75;
	text-align: center;
}

@media screen and (max-width: 999px) {
	.consult-card {
		padding-top: 16px;
	}

	.consult-card__list li {
		font-size: 1.2rem;
	}

	.consult-card .consult-card__button {
		min-height: 60px;
		font-size: 1.55rem;
	}
}

@media screen and (max-width: 767px) {
	.consult-card {
		max-width: 100%;
	}

	.consult-card__eyebrow {
		margin-bottom: 12px;
	}

	.consult-card__list {
		margin-bottom: 18px;
	}

	.consult-card__list li {
		padding: 10px 14px 10px 38px;
		font-size: 1.15rem;
	}

	.consult-card__list li::before {
		top: 14px;
		left: 16px;
		width: 10px;
		height: 10px;
	}

	.consult-card .consult-card__button {
		min-height: 58px;
		font-size: 1.45rem;
	}

	.consult-card__button-icon {
		width: 28px;
		height: 28px;
		font-size: 1.3rem;
	}
}
