﻿@charset "UTF-8";
.contentsBox{
	width: calc(100% - 12vw);
}

.listBox4 section > a h2 .sub,
.listBox4 section > a h3 .sub{
	margin-bottom: 0 ;
}

.pt120{
	padding-top: 120px !important;
}

.mb100{
	margin-bottom: 100px;
}
.cyan{
	color: #38B5E0;
}

.listBox1:last-child section:last-child a{
	border-bottom: solid 1px rgba(35,48,54,.1);
}

.casename p .num{
	color: #38B5E0;
}

.logoArea{
	padding-top: 20px;
	padding-bottom: 60px;
}

.anchorArea{
	padding-top: 60px;
	padding-bottom: 60px;
}

.contentsBox .imageArea{
	display: flex;
	gap: 40px;
	flex-wrap: wrap;
	margin-bottom: 100px;
}

.contentsBox .imageArea div{
	flex-basis: calc((100% - 40px) / 2);
}

.gray{
	background-color: #f1f5f7;
}

.white{
	background-color: #fff;
}

.contentsBox ruby > rt {
	margin-bottom: 5px;
}

h2.corporateMainHeading{
	font-size: 2rem;
}

.contentsBox .anchorList{
	display: flex;
	flex-wrap: wrap;
	column-gap: 40px;
	margin-bottom: 0;
}

.contentsBox .anchorList li{
	flex-basis: calc((100% - 80px) / 3);
	border-bottom: 1px solid #D9D9D9;
	line-height: 1em;
}

.anchorList li:nth-child(1),
.anchorList li:nth-child(2),
.anchorList li:nth-child(3){
	border-top: 1px solid #D9D9D9;
}

.contentsBox .anchorList li:after{
	display: none;
}

.contentsBox .anchorList li a{
	color: #3E3E3E;
	width: 100%;
	display: block;
	position: relative;
	padding:20px 30px 20px 0;
}

html:not(.sp) .contentsBox .anchorList li a:hover{
	color: #38B5E0 !important;
	text-decoration: none;
}

.contentsBox .anchorList a[href^="#"]:after{
	border-right: solid 2px #233036;
	border-bottom: solid 2px #233036;
	position: absolute;
	left: auto;
	top: 12px;
	transition: top 0.2s linear;
	right: 10px;
}

.contentsBox .anchorList a[href^="#"]:hover:after{
	border-right: solid 2px #38B5E0;
	border-bottom: solid 2px #38B5E0;
	top: 14px;
}

.contentsBox.probrem{
	padding: 60px;
}

.contentsBox.probrem .imageList2 li{
	font-size: 1.076rem;
}

.listBox1.serviceList section:first-child{
	border-top:solid 1px rgba(35,48,54,.1);
}

.serviceList.noborder section:first-child{
	border-top:none !important;
}

.listBox1.serviceList.noborder{
	border-top: none !important;
}


.listBox1.serviceList:last-child section:last-child a{
	border-bottom: solid 1px rgba(35,48,54,.1);
}

.listBox1 h2 .sub{
	font-size: 12px;
	display: block;
	color: #686F75;
}

.corporate_braning_service{
	padding-left: 160px;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #E2E2E2;
	background-repeat: no-repeat;
}

.corporate_braning_service:nth-of-type(1){
	border-top: 1px solid #E2E2E2;
	background-image: url(../images/corporate_flowIcon02.png);
	background-size: 72px 39px;
	background-position: left 34px center;
}
.corporate_braning_service:nth-of-type(2){
	background-image: url(../images/corporate_flowIcon06.png);
	background-size: 46px 57px;
	background-position: left 47px center;
}
.corporate_braning_service:nth-of-type(3)
{
	background-image: url(../images/corporate_flowIcon07.png);
	background-size: 57px 58px;
	background-position: left 37px center;
}
.corporate_braning_service:nth-of-type(4),
.corporate_braning_service.icon_service_corporate{
	background-image: url(../images/corporate_flowIcon10.png);
	background-size: 63px 53px;
	background-position: left 34px center;
}

.corporate_braning_service h3{
	font-size: 1.17em;
	font-weight: bold;
	color: #233036;
}
.corporate_braning_service ul{
	margin-bottom: 0;
}

.corporate_braning_service .small{
	font-size: 12px !important;
}

.corporate_braning_service .imageArea{
	gap: 15px;
	margin-top: 30px;
	margin-bottom: 0;
}

.corporate_braning_service .imageArea div{
	flex-basis: calc((100% - 30px) / 3);
}

.contentsBox .optionList {
	list-style: none;
	gap: 0 40px;
	padding: 0;
	margin: 0 0 40px 0;
	align-items: stretch;
}

.contentsBox .optionList li {
	font-size: 15px;
	font-weight: bold;
	color: #3E3E3E;
	border-bottom: 1px solid #E2E2E2;
	width: 100%;
	flex-basis: 1;
	flex-basis: calc((100% - 80px) / 3);
    padding: 0;
	line-height: 1.6em;
}

.contentsBox .flex2column.optionList li {
	flex-basis: calc((100% - 40px) / 2);
}

.contentsBox .optionList li .upper {
	font-size: 12px;
	vertical-align: super;
	line-height: 1em;
	margin-left: 2px;
}

.contentsBox .optionList li:nth-child(1),
.contentsBox .optionList li:nth-child(2),
.contentsBox .optionList li:nth-child(3) {
	border-top: 1px solid #E2E2E2;
}

.contentsBox .optionList li a:before {
	margin-right: 10px;
	font-size: 12px;
	color: #38B5E0;
	font-weight: bold;
	position: absolute;
	left: 0;
}

.contentsBox .optionList li:nth-child(1) a:before {
	content: "01";
}

.contentsBox .optionList li:nth-child(2) a:before {
	content: "02";
}

.contentsBox .optionList li:nth-child(3) a:before {
	content: "03";
}

.contentsBox .optionList li:nth-child(4) a:before {
	content: "04";
}

.contentsBox .optionList li:nth-child(5) a:before {
	content: "05";
}

.contentsBox .optionList li:nth-child(6) a:before {
	content: "06";
}

.contentsBox .optionList li:nth-child(7) a:before {
	content: "07";
}

.contentsBox .optionList li:nth-child(8) a:before {
	content: "08";
}

.contentsBox .optionList li:nth-child(9) a:before {
	content: "09";
}

.contentsBox .optionList li a{
	display: block;
	width: 100%;
	color: #233036;
	transition: color 0.2s linear;
	cursor: pointer;
	padding: 28px 0 28px 30px;
	position: relative;
}

.contentsBox .optionList li a:hover{
	color: #38B5E0;
	text-decoration: none !important;
}

#workflow .headingset1{
	width: 596px;
	height: 332px;
	margin-left: calc(50% - 600px);
	position: relative;
}

#workflow .headingset1:after{
	background-image: url(../images/s5_heading.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	content: "";
	position: absolute;
	border-radius: 8px;
	width: 596px;
	height: 332px;
	top: 0;
	right: -604px;
}

#workflow .flow{
	gap:40px 40px;
	padding: 60px 0px 60px 0;
}

#workflow .flow > section{
	flex-basis: calc((100% - 40px) / 2);
	width: 100%;
	position: relative;
}

#workflow .flow .miniconv{
	width: auto;
}

#workflow .flow .miniconv a{
	width: 200px;
}

#workflow .flow > section:nth-child(3n):after{
	display: none;
}

#workflow .flow h3{
	color: #3E3E3E;
}

#workflow .flow .icon{
	content:"";
	height: 150px;
	width: 100%;
	display: flex;
	background-color: #FFF;
	margin-bottom: 24px;
	position: relative;
	align-items: center;
	justify-content: center;
}

#workflow .flow .flexvertical h3 {
	order: 2;
}

#workflow .flow .flexvertical .icon {
	order: 1;
}

#workflow .flow .flexvertical p {
	order: 3;
	font-size: 14px;
	line-height: 28px;
}

#workflow .flow .icon .num{
	position: absolute;
	top: 24px;
	left: 24px;
	line-height: 1em;
	font-size: 14px;
	font-weight: bold;
}

.staff{
	align-items: stretch;
}

.staff > section{
	width: calc(50% - 20px);
	display: flex;
	flex-direction: column;

}

.staff .interlocutor{
	display: flex;
	margin-top:auto;
}

.staff .interlocutor .face{
	width: 60px;
	height: 60px;
}

.staff .interlocutor a{
	transition : opacity 0.3s linear;
}

.staff .interlocutor a:hover{
	opacity: 0.7;
}

.staff .interlocutor p{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 14px;
}

.accordioncontainer{
	display: block;
	width: 100%;
}

.staff .interlocutor ul{
	margin-bottom: 10px;
}

.fullsizeInContentContact{
	padding-top: 80px;
	padding-bottom: 80px;
}

.fullsizeInContentContact .fullsizeInContentContactTel{
	font-size: 2.22rem;
}

.fullsizeInContentContact .fullsizeInContentContactTime{
	font-size: 1rem;
}

.contentsBox .sectionBox2{
	padding-left: 160px;
	padding-bottom: 60px;
	padding-top: 0px;
}

.sectionBox2:after {
	position: absolute;
	display: block;
	width: 75px;
	top: -25px;
	left: 160px;
	font-family: 'Oxygen', 'Noto Sans JP', sans-serif;
	font-size: 1rem;
	font-weight: bold;
	color: #38B5E0;
	line-height: 1em;
}

.sectionBox2:before {
	content: "";
	position: absolute;
	display: block;
	width: 120px;
	height: 120px;
	top: -30px;
	border-radius: 60px;
	left: 0;
	background-color: #FFF;
	transform: none;
}
.sectionBox2:before{
	background-repeat: no-repeat;
	background-size: 100%;
}
.sectionBox2.str01:before{background-image:url(../images/corporate_strengthIcon01.png);}
.sectionBox2.str02:before{background-image:url(../images/corporate_strengthIcon02.png);}
.sectionBox2.str03:before{background-image:url(../images/corporate_strengthIcon03.png);}
.sectionBox2.str04:before{background-image:url(../images/corporate_strengthIcon04.png);}

.corporate_branding_str.str01:before{background-image:url(../images/corporate_branding_strengthIcon01.png);}
.corporate_branding_str.str02:before{background-image:url(../images/corporate_strengthIcon01.png);}
.corporate_branding_str.str03:before{background-image:url(../images/corporate_branding_strengthIcon03.png);}
.corporate_branding_str.icon_str_marketing:before{background-image:url(../images/corporate_strength_icon_marketing.png);}
.corporate_branding_str.icon_str_movie:before{background-image:url(../images/corporate_strength_icon_movie.png);}
.corporate_branding_str.icon_str_team:before{background-image:url(../images/corporate_strength_icon_team.png);}
.corporate_branding_str.icon_str_award:before{background-image:url(../images/corporate_strength_icon_award.png);}

.corporate_branding_str.icon_str_tool:before{background-image:url(../images/corporate_international_strengthIcon03.png);}

.staff .heading5 span.en{
	font-size: 14px;
	font-family: 'Oxygen', 'Noto Sans JP', sans-serif;
	font-weight: bold;
	margin-bottom: 2px;
}


.staff .heading5 span.ja{
	font-size: 20px;
	font-family: 'Oxygen', 'Noto Sans JP', sans-serif;
	font-weight: bold;
}

.contentsBox .priceTable{
	margin-bottom:100px;
	table-layout: fixed;
}

.contentsBox .priceTable th,
.contentsBox .priceTable td{
	background-color: #FFF;
	color: #233036;
	border: none;
	border-bottom: 1px solid #E9EAEB;
	position: relative;
}

.contentsBox .priceTable th{
	min-width: 280px;
	padding: 20px 25px;
}

.contentsBox .priceTable td{
	width: 280px;
	text-align: center;
	padding: 20px 0;
}

.contentsBox .priceTable td{
	width: 160px;
	font-size: 12px;
}

.contentsBox .priceTable td:before{
	content: "";
	display: block;
	width: 1px;
	height: 20px;
	position: absolute;
	left: 0;
	top:calc(50% - 10px);
	background-color: #E9EAEB;
}

.contentsBox .priceTable .priceCategory{
	display: inline-block;
	color: #686F75;
	font-size: 14px;
	margin-bottom: 5px;
}

.contentsBox .priceTable .priceNum{
	font-size: 18px;
}

.casepanelcontainer{
	padding: 0;
}

.caseheadingset h3:before{
	background-image: url(../images/quote.png);
	opacity: 0.3;
}

.caseheadingset h3{
	font-size: 28px;
	line-height: 1.6em;
}

.eng2{
	font-size: 48px;
}

.casename p .num,
.casename p .num.num01,
.casename p .num.num02,
.casename p .num.num03{
	right:auto;
	left:135px;
	font-family: 'Oxygen', 'Noto Sans JP', sans-serif;
	font-weight: bold;
}

.casename .heading4{
	font-family: 'Oxygen', 'Noto Sans JP', sans-serif;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.25em;
}

.casepanel .sub{
	font-family: 'Oxygen', 'Noto Sans JP', sans-serif;
	font-weight: bold;
}

.casepanel .casepaneltitle{
	font-size: 18px;
	line-height: 1em;
}

.casepanel > div:first-child{
	width: 230px;
	min-width: 230px;
	padding-left: 36px;
}

.casepanel{
	gap:1px;
}

.casepanel > div:last-child .list1 li{
	font-size: 14px;
}

.accordion .qnum{
	color: #38B5E0;
	font-weight: bold;
	font-family: 'Oxygen', 'Noto Sans JP', sans-serif;
	font-size: 16px;
	margin-right: 20px;
	text-align: left;
	padding-left: 5px;
}

html:not(.sp) .accordion:hover .question .qnum{
	color: #38B5E0;
}

.accordion .question{
	color: #233036;
}

html:not(.sp) .accordion:hover .question{
	color: #38B5E0;
}

.accordion .answer{
	background-color: #FFFFFF;
	margin-left: 0;
	padding: 28px 50px 30px 87px;
	margin-top: 20px;
	margin-bottom: 0;
}

.accordion{
	transition: padding 0.2s linear;
	border-color:#E2E2E2;
}

.accordion:first-child{
	border-color:#E2E2E2;
}

.accordion.open{
	padding-bottom: 0;
}


/* logo slider */

.logoArea ul li:after{
	display: none;
}

.logoArea .slider_parent {
	position: relative;
	overflow: hidden;
}
.logoArea .slider_parent .slider {
	display: flex;
}
.logoArea .text_scroll {
	animation: scroll 40s linear infinite;
}
.logoArea .text_scroll_reverse {
	animation: scroll 40s linear infinite;
	animation-direction: reverse !important; 
}
.logoArea .logos {
	flex-shrink: 0;
}
.logoArea .slider_parent ul li {
	margin-left: 20px;
	margin-right: 20px;
}
.logoArea .slider_parent ul li {
	display: inline-block;
}
.logoArea .slider_parent ul {
	padding: 0;
	margin: 0;
	display: flex;
}
.logoArea .slider_parent ul li > a img {
	transition: 0.4s;
}
.logoArea .slider_parent ul li > a img {
	max-width: 100% !important;
}

.contentsBox .solutionTable,
.contentsBox .solutionTable tbody,
.contentsBox .solutionTable tr,
.contentsBox .solutionTable th,
.contentsBox .solutionTable td{
	border: none;
}

.contentsBox .solutionTable{
	margin-bottom: 20px;
}

.contentsBox .solutionTable td,
.contentsBox .solutionTable th{
	background-color: #FFF;
	padding: 28px 20px;

}

.contentsBox .solutionTable th{
	line-height: 1.6em;
	width: 18.396%;
	vertical-align: middle;
}

.contentsBox .solutionTable td{
	min-width: 40.73%;
	width: 40.73%;
}

.contentsBox .solutionTable td *:last-child{
	margin-bottom: 0;
}
.contentsBox .solutionTable .underArrow{
	position: relative;
}
.contentsBox .solutionTable .underArrow:after{
	content: "";
	position: absolute;
	left:calc(50% - 20px);
	bottom:-40px;
	width: 40px;
	height: 0px;
	border: 20px solid transparent;
	border-top: 20px solid #FFF;

}

.contentsBox .solutionTable td ul li{
	font-weight: bold;
	color: #233036;
	font-size: 0.9375rem;
}
.contentsBox .solutionTable td ul li:after{
	background-color: #233036;
}

.contentsBox .solutionTable td h3{
	font-size:1.125rem;
	text-align: center;
	font-weight: bold;
	color: #233036;
}
.contentsBox .solutionTable td p{
	font-size: 0.875rem;
}

.contentsBox .solutionTable td:not(:nth-of-type(1)){
	border-left: 1px solid #E2E8EB;
}

.contentsBox table tr:last-of-type td{
	border-bottom: none;
}

.contentsBox .solutionTable th{
	background-color: #E2E8EB;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}

.case01 .caseheadingset{
	background-image: url(../../images/website_s9_case01.jpg);
}

.case02 .caseheadingset{
	background-image: url(../../images/website_s9_case02.jpg);
}

.case03 .caseheadingset{
	background-image: url(../../images/website_s9_case03.jpg);
}

@keyframes scroll {
	0% {
		transform: translateX(0%);
	}
	100% {
		transform: translateX(-100%);
	}
}

@media only screen and (max-width: 991px) {
	.logoArea .slider_parent ul li {
		margin-left: 5px;
		margin-right: 5px;
	}
	.logoArea .slider_parent ul li img {
		height: 50px;
		width: auto;
	}
	.logoArea .text_scroll {
		animation: scroll 30s linear infinite;
	}
}
@media screen and (min-width: 1200px), print{
	#pageTitle .heading-en.small{
		font-size: calc(4vw + .1rem) !important;
	}
}


@media screen and (min-width: 1200px) and (max-width: 1350px), print{
	.contentsBox .priceTable th{
		font-size: 16px;
		min-width:240px;
	}
	h2.corporateMainHeading{
		font-size:1.75rem;
	}
}

@media screen and (min-width: 768px) and (max-width: 1199px), print{
	h2.corporateMainHeading{
		font-size:1.75rem;
	}
	.tablet_none{
		display: none !important;
	}

}
@media screen and (min-width: 540px) and (max-width: 1199px), print{
	.tablet_none{
		display: none !important;
	}

}
@media screen and (max-width: 767px), print{
	.contentsBox{
		width: calc(100% - 10vw);
	}
	.pc_only{
		display: none;
	}
	.sp_pb60{
		padding-bottom: 60px !important;
	}
	.sp_pb0{
		padding-bottom: 0 !important;
	}
	.sp_pt0{
		padding-top: 0px !important;
	}
	.sp_pb0{
		padding-bottom: 0px !important;
	}
	.sp_pt60{
		padding-top: 60px !important;
	}
	.sp_mb40{
		margin-bottom: 40px !important;
	}
	.sp_mb80{
		margin-bottom: 80px !important;
	}
	.sp_mb0{
		margin-bottom: 0 !important;
	}

	#pageTitle .heading-en.small{
		font-size:calc(1.6rem + 3vw) !important;
	}

	.contentsBox.probrem {
		padding: calc(2vw + 20px) 5vw calc(2vw + 10px) !important;
		font-size: 10px;
	}
	.contentsBox.probrem .imageList2{
		margin-bottom: 0;
	}
	.contentsBox.probrem .imageList2 li {
		font-size: 1.13rem;
	}
	.contentsBox.probrem .imageList2 li:last-child{
		margin-bottom: 0;
	}
	.contentsBox .anchorList{
		column-gap: 5vw;
	}
	.contentsBox .anchorList li {
		flex-basis: calc((100% - 5vw) / 2);
	}

	.anchorList li:nth-child(1),
	.anchorList li:nth-child(2) {
		border-top: 1px solid #D9D9D9;
	}

	.anchorList li:nth-child(3) {
		border-top: none;
	}

	.contentsBox .imageArea{
		gap:5vw;
		margin-bottom: 60px;
	}

	.contentsBox .imageArea div{
		flex-basis: calc((100% - 5vw) / 2);
	}
	.contentsBox .optionList{
		gap: 0 5vw;
	}
	.contentsBox .optionList li {
		flex-basis: 100%;
	}

	.contentsBox .optionList li:nth-child(2),
	.contentsBox .optionList li:nth-child(3) {
		border-top: none;
	}

	.contentsBox .sectionBox2:before{
		top:0px;
		left:calc(50% - 60px);
	}
	.contentsBox .sectionBox2{
		padding-left: 0;
		padding-top: 150px;
	}
	.contentsBox .sectionBox2:after{
		left:0px;
		top: 130px;
	}
	#workflow .flow .miniconv a{
		width: 100%;
	}
	#workflow .flow{
		column-gap: 5vw;
	}
	#workflow .flow > section{
		flex-basis: calc((100% - 5vw) / 2);
	}
	#workflow .flow h3{
		line-height: 1.25em;
	}
	.staff{
		column-gap: 0;
	}
	.staff > section{
		width: 100%;
	}
	.staff .interlocutor{
		margin-top: 0;
	}
	.interlocutor ul li{
		margin-right:5vw;
	}
	.contentsBox .priceTable{
		margin-bottom: 60px;
	}

	.contentsBox .priceTable td{
		width: 100%;
	}
	.contentsBox .priceTable th {
		height: auto;
		font-size: 1.16rem;
		display: flex;
		justify-content: center;
		border-bottom: 1px solid #E9EAEB !important;
	}

	.casepanel > div:first-child{
		width: 100%;
	}

	.contentsBox .sectionBox2:last-child{
		padding-bottom: 0;
	}
	.accordion .answer{
		padding-left: 72px;
	}
	.corporate_braning_service{
		padding-left: 25vw;
	}
	.corporate_braning_service:nth-of-type(1){
		background-position: left 0 center;
		background-size: 12vw;
		background-position: left 5vw center;
	}
	.corporate_braning_service:nth-of-type(2){
		background-position: left 0 center;
		background-size: 9vw;
		background-position: left 7vw center;
	}
	.corporate_braning_service:nth-of-type(3){
		background-position: left 0 center;
		background-size: 9vw;
		background-position: left 7vw center;
	}
	.corporate_braning_service:nth-of-type(4){
		background-position: left 0 center;
		background-size: 9vw;
		background-position: left 7vw center;
	}
	.contentsBox .solutionTable,
	.contentsBox .solutionTable tr,
	.contentsBox .solutionTable th,
	.contentsBox .solutionTable td{
		display: flex;
	}

	.contentsBox .solutionTable th{
		width: 50px;
		padding: 28px 0;
		writing-mode: vertical-rl;
		text-orientation: upright;
		text-align: left;
		align-items: center;
		justify-content: center;
		line-height: 1.2em;
	}

	.contentsBox .solutionTable td{
		width: calc((100% - 50px - 1px) / 2);
		min-width: calc((100% - 50px - 1px) / 2);
		flex-direction: column;
	}

}

@media screen and (max-width: 539px){
	.interlocutor ul li{
		margin-right:5vw;
	}	
	.accordion .answer{
		padding-left: 60px;
	}
	.contentsBox .solutionTable th br{
		display: none;
	}
}
