@charset "UTF-8";


/* mainvisual
-------------------------------------------------*/
.mainvisual {
	margin-bottom: 7.15em;
}
.mainvisual .inner {
	height: 43.6em;
}
.mainvisual.bgCom {
	background: url(/images/company/bg_mainimg.jpg) no-repeat center center;
	background-size: cover;
}
.mainvisual.bgCon {
	background: url(/images/contact/bg_mainimg.jpg) no-repeat center center;
	background-size: cover;
}
.mainvisual.bgIns {
	background: url(/images/insurance/bg_mainimg.jpg) no-repeat center center;
	background-size: cover;
}
.mainvisual.bgRec {
	background: url(/images/recruit/bg_mainimg2.jpg) no-repeat center center;
	background-size: cover;
}
.mainvisual.bgSer {
	background: url(/images/service/bg_mainimg.jpg) no-repeat center center;
	background-size: cover;
}
@media only screen and (max-width:767px){
.mainvisual {
	margin-bottom: 10vw;
}
.mainvisual .inner {
	height: 100vw;
}
.mainvisual.bgRec {
	background-position: right center;
}
}


/* company/
-------------------------------------------------*/
.philosophy {
	background: url(/images/company/bg_philosophy.jpg) no-repeat center center;
	background-size: cover;
}
.vision {
	background: url(/images/company/bg_vision.jpg) no-repeat center center;
	background-size: cover;
}
.companyArea {
	color: #fff;
	text-align: center;
}
.companyArea .inner {
	height: 34.3em;
}
.companyArea.philosophy .inner {
	height: 50em;
}
.companyArea .cont {
	width: 100%;
	position: absolute;
	left: 50%;
  	top: 50%;
	transform: translate3d(-50%, -50%, 0);
}
.companyArea .txt {
	font-weight: bold;
	line-height: 1.7;
	padding-top: 0.8em;
}
.messageArea {
	padding: 11.4em 0 0.6em;
}
.messageArea .headTitle01 .tit {
	width: 20.715em;
}
.messageArea .cont {
	display: flex;
	justify-content: space-between;
	padding: 0.9em 0 0;
}
.messageArea .cont .img {
	width: 25%;
}
.messageArea .cont .sec {
	width: 70.5%;
	margin-right: -0.5%;
}
.messageArea .cont .sec .title {
	font-weight: bold;
	padding-bottom: 1em;
}
.messageArea .cont .sec .txt {
	line-height: 2;
	letter-spacing: -0.05em;
	padding-bottom: 2.1em;
}
.messageArea .cont .sec .names {
	text-align: right;
}
.messageArea .cont .sec .names .pr {
	padding-right: 1em;
}
.profileArea {
	padding: 11.4em 0 0;
}
.profileArea .headTitle01 .tit {
	width: 17.15em;
}
.profileArea table {
	width: 100%;
	border-top: #ccc 1px solid;
	line-height: 1.9;
}
.profileArea table th {
	width: 13.33%;
	border-bottom: #ccc 1px solid;
	text-align: left;
	vertical-align: top;
	padding: 1.6em 0;
}
.profileArea table td {
	border-bottom: #ccc 1px solid;
	text-align: left;
	vertical-align: top;
	padding: 1.6em 0;
}
.profileArea table td address:first-child {
	padding-bottom: 1.7em;
}
.profileArea table td address .map {
	display: inline-block;
	vertical-align: text-top;
	width: 2.86em;
	margin: -0.6em 0 0 0.6em;
}
.profileArea table td .list01 li {
	display: flex;
	justify-content: space-between;
}
.profileArea table td .list01 li span {
	width: 20.5%;
}
.profileArea table td .list01 li p {
	width: 79.5%;
}
.profileArea table td .list02 li {
	text-indent: -7em;
	padding-left: 7em;
}

.fdArea {
	padding: 11.4em 0 0;
    line-height: 1.8;
}
.fdArea h3 {
    text-align: center;
    position: relative;
    padding-bottom: 0.6em;
    margin-bottom: 1.5em;
}
.fdArea h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1.852em;
    height: 0.185em;
    margin-left: -0.926em;
    background: #00409e;
}
.fdArea .txt1 {
    padding-bottom: 4em;
}
.fdArea h4 {
    padding: 0 0 0.6em 1em;
    text-indent: -1em;
    line-height: 1.5;
}
.fdArea .txt2 {
    padding: 0 0 3em 2em;
}
.fdArea .txt3 {
    padding: 0 0 1em 3em;
    text-indent: -1em;
}
.fdArea ul {
    padding: 0 0 2em 3em;
}
.fdArea ul li {
    padding-left: 1em;
    text-indent: -1em;
}
.fdArea ul.dot li::before {
    content: '・';
}
.fdArea h5 {
    text-align: center;
    padding: 0.5em 0 3.5em;
}
.fdArea ul.num {
    padding: 0 0 1em 2em;
}
.fdArea .txt4 {
    padding: 2em 0 0 3em;
}
.fdArea .name {
    text-align: right;
    padding-top: 2em;
}

.fdArea2 {
	padding-top: 7.2em;
}
.fdArea2 .sec {
	background: linear-gradient(to right,#ee0218 0%,#005bc8 50%,#c6ee01 100%);
    padding: 0.14em;
}
.fdArea2 .sec .con {
	background-color: #fff;
    text-align: center;
    padding: 2.5em 0 1.85em;
}
.fdArea2 .sec .con .txt1 {
	font-weight: bold;
    padding-bottom: 0.5em;
}
.fdArea2 .sec .con .txt2 span {
    display: block;
    width: 2.85em;
    line-height: 1.45;
    background-color: #ed1c24;
    color: #fff;
    margin: 1em auto 1.8em;
}
.fdArea2 .sec .con h3 {
    font-weight: normal;
    letter-spacing: 0.1em;
}
@media only screen and (min-width:768px){
.profileArea .headTitle01 {
	padding-bottom: 0.9em;
}
}
@media only screen and (max-width:767px){
.companyArea .inner {
	height: auto;
	min-height: 100vw;
}
.companyArea .txt {
	font-size: 4.5vw;
}
.messageArea {
	padding: 15vw 0 0;
}
.messageArea .headTitle01 .tit {
	width: 55%;
}
.messageArea .cont {
	display: block;
	padding: 0;
}
.messageArea .cont .img {
	width: 50%;
	margin: 0 auto;
	padding: 1vw 0 5vw;
}
.messageArea .cont .sec {
	width: 100%;
	margin: 0;
	padding: 0;
}
.messageArea .cont .sec .title {
	font-size: 4.8vw;
}
.messageArea .cont .sec .names .fo13 {
	font-size: 3.2vw;
}
.messageArea .cont .sec .names .fo18 {
	font-size: 4.8vw;
}
.profileArea {
	padding: 15vw 0 0;
}
.profileArea .headTitle01 .tit {
	width: 50%;
}
.profileArea table {
	margin-top: 1vw;
}
.profileArea table th {
	width: 100%;
	display: block;
	padding: 3vw 0 0;
	border-bottom: none;
}
.profileArea table td {
	width: 100%;
	display: block;
	padding: 0 0 3vw;
	font-size: 3.46vw;
}
.profileArea table td .list01 li span {
	width: 45%;
}
.profileArea table td .list01 li p {
	width: 55%;
}
.fdArea h3 {
    font-size: 4.4vw;
}
.fdArea .txt1 {
    padding-bottom: 2em;
}
.fdArea .txt2 {
    padding: 0 0 1.5em 1em;
}
.fdArea .txt3 {
    padding: 0 0 1em 2em;
}
.fdArea ul {
    padding: 0 0 2em 2em;
}
.fdArea h5 {
    text-align: center;
    padding: 0.5em 0 3.5em;
}
.fdArea ul.num {
    padding: 0 0 1em 1em;
}
.fdArea .txt4 {
    padding: 2em 0 0 2em;
}
.fdArea .fo12.alignRight {
    text-align: left;
    text-indent: 0;
}
    
.fdArea2 {
	padding-top: 15vw;
}
.fdArea2 .sec .con {
    padding: 2.5em 0 1.85em;
}
.fdArea2 .sec .con .txt2 span {
    margin: 1em auto 1.8em;
}
.fdArea2 .sec .con h3 {
    font-size: 6.51875vw;
    line-height: 1.5;
}
}


/* contact/
-------------------------------------------------*/
.formArea .txt01 {
	line-height: 2;
	padding: 1.3em 0 2em;
}
.formArea .ttl01 {
	width: 54.2%;
	border: #b3b3b3 1px solid;
	background: #f2f2f2;
	font-weight: 400;
	box-sizing: border-box;
	padding: 0 0 0 1.286em;
}
.formArea .ttl01.mb {
	margin-bottom: 3.6em;
}
.formArea .ttl01 span,
.formArea .ttl01 a {
	display: inline-block;
	vertical-align: middle;
}
.formArea .ttl01 .tel,
.formArea .ttl01 .mail {
	display: inline-block;
	width: 12em;
	box-sizing: border-box;
	padding: 1.2em 0;
}
.formArea .ttl01 .tel {
	background: url(../common/images/ico_tel.svg) no-repeat left center;
	background-size: 1.55em 2em;
	padding-left: 2.2em;
}
.formArea .ttl01 .mail {
	background: url(../common/images/ico_mail_black.svg) no-repeat left center;
	background-size: 2.2em 1.7em;
	padding-left: 2.86em;
}
.formArea .dates {
	width: 30.5em;
	text-align: right;
	padding: 0.8em 0 2.3em;
}
.formArea table {
	width: 100%;
	border-top: #ccc 1px solid;
	margin-bottom: 3.7em;
}
.formArea table th {
	width: 22.5%;
	border-bottom: #ccc 1px solid;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	box-sizing: border-box;
	padding: 1.8em 1.2em 1em;
}
.formArea table th .mustTxt {
	font-weight: normal;
	display: inline-block;
	background: #00409e;
	color: #fff;
	float: right;
	padding: 0.66em 0.4em;
	border-radius: 0.2em;
	margin-right: 0.3em;
	margin-top: -0.4em;
}
.formArea table td {
	border-bottom: #ccc 1px solid;
	text-align: left;
	box-sizing: border-box;
	padding: 1.4em 0;
    vertical-align: middle;
}
.formArea table td input[type="text"],
.formArea table td input[type="tel"],
.formArea table td input[type="email"] {
	width: 100%;
	border: #b3b3b3 1px solid;
	box-sizing: border-box;
	background: #f2f2f2;
	font-size: 14px;
	padding: 0 0.5em;
	line-height: 2.43em;
	height: 2.43em;
}
.formArea table td input.text01 {
	width: 51%;
}
.formArea table td input.text02 {
	width: 84%;
}
.formArea table td input.text03 {
	width: 50%;
}
.formArea table td input.text04 {
	width: 71%;
}
.formArea table .even th,
.formArea table .even td {
	background: #f1f6fc;
}
.formArea table td textarea {
	width: 72%;
	border: #b3b3b3 1px solid;
	box-sizing: border-box;
	background: #f2f2f2;
	font-size: 14px;
	padding: 0.5em;
	height: 17.4em;
}
.formArea table th .sec {
	clear: both;
	padding-top: 3.6em;
}
.formArea table td .sec {
	padding-top: 3.3em;
	position: relative;
}
.formArea table td .sec .tabTxt {
	position: absolute;
	top: 1.3em;
	left: 0;
}
.formArea table td .list01 li {
	display: inline-block;
	position: relative;
}
.formArea table td .list01 li:first-child {
	width: 25%;
}
.formArea table td .list01 li:first-child .tabTxt2 {
	position: absolute;
	left: -1.7em;
	top: 50%;
	transform: translate3d(0, -50%, 0);
}
.formArea table td .list01 li:nth-child(2) {
    width: 75%;
}
.formArea table td .list01 li .tabTxt2 {
	padding-right: 0.7em;
}
.formArea table td .list02 li {
	padding-top: 1.4em;
}
.formArea table td .list02 .tabTxt3 {
	display: inline-block;
	margin-left: -1.7em;
	width: 3.8em;
}
.formArea .ttl02 {
	padding: 7.8em 0 0.7em;
}
.formArea .txtSet {
	border: #b3b3b3 1px solid;
	height: 17.5em;
	overflow-y: auto;
}
.formArea .txtSet .cont {
	padding: 2.2em 2% 0 3%;
	line-height: 2;
    word-break: break-all;
}

.formArea .txtSet p,
.formArea .txtSet ul,
.formArea .txtSet ol {
	font-size: 14px;
    padding-bottom: 1.5em;
    line-height: 2;
}
.formArea .txtSet ul {
	list-style: disc;
    padding-left: 1.5em;
}
.formArea .txtSet ul li {
	list-style: disc;
}
.formArea .txtSet a {
	text-decoration: underline;
	color: #009fe9;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    text-align: center;
}
.wpcf7-spinner {
    margin: 1em 24px 0;
}
.mailBtn {
	text-align: center;
}
.mailBtn li {
	width: 35%;
	display: inline-block;
	vertical-align: top;
	padding: 0 0.5%;
}
.mailBtn li.wid {
	width: 52.5%;
}
.mailBtn li input,
.mailBtn li a {
	width: 100%;
	display: block;
	background: #eb6167;
	color: #fff;
	border: none;
	padding: 1.18em 0;
	letter-spacing: 0.15em;
	text-align: center;
	border-radius: 0.3em;
	cursor: pointer;
	text-decoration: none;
}
.mailBtn li input.reset {
	background: #999;
    margin-top: 1em;
}
@media only screen and (min-width:768px){
.mailBtn li input:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	transition: 0.3s;
}
.formArea .txtSet .list01 a:hover {
	text-decoration: none;
}
}
@media only screen and (min-width:768px) and (max-width:1024px){
.formArea table td input[type="text"],
.formArea table td input[type="tel"],
.formArea table td input[type="email"],
.formArea table td textarea {
	font-size: 1.3671875vw;
}
.formArea .txtSet p,
.formArea .txtSet ul,
.formArea .txtSet ol {
	font-size: 1.3671875vw;
}
}
@media only screen and (max-width:767px){
.formArea .txt01 {
	padding-top: 0;
}
.formArea .ttl01 {
	width: 90%;
	padding-bottom: 1.5vw;
}
.formArea .ttl01.mb {
	margin-bottom: 10vw;
}
.formArea .ttl01 .tel,
.formArea .ttl01 .mail {
	display: block;
}
.formArea .ttl01 a {
	margin-top: -0.4em;
}
.formArea .ttl01 .fo27 {
	font-size: 6.6vw;
}
.formArea .ttl01 .fo16 {
	font-size: 4.26vw;
}
.formArea .dates {
	width: 90%;
	padding-bottom: 5vw;
}
.formArea table {
	margin-bottom: 10vw;
}
.formArea table th {
	width: 100%;
	display: block;
	border-bottom: none;
	padding: 1em;
}
.formArea table th .mustTxt {
	font-size: 3.2vw;
	float: none;
	margin-left: 1em;
	padding: 0.2em 0.5em;
}
.formArea table td {
	width: 100%;
	display: block;
	padding: 0 1em 1em;
}
.formArea table td input[type="text"],
.formArea table td input[type="tel"],
.formArea table td input[type="email"],
.formArea table td textarea {
	font-size: 3.725vw;
}
.formArea table td input.text01 {
	width: 100%;
}
.formArea table td input.text03 {
	width: 75%;
}
.formArea table td input.text04 {
	width: 84.5%;
}
.formArea table td textarea {
	width: 100%;
}
.formArea table td .list01,
.formArea table td .list02 {
	padding-left: 1.7em;
}
.formArea table td .list01 li {
	display: block;
	margin-left: -1.7em;
	margin-top: 1em;
}
.formArea table td .list01 li:first-child {
	width: 50%;
	margin: 0;
}
.formArea table td .list01 li:nth-child(2) {
    width: 100%;
}
.formArea table td .list02 .tabTxt3 {
	width: 4.8em;
}
.formArea table th .sec {
	position: relative;
	padding: 0;
}
.formArea table th .sec .mustTxt {
	position: absolute;
	top: 5em;
	margin: 0;
}
.formArea table td .sec {
	padding-top: 5em;
}
.formArea table td .sec .tabTxt {
	top: 3em;
}
.formArea .txtSet .tit2 {
	font-size: 4.5vw;
}
.mailBtn li {
	display: block;
	width: 100%!important;
	padding: 1vw 0 0;
}
.mailBtn li input,
.mailBtn li a {
	font-size: 4.5vw;
	padding: 0.8em 0;
}
.formArea .ttl02 {
	padding: 12vw 0 2vw;
}
.formArea .txtSet {
	font-size: 3.46vw;
	letter-spacing: -0.02em;
}
}


/* insurance/
-------------------------------------------------*/
.insuranceArea {
	margin-top: -2em;
	margin-bottom: -11.2em;
}
.insuranceArea .ttl {
	text-align: center;
	line-height: 1.2;
	letter-spacing: 0.2em;
	font-weight: normal;
	padding-bottom: 1.6em;
}
.insuranceArea .listBnr {
	width: 96%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 6.4em;
}
.insuranceArea .listBnr li {
	width: 46.3%;
	padding-bottom: 4.8em;
}
.insuranceArea .listBnr li a {
	display: block;
	border: #ccc 1px solid;
	text-align: center;
	padding: 1em 0 0.5em;
}
.insuranceArea .listBnr li p {
	width: 80%;
	max-width: 320px;
	margin: 0 auto;
	padding: 1.65em 0;
}
@media only screen and (max-width:767px){
.insuranceArea {
	margin: 0 0 -12vw;
}
.insuranceArea .ttl {
	font-size: 5.5vw;
	padding-bottom: 3vw;
}
.insuranceArea .listBnr {
	width: 100%;
	display: block;
	padding-bottom: 8vw;
}
.insuranceArea .listBnr li {
	width: 100%;
	padding: 0 0 4vw;
}
}


/* recruit/
-------------------------------------------------*/
.recruitArea {
	overflow: hidden;
}
.recruitArea .cont {
	max-width: 1160px;
	margin: 0 auto;
	background: url(/images/recruit/mimg.jpg) no-repeat center top;
	background-size: 100% auto;
	padding: 10.86em 0 4.9em;
	overflow: hidden;
}
.recruitArea .cont .sec {
	width: 45.5%;
	min-width: 38em;
	background: #fff;
	margin: 0 6%;
	box-sizing: border-box;
	padding: 4em 5%;
}
.recruitArea .cont .sec .ttl {
	line-height: 1.55;
	padding-bottom: 0.7em;
	font-weight: normal;
}
.recruitArea .cont .sec .txt {
	line-height: 2.2;
}
.recruitArea .listImg {
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}
.recruitArea .listImg li {
	width: 33.28125%;
}
.recruitArea .customers {
	padding-bottom: 9.3em;
	overflow: hidden;
}
.recruitArea .customers ul {
	width: 44.9%;
	float: left;
}
.recruitArea .customers .sec {
	width: 49%;
	float: right;
}
.recruitArea .customers .sec .ttl {
	line-height: 1.6;
	margin-top: -0.25em;
}
.recruitArea .customers .sec .txt {
	line-height: 2.2;
}
.profileArea.recruit {
	padding-top: 9.5em;
}
.profileArea.recruit .headTitle01 .tit {
	width: 30.86em;
}
.profileArea.recruit table {
	margin-bottom: 6.8em;
}
.profileArea.recruit .txt {
	text-align: center;
	line-height: 1.7;
}
@media only screen and (min-width:768px) and (max-width:1210px){
.recruitArea .cont {
	margin: 0 2%;
}
}
@media only screen and (max-width:767px){
.recruitArea .cont {
	padding: 0 0 10vw;
	background: none;
}
.recruitArea .cont .sec {
	width: 92%;
	min-width: 92%;
	margin: 0 auto;
	padding: 10vw 0 0;
	background: none;
}
.recruitArea .cont .sec .ttl,
.recruitArea .customers .sec .ttl {
	font-size: 6.5vw;
}
.recruitArea .cont .sec .txt {
	line-height: 1.6;
}
.recruitArea .customers {
	padding-bottom: 0;
}
.recruitArea .customers .sec {
	width: 100%;
	float: none;
	padding: 10vw 0;
}
.recruitArea .customers ul {
	width: 100%;
	float: none;
}
.profileArea.recruit .headTitle01 .tit {
	width: 62%;
}
.recruitArea .listImg {
	display: block;
}
.recruitArea .listImg li {
	width: 100%;
}
.profileArea.recruit {
	padding-top: 15vw;
}
.profileArea.recruit table {
	margin-bottom: 10vw;
}
.profileArea.recruit .txt {
	font-size: 4.2vw;
	padding-top: 5vw;
}
}


/* service/
-------------------------------------------------*/
.serviceArea .cont {
	max-width: 1176px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 2% 3.6em;
	box-sizing: border-box;
	min-height: 52.8em;
}
.serviceArea .cont .photo01 {
	width: 68.2%;
	float: right;
	margin-left: -8.2%;
}
.serviceArea .cont .sec {
	width: 48.2%;
	min-width: 38em;
	color: #fff;
	background: #00409e;
	float: left;
	margin-right: -16.2%;
	position: relative;
	z-index: 1;
	margin-top: 7.86em;
	box-sizing: border-box;
	padding: 4.3em 5% 4.6em;
	box-shadow: 8px 8px 25px rgba(0,0,0,0.5);
}
.serviceArea .cont:last-child {
	padding-bottom: 8em;
	min-height: auto;
}
.serviceArea .cont:last-child .sec {
	padding-bottom: 3.2em;
}
.serviceArea .cont .sec .tit span {
	display: inline-block;
	border-bottom: #fff 0.25em solid;
	padding: 0.5em 0;
}
.serviceArea .cont .sec .ttl {
	font-weight: normal;
	padding: 0.3em 0 1.2em;
}
.serviceArea .cont .sec .txt {
	line-height: 2;
	padding-bottom: 1.6em;
}
.serviceArea .cont .sec .serSec {
	padding: 2.2em 0 0;
}
.serviceArea .cont .sec .tel {
	padding-left: 0.3em;
}
.serviceArea .cont .sec .times {
	line-height: 1.8;
	padding-top: 0.7em;
}
.serviceArea .cont .sec .btnMore {
	text-align: right;
	padding-right: 2.2em;
}
.serviceArea .cont .sec .serSec a {
	color: #fff;
}
@media only screen and (min-width:768px){
.serviceArea .cont.fr .sec {
	float: right;
	margin: 7.86em 0 0 -8.2%;
}
.serviceArea .cont.fr .photo01 {
	float: left;
	margin: 0 -16.2% 0 0;
}
}
@media only screen and (max-width:767px){
.serviceArea .cont {
	width: 92%;
	margin: 0 auto;
	padding: 0 0 15vw;
	min-height: auto;
}
.serviceArea .cont:last-child {
	padding-bottom: 4em;
}
.serviceArea .cont .sec {
	width: 92%;
	min-width: auto;
	margin: 0 auto;
	float: none;
	padding: 4vw 5% 6vw!important;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
}
.serviceArea .cont .sec .txt:last-child {
	padding-bottom: 0;
}
.serviceArea .cont .photo01 {
	width: 100%;
	padding: 0;
	margin: 0 0 -5vw;
	float: none;
}
.serviceArea .cont .sec .tit {
	font-size: 3.2vw;
}
.serviceArea .cont .sec .ttl {
	font-size: 6vw;
	padding-bottom: 2vw;
}
.serviceArea .cont .sec .serSec {
	padding-top: 0;
}
.serviceArea .cont .sec .tel {
	font-size: 5.5vw;
	display: block;
	padding: 0;
}
.serviceArea .cont .sec .times {
	font-size: 3.2vw;
	letter-spacing: -0.02em;
}
}

.ERR {
    color: #ee0218;
}
.ERR.pbb {
    padding-bottom: 1em;
}