@charset "UTF-8";
/* CSS Document */
.border-radius {
  width: 100px;
  height: 100px;
  background-position: 50% 50%;
  background-color: #FFF000;
  border-radius: 50%;
  text-align: center;
  z-index: 1;
  margin: 0 auto;
}
.b-b-1 {
  width: 200px;
  border-bottom: #000000 1px solid;
  text-align: center;
  margin: 0 auto;
}
.border-radius-text {
  z-index: 3;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-top: -70px;
  font-weight: 700
}
/* 2023　インタビュー*/
.miryoku-h3 {
  margin-left: -20px;
  margin-bottom: -25px
}
.miryoku-h3-text {
  margin: 0px 0px 10px 10px;
  height: 120px;
}
@media (max-width:820px) {
  .miryoku-h3-text {
    height: 160px;
  }
}
@media (max-width:600px) {
  .miryoku-h3 {
    width: 80%;
    margin-left: 0px;
    margin-bottom: -25px
  }
  .miryoku-h3-text {
    margin: -30px 0px 10px 30px;
    height: auto;
  }
}
.balloon-beige-top {
  position: relative;
  margin: 1.5em auto;
  padding: 14px 10px 1px;
  min-width: 200px;
  min-height: 20px;
  text-align: center;
  color: #FFF;
  background: #BA945A;
  border-radius: 20px;
  box-sizing: border-box;
}
.balloon-beige-top:before {
  content: "";
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #BA945A;
  z-index: 0;
}
.beige-usui-box {
  margin: -10px 0;
  padding: 1.8em 1.5em 0;
  background: #EEE5D8;
  border-radius: 5px;
}
.beige-usui-box img {
  border-radius: 5px;
}
.guest-h5 {
  border: #C2C2C2 1px solid;
  background: #fff;
  line-height: 20px;
  padding: 0.3em 1em;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 10px
}
/* 2024　インタビュー*/



.img-maru-face {
	background-repeat: no-repeat;
	    background-position: center top;
	padding: 10px 10px 10px 10px;
}



.img-maru-face img {
	width: 80%;
	margin: 0 10%;
  border-radius:50%;
	padding-bottom: 10px
}

.mitooshi-h2 {
  margin-top: -40px;
	padding-left: -20px
}
@media screen and (max-width: 640px) {
.mitooshi-h2 {
    margin-top: -20px;
  }
}


.h3-category-red {
  font-size: 15px;
	width: 100%;
  border: #D8394A 4px dotted;
  border-radius: 20px;
  text-align: center;
	color: #D8394A;
	margin-top: 20px;
}

.link-box {
  padding: 13px 6px 1px 10px;
  border-radius: 6px;
}
.link-box p {
  font-size: 14px;
  line-height: 1.4em;
}

.dli-caret-circle-fill-right {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  position: relative;
  width: 0.8em;
  height: 0.8em;
  border: 0.075em solid currentColor;
  background: currentColor;
  border-radius: 50%;
  box-sizing: content-box;
  margin-left: 10px
}
.dli-caret-circle-fill-right::before {
  content: '';
  color: #fff;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.18em 0.31177em;
  border-left-color: currentColor;
  border-right: 0;
  transform: translateX(15%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.kimete-back {
  background-image: url("../interview/img/2024/kimete/back.svg?20230122"); /* 背景画像指定 */
  background-size: 100%;
  height: auto;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 10px;
  margin-top: 50px;
}
@media (max-width:600px) {
  .kimete-back {
    background-image: url("../interview/img/2024/kimete/back-sp.svg?20230122"); /* 背景画像指定 */
    background-size: 100%;
    height: auto;
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 20px;
    margin-top: 50px;
  }
}

.kimete-text {
    background: #FFFFFF;
	border: 1px solid #4EB7E9;
	border-radius: 12px;
	padding: 10px 20px 6px;
	margin: 20px auto 40px;
  }