@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-size: 17px;
}

.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: #0A437D;
	font-weight: normal;
}
h2 {
	font-size: 28px;
	color: #00437C;
	font-weight: normal;
}

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: 1440px;

	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;
	
}

.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/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;
	margin-right: 50%;
}

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




/*=================
hello
=================*/
/*
.hello {
	max-width: 600px;
	height: auto;
	margin: 200px auto;
}
*/
.hello {
	font-size: 35px;
	text-align: center;
}

.hello img {
	width: auto;
	max-height: 38px;
	line-height: 36px;
	margin-right: 5px;
}

/*


.hello p span {
	color: #0A437D;
	font-weight: bold;
	background-image: url("../img/right.png");
	background-position: left;
	background-size: contain;
	background-repeat: no-repeat;
	padding-left: 38px;
	line-height: 35px;
}
*/


.ten {
	display: inline;
	position: relative;
	color: #0A437D;
	
	&::before {
		display: block;
		width: 5px;
		height: 5px;
		position: absolute;
		top: -5px;
		left: 50%;
		
		content: '';
		background: #FFCC5A;
		border-radius: 50%;
		transform: translateX(-50%);
	}
}


.right {
	display: inline-block;
	padding-top: 10px;
}

/*
.hello p span{
	color: #0A437D;
	font-weight: bold;
    padding-top: .4em;
    background-position: top left -5px;
    background-repeat: repeat-x;
    background-size: 1.1em .3em;
    background-image: radial-gradient(.12em .12em at center center,orange,orange 100%,transparent);
}

/*=================
disital
=================*/
.disital-contents {
	max-width: 1240px;
	height: auto;
	display: flex;
	align-items: center;
	gap: 42px;
}
.disital-img {
	width: 50%
}
.disital-img img {
	width: 100%;
	height: auto;
}

.disital-text {
	width: 50%;
}
/*=================
tour
=================*/


.tour-contents{
	max-width: 100%;
	height: 500px;
	background-image: url("../img/tour.jpg");
	margin-bottom: 200px;
	background-position: center;
	background-size: cover;
}
.white {
	background-color: rgba(255,255,255,0.8)
}
.tour-text {
	height: 500px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-left: 40%;
	
}



.tour-text p {
	max-width: 560px;
}

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

/*=================
flow
=================*/

.flow-contents {
	width: 100%;
	height: 429px;
	text-align: center;
	margin-bottom: 350px;
}
.flow-contents p {
	margin-bottom: 50px;
}



.flow-contents img {
	display: block;
	width: 100%;
}

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

/*=================
film
=================*/
.film-contents {
	height: auto;
	max-width: 1100px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 42px;
	margin-top: 100px;
}

.film-contents-text {
	width: 50%;
}

.film-contents-img {
	width: 50%;
}

.film-size {
	margin-top: -150px;
}





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

.service-contents p {
	text-align: center;
}

.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: 500px auto 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;
}



.mainvisu-contact  {
	max-width: 100%;
	height: 500px;
	background-image: url("../img/service-img/service-top.jpg");
	margin: 0 auto 150px auto;
	background-position: center;
	background-size: cover;
}
	.mainvisu-text-contact {
		margin: 0 auto;
		padding-bottom: 100px;
		font-size: 60%;
		height: auto;
		padding-top: 200px;
	}



.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;
}

.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;
	}

.tour-btn {
	
	text-align: center;
	background-color: #0A437D;
	padding: 4px 18px;
}	
.tour-btn  span {
	background-image: url("../img/mail2.png");
	background-repeat: no-repeat;
	padding-left: 30px;
	background-size: 18px;
	background-position: 4px;
	color: #fff;
}

/*=====================
240530追加price
=====================*/
#price {
	margin-top:400px;
	text-align: center;
	margin-bottom: -350px;
}
.price-box p {
	margin-bottom: 80px;
}

.price-box img {
	margin-bottom: 80px;
}
.price-text {
	margin: 0 auto;
	max-width: 690px;
}
.price-text p{
	text-align: left;
}


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

	position: absolute;
	top: 0;
	max-width: 1240px;
	padding: 0 22%;
		right:0;
}

	.br-sp {
	display: none;
}


}
@media screen and (max-width: 834px) {
		.br-pc {
		display: none
	}
		
	.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) {
	.contact-btn  a  img {
	padding-top: 10px;
}

.contact-btn a span {
	padding-left: 22px;
	background-size: 20px;
	background-position: 2px 4px;

}
	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-text-contact {
		margin: 0 auto;
		padding-bottom: 100px;
		font-size: 60%;
		height: auto;
		padding-top: 100px;
	}
	
.mainvisu-contact  {
	max-width: 100%;
	height: auto;
	background-image: url("../img/service-img/service-top-sp.jpg");
	margin: 0 auto 150px auto;
	background-position: center;
	background-size: cover;
}
	.mainvisu-text-contact {
		margin: 0 auto;
		padding-bottom: 100px;
		font-size: 60%;
		height: auto;
		padding-top: 100px;
	}
	

	.mainvisual-contents {
	width: 100%;
	height: auto;
	background-image: url("../img/top-sp4-231220.jpg");
		justify-content: center;
		background-size: cover;
margin-bottom: 150px;
		margin-top: -2px;
	
}
	
	.mainvisual-text {
		margin: 0 auto;
		padding-bottom: 200px;
		font-size: 50%;
		height: auto;
	}
	
	
	
	.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-contents h2 {
	
		margin: 0 auto 20px 0;
	}
	.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;
		
	}
	
	
	#company {
		width: 100%;
	
	}
	
	.company-content {
		width: 100%;
	}

	.fa {
		width: 100%;
	} 
	
	.acc-ttl::after {

	margin-top: -3px;
}
	.tel {
		margin-top: 600px;
	}

	.price-box p {
		text-align: left;
	}
}


/* *****フォーム***** */

.form1 label{
    font-weight: bold;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}
.form1 input,
.form1 textarea,
.form1 select{
    max-width: 768px;
}
.form1 .form-group{
	margin-bottom: 2rem;
	border-bottom-width: 1px;
	/*
	border-bottom-style: solid;
	*/
	padding-bottom: 10px;
	padding-left: 10px;
}
.no {
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
	background-color: #FF3100;
	padding-left: 10px;
}
.c-red {
	color: #cc0000;
}
.order {
	color: #8131A4;
	font-size: large;
	border: 2px solid #8131A4;
}
.colorRed {
	color: #FF0000;
}

.mainvisual-contact  {
	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-contact {
	height: 500px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	
}

article {
	margin-bottom: 100px;
}



/*カルーセル始まり*/

.company-content {
	margin: 0 auto;
	z-index: 996;
	position: relative;
}
.faq {
    width: 100%;
    height: 565px;
    padding-top: 95px;
    
    background-color: #fff;
    margin-top: 20px;
}

.fa {
    margin-top: 10px;
    margin-bottom: 20px;
    background-color: #f8f8f8;
    padding: 5px;
}
.d {
    background-color: #fff;
    box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.15);
}
.acc-txt {
    width: auto;
    height: auto;
    padding-top: 16px;
    border-top: 1.8px dotted #00437C;
}

.acc-ttl {
    width: 100%;
    height: auto;
    
    cursor: pointer;
    position: relative;
}
.acc-ttl::after {
    content: "▼";
    position: absolute;
    right: 5px;
    color: #00437C;
	padding-top: 3.5px;
}
.a {
    font-weight: bold;
    font-size: 20px;
    color: rgb(224, 82, 110);
    padding: 4px 6px;
    /*
    position: relative;
    width: 24px;
    height: 14px;
    background-color: rgb(224, 82, 110);
    padding: 4px 6px;
    color: #fff;
    margin-right: 6px;
    border-radius: 2px;
    */
}
.q {
    font-weight: bold;
    font-size: 20px;
    color: #22a0e9;
    padding: 4px 6px;
    /*
    color: #4579eb;
    padding: 4px 6px;
    /*
    position: relative;
    width: 24px;
    height: 14px;
    background-color: #4579eb;
    padding: 4px 6px;
    color: #fff;
    margin-right: 6px;
    border-radius: 2px;
    */
}
/*
.a::after {
    content: "";
    width: 24px;
    height: 14px;
    background-color: rgb(224, 82, 110);
    position: absolute;
    top: 0;
    right: 0;
 
  
}
*/
qacontents {
    margin-top: 50px; 
    margin-bottom: 50px;
}

#company h2 {
	margin-bottom: 100px;
}