@charset "utf-8";

p,
h1,
h2,
td,
body,
ul {
	padding: 0px;
	margin: 0px;
	-webkit-text-size-adjust: 100%;
}

img {
	vertical-align: bottom;
	border-style: none;
}

.all {
	font-size: large;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	color: #535252;
	width: 100%;
}

.fv_back {
	display: block !important;
}

.fv_back_sp {
	display: none !important;
}

.fv_back img {
	width: 100%;
	height: auto;
}

header {
	position: relative;
}

.header_text {
	width: 68%;
	max-width: 900px;
	position: absolute;
	left: 0;
	right: 0;
	top: 60%;
	margin: 0 auto;
	padding: 20px 20px;
	color: #00347b;
	font-size: 20px;
	line-height: 1.6;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.5);
}

nav ul {
	list-style-type: none;
	font-size: x-large;
	position: absolute;
	top: 90%;
	left: 0;
	right: 0;
	width: auto;
	text-align: center;
	/*	transform: translateX(-50%);*/
	z-index: 9999;
}

nav li {
	padding: 0 15px;
	display: inline-block;
}

nav li a {
	color: #00347b !important;
	text-shadow: 0 0 1px #fff, 0 0 5px #fff, 0 0 10px #fff;
}

nav li a:hover,
nav li a:active {
	color: #818181 !important;
}

.news {
	position: relative;
	overflow: hidden;
}

.news_pic {
	display: block !important;
}

.news_pic_sp {
	display: none !important;
}

.news_pic img {
	width: 100%;
	height: auto;
}

.gokakkei {
	display: block !important;
}

.gokakkei_tb {
	display: none !important;
}

.gokakkei_sp {
	display: none !important;
}

.news h2 {
	position: absolute;
	left: 94%;
	top: 10%;
}

.news_title {
	font-size: xx-large;
	position: absolute;
	top: 28%;
	left: 91%;
}

.news_text {
	width: 30%;
	position: absolute;
	left: 55%;
	top: 10%;
	overflow: auto;
	height: 80%;
}

.vision {
	position: relative;
	overflow: hidden;
}

.vision h2 {
	position: absolute;
	top: 5%;
	left: -2%;
}

.vision_title {
	position: absolute;
	top: 11%;
	left: 4%;
	font-size: xx-large;
	margin-top: -50px;
	padding-top: 50px;
}

.vision_pic img {
	width: 100%;
	height: auto;
}

.vision_text {
	width: 50%;
	height: 80%;
	background-color: rgba(6, 136, 129, 0.7);
	color: #fff;
	line-height: 1.2em;
	position: absolute;
	top: 10%;
	left: 50%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding-left: 50px;
	padding-right: 50px;
	list-style-position: inside;
}

.vision_text span {
	font-size: x-large;
}

.second_line {
	padding-left: 1em;
}

.vision_text ul {
	padding-left: 1em;
}

.company {
	position: relative;
	overflow: hidden;
	background-color: #eeeeee;
}

.company h2 {
	top: 3%;
	left: 94%;
	position: absolute;
}

.company_title {
	position: absolute;
	font-size: xx-large;
	/*	top: 13%;
	left: 83%;*/
	margin-top: -100px;
	padding-top: 100px;
}

.company_pic {
	display: block !important;
	background-color: #eeeeee;
}

.company_pic_tb {
	display: none !important;
}

.company_pic img {
	width: 100%;
	height: auto;
}

.company_text {
	width: 50%;
	height: 50%;
	position: absolute;
	top: 6%;
	color: #fff;
	background-color: rgba(0, 133, 202, 0.5);
	line-height: 1.2em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.company th {
	text-align: left;
	vertical-align: top;
}

.company span {
	font-size: x-large;
}

.company_btn {
	display: flex;
	justify-content: center;
	padding-top: 80px;
}

.access {
	display: block !important;
}

.access_sp {
	display: none !important;
}

.member {
	padding-left: 100px;
	display: block !important;
}

.member_sp {
	display: none !important;
}

.alliance {
	display: flex;
	justify-content: center;
	line-height: 2em;
	background-color: #eeeeee;
	padding-top: 0px;
	padding-bottom: 50px;
	padding-left: 20px;
	padding-right: 20px;
}

.alliance_company {
	display: none;
}

.alliance_songai {
	padding-left: 400px;
}

.alliance_title {
	font-size: x-large;
	padding-bottom: 20px;
}

.service {
	position: relative;
	overflow: hidden;
}

.service h2 {
	position: absolute;
	left: -2%;
	top: 5%;
}

.service_title {
	font-size: xx-large;
	color: #535252;
	position: absolute;
	top: 14%;
	left: 4%;
	margin-top: -100px;
	padding-top: 100px;
}

.service_pic img {
	width: 100%;
	height: auto;
}

.service_text {
	width: 50%;
	height: 80%;
	position: absolute;
	top: 10%;
	left: 50%;
	padding-right: 80px;
	padding-left: 80px;
	background-color: rgba(6, 136, 129, 0.5);
	color: #fff;
	line-height: 2em;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: flex;
	justify-content: center;
	flex-direction: column;
	list-style-position: inside;
}

.service_text span {
	font-size: x-large;
}

.service_text ul {
	padding-left: 1em;
}

.contact {
	position: relative;
	background-color: #eeeeee;
	overflow: hidden;
}

.contact h2 {
	position: absolute;
	top: 10%;
	left: 94%;
}

.contact_title {
	font-size: xx-large;
	position: absolute;
	top: 38%;
	left: 88%;
}

.contact_text {
	text-align: center;
	font-size: xx-large;
	padding-top: 80px;
}

.contact_btn {
	padding-top: 30px;
	padding-bottom: 50px;
	padding-left: 30px;
	padding-right: 30px;
	display: flex;
	justify-content: center;
}

.chioce {
	margin-bottom: 20px;
	border-bottom-style: solid;
	border-bottom-color: #535252;
	width: 80px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.tel_btn {
	text-align: center;
}

.tel_num {
	font-size: xx-large;
	padding-top: 10px;
}

[href^="tel"] {
	pointer-events: none;
}

.tel_time {
	font-size: small;
}

.mail {
	text-align: center;
	/*padding-left: 80px;*/
}

/* footer
------------------- */

/* approval */
footer .approval {
	max-width: 720px;
	margin: 6vh auto 2.5vh;
	padding: 0 15px;
	box-sizing: border-box;
}

footer .approval p {
	margin: 0 0 1em;
	text-align: left;
	font-size: 16px;
	line-height: 1.7;
}

footer .approval .number {
	/*padding-right: .5em;*/
}

footer .approval hr {
	/*	max-width: 260px;*/
	height: 0;
	margin: 2em auto 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #aaa;
}

.footer_flex {
	padding-top: 40px;
	font-size: small;
	display: flex;
	justify-content: center;
}

.footer_link {
	text-align: center;
	padding-left: 70px;
}

.copyright {
	text-align: center;
	font-size: small;
	padding-bottom: 40px;
	padding-top: 20px;
}

.pagetop {
	position: fixed;
	right: 20px;
	bottom: 20px;
}

.pagetop a {
	display: block;
	text-decoration: none;
}

.indent_text {
	padding-left: 1em;
	text-indent: -1em;
}

.indent_front {
	text-indent: 1em;
}

#home {
	margin-top: -1000px;
	padding-top: 1000px;
}

a:link {
	color: #0473ad;
}

a:visited {
	color: #0085ca;
}

a:hover {
	color: #818181;
}

a:active {
	color: #818181;
}

a {
	text-decoration: none;
}

.news_title {
	position: absolute;
	/*	left: 93%;
	top: 24%;*/
}

.vision_title {
	position: absolute;
	/*	top: 9%;
	left: 3%;*/
}

.vision_text {
	position: absolute;
	width: 50%;
	/*	top: 20%;
	height: 60%;
	left: 60%;*/
	line-height: 2em;
	padding-left: 80px;
	padding-right: 80px;
}

.company h2 {}

.company_title {
	position: absolute;
	left: 88%;
	top: 9%;
}

.company_text {
	width: 50%;
	height: 52%;
	position: absolute;
	top: 7%;
	line-height: 2em;
}

.service_title {
	position: absolute;
	/*	top: 12%;
	left: 3%;*/
}

.service_text {
	position: absolute;
	/*	top: 20%;
	left: 60%;
	width: 40%;
	height: 60%;*/
}

.contact h2 {
	position: absolute;
	/*	left: 96%;*/
}

.contact_title {
	position: absolute;
	/*	left: 91%;*/
}

main .pc {
	display: block;
}

main .sp {
	display: none;
}

.point h2,
.support h2,
.group h2,
.telework h2 {
	font-weight: bold;
	font-size: 37px;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
	/*font-feature-settings: "pkna";*/
	text-align: center;
	line-height: 1.5;
}

main .inn {
	box-sizing: border-box;
}

/* （＊）注釈 */
.notes {
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
	display: block;
}


/* 特長
------------------- */
.point h2 {
	color: #35415b;
	padding: 78px 0 65px;
}

.point .inn {
	max-width: 1023px;
	width: 100%;
	margin: 0 auto;
	display: table;
}

.point dl {
	width: 33.333333%;
	margin: 0 auto;
	display: table-cell;
	text-align: center;
	font-size: 16px;
	line-height: 1.7;
}

.point dt {
	margin: 0;
	padding: 0;
	width: 100%;
}

.point dt img {
	width: 100%;
	height: auto;
}

.point dd {
	/*	margin: 40px 15px 0;*/
	margin: 40px 10px 0;
	padding: 0;
}

/* サポート
------------------- */
.support {
	margin-top: 80px;
	padding-bottom: 106px;
	background: #ececec;
}

.support h2 {
	color: #35415b;
	padding: 1.75em 0 2em;
}

.support .inn {
	max-width: 1460px;
	margin: 0 auto;
}

.support ul {}

.support li {
	list-style: none;
}

.support li img {
	width: 100%;
	height: auto;
}

.notes.phase {
	margin-top: 15px;
}


/* 団体保険
------------------- */
.group h2 {
	color: #fff;
	background: #35415b;
	padding: 1.2em 0;
}

.group .inn {
	max-width: 1000px;
	margin: 0 auto;
}

.group li {
	list-style: none;
}

.merit {
	background-image: url(../img/merit_bg_img.jpg);
	background-size: cover;
	padding: 110px 0 138px;
	margin-bottom: 15px;
}

.merit ul {
	width: 100%;
	overflow: hidden;
}

.merit li.merit1 {
	width: 49.5%;
	float: left;
}

.merit li.merit2 {
	width: 49.5%;
	float: right;
}

.merit li img {
	width: 100%;
	height: auto;
}

.merit a:hover img,
.merit a:active img {
	background: rgba(225, 225, 225, 0.5);
}

.notes.merit2 {
	margin-bottom: 75px;
}

.blog ul {
	width: 100%;
	overflow: hidden;
}

.blog li.faq {
	width: 49.5%;
	float: left;
}

.blog li.tips {
	width: 49.5%;
	float: right;
}

.blog li img {
	width: 100%;
	height: auto;
}

.blog a:hover img,
.blog a:active img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}


/* ご挨拶
------------------- */
.messege {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

.messege_text {
	overflow: hidden;
	padding: 50px 30px;
}

.messege_text h2 {
	padding: 50px 0 20px;
}

.profile {
	width: 180px;
	float: right;
	margin: 7px 0 30px 30px;
}

.pic {
	text-align: center;
}

.name {
	display: block;
}

.history .name2 {
	display: none;
}

.name {
	line-height: 1;
	text-align: center;
}

.name span {
	font-size: x-small;
}

.history {
	font-size: small;
	line-height: 1.4;
	padding-top: 0;
}

.messege_text p.indent_front {
	line-height: 1.8;
	margin-bottom: 1.5em;
	text-indent: 0em;
}

.messege_text .pic {
	margin: 0 0 15px;
}

/* テレワーク
------------------- */
.telework {
	margin-bottom: 90px;
}

.telework h2 {
	color: #fff;
	background: #049ef1;
	padding: 1.2em 0;
}

.telework_body {
	margin: 60px auto 0;
	max-width: 960px;
	padding: 0 30px;
}

.telework h3 {
	font-size: 1.5em;
	line-height: 1.4;
}

.telework p {
	line-height: 1.4;
}

.telework p:first-of-type {
	margin: 1.25em .0 .25em;
	font-size: 110%;
	line-height: 1.6;
	color: #0391de;
}

.telework p span {
	font-size: x-large;
}



/* ニュース
------------------- */
.news_text {
	font-size: 16px;
	line-height: 1.5;
}

.linkBtn {
	margin: 1.5em auto 1em;
	text-align: center;
	display: inline-block;
	padding: .5em 1.5em;

	color: #0085ca !important;
	border: 1px solid #0085ca;
	border-radius: 3px;
	font-family: verdana;
	font-size: 16px;
	line-height: 1;
}

.linkBtn:hover {
	background: #fff;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha(opacity=90)";
}


/* ----------------------------- */
@media screen and (max-width:1919px) {

	.messege {
		/*	width: 50%;*/
		line-height: 2em;
	}

	.news h2 {
		position: absolute;
		left: 94%;
	}

	.news_title {
		position: absolute;
		top: 28%;
		left: 91%;
	}

	.news_text {
		line-height: 2em;
	}

	.vision_title {
		position: absolute;
		left: 4%;
		top: 11%;
	}

	.vision_text {
		padding-left: 80px;
		padding-right: 80px;
		line-height: 2em;
	}

	.company h2 {
		position: absolute;
		left: 94%;
		top: 3%;
	}

	.company_title {
		position: absolute;
		left: 88%;
		top: 9%;
	}

	.company_text {
		height: 52%;
		position: absolute;
		top: 7%;
		line-height: 2em;
	}

	.company_btn {
		padding-top: 80px;
	}

	.member {
		padding-left: 100px;
	}

	.alliance_songai {
		padding-left: 400px;
	}

	.alliance {
		line-height: 2em;
		padding-top: 0px;
	}

	.service_title {
		position: absolute;
		left: 4%;
		top: 14%;
	}

	.service_text {
		padding-left: 80px;
		padding-right: 80px;
		line-height: 2em;
	}

	.contact h2 {
		position: absolute;
		left: 94%;
	}

	.contact_title {
		left: 88%;
		position: absolute;
		top: 38%;
	}
}

/* -------------------------------- */
@media screen and (max-width:1535px) {

	.messege {
		line-height: 1.8;
	}

	.news h2 {
		position: absolute;
		left: 93%;
	}

	.news_title {
		position: absolute;
		left: 89%;
	}

	.news_text {
		line-height: 1.8;
	}

	.vision h2 {
		position: absolute;
		left: -2%;
	}

	.vision_title {
		position: absolute;
		left: 6%;
	}

	.vision_text {
		padding-left: 50px;
		padding-right: 30px;
		line-height: 1.5;
	}

	.company h2 {
		position: absolute;
		left: 93%;
	}

	.company_title {
		position: absolute;
		left: 85%;
		top: 13%;
	}

	.company_text {
		position: absolute;
		line-height: 1.2;
		top: 6%;
		height: 50%;
	}

	.company_btn {
		padding-top: 50px;
	}

	.member {
		padding-left: 50px;
	}

	.alliance {
		line-height: 1.3;
		padding-top: 30px;
	}

	.alliance_songai {
		padding-left: 200px;
	}

	.service h2 {
		position: absolute;
		left: -2%;
	}

	.service_title {
		position: absolute;
		top: 16%;
		left: 6%;
	}

	.service_text {
		padding-left: 50px;
		padding-right: 30px;
		line-height: 1.5;
	}

	.contact h2 {
		position: absolute;
		left: 93%;
	}

	.contact_title {
		position: absolute;
		left: 85%;
	}

	.contact_text {
		font-size: x-large;
	}
}

/* -------------------------------- */
@media screen and (max-width:1280px) {

	.header_text {
		max-width: 800px;
		padding: 15px 20px;
		font-size: 18px;
	}

	.header_text br {
		display: none;
	}
}

/* -------------------------------- */
@media screen and (max-width:1112px) {

	.news h2 {
		position: absolute;
		left: 90%;
	}

	.news_title {
		position: absolute;
		top: 42%;
		left: 85%;
	}

	.news_text {
		position: absolute;
		top: 15%;
		left: 53%;
	}

	.vision_title {
		position: absolute;
		top: 15%;
		left: 7%;
	}

	.vision_text {
		padding: 20px;
		line-height: 1.2;
		height: 100%;
		top: 0;
	}

	.company h2 {
		position: absolute;
		left: 90%;
	}

	.company_title {
		position: absolute;
		top: 15%;
		left: 79%;
	}

	.company_text {
		padding: 20px;
		top: 0;
		height: 45%;
	}

	.company_text table {
		width: 100%;
	}

	.company_btn {
		padding-top: 20px;
	}

	.service_title {
		position: absolute;
		top: 20%;
		left: 7%;
	}

	.service_text {
		padding-right: 20px;
		padding-left: 20px;
		line-height: 1.2;
		top: 0;
		height: 100%;
	}

	.contact h2 {
		position: absolute;
		left: 90%;
	}

	.contact_title {
		position: absolute;
		left: 80%;
	}
}

/* -------------------------------- */
@media screen and (max-width:1045px) {

	.header_text {
		padding: 10px 20px;
		font-size: 16px;
		line-height: 1.5;
	}

	h2 br.tb {
		display: block;
	}

	.support h2 {
		padding: 1.75em 0 1.5em;
	}
}

/* ----------------------------- */
@media screen and (max-width:1029px) {

	.support .inn {
		margin: 0;
	}

	.group .inn {
		padding: 0 15px;
	}
}

/* ----------------------------- */
@media screen and (max-width:991px) {

	.header_text {
		width: 73%;
		text-align: left;
	}

	nav ul {
		font-size: 21px;
	}

	.notes {
		font-size: 13px;
		padding: 0 15px;
		text-align: left;
	}

	.notes.merit2 {
		margin-bottom: 6vw;
	}
}

/* ----------------------------- */
@media screen and (max-width:860px) {

	.header_text {
		width: 75%;
		padding: 10px 10px;
	}

	nav ul {
		font-size: 20px;
	}

	.point dd br {
		display: none;
	}
}

/* ----------------------------- */
@media screen and (max-width:834px) {

	.header_text {
		width: 73%;
		top: 68%;
		padding: 10px 20px;
	}

	nav ul {
		font-size: small;
		width: auto;
		position: static;
		transform: translateX(0%);
	}

	nav li {
		float: none;
		background-color: #e3e3e3;
	}

	.gokakkei {
		display: none !important;
	}

	.gokakkei_tb {
		display: block !important;
	}

	.gokakkei_sp {
		display: none !important;
	}

	.news h2 {
		position: absolute;
		top: 5%;
		left: 92%;
	}

	.news_title {
		font-size: x-large;
		position: absolute;
		top: 30%;
	}

	.news_text {
		position: absolute;
		left: 52%;
		top: 10%;
	}

	.news {
		background-color: #eeeeee;
	}

	.news_pic {
		display: none !important;
	}

	.news_pic_sp {
		display: block !important;
	}

	.news_pic_sp img {
		width: 100%;
		height: auto;
	}

	.news h2 {
		position: absolute;
		left: 85%;
	}

	.news_title {
		position: absolute;
		top: 15%;
		left: 75%;
	}

	.news_text {
		width: auto;
		position: static;
		padding: 30px;
		height: auto;
	}

	.vision_title {
		font-size: x-large;
		position: absolute;
		top: 6%;
		left: 6%;
		/*	margin-top: -330px;
	padding-top: 330px;*/
	}

	.vision_text {
		width: 100%;
		position: static;
		padding: 50px;
		height: auto;
	}

	.company h2 {
		position: absolute;
		top: 4%;
		left: 92%;
	}

	.company_title {
		font-size: x-large;
		position: absolute;
		left: 79%;
		top: 8%;
		/*	margin-top: -360px;
	padding-top: 360px;*/
	}

	.company_pic {
		display: none !important;
	}

	.company_pic_tb {
		display: block !important;
	}

	.company_pic_tb img {
		width: 100%;
		height: auto;
	}

	.company_text {
		width: 100%;
		position: static;
		padding-top: 50px;
		padding-bottom: 50px;
		height: 100%;
	}

	.company_text table {
		margin-left: auto;
		margin-right: auto;
		width: 530px;
	}

	.company_btn {
		padding-top: 50px;
	}

	.alliance {
		position: relative;
		padding-top: 100px;
	}

	.alliance_company {
		color: #818181;
		display: block;
		font-size: x-large;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: 5%;
	}

	.alliance_songai {
		padding-left: 20px;
	}

	.service h2 {
		position: absolute;
	}

	.service_title {
		position: absolute;
		top: 10%;
		left: 6%;
		font-size: x-large;
		/*	margin-top: -360px;
	padding-top: 360px;*/
	}

	.service_text {
		width: 100%;
		padding: 50px;
		position: static;
		height: auto;
	}

	.contact h2 {
		position: absolute;
		left: 92%;
	}

	.contact_title {
		position: absolute;
		left: 79%;
		top: 22%;
		font-size: x-large;
	}

	.mail {
		padding-left: 50px;
	}

	.footer_link {
		padding-left: 20px;
	}

	.pagetop {
		position: fixed;
		right: 10px;
		bottom: 10px;
	}
}

/* ----------------------------- */
@media screen and (max-width:750px) {

	main .pc {
		display: none;
	}

	main .sp {
		display: block;
	}

	.point h2,
	.support h2,
	.group h2 {
		font-size: 42px;
	}

	.point h2 {
		padding: 60px 0 10px;
	}

	.point .inn {
		display: block;
	}

	.point dl {
		display: block;
		width: 80%;
		max-width: 600px;
	}

	.point dl.mid {
		border-top: 1px solid #344056;
		border-bottom: 1px solid #344056;
	}

	.point dd {
		margin: 1.75em 0;
		font-size: 24px;
	}

	.point dd br {
		display: block;
	}

	.support {
		margin-top: 80px;
		padding-bottom: 50px;
		background: #fff;
	}

	.support h2 {
		padding: 1.5em 0 1.2em;
	}

	.support .inn {
		margin: 0;
	}

	.merit {
		background-size: auto 100%;
		padding: 38px 0 34px;
	}

	.merit li.merit1,
	.merit li.merit2,
	.blog li.faq,
	.blog li.tips {
		width: 100%;
		float: none;
		max-width: 660px !important;
		;
		margin: 0 auto !important;
	}

	.merit li.merit2 {
		margin-top: 38px !important;
		;
	}

	.blog li.column,
	.blog li.tips {
		margin-top: 35px !important;
		;
	}

	.messege_text {
		padding: 30px;
	}
}

/* ----------------------------- */
@media screen and (max-width:639px) {

	.header_text {
		font-size: 15px;
		line-height: 1.5;
		width: 100%;
		position: absolute;
		left: 0;
		top: auto;
		bottom: 0;
		box-sizing: border-box;
		padding: 1em 5%;
		margin-bottom: 0em;
		background-color: rgba(255, 255, 255, 0.3);
	}

	.mean-push {
		margin-top: 0 !important;
	}

	.messege_text {
		padding: 0 30px 30px;
	}

	.messege_text h2 {
		margin-top: 0px;
		padding-top: 50px;
	}

	.profile {
		margin: 0 20px 30px;
		float: none;
		overflow: hidden;
		width: auto;
	}

	.messege_text .pic {
		float: left;
		margin: 0 0 10px 0px;
	}

	.history {
		margin: 30px 0 0 165px;
		font-size: 15px;
	}

	.name {
		display: none;
	}

	.history .name2 {
		display: block;
		font-size: 18px;
		margin-bottom: .75em;
	}

	.history .name2 span {
		display: block;
		font-size: 15px;
	}
}

/* ----------------------------- */
@media screen and (max-width:599px) {

	.header_text {
		font-size: 14px;
		line-height: 1.4;
	}

	.point h2,
	.support h2,
	.group h2 {
		font-size: 38px;
	}

	.point dd {
		margin: 1.75em 0;
		font-size: 24px;
	}

	.messege_text .pic {
		margin-bottom: 10px;
		margin-left: 10px;
	}
}

/* ----------------------------- */
@media screen and (max-width:500px) {
	.fv_back {
		display: none !important;
	}

	.fv_back_sp {
		display: block !important;
	}

	.fv_back_sp img {
		width: 100%;
		height: auto;
		font-size: small;
	}
}

/* ----------------------------- */
@media screen and (max-width:480px) {
	.messege {
		margin: 0px;
	}

	.profile {
		margin: 0 0 30px;
	}

	.history {
		margin: 10px 0 0 150px;
	}

	.gokakkei {
		display: none !important;
	}

	.gokakkei_tb {
		display: none !important;
	}

	.gokakkei_sp {
		display: block !important;
	}

	.vision h2 {
		position: absolute;
		top: 4%;
		left: -6%;
	}

	.vision_title {
		position: absolute;
		top: 5%;
		left: 9%;
	}

	.vision_text {
		padding: 30px;
	}

	.company h2 {
		position: absolute;
		left: 85%;
		top: 2%;
	}

	.company_title {
		position: absolute;
		top: 5%;
		left: 62%;
	}

	.company_text {
		padding: 30px;
	}

	.company_text table {
		width: 100%;
	}

	.access {
		display: none !important;
	}

	.access_sp {
		display: block !important;
	}

	.member {
		padding-left: 20px;
	}

	/*.member_sp {
	display: block !important;
	padding-left: 30px;
}*/
	.alliance {
		padding-top: 100px;
		padding-right: 30px;
		padding-left: 30px;
		padding-bottom: 30px;
		flex-direction: column;
	}

	.alliance_company {
		position: absolute;
		top: 3%;
	}

	.alliance_seimei {
		padding-bottom: 30px;
	}

	.alliance_songai {
		padding-left: 0px;
		padding-top: 30px;
		border-top-style: dotted;
		border-top-color: #818181;
	}

	.alliance_title {
		padding-bottom: 10px;
	}

	.service h2 {
		position: absolute;
		top: 4%;
		left: -6%;
	}

	.service_title {
		position: absolute;
		left: 9%;
	}

	.service_text {
		padding: 30px;
	}

	.contact h2 {
		position: absolute;
		left: 85%;
		top: 5%;
	}

	.contact_title {
		position: absolute;
		left: 62%;
		top: 12%;
	}

	.contact_text {
		padding-top: 150px;
	}

	.contact_btn {
		flex-direction: column;
	}

	[href^="tel"] {
		pointer-events: auto;
	}

	.mail {
		padding-left: 0px;
		padding-top: 50px;
	}

	.footer_flex {
		padding-left: 10px;
		padding-right: 10px;
		flex-direction: column;
	}

	.footer_link {
		padding-left: 0px;
		padding-top: 20px;
	}

	.copyright {
		padding-left: 5px;
		padding-right: 5px;
	}

	.point h2,
	.support h2,
	.group h2,
	.telework h2 {
		font-size: 30px;
	}

	.point h2 {
		padding: 50px 0 10px;
	}

	.point dd {
		font-size: 18px;
	}

	.support h2 {
		padding: 1.2em 0 1em;
	}

	.group h2 {
		padding: 1em 0;
	}

	.blog li.column,
	.blog li.tips {
		margin-top: 30px !important;
	}

	.messege_text .pic {
		margin-left: 0;
	}
}

/* ----------------------------- */
@media screen and (max-width:413px) {
	.header_text {
		padding: 1em 10px;
		font-size: 13px;
	}
}

/* ----------------------------- */
@media screen and (max-width:399px) {
	.company_btn {
		display: block;
		text-align: center;
		padding-top: 30px;
	}

	.member {
		padding: 30px 0 20px;
	}
}

/* ----------------------------- */
@media screen and (max-width:375px) {
	.header_text {
		padding: .65em 12px;
		font-size: 12px;
	}

	.point h2,
	.support h2,
	.group h2,
	.telework h2 {
		font-size: 26px;
	}

	.point dd {
		font-size: 17px;
		margin: 1.75em -15px 1.5em;
	}

	.point dd br {
		display: none;
	}

	.blog li.column,
	.blog li.tips {
		margin-top: 25px !important;
		;
	}

	.messege_text {
		padding: 15px 20px 30px;
	}
}

/* ----------------------------- */
@media screen and (max-width:374px) {
	.history {
		margin: 5px 0 0 140px;
	}

	.history .name2 span {
		font-size: 14px;
	}
}

/* ----------------------------- */
@media screen and (max-width:340px) {
	.header_text {
		padding: .75em 12px;
		font-size: 11px;
	}
}