@charset "utf-8";
/* CSS Document */
body {
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 0.15em;
	line-height: 1.8em;
}

a:hover {
	color: #ea5903;
}

a {
	text-decoration: underline;
}

hr {
	color: #cccccc;
}

.line-mrgin {
	margin: 50px 0;
}

#container {
    margin: 60px auto;
	max-width:1080px;
}

.main-logo {
	width: 300px;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

h2 {
	font-size: 2em;
	padding-bottom:30px; 
}

h3 {
	font-size: 1.5em;
	padding-bottom: 10px;
}

.alliance-h3 {
	font-size: 1.2em;

}

.h2-line {
	background: url("../img/tit_line.png") no-repeat left center;
	padding: 0 0 0 20px;
	margin-bottom: 30px;
}

.h2-faq:first-letter {
	color: #ea5903;
}

.h2-faq {
	line-height: normal;
}

.en-tit {
	font-size: 0.4em;
	padding: 0 0 0 1em;
}

header, footer {
    margin: 50px auto;
	max-width:1080px;
}

#mv {
	width: 100%;
	min-height: 500px;
	margin: 0 auto;
	text-align: center;
	background-image: url("../img/mv_top.jpg");
	background-size:cover;
	background-position: center;
	background-color:rgba(255,255,255,0.3);
	background-blend-mode:lighten;
}

#mv-message {
	width: 100%;
	min-height: 500px;
	margin: 0 auto;
	text-align: center;
	background-image: url("../img/mv_message.jpg");
	background-size:cover;
	background-position: center;
}

#mv-recruit {
	width: 100%;
	min-height: 500px;
	margin: 0 auto;
	text-align: center;
	background-image: url("../img/mv_recruit.jpg");
	background-size:cover;
	background-position: center;
	background-color:rgba(255,255,255,0.3);
	background-blend-mode:lighten;
}

#mv-faq {
	width: 100%;
	min-height: 500px;
	margin: 0 auto;
	text-align: center;
	background-image: url("../img/mv_faq.jpg");
	background-size:cover;
	background-position: center;
	background-color:rgba(255,255,255,0.3);
	background-blend-mode:lighten;
}

#mv-inside {
	margin: 0 auto;
	max-width:1080px;
}

#mv-copy {
	line-height: 1.5em;
	font-size: 2.5em;
	display: table-cell;
	vertical-align: middle;
	width: 1080px;
	height: 500px;
	margin: 0 auto;
}

#inquiry {
	width: 100%;
	min-height: 300px;
	margin: 60px auto;
	text-align: center;
	background-image: url("../img/mv02.jpg");
	background-size:cover;
	background-position: center;
	background-color:rgba(255,255,255,0.3);
	background-blend-mode:lighten;
}

#inquiry-inside{
	margin: 0 auto;
	padding: 40px 0;
	max-width:1080px;

}

.i-container{
	display:flex;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
}

.i-item {
	display:flex;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
	flex-basis: 48.5%;
	background: rgba(255,255,255,0.7);
	box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
	padding: 30px;
}

.i-item-inside {
	text-align: center;
}

.i-item-inside-txt {
	text-align: left;
	padding: 0 0 0 20px;
}

.i-item-inside-txt h2 {
	color: #ea5903;
	font-size:1.1em;
	padding-bottom: 0px;
}

.inq-icon {
	font-size:500%;
	color: #ef7e00;
}

.flex-container {
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: stretch;
}

.flex-2box {
	flex-basis: 48%;
	margin-bottom: 25px;
}

.flex-2box img {
	width: 100%;
}

.flex-2box_small {
	flex-basis: 15%;
	margin-bottom: 25px;
}

.flex-2box_small_left {
	flex-basis: 82%;
}

.flex-2box_small img {
	width: 100%;
}

.flex-3box {
	flex-basis: 32%;
	background: rgba(255,255,255,0.7);
	box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
	padding: 10px;
	margin-bottom: 25px;
}

.flex-3box h3 {
	font-size:1em;
	display: block;
	background-color:#ef7e00;
	color: #ffffff;
	text-align: center;
	padding: 5px 0;
}

.flex-3box p {
	margin:15px 10px 10px 10px;
}

.flex-box-h3-icon {
	position: relative;
	top: 5px;
	left: 5px;
	padding-right: 10px;
}

.btn {
	display: inline-block;
	text-align: center;
	width: 250px;
	background: #ea5903;
	color: #fff; 
	padding: 10px 0; /* 上下の余白、左右の余白 */
	text-decoration: none; 
	border-radius: 30px; /* 角を丸くする */
	transition-property: opacity;
	-webkit-transition-property: opacity;
	transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

.btn-header {
	display: inline-block;
	text-align: center;
	width: 250px;
	background: #ea5903;
	color: #fff; 
	padding: 3px 0; /* 上下の余白、左右の余白 */
	text-decoration: none; 
	border-radius: 30px; /* 角を丸くする */
	transition-property: opacity;
	-webkit-transition-property: opacity;
	transition-duration: .5s;
	-webkit-transition-duration: .5s;
	margin-bottom: 15px;
}

.btn:hover, .btn-header:hover{
	opacity: .7;
	color: #fff;
}

.mt30 {
  margin-top: 30px;
}

#copyright {
	border-top: 1px solid #cccccc;
	text-align: center;
	padding: 20px 0;
}

table {
	margin: 20px auto;
	width: 100%;
}
.tbl th {
	border: solid 1px #ccc;
	padding: 30px 50px;
	width: 20%;
	font-weight: normal;
	text-align-last: justify;
	text-justify: inter-ideograph;
	vertical-align: middle;
}
.tbl td {
	border: solid 1px #ccc;
	vertical-align: middle;
	padding: 30px;
}

.balloon1-top {
	position: relative;
	display: inline-block;
	margin: 1.5em 0 4em 0;
	padding: 30px;
	min-width: 120px;
	max-width: 100%;
	color: #555;
	font-size: 16px;
	background: #fff3e6;
}

.balloon1-top:before {
	content: "";
	position: absolute;
	top: -30px;
	left: 10%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #fff3e6;
}

.balloon1-top p {
	margin: 0;
	padding: 0;
	color: #000;
}

.google-icon {
	position: relative;
	top: 5px;
	left: 5px;
	padding-right: 10px;
}

.profile-tabile {
	text-align: left;
}

.profile-tabile th {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 10px;
}

.profile-tabile td {
	padding-top: 10px;
}

.profile-tabile-left {
	width: 18%;
}

.dl-with-point {
	padding-top: 10px;
	margin-left: 2.0em;
}

.dl-with-point dt {
	border-bottom: 1px solid #cccccc;
	text-align: left;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-left: -2.0em;
}

.dl-with-point dd {
	display: list-item;
	list-style: disc;
	list-style-position:inside;
	text-indent: -1.5em;
	margin-bottom: 15px;
	text-align: left;
}

.service-img {
	text-align: center;
	padding: 50px 0 ;
}

.service-img img {
	width: 80%;
	padding-top: 20px;
}

.dotted {
	border: 1px dotted #cccccc;
}

.form-tit {
	font-weight: bold;
}

.form-tit-en {
	font-weight: normal;
	font-size: 85%;
	color: #ea5903;
}

.border-bottom-dotted {
	border-bottom: 1px dotted #cccccc;
	padding-bottom: 30px;
}

.pc-none {
	display: none;
}

#flex-cont-foot {
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: stretch;
}

#flex-cont-footleft {
	flex-basis: 30%;
}

#flex-cont-footright {
	flex-basis: 70%;
}

.line {
	margin-bottom: 20px;
}

#footer-logo {
	max-width: 300px;
}

#footer-nav{
	text-align: right;
}

#footer-nav ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

#footer-nav ul li{
  padding:0 0 0 2em;
  border-bottom: none;
  font-weight: normal;
  text-align: right;
}

.iwe-video {
	width: 80%;
}

.bold {
font-weight: bold;
}
 
@media screen and (max-width : 1080px) {

	body {
		line-height: 1.8em;
	}
	header, footer {
		margin: 20px 0;
		max-width:100%;
	}
	
	footer {
	padding: 0 20px;
	}

	#mv, #mv-message, #mv-recruit, #mv-faq {
		width: 100%;
		min-height: 300px;
		margin: 0 auto;
		text-align: center;
	}
	#mv-message {
		background-image: url("../img/mv_message_sp.jpg");
	}

	#mv-copy {
		line-height: 1.5em;
		font-size: 1.1em;
		font-weight: bold;
		height: 300px;
	}

	#container {
		margin: 30px 20px;
		max-width:100%;
	}
	
	.line-mrgin {
	margin: 30px 0;
	}
	
	h2 {
		font-size: 1.5em;
		line-height: 1.5em;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	
	.h2-line {
		padding: 0 0 0 20px;
		margin-bottom: 20px;
	}
	
	.en-tit {
		display: none;
	}


	.main-logo {
		width: 200px;
	}

	#inquiry {
		margin: 0 auto;
		text-align: center;
	}

	#inquiry-inside{
		margin: 0 auto;
		padding: 20px;

	}

	.i-container{
		display:flex;
		flex-direction: column;
		align-content: space-around;
	}

	.i-item {
		display: block;
		flex-basis: 100%;
	}
	
	.i-item:last-child {
		margin-top: 20px;
	}
	
	.i-item-inside-txt h2 {
		line-height: 1.5em;
		padding-bottom: 10px;
	}

	.flex-2box {
		flex-basis: 100%;
	}
	
	.flex-2box_small {
	flex-basis: 100%;
	text-align: center;
	}
	
	.flex-2box_small img {
	width: 50%;
	}

	.flex-2box_small_left {
		flex-basis: 100%;
	}

	
	.flex-2box h3, .flex-2box_small_left h3 {
	font-size:1.2em;
	}
	
	.flex-3box {
		flex-basis: 100%;

	}
	
	.flex-3box h3 {
		font-size:1em;
		font-weight: bold;
	}
	
	.right{
	text-align: center;
	}

	.tbl th {
	padding: 10px;
	text-justify: normal;
	text-align-last: normal;
	width: 35%;
	}
	.tbl td {
	padding: 10px;
	width: 65%;
	}
	
	.service-img {
	text-align: center;
	padding: 20px 0 ;
	}

	.service-img img {
		width: 100%;
		padding-top: 20px;
	}
	
	.pc-none {
	display: inline;
	}
	
	.btn-header {
	margin: 30px 0 0 0;
	}

	#flex-cont-foot {
		margin: 0 auto;
		text-align: center;
	}

	#flex-cont-footleft {
		width: 100%;
		margin: 0 auto;
		padding: 30px 0 0 0;
	}

	#flex-cont-footright {
		flex-basis: 100%;
		padding-top: 0;
	}
	
	.line {
		margin-bottom: 0;
		margin-top: 40px;
	}

	#footer-nav{
		text-align: center;
	}

	#footer-nav ul{
	  display: block;
	  align-items: center;
	  margin-top: 10px;
	}

	#footer-nav ul li{
	  padding:2em 0;
	  font-weight: normal;
	  text-align: center;
	  border-bottom: 1px dotted #cccccc;
	}
	
	#footer-nav ul li:last-child{
	  border-bottom: none;
	}

}

