@charset "utf-8";
/* CSS Document */
.header-under {
  background-image:url("../img/image (4).jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 1;
  /*  background-blend-mode: overlay;*/
}
	.header-under h1 {
    font-size: 48px;
    text-align: center;
    padding: 3em 0;
    color: #FFF;
    font-weight: lighter;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAG0lEQVQYV2NkYGD4z8DAwMgABXAGNgGwSgwVAFbmAgXQdISfAAAAAElFTkSuQmCC);
    font-family: 'Franklin Gothic Medium', 'Arial', sans-serif;
}
.header-under span {
	display: block;
	font-size: 0.35em;
	margin-top: 3em;
}
.header-under .cover{
	background-color: rgb(140, 0, 6, 0.6);
}
article{
	background-color: rgba(233,233,233,1.00);
	padding: 4em 0 8em;
}
.first-wrapper {
  width: 94%;
  max-width: 1120px;
  margin: 0 auto;
}
.first-wrapper .profile-wrapper> img{
	display: block;
	width: 100%;
	height: 320px;
	object-fit: cover;
	object-position: center;
}
.first-wrapper .profile-wrapper{
	/*display: flex;
	justify-content: space-between;
	background: #FFF;*/
	position: relative;
}
.first-wrapper .profile-wrapper::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background-color: rgb(149, 0, 6, 0.8);
}
.first-wrapper .right-wrapper{
	width: 360px;
	position: absolute;
	top: 50%;
	right: 3em;
	transform: translate(0, -50%);	
	z-index: 9999;
}
.first-wrapper .profile-wrapper {
  width: 100%;
  margin: 0 auto;
	box-sizing: border-box;
	margin-bottom: 1em;
}
/*.first-wrapper .profile-wrapper:nth-child(1){
  margin-top: 8em;
}*/
.first-wrapper .right-wrapper ul li{
	color: #FFF;
}
.first-wrapper .yakusyoku{
  font-size: 5em;
	font-family: 'Franklin Gothic Medium', 'Arial', sans-serif;
	color: #FFF;
	z-index: 9999;
	position: absolute;
	top: 0.3em;
	left: 0.5em;
	border-bottom: 8px solid #FFF;
}
.first-wrapper .yakusyoku span{
	display: block;
}
.first-wrapper ul .namae{
    font-size: 2em;
    padding: 0.5em 0 0;
    boder-bottom: 4px solid #FFF;
    border-bottom: 2px solid #FFF;
    margin-bottom: 0.5em;
	font-weight: bold;
}
.first-wrapper .prologue {
  padding-bottom: 1em;
}
.first-wrapper .prologue li:nth-child(1){
  padding-bottom: 0.5em;
	font-size: 0.875em;
	line-height: 1.4em;
}
.first-wrapper .prologue li:nth-child(2){
  line-height: 1.2em;
}
.first-wrapper .more-button h4{
  font-size: 1em;
  line-height: 3em;
  text-align: center;
}
.first-wrapper .more-button h4 a{
color: #FFF;
    text-decoration: none;
    line-height: 3em;
    transition: 0.4s;
    border-radius: 12px;
    border: 1px solid #FFF;
    box-sizing: border-box;
    font-weight: lighter;
    display: flex;
    justify-content: center;
    align-items: center;
}
.single .first-wrapper .more-button h4 a{
  color: rgba(140, 0, 6, 1);
  border: 1px solid #950006;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
}
.image-cell{
	width: 300px;
	height: auto;
}
.image-cell img{
	width: 100%;
	height: 300px;
	object-fit: cover;
	display: block;
	object-position: top;
}
/*.first-wrapper .more-wrapper h4 a:hover{
    background-color: #FFF;
    color: #950106;
}*/
/*追加
_____________________________________________________________*/

.more-button a {

  font-size: 1.250em;
  font-family: 'Roboto', sans-serif;
}
.more-button .flex-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.more-button a {
  
}
.more-button a:hover {
  opacity: 0.6;
}
.more-button:hover {
  opacity: 0.6;
}
/*profile
______________________________________________________________*/
.first-wrapper .prof-contents{
	width: 100%;
	margin: 0 auto;
}
.first-wrapper .prof-contents li{
	margin: 1em 0;
}
.prof-contents dl dt{
	background-color: #950006;
	color: #FFF;
	line-height: 2em;
	text-indent: 1em;
	font-weight: lighter;
	margin-bottom: 1.6em;
}
.prof-contents dl dd{
	line-height: 2em;
	font-size: 0.875em;
	padding-bottom: 0.8em;
}
.prof-contents dl dd a{
	color: #2b394d;
	transition: 0.4s;
}
.prof-contents dl dd a:hover{
	opacity: 0.6;
}

.second-wrapper { /*contact*/
  width: 94%;
  max-width: 1120px;
  margin: 8em auto 0;
	padding-bottom: 8em;
}
.second-wrapper img {
  margin: 0 auto;
  display: block;
}
.second-wrapper h3 {
  background-color: #E65500;
  color: #FFF;
  line-height: 3em;
  text-align: center;
  margin: 2em 0;
  font-weight: lighter;
}
.second-wrapper ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.second-wrapper ul li {
  width: 50%;
  text-align: center;
  font-size: 1.250em;
  /* margin-top: 0em; */
  /*    padding-top: 1em;*/
}
.second-wrapper ul li:nth-child(1) {
  border: 2px solid #4ccaed;
  box-sizing: border-box;
  padding: 2.96em 0;
  color: #4ccaed;
	background: #FFF;
}
.second-wrapper ul li span {
  display: block;
  /* padding-top: 1em; */
  font-size: 1.9em;
}
.second-wrapper ul li:nth-child(2) {
  background-color: #4ccaed;
  color: #FFF;
  /*padding: 3.1em 0;aタグでpadding取ること*/
}
.second-wrapper ul li:nth-child(2) a {
  display: block;
  color: #FFF;
  padding: 2.6em 0 2.55em;
  text-decoration: none;
}
.second-wrapper ul li:nth-child(2) span {
  padding-top: 0;
} /*ここまで*/
.fa-envelope {
  font-size: 1.5em;
}

@media screen and (max-width:960px){
	
	.first-wrapper .profile-wrapper{
		display: block;
	}
	.first-wrapper .profile-wrapper{
		width: 100%;
	}
	.first-wrapper ul .yakusyoku {
    margin-top: 1em;
	}
	.first-wrapper .prologue {
    height: auto;
  }
	.first-wrapper {
    width: 90%;
	}
	.first-wrapper .yakusyoku span {
		display: inline;
		padding-left: 0.25em;
	}
	.first-wrapper .right-wrapper {
    width: 80%;
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
	}
	.first-wrapper .yakusyoku {
    font-size: 4em;
		border-bottom: 4px solid #FFF;
	}
	
	@media screen and (max-width:768px)	{
	

	.first-wrapper .more-wrapper {
    margin:0 auto;
	}
	.second-wrapper ul {
    display: block;
	}
	.second-wrapper ul li {
    width: 100%; 
	}

	
		@media screen and (max-width:600px){
			
				.first-wrapper .yakusyoku {
					font-size: 3em;
				}
			.first-wrapper .yakusyoku {
    top: 0.3em;
    left: 50%;
    transform: translate(-50%, 0);
			}
			.first-wrapper .right-wrapper {
    top: 58%;
			}
		
		
}





