@charset "UTF-8";

body {
    color: #333333;
    font-size: clamp(1.4rem, calc(100vw / 1400 * 16), 1.6rem);
    font-family: "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
    font-feature-settings: "palt";
    line-height: 1;
    background: url(../images/img_mv_photo.jpg) top center no-repeat;
    background-size: contain;
}

@media print {
    .aos-init {
        opacity: 1;
    }
}

html {
    font-size: 62.5%;
}

main {
    animation: wrapperFade 2s ease 0s 1 normal;
    -webkit-animation: wrapperFade 2s ease 0s 1 normal;
    overflow: hidden;
    text-align: left;
}

@keyframes wrapperFade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

main a {
    transition: 0.5s;
}

img {
    width: 100%;
}

@media screen and (min-width: 768px) {
    body {
        background: url(../images/img_mv_photo.jpg) top center no-repeat fixed;
        background-size: cover;
    }

    main {}
}

@media screen and ((min-width: 1400px)) {
    main {}
}


/* =====================
  h
===================== */

h1 {
    font-size: clamp(1.4rem, calc(100vw / 1400 * 14), 1.6rem);
    letter-spacing: 0.1em;
}

h2 {
    font-size: clamp(2.4rem, calc(100vw / 1400 * 60), 6rem);
    letter-spacing: 0.1em;
    font-weight: 500;
    line-height: 1em;
}

h2 .en {
    display: block;
    font-size: clamp(1.4rem, calc(100vw / 1400 * 16), 1.6rem);
    letter-spacing: 0.1em;
    font-weight: 600;
    margin-top: 0.5em;
}

h3 {
    font-size: clamp(1.8rem, calc(100vw / 1400 * 32), 3.2rem);
    line-height: 1.4em;
    letter-spacing: 0.1em;
}

h4 {
    font-size: clamp(1.6rem, calc(100vw / 1400 * 24), 2.4rem);
    line-height: 1.5em;
    letter-spacing: 0.2em;
}

h5 {
    font-size: clamp(1.5rem, calc(100vw / 1400 * 20), 2rem);
    line-height: 1.4em;
    letter-spacing: 0.2em;
}

@media screen and (min-width: 768px) {
    h2 .en {
        margin-top: -0.5em;
    }
}

@media screen and (min-width: 1400px) {}



/* =====================
  layout
===================== */
.container {
    max-width: 1080px;
    width: 100%;
    margin: auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.container2 {
    max-width: 1040px;
    width: 100%;
    margin: auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.bg_first {}

.bg_contents {
    background: rgba(255, 255, 255, 0.9);
}

.interview_list {
    display: flex;
    justify-content: flex-end;
    justify-content: center;
}

.interview_list_item {
    width: clamp(200px, calc(100vw / 1400 * 440), 440px);
}

.interview_list_item h4 {
    margin-top: clamp(10px, calc(100vw / 1400 * 20), 20px);
}

.interview_list_item h4 span {
    color: #333;
    font-size: clamp(1rem, calc(100vw / 1400 * 14), 1.4rem);
}

.interview_list_item .t-lead {
    color: #333;
}

.interview_list_item a figure {
    position: relative;
    overflow: hidden;
    width: clamp(200px, calc(100vw / 1400 * 440), 440px);
    height: clamp(260px, calc(100vw / 1400 * 520), 520px);
}

.interview_list_item a figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    transition: 0.5s;
}

.interview_list_item a:hover figure img {
    transform: translate(-50%, -50%) scale(110%);
    opacity: 0.8;
}

.interview_list_item a .interivew_bnr {
    width: clamp(125px, calc(100vw / 1400 * 200), 200px);
    margin: clamp(12px, calc(100vw / 1400 * 20), 20px) auto 0;
    padding: clamp(6px, calc(100vw / 1400 * 12), 12px);
    text-align: center;
    border: 1px solid #0073BD;
    color: #0073BD;
    transition: 0.5s;
}

.interview_list_item a:hover .interivew_bnr {
    background: #0073BD;
    color: #fff;
}

@media screen and (min-width: 768px) {
    .bg_first {
        height: clamp(100px, calc(100vw / 1400 * 320), 320px);
        margin-top: clamp(48px, calc(100vw / 1400 * 100), 100px);
        background: rgba(255, 255, 255, 0.9);
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
    }
}

@media screen and (min-width: 1400px) {}



/* =====================
  text / font
===================== */
.en {
    font-family: "Barlow", sans-serif;
    letter-spacing: 0.05em;
}

.t-lead {
    line-height: 1.6em;
    letter-spacing: 0.1em;
}

.caption {
    font-size: clamp(1rem, calc(100vw / 1400 * 14), 1.4rem);
}

.t-align-r {
    text-align: right;
}

.t-align-c {
    text-align: center;
}

.t-color-white {
    color: #ffffff;
}

.t-color-blue {
    color: #0073bd;
}

@media screen and (min-width: 768px) {
    .t-lead {
        line-height: 2em;
    }

    .caption {
        font-size: 1.4rem;
    }

}

@media screen and (min-width: 1400px) {}


/* =====================
  links
===================== */
a {
    transition: 0.5s;
}

a.bnr {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0073BD;
    color: #fff;
}

a.bnr:hover {
    background: #009BFF;
    color: #fff;
}

a.top-back {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    max-width: clamp(200px, calc(100vw / 1400 * 240), 240px);
    margin: clamp(60px, calc(100vw / 1400 * 100), 100px) auto 0;
    padding: clamp(12px, calc(100vw / 1400 * 20), 20px);
    border: 1px solid #999;
}

a:hover.top-back {
    color: #fff;
    background: #999;
}

.alumni_entry {
    margin: clamp(52px, calc(100vw / 1400 * 100), 100px) auto 0;
}

.alumni_entry .bnr {
    width: clamp(320px, calc(100vw / 1400 * 640), 640px);
    height: clamp(60px, calc(100vw / 1400 * 100), 100px);
    margin: auto;
    font-size: clamp(1.4rem, calc(100vw / 1400 * 28), 2.8rem);
}

@media screen and (min-width: 768px) {}


/* =====================
  other
===================== */

.pc {
    display: none;
}

.entry_generalist {
    background: #0073BD;
    color: #fff;
}

.entry_retail {
    background: #DC1C1C;
    color: #fff;
}

.entry_generalist:hover {
    background: #009BFF;
}

.entry_retail:hover {
    background: #FF5700;
}

@media screen and (min-width: 768px) {
    .sp {
        display: none;
    }

    .pc {
        display: block;
    }
}


/* =====================
  header
===================== */
header {
    position: fixed;
    display: flex;
    justify-content: space-between;
    width: 100%;
    z-index: 999;
}

.header_logo {
    display: flex;
    align-items: center;
    margin-top: clamp(12px, calc(100vw / 1400 * 20), 20px);
    margin-left: clamp(12px, calc(100vw / 1400 * 60), 60px);
}

.header_logo img {
    max-width: 156px;
    color: #fff;
}

.header_logo span {
    font-size: clamp(1.4rem, calc(100vw / 1400 * 14), 1.6rem);
    color: #fff;
    margin-left: clamp(1rem, calc(100vw / 1400 * 12), 1.2rem);
}

.header_link {
    display: none;
    margin-top: 20px;
    margin-right: 20px;
    font-size: clamp(1.4rem, calc(100vw / 1400 * 14), 1.6rem);
    color: #fff;
}

.header_link a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 60px;
    font-size: clamp(1.4rem, calc(100vw / 1400 * 14), 1.6rem);
    color: #fff;
}

.header_link .entry_retail {
    margin-left: 20px;
}

@media screen and (min-width: 768px) {
    .header_link {
        display: flex;
    }
}

@media screen and (min-width: 1400px) {}



/* =====================
  footer
===================== */

footer {
    padding-top: clamp(40px, calc(100vw / 1400 * 80), 80px);
    background: rgba(255, 255, 255, 0.9);
}

footer address {
    padding: clamp(20px, calc(100vw / 1400 * 40), 40px) 0;
    text-align: center;
    font-weight: 600;
    font-size: clamp(1rem, calc(100vw / 1400 * 16), 1.6rem);
    font-style: normal;
    background: #E3E3E3;
}

.footer_link {
    position: fixed;
    bottom: 0;
    display: flex;
    width: 100%;
}

.footer_link a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: clamp(60px, calc(100vw / 1400 * 148), 148px);
    font-size: clamp(1.4rem, calc(100vw / 1400 * 28), 2.8rem);
    color: #fff;
    text-align: center;
    line-height: 1.2em;
}

@media screen and (min-width: 768px) {
    footer {}

    footer address {}

    .footer_link {
        position: static;
        bottom: 0;
    }

    .footer_link a {}
}

@media screen and (min-width: 1400px) {}


/* =====================
  profile slider
===================== */
.profile_slider_area {
    position: relative;
    padding-top: 5px;
    padding-bottom: 30px;
}

@media screen and (min-width: 768px) {
    .profile_slider_area {
        padding-bottom: 53px;
        padding-bottom: clamp(40px, calc(100vw / 1400 * 53), 53px);
    }
}

.profile_slider_area>h4 {
    font-weight: 500;
    letter-spacing: 0;
    line-height: calc(39 / 24);
}

.profile_slider {
    max-width: 100%;
    position: relative;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 768px) {
    .profile_slider {
        width: calc(810px + 40px);
        margin-top: 42px;
    }
}

.profile_slider_group {
    width: calc(600px + 40px);
    max-width: calc(100% - 60px);
    overflow: hidden;

    position: relative;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 768px) {
    .profile_slider_group {
        max-width: calc(100% - 90px);
    }
}

.profile_slide {
    min-width: calc(120px + 20px);
    max-width: 50%;
}

@media screen and (min-width: 768px) {
    .profile_slide {
        min-width: calc(120px + 40px);
        max-width: 100%;
    }
}

.profile_slide .slick-list {
    overflow: visible;
}

.profile_slide .item {
    margin-left: 10px;
    margin-right: 10px;
}

@media screen and (min-width: 768px) {
    .profile_slide .item {
        margin-left: 20px;
        margin-right: 20px;
    }
}

.profile_slide .item_link {
    display: block;
}

@media screen and (min-width: 768px) {
    .profile_slide .item_link:hover .item_thumb img {
        opacity: 0.8;
    }
}

.profile_slide .item_thumb {
    aspect-ratio: calc(120 / 160);
    background-color: #333;
}

.profile_slide .item_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 150ms linear;
}

.profile_slide .item_name {
    font-weight: 500;
    line-height: calc(26 / 16);
    margin-top: 5px;
    color: #333;
}

@media screen and (min-width: 768px) {
    .profile_slide .item_name {
        margin-top: 7px;
    }
}

.profile_slider_arrow {
    width: 100%;
    height: 0;
    position: absolute;
    top: 40%;
    left: 0;

    display: flex;
    justify-content: space-between;
}

@media screen and (min-width: 768px) {
    .profile_slider_arrow {
        top: 32%;
    }
}

.profile_slider_arrow .item_arrow {
    width: 24px;
    height: 24px;
    background-color: #AEAEAE;

    position: relative;
    border-radius: 99px;

    cursor: pointer;
}

.profile_slider_arrow .item_arrow::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 45%;
    translate: -50% -50%;

    border: 0;
    border-top: 5px solid #ffffff00;
    border-right: 8px solid #fff;
    border-bottom: 5px solid #ffffff00;
}

@media screen and (min-width: 768px) {
    .profile_slider_arrow .item_arrow {
        width: 54px;
        height: 54px;

        transition: background-color 300ms ease-out;
    }

    .profile_slider_arrow .item_arrow::after {
        border-top-width: 10px;
        border-right-width: 19px;
        border-bottom-width: 10px;
    }

    .profile_slider_arrow .item_arrow:hover {
        background-color: #333;
    }
}

.profile_slider_arrow .item_arrow_prev {}

.profile_slider_arrow .item_arrow_prev::after {}

.profile_slider_arrow .item_arrow_next {}

.profile_slider_arrow .item_arrow_next::after {
    left: 54%;
    scale: -1 1;
}


.profile_slider_list{
  display:flex;
}
.profile_slider iframe{
  width:100%;
  height:220px;
}
body::-webkit-scrollbar {
  width: 5px;
  background-color: #ECECEC;
  border-radius: 12px;
  scrollbar-width: thin;
}

body::-webkit-scrollbar-thumb {
  background: #0073BD;
  width: 6px;
  border-radius: 12px;
}
