@charset "UTF-8";

/* normalize
---------------------------------------------------*/
html {
    font-family: sans-serif; /* 1 */
    line-height: 1.15; /* 2 */
    -ms-text-size-adjust: 100%; /* 3 */
    -webkit-text-size-adjust: 100%; /* 3 */
}
body {
    margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
    display: block;
}
h1 {
    font-size: 1em;
    margin: 0.67em 0;
}
figcaption,
figure,
main { /* 1 */
    display: block;
}
figure {
    margin: 0;
}
hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}
pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}
a {
    background-color: transparent; /* 1 */
    -webkit-text-decoration-skip: objects; /* 2 */
}
a:active,
a:hover {
    outline-width: 0;
}
abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}
b,
strong {
    font-weight: inherit;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}
dfn {
    font-style: italic;
}
mark {
    background-color: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
audio,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
img {
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}
button,
input { /* 1 */
    overflow: visible;
}
button,
select { /* 1 */
    text-transform: none;
}
button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
    -webkit-appearance: button; /* 2 */
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}
progress {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}
details, /* 1 */
menu {
    display: block;
}
summary {
    display: list-item;
}
canvas {
    display: inline-block;
}
template {
    display: none;
}
[hidden] {
    display: none;
}


/* base (reset)
---------------------------------------------------*/
body {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
    font-weight: 400;
}

ul,
ol,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
}

ol,
li {
    list-style: none;
}

img {
    border: none;
    line-height: 0;
    font-size: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

/* ---------- */
a {
    margin: 0;
    padding: 0;
    font-size: inherit;
    background: transparent;
}

th,
td {
    font-style: normal;
    font-weight: normal;
    font-size: inherit;
    empty-cells: show;
}

input,
select {
    vertical-align: middle;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    /*-webkit-appearance: none;*/
    border-radius: 0;
}

pre {
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre-wrap; /* CSS3 */
    word-wrap: break-word; /* IE 5.5+ */
}
figure {
    margin: 0;
}


/* Selected Text
---------------------------------------------------*/
::selection {
    background: #191919;
    /* Safari */
    color: #FFFFFF;
}

/* BASE
---------------------------------------------------*/
html {
    margin: 0;
    padding: 0;
    min-height: 100%;
    font-size: 62.5%;
}
body {
    position: relative;
    width: 100%;
    line-height: 1;
    color: #231816;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.sp-no {
    display: block;
}
br.sp-no {
    display: inline;
}
.pc-no {
    display: none;
}
br.pc-no {
    display: none;
}
.din {
    font-family: 'din-2014', sans-serif;
    font-variation-settings: "wght" 400;/*Regular ---unused*/
    font-weight: 400;
}
.en {
    font-family: "Inria Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
}

/* 900 */
@media screen and (max-width: 767px) {
    body {
        min-width: auto;
        min-height: 100%;
        font-size: 4.266vw;
        -webkit-text-size-adjust: 100%;
    }
    .pc-no {
        display: block;
    }
    br.pc-no {
        display: inline;
    }
    .sp-no {
        display: none;
    }
    br.sp-no {
        display: none;
    }
}


/* link
---------------------------------------------------*/
a {
    text-decoration: none;
}
a:link,
a:visited,
a:active {
    color: #000;
}
a:hover {
    color: #000;
}
a.u {
    text-decoration: underline;
}
a,
a:hover,
.hover {
    transition: color 0.5s, opacity 0.5s;
}
.hover:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

@media screen and (min-width: 769px) {
    a[href^="tel:"] {
        pointer-events: none;
        cursor: default;
    }
}


/* wrapper
---------------------------------------------------*/
#wrapper {
    margin: 0 auto;
    width: 100%;
    min-height: auto;
    overflow: hidden;
    padding-top: 80px;
}
/* contents-wrap */
.contents-wrap {
    position: relative;
    width: 96%;
    max-width: 1100px;
    margin: 0 auto;
}

#main {
    position: relative;
}

/* 767 */
@media screen and (max-width: 767px) {
    #wrapper {
        padding-top: 15.4666vw;
    }
    .contents-wrap {
        width: 85.3333vw;
    }
}


/* header
---------------------------------------------------*/
#Header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
#Header .header-inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 80px;
    background-color: #231816;
    filter: drop-shadow(0 3px 10px rgba(0, 0, 0, .1));
    padding: 0 36px 0 57px;
    z-index: 1;
}
/* header-logo */
#Header .header-logo .logo-wrap {
    display: flex;
}
#Header .header-logo .logo-wrap .mark {
    width: 50px;
}
#Header .header-logo .logo-wrap .main-logo {
    display: flex;
    align-items: center;
    max-width: 200px;
}
#Header .header-logo .logo-wrap .mark img,
#Header .header-logo .logo-wrap .main-logo img {
    width: 100%;
}
/* header-menu */
#Header .header-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#Header .header-menu > ul.menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 3em;
}
#Header .header-menu > ul.menu > li:not(:last-child) {
    margin-right: 3em;
}
#Header .header-menu > ul.menu > li > a {
    font-weight: 500;
    color: #fff;
}
#Header .header-menu > ul.menu > li > span {
    font-weight: 500;
    color: #6f6d6d;
}

#Header .header-menu > ul.language {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
}
#Header .header-menu > ul.language li {
    cursor: default;
}
#Header .header-menu > ul.language li:first-child {
    border-right: 1px solid #fff;
}
#Header .header-menu > ul.language li span,
#Header .header-menu > ul.language li a {
    display: block;
    height: 100%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 0 8px;
}
#Header .header-menu > ul.language li .hidden {
    color: #6f7983;
    pointer-events: none;
    cursor: default;
}
#Header .sp-menu {
    display: none;
    position: absolute;
    top: 4.4vw;
    right: 5.3vw;
    width: 7.1vw;
    height: 6vw;
    cursor: pointer;
}
#Header .sp-menu span {
    display: inline-block;
    width: 7.1vw;
    height: 0.5vw;
    background-color: #fff;
    position: absolute;
    left: 0;
    transition: 0.3s ease;
}
#Header .sp-menu span:nth-child(1) {
    top: 0;
}
#Header .sp-menu span:nth-child(2) {
    top: 2.8vw;
}
#Header .sp-menu span:nth-child(3) {
    bottom: 0;
}
#Header .sp-menu.active span:nth-child(1) {
    transform: translateY(2.5vw) rotate(-45deg);
}
#Header .sp-menu.active span:nth-child(2) {
    opacity: 0;
    transform: translateX(2.65vw);
}
#Header .sp-menu.active span:nth-child(3) {
    transform: translateY(-3vw) rotate(45deg);
}
/* 1280 */
@media screen and (max-width: 1280px) {
    #Header .header-menu > ul.menu {
        flex-wrap: wrap;
        margin-right: 1em;
    }
    #Header .header-menu > ul.menu > li {
        font-size: 14px;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
    }
    #Header .header-menu > ul.menu > li:not(:last-child) {
        margin-right: 1em;
    }
}

/* 767 */
@media screen and (max-width: 767px) {
    #Header .header-inner {
        height: 15.4666vw;
        filter: drop-shadow(0 0.8vw 2.6666vw rgba(0, 0, 0, .1));
        padding: 0 0 0 3.5466vw;
    }
    #Header .header-inner::before {
        left: 0;
        width: 20vw;
        height: 5.8666vw;
        filter: drop-shadow(0 0.8vw 2.6666vw rgba(0, 0, 0, .1));
    }
    /* header-logo */
    #Header .header-logo .logo-wrap .mark {
        width: 10.8vw;
    }
    #Header .header-logo .logo-wrap .main-logo {
        width: 40.8vw;
    }

    /* header-menu */
    #Header .header-menu {
        display: none;
    }
    #Header .sp-menu {
        display: block;
    }
    #Header .header-menu {
        display: none;
        height: auto;
        position: absolute;
        top: 14.3vw;
        left: 0;
        width: 100%;
        background-color: #5d5d5d;
        color: #fff;
        padding: 10px 0 30px;
    }
    #Header .header-menu > ul.menu {
        display: block;
        padding: 5.3vw;
        margin: 0;
    }
    #Header .header-menu > ul.menu li {
        font-size: 5.3vw;
        margin: 0 0 7.3vw;
        border-bottom: solid #fff 1px;
    }
    #Header .header-menu > ul.menu li:first-child {
        margin: 0 0 7.3vw;
    }
    #Header .header-menu > ul.menu li:last-child {
        margin: 0;
    }
    #Header .header-menu > ul.menu > li:not(:last-child) {
        margin-right: 0;
    }
    #Header .header-menu > ul.menu li a {
        color: #fff;
        display: block;
        padding: 0 0 4vw;
        background: url(/image/monotech2026/recruitment/arrow-right-white.svg) no-repeat right top 1vw/2vw auto;
    }
    #Header .header-menu > ul.menu li a:hover {
        color: #fff;
    }
    #Header .header-menu > ul.menu li span {
        padding: 0 0 4vw;
        color: #7b7b7b;
        display: block;
    }
    #Header .header-menu .header-menu-btn {
        display: none;
    }
    #Header .header-menu .header-menu-btn a {
        box-shadow: 1.4vw 1.4vw 5.7vw rgba(0, 0, 0, 0.16);
    }
    #Header .header-menu .header-menu-btn a span {
        margin: 0 0 0 0.5vw;
    }
}


/* pageTop
---------------------------------------------------*/
#pageTop {
    position: absolute;
    right: 150px;
    bottom: 30px;
    width: 70px;
    z-index: 99;
    opacity: 1;
    transition: opacity 0.5s;
}
#pageTop img {
    width: 100%;
}
#pageTop.fixed {
    position: fixed;
    bottom: 100px;
}
#pageTop.hide {
    opacity: 0;
}

/* 767 */
@media screen and (max-width: 767px) {
    #pageTop {
        right: 4.2666vw;
        bottom: 5.6vw;
        width: 13.3333vw;
    }
    #pageTop.fixed {
        position: fixed;
        bottom: 100px;
    }
}



/* anchor
---------------------------------------------------*/
#anchor {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 999;
    background: rgb(255 255 255 / 50%);
    padding: 15px 0;
}
#anchor .link {
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 15px;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

#anchor ul.link li {
    /* button 2 */
    /* width: 50%; */
    /* button 3 */
    width: 33.333%;
    height: 60px;
}
#anchor ul.link li a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    background-color: #0077FF;
    /* background-image: linear-gradient(#213244, #95bdc9); */
    border-radius: 40px;
    transition: box-shadow 0.3s ease;
    box-shadow: 0 0.1563vw 0.3125vw rgba(0, 0, 0, 0.16);
}

/**/
#anchor ul.link li:nth-child(1) {
/*
    background-color: #ccc;
    pointer-events: none;
*/
}

/* 767 */
@media screen and (max-width: 767px) {
    #anchor {
        top: auto;
        bottom: 0;
        left: 0;
        right: auto;
        width: 100%;
    }
    #anchor ul.link {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }
    #anchor ul.link li {
        width: 46.6666vw;
        height: 13.3333vw;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
        border-radius: 2.6666vw 2.6666vw 0 0;
    }
    #anchor ul.link li:not(:last-child) {
        margin-bottom: 0;
        margin-right: 1.3333vw;
    }
    #anchor ul.link li a {
        font-size: 3.8vw; /* 4.2666vw */
    }
}


/* mv
---------------------------------------------------*/
#mv .mv-inner {
    position: relative;
    width: 100%;
}
#mv .mv-slider,
#mv .mv-slider .slide,
#mv .mv-slider .slide img {
    width: 100%;
}
#mv .mv-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 29.2857%;
    max-width: 410px;
    z-index: 3;
    pointer-events: none;
}
#mv .mv-deco {
    position: absolute;
    pointer-events: none;
}
#mv .mv-deco.deco01 {
    top: 16px;
    right: 11px;
    width: 20.5714%;
    max-width: 288px;
    z-index: 1;
}
#mv .mv-deco.deco02 {
    top: 60.84%;
    left: -390px;
    width: 41.4285%;
    max-width: 580px;
    z-index: 2;
}
#mv .mv-logo img,
#mv .mv-deco img {
    width: 100%;
    max-width: none;
}

/* slick-initialized */
#mv .mv-slider img{
    /*display: none;*/
    opacity: 0;
}
#mv .mv-slider.slick-initialized img {
    /*display: block;*/
    opacity: 1;
}

.mv-info {
    position: relative;
    bottom: 0;
    left: 0;
    background: #c9b110;
    padding: 0.8vw 2vw;
    text-align: center;
    font-size: clamp(18px, 1.8333333333333333vw, 24px);
    font-weight: bold;
    color: #fff;
}

/* 767 */
@media screen and (max-width: 767px) {
    #mv {
    }
    #mv .mv-logo {
        top: 30.4vw;
        left: 50%;
        transform: translate(-50%, 0);
        width: 61.8666vw;
        max-width: none;
    }
    #mv .mv-deco.deco01 {
        top: 2.6666vw;
        right: -24.8vw;
        width: 46.9333vw;
        max-width: none;
    }
    #mv .mv-deco.deco02 {
        top: 102.1333vw;
        left: -52.8vw;
        width: 76.2666vw;
        max-width: none;
    }
    .mv-info {
        padding: 1.5vw 2vw;
    }
}


/* top-about
---------------------------------------------------*/
#top-about {
    position: relative;
}
#top-about .top-about-inner {
    padding: 80px 30px;
}
#top-about .ttl-about {
    position: relative;
    text-align: center;
    line-height: 1.6em;
    font-size: 44px;
    font-weight: 300;
    color: #231816;
    margin: 0 auto;
    padding: 0 0 60px;
}
#top-about .ttl-about-main {
    display: block;
}
#top-about .ttl-about-icon {
    display: block;
    max-width: 88px;
    margin: 30px auto 0;
}
#top-about .about-txt {
    font-size: 20px;
    color: #231816;
    font-weight: 700;
    text-align: center;
    line-height: 2;
}
#top-about .explain {
    margin-bottom: 40px;
}
#top-about .explain p {
    line-height: 1.8em;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}
#top-about .explain p span {
    font-size: 16px;
}
/*composition-list*/
#top-about .composition-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto 64px;
}
#top-about .composition-list .composition {
    position: relative;
    width: 343px;
    height: 644px;
    z-index: 1;
}
#top-about .composition-list .composition:not(:last-of-type) {
    margin-right: 36px;
}
#top-about .composition-list .composition .hexagon-wrap,
#top-about .composition-list .composition::after {
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    height: 396px;
}
#top-about .composition-list .composition::after {
    background-color: #0E65B3;
    clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
    bottom: 0;
    z-index: -2;
}
#top-about .composition-list .composition .hexagon-wrap {
    top: 0;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, .16));
    z-index: -1;
}
#top-about .composition-list .composition .hexagon-wrap .hexagon {
    width: 100%;
    height: 100%;
    clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
    background-color: #F7F7F7;
}
/* contents */
#top-about .composition-list .composition .contents {
    position: relative;
    height: 396px;
    padding-top: 90px;
    z-index: 10;
}
#top-about .composition-list .composition .contents .title {
    text-align: center;
    color: #0E65B3;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 16px;
}
#top-about .composition-list .composition .contents .title span{
    font-size: 14px;
}
#top-about .composition-list .composition .contents .explain {
    line-height: 1.6em;
    padding: 0 40px;
}
/* tag */
#top-about .composition-list .composition .tag {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 260px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
#top-about .composition-list .composition .tag p {
    line-height: 1.4em;
    text-align: center;
    color: #0E65B3;
    font-weight: 700;
}
/* detail */
#top-about .composition-list .composition .detail {
    position: relative;
    padding-top: 18px;
    z-index: 10;
}
#top-about .composition-list .composition .detail p {
    line-height: 1.6em;
    color: #fff;
    padding: 0 40px;
}

/* composition02 */
#top-about .composition-list .composition02 .contents {
    padding-top: 49px;
}
#top-about .composition-list .composition02::after {
    background-color: #F28B00;
}
#top-about .composition-list .composition02 .contents .title {
    line-height: 1.4em;
    color: #F28B00;
    margin-bottom: 8px;
}
#top-about .composition-list .composition02 .tag p {
    color: #F28B00;
}

/* composition03 */
#top-about .composition-list .composition03 .contents {
    padding-top: 62px;
}
#top-about .composition-list .composition03::after {
    background-color: #1A8F2F;
}
#top-about .composition-list .composition03 .contents .title {
    color: #1A8F2F;
}
#top-about .composition-list .composition03 .tag p {
    color: #1A8F2F;
}

/* deco */
#top-about .deco {
    position: absolute;
    bottom: -112px;
    right: -106px;
    width: 379px;
    z-index: 10;
}
#top-about .deco img {
    width: 100%;
    max-width: none;
}

/* 1100 */
@media screen and (max-width: 1100px) {
    #top-about .composition-list {
        width: 722px;
    }
    #top-about .composition-list .composition:not(:first-of-type) {
        margin-right: 0;
    }
    #top-about .top-about-inner {
        padding: 40px 15px 0;
        background-image: url(/image/monotech2026/recruitment/statement-bg-sp.jpg);
    }
    #top-about .ttl-about {
        font-size: clamp(28px, 2.857142857142857vw, 40px);
        line-height: 1.4;
    }
    #top-about .ttl-about-sub {
        font-size: clamp(12px, 1.4285714285714286vw, 20px);
        margin: 15px 0 0 0;
    }
    #top-about .about-txt {
        font-size: clamp(16px, 1.4285714285714286vw, 20px);
    }
}

/* 767 */
@media screen and (max-width: 767px) {
    #top-about {
    }
    #top-about .ttl-about {
        line-height: 1.5;
        font-size: clamp(36px, 2.857142857142857vw, 40px);
        font-weight: 400;
        padding: 0 0 15px 0;
    }
    #top-about .explain {
        margin-bottom: 8vw;
    }
    #top-about .explain p {
        line-height: 1.8em;
        text-align: center;
        font-size: 4.2666vw;
    }
    #top-about .explain p span {
        font-size: 3.7333vw;
    }
    /*composition-list*/
    #top-about .composition-list {
        display: block;
        width: 85.3333vw;
        margin-bottom: 8vw;
    }
    #top-about .composition-list .composition {
        width: 100%;
        height: 160.8vw;
    }
    #top-about .composition-list .composition:not(:last-of-type) {
        margin-right: 0;
        margin-bottom: 5.3333vw;
    }
    #top-about .composition-list .composition .hexagon-wrap,
    #top-about .composition-list .composition::after {
        height: 98.6666vw;
    }
    #top-about .composition-list .composition .hexagon-wrap {
        filter: drop-shadow(0 1.3333vw 2.6666vw rgba(0, 0, 0, .16));
    }
    /* contents */
    #top-about .composition-list .composition .contents {
        height: 98.6666vw;
        padding-top: 22.6666vw;
    }
    #top-about .composition-list .composition .contents .title {
        font-size: 6.9333Vw;
        margin-bottom: 4.2666vw;
    }
    #top-about .composition-list .composition .contents .title span{
        font-size: 3.2vw;
    }
    #top-about .composition-list .composition .contents .explain {
        padding: 0 10.1333vw;
    }
    /* tag */
    #top-about .composition-list .composition .tag {
        width: 63.4666vw;
        height: 36.8vw;
    }
    /* detail */
    #top-about .composition-list .composition .detail {
        padding-top: 4.5333vw;
    }
    #top-about .composition-list .composition .detail p {
        padding: 0 10.1333vw;
    }
    /* composition02 */
    #top-about .composition-list .composition02 .contents {
        padding-top: 10.6666vw;
    }
    #top-about .composition-list .composition02 .contents .title {
        margin-bottom: 3.2vw;
    }
    /* composition03 */
    #top-about .composition-list .composition03 .contents {
        padding-top: 17.6vw;
    }
    /* deco */
    #top-about .deco {
        bottom: -19.2vw;
        right: -17.12vw;
        width: 44vw;
    }
}

/* top-cate
---------------------------------------------------*/
#top-cate {
    position: relative;
}
#top-cate .top-cate-inner {
    background-image: url(/image/monotech2026/recruitment/statement-bg-sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* top-news
---------------------------------------------------*/
#top-news {
    /* margin: 80px 0 40px; */
}
#top-news .ttl-section {
    margin: 0;
}
#top-news .contents-wrap {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    align-items: center;
    gap: 7.142857142857142vw;
    background: #fff;
    padding: 50px;
    border-radius: 40px;
    box-shadow: 0.2604vw 0.2604vw 1.0417vw rgba(0, 0, 0, 0.16);
}
#top-news ul.news-list {
    width: calc(100% - 145px);
    border-top: solid #d2d2d2 1px;
}
#top-news ul.news-list li {
    border-bottom: solid #d2d2d2 1px;
}
#top-news ul.news-list li a {
    display: flex;
    align-items: center;
    padding: 30px;
    color: #333;
    font-size: clamp(16px, 1.8181818181818181vw, 20px);
}
#top-news ul li a[target="_blank"] {
    background: url(/image/monotech2026/recruitment/ex-link.png) no-repeat center right / 16px auto;
}
#top-news ul.news-list li a .time {
    position: relative;
    width: 130px;
}
#top-news ul.news-list li a .time::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 1px;
    height: 32px;
    margin: -16px 0 0 0;
    background: #fff;
}
#top-news ul.news-list li a .tit {
    width: calc(100% - 110px);
}

/* 767 */
@media screen and (max-width: 767px) {
    #top-news {
        padding: 0 15px;
        margin: 60px 0 40px;
    }
    #top-news .contents-wrap {
        padding: 30px 15px;
        flex-wrap: wrap;
        justify-content: flex-start;
        border-radius: 20px;
        box-shadow: 0.2604vw 0.2604vw 8.0417vw rgba(0, 0, 0, 0.5);
    }
    #top-news ul.news-list {
        width: 100%;
    }
    #top-news ul.news-list li a {
        display: block;
        padding: 1em;
    }
    #top-news ul.news-list li a .time {
        display: block;
        width: auto;
    }
    #top-news ul.news-list li a .time::after {
        display: none;
    }
    #top-news ul.news-list li a .tit {
        display: block;
        width: auto;
        line-height: 1.6em;
        margin-top: 0.3em;
    }
}



/* last-year
---------------------------------------------------*/
#last-year {
    position: relative;
    padding: 82px 0 145px;
}
/* visitors */
#last-year .visitors {
    margin-bottom: 120px;
}
#last-year .visitors-voice-list {
    display: flex;
    flex-wrap: wrap;
}
#last-year .visitors-voice-list .visitors-voice {
    width: 50%;
    text-align: center;
    user-select: none;
    padding-top: 72px;
}
#last-year .visitors-voice-list .visitors-voice img {
    max-width: 96%;
}
#last-year .visitors-voice-list .visitors-voice.voice01 {
    width: 100%;
    border-bottom: 1px solid #000;
    padding-top: 0;
    padding-bottom: 56px;
}
#last-year .visitors-voice-list .visitors-voice.voice03 {
    border-left: 1px solid #000;
}
/* exhibitors */
#last-year .exhibitors {
    margin-bottom: 120px;
}
#last-year .exhibitors-voice-list {
    max-width: 1000px;
    margin: 0 auto;
}
#last-year .exhibitors-voice-list .exhibitors-voice {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#last-year .exhibitors-voice-list .exhibitors-voice:not(:last-of-type) {
    margin-bottom: 50px;
}
#last-year .exhibitors-voice-list .exhibitors-voice .figure {
    width: 46%;
}
#last-year .exhibitors-voice-list .exhibitors-voice .figure img {
    width: 100%;
    border-radius: 10px;
}
#last-year .exhibitors-voice-list .exhibitors-voice ul.voice-list {
    width: 46%;
}
#last-year .exhibitors-voice-list .exhibitors-voice ul.voice-list li {
    display: flex;
    align-items: center;
    background-color: #F7F7F7;
    border-radius: 100px;
    padding: 0 40px 0 34px;
}
#last-year .exhibitors-voice-list .exhibitors-voice ul.voice-list li:not(:last-child) {
    margin-bottom: 20px;
}
#last-year .exhibitors-voice-list .exhibitors-voice ul.voice-list li .icon {
    width: 60px;
    margin: 30px 26px 30px 0;
}
#last-year .exhibitors-voice-list .exhibitors-voice ul.voice-list li p {
    width: calc(100% - 86px);
    line-height: 1.6em;
    font-weight: 700;
}
#last-year .exhibitors-voice-list .exhibitors-voice.voice02 .figure {
    order: 2;
}
#last-year .exhibitors-voice-list .exhibitors-voice.voice02 ul.voice-list {
    order: 1;
}
/* special */
#last-year .special {
    max-width: 1000px;
    margin: 0 auto;
}
#last-year .special ul.figure-list {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 40px;
}
#last-year .special .ttl-block {
    line-height: 1.6em;
}
#last-year .special ul.figure-list li {
    width: 32%;
}
#last-year .special ul.figure-list li:not(:last-child) {
    margin-right: 2%;
}
#last-year .special ul.figure-list li img {
    width: 100%;
    border-radius: 10px;
}
#last-year .special .entrant {
    margin-top: 20px;
}
#last-year .special .entrant .title {
    font-weight: 700;
    margin-bottom: 0.5em;
}
#last-year .special .entrant .title span {
    font-weight: 400;
    margin-left: 0.5em;
}
#last-year .special .entrant p {
    line-height: 1.6em;
}

/* deco */
#last-year .deco {
    position: absolute;
    top: 1312px;
    left: -25px;
    width: 207px;
    z-index: 10;
}
#last-year .deco img {
    width: 100%;
    max-width: none;
}

/* 767 */
@media screen and (max-width: 767px) {
    #last-year {
        padding: 10.9333vw 0 20.2666vw;
    }
    /* visitors */
    #last-year .visitors {
        margin-bottom: 19.4666vw;
    }
    #last-year .visitors-voice-list {
        display: block;
    }
    #last-year .visitors-voice-list .visitors-voice {
        width: 100%;
        padding-top: 12.8vw;
    }
    #last-year .visitors-voice-list .visitors-voice img {
        width: 100%;
        max-width: none;
    }
    #last-year .visitors-voice-list .visitors-voice.voice01 {
        padding-top: 0;
        padding-bottom: 12.8vw;
    }
    #last-year .visitors-voice-list .visitors-voice.voice02 {
        border-bottom: 1px solid #000;
        padding-bottom: 12.8vw;
    }
    #last-year .visitors-voice-list .visitors-voice.voice03 {
        border-left: 0;
    }
    /* exhibitors */
    #last-year .exhibitors {
        margin-bottom: 19.4666vw;
    }
    #last-year .exhibitors-voice-list .exhibitors-voice {
        display: block;
    }
    #last-year .exhibitors-voice-list .exhibitors-voice:not(:last-of-type) {
        margin-bottom: 8vw;
    }
    #last-year .exhibitors-voice-list .exhibitors-voice .figure {
        width: 100%;
        margin-bottom: 8vw;
    }
    #last-year .exhibitors-voice-list .exhibitors-voice .figure img {
        border-radius: 2.6666vw;
    }
    #last-year .exhibitors-voice-list .exhibitors-voice ul.voice-list {
        width: 100%;
    }
    #last-year .exhibitors-voice-list .exhibitors-voice ul.voice-list li {
        display: flex;
        align-items: center;
        background-color: #F7F7F7;
        border-radius: 100px;
        padding: 0 8vw 0 6.9333vw;
    }
    #last-year .exhibitors-voice-list .exhibitors-voice ul.voice-list li:not(:last-child) {
        margin-bottom: 5.3333vw;
    }
    #last-year .exhibitors-voice-list .exhibitors-voice ul.voice-list li .icon {
        width: 11.2vw;
        margin: 5.6vw 5.0666vw 5.6vw 0;
    }
    #last-year .exhibitors-voice-list .exhibitors-voice ul.voice-list li p {
        width: calc(100% - 16.2666vw);
        line-height: 1.7em;
        font-size: 3.7333vw;
    }
    #last-year .exhibitors-voice-list .exhibitors-voice.voice03 ul.voice-list li:first-of-type p {
        padding: 5.0666vw 0;
    }
    /* special */
    #last-year .special ul.figure-list {
        display: block;
        margin-bottom: 5.3333vw;
    }
    #last-year .special ul.figure-list li {
        width: 100%;
    }
    #last-year .special ul.figure-list li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 2.6666vw;
    }
    #last-year .special .entrant {
        margin-top: 5.3333vw;
    }

    #last-year .deco {
        position: absolute;
        top: 432vw;
        left: -3.7866vw;
        width: 26.9333vw;
    }
}

/* seminar
---------------------------------------------------*/
#seminar {
    position: relative;
    background-color: #F7F7F7;
    padding: 110px 0 130px;
}
/* headline */
#seminar .headline {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 10px;
    padding: 40px 45px;
    margin-bottom: 90px;
}
#seminar .headline .figure {
    width: 35.645%;
}
#seminar .headline .figure img {
    width: 100%;
    border-radius: 10px;
}
#seminar .headline .explain {
    width: 60.397%;
}
#seminar .headline .explain p {
    line-height: 1.6em;
}
#seminar .headline .explain p:not(:last-of-type) {
    margin-bottom: 1.4em;
}
#seminar .headline .explain .btn-link a {
    width: 250px;
    height: 50px;
    font-size: 14px;
    background: #000;
    text-indent: -2em;
    margin-right: 0;
    margin-top: 40px;
}
#seminar .headline .explain .btn-link a::before {
    right: 16px;
    width: 12px;
    height: 7px;
}
#seminar .headline .explain .btn-link a::after {
    right: 43px;
    width: 1px;
    height: 30px;
}
/* theme */
#seminar .theme {
    margin-bottom: 60px;
}
#seminar ul.theme-list li {
    line-height: 2.28em;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}
#seminar ul.theme-list li span {
    font-weight: 400;
}
#seminar .deco {
    position: absolute;
    top: -175px;
    right: -123px;
    width: 341px;
    z-index: 10;
}
#seminar .deco img {
    width: 100%;
    max-width: none;
}

/* 767 */
@media screen and (max-width: 767px) {
    #seminar {
        padding: 17.0666vw 0 24.8vw;
    }
    /* headline */
    #seminar .headline {
        display: block;
        border-radius: 2.6666vw;
        padding: 7.2vw 6.6666vw 10.9333vw;
        margin-bottom: 14.9333vw;
    }
    #seminar .headline .figure {
        width: 100%;
        margin-bottom: 6.6666vw;
    }
    #seminar .headline .figure img {
        border-radius: 2.6666vw;
    }
    #seminar .headline .explain {
        width: 100%;
    }
    #seminar .headline .explain .btn-link a {
        width: 66.6666vw;
        height: 13.3333vw;
        font-size: 3.7333vw;
        margin-top: 9.0666vw;
    }
    #seminar .headline .explain .btn-link a::before {
        right: 4.2666vw;
        width: 3.2vw;
        height: 1.8666vw;
    }
    #seminar .headline .explain .btn-link a::after {
        right: 11.4666vw;
        height: 8vw;
    }
    /* theme */
    #seminar .theme {
        margin-bottom: 8vw;
    }
    #seminar ul.theme-list li {
        line-height: 1.7em;
        text-align: left;
        font-size: 3.7333vw;
    }
    #seminar ul.theme-list li:not(:last-child) {
        margin-bottom: 1.7em;
    }
    #seminar .deco {
        top: -29.3333vw;
        right: -27.2vw;
        width: 54.1333vw;
    }
}

/* online
---------------------------------------------------*/
#online {
    position: relative;
    padding: 110px 0 110px;
}
/* headline */
#online .headline {
    display: flex;
    justify-content: space-between;
    background-color: #F7F7F7;
    border-radius: 10px;
    padding: 40px 45px;
    margin-bottom: 90px;
}
#online .headline .figure {
    width: 35.645%;
}
#online .headline .figure img {
    width: 100%;
    border-radius: 10px;
}
#online .headline .explain {
    width: 60.397%;
}
#online .headline .explain p {
    line-height: 1.6em;
}
#online .headline .explain p:not(:last-of-type) {
    margin-bottom: 1.4em;
}
#online .headline .explain p.title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 1em;
}
/* option */
#online .option {
    margin-bottom: 75px;
}
#online .option .ttl-block {
    margin-bottom: 40px;
}
#online .option .note {
    text-align: center;
    margin-bottom: 26px;
}
#online .option ul.option-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 980px;
    margin: 0 auto;
}
#online .option ul.option-list li {
    width: 32.65%;
    height: 70px;
    display: flex;
    align-items: center;
    background-color: #F7F7F7;
    border-radius: 106px;
    margin-top: 20px;
}
#online .option ul.option-list li:nth-child(-n+3) {
    margin-top: 0;
}
#online .option ul.option-list li .num {
    display: inline-block;
    font-size: 24px;
    border-right: 1px solid #000;
    padding: 5px 21px 5px 26px;
    margin-right: 18px;
}
#online .option ul.option-list li p {
    line-height: 1.4em;
    font-weight: 700;
}

#online .deco {
    position: absolute;
    top: -66px;
    left: -127px;
    width: 408px;
    z-index: 10;
}
#online .deco img {
    width: 100%;
    max-width: none;
}

/* 767 */
@media screen and (max-width: 767px) {
    #online {
        padding: 15.4666vw 0 19.2vw;
    }
    /* headline */
    #online .headline {
        display: block;
        border-radius: 2.6666vw;
        padding: 7.2vw 6.6666vw 10.9333vw;
        margin-bottom: 8.8vw;
    }
    #online .headline .figure {
        width: 100%;
        margin-bottom: 6.6666vw;
    }
    #online .headline .figure img {
        border-radius: 2.6666vw;
    }
    #online .headline .explain {
        width: 100%;
    }
    #online .headline .explain p.title {
        font-size: 6.4vw;
    }
    /* option */
    #online .option {
        margin-bottom: 8vw;
    }
    #online .option .ttl-block {
        margin-bottom: 6.9333vw;
    }
    #online .option .note {
        margin-bottom: 6.9333vw;
    }
    #online .option ul.option-list {
        display: block;
        width: 100%;
    }
    #online .option ul.option-list li {
        width: 100%;
        height: 18.6666vw;
        border-radius: 28.2666vw;
        margin-top: 5.3333vw;
    }
    #online .option ul.option-list li:nth-child(-n+3) {
        margin-top: 5.3333vw;
    }
    #online .option ul.option-list li:first-child {
        margin-top: 0;
    }
    #online .option ul.option-list li .num {
        font-size: 6.4vw;
        padding: 5.3333vw 4.6666vw 5.3333vw 7.2vw;
        margin-right: 4.8vw;
    }
    #online .deco {
        top: -14.6666vw;
        left: -37.3333vw;
        width: 76vw;
    }
}


/* schedule
---------------------------------------------------*/
#schedule {
    position: relative;
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    background: #fff;
    padding: 50px;
    border-radius: 40px;
    box-shadow: 0.2604vw 0.2604vw 1.0417vw rgba(0, 0, 0, 0.16);
}
#schedule .ttl-block {
    margin-bottom: 40px;
}
#schedule .date {
    text-align: center;
    font-size: 41px;
    font-weight: 700;
    margin-bottom: 12px;
}
#schedule .date span {
    font-size: 58px;
    font-weight: 700;
}
#schedule .note {
    text-align: center;
    font-size: 14px;
    margin-bottom: 34px;
}
#schedule .figure {
    text-align: center;
}

#schedule .deco {
    position: absolute;
    top: -132px;
    right: -75px;
    width: 281px;
    z-index: 10;
}
#schedule .deco img {
    width: 100%;
    max-width: none;
}

/* 767 */
@media screen and (max-width: 767px) {
    #schedule {
        margin: 0 15px;
        width: calc(100% - 30px);
        padding: 13.3333vw 15px 16vw
    }
    #schedule .ttl-block {
        margin-bottom: 8vw;
    }
    #schedule .date {
        line-height: 1.4em;
        font-size: 9.8666vw;
        margin-bottom: 5.0666vw;
    }
    #schedule .date span {
        font-size: 14.1333vw;
    }
    #schedule .note {
        line-height: 1.7em;
        font-size: 3.7333vw;
        margin-bottom: 8vw;
    }
    #schedule .figure img {
        width: 100%;
    }
    #schedule .deco {
        top: -10.6666vw;
        right: -12.2666vw;
        width: 36.2666vw;
    }
}


/* event-info
---------------------------------------------------*/
#event-info {
    position: relative;
    padding: 110px 0 130px;
}
#event-info .event-info-inner {
    position: relative;
    z-index: 20;
}
/* headline */
#event-info .headline {
    display: flex;
    justify-content: space-between;
    background-color: #F7F7F7;
    border-radius: 10px;
    padding: 40px 45px;
    margin-bottom: 90px;
}
#event-info .headline .place {
    width: 50%;
}
#event-info .headline .place.real {
    border-right: 1px solid #000;
    padding-right: 40px;
}
#event-info .headline .place.online {
    padding-left: 40px;
}
#event-info .headline .place .title {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 36px;
}
#event-info .headline .place dl {
    display: flex;
    align-items: center;
}
#event-info .headline .place dl:not(:last-of-type) {
    margin-bottom: 20px;
}
#event-info .headline .place dl dt {
    width: 70px;
    text-align: center;
    color: #fff;
    background-color: #119487;
    padding: 0.5em 0;
    margin-right: 15px;
}
#event-info .headline .place dl dd {
    width: calc(100% - 85px);
    font-size: 18px;
}
#event-info .headline .place dl dd span {
    font-size: 14px;
    margin-left: 0.5em;
}
#event-info .ttl-block {
    margin-bottom: 60px;
}
/* organizer */
#event-info .organizer {
    margin-bottom: 100px;
}
#event-info .organizer p {
    line-height: 1.6em;
    text-align: center;
    font-size: 18px;
}
#event-info .organizer .btn-link {
    margin-top: 70px;
}
/* exhibition */
#event-info .exhibition {
    margin-bottom: 80px;
}
#event-info .exhibition .figure {
    text-align: center;
}
/* related */
#event-info .related ul.related-list {
    display: flex;
    flex-wrap: wrap;
}
#event-info .related ul.related-list li {
    width: 22.4545%;
    margin-right: 3.394%;
    margin-top: 37px;
}
#event-info .related ul.related-list li:nth-child(4n) {
    margin-right: 0;
}
#event-info .related ul.related-list li:nth-child(-n+4) {
    margin-top: 0;
}
#event-info .related ul.related-list li img {
    width: 100%;
}

#event-info .deco {
    position: absolute;
    top: 819px;
    left: -93px;
    width: 330px;
    z-index: 10;
}
#event-info .deco img {
    width: 100%;
    max-width: none;
}

/* 767 */
@media screen and (max-width: 767px) {
    #event-info {
        position: relative;
        padding: 12.5333vw 0 8vw;
    }
    /* headline */
    #event-info .headline {
        display: block;
        border-radius: 2.6666vw;
        padding: 6.6666vw 6.6666vw 8.8vw;
        margin-bottom: 8vw;
    }
    #event-info .headline .place {
        width: 100%;
    }
    #event-info .headline .place.real {
        padding-right: 0;
        border-right: 0;
        border-bottom: 1px solid #000;
        padding-bottom: 8vw;
    }
    #event-info .headline .place.online {
        padding-left: 0;
        padding-top: 8vw;
    }
    #event-info .headline .place .title {
        font-size: 6.4vw;
        margin-bottom: 5.6vw;
    }
    #event-info .headline .place dl {
        display: block;
    }
    #event-info .headline .place dl:not(:last-of-type) {
        margin-bottom: 6.4vw;
    }
    #event-info .headline .place dl dt {
        width: 18.6666vw;
        margin-right: 0;
        margin-bottom: 2.6666vw;
    }
    #event-info .headline .place dl dd {
        width: 100%;
        line-height: 1.55em;
        font-size: 4.8vw;
    }
    #event-info .headline .place dl dd span {
        font-size: 3.7333vw;
    }
    #event-info .ttl-block {
        margin-bottom: 8vw;
    }
    /* organizer */
    #event-info .organizer {
        margin-bottom: 19.4666vw;
    }
    #event-info .organizer p {
        font-size: 4.8vw;
    }
    #event-info .organizer .btn-link {
        margin-top: 8vw;
    }

    /* exhibition */
    #event-info .exhibition {
        margin-bottom: 16vw;
    }
    #event-info .exhibition .figure img {
        width: 40.5333vw;
    }
    /* related */
    #event-info .related ul.related-list {
        display: flex;
        flex-wrap: wrap;
    }
    #event-info .related ul.related-list li {
        width: 47.5%;
        margin-right: 5%;
        margin-top: 3.4666vw;
    }
    #event-info .related ul.related-list li:nth-child(-n+4) {
        margin-top: 3.4666vw;
    }
    #event-info .related ul.related-list li:nth-child(-n+2) {
        margin-top: 0;
    }
    #event-info .related ul.related-list li:nth-child(2n) {
        margin-right: 0;
    }

    #event-info .deco {
        top: 304vw;
        left: -11.4666vw;
        width: 40vw;
    }
}


/* title
---------------------------------------------------*/
.ttl-section {
    text-align: left;
    margin-bottom: 30px;
}
.ttl-section .en {
    font-size: 60px;
    font-weight: 700;
}
.ttl-section .ja {
    display: block;
    font-size: 16px;
    margin-top: 0.5em;
}
.ttl-section-main {
    display: inline-block;
    font-size: clamp(40px, 7.2727272727272725vw, 80px);
    font-weight: 800;
    font-family: din-2014, sans-serif;
    color: #333;
}
.ttl-section-sub {
    position: relative;
    display: block;
    font-size: clamp(15px, 1.8181818181818181vw, 20px);
    font-weight: 700;
    color: #5D5D5D;
    padding: 0 0 0 15px;
}
.ttl-section-sub::after {
    content: "";
    position: absolute;
    display: block;
    width: 6px;
    height: 6px;
    background: #0077FF;
    border-radius: 10px;
    left: 0;
    top: 50%;
    margin: -2px 0 0 0;
}
.ttl-block {
    text-align: center;
    margin-bottom: 70px;
}
.ttl-block span {
    position: relative;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
}
.ttl-block span::after {
    position: absolute;
    content: '';
    bottom: -12px;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #000;
}

/* 767 */
@media screen and (max-width: 767px) {
    .ttl-section {
        margin-bottom: 6.4vw;
    }
    .ttl-section .en {
        font-size: 10.6666vw;
    }
    .ttl-section .ja {
        font-size: 4.2666vw;
    }
    .ttl-block {
        margin-bottom: 12.2666vw;
    }
    .ttl-block span {
        line-height: 1.3em;
        font-size: 6.4vw;
    }
    .ttl-block span::after {
        bottom: -3.2vw;
        height: 1.3333vw;
    }
}


/* btn
---------------------------------------------------*/
.btn-link a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 500px;
    height: 70px;
    line-height: 1;
    text-align: center;
    color: #fff;
    font-size: 23px;
    font-weight: 500;
    background: rgb(143,206,233);
    background: linear-gradient(90deg, rgba(143,206,233,1) 0%, rgba(21,160,146,1) 100%);
    border-radius: 10px;
    margin: 0 auto;
    z-index: 3;
}
.btn-link a::before {
    position: absolute;
    content: '';
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
    width: 17px;
    height: 9px;
    background-image: url('/image/monotech2026/front/icon_arrow.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
}
.btn-link a::after {
    position: absolute;
    content: '';
    top: 50%;
    right: 60px;
    transform: translate(0, -50%);
    width: 1px;
    height: 50px;
    background-color: #fff;
}

/* btn-download */
.btn-download a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 34px;
    line-height: 1;
    text-align: center;
    color: #fff;
    font-weight: 500;
    background-color: #15A092;
    border-radius: 1em;
    margin: 0 auto;
    transition: 0.5s;
}
.btn-download a:hover {
    background-color: #3ed7c8;
}
.btn-download a .icon {
    width: 14px;
    margin-left: 10px;
}
.btn-download a .icon img {
    width: 100%;
}

/* 767 */
@media screen and (max-width: 767px) {
    .btn-link a {
        width: 85.3333vw;
        height: 18.6666vw;
        font-size: 4.8vw;
    }
    .btn-link a::before {
        right: 5.6vw;
        width: 4.5333vw;
        height: 2.4vw;
    }
    .btn-link a::after {
        right: 16vw;
        height: 13.3333vw;
    }
    /* btn-download */
    .btn-download a {
        height: 7.8125vw;
    }
    .btn-download a .icon {
        width: 3.125vw;
        margin-left: 1.5625vw;
    }
}

/* table-block
---------------------------------------------------*/
.table-block {
    position: relative;
    width: 100%;
    overflow-x: auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
}
.table-block::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
.table-block::-webkit-scrollbar-track {
    border-radius: 6px;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, .1);
}
.table-block::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 6px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .3);
}

/* media <= 768px */
@media screen and (min-width: 1px) and (max-width: 768px) {
    .table-block {
        padding-bottom: 2.6666vw;
    }
    .table-block::-webkit-scrollbar {
        width: 0.9375vw;
    }
    .table-block::-webkit-scrollbar-track {
        border-radius: 0.9375vw;
        box-shadow: inset 0 0 0.625vw rgba(0, 0, 0, .1);
    }
    .table-block::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, .5);
        border-radius: 0.9375vw;
        box-shadow: 0 0 0 1px rgba(255, 255, 255, .3);
    }
}


/* .table
---------------------------------------------------*/
.table {
    width: 100%;
    background-color: #fff;
    border-collapse: separate;
    border-spacing: 0;
    border-style: solid;
    border-color: #000;
    border-width: 1px 0 0 1px;
}
.table th {
    text-align: center;
    font-weight: normal;
    background-color: #fff;
    border-style: solid;
    border-color: #000;
    border-width: 0 1px 1px 0;
    white-space: nowrap;
    padding: 0.5em;
}
.table thead th {
    color: #fff;
    background-color: #15A092;
}
.table td {
    border-style: solid;
    border-color: #000;
    border-width: 0 1px 1px 0;
    padding: 0.5em;
    white-space: nowrap
}


/* Slider
---------------------------------------------------*/
.slick-slider {
    position: relative;
    display: none;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-slider.slick-initialized {
    display: block;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*---------------------------------------*/
/* Slider */
.slick-loading .slick-list {
    background: #fff;
}
/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 1;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}
.slick-prev:before,
.slick-next:before {
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    border-top: 1px solid #000;
    opacity: .75;
}
.slick-prev {
    left: 20px;
}
.slick-prev:before {
    border-left: 1px solid #000;
    transform: rotate(-45deg);
}
.slick-next {
    right: 20px;
}
.slick-next:before {
    border-right: 1px solid #000;
    transform: rotate(45deg);
}

/* Dots */
.slick-dots {
    position: absolute;
    bottom: -30px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}
.slick-dots li {
    position: relative;
    width: 15px;
    height: 15px;
    margin: 0 8px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 15px;
    height: 15px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #E6E6E6;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li.slick-active button {
    background-color: #15A092;
}

/* 767 */
@media screen and (max-width: 767px) {

    /* Dots */
    .slick-dots {
        bottom: -8vw;
    }
    .slick-dots li {
        width: 4vw;
        height: 4vw;
        margin: 0 2vw;
    }
    .slick-dots li button {
        width: 4vw;
        height: 4vw;
    }
}


/* breadcrumbs
---------------------------------------------------*/
#breadcrumbs {
    padding: 16px;
    margin-top: 40px;
    margin-bottom: 20px;
}
#breadcrumbs ol {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
}
#breadcrumbs ol li {
    position: relative;
    font-size: 14px;
}
#breadcrumbs ol li:not(:last-child) {
    padding-right: 1em;
    margin-right: 1em;
}
#breadcrumbs ol li:not(:last-child)::after {
    position: absolute;
    content: '';
    top: 42%;
    right: 0;
    width: 0.5em;
    height: 0.5em;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg) translate(0, -50%);
}
#breadcrumbs ol li a:hover {
    text-decoration: underline;
}
#breadcrumbs ol li a.inv {
    pointer-events: none;
}

/* 767 */
@media screen and (max-width: 767px) {
    #breadcrumbs {
        padding: 3.2vw 1.6vw;
        margin-top: 6.25vw;
        margin-bottom: 3.125vw;
    }
    #breadcrumbs ol li {
        font-size: 2.4vw;
    }
}


/*---------------------------------------------------------
///// exhibit //////////
----------------------------------------------------------*/
#exhibit .ttl-section {
    margin-bottom: 40px;
}
#exhibit .ttl-block {
    margin-bottom: 40px;
}
#exhibit .exhibit-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
#exhibit .exhibit-list + .ttl-block{
    margin-top: 60px;
}
#exhibit .exhibit-list .exhibit-block {
    width: 22.4545%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    margin-right: 3.394%;
    margin-top: 37px;
}
#exhibit .exhibit-list .exhibit-block:nth-child(4n) {
    margin-right: 0;
}
#exhibit .exhibit-list .exhibit-block:nth-child(-n+4) {
    margin-top: 0;
}
#exhibit .exhibit-list .exhibit-block .exhibit-figure {
    width: 100%;
}
#exhibit .exhibit-list .exhibit-block .exhibit-figure img {
    width: 100%;
}
#exhibit .exhibit-list .exhibit-block .exhibit-text {
    padding: 20px 10px;
}
#exhibit .exhibit-list .exhibit-block .exhibit-text .tag {
    font-size: 14px;
    margin-bottom: 0.5em;
}
#exhibit .exhibit-list .exhibit-block .exhibit-text .title {
    min-height: 72px;
    font-weight: bold;
    margin-bottom: 0.5em;
}
#exhibit .exhibit-list .exhibit-block .exhibit-text .type {
    font-size: 14px;
    margin-bottom: 0.5em;
}
#exhibit .exhibit-list .exhibit-block .exhibit-text .capacity {
    font-size: 14px;
}
#exhibit .exhibit-list .exhibit-block .exhibit-text .btn-download {
    margin-top: 10px;
}

/* 767 */
@media screen and (max-width: 767px) {
    #exhibit .ttl-section {
        margin-bottom: 8vw;
    }
    #exhibit .ttl-block {
        margin-bottom: 8vw;
    }
    #exhibit .ttl-block span {
        font-size: 5vw;
    }
    #exhibit .ttl-block span:first-line {
        font-size: 6.4vw;
    }
    #exhibit .exhibit-list {
        display: block;
    }
    #exhibit .exhibit-list + .ttl-block{
        margin-top: 9.375vw;
    }
    #exhibit .exhibit-list .exhibit-block {
        width: 100%;
        margin-right: 0;
        margin-top: 12.5vw;
    }
    #exhibit .exhibit-list .exhibit-block:nth-child(-n+4) {
        margin-top: 12.5vw;
    }
    #exhibit .exhibit-list .exhibit-block:first-of-type {
        margin-top: 0;
    }
    #exhibit .exhibit-list .exhibit-block .exhibit-text {
        padding: 6.25vw 3.125vw;
    }
    #exhibit .exhibit-list .exhibit-block .exhibit-text .tag {
        font-size: 3.7333vw;
    }
    #exhibit .exhibit-list .exhibit-block .exhibit-text .title {
        min-height: auto;
        margin-bottom: 1em;
    }
    #exhibit .exhibit-list .exhibit-block .exhibit-text .type {
        font-size: 3.7333vw;
    }
    #exhibit .exhibit-list .exhibit-block .exhibit-text .capacity {
        font-size: 3.7333vw;
    }
    #exhibit .exhibit-list .exhibit-block .exhibit-text .btn-download {
        margin-top: 4.6875vw;
    }

}
.top-schedule {
    padding-bottom: 110px;
    background: #fff;
}
.btn-top {
    position: relative;
}
.btn-ol {
    max-width: 600px;
    margin: 0 auto;
}
.btn-inr-link {
    transition: opacity 0.2s ease;
}
.btn-inr-link:hover {
    opacity: 0.6;
}
#anchor ul.link li a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
#anchor ul.link li a:after{
    right: 20px;
    width: 15px;
    height: 15px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
    #anchor ul.link {
        gap: 0;
        padding: 0 6px;
    }
    #anchor ul.link li a:after {
        right: 10px;
        width: 10px;
        height: 10px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
    }
}

/* EXHIBIT INFO
---------------------------------------------------*/
#top-info {
    position: relative;
    z-index: 1;
}
#top-info::before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 40px;
    right: 0;
    background-color: #F7F7F7;
    box-shadow: 0.2604vw 0.2604vw 1.0417vw rgba(0, 0, 0, 0.16);
}
.top-info-inr {
    max-width: 1100px;
    margin: 0 auto;
}
.event_list {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    max-width: 600px;
    margin: auto;
}
.event_item {
    position: relative;
    padding: 15px;
}
.event_item_dl {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px 15px;
}
.event_item_dl dt {
    width: 108px;
    font-size: 1.8rem;
    text-align: right;
}
.event_item_dl dd {
    font-size: 20px;
    width: calc(100% - 123px);
    text-align: left;
    line-height: 1.5;
}
.event_org {
    margin: 60px 0;
    text-align: center;
}
.event_org.top-line {
    margin: 40px 0 0;
    padding: 40px 0 0 0;
    border-top: 1px solid #D2D2D2;
}
.event_org-ttl {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    padding: 0 0 4px 0;
    border-bottom: 2px solid;
}
.event_org-txt {
    margin: 20px 0 0 0;
}
.event_org-logo {
    max-width: 700px;
    margin: 30px auto 0;
    padding: 30px;
    background-color: #fff;
    border-radius: 20px;
    border: 2px solid #95BDC9;
}

.highlight-item-txt-ttl {
    display: inline;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    border: 1px solid #231816;
    background-color: #ffffff;
    padding: 3px 15px;
    font-size: 28px;
    font-weight: 600;
    line-height: 2;
}
.ttl-about-icon {
    display: block;
    max-width: 88px;
    margin: 30px auto 0;
}
.highlight-ol {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.highlight {
    position: relative;
    margin: 100px 0 0 0;
}
.highlight:before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 40px;
    right: 0;
    background-color: #F7F7F7;
    box-shadow: 0.2604vw 0.2604vw 1.0417vw rgba(0, 0, 0, 0.16);
}
.highlight .inner {
    max-width: 1100px;
    margin: 0 auto;
}
.highlight-item {
    position: relative;
    display: flex;
    gap: 30px;
}
.highlight-item-ttl {
    position: absolute;
    width: 61.81818181818181vw;
    max-width: 680px;
    padding: 0 0 0 107px;
    z-index: 9;
}
.hl-03 .highlight-item-ttl {
    top: 50px;
}
.highlight-item-img {
    width: 34.54545454545455vw;
    max-width: 380px;
}
.highlight-item-txt {
    position: relative;
    width: 61.81818181818181vw;
    max-width: 680px;
    margin: 80px 0 0 0;
    line-height: 1.6;
    background: #231815;
    clip-path: polygon(15% 0, 100% 0, 100% 85%, 85% 100%, 0 100%, 0 15%);
    overflow: hidden;
    z-index: 1;
}
.highlight-item.hl-l .highlight-item-ttl {
    order: 1;
}
.highlight-item.hl-l .highlight-item-img {
    order: 3;
}
.highlight-item.hl-l .highlight-item-txt {
    order: 2;
}
.highlight-item.hl-r .highlight-item-ttl {
    left: min(34.54545454545455vw, 410px);
}
.highlight-item-ttl-number {
    position: absolute;
    max-width: 92px;
    width: 8.363636363636363vw;
    height: 100%;
    left: 0;
    display: flex;
    align-items: center;
}
.highlight-item-ttl-txt {
    display: inline;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    border: 1px solid #231816;
    background-color: #ffffff;
    padding: 3px 15px;
    font-size: clamp(20px, 2.5454545454545454vw, 28px);
    font-weight: 600;
    line-height: 2;
}
.highlight-item-txt::before {
    content: "";
    position: absolute;
    display: block;
    width: calc(100% - 0.18181818181818182vw);
    height: calc(100% - 0.18181818181818182vw);
    background: #DEE6F2;
    clip-path: polygon(15% 0, 100% 0, 100% 85%, 85% 100%, 0 100%, 0 15%);
    overflow: hidden;
    top: 0.09090909090909091vw;
    left: 0.09090909090909091vw;
    z-index: -1;
}
.highlight-item-txt-ol {
    position: absolute;
    display: block;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background: #231815;
    clip-path: polygon(15% 0, 100% 0, 100% 85%, 85% 100%, 0 100%, 0 15%);
    overflow: hidden;
    top: 10px;
    left: 10px;
    z-index: 1;
}
.highlight-item-txt-txt {
    position: absolute;
    display: flex;
    padding: 20px;
    width: calc(100% - 0.18181818181818182vw);
    height: calc(100% - 0.18181818181818182vw);
    background: #ffffff;
    clip-path: polygon(15% 0, 100% 0, 100% 85%, 85% 100%, 0 100%, 0 15%);
    overflow: hidden;
    top: 0.09090909090909091vw;
    left: 0.09090909090909091vw;
    z-index: 1;
    align-items: center;
}
.bg-img {
    position: relative;
    padding: 110px 0 160px;
    background: url(/image/monotech2026/recruitment/bg-pc.png) no-repeat;
    background-size: cover;
    margin: 0 0 -40px 0;
    z-index: 1;
}
#top-info::before {
    content: "";
    display: block;
    width: 100vw;
    height: calc(100% + 40px);
    position: absolute;
    z-index: -1;
    top: 40px;
    right: 0;
    background-color: #F7F7F7;
    box-shadow: 0.2604vw 0.2604vw 1.0417vw rgba(0, 0, 0, 0.16);
}
.top-info-inr {
    max-width: 1100px;
    margin: 0 auto;
}
.schedule-ol {
    display: flex;
    gap: 35px;
    justify-content: space-between;
}
.schedule-item {
    position: relative;
    display: flex;
    width: calc(100% / 5);
    box-shadow: 0.2604vw 0.2604vw 1.0417vw rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
}
.schedule-item-date {
    display: flex;
    width: 100%;
    background: #015FC9;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    padding: 25px 15px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 10px 10px 0 0;
}
.schedule-item-title {
    display: flex;
    width: 100%;
    background: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    padding: 40px 5px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 0 0 10px 10px;
}
.date-lit {
    width: 100%;
    font-size: 20px;
}
.date-morelit {
    width: 100%;
    font-size: 16px;
}
.title-red {
    color: #FF0000;
}
.schedule-item::before {
    content: "";
    position: absolute;
    width: 21px;
    height: 36px;
    top: 50%;
    left: max(-1.8vw, -24px);
    margin: -18px 0 0 0;
    background: url(/image/monotech2026/recruitment/icon-arrow.png) no-repeat;
    background-size: 100%;
}
.schedule-item:first-child::before {
    content: none;
}
.event_org-txt {
    margin: 20px 0 0 0;
}
.event_org.top-line {
    margin: 40px 0 0;
    padding: 40px 0 0 0;
    border-top: 1px solid #D2D2D2;
}
#access {
    position: relative;
    padding: 80px 0 80px;
    margin: 0 0 -40px 0;
    z-index: 1;
}
.access-inner {
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    padding: 50px;
}
.access-map {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.access-map-txt-ttl {
    font-size: 32px;
    font-weight: 700;
}
.access-map-txt-address {
    font-size: 20px;
    line-height: 1.5;
    margin: 30px 0 0 0;
}
.access-map-google {
    border-radius: 10px;
    overflow: hidden;
}
.access-map-btn {
    max-width: 400px;
    margin: 50px auto 0;
}
.access-map-btn a {
    display: flex;
    background: #1D2527;
    border-radius: 10px;
    color: #fff;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 12px 10px;
    font-size: 18px;
    line-height: 1.4;
}
.adress-btn-sub {
    font-size: 12px;
}
footer {
    position: relative;
    background: #231816;
    padding: 30px 15px 120px;
    color: #fff;
    z-index: 2;
}
footer .inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}
.footer-menu {
}
.copyright {
    display: block;
    width: 100%;
    text-align: center;
}
.footer-menu a {
    color: #fff;
}
#top-content-footer {
    position: relative;
    /* background: #231716; */
    /* color: #fff; */
    box-shadow: 0.2604vw 0.2604vw 1.0417vw rgba(0, 0, 0, 0.8);
    z-index: 1;
}
#top-content-footer .ttl-section-main {
    color: #fff;
}
#top-content-footer .ttl-section-sub {
    color: #fff;
}
.box {
    display: flex;
    padding: 1.3021vw 1.3021vw;
    border: solid #fff 1px;
    border-radius: 10px;
    flex-wrap: wrap;
    align-items: center;
    max-width: 476px;
}
.contact {
    display: flex;
    max-width: 1100px;
    margin: 60px auto 80px;
    justify-content: space-between;
    max-width: 965px;
    padding: 60px 15px;
}
#top-events {
    position: relative;
    z-index: 2;
}
#top-content-footer::before {
    content: "";
    position: absolute;
    display: block;
    width: 125.0909090909091vw;
    height: 96.27272727272728vw;
    max-width: 1376px;
    max-height: 1059px;
    background: url(/image/monotech2026/recruitment/bg02-pc.png) no-repeat;
    background-size: 100%;
    z-index: -1;
    right: 0;
    top: -32vw;
}
#top-content-footer .inner {
    background: #231716;
    color: #fff;
}
.box p {
    width: 100%;
    line-height: 1.5;
    text-align: center;
}
.box p a {
    color: #fff;
}
#category {
    max-width: 1100px;
    margin: 60px auto 100px;
}
.cg-img img {
    display: block;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}
.cg-block01 {
    margin: 30px 0 0;
}
.cg-ttl {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    background: #0084BF;
    text-align: center;
    padding: 16px 15px;
    border-radius: 10px;
}
.cg-block02 .cg-detail {
    display: flex;
    gap: 30px;
    margin: 15px 0 0 0;
}
.cg-detail-item {
    background: #fff;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0.2604vw 0.2604vw 1.0417vw rgba(0, 0, 0, 0.16);
    margin: 20px 0 0 0;
}
.cg-detail-item-ttl {
    font-size: 22px;
    color: #26546D;
    font-weight: bold;
}
.cg-detail-item-txt {
    margin: 20px 0 0 0;
    line-height: 1.8;
}
.cg-block02 {
    margin: 50px 0 0 0;
}
.cg-ttl02 {
    position: relative;
    padding: 0 50px;
    text-align: center;
}
.cg-ttl02:before,
.cg-ttl02:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 40%;
    height: 1px;
    background-color: #26546D;
}
.cg-ttl02:before {
    left:0;
}
.cg-ttl02:after {
    right: 0;
}
.cg-ttl02-txt {
    font-size: 28px;
    font-weight: 700;
    color: #26546D;
}
.cg-block02 .cg-detail-item {
    position: relative;
    width: 50%;
    padding: 0;
}
.cg-block02 .cg-detail-item-ttl {
    color: #fff;
    background: #2284BF;
    text-align: center;
    padding: 13px 0;
    font-size: clamp(20px, 2.5454545454545454vw, 28px);
    border-radius: 10px 10px 0 0;
}
.cg-block02 .cg-detail-item-txt {
    padding: 30px;
    margin: 0;
}
.cg-btn {
    padding: 0 15px;
}
.cg-btn .cg-btn-detail {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 400px;
    padding: 18px 0;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    background-color: #1D2527;
    /* background-image: linear-gradient(#213244, #95bdc9); */
    border-radius: 10px;
    transition: box-shadow 0.3s ease;
    box-shadow: 0 0.1563vw 0.3125vw rgba(0, 0, 0, 0.16);
    margin: 60px auto 0;
}
.cg-btn-detail::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 20px;
    width: 15px;
    height: 15px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mv-item {
    position: relative;
}
.mv-btn {
    position: absolute;
    top: 74%;
    left: 47.6vw;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.mv-btn a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38vw;
    max-width: 418px;
    height: 7.636363636363637vw;
    max-height: 84px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    background-color: #0077FF;
    /* background-image: linear-gradient(#213244, #95bdc9); */
    border-radius: 40px;
    transition: box-shadow 0.3s ease;
    box-shadow: 0 0.1563vw 0.3125vw rgba(0, 0, 0, 0.16);
}
.mv-btn a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 20px;
    width: 15px;
    height: 15px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#ct-ex {
    position: relative;
    max-width: 1100px;
    margin: 120px auto 60px;
    z-index: 1;
}
.ct-ex-ol {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}
.ct-ex-item {
    width: calc(50% - 15px);
}
.ct-ex-item a {
    display: block;
}
.ct-ex-item a img {
    box-shadow: 0.2604vw 0.2604vw 1.0417vw rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 767px) {
    .schedule-item-date {
        padding: 60px 5px 30px;
    }
    .schedule-item::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 43px;
        top: 18px;
        left: 0;
        background: url(/image/monotech2026/recruitment/icon-arrow-sp.png) no-repeat;
        background-size: 100%;
    }
    .mv-btn {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 8px;
        width: 100%;
        bottom: 5vw;
        left: 0;
        top: inherit;
        gap: 0;
    }
    .mv-btn a {
        width: calc(100% - 30px);
        max-width: 295px;
        height: 50px;
    }
}

/* Base */
.bg_white {
    background: #fff;
}
.bg_black {
    background: #000;
}
.cnt-ol {
    max-width: 1130px;
    margin: 0 auto;
    padding: 60px 15px;
}
.cnt-ttl {
    text-align: center;
}
@media screen and (max-width: 767px) {
    .cnt-ol {
        padding: 60px 20px 80px;
    }
    .ttl-section-main {
        font-size: clamp(40px, 7.2727272727272725vw, 80px);
    }
    .highlight-item {
        flex-wrap: wrap;
        gap: 15px;
    }
    .highlight-item-ttl {
        width: 100%;
        max-width: none;
        padding: 0;
    }
    .highlight-item-ttl-number {
        width: 34.66666666666667vw;
        max-width: 130px;
        top: -250px;
    }
    .highlight-item-img {
        width: 100%;
    }
    .highlight-ol {
        padding: 20px 15px 0;
        gap: 50px;
    }
    .highlight-item.hl-l .highlight-item-img {
        order: 2;
    }
    .highlight-item.hl-l .highlight-item-txt {
        order: 3;
    }
    .highlight-item-txt {
        display: block;
        width: 100%;
        max-width: none;
        height: auto;
        margin: 60px 0 0 0;
        clip-path: polygon(5% 0, 100% 0, 100% 95%, 95% 100%, 0 100%, 0 5%);
    }
    .highlight-item-txt-txt {
        position: relative;
        padding: 30px 20px;
        clip-path: polygon(5% 0, 100% 0, 100% 95%, 95% 100%, 0 100%, 0 5%);
    }
    .highlight-item-txt::before {
        clip-path: polygon(5% 0, 100% 0, 100% 95%, 95% 100%, 0 100%, 0 5%);
    }
    .highlight-item-txt-ol {
        position: relative;
        clip-path: polygon(5% 0, 100% 0, 100% 95%, 95% 100%, 0 100%, 0 5%);
    }
    .highlight-item-ttl-txt {
        margin: 40px 0 0 0;
    }
    .highlight-item.hl-r .highlight-item-ttl {
        left: 0;
        order: 1;
        top: calc(31%);
    }
    .content-header {
        padding: 0 15px;
    }
    .event_org.top-line {
        margin: 10px 0 0;
        padding: 40px 15px 0 15px;
    }
    .highlight-item.hl-01 .highlight-item-txt {
        margin: 60px 0 0 0;
    }
    .hl-02 .highlight-item-ttl-number {
        top: -260px;
    }
    .hl-03 .highlight-item-ttl-number {
        top: -258px;
    }
    .highlight-item.hl-01 .highlight-item-ttl {
        top: calc(29%);
    }
    .highlight-item.hl-02 .highlight-item-ttl {
        top: calc(33%);
        text-align: right;
    }
    .highlight-item.hl-03 .highlight-item-ttl {
        top: calc(35%);
    }
    .bg-img {
        padding: 40px 0 80px;
        background: url(/image/monotech2026/recruitment/bg-sp.png) no-repeat;
    }
    #category {
        padding: 0 15px;
    }
    .cg-detail-item {
        padding: 30px 15px;
    }
    .cg-ttl02:before, .cg-ttl02:after {
        width: 20%;
    }
    .cg-block02 .cg-detail {
        flex-wrap: wrap;
        margin: 30px 0 0 0;
    }
    .cg-block02 .cg-detail-item {
        width: 100%;
        margin: 0;
    }
    .cg-block02 .cg-detail-item-txt {
        padding: 30px 15px;
    }
    .schedule-ol {
        flex-wrap: wrap;
        gap: 0;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 0 4.0417vw rgba(0, 0, 0, 0.5);
    }
    .schedule-item {
        width: 100%;
        box-shadow: none;
        border-radius: 0;
    }
    .schedule-item:first-child .schedule-item-date {
        padding: 30px 5px;
    }
    .schedule-item-date {
        border-radius: 0;
    }
    .bg-img {
        padding: 40px 0 80px;
        background: url(/image/monotech2026/recruitment/bg-sp.png) no-repeat;
    }
    #category {
        padding: 0 15px;
    }
    .cg-detail-item {
        padding: 30px 15px;
    }
    .cg-ttl02:before, .cg-ttl02:after {
        width: 20%;
    }
    .cg-block02 .cg-detail {
        flex-wrap: wrap;
        margin: 30px 0 0 0;
    }
    .cg-block02 .cg-detail-item {
        width: 100%;
        margin: 0;
    }
    .cg-block02 .cg-detail-item-txt {
        padding: 30px 15px;
    }
    .schedule-ol {
        flex-wrap: wrap;
        gap: 0;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 0 4.0417vw rgba(0, 0, 0, 0.5);
    }
    .schedule-item {
        width: 100%;
        box-shadow: none;
        border-radius: 0;
    }
    .schedule-item:first-child .schedule-item-date {
        padding: 30px 5px;
    }
    .schedule-item-date {
        border-radius: 0;
    }
    .event_item_dl dt {
        width: 100%;
        text-align: left;
        margin: 0 0 8px 0;
    }
    .event_item_dl {gap: 0;}

    .event_item_dl dd {
        margin: 0 0 20px 0;
        width: 100%;
    }
    .event_org {
        text-align: left;
    }
    .event_org {
        margin: 0;
        padding: 40px 15px 0 15px;
    }
    .event_org.top-line {
        margin: 10px 0 0;
        padding: 40px 15px 0 15px;
    }
    .top-info {
        padding: 0 15px;
    }
    .access-inner {
        padding: 50px 30px;
    }
    .access-map {
        flex-wrap: wrap;
    }

    #access .content-header {
        padding: 0;
    }
    .contact {
        flex-wrap: wrap;
    }
    .box p {text-align: left;}

    .box {
        padding: 30px;
    }
    #top-content-footer::before {
        background: url(/image/monotech2026/recruitment/bg02-sp.png) no-repeat;
    }
    #ct-ex {
        padding: 0 15px;
        margin: 60px auto;
    }
    #ct-ex .content-header {
        padding: 0;
    }
    .ct-ex-item {
        width: 100%;
    }
    .ct-ex-item a img {
        box-shadow: 0 0 4.0417vw rgba(0, 0, 0, 0.5);
    }
}

/* related */
.related-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 60px 0 0 0;
}
.related-list li {
    width: calc(20% - 12px);
}
.related-list li img {
    width: 100%;
}
@media screen and (max-width: 767px) {
    .related-list {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        margin: 40px 0 0 0;
    }
    .related-list li {
        width: calc(50% - 8px);
    }
}

.pcHide {
    display: none;
}
.spHide {
    display: block;
}
.pcHide-f {
    display: none;
}
.spHide-f {
    display: flex;
}
@media screen and (max-width: 767px) {
    .pcHide {
        display: block;
    }
    .spHide {
        display: none;
    }
    .pcHide-f {
        display: flex;
    }
    .spHide-f {
        display: none;
    }
}
