/* font */
body {
    font-family: "Roboto", system-ui;
    font-family: "Noto Sans JP", sans-serif;
}

/* 文章のいい感じの改行、改行位置に<wbr> */
.word-break {
    overflow-wrap: break-word;
    word-break: keep-all;
}

/*aタグの色の打ち消し*/
.plane-text {
    color: black;
}
.plane-text:hover {
    color: black;
}

/* bootstrap */
/*二重でRowを付けたとき右に寄るときの対応*/
.in-row {
    margin-left: 0px;
}

/* コンテナ */
@media (min-width: 1200px) {
    div.container {
        max-width: 1200px;
    }
}

section {
    padding: 0px 12px;
}

/**ナビゲーター**/
.nav-item {
    padding: 0px 10px;
    display: inline;
}
.nav-item:hover {
    border-bottom: 1px solid #ffffff;
}

.nav-lambda {
    background-color: #000000;
}

/* ナビゲーターハンバーガーメニュー */
.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0);
    border-color: rgba(255, 255, 255, 0);
}

/* ドロップダウンメニューの幅 */
.dropdown-menu {
    min-width: 12rem;
}

/**footer**/
.sns_icons {
    display: flex;
    justify-content: center;
}
.sns_icon {
    padding: 8px;
    border: #000000 solid 1.5px;
    border-radius: 22px;
}
.sns_icon:hover {
    border: #646464 solid 2px;
}
.sns_img {
    position: relative;
    width: 21px;
    top: 4px;
}
.sns_icon {
    width: 40px;
    height: 40px;
    border: 1px solid white;
    margin: 0px;
    padding: 5px;
    border-radius: 50%;
    text-align: center;
}

.sns_icon_position {
    justify-content: center;
}
@media (min-width: 992px) {
    .sns_icon_position {
        justify-content: flex-end;
    }
}

.footer {
    background-color: #000000;
    padding: 0px 12px;
}

/* TOP */
.copy-right {
    font-size: 0.8rem;
}
.privacy-policy {
    font-size: 0.8rem;
}

@media (min-width: 700px) {
    .row-sm-rev {
        flex-direction: row-reverse !important;
    }
}

.flex-grid {
    display: flex;
}
@media (max-width: 992px) {
    .flex-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr); /* 2列のレイアウト */
        gap: 10px; /* 各要素間の隙間 */
        text-align: center;
    }
    .footer-service {
        grid-area: 1/1/1/4;
    }
}
@media (max-width: 600px) {
    .flex-grid {
        grid-template-columns: repeat(2, 1fr); /* 2列のレイアウト */
    }
    .footer-service {
        grid-area: 1/1/1/3;
        margin-top: 30px;
    }
}

/**最大幅の変更**/
@media (max-width: 1200px) {
    .container {
        max-width: 960px;
    }
}

/**hデザイン**/
h1 {
    position: relative;
    display: inline-block;
    padding-top: 10px; /* 調整して文字と飾りの間の距離を設定 */
    width: 100%;
    font-size: 2em;
}

h1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px; /* 線の太さ */
    background-color: black; /* 線の色 */
    clip-path: polygon(5px 0px, 0 100%, calc(100% - 5px) 100%, 100% 0);
}

h1::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 100%;
    background-color: black;
    clip-path: polygon(0 0, 0 100%, 5px calc(100% - 5px), 100% 0);
}

h1.h1_white::before {
    background-color: white;
}
h1.h1_white::after {
    background-color: white;
}

.plane-h1::after,
.plane-h1::before {
    content: none;
}

h2 {
    font-size: 25px;
    margin-top: 2em;
    padding: 0.3em;
    background-color: #000000;
    color: #fff;
    clip-path: polygon(50px 0px, 0 100%, calc(100% - 50px) 100%, 100% 0);
}
h2 {
    margin-top: 2em;
    margin-bottom: 1em;
}
@media (max-width: 600px) {
    h2 {
        font-size: 25px;
        margin-top: 2em;
        margin-bottom: 1em;
        padding: 0.3em 2em;
        background-color: #000000;
        color: #fff;
        clip-path: polygon(100px 0px, 0 100%, calc(100% - 100px) 100%, 100% 0);
        padding: 30px;
        display: inline-block;
        flex-direction: column;
    }
}
h2.h2_white,
h2.h2_dark {
    padding-left: 70px;
    padding-right: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
h2.h2_white {
    background-color: white;
}
h2.h2_dark {
    background-color: rgb(0, 0, 0);
}
@media (max-width: 620px) {
    h2.h2_white,
    h2.h2_dark {
        height: 70px;
        font-size: 21px;
        background-color: white;
        padding: 10px 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        clip-path: polygon(60px 0px, 0 100%, calc(100% - 60px) 100%, 100% 0);
    }
}

/*Table*/
table {
    width: 80%;
    border-collapse: collapse;
    display: flex;
    justify-content: center;
}

td,
th {
    padding: 10px 20px;
    border-width: 1px;
}

.businessContentTable {
    border-collapse: separate;
    width: 100%;
    border-spacing: 20px 10px;
    border: #fff 0px;
    text-align: center;
    justify-content: center;
    border-bottom: #000000 1px solid;
}

/* ナビゲーターメニュー ドロップダウンメニュー */
.navbar .nav-item .dropdown-menu {
    display: none;
}
.navbar .nav-item:hover .dropdown-menu {
    display: block;
}
.navbar .nav-item .dropdown-menu {
    margin-top: 0;
}

.dropdown-menu {
    left: 50%;
}
.dropdown-menu.show {
    left: 50%;
}

@media (min-width: 992px) {
    .dropdown-menu {
        transform: translateX(-50%);
    }
    .dropdown-menu.show {
        transform: translateX(-50%);
    }
}
/* ハンバーガーメニューアイコンの修正 */
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 10h22M4 20h22'/%3e%3c/svg%3e");
}
/* .navbar-dark .navbar-toggler-icon:hover {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 4L26 26M4 26L26 4'/%3e%3c/svg%3e");
} */

/* ボタン */
button.btn {
    border-radius: 25px;
    font-size: 1em;
    padding: 0.7rem 1.5rem;
}
.material-symbols-outlined {
    padding-left: 10px;
    display: inline-flex;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.btn_horizontal {
    display: flex;
    justify-content: center;
}

.button_wrapper {
    text-align: center;
    padding-top: 2em;
    padding-bottom: 2em;
    min-width: 270px;
}
@media (max-width: 991px) {
    .second_button {
        padding-top: 10px;
    }
}

/* 装飾 */
/* top画像重ね */
.kv {
    background-color: #000000;
    position: relative;
    overflow: hidden;
    padding: 0px;
}

.bg-animation-box {
    overflow: hidden;
    position: relative;
    height: 100vh;
}
.bg-animation-box::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.kv-img {
    width: 100%;
    margin-top: 200px;
}

.lambdaPattern {
    width: 100%;
    height: 900px;
    position: absolute;
    left: 0px;
    top: 50px;

    object-fit: cover;
    object-position: 0px 0px;
}

.lambdaPatternCommon {
    position: absolute;

    object-fit: cover;
    object-position: 0px 0px;
}
.lambdaPattern1 {
    height: 59px;
    right: 0px;
    top: 50px;
}
.lambdaPattern2 {
    height: 243px;
    left: 0px;
    top: 400px;
}
.lambdaPattern3 {
    height: 535px;
    left: 200px;
    top: 470px;
}
.lambdaPattern4 {
    height: 505px;
    right: 100px;
    top: 270px;
}
.lambdaPattern6 {
    height: 470px;
    right: 80px;
    top: 800px;
}
@media (max-width: 1024px) {
    .lambdaPattern1 {
        height: 59px;
        right: -500px;
        top: 50px;
    }
    .lambdaPattern2 {
        height: 243px;
        left: -450px;
        top: 400px;
    }
    .lambdaPattern3 {
        height: 535px;
        left: 100px;
        top: 470px;
    }
    .lambdaPattern4 {
        height: 505px;
        right: 100px;
        top: 300px;
    }
    .lambdaPattern6 {
        display: none;
    }
}
@media (max-width: 768px) {
    .lambdaPattern4 {
        display: none;
    }
}
@media (max-width: 425px) {
    .lambdaPattern1 {
        height: 35px;
        right: -260px;
        top: 50px;
    }
    .lambdaPattern2 {
        height: 200px;
        left: -400px;
        top: 400px;
    }
    .lambdaPattern3 {
        height: 400px;
        left: 50px;
        top: 550px;
    }
    .lambdaPattern4 {
        display: none;
    }
    .lambdaPattern6 {
        display: none;
    }
}

.lambdaPatternBox {
    overflow: hidden;
}

@media screen and (min-width: 1122px) {
    .vision-text {
        position: absolute;
        left: 10%;
        top: 100px;
        width: 80%;
        text-shadow: 0 0 5px #412e2e;
    }

    .catch-copy {
        font-size: 40px;
    }
}
@media screen and (max-width: 1122px) {
    .vision-text {
        position: absolute;
        left: 3%;
        top: 100px;
        width: 92%;
        text-shadow: 0 0 5px #412e2e;
    }

    .catch-copy {
        font-size: 22px;
    }
    .catch-copy-text {
        font-size: 14px;
    }

    .bg-animation-box {
        /* width: 100%; */
        padding-top: 200px;
        overflow: hidden;
    }

    .kv-img {
        height: calc(100vh - 200px);
        width: 100%;
        object-fit: cover;
        object-position: 50% 50%;
    }

    .lambdaPattern {
        height: calc(100vh - 50px);
        width: 100%;
        position: absolute;
        left: 0px;
        top: 50px;
        object-fit: cover;
        object-position: 50% 50%;
    }
}

/* TOPアニメーション */
.bg_animation {
    animation: image-switch-animation 20s infinite;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.src1 {
    animation-delay: 0s;
}
.src2 {
    animation-delay: 5s;
}
.src3 {
    animation-delay: 10s;
}
.src4 {
    animation-delay: 15s;
}

/* 奇数番目の画像はズームイン */
.src1,
.src3 {
    animation-name: image-switch-animation, zoom-out;
}

/* 偶数番目の画像はズームアウト */
.src2,
.src4 {
    animation-name: image-switch-animation, zoom-in;
}

@keyframes image-switch-animation {
    0% {
        opacity: 0;
    }
    5% {
        opacity: 1;
    }
    25% {
        opacity: 1;
    }
    30% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

/* ズームインのアニメーション */
@keyframes zoom-in {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1.05);
    }
}

/* ズームアウトのアニメーション */
@keyframes zoom-out {
    0% {
        transform: scale(1.05);
    }
    25% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}

.snapshot-sm {
    display: none;
}
.snapshot-pc {
    display: block;
}
@media (max-width: 992px) {
    .snapshot-sm {
        display: block;
    }
    .snapshot-pc {
        display: none;
    }
}
.businessDetailsTop {
    width: 80%;
    max-width: 700px;
}

/* Topページ以外の設定 */
.no-top-h1 {
    font-size: 3.5em;
}
.no-top-h1::after,
.no-top-h1::before {
    content: none;
}
.no-top-h1-1 {
    position: relative;
    height: 40px;
    width: auto;
    top: 80px;
    left: 500px;
}
.no-top-h1-2 {
    position: relative;
    height: 30px;
    width: auto;
    top: -30px;
    left: -800px;
}

@media (max-width: 1024px) {
    .no-top-h1-1 {
        left: 300px;
    }
    .no-top-h1-2 {
        left: -1000px;
    }
}
@media (max-width: 768px) {
    .no-top-h1 {
        font-size: 2rem;
    }
    .no-top-h1-1 {
        height: 30px;
        left: 250px;
    }
    .no-top-h1-2 {
        left: -800px;
        height: 20px;
    }
}

.contact-form-h1 {
    top: -80px;
}
@media (max-width: 450px) {
    .contact-form-h1 {
        left: 100px;
    }
}

/*about*/
.About {
    overflow-x: hidden;
}
.border-t {
    padding-top: 1em;
    padding-bottom: 1em;
    border-top-width: 1px;
    border-bottom-width: 0px;
    border-right: 0px;
    border-left: 0px;
    border-color: #c4c4c4;
    border-style: solid;
}
.border-v {
    padding-top: 1em;
    padding-bottom: 1em;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-right: 0px;
    border-left: 0px;
    border-color: #c4c4c4;
    border-style: solid;
}

/* content */
.BusinessContent {
    background-color: #000000;
    overflow-x: hidden;
}

.businessDetails {
    width: 500px;
}

.ContactForm {
    position: relative;
    overflow-x: hidden;
}
.contact-form {
    padding-top: 50px;
    padding-bottom: 100px;
    padding-right: 12px;
    padding-left: 12px;
    margin-top: 65px;
}
.ContactForm a {
    text-decoration: none;
    display: block;
    padding-top: 65px;
    padding-bottom: 50px;
    margin-top: -20px;
    margin-right: -12px;
    margin-left: -12px;
}
.ContactForm a:hover {
    background-color: #e6e6e6;
}
.ContactForm p,
.ContactForm span {
    color: #000000;
}
span.material-symbols-outlined-contact {
    font-size: 40px;
    position: absolute;
    right: 10%;
    top: 55%;
    transform: translateY(-50%);
}
.ContactForm a:hover span.material-symbols-outlined-contact {
    font-variation-settings: "FILL" 1;
}

@media (max-width: 500px) {
    span.material-symbols-outlined-contact {
        top: 80%;
    }
}

/* recruit */
.Recruit {
    overflow-x: hidden;
}
.recruitOutline {
    width: 80%;
}

/* Seminar Workshop */
.Seminar {
    overflow-x: hidden;
}
.no-top-h1-1-seminar {
    top: 60px;
}
