@charset "utf-8";
/* CSS Document */
/* interview.css */
.interview__title {
  display: block;
  width: calc(716 / 690 * 100%);
  position: relative;
  margin: 6% auto 6% -2%;
}
.staffprofile {
  display: block;
  margin: 0 auto;
}
.staffprofile__box {
  display: block;
  position: relative;
  padding: calc(10 / 750 * 100%) calc(290 / 750 * 100%) calc(10 / 750 * 100%) calc(40 / 750 * 100%);
}
.staffprofile__title {
  display: block;
  width: calc(336 / 420 * 100%);
  margin: 0 auto;
}
.staffprofile__subtitle {
  font-size: calc(26 / 28 * 1rem);
  text-align: center;
  margin: 1em auto;
  line-height: 1.2em;
}
.staffprofile__subtitle span {
  font-size: calc(30 / 28 * 1rem);
  font-weight: bold;
  padding-right: 0.5em;
}
.staffprofile__balloon {
  background: var(--c-orange);
  text-align: center;
  position: relative;
  z-index: 2;
  font-size: calc(20 / 28 * 1rem);
  width: calc(440 / 420 * 100%);
  line-height: 1.5em;
  box-sizing: border-box;
  padding: 1.2em 2em;
  border-radius: 10em;
  color: var(--c-white);
}
.staffprofile__balloon:after {
  content: "";
  display: block;
  position: absolute;
  width:0;
  height: 0;
  border-left: 1em solid var(--c-orange);
  border-top: 1em solid transparent;
  border-bottom: 1em solid transparent;
  top: calc(50% - 1em);
  right: -.8em;
  font-weight: 500;
}
.staffprofile__balloon span {
  color: var(--c-orange);
  display: block;
  background: #fff;
  line-height: 1.4em;
  border-radius: 10em;
  display: block;
  width: 94%;
  margin: 0 auto .5em;
  font-weight: 500;
}
.staffprofile__image {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: calc(290 / 750 * 100%);
  z-index: 1;
}
.staffprofile__textbox {
  box-sizing: border-box;
  padding: calc(40 / 750 * 100%) calc(40 / 750 * 100%);
}
.staffprofile__textbox p {
  margin: 0 auto;
  font-weight: 500;
  line-height: calc(50 / 28 * 1em);
}
.staffprofile__textatt {
  text-align: right;
  font-size: calc(18 / 28 * 1rem);
  font-weight: 500;
}
.schedule__titlebox {
  width: calc(675 / 650 * 100%);
  position: relative;
  margin: 0 calc(14 / 650 * 100% * -1);
}
.roundbox--schedule .roundbox__inner {
  padding-top: calc(50 / 750 * 100%);
  padding-bottom: calc(230 / 750 * 100%);
}
.roundbox--schedule .ribbon--black {
  font-size: calc(40 / 28 * 1rem);
  padding: .3em;
  width: 10em;
}
.timeline {
  display: block;
  margin: 1em auto;
}
.timeline__item {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.timeline__clock {
  width: calc(150 / 650 * 100%);
  position: relative;
}
.timeline__clock:after {
  content: "";
  display: block;
  width: 1px;
  height: calc( 100% - 5.5em);
  background: var(--c-green);
  position: absolute;
  bottom: 0.5em;
  left: 50%;
}
.timeline__item:last-child .timeline__clock:after {
  content: none;
}
.timeline__item .timeline__text {
  width: calc(450 / 650 * 100%);
}
.timeline__item .timeline__time {
  color: var(--c-green);
  font-weight: bold;
  font-size: calc(26 / 28 * 1rem);
}
.timeline__item .timeline__time span {
  background: var(--c-green);
  color: var(--c-white);
  display: inline-block;
  padding: 0 .3em;
  line-height: 1.5em;
  margin-left: .5em;
}
.timeline__item p {
  margin: 0 auto;
  box-sizing: border-box;
  padding-bottom: 1em;
  font-size: calc(24 / 28 * 1rem);
  font-weight: 500;
  line-height: calc(50 / 24 * 1em);
}
.timeline__clock span {
  display: block;
  position: relative;
  transform: translate3d(-6%,0,0);
}
.timeline__clock span.timeline__clock--r {
  display: block;
  position: relative;
  transform: translate3d(6%,0,0);
}
.schedule__image {
  position: relative;
  z-index: 3;
  margin: -40% auto 0;
}

.box--notes {
  position: relative;
  z-index: 4;
  background-color: #f0f;
  margin: -2.3% auto 0;
  background: url(../../shared/img/gridline_bg.png) repeat top left;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  padding: calc(100 / 750 * 100%) calc(40 / 750 * 100%) 0;
  overflow: hidden;
}
.best3__item {
  border:calc(3 / 28 * 1rem) solid var(--c-black);
  border-radius: 0 0 calc(30 / 28 * 1rem) calc(30 / 28 * 1rem);
  background: var(--c-base);
  margin: 16% auto 2%;
}
.best3__item .best3__subtitle {
  background: var(--c-green);
  text-align: center;
  color: var(--c-white);
  position: relative;
  box-sizing: border-box;
  padding: 0 0 calc(30 / 650 * 100%);
}
.best3__item--03 .best3__subtitle {
  background: #69878e;
}
.best3__item--02 .best3__subtitle {
  background: var(--c-orange);
}
.best3__subtitle__panch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: .8em;
  width: 100%;
  box-sizing: border-box;
  padding: .3em 1em;
  margin: 0 auto 1.3em;
}
.best3__item .best3__ic {
  display: block;
  position: absolute;
  top: 0%;
  left: 50%;
  width: calc(121 / 650 * 100%);
  -webkit-transform: translate3d(-50%,-50%,0);
  -ms-transform: translate3d(-50%,-50%,0);
  -o-transform: translate3d(-50%,-50%,0);
  transform: translate3d(-50%,-50%,0);
}
.best3__item .best3__dec {
  width: calc(134 / 650 * 100%);
  position: absolute;
  top: -38%;
  left: 12%;
}
.best3__item--02 .best3__dec {
  width: calc(144 / 650 * 100%);
  position: absolute;
  top: -30%;
  left: 78%;
}
.best3__item--03 .best3__dec {
  width: calc(148 / 650 * 100%);
  position: absolute;
  top: -38%;
  left: -2%;
}
.best3__subtitletext span {
  font-weight: bold;
  text-align: center;
}
.best3__subtitletext h3{
  font-weight: bold;
  font-size: calc(44 / 28 * 1rem);
  text-align: center;
  margin: 0 auto;
}
.best3__itemtext {
  display: block;
  position: relative;
  box-sizing: border-box;
  padding: calc(30 / 650 * 100%) calc(40 / 650 * 100%);
}
.best3__itemtext p {
  margin: 0 auto;
  font-weight: 500;
  text-align: justify;
}
.best3__itemtext span {
  font-weight: bold;
  color: var(--c-green);
}
.best3__item--02 .best3__itemtext span  {
  color: var(--c-orange);
}
.best3__item--03 .best3__itemtext span  {
  color: #69878e;
}
.message .midarrow {
  width: 100%;
}
.message__text p span {
  background: var(--c-green);
  color: var(--c-white);
}
.message__text p {
  margin: 0 auto;
  font-weight: 500;
  line-height: calc(50 / 28 * 1em);
}
.message__image {
  background: url(img/webp/ttl_message.webp) no-repeat bottom center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  display: block;
  width: calc(618 / 650 * 100%);
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 calc(( 1 - 242 / 618 ) * 100% * 0.5);
  position: relative;
  z-index: 1;
}
.message__image  img {
  position: relative;
  display: block;
  transform: translate3d(0,5%,0);
}
.recommend__title {
  background: var(--c-green);
  text-align: center;
  color: var(--c-white);
}
.recommend__title h3 {
  margin: 0 auto;
  box-sizing: border-box;
  font-weight: bold;
  font-size: calc(36 / 28 * 1rem);
  padding: calc(30 / 750 * 100%);
}
.recommend__list {
  display: block;
  width: calc(600 / 750 * 100%);
  margin: calc(40 / 750 * 100%) auto;
}
.recommend__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
  background: url(img/line_message.png) no-repeat bottom center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  box-sizing: border-box;
  padding-bottom: .5%;
  margin: 0 auto .6em;
}
.recommend__image {
   width: calc(68 / 600 * 100%);
}
.recommend__image--02 {
   width: calc(85 / 600 * 100%);
}
.recommend__image--03 {
   width: calc(75 / 600 * 100%);
}
.recommend__text {
  text-align: center;
  font-weight: bold;
  font-size: calc( 28 / 28 * 1rem);
  display: inline-block;
  padding: 0 1em;
}
.recommend {
  margin: 0 auto 16%;
}

.recruitbtn {
  display: block;
  box-sizing: border-box;
  width: calc(650 / 750 * 100%);
  margin: 12% auto 12%;
}
.recruitbtn__box {
  position: relative;
  margin: 0 auto 8%;
}
.recruitbtn__box:after {
  content: "";
  display: block;
  background: var(--c-orange);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  -webkit-transform: translate3d(.5em,.5em,0);
  -ms-transform: translate3d(em,.5em,0);
  -o-transform: translate3d(.5em,em,0);
  transform: translate3d(.5em,.5em,0);
  border-radius: 1em;
}
.recruitbtn__box--green:after {
  content: "";
  background: var(--c-green);

}
.recruitbtn__innner {
  background: var(--c-white);
  border-radius: 1em;
  border: calc(2 / 28 * 1rem) solid var(--c-orange);
  display: block;
  padding: calc(20 / 650 * 100%) calc(20 / 650 * 100%) calc(40 / 650 * 100%);
  position: relative;
  text-align: center;
  font-weight: bold;
  z-index: 3;
}
.recruitbtn__box--green .recruitbtn__innner {
  border: calc(2 / 28 * 1rem) solid var(--c-green);

}
.recruitbtn__text {
  text-align: center;
  padding-bottom: .5em;
}
.recruitbtn__text span {
  display: block;
  margin: 0 auto;
  font-size: calc(36 / 28 * 1rem);
  line-height: 1.3em;
  color: var(--c-orange);
}
.recruitbtn__box--green .recruitbtn__text span {
  color: var(--c-green);

}
.recruitbtn__box .button--black {
  display: block;
  width: 78%;
  margin: 0 auto;
}

.recruitbtn__box--orange .button--black:before {
  content: "";
  background-color: var(--c-orange);
}
.recruitbtn__box--orange .button--black:hover {
  background-color: var(--c-orange);
}
