<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#main-wrapper {
	background: url("images/main.jpg") no-repeat center top;
	background-size: cover;
}
#job .link-area .link-common-btn{
	width: 46%;
}
#state{
	padding: 40px 0 0 0;
	text-align: center;
}
#state .state-box{
	background: #EAF1F5;
	padding: 20px;
	margin: 0 0 20px 0;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-align: center;
}
#state .state-box .heading{
	color: #2678CC;
	padding: 0 0 5px 0;
	font-size: 1em;
	display: block;
	font-weight: bold;
}
#state .state-box .mind{
	font-size: 1.7em;
	display: block;
	font-weight: bold;
}
#state .voice{
	padding: 18px 25px;
	font-size: .8em;
	display: inline-block;
	background: #EAF1F5;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin: 0 0 15px 0 ;
	position: relative;
	font-weight: bold;
}
#state .voice:before {
 content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #EAF1F5;
}
#state p{
	padding: 0 0 25px 0;
	font-size: .8em;
	display: block;
	line-height: 2.2em;
}
#ceo-wrapper{
	position: relative;
}
#ceo .link-area{
	text-align: left;
}
.ceo-area{
	position: relative;
	height: 600px;
}
.ceo-info{
	padding: 0 0 30px 0;
	text-align: left;
	width: 50%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.ceo-ph{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
}
.ceo-info h2{
	color: #2274C8;
	font-size: 1.2em;
	padding: 0 0 5px 0;
	font-weight: bold;
}
.ceo-info .catch{
	padding: 0 0 15px 0;
	font-size: 1.8em;
	display: block;
	font-weight: bold;
	line-height: 1.8em;
}
.ceo-info .name{
	padding: 0 0 15px 0;
	font-size: 1.8em;
	display: block;
	font-weight: bold;
}
.ceo-info .sub{
	padding: 0 0 10px 0;
	font-size: .8em;
	display: block;
	line-height: 2.2em;
}
.ceo-info .link-ceo{
	padding: 15px;
	background: #2678CC;
	color: #FFF;
	text-align: center;
	width: 80%;
	position: relative;	
	display: block;
}
.ceo-info .link-ceo::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 6px;
	height: 6px;
	margin: -5px 0 0 0;
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
}
#ceo-bg{
	height:  760px;
	overflow-x: hidden;
	width: 100%;
	margin: -80px 0 0 0;
	pointer-events: none;
	position: absolute;
	z-index: -1;
	-ms-overflow-style: none;    /* IE, Edge å¯¾å¿œ */
    scrollbar-width: none;   
}
#ceo-bg::-webkit-scrollbar {  /* Chrome, Safari å¯¾å¿œ */
        display:none;
}
#ceo-bg::after {
	top: 0px;
	position: absolute;
	left: 0;
	width: 0;
	height: 0;
	content: "";
	border-top: 200px solid transparent;
	border-right: 100vw solid transparent;
	border-bottom: 600px solid transparent;
	border-left: 100vw solid #EAF1F5;
}
#team{
	position: relative;
}
#team-bg{
	height:  800px;
	overflow-x: hidden;
	width: 100%;
	margin: -80px 0 0 0;
	pointer-events: none;
	position: absolute;
	z-index: -1;
}
#team-bg::after {
	top: 0px;
	position: absolute;
	left: 0;
	width: 0;
	height: 0;
	content: "";
	border-top: 200px solid transparent;
	border-right: 100vw solid transparent;
	border-bottom: 600px solid transparent;
	border-left: 100vw solid #EAF1F5;
}

.ph-full{
	width: 100%;
	margin: 0 0 60px 0;
}
.ph-full img{
	width: 100%;
}
#office.common-box{
	padding: 0 0 20px 0;
}
#slider-interview-wrapper {
    position: relative;
    min-width: 980px;
	max-width: 1300px;
    margin: 0 auto;
}
#slider-interview-wrapper .entry-list{ 
	margin: 0 1% !important;
}
#slider-wrapper {
    position: relative;
    min-width: 980px;
    margin: 0 auto;
}
.swiper-container.slide02 {
	padding: 0 0 60px;
}

.swiper-container.slide01 {
    width: 100%;
    height: 540px;
}
.s-three-wrap {
    position: relative;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    width: 100%;
    height: 540px;
}
.s-three-wrapbox {
position: absolute;
bottom: 0;
left: 20px;
}
.s-three-text,
.s-three-sub,
.s-three-button {
  color: white;
}
.s-three-text-s {
  font-size: 0.9em;
  padding: 0 0 10px 0;
  color: #FFF;
  display: block;
  font-family: 'Open Sans', sans-serif;
}
#slider01{
	background-image: url("images/office01.jpg");
}
#slider02{
	background-image: url("images/office02.jpg");
}
#slider03{
	background-image: url("images/office03.jpg");
}
#slider04{
	background-image: url("images/office04.jpg");
}
.swiper-slide-active .s-three-text-s {
  animation: slideFromRight 1.5s ease 0s 1 normal;
}
.swiper-button-next, .swiper-button-prev {
    color: #FFF500 !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 22px !important;
}
.swiper-pagination-bullet-active {
    background: #FFF500 !important;
}
@keyframes slideFromRight {
  0%, 25% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes slideFromRightSub {
  0%, 45% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes slideFromRightBtn {
  0%, 65% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
.bg-change{
	background: #EAF1F5;
}
#jobs{
	padding: 100px 0 80px 0;
}
#jobs .job-box .box{
	width: 48%;
	background: #FFF;
	text-align: left;
}
#jobs .job-box .box .ph{
	width: 32%;
}
#jobs .job-box .box .ph img{
	width: 100%;
	vertical-align: bottom;
}
#jobs .job-box .box .detail{
	width: 68%;
	padding:30px 30px 10px 30px;
}
#jobs .job-box .box .detail .name{
	font-size: 1em;
	padding: 0 0 10px 0;
	font-weight: bold;
	display: block;
}
#jobs .job-box .box .detail p{
	font-size: .8em;
	line-height: 1.8em;
}
#system .ph-box{
	padding: 20px 0px 0;
}
#system .ph-box img{
	padding: 0px 10px 0;
}
#welfare .welfare-box{
	padding: 10px 0 0 0;
}
#welfare .welfare-box .box{
	width: 49%;
	background: #FFF;
	padding: 25px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;	
}
#welfare .welfare-box .box .what{
	font-size: 1em;
	padding: 0 0 10px 0;
	font-weight: bold;
	display: block;
	color: #2678CC;
}
#welfare .welfare-box .box p{
	font-size: .9em;
	padding: 0 0 10px 0;
	display: block;
}
#welfare .welfare-box .box .attend{
	font-size: .7em;
	display: block;
}
#process .ph-box{
	padding: 20px 0px 0;
}
#process .ph-box img{
	padding: 0px 8px 0;
}
#information .ph-box .box{
	width: 33.33%;
}
#information .ph-box .box{
	padding: 400px 20px 20px;
}
#information .ph-box .box.nagasaki{
	background: url("images/nagasaki.png") no-repeat center center;
	background-size: cover;
}
#information .ph-box .box.tokyo{
	background: url("images/tokyo.png") no-repeat center center;
	background-size: cover;
}
#information .ph-box .box.sapporo{
	background: url("images/sapporo.png") no-repeat center center;
	background-size: cover;
}
#information .ph-box .box a{
	padding: 15px;
	background: #2678CC;
	color: #FFF;
	text-align: center;
	width: 85%;
	position: relative;	
	display: block;
	margin: 0 auto;
	border: solid 1px #2678CC;
}
#information .ph-box .box a::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 6px;
	height: 6px;
	margin: -5px 0 0 0;
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
}
#information .ph-box .box a:hover{
	background: #FFF;
	color: #2678CC;
}
#information .ph-box .box a:hover::after {
	border-top: solid 2px #2678CC;
	border-right: solid 2px #2678CC;
}

@media (max-width: 834px) { 
#main-wrapper {
	background: url("images/main-sp.jpg") no-repeat center center;
	background-size: cover;
}
#main-area .heading-area {
	width: 200px;
}
#job .link-area .link-common-btn{
	width: 100%;
}
#state p{
	text-align: left;
}
#ceo-bg{	
	height: 120vh;
	overflow-x: hidden;
	width: 100%;
	margin: -80px 0 0 0;
	pointer-events: none;
}		
#ceo-bg::after {
	top: 0px;
}
.ceo-area{
	height: auto;
}
.ceo-info{
	padding: 0 0 30px 0;
	text-align: left;
	width: 100%;
	position: static;
	top: 0;
	left: 0;
	z-index: 1;
}
.ceo-ph-sp{
		padding: 0 0 10px 0;
}
#team-bg{	
	height: 120vh;
	overflow-x: hidden;
	width: 100%;
	margin: -80px 0 0 0;
	pointer-events: none;
}		
#team-bg::after {
	top: 0px;
}
#slider-wrapper {
    min-width: 100%;
	width: 100%;
}
#slider-interview-wrapper {
    min-width: 100%;
	max-width: 100%;
	padding: 0 15px;
}
#slider-interview-wrapper .entry-list {
	margin: 0 0% !important;
}
.swiper-container.slide01 {
    height: 200px;
}
.s-three-wrap {
    height: 200px;
}
#jobs .job-box .box{
	width: 100%;
	margin: 0 0 10px 0;
}
#jobs .job-box .box .detail{
	padding:20px 20px 10px 20px;
}
#welfare .welfare-box .box{
	width: 100%;
	margin: 0 0 10px 0;
}
#process .ph-box div{
	width: 50%;
	padding: 0 8px 8px;
}
#information .ph-box .box{
	width: 100%;
}
#information .ph-box .box{
	padding: 150px 20px 20px;
}	
}
@media (max-width: 480px) {
}</pre></body></html>