/* = Common Layout
-------------------------------------------------------------- */
.content-width {
	position: relative;
	box-sizing: border-box;
	max-width: 1060px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}
.content-width.content-wide {
	max-width: 1240px;
}
#wrapper {
	min-width: 1040px;
	overflow: hidden;
	background-color: #EDCC4D;
}

.bg-section {
	width: 1360px;
	margin: 0 auto;
}

.section-title {
	margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
	.content-width {
		padding-left: 20px;
		padding-right: 20px;
		max-width: 480px;
		width: 100%;
	}
	#wrapper {
		padding-top: 0 !important;
		width: 480px;
		min-width: 0;
		margin: 0 auto;
	}
	.right,.left {
		float: none;
	}
	.bg-section {
		width: 440px
	}
}

/* Component
----------------------------------------------------------------- */
/* btn */
.btn-box {
	display: block;
	text-align: center;
	margin-top: 50px;
}
.btn {
	display: inline-block;
	padding: 30px 156px 30px 70px;
	background-color: #EDCC4D;
	background-image: url('../images/btn_arrow.png');
	background-size: initial;
	background-repeat: no-repeat;
	background-position: center right 50px;
	line-height: 1;
	border-radius: 60px;
	box-sizing: border-box;
}
.btn:hover {
	opacity: .7;
	text-decoration: none;
}
.btn .upper,.btn .lower {
	display: block;
}
.btn .upper {
	font-size: 3.0rem;
	font-weight: bold;
}
.btn .lower {
	font-size: 1.4rem;
	margin-top: 15px;
}
/*ttl*/
.ttl-box {
	text-align: center;
}
.ttl-box .ttl {
	line-height: 1;
	margin: 0;
}
@media screen and (max-width: 768px) {
	.btn {
		width: 100%;
		padding: 20px;
		background-position: center right 15px;
		background-size: 32px;
	}
	.btn .upper {
		font-size: 1.8rem;
	}
	.btn .lower {
		font-size: 1.3rem;
		margin-top: 10px;
		line-height: 1.5;
	}
	.ttl-box .ttl {
		line-height: 2;
	}
}

/* = text-decoration
-------------------------------------------------------------- */
.penji {
	font-family: 'mogiha penji','游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', 'Yu Gothic', YuGothic, serif;
	background-color: #fff;
	border: 4px solid #163968;
	font-weight: normal;
	display: inline-block;
	line-height: 1;
	letter-spacing: -0.07em;
}
.din {
	font-family: din-2014,'游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', 'Yu Gothic', YuGothic, serif;
	font-weight: bold;
	font-style: normal;
}

/* = Header
----------------------------------------------------------------- */
#header.header-fix {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	padding: 15px;
	box-sizing: border-box;
	z-index: 10;
}
#site-title {
	margin: 0;
}
#header .search-box .link {
	display: inline-block;
	font-size: 1.4rem;
	font-weight: bold;
	border-radius: 4px;
	padding: 15px;
	box-sizing: border-box;
}
#header .search-box .link.to-contact {
	border: 1px solid #163968;
}
#header .search-box .link.to-reserve {
	background-color: #EDCC4D;
	color: #163968;
	margin-left: 10px;
}
@media screen and (max-width: 768px) {
	#header.header-fix {
		position: relative;
	}
	#header .search-box {
		max-width: 480px;
		position: fixed;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
		width: 100%;
		background: #fff;
		text-align: center;
		padding: 10px 0;
	}
	#header .search-box .link.to-reserve {
		width: 310px;
	}
}

/* = mainvisual
-------------------------------------------------------------- */
#mainvisual {
	width: 1360px;
	height: 660px;
	border-radius: 30px;
	margin: 40px auto 0;
	background-color: #fff;
	background-image: url('../images/mv_bg.png');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 2;
}
#mainvisual .section-inner {
	width: 100%;
	height: 100%;
	padding: 75px 70px 50px;
	box-sizing: border-box;
	background-color: transparent;
	background-image: url('../images/mv_illust.png');
	background-size: initial;
	background-position: top 27px right 27px;
	background-repeat: no-repeat;
}
#mainvisual .catch {
	font-size: 4.0rem;
	font-weight: bold;
}
#mainvisual .catch .underline {
	background: linear-gradient(transparent 70%, rgba(237, 204, 77, 1) 70%);
	padding: 0 0 5px;
}
#mainvisual .penji {
	font-size: 5.4rem;
	padding: 14px 8px;
	margin: 0 10px;
}
#mainvisual .description {
	font-size: 2.0rem;
	margin: 40px 0 0;
}
#mainvisual .description .underline {
	background: linear-gradient(transparent 70%, rgba(237, 204, 77, 1) 70%);
	padding: 0 0 5px;
	font-size: 2.4rem;
	font-weight: bold;
}
#mainvisual .btn-box {
	margin-top: 76px;
}
@media screen and (max-width: 768px) {
	#mainvisual {
		width: 440px;
    height: auto;
    box-sizing: border-box;
    background-position: bottom 110px right -40px;
    background-size: auto 500px;
	}
	#mainvisual .section-inner {
		padding: 40px 0;
		background-size: contain;
		background-position: bottom 114px center;
	}
	#mainvisual .catch {
		font-size: 3.0rem;
		text-align: center;
	}
	#mainvisual .penji {
		font-size: 3.4rem;
	}
	#mainvisual .description {
		font-size: 1.4rem;
		margin-top: 20px;
		text-align: center;
	}
	#mainvisual .description .underline {
		font-size: 1.6rem;
	}
	#mainvisual .btn-box {
		margin-top: 320px;
	}
}

/* = sec-intro
-------------------------------------------------------------- */
#sec-intro .content-width::before,#sec-intro .content-width::after  {
	position: absolute;
	content: '';
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: initial;
	z-index: 1;
}
#sec-intro .content-width::before {
	top: -168px;
	left: -150px;
	width: 344px;
	height: 241px;
	background-image: url('../images/intro_left_top.png');
}
#sec-intro .content-width::after {
	top: -227px;
	right: 45px;
	width: 200px;
	height: 200px;
	background-image: url('../images/intro_right_top.png');
}
#sec-intro .section-inner {
	padding-top: 100px;
	padding-bottom: 60px;
}
#sec-intro .ttl-box {
	margin-bottom: 40px;
}
#sec-intro .ttl-box .ttl {
	font-size: 4.0rem;
	line-height: 2;
}
#sec-intro .txt-box p {
	margin: 0;
	text-align: center;
	font-size: 1.8rem;
	line-height: 2.5;
	font-weight: 500;
}
#sec-intro .penji {
	font-size: 7.0rem;
	padding: 5px 25px;
	margin-left: 10px;
}
#sec-intro .penji + .penji {
	margin-left: 5px;
	margin-right: 10px;
}
#sec-intro .ttl-box .ttl .underline {
	display: inline-block;
	line-height: 1;
	padding-bottom: 10px;
	background-image: url('../images/about_ttl_line.png');
	background-position: bottom center;
	background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
	#sec-intro .penji {
		font-size: 5.5rem;
	}
	#sec-intro .content-width::before {
		top: -948px;
    left: 0;
    width: 172px;
    height: 120px;
		background-size: 172px;
	}
	#sec-intro .content-width::after {
		top: -110px;
    right: 0;
    width: 100px;
    height: 100px;
    background-size: 100px;
	}
	#sec-intro .section-inner {
		padding-top: 60px;
	}
}

/* = sec-about
-------------------------------------------------------------- */
#sec-about {
	background-color: #163968;
	background-image: url('../images/about_bg_top.png'),url('../images/about_bg_bottom.png');
	background-repeat: no-repeat,no-repeat;
	background-position: top center,bottom center;
	background-size: cover;
	padding: 145px 0 191px;
	background-size: contain,contain;
}
#sec-about .content-width::before,#sec-about .content-width::after {
	position: absolute;
	content: '';
	background-repeat: no-repeat;
}
#sec-about .content-width::before {
	top: -240px;
	left: -80px;
	width: 245px;
	height: 269px;
	background-image: url('../images/about_left_top.png');
}
#sec-about .content-width::after {
	top: -355px;
	right: -80px;
	width: 333px;
	height: 335px;
	background-image: url('../images/about_right_top.png');
}
#sec-about .ttl {
	font-size: 3.0rem;
	color: #fff;
	line-height: 1.8;
}
#sec-about .ttl .inner {
	display: inline-block;
	padding: 0 58px;
	background-image: url('../images/about_ttl_left.png'),url('../images/about_ttl_right.png');
	background-repeat: no-repeat,no-repeat;
	background-position: center left,center right;
}
#sec-about .ttl .strong {
	display: inline-block;
	line-height: 1;
	font-size: 3.6rem;
	color: #EDCC4D;
	padding-bottom: 10px;
	background-image: url('../images/about_ttl_line.png');
	background-repeat: no-repeat;
	background-position: center bottom;
}
#sec-about .block-container {
	margin-top: 70px;
	display: flex;
	justify-content: space-between;
}
#sec-about .block-container .block {
	position: relative;
	width: 590px;
	height: 418px;
	padding: 70px 90px 0;
	box-sizing: border-box;
	background: #fff;
	border-radius: 10px;
	font-weight: bold;
}
#sec-about .block-container .block .head {
	position: absolute;
	width: 410px;
	top: -26px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	font-size: 2.0rem;
	padding: 16px 0;
	color: #fff;
	line-height: 1;
	border-radius: 40px;
	background: #2D8C7B;
}
#sec-about .block-container .block .strong {
	color: #2D8C7B;
	font-size: 2.0rem;
}
#sec-about .example-list .item {
	position: relative;
	padding-left: 18px;
	line-height: 1.4;
}
#sec-about .example-list .item + .item {
	margin-top: 15px;
}
#sec-about .example-list .item::before {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	top: 12px;
	left: 0;
	border-radius: 8px;
	background-color: #2D8C7B;
}
#sec-about .block-container .block + .block .strong {
	color: #EA841F;
}
#sec-about .block-container .block + .block .head {
	background-color: #EA841F;
}
#sec-about .block-container .block + .block .example-list .item::before {
	background-color: #EA841F;
}
@media screen and (max-width: 768px) {
	#sec-about {
		padding: 100px 0;
	}
	#sec-about .content-width::before {
		top: -150px;
    left: 0;
    width: 122px;
    height: 134px;
    background-size: 122px;
	}
	#sec-about .content-width::after {
		top: -200px;
    right: 0;
    width: 166px;
    height: 167px;
    background-size: 166px;
	}
	#sec-about .ttl {
		font-size: 2.6rem;
	}
	#sec-about .ttl .strong {
		font-size: 2.8rem;
	}
	#sec-about .block-container {
		flex-wrap: wrap;
	}
	#sec-about .block-container .block {
		width: 100%;
		height: auto;
		padding: 60px 20px 40px;
	}
	#sec-about .block-container .block + .block {
		margin-top: 60px;
	}
}

/* = sec-point
-------------------------------------------------------------- */
#sec-point {
	padding: 30px 0 80px;
}
#sec-point .ttl {
	font-size: 3.0rem;
	line-height: 2;
}
#sec-point .ttl .strong {
	font-size: 3.6rem;
}
#sec-point .ttl .green {
	color: #2D8C7B;
}
#sec-point .ttl .orange {
	color: #EA841F;
}
#sec-point .ttl .penji {
	font-size: 6.5rem;
	padding: 5px 20px;
	margin: 0 10px;
}
#sec-point .point-container {
	margin-top: 60px;
}
#sec-point .point-box {
	display: flex;
	justify-content: space-between;
}
#sec-point .point-box + .point-box {
	margin-top: 100px;
}
#sec-point .point-box .img-box {
	position: relative;
	width: 560px;
	height: 373px;
	background-position: center center;
	background-repeat: no-repeat;
}
#sec-point .point-box .img-box::before,#sec-point .point-box .img-box::after {
	position: absolute;
	content: '';
	background-repeat: no-repeat;
}
#sec-point .point-box .txt-box {
	width: 420px;
	background-repeat: no-repeat;
	background-position: top right;
}
#sec-point .point-box:nth-child(1) .txt-box {
	background-image: url('../images/point_01_num.png');
}
#sec-point .point-box:nth-child(2) .txt-box {
	background-image: url('../images/point_02_num.png');
}
#sec-point .point-box:nth-child(3) .txt-box {
	background-image: url('../images/point_03_num.png');
}
#sec-point .point-box:nth-child(4) .txt-box {
	background-image: url('../images/point_04_num.png');
}
#sec-point .point-box:nth-child(1) .img-box {
	background-image: url('../images/point_illust_01.png');
	background-size: initial;
}
	#sec-point .point-box:nth-child(1) .img-box::before {
		top: -60px;
		left: -100px;
		width: 160px;
		height: 160px;
		background-image: url('../images/point_01_top_left.png');
	}
	#sec-point .point-box:nth-child(1) .img-box::after {
		bottom: -73px;
		right: -20px;
		width: 200px;
		height: 200px;
		background-image: url('../images/point_01_bottom_right.png');
	}
#sec-point .point-box:nth-child(2) .img-box {
	background-image: url('../images/point_illust_02.png');
	background-size: contain;
}
	#sec-point .point-box:nth-child(2) .img-box::before {
		bottom: -118px;
		right: -140px;
		width: 250px;
		height: 250px;
		background-image: url('../images/point_02_bottom_right.png');
	}
#sec-point .point-box:nth-child(3) .img-box {
	background-image: url('../images/point_illust_03.png');
	background-size: initial;
}
	#sec-point .point-box:nth-child(3) .img-box::before {
		top: -8px;
		left: -180px;
		width: 260px;
		height: 414px;
		background-image: url('../images/point_03_left.png');
	}
#sec-point .point-box:nth-child(4) .img-box {
	background-image: url('../images/point_illust_04.png');
	background-size: contain;
}
	#sec-point .point-box:nth-child(4) .img-box::before {
		top: -170px;
		right: -190px;
		width: 351px;
		height: 391px;
		background-image: url('../images/point_04_right.png');
	}
#sec-point .point-box:nth-child(even) .img-box {
	order: 1;
}
#sec-point .point-box:nth-child(even) .txt-box {
	order: 0;
}
#sec-point .point-box .num {
	font-size: 1.6rem;
	color: #fff;
	font-family: din-2014,'游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', 'Yu Gothic', YuGothic, serif;
	font-weight: bold;
	font-style: normal;
	line-height: 1;
}
#sec-point .point-box .point-ttl-box {
	margin-top: 15px;
}
#sec-point .point-box .ttl{
	margin: 0;
	font-size: 2.5rem;
	line-height: 1.5;
	font-weight: bold;
}
#sec-point .point-box .txt {
	margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
	#sec-point {
		padding: 60px 0;
	}
	#sec-point .point-box {
		flex-wrap: wrap;
	}
	#sec-point .point-box .img-box {
		order: 1;
		width: 100%;
		height: 310px;
	}
	#sec-point .point-box .txt-box {
		order: 0;
	}
	#sec-point .point-box + .point-box {
		margin-top: 40px;
	}
	#sec-point .point-box:nth-child(1) .img-box::before {
		top: 8px;
    left: 0px;
    width: 80px;
    height: 80px;
    background-size: 80px;
	}
	#sec-point .point-box:nth-child(1) .img-box::after {
		bottom: 30px;
    right: 0px;
    width: 100px;
    height: 100px;
    background-size: 100px;
	}
	#sec-point .point-box:nth-child(2) .img-box {
		background-size: 236px;
	}
	#sec-point .point-box:nth-child(2) .img-box::before {
		bottom: -34px;
    right: 0;
    width: 125px;
    height: 125px;
    background-size: 125px;
	}
	#sec-point .point-box:nth-child(3) .img-box {
		background-size: 230px;
	}
	#sec-point .point-box:nth-child(3) .img-box::before {
		top: 130px;
    left: -4px;
    width: 130px;
    height: 207px;
    background-size: 130px;
	}
	#sec-point .point-box:nth-child(4) .img-box::before {
		display: none;
		/* top: auto;
    right: 0;
    bottom: -100px;
    left: 0;
    width: 175px;
    height: 195px;
    background-size: 175px; */
	}
}

/* = #job-consultation-list
-------------------------------------------------------------- */
#job-consultation-list {
	padding: 0 0 50px;
}
#job-consultation-list .ttl-box {
	margin-bottom: 40px;
}
#job-consultation-list .ttl {
	font-size: 4rem;
	line-height: 1.5;
}
#job-consultation-list .ttl .underline {
	display: inline-block;
	font-size: 5.2rem;
	line-height: 1;
	padding-bottom: 15px;
	background-image: url('../images/sns_ttl_line.png');
	background-position: bottom center;
	background-repeat: no-repeat;
}
#job-consultation-list .ttl .strong {
	color: #EA841F;
}
.recruitment-box-list {
	font-size: 0;
}
.recruitment-box-list .bg-sitecolor {
	background: #004da1 no-repeat center center;
	color: #fff;
}
.recruitment-box-list .recruitment-box {
	display: inline-block;
	vertical-align: top;
	margin: 0 29px 29px 0;
	width: 314px;
	padding: 15px;
	border: solid 1px #d8d8d8;
	box-sizing: border-box;
	font-size: 1.4rem;
	background-color: #fff;
}
.recruitment-box-list .recruitment-box:nth-child(3n) {
	margin-right: 0;
}
.recruitment-box-list .recruitment-box:nth-last-child(-n+3) {
	margin-bottom: 0;
}
.recruitment-box-list .recruitment-box .meta-info {
	float: none;
	margin-bottom: 10px;
	width: 100%;
	text-align: left;
	font-size: 0;
}
.recruitment-box-list .recruitment-box .meta-info .info-upper, 
.recruitment-box-list .recruitment-box .meta-info .location {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.4rem;
}
.recruitment-box-list .recruitment-box .meta-info .info-upper {
	margin: 0 15px 0 0;
	color: #aaa;
}
.recruitment-box-list .recruitment-box .meta-info .location {
	margin-right: 5px;
	line-height: 1.5;
}
.recruitment-box-list .recruitment-box .meta-info .location:last-child {
	margin-right: 0;
}
.recruitment-box-list .recruitment-box .meta-info .location a {
	display: block;
	padding: 0 15px;
}
.recruitment-box-list .recruitment-box .meta-info .location a .noto {
	letter-spacing: .2em;
}
.recruitment-box-list .recruitment-box .text-info {
	margin-left: 0;
}
.recruitment-box-list .recruitment-box .text-info .row-title {
	margin-bottom: 6px;
	color: #000;
}
.recruitment-box-list .recruitment-box .text-info .row-title .noto {
	letter-spacing: .2em;
}

@media screen and (max-width: 768px) {
	.list-container {
		width: 100%;
	}
	.list-container.recruitment-list, 
	.list-container.consultation-list {
		float: none;
	}
	.recruitment-box-list .recruitment-box {
		display: block;
		margin-right: 0;
		width: 100%;
		font-size: 1.6rem;
	}
	.recruitment-box-list .recruitment-box:nth-last-child(-n+3) {
		margin-bottom: 29px;
	}
	.recruitment-box-list .recruitment-box:last-child {
		margin-bottom: 0;
	}
	.recruitment-box-list .recruitment-box .meta-info .info-upper, 
	.recruitment-box-list .recruitment-box .meta-info .location {
		font-size: 1.6rem;
	}
}

/* = sec-case
-------------------------------------------------------------- */
#sec-case {
	padding: 60px 0;
	background: #163968;
}
#sec-case .ttl-box {
	position: relative;
	padding-bottom: 23px;
}
#sec-case .ttl-box::before {
	position: absolute;
	content: '';
	width: 80px;
	height: 2px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #EDCC4D;
}
#sec-case .ttl {
	color: #fff;
}
#sec-case .case-list {
	width: 940px;
	margin: 42px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#sec-case .case-list li {
	line-height: 1;
	margin-top: 18px;
}
@media screen and (max-width: 768px) {
	#sec-case .case-list {
		width: 100%;
	}
	#sec-case .case-list li {
		width: 49%;
		margin-top: 8px;
	}
}

/* = sec-flow
-------------------------------------------------------------- */
#sec-flow {
	padding: 100px 0;
	background: #fff;
	margin-top: 40px;
}
#sec-flow .ttl-box .ttl {
	font-size: 3.0rem;
}
#sec-flow .caption {
	font-size: 1.8rem;
	text-align: center;
	margin: 20px 0 0;
}
#sec-flow .caption .bg {
	display: inline-block;
	background-color: #FAF0C9;
	line-height: 1;
	padding: 17px 25px;
}
#sec-flow .caption .strong {
	font-weight: bold;
}
#sec-flow .flow-container {
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}
#sec-flow .flow-box {
	position: relative;
	width: 196px;
}
#sec-flow .flow-box + .flow-box::before {
	position: absolute;
	content: '';
	width: 61px;
	height: 32px;
	top: 90px;
	left: -33px;
	background-image: url('../images/flow_arrow.png');
	background-repeat: no-repeat;
}
#sec-flow .flow-ttl {
	position: relative;
	background: #E8F1FF;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 30px 0 0;
	padding: 16px 0;
	line-height: 1;
	text-align: center;
}
#sec-flow .flow-ttl::before,#sec-flow .flow-ttl::after {
	position: absolute;
	content: '';
	right: 0;
}
#sec-flow .flow-ttl::before {
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 15px 25px 0;
	border-color: transparent #ffffff transparent transparent;
}
#sec-flow .flow-ttl::after {
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 25px 15px;
	border-color: transparent transparent #ffffff transparent;
}
#sec-flow .flow-box p {
	margin: 20px 10px 0;
}
@media screen and (max-width: 768px) {
	#sec-flow {
		padding: 60px 0;
	}
	#sec-flow .flow-container {
		flex-wrap: wrap;
		margin-top: 30px;
	}
	#sec-flow .flow-box {
		width: 49%;
		margin: 10px 0;
	}
	#sec-flow .flow-box + .flow-box::before {
		display: none;
	}
}

/* = common-cta
-------------------------------------------------------------- */
.common-cta {
	margin-top: 40px;
	background: url('../images/cta_bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 75px 0;
}
.common-cta .ttl-box .ttl {
	font-size: 4.5rem;
	color: #fff;
	line-height: 1.35;
}
.common-cta .ttl-box  .strong {
	color: #EDCC4D;
}
.common-cta .ttl-box .badge {
	position: relative;
}
.common-cta .badge::before {
	position: absolute;
	content: '';
	width: 141px;
	height: 141px;
	top: -35px;
	left: -140px;
	background-image: url('../images/cta_badge.png');
	background-repeat: no-repeat;
}
.common-cta .txt {
	text-align: center;
	font-size: 2.5rem;
	color: #fff;
	margin: 20px 0 0;
}
.common-cta .ttl-box .ttl .underline {
	background: linear-gradient(transparent 70%, rgba(237, 204, 77, 1) 70%);
	padding: 0 0 5px;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.common-cta .badge::before {
		width: 80px;
    height: 80px;
    top: -20px;
    left: -80px;
    background-size: 80px;
	}
	.common-cta .ttl-box .ttl {
		font-size: 2.4rem;
		padding-left: 58px;
	}
	.common-cta .txt {
		font-size: 1.6rem;
	}
}

/* = sec-company
-------------------------------------------------------------- */
#sec-company {
	padding: 100px 0;
}
#sec-company .ttl-box {
	position: relative;
	padding-bottom: 23px;
}
#sec-company .ttl-box::before {
	position: absolute;
	content: '';
	width: 80px;
	height: 2px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #fff;
}
#sec-company .ttl-box .ttl {
	font-size: 3.0rem;
}
#sec-company .info-box {
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#sec-company .info-box .txt-box {
	width: 570px;
}
#sec-company .info-box .name {
	font-size: 4.0rem;
	font-weight: bold;
	margin: 0;
	line-height: 1;
}
#sec-company .info-box p {
	margin: 20px 0 0;
}
#sec-company .check-list {
	margin-top: 60px;
}
#sec-company .check-list .item {
	font-size: 2.0rem;
	font-weight: bold;
	padding: 10px 0 10px 60px;
	line-height: 1;
	background-image: url('../images/company_check.png');
	background-position: left center;
	background-repeat: no-repeat;
}
#sec-company .check-list .item + .item {
	margin-top: 10px;
}
@media screen and (max-width: 768px) {
	#sec-company {
		padding: 60px 0;
	}
	#sec-company .info-box {
		margin-top: 40px;
		flex-wrap: wrap;
	}
	#sec-company .info-box .img-box {
		width: 100%;
	}
	#sec-company .info-box .txt-box {
		width: 100%;
		margin-top: 20px;
	}
	#sec-company .info-box .name {
		font-size: 2.2rem;
		text-align: center;
	}
	#sec-company .check-list {
		margin-top: 40px;
	}
	#sec-company .check-list .item {
		line-height: 1.5;
		padding-left: 50px;
	}
	#sec-company .info-box p {
		margin-top: 10px;
		text-align: center;
	}
}

/* = sec-qa
-------------------------------------------------------------- */
#sec-qa {
	background-color: #fff;
	padding: 100px 0;
}
#sec-qa .ttl-box {
	position: relative;
	padding-bottom: 23px;
}
#sec-qa .ttl-box::before {
	position: absolute;
	content: '';
	width: 80px;
	height: 2px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #EDCC4D;
}
#sec-qa .ttl-box .ttl {
	font-size: 3.0rem;
}
#sec-qa .qa-container {
	margin-top: 52px;
}
#sec-qa .qa-box .question,#sec-qa .qa-box .answer {
	padding-left: 73px;
	background-repeat: no-repeat;
	background-position: top left;
}
#sec-qa .qa-box .question {
	margin: 0;
	font-size: 2.5rem;
	line-height: 1;
	background-image: url('../images/qa_q.png');
	padding-top: 14px;
	padding-bottom: 14px;
}
#sec-qa .qa-box .answer {
	margin: 12px 0 0;
	background-image: url('../images/qa_a.png');
}
#sec-qa .qa-box + .qa-box {
	margin-top: 20px;
	padding-top: 20px;
	box-sizing: border-box;
	border-top: 1px solid #DEDEDE;
}
@media screen and (max-width: 768px) {
	#sec-qa {
		padding: 60px 0;
	}
	#sec-qa .qa-box .question {
		font-size: 2.2rem;
		background-position: center left;
		padding-top: 18px;
		padding-bottom: 18px;
	}
	#sec-qa .qa-box .answer {
		line-height: 1.5;
	}
}

/* = sec-temp-to-perm
-------------------------------------------------------------- */
#sec-temp-to-perm {
	padding: 100px 0;
}

#sec-temp-to-perm .check-list-wrap {
	position: relative;
	margin-bottom: 60px;
	padding: 70px;
	background: #163968 no-repeat left top;
	background-image: url('../images/temp-to-perm_bg_01.png');
	background-size: 100% 100%;
	border-radius: 60px;
}
#sec-temp-to-perm .check-list-wrap::before {
	content: '';
	position: absolute;
	bottom: -30px;
	left: calc(50% - 20px);
	display: block;
	width: 40px;
	height: 35px;
	background: transparent no-repeat left center;
	background-image: url('../images/ico_triangle_01.png');
	background-size: contain;
}
#sec-temp-to-perm .check-list {
	max-width: 620px;
	width: 100%;
	margin: 0 auto;
}
#sec-temp-to-perm .check-list .item {
	font-size: 2.5rem;
	font-weight: bold;
	padding: 10px 0 10px 60px;
	color: #fff;
	line-height: 1;
	background: transparent no-repeat left center;
	background-image: url('../images/ico_check_01.png');
	background-size: auto;
}
#sec-temp-to-perm .check-list .item + .item {
	margin-top: 10px;
}
#sec-temp-to-perm .check-list .item .strong {
	color: #EDCC4D;
}
#sec-temp-to-perm .ttl-box {
	text-align: center;
}
#sec-temp-to-perm .ttl-box .sub-txt {
	display: block;
	font-size: 2.8rem;
	font-weight: bold;
}
#sec-temp-to-perm .ttl-box .inner {
	display: inline-block;
	padding: 0 70px 10px;
	background-image: url('../images/about_ttl_left.png'), url('../images/about_ttl_right.png');
	background-repeat: no-repeat, no-repeat;
	background-position: bottom left, bottom right;
}
#sec-temp-to-perm .sec-ttl {
	position: relative;
	top: -40px;
	margin: 0;
	font-size: 2.8rem;
	font-weight: bold;
}
#sec-temp-to-perm .sec-ttl .f-larger {
	font-size: 5.2rem;
}
#sec-temp-to-perm .sec-ttl .underline {
	display: inline-block;
	line-height: 1;
	padding-bottom: 15px;
	background-image: url('../images/sns_ttl_line.png');
	background-position: bottom center;
	background-repeat: no-repeat;
}
#sec-temp-to-perm .info-ttl-box {
	position: relative;
	margin: 0  0 50px;
	padding: 22px 30px;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	z-index: 3;
}
#sec-temp-to-perm .info-ttl-box::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 12px;
	height: 100%;
	background-color: #163968;
	z-index: 1;
}
#sec-temp-to-perm .info-ttl {
	margin: 0;
	font-size: 2.5rem;
	font-weight: bold;
}
#sec-temp-to-perm .info-box {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 70px;
	z-index: 2;
}
#sec-temp-to-perm .info-box::before,
#sec-temp-to-perm .info-box::after {
	content: '';
	position: absolute;
	z-index: 1;
}
#sec-temp-to-perm .info-box::before {
	top: -290px;
	left: -240px;
	width: 360px;
	height: 461px;
	background: transparent no-repeat left center;
	background-image: url('../images/temp-to-perm_bg_02.png');
	background-size: contain;
}
#sec-temp-to-perm .info-box::after {
	top: 40px;
	right: -180px;
	width: 347px;
	height: 380px;
	background: transparent no-repeat left center;
	background-image: url('../images/temp-to-perm_bg_03.png');
	background-size: contain;
}
#sec-temp-to-perm .info-box .txt-box {
	position: relative;
	width: 520px;
	z-index: 2;
}
#sec-temp-to-perm .info-box .txt-box p {
	margin: 0;
}
#sec-temp-to-perm .info-box .txt-box p + p {
	margin-top: 1.8em;
}
#sec-temp-to-perm .info-box .txt-box .underline {
	background: linear-gradient(transparent 70%, rgba(255, 255, 255, 0.5) 70%);
	padding: 0 0 3px;
	font-weight: bold;
}
#sec-temp-to-perm .info-box .img-box {
	position: relative;
	z-index: 2;
}
#sec-temp-to-perm .content-wide {
	max-width: 1220px;
}
#sec-temp-to-perm .content-wide .content-inner {
	overflow: hidden;
	border-radius: 40px;
}
#temp-to-perm-merit {
	padding: 80px 100px 50px;
	background-color: #fff;
}
#temp-to-perm-merit .ttl-box {
	position: relative;
	margin-bottom: 65px;
	padding: 35px 0;
	background-color: #163968;
	border-radius: 10px;
}
#temp-to-perm-merit .ttl-box::before {
	content: '';
	position: absolute;
	bottom: -30px;
	left: calc(50% - 20px);
	display: block;
	width: 40px;
	height: 35px;
	background: transparent no-repeat left center;
	background-image: url('../images/ico_triangle_01.png');
	background-size: contain;
}
#temp-to-perm-merit .ttl-box .ttl {
	font-size: 3.2rem;
	font-weight: bold;
	color: #fff;
}
#temp-to-perm-merit .box-container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#temp-to-perm-merit .box-container .merit-box {
	width: 24.2%;
}
#temp-to-perm-merit .box-container .merit-box .merit-ttl {
	margin: 25px 0;
	font-size: 2.5rem;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
}
#temp-to-perm-merit .box-container .merit-box .txt-box {
	text-align: left;
}
#temp-to-perm-merit .attention-box {
	margin-top: 30px;
	padding: 30px 50px;
	background-color: #ededed;
	border-radius: 20px;
}

#temp-to-perm-cta {
	padding: 50px 0;
	background: url('../images/cta_bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	text-align: center;
}
#temp-to-perm-cta .txt-box p {
	margin: 0;
	font-size: 2.2rem;
	list-style: 1.2;
	font-weight: bold;
	color: #fff;
}
#temp-to-perm-cta .txt-box p + p {
	margin-top: 5px;
}
#temp-to-perm-cta .txt-box p .strong {
	font-size: 3.2rem;
}
#temp-to-perm-cta .btn-box {
	margin-top: 20px;
}

@media screen and (max-width: 768px) {
	#sec-temp-to-perm {
		padding: 60px 0;
	}

	#sec-temp-to-perm .check-list-wrap {
		padding: 20px;
		background-size: 100% 100%;
		border-radius: 20px;
		background-size: auto;
	}
	#sec-temp-to-perm .check-list {
		max-width: none;
	}
	#sec-temp-to-perm .check-list .item {
		font-size: 2.2rem;
		line-height: 1.2;
		padding: 10px 0 10px 50px;
	}
	#sec-temp-to-perm .ttl-box .inner {
		padding: 0 55px 10px;
	}
	#sec-temp-to-perm .ttl-box .sub-txt {
		display: block;
		font-size: 2.4rem;
		font-weight: bold;
	}
	#sec-temp-to-perm .sec-ttl {
		top: -40px;
		font-size: 2.4rem;
	}
	#sec-temp-to-perm .sec-ttl .f-larger {
		font-size: 4rem;
	}
	#sec-temp-to-perm .info-ttl-box {
		margin: 0  0 30px;
	}
	#sec-temp-to-perm .info-ttl {
	}
	#sec-temp-to-perm .info-box {
		display: block;
		margin-bottom: 50px;
	}
	#sec-temp-to-perm .info-box::before,
	#sec-temp-to-perm .info-box::after {
		display: none;
	}
	#sec-temp-to-perm .info-box .txt-box {
		width: 100%;
	}
	#sec-temp-to-perm .info-box .txt-box p + p {
		margin-top: 1em;
	}
	#sec-temp-to-perm .info-box .img-box {
		margin-top: 30px;
	}
	#sec-temp-to-perm .content-wide .content-inner {
		border-radius: 10px;
	}
	#temp-to-perm-merit {
		padding: 20px 20px 40px;
		background-color: #fff;
	}
	#temp-to-perm-merit .ttl-box {
		position: relative;
		margin-bottom: 50px;
		padding: 15px 0;
	}
	#temp-to-perm-merit .ttl-box .ttl {
		font-size: 2.4rem;
	}
	#temp-to-perm-merit .box-container {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	#temp-to-perm-merit .box-container .merit-box {
		width: 49%;
	}
	#temp-to-perm-merit .box-container .merit-box .merit-ttl {
		margin: 15px 0;
		font-size: 2.1rem;
	}
	#temp-to-perm-merit .attention-box {
		margin-top: 30px;
		padding: 15px 20px;
		border-radius: 10px;
	}

	#temp-to-perm-cta {
		padding: 40px 20px;
	}
	#temp-to-perm-cta .txt-box p {
		font-size: 1.8rem;
	}
	#temp-to-perm-cta .txt-box p + p {
		margin-top: 10px;
	}
	#temp-to-perm-cta .txt-box p .strong {
		font-size: 2.4rem;
		line-height: 1.5;
	}
}

/* = sec-sns
-------------------------------------------------------------- */
#sec-sns {
	padding: 100px 0;
	background-image: url('../images/sns_bg.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#sec-sns .ttl-box .ttl {
	font-size: 3.0rem;
	font-weight: bold;
	line-height: 1;
}
#sec-sns .ttl-box .ttl .strong {
	font-size: 3.6rem;
}
#sec-sns .ttl-box .ttl .inner {
	display: inline-block;
	padding: 0 50px;
	background-image: url('../images/sns_ttl_left.png'),url('../images/sns_ttl_right.png');
	background-position: center left, center right;
	background-repeat: no-repeat;
	padding-top: 10px;
}
#sec-sns .ttl-box .ttl .underline {
	display: inline-block;
	line-height: 1;
	padding-bottom: 15px;
	background-image: url('../images/sns_ttl_line.png');
	background-position: bottom center;
	background-repeat: no-repeat;
}
#sec-sns .txt-box {
	margin-top: 40px;
}
#sec-sns .txt-box .txt {
	margin: 0;
	text-align: center;
	font-weight: bold;
}
#sec-sns .sns-container {
	margin-top: 60px;
	display: flex;
	justify-content: center;
}
#sec-sns .sns-container .sns-box + .sns-box {
	margin-left: 60px;
}
#sec-sns .timeline-box {
	margin: 40px 0 0;
	text-align: center;
}
#sec-sns .timeline-box .twitter-timeline {
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	#sec-sns {
		padding: 60px 0;
	}
	#sec-sns .sns-container {
		margin-top: 40px;
	}
	#sec-sns .ttl-box .ttl {
		line-height: 1.3;
	}
	#sec-sns .ttl-box .ttl .underline {
		line-height: 1.3;
	}
	#sec-sns .timeline-box {
		width: 100%;
	}
}

/* = Footer
-------------------------------------------------------------- */
#footer {
	background-color: #163968;
	color: #fff;
	box-sizing: border-box;
	width: 100%;
	padding: 100px 0;
}
#footer-content {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#footer-content .name {
	margin: 0;
	font-weight: bold;
}
#footer-content .logo-box .txt {
	margin: 20px 0 0;
	font-size: 1.3rem;
}
#footer-content .info-box {
	width: 615px;
}
#footer-content .address {
	margin: 20px 0 0 ;
	font-weight: bold;
}
#copyright {
	margin: 0;
	font-size: 1.2rem;
	font-family: din-2014,'游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', 'Yu Gothic', YuGothic, serif;
}
#footer-bottom {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
#footer-bottom .bnr-list {
	display: flex;
	width: 615px;
}
#footer-bottom .bnr-list .item {
	width: 20%;
}
@media screen and (max-width: 768px) {
	#footer {
		padding: 60px 0 106px;
	}
	#footer-content {
		flex-wrap: wrap;
	}
	#footer-content .logo-box {
		width: 100%;
		text-align: center;
	}
	#footer-content .info-box {
		margin-top: 40px;
		width: 100%;
		text-align: center;
	}
	#footer-content .name {
		font-size: 1.6rem;
		text-align: center;
	}
	#footer-content .address {
		margin-top: 10px;
		font-size: 1.3rem;
	}
	#footer-bottom {
		margin-top: 40px;
		flex-wrap: wrap;
	}
	#copyright {
		width: 100%;
		order: 1;
		text-align: center;
		margin-top: 20px;
	}
	#footer-bottom .bnr-list {
		width: 100%;
		order: 0;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	#footer-bottom .bnr-list .item {
		width: 30%;
		margin: 10px 0;
	}
}

/* = reserve,contact
-------------------------------------------------------------- */
body.contact #wrapper {
	background-color: #fff;
}
body.contact #header {
	padding: 20px;
}
body.contact .form-ttl {
	text-align: center;
	font-size: 4.0rem;
}
body.contact #footer {
	padding: 20px;
	text-align: center;
}
body.contact .description {
	text-align: center;
}
body#thanks .description {
	padding: 40px 0 60px;
}
body.contact .form-box {
	margin: 60px 0 100px;
}
body.contact .form-box form dl {
	margin: 40px 0;
}
body.contact .form-box form dt {
	font-size: 2.0rem;
	padding: 15px;
	background-color: #E8F1FF;
	margin-bottom: 30px;
}
body.contact .form-box form dd {
	margin: 0;
}
body.contact .step {
	margin-right: 1.5em;
}
body.contact .form-box .must {
	background-color: #d71518;
	color: #fff;
	font-size: 1.3rem;
	font-weight: normal;
	line-height: 1;
	padding: 5px 10px;
	vertical-align: middle;
	margin-left: 3em;
	float: right;
}
body.contact .form-box .any {
	border: 2px solid #163968;
	font-size: 1.3rem;
	font-weight: normal;
	line-height: 1;
	padding: 5px 10px;
	vertical-align: middle;
	margin-left: 3em;
	float: right;
	box-sizing: border-box;
}
body.contact .radio-item label {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #163968;
	width: 100%;
	padding: 1.5em;
	box-sizing: border-box;
	height: 100px;
	cursor: pointer;
	text-align: center;
	background-color: #fff;
	transition: all 0.3s ease;
}
body.contact .history dd,body.contact .current dd {
	display: flex;
	justify-content: space-between;
}
body.contact .history .radio-item {
	width: 23%;
}
body.contact .current .radio-item {
	width: 49%;
}
body.contact .radio-item input[type="radio"] {
	display: none;
}
body.contact .radio-item input[type="radio"]:checked + label {
	background-color: #163968;
	color: #fff;
	transition: all 0.3s ease;
}
body.contact .form-box form dd .ttl {
	display: inline-block;
	width: 30%;
	vertical-align: top;
	margin-right: 30px;
	margin-top: 3px;
}
body.contact .form-box .row + .row {
	margin-top: 20px;
}
body.contact .form-box select  {
	padding: 0 1em;
	cursor: pointer;
}
body.contact .form-box .submit {
	text-align: center;
}
body.contact .form-box .submit .btn {
	padding: 30px 120px;
	text-align: center;
	border: none;
	background-image: none;
	font-weight: bold;
	font-size: 2.0rem;
}
@media screen and (max-width: 768px) {
	body.contact .history dd, body.contact .current dd {
		flex-wrap: wrap;
	}
	body.contact .history .radio-item {
		width: 49%;
	}
	body.contact .history .radio-item:nth-child(3),body.contact .history .radio-item:nth-child(4) {
		margin-top: 10px;
	}
	body.contact .form-box form dt {
		font-size: 1.8rem;
	}
	body.contact .form-box form dd .ttl {
		width: 100%;
		margin-bottom: 5px;
	}
	input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="url"], input[type="number"], textarea {
		width: 100%;
		box-sizing: border-box;
	}
}