@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Kanit:400i,700i');

/* ---------------------------------------------
　keyvisual
------------------------------------------------ */

.keyvisual {
	width: 100%;
	height: 650px;
	max-width: 1920px;
	margin-top: -81px;
	background-position: 60% center;
	background-size: cover;
	margin: 0 auto;
}

.keyvisual p {
	width: 980px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.keyvisual .txt-keyv {
	position: absolute;
	top: 45%;
	left: -15px;
	transition: all 0.5s;
}

.keyvisual .txt-keyv2 {
	opacity: 0;
	position: absolute;
	left: 50%;
	bottom: 85px;
	transform: translateX(-50%);
	width: 232px;
	height: 234px;
	transition: all 0.5s;
}

[style*="keyvisual_007.jpg"] + .keyvisual .txt-keyv{
	opacity: 0;
}

[style*="keyvisual_007.jpg"] + .keyvisual .txt-keyv2{
	opacity: 1;
}

/* ---------------------------------------------
　content
------------------------------------------------ */
.saigai{
	width:700px;
	position:relative;
	z-index:2;
	border: 1px solid #ccc;
	padding: 20px;
	box-sizing: border-box;
	background: rgba(255,255,255,0.8);
	top: -39px;
	left: 0;
	right: 0;
	text-align: center;
	margin: 30px auto;
}

.saigai h2 {
	color: #f30467;
	font-size: 105%;
	margin-top: 10px;
}

.saigai p {
	margin: 10px auto;
	text-align: left;
}
.info-area {
	display: flex;
	align-items: center;
	width: 980px;
	height: 58px;
	padding: 0 20px;
	position: absolute;
	top: -28px;
	left: 50%;
	margin-left: -490px;
	background: #3db900;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* margin-bottom: -51px; */
}

.info-area p, .info-area a {
	margin: 0;
	line-height: 45px;
	color: #fff;
}

.info-area .title {
	width: 200px;
	float: left;
	font-size: 130%;
	font-weight: bold;
}

.btn-area {
	width: 980px;
	margin: -50px auto 0;
	position: relative;
}

.btn-area ul {
	margin: 0;
}

.btn-area .large-btn {
	float: left;
	height: 271px;
	position: relative;
}

.btn-area .large-btn li {
	float: left;
	margin-right: 1px;
	box-sizing: border-box;
}

.btn-area .large-btn li:hover {
	border: solid 3px #2c54b8;
	overflow: hidden;
	margin: -3px -2px -3px -3px;
	position: relative;
	z-index: 99;
}

.btn-area .small-btn {
	float: left;
	height: 271px;
	position: relative;
}

.btn-area .small-btn:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.btn-area .small-btn li {
	margin-bottom: 1px;
}

.btn-area .small-btn li:hover {
	border: solid 3px #2c54b8;
	overflow: hidden;
	margin: -3px -3px -2px -3px;
	position: relative;
	z-index: 99;
}

.btn-area .small-btn li;last-child {
	margin-bottom: 0;
}

.news-area {
	width: 100%;
	background-color: #eee;
	padding-top: 40px;
	margin-top: -50px;
}

.news-area .news-wrap{
	width: 980px;
	margin: 0 auto;
	position:relative;
}

.news-area h2 {
	float: left;
	background: none;
	padding: 0;
	margin: 20px 0 0;
	border: none;
}

.news-area h2 img {
	margin-top: 6px;
}

.news-area .slider-wrap {
	float: left;
	width: 830px;
	margin: 20px 0 20px 30px;
}

.news-area .slider-wrap ul {
	margin: 0;
}

.news-area .slider-wrap ul li a {
	color: #333;
}

.news-area .slider-wrap ul li a:hover {
	text-decoration: none;
}

.news-area a.index {
	display: inline-block;
	font-family: 'Kanit', sans-serif;
	font-style: italic;
	font-size: 110%;
	color: #333;
	margin: 20px 0 20px 0;
}

.news-area a:hover {
	text-decoration: none;
}

/* ------ service --------------------- */

.service {
	position: relative;
	width: 100%;
	min-width: 980px;
	height: 2031px;
	background-image: url(/themes/main/top/images/bg_service.png);
	background-position: center center;
	background-size: 1716px 2031px;
	border-bottom: solid 6px #1F3EB8;
}

.service-wrap {
	width: 980px;
	min-width: 980px;
	height: 2032px;
	overflow: visible;
	margin: 0 auto;
	position: relative;
}

.service h2 {
	background: none;
	padding: 0;
	margin: 20px 0 ;
	border: none;
}

.service .main,
.service .item,
.service .oa,
.service .design {
	position: absolute;
}

.service .item,
.service .oa,
.service .design,
.service .item-img,
.service .oa-img,
.service .design-img {
	display: none;
}

.service .main {
	color: #FFF;
	top: 271px;
	right: 0;
}
.service .item {
	top: 662px;
	left: 0;
}
.service .item dt {
	font-size: 125%;
	margin-bottom: 25px;
}
.service .item dl {
	width: 420px;
}
.service .item ul li a {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 50px;
    line-height: 50px;
	color:#333;
    border: solid 1px #aaa;
    text-decoration: none;
    text-align: center;
}
.service .item ul li a:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -5px;
    width: 8px;
    height: 8px;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    transform:rotate(45deg);
}
.service .item ul li a:hover {
	color:#FFF;
    background: #333;
}
.service .item ul li a:hover:after {
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
}
.service .item-img {
	position: absolute;
	top: 540px;
	right: -76px;
}

.service .oa {
	color: #FFF;
	top: 1136px;
	right: 0;
}
.service .oa h2 {
	text-align: right;
	border: none;
}
.service .oa dt {
	font-size: 125%;
	margin-bottom: 25px;
}
.service .oa dl {
	width: 420px;
}
.service .oa ul li a {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 50px;
    line-height: 50px;
	color:#FFF;
    border: solid 1px #aaa;
    text-decoration: none;
    text-align: center;
}
.service .oa ul li a:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -5px;
    width: 8px;
    height: 8px;
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
    transform:rotate(45deg);
}
.service .oa ul li a:hover {
	color:#FFF;
    background: #333;
}
.service .oa ul li a:hover:after {
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
}
.service .oa-img {
	position: absolute;
	top: 1026px;
	left: -135px;
}

.service .design {
	top: 1641px;
	left: 0;
}
.service .design dl {
	width: 420px;
}
.service .design dt {
	font-size: 125%;
	margin-bottom: 25px;
}
.service .design ul li a {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 50px;
    line-height: 50px;
	color:#333;
    border: solid 1px #aaa;
    text-decoration: none;
    text-align: center;
}
.service .design ul li a:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -5px;
    width: 8px;
    height: 8px;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    transform:rotate(45deg);
}
.service .design ul li a:hover {
	color:#FFF;
    background: #333;
}
.service .design ul li a:hover:after {
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
}
.service .design-img {
	position: absolute;
	top: 1500px;
	right: -43px;
}

.works {
	width: 980px;
	margin: 0 auto 30px;
}
.works h2 {
	background: none;
	margin: 60px auto 20px;
	border: none;
}
.works .works-cat {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	margin-bottom: 50px;
}
.works .works-cat .tab-list::after{
	width: 100%;
	height: 4px;
	position: absolute;
	left: 0;
	bottom: -4px;
	display: none;
}
.works #tab-btn1:checked ~ .works-cat #tab-list1::after{
	background-color: #1f3eb8;
	display: block;
	content: "";
}
.works #tab-btn2:checked ~ .works-cat #tab-list2::after{
	background-color: #efa414;
	display: block;
	content: "";
}
.works #tab-btn3:checked ~ .works-cat #tab-list3::after{
	background-color: #15c9ae;
	display: block;
	content: "";
}
.works #tab-btn4:checked ~ .works-cat #tab-list4::after{
	background-color: #f26464;
	display: block;
	content: "";
}
.works #tab-btn5:checked ~ .works-cat #tab-list5::after{
	background-color: #c860d4;
	display: block;
	content: "";
}
.works .tab-btn{
	display:none;
}
.works .tab-list{
	display:block;
	cursor:pointer;
	font-size: 14px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 171px;
	height: 54px;
	background: #fafafa;
	border-top: solid 1px #eee;
	border-right: solid 1px #eee;
	border-left: solid 1px #eee;
	opacity: 0.5;
}
.works .works-cat .tab-list:hover,
.works #tab-btn1:checked ~ .works-cat #tab-list1,
.works #tab-btn2:checked ~ .works-cat #tab-list2,
.works #tab-btn3:checked ~ .works-cat #tab-list3,
.works #tab-btn4:checked ~ .works-cat #tab-list4,
.works #tab-btn5:checked ~ .works-cat #tab-list5{
	opacity: 1;
}
.works .tab-content{
	display: none;
}
.works .tab-content.all {
	margin-bottom: 60px;
}
.works #tab-btn1:checked ~ .tab-content-wrap #tab-content1,
.works #tab-btn2:checked ~ .tab-content-wrap #tab-content2,
.works #tab-btn3:checked ~ .tab-content-wrap #tab-content3,
.works #tab-btn4:checked ~ .tab-content-wrap #tab-content4,
.works #tab-btn5:checked ~ .tab-content-wrap #tab-content5{
	display:block;
}
.works .works-cat li {text-align: center;}
.works .works-cat li .all { background: #1f3eb8; border:solid 4px #1f3eb8; color: #fff; }
.works .works-cat li .workitem{ background: #efa414; border:solid 4px #efa414; color: #fff; }
.works .works-cat li .workoa { background: #15c9ae; border:solid 4px #15c9ae; color: #fff; }
.works .works-cat li .officedesign { background: #f26464; border:solid 4px #f26464; color: #fff; }
.works .works-cat li .workreform { background: #c860d4; border:solid 4px #c860d4; color: #fff; }
.works .works-list-wrap {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.works .all .works-list-wrap {
	width: 90%;
}
.works .works-list-wrap::after {
	display: block;
	width: 310px;
}
.works .all-list{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 20px;
}
.works .all-list div dl {
	width: 200px;
	margin: 0;
}
.works .all-list dd.img {
	width: 200px;
	height: 148px;
}
.works .all-list dl:nth-of-type(n+5) {
	display: none;
}
.works a.all-list-btn {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
	margin: 0 0 0 20px;
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 10px;
	text-align: center;
	position: relative;
	width: 5%
}
.works a.all-list-btn::after {
	display: block;
	content: "";
	width: 7px;
	height: 7px;
	margin: 0 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	bottom: 20px;
	right: 0;
	left: 0;
	margin: auto;
}
.works .all-list-btn:hover {
	opacity: 0.7;
}
.works .workitem .all-list-btn { background-color: #efa414; }
.works .workoa .all-list-btn { background-color: #15c9ae; }
.works .officedesign .all-list-btn { background-color: #f26464; }
.works .workreform .all-list-btn { background-color: #c860d4; }
.works div dl:hover {
	opacity: 0.5;
}
.works div dl {
	width: 310px;
	margin:0 0 20px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.works dt.title {
	-webkit-box-flex:1;
	-ms-flex-positive:1;
	flex-grow:1;
	width: 100%;
	border-top: solid 6px #333;
	background: #eee;
	margin: 0;
	font-size: 105%;
	text-align: center;
	line-height: 1;
	padding-top:  11px;
	padding-bottom:  11px;
}
.works dt.title a {
	color: #333;
	text-decoration: none;
}

.works dl.bid-3 dt.title { border-top: solid 6px #efa414; }
.works dl.bid-4 dt.title { border-top: solid 6px #15c9ae; }
.works dl.bid-6 dt.title { border-top: solid 6px #f26464; }
.works dl.bid-13 dt.title { border-top: solid 6px #c860d4; }

.works dl dt.title {
	display: block;
	position: relative;
}
.works dl dt.title a {
	display: inline-block;
	width: 100%;
	height: 100%;
	line-height: 2;
}
.works dl dt.title .center {
	display: block;
	width: 90%;
	height: 100%;
	line-height: 1.2;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.works dd.img {
	width: 310px;
	height: 230px;
	text-align: center;
	position: relative;
}

.works dd.img a {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url("/themes/main/images/noimage.png");
	background-position: center center;
	background-size: cover;
}

.works dd.cat {
	height: 25px;
	color: #fff;
	font-size: 78%;
	position: relative;
}

.works .all dd.cat {
	height: auto;
	padding: 5px 10px;
	line-height: 1.5;
}

.works dd.cat .category {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 10px;
}

.works .all dd.cat .category {
	display: block;
	text-align: center;
	position: relative;
	top: inherit;
	left: inherit;
}

.works dd.cat .date {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 10px;
}

.works .all dd.cat .date {
	display: block;
	text-align: center;
	position: relative;
	top: inherit;
	right: inherit;
}

.works dl.bid-3 dd.cat { background: #efa414; }
.works dl.bid-4 dd.cat { background: #15c9ad; }
.works dl.bid-6 dd.cat { background: #f26464; }
.works dl.bid-13 dd.cat { background: #c860d4; }

.works dd.img img {
	width: 310px;
}


.big-banner-area {
	min-width: 980px;
	overflow: hidden;
}

.big-banner-area .bsf{
	width: 100%;
	height: 242px;
	text-align: center;
	background: url(/themes/main/top/images/bn_fair.png) center center no-repeat;
	background-size: cover;
	position: relative;
}

.big-banner-area .bsf a{
	display: inline-block;
	width: 100%;
	height: 100%;
	position: relative;
}

.big-banner-area .bsf a:after{
	content: "";
	display: inline-block;
	position: absolute;
	width: 52px;
	height: 52px;
	background: url(/themes/main/top/images/btn_bsf.png) center center no-repeat;
	background-size: cover;
	top: 50%;
	right: 50px;
	margin-top: -26px;
}

.big-banner-area .tour{
	width: 100%;
	height: 242px;
	text-align: center;
	background: url(/themes/main/top/images/bn_tour.png) center center no-repeat;
	background-size: cover;
	position: relative;
}

.big-banner-area .tour a{
	display: inline-block;
	width: 100%;
	height: 100%;
	position: relative;
}

.big-banner-area .tour a:after{
	content: "";
	display: inline-block;
	position: absolute;
	width: 52px;
	height: 52px;
	background: url(/themes/main/top/images/btn_bsf.png) center center no-repeat;
	background-size: cover;
	top: 50%;
	right: 50px;
	margin-top: -26px;
}

.big-banner-area .bsf a p{
	position: absolute;
	top: 30px;
	right: 12%;
	text-align: left;
	color: #333;
	text-shadow:0px 2px 3px #f9f9f4,0px -2px 3px #F9F9F4;
}


.big-banner-area .bsf a p .date,
.big-banner-area .bsf a p .time {
	font-family: 'Kanit', sans-serif;
}

.big-banner-area .bsf a p .date {
	font-size: 500%;
	color: #d81f1d;
	line-height: 0.8;
}

.big-banner-area .bsf a p .time {
	font-size: 257%;
}

.big-banner-area .recruit {
	height: 390px;
	position: relative;
	background: url(/themes/main/top/images/bn_recruit.png) center center no-repeat;
	background-size: cover;

}

.big-banner-area .recruit .title,
.big-banner-area .recruit .detail,
.big-banner-area .recruit .btn-recruit {
	position: absolute;
	text-align: center;
	width: 100%;
}

.big-banner-area .recruit .title {
	top: 40px;
}

.big-banner-area .recruit .detail {
	top: 170px;
	color: #FFF;
}

.big-banner-area .recruit .btn-recruit {
	width: 100%;
	background: none;
	bottom: 40px;
}

.big-banner-area .recruit .btn-recruit img {
	width: auto;
}

.invoice-news {
	padding-top: 20px;
}

.invoice-news li {
	display: flex;
    align-items: center;
	width: 100%;
	background: #eee;
	margin-bottom: 1px;
}
.invoice-news li:hover {
	background: #f6f6f6;
}

.invoice-news li .type {
    display: flex;
	justify-content: center;
	align-items: center;
    width: 70px;
    height: 90px;
    background: #e61874;
    color: #fff;
    text-align: center;
}

.invoice-news li a[href$='pdf'] {
	text-decoration: none;
	max-width: 910px;
	background: none;
	padding-right: 0;
}

.invoice-news li .title {
	padding: 20px 30px;
	display: flex;
	align-items: center;
	width: 910px;
	height: 90px;
	color: #333;
	text-decoration: none;
	background: url(/themes/main/images/icon_arrow_001.png) right 20px top 40px no-repeat;
	box-sizing: border-box;
}

.invoice-news li.normal a {
	text-decoration: none;
}
.invoice-news li.normal .type,
.invoice-news li.normal .title {
	height: 50px;
}
.invoice-news li.normal .title {
	background: url(/themes/main/images/icon_arrow_001.png) right 20px top 20px no-repeat;
}

.kurabun-news {
	width: 980px;
	margin: 40px auto;
}

.kurabun-news h2 {
	background: none;
	width: 200px;
	float: left;
	padding: 0;
	margin-top: 5px;
	margin-right: 30px;
	border: none;
	font-size: 0;
	margin-bottom: 0;
}

.kurabun-news .link {
	width: 750px;
	float: left;
	margin: 0;
}

.kurabun-news .link li {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 0;
}

.kurabun-news .news-list {
	margin: 0;
	padding-top: 10px;
}

.kurabun-news .news-list li {
	display: flex;
	width: 100%;
/*	height: 50px;*/
	background: #eee;
	margin-bottom: 1px;
	line-height: 50px;
}

.kurabun-news  .news-list li:hover {
	background: #f6f6f6;
}

.kurabun-news .news-list li a {
	display: flex;
	align-items: center;
	width: 910px;
	height: 50px;
	color: #333;
	text-decoration: none;
	background: url(/themes/main/images/icon_arrow_001.png) right 20px top 20px no-repeat;
}

.kurabun-news .news-list li a.type {
	display: block;
	width: 70px;
	height: 50px;
	background: #0071bc;
	color: #fff;
	text-align: center;
}

.kurabun-news .news-list li a.type.event {
	background: #f3961d;
}

.kurabun-news .news-list li span.date {
	flex-shrink: 0;
	display: inline-block;
	width: 120px;
	padding: 0 30px;
}

.kurabun-news .news-list li span.title {
	flex-shrink: 0;
	width: 680px;
	word-break: break-all;
	margin-right: 50px;
	line-height: 1.2;
}

/* -----------------------------------------------
  2021/07/19 Service Add
--------------------------------------------------*/
@keyframes fluffy {
	66%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
	71.1%  { transform: scale(0.9, 0.9) translate(0%, 5%); }
	76.2%  { transform: scale(1.3, 0.8) translate(0%, 10%); }
	83%  { transform: scale(0.8, 1.3) translate(0%, -10%); }
	89.8%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
	100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}

.kurabun-service{
	background: #e61874;
	padding: 30px 25px;
}
.kurabun-service a{
	display: block;
	background: #FFF;
	border-radius: 100px;
	box-sizing: border-box;
	color: #000;
	text-decoration: none;
	background: #FFF url(../images/img_service_009.png) no-repeat 50% 100%;
	transition: all 0.3s;
}
.kurabun-service a:hover{
	opacity: 0.9;
}
.kurabun-service a:hover .inner::after{
	transform: translateY(-50%) translateX(20px);
}
.kurabun-service a .inner{
	position: relative;
	display: block;
	max-width: 980px;
	margin: 0 auto;
	padding: 43px 0;
}
.kurabun-service a .inner::after{
	content: "";
	position: absolute;
	top: 50%;
	right: -8%;
	transform: translateY(-50%);
	width: 58px;
	height: 58px;
	background: url(../images/img_service_010.png) no-repeat 0 0;
	transition: all 0.3s;
}
.kurabun-service a .title{
	width: 210px;
	height: auto;
	line-height: 1;
}
.kurabun-service a .title .en{
	flex-direction: column;
	align-items: center;
	font-size: 50px;
	font-family: "Barlow", sans-serif;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.kurabun-service a .title .en small{
	display: block;
	font-size: 24px;
	margin-bottom: 7px;
}
.kurabun-service a .title .ja{
	display: block;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-top: 15px;
}
.kurabun-service a .balloon{
	position: absolute;
	right: 0;
	top: -10px;
	animation: fluffy 2.4s linear 0s infinite;
}

