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

body{
	margin: 0;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	background-color:#fff;	
}

#loader{
    width: 80px;
    height: 80px;
    display: none;
    position: fixed;
    _position: absolute;     /* IE6対策 */
    top: 50%;
    left: 50%;
    margin-top: -40px;       /* heightの半分のマイナス値 */
    margin-left: -40px;      /* widthの半分のマイナス値 */
    z-index: 10;             /* #fadeより多い値を入れて下さい */
}
#fade{
    width: 100%;
    height: 100%;
    display: none;
    background-color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 5;              /* #loaderより少ない値を入れて下さい */
}
#loader p{
	font-size: 1.1em;
	font-family: 'Abel', sans-serif;
	letter-spacing: 0.3em;
}
#wrapper{
	overflow: hidden;
}
.header {
  display: flex;
  justify-content: space-between;
  padding: 20px;

  .logo {
    font-size: 20px;
  }
}
.topLogo{
	max-width: 100px;
	height: auto;
	
}
.nav-button {
  display: none;
}
a{
	text-decoration: none;
	color: ##4F4E4E;
}

.nav {
  a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    color: #448aff;
  }
  li {
    display: inline-block;
    margin: 0 10px;
  }
	
}
ul{
		list-style: none;
	}
.nav-wrap.open {
  display: block;
}
.nav-wrap.close {
  display: none;
}
.eachMenu{
	text-align: center;
}
.menuJap{
	font-size: 14px;
	
}
.menuEng{
	display: block;
	font-size: 11px;
	padding-top: 5px;
	font-family: 'Cormorant SC', serif;
}

.header{
	max-width: 1100px;
	margin: 0 auto;
}
.mainVisual{
  width: 100%;
  height: auto;
	}
#profText{
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 10%;
}
.box7{
	max-width: 270px;
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #474747;
    background: white;/*背景色*/
    border-left: double 7px #555;/*左線*/
    border-right: double 7px #555;/*右線*/
	text-align: center;
}
#profDescBox{
	float: right;
	padding-top: 4%;
}
.profDesc{
	 line-height: 2.5em;
	 font-size: 15px;
}
.profName{
	padding-left: 8%;
}
.profTitle{
	font-size: 17px;;
}
.box7 p {
    margin: 0; 
    padding: 0;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
}
.faceVisual{
	max-width: 400px;
	height: auto;
	float: left;
}
.historyBox{
	text-align: center;
	padding-bottom: 5%;
}
#career{
	max-width: 810px;
	margin: 0 auto;
	margin-top: 10%;
	margin-bottom: 10%;
}
#career h2{
	font-family: 'Cinzel', serif;
	font-size: 2em;
	letter-spacing: 0.5em;
}
#career p{
	line-height: 2.8em;
	font-size: 14px;
}
.textIndent{
	padding-left: 60px;
}
.textIndent2{
	padding-left: 99px;
}
.textIndent3{
	padding-left: 108px;
}

.button {
  position: relative;
  display: inline-block;
  padding: .9em 3.6em;
  border: 1px solid #000;
  color: #000;
  text-align: center;
  text-decoration: none;
  outline: none;
  transition: all .3s;
}
.button::before,
.button::after {
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  z-index: 2;
  content: '';
  transition: all .3s;
}
.button::before {
  border-top: 1px solid #53a8b7;
  border-bottom: 1px solid #53a8b7;
  transform: scale(0, 1);
}
.button::after {
  border-right: 1px solid #53a8b7;
  border-left: 1px solid #53a8b7;
  transform: scale(1, 0);
}
.button:hover {
  color: #53a8b7;
}
.button:hover::after,
.button:hover::before {
  transform: scale(1);
}
	
.buttonline{
		text-align: center;
	    padding-top: 10%;
	    padding-bottom: 6%;
	}

#fotter{
	height: auto;
	max-width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
.fotterConLeft{
	float: left;
}
#fotterContent a{
	color: #000;
}
.fotterCo{
	font-size: 13px;
	letter-spacing: 0.2em;
	font-family: font-family: 'Abel', sans-serif;
}
.fotterTitle{
	font-size: 17px;
	letter-spacing: 0.1em;
	font-family: font-family: 'Abel', sans-serif;
}

.fotterConRight{
	float: left;
	padding-left: 9%;
}
.border{
	border-bottom:  solid 1px #D6D6D6;
	width: 180px;
}


.arrow{
  position: relative;
  padding-left: 20px;
}

.arrow::before{
  content: '';
  width: 15px;
  height: 15px;
  border: 0px;
  border-top: solid 2px #555;
  border-left: solid 2px #555;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  right: 0;
  margin: 10px auto;
}


.copyRightBox{
	text-align: center;
	padding-top: 4%;
}
.copyRight{
	font-size: 10px;
	font-family: 'Abel', sans-serif;
	letter-spacing: 0.1em;
	bottom: 0;
}





.scrollArea{
	height: 100px;
	overflow: auto;
	padding-right: 20px;
}
/*スクロールバーの横幅指定*/
.scrollArea.deco::-webkit-scrollbar {
    width: 15px;
}
/*スクロールバーの背景色・角丸指定*/
.scrollArea.deco::-webkit-scrollbar-track {
  border-radius: 10px;
	background: #f2f2f2;
}
/*スクロールバーの色・角丸指定*/
.scrollArea.deco::-webkit-scrollbar-thumb {
  border-radius: 10px;
	background:#09C9D9;
}
@media screen and (min-width: 481px) {
  .nav-wrap {
    display: block !important;
  }

.content {
  padding: 20px;
}
#globalNav{
	max-width: 800px;
	width: 100%;
	padding-top: 30px;
	
}
/*等間隔*/
ul{
	display: flex;
justify-content: space-between;
}

/*globalNavのホバー時アンダーライン*/
.nav a{
	display: inline-block;
	position: relative;
	color: #555;
 	text-decoration: none;
}
.nav a:before{
	content: "";
	position: absolute;
	 left: 0;
	bottom: -4px;
	width: 100%;
	height: 3px;
	background: #53a8b7;
	transform: scale(0, 1);
	transform-origin: left;
	transition: 0.4s;
}
.nav a:hover:before {
	transform: scale(1);
}
/*width480px以下の時、メニューは縦並び*/
.nav{
	overflow: hidden;
}
.nav li{
	float: left;
}
.fotterLogo{
	width: 100px;
	height: auto;
	padding-top: 6%;
}
#fotterContent{
	width: 320px;
	overflow: hidden;
	float: left;
}
#fotterContact{
	width: 420px;
	float: left;
}
#fotterLink{
	width: 220px;
	float: left;
}
/*@のとじかっこ*/
}
@media screen and (max-width: 480px) {


	
  .nav-button {
    display: block;
    cursor: pointer;
  }
  .nav-wrap {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    .nav {
      height: 100%;
      position: relative;
      overflow-x: hidden;
      overflow-y: auto;
    }
    li {
      display: block;
      margin: 2em;
      a {
        color: #fff;
        font-size: 18px;
      }
    }
  }
	
	li{
		padding-top: 40px;
	}
	.menuEng{
		color: #fff;
	}
	.nav a{
		color: #fff;
	}
	.nav li{
		margin: 0 auto;
		padding-right: 30px;
}
  /*メニューボタンのエフェクト*/
  .nav-button,
  .nav-button span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .nav-button {
    z-index: 20;
    position: relative;
    width: 40px;
    height: 36px;
  }
  .nav-button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #808080;
    border-radius: 4px;
  }
  .nav-button span:nth-of-type(1) {
    top: 0;
  }
  .nav-button span:nth-of-type(2) {
    top: 16px;
  }
  .nav-button span:nth-of-type(3) {
    bottom: 0;
  }
  .nav-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(16px) rotate(-45deg);
    transform: translateY(16px) rotate(-45deg);
  }
  .nav-button.active span:nth-of-type(2) {
    opacity: 0;
  }
  .nav-button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-16px) rotate(45deg);
    transform: translateY(-16px) rotate(45deg);
  }
	
	.topLogo{
		width: 80px;
		height: auto;
	}
	.logo{
		margin: 0 auto;
		padding-left: 40px;
	}
	.topicsImage{
	width: 0%;
	height: auto;
	
}

	.faceVisual{
	max-width: 250px;
	height: auto;
}
	
#fotter{
		padding-left: 10%;
	}
	.fotterLogo{
	width: 0px;
	height: auto;
	padding-top: 6%;
}
	#fotterContent{
	overflow: hidden;
}
	
}

@media screen and (min-width: 768px) and (max-width: 979px) {
	.fotterLogo{
	width: 100px;
	height: auto;
	padding-top: 6%;
}
	#fotterContent{
	width: 320px;
	overflow: hidden;
	float: left;
}
#fotterContact{
	width: 420px;
	float: left;
}
#fotterLink{
	width: 220px;
	float: left;
}
}
@media screen and (min-width: 980px) {
	.fotterLogo{
	width: 100px;
	height: auto;
	padding-top: 6%;
}
	#fotterContent{
	width: 320px;
	overflow: hidden;
	float: left;
}
#fotterContact{
	width: 420px;
	float: left;
}
#fotterLink{
	width: 220px;
	float: left;
}
	
}