@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Oswald:wght@200;300;400;500;600;700&display=swap");

@font-face {
	font-family: 'Helvetica Bold';
	src: url('/it_career/wp-content/themes/swell_child/fonts/Helvetica-Bold.ttf') format('truetype');
	font-weight: bold;
}

@font-face {
	font-family: 'Helvetica Light';
	src: url('/it_career/wp-content/themes/swell_child/fonts/Helvetica-Light.ttf') format('truetype');
	font-weight: 300;
}

@font-face {
	font-family: 'Helvetica';
	src: url('/it_career/wp-content/themes/swell_child/fonts/Helvetica.ttf') format('truetype');
}

@font-face {
	font-family: 'LINE Seed JP Bold';
	src: url('/it_career/wp-content/themes/swell_child/fonts/LINESeedJP_Bd.otf') format('opentype');
	font-weight: bold;
}

@font-face {
	font-family: 'LINE Seed JP ExtraBold';
	src: url('/it_career/wp-content/themes/swell_child/fonts/LINESeedJP_Eb.otf') format('opentype');
	font-weight: 800;
}

@font-face {
	font-family: 'LINE Seed JP Regular';
	src: url('/it_career/wp-content/themes/swell_child/fonts/LINESeedJP_Rg.otf') format('opentype');
	font-weight: normal;
}

@font-face {
	font-family: 'LINE Seed JP Thin';
	src: url('/it_career/wp-content/themes/swell_child/fonts/LINESeedJP_Th.otf') format('opentype');
	font-weight: 100;
}

@font-face {
	font-family: 'Source Han Sans JP Bold';
	src: url('/it_career/wp-content/themes/swell_child/fonts/SourceHanSansJP-Bold.otf') format('opentype');
	font-weight: bold;
}

@font-face {
	font-family: 'Source Han Sans JP ExtraLight';
	src: url('/it_career/wp-content/themes/swell_child/fonts/SourceHanSansJP-ExtraLight.otf') format('opentype');
	font-weight: 200;
}

@font-face {
	font-family: 'Source Han Sans JP Heavy';
	src: url('/it_career/wp-content/themes/swell_child/fonts/SourceHanSansJP-Heavy.otf') format('opentype');
	font-weight: 900;
}

@font-face {
	font-family: 'Source Han Sans JP Light';
	src: url('/it_career/wp-content/themes/swell_child/fonts/SourceHanSansJP-Light.otf') format('opentype');
	font-weight: 300;
}

@font-face {
	font-family: 'Source Han Sans JP Medium';
	src: url('/it_career/wp-content/themes/swell_child/fonts/SourceHanSansJP-Medium.otf') format('opentype');
	font-weight: 500;
}

@font-face {
	font-family: 'Source Han Sans JP Normal';
	src: url('/it_career/wp-content/themes/swell_child/fonts/SourceHanSansJP-Normal.otf') format('opentype');
	font-weight: normal;
}

@font-face {
	font-family: 'Source Han Sans JP Regular';
	src: url('/it_career/wp-content/themes/swell_child/fonts/SourceHanSansJP-Regular.otf') format('opentype');
	font-weight: normal;
}

.f_os {
	font-family: "Oswald", sans-serif;
}

.lptext {
	font-size: 40px;
}

html,
button,
input,
select,
textarea {
	font-family: "Noto Sans JP", sans-serif;
}

body {
	color: #0B0B0B;
	font-size: 15px;
	line-height: 1.7;
	min-width: 1340px !important;
}

a[href$=".pdf"] {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	text-decoration: underline;
	color: #000;
	line-height: 1.5;
}

a[href$=".pdf"]::before {
	content: "";
	display: block;
	flex-shrink: 0;
	width: 30px;
	height: 38px;
	background-image: url(/wp-content/themes/swell_child/image/icon/icon_pdf.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-right: 15px;
}

a[href$=".pdf"]:hover {
	text-decoration: none;
}

.wrap {
	width: 1140px;
	margin: 0 auto;
}

.wrap02 {
	width: 1240px;
	margin: 0 auto;
}

.wrap03 {
	width: 1340px;
	margin: 0 auto;
}

#lp_header {
	position: relative;
	padding: 23px 0 27px 0;
	background: #fff;
	min-width: 1400px;
}

#lp_header .cont {
	margin-left: calc((100% - 1340px) / 2);
	padding-right: 280px;
	align-items: center;
}

#lp_header .cont .link_area {
	align-items: center;
	gap: 40px;
}

#lp_header .cont .line_button a {
	display: flex;
	align-items: center;
	width: 250px;
	height: 60px;
	background-color: #06C755;
	color: #fff;
	line-height: 1.4;
	font-size: 15px;
	padding-left: 62px;
	background-image: url(/it_career/wp-content/themes/swell_child/image/lp/icon_line.svg);
	background-repeat: no-repeat;
	background-position: 14px;
	border-radius: 6px;
	box-shadow: 0px 4px 0px #009D40;
	font-family: 'LINE Seed JP Bold';
	position: relative;
}

#lp_header .cont .line_button a:hover {
	box-shadow: none;
	transform: translateY(4px);
}

#lp_header .cont .line_button a::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	width: 10px;
	height: 10px;
	margin: auto;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	box-sizing: border-box;
}

#lp_header .button_wrap {
	position: absolute;
	right: 0;
	top: 0;
}

#lp_header .button_wrap .button a {
	display: block;
	width: 130px;
	height: 110px;
	color: #fff;
	text-align: center;
	font-size: 15px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding-bottom: 12px;
	line-height: 1;
	font-family: 'LINE Seed JP Bold';
}

#lp_header .button_wrap .button.interview a {
	background-color: #1D9F5F;
	background-image: url(/it_career/wp-content/themes/swell_child/image/lp/icon_interview.svg);
	background-repeat: no-repeat;
	background-position: center 17px;
}

#lp_header .button_wrap .button a:hover {
	opacity: .8;
	transition: .3s;
}

#lp_header .button_wrap .button.document a {
	background-color: #016333;
	background-image: url(/it_career/wp-content/themes/swell_child/image/lp/icon_document.svg);
	background-repeat: no-repeat;
	background-position: center 17px;
}

#lp_header .cont .header_navi ul {
	align-items: center;
	gap: 30px;
}

#lp_header .cont .header_navi ul li a {
	color: initial;
	font-weight: bold;
	font-family: "source-han-sans-japanese", sans-serif;
}

.page_lp .section_mainvisual {
	position: relative;
	overflow: hidden;
	height: 610px;
}

.page_lp .section_mainvisual .scroll-infinity {
	position: absolute;
	left: 0;
	top: -2%;
	width: calc(100% - 440px);
	width: 100%;
	height: 105%;
}

.scroll-infinity:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #0B0B0B;
	opacity: .65;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	pointer-events: none;
}

@keyframes infinity-scroll-right {
	from {
		transform: translateX(-100%);
	}

	to {
		transform: translateX(0%);
	}
}

.scroll-infinity__wrap {
	display: flex;
	overflow: hidden;
	height: 100%;
}

.scroll-infinity__list {
	display: flex;
	list-style: none;
	padding: 0;
}

.scroll-infinity__list--right {
	animation: infinity-scroll-right 80s infinite linear 0.5s both;
}

.scroll-infinity__item {
	width: 460px;
	margin-left: -112px;
}

.scroll-infinity__item>img {
	width: 100%;
	height: 100%;
}

.page_lp .section_mainvisual .main_image {
	position: absolute;
	left: 0;
	top: -2%;
	width: calc(100% - 440px);
	height: 106%;
	transform: scaleX(-1);
}

.page_lp .section_mainvisual .main_image .slide {
	height: 100%;
	margin-left: -160px;
	transform: scaleX(-1);
}

.page_lp .section_mainvisual .main_image img {
	height: 100%;
	object-fit: cover;
}

.page_lp .section_mainvisual .cont {
	margin: 0 auto;
	align-items: stretch;
}

.page_lp .section_mainvisual .text_area {
	position: relative;
	z-index: 2;
	color: #fff;
	padding: 90px 0 50px 0;
	padding-left: calc((100% - 1340px) / 2);
}

.page_lp .section_mainvisual .text_area .catch_box {
	margin-bottom: 44px;
	font-family: 'Source Han Sans JP Heavy';
}

.page_lp .section_mainvisual .text_area .catch_box .lead {
	background: #fff;
	color: initial;
	padding: 9px 15px;
	font-weight: bold;
	border-radius: 6px;
	margin-bottom: 17px;
	display: inline-block;
	font-size: 22px;
	line-height: 1.4;
}

.page_lp .section_mainvisual .text_area .catch_box .lead small {
	font-size: 16px;
}

.page_lp .section_mainvisual .text_area .catch_box .catch {
	font-size: 44px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 20px;
	letter-spacing: .04em;
}

.page_lp .section_mainvisual .text_area .catch_box .catch .accent {
	color: #FFFF00;
}

.page_lp .section_mainvisual .text_area .catch_box .text {
	font-size: 28px;
	line-height: 1;
	font-weight: bold;
	letter-spacing: .04em;
}

.page_lp .section_mainvisual .text_area .catch_box .text small {
	font-size: 24px;
}

.page_lp .section_mainvisual .text_area .button_box .lead {
	font-size: 22px;
	font-weight: bold;
	font-family: 'Source Han Sans JP Heavy';
	margin-bottom: 5px;
	letter-spacing: .04em;
}

.page_lp .section_mainvisual .text_area .button_box .lead .accent {
	color: #FFFF00;
}

.page_lp .section_mainvisual .text_area .button_box .lead .num {
	font-size: 32px;
	font-family: 'Helvetica Bold';
}

.page_lp .section_mainvisual .text_area .button_box .lead .big {
	font-size: 28px;
}

.page_lp .section_mainvisual .text_area .button_box .button_wrap {
	margin-bottom: 25px;
	gap: 20px;
}

.page_lp .section_mainvisual .text_area .button_box .button a {
	display: flex;
	align-items: center;
	width: 330px;
	height: 80px;
	color: #fff;
	line-height: 1.4;
	font-size: 20px;
	padding-left: 70px;
	background-position: 14px;
	border-radius: 6px;
	font-weight: bold;
	position: relative;
	font-family: 'LINE Seed JP Bold';
}

.page_lp .section_mainvisual .text_area .button_box .button a:hover {
	box-shadow: none !important;
	transform: translateY(4px);
}

.page_lp .section_mainvisual .text_area .button_box .button.line a {
	background-color: #06C755;
	box-shadow: 0px 6px 0px #009D40;
	background-image: url(/it_career/wp-content/themes/swell_child/image/lp/icon_line.svg);
	background-repeat: no-repeat;
	background-size: 40px;
}

.page_lp .section_mainvisual .text_area .button_box .button.line a::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 27px;
	width: 12px;
	height: 12px;
	margin: auto;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	box-sizing: border-box;
}

.page_lp .section_mainvisual .text_area .button_box .button.interview a {
	background-color: #1D9F5F;
	box-shadow: 0px 6px 0px #007931;
	background-image: url(/it_career/wp-content/themes/swell_child/image/lp/icon_interview_circle.svg);
	background-repeat: no-repeat;
}

.page_lp .section_mainvisual .text_area .button_box .button.interview a::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 27px;
	width: 9px;
	height: 9px;
	margin: auto;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: translateY(-2px) rotate(135deg);
	box-sizing: border-box;
}

.page_lp .section_mainvisual .text_area .button_box .annotation {
	font-size: 14px;
	font-family: 'Source Han Sans JP Medium';
}

.page_lp .section_mainvisual .illust {
	position: absolute;
	bottom: 0;
}

.page_lp .section_mainvisual .illust.men {
	/* left: 754px; */
	left: calc(50vw + 32px);
}

.page_lp .section_mainvisual .illust.woman {
	right: -40px;
}

.page_lp .section_mainvisual .contact_form {
	/* width: 440px; */
	width: calc(50vw - 280px);
	height: 610px;
	background: #2A7B9B;
	background: linear-gradient(180deg, rgba(42, 123, 155, 1) 0%, rgba(1, 99, 51, 1) 0%, rgba(29, 159, 95, 1) 100%);
	padding-top: 48px;
	padding: 48px 30px 48px 30px;
	overflow: scroll;
	position: relative;
	z-index: 3;
}

.page_lp .section_mainvisual .contact_form .title_box {
	color: #fff;
	text-align: center;
	margin-bottom: 40px;
}

.page_lp .section_mainvisual .contact_form .title_box .title {
	font-weight: bold;
	font-size: 22px;
	display: inline-block;
	padding-left: 40px;
	position: relative;
	font-family: 'LINE Seed JP Bold';
}

.page_lp .section_mainvisual .contact_form .title_box .title:before {
	content: "";
	width: 25px;
	height: 25px;
	background: url(/it_career/wp-content/themes/swell_child/image/lp/icon_document.svg) no-repeat;
	background-size: 18.4px;
	background-position: center;
	position: absolute;
	left: 0;
	top: 6px;
}

.page_lp .section_mainvisual .contact_form .title_box .title:after {
	content: "";
	width: 50px;
	height: 10px;
	background: url(/it_career/wp-content/themes/swell_child/image/lp/circle.svg) no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	left: calc(50% - 25px);
	bottom: -22px;
}

.page_lp .section_works {
	padding: 120px 0 180px 0;
	overflow: hidden;
	position: relative;
}

.page_lp .section_works:before {
	/* content: ""; */
	width: calc((100% - 1140px) / 2 - 5px);
	height: 100%;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.page_lp .section_works .slick-prev,
.page_lp .section_works .slick-next {
	width: 80px;
	height: 80px;
	border-radius: 100%;
	text-indent: -9999px;
	z-index: 9;
	top: 215px;
}

.page_lp .section_works .slick-prev:after,
.page_lp .section_works .slick-next:after {
	content: "";
	width: 100%;
	height: 100%;
	background: url(/it_career/wp-content/themes/swell_child/image/lp/arrow_slider.svg) no-repeat, #fff;
	background-size: contain;
	background-position: center;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 100%;
}

.page_lp .section_works .slick-next:after {
	transform: scale(-1, 1);
}

.page_lp .section_works .slick-list {
	overflow: visible;
}

.page_lp .section_works .slick-prev {
	left: -40px;
}

.page_lp .section_works .slick-next {
	right: -40px;
}

.page_lp .section_works .slick-dots {
	bottom: -57px;
}

.page_lp .section_works .slick-dots li {
	width: 14px;
	height: 14px;
	margin: 0 10px;
}

.page_lp .section_works .slick-dots li button {
	background: #CCCCCC;
	border-radius: 100%;
	width: 14px;
	height: 14px;
}

.page_lp .section_works .slick-dots li.slick-active button {
	background: #1D9F5F;
}

.page_lp .section_works .slick-dots li button:before {
	display: none;
}

.page_lp .section_works .slick-dots li.slick-active button:after {
	content: "";
	width: 28px;
	height: 28px;
	background: #1D9F5F;
	opacity: .2;
	border-radius: 100%;
	position: absolute;
	left: -7px;
	top: -7px;
}

.page_lp .section_works ul li.slide {
	border-radius: 10px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
	padding: 58px 20px 50px 20px;
	position: relative;
	margin: 0 15px;
	width: 340px;
}

.page_lp .section_works ul li.slide .label {
	background: #1D9F5F;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 10px 0 10px 0;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 15px;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 700;
}

.page_lp .section_works ul li.slide .button a {
	display: block;
	width: 100%;
	line-height: 60px;
	background: #F5F5F5;
	color: #016333;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	border-radius: 0 0 10px 10px;
	font-family: 'Source Han Sans JP Heavy';
	transition: .3s;
	position: absolute;
	left: 0;
	bottom: 0;
}

.page_lp .section_works ul li.slide .button a:hover {
	background: #016333;
	color: #fff;
}

.page_lp .section_works ul li.slide .text_area {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.page_lp .section_works ul li.slide .text_area .title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 12px;
	font-family: 'Source Han Sans JP Heavy';
	line-height: 1.5;
}

.page_lp .section_works ul li.slide .text_area .type {
	font-size: 14px;
	font-family: 'Source Han Sans JP Medium';
}

.page_lp .section_works ul li.slide .information_area {
	margin-bottom: 20px;
}

.page_lp .section_works ul li.slide .information_area dl {
	background: #EFFFF6;
	padding: 2.9px 10px;
	display: flex;
	align-items: center;
	font-family: 'Source Han Sans JP Heavy';
}

.page_lp .section_works ul li.slide .information_area dl+dl {
	margin-top: 8px;
}

.page_lp .section_works ul li.slide .information_area dl dt {
	width: 110px;
	line-height: 40px;
	position: relative;
	padding-left: 50px;
	background-position: 0;
	background-size: contain;
	font-size: 14px;
}

.page_lp .section_works ul li.slide .information_area dl.reward dt {
	background: url(/it_career/wp-content/themes/swell_child/image/lp/icon_money.svg) no-repeat;
}

.page_lp .section_works ul li.slide .information_area dl.place dt {
	background: url(/it_career/wp-content/themes/swell_child/image/lp/icon_access.svg) no-repeat;
}

.page_lp .section_works ul li.slide .information_area dl dt:before {
	content: "";
	width: 1px;
	height: 30px;
	background: #333;
	position: absolute;
	right: 0;
	top: calc(50% - 15px);
}

.page_lp .section_works ul li.slide .information_area dl dd {
	padding-left: 20px;
}

.page_lp .section_works ul li.slide .information_area dl.reward dd {
	font-size: 26px;
	font-weight: bold;
	font-family: 'Helvetica Bold';
	white-space: nowrap;
}

.page_lp .section_works ul li.slide .information_area dl.reward dd small {
	font-size: 14px;
	margin-left: 2px;
	font-family: 'Source Han Sans JP Heavy';
}

.page_lp .section_works ul li.slide .information_area dl.place dd {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.4;
}

.page_lp .section_works ul li.slide .information_area dl.place dd small {
	font-size: 12px;
	margin-left: 2px;
	display: block;
}

.page_lp .section_works ul li.slide .information_area .tag_box {
	gap: 0 .5em;
	margin-top: 10px;
}

.page_lp .section_works ul li.slide .information_area .tag_box .tag {
	font-size: 14px;
	font-family: 'Source Han Sans JP Medium';
}

.page_lp .section_works ul li.slide .information_area .tag_box .tag:before {
	content: "#";
}

.page_lp .section_worries {
	padding: 80px 0;
	background: #2A7B9B;
	background: linear-gradient(180deg, rgba(42, 123, 155, 1) 0%, rgba(223, 253, 239, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.page_lp .section_worries .title_box {
	text-align: center;
	margin-bottom: 40px;
	padding-top: 63.5px;
	background: url(/it_career/wp-content/themes/swell_child/image/lp/icon_moya.svg) no-repeat;
	background-position: 480px 0;
}

.page_lp .section_worries .title_box .title {
	font-size: 34px;
	font-family: 'Source Han Sans JP Heavy';
}

.page_lp .section_worries ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}

.page_lp .section_worries ul li {
	background: #fff;
	padding: 15px 20px;
	border-radius: 10px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
}

.page_lp .section_worries ul li .icon_wrap {
	align-items: center;
	gap: 20px;
}

.page_lp .section_worries ul li .icon_wrap .icon {
	background: #E6E6E6;
	border-radius: 100%;
}

.page_lp .section_worries ul li .icon_wrap .title .text {
	font-size: 20px;
	color: #6E6E6E;
	font-family: 'Source Han Sans JP Heavy';
	line-height: 1.5;
}

.page_lp .section_worries ul li .icon_wrap .title .text .accent {
	font-size: 24px;
	color: initial;
}

.page_lp .section_worries ul li .text_area {
	background: #F5F5F5;
	border-radius: 10px;
	padding: 17px 20px;
}

.page_lp .section_worries ul li .text_area .text {
	font-size: 16px;
	font-family: 'Source Han Sans JP Medium';
}

.page_lp .section_worries .arrow {
	text-align: center;
	margin: 40px 0;
}

.page_lp .section_worries .sales_text {
	text-align: center;
	font-size: 22px;
	font-family: 'Source Han Sans JP Heavy';
}

.page_lp .section_worries .sales_text .accent {
	color: #1D9F5F;
	font-size: 28px;
}

.page_lp .section_service {
	padding-bottom: 130px;
}

.page_lp .section_service ul li {
	gap: 80px;
	align-items: center;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
	padding: 30px 70px 30px 70px;
	border-radius: 10px;
	position: relative;
}

.page_lp .section_service ul li:before {
	content: "";
	width: 10px;
	height: 190px;
	background: #1D9F5F;
	border-radius: 10px 0 0 10px;
	position: absolute;
	right: 0;
	top: calc(50% - 95px);
}

.page_lp .section_service ul li:nth-child(2)::before {
	right: auto;
	left: 0;
	border-radius: 0 10px 10px 0;
}

.page_lp .section_service ul li+li {
	margin-top: 30px;
}

.page_lp .section_service ul li .illust_box {
	width: 180px;
}

.page_lp .section_service ul li:nth-child(2) .illust_box {
	order: 2;
}

.page_lp .section_service ul li .text_area {
	width: calc(100% - 270px);
}

.page_lp .section_service ul li .text_area .catch_box {
	align-items: center;
	gap: 20px;
	padding-bottom: 35px;
	background: url(/it_career/wp-content/themes/swell_child/image/lp/circle_green.svg) no-repeat;
	background-position: 0 bottom;
	margin-bottom: 24px;
}

.page_lp .section_service ul li .text_area .catch_box .num {
	font-size: 60px;
	font-weight: bold;
	color: #1D9F5F;
	font-family: 'Helvetica Bold';
	line-height: 1;
}

.page_lp .section_service ul li .text_area .catch_box .text {
	font-size: 32px;
	font-family: 'Source Han Sans JP Heavy';
	line-height: 1;
}

.page_lp .section_service ul li .text_area .text_box .text {
	font-size: 18px;
	font-family: 'Source Han Sans JP Medium';
}

.page_lp .section_cv {
	background-image: url(/it_career/wp-content/themes/swell_child/image/lp/cv_back.png);
	background-position: center;
	background-size: cover;
	color: #fff;
	text-align: center;
}

.page_lp .section_cv .wrap {
	position: relative;
	padding: 65px 0 20px 0;
}

.page_lp .section_cv .text_area .lead {
	color: #FFFF00;
	font-size: 20px;
	font-family: 'Source Han Sans JP Heavy';
	letter-spacing: .1em;
}

.page_lp .section_cv .text_area .catch {
	font-weight: bold;
	font-size: 32px;
	margin-bottom: 30px;
	font-family: 'Source Han Sans JP Heavy';
	letter-spacing: .1em;
}

.page_lp .section_cv .text_area .button a {
	display: block;
	background: #fff;
	width: 360px;
	line-height: 70px;
	border-radius: 40px;
	margin: 0 auto 35px auto;
	color: #016333;
	font-weight: bold;
	font-size: 20px;
	position: relative;
	font-family: 'Source Han Sans JP Heavy';
}

.page_lp .section_cv .text_area .button a:hover {
	opacity: .8;
	transition: .3s;
}

.page_lp .section_cv .text_area .button a::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 27px;
	width: 12px;
	height: 12px;
	margin: auto;
	border-top: 2px solid #016333;
	border-right: 2px solid #016333;
	transform: rotate(45deg);
	box-sizing: border-box;
}


.page_lp .section_cv .annotation {
	font-size: 14px;
	font-family: 'Source Han Sans JP Medium';
}

.page_lp .section_cv .illust {
	position: absolute;
}

.page_lp .section_cv .illust_pc {
	right: -50px;
	top: 62px;
}

.page_lp .section_cv .illust_sp {
	left: 0;
	top: 32px;
}

.page_lp .section_flow {
	padding: 130px 0 135px 0;
}

.page_lp .section_flow ul li {
	position: relative;
}

.page_lp .section_flow ul li:before {
	content: "";
	width: 3px;
	height: calc(100% + 50px);
	background: #1D9F5F;
	position: absolute;
	top: 0;
	left: 50px;
	z-index: -1;
}

.page_lp .section_flow ul li:last-child::before {
	display: none;
}

.page_lp .section_flow ul li+li {
	margin-top: 50px;
}

.page_lp .section_flow ul li .num_box {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	border: 3px solid #1D9F5F;
	background: #F7FFFA;
	text-align: center;
	padding-top: 18px;
	font-family: 'Helvetica Bold';
}

.page_lp .section_flow ul li .num_box .en {
	font-size: 18px;
	line-height: 1.2;
}

.page_lp .section_flow ul li .num_box .num {
	font-size: 40px;
	color: #1D9F5F;
	line-height: 1;
}

.page_lp .section_flow ul li .text_area {
	width: 1010px;
}

.page_lp .section_flow ul li .text_area .title {
	color: #1D9F5F;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 20px;
	font-family: 'Source Han Sans JP Heavy';
}

.page_lp .section_flow ul li .text_area .text_box {
	background: #EFFFF6;
	padding: 23px 20px;
	border-radius: 10px;
	font-family: 'Source Han Sans JP Medium';
}

.page_lp .section_flow ul li .text_area .text_box .text {
	font-size: 14px;
}

.page_lp .section_flow ul li .text_area .info {
	margin-top: 17px;
	margin-left: 20px;
	display: inline-block;
}

.page_lp .section_flow ul li .text_area .info .text {
	font-weight: bold;
	font-size: 14px;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 700;
}

.page_lp .section_flow ul li .text_area .info .text:first-child {
	border-bottom: 2px dashed #333333;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.common_title_box {
	text-align: center;
	margin-bottom: 72px;
}

.page_lp .section_reviews .common_title_box {
	margin-bottom: 43px;
}

.common_title_box .title {
	font-size: 24px;
	font-weight: bold;
	font-family: 'Source Han Sans JP Heavy';
	line-height: 1.6;
}

.common_title_box .title .accent {
	font-size: 36px;
	color: #1D9F5F;
}

.page_lp .section_reviews {
	padding: 110px 0 130px 0;
}

.page_lp .section_reviews ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	margin-bottom: 35px;
}

.page_lp .section_reviews ul li {
	background: #EFFFF6;
	border-radius: 10px;
	padding: 15px 20px;
	border: 2px solid #1D9F5F;
}

.page_lp .section_reviews ul li .icon_wrap {
	align-items: center;
	gap: 20px;
	margin-bottom: 15px;
}

.page_lp .section_reviews ul li .icon {
	background: #1D9F5F;
	border-radius: 100%;
}

.page_lp .section_reviews ul li .name {
	font-size: 16px;
	font-family: 'Source Han Sans JP Heavy';
}

.page_lp .section_reviews ul li .text_area {
	background: #fff;
	padding: 14px 20px;
	border-radius: 10px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
	position: relative;
	min-height: 146px;
}

.page_lp .section_reviews ul li .text_area:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: 12px solid #fff;
	border-top: 0;
	position: absolute;
	left: 30px;
	top: -10px;
	filter: drop-shadow(0px -2px 1px rgba(0, 0, 0, 0.07));
}

.page_lp .section_reviews ul li .text_area .text {
	font-family: 'Source Han Sans JP Medium';
	line-height: 1.4;
}

.page_lp .section_reviews .sales_text {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	font-family: 'Source Han Sans JP Heavy';
}

.page_lp .section_reviews .sales_text .accent {
	color: #1D9F5F;
	font-size: 28px;
}

.page_lp .section_contact {
	background-image: url(/it_career/wp-content/themes/swell_child/image/lp/contact_back.png);
	background-position: center;
	background-size: cover;
	padding: 110px 0 140px 0;
	text-align: center;
}

.page_lp .section_contact .main_text_area {
	color: #fff;
	margin-bottom: 20px;
}

.page_lp .section_contact .main_text_area .catch {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 30px;
	font-family: 'Source Han Sans JP Heavy';
	letter-spacing: .2em;
}

.page_lp .section_contact .main_text_area .accent {
	font-size: 26px;
	color: #FFFF00;
}

.page_lp .section_contact .main_text_area .text {
	font-size: 16px;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 700;
	letter-spacing: .1em;
}

.page_lp .section_contact .line_box {
	background: #fff;
	width: 640px;
	margin: 0 auto 60px auto;
	padding: 28px 40px;
	border-radius: 10px;
}

.page_lp .section_contact .line_box .title {
	color: #06C755;
	font-size: 20px;
	margin-bottom: 10px;
	font-family: 'LINE Seed JP Bold';
}

.page_lp .section_contact .line_box .info_text {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 20px;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 700;
}

.page_lp .section_contact .line_box .button a {
	display: flex;
	align-items: center;
	width: 350px;
	height: 70px;
	color: #fff;
	line-height: 1.4;
	padding-left: 70px;
	background-position: 14px;
	border-radius: 6px;
	font-weight: bold;
	background-color: #06C755;
	box-shadow: 0px 6px 0px #009D40;
	background-image: url(/it_career/wp-content/themes/swell_child/image/lp/icon_line.svg);
	background-repeat: no-repeat;
	background-size: 40px;
	background-position: 15px;
	margin: 0 auto;
	font-size: 18px;
	text-align: left;
	position: relative;
	font-family: 'LINE Seed JP Bold';
}

.page_lp .section_contact .line_box .button a:hover {
	box-shadow: none;
	transform: translateY(4px);
}

.page_lp .section_contact .line_box .button a::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 35px;
	width: 12px;
	height: 12px;
	margin: auto;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
	box-sizing: border-box;
}

.page_lp .section_contact .interview_area {
	margin-bottom: 60px;
	padding-bottom: 90px;
	color: #fff;
	background: url(/it_career/wp-content/themes/swell_child/image/lp/border.svg) no-repeat;
	background-position: center bottom;
}

.page_lp .section_contact .interview_area .title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	font-family: 'LINE Seed JP Bold';
}

.page_lp .section_contact .interview_area .text {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 30px;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 700;
}

.page_lp .section_contact .contact_form_area .title {
	color: #fff;
	font-size: 24px;
	margin-bottom: 13px;
	font-family: 'LINE Seed JP Bold';
}

.page_lp .section_contact .contact_form_area .text {
	color: #fff;
	padding-bottom: 40px;
	background-image: url(/it_career/wp-content/themes/swell_child/image/lp/circle.svg);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 700;
	margin-bottom: 23px;
}

#lp_footer {
	background: #EFFFF6;
	padding: 80px 0 50px 0;
	text-align: center;
	margin-bottom: 100px;
}

#lp_footer .logo {
	margin-bottom: 15px;
}

#lp_footer .logo img {
	width: 208px;
}

#lp_footer .text {
	font-size: 22px;
	font-family: 'Source Han Sans JP Heavy';
	margin-bottom: 26px;
	letter-spacing: .1em;
}

#lp_footer .text .accent {
	color: #1D9F5F;
	font-size: 14px;
	letter-spacing: 0;
}

#lp_footer .button a {
	display: block;
	background: #016333;
	width: 360px;
	line-height: 60px;
	border-radius: 40px;
	color: #fff;
	margin: 0 auto 62px;
	font-size: 20px;
	font-family: 'Source Han Sans JP Heavy';
	position: relative;
}

#lp_footer .button a:hover {
	opacity: .8;
	transition: .3s;
}

#lp_footer .button a::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 27px;
	width: 9px;
	height: 9px;
	margin: auto;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	box-sizing: border-box;
}

#lp_footer .copyright small {
	font-size: 14px;
	font-family: 'Helvetica';
}

.fixed_banner {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 10;
	min-width: 1440px;
	background: #fff;
}

.fixed_banner .wrap03 {
	position: relative;
	padding: 14px 0 16px 0;
}

.fixed_banner .illust {
	position: absolute;
	right: -48px;
	bottom: 0;
}

.fixed_banner .cont {
	align-items: flex-end;
}

.fixed_banner .logo {
	margin-right: 30px;
}

.fixed_banner .logo img {
	width: 187px;
}

.fixed_banner .button_wrap {
	gap: 15px;
}

.fixed_banner .button_wrap .button a {
	display: flex;
	align-items: center;
	width: 330px;
	height: 70px;
	color: #fff;
	line-height: 1.4;
	font-size: 20px;
	padding-left: 70px;
	background-position: 14px;
	border-radius: 6px;
	font-weight: bold;
	position: relative;
	font-family: 'LINE Seed JP Bold';
}

.fixed_banner .button_wrap .button a:hover {
	opacity: .8;
	transition: .3s;
}

.fixed_banner .button_wrap .button.line a {
	background-color: #06C755;
	background-image: url(/it_career/wp-content/themes/swell_child/image/lp/icon_line.svg);
	background-repeat: no-repeat;
	background-size: 40px;
}

.fixed_banner .button_wrap .button.case a {
	background-color: #016333;
	background-image: url(/it_career/wp-content/themes/swell_child/image/lp/icon_document_circle.svg);
	background-repeat: no-repeat;
}

.fixed_banner .button_wrap .button.line a::after,
.fixed_banner .button_wrap .button.case a::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 27px;
	width: 12px;
	height: 12px;
	margin: auto;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	box-sizing: border-box;
}

.fixed_banner .button_wrap .button.interview a {
	background-color: #1D9F5F;
	background-image: url(/it_career/wp-content/themes/swell_child/image/lp/icon_interview_circle.svg);
	background-repeat: no-repeat;
}

.page_lp .section_mainvisual .text_area .button_box .button.interview a::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 27px;
	width: 12px;
	height: 12px;
	margin: auto;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: translateY(-2px) rotate(135deg);
	box-sizing: border-box;
}

.common-contactform {
	text-align: left;
}

.common-contactform table {
	width: 100%;
}

.common-contactform table th,
.common-contactform table td {
	padding: 15px 0;
}

.common-contactform table th {
	color: #fff;
	width: 220px;
}

.common-contactform table td {
	color: #fff;
	width: calc(100% - 220px);
}

.page_lp .section_mainvisual .contact_form .common-contactform table th,
.page_lp .section_mainvisual .contact_form .common-contactform table td {
	display: block;
	width: 100%;
	padding: 0;
}

.page_lp .section_mainvisual .contact_form .common-contactform table th {
	padding-bottom: 8px;
	font-size: 14px;
	line-height: 1.3;
}

.page_lp .section_mainvisual .contact_form .common-contactform table td {
	padding-bottom: 14px;
}

.page_lp .section_mainvisual .contact_form .common-contactform table td input {
	height: 46px;
}

.common-contactform table td input {
	height: 54px;
	border-radius: 4px;
	width: 100%;
	padding: 13px 20px 17px 20px;
}

.mw_wp_form #btn_wrap {
	margin-top: 60px;
	justify-content: center;
	gap: 20px;
}

.mw_wp_form #btn_wrap .common_page_btn {
	display: flex;
	align-items: center;
	width: 350px;
	height: 80px;
	line-height: 1.4;
	font-size: 20px;
	border-radius: 6px;
	font-weight: bold;
	position: relative;
	font-family: 'Source Han Sans JP Heavy';
	margin: 0 auto;
	background: #FFFF00;
	box-shadow: 0px 6px 0px #D0D000;
	justify-content: center;
	position: relative;
}

.mw_wp_form #btn_wrap .common_page_btn::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 27px;
	width: 12px;
	height: 12px;
	margin: auto;
	border-top: 2px solid #0B0B0B;
	border-right: 2px solid #0B0B0B;
	transform: rotate(45deg);
	box-sizing: border-box;
}

.page_lp .section_mainvisual .contact_form .mw_wp_form #btn_wrap {
	margin-top: 22px;
}

.page_lp .section_mainvisual .contact_form .mw_wp_form #btn_wrap br {
	display: none;
}

.page_lp .section_mainvisual .contact_form .mw_wp_form #btn_wrap .common_page_btn {
	height: 60px;
	font-size: 16px;
	width: 260px;
}

.page_lp .section_mainvisual .contact_form .mw_wp_form #btn_wrap .common_page_btn::after {
	width: 10px;
	height: 10px;
}

.mw_wp_form #btn_wrap .common_page_btn[name="submitBack"] {
	background: #ccc;
	box-shadow: 0px 4px 0px #9e9e9e;
	margin: 0;
}

.mw_wp_form #btn_wrap .common_page_btn[name="送信"] {
	margin: 0;
}

.mw_wp_form #btn_wrap .common_page_btn:hover {
	box-shadow: none !important;
	transform: translateY(4px);
}

.common-contactform table td input::placeholder {
	color: #BFBFBF;
	font-size: 15px;
}

.common-contactform table td input.tel {
	width: 160px;
	margin: 0 10px;
}

.page_lp .section_mainvisual .contact_form .common-contactform table td .mwform-tel-field {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0.3em;
}

.page_lp .section_mainvisual .contact_form .common-contactform table td input.tel {
	width: 100%;
	margin: 0;
}

.common-contactform table td input.tel:first-child {
	margin-left: 0;
}

.mw_wp_form .thanks_textArea {
	background: #fff;
	padding: 40px;
	border-radius: 10px;
}

@media (max-width: 750px) {
	body {
		font-size: 3.6vw;
		line-height: 1.5;
		padding-top: 20vw;
		min-width: unset !important;
	}

	body.fixed {
		width: 100%;
		height: 100%;
		position: fixed;
	}

	#sp_header {
		position: absolute !important;
	}

	.page_lp .section_mainvisual {
		height: auto;
		min-height: unset;
	}

	.page_lp .section_mainvisual .wrap03 {
		max-width: 100%;
	}

	.page_lp .section_mainvisual .main_image {
		width: 100%;
		height: 173vw;
	}

	.page_lp .section_mainvisual .main_image .slide {
		margin-left: -15vw;
	}

	.page_lp .section_mainvisual .text_area {
		padding: 10vw 5vw 7vw 5vw;
		width: 100%;
	}

	.page_lp .section_mainvisual .illust {
		bottom: 0;
		width: 18vw;
	}

	.page_lp .section_mainvisual .illust.men {
		right: 5vw;
		width: 18vw;
		z-index: 2;
		left: auto;
	}

	.page_lp .section_mainvisual .illust.woman {
		right: 5vw;
		bottom: -43vw;
		width: 16vw;
	}

	.page_lp .section_mainvisual .main_catch {
		margin-bottom: 4vw;
	}

	.page_lp .section_mainvisual .text_area .main_catch img {
		width: 100%;
	}

	.page_lp .section_mainvisual .text_area .catch_box {
		margin-bottom: 10vw;
	}

	.page_lp .section_mainvisual .text_area .catch_box .catch {
		font-size: 8vw;
		margin-bottom: 4vw;
	}

	.page_lp .section_mainvisual .text_area .catch_box .catch small {
		font-size: 5vw;
	}

	.page_lp .section_mainvisual .text_area .catch_box .text {
		font-size: 4.5vw;
	}

	.page_lp .section_mainvisual .text_area .catch_box .text small {
		font-size: 4.5vw;
		line-height: 1.5;
	}

	.page_lp .section_mainvisual .text_area .button_box .lead {
		font-size: 4.5vw;
		margin-bottom: 2vw;
		line-height: 1.3;
	}

	.page_lp .section_mainvisual .text_area .button_box .lead .num {
		font-size: 8vw;
	}

	.page_lp .section_mainvisual .text_area .button_box .lead .big {
		font-size: 6vw;
	}

	.page_lp .section_mainvisual .text_area .button_box .button_wrap {
		margin-bottom: 4vw;
		gap: 4vw;
	}

	.page_lp .section_mainvisual .text_area .button_box .button {
		width: 100%;
	}

	.page_lp .section_mainvisual .text_area .button_box .button a {
		width: 100%;
		height: 17vw;
		font-size: 4.7vw;
		padding-left: 70px;
		background-position: 4vw;
	}

	.page_lp .section_mainvisual .text_area .button_box .button.line a {
		background-size: 10vw;
	}

	.page_lp .section_mainvisual .text_area .button_box .annotation {
		font-size: 3vw;
	}

	.page_lp .section_mainvisual .contact_form {
		width: 100%;
		height: auto;
		right: auto;
		top: auto;
		min-height: 100vw;
		padding: 15vw 5vw 18vw 5vw;
		z-index: 1;
	}

	.page_lp .section_mainvisual .contact_form .title_box .title {
		font-size: 5vw;
		padding-left: 10vw;
	}

	.page_lp .section_mainvisual .contact_form .title_box .title:before {
		width: 7vw;
		height: 7vw;
		background-size: contain;
		top: 0vw;
	}

	.page_lp .section_mainvisual .contact_form .title_box .title:after {
		width: 13vw;
		height: 4vw;
		left: calc(50% - 6.5vw);
		bottom: -7vw;
	}

	.page_lp .section_works {
		padding: 20vw 0 30vw 0;
	}

	.page_lp .section_works:before {
		display: none;
	}

	.page_lp .section_works .slick-list {
		overflow: hidden;
		padding: 10px 0;
	}

	.page_lp .section_works ul li.slide {
		width: 350px;
		margin: 0 auto;
		padding: 50px 20px 40px 20px;
	}

	.page_lp .section_works ul li.slide+li.slide {
		margin-top: 20px;
	}

	.page_lp .section_works ul li.slide .button a {
		background: #016333;
		color: #fff;
		line-height: 50px;
	}

	.page_lp .section_worries {
		padding: 10vw 0;
	}

	.page_lp .section_worries .title_box {
		margin-bottom: 6vw;
		padding-top: 15vw;
		background-position: center 0;
		background-size: 14vw;
	}

	.page_lp .section_worries .title_box .title {
		font-size: 7vw;
	}

	.page_lp .section_worries ul {
		grid-template-columns: repeat(1, 1fr);
		gap: 6vw;
	}

	.page_lp .section_worries ul li {
		padding: 4vw 4vw;
	}

	.page_lp .section_worries ul li .icon_wrap {
		gap: 4vw;
	}

	.page_lp .section_worries ul li .icon_wrap .icon {
		width: 20vw;
	}

	.page_lp .section_worries ul li .icon_wrap .icon img {
		width: 100%;
	}

	.page_lp .section_worries ul li .icon_wrap .title {
		width: calc(100% - 25vw);
	}

	.page_lp .section_worries ul li .icon_wrap .title .text {
		font-size: 3.8vw;
	}

	.page_lp .section_worries ul li .icon_wrap .title .text .accent {
		font-size: 5vw;
	}

	.page_lp .section_worries ul li .text_area {
		padding: 4vw 3vw;
	}

	.page_lp .section_worries ul li .text_area .text {
		font-size: 3.2vw;
	}

	.page_lp .section_worries .arrow {
		margin: 10vw auto;
		width: 70%;
	}

	.page_lp .section_worries .sales_text {
		font-size: 4vw;
	}

	.page_lp .section_worries .sales_text .accent {
		font-size: 5vw;
		margin: 4vw 0;
		display: inline-block;
		line-height: 1.7;
	}

	.page_lp .section_service {
		padding-bottom: 20vw;
	}

	.page_lp .section_service ul li {
		padding: 4vw 4.5vw;
		display: block;
	}

	.page_lp .section_service ul li:before {
		display: none;
	}

	.page_lp .section_service ul li+li {
		margin-top: 14px;
	}

	.page_lp .section_service ul li .illust_box {
		width: 26%;
		position: absolute;
		left: 4vw;
		top: 4vw;
	}

	.page_lp .section_service ul li:nth-child(3) .illust_box {
		top: 6vw;
	}

	.page_lp .section_service ul li:nth-child(2) .illust_box {
		order: -1;
	}

	.page_lp .section_service ul li .text_area {
		width: 100%;
	}

	.page_lp .section_service ul li .text_area .catch_box {
		gap: 20px;
		padding-bottom: 7vw;
		margin-bottom: 24px;
		margin-left: 30vw;
		padding-top: 4vw;
		background-size: 17vw;
	}

	.page_lp .section_service ul li .text_area .catch_box .num {
		display: none;
	}

	.page_lp .section_service ul li .text_area .catch_box .text {
		font-size: 5.5vw;
		line-height: 1.45;
	}

	.page_lp .section_service ul li .text_area .text_box .text {
		font-size: 3.8vw;
		line-height: 1.7;
	}

	.page_lp .section_cv .wrap {
		padding: 20vw 0 20vw 0;
	}

	.page_lp .section_cv .text_area .lead {
		font-size: 4vw;
		margin-bottom: 1em;
	}

	.page_lp .section_cv .text_area .catch {
		font-size: 7vw;
		margin-bottom: 8vw;
	}

	.page_lp .section_cv .text_area .button a {
		width: 90%;
		line-height: 14vw;
		margin: 0 auto 4vw auto;
		font-size: 5vw;
	}

	.page_lp .section_cv .annotation {
		font-size: 3.5vw;
	}

	.page_lp .section_cv .illust_sp {
		left: 0;
		top: auto;
		bottom: 1vw;
		width: 16vw;
	}

	.page_lp .section_flow {
		padding: 20vw 0;
	}

	.page_lp .section_flow ul li {
		background: #fff;
		border-radius: 10px;
		border: 3px solid #1D9F5F;
		width: 90%;
		margin: 0 auto;
		padding: 6vw 4vw 5vw 4vw;
	}

	.page_lp .section_flow ul li:nth-child(2),
	.page_lp .section_flow ul li:nth-child(3) {
		padding-top: 8vw;
	}

	.page_lp .section_flow ul li:before {
		left: calc(50% - 1.5px);
		top: 20px;
	}

	.page_lp .section_flow ul li .num_box {
		width: 17vw;
		height: 17vw;
		padding-top: 3vw;
		position: absolute;
		left: -5vw;
		top: -7vw;
	}

	.page_lp .section_flow ul li .num_box .en {
		font-size: 3.2vw;
	}

	.page_lp .section_flow ul li .num_box .num {
		font-size: 7vw;
	}

	.page_lp .section_flow ul li .text_area {
		width: 100%;
	}

	.page_lp .section_flow ul li .text_area .title {
		font-size: 4.5vw;
		margin-bottom: 3vw;
		text-align: center;
	}

	.page_lp .section_flow ul li .text_area .text_box {
		padding: 4vw;
	}

	.page_lp .section_flow ul li .text_area .text_box .text {
		font-size: 3.1vw;
	}

	.page_lp .section_flow ul li .text_area .info {
		margin-top: 4vw;
	}

	.page_lp .section_flow ul li .text_area .info .text {
		font-size: 3.1vw;
	}

	.page_lp .section_flow ul li .text_area .info .text:first-child {
		border-bottom: 2px dashed #333333;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.common_title_box {
		margin-bottom: 15vw;
	}

	.page_lp .section_reviews .common_title_box {
		margin-bottom: 8vw;
	}

	.common_title_box .title {
		font-size: 4.4vw;
	}

	.common_title_box .title .accent {
		font-size: 6.5vw;
	}

	.page_lp .section_reviews {
		padding: 20vw 0;
	}

	.page_lp .section_reviews ul {
		grid-template-columns: repeat(1, 1fr);
		gap: 14px;
		margin-bottom: 6vw;
	}

	.page_lp .section_reviews ul li {
		padding: 3vw 3vw 4vw 3vw;
	}

	.page_lp .section_reviews ul li .icon_wrap {
		margin-bottom: 20px;
	}

	.page_lp .section_reviews ul li .name {
		font-size: 4vw;
	}

	.page_lp .section_reviews ul li .text_area {
		padding: 3vw;
		min-height: unset;
	}

	.page_lp .section_reviews ul li .text_area .text {
		font-size: 3.4vw;
		line-height: 1.7;
	}

	.page_lp .section_reviews .sales_text {
		font-size: 4vw;
	}

	.page_lp .section_reviews .sales_text .accent {
		font-size: 5vw;
		margin-top: 3vw;
		display: inline-block;
	}

	.page_lp .section_contact {
		padding: 20vw 0 10vw 0;
		background-image: url(/it_career/wp-content/themes/swell_child/image/lp/contact_back_sp.png);
		background-position: center;
		background-size: cover;
	}

	.page_lp .section_contact .main_text_area {
		margin-bottom: 10vw;
		text-align: left;
	}

	.page_lp .section_contact .main_text_area .catch {
		font-size: 4vw;
		margin-bottom: 6vw;
	}

	.page_lp .section_contact .main_text_area .accent {
		font-size: 6vw;
		margin-top: 3vw;
		display: inline-block;
	}

	.page_lp .section_contact .main_text_area .text {
		font-size: 3.2vw;
		letter-spacing: 0;
	}

	.page_lp .section_contact .line_box {
		background: none;
		width: 100%;
		margin: 0 auto 10vw auto;
		padding: 0 0 10vw 0;
		border-radius: 0;
		border-bottom: 2px dashed #fff;
	}

	.page_lp .section_contact .line_box .title {
		color: #fff;
		font-size: 4.5vw;
		margin-bottom: 2vw;
		text-align: left;
	}

	.page_lp .section_contact .line_box .info_text {
		font-size: 3vw;
		margin-bottom: 5vw;
		text-align: left;
		color: #fff;
	}

	.page_lp .section_contact .line_box .button a {
		width: 100%;
		height: 17vw;
		padding-left: 17vw;
		background-size: 10vw;
		background-position: 4.4vw;
		font-size: 4.5vw;
	}

	.page_lp .section_contact .line_box .button a::after {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		right: 27px;
		width: 12px;
		height: 12px;
		margin: auto;
		border-top: 3px solid #fff;
		border-right: 3px solid #fff;
		transform: rotate(45deg);
		box-sizing: border-box;
	}

	.page_lp .section_contact .interview_area {
		margin-bottom: 10vw;
		padding-bottom: 0;
		text-align: left;
		background: none
	}

	.page_lp .section_contact .interview_area .title {
		font-size: 4.5vw;
		margin-bottom: 3vw;
	}

	.page_lp .section_contact .interview_area .text {
		font-size: 3.3vw;
		margin-bottom: 5vw;
	}

	.page_lp .section_contact .contact_form_area {
		background: #fff;
		padding: 8vw 4vw;
		border-radius: 6px;
	}

	.page_lp .section_contact .contact_form_area .title {
		color: #1D9F5F;
		font-size: 4.5vw;
		margin-bottom: 2vw;
	}

	.page_lp .section_contact .contact_form_area .text {
		color: initial;
		padding-bottom: 7vw;
		background-image: url(/it_career/wp-content/themes/swell_child/image/lp/circle_green.svg);
		background-size: 15vw;
		margin-bottom: 7vw;
	}

	#lp_footer {
		padding: 20vw 0 10vw 0;
		margin-bottom: 0;
		margin-bottom: 20vw;
	}

	#lp_footer .logo {
		margin-bottom: 5vw;
	}

	#lp_footer .logo img {
		width: 45vw;
	}

	#lp_footer .text {
		font-size: 5vw;
		margin-bottom: 7vw;
	}

	#lp_footer .text .accent {
		font-size: 4vw;
		display: inline-block;
		margin-bottom: 3vw;
	}

	#lp_footer .button a {
		width: 90%;
		line-height: 15vw;
		margin: 0 auto 10vw;
		font-size: 4vw;
	}

	#lp_footer .copyright small {
		font-size: 3vw;
	}

	.fixed_banner {
		padding: 2vw;
		background: #fff;
		min-width: unset;
	}

	.fixed_banner .cont {
		align-items: center;
	}

	.fixed_banner .wrap03 {
		max-width: 100%;
		padding: 0;
	}

	.fixed_banner .logo {
		display: none;
	}

	.fixed_banner .button_wrap {
		gap: 0;
		margin-bottom: 0;
		justify-content: space-between;
		width: 100%;
	}

	.fixed_banner .button_wrap .button.line {
		width: 14vw;
	}

	.fixed_banner .button_wrap .button.line a .text {
		display: none;
	}

	.fixed_banner .button_wrap .button {
		width: 39vw;
	}

	.fixed_banner .button_wrap .button a {
		width: 100%;
		height: 14vw;
		font-size: 3.5vw;
		padding-left: 0;
		text-align: center;
		justify-content: center;
	}

	.fixed_banner .button_wrap .button.line a {
		background-size: 10vw;
		background-position: center;
	}

	.fixed_banner .button_wrap .button.case a {
		background: #016333;
	}

	.fixed_banner .button_wrap .button.line a::after,
	.fixed_banner .button_wrap .button.case a::after {
		display: none;
	}

	.fixed_banner .button_wrap .button.interview a {
		background: #1D9F5F;
	}

	.fixed_banner .illust {
		display: none;
	}

	.page_lp .section_mainvisual .scroll-infinity {
		width: 100%;
		height: 175vw;
	}

	.scroll-infinity__item {
		width: 61.5vw;
		margin-left: -17vw;
	}

	.common-contactform table th,
	.common-contactform table td {
		padding: 0;
		display: block;
		width: 100%;
	}

	.common-contactform table th {
		color: initial;
		padding-bottom: 2vw;
	}

	.common-contactform table td {
		color: initial;
		padding-bottom: 4vw;
	}

	.common-contactform table td input {
		height: 12vw;
	}

	.mw_wp_form #btn_wrap {
		margin-top: 4vw;
	}

	.mw_wp_form #btn_wrap br {
		display: none;
	}

	.mw_wp_form #btn_wrap .common_page_btn {
		width: 80%;
		height: 14vw;
		font-size: 4vw;
	}

	.common-contactform table td input::placeholder {
		font-size: 3.5vw;
	}

	.common-contactform table td input.tel {
		width: 20vw;
		margin: 0 2vw;
	}

	.page_lp .section_mainvisual .contact_form .title_box {
		margin-bottom: 13vw;
	}

	.page_lp .section_mainvisual .contact_form .common-contactform table th,
	.page_lp .section_mainvisual .contact_form .common-contactform table td {
		color: #fff;
		font-size: 3.6vw;
	}

	.page_lp .section_mainvisual .contact_form .mw_wp_form #btn_wrap .common_page_btn {
		height: 14vw;
		font-size: 4vw;
		width: 70%;
	}

	.page_lp .section_mainvisual .contact_form .common-contactform table td input {
		height: 12vw;
	}

	.page_lp .section_mainvisual .contact_form .common-contactform table td input.tel {
		margin: 0;
	}

	.page_lp .section_mainvisual .contact_form .mw_wp_form #btn_wrap {
		margin-top: 7vw;
	}

	.page_lp .section_contact .contact_form_area .mw_wp_form .thanks_textArea {
		padding: 0;
		background: none;
	}

	.scroll-infinity:before {
		display: none;
	}

	.page_lp .section_works ul li.slide .label {
		font-size: 14px;
		padding: 9.5px 15px;
	}

	.page_lp .section_works ul li.slide .text_area .title {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.page_lp .section_works ul li.slide .information_area dl+dl {
		margin-top: 6px;
	}

	.page_lp .section_works ul li.slide .information_area dl {
		padding: 5px 10px;
	}

	.page_lp .section_works .slick-dots {
		bottom: -37px;
	}

	.page_lp .section_mainvisual .cont {
		width: 100%;
	}

}