@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html,body {
	height: 100%;
}
body {
	background-image: url(../img/2169079.jpg);
	font-size: 12px;
	font-family: "Osaka";
	-webkit-text-size-adjust: 100%;
}

#main {
	background: #ffffff;
}
#main-in {
	padding-left: 260px;
}

#main-visual {
	background-position: center;
	background-size: cover;
	text-align: center;
}

#top {
	position: relative;
	z-index: 100;
}

#main p {
	margin-bottom: 1em;
	line-height: 1.9;
}
#main-char {
	text-align: center;
	margin-top: -150px;
}

section {
	width: 90%;
	margin: 0 5%;

}
.midashi {
	color: #033560;
	font-size: 60px;
	text-align: center;
	margin-top: 30px;
	padding-top:60px;
}

.all_groupwork_box {
	display: flex;
}


.about {
	display: flex;
	font-size: 20px;
	margin:  0 auto;
	padding-top: 50px;
	justify-content: center;
} 

.about img {
	width: 400px;
	height: 450px;
	margin-right: 30px;
	margin-left: 50px;
	padding-bottom: 80px;
}

.myp {
	display: flex;
	font-size: 20px;
	margin:  0 auto;
	padding-top: 40px;
	justify-content: center;
} 

.myp img {
	width: 350px;
	height: 400px;
	margin-right: 30px;
	margin-left: 50px;
	padding-bottom: 80px;
	border-radius: 20vh 20vh ;
}

.name {
	font-size: 40px;
}

.text {
	font-size: 18px;
}






.groupwork {
	font-size: 60px;
	max-width: 560px;
	min-width: 200px;
	padding: 15px 20px;
}

.groupwork img {
	width: 100%;
}

.date {
	padding-left: 20px;
}

.txt {
	padding-left: 20px;
}

/* 
img.group1 {
	width:100%;
	height: 100%;
} */

a.btn_13 {
	display: flex;
    justify-content: space-between;
    align-items: center;
	text-align: center;
	text-decoration: none;
	width: 250px;
	margin: 50px auto;
	padding: 1rem 2rem;
	font-weight: bold;
	background: #eee;
	color: #27acd9;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
}
a.btn_13::before {
	content: '';
	position: absolute;
	top: calc(50% - 2px);
	right: 1em;
	transform: translateY(calc(-50% - 2px)) rotate(45deg);
	width: 10px;
	height: 1px;
	background: #27acd9;
}
a.btn_13::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
	width: 50px;
	height: 1px;
	background-color: #27acd9;
}
a.btn_13:hover {
	background: #d4eef7;
	color: #27acd9;
}


.con {
	font-size: 40px;
	text-align: center;
}

.con img {
	width: 50px;
	height: 50px;
	margin: auto 20px;
}

.form-area {
	border-radius: 10px;
	background-color: #e6e6fa;
	border: 1px dotted white;
	margin: 25px auto;
	padding:  60px ;
	width: 50%;
}

.form-area dt {
	width: 150px;
	padding: 15px 0;
	font-size: 13px;
	line-height: 10px;
}


.form-area dt .required::after {
	content: '必須';
	font-size: 10px;
	color: red;
	margin-left: 5px;
}

.input-text {
	width: 100%;
	max-width: 280px;
	height: 30px;
	padding-left: 10px;
	padding-right: 10px;
}

.message {
	width: 60%;
	height: 260px;
	padding: 10px;
	line-height: 1.5;
}

.confirm-text {
	font-size: 14px;
	line-height: 22px;
	margin-top: 30px;
}

.submit-button {
	background-color: #F2F2F2;
	display: inline-block;
	min-width: 180px;
	line-height: 48px;
	border-radius: 24px;
	font-family: 'Montserrat',sans-serif;
	font-size: 14px;
	text-align: center;
	margin-top: 35px;
	cursor: pointer;
	border: none;
}

.submit-button:hover {
	background-color: #f0f8ff;
}

.midashiicon img {
	width: 100%;
}

#copyright a {
	color: #666;
	text-decoration: none;
}
#copyright a:hover {
	text-decoration: underline;
}


/* ここから */
#global-head {
	color: #033560;
	width: 200px;
	text-align: center;
	padding-top: -30px;
	z-index: 100;
}

#sidebar {
	font-size: 15px;
	padding-top: 120px;
	width: 260px;
	height: 100%;
	position: fixed;
	color: #033560;
	background: #F2F2F2;
	text-align: center;
}

#global-nav ul {
	list-style: none;
	margin-left: 0;
}
#global-nav > ul > li {
	position: relative;
  padding-top: 70px;
}

#global-nav a {
	color: #033560;
	text-decoration: none;
	display: block;
	padding: 25px 0;
	-moz-transition: background-color .3s linear;
	-webkit-transition: background-color .3s linear;
	transition: background-color .3s linear;
}
#global-nav .sub-menu.is-active > a,
#global-nav a:hover {
	color: #fff;
	background: #6fa7d1;
}

/* sub-menu icon */
#global-nav .sub-menu-head {
	position: relative;
}


/* nav-toggle */
#nav-toggle {
	display: none;
	position: fixed;
	top: 15px;
	right: 15px;
	height: 32px;
}
#nav-toggle > div {
	position: relative;
	width: 32px;
}
#nav-toggle span {
	width: 100%;
	height: 2px;
	left: 0;
	display: block;
	background: #033560;
	position: absolute;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}


#overlay {
	display: none;
	position: fixed;
	background: rgba(0,0,0,.6);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}



 @media screen and (max-width: 900px) {
	#main-in {
		padding-left: 0;
	}

	#global-head {
		width: 100%;
		padding: 10px;
		background: rgba(255,255,255,.8);
		display: -webkit-flex;
		display: flex;
	}

	#sidebar {
		/*display: none;*/
		position: fixed;
		right: -300px;
		top: 0;
		height: 100%;
		width: 300px;
		color: #333;
		background: navy;
		-webkit-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}

	/* サブメニューは開けない */
	#global-nav .sub-menu-head:after,
	#global-nav .sub-menu-nav {
		display: none;
	}
	#nav-toggle {
		display: block;
	}

	/* nav open */
	.open {
		overflow: hidden;
	}
	.open #overlay {
		display: block;
	}
	.open #sidebar  {
		-webkit-transform: translate3d(-300px,0,0);
		transform: translate3d(-300px,0,0);
	}

	/* #nav-toggle close */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	/* z-index */
	#overlay {
		z-index: 200;
	}
	#sidebar {
		z-index: 300;
	}
	#nav-toggle {
		z-index: 400;
	}


}

@media screen and (max-width: 400px) {
	#sidebar {
		right: -200px;
		width: 200px;
		padding-top: 60px;
	}
	.open #sidebar  {
		-webkit-transform: translate3d(-200px,0,0);
		transform: translate3d(-200px,0,0);
	}
} 