/*
Theme Name:miyazaki-recruit
Theme URI: miyazaki-recruit.jp
Description:  miyazaki-recruit Theme
Author:popmix
Author URI:
Template:popmix
Version:1.0.0
*/
/*--------------------------------------------------------------
CONTACT CONTENTS:
----------------------------------------------------------------
# Header
# Eyecatch
# Main Content
# Title
# List
# Elements
# Footer
# clearfix
--------------------------------------------------------------*/
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html,body {
	height: auto;
    background: #2c2b2a;/*opening*/
}

html {
	font-size: 62.5%;
	font-family: 'Noto Sans Japanese','Helvetica Neue','Helvetica','Arial',"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	scroll-behavior: smooth;
}

body {
	overflow-y: auto;
	overflow-x: hidden;
	font-size: 1.6rem;
	line-height: 1.5;
	color: #332721;
	-webkit-text-size-adjust: none;
		background: #e7e2d7;	

}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div {
	scroll-margin-top: 70px;/*ページ内アンカー*/
}

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

img.ie {
	display: none;
}

p,ul,dl,dt,dd {
	margin: 0 0 0.5em;
	padding: 0;
	word-break: break-all;
}

ul{
	list-style: none;
}

input,
button,
textarea,
select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-touch-callout: none;
    -webkit-user-select: auto;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "MyYuGothicM", YuGothic, sans-serif;
}

input[type="text"],
input[type="password"],
textarea,
select,
a:focus {
    outline: none;
}

select {
    outline: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: auto;/* ! 100% prohibited ! */
}

select option {
    background-color: #fff;
    color: inherit;
}

select option:hover {
    color: #fff;
    background: #64ad13;
}

select::-ms-expand {
    display: none;
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #828c9a;
}

input::-ms-clear {
    visibility: hidden;
}

@keyframes onAutoFillStart {
    from {}

    to {}
}

@-webkit-keyframes onAutoFillStart {
    from {}

    to {}
}

input:-webkit-autofill {
    animation-name: onAutoFillStart;
    transition: background-color 50000s ease-in-out 0s;
    -webkit-text-fill-color: rgb(48, 183, 54) !important;
    -webkit-box-shadow: 0 0 0px 1000px rgb(249, 251, 253) inset !important;
}


blockquote,
figure {
	margin: 2em 0 2.5em;
}

input::-ms-clear {
    visibility: hidden;
}

#contents {
  margin:0 auto;
	min-height: 100%;
}

#cover {
	min-height: calc(100vh - 100px);
}

#wMain .action,
#wHeader .action {
	visibility: hidden;
}

@media screen and (min-width: 800px) {
	body {
		font-size: 1.8rem;
	}
	p,ul,dl,dt,dd {
	margin: 0 0 1em;
	}
	
	div {
	scroll-margin-top: 95px;/*ページ内アンカー*/
}

}
/*end*/

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#wHeader {
	max-width: 1100px;
	margin: 0 auto;
    padding: 1em;
    border-bottom: 1px solid #cad6dc;
}
	
#wHeader #siteTitle {
	margin: 0;
	padding: 0;
	font-size: 1.8rem;
}

#headerFixed {
	position: fixed;
  top: 30%;
	left: 0;
	width: 90px;
	z-index: 999;

}

#areaSns {
	position: absolute;
	top: 20px;
	left: 10px;
	display:-webkit-box;
  	display: -webkit-flex;
  	display:-ms-flexbox;
	display: flex;
    justify-content: flex-end;
	line-height: 1;
    vertical-align: middle;
}

#areaSns img {
	margin: 0 8px;
}

#snsTwitter img {
	width: 16px;
	margin-top: 2px;
}

#snsInstagram img {
	width: 20px;
}

#snsFacebook img {
	width: 20px;
}

#snsYoutube img {
	width: 84px;
}

#navGlobal {
	display:-webkit-box;
  	display: -webkit-flex;
  	display:-ms-flexbox;
  	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	flex-direction: column;
	width: 2.75em;
	margin-right: 5em;
	padding: 0;
	z-index: 999;
}

#navGlobal #navTop {
}

#navGlobal #navMenu {
	margin-right: 0;
	padding: 0 0 2em;
}

#navGlobal * {
	line-height: 1.4;
	font-size: 1.6rem;
	font-weight: bold;
}

#navGlobal li {
	position: relative;
	width: 100%;
	margin-bottom: 1em;
	padding: 0 0.25em;
	vertical-align: middle;
	text-align: left;
}

#navGlobal li a {
	display: block;
	position: relative;
	padding: 0.5em 0.25em;
	text-decoration: none;
	color: #baae75;
}

#navGlobal #navTop a {
	border: 2px solid #e6e6e6;
	background: #fff;
}

#navGlobal li:first-of-type a {
	background: #c34209;
}

#navGlobal li:nth-of-type(2) a {
	background: #c85e10;
}

#navGlobal li:nth-child(n+3) a {
	background: #be7e24;
}

#navGlobal li:last-of-type a {
	background: #cb9f1a;
}

#navGlobal a.current {
  background-color: #007bff;
  color: #fff;
}

#navGlobal li .current {
	border: 2px solid #bd8215;
  background-color: #c9aa7d !important;
}


@media screen and (min-width: 1330px) {
#wHeader #siteTitle {
	padding-left: 0;
	}
	#headerFixed {
		justify-content: center;
	}
	
#navGlobal {
	flex-wrap: nowrap;
		width: 5em;
	}
	
	#navGlobal #navMenu {
	padding-bottom: 0;
	}
	
#navGlobal li {
	width: auto;
	}
	#navGlobal li a {
	}
	
	#navGlobal li span {
}

	
#areaSns {
	top: 6px;
	left: auto;
	right: 10px;
	}

	
}


/*--------------------------------------------------------------
# Title
--------------------------------------------------------------*/
h1 {
	margin: 0 0 1em;
    font-size: 2.4rem;
    line-height: 1.4;
    
}

h2,h3,h4,h5,h6 {
	margin: 0 0 1em;
	font-size: 1.8rem;
	line-height: 1.4;
}

@media screen and (min-width: 800px) {
    h1 {
        font-size: 3.6rem;
    }
    
	h2,h3,h4,h5,h6 {
		margin-bottom: 1em;
		font-size: 2.4rem;
	}

}
/*end*/

/*--------------------------------------------------------------
# List
--------------------------------------------------------------*/
.listNormal li {
    list-style-type: disc;
    margin-left: 30px;
    margin-bottom: 0.25em;
}

.listData div {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	align-items:flex-start;
	margin-bottom: 1em;
	border-bottom: 1px solid #c59d63;
}

.listData div div {
	flex-direction: column;
	margin-bottom: 0;
	border: none;
}

.listData dl {
	margin: 0;
}

.listData dt {
	width: 110px;
	padding: 0 0.5em;
	color: #fff;
	font-weight: bold;
	background: #c59d63;
}

.listData dd {
	width:  calc(100% - 130px);
	padding: 0 0 0 1em;
	color: #fff;
}

.listData dl dt {
	width: 100%;
	padding: 0.2em 0.5em;
	color: #fff;
	font-weight: bold;
	background: #881b21;
	line-height: 1.4;
	text-shadow: none;
}

.listData dl dd {
	width:  100%;
	padding: 0 0 0 1em;
	color: #fff;
}


@media screen and (min-width: 800px) {
	
.listData div div {
	flex-direction: row;
	}
	
	.listData dt {
	width: 150px;
	padding: 0 0.5em;
	}
	
	.listData dl dt {
		width: 150px;
	padding: 0 0.5em;
}
	
	.listData dl dd {
	width:  calc(100% - 150px);
	}
	
	}
/*end*/

/*--------------------------------------------------------------
# Main Content
--------------------------------------------------------------*/
#wMain {
	width: 100%;
}

#wMain section > * {
	padding: 1em 1em 4em;
}

@media screen and (min-width: 800px) {
    #wMain section > * {
        padding: 6em 1em 4em;
    }  
}
/*end*/



.btn {
    display: inline-block;
    min-width: 270px;
    margin-bottom: 3px;
    padding: 10px 60px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    line-height: 1.4;
    border-radius: 50px;
    font-size: 2rem;
    font-weight: bold;
    box-shadow: 0 2px 6px rgba(187, 195, 210, 0.6);
    border-left: 2px solid #458400;
    border-bottom: 3px solid #356500;
    background: #2bb736;
    /* Old browsers */
    background: -moz-linear-gradient(left, #94d035 0%, rgb(16, 212, 39) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #94d035 0%, rgb(16, 212, 39) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #94d035 0%, rgb(16, 212, 39) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background-color: rgb(180, 186, 156);
    /*transition中間色*/
    -webkit-transition: background-color .6s;
    transition: background-color .6s;
}


.btn:hover {
    color: #41861c;
    cursor: pointer;
    box-shadow: none;
    background: rgb(182, 209, 184);
}

.areaBtnC {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding-top: 1em;
}

.areaBtn .btn,
.areaBtnC .btn {
    margin-bottom: 2em;
    margin-right: 1em;
    margin-left: 1em;
    box-shadow: 0 2px 6px rgba(144, 151, 165, 0.6);
}

.areaBtn .btn:hover,
.areaBtnC .btn:hover {
    box-shadow: none;
}

.btnRegistration {
    border-left: 2px solid #c8f1ff;
    border-bottom: 3px solid #a3e3f9;
    background: #00a0e9;
    -webkit-transition: background .6s;
    transition: background .6s;
}

.btnRegistration:hover {
    border-left: 2px solid #85a7b2;
    border-bottom: 3px solid #85a7b2;
    color: #00a0e9;
    background: rgb(182, 200, 209);
}

.btnCancel {
    border-left: 2px solid #909398;
    border-bottom: 3px solid #5b7ab3;
    background: #333e4d;
}

.btnCancel:hover {
    color: #333e4d;
    border-left: 2px solid #59607e;
    border-bottom: 3px solid #59607e;
    background: #7e97b7;
}


@media screen\0 {

    .btn,
    input[type="submit"],
    input[type="button"] {
        padding-bottom: 0.3em;
        line-height: 1.2;
    }

    .btnCancel {
        padding-top: 0.8em;
        /*半角英数字と合わせる*/
        padding-bottom: 0.2em;
    }

    .btnReload {
        padding-top: 0.6em;
        padding-bottom: 0.2em;
    }

    textarea,
    label.select {
        margin-bottom: 0.5em;
    }


}

/*end*/

@media screen and (min-width: 800px) {

    
}/*end*/

/*--------------------------------------------------------------
# Link
--------------------------------------------------------------*/
a {
	color: inherit;
	text-decoration: underline;
}

/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/
.modal {
	display: none;
}

.modal .modalBox {
	position: relative;
    display: -webkit-flex;
    display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.modal .modalBox .modalClose {
	display: inline-block;
	position: absolute;
	top: 8px;
	right: 10px;
	width: 48px;
	height: auto;
	padding: 2px 0;
	color: #666666;
	font-size: 4rem;
	cursor: pointer;
	font-family: Arial;
	line-height: 1;
	vertical-align: middle;
    text-align: center;
	z-index: 10003;
	background: rgba(255, 255, 255, 0.8);
}

.modal input[type="checkbox"].modalSwitch {
	position: absolute;
	z-index: -9999;
	visibility: hidden;
}

.modal input[type="checkbox"].modalSwitch:checked + label::after,
.modal .btnLabel::before {
	display: none;
}

.modal .modalLayer {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
    text-align: left;
	background: rgba(255, 255, 255, 0.84);
}

.modal.show .modalLayer {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	z-index: 10003;
}

.modal .modalWrapper {
	width: 90%;
    height: auto;
	max-width: 700px;
}

.modal .modalWrapper .areaTxt {
    padding: 0 1em;
}

.modal .modalWrapper p {
    display: none;
}

/*--------------------------------------------------------------
# Modal ver.css
--------------------------------------------------------------*/
#modalSwitch01,
.modalMenu .btnLabel,
.modalBox label.modalClose {
    display: none;
}

.modalMenu .modalWrapper {
	position: relative;
}


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

#modalSwitch01,
.modalMenu {
	display: block;
}

.modalMenu {
    height: 70px;
	z-index: 1;
}

.modalBox {
	position: relative;
	display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
    
    .modalMenu .btnLabel {
        display: block;
    }

.modalMenu .btnCover {
    position: absolute;
    top: 10px;
    right: 0;
    display: block;
    width: 80px;
    height: 40px;
    padding-top: 0.5em;
    padding-right: 5px;
    font-size: 1.4rem;
	color: #d84c14;
    border-right: 10px solid #d84c14;
    background: #fff;
}
	
.modalMenu .btnCover:hover {
	cursor: pointer;
}

.modalBox label.modalClose {
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 50px;
	height: 50px;
	padding: 1px 0 0;
	color: #fff;
	font-size: 4rem;
	cursor: pointer;
	font-family: Arial;
	line-height: 50px;
	vertical-align: middle;
    text-align: center;
	border-radius: 100%;
	z-index: 999;
	background: #333e4d;
}

.modalMenu input[type="checkbox"] {
	position: absolute;
	z-index: -9999;
	visibility: hidden;
}

.modalMenu input[type="checkbox"]:checked + label::after,
.modalMenu .btnLabel::before {
	display: none;
}

.modalMenu .modalLayer {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
    text-align: left;
	background: rgba(220, 220, 220, 0.8);
	opacity: 0;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: opacity ease-out all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
	-moz-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
	-ms-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
	-o-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
	transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
	z-index: -1;
}

.modalMenu input:checked ~ .modalLayer {
	display: block;
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-0-transform: scale(1);
	transform: scale(1);
	z-index: 999;
}

.modalMenu .modalWrapper {
	width: 90%;
	max-width: 700px;
}

@media screen\0 {
	.modalBox .modalClose {
		padding-top: 2px;
	}
}

}

/*--------------------------------------------------------------
# Movie
--------------------------------------------------------------*/

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
#wMain .setMultipleColumn {
	width: 100%;
}

.txtC {text-align: center;} .txtR {text-align: right;}
.clearBr { display: inline; }

@media screen and (min-width: 1330px) {
	#wMain .setMultipleColumn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
		justify-content: center;
}
    
    #wMain .set2Column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-items: center;
    }

	
}
/*end*/

@media screen and (min-width: 800px) {
	.clearBr { display: none; }
}
/*end*/
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#wFooter {
	padding: 20px 0;
	text-align: center;
    color: #fff;
    background-color: #444;
}

#wFooter p {
	margin: 0;
}

#pageTop{
    width: 40px;
    height: 40px;
    right: 10px;
    bottom: 10px;
    position: fixed;
    background: rgba(255, 255, 255, 0.84);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
	z-index: 999;
}

#pageTop::before{
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-top: 1px solid #d84c14;
    border-right: 1px solid #d84c14;
    transform: rotate(-45deg);
}


#pageTop.show {
    transform: scale(1);
	-webkit-transform: scale(1);
}

#pageSupport {
	display: none;
	/*
	position: fixed;
    right: 0;
    bottom: 218px;
		margin: 0;
	padding: 0 1em 0 1em;
		-webkit-font-feature-settings: 'pkna';
    font-feature-settings: 'pkna';
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-ms-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	vertical-align: middle;
	text-align: left;
    font-weight: bold;	
    font-size: 1.4rem;
    z-index: 888;
    border-radius: 5px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
	    color: #efd8c1;
    background: #d84c14;
	border-radius: 0;
	*/

}

/*
#pageSupport a {
    position: relative;
	width: 100%;
	padding: 2.75em 1.9em 1em 2em;
	text-decoration: none;
	background: url("../img/ico02.png") no-repeat center 10px;
	background-size: 1.4em auto;
}


#pageSupport.show {
    transform: scale(1);
	-webkit-transform: scale(1);
}
*/


#pageInquiry {
	position: fixed;
    right: 0;
    bottom: 64px;
		margin: 0;
	padding: 0 0.5em;
		-webkit-font-feature-settings: 'pkna';
    font-feature-settings: 'pkna';
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-ms-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	vertical-align: middle;
	text-align: left;
    font-weight: bold;	
    font-size: 1.4rem;
    z-index: 888;
    border-radius: 5px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
	    color: #efd8c1;
    background: #d84c14;
	border-radius: 0;

}

#pageInquiry a {
    position: relative;
	width: 100%;
	padding: 2.75em 1.9em 1em 2em;
	text-decoration: none;
	background: url("../img/ico02.png") no-repeat center 10px;
	background-size: 1.4em auto;
}


#pageInquiry.show {
    transform: scale(1);
	-webkit-transform: scale(1);
}

#pageInstagram {
		position: fixed;
    right: 20px;
    bottom: 70px;
		margin: 0;
	padding: 1em;
	vertical-align: middle;
	text-align: left;
    font-weight: bold;	
    font-size: 1.4rem;
    z-index: 888;
    border-radius: 5px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
	    color: #efd8c1;
}

#pageInstagram a {
    position: relative;
	width: 100%;
	padding: 2.75em 1.9em 1em 2em;
	text-decoration: none;
	background: url("../img/ico02.png") no-repeat center 10px;
	background-size: 1.4em auto;
}

#wMain #areaCompany {
	background: #333e4d;
	
}

#wMain #areaCompany .setContents {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	align-content: center;
	justify-content: center;
    margin: 0 auto;
	padding-top: 0.75em;
	padding-bottom: 1em;
    max-width: 1100px;
    text-align: left;
		color: #fff;
	font-weight: bold;
}

#wMain #areaCompany div {
	display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	margin: auto 0;
	padding: 0 0.5em 0.25em;
}

#wMain #areaCompany p {
	margin-bottom: 0;
	padding: 0 0.5em;
}

#wMain #areaCompany .style01 {
	font-size: 2rem;
	padding-left: 1em;
}

#wMain #areaCompany .mail {
	display: none;
}

@media screen and (min-width: 800px) {


	#footerCopy small {
		font-size: 100%;
		color: #b1b9c3;
	}
	
	#pageInquiry {
    bottom: 318px;
		padding: 0 1em;
	}
	
	#pageInquiry:hover {
	cursor: pointer;
	color: #d84c14;
	background: #fff;
}

	#pageTop:hover {
		background: #d84c14;
	}
	

#pageTop:hover::before {
    border-top: 1px solid #efd8c1;
    border-right: 1px solid #efd8c1;
}
	
}
/*end*/

@media screen and (max-width:450px) {
#pageInstagram {
	max-width: 198px;
	}

}
/*end*/

/*--------------------------------------------------------------
# clearfix
--------------------------------------------------------------*/

.clearfix::after{
  content: "";
  display: block;
  clear: both;
}

