@charset "utf-8";

.txt-red {
	color: #E9282C;
}

.txt-bg-red {
	color: #FFFFFF;
	background: #E73D40;
	padding: 10px;
}

.service-main {
	max-width: 750px;
	margin: 0 auto;
	padding: calc(40px + .5vw) calc(20px + .5vw);
}

.service-main .img-01{
	width:auto;
}

.service-main-title {
	text-align: center;
	color: #1879c0;
}

.service-main-title-002 {
	text-align:justify;
	color: #E9282C;
}

.service-main-title-003 {
	text-align: center;
	color:#FFF;
	background-color: #1879C0;
}

.service-main-tex {
	margin: calc(10px + .5vw) 0;
	text-align:center;
}

.service-main-tex-002 {
	margin: calc(10px + .5vw) 0;
	text-align:justify;
}

.service-main-img {
	margin-top: calc(20px + 1vw);
	display: -webkit-flex;
	display: flex;
}

.service-main-img li {
	margin-left: 20px;
	flex: 1;
}

.service-main-img li:first-child {
	margin: 0;
}

.ie9 .service-main-img {
	overflow: hidden;
}

.ie9 .service-main-img li {
	width: calc((100% - 61px) / 3);
	float: left;
}


@media screen and ( min-width: 800px ) {

	.service-main-title {
		font-size: 2rem;
		line-height: 3rem;
	}
	
	.service-main-title-002 {
		font-size: 1.8rem;
		line-height: 1rem;
	}
	
	.service-main-title-003 {
		font-size: 3rem;
		line-height: 6rem;
	}

	.service-main-tex {
		font-size: 1.4rem;
		line-height: 3rem;
	}
	.service-main-tex-002 {
		font-size: 1.4rem;
		line-height: 2.5rem;
	}
}


@media screen and ( max-width: 800px ) {

	.paagetitle {
		height: calc(250px + 10vw);
/* 		height: 250px; */
/* 		margin-bottom: 20px; */
	}

/*
	.paagetitle .font-eng {
		margin-top: -100px;
	}
*/
	.service-main {
		width: 93%;
		margin: 0 auto;
		padding: 0;
		margin-bottom: 40px;
	}
	
	.service-main .img-01{
		width:98%;
		margin: 0 auto;
	}

	.service-main-title {
		font-size: 1.8rem;
		line-height: 3rem;
	}

	.service-main-title-002 {
		font-size: 1.5rem;
		line-height: 3rem;
	}
	
	.service-main-title-003 {
		font-size: 2rem;
		line-height: 5rem;
		font-size: 15px;
	}
	
	.service-main-title br {
		display: none;
	}

	.service-main-tex {
		font-size: 1.4rem;
		line-height: 2rem;
	}
	
	.service-main-tex-002 {
		font-size: 1.3rem;
		line-height: 2.5rem;
	}

	.service-main-img li {
		margin-left: 10px;
	}

}


/*------------------------------------*/


.point {
	background-color: #20bbc9;
	position: relative;
	z-index: 1;
}

.point-wrap {
	width: calc(200px + 8vw);
	height: calc(200px + 8vw);
	display: -webkit-flex;
	display: flex;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 50%;
	position: relative;
	z-index: 1;
	box-shadow: 0 0 0 4vw rgba(255, 255, 255, .2);
	-webkit-flex-direction: column;
			flex-direction: column;
	-webkit-justify-content: center;
			justify-content: center;
	-webkit-align-items: center;
			align-items: center;
}

.ie9 .point-wrap {
	padding-top: 60px;
/* 	margin: calc((200px + 8vw) / -2) 0 0 calc((200px + 8vw) / -2); */
	text-align: center;
	box-sizing: border-box;
}

.point-title {
	margin-bottom: calc(10px + 1vw);
	padding-bottom: 5px;
	display: table;
	border-bottom: 1px solid #0099a7;
	font-weight: bold;
	color: #0099a7;
}

.point-logo {
	width: calc(100px + 5vw);
	height: 100px;
	max-width: 153px;
}

.point-list {
	width: 100%;
}

.point-list li {
	padding: calc(10px + .5vw) 4vw;
	max-width: 350px;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 5px;
	font-weight: bold;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .15);
	box-sizing: border-box;
	font-size: 1.4rem;
	line-height: 2rem;
}

.point-list li:before {
	content: "";
	width: 60px;
	height: 60px;
	margin: 0 auto;
	margin-bottom: 10px;
	display: block;
	background-size: 100%;
}

.ie9 .point-title,
.ie9 .point-logo {
	margin-left: auto;
	margin-right: auto;
}

.point-list li:nth-child(1):before {
	background-image: url(../images/img_num01.png);
}

.point-list li:nth-child(2):before {
	background-image: url(../images/img_num02.png);
}

.point-list li:nth-child(3):before {
	background-image: url(../images/img_num03.png);
}

.point-list li:nth-child(4):before {
	background-image: url(../images/img_num04.png);
}

.point-list li:nth-child(5):before {
	background-image: url(../images/img_num05.png);
}


@media screen and ( min-width: 800px ) {

	.point {
		height: calc(490px + 9vw);
/* 		max-height: 680px; */
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
				justify-content: center;
		-webkit-align-items: center;
				align-items: center;
	}

	.point-wrap {
		top: -40px;
	}

	.point-title {
		font-size: 2rem;
		line-height: 2.5rem;
	}

	.point-list {
		position: absolute;
		top: 50%;
		left: 0;
		z-index: 0;
		transform: translateY(-40px);
	}

	.point-list li {
		width: calc(200px + 10vw);
		position: absolute;
	}

	.point-list li:after {
		content: "" ;
		width: 40px;
		height: 40px;
		display: block;
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: 100%;
		position: absolute;
	}

	.point-list li:nth-child(1) {
		margin-left: calc(100px + 4vw);
		margin-bottom: calc(30px + 3vw);
		left: 50%;
		bottom: 50%;
	}

	.point-list li:nth-child(2) {
		margin-left: calc(130px + 4vw);
		margin-top: 3vw;
		left: 50%;
		top: 50%;
	}

	.point-list li:nth-child(3) {
		margin-top: calc(140px + 4vw);
		left: 50%;
		top: 50%;
		transform: translateX(-50%);
	}

	.point-list li:nth-child(4) {
		margin-right: calc(130px + 4vw);
		margin-top: 3vw;
		right: 50%;
		top: 50%;
	}

	.point-list li:nth-child(5) {
		margin-right: calc(100px + 4vw);
		margin-bottom: calc(30px + 3vw);
		right: 50%;
		bottom: 50%;
	}

	.point-list li:nth-child(1):after {
		background-image: url(../images/img-arrow01.png);
		left: 20px;
		bottom: -40px;
	}

	.point-list li:nth-child(2):after {
		background-image: url(../images/img-arrow02.png);
		left: -40px;
		top: 20px;
	}

	.point-list li:nth-child(3):after {
		background-image: url(../images/img-arrow03.png);
		left: 50%;
		top: -40px;
		transform: translateX(-50%);
	}

	.point-list li:nth-child(4):after {
		background-image: url(../images/img-arrow04.png);
		right: -40px;
		top: 20px;
	}

	.point-list li:nth-child(5):after {
		background-image: url(../images/img-arrow05.png);
		right: 20px;
		bottom: -40px;
	}

.ie9 .point-wrap {
	position: absolute;
	top: 42%;
	left: 50%;
	-ms-transform: translate(-50%, -48%);
	transform: translate(-50%, -48%);
}

}


@media screen and ( max-width: 800px ) {

	.point {
		padding: calc(30px + 2vw) calc(20px + .5vw);
	}

	.point-wrap {
		margin: 0 auto;
	}

	.point-list li {
		margin: 10px auto;
	}

}


/*------------------------------------*/


.service-simg {
	height: 200px;
	position: relative;
	z-index: 0;
/*
	display: -webkit-flex;
	display: flex;
*/
}

.service-simg li {
	width: 260px;
	height: 200px;
	position: absolute;
	top: 0;
/* 	flex: 1; */
}

.service-list-item {
	padding: 0 calc(20px + .5vw);
	border-top: 1px solid rgba(0, 0, 0, .15);
}

.service-list-item:first-child {
	border-top: 0;
}

.service-list-item-wrap {
	max-width: 1000px;
	margin: 0 auto;
	padding: calc(30px + 1vw) 0;
}

.service-list-item-wrap:before {
	content: "";
	display: block;
	background-position: center center;
	background-size: cover;
}

.s1 .service-list-item-wrap:before {
	background-image: url(../images/img_service01.png);
}

.s2 .service-list-item-wrap:before {
	background-image: url(../images/img_service02.png);
}

.s3 .service-list-item-wrap:before {
	background-image: url(../images/img_service03.png);
}

.service-list-item-title {
	margin-bottom: 20px;
	font-weight: bold;
}

.service-list-item-title span {
	margin-left: 20px;
	padding: 0 10px;
	display: inline-block;
	vertical-align: top;
	border-radius: 3px;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 3rem;
	color: rgba(255, 255, 255, 1);
}

.s1 .service-list-item-title span {
	background-color: #00c47d;
}

.s2 .service-list-item-title span {
	background-color: #f0cb1e;
}

.s3 .service-list-item-title span {
	background-color: #f29347;
}


@media screen and ( min-width: 800px ) {

	.service-list-item-title {
		font-size: 2.5rem;
		line-height: 3rem;
	}

	.service-list-item-tex {
		font-size: 1.5rem;
		line-height: 2.5rem;
	}

	.service-list-item-wrap {
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
				align-items: center;
	}

	.service-list-item-wrap:before {
		width: 220px;
		height: 220px;
	}

	.service-list-item-wrap div {
		width: calc(100% - (20px + 2vw + 220px));
		margin-left: calc(20px + 2vw);
	}

.ie9 .service-list-item-wrap {
	display: table;
}

.ie9 .service-list-item-wrap:before,
.ie9 .service-list-item-wrap div {
	display: table-cell;
	vertical-align: middle;
}

.ie9 .service-list-item-wrap div {
	width: calc(100% - 220px - (20px + 2vw));
	padding-left: calc(20px + 2vw);
}

}


@media screen and ( max-width: 800px ) {

	.service-list-item-wrap:before {
		width: 160px;
		height: 160px;
		margin: 0 auto;
	}

	.service-list-item-title span {
		margin: 0 auto;
		display: table;
		font-size: 1.2rem;
		line-height: 2rem;
	}

	.service-list-item-title {
		font-size: 1.8rem;
		line-height: 2.5rem;
		text-align: center;
	}

	.service-list-item-tex {
		font-size: 1.4rem;
		line-height: 2rem;
	}

}


.office-list {
	max-width: 900px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
}

.office-list-name,
.office-list-tex,
.office-list-tex-002,
.office-list-tex-003,
.office-list-tex-004,
.office-list-tex-table,
.office-list-tex-table2 {
	display: block;
	text-align:justify;
}

.office-list-name {
	font-size: 1.4rem;
	line-height: 3rem;
	border-bottom: solid #2A2A2A 1px;
}

.office-list-tex {
	font-size: 1.5rem;
	line-height: 2rem;
	margin: 20px 0 0 10px;
}

.office-list-tex-002 {
	font-size: 1.1rem;
	line-height: 2rem;
	margin: 10px 0 0 10px;
}

.office-list-tex-003 {
	font-size: 1.1rem;
	line-height: 2rem;
	margin: 10px 0 0 10px;
}

.office-list-tex-004 {
	font-size: 2.0rem;
	text-align: center;
	margin: 10px 0 0 10px;
}

.office-list-tex-table {
	font-size: 1.5rem;
	line-height: 2rem;
	margin: 20px 0 0 0;
}

.office-list-tex-table2 {
	font-size: 1.1rem;
	line-height: 2rem;
	margin: 20px 0 0 0;
}

@media screen and ( min-width: 800px ) {

	.office-list-item {
		width: calc((100% - 62px) / 2);
		margin-right: 30px;
		margin-top: 30px;
	}

	.office-list-item:nth-child(3n) {
		margin-right: 0;
	}


.ie9 .office-list-item {
	overflow: hidden;
}

.ie9 .office-list {
	overflow: hidden;
}

.ie9 .office-list-item {
	float: left;
}

/*----   20230605   -----------*/
.fresh03 {
	display: flex;
	margin-top: 20px;
}

}


@media screen and ( max-width: 800px ) {
	.office-list-item {
		margin-top: 20px;
	}
	.office-list {
		display: block;
	}
	.office-list-tex-003 {
		margin: 10px 0 0 0;
	}

	.office-list-tex-004 {
		margin: 10px 0 0 0;
	}

/*----   20230605   -----------*/
	.fresh03 {
		margin-top: 20px;
		background: white;
  }
	
	ul.fresh03 li:nth-child(2) {
		width: 80%;
	}
}


/*------------------------------------*/

table.tbl_flont {
	margin: 0;
	border-collapse: collapse;
	border-spacing: 2;
	background-color: #FFF;
	width: 100%;
}
table.tbl_flont thead tr th {
	padding: 3%;
	text-align: center;
	background: #E4E4E4;
	width: 38%;
	line-height: 1.4em;
	border: #FFFFFF solid 1px;
}
table.tbl_flont tbody tr th {
	padding: 3%;
	text-align: center;
	background: #E4E4E4;
	width: 38%;
	line-height: 1.4em;
	border: #FFFFFF solid 1px;
}
table.tbl_flont tbody tr td {
	text-align: right;
	background: #F5F5F5;
	padding: 3%;
	width: 57%;
	line-height: 1.4em;
	border: #FFFFFF solid 1px;
}

@media screen and ( max-width: 800px ) {
	table.tbl_flont {
		width: 100%;
		margin: 0 auto;
	}
}

table.tbl_flont2 {
	margin: 0;
	border-collapse: collapse;
	border-spacing: 2;
	background-color: #FFF;
	width: 100%;
}
table.tbl_flont2 thead tr th {
	padding: 3%;
	text-align: center;
	background: #E4E4E4;
	width: 38%;
	line-height: 1.4em;
	border: #FFFFFF solid 1px;
}
table.tbl_flont2 tbody tr th {
	padding: 3%;
	text-align: center;
	background: #E4E4E4;
	width: 28%;
	line-height: 1.4em;
	border: #FFFFFF solid 1px;
}
table.tbl_flont2 tbody tr td {
	text-align: right;
	background: #F5F5F5;
	padding: 3%;
	width: 32%;
	line-height: 1.4em;
	border: #FFFFFF solid 1px;
}

table.tbl_flont2 .td2{
	background:#FFF;
	text-align:center;
	font-size:12px;
	background: #E4E4E4;
	vertical-align:middle
	
}


table.tbl_flont2 .td3{
	color: #FFFFFF;
	background: #E73D40;

	text-align:center;
	padding:3px;
	display:block;
	margin-top:4px;

}

table.tbl_flont2 .td4{
	background:#f5f5f5;
	text-align:center;
	font-size:12px;
	padding-top:0;
	border:none !important;
}

table.tbl_flont2 .td5{
	background:#FFF;
	text-align:center;
	font-size:12px;
	border:none;
}


table.tbl_flont2 .td6 {
	background:#F5F5F5;
	text-align:center;
	font-size:12px;
	border-top:#f5f5f5 solid 1px;
	border-left:#f5f5f5 solid 1px;
}
	
.service-main-title-012 {
	display:inline-block;
	padding-top:5px;
	font-size:13px
}

.service-main-title-013 {
	display:block;
	padding:10px;
	text-align:center;
	line-height:20px;
	font-size:15px;
	margin-top:20px;
	border:solid 1px #333333;
}

.service-main-title-014 {
	display:block;
	padding:10px;
	text-align:center;
	line-height:20px;
	font-size:15px;
	margin-top:20px;
	border:solid 1px #333333;
	color: #FFF;
	background-color: #1879c0;
}

.service-main-title-014 a {
	color:#fff;
}

.office-list-item .red{
	font-size: 13px;
	color: #FB2529;
	margin-bottom: 5px;
}