@charset "utf-8";

html{
	font-size:15px;


}

body{
	font-family: 'Hina Mincho', serif;
	color:#000000;
	min-width: 1000px;
	-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, strong, b, th {
	font-weight: normal;
}

button,select,textarea,input {
	font-family: 'Hina Mincho', serif;

}

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


.sponly{
	display: none;
}

/* -- privacy policy ---------------------------------------- */

.lightbox {

	position: fixed;
	top:-5000px;
	left:0;
	width:100vw;
	height:100vh;
	z-index: 2000;
	/*background-color: rgba(0,0,0,0.8);*/
	transition: all 0.5s;
}

.lightbox.open {
	top:0;
}

.lightbox .body {
	position: relative;
	margin:30px auto;
	background-color: #fff;
	width: calc(100vw - 60px);
	height:calc(100vh - 60px);
	border-radius: 5px;
	max-width: 1000px;
	padding:50px 0px 50px 50px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.lightbox .body .body_scroll {
	overflow-y: auto;
	height:calc(100vh - 280px);
	font-size:13px;
	padding-right:50px;
}


.lightbox .body p {
	padding-bottom:0.5em;
}

.lightbox .body .close {
	cursor: pointer;
	position: absolute;
	top:-10px;
	right:-10px;
	border-radius: 50px;
	font-size:30px;
	background-color: #FFF;
	color:#0C5890;
	width:40px;
	height:40px;
	text-align: center;
	line-height: 30px;
	vertical-align: middle;

}

.lightbox .body .close::before {
	content:'×';


}

.lightbox .body .title-style {

	margin-left:-20px;
}

.lightbox .body strong {
	display: block;
	margin-top:1em;
	color:#0C5890;

}

.lightbox .body ul {
	padding-left:2em;
	text-indent: -1em;
}

.lightbox .body address {
	display:block;
	font-style:normal;
	margin-top:2em;
	border-left: 2px solid #000;
	padding-left:2em;
}

/* -- header ---------------------------------------- */
header{
	width:100vw;
	position: fixed;
	z-index: 1001;
	min-width: 1000px;
	background-color: rgba(2,56,96,0);
	transition: background-color 0.5s ease-in;
}

header.fixed{
	background-color: rgba(2,56,96,1);
}

.header {
	width:100%;
	max-width:1300px;
	margin:30px auto 0;
	padding:0 20px;
}

.header-cont {
	display: flex;
	flex-wrap: nowrap;
	justify-content:space-between;
	align-items: flex-start;
	padding-bottom:20px;
}

.header-cont2 {
	margin-top:-70px;
	display: flex;
	flex-wrap: nowrap;
	justify-content:flex-end;
	align-items: flex-start;
	padding-bottom:20px;
}

.header-contact {
	display: flex;
	flex-wrap: nowrap;
	justify-content:space-between;
	align-items: flex-start;
}

.header-contact a {
	color:#fff;
	display:flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	margin-left:30px;

}

.header-contact a img {
	height:28px;
	width:auto;
	padding-right:14px;

}

.header-contact a p {
	font-size:1.3rem;
	white-space: nowrap;
	text-align: left;
	line-height: 1.3rem;

}

.header-contact a p.big {
	font-size:1.8rem;

}

.header-contact a p small {
	font-size:0.9rem;

}







header h1{
	display: block;
	width:350px;
	background: url("../img/logo.svg") left center no-repeat;
	text-indent: -9999px;
}

header nav {
	border-top:1px solid rgba(255,255,255,0.2);

}

header nav ul {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;

}
header nav ul li {
	width:16.6%;

}

header nav ul li a {
	margin:10px 0;
	padding:0.2em 1em;
	display: block;
	color:#fff;
	border-left:1px solid rgba(255,255,255,0.2);

}



  .globalnav-btn {
		display: none;

  }



/* -- main ---------------------------------------- */
main {


}

.title-style {
	background: url('../img/title-logo.svg') -18px -26px no-repeat;
	background-size:auto;
	height:100px;
	padding-left:110px;
	margin-bottom:30px;

}

.title-style h3 {
	font-size:1.5rem;
	line-height: 1.0;
	padding-top:24px;
}

.title-style p {
	font-family: 'Alegreya Sans SC', sans-serif;
	font-size:1.3rem;


}

.title-style.white {
	color:#fff;
}

.title-style.blue {
	color:#0C5890;
}



.main-image {
	position: relative;
	width:100%;

}


.main-image .main-image-mask {
	display: block;
	position: absolute;
	top:0;
	left:0;
	background: url("../img/slide-mask@2x.png") top center no-repeat;
	background-size: contain;
	width:100%;
	height:100%;
}


main h2 {
	width:15%;
	position: absolute;
	bottom:12%;
	right:23%;
	z-index: 1000;
	transition: all 1s ease-in;

}


.style-main {
	width:100%;
	margin-top:0;
}

.main-cont {
	margin:0 auto;
	max-width:1200px;
	min-width: 1000px;
	padding:100px 0;

}

.img-mask {
	mask-image:url("../img/img-mask.svg");
	mask-size: cover;
	mask-repeat: no-repeat;
	mask-position:  top;
	/* Chrome, Safari用 */
	-webkit-mask-image: url("../img/img-mask.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: top;
	-webkit-mask-size:cover;
}



#greeting .main-cont {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

.greeting-text {
	padding-right:80px;
	width: 50%;

}

.greeting-text h3 {
	color:#0C5890;
	font-size:2.0rem;
	margin-bottom:1em;

}

.greeting-text p {
	line-height: 1.5;
	padding-bottom:0.6em;
}

.greeting-img {
	flex:1;
	margin-right: calc(50% - 50vw + 8px);

}


#service {
	background-color: #0C5890;

}
#service .main-cont {
	color:#fff;

}

.service-box {
	padding:60px 60px 50px;
	margin-bottom:60px;
	background-color: rgba(0,0,0,0.3);
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: flex-start;
}
.service-box:last-child {
	margin-bottom:0;
}

.service-box h4  {
	width:300px;
	text-align: center;
	line-height: 1.4;
}
.service-box h4::before  {
	display: block;
	width:300px;
	height:auto;
	padding-top:30px;
	padding-bottom:1em;
}


.service-box.person h4::before{	content:url("../img/icon-person.svg");	}
.service-box.company h4::before {content:url("../img/icon-company.svg");	}





.service-box ul  {
	padding-left:2em;
	flex:1;
	padding-right:50px;
	list-style: disc;
}
.service-box ul:last-child  {
	padding-right:0;
}

.service-box ul li {
	padding-bottom:0.7em;
	line-height:1.3;
}



#partners {
	background-color: #F4F5F9;
}

.partners-box {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.partners-img {
	width:320px;
	margin:0 50px;

}


.partners-info{
	flex:1;
}

.partners-info dt{
	color:#0C5890;
	width:100px;
	float:left;
	text-align: right;
	padding:1em 0;


}

.partners-info dd{
	padding:1em 0 1em 120px;

}


#fee {

}

.fee-box {
	background-color: rgba(12,88,144,0.1);
	margin-bottom:40px;
	padding:30px;
}

.fee-box dl {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.fee-box dt {
	text-align: center;
	width:50%;
	color:#0C5890;
	font-size:1.3rem;
}

.fee-box dd {
	text-align: center;
	font-size:1.2rem;
	width:50%;
	border-left:1px solid #1B79BE;
	padding:0 50px;
}

.fee-box.box02 dd {
	text-align: left;

}

.fee-box dd strong {
	font-size:2.2rem;
	letter-spacing: 0.1em;
}

.fee-box table {
	border-top:1px solid #1B79BE;
	margin-top:20px;
	width:100%;

}

.fee-box table th {
	color:#0C5890;
	text-align: center;
	padding:50px 0 1em ;
	border-bottom:1px solid #fff;

}

.fee-box table td {
	border-bottom:1px solid #fff;
	border-right:1px solid rgba(255,255,255,0.5);

	padding:1em;
	text-align: left;
	vertical-align: middle;
}

.fee-box table td.center {
	text-align: center;
}
.fee-box table td.memo {
	font-size:0.9em;
}
.fee-box table td ul {
	list-style:disc;
	padding-left:1.5em;
}

.fee-box .notes{
	margin:1em 0;
	font-size:0.9em;
	padding-left:1em;
	text-indent: -1em;
}



#about {
	background-color: #F4F5F9;
}

#about .main-cont {
		padding-bottom:0;

}
.about-box {
	display: flex;
	align-items: flex-start;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.about-img {
	width:50%;

	flex:1;
	margin-left:60px;
	margin-right: calc(50% - 50vw + 8px);

}

.about-img slider2 {
	width:100%;
}


.about-info{

	width:50%;
}

.about-info dt{
	color:#0C5890;
	width:100px;
	float:left;
	text-align: right;
	padding:1em 0;

}

.about-info dd{
	padding:1em 0 1em 120px;

}
.about-info dd p  {
	padding-bottom:1em;
}
.about-info dd p strong {
	display: block;
	color:#0C5890;

}

.about-map{
	margin: 50px calc(50% - 50vw + 8px ) 0;
	line-height: 0;
}

.about-map iframe{
	height:500px;
}


#contact {

}

.notice-box{
	font-size: 1.2em;
	background-color: #0C5890;
	color:#fff;
	text-align: center;
	padding:0.5em 1em;
	line-height: 1.4;

}

.contact-wrap {
	display: flex;
	justify-content: space-between;
	gap: 0px 40px;
}

.contact-box{
	width:100%;
	background-color: rgba(12,88,144,0.1);
	padding:40px 50px 50px;
	margin-top:40px;
	text-align: center;
	color:#0C5890;
}

.contact-box h4 {
	font-size:1.5rem;
	padding-bottom:1em;
}
.contact-box h4 img {
	width: auto;
	display: inline;
	height:40px;
	margin-bottom:-10px;
	margin-right:20px;

}
.contact-box dl {
	display: flex;
	justify-content: center;
	gap:0 20px;

}
.contact-box dt  {


}
.contact-box dt img {
	height:50px;

}

.contact-box dd {
	font-size:2.5rem;
	line-height: 1.5rem;
	text-align: left;
}

.contact-box dd small{
	font-size:1rem;

}

.contact-box dl.contact-form {
	display:block;
	margin:10px 100px;
}

.contact-box dl.contact-form dt {
	float:left;
	width:200px;
	text-align: left;
	padding:15px 0;

}

.contact-box dl.contact-form dd {
	font-size: 1.0rem;
	color:#000;
	display: block;
	padding:15px 0 10px 230px;

}

.contact-form input  {
	width:100%;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus

{
	outline: none;
}


.contact-form input {
	background-color: #FFF;
	padding:0.8em 1.5em;
	border-radius: 3px;
	width:100%;
	border:none;
	margin-bottom:5px;
}

.contact-form .input_short {
	display:inline-block !important;
	width:120px;
	margin-right:1em;
}
.contact-form .input_middle {
	display:inline-block !important;
	width:150px;
	margin-right:0.5em;
}

.contact-form textarea {
	background-color: #FFF;
	padding:1em 1.5em;
	border-radius: 3px;
	width:100%;
	border: none;

}

.contact-form .form_select {
	position: relative;
	display:block;
}

.contact-form .form_select select {
	background-color: #FFF;
	padding:1em 1.5em;
	border-radius: 3px;
	width:100%;
	margin-bottom:1px;
	border: none;
	-moz-appearance: none;
-webkit-appearance:none


}

.contact-form .form_select::after {
		position: absolute;
		top: 50%;
		-webkit-transform: translate(0, -50%); /* Safariç”¨ */
		transform: translate(0,-50%);
		right: 20px;
		width: 0;
		height: 0;
		padding: 0;
		content: '';
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 6px solid #0C5890;
		pointer-events: none;

}
.contact-form .form_select::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 40px;
	content: '';
	border-left: 1px solid #FFF;
	background-color: #FFF;
	border-radius: 0 3px 3px 0;
	pointer-events: none;

}

.contact-form .form_select:hidden {
	color:#fff;
}

.contact-form input[type=checkbox] {
	 display: none;
}

.contact-form label.checkbox {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 40px;
    position: relative;
    width: auto;
}
.contact-form label.checkbox::before {
    background: #F1F1F1;
    border: 1px solid #231815;
    content: '';
    display: block;
    height: 25px;
    left: 5px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 25px;
}
.contact-form label.checkbox::after {
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
    content: '';
    display: block;
    height: 15px;
    left: 14px;
    margin-top: -6px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 8px;
}
.contact-form input[type=checkbox]:checked + .checkbox::after {
    opacity: 1;
}


input[type=radio] {
    display: none;
}
.radio {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 10px 20px 5px 50px;
    position: relative;
    width: auto;

}
.radio::before {
    background: #F1F1F1;
    border-radius: 50%;
    content: '';
    display: block;
    height: 30px;
    left: 5px;
    margin-top: -9px;
    position: absolute;
    top: 50%;
    width: 30px;
}
.radio::after {
    background: #000;
    border-radius: 50%;
    content: '';
    display: block;
    height: 12px;
    left: 14px;
    margin-top: 0px;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 12px;
}
input[type=radio]:checked + .radio::after {
    opacity: 1;
}

.contact-box button {
	color:#fff;
	font-size:1.1rem;
 	-webkit-appearance: button;
	border:1px solid #fff;;
	display: block;
    width: 400px;
	padding:1em 2em;
    margin: 0 auto;
    border-radius: 0;
    background: #0C5890;
}
.contact-box button:hover {
	opacity:0.8;
}
.contact-box button:active {
	background-color: #033C67;
}




	/* mailform original
	======================================== */
	form#mail_form dl dd span.error_blank,
	form#mail_form dl dd span.error_format,
	form#mail_form dl dd span.error_match {
		display: block;
		color:#ff0000;

		margin-bottom: 5px;
	}

	form#mail_form dt span.required {
		float:right;
		background-color: #fff;
		color:#0C5890;
		padding:0.2em 1em;
		text-align: center;
		font-size:0.8em;
		margin:0 1em;
	}

	form#mail_form dt span.optional {
		display:none;
	}


	form .mail-complete {
		font-size:1.2em;
		background-color: #0C5890;
		display: none;
		color: #fff;
		margin:20px 0;
		padding:15px 20px;
		border-radius: 100px;
		text-align: center;
		line-height: 1.5;
	}






.back-img {
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height:40vh;
	overflow: hidden;
	position: relative;
}

.back-img.img01 {
	background-image: url(../img/back-img01@2x.jpg);


}

.back-img .mask {
    height: auto;
    position: inherit;
	background: rgba(12,88,144, 0.3);
	position: absolute;
	top: 0;
	width: 100%;
	height: 100.5vh;
}



footer {
	background-color: #023860;

	color:#fff;
}

footer .main-cont {
	padding:50px 0;
}

footer .footer{
	width:100%;

	display: flex;
	justify-content: space-between;
	align-items: center;
	gap:0 30px;
}

.footer-info{
	width:500px;
	margin-left:30px;
	line-height: 1.4;

}

.footer-info strong{
	text-align: left;
	display: block;
	margin-left:-30px;
	margin-bottom:20px;
}

.footer-info strong img{
	width:auto;
	height:70px;
}

.footer-info dl{
	margin:1em 0;
	display: flex;
	gap:0 5px;
	align-items: baseline;
}

.footer-info dt{
}

.footer-info dd{
	font-size:1.6rem;
	margin-right:0.5em;

}

.footer-nav {
	flex:1;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;

}

.footer-nav ul {
	width:200px;

}

.footer-nav li {
	position: relative;
	white-space: nowrap;

}
.footer-nav li::before {
	position: absolute;
	left:0;
	top:50%;
	content:'';
	width:30px;
	height:1px;
	border-top:1px solid rgba(255,255,255,0.2);
}
.footer-nav li a {
	padding:0.5em 0 0.5em 50px;


}

footer .copyright{
	font-size:1.2rem;
	font-family: 'Alegreya Sans SC', sans-serif;

	background-color: rgba(0,0,0,0.2);
	text-align: left;
}




@media screen and (max-width:900px){


	button,select,textarea,input {
		font-size:16px !important;

	}

	.lightbox .body {

		padding:30px 0px 30px 30px;
	}

	.lightbox .body .body_scroll {

		padding-right:30px;
	}

	.sponly {
		display: block;
	}

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

	html{
		font-size:12px;


	}
	body{

		min-width: auto;
	}

	header{
		width:100vw;
		min-width: auto;

	}
	.header{
		width:100%;
		margin-top:8px;
		padding:0 5px;

	}

	header h1{
		width:240px;
		z-index: 1100;

		background-size: contain;
	}
	.header-cont{
		padding-bottom:8px;
		width:100%;
	}
	.navigation {
		width:100%;
		padding-top:80px;
		position: absolute;
		top:-500px;
		left:0;
		transition: all 0.5s;
		background-color:rgba(2,56,96,0.8);
	}

	.open .navigation {
		display: block;
		top:0;
		padding-top:150px;


	}
	header.fixed .navigation{
		background-color: rgba(2,56,96,1);

	}

	.header-cont2 {
		justify-content:space-between;


	}

	.header-contact  {

		width:100%;
		padding:0 10px;

	}
	.header-contact a {
		justify-content: center;
		flex-wrap: wrap;
		margin-left:0;
		width:50%;

	}
	.header-contact a:last-child {

		border-left:1px solid rgba(255,255,255,0.2);
	}
	.header-contact a img {
		width:100%;
		height:20px;
		padding-right:0;
		margin-bottom:15px;

	}

	.header-contact a p {
		font-size:1.2rem;
		text-align: center;

	}
	.header-contact a p.big {
		font-size:1.5rem;

	}

	header nav ul {
		flex-wrap: wrap;


	}
	header nav ul li {
		padding-left:1em;

		width:100%;
		border-bottom:1px solid rgba(255,255,255,0.2);

	}




  .globalnav-btn {
		display: block;
    position: fixed;
    right: 0;
    top: 0;
    width: 70px;
    height: 70px;
    z-index: 1000;

  }
  .globalnav-btn span {
    position: absolute;
    display: block;
    top: 32px;
    left: 22px;
    width: 20px;
    height: 2px;
    background-color: #fff;
  }
  .globalnav-btn span::before {
    content: "";
    position: absolute;
    top: -9px;
    left: 1px;
    width: 25px;
    height: 2px;
		background-color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .globalnav-btn span::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: -1px;
    width: 20px;
    height: 2px;
		background-color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .open .globalnav-btn span {
    background: rgba(0, 0, 0, 0);
    width: 25px;
  }
  .open .globalnav-btn span::before {
    top: 0;
    left: 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .open .globalnav-btn span::after {
    bottom: 0;
    left: 0;
    width: 25px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }


.main-image .main-image-mask {
	height:70vh;
	background-size:cover;

}

.main-image .slider {
}

.main-image .slider img {
	height:70vh;
	object-fit:cover;

}

main h2 {
	width: 35%;
	position: absolute;
	bottom: 15%;
	right: 10%;
}

	.main-cont {
		margin:0 auto;
		max-width:auto;
		min-width: auto;
		padding:50px 15px;

	}

	.title-style {
		background: url('../img/title-logo.svg')  -10px 0 no-repeat;
		background-size:contain;
		height:100px;
		padding-left:80px;
		margin: 0 auto 10px;

	}

.title-style h3 {
	font-size:1.3rem;
	line-height: 1.0;
	padding-top:24px;
}

.title-style p {
	font-family: 'Alegreya Sans SC', sans-serif;
	font-size:1.1rem;


}


	#greeting .main-cont {
		flex-wrap: wrap;
	}

	.greeting-text {
		padding-right:0;
		width: auto;
		padding-bottom:30px;

	}

	.greeting-img {
		width: auto;
		flex:1;
		margin-right: 0;

	}


	.service-box {
		padding:30px 20px 30px;
		margin-bottom:60px;
		display: flex;
		flex-wrap: wrap;
	}

	.service-box h4  {
		width:auto;
		margin-bottom:40px;

	}
	.service-box h4::before  {
		display: block;
		height:auto;
		margin:0 auto;
		padding-top:20px;
		padding-bottom:1em;
	}
	.service-box ul  {
		flex:auto;
		width:auto;
		padding-right:0;
	}

	.service-box.company {
			flex-wrap:wrap-reverse;

	}



	.partners-box {
		flex-wrap: wrap;
	}

	.partners-img {
		width:auto;
		margin:0 0 30px;

	}
	.partners-info dt{
		display:block;
		width: auto;
		color:#0C5890;
		float:none;
		text-align: left;
		padding:1em 0 0;


	}

	.partners-info dd{
		text-align: left;

		padding:0em 0 1em 1em;

	}



	.fee-box dl {
		flex-wrap: wrap;
	}

	.fee-box dt {
		text-align: center;
		width:100%;
	}

	.fee-box dd {
		text-align: center;
		width:100%;
		border-top:1px solid #1B79BE;
		border-left:none;
		padding:20px 10px 0;
	}

	.fee-table {
		overflow-x:scroll;
		border:1px solid rgba(0,0,0,0.05);
		padding:10px;

	}
	.fee-box table {
		min-width:900px;
		border-top:none;
		margin-top:0;


	}
	.fee-box table th {
		padding:10px 0 1em ;

	}

	.fee-table-wap::before {
		display: block;
		content:'▼この表は横にスクロールできます';
		font-size:0.9em;
		padding:0.3em 1em;
		background-color: #000;
		border-radius: 10px 10px;
		color: #fff;
		margin-bottom:5px;
		margin-top:20px;

	}


	.about-box {
		flex-wrap: wrap;
	}

	.about-img {
		width:100%;

		flex:auto;
		margin-left:0;
		margin-right: 0;

	}

	.about-img slider2 {
		width:100%;
	}


	.about-info{

		width:100%;
	}

	.about-info dt{
		display:block;
		width: auto;
		color:#0C5890;
		float:none;
		text-align: left;
		padding:1em 0 0;


	}

	.about-info dd{
		text-align: left;

		padding:0em 0 1em 1em;

	}

	.contact-wrap {
		flex-wrap: wrap;
		gap: 0px 10px;


	}
	.contact-box{
		padding:20px 0px 30px;
		margin-top:10px;
	}


	.contact-box dt img {
		height:40px;

	}

	.contact-box.mailform h4 img {
		height:30px;

	}


	.contact-box dd {
		font-size:2.0rem;
		line-height: 1.5rem;
	}

	.contact-box dl.contact-form {
		display:block;
		margin:10px 15px;
	}


	.contact-box dl.contact-form dt {
		float:none;
		width:auto;
		display:block;
		text-align: left;
		padding:15px 0 0;

	}

	.contact-box dl.contact-form dd {
		font-size: 1.0rem;
		color:#000;
		display: block;
		padding:3px 0 10px 0;

	}

	form#mail_form dt span.required {

		margin:0 0;
	}

	.contact-box button {
	    width: calc(100% - 30px );
			margin:0 15px;
	}

	.back-img {
		background-attachment:scroll;

		height:200px;
	}


	footer .footer{

		flex-wrap: wrap;
		gap:0 30px;
	}

	footer .main-cont {
		padding:30px 30px;
	}

	.footer-info{
		width:auto;
		margin-left:0;

	}

	.footer-info strong{
		margin-bottom:10px;
	}

	.footer-info strong img{
		width:90%;
		margin:0 auto;
	}
	.footer-info dl{
		margin:1em 0;
		flex-wrap: wrap;

	}

	.footer-info dt{
		width:40px;
		max-width: 40px;
		white-space: nowrap;
	}

	.footer-info dd{
		width:calc(100% - 45px);
		text-align: left;
		margin-right:0;


	}

	footer .copyright{

		text-align: center;
	}





	.footer-nav {
		display: none;

	}










}
