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

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

/*------------------------------
 form
--------------------------------*/
.wpcf7-form span.form-item {
    font-size: 12px;
    color: white;
    font-weight: normal;
    padding: 5px 8px;
    border-radius: 5px;
    margin: 0 5px;
}

.wpcf7-form span.required {
  background: #cc0b0b;
}

.wpcf7-form span.any {
  background: #0c3786;
}

.wpcf7-form .wpcf7-text,
.wpcf7-form .wpcf7-textarea {
	padding: 1em;
	margin: 1em 0;
	width: 100%;
}

.wpcf7-form .label-txt {
	font-weight: bold;
	margin: 1em 1em 0.5em 1em;
}

.wpcf7-form .label-txt2 {
	font-weight: bold;
	margin: 0.5em 1em;
	color: #4F64AE;
}

.wpcf7-form .submit-button {
	text-align: center;
	margin: 2em 0;
}

.wpcf7-form [type=submit] {
	background-color: #172A88;
	color: #fff;
	font-weight: bold;
	border: 0;
	width: 80%;
	height: 65px;
	border-radius: 5px;
}

.wpcf7-spinner {
	display: none;
}

.wpcf7-form .accept-box {
	text-align: center;
	margin-top: 10px;
}

.pri-txt,
.notice-txt {
	font-size: 0.8em;
}

/*------------------------------
 common
--------------------------------*/
.contact-area {
	text-align: center;
	margin-top: 80px;
}

.service-table .wp-block-table td, 
.service-table .wp-block-table th {
	border: none !important;
	white-space: nowrap;
}

.l-footer__inner .c-listMenu a,
.l-footer__inner .sub-menu a {
	border: none !important;
	font-size: 0.8em !important;
}

:root {
	 --swl-pad_container: 5.5vw;
}

/*------------------------------
 recruit page
--------------------------------*/
.recruit-step .cap_box_content {
	height: 130px;
}

/*------------------------------
 company page
--------------------------------*/
.company-list .wp-block-table td, 
.company-list .wp-block-table th {
	border: none !important;
	padding: 1em 0;
}

@media screen and (max-width: 782px) {
	.wpcf7-select {
	padding: 1em;
	margin: 1em 0;
	width: 100%;
	}
	.wpcf7-list-item {
    margin: 0 0 0.5em 1em !important;
    }
	.recruit-step .cap_box_content {
	height: auto;
    }
	.contact-area img {
	max-width: 100%;
    }
}

/*------------------------------
 solution-test
--------------------------------*/
.acmenu__item {
	position: relative;
}
.acmenu__item__link {
	cursor: pointer;
	display: block;
}
.subacmenu {
	  display: none;
}
li.subacmenu__item {
    padding-left: 0em !important;
    padding-right: 1.5em;
}
.subacmenu__item {
	display: block;
}

li.subacmenu__item2 {
    position: relative;
    margin: 10px auto 0px;
    padding: 0 0 0 0.5em;
    border-left: 2px solid #4f64ae;
}
.subacmenu__item2 {
	display: block;
}

.subacmanu, .post_content h4 {
	margin: 1em 0 1.5em;
	background-color: #e6e6fa;

}

/* アコーディオン横の回転する矢印 */
 .acmenu__item__link::after{
    position: absolute;
    display: block;
    content: '';
    top: 4px;
//    right: 20px;
    left: 250px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(135deg);
    transition: all .3s ease-in-out;
} 
/* アコーディオンが開いたとき */
 .acmenu__item__link.open::after {
	transform: rotate(-45deg);
	top: 8px;
    left: 249.5px;
} 


.acmenu__item__link::before {
    content: '';
    position: absolute;
    top: 0;
//    bottom: 13px;
//    right: 20px;
    left: 243px;
    width: 23px;
    height: 23px;
    margin: auto;
    border-radius: 20px;
    background-color: #172a88;
  }
  /* .acmenu__item__link.open::before {
    transform: rotate(-45deg);
    top: 1.3%;
} */


/* タイトル横のプラスマーク縦線 */
/* .acmenu__item__link::before{
    position: absolute;
    content: '';
    top: 50%;
//    right: 25px;
    left: 250px;
    width: 20px;
    height: 1px;
    color: #000000;
    background-color:#000000;
    transform: rotate(90deg);
    transition: all .3s ease-in-out;
  } */
  /* タイトル横のプラスマーク横線 */
  /* .acmenu__item__link::after{
    position: absolute;
    content: '';
    top: 50%;
//    right: 25px;
    left: 250px;
    width: 20px;
    height: 1px;
    color: #000000;
    background-color:#000000;
    transition: all .3s ease-in-out;
  } */
/* アコーディオンが開いたとき縦線の変化 */
/* .acmenu__item__link.open::before {
    transform: rotate(180deg);
  } */
  /* アコーディオンが開いたとき横線の変化 */
  /* .acmenu__item__link.open::after {
    opacity:0;
  } */


.subacmenu__item::before{
	content:none!important;
}

.subacmenu__item2::before{
	content:none!important;
}
.subacmenu__item3::before{
	margin: 5px 0 0 26px;
}

.triangle-process5{
    width: 0;
    height: 0;
    border-top: 30px solid #C1CBF4;
    border-right: 35px solid transparent;
    border-left: 35px solid transparent;
    margin: 0px auto 7px;
}

.box-012 {
    max-width: 400px;
    margin: 10px auto;
    border: 2px solid #172a88;
    border-radius: 3px;
    overflow: hidden;
}

.box-012 span {
    padding: .4em .8em .1em .8em;
    background-color: #172a88;
    color: #fff;
}
.box-012 h5 {
    margin: 18px 12px 3px 26px;
    color: #DD7C0C;
}

.box-012 li {
    margin: 0;
    padding: 0.3em 3.5em 0.3em 3em;
}
.box-012 li:last-child {
    margin-bottom: 10px;
}

.box-016 {
    position: relative;
    margin: 10px auto 0px;
    padding: 14px;
    background-color: #F9F9F9;
}

.subacmenu__image{
    display: flex;
}

.br-sp {
    display: none;
}

span.new::after {
    content: 'NEW!';           /* 最後に入れたい任意の文字を入力 */
    font-size: 11px;           /* 文字サイズを11pxに指定 */
    font-weight: bold;         /* 太文字に指定 */
    line-height: 1.3;          /* 行間を指定 */
    display: inline-block;     /* line-heightの背景にも色を入れるため */
    color: #fff;               /* 文字色を白に指定 */
    background: #F00;          /* 背景色を赤に指定 */
    padding: 0 5px;            /* 上下左右に少し余白 */
    margin-left: 10px;         /* これを指定すれば上寄せや下寄せが可能 */
    vertical-align: middle;  /* これを指定すれば上寄せや下寄せが可能 */
  }
@media screen and (max-width: 782px) {
    .subacmenu__image{
        display: block;
    }

    .triangle-process5 {
        margin: 0px auto 7px;
    }

    .br-sp {
        display: block;
    }

    .acmenu__item__link.open::after {
//        top: 0.9%;
    }
}

	
/*------------------------------
 Google reCAPTHA
--------------------------------*/
.grecaptcha-badge{
	display:none;
}

/* 20241125追記 */
.sub-title {
	display: flex;
    align-items: center;
}
.sub-title img{
	max-width: 120px;
}
.contact-tel {
    margin: 1em 1em 0.5em 1em;
	font-weight: bold;
}
.tel-number {
    display: flex;
	color: #4F64AE;
	align-items: center;
	font-size: 20px;
	text-decoration: none;
}
.tel-number img{
	max-width: 25px;
	margin-right: 10px;
}
.contact-time {
    font-weight: 400;
    font-size: 0.8em;
}
.sub-title .label-txt2{
	margin: 0 1em;
}
.permit-number {
    margin-top: 32px;
}
.has-swl-deep-02-color.color-bk{
	color: #000000!important;
}