@charset "UTF-8";

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
全体
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

body {
	width: 100%;
	color: #000;
	font-size: 16px;
	line-height: 1;
}

/* SPとPCのレスポンシブデザインで改行位置を変える
--------------------------------------------------*/
.br-sp {
	display: none;
}

@media screen and (max-width: 767px) {
	.br-pc {
		display: none;
	}

	.br-sp {
		display: inline-block;
	}
}

/*----------　button（白）　----------*/
.btn-contents-form {
	margin: 0 auto;
	border: 3px solid #fff;
	padding: 15px 40px;
	font-size: 15px;
	font-weight: bold;
	line-height: 100px;
	letter-spacing: 0.14em;
	transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.btn-contents-form::after {
	content: '';
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	width: 10px;
	margin: auto;
	background: url(../images/ico_arrow_right.svg) no-repeat 50% 50%;
	background-size: contain;
	transition: all 0.1s ease-in-out;
}

.btn-contents-form:hover {
	background: #fff;
	color: #263238;
}

.btn-contents-form a {
	background-color: transparent;
}

.button2 {
	cursor: pointer;
	position: relative;
	border-radius: 4em;
	background-image: none;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	text-decoration: none;
	user-select: none;
}

/*----------　button（青）　----------*/
.btn-contents-form-blue {
	margin: 0 auto;
	border: 3px solid #0A3FC0;
	padding: 15px 40px;
	font-size: 15px;
	font-weight: bold;
	line-height: 100px;
	letter-spacing: 0.14em;
	background-color: #fff;
	transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.btn-contents-form-blue::after {
	content: '';
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	width: 10px;
	margin: auto;
	background: url(../images/ico_arrow_right_blue.svg) no-repeat 50% 50%;
	background-size: contain;
	transition: all 0.1s ease-in-out;
}

.btn-contents-form-blue:hover {
	background: #EAEEF6;
	color: #0A3FC0;
}

.btn-contents-form-blue a {
	background-color: transparent;
}

.button-blue {
	cursor: pointer;
	position: relative;
	border-radius: 4em;
	background-image: none;
	color: #0A3FC0;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	text-decoration: none;
	user-select: none;
}



/*----------　top-view　----------*/
.top-view {
	background-image: url(../images/top-view.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 70px 0;
	position: relative;
}

.top-view::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(10,63,192,0.5);
}

.top-copy {
	position: relative;
	width: auto;
	max-width: 1040px;
	padding: 0 20px;
	margin: 0 auto;
	text-align: left;
}

.top-copy h1 {
	font-size: 50px;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 30px;
}

.top-copy h2 {
	font-size: 30px;
	font-weight: 400;
	color: #ffffff;
	line-height: 1.5;
}

/*----------　section：ニュース　----------*/
.news-topics {
	background-color: #263238;
}

.section-title2 {
	width: auto;
	max-width: 1040px;
	padding: 20px 20px 20px 20px;
	margin: 0 auto;
	text-align: center;
}

.section-header2 {
	position: relative;
	color: #ffffff;
	line-height: 1.5;
}

.section-header2 strong {
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 0.1em;
	display: block;
}

.section-header2 span {
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0 0;
	display: block;
}

.newslist-box {
	width: auto;
	max-width: 1040px;
	padding: 0 20px;
	margin: 10px auto;
	text-align: center;
	margin-bottom: 10px;
}

.newslist-container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.newslist-item {
	width: 33.333%;
	padding: 0 20px;
	text-align: left;
	border-left: 2px solid #90A4AE;
	border-top: 0;
	border-bottom: 0;
}

.newslist-item:last-child {
	border-right: 2px solid #90A4AE;
}

.news-date time {
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	letter-spacing: 1px;
}

.news-title h2 {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	color: #ffffff;
	margin-top: 20px;
	margin-bottom: 20px;
}

.hashtag-box {
	display: flex;
	flex-wrap: wrap;
}

.hashtag {
	background-color: #E8EBED;
	color: #263238;
	font-size: 13px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 5px 10px;
	border-radius: 5px;
}

.hashtag:last-child {
	margin-right: 0;
}

.news-btn {
	color: #ffffff;
}

.hashtag2 li {
	background-color: #E8EBED;
	color: #263238;
	font-size: 13px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 5px 10px;
	border-radius: 5px;
	display: inline-block;
}

.hashtag2 li:last-child {
	margin-right: 0;
}

.hashtag2 a {
	color: #263238;
}

/*----------　section：採用メディア　----------*/
.section-title {
	width: auto;
	max-width: 1040px;
	padding: 40px 20px 20px 20px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 30px;
}

.section-header1 {
	position: relative;
	color: #0A3FC0;
	line-height: 1.5;
}

.section-border1:before {
	background-color: #0A3FC0;
	content: '';
	display: block;
	width: 3px;
	height: 40px;
	margin: 0 auto 10px;
}


.section-header1 strong {
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 0.1em;
	display: block;
}

.section-header1 span {
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0 0;
	display: block;
}

.recruiting-media-view {
	background-image: url(../images/recruiting-media-view.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 70px 0;
	position: relative;
}

.recruiting-media-view2 {
	background-image: url(../images/recruiting-media-view2.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 70px 0;
	position: relative;
}

.recruiting-media-view3 {
	background-image: url(../images/recruiting-media-view3.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 70px 0;
	position: relative;
}

.recruiting-media-view::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.3);
}

.recruiting-media-view2::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.3);
}

.recruiting-media-view3::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.3);
}

.recruiting-media-box {
	position: relative;
	width: auto;
	max-width: 1040px;
	padding: 0 60px;
	margin: 0 auto;
}

.recruiting-media-wrap {
	display:flex;
	justify-content: space-between;
}

.recruiting-media-wrap ul {
	text-align: center;
	width: 48%;
}

.panel-item {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	
}
.panel-item2 {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-wrap: wrap;
	
}
.panel-image {
	width: 45%;
	margin-bottom: 40px;
}

.panel-image:nth-last-child(1) {
	margin-bottom: 20px;
}

.panel-image:nth-last-child(2) {
	margin-bottom: 0;
}
.panel-image2 {
	width: 45%;
	margin-bottom: 20px;
}
.panel-image2 img {
	width: 430px;
}
.panel-image2:nth-last-child(1) {
	margin-bottom: 0;
}


.gaiyo-item {
	background-image: url(../images/gaiyo-view.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 40px 0;
	color: #ffffff;
	position: relative;
}

.gaiyo-item::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(10,63,192,0.7);
}

.gaiyo-item h2 {
	position: relative;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 20px;
}

.gaiyo-item p {
	position: relative;
	font-size: 14px;
	font-weight: 400;
	line-height: 2.2;
	margin-bottom: 30px;
	text-align: left;
}

/*----------　section：お役立ち情報&事例紹介　----------*/
.information {
	background-color: #DFF1F9;
}

.information-box {
	background-color: #ffffff;
	width: auto;
	max-width: 980px;
	margin: 30px auto;
	margin-bottom: 30px;
}

.information-main {
	padding: 0px 30px;
}

.information-container {
	display: flex;
	padding: 30px 0;
	border-bottom: 1px solid #626262;
}

.information-container:last-child {
	border-bottom: none;
}

.information-article {
	padding-left: 20px;
}

.information-image img {
	width: 300px;
	height: 157.5px;
	object-fit: cover;
}

.information-title h2 {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.3;
	color: #4489BB;
	margin-bottom: 10px;
}

.information-text p {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.3;
	color: #666666;
	margin-bottom: 10px;
}

.information-date time {
	font-size: 16px;
	font-weight: 400;
	color: #263238;
}

.information-box .hashtag-box {
	margin-top: 20px;
}

/*----------　section：コラムトピックス　----------*/
.column-topics {
	background-color: #fffdf3;
}

.carousel-box {
	margin-bottom: 60px;
}

.gallery {
	background-color: #fffdf3;
}

.gallery-cell {
	width: 50%;
	height: 200px;
	margin-right: 10px;
	padding: 0 20px;
}

.carousel-container {
	display: flex;
}

.carousel-image img {
	width: 300px;
	height: 157.5px;
	object-fit: cover;
}

.carousel-article {
	padding-left: 20px;
	display: flex;
	flex-direction: column;
}

.carousel-title h2 {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.3;
	color: #4489BB;
	margin-bottom: 10px;
}

.carousel-date time {
	font-size: 16px;
	font-weight: 400;
	color: #263238;
}

.carousel-box .hashtag-box {
	margin-top: auto;
}


/*----------　syoukai　----------*/
.syoukai {
	background-image: url("../images/syoukai-top.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 70px 0;
	position: relative;
}

.syoukai::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(0,160,150,0.80);
	mix-blend-mode:multiply;
}
.syoukai h1 {
	margin: 100px 0;
	text-align: center;
}
.syoukai-nagare {
	width: 980px;
	margin: 0 auto;
}
.syoukai-nagare ul .flowbox {
	display: flex;
	background-color: #fff;
		margin-bottom: 65px;
	position: relative;

}
.syoukai-nagare  ul .flowbox:after {
    border-top: 25px solid #FFC300;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    content: "";
    position: absolute;
    bottom: -48px; /* 三角形の高さ＋ボックスのボーダーをマイナスに */
    left: 50%;/* 中央寄せに使用 */
    margin-left: -50px; /* 中央寄せに使用 */
}
.syoukai-nagare  ul .flowbox:last-child:after {
    border: none; /* 最後のボックスだけ三角形を表示しない */
}

.syoukai-nagare .flow_ttl {
	background-color: #90a4ae;
	color: #fff;
	padding: 18px;
	font-weight: 400;
	text-align: center;
	width: 170px;
}
.syoukai-nagare div {
	padding: 18px;
}
.syoukai-nagare .flow_end {
	background-color: #4fb696;
	text-align: center;
	color: #fff;
	width: 100%;
	font-size: 1.4em;
	font-weight: 400;
}
.syoukai-title {
	margin: 40px 0;
}
.syoukai-tantou {
	background-color: #00a199;
	padding: 0;
}
.syoukai-yoshida {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 980px;
	margin: 0 auto;
	padding: 0;
}
.syoukai-photo {
    width: 400px;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
}
.syoukai-photo img {
	max-width: 400px;
	margin: 0;
	padding: 0;
}
.styoukai-yoshida-txt {
	text-align: left;
	padding: 0px 30px;
	color: #fff;
}
.styoukai-yoshida-txt h3 {
	margin-bottom: 20px;
	font-size: 1.4em;
	line-height: 140%;
}
.styoukai-yoshida-txt p {
	line-height: 140%;
}
.syoukai-name {
	margin-bottom: 20px;
	line-height: 160%;
}
.syoukai-category {
    background-image: url("../images/syoukai-bkimg");
    background-size: cover;
    background-repeat: no-repeat;
	padding: 0!important;
	margin: 0!important;
}
.category-block {
	width: 540px;
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
}
.category-block div {
	margin: 10px;
}
.category-block img {
	width:160px;
}
.syoukai-anken-btn {
	margin: 30px auto 50px auto;
	text-align: center;
}
.syoukai-anken-btn a:hover {
	opacity: 0.8;
}
.syoukai-otiawase {
	background-image: url("../images/syoukai-endbk.jpg");
	position: relative;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0!important;
}
.syoukai-otiawase::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(0,160,150,0.80);
	mix-blend-mode:multiply;
}
.syoukai-otiawase .otoiawase-box {
	width: 960px;
	margin: 0px auto;
	text-align: center;
	padding: 60px;
	position: relative;
}
.syoukai-otiawase .otoiawase-box h3 {
	color: #fff;
	position:relative;
	margin-bottom: 40px;
}
.syoukai-otiawase .otoiawase-box h3::after {
   content:"";
   display:block;
   width:40px;
   height:3px;
   background-color:#fff;
   position:absolute;
   bottom:-20px;
   left:48%;
}
.syoukai-tel {
	font-size: 3.8em;
	font-weight: bold;
	color: #fff;
}
.syoukai-time {
	color: #fff;
}
.otoiawase-box a {
	color: #fff;
	font-weight: 400;
	font-size: 1.8em;
	display: block;
	width: 60%;
	margin: 40px auto 20px auto;
	padding: 20px;
	border: #FFFFFF solid 3px;
	border-radius: 48px;
}
.otoiawase-box a:hover {
	background-color: #E24880;
}
.ex_banner {
	text-align: center;
}
.ex_banner a:hover {
	opacity: 0.8;
}

/*　PC用CSS　ここまで　*/

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
900px以下　　タブレット用CSS
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

@media screen and (max-width: 900px) {
	
	/*----------　top-view　----------*/
	.top-view {
		height: auto;
		padding: 30px 0;
	}
	
	.top-copy {
		max-width: 720px;
		margin: 0 auto;
	}
	
	.top-copy h1 {
		font-size: 35px;
		margin-bottom: 25px;
	}
	
	.top-copy h2 {
		font-size: 20px;
	}
	
	/*----------　section：採用メディア　----------*/
	.section-title {
		width: auto;
		max-width: 720px;
	}
	
	.recruiting-media-box {
		max-width: 720px;
	}
	
	.recruiting-media-wrap {
		display:block;
		justify-content: space-between;
	}
	
	.recruiting-media-wrap ul {
		width: 100%;
	}
	
	.panel-item {
		margin-bottom: 30px;
	}
	
	.panel-image {
		width: 30%;
		margin-bottom: 30px;
	}
	
	.panel-image:nth-last-child(3) {
		margin-bottom: 0;
	}
	
	/*----------　section：お役立ち情報&事例紹介　----------*/
	.information-box {
		margin: 30px 30px;
	}
	
	/*----------　section：コラムトピックス　----------*/
	.gallery-cell {
		width: 66%;
		height: 400px;
		padding: 0;
	}
	
	.carousel-container {
		flex-direction: column;
		margin: 0 30px;
	}
	
	.carousel-image img {
		height: auto;
		width: 100%;
		margin-bottom: 20px
	}
	
	.carousel-article {
		padding-left: 0;
	}
	
	.carousel-box .hashtag-box {
		margin-top: 20px;
	}
	
}

/*　タブレット用CSS　ここまで　*/

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
750px以下　　スマートフォン用CSS
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

@media screen and (max-width: 750px) {
	/*----------　button（白）　----------*/
	.btn-contents-form {
		border: 2px solid #fff;
		padding: 15px 25px;
		font-size: 14px;
		letter-spacing: 0.1em;
	}
	
	.btn-contents-form::after {
		content: '';
		position: absolute;
		top: 0;
		right: 10px;
		bottom: 0;
		width: 10px;
		margin: auto;
		background-size: contain;
		transition: all 0.1s ease-in-out;
	}
	
	/*----------　button（青）　----------*/
	.btn-contents-form-blue {
		border: 2px solid #0A3FC0;
		padding: 15px 25px;
		font-size: 14px;
		letter-spacing: 0.1em;
	}

	.btn-contents-form-blue::after {
		content: '';
		position: absolute;
		top: 0;
		right: 10px;
		bottom: 0;
		width: 10px;
		margin: auto;
		background-size: contain;
		transition: all 0.1s ease-in-out;
	}
	
	/*----------　top-view　----------*/
	.top-copy {
		max-width: 425px;
	}
	
	.top-copy h1 {
		font-size: 30px;
		margin-bottom: 25px;
	}

	.top-copy h2 {
		font-size: 18px;
	}
	
	/*----------　section：ニュース　----------*/
	.section-title2 {
		max-width: 425px;
	}

	.section-header2 {
		line-height: 1.3;
	}

	.section-header2 strong {
		font-size: 22px;
	}

	.section-header2 span {
		font-size: 14px;
		margin: 5px 0 0;
	}
	
	.newslist-item {
		width: 100%;
		padding: 20px;
		border-top: 2px solid #90A4AE;
		border-left: 0;
		border-right: 0;
	}
	
	.newslist-item:last-child {
		border-right: none;
		border-bottom: 2px solid #90A4AE;
	}
	
	/*----------　section：採用メディア　----------*/
	.recruiting-media {
		margin: 0 auto;
	}
	
	.section-title {
		max-width: 425px;
		margin: 0 auto;
	}
	
	.section-header1 {
		line-height: 1.3;
	}
	
	.section-border1:before {
		width: 1px;
		height: 30px;
	}
	
	.section-header1 strong {
		font-size: 22px;
	}

	.section-header1 span {
		font-size: 14px;
		margin: 5px 0 0;
	}
	
	.recruiting-media-view {
		padding: 40px 0;
	}
	
	.recruiting-media-box {
		max-width: 425px;
		padding: 0 20px;
	}
	
	.panel-item {
		margin-bottom: 20px;
	}

	.panel-image {
		width: 47%;
		margin-bottom: 20px;
	}
	
	.gaiyo-item {
		padding: 20px 20px;
	}

	.gaiyo-item h2 {
		font-size: 22px;
		margin-bottom: 20px;
	}

	.gaiyo-item p {
		font-size: 16px;
	}
	
	/*----------　section：お役立ち情報&事例紹介　----------*/
	.information-container {
		display: block;
	}
	
	.information-image img {
		max-width: 100%;
		margin-bottom: 20px;
	}
	
	.information-article {
		padding-left: 0;
	}
	
	/*----------　section：コラムトピックス　----------*/
	.gallery-cell {
		width: 66%;
		height: 280px;
	}
	
	.carousel-container {
		flex-direction: column;
		margin: 0 10px;
	}
	/*----------　syoukai　----------*/
.syoukai {
	background-image: url("../images/syoukai-top.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 70px 0;
	position: relative;
}
	.syoukai .top-copy img {
		width: 100%;
	}
.syoukai::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(0,160,150,0.80);
	mix-blend-mode:multiply;
}
.syoukai h1 {
	margin: 30px 0;
	text-align: center;
}
.syoukai-nagare {
	width: 90%;
	margin: 0 auto;
}
.syoukai-nagare ul .flowbox {
	display: flex;
	background-color: #fff;
		margin-bottom: 65px;
	position: relative;
		line-weight: 160%;

}
.syoukai-nagare  ul .flowbox:after {
    border-top: 25px solid #FFC300;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    content: "";
    position: absolute;
    bottom: -48px; /* 三角形の高さ＋ボックスのボーダーをマイナスに */
    left: 50%;/* 中央寄せに使用 */
    margin-left: -50px; /* 中央寄せに使用 */
}
.syoukai-nagare  ul .flowbox:last-child:after {
    border: none; /* 最後のボックスだけ三角形を表示しない */
}

.syoukai-nagare .flow_ttl {
	background-color: #90a4ae;
	color: #fff;
	padding: 18px;
	font-weight: 400;
	text-align: center;
	width: 170px;
}
.syoukai-nagare div {
	padding: 18px;
}
.syoukai-nagare .flow_end {
	background-color: #4fb696;
	text-align: center;
	color: #fff;
	width: 100%;
	font-size: 1.4em;
	font-weight: 400;
}
.syoukai-title {
	margin: 40px 0;
}
.syoukai-tantou {
	background-color: #00a199;
	padding: 0;
}
.syoukai-yoshida {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.syoukai-photo {
    width: 80vw;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
}
.syoukai-photo img {
	max-width: 80vw;
	margin: 0;
	padding: 0;
}
.styoukai-yoshida-txt {
	text-align: left;
	padding: 0px 30px;
	color: #fff;
	margin-top: 30px;
}
.styoukai-yoshida-txt h3 {
	margin-bottom: 20px;
	font-size: 1.4em;
	line-height: 140%;
}
.styoukai-yoshida-txt p {
	line-height: 140%;
}
.syoukai-name {
	margin-bottom: 20px;
	line-height: 160%;
}
.syoukai-category {
    background-image: url("../images/syoukai-bkimg");
    background-size: cover;
    background-repeat: no-repeat;
	padding: 0!important;
	margin: 0!important;
}
.category-block {
	width: 100%;
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
}
.category-block div {
	margin: 10px;
}
.category-block img {
	width:160px;
}
.syoukai-anken-btn {
	margin: 30px auto 50px auto;
	text-align: center;
}
.syoukai-anken-btn a:hover {
	opacity: 0.8;
}
.syoukai-otiawase {
	background-image: url("../images/syoukai-endbk.jpg");
	position: relative;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0!important;
}
.syoukai-otiawase::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(0,160,150,0.80);
	mix-blend-mode:multiply;
}
.syoukai-otiawase .otoiawase-box {
	width: 100%;
	margin: 0px auto;
	text-align: center;
	padding: 60px;
	position: relative;
}
.syoukai-otiawase .otoiawase-box h3 {
	color: #fff;
	position:relative;
	margin-bottom: 40px;
}
.syoukai-otiawase .otoiawase-box h3::after {
   content:"";
   display:block;
   width:40px;
   height:3px;
   background-color:#fff;
   position:absolute;
   bottom:-20px;
   left:48%;
}
.syoukai-tel {
	font-size: 2.4em;
	font-weight: bold;
	color: #fff;
}
.syoukai-time {
	color: #fff;
}
.otoiawase-box a {
	color: #fff;
	font-weight: 400;
	font-size: 1.4em;
	display: block;
	width: 100%;
	margin: 40px auto 20px auto;
	padding: 20px;
	border: #FFFFFF solid 3px;
	border-radius: 48px;
}
.otoiawase-box a:hover {
	background-color: #E24880;
}
	
}

