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

/* canvas */
canvas {
  width: 100%;
  position: fixed;
  top: auto;
  bottom: 12%;
  left: 0;
  z-index: -1;
}

/* pagetitle_detail
--------------------- */
#pagetitle_detail {
  width: 100%;
}
#pagetitle_detail .inner {
  height: 700px;
}
#pagetitle_detail .tithead {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 600px;
  padding-right: 50px;
}
#pagetitle_detail .tithead .catch {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.3em;
  margin-bottom: 40px;
}

#pagetitle_detail .tithead .name {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#pagetitle_detail .tithead .name h1 {
  font-size: 6rem;
  line-height: 1;
}
#pagetitle_detail .tithead .name .job {
  font-size: 1.4rem;
  line-height: 1.4em;
  padding-left: 20px;
}

#pagetitle_detail .human {
  width: 500px;
  position: absolute;
  bottom: 0;
  left: 600px;
}

/* profile
--------------------- */
#profile {
  width: 100%;
  background: #f4f4f4;
  padding: 100px 0;
}
#profile dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#profile dl dt {
  width: 160px;
}
	#profile dl dt span {
	  font-size: 2.6rem;
	  font-weight: 500;
	  line-height: 1;
	}

#profile dl dd {
  width: -webkit-calc(100% - 160px);
  width: calc(100% - 160px);
  border-left: solid 1px #ddd;
  padding-left: 50px;
	}
	#profile dl dd span {
	  font-size: 1.5rem;
	  line-height: 2em;
	}

/* interview
--------------------- */
.interview {
  width: 100%;
  padding-top: 150px;
}
#interview03 {
  padding-bottom: 150px;
}
.mb {
  padding-bottom: 150px;
}
.interview h2 {
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1.4em;
}

.interview dl {
  margin-top: 25px;
}
.interview dl dt {
  font-size: 2.2rem;
  line-height: 1.4em;
  margin-bottom: 10px;
  padding-left: 14px;
  position: relative;
}
.interview dl dt:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  top: 13px;
  left: 0;
}

.interview dl dd {
  font-size: 1.4rem;
  line-height: 1.8em;
}
.interview dl dd .sub {
  margin-top: 15px;
  display: block;
  font-size: 1.2rem;
  line-height: 1.4em;
}

.interview .text {
  width: 50%;
  padding-right: 5%;
}

#interview01 .pht {
  width: 50%;
}
#interview02 .pht {
  width: 100%;
  height: 550px;
  margin-top: 50px;
}

/* list
--------------------- */
#list {
  width: 100%;
  padding-bottom: 80px;
}
#list a.linkbox {
  display: block;  width: calc(100% / 3);
  padding: 290px 30px 0 30px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
#list a.linkbox.active {
  opacity: 0.4;
}
#list a.linkbox.interview02 {
  background: url("../img/interview02/pht02.jpg") no-repeat 50% 8% / cover;
}
#list a.linkbox.interview03 {
  background: url("../img/interview03/pht02.jpg") no-repeat 34% 50% / cover;
}
#list a.linkbox.interview04 {
  background: url("../img/interview04/pht02.jpg") no-repeat 78% 50% / cover;
}

#list a.linkbox.interview05 {
  background: url("../img/interview05/pht02.jpg") no-repeat 20% 50% / cover;
}
#list a.linkbox h2 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 40px;
}

#list a.linkbox .name {
  font-size: 8rem;
  font-weight: 600;
  line-height: 0.65;
}

#list a.linkbox .more {
  width: 155px;
  /* position: absolute; */
  padding: 20px 0 40px;
  margin-left: auto;
  bottom: 30px;
  right: 30px;
}
#list a.linkbox .more .arrow {
  height: 60px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
#list a.linkbox .more .arrow:before {
  content: "";
  width: 60px;
  height: 60px;
  border: solid 1px #fff;
  border-radius: 50%;
  background: url("../../common/img/icon_arrow_white.svg") no-repeat center;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
#list a.linkbox:hover .more .arrow:before {
  background: #fff url("../../common/img/icon_arrow_black.svg") no-repeat center;
}
#list a.linkbox .more .arrow .en {
  font-size: 1.5rem;
  line-height: 1;
}

/* interview_list
--------------------- */
#interview_list {
  width: 100%;
  padding-bottom: 100px;
}
#interview_list .linkbox {
  display: block;
  margin-bottom: 60px;
  position: relative;
}
#interview_list .linkbox .pht {
  width: 55%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

#interview_list .linkbox .text {
  padding: 80px 0;
  position: relative;
  z-index: 2;
}
#interview_list .linkbox .text h2 {
  font-size: 4rem;
  line-height: 1.4em;
  margin-bottom: 5px;
}

#interview_list .linkbox .text dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
}
#interview_list .linkbox .text dl dt {
  font-size: 5rem;
  font-weight: 700;
}
#interview_list .linkbox .text dl dd {
  font-size: 1.2rem;
  padding-left: 20px;
}

#interview_list .linkbox .text .more {
  width: 155px;
  height: 60px;
  line-height: 60px;
  position: relative;
}
#interview_list .linkbox .text .more:before {
  content: "";
  width: 60px;
  height: 60px;
  border: solid 1px #000;
  border-radius: 50%;
  background: #fff url("../../common/img/icon_arrow_black.svg") no-repeat center;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
#interview_list .linkbox:hover .text .more:before {
  background: #000 url("../../common/img/icon_arrow_white.svg") no-repeat center;
}
#interview_list .linkbox .text .more .en {
  font-size: 1.5rem;
  line-height: 1;
}



.entry_btn {
	max-width: 300px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 120px;
}
	.entry_btn img {
		width: 20px;
		margin-bottom: 30px;
	}

	.entry_btn a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 64px;
		background: #fff;
		border: solid 2px #FF7D8C;
		font-size: 1.8rem;
		letter-spacing: 0.1em;
		text-align: center;
		line-height: 1;
		color: #FF7D8C;
	}
	.entry_btn a:hover {
		background: #FF7D8C;
		color: #fff;
	}



/* 1400px */
@media screen and (max-width: 1400px) {
  /* canvas */
  canvas {
    bottom: 32%;
  }

  /* pagetitle_detail
--------------------- */
  #pagetitle_detail .inner {
    height: 600px;
  }
  #pagetitle_detail .tithead {
    height: 500px;
  }
  #pagetitle_detail .tithead .catch {
    font-size: 4.6rem;
  }

  #pagetitle_detail .human {
    width: 440px;
  }

  /* interview
--------------------- */
  .interview h2 {
    font-size: 3rem;
  }

  .interview dl dt {
    font-size: 2rem;
  }
  .interview dl dt:before {
    top: 10px;
  }
}

/* 1024px */
@media screen and (max-width: 1024px) {
  /* canvas */
  canvas {
    bottom: 35%;
  }

  /* pagetitle_detail
--------------------- */
  #pagetitle_detail .inner {
    height: 500px;
  }
  #pagetitle_detail .tithead {
    height: 450px;
  }
  #pagetitle_detail .tithead .catch {
    font-size: 3.6rem;
    margin-bottom: 30px;
  }

  #pagetitle_detail .tithead .name h1 {
    font-size: 4.2rem;
  }
  #pagetitle_detail .tithead .name .job {
    font-size: 1.2rem;
  }

  #pagetitle_detail .human {
    width: 370px;
    left: 450px;
  }

  /* interview
--------------------- */
  .interview {
    width: 100%;
    padding-top: 100px;
  }
  #interview03 {
    padding-bottom: 100px;
  }
  .mb {
    padding-bottom: 100px;
  }
  .interview .inner {
    display: block;
  }
  .interview .text {
    width: 100%;
    padding-right: 0;
  }

  #interview01 .pht {
    width: 100%;
    height: 450px;
    margin-top: 50px;
  }
  #interview02 .pht {
    width: 100%;
    height: 450px;
    margin-top: 50px;
  }

  /* list
--------------------- */
  #list {
  }
  #list a.linkbox {
    padding: 200px 20px 0 20px;
  }
  #list a.linkbox h2 {
    font-size: 2rem;
    margin-bottom: 30px;
    min-height: 96px;
  }

  #list a.linkbox .name {
    font-size: 9rem;
    line-height: 0.7;
  }

/* interview_list
--------------------- */
#interview_list .linkbox .pht {
  width: 50%;
}

#interview_list .linkbox .text h2 {
  font-size: 3.2rem;
}
	
	
}

/* max 767px */
@media screen and (max-width: 767px) {
  /* pagetitle_detail
--------------------- */
  #pagetitle_detail .inner {
    height: auto;
  }
  #pagetitle_detail .tithead {
	  width: 100%;
	display: block;
	  padding-right: 0;
    height: auto;
    padding-top: 50px;
  }
  #pagetitle_detail .tithead .catch {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }

  #pagetitle_detail .tithead .name h1 {
    font-size: 4rem;
  }
  #pagetitle_detail .tithead .name .job {
    font-size: 1.4rem;
    padding-left: 22px;
  }

  #pagetitle_detail .human {
	  width: 100%;
    max-width: 380px;
    margin: auto;
    position: static;
  }

  /* interview_list
--------------------- */
  #interview_list {
    padding-bottom: 20px;
  }
  #interview_list .linkbox {
    margin-bottom: 60px;
    padding-bottom: 260px;
  }
  #interview_list .linkbox .pht {
    width: 95%;
    height: 250px;
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
  }

  #interview_list .linkbox .text {
    padding: 0;
    position: relative;
  }
  #interview_list .linkbox .text h2 {
    font-size: 2.6rem;
	  height: 72px;
	  overflow: hidden;
  }

  #interview_list .linkbox .text dl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }
  #interview_list .linkbox .text dl dt {
    font-size: 4rem;
  }
  #interview_list .linkbox .text dl dd {
    font-size: 1rem;
  }

  #interview_list .linkbox .text .more {
    width: 50px;
    height: 50px;
    border: solid 1px #000;
    border-radius: 50%;
    background: #fff url("../../common/img/icon_arrow_black.svg") no-repeat
      center;
    position: absolute;
    bottom: 10px;
    right: 0;
  }
  #interview_list .linkbox .text .more:before,
  #interview_list .linkbox:hover .text .more:before {
    display: none;
  }
  #interview_list .linkbox .text .more .en {
    display: none;
  }

  /* profile
--------------------- */
  #profile {
    padding: 60px 0;
  }
  #profile dl {
    display: block;
  }
  #profile dl dt {
    width: 100%;
  }
  #profile dl dt span {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }

  #profile dl dd {
    width: 100%;
    border-left: none;
    padding-left: 0;
  }
  #profile dl dd span {
    font-size: 1.4rem;
  }

  /* interview
--------------------- */
  .interview {
    padding-top: 80px;
  }
  #interview03 {
    padding-bottom: 80px;
  }
  .mb {
    padding-bottom: 80px;
  }
  .interview h2 {
    font-size: 2.2rem;
  }

  .interview dl {
    margin-top: 20px;
  }
  .interview dl dt {
    font-size: 1.7rem;
  }
  .interview dl dt:before {
    top: 10px;
  }

  .interview dl dd {
    font-size: 1.3rem;
  }
  .interview dl dd .sub {
    margin-top: 12px;
    font-size: 1rem;
  }

  #interview01 .pht {
    height: 250px;
    margin-top: 30px;
  }
  #interview02 .pht {
    height: 250px;
    margin-top: 30px;
  }

  /* list
--------------------- */
  #list {
	  padding-bottom: 60px;
  }
  #list .flex {
    display: block;
  }
  #list a.linkbox {
    width: 100%;
    padding: 120px 5% 0 5%;
  }
  #list a.linkbox h2 {
    font-size: 1.7rem;
    margin-bottom: 30px;
    min-height: 0px;
  }

  #list a.linkbox .name {
    font-size: 6rem;
    line-height: 0.7;
  }

  #list a.linkbox .more {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: url("../../common/img/icon_arrow_white.svg") no-repeat center;
    border: solid 1px #fff;
    bottom: 20px;
    right: 5%;
  }
  #list a.linkbox .more .arrow {
    display: none;
  }
  #list a.linkbox .more .arrow:before {
    display: none;
  }



	.entry_btn {
		max-width: 70%;
		margin-bottom: 70px;
	}
}
