@charset "UTF-8";

/*============================
	interview__page common
============================*/

/* interview__kv */
.interview__kv::before {
  content: "";
  position: absolute;
  max-width: 874px;
  width: 54.6%;
  padding-bottom: 54.6%;
  background: url(../interview/images/bg_interview_top.png) no-repeat top right/contain;
  top: 0;
  right: 0;
}

.color-y {
  color: #2cc6d2;
}

.bgcolor-y {
  background: #2cc6d2;
}

.color-g {
  color: #20bda5;
}

.bgcolor-g {
  background: #20bda5;
}

.color02 {
  color: #0a98cf;
}

.color-o {
  color: #eb8725;
}

.bgcolor-o {
  background: #eb8725;
}

.color-b {
  color: #1180cc;
}

.bgcolor-b {
  background: #1180cc;
}

p.caption_r {
    margin: 60px auto -60px;
    font-size: 1.3rem;
    text-align: right;
    max-width: 1275px;
	position: relative;
}

p.caption_r2 {
    margin: 260px auto -250px;
    font-size: 1.3rem;
    text-align: right;
    max-width: 1275px;
	position: relative;
}

@media screen and (max-width:1279px) {

  /* interview__kv */
  .interview__kv::before {
    right: -15px;
  }
	
  p.caption_r2 {
    margin-bottom: -300px;
  }

}


/*============================
  i-contents
============================*/
.i-contents {
  padding: 0 0 150px;
}

.i-cont__bg {
  position: absolute;
  max-width: 1215px;
  width: 75.9%;
  bottom: 0;
  left: 0;
}

.i-cont__item {
  width: 355px;
}
.i-cont__item a:hover .i-cont__img  img{
  transform: scale(1.05);
}
.i-cont__img {
  border-radius: 0 25px 0 25px;
  overflow: hidden;
  margin-bottom: 35px;
}

.i-cont__ctg01 {
  line-height: 37px;
  top: 0;
  left: 0;
  color: #fff;
  background: #fcce5b;
  min-width: 92px;
  padding: 0 1em;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;


}

.i-cont__ctg01.ctg02 {
  background: #eb8725;
}

.i-cont__ctg02 {
  line-height: 37px;
  bottom: 0;
  right: 0;
  color: #fff;
  background: #20bda5;
  padding: 0 1em;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;


}

.i-cont__ctg02.ctg02 {
  background: #2cc6d2;
}

.i-cont__ctg02.ctg03 {
  background: #0a98cf;
}

.i-cont__ctg02.ctg04 {
  background: #1180cc;
}

.i-cont__h3 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 1em;
}

/* layout */
.i-cont__item.item01 {
  margin: 50px 8% 0 0;
}

.i-cont__item.item03 {
  margin: 70px 0 0 0;
}

.i-cont__item.item04 {
  margin: 0 0 0 8%;
}

@media screen and (max-width:1279px) {
  .i-contents {
    padding: 0 0 100px;
  }

  .i-cont__bg {
    width: 75.9%;
    bottom: 0;
    left: 0;
  }

  .i-cont__item {
    width: 240px;
  }

  .i-cont__img {
    border-radius: 0 20px 0 20px;
    margin-bottom: 25px;
  }

  .i-cont__ctg01 {
    line-height: 30px;
    min-width: 80px;
    padding: 0 1em;
    font-size: 1.3rem;

  }

  .i-cont__ctg02 {
    line-height: 30px;
    font-size: 1.3rem;
  }


  .i-cont__h3 {
    font-size: 1.8rem;
    margin-bottom: .5em;
  }

  /* layout */
  .i-cont__item.item01 {
    margin: 30px 8% 0 0;
  }

  .i-cont__item.item03 {
    margin: 40px 0 0 0;
  }

  .i-cont__item.item04 {
    margin: 0 0 0 8%;
  }

}

@media screen and (max-width:767px) {
  .i-contents {
    padding: 0 0 60px;
  }

  .i-cont__bg {
    width: 75.9%;
    bottom: 0;
    left: 0;
  }

  .i-cont__item {
    width: 90%;
    max-width: 300px;
    margin: 0 auto 30px;
  }

  .i-cont__img {
    border-radius: 0 20px 0 20px;
    margin-bottom: 20px;
  }

  .i-cont__ctg01 {
    line-height: 30px;
    min-width: 80px;
    padding: 0 1em;
    font-size: 1.3rem;

  }

  .i-cont__ctg02 {
    line-height: 30px;
    font-size: 1.3rem;
  }


  .i-cont__h3 {
    font-size: 1.8rem;
    margin-bottom: .5em;
  }

  /* layout */
  .i-cont__item.item01 {
    margin: 0 auto 30px;
  }

  .i-cont__item.item03 {
    margin: 0 auto 30px;
  }

  .i-cont__item.item04 {
    margin: 0 auto;
  }
	
	p.caption_r {
    text-align: left;
	margin-bottom: 0;
  }
	
	p.caption_r2 {
    text-align: left;
	margin-bottom: 0;
	margin-top: 60px;
  }
	
}



/*============================
  i-interview / detail-page
============================*/
.i-interview {
  background: url(../interview/images/i-detail_bg.png) no-repeat center top 80%/100%;
}

.intervew__kv--ctgwrap {
  margin-bottom: 30px
}

.intervew__kv--ctg01 {
  line-height: 37px;
  color: #fff;
  background: #fcce5b;
  min-width: 92px;
  padding: 0 1em;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  margin-right: 10px
}
.intervew__kv--ctg01.ctg02 {
 background: #eb8725;
}
.i-cont__ctg01.ctg02 {
  background: #eb8725;
}

.intervew__kv--ctg02 {
  line-height: 37px;
  color: #fff;
  background: #20bda5;
  min-width: 92px;
  padding: 0 1em;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;

}

.intervew__kv--ctg02.ctg02 {
  background: #2cc6d2;
}

.intervew__kv--ctg02.ctg03 {
  background: #0a98cf;
}

.intervew__kv--ctg02.ctg04 {
  background: #1180cc;
}


.interview__kv--img {
  display: block;
  max-width: 1550px;
  margin: 0 auto;
}

.i-int__circleimg {
  display: block;
  max-width: 192px;
  margin: -75px auto 20px;
}

.i-int__name {
  text-align: center;
  margin-bottom: 30px;
}

.i-int__name .font-en {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;

}

.i-int__name .name {
  display: block;
  font-size: 2rem;
  font-weight: bold;

}

.i-int__name .position {
  display: block;
  font-size: 1.3rem;
}

.i-int__profile {
  text-align: center;
  max-width: 854px;
  margin: 0 auto 65px;
}

.i-int__copy {
  text-align: center;
  font-size: 3.8rem;
  position: relative;
  margin-bottom: 120px;
}

.i-int__copy .txt {
  font-weight: bold;
  background: none;
  line-height: 1.8;
}

.i-int__copy .bg-ttl {
  font-size: min(18rem, 16vw);
  line-height: 1;
  display: block;
  background: linear-gradient(135deg, #bdf1ff, #d0f3e5);
  background: -webkit-linear-gradient(135deg, #bdf1ff, #d0f3e5);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  width: fit-content;
  opacity: .6;
  letter-spacing: 0;
  white-space: nowrap;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* article */
.i-int__atc {
  margin-bottom: 100px;
}

.i-int__atc.atc04 {
  margin-bottom: 0
}

.i-int__txtwrap {
  width: 50%;
}

.i-int__imgwrap {
  width: 45%;
}

.i-int__h3 {
  margin-bottom: 40px;
  width: fit-content;

}

.i-int__h3 .mark-left {
  top: -15px;
  left: 0;
}

.i-int__h3 .mark-right {
  bottom: -15px;
  right: 0;
}

.i-int__h3 .font-en {
  padding-left: 75px;
  font-size: 2rem;
  font-weight: bold;
  display: block;
  line-height: 1;
  margin-bottom: 1em;
}

.i-int__h3 .txt {
  font-size: 2.6rem;
  font-weight: bold;
  padding-right: 65px;
  display: block;
  line-height: 1.4;
}

/* h3 center*/
.center.i-int__h3 {
  text-align: center;
  margin: 0 auto 40px;
}

.center.i-int__h3 .font-en {
  padding: 0;
}

.center.i-int__h3 .txt {
  padding: 0 75px;
}

.center.i-int__h3 .mark-left {
  top: 30px;
}

.center.i-int__atc--txt {
  max-width: 1000px;
  margin: 0 auto;

}

.i-int__atc--txt {
  line-height: 2
}


.i-int__img03 {
  display: block;
  max-width: 1550px;
  margin: 0 auto 100px;
}


/* atc04 */
.atc04 .i-int__txtwrap {
  width: 48%;
}

@media screen and (max-width:1279px) {


  .interview__kv--img {
    margin: 0 auto;
  }

  .intervew__kv--ctgwrap {
    margin-bottom: 20px
  }

  .intervew__kv--ctg01 {
    line-height: 30px;
    min-width: 80px;
    padding: 0 1em;
    font-size: 1.3rem;

  }

  .intervew__kv--ctg02 {
    line-height: 30px;
    font-size: 1.3rem;
  }

  .i-int__circleimg {
    max-width: 140px;
    margin: -50px auto 15px;
  }

  .i-int__name {
    margin-bottom: 20px;
  }

  .i-int__name .font-en {
    font-size: 1.2rem;
  }

  .i-int__name .name {
    font-size: 1.8rem;

  }

  .i-int__name .position {
    font-size: 1.2rem;
  }

  .i-int__profile {
    margin: 0 auto 40px;
  }

  .i-int__copy {
    font-size: 2.4rem;
    margin-bottom: 80px;
  }


  .i-int__copy .bg-ttl {
    font-size: min(18rem, 16vw);
    top: 30%;
  }

  /* article */
  .i-int__atc {
    margin-bottom: 80px;
  }

  .i-int__txtwrap {
    width: 50%;
  }

  .i-int__imgwrap {
    width: 45%;
  }

  .i-int__h3 {
    margin-bottom: 30px;
  }

  .i-int__h3 .mark-left {
    top: -10px;
    left: 0;
    width: 35px;
  }

  .i-int__h3 .mark-right {
    bottom: -10px;
    right: 0;
    width: 35px;
  }

  .i-int__h3 .font-en {
    padding-left: 50px;
    font-size: 1.6rem;
    margin-bottom: 1em;
  }

  .i-int__h3 .txt {
    font-size: 1.6rem;
    padding-right: 35px;
  }

  /* h3 center*/
  .center.i-int__h3 {
    margin: 0 auto 30px;
  }

  .center.i-int__h3 .txt {
    padding: 0 50px;
  }

  .center.i-int__h3 .mark-left {
    top: 25px;
  }



  .i-int__img03 {
    margin: 0 auto 80px;
  }


  /* atc04 */
  .atc04 .i-int__txtwrap {
    width: 48%;
  }
}

@media screen and (max-width:767px) {

  .i-int__circleimg {
    max-width: 100px;
    margin: -30px auto 10px;
  }

  .intervew__kv--ctgwrap {
    margin-bottom: 20px
  }

  .intervew__kv--ctg01 {
    line-height: 30px;
    width: fit-content;
    min-width: 80px;
    padding: 0 1em;
    font-size: 1.3rem;
    margin: 0 0 5px
  }

  .intervew__kv--ctg02 {
    width: fit-content;
    line-height: 30px;
    font-size: 1.3rem;
  }

  .i-int__name {
    margin-bottom: 15px;
  }

  .i-int__name .font-en {
    font-size: 1.2rem;
  }

  .i-int__name .name {
    font-size: 1.6rem;

  }

  .i-int__name .position {
    font-size: 1.2rem;
  }

  .i-int__profile {
    margin: 0 auto 30px;
    text-align: left;
  }

  .JS .i-int__copy {
    font-size: min(1.6rem, 4vw);
    margin-bottom: 50px;
  }


  .i-int__copy .bg-ttl {
    font-size: min(18rem, 16vw);
    top: 30%;
  }

  /* article */
  .i-int__atc {
    margin-bottom: 60px;
  }


  .i-int__txtwrap {
    width: 100%;
    margin-bottom: 30px;
  }

  .i-int__imgwrap {
    width: 100%;
    margin-bottom: 30px;
  }

  .i-int__h3 {
    margin-bottom: 30px;
  }

  .i-int__h3 .mark-left {
    top: -5px;
    left: 0;
    width: 20px;
  }

  .i-int__h3 .mark-right {
    bottom: -5px;
    right: 0;
    width: 20px;
  }

  .i-int__h3 .font-en {
    padding-left: 35px;
    font-size: 1.4rem;
    margin-bottom: 1em;
  }

  .i-int__h3 .txt {
    font-size: 1.4rem;
    padding-right: 35px;
  }

  /* h3 center*/
  .center.i-int__h3 {
    margin: 0 auto 30px;
  }

  .center.i-int__h3 .txt {
    padding: 0 25px;
  }

  .center.i-int__h3 .mark-left {
    top: 25px;
  }


  .i-int__img03 {
    margin: 0 auto 60px;
  }


  /* atc04 */
  .atc04 .i-int__txtwrap {
    width: 100%;
    margin-bottom: 30px;
  }
}

/*============================
  i-career  / detail-page
============================*/
.i-career {
  padding: 100px 0 150px;
  background:
    url(../interview/images/01/bg_career.png) no-repeat top 100px center/100%,
    linear-gradient(transparent 0%, transparent 20%, #fffaed 20%, #fffaed 100%);
}
.i-career2 {
  padding: 100px 0 340px;
  background:
    url(../interview/images/01/bg_career.png) no-repeat top 100px center/100%,
    linear-gradient(transparent 0%, transparent 20%, #fffaed 20%, #fffaed 100%);
}

.i-career__contents {
  height: 540px;
}

.i-career__line {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translate(-50%);
  top: 20px;
  left: 50%;
  width: 7px;
  height: 540px;
  background: url(../interview/images/01/i-line.png) repeat-y center center/cover;
}

.i-career__line2 {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translate(-50%);
  top: 20px;
  left: 50%;
  width: 7px;
  height: 740px;
  background: url(../interview/images/01/i-line.png) repeat-y center center/cover;
}

.intervew02__contents .i-career__line {
  background: url(../interview/images/02/i02-line.png) repeat-y center center/cover;
}

.intervew03__contents .i-career__line {
  background: url(../interview/images/03/i03-line.png) repeat-y center center/cover;
}

.intervew04__contents .i-career__line {
  background: url(../interview/images/04/i04-line.png) repeat-y center center/cover;
}

.intervew05__contents .i-career__line {
  background: url(../interview/images/05/i05-line.png) repeat-y center center/cover;
}

.intervew06__contents .i-career__line {
  background: url(../interview/images/06/i06-line.png) repeat-y center center/cover;
}

.intervew07__contents .i-career__line2 {
  background: url(../interview/images/07/i07-line.png) repeat-y center center/cover;
}


.i-career__left {
  width: 50%;
}

.i-career__right {
  width: 50%;
}

.i-career__item {
  width: 400px;
  min-height: 160px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 2px 2px 10px #ede7d9;
  position: absolute;
  padding: 30px 4%;
}

.i-career__item::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 30px;
  border-color: transparent transparent transparent #ffffff;
  top: 25%;
  right: -30px;
  transform: translate(0, -50%);
}

.i-career__right .i-career__item::before {
  border-width: 10px 30px 10px 0;
  border-color: transparent #ffffff transparent transparent;
  right: auto;
  left: -30px;

}

.i-carre__h3 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1em;
  position: relative
}

.i-carre__h3 span {
  font-weight: bold;
}

.i-carre__h3 .color-g {
  /*font-size: 1.8rem;*/
  font-weight: bold;
  /*margin-right: 1em;*/
}

.i-career__item .circle {
  position: absolute;
  right: -105px;
  top: 25px;
  min-width: 49px;
  display: block;
}

.i-career__right .i-career__item .circle {
  right: auto;
  left: -104px;
  top: 25px;
}


/*layout*/
.i-career__item.item01 {
  top: 110px;
  right: 80px;
}

.i-career__item.item02 {
  top: 370px;
  right: 80px;
}

.i-career__item.item03 {
  top: -30px;
  left: 80px;

}

.i-career__item.item04 {
  top: 240px;
  left: 80px;
}

.i-career__item.item05 {
  top: 530px;
  left: 80px;
}

@media screen and (max-width:1279px) {
  .i-career {
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 80px 0 100px;
    background:
      url(../interview/images/01/bg_career.png) no-repeat top 100px center/100%,
      linear-gradient(transparent 0%, transparent 20%, #fffaed 20%, #fffaed 100%);
  }

  .i-career__line {
    top: 20px;
    left: 50%;
    width: 7px;
    height: 540px;
  }



  .i-career__left {
    width: 50%;
  }

  .i-career__right {
    width: 50%;
  }

  .i-career__item {
    width: 300px;
    min-height: 140px;
    border-radius: 10px;
    padding: 20px 5%;
  }

  .i-career__item::before {
    border-width: 10px 0 10px 30px;
    border-color: transparent transparent transparent #ffffff;
    top: 25%;
    right: -30px;
  }

  .i-career__right .i-career__item::before {
    border-width: 10px 30px 10px 0;
    border-color: transparent #ffffff transparent transparent;
    right: auto;
    left: -30px;

  }

  .i-carre__h3 {
    font-size: 1.6rem;
    margin-bottom: 1em;
  }

  .i-carre__h3 .color-g {
    font-size: 1.4rem;
    margin-right: 1em;
  }


  .i-career__item .circle {
    position: absolute;
    right: -95px;
    top: 25px;
    min-width: 40px;
    display: block;
  }

  .i-career__right .i-career__item .circle {
    right: auto;
    left: -95px;
    top: 25px;
  }

  /*layout*/
  .i-career__item.item01 {
    top: 110px;
    right: 70px;
  }

  .i-career__item.item02 {
    top: 370px;
    right: 70px;
  }

  .i-career__item.item03 {
    top: -30px;
    left: 70px;

  }

  .i-career__item.item04 {
    top: 240px;
    left: 70px;
  }

  .i-career__item.item05 {
    top: 500px;
    left: 70px;
  }
}

@media screen and (max-width:767px) {
  .i-career, .i-career2 {
    padding: 60px 0;
    background:
      url(../interview/images/01/bg_career.png) no-repeat top 70px center/100%,
      linear-gradient(transparent 0%, transparent 10%, #fffaed 10%, #fffaed 100%);
  }

  .i-career__line, .i-career__line2 {
    top: 25px;
    left: 25px;
    transform: none;
    height: 100%;
  }

  .i-career__contents {
    height: auto;
  }

  .i-career__left {
    width: 100%;
  }

  .i-career__right {
    width: 100%;
  }

  .i-career__item {
    width: calc(100% - 90px);
    min-height: 140px;
    border-radius: 10px;
    padding: 15px 15px;
    position: relative;
    margin: 0 15px 30px auto;
  }

  .i-career__right .i-career__item::before {
    border-width: 10px 20px 10px 0;
    border-color: transparent #ffffff transparent transparent;
    right: auto;
    left: -20px;

  }

  .i-carre__h3 {
    font-size: 1.6rem;
    margin-bottom: .5em;
  }

  .i-carre__h3 .color-g {
    font-size: 1.3rem;
    margin-right: 1em;
  }

  .i-career__item .circle {
    right: -95px;
    top: 20px;
    width: 30px;
    min-width: auto;
  }

  .i-career__right .i-career__item .circle {
    right: auto;
    left: -62px;
    top: 25px;
  }

  /*layout*/
  .i-career__item.item01 {
    top: auto;
    right: auto;
    left: auto;
  }

  .i-career__item.item02 {
    top: auto;
    right: auto;
  }

  .i-career__item.item03 {
    top: auto;
    right: auto;
    left: auto;
  }

  .i-career__item.item04 {
    top: auto;
    right: auto;
    left: auto;
  }

  .i-career__item.item05 {
    top: auto;
    right: auto;
    left: auto;
  }
}

  /* インデックスに戻るボタン */
.btn {
	text-align: center;
}
.back__btn {
	display: inline-block;
	margin: 40px auto;
}
.back__btn .link__btn {
	line-height: 42px;
	border-radius: 23px;
	}
	@media screen and (max-width:1279px) {
	.back__btn .link__btn {
		line-height: 36px;
		border-radius: 20px;
	}
	}
	@media screen and (max-width:767px) {
	.back__btn {
		margin: 20px auto;
	}
	.back__btn .link__btn {
		line-height: 26px;
		border-radius: 15px;
		font-size: 1.2rem;
		width: 140px;
	}
}

  /* 20240116 追加 */
.i-cont__mb150 {
	margin-bottom: 150px;
}
@media screen and (max-width:1279px) {
.i-cont__mb150 {
	margin-bottom: 100px;
}	
}
@media screen and (max-width:767px) {
.i-cont__mb150 {
	margin-bottom: 30px;
}	
}

