/*
Theme Name: Lightning Child Sample
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/

#nav-open{
    width: 24px;
    height: 20px;
    display: block;
    margin: 0 auto;
    position: relative;
}
#nav-open span{
    position: absolute;
    width: 100%;
    height: 2px;
    background: #64c4e1;
    top: 0;
    left: 0;
    transition: all 0.2s ease;
}
#nav-open span:nth-child(2){
    top: 9px;
    left: 0;
}
#nav-open span:nth-child(3){
    top: 18px;
    left: 0;
}
#nav-input:checked ~ #nav-open span{
    top: 9px;
    transform: rotate(45deg);
}
#nav-input:checked ~ #nav-open span:nth-child(2){
    opacity: 0;
}
#nav-input:checked ~ #nav-open span:nth-child(3){
    top: 9px;
    transform: rotate(-45deg);
}
#nav-input:checked ~ #nav-close{
    max-width: 768px;
    left: 50%;
    transform: translateX(-50%);
}
@media only screen and (min-width: 768px){
    #sp-navi #sp-navi-in{
        right: calc(50vw - 784px / 2);
        width: 0;
        transform: translateX(0%);
        overflow: hidden;
    }
    #nav-input:checked ~ #sp-navi-in{
        right: calc(50vw - 784px/2);
        width: 100%;
    }
    .to-pagetop{
        right: calc(50vw - 764px/2) !important;
    }
}

/* ===== 追加CSSここから ===== */
body {
	color: #000;
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 500;
}

/* ハンバーガー展開時にヘッダーとメニューを固定 */
body.fixed .header_menu {
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    z-index: 9999 !important;
}

body.fixed #nav-drawer {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    z-index: 9999 !important;
}

/* 背景スクロールを防ぐ */
body.fixed {
    overflow: hidden;
}

.page-header {
	background-color: #62D2F0;
}
.page-header-title, h1.page-header-title {
	font-size: 15px;
}
#site-header {
	display: none;
}
.header_menu {
	position: absolute;
	top: 0;
	width: 100%;
	background: #fff;
	z-index: 999;
}
/* nav-input がチェックされた時だけ fixed */
#nav-input:checked ~ .header_menu {
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    z-index: 9999 !important;
}
.header_menu .recruit {
	text-align: center;
	background: #E1F9FF;
	margin-bottom: 0;
	color: #6D6767;
	height: 31px;
	padding-top:2px;
}
.sp-navi__navi li {
	margin-bottom: 14px;
	font-size: 14px;
	font-weight: 500;
	color: #30416B;
}
.major_item {
	font-size: 18px;
	border-top: 0.5px solid #61C4E2;
	padding-top: 18px;
	color: #30416B;
	width: 310px;
	display: block;
}
.home_sub li a {
	color: #30416B;
}

/* 閉じる用の薄黒カバー */
#nav-close {
  position: fixed;
  top: 89px;
  left: 0;
  z-index: 99;
  display: none;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 50%);
}

/* 中身 */
#sp-navi-in {
  position: fixed;
  top: 89px;
  right: 0;
  z-index: 9999;
  width: 100%;
  max-width: 468px;
  height: 100%;
  overflow: auto;
  background: #E1F9FF;
  transition: .3s ease-in-out;
  transform: translateX(105%);
}
.sp-navi-inner {
	padding-top: 25px;
	padding-left: 80px;
}

/* チェックが入ったらもろもろ表示 */
#nav-input:checked ~ #nav-close {
  display: block;
}

/* 中身を表示（スライド） */
#nav-input:checked ~ #sp-navi-in {
  transform: translateX(0%);
}

#sp-navi {
	position: absolute;
	right: 18px;
	top: 49px;
}

.sp-navi-close-button {
	position: absolute;
	top: 0;
	right: 15px;
	background: #fff;
}

.sp-navi__navi .menu_company {
	margin-bottom: 0;
}
	.recruit a {
	text-decoration: none;
}
.recruit img {
	position: relative;
	top: 2px;
	right: 6px;
}
#vk-mobile-nav-menu-btn {
 display: none;
}
.wp-block-button .wp-block-button__link {
	font-size: 17px;
}
.wp-block-button__link, .wp-block-button__link:hover {
	filter: none;
}
.button {
  display: block;
  background-image: linear-gradient(130deg,rgba(137, 215, 238, 1) 0%, rgba(97, 196, 226, 1) 55%, rgba(97, 226, 187, 1) 100%);
  width: 330px;
  padding: 1rem;
  border-radius: 30px;
  color: #FFF;
  text-align: center;
  transition: .5s;
	font-size: 17px;
	margin: auto;
}
.button::after {
	content: "";
  display: inline-block;
  width: 9px;
  height: 14px;
  background: url(https://test.spem-agent.jp/wp-content/uploads/2025/08/Vector-26-1.png) no-repeat;
  background-size: contain;
 position: relative;
	left: 10px;
}
.job-cta__button {
	display: block;
  background-image: linear-gradient(130deg,rgba(137, 215, 238, 1) 0%, rgba(97, 196, 226, 1) 55%, rgba(97, 226, 187, 1) 100%);
  width: 330px;
  padding: 1rem;
  border-radius: 30px;
  color: #FFF;
  text-align: center;
  transition: .5s;
	font-size: 17px;
	margin: auto;
	margin-bottom: 5px;
}
.job-cta__button::after {
	content: "";
  display: inline-block;
  width: 9px;
  height: 14px;
  background: url(https://test.spem-agent.jp/wp-content/uploads/2025/08/Vector-26-1.png) no-repeat;
  background-size: contain;
 position: relative;
	left: 10px;
}
.button:hover {
  transform: scale(1.025);
	color: #fff;
}
.job-cta__button:hover {
  transform: scale(1.025);
	color: #fff;
}
.sp-nav>ul {
	padding-left: 80px;
}
.sp-nav li {
	font-size: 14px;
}
h2 {
	border-top: none;
	border-bottom: none;
	font-weight: 500;
}
h3 {
	border-bottom: none;
}
h3::after {
	border-bottom: none;
}
[class*=wp-container-]>:is(h3) {
	margin-bottom: 0;
}
:target::before {
  content: "";
  display: block;
  height: 105px; /* PC時のヘッダー高さに統一 */
  margin-top: -105px;
}

.top_copy {
	position: absolute;
	top: 100px;
	z-index: 2;
}
.solve_container {
	width: 85%;
	margin-top: 38px;
	margin-left: auto;
	margin-right: auto;
}
.solve_container {
	width: 85%;
	margin-top: 38px;
	margin-left: auto;
	margin-right: auto;
}
.solve_container img {
	height:80px;
	display: block;
	margin: 0 auto;
}
	.sovle_text_left {
	color: #6D6767;
	font-size: 20px;
}
.sovle_text_right {
	text-align: right;
	margin-top: 10.5px;
	color: #6D6767;
	font-size: 20px;
}
.wp-block-button .wp-block-button__link {
	border-radius: 30px;
	font-size: 1.3em;
	background-image: linear-gradient(90deg, #61c4e2, #61e2bb);
}
.header_menu_inner {
	display: flex;
}
.header_menu_inner div {
	width: 62px;
}
.header_menu .logo_block {
	width: 145px;
	padding: 9.5px 11px;
	height: 58px;
}
.header_menu .logo_block img {
	width: 105px;
}
.top_hero {
	margin-bottom: 0;
	position: relative;
	top: 84px;
}
.top_hero img {
	width: 100%;
}
.about_container {
	text-align: center;
	background-image: url(https://test.spem-agent.jp/wp-content/uploads/2025/08/Rectangle-615-1.png);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 330px;
	margin: 40px auto;
	padding: 2.4em 0;
	font-size: 15px;
	color: #6D6767;
	height: 303px;
}
.about_container p {
  margin-bottom:12px;
}
.about_heading {
	margin-bottom: 1em;
}
.about_heading span {
	position: relative;
	top: -5px;
	left: 10px;
}
.about_heading img{
	height:65px;
}
.about_container span {
	font-size: 18px;
	font-weight: 500;
}

.glass_icon {
	text-align: center;
	padding: 12px 0.1em 0;
	height: 58px;
}
.glass_icon img{
	height: 20px;
	margin-bottom:-1px;
}
.glass_icon p {
	margin-bottom: 0;
	font-size: 11px;
}
.form_icon {
	background: #61C4E2;
	text-align: center;
	padding: 12px 6px 0;
	height: 58px;
}
.form_icon img{
	height: 20px;
	margin-bottom:-1px;
}
.form_icon a {
	color: #fff;
}
.form_icon p {
	margin-bottom: 0;
	font-size: 11px;
}
.about_company {
	background: #61C4E2;
	color: #fff;
	padding: 2em;
	margin-top: 50px;
}
.about_company h2,.about_company p {
	width:330px;
	margin-left:auto;
	margin-right:auto;
}
.about_company h2 {
	margin: 0 auto -10px;
	font-size:16px;
}
.about_company p {
	font-size:13px;
}
.worries_container {
	background-color: #E1F9FF;
	padding-bottom: 20px;
}
.worries {
	background-image: url(https://test.spem-agent.jp/wp-content/uploads/2025/08/Mask-group-3.png);
	margin-left: 30px;
	margin-right: 30px;
	background-size: 100%;
	background-repeat: no-repeat;
}
.worries ul {
	padding-top: 55px;
	margin-bottom: 30px;
}
.worries_list {
	margin-top:0px;
}
	.in_trouble {
	width: 192px;
}
.reason {
	width: 330px;
	margin-left: auto;
	margin-right: auto;
	gap: 7.5px;
	margin-bottom: 25px;
}
.reason_left {
	background: #E1F9FF;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #61C4E2;
	padding-top: 2px;
	font-size:16px;
	font-weight:600;
}
.reason_right {
	background: #E1F9FF;
		padding: 1em;
}
.reason_right .wp-block-group {
	gap: 0;
}
.reason_right h3 {
	font-size: 17.5px;
	font-weight: 500;
}
.reason_right .reason {
	gap: 0;
}
.reason_right p {
	font-weight: 4０0;
	font-size: 14px;
}
	.page-id-17 h3 {
	font-size: 13px;
	margin-bottom: 20px;
	border-left: 5px solid #61C4E2;
	padding-left: 4px;
	height: 14px;
}
.voice_bubble {
	background-image: url(https://test.spem-agent.jp/wp-content/uploads/2025/08/Union-1.png);
	background-repeat: no-repeat;
	color: #fff;
	width: 152px;
	height: 47px;
	text-align: center;
	font-size: 14px;
	padding-top: 6px;
	margin-bottom:-5px;
}
.voice_copy {
	font-size: 18px;
	font-weight: bold;
	width: 305px;
	margin-left: auto;
	margin-right: auto;
	background-image: linear-gradient(310deg, rgba(33, 95, 170, 1), rgba(88, 167, 217, 1) 22%, rgba(57, 208, 254, 1) 53%, rgba(97, 196, 226, 1)); 
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.voice_copy span {
	font-size: 25px;
}
.voice p {
	font-weight: 400;
	font-size: 15px;
}
.voice .text {
	padding: 0 2em 1.5em;
}
.name_t {
	position: relative;
	left: 12px;
}
.name_s {
	position: relative;
	left: 34px;
}

.wp-image-3618 {
	margin-bottom:-5px;
}
.wp-image-3624 {
	width:100px;
	margin-left:5px;
	margin-bottom:-10px;
}
.wp-image-3628 {
	width:150px;
	margin-left:25px;
	margin-bottom:-3px;
}
.worries li {
	list-style-type: none;
	border-bottom: 0.5px solid #61C4E2;
	padding-bottom: 6.5px;
	margin-top: 0;
	margin-bottom: 0;
	height: 40px;
}
.worries li::before {
	content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(https://test.spem-agent.jp/wp-content/uploads/2025/07/Group-541.png) no-repeat;
  background-size: contain;
  margin-right: 6px;
	position: relative;
	top: 12px;
	left: 10px;
}
.reason_heading {
	font-size: 20px;
	position: relative;
	z-index: 2;
	text-align: center;
	padding-top:80px;
}
.reason_heading span {
	font-size: 13px;
}
.background_image1 {
	position: absolute;
	margin-top: 45px;
	width: 100%;
	height: 537px;
	overflow: hidden;
}
.background_image1 img {
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.voices_heading {
	font-size: 15px;
	margin-top: 80px;
}
.background_image2 {
	position: absolute;
	margin-top: 50px;
	left: 0;
	height: 1200px;
	overflow: hidden;
	background-size:cover !important;
	background-position:center !important;
}
.background_image2 img {
	width: 100%;
	object-fit: cover;
}
.white {
	color: #fff;
	position: relative;
	z-index: 2;
	font-size:16px;
}
.reason {
	position: relative;
}
.site-body {
	margin-left: auto;
	margin-right: auto;
	padding-top: 0;
	padding-bottom: 3rem;
}
.site-body-container {
	padding-left: 0;
	padding-right: 0;
}
.site-footer {
	border-top: none;
}
.form_item {
	margin-bottom: 30px;
}
.required {
	color: red;
	border: 1px solid red;
	padding: 0.1em 0.3em;
	font-size: 0.8em;
	margin-left: 1em;
}
.worries_heading {
	width: 320px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
}
.worries {
	font-size: 1.2em;
}
.worries li {
	font-size: 14px;
	width: 260px;
}
.worries .lightblue {
	font-weight: 500;
	font-size: 17px;
}
.flow_background {
	background-image: url(https://test.spem-agent.jp/wp-content/uploads/2025/07/Mask-group-2.png);
	background-size: cover;
}
.flow_heading {
	position: relative;
	z-index: 2;
	font-size: 15px;
	color: #6D6767;
	margin-top: 90px;
}
.flow_sub_heading {
	position: relative;
	z-index: 2;
	text-align: center;
	font-size: 18px;
	margin-bottom: 33px;
	color: #30416B;
	font-weight: bold;
}
.flow_sub_heading span {
	font-size: 30px;
}
.flow {
	position: relative;
	background: #F0FCFF;
	border-radius: 20px;
	margin-bottom: 30px;
	padding: 1.5em;
	width: 306px;
	margin-left: auto;
	margin-right: auto;
	gap: 10.5px;
}
.flow_arrow {
	position: relative;
	z-index: 2;
}
.flow h3 {
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
}
.flow p {
	font-size: 15px;
	text-align: justify;
}
.flow .wp-block-image {
	margin-left: auto;
	margin-right: auto;
}
.faq-container {
  margin-bottom: 40px;
	margin-left:20px;
}
.faq-container .text {
	position: relative;
	top: 0.5em;
}
.faq-container dt {
	padding-right: 81px;
	cursor: pointer;
	user-select: none;
	position: relative;
	font-size: 15px;
	text-align:justify;
	margin-bottom: 20px;
	margin-right: -10px;
	font-weight:500;
}
.faq-container dd {
	padding-left: 0px;
	padding-right: 70px;
	margin: 0;
	display: none;
	font-size: 13px;
	text-align: justify;
	margin-bottom: 40px;
	line-height:1.6
}
.faq-container .answer {
	color: #30416B;
	font-size: 14px;
}
.question {
  margin-bottom: 24px;
	width: 330px;
	margin-left:auto;
	margin-right:auto;
	}
.question_heading {
	font-size: 15px;
	margin-top: 82px;
	}
.question.appear dd {
  display: block;
  animation: .3s fadeIn;
	}
dt::after {
  content: '';
	background-image: url(https://test.spem-agent.jp/wp-content/uploads/2025/07/ボタン-1.png);
	background-repeat: no-repeat;
	width: 50px;
    height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  transition: transform .3s;
}

.question.appear dt::after {
  content: '';
	background-image: url(https://test.spem-agent.jp/wp-content/uploads/2025/07/ボタン.png);
	background-repeat: no-repeat;
	width: 50px;
    height: 50px;
}
.period {
	font-size: 24px;
	font-weight: bold;
}
.blue {
	color: #30416B;
}
.lightblue {
	color: #61C4E2;
}
.voice {
	background: #E1F9FF;
	margin-bottom: 25px;
	border-radius: 20px;
	width: 306px;
	margin-left: auto;
	margin-right: auto;
}
.voice3 {
	margin-bottom: 40px;
}
.voice .name {
	align-items: center!important;
	position: relative;
	top: 25px;
	left: 50%;
   transform: translateX(-50%);
}
.voice .name .blue {
	font-weight: bold;
}
.voice .job {
	background-image: linear-gradient(310deg, rgba(33, 95, 170, 1), rgba(88, 167, 217, 1) 22%, rgba(57, 208, 254, 1) 53%, rgba(97, 196, 226, 1));
	background-size: 100%;
	width: 100%;
	text-align: center;
	color: #fff;
	line-height: 47px;
	font-weight:500;
}
.footer_company {
	background: #30416B;
	color: #fff;
	height: 40px;
	font-size: 11px;
	line-height: 40px;
	margin-bottom: 0;
	margin-top: 0;
}
.footer_company a {
	color: #fff;
}
.footer_company a:hover {
	text-decoration: underline;
}
.site-footer-copyright {
	margin-bottom:90px;
	margin-left:auto;
	margin-right:auto;
	z-index:999999999999999;!important
}
.site-footer-copyright p{
	color: #61C4E2;
}
.vk-mobile-nav-menu-btn {
	border: none;
}
.fotter_fixed {
	background-image: linear-gradient(130deg,rgba(137, 215, 238, 1) 0%, rgba(97, 196, 226, 1) 55%, rgba(97, 226, 187, 1) 100%);
	color: #fff;
	display: flex;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 93px;
	padding: 8px 35px;
	box-shadow: 2px -2px 4px 0px rgba(0, 0, 0, 0.25);
	z-index: 2;
}
.fotter_fixed>div {
	text-align: center;
}
.fotter_fixed .consul {
	font-size: 18px;
}
.fotter_fixed .text_area {
	width: 100%;
}
.fotter_fixed .image_area {
	width: 55%;
	display: flex;
}

.fotter_fixed p {
	margin-bottom: 0;
	font-size: 10.5px;
}

.fotter_fixed .point p {
	background: #fff;
	color: #61C4E2;
	border-radius: 10px;
	font-size: 11px;
	padding: 0 0.4em;
	margin-top:-7px;
}
.fotter_fixed img {
	position: relative;
	top: -18px;
	width: 116px;
	height: 107px;
}
.fotter_fixed .tri_button {
	width: 22px;
	height: 22px;
	top: 43px;
}

#breadcrumb {
	display: none;
}
.support_intro {
	padding: 35px 20px;
}
.page-id-17 .form_item {
	padding-left: 20px;
	padding-right: 20px;
}
.page-id-17 input[type=text] {
	border: 1px solid #6D6767;
	border-radius: 0;
}
.page-id-17 input[type=date] {
	border: 1px solid #6D6767;
	border-radius: 0;
}
.page-id-17 select {
	border: 1px solid #6D6767;
	border-radius: 0;
}
.page-id-17 textarea {
	border: 1px solid #6D6767;
	border-radius: 0;
}
.page-id-17 optgroup {
	color: #61C4E2;
}
.page-id-17 option {
	color: #000;
}
.status {
	display: flex;
}
.status div {
	width: 33.3%;
}
.educational {
	display: flex;
	margin-bottom: 14px;
}
.educational div {
	width: 33.3%;
}
.gender {
	display: flex;
}
.gender div {
	width: 33.3%;
}
.season {
	display: flex;
	margin-bottom: 14px;
}
.season div {
	width: 50%;
}
.page-id-17 .name {
	display: flex;
}
.page-id-17 .name div {
	width: 80%;
}
.page-id-17 .name .name_heading {
	width: 20%;
}
.page-id-17 .policy {
	background: #E1F9FF;
	padding: 18px 20px;
	margin-left: 20px;
	margin-right: 20px;
}
.policy_check {
	text-align: center;
}
.policy_link {
	text-align: center;
}
.policy_link a {
	color: #61C4E2;
	text-decoration: underline;
}
.page-id-17 input[type=submit] {
	width: 100%;
	background-color: #61C4E2;
	border: none;
}

.submit-btn {
  /* buttonタグのリセットCSS */
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;

  color: #fff;
  padding: 17px 24px;
  background-color: #61C4E2;
  cursor: pointer; /* ポインターカーソルを表示 */
	display: block;
	margin: 40px auto;
	width: 350px;
	font-size: 16px;
	border-radius: 6px;
}

.submit-btn[disabled] {
  background-color: #E8E7E7;
  cursor: not-allowed; /* クリック不可のカーソルを表示 */
}

.page-id-54 .site-body-container {
	background: #BEF0FF;
}
.jobs_search_heading {
	font-size: 16px;
	border-bottom: 1px solid #000;
	width: 116px;
	padding-top: 38px;
	margin-left: auto;
	margin-right: auto;
}
.search-group-container .search-group:not(:last-child) {
	border-right: 1px solid #D6D6D6;
}
.searchPanelButton_Select {
	color: #E0DFDF;
}
.search_condition_children input[type="checkbox"] {
	min-width: 20px;
}
 .serach-clear {
	text-align:right;
	color: #92969f;
 }
 .serach-clear :hover {
	color: #5fc7e6;
}
 .searchPanelButton_text :hover {
	color: #5fc7e6 !important;
}
 
.job-post__tags {
	margin: 0 20px;
	}
.job-post__content img {
	margin: 10px auto 20px;
	}
.job-post__content__image {
	text-align: center;
}
.job-post__content__text {
	line-height: 1.6;
	font-weight: 400;
	text-align: justify;
	margin: 0 20px;
}
.job-post__tag li {
	font-size: 12px;
}
.search_condition span {
	color: #000;
}
.searchPanelButton_icon {
	font-weight: 450;
	color: #6D6767;
	font-family:"M PLUS 1p", sans-serif;
}
button.modal-submit {
	font-size: 16px;
}
.toggle-icon {
	background-color: #8FDFF7;
}
.page-id-1387 .text1 {
	padding-top: 35px;
}
.page-id-1387 .text {
	padding-left: 20px;
	padding-right: 20px;
}
.cta_text {
	text-align: center;
	color: #61C4E2;
	font-size: 13px;
		margin-bottom: 27px;
}
.page-id-54 .buton-area a {
	padding: 8px 2px;
}
.page-id-54 .custom-search-container {
	padding: 20px;
}
.page-id-54 .search-group-container {
	padding: 9px 0;
	width: 350px;
	margin-left:auto;
	margin-right:auto;
}
.page-id-54 button.searchPanelButton {
	padding: 5px 16px;
}
.page-id-54 .post-card {
	border: none;
}
.page-id-54 .to_post {
	font-size: 12px;
}
.page-id-54 .to_contact {
	font-size: 12px;
}
.page-id-54 .page-numbers {
	background: #61C4E2;
	color: #fff;
}
.searchPanelButton_icon {
	font-size: 13px;
}
.searchPanelButton_Select {
	font-size: 20px;
	margin-top:-5px !important;
}
.post-card-inner span.tag {
	height: 23px;
	margin-top: 0.4em;
}
.post-card-inner .emp-type {
	margin-bottom: 0.3em;
}
.job-post__container {
	position: relative;
	top: 84px;
	padding-bottom: 93px;
}
.job-post__header {
	background: #62D2F0;
	color: #fff;
	padding: 24px 20px;
}
.job-post__title {
	font-size: 18px;
	line-height:1.6;
}
.job-post__conditions .job-post__tag-list {
	display: flex;
	gap: 5px;
}
.job-post__tag {
	list-style-type: none;
	background: #E1F9FF;
	border-radius: 10px;
	text-align: center;
}
.job-post__tag--employment {
	background: #61C4E2;
	border-radius: 0;
	color: #fff;
	text-align: center;
}
.job-post__content {
	padding-left: 20px;
	padding-right: 20px;
}
.job-post__company {
	margin-bottom: 0;
}
.job-overview {
	background: #BEF0FF;
	padding: 20px;
} 
.job-overview__heading {
	background: #fff;
	margin-bottom: 0;
	font-size: 16px;
	padding: 20px 20px 0;
	border-radius: 6px 6px 0 0;
}
.job-overview__items {
	background: #fff;
	padding: 20px 20px 5px;
	border-radius: 0 0 6px 6px;
}
.job-overview__item {
	margin-bottom: 20px;
	border-top: 1px solid #EFEEEE;
	padding-top: 20px;
}
.job-overview__label {
	color: #61C4E2;
	margin-bottom: 15px;
}
.job-overview__value {
	font-size: 13px;
	line-height:1.6;
	font-weight:400;
}
.job-cta {
	padding-top: 30px;
}

.worries_list {
	list-style-type: none;
	padding-top: 76px;
	padding-left: 36px;
	letter-spacing: 0.07em;
}
.worries_list li {
	border-bottom: 0.5px solid #61C4E2;
	width: 256px;
	font-size: 14px;
	padding-bottom: 0.4em;
}
.worries_list li img {
	position: relative;
	top: 4px;
}
.worries_block {
	background-image: url(https://test.spem-agent.jp/wp-content/uploads/2025/08/clipboard-1-1.png);
	background-repeat: no-repeat;
	margin: auto;
	width: 330px;
}
.worries_block .trouble {
	display: block;
	margin: auto;
}
.worries_list .lightblue {
	font-weight: 500;
	font-size: 17px;
}

@media screen and (max-width:575px) {
	body .pc {
		display: none;
	}
	.job-post__tag {
		width: 55px;
}
	.job-post__conditions .job-post__tag {
		width:fit-content;
		padding: 0 6px;
		margin-bottom:2px;
}
	.fotter_fixed .point {
		display: flex;
		gap: 0.3em;
		margin-top: 0.5em;
		justify-content:center;
}
	.fotter_fixed img {
	left: 0px;
}
  :target::before {
    height: 89px;  /* SP時の高さ */
    margin-top: -89px;
  }
}

@media screen and (min-width:576px) {
	body {
		background: #eee;
	}
	body .sp {
		display: none;
	}
	.header_menu #sp-navi {
		top: 57px;
		right: 26px;
	}
	#sp-navi-in {
		top: 84px;
	}
	#nav-close {
		top: 105px;
	}
	.major_item {
		font-size: 19px;
		width: 372px;
	}
	.sp-navi__navi li {
		font-size: 14px;
		margin-bottom:10px;
	}
	.header_menu .logo_block {
		height: 74px;
	}
	.header_menu .logo_block img {
		width: 140px;
	}
	.glass_icon {
		height: 74px;
		padding: 15px 0.5em 0;
	}
	.glass_icon p{
		font-size: 13px;
	}
	.glass_icon img{
		height: 24px;
	  margin-bottom:0px;
	}
	.form_icon {
		height: 74px;
		padding: 15px 6px 0;
		margin-right:72px;
	}
	.form_icon p{
		font-size: 12px;
	}
	.form_icon img{
		height: 24px;
	  margin-bottom:0px;
	}
	.recruit a {
		font-size: 14px;
	}
	.header_menu {
		max-width: 768px;
	}
	.page-header {
		max-width: 768px;
		margin: 0 auto;
	}
	.site-footer {
		max-width: 768px;
		margin: 0 auto;
		background: #fff;
	}
	.page-id-1387 .footer_company {
		margin-top: calc(100vh - 427px);
	}
	.header_menu .logo_block {
		width: 70%;
	}
	.header_menu_inner div {
		width: 77px;
	}
	.button {
		width: 396px;
		font-size:20px;
	}
	.worries_heading {
		padding-top: 60px;
	}
	.worries_block {
		width: 396px;
		background-image: url(https://test.spem-agent.jp/wp-content/uploads/2025/08/clipboard-1-1.svg);
	}
	.worries_list .lightblue {
		font-size: 20px;
	}
	.worries_list {
		padding-left: 43px;
	}
	.worries_list li {
		width: 307px;
		font-size: 17px;
	}
	.worries_heading img {
		display: block;
		margin: auto;
	}
	.worries {
		width: 396px;
		margin-left: auto;
		margin-right: auto;
	}
	.worries ul {
		padding-top: 80px;
	}
	.worries li {
		font-size: 17px;
		width: 307px;
		letter-spacing: 0.1em;
	}
	.worries .lightblue {
		font-size: 20px;
	}
	.voice .name .blue {
		font-size: 19px;
	}
	.voices_heading {
		margin-top: 95px;
		margin-bottom: 30px;
		font-size: 18px;
	}
	.voice_bubble {
	background-image: url(https://test.spem-agent.jp/wp-content/uploads/2025/08/Union-2.png);
	width: 183px;
	height: 56px;
	font-size: 17px;
		position: relative;
		left: 186px;
	}
	.voice_copy {
	    width: 500px;
		text-align: center;
		font-size: 23px;
		font-feature-settings: "palt";
	}
	.voice_copy span {
		font-size: 30px;
	}
	.voice .job {
	background-image: linear-gradient(310deg, rgba(33, 95, 170, 1), rgba(88, 167, 217, 1) 22%, rgba(57, 208, 254, 1) 53%, rgba(97, 196, 226, 1));
		font-size:19px;
		font-weight:500;
	}
	.voice3 {
	margin-bottom: 50px;
}
	.wp-image-3618 {
		margin-bottom:-5px;
	}
	.wp-image-3624 {
		width:110px;
		margin-left:15px;
		margin-bottom:-10px;
	}
	.wp-image-3628 {
		width:170px;
		margin-left:45px;
		margin-bottom:-3px;
	}
	.faq-container {
		width: 530px;
		margin-left: auto;
		margin-right: auto;
	}
	.faq-container dt {
		font-size: 18px;
		margin-right: -20px;
	}
	.faq-container .answer {
		font-size: 18px;
	}
	.faq-container dd {
		font-size: 15px;
	}
	.question {
		margin-bottom: 24px;
		width: 410px;
	}
	.fotter_fixed {
		max-width: 768px;
	}
	.solve_container {
		width: 396px;
	}
	.solve_container img {
		height:94px;
	}
	.sovle_text_left {
		font-size: 24px;
	}
	.sovle_text_right {
		font-size: 24px;
	}
	.about_container {
		width: 500px;
		height: 364px;
		font-size: 18px;
		background-image: url(https://test.spem-agent.jp/wp-content/uploads/2025/08/アンカーリンク先2.png);
	}
	.about_container span {
		font-size: 22px;
	}
	.about_heading img{
		height:76px;
	}
	.voice {
		width: 500px;
		text-align: justify;
	}
	.flow_heading {
		margin-top: 100px;
		font-size: 18px;
	}
	.flow h3 {
		font-size: 22px;
	}
	.flow {
		width: 410px;
		padding: 40px;
	}
	.flow_sub_heading {
		font-size: 22px;
	}
	.flow_sub_heading span {
		font-size: 36px;
	}
	.white {
	    font-size:19px;
	}
	.period {
		font-size: 29px;
	}
	.reason {
		width:396px;
	}
	.reason_heading {
		font-size: 24px;
		padding-top: 80px;
	}
	.reason_left {
		width: 40px;
		height: 40px;
		padding-top: 4px;
		font-size:19px;
	}
	.reason_right {
		width: 356px;
	}
	.reason_right h3 {
		font-size: 21px;
		font-weight: 500;
	}
	.reason_right p {
		font-weight: 400;
	}
	.site-body {
		max-width: 768px;
		background: #fff;
	}
	.page-header {
		height: 94px;!important
	}
		.page-header-title, h1.page-header-title {
		padding-top: 10px;
		font-size:21.6px;
	}
	.page-id-54 .search-group-container {
		width:500px;
	}
	.searchPanelButton_icon::before {
		height: 26px;
	}
	.searchPanelButton_icon {
		font-size: 15.6px;
	}
	.searchPanelButton_Select {
		font-size: 28px;
		margin-top:-18px;
	}
	.top_hero {
		top: 95px;
		width: 100%;
		overflow: hidden;
	}
	.top_hero img {
		width: 100%;
		height: 100%;
		object-fit: cover; 
		object-position: center; 
	}
	.background_image1 {
		margin-top: 50px;
		height: 560px;
	}
	.background_image2 {
		margin-top: 60px;
		width: 100%;
		height: 1415px;
		overflow: hidden;
	}

	.flow p {
		font-size: 18px;
	}
	.about_company {
		padding-top: 48px;
		padding-bottom: 48px;
	}
	.about_company h2 {
		font-size: 20px;
	}
	.about_company p {
		width: 396px;
		font-size: 15.6px;
		margin-left: auto;
		margin-right: auto;
		text-align: justify;
	}
	.question_heading {
		margin-top: 95px;
		margin-bottom: 30px;
		font-size: 18px;
	}
	.fotter_fixed {
		background-image: linear-gradient(130deg,rgba(137, 215, 238, 1) 0%, rgba(97, 196, 226, 1) 55%, rgba(97, 226, 187, 1) 100%);
		height: 75px;
	}
	.fotter_fixed .text_area {
		width: 50%;
		padding-top: 3px;
		text-align: right;
	}
	.fotter_fixed .point {
		padding-top: 15px;
	}
	.fotter_fixed .point p {
		margin-bottom: 12px;
		font-size: 12px;
	}
	.fotter_fixed .tri_button {
		width: 26px;
		height: 26px;
		position: relative;
		top: 20px;
		left: 20px;
	}
	.fotter_fixed p {
		font-size: 13px;
}
	.support_intro {
		padding: 42px 134px 0px;
	}
	.educational:last-child, .season:last-child {
		margin-bottom: 0px;
	}
	.page-id-17 select {
		margin-bottom: 0px;
	}
	.page-id-17 h3 {
		font-size: 16px;
		height: 16px;
	}
	.page-id-17 h3:last-child {
		margin-bottom: 10px;
	}
	.page-id-17 .form_item {
		padding: 33px 134px 6px;
		margin-bottom: 0;
	}
	.page-id-17 .policy {
		width: 500px;
		margin: auto;
	}

	.modal_wrap {
		width: 468px;
	}
	.cta_text {
		font-size: 16px;
		margin-bottom: 33px;
	}
	.job-post {
		max-width: 768px;
		margin-left: auto;
		margin-right: auto;
		background: #fff;
	}
	.job-post__header {
		padding: 50px 134px 30px;
	}
	.job-post__title {
		font-size: 21.6px;
		margin-bottom: 7px;
	}
	.job-post__company {
		font-size: 16px;
	}
	.job-post__content {
		padding-left: 134px;
		padding-right: 134px;
	}
	.job-post__content img {
		margin: 14px auto 24px;
	}
	.job-post__content__text {
		font-size: 16px;
	}
	.job-post__tags {
		width: 500px;
	}
	.job-post__tag--employment {
		width: 63px;
		padding: 3px 3px;
	}
	.job-post__tag {
		font-size: 15px;
		padding: 0 0.5em;
		margin-bottom:0px;
	}
	.job-overview {
		padding: 24px 134px;
	}
	.job-overview__heading {
		font-size: 19px;
	}
	.job-overview__label {
		font-size: 18px;
	}
	.job-overview__value {
		font-size: 16px;
	}
	.job-cta {
		padding-top: 48px;
	}
	.job-cta__button {
		width: 396px;
		font-size: 20px;
	}
	.page-id-1387 .text {
	padding-left: 106px;
	padding-right: 106px;
}
}

@media screen and (min-width:634px) {
	.page-id-1387 .text {
	padding-left: 135px;
	padding-right: 135px;
}
	.page-id-1387 .footer_company {
		margin-top: calc(100vh - 440px);
	}
}

@media screen and (min-width:992px) {
	.page-id-1387 ..footer_company {
		margin-top: calc(100vh - 442px);
	}
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.footer_company, .site-footer-copyright p {
	font-size:13.2px;
}

.site-footer-copyright p:nth-child(2) {
    display:none;
}

.site-body {
    padding-bottom: 7px;
}

.fotter_fixed .consul {
	font-size: 22px;
}

.fotter_fixed .text_area, .fotter_fixed .image_area {
	margin-left: 0px;
}

.nav-unshown {
  display: none;
}


#toggle {
  display: none;
}

#toggle + .label::after {
  content: url("https://test.spem-agent.jp/wp-content/uploads/2025/08/Group-544.png");
}

#toggle:checked + .label::after {
  content: url("https://test.spem-agent.jp/wp-content/uploads/2025/08/Group-681.png");
}

.to-pagetop {
  position: fixed;
  bottom: 57px;
  right: 5px;
  opacity: 0;
  transition: opacity 400ms ease;
  cursor: pointer;
	z-index: 999;
}
.to-pagetop.is-shown {
  opacity: 1;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 14px;
  line-height: 1;
  z-index: 99;
}
#page-top a {
  background: #ab101b;
  text-decoration: none;
  color: #fff;
  width: 60px;
  padding: 28px 5px;
  text-align: center;
  display: block;
  border-radius: 90px;
  opacity: 0.9;
  transition: all .3s ease;
}
#page-top a:hover {
  text-decoration: none;
  opacity: .5;
}

.search_condition_children span {
	color: #000;
}

.searchPanelButton_icon::before {
	background-size: auto;
}

.job-post__tags-inner {
	display: flex;
}
.job-post__conditions .job-post__tag-list {
	margin-top: 5px;
	flex-wrap: wrap;
	gap: 0px 5px;
}
.job-post__tags {
	margin-top: 20px;
}
.post-card-inner .tags {
	display: flex;
	flex-wrap: wrap;
}
span.tag {
	margin: 0 4px;
}

/* Lightning標準アニメーションを無効化 */
.vk_animation_fadein,
.vk_animation_fadeinUp,
.vk_animation_fadeinDown,
.vk_animation_fadeinLeft,
.vk_animation_fadeinRight {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
}

/* アニメーション完了後のスタイルを即時適用 */
.vk_animation_fadein.is-show,
.vk_animation_fadeinUp.is-show,
.vk_animation_fadeinDown.is-show,
.vk_animation_fadeinLeft.is-show,
.vk_animation_fadeinRight.is-show {
    opacity: 1 !important;
    transform: none !important;
}

/* アニメーション無効化 */
.fadeIn, .slideIn, .zoomIn {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
}

@media(min-width: 768px) {
	.site-body-container {
		max-width: 768px;
	}
	#nav-input:checked ~ #sp-navi-in {
		right: calc(50vw - 783px/2)
	}
}
@media(min-width: 576px) {
	.site-body-container {
		max-width: 768px;
	}
	#sp-navi-in {
		top: 105px;
	}
}

@media(min-width: 575px) and (max-width: 717px) {
	.background_image1 img:not([style*=object-fit]) {
		height: 1000px!important;
	}
}
@media(min-width: 575px) and (max-width: 760px) {
	.background_image2 img:not([style*=object-fit]) {
		height: 1400px!important;
	}
}

/* ここから追加 */
.site-wrapper {
  width: 100%;
  max-width: 768px;
  overflow: hidden;
  margin-inline: auto;
}
.page-header {
  min-height: 78px;
}
@media screen and (min-width: 576px) {
  .page-header {
    min-height: 94px;
  }
}

#sp-navi {
  height: 58px;
  width: 62px;
  top: 31px !important;
  right: 0 !important;
}
@media screen and (min-width: 576px) {
  #sp-navi {
    width: 77px;
    height: 74px;
  }
}
.header_menu {
  position: relative !important;
  margin: 0 auto;
}
#sp-navi-in {
  position: absolute !important;
  top: 58px !important;
  height: calc(100vh - 89px) !important;
  width: 0 !important;
}
@media screen and (min-width: 576px) {
  #sp-navi-in {
    top: 74px !important;
    right: 0 !important;
    height: calc(100vh - 105px) !important;
  }
}
#nav-input:checked ~ #sp-navi-in {
  right: 0;
  position: absolute;
  top: 58px;
  width: fit-content !important;
}
@media screen and (min-width: 576px) {
  #nav-input:checked ~ #sp-navi-in {
    height: calc(100vh - 105px);
    top: 74px;
  }
}
#nav-close {
  position: absolute !important;
  width: 100vw !important;
  height: calc(100svh - 89px) !important;
  top: 58px !important;
  right: 0 !important;
  left: auto !important;
  transform: unset !important;
}
@media screen and (min-width: 576px) {
  #nav-close {
    height: calc(100svh - 105px) !important;
    top: 74px !important;
  }
}
#nav-open {
  width: 24px;
  height: 20px;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.page-id-54 .page-numbers {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: fit-content;
  background: none !important;
}
.page-id-54 .page-numbers li {
  float: unset;
}
.page-id-54 .page-numbers li a,
.page-id-54 .page-numbers li span {
  background: #61c4e2 !important;
}
.page-id-54 .page-numbers li a:hover {
  background: #efefef !important;
}
.page-id-54 .page-numbers li .current {
  background: #337ab7 !important;
}
.main-section--margin-bottom--on {
  margin-bottom: 0;
}
.site-body {
  padding: 0 !important;
}
.site-footer-copyright {
  margin-top: 0 !important;
  padding-top: 4px !important;
}
.page-id-17 .site-footer-copyright,.page-id-1387 .site-footer-copyright{
margin-bottom:0!important;
}
.background_image2{
width: 100%;
}
@media screen and (min-width: 576px) {
  .site-footer-copyright {
    margin-top: 0 !important    ;
    margin-bottom: 75px !important;
    padding-top: 5px !important;
  }
}
.site-footer-copyright p {
  margin: 0;
}
.glass_icon {
  margin-left: auto;
}
.form_icon {
  margin-right: 58px;
}
@media screen and (min-width: 576px) {
  .form_icon {
    margin-right: 77px;
  }
}
.main-section {
  margin-bottom: 0 !important;
}
.job-post__container,
.top_hero {
  top: 0 !important;
}
.form_icon {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* ===== 追加CSSここまで ===== */