@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;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

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;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/* --------------------
 Styles
-------------------- */
html {
    font-size: 62.5%;
}

@font-face {
    font-family: YuGothicMedium;
  src: local(Yu Gothic Medium);
}

body {
    color: #5b5b5b;
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", YuGothic, "游ゴシック体", YuGothicMedium, "Yu Gothic", "游ゴシック", Meiryo, sans-serif;
    font-feature-settings: "palt";
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 1.6;
    margin: 0;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

* {
    box-sizing: border-box;
}

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

a {
    color: #5b5b5b;
    text-decoration: none;
}

a:hover, a:focus {
    color: #5b5b5b;
    text-decoration: none;
}

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

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

button {
    cursor: pointer;
}

picture,
figure,
figcaption {
    margin: 0;
}

address {
    font-style: normal;
}

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

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

@media (min-width: 480px) and (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
-------------------- */
.layout {
    animation: fadeIn 0.3s linear 0.1s;
    animation-fill-mode: backwards;
    opacity: 1;
}

.com-page-head {
    background: linear-gradient(240deg, rgb(82, 218, 226) 0%, rgb(144, 106, 255) 100%);
    padding: 80px 0;
}

@media (min-width: 992px) {
    .com-page-head {
        padding-bottom: 110px;
        padding-top: 80px;
    }
}

.com-page-head-container {
    margin: 0;
    padding: 0 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .com-page-head-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 860px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.com-page-head__title {
    color: #fff;
    display: inline-block;
    font-size: 2.2rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    margin: 0;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .com-page-head__title {
        font-size: 2.4rem;
    }
}

.com-page-head__subtitle {
    display: inline-block;
    margin: 0 0 0 15px;
}

@media (max-width: 767px) {
    .com-page-head--privacy .com-page-head__title {
        display: block;
    }
}

@media (max-width: 767px) {
    .com-page-head--privacy .com-page-head__subtitle {
        display: block;
        margin-left: 0;
    }
}

/* --------------------
 Animation
-------------------- */
@keyframes fadeIn {
    0% {
        opacity: 0.01;
    }

    100% {
        opacity: 1;
    }
}

.js-animation-curtain {
    background-color: #5b5b5b;
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%);
}

.js-animation-curtain-text {
    display: inline-block;
    opacity: 0;
    transform: translateX(-10px);
}

/* --------------------
 Header
-------------------- */
.header {
    left: 0;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
}

.header-container {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 60px;
    justify-content: space-between;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}

@media (min-width: 992px) {
    .header-container {
        height: 80px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.header__logo {
    font-size: 1rem;
    line-height: 1;
    margin: 0;
    padding: 0;
}

.header__logo__link img {
    width: 200px;
}

@media (min-width: 992px) {
    .header__logo__link img {
        width: auto;
    }
}

.header__nav {
    background-color: rgba(255, 255, 255, 0.9);
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 60px;
}

@media (min-width: 992px) {
    .header__nav {
        align-items: center;
        background-color: transparent;
        display: flex !important;
        flex-direction: row;
        justify-content: flex-end;
        left: auto;
        position: relative;
        right: auto;
        text-align: left;
        top: auto;
    }
}

.header__nav__item {
    border-top: 1px solid #5b5b5b;
    margin: 0;
}

@media (min-width: 992px) {
    .header__nav__item {
        border-top: none;
        margin-right: 30px;
    }
}

.header__nav__item:last-child {
    margin-right: 0;
}

.header__nav__item__link {
    display: block;
    font-size: 1.6rem;
    padding: 12px 0;
    position: relative;
}

@media (min-width: 992px) {
    .header__nav__item__link {
        color: #fff;
        display: inline-block;
        font-size: 1.2rem;
        padding-bottom: 0;
        padding-top: 0;
    }
}

@media (min-width: 992px) {
    .header__nav__item__link:before {
        background-color: white;
        bottom: -1px;
        content: "";
        display: block;
        height: 1px;
        left: 0;
        margin: auto;
        max-width: 100%;
        position: absolute;
        right: auto;
        transform: scale(0, 1);
        transform-origin: right top;
        transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
        width: 100%;
        z-index: 0;
    }
}

@media (min-width: 992px) {
    .header__nav__item__link:hover, .header__nav__item__link:focus {
        color: #fff;
    }
}

.header__nav__item__link:hover:before, .header__nav__item__link:focus:before {
    transform: scale(1, 1);
    transform-origin: left top;
}

.header__nav__item__link span, .header__nav__item__link img {
    vertical-align: middle;
}

.header__nav__item__link img {
    margin: 0 0 0 15px;
}

.header__nav__item--contact .header__nav__item__link {
    position: relative;
}

@media (min-width: 992px) {
    .header__nav__item--contact .header__nav__item__link {
        padding-right: 35px;
    }
}

.header__nav__item--contact .header__nav__item__link:before {
    width: calc(100% - 30px);
}

.header__nav__item--contact .header__nav__item__link:after {
    background-image: url(../images/icons/icon-paper-airplane.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 28px 24px;
    content: "";
    display: inline-block;
    height: 27px;
    vertical-align: middle;
    width: 28px;
}

@media (min-width: 992px) {
    .header__nav__item--contact .header__nav__item__link:after {
        background-image: url(../images/icons/icon-paper-airplane-white.svg);
        display: block;
        position: absolute;
        right: 0;
        top: 0;
    }
}

.header__burger {
    -webkit-appearance: none;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: block;
    height: 38px;
    margin: auto;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 22px;
    z-index: 100;
}

@media (min-width: 992px) {
    .header__burger {
        display: none;
    }
}

.header__burger__box {
    display: block;
    height: 20px;
    margin: 0 auto 8px;
    position: relative;
    width: 22px;
}

.header__burger__box__line {
    display: block;
    margin: -2px 0 0;
    top: 50%;
    transition-duration: 0.075s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.header__burger__box__line, .header__burger__box__line:before, .header__burger__box__line:after {
    background-color: #fff;
    border-radius: 2px;
    height: 4px;
    position: absolute;
    transition-property: transform;
    width: 22px;
}

.header__burger__box__line:before, .header__burger__box__line:after {
    content: "";
    display: block;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.header__burger__box__line:before {
    top: -8px;
    transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.header__burger__box__line:after {
    bottom: -8px;
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.header__burger.is-active .header__burger__box__line {
    transform: rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.header__burger.is-active .header__burger__box__line:before {
    opacity: 0;
    top: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.header__burger.is-active .header__burger__box__line:after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.header.is-scrolling .header-container {
    background-color: #fff;
}

.header.is-scrolling .header__nav__item__link {
    color: #5b5b5b;
}

.header.is-scrolling .header__nav__item__link:before {
    background-color: #5b5b5b;
}

@media (min-width: 992px) {
    .header.is-scrolling .header__nav__item--contact .header__nav__item__link:after {
        background-image: url(../images/icons/icon-paper-airplane.svg);
    }
}

.header.is-scrolling .header__burger__box__line, .header.is-scrolling .header__burger__box__line:before, .header.is-scrolling .header__burger__box__line:after {
    background-color: #5b5b5b;
}

.header--front:before {
    background-image: url(../images/commons/com-header-bg.png);
    background-position: center bottom;
    background-repeat: repeat-x;
    background-size: auto 115px;
    content: "";
    display: block;
    height: 115px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

@media (min-width: 992px) {
    .header--front:before {
        display: none;
    }
}

@media (min-width: 992px) {
    .header--front .header-container {
        background-color: #fff;
    }
}

.header--front .header__nav__item__link {
    color: #5b5b5b;
}

.header--front .header__nav__item__link:before {
    background-color: #5b5b5b;
}

.header--front .header__burger__box__line, .header--front .header__burger__box__line:before, .header--front .header__burger__box__line:after {
    background-color: #5b5b5b;
}

@media (min-width: 992px) {
    .header--front .header__nav__item--contact .header__nav__item__link:after {
        background-image: url(../images/icons/icon-paper-airplane.svg);
    }
}

.recruit-banner {
    opacity: 0;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.35s;
    visibility: hidden;
    z-index: 98;
}

.recruit-banner__link {
    display: block;
}

.recruit-banner.is-active {
    opacity: 1;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0s;
    visibility: visible;
}

/* --------------------
 Footer
-------------------- */
.footer {
    padding: 45px 0 15px;
}

.footer-container {
    margin: 0;
    padding: 0 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .footer-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 820px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.footer__main {
    border-bottom: 1px solid #5b5b5b;
    margin: 0 0 15px;
    padding: 0 0 15px;
}

.footer__main__info__logo {
    margin: 0 0 30px;
    text-align: center;
}

@media (min-width: 768px) {
    .footer__main__info__logo {
        text-align: left;
    }
}

.footer__main__info__content {
    margin: 0 0 20px;
    text-align: center;
}

@media (min-width: 768px) {
    .footer__main__info__content {
        text-align: left;
    }
}

.footer__main__info__content p {
    font-size: 1.4rem;
    letter-spacing: 0.125em;
    line-height: 1.6;
    margin: 0;
}

@media (min-width: 768px) {
    .footer__main__info__content p {
        background-color: #5b5b5b;
        color: #fff;
        display: inline-block;
        padding: 5px 8px;
    }
}

.footer__main__info__title {
    background-color: #5b5b5b;
    color: #fff;
    font-size: 1.4rem;
    margin: 0 0 10px;
    padding: 5px;
}

@media (min-width: 768px) {
    .footer__main__info__title {
        display: none;
    }
}

.footer__main__info__item {
    border-bottom: 1px solid #5b5b5b;
    margin: 0 0 15px;
    padding: 0 0 15px;
}

.footer__main__info__item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

@media (min-width: 768px) {
    .footer__main__info__item--mb {
        display: none;
    }
}

@media (min-width: 768px) {
    .footer__main__info__item__pri {
        align-items: stretch;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }
}

@media (min-width: 992px) {
    .footer__main__info__item__pri {
        justify-content: space-between;
    }
}

.footer__main__info__item__pri-col {
    margin: 0 0 5px;
}

.footer__main__info__item__pri-col:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .footer__main__info__item__pri-col {
        margin-bottom: 0;
        margin-right: 30px;
    }
}

@media (min-width: 992px) {
    .footer__main__info__item__pri-col {
        margin-right: 50px;
    }
}

@media (max-width: 767px) {
    .footer__main__info__item__pri-col--pc {
        display: none;
    }
}

@media (min-width: 768px) {
    .footer__main__info__item__sec {
        align-items: center;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
}

.footer__main__info__item__sec-col {
    margin: 0 0 5px;
}

.footer__main__info__item__sec-col:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .footer__main__info__item__sec-col {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .footer__main__info__item__sec-col:nth-child(1) {
        width: 60%;
    }
}

@media (min-width: 768px) {
    .footer__main__info__item__sec-col:nth-child(2) {
        width: 40%;
    }
}

.footer__main__info__item__menu__item {
    margin: 0 0 15px;
}

.footer__main__info__item__menu__item:last-child {
    margin-bottom: 0;
}

.footer__main__info__item__menu__item__link {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 900;
    position: relative;
}

.footer__main__info__item__menu__item__link span, .footer__main__info__item__menu__item__link img {
    vertical-align: middle;
}

.footer__main__info__item__menu__item__link img {
    margin: 0 0 0 5px;
}

.footer__main__info__item__menu__item__link:before {
    background-color: #5b5b5b;
    bottom: -1px;
    content: "";
    display: none;
    height: 1px;
    left: 0;
    margin: auto;
    max-width: 100%;
    position: absolute;
    right: auto;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 100%;
    z-index: 0;
}

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

.footer__main__info__item__menu__item__link:hover:before, .footer__main__info__item__menu__item__link:focus:before {
    transform: scale(1, 1);
    transform-origin: left top;
}

@media (max-width: 767px) {
    .footer__main__info__item__menu__item__link--contact img {
        left: 80px;
        max-width: 172px;
        position: absolute;
        top: -20px;
        width: 172px;
    }
}

.footer__main__info__item__menu__item__recruit {
    margin: 10px 0 0;
    padding: 0 0 0 10px;
}

.footer__main__info__item__menu__item__recruit__button {
    display: inline-block;
}

.footer__main__info__item__menu__item__recruit__button__label {
    background-color: #5b5b5b;
    color: #fff;
    display: inline-block;
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 1.4;
    margin: 0 0 5px;
    padding: 2px 12px;
    text-align: center;
}

.footer__main__info__item__menu__item__recruit__button__text {
    display: block;
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 0 0 3px;
    position: relative;
    text-align: center;
}

.footer__main__info__item__menu__item__recruit__button__text:after {
    border-right: 1px solid #5b5b5b;
    border-top: 1px solid #5b5b5b;
    bottom: 0;
    content: "";
    display: block;
    height: 10px;
    margin: auto;
    position: absolute;
    right: -5px;
    top: 0;
    transform: rotate(45deg);
    width: 10px;
}

.footer__main__info__item__menu__item__content {
    margin: 5px 0 0;
    padding: 0 0 0 10px;
}

.footer__main__info__item__menu__item__content p {
    font-size: 1.3rem;
    line-height: 1.4;
    margin: 0;
}

.footer__main__info__item__menu__item__sub {
    margin: 5px 0 0;
    padding: 0 0 0 10px;
}

.footer__main__info__item__menu__item__sub__item {
    margin: 0 0 5px;
}

.footer__main__info__item__menu__item__sub__item:last-child {
    margin-bottom: 0;
}

.footer__main__info__item__menu__item__sub__item__link {
    display: inline-block;
    font-size: 1.4rem;
    position: relative;
}

.footer__main__info__item__menu__item__sub__item__link:before {
    background-color: #5b5b5b;
    bottom: -1px;
    content: "";
    display: none;
    height: 1px;
    left: 0;
    margin: auto;
    max-width: 100%;
    position: absolute;
    right: auto;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 100%;
    z-index: 0;
}

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

.footer__main__info__item__menu__item__sub__item__link:hover:before, .footer__main__info__item__menu__item__sub__item__link:focus:before {
    transform: scale(1, 1);
    transform-origin: left top;
}

.footer__main__info__item__menu__recruit {
    margin: 10px 0 0;
}

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

.footer__main__info__item__menu__recruit__button {
    display: inline-block;
}

.footer__main__info__item__menu__recruit__button__label {
    background-color: #5b5b5b;
    color: #fff;
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1.4;
    margin: 0 0 5px;
    padding: 5px 10px;
    text-align: center;
}

.footer__main__info__item__menu__recruit__button__text {
    display: block;
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 0 0 3px;
    position: relative;
    text-align: center;
}

.footer__main__info__item__menu__recruit__button__text:after {
    border-right: 1px solid #5b5b5b;
    border-top: 1px solid #5b5b5b;
    bottom: 0;
    content: "";
    display: block;
    height: 10px;
    margin: auto;
    position: absolute;
    right: -5px;
    top: 0;
    transform: rotate(45deg);
    width: 10px;
}

.footer__main__info__item__company {
    padding: 0 0 0 10px;
}

.footer__main__info__item__company__name {
    font-size: 1.4rem;
    line-height: 1.6;
    margin: 0 0 10px;
}

@media (min-width: 768px) {
    .footer__main__info__item__company__name {
        line-height: 2;
        margin-bottom: 0;
    }
}

.footer__main__info__item__company__address {
    display: block;
    font-size: 1.4rem;
    line-height: 1.6;
    margin: 0;
}

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

.footer__main__sns {
    box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.1);
    margin: 0 0 50px;
}

@media (min-width: 768px) {
    .footer__main__sns {
        flex-grow: 0;
        flex-shrink: 0;
        margin-bottom: 0;
        width: 250px;
    }
}

.footer__main__sns__icon {
    margin: 0 0 15px;
    text-align: center;
}

.footer__main__sns__viewer {
    text-align: center;
}

.footer__copyright {
    display: block;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    text-align: center;
}