/*
Theme Name:PCSP用テーマ
Description:PCSP用テーマ
Version:1
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-family: inherit;
	/*font-size: 100%;*/
	font-style: inherit;
	font-weight: inherit;
	outline: 0;
}
:focus {
	outline: 0;
}

body {
	font-size: 16px;
	line-height: 30px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
	display: block;
}

caption,
th,
td {
	font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	line-height: 1;
}

b,
strong {
	font-weight: bold;
}

button {
	margin: 0;
	padding: 0;
	border: none;
	background-color: transparent;
	cursor: pointer;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*------------------------------------------------------------
clearfix -micro
------------------------------------------------------------*/
.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
}

.clearfix:after {
	clear: both;
}

/*------------------------------------------------------------
CommonStyle
------------------------------------------------------------*/
:root {
	--main-color: #16244d; /* メインカラー */
	--sub-color: #001133; /* サブカラー */
	--accent-color: #4169e1; /* アクセントカラー */
	--content-width: 80vw; /* コンテンツ幅 */
	--header-height-sp: 60px; /* ヘッダー高さ（スマホ） */
	--header-height-pc: 80px; /* ヘッダー高さ（PC） */
}

body,
body * {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
	font-feature-settings: normal;
}

body,
input,
textarea,
select {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	color: #666666;
}
.txt-en,
.ttl-en,
.en,
.title-en {
	font-family: "Roboto", sans-serif;
}

main {
	flex: 1 1 auto;
	/* 	margin-top: var(--header-height-sp); */
}

a,
a:hover {
	text-decoration: none;
}

a {
	display: inline-block;
	color: #666666;
	transition: 0.3s;
}

a img {
	border: 0;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	line-height: 1;
}

input,
textarea,
select {
	border: solid 1px #cccccc;
	background-color: transparent;
	font-size: 1.6rem;
	vertical-align: top;
}

input,
textarea {
	width: 100%;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select {
	height: 2.5em;
}

textarea,
input:not([type="checkbox"]):not([type="radio"]) {
	-webkit-appearance: none;
	appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
	width: auto;
	vertical-align: baseline;
	cursor: pointer;
}

input[type="radio"] {
	margin: 0;
}

select,
label {
	cursor: pointer;
}

select {
	-webkit-appearance: auto;
	appearance: auto;
}

textarea {
	padding: 10px;
}

.pc-br {
	display: inline-block;
}
.sp-br {
	display: none !important;
}

.outer {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.pc-only.modal-on {
	overflow: auto;
}

.js-fadein {
	opacity: 0;
	transform: translate(0, 50px);
	transition-property: opacity, transform;
	transition-duration: 1s;
}

.scroll-in {
	opacity: 1;
	transform: translate(0, 0);
}

::placeholder {
	color: #dddddd;
}

::-ms-input-placeholder {
	color: #dddddd;
}

:-ms-input-placeholder {
	color: #dddddd;
}

.inner {
	width: 100%;
	max-width: 1240px;
	padding: 0 20px;
	margin: auto;
}
.inner02 {
	max-width: 1034px;
	margin: auto;
	padding: 0 20px;
}

body {
	margin-top: 80px;
}

@media (max-width: 767px) {
	.sp-br {
		display: block !important;
	}
	.pc-br {
		display: none !important;
	}
}

@media (max-width: 1023px) {
	body {
		margin-top: 68px;
	}
}

.movie_list_img {
	cursor: pointer;
}
.movie_modal {
	width: 90%;
	margin: 0;
	position: fixed;
	display: none;
	z-index: 99999;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 6px;
	max-width: 1344px;
}
.movie_modal:after {
	content: "";
	position: absolute;
	width: 100vw;
	height: 100vh;
	background: rgba(136, 136, 136, 0.6);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.movie_modal .movie_modal_close {
	position: absolute;
	width: 56px;
	height: 56px;
	border-radius: 56px;
	top: -28px;
	right: -28px;
	color: #000;
	font-size: 30px;
	font-weight: bold;
	background: #fff;
	text-align: center;
	line-height: 56px;
	cursor: pointer;
	z-index: 99;
}
.movie_modal .movie_modal_content {
	position: relative;
	z-index: 99;
	padding: 15px;
	background: #fff;
	border-radius: 6px;
}
.movie_modal .movie_modal_inner {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	overflow: hidden;
	z-index: 9;
}
.movie_modal .movie_modal_inner br {
	display: none;
}
.movie_modal .movie_modal_inner .movie_modal_player {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
#modalOverlay {
	z-index: 9999;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba(0, 0, 0, 0.75);
}

@media (max-width: 767px) {
	.movie_modal .movie_modal_content {
		padding: 10px;
	}
	.movie_modal .movie_modal_close {
		width: 40px;
		height: 40px;
		border-radius: 50%;
		top: -20px;
		right: -16px;
		font-size: 20px;
		line-height: 40px;
	}
}

/*header*/
/*================================*/
#header-menu {
	background: #387ef0;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.36);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}
body:not(.home) #header-menu {
	box-shadow: unset;
}
body #header-menu.is-scroll {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.36);
}
#header-menu .header-logo .txt-logo {
	font-size: 13px;
	line-height: 20px;
	color: #fff;
	padding-left: 20px;
	letter-spacing: 1.2px;
}
#header-menu .menu-item a {
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	display: block;
	padding: 30px 0;
	position: relative;
}
#header-menu .menu-item:not(.has-menu-item) > a span {
	padding-bottom: 3px;
}
#header-menu .menu-item:not(.has-menu-item) > a:hover span {
	border-bottom: 2px solid #3ec3b1;
}
#header-menu .menu-item a img {
	margin-left: 5px;
}
#header-menu .menu-item:nth-child(n + 5) a {
	padding: 30px 0;
}
#header-menu .header-logo {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 27%;
	padding-top: 4px;
	position: relative;
	z-index: 99;
}
#header-menu .list-menu-item {
	display: flex;
	flex-wrap: wrap;
	padding-left: 6px;
	justify-content: flex-end;
	padding-right: 23px;
	column-gap: 24px;
}
#header-menu .list-btn-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-left: 4px;
}
#header-menu .header-nav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0 20px;
	max-width: 1380px;
	margin: auto;
	height: 80px;
}
#header-menu .nav-menu {
	width: 45%;
}
#header-menu .contact-right {
	width: 27%;
}
#header-menu .contact-right .btn-contact {
	font-size: 14px;
	line-height: 21px;
	color: #fff;
	display: block;
	padding: 5px 16px;
	border: 1px solid #fff;
	border-radius: 25px;
	transition: 0.3s;
}
#header-menu .contact-right .btn-contact:hover {
	background: #3069c6;
}
#header-menu .contact-right .btn-download {
	font-size: 14px;
	line-height: 21px;
	color: #fff;
	background: #f69226;
	display: block;
	padding: 6px 21px;
	border-radius: 25px;
	letter-spacing: 0.8px;
	transition: 0.3s;
}
#header-menu .contact-right .item-btn-menu:hover .btn-download {
	background: #f7ab59;
}
#header-menu .has-menu-item {
	position: relative;
}
#header-menu .subNav-menu {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100vw;
	max-width: 800px;
	background: #387ef0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s;
	transform: translateY(10px);
	/*box-shadow: 0 3px 6px rgba(0,0,0,.36);*/
}
#header-menu .has-menu-item:nth-child(1) .subNav-menu {
	max-width: 1000px;
}
#header-menu .has-menu-item:hover > .subNav-menu {
	opacity: 1;
	visibility: visible;
	/* 	top: 100%; */
	transform: translateY(0);
}
#header-menu .has-menu-item > a:after {
	/*content: "";*/
	/*position: absolute;*/
	/*background-image: url("/wp-content/themes/Sougo-Career-GoodJob/img/arrow-menu.png");*/
	/*width: 12px;*/
	/*height: 7px;*/
	/*top: calc(50% - 3.5px);*/
	/*right: 3px;*/
}
#header-menu .has-menu-item > a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 5px;
	background: transparent;
	bottom: 0;
	left: 0;
	transition: 0.3s;
}
#header-menu .has-menu-item:hover > a:before {
	background: #3ec3b1;
}
#header-menu .subList-menu-item {
	display: flex;
	flex-wrap: wrap;
}
#header-menu .menu-item .subMenu-item a {
	padding: 24px 12px 24px 43px;
	position: relative;
}
#header-menu .menu-item.has-menu-item:nth-child(1) .subMenu-item a {
	padding: 24px 0px 24px 40px;
}
#header-menu .menu-item .subMenu-item a:before {
	content: "";
	position: absolute;
	width: 13px;
	border: 1px solid #3ec3b1;
	top: 50%;
	left: 16px;
}
#header-menu .menu-item .subMenu-item a span {
	position: relative;
	transition: 0.3s;
	border-bottom: 1px solid transparent;
	display: inline-block;
	padding: 2px 0;
}
#header-menu .menu-item .subMenu-item:hover a span {
	border-color: #3ec3b1;
}
#header-menu .contact-right .item-btn-menu {
	height: 80px;
	display: flex;
	align-items: center;
}
#header-menu .nav-menu-list .subNav-menu:after {
	content: "";
	width: 10000px;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	height: 100%;
	background: #387ef0;
	z-index: -1;
	box-shadow: 0 5px 6px rgba(0, 0, 0, 0.3);
}
#header-menu .subNav-menu-download {
	top: 100%;
	position: absolute;
	width: 100%;
	background: #fff;
	left: 0;
	visibility: hidden;
	opacity: 0;
	z-index: -99;
	transition: 0.3s;
	box-shadow: 0 5px 6px rgba(0, 0, 0, 0.3);
}
#header-menu .contact-right .item-btn-menu:hover .subNav-menu-download {
	visibility: visible;
	opacity: 1;
	z-index: 99;
}
#header-menu .subNav-menu-download .subList-menu-download {
	display: flex;
	flex-wrap: wrap;
	max-width: 1210px;
	margin: auto;
	padding: 33px 0 35px;
}
#header-menu .subNav-menu-download .subMenu-item-download {
	width: 33.33%;
	text-align: center;
	border-right: 2px solid #b7b7b7;
}
#header-menu .subNav-menu-download .subMenu-item-download:last-child {
	border: 0;
}
#header-menu .subNav-menu-download .subMenu-item-download picture {
	display: block;
	margin-bottom: 19px;
}
#header-menu .subNav-menu-download .subMenu-item-download p.title {
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0.9px;
	padding-left: 3px;
	margin-bottom: 11px;
}
#header-menu .subNav-menu-download .subMenu-item-download a.btn-white {
	width: 100%;
	max-width: 220px;
	padding: 7px 20px;
}

#header-menu .btn-menuAll {
	position: absolute;
	width: 65px;
	height: 80px;
	top: 0;
	right: 0;
	color: #fff;
	font-size: 11px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 500;
	text-align: center;
	padding-top: 21px;
	cursor: pointer;
	transition: 0.3s;
	z-index: 999;
}
#header-menu .btn-menuAll.is-open,
#header-menu .btn-menuAll:hover {
	background: #3ec3b1;
}
#header-menu .btn-menuAll .toggle-btn {
	width: 31px;
	height: 22px;
	position: relative;
	margin: 0 auto 3px;
}
#header-menu .btn-menuAll .toggle-btn:after {
	content: "";
	position: absolute;
	width: 31px;
	border-top: 2px solid #fff;
	background: #fff;
	top: 47%;
	left: calc(50% - 15.5px);
	transition: 0.4s;
}
#header-menu .btn-menuAll .toggle-btn span:before {
	content: "";
	position: absolute;
	width: 31px;
	border-top: 2px solid #fff;
	background: #fff;
	top: 0px;
	left: 0px;
	transition: 0.4s;
}
#header-menu .btn-menuAll .toggle-btn span:after {
	content: "";
	position: absolute;
	width: 31px;
	border-top: 2px solid #fff;
	background: #fff;
	bottom: 0px;
	left: 0px;
	transition: 0.4s;
}
#header-menu .btn-menuAll.is-open span:before {
	transform: rotate(-45deg);
	top: 9px;
}
#header-menu .btn-menuAll.is-open span:after {
	transform: rotate(45deg);
	bottom: 11px;
}
#header-menu .btn-menuAll.is-open .toggle-btn:after {
	opacity: 0;
}
#header-menu .btn-menuAll .t2 {
	display: none;
}
#header-menu .btn-menuAll.is-open .t2 {
	display: block;
}
#header-menu .btn-menuAll.is-open .t1 {
	display: none;
}
#menu-all {
	position: absolute;
	width: 100vw;
	height: 100vh;
	background-color: #387ef0;
	left: 50%;
	transform: translateX(-50%);
	top: -50px;
	background-image: url("/wp-content/uploads/menu_bg_pc.png");
	background-size: cover;
	transition: 0.3s;
	visibility: hidden;
	opacity: 0;
}
#menu-all.is-open {
	visibility: visible;
	opacity: 1;
	top: 0;
}
#menu-all .menu-inner {
	max-width: 1240px;
	margin: auto;
	padding: 0 10px;
}
#menu-all .menu-container {
	display: flex;
	flex-wrap: wrap;
	padding-top: 125px;
	padding-left: 10px;
	padding-right: 10px;
	max-height: 90vh;
	overflow-y: auto;
}
#menu-all .menu-container::-webkit-scrollbar {
	width: 7px;
}
#menu-all .menu-container::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
}
#menu-all .menu-container::-webkit-scrollbar-thumb {
	background-color: #ccc;
	border-radius: 5px;
}
#menu-all .title-menu {
	font-size: 20px;
	line-height: 29px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 33px;
}
#menu-all .nav-list-menu .link-action {
	font-size: 20px;
	line-height: 29px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 13px;
	display: block;
	transition: 0.3s;
}
/*#menu-all .nav-list-menu .link-action:hover{*/
/*    opacity: .7;*/
/*}*/
#menu-all .left-menu {
	width: 59%;
	padding-left: 2px;
	position: relative;
	padding-right: 50px;
}
#menu-all .left-menu:after {
	content: "";
	position: absolute;
	height: calc(100% - 20px);
	border-right: 1px solid #fff;
	top: 10px;
	right: -1px;
}
#menu-all .right-menu {
	width: 41%;
}
#menu-all .subLink-action {
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	position: relative;
	padding-left: 25px;
	margin-bottom: 11px;
}
#menu-all .subLink-action span {
	display: inline-block;
	border-bottom: 1px solid transparent;
	transition: 0.3s;
}
#menu-all .subLink-action:hover span {
	border-bottom: 1px solid #3ec3b1;
	opacity: 0.7;
}
#menu-all .subLink-action:last-child {
	margin-bottom: 0;
}
#menu-all .nav-list-menu {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 16px;
}
#menu-all .nav-list-menu .left-item {
	width: 70%;
	display: flex;
	flex-wrap: wrap;
}
#menu-all .nav-list-menu .left-item .list-menu {
	width: 57%;
	margin-bottom: 38px;
}
#menu-all .nav-list-menu .left-item .list-menu:nth-child(2n) {
	width: 43%;
}
#menu-all .subLink-action:after {
	content: "";
	position: absolute;
	width: 15px;
	border-top: 2px solid #3ec3b1;
	top: 15px;
	left: 0;
}

#menu-all .nav-list-menu .right-item {
	width: 30%;
	padding-left: 8px;
}
#menu-all .nav-list-menu .right-item .link-action {
	margin-bottom: 41px;
}
#menu-all .nav-list-menu .right-item .link-action:last-child {
	margin-bottom: 0;
}

#menu-all .menu-banner {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 42px;
}
#menu-all .menu-banner .item-banner {
	width: 48%;
	max-width: 292px;
	margin-right: 11px;
}
#menu-all .menu-banner .item-banner .box-link {
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	border: 2px solid #3ec3b1;
	border-radius: 10px;
	box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.3);
	transition: 0.3s;
}
#menu-all .menu-banner .item-banner .box-link:hover {
	opacity: 0.7;
}
#menu-all .menu-banner .item-banner .box-link .info {
	width: 60%;
	padding-left: 14px;
	padding-top: 7px;
}
#menu-all .menu-banner .item-banner .box-link .image {
	width: calc(40% + 13px);
	padding-top: 6.5px;
	position: relative;
	margin-left: -13px;
}
#menu-all .menu-banner .item-banner .box-link .ttl {
	font-size: 14px;
	line-height: 20px;
	color: #3ec3b1;
	font-weight: 500;
	letter-spacing: 1.4px;
	margin-bottom: 2px;
}
#menu-all .menu-banner .item-banner .box-link .text span {
	color: #3ec3b1;
}
#menu-all .menu-banner .item-banner .box-link .text {
	font-size: 10px;
	line-height: 20px;
	font-weight: 500;
	letter-spacing: 1px;
}

#menu-all .menu-banner .item-banner .box-user {
	display: block;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 10px;
	background: #6b8ec9;
	padding-top: 11px;
	padding-bottom: 5px;
	box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.3);
	transition: 0.3s;
}
#menu-all .menu-banner .item-banner .box-user:hover {
	opacity: 0.7;
}
#menu-all .menu-banner .item-banner .box-user .txt-ttl {
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
	letter-spacing: 1px;
	padding-left: 4px;
	margin-bottom: 8px;
}
#menu-all .menu-banner .item-banner .box-user img {
	margin-right: 10px;
	position: relative;
	margin-top: -4px;
}
#menu-all .menu-banner .item-banner .box-user .sub-text {
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 0.6px;
}
#menu-all .menu-bottom {
	display: flex;
	flex-wrap: wrap;
}
#menu-all .menu-bottom .link-copyright {
	width: 46%;
}
#menu-all .menu-bottom .footerLink__list {
	display: flex;
	flex-wrap: wrap;
}
#menu-all .menu-bottom .footerLink__list .footerLink__link {
	display: block;
	font-size: 12px;
	line-height: 24px;
	color: #fff;
	letter-spacing: 0.6px;
	transition: 0.3s;
}
#menu-all .menu-bottom .footerLink__list .footerLink__link:hover {
	opacity: 0.7;
}
#menu-all .menu-bottom .footerLink__list .footerLink__item {
	margin-right: 26px;
}
#menu-all .menu-bottom .footerLink__list .footerLink__item:last-child {
	margin-right: 0;
}
#menu-all .menu-bottom .copyright {
	width: 54%;
	display: block;
	font-size: 12px;
	line-height: 24px;
	color: #fff;
	letter-spacing: 0.6px;
}
#menu-all .menu-bottom.menu-sp {
	display: none;
}

#menu-all .right-menu {
	padding-left: 50px;
	padding-top: 5px;
}
#menu-all .right-menu .right-inner {
	max-width: 390px;
	margin: 0 0 0 auto;
}
#menu-all .right-menu .title {
	font-size: 18px;
	line-height: 36px;
	color: #fff;
	letter-spacing: 1.8px;
	position: relative;
	left: -7px;
	margin-bottom: 11px;
}
#menu-all .right-menu .subMenu-item-download {
	margin-bottom: 5px;
}
#menu-all .right-menu .subMenu-item-download .item-box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#menu-all .right-menu .subMenu-item-download .item-box .ttl {
	font-size: 18px;
	line-height: 36px;
	color: #fff;
	letter-spacing: 1.7px;
	width: calc(100% - 110px);
	margin-right: -5px;
}
#menu-all .right-menu .subMenu-item-download .item-box .image {
	width: 115px;
	position: relative;
	display: block;
	right: -5px;
}
#menu-all .right-menu .subList-menu-download {
	margin-bottom: 17px;
}
#menu-all .inquiries-consultations .box-mail {
	margin-bottom: 15px;
}
#menu-all .inquiries-consultations .box-mail a {
	background: #f69226;
	color: #fff;
	display: block;
	text-align: center;
	border-radius: 10px;
	padding: 15px 10px 7px;
	box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.3);
	transition: 0.3s;
}
#menu-all .inquiries-consultations .box-mail a:hover {
	opacity: 0.7;
}
#menu-all .inquiries-consultations .box-mail .txt-ttl {
	font-size: 18px;
	line-height: 26px;
	display: flex;
	justify-content: center;
	align-items: center;
	letter-spacing: 1px;
	margin-bottom: 6px;
}
#menu-all .inquiries-consultations .box-mail .txt-ttl img {
	margin-right: 5px;
}
#menu-all .inquiries-consultations .box-mail .sub-text {
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 0.6px;
	padding-left: 13px;
}

#menu-all .inquiries-consultations .box-tel a {
	border: 2px solid #f69226;
	border-radius: 10px;
	display: block;
	text-align: center;
	color: #f69226;
	padding: 12px 10px 5px;
	box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.3);
	background: #fff;
	transition: 0.3s;
}
#menu-all .inquiries-consultations .box-tel a:hover {
	opacity: 1;
}
#menu-all .inquiries-consultations .box-tel .ttl {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 30px;
	line-height: 26px;
	letter-spacing: 1.2px;
	margin-bottom: 7px;
}
#menu-all .inquiries-consultations .box-tel .txt-ttl {
	font-size: 18px;
	line-height: 26px;
	display: flex;
	align-items: center;
	letter-spacing: 1px;
	margin-right: 12px;
}
#menu-all .inquiries-consultations .box-tel .txt-ttl img {
	margin-right: 7px;
}
#menu-all .inquiries-consultations .box-tel .sub-text {
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 0.6px;
}
@media (min-width: 1281px) {
	#header-menu .contact-right {
		display: flex;
		align-items: center;
		gap: 10px;
	}
}
.list-btn-action .btn-action {
	font-size: 13px;
	color: #fff;
	border-radius: 30px;
	padding: 5px 10px;
	line-height: 1.5;
	border: solid thin #fff;
}

#header-menu .contact-right .btn-download {
	border-radius: 5px;
	max-width: 150px;
	text-align: center;
}

.list-btn-action .btn-action:nth-child(1) {
	background: #3ec3b1;
	border: solid thin #3ec3b1;
}

.list-btn-action .btn-action:nth-child(2) {
	background: #387ef0;
}

.list-btn-action {
	display: flex;
	flex-direction: column;
	gap: 5px;
}
@media (max-width: 767px) {
	.inquiries-consultations .list-btn-action .btn-action {
		font-size: 14px;
		text-align: center;
		margin-top: 5px;
		padding: 10px 10px;
	}

	.inquiries-consultations .list-btn-action {
		margin-top: 10px;
	}
}

/*footer*/
/*================================*/
#footer .footer-top {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 20px;
	align-items: flex-start;
	border-bottom: 1px solid #707070;
	margin-bottom: 20px;
	margin-right: 30px;
}
#footer .info-footer {
	width: 35%;
	/*     padding-top: 29px; */
	padding-top: 45px;
	padding-left: 2px;
	padding-right: 20px;
}
#footer .footer-top .footer-menu {
	width: 65%;
	display: flex;
	flex-wrap: wrap;
	padding-top: 51px;
}
#footer .info-footer .text {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.7px;
	margin-bottom: 23px;
}
#footer .title-about {
	font-size: 28px;
	font-weight: 400;
	color: black;
}

#footer .info-footer .footer-logo {
	margin-bottom: 9px;
}
#footer .info-footer .footer-logo svg {
	max-width: 100%;
}
#footer .info-footer .footerPrivacy {
	display: flex;
	align-items: center;
	margin-top: 15px;
}
#footer .info-footer .footerPrivacy .img-banner-footer {
	width: 73%;
	max-width: 220px;
}
#footer .info-footer .footerPrivacy a {
	width: 27%;
	padding-left: 10px;
}
#footer .info-footer .footerPrivacy a img {
	width: 57px;
}
#footer .footer-middle {
	padding-right: 58px;
}
#footer .footer-middle .inquiries-consultations {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 27px 0;
}
#footer .footer-middle .inquiries-consultations .item-footer-middle {
	width: 49%;
	margin-right: 2%;
}
#footer .footer-middle .inquiries-consultations .item-footer-middle:last-child {
	margin-right: 0;
}
#footer .footer-middle .inquiries-consultations .box-mail a {
	background: #f69226;
	color: #fff;
	display: block;
	text-align: center;
	border-radius: 10px;
	padding: 15px 10px 7px;
	box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.3);
}
#footer .footer-middle .inquiries-consultations .box-mail.box-blue a {
	background: #6b8ec9;
}
#footer .footer-middle .inquiries-consultations .box-mail.box-blue a:hover {
	background: #5f7db1;
}
#footer .footer-middle .inquiries-consultations .box-mail.box-orange a:hover {
	opacity: 0.6;
}
#footer .footer-middle .inquiries-consultations .box-mail .txt-ttl {
	font-size: 18px;
	line-height: 26px;
	display: flex;
	justify-content: center;
	align-items: center;
	letter-spacing: 1px;
	padding-right: 8px;
	margin-bottom: 6px;
}
#footer .footer-middle .inquiries-consultations .box-mail .txt-ttl img {
	margin-right: 11px;
}
#footer .footer-middle .inquiries-consultations .box-mail .sub-text {
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 0.6px;
	padding-left: 13px;
}
#footer .footer-middle .inquiries-consultations .title-content .ttl {
	font-size: 20px;
	line-height: 32px;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
#footer .footer-middle .inquiries-consultations .title-content .text {
	font-size: 14px;
	line-height: 24px;
}

#footer .footer-middle .inquiries-consultations .box-tel a {
	border: 2px solid #f69226;
	border-radius: 10px;
	display: block;
	text-align: center;
	color: #f69226;
	padding: 12px 10px 5px;
	box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.3);
}
#footer .footer-middle .inquiries-consultations .box-tel .ttl {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 30px;
	line-height: 26px;
	letter-spacing: 1.2px;
	margin-bottom: 7px;
}
#footer .footer-middle .inquiries-consultations .box-tel .txt-ttl {
	font-size: 18px;
	line-height: 26px;
	display: flex;
	align-items: center;
	letter-spacing: 1px;
	margin-right: 12px;
}
#footer .footer-middle .inquiries-consultations .box-tel .txt-ttl img {
	margin-right: 7px;
}
#footer .footer-middle .inquiries-consultations .box-tel .sub-text {
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 0.6px;
}
#footer .footer-middle .inquiries-consultations .box-dispatching-company a {
	display: block;
	background: #3ec3b1;
	border-radius: 10px;
	font-size: 18px;
	line-height: 26px;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	padding: 11px 10px;
}
#footer .footer-middle .inquiries-consultations .box-dispatching-company a:hover {
	background: #37ad9d;
}
#footer .footer-middle .inquiries-consultations .box-dispatched-companies a {
	display: block;
	background: #6b8ec9;
	border-radius: 10px;
	font-size: 18px;
	line-height: 26px;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	padding: 11px 10px;
}
#footer .footer-middle .inquiries-consultations .box-dispatched-companies a:hover {
	background: #5f7eb2;
}

#footer .footer-bottom .info-footer {
	display: none;
}
#footer .footer-bottom .content {
	background: #387ef0;
	padding: 9px 0 13px;
}
#footer .footer-bottom .content .inner {
	display: flex;
	flex-wrap: wrap;
}
#footer .footer-bottom .content .link-copyright {
	width: 50%;
	padding-left: 2px;
}
#footer .footer-bottom .content .copyright {
	width: 50%;
	font-size: 12px;
	line-height: 24px;
	color: #fff;
	text-align: right;
	letter-spacing: 0.6px;
	padding-right: 1px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#footer .footer-bottom .content .copyright .text-copyright {
	width: 100%;
}
#footer .footer-bottom .content .footerLink__list {
	display: flex;
	flex-wrap: wrap;
}
#footer .footer-bottom .content .footerLink__list a {
	font-size: 12px;
	line-height: 25px;
	color: #fff;
	letter-spacing: 0.6px;
}
#footer .footer-bottom .content .footerLink__list a:hover {
	opacity: 0.7;
}
#footer .footer-bottom {
	margin-top: 19px;
}
#footer .footer-bottom .content .footerLink__item {
	border-right: 1px solid #fff;
	margin-right: 16px;
	padding-right: 16px;
}
#footer .footer-bottom .content .footerLink__item:last-child {
	border-right: 0;
}
#footer .footer-menu .col-footer-menu .title {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 6px;
	display: block;
}
#footer .footer-menu .col-footer-menu.item-not .group-menu:nth-child(1) .title {
	margin-bottom: 6px;
}
#footer .footer-menu .col-footer-menu a.title:hover {
	opacity: 0.7;
}
#footer .footer-menu .col-footer-menu:nth-child(2) .title:nth-child(2) {
	margin-bottom: 10px;
}
#footer .footer-menu .col-footer-menu .item-menu a {
	font-size: 13px;
	line-height: 33px;
	padding-left: 25px;
	position: relative;
	display: flex;
}
#footer .footer-menu .col-footer-menu .item-menu a span {
	display: inline-block;
	position: relative;
	border-bottom: 1px solid transparent;
	line-height: 20px;
	transition: 0.3s;
	padding: 5px 0;
}
#footer .footer-menu .col-footer-menu .item-menu a:hover span {
	border-bottom: 1px solid #3ec3b1;
}
#footer .footer-menu .col-footer-menu .item-menu a:before {
	content: "";
	position: absolute;
	width: 13px;
	border-top: 2px solid #3ec3b1;
	top: 14px;
	left: 0;
}
#footer .footer-menu .col-footer-menu {
	width: 38%;
}
#footer .footer-menu .col-footer-menu:nth-child(1) {
	padding-right: 20px;
}
#footer .footer-menu .col-footer-menu:nth-child(2) {
	width: 29%;
}
#footer .footer-menu .col-footer-menu:nth-child(3) {
	width: 33%;
	/*     padding-right: 20px;
	padding-left: 10px; */
	padding-right: 0px;
	padding-left: 30px;
}
#footer .footer-menu .col-footer-menu .group-menu {
	/* 	margin-bottom: 35px; */
	margin-bottom: 5px;
}
#footer .footer-menu .col-footer-menu .group-menu:last-child {
	margin-bottom: 0;
}
#footer .footer-menu .col-footer-menu.item-not .title {
	display: block;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
	font-weight: 400;
}
#footer .inner {
	display: flex;
	flex-wrap: wrap;
}
#footer .left-footer {
	width: 71%;
}
#footer .right-footer {
	width: 29%;
	padding-top: 51px;
	position: relative;
	padding-left: 30px;
	padding-bottom: 20px;
}
#footer .right-footer.footer-block-sp {
	display: none;
}
#footer .right-footer .right-footer-content {
	max-width: 290px;
	margin: 0 0 0 auto;
	position: relative;
}
#footer .right-footer:before {
	content: "";
	position: absolute;
	height: calc(100% - 85px);
	border-left: 1px solid #707070;
	top: 56px;
	left: 0;
}
#footer .right-footer .ttl {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 14px;
}
#footer .right-footer .text {
	font-size: 14px;
	line-height: 19px;
	font-weight: 400;
	margin-bottom: 14px;
}
#footer .right-footer .login-page .ttl {
	margin-bottom: 6px;
}
#footer .right-footer .login-page .text {
	margin-bottom: 4px;
}
#footer .right-footer .link-page {
	margin-bottom: 16px;
}
#footer .right-footer .link-page:last-child {
	margin-bottom: 0;
}
#footer .right-footer .btn-footer {
	font-size: 16px;
	line-height: 26px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 50px;
	color: #fff;
	border-radius: 40px;
	padding-left: 25px;
	font-weight: 400;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
#footer .right-footer .login-page .btn-footer {
	padding-left: 34px;
}
#footer .right-footer .btn-footer:hover {
	opacity: 0.7;
}
#footer .right-footer .btn-footer.btn-blue {
	background: #6b8ec9;
}
#footer .right-footer .btn-footer.btn-green {
	background: #3ec3b1;
}
#footer .right-footer .btn-footer span {
	margin-left: 14px;
}
#footer .right-footer .application-footer {
	padding-bottom: 25px;
}
#footer .right-footer .login-page .btn-footer span {
	margin-left: 20px;
}

@media (max-width: 1400px) {
	#header-menu .contact-right .btn-download {
		font-size: 12px;
		padding: 6px 16px;
	}
	#header-menu .contact-right .btn-contact {
		font-size: 12px;
	}
	#header-menu .contact-right {
		width: calc(24% + 50px);
		padding-right: 50px;
	}
	#header-menu .header-logo {
		width: 23%;
	}
	#header-menu .header-logo svg {
		width: 150px;
		height: auto;
	}
	#header-menu .nav-menu {
		width: calc(45% - 50px);
	}
	#header-menu .header-logo .txt-logo {
		font-size: 11px;
		line-height: 20px;
		color: #fff;
		padding-left: 15px;
		letter-spacing: 1px;
	}
}

@media (max-width: 1280px) {
	#header-menu .nav-menu,
	#header-menu .contact-right {
		display: none;
	}
	#header-menu .header-logo {
		width: 100%;
	}
	#header-menu .header-logo svg {
		width: auto;
		height: auto;
	}
	#header-menu .header-logo .txt-logo {
		font-size: 13px;
		padding-left: 20px;
		letter-spacing: 1.2px;
	}
	#menu-all .menu-banner .item-banner {
		width: 100%;
		max-width: 300px;
		margin-right: 0;
		margin-bottom: 12px;
	}
	#menu-all .menu-banner {
		margin-bottom: 25px;
	}
	#menu-all .right-menu .subMenu-item-download .item-box .ttl {
		font-size: 14px;
		line-height: 26px;
	}
	#menu-all .right-menu .title {
		font-size: 14px;
		line-height: 26px;
	}

	#menu-all .nav-list-menu .link-action {
		font-size: 16px;
		line-height: 29px;
	}
	#menu-all .subLink-action {
		font-size: 14px;
		line-height: 26px;
	}
	#menu-all .title-menu {
		font-size: 16px;
		line-height: 29px;
	}
	#menu-all .inquiries-consultations .box-tel .ttl {
		font-size: 26px;
	}
	#menu-all .menu-container {
		max-height: calc(100vh - 180px);
		height: 100vh;
		overflow-y: scroll;
		padding-bottom: 60px;
		padding-top: 25px;
		margin-top: 100px;
	}

	#footer .footer-middle .inquiries-consultations .item-footer-middle {
		width: 48.5%;
		margin-right: 3%;
	}
	#footer .footer-middle .inquiries-consultations .box-mail .txt-ttl {
		font-size: 14px;
	}
	#footer .footer-middle .inquiries-consultations .box-tel .txt-ttl {
		font-size: 14px;
	}
	#footer .footer-middle .inquiries-consultations .box-tel .ttl {
		font-size: 24px;
	}
	#footer .footer-middle .inquiries-consultations .box-tel .sub-text {
		font-size: 10px;
	}
	#footer .footer-middle .inquiries-consultations .box-mail .sub-text {
		font-size: 10px;
	}
	#footer .right-footer .btn-footer {
		font-size: 14px;
	}
}

@media (max-width: 1023px) {
	/*Header*/
	#menu-all .left-menu {
		padding-right: 20px;
	}
	#menu-all .right-menu {
		padding-left: 25px;
	}
	#menu-all .right-menu .subMenu-item-download .item-box .image {
		width: 70px;
	}
	#menu-all .right-menu .subMenu-item-download .item-box .ttl {
		width: calc(100% - 70px);
		font-size: 12px;
	}
	#menu-all .right-menu .title {
		font-size: 12px;
	}

	#menu-all .subLink-action {
		font-size: 12px;
		line-height: 26px;
		padding-left: 20px;
		margin-bottom: 6px;
	}
	#menu-all .nav-list-menu .link-action {
		font-size: 14px;
		line-height: 26px;
		margin-bottom: 8px;
	}
	#menu-all .subLink-action:after {
		top: 12px;
		width: 12px;
	}
	#menu-all .title-menu {
		font-size: 14px;
		line-height: 26px;
		margin-bottom: 20px;
	}
	#menu-all .nav-list-menu .right-item .link-action {
		margin-bottom: 25px;
	}
	#menu-all .nav-list-menu .left-item .list-menu {
		margin-bottom: 20px;
	}
	#menu-all .nav-list-menu {
		margin-bottom: 10px;
	}
	#menu-all .menu-banner {
		margin-bottom: 15px;
	}

	#menu-all .inquiries-consultations .box-mail .txt-ttl {
		font-size: 12px;
	}
	#menu-all .inquiries-consultations .box-mail .sub-text {
		font-size: 11px;
	}
	#menu-all .inquiries-consultations .box-tel .txt-ttl {
		font-size: 14px;
		margin-right: 8px;
	}
	#menu-all .inquiries-consultations .box-tel .ttl {
		font-size: 19px;
	}
	#menu-all .inquiries-consultations .box-tel .sub-text {
		font-size: 10px;
		line-height: 24px;
		letter-spacing: 0;
	}
	#menu-all .right-menu .subMenu-item-download {
		margin-bottom: 10px;
	}
	#menu-all .right-menu .title {
		margin-bottom: 20px;
		left: 0;
	}
	#menu-all .inquiries-consultations .box-tel a {
		padding: 12px 5px 5px;
	}
	#menu-all .menu-container {
		max-height: calc(100vh - 180px);
		height: 100vh;
		overflow-y: scroll;
		padding-bottom: 60px;
		padding-top: 25px;
		margin-top: 100px;
	}

	/*footer*/
	#footer .footer-middle .inquiries-consultations .box-tel .ttl {
		font-size: 24px;
	}

	#footer .footer-top .footer-menu {
		padding-left: 0px;
	}
	#footer .footer-menu .col-footer-menu.item-not .title {
		display: inline-block;
		font-size: 16px;
		line-height: 24px;
		font-weight: 500;
		margin-right: 50px;
		width: 100%;
	}
	#footer .footer-menu .col-footer-menu {
		width: 50%;
		margin-bottom: 20px;
	}
	#footer .footer-menu .col-footer-menu:nth-child(2) {
		width: 50%;
	}
	#footer .footer-menu .col-footer-menu:nth-child(3) {
		width: 100%;
		padding-right: 0;
		margin-bottom: 0;
		padding-left: 0;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
	#footer .footer-middle .inquiries-consultations .item-footer-middle {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	#footer .footer-middle {
		padding-right: 20px;
	}
	#footer .footer-top {
		padding-bottom: 20px;
	}
	#footer .left-footer {
		width: 70%;
	}
	#footer .right-footer {
		width: 30%;
		padding-top: 51px;
		position: relative;
		padding-left: 20px;
	}
	#footer .right-footer .application-footer .btn-footer img {
		width: 32px;
	}
	#footer .right-footer .btn-footer {
		font-size: 12px;
		height: 44px;
	}
	#footer .right-footer .btn-footer span {
		margin-left: 10px;
	}

	#footer .right-footer .login-page .btn-footer img {
		width: 22px;
	}
	#footer .right-footer .login-page .btn-footer {
		padding-left: 20px;
	}
	#footer .right-footer .login-page .btn-footer span {
		margin-left: 16px;
	}
	#footer .right-footer .text {
		font-size: 11px;
		line-height: 18px;
		margin-bottom: 12px !important;
	}
}

@media (max-width: 767px) {
	body.is-menu {
		overflow: hidden;
	}

	.inner {
		padding: 0 19px;
	}

	#header-menu {
		box-shadow: unset;
	}
	#header-menu .header-nav {
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.36);
		position: relative;
		z-index: 9999;
	}
	#menu-all {
		background-image: url("/wp-content/uploads/menu_bg_sp.png");
		top: 20px;
	}
	#menu-all .menu-container {
		max-height: calc(100vh - 120px);
	}
	#menu-all .menu-inner {
		padding: 0;
	}
	#menu-all.is-open {
		top: 100%;
	}
	#menu-all .left-menu {
		width: 100%;
		padding: 0;
		display: flex;
		flex-wrap: wrap;
		position: static;
		max-width: 360px;
		margin: auto;
	}
	#menu-all .right-menu {
		width: 100%;
		padding: 18px 0 0;
		max-width: 298px;
		margin: auto;
	}
	#header-menu .header-logo .txt-logo {
		font-size: 12px;
		padding-left: 10px;
		letter-spacing: 1.2px;
		position: relative;
		top: -3px;
	}
	#header-menu .header-logo svg {
		width: 100%;
		height: auto;
	}
	#header-menu .header-nav {
		padding: 0 15px;
		height: 68px;
	}
	#header-menu .btn-menuAll .ttl {
		display: none;
	}
	#header-menu .header-logo {
		padding-top: 7px;
		display: flex;
		flex-wrap: wrap;
		padding-right: 40px;
	}
	#header-menu .header-logo a {
		width: 52%;
		max-width: 158px;
		display: block;
	}
	#header-menu .header-logo .txt-logo {
		width: 48%;
	}
	#header-menu .btn-menuAll {
		height: 68px;
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 61px;
	}
	#header-menu .btn-menuAll.is-open,
	#header-menu .btn-menuAll:hover {
		background: transparent;
	}
	#header-menu .btn-menuAll .toggle-btn {
		margin: auto;
	}
	#menu-all .left-menu:after {
		display: none;
	}
	#menu-all .title-menu {
		font-size: 18px;
		line-height: 26px;
		margin-bottom: 0;
		width: 85px;
		padding-left: 10px;
		display: none;
	}
	#menu-all .menu-container {
		padding-top: 20px;
		margin-top: 5px;
	}
	#menu-all .nav-list-menu {
		width: 100%;
		padding-left: 0;
		max-width: 290px;
		margin: 0 auto 29px;
	}
	#menu-all .nav-list-menu .link-action {
		font-size: 18px;
		line-height: 26px;
		margin-bottom: 8px;
	}
	#menu-all .subLink-action {
		font-size: 13px;
		line-height: 24px;
		padding-left: 20px;
		margin-bottom: 6px;
	}
	#menu-all .nav-list-menu .left-item .list-menu {
		width: 100% !important;
		margin-bottom: 9px;
	}
	#menu-all .nav-list-menu .left-item {
		width: 100%;
	}
	#menu-all .nav-list-menu .left-item .list-menu.has-list-menu {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 6px;
	}
	#menu-all .nav-list-menu .left-item .list-menu.has-list-menu .link-action {
		width: 100%;
		margin-bottom: 10px;
	}
	#menu-all .nav-list-menu .left-item .list-menu.has-list-menu .subNav-list-menu,
	#menu-all .nav-list-menu .left-item .list-menu .subNav-list-menu {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	#menu-all .nav-list-menu .left-item .list-menu.has-list-menu .subLink-action,
	#menu-all .nav-list-menu .left-item .list-menu .subLink-action {
		line-height: 22px;
		padding-left: 27px;
		margin-bottom: 5px;
		width: 50%;
	}
	#menu-all .nav-list-menu .left-item .list-menu.has-list-menu .subLink-action.item-full {
		width: 100%;
	}
	#menu-all .nav-list-menu .right-item {
		width: 100%;
		padding-left: 0;
	}
	#menu-all .nav-list-menu .left-item .list-menu.has-list-menu:nth-child(2) {
		margin-bottom: 16px;
	}
	#menu-all .nav-list-menu .right-item .link-action {
		margin-bottom: 17px;
	}
	#menu-all .menu-banner {
		max-width: 292px;
		margin: auto;
		border-bottom: 1px solid #fff;
		padding-bottom: 15px;
	}
	#menu-all .menu-banner .item-banner {
		margin-bottom: 15px;
	}
	#menu-all .menu-banner .item-banner .box-user .txt-ttl {
		padding-left: 12px;
	}
	#menu-all .menu-banner .item-banner .box-user img {
		margin-right: 16px;
	}
	#menu-all .menu-bottom {
		width: 100%;
		bottom: 0;
		max-width: 292px;
		margin: 19px auto 0;
		padding-left: 7px;
	}
	#menu-all .right-menu .title {
		font-size: 18px;
		line-height: 28px;
		text-align: center;
		margin-bottom: 2px;
	}
	#menu-all .right-menu .subMenu-item-download .item-box .image {
		width: 90px;
		right: 0;
	}
	#menu-all .right-menu .subMenu-item-download:nth-child(1) a .image {
		left: -7px;
	}
	#menu-all .right-menu .subMenu-item-download .item-box .ttl {
		width: calc(100% - 90px);
		font-size: 16px;
		line-height: 22px;
		padding: 0 15px 0 26px;
	}
	#menu-all .right-menu .subMenu-item-download {
		margin-bottom: -3px;
	}
	#menu-all .right-menu .subList-menu-download {
		margin-bottom: 13px;
	}
	#menu-all .inquiries-consultations .box-mail .txt-ttl {
		font-size: 16px;
		margin-bottom: 1px;
	}
	#menu-all .inquiries-consultations .box-mail .sub-text {
		font-size: 12px;
		padding: 0;
	}
	#menu-all .inquiries-consultations .box-mail a {
		padding: 15px 10px 13px;
	}
	#menu-all .inquiries-consultations .box-tel .ttl {
		font-size: 28px;
		display: flex;
		flex-direction: column;
		margin-bottom: 6px;
	}
	#menu-all .inquiries-consultations .box-tel .txt-ttl {
		font-size: 16px;
		margin-right: 10px;
		display: block;
		text-align: center;
		margin-bottom: 9px;
	}
	#menu-all .inquiries-consultations .box-tel .sub-text {
		font-size: 12px;
		line-height: 18px;
		letter-spacing: 0.6px;
	}
	#menu-all .inquiries-consultations .box-tel a {
		padding: 8px 5px 8px;
	}
	#menu-all .menu-bottom .link-copyright {
		width: 100%;
		margin-bottom: 11px;
	}
	#menu-all .menu-bottom .copyright {
		width: 100%;
		display: block;
		font-size: 12px;
		line-height: 24px;
		color: #fff;
		letter-spacing: 0.6px;
	}
	#menu-all .menu-bottom .footerLink__list .footerLink__item {
		margin-right: 32px;
	}
	#menu-all .menu-bottom .footerLink__list .footerLink__link {
		text-decoration: underline;
	}
	#menu-all .menu-bottom.menu-sp {
		display: flex;
	}

	#footer .footer-top .info-footer {
		display: none;
	}
	#footer .footer-menu .col-footer-menu {
		width: 100% !important;
		margin-bottom: 0px;
		display: flex;
		flex-wrap: wrap;
	}
	#footer .footer-menu .col-footer-menu li.item-menu {
		width: 100%;
		padding-left: 0;
	}
	#footer .footer-menu .list-menu {
		width: calc(100% - 110px);
	}
	#footer .footer-top .footer-menu {
		width: 100%;
		display: none;
		flex-wrap: wrap;
		padding-top: 15px;
		padding-left: 0;
		max-width: 350px;
		margin: auto;
	}
	#footer .footer-menu .col-footer-menu .title {
		font-size: 16px;
		line-height: 24px;
		font-weight: 500;
		width: 110px;
		padding-left: 15px;
		padding-top: 4px;
	}
	#footer .footer-menu .col-footer-menu:nth-child(4) {
		margin-bottom: 17px;
	}
	#footer .footer-menu .col-footer-menu:nth-child(5) {
		max-width: 340px;
		margin: auto;
		padding-left: 30px;
	}
	#footer .footer-menu .col-footer-menu.item-not .title {
		display: block;
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 10px;
		font-weight: 500;
		margin-right: 0px;
		width: 100%;
	}
	#footer .footer-top {
		padding-bottom: 0px;
	}

	#footer .footerAbout {
		text-align: center;
	}
	#footer .footer-top {
		border-bottom: none;
	}
	#footer .footer-middle {
		max-width: 300px;
		margin: auto;
		padding: 0;
	}
	#footer .footer-middle .inquiries-consultations .title-content .ttl {
		font-size: 18px;
		line-height: 30px;
		letter-spacing: 1px;
		margin-bottom: 8px;
		text-align: center;
	}
	#footer .footer-middle .inquiries-consultations {
		padding: 28px 0 25px;
	}
	#footer .footer-middle .inquiries-consultations .title-content .text {
		font-size: 14px;
		line-height: 26px;
		text-align: center;
		max-width: 200px;
		margin: auto;
	}
	#footer .footer-middle .inquiries-consultations .item-footer-middle {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	#footer .footer-middle .inquiries-consultations .item-footer-middle:first-child {
		margin-bottom: 16px;
	}
	#footer .footer-middle .inquiries-consultations .box-mail .txt-ttl {
		font-size: 16px;
		line-height: 26px;
		letter-spacing: 0.8px;
		padding-right: 4px;
		margin-bottom: 1px;
	}
	#footer .footer-middle .inquiries-consultations .box-mail .sub-text {
		font-size: 12px;
		line-height: 24px;
		letter-spacing: 0.6px;
		padding-left: 0;
	}
	#footer .footer-middle .inquiries-consultations .box-mail a {
		background: #f69226;
		color: #fff;
		display: block;
		text-align: center;
		border-radius: 10px;
		padding: 15px 5px 14px;
	}
	#footer .footer-middle .inquiries-consultations .box-tel .txt-ttl {
		font-size: 16px;
		line-height: 26px;
		letter-spacing: 1px;
		margin-right: 7px;
		margin-bottom: 10px;
	}
	#footer .footer-middle .inquiries-consultations .box-tel .ttl {
		font-size: 28px;
		margin-bottom: 5px;
	}
	#footer .footer-middle .inquiries-consultations .box-tel .sub-text {
		font-size: 12px;
		line-height: 18px;
	}
	#footer .footer-middle .inquiries-consultations .box-tel a {
		padding: 7px 10px 9px;
	}
	#footer .footer-middle .inquiries-consultations:nth-child(2) .item-footer-middle.box-dispatching-company {
		margin-bottom: 22px;
	}
	#footer .footer-middle .inquiries-consultations {
		border-top: 1px solid #707070;
		border-bottom: 1px solid #707070;
		padding-bottom: 13px;
	}
	#footer .footer-bottom {
		margin-top: 0px;
	}
	#footer .info-footer .footer-logo {
		margin-bottom: 6px;
	}
	#footer .footer-bottom .info-footer {
		display: block;
		width: 100%;
		padding: 18px 0;
		max-width: 290px;
		margin: auto;
	}
	#footer .info-footer .footerPrivacy .img-banner-footer img {
		width: 100%;
	}
	#footer .info-footer .footerPrivacy .img-banner-footer {
		width: 69%;
		margin: 0;
	}
	#footer .info-footer .footerPrivacy a {
		width: calc(100% - 69%);
		padding: 0 15px;
	}
	#footer .info-footer .text {
		margin-bottom: 5px;
	}
	#footer .info-footer .footerPrivacy {
		margin-bottom: 0px;
	}
	#footer .footer-bottom .content .link-copyright {
		width: 100%;
		padding-left: 0;
	}
	#footer .footer-bottom .content .inner {
		max-width: 316px;
	}
	#footer .footer-bottom .content {
		padding: 14px 0 16px;
	}
	#footer .footer-bottom .content .footerLink__item {
		margin-right: 0;
		padding-right: 0;
		width: 100%;
		border: 0;
		margin-bottom: 6px;
	}
	#footer .footer-bottom .content .footerLink__list a {
		text-decoration: underline;
	}
	#footer .footer-middle .inquiries-consultations .item-footer-middle {
		width: 100%;
		margin-right: 0;
	}
	#footer .info-footer .footerPrivacy a img {
		width: 88px;
	}
	#footer .footer-bottom .content .copyright {
		width: 100%;
		text-align: left;
	}

	#footer .left-footer {
		width: 100%;
	}
	#footer .right-footer {
		width: 100%;
		padding-top: 25px;
		position: relative;
		padding-left: 0;
		padding-bottom: 30px;
		margin-top: 20px;
	}
	#footer .right-footer .right-footer-content {
		max-width: 100%;
		margin: auto;
		position: relative;
	}
	#footer .right-footer:before {
		display: none;
	}
	#footer .right-footer.footer-block-pc {
		display: none !important;
	}
	#footer .right-footer.footer-block-sp {
		display: block !important;
	}
	#footer .right-footer .link-page {
		max-width: 300px;
		margin: 0 auto 15px;
	}
	#footer .right-footer .text {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 20px !important;
		text-align: center;
	}
	#footer .right-footer .ttl {
		font-size: 18px;
		line-height: 26px;
		font-weight: 400;
		margin-bottom: 20px;
		text-align: center;
	}
	#footer .right-footer.footer-block-sp:after {
		content: "";
		position: absolute;
		display: block;
		width: 300px;
		border-top: 1px solid #707070;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	#footer .right-footer.footer-block-sp:before {
		content: "";
		position: absolute;
		display: block;
		width: 300px;
		height: 1px;
		border-top: 1px solid #707070;
		border-left: 0;
		bottom: 0;
		left: 50%;
		top: unset;
		transform: translateX(-50%);
	}
	#footer .right-footer .application-footer .btn-footer img {
		width: auto;
	}
	#footer .right-footer .login-page .btn-footer img {
		width: auto;
	}
	#footer .right-footer .btn-footer {
		font-size: 16px;
		height: 50px;
		padding-left: 40px;
	}
	#footer .right-footer .login-page .btn-footer {
		padding-left: 42px;
	}
	#footer .right-footer .login-page .btn-footer span {
		margin-left: 13px;
	}
	#footer .right-footer .application-footer {
		padding-bottom: 40px;
	}
}

@media screen and (max-width: 600px) {
	#wpadminbar {
		position: fixed !important;
	}
}

.application-form-ttl.add {
	font-size: 1.4rem !important;
	font-weight: 400;
}
.application-form-ttl.add bold {
	font-weight: 600;
}

.application-form input[type="text"].number01 {
	width: 27%;
}

.application-form input[type="text"].number02 {
	width: 70%;
}

.application-form .item.one {
	justify-content: start;
	align-items: self-start;
}

.contact-form .item .ttl .note.one {
	top: 50%;
}

.application-form .item .line {
	display: inline-block;
	margin: 5px 8px 0px 5px;
}

.add-text-check {
	padding: 0px 20px 0px 25px;
	font-weight: 400;
}

.application-form .horizontal-item:nth-child(1) {
	margin: 0 0 20px !important;
	width: 100%;
}
.application-form .horizontal-item:nth-child(2) {
	margin: 0 !important;
	width: 100%;
}
#contact-form-moto .item-label .mwform-radio-field,
#contact-form-moto2 .item-label .mwform-radio-field {
	display: block;
	position: relative;
}
#contact-form-moto .item-label .mwform-radio-field:after,
#contact-form-moto2 .item-label .mwform-radio-field:after {
	position: absolute;
	font-size: 16px;
	font-weight: 400;
	left: 25px;
	line-height: 25px;
}
/*#contact-form-moto .item-label .mwform-radio-field:nth-child(1):after,#contact-form-moto2 .item-label .mwform-radio-field:nth-child(1):after {*/
/*	content:"（法人として、他拠点・他派遣先で利用をしていない）";*/
/*    top:30px;*/
/*}*/
/*#contact-form-moto .item-label .mwform-radio-field:nth-child(2):after,#contact-form-moto2 .item-label .mwform-radio-field:nth-child(2):after{*/
/*	content:"（法人として、他拠点・他派遣先で利用がある）または 派遣先を追加する";*/
/*    top:30px;*/
/*}*/
/*#contact-form-moto .item-label .mwform-radio-field:nth-child(2):before,#contact-form-moto2 .item-label .mwform-radio-field:nth-child(2):before{*/
/*	content:"※ご不明な場合は、「初めて利用する」を選択してください";*/
/*    top:80px;*/
/*	position:absolute;*/
/*	font-size:16px;*/
/*	font-weight:400;*/
/*	left:0px;*/
/*	line-height:25px*/
/*}*/
#contact-form-moto .item-label .mwform-radio-field label span:before,
#contact-form-moto2 .item-label .mwform-radio-field label span:before {
	top: 7px;
}
#contact-form-moto .item-label .mwform-radio-field label span:after,
#contact-form-moto2 .item-label .mwform-radio-field label span:after {
	top: 11px;
}
#contact-form-moto .item-label,
#contact-form-moto2 .item-label {
	min-height: inherit;
	padding: 15px 0 30px;
}

@media (max-width: 767px) {
	#contact-form-moto .item-label .mwform-radio-field:after,
	#contact-form-moto2 .item-label .mwform-radio-field:after {
		font-size: 13px;
	}
	#contact-form-moto .item-label .mwform-radio-field:nth-child(2):before,
	#contact-form-moto2 .item-label .mwform-radio-field:nth-child(2):before {
		font-size: 13px;
	}
}

/* application-form */
/* ================================= */
.application-form .mwform-tel-field {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	line-height: 21px;
}
.application-form .mwform-tel-field .form-control {
	margin: 0 5px;
}
.application-form .mwform-tel-field .form-control:nth-child(1) {
	margin-left: 0;
}
.application-form .mwform-tel-field .form-control:last-child {
	margin-right: 0;
}
.application-form-ttl br {
	display: block;
}
.application-form .item .txt {
	padding-left: 24px;
}

/*home_banner*/
/*=========================================*/
.home_banner {
	background: #fff;
	padding-top: 20px;
	padding-bottom: 60px;
}
.home_banner .banner_list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 35px;
	max-width: 840px;
	margin: auto;
}
.home_banner .banner_item a {
	display: block;
}
.home_banner .banner_item a:hover {
	opacity: 0.7;
}
.home_banner .banner_item.item01 {
	margin-bottom: 50px;
}

.g-recaptcha {
	padding: 40px 0 10px;
}
.g-recaptcha > div {
	margin: auto;
}
#recaptcha-form-error {
	text-align: center;
	font-size: 14px;
	color: #b70000;
}
select {
	color: #192740 !important;
}
.item-application-company .error {
	position: relative !important;
	line-height: 20px;
	padding-top: 5px;
}
option {
	color: #192740 !important;
}
.mw_wp_form_complete .g-recaptcha,
.mw_wp_form_confirm .g-recaptcha {
	display: none;
}

@media (max-width: 767px) {
	.home_banner .banner_list {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		column-gap: 0;
		row-gap: 16px;
	}
	.home_banner .banner_item.item01 {
		margin-bottom: 16px;
	}
	.home_banner {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

.application-form .item .form br {
	display: none;
}

/* add css map-add page top */

.map-add {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 100px;
	margin-top: 23px;
}

.map-add .box-left {
	width: 64%;
	position: relative;
	max-width: 780px;
}

.map-add .box-right {
	width: 30%;
	position: relative;
}

.map-add .box-left .icon-left {
	width: 153px;
	left: 0px;
	top: -30px;
	position: absolute;
}

.map-add .box-left .map-left {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-left: 60px;
	background: rgba(55, 123, 237, 0.05);
	padding: 17px 25px 15px 103px;
	border-radius: 10px;
}
.map-add .box-left .icon-left img {
	width: 153px;
}
.map-add .box-right .icon-right img {
	width: 160px;
}

.map-add .text-big {
	position: absolute;
	right: 23px;
	bottom: -5px;
	font-size: 40px;
	font-weight: 700;
}

.map-add .box-right .icon-right {
	left: -8px;
	top: -20px;
	position: absolute;
}

.map-add .text-01 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: -15px;
}
.map-add .item-map {
	text-align: center;
}
.map-add .number {
	font-size: 54px;
	font-weight: 700;
	color: #377bed;
}
.map-add .text-02 {
	font-size: 28px;
	font-weight: 700;
}

.map-add .note {
	margin-top: 10px;
	text-align: right;
	font-size: 11px;
	font-weight: 400;
	padding-right: 123px;
}

.map-add .box-right .content-right {
	margin-left: 135px;
	background: rgba(55, 123, 237, 0.05);
	padding: 15px 0px 7px 0px;
	border-radius: 10px;
	text-align: center;
}
.map-add .note02 {
	margin-top: 20px;
	text-align: right;
	font-size: 11px;
	font-weight: 400;
	position: relative;
}
.map-add .text-mobi {
	display: none;
}
.map-add .note-right {
	font-size: 40px;
	font-weight: 700;
}

@media (max-width: 1180px) {
	.map-add .number {
		font-size: 42px;
	}
	.map-add .box-right .icon-right img {
		width: 150px;
	}
}

@media (max-width: 1024px) {
	.map-add .number {
		font-size: 32px;
	}
	.map-add .box-right .icon-right img {
		width: 150px;
	}
	.map-add .text-02 {
		font-size: 20px;
		font-weight: 700;
	}
	.map-add .text-01 {
		font-size: 14px;
	}
	.map-add .note-right {
		font-size: 26px;
	}
}

@media (max-width: 786px) {
	.map-add .text-big {
		display: none;
	}
	.map-add .box-left {
		width: 100%;
		position: relative;
		margin-bottom: 15px;
	}
	.map-add .box-left .icon-left img {
		width: 160px;
	}

	.map-add .box-right .icon-right img {
		width: 171px;
	}

	.map-add .box-right {
		width: 100%;
		position: relative;
	}
	.map-add .box-right .icon-right {
		position: relative;
		text-align: center;
		margin: auto;
		margin-bottom: -37px;
		left: unset;
		top: unset;
	}
	.map-add .box-left .icon-left {
		position: relative;
		text-align: center;
		margin: auto;
		margin-bottom: -43px;
		left: unset;
		top: unset;
	}

	.map-add .text-01 {
		font-size: 17px;
		text-align: left;
	}
	.map-add .item-map {
		text-align: center;
	}
	.map-add .number {
		font-size: 45px;
	}
	.map-add .text-02 {
		font-size: 23px;
	}
	.map-add .box-left .map-left {
		margin-left: 0px;
		padding: 20px 38px 10px 30px;
		border-radius: 10px;
		position: relative;
	}
	.map-add .text-mobi {
		display: block;
		font-size: 40px;
		font-weight: 700;
		padding-top: 15px;
	}
	.map-add .note {
		padding-right: 0px;
		text-align: left;
		padding: 0px 12px;
		margin-top: 13px;
	}
	.map-add .box-right .content-right {
		margin-left: 0px;
		position: relative;
	}
	.map-add .box-right .text-01 {
		text-align: center;
		padding-right: 50px;
	}
	.map-add .note02 {
		margin-top: 10px;
		text-align: left;
		font-size: 11px;
	}
}
@media (max-width: 378px) {
	.map-add .number {
		font-size: 43px;
	}
}

@media (max-width: 375px) {
	.map-add .number {
		font-size: 38px;
	}
	.map-add .text-mobi {
		display: block;
		font-size: 30px;
		font-weight: 700;
		padding-top: 21px;
	}
	.map-add .box-left .map-left {
		margin-left: 0px;
		padding: 20px 20px 10px 18px;
		border-radius: 10px;
		position: relative;
	}
}

/* footer-test */
.camcomGroup-link {
	padding-block: 40px 20px;
}
.camcomGroup-link .camcomGroup-group {
	display: grid;
	grid-template-columns: 0.8fr 4fr 1.2fr;
	align-items: center;
	column-gap: 60px;
}

.camcomGroup-link .camcomGroup-group .camcomGroup-head-title {
	color: #272e64;
	font-weight: 700;
	font-size: min(18px, 1.25vw);
	line-height: min(28px, 1.94vw);
	grid-column: 1 / -1;
	margin-bottom: min(20px, 1.39vw);
}

.camcomGroup-link .camcomGroup-group .camcomGroup-title {
	color: #272e64;
	font-weight: 600;
	font-size: min(14px, 0.97vw);
	line-height: min(24px, 1.67vw);
}

.camcomGroup-link .camcomGroup-group .camcomGroup-listLink {
	display: grid;
	grid-template-columns: 1fr;
	margin-bottom: 0;
	row-gap: min(14px, 0.97vw);
	position: relative;
}

.camcomGroup-link .camcomGroup-group .camcomGroup-listLink:before {
	content: "";
	position: absolute;
	height: 100%;
	border-left: 1px solid #272e64;
	top: 50%;
	transform: translatey(-50%);
	left: -30px;
}

.camcomGroup-link .camcomGroup-group .camcomGroup-listItem {
	display: grid;
	align-items: baseline;
}

.camcomGroup-link .camcomGroup-group .camcomGroup-listItem:has(.title_itemLink) {
	grid-template-columns: 1fr 3fr;
}

.camcomGroup-link .camcomGroup-group .title_itemLink {
	font-size: min(14px, 0.97vw);
	line-height: min(22px, 1.53vw);
	color: #272e64;
	font-weight: 600;
	cursor: initial;
	border: 0;
}

.camcomGroup-link .camcomGroup-group .subList-footerLink {
	display: flex;
	padding: 0;
	flex-wrap: wrap;
	gap: min(12px, 0.83vw) min(36px, 2.5vw);
}

.camcomGroup-link .camcomGroup-group .subList-footerLink + .subList-footerLink {
	margin-top: min(12px, 0.83vw);
}

.camcomGroup-link .camcomGroup-group .subItem-footerLink {
	margin-bottom: 0;
	display: block;
	position: relative;
}

.camcomGroup-link .camcomGroup-group .subItem-footerLink:before {
	content: "";
	position: absolute;
	height: 90%;
	border-left: 1px solid #272e64;
	top: 50%;
	transform: translatey(-50%);
	right: max(-18px, -1.25vw);
}

.camcomGroup-link .camcomGroup-group .subItem-footerLink:only-child::before,
.camcomGroup-link .camcomGroup-group .subItem-footerLink:last-child::before {
	display: none;
}

.camcomGroup-link .camcomGroup-group .subItem-footerLink a {
	font-size: min(14px, 0.97vw);
	line-height: min(22px, 1.53vw);
	display: block;
	font-weight: 400;
	color: #272e64;
}

.camcomGroup-link .camcomGroup-group .camcomGroup-linkBtn {
	border-radius: 99px;
	color: #fff;
	background-color: #272e64;
	font-size: min(14px, 0.97vw);
	padding: 10px 20px;
	text-align: center;
	font-weight: 500;
	cursor: pointer;
	opacity: 1;
	transition: all 0.3s;
	white-space: nowrap;
}

.camcomGroup-link .camcomGroup-group + .camcomGroup-group {
	margin-top: min(28px, 1.94vw);
}

@media screen and (max-width: 768px) {
	.camcomGroup-link {
		margin-inline: auto;
	}
	.camcomGroup-link .camcomGroup-group {
		grid-template-columns: 1fr;
		row-gap: 20px;
	}

	.camcomGroup-link .camcomGroup-group .camcomGroup-head-title {
		font-size: 18px;
		line-height: 28px;
	}

	.camcomGroup-link .camcomGroup-group .camcomGroup-title {
		font-size: 16px;
		line-height: 26px;
	}

	.camcomGroup-link .camcomGroup-group .camcomGroup-listLink {
		gap: 16px 22px;
	}

	.camcomGroup-link .camcomGroup-group .camcomGroup-listLink:before {
		display: none;
	}

	.camcomGroup-link .camcomGroup-group .camcomGroup-listItem,
	.camcomGroup-link .camcomGroup-group .camcomGroup-listItem:has(.title_itemLink) {
		grid-template-columns: 1fr;
		margin-bottom: 0;
	}

	.camcomGroup-link .camcomGroup-group .camcomGroup-listItem:not(:has(.title_itemLink)) .subList-footerLink {
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: 22px;
	}

	.camcomGroup-link .camcomGroup-group .subList-footerLink {
		gap: 10px 30px;
	}

	.camcomGroup-link .camcomGroup-group .subItem-footerLink {
		padding: 6px 0;
	}

	.camcomGroup-link .camcomGroup-group .camcomGroup-listItem:not(:has(.title_itemLink)) .subItem-footerLink {
		border-bottom: 1px solid #272e64;
		padding-block: 6px 10px;
	}

	.camcomGroup-link .camcomGroup-group .subItem-footerLink a {
		font-size: 13px;
		line-height: 20px;
		display: block;
	}

	.camcomGroup-link .camcomGroup-group .subItem-footerLink:before {
		right: -15px;
		height: 80%;
	}

	.camcomGroup-link .camcomGroup-group .camcomGroup-listItem:not(:has(.title_itemLink)) .subItem-footerLink:before {
		display: none;
	}

	.camcomGroup-link .camcomGroup-group .camcomGroup-linkBtn {
		font-size: 13px;
	}

	.camcomGroup-link .camcomGroup-group + .camcomGroup-group {
		margin-top: 32px;
	}

	.camcomGroup-link .camcomGroup-group .camcomGroup-listItem,
	.camcomGroup-link .camcomGroup-group .camcomGroup-listItem:has(.title_itemLink) {
		grid-template-columns: 1fr;
		margin-bottom: 0;
	}

	.camcomGroup-link .camcomGroup-group .title_itemLink {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 5px;
	}

	.camcomGroup-link .camcomGroup-group:has(.title_itemLink) .camcomGroup-title {
		border-bottom: 1px solid #272e64;
		padding-bottom: 5px;
	}
}

/* home 0107 */
.home_banner .banner-desc {
	max-width: 840px;
	margin-inline: auto;
	width: 100%;
	margin-bottom: 50px;
}

.home_banner .banner-desc,
.what-goodjob .note-desc {
	font-size: 16px;
	line-height: 1.6;
}

.home_banner .banner-desc p {
	text-align: center;
}

.what-goodjob .note-desc table,
.home_banner .banner-desc table {
	border-collapse: collapse;
	border: 1px solid #000;
	width: 100%;
	margin-block: 30px;
}

.home_banner .banner-desc td,
.home_banner .banner-desc th,
.what-goodjob .note-desc td,
.what-goodjob .note-desc th {
	border: 1px solid #000;
	font-size: 14px;
	vertical-align: middle;
	text-align: center;
	font-weight: 500;
	padding: 8px 5px;
	line-height: 1.7;
}

.home_banner .banner-desc th,
.what-goodjob .note-desc th {
	font-weight: 700;
	background-color: #ebebeb;
	text-align: center;
}

.home_banner .banner-desc a,
.what-goodjob .note-desc a {
	text-decoration: underline;
	display: block;
}

.home_banner .banner-desc a + a {
	margin-top: 10px;
}

.what-goodjob .note-desc .h3-title {
	border-left: 5px solid #387ef0;
	padding-left: 15px;
	font-size: 22px;
	font-weight: 700;
	color: #387ef0;
	padding-block: 2px;
	margin-block: 30px 20px;
}

.what-goodjob .note-content {
	width: 100% !important;
}

.what-goodjob .note-content .heading-block {
	margin-bottom: 24px;
}
