.sec-ttl-box {
	color: #91B9D8;
}
.sec-ttl-box .sec-ttl {
  font-family: "Roboto", sans-serif;
	font-size: 4.4rem;
}
.sec-ttl-box p {
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0;
}

@media screen and (max-width: 767px) {
	.sec-ttl-box .sec-ttl {
		font-size: 2.4rem;
	}
	.sec-ttl-box p {
		font-size: 1.4rem;	
	}
}
#sec-greeting {
	padding: 100px 0 160px;	
}
#sec-greeting .content-inner {
	padding-left: 400px;
	position: relative;
}
#sec-greeting .content-inner:before {
	content: url('../images/page/img-company-greeting.png');
	position: absolute;
	top: 16px;
	left: -180px;
}
#sec-greeting .content-text p {
	line-height: 2;
}
#sec-greeting .content-text p + p {
	margin: 32px 0 0;
}
#sec-service {
	padding: 120px 0;
  background: linear-gradient(90deg, #91b9d8, #8bdbd2);
  margin-bottom: 120px;	
}
#sec-service .sec-ttl-box {
	text-align: center;
	color: #fff;
}
#sec-service .content-text {
	text-align: center;
	color: #fff;
}
#sec-service .service-container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-top: 72px;
}
#sec-service .service-container .service-box {
	width: 532px;
	padding: 12px 32px;
	background: #fff;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 16px;
	border-radius: 5px;
}
#sec-service .service-container .service-box-inner {
	width: 316px;
	padding-top: 15px;
}
#sec-service .service-container .service-box-inner p {
	margin: 0;
	font-size: 1.5rem;
}
#sec-service .service-box .service-ttl {
	font-size: 2.2rem;
	color: #91B9D8;
	margin: 0 0 10px;
}
#sec-profile {
	padding: 120px 0 80px;
}
#sec-profile .content-box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
#sec-profile .profile-box {
	width: 680px;
}
#sec-profile .profile-box dl {
	display: flex;
	align-items: flex-start;
	border-top: 1px solid #DDDDDD;
	padding: 16px 0;
	margin: 0;
}
#sec-profile .profile-box dl:last-child {
	border-bottom: 1px solid #DDDDDD;
}
#sec-profile .profile-box dl dt {
	width: 160px;
}
#sec-profile .profile-box dl dd {
	margin: 0;
}
#sec-history {
	padding: 80px 0 160px;
}
#sec-history .content-inner {
	background: #fff;
	border-radius: 10px;
	padding: 80px 217px;
}
#sec-history .content-inner .history-box {
	position: relative;
	display: flex;
	align-items: flex-start;
	margin-bottom: 32px;
}
#sec-history .content-inner .history-box:before {
	position: absolute;
	content: '';
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #91B9D8;
	display: block;
	left: 120px;
	top: 8px;
}
#sec-history .content-inner .history-box:after {
	position: absolute;
	content: '';
	width: 2px;
	height: calc( 100% + 36px ) ;
	background-color: #91B9D8;
	display: block;
	left: 124px;
	top: 8px;
}
#sec-history .content-inner .history-box:last-child {
	margin-bottom: 0;
}
#sec-history .content-inner .history-box:last-child:after {
	display: none;
}
#sec-history .content-inner .history-year {
	width: 196px;
  font-family: "Roboto", sans-serif;
	font-size: 3.2rem;
	font-weight: bold;
	color: #91B9D8;
	line-height: 1;
}
#sec-history .content-inner .history-content {
	font-size: 1.8rem;
}
#sec-history .content-inner .history-content dl {
	display: flex;
	margin: 0;
}
#sec-history .content-inner .history-content dl + dl {
	margin-top: 24px;
}
#sec-history .content-inner .history-content dl dt {
	width: 86px;
}
#sec-history .content-inner .history-content dl dd {
	margin: 0;
	border-left: 1px solid #DDDDDD;
	padding-left: 24px;
}
#sec-history .content-inner .history-content dl dd p {
	margin: 0;
}
#sec-history .content-inner .history-content dl dd p + p {
	margin-top: 16px;
}

@media screen and (max-width: 767px) {
	#sec-greeting {
		padding: 48px 0 64px;	
	}
	#sec-greeting .content-box {
		margin-top: 48px;
	}
	#sec-greeting .content-inner {
		padding-left: 0;	
	}
	#sec-greeting .content-inner:before {
		display: none;	
	}
	#sec-greeting .content-text p {
		line-height: 1.5;
	}
	#sec-service {
		padding: 64px 0;
		margin-bottom: 64px;	
	}
	#sec-service .content-box {
		margin-top: 48px;
	}
	#sec-service .content-text {
		font-size: 1.2rem;
		text-align: left;
	}
	#sec-service .service-container {
		margin-top: 32px;
	}
	#sec-service .service-container .service-box {
		width: 100%;	
		padding: 16px;
		align-items: center;
	}
	#sec-service .service-container .service-box:last-child {
		margin-bottom: 0;
	}
	#sec-service .service-container .service-box .service-img {
		width: 72px;	
	}
	#sec-service .service-box .service-ttl {
		font-size: 1.6rem;
	}
	#sec-service .service-container .service-box-inner {
		width: 230px;	
		padding-top: 8px;	
	}
	#sec-service .service-container .service-box-inner p {
		font-size: 1.2rem;	
	}
	#sec-profile {
		padding: 64px 0 32px;	
	}
	#sec-profile .content-box {
		display: block;	
		margin-top: 64px;
	}
	#sec-profile .profile-box {
		width: 100%;	
	}
	#sec-profile .profile-box dl {
		justify-content: space-between;
		font-size: 1.2rem;	
	}
	#sec-profile .profile-box dl dt {
		width: 80px;	
	}
	#sec-profile .profile-box dl dd {
		width: 240px;	
	}
	#sec-profile .map-box iframe {
		width: 100%;	
	}
	#sec-history {
		padding: 32px 0 64px;
	}
	#sec-history .content-box {
		margin-top: 64px;
	}
	#sec-history .content-inner {
		padding: 16px;	
	}
	#sec-history .content-inner .history-box {
		display: block;	
	}
	#sec-history .content-inner .history-box:before ,
	#sec-history .content-inner .history-box:after {
		display: none;	
	}
	#sec-history .content-inner .history-year {
		font-size: 1.6rem;
		width: auto;
		margin-bottom: 16px;
	}
	#sec-history .content-inner .history-content {
		font-size: 1.2rem;
	}
	#sec-history .content-inner .history-content dl dt {
		width: 42px;	
	}
	#sec-history .content-inner .history-content dl dd {
		width: calc(100% - 42px);	
	}
	#sec-history .content-inner .history-content dl + dl {
		margin-top: 16px;
	}
}

/*flow=faq*/
#sec-flow {
	padding: 100px 0 80px;
	scroll-margin-top: 90px;
}
#sec-flow .content-inner {
	background: #fff;
	margin-top: 40px;
	padding: 60px 120px;
	border-radius: 10px;
}
#sec-flow .flow-box {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#sec-flow .flow-box + .flow-box {
	margin-top: 42px;
}
#sec-flow .flow-box:before {
	position: absolute;
	bottom: -32px;
	left: 38px;
	content: '';
	display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 12px solid #91b9d8;
  border-bottom: 0;
}
#sec-flow .flow-box:after {
	position: absolute;
	bottom: -22px;
	right: 0;
	content: '';
	display: block;
  width: 688px;
  height: 1px;
  background: #DDDDDD;
}
#sec-flow .flow-box:last-child:before ,
#sec-flow .flow-box:last-child:after {
	display: none;
}
#sec-flow .flow-box .flow-step {
	text-align: center;
}
#sec-flow .flow-box .flow-step .step-num {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #91B9D8;
  margin-bottom: 6px; 
}
#sec-flow .flow-box .flow-content {
	width: 688px;
}
#sec-flow .flow-box .flow-content .flow-ttl {
	font-size: 2.2rem;
	color: #91B9D8;
	margin: 0 0 16px;
}
#sec-faq {
	padding: 80px 0 160px;
	scroll-margin-top: 90px;
}
#sec-faq .faq-box {
	background: #fff;
	padding: 24px 32px;
	border-radius: 10px;
}
#sec-faq .faq-box + .faq-box {
	margin-top: 16px;
}
#sec-faq .question-box {
	position: relative;
	padding: 0;
	display: flex;
  justify-content: space-between;
  align-items: center;
}
#sec-faq .question-box.open {
	padding-bottom: 24px;
}
#sec-faq .question-box .openbutton::before{
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  right: 0px;
  left: 0;
  margin: auto;
  width: 12px;
  height: 2px;
  background-color:#fff;
  border-radius: 1px;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}
#sec-faq .question-box .openbutton::after{
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 12px;
  height: 2px;
  background-color:#fff;
  border-radius: 1px;
  transition: all .3s ease-in-out;
}
#sec-faq .question-box.open .openbutton::before {
  transform: rotate(180deg);
}
#sec-faq .question-box.open .openbutton::after {
  opacity:0;
}
#sec-faq .openbutton {
	position: relative;
	display: block;
	background: #E3ADC1;
	width: 32px;
	height: 32px;
	border-radius: 50%;
}
#sec-faq .question {
	position: relative;
	padding: 12px 0 12px 80px;
	font-size: 2rem;
}
#sec-faq .question:before ,
#sec-faq .answer:before {
	position: absolute;
	top: 12px;
	left: 0;
	font-family: "Roboto", sans-serif;
	font-size: 4rem;
	font-weight: bold;
	line-height: 1;	
}
#sec-faq .question:before {
	content: 'Q';
	color: #91B9D8;
}
#sec-faq .answer:before {
	content: 'A';
	color: #BFBFBF;
}
#sec-faq .question:after ,
#sec-faq .answer:after {
	position: absolute;
	top: 0;
	left: 54px;
	content: '';
	display: block;
	background: #DDDDDD;
	width: 1px;
	height: 100%;
}
#sec-faq .answer-box {
	position: relative;	
	padding: 24px 0 0;
	display: none;
	border-top: solid 1px #dddddd;
}
#sec-faq .answer {
	position: relative;	
	padding: 12px 0 12px 80px;
}
#sec-faq .answer p {
	margin: 0;	
}
#sec-faq .answer p + p {
	margin-top: 16px;	
}
@media screen and (max-width: 767px) {
	#sec-flow {
		padding: 48px 0 32px;
	}
	#sec-flow .content-inner {
		padding: 32px 16px;
		margin-top: 32px;
	}
	#sec-flow .flow-box {

	}
	#sec-flow .flow-box:before {
		left: 0;
		right: 0;
		margin: auto;
	}
	#sec-flow .flow-box .flow-content {
		width: 220px;
	}
	#sec-flow .flow-box .flow-step {
		width: 70px;
	}

	#sec-flow .flow-box .flow-content .flow-ttl {
		font-size: 1.7rem;
	}
	#sec-flow .flow-box .flow-content p {
		font-size: 1.2rem;
	}
	#sec-faq {
		padding: 32px 0 64px;
	}
	#sec-faq .content-box {
		margin-top: 64px;
	}
	#sec-faq .faq-box {
		padding: 16px 16px;
	}
	#sec-faq .question {
		font-size: 1.5rem;
		padding-left: 50px;
		width: 286px;
	}
	#sec-faq .question:before, #sec-faq .answer:before {
		font-size: 3rem;
	}
	#sec-faq .question:after, #sec-faq .answer:after {
		left: 42px;
	}
	#sec-faq .answer {
		padding-left: 64px;
	}
	#sec-faq .answer p {
		font-size: 1.4rem;
	}

}

/*#recruit*/
#sec-ideal-candidate {
	padding: 100px 0 50px;
	text-align: center;
}
#sec-ideal-candidate p {
	line-height: 2;
}
#sec-requirements {
	padding: 50px 0 100px;
}
#sec-requirements .content-box {
	margin-top: 48px;
}
#sec-requirements .content-box dl {
	display: flex;
  align-items: flex-start;
  border-top: 1px solid #DDDDDD;
  padding: 16px 0;
  margin: 0;
}
#sec-requirements .content-box dl dt {
  width: 240px;
}
#sec-requirements .content-box dl dd {
	width: calc(100% - 240px);
  margin: 0;
}
#sec-requirements .content-box dl dd p {
	margin-top: 0;
}
#sec-requirements .content-box a {
	color: #91B9D8;
  font-weight: bold;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
	#sec-ideal-candidate {
		padding: 48px 0 32px;
	}
	#sec-ideal-candidate p {
		line-height: 2;
	}
	#sec-requirements {
		padding: 32px 0 64px;
	}
	#sec-requirements .content-box dl {
		display: block;
		font-size: 1.2rem;	
	}
	#sec-requirements .content-box dl dt {
		width: 100%;
		margin-bottom: 8px;
		font-weight: bold;	
	}
	#sec-requirements .content-box dl dd {
		width: 100%;	
	}
}

/*#contact*/
#sec-contactform {
	padding: 100px 0;
}
#sec-contactform .common-cta {
	display: none;
}
#sec-contactform #f-info {
	margin-top: 0;
}
#sec-contactform .content-box dl {
	display: flex;
  align-items: flex-start;
  border-top: 1px solid #DDDDDD;
  padding: 16px 0;
  margin: 0;
}
#sec-contactform .content-box dl dt {
  width: 240px;
}
#sec-contactform .content-box dl dt.form-input-term {
	padding-top: 16px;
}
#sec-contactform .content-box dl dt p {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#sec-contactform .content-box dl dt p span {
	background-color: #E3ADC1;
	color: #fff;
	font-size: 1.3rem;
	padding: 4px;
	border-radius: 4px;
}
#sec-contactform .content-box dl dd {
	width: calc(100% - 240px);
  margin: 0;
  padding-left: 32px;
}
#sec-contactform .content-box dl p {
	margin: 0;
}
#sec-contactform .content-box dl p + p {
	margin-top: 8px;
}
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="url"], input[type="number"], textarea {
	background: #fff;
	border-radius: 10px;
	padding: 16px 32px;
	box-shadow: none;
	border: none;
	width: 100%;
}
#sec-contactform .content-box #zip {
	width: 240px;
}
#contact #autozip {
	display: none !important;
}
#sec-contactform .consent-box {
	text-align: center;
	margin: 48px 0;
}
#sec-contactform .consent-box .wpcf7-acceptance input[type="checkbox"] {
    background-color: #fff;
    border: 1px solid #DDDDDD;
    position: relative;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    accent-color: #333;
    cursor: pointer;
}
#sec-contactform .consent-box .wpcf7-list-item-label {
	vertical-align: middle;
}
#sec-contactform .consent-box a {
	text-decoration: underline;
}
#sec-contactform .submit-box {
	text-align: center;
}
#sec-contactform [type="submit"] {
	width: 240px;
	margin: 0 auto;
	display: block;
	background-image: url(../images/common/ico-more-btn-arrow.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center right 24px;
	background-color: #E3ADC1;
	color: #fff;
	font-weight: bold;
	text-align-last: left;
	padding: 12px 102px;
	border-radius: 28px;
	border: none;
}
#sec-contactform [type="submit"]:hover {
	opacity: 0.7;
}
@media screen and (max-width: 767px) {
	#sec-contactform .content-box {
		margin-top: 48px;
	}
	#sec-contactform  {
		padding: 48px 0 64px;
	}
	#sec-contactform .content-box dl {
		display: block;
		font-size: 1.2rem;	
	}
	#sec-contactform .content-box dl dt {
		width: 100%;
		margin-bottom: 8px;	
	}
	#sec-contactform .content-box dl dt p {
		justify-content: flex-start;
	}
	#sec-contactform .content-box dl dt p span {
		font-size: 1.1rem;
		margin-left: 16px;
	}
	#sec-contactform .content-box dl dd {
		width: 100%;
		padding-left: 0;
	}
	input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="url"], input[type="number"], textarea {
		padding: 8px 8px;
		font-size: 1.2rem;
	}
	#sec-contactform [type="submit"] {
		font-size: 1.4rem;
	}
}