/*  Profile Style */
/*  Last Up Dataed 2020.09.01  */

/* ----------------------------------------
    Main Visual
---------------------------------------- */
div#mainVisual{
    background: url(/profile/images/img_visual_pc.jpg) center no-repeat;
    background-size: cover;
}
div#mainVisual h1{
    background: url(/images/bg_title.png) repeat left top, rgba(255,255,255,.1);
    background-size: 32px auto, 100%;
    position:absolute;
}
div#mainVisual h1 span{
    position: absolute;
    left: 16%;
}
/*----  Tablet Style ------*/
@media screen and (max-width: 1024px){
	div#mainVisual h1 span{
	left: 0%;
	}
}
/*----  Smart Phone Style ------*/
@media screen and (max-width: 599px){
    div#mainVisual{
        background: url(/profile/images/img_visual_sm.jpg) center no-repeat;
        background-size: cover;
    }
    div#mainVisual h1{
        background-size: 23px auto, 100%;
        position:relative;
        right: inherit;
        left: 2%;
    }
}

/* =======================================
   Profile Style
======================================= */
#profileArea{
    width: 1000px;
    margin: 0 auto 100px;
}
.profile{
    background: url(/profile/images/img_icon.png) center 40px no-repeat;
    background-size: 60px;
    padding: 140px 0 0;
    margin-bottom: 80px;
}
div.titleArea{
    width: 100%;
    margin-bottom: 40px;
}
div.titleArea h2{
  width: 4%;
}
/* Firefox */
_:lang(x)::-moz-placeholder, .profile .titleArea h2 span {
    margin-left: -14px;
}
_:lang(x)::-moz-placeholder, .profile .titleArea h2::after {
    margin-left: -11px;
}
div.first{
    width: 88%;
    align-self:flex-start;
}
section p{
    margin-bottom: 20px;
}
div.first p:last-child{
  margin-bottom: 0;
}
section figure{
    margin-bottom: 30px;
}
section figure img{
    width: 100%;
    height: auto;
    outline: solid 1px #fff;
    outline-offset: -4px;
}
div.about{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
div.about div{
    width: 52%;
}
div.about figure{
    width: 44%;
    margin-bottom: 0;
}

/*----  Tablet Style ------*/
@media screen and (max-width: 1024px){
  #profileArea{
      width: 90%;
  }
  div.titleArea h2{
    width: 5%;
  }
}
/*----  Smart Phone Style ------*/
@media screen and (max-width: 599px){
  #profileArea{
    margin-bottom: 40px;
  }
  div.titleArea{
      margin-bottom: 20px;
  }
  .profile{
      background: url(/profile/images/img_icon.png) center 20px no-repeat;
      background-size: 30px;
      padding: 70px 0 0;
      margin-bottom: 40px;
  }
  div.first{
      width: 88%;
  }
  section p{
      margin-bottom: 15px;
      font-size: 0.875em;
  }
  section figure{
      margin-bottom: 10px;
  }
  div.about{
      display: inherit;
      padding: 20px 0 0 ;
  }
  div.about div{
      width:100%;
  }
  div.about figure{
      width: 60%;
      margin: 0 auto 10px;
  }
}

/* =======================================
   History Style
======================================= */
.history{
  margin-bottom: 80px;
}
.history .titleArea{
  flex-direction:row-reverse;
}
.history .titleArea h2{

}
.history dl{
  display:flex;
  flex-wrap: wrap;
  width: 880px;
  margin: 0;
}
.history dt{
  width: 15%;
  padding: 18px 0;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  font-weight: 700;
  line-height: 1.4em;
}
.history dd{
  padding: 18px 0;
  margin: 0;
  border-bottom: 1px solid #ccc;
  width: 85%;
  box-sizing: border-box;
  line-height: 1.4em;
}
.history dt:first-child,
.history dt:first-child + dd {
  padding-top: 0;
}
.history dt:last-child,
.history dt:last-child + dd {
  border-bottom: none;
}
.history dd li{
  margin-bottom: 10px;
  line-height: 1.4em;
}
.history dd li:last-child{
  margin-bottom: 0;
}

/*----  Tablet Style ------*/
@media screen and (max-width: 1024px){
  .history dl{
    width: 88%;
  }
  .history dt{
    width: 20%;
  }
  .history dd{
    width: 80%;
  }
}
/*----  Smart Phone Style ------*/
@media screen and (max-width: 599px) {
  .history{
    margin-bottom: 40px;
  }
  .history dl{
    width: 88%;
    font-size: 0.875em;
  }
  .history dt{
    width: 25%;
    line-height: 1.4em;
  }
  .history dd{
    width: 75%;
    line-height: 1.4em;
  }
  .history dd ul{
    padding: 0;
  }
}

/* =======================================
   Award History Style
======================================= */
.awardHistory{
}
.awardHistory .tab-wrap {
	display: flex;
	flex-wrap: wrap;
  justify-content: space-between;
	overflow: hidden;
}
.awardHistory .tab-label {
  font-size: 1.125em;
	color: #666;
  line-height: 2em;
  letter-spacing: .05em;
  margin: 0 10px;
	cursor: pointer;
	flex: 1;
	font-weight: bold;
	order: -1;
	padding: 11px 20px;
	position: relative;
	text-align: center;
	transition: cubic-bezier(0.4, 0, 0.2, 1) .2s;
	user-select: none;
	white-space: nowrap;
	-webkit-tap-highlight-color: transparent;
  border-bottom: solid 2px #666;
  transition: all .6s;
}
/* IE11 */
    _:-ms-lang(x)::-ms-backdrop, .awardHistory .tab-label {
      flex: none;
    }
.awardHistory .tab-label.first{
  margin-left: 0;
}
.awardHistory .tab-label.last{
  margin-right: 0;
}
.awardHistory .tab-label:first-child{
  margin-left: 0;
}
.awardHistory .tab-label:last-child{
  margin-right: 0;
}
.awardHistory .tab-label:hover{
  color: #CCC;
}
.awardHistory .tab-switch:checked + .tab-label {
	color: #333;
}
.awardHistory .tab-label::after {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #666666 transparent transparent transparent;
  content: '';
  height: 2px;
  left: 50%;
  bottom:-14px;
  margin-left: -10px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: translateX(100%);
  transition: cubic-bezier(0.4, 0, 0.2, 1) .5s 80ms;
  z-index: 1;
}
.awardHistory .tab-switch:checked ~ .tab-label::after {
	transform: translateX(-100%);
}
.awardHistory .tab-switch:checked + .tab-label::after {
	opacity: 1;
	transform: translateX(0);
}
.awardHistory .tab-content {
	height:0;
	opacity:0;
	padding: 0;
	pointer-events:none;
	transform: translateX(-30%);
	transition: transform .6s 80ms, opacity .6s 80ms;
	width: 100%;
}
.awardHistory .tab-switch:checked ~ .tab-content {
	transform: translateX(30%);
}
.awardHistory .tab-switch:checked + .tab-label + .tab-content {
	height: auto;
	opacity: 1;
	order: 1;
	pointer-events:auto;
	transform: translateX(0);
}
.awardHistory .tab-wrap::after {
	content: '';
	height: 20px;
	order: -1;
	width: 100%;
}
.awardHistory .tab-switch {
	display: none;
}
.awardHistory dl{
  display:flex;
  flex-wrap: wrap;
  margin: 0;
}
.awardHistory dt{
  font-weight: 700;
  width: 15%;
  padding: 18px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
  line-height: 1.4em;
}
.awardHistory dd{
  padding: 18px 0;
  margin: 0;
  width: 85%;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
  line-height: 1.4em;
}
.awardHistory dd span{
  font-size: 0.75em;
}
.awardHistory dd li{
  margin-bottom: 10px;
  line-height: 1.4em;
}
.awardHistory dd li:last-child{
  margin-bottom: 0;
}

/*----  Tablet Style ------*/
@media screen and (max-width: 1024px){
  .awardHistory .tab-wrap {
    justify-content: center;
  }
  .awardHistory .tab-label {
    flex:initial;
  }
  .awardHistory dt{
    width: 20%;
  }
  .awardHistory dd{
    width: 80%;
  }
}

/*----  Smart Phone Style ------*/
@media screen and (max-width: 599px) {
  .awardHistory .tab-wrap {
  	padding: 0 0 10px;
  }
  .awardHistory .tab-wrap:last-child {
    padding-bottom: 0;
  }
  .awardHistory .tab-label {
    font-size: 1em;
    letter-spacing: .2em;
    margin: 0 5px 0 0;
  	padding: 5px 10px;
  }
  .awardHistory .tab-label span{
    display: none;
  }
  .awardHistory .tab-label::after {
    border-width: 6px 6px 0 6px;
    height: 2px;
    left: 50%;
    bottom:-10px;
    margin-left: -4px;
  }
  .awardHistory dl{
    width: 100%;
    display: inherit;
    font-size: 0.875em;
  }
  .awardHistory dt{
    width: auto;
    line-height: 1.4em;
    border-bottom: none;
    padding: 0 0 5px;
  }
  .awardHistory dd{
    width: auto;
    line-height: 1.4em;
    padding: 0 0 10px;
    margin-bottom: 10px;
  }
  .awardHistory dd ul{
    padding: 0;
  }
  .awardHistory dd li{
    border-bottom:dotted 1px #CCC;
    padding-bottom: 10px;
  }
  .awardHistory dd:last-child{
    margin-bottom: 0;
  }
  .awardHistory dd li:last-child{
    border: none;
    padding-bottom: 0;
  }
}
