/*!
Theme Name: nf_recruit_theme
Theme URI: https://recruit.nippon-fi.co.jp
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-family:'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo,メイリオ,sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing:0.06em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0;
}

ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
	transition: .3s;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}



/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* contents
--------------------------------------------- */
body{
	background-color: #EDF9FF;
}

#page-recruit-detail{
	background: #F7F7F7;
	max-width: 800px;
	margin: 0 auto;
	width: 100%;
	font-size: 14px;
}
#page-recruit-detail p{
	margin: 0 0 1em;
}
#page{
	padding-top: 60px;
}
.site-header{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	z-index: 9800;
}
.site-branding{
	width: 100%;
	height: 60px;
	position: absolute;
	top:0;
	left:0;
	background-color: #fff;
	text-align: left;
}

.site-branding h1{
	margin-top: 10px;
	margin-left: 10px;
}

.site-title img{
	width: 220px;
}
.toplink{
	position: absolute;
	left: 260px;
	top: 18px;
}
.toplink a{
	color: #000;
	text-decoration: none;
	font-size: 14px;
	position: relative;
}
.toplink a:hover{
	text-decoration: underline;
}
.toplink :before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 7px;
	height: 7px;
	border:solid #000;
	border-width: 2px 2px 0 0;
	transform: rotate(45deg);
	left: -13px;
	top: 3px;
}

.front-main{
	background-color: #DBF4FF;
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}

.h-recruit{
	background: url(images/img-recruit.jpg) no-repeat;
	background-position: 50% 80%;
	background-size: 130%;
	width: 100%;
	max-width: 800px;
	text-align: center;
	padding-top: 15%;
	position: relative;
	margin: 0 auto;
	
}
.t-h-recruit{
	background-color:rgba(255,255,255,0.7);
	font-weight: 600;
	color: #122594;
	font-size: 32px;
	padding: 10px 20px;
	max-width: 430px;
	width: 70%;
	margin:0 auto;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
}


/* recruit
--------------------------------------------- */
#recruit{
	width: 100%;
	padding: 60px 0 0;
}
.yoko{
	position: relative;
	width: 100%;
}
.yoko h2{
	color:#515EA7;
	text-align: center;
}

.chara{
	position: absolute;
}
.ch-1{
	width: 10%;
	top: -150%;
	left: 20%;
}
.ch-2{
	width: 11%;
	top: -130%;
	right: 18%;
}
.ch-3{
	width: 18%;
	margin: 0 auto 100px;
}
.ch-4{
	width: 13%;
	top:-210%;
	left: 10%;
}
.ch-5{
	width: 16%;
	top:-180%;
	right: 9%;
}
.box-recruitbtn{
	display: flex;
	justify-content: center;
}

.box-recruitbtn a{
	color: #fff;
	font-weight: 600;
}
.sinsotu,
.chuto{
	display: block;
	text-align: center;
	width: 40%;
	text-decoration: none;
	padding:15px 0;
	position: relative;
	border-radius: 5px;
	margin: 70px 10px 50px;
}
.sinsotu{
	background-color: #FFB1C6;
}
.chuto{
	background-color: #4DD146;
}

.sinsotu:hover,
.chuto:hover,
.box-goform a:hover{
	background-color: #0071B4;
	color: #fff;
}

.box-recruitbtn a span,
.box-goform a span{
	display: block;
	width: 18px;
	height: 18px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	background: #fff;
	z-index:1111;
}
.box-recruitbtn a span{
	right: 8%;
	bottom: 32%;
}
.box-goform a span{
	right: 38%;
	bottom: 35%;
}

.sinsotu::before,
.chuto::before,
.sinsotu::after,
.chuto::after,
.box-goform a::before,
.box-goform a::after {
	content: "";
	width: 8px;
	height: 3px;
	display: inline-block;
	border-radius: 1.5px;
	position: absolute;
	
	z-index:1112;
}
.sinsotu::before,
.chuto::before,
.sinsotu::after,
.chuto::after{
	right: 9.5%;
}
.box-goform a::before,
.box-goform a::after{
	right: 38.5%;
}


.sinsotu::before,
.sinsotu::after {
	background: #FFB1C6;
}

.chuto::before,
.chuto::after {
	background: #4DD146;
}
.box-goform a::before,
.box-goform a::after{
	background: #515EA7;
}

.sinsotu:hover::before,
.sinsotu:hover::after,
.chuto:hover::before,
.chuto:hover::after,
.box-goform a:hover::before,
.box-goform a:hover::after{
	background: #0071B4;
}

.sinsotu::before,
.chuto::before,
.box-goform a::before {
	top: calc(50% - 3px);
	transform: rotate(45deg);
}
.box-goform a::before {
	top: calc(50% - 3.5px);
}
.sinsotu::after,
.chuto::after,
.box-goform a::after {
	bottom: calc(50% - 4.5px);
	transform: rotate(-45deg);
}

.box-goform {
	width: 100%;
	position: relative;
}
.box-goform a{
	display: block;
	width: 100%;
	background-color: #45CDE2;
	color: #515EA7;
	text-align: center;
	padding: 20px 0;
	font-weight: 600;
	text-decoration: none;
}


/* footer
--------------------------------------------- */
#footer{
	color: #333;
	background-color: #fff;
	width: 100%;
	border-top: 1px solid #707070;
}
.f-content{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 800px;
	width: 100%;
	margin: 0 auto 30px;
	align-items: center;
}
.f-logo,
.f-logo-nisi{
	text-align: center;
	width: 20%;
	margin: 20px 10px 0;
}
.f-logo-nisi{
	width: 10%;
}
.f-content a img{
	transition:0.3s;
}
.f-content a:hover img{
	opacity: 0.7;
}
.cr{
	text-align: center;
	font-size: 10px;
	padding-bottom: 5px;
}

.scrolltop{
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 5%;
	right: 60px;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
}
.scrolltop a{
	display: block;
}
.scrolltop a:hover{
	transform: translateY(-5px);
}

/* newgraduate,midcareer
--------------------------------------------- */
.h-mid,
.h-new{
	
	width: 100%;
	color: #fff;
	padding: 10px 0;
	text-align: center;
	margin:0 auto 40px;
}
.h-mid{
	background-color: #4DD146;
}
.h-new{
	background-color: #FFB1C6;
}
.t-mid,
.t-new{
	width: 100%;
	padding-bottom: 5px;
	text-align: center;
	font-size: 18px;
}
.t-mid{
	border-bottom:4px solid #4DD146;
}
.t-new{
	border-bottom:4px solid #FFB1C6;
}
.gyomu h4{
	margin: 2em 0 0.5em;
}
.gyomu > div,
.joken-list{
	width: calc(100% - 80px);
	padding: 0 40px;
	margin: 0 auto 40px;
}
.joken-list{
	margin: 0 auto;
}


.joken-list > li{
	display: flex;
	padding: 10px 0;
}
.j-t{
	width: 120px;
	font-weight: 600;
	font-size: 15px;
}
.j-con{
	width: calc(100% - 120px);
}
.j-con p{
	margin:0 0 20px;
}
.con-t{
	font-weight: 600;
	margin-bottom: 0!important;
}
.fukuri{
	flex-wrap: wrap;
}
.fukuri .j-t{
	width: 100%;
	margin-bottom: 20px;
}
.fukuri .j-con{
	width: 100%;
}

.fukuri ul{
	padding: 0;
}
.fuku-con{
	margin-left: 2em;
}
.ind{
	display: inline-block;
	margin-left: 1.8em;
}






/* entry
--------------------------------------------- */
#page-entry{
	background: #FFF;
	max-width: 800px;
	margin: 0 auto;
	width: 100%;
	font-size: 14px;
	padding-bottom: 20px;
}
#entry ul{
	margin:0;
	padding:0;
}
.h-entry{
	width: 100%;
	color: #fff;
	padding: 10px 0;
	text-align: center;
	margin:0 auto 40px;
	background-color: #72D9EB;
}

.entryintro{
	margin-bottom: 40px;
	text-align: center;
}
.pcbr{
	display: none;
}
.start{
	display: flex;
	justify-content: center;
	font-size: 12px;
}
.start p:first-child{
	margin-right: 20px;
}
.start p{
	margin-bottom: 5px;
}

.hissu span,
.hosi{
	color: #ff0000;
}
.hosi{
	display: inline;
}
.hosi-no{
	display: none;
}
.form ul li{
	display: flex;
	align-items: center;
	list-style: none;
}
.form ul li:first-child{
	border-top: 4px solid #72D9EB;
}

.form-t{
	width: 30%;
	background-color: #f7f7f7;
	padding-left: 16%;
	height: 50px;
	line-height: 50px;
}
.form ul li:first-child .form-t{
	height: 90px;
	padding-top: 40px;
}
.form ul li:last-child .form-t{
	height: 90px;
	padding-bottom: 40px;
}

.jusyo-t{
	height: 182px;
	line-height: 182px;
}
.form-con{
	width: 70%;
	padding-left: 5%;
}
.form ul li:first-child .form-con{
	padding-top: 40px;
}
.form ul li:last-child .form-con{
	padding-bottom: 40px;
}

.form-t p,
.form-con p{
	margin: 0;
}
.form-con input,
.form-con textarea,
.form-con select{
	background-color: #FBFCF9;
	font-size: 14px;
}
.form-con input{
	width: 40%;
}
.form-con input[type=radio]{
	width: auto;
}

::placeholder {
	color: #CBCBCB;
	font-size: 14px;
}

.wpcf7-tel,
.wpcf7-fax,
.postnum{
	width: 50%;
}
.postnum{
	margin-left: 5px;
}
.setumei{
	font-size: 13px;
	color: #989898;
	margin-bottom: 5px;
}
.address2{
	margin: 5px 0 10px;
	display: flex;
	justify-content: space-between;
	width: 50%;
}
.syokusyu,
.address2 select{
	width: 160px;
	padding: 5.5px;
	border-radius: 3px;
	height: 29px;
}
.address2 input{
	width: 49%;
	width: 160px;
}
.ken{
	margin-right: 10px;
}
.sonota-t{
	height: 80px;
	line-height: 80px;
}
.sonota{
	width: 60%;
	height: 70px;
}
.wpcf7 input[type="file"]{
	width: 70%;
	background-color: #fff;
}
.t-hansya,
.t-kojin{
	text-align: center;
	margin: 40px 0 0;
}


.hansya,
.kojin{
	width: 60%;
	overflow-y: scroll;
	height: 150px;
	font-size: 13px;
	margin:10px auto 40px;
	border-left:1px solid #707070;
	border-right:1px solid #707070;
	padding:0 20px;
}



.btn-step{
	text-align: center;
	margin: 60px 0;
	
}
.btn-step input{
	transition: .3s;
}
.btn-step input:hover{
	opacity: 0.7;
}
.wpcf7-submit{
	border:1px solid #72D9EB!important;
	background-color: #72D9EB!important;
	border-radius: 5px!important;
	height: 50px;
	width: 210px;
	color: #fff!important;
	cursor: pointer;
}
.wpcf7cp-btns{
	display: flex;
	text-align: center;
	width: 45%;
	margin: 60px auto 0;
	justify-content: space-around;
}
.wpcf7cp-cfm-edit-btn{
	border:1px solid #e6e6e6!important;
	background-color: #e6e6e6!important;
	border-radius: 5px!important;
	height: 50px;
	width: 210px;
	color: #333!important;
	cursor: pointer;
}
div.wpcf7 .wpcf7-spinner {
    display: none !important;
}
#wpcf7cpcnf table{
	border-top:1px solid #cbcbcb;
	border-collapse: collapse;
	font-size: 14px;
}
#wpcf7cpcnf th{
	font-weight: 300;
	width: 30%;
	padding: 20px 0 20px 16%;
	text-align: left;
	background-color: #f7f7f7;
}
#wpcf7cpcnf td{
	width: 70%;
	padding: 20px 0 20px 20px;
}
#wpcf7cpcnf table p{
	margin:0;
}
.entry-thanks-box{
	height: calc(100vh - 190px);
}
.return{
	text-align: center;
	font-size: 20px;
	margin: 40px auto;
}
.entryend{
	width: 210px;
	margin: 40px auto;
}
.entryend a{
	border:1px solid #e6e6e6!important;
	background-color: #e6e6e6!important;
	border-radius: 5px!important;
	height: 50px;
	line-height: 50px;
	width: 100%;
	color: #333!important;
	cursor: pointer;
	display: block;
	text-decoration: none;
}
.entryend a:hover{
	opacity: 0.7;
}



@media screen and (max-width: 834px) {
	.h-recruit{
		background-size: cover;
		padding-top: 40%;
	}

}
@media screen and (max-width: 599px) {
	.spbr{
		display: block;
	}
	#page{
		padding-top: 55px;
	}
	.site-branding{
		height: 55px;
	}
	.site-branding h1{
		margin-top: 4px;
	}
	.site-title img{
		width: 40%;
	}
	.toplink{
		top:13px;
		left: 47%;
	}
	.h-recruit{
		padding-top: 50%;
	}
	.t-h-recruit{
		font-size: 24px;
		width: 100%;
		max-width: 100%;
	}
	#recruit{
		overflow-x: hidden;
		padding:30px 0 0;
	}
	.yoko h2{
		font-size: 20px;
	}
	.ch-1{
		width: 12%;
		top:-75%;
		left: 8%;
	}
	.ch-2{
		width: 14%;
		top: -80%;
		right: 6%;
	}

	.box-recruitbtn{
		flex-wrap: wrap;
		width: calc(100% - 40px);
		margin: 20px auto 5px;
	}
	.sinsotu, .chuto{
		width: 100%;
		margin: 20px 0 5px;
	}

	.ch-3{
		width: 25%;
		margin: 0 auto 60px;
	}
	.ch-4{
		width: 18%;
		top: -80%;
		left: 5%;
	}
	.ch-5{
		width: 23%;
		top: -40%;
		right: -3%;
	}
	
	.box-goform a span{
		right: 27.5%;
	}
	.box-goform a::before, .box-goform a::after {
		right: 28.5%;
	}
	.f-logo{
		width: 35%;
	}
	.f-logo-nisi{
		width: 18%;
	}
	.f-content{
		margin: 0 auto 10px;
	}
	#footer{
	padding-bottom: 3px;
	border-top: none;
	}

	.scrolltop{
		right: 12px;
		width: 35px;
		height: 35px;
	}
	.gyomu > div,
	.joken-list{
		width: calc(100% - 40px);
		padding: 0 20px;
	}
	.otherbtn{
		margin:0 auto 40px;
	}

	.box-goform::before{
		left: 15%;
	}
	
	.pcbr{
		display: block;
	}
	.start{
		flex-wrap: wrap;
	}
	.start p:last-child{
		margin-top: 5px;
	}
	.form-t{
		padding-left: 5%;
	}
	.form-con input[type=text],
	.form-con input[type=email],
	.form-con input[type=file],
	.form-con textarea{
		width: 90%;
	}
	.jusyo-t{
		height: 218px;
		line-height: 218px;
	}
	.postnum{
		width: 89%;
	}
	.address2{
		flex-wrap: wrap;
		width: 100%;
	}
	.ken{
		margin-right: 0;
		margin-bottom: 10px;
		width: 100%;
	}
	.setumei{
		width: 90%;
		font-size: 12px;
	}

	.hansya,
	.kojin{
		width: 90%;
	}
	.entry-thanks-box{
		height: calc(100vh - 161px);
	}


}

@media screen and (max-width: 420px) {
	.toplink{
		font-size: 13px;
		top: 19px;
		left: 50%;
	}
}

@media screen and (min-height: 1300px) {
	.h-recruit{
		background-size: cover!important;
		padding-top: 50%!important;
	}
}
