@charset "UTF-8";
/* CSS Document */

/*=================
基本
=================*/

@font-face {
	font-family: "myfont";
	src: url("../font/RoNKSeiKaiStd-Lt.otf") format("truetype") ;
}


html {
	font-size: 100%;
}
body {
	background-color: #fff;
	color: #534B4A;
	font-family: myfont, serif;
	font-weight: normal;
}

.wrapper {
	max-width: 1240px;
	padding: 0 4%;
	margin: 0 auto 200px auto;
}

a {
	text-decoration: none;
	color: #0A437D;
	cursor: pointer;
}

li {
	list-style: none;
}
h1 {
	color: #00437C;
	text-align: center;
}
h2 {
	font-size: 28px;
	color: #00437C;
}
h3 {
	color: #00437C;
	font-weight: normal;
}

.service-contents h2,
.service-contents h3 {
	font-weight: normal;
}






/*=================
header
==============*/
header {
	width: 100%;
	height: 118px;
	position: relative;
}

.header-logo {
	width: 120px;
	height: 74px;
}
/*
.header-contents {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 4%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 118px;
}



.header-contents ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-contents nav  ul li {
	padding-right: 20px;

	height: 20px;
	border-right: 1px solid #AAAAAA;
}

.header-contents nav  ul li a {
	display: block;
	
}

.header-contents nav  ul li:last-child {
	padding-right: 0;
}

*/


.header-contents  {
		max-width: 1240px;

	padding: 22px 4% 22px 4%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 30px auto 0 auto;
}


.header-contents nav ul {
	display: flex;
	gap: 20px;
	align-items: center;
	margin-top: 28px;
}

.header-contents nav ul li {

	height: 20px;
	line-height: 20px;
	border-right: 1px solid #AAAAAA;
	padding-right: 20px;
	display: block;
}

.header-contents nav ul li a {
	text-align: center;
	
}

/*mainvisual-contents*/
.mainvisual-contents {
	max-width: 100%;
	height: 500px;
	background-image: url("../img/service-img/service-top.jpg");
	margin: 0 auto 200px auto;
	background-position: center;
	background-size: cover;
}

.mainvisual-text {
	height: 500px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

}

.mainvisual-text img {
	max-width: 100%;
}



.under-line {
	border-bottom: 2px dotted #0A437D;
	margin-bottom: 10px;
	max-width: 1100px;
	text-align: center;
}





/*=================
service
=================*/

.service {
	margin-bottom: 152px;
}

.bl span{
	color: #22A0E9;
}
.pink span{
	color: #E4157F;
}


.service-icon {
	width: 70px;
	height: 70px;
	display: block;
	margin: 0 auto;
}

.service-contents {
	margin: 0 auto;
}

.service-contents p , h3{
	display: block;
	margin: 0 auto;
	max-width: 600px;
}
.hyou {
	display: block;
	margin: 50px auto;
}
.red {
	color: red;
}

.yl span{
	background-color: #FEF100;
	width: 180px;
	height: 32px;
	text-align: center;
	padding: 5px;
}

.pi span {
		background-color: #F074B9;
	width: 180px;
	height: 32px;
	text-align: center;
	padding: 5px;
	color: #fff;
}

.black span {
			background-color: #231815;
	width: 180px;
	height: 32px;
	text-align: center;
	padding: 5px;
	color: #fff;
}

.service-contents ul li img {
	width: 15%;
}

.service-contents ul li {
	max-width: 509px;
	height: 332px;
	padding: 20px;
	box-shadow: -1px 0px 10px -5px #777777;
	border-radius: 10px;
	position: relative;
}

.service-contents ul  {
	display: flex;
	flex-wrap: wrap;
	gap: 42px;
	justify-content: center;
	margin: 100px auto;
}
.service-contents ul li p {
	text-align: left;
}
.service-contents ul li h3 {
	color: #00437C;
	text-align: left;
	
}

.service-btn {
	width: 180px;
	height: 32px;
	background-color: #00437C;
	margin-top: 12px;
	position: absolute;
	bottom: 22px;
}

.service-btn a {
	color: #FFFFFF;
	text-align: center;
	display: block;
}

/*=================
qa
=================*/
.qa-contents {
	height: auto;
}

.qa-contents ul {
	max-width: 660px;
	margin: 100px auto;
}

.qa-contents ul li {
	margin-top: 50px;
	border-bottom: 1.8px dotted #00437C;
	padding-bottom: 50px;
}

.qa-contents ul li p span {
	font-size: 22px;
}

.q {
	color: #22A0E9;
}
.a {
	color: #E4157F;
}

/*=================
tel
=================*/
.tel {
	border: 3px solid #0A437D;
	height: 240px;
	max-width: 450px;
	margin: 0 auto;
}

.tel-contents {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 240px;
}

.tel-contents  p img {
	max-width: 295px;
}


.tel-btn a {
	font-size: 22px;
	background-color: #0A437D;
	color: #fff;
	height: 8px;
	padding: 10px;
	width: 322px;
}

.tel-btn {
	display: block;
}
/*=================
footer
=================*/
footer {
	height: 160px;
	width: 100%;
	background-color: #92A6B9;
}
.footer-contents {
		max-width: 1240px;

	padding: 22px 4% 22px 4%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}

.footer-contents nav ul {
	display: flex;
	gap: 20px;
	
}

.footer-contents nav ul li {

	height: 20px;
	line-height: 20px;
	border-right: 1px solid #FFFFFF;
	padding-right: 20px;
}
.footer-contents nav ul li a {
	text-align: center;
	color: #fff;
}

footer p {
	font-size: 90%;
	color: #0A437D;
	text-align: center;
	padding: 0 4%;
}

footer p a {
	border-bottom: 1px solid #0A437D;
}





.contact-btn-box {
		display: flex;
	gap:10px;
	justify-content: center;
	text-align: center;
}

.contact-btn {
	background-color: #0A437D;
	width: 188px;
	height: 45px;
	line-height: 45px;
	font-size: 20px;
	padding: -20px;
}

.contact-btn  a {
	color: #fff;
	display: block;
}

.contact-btn  a  img {
	padding-top: 9px;
	width: 86%;
}

.contact-btn a span {
	background-image: url("../img/mail2.png");
	background-repeat: no-repeat;
	padding-left: 30px;
	background-size: 24px;
	background-position: 4px;
}

.sp-top a {
		display: none;
	}

@media screen and (min-width: 834px) {
	.contact-btn-box {

	position: absolute;
	top: 0;
	right: 17.7%;
}

	.br-sp {
	display: none;
}

	
}
@media screen and (max-width: 834px) {
	
		
	.title{
		line-height: 1.2;
		padding-bottom: 10px;
	} 
	
	.contact-btn {
		width: 100%;
		margin-top: -150px;
		border: 1px solid #fff;
		
	}
	.contact-btn a {
		width: 100%;
	}
	
	.contact-btn-box {
		gap:0;
		width: 100%;
		margin-bottom: 50px;
	}
	
	.contact-btn-box img {
		width: 80%;
	}
}

@media screen and (max-width: 834px) {
	h2,h3 {
		font-weight: normal;
	}
			.br-pc {
		display: none
	}
	
	body {
		width: 100%;
		margin: 0 auto;
	}
	
/*=================
header
==============*/
	img {
		width:  100%;
	}
	.header-logo {
		width: auto;
		height: 62px;
		position: absolute;
		top: 0;
		left: 0;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	
	header {
		height: 62px;
	
	}
	
.header-contents nav ul li {
	border-right: none;
}
	
	.header-contents {
		max-width: 800px;
		margin: 0 auto;
		
	}
	
	
	
	
	.hello {
		font-size: 100%;
		width: 100%;
	}
	
	.hello p {
		font-size: 20px;
	}
	
	
	

	.mainvisual-contents {
	width: 100%;
	height: auto;
	background-image: url("../img/service-img/service-top-sp.jpg");
		justify-content: center;
		background-size: cover;
margin-bottom: 150px;
		margin-top: -2px;
	
}
	
	.mainvisual-text {
		margin: 0 auto;
		padding-bottom: 100px;
		font-size: 60%;
		height: auto;
		padding-top: 100px;
	}
	
	.mainvisual-text img {
		width: 60%;
	}
	
	
	
	.contact-btn-box　{
		position:static;
	}
	.hello {
	font-size: 20px;
	text-align: center;
	margin-top: -100px;
}
	
	.hello img {
		height: auto;
		width: 6%;
	}
	
	
	#disital {
		margin-top: -200px;
	}
	
	.disital-contents {
		flex-direction: column;
		width: 100%;
	}
	
	.disital-img,
	.disital-text {
		width: 100%;
	}
	
	.tour-contents {
		margin: 0 auto;
		align-items: center;
	}
	.tour-text{
		width: 100%;margin: 0 auto;
	}
	
	.tour-text-span {
		display: none;
	}
	

	#flow {
		margin-top: 100px;

	}
	.flow-contents {
		text-align: left;
	}
	
	.flow-contents img {
		width: 100%;
		margin-bottom: -350px;
	}
	
	
	
	#film {
		margin-top: -300px;
	}
	
	.film-contents {
		flex-direction: column;
		margin-bottom: 350px;
		margin-top: 40px;
	}
	.film-size {
		flex-direction: column-reverse;
		margin-top: -300px;
	}
	
	.film-size img {
		margin-left: -50px;
		
	}
	
	.film-contents-img,
	.film-contents-text {
		width: 100%;
	}
	
	.service-contents p {
	text-align: left;
}
	
	.service-contents ul {
		margin-top: 40px;
	}
	
	.service-contents ul li {
		height: auto;
	}
	
	#service {
		margin-top: -200px;
	}
	
	.service-btn {
		margin-top: 20px;
	}
	
	.service-contents ul li p {
		margin-bottom: 50px;
	}
	
	footer {
		width: 100%;
		height: auto;
		padding-bottom: 10px;
	}
	
	.footer-contents  {
		flex-direction: column;
	
	}
	
	.footer-contents  img {
		display: none;
	}
	
	.footer-logo {
		background-image: url("../img/footer-logo.png");
		width: 272px;
		height: 55px;
		background-size: contain;
		background-repeat: no-repeat;
		margin-bottom: 30px;
		margin-top: 10px; 
	}
	.footer-menu {
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		
	}
	
	

}


