*,
*::before,
*::after {
	box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
	border: 0;
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

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

ol,
ul {
	list-style: none;
}

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

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

button {
	background: transparent;
	border: none;
	box-shadow: none;
	cursor: pointer;
	font: inherit;
	margin: 0;
	padding: 0;
}

input,
select,
textarea {
	color: inherit;
	font: inherit;
	vertical-align: top;
}

@font-face {
	font-display: swap;
	font-family: "Senobi-Gothic-Bold";
	src: url("../font/Senobi-Gothic-Bold.woff2") format("woff2");
}

.c-inner {
	margin-inline: auto;
	max-width: 917px;
	padding-inline: 50px;
}

.c-heading {
	color: #000;
	font-family: "Senobi-Gothic-Bold", sans-serif;
	font-size: 50px;
	line-height: 100px; /* 200% */
	text-align: center;
}

.c-heading--white {
	color: #fff;
}

.c-button {
	background: linear-gradient(90deg, #FC8D8F 0%, #8180FA 100%);
	border-radius: 100px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	color: #FFF;
	display: inline-block;
	font-family: "Senobi-Gothic-Bold", sans-serif;
	font-size: 20px;
	padding: 22px;
	text-align: center;
	transition: 0.3s;
	width: 100%;
}

.c-button:hover {
	opacity: 0.7;
}

.fv {
	background: url(../img/contact_bg.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	padding-block: 81px 44px;
}

.fv__caption {
	background: #000;
	border-radius: 100px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	color: #FFF;
	font-family: "Senobi-Gothic-Bold", sans-serif;
	font-size: 18px;
	padding: 22px 38px;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.fv__container {
	display: flex;
	justify-content: space-between;
	margin-top: 58px;
}

.fv__content {
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	padding-left: 17px;
	padding-top: 10px;
}

.fv__subtitle {
	font-family: "Senobi-Gothic-Bold", sans-serif;
	font-size: 25px;
}

.fv__title {
	font-family: "Senobi-Gothic-Bold", sans-serif;
	font-size: 70px;
	line-height: 100px;
}

.fv__desc {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 25px;
	font-weight: 700;
	margin-top: 20px;
}

.fv__block {
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.fv__image {
	display: block;
	max-width: 360px;
	width: 100%;
}

.fv__image img {
	width: 100%;
}

.fv__text {
	font-family: "Senobi-Gothic-Bold", sans-serif;
	font-size: 20px;
	position: absolute;
	right: 14px;
	top: -48px;
	transform: rotate(21deg);
}

.cta {
	background: #000;
	padding-block: 50px 55px;
}

.cta--small {
	padding-block: 43px 43px;
}

.cta--price {
	padding-block: 50px 66px;
}

.cta__contents {
	display: flex;
	flex-direction: column;
	gap: 43px;
}

.cta__contents--small {
	gap: 29px;
}

.cta__contents--price {
	gap: 65px;
}

.cta__text {
	color: #FFF;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}

.cta__text--sg {
	font-family: "Senobi-Gothic-Bold", sans-serif;
}

.cta__text--price {
	line-height: 284%;
	margin-top: 38px;
}

.about {
	background: url(../img/about_bg.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-block: 80px 248px;
	position: relative;
}

.about__items {
	display: flex;
	flex-direction: column;
	gap: 32px;
	margin-top: 32px;
	position: relative;
	z-index: 1;
}

.about__item {
	background-color: #fff;
	border-radius: 10px 50px 50px 50px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	padding: 36px 37px 36px 56px;
	width: -moz-fit-content;
	width: fit-content;
}

.about__item:nth-child(even) {
	border-radius: 50px 10px 50px 50px;
	margin-left: auto;
}

.about__text {
	background: linear-gradient(90deg, #FF8D8D 0%, #7D7FFF 100%);
	background-clip: text;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 700;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.about__image {
	bottom: -110px;
	display: block;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 715px;
	z-index: 0;
}

.about__image img {
	width: 100%;
}

.features {
	background: url(../img/voice_bg.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-block: 179px 92px;
}

.features__content {
	background-color: #fff;
	border-radius: 50px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	display: flex;
	flex-direction: column;
	gap: 46px;
	margin-top: -51px;
	padding: 74px 91px 57px;
}

.features__desc {
	background: linear-gradient(270deg, #7D7FFF 0%, #FF8D8D 100%);
	background-clip: text;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 700;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.features__inner {
	margin-inline: auto;
	max-width: 1139px;
	padding-inline: 50px 66px;
}

.features__items {
	display: flex;
	flex-direction: column;
	gap: 109px;
	margin-inline: auto;
	margin-top: 100px;
	max-width: 483px;
}

.features__item {
	display: flex;
	flex-direction: column;
}

.features__item:nth-child(odd) {
	gap: 30px;
}

.features__item:nth-child(odd) .features__text {
	max-width: 373px;
}

.features__item:nth-child(even) {
	gap: 30px;
}

.features__body {
	display: flex;
	flex-direction: column;
}

.features__point {
	border: 2px solid #000;
	border-radius: 10px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	box-sizing: border-box;
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 700;
	padding: 5px 19px;
	width: -moz-fit-content;
	width: fit-content;
}

.features__title {
	color: #000;
	font-family: "Senobi-Gothic-Bold", sans-serif;
	font-size: 40px;
	line-height: 125%; /* 125% */
	margin-top: 25px;
	white-space: nowrap;
}

.features__text {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 700;
	margin-top: 26px;
}

.features__image {
	border-radius: 50px;
	display: block;
	flex-shrink: 0;
	height: 270px;
	overflow: hidden;
	width: 483px;
}

.features__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.overview {
	background: url(../img/overview_bg.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-block: 90px 102px;
}

.vision__container {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.vision__icon {
	display: block;
	flex-shrink: 0;
	width: 187px;
}

.vision__icon img {
	width: 100%;
}

.vision__person {
	display: flex;
	flex-direction: column;
	gap: 45px;
	margin-top: 17px;
}

.vision__name {
	color: #000;
	font-family: "Senobi-Gothic-Bold", sans-serif;
	font-size: 40px;
	line-height: 125%;
	padding-left: 6px;
	text-align: center;
}

.vision__profile {
	display: flex;
	gap: 61px;
}

.vision__item {
	display: flex;
	flex-direction: column;
}

.vision__label {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 30px;
	font-weight: 700;
}

.vision__value {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 700;
}

.vision__content {
	display: flex;
	flex-direction: column;
	gap: 36px;
	margin-top: 56px;
}

.vision__text {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 700;
}

.vision__link {
	align-items: center;
	display: flex;
	gap: 6px;
}

.vision__link--icon {
	display: block;
	width: 29px;
}

.vision__link--icon img {
	width: 100%;
}

.vision__link--url {
	color: #0089FF;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 700;
	transition: 0.3s;
}

.vision__link--url:hover {
	opacity: 0.7;
}

.point {
	margin-top: 188px;
}

.point__wrap {
	margin-inline: auto;
	max-width: 1440px;
	position: relative;
}

.point__image {
	display: block;
	position: absolute;
	right: 0px;
	top: -300px;
	width: 300px;
}

.point__image img {
	width: 100%;
}

.point__items {
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin-top: 73px;
}

.point__item {
	align-items: end;
	display: flex;
	gap: 21px;
}

.point__item:last-child .point__content {
	padding: 36px 10px 36px 31px;
}

.point__content {
	background-color: #fff;
	border-radius: 10px 50px 50px 50px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	padding: 36px 37px 36px 31px;
	width: -moz-fit-content;
	width: fit-content;
}

.point__text {
	background: linear-gradient(90deg, #FF8D8D 0%, #7D7FFF 100%);
	background-clip: text;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 700;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.point__tag {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 7px;
	white-space: nowrap;
}

.company {
	background: url(../img/voice_bg.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-block: 88px 113px;
}

.company__swiper {
	margin-top: 60px;
}

.company .swiper-slide {
	width: auto;
}

.company__card {
	border-radius: 30px;
	height: 498px;
	overflow: hidden;
	position: relative;
	width: 346px;
}

.company__content {
	bottom: 24px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 297px;
}

.company__label {
	border-radius: 50px;
	color: #FFF;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 700;
	padding-inline: 20px;
}

.company__label--tiktok {
	background: #000;
}

.company__label--youtube {
	background: #E20000;
}

.company__label--instagram {
	background: linear-gradient(90deg, #EFA700 0%, #D81711 50%, #C81AC8 100%);
}

.company__title {
	color: #FFF;
	font-family: "Senobi-Gothic-Bold", sans-serif;
	font-size: 30px;
	line-height: 50px; /* 166.667% */
}

.company__desc {
	color: #FFF;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 700;
}

.company__buttons {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-top: 13px;
}

.company__button {
	align-items: center;
	border-radius: 100px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	box-sizing: border-box;
	display: flex;
	max-height: 48px;
	transition: 0.3s;
	width: 131px;
}

.company__button--detail {
	border: 2px solid #FFF;
	gap: 18px;
	padding: 9px 7px;
}

.company__button--consult {
	background: linear-gradient(90deg, #FC8D8F 0%, #8180FA 100%);
	flex-direction: row-reverse;
	gap: 5px;
	padding: 9px 13px;
}

.company__button:hover {
	opacity: 0.7;
}

.company__button--text {
	color: #FFF;
	font-family: "Senobi-Gothic-Bold", sans-serif;
	font-size: 20px;
	text-align: center;
}

.company__icon {
	display: block;
	flex-shrink: 0;
}

.company__icon img {
	width: 100%;
}

.company__icon--detail {
	width: 24px;
}

.company__icon--consult {
	width: 20px;
}

.company__image {
	display: block;
	overflow: hidden;
	width: 100%;
}

.company__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.success {
	background: url(../img/overview_bg.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-block: 40px 107px;
}

.success__wrap {
	margin-top: 48px;
}

.success__tabs {
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
	display: flex;
	gap: 50px;
	justify-content: space-around;
}

.success__tab {
	color: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 30px;
	font-weight: 700;
	padding-bottom: 18px;
	position: relative;
	text-align: center;
	transition: 0.3s;
	width: calc((100% - 100px) / 3);
}

.success__tab.is-active {
	color: #000;
}

.success__tab.is-active::after {
	background: linear-gradient(90deg, #FF8D8D 0%, #7D7FFF 100%);
	border-radius: 10px;
	bottom: -2.5px;
	content: "";
	height: 4px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 89px;
}

.success__tab:hover {
	color: #000;
}

.success__contents {
	display: flex;
	flex-direction: column;
	margin-top: 73px;
	padding-left: 126px;
}

.success__content {
	display: none;
}

.success__content.is-show {
	display: flex;
	flex-direction: column;
}

.success__item {
	display: flex;
	flex-direction: column;
	gap: 6px;
	position: relative;
}

.success__item::before {
	background: #808080;
	content: "";
	height: 100%;
	left: -107px;
	position: absolute;
	top: 0;
	width: 5px;
}

.success__item:nth-child(1) {
	gap: 17px;
}

.success__item:nth-child(1)::before {
	bottom: 0;
	height: calc(100% - 15px);
	top: auto;
}

.success__item:nth-child(2) {
	padding-top: 70px;
}

.success__item:nth-child(3) {
	padding-top: 63px;
}

.success__item:nth-child(4) {
	padding-top: 43px;
}

.success__item:nth-child(5) {
	padding-top: 48px;
}

.success__item:nth-child(5)::before {
	height: 80px;
}

.success__title {
	color: #000;
	font-family: "Senobi-Gothic-Bold", sans-serif;
	font-size: 40px;
	line-height: 50px; /* 125% */
	position: relative;
}

.success__title::after {
	background: #808080;
	border-radius: 50%;
	content: "";
	height: 28px;
	left: -119px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 28px;
}

.success__image {
	display: block;
	max-width: 671px;
	width: 100%;
}

.success__image img {
	width: 100%;
}

.success__text {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 700;
}

.voice {
	background: url(../img/voice_bg.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	padding-block: 88px 101px;
}

.voice__wrap {
	margin-inline: auto;
	max-width: 1440px;
	position: relative;
}

.voice__illust {
	display: block;
	position: absolute;
	right: -70px;
	top: -125px;
	transform: rotate(-27deg);
	width: 350px;
}

.voice__illust img {
	width: 100%;
}

.voice__items {
	display: flex;
	flex-direction: column;
	gap: 70px;
	margin-top: 71px;
}

.voice__item {
	display: flex;
	gap: 47px;
}

.voice__image {
	display: block;
	flex-shrink: 0;
	width: 187px;
}

.voice__image img {
	width: 100%;
}

.voice__content {
	display: flex;
	flex-direction: column;
	margin-top: 18px;
}

.voice__title {
	color: #000;
	font-family: "Senobi-Gothic-Bold", sans-serif;
	font-size: 40px;
	line-height: 50px; /* 125% */
}

.voice__text {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 700;
	margin-top: 5px;
}

.voice__label {
	border: 2px solid #000;
	border-radius: 10px;
	box-sizing: border-box;
	color: #000;
	font-family: "Senobi-Gothic-Bold", sans-serif;
	font-size: 20px;
	margin-top: 14px;
	padding: 5px 15px 5px 10px;
	width: -moz-fit-content;
	width: fit-content;
}

.flow {
	background: url(../img/voice_bg.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-block: 101px 146px;
}

.flow__items {
	display: flex;
	flex-direction: column;
	gap: 37px;
	margin-top: 63px;
}

.flow__items .flow__item + .flow__item {
	border-top: 2px solid rgba(0, 0, 0, 0.5);
	padding-top: 50px;
}

.flow__item {
	display: flex;
	gap: 40px;
}

.flow__label {
	border: 2px solid #000;
	border-radius: 10px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	box-sizing: border-box;
	color: #000;
	flex-shrink: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 700;
	height: -moz-fit-content;
	height: fit-content;
	margin-left: 9px;
	margin-top: 5px;
	padding: 5px 22px 8px 16px;
	width: -moz-fit-content;
	width: fit-content;
}

.flow__content {
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.flow__title {
	color: #000;
	font-family: "Senobi-Gothic-Bold", sans-serif;
	font-size: 30px;
	line-height: 125%;
}

.flow__text {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-weight: 700;
}

.question {
	background: url(../img/overview_bg.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-block: 80px 105px;
}

.question__wrap {
	margin-inline: auto;
	max-width: 1440px;
	position: relative;
}

.question__illust {
	display: block;
	left: -94px;
	position: absolute;
	top: -50px;
	width: 350px;
}

.question__illust img {
	width: 100%;
}

.question__items {
	display: flex;
	flex-direction: column;
	gap: 75px;
	margin-top: 33px;
}

.question__item {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.question__lead {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}

.question__content {
	display: flex;
	flex-direction: column;
	gap: 28px;
}

.question__talk {
	background-color: #fff;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	width: -moz-fit-content;
	width: fit-content;
}

.question__talk--question {
	border-radius: 50px 10px 50px 50px;
	margin-left: auto;
	padding: 36px 37px 36px 53px;
}

.question__talk--answer {
	border-radius: 10px 50px 50px 50px;
	margin-top: 12px;
	max-width: 609px;
	padding: 36px 19px 35px 22px;
}

.question__text {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 700;
}

.question__text--question {
	color: #000;
}

.question__text--answer {
	background: linear-gradient(90deg, #FF8D8D 0%, #7D7FFF 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.question__answer {
	display: flex;
	gap: 20px;
}

.question__icon {
	align-items: center;
	background: #fff;
	border-radius: 50%;
	display: flex;
	flex-shrink: 0;
	height: 85px;
	justify-content: center;
	width: 85px;
}

.question__icon--text {
	background: linear-gradient(90deg, #FF8D8D 0%, #7D7FFF 100%);
	background-clip: text;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 40px;
	font-weight: 700;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.contact {
	background: url(../img/contact_bg.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-block: 85px 127px;
}

.contact__content {
	background-color: #fff;
	border-radius: 50px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	margin-top: -46px;
	padding: 96px 80px 50px 81px;
}

.contact__fields {
	display: flex;
	flex-direction: column;
	gap: 35px;
}

.contact__field {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.contact__head {
	flex-shrink: 0;
	width: 179px;
}

.contact__label {
	border: 2px solid #000;
	border-radius: 10px;
	box-sizing: border-box;
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 700;
	padding: 6px 20px 9px 17px;
}

.contact__label--required-border {
	background: linear-gradient(90deg, #FF8D8D 0%, #7D7FFF 100%);
	border-radius: 10px;
	padding: 2px;
	width: -moz-fit-content;
	width: fit-content;
}

.contact__label--required-wrap {
	background-color: #FFF;
	border-radius: 8px;
	margin: auto;
	padding: 4px 18px 7px 15px;
}

.contact__label--required {
	background: linear-gradient(90deg, #FF8D8D 0%, #7D7FFF 100%);
	background-clip: text;
	border: 0;
	padding: 0;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.contact__item {
	width: 100%;
}

.contact__text {
	background-color: #F1F1F1;
	border: 1px solid #000;
	border-radius: 100px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 700;
	padding: 6px 14px 9px 19px;
	width: 100%;
}

.contact__text:focus {
	border: 1px solid #000;
	outline: none;
}

.contact__textarea {
	background-color: #F1F1F1;
	border: 1px solid #000;
	border-radius: 20px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 700;
	height: 163px;
	padding: 6px 14px 9px 19px;
	width: 100%;
}

.contact__textarea:focus {
	border: 1px solid #000;
	outline: none;
}

.contact__button {
	cursor: pointer;
	margin-inline: auto;
	margin-top: 9px;
	max-width: 370px;
	position: relative;
	transition: 0.3s;
	width: 100%;
}

.contact__button::after {
	background: url(../img/contact_send.webp) no-repeat center center/contain;
	content: "";
	height: 31px;
	position: absolute;
	right: 38px;
	top: 54%;
	transform: translateY(-50%);
	width: 31px;
}

.contact__button--input {
	background: linear-gradient(90deg, #FC8D8F 0%, #8180FA 100%);
	border: none;
	border-radius: 100px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	color: #FFF;
	display: flex;
	font-family: "Senobi-Gothic-Bold", sans-serif;
	font-size: 20px;
	font-weight: 700;
	justify-content: center;
	outline: none;
	padding-block: 23px 24px;
	text-align: center;
	width: 100%;
}

.contact__button:hover {
	opacity: 0.7;
}

.footer {
	background: #000;
	padding-block: 55px 65px;
}

.footer__copy {
	color: #FFF;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-weight: 700;
	justify-content: center;
	margin-top: 53px;
	text-align: center;
}

body {
	font-weight: 700;
}

.s-md-hidden {
	display: none;
}

.s-lg-hidden {
	display: block;
}

.s-of-hidden {
	overflow: hidden;
}

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

.s-md-hidden {
	display: block;
}

.s-lg-hidden {
	display: none;
}

}

@media (min-width: 900px) {

.contact__field {
	flex-direction: row;
	gap: 54px;
}

}

@media (min-width: 1000px) {

.vision__container {
	align-items: start;
	flex-direction: row;
	gap: 41px;
	margin-top: 73px;
}

.vision__name {
	text-align: left;
}

}

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

.fv__caption {
	font-size: 20px;
}

.fv__subtitle {
	font-size: 30px;
}

.fv__title {
	font-size: 88px;
}

.fv__desc {
	font-size: 30px;
	margin-top: 38px;
}

.features__items {
	margin-inline: 0;
	max-width: 100%;
}

.features__item {
	flex-direction: row;
}

.features__item:nth-child(odd) {
	gap: 56px;
	margin-inline: auto 0;
	max-width: 914px;
}

.features__item:nth-child(even) {
	flex-direction: row-reverse;
	gap: 71px;
	margin-inline: 0 auto;
	max-width: 935px;
}

.point__items {
	gap: 73px;
}

.point__text {
	white-space: nowrap;
}

.voice__illust {
	right: -10px;
	top: -125px;
	width: 427px;
}

.flow__title {
	font-size: 40px;
}

.flow__text {
	font-size: 20px;
}

}

@media (min-width: 1200px) {

.point__image {
	right: 0px;
	top: 9px;
	width: 400px;
}

.question__illust {
	left: -94px;
	top: -109px;
	width: 511px;
}

}

@media screen and (max-width: 767px) {

.c-inner {
	max-width: 500px;
	padding-inline: 20px;
}

.c-heading {
	font-size: 25px;
	line-height: 100%;
}

.c-button {
	font-size: 14px;
	padding: 15px;
}

.fv__wrap {
	margin-inline: auto;
	width: -moz-fit-content;
	width: fit-content;
}

.fv__caption {
	font-size: 12px;
	padding: 12px 20px;
}

.fv__container {
	flex-direction: column;
	gap: 50px;
	margin-top: 30px;
}

.fv__subtitle {
	font-size: 20px;
}

.fv__title {
	font-size: 50px;
	line-height: 80px;
}

.fv__desc {
	font-size: 20px;
	margin-top: 0;
}

.fv__image {
	max-width: 300px;
}

.fv__text {
	font-size: 16px;
	top: -7px;
}

.cta {
	padding-block: 30px 35px;
}

.cta__contents {
	gap: 20px;
}

.cta__text {
	font-size: 14px;
}

.about {
	padding-block: 60px 148px;
}

.about__items {
	gap: 20px;
	margin-top: 50px;
}

.about__item {
	max-width: 310px;
	padding: 15px 20px 20px 25px;
}

.about__text {
	font-size: 14px;
}

.about__image {
	bottom: -87px;
	width: 385px;
}

.features {
	padding-block: 120px 92px;
}

.features__content {
	border-radius: 30px;
	gap: 20px;
	margin-inline: auto;
	margin-top: -13px;
	max-width: 500px;
	padding: 30px 24px 26px;
}

.features__desc {
	font-size: 14px;
}

.features__inner {
	padding-inline: 20px;
}

.features__items {
	gap: 50px;
	margin-inline: auto;
	margin-top: 50px;
	max-width: 335px;
}

.features__item {
	width: -moz-fit-content;
	width: fit-content;
}

.features__item:nth-child(odd) {
	gap: 30px;
	margin: 0;
}

.features__item:nth-child(even) {
	flex-direction: column;
	gap: 30px;
	margin: 0;
}

.features__point {
	font-size: 12px;
	padding: 5px 10px;
}

.features__title {
	font-size: 25px;
	line-height: 120%;
	margin-top: 10px;
}

.features__text {
	font-size: 16px;
	margin-top: 15px;
}

.features__image {
	border-radius: 20px;
	height: 187px;
	width: 335px;
}

.overview {
	padding-block: 50px;
}

.vision__container {
	gap: 20px;
	margin-top: 30px;
}

.vision__icon {
	margin-inline: auto;
	width: 170px;
}

.vision__person {
	gap: 10px;
}

.vision__name {
	font-size: 25px;
}

.vision__profile {
	flex-direction: column;
	gap: 0px;
	margin-inline: auto;
	width: -moz-fit-content;
	width: fit-content;
}

.vision__item {
	align-items: center;
	flex-direction: row;
	gap: 20px;
}

.vision__label {
	font-size: 18px;
}

.vision__value {
	font-size: 14px;
}

.vision__content {
	gap: 20px;
	margin-top: 30px;
}

.vision__text {
	font-size: 16px;
}

.vision__link--icon {
	width: 15px;
}

.vision__link--url {
	font-size: 12px;
}

.point {
	margin-top: 150px;
}

.point__image {
	right: 0;
	top: -200px;
	width: 180px;
}

.point__items {
	margin-top: 50px;
}

.point__item {
	gap: 10px;
}

.point__item:last-child .point__content {
	padding: 20px 20px 20px 25px;
}

.point__content {
	padding: 15px 20px 20px 25px;
}

.point__text {
	font-size: 14px;
	white-space: wrap;
}

.point__tag {
	font-size: 12px;
}

.company {
	padding-block: 50px;
}

.company__swiper {
	margin-top: 50px;
}

.company__card {
	height: 383px;
	width: 266px;
}

.company__content {
	width: 226px;
}

.company__label {
	font-size: 12px;
	padding-inline: 10px;
}

.company__title {
	font-size: 25px;
	line-height: 167%;
}

.company__desc {
	font-size: 14px;
}

.company__buttons {
	gap: 30px;
}

.company__button {
	width: 100px;
}

.company__button--detail {
	padding: 5px 7px;
}

.company__button--consult {
	padding: 5px 13px;
}

.company__button--text {
	font-size: 12px;
}

.company__icon--detail {
	width: 15px;
}

.company__icon--consult {
	width: 15px;
}

.success__tab {
	font-size: 14px;
	padding-bottom: 10px;
}

.success__contents {
	margin-inline: auto;
	max-width: 335px;
	padding-left: 30px;
}

.success__item::before {
	left: -25px;
	width: 2px;
}

.success__item:nth-child(2) {
	padding-top: 20px;
}

.success__item:nth-child(3) {
	padding-top: 20px;
}

.success__item:nth-child(4) {
	padding-top: 20px;
}

.success__item:nth-child(5) {
	padding-top: 20px;
}

.success__item:nth-child(5)::before {
	height: 39px;
}

.success__title {
	font-size: 25px;
	line-height: 125%;
}

.success__title::after {
	height: 15px;
	left: -31px;
	width: 15px;
}

.success__image {
	width: 305px;
}

.success__text {
	font-size: 14px;
}

.voice__wrap {
	max-width: 500px;
}

.voice__illust {
	right: -47px;
	width: 200px;
}

.voice__items {
	gap: 50px;
}

.voice__item {
	flex-direction: column;
	gap: 20px;
}

.voice__image {
	margin-inline: auto;
}

.voice__content {
	margin-top: 0px;
}

.voice__title {
	font-size: 25px;
}

.voice__text {
	font-size: 14px;
}

.voice__label {
	font-size: 12px;
}

.flow {
	padding-block: 50px;
}

.flow__items {
	gap: 20px;
	margin-top: 30px;
}

.flow__items .flow__item + .flow__item {
	padding-top: 20px;
}

.flow__item {
	flex-direction: column;
	gap: 10px;
}

.flow__label {
	font-size: 12px;
	margin-left: 0;
}

.flow__content {
	gap: 10px;
}

.flow__title {
	font-size: 25px;
}

.flow__text {
	font-size: 14px;
}

.question {
	padding-block: 100px 50px;
}

.question__wrap {
	max-width: 500px;
}

.question__illust {
	left: -48px;
	top: -109px;
	width: 180px;
}

.question__items {
	gap: 30px;
}

.question__lead {
	font-size: 14px;
}

.question__content {
	gap: 10px;
}

.question__talk--question {
	padding: 15px 20px 20px 25px;
}

.question__talk--answer {
	border-radius: 10px 40px 40px 40px;
	padding: 15px 20px 20px 25px;
}

.question__text {
	font-size: 14px;
}

.question__answer {
	gap: 10px;
}

.question__icon {
	height: 40px;
	width: 40px;
}

.question__icon--text {
	font-size: 20px;
}

.contact {
	padding-block: 50px;
}

.contact__content {
	border-radius: 20px;
	margin-top: -10px;
	padding: 50px 20px 50px;
}

.contact__label {
	font-size: 12px;
	padding: 4px 18px 7px 15px;
}

.contact__label--required-wrap {
	padding: 2px 16px 5px 13px;
}

.contact__label--required {
	padding: 0;
}

.contact__text {
	font-size: 14px;
}

.contact__button {
	margin-top: 0;
}

.contact__button::after {
	height: 20px;
	width: 20px;
}

.contact__button--input {
	font-size: 14px;
	padding: 15px;
}

.footer__copy {
	font-size: 10px;
}

}

