
/* ------------------
新卒採用LP
-----------------------*/
.bg-red2{
background-color:#e60020;
}

section.main_contents{
text-align: center;
padding:30px 0;
}

div.youtube.only-sp{
margin-bottom:50px;}

/* ------------------
申込みボタン共通
-----------------------*/

.btn, a.btn, button.btn {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: .1em;
    color: #212529;
    border-radius: .5rem;
}

/* ------------------
申込みボタン1
-----------------------*/

a.btn-flat {
    width: 250px;
    overflow: hidden;
    margin: 0 20px;
    padding: 1.5rem 4rem;
    border-radius: 0;
  color: #000;
  border-radius: 0;
  background: #ffffff;
}

a.btn-flat span {
  position: relative;
  z-index: 1;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: calc(-116% + 50px);
  width: 150%;
  height: 500%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: rotate(45deg) translateX(0) translateY(0);
  transform: rotate(45deg) translateX(0) translateY(0);

  background: #e60020;
}

a.btn-flat:after {
  position: absolute;
  top: -400%;
  right: calc(-116% + 50px);
  width: 150%;
  height: 500%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: rotate(45deg) translateX(0) translateY(0);
  transform: rotate(45deg) translateX(0) translateY(0);
  background: #e60020;
}
a.btn-flat:hover{
    color: #ffffff;
}

a.btn-flat:hover:before {
  -webkit-transform: rotate(45deg) translateX(0) translateY(-50%);
  transform: rotate(45deg) translateX(0) translateY(-50%);
}

a.btn-flat:hover:after {
  -webkit-transform: rotate(45deg) translateX(0) translateY(50%);
  transform: rotate(45deg) translateX(0) translateY(50%);
}

@media screen and (max-width: 768px){
.btn, a.btn, button.btn {font-size: 1.4rem;}
section.main_contents {
/*padding: 0;*/
}
a.btn-flat {
    margin: 0 auto;
    display: block;
}
a.btn-flat:first-child {margin-bottom: 50px;}
}



.color-w,.color-w a,.color-w a:hover,.color-w a:visited,.color-w a:active{
  color: #ffffff;
}

.main_contents iframe{
  margin: auto;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  text-align:center;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


/*---------------------
SNS ボタン
---------------------*/
section.sns{
padding-bottom: 100px;
position: relative;
}

section.sns div {
  display: inline-block;
  margin:auto;
  position:absolute;
 /* bottom:400px;*/
  -ms-transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
}

section.sns p{
margin-bottom: 40px;
}

/* Icons */

section.sns div a {
  color:#000;
  background:rgba(255,225,225,0.9);
  border:1px solid #ffffff;
  border-radius:4px;
  text-align:center;
  text-decoration:none;
  font-family:fontawesome;
  position: relative;
  display: inline-block;
  width:48px;
  height:40px;
  padding-top:8px;
  margin:0 10px;
  -o-transition:all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
   -webkit-font-smoothing: antialiased;
  font-size: 25px;

    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

section.sns div a:hover {
  background: #E60020;
  color:#ffffff;
}

/* pop-up text */

section.sns div a span {
  color:#000;
  position:absolute;
  bottom:0;
  left:-25px;
  right:-25px;
  padding:5px 7px;
  z-index:-1;
  font-size:14px;
  border-radius:2px;
  background:#ffffff;
  visibility:hidden;
  opacity:0;
  -o-transition:all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* pop-up text arrow */

section.sns div a span:before {
  content:'';
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fffff;
  position:absolute;
  bottom:-5px;
  left:40px;
}

/* text pops up when icon is in hover state */

section.sns div a:hover span {
  bottom:60px;
  visibility:visible;
  opacity:1;
}

/* font awesome icons */
section.sns div a:nth-of-type(1):before {
content:'\f39e';
}
section.sns div a:nth-of-type(2):before {
content:'\f16d';
}
section.sns div a:nth-of-type(3):before {
content:'\f099';
}


@media screen and (max-width: 768px){

section.sns{
padding-bottom: 50px;
    font-size: 14px;
}

section.sns div {
  display: block;
  position:static;
  -ms-transform:translate(0,0);
  -webkit-transform:translate(0,0);
  transform:translate(0,0);
}
section.sns p{
margin-bottom: 40px;
}
/* Icons */

section.sns div a {
    width: 35px;
    height: 28px;
    padding-top: 6px;
    margin: 0px 10px;
    font-size: 16px;
}


/* text pops up when icon is in hover state */

section.sns div a:hover span {
  bottom:40px;
}

}


/*--------------------------------
インターンシップ
----------------------------------*/
.mv {
    margin-bottom: 40px;
}
.mv__item {
    width: 100%;
    height: 240px;
    background: url(/company/recruit/freshers/images/bg_mv.png) center center no-repeat;
    background-size: cover;
    letter-spacing: 1.8px;
    display: table;
}
.mv__item dl {
    display: table-cell;
    vertical-align: middle;
}
.mv__item dt {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 50px;
}
.mv__item dt, .mv__item dd {
    color: #ffffff;
    text-align: center;
}
.mv__item dd {
    width: 450px;
    margin: 0 auto;
    padding: 7px 0 3px;
    font-size: 40px;
    border: solid 3px #ffffff;
}

h3.ft18{
    font-size: 18px;
}

.p-buy-find-header p.intern{
max-width: 1100px;
    margin: auto;
}

/*  タイムスケジュール  */
.schedule_list dl{
    width: 700px;
    margin: auto;
    border-bottom: 2px solid #bfbfbf;
    text-align: left;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    display: flex;
}

user agent stylesheet
dl {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.schedule_list dl dt{
    width: 200px;
    font-weight: bold;
    color: #E60020;
    padding: 20px 30PX;
}
.schedule_list dl dd {
    padding: 20px 30PX;
}

user agent stylesheet
dd {
    display: block;
    margin-inline-start: 40px;
}
.schedule_list dl:not(:last-child)::after, .schedule_list_2 dl:not(:last-child)::after {
    content: "";
    width: 0px;
    border-color: #bfbfbf;
    border-style: solid;
    border-width: 10px;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
    position: absolute;
    bottom: -22px;
    left: 50%;
    z-index: 1;
    margin-left: -10px;
}

@media screen and (max-width: 768px){

.p-buy-find-header h3,.p-buy-find-header p{
    width: 90%;
    margin: 0 auto 10px;}

.mv__item dt, .mv__item dd {
    width: 90%;
    margin: auto;
font-size: 30px;
}

h2.mv__item dd {
    font-size: 20px;
}
div.c-btn-lv1{
    width: 90%;
    margin: 40px auto 30px;
}

.schedule_list dl{
    width:90%;
    margin:0 auto 15px;
    display: block;
    padding: 5px 10px;
}
.schedule_list dl dt{
    margin: 3px 0;
    width: 100%;
    padding: 0;
}
.schedule_list dl dd{
    padding: 0;
    margin: 3px 0;
}
.schedule_list dl:not(:last-child)::after, .schedule_list_2 dl:not(:last-child)::after {
    bottom: -22px;
}
}




