@charset "UTF-8";

/*com_form
---------------------------------------------------------*/
.com_form .tbl_bg{
	background-color: #fff;
	padding: 40px 4%;
	border-radius: 10px;
}
.com_form .tbl_form {
	max-width: 1100px;
	margin: 0 auto;
	width: 100%;
}
.com_form .tbl_form tr,
.com_form .tbl_form th,
.com_form .tbl_form td {
	text-align: left;
}
.com_form .tbl_form th,
.com_form .tbl_form td{
	border-bottom: solid 1px #c7c7c7;
}
.com_form .tbl_form tr:last-child th,
.com_form .tbl_form tr:last-child td{
	border-bottom: none;
}
.com_form .tbl_form th {
	vertical-align: top;
	width: 25%;
	padding: 2em 3%;
}
.com_form .tbl_form th p{
    display: flex;
    justify-content: space-between;
	align-items: flex-start;
}
.com_form .tbl_form td {
	vertical-align: middle;
	width: 75%;
	padding: 2em 3%;
}
.com_form .tbl_form td .inbox{
	max-width:  740px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
/* 必須 */
.com_form .required{
	font-size: 80%;
	letter-spacing: 0.12em;
	line-height: 1em;
	color: #fff;
	background: #ba4a31;
	padding: 0.4em 0.5em 0.5em;
	border-radius:0.8em; 
	display: inline-block;
	margin-top: 0.15em;
}

/* テキストボックス */
.com_form .txt {
	width: 100%;
	max-width: 740px;
}
.com_form .job{
	max-width: 26em;
}
.com_form .job > span{
	max-width: 12em;
	width: 50%;
	display: block;
}
.com_form .attention {
	margin-top: 2.0em;
	line-height: 1.4em;
	margin-bottom: .5em;
}

/* ラジオボタン */
.com_form .radio_list {
	display: -webkit-flex;
	display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.com_form .radio_list li {
	margin-right: 2.0em;
}
.com_form .radio_list li:last-child {
	margin-right: 0;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 960px) and (max-width: 1240px) {
.com_form .tbl_form th {
	padding: 2em 1% 2em 2%;
	width: 240px;
}
.com_form .tbl_form td {
	padding: 2em 2%;
	width: calc(100% - 240px);
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_form .tbl_bg{
	padding: 4%;
	border-radius: 1vw;
}
.com_form .tbl_form{
	font-size: 90%;
}
.com_form .tbl_form th {
	padding: 2em 1% 2em 2%;
	width: 30%;
}
.com_form .tbl_form th .ft_zen{
	font-size: 125%;
}
.com_form .tbl_form td {
	padding: 2em 2%;
	width: 70%;
}
.com_form .attention {
	margin-top: 1.0em;
}
}

/* Mobile
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_form .tbl_bg{
	padding: 5%;
	border-radius: 1vw;
}
.com_form .tbl_txt {
	font-size: 90%;
	margin-bottom: .2em;
}
.com_form .job{
	display: flex;
	max-width: 100%;
	gap:.5em 0!important;
}
.com_form .job > span{
	max-width: 50%;
	width: 50%;
	box-sizing: border-box;
}
.com_form .tbl_form,
.com_form .tbl_form tbody,
.com_form .tbl_form tr,
.com_form .tbl_form th,
.com_form .tbl_form td {
	display: block;
	width: 100% !important;
	box-sizing: border-box;
}
.com_form .tbl_form th {
	padding: .5em 4%;
	font-size: 105%;
	letter-spacing: .15em;
}
.com_form .tbl_form td {
	padding: 1.0em 0;
	letter-spacing: .05em;
}

.com_form .attention {
	margin-top: 1.0em;
	font-size: 90%;
	margin-bottom: .2em;
}

/* テキストボックス */
.com_form .txt {
	max-width: 100%;
}
	
.com_form .height_20 {
	height: 10em;
}
	
/* ラジオボタン */
.com_form .radio_list:not(.sp_no_change) {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.com_form .radio_list:not(.sp_no_change) li {
	width: 49%;
	margin-right: 0;
	margin-top: .5em;
}
.com_form .radio_list:not(.sp_no_change) li:nth-child(1),
.com_form .radio_list:not(.sp_no_change) li:nth-child(2) {
	margin-top: 0;
}
.com_form .radio_list li.max_width {
	width: 100%;
}
}



/* 入力項目デザイン
-----------------------------------------------------------------------------*/
.com_form .valid_box {
	position: relative;
}
.com_form .wpcf7-list-item {
	margin: 0;
}
.com_form .wpcf7-form-control-wrap {
	position: static;
}
.com_form .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
	display: block;
	margin-top: 1.6em;
}
.com_form .wpcf7-not-valid-tip {
	position: absolute;
	display: inline-block;
	color: #FFF;
	font-size: 80%;
	letter-spacing: normal;
	line-height: 1.4em;
	background-color: #91ad2c;
	padding: .2em .5em;
	border-radius: 2px;
	left: 0;
	top: 100%;
	z-index: 1;
	white-space: nowrap;
}
/********************/
/* テキストボックス */
/********************/
.com_form input[type="text"],
.com_form input[type="tel"],
.com_form input[type="email"] {
	padding: .8em;
	box-sizing: border-box;
	background: #f3f3f3;
	outline: none;
	border: none;
	border-radius: 0;
	font-family: "Zen Kaku Gothic New", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
	font-weight: 400!important;
	font-style: normal;
	font-size: 15px!important;
	letter-spacing: 0.16;
}
.com_form textarea {
	height: 13em;
	padding: .8em;
	box-sizing: border-box;
	background: #f3f3f3;
	outline: none;
	border: none;
	border-radius: 0;
	font-family: "Zen Kaku Gothic New", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
	font-weight: 400!important;
	font-style: normal;
	font-size: 15px!important;
	letter-spacing: 0.16;
}

/****************/
/* ラジオボタン */
/****************/
.com_form .wpcf7-radio,
.com_form .wpcf7-checkbox {
	display: flex;
	flex-wrap: wrap;
	gap: .5em 2em;
}
form input[type=radio],
form input[type=checkbox] {
    display: inline-block;
}
form label:has(input[type=radio]),
form label:has(input[type=checkbox]) {
    position: relative;     
    display: inline-block;
	white-space: nowrap;
    cursor: pointer;
	margin-right: 0;
	line-height: 1.6em;
}
 
@media (min-width: 1px) {
    form input[type=radio],
    form input[type=checkbox] {
		position: absolute;		/* 上に別の要素が乗るようにする */
		z-index: -1;			/* 最背面にする */
		pointer-events: none;	/* クリック無効 */
		opacity: 0;
        margin: 0;
    }
    form label:has(input[type=radio]),
    form label:has(input[type=checkbox]) {
		display: flex;
		align-items: center;
		padding-left: 2em;
		vertical-align: top;
    }
    form label:has(input[type=radio])::before,
    form label:has(input[type=checkbox])::before {
        content: "";
        position: absolute;
        top: .3em;
        left: 0;
        display: block;
		background-color: #FFF;
		border: 1px solid #dcdcdc;
        width: 1.2em;
        height: 1.2em;
    }
    form label:has(input[type=radio])::before {
        border-radius: 50%;
		top: .2em;
    }
    form label:has(input[type=radio]:checked):after,
    form label:has(input[type=checkbox]:checked):after {
        content: "";
        position: absolute;
        top: .8rem;
        display: block;
    }
    form label:has(input[type=radio]:checked):after {
        width: calc(1.2em - 8px);
        height: calc(1.2em - 8px);
        background: #91ad2c;
        border-radius: 50%;
        left: 5px;
		top: calc(.2em + 5px);
    }
    form label:has(input[type=checkbox]:checked):after {
        left: .2em;
		top: .2em;
        width: 1.3em;
        height: .7em;
        border-left: 4px solid #91ad2c;
        border-bottom: 4px solid #91ad2c;   
        rotate: -45deg;
    }
}
/****************/
/* セレクトボックス */
/****************/
.com_form select {
  /* デフォルトのスタイルを解除 */
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  /* スタイル */
  display: inline-block;
  width: 100%; /* 幅 */
  max-width: 300px; /* 最大幅 */
  /*margin: 1em 0;  前後の余白 */
  padding: 0.6em 1.5em 0.6em .8em; /* 文字周りの余白 */
  cursor: pointer; /* カーソルを指に */
  line-height: 1.4; /* 行高 */
  font-size: 100%;  /*フォントサイズ */
  /*color: #333;  文字色 */
  border-radius: 5px; /* 角丸 */
  background-color: #f7f9fb; /* 背景色 */
  border: solid 1px #ccc; /* 枠線 */
  /*box-shadow: 0 3px 3px -2px rgba(3, 29, 41, 0.15 影 */
  /* 三角マークを作る */
  background-image: linear-gradient(45deg, transparent 50%, rgba(0,0,0,0.4) 50%),  linear-gradient(135deg, rgba(0,0,0,0.4) 50%, transparent 50%);
  background-size: 5px 5px, 5px 5px;
  background-position: calc(100% - 15px) 50%, calc(100% - 10px) 50%;
  background-repeat: no-repeat;
}
/* フォーカス時 */
.com_form select:focus {
  outline: 0;
  border-color: #b0c5ff; /* 枠線色を変更 */
}
/* IEでデフォルトの矢印を消す */
.com_form select::-ms-expand {
  display: none;
}
/**********/
/* ボタン */
/**********/
.com_form input[type="submit"], .com_form input[type="button"], .com_form input[type="reset"] {
	-webkit-appearance: none;
	position: relative;
	font-family: "Zen Kaku Gothic New", sans-serif;
 	font-weight: 500!important;
  	font-style: normal;
	display: block;
	width: 100%;
	padding: 1.3em 2.8em;
	box-sizing: border-box;
	border: none;
	cursor: pointer;
	color: #fff;
	background-color: #939791;
	border-radius: 100px;
	z-index: 1;
}
.com_form input[type="submit"] {
	background-color: #91ad2c;
	background-image: url("../images/recruit/form_arrow@2x.png");
	background-repeat: no-repeat;
	background-position: 85% center;
	background-size: 1em auto;
}
.com_form input[type="button"], .com_form input[type="reset"] {
	background-color: #939791;
	
}
.com_form .submit_box li:last-child input {
	background-position: 90% center;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/********************/
/* テキストボックス */
/********************/
.com_form input[type="text"],
.com_form input[type="tel"],
.com_form input[type="email"] {
	letter-spacing: 0.1em;
	line-height: 2;
}
.com_form textarea {
	letter-spacing: 0.1em;
	line-height: 2;
}
.com_form input[type="submit"], .com_form input[type="button"], .com_form input[type="reset"] {
	padding: 1em 1.5em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 480px) {
/********************/
/* テキストボックス */
/********************/
.com_form input[type="text"],
.com_form input[type="tel"],
.com_form input[type="email"] {
	padding: .8em;
	font-size: 16px !important;
	letter-spacing: normal;
	line-height: 1.8;
}
.com_form textarea {
	height: 10em;
	padding: .8em;
	font-size: 16px !important;
	letter-spacing: normal;
	line-height: 1.8;
}
.com_form .wpcf7-radio{
	gap: .5em 0!important;
}
.com_form .wpcf7-radio span{
	width: 50%;
}
.com_form input[type="submit"], .com_form input[type="button"], .com_form input[type="reset"] {
	font-size: 110%;
}
}


/* アコーディオン
----------------------------------------------------------------------*/
/*トリガー*/
.com_form .open_btn{
	cursor: pointer;
	position: relative;
	text-align: center;
}
/*開閉アイコン*/
.icon_rec_open {
	position: relative;
	letter-spacing: normal;
	line-height: 1.0em;
	display: inline-block;
	vertical-align: middle;
	width: 1.8em;
	height: 1.8em;
	border-radius: 50%;
	translate: 0 -0.1em;
	transition: background-color .5s;
	border: 1px solid #ccc;
	background: #fff;
	margin-left: 0.5em;
}
.icon_rec_open::before,
.icon_rec_open::after {
	content: "";
	position: absolute;
	width: .6em;
	height: 1px;
	background: #000;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.icon_rec_open::after {
	transform: rotate(90deg);
	transition: transform 0.4s;
}
.active .icon_rec_open::after {
	transform: rotate(0deg);
}
/* Mobile
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_form .open_btn {
	font-size: 110%;
	letter-spacing: .1em;
}
}



/* ドメイン設定
-----------------------------------------------------------------------*/
.com_form .mobile_attention {
	margin-top: 40px;
	background-color: #939791;
	color: #fff;
	padding: 40px 4%;
	border-radius: 10px;
}
.com_form .mobile_attention dd{
    padding-top: 30px;
}
.com_form .mobile_attention ul {
	margin-top: .5em;
}
.com_form .mobile_attention li {
	margin-top: 5px;
	padding-left: 15px;
	float: left;
	margin-right: 20px;
	position: relative;
	line-height: 1.2em;
	font-weight: bold;
}
.com_form .mobile_attention li::before {
	position: absolute;
	left: 0;
	top: 50%;
    transform: translateY(-50%) rotate(45deg);
	content: "";
	vertical-align: middle;
	width: 4px;
	height: 4px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_form .mobile_attention {
	margin-top: 3%;
	padding: 4%;
	border-radius: 1vw;
}
.com_form .mobile_attention dd{
    padding-top: 3%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_form .mobile_attention {
	margin-top: 6%;
	padding: 5%;
	border-radius: 1vw;
}
.com_form .mobile_attention dd{
	padding-top: 3%;
}
}



/* 個人情報
------------------------------------------------------------------------*/
.com_form .privacy {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	box-sizing: border-box;
	background: #ebebea;
	padding: 40px 4%;
	border-radius: 10px;
}
.com_form .privacy .open_box{
	max-width: 930px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	letter-spacing: 0.125em;
}
.com_form .privacy .flex_box {
	margin-top: 30px;
	display: flex;
    justify-content: space-between;
}
.com_form .privacy .flex_box dl {
	width: 48.5%;
	max-width: 423px;
}
.com_form .privacy dt {
	margin-bottom: .5em;
}
.com_form .privacy dt p{
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500!important;
	font-style: normal;
}
.com_form .privacy dd li {
	text-indent: -1.6em;
	margin-left: 1.6em;
	line-height: 1.6em;
}
.com_form .privacy dd li:last-child {
	margin-bottom: 0;
}
.com_form .privacy dd li:nth-child(1),
.com_form .privacy dd li:nth-child(4){
	white-space: nowrap;
}
.com_form .privacy dd li span{
	margin-right: -0.2em;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen  and (max-width: 1017px) {
.com_form .privacy dd li:nth-child(1),
.com_form .privacy dd li:nth-child(4){
	white-space:inherit;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_form .privacy {
	padding: 4%;
}
.com_form .privacy .open_box {
	padding-top: 3%;
}
.com_form .privacy .flex_box {
	margin-top: 3%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_form .privacy {
	padding: 5%;
}
.com_form .privacy .open_box {
	padding-top: 3%;
}
.com_form .privacy .flex_box{
	margin-top: 5%;
	display: block;
}
.com_form .privacy .flex_box dl {
	width: 100%;
}
.com_form .privacy .flex_box dl:first-child {
	margin-bottom: 5%;
}
.com_form .privacy dt {
	margin-bottom: .2em;
}
}



/* ボタンレイアウト
-----------------------------------------------------------------------*/
.com_form .submit_box {
	margin-top: 60px;
	text-align: center;
}
.com_form .submit_box .turn_wrap {
	text-align: center;
	margin: 60px 0;
}
.com_form .submit_box ul {
	width: 100%;
	max-width: 460px;
	margin: 0 auto 0;
    display: flex;
    justify-content: space-between;
}
.com_form .submit_box li {
	width: 48%;
	max-width: 220px;
}
.com_form .submit_box li p{
	display: inline;
}
.com_form .submit_box li .wpcf7-spinner{
	display: none;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_form .submit_box {
	margin-top: 5%;
}
.com_form .submit_box .turn_wrap {
	margin: 5% 0;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_form .submit_box {
	margin-top: 6%;
	text-align: left;
}
.com_form .submit_box .turn_wrap {
	margin: 6% 0;
}
.com_form .submit_box ul {
	max-width: 100%;
	display: block;
}
.com_form .submit_box li {
	width: 80%;
	max-width: 80%;
	display: block;
	margin: 3% auto 0;
}
}



/*
---------------------------------------------------------*/
.wpcf7 form.invalid .wpcf7-response-output{
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #91ad2c!important;
	padding: 0.5em 1em;
	text-align: center;
	color: #91ad2c;
	background-color: rgba(255,255,255,1);
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
}