.fixed-button-sp {
    display: none;
}
@media (max-width:600px) {
    .fixed-button-sp {
        display: block;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: var(--fixed-button-sp);
    }
    .fixed-button-sp a {
        border-radius: 0;
        width: 100%;
    }
}

.fv {
    padding-top: 97px;
    background-color: aqua;
    background: url(../images/mv-bg.png) no-repeat top center / cover;
    overflow-x: hidden;
}
.fv__slider {
    overflow-x: hidden;
    margin: 5.556vw 0;
}
.slide__contain {
    align-items: center;
    display: flex;
    overflow-x: hidden;
    width: 100%;
}
.slideItems {
    align-items: center;
    animation: infinite-scroll-right 30s infinite linear 0s both;
    display: flex;
    gap: 80px;
    /* gapの半分のpaddingで */
    padding: 0 calc(80px / 2);
    width: max-content;
}
.slideItem {
    width: calc(100vw / 3);
}
.slideItem img {
    /* aspect-ratio: 1 / 1; */
    /* height: 100%; */
    width: 100%;
}
.slideItem:nth-of-type(1),
.slideItem:nth-of-type(3),
.slideItem:nth-of-type(5) {
    margin-top: 48px;
}
@keyframes infinite-scroll-right {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}

@media (max-width:767px) {
    .slideItem {
        width: calc(100vw / 1.2);
    }
}

.fv__head {
    position: relative;
}
.fv__bg-text {
    font-size: clamp(3.375rem, 0.602rem + 11.83vw, 11.25rem);
    font-weight: 800;
    line-height: 110%;
    letter-spacing: 7.2px;
    font-family: var(--font-en);
    background: linear-gradient(180deg, #0227F7 0%, #0263D8 50.96%, #14B1C3 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    mix-blend-mode: multiply;
    opacity: 0.1;
    position: absolute;
    top: 0;
    left: -4.444%;
    white-space: nowrap;
}
.fv__head-container {
    max-width: 1240px;
}
.fv__head-title {
    font-weight: 700;
    letter-spacing: 1.92px;
    font-size: clamp(1.625rem, 1.141rem + 2.07vw, 3rem);
    line-height: 180%;
    letter-spacing: 1.92px;
}
.fv__head-text {
    font-size: 18px;
    line-height: 220%;
    margin-top: 24px;
}

.fv__contents {
    padding: 160px 0 130px;
    position: relative;
}
.fv__contents-title-en {
    font-family: var(--font-en);
    font-size: 18px;
    font-weight: 600;
    line-height: 140%;
    text-transform: capitalize;
    text-align: center;
}
.fv__contents-title-jp {
    font-size: clamp(2rem, 1.648rem + 1.5vw, 3rem);
    text-align: center;
    font-weight: 700;
    letter-spacing: 1.92px;
    margin-top: 24px;
}
.fv__contents-text {
    line-height: 225%;
    margin: 40px auto 0;
    text-align: center;
}
.fv__contents-text span {
    font-size: 18px;
    font-weight: 700;
}
.fv__contents-img {
    width: 23.26389%;
    position: absolute;
    bottom: -2vw;
    right: 0;
}
.fv__contents-bg-white {

}
@media (max-width:1360px) {
    .fv {
        padding-top: 64px;
    }
}

@media (max-width:767px) {
    .fv__contents {
        padding: 80px 0 64px;
    }
    .fv__head-title {
        line-height: 1.4;
    }
    .fv__head-text {
        font-size: 16px;
    }
    .fv__contents-title-jp {
        line-height: 1.4;
    }
    .fv__contents-text {
        text-align: left;
    }
    .fv__bg-text {
        letter-spacing: 1px;
    }
}
/* =================== */
/* 臨海の強み セクション */
/* =================== */
.strengths {
    padding-top: 40px;
}
.strengths__contents {
display: grid;
/* grid-template-columns: repeat(auto-fit, minmax(369px, 1fr)); */
grid-template-columns: repeat(3, 1fr);
align-items: flex-start;
}

.strengthsCard {
    margin: 0 -40px;
    /* transform: scale(0.9); */
}
.strengthsCard__head {
    font-weight: 700;
    text-align: center;
    width: 424px;
    height: 424px;
    position: relative;
    display: grid;
    place-items: center;
    margin: 0 auto;
}
.strengthsCard__head-round {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #fff;
    border-radius: 50%;
    margin: 40px;
    aspect-ratio: 1 / 1;
    width: 287px;
    height: 287px;
    color: var(--colorBlue-main);
}
.strengthsCard__head::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 50%;
}
.strengthsCard:nth-of-type(1) .strengthsCard__head::before {
    background: linear-gradient(90deg, #F2DAE6 4.82%, #B0EAF6 52.91%, #9CE7F6 94.93%);
}
.strengthsCard:nth-of-type(2) .strengthsCard__head::before {
    background: linear-gradient(102deg, #ACDAD7 -1.81%, #9FEFE6 46.65%, #84D9F8 100%);
    mix-blend-mode: multiply;
}
.strengthsCard:nth-of-type(3) .strengthsCard__head::before {
    background: linear-gradient(102deg, #3EACDF -1.81%, #7CCBEC 46.65%, #ACD9F0 100%);
    mix-blend-mode: multiply;
}
.strengthsCard__head span {
    font-size: 32px;
    font-family: var(--font-en);
    font-weight: 600;
    line-height: 140%;
    text-transform: uppercase;
    font-style: normal;
    display: block;
    margin-top: 4px;
}
.strengthsCard:nth-of-type(2) .strengthsCard__head span {
    margin-top: 0;
}

.strengthsCard__text {
    padding: 20px 80px 0 80px;
}
.strengthsCard__text span {
    color: var(--colorBlue-main);
    font-weight: 700;
}
.fz-40 {
    font-size: 40px;
}

@media (max-width:1280px) {
    .strengths__contents {
        width: min-content;
        margin: 0 auto;
    }
    .strengthsCard {
        margin: 0 -25px;
    }
    .strengthsCard__head {
        width: 340px;
        height: 340px;
    }
    .strengthsCard__head-round {
        width: 240px;
        height: 240px;
    }
    .strengthsCard__head span {
        font-size: 28px;
    }
    .strengthsCard__text {
        padding: 20px 44px 0 44px;
    }
}
@media (max-width:1000px) {
    .strengths__contents {
        overflow-x: scroll;
        padding: 40px;
        width: 100%;
    }
}
@media (max-width:884px) {
    .strengthsCard__head {
        width: 300px;
        height: 300px;
    }
    .strengthsCard__head-round {
        width: 210px;
        height: 210px;
    }
    .strengthsCard {
        margin: 0 -22px;
    }
    .strengthsCard__head span {
        font-size: 25px;
    }
}
@media (max-width:600px) {
    .strengths__contents {
        overflow-x: auto;
        grid-template-columns: 1fr;
        padding: 0;
        row-gap: 24px;
        margin-top: 40px;
    }
    .strengthsCard {
        margin: 0;
    }
    .strengthsCard__text {
        padding: 20px 0 0 0;
    }
}
/* =================== */
/* インターン セクション */
/* =================== */
.internship {
    background-color: #E0F6FF;
}
.internship__contents {
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    display: grid;
    gap: 40px;
}
.internship__head {
    position: relative;
}
.internship__head-img {
    position: absolute;
    right: 14%;
    bottom: 0;
    width: 128px;
}
.internshipCard {
    padding: 20px;
}
.internshipCard__title {
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    padding: 10px 0;
    border-top: 1px solid var(--colorBlue-main);
    border-bottom: 1px solid var(--colorBlue-main);
    margin: 24px 0 16px 0;
    color: var(--colorBlue-main);
}
.internshipCard__list + .internshipCard__list {
    margin-top: 16px;
}
.internshipCard__list-text {
    padding-left: 16px;
    color: var(--colorBlue-main);
    position: relative;
    font-weight: 700;
    margin-bottom: 8px;
}
.internshipCard__list-text::before {
    content: "";
    background-color: #3DDAF6;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 11px;
}
.internshipCard__list-2 {
    padding-left: 20px;
    position: relative;
}
.internshipCard__list-2::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 12px;
    border-radius: 50%;
    background-color: var(--colorBlack);
    width: 3px;
    height: 3px;
}
.fz-14 {
    font-size: 14px;
}
.fw-700 {
    font-weight: 700;
}
.internshipCard__title br.for-tab {
    display: none;
}
@media (max-width:1080px) {
    .internship__contents {
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
        gap: 40px;
    }
    .internshipCard {
        padding: 0;
    }
    .internshipCard__title br.for-tab {
        display: block;
    }
}
@media (max-width:767px) {
    .internship__head {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }
    .internship__head-img {
        position: static;
        right: auto;
        bottom: auto;
        width: 20%;
    }
}
@media (max-width:500px) {
    .internship__contents {
        grid-template-columns: 1fr;
    }
    .internship__head-img {
        width: 25%;
    }
}
/* =================== */
/* 昨年参加者の声 セクション */
/* =================== */
.voice {
    padding-bottom: 0;
}
.voice__container {

}
.voice__contents {
    /* margin-top: 0; */
}
.voice__img {
    display: block;
    max-width: 614px;
    margin: 64px auto;
}
.voiceCard__wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(326px, 1fr));
    gap: 50px;
}
.voiceCard {

}
.voiceCard__title {
    font-size: 18px;
    font-weight: 700;
    color: var(--colorBlue-main);
    text-align: center;
    padding: 16px 24px;
    position: relative;
    border: 1px solid var(--colorBlue-main);
    border-radius: 4px;
}
.voiceCard__text {
    margin-top: 24px;
    text-align: justify;
}
.voiceCard__title::before {
    content: "";
    background: url(../images/icon-speech-bubble.svg) no-repeat center center / contain;
    position: absolute;
    left: 50%;
    top: -7px;
    transform: translate(-50%, -50%);
    display: inline-block;
    width: 17px;
    height: 17px;
}
/* =================== */
/* インターン参加までの流れ セクション */
/* =================== */
.flow {

}
.flow__container {

}
.flow__contents {
    display: grid;
    /* grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); */
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8.889%;
    width: 100%;
    padding-bottom: 40px;
}
.flowCard {
    display: grid;
    grid-row: span 4;
    grid-template-rows: subgrid;
    gap: 0;
    position: relative;
    min-width: 240px;
}
.flowCard:nth-of-type(1)::after,
.flowCard:nth-of-type(2)::after {
    content: "";
    background: url(../images/icon-arrow--blue.png) no-repeat center center / contain;
    /* width: 48px;
    height: 48px; */
    width: 16%;
    height: 16%;
    position: absolute;
    /* right: -24px; */
    right: -7.5%;
    top: 50%;
    transform: translate(100%, -50%);
    /* aspect-ratio: 1 / 1.0208; */
}
.flowCard__step {
    color: var(--colorBlue-main);
    font-size: 18px;
    font-weight: 600;
    line-height: 140%;
    font-family: var(--font-en);
    padding: 10px 40px;
    background-color: #EDEDED;
    border-radius: 100px;
    text-align: center;
}
.flowCard__img {
    padding: 40px;
}
.flowCard__title {
    color: var(--colorBlue-main);
    font-size: 24px;
    text-align: center;
    display: grid;
    align-items: center;
    line-height: 180%;
}
.flowCard__text {
    height: auto;
    text-align: center;
    margin-top: 16px;
}
@media (max-width:920px) {
    .flow__contents {
        overflow-x: scroll;
    }
}
@media (max-width:767px) {
    .flow__contents {
    display: grid;
    grid-template-columns: 1fr;
    gap: 100px;
    overflow-x: unset;
    padding-bottom: 0;
    }
    .flowCard {
        max-width: 360px;
        margin: 0 auto;
        grid-row: auto;
        grid-template-rows:auto;
    }
    .flowCard:nth-of-type(1)::after,
    .flowCard:nth-of-type(2)::after {
        right: auto;
        left: 50%;
        transform: translate(-50%, 100%) rotate(90deg);
        top: auto;
        bottom: -25px;
        width: 40px;
        height: 40px;
    }
    .flowCard__img {
        padding: 24px 40px 24px 40px;
    }
    .flowCard:nth-of-type(2) .flowCard__img {
        padding: 0 40px 24px 40px;
    }
    .flowCard__title {
        line-height: 1.4;
    }
}

/* =================== */
/* 私たちの想い セクション */
/* =================== */
.vision {
    background-color: #F3F3F3;
    position: relative;
    overflow: hidden;
}
.vision__container {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 10.566%;
}
.vision__titles {
    flex: 0 1 47.3148%;
}
.vision__title {
    color: var(--colorBlue-main);
    font-size: 14px;
    font-weight: 700;
}
.vision__subtitle {
    margin-top: 40px;
    color: var(--colorBlue-main);
    font-size: clamp(1.5rem, 1.324rem + 0.75vw, 2rem);
    font-weight: 700;
}
.vision__text {
    flex: 1;
    color: var(--colorBlue-main);
    letter-spacing: 0.04em;
}
.vision__bg-text {
    font-size: 12.5vw;
    color: #EDEDED;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    white-space: nowrap;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    font-family: var(--font-en);
    font-weight: 800;
}
.vision__bg-img {
    display: inline-block;
    width: 25.34722%;
    position: absolute;
    bottom: -2px;
    left: 0;
}

@media (max-width:767px) {
    .vision {
        padding-bottom: 30%;
    }
    .vision__container {
        flex-direction: column;
    }
    .vision__text {
        margin: 40px 0 14% 0;
    }
    .vision__bg-img {
        width: 40%;
    }
}
@media (max-width:500px) {
    .vision__text {
        margin: 40px 0;
    }
}
/* =================== */
/* フォーム セクション */
/* =================== */
.entry {
    background: linear-gradient(320deg, #0167C0 4.75%, #2181C7 98.19%);
    padding-bottom: 0;
}
.entry__container {
}
.entry .sectionTitle,
.entry .sectionSubTitle {
    color: #fff;
}
.entry__head {
    color: #fff;
    background-color: #002A79;
    padding: 24px 40px;
    max-width: 673px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    margin-top: 40px;
    gap: 40px;
    border-radius: 10px;
}
.entry__head dt {
    flex: 0 1 140px;
    font-size: 24px;
    font-weight: 700;
    line-height: 180%;
    letter-spacing: 0.96px;
    border-right: 1px solid #fff;
}
.entry__head dd {
    flex: 1;
    font-weight: 700;
}
.entry-head__text {
    color: #fff;
    text-align: center;
    font-weight: 700;
    margin-top: 40px;
}
.entry-head__text--s {
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin-top: 16px;
}
.entryForm {
    max-width: 808px;
    margin: 40px auto;
    display: flex;
    row-gap: 24px;
    flex-direction: column;
    color: var(--colorBlack);
}

/* formリセット */
label {
  display: block;
}
[type="text"],
[type="search"],
[type="tel"],
[type="url"],
[type="email"],
[type="password"],
[type="date"],
textarea,
select {
  background-color: #fff;
  background-image: none;
  border: 1px solid var(--color-BorderGray);
  border-radius: 4px;
  color: inherit;
  font-family: inherit;
  font-size: 14px;
  padding: 16px 20px;
  width: 100%;
}
input:focus,
textarea:focus,
select:focus {
  outline-color: orange;
}
::placeholder {
    color: #ADADAD;
}
select option[disabled][selected] {
    color: #ADADAD;
}
textarea {
    min-height: 157px;
}
select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.js-select-color.is-change {
    color: #ADADAD;
}
.select__wrapper {
    position: relative;
    width: 100%;
    flex: 1;
}
.select__wrapper::after {
    content: "";
    background: url(../images/icon-arrow-down.svg) no-repeat center center / contain;
    width: 24px;
    height: 25px;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    z-index: 2;
}

.entryForm__list {
    display: flex;
}
.entryForm__label {
    flex: 0 1 240px;
    color: #fff;
}
.entryForm__imputWrapper {
    flex: 1;
}
.required {
    font-size: 12px;
    color: #f6ff12;
    margin-top: 4px;
}

.entryForm__button {
    min-width: 260px;
    margin: 40px auto 0;
}
.entryForm__button .button {
    font-size: 16px;
}

.entryForm__checkbox {
    align-items: center;
    justify-content: center;
    margin-top: 56px;
    gap: 16px;
    color: #fff;
    font-size: 14px;
}
/* チェックボックスreset */
.entryForm__checkbox input[type="checkbox"] {
    position: relative;
    appearance: none;
    background: #FFFFFF;
    box-shadow: 0 0 0 0 transparent;
}
/* チェックボックスdesign */
.checkbox {
    border-radius: 4px;
    width: 24px;
    height: 24px;
    border : 1px solid #DEE4EE
}
.checkbox:hover,
.checkbox:focus {
    cursor: pointer;
}
.checkbox::before {
    position: absolute;
    top: -1px;
    left: -1px;
    display: inline-block;
    width: 26px;
    height: 26px;
    content: "";
    opacity: 0;
    background: url("../images/icon-agree-check.png") no-repeat center center / contain;
}
.checkbox:checked {
    border: none;
    background-color: inherit;
}
.checkbox:checked::before {
    opacity: 1;
}
.checkbox__link {
    text-decoration: underline;
    color: #fff;
}
.entry__bg {
    width: 100%;
}

@media (max-width:767px) {
    .entryForm__list {
        flex-direction: column;
        gap: 8px;
    }
    .entryForm__label {
        flex: unset;
    }
    .entryForm__checkbox {
        flex-direction: row;
    }
    .entry__head {
        padding: 16px 16px 24px 16px;
        flex-direction: column;
        gap: 8px;
    }
    .entry__head dt {
        flex: unset;
        border: none;
    }
    .entryForm__checkbox {
        margin: 8px 0;
    }
}

/* =================== */
/* 会社概要 セクション */
/* =================== */
.company {
    padding-top: 40px;
}
.company__container {
    display: flex;
    gap: 7.407%;
}
.company__titles {
    flex: 0 1 27.78%
}
.company__table {
    flex:1;
}
.company__list {
    border-bottom: 1px solid #E9E8E5;
    padding: 16px 0;
    display: flex;
}
.company__list dt {
    flex: 0 1 28.57%;
    max-width: 200px;
}
.company__list dd {
    flex: 1;
}
@media (max-width:767px) {
    .company__container {
        flex-direction: column;
    }
    .company__table {
        margin-top: 40px;
    }
}
.text-center {
    text-align: center;
}
