@charset "utf-8";

/* CSS Document */

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Noto+Sans+JP:wght@300;400;500;700&display=swap");



/*===================================
基本設定
===================================*/

/* html */

html {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    color: #363636;
    letter-spacing: 1.5px;
}

dt,
dd {
    font-weight: normal;
}

svg {
    max-width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
}

pre {
    -moz-tab-size: inherit;
    -o-tab-size: inherit;
    tab-size: inherit;
    overflow: auto;
    padding: 0;
    font: inherit;
    color: inherit;
    border: none;
    border-radius: 0;
    background: none;
}

.main-wrap {
    overflow: hidden;
}

body.active {
    overflow: hidden;

    -ms-touch-action: none;
    touch-action: none;
}

body.index-body {
    -webkit-animation: disableScroll 0.1s linear 2.5s both;
    animation: disableScroll 0.1s linear 2.5s both;
}

@-webkit-keyframes disableScroll {
    0% {
        overflow: hidden;
    }

    80% {
        overflow: auto;
    }
}

@keyframes disableScroll {
    0% {
        overflow: hidden;
    }

    80% {
        overflow: auto;
    }
}

[data-element-id] .index-body {
    overflow: visible !important;
    -webkit-animation: none !important;
    animation: none !important;
}

/* ab-test */

[data-ab-test-block] [data-ab-test-contents]+[data-ab-test-contents] {
    display: none;
}

/* up- */

.gapc30 {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.gapr5 {
    row-gap: 5px;
}

/* inner */

@media (max-width: 1024px) {

    .inner500,
    .inner600,
    .inner700,
    .inner800,
    .inner900,
    .inner,
    .inner1100,
    .inner1200,
    .inner1300,
    .inner1400,
    .inner1500 {
        width: 94%;
    }
}



/* font */

.font-gothic {
    font-family: "Noto Sans JP", sans-serif;
}

.font-montserrat {
    font-family: "Montserrat", sans-serif;
}

/* hover */
.hover-p {
    pointer-events: none;
}

.hover-c a {
    pointer-events: auto;
}

/* deco */
.deco-circle,
.deco-circle-long {
    position: absolute;
    z-index: -1;
}

.deco-circle::after {
    content: "";
    width: 12vh;
    height: 12vh;
    display: block;
    border-radius: 50%;
    background: #eef9ff;
}

.deco-circle-long::after {
    content: "";
    width: 40vh;
    height: 12vh;
    display: block;
    border-radius: 50px;
    background: #eef9ff;
}

.gdt-white {
    content: "";
    width: 100%;
    height: 20%;
    background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(80%, transparent));
    background: linear-gradient(0deg, #fff 0%, transparent 80%);
    position: absolute;
    bottom: 0;
    left: 0;
}

/* icon */
.link-icon::before,
.link-icon::after {
    content: "□";
    font-size: 80%;
    color: #e60013;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
}

.link-icon::before {
    top: 43%;
    right: -10px;
}

.link-icon::after {
    top: 53%;
    right: -13px;
}

/* animation */
/* sway */
.sway {
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation: yurayura 2.5s linear infinite;
    animation: yurayura 2.5s linear infinite;
}

@-webkit-keyframes yurayura {

    0%,
    100% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }

    50% {
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }
}

@keyframes yurayura {

    0%,
    100% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }

    50% {
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }
}

.sway02 {
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation: yurayura02 2.5s linear infinite;
    animation: yurayura02 2.5s linear infinite;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

@-webkit-keyframes yurayura02 {

    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}

@keyframes yurayura02 {

    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}

.sway03 {
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation: yurayura03 2.5s linear infinite;
    animation: yurayura03 2.5s linear infinite;
}

@-webkit-keyframes yurayura03 {

    0%,
    100% {
        -webkit-transform: rotate(1deg);
        transform: rotate(1deg);
    }

    50% {
        -webkit-transform: rotate(-1deg);
        transform: rotate(-1deg);
    }
}

@keyframes yurayura03 {

    0%,
    100% {
        -webkit-transform: rotate(1deg);
        transform: rotate(1deg);
    }

    50% {
        -webkit-transform: rotate(-1deg);
        transform: rotate(-1deg);
    }
}


/* return */
@-webkit-keyframes return {
    50% {
        left: 2%;
    }

    100% {
        left: 0;
    }
}

@keyframes return {
    50% {
        left: 2%;
    }

    100% {
        left: 0;
    }
}

@-webkit-keyframes return02 {
    50% {
        right: 10px;
    }

    100% {
        right: 15px;
    }
}

@keyframes return02 {
    50% {
        right: 10px;
    }

    100% {
        right: 15px;
    }
}

@-webkit-keyframes return03 {
    50% {
        left: 10px;
    }

    100% {
        left: 15px;
    }
}

@keyframes return03 {
    50% {
        left: 10px;
    }

    100% {
        left: 15px;
    }
}

.return {
    -webkit-animation-name: return;
    animation-name: return;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: relative;
    top: 0;
    left: 0px;
}

/* flash */
.flash {
    -webkit-animation: flash 1.5s linear infinite;
    animation: flash 1.5s linear infinite;
}

@-webkit-keyframes flash {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }


    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }


    100% {
        opacity: 1;
    }
}

.train {
    -webkit-animation: train 1s linear 1s infinite;
    animation: train 1s linear 1s infinite;
}

@-webkit-keyframes train {
    0% {
        -webkit-transform: scale(1.0, 1.0) translate(0%, 0%);
        transform: scale(1.0, 1.0) translate(0%, 0%);
    }

    10% {
        -webkit-transform: scale(1, 1) translate(0%, 0%);
        transform: scale(1, 1) translate(0%, 0%);
    }

    40% {
        -webkit-transform: scale(1.05, 0.95) translate(0%, 1%);
        transform: scale(1.05, 0.95) translate(0%, 1%);
    }

    50% {
        -webkit-transform: scale(1.0, 1.0) translate(0%, 0%);
        transform: scale(1.0, 1.0) translate(0%, 0%);
    }

    60% {
        -webkit-transform: scale(0.95, 1.05) translate(0%, -1%);
        transform: scale(0.95, 1.05) translate(0%, -1%);
    }

    75% {
        -webkit-transform: scale(0.95, 1.05) translate(0%, -0.5%);
        transform: scale(0.95, 1.05) translate(0%, -0.5%);
    }

    85% {
        -webkit-transform: scale(1, 1) translate(0%, 0%);
        transform: scale(1, 1) translate(0%, 0%);
    }

    100% {
        -webkit-transform: scale(1.0, 1.0) translate(0%, 0%);
        transform: scale(1.0, 1.0) translate(0%, 0%);
    }
}

@keyframes train {
    0% {
        -webkit-transform: scale(1.0, 1.0) translate(0%, 0%);
        transform: scale(1.0, 1.0) translate(0%, 0%);
    }

    10% {
        -webkit-transform: scale(1, 1) translate(0%, 0%);
        transform: scale(1, 1) translate(0%, 0%);
    }

    40% {
        -webkit-transform: scale(1.05, 0.95) translate(0%, 1%);
        transform: scale(1.05, 0.95) translate(0%, 1%);
    }

    50% {
        -webkit-transform: scale(1.0, 1.0) translate(0%, 0%);
        transform: scale(1.0, 1.0) translate(0%, 0%);
    }

    60% {
        -webkit-transform: scale(0.95, 1.05) translate(0%, -1%);
        transform: scale(0.95, 1.05) translate(0%, -1%);
    }

    75% {
        -webkit-transform: scale(0.95, 1.05) translate(0%, -0.5%);
        transform: scale(0.95, 1.05) translate(0%, -0.5%);
    }

    85% {
        -webkit-transform: scale(1, 1) translate(0%, 0%);
        transform: scale(1, 1) translate(0%, 0%);
    }

    100% {
        -webkit-transform: scale(1.0, 1.0) translate(0%, 0%);
        transform: scale(1.0, 1.0) translate(0%, 0%);
    }
}

/* show hide */

.show\@pc {
    display: block;
}

.hide\@pc {
    display: none;
}

[data-element-id] .show\@tb {
    display: block;
    border: solid 4px green;
    position: relative;
}

[data-element-id] .show\@tb:after {
    content: "モバイル用";
    display: block;
    padding: 5px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-shadow: none;
    background: green;
}

[data-element-id] .show\@tb.indention:after {
    content: "モバイル用はここで改行";
}

[data-element-id] .show\@pc.indention:after {
    content: "PC用はここで改行";
    display: block;
    padding: 5px;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-align: center;
    text-shadow: none;
    background: blue;
}

[data-element-id] .show\@sp {
    display: block;
    border: solid 4px green;
    position: relative;
}

[data-element-id] .show\@sp:after {
    content: "モバイル用";
    display: block;
    padding: 5px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-shadow: none;
    background: green;
}

[data-element-id] .show\@sp.indention:after {
    content: "モバイル用はここで改行";
}

@media (max-width: 1024px) {
    .show\@tb {
        display: block;
    }

    .hide\@tb {
        display: none;
    }
}

@media (max-width: 599px) {
    .show\@sp {
        display: block !important;
    }

    .hide\@sp {
        display: none !important;
    }
}

/* ##### フロート float ##### */
.up-fl-left {
    float: left;
}

.up-fl-right {
    float: right;
}

.up-fl-none {
    float: none;
}

.up-flc-left {
    clear: left;
}

.up-flc-rigjt {
    clear: right;
}

.up-flc-both {
    clear: both;
}

.float-box {
    display: block;
}

.float-box::before,
.float-box:after {
    content: "";
    display: block;
    clear: both;
}

.float-box-img {
    float: right;
}

.float-box-title {
    float: left;
}

.float-box-content {
    float: left;
}

.float-box-wrap.-noinner .float-box:nth-child(odd) .noinner {
    margin-left: auto;
}

.float-box-wrap.-noinner .float-box:nth-child(odd) [class*=btn] {
    margin-right: 0;
}

.float-box-wrap.-noinner .float-box:nth-child(even) .noinner {
    margin-right: auto;
}

.float-box-wrap.-noinner .float-box:nth-child(even) [class*=btn] {
    margin-left: 0;
}

.float-box-wrap.-rowr .float-box:nth-of-type(odd) .float-box-img {
    float: left;
}

.float-box-wrap.-rowr .float-box:nth-of-type(odd) .float-box-title {
    float: right;
}

.float-box-wrap.-rowr .float-box:nth-of-type(odd) .float-box-content {
    float: right;
}

.float-box-wrap.-rowr .float-box:nth-of-type(even) .float-box-img {
    float: left;
}

.float-box-wrap.-rowr .float-box:nth-of-type(even) .float-box-title {
    float: right;
}

.float-box-wrap.-rowr .float-box:nth-of-type(even) .float-box-content {
    float: right;
}

.float-box-wrap.-rowr.-noinner .float-box:nth-child(odd) .noinner {
    margin-left: 0;
    margin-right: auto;
}

.float-box-wrap.-rowr.-noinner .float-box:nth-child(odd) [class*=btn] {
    margin-left: 0;
    margin-right: 0;
}

.float-box-wrap.-rowr.-noinner .float-box:nth-child(even) .noinner {
    margin-left: auto;
    margin-right: 0;
}

.float-box-wrap.-rowr.-noinner .float-box:nth-child(even) [class*=btn] {
    margin-left: 0;
    margin-right: 0;
}

.float-box-wrap.-alternate .float-box:nth-of-type(odd) .float-box-img {
    float: right;
}

.float-box-wrap.-alternate .float-box:nth-of-type(odd) .float-box-title {
    float: left;
    position: relative;
    z-index: 3;
}

.float-box-wrap.-alternate .float-box:nth-of-type(odd) .float-box-content {
    float: left;
}

.float-box-wrap.-alternate .float-box:nth-of-type(even) .float-box-img {
    float: left;
}

.float-box-wrap.-alternate .float-box:nth-of-type(even) .float-box-title {
    float: right;
    position: relative;
    z-index: 3;
}

.float-box-wrap.-alternate .float-box:nth-of-type(even) .float-box-content {
    float: right;
}

.float-box-wrap.-alternate.-rowr .float-box:nth-of-type(odd) .float-box-img {
    float: left;
}

.float-box-wrap.-alternate.-rowr .float-box:nth-of-type(odd) .float-box-title {
    float: right;
    position: relative;
    z-index: 3;
}

.float-box-wrap.-alternate.-rowr .float-box:nth-of-type(odd) .float-box-content {
    float: right;
}

.float-box-wrap.-alternate.-rowr .float-box:nth-of-type(even) .float-box-img {
    float: right;
}

.float-box-wrap.-alternate.-rowr .float-box:nth-of-type(even) .float-box-title {
    float: left;
    position: relative;
    z-index: 3;
}

.float-box-wrap.-alternate.-rowr .float-box:nth-of-type(even) .float-box-content {
    float: left;
}

@media (max-width: 1024px) {
    .up-fl-left\@tb {
        float: left;
    }

    .up-fl-right\@tb {
        float: right;
    }

    .up-fl-none\@tb {
        float: none;
    }

    .up-flc-left\@tb {
        clear: left;
    }

    .up-flc-rigjt\@tb {
        clear: right;
    }

    .up-flc-both\@tb {
        clear: both;
    }
}

@media (max-width: 599px) {
    .up-fl-left\@sp {
        float: left;
    }

    .up-fl-right\@sp {
        float: right;
    }

    .up-fl-none\@sp {
        float: none;
    }

    .up-flc-left\@sp {
        clear: left;
    }

    .up-flc-rigjt\@sp {
        clear: right;
    }

    .up-flc-both\@sp {
        clear: both;
    }
}

/* fead */

.fead-mv.mv {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.fead-mv.other.mv {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.fead-mv.long.mv {
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
}

.fead-mv.no1.mv {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.fead-mv.no2.mv {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.fead-mv.no3.mv {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

.fead-mv.no4.mv {
    -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s;
}

.fead-mv.no5.mv {
    -webkit-transition-delay: 1.8s;
    transition-delay: 1.8s;
}

.fead-mv.no6.mv {
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
}

.fead-up.mv {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.fead-up.no1.mv {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.fead-up.no2.mv {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.fead-up.no3.mv {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.fead-up.no4.mv {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

.fead-up.no5.mv {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

.fead-up.no6.mv {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s;
}

.fead-left.other.mv {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.fead-order>* {
    opacity: 0;
}

.fead-order>.mv {
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.fead-text>* {
    opacity: 0;
}

.fead-text .mv {
    opacity: 1;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.fead-text.blur>* {
    opacity: 0;
    -webkit-filter: blur(30px);
    filter: blur(30px);
}

.fead-text .mv {
    opacity: 1;
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.fead-text.catch.other .mv {
    -webkit-transition-delay: 3s;
    transition-delay: 3s;
}

.fead-clip {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

[data-element-id] .fead-clip {
    -webkit-clip-path: polygon(0 0, 200% 0, 200% 100%, 0 100%);
    clip-path: polygon(0 0, 200% 0, 200% 100%, 0 100%);
}

.fead-clip.mv {
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;

    -webkit-clip-path: polygon(0 0, 200% 0, 200% 100%, 0 100%);
    clip-path: polygon(0 0, 200% 0, 200% 100%, 0 100%);
}

.fead-blur {
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

.fead-blur.mv {
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.fead-cover:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: #333;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 15;
}

.fead-cover.yellow:before {
    background: #fff474;
}

.fead-cover.green:before {
    background: #77b05f;
}

.fead-cover.lightgreen:before {
    background: #33a7ea;
}

.fead-cover.blue:before {
    background: #33a7ea;
}

.fead-cover.lightblue:before {
    background: #9ce7ec;
}

.fead-cover.orange:before {
    background: #f8a98f;
}

.fead-cover.pink:before {
    background: #fec0c3;
}

.fead-cover.mv:before {
    width: 0;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.fead-zoomout.mv img {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-animation: animationZoom1 5s ease-in-out forwards;
    animation: animationZoom1 5s ease-in-out forwards;
}

/* graph */
.graph-wrap {
    max-width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    align-items: flex-end;
    -ms-flex-align: end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    margin: 30px auto 0;
}

.graph-wrap_02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.graph {
    width: 70%;
    height: 200px;
    -webkit-transform: rotate(90deg) translate(10px, -130px) scale(0.8);
    transform: rotate(90deg) translate(10px, -130px) scale(0.8);
}

.graph-vertical {
    width: 10%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

[class*="graph-scale"] {
    color: #7c7c7c;
}

.graph-scale-vertical {
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    position: relative;
}

.graph-scale-vertical .scale-num {
    width: 100%;
    display: inline-block;
    padding-right: 10px;
    font-size: 12px;
    letter-spacing: 1px;
    text-align: right;
}

.graph-scale-vertical::after {
    content: "";
    width: 10%;
    height: 1px;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: -999rem;
    padding-right: 999rem;
    background-color: #7c7c7c;
}

.graph-scale-vertical+.graph-scale-vertical {
    margin-top: 5px;
}

.graph-note {
    font-size: 12px;
    color: #7c7c7c;
}

.graph-horizontal {
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    padding: 0 30px;
}

.graph-scale-horizontal {
    min-width: 15px;
    display: inline-block;
    padding: 0 5px;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 1px;
    text-align: center;
    position: relative;
}

.graph-scale-horizontal .expect::after {
    content: "連結";
    font-size: 10px;
    white-space: pre;
    position: absolute;
    bottom: -20px;
    left: 15px;
}

.graph-scale-horizontal+.graph-scale-horizontal {
    margin-left: auto;
}

span.graph-year {
    width: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transform: rotate(-90deg) translate(-30px, -30px);
    transform: rotate(-90deg) translate(-30px, -30px);
}

.graph-scale-horizontal .rod {
    width: 50px;
    height: 0;
    display: block;
    -webkit-transition: 1s linear;
    transition: 1s linear;
    position: absolute;
    bottom: 35px;
    left: 0;
}

.graph-scale-horizontal .rod01 {
    background-color: #33a7ea;
}

.graph-scale-horizontal .rod02 {
    background-color: #dfc766;
}

.graph-scale-horizontal .rod03 {
    background-color: #c6caca;
}

.graph-scale-horizontal .rod::before {
    content: attr(data-graph);
    display: block;
    margin: auto;
    font-family: "Montserrat";
    font-size: 50px;
    letter-spacing: 1px;
    text-align: center;
    white-space: nowrap;
    -webkit-transform: rotate(-90deg) translate(-50%, -100%);
    transform: rotate(-90deg) translate(-50%, -100%);
    position: absolute;
    top: -135px;
    left: 50%;
    z-index: 1;
}

.graph-scale-horizontal .rod01::before {
    color: #33a7ea;
}

.graph-scale-horizontal .rod02::before {
    color: #fd7932;
    top: -55px;
}

.graph-scale-horizontal .rod03::before {
    le: 65%;
}

.graph-focus .rod {
    background-color: #e70014;
}

.graph-focus .rod::before {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: bold;
    font-size: 20px;
    color: #e70014;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    left: 50%;
    right: 0;
}

.graph-num {
    display: none;
}

[data-element-id] .graph {
    width: auto;
    height: auto;
    -webkit-transform: unset;
    transform: unset;
}

[data-element-id] .graph-horizontal {
    width: 100%;
    display: block;
    padding: 0;
}

[data-element-id] .graph-scale-horizontal {
    width: 30%;
    margin: 1%;
    -moz-text-align-last: left;
    text-align-last: left;
}

[data-element-id] .graph-num {
    width: 70px;
    display: block;
    padding: 2em 0.5em 0.5em;
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    border: 2px solid green;
    position: relative;
}

[data-element-id] .graph-num::before {
    content: "数字";
    width: 100%;
    display: block;
    padding: 0.5em;
    font-size: 10px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: green;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

[data-element-id] span.graph-year {
    width: 100%;
    width: 150px;
    display: block;
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    -webkit-transform: unset;
    transform: unset;
}

@media (max-width: 1024px) {
    .graph-wrap {
        width: 100%;
    }

    .graph-wrap-wide {
        max-width: 100%;
    }

    .graph-wrap_02 .graph,
    .graph-note {
        width: 100%;
    }

    .graph-vertical {
        font-size: 12px;
    }

    .graph-scale-vertical .scale-num {
        padding-right: 5px;
    }

    .graph-horizontal {
        padding: 0 10px;
    }

    .graph-scale-horizontal {
        padding: 0 1px;
        font-size: 12px;
    }

    .graph-scale-horizontal .rod {
        width: 90%;
        margin: 0 1px;
        bottom: 28px;
    }
}

@media (max-width: 599px) {
    .graph-wrap {
        margin: 0px auto 30px;
        padding-top: 0px;
    }

    .graph {
        padding-top: 10px;
        padding-bottom: 0px;
    }

    .graph-vertical {
        width: 15%;
        font-size: 10px;
    }

    .graph-scale-vertical {
        height: 20px;
    }

    .graph-scale-vertical+.graph-scale-vertical {
        margin-top: 30px;
    }

    .graph-wrap_02 .graph-scale-vertical+.graph-scale-vertical {
        margin-top: 15px;
    }


    .graph-horizontal {
        width: 85%;
    }

    .graph-scale-horizontal {
        padding: 0 0px 0px 8px;
        font-size: 10px;
    }

    .graph-scale-horizontal .expect::after {
        -ms-writing-mode: tb-rl;
        -webkit-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
        bottom: -70px;
        left: 2px;
    }

    span.graph-year {
        width: 80px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-transform: rotate(-90deg) translate(-40px, -25px);
        transform: rotate(-90deg) translate(-40px, -25px);
    }

    .graph-scale-horizontal .rod {
        width: 70%;
        margin: 0 5px;
        bottom: 20px;
    }

    /* .graph-scale-horizontal .rod::before {
        font-size: 10px;
        top: 0;
    } */

    .graph-wrap_02 .graph-focus .rod::before,
    .graph-focus .rod::before {
        font-size: 14px;
    }
}


/* gsap-animation */
.gsap-mv {
    opacity: 0;
}

.gsap-mv.mv {
    opacity: 1;
}

.gsap-cover {
    position: relative;
}

.gsap-cover:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: #333;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 15;
}

[data-element-id] .gsap-cover:before {
    width: 0;
}

.gsap-cover.yellow:before {
    background: #fff474;
}

.gsap-cover.yellow.main:before {
    -webkit-transition-delay: 3.8s;
    transition-delay: 3.8s;
}

.gsap-cover.green:before {
    background: #77b05f;
}

.gsap-cover.lightgreen:before {
    background: #9ddcb5;
}

.gsap-cover.blue:before {
    background: #33a7ea;
}

.gsap-cover.lightblue:before {
    background: #9ce7ec;
}

.gsap-cover.orange:before {
    background: #f8a98f;
}

.gsap-cover.pink:before {
    background: #fec0c3;
}

.gsap-cover.purple:before {
    background: #bf7cdf;
}

.gsap-cover.mv:before {
    width: 0;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

@media(max-width:599px) {
    .gsap-cover.yellow.main:before {
        -webkit-transition-delay: 0.5s;
        transition-delay: 0.5s;
    }
}

/* gsap-feadup */
.gsap-feadup {
    opacity: 0;
    -webkit-transition: 1s ease-out;
    transition: 1s ease-out;
    -webkit-transform: translateY(110%);
    transform: translateY(110%);
}

[data-element-id] .gsap-feadup {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.gsap-feadup.mv {
    opacity: 1;
    -webkit-transition: 1s ease-out;
    transition: 1s ease-out;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/* .gsap-feadup.no1.mv {
    transition-delay: 0.8s;
}

.gsap-feadup.no2.mv {
    transition-delay: 1.8s;
}

.gsap-feadup.no3.mv {
    transition-delay: 2.8s;
} */

/* ##### パンくずリスト breadcrumbs ##### */
.breadcrumbs {
    padding: 30px 0;
}

.breadcrumbs>* {
    position: relative;
    z-index: 3;
}

.breadcrumbs-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}



.breadcrumbs-list li {
    display: inline;
    font-size: 12px;
    letter-spacing: 1px;
}



.breadcrumbs-list li+li::before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    margin: 0 10px;
    border-top: 1px solid;
    border-right: 1px solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media (max-width: 1024px) {
    .breadcrumbs {
        padding: 20px 0;
        font-size: 14px;
    }

    .breadcrumbs-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        align-items: flex-start;
        -ms-flex-align: start;
    }

    .breadcrumbs-list {
        width: 90%;
    }

    .breadcrumbs li {
        font-size: 12px;
    }

    .breadcrumbs li+li::before {
        width: 8px;
        height: 8px;
        margin: 0 5px 1px;
    }
}

@media (max-width: 599px) {
    .breadcrumbs {
        padding: 15px 0;
        font-size: 12px;
    }

    .breadcrumbs li+li::before {
        width: 6px;
        height: 6px;
    }
}

/* ##### パンくずリスト breadcrumbs ここまで ##### */

/* ページネーション */
.pagenation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagenation .item {
    margin: 0 10px;
}

.pagenation .prev {
    margin-right: 20px;
}

.pagenation .prev,
.pagenation .next {
    position: relative;
}

.pagenation .prev a,
.pagenation .next a {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #45aeec;
    border: 1px solid;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 58%;
}

.pagenation .prev a img,
.pagenation .next a img {
    width: 10px;
}

.pagenation .prev a img {
    margin-right: 5px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.pagenation .next a img {
    margin-left: 5px;
}

.pagenation .prev a {
    left: -30px;
}

.pagenation .next {
    margin-left: 20px;
}

.pagenation .next a {
    right: -30px;
}

.pagenation .next a:hover,
.pagenation .prev a:hover {
    color: #fff;
    background: #45aeec;
    opacity: 1;
}

.pagenation .next a:hover img,
.pagenation .prev a:hover img {
    -webkit-filter: brightness(10);
    filter: brightness(10);
}

.pagenation a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    align-items: baseline;
    -ms-flex-align: baseline;
}

.pagenation .number a,
.pagenation .now {
    width: 30px;
    height: 30px;
    display: block;
    padding: 2px 8px;
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
}

.pagenation .number a:hover,
.pagenation .now {
    color: #45aeec;
    opacity: 1;
}

@media only screen and (max-width: 599px) {
    .pagenation .item {
        margin: 0 5px;
    }

    .pagenation .prev {
        margin-right: 10px;
    }

    .pagenation .next {
        margin-left: 10px;
    }
}

/* 画像 */

.img {
    text-align: center;
}

.pic img {
    width: 100%;
}

[class*="up-ofi"] {
    height: 100%;
}

/* color */

.color-black {
    color: #000;
}

.color-black02 {
    color: #363636;
}


.color-white {
    color: #fff;
}

.color-blue {
    color: #33a7ea;
}

/*背景カラー*/

.bgcolor-black {
    background-color: #000;
}

.bgcolor-white {
    background-color: #fff;
}

.bgcolor-yellow {
    background-color: #fff474;
}

.bgcolor-blue {
    background: #33a7ea;
}

.bgcolor-green {
    background: #9ddcb5;
}

.bgcolor-green02 {
    background: #77b05f;
}

.bgcolor-orange {
    background: #f8a98f;
}

.bgcolor-pink {
    background: #ffc0c4;
}

.bgcolor-lightblue {
    background: #9be7ec;
}

.bgcolor-lightblue02 {
    background: #eef9ff;
}

.bgcolor-purple {
    background: #bf7cdf;
}

/* bgi */
.bgi01 {
    background-image: url(/upload/tenant_3/bgi-cmn-01.webp);
    background-size: cover;
}

.bgi02 {
    background-image: url(/upload/tenant_3/50190446789141ea12793204aa428ec9.webp);
    background-size: cover;
}

.bgi03 {
    background-image: url(/upload/tenant_3/bgi-cmn-01.webp);
    background-size: contain;

    background-repeat-x: repeat;
}

.bgi04 {
    background-image: url(/upload/tenant_3/860691368284fb35161ba1cf7039627e.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.bgi05 {
    background-image: url(/import/tenant_3/recruit.unison-planet.com/recruit_renewal/creative/images/common/bgi/bgi05.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.bgi06 {
    background-image: url(/upload/tenant_3/670087710824628059e6d0ee20be14a6.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 599px) {
    .bgi04 {
        background-image: url(/upload/tenant_3/7f5605c1106fdc84f0ef27f97261af23.jpg);
        background-size: 100% auto;
        background-repeat: repeat-y;
    }
}

/* border-radius */
.br-20 {
    border-radius: 20px;
}

.br-10 {
    border-radius: 10px;
}

/* 共通コンテンツ間隔 */

[class*="section-m"],
[class*="section-p"] {
    --section-xlarge: 150px;
    --section-large: 120px;
    --section-medium: 100px;
    --section-small: 80px;
    --section-xsmall: 60px;
}

.section-my-xlarge {
    margin-top: var(--section-xlarge);
    margin-bottom: var(--section-xlarge);
}

.section-mt-xlarge {
    margin-top: var(--section-xlarge);
}

.section-mb-xlarge {
    margin-bottom: var(--section-xlarge);
}

.section-my-large {
    margin-top: var(--section-large);
    margin-bottom: var(--section-large);
}

.section-mt-large {
    margin-top: var(--section-large);
}

.section-mb-large {
    margin-bottom: var(--section-large);
}

.section-my-medium {
    margin-top: var(--section-medium);
    margin-bottom: var(--section-medium);
}

.section-mt-medium {
    margin-top: var(--section-medium);
}

.section-mb-medium {
    margin-bottom: var(--section-medium);
}

.section-my-small {
    margin-top: var(--section-small);
    margin-bottom: var(--section-small);
}

.section-mt-small {
    margin-top: var(--section-small);
}

.section-mb-small {
    margin-bottom: var(--section-small);
}

.section-my-xsmall {
    margin-top: var(--section-xsmall);
    margin-bottom: var(--section-xsmall);
}

.section-mt-xsmall {
    margin-top: var(--section-xsmall);
}

.section-mb-xsmall {
    margin-bottom: var(--section-xsmall);
}

@media (max-width: 1024px) {
    .section-my-xlarge {
        margin-top: calc(var(--section-xlarge) * 0.8);
        margin-bottom: calc(var(--section-xlarge) * 0.8);
    }

    .section-mt-xlarge {
        margin-top: calc(var(--section-xlarge) * 0.8);
    }

    .section-mb-xlarge {
        margin-bottom: calc(var(--section-xlarge) * 0.8);
    }

    .section-my-large {
        margin-top: calc(var(--section-large) * 0.8);
        margin-bottom: calc(var(--section-large) * 0.8);
    }

    .section-mt-large {
        margin-top: calc(var(--section-large) * 0.8);
    }

    .section-mb-large {
        margin-bottom: calc(var(--section-large) * 0.8);
    }

    .section-my-medium {
        margin-top: calc(var(--section-medium) * 0.8);
        margin-bottom: calc(var(--section-medium) * 0.8);
    }

    .section-mt-medium {
        margin-top: calc(var(--section-medium) * 0.8);
    }

    .section-mb-medium {
        margin-bottom: calc(var(--section-medium) * 0.8);
    }

    .section-my-small {
        margin-top: calc(var(--section-small) * 0.8);
        margin-bottom: calc(var(--section-small) * 0.8);
    }

    .section-mt-small {
        margin-top: calc(var(--section-small) * 0.8);
    }

    .section-mb-small {
        margin-bottom: calc(var(--section-small) * 0.8);
    }

    .section-my-xsmall {
        margin-top: calc(var(--section-xsmall) * 0.8);
        margin-bottom: calc(var(--section-xsmall) * 0.8);
    }

    .section-mt-xsmall {
        margin-top: calc(var(--section-xsmall) * 0.8);
    }

    .section-mb-xsmall {
        margin-bottom: calc(var(--section-xsmall) * 0.8);
    }
}

@media (max-width: 599px) {
    .section-my-xlarge {
        margin-top: calc(var(--section-xlarge) * 0.6);
        margin-bottom: calc(var(--section-xlarge) * 0.6);
    }

    .section-mt-xlarge {
        margin-top: calc(var(--section-xlarge) * 0.6);
    }

    .section-mb-xlarge {
        margin-bottom: calc(var(--section-xlarge) * 0.6);
    }

    .section-my-large {
        margin-top: calc(var(--section-large) * 0.6);
        margin-bottom: calc(var(--section-large) * 0.6);
    }

    .section-mt-large {
        margin-top: calc(var(--section-large) * 0.6);
    }

    .section-mb-large {
        margin-bottom: calc(var(--section-large) * 0.6);
    }

    .section-my-medium {
        margin-top: calc(var(--section-medium) * 0.6);
        margin-bottom: calc(var(--section-medium) * 0.6);
    }

    .section-mt-medium {
        margin-top: calc(var(--section-medium) * 0.6);
    }

    .section-mb-medium {
        margin-bottom: calc(var(--section-medium) * 0.6);
    }

    .section-my-small {
        margin-top: calc(var(--section-small) * 0.6);
        margin-bottom: calc(var(--section-small) * 0.6);
    }

    .section-mt-small {
        margin-top: calc(var(--section-small) * 0.6);
    }

    .section-mb-small {
        margin-bottom: calc(var(--section-small) * 0.6);
    }

    .section-my-xsmall {
        margin-top: calc(var(--section-xsmall) * 0.6);
        margin-bottom: calc(var(--section-xsmall) * 0.6);
    }

    .section-mt-xsmall {
        margin-top: calc(var(--section-xsmall) * 0.6);
    }

    .section-mb-xsmall {
        margin-bottom: calc(var(--section-xsmall) * 0.6);
    }
}

.section-py-xlarge {
    padding-top: var(--section-xlarge);
    padding-bottom: var(--section-xlarge);
}

.section-pt-xlarge {
    padding-top: var(--section-xlarge);
}

.section-pb-xlarge {
    padding-bottom: var(--section-xlarge);
}

.section-py-large {
    padding-top: var(--section-large);
    padding-bottom: var(--section-large);
}

.section-pt-large {
    padding-top: var(--section-large);
}

.section-pb-large {
    padding-bottom: var(--section-large);
}

.section-py-medium {
    padding-top: var(--section-medium);
    padding-bottom: var(--section-medium);
}

.section-pt-medium {
    padding-top: var(--section-medium);
}

.section-pb-medium {
    padding-bottom: var(--section-medium);
}

.section-py-small {
    padding-top: var(--section-small);
    padding-bottom: var(--section-small);
}

.section-pt-small {
    padding-top: var(--section-small);
}

.section-pb-small {
    padding-bottom: var(--section-small);
}

.section-py-xsmall {
    padding-top: var(--section-xsmall);
    padding-bottom: var(--section-xsmall);
}

.section-pt-xsmall {
    padding-top: var(--section-xsmall);
}

.section-pb-xsmall {
    padding-bottom: var(--section-xsmall);
}

@media (max-width: 1024px) {
    .section-py-xlarge {
        padding-top: calc(var(--section-xlarge) * 0.8);
        padding-bottom: calc(var(--section-xlarge) * 0.8);
    }

    .section-pt-xlarge {
        padding-top: calc(var(--section-xlarge) * 0.8);
    }

    .section-pb-xlarge {
        padding-bottom: calc(var(--section-xlarge) * 0.8);
    }

    .section-py-large {
        padding-top: calc(var(--section-large) * 0.8);
        padding-bottom: calc(var(--section-large) * 0.8);
    }

    .section-pt-large {
        padding-top: calc(var(--section-large) * 0.8);
    }

    .section-pb-large {
        padding-bottom: calc(var(--section-large) * 0.8);
    }

    .section-py-medium {
        padding-top: calc(var(--section-medium) * 0.8);
        padding-bottom: calc(var(--section-medium) * 0.8);
    }

    .section-pt-medium {
        padding-top: calc(var(--section-medium) * 0.8);
    }

    .section-pb-medium {
        padding-bottom: calc(var(--section-medium) * 0.8);
    }

    .section-py-small {
        padding-top: calc(var(--section-small) * 0.8);
        padding-bottom: calc(var(--section-small) * 0.8);
    }

    .section-pt-small {
        padding-top: calc(var(--section-small) * 0.8);
    }

    .section-pb-small {
        padding-bottom: calc(var(--section-small) * 0.8);
    }

    .section-py-xsmall {
        padding-top: calc(var(--section-xsmall) * 0.8);
        padding-bottom: calc(var(--section-xsmall) * 0.8);
    }

    .section-pt-xsmall {
        padding-top: calc(var(--section-xsmall) * 0.8);
    }

    .section-pb-xsmall {
        padding-bottom: calc(var(--section-xsmall) * 0.8);
    }
}

@media (max-width: 599px) {
    .section-py-xlarge {
        padding-top: calc(var(--section-xlarge) * 0.6);
        padding-bottom: calc(var(--section-xlarge) * 0.6);
    }

    .section-pt-xlarge {
        padding-top: calc(var(--section-xlarge) * 0.6);
    }

    .section-pb-xlarge {
        padding-bottom: calc(var(--section-xlarge) * 0.6);
    }

    .section-py-large {
        padding-top: calc(var(--section-large) * 0.6);
        padding-bottom: calc(var(--section-large) * 0.6);
    }

    .section-pt-large {
        padding-top: calc(var(--section-large) * 0.6);
    }

    .section-pb-large {
        padding-bottom: calc(var(--section-large) * 0.6);
    }

    .section-py-medium {
        padding-top: calc(var(--section-medium) * 0.6);
        padding-bottom: calc(var(--section-medium) * 0.6);
    }

    .section-pt-medium {
        padding-top: calc(var(--section-medium) * 0.6);
    }

    .section-pb-medium {
        padding-bottom: calc(var(--section-medium) * 0.6);
    }

    .section-py-small {
        padding-top: calc(var(--section-small) * 0.6);
        padding-bottom: calc(var(--section-small) * 0.6);
    }

    .section-pt-small {
        padding-top: calc(var(--section-small) * 0.6);
    }

    .section-pb-small {
        padding-bottom: calc(var(--section-small) * 0.6);
    }

    .section-py-xsmall {
        padding-top: calc(var(--section-xsmall) * 0.6);
        padding-bottom: calc(var(--section-xsmall) * 0.6);
    }

    .section-pt-xsmall {
        padding-top: calc(var(--section-xsmall) * 0.6);
    }

    .section-pb-xsmall {
        padding-bottom: calc(var(--section-xsmall) * 0.6);
    }
}



/*===================================
共通タイトル
===================================*/

[class*="ttl-type-"] {
    --ttl-mb-xlarge: 70px;
    --ttl-mb-large: 60px;
    --ttl-mb-medium: 50px;
    --ttl-mb-small: 40px;
    --ttl-mb-xsmall: 30px;
}

/* ttl-type-01 */

.ttl-type-01 {
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 80px;
    color: #33a7ea;
}

.ttl-type-01.white {
    color: #fff;
}

@media (max-width: 1024px) {
    .ttl-type-01 {
        font-size: 60px;
    }
}

@media (max-width: 599px) {
    .ttl-type-01 {
        font-size: 40px;
    }
}

/* ttl-type-02 */

.ttl-type-02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 500;
    font-size: 30px;
    color: #fff;
}

.ttl-type-02 .sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    font-size: 20px;
}

.ttl-type-02 .sub::before {
    content: "";
    width: 1em;
    height: 2px;
    display: block;
    margin-right: 5px;
    background: #fff;
}

@media (max-width: 1024px) {
    .ttl-type-01 {
        /* font-size: 100px; */
    }
}

@media (max-width: 599px) {
    .ttl-type-02 {
        font-size: 26px;
    }

    .ttl-type-02 .sub {
        font-size: 18px;
    }
}

/* ttl-type-03 */

.ttl-type-03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 60px;
}

.ttl-type-03 .en {
    font-family: "Montserrat";
    font-weight: 500;
    color: #33a7ea;
    line-height: 1.2;
}

.ttl-type-03 .ja {
    font-weight: 600;
    font-size: 35%;
}

.ttl-type-03.white {
    color: #fff;
}

.ttl-type-03.white .en {
    color: #fff;
}

@media(max-width:1024px) {
    .ttl-type-03 {
        font-size: 40px;
    }
}

@media(max-width:599px) {
    .ttl-type-03 {
        font-size: 32px;
    }
}

/* ttl-type-04 */

.ttl-type-04 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 360px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 50px 10px 10%;
    font-size: 28px;
    color: #fff;
    border-radius: 0 50px 50px 0;
    background: linear-gradient(88deg, #50c2e8 20%, #0888d4 100%);
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.ttl-type-04.mv {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

[data-element-id] .ttl-type-04 {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

@media(max-width:1024px) {
    .ttl-type-04 {
        font-size: 26px;
    }
}

@media(max-width:599px) {
    .ttl-type-04 {
        min-width: 260px;
        font-size: 24px;
    }
}


/* ttl-type-05 */

.ttl-type-05 {
    font-weight: 500;
    font-size: 24px;
    color: #33a7ea;
    position: relative;
}

.ttl-type-05::after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background: #33a7ea;
    position: absolute;
    top: 50%;
    left: -101%;
}

@media(max-width:1024px) {
    .ttl-type-05 {
        margin-left: 20px;
        font-size: 20px;
    }
}

/* txt-box-set */
.txt-box .sub-en {
    margin-top: 10px;
    font-family: "Montserrat";
    font-weight: 500;
}

.txt-box .sub-tit {
    font-weight: 500;
    font-size: 26px;
}

.txt-box .txt {
    margin-top: 30px;
    font-size: 14px;
    line-height: 2;
    z-index: 2;
}

@media(max-width:1024px) {
    .txt-box .sub-tit {
        font-size: 22px;
    }
}

@media(max-width:599px) {
    .txt-box .sub-tit {
        margin-top: 5px;
        font-size: 20px;
    }
}

/* inc-cmn */
.inc {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 12px;
    line-height: 2.2;
    letter-spacing: 0;
}

/*  */

.ttl-mb-xlarge {
    margin-bottom: var(--ttl-mb-xlarge);
}

.ttl-mb-large {
    margin-bottom: var(--ttl-mb-large);
}

.ttl-mb-medium {
    margin-bottom: var(--ttl-mb-medium);
}

.ttl-mb-small {
    margin-bottom: var(--ttl-mb-small);
}

.ttl-mb-xsmall {
    margin-bottom: var(--ttl-mb-xsmall);
}

.ttl-mb-none {
    margin-bottom: 0;
}

@media (max-width: 1024px) {
    .ttl-mb-xlarge {
        margin-bottom: calc(var(--ttl-mb-xlarge) * 0.8);
    }

    .ttl-mb-large {
        margin-bottom: calc(var(--ttl-mb-large) * 0.8);
    }

    .ttl-mb-medium {
        margin-bottom: calc(var(--ttl-mb-medium) * 0.8);
    }

    .ttl-mb-small {
        margin-bottom: calc(var(--ttl-mb-small) * 0.8);
    }

    .ttl-mb-xsmall {
        margin-bottom: calc(var(--ttl-mb-xsmall) * 0.8);
    }

    .ttl-mb-none {
        margin-bottom: 0;
    }
}

@media (max-width: 599px) {
    .ttl-mb-xlarge {
        margin-bottom: calc(var(--ttl-mb-xlarge) * 0.6);
    }

    .ttl-mb-large {
        margin-bottom: calc(var(--ttl-mb-large) * 0.6);
    }

    .ttl-mb-medium {
        margin-bottom: calc(var(--ttl-mb-medium) * 0.6);
    }

    .ttl-mb-small {
        margin-bottom: calc(var(--ttl-mb-small) * 0.6);
    }

    .ttl-mb-xsmall {
        margin-bottom: calc(var(--ttl-mb-xsmall) * 0.6);
    }

    .ttl-mb-none {
        margin-bottom: 0;
    }
}

.ttl-left {
    text-align: left;
}

.ttl-center {
    text-align: center;
}

.ttl-right {
    text-align: right;
}



/*===================================
共通ボタン
===================================*/

[class*="btn-type-"] {
    --btn-mt-xlarge: 70px;
    --btn-mt-large: 60px;
    --btn-mt-medium: 50px;
    --btn-mt-small: 40px;
    --btn-mt-xsmall: 30px;
}

/* btn-type-01 */
.btn-type-01 a {
    min-width: 200px;
    min-height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    border-radius: 50px;
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, #4cbde7), color-stop(80%, #0b8ad4));
    background: linear-gradient(90deg, #4cbde7 10%, #0b8ad4 80%);
    position: relative;
    z-index: 3;
}

.btn-type-01.other a {
    min-width: 240px;
    min-height: 50px;
    font-size: 14px;
    opacity: 1;
    -webkit-transition: 1s;
    transition: 1s;
}

.btn-type-01.other a:hover {
    background: #4cbde7;
    opacity: 1;
}

.btn-type-01 a::after {
    content: "";
    width: 10px;
    background-image: url(/import/tenant_3/recruit.unison-planet.com/recruit_renewal/creative/images/common/direction/white.webp);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-animation-name: return02;
    animation-name: return02;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: absolute;
    top: 50%;
    right: 15px;

    aspect-ratio: 8/14;
}

.btn-type-01.rev a::after {
    -webkit-transform: translate(0, -50%) scale(-1, 1);
    transform: translate(0, -50%) scale(-1, 1);
    -webkit-animation-name: return03;
    animation-name: return03;
    left: 15px;
    right: auto;
}

.btn-type-01.other a::after {
    content: none;
}

@media(max-width:599px) {
    .btn-type-01.other a {
        min-width: 150px;
    }
}

/* btn-type-02 */
.btn-type-02>* {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    align-items: baseline;
    -ms-flex-align: baseline;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 30px;
    font-family: "Montserrat";
    line-height: 1;
    position: relative;
}

.btn-type-02>*::after {
    content: "";
    width: 8px;
    background-image: url(/import/tenant_3/recruit.unison-planet.com/recruit_renewal/creative/images/common/direction/white.webp);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 45%;
    right: 0px;

    aspect-ratio: 8/14;
}

/* btn-type-03 */
.btn-type-03 {
    margin-bottom: 20px;
}

.btn-type-03>* {
    width: 120px;
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.btn-type-03.other {
    margin-bottom: 0px;
    position: relative;
}

.btn-type-03.other>* {
    width: 80px;
    height: 80px;
    margin-bottom: 0px;
}

.btn-type-03.other::before,
.btn-type-03.other::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    margin: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-animation: pulsate 2s linear infinite;
    animation: pulsate 2s linear infinite;
    pointer-events: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.btn-type-03.other::after {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

@-webkit-keyframes pulsate {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@keyframes pulsate {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@media(max-width:1024px) {
    .btn-type-03>* {
        width: 100px;
        height: 100px;
    }

    .btn-type-03.other>* {
        width: 60px;
        height: 60px;
    }

    .btn-type-03>* img {
        width: 15px;
    }

    .btn-type-03.other>* img {
        width: 10px;
    }
}

/* btn-type-04 */
.btn-type-04>* {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 360px;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 30px 15px 40px;
    color: #33a7ea;
    border: 1px solid;
    border-radius: 50px;
    background: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.btn-type-04.other>* {
    min-width: 150px;
    min-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    position: relative;
}

.btn-type-04.other>*::after {
    content: "";
    width: 8px;
    background-image: url(/import/tenant_3/recruit.unison-planet.com/recruit_renewal/creative/images/common/direction/blue.webp);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 10px;

    aspect-ratio: 8/14;
}

.btn-type-04.other>*:hover::after {
    -webkit-filter: brightness(10);
    filter: brightness(10);
}

.btn-type-04.other.rev>*::after {
    -webkit-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg);
    left: 10px;
    right: auto;
}

.btn-type-04>*:hover {
    color: #fff;
    background: #33a7ea;
    opacity: 1;
}

.btn-type-04 .txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 500;
    font-size: 14px;
}

.btn-type-04 .img {
    width: 45px;
    padding-left: 30px;
}

.btn-type-04 .img img {
    width: 100%;
}

.btn-type-04>*:hover img {
    -webkit-filter: brightness(10);
    filter: brightness(10);
}

@media(max-width:599px) {
    .btn-type-04>* {
        min-width: 300px;
        padding: 10px 10px 10px 25px;
        font-size: 14px;
    }

    .btn-type-04 .img img {
        width: 80%;
    }

    .btn-type-04.other>* {
        min-width: 50px;
    }

    .btn-type-04.other>*::after {
        right: 40%;
    }


    .btn-type-04.other.rev>*::after {
        left: 40%;
    }
}


/*===================================
共通ブロック
==================================*/

/* block-type-01 */



/*===================================
共通要素
===================================*/

/* header */

.header {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30;
}

[data-element-id] .header {
    position: relative;
}

.header .header-common {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header h1 {
    width: 90%;
    margin: 0 auto;
    padding-top: 5px;
    font-size: 10px;
    color: #33a7ea;
}

.header h1.white {
    color: #fff;
}

[data-element-id] .header h1.white {
    color: #000;
}

.js-h1 {
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.js-h1.active {
    opacity: 0;
    position: absolute;
    top: -20%;
    left: 5%;
}

.header.change-color {
    background-color: rgb(255 255 255 / 80%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.header.change-color.other {
    padding: 20px 0;
}

/* change-color */
.header.change-color #gnav {
    color: #000;
}

.header.change-color #gnav .logo-block .logo img {
    -webkit-filter: brightness(0);
    filter: brightness(0);
}

@media(max-width:599px) {
    .header-common .left img {
        max-height: 28px;
    }

    .header.change-color #gnav .barger-body {
        color: #fff;
    }
}

/* header*/
.header .header-common {
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    position: relative;
}

[data-element-id] .header .header-common {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header .header-common .center {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

[data-element-id] .header .header-common .center {
    position: relative;
    top: auto;
    left: auto;
}

@media(max-width:1024px) {
    .header .header-common .center {
        display: none;
    }
}

@media(max-width:599px) {
    .header .header-common {
        width: 100%;
        padding-left: 10px;
    }
}

/* gnav */

#gnav .logo-block .logo img {
    width: 250px;
}

#gnav .barger-body .barger-inner .flex .item .tit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 15px;
}

#gnav .barger-body .barger-inner .flex .item .tit .en {
    font-weight: 600;
    font-size: 12px;
    color: #e60013;
}



#gnav .barger-body .barger-inner .flex .item.icon-faq>* {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    color: #ad0707;
    line-height: 1;
    letter-spacing: 0;
    border-radius: 50%;
    background: #fff;
}

.change-color #gnav .barger-body .barger-inner .flex .item.icon-faq>* {
    background: #cecbcb;
}

#gnav .barger-body .barger-inner .flex .item.icon-faq>*:hover {
    color: #fff;
    background: #ad0707;
}

@media(max-width:1024px) {
    #gnav {
        max-width: none;
    }

    #gnav .barger-body .barger-inner .flex .item .tit {
        -webkit-box-align: start;
        align-items: flex-start;
        -ms-flex-align: start;
        padding: 10px 0;
        color: #fff;
    }

    #gnav .barger-body .barger-inner .flex .barger-logo img {
        width: 200px;
    }
}

@media(max-width:599px) {
    #gnav .logo-block .logo img {
        width: 160px;
    }
}

/* dropdown */
#gnav .dropdown {
    position: relative;
}

[data-element-id] #gnav .dropdown>ul {
    width: 100%;
    visibility: visible;
    opacity: 1;
    position: static;
}

#gnav .dropdown>.drop-item {
    width: 45rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    padding: 10px;
    padding: 40px;
    border-radius: 10px;
    background: rgb(0 0 0 / 50%);
    opacity: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: 100%;
    left: 50%;
}

#gnav .dropdown:hover>.drop-item {
    visibility: visible;
    opacity: 1;
}

#gnav .dropdown:hover>.drop-item .title {
    width: 25%;
    color: #fff;
    border-right: 1px solid;
}

#gnav .dropdown>.drop-item ul {
    padding: 0 30px;
}

#gnav .dropdown>.drop-item ul li {
    margin: 0;
}

#gnav .dropdown>.drop-item ul li+li {
    margin-top: 10px;
}

#gnav .dropdown>.drop-item ul li a {
    color: #fff;
    position: relative;
}

#gnav .dropdown>.drop-item ul li a::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    /*アンダーラインがaタグの下端から現れる*/
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
    -webkit-transform-origin: left top;
    transform-origin: left top;
    position: absolute;
    bottom: -1px;
    left: 0;
    /*変形の時間*/
}

#gnav .dropdown>.drop-item ul li a:hover {
    opacity: 1;
}

#gnav .dropdown>.drop-item ul li a:hover::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    /*ホバー後、x軸方向に1（相対値）伸長*/
}

@media (max-width: 1024px) {
    #gnav .dropdown>.drop-item {
        width: 100%;
        display: block;
        visibility: visible;
        padding: 0;
        padding: 0;
        border-radius: 0;
        background: none;
        opacity: 1;
        -webkit-transition: none;
        transition: none;
        -webkit-transform: none;
        transform: none;
        position: relative;
        top: auto;
        left: auto;
    }

    #gnav .dropdown>.drop-item ul {
        width: 100%;
        visibility: visible;
        margin-bottom: 10px;
        padding: 0;
        background: none;
        opacity: 1;
        position: static;
    }

    #gnav .dropdown>.drop-item ul li a {
        padding-left: 1.5em;
        font-size: 12px;
        color: #969696;
        position: relative;
    }

    #gnav .dropdown>.drop-item ul li a:before {
        content: "∟";
        font-size: 10px;
        line-height: 1.5;
        position: absolute;
        top: 0;
        left: 0;
    }
}


/* footer */
#footer.other {
    padding-top: 80px;
    background: #f1f3f4;
}

#footer .logo {
    max-width: 280px;
}

#footer .sitemap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
}

#footer .sitemap .item .tit {
    font-weight: 700;
    color: #33a7ea;
}

#footer .sitemap .item .dtl {
    margin-top: 5px;
    font-weight: 400;
    font-size: 14px;
    color: #8a8e90;
}

#footer .btn-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
}

#footer .btn-block .btn>* {
    min-width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 30px 20px 15px;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    line-height: 1;
    /* margin-left: 20px; */
    border: 2px solid;
    border-radius: 30px;
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, #4cbde7), color-stop(80%, #0b8ad4));
    background: linear-gradient(90deg, #4cbde7 10%, #0b8ad4 80%);
    position: relative;
}

#footer .copy {
    padding: 60px 0 20px;
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 14px;
    color: #595a5a;
    letter-spacing: 0px;
    text-align: center;
}

@media(max-width:1024px) {
    #footer .sitemap {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    #footer .copy {
        padding: 60px 0 80px;
    }
}

@media(max-width:599px) {
    #footer .logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto;
    }

    #footer .btn-block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 30px;

        row-gap: 10px;
    }

    #footer .copy {
        padding: 60px 0 100px;
    }
}

/* A-BiSUスライダー用 */

.uk-slideshow {
    height: auto !important;
    position: relative;
}

.uk-slideshow:before {
    content: "";
    display: block;
    padding-top: 60%;
}

[data-element-id] .uk-slideshow>li {
    opacity: 1;
}

.uk-slideshow>li {
    width: 100%;
    height: 100% !important;
    position: absolute;
    top: 0;
}

.uk-slideshow>li>div {
    height: 100% !important;
}

.uk-slideshow>li>div>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
}

.uk-slideshow+* {
    margin-top: 10px !important;
}

.uk-slider {
    height: 100px;
    margin-left: -10px;
}

.uk-slider li {
    height: 100%;
    padding-left: 10px;
}

.uk-slider li>div {
    height: 100% !important;
}

.uk-slider li>div img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
}

@media (max-width: 1024px) {
    .uk-slider {
        height: 90px;
    }
}

@media (max-width: 599px) {
    .uk-slider {
        height: 80px;
    }

    .uk-slider li {
        width: 33.333%;
    }
}

/* ハンバーガーメニュー  */
.header-toggle {
    width: 50px;
    height: 50px;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
    position: relative;
    top: 0px;
    right: 0px;
    z-index: 251;
}

.breadcrumbs.deco::before {
    content: "";
    width: 30vh;
    height: 30vh;
    display: block;
    border-radius: 50%;
    background: #eef9ff;
    position: absolute;
    top: -10vh;
    right: -5vh;
}

.header-toggle .bar {
    width: 30px;
    height: 3px;
    display: block;
    margin-top: -1px;
    padding: 0;
    text-indent: 9999px;
    border-radius: 10px;
    background: #33a7ea;
    -webkit-transition: ease 0.4s;
    transition: ease 0.4s;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.header-toggle .bar:before,
.header-toggle .bar:after {
    content: "";
    width: 30px;
    height: 3px;
    display: block;
    border-radius: 10px;
    background: #33a7ea;
    position: absolute;
    left: 0;
}

.header-toggle .bar:before {
    top: -10px;
}

.header-toggle .bar:after {
    top: 10px;
}

.header-toggle.active .bar {
    width: 28px;
    margin-top: 0px;
    -webkit-transform: none;
    transform: none;
    top: 50%;
    left: 11px;
}

.header-toggle.active .bar:after,
.header-toggle.active .bar:before {
    width: 28px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    top: 0;
    left: -18px;
}

.header-toggle.active .bar:after {
    width: 15px;
    -webkit-transform: translate(17px, 5px) rotate(215deg);
    transform: translate(17px, 5px) rotate(215deg);
}

.header-toggle.active .bar:before {
    width: 15px;
    -webkit-transform: translate(17px, -5px) rotate(315deg);
    transform: translate(17px, -5px) rotate(315deg);
}

.header-gnav {
    width: 0%;
    height: 100%;
    color: #7c7c7c;
    background: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: fixed;
    top: 0;
    right: -120%;
    z-index: 201;
}

[data-element-id].header-gnav {
    width: 100%;
    height: 750px;
    display: block;
    margin-top: 0px;
    margin-right: auto;
    padding-top: 50px;
    -webkit-transition: none;
    transition: none;
    position: relative;
    top: auto;
    right: auto;
}

.header-gnav.active {
    width: 100%;
    display: block;
    right: 0;
}

.header-gnav .g-nav-list {
    width: 80%;
    display: none;
    margin: 120px auto 0;
}

[data-element-id].header-gnav .g-nav-list {
    display: block;
    margin: 0 auto;
}

.header-gnav.active .g-nav-list {
    display: block;
}

.header-gnav .g-nav-list .tit {
    margin-bottom: 30px;
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 30px;
    color: #33a7ea;
}

.header-gnav .g-nav-list .item {
    list-style: none;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 22px;
    color: #33a7ea;
    letter-spacing: 2px;
}

.header-gnav .g-nav-list .item.drop ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    margin-bottom: 5px;
    margin-left: 1em;
    font-weight: 500;
    font-size: 18px;
    color: #7c7c7c;
    position: relative;
}

.header-gnav .g-nav-list .item.drop ul li::before {
    content: "∟";
    margin-right: 5px;
    font-size: 10px;
}

.header-gnav .g-nav-list .item.drop ul li:first-child {
    margin-top: 10px;
}

.header-gnav .g-nav-list .right .site>*,
#footer .btn-block .btn>* {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    line-height: 1;
    border: 2px solid;
    border-radius: 30px;
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, #4cbde7), color-stop(80%, #0b8ad4));
    background: linear-gradient(90deg, #4cbde7 10%, #0b8ad4 80%);
    position: relative;
}

.header-gnav .g-nav-list .right .site>* {
    width: 200px;
    margin-left: 20px;
    padding: 15px 30px 15px 15px;
}

#footer .btn-block .btn>* {
    min-width: 250px;
    padding: 20px 30px 20px 20px;
}

.header-gnav .g-nav-list .right .site>*::after,
#footer .btn-block .btn>*::after {
    content: "";
    width: 8px;
    background-image: url(/import/tenant_3/recruit.unison-planet.com/recruit_renewal/creative/images/common/direction/white.webp);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 15px;

    aspect-ratio: 8/14;
}

@media only screen and (max-width: 1024px) {
    .breadcrumbs.deco::before {
        width: 26vh;
        height: 26vh;
        top: -13vh;
        right: 0vh;
    }

    .header-gnav {
        overflow-y: scroll;
    }

    .header-gnav.active {
        width: 50%;
    }

    .header-gnav .g-nav-list {
        width: 85%;
        margin: 40px auto 100px;
    }

    .header-gnav .g-nav-list .tit {
        margin-bottom: 10px;
        font-size: 20px;
    }

    .header-gnav .g-nav-list .item {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .header-gnav .g-nav-list .item.drop ul li {
        margin-left: 0em;
        font-size: 12px;
    }

    .header-gnav .g-nav-list .item.drop ul li:first-child {
        margin-top: 5px;
    }
}

@media only screen and (max-width: 599px) {
    .header-gnav.active {
        width: 80%;
    }
}

.overlay {
    width: 100%;
}

.overlay.active:after {
    content: "";
    width: 100%;
    height: 100vh;
    background: #000;
    opacity: 0.3;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
}

@media(max-width:599px) {
    .overlay.active:after {
        height: 100dvh;
    }
}

/* 横スクロール */
.index-area {
    overflow: hidden;
}

.idex-area-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.scroll-section {
    width: 100%;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 15vh;
    position: relative;
}

.scroll-section>* {
    height: 100vh;
    position: relative;
}

@media(max-width:599px) {
    .scroll-section>* {
        height: 100dvh;
    }
}

/* index-top */
.index-top {
    background: #fff;
}

.index-top .img {
    width: 50vh;
    height: 50vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.index-top .img::after {
    content: "";
    width: 200px;
    height: 120px;
    display: block;
    border-radius: 0 70px 70px 0;
    background: #eef9ff;
    position: absolute;
    top: 10%;
    right: -200px;
    z-index: 1;
}

.index-top .img>* {
    position: relative;
    z-index: 2;
}

.index-top .img>*::before {
    content: "";
    width: 250px;
    height: 120px;
    display: block;
    border-radius: 70px 0 0 70px;
    background: #eef9ff;
    position: absolute;
    top: 60%;
    left: -250px;
    z-index: 0;
}

.index-top .content {
    width: 70vh;
}

.index-top .content::before {
    content: "";
    width: 120px;
    height: 120px;
    display: block;
    border-radius: 50%;
    background: #eef9ff;
    position: absolute;
    top: -70px;
    left: -80px;
    z-index: -1;
}

.index-top .content .ilst {
    width: 25vh;
    margin: 50px auto 0;
}

.index-top .news-box {
    width: auto;
    height: auto;
    position: absolute;
    bottom: 10vh;
    left: -5vh;
    z-index: 50;
}

.index-top .news-box>* {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 20px;
    border: 1px solid #0084ff;
    border-radius: 10px;
}

.index-top .news-box .icon {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: 500;
    font-size: 12px;
    color: #0286d3;
    border-radius: 50%;
    background: #e6f2f9;
}

.index-top .news-box .txt {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 10px;
    font-size: 14px;
    color: #33a7ea;
    border-bottom: 1px solid;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.index-top .news-box .txt .dtl {
    width: 30vh;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-top .copy {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 50px;
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 14px;
    color: #595a5a;
    letter-spacing: 0px;
    text-align: center;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    bottom: 0;
    left: 50%;
}

#footer .right-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 40;
}

#footer .right-box a {
    display: block;
    position: relative;
}

#footer .right-box a:hover {
    opacity: 1;
}

#footer .right-box .entry-btn a::after {
    content: "";
    width: 10px;
    background-image: url(/import/tenant_3/recruit.unison-planet.com/recruit_renewal/creative/images/common/direction/white.webp);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 15px;
    z-index: 2;

    aspect-ratio: 8/14;
}

#footer .right-box .fb-btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    color: #868894;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}

#footer .right-box .fb-btn a:hover {
    color: #333;
}

#footer .right-box .fb-btn a .tit {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: 0px;
}

#footer .right-box .fb-btn a .icon {
    width: 40px;
    height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 2px;
    font-size: 40px;
    line-height: 1;
    border-radius: 50%;
    background: #fff;
}

@media(max-width:1024px) {
    .index-top .news-box {
        bottom: 20px;
        left: 6em;
    }

    .index-top .news-box .icon {
        font-size: 10px;
    }

    .index-top .news-box .txt {
        font-size: 10px;
    }
}

@media(max-width:599px) {
    .index-top {
        padding: 0 15vh 0 5vh;
    }

    .index-top .content {
        width: 55vh;
    }

    .index-top .content .ilst {
        margin: 50px 15vh 0;
    }

    .index-top .copy {
        font-size: 10px;
        bottom: 80px;
    }

    .index-top .news-box {
        bottom: 90px;
        left: -1em;
    }

    .index-top .news-box .txt .dtl {
        width: 45vw;
    }

    #footer .right-box {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
}

/* entry-fixed */

#footer .btn-fixed {
    min-width: 200px;
    min-height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    padding: 10px 20px;
    font-family: "Montserrat";
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    border-radius: 50px;
    background: none;
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, #4cbde7), color-stop(80%, #0b8ad4));
    background: linear-gradient(90deg, #4cbde7 10%, #0b8ad4 80%);
    -webkit-box-shadow: #0f8dd5 2px 2px 22px;
    box-shadow: #0f8dd5 2px 2px 22px;
    cursor: pointer;
    position: relative;
    z-index: 0;
    z-index: 1;
}

#footer .btn-fixed:focus {
    outline-color: transparent;
    -webkit-box-shadow: var(--btn-color) 2px 2px 22px;
    box-shadow: var(--btn-color) 2px 2px 22px;
}

#footer .right::after,
#footer .btn-fixed::after {
    content: var(--content);
    display: block;
    padding: 50px 80px;
    white-space: nowrap;
    pointer-events: none;
    position: absolute;
}

#footer .right,
#footer .left {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

#footer .right {
    left: 66%;
}

#footer .left {
    right: 66%;
}

#footer .right::after {
    color: transparent;
    background-color: #0084ff;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    transition: -webkit-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
    transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
    -webkit-transform: translate(0, -90%) rotate(0deg);
    transform: translate(0, -90%) rotate(0deg);
    top: -30px;
    left: calc(-66% - 20px);
}

#footer .btn-fixed:hover .right::after {
    -webkit-transform: translate(0, -47%) rotate(0deg);
    transform: translate(0, -47%) rotate(0deg);
}

#footer .btn-fixed .right:hover::after {
    -webkit-transform: translate(0, -50%) rotate(-7deg);
    transform: translate(0, -50%) rotate(-7deg);
}

#footer .btn-fixed .left:hover~.right::after {
    -webkit-transform: translate(0, -50%) rotate(7deg);
    transform: translate(0, -50%) rotate(7deg);
}

/* bubbles */

#footer .right-box .entry-btn a>*::before {
    content: "";
    width: 100%;
    height: 300%;
    background: radial-gradient(circle at 20% 35%, transparent 0, transparent 2px, hsla(210, 50%, 85%, 1) 3px, hsla(210, 50%, 85%, 1) 4px, transparent 4px),
        radial-gradient(circle at 75% 44%, transparent 0, transparent 2px, hsla(210, 50%, 85%, 1) 3px, hsla(210, 50%, 85%, 1) 4px, transparent 4px),
        radial-gradient(circle at 46% 52%, transparent 0, transparent 4px, hsla(210, 50%, 85%, 1) 5px, hsla(210, 50%, 85%, 1) 6px, transparent 6px);
    opacity: 0.6;
    -webkit-animation: bubbles 5s linear infinite both;
    animation: bubbles 5s linear infinite both;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
}

@-webkit-keyframes bubbles {
    from {
        -webkit-transform: translate();
        transform: translate();
    }

    to {
        -webkit-transform: translate(0, -66.666%);
        transform: translate(0, -66.666%);
    }
}

@keyframes bubbles {
    from {
        -webkit-transform: translate();
        transform: translate();
    }

    to {
        -webkit-transform: translate(0, -66.666%);
        transform: translate(0, -66.666%);
    }
}

@media(max-width:1024px) {
    #footer .right-box {
        bottom: 15px;
        right: 15px;
    }
}

/* index-member */
.index-member {
    margin-left: -1px;
    padding-right: 0;
    background: #fff;
}

.index-member::after {
    content: "";
    width: 40%;
    height: 120px;
    display: block;
    border-radius: 70px 70px;
    background: #eef9ff;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    bottom: 25%;
    right: 30%;
    z-index: 1;
}

.index-member .content .content-list {
    height: 70vh;
}

.index-member .content .img-block {
    width: 60vh;
}

.index-member .content .img-block .img01 {
    width: 40vh;
}

.index-member .content .img-block .img02 {
    width: 40vh;
    margin-left: auto;
    position: relative;
    z-index: 2;
}

.index-member .content .txt-box {
    width: 60vh;
    margin-left: 100px;
    padding-top: 10vh;
}

.index-member .ilst {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 30vh;
    margin: 0 auto;
}

.index-member .member-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    -ms-flex-align: end;
    background: #9ce7ec;
    z-index: 2;
}

.index-member .member-img .img {
    width: 65vh;
    height: 80vh;
    padding: 0 0 0 50px;
}

@media(max-width:599px) {
    .index-member .content .txt-box {
        width: 70vh;
        padding-top: 5vh;
    }

    .index-member .ilst {
        height: 20vh;
    }

    .index-member .content .img-block .img01 {
        width: 35vh;
    }

    .index-member .content .img-block .img02 {
        width: 30vh;
    }
}

/* index-company */

.index-company {
    background: #34a7ea;
    position: relative;
}

.index-company .content .content-list {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    -ms-flex-align: end;
    position: relative;
    z-index: 2;
}

.index-company .content .content-list>* {
    width: 52vh;
}

.index-company .content .txt-box {
    margin-right: 60px;
}

.index-company .content .box .img {
    overflow: hidden;
    border-radius: 10px;
}

.index-company .content .box .img.other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 20px;
    background: #fff;
}

.index-company .content .box .tit {
    margin-top: 30px;
    margin-bottom: 10px;
    padding-bottom: 6px;
    font-size: 18px;
    border-bottom: 1px solid;
}

.index-company .content .box .btn {
    margin-top: 20px;
}

.index-company .content .golden-ratio {
    width: 90vh;
    position: absolute;
    top: 40px;
    left: -80px;
    z-index: 1;
}

/* index-system */

.index-system {
    padding-right: 5vh;
}

[data-element-id] .index-system {
    background: #7bc07e;
}

.index-system .content .tit-block {
    width: 55vh;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.index-system .content .tit-block .txt-box {
    width: 40vh;
    height: 70vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

[data-element-id] .index-system .content .circle-block {
    height: 100%;
}

.index-system .content .tit-block .ilst {
    height: 20vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    -ms-flex-align: end;
    margin-left: auto;
}

.index-system .content .circle-block .item>* {
    width: 40vh;
    height: 40vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    background: rgb(198 210 113 / 20%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
}

[data-element-id] .index-system .content .circle-block .item>* {
    display: block;
}

.index-system .content .circle-block .item>*>* {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.index-system .content .circle-block .item a:hover {
    color: #0e8cd4;
    background: rgb(255 255 255 / 40%);
    opacity: 1;
}

.index-system .content .circle-block .item01 {
    margin-bottom: -60px;
}

.index-system .content .circle-block .item02 {
    margin-right: -20px;
}

.index-system .content .circle-block .item01>* {
    background: rgb(198 210 113 / 40%);
}

.index-system .content .circle-block .item02>* {
    background: rgb(191 203 163 / 40%);
}

.index-system .content .circle-block .item03>* {
    background: rgb(176 204 137 / 40%);
}

.index-system .content .circle-block .item .tit {
    font-size: 26px;
}

[data-element-id] .index-system .content .circle-block .item .tit {
    width: 250px;
    display: block;
    padding: 20px 0;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: 15vh;
    left: 50%;
}

.index-system .content .circle-block .item .btn {
    position: absolute;
    bottom: 10vh;
}

[data-element-id] .index-system .content .circle-block .item .btn {
    left: 35%;
}

.index-system .content .circle-block .item .btn>* {
    padding: 0;
}

.index-system .content .circle-block .item .btn-type-02>*::after {
    right: -20px;
}

.index-system .content .img-block {
    width: 30vh;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.index-system .content .img-block .img-box .img02 {
    width: 14vh;
    margin-top: 80px;
    margin-left: auto;
    padding-right: 30px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.index-system .content .img-block .ilst {
    -webkit-transform: translate(-10vh, -15vh);
    transform: translate(-10vh, -15vh);
}

@media(max-width:1024px) {
    .index-system .content .tit-block .txt-box {
        width: 50vh;
    }
}

@media(max-width:599px) {
    .index-system .content .circle-block .item>* {
        width: 35vh;
        height: 35vh;
    }

    .index-system .content .circle-block .item01 {
        margin-bottom: -40px;
    }

    .index-system .content .circle-block .item .tit {
        margin-bottom: 20px;
        font-size: 14px;
    }

    .index-system .content .circle-block .item .btn>* {
        font-size: 14px;
    }
}

/* index-aione */
.index-aione {
    padding: 0;
}

[data-element-id] .index-aione {
    background: #7bc07e;
}

.index-aione .content .img-area {
    padding: 0 15vh 0 0;
}

.index-aione .content .img-area .left-box .img01 {
    width: 100vh;
    padding: 8vh;
}

.index-aione .content .img-area .left-box .img02 {
    width: 20vh;
}

.index-aione .content .img-area .left-box .img03 {
    width: 40vh;
    margin-left: 20vh;
}

.index-aione .content .img-area .right-box .img04 {
    width: 45vh;
    margin-left: auto;
}

.index-aione .content .img-area .right-box .img05 {
    width: 60vh;
    margin-top: 15vh;
}

.index-aione .content .president-area {
    width: 65vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    -ms-flex-align: end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background: #fff474;
}

.index-aione .content .president-area .img {
    width: 60vh;
}

@media(max-width:599px) {
    .index-aione .content .president-area {
        width: 55vh;
    }

    .index-aione .content .president-area .img {
        width: 50vh;
    }
}

/* index-job */
.index-job {
    padding: 0 5vh;
}

[data-element-id] .index-job {
    background: #d38eb9;
}

.index-job .content .img-box .img01 {
    width: 45vh;
}

.index-job .content .img-box .ilst-item {
    margin-top: 15vh;
    margin-bottom: 8vh;
}

.index-job .content .img-box .img02 {
    width: 20vh;
}

.index-job .content .img-box .ilst {
    width: 40vh;
    margin-left: -40px;
    z-index: 16;
}

.index-job .content .tit-box .img03 {
    width: 45vh;
    height: 45vh;
    background: #ffc3a6;
}

.index-job .content .tit-box .txt-box {
    margin-top: 10vh;
    margin-left: 10vh;
}

.index-job .content .btn-box {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    margin-left: 10vh;
    margin-right: 15vh;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.index-job .content .btn-box>* {
    width: 200px;
    height: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px;
    color: #fff;
    border: 2px solid #fc8862;
    border-radius: 100px;
    background: #fc8862;
    -webkit-transition: 1s;
    transition: 1s;
}

.index-job .content .btn-box .btn-hover-p:hover {
    color: #fc8862;
    background: #fff;
}

.index-job .content .btn-box .btn-hover-c.btn-type-03>*:hover {
    border: 2px solid #fc8862;
    opacity: 1;
}

.index-job .btn-hover-c a {
    pointer-events: auto;
}

.index-job .btn-hover-p {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
}

[data-element-id] .index-job .btn-hover-p {
    pointer-events: auto;
}

.index-job .content .btn-box .tit {
    height: 200px;
    margin-top: 60px;
    font-family: "Montserrat";
    font-size: 36px;
    -ms-writing-mode: tb-lr;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
}

[data-element-id] .index-job .content .btn-box .tit {
    -ms-writing-mode: inherit;
    -webkit-writing-mode: inherit;
    writing-mode: inherit;
}

/* .index-job .content .btn-box .btn>* {
    background: #fff;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 20px;
} */

@media(max-width:1024px) {
    .index-job .content .tit-box .txt-box {
        width: 40vh;
    }

    .index-job .content .btn-box>* {
        width: 160px;
        height: 520px;
        padding: 10px;
    }

    .index-job .content .btn-box .tit {
        margin-top: 40px;
        font-size: 30px;
    }

    .index-job .content .btn-box .txt {
        font-size: 12px;
    }
}

@media(max-width:599px) {
    .index-job .content .btn-box .tit {
        height: 150px;
    }
}

/* index-interview */
[data-element-id] .index-interview {
    background: #68c9dd;
}

.index-interview .content {
    height: 80vh;
}

.index-interview .content .txt-box {
    width: 60vh;
}

.index-interview .content .itv-item {
    width: 55vh;
    margin-right: 10vh;
    color: #fff;
}

.index-interview .content .itv-item:nth-of-type(even) {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.index-interview .content .itv-item:nth-of-type(odd) {
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.index-interview .content .itv-item:last-child {
    margin-right: 30vh;
}

.index-interview .content .itv-item .img {
    width: 100%;
    height: 300px;
    overflow: hidden;
    margin-top: 15px;
    position: relative;
}

.index-interview .content .itv-item .img::after {
    content: "";
    width: 130px;
    background-image: url(/upload/tenant_3/588cb3b82a03c50ccb9c8fae73078cf5.webp);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.4;
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5);
    position: absolute;
    bottom: -10px;
    right: 18%;

    aspect-ratio: 800/897;
}

.index-interview .content .itv-item .img>* {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    -ms-flex-align: end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.index-interview .content .itv-item .img>* img {
    height: 95%;
    position: relative;
    z-index: 2;
}

.index-interview .content .itv-item:nth-of-type(5n+1) .img,
.interview .interview-list .item:nth-of-type(5n+1) a .img-box,
.interview-recommend .recommend-list .item:nth-of-type(5n+1) .img {
    background: #9ddcb5;
}

.index-interview .content .itv-item:nth-of-type(5n+2) .img,
.interview .interview-list .item:nth-of-type(5n+2) a .img-box,
.interview-recommend .recommend-list .item:nth-of-type(5n+2) .img {
    background: #f8a98f;
}

.index-interview .content .itv-item:nth-of-type(5n+3) .img,
.interview .interview-list .item:nth-of-type(5n+3) a .img-box,
.interview-recommend .recommend-list .item:nth-of-type(5n+3) .img {
    background: #9be7ec;
}

.index-interview .content .itv-item:nth-of-type(5n+4) .img,
.interview .interview-list .item:nth-of-type(5n+4) a .img-box,
.interview-recommend .recommend-list .item:nth-of-type(5n+4) .img {
    background: #ffc0c4;
}

.index-interview .content .itv-item:nth-of-type(5n+5) .img,
.interview .interview-list .item:nth-of-type(5n+5) a .img-box,
.interview-recommend .recommend-list .item:nth-of-type(5n+5) .img {
    background: #fff474;
}

.index-interview .content .itv-item:nth-of-type(5n+1) .img.gsap-cover.custom::before,
.interview-recommend .recommend-list .item:nth-of-type(5n+1) .img.fead-cover.custom::before {
    background: #9ddcb5;
}

.index-interview .content .itv-item:nth-of-type(5n+2) .img.gsap-cover.custom::before,
.interview-recommend .recommend-list .item:nth-of-type(5n+2) .img.fead-cover.custom::before {
    background: #f8a98f;
}

.index-interview .content .itv-item:nth-of-type(5n+3) .img.gsap-cover.custom::before,
.interview-recommend .recommend-list .item:nth-of-type(5n+3) .img.fead-cover.custom::before {
    background: #9be7ec;
}

.index-interview .content .itv-item:nth-of-type(5n+4) .img.gsap-cover.custom::before,
.interview-recommend .recommend-list .item:nth-of-type(5n+4) .img.fead-cover.custom::before {
    background: #ffc0c4;
}

.index-interview .content .itv-item:nth-of-type(5n+5) .img.gsap-cover.custom::before,
.interview-recommend .recommend-list .item:nth-of-type(5n+5) .img.fead-cover.custom::before {
    background: #fff474;
}

.index-interview .content .itv-item .name {
    margin-bottom: 15px;
    padding: 25px 0 5px;
    font-family: "Montserrat";
    font-size: 36px;
    border-bottom: 1px solid;
}

.index-interview .content .itv-item .btn {
    margin-top: 40px;
    font-weight: 500;
    font-size: 18px;
}

@media(max-width:1024px) {
    .index-interview .content .itv-item .img {
        height: 240px;
    }
}

@media(max-width:599px) {
    .index-interview .content .itv-item {
        width: 35vh;
    }

    .index-interview .content .itv-item .name {
        font-size: 24px;
    }

    .index-interview .content .itv-item .img {
        height: 160px;
    }

    .index-interview .content .itv-item .img::after {
        width: 80px;
    }
}

/* index-recruit */

.index-recruit {
    height: 100vh;
    padding-left: 0;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(35vh, #fff));
    background: linear-gradient(90deg, transparent 0%, #fff 35vh);
    /* margin-left: -40vh; */
    z-index: 2;
}

.index-recruit .content .tit-block {
    width: 70vh;
    height: 70vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-left: 10vh;
}

.index-recruit .content .tit-block .txt-box {
    margin-bottom: 10vh;
}

.index-recruit .content .tit-block .txt-box .tit::before {
    content: "";
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #eef9ff;
    position: absolute;
    top: -10px;
    left: -80px;
    z-index: -1;
}

.index-recruit .content .job-list::before,
.index-recruit .content .job-list::after {
    content: "";
    height: 12vh;
    display: block;
    background: #eef9ff;
    position: absolute;
    z-index: -1;
}

.index-recruit .content .job-list::before {
    width: 40vh;
    border-radius: 50px 0 0 50px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    left: -40vh;
}

.index-recruit .content .job-list::after {
    width: 25vh;
    border-radius: 0 50px 50px 0;
    bottom: 20%;
    right: -25vh;
}

.index-recruit .content .job-list .item>* {
    width: 40vh;
    height: 70vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 20px 0 40px;
    color: #33a7ea;
    border-radius: 15px;
    background: #fff263;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.index-recruit .content .job-list .item .hover-p:hover {
    color: #fff;
    background: #33a7ea;
}

.index-recruit .content .job-list .item .tit {
    height: 40vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 500;
}

.index-recruit .content .job-list .item .tit .en {
    font-family: "Montserrat";
    font-size: 46px;
}

.index-recruit .content .job-list .item .bottom-box .inc {
    margin-top: 30px;
}

.index-recruit .content .job-list .item .bottom-box .btn a:hover {
    background: #fff;
    opacity: 1;
}

@media(max-width:1024px) {
    .index-recruit .content .job-list .item .tit .en {
        font-size: 36px;
    }
}

@media(max-width:599px) {
    .index-recruit .content .job-list .item>* {
        width: 35vh;
        height: 60vh;
        padding: 0 10px 0 20px;
    }

    .index-recruit .content .job-list .item .tit {
        height: 30vh;
    }

    .index-recruit .content .job-list .item .tit .en {
        font-size: 34px;
    }

    .index-recruit .content .job-list .item .bottom-box .inc {
        margin-top: 10px;
    }
}

/* index-entry */
.index-entry {
    margin-left: -1px;
    padding-left: 0;
    padding-right: 20vh;
    background: #fff;
    z-index: 2;
}

.index-entry.other {
    padding-left: 0;
    padding-right: 0;
    position: relative;
}

.index-entry.other::before {
    content: "";
    width: 27vh;
    height: 12vh;
    display: block;
    border-radius: 0 50px 50px 0;
    background: #eef9ff;
    position: absolute;
    bottom: 35%;
    left: 0;
    z-index: -1;
}

.index-entry>* {
    height: 70vh;
}

.index-entry.other>* {
    height: auto;
    padding-top: 4vh;
    padding-bottom: 8vh;
}

.index-entry.other .content .entry-box {
    width: 70%;
}

.index-entry .img-box {
    width: 15vh;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-right: 8vh;
}

.index-entry.other .img-box {
    width: 30%;
    margin-right: 0;
}

.index-entry .entry-box::before {
    content: "";
    width: 27vh;
    height: 12vh;
    display: block;
    border-radius: 50px 0 0 50px;
    background: #eef9ff;
    position: absolute;
    top: 20%;
    left: -27vh;
    z-index: -1;
}

.index-entry .entry-box::after {
    content: "";
    width: 12vh;
    height: 12vh;
    display: block;
    border-radius: 50%;
    background: #eef9ff;
    position: absolute;
    top: -4vh;
    right: -10.5vh;
    z-index: -1;
}

.index-entry .entry-box .box {
    width: 76vh;
    height: 50vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 50px;
    color: #fff;
    border-radius: 15px;
    background: linear-gradient(88deg, #50c2e8 20%, #0888d4 100%);
    pointer-events: auto;
}

.index-entry.other .entry-box .box {
    width: 100%;
    min-height: 400px;
}

.index-entry .entry-box .box .tit-box .tit {
    margin-bottom: 10px;
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 54px;
    position: relative;
}

.index-entry .entry-box .add-tit::before {
    content: "";
    width: 1px;
    height: 0%;
    display: block;
    background: #33a7ea;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.index-entry .entry-box .add-tit.mv::before {
    height: 45%;
}

.index-entry .entry-box .add-tit::after {
    content: "";
    width: 40vh;
    height: 12vh;
    display: block;
    border-radius: 50px;
    background: #eef9ff;
    position: absolute;
    bottom: -8vh;
    right: -10vh;
    z-index: -1;
}

.index-entry .entry-box .add-tit .tit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    margin-left: 5px;
    color: #33a7ea;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.index-entry .entry-box .add-tit .tit span {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.index-entry a,
.index-entry a:hover .btn>* {
    opacity: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.index-entry a:hover {
    border-color: transparent;
    -webkit-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
}

.index-entry a:hover .btn>* {
    background: #fff263;
}

@media(max-width:1024px) {
    .index-entry.other::before {
        width: 27vh;
        bottom: 5%;
        left: 0;
    }

    .index-entry .entry-box .add-tit.mv::before {
        height: 40%;
    }

    .index-entry.other .entry-box::before {
        width: 27vh;
        top: 10%;
        left: -8vh;
    }

    .index-entry.other .entry-box::after {
        right: 0;
    }

    .index-entry.other .entry-box .add-tit::after {
        right: 0;
    }

    .index-entry .entry-box .box {
        width: 56vh;
        height: 50vh;
        padding: 30px;
    }
}

@media(max-width:599px) {
    .index-entry.other::before {
        width: 20vh;
        height: 8vh;
        bottom: 10%;
    }

    .index-entry.other .content .entry-box {
        width: 100%;
    }

    .index-entry.other .entry-box::before {
        height: 8vh;
    }

    .index-entry .entry-box::after {
        width: 10vh;
        height: 10vh;
    }

    .index-entry .entry-box .box {
        width: 72vh;
        height: 48vh;
    }

    .index-entry.other .entry-box .box {
        width: 100%;
        height: 400px;
    }

    .index-entry.other .img-box {
        width: 10vh;
        margin-top: -70px;
    }

    .index-entry .entry-box .box .tit-box .tit {
        font-size: 40px;
    }

    .index-entry .entry-box .add-tit::before {
        height: 30%;
    }

    .index-entry .entry-box .add-tit::after {
        width: 40vh;
        bottom: -10vh;
    }

    .index-entry.other .entry-box .add-tit::after {
        width: 30vh;
        height: 8vh;
        bottom: -3vh;
        right: 0vh;
    }
}

/*===================================
トップページ
===================================*/

/* mainimg */

.mainimg {
    position: relative;
}



/* svg-text-animation */
.index-svg {
    width: 100vw;
    height: 100vh;
    background: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: fixed;
    z-index: 50;
}

.index-svg {
    -webkit-animation: loadingNone 1s linear 2.5s both;
    animation: loadingNone 1s linear 2.5s both;
}

@-webkit-keyframes loadingNone {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes loadingNone {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

[data-element-id] .index-svg {
    opacity: 1;
    -webkit-animation: none;
    animation: none;
    position: inherit;
}

.index-svg figure {
    width: 100vw;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.index-svg figure::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.index-svg svg {
    width: 100%;
    height: 100%;
    padding: 5vw;
}

.index-svg svg>* {
    fill: #33a7ea;
    stroke: #33a7ea;
    stroke-width: 0.85px;
}

@media(max-width:599px) {
    .index-svg {
        width: 100dvw;
        height: 100dvh;
    }
}



/* hover tip */
.index-svg:hover:after {
    font: 700 9px/14px Tahoma, sans-serif;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: uppercase;
    -webkit-animation: tip 2.5s forwards;
    animation: tip 2.5s forwards;
    position: absolute;
    bottom: 1vh;
    left: 0;
    right: 0;
}

@-webkit-keyframes tip {

    0%,
    100% {
        opacity: 0;
    }

    10%,
    80% {
        opacity: 1;
    }
}

@keyframes tip {

    0%,
    100% {
        opacity: 0;
    }

    10%,
    80% {
        opacity: 1;
    }
}


/* ===================================
下層 
===================================*/
/* about */
.about-mv .aboutlist .text-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: calc(50% - 600px);
    z-index: 3;
}

.about-mv .aboutlist .img-block {
    width: 488px;
    max-width: 40%;

    gap: 20px;
}

.about-mv .aboutlist .img-list {
    width: calc(50% - 10px);

    gap: 20px;
}

.about-mv .aboutlist .text-block .tit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 8px 20px;
    font-weight: 600;
    font-size: 20px;
    color: #33a7ea;
    border-radius: 30px;
    background: #fff;
}

.about-mission .graph-line .item>* {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, #50c2e8), to(#0888d4));
    background: linear-gradient(90deg, #50c2e8 20%, #0888d4 100%);
}

.about-mission .graph-line .item .img img {
    width: 60%;
    max-width: 60%;
    margin: auto;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
}

.about-mission .graph-line .item .img+div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.about-mission .graph-line .item .img+div * {
    width: 100%;
}

.about-mission .deco {
    position: absolute;
}

.about-mission .deco01 {
    top: 15%;
    left: 2%;
}

.about-mission .deco02 {
    top: 30%;
    left: 30%;
}

.about-mission .deco03 {
    bottom: 25%;
    left: 0;
}

.about-mission .deco03::after {
    width: 30vh;
    border-radius: 0 50px 50px 0;
}

.about-mission .right .item>* {
    padding: 40px 20px 40px 90px;
    border-radius: 10px;
    background: #fff361;
    position: relative;
}

.about-mission .right .item .tit {
    font-weight: 500;
    font-size: 26px;
    color: #33a7ea;
}

.about-mission .right .item .txt {
    margin-top: 20px;
    font-size: 14px;
    line-height: 2;
}

.about-mission .right .item .add {
    padding: 20px 10px;
    color: #fff;
    -ms-writing-mode: tb-lr;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    border-radius: 30px;
    background: #31a8ec;
    position: absolute;
    top: -20px;
    left: 20px;
}

.about-consulting .consulting-list .box {
    width: 350px;
    height: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    border: 2px solid;
    border-radius: 50%;
    background: rgb(144 198 211 / 50%);
}

.about-consulting .consulting-list .box.box02 {
    margin-left: -20px;
    background: rgb(204 166 227 / 60%);
}

.about-consulting .consulting-list .box .tit {
    font-size: 26px;
    text-align: center;
}

.about-consulting .consulting-list .box .cate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.about-consulting .consulting-list .box .cate>* {
    min-width: 100px;
    padding: 5px 20px;
    color: #25a3c2;
    text-align: center;
    border-radius: 5px;
    background: #fff;
}

.about-consulting .consulting-list .box.box02 .cate>* {
    color: #b091f5;
}

.about-consulting .group-p {
    position: relative;
}

.about-consulting .group-p .deco {
    position: absolute;
}

.about-consulting .group-p .deco01 {
    top: 30%;
    left: 3%;
}

.about-consulting .group-p .deco01::after {
    width: 8vh;
    height: 8vh;
}

.about-consulting .group-p .deco02 {
    top: 20%;
    right: 3%;
}

.about-consulting .group-p .deco03 {
    bottom: -10%;
    left: 8%;
}

.about-consulting .group-p .deco04 {
    bottom: -45%;
    right: 6%;
}

.about-consulting .group-list .item>* {
    min-height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    border-radius: 10px;
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, #50c2e8), to(#0888d4));
    background: linear-gradient(90deg, #50c2e8 20%, #0888d4 100%);
}

.about-consulting .group-list .item>* .tit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    font-size: 24px;

    row-gap: 10px;
}

.movie-box iframe {
    height: 700px;
}

.about-consulting .figure-data .box-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.about-consulting .figure-data .box-list>*:first-child {
    width: 60%;
}

.about-consulting .figure-data .box-list>*:last-child {
    width: 40%;
}

.about-consulting .figure-data .box-list:nth-of-type(odd)>*:first-child {
    width: 40%;
}

.about-consulting .figure-data .box-list:nth-of-type(odd)>*:last-child {
    width: 60%;
}

.about-consulting .figure-data .box-list .box>* {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 20px;
    border-radius: 15px;
    background: #f1f3f4;
}

.about-consulting .figure-data .box-list .box .tit {
    padding-left: 7%;
    font-weight: 500;
    font-size: 20px;
    color: #33a7ea;
    position: relative;
}

.about-consulting .figure-data .box-list .box .tit::after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background: #33a7ea;
    position: absolute;
    top: 50%;
    left: -95%;
}

.about-consulting .figure-data .box-list .box-other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    row-gap: 20px;
}

.about-consulting .figure-data .box-list .box .content .figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    align-items: baseline;
    -ms-flex-align: baseline;
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 100px;
    color: #33a7ea;
    line-height: 1;
    letter-spacing: 0px;
}

.about-consulting .figure-data .box-list .box .content .figure .add {
    font-size: 40%;
}

/* box02 */
.about-consulting .figure-data .box-list .box02 .circle-graph .item {
    position: absolute;
}

.about-consulting .figure-data .box-list .box02 .circle-graph .item01 {
    top: 0px;
    right: -190px;
}

.about-consulting .figure-data .box-list .box02 .circle-graph .item02 {
    top: 100px;
    right: -150px;
}

.about-consulting .figure-data .box-list .box02 .circle-graph .item03 {
    bottom: -50px;
    right: -70px;
}

.about-consulting .figure-data .box-list .box02 .circle-graph .item04 {
    bottom: -20px;
    left: -100px;
}

.about-consulting .figure-data .box-list .box02 .circle-graph .item05 {
    bottom: 70px;
    left: -110px;
}

.about-consulting .figure-data .box-list .box02 .circle-graph .item06 {
    top: -30px;
    left: -70px;
}

.about-consulting .figure-data .box-list .box02 .circle-graph li>* {
    position: relative;
}

.about-consulting .figure-data .box-list .box02 .circle-graph li>* .add-info .job {
    font-weight: 500;
    font-size: 16px;
}

.about-consulting .figure-data .box-list .box02 .circle-graph li>* .per {
    margin-left: 10px;
    font-family: "Montserrat";
    font-size: 20px;
    color: #7b7f82;
    line-height: 1;
}

.about-consulting .figure-data .box-list .box02 .circle-graph li>* .per:before {
    content: "";
    display: block;
    color: #9da1a3;
    position: absolute;
}

.about-consulting .figure-data .box-list .box02 .circle-graph .item01>* .per {
    color: #0487d3;
}

.about-consulting .figure-data .box-list .box02 .circle-graph .item02>* .per {
    color: #4cbdf3;
}

.about-consulting .figure-data .box-list .box02 .circle-graph .item03>* .per {
    color: #a4daf3;
}

.about-consulting .figure-data .box-list .box02 .circle-graph .item01>* .per:before {
    width: 40px;
    height: 30px;
    border-top: 1px solid;
    border-left: 2px solid;
    -webkit-transform: skewX(-50deg);
    transform: skewX(-50deg);
    top: 15px;
    left: -70px;
}

.about-consulting .figure-data .box-list .box02 .circle-graph .item02>* .per:before {
    width: 60px;
    height: 1px;
    background: #9da1a3;
    top: 15px;
    left: -80px;
}

.about-consulting .figure-data .box-list .box02 .circle-graph .item03>* .per:before {
    width: 20px;
    height: 30px;
    border-top: 1px solid;
    border-left: 2px solid;
    -webkit-transform: skewX(30deg) scale(1, -1);
    transform: skewX(30deg) scale(1, -1);
    top: 20px;
    left: -30px;
}

.about-consulting .figure-data .box-list .box02 .circle-graph .item04>* .per:before {
    width: 30px;
    height: 30px;
    border-top: 1px solid;
    border-left: 2px solid;
    -webkit-transform: skewX(-50deg) scale(-1, -1);
    transform: skewX(-50deg) scale(-1, -1);
    top: 30px;
    right: 10px;
}

.about-consulting .figure-data .box-list .box02 .circle-graph .item05>* .per:before {
    width: 50px;
    height: 1px;
    background: #9da1a3;
    top: 45px;
    right: -60px;
}

.about-consulting .figure-data .box-list .box02 .circle-graph .item06>* .per:before {
    width: 40px;
    height: 20px;
    border-bottom: 1px solid;
    border-left: 2px solid;
    -webkit-transform: skewX(40deg) scale(-1, -1);
    transform: skewX(40deg) scale(-1, -1);
    top: 55px;
    right: -30px;
}

.about-consulting .figure-data .box-list .box02 .circle-graph li>* .per .big {
    font-size: 250%;
}

@media(max-width:1024px) {
    .movie-box iframe {
        height: 450px;
    }

    .about-consulting .figure-data .box-list .box02 .circle-graph li>* .add-info .job {
        font-size: 12px;
    }

    .about-consulting .figure-data .box-list .box02 .circle-graph li>* .per {
        font-size: 16px;
    }

    .about-consulting .figure-data .box-list .box02 .circle-graph li>* .per .big {
        font-size: 200%;
    }

    .about-consulting .figure-data .box-list .box02 .circle-graph .item01 {
        right: -110px;
    }

    .about-consulting .figure-data .box-list .box02 .circle-graph .item01>* .per:before {
        width: 30px;
        height: 15px;
        top: 30px;
        left: -35px;
    }

    .about-consulting .figure-data .box-list .box02 .circle-graph .item02 {
        top: 70px;
        right: -100px;
    }

    .about-consulting .figure-data .box-list .box02 .circle-graph .item02>* .per:before {
        width: 40px;
        top: 25px;
        left: -40px;
    }

    .about-consulting .figure-data .box-list .box02 .circle-graph .item03 {
        bottom: -40px;
        right: -30px;
    }

    .about-consulting .figure-data .box-list .box02 .circle-graph .item03>* .per:before {
        width: 10px;
        height: 30px;
        top: -5px;
        left: -15px;
    }

    .about-consulting .figure-data .box-list .box02 .circle-graph .item04 {
        bottom: 0px;
        left: -90px;
    }

    .about-consulting .figure-data .box-list .box02 .circle-graph .item04>* .per:before {
        width: 30px;
        height: 20px;
        border-top: 1px solid;
        border-left: 2px solid;
        -webkit-transform: skewX(-50deg) scale(-1, -1);
        transform: skewX(-50deg) scale(-1, -1);
        top: 20px;
        right: 0px;
    }

    .about-consulting .figure-data .box-list .box02 .circle-graph .item05 {
        bottom: 70px;
        left: -80px;
    }

    .about-consulting .figure-data .box-list .box02 .circle-graph .item05>* .per:before {
        width: 30px;
        height: 1px;
        background: #9da1a3;
        top: 35px;
        right: -40px;
    }

    .about-consulting .figure-data .box-list .box02 .circle-graph .item06>* .per:before {
        width: 30px;
        height: 15px;
        top: 40px;
        right: -20px;
    }

    .about-consulting .figure-data .box-list .box02 .circle-graph .item06 {
        top: -25px;
        left: -60px;
    }
}

@media(max-width:599px) {
    .movie-box iframe {
        height: 200px;
    }

    .about-consulting .figure-data .box-list .box02 .circle-graph .item05 {
        bottom: 50px;
    }

    .about-consulting .figure-data .box-list .box02 .circle-graph .item02 {
        top: 55px;
    }

    .about-mission .graph-line .item:nth-of-type(1) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .about-mission .graph-line .sp-info-venture {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .about-mission .graph-line .item:nth-of-type(3) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .about-mission .graph-line .item:nth-of-type(4) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
}

/* box03 */
.about-consulting .figure-data .box-list .box03 .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    align-items: baseline;
    -ms-flex-align: baseline;
    margin-bottom: 20px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.about-consulting .figure-data .box-list .box03 .item .icon {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 50%;
    background: #fff;
}

.about-consulting .figure-data .box-list .box03 .item .icon img {
    width: 25px;
}

.about-consulting .figure-data .box-list .box03 .item .txt-box .title {
    margin-bottom: 5px;
    color: #33a7ea;
}

.about-consulting .figure-data .box-list .box03 .item .txt-box .dtl li {
    font-size: 14px;
}

/* box04 */
.about-consulting .figure-data .box-list .box04 {
    height: calc(50% - 10px);
}

.about-consulting .figure-data .box-list .box04 .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 10px;
    background: #fff;
}

.about-consulting .figure-data .box-list .box04 .item .title {
    font-weight: 500;
    font-size: 18px;
    color: #33a7ea;
}

.about-consulting .figure-data .box-list .box04 .content .figure {
    font-size: 30px;
    -webkit-transform: scale(2) translate(-30px, -5px);
    transform: scale(2) translate(-30px, -5px);
}

/* box05 */
.about-consulting .figure-data .box-list .box05 {
    height: calc(50% - 10px);
}

/* box07 */
.about-consulting .figure-data .box-list .box07 .content .item>* {
    height: 100%;
    padding: 10px;
    letter-spacing: 0;
    border-radius: 10px;
    background: #fff;
}

.about-consulting .figure-data .box-list .box07 .content .item .title {
    margin-bottom: 10px;
    font-size: 18px;
    text-align: center;
}

.about-consulting .figure-data .box-list .box07 .content .item .rank.no2 {
    font-size: 14px;
}


.about-consulting .figure-data .box-list .box07 .content .item .rank {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    margin-bottom: 10px;
}

.about-consulting .figure-data .box-list .box07 .content .item .rank .img {
    width: 30%;
    margin-right: 5px;
}

.rank.no2.no3 .img img {
    width: 32px;
}

.about-description .desc-list .item>* {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
}

.about-description .desc-list .item .text-box {
    margin-top: 50px;
    text-align: center;
}

.about-description .desc-list .item .text-box .en {
    font-family: "Montserrat";
    font-size: 12px;
    color: #33a7ea;
}

.about-description .desc-list .item .text-box .ja {
    font-weight: 500;
    font-size: 18px;
}

.about-description .desc-list .item .text-box .txt {
    margin-top: 10px;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0;
}

.about-description .desc-list .item .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 50px;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
}

.about-description .desc-list .item .btn-box .btn>* {
    width: 55px;
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #47a0d3;
    border-radius: 50%;
}

.about-description .desc-list .item .btn-box .tit {
    font-size: 14px;
    color: #33a6e9;
}

.about-description .desc-list .item .btn-box .btn img {
    width: 14px;
    padding-left: 3px;
}

.about-description .figure-box .btn .img {
    width: 15px;
}

.about-description .figure-box img {
    -webkit-filter: url();
    filter: url();
}

@media (max-width:1024px) {
    .about-mv .aboutlist .img-block {
        width: 40%;
        max-width: none;

        gap: 10px;
    }

    .about-mv .aboutlist .img-list {
        gap: 10px;
    }

    .about-mv .aboutlist .text-block {
        margin-left: 3%;
    }

    .about-mv .aboutlist .text-block .tit {
        padding: 5px 20px;
        font-weight: 500;
        font-size: 18px;
    }

    .about-mission .right .item .tit {
        font-size: 22px;
    }

    .about-mission .right .item>* {
        padding: 20px 10px 20px 60px;
    }

    .about-mission .right .item .add {
        padding: 15px 5px;
        font-size: 14px;
        left: 15px;
    }

    .about-mission .right .item .txt {
        margin-top: 5px;
    }

    .about-consulting .figure-data .box-list .box .tit {
        font-size: 16px;
    }

    .about-consulting .consulting-list .ilst {
        width: 30%;
        position: absolute;
        top: 40px;
        right: 40px;
    }

    .about-consulting .consulting-list .box {
        width: 300px;
        height: 300px;
    }

    .about-consulting .consulting-list .box .tit {
        font-size: 20px;
    }

    .about-consulting .consulting-list .box .cate>* {
        min-width: 80px;
        padding: 2px 10px;
        font-size: 14px;
    }

    .about-consulting .group-list .item>* {
        min-height: 160px;
    }

    .about-consulting .group-list .item>* .tit {
        font-size: 20px;
    }

    .about-consulting .figure-data .box-list .box .content .figure {
        font-size: 60px;
    }

    .about-consulting .figure-data .box-list .box03 .item {
        margin-bottom: 10px;
        -webkit-column-gap: 5px;
        -moz-column-gap: 5px;
        column-gap: 5px;
    }

    .about-consulting .figure-data .box-list .box03 .item .icon {
        width: 35px;
        height: 35px;
    }

    .about-consulting .figure-data .box-list .box03 .item .icon img {
        width: 20px;
    }

    .about-consulting .figure-data .box-list .box03 .item .txt-box .title {
        font-size: 14px;
    }

    .about-consulting .figure-data .box-list .box03 .item .txt-box .dtl li {
        font-size: 12px;
    }

    .about-consulting .figure-data .box-list .box04 .content .figure {
        font-size: 24px;
        -webkit-transform: scale(2) translate(-15px, -1px);
        transform: scale(2) translate(-15px, -1px);
    }

    .about-consulting .figure-data .box-list .box04 .item .title {
        font-size: 14px;
    }

    .about-consulting .figure-data .box-list .box07 .content .item>* {
        padding: 5px;
    }

    .about-description .desc-list .item .text-box {
        margin-top: 0px;
    }

    .about-description .desc-list .item .text-box {
        margin-top: 0px;
        text-align: center;
    }

    .about-description .desc-list .item .btn-box {
        margin-top: 30px;
    }
}

@media(max-width:599px) {
    .about-mv .aboutlist .img-block {
        width: 65%;
        margin-top: -90px;
        margin-left: -65%;
    }

    .about-mv .aboutlist .text-block {
        width: 80%;
        padding: 30px 0 30px;
        text-shadow: 1px 1px 3px #fff;
    }

    .about-mv .aboutlist .text-block .catch {
        text-shadow: 2px 2px 1px #fff;
    }

    .about-mv .aboutlist .text-block .tit {
        padding: 5px 10px;
        font-size: 12px;
    }

    .about-consulting .consulting-list .ilst {
        width: 50%;
        top: 200px;
        right: 15px;
        z-index: 2;
    }

    .about-consulting .consulting-list .box.box02 {
        margin-top: -50px;
        margin-left: 0px;
    }

    .about-consulting .figure-data .box-list .box03 .item {
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
    }

    .about-consulting .group-list .item>* {
        min-height: 120px;
    }

    .about-consulting .figure-data .box-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;

        gap: 20px;
    }

    .about-consulting .figure-data .box-list:nth-of-type(odd)>*:first-child {
        width: 100%;
    }

    .about-consulting .figure-data .box-list:nth-of-type(odd)>*:last-child {
        width: 100%;
    }

    .about-consulting .figure-data .box-list>*:first-child {
        width: 100%;
    }

    .about-consulting .figure-data .box-list>*:last-child {
        width: 100%;
    }

    .about-consulting .figure-data .box-list .box07 .content .item>* {
        padding: 20px;
    }

    .about-consulting .figure-data .box-list .box07 .content .item .rank .img {
        width: 20%;
    }
}

/* message */
.massage-mv {
    height: 80vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    -ms-flex-align: end;
    position: relative;
}

.massage-mv .en {
    margin: 0 20px -10px;
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 14vh;
    color: #fff;
    line-height: 1;
    letter-spacing: 0;
    text-align: right;
    -ms-writing-mode: tb-lr;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
    -webkit-transform: translateY(-800px);
    transform: translateY(-800px);
}

.massage-mv .en.mv {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.massage-mv .img-box .img {
    max-width: 600px;
}

[data-element-id] .massage-mv .en {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.massage-item {
    overflow: hidden;
}

.massage-item .item {
    margin-bottom: 80px;
}

.massage-item .item .tit {
    width: 45%;
    font-weight: 600;
    font-size: 32px;
    color: #33a7ea;
}

.massage-item .item .img-box {
    width: 40%;
    position: relative;
    z-index: 2;
}

.massage-item .item .text-box {
    width: 45%;
    margin-top: 30px;
    position: relative;
}

.massage-item.other .item .text-box {
    width: 55%;
}

.massage-item .item .text-box::before,
.massage-item .item .text-box::after {
    content: "";
    width: 70%;
    height: 12vh;
    display: block;
    border-radius: 50px;
    background: #eef9ff;
    position: absolute;
    z-index: -1;
}

.massage-item.other .item .text-box::before,
.massage-item.other .item .text-box::after {
    content: none;
}

.massage-item .item .text-box::before {
    bottom: 40%;
    right: -45%;
}

.massage-item .item .text-box::after {
    bottom: -10%;
    left: -40%;
}

.massage-item .item .text-box>* {
    width: 85%;
    margin-right: auto;
}

.massage-item.other .item .text-box>* {
    width: 100%;
}

.massage-item .item .text-box .sub-tit {
    font-weight: 500;
    font-size: 24px;
}

.massage-item.other .item .text-box .sub-tit {
    font-size: 18px;
}

.massage-item .item .text-box .sub-tit::before {
    content: "";
    width: 12vh;
    height: 12vh;
    display: block;
    border-radius: 50%;
    background: #eef9ff;
    position: absolute;
    top: -10%;
    left: -5%;
    z-index: -1;
}

.massage-item.other .item .text-box .sub-tit::before {
    content: none;
}

.massage-item .item .text-box .text {
    margin-top: 30px;
    line-height: 2;
}

.massage-item.other .item .text-box .text {
    font-size: 14px;
}


@media(max-width:1024px) {
    .massage-item .item .tit {
        width: 55%;
        font-size: 28px;
    }

    .massage-item .item .text-box {
        width: 55%;
        margin-top: 20px;
    }

    .massage-item .item .text-box>* {
        width: 100%;
    }

    .massage-item .item .text-box .sub-tit {
        font-size: 20px;
    }

    .massage-item.other .item .tit {
        width: 25%;
    }

    .massage-item.other .item .text-box .sub-tit {
        font-size: 16px;
        line-height: 2;
        letter-spacing: 1px;
    }

    .margin-right-minus20\%\@tb {
        margin-right: -20%;
    }
}

@media(max-width:599px) {
    .massage-mv .en {
        margin: 0 20px -10px 0;
        font-size: 10vh;
    }

    .massage-mv .txt-box {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        position: absolute;
        top: 40%;
        left: 50%;
    }

    .massage-item .item .tit {
        width: 100%;
        margin-bottom: 20px;
        font-size: 22px;
    }

    .massage-item .item .img-box {
        width: 100%;
    }

    .massage-item .item .text-box {
        width: 100%;
        margin-top: 20px;
    }

    .massage-item .item .text-box .sub-tit {
        font-size: 20px;
    }

    .massage-item .item .text-box .text {
        margin-top: 10px;
    }

    .massage-item.other .item .text-box {
        width: 100%;
    }

    .massage-item.other .item .tit {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .massage-item.other .item .tit img {
        height: 30px;
        margin: 0 auto;
    }

    .margin-right-0\@sp {
        margin-right: 0;
    }
}

/* workspace */
.space-mv {
    overflow: hidden;
    margin-left: calc(50% - 600px);
    position: relative;
}

.space-mv .title {
    font-size: 32px;
}

.space-mv .bgi {
    height: 50vh;
    margin-top: 30px;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.space-mv .bgi.mv {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

[data-element-id] .space-mv .bgi {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.space-mv .text-box {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 5%;
}

.space-mv .text-box .en {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 24px;
    position: relative;
}

.space-mv .text-box .en::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: -10px;
    left: -70%;
}

.space-mv .text-box .txt {
    margin-top: 30px;
    line-height: 2;
}

.space-event .deco {
    position: absolute;
}

.space-event .deco01 {
    top: 45%;
    left: -5%;
}

.space-event .deco02 {
    top: 13%;
    left: 42%;
}

.space-event .deco03 {
    top: 25%;
    right: -5%;
}

.space-event .deco01::after,
.space-event .deco03::after {
    width: 22vh;
    height: 22vh;
}

.space-event .deco04 {
    bottom: 10%;
    right: 5%;
}

.space-holiday {
    background: -webkit-gradient(linear, left top, right top, from(#eef8fe), to(#80ccf8));
    background: linear-gradient(90deg, #eef8fe, #80ccf8);
}

.space-holiday .holiday-list .right .item>* {
    overflow: hidden;
    padding: 20px 30px;
    border-radius: 10px;
    background: #fff;
}

.space-holiday .holiday-list .right .item>* .tit {
    padding-left: 7%;
    font-weight: 500;
    font-size: 20px;
    color: #33a7ea;
    position: relative;
}

.space-holiday .holiday-list .right .item>* .tit::after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background: #33a7ea;
    position: absolute;
    top: 50%;
    left: -95%;
}

.space-holiday .holiday-list .right .item .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.space-holiday .holiday-list .right .item .content .text-box {
    width: 55%;
}

.space-holiday .holiday-list .right .item .content .text-box .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.space-holiday .holiday-list .right .item .content .text-box .box .sub-tit {
    min-width: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px 10px;
    font-size: 14px;
    color: #fff;
    border-radius: 30px;
    background: #33a7ea;
}

.space-holiday .holiday-list .right .item .content .text-box .box .time {
    font-weight: 500;
    font-size: 42px;
    color: #33a7ea;
    letter-spacing: -1px;
}

.space-holiday .holiday-list .right .item .content .text-box .box .time .min {
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 500;
    font-size: 40%;
}

.space-fashion .deco {
    position: absolute;
}

.space-fashion .deco01 {
    top: 30%;
    left: -10%;
}

.space-fashion .deco02 {
    top: 0;
    left: 40%;
}

.space-fashion .deco03 {
    bottom: 20%;
    right: -10%;
}

.space-fashion .deco04 {
    bottom: -13%;
    left: 20%;
}

.space-fashion .fashion-list .left .box .tit {
    width: 150px;
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: 600;
    font-size: 20px;
    color: #33a7ea;
    border: 8px solid #99d3f4;
    border-radius: 50%;
}

.space-fashion .fashion-list .left .box .item>* {
    height: 100%;
    padding: 40px 20px;
    font-size: 14px;
    line-height: 2;
    text-align: center;
    border-radius: 10px;
    background: #f1f3f4;
    position: relative;
}

.space-fashion .fashion-list .left .box .item .add {
    width: 55px;
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 22px;
    color: #fff;
    border-radius: 50%;
    background: #33a7ea;
    position: absolute;
    top: -15px;
    left: -15px;
}

.space-fashion .fashion-list .left .box .item .add::before {
    content: "";
    width: 13px;
    height: 12px;
    background: -webkit-gradient(linear, left bottom, right top, color-stop(50.1%, transparent), color-stop(50%, #33a7ea)) no-repeat top left / 50.1% 100%, -webkit-gradient(linear, right bottom, left top, color-stop(50%, transparent), color-stop(50%, #33a7ea)) no-repeat bottom right/50% 100%;
    background: linear-gradient(to top right, transparent 50.1%, #33a7ea 50%) no-repeat top left / 50.1% 100%, linear-gradient(to top left, transparent 50%, #33a7ea 50%) no-repeat bottom right/50% 100%;
    -webkit-transform: rotate(-35deg) translate(-50%, 0px);
    transform: rotate(-35deg) translate(-50%, 0px);
    position: absolute;
    bottom: 0px;
    left: 80%;
}

.space-fashion .fashion-list .left .box .items .circle {
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 10px auto 0;
    color: #fff;
    border-radius: 50%;
    background: #33a7ea;
}

@media(max-width:1024px) {
    .space-mv {
        margin-left: 5%;
    }

    .space-mv .title {
        font-size: 28px;
    }

    .space-holiday .holiday-list .right .item>* {
        padding: 20px 20px;
    }

    .space-holiday .holiday-list .right .item .content .text-box {
        width: 45%;
    }

    .space-holiday .holiday-list .right .item.item02 .content .text-box {
        width: 65%;
    }

    .space-holiday .holiday-list .right .item .content .text-box .box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .space-fashion .fashion-list .left .box .tit {
        width: 120px;
        height: 120px;
        font-size: 18px;
        border: 6px solid #99d3f4;
    }

    .space-fashion .fashion-list .left .box .item>* {
        padding: 40px 10px 20px;
    }
}

@media(max-width:599px) {
    .space-mv .text-box {
        top: 40%;
    }

    .space-mv .text-box .txt {
        font-size: 14px;
    }

    .space-fashion .fashion-list .left .box .tit {
        width: 100px;
        height: 100px;
        border: 4px solid #99d3f4;
    }

    .space-fashion .fashion-list .left .box .item .add {
        width: 50px;
        height: 50px;
        font-size: 18px;
        top: -15px;
        left: -3px;
    }
}

/* benefit */
.benefit-award .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-bottom: 80px;
}

.benefit-award .box:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.benefit-award .box .img-box {
    width: 35%;
    position: relative;
    z-index: 1;
}

.benefit-award .box .img-box .add {
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 60px;
    color: rgb(255 255 255 / 60%);
    -ms-writing-mode: tb-lr;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    position: absolute;
    top: -30px;
    right: -45px;
}

[data-element-id] .benefit-award .box .img-box .add {
    -ms-writing-mode: inherit;
    -webkit-writing-mode: inherit;
    writing-mode: inherit;
    top: -80px;
    right: -5px;
}

[data-element-id] .benefit-award .box .img-box .add>* {
    display: block;
}

.benefit-award .box:nth-of-type(odd) .img-box .add {
    left: -45px;
    right: auto;
}

[data-element-id] .benefit-award .box:nth-of-type(odd) .img-box .add {
    left: -5px;
}

.benefit-award .box .text-box {
    width: 50%;
    margin-right: 50px;
    padding-top: 30px;
}

.benefit-award .box:nth-of-type(odd) .text-box {
    margin-left: 50px;
}

.benefit-award .box .text-box .title {
    margin-bottom: 20px;
    font-size: 24px;
    position: relative;
}

.benefit-award .box .text-box .title::before {
    content: "";
    width: 130%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 30%;
    z-index: 0;
}

.benefit-award .box:nth-of-type(odd) .text-box .title::before {
    width: 70%;
    left: auto;
    right: 103%;
}

.benefit-award .box .text-box .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.benefit-award .box .text-box .content .icon {
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px;
    border-radius: 50%;
    background: #fff;
}

.benefit-award .box .text-box .content .icon img {
    width: 30px;
}

.benefit-award .box .text-box .content .sub-content .tit {
    font-size: 18px;
}

.benefit-award .box .text-box .content .sub-content .txt {
    margin-top: 5px;
    font-size: 14px;
}

.benefit-add .deco {
    position: absolute;
}

.benefit-add .deco01 {
    top: -20%;
    right: 5%;
}

.benefit-add .deco01::after {
    width: 22vh;
    height: 22vh;
}

.benefit-add .deco02 {
    bottom: 10%;
    left: 5%;
}

.benefit-add .deco02::after {
    width: 18vh;
    height: 18vh;
}

.benefit-add .item {
    margin-bottom: 50px;
}

.benefit-add .item .tit {
    width: 48%;
    margin-bottom: 20px;
    font-size: 24px;
    color: #33a7ea;
}

.benefit-add .item .img-box {
    width: 48%;
}

.benefit-add .item .text-box {
    width: 48%;
}

.benefit-add .item .text-box .text {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0;
}

.benefit-others .deco {
    position: absolute;
}

.benefit-others .deco01 {
    top: -15%;
    right: -10%;
}

.benefit-others .deco01::after {
    width: 35vh;
    height: 35vh;
}

.benefit-others .deco02 {
    bottom: 5%;
    left: -8%;
}

.benefit-others .deco02::after {
    width: 25vh;
    height: 25vh;
}

.benefit-others .item {
    padding-top: 50px;
}

.benefit-others .item>* {
    height: 100%;
    padding: 20px;
    border-radius: 10px;
    background: #eef9ff;
}

.benefit-others .item>* .tit {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
}

.benefit-others .item>* .txt {
    font-size: 14px;
    line-height: 2;
}

.benefit-others .item .icon {
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -70px auto 20px;
    border-radius: 50%;
    background: #3daaeb;
    position: relative;
}

.benefit-others .item .icon::before {
    content: "";
    width: 13px;
    height: 12px;
    background: -webkit-gradient(linear, left bottom, right top, color-stop(50.1%, transparent), color-stop(50%, #33a7ea)) no-repeat top left / 50.1% 100%, -webkit-gradient(linear, right bottom, left top, color-stop(50%, transparent), color-stop(50%, #33a7ea)) no-repeat bottom right/50% 100%;
    background: linear-gradient(to top right, transparent 50.1%, #33a7ea 50%) no-repeat top left / 50.1% 100%, linear-gradient(to top left, transparent 50%, #33a7ea 50%) no-repeat bottom right/50% 100%;
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    position: absolute;
    bottom: -10px;
    left: 50%;
}

.benefit-others .item .icon img {
    width: 50px;
}

@media(max-width:1024px) {
    .benefit-award {
        overflow: hidden;
    }

    .benefit-award .box {
        margin-bottom: 50px;
    }

    .benefit-award .box .text-box .title {
        font-size: 22px;
    }

    .benefit-award .box .text-box .title::before {
        width: 110%;
        left: 45%;
    }

    .benefit-award .box .text-box .content .icon {
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }

    .benefit-award .box .text-box .content .icon img {
        width: 25px;
    }


    .benefit-award .box .text-box .content .sub-content .tit {
        font-size: 16px;
    }

    .benefit-award .box .img-box .add {
        font-size: 40px;
        top: -20px;
        right: -20px;
    }

    .benefit-award .box:nth-of-type(odd) .img-box .add {
        left: -20px;
    }

    .benefit-others .item>* {
        padding: 10px;
    }

    .benefit-others .item>* .tit {
        font-size: 16px;
    }

    .benefit-others .item .icon {
        width: 80px;
        height: 80px;
    }

    .benefit-others .item .icon img {
        width: 35px;
    }
}


@media(max-width:599px) {
    .benefit-award .box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .benefit-award .box .img-box {
        width: 100%;
    }

    .benefit-award .box .text-box {
        width: 100%;
    }

    .benefit-award .box .text-box .title::before {
        left: 55%;
    }

    .benefit-award .box:nth-of-type(odd) .text-box .title::before {
        right: 105%;
    }

    .benefit-add .item .tit {
        width: 100%;
        font-size: 22px;
    }

    .benefit-add .item .img-box {
        width: 100%;
    }

    .benefit-add .item .text-box {
        width: 100%;
        margin-top: 10px;
    }
}

/* affairs */
.evaluation {
    overflow: hidden;
}

.evaluation .deco {
    position: absolute;
}

.evaluation .deco01 {
    top: 0%;
    left: 20%;
}

.evaluation .deco01::after {
    width: 14vh;
    height: 14vh;
}

.evaluation .deco02 {
    top: 8%;
    left: -5%;
}

.evaluation .deco02::after,
.evaluation .deco03::after,
.evaluation .deco04::after,
.evaluation .deco05::after,
.evaluation .deco06::after {
    width: 20vh;
    height: 20vh;
}

.evaluation .deco03 {
    top: 22%;
    right: 15%;
}

.evaluation .deco04 {
    top: 38%;
    left: 27%;
}

.evaluation .deco05 {
    top: 52%;
    left: 12%;
}

.evaluation .deco06 {
    bottom: 25%;
    right: 15%;
}

.evaluation .add-deco::after {
    content: "";
    width: 20vh;
    height: 20vh;
    display: block;
    border-radius: 50%;
    background: #eef9ff;
    position: absolute;
    top: 18vh;
    left: -3vh;
}

.evaluation .ttl-type-04 {
    position: relative;
    z-index: 2;
}

.evaluation .job-box {
    width: 80%;
    margin-top: 80px;
}

.evaluation .job-box .job-tit {
    width: 100%;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 20px;
    position: relative;
}

.evaluation .job-box .job-tit.cdr::before {
    content: "";
    width: 20vh;
    height: 20vh;
    display: block;
    border-radius: 50%;
    background: #eef9ff;
    position: absolute;
    top: -5vh;
    left: -8vh;
}

.evaluation .job-box .en {
    margin-right: -20px;
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 60px;
    color: #d1e7f9;
    line-height: 1;
    -ms-writing-mode: tb-lr;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    z-index: 2;
}

[data-element-id] .evaluation .job-box .en {
    -ms-writing-mode: inherit;
    -webkit-writing-mode: inherit;
    writing-mode: inherit;
}

.evaluation .job-box .text-box {
    width: 92%;
    margin-top: 10px;
}

.evaluation .job-box .text-box .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 3;
}

.evaluation .job-box .text-box .item:not(:first-child) {
    margin-top: 30px;
}

.evaluation .job-box .text-box .item .sub-box {
    margin-top: 25px;
    margin-left: 20px;
}

.evaluation .job-box .text-box .tit {
    font-weight: 500;
}

.evaluation .job-box .text-box .txt {
    margin-top: 10px;
    font-size: 14px;
    position: relative;
    z-index: 3;
}

.evaluation .job-box .text-box .icon {
    width: 65px;
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 1px solid #33a7ea;
    border-radius: 50%;
    background: #fff;
}

.evaluation .job-box .ilst {
    width: 16%;
    -ms-flex-item-align: end;
    align-self: flex-end;
    position: relative;
}

.evaluation .job-box .ilst.dire::after {
    content: "";
    width: 22vh;
    height: 22vh;
    display: block;
    border-radius: 50%;
    background: #eef9ff;
    position: absolute;
    top: -16vh;
    right: -12vh;
}

.evaluation .job-box .ilst.cdr::after {
    content: "";
    width: 22vh;
    height: 22vh;
    display: block;
    border-radius: 50%;
    background: #eef9ff;
    position: absolute;
    bottom: -10vh;
    left: -15vh;
}

.evaluation .job-box .ilst.spt::after {
    content: "";
    width: 22vh;
    height: 22vh;
    display: block;
    border-radius: 50%;
    background: #eef9ff;
    position: absolute;
    top: -8vh;
    right: -14vh;
}

.evaluation .job-box .ilst img {
    width: 100%;
    position: relative;
    z-index: 3;
}

.evaluation .job-box .text-box.other {
    margin-top: 0;
}

.evaluation .job-box .text-box.other .icon-list .icon-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.evaluation .job-box .text-box.other .icon {
    width: 85px;
    height: 85px;
    margin-bottom: 10px;
}

.evaluation .job-box .text-box.other .add {
    font-size: 14px;
    color: #363636;
    text-align: center;
}

.evaluation .flow .flow-list .box .item>* {
    font-size: 14px;
    letter-spacing: 0;
    text-align: center;
}

.evaluation .flow .flow-list .box .item>* .tit span {
    font-size: 13px;
    letter-spacing: -1px;
}

.evaluation .flow .term .img-box {
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 10px;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #bae7ff), color-stop(50%, #bef2c0));
    background: linear-gradient(90deg, #bae7ff 50%, #bef2c0 50%);
    position: relative;
}

.evaluation .flow .term .img-box .left,
.evaluation .flow .term .img-box .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    font-size: 18px;
    color: #363636;
}

.evaluation .flow .term .img-box .center {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 100px;
    padding: 10px 20px;
    color: #fff;
    text-align: center;
    -ms-writing-mode: tb-lr;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    border-radius: 10px;
    background: #f1b71b;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.commission .commission-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 120px;
    padding: 50px;
    border-radius: 30px;
    background: #eef9ff;
}

.commission .commission-list .img-box {
    width: 15%;
    -webkit-transform: translate(0px, -20%);
    transform: translate(0px, -20%);
}

.commission .commission-list .img-box .img img {
    width: 100%;
}

.commission .commission-list .img-box .tit {
    margin-top: 20px;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
}

.commission .commission-list .text-box {
    width: 85%;
}

.commission .commission-list .text-box .itemlist .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    border-right: 1px solid #c1c1c1;
}

.commission .commission-list .text-box .itemlist .item:last-child {
    border-right: none;
}

.commission .commission-list .text-box .itemlist .item .icon {
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background: #33a7ea;
    position: relative;
}

.commission .commission-list .text-box .itemlist .item .icon::before {
    content: "";
    width: 15px;
    height: 12px;
    background: -webkit-gradient(linear, left bottom, right top, color-stop(50.1%, transparent), color-stop(50%, #33a7ea)) no-repeat top left / 50.1% 100%, -webkit-gradient(linear, right bottom, left top, color-stop(50%, transparent), color-stop(50%, #33a7ea)) no-repeat bottom right/50% 100%;
    background: linear-gradient(to top right, transparent 50.1%, #33a7ea 50%) no-repeat top left / 50.1% 100%, linear-gradient(to top left, transparent 50%, #33a7ea 50%) no-repeat bottom right/50% 100%;
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    position: absolute;
    bottom: -10px;
    left: 50%;
}

.commission .commission-list .text-box .itemlist .item .icon img {
    width: 32px;
}

.commission .commission-list .text-box .itemlist .item .tit {
    margin-top: 20px;
    font-weight: 500;
}

.commission .commission-list .text-box .itemlist .item .txt {
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
}

.commission .commission-list .text-box .figure .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 20px 50px;
    border-radius: 50px;
    background: #fff;
}

.commission .commission-list .text-box .figure .item .tit {
    font-weight: 500;
}

.commission .commission-list .text-box .figure .item .fee {
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    align-items: baseline;
    -ms-flex-align: baseline;
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 18px;
    color: #33a7ea;
}

.commission .commission-list .text-box .figure .item .fee .big {
    font-size: 220%;
}

.education .col3-box {
    margin-left: -5%;
}

.education .item {
    padding-top: 40px;
}

.education .item>* {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 20px 20px 40px;
    border-radius: 10px;
    background: #eef9ff;
}

.education .item .ilst {
    height: 150px;
    margin-top: -60px;
}

.education .item .ilst img {
    height: 100%;
}

.education .item .tit {
    margin-top: 20px;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
}

.education .item .txt {
    margin-top: 20px;
    font-size: 14px;
}

.education .item .btn {
    margin-top: 30px;
}

.education .item .btn>* {
    min-width: 240px;
    min-height: 50px;
    font-size: 14px;
}

@media(max-width:1024px) {
    .evaluation .add-deco::after {
        width: 18vh;
        height: 18vh;
        top: 20vh;
        left: -3vh;
    }

    .education .col3-box {
        margin-left: 0;
    }

    .evaluation .job-box {
        width: 100%;
    }

    .evaluation .job-box .ilst {
        width: 30%;
    }

    .evaluation .job-box .ilst.spt img {
        width: 78%;
    }

    .commission .commission-list .text-box {
        width: 100%;
        margin-top: 30px;
    }

    .commission .commission-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px;
    }

    .commission .commission-list .img-box {
        width: 25%;
        margin-top: -20%;
        -webkit-transform: none;
        transform: none;
    }

    .commission .commission-list .text-box .itemlist .item .txt {
        font-size: 13px;
        letter-spacing: 0.5px;
    }

    .commission .commission-list .text-box .figure .item {
        padding: 15px 30px;
    }

    .commission .commission-list .text-box .figure .item .fee {
        width: 60%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 16px;
    }

    .education .item .txt {
        margin-top: 10px;
    }
}

@media(max-width:599px) {
    .evaluation .job-box .job-tit {
        margin-bottom: 0;
    }

    .evaluation .job-box .en {
        width: 100%;
        margin-bottom: -30px;
        margin-right: 0;
        font-size: 54px;
        -ms-writing-mode: inherit;
        -webkit-writing-mode: inherit;
        writing-mode: inherit;
    }

    .evaluation .job-box .text-box {
        width: 100%;
    }

    .evaluation .job-box .text-box .icon {
        width: 45px;
        height: 45px;
    }

    .evaluation .job-box .text-box.other .icon {
        width: 75px;
        height: 75px;
    }

    .evaluation .job-box .text-box .icon img {
        width: 20px;
    }

    .evaluation .job-box .text-box.other .icon img {
        width: 30px;
    }

    .evaluation .job-box .text-box .item .sub-box {
        margin-top: 5px;
        margin-left: 10px;
    }

    .evaluation .job-box .ilst {
        width: 40%;
        margin-left: auto;
    }

    .evaluation .job-box.rev .ilst img {
        -webkit-transform: scale(-1, 1);
        transform: scale(-1, 1);
    }

    .evaluation .flow .term .img-box .left,
    .evaluation .flow .term .img-box .right {
        font-size: 14px;
    }

    .evaluation .flow .term .img-box .center {
        padding: 10px 10px;
    }

    .commission .commission-list {
        padding: 20px;
        border-radius: 10px;
    }

    .commission .commission-list .img-box {
        width: 40%;
    }

    .commission .commission-list .img-box .tit {
        font-size: 18px;
    }

    .commission .commission-list .text-box .itemlist .item {
        margin-bottom: 30px;
        border-bottom: 1px solid #c1c1c1;
        border-right: none;
    }

    .commission .commission-list .text-box .figure .item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 15px 15px;
        border-radius: 10px;
    }

    .commission .commission-list .text-box .figure .item .fee {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

/* director */
.mv-over {
    overflow: hidden;
}

.job-mv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: calc(50% - 600px);
    padding: 50px 100px;
    border-radius: 30px 0 0 30px;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.job-mv.mv {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

[data-element-id] .job-mv {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.job-mv .title {
    font-weight: 600;
    font-size: 32px;
    color: #fff;
}

.job-content .item:nth-of-type(odd) {
    margin-right: 100px;
}

.job-content .item:nth-of-type(even) {
    margin-left: 100px;
}


.job-content .item>* {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 10px 60px;
    border-radius: 50px;
    background: #eef9ff;
}

.job-content .item .icon>* {
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #33a7ea;
    border-radius: 50%;
    background: #fff;
}

.job-content .item .icon>* img {
    width: 30px;
}

.job-content .item .text-box {
    margin-left: 30px;
}

.job-content .item .text-box .tit {
    font-weight: 500;
}

.job-content .item .text-box .txt {
    margin-top: 5px;
    font-size: 14px;
}

.job-skill .item>* {
    height: 100%;
    padding: 20px;
    border: 10px solid #99d3f4;
    border-radius: 30px;
}

.job-skill.other .item>* {
    min-height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 2px;
    border: 8px solid #99d3f4;
    background: #fff;
}

.job-skill .item.min>* {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    border-radius: 50px;
}

[data-element-id] .job-skill .item.min>* {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.job-skill .item .icon {
    width: 30%;
    margin: 0 auto;
}

.job-skill .item .tit {
    margin-top: 10px;
    font-weight: 600;
    font-size: 18px;
    color: #33a7ea;
    text-align: center;
}

.job-skill.other .item .tit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    font-size: 20px;
    color: #000;
}

.job-skill.other .item .tit span.add {
    letter-spacing: 0;
}

.job-skill .item .txt {
    margin-top: 10px;
    font-size: 14px;
    letter-spacing: 0;
}

.job-skill.other .deco {
    position: absolute;
}

.job-skill.other .deco01 {
    top: 5%;
    left: -3%;
}

.job-skill.other .deco01::after,
.job-skill.other .deco04::after,
.job-skill.other .deco05::after {
    width: 22vh;
    height: 22vh;
}

.job-skill.other .deco02 {
    top: -25%;
    left: 17%;
}

.job-skill.other .deco03 {
    top: -56%;
    right: -5%;
}

.job-skill.other .deco03::after {
    width: 32vh;
    height: 32vh;
}

.job-skill.other .deco04 {
    bottom: 40%;
    right: 15%;
}

.job-skill.other .deco05 {
    bottom: -7%;
    left: 40%;
}

.ttl-type-04.out-pos {
    margin-bottom: -130px;
    position: relative;
    z-index: 4;
}

.project-flow {
    overflow: hidden;
}

.project-flow::before {
    content: "";
    width: 30vh;
    height: 30vh;
    display: block;
    border-radius: 50%;
    background: #f9feff;
    position: absolute;
    top: -6vh;
    left: -12vh;
}

.project-flow::after {
    content: "";
    width: 30vh;
    height: 30vh;
    display: block;
    border-radius: 50%;
    background: #f9feff;
    position: absolute;
    bottom: -6vh;
    left: 18%;
}

.project-flow .inner::before {
    content: "";
    width: 40vh;
    height: 40vh;
    display: block;
    border-radius: 50%;
    background: #f9feff;
    position: absolute;
    top: -16vh;
    right: -12vh;
}

.project-flow .title {
    position: absolute;
    top: -30px;
    left: 0;
}

.project-flow .project-list {
    position: relative;
    z-index: 3;
}

.project-flow .project-list .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.project-flow .project-list .item {
    padding: 30px;
    position: relative;
    z-index: 3;
}

.project-flow .project-list .item .num {
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 80px;
    color: #2bacf5;
    position: absolute;
    top: -20px;
    left: 40px;
}

.project-flow .project-list .item>* {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    border-radius: 20px;
    background: #fff;
}

.project-flow .project-list .item .text-box {
    width: 50%;
    padding: 100px 50px 50px;
}

.project-flow .project-list .item .text-box .tit {
    font-weight: 500;
    font-size: 18px;
}

.project-flow .project-list .item .text-box .txt {
    margin-top: 30px;
    font-size: 14px;
    line-height: 2;
}

.project-flow .project-list .item .img-box {
    width: 50%;
    height: auto;
}

.project-flow .project-list .btn-slick.btn-back,
.project-flow .project-list .btn-slick.btn-next {
    width: 120px;
    height: 120px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0px 2px 3px #bcbcbc;
    box-shadow: 0px 2px 3px #bcbcbc;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    z-index: 3;
}

.project-flow .project-list .btn-slick.btn-back {
    left: -4vw;
}

.project-flow .project-list .btn-slick.btn-next {
    right: -4vw;
}

.project-flow .project-list .fa-chevron-left:before,
.project-flow .project-list .fa-chevron-right:before {
    content: "";
    width: 20px;
    display: block;
    background-image: url(/import/tenant_3/recruit.unison-planet.com/recruit_renewal/creative/images/common/direction/blue.webp);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);

    aspect-ratio: 8/14;
}

.project-flow .project-list .fa-chevron-left:before {
    -webkit-transform: translateX(-5px) rotate(180deg);
    transform: translateX(-5px) rotate(180deg);
}

.inexperienced .ilst-parts {
    width: 20%;
    min-width: 180px;
    position: absolute;
    top: -3%;
    right: 5%;
}

.inexperienced .inexperienced-list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.inexperienced.support .inexperienced-list .item:nth-of-type(4) {
    height: 200px;
}

.inexperienced .inexperienced-list .item .num-block {
    position: relative;
}

.inexperienced .inexperienced-list .item .num-block::after {
    content: "";
    width: 2px;
    height: 0%;
    display: block;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #4cbde7), color-stop(80%, #0b8ad4));
    background: linear-gradient(0deg, #4cbde7 10%, #0b8ad4 80%);
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 0;
}

.inexperienced .inexperienced-list .item .num-block.mv::after {
    height: 100%;
}

.inexperienced .inexperienced-list .item:last-child .num-block::after {
    content: none;
}

.inexperienced .inexperienced-list .item .num-block>* {
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    border-radius: 50%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #4cbde7), color-stop(80%, #0b8ad4));
    background: linear-gradient(0deg, #4cbde7 10%, #0b8ad4 80%);
    position: relative;
    z-index: 1;
}

.inexperienced .inexperienced-list .item .text-block {
    padding: 30px 0 0 30px;
}

.inexperienced .inexperienced-list .item .text-block .info-box .tit {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 18px;
}

.inexperienced .inexperienced-list .item .text-block .info-box .when {
    min-width: 140px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px;
    padding: 5px 20px;
    color: #33a7ea;
    text-align: center;
    border: 1px solid;
    border-radius: 30px;
}

.inexperienced .inexperienced-list .item .text-block .info-box .dtl {
    width: 85%;
    font-size: 14px;
    line-height: 2;
}

.inexperienced .inexperienced-list .item .text-block .content-box {
    width: 85%;
    margin: 50px 0 0 50px;
    padding: 20px;
    border: 6px solid #addcf7;
    border-radius: 20px;
    position: relative;
}

.inexperienced.support .inexperienced-list .item .text-block .content-box {
    width: 70%;
    min-width: 600px;
    max-width: 100%;
}

.inexperienced .inexperienced-list .item .text-block .content-box .tit {
    padding: 10px;
    font-weight: 500;
    color: #33a7ea;
    background: #fff;
    position: absolute;
    top: -25px;
    left: 30px;
}

.inexperienced .inexperienced-list .item .text-block .content-box ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px;
    font-size: 14px;
    line-height: 2;
}

.inexperienced .inexperienced-list .item .text-block .content-box ul li::before {
    content: "・";
}

.inexperienced .inexperienced-list .item .text-block .content-box ul li.none::before {
    content: none;
}

.inexperienced .inexperienced-list .item .text-block .skill-box {
    width: 85%;
    margin: 50px 0 0 50px;
    padding: 30px 20px 20px;
    border-radius: 20px;
    background: #eef9ff;
    position: relative;
}

.inexperienced.support .inexperienced-list .item .text-block .skill-box {
    width: 70%;
    min-width: 600px;
    max-width: 100%;
}

.inexperienced .inexperienced-list .item .text-block .skill-box .tit {
    padding: 5px 20px;
    font-weight: 500;
    color: #fff;
    border-radius: 30px;
    background: #33a7ea;
    position: absolute;
    top: -20px;
    left: 30px;
}

.inexperienced .inexperienced-list .item .text-block .skill-box ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 2;
}

.inexperienced .inexperienced-list .item .text-block .skill-box ul li::before {
    content: "・";
}

.inexperienced .inexperienced-list .item .text-block .skill-box ul li.none::before {
    content: none;
}

.kindof-person {
    margin-right: calc(50% - 600px);
    padding: 50px 0 50px 0;
    border-radius: 0 20px 20px 0;
    background: #fff474;
}

.kindof-person .kind-list ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
}

.kindof-person .kind-list ul li::before {
    content: "・";
}

.kindof-person .balloon {
    min-width: 120px;
    max-width: 100%;
    display: inline-block;
    margin: 0.5em 0;
    padding: 10px 0 10px 5em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 32px;
    border-bottom: solid 2px #363636;
    position: relative;
}

.kindof-person .balloon:before {
    content: "";
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #fff474;
    position: absolute;
    bottom: -24px;
    right: 10%;
    z-index: 2;
}

.kindof-person .balloon:after {
    content: "";
    margin-left: -17px;
    border: 15px solid transparent;
    border-top: 15px solid #363636;
    position: absolute;
    bottom: -30px;
    right: 9.4%;
    z-index: 1;
}

.symposium .container {
    width: 100%;
    height: 80%;
    display: -ms-grid;
    display: grid;

    -ms-grid-columns: 1.1fr 15px 2.5fr 15px 0.1fr;
    grid-template-columns: 1.1fr 2.5fr 0.1fr;
    -ms-grid-rows: 1.2fr 15px 0.8fr;
    grid-template-rows: 1.2fr 0.8fr;
    gap: 15px 15px;
        grid-template-areas: "item02 item01 item01"
        "item03 item01 item01";
}

.symposium .item01 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
    grid-area: item01;
}

.symposium .item02 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: item02;
}

.symposium .item03 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: item03;
}

.job-requirements {
    background: #fd8761;
}

.job-requirements .tit {
    font-weight: 500;
    font-size: 32px;
    color: #fff;
}

.job-requirements .btn-box>* {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 30px 20px 50px;
    color: #fff;
    border: 1px solid;
    border-radius: 20px;
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    column-gap: 80px;
}

.job-requirements .btn-box>*:hover {
    color: #fd8761;
    background: #fff;
    opacity: 1;
}

.job-requirements .btn-box>* .en {
    margin-left: 30px;
}

.job-requirements .btn-box>* .ja {
    font-size: 18px;
}

.job-message {
    overflow: hidden;
}

.job-message .text-box {
    margin-top: -30px;
    font-size: 14px;
    line-height: 2;
}

.job-message .text-box .name {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 50px;
    margin-left: auto;
}

.job-message .deco {
    position: absolute;
}

.job-message .deco01 {
    top: 0;
    right: -8%;
}

.job-message .deco02 {
    top: 20%;
    right: 50%;
}

.job-message .deco02::after,
.job-message .deco03::after {
    width: 30vh;
    height: 8vh;
}

.job-message .deco03 {
    bottom: 0%;
    right: 15%;
}

.job-message .deco04 {
    bottom: -10%;
    left: -10%;
}

.environment .environment-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 100px;
    border-radius: 30px;
    background: #fff474;
}

.environment .environment-list .tit {
    margin-top: 50px;
    font-weight: 600;
    font-size: 32px;
}

.environment .environment-list .ilst {
    margin-top: 50px;
}

.environment .environment-list .item {
    margin-bottom: 20px;
}

.environment .environment-list .item:last-child {
    margin-bottom: 0px;
}

.environment .environment-list .item>* {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 10px 40px;
    border: 1px solid #33a7ea;
    border-radius: 50px;
    background: #fff;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    position: relative;
}

.environment .environment-list .item>*:hover {
    color: #fff;
    background: #33a7ea;
    opacity: 1;
}

.environment .environment-list .item>*::after {
    content: "";
    width: 15px;
    background-image: url(/import/tenant_3/recruit.unison-planet.com/recruit_renewal/creative/images/common/direction/blue.webp);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-animation-name: return02;
    animation-name: return02;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: absolute;
    top: 50%;
    right: 15px;

    aspect-ratio: 8/14;
}

.environment .environment-list .item>*:hover::after {
    -webkit-filter: brightness(10);
    filter: brightness(10);
}

.environment .environment-list .item .ttl {
    font-weight: 500;
    font-size: 20px;
    color: #33a7ea;
}

.environment .environment-list .item>*:hover .ttl {
    color: #fff;
}

@media(max-width:1024px) {
    .ttl-type-04.out-pos {
        margin-bottom: -110px;
    }

    .job-mv {
        margin-left: calc(50% - 300px);
        padding: 50px 30px;
    }

    .job-mv .title {
        font-size: 26px;
    }

    .job-content .item:nth-of-type(even) {
        margin-left: 50px;
    }


    .job-content .item:nth-of-type(odd) {
        margin-right: 50px;
    }

    .job-content .item>* {
        padding: 10px 20px;
        border-radius: 20px;
    }

    .project-flow .project-list .item {
        padding: 20px 10px;
    }

    .project-flow .project-list .item .num {
        font-size: 60px;
        left: 20px;
    }

    .project-flow .project-list .fa-chevron-left:before,
    .project-flow .project-list .fa-chevron-right:before {
        width: 14px;
    }

    .job-content .item .text-box {
        margin-left: 20px;
    }

    .job-skill .item>* {
        padding: 15px;
        border: 6px solid #99d3f4;
        border-radius: 20px;
    }

    .job-skill .item.min>* {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-radius: 20px;
    }

    .job-skill .item .tit {
        font-size: 16px;
    }

    .job-skill .item .txt {
        font-size: 12px;
        letter-spacing: -1px;
    }


    .job-skill.other .item .tit {
        font-size: 16px;
    }

    .job-skill.other .item>* {
        min-height: 120px;
        padding: 10px 2px;
        border: 6px solid #99d3f4;
    }

    .project-flow .project-list {
        margin: 0 auto;
    }

    .project-flow .project-list .item .text-box {
        width: 50%;
        padding: 40px 20px 30px;
    }

    .project-flow .project-list .btn-slick.btn-back,
    .project-flow .project-list .btn-slick.btn-next {
        width: 80px;
        height: 80px;
    }

    .project-flow .project-list .btn-slick.btn-back {
        left: -2vw;
    }

    .project-flow .project-list .btn-slick.btn-next {
        right: -2vw;
    }

    .inexperienced .inexperienced-list .item .text-block .content-box {
        width: 95%;
        margin: 20px 0 0 20px;
    }

    .inexperienced .inexperienced-list .item .text-block .skill-box {
        width: 95%;
        margin: 50px 0 0 20px;
    }

    .inexperienced.support .inexperienced-list .item .text-block .content-box {
        min-width: 450px;
    }

    .inexperienced.support .inexperienced-list .item .text-block .skill-box {
        min-width: 450px;
    }

    .inexperienced .inexperienced-list .item .text-block .info-box .when {
        min-width: 120px;
        padding: 5px 10px;
        font-size: 14px;
    }

    .inexperienced .inexperienced-list .item .text-block .info-box .dtl {
        width: 75%;
    }

    .kindof-person {
        margin-right: calc(50% - 300px);
        padding: 30px 20px 30px 20px;
    }

    .kindof-person .balloon {
        padding: 10px 0 10px 2em;
        font-size: 28px;
    }

    .kindof-person .kind-list ul li {
        padding: 5px 0;
        font-size: 14px;
    }

    .job-requirements .tit {
        font-size: 26px;
    }

    .job-requirements .btn-box>* {
        padding: 10px 10px 10px 20px;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
    }

    .environment .environment-list {
        padding: 30px;
    }

    .environment .environment-list .tit {
        margin-top: 0px;
        font-size: 24px;
    }

    .environment .environment-list .ilst {
        width: 60%;
        margin-top: 30px;
    }

    .environment .environment-list .item .ttl {
        font-size: 18px;
    }

    .environment .environment-list .item img {
        width: 80%;
    }

    .environment .environment-list .item>*::after {
        width: 12px;
    }
}

@media(max-width:599px) {
    .ttl-type-04.out-pos {
        margin-bottom: -90px;
    }

    .job-mv {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: 5%;
    }

    .project-flow::before {
        width: 20vh;
        height: 20vh;
        top: -5vh;
        left: -10vh;
    }

    .project-flow .inner::before {
        width: 30vh;
        height: 30vh;
        top: -10vh;
        right: -12vh;
    }

    .project-flow .project-list .item {
        padding: 10px;
    }

    .project-flow .project-list .item>* {
        display: block;
    }

    .project-flow .project-list .item .img-box {
        width: 100%;
        height: auto;
    }

    .project-flow .project-list .item .text-box {
        width: 100%;
        padding: 20px 10px 20px;
    }

    .project-flow .project-list .item .text-box .tit {
        text-align: center;
    }

    .project-flow .project-list .item .text-box .txt {
        margin-top: 10px;
    }

    .project-flow .project-list .item .num {
        left: 20px;
    }

    .project-flow .project-list .btn-slick.btn-back,
    .project-flow .project-list .btn-slick.btn-next {
        width: 60px;
        height: 60px;
        top: 40%;
    }

    .project-flow .project-list .btn-slick.btn-next {
        right: -5px;
    }

    .project-flow .project-list .btn-slick.btn-back {
        left: -5px;
    }

    .project-flow .project-list .fa-chevron-left:before,
    .project-flow .project-list .fa-chevron-right:before {
        width: 14px;
    }

    .kindof-person {
        margin-right: 5%;
    }

    .job-content .item .icon>* {
        width: 60px;
        height: 60px;
    }

    .job-content .item .icon>* img {
        width: 25px;
    }

    .job-content .item:nth-of-type(even) {
        margin-left: 0px;
        margin-right: 0px;
    }

    .job-content .item:nth-of-type(odd) {
        margin-left: 0px;
        margin-right: 0px;
    }

    .inexperienced .inexperienced-list .item .num-block>* {
        width: 80px;
        height: 80px;
        font-size: 16px;
    }

    .inexperienced .inexperienced-list .item .text-block {
        padding: 30px 0 0 10px;
    }

    .inexperienced .inexperienced-list .item .text-block .info-box .dtl {
        width: 100%;
        margin-top: 10px;
    }

    .inexperienced .inexperienced-list .item .text-block .content-box {
        width: 100%;
        margin: 40px 0 0 0px;
        padding: 10px;
        border: 4px solid #addcf7;
    }

    .inexperienced.support .inexperienced-list .item .text-block .content-box {
        width: 95%;
        min-width: auto;
    }

    .inexperienced .inexperienced-list .item .text-block .content-box ul li {
        padding: 0;
        font-size: 12px;
    }

    .inexperienced .inexperienced-list .item .text-block .content-box .tit {
        padding: 5px;
    }

    .inexperienced .inexperienced-list .item .text-block .skill-box {
        width: 100%;
        margin: 50px 0 30px 0px;
        padding: 20px 10px 10px;
    }

    .inexperienced.support .inexperienced-list .item .text-block .skill-box {
        width: 95%;
        min-width: auto;
    }

    .inexperienced .inexperienced-list .item .text-block .skill-box ul li {
        padding: 0px;
        font-size: 12px;
    }

    .inexperienced .ilst-parts {
        width: 50%;
        margin: 40px 20px 40px auto;
        position: relative;
        top: auto;
        right: auto;
    }

    .kindof-person .balloon {
        padding: 0px 0 5px 0em;
        font-size: 24px;
    }

    .job-requirements .btn-box>* .en {
        display: block;
        margin-left: 0;
    }

    .job-message .text-box {
        margin-top: 30px;
    }

    .job-message .deco01 {
        right: 5%;
    }

    .job-message .deco03 {
        bottom: 27%;
    }

    .job-message .deco04 {
        bottom: 5%;
    }

    .environment .environment-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .environment .environment-list .tit {
        text-align: center;
    }

    .environment .environment-list .ilst {
        width: 40%;
        margin-top: 30px;
    }

    .environment .environment-list .item>* {
        padding: 10px 20px;
        -webkit-column-gap: 5px;
        -moz-column-gap: 5px;
        column-gap: 5px;
    }

    .environment .environment-list .item .ttl {
        font-size: 16px;
    }

    .job-skill.other .ilst {
        width: 40%;
        margin-top: -10px;
        margin-bottom: 20px;
        margin-left: auto;
    }

    .job-skill.other .item>* {
        min-height: 60px;
        border: 4px solid #99d3f4;
        border-radius: 10px;
    }

    .job-skill.other .item .tit {
        margin-top: 0;
    }
}

/* corder */
.curriculum .curriculum-list .item .add-box {
    width: 117px;
    height: 117px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: -20px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    background: #33a7ea;
    position: relative;
}

.curriculum .curriculum-list .item .add-box::before {
    content: "";
    width: 20px;
    height: 15px;
    background: -webkit-gradient(linear, left bottom, right top, color-stop(50.1%, transparent), color-stop(50%, #33a7ea)) no-repeat top left / 50.1% 100%, -webkit-gradient(linear, right bottom, left top, color-stop(50%, transparent), color-stop(50%, #33a7ea)) no-repeat bottom right/50% 100%;
    background: linear-gradient(to top right, transparent 50.1%, #33a7ea 50%) no-repeat top left / 50.1% 100%, linear-gradient(to top left, transparent 50%, #33a7ea 50%) no-repeat bottom right/50% 100%;
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    position: absolute;
    bottom: -10px;
    left: 50%;
}

.curriculum .curriculum-list .item .add-box::after {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 35px;
    color: #33a7ea;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: -65%;
}

.curriculum .curriculum-list .item:last-child .add-box::after {
    content: none;
}

.curriculum .curriculum-list .item .text-box {
    padding: 50px 2px 20px;
    text-align: center;
    border-radius: 10px;
    background: #eef9ff;
}

.curriculum .curriculum-list.other .item .text-box {
    text-align: left;
}

.curriculum .curriculum-list .item .text-box .tit {
    font-weight: 500;
}

.curriculum .curriculum-list .item .text-box .txt {
    margin-top: 10px;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0px;
}

@media(max-width:500px) {
    .curriculum .curriculum-list .item .add-box::after {
        content: none;
    }

    .curriculum .curriculum-list .item {
        position: relative;
    }

    .curriculum .curriculum-list .item::after {
        content: "\f0da";
        font-family: "Font Awesome 5 Free";
        font-weight: bold;
        font-size: 35px;
        color: #33a7ea;
        -webkit-transform: translate(-50%, 0) rotate(90deg);
        transform: translate(-50%, 0) rotate(90deg);
        position: absolute;
        bottom: -2%;
        left: 50%;
    }

    .curriculum .curriculum-list .item:last-child::after {
        content: none;
    }

    .curriculum .curriculum-list .item .add-box {
        width: 105px;
        height: 105px;
        margin-bottom: -30px;
        font-size: 14px;
    }
}

/* support */
.job-content .support-trust {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 80px;
    margin-left: calc(50% - 601px);
    padding: 50px 60px 50px 60px;
    border-radius: 20px 0 0 20px;
    background: #fff474;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.job-content .support-trust .text-box .tit {
    font-size: 32px;
}

.job-content .support-trust .text-box .txt {
    margin-top: 20px;
    line-height: 2;
}

.job-content .support-trust .text-box .bln-img {
    width: 85%;
    margin-top: -20px;
    margin-left: 20px;
}

.support-schedule .title {
    position: absolute;
    top: -30px;
    left: 0;
}

.support-schedule .img {
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
    padding: 30px;
    border-radius: 20px;
    background: #fff;
}

@media(max-width:1024px) {
    .job-content .support-trust {
        margin-left: 5%;
        padding: 50px 20px 50px 20px;
    }

    .job-content .support-trust .text-box .tit {
        font-size: 26px;
    }

    .job-content .support-trust .text-box .bln-img {
        width: 65%;
    }
}

@media(max-width:599px) {
    .job-content .support-trust .text-box .tit {
        font-size: 24px;
    }

    .job-content .support-trust .text-box .bln-img {
        width: 95%;
        margin-top: -10px;
        margin-left: 0px;
    }

    .support-schedule .img {
        padding: 10px;
        border-radius: 10px;
    }
}

/* interview */
.interview-fit-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.interview .interview-list .item:nth-of-type(even) {
    margin-top: 40px;
}

.interview .interview-list .item a {
    display: block;
    position: relative;
}

.interview .interview-list .item a:hover {
    opacity: 1;
}

.interview .interview-list .item a .img-box {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 15px;
}

.interview .interview-list .item a .img-box .img {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    -ms-flex-align: end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.interview .interview-list .item a .img-box .img::after {
    content: "";
    width: 110px;
    background-image: url(/upload/tenant_3/588cb3b82a03c50ccb9c8fae73078cf5.webp);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.4;
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5);
    position: absolute;
    bottom: -10px;
    right: 15%;

    aspect-ratio: 800/897;
}

.interview .interview-list .item a .img-box .img img {
    width: auto;
    height: 90%;
    position: relative;
    z-index: 3;
}

.interview .interview-list .item a .img-box img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.interview .interview-list .item a:hover .img-box img {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.interview .interview-list .item a .info-box {
    margin-top: 10px;
    padding: 0 10px;
    color: #363636;
}

.interview .interview-list .item a .info-box .info {
    font-size: 12px;
}

.interview .interview-list .item a .info-box .name {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 18px;
}

.interview .interview-list .item a .info-box .txt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 5px;
    font-size: 14px;

    -webkit-line-clamp: 2;
}

.interview .interview-list .item a .job-box {
    display: block;
    padding: 15px 5px;
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 22px;
    color: #fff;
    -ms-writing-mode: tb-lr;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    border-radius: 30px;
    position: absolute;
    top: -30px;
    right: 15px;
    z-index: 3;
}

.interview .interview-list .item a .job-box.Director {
    background: #add85b;
}

.interview .interview-list .item a .job-box.Coder {
    background: #efa4fc;
}

.interview .interview-list .item a .job-box.Support {
    background: #43c5fb;
}

@media(max-width:1024px) {
    .interview .interview-list .item:nth-of-type(even) {
        margin-top: 0px;
    }

    .interview .interview-list .item:nth-of-type(3n + 2) {
        margin-top: 20px;
    }

    .interview .interview-list .item a .img-box .img::after {
        width: 100px;
        right: 5%;
    }
}

@media(max-width:599px) {
    .interview .interview-list .item:nth-of-type(3n + 2) {
        margin-top: 0px;
    }

    .interview .interview-list .item a .img-box .img::after {
        width: 110px;
        right: 25%;
    }
}

/* interview_detail */
.interview .cate-box .item>* {
    width: 200px;
    display: block;
    padding: 10px;
    color: #45aeec;
    text-align: center;
    border: 1px solid;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.interview .cate-box .item>*:hover {
    color: #fff;
    background: #45aeec;
    opacity: 1;
}

.interview-top .img-block {
    width: 35%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    -ms-flex-align: end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 80px;
    background: #9be7ec;
}

.interview-top .img-block img {
    width: 90%;
    height: auto;
}

.interview-top .info-block {
    width: 65%;
    padding: 80px 50px;
}

.interview-top .info-block .breadcrumbs {
    padding: 0 0 30px;
}

.interview-top .info-block .tit {
    margin-bottom: 30px;
    font-size: 28px;
}

.interview-area1 .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.interview-area1 .item:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.interview-area1 .item .tit {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 28px;
}

.interview-area1 .item .text-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 60px 80px;
}

.interview-area1 .item .text-box .text {
    font-size: 14px;
    line-height: 2;
}

.interview-recommend .recommend-list .item a:hover {
    opacity: 1;
}

.interview-recommend .recommend-list .item .img {
    width: 100%;
    height: 260px;
    overflow: hidden;
    position: relative;
}

.interview-recommend .recommend-list .item .img::after {
    content: "";
    width: 130px;
    background-image: url(/upload/tenant_3/588cb3b82a03c50ccb9c8fae73078cf5.webp);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.4;
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5);
    position: absolute;
    bottom: -10px;
    right: 18%;

    aspect-ratio: 800/897;
}

.interview-recommend .recommend-list .item .img>* {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    -ms-flex-align: end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.interview-recommend .recommend-list .item .img img {
    width: auto;
    height: 90%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    z-index: 3;
}

.interview-recommend .recommend-list .item a:hover img {
    width: auto;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-filter: brightness(1.05);
    filter: brightness(1.05);
}

.interview-recommend .recommend-list .item a .btn-type-02 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
}


.interview-recommend .recommend-list .item a .btn-type-02>* {
    padding: 10px 40px 10px 30px;
    border-radius: 30px;
    -webkit-box-shadow: inset 0 #1abc9c;
    box-shadow: inset 0 #1abc9c;
    -webkit-transition: color 0.5s ease-in-out,
        -webkit-box-shadow 0.5s ease-in-out;
    transition: color 0.5s ease-in-out,
        -webkit-box-shadow 0.5s ease-in-out;
    transition: color 0.5s ease-in-out,
        box-shadow 0.5s ease-in-out;
    transition: color 0.5s ease-in-out,
        box-shadow 0.5s ease-in-out,
        -webkit-box-shadow 0.5s ease-in-out;
}

.interview-recommend .recommend-list .item a .btn-type-02>*::after {
    right: 10px;
}

.interview-recommend .recommend-list .item a:hover .btn-type-02>* {
    color: #fff;
    -webkit-box-shadow: inset 200px 0 0 0 #3cb0e2;
    box-shadow: inset 200px 0 0 0 #3cb0e2;
}

.interview-recommend .recommend-list .name {
    padding-bottom: 10px;
    font-size: 24px;
    border-bottom: 1px solid #fff;
}

.interview-recommend .recommend-list .item a:hover .name {
    text-shadow: 2px 2px 1px #8c8c8c;
}

@media(max-width:1024px) {
    .interview-top .info-block {
        padding: 60px 20px;
    }

    .interview-top .img-block {
        padding-top: 60px;
    }

    .interview-top .info-block .tit {
        font-size: 20px;
    }

    .interview-area1 .item .tit {
        font-size: 20px;
    }

    .interview-area1 .item .text-box {
        padding: 20px 20px 20px;
    }

    .interview-recommend .recommend-list .item .img {
        height: 160px;
    }

    .interview-recommend .recommend-list .item .img::after {
        width: 80px;
    }
}

@media(max-width:599px) {
    .interview-top .info-block {
        padding: 10px 20px 40px;
    }

    .interview-top .img-block {
        width: 100%;
    }

    .interview-top .info-block {
        width: 100%;
    }

    .interview-top .info-block .tit {
        font-size: 18px;
    }

    .interview-area1 .item .tit {
        margin-bottom: 0;
        padding: 30px 20px;
        font-size: 20px;
        text-align: center;
    }

    .interview-recommend .recommend-list .item .img {
        height: 240px;
    }

    .interview-recommend .recommend-list .item .img::after {
        width: 130px;
    }
}



/* recruit */
.recruit .recruit-list .item>* {
    height: 100%;
    overflow: hidden;
    padding: 20px;
    border-radius: 20px;
    background: #add85b;
    position: relative;
}

.recruit .recruit-list .item .Director {
    background: #add85b;
}

.recruit .recruit-list .item .Corder {
    background: #eda5fb;
}

.recruit .recruit-list .item .Support {
    background: #45c4fb;
}

.recruit .btn-hover-p {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
}

.recruit .btn-hover-p:hover {
    border-color: transparent;
    -webkit-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
}

.recruit .btn-hover-c a {
    pointer-events: auto;
}

.recruit .btn-hover-c a:hover {
    background: #eee;
    opacity: 1;
}

.recruit .recruit-list .item .tit {
    font-size: 22px;
    color: #fff;
    text-align: center;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
}

.recruit .recruit-list .item .contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    -ms-flex-align: end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 3;
}

.recruit .recruit-list .item .contents .ilst {
    height: 132px;
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
}

.recruit .recruit-list .item .job {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 50px;
    color: #fff;
    -ms-writing-mode: tb-lr;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    opacity: 0.3;
    position: absolute;
    top: -5px;
    left: -18px;
}

@media(max-width:1024px) {
    .recruit .recruit-list .item>* {
        padding: 10px;
    }

    .recruit .recruit-list .item .tit {
        font-size: 16px;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    .recruit .recruit-list .item .job {
        font-size: 44px;
        top: -5px;
        left: -15px;
    }
}

@media(max-width:599px) {
    .recruit .recruit-list .item>* {
        padding: 10px 40px;
    }

    .recruit .recruit-list .item .tit {
        font-size: 20px;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
}

/* recruit-detail */
.recruit-detail {
    overflow: hidden;
}

.recruit-detail .tit-cmn {
    font-weight: 500;
    font-size: 28px;
    color: #33a7ea;
}

.flow .flow-list .box .item>* {
    min-height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
    font-weight: 500;
    font-size: 18px;
    border-radius: 10px;
    background: #e0f4ff;
    position: relative;
}

.flow .flow-list .box .item>*::before {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 35px;
    color: #33a7ea;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: -30px;
}

.flow .flow-list .box .item:last-child>* {
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#4dbee6), to(#158fd6));
    background: linear-gradient(90deg, #4dbee6, #158fd6);
}

.flow .flow-list .box .item:last-child>*::before {
    content: none;
}

.recruit-detail .job-contets .job-contets-list .deco-circle {
    top: -15%;
    right: -50px;
}

.recruit-detail .job-contets .job-contets-list .deco-circle-long {
    bottom: 45%;
    right: 20%;
}

.recruit-detail .job-contets .job-contets-list .img-box .deco-circle {
    top: 30%;
    left: -50px;
}

.recruit-detail .job-contets .job-contets-list .img-box .deco-circle-long {
    bottom: -8%;
    right: 0%;
}

.recruit-detail .job-contets .job-contets-list .text-box {
    overflow: hidden;
}

.recruit-detail .job-contets .job-contets-list .text-box .item .tit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 18px;
    color: #33a7ea;
}

.recruit-detail .job-contets .job-contets-list .text-box .item .tit .border {
    width: 20px;
    height: 28px;
    position: relative;
}

.recruit-detail .job-contets .job-contets-list .text-box .item .tit .border::after {
    content: "";
    width: 1000px;
    height: 1px;
    display: block;
    margin-top: -0.5px;
    background: #33a7ea;
    position: absolute;
    top: 50%;
    right: -1000px;
}

.recruit-detail .job-contets .job-contets-list .text-box .item .txt {
    font-size: 14px;
    line-height: 2;
}

.recruit-detail .requirements .table-list tr {
    color: #363636;
    border-top: 1px solid #c5c6c7;
}

.recruit-detail .requirements .table-list tr:last-child {
    border-bottom: 1px solid #c5c6c7;
}

.recruit-detail .requirements .table-list tr th {
    width: 30%;
    padding: 25px 0;
    font-weight: 500;
    text-align: left;
}

.recruit-detail .requirements .table-list tr td {
    padding: 25px 0;
}

@media(max-width:1024px) {
    .recruit-detail .job-contets .job-contets-list .deco-circle {
        top: -10%;
        right: 0px;
    }

    .recruit-detail .job-contets .job-contets-list .deco-circle-long {
        right: -10%;
    }

    .recruit-detail .job-contets .job-contets-list .img-box .deco-circle-long {
        bottom: 30%;
        right: 10%;
    }

    .recruit-detail .job-contets .job-contets-list .img-box .deco-circle {
        top: 20%;
        left: -30px;
    }

    .recruit-detail .requirements .table-list tr {
        font-size: 14px;
    }
}

@media(max-width:599px) {
    .recruit-detail .tit-cmn {
        font-size: 22px;
    }

    .flow .flow-list .box .item>* {
        min-height: 60px;
    }

    .flow .flow-list .box .item>*::before {
        font-size: 28px;
        -webkit-transform: translate(-50%, 0) rotate(90deg);
        transform: translate(-50%, 0) rotate(90deg);
        top: auto;
        bottom: -70%;
        left: 50%;
        right: auto;
    }

    .recruit-detail .job-contets .job-contets-list .deco-circle {
        top: 0%;
    }

    .recruit-detail .job-contets .job-contets-list .deco-circle-long {
        bottom: 60%;
        right: -20%;
    }

    .recruit-detail .job-contets .job-contets-list .img-box .deco-circle {
        top: 10%;
        left: -50px;
    }

    .recruit-detail .job-contets .job-contets-list .img-box .deco-circle-long {
        bottom: -10%;
        right: 30%;
    }

    .recruit-detail .requirements .table-list tr {
        font-size: 12px;
    }
}

/* faq */
.faq-area .accordion .list-title {
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 28px;
    color: #33a7ea;
    text-align: center;
}

.faq-area .accordion .list-cmp09 .item {
    margin-bottom: 20px;
}

.faq-area .accordion .list-cmp09 .item .datattl {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #33a7ea;
    position: relative;
}

.faq-area .accordion .list-cmp09 .item .datattl::after {
    content: "";
    width: 15px;
    background-image: url(/import/tenant_3/recruit.unison-planet.com/recruit_renewal/creative/images/common/direction/blue.webp);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translate(0, -50%) rotate(-90deg);
    transform: translate(0, -50%) rotate(-90deg);
    position: absolute;
    top: 50%;
    right: 15px;

    aspect-ratio: 8/14;
}

.faq-area .accordion .list-cmp09 .item .datattl.is-parent::after {
    -webkit-transform: translate(0, -50%) rotate(90deg);
    transform: translate(0, -50%) rotate(90deg);
}

.faq-area .accordion .list-cmp09 .item .datattl .txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    align-items: baseline;
    -ms-flex-align: baseline;
    padding-right: 45px;
}

.faq-area .accordion .list-cmp09 .item .datattl .txt .q {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
    padding-left: 5px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 34px;
    color: #33a7ea;
}

.faq-area .accordion .list-cmp09 .item .data .txt {
    width: 80%;
    margin-left: 4.5em;
    font-size: 14px;
    color: #363636;
}

.faq-area .accordion .list-cmp09 .item .data .talk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 4.5em;
    padding-top: 20px;
    font-size: 14px;
}

.faq-area .accordion .list-cmp09 .item .data .talk .img-box {
    width: 12%;
}

.faq-area .accordion .list-cmp09 .item .data .talk .img-box .name {
    margin-top: 5px;
    font-weight: 500;
    text-align: center;
}

.faq-area .accordion .list-cmp09 .item .data .talk .text {
    width: 85%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

@media(max-width:1024px) {
    .faq-area .accordion .list-cmp09 .item .data .talk {
        margin-left: 2.5em;
        margin-right: 1.5em;
    }
}

@media(max-width:599px) {
    .faq-area .accordion .list-title {
        margin-bottom: 10px;
        font-size: 22px;
    }

    .faq-area .accordion .list-cmp09 .item .data .txt {
        margin-left: 3.5em;
    }

    .faq-area .accordion .list-cmp09 .item .datattl .txt .q {
        font-size: 28px;
    }

    .faq-area .accordion .list-cmp09 .item .data .talk {
        margin-left: 1.5em;
    }

    .faq-area .accordion .list-cmp09 .item .data .talk .img-box {
        width: 25%;
    }

    .faq-area .accordion .list-cmp09 .item .data .talk .text {
        width: 70%;
    }
}

/* entry-form */
.entry-info {
    height: 70vh;
    overflow: hidden;
}

.entry-info::after {
    content: "";
    width: 90vw;
    height: 80vw;
    border-radius: 50%;
    background: radial-gradient(rgb(255 255 255 / 85%) 45%, transparent 70%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
}

.entry-info .infolist {
    position: relative;
    z-index: 1;
}

.entry-info .infolist .text-box .btn-box {
    margin-top: 40px;
}

.entry-info .infolist .text-box .btn-box>* {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 30px;
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 50px;
    color: #33a7ea;
    border: 1px solid;
    border-radius: 20px;
}

.entry-info .infolist .text-box .btn-box>* .icon-tel {
    margin-right: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.entry-form .tit-img .img {
    width: 40%;
    min-width: 280px;
    max-width: 360px;
    margin-left: auto;
    margin-right: -100px;
}

.entry-form .tit-img .tit {
    position: absolute;
    bottom: 20%;
    right: -100px;
}

.entry-form .form .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    padding: 20px 0;
}

.entry-form .form .datattl {
    width: 220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    align-items: baseline;
    -ms-flex-align: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: 500;
    font-size: 16px;
    color: #363636;
}

.entry-form .form .datattl>* {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.entry-form .form .require {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 10px;
    padding: 0.1em 1em 0.2em 1em;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    line-height: 1.6em;
    border-radius: 4px;
    background: #45afec;
}

.entry-form .form .data,
.entry-form .form .file {
    width: 100%;
    padding-left: 50px;
}

.entry-form .form .data input {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 15px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    border: none;
    border: 1px solid #c0c0c0;
    border-radius: 5px;
    background: #fff;
}

.entry-form .form .data input[type="radio"] {
    display: none;
}

.entry-form .form .data input[type="radio"]+label {
    margin-right: 20px;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 400;
    color: #363636;
    line-height: 200%;
    position: relative;
}

.entry-form .form .data input[type="radio"]+label::before {
    content: "";
    width: 13px;
    height: 13px;
    display: block;
    color: #333;
    border: none;
    border: 1px solid #c0c0c0;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 7px;
    left: 0;
}

.entry-form .form .data input[type="radio"]:checked+label::after {
    content: "";
    width: 13px;
    height: 13px;
    display: block;
    border-radius: 50%;
    background: #000;
    position: absolute;
    top: 7px;
    left: 0px;
}

.entry-form .form .data input[type="radio"]:checked+label {
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.entry-form .form .data input[type="number"] {
    width: 70px;
    margin-right: 10px;
}

.entry-form .form .data select {
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    border: 1px solid #999;
}

.entry-form .form .data select {
    width: 100%;
    padding: 15px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    color: #333;
    border: 1px solid #c0c0c0;
    border-radius: 5px;
    background: #fff;
}

.entry-form .form .data.min select {
    padding: 15px 20px 15px 15px;
}

.entry-form .form .data .tit {
    margin: 0 5px;
    color: #363636;
}

.entry-form .form .data .dir.none .tit {
    -webkit-transform: none;
    transform: none;
}

.entry-form .form .data01 div {
    display: block;
}

.entry-form .form .data01.other div {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    align-items: flex-end;
    -ms-flex-align: end;
}

.entry-form .form .data01.other select {
    width: 25%;
}

.entry-form .form .data01.min div {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.entry-form .form .form-btn {
    margin-top: 30px;
}

.entry-form .form .btn button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 220px;
    padding: 15px 80px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50px;
    background: -webkit-gradient(linear, left top, right top, from(#4abbe6), to(#0a89d4));
    background: linear-gradient(90deg, #4abbe6, #0a89d4);
    -webkit-transition: 1s;
    transition: 1s;
    position: relative;
}

.entry-form .form .btn button:after {
    content: "";
    width: 8px;
    background-image: url(/import/tenant_3/recruit.unison-planet.com/recruit_renewal/creative/images/common/direction/white.webp);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: translate(0, -50%) rotate(0deg);
    transform: translate(0, -50%) rotate(0deg);
    position: absolute;
    top: 50%;
    right: 10px;

    aspect-ratio: 8/14;
}

.entry-form .form .btn button.back:after {
    -webkit-transform: translate(0, -50%) rotate(-180deg);
    transform: translate(0, -50%) rotate(-180deg);
    left: 10px;
    right: auto;
}

.entry-form .form .btn button:hover {
    background: -webkit-gradient(linear, left top, right top, color-stop(100%, #4abbe6), to(#0a89d4));
    background: linear-gradient(90deg, #4abbe6 100%, #0a89d4);
    opacity: 1;
}

.entry-form .form .data textarea {
    width: 100%;
    height: 170px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: inherit;
    font-size: inherit;
    color: #333;
    color: inherit;
    border: 1px solid #c0c0c0;
    background: #fff;
}

input[type="text"]:focus,
.entry-form .form .data textarea:focus {
    outline: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
    /* デフォルトの矢印を非表示(IE用) */
}

.entry-form .form .list .box .data.other select {
    position: relative;
}

.entry-form .form .list .box .data.other select::after {
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    border-bottom: 2px solid #45afec;
    border-right: 2px solid #45afec;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
}

.entry-form .form .list .box .data.other select {
    color: #45afec !important;

    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    appearance: auto !important;
}

.entry-form .form .list .box .data.other select>* {
    color: #000 !important;
}

.entry-form .form .list .box .data .dir.none::after {
    content: none;
}

.entry-form .form .list .box .data.min .dir::after {
    right: 34px;
}

@media only screen and (max-width: 1024px) {
    .entry-info {
        height: auto;
    }

    .entry-info .infolist .text-box .btn-box>* {
        font-size: 34px;
    }

    .entry-form .tit-img .img {
        margin-right: 20px;
    }

    .entry-form .tit-img .tit {
        right: 0px;
    }

    .entry-form .form .item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .entry-form .form .datattl {
        width: 200px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 10px;
        margin-right: 10px;
        font-weight: 500;
        font-size: 16px;
    }

    .entry-form .form .data,
    .entry-form .form .file {
        padding-left: 10px;
    }

    .entry-form .form .data.min select {
        font-size: 10px;
    }
}

@media (max-width:599px) {
    .entry-info::after {
        width: 110vw;
        height: 110vw;
        background: radial-gradient(rgb(255 255 255 / 65%) 25%, transparent 70%);
    }

    .entry-info .infolist .text-box .btn-box>* {
        margin: 0 auto;
        font-size: 30px;
    }

    .entry-info .infolist .text-box .btn-box {
        margin-top: 20px;
    }

    .entry-form .ttl-type-01 .ja {
        margin-top: -10px;
    }

    .entry-form .form .box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 10px 0;
    }

    .entry-form .form .datattl {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .entry-form .form .datattl>* {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .entry-form .form .data {
        padding-left: 0px;
    }

    .entry-form .form .btn button {
        min-width: 150px;
        padding: 10px 30px;
    }

    .entry-form .form .data input {
        padding: 10px 15px;
    }

    .entry-form .form .data.min select {
        width: 100px;
        padding: 10px 10px 10px 5px;
    }

    .entry-form .form .data01.other select {
        width: 28%;
        padding: 10px 5px;
    }

    .entry-form .form .list .box .data.min .dir::after {
        width: 6px;
        height: 6px;
        right: 16px;
    }

    .entry-form .form .data .tit {
        margin: 0;
    }
}

.bg-box {
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -3;
}

[data-element-id] .bg-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.bg-box>* {
    width: 100%;
    height: 100%;
    position: absolute;
}

[data-element-id] .bg-box>* {
    width: 300px;
    height: 200px;
    display: block;
    position: relative;
}

.bg-box .section-bgi01 {
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 3;
}

.bg-box .section-bgi02 {
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 2;
}

.bg-box .section-bgi03 {
    z-index: 1;
}

.bg-box.bg02 .section-bgi01 {
    opacity: 0;
}

.bg-box.bg03 .section-bgi01,
.bg-box.bg03 .section-bgi02 {
    opacity: 0;
}

.bg-box.bg04 .section-bgi01,
.bg-box.bg04 .section-bgi02 {
    opacity: 0;
}

/* gsap-char */
.gsap-text .word {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    overflow: hidden;
}

.gsap-text .char {
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}

.gsap-text .char.mv {
    opacity: 1;
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

/* 最新情報詳細ページ */
.title-news {
    margin-bottom: 1em;
    font-size: clamp(1.5rem, 1.147rem + 1.76vw, 2.25rem);
}

.title-news .sub {
    font-size: 80%;
    color: #33a7ea;
}

.news-info .date {
    font-size: 14px;
    color: #dcdcdc;
    white-space: nowrap;
}

.detail-content {
    margin: 2rem 0;
}

.detail-content h2 {
    margin: 1.5em 0 1em;
    padding: 0.2em 0.5em;
    font-weight: bold;
    font-size: clamp(1.375rem, 1.15rem + 0.97vw, 1.875rem);
    border-bottom: 2px solid #33a7ea;
}

.detail-content h3 {
    margin: 1.5em 0 1em;
    padding-left: 0.5em;
    font-size: clamp(1.25rem, 1.02rem + 0.97vw, 1.75rem);
    border-left: 10px solid #33a7ea;
}

.detail-content h4 {
    margin: 1.5em 0 1em;
    padding: 0.2em;
    font-weight: bold;
    font-size: clamp(1.125rem, 0.9rem + 0.97vw, 1.625rem);
    border-bottom: 2px dotted #33a7ea;
}

.detail-content ol {
    list-style: auto;
    list-style-position: outside;
    margin: 2em 0;
    padding-left: 2em;
}

.detail-content ul {
    list-style: inherit;
    list-style-position: outside;
    margin: 1em 0;
    padding-left: 1em;
}

/*2025/12/20追記*/
.header .header-common .logo {
  max-width: 300px;
}

@media (max-width: 599px){
  .header .header-common .logo {
    max-width: 200px;
  }
}
