@charset "UTF-8";

body {
	min-width: auto;
}
input.btn {
	width: 124px;
	box-sizing: content-box;
	border: 2px solid #444;
}
.tilt .wrapper {
	-webkit-transform: skewY(15deg);
	transform: skewY(15deg);
	transition: all 0.3s ease;
}
.wrapper {
	overflow-x: hidden;
}
body.tilt .wrapper .tilter {
	transform: skewY(-15deg) rotate(15deg);
	transition: all 0.3s ease;
}
.fixedTopLine,
.fixedBottomLine,
.fixedLeftLine,
.fixedRightLine {
	display: none;
}
.inner {
	width: 100%;
}
#menu {
	height: auto;
}
#menu_in {
	width: 100%;
}
#menu_in .nav {
	display: flex;
	flex-wrap: wrap;
}
#menu_in .nav a {
	width: calc(100% / 4);
	flex-grow: 1;
}
#recruitSubMenu {
	top: 118px;
}
#recruitSubMenu a {
	width: 100vw;
	box-sizing: border-box;
}

dl.sec02 span.inner,
dl.sec02 dt,
#confirm {
	width: 100%;
}
h1, h2, .tit, .titler {
	word-break: auto-phrase;
}
h1,h2 {
	background-size: auto 100%;
	height: auto;
}
.wrapper span.tilter {
	box-sizing: border-box;
	width: 100% !important;
}
body.tilt .wrapper dl.sec02.lines dd .inner .left {
	padding-left: 10px;
}
h1,
.sec01 p {
	padding-left: 15px;
	padding-right: 15px;
}
dl.sec02.lines dd .inner .left {
	width: 200px;
}
h2 .line1 span,
dl.sec02.lines dt span {
	line-height: 1.2 !important;
}
h1 {
	padding-top: 13px;
	padding-bottom: 10px;
}
h1 span {
	font-size: 24px;
	line-height: 1.3;
}
h2 {
	padding-top: 10px;
	padding-bottom: 10px;
}
h2 span.inner {
	padding-top: 0;
}
h2 span,
h2 span.inner {
	font-size: 18px;
	line-height: 1.3;
}
h2 span.inner.line1 {
	line-height: 1.5;
	padding-top: 10px;
	padding-bottom: 10px;
	word-break: auto-phrase;
}
body.tilt h2 span.inner {
	padding-top: 10px;
	padding-bottom: 10px;
}

.box {
	width: 96%;
	margin: 0 auto;
	float: none;
}
.box.fl {
	margin-bottom: 50px;
}
.box p.tit {
	font-size: 19px;
	line-height: 1.3;
	padding: 10px 5px 7px 25px !important;
}
.box ul {
	padding: 10px 10px !important;
}
.box ul li {
	line-height: 1.4;
	padding: 6px 0 6px 9px !important;
	background-position: top 12px left;
}

.sec01 {
	padding: 30px 0 80px;
	position: relative;
	overflow: hidden;
}
.sec01 p.tit {
	font-size: 20px;
	line-height: 1.3;
}
.sec02 dt,
.sec02 dd {
	padding-left: 10px !important;
	padding-right: 10px !important;
}
.sec03 .imgbox {
	margin-top: 0;
}
.sec03 .imgbox img {
	margin-top: 0;
}
.sec03 .imgbox img {
	max-width: 60%;
}

dl.sec02.lines dt {
	height: 80px;
	padding-top: 30px;
	box-sizing: border-box;
	display: inline-block;
}
dl.sec02.lines dd .inner {
	display: block;
}
dl.sec02.lines dd .inner .left {
	display: block;
	font-weight: bold;
}
dl.sec02.lines dd .inner .right {
	display: block;
	width: 100%;
}

#contact table {
	display: block;
}
#contact table tr {
	content: none;
}
#contact table th {
	display: block;
	padding: 5px 10px 0;
}
#contact table td {
	display: block;
}
#contact table td input[type="text"],
#contact table td textarea {
	max-width: calc(100vw - 24px);
}

#container > .r_text.inner {
	padding: 30px 10px;
	box-sizing: border-box;
}

#footer #copy {
	text-align: center;
}

body#page_thanks.tilt .sec01 .text {
	transform: skewY(-15deg) rotate(15deg);
	transition: all 0.3s ease;
}
body#page_thanks .sec01 .text span {
	display: inline;
}
body#page_thanks .thanks p {
	word-break: auto-phrase;
}


