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

/* common */

html {
	scroll-behavior: smooth;
	font-family: sans-serif;
}
body,p,h1 {
	margin: 0;
}
header {
	position: fixed;
	width: 100vw;
	height: 80px;
	left: 0;
}
section {
	text-align: center;
	padding-top: 80px;
}
h1 {
	padding: 24px 0 0 10px;
}
h1 img {
	max-width: 305px;
	max-height: 28px;
}
#wrapper {
	max-width: 1000px;
	margin: 0 auto;
}
a {
	text-decoration: none;
}
.fl_l {
	float: left;
}
.fl_r {
	float: right;
}
.icons {
	margin: -8px 10px 0;
	max-width: 48px;
	max-height: 48px;
}
img {
max-width: 100%;
height: auto;
}
@media screen and (max-width:600px){
	h1 img {
		width: 50vw;
	}
	.icons {
		width: 8vw;
		margin-left: 2vw;
		margin-right: 2vw;
	}
}

/* header */

.visual {
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	background-size: cover;
}

.vis_top {
	background: url("../images/mv_pic_top.jpg") no-repeat center center;
	min-height: 720px;
	background-size: cover;
}
.vis_work {
	background: url("../images/mv_pic_work.jpg") no-repeat center center;
	min-height: 320px;
	background-size: cover;
}
.vis_cont {
	background: url("../images/mv_pic_cont.jpg") no-repeat center center;
	min-height: 320px;
	background-size: cover;
}

@media screen and (max-width: 720px){
	.vis_top {
		background: url("../images/mv_pic_tsp.jpg") no-repeat center center;
		background-size: contain;
		min-height: 96vw;}
	.vis_work {
		background: url("../images/mv_pic_wsp.jpg") no-repeat center center;
		background-size: contain;
		min-height: 44vw;}
	.vis_cont {
		background: url("../images/mv_pic_csp.jpg") no-repeat center center;
		background-size: contain;
		min-height: 44vw;}
}
@media screen and (min-width: 1921px){
	.vis_top {min-height: 820px;}}

/* nav Button */

.header {
	display: -webkit-flex;
	display: flex;
    -webkit-justify-content: center;
    justify-content: center;
	align-items: center;
	background: #fff;
	z-index: 1000;
}
.logo {
	font-size: 24px;
	margin-right: 25vw;
	margin-bottom: 32px;
}
.sns {
	margin-bottom: -6px;
}
.sns img {
	margin-right: 18px;
	max-width: 48px;
	max-height: 48px;
	min-width: 32px;
	min-height: 32px;
	width: 6vw;
	height: 6vw;
}
.drawer {
	margin-left: 22px;
	background-color: #000000;
}
@media screen and (max-width:720px){
	.logo {
		margin-right: 4vw;
		margin-bottom: 44px;
	}
	.drawer {
		margin-left: 1vw;
	}
	.sns img {
		margin-right: 2px;
	}
}

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

  ここから下がハンバーガーメニュー
  に関するCSS

------------------------------*/
  
/* チェックボックスは非表示に */
.drawer-hidden {
	display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer-open {
	display: flex;
	height: 48px;
	width: 48px;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 100;/* 重なり順を一番上に */
	cursor: pointer;
}

/* ハンバーガーメニューのアイコン */
.drawer-open span {
	content: '';
	display: block;
	height: 1px;
	width: 25px;
	border-radius: 3px;
	background: #ffffff;
	transition: 0.5s;
	position: absolute;
	right: 12px;
	top: 24px;
}
.drawer-open span:before,
.drawer-open span:after {
	content: '';
	display: block;
	height: 1px;
	width: 25px;
	border-radius: 3px;
	background: #ffffff;
	transition: 0.5s;
	position: absolute;
}

/* 三本線のうち一番上の棒の位置調整 */
.drawer-open span:before {
	bottom: 8px;
}

/* 三本線のうち一番下の棒の位置調整 */
.drawer-open span:after {
	top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer-check:checked ~ .drawer-open span {
	background: rgba(255, 0, 0, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer-check:checked ~ .drawer-open span::before {
	bottom: 0;
	transform: rotate(45deg);
}

#drawer-check:checked ~ .drawer-open span::after {
	top: 0;
	transform: rotate(-45deg);
}
  
/* メニューのデザイン*/
.drawer-content {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 100%;/* メニューを画面の外に飛ばす */
	z-index: 99;
	background: #000000;
	opacity: 0.5;
	transition: .5s;
}

/* アイコンがクリックされたらメニューを表示 */
#drawer-check:checked ~ .drawer-content {
	left: 0;/* メニューを画面に入れる */
}

.drawer-list {
	margin-top: 80px;
	padding: 0;
	text-align: center;
	font-size: 32px;
}
@media screen and (max-width:768px){
	.drawer-list {
		font-size: 24px;
	}
}
.drawer-list:last-child {
	border-bottom: #ffffff solid thin;
}
.drawer-item {
	border-top: #ffffff solid thin;
	padding: 20px 0;
}

/* footer */

footer {
	background-color: #000000;
	width: 100vw;
	height: 80px;
	margin: 0 calc(50% - 50vw);
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
.foot {
	color: #ffffff;
	max-width: 1000px;
	margin: 0 auto;
}
.foot li:first-child {
	height: 24px;
	margin-top: 2px;
}

footer li {
	float: left;
	border-left: #ffffff solid thin;
	padding: 0 24px;
}
footer li:nth-child(3) {
	border-right: #ffffff solid thin;
}
ul {
	list-style: none;
	margin: 0 auto;
	padding: 26px 0 0;
}
ul a {
	color: #ffffff;
}
small {
	font-size: 16px;
	float: right;
}
@media screen and (max-width:730px){
	footer {
		text-align: center;
	}
	footer ul {
		width: 316px;
		height: 26px;
		padding-top: 20px;
	}
	.foot ul {
		display: flex;
		justify-content: space-around;
	}
	footer li {
		padding: 0 22px;
	}
	small {
		float: none;
		font-size: 2vw;
	}
}


/* top contents */


.movie {
	margin-top: 80px;
	margin-bottom: 78px;
}
.movie img {
	max-width: 640px;
	width: 72vw;
}
.movie p {
	font-style: italic;
}

.vis_sub h2 {
	border-top: #000000 solid thin;
	border-bottom: #000000 solid thin;
	margin: 0 0 64px 0;
	padding: 8px 0 24px;
	font-size: 32px;
	font-weight: normal;
	position: relative;
}
.vis_sub h2::after {
	content: "\A Profile introduction";
	white-space: pre;
	font-size: 16px;
	position: absolute;
	top: 40%;
	left: 2%;
	font-family: din-condensed, sans-serif;
	font-weight: 400;
}
.vis_sub {
	background: url("../images/sub_pic_top.jpg") no-repeat center center;
	min-height: 480px;
	text-align: left;
	font-style: italic;
	background-size: cover;
  padding-bottom: 40px;
}
@media screen and (max-width: 720px){
	.vis_sub {
		background: url("../images/sub_pic_tsp.jpg") no-repeat center center;
		background-size: cover;
    padding-bottom: 0;
		min-height: 96vw;}
}
.vis_sub dt {
	float: left;
	margin-top: 10px;
	margin-bottom: 8px;
}
.vis_sub dd {
	font-size: 24px;
	margin-left: 60px;
	margin-bottom: 8px;
}
.vis_sub p {
	font-size: 24px;
	border: #000000 solid thin;
	padding: 16px 32px;
	font-style: normal;
	margin-top: 8px;
}
.vis_sub span {
	padding-left: 72px;
}
.vis_sub a {
	color: #000000;
}
.prof {
	max-width: 750px;
	height: 480px;
	margin: 0 auto;
	position: relative;
}
.prof_text {
	max-width: 260px;
	position: absolute;
	top: 72px;
	left: 40px;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

@media screen and (max-width:600px){
	.vis_sub h2 {
		text-shadow: 1px 2px 3px #ffffff;
		font-size: 20px;
	}
	.vis_sub dl {
		text-shadow: 1px 2px 3px #ffffff;
	}
	.vis_sub h2::after {
		top: 34%;
	}
	.vis_sub dt {
		margin-top: 4px;
		font-size: 12px;
	}
	.vis_sub dd {
		font-size: 16px;
		margin-left: 40px;
	}
	.vis_sub p {
		font-size: 20px;
		padding-left: 18px;
		padding-right: 18px;
		margin-top: 32px;
	}
	.vis_sub span {
		padding-left: 40px; 
	}
	.prof_text {
		max-width: 53vw;
		left: 6%;
	}
}

/* works contents */

.Smooth {
	padding-top: 80px;
	margin-top: -80px;
}
.works_menu ul {
	padding: 0;
	height: 78px;
	max-width: 750px;
	margin-top: 38px;
}
.works_menu a {
	color: #000000;
}
.works_menu a:hover {
	color: #ffffff;
}
.works_menu li {
	box-sizing: border-box;
	border: #000000 solid thin;
	max-width: 134px;
	width: 18%;
	height: 40px;
	float: left;
	margin-right: 2.5%;
	padding-top: 6px;
	font-size: 24px;
	font-family: din-condensed, sans-serif;
	font-weight: 400;
}
.works_menu li:hover {
	background-color: #000000;
}
.w_menu_last {
	margin-right: 0!important;
}
.works_details {
	text-align: left;
	max-width: 750px;
	width: 100%;
	margin: 0 auto;
}
.works_details h2 {
	color: #ffffff;
	background-color: #000000;
	height: 40px;
	font-size: 24px;
	font-family: din-condensed, sans-serif;
	font-weight: 400;
	box-sizing: border-box;
	padding-top: 6px;
	padding-left: 12px;
	margin-top: 0;
}
.works_details ul {
	margin-left: 24px;
	padding-top: 0;
	margin-bottom: 20px;
}
.works_details li {
	color: #000000;
	list-style: disc;
}
@media screen and (max-width:750px){
	.works_details ul {
		margin-left: 36px;
		margin-right: 12px;
	}
}
.works_details p {
	font-size: 24px;
	border: #000000 solid thin;
	padding: 16px 40px;
	font-style: normal;
	margin: 40px auto 80px;
	max-width: 320px;
	text-align: center;
}
.works_details span {
	padding-left: 72px;
}
.works_details a {
	color: #000000;
}
@media screen and (max-width:400px){
	.works_details p {
		font-size: 24px;
		border: #000000 solid thin;
		padding: 16px 0;
		font-style: normal;
		margin: 40px auto 80px;
		max-width: 320px;
		text-align: center;
	}
	.works_details span {
		padding-left: 20px;
	}
	.works_details a {
		color: #000000;
	}
}

/* contact contents */

.form {
	max-width: 710px;
	margin: 0 auto;
}
@media screen and (max-width:720px){
	.form {
		margin: 0 12px;
	}
}
.form h2 {
	margin-top: 40px;
	font-size: 16px;
	font-weight: normal;
}
.red {
	color: red;
	margin-bottom: 38px;
}
.blank {
	margin-top: 16px;
}
.selection {
	text-align: left;
}
.selection_area {
	margin-bottom: 20px;
}

.selection_area > div {
	display: flex;
}
.selection_area > div >p {
	margin: 8px 0 8px 10px;
	flex-shrink: 3;
}
.selection span {
	margin-left: 24px;
}
.ttl_black {
	background-color: #000000;
	color: #ffffff;
	font-size: 20px;
	max-width: 280px;
	width: 90%;
	padding: 5px 16px;
	box-sizing: border-box;
	align-items: center;
	display: flex;
}
span.item_ttl {
	margin-left: 0;
}
.selection input {
	box-sizing: border-box;
	height: 40px;
	max-width: 430px;
	width: 90%;
}
.selection input[type="radio"] {
	height: 20px;
	width: auto;
	vertical-align: sub;
}
.selection input[type="checkbox"] {
	height: 20px;
	width: auto;
	vertical-align: sub;
}
.inquiry_list_area {
	display: flex;
	flex-direction: column;
	margin-left: 10px;
}
.selection select {
	box-sizing: border-box;
	max-width: 430px;
	width: 90%;
}
.selection textarea {
	box-sizing: border-box;
	height: 120px;
	max-width: 430px;
	width: 90%;
}
.selection .red {
	margin-bottom: 0;
	width: 100%;
}


@media screen and (max-width:720px){
	.selection {
		margin-left: 12px;
		margin-right: 12px;
	}
	.selection_area {
		display: block;
		margin-left: 5px;
	}
	.selection_area > div {
		display: block;
	}
	.ttl_black {
		max-width: 100%;
		width: 100%;
	}
	.selection input {
		max-width: 100%;
		width: 100%;
	}
	.inquiry_list_area {
		margin: 10px 0 0 0;
	}
	.selection select {
		max-width: 100%;
		width: 100%;
	}
	.selection textarea {
		max-width: 100%;
		width: 100%;
	}
	.inquily_area label {
		height: 40px;
		padding: 5px 16px;
	}
}

.attention {
	text-align: justify;
	font-size: 12px;
}
.attention ul {
	list-style: disc;
	margin-left: 16px;
}
.check {
	margin: 38px 0;
  text-align: center;
}
.button {
	margin: 10px 0 38px;
  text-align: center;
}
.bdr {
	box-sizing: border-box;
	display: inline-block;
	padding: 0;
	margin: 0;
	border: solid 4px #cccccc;
	position: relative;
	max-width: 400px;
	width: 90%;
}
.button input {
	width: 100%;
	font-size: 20px;
	position: relative;
	z-index: 10;
}
input[type="text"],textarea {
	font-size:16px;
}

input.submit_btn {
	color: #999;
	background-color: #cccccc;
	cursor: default;
	pointer-events : none;
	border: #ffffff solid medium;
}
input.submit_btn.check_on {
	cursor: pointer;
	pointer-events: auto;
	color: #000;
	background-color: #F0F0F0;
}
input.submit_btn.check_on:hover {
	background: #f7f5f5;
}

.note {
	font-size: 12px;
  text-align: center;
  margin-top: 10px;
}

/* conf */
.conf_btn {
	margin-bottom: 38px;
	display: flex;
	justify-content: center;
}
.conf_btn p {
	width: 40%;
	max-width: 400px;
	border: solid 4px #cccccc;
	margin: 0 10px;
}
.conf_btn input {
	width: 100%;
	font-size: 20px;
	position: relative;
	z-index: 10;
	color: #000;
	border: #fff solid medium;
	background-color: #F0F0F0;
	cursor: pointer;
}
.conf_btn input:hover {
	background: #f7f5f5;
}


/* thanks */
.thanks {
	height: 200px;
}
.thanks p {
	padding-top: 40px;
}
.thanks a {
	text-decoration: underline;
}
