@charset "UTF-8";

/* ==========================================================================
 * Font face
 * ========================================================================== */
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 100;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 200;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 300;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 400;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}

/* ==========================================================================
 * Root
 * ========================================================================== */
*,
::before,
::after {
	background-repeat: no-repeat;
	box-sizing: border-box;
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
}
body {
	margin: 0;
	font-family: "Noto Sans JP","Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, sans-serif;
	font-size: 1.6em;
	font-size: 1.6rem;
	line-height: 1.5;
	background-color: #fff;
}

/* ==========================================================================
 * HTML5 display definitions
 * ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}

/* ==========================================================================
 * Anchor
 * ========================================================================== */
a:link,
a:visited {
	background-color: transparent;
	color: #333;
	text-decoration: none;
}
a:active,
a:hover {
	outline: 0;
}

/* ==========================================================================
 * Embedded
 * ========================================================================== */
img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: bottom;
}
svg:not(:root) {
	overflow: hidden;
}

/* ==========================================================================
 * Grouping
 * ========================================================================== */
figure {
	margin: 0;
}
hr {
	box-sizing: content-box;
	height: 0;
	border: none;
	border-top: 1px solid #bbb;
}
dd {
	margin-left: 0;
}

/* ==========================================================================
 * Float
 * ========================================================================== */
.clear {
	clear: both;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}

/* ==========================================================================
 * List
 * ========================================================================== */
ul,
ol {
	padding: 0;
}
ul {
	margin: 0;
	list-style: none;
}
ul.list-disc {
	margin-left: 1.55em;
	list-style: disc;
}
ul.list-annotation {
	margin-left: 1.3em;
}
ul.list-annotation li::before {
	margin-left: -1.3em;
	content: "※\0020";
}
ol {
	margin-left: 1.3em;
}
ol.list-annotation {
	margin-left: 2em;
	padding: 0;
	counter-reset: number;
	list-style: none;
}
ol.list-annotation li::before {
	margin-left: -2em;
	counter-increment: number;
	content: "※"counter(number)"\0020";
}
ul.list-disc li + li,
ul.list-annotation li + li,
ol li + li {
	margin-top: 8px;
}

/* ==========================================================================
 * Text
 * ========================================================================== */
b,
strong {
	font-weight: bold;
}
mark {
	background: #ff0;
	color: #000;
}
small,
.txt-small{
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
address {
	font-style: normal;
}
h1,
.h1 {
	font-size: 3.2rem;
	line-height: 1.2;
	margin: 0;
}
h2,
.h2 {
	font-size: 2.4rem;
	line-height: 1.2;
	margin: 0;
}
h3,
.h3 {
	font-size: 1.8rem;
	line-height: 1.2;
	margin: 0;
}
h4,
.h4 {
	font-size: 1.6rem;
	line-height: 1.2;
	margin: 0;
}
p {
	margin: 0;
}
/*
p + p {
	margin-top: .5em;
	margin-bottom: 0;
}
*/
.txt-left {
	text-align: left;
}
.txt-center {
	text-align: center;
}
.txt-right {
	text-align: right;
}
.txt-unbold {
	font-weight: normal;
}
.txt-bold {
	font-weight: bold;
}
.txt-emphasis {
	color: #e74c3c;
}
.txt-notes {
	color: #7f8c8d;
}

/* ==========================================================================
 * Table
 * ========================================================================== */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}

/* ==========================================================================
 * Form
 * ========================================================================== */
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
	border: 1px solid #999;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	width: 100%;
	padding: 5px;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
textarea {
	overflow: auto;
}

/* ==========================================================================
 * Spacing
 * ========================================================================== */
.margin-none  {margin:           0px !important;}
.padding-none {padding:          0px !important;}

.margin-T0    {margin-top:       0px !important;}
.margin-T5    {margin-top:       5px !important;}
.margin-T10   {margin-top:      10px !important;}
.margin-T15   {margin-top:      15px !important;}
.margin-T20   {margin-top:      20px !important;}
.margin-T25   {margin-top:      25px !important;}
.margin-T30   {margin-top:      30px !important;}
.margin-T35   {margin-top:      35px !important;}
.margin-T40   {margin-top:      40px !important;}
.margin-T45   {margin-top:      45px !important;}
.margin-T50   {margin-top:      50px !important;}
.margin-T60   {margin-top:      60px !important;}
.margin-T70   {margin-top:      70px !important;}
.margin-T80   {margin-top:      80px !important;}
.margin-T90   {margin-top:      90px !important;}
.margin-T100  {margin-top:     100px !important;}

.margin-R0    {margin-right:     0px !important;}
.margin-R5    {margin-right:     5px !important;}
.margin-R10   {margin-right:    10px !important;}
.margin-R15   {margin-right:    15px !important;}
.margin-R20   {margin-right:    20px !important;}

.margin-B0    {margin-bottom:    0px !important;}
.margin-B5    {margin-bottom:    5px !important;}
.margin-B10   {margin-bottom:   10px !important;}
.margin-B15   {margin-bottom:   15px !important;}
.margin-B20   {margin-bottom:   20px !important;}

.margin-L0    {margin-left:      0px !important;}
.margin-L5    {margin-left:      5px !important;}
.margin-L10   {margin-left:     10px !important;}
.margin-L15   {margin-left:     15px !important;}
.margin-L20   {margin-left:     20px !important;}

.padding-T0   {padding-top:      0px !important;}
.padding-T5   {padding-top:      5px !important;}
.padding-T10  {padding-top:     10px !important;}
.padding-T15  {padding-top:     15px !important;}
.padding-T20  {padding-top:     20px !important;}
.padding-T25  {padding-top:     25px !important;}
.padding-T30  {padding-top:     30px !important;}
.padding-T35  {padding-top:     35px !important;}
.padding-T40  {padding-top:     40px !important;}
.padding-T45  {padding-top:     45px !important;}
.padding-T50  {padding-top:     50px !important;}
.padding-T60  {padding-top:     60px !important;}
.padding-T70  {padding-top:     70px !important;}
.padding-T80  {padding-top:     80px !important;}
.padding-T90  {padding-top:     90px !important;}
.padding-T100 {padding-top:    100px !important;}

.padding-R0   {padding-right:    0px !important;}
.padding-R5   {padding-right:    5px !important;}
.padding-R10  {padding-right:   10px !important;}
.padding-R15  {padding-right:   15px !important;}
.padding-R20  {padding-right:   20px !important;}

.padding-B0   {padding-bottom:   0px !important;}
.padding-B5   {padding-bottom:   5px !important;}
.padding-B10  {padding-bottom:  10px !important;}
.padding-B15  {padding-bottom:  15px !important;}
.padding-B20  {padding-bottom:  20px !important;}

.padding-L0   {padding-left:     0px !important;}
.padding-L5   {padding-left:     5px !important;}
.padding-L10  {padding-left:    10px !important;}
.padding-L15  {padding-left:    15px !important;}
.padding-L20  {padding-left:    20px !important;}

/* ==========================================================================
 * Common
 * ========================================================================== */
#page-container {
	max-width: 2000px;
	margin: 0 auto;
}
.inner-width {
	width: 920px;
	margin-right: auto;
	margin-left:  auto;
}
@media screen and (max-width: 640px) {
	.inner-width {
		width: 92%;
        margin-right: auto;
        margin-left: auto;
	}
}
/*-------------------- Back to Top 一時的にOFF
a.backtotop {
	position: fixed;
	bottom: 160px;
	right: 5%;
	width: 40px;
	height: 40px;
	padding: 38px 0 0;
	background-color: #ccc;
	color: #fff;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	opacity: .5;
	border-radius: 50%;
	z-index: 998;
}
a.backtotop::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 17.3px 10px;
	border-color: transparent transparent #ffffff transparent;
}
.sec__ttl {
	text-align: center;
}
@media screen and (max-width: 640px) {
	.float__cta--sp {
		background: #E8F2ED;
        padding: 2% 28% 2% 2%;
    	position: fixed;
    	bottom: 0;
    	text-align: center;
    	width: 100%;
    	z-index: 997;
	}
	a.backtotop {
		bottom: 37vw;
	}
}
	--------------------*/
/*-------------------- Back to Top --------------------*/
a.backtotop {
	position: fixed;
	bottom: 30px;
	right: 5%;
	width: 40px;
	height: 40px;
	padding: 38px 0 0;
	background-color: #ccc;
	color: #fff;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	opacity: .5;
	border-radius: 50%;
	z-index: 998;
}
a.backtotop::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 17.3px 10px;
	border-color: transparent transparent #ffffff transparent;
}
.sec__ttl {
	text-align: center;
}
@media screen and (max-width: 640px) {
	.float__cta--sp {
		background: #E8F2ED;
        padding: 2% 14%;
    	position: fixed;
    	bottom: 0;
    	text-align: center;
    	width: 100%;
    	z-index: 997;
	}
	a.backtotop {
        bottom: 10%;
        right: 2%;
    }
}

/* ==========================================================================
 * Header
 * ========================================================================== */
.header {
	padding: 15px 0;
}
.header__erea {
	display: flex;
	justify-content: space-between;
}
.header__logo {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.careerchange__logo,
.tokyo__logo {
	padding-right: 25px;
}
.header__btn {
	text-align: center;
}
.heder__btn--txt {
	font-weight: 500;
}
.header__btn a {
	filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.3));
}
.hamburger {
	display: none;
}
@media screen and (max-width: 640px) {
	.header {
		position: relative;
	}
	.header__btn {
		display: none;
	}
	.hamburger {
		display: block;
	}
	.menu__btn {
		align-items: center;
		position: fixed;
		top: 5px;
		right: 10px;
		display: flex;
		height: 30px;
		justify-content: center;
		padding: 30px;
		z-index: 999;
		width: 30px;
	}
	.menu__btn span,
	.menu__btn span:before,
	.menu__btn span:after {
		content: '';
		background: #333;
		border-radius: 3px;
		display: block;
		height: 3px;
		position: absolute;
		width: 25px;
	}
	.menu__btn span:before {
		bottom: 8px;
	}
	.menu__btn span:after {
		top: 8px;
	}
	#menu__btn--check:checked ~ .menu__btn span {
		background-color: rgba(255, 255, 255, 0);
	}
	#menu__btn--check:checked ~ .menu__btn span::before {
		bottom: 0;
		transform: rotate(45deg);
	}
	#menu__btn--check:checked ~ .menu__btn span::after {
		top: 0;
		transform: rotate(-45deg);
	}
	#menu__btn--check {
		display: none;
	}
	.gnavi__hamburger-menu {
		background: #fff;
		height: 100%;
		position: fixed;
		top: 0;
		left: 100%;
		z-index: 80;
		transition: all 0.5s;
		width: 100%;
	}
	.gnavi__hamburger-menu li {
		border-bottom: 1px solid #23AC38;
	}
	.gnavi__hamburger-menu li a {
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: bold;
		color: #333;
		display: block;
		padding: 20px 20px 20px 40px;
		position: relative;
	}
    .gnavi__hamburger-menu li a::before {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 20px;
        margin-top: -5px;
        width: 0;
        height: 0;
        border-top: 10px solid #23AC38;
        border-right: 7px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 7px solid transparent;
    }
	#menu__btn--check:checked ~ .gnavi__hamburger-menu {
		left: 0;
	}
}
/* ==========================================================================
 * FV
 * ========================================================================== */
.btn__sp,
.fv__award {
	display: none;
}
@media screen and (min-width: 641px) {
	.fv {
		background: url("../images/pc/fv_bg.jpg") no-repeat center center / cover;
		padding: 52px 0;
	}
	
}
@media screen and (max-width: 640px) {
	.fv {
		background: url("../images/sp/fv_bg@2x.jpg") no-repeat top center / cover;
		padding: 7% 0;
	}
	.btn__sp {
		display: block;
		margin: 75% 0 8% 0;
	}
	.btn__sp p {
		text-align: center;
		font-size: 1.4rem;
		font-weight: 700;
		margin-bottom: 3px;
	}
	.btn__sp a {
		filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
	}
	.fv__award {
		display: block;
	}
}


/* ==========================================================================
 * NAV
 * ========================================================================== */
.gnavi {
    background: #E8F2ED;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
    padding: 15px;
	display: block;
}
.gnavi__wrap {
	display: flex;
	justify-content: space-between;
}
.gnavi__list {
	align-items: center;
    display: flex;
    justify-content: center;
}
.gnavi__list a {
	position: relative;
    font-weight: bold;
    color: #333;
    font-family: 'Noto Sans JP', sans-serif;
	padding-left: 20px;
	margin-left: 22px;
}
.gnavi__list li a::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 60%;
	left: 0;
	margin-top: -5px;
	width: 0;
	height: 0;
	border-top: 10px solid #23AC38;
	border-right: 7px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 7px solid transparent;
}
.fixed {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 998;
    width: 100%;
}
@media screen and (max-width: 640px) {
	.pc {
		display: none !important;
		opacity: 0;
	}
}

/* ==========================================================================
 * about
 * ========================================================================== */
.about {
	padding: 72px 0 96px 0;
}
.about .sec__ttl {
	margin-bottom: 10px;
}
.about__cont {
	margin-bottom: 50px;
	margin-top: 50px;
}
.about__cont,
.about__cont--trial {
	display: flex;
	justify-content: center;
}
@media screen and (max-width: 640px) {
	.about {
		padding: 15% 0;
	}
	.about .sec__ttl {
		margin-bottom: 14%;
	}
	.about__cont {
		margin-bottom: 50px;
	}
}
/* ==========================================================================
 * CTA
 * ========================================================================== */
.cta {
	background: #23ac38;
	padding: 50px 0;
}
.cta .inner-width {
	background: #fff;
}
.cta__box {
	background: url("../images/pc/cta_bg.png") no-repeat center bottom / contain;
	padding: 30px 0;
}
.cta__box .sec__ttl {
	margin-bottom: 25px;
}
.cta__box a {
	display: flex;
	justify-content: center;
	margin-bottom: 25px;
	filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.3));
}
.cta__box p {
	text-align: center;
	font-size: 1.8rem;
	font-weight: 500;
	color: #333;
}
.cta__box span {
	display: block;
	font-size: 1.4rem;
}
.cta__sp--ill {
	display: none;
}
@media screen and (max-width: 640px) {
	.cta {
		padding: 9.5% 0 0 0;
	}
	.cta__box {
		background: none;
		padding: 30px 4%;
		margin-bottom: 15px;
	}
	.cta__box p {
		text-align: left;
	}
	.cta__sp--ill {
		display: block;
	}
}

/* ==========================================================================
 * worries
 * ========================================================================== */
.worries {
	padding: 100px 0;
	background: #e8ecf2;
}
.worries .sec__ttl {
	margin-bottom: 50px;
}
.worries__list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 50px;	
}
.worries__txt--box p {
	text-align: center;
	margin-bottom: 30px;
}
.worries__txt--list {
	width: 72%;
	margin: 0 auto;
}
.worries__txt--list li {
	font-size: 2.4rem;
	margin-bottom: 10px;
	font-weight: 500;
	color: #333;
}
.worries__txt--list li::before {
	content: "・";
	font-size: 2.4rem;
}
.worries__txt--list li span {
	background: #ffee6c;
}
@media screen and (max-width: 640px) {
	.worries {
		padding: 18% 0;
	}
	.worries .sec__ttl {
		margin-bottom: 10%;
	}
	.worries__list {
		flex-direction: column;
	}
	.worries__img {
		margin-bottom: 6%;
	}
	.worries__txt--list {
		width: 100%;
	}
	.worries__txt--list li,
	.worries__txt--list li::before {
		font-size: 2rem;
	}
	
}
/* ==========================================================================
 * solution
 * ========================================================================== */
.solution {
	background: #e8f2ed;
	overflow: hidden;
	padding-bottom: 100px;
}
.solution .sec__ttl {
	padding: 50px 0;
	margin-bottom: 100px;
}
.solution__point {
	background: #fff;
	border-radius: 10px;
}
.point01,
.point02 {
	margin-bottom: 100px;
}
.solution__point--ttl {
	background: #23ac38;
	border-radius: 10px 10px 0 0;
	padding: 20px 0;
	text-align: center;
}
.solution__point--txt {
	text-align: center;
	font-size: 2.4rem;
	font-weight: 500;
	color: #333;
}
.point02 .solution__point--txt {
	padding: 50px 0 20px 0;
}
.solution__point--txt span {
	background: #ffee6c;
}
.solution__point--inner {
	padding: 30px 50px;
}
.point02 .solution__point--inner {
	padding-bottom: 56px;
}
.solution__point--list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px 0;
}
.point02 .solution__point--list {
	padding: 50px 0;
}
.solution__point--img {
	display: flex;
	justify-content: center;
}
@media screen and (min-width: 641px) {
	.solution__ttl--bg {
		background: url("../images/pc/solution_bg.jpg") no-repeat center bottom / cover;
	}
}
@media screen and (max-width: 640px) {
	.solution {
		padding-bottom: 19%;
	}
	.solution__ttl--bg {
		background: url("../images/sp/solution_bg@2x.jpg") no-repeat center bottom / cover;
	}
	.solution .sec__ttl {
		margin-bottom: 17%;
		padding-bottom: 25%;
	}
	.point01,
	.point02 {
		margin-bottom: 17%;
	}
	.solution__point--ttl {
		padding: 20px 9%;
		text-align: center;
	}
	.solution__point--inner {
		padding: 10% 5%;
	}
	.point02 .solution__point--inner {
		padding: 17% 5% 13%;
	}
	.point03 .solution__point--inner {
		padding: 3% 5%;
	}
	.solution__point--txt {
		font-size: 2rem;
	}
	.solution__point--txt span {
		display: inline-block;
	}
	.solution__point--list {
		flex-direction: column;
		padding: 8% 0;
	}
	.solution__point--list li {
		margin-bottom: 8%;
	}
	.solution__point--list li:last-child {
		margin-bottom: 0;
	}
	.point01 .solution__point--img {
		margin-top: 10%;
	}
	.point02 .solution__point--txt {
		padding: 8% 0 10% 0;
	}
	.point03 .solution__point--img {
		padding: 19% 0 5% 0;
	}
}

/* ==========================================================================
 * flow
 * ========================================================================== */
.flow {
	position: relative;
}
.flow__img {
	margin-top: 66px;
	display: flex;
	justify-content: center;
}
@media screen and (min-width: 641px) {
	.flow {
		background: url("../images/pc/flow_bg.png") repeat top center / contain;
		padding: 100px 0;
	}
}
@media screen and (max-width: 640px) {
	.flow {
		background: #f8f5e6;
		padding: 16% 0;
	}
	.flow::after {
		display: none;
	}
	.flow__img {
		margin-top: 10%;
	}
}
/* ==========================================================================
 * job
 * ========================================================================== */
.occupation {
	background: #e8f2ed;
	padding: 100px 0;
}
.job .sec__ttl {
	margin-bottom: 50px;
}
.job__txt {
	font-size: 2.4rem;
	font-weight: 500;
	color: #333;
	text-align: center;
	margin-bottom: 30px;
	padding-top: 30px;
}
.job__txt span {
	background: #ffee6c;
}
.job__list--img,
.job__ill--img {
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
}
.job__ill--img {
	margin-bottom: 0;	
}
.job-description {
	margin-top: 100px;
}
.job-description p {
	font-size: 2.4rem;
	color: #fff;
	background: #23ac38;
	border-radius: 10px 10px 0 0;
	text-align: center;
	padding: 13px 0;
}
.job-description__list {
	background: #fff;
	font-size: 1.8rem;
	padding: 50px 0;
	border-radius: 0 0 10px 10px;
}
.job-description__list dl {
	width: 63%;
	margin: 0 auto;
	padding-bottom: 20px;
}
.job-description__list dl:last-of-type {
	padding-bottom: 0;
}
.job-description dt {
	font-weight: 700;
	color: #333;
}
.job-description dt::before {
	content: "●";
	color: #23ac38;
}
.job-description dd {
	color: #333;
}
@media screen and (max-width: 640px) {
	.occupation {
		padding: 50px 0;
	}
	.job {
		padding: 19% 0;
	}
	.job .sec__ttl {
		margin-bottom: 10%;
	}
	.job__txt {
		margin-bottom: 7%;
		padding-top: 0;
	}
	.job-description {
		margin-top: 50px;
	}
	.job-description__list dl {
		width: 100%;
		padding: 0 16px 20px 16px;
	}
}

	/* 求人検索フォーム */
	#job {
		background: #f8f5e6;
		padding: 100px 0;
	}
	.job h2 {
		padding: 0 0 20px;
		text-align: center;
	}
	.job h2 .txt--green {
		color: #00ab4e;
	}
	.job h2 + p {
		margin: 0 0 30px;
	}
	.job-search-form {
		background: #f7f7f7;
		padding: 20px;
		border-radius: 8px;
		margin: 30px 0;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	}
	.search-main__list {
		display: flex;
		flex-wrap: wrap;
		gap: 15px;
		margin-bottom: 20px;
	}
	
	.select__box1,
	.select__box2 {
		flex: 1;
		min-width: 150px;
	}
	
	.keyword-field {
		flex: 2;
		min-width: 200px;
	}
	
	.select__box1 select,
	.select__box2 select {
		width: 100%;
		padding: 10px;
		border: 1px solid #ddd;
		border-radius: 4px;
		background-color: #fff;
		font-size: 15px;
		color: #333;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
		background-repeat: no-repeat;
		background-position: right 10px center;
		background-size: 15px;
		cursor: pointer;
	}
	
	.select__box1 select:focus,
	.select__box2 select:focus,
	.keyword-field input:focus {
		outline: none;
		border-color: #28a745;
		box-shadow: 0 0 0 2px rgba(40, 167, 69, 0.2);
	}
	
	.keyword-field input {
		width: 100%;
		padding: 10px;
		border: 1px solid #ddd;
		border-radius: 4px;
		font-size: 15px;
		color: #333;
	}

	.schbtn {
		text-align: center;
	}
	
	.search-buttons {
		display: flex;
		gap: 15px;
		justify-content: center;
	}
	
	.search-button {
		background: #28a745;
		color: white;
		border: none;
		padding: 12px 25px;
		border-radius: 4px;
		font-weight: bold;
		cursor: pointer;
		transition: background-color 0.3s, transform 0.1s;
		font-size: 16px;
		min-width: 120px;
	}
	
	.search-button:hover {
		background: #00d05d;
	}
	
	.search-button:active {
		transform: translateY(1px);
	}
	
	.reset-button {
		background: #6c757d;
		color: white;
		border: none;
		padding: 12px 25px;
		border-radius: 4px;
		text-decoration: none;
		font-weight: bold;
		transition: background-color 0.3s, transform 0.1s;
		font-size: 16px;
		text-align: center;
		min-width: 120px;
		display: inline-block;
	}
	
	.reset-button:hover {
		background: #5a6268;
		text-decoration: none;
		color: white;
	}
	
	.reset-button:active {
		transform: translateY(1px);
	}

	/* 求人リスト */
	.job-list {
		list-style: none;
		padding: 0;
		margin: 0;
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
		gap: 20px;
	}
	.job-list li {
		background: #fff;
		border-radius: 8px;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
		transition: transform 0.2s, box-shadow 0.2s;
		overflow: hidden;
		padding: 20px;
	}
	.job-list li a {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
		color: inherit;
	}
	.job-list .jobtl {
		margin: 10px 0 0;
	}
	.job-list .new {
		font-size: 1.2rem;
		background: #f5e837;
		padding: 2px;
	}
	.job-list .other_icon {
		font-size: 1.2rem;
		background: #5cbd00;
		color: #fff;
		padding: 2px;
	}
	.job-list .listdetails dt {
		background: #5cbd00;
		margin: 10px 0 0;
		padding: 2px;
		color: #fff;
	}

	/* 検索結果ローディング */
	.loading {
	text-align: center;
	padding: 30px;
	font-size: 16px;
	color: #666;
	background: #f9f9f9;
	border-radius: 8px;
	margin: 20px 0;
	}

	.loading:after {
	content: "...";
	animation: dots 1.5s infinite;
	display: inline-block;
	width: 20px;
	text-align: left;
	}

	@keyframes dots {
	0%, 20% { content: "."; }
	40% { content: ".."; }
	60%, 100% { content: "..."; }
	}

	.error {
	text-align: center;
	padding: 30px;
	background: #fff0f0;
	border-radius: 8px;
	margin: 20px 0;
	color: #d32f2f;
	font-weight: bold;
	}

	/* ページネーション */
	.pagination-container {
	margin-top: 30px;
	text-align: center;
	}

	.pagination ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 5px;
	list-style: none;
	padding: 0;
	}

	.pagination li {
	margin: 0 3px;
	}

	.pagination li a,
	.pagination li span {
	display: inline-block;
	padding: 8px 12px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	color: #333;
	text-decoration: none;
	transition: all 0.2s;
	}

	.pagination li a:hover {
	background: #f5f5f5;
	border-color: #ccc;
	}

	.pagination li.on span {
	background: #28a745;
	border-color: #28a745;
	color: white;
	font-weight: bold;
	}

	.pagination li.arrow a {
	font-size: 0;
	position: relative;
	width: 32px;
	height: 32px;
	}

	.pagination li.arrow a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	border-top: 2px solid #666;
	border-right: 2px solid #666;
	}

	.pagination li.arrow:first-child a:before {
	transform: translate(-30%, -50%) rotate(-135deg);
	}

	.pagination li.arrow:last-child a:before {
	transform: translate(-70%, -50%) rotate(45deg);
	}

	/* 検索結果なしメッセージ */
	.no-results {
	text-align: center;
	padding: 30px;
	background: #f7f7f7;
	border-radius: 8px;
	margin: 20px 0;
	color: #666;
	font-size: 16px;
	}

	/* レスポンシブ対応 */
	@media (max-width: 768px) {
	.search-form-fields {
		flex-direction: column;
	}

	.job-list {
		grid-template-columns: 1fr;
	}

	.schbtn {
		flex-direction: column;
	}

	.search-button, 
	.reset-button {
		width: 100%;
	}

	/* タッチ操作向け調整 */
	select, input, button, a.reset-button {
		font-size: 16px;
		min-height: 44px;
	}
	}

/* ==========================================================================
 * experience
 * ========================================================================== */
.experience {
	padding: 100px 0;
	background: #f8f5e6;
}
.experience .sec__ttl {
	margin-bottom: 50px;
}
.experience__list {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media screen and (max-width: 640px) {
	.experience {
		padding: 19% 0;
	}
	.experience__list {
		flex-direction: column;
	}
	.experience__list li {
		margin-bottom: 17%;
	}
}
/* ==========================================================================
 * FAQ
 * ========================================================================== */
.faq {
	padding: 100px 0;
	background: #e8f2ed;
}
.faq ul {
	margin-top: 50px;
}
.faq ul li+li {
	margin-top: 30px;
}
.faq__qaList dt {
	background: url("../images/pc/qa_q.png") left top no-repeat;
	background-color: #23ac38;
	background-position: 20px 50%;
	background-size: 3%;
	border-radius: 10px;
	font-size: 2.7rem;
	font-weight: bold;
	color: #fff;
	padding: 20px 90px 20px 75px;
	position: relative;
	cursor: pointer;
}
.faq__qaList dt.open::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 15%;
    right: 1.5em;
    width: 20px;
    height: 20px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(135deg);
}
.faq__qaList dt.close::after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: -10%;
    right: 1.5em;
    width: 20px;
    height: 20px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(-45deg);
}
.faq__qaList dd {
	background: url("../images/pc/qa_a.png") left top no-repeat;
	background-size: 3%;
	background-position: 20px 50%;
	font-size: 2rem;
    padding: 30px 75px;
	display: none;
	font-weight: 500;
	color: #333;
}
.faq__qaList dd a {
	border-bottom: solid 1px #0069d4;
	color: #0069d4;
}
@media screen and (max-width: 640px) {
	.faq {
		padding: 19% 0;
	}
	.faq ul {
		margin-top: 30px;
	}
	.faq ul li+li {
		margin-top: 10px;
	}
	.faq__qaList dt {
		background: url("../images/sp/qa_q@2x.png") 7% center no-repeat;
		background-color: #23ac38;
		font-size: 1.8rem;
		padding: 10px 57px 10px 64px;
        background-size: 25px;
	}
	.faq__qaList dd {
		background: url("../images/sp/qa_a@2x.png") 7% center no-repeat;
		padding: 30px 20px 30px 64px;
        background-size: 25px;
    }
}
/* ==========================================================================
 * form
 * ========================================================================== */
.form {
	position: relative;
}
@media screen and (min-width: 641px) {
	.form {
		background: url("../images/pc/flow_bg.png") repeat top center/ contain;
		padding: 100px 0;
	}
}
.form .sec__ttl {
	margin-bottom: 30px;
}
.form__detail {
	font-size: 1.8rem;
	font-feature-settings: "palt";
	margin-bottom: 30px;
	letter-spacing: 1.2px;
}
.form__detail span {
	background: #ffee6c;
	font-weight: 700;
}
.lpcomp__arrow {
	position: relative;
}
.lpcomp__arrow::before,
.lpcomp__arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.lpcomp__arrow--bottom::before{
	left: 50%;
    bottom: -170%;
    width: 20px;
    height: 20px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.form .notice-box {
	margin: 0 auto 60px;
	width: 600px;
}
#satori__creative_container {
	display: flex;
	flex-wrap: wrap;
}
#satori__creative_container.txt__pop::after {
	content: "ご入力いただいた内容を表示しています。\A内容をご確認のうえ、「送信ボタン」より送信してください。";
	white-space: pre;
	display: block;
	order: 1;
	padding: 3% 0;
	font-size: 2.4rem; 
	text-align: center;
	margin: 0 auto;
	width: 100%;
	font-weight: bold;
}
#satori__custom_form {
	order: 2;
}
.form .notice-box small {
	display: inline-block;
	margin: 5px 0 0 24px;
	text-indent: -24px;
}
.form.thanks {
	margin: 0;
}
.form h3 {
	font-weight: bold;
	margin: 0 0 40px !important;
}
#satori__creative_container {
	background: url("../images/pc/apply_flow_step1.webp") no-repeat top center / 100%;
	padding: 12% 0 0;
}
.form_progress2 #satori__creative_container {
	background: url("../images/apply_flow_step1_2.png") no-repeat top center / 100%;
	padding: 12% 0 0;
}
.progress-bar {
	background: url("../images/pc/apply_flow_step2.webp") no-repeat top center / 100%;
	padding: 12% 0 0;
}
.form__hd-txt {
	margin: 0 0 40px;
}
.satori__custom_form {
	background: #fff !important;
	border: 1px solid #ccc !important;
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px;
	width: 100%;
}
.satori__input_group {
	background: #f5f5f5 !important;
	margin: 30px 0 0 !important
}
.satori__horiz_group:first-child {
	margin: -30px 0 0 !important;
}
.satori__require {
	background: #900 !important;
	color: #fff !important;
	padding: 10px 5px !important;
}
.satori__not_require {
	background: #666 !important;
	color: #fff !important;
	padding: 10px 5px !important;
}
.date-year,
.date-month,
.date-day {
	width: 32% !important;
}
.satori__privacy_policy_agreement_wrapper_39331d5223b83e5d {
	border: 1px solid #ccc !important;
	font-size: small !important;
    margin: 30px 0 0 !important;
    padding: 20px !important;
}
.satori__submit_group {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#satori__creative_container input,
#satori__creative_container label,
#satori__creative_container select {
	font-size: 1.6rem;
}
#satori__creative_container select {
	width: 100%;
}
#satori__submit_confirm,
#satori__submit_post {
	background: #eee617 !important;
	order: 1;
	padding: 20px !important;
	width: 80% !important;
}
.satori__btn.cancel {
    background: #ccc !important;
    color: #000 !important;
    margin: 0 0 0 30px !important;
	order: 2;
}
@media screen and (max-width: 850px) {
	#satori__creative_container.txt__pop::after {
		content: "ご入力いただいた内容を表示しています。\A内容をご確認のうえ、「送信ボタン」\Aより送信してください。";
		font-size: 1.6rem;
		box-sizing: border-box;
	}
	#satori__creative_container {
		background: url("../images/sp/apply_flow_step1_sp.webp") no-repeat top center / 100%;
		padding: 18% 0 0 0;
	}
	.form_progress2 #satori__creative_container {
		background: url("../images/apply_flow_step1_2_sp.png") no-repeat top center / 100%;
		padding: 18% 0 0;
	}
	.progress-bar {
		background: url("../images/sp/apply_flow_step2_sp.webp") no-repeat top center / 100%;
		padding: 25% 0 0;
	}
	#satori__submit_post {
		width: 100% !important;
	}
	.satori__btn.cancel {
		background: #ccc !important;
		color: #000 !important;
		margin: 30px 0 0 !important;
		width: 30%;
	}
}
@media screen and (max-width: 650px) {
	.form .notice-box {
		margin: 0 auto 60px;
		width: 100%;
	}
}
@media screen and (max-width: 640px) {
	.form {
		background: #f8f5e6;
		padding: 19% 0;
	}
	.form::after {
		display: none;
	}
	.satori__custom_form {
		border: none !important;
		padding: 5px;
	}
	.satori__horiz_group {
		flex-direction: column !important;
	}
	.satori__input_group {
		background: #fff !important;
	}
	.satori__horiz_group:first-child {
		margin: -10px 0 0 !important;
	}
}

/* ==========================================================================
 * footer
 * ========================================================================== */
.footer {
	padding: 50px 0 100px 0;
}
.company__info {
	text-align: center;
	padding-bottom: 50px;
	border-bottom: solid 1px #333;
}
.address {
	font-size: 1.8rem;
	font-weight: 500;
	margin-bottom: 30px;
}
.tel-number {
	display: flex;
	align-items: center;
	justify-content: center;
}
.number {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.number p {
	font-size: 3rem;
	font-weight: 500;
	margin-left: 20px;
}
.footer__bottom {
	padding-top: 50px;
}
.footer__bottom--flex-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}
.footer__logo {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer__bottom--flex-box p {
	font-size: 1.4rem;
}
.footer__nav {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 50px;
}
.footer__nav li {
	text-decoration: underline;
}
.privacy-policy a::after {
	content: "|";
	display: inline-block;
    margin-right: 7px;
    margin-left: 7px;
    font-size: 14px;
}
.ft__txt--sp {
	display: none;
}
.copyright {
	font-size: 1.4rem;
	text-align: center;
}
@media screen and (max-width: 640px) {
	.footer {
		padding: 19% 0 6% 0;
	}
	.company__info {
		/*text-align: left;*/
		padding-bottom: 10%;
	}
	.address {
		font-size: 1.4rem;
	}
	.tel-number {
		width: 90%;
		margin: 0 auto 20px auto;
	}
	.slash {
		display: none;
	}
	.number {
		display: block;
	}
	.footer__bottom--flex-box {
		flex-direction: column;
	}
	.footer__logo {
		margin-bottom: 20px;
	}
	.footer__bottom--flex-box p {
		text-align: center;
	}
	.footer__nav {
		flex-direction: column;
		margin-bottom: 17%;
	}
	.privacy-policy a::after {
		display: none;
	}
	.ft__txt--pc {
		display: none;
	}
	.ft__txt--sp {
		display: block;
	}
}
/* ==========================================================================
 * joblist
 * ========================================================================== */
.joblist {
	background: #F8F5E6;
	padding: 50px 0;
}
.jobs {
	display: flex;
	font-size: 1.4rem;
	padding-top: 30px;
}
.jobs .job-box {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	padding: 20px;
	width: calc(100% - 20px);
	height: 100%;
}
.jobs .new {
	background: #eee617;
	display: inline-block;
	font-size: 1.2rem;
	margin: 0 0 5px;
	padding: 2px 5px;
}
.jobs li {
	width: calc(100% - 20px);
}
.jobs .listdetails div {
	margin: 10px 0 0;
}
.jobs .listdetails div:before {
	background: #23ac38;
	color: #fff;
	display: block;
    font-size: 1.2rem;
	margin: 0 0 5px;
	padding: 2px 5px;
    text-align: center;
	width: 80px;
}
.jobs .jobno::before {
	content: "案件No.";
}
.jobs .jobcate::before {
	content: "お仕事内容";
}
.jobs .jikyu::before {
	content: "時給";
}
.jobs .area::before {
	content: "勤務時間";
}
.jobs .fee::before {
	content: "最寄り駅";
}
.jobs .update::before {
	content: "更新日時";
}
.jobs .detail__btn {
	margin-top: auto;
}
.jobs .detail__btn a {
	background: #ffe401;
	border-radius: 50px;
	color: #605e5f;
	display: block;
	margin: 20px auto 0;
	padding: 10px 20px;
	text-align: center;
	width: 70%;
}
.jobs .detail__btn a:hover {
	opacity: 0.8;
}
.search .other__btn a {
	margin: 50px auto 0;
}
.block07-btm__txt {
	padding-top: 20px;
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
}
@media screen and (max-width: 640px) {
	.search {
		background: url("/assets/images/top/job_bg.png") no-repeat top center / cover;
	}
	.search .h2__tl-main-style {
		font-size: 3rem;
		margin: 0 0 30px;
	}
	.search .h2__tl-main-style span {
		font-size: 1.6rem;
	}
	.jobs .detail__btn a {
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 640px) {
	.jobs .job-box {
		margin: 0 0 20px;
	}
	.jobs li {
		width: auto;
	}
	.search p.other__btn {
		display: block;
		padding: 20px 0;
	}
	.other__btn a {
		margin: 0 auto;
	}
	.form_inner,
	.selarea {
		display: block;
	}
	.search-main__list {
		display: block;
	}
	.selarea input,
	.selarea select {
		width: 100%;
	}
	.select__box1,
	.select__box2 {
		margin: 0 0 10px;
		width: 100%;
	}
	.commitment-search dd li,
	.commitment-search dd li span {
		width: 100%;
	}
	.schbtn {
		margin: 20px 0 0;
		width: 100%;
	}
	.schbtn button {
		font-size: 1.8rem;
		width: 100%;
	}
	.jobs {
		display: block;
	}
	.jobs .job-box {
		margin: 0 0 20px;
		width: 100%;
	}
	.search .other__btn a {
		margin: 20px auto 0;
	}
}
/* ==========================================================================
 * AI BOT
 * ========================================================================== */
 .aibot {
	position: fixed;
	bottom: 30px;
	right: 25px;
	transition: all .5s;
	z-index: 1000;
}
.aibot__wrap {
	position: absolute;
	right: 0;
	bottom: -1000px;
	width: 490px;
	height: 800px;
	background-color: #fff;
	transition: all .5s;
	overflow: hidden;
}
.aibot__wrap.open {
	bottom: 0;
	max-height: calc(100svh - 50px);
	border: 1px solid #ccc;
	box-shadow: 1px 2px 4px 2px rgba(0, 0, 0, .15);
}
.aibot__header {
	position: relative;
	height: 30px;
	font-weight: bold;
	background-color: #23ac38;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.aibot__header--modalSize {
	position: absolute;
	top: 2px;
	right: 28px;
	cursor: pointer;
	border: none !important;
	z-index: 1;
}
.aibot__header--modalSize.minimize {
	display: none;
}
.aibot__header--closeBtn {
	position: absolute;
	top: 2px;
	right: 2px;
	cursor: pointer;
	border: none !important;
	z-index: 1;
}
.aibot iframe {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: calc(100% - 30px);
}
.aibot__icon {
	width: 100px;
	height: 100px;
	background-color: #fff;
	overflow: hidden;
	border-radius: 50%;
	box-shadow: 1px 2px 4px 2px rgba(0, 0, 0, .15);
	cursor: pointer;
	animation: bound 3s 5;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.aibot__icon img {
	border: none;
	width: 100%;
}
.aibot.maximize {
	bottom: 0;
	right: 0;
}
.aibot.maximize .aibot__wrap.open {
	width: 97vw;
	height: 98svh;
	max-height: none;
}
@keyframes bound {
	0% { transform:translateY(0) }
	5% { transform:translateY(0) }
	10% { transform:translateY(0) }
	20% { transform:translateY(-25px) }
	25% { transform:translateY(0) }
	30% { transform:translateY(-15px) }
	50% { transform:translateY(0) }
	100% { transform:translateY(0) }
}
@media screen and (max-width: 640px) {
	.aibot {
		bottom: 0;
		right: 0;
		width: 100%;
	}
	.aibot__wrap {
		width: 100%;
	}
	.aibot__wrap img {
		width: inherit !important;
	}
	.aibot__icon {
		bottom: 10px;
		right: 2vw;
		height: 25vw;
		width: 25vw;
	}
}






