@charset "utf-8";
/* CSS Document */

/*------------------------------
 ▼共通デザイン（モバイル向け）
 -------------------------------*/
body {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #272A53;
	line-height: 1.6;
	font-feature-settings: "palt";
}

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

.pc__left_wrapper {
	display: none;
}

.pc__right {
	overflow: hidden;
}

.section {
	position: relative;
	padding: 40px 0;
}

.section::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	width: 220px;
	height: 280px;
	background-size: contain;
	background-repeat: no-repeat;
}

.point::before,
.flow::before,
.inc::before {
	left: 0;
	background-image: url(../images/decoration-left.png);
}

.about::before,
.job::before,
.faq::before {
	right: 0;
	background-image: url(../images/decoration-right.png);
	transform: scale(1, -1);
}

.section__title {
	position: relative;
	padding: 0 16px;
	margin: auto;
	max-width: 500px;
	line-height: 1.2;
	font-size: 14px;
	font-weight: 400;
}

.section__title::before {
	content: "";
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	max-width: 500px;
	width: 343px;
	margin: 0 0 8px;
}

.inner {
	padding: 0 16px;
	margin: 24px auto 0;
	max-width: 500px;
}

.bold {
	font-weight: bold;
}

/*    ここからトップの設定   */
.top {
	position: relative;
	height: 100vh;
	max-height: 768px;
	overflow: hidden;
}

.top::before,
.top::after {
	content: "";
	position: absolute;
	top: calc(100% / 3);
	width: 200px;
	height: calc(100% / 3);
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 1;
}

.top::before {
	background-image: url(../images/decoration-left.png);
}

.top::after {
	right: 0;
	background-image: url(../images/decoration-right.png);
	background-position: right center;
}

.contents__middle {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	width: 100%;
	pointer-events: none;
	text-align: center;
	text-shadow: 0px 0px 3px rgba(18, 28, 231, 1), 0px 0px 5px rgba(18, 28, 231, 1);
	z-index: 2;
}

.contents__top-title {
	font-family: "M PLUS Rounded 1c", sans-serif;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-shadow: 0px 0px 3px rgba(234, 23, 26, 1), 0px 0px 3px rgba(234, 23, 26, 1);
}

.contents__top {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: absolute;
	top: 0;
	left: clamp(8px, 4vw, 190px);
	height: calc(100% / 3);
	padding: 0 0 8px;
}

.contents__top-title span {
	font-size: 20px;
}

.top-speech-bubble {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 64%;
}

.speech-bubble-txt {
	position: relative;
	display: inline-block;
	padding: 2px 8px;
	margin: 0 0 4px;
	color: #EA171A;
	background-color: #fff;
	border-radius: 3px;
}

.speech-bubble-txt::after {
	content: "";
	display: inline-block;
	position: absolute;
	right: -5px;
	top: 50%;
	transform: translateY(-50%);
	border-style: solid;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 6px solid #ffffff;
	border-right: 0;
}

.contents__top-important {
	font-family: "M PLUS Rounded 1c", sans-serif;
	width: 61%;
	line-height: 1.3;
	color: #FFEC60;
	font-size: 18px;
	font-weight: bold;
	text-shadow: 0px 0px 3px rgba(234, 23, 26, 1), 0px 0px 3px rgba(234, 23, 26, 1);
}

.contents__top-img {
	margin: 8px 0 0;
	width: 240px;
}

.top__img {
	height: 100%;
	object-fit: cover;
	filter: drop-shadow(0px 0px #000);
	outline: none;
	border: none;
}

.top__title {
	font-family: "M PLUS Rounded 1c", sans-serif;
	position: relative;
	display: block;
	width: 100%;
	max-width: 500px;
	padding: 0 16px;
	margin: auto;
	line-height: 1.4;
	font-size: 36px;
	font-weight: bold;
	color: #fff;
}

.contents__middle::before {
	content: "";
	display: block;
	position: absolute;
	top: -25%;
	left: 50%;
	transform: translateX(-50%);
	width: 382px;
	height: 110%;
	background-image: url(../images/top_illust.png);
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -1;
}

.top__title-color {
	color: #FF57C7;
}

.top__txt {
	max-width: 500px;
	padding: 8px 16px 0 16px;
	margin: auto;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

.top__txt-box {
	padding: 0 8px;
	margin: 0 4px 0 0;
	color: #121CE7;
	font-size: 24px;
	background: #fff;
	text-shadow: none;
}

.contents__bottom {
	position: absolute;
	bottom: -16px;
	right: clamp(16px, 4vw, 190px);
	height: calc(100% / 3);
}

.contents__bottom-title {
	font-family: "M PLUS Rounded 1c", sans-serif;
	color: #121ce7;
	font-size: 28px;
	font-weight: bold;
	text-shadow: 0px 0px 5px rgba(255, 255, 255, 1), 0px 0px 5px rgba(255, 255, 255, 1);
}

.speech__list {
	display: flex;
	flex-direction: column;
	gap: 4px;
	width: 85%;
	margin-left: auto;
}

.speech__list-txt {
	display: inline-block;
	width: fit-content;
	padding: 4px 16px;
	background: #fff;
	color: #121ce7;
	border: 1px solid #121ce7;
	border-radius: 50px;
	box-shadow: 2px 2px 0px 0px rgba(18, 28, 231, 1);
}

.speech__list-txt:nth-child(even) {
	margin-left: auto;
}

/*    ここからAboutの設定   */
.about {
	position: relative;
	background-color: #F6F7FF;
	background-image: url(../images/bg_decoration.png);
	background-position: bottom;
	background-size: 150%;
	background-repeat: no-repeat;
	z-index: 0;
}

.about__section__title {
	position: relative;
	padding: 16px;
	background-color: #121CE7;
	color: #fff;
	font-size:16px ;
	font-weight: bold;
	text-align: center;
}

.about__section__title::before {
	content: "";
	position: absolute;
	top: -40px;
	right: 24px;
	width: 56px;
	height: 47px;
	background-image: url(../images/about_monster.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.about__title-box {
	display: inline-block;
	margin: 0 4px 0 0;
	padding: 2px 6px;
	color: #121CE7;
	font-size: 24px;
}

.n2 {
	background-color: #ff60df;
}

.n3 {
	background-color: #10EFFE;
}

.about__title-notes {
	display: block;
	width: 343px;
	margin: 4px 0 0 0;
	font-size: 12px;
	font-weight: 300;
	text-align: left;
}

.about__title-important {
	color: #FFEC60;
	font-size: 24px;
}

.about__list {
	display: flex;
	margin: 24px auto 0;
	flex-wrap: wrap;
	text-align: center;
	justify-content: space-between;
	gap: 8px;
}

.about__list-item {
	padding: 16px;
	width: calc(100% / 2 - 4px);
	background-color: #fff;
	border-radius: 10px;
	border: 1px #E5E6F0 solid;
}

.about__img {
	display: block;
	margin: 0 auto 16px;
	width: 60px;
}

.about__list-title {
	min-height: 65px;
	max-height: 95px;
	font-size: 20px;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	display: flex;
	text-wrap: balance;
}

.about__list-txt {
	padding: 16px 0 0 0;
	margin: 16px 0 0 0;
}

.about__list-item:nth-child(1) .about__list-txt {
	border-top: 1px #F6B2B3 solid;
}

.about__list-item:nth-child(2) .about__list-txt {
	border-top: 1px #808AEF solid;
}

.about__list-item:nth-child(3) .about__list-txt {
	border-top: 1px #FAEDC0 solid;
}

.about__list-item:nth-child(4) .about__list-txt {
	border-top: 1px #BFE0C1 solid;
}

/*    ここからpointの設定   */
.point {
	position: relative;
	background: #E5E6F0;
	counter-reset: point__card;
}

.point .section__title::before {
	background-image: url("../images/point.png");
	height: 44px;
}

.point__card {
	position: relative;
	max-width: 500px;
	margin: 0 auto 24px;
	padding:16px;
	background: #fff;
	border-radius: 10px;
	counter-increment: point__card;
}

.point__card::before,
.point__card::after {
	position: absolute;
	top: 0;
}

.point__card::before {
	content: counter(point__card,decimal-leading-zero);
	left: 0;
	font-size: 64px;
	font-weight: bold;
	line-height: .75;
	font-family: "M PLUS Rounded 1c", sans-serif;
	opacity: .1;
}

.point__card::after {
	content: "";
	right: 0;
	width: 68px;
	height: 78px;
	background-size: contain;
}

.inner .point__card:nth-child(1)::after {
	background-image: url(../images/point__monster1.png);
}

.inner .point__card:nth-child(2)::after {
	background-image: url(../images/point__monster2.png);
}

.inner .point__card:nth-child(3)::after {
	background-image: url(../images/point__monster3.png);
}

.card__title {
	margin: 0 auto 24px;
	width: 225px;
	text-align: center;
	line-height: 1.4;
	font-size: 20px;
}

.point__card:nth-child(1) .card__title,
.point__card:nth-child(1)::before {
	color: #EA171A;
}

.point__card:nth-child(2) .card__title,
.point__card:nth-child(2)::before {
	color: #121CE7;
}

.point__card:nth-child(3) .card__title,
.point__card:nth-child(3)::before {
	color: #FFC400;
}

.card__txt {
	margin: 16px auto 0;
}

.card__list {
	padding: 0 0 0 14px;
	margin: 16px auto 0;
}

.list__item {
	position: relative;
	margin: 0 0 4px 0;
}

.list__item:last-child {
	margin: 0;
}

.list__item_mark::before {
	content: "・";
	position: absolute;
	left: -12px;
}

/*    ここからjob  */

.job {
	background: #fff;
	position: relative;
	background-image: url(../images/job_bg.png);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
}

.job .section__title::before {
	background-image: url("../images/job.png");
	height: 88px;
}

.job .inner {
	margin: -16px auto 0;
}

.job__speech-balloon {
	position: relative;
	top: 40px;
	text-align: center;
	z-index: 1;
}

.triangle {
	position: relative;
	top: 8px;
}

.triangle__inner {
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-top: 10px solid #121ce7;
	border-bottom: 0;
}

.speech-balloon__txt {
	display: inline-block;
	padding: 16px;
	font-weight: bold;
	color: #fff;
	background-color: #121CE7;
	border-radius: 10px;
}

.speech-balloon__txt-important {
	font-size: 18px;
	color: #FFEC60;
}

.job__card-inner {
	position: relative;
	padding: 40px 16px 16px;
	background-color: #fff;
	border-radius: 10px;
	border: 1px #E5E6F0 solid;
	box-shadow: 0px 0px 4px 0px rgba(229, 230, 240, 1);
}

.job__card-inner::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 70px;
	height: 78px;
	background-size: contain;
	background-repeat: no-repeat;
}

.job__card:nth-child(1) .job__card-inner::after  {
	background-image: url(../images/job_monster1.png);
}

.job__card:nth-child(2) .job__card-inner::after  {
	background-image: url(../images/job_monster2.png);
}

.job__card:nth-child(3) .job__card-inner::after  {
	background-image: url(../images/job_monster3.png);
}

.job__title {
	font-size: 24px;
	text-align: center;
}

.tag {
	margin: 8px auto;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.tag span {
	padding: 4px 16px;
	background-color: #F054B7;
	border-radius: 5px;
}

.job__img {
	border-radius: 10px;
}

.job__container {
	padding: 8px;
	margin: 8px 0;
	border-radius: 10px;
	border: 1px #F6F5FE solid;
}

.job__content:nth-child(2) {
	padding: 4px 0;
	margin: 4px 0;
	border-top: 1px#F6F5FE dashed;
	border-bottom: 1px#F6F5FE dashed;
}

.job__content {
	display: grid;
	grid-template-columns: 7em 1fr;
	gap: 8px;
}

.job__content-title {
	display: flex;
	align-items: center;
	padding: 2px 8px;
	height: 25px;
	font-size: 12px;
	font-weight: bold;
	color: #8163FD;
	background-color: #F6F5FE;
}

.job__content-title::before {
	content: "";
	margin: 0 8px 0 0;
	display: block;
	width: 15px;
	height: 15px;
	background-position: center;
	background-repeat: no-repeat;
}

.industry::before {
	background-image: url(../images/industry.svg);
}

.area::before {
	background-image: url(../images/area.svg);
}

.salary::before {
	background-image: url(../images/salary.svg);
}

.job__content-important {
	font-size: 20px;
	font-weight: bold;
	color: #F054B7;
}

.job__content-sub {
	font-size: 12px;
}

.notes {
	font-size: 10px;
}

.employee-benefits {
	display: flex;
	gap: 8px;
}

.employee-benefits-txt {
	padding: 4px 16px;
	max-width: 160px;
	font-size: 12px;
	font-weight: bold;
	color: #71728B;
	background-color: #FEFBE9;
	text-align: center;
}

.employee-benefits-txt::after {
	content: "";
	margin: 4px auto 0;
	display: block;
	width: 27px;
	height: 27px;
	background-position: center;
	background-repeat: no-repeat;
}

.traffic::after {
	background-image: url(../images/traffic.svg);
}

.family::after {
	background-image: url(../images/family.svg);
}

.rent::after {
	background-image: url(../images/rent.svg);
}

/*    ここからflow  */
.flow {
	background: #F5F6FF;
	position: relative;
}

.flow .section__title::before {
	background-image: url("../images/flow.png");
	height: 88px;
}

.flow__content {
	position: relative;
	display: flex;
	gap: 16px;
	margin: 0 0 40px;
}

.flow__content:last-child {
	margin: 0;
}

.flow__content::after {
	content: "";
	position: absolute;
	left: 21px;
	bottom: -24px;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-top: 7px solid #272a53;
	border-bottom: 0;
}

.flow .flow__content:last-child::after {
	display: none;
}

.flow .flow__content:nth-child(5) {
	align-items: center;
}

.flow .flow__content:last-child {
	display: block;
	margin: auto;
	padding: 16px;
	background-image: url(../images/catchphrase_bg.jpg);
	background-size: cover;
	border-radius: 10px;
}

.flow__img {
	width: 55px;
	height: 100%;
}

.flow__title {
	font-size: 20px;
}

.cracker {
	position: relative;
	z-index: 1;
}

.cracker::after {
	content: "";
	position: absolute;
	top: -30%;
	right: -20px;
	transform: translateY(-50%);
	background-image: url(../images/cracker.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 100px;
	height: 84px;
	z-index: -1;
}

.flow__txt {
	margin: 8px 0 0;
}

/*    ここからfaq  */

.faq {
	padding: 40px 0;
	position: relative;
}

.faq .section__title::before {
	background-image: url("../images/faq.png");
	height: 44px;
}

.faq__content {
	padding: 16px 0;
	border-top: 1px #E5E6F0 solid;
}

.faq__content:last-child {
	border-bottom: 1px #E5E6F0 solid;
}

.check {
	display: none;
}

.label {
	position: relative;
	display: block;
	padding: 16px 21px 16px 0;
 }

 .label::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 5px;
	height: 5px;
	border-top: 1px solid #272A53;
	border-right: 1px solid #272A53;
	transform: rotate(135deg);
 }


.faq__txt {
	display: none;
	padding: 16px 0;
 }
 
 .check:checked + .label + .faq__txt{
	display: block;
 }

 .check:checked +  .label::after {
	transform: rotate(-45deg);
}

/*catchphrase*/

.catchphrase {
	padding: 40px 0 0;
	background-image: url(../images/catchphrase_bg.jpg);
}

.catchphrase .section__title {
	font-family: "M PLUS Rounded 1c", sans-serif;
	color: #121ce7;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}

.catchphrase .inner {
	padding: 0 ;
}

.catchphras__txt {
	padding: 0 16px;
}

/*inc*/

.inc {
	position: relative;
	background: #F5F6FF;
}

.inc .section__title::before {
	background-image: url("../images/inc.png");
	height: 88px;
}

.inc__img {
	margin: 0 0 24px;
	border-radius: 10px;
}

.inc__content {
	display: flex;
	gap: 24px;
	margin: 0 0 16px;
}

.inc__content:last-child {
	display: block;
}

.inc__title {
	font-size: 14px;
	flex-shrink: 3;
    white-space: nowrap;
}

.office {
	display: flex;
	gap: 16px;
	margin: 16px 0 0;
}

.office_img {
	width: 120px;
	height: 100%;
	border-radius: 5px;
}

/*  business  */

.business {
	padding: 16px;
	margin: 24px 0 0;
	border-radius: 10px;
	border: 3px #121ce7 solid;
	background-color: #fff;
	box-shadow: 4px 4px 0 #121ce7;
}

.business .section__title {
	padding: 0;
}

.business .section__title::before {
	background-image: url(../images/business.png);
}

.business__content {
	margin: 24px 0 0;
}

.business__txt {
	display: inline-block;
	padding: 4px 10px;
	margin: 0 8px 8px 0;
	background-color: #121ce7;
	color: #fff;
	font-weight: bold;
	border-radius: 2px;
}


/*ここからフッター*/
.footer {
	position: relative;
	padding: 0 0 94px;
	background: #F5F6FF;
}

.footer::after {
	content: "";
	display: block;
	margin: auto;
	width: 343px;
    height: 87px;
    background-image: url(../images/monster_set.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.back-top {
	position: absolute;
	left: 50%;
	top: -20px;
	transform: translateX(-50%);
	width: 60px;
	height: 60px;
	background: #F5F6FF;
	border-radius: 50%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.back-top::before {
	content: '';
	position: absolute;
	left: 50%;
	top: -20px;
	bottom: 0;
	transform: translateX(-50%) rotate(-45deg);
	width: 8px;
	height: 8px;
	margin: auto;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

.main-logo-small {
	width: 285px;
	padding: 16px;
}

.form {
	position: fixed;
	display: flex;
	gap: 8px;
	bottom: 16px;
	width: 100%;
	padding: 0 16px;
	text-align: center;
	justify-content: center;
	align-items: center;
	z-index: 999;
}

.form__link {
	display: inline-block;
    width: 174px;
    /* padding: 16px;
    line-height: 1; */
	padding: 6px 16px;
	line-height: 1.4;
    font-size: 16px;
    font-weight: bold;
	border-radius: 50px;
}

/* html[lang=“zh”] .form_link,
html[lang=“my”] .form_link {
  line-height: 1.4!important;
  padding: 6px 16px!important;
} */

.whatapp {
	background: #fff;
    color: #06C755;
	border: 2px #06C755 solid;
}

.line {
	background: #06C755;
    color: #fff;
}

.footer__copyright {
	text-align: center;
	font-size: 10px;
	color: #fff;
}

@media (min-width: 600px) {
	.contents__top {
		left: 20%;
	}

	.contents__bottom {
		right: 20%;
	}
}

/*-------------------------------
 ▼大型画面向けデザイン（PCなど）
 --------------------------------*/
@media screen and (min-width: 769px){
.pc__top {
	background-image: url("../images/pc_bg.jpg");
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}

.pc__top_wrapper {
	display: flex;
	justify-content: center;
	margin: 0 40px;
}
.pc__left_wrapper {
	position: sticky;
	top: 0;
	height: 100vh;
	display: flex;
	width: 100%;
	max-width: 360px;
	margin: 0 80px 0 0;
	flex: 1;
}
.pc__left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.pc__left_form div {
	width: 50%;
}

.form {
	position: static;
	padding: 0;
}
	
.form__txt {
	font-family: "M PLUS Rounded 1c", sans-serif;
	margin: 24px 0 8px;
	color: #121CE7;
	font-size: 18px;
	font-weight: bold;
}
	
	.form__qr {
		max-width: 160px;
		margin: 0 auto;
		padding: 8px;
		background: #fff;
		border-radius: 6px;
	}

.pc__right {
	width: 375px;
	background-color: #fff;
}

.footer {
	padding: 24px 16px;
}

.pc__right_form {
	display: none;
}

.pc__left_title {
	text-align: center;
}

.pc-top__title {
	color: #121CE7;
}

.pc-top__title::before {
	content: "";
	display: block;
	position: absolute;
	top: -60%;
	left: 50%;
	transform: translateX(-50%);
	width: 420px;
	height: 162px;
	background-image: url(../images/top_illust.png);
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -1;
}

.pc-top__txt {
	color: #121CE7;
}

.pc-top__txt .top__txt-box {
	color: #fff;
	background: #121CE7;
}

.contents__top {
	left: 8px;
}

.contents__bottom {
	right: 8px;
}

}