<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

* {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 62.5%;
}

/*  メインビジュアル
------------------------------*/

.img-wrap {
  overflow: hidden;
  position: relative;
}

.img-wrap:before,
.img-wrap:after {
  animation: 2s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #fff;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 1;
}

.img-wrap:before {
  animation-name: img-wrap-before;
  top: 0;
  bottom: 50%;
}

.img-wrap:after {
  animation-name: img-wrap-after;
  top: 50%;
  bottom: 0;
}

.text {
	margin-top: 60px;
	text-align: center;
	font-weight: 700;
	opacity: 0;
}

.text-move {
	opacity: 0;
	display: inline-block;
	transform: scale(1.25) translate(8px, 4px);
	font-size: 80px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	text-shadow:2px 2px 3px #000;
	letter-spacing: 0.02em;
}

.text-move:nth-child(1) {
	transition: opacity 1.2s ease 0.1s, transform 1.2s ease 0.2s;
}
.text-move:nth-child(2) {
	transition: opacity 1.2s ease 0.2s, transform 1.2s ease 0.25s;
}
.text-move:nth-child(3) {
	transition: opacity 1.2s ease 0.25s, transform 1.2s ease 0.3s;
}
.text-move:nth-child(4) {
	transition: opacity 1.2s ease 0.3s, transform 1.2s ease 0.35s;
}
.text-move:nth-child(5) {
	transition: opacity 1.2s ease 0.35s, transform 1.2s ease 0.4s;
}
.text-move:nth-child(6) {
	transition: opacity 1.2s ease 0.4s, transform 1.2s ease 0.45s;
}
.text-move:nth-child(7) {
	transition: opacity 1.2s ease 0.45s, transform 1.2s ease 0.5s;
}
.text-move:nth-child(8) {
	transition: opacity 1.2s ease 0.5s, transform 1.2s ease 0.55s;
}
.text-move:nth-child(9) {
	transition: opacity 1.2s ease 0.55s, transform 1.2s ease 0.6s;
}
.text-move:nth-child(10) {
	transition: opacity 1.2s ease 0.6s, transform 1.2s ease 0.65s;
}

.text.active {
	opacity: 1;
}

.text.active .text-move {
	opacity: 1;
	transform: scale(1) translate(0);
}




.module_maint{
	position: relative;
	background: #f7f2ec;
	background: url(../img/img_work_main.jpg) no-repeat top center;
	width: 100%;
	height: 60vw;/*26vw*/
	-webkit-transition: all 1.2s ease;
	transition: all 1.2s ease;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 600px;
	}
  
 .module_maint h1{ 
      font-size:30px;
      color:#fff;
      position:relative;
      top:45px;
} 


 .module_maint p{
      font-size:30px;
      color:#fff;
      position:relative;
      top: 25px;
}





  .module_maint .about_logo {
	position: absolute;
	top: 10%;
	left: 10%;
	text-align: left;
	padding: 20px;
	/* border: 3px solid; */
	/* opacity: 0; */
	z-index: 1;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
  }
  
  
  .module_maint .about_logo img{
	  width: 60%;
	  display: inline-block;
	  box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.8);
  }
  
  
  .module_maint .about_logo a:hover{
	color: #fff;
	font-size: 6.5rem
  }
  
  .module_maint .about_logo {
	opacity: 1;
	-webkit-transform: translateY(0);
			transform: translateY(0);
	-webkit-transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.8s;
	transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.8s;
  }

@media( max-width: 376px ) {
	.text-move {
		font-size: 50px;
	}
}

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

   #w_sub_style

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

#w_sub_style {padding: 0px 0 100px;position: relative;z-index: 1;/* margin-top: 30px; */top: 90px;/* display: block; *//* margin-bottom: 100px; *//* max-width: 1200px; *//* margin: 80px auto; */}

@media only screen and (max-width: 1024px) {
#w_sub_style {padding: 50px 0% 200px;top:80px;}
}

@media only screen and (max-width: 800px) {
#w_sub_style  {padding: 80px 5%;padding: 0 0% 80px;top: 40px;}
}

@media only screen and (max-width: 738px) { 
#w_sub_style  {padding: 0px 0%;top: 40px;}
}

@media only screen and (max-width: 414px) { 
#w_sub_style  {padding: 0 0% 0px;/* margin-top:30px; *//* top: 40px; */}

}
#w_sub_style:after {
opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}




.contents-wrap {
	display: flex;
	justify-content: space-between;
	/* margin-bottom: 7rem; */
	/* justify-content: center; */
	align-items: center;
}
.contents-wrap:nth-child(odd) {
	flex-direction: row-reverse;
	margin-bottom:100px
}

.contents-wrap:nth-child(even) {
	background:#eee;
}

.contents-text{
	z-index:1;
	position:relative;
	left: 10%;
	width: 50%;
	padding: 5% 3%;
	/*flex: 2;*/
	background: rgba(255, 255, 255, 0.77);
}

.contents-textR{
	position:relative;
	right: -10%;
	width: 50%;
	padding: 5%;
	/*flex: 2;*/
	background: rgba(255, 255, 255, 0.77);
}

.contents-img {
	width: 90%;
	/*flex: 1;*/
}

.contents-text h2,
.contents-textR h2 {
	margin-bottom:2rem;
	font-size: 3rem;
	font-weight: 500;
}

.contents-text p {
	font-size: 1.2rem;
}

.contents-img img {
	display: block;
	max-width: 1200px;
	height: 500px;
	overflow: hidden;
	/* width: 120px; */
	/* height: 80px; */
	position: relative;
	object-fit: cover;
	object-position: 100% 10%;
	margin-right: 0;
	width: 100%;
}

@media screen and (max-width: 768px){
	.contents-wrap,
	.contents-wrap:nth-child(odd)  {
		flex-direction: column;
	}

	.contents-text,
	.contents-textR,
	.contents-img {
		width: 100%; /*flex: 1;*/
	}

	.contents-text,
	.contents-textR
	 {
		padding: 3rem;
		right:0;
		left:0;

	}

	.contents-text h2 {
		text-align: center;
	}
}
@media(max-width:499px) {
	h2.sub-ttl2 {
		font-size: 1.5rem;
	}

	.contents-img img {
		object-position: 10% 0%;
	}

	.contents-text p {
		font-size: 1.5rem;
	}
}



/* =============================================================

	Base

* ============================================================= */


/* ゴシックMB101 DB */
.c-title-A,
.c-title-B &gt; span,
.c-title-C,
.c-nav__item[class="c-nav__item"],
.c-nav__openhouse &gt; b,
.c-nav__subnav-nav,
.c-spnav,
.c-footer__title &gt; h2,
.story-lead__name,
.c-font-GothicMB {
	/* font-family: 'Noto Sans', Arial, Roboto, "Droid Sans", "ゴシックMB101 DB", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif; */
	font-family: 'Noto Sans', Arial, Roboto, "Droid Sans", "ゴシックMB101 DB", GothicMB101Pro-DeBold, "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-weight: 700;
}



/* c-container
--------------------------- */

.c-container {
	max-width: 1980px;
	margin: 0 auto;
	padding: 9vw 13vw;
}

.c-container._wide {
	padding-right: 70px;
	padding-left: 70px;
}

.c-container._narrow {
	padding-right: 17vw;
	padding-left: 17vw;
}

.c-container._low {
	padding-top: 6vw;
	padding-bottom: 6vw;
}

.c-container + .c-container,
.c-container + main &gt; .c-container {
	padding-top: 0 !important;
}


/* grid
--------------------------- */

.c-grids:before,
.c-grids:after {
	content: "";
	display: table;
}
.c-grids:after {
	clear: both;
}
.c-grids {
	display: block;
	*zoom: 1;
}

.c-grids._gap-1_5 {
	margin-left: -1.5%;
	margin-right: -1.5%;
}
.c-grids._gap-2 {
	margin-left: -2%;
	margin-right: -2%
}
.c-grids._gap-3 {
	margin-left: -3%;
	margin-right: -3%
}
.c-grids._gap-4 {
	margin-left: -4%;
	margin-right: -4%;
}
.c-grids._gap-6 {
	margin-left: -6%;
	margin-right: -6%;
}

.c-grids &gt; * {
	float: left;
	min-height: 1px;
}
.c-grids._flip &gt; * {
	float: right;
}

.c-grids._gap-1_5 &gt; * {
	padding-left: 1.5%;
	padding-right: 1.5%;
}
.c-grids._gap-2 &gt; * {
	padding-left: 2%;
	padding-right: 2%;
}
.c-grids._gap-3 &gt; * {
	padding-left: 3%;
	padding-right: 3%;
}
.c-grids._gap-4 &gt; * {
	padding-left: 4%;
	padding-right: 4%;
}
.c-grids._gap-6 &gt; * {
	padding-left: 6%;
	padding-right: 6%;
}

.c-grid-1of2 {
	width: 50%;
}
.c-grid-1of3 {
	width: 33.333%;
}
.c-grid-1of4 {
	width: 25%;
}
.c-grid-2of3 {
	width: 66.666%;
}
.c-grid-2of5 {
	width: 40%;
}
.c-grid-3of5 {
	width: 60%;
}
.c-grid-sofg {
	width: 38.2%;
}
.c-grid-lofg {
	width: 61.8%;
}

.c-grids._inline &gt; * {
	float: none;
	display: inline-block;
	vertical-align: top;
}

.c-grids._inline._m &gt; * {
	vertical-align: middle;
}

.c-grids._flip._inline {
	direction: rtl;
}
.c-grids._flip._inline &gt; *  {
	direction: ltr;
}



/* =============================================================

	Typography

* ============================================================= */

.c-tal-l { text-align: left !important; }
.c-tal-r { text-align: right !important; }
.c-tal-c { text-align: center !important; }

.c-tcl-w, .c-tcl-w a { color: #fff !important; }
.c-tcl-or, .c-tcl-or a { color: #F6921D !important; }
.c-tcl-red, .c-tcl-red a { color: red !important; }
.c-tcl-blk, .c-tcl-blk a { color: #262626 !important; }

.c-txt-shadow {
	text-shadow: 0 0 4px rgba(255,255,255,.3);
	text-shadow: 1px 1px 40px rgba(0,0,0,.15), -1px -1px 40px rgba(0,0,0,.15);
}

.c-tcl-w .c-txt-shadow,
.c-tcl-w.c-txt-shadow {
	text-shadow: 1px 1px 40px rgba(0,0,0,.15), -1px -1px 40px rgba(0,0,0,.15);
}
.c-tcl-w .c-txt-shadow_strong,
.c-tcl-w.c-txt-shadow_strong {
	text-shadow: 1px 1px 40px rgba(0,0,0,.25), -1px -1px 40px rgba(0,0,0,.25);
}

.c-fw-b { font-weight: 700 !important; }

.c-fs-italic { font-style: italic; }


/* c-title-A
--------------------------- */

.c-title-A {
	font-weight: 700;
	letter-spacing: .1em;
	display: block;
}




/* c-caption
--------------------------- */

.c-caption {
	color: #808080;
	font-size: 0.867rem; /* 13px */
	line-height: 1.8;
}



/* c-arrownav
--------------------------- */

.c-arrownav {
	font-size: 0.933rem; /* 14px */
	font-weight: 700;
	line-height: 1.4;
	padding: .5em 32px .5em 1em;
	margin-left: -1em;
	position: relative;
	display: inline-block;
	transition: color .1s linear;
}
.c-arrownav._flip {
	padding: .5em 1em .5em 32px;
	margin-left: 0;
	margin-right: -1em;
}

.c-arrownav:before,
.c-arrownav:after {
	content: "";
	width: 23px;
	height: 2px;
	background-color: #F6921D;
	position: absolute;
	right: 0;
	bottom: .8em;
	transform-origin: 0 0;
}

html.no-touchevents .c-arrownav:hover:before {
	animation: a-arrownav1 .25s .05s forwards;
}
@keyframes a-arrownav1 {
	60% { transform: scaleX(1.7); }
	100% { transform: scaleX(1.5); }
}

.c-arrownav:after {
	width: 12px;
	transform-origin: 100% 100%;
	transform: rotate(40deg);
}
html.no-touchevents .c-arrownav:hover:after {
	animation: a-arrownav2 .25s .05s forwards;
}
@keyframes a-arrownav2 {
	60% { transform: translate(18px,0) rotate(40deg); }
	100% { transform: translate(12px,0) rotate(40deg); }
}

.c-arrownav._flip:before {
	transform-origin: 100% 100%;
	left: 0;
}
.c-arrownav._flip:after {
	left: 0;
	transform-origin: 0 100%;
	transform: rotate(-40deg);
}
html.no-touchevents .c-arrownav._flip:hover:after {
	animation: a-arrownav3 .25s .05s forwards;
}
@keyframes a-arrownav3 {
	60% { transform: translate(-18px,0) rotate(-40deg); }
	100% { transform: translate(-12px,0) rotate(-40deg); }
}




/* =============================================================

	Images

* ============================================================= */

img {
	vertical-align: middle;
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

img.aligncenter,
img.alignnone {
	margin: 0 auto;
}

img.alignleft {
	margin: 0 auto 0 0 !important;
}
img.alignright {
	margin: 0 0 0 auto !important;
}


/* =============================================================

	Common

* ============================================================= */

.mbv-1 { margin-bottom: 1vw !important; }
.mbv-2 { margin-bottom: 2vw !important; }
.mbv-3 { margin-bottom: 3vw !important; }
.mbv-4 { margin-bottom: 4vw !important; }
.mbv-5 { margin-bottom: 5vw !important; }
.mbv-6 { margin-bottom: 6vw !important; }
.mbv-7 { margin-bottom: 7vw !important; }
.mbv-8 { margin-bottom: 8vw !important; }
.mbv-9 { margin-bottom: 9vw !important; }
.mbv-10 { margin-bottom: 10vw !important; }



.feature-feature .c-square {
	width: 10vw;
	height: 10vw;
	max-width: 100px;
	max-height: 100px;
	top: 50%;
	transform: translate(0,-51%);
	z-index: -1;
}
.feature-feature._left .c-square {
	left: -30px;
}
.feature-feature._right .c-square {
	right: -30px;
}


.feature {
    padding-top: 31px;
    /* padding-bottom: 130px; */
    background: url(../images/oa_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 60px;
}


.feature_2 {
    padding-top: 31px;
    /* padding-bottom: 130px; */
    /*     background: url(../images/oa_bg.jpg); */
    background-size: contain;
    background-repeat: no-repeat;
    /* margin-top: 60px; */
}



.feature_areaTitle {
    margin-bottom: 53px;
}
.feature_tInner {
    margin: 2% 0 3%;
}
.feature_title {
    margin-bottom: 11px;
}
.feature_title &gt; b {
    display: block;
}
.feature_title &gt; img {
    display: block;
    margin: 10px auto 0;
}
.feature_text {
	text-align: center;
	font-size: 1.8rem;
}


.u-headline02 {
    line-height: 1.2;
    margin-bottom: 1em;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
}

.c-container_area2 .f-white {
    color: #fff;
}

.line-hr {
    width: 10%;
    border: 3px solid #fff;
    border-radius: 10px;
}

.u-spInline {
    display: none;
}

.u-headline03 {
    line-height: 1.2;
    margin-bottom: 0.5em;
    font-size: 30px;
    text-align: center;
}





.c-content-block {
    position: relative
}
.c-content-block__inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width:47.9375em) {
.c-content-block__inner {
    width: 100%;
    padding: 54px 4.68% 50px
}
}

@media print, screen and (min-width:48em) {
.c-content-block__inner {
    position: relative;
    z-index: 1;
    width: 90.64%;
    padding-top: 54px;
    padding-bottom: 50px;
    margin-right: auto;
    margin-left: auto
}
}

@media print, screen and (min-width:61.25em) {
.c-content-block__inner {
    max-width: 1400px;
    /* padding-top: 75px; */
    padding-bottom: 80px;
}
}

@media print, screen and (min-width:87.5em) {
.c-content-block__inner {
    padding-right: 0;
    padding-left: 0
}
}
.c-content-block__inner&gt;:first-child {
    margin-top: 0
}

@media only screen and (max-width:47.9375em) {
.c-content-block__button {
    margin-top: 30px
}
}

@media print, screen and (min-width:48em) {
.c-content-block__button {
    width: 320px;
    margin-right: auto;
    margin-top: 40px;
    margin-left: auto
}
}

@media only screen and (max-width:47.9375em) {
.c-content-block__button-group {
    margin-top: 30px
}
}

@media print, screen and (min-width:48em) {
.c-content-block__button-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: auto;
    margin-top: 40px;
    margin-left: auto
}
}

@media print, screen and (min-width:48em) {
.c-content-block__button-group .c-button {
    width: 320px
}
}

@media only screen and (max-width:47.9375em) {
.c-content-block__button-group .c-button+.c-button {
    margin-top: 20px
}
}

@media print, screen and (min-width:48em) {
.c-content-block__button-group .c-button+.c-button {
    margin-left: 40px
}
}

@media only screen and (max-width:47.9375em) {
.c-content-block--type_headline .c-content-block__inner {
    padding-top: 60px;
    padding-bottom: 0
}
}

@media print, screen and (min-width:48em) {
.c-content-block--type_headline .c-content-block__inner {
    padding-top: 25px;
    padding-bottom: 0
}
}

@media only screen and (max-width:47.9375em) {
.c-content-block--type_service .c-content-block__inner {
    padding-top: 57px;
    padding-bottom: 60px
}
}

@media print, screen and (min-width:48em) {
.c-content-block--type_service .c-content-block__inner {
    padding-top: 75px
}
}
.c-content-block--type_advantage, .c-content-block--type_advantage-2, .c-content-block--type_advantage-3 {
    overflow: visible
}
.c-content-block--type_advantage-2 .c-content-block__inner, .c-content-block--type_advantage-3 .c-content-block__inner, .c-content-block--type_advantage .c-content-block__inner {
    position: relative;
    z-index: 1
}

@media only screen and (max-width:47.9375em) {
.c-content-block--type_advantage-2 .c-content-block__inner, .c-content-block--type_advantage-3 .c-content-block__inner, .c-content-block--type_advantage .c-content-block__inner {
    padding-top: 60px;
    padding-bottom: 55px
}
}

@media print, screen and (min-width:48em) {
.c-content-block--type_advantage-2 .c-content-block__inner, .c-content-block--type_advantage-3 .c-content-block__inner, .c-content-block--type_advantage .c-content-block__inner {
    padding-top: 50px;
    padding-bottom: 50px
}
}

@media print, screen and (min-width:48em) {
.c-content-block--type_advantage-2:last-of-type .c-content-block__inner, .c-content-block--type_advantage-3:last-of-type .c-content-block__inner, .c-content-block--type_advantage:last-of-type .c-content-block__inner {
    padding-bottom: 100px
}
}
.c-content-block--type_advantage-2 {
    background-color: #f4f4f4
}

@media print, screen and (min-width:61.25em) {
.c-content-block--type_advantage-2 {
    background-color: initial
}
}
.c-content-block--type_advantage-3 .c-content-block__inner {
    padding-top: 0
}

@media print, screen and (min-width:48em) {
.c-content-block--type_advantage-3 .c-content-block__inner {
    max-width: 1040px
}
}

@media print, screen and (min-width:61.25em) {
.c-content-block--type_advantage-3 .c-content-block__inner {
    padding-bottom: 50px
}
}

@media print, screen and (min-width:48em) {
.c-content-block--type_case .c-content-block__inner {
    padding-top: 110px
}
}
.c-content-block--type_home-case .c-content-block__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ddd;
padding-top:100px;

}

.c-content-block--type_home-blog .c-content-block__bgW {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}


.c-content-block--type_home-case .c-content-block__inner {
    position: static;
    z-index: 1
}

@media only screen and (max-width:47.9375em) {
.c-content-block--type_home-case .c-content-block__inner {
    padding-top: 60px;
    padding-bottom: 60px
}
}

@media print, screen and (min-width:48em) {
.c-content-block--type_home-case .c-content-block__inner {
    padding-top: 100px;
    padding-bottom: 110px
}
}
.c-content-block--type_service-lead {
    background-color: #e5e5e5
}
.c-content-block--type_company {
    overflow: visible
}
.c-content-block--type_company .c-content-block__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f4f4f4
}
.c-content-block--type_company .c-content-block__inner {
    position: relative;
    z-index: 1
}

@media only screen and (max-width:47.9375em) {
.c-content-block--type_company .c-content-block__inner {
    padding-top: 80px;
    padding-bottom: 60px
}
}

@media print, screen and (min-width:48em) {
.c-content-block--type_company .c-content-block__inner {
    padding-top: 50px;
    padding-bottom: 50px
}
}

@media print, screen and (min-width:80em) {
.c-content-block--type_company .c-content-block__inner {
    padding-top: 75px;
    padding-bottom: 80px
}
}
.c-content-block--type_home-seminar {
    position: relative
}
.c-content-block--type_home-seminar .c-content-block__inner {
    position: relative;
    z-index: 1
}

@media only screen and (max-width:47.9375em) {
.c-content-block--type_home-seminar .c-content-block__inner {
    padding-top: 60px;
    padding-bottom: 60px
}
}

@media print, screen and (min-width:48em) {
.c-content-block--type_home-seminar .c-content-block__inner {
    padding-top: 95px;
    padding-bottom: 70px
}
}
.c-content-block--type_home-blog .c-content-block__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f4f4f4
}
.c-content-block--type_home-blog .c-content-block__inner {
    position: relative;
    z-index: 1
}

@media only screen and (max-width:47.9375em) {
.c-content-block--type_home-blog .c-content-block__inner {
    padding-top: 60px;
    padding-bottom: 60px
}
}

@media print, screen and (min-width:48em) {
.c-content-block--type_home-blog .c-content-block__inner {
    /* padding-top: 100px; */
}
}

@media only screen and (max-width:47.9375em) {
.c-content-block--type_news .c-content-block__inner {
    padding-top: 60px;
    padding-bottom: 60px
}
}

@media print, screen and (min-width:48em) {
.c-content-block--type_news .c-content-block__inner {
    padding-top: 75px;
    padding-bottom: 70px
}
}

@media only screen and (max-width:47.9375em) {
.c-content-block--type_detail .c-content-block__inner {
    padding-top: 34px
}
}

@media print, screen and (min-width:61.25em) {
.c-content-block--type_detail .c-content-block__inner {
    max-width: 960px
}
}

@media print, screen and (min-width:61.25em) {
.c-content-block--type_blog .c-content-block__inner, .c-content-block--type_error .c-content-block__inner, .c-content-block--type_sitemap .c-content-block__inner {
    max-width: 1040px
}
}

@media only screen and (max-width:47.9375em) {
.c-content-block--type_form .c-content-block__inner {
    padding-top: 34px;
    padding-bottom: 140px;
    padding-left: 4.68%
}
}

@media print, screen and (min-width:48em) {
.c-content-block--type_form .c-content-block__inner {
    padding-bottom: 140px
}
}

@media print, screen and (min-width:61.25em) {
.c-content-block--type_form .c-content-block__inner {
    max-width: 1040px
}
}
.c-content-block--type_recruit .c-content-block__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg_recruit.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 50%
}
.c-content-block--type_recruit .c-content-block__inner {
    position: relative;
    z-index: 1
}





@keyframes img-wrap-before {
  100% {
    transform: translateX(100%);
  }
}

@keyframes img-wrap-after {
  100% {
    transform: translateX(-100%);
  }
}

</pre></body></html>