@charset "utf-8";

base
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}
/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
font-family: sans-serif;
color: #353535;
}
/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role="list"],
ol[role="list"] {
  list-style: none;
}
/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}
/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}
/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
  height: auto;
  width: 100%;
}
/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}
/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
   scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
ul {
    padding: 0;
    margin: 0;
}
ul li {
  list-style: none;
}
a {
  text-decoration: none;
  /* width: 100%; */
  color: #000;
  display: inline-block;
  height: 100%;
}
body {
  font-family: sans-serif;
}



/* ================ リクルートページ ===================*/
.container {
    width: 850px;
    margin: 0 auto;
    max-width: 90%;
}
.page-top {
    margin:0 auto 85px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
    position: relative;
    overflow: hidden;
    background-position: center top;
    background-image: url(../img/recruit-top/img1.jpg);
}

.page-h2 {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
}
.sub-title {
    height: 60px;
}
.page-top h2 {
        font-size: 23px;
        color: #fff;
        margin-top:20px;
        font-weight: bold;
}
.page-top h2::before {
    content: '';
    display: block;
    width: 32px;
    height: 5px;
    background-color: #fff;
    margin-bottom: 20px;
}
.ayumu {
    color: #2E76BC;
    font-size: 30px;
    margin-bottom: 35px;
    font-weight: bold;
}
.recruit-text {
    font-size: 16px;
    line-height: 1.8em;
}
.blue-link {
    background-color: #2E76BC;
}
.link-areas {
    display: flex;
    position: relative;
    top: -130px;
    margin-top: 210px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.link-item {
    width: 48%;
    background-color: #fff;
    margin-bottom: 50px;
}
.link-item:last-child, .link-item:nth-child(3) {
    margin-bottom: 0;
}
.link-item .text {
    padding: 20px;
    text-align: center;
}
.job-img{ 
    transition: 0.4s;
}
.link-item a:hover .job-img{
    opacity: 0.5;
    transform: scale(1.1);
    transition: 0.4s;
}
.link-img-wrap {
    position: relative;
    overflow: hidden;
}
.svg {
    height: 10px;
    width: auto;
    margin: 0 auto;
}
.link-item h3 {
    font-size: 18px;
    margin: 10px 0;
    font-weight: bold;
}
.link-item p {
    font-size: 14px;
    font-weight: bold;
    width: 75%;
    margin: 0 auto;
}
.movie-area {
    padding: 150px 0;
}
.movie-area h2{
    width: 130px;
    margin: 0 auto;
    font-weight: bold;
}
.movie-area h3{
    font-size: 23px;
    margin: 20px auto 30px;
    text-align: center;
    font-weight: bold;
}
.movie-top {
    text-align: center;
    font-size: 16px;
}
.interviews {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px 20px;
    margin-top: 50px;
}
/* .interview-img {
    max-height: 245px;
    height: 100%;
}
.interview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */
.name {
    font-weight: bold;
    font-size: 20px;
}
.nen {
    font-size: 14px;
    font-weight: bold;
}




@media screen and (max-width: 768px) {    
    .page-top {
        margin: 0 auto 50px;
        background-position-x: 55%;
        width: 100%;
        height: 150px;
    }
    .page-h2 {
        position: absolute;
        top: 50%;
        left: 10%;
        transform: translateY(-50%);
    }
    .sub-title {
        height: 34px;
    }
    .page-h2  h2 {
        font-size: 15px;
        margin-top:10px;
    }
    .ayumu {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .recruit-text {
        font-size: 14px;
    }
    .link-areas {
        display: block;
        top: -80px;
        margin-top: 130px;
    }
    .link-item {
        width: 100%;
        max-width: 350px;
        margin: 0 auto 40px;
    }
    .link-item:nth-child(3) {
        margin-bottom: 30px;
    }
    .svg {
        height: 13px;
    }
    .movie-area {
        padding: 50px 0;
    }
    .movie-area h2{
        width: 80px;
    }
    .movie-area h3{
        font-size: 16px;
    }
    .movie-top {
        font-size: 14px;
    }
    .interviews {
        display: block;
        margin-top: 40px;
    }
    .interview {
        max-width: 350px;
        margin: 0 auto 30px;
    }
    .name {
        font-weight: bold;
        font-size: 20px;
    }
    .nen {
        font-size: 14px;
        font-weight: bold;
    }
}


.mo-flex {
    display: flex   
}
.mo-flex.pink {
    background: #E46D9A;
}
.mo-flex .topglidbtnwrap2_left {
    height: auto;
    box-sizing: inherit;
    width: 50vw;
}
.mo-flex .sa.show {
    width: 50vw;
}

@media screen and (max-width: 768px) {  
    .mo-flex {
        display: block;
    }
    .mo-flex .sa.show {
        width: 100%;
		box-sizing: border-box;
    }
}


