@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

address,
details,
picture {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/* --------------------
 Styles
-------------------- */
html {
    overflow-y: scroll;
}

@media (max-width: 767px) {
    html {
        font-size: 4.4444444444vw;
    }
}

body {
    background-color: var(--color-nord-gray);
    color: var(--color-black);
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", YuGothic, "游ゴシック体", "Yu Gothic", "游ゴシック", Meiryo, sans-serif;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-size: var(--fs14);
    line-break: normal;
    line-height: 1.6;
    margin: 0;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

@media (min-width: 768px) {
    body {
        font-size: var(--fs16);
    }
}

* {
    box-sizing: border-box;
}

*:before, *:after {
    box-sizing: border-box;
}

img {
    height: auto;
    max-width: 100%;
    -webkit-user-drag: none;
    user-drag: none;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: middle;
}

p {
    overflow-wrap: break-word;
}

header,
footer,
main,
nav,
section {
    display: block;
}

button {
    color: inherit;
    cursor: pointer;
}

picture,
figure,
figcaption {
    display: block;
    margin: 0;
}

address {
    font-style: normal;
}

[tabindex="-1"]:focus {
    outline: 0;
}

/* --------------------
 Utils
-------------------- */
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1239px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1240px) {
    .hidden-lg {
        display: none !important;
    }
}
/* --------------------
 Layout
-------------------- */
/* --------------------
 Commons
-------------------- */
.com-type {
    display: grid;
    gap: 8.3333333333vw;
    grid-gap: 8.3333333333vw;
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 83.3333333333vw;
}

@media (min-width: 768px) {
    .com-type {
        gap: 30px;
        grid-template-columns: repeat(2, 1fr);
        max-width: 824px;
    }
}

.com-type__item {
    background-color: var(--color-white);
    border-radius: 1.6666666667vw;
    box-shadow: 1.9444444444vw 1.9444444444vw 1.3888888889vw rgba(var(--color-black-rgb), 0.1);
    padding: 12.2222222222vw 3.3333333333vw 4.4444444444vw;
    position: relative;
}

@media (min-width: 768px) {
    .com-type__item {
        border-radius: 6px;
        box-shadow: 7px 7px 5px rgba(var(--color-black-rgb), 0.1);
        padding: 70px 12px 24px;
    }
}

.com-type__item__title {
    align-items: center;
    background-color: var(--color-black);
    border-radius: 1.6666666667vw;
    color: var(--color-white);
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs15);
    height: 12.2222222222vw;
    justify-content: center;
    left: 0;
    line-height: 1.4;
    margin: 0 auto;
    padding: 0 3.3333333333vw;
    position: absolute;
    right: 0;
    text-align: center;
    top: 1.1111111111vw;
    transform: translateY(-50%);
    width: 52.7777777778vw;
}

@media (min-width: 768px) {
    .com-type__item__title {
        border-radius: 6px;
        font-size: var(--fs20);
        height: 60px;
        padding: 0 12px;
        top: 4px;
        width: 250px;
    }
}

.com-type__item__title:before {
    background-color: var(--color-black);
    bottom: -4.1666666667vw;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: "";
    display: block;
    height: 4.4444444444vw;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 5.5555555556vw;
    z-index: 1;
}

@media (min-width: 768px) {
    .com-type__item__title:before {
        bottom: -19px;
        height: 20px;
        width: 24px;
    }
}

.com-type__item__service {
    margin: 0 0 5vw;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .com-type__item__service {
        margin: 0 0 20px;
    }
}

.com-type__item__service__logo {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    height: 15vw;
    justify-content: center;
    margin: 0 0 3.3333333333vw;
    text-align: center;
}

@media (min-width: 768px) {
    .com-type__item__service__logo {
        height: 70px;
        margin: 0 0 16px;
    }
}

.com-type__item__service__logo img.--uberonion {
    width: 37.5vw;
}

@media (min-width: 768px) {
    .com-type__item__service__logo img.--uberonion {
        width: 180px;
    }
}

.com-type__item__service__logo img.--actors {
    width: 14.1666666667vw;
}

@media (min-width: 768px) {
    .com-type__item__service__logo img.--actors {
        width: 68px;
    }
}

.com-type__item__service__name {
    display: block;
    font-size: 0.5rem;
    line-height: 1.2;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .com-type__item__service__name {
        font-size: var(--fs11);
    }
}

.com-type__item__actions {
    display: grid;
    gap: 3.3333333333vw;
    grid-gap: 3.3333333333vw;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto;
    max-width: 63.8888888889vw;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .com-type__item__actions {
        gap: 16px;
        max-width: 310px;
    }
}

.com-type__item__actions__item {
    background-color: var(--color-royal-blue);
    border: 0.5555555556vw solid var(--color-white);
    border-radius: 1.6666666667vw;
    box-shadow: 0.8333333333vw 0.8333333333vw 0.5555555556vw rgba(0, 0, 0, 0.15);
    color: var(--color-white);
    display: block;
    font-size: var(--fs13);
    gap: 3.3333333333vw;
    line-height: 1.2;
    padding: 3.3333333333vw 2.2222222222vw;
    text-align: center;
    text-decoration: none;
    transition: opacity var(--duration) var(--cubic) 0s;
}

@media (min-width: 768px) {
    .com-type__item__actions__item {
        border-radius: 6px;
        border-width: 2px;
        box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.15);
        font-size: var(--fs18);
        gap: 12px;
        padding: 18px 8px;
    }
}

.com-type__item__actions__item:before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 6.6666666667vw;
    margin: 0 auto 3.3333333333vw;
    width: 6.6666666667vw;
}

@media (min-width: 768px) {
    .com-type__item__actions__item:before {
        height: 32px;
        margin: 0 auto 12px;
        width: 34px;
    }
}

.com-type__item__actions__item--line:before {
    background-image: url(../images/icons/icon-line.svg);
    background-size: 6.6666666667vw 6.6666666667vw;
}

@media (min-width: 768px) {
    .com-type__item__actions__item--line:before {
        background-size: 32px 32px;
    }
}

.com-type__item__actions__item--email:before {
    background-image: url(../images/icons/icon-white-email.svg);
    background-size: 6.6666666667vw 4.7222222222vw;
}

@media (min-width: 768px) {
    .com-type__item__actions__item--email:before {
        background-size: 34px 24px;
    }
}

.com-type__item__actions__item span {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    min-height: 2lh;
}

.com-type__item__actions__item:focus {
    opacity: 0.65;
}

@media (hover: hover) and (pointer: fine) {
    .com-type__item__actions__item:hover {
        opacity: 0.65;
    }
}

.com-type__item--uberonion .com-type__item__title {
    background-color: #ea822d;
}

.com-type__item--uberonion .com-type__item__title:before {
    background-color: #ea822d;
}

.com-type__item--actors .com-type__item__title {
    background-color: #dc4b22;
}

.com-type__item--actors .com-type__item__title:before {
    background-color: #dc4b22;
}

/* --------------------
 Header
-------------------- */
.header {
    display: none;
    left: 0;
    padding: 16px 0 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
}

@media (min-width: 768px) {
    .header {
        display: block;
    }
}

@media (min-width: 992px) {
    .header {
        padding: 20px 0 0;
    }
}

@media (min-width: 1240px) {
    .header {
        padding: 40px 0 0;
    }
}

.header-container {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: calc(1320px + var(--c-pad)*2);
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 992px) {
    .header-container {
        padding: 0 var(--c-pad);
    }
}

.header__logo {
    display: block;
    flex: 0 0 auto;
    font-size: var(--fs11);
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    min-width: 0px;
    padding: 0;
}

@media (min-width: 992px) {
    .header__logo {
        font-size: var(--fs15);
    }
}

@media (min-width: 1240px) {
    .header__logo {
        font-size: var(--fs19);
    }
}

.header__logo span {
    vertical-align: middle;
}

.header__logo em {
    font-size: var(--fs14);
    font-style: normal;
    font-weight: inherit;
    vertical-align: middle;
}

@media (min-width: 992px) {
    .header__logo em {
        font-size: var(--fs18);
    }
}

@media (min-width: 1240px) {
    .header__logo em {
        font-size: var(--fs22);
    }
}

.header__nav {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    flex-flow: row nowrap;
    gap: 12px;
    justify-content: flex-end;
    min-width: 0px;
}

@media (min-width: 992px) {
    .header__nav {
        gap: 20px;
    }
}

@media (min-width: 1240px) {
    .header__nav {
        gap: 24px;
    }
}

.header__nav__menu {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    flex-flow: row nowrap;
    gap: 12px;
    justify-content: flex-end;
    min-width: 0px;
}

@media (min-width: 992px) {
    .header__nav__menu {
        gap: 20px;
    }
}

@media (min-width: 1240px) {
    .header__nav__menu {
        gap: 46px;
    }
}

.header__nav__menu a {
    color: var(--color-black);
    display: block;
    font-size: var(--fs10);
    line-height: 1.2;
    position: relative;
    text-decoration: none;
    transition: color var(--duration) var(--cubic) 0s;
}

@media (min-width: 992px) {
    .header__nav__menu a {
        font-size: var(--fs12);
    }
}

@media (min-width: 1240px) {
    .header__nav__menu a {
        font-size: var(--fs13);
    }
}

.header__nav__menu a:after {
    background-color: var(--color-blue);
    bottom: -2px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    margin: 0 auto;
    max-width: 100%;
    pointer-events: none;
    position: absolute;
    right: 0;
    transition: width var(--duration) var(--cubic) 0s;
    width: 0px;
}

.header__nav__menu a:focus {
    color: var(--color-blue);
}

.header__nav__menu a:focus:after {
    width: 100%;
}

@media (hover: hover) and (pointer: fine) {
    .header__nav__menu a:hover {
        color: var(--color-blue);
    }

    .header__nav__menu a:hover:after {
        width: 100%;
    }
}

.header__nav__hl {
    flex: 0 0 170px;
    min-width: 0px;
}

@media (min-width: 992px) {
    .header__nav__hl {
        flex: 0 0 200px;
        gap: 12px;
    }
}

@media (min-width: 1240px) {
    .header__nav__hl {
        flex: 0 0 242px;
    }
}

.header__nav__hl a {
    align-items: center;
    background-color: var(--color-white);
    border: 1px solid var(--color-blue);
    border-radius: 6px;
    color: var(--color-blue);
    display: flex;
    gap: 8px;
    height: 30px;
    justify-content: center;
    padding: 0px;
    text-decoration: none;
    transition: background-color var(--duration) var(--cubic) 0s, color var(--duration) var(--cubic) 0s;
    width: 100%;
}

@media (min-width: 992px) {
    .header__nav__hl a {
        height: 34px;
    }
}

.header__nav__hl a span {
    display: block;
    font-size: var(--fs10);
}

@media (min-width: 992px) {
    .header__nav__hl a span {
        font-size: var(--fs11);
    }
}

@media (min-width: 1240px) {
    .header__nav__hl a span {
        font-size: var(--fs12);
    }
}

.header__nav__hl a em {
    display: block;
    font-size: var(--fs12);
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.02em;
}

@media (min-width: 992px) {
    .header__nav__hl a em {
        font-size: var(--fs14);
    }
}

@media (min-width: 1240px) {
    .header__nav__hl a em {
        font-size: var(--fs15);
    }
}

.header__nav__hl a:focus {
    background-color: var(--color-blue);
    color: var(--color-white);
}

@media (hover: hover) and (pointer: fine) {
    .header__nav__hl a:hover {
        background-color: var(--color-blue);
        color: var(--color-white);
    }
}

/* --------------------
 Footer
-------------------- */
.footer {
    background-color: var(--color-white);
}

.footer__main {
    padding: 16.6666666667vw 0 5.5555555556vw;
}

@media (min-width: 768px) {
    .footer__main {
        padding: 90px 0 52px;
    }
}

.footer__main-container {
    margin: 0 auto;
    max-width: calc(1060px + var(--c-pad)*2);
    padding: 0 var(--c-pad);
}

.footer__main__logo {
    margin: 0 0 8.8888888889vw;
    text-align: center;
}

@media (min-width: 768px) {
    .footer__main__logo {
        margin: 0 0 40px;
    }
}

.footer__main__logo img {
    width: 66.6666666667vw;
}

@media (min-width: 768px) {
    .footer__main__logo img {
        width: 430px;
    }
}

.footer__main__mhlw {
    margin: 0 0 8.8888888889vw;
    text-align: center;
}

@media (min-width: 768px) {
    .footer__main__mhlw {
        margin: 0 0 40px;
    }
}

.footer__main__mhlw a {
    display: block;
    margin: 0 auto 2.7777777778vw;
    padding: 2.2222222222vw 11.1111111111vw 2.2222222222vw 2.2222222222vw;
    position: relative;
    text-decoration: none;
    transform: translateX(4.1666666667vw);
    transition: opacity var(--duration) var(--cubic) 0s;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .footer__main__mhlw a {
        margin: 0 auto 10px;
        padding: 8px 60px 8px 8px;
        transform: translateX(15px);
    }
}

.footer__main__mhlw a:after {
    background-color: var(--color-blue);
    bottom: 0;
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    content: "";
    display: block;
    height: 3.6111111111vw;
    margin: auto 0;
    pointer-events: none;
    position: absolute;
    right: 2.7777777778vw;
    top: 0;
    transition: transform var(--duration) var(--cubic) 0s;
    width: 3.3333333333vw;
}

@media (min-width: 768px) {
    .footer__main__mhlw a:after {
        height: 13px;
        right: 10px;
        width: 12px;
    }
}

.footer__main__mhlw a img {
    width: 55.5555555556vw;
}

@media (min-width: 768px) {
    .footer__main__mhlw a img {
        width: 295px;
    }
}

.footer__main__mhlw a:focus {
    opacity: 0.65;
}

.footer__main__mhlw a:focus:after {
    transform: translateX(1.3888888889vw);
}

@media (min-width: 768px) {
    .footer__main__mhlw a:focus:after {
        transform: translateX(5px);
    }
}

@media (hover: hover) and (pointer: fine) {
    .footer__main__mhlw a:hover {
        opacity: 0.65;
    }

    .footer__main__mhlw a:hover:after {
        transform: translateX(1.3888888889vw);
    }
}

@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
    .footer__main__mhlw a:hover:after {
        transform: translateX(5px);
    }
}

.footer__main__mhlw p {
    font-size: var(--fs12);
    line-height: 1.57;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .footer__main__mhlw p {
        font-size: var(--fs16);
    }
}

.footer__main__org {
    display: grid;
    gap: 11.1111111111vw;
    grid-gap: 11.1111111111vw;
    grid-template-columns: 1fr;
}

@media (min-width: 768px) {
    .footer__main__org {
        gap: 40px;
        grid-template-columns: repeat(3, 1fr);
    }
}

.footer__main__org__item {
    padding: 2.2222222222vw 0;
    place-content: center;
    position: relative;
}

@media (min-width: 768px) {
    .footer__main__org__item {
        padding: 8px 0;
    }
}

.footer__main__org__item:before {
    background-color: var(--color-black);
    bottom: -5.5555555556vw;
    content: "";
    display: block;
    height: 0.5555555556vw;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: auto;
    width: 12.2222222222vw;
}

@media (min-width: 768px) {
    .footer__main__org__item:before {
        bottom: 0;
        height: auto;
        left: auto;
        margin: 0;
        right: -20px;
        top: 0;
        width: 1px;
    }
}

.footer__main__org__item:last-child:before {
    display: none;
}

.footer__main__org__item__name {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs14);
    justify-content: center;
    line-height: 1.22;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .footer__main__org__item__name {
        line-height: 1.4;
        min-height: 2lh;
    }
}

.footer__main__org__item__number {
    font-size: var(--fs12);
    line-height: 1.4;
    margin: 0;
    text-align: center;
}

.footer__info {
    background-color: var(--color-nord-gray);
    padding: 6.1111111111vw 0;
}

@media (min-width: 768px) {
    .footer__info {
        padding: 32px 0;
    }
}

.footer__info-container {
    margin: 0 auto;
    max-width: calc(1060px + var(--c-pad)*2);
    padding: 0 var(--c-pad);
}

.footer__info__address {
    display: block;
    font-size: var(--fs14);
    line-height: 1.56;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .footer__info__address {
        font-size: var(--fs16);
        line-height: 1.57;
    }
}

.footer__nav {
    background-color: #e0e4ec;
    margin: 0 0 -0.2777777778vw;
    padding: 8.3333333333vw 0 5.5555555556vw;
}

@media (min-width: 768px) {
    .footer__nav {
        margin: 0 0 -1px;
        padding: 50px 0 30px;
    }
}

.footer__nav-container {
    margin: 0 auto;
    max-width: calc(1060px + var(--c-pad)*2);
    padding: 0 var(--c-pad);
}

.footer__nav__hl {
    margin: 0 0 16.6666666667vw;
}

@media (min-width: 768px) {
    .footer__nav__hl {
        margin: 0 0 55px;
    }
}

.footer__nav__hl__title {
    font-size: var(--fs18);
    line-height: 1.2;
    margin: 0;
    text-align: center;
}

.footer__nav__hl__number {
    text-align: center;
}

.footer__nav__hl__number a {
    color: inherit;
    font-size: var(--fs33);
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
}

.footer__copyright {
    background-color: #e0e4ec;
    display: block;
    font-size: var(--fs12);
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    padding: 2.7777777778vw var(--c-pad);
    text-align: center;
}

@media (min-width: 768px) {
    .footer__copyright {
        padding: 10px var(--c-pad);
    }
}