@charset "utf-8";
/* ---------------------------------------------------------------------------------
Copyright © J-SURE

HTML CSS Selectors staff

$Revision: 1.0 $
--------------------------------------------------------------------------------- */

/*---------------------------------------------------------------------------------
一覧
--------------------------------------------------------------------------------- */
.list .contents-ttl {
  margin-bottom: 60px;
}
.staff-list {
  display: flex;
  flex-wrap: wrap;
  width: 1175px;
  margin: 0 auto 130px;
}
.staff-list li {
  width: 205px;
  margin: 0 15px 40px;
}
.staff-list li a {
  display: block;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}
.staff-list li a:hover {
  opacity: 1;
}
.staff-list .name {
  display: block;
  padding: 15px 0 10px;
  font-size: 16px;
}

.staff-list img:last-child {
  position: absolute;
  top: 0;
  left: 0;
}

.staff-list li:nth-of-type(5n+2) .img-box-in::before {
  transition-delay: .5s
}
.staff-list li:nth-of-type(5n+3) .img-box-in::before {
  transition-delay: .6s
}
.staff-list li:nth-of-type(5n+4) .img-box-in::before {
  transition-delay: .7s
}
.staff-list li:nth-of-type(5n) .img-box-in::before {
  transition-delay: .8s
}

/*---------------------------------------------------------------------------------
詳細
--------------------------------------------------------------------------------- */
.staff-name {
  height: 48px;
  font-family: 'Mukta', 'Noto Sans JP', sans-serif;
  font-size: 48px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition-delay: 2000ms;
}

.staff-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  width: 1000px;
  margin: 0 auto 82px;
}
.staff-header-inner {
  width: 500px;
  position: relative;
}
.staff-header-name {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 292px;
  font-size: 30px;
  line-height: 1;
  font-weight: 500;
}
.staff-header-name .job {
  padding-right: 22px;
  font-size: 14px;
  position: relative;
  top: 5px;
}
.staff-header-movie {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.staff-header-movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.staff-header-photo {
  width: 438px;
}
.staff-header-sns {
  padding-top: 36px;
  display: flex;
  flex-wrap: wrap;
}
.staff-header-sns a {
  display: block;
  width: 20px;
  margin-right: 30px;
}

.staff-cal {
  padding: 70px 0 60px;
  background-color: #f4f4f4;
  margin-bottom: 130px;
}
.staff-cal-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.staff-cal-list li {
  box-sizing: border-box;
  width: 300px;
  padding: 16px 23px 0;
  height: 315px;
  border: 1px solid #f4f4f4;
  margin: 0 25px;
  position: relative;
}
.staff-cal-info {
  display: flex;
  flex-wrap: wrap;
  width: 1000px;
  margin: 0 auto;
}
.staff-cal-info li {
  padding: 2px 30px 0 34px;
  line-height: 1;
  position: relative;
}
.staff-cal-info li::before {
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  content:"";
  position: absolute;
  top: 0;
  left: 0;
}
.staff-cal-info .cal-info01::before {
  border: 2px solid #00987f;
}
.staff-cal-info .cal-info02::before {
  border: 2px solid #7abaec;
}
.staff-cal-info .cal-info03::before {
  border: 2px solid #fa9ea7;
}

.staff-reserve {
  width: 436px;
  height: 68px;
  margin: 50px auto 0;
}

/*profile*/
.profile {
  margin-bottom: 155px;
}
.profile-ttl {
  margin-bottom: 127px;
  font-family: 'Mukta', sans-serif;
  font-size: 48px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
.profile-data {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 108px;
  line-height: 2;
}
.profile-data-list01 {
  display: flex;
  flex-wrap: wrap;
  width: 410px;
  padding-right: 50px;
}
.profile-data-list02 {
  display: flex;
  flex-wrap: wrap;
  width: 540px;
}
.profile-data dt {
  width: 119px;
  padding: 5px 0 20px;
}
.profile-data dd {
  box-sizing: border-box;
  width: calc(100% - 119px);
  padding: 5px 0 20px 27px;
  border-left: 1px solid #acacac;
}
.profile-data dt:nth-last-of-type(1),
.profile-data dd:nth-last-of-type(1){
  padding-bottom: 0;
}

.history {
  padding: 120px 0 28px;
  margin-bottom: 138px;
  position: relative;
  ransform: translate(0,0);
  opacity: 1;
}
.history::before {
  width: 0;
  height: 100%;
  background-color: #f4f4f4;
  transition : all 500ms 300ms ease-out;
  content:"";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.effect-on.history::before {
  width: calc(50% + 90px);
}
.history-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.history-ttl {
  width: 145px;
  position: absolute;
  top: -137px;
  left: 25px;
  transition-delay:800ms;
}
.history-list {
  display: flex;
  flex-wrap: wrap;
  width: 580px;
  padding-left: 95px;
}
.history-list dt {
  width: 120px;
  padding-bottom: 40px;
  font-family: 'Mukta', sans-serif;
  font-size: 16px;
}
.history-list dd {
  width: calc(100% - 120px);
  padding-bottom: 40px;
}
.history-photo {
  width: 200px;
}
.history-photo .img-box {
  margin-bottom: 40px;
}

.banner {
  width: 660px;
  margin: 0 auto 155px;
}
.banner a {
  display: block;
  margin-bottom: 25px;
  position: relative;
}
.banner a:hover {
  opacity: 1;
}
.banner a:hover .img-box-in {
  opacity: 0.6;
}
.banner-in {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: 0.2s ease-in-out;
}
.banner a:hover .banner-in {
  opacity: 1;
}

.banner-in__en {
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 22px;
  font-family: 'Mukta', sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 300;
  text-align: center;
  position: relative;
}
.banner-in__en::after {
  width: 58px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  content:"";
}
.banner-in__jp {
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  font-weight: 700;
}

.blog {
  padding-bottom: 120px;
  position: relative;
  opacity: 1;
  transform: translate(0,0);
}
.blog::before {
  width: 100%;
  height: 0;
  background-color: #f4f4f4;
  position: absolute;
  bottom: 0;
  left: 0;
  content:"";
  transition : all 900ms 300ms ease-out;
}
.effect-on.blog::before {
  height: calc(100% - 338px);
}
.blog-ttl {
  margin-bottom: 75px;
  font-family: 'Mukta', sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}

.blog-list {
  display: flex;
  flex-wrap: wrap;
  width: 1152px;
  margin: 0 auto 40px;
  position: relative;
  z-index: 2;
}
.blog-list li {
  box-sizing: border-box;
  width: 340px;
  padding: 20px;
  margin: 0 22px 38px;
  background-color: #fff;
  box-shadow: 0px 3px 8px 0px rgba(4, 0, 0, 0.15);
}
.blog-list a {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
.blog-list .img-box {
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
}

.blog-list li:nth-of-type(3n+2) .img-box-in::before {
  transition-delay: .6s
}
.blog-list li:nth-of-type(3n) .img-box-in::before {
  transition-delay: .8s
}
.blog-list__date {
  padding-right: 12px;
  font-family: 'Mukta', sans-serif;
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
}
.blog-list__category {
  box-sizing: border-box;
  height: 22px;
  padding: 4px 10px 0;
  background-color: #acacac;
  font-size: 13px;
  line-height: 1;
  color: #fff;
}
.blog-list__ttl {
  width: 100%;
  padding-top: 15px;
  font-size: 15px;
  line-height: 1.46;
  font-weight: 700;
}
.blog-more {
  width: 528px;
  height: 68px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}


