@charset "utf-8";

/*animation*/
.fade {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    transition: .5s;
    transition-delay: 0.5s;
}

.mv-fade {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


#wrapper {
    background: #f9f9f9;
}

.recruit.box {
    z-index: 1;
    position: relative;
    background: #fff;
    max-width: none;
    width: 100%;
    margin: 0;
}

/*右側*/
.content-inner {
    margin: 0 auto;
    padding: 0;
    float: none;
    width: 100%;
}

.content-inner>section {
    border-radius: 0;
    background: #ededed;
    padding: 0;
}

h1 {
    font-size: 3.15em;
    font-weight: 600;
    line-height: 1;
}


.r-head-box .en {
    margin: 15px 0 0 0;
    font-size: 1.3em;
    display: block;
}


.en {
    font-family: 'EB Garamond', serif;
    letter-spacing: 0.03em;
}

.content-inner h3 {
    border-bottom: none;
    padding: 0;
    box-shadow: none;
    /* color: #183d5d; */
}


.more {
    display: block;
    margin: 80px auto 0;
    max-width: 340px;
}

.recruit .button2 {
    /* border: 1px solid #ccc; */
    padding: 20px 50px;
    border-radius: 100px;
    background: #005bac;
    letter-spacing: 1px;
    color: #fff;
    font-size: 1.1em;
    font-weight: 500;
    position: relative;
    box-shadow: 5px 5px 5px rgb(0 0 0 / 5%);
    transition: .3s;
    display: block;
    text-align: center;
    border: none;
}

.recruit .button2:hover {
    background: #b8d3e0;
    color: #000;
}

.recruit .button2:before,.recruit .button3:before {
    content: "";
    background: url(../../images/common/arrow_w.svg) no-repeat center center;
    position: absolute;
    width: 15px;
    height: 15px;
    right: 7%;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: 10px;
    transition: .3s;
}

.recruit .button2:hover:before {
    background: url(../../images/common/arrow_b.svg) no-repeat center center;
    right: 5%;
    background-size: 10px;
}

.button4 {
    border-radius: 5px;
    font-size: 1em;
    font-weight: 500;
    position: relative;
    display: block;
    margin: auto;
    padding: 0;
    transition: .3s;
    width: 60px;
    height: 60px;
}

.button4:before {
    content: "";
    background: url(../../images/common/arrow_w.svg) no-repeat center center;
    background-size: 10px;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    margin: auto;
    right: 0;
    left: 0;
    border: 1px solid #ffffff;
}

h2.mid-head {
    position: relative;
    padding: 14px 0 0 0;
}

h2.mid-head:before {
    content: "";
    position: absolute;
    height: 5px;
    width: 48px;
    background: linear-gradient(90deg, #b8d3e0 31%, rgb(251 135 144)81%);
    top: 0;
    display: block;
    border-radius: 10px;
}

/*++++++++++++++
    詳細
 ++++++++++++++*/
   .shippori {
    font-family: 'Shippori Mincho', serif;
}


.first-wrap {
    display: flex;
    align-items: center;
    position: relative;
}


.r-a-wrap {
    position: absolute;
    height: 100%;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 63%;
    background: linear-gradient(90deg, hsl(0deg 0% 92.94% / 100%),hsl(0deg 0% 92.94% / 100%),hsl(0deg 0% 92.94% / 100%), hsl(0deg 0% 92.94% / -1%));
}

.r-head-box {
    width: 100%;
    padding: 0 0 0 5%;
}

.first-wrap figure{
    margin:0 0 0 auto;
}


.first-img {
    position: relative;
}


.first-img .title {
    position: absolute;
    bottom: 110px;
    left: -3%;
}


.first-img .title h2 {
    background: linear-gradient(transparent 0%, #fff 0%);
    color: #c1c1c1;
    display: inline;
    line-height: 2;
    padding: 0 2px;
}

/*募集要項*/
/*フォーム*/

.form-box {
    background: #fff;
    padding: 80px;
}


input[type="radio"] {
    position: absolute;
    visibility: hidden;
}

.wpcf7-radio label {
    padding: 15px 15px 15px 20px;
}


.wpcf7-radio label span:before {
    content: "";
    display: block;
    position: absolute;
    border: 2px solid #c9c9c9;
    border-radius: 100%;
    height: 21px;
    width: 21px;
    top: 0;
    left: -29px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}



.wpcf7-radio label span:after {
    display: block;
    position: absolute;
    border-radius: 100%;
    height: 15px;
    width: 15px;
    top: 5px;
    left: -24px;
    margin: auto;
    background: #c9c9c9;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    content: "";
}

input[type=radio]:checked ~ span:before {
  /* border: 2px solid #005bac; */
}

input[type=radio]:checked ~ span:after{
  background: #005bac;
}

input[type=radio]:checked ~ label{
  color: #e60012;
}



.form_box {
    padding: 30px;
}

.formbox {
	clear: both;
	overflow: hidden;
	margin: 0;
	box-sizing: border-box;
}

.formbox h4 {
	margin: 0 0 20px;
	padding: 0 0 20px;
	line-height: 1.6;
}

.formbox article {
	padding: 0;
}

.formbox article {
	overflow:hidden;
	border: none;
	margin: 0 0 50px !important;
	display: flex;
	position: relative;
	justify-content: space-around;
	text-align: left;
	width: 100%;
}

.formbox article.last {
	border-bottom: 1px solid #eee;
	padding: 0 0 50px;
	margin: 0 0 30px;
}

.formbox .koumoku {
    font-weight: 300;
    color: #333;
    letter-spacing: 2px;
    padding: 0;
    width: 28%;
    box-sizing: border-box;
    align-items: center;
    display: flex;
}

.formbox label {
	display: inline-block;
	vertical-align: middle;
	font-size: 1em;
	width: 100%;
	margin: 0 5px 5px 0;
	letter-spacing: 1px;
	font-weight: 600;
}

.formbox label span {
	color: #333;
	letter-spacing: 0px;
	position: relative;
}

.formbox .forminbox {
	width: auto;
	width: 100%;
	padding: 0 0 0 30px;
	box-sizing: border-box;
}

.formbox div.check {
	display: inline-block;
	vertical-align: top;
	float: right;
	width: 60px;
}

.formbox div.e_txt {
	width: 100%;
	overflow:hidden;
	box-sizing: border-box;
	margin: 0;
}

.formbox div.e_txt p {
	margin: 0;
	display: block;
	vertical-align: middle;
}

.formbox p:empty,.formbox span:empty {
	line-height:0;
}


.formbox div.e_txt input {
    border: 0;
    padding: 17px;
    width:100%;
    font-size: initial;
    color: #000;
    outline: none;
    box-sizing: border-box;
    background: #f7f7f7;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 400;
    border-radius: 5px;
}



.formbox div.e_txt input:last-child {
	margin:0;
	width: 100%;
}

.formbox div.e_txt#re input {
	border: none;
	background: none;
	padding: 0;
}

.formbox div.e_txt input[type="checkbox"] {
	width:auto;
	display:inline-block;
	margin: 0;

	vertical-align: middle;
}

.formbox div.e_txt input[type="radio"] {
	width:auto;
	display:inline-block;
	margin: 0;
	vertical-align: middle;
}

.formbox div.e_txt  input[type="radio"]#radio04 {
	display:none;
}

div.e_txt span.zip input {
	width: 300px;
	margin: 0;
}

div.e_txt span.ken select {
	background: #f7f7f7;
	font-size: 1.1em;
}



/*必須*/
.formbox .required {
    color: #c80818;
    border: 1px solid #c80818;
    display: inline-block;
    font-size: 0.75em;
    line-height: 1.5;
    padding: 1px 6px 1px;
    box-sizing: border-box;
    width: 50px;
    border-radius: 3px;
    text-align: center;
    font-weight: 600;
}

/*任意*/
.formbox .any {
    color: #fff;
    background: #0d227c;
    display: inline-block;
    font-size: 0.75em;
    line-height: 1.5;
    padding: 0 6px;
    box-sizing: border-box;
    width: 50px;
    text-align: center;
}


.submitArea em {
	font-size: 0.9em;
	letter-spacing: 1px;
	font-style: normal;
	display: block;
	line-height: 2;
}

.submitArea label {
	font-size:90%;
}


textarea {
	background: #f7f7f7;
	border: none;
	border: none;
	width: 100%;
	padding: 25px;
	font-size: 0.9em;
	box-sizing: border-box;
	font-family: source-han-sans-japanese, sans-serif;
}

textarea:focus {
	outline:none;
}

/*送信ボタン*/
.submitArea .btn_submit {
    margin: 50px auto 0;
    width: 100%;
    display: block;
    text-align: center;
}

.submitArea .btn_submit p {
	font-size:inherit;
}

.submitArea .btn_submit a.button1 {
	padding: 25px 100px;
	margin: 0 20px;
}

.submitArea .btn_submit a.button1.submit {
	background-image: linear-gradient(to right, rgba(245,78,78,1) 50%,rgba(245,78,78,0.9) 50%);
}

.submitArea .btn_submit input {
    background: #fff;
    padding: 25px 150px;
    color: #005bac;
    margin: auto;
    overflow: hidden;
    border: 2px solid #005bac;
    cursor: pointer;
    font-size: 1.1em;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-size: 8px;
    font-weight: 500;
    transition: .3s;
    border-radius: 10px;
    font-weight: bold;
    font-family:
    source-han-sans-japanese, sans-serif;
}

.submitArea .btn_submit input:hover {
    transition:.3s;
    color: #fff;
    background: #005bac;
}



form.wpcf7-form p.buttons-area .button-rewrite{
	margin-right:20px;
	background:#666;
}
form.wpcf7-form p.buttons-area .wpcf7-submit{
	margin-left:20px;
}

label.check {
	position: relative;
	display: inline-block;
	padding: 3px 3px 3px 22px;
	cursor: pointer;
}

/*入力済*/
.entered {
    color: #444;
    letter-spacing: 1px;
}


.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: #f54e47 !important;
	text-align: center;
	max-width: 1000px;
	color: #f54e47;
	margin: 20px auto;
	font-weight: 700;
}



@media screen and (max-width: 1699px) {

}

@media screen and (max-width: 1399px) {
    /*フォーム*/
	.wpcf7-list-item {
	    /* margin: 0; */
	}
	
	.formbox {
	    flex-wrap: wrap;
	}
	
	.formbox label {
	    width: 100%;
	    font-weight: 600;
	}
	
	
	.submitArea .btn_submit input {
	    font-size: 1em;
	}
	
	.submitArea .btn_submit {
	    margin: 0;
	}
	
	.formbox div.e_txt input {
	    padding: 10px;
	}
 
}
@media screen and (max-width: 1299px) {

    /*フォーム*/

    .form-box {
        padding: 50px;
    }

   
}

@media screen and (max-width: 1200px) {
    h1 {
        font-size: 2.85em;
    }


    .r-head-box .en {
        font-size: 1em;
    }
    
    /*採用フロー*/

    

	
}
@media screen and (max-width: 1023px) {
    h1 {
        font-size: 2.6em;
    }
    
    h2 {
        font-size: 1.8em;
    }

    /*募集要項*/

   


  
}
@media screen and (max-width: 991px) {
     
    h1 {
        font-size: 2.5em;
    }


    .first-img .title {
        bottom: 20px;
    }
    
    
    /*フォーム*/

    .form-box {
        padding: 30px;
    }

  
    

	
}


@media screen and (max-width: 767px) {

  h1 {
      font-size: 1.8em;
  }
  
  .r-head-box .en {
          margin: 8px 0 0 0;
  }

  .content-inner>section {
      padding: 0;
  }

  /**/

  
  .first-img .title {
        position: relative;
        bottom: inherit;
        left: 0;
        margin: -30px auto 20px;
        width: 90%;
    }
    
    .first-img .title h2 br {
        display: none;
    }
    
    
    .more {
        margin: 30px auto 0;
    }
    
      .recruit .button2 {
        font-size: 1em;
        padding: 18px 0;
    }

    .first-wrap {
        flex-wrap: wrap;
    }
    
    .r-a-wrap {
        position: relative;
        background: none;
        margin: 0 0 30px 0;
        width: 100%;
    }
    
    .r-head-box {
        padding: 0 0 0 5%;
    }
    
    .content-inner>section {
        padding: 50px 0 0 0;
    }
    
    h2.mid-head:before {
        width: 30px;
        height: 3px;
    }
    
    h2.mid-head {
        padding: 4px 0 0 0;
        font-size: 1.4em;
    }

    
	/*フォーム*/
	.wpcf7-list-item {
	    margin: 0;
	}
	
	.formbox div.check {
	    margin: 0 0 0 10px;
	}
	
	.form_box,textarea {
	    padding: 15px;
	}

	.form-box {
	    padding: 20px 10px 10px;
	}
	
	.formbox article {
	    flex-wrap: wrap;
	    justify-content: flex-start;
	    margin: 0 0 20px 0 !important;
	}
	
	.formbox .forminbox {
	    padding: 0;
	}
	
	.formbox .koumoku {
	    width: 100%;
	    margin: 0 0 10px 0;
	}
	
	.formbox div.e_txt p {
	    margin: 0;
	}
	
	.wpcf7-radio label {
	    padding: 0 12px 7px 31px;
	}

	.wpcf7-radio label span:before {
	    width: 18px;
	    height: 18px;
	}

.wpcf7-radio label span:after {
    width: 13px;
    height: 13px;
    left: -24.5px;
    top: 4.5px;
}

	.formbox label{
		font-size:0.95em;
		margin: 0;
	}
	
	.submitArea .btn_submit input {
	    padding: 20px 0;
	    width: 100%;
	    font-size: 0.9em;
	}

	

    
}

@media screen and (max-width: 480px) {
    .first-wrap figure {
        overflow: hidden;
    }
    
    .first-wrap figure img {
        max-width: 130%;
        text-align: center;
    }



}