@charset "utf-8";

.slideIn {
	opacity: 0;
	transform: translate(0,-4%);
	transition: 1.7s;
}
.slideIn.is-show {
	transform: translate(0, 0);
	opacity: 1;
}

/* -----------------------------*/ 

body {
	background: #f0f0f0;
	font-family: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}

header {
	z-index: 3;
	width: 100%;
	padding: 1vw;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;

	background: rgb(240,240,240);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
}
.header_block {
	margin: 0 auto;
	width: 60vw;
	display: flex;
	justify-content: space-between;
}

header .logo  {
	width: 10vw;
}
header .logo img {
	width: 100%;
	position: relative;
	margin-bottom: -1vw;

}
header .inquiryBtn {
	display: grid;
	width: 120px;
	height: 30px;
	font-weight: bold;
	font-size: 10px;
	font-family: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	border-radius: 25px;
	background-color: rgb(51, 51, 51);
	color: rgb(255, 255, 255);
	text-decoration: none;
}
header .inquiryBtn a  {
	text-decoration: none;
}

.wrapper {
	background: url("../img/back_01.jpg?rev=202304241218") center no-repeat;
	height: 100vh;
	background-size: cover;
}

.container{
	background: #f0f0f0;
}

.block {
	margin: 0 auto;
	width: 60vw;
	font-family: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	font-size: 14px;
	line-height: 1.25;
	color: #333;
    padding: 3vw 0 0;
}

.block_single {
	width: 35vw !important;
}
.block_double {
	width: 53vw !important;
	display: flex;
}

.center {
	text-align: center;
}

.title_block {
	font-size: 1.0vw;
	font-weight: 700;
	line-height: 150%;
	padding: 3vw 0 1vw;
}

.img_block {
	text-align: center;
}

.text_block {
	font-size: 0.9vw;
	font-weight: 300;
	line-height: 150%;
	font-family: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}

.text_block p {
	margin-bottom: 1.1vw;
}

.text_block h2 {
	font-family: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	font-size: 1.0vw;
	font-weight: 700;
	margin-bottom: 2vw;
}
.text_block .consultant {
	padding: 1vw 0;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

.text_block h3 {
	font-size: 0.9vw;
	font-weight: 300;
	margin-bottom: 1vw;
}

.block_logo {
	width: 25%;
}

.img_views {
	width: 87%;
	border: 1px solid #888;
}

.profile_block {
	margin-top: 1vw;
}

.profimg_block {
	text-align: center;
}

.proftext_block {
	width: 80%;
	font-size: 0.9vw;
	font-weight: 300;
	line-height: 150%;
	margin: 2vw auto 4vw;
}

.proftext_block h2 {
	font-size: 1.0vw;
	font-weight: 300;
	margin-bottom: 1vw;
}

.proftext_doc {
	font-family: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}

.movie_block {
  margin: 0 auto;
  margin-bottom: 2vw;
  width: 87%;
}

.movie_block iframe {
  width: 100%;
  height: 29vw;
}

.block_area {
	margin: 0 auto;
	width: 60vw;
	font-family: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	font-size: 14px;
	line-height: 1.25;
	color: #333;
	padding: 1vw 0 0;
}
.block_area .text_block h2 {
	font-family: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	font-size: 1.0vw;
	font-weight: 300;
	margin-bottom: 0.5vw;
}



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

	.block {
		width: 90vw;
		padding: 3vw 0 0;
	}

	.block_single {
		width: 90vw !important;
	}
	.block_double {
		width: 90vw !important;
		display: block;
	}

	header {
		background: background: rgb(240,240,240);
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
	}
	.header_block {
		width: 100%;
	}
	header .logo {
		width: 30vw;
	}
	header .logo img {
		width: 100%;
		position: relative;
		margin-bottom: -2vw;
	}

	.container{
	}

	.title_block {
		font-size: 4vw;
	}
	.img_block {
		text-align: center;
		margin: 3vw 0 0;
	}
	.text_block {
		font-size: 3vw;
	}
	.text_block p {
		margin: 0 5vw;
		margin-top: 5vw;
	}
	.text_block h2 {
		font-size: 3vw;
		margin: 5vw 0 0;
	}
	.text_block h3 {
		font-size: 3vw;
		line-height: 150%;
	}

	.profile_block {
		flex-direction: column;
	}

	.profimg_block {
		width: unset;
		margin: 5vw auto;
	}

	.proftext_doc {
		margin-top: 5vw;
	}

	.proftext_block {
		font-size: 3vw;
	}

	.proftext_block h2 {
		font-size: 4vw;
	}

	.movie_block {
		padding-bottom: 50%;
		position: relative;
		height: 0;
		overflow: hidden;
	}
	.movie_block iframe {
		height: 43vw;
	}

	.block_area {
		width: 90vw;
		padding: 3vw 0 0;
	}

	.block_area .text_block h2 {
		font-size: 4vw;
	}
}

/* -----------------------------*/ 

.form {
	margin-top: 5vw;
	padding-top: 1vw;
	color: #000;
	background: #f0f0f0;
}
.form span {
	font-size: 1vw;
	color: #FF0000;
}
.form .error {
	text-align: center;
	clear:both;
	color: #ff0000;
	position: relative;
	top: -12px;
}
@media (max-width: 780px) {
	.form .error {
		top: 0px;
	}
}
.form .form_logo {
	margin: 3vw auto;
	width: 10vw;
}
.form .form_logo img {
	width: 100%;
}
.form .fsubmit {
	clear:both;
	text-align: center;
	padding: 20px;
}
.form .fsubmit .att {
	clear:both;
	text-align: center;
	padding-bottom: 25px;
	font-size: 1vw;
}
.form .fsubmit .att a {
	color: #000;
}

.form_content {
	width: 780px;
	margin: 0 auto;
	font-size: 1vw;
}
.form_content .fval {
	clear: both;
}

.form_content .fval .fname {
	float: left;
	width: 180px;
	text-align: right;
	margin-right: 13px;

	height: 53px;
	line-height: 40px;
}
.form_content .fval .fname2 {
	float: left;
	width: 87px;
	text-align: right;
	margin-right: 13px;

	height: 50px;
	line-height: 40px;
}
.form_content .fval .fname3 {
	float: left;
	width: 11vw;
	text-align: right;
	margin-right: 13px;

	height: 50px;
	line-height: 40px;
}
.form_content .fval .fval_l,
.form_content .fval .fval_r {
	float: left;
	width: 220px;
}
.form_content .fval .fval_c {
	width: 540px;
	float:left;
}
.form_content .fval .fval_cmin {
	width: 410px;
	float:left;
}
.form_content .fval .fval_cone {
	float:left;
	padding: 8px 0;
}
.form_content .fval .att {
}
.form_content .fval .att_r {
	text-align: right;
	font-size: 1vw;
}

.form_content .fval .fmin {
	height: 35px;
	line-height: 40px;
}

input[type=text],textarea,select {
	font-size: 20vw;
	box-sizing: border-box;
	width: 100%;
	height: 30px;
	padding: 0 10px;
	margin: 5px 0;
	font-size: 1vw;
	color: #333;
	/* border: solid 1px #B79224; */
	border: solid 1px #888;
	border-radius: 6px;
	outline: 0;
	transition: 0.3s;
	-webkit-appearance: none;
	background: #FFF;
}
textarea {
	height: 150px;
	padding-top: 10px;
}
select {
	width: 150px;
}

input[type=text]:focus {
	border: solid 2px #B79224;
}

input[type=submit] {
  display: inline-block;
  padding: 0.4em 1.6em;
  font-size: 1em;
  color: #fff;
  text-decoration: none;
  user-select: none;
  background: rgb(51, 51, 51);
  border-radius: 3px;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 2px 0 rgba(0, 0, 0, 0.12);
  transition: 0.2s ease;
  cursor: pointer;

}

input[type=submit]hover {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
}
input[type="radio"],input[type="checkbox"]{
  position: relative;
  top: 1px;
}


@media (max-width: 780px) {
	.form_content {
		width: 80%
	}
	.form span {
		font-size:3vw;
	}
	.form .form_logo {
		width: 20vw;
		margin-top: 10vw;
	}
	.form_content {
		font-size: 3vw;
	}
	.form_content .fval {
	}
	.form_content .fval .fname {
		width: 100%;
		text-align: left;
		margin-top: 2vw;
		height: unset;
		line-height: unset;
		font-size: 3vw;
	}
	.form_content .fval .fname2 {
		width: 100%;
		text-align: left;
		height: unset;
		line-height: unset;
	}
	.form_content .fval .fval_l,
	.form_content .fval .fval_r {
		width: 100%;
	}
	.form_content .fval .fval_c {
		width: 100%;
	}
	.form_content .fval .fval_cmin {
		width: 100%;
	}
	.form_content .fval .fval_cone {
		margin-left: 1vw;
		width: 100%;
	}
	.form_content .fval .fmin {
		height: unset;
		line-height: unset;
	}
	.form .fsubmit .att {
		font-size:3vw;
	}
	input[type=text], textarea, select {
		font-size: 3vw;
	}
	input[type="radio"],input[type="checkbox"]{
	  position: relative;
	  top: 2px;
	}

	.form_content .fval .att_r {
		text-align: right;
		font-size: 10px;
	}

	.form_content .fval .fname3 {
		width: 100%;
		text-align: left;
	}
}
