/*
Theme Name: STINGER PLUS2 Child
Template: stingerplus2
Version: 20170621
*/

/*カテゴリID別に色を指定できます
例）IDが7の場合
.catname.st-catid7 {
	background:#ff0000;
	color:#fff;
}
*/

@charset "utf-8";

/* top */

/* header
----------------------------------------- */
/* header-wrapper */
.header-wrapper {
	height: 100vh;
	max-height: 580px;
}

/* main-visual-area */
.main-visual-area {
	position: relative;
}
.main-slide {
}
.headerRight {
    float: right;
    overflow: hidden;
    padding-right: 20px;
}

.headerRight ul.hnav02 {
    float: left;
}
ul.company-info-list span {
    color: #007552;
}
ul.hnav02 {
    padding: 0;
	display: flex
}

.footlogo{
width: 150px
}

.hnav02 li{
	margin-right: 0%!important;
}

.headerRight ul.hnav02 li {
    float: left;
}

.headerRight ul.hnav02 li.download a {
    width: 70px;
}
.main-slide li {
	width: 100%;
	height: calc(100vh - 165px);
	max-height: calc(580px - 165px);
}
.main-slide .m-slide01 {
	background: url(https://fumitagumi.com/wp-content/uploads/main-visual01_sp.jpg) center center no-repeat;
	background-size: cover;
}
.main-slide .m-slide02 {
	position: relative;
	background: url(https://fumitagumi.com/wp-content/uploads/main-visual02_sp.jpg) center center no-repeat;
	background-size: cover;
}
.main-slide .m-slide03 {
	position: relative;
	background: url(https://fumitagumi.com/wp-content/uploads/main-visual03_sp.jpg) center center no-repeat;
	background-size: cover;
}
.main-slide .m-slide04 {
	position: relative;
	background: url(https://fumitagumi.com/wp-content/uploads/main-visual04_sp.jpg) center center no-repeat;
	background-size: cover;
}
.main-slide .m-slide05 {
	position: relative;
	background: url(https://fumitagumi.com/wp-content/uploads/main-visual05_sp.jpg) center center no-repeat;
	background-size: cover;
}

.main-copy-set {
	box-sizing: border-box;
	width: 80%;
	position: absolute;
	top: -60px;
	left: 10%;
	z-index: 100;
}
.main-copy01 {
	font-family: 'Noto Serif JP';
	font-weight: 500;
	display: inline-block;
	margin-top: 18px;
	transition: all 0.7s;
}
.main-copy01.fade-in {
	margin-top: 0;
	opacity: 1;
}
.main-copy01-inner {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: lr-tb;
	writing-mode: vertical-rl;
	vertical-align: top;
	font-size: 3.9rem;
	line-height: 1.4;
}
.main-copy01-inner .kutoten {
	font-size: 3.4rem;
}
.main-copy02 {
	display: inline-block;
	margin-right: 1rem;
	margin-top: 18px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: lr-tb;
	writing-mode: vertical-rl;
	vertical-align: top;
	font-size: 1.1rem;
	line-height: 2.0;
	transition: all 0.7s;
}
.main-copy02.fade-in {
	margin-top: 0;
	opacity: 1.0;
}
.main-copy02-01 {
}
.main-copy02-02 {
}

.recruit-site-btn {
	position: absolute;
	bottom: 10%;
	left: 10%;
	width: 120px;
	height: 120px;
	margin: 0 0 -10px -10px;
	background-color: #fff;
	border-radius: 50%;
	text-align: center;
	z-index: 100;
	transition: all 1.2s;
}
.recruit-site-btn.fade-in {
	margin: 0;
	opacity: 1;
}
.recruit-site-btn::after {
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 3px;
	width: 114px;
	height: 114px;
	background: url(https://fumitagumi.com/images/recruit-btn-frame.svg) 0 0 no-repeat;
	background-size: 114px 114px;
	transition: all .3s;
}
.recruit-site-btn-ttl {
	position: relative;
	margin-top: 15px;
}
.recruit-site-btn-ttl::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -30px;
	left: 50%;
	width: 11px;
	height: 14px;
	margin-left: -3px;
	background: url(https://fumitagumi.com/images/recruit-btn-arrow.svg) 0 0 no-repeat;
	background-size: 11px 14px;
	transition: all .3s;
}
.recruit-site-btn-ttl .eng {
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	margin-bottom: 7px;
	font-size: 1.0rem;
	color: #0cb59b;
	letter-spacing: 0.05em;
	line-height: 1.0;
}
.recruit-site-btn-ttl .jpn {
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
	font-size: 1.4rem;
	color: #2a2a2a;
	letter-spacing: 0.05em;
	line-height: 1.0;
}


/* contents
----------------------------------------- */
#contents {
}

/* news-sec */
.news-sec {
	margin: 45px 0 55px;
	padding: 0 30px;
}
.news-sec-ttl {
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	margin-bottom: 40px;
	text-align: center;
	font-size: 1.8rem;
	letter-spacing: 0.02em;
}
.news-sec-ttl span {
	padding-bottom: 10px;
	border-bottom: 2px solid #0cb59b;
}
.news-sec-list {
	margin-bottom: 35px;
}
.news-sec-list li {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #d2d2d2;
}
.news-sec-list li:last-child {
	margin-bottom: 0;
}
.news-sec-info {
	margin-bottom: 5px;
}
.news-date {
	display: inline-block;
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	width: 5.5em;
	font-size: 1.4rem;
	letter-spacing: 0.02em;
}
.news-category a {
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	padding: 1px 5px;
	border: 1px solid #0cb59b;
	font-size: 1.0rem;
	letter-spacing: 0.02em;
	line-height: 1.0;
	color: #0cb59b;
}
.news-category a:hover {
	color: #0cb59b;
}

.news-sec-list-ttl {
	display: inline-block;
	font-size: 1.3rem;
	line-height: 1.6;
}
.news-link-text {
	text-align: right;
}

/* business */


/* contents
----------------------------------------- */
#contents {
}

/* intro-sec */
.intro-sec {
	position: relative;
	margin-bottom: 60px;
	padding: 80px 0 0;
	overflow: hidden;
}
.intro-sec::after {
	display: block;
	content: '';
	position: absolute;
	top: 38px;
	left: 50%;
	width: 382px;
	height: 62px;
	margin-left: -191px;
	background: url(../wp/wp-content/themes/fumita/business/images/type-OurService.png) 0 0 no-repeat;
	background-size: 382px 62px;
	opacity: 0.9;
}
.intro-sec-ttl {
	position: relative;
	margin-bottom: 27px;
	padding: 0 20px 25px;
	font-size: 2.0rem;
	text-align: center;
}
.intro-sec-ttl::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 40px;
	height: 1px;
	margin-left: -20px;
	background-color: #0cb59b;
}
.intro-sec-lead {
	padding: 0 30px;
	font-size: 1.2rem;
	line-height: 2.2;
}

/* business-sec */
.business-sec {
	margin-bottom: 60px;
	padding: 0 30px;
}
.business-category-area {
}
.business-category-area:first-child {
	margin-bottom: 85px;	
}
.business-img {
	margin-bottom: 35px;
}
.business-text-area {
}
.business-category-ttl {
	margin-bottom: 25px;
	text-align: center;
}
.business-category-ttl .jpn {
	display: block;
	font-size: 4.3rem;
	line-height: 1.2;
}
.business-category-ttl .eng {
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	font-size: 1.4rem;
	color: #0cb59b;
	letter-spacing: 0.02em;
}
.business-category-lead {
	margin-bottom: 40px;
	font-size: 1.2rem;
	line-height: 2.2;
}
.business-category-btn {
}

/* private-sec */
.private-sec {
	position: relative;
	padding: 60px 30px;
	background: url(../wp/wp-content/themes/fumita/business/images/private-bg_sp.jpg) 0 0 no-repeat;
	background-size: cover;
	overflow: hidden;
}
.private-sec::after {
	display: block;
	content: '';
	position: absolute;
	top: 74px;
	left: 50%;
	width: 405px;
	height: 141px;
	margin-left: -202px;
	background: url(../wp/wp-content/themes/fumita/business/images/type-private.png) 0 0 no-repeat;
	background-size: 405px 141px;
}
.private-sec-ttl {
	position: relative;
	padding-bottom: 50px;
	text-align: center;
	z-index: 100;
}
.private-sec-ttl .jpn {
	display: block;
	margin-bottom: 7px;
	font-size: 4.0rem;
	line-height: 1.2;
}

.private-sec-ttl .eng {
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	font-size: 1.4rem;
	color: #0cb59b;
	letter-spacing: 0.02em;
}
.private-sec-cont {
	margin-bottom: 35px;
}
.private-sec-cont-img {
}
.private-sec-cont-text {
	padding: 32px 40px 40px;
	background-color: #fff;
}
.private-sec-cont-ttl {
	margin-bottom: 22px;
	font-size: 3.2rem;
	color: #0cb59b;
	line-height: 1.6;
}
.private-sec-cont-lead {
	font-size: 1.2rem;
	line-height: 2.2;
}
.private-sec-cont-lead p {
	margin-bottom: 20px;
}
.private-sec-cont-lead p:last-child {
	margin-bottom: 0;
}
.private-sec-form-text {
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
	margin-bottom: 20px;
	padding: 0;
	font-size: 1.3rem;
	text-align: center;
}
.private-sec-btn {
	display: block;
	width: 80%;
	margin: 0 auto;
	padding: 15px 10px;
	background-color: #0cb59b;
	color: #fff;
	border-radius: 5px;
	font-size: 1.4rem;
	text-align: center;
	transition: all .2s;
}
.private-sec-btn:hover {
	color: #fff;
}


.s_title {
    text-align: left;
    width: 100%;
    font-size: 25px;
    border-bottom: solid #121212 1px;
    padding-left: 10px;
    padding: 10px;
    border-left: 10px solid #121212;
    max-width: 1200px;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 10px;
    background-color: #fff;
    color: #121212;
}


.order_block {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    font-size: 15px;
}

.order_box1, .order_box2 {
    margin: 0 0 -1px;
    max-width: 979px;
    border-left: 1px solid #c2c3c5;
    border-top: 1px solid #c2c3c5;
    width: 100%;
    margin: auto;
    background-color: #fff;
	white-space: nowrap;
}

.order_box1 th, .order_box2 th {
    padding: 1% 4.2%;
    width: 25%;
    border-right: 1px solid #c2c3c5;
    border-bottom: 1px solid #c2c3c5;
    background-color: #00a1ea;
    vertical-align: middle;
    font-size: .9em;
    font-weight: 400;
    color: #f3f3f3;
    line-height: 1.8;
}
.order_box1 td, .order_box2 td {
    padding: 2% 3.2%;
    border-right: 1px solid #c2c3c5;
    border-top: 1px solid #c2c3c5;
    vertical-align: middle;
    font-size: 14px;
    color: #595757;
    background-color: #fff;
    text-align: left;
    display: flex;
}
em {
    background-color: #dd1414;
    margin: 10px;
    padding-left: 3%;
    padding-right: 3%;
    font-size: .8em;
    white-space: nowrap;
}



































/* tablet:760px - 1000px */
@media only screen and (min-width: 760px) {


/* contents
----------------------------------------- */
#contents {
}

/* intro-sec */
.intro-sec {
	position: relative;
	margin-bottom: 130px;
	padding: 140px 0 0;
	overflow: hidden;
}
.intro-sec::after {
	display: block;
	content: '';
	position: absolute;
	top: 46px;
	left: 50%;
	width: 951px;
	height: 151px;
	margin-left: -475px;
	background: url(../wp/wp-content/themes/fumita/business/images/type-OurService.png) 0 0 no-repeat;
	background-size: 951px 151px;
	opacity: 0.7;
}
.intro-sec-ttl {
	position: relative;
	margin-bottom: 37px;
	padding: 0 20px 35px;
	font-size: 3.2rem;
	text-align: center;
	line-height: 1.6;
}
.intro-sec-ttl::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 60px;
	height: 1px;
	margin-left: -30px;
	background-color: #0cb59b;
}
.intro-sec-lead {
	max-height: 100%;
	padding: 0 30px;
	font-size: 1.5rem;
	line-height: 2.2;
	text-align: center;
}

/* business-sec */
.business-sec {
	margin-bottom: 180px;
	padding: 0;
}
.business-category-area {
	display: flex;
	align-items: center;
}
.business-category-area:first-child {
	margin-bottom: 140px;	
}
.business-category-area:last-child {
	flex-direction: row-reverse;
}
.business-img {
	width: 47%;
	margin-bottom: 0;
}
.business-text-area {
	box-sizing: border-box;
	width: 53%;
	padding: 0 10%;
}
.business-category-ttl {
	margin-bottom: 50px;
	text-align: center;
}
.business-category-ttl .jpn {
	display: block;
	margin-bottom: 10px;
	font-size: 6.0rem;
	line-height: 1.2;
	letter-spacing: 0.12em;
}
.business-category-ttl .eng {
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	font-size: 1.8rem;
	color: #0cb59b;
	letter-spacing: 0.02em;
}
.business-category-lead {
	margin-bottom: 50px;
	font-size: 1.5rem;
	line-height: 2.2;
}
.business-category-btn .link-btn-std {
	margin: 0 auto;
}

/* private-sec */
.private-sec {
	position: relative;
	padding: 130px 60px 140px;
	background: url(../wp/wp-content/themes/fumita/business/images/private-bg_pc.jpg) 0 0 no-repeat;
	background-size: cover;
	overflow: hidden;
}
.private-sec::after {
	display: block;
	content: '';
	position: absolute;
	top: 140px;
	left: 50%;
	width: 700px;
	height: 244px;
	margin-left: -350px;
	background: url(../wp/wp-content/themes/fumita/business/images/type-private.png) 0 0 no-repeat;
	background-size: 700px 244px;
}
.private-sec-ttl {
	position: relative;
	padding-bottom: 95px;
	text-align: center;
	z-index: 100;
}
.private-sec-ttl .jpn {
	display: block;
	margin-bottom: 15px;
	font-size: 5.4rem;
	line-height: 1.2;
}
.private-sec-ttl .eng {
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	font-size: 1.8rem;
	color: #0cb59b;
	letter-spacing: 0.02em;
}
.private-sec-cont {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	margin-bottom: 90px;
	background-color: #fff;
}
.private-sec-cont-img {
	width: 50%;
}
.private-sec-cont-text {
	box-sizing: border-box;
	width: 50%;
	padding: 30px 8% 30px;
	background-color: #fff;
}
.private-sec-cont-ttl {
	margin-bottom: 35px;
	font-size: 4.4rem;
	color: #0cb59b;
	line-height: 1.6;
}
.private-sec-cont-lead {
	font-size: 1.5rem;
	line-height: 2.2;
}
.private-sec-cont-lead p {
	margin-bottom: 30px;
}
.private-sec-cont-lead p:last-child {
	margin-bottom: 0;
}
.private-sec-form-text {
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
	margin-bottom: 25px;
	padding: 0;
	font-size: 2.3rem;
	text-align: center;
}
.private-sec-btn {
	display: block;
	width: 80%;
	max-width: 700px;
	margin: 0 auto;
	padding: 30px 10px;
	background-color: #0cb59b;
	color: #fff;
	border-radius: 5px;
	font-size: 2.0rem;
	text-align: center;
	transition: all .2s;
}
.private-sec-btn:hover {
	color: #fff;
	background-color: #14d0b3;
}



} /* tablet */


/* private-sec */
.private-sec {
	position: relative;
	padding: 60px 30px;
	background: url(https://fumitagumi.com/wp-content/uploads/private-bg_sp.jpg) 0 0 no-repeat;
	background-size: cover;
	overflow: hidden;
}
.private-sec::after {
	display: block;
	content: '';
	position: absolute;
	top: 74px;
	left: 50%;
	width: 405px;
	height: 141px;
	margin-left: -202px;
	background: url(https://fumitagumi.com/wp-content/uploads/type-private.png) 0 0 no-repeat;
	background-size: 405px 141px;
}
.private-sec-ttl {
	position: relative;
	padding-bottom: 50px;
	text-align: center;
	z-index: 100;
}
.private-sec-ttl .jpn {
	display: block;
	margin-bottom: 7px;
	font-size: 4.0rem;
	line-height: 1.2;
}
.private-sec-ttl .eng {
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	font-size: 1.4rem;
	color: #0cb59b;
	letter-spacing: 0.02em;
}
.private-sec-cont {
	margin-bottom: 35px;
}
.private-sec-cont-img {
}
.private-sec-cont-text {
	padding: 32px 40px 40px;
	background-color: #fff;
}
.private-sec-cont-ttl {
	margin-bottom: 22px;
	font-size: 3.2rem;
	color: #0cb59b;
	line-height: 1.6;
}
.private-sec-cont-lead {
	font-size: 1.2rem;
	line-height: 2.2;
}
.private-sec-cont-lead p {
	margin-bottom: 20px;
}
.private-sec-cont-lead p:last-child {
	margin-bottom: 0;
}
.private-sec-form-text {
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
	margin-bottom: 20px;
	padding: 0;
	font-size: 1.3rem;
	text-align: center;
}
.private-sec-btn {
	display: block;
	width: 80%;
	margin: 0 auto;
	padding: 15px 10px;
	background-color: #0cb59b;
	color: #fff;
	border-radius: 5px;
	font-size: 1.4rem;
	text-align: center;
	transition: all .2s;
}
.private-sec-btn:hover {
	color: #fff;
}

/* recruit-sec */
.recruit-sec {
	margin-bottom: 70px;
	padding: 60px 0;
	background: url(https://fumitagumi.com/images/recruit-bg_sp.jpg) 0 0 no-repeat;
	background-size: cover;
}
.recruit-sec-inner {
}
.recruit-sec-ttl-area {
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-end;
	margin-right: 15%;
}
.recruit-sec-ttl {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	vertical-align: top;
	height: 4.5em;
	font-size: 2.6rem;
}
.recruit-sec-lead {
	margin-right: 20px;
	font-size: 1.2rem;
}

.recruit-sec-img-area {
	position: relative;
	padding: 25px 0 90px 13%;
	overflow: hidden;
	transition: all 1.3s;
}
.recruit-sec-img-area.fade-in {
	padding: 35px 0 90px 13%;
}


.recruit-sec-img-area::after {
	display: block;
	content: "";
	position: absolute;
	bottom: 50px;
	left: 71px;
	width: 412px;
	height: 100px;
	background: url(https://fumitagumi.com/images/type-fill-recruit.png) 0 0 no-repeat;
	background-size: 412px 100px;
	z-index: 10;
	transition: all 1.2s .4s;
}
.recruit-sec-img-area.fade-in::before {
	position: absolute;
	bottom: 50px;
	left: 25px;
	opacity: 0.8;
}
.recruit-sec-img-area.fade-in::after {
	position: absolute;
	bottom: 50px;
	left: 31px;
	opacity: 0.9;
}


.recruit-sec-sp-btn {
}

/* works-sec */
.works-sec {
	margin-bottom: 80px;
	padding: 0 15px;
}
.works-sec-ttl {
	margin-bottom: 55px;
	text-align: center;
}
.works-sec-ttl .jpn {
	display: block;
	font-size: 2.6rem;
	line-height: 1.6;
}
.works-sec-ttl .eng {
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	color: #0cb59b;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
}

.works-sec-list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
.works-sec-list li {
	width: 100%;
	margin-bottom: 30px;
	transition: all .6s;
}
.works-sec-list li.fade-in {
	opacity: 1;
}
.works-sec-list li:nth-child(odd) {
	margin-right: 4%;
}
.works-img {
	display: block;
	position: relative;
}
.works-category {
	position: absolute;
	top: -16px;
	left: -7px;
	width: 33px;
	height: 33px;
	text-align: center;
	font-size: 1.0rem;
	color: #fff;
	border-radius: 50%;
	line-height: 33px;
}
.works-category.private {
	background-color: #1c79ba;
}
.works-category.public {
	background-color: #e38619;
}

.works-info {
	padding-top: 10px;
	border-top: 2px solid #0cb59b;
}
.works-date {
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	margin-bottom: 2px;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
}
.works-name {
	font-size: 1.2rem;
}
.works-link {
}
.works-sec-btn {
}














/* tablet:760px - 1000px */
@media only screen and (min-width: 760px) {

/* header
----------------------------------------- */
/* header-wrapper */
.header-wrapper {
	height: 100vh;
	min-height: 600px;
}

/* main-visual-area */
.main-visual-area {
	position: relative;
}
.main-slide {
}
.main-slide li {
	width: 100%;
	height: calc(100vh - 250px);
	min-height: 535px;
	max-height: 100vh;
}
.main-slide .m-slide01 {
	background: url(https://fumitagumi.com/wp-content/uploads/main-visual01_pc.jpg) center center no-repeat;
	background-size: cover;
}
.main-slide .m-slide02 {
	position: relative;
	background: url(https://fumitagumi.com/wp-content/uploads/main-visual02_pc.jpg) center center no-repeat;
	background-size: cover;
}
.main-slide .m-slide03 {
	position: relative;
	background: url(https://fumitagumi.com/wp-content/uploads/main-visual03_pc.jpg) center center no-repeat;
	background-size: cover;
}
.main-slide .m-slide04 {
	position: relative;
	background: url(https://fumitagumi.com/wp-content/uploads/main-visual04_pc.jpg) center center no-repeat;
	background-size: cover;
}
.main-slide .m-slide05 {
	position: relative;
	background: url(https://fumitagumi.com/wp-content/uploads/main-visual05_pc.jpg) center center no-repeat;
	background-size: cover;
}

.main-copy-set {
	box-sizing: border-box;
	width: 80%;
	position: absolute;
	top: -110px;
	left: 16.7%;
	z-index: 100;
}
.main-copy01 {
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	display: inline-block;
	margin-top: 25px;
	opacity: 0;
	transition: all 0.8s;
}
.main-copy01.fade-in {
	margin-top: 0;
	opacity: 1;
}
.main-copy01-inner {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	vertical-align: top;
	font-size: 7.3rem;
	line-height: 1.4;
}
.main-copy01-inner .kutoten {
	font-size: 6.0rem;
}
.main-copy02 {
	display: inline-block;
	margin-right: 2.0rem;
	margin-top: 25px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	vertical-align: top;
	font-size: 1.6rem;
	line-height: 2.2;
	opacity: 0;
	transition: all 0.8s;
}
.main-copy02.fade-in {
	margin-top: 0;
	opacity: 1.0;
}
.main-copy02-01 {
}
.main-copy02-02 {
}

.recruit-site-btn {
	position: absolute;
	bottom: 60px;
	left: 60px;

	width: 170px;
	height: 170px;
	margin: 0 -10px -10px 0;
	background-color: #fff;
	border-radius: 50%;
	text-align: center;
	z-index: 100;
	transition: all 0.8s;
}
.recruit-site-btn.fade-in {
	margin: 0;
	opacity: 1;
}
.recruit-site-btn::after {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 160px;
	height: 160px;
	background: url(https://fumitagumi.com/images/recruit-btn-frame.svg) 0 0 no-repeat;
	background-size: 160px 160px;
	transition: all .4s;
}
.recruit-site-btn:hover::after {
	transform: rotate(180deg);
}
.recruit-site-btn-ttl {
	position: relative;
	margin-top: 20px;
}
.recruit-site-btn-ttl::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -38px;
	left: 50%;
	width: 15px;
	height: 19px;
	margin-left: -5px;
	background: url(https://fumitagumi.com/images/recruit-btn-arrow.svg) 0 0 no-repeat;
	background-size: 15px 19px;
	transition: all .4s;
}
.recruit-site-btn:hover .recruit-site-btn-ttl::after {
	margin-left: 0;
}
.recruit-site-btn-ttl .eng {
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 1.4rem;
	color: #0cb59b;
	letter-spacing: 0.05em;
	line-height: 1.0;
}
.recruit-site-btn-ttl .jpn {
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
	font-size: 2.0rem;
	color: #2a2a2a;
	letter-spacing: 0.05em;
	line-height: 1.0;
}

/* contents
----------------------------------------- */
#contents {
	position: relative;
	z-index: 1000;
	max-width: 1500px;
    margin: auto;
}

/* news-sec */
.news-sec {
	max-width: 830px;
	margin: 120px auto 0;
	padding: 0 20px;
}
.news-sec-inner {
	display: flex;

}
.news-sec-ttl {
	width: 150px;
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	margin-bottom: 40px;
	text-align: left;
	font-size: 2.2rem;
	letter-spacing: 0.02em;
}
.news-sec-ttl span {
	padding-bottom: 12px;
	border-bottom: 2px solid #0cb59b;
}
.news-sec-list {
	width: calc(100% - 150px);
	margin-bottom: 45px;
}
.news-sec-list li {
	display: flex;
	margin-bottom: 23px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #d2d2d2;
}
.news-sec-list li:last-child {
	margin-bottom: 0;
}
.news-sec-info {
	width: 15.5em;
	margin-bottom: 5px;
}
.news-date {
	display: inline-block;
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	width: 7em;
	padding: 0 0 0 10px;
	font-size: 1.5rem;
	letter-spacing: 0.02em;
}
.news-category a {
	display: inline-block;
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	padding: 3px 5px 2px;
	border: 1px solid #0cb59b;
	font-size: 1.1rem;
	letter-spacing: 0.02em;
	line-height: 1.0;
	color: #0cb59b;
	transition: all .2s;
}
.news-category a:hover {
	border: 1px solid #14d0b3;
	color: #14d0b3;
}
.news-sec-list-ttl {
	display: inline-block;
	width: calc(100% - 15.5em);
	padding-top: 3px;
	font-size: 1.4rem;
	line-height: 1.6;
	transition: all .2s;
}
.news-sec-list-ttl:hover {
	color: #0cb59b;
}
.news-link-text {
	text-align: right;
}
/* intro-sec */
.intro-sec {
	position: relative;
	margin-bottom: 130px;
	padding: 140px 0 0;
	overflow: hidden;
}
.intro-sec::after {
	display: block;
	content: '';
	position: absolute;
	top: 46px;
	left: 50%;
	width: 951px;
	height: 151px;
	margin-left: -475px;
	background: url(https://fumitagumi.com/wp-content/uploads/type-OurService.png) 0 0 no-repeat;
	background-size: 951px 151px;
	opacity: 0.7;
}
.intro-sec-ttl {
	position: relative;
	margin-bottom: 37px;
	padding: 0 20px 35px;
	font-size: 3.2rem;
	text-align: center;
	line-height: 1.6;
}
.intro-sec-ttl::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 60px;
	height: 1px;
	margin-left: -30px;
	background-color: #0cb59b;
}
.intro-sec-lead {
	max-height: 100%;
	padding: 0 30px;
	font-size: 1.5rem;
	line-height: 2.2;
	text-align: center;
}

/* business-sec */
.business-sec2 {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 180px;
	padding-top: 140px;
	overflow: hidden;
}
.business-sec {
	position: relative;
	display: block;
	align-items: center;
	margin-bottom: 180px;
	padding-top: 140px;
	overflow: hidden;
}
.business-sec::before {
	display: block;
	content: "";
	position: absolute;
	top: 80px;
	left: calc(48% + 60px);
	width: 1034px;
	height: 220px;
	background: url(https://fumitagumi.com/wp-content/uploads/type-line-recruit.png) 0 0 no-repeat;
	background-size: 1034px 220px;
	z-index: -10;
	opacity: 0;
	transition: all 2.0s;
}
.business-sec::after {
	display: block;
	content: "";
	position: absolute;
	top: 90px;
	left: calc(48% + 70px);
	width: 1000px;
	height: 213px;
	background: url(https://fumitagumi.com/wp-content/uploads/type-fill-recruit.png) 0 0 no-repeat;
	background-size: 1000px 213px;
	z-index: -10;
	opacity: 0;
	transition: all 2.0s .4s;
}
.business-sec.fade-in::before {
	position: absolute;
	top: 80px;
	left: 48%;
	opacity: 0.8;
}
.business-sec.fade-in::after {
	position: absolute;
	top: 90px;
	left: calc(48% + 10px);
	opacity: 0.8;
}

.business-sec-img {
	width: 50%;
	padding: 20px 0 0;
	opacity: 0;
	transition: all .8s;
}
.business-sec-img.fade-in {
	padding: 0;
	opacity: 1;
}

.business-sec-text {
	box-sizing: border-box;
	position: relative;
	width: 50%;
	padding: 0 10% 0;
	overflow: hidden;
}
.business-sec-text::before {
	display: none;
}
.business-sec-text::after {
	display: none;
}
.business-sec-text-inner {
}
.business-sec-ttl {
	margin-bottom: 30px;
	font-size: 3.6rem;
	line-height: 1.4;
}
.business-sec-lead {
	margin-bottom: 45px;
	font-size: 1.4rem;
	line-height: 2.2;
}
.business-sec-btn {
	text-align: left;
}

/* recruit-sec */
.recruit-sec {
    position: relative;
    margin-bottom: 100px;
    padding: 100px 0 100px;
    overflow: hidden;
}
.recruit-sec::before {
	display: block;
	content: "";
	position: absolute;
	bottom: 100px;
	left: calc(25% + 60px);
	width: 855px;
	height: 207px;
	background: url(https://fumitagumi.com/wp-content/uploads/type-line-business.png) 0 0 no-repeat;
	background-size: 855px 207px;
	z-index: 10;
	transition: all 1.3s;
}
.recruit-sec::after {
	display: block;
	content: "";
	position: absolute;
	bottom: 100px;
	left: calc(25% + 50px);
	width: 824px;
	height: 200px;
	background: url(https://fumitagumi.com/wp-content/uploads/type-fill-business.png) 0 0 no-repeat;
	background-size: 824px 200px;
	z-index: 10;
	transition: all 1.3s .4s;
}
.recruit-sec.fade-in::before {
	position: absolute;
	bottom: 100px;
	left: calc(25% - 15px);
	opacity: 0.8;
}
.recruit-sec.fade-in::after {
	position: absolute;
	bottom: 100px;
	left: 25%;
	opacity: 0.9;
}

.recruit-sec-inner {
	display: flex;
	align-items: center;
}
.recruit-sec-ttl-area {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 35%;
	margin-right: 0;
	text-align: center;
	vertical-align: top;
	z-index: 100;
}
.recruit-sec-ttl {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	height: 7.5em;
	font-size: 3.6rem;
	margin: 0 0 40px;
	line-height: 1.0;
}
.recruit-sec-ttl span {
}
.recruit-sec-lead {
	margin: 0 0 60px;
	font-size: 1.4rem;
}
.recruit-sec-pc-btn .link-btn-std {
	width: 50%;
	min-width: 200px;
	margin: 0 auto;
}
.recruit-sec-img-area {
	position: relative;
	width: 65%;
	padding: 20px 0 0;
	overflow: hidden;
	transition: all 1.0s;
}
.recruit-sec-img-area.fade-in {
	padding: 0;
	opacity: 1;
}
.recruit-sec-img-area::before {
	display: none;
}
.recruit-sec-img-area::after {
	display: none;
}
.recruit-sec-sp-btn {
	display: none;
}

/* works-sec */
.works-sec {
	margin-bottom: 160px;
	padding: 0 10%;
}
.works-sec-ttl {
	margin-bottom: 90px;
	text-align: center;
}
.works-sec-ttl .jpn {
	display: block;
	font-size: 3.6rem;
	line-height: 1.6;

}
.works-sec-ttl .eng {
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	color: #0cb59b;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
}
.works-sec-list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
.works-sec-list li {
	width: 46%;
	margin-bottom: 75px;
	transition: all .6s;
}
.works-sec-list li.fade-in {
	opacity: 1;
}


.works-sec-list li:nth-child(odd) {
	margin-right: 8%;
}
.works-img {
	display: block;
	position: relative;
}
.works-img-inner {
	overflow: hidden;
}
.works-img-inner img {
	transform: scale3d(1,1,1);
	transition: all .3s;
}
.works-img-inner:hover img {
	transform: scale3d(1.06,1.06,1.06);
}
.lifestory-list a .lifestory-img {
	overflow: hidden;
}
.lifestory-list a .lifestory-img img {
	transform: scale3d(1,1,1);
	transition: all .3s;
}
.lifestory-list a:hover .lifestory-img img {
	transform: scale3d(1.1,1.1,1.1);
}
.works-category {
	position: absolute;
	top: -32px;
	left: -14px;
	width: 66px;
	height: 66px;
	text-align: center;
	font-size: 1.5rem;
	color: #fff;
	border-radius: 50%;
	line-height: 66px;
}
.works-category.private {
	background-color: #1c79ba;
}
.works-category.public {
	background-color: #e38619;
}
.works-info {
	position: relative;
	margin: -35px 0 0 16%;
	padding: 35px 40px 25px;
	border-top: 2px solid #0cb59b;
	background-color: #fff;
	z-index: 100;
}
.works-date {
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	margin-bottom: 5px;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
}
.works-name {
	font-size: 1.6rem;
}
.works-link {
	text-align: right;
	font-size: 1.4rem;
}
.works-sec-btn .link-btn-std {
	margin: 0 auto;
}


} /* tablet */



/* company */


/* contents
----------------------------------------- */
#contents {
	margin-top: 30px;
}
.company-sec-ttl {
	margin-bottom: 35px;
	text-align: center;
}
.company-sec-ttl .jpn {
	display: block;
	font-size: 2.6rem;
	line-height: 1.6;
}
.company-sec-ttl .eng {
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	color: #0cb59b;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
}

/* greeting-sec */
.greeting-sec {
	margin-bottom: 70px;
}
.greeting-intro {
	background-color: #fff;
}
.greeting-img-side {
	padding: 0 15%;
}
.greeting-copy-side {
	display: flex;
	justify-content: center;
}
.greeting-copy {
	padding: 40px 0 40px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: lr-tb;
	writing-mode: vertical-rl;
	vertical-align: top;
	color: #0cb59b;
	font-size: 5.5vw;
}
.greeting-text {
	padding: 60px 40px;
	background: url(https://fumitagumi.com/wp-content/uploads/greeting-bg_sp.jpg) 0 0 no-repeat;
	background-size: cover;
}
.greeting-text-inner {
}
.greeting-text-inner p {
	margin-bottom: 30px;
	font-size: 1.3rem;
	line-height: 2.2;
}
.greeting-text-inner p:last-child {
	margin-bottom: 0;
}
.president-name {
	text-align: right;
}

/* company-info-sec */
.company-info-sec {
	margin-bottom: 70px;
	padding: 0 30px;
}
.company-info-list {
	margin-bottom: 40px;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}
.company-info-list li {
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 20px 15px;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}
.company-info-list li span {
	display: inline-block;
	margin-bottom: 6px;
	font-size: 1.4rem;
}
.company-info-list li div {
	font-size: 1.3rem;
}
.company-info-img-area {
}

/* company-access-sec */
.company-access-sec {
	margin-bottom: 80px;
	padding: 0 30px;
}
.access-map {
	margin-bottom: 15px;
}
.gmap {
	padding: 0;
	border: 2px solid #0cb59b;
}
.gmap iframe {
	width: 100%;
	height: 340px;
	vertical-align: bottom
}
.access-text {
	font-size: 1.3rem;
}

/* company-slide-sec */
.company-slide-sec {
	margin-bottom: 70px;
}
.slide-img {
	width: 100%;
}
.slide-img li {
	width: 200px !important;
	height: auto;
}
.slide-img img {
	width: 200px !important;
	height: auto;
}


















/* tablet:760px - 1000px */
@media only screen and (min-width: 760px) {


/* contents
----------------------------------------- */
#contents {
	margin-top: 70px;
}
.company-sec-ttl {
	margin-bottom: 70px;
	text-align: center;
}
.company-sec-ttl .jpn {
	display: block;
	margin-bottom: 7px;
	font-size: 3.4rem;
	line-height: 1.6;
}
.company-sec-ttl .eng {
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	color: #0cb59b;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
}

/* greeting-sec */
.greeting-sec {
	margin-bottom: 120px;
}
.greeting-intro {
	position: relative;
	display: flex;
	max-width: 1000px;
	margin: 0 auto;
	background-color: #fff;
	z-index: 100;
}
.greeting-img-side {
	width: 50%;
	padding: 0;
}
.greeting-copy-side {
	display: flex;
	width: 50%;
	justify-content: flex-end;
}
.greeting-copy {
	padding: 70px 90px 0 0;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: lr-tb;
	writing-mode: vertical-rl;
	vertical-align: top;
	color: #0cb59b;
	font-size: 3.5rem;
	line-height: 2.2;
}
.greeting-text {
	max-height: 100%;
	margin-top: -130px;
	padding: 230px 0 130px;
	background: url(https://fumitagumi.com/wp-content/uploads/greeting-bg_pc.jpg) 0 0 no-repeat;
	background-size: cover;
}
.greeting-text-inner {
	max-width: 800px;
	margin: 0 auto;
}
.greeting-text-inner p {
	margin-bottom: 50px;
	font-size: 1.5rem;
	line-height: 2.4;
}
.greeting-text-inner p:last-child {
	margin-bottom: 0;
}
.president-name {
	text-align: right;
}

/* company-info-sec */
.company-info-sec {
	margin-bottom: 160px;
	padding: 0 20px;
}
.company-info-list {
	max-width: 800px;
	margin: 0 auto 80px;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}
.company-info-list li {
	display: flex;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 35px 15px;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}
.company-info-list li span {
	display: block;
	width: 14em;
	margin: 0;
	font-size: 1.4rem;
}
.company-info-list li div {
	width: calc(100% - 14em);
	font-size: 1.4rem;
}
.company-info-img-area {
	max-width: 750px;
	margin: 0 auto;
}

/* company-access-sec */
.company-access-sec {
	max-width: 1000px;
	margin: 0 auto 160px;
	padding: 0 20px;
}
.access-map {
	margin-bottom: 25px;
}
.gmap {
	padding: 0;
	border: 2px solid #0cb59b;
}
.gmap iframe {
	width: 100%;
	height: 500px;
	vertical-align: bottom
}
.access-text {
	font-size: 1.4rem;
}

/* company-slide-sec */
.company-slide-sec {
	margin-bottom: 160px;
}
.slide-img {
	width: 100%;
}
.slide-img li {
	width: 400px !important;
	height: auto;
}
.slide-img img {
	width: 400px !important;
	height: auto;
}



} /* tablet */


headerRight {
    float: right;
    overflow: hidden;
    padding-right: 20px;
}

headerRight ul.hnav02 {
    float: left;
}

ul.hnav02 {
    padding: 0;
}

headerRight ul.hnav02 li {
    float: left;
}

headerRight ul.hnav02 li a, header#header.corporate_menu_area div.innerWrap div#headerRight ul.hnav02 li.download a {
    width: 70px;
}
headerRight ul.hnav02 li a {
    display: block;
    width: 190px;
    height: 70px;
    line-height: 70px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    background-color: #505050;
    transition: .3s;
}

iframe {
  width: 100%;
  aspect-ratio: 16/9; //アスペクト比（縦横比）を指定
}


/* PC:1201px - */
@media only screen and (min-width: 1201px) {


} /* PC */



	
	


/*media Queries タブレットサイズ（960px以下）
----------------------------------------------------*/
@media only screen and (max-width: 960px) {
.hnav02{
display: none
}

}
/* PC:1201px - */
@media only screen and (max-width: 760px) {

.header-wrapper {
    height: 100vh;
    max-height: 376px;
}
.wp-show-posts-inner :last-child {

    padding: 0 0 0 0px;

}
h2 {
    padding-left: 0px!important;
}
} /* PC */




/*media Queries タブレットサイズ（600px以上）
----------------------------------------------------*/
@media only screen and (min-width: 600px) {


/*-- ここまで --*/
}

/*media Queries PCサイズ（960px以上）
----------------------------------------------------*/
@media print, screen and (min-width: 960px) {


/*-- ここまで --*/
}