@charset "UTF-8";
/* 共通：モバイルファースト（スマホ基準） */

:root{
	--content-width: 1000px;
	--orange-color: #e7380d;
	--gray-color: #efefef;
	--border-radius: 3px;
}

*,*::before,*::after{
	box-sizing: border-box;
}

html{
	font-size: 62.5%;
	scroll-behavior: smooth;
}

body{
	margin: 0;
	padding: 0;
	min-width: 100%;
	font-size: 1.4rem;
	font-family: "游ゴシック体", YuGothic, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", sans-serif;
	font-weight: 500;
	color: #000;
}

ul{
	list-style: none;
}

.ft_sp_contact {
  display: none;
}

.breadcrumbs {
  padding: 100px 0 20px;
  background-color: #f6f6f6;
}

.comodo__h1{
  margin-top: unset;
  font-weight: 500;
}




/*協力業者募集ページ内部*/
/*ファーストビュー*/
.comodo_trader_header{
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

.comodo_trader_mainvisual{
	padding-bottom: calc(10vw + 10px);
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 89vh;
  background: url("/comodo_casa/wp-content/uploads/2023/04/main_photo-SR.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position:  center;
	background-color: var(--orange-color);
}

.comodo_trader_mainvisual::before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom: 19vw solid var(--orange-color);
	border-right: 100vw solid transparent;
}

.comodo_trader_mainvisual{
	position: relative;
}

.comodo_trader_main_tit{
	position: absolute;
	top: 50px;
	right: 50px;
	height: 510px;
	writing-mode: vertical-rl;
	text-align: left;
	font-size: 3.6rem;
}

.comodo_trader_main_tit .h1{
  line-height: 2.3;
	letter-spacing: 0.4rem;
	padding: 8px;
	background-color: #fff;
}
.comodo_trader_main_tit .h1 span{
	letter-spacing: 0;
}

.h1.pickup {
  background-color: #e7380d;
  color: #fff;
}

.h1_span1 {
  margin: -18px 0 6px;
}

.h1_span2 {
  letter-spacing: -8px;
}

.main_tit_catch{
	text-align: left;
	position: absolute;
	bottom: 80px;
	left: 80px;
}

.main_tit_catch_big{
	font-size: 7.4rem;
	font-weight: bold;
	line-height: 1.3;
	color: #fff;
	margin-bottom: 10px;
}

.main_tit_catch_mini{
	font-size: 2.4rem;
	font-weight: 500;
	color: #fff;
	margin-bottom: 0;
}

.main_tit_catch_CASA{
	max-width: 30%;
	position: absolute;
	bottom: -5px;
	right: 50px;
}



/*リード*/
.comodo_trader_subvisual{
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 1061px;
	padding-top: 100px;
	text-align: center;
	background: url("/comodo_casa/wp-content/uploads/2022/12/sub_photo.jpg.webp");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}

.comodo_trader_subvisual::before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	border-top: 19vw solid rgb(146, 146, 153, 0.8);
	border-left: 100vw solid transparent;
}

.comodo_trader_sub_tit{
	position: relative;
	margin-bottom: 40px;
	line-height: 1.4;
	font-size: 1.8rem;
	font-weight: bold;
  letter-spacing: 0.2rem;
}

.sub_tit_moji_color{
	color: var(--orange-color);
}

.sub_tit_text{
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1.7;
	margin-bottom: 70px;
}
.especially_wanted_tit{
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 60px;
	position: relative;
}

.especially_wanted_tit::before{
 content: "";
 display: inline-block;
 width: 510px;
 height: 1px;
 background-color: #929299;
 position: absolute;
 top: -70px; /* 文字と線の間を調整 */
 left: 50%;
 transform: translateX(-50%);
}

.especially_wanted_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
 	gap: 4px;
	width: 240px;
	margin: 0 auto 35px;
 	text-align: center;
}

.especially_wanted_list li{
	width: 32%;
	height: 22px;
	font-size: 1.2rem;
	line-height: 22px;
  font-weight: bold;
  background-color: #fff;
  color: var(--orange-color);
  border-radius: 2px;
  border: 1px solid var(--orange-color);
}

li.especially_wanted_list_pickup {
  width: 100%;
  background-color: var(--orange-color);
  color: #fff;
}

.flowing_letters{
	display: flex;
	margin : 0 auto;
	width : 100%;
	text-align : center;
	overflow : hidden;
}

.flowing_letters p{
    font-size: 4.2rem;
    font-weight: bold;
    font-family: "Arial Black", "Open Sans", sans-serif;
    color: transparent;
    -webkit-text-stroke: 0.7px #333;
    text-transform: uppercase;
    margin: 0;
    display: inline-block;
    padding-left: 20%;
    white-space: nowrap;
    line-height: 0.9;
    vertical-align: text-top;
    animation: scrollSample01 40s linear infinite;
}

@keyframes scrollSample01{
	0% { transform: translateX(0)}
	100% { transform: translateX(-100%)}
}


/*応募・お問い合わせリンク*/
.following_btn{
	display: none;
}


/*取り組み*/
.comodo_trader_section{
	position: relative;
	width: 100%;
	padding: 60px 15px 50px;
	text-align: center;
}

.comodo_trader_section_first{
	padding: 70px 15px 50px; /* ACTIONのtopだけ調整 */
}

.subtit_sub{
	position: relative;
	margin: 0;
	padding-bottom: 20px;
	font-size: 1.0rem;
	line-height: 1;
	text-transform: uppercase;
}

.subtit_sub::before{
   content: "";
   position: absolute;
   top: -10px;
   left: 50%;
   display: inline-block;
   width: 90px;
   height: 1px;
   background-color: #000;
   transform: translateX(-50%);
}

.subtit_main{
	line-height: 1;
	font-size: 1.9rem;
	font-weight: bold;
  letter-spacing: 0.4rem;
	color: var(--orange-color);
}


.action_wrapper{
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
  max-width: var(--content-width);
	width: 100%;
	height: auto;
	margin: 70px auto 0;
}

.action_wrapper_odd{
	flex-direction: row-reverse;
}

.action_wrapper_even{
	flex-direction: row;
}


.action_icon_number{
	position: absolute;
	font-size: 20.0rem;
	font-family: "myriad-pro", sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #fff;
	line-height: 1;
	text-stroke: 1.5px #000;
	-webkit-text-stroke: 1.5px #000;
}
.action_icon_number{
	font-size: 18.0rem;
}

.action_icon_number_odd,
.action_icon_number_even{
	display: inline-block;
	font-size: 6.5rem;
	top:  -12px;
	left: 25px;
	right: auto; /* pc版の指定を打ち消す */
	-webkit-text-stroke: 1px #000;
}

.action_text_wrapper{
	width: 100%; 
	text-align: left;
}



.action_text_tit_main,
.action_text_tit_main_odd {
    display: flex;
    flex-direction: column;
    width: 220px;
    font-size: 2.7rem;
    line-height: 1.0;
    margin-left: auto;
    margin-right: 0;
}

.action_text_tit_main{
	font-weight: bold;
  letter-spacing: 0.1rem;
}

.action_text_tit_main_even{
	margin-left: auto;
}


.action_text_tit_sub,
.action_text_tit_sub_odd{
	display: inline-block;
	font-size: 1.5rem;
	line-height: 1.0;
	margin-top: 10px;
	margin-bottom: 0;
	margin-left: initial;
}
.action_text_tit_sub{
	font-weight: bold;
  letter-spacing: 0.2rem;
}

.action_text_tit_sub_odd{
	width: 90%;
}


.action_text,
.action_text_odd{
	width: 100%;
	margin: 0;
	padding-top: 160px;
	font-size: 1.4rem;
	line-height: 1.7;
}

.action_text{
	letter-spacing: 0.05rem;
	text-align: justify;
}

.action_line{
	display: none;
}

.action_icon_wrapper{
	position: absolute;
	top: 80px;
	right: 50%;
	width: 50%;
	transform: translateX(50%);
}

.action_icon_wrapper:nth-child(even){
	text-align: right;
}

.action_icon_image{
	width: 150px;
	margin: 0 auto;
}



/*募集業種*/
.background-color{
	width: 100%;
	background-color: var(--gray-color);
}
.subtit_catch{
	position: absolute;
	top: 0;
	right: 0;
	font-size: 11vw;
	font-family: "Arial", "メイリオ", "Meiryo", san-serif;
	font-weight: bold;
	color: transparent;
	-webkit-text-stroke: 0.7px #000;
	line-height: 0.75;
}

.occupations_table_wrapper{
	display: grid;
	grid-template-columns: 1fr; 
	gap: 5px;
	margin: 50px auto 0 ;
	text-align: left;
}

.occupations_table_item{
	display: flex;
	align-items: center; 
  padding: 12px 0 12px 20px;
  margin: 0;
	font-weight: bold;
	background-color: #fff;
}

.occupations_table_item_thin{
	font-weight: 500;
	margin-left: 2px;
}


/*施工エリア*/
.area_kansai_map {
  max-width: 330px;
  margin: 60px auto 40px;
}

.area_maps_wrapper{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	padding: 0;
}

.area_map_wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: var(--gray-color);
  border-radius: var(--border-radius);
  margin: 0 auto 0;
}

.area_map_wrapper:nth-child(2){
	margin: 20px auto 20px; 
}



.comodo_trader_section_last{
	padding: 60px 15px 30px; /* FORMのbottomだけ調整 */
}








.area_map_pref{
	color: var(--orange-color);
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
}

.area_map_cities_wrapper {
    display: flex;
    flex-grow: 1;
    align-content: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #fff;
    border-radius: var(--border-radius);
    margin: 0 20px 20px;
    padding-top: 15px;
    padding-bottom: 15px;
   }

.area_map_city{
	width: 33%;
	padding: 5px 10px;
	display: flex;
	flex-direction: column;
}

.flow_wrapper{
	max-width: var(--content-width);
	margin: 90px auto 0;
	text-align: center;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.flow_content{
	width: 220px;
	background-color: #fff;
	border-radius: var(--border-radius);
	margin-top: 20px 0;
	padding: 30px 0 40px 0;
}

.flow_step{
	font-size: 2.0rem;
	line-height: 1.0;
	text-transform: uppercase;
}

.flow_number {
    font-size: 5.0rem;
    font-family: myriad-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.0;
    margin-top: 5px;
}

.flow_name{
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.0;
	color: var(--orange-color);
	margin-top: 55px;
	position: relative;
}

.flow_name::before{
   content: "";
   display: inline-block;
   width: 55px;
   height: 1px;
   background-color: #000;
   position: absolute;
   top: -45px;
   left: 50%;
   transform: translateX(-50%);
}

.flow_icon img{
	width: 70px;
	margin-top: 25px;
}

.flow_triangle{
	width: 0;
	height: 0;
	border-left: 18px solid var(--orange-color);
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	transform: translateY(12px);
}







.entryform_text{
	font-size: 1.8rem;
	line-height: 1.8;
	margin: 90px auto;
}

.comodo__formbody{
	max-width: var(--content-width);
	margin: 0 auto;
}

.formbody_wrapper{
	margin: 0 auto 80px;
}

.formbody_list{
	max-width: var(--content-width);
	margin: 0 auto;
}

.formbody_item_01{
	display: inline-block;
	width: 31%;
	position: relative;
	height: 70px;
	color: #fff;
	background: var(--orange-color);
}

.formbody_item_01:after {
	position: absolute;
	top: 0;
	right: -39.5px;
	width: 0;
	height: 0;
	content: "";
	border-top: 35px solid transparent;
 	border-right: 20px solid transparent;
 	border-bottom: 35px solid var(--orange-color);
 	border-left: 20px solid var(--orange-color);
}

.formbody_item_02{
	width: 31%;
	height: 70px;
	display: inline-block;
	font-weight: bold;
	color: #fff;
	background-color: #9e9e9e;
	transform:skewX(30deg);
	text-align: center;
	position: relative;
}

.formbody_item_02::before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transform: skew(-30deg) translateX(-90px);
}

.formbody_item_03{
	display: inline-block;
	width: 31%;
	position: relative;
	height: 70px;
	color: #fff;
	background: #9e9e9e;
}

.formbody_item_03::before{
	position: absolute;
	top: 0;
	left: -39.5px;
	width: 0;
	height: 0;
	content: "";
	border-top: 35px solid #9e9e9e;
  	border-right: 20px solid #9e9e9e;
  	border-bottom: 35px solid transparent;
  	border-left: 20px solid transparent;
}

.formbody_item p{
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 70px;
}

.formbody_item_02{
	margin: 0 20px;
}

.formbody_item_02 p{
	transform:skewX(-30deg); /* 傾き直す */
}







.auto_address{
    display: block;
    font-size: 1.2rem;
    margin-top: 5px;
}





.comodo_trader_main_tit{
	top: 30px;
	right: 30px;
	height: 400px;
	font-size: 3.0rem;
}



.main_tit_catch{
	bottom: 30px;
	left: 50px;
}

.main_tit_catch_big{
	font-size: 5.8rem;
	line-height: 1.2;
	margin-bottom: 10px;
}

.main_tit_catch_mini{
	font-size: 2.0rem;
	margin-bottom: 10px;
}

.main_tit_catch_CASA{
	max-width: 30%;
	bottom: -5px;
	right: 30px;
}











p.action_text_even{
	width: 80%;
	margin-left: 25px;
}





.area_map_city{
	padding: 5px 6px;
}

span.occupations_para{
	display: block;
}

.flow_content{
	width: 175px;
	padding: 30px 0;
}






.breadcrumbs {
  padding-top: 103px;
  padding-bottom: 20px;
  padding: 92px 20px 15px 20px;
}







.comodo_trader_mainvisual {
	background: url("/comodo_casa/wp-content/uploads/2022/12/main_photo_sp.jpg.webp");
	background-position:  center;
	background-size: cover;
    height: 70vh;
}

.comodo_trader_mainvisual::before{
	/* 斜めの角度調整 */
	border-bottom: 29vw solid var(--orange-color);
}

.comodo_trader_main_tit{
	top: 20px;
	right: 20px;
	font-size: 1.8rem;
}



.main_tit_catch{
	bottom: 30px;
	left: 25px;
}

.main_tit_catch_big{
	font-size: 3.5rem;
	line-height: 1.2;
	margin-bottom: 10px;
}

.main_tit_catch_mini{
	font-size: 1.5rem;
	line-height: 1.0;
	margin-bottom: 0;
}

.main_tit_catch_CASA{
	max-width: 200px;
	top: 0;
	left: 0;
}

.comodo_trader_subvisual{
	height: auto;
	padding-top: 60px;
}

.comodo_trader_subvisual::before{
	/* 斜めの角度調整 */
	border-top: 29vw solid rgb(146, 146, 153, 0.7);
}




.especially_wanted_tit{
	font-size: 1.4rem;
	margin-bottom: 25px;
}

.especially_wanted_tit::before{
   width: 175px;
   top: -40px; /* 文字と線の間を調整 */
  }















p.action_text_even{
	margin-left: auto;
}






span.occupations_para{
	display: inline;
}





.area_map_pref{
	font-size: 1.8rem;
	margin-top: 15px;
	margin-bottom: 15px;
}

.area_map_cities_wrapper {
    display: flex;
    flex-grow: 1;
    align-content: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #fff;
    border-radius: var(--border-radius);
    margin: 0 15px 15px;
    padding-top: 20px;
    padding-bottom: 20px;
   }

ul.area_map_cities_wrapper::after {
    display: block;
    content: "";
    width: 25%;
}

.area_map_city{
	width: 25%;
	padding: 3px 10px;
	display: flex;
	flex-direction: column;
}

.flow_wrapper{
	flex-direction: column;
	margin: 30px auto 0;
}

.flow_content{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 0 20px;
	padding: 35px;
}

.flow_step_number_wrapper{
	width: 25%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-right: 10px;
}

.flow_step{
	font-size: 1.2rem;
	line-height: 1.2;
}

.flow_number{
	font-size: 3.0rem;
	font-family: myriad-pro,sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.0;
	margin-top: 0;
	position: relative;
}

.flow_name{
	width: 45%;
	font-size: 2.0rem;
	line-height: 1.0;
	margin: auto;
}

.flow_name::before{
   width: 1px; /* 太さ */
   height: 25px; /* 長さ */
   top: 50%;
   top: 50%;
   left: 0;
   transform: translateY(-50%);
}

.flow_icon{
	width: 30%;
}

.flow_icon img{
	width: 60px;
	margin-top: 0;
}

.flow_triangle{
	transform:rotate(90deg); 
	margin: 10px 0;
}

.entryform_text{
	font-size: 1.4rem;
	text-align: justify;
	margin: 40px auto;
}

.formbody_list{
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
}

.formbody_wrapper{
	margin: 0 auto 40px;
}

.formbody_item_01{
	width: 33%;
	position: relative;
	height: 40px;
	color: #fff;
	background: var(--orange-color);
}

.formbody_item_01::after {
	position: absolute;
	top: 0;
	right: -22px;
	width: 0;
	height: 0;
	content: "";
	border-top: 20px solid transparent;
 	border-right: 11px solid transparent;
 	border-bottom: 20px solid var(--orange-color);
 	border-left: 11px solid var(--orange-color);
}

.formbody_item_02{
	width: 33%;
	height: 40px;
	font-weight: bold;
	color: #fff;
	background-color: #9e9e9e;
	transform:skewX(29deg);
	text-align: center;
	position: relative;
  margin: 0 13px;
}

.formbody_item_02::before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transform: skew(-45deg) translateX(-90px);
}

.formbody_item_02 p{
	transform:skewX(-29deg); /* 傾き直す */
}

.formbody_item_03{
	width: 33%;
	position: relative;
	height: 40px;
	color: #fff;
	background: #9e9e9e;
}

.formbody_item_03::before{
	position: absolute;
	top: 0;
	left: -22px;
	width: 0;
	height: 0;
	content: "";
	border-top: 20px solid #9e9e9e;
 	border-right: 11px solid #9e9e9e;
 	border-bottom: 20px solid transparent;
 	border-left: 11px solid transparent;
}

.formbody_item p{
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 40px;
}





/*お問い合わせフォーム*/
/*必須・任意*/
.comodo__contact_hissu,
.comodo__contact_ninni{
	font-size: 1.4rem;
	font-weight: 500;
	margin-right: 3px;
	color: #fff;
	padding: 4px;
	border-radius: 2px;
}
.comodo__contact_hissu{
	background-color: var(--orange-color);
}
.comodo__contact_ninni{
	background-color: #aaa;
}

.comodo__contact_dl {
	max-width: 100%;
	width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  padding: 0 20px;
	margin: 0;
}

.comodo__contact_dl th{
  text-align: left;
}

.comodo__contact_tr_check th,
.comodo__contact_tr1 th{
	display: block;
  width: 100%;
  max-width: none;
 	font-size: 1.5rem;
  font-weight: bold;
  padding: 25px 0 15px 0;
}

/*CF7 業務内容*/
.wpcf7-checkbox{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
	padding-left: 0;
}
.wpcf7-checkbox input[type="checkbox"]{
  margin: 0;
  width: 18px;
  height: 18px;
}

.comodo__contact_td_check_gyomu{
 	font-size: 1.4rem;
	vertical-align: middle;
}

.comodo__contact_td_check_gyomu .wpcf7-checkbox .wpcf7-list-item {
  width: 33%;
  margin: 0;
  padding: 0 0 10px 0;
  text-align: left;
}


.comodo__contact_td_check_gyomu .wpcf7-checkbox .wpcf7-list-item:nth-child(20),
.comodo__contact_td_check_gyomu .wpcf7-checkbox .wpcf7-list-item:nth-child(30){
  width: 50%;
}

.comodo__contact_td_check_gyomu .wpcf7-checkbox .wpcf7-list-item:nth-child(20),
.comodo__contact_td_check_gyomu .wpcf7-checkbox .wpcf7-list-item:nth-child(30){
  width: 66%;
}

.comodo__contact_td_check_gyomu .wpcf7-checkbox .wpcf7-list-item:nth-child(20),
.comodo__contact_td_check_gyomu .wpcf7-checkbox .wpcf7-list-item:nth-child(22){
	width: 66%;
}

.comodo__contact_td_check_gyomu .wpcf7-checkbox .wpcf7-list-item label{
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 1.4rem;
}

.comodo__contact_td_check_gyomu .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label{
  margin: 0 0 0 5px;
  font-weight: 500;
}

/*CF7 業務分野*/
.wpcf7-radio{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
	padding-left: 0;
}

.comodo__contact_td_check_gyomu .wpcf7-radio .wpcf7-list-item {
  padding: 0 0 10px 0;
  text-align: left;
}
.comodo__contact_td_check_gyomu .wpcf7-radio .wpcf7-list-item.first {
  margin: 0;
}

.comodo__contact_td_check_gyomu .wpcf7-radio .wpcf7-list-item label{
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 1.4rem;
}

.comodo__contact_td_check_gyomu .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label{
  margin: 0 0 0 5px;
  font-weight: 500;
}

/*CF7 希望エリア*/
.comodo__contact_tr_check_kenmei {
  margin: 25px auto 20px 0;
	vertical-align: middle;
	font-size: 1.4rem;
	font-weight: bold;
}
.comodo__contact_td_check_area .wpcf7-checkbox .wpcf7-list-item {
  width: 33%;
  margin: 0;
  padding: 0 0 10px 0;
  text-align: left;
}
.comodo__contact_td_check_area .wpcf7-checkbox .wpcf7-list-item {
  padding: 0 0 15px 0;
}

.comodo__contact_td_check_area .wpcf7-checkbox .wpcf7-list-item label{
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 1.4rem;
}
.comodo__contact_td_check_area .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label{
  margin: 0 0 0 5px;
  font-weight: 500;
}


/*CF7 名前*/
.comodo__contact_tr1 td{
	display: block;
}

html[lang="ja"] input.wpcf7-text{
  max-width: 100%;
  margin: 0 auto;
  padding: 15px 15px 15px 10px;
  font-size: 1.4rem;
  vertical-align: middle;
}

/*CF7 郵便番号*/
.auto_address{
	font-weight: 500;
	margin-right: 2
}

/*CF7 QA*/
span.comodo__contact_question{
	font-size: 1.4rem;
}

/*CF7 送信*/
input[type="submit"].comodo__contact_submit{
  width: 100%;
  margin-top: 30px;
  padding: 12px 0;
  line-height: 1.0;
  border: none;
  background: linear-gradient(-8deg, #e7380d 0%, #e7380d 40%, #E2644E 26%, #E2644E 100%);
  font-size: 1.5rem;
}









tbody tr:first-child td span.wpcf7-list-item:first-child span::after {
  content: "積極的に募集中";
  display: inline-block;
  color: var(--orange-color);
  padding: 2px 8px;
  margin-left: 10px;
  font-size: 14px;
  border: 1px solid var(--orange-color);
}

tbody tr:first-child td span.wpcf7-list-item:first-child {
  width: 100%;
}

.h1_span1 {
  margin: -8px 0 4px;
}

span.h1_span2 {
  letter-spacing: -1px !important;
}

































/* ---------------------------------タブレット以上------------------------------------- */

@media (min-width: 751px){



.following_btn{
	width: 37px;
	display: inline;
	position: fixed;
	top: 200px;
	right: 0;
	z-index: 1;
	opacity: 0;
	transition: 0.3s;
}

.following_btn a{
	font-size: 1.8rem;
	writing-mode: vertical-rl;
	color: #fff;
	background-color: #000;
	padding: 25px 5px 25px 5px;
}

.following_btn a:hover{
	display: block;
	background-color: var(--orange-color);
	transition: 0.3s;
}

.action_line{
	position: relative;
}

.action_line::before{
	width: 10%;
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80px;
	height: 1px;
	background-color: #000;
}

.action_line{
	width: 65px;
}



:root{
	--content-width: 1000px;
	--orange-color: #e7380d;
	--gray-color: #efefef;
	--border-radius: 3px;
}

*,*::before,*::after{
	box-sizing: border-box;
}

html{
	font-size: 62.5%;
	scroll-behavior: smooth;
}

body{
	min-width: 100%;
	font-size: 1.4rem;
	font-family: "游ゴシック体", YuGothic, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", sans-serif;
	font-weight: 500;
	color: #000;
	margin: 0;
	padding: 0;
}

ul{
	list-style: none;
}

.breadcrumbs {
  padding-top: 100px;
  padding-bottom: 20px;
  background-color: #f6f6f6;
}


.comodo_trader_section{
	width: 100%;
	text-align: center;
	padding: 120px 0 100px;
}

.comodo_trader_section_first{
	padding: 120px 0 150px; /* ACTIONのbottomだけ調整 */
}

.background-color{
	width: 100%;
	background-color: var(--gray-color);
}

.subtit_sub{
	font-size: 1.3rem;
	line-height: 1;
	text-transform: uppercase;
	position: relative;
	margin: 0; /* 全体CSSのpタグにかかったmargin-bottomを打ち消す */
	padding-bottom: 50px; /* 英字と日本語の間を調整 */
}

.subtit_sub::before{
   content: "";
   display: inline-block;
   width: 150px;
   height: 1px;
   background-color: #000;
   position: absolute;
   top: -25px; /* 文字と線の間を調整 */
   left: 50%;
   transform: translateX(-50%);
}

.subtit_main{
	font-size: 3.0rem;
	line-height: 1;
	color: var(--orange-color);
	font-weight: bold;
}

html[lang="ja"] * .subtit_main{
	letter-spacing: 0.4rem !important;
}

.comodo_trader_section{
	position: relative;
}

.subtit_catch{
	position: absolute;
	top: 0;
	right: 0;
	font-size: 12vw;
	font-family: "Arial", "メイリオ", "Meiryo", san-serif;
	font-weight: bold;
	color: transparent;
	text-stroke: 1px #000;
	-webkit-text-stroke: 1px #000;
	line-height: 0.75;
}

.following_btn.fixed{
	opacity: 1;
	transition: 0.3s;
}

.following_btn.none{
	opacity: 0;
	transition: 0.3s;
}

.comodo_trader_header{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.comodo_trader_mainvisual{
	background: url("/comodo_casa/wp-content/uploads/2023/04/main_photo-SR.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position:  center;
	width: 100%;
	height: 89vh;
	/* 斜めをつくる */
	padding-bottom: calc(10vw + 10px);
	position: relative;
	overflow: hidden;
	background-color: var(--orange-color);
}

.comodo_trader_mainvisual::before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom: 19vw solid var(--orange-color);
	border-right: 100vw solid transparent;
}

.comodo_trader_mainvisual{
	position: relative;
}

.comodo_trader_main_tit{
	position: absolute;
	top: 50px;
	right: 50px;
	height: 510px;
	font-size: 3.6rem;
	writing-mode: vertical-rl;
	text-align: left;
}

.comodo_trader_main_tit .h1{
	background-color: #fff;
    line-height: 2.0;
	letter-spacing: 0.7rem !important;
    padding: 8px 11px;
}

.main_tit_catch{
	text-align: left;
	position: absolute;
	bottom: 80px;
	left: 80px;
}

.main_tit_catch_big{
/*	font-family:'Yu Gothic', '游ゴシック', YuGothic, '游ゴシック体', serif; */
	font-size: 7.4rem;
	font-weight: bold;
	line-height: 1.3;
	color: #fff;
	margin-bottom: 10px;
}

.main_tit_catch_mini{
	font-size: 2.4rem;
	font-weight: 500;
	color: #fff;
	margin-bottom: 0;
}

.main_tit_catch_CASA{
	max-width: 30%;
	position: absolute;
	bottom: -5px;
	right: 50px;
}

.comodo_trader_subvisual{
	background: url("/comodo_casa/wp-content/uploads/2022/12/sub_photo.jpg.webp");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	height: 1061px;
	text-align: center;
	padding-top: 100px;
	/* 斜めをつくる */
	position: relative;
	overflow: hidden;
}

.comodo_trader_subvisual::before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	border-top: 19vw solid rgb(146, 146, 153, 0.8);
	border-left: 100vw solid transparent;
}

.comodo_trader_sub_tit{
/*	font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro"; */
	font-size: 4.2rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 60px;
	position: relative; /*レイヤー上に*/
}

html[lang="ja"] * .comodo_trader_sub_tit {
    letter-spacing: 0.4rem !important;
}



.sub_tit_text{
	font-size: 2.0rem;
	font-weight: 500;
	line-height: 1.7;
	margin-bottom: 120px;
}

.especially_wanted_tit{
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 60px;
	position: relative;
}

.especially_wanted_tit::before{
   content: "";
   display: inline-block;
   width: 510px;
   height: 1px;
   background-color: #929299;
   position: absolute;
   top: -70px; /* 文字と線の間を調整 */
   left: 50%;
   transform: translateX(-50%);
  }

.especially_wanted_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
	width: 480px;
	margin: 0 auto 20px;
}

.especially_wanted_list li {
  width: 30%;
  height: 35px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 35px;
  background-color: #fff;
  color: var(--orange-color);
  border-radius: 2px;
  border: 1px solid var(--orange-color);
}

.flowing_letters{
	display: flex;
	margin : 0 auto;
	width : 100%;
	text-align : center;
	overflow : hidden;
}

.flowing_letters p{
    font-size: 21.0rem;
    font-weight: bold;
    font-family: "Arial Black", "Open Sans", sans-serif;
    color: transparent;
    text-stroke: 1px #333;
    -webkit-text-stroke: 1px #333;
    text-transform: uppercase;
    margin: 0;
    display: inline-block;
    padding-left: 20%;
    white-space: nowrap;
    line-height: 0.95;
    vertical-align: text-top;
    animation: scrollSample01 50s linear infinite;
}

@keyframes scrollSample01{
	0% { transform: translateX(0)}
	100% { transform: translateX(-100%)}
}

.following_btn{
	width: 37px;
	display: inline;
	position: fixed;
	top: 200px;
	right: 0;
	z-index: 1;
	opacity: 0;
	transition: 0.3s;
}

.following_btn a{
	font-size: 1.8rem;
	writing-mode: vertical-rl;
	color: #fff;
	background-color: #000;
	padding: 25px 5px 25px 5px;
}

.following_btn a:hover{
	display: block;
	background-color: var(--orange-color);
	transition: 0.3s;
}

.action_wrapper{
	max-width: var(--content-width);
	height: 300px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin: 160px auto 0;
}

.action_wrapper_odd{
	flex-direction: row-reverse;
}

.action_wrapper_even{
	flex-direction: row;
}

.action_icon_number{
	position: absolute;
	font-size: 20.0rem;
	font-family: "myriad-pro", sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #fff;
	line-height: 1;
	text-stroke: 1.5px #000;
	-webkit-text-stroke: 1.5px #000;
}

.action_icon_number_odd{
	top: -90px;
	left: 30px;
}

.action_icon_number_even{
	top: -90px;
	right: 30px;
}

.action_text_wrapper{
	width: 50%; 
	text-align: left;
}

.action_text_tit_main{
	font-size: 5.4rem;
	font-weight: bold;
	line-height: 1.0;
}

html[lang="ja"] * .action_text_tit_main{
	letter-spacing: 0.4rem !important
}

.action_text_tit_sub{
	display: inline-block;
	font-size: 3.0rem;
	font-weight: bold;
	margin-bottom: 40px;
}

html[lang="ja"] * .action_text_tit_sub{
	letter-spacing: 0.3rem !important;
}

p.action_text{
	font-size: 1.6rem;
	width: 80%;
	line-height: 1.8;
	letter-spacing: 0.05rem !important;
	text-align: justify;
}

.action_text_tit_main_odd,
.action_text_tit_sub_odd{
	width: 82%;
	margin-left: auto;
}

p.action_text_odd{
	margin-left: auto;
}

.action_line{
	position: relative;
}

.action_line::before{
	width: 10%;
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80px;
	height: 1px;
	background-color: #000;
}

.action_icon_wrapper{
	width: 50%;
}

.action_icon_wrapper:nth-child(even){
	text-align: right;
}

.action_icon_image{
	width: 350px;
	margin: 0 auto;
}

.occupations_table_wrapper{
	max-width: var(--content-width);
	margin: 90px auto 0;
	text-align: left;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr; 
	gap: 5px;
}

.occupations_table_item{
	font-weight: bold;
	background-color: #fff;
	padding: 12px 15px 12px 15px;
	display: flex;
	align-items: center; 
}

.occupations_table_item_thin{
	font-weight: 500;
	margin-left: 4px;
}

.area_kansai_map {
	width: 650px;
    margin: 120px auto 40px;
 }

.area_maps_wrapper{
	max-width: var(--content-width);
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}

.area_map_wrapper {
    display: flex;
    flex-direction: column;
    width: 33%;
    background-color: var(--gray-color);
    border-radius: var(--border-radius);
    margin: 0 auto;
}

.area_map_wrapper:nth-child(even){
	margin-left: 15px;
	margin-right: 15px;
}

.area_map_pref{
	color: var(--orange-color);
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
}

.area_map_cities_wrapper {
    display: flex;
    flex-grow: 1;
    align-content: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #fff;
    border-radius: var(--border-radius);
    margin: 0 20px 20px;
    padding-top: 15px;
    padding-bottom: 15px;
   }

.area_map_city{
	width: 33%;
	padding: 5px 10px;
	display: flex;
	flex-direction: column;
}

.flow_wrapper{
	max-width: var(--content-width);
	margin: 90px auto 0;
	text-align: center;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.flow_content{
	width: 220px;
	background-color: #fff;
	border-radius: var(--border-radius);
	margin-top: 20px 0;
	padding: 30px 0 40px 0;
}

.flow_step{
	font-size: 2.0rem;
	line-height: 1.0;
	text-transform: uppercase;
}

.flow_number {
    font-size: 5.0rem;
    font-family: myriad-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.0;
    margin-top: 5px;
}

.flow_name{
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.0;
	color: var(--orange-color);
	margin-top: 55px;
	position: relative;
}

.flow_name::before{
   content: "";
   display: inline-block;
   width: 55px;
   height: 1px;
   background-color: #000;
   position: absolute;
   top: -45px;
   left: 50%;
   transform: translateX(-50%);
}

.flow_icon img{
	width: 70px;
	margin-top: 25px;
}

.flow_triangle{
	width: 0;
	height: 0;
	border-left: 18px solid var(--orange-color);
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	transform: translateY(12px);
}

.entryform_text{
	font-size: 1.8rem;
	line-height: 1.8;
	margin: 90px auto;
}

.comodo__formbody{
	max-width: var(--content-width);
	margin: 0 auto;
}

.formbody_wrapper{
	margin: 0 auto 80px;
}

.formbody_list{
	max-width: var(--content-width);
	margin: 0 auto;
}

.formbody_item_01{
	display: inline-block;
	width: 31%;
	position: relative;
	height: 70px;
	color: #fff;
	background: var(--orange-color);
}

.formbody_item_01:after {
	position: absolute;
	top: 0;
	right: -39.5px;
	width: 0;
	height: 0;
	content: "";
	border-top: 35px solid transparent;
 	border-right: 20px solid transparent;
 	border-bottom: 35px solid var(--orange-color);
 	border-left: 20px solid var(--orange-color);
}

.formbody_item_02{
	width: 31%;
	height: 70px;
	display: inline-block;
	font-weight: bold;
	color: #fff;
	background-color: #9e9e9e;
	transform:skewX(30deg);
	text-align: center;
	position: relative;
}

.formbody_item_02::before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transform: skew(-30deg) translateX(-90px);
}

.formbody_item_03{
	display: inline-block;
	width: 31%;
	position: relative;
	height: 70px;
	color: #fff;
	background: #9e9e9e;
}

.formbody_item_03::before{
	position: absolute;
	top: 0;
	left: -39.5px;
	width: 0;
	height: 0;
	content: "";
	border-top: 35px solid #9e9e9e;
  	border-right: 20px solid #9e9e9e;
  	border-bottom: 35px solid transparent;
  	border-left: 20px solid transparent;
}

.formbody_item p{
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 70px;
}

.formbody_item_02{
	margin: 0 20px;
}

.formbody_item_02 p{
	transform:skewX(-30deg); /* 傾き直す */
}

.comodo__contact_tr_check th,
.comodo__contact_tr1 th {
    width: 300px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.4;
    padding: 20px 15px 20px 20px;
}

.comodo__contact_hissu,
.comodo__contact_ninni{
	font-size: 1.4rem;
	margin-right: 5px;
	color: #fff;
	padding: 4px;
	border-radius: 2px;
}


.auto_address{
    display: block;
    font-size: 1.2rem;
    margin-top: 5px;
}

.comodo__contact_tr1 td{
	word-wrap: break-word;
	padding: 20px 0;
}

td.comodo__contact_td_check_gyomu{
    padding: 25px 0 1px 20px; /* 文字のpadding-bottom24px+1px=25pxで上下同値 */
}

.wpcf7-checkbox{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.wpcf7-list-item {
  width: 25%;
  text-align: left;
  padding: 0 0 24px 0;
  margin: 0;
}

span.wpcf7-list-item:nth-child(20),
span.wpcf7-list-item:nth-child(30){
    width: 50%;
}

td.comodo__contact_tr_check_kenmei {
	font-weight: bold;
    margin: 26px auto 10px;
}



input[type="text"],
input[type="email"],
input#tel,
input#zip,
input#city,
textarea {
	background-color: #eee !important;
	border: solid 1px #aaa;
    max-width: 95%;
    border-radius: 1px;
    margin-left: 20px;
  	padding: 15px;
}

td.comodo__contact_td_check_gyomu,
td.comodo__contact_tr_check_kenmei,
input[type="text"],
input[type="email"],
input#zip,
input#city,
.comodo__contact_tr1 textarea, input{
	font-size: 1.4rem;
	vertical-align: middle;
}

input[type="checkbox"]{
	width: 18px;
	height: 18px;
    transform: scale(1);
    margin: 0 5px 0 0;
    vertical-align: middle;
}

th{
	width: 200px;
	text-align: left;
    border-right: 1px solid #aaaaaa;
    padding: 30px 50px 30px 10px;
}

.comodo__contact_tr_check:nth-child(1){
	border-top: 1px solid #aaaaaa;
}

tr{
	border-bottom: 1px solid #aaaaaa;
}

td{
	vertical-align: middle;
}

table.comodo__contact_dl {
    width: var(--content-width);
    margin: auto;
    border-collapse: collapse;
    table-layout: fixed;
    padding: 0 20px;
}


.comodo_trader_section{
	padding: 100px 20px;
}

.comodo_trader_main_tit{
	top: 30px;
	right: 30px;
	height: 400px;
	font-size: 3.0rem;
}

.comodo_trader_main_tit .h1{
    line-height: 2.0;
    padding: 2% 3%;
}

.main_tit_catch{
	bottom: 30px;
	left: 50px;
}

.main_tit_catch_big{
	font-size: 5.8rem;
	line-height: 1.2;
	margin-bottom: 10px;
}

.main_tit_catch_mini{
	font-size: 2.0rem;
	margin-bottom: 10px;
}

.main_tit_catch_CASA{
	max-width: 30%;
	bottom: -5px;
	right: 30px;
}

html[lang="ja"] * .comodo_trader_sub_tit {
    letter-spacing: 0.2rem !important;
    line-height: 1.4;
}

.especially_wanted_list{
 	display: flex;
 	flex-wrap: wrap;
 	text-align: center;
	gap: 10px;
	width: 440px;
}

div.flowing_letters p{
	line-height: 1.1;
}

.action_text_tit_main_odd,
.action_text_tit_sub_odd{
	width: 90%;
}

html[lang="ja"] * .action_text_tit_main{
    letter-spacing: 0.1rem !important;
}

html[lang="ja"] * .action_text_tit_sub{
    letter-spacing: 0.1rem !important;
}

.action_text_tit_main_odd{
    margin-right: 20px;
}

.action_text_tit_main_even{
	margin-left: 20px;
}

p.action_text_odd{
	width: 80%;
	margin-right: 50px;
}

p.action_text_even{
	width: 80%;
	margin-left: 25px;
}

.action_line{
	width: 65px;
}

.occupations_table_item{
	padding: 12px 0 12px 8px;
}

.occupations_table_item_thin{
	margin-left: 2px;
}

.area_map_city{
	padding: 5px 6px;
}

span.occupations_para{
	display: block;
}

.flow_content{
	width: 175px;
	padding: 30px 0;
}

.action_icon_number{
	font-size: 18.0rem;
}

.action_icon_image{
	width: 330px;
}

.action_text_tit_main{
	font-size: 4.2rem;
}

.action_text_tit_sub{
	margin-bottom: 25px;
}

tr.comodo__contact_tr_check th,
tr.comodo__contact_tr1 th{
    max-width: none;
    width: 27%;
}

table.comodo__contact_dl{
	max-width: 100%;
	width: 100%;
	padding: 0 20px;
	margin: 0;
}

span.wpcf7-list-item {
    width: 33%; /* 3列に並べる */
    text-align: left;
    padding: 0 0 10px 0;
    margin: 0;
}

span.wpcf7-list-item:nth-child(20),
span.wpcf7-list-item:nth-child(30){
    width: 66%;
}

.comodo__contact_tr_check th,
.comodo__contact_tr1 th{
    max-width: 20%;
}

input[type="text"],
input[type="email"],
input#zip,
input#city,
textarea {
	max-width: 90%;
}

.h1.pickup {
  background-color: #e7380d;
  color: #fff;
}

.h1_span1 {
  margin: -18px 0 6px;
}

span.h1_span2 {
  letter-spacing: -8px !important;
}

li.especially_wanted_list_pickup {
  width: 100%;
  background-color: var(--orange-color);
  color: #fff;
}

tbody tr:first-child td span.wpcf7-list-item:first-child span::after {
  content: "積極的に募集中";
  display: inline-block;
  color: var(--orange-color);
  padding: 2px 8px;
  margin-left: 10px;
  font-size: 14px;
  border: 1px solid var(--orange-color);
}

tbody tr:first-child td span.wpcf7-list-item:first-child {
  width: 100%;
}

}

/* ---------------------------------PC以上------------------------------------- */

@media (min-width: 1026px){

:root{
	--content-width: 1000px;
	--orange-color: #e7380d;
	--gray-color: #efefef;
	--border-radius: 3px;
}

*,*::before,*::after{
	box-sizing: border-box;
}

html{
	font-size: 62.5%;
	scroll-behavior: smooth;
}

body{
	min-width: 100%;
	font-size: 1.4rem;
	font-family: "游ゴシック体", YuGothic, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", sans-serif;
	font-weight: 500;
	color: #000;
	margin: 0;
	padding: 0;
}

ul{
	list-style: none;
}

.breadcrumbs {
  padding-top: 100px;
  padding-bottom: 20px;
  background-color: #f6f6f6;
}



.comodo_trader_section{
	width: 100%;
	text-align: center;
	padding: 120px 0 100px;
}

.comodo_trader_section_first{
	padding: 120px 0 150px; /* ACTIONのbottomだけ調整 */
}

.background-color{
	width: 100%;
	background-color: var(--gray-color);
}

.subtit_sub{
	font-size: 1.3rem;
	line-height: 1;
	text-transform: uppercase;
	position: relative;
	margin: 0; /* 全体CSSのpタグにかかったmargin-bottomを打ち消す */
	padding-bottom: 50px; /* 英字と日本語の間を調整 */
}

.subtit_sub::before{
   content: "";
   display: inline-block;
   width: 150px;
   height: 1px;
   background-color: #000;
   position: absolute;
   top: -25px; /* 文字と線の間を調整 */
   left: 50%;
   transform: translateX(-50%);
}

.subtit_main{
	font-size: 3.0rem;
	line-height: 1;
	color: var(--orange-color);
	font-weight: bold;
}

html[lang="ja"] * .subtit_main{
	letter-spacing: 0.4rem !important;
}

.comodo_trader_section{
	position: relative;
}

.subtit_catch{
	position: absolute;
	top: 0;
	right: 0;
	font-size: 12vw;
	font-family: "Arial", "メイリオ", "Meiryo", san-serif;
	font-weight: bold;
	color: transparent;
	text-stroke: 1px #000;
	-webkit-text-stroke: 1px #000;
	line-height: 0.75;
}

.following_btn.fixed{
	opacity: 1;
	transition: 0.3s;
}

.following_btn.none{
	opacity: 0;
	transition: 0.3s;
}

.comodo_trader_header{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.comodo_trader_mainvisual{
	background: url("/comodo_casa/wp-content/uploads/2023/04/main_photo-SR.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position:  center;
	width: 100%;
	height: 89vh;
	/* 斜めをつくる */
	padding-bottom: calc(10vw + 10px);
	position: relative;
	overflow: hidden;
	background-color: var(--orange-color);
}

.comodo_trader_mainvisual::before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom: 19vw solid var(--orange-color);
	border-right: 100vw solid transparent;
}

.comodo_trader_mainvisual{
	position: relative;
}

.comodo_trader_main_tit{
	position: absolute;
	top: 50px;
	right: 50px;
	height: 510px;
	font-size: 3.6rem;
	writing-mode: vertical-rl;
	text-align: left;
}

.comodo_trader_main_tit .h1{
	background-color: #fff;
    line-height: 2.0;
	letter-spacing: 0.7rem !important;
    padding: 8px 11px;
}

.main_tit_catch{
	text-align: left;
	position: absolute;
	bottom: 80px;
	left: 80px;
}

.main_tit_catch_big{
/*	font-family:'Yu Gothic', '游ゴシック', YuGothic, '游ゴシック体', serif; */
	font-size: 7.4rem;
	font-weight: bold;
	line-height: 1.3;
	color: #fff;
	margin-bottom: 10px;
}

.main_tit_catch_mini{
	font-size: 2.4rem;
	font-weight: 500;
	color: #fff;
	margin-bottom: 0;
}

.main_tit_catch_CASA{
	max-width: 30%;
	position: absolute;
	bottom: -5px;
	right: 50px;
}

.comodo_trader_subvisual{
	background: url("/comodo_casa/wp-content/uploads/2022/12/sub_photo.jpg.webp");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	height: 1061px;
	text-align: center;
	padding-top: 100px;
	/* 斜めをつくる */
	position: relative;
	overflow: hidden;
}

.comodo_trader_subvisual::before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	border-top: 19vw solid rgb(146, 146, 153, 0.8);
	border-left: 100vw solid transparent;
}

.comodo_trader_sub_tit{
/*	font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro"; */
	font-size: 4.2rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 60px;
	position: relative; /*レイヤー上に*/
}

html[lang="ja"] * .comodo_trader_sub_tit {
    letter-spacing: 0.4rem !important;
}



.sub_tit_text{
	font-size: 2.0rem;
	font-weight: 500;
	line-height: 1.7;
	margin-bottom: 120px;
}

.especially_wanted_tit{
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 60px;
	position: relative;
}

.especially_wanted_tit::before{
   content: "";
   display: inline-block;
   width: 510px;
   height: 1px;
   background-color: #929299;
   position: absolute;
   top: -70px; /* 文字と線の間を調整 */
   left: 50%;
   transform: translateX(-50%);
  }

.especially_wanted_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
	width: 480px;
	margin: 0 auto 20px;
}

.especially_wanted_list li {
  width: 30%;
  height: 35px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 35px;
  background-color: #fff;
  color: var(--orange-color);
  border-radius: 2px;
  border: 1px solid var(--orange-color);
}

.flowing_letters{
	display: flex;
	margin : 0 auto;
	width : 100%;
	text-align : center;
	overflow : hidden;
}

.flowing_letters p{
    font-size: 21.0rem;
    font-weight: bold;
    font-family: "Arial Black", "Open Sans", sans-serif;
    color: transparent;
    text-stroke: 1px #333;
    -webkit-text-stroke: 1px #333;
    text-transform: uppercase;
    margin: 0;
    display: inline-block;
    padding-left: 20%;
    white-space: nowrap;
    line-height: 0.95;
    vertical-align: text-top;
    animation: scrollSample01 50s linear infinite;
}

@keyframes scrollSample01{
	0% { transform: translateX(0)}
	100% { transform: translateX(-100%)}
}

.following_btn{
	width: 37px;
	display: inline;
	position: fixed;
	top: 200px;
	right: 0;
	z-index: 1;
	opacity: 0;
	transition: 0.3s;
}

.following_btn a{
	font-size: 1.8rem;
	writing-mode: vertical-rl;
	color: #fff;
	background-color: #000;
	padding: 25px 5px 25px 5px;
}

.following_btn a:hover{
	display: block;
	background-color: var(--orange-color);
	transition: 0.3s;
}

.action_wrapper{
	max-width: var(--content-width);
	height: 300px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin: 160px auto 0;
}

.action_wrapper_odd{
	flex-direction: row-reverse;
}

.action_wrapper_even{
	flex-direction: row;
}

.action_icon_number{
	position: absolute;
	font-size: 20.0rem;
	font-family: "myriad-pro", sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #fff;
	line-height: 1;
	text-stroke: 1.5px #000;
	-webkit-text-stroke: 1.5px #000;
}

.action_icon_number_odd{
	top: -90px;
	left: 30px;
}

.action_icon_number_even{
	top: -90px;
	right: 30px;
}

.action_text_wrapper{
	width: 50%; 
	text-align: left;
}

.action_text_tit_main{
	font-size: 5.4rem;
	font-weight: bold;
	line-height: 1.0;
}

html[lang="ja"] * .action_text_tit_main{
	letter-spacing: 0.4rem !important
}

.action_text_tit_sub{
	display: inline-block;
	font-size: 3.0rem;
	font-weight: bold;
	margin-bottom: 40px;
}

html[lang="ja"] * .action_text_tit_sub{
	letter-spacing: 0.3rem !important;
}

p.action_text{
	font-size: 1.6rem;
	width: 80%;
	line-height: 1.8;
	letter-spacing: 0.05rem !important;
	text-align: justify;
}

.action_text_tit_main_odd,
.action_text_tit_sub_odd{
	width: 82%;
	margin-left: auto;
}

p.action_text_odd{
	margin-left: auto;
}

.action_line{
	position: relative;
}

.action_line::before{
	width: 10%;
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80px;
	height: 1px;
	background-color: #000;
}

.action_icon_wrapper{
	width: 50%;
}

.action_icon_wrapper:nth-child(even){
	text-align: right;
}

.action_icon_image{
	width: 350px;
	margin: 0 auto;
}

.occupations_table_wrapper{
	max-width: var(--content-width);
	margin: 90px auto 0;
	text-align: left;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr; 
	gap: 5px;
}

.occupations_table_item{
	font-weight: bold;
	background-color: #fff;
	padding: 12px 15px 12px 15px;
	display: flex;
	align-items: center; 
}

.occupations_table_item_thin{
	font-weight: 500;
	margin-left: 4px;
}

.area_kansai_map {
	width: 650px;
    margin: 120px auto 40px;
 }

.area_maps_wrapper{
	max-width: var(--content-width);
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}

.area_map_wrapper {
    display: flex;
    flex-direction: column;
    width: 33%;
    background-color: var(--gray-color);
    border-radius: var(--border-radius);
    margin: 0 auto;
}

.area_map_wrapper:nth-child(even){
	margin-left: 15px;
	margin-right: 15px;
}

.area_map_pref{
	color: var(--orange-color);
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
}

.area_map_cities_wrapper {
    display: flex;
    flex-grow: 1;
    align-content: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #fff;
    border-radius: var(--border-radius);
    margin: 0 20px 20px;
    padding-top: 15px;
    padding-bottom: 15px;
   }

.area_map_city{
	width: 33%;
	padding: 5px 10px;
	display: flex;
	flex-direction: column;
}

.flow_wrapper{
	max-width: var(--content-width);
	margin: 90px auto 0;
	text-align: center;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.flow_content{
	width: 220px;
	background-color: #fff;
	border-radius: var(--border-radius);
	margin-top: 20px 0;
	padding: 30px 0 40px 0;
}

.flow_step{
	font-size: 2.0rem;
	line-height: 1.0;
	text-transform: uppercase;
}

.flow_number {
    font-size: 5.0rem;
    font-family: myriad-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.0;
    margin-top: 5px;
}

.flow_name{
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.0;
	color: var(--orange-color);
	margin-top: 55px;
	position: relative;
}

.flow_name::before{
   content: "";
   display: inline-block;
   width: 55px;
   height: 1px;
   background-color: #000;
   position: absolute;
   top: -45px;
   left: 50%;
   transform: translateX(-50%);
}

.flow_icon img{
	width: 70px;
	margin-top: 25px;
}

.flow_triangle{
	width: 0;
	height: 0;
	border-left: 18px solid var(--orange-color);
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	transform: translateY(12px);
}

.entryform_text{
	font-size: 1.8rem;
	line-height: 1.8;
	margin: 90px auto;
}

.comodo__formbody{
	max-width: var(--content-width);
	margin: 0 auto;
}

.formbody_wrapper{
	margin: 0 auto 80px;
}

.formbody_list{
	max-width: var(--content-width);
	margin: 0 auto;
}

.formbody_item_01{
	display: inline-block;
	width: 31%;
	position: relative;
	height: 70px;
	color: #fff;
	background: var(--orange-color);
}

.formbody_item_01:after {
	position: absolute;
	top: 0;
	right: -39.5px;
	width: 0;
	height: 0;
	content: "";
	border-top: 35px solid transparent;
 	border-right: 20px solid transparent;
 	border-bottom: 35px solid var(--orange-color);
 	border-left: 20px solid var(--orange-color);
}

.formbody_item_02{
	width: 31%;
	height: 70px;
	display: inline-block;
	font-weight: bold;
	color: #fff;
	background-color: #9e9e9e;
	transform:skewX(30deg);
	text-align: center;
	position: relative;
}

.formbody_item_02::before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transform: skew(-30deg) translateX(-90px);
}

.formbody_item_03{
	display: inline-block;
	width: 31%;
	position: relative;
	height: 70px;
	color: #fff;
	background: #9e9e9e;
}

.formbody_item_03::before{
	position: absolute;
	top: 0;
	left: -39.5px;
	width: 0;
	height: 0;
	content: "";
	border-top: 35px solid #9e9e9e;
  	border-right: 20px solid #9e9e9e;
  	border-bottom: 35px solid transparent;
  	border-left: 20px solid transparent;
}

.formbody_item p{
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 70px;
}

.formbody_item_02{
	margin: 0 20px;
}

.formbody_item_02 p{
	transform:skewX(-30deg); /* 傾き直す */
}

.comodo__contact_tr_check th,
.comodo__contact_tr1 th {
    width: 300px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.4;
    padding: 20px 15px 20px 20px;
}




.auto_address{
    display: block;
    font-size: 1.2rem;
    margin-top: 5px;
}

.comodo__contact_tr1 td{
	word-wrap: break-word;
	padding: 20px 0;
}

td.comodo__contact_td_check_gyomu{
    padding: 25px 0 1px 20px; /* 文字のpadding-bottom24px+1px=25pxで上下同値 */
}

.wpcf7-checkbox{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.wpcf7-list-item {
  width: 25%;
  text-align: left;
  padding: 0 0 24px 0;
  margin: 0;
}

span.wpcf7-list-item:nth-child(20),
span.wpcf7-list-item:nth-child(30){
    width: 50%;
}

td.comodo__contact_tr_check_kenmei {
	font-weight: bold;
    margin: 26px auto 10px;
}



input[type="text"],
input[type="email"],
input#tel,
input#zip,
input#city,
textarea {
	background-color: #eee !important;
	border: solid 1px #aaa;
    max-width: 95%;
    border-radius: 1px;
    margin-left: 20px;
  	padding: 15px;
}

td.comodo__contact_td_check_gyomu,
td.comodo__contact_tr_check_kenmei,
input[type="text"],
input[type="email"],
input#zip,
input#city,
.comodo__contact_tr1 textarea, input{
	font-size: 1.4rem;
	vertical-align: middle;
}

input[type="checkbox"]{
	width: 18px;
	height: 18px;
    transform: scale(1);
    margin: 0 5px 0 0;
    vertical-align: middle;
}

th{
	width: 200px;
	text-align: left;
    border-right: 1px solid #aaaaaa;
    padding: 30px 50px 30px 10px;
}

.comodo__contact_tr_check:nth-child(1){
	border-top: 1px solid #aaaaaa;
}

tr{
	border-bottom: 1px solid #aaaaaa;
}

td{
	vertical-align: middle;
}

table.comodo__contact_dl {
    width: var(--content-width);
    margin: auto;
    border-collapse: collapse;
    table-layout: fixed;
    padding: 0 20px;
}



.h1.pickup {
  background-color: #e7380d;
  color: #fff;
}

.h1_span1 {
  margin: -18px 0 6px;
}

span.h1_span2 {
  letter-spacing: -8px !important;
}

li.especially_wanted_list_pickup {
  width: 100%;
  background-color: var(--orange-color);
  color: #fff;
}

tbody tr:first-child td span.wpcf7-list-item:first-child span::after {
  content: "積極的に募集中";
  display: inline-block;
  color: var(--orange-color);
  padding: 2px 8px;
  margin-left: 10px;
  font-size: 14px;
  border: 1px solid var(--orange-color);
}

tbody tr:first-child td span.wpcf7-list-item:first-child {
  width: 100%;
}

/* タブレット以下でのみ付与した補助指定をPCで戻す */
.action_line{
	width: auto;
}

}