/* Sans Regular */

@font-face {
	font-family: "Overpass", sans-serif;
	font-style: normal;
	font-weight: 200 700;
	src: url("../fonts/Overpass-VariableFont_wght.woff") format("woff-variations");
}

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

html,
body {
	font-family: "dnp-shuei-gothic-gin-std", sans-serif;
	font-feature-settings: "palt";
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.08em;
	margin: 0;
	padding: 0;
}

html {
	font-size: 62.5%;
	line-height: 1.6;
	scroll-behavior: smooth;
}

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

ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	margin: 0;
	padding: 0;
}

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

a:hover {
	opacity: 0.6;
}

.wrapper {
	position: relative;
}

.w800 {
	margin: 0 auto;
	max-width: 800px;
	width: 100%;
}

.w600 {
	margin: 0 auto;
	max-width: 600px;
	width: 100%;
}

.align-center {
	display: block;
	margin: 0 auto;
	width: inherit;
}

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

.ls-20 {
	letter-spacing: -0.02em;
}

.ls-40 {
	letter-spacing: -0.04em;
}

.ls-80 {
	letter-spacing: -0.08em;
}

.ls20 {
	letter-spacing: 0.02em;
}

.ls40 {
	letter-spacing: 0.04em;
}

.font-overpassEL {
	font-family: "Overpass", sans-serif;
	font-style: normal;
	font-weight: 200;
}

.font-overpassL {
	font-family: "Overpass", sans-serif;
	font-style: normal;
	font-weight: 300;
}

.font-overpassR {
	font-family: "Overpass", sans-serif;
	font-style: normal;
	font-weight: 400;
}

.font-overpassB {
	font-family: "Overpass", sans-serif;
	font-style: normal;
	font-weight: 700;
}

.bold {
	font-weight: 700;
}

.f00 {
	font-size: 3.6rem;
}

.f01 {
	font-size: 3.2rem;
}

.f02 {
	font-size: 2.2rem;
}

.f03 {
	font-size: 2rem;
}

.f04 {
	font-size: 1.8rem;
}

.f05 {
	font-size: 1.7rem;
}

.f06 {
	font-size: 1.4rem;
}

.f07 {
	font-size: 1.2rem;
}

.f08 {
	font-size: 1rem;
}

.mb-0 {
	margin-bottom: 0 !important;
}

/* ----------------------------
 parts
---------------------------- */

section {
	padding: 100px 0;
}

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

/* PC-SP表示切り替え */

/* SP用改行 */

/* PC用改行 */

.sec__header01 {
	align-items: center;
	display: flex;
	margin-bottom: 60px;
}

.sec__header01 .sec__header-title::before {
	background: url(../img/sec_header01_bg.svg) no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 79px;
	position: absolute;
	width: 150px;
	z-index: -1;
}

.sec__header02 {
	align-items: center;
	display: flex;
	margin-bottom: 60px;
}

.sec__header02 .sec__header-title::before {
	background: url(../img/sec_header02_bg.svg) no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 79px;
	position: absolute;
	width: 150px;
	z-index: -1;
}

.sec__header-title {
	font-weight: 700;
	letter-spacing: 0.08em;
	position: relative;
	z-index: 1;
}

.sec__header-title span {
	color: #fff;
	font-size: 5.4rem;
	padding-left: 30px;
	text-shadow: 1px 1px 0 #3D3D3D, 1px -1px 0 #3D3D3D, -1px 1px 0 #3D3D3D, -1px -1px 0 #3D3D3D;
}

.sec__header-sub {
	margin-bottom: -10px;
	margin-left: 20px;
	position: relative;
	z-index: 3;
}

.sec__header-sub::before {
	background-color: #3D3D3D;
	content: "";
	display: inline-block;
	height: 1px;
	margin-top: -2px;
	vertical-align: middle;
	width: 70px;
}

/* ----------------------------
 main
---------------------------- */

main {
	margin: 0 auto;
	width: 100%;
}

/* ----------------------------
 footer
---------------------------- */

.footer {
	background: url(../img/footer_bg.svg) no-repeat;
	background-size: cover;
	margin-top: 100px;
	padding: 40px 0 12px;
	width: 100%;
}

.footer__logo {
	display: block;
	height: auto;
	margin: 40px auto 14px;
	width: 160px;
}

.footer__nav {
	color: #fff;
	line-height: 14px;
	margin-bottom: 30px;
}

.footer__nav ul {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 16px;
}

.footer__nav ul li a {
	height: inherit;
	margin: 20px;
}

.footer__nav ul a {
	line-height: 1 !important;
	margin-bottom: 0;
}

.company-info {
	color: #fff;
}

.copyright p {
	color: #fff;
	margin-top: 30px;
}

/* ----------------------------
 bgblock_intro-feature
---------------------------- */

.bgblock_intro-feature {
	background: linear-gradient(180deg, rgba(255, 187, 236, 0.44), rgba(169, 201, 255, 0.44));
	height: 2148px;
	position: relative;
	width: 100%;
}

.bgblock_intro-feature::before {
	background: url(../img/intro-feature__wh-grd.svg) no-repeat;
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.arrow__intro-feature {
	margin-top: -20px;
}

/* ----------------------------
 intro
---------------------------- */

.intro {
	align-items: center;
	animation: fadein-anim_intro-message 2s ease-in-out forwards 4s;
	display: flex;
	height: 540px;
	justify-content: space-between;
	max-width: 800px;
	opacity: 0;
	position: relative;
	width: 100%;
	z-index: 2;
}

.intro__message {
	animation: fadein-anim_intro-message 2s ease-in-out forwards 4s;
	letter-spacing: 0.14em;
	margin-top: -20px;
	opacity: 0;
	width: 46%;
}

.intro__nest {
	width: 52%;
}

.intro__title {
	height: 32px;
	position: relative;
	width: 372px;
}

.intro__title h2 {
	animation: fadein-anim_intro-title 1.5s ease-in-out forwards 5s;
	color: #fff;
	height: inherit;
	left: 50%;
	letter-spacing: 0.1em;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 54%;
	transform: translate(-50%, -50%);
	width: inherit;
}

.intro__title h2 span {
	color: #f0b7d0;
}

.intro__title h2 span::before {
	background: url(../img/intro_title_pre.svg) no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 1em;
	margin-right: -0.2em;
	width: 1em;
}

.intro__title h2 span::after {
	background: url(../img/intro_title_post.svg) no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 1em;
	margin-left: -0.3em;
	width: 1em;
}

.intro__title__bg {
	height: 32px;
	width: 372px;
}

.intro__title__bg svg .st0 {
	stroke-dasharray: 1000px;
	stroke-dashoffset: 1000px;
	stroke: #3d3d3d;
	stroke-width: 2px;
	fill: transparent;
	animation: svgAnime 2s linear 4.5s forwards;
}

.intro__txt {
	line-height: 2;
}

/* ----------------------------
 feature
---------------------------- */

.feature {
	margin-top: -20px;
}

.feature__title {
	align-items: center;
	display: flex;
}

.feature__number {
	color: #fff;
	font-size: 4.8rem;
	margin: 0 8px -8px 0;
	width: 30px;
}

.feature__txt {
	line-height: 2;
	margin-left: 38px;
}

.feature__img-right {
	position: absolute;
	right: 0;
	z-index: -1;
}

.feature__img-left {
	left: 0;
	position: absolute;
	z-index: -1;
}

.feature01 {
	height: 340px;
	margin-bottom: 60px;
	position: relative;
	z-index: 1;
}

.feature01__txt-sec {
	position: absolute;
	top: -14px;
	width: 52%;
	z-index: 3;
}

.feature02 {
	height: 380px;
	margin-bottom: 80px;
	position: relative;
	z-index: 1;
}

.feature02__txt-sec {
	position: absolute;
	right: 0;
	top: 70px;
	width: 51%;
	z-index: 3;
}

.feature03 {
	height: 340px;
	position: relative;
	z-index: 1;
}

.feature03__txt-sec {
	position: absolute;
	width: 60%;
	z-index: 3;
}

/* ----------------------------
 works
---------------------------- */

.works__pickup {
	margin-bottom: 100px;
}

.works__pickup__img {
	background-image: linear-gradient(180deg, rgba(255, 187, 236, 0.28), rgba(169, 201, 255, 0.28));
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: 800px 388px;
	padding-top: 78px;
	text-align: center;
}

.works__caption {
	margin-bottom: 60px;
	text-align: center;
}

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

.works__list__item img {
	margin-bottom: 10px;
}

.to-insta p {
	margin-top: 20px;
}

/* ----------------------------
 service
---------------------------- */

.service {
	background-image: linear-gradient(180deg, rgb(209, 223, 250) 11%, rgb(234, 221, 245) 63%, rgb(247, 235, 251));
}

.service__item ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

.service__item__caption {
	margin-top: 12px;
	text-align: center;
}

.service__txt {
	line-height: 2;
	margin-bottom: 40px;
}

.service__oem {
	margin-bottom: 60px;
	position: relative;
	text-align: center;
}

.service__oem::after {
	background-color: #3D3D3D;
	bottom: -5px;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 420px;
}

.service__contact {
	height: auto;
	width: 428px;
}

.service__contact a {
	height: inherit;
	width: inherit;
}

/* ----------------------------
 flow
---------------------------- */

.flow {
	background-image: linear-gradient(180deg, rgb(244, 223, 242), rgb(247, 223, 242) 60%, rgb(250, 239, 244));
}

.flow__list li {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 60px;
	position: relative;
}

.flow__list li:last-child {
	margin-bottom: 0;
}

.flow__list li::after {
	background: url(../img/arrow_flow.svg) no-repeat;
	bottom: -52px;
	content: "";
	height: 45px;
	left: 30px;
	position: absolute;
	width: 6px;
	z-index: 1;
}

.flow__list li:last-child::after {
	content: none;
}

.flow__number {
	background-color: rgba(61, 61, 61, 0.2);
	border-radius: 50%;
	color: #fff;
	height: 60px;
	line-height: 68px;
	margin-right: 20px;
	text-align: center;
	width: 60px;
}

.flow__title {
	width: 120px;
}

.flow__txt {
	margin-left: auto;
	width: 70%;
}

/* ----------------------------
 faq
---------------------------- */

.faq {
	background: url(../img/faq_bg.webp) no-repeat;
	background-position: right -6% bottom;
	background-size: 642px 609px;
	padding: 0;
}

.faq__bg-rgba {
	background: rgba(235, 235, 235, 0.4);
	height: 100%;
	padding: 100px 0;
}

.faq__item {
	border-bottom: 1px solid #3D3D3D;
}

.faq__item:nth-child(n+2) {
	margin-top: 10px;
}

.faq__item:last-child {
	border-bottom: none;
}

.faq-box__q {
	align-items: center;
	color: #3D3D3D;
	display: flex;
	height: 56px;
	justify-content: space-between;
}

.faq__symbol {
	font-size: 2.6rem;
	margin-right: 2%;
	width: 4%;
}

.faq__txt {
	margin: 8px 0;
	width: 90%;
}

.faq__txt small {
	font-size: 1rem;
}

.faq-box__icon {
	height: 14px;
	position: relative;
	right: 14px;
	top: 0;
	width: 14px;
}

.faq-box__icon.is-open .faq-box__bar2 {
	transform: rotate(90deg);
}

.faq-box__bar1 {
	background: #3D3D3D;
	border-radius: 20px;
	height: 1px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 14px;
}

.faq-box__bar2 {
	background: #3D3D3D;
	border-radius: 20px;
	height: 14px;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	transition: all 0.3s ease 0s;
	width: 1px;
}

.faq-box__a {
	color: #3D3D3D;
	display: none;
}

.faq-box__content {
	display: flex;
	justify-content: space-between;
	margin: 10px 0 18px;
}

.faq-box__content .faq__symbol {
	margin-left: 6%;
}

.faq-box__content .faq__txt {
	line-height: 2;
	width: 86%;
}

/* ----------------------------
 ig
---------------------------- */

.ig {
	background-blend-mode: soft-light;
	background-image: url(../img/racopa_logo.svg), linear-gradient(0deg, rgb(255, 253, 243), rgb(255, 245, 234) 20%, rgb(255, 228, 233) 40%, rgb(252, 210, 245) 60%, rgb(242, 211, 253) 80%, rgb(230, 220, 255));
	background-position: top -10% left -10%, center center;
	background-repeat: no-repeat;
	background-size: 400px 400px, 100% 100%;
	padding: 50px 0;
}

.ig .sec__header02 {
	margin-bottom: 20px;
}

.ig .sec__header-sub {
	margin-bottom: 0;
}

.ig__sec {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
}

.ig__txt {
	line-height: 2;
	width: 84%;
}

.ig__txt a {
	display: block;
	margin-bottom: 10px;
	padding-bottom: 2px;
	position: relative;
}

.ig__icon {
	filter: drop-shadow(0px 0px 10px rgba(252, 210, 245, 0.7));
}

#instaWrapper h2 {
	border-bottom: solid 1px #707070;
	margin: 0 auto 20px;
	padding-bottom: 5px;
	width: 300px;
}

#instaWrapper p {
	margin-bottom: 30px;
}

#insta {
	margin: 0 auto;
	width: clamp(240px, 100%, 1280px);
}

#insta a {
	text-decoration: none;
}

#insta .swiper-wrapper {
	box-sizing: border-box;
	justify-content: space-between;
}

#insta .swiper-wrapper .swiper-slide {
	aspect-ratio: 4/5;
	box-sizing: border-box;
	height: auto;
	list-style: none;
	margin-bottom: 2rem;
	position: relative;
	width: 32% !important;
}

#insta .swiper-wrapper .swiper-slide .captionTxt {
	background-color: rgba(0, 0, 0, 0.75);
	color: #fff;
	display: block;
	font-size: 14px;
	height: 100%;
	left: 50%;
	line-height: 1.8;
	opacity: 0;
	padding: 16px;
	position: absolute;
	text-align: left;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

#insta .swiper-wrapper .swiper-slide .like_count {
	display: block;
	font-size: 12px;
	line-height: 2;
	position: relative;
	text-align: center;
}

#insta .swiper-wrapper .swiper-slide .like_count::before {
	color: #d4245f;
	content: "♥";
	font-size: 14px;
	padding-right: 0.25em;
	vertical-align: middle;
}

#insta .swiper-wrapper .swiper-slide:hover .captionTxt {
	opacity: 1;
	transition: 0.5s opacity, 0.25s filter;
}

#insta .swiper-wrapper .swiper-slide img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.insta-more {
	color: #d6d6d6;
}

/* ----------------------------
 contact
---------------------------- */

.contact {
	background-color: #fff;
	padding-bottom: 40px;
}

.contact__lead {
	margin-bottom: 40px;
}

.form__inner {
	border-bottom: 1px solid #C1C1C1;
	display: flex;
	justify-content: space-between;
	padding: 40px 0;
}

.form__inner:first-child {
	align-items: center;
}

.form__title {
	width: 18%;
}

.form__step {
	color: #e4e4e4;
	font-size: 2.8rem;
}

.form-required {
	background-color: #DB5B5B;
	color: #fff;
	font-size: 1.2rem;
	line-height: 10px;
	margin-left: 4px;
	padding: 2px 4px;
}

.form__contents {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	background-image: none;
	border-radius: 0;
	color: inherit;
	margin-bottom: 30px;
	width: 80%;
}

.form__contents label {
	display: block;
	margin-bottom: 8px;
}

.form__contents input {
	border: 1px solid #3D3D3D;
	border-radius: 0;
	display: block;
	padding: 8px;
	width: 100%;
}

.form__contents textarea {
	color: #3D3D3D;
	letter-spacing: 0.05em;
	line-height: 1.6;
	padding: 10px;
	width: 100%;
}

.form__contents__radio {
	display: flex;
	justify-content: start;
}

.form__contents__radio label {
	display: flex;
	margin-bottom: -8px;
	margin-left: 60px;
}

.form__contents__radio label:first-child {
	margin-left: 0;
}

.form__contents__radio input {
	margin-right: 20px;
	width: 20px;
}

.form__contents__halflinex2 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.form__contents__halfline {
	width: 46% !important;
}

.border-none {
	border-bottom: none;
}

.privacy-policy {
	background-color: #F2F2F2;
	border: 1px solid #3D3D3D;
	height: 200px;
	margin-bottom: 20px;
	overflow-y: scroll;
	padding: 8px 10px;
	width: 100%;
}

.pp_block {
	margin-bottom: 20px;
}

.pp_title {
	font-size: 1.3rem;
	margin-bottom: 5px;
}

.pp_txt {
	line-height: 1.8em;
	margin: 0 0 8px 0;
}

.pp_list_wrapper {
	margin-left: 20px;
}

.pp_list_wrapper li {
	margin-top: 5px;
}

.pp_list_nest {
	margin-left: 24px;
}

.pp_list_nest li {
	margin-top: 5px;
}

.pp_list {
	list-style-type: decimal;
	margin-bottom: 8px;
}

/* チェックボックスリセット */

input[type=checkbox] {
	background: none;
	border: none;
	border-radius: 0;
	margin: 0;
	outline: none;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.form__contents__checkbox {
	margin-left: 48px;
}

.form__contents__checkbox label {
	line-height: 32px;
	margin-bottom: 0;
}

/* チェックボックスデザイン */

input[type=checkbox] {
	cursor: pointer;
	margin-left: -35px;
	padding-left: 30px;
	position: relative; /*label手前にチェックボックス用の余白を開ける*/
	vertical-align: middle;
}

input[type=checkbox]::before,
input[type=checkbox]::after {
	content: "";
	display: block;
	position: absolute;
}

input[type=checkbox]::before {
	background-color: #F2F2F2;
	border: 2px solid #3D3D3D;
	border-radius: 0%; /*チェックボックスの横幅*/
	height: 32px;
	left: -12px; /*チェックボックスの縦幅*/
	top: 50%;
	width: 32px;
}

input[type=checkbox]::after {
	border-bottom: 2px solid #3D3D3D; /*チェックの太さ*/
	border-left: 2px solid #3D3D3D; /*チェック前は非表示*/
	height: 6px; /*チェック時の位置調整*/
	left: -1px; /*チェックの太さ*/
	opacity: 0;
	top: 12px; /*チェックの横幅*/
	transform: rotate(-45deg); /*チェックの高さ*/
	width: 11px; /*チェック時の位置調整*/
}

input[type=checkbox]:checked::after {
	opacity: 1; /*チェック後表示*/
}

.form__caution {
	font-size: 1.2rem;
	margin-bottom: 40px;
}

.submit-btn {
	-webkit-appearance: none;
	cursor: pointer;
	display: inline-block;
	height: 82px;
	text-decoration: none;
	width: 442px;
}

.submit-btn:hover,
.submit-btn:focus {
	opacity: 0.6;
	outline: none;
}

.submit-btn::-moz-foucus-inner {
	border: none;
	padding: 0;
}

.end-message {
	display: none;
}

.false-message {
	display: none;
}

/* ----------------------------
 contact-thanks
---------------------------- */

#contact__thanks {
	color: #3D3D3D;
	margin: 60px auto 0;
	max-width: 375px;
	width: 100%;
}

.contact__thanks__title {
	background-image: linear-gradient(160deg, rgb(255, 187, 236), rgb(169, 201, 255));
	color: #fff;
	display: block;
	margin-bottom: 10px;
	padding: 5px 0;
}

.contact__thanks__lead {
	display: block;
	margin-bottom: 10px;
}

.contact__thanks__caution {
	line-height: 2;
	margin: 40px auto 0;
}

.top_btn a {
	border: 1px solid #3D3D3D;
	border-radius: 4px;
	color: #3D3D3D;
	display: block;
	margin: 60px auto 0;
	padding: 10px;
	text-align: center;
	width: 280px;
}

@media (min-width: 768px) {

.hidden-pc {
	display: none;
}

.br-sp {
	display: none;
}

}

@media (max-width: 800px) {

.w800 {
	width: 92% !important;
}

}

@media (max-width: 767px) {

.w600 {
	width: 92%;
}

section {
	padding: 80px 0;
}

.hidden-sp {
	display: none;
}

.br-pc {
	display: none;
}

.sec__header01 .sec__header-title::before {
	height: 70px;
	width: 132px;
}

.feature .sec__header01 {
	display: block;
	margin-bottom: 40px;
}

.sec__header02 .sec__header-title::before {
	height: 70px;
	width: 132px;
}

.sec__header-title h2 {
	font-size: 3rem !important;
}

.sec__header-title h2 span {
	font-size: 4.8rem;
}

.sec__header-sub {
	margin-bottom: -8px;
}

.sec__header-sub::before {
	width: 40px;
}

.footer__logo {
	margin: 20px auto 10px;
}

.footer__nav {
	margin: 0 auto;
	width: 90%;
}

.footer__nav ul {
	font-size: 1.4rem;
}

.footer__nav ul li {
	margin-bottom: 20px;
}

.footer__nav ul li a {
	height: inherit;
	margin: 14px 12px;
}

.copyright p {
	margin-bottom: 0;
}

.bgblock_intro-feature {
	height: 2354px;
	width: 100%;
}

.bgblock_intro-feature::before {
	background: url(../img/intro-feature__wh-grd.svg) no-repeat;
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.arrow__intro-feature {
	margin-top: 0;
}

.intro {
	display: block;
	height: 600px;
	max-width: 414px;
	padding: 40px 0;
}

.intro__message {
	font-size: 2.4rem;
	letter-spacing: 0.08em;
	margin-top: 0;
	max-width: 414px;
	text-align: center;
	width: 100%;
}

.intro__nest {
	margin-top: 30px;
	width: 100%;
}

.intro__title {
	margin: 0 auto;
	width: 96%;
}

.intro__title h2 {
	top: 56%;
}

.intro__title__bg {
	margin: 0 auto;
	width: inherit;
}

.intro__txt {
	margin: 0 auto;
	width: 92%;
}

.feature__number {
	margin-bottom: 2px;
}

.feature__txt {
	margin-left: 0;
}

.feature__img-right {
	bottom: 0;
	width: 80%;
}

.feature__img-left {
	width: 80%;
}

.feature01 {
	height: 490px;
	margin-bottom: 20px;
}

.feature01__txt-sec {
	margin-bottom: 20px;
	position: static;
	width: 100%;
}

.feature02 {
	height: 400px;
	margin-bottom: 30px;
}

.feature02__txt-sec {
	top: 122px;
	width: 100%;
}

.feature03 {
	height: 438px;
}

.feature03 .feature__img-right {
	bottom: -50px;
}

.feature03__txt-sec {
	width: 100%;
}

.works__pickup {
	margin-bottom: 60px;
}

.works__pickup__img {
	background-size: 100% 240px;
	padding-top: 50px;
}

.works__pickup__img img {
	width: 80%;
}

.works__caption {
	margin-bottom: 40px;
}

.works__list__items li {
	width: 45%;
}

.service__item ul li {
	width: 30%;
}

.service__oem::after {
	width: 90%;
}

.service__contact {
	max-width: 428px;
	width: 90%;
}

.flow__list li {
	margin-bottom: 70px;
}

.flow__number {
	background-color: rgba(61, 61, 61, 0.2);
	border-radius: 50%;
	height: 50px;
	line-height: 58px;
	margin-right: 20px;
	width: 50px;
}

.flow__txt {
	margin: 10px auto;
	width: 100%;
}

.faq {
	background-position: center bottom;
	background-size: 100% auto;
}

.faq__bg-rgba {
	padding-top: 80px;
}

.faq__txt {
	width: 76%;
}

.faq-box__content .faq__txt {
	width: 82%;
}

.ig {
	background-image: url(../img/racopa_logo.svg), linear-gradient(0deg, rgb(255, 253, 243), rgb(255, 245, 234) 20%, rgb(255, 228, 233) 40%, rgb(252, 210, 245) 60%, rgb(242, 211, 253) 80%, rgb(230, 220, 255));
	background-position: top -60px left -260px, center center;
	background-size: 500px 500px, 100% 100%;
}

.ig__sec {
	flex-direction: column-reverse;
}

.ig__txt {
	width: 92%;
}

.ig__txt a {
	margin: 10px auto 20px;
	text-align: center;
}

.ig__txt a::after {
	left: 50%;
	transform: translateX(-50%);
	width: 60%;
}

#insta .swiper-wrapper .swiper-slide {
	width: 29% !important;
}

.contact__lead {
	margin-bottom: 20px;
}

.form__inner {
	display: block;
}

.form__inner:first-child {
	align-items: center;
}

.form__title {
	margin-bottom: 20px;
	width: 100%;
}

.form__contents {
	width: 100%;
}

.form__contents__radio label {
	margin-left: 20px;
}

.form__contents__radio input {
	margin-right: 5px;
}

.form__contents__halflinex2 {
	display: block;
}

.form__contents__halfline {
	margin-bottom: 20px;
	width: 100% !important;
}

.border-none {
	padding-bottom: 0;
}

.form__contents__checkbox label {
	line-height: 18px;
}

input[type=checkbox]::after {
	top: 20px;
}

.submit-btn {
	max-width: 442px;
	width: 100%;
}

#contact__thanks {
	margin-bottom: 0;
	width: 90%;
}

}

@media (max-width: 600px) {

.ig .sec__header02 {
	display: block;
	margin-bottom: 40px;
}

}

@keyframes fadein-anim_intro-message {

100% {
	opacity: 1;
}

}

@keyframes fadein-anim_intro-title {

100% {
	opacity: 1;
}

}

@keyframes svgAnime {

0% {
	stroke-dashoffset: 1000px;
}

40% {
	fill: transparent;
}

70% {
	stroke-dashoffset: 0px;
}

100% {
	stroke-dashoffset: 0px;
	stroke: transparent;
	fill: #3d3d3d;
}

}

