@charset "UTF-8";
.sec-kv {
	background-color: rgba(235, 76, 76, 0.03);
}

@media only screen and (max-width: 768px) {
	.sec-kv {
		position: relative;
	}
}

@media only screen and (min-width: 769px) {
	.sec-kv .inner-wrap {
		background-image: url("/assets/img/service/ec-operation/kv-bg.svg");
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		background-size: 1122px auto;
		background-position: top -60px left 80px;
		padding: 48px 0;
		display: flex;
		justify-content: center;
	}
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
	.sec-kv .inner-wrap {
		background-size: cover;
		background-position: top -9.6vw left 64px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-kv .inner-wrap {
		background-image: url("/assets/img/service/ec-operation/kv-bg-sp.svg");
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center;
		padding: 16vw 0 58.66667vw;
	}
}

.sec-kv__text {
	font-weight: 700;
}

@media only screen and (min-width: 769px) {
	.sec-kv__text {
		margin: 32px -32px auto 48px;
	}
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
	.sec-kv__text {
		margin: 6.4vw auto;
	}
}

@media only screen and (max-width: 768px) {
	.sec-kv__text {
		padding: 0 4.26667vw;
	}
}

@media only screen and (min-width: 769px) {
	.sec-kv__text p {
		margin-top: 24px;
		font-size: 22px;
	}
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
	.sec-kv__text p {
		font-size: 2.66667vw;
	}
}

@media only screen and (max-width: 768px) {
	.sec-kv__text p {
		margin-top: 6.4vw;
		font-size: 4.26667vw;
	}
}

.sec-kv__title {
	font-weight: 700;
}

@media only screen and (min-width: 769px) {
	.sec-kv__title {
		font-size: 60px;
		line-height: 1.8;
	}
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
	.sec-kv__title {
		font-size: 4.26667vw;
	}
}

@media only screen and (max-width: 768px) {
	.sec-kv__title {
		font-size: 9.06667vw;
	}
}

.sec-kv__title span {
	color: #eb4c4c;
}

.sec-kv__title strong {
	display: inline-flex;
	align-items: center;
	color: #fff;
	background-color: #eb4c4c;
}

@media only screen and (min-width: 769px) {
	.sec-kv__title strong {
		padding: 0 10px;
		border-radius: 24px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-kv__title strong {
		padding: 0 2.13333vw;
		line-height: 1.4;
		border-radius: 4.26667vw;
	}
}

@media only screen and (max-width: 768px) {
	.sec-kv__title span {
		font-size: 10.13333vw;
		line-height: 1.2;
	}
}

@media only screen and (min-width: 769px) {
	.sec-kv__image {
		margin-top: 100px;
	}
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
	.sec-kv__image {
		margin-top: 6.4vw;
	}
}

@media only screen and (max-width: 768px) {
	.sec-kv__image {
		position: absolute;
		bottom: -4.26667vw;
		right: 12.8vw;
	}
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
	.sec-kv__image img {
		width: 32vw;
		height: auto;
	}
}

@media only screen and (max-width: 768px) {
	.sec-kv__image img {
		width: 64.53333vw;
		height: auto;
	}
}

@media only screen and (max-width: 768px) {
	.sec-kv__contact {
		position: absolute;
		top: 82.66667vw;
		left: 6.4vw;
		display: flex;
		justify-content: center;
		align-items: flex-end;
		width: 21.33333vw;
		height: 21.33333vw;
		border-radius: 1000px;
		padding-bottom: 4.26667vw;
		background-image: url("/assets/img/common/icon-envelope.svg");
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		background-size: 8.53333vw;
		background-position: top 4.8vw center;
		background-color: #eb4c4c;
		color: #ffffec;
		font-size: 2.66667vw;
		font-weight: 700;
		filter: drop-shadow(0.53333vw 0.53333vw 0.53333vw rgba(0, 0, 0, 0.5));
	}
}

.sec-problem {
	background-color: #f2f2f2;
}

@media only screen and (min-width: 769px) {
	.sec-problem {
		padding: 60px 0;
	}
}

@media only screen and (max-width: 768px) {
	.sec-problem {
		padding: 8.53333vw 0;
	}
}

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

@media only screen and (max-width: 768px) {
	.sec-problem__title picture img {
		display: block;
		width: 57.06667vw;
		margin-left: 17.06667vw;
	}
}

@media only screen and (min-width: 769px) {
	.sec-problem__cases {
		display: flex;
		justify-content: space-between;
		margin-top: 80px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-problem__cases {
		margin-top: 19.2vw;
	}
}

.sec-problem__cases-item {
	background-color: #fff;
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
}

@media only screen and (min-width: 769px) {
	.sec-problem__cases-item {
		flex: 0 0 30%;
		border: 1px solid #111;
		border-radius: 8px;
		padding-bottom: 24px;
	}
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
	.sec-problem__cases-item {
		flex: 0 0 32%;
		padding: 0 16px 24px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-problem__cases-item {
		width: 90.66667vw;
		border: 0.26667vw solid #111;
		margin: auto;
		border-radius: 2.13333vw;
		padding: 17.06667vw 0 6.4vw;
	}
}

@media only screen and (max-width: 768px) {
	.sec-problem__cases-item:not(:first-child) {
		margin-top: 17.06667vw;
	}
}

.sec-problem__cases-index {
	border-radius: 1000px;
	background-color: #eb4c4c;
	color: #fff;
	position: absolute;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

@media only screen and (min-width: 769px) {
	.sec-problem__cases-index {
		width: 74px;
		height: 74px;
		right: 0;
		left: 0;
		top: -37px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-problem__cases-index {
		width: 21.33333vw;
		height: 21.33333vw;
		right: 0;
		left: 0;
		top: -10.66667vw;
	}
}

.sec-problem__cases-index span {
	font-weight: 700;
}

@media only screen and (min-width: 769px) {
	.sec-problem__cases-index span {
		line-height: 1.2;
	}
}

@media only screen and (min-width: 769px) {
	.sec-problem__cases-index span:nth-child(1) {
		font-size: 10px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-problem__cases-index span:nth-child(1) {
		font-size: 2.66667vw;
	}
}

@media only screen and (min-width: 769px) {
	.sec-problem__cases-index span:nth-child(2) {
		font-size: 26px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-problem__cases-index span:nth-child(2) {
		font-size: 7.46667vw;
	}
}

@media only screen and (min-width: 769px) {
	.sec-problem__cases-image-wrap {
		flex: 0 0 240px;
		display: flex;
		align-items: flex-end;
	}
}

@media only screen and (max-width: 768px) {
	.sec-problem__cases-image-wrap {
		text-align: center;
	}
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
	.sec-problem__cases-image--01 img {
		display: block;
		width: 21.33333vw;
	}
}

@media only screen and (max-width: 768px) {
	.sec-problem__cases-image--01 img {
		display: block;
		width: 51.73333vw;
	}
}

@media only screen and (min-width: 769px) {
	.sec-problem__cases-image--02 {
		margin-bottom: 8px;
	}
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
	.sec-problem__cases-image--02 img {
		display: block;
		width: 24vw;
	}
}

@media only screen and (max-width: 768px) {
	.sec-problem__cases-image--02 img {
		display: block;
		width: 65.86667vw;
	}
}

@media only screen and (min-width: 769px) {
	.sec-problem__cases-image--03 {
		margin-bottom: 8px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-problem__cases-image--03 {
		margin-top: -4.26667vw;
	}
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
	.sec-problem__cases-image--03 img {
		display: block;
		width: 24vw;
	}
}

@media only screen and (max-width: 768px) {
	.sec-problem__cases-image--03 img {
		display: block;
		width: 55.73333vw;
		margin: -4.26667vw auto auto -2.13333vw;
	}
}

.sec-problem__cases-title {
	color: #eb4c4c;
	font-weight: 700;
	text-align: center;
}

@media only screen and (min-width: 769px) {
	.sec-problem__cases-title {
		font-size: 20px;
		margin-top: 16px;
	}
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
	.sec-problem__cases-title {
		font-size: 2.13333vw;
	}
}

@media only screen and (max-width: 768px) {
	.sec-problem__cases-title {
		font-size: 6.4vw;
		margin-top: 4.26667vw;
	}
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
	.sec-problem__cases-summary {
		margin-top: 1.06667vw;
	}
}

@media only screen and (max-width: 768px) {
	.sec-problem__cases-summary {
		margin-top: 2.13333vw;
	}
}

.sec-problem__cases-summary li {
	text-indent: -1.3em;
	padding-left: 1.2em;
}

@media only screen and (min-width: 769px) {
	.sec-problem__cases-summary li {
		font-size: 16px;
	}
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
	.sec-problem__cases-summary li {
		font-size: 1.33333vw;
	}
}

@media only screen and (max-width: 768px) {
	.sec-problem__cases-summary li {
		font-size: 4.26667vw;
	}
}

.sec-problem__cases-summary li::before {
	content: '●';
}

.sec-team {
	background-color: #fdffba;
	position: relative;
}

@media only screen and (min-width: 769px) {
	.sec-team .inner-wrap {
		padding: 120px 0 80px;
	}
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
	.sec-team .inner-wrap {
		padding-top: 15% !important;
	}
}

@media only screen and (max-width: 768px) {
	.sec-team .inner-wrap {
		padding: 23.46667vw 4.26667vw 6.4vw;
	}
}

.sec-team .inner-wrap img {
	margin: auto;
}

@media only screen and (min-width: 769px) {
	.sec-team .inner-wrap img {
		display: block;
		width: 973px;
	}
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
	.sec-team .inner-wrap img {
		display: block;
		width: 80%;
	}
}

@media only screen and (max-width: 768px) {
	.sec-team .inner-wrap img {
		width: 90.66667vw;
	}
}

.sec-team::before {
	content: '';
	display: block;
	border-color: #f2f2f2 transparent;
	border-style: solid;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
}

@media only screen and (min-width: 769px) {
	.sec-team::before {
		width: 400px;
		border-width: 80px 200px 0;
	}
}

@media only screen and (max-width: 768px) {
	.sec-team::before {
		width: 40vw;
		border-width: 9.6vw 20vw 0;
	}
}

.sec-points {
	background-color: rgba(253, 255, 186, 0.5);
}

@media only screen and (min-width: 769px) {
	.sec-points .inner-wrap {
		padding: 130px 0 100px;
		width: 1000px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-points .inner-wrap {
		padding: 19.2vw 0 17.06667vw;
		width: 90.66667vw;
		margin: auto;
	}
}

.sec-points__title {
	font-weight: 700;
	color: #fff;
	text-align: center;
	line-height: 1.4;
	position: relative;
	background-color: #eb4c4c;
}

@media only screen and (min-width: 769px) {
	.sec-points__title {
		padding: 60px 0;
		font-size: 48px;
	}
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
	.sec-points__title {
		font-size: 3.2vw;
	}
}

@media only screen and (max-width: 768px) {
	.sec-points__title {
		padding: 6.4vw 0;
		font-size: 8.53333vw;
	}
}

.sec-points__title::after {
	content: '';
	display: block;
	border-color: #eb4c4c transparent;
	border-style: solid;
	position: absolute;
	margin: auto;
	bottom: 0;
	left: 0;
	right: 0;
	transform: translateY(99%);
}

@media only screen and (min-width: 769px) {
	.sec-points__title::after {
		width: 160px;
		border-width: 50px 80px 0;
	}
}

@media only screen and (max-width: 768px) {
	.sec-points__title::after {
		width: 21.33333vw;
		border-width: 6.4vw 10.66667vw 0;
	}
}

.sec-points__title-sub {
	position: relative;
}

@media only screen and (min-width: 769px) {
	.sec-points__title-sub {
		font-size: 32px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-points__title-sub {
		font-size: 4.8vw;
	}
}

.sec-points__title-sub::before, .sec-points__title-sub::after {
	content: '';
	display: block;
	position: absolute;
}

@media only screen and (min-width: 769px) {
	.sec-points__title-sub::before, .sec-points__title-sub::after {
		background-image: url("/assets/img/common/icon-slash-white.svg");
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		width: 24px;
		height: 36px;
		bottom: 12px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-points__title-sub::before, .sec-points__title-sub::after {
		background-image: url("/assets/img/common/icon-slash-white-sp.svg");
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		width: 3.46667vw;
		height: 5.33333vw;
		bottom: 1.6vw;
	}
}

.sec-points__title-sub::before {
	transform: scaleX(-1);
}

@media only screen and (min-width: 769px) {
	.sec-points__title-sub::before {
		left: -32px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-points__title-sub::before {
		left: -6.4vw;
	}
}

@media only screen and (min-width: 769px) {
	.sec-points__title-sub::after {
		right: -32px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-points__title-sub::after {
		right: -5.86667vw;
	}
}

.sec-points__title-number {
	position: relative;
	display: inline-block;
}

@media only screen and (min-width: 769px) {
	.sec-points__title-number {
		font-size: 60px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-points__title-number {
		font-size: 11.73333vw;
	}
}

.sec-points__title-number::before {
	content: '';
	display: block;
	position: absolute;
	background-image: url("/assets/img/service/ec-creation/point-number.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

@media only screen and (min-width: 769px) {
	.sec-points__title-number::before {
		width: 24px;
		height: 16px;
		top: 0px;
		right: 4px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-points__title-number::before {
		width: 4.8vw;
		height: 3.2vw;
		top: -0.26667vw;
		right: 0.8vw;
	}
}

.sec-points__item {
	background-color: #fff;
}

@media only screen and (min-width: 769px) {
	.sec-points__item {
		border: 2px solid #f2f2f2;
		border-radius: 8px;
		padding: 56px 0 48px;
		filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.25));
	}
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
	.sec-points__item {
		margin-top: 15%;
	}
}

@media only screen and (max-width: 768px) {
	.sec-points__item {
		border: 0.53333vw solid #f2f2f2;
		border-radius: 2.13333vw;
		padding: 17.06667vw 4.26667vw;
		filter: drop-shadow(0px 0.53333vw 0.53333vw rgba(0, 0, 0, 0.25));
	}
}

@media only screen and (min-width: 769px) {
	.sec-points__item + .sec-points__item {
		margin-top: 100px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-points__item + .sec-points__item {
		margin-top: 19.2vw;
	}
}

.sec-points__item-head {
	background-color: #eb4c4c;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	margin: auto;
	letter-spacing: 0.05em;
}

@media only screen and (min-width: 769px) {
	.sec-points__item-head {
		width: 190px;
		height: 60px;
		top: -30px;
		left: 0;
		right: 0;
		font-size: 32px;
		border-radius: 8px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-points__item-head {
		width: 40.53333vw;
		height: 12.8vw;
		top: -6.4vw;
		left: 0;
		right: 0;
		font-size: 8.53333vw;
		border-radius: 2.13333vw;
	}
}

.sec-points__item-text {
	letter-spacing: 0.08em;
}

@media only screen and (min-width: 769px) {
	.sec-points__item-text--01 {
		margin: auto;
	}
}

@media only screen and (min-width: 769px) {
	.sec-points__item-text--02 {
		margin: auto;
	}
}

@media only screen and (min-width: 769px) {
	.sec-points__item-text--03 {
		margin: auto;
	}
}

@media only screen and (max-width: 768px) {
	.sec-points__item-text--03 p {
		font-size: 3.73333vw !important;
	}
}

.sec-points__item-text p {
	font-weight: 700;
	line-height: 1.8em;
}

@media only screen and (min-width: 769px) {
	.sec-points__item-text p {
		margin-top: 2em;
		text-align: center;
	}
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
	.sec-points__item-text p {
		font-size: 1.06667vw;
	}
}

@media only screen and (max-width: 768px) {
	.sec-points__item-text p {
		margin-top: 6.4vw;
		font-size: 4.26667vw;
	}
}

.sec-points__item-text p strong {
	color: #e85e37;
}

.sec-points__item-title {
	font-weight: 700;
	line-height: 1.3;
}

@media only screen and (min-width: 769px) {
	.sec-points__item-title {
		font-size: 32px;
		letter-spacing: 0.08em;
	}
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
	.sec-points__item-title {
		font-size: 2.4vw;
	}
}

@media only screen and (max-width: 768px) {
	.sec-points__item-title {
		font-size: 5.86667vw;
		text-align: center;
		line-height: 1.6em;
	}
}

.sec-points__item-title strong {
	color: #eb4c4c;
}

.sec-points__item-title--01 {
	background-image: url("/assets/img/service/ec-operation/point-01-title-bg.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

@media only screen and (min-width: 769px) {
	.sec-points__item-title--01 {
		width: 730px;
		height: 164px;
		background-position: center left 0px;
		background-size: 159px;
		padding: 48px 0 0 190px;
		margin: -32px auto auto;
	}
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
	.sec-points__item-title--01 {
		width: 53.33333vw;
		height: 18.66667vw;
		background-size: 16vw;
		padding: 6.4vw 0 0 18.66667vw;
	}
}

@media only screen and (max-width: 768px) {
	.sec-points__item-title--01 {
		background-position: center top 0px;
		background-size: 53.33333vw;
		padding-top: 64vw;
	}
}

@media only screen and (min-width: 769px) {
	.sec-points__item-title--02 {
		text-align: center;
	}
}

@media only screen and (min-width: 769px) {
	.sec-points__item-title--03 {
		text-align: center;
	}
}

@media only screen and (min-width: 769px) {
	.sec-points__item-image--02 {
		width: 730px;
		margin: 40px auto auto;
	}
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
	.sec-points__item-image--02 {
		width: 80vw;
	}
}

@media only screen and (max-width: 768px) {
	.sec-points__item-image--02 {
		width: 74.66667vw;
		margin: 9.6vw auto auto;
		filter: drop-shadow(0px 0.53333vw 0.53333vw rgba(0, 0, 0, 0.25));
	}
}

@media only screen and (min-width: 769px) {
	.sec-points__item-image--03 {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
}

@media only screen and (max-width: 768px) {
	.sec-points__item-image--03 .rakuten {
		display: block;
		text-align: center;
		margin-top: 10.66667vw;
	}
}

@media only screen and (min-width: 769px) {
	.sec-points__item-image--03 .rakuten img {
		width: 231px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-points__item-image--03 .rakuten img {
		width: 51.2vw;
	}
}

@media only screen and (min-width: 769px) {
	.sec-points__item-image--03 .yahoo {
		margin-left: 24px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-points__item-image--03 .yahoo {
		display: block;
		text-align: center;
		margin-top: 10.66667vw;
	}
}

@media only screen and (min-width: 769px) {
	.sec-points__item-image--03 .yahoo img {
		width: 333px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-points__item-image--03 .yahoo img {
		width: 78.13333vw;
	}
}

.sec-points__item-image--03 .amazon {
	text-align: center;
}

@media only screen and (min-width: 769px) {
	.sec-points__item-image--03 .amazon {
		flex: 0 0 100%;
		margin: 32px auto 24px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-points__item-image--03 .amazon {
		display: block;
		margin-top: 10.66667vw;
	}
}

@media only screen and (min-width: 769px) {
	.sec-points__item-image--03 .amazon img {
		width: 227px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-points__item-image--03 .amazon img {
		width: 51.2vw;
	}
}

.sec-points__item-image img {
	width: 100%;
}

.sec-points__item-product-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

@media only screen and (min-width: 769px) {
	.sec-points__item-product-list {
		width: 560px;
		margin: 32px auto auto;
		filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.25));
	}
}

@media only screen and (max-width: 768px) {
	.sec-points__item-product-list {
		margin-top: 8.53333vw;
		filter: drop-shadow(0px 0.53333vw 0.53333vw rgba(0, 0, 0, 0.25));
	}
}

@media only screen and (min-width: 769px) {
	.sec-points__item-product-list-item {
		flex: 0 0 122px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-points__item-product-list-item {
		flex: 0 0 38.66667vw;
	}
}

.sec-points__item-product-list-item img {
	width: 100%;
}

@media only screen and (min-width: 769px) {
	.sec-points__item-product-list-item:nth-child(n + 5) {
		margin-top: 24px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-points__item-product-list-item:nth-child(n + 3) {
		margin-top: 4.26667vw;
	}
}

@media only screen and (max-width: 768px) {
	.sec-know-how {
		background-color: rgba(253, 255, 186, 0.5);
	}
}

@media only screen and (min-width: 769px) {
	.sec-know-how .inner-wrap {
		padding: 100px 0;
	}
}

@media only screen and (max-width: 768px) {
	.sec-know-how .inner-wrap {
		padding: 10.66667vw 0;
	}
}

.sec-know-how .inner-wrap img {
	margin: auto;
}

@media only screen and (min-width: 769px) {
	.sec-know-how .inner-wrap img {
		display: block;
		width: 841px;
	}
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
	.sec-know-how .inner-wrap img {
		width: 80vw;
		margin-top: 40px;
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-know-how .inner-wrap img {
		display: block;
		width: 90.66667vw;
	}
}

.sec-know-how__title {
	font-weight: 700;
	color: #fff;
	background-color: #eb4c4c;
	text-align: center;
}

@media only screen and (min-width: 769px) {
	.sec-know-how__title {
		line-height: 1;
		font-size: 48px;
		padding: 60px 0;
	}
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
	.sec-know-how__title {
		font-size: 4.26667vw;
	}
}

@media only screen and (max-width: 768px) {
	.sec-know-how__title {
		padding: 6.4vw 0;
		font-size: 6.4vw;
		line-height: 1;
	}
}

@media only screen and (min-width: 769px) {
	.sec-know-how__title span {
		font-size: 24px;
	}
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
	.sec-know-how__title span {
		font-size: 1.6vw;
	}
}

@media only screen and (max-width: 768px) {
	.sec-know-how__title span {
		font-size: 4.26667vw;
	}
}

.sec-contact {
	background-color: rgba(253, 255, 186, 0.5);
}

@media only screen and (min-width: 769px) {
	.sec-contact {
		padding-bottom: 80px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-contact {
		padding-bottom: 10.66667vw;
	}
}

.sec-contact--02 {
	background-color: #eb4c4c;
}

@media only screen and (min-width: 769px) {
	.sec-contact--02 {
		padding: 40px 0;
	}
}

@media only screen and (max-width: 768px) {
	.sec-contact--02 {
		padding: 10.66667vw 0;
	}
}

@media only screen and (min-width: 769px) {
	.sec-contact .inner-wrap {
		width: 1000px;
	}
}

.sec-contact__title {
	font-weight: 700;
	text-align: center;
	line-height: 1.4;
	position: relative;
	margin: auto;
}

@media only screen and (min-width: 769px) {
	.sec-contact__title {
		width: 768px;
		font-size: 40px;
	}
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
	.sec-contact__title {
		font-size: 3.2vw;
		padding-top: 64px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-contact__title {
		width: 85.33333vw;
		font-size: 5.33333vw;
	}
}

.sec-contact__title::before, .sec-contact__title::after {
	content: '';
	display: block;
	position: absolute;
	background-image: url("/assets/img/common/icon-slash.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

@media only screen and (min-width: 769px) {
	.sec-contact__title::before, .sec-contact__title::after {
		width: 26px;
		height: 54px;
		bottom: 8px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-contact__title::before, .sec-contact__title::after {
		width: 6.4vw;
		height: 10.66667vw;
		bottom: 1.6vw;
	}
}

.sec-contact__title::before {
	transform: scaleX(-1);
	left: 0;
}

.sec-contact__title::after {
	right: 0;
}

.sec-contact__title--02 {
	color: #fff;
}

.sec-contact__title--02::before, .sec-contact__title--02::after {
	background-image: url("/assets/img/common/icon-slash-white.svg");
}

.sec-contact__title strong {
	background-image: linear-gradient(to top, transparent 0px, transparent 10px, #fdff7e 10px, #fdff7e 30px, transparent 30px, transparent 100%);
}

@media only screen and (min-width: 769px) {
	.sec-contact__btn-wrap {
		display: flex;
		justify-content: center;
		margin-top: 40px;
	}
}

.sec-contact__btn-wrap .round-btn {
	background-color: #eb4c4c;
}

@media only screen and (min-width: 769px) {
	.sec-contact__btn-wrap .round-btn {
		flex: 0 0 490px;
		height: 80px;
		font-size: 22px;
	}
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
	.sec-contact__btn-wrap .round-btn {
		flex: 0 0 37.33333vw;
		font-size: 2.4vw;
	}
}

@media only screen and (max-width: 768px) {
	.sec-contact__btn-wrap .round-btn {
		width: 85.33333vw;
		height: 16vw;
		font-size: 4.8vw;
		margin: auto;
	}
}

.sec-contact__btn-wrap .round-btn--form {
	letter-spacing: 0.2em;
	font-weight: 700;
}

@media only screen and (min-width: 769px) {
	.sec-contact__btn-wrap .round-btn--form {
		margin-right: 12px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-contact__btn-wrap .round-btn--form {
		margin-top: 6.4vw;
	}
}

.sec-contact__btn-wrap .round-btn--form svg {
	height: auto;
}

@media only screen and (min-width: 769px) {
	.sec-contact__btn-wrap .round-btn--form svg {
		width: 42px;
		margin-right: 30px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-contact__btn-wrap .round-btn--form svg {
		width: 8vw;
		margin-right: 5.33333vw;
	}
}

.sec-contact__btn-wrap .round-btn--form svg .icon-envelope {
	fill: #fff;
}

@media only screen and (min-width: 769px) {
	.sec-contact__btn-wrap .round-btn--form svg .icon-envelope {
		transition: all 0.2s linear;
	}
}

@media only screen and (min-width: 769px) {
	.sec-contact__btn-wrap .round-btn--form:hover {
		background-color: #fff;
		color: #eb4c4c;
	}
}

@media only screen and (min-width: 769px) {
	.sec-contact__btn-wrap .round-btn--form:hover svg .icon-envelope {
		fill: #eb4c4c;
	}
}

.sec-contact__btn-wrap .round-btn--form-02 {
	background-color: #fff;
	color: #eb4c4c;
	border-color: #fff;
}

.sec-contact__btn-wrap .round-btn--form-02 svg .icon-envelope {
	fill: #eb4c4c;
}

@media only screen and (min-width: 769px) {
	.sec-contact__btn-wrap .round-btn--form-02:hover {
		background-color: #eb4c4c;
		color: #fff;
	}
}

@media only screen and (min-width: 769px) {
	.sec-contact__btn-wrap .round-btn--form-02:hover svg .icon-envelope {
		fill: #fff;
	}
}

.sec-contact__btn-wrap .round-btn--phone {
	letter-spacing: 0.14em;
}

@media only screen and (min-width: 769px) {
	.sec-contact__btn-wrap .round-btn--phone {
		background-color: transparent;
		pointer-events: none;
		cursor: pointer;
		color: #eb4c4c;
	}
}

@media only screen and (max-width: 768px) {
	.sec-contact__btn-wrap .round-btn--phone {
		color: #fff;
		margin-top: 6.4vw;
	}
}

.sec-contact__btn-wrap .round-btn--phone svg {
	height: auto;
}

@media only screen and (min-width: 769px) {
	.sec-contact__btn-wrap .round-btn--phone svg {
		width: 31px;
		margin-right: 16px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-contact__btn-wrap .round-btn--phone svg {
		width: 5.86667vw;
		margin-right: 2.66667vw;
	}
}

@media only screen and (min-width: 769px) {
	.sec-contact__btn-wrap .round-btn--phone svg .icon-phone {
		fill: #eb4c4c;
	}
}

@media only screen and (max-width: 768px) {
	.sec-contact__btn-wrap .round-btn--phone svg .icon-phone {
		fill: #fff;
	}
}

.sec-contact__btn-wrap .round-btn--phone-02 {
	color: #fff;
}

@media only screen and (min-width: 769px) {
	.sec-contact__btn-wrap .round-btn--phone-02 {
		border: 2px solid #fff;
	}
}

@media only screen and (max-width: 768px) {
	.sec-contact__btn-wrap .round-btn--phone-02 {
		border: 0.53333vw solid #fff;
	}
}

@media only screen and (min-width: 769px) {
	.sec-contact__btn-wrap .round-btn--phone-02 svg .icon-phone {
		fill: #fff;
	}
}

.sec-contact__business-hour {
	color: #eb4c4c;
	font-weight: 700;
	text-align: center;
}

@media only screen and (min-width: 769px) {
	.sec-contact__business-hour {
		margin-top: 24px;
		font-size: 24px;
	}
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
	.sec-contact__business-hour {
		font-size: 2.13333vw;
	}
}

@media only screen and (max-width: 768px) {
	.sec-contact__business-hour {
		margin-top: 2.13333vw;
		font-size: 3.2vw;
	}
}

.sec-contact__business-hour--02 {
	color: #fff;
}

@media only screen and (max-width: 768px) {
	.sec-service {
		background-color: #eb4c4c;
	}
}

@media only screen and (min-width: 769px) {
	.sec-service .inner-wrap {
		width: 1000px;
		padding: 80px 0;
		margin: auto;
	}
}

@media only screen and (max-width: 768px) {
	.sec-service .inner-wrap {
		padding: 0 5.33333vw 10.66667vw;
	}
}

.sec-service__title {
	font-weight: 700;
	color: #fff;
	text-align: center;
	line-height: 1.4;
	position: relative;
	background-color: #eb4c4c;
}

@media only screen and (min-width: 769px) {
	.sec-service__title {
		padding: 60px 0;
		font-size: 48px;
	}
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
	.sec-service__title {
		font-size: 3.2vw;
	}
}

@media only screen and (max-width: 768px) {
	.sec-service__title {
		padding: 6.4vw 0;
		font-size: 8.53333vw;
		background-image: url("/assets/img/service/ec-operation/service-title-bg.svg");
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		background-size: 102%;
		background-position: bottom 9.33333vw center;
	}
}

.sec-service__title-sub {
	position: relative;
}

@media only screen and (min-width: 769px) {
	.sec-service__title-sub {
		font-size: 32px;
	}
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
	.sec-service__title-sub {
		font-size: 2.13333vw;
	}
}

@media only screen and (max-width: 768px) {
	.sec-service__title-sub {
		font-size: 4.8vw;
	}
}

.sec-service__title-sub::before, .sec-service__title-sub::after {
	content: '';
	display: block;
	position: absolute;
}

@media only screen and (min-width: 769px) {
	.sec-service__title-sub::before, .sec-service__title-sub::after {
		background-image: url("/assets/img/common/icon-slash-white.svg");
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		width: 24px;
		height: 36px;
		bottom: 12px;
	}
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
	.sec-service__title-sub::before, .sec-service__title-sub::after {
		width: 3.2vw;
		height: 2.4vw;
		bottom: 1.06667vw;
	}
}

@media only screen and (max-width: 768px) {
	.sec-service__title-sub::before, .sec-service__title-sub::after {
		background-image: url("/assets/img/common/icon-slash-white-sp.svg");
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		width: 3.46667vw;
		height: 5.33333vw;
		bottom: 1.6vw;
	}
}

.sec-service__title-sub::before {
	transform: scaleX(-1);
}

@media only screen and (min-width: 769px) {
	.sec-service__title-sub::before {
		left: -32px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-service__title-sub::before {
		left: -6.4vw;
	}
}

@media only screen and (min-width: 769px) {
	.sec-service__title-sub::after {
		right: -32px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-service__title-sub::after {
		right: -5.86667vw;
	}
}

.sec-service__list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

@media only screen and (min-width: 769px) {
	.sec-service__list {
		margin-top: 40px;
	}
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
	.sec-service__list {
		margin-bottom: 40px;
	}
}

@media only screen and (min-width: 769px) {
	.sec-service__item {
		flex: 0 0 220px;
		border-radius: 8px;
		filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.25));
	}
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
	.sec-service__item {
		flex: 0 0 23%;
		filter: drop-shadow(0px 0.53333vw 1.06667vw rgba(0, 0, 0, 0.25));
	}
}

@media only screen and (max-width: 768px) {
	.sec-service__item {
		flex: 0 0 41.33333vw;
		filter: drop-shadow(0px 0.53333vw 0.53333vw rgba(0, 0, 0, 0.25));
	}
}

@media only screen and (min-width: 769px) {
	.sec-service__item:nth-child(n + 5) {
		margin-top: 40px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-service__item:nth-child(n + 3) {
		margin-top: 6.4vw;
	}
}

.sec-service__item img {
	width: 100%;
}

.sec-flow {
	background-color: rgba(253, 255, 186, 0.5);
}

@media only screen and (max-width: 768px) {
	.sec-flow {
		padding-top: 8.53333vw;
	}
}

@media only screen and (min-width: 769px) {
	.sec-flow .inner-wrap {
		width: 1000px;
		padding: 80px 0;
		margin: auto;
	}
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
	.sec-flow .inner-wrap {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}
}

@media only screen and (max-width: 768px) {
	.sec-flow .inner-wrap {
		padding: 10.66667vw 5.33333vw;
	}
}

.sec-flow__title {
	font-weight: 700;
	text-align: center;
	line-height: 1.4;
	position: relative;
}

@media only screen and (min-width: 769px) {
	.sec-flow__title {
		color: #fff;
		background-color: #eb4c4c;
		padding: 60px 0;
		font-size: 48px;
	}
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
	.sec-flow__title {
		font-size: 2.4vw;
	}
}

@media only screen and (max-width: 768px) {
	.sec-flow__title {
		padding: 6.4vw 0;
		font-size: 8.53333vw;
		background-image: url("/assets/img/service/ec-creation/steps-title-bg.svg");
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		background-size: 102%;
	}
}

.sec-flow__title-sub {
	position: relative;
}

@media only screen and (min-width: 769px) {
	.sec-flow__title-sub {
		font-size: 32px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-flow__title-sub {
		font-size: 4.8vw;
	}
}

.sec-flow__title-sub::before, .sec-flow__title-sub::after {
	content: '';
	display: block;
	position: absolute;
}

@media only screen and (min-width: 769px) {
	.sec-flow__title-sub::before, .sec-flow__title-sub::after {
		background-image: url("/assets/img/common/icon-slash-white.svg");
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		width: 24px;
		height: 36px;
		bottom: 12px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-flow__title-sub::before, .sec-flow__title-sub::after {
		background-image: url("/assets/img/common/icon-slash-white-sp.svg");
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		width: 3.46667vw;
		height: 5.33333vw;
		bottom: 1.6vw;
	}
}

.sec-flow__title-sub::before {
	transform: scaleX(-1);
}

@media only screen and (min-width: 769px) {
	.sec-flow__title-sub::before {
		left: -32px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-flow__title-sub::before {
		left: -6.4vw;
	}
}

@media only screen and (min-width: 769px) {
	.sec-flow__title-sub::after {
		right: -32px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-flow__title-sub::after {
		right: -5.86667vw;
	}
}

@media only screen and (min-width: 769px) {
	.sec-flow__steps {
		display: flex;
		justify-content: space-between;
	}
}

.sec-flow__steps-item {
	position: relative;
	display: flex;
	flex-direction: column;
}

@media only screen and (min-width: 769px) {
	.sec-flow__steps-item {
		flex: 0 0 18%;
		filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.25));
	}
}

@media only screen and (max-width: 768px) {
	.sec-flow__steps-item {
		width: 74.66667vw;
		margin: auto;
		filter: drop-shadow(0px 0.53333vw 0.53333vw rgba(0, 0, 0, 0.25));
	}
}

.sec-flow__steps-item h3 {
	background-color: #eb4c4c;
	color: #fff;
	font-weight: 700;
	padding: 0.5em 1em;
}

@media only screen and (min-width: 769px) {
	.sec-flow__steps-item h3 {
		flex: 0 0 2em;
		font-size: 24px;
		border-radius: 4px 4px 0 0;
	}
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
	.sec-flow__steps-item h3 {
		font-size: 2.13333vw;
	}
}

@media only screen and (max-width: 768px) {
	.sec-flow__steps-item h3 {
		font-size: 6.4vw;
		border-radius: 1.06667vw 1.06667vw 0 0;
	}
}

.sec-flow__steps-item p {
	background-color: #fff;
	padding: 1em 1em;
	line-height: 2em;
}

@media only screen and (min-width: 769px) {
	.sec-flow__steps-item p {
		flex: 1 1 auto;
		font-size: 14px;
		border-radius: 0 0 4px 4px;
	}
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
	.sec-flow__steps-item p {
		font-size: 1.6vw;
	}
}

@media only screen and (max-width: 768px) {
	.sec-flow__steps-item p {
		font-size: 3.73333vw;
		border-radius: 0 0 1.06667vw 1.06667vw;
	}
}

.sec-flow__steps-item:not(:first-child)::before {
	content: '';
	position: absolute;
	margin: auto;
	background-image: url("/assets/img/common/icon-arrow-orange.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

@media only screen and (min-width: 769px) {
	.sec-flow__steps-item:not(:first-child)::before {
		width: 18px;
		height: 10px;
		top: 0;
		bottom: 0;
		left: -20px;
		transform: rotate(-90deg);
	}
}

@media only screen and (max-width: 768px) {
	.sec-flow__steps-item:not(:first-child)::before {
		width: 6.4vw;
		height: 3.73333vw;
		top: -4.8vw;
		right: 0;
		left: 0;
	}
}

@media only screen and (max-width: 768px) {
	.sec-flow__steps-item:not(:first-child) {
		margin-top: 6.4vw;
	}
}

@media only screen and (min-width: 769px) {
	.sec-faq {
		background-color: rgba(253, 255, 186, 0.5);
	}
}

@media only screen and (max-width: 768px) {
	.sec-faq {
		background-color: #eb4c4c;
	}
}

@media only screen and (min-width: 769px) {
	.sec-faq .inner-wrap {
		width: 1000px;
		padding: 80px 0;
		margin: auto;
	}
}

@media only screen and (max-width: 768px) {
	.sec-faq .inner-wrap {
		padding: 0 5.33333vw 17.06667vw;
	}
}

.sec-faq__title {
	font-weight: 700;
	text-align: center;
}

@media only screen and (min-width: 769px) {
	.sec-faq__title {
		color: #eb4c4c;
		font-size: 48px;
	}
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
	.sec-faq__title {
		font-size: 3.2vw;
	}
}

@media only screen and (max-width: 768px) {
	.sec-faq__title {
		color: #fff;
		padding: 12.8vw 0;
		font-size: 8.53333vw;
		background-image: url("/assets/img/service/ec-operation/faq-title-bg.svg");
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		background-size: 90%;
		background-position: bottom 9.33333vw center;
	}
}

@media only screen and (min-width: 769px) {
	.sec-faq__list {
		margin-top: 40px;
	}
}

@media only screen and (min-width: 769px) {
	.sec-faq__item {
		background-color: #fff;
		padding: 24px 48px;
		filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.25));
	}
}

@media only screen and (max-width: 768px) {
	.sec-faq__item {
		filter: drop-shadow(0px 0.53333vw 0.53333vw rgba(0, 0, 0, 0.25));
	}
}

@media only screen and (min-width: 769px) {
	.sec-faq__item:not(:first-child) {
		margin-top: 24px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-faq__item:not(:first-child) {
		margin-top: 6.4vw;
	}
}

.sec-faq__q {
	font-weight: 700;
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
	.sec-faq__q {
		font-size: 1.6vw;
	}
}

@media only screen and (max-width: 768px) {
	.sec-faq__q {
		color: #fff;
		font-size: 5.33333vw;
		text-indent: -1.2em;
		padding-left: 1em;
	}
}

@media only screen and (min-width: 769px) {
	.sec-faq__q .font-jost {
		color: #eb4c4c;
		font-size: 20px;
	}
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
	.sec-faq__q .font-jost {
		font-size: 1.86667vw;
	}
}

@media only screen and (max-width: 768px) {
	.sec-faq__q .font-jost {
		color: #fff;
		font-size: 5.33333vw;
	}
}

@media only screen and (min-width: 769px) {
	.sec-faq__a {
		margin-top: 16px;
	}
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
	.sec-faq__a {
		font-size: 1.33333vw;
	}
}

@media only screen and (max-width: 768px) {
	.sec-faq__a {
		font-size: 3.73333vw;
		margin: auto;
		width: 80vw;
		background-color: #fff;
		border-radius: 4.26667vw;
		margin-top: 2.13333vw;
		padding: 1em;
	}
}

.sec-message {
	background-color: rgba(253, 255, 186, 0.5);
}

@media only screen and (min-width: 769px) {
	.sec-message {
		padding: 80px 0;
	}
}

@media only screen and (max-width: 768px) {
	.sec-message {
		padding: 10.66667vw 0;
	}
}

@media only screen and (min-width: 769px) {
	.sec-message .inner-wrap {
		display: flex;
		margin: auto;
		width: 1000px;
	}
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
	.sec-message .inner-wrap {
		justify-content: center;
	}
}

@media only screen and (min-width: 769px) {
	.sec-message__text {
		flex: 0 0 570px;
		order: 2;
		background-image: url("/assets/img/common/message-balloon.svg");
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.25));
		padding: 4em;
	}
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
	.sec-message__text {
		flex: 0 0 55%;
		padding: 2.5em;
	}
}

@media only screen and (max-width: 768px) {
	.sec-message__text {
		background-image: url("/assets/img/common/message-balloon-sp.svg");
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		background-size: 100% 100%;
		filter: drop-shadow(0px 0.53333vw 0.53333vw rgba(0, 0, 0, 0.25));
		width: 90.66667vw;
		margin: auto;
		padding: 2em 2em 4em;
	}
}

.sec-message__text p {
	margin-top: 1em;
}

@media only screen and (min-width: 769px) {
	.sec-message__text p {
		line-height: 2em;
	}
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
	.sec-message__text p {
		margin-top: 0.5em;
		font-size: 1.6vw;
	}
}

@media only screen and (max-width: 768px) {
	.sec-message__text p {
		line-height: 1.8em;
		font-size: 3.73333vw;
	}
}

.sec-message__title {
	font-weight: 700;
}

@media only screen and (min-width: 769px) {
	.sec-message__title {
		font-size: 24px;
	}
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
	.sec-message__title {
		font-size: 2.4vw;
	}
}

@media only screen and (max-width: 768px) {
	.sec-message__title {
		font-size: 5.33333vw;
	}
}

@media only screen and (min-width: 769px) {
	.sec-message__image {
		flex: 0 0 407px;
		order: 1;
	}
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
	.sec-message__image {
		flex: 0 0 40%;
	}
}

@media only screen and (max-width: 768px) {
	.sec-message__image {
		width: 68.53333vw;
		margin-left: 4.26667vw;
		margin-bottom: -18.13333vw;
	}
}

.sec-message__image img {
	width: 100%;
}
