@charset "utf-8";
/* CSS Document */


span.twitter {
  position: relative;
  text-decoration: none;
}
span.twitter:before {
  content: "";
  background-image: url("../img/common/twitter.svg");
  background-repeat: no-repeat;
  display: inline-block;
  background-size: contain;
  vertical-align: -3px;
  margin: 0 5px;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
}
span.x_white {
  position: relative;
  text-decoration: none;
}
span.x_white:before {
  content: "";
  background-image: url("../img/common/x_white.svg");
  background-repeat: no-repeat;
  display: inline-block;
  background-size: contain;
  vertical-align: -3px;
  margin: 0 5px;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
}
span.x_black {
  position: relative;
  text-decoration: none;
}
span.x_black:before {
  content: "";
  background-image: url("../img/common/x_black.svg");
  background-repeat: no-repeat;
  display: inline-block;
  background-size: contain;
  vertical-align: -3px;
  margin: 0 5px;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
}
/***CRD2_プロジェクトの詳しくはこちら→のリンクボタン***/
@-webkit-keyframes button_animation {
  0% {
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}

@keyframes button_animation {
  0% {
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
.c-link__circle_pj {
  color: #D1DDDB;
  position: relative;
  width: 216px;
  font-size: 1.125rem;
  display: block;
  text-decoration: none;
}
.c-link__circle_pj:visited {
  color: #D1DDDB;
  text-decoration: none;
}
.c-link__circle_pj:link {
  color: #D1DDDB;
  text-decoration: none;
}
.c-link__circle_pj:before {
  content: url("../img/link_circle_arrow.svg");
  position: absolute;
  top: 0;
  right: 32px;
  bottom: 0;
  margin: auto;
  z-index: 10;
  transform: translateX(0);
  transition: transform 0.25s ease-in-out;
}
.c-link__circle_pj::after {
  content: "";
  width: 70px;
  height: 70px;
  background-color: #002C2F;
  border-radius: 35px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: scale(1);
  opacity: 1;
  transition: none;
}
.c-link__circle_pj.small {
  width: 271px;/*緑の丸の位置*/
  font-size: 0.75rem;
}
.c-link__circle_pj.small:before {
  content: url("../img/link_circle_small_arrow.svg");
  right: 17px;/*緑の矢印の位置*/
  top: 0;
}
.c-link__circle_pj.small::after {
  width: 36px;/*グレーの丸の大きさ*/
  height: 36px;/*グレーの丸の大きさ*/
}
.c-link__circle_pj:hover::before {
  transform: translateX(5px);
}
.c-link__circle_pj:hover::after {
  transform: scale(2);
  opacity: 0;
  transition: all 0.5s cubic-bezier(1, 0.01, 1, 0.99);
}
.c-link__circle_pj.white {
  color: #002C2F;
}
.c-link__circle_pj.white:before {
  content: url("../img/link_circle_small_arrow_dark.svg");
}
.c-link__circle_pj.white:after {
  background-color: #E0E8EB;
}

.c-link__circle__inner_pj {
  position: relative;
  display: block;
  width: 316px;/*216*/
}
.c-link__circle__inner_pj:after {
  content: "";
  width: 70px;
  height: 70px;
  background-color: #E0E8EB;
  border-radius: 35px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: scale(1);
  opacity: 1;
}

.small .c-link__circle__inner_pj {
  width: 270px;/*グレーの丸の位置*/
}
.small .c-link__circle__inner_pj:after {
  width: 36px;
  height: 36px;
}
/***↑ここまで***/


/***トップページのみフッタのマージンを消し、その上で、
将来的にeducationを戻した時に適切な空白が開くように調整***/
html[data-category='home'] .l-footer{
  margin-top: 0;
}

html[data-category='home'] .p-top__education{
  padding-bottom: 90px;
}

.p-article__mv__bg{
  height: calc(100% - 76px);
  overflow: hidden;
}
/***↑ここまで***/

/***トップページtwitterの高さ指定のため***/
.p-top__mv__lead__twitter,
 .p-top__mv__lead__twitter > .content {
    height: fit-content;
 }
/***↑ここまで***/

.c-icon__pdf:before {
  content: "";
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  background-image: url(../img/common/pdf.svg);
  width: 12px;
  height: 12px;
  vertical-align: -1px;
  background-repeat: no-repeat;
}
.c-icon__excel:before {
  content: "";
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  background-image: url(../img/common/excel.svg);
  width: 12px;
  height: 12px;
  vertical-align: -1px;
  background-repeat: no-repeat;
}
.c-icon__word:before {
  content: "";
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  background-image: url(../img/common/word.svg);
  width: 12px;
  height: 12px;
  vertical-align: -1px;
  background-repeat: no-repeat;
}

.c-icon__ppt:before {
  content: "";
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  background-image: url(../img/common/ppt.svg);
  width: 12px;
  height: 12px;
  vertical-align: -1px;
  background-repeat: no-repeat;
}

.c-icon__zip:before {
  content: "";
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  background-image: url(../img/common/zip.svg);
  width: 12px;
  height: 12px;
  vertical-align: -1px;
  background-repeat: no-repeat;
}

.c-icon__youtube:before {
  content: "";
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  background-image: url(../img/common/youtube.svg);
  width: 12px;
  height: 12px;
  vertical-align: -1px;
  background-repeat: no-repeat;
}

.icon_new {
    background:#FF7E00;
    color: #FFF;
    font-size:70%; 
    font-weight: 600;
    margin:0 6px; 
    padding:0.3px 5px 0.5px 5px;
    border-radius: 10px;
}

/**テキスト**/
.text_200{font-size: 200%;}
.text_120{font-size: 120%;}
.text_80{font-size: 80%;}

.text_bold{
  font-weight: bold;
}

.text_orange {
  color: #FF7E00;
}

.text_blue {
  color: #0360B0;
}

.text_green {
  color: #98FB08;
}

.text_takasasoroe {
    display: flex;
    justify-content: center;
    align-items: center;
}

.u-ml10 {margin-left: 10px !important}
.u-mr10 {margin-right: 10px !important;}
.u-pl10 {padding-left: 10px !important;}
.u-pr10 {padding-right: 10px !important;}

@media (max-width: 767px) {
.u-ml10sp {margin-left: 10px !important;}
.u-mr10sp {margin-right: 10px !important;}
.u-pl10sp {padding-left: 10px !important;}
.u-pr10sp {padding-right: 10px !important;}
}

/*中央寄せで文字列を左寄せ*/
.center_left {
	text-align: center;
	display: block;
}
.center_left .text {
	text-align: left;
	display: inline-block;
}


/*=============インタビューページ================*/

/***interviewトップページ***/
.interview_top_lead {
  margin-top: 50px;
  max-width: 960px;
}
@media (max-width: 767px) {
  .interview_top_lead {
    margin-top: 30px;
    padding: 0 35px;
  }
}

.interview_top_lead p{
  color: #202020;
  font-size: 14px;
}

/***画像とテキスト横並びカード***/
/*モバイルファースト*/
.interview_card-container{
    background: #002C2F;
    color: #fff;
    display: flex;
    margin: 20px auto;
    width: 100%;
    box-shadow: 0 12px 10px -6px rgba(0,0,0,.25);
}
.interview_card-container a{
    text-decoration: none;
    color: #fff;
}

.interview_card-text{
    width:100%;
    margin: 8px 5px 5px 8px;
}
.interview_card-text h2{
    font-size: 0.6em;
    color:#98FB08;
}
.interview_card-text p{
    font-size: 0.5em;
    line-height: 1.4em
}
.interview_card-img{
    width: 100%;
}

 .p-article.interview img{
    width:100%;
    height:100%;
    /*vertical-align:bottom;*/
}

/*PCサイズ*/

@media screen and (min-width:650px) {
    .interview_card-container{
        max-width: 750px;
        height: 178px;
    }

    .interview_card-text h2{
        padding-left: 10px;
        margin-top: 15px;
        font-size: 1.3em;
    }
    .interview_card-text p{
        padding: 5px 10px;
        font-size: 1em;
        line-height: 1.7em
    }
    .interview_card-img{
    width: 60.5%;
    }
}
/***interview中ページ***/
.interview_lead {
  margin: 10px auto;
  font-size: 16px;
  color: #0360B0;
  text-align: left;
}
@media (max-width: 767px) {
  .interview_lead {
    font-size: 14px;
    margin: 10px auto;
    width: 100%;
    text-align: left;
  }
}

.interview_profile {
  margin-top: 20px;
  font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.9;
  color: #444;
  border: 1px solid #707070;
  padding: 15px 20px 0;
    width: 100%;
}
@media (max-width: 767px) {
  .interview_profile {
    font-size: 10px;
  }
}
.interview_profile .name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  padding-right: 1em;
}

.interview_profile dl {
  padding: 15px 0;
}
.interview_profile dt {
  padding: 5px 0;
}
.interview_profile dd {
  padding: 5px 0;
}
@media screen and (min-width: 768px) {
  .interview_profile dt {
    clear: left;
    float: left;
    width: 10%;
}
  .interview_profile dd {
    margin-left: 11%;
  }
}