@charset "UTF-8";
/* CSS Document */
#interview h3 {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 16px;
  text-align: left;
}
.container.interview {
  margin: 0 auto;
}
.article_img_col2 {
  display: flex;
  gap: 20px;
  width: calc((100% - 20px) / 2);
}
.description {
  margin-bottom: 40px;
}
.article_text_dec06 {
  margin-bottom: 2rem;
}
.article_text_dec05 {
  background-color: #fff;
  padding: 1.8rem;
}
.article_text_dec05 ul {
  line-height: 1.7;
  margin-bottom: 0;
}
.article_text_dec05 > p {
  margin-bottom: 0;
  font-weight: 600;
}
.interview_contains {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 60px;
  border-bottom: 1px solid #dedede;
}
.interview_img_area {
  width: calc(50% - 10px);
  box-sizing: border-box;
}
.interview_img img.sp-only {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
#interview .interview_contains .button01 a {
  border: none;
  padding: 0em .2em;
  margin-bottom: 0;
  margin-top: 8px;
}
#interview .interview_contains .button01 p {
  margin-bottom: 0;
  line-height: 1.2;
  font-size: 14px;
  max-width: 86%;
}
#interview .interview_contains .button01 span {
  font-size: 10px;
}
#interview .interview_contains .button01 a:after {
  right: 1.4rem;
}
#interview .interview_contains .button01 a:hover {
  background-color: #fff;
  color: var(--secondaryColor);
}
#interview .interview_contains .button01 a:hover:after {
  right: .8rem;
  border-top: solid 2px var(--mainColor);
  border-right: solid 2px var(--mainColor);
}
.interview_img {
  cursor: pointer;
  max-width: 500px;
  overflow: hidden;
  width: 100%;
}
.interview_img img {
  height: auto;
  transition: transform .6s ease;
  width: 100%;
}
.interview_img:hover img {
  transform: scale(1.1);
}
h3 {
  display: inline-block;
  font-feature-settings: "palt";
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: 600;
  margin-top: 0;
  width: 100%;
  text-align: left;
  font-size: 18px;
}
h3:not(:first-of-type) {
  margin-top: 40px;
}

h4 {
  font-size: 14px;
  line-height: 1.7;
}
.profile-pic {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  padding: 0;
  background: #fff;
  border: none;
}
.biography {
  display: block;
  background-color: #F5F5F5;
  font-size: 16px;
  line-height: 1.7;
  padding: 1.7rem;
  margin: 0;
}
.bg-grey .biography {
  background-color: #Fff;
}
.youtube iframe {
  width: 100%;
  height: auto;
  max-width: 560px;
  aspect-ratio: 16/9;
  margin: 0 auto;
  display: block;
}
.bg-white {
  background-color: #fff;
}
.interview_link:nth-of-type(1) {
  padding-top: 0px;
  padding-bottom: 40px;
}
.profile_box {
  position: relative;
}
.profile-pic-area {
  display: block;
}
.profile-pic {
  width: 100%;
  height: auto;
  position: relative;
}
.profile-info {
  margin: 1.6rem 0 2rem;
}
.profile-name {
  font-size: 80%;
  line-height: 1.8;
}
.text-overlay {
  position: absolute;
  top: 18%;
  right: 5%;
  color: var(--mainColor);
  text-align: left;
}
.text-overlay p {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
}
.text-overlay p span {
  background-color: #fff;
  padding: 2px 5px;
}
.text-line {
  margin: 0;
}
.article_text_dec10 {
  background-color: #fff;
  padding: 20px 30px 30px;
  font-size: 16px;
}
.bg-grey .container {
  padding-bottom: 40px;
  margin-bottom: 0;
}
@media screen and (min-width: 550px) {
  .text-overlay p {
    font-size: 22px;
  }
  .text-overlay {
    top: 25%;
    right: 10%;
  }
}
@media screen and (min-width: 768px) {
  #interview .col-sm-5 {
    width: 100%;
  }
  .description {
    margin-bottom: 80px;
  }
  .interview_contains {
    gap: 70px;
    width: 100%;
    max-width: 100%;
    padding-bottom: 100px;
  }
  .interview_img {
    background: #dfdfdf;
    margin: 0 auto;
    max-width: 100%;
  }
  .interview_img img.sp-only {
    display: none;
  }
  .interview_img_area {
    width: calc(50% - 35px);
    box-sizing: border-box;
  }
  #interview .interview_contains .button01 a {
    padding: .4em 1em;
    margin-bottom: 0;
    margin-top: 0px;
    max-width: 100%;
  }
  #interview .interview_contains .button01 p {
    margin-bottom: 0;
    line-height: 1.2;
    font-size: 22px;
    max-width: 100%;
  }
  #interview .interview_contains .button01 span {
    font-size: 16px;
  }
  #interview h3 {
    font-size: 22px;
  }
  .heading01 {
    margin-bottom: 20px;
  }
  .text-overlay {
    position: absolute;
    top: 5%;
    width: calc(45% - 20px);
  }
  .text-overlay p {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
  }
  .text-overlay p span {
    background-color: #fff;
    padding: 3px 10px 5px;
  }
  .biography {
    background-color: unset;
    padding: 0;
    font-size: 14px;
  }
  .bg-grey .biography {
    background-color: unset;
  }
  .profile-text-area {
    position: absolute;
    width: calc(45% - 20px);
    top: 29%;
    background-color: rgb(255, 255, 255, .7);
    padding: 10px 15px;
  }
  .area-right {
    right: 3%;
  }
  .area-left {
    left: 3%;
  }
  .profile-info {
    margin: 0 0 1rem;
  }
  .profile-info h4 {
    font-size: 18px;
    margin: 0 0 5px 0;
  }
  h4 .profile-name {
    font-weight: normal;
  }
  .profile-pic-area {
    margin-bottom: 80px;
  }
  .reverse {
    flex-direction: row-reverse;
  }
  .article_youtube {
    display: flex;
    gap: 80px;
  }
  .article_youtube > *:first-child {
    flex: 0 0 35%;
  }
  .article_youtube > *:nth-child(2) {
    flex: 1;
  }
  .youtube iframe {
    max-width: 100%;
  }
  .interview_link:nth-child(odd) .headline-container {
    flex-direction: row-reverse;
  }
  .interview_link:nth-child(odd) .headline-container img {
    margin: 0 0 0 20px;
  }
  #interview .interview_link:nth-child(odd) .headline-container h3 {
    text-align: right;
  }
  .article_text_dec10 {
    background-color: #fff;
    padding: 50px 60px 60px;
    font-size: 18px;
  }
	.artocle_text {
		margin-bottom: 6rem;
	}
}
@media screen and (min-width: 992px) {
  .biography {
    font-size: 18px;
  }
  .text-overlay {
    top: 15%;
  }
  .text-overlay p {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
  }
  .profile-info h4 {
    font-size: 20px;
    margin: 0 0 15px 0;
  }
  .profile-text-area {
    top: 37%;
  }
  .biography {
    font-size: 16px;
  }
  .article_col2 {
    display: flex;
    gap: 80px;
  }
  .article_col2 > * {
    width: calc(50% - 40px);
  }
  .article_flex {
    display: flex;
  }
  .article_flex img {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .text-overlay {
    top: 16%;
  }
  .text-overlay p {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .biography {
    font-size: 18px;
  }
  .profile-text-area {
    top: 40%;
    padding: 20px;
  }
}