@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&display=swap');
@media print ,screen and (min-width: 768px) {
    html {
        font-size: 62.5%; /* 1rem = 10px */
    }
    .pc {
        display: block!important;
    }
    .sp {
        display: none!important;
    }
}
@media screen and (max-width: 767px) {
    html {
        font-size: 1.67vmin;
    }
    .pc {
        display: none!important;
    }
    .sp {
        display: block!important;
    }
}
html {
    font-family: "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Segoe UI", "Meiryo", sans-serif;
}
body {
    line-height: 1.4;
    min-width: 320px;
}
body * {
    box-sizing: border-box;
}
@keyframes shine {
	20% {
		left: 100%;
	}
	100% {
		left: 100%;
	}
}
@keyframes arrow {
	0% {
		right: 3.0rem;
        opacity: 1;
	}
	70% {
		right: 1.0rem;
        opacity: 0;
	}
	100% {
		right: 1.0rem;
        opacity: 0;
	}
}

/* #image-list */
#img_list {
    display: none;
}
@media screen and (min-width: 1068px) {
    #img_list {
        width: calc(100vw - 768px - 300px);
    }
}
@media screen and (max-width: 1067px) and (min-width: 768px) {
    #img_list {
        width: calc(100% - 768px);
    }
}
@media screen and (min-width: 768px) {
    #img_list {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 0;
        height: 100vh;
        background: url(../image/01_haikei_01.png) no-repeat bottom right;
        background-size: cover;
    }
    #img_list ul {
        width: 100%;
        height: 100%;
    }
    #img_list li {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        transition: opacity 0.5s ease-in-out;
        content: "";
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
    html:not(.imglist-ready) #img_list li {
        opacity: 0 !important;
        transition: none !important;
    }
    #img_list li.on {
        opacity: 1;
    }
    #img_list_about {
        background-image: url(../image/01_haikei_02_about.jpg);
        z-index: 1;
    }
    #img_list_work {
        background-image: url(../image/01_haikei_03_work.jpg);
        z-index: 2;
    }
    #img_list_interview {
        background-image: url(../image/01_haikei_04_interview.jpg);
        z-index: 3;
    }
    #img_list_numbers {
        background-image: url(../image/01_haikei_05_numbers.jpg);
        z-index: 4;
    }
    #img_list_career {
        background-image: url(../image/01_haikei_06_career.jpg);
        z-index: 5;
    }
    #img_list_benefit {
        background-image: url(../image/01_haikei_07_benefit.jpg);
        z-index: 6;
    }
    #img_list_team{
        background-image: url(../image/01_haikei_08_team.jpg);
        z-index: 7;
    }
    #img_list_entry {
        background-image: url(../image/01_haikei_09_entry.jpg);
        z-index: 9;
    }
    #img_list_faq {
        background-image: url(../image/01_haikei_10_faq.jpg);
        z-index: 10;
    }
}

/* nav */

@media print ,screen and (min-width: 1068px) {
    #gnav {
        width: 300px;
        padding: 35px;;
    }
    #gnav ul li:first-child {
        padding-bottom: 30px;
    }
    #gnav ul li:not(:first-child) a {
        padding: 11px 40px 11px 5px;
    }
}
@media screen and (max-width: 1067px) {
    #gnav {
        width: 80%;
        padding: 120px 35px 50px;
        z-index: 3000;
        background: rgba(255,255,255,0.95);

        transform: translateX(100%);
        opacity: 0;
        pointer-events: none;
        transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s;
    }
    #gnav.is-open {
        transform: translateX(0);
        opacity: 1;
        pointer-events: auto;
    }
    #gnav ul li:first-child {
        padding-bottom: 10px;
    }
    #gnav ul li:not(:first-child) a {
        padding: 10px 40px 10px 5px;
    }
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
    #gnav {
        /*display: none;*/
        padding: 0 20px 50px;
        padding-top: calc(45vw / 3 + 20px);
    }
    #gnav li {
        font-size: 1.8rem;
    }
}
@media screen and (max-width: 600px) {
    #gnav {
        width: 90%;
    }
}
#gnav li img.logo_menu {
    width: 202px;
    height: 62px;
}
#gnav {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    background: #fff;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
}
#gnav ul {
    font-size: 1.4rem;;
}
#gnav ul li {
    border-bottom: solid 1px #d8dfe4;
}
#gnav ul li:first-child {
    text-align: center;
}
#gnav ul li a {
    position: relative;
    display: block;
    text-decoration: none;
    transition: 0.2s;
}
#gnav ul li:not(:first-child) a {
    color: #000;
}
#gnav ul li:not(:first-child) a:hover {
    background: rgba(216,223,228,0.5);
}
#gnav ul li:first-child a {
    padding: 5px;
}
#gnav ul li:not(:first-child) a::after {
    content: '';
    position: absolute;
    top: calc(50% - 4px);
    right: 11px;
    width: 9px;
    height: 9px;
    border-top: solid 2px #00a1d8;
    border-right: solid 2px #00a1d8;
    border-radius: 0 2px 0 0;
    rotate: 45deg;
    transition: 0.2s;
}
#gnav ul li:not(:first-child) a:hover::after {
    border-top: solid 2px #00457d;
    border-right: solid 2px #00457d;
}
@media print ,screen and (min-width: 1068px) {
    #gnav ul li:not(:first-child) a.on {
        background: rgba(216,223,228,0.5);
    }
    #gnav ul li:not(:first-child) a.on::after {
        border-top: solid 2px #00457d;
        border-right: solid 2px #00457d;
    }
}

/* #wrap */
@media print ,screen and (min-width: 1068px) {
    #wrap {
        margin-right: 300px;
        margin-left: calc(100vw - 768px - 300px);
    }
}
@media print ,screen and (max-width: 1067px) and (min-width: 768px) {
    #wrap {
        margin-left: auto;
        margin-right: 0;
    }
}
@media screen and (min-width: 768px) {
    #wrap {
        width: 768px;
        box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2), -2px -2px 6px rgba(0, 0, 0, 0.1);
    }
}
@media screen and (max-width: 767px) {
}
#wrap {
    position: relative;
}

/* #wrap header */

#gnav_btn {
    display: none;
}
h1 > span {
    display: flex;
    align-items: center;
}
@media print ,screen and (min-width: 1570px) {
    #wrap header {
        width: calc(100vw - 768px - 300px - 30px - 15px);
    }
}
@media print ,screen and (max-width: 1569px) and (min-width: 1068px) {
    #wrap header {
        width: calc(100vw - 300px - 30px - 15px);
    }
}
@media print ,screen and (max-width: 1067px) {
    #gnav_btn {
        position: relative;
        display: block;
        float: right;
        width: 50px;
        height: 50px;
        margin: 10px 15px;
    }
    #gnav_btn span {
        display: block;
        width: 50px;
        height: 4px;
        background-color: #00a2d9;
        transition: transform 0.2s, opacity 0.2s;
    }
    #gnav_btn span:nth-child(1) {
        position: absolute;
        top: 10px;
        left: 0;
    }
    #gnav_btn span:nth-child(2) {
        position: absolute;
        top: calc(50% - 2px);
        left: 0;
    }
    #gnav_btn span:nth-child(3) {
        position: absolute;
        bottom: 10px;
        left: 0;
    }
    #gnav_btn.close span {
        background-color: #00457d;
    }
    #gnav_btn.close span:nth-child(1) {
        top: calc(50% - 2px);
        transform: rotate(45deg);
    }
    #gnav_btn.close span:nth-child(2) {
        opacity: 0;
    }
    #gnav_btn.close span:nth-child(3) {
        top: calc(50% - 2px);
        bottom: auto;
        transform: rotate(-45deg);
    }
}
@media print ,screen and (max-width: 1067px) and (min-width: 768px) {
    #wrap header {
        width: calc(100vw - 30px - 15px);
    }
}
@media print ,screen and (min-width: 768px) {
    #wrap header {
        top: 15px;
        left: 15px;
    }
    h1 {
        padding: 13px 20px 14px;
    }
    h1 > span {
        gap: 10px;
    }
    h1 img:nth-child(1) {
        width: auto;
        height: 42px;
    }
    h1 img:nth-child(2) {
        width: auto;
        height: 20px;
        padding-bottom: 1px;
    }
}
@media screen and (max-width: 767px) {
    #wrap::after {
        position: fixed;
        bottom: 10vh;
        left: 50%;
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-top: solid 30px rgba(0, 162, 217, 0.5);
        border-right: solid 20px transparent;
        border-left: solid 20px transparent;
        transform: translateX(-50%);
        opacity: 0;
        transition: 0.2s;
	    animation: 1.6s 3.6s scrollable ease-in-out infinite;
        will-change: transform, opacity;
    }
    @keyframes scrollable {
        0% {
            transform: translateX(-50%) translateY(0);
            opacity: 1;
        }
        70% {
            transform: translateX(-50%) translateY(5vh);
            opacity: 0;
        }
        100% {
            transform: translateX(-50%) translateY(5vh);
            opacity: 0;
        }
    }
    #wrap.is-scrolled::after {
        opacity: 0;
        animation: none;
    }
    #wrap header {
        width: calc(100vw - 20px);
        /*
         * モバイルのアドレスバー伸縮等で visual viewport が動くと、
         * fixed/sticky が僅かにズレて見えることがあるため補正（JSで更新）
         */
        top: calc(10px + var(--vv-offset-top, 0px));
        left: calc(10px + var(--vv-offset-left, 0px));

        /* iOS系（実機/エミュ）で fixed/sticky がスクロール中にズレる現象の緩和 */
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        will-change: transform;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;

        --gnav-btn-size: clamp(36px, 10vw, 64px);
        --gnav-btn-gap: clamp(8px, 2.5vw, 15px);
        --gnav-btn-line: clamp(4px, 0.9vw, 4px);
    }
    h1 {
        padding: 10px calc(var(--gnav-btn-size) + var(--gnav-btn-gap) + 3.6rem) 10px 12px;
    }
    h1 > span {
        gap: 1.0rem;
        width: 100%;
        max-width: 420px;
    }
    h1 img:nth-child(1) {
        width: 75%;
        height: auto;
    }
    h1 img:nth-child(2) {
        width: 24%;
        height: auto;
        padding-bottom: 1px;
    }

    #gnav_btn {
        float: none;
        position: absolute;
        top: 50%;
        right: var(--gnav-btn-gap);
        transform: translateY(-50%);
        width: var(--gnav-btn-size);
        height: var(--gnav-btn-size);
        margin: 0;
    }
    #gnav_btn span {
        width: 100%;
        height: var(--gnav-btn-line);
    }
    #gnav_btn span:nth-child(1) {
        top: 24%;
    }
    #gnav_btn span:nth-child(2) {
        top: 50%;
        transform: translateY(-50%);
    }
    #gnav_btn span:nth-child(3) {
        bottom: 24%;
    }
    #gnav_btn.close span:nth-child(1) {
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
    }
    #gnav_btn.close span:nth-child(3) {
        top: 50%;
        transform: translateY(-50%) rotate(-45deg);
    }
}
#wrap header {
    position: fixed;
    z-index: 5000;
}
h1 {
    background: #fff;
    border-radius: 8px;
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2), -2px -2px 6px rgba(0, 0, 0, 0.1);
}

/* #wrap main */
main {
    color: #00233f;
}
main #top.content_wrap {
    margin-top: 0;
}
.content_ttl {
    background-repeat: no-repeat;
    background-position: top center;
    background-color: transparent;
    text-align: center;
    margin-bottom: -2px;
}
.content_ttl.content_ttl_gray {
    background-image: url(../image/bk_circle_gray.png);
    background-size: cover;
}
.content_ttl.content_ttl_white {
    background-image: url(../image/bk_circle_white.png);
    background-size: cover;
}
main .content.bg_gray .content_inner {
    background-color: #e6edf2;
}
main .content.bg_white .content_inner {
    background-color: #fff;
}
.content_ttl h2 {
    font-size: 4.0rem;
    font-weight: bold;
    background-repeat: no-repeat;
}
.content_ttl h2 .ttl_en {
    display: block;
    font-size: 2.1rem;
    font-weight: bolder;
    letter-spacing: 0.1em;
}
.content_inner p.lead {
    line-height: 1.8;
}
@media print ,screen and (min-width: 768px) {
    main {
        width: 768px;
    }
    main .content_wrap {
        min-height: 100vh;
        background-color: transparent;
    }
    main .content {
        min-height: 100vh;

    }
    .content .content_inner {
        padding-bottom: 240px;
    }
    .content_ttl {
        min-height: 254px;
        padding-bottom: 40px;
    }
    .content_ttl h2 {
        padding-top: 118px;
        background-position: top 26px center;
    }
    .content_ttl h2 .ttl_en {
        margin-bottom: 36px;
    }
    .content_inner p.lead {
        padding-bottom: 60px;
        font-size: 1.8rem;
    }
}
@media screen and (max-width: 767px) {
    main .content_wrap {
        background-color: transparent;
    }
    main .content {
        min-width: 320px;
    }
    .content .content_inner {
        padding-bottom: 20vh;
    }
    .content_ttl {
        min-height: 20vh;
        padding-bottom: 3rem;
    }
    .content_ttl h2 {
        padding-top: 150px;
        background-position: top 60px center;
    }
    .content_ttl h2 .ttl_en {
        margin-bottom: 3rem;
    }
    .content_inner p.lead {
        padding-bottom: 4rem;
        font-size: 2.0rem;
    }
}

/* #wrap main hero */
#top {
    background-color: #e6edf2;
}
#hero {
    background-color: #e6edf2;
    position: relative;
}
#rosen {
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1;
    opacity: 0;
}
#hero_img_01, #hero_img_02, #hero_img_03, #hero_img_04, #hero_illust_01, #hero_illust_02, #hero_illust_03, #hero_illust_04, #hero_illust_05 {
    position: absolute;
    height: auto;
    z-index: 3;
}
#hero_img_01 {
    width: 24.48%;
    max-width: 188px;
}
#hero_img_02 {
    width: 31.77%;
    max-width: 244px;
}
#hero_img_03 {
    width: 30.25%;
    max-width: 232px;
}
#hero_img_04 {
    width: 26.82%;
    max-width: 206px;
}
#hero_txt {
    position: absolute;
    height: auto;
    z-index: 2;
}
@media print ,screen and (min-width: 768px) {
    #hero {
        min-height: 942px;
    }
    #hero_img_01 {
        top: 32px;
        left: 46px;
    }
    #hero_img_02 {
        top: 168px;
        left: 416px;
    }
    #hero_img_03 {
        top: 703px;
        left: 76px;
    }
    #hero_img_04 {
        top: 668px;
        left: 527px;
    }
    #rosen {
        top: 0;
    }
    #hero_txt {
        top: 258px;
        right: 0;
        width: 682px;
    }
}
@media screen and (max-width: 767px) {
    #top > div {
        min-width: 320px;
        min-height: 100vh;
    }
    #hero {
        padding-top: 60px;
    }
    #hero::before {
        content: "";
        display: block;
        padding-top: calc(920 / 767 * 100%);
        border-bottom: 1px solid #e6edf2;
    }
    #hero_img_01 {
        top: calc(4.228vw + 60px);
        left: 5.82%;
    }
    #hero_img_02 {
        top: calc(22.2vw + 60px);
        left: 52.66%;
    }
    #hero_img_03 {
        top: calc(90.20vw + 60px);
        left: 9.62%;
    }
    #hero_img_04 {
        top: calc(88.27vw + 60px);
        left: 66.71%;
    }
    #rosen {
        top: 60px;
    }
    #hero_txt {
        top: calc(34.09vw + 60px);
        right: 0;
        width: 88.8%;
    }
}

/* #wrap main intro */
#intro {
    background-color: #e6edf2;
    text-align: center;
}
#intro h2 {
    font-style: italic;
    font-weight: bold;
}
@media print ,screen and (min-width: 768px) {
    #intro {
        min-height: 100vh;
        padding-top: 72px;
        padding-bottom: 240px;
    }
    #intro h2 {
        margin-bottom: 40px;
        font-size: 5.0rem;
    }
    #intro p {
        margin-bottom: 30px;
        font-size: 2.2rem;
        line-height: 2;
    }
}
@media screen and (max-width: 767px) {
    #intro {
        padding:7.2rem 1.5rem 20vh;
    }
    #intro h2 {
        margin-bottom: 1em;
        font-size: 4.2rem;
    }
    #intro p {
        margin-bottom: 1.2em;
        font-size: 2.1rem;
        line-height: 1.8;
    }
}

/* #about */
#about .content_ttl h2 {
    font-size: 4.2rem;
    background-image: url(../image/about_icon.png);
}
#about .content_ttl h2 .ttl_en {
    color: #00a2d9;
}
#about_content .about_mv {
    text-align: center;
}
#about_content .about_mv a {
    display: inline-block;
    position: relative;
    transition: 0.2s;
    background: linear-gradient(to right, #00edff 0%, #001180 100%);
    line-height: 0;
}
#about_content .about_mv a img {
    line-height: 0;
    transition: 0.2s;
}
#about_content .about_mv a:hover img {
    opacity: 0.8;
}
#about_content .about_mv a::before {
    display: block;
    content: '';
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 40px;
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    z-index: 200;
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2), -2px -2px 6px rgba(0, 0, 0, 0.1);
    transition: 0.2s;
}
#about_content .about_mv a:hover::before {
    background: rgba(255, 255, 255, 1);
}
#about_content .about_mv a::after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: transparent;
    border-top: solid 19px transparent;
    border-bottom: solid 19px transparent;
    border-left: solid 30px #898989;
    position: absolute;
    top: calc(50% - 19px);
    left: calc(50% - 12px);
    z-index: 205;
}
#about_content .about_mv a:hover {
    opacity: 0.8;
}
#about_content .about_mv a:hover::before {
    box-shadow: none;
}
#about .pdf_dl {
    display: inline-block;
    margin-top: 3rem;
    border: solid 2px #08223c;
    border-radius: 100px;
    padding: 0.6em 1em;
    font-size: 1.8rem;
    font-weight: bold;
    transition: 0.2s;
    overflow: hidden;
    color: #00233f;
    text-decoration: none;
}
#about .pdf_dl:hover::before {
	animation: 2s 0s shine linear /*infinite*/;
	background: linear-gradient(to right, rgba(255,255,255,0) 25%, rgba(255,255,255,.6) 50%, rgba(255, 255, 255, 0) 75%);
	content: '';
	height: 100%;
	left: -100%;
	position: absolute;
	top: 0;
	transform: skewX(-15deg);
	width: 100%;
}
#about .pdf_dl span {
    display: inline-block;
    padding-left: 1em;
    font-size: 1.6rem;
    font-weight: normal;
}
@media print ,screen and (min-width: 768px) {
    #about .content_inner {
        padding-right: 65px;
        padding-left: 65px;
    }
    #about .pdf_dl:hover {
        background-color: #e6edf2;
    }
}
@media screen and (max-width: 767px) {
    #about .content_inner {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
    #about_content .about_mv img {
        width: 100%;
        height: auto;
    }
}

/* #work */
#work .content_ttl h2 {
    background-image: url(../image/work_icon.png);
}
#work .content_ttl h2 .ttl_en {
    color: #937eb8;
}
#work .work_list {
    margin: 0 0 2.0rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2.0rem;
    row-gap: 2.0rem;
    align-items: stretch;
}
#work .work_list li {
    display: flex;
    margin: 0;
    min-width: 0;
}
#work .work_list button {
    position: relative;
    flex: 1;
    width: 100%;
    height: 100%;
    min-width: 0;
    display: flex;
    align-items: center;
    border: solid 0.2rem #08223c;
    border-radius: 1.2rem;
    background: #fff;
    color: #08223c;
    font-weight: bold;
    text-align: left;
    transition: 0.2s;
    overflow: hidden;
}
#work .work_list button.slide_on {
    background: #08223c;
    color: #fff;
}
#work .work_list button.slide_on::before {
	animation: 2s 0s shine linear /*infinite*/;
	background: linear-gradient(to right, rgba(255,255,255,0) 25%, rgba(255,255,255,.6) 50%, rgba(255, 255, 255, 0) 75%);
	content: '';
	height: 100%;
	left: -100%;
	position: absolute;
	top: 0;
	transform: skewX(-15deg);
	width: 100%;
}
#work .work_list button::after {
    content: '';
    position: absolute;
    top: calc(50% - 0.8rem);
    right: 1.1rem;
    border-top: solid 0.3rem #08223c;
    border-right: solid 0.3rem #08223c;
    border-radius: 0 0.3rem 0 0;
    rotate: 45deg;
    transition: 0.2s;
}
#work .work_list button.slide_on::after {
    border-top: solid 0.3rem #fff;
    border-right: solid 0.3rem #fff;
}
.work_kanri {
    margin-right: 4.0rem;
    background:  #fff;
    text-align: center;
    border-radius: 2.0rem;
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2), -2px -2px 6px rgba(0, 0, 0, 0.1);
}
.work_kanri h3 {
    background-color: #00233f;
    border-radius: 0 0 2.7rem 2.7rem;
    font-weight: bold;
    color: #fff;
}
.work_kanri h3 + p {
    text-align: left;
}
.work_card {
    margin-top: 3.0rem;
    font-size: 1.4rem;
}
.work_card img + span {
    display: block;
    margin-top: 5px;
}
.slide-arrow_work {
    display: inline-block;
    position: absolute;
    top: calc(50% - 8.0rem);
    top: 50%;
    transform: translateY(-50%);
    width: 6.0rem;
    height: 6.0rem;
    margin: auto;
    border-radius: 6.0rem;
    background: #c9caca;
    z-index: 5000;
}
.slide-arrow_work::before {
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: transparent;
    border-top: solid 1.3rem transparent;
    border-bottom: solid 1.3rem transparent;
    position: absolute;
    top: calc(50% - 1.3rem);
    z-index: 205;
}
.slide-arrow_work.prev-arrow::before {
    border-right: solid 1.8rem #fff;
    left: calc(50% - 1.2rem);
}
.slide-arrow_work.next-arrow::before {
    border-left: solid 1.8rem #fff;
    left: calc(50% - 0.6rem);
}

/* WORK：Slick(overflow:hidden)でbox-shadowが上下で欠ける対策 */
.work_detail .slick-list {
    padding-top: 2.0rem !important;
    padding-bottom: 2.0rem !important;
}
@media print ,screen and (min-width: 768px) {
    #work .lead, #work .work_list {
        padding-right: 65px;
        padding-left: 65px;
    }
    #work .work_list button {
        padding: 0.8rem 2.6rem 0.8rem 1.4rem ;
        font-size: 1.8rem;
    }
    #work .work_list button:hover {
        background: #08223c;
        color: #fff;
    }
    #work .work_list button::after {
        width: 1.1rem;
        height: 1.1rem;
    }
    #work .work_list button:hover::before {
        animation: 2s 0s shine linear /*infinite*/;
        background: linear-gradient(to right, rgba(255,255,255,0) 25%, rgba(255,255,255,.6) 50%, rgba(255, 255, 255, 0) 75%);
        content: '';
        height: 100%;
        left: -100%;
        position: absolute;
        top: 0;
        transform: skewX(-15deg);
        width: 100%;
    }
    #work .work_list button:hover::after {
        border-top: solid 0.3rem #fff;
        border-right: solid 0.3rem #fff;
    }
    .work_kanri {
        max-width: 638px;
        padding: 0 4rem 3rem;
        font-size: 1.8rem;
    }
    .work_kanri h3 {
        margin: 0 2.1rem 3.0rem;
        padding: 1.2rem 1.6rem;
        font-size: 2.0rem;
    }
    .work_kanri h3 + p {
        font-size: 1.6rem;
        line-height: 1.8;
    }
    .work_card > p {
        text-align: center;
    }
    .work_card > p:not(:last-child) {
        margin-bottom: 35px;
    }
    .work_card img {
        width: 400px;
        height: auto;
        margin-right: auto;
        margin-left: auto;
    }
    .slide-arrow_work.prev-arrow {
        left: 3.0rem;
    }
    .slide-arrow_work.next-arrow {
        right: 3.0rem;
    }
}
@media screen and (max-width: 767px) {
    #work .lead, #work .work_list {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
    #work .work_list button {
        padding: 1.0rem 2.8rem 1.0rem 1.6rem ;
        font-size: 2.0rem;
    }
    #work .work_list button::after {
        width: 1.3rem;
        height: 1.3rem;
    }
    .work_kanri {
        width: 90vw;
        max-width: 638px;
        min-width: 300px;
        padding: 0 4rem 3.5rem;
        font-size: 2.0rem;
    }
    .work_kanri h3 {
        margin: 0 2.1rem 3.0rem;
        padding: 1.4rem 1.6rem;
        font-size: 2.5rem;
    }
    .work_kanri h3 + p {
        font-size: 1.8rem;
        line-height: 1.8;
    }
    .work_card img {
        max-width: 100%;
        height: auto;
    }
    .work_card > p:not(:last-child) {
        margin-bottom: 2.5rem;
    }
    .slide-arrow_work.prev-arrow {
        left: 0;
    }
    .slide-arrow_work.next-arrow {
        right: 0;
    }
}

/* #interview */
#interview .content_ttl h2 {
    background-image: url(../image/interview_icon.png);
}
#interview .content_ttl h2 .ttl_en {
    color: #e51718;
}
#interview .interview_list_wrap {
    position: relative;
    background-image: url(../image/interview_bk.jpg);
    background-size: contain;
    background-repeat: no-repeat;
}
#interview .content_inner {
    padding-bottom: 0;
}
/*#interview .content_inner ul {
    width: 100%;
    height: 100%;
}*/
#interview .interview_list_wrap button {
    position: absolute;
    display: inline-block;
    border-radius: 1.0rem;
    transition: 0.2s;
    overflow: hidden;
}
#interview .interview_list_wrap button .btn_inner {
    display: block;
    background-color: #fff;
    border-style: solid;
    border-radius: 1.0rem;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.05em;
    z-index: 405;
}
#interview .interview_list_wrap button img {
    display: inline-block;
    position: absolute;
    bottom: -1px;
    right: -1px;
    z-index: 500;
}
#interview .interview_list_wrap button:hover::after {
	animation: 2s 0s shine linear /*infinite*/;
	background: linear-gradient(to right, rgba(255,255,255,0) 25%, rgba(255,255,255,.6) 50%, rgba(255, 255, 255, 0) 75%);
	content: '';
	height: 100%;
	left: -100%;
	position: absolute;
	top: 0;
	transform: skewX(-15deg);
	width: 100%;
    z-index: 600;
    cursor: pointer;
}
#interview .interview_list_wrap button .btn_inner span:nth-child(1) {
    display: block;
    position: relative;
}
#interview .interview_list_wrap button .btn_inner span:nth-child(1)::after {
    display: block;
    content: '';
    height: 0;
    border-style: solid;
    border-radius: 1.0rem;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 410;
}
#interview .interview_list_wrap button .btn_inner span:nth-child(2) {
    display: block;
}
#interview .interview_list_wrap button.btn_ys .btn_inner,
#interview .interview_list_wrap button.btn_ys .btn_inner span:nth-child(1)::after {
    border-color: #00a0e8;
}
#interview .interview_list_wrap button.btn_hm .btn_inner,
#interview .interview_list_wrap button.btn_hm .btn_inner span:nth-child(1)::after {
    border-color: #d5ad58;
}
#interview .interview_list_wrap button.btn_my .btn_inner,
#interview .interview_list_wrap button.btn_my .btn_inner span:nth-child(1)::after {
    border-color: #e51718;
}
#interview .interview_list_wrap button.btn_th .btn_inner,
#interview .interview_list_wrap button.btn_th .btn_inner span:nth-child(1)::after {
    border-color: #13a38d;
}
#interview .interview_list_wrap button.btn_yy .btn_inner,
#interview .interview_list_wrap button.btn_yy .btn_inner span:nth-child(1)::after {
    border-color: #937eb8;
}
#interview .interview_list_wrap button.btn_mh .btn_inner,
#interview .interview_list_wrap button.btn_mh .btn_inner span:nth-child(1)::after {
    border-color: #b5b5b6;
}
@media print ,screen and (min-width: 768px) {
    #interview .lead {
        padding-right: 65px;
        padding-left: 65px;
    }
    #interview .interview_list_wrap {
        box-sizing: content-box;
        height: 2712px;
        padding-bottom: 240px;
    }
    #interview .interview_list_wrap button {
        min-width: 306px;
        font-size: 3.0rem;
        clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 38px),
            calc(100% - 38px) 100%,
            0 100%
        );
    }
    #interview .interview_list_wrap button .btn_inner {
        padding: 10px 15px;
        border-width: 7px;
        background-color: #fff;
        transition: 0.2s;
    }
    #interview .interview_list_wrap button img {
        width: 52px;
        height: 52px;
    }
    #interview .interview_list_wrap button .btn_inner span:nth-child(1) {
        padding-bottom: 12px;
    }
    #interview .interview_list_wrap button .btn_inner span:nth-child(1)::after {
        width: calc(100% - 6px);
        border-width: 3px;
    }
    #interview .interview_list_wrap button .btn_inner span:nth-child(2) {
        padding-top: 7px;
        font-size: 2.2rem;
    }
    #interview .interview_list_wrap .btn_ys {
        top: 320px;
        left: 45px;
    }
    #interview .interview_list_wrap .btn_hm {
        top: 566px;
        left: 270px;
    }
    #interview .interview_list_wrap .btn_my {
        top: 1205px;
        left: 46px;
    }
    #interview .interview_list_wrap .btn_th {
        top: 1554px;
        left: 156px;
    }
    #interview .interview_list_wrap .btn_yy {
        top: 2013px;
        left: 136px;
    }
    #interview .interview_list_wrap .btn_mh {
        top: 2507px;
        left: 42px;
    }
    #interview .interview_list_wrap button.btn_ys:hover .btn_inner {
        background-color: rgb(230, 246, 253);
    }
    #interview .interview_list_wrap button.btn_hm:hover .btn_inner {
        background-color: rgb(251, 247, 238);
    }
    #interview .interview_list_wrap button.btn_my:hover .btn_inner {
        background-color: rgb(252, 232, 232);
    }
    #interview .interview_list_wrap button.btn_th:hover .btn_inner {
        background-color: rgb(231, 246, 243);
    }
    #interview .interview_list_wrap button.btn_yy:hover .btn_inner {
        background-color: rgb(244, 242, 248);
    }
    #interview .interview_list_wrap button.btn_mh:hover .btn_inner {
        background-color: rgb(248, 248, 248);
    }
}
@media screen and (max-width: 767px) {
    #interview .lead {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
    #interview .interview_list_wrap {
        box-sizing: content-box;
        height: 353.125vw;
        padding-bottom: 20vh;
    }
    #interview .interview_list_wrap button {
        min-width: 10em;
        font-size: 2.6rem;
        clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 3.0rem - 0.7rem),
            calc(100% - 3.0rem - 0.7rem) 100%,
            0 100%
        );
    }
    #interview .interview_list_wrap button .btn_inner {
        padding: 1rem 1.5rem;
        border-width: 0.7rem;
    }
    #interview .interview_list_wrap button img {
        width: 5.2rem;
        height: 5.2rem;
        background-size: cover;
    }
    #interview .interview_list_wrap button .btn_inner span:nth-child(1) {
        padding-bottom: 0.8rem;
    }
    #interview .interview_list_wrap button .btn_inner span:nth-child(1)::after {
        width: calc(100% - 0.7rem);
        border-width: 0.35rem;
    }
    #interview .interview_list_wrap button .btn_inner span:nth-child(2) {
        padding-top: 0.7rem;
        font-size: 1.8rem;
    }
    #interview .interview_list_wrap .btn_ys {
        top: 39vw;
        left: 5.85%;
    }
    #interview .interview_list_wrap .btn_hm {
        top: 71.93vw;
        left: 35.15%;
    }
    #interview .interview_list_wrap .btn_my {
        top: 156vw;
        left: 5.98%;
    }
    #interview .interview_list_wrap .btn_th {
        top: 199.4vw;
        left: 20.31%;
    }
    #interview .interview_list_wrap .btn_yy {
        min-width: 9em;
        top: 262.5vw;
        left: 17.71%;
    }
    #interview .interview_list_wrap .btn_mh {
        top: 324.5vw;
        left: 5.46%;
    }
}
@media screen and (max-width: 320px) {
    #interview .interview_list_wrap {
        height: 1130px;
    }
    #interview .interview_list_wrap button {
        min-width: 140px;
        padding: 5px 10px;
        border-width: 3px;
        font-size: 14px;
    }
    #interview .interview_list_wrap button .btn_inner span:nth-child(2) {
        font-size: 10px;
    }
    #interview .interview_list_wrap .btn_ys {
        top: 125px;
        left: 19px;
    }
    #interview .interview_list_wrap .btn_hm {
        top: 230px;
        left: 112px;
    }
    #interview .interview_list_wrap .btn_my {
        top: 499px;
        left: 19px;
    }
    #interview .interview_list_wrap .btn_th {
        top: 638px;
        left: 65px;
    }
    #interview .interview_list_wrap .btn_yy {
        top: 840px;
        left: 57px;
    }
    #interview .interview_list_wrap .btn_mh {
        top: 1038px;
        left: 17px;
    }
}

/* #numbers */
#numbers .content_ttl h2 {
    background-image: url(../image/numbers_icon.png);
}
#numbers .content_ttl h2 .ttl_en {
    color: #aa5a23;
}
#numbers .content_ttl h2 .h2_sub {
    display: block;
    font-size: 3.0rem;
}
.number_scroll {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
#numbers ul {
    position: relative;
    display: grid;
    grid-auto-flow: column;             /* 列方向に流す */
    grid-template-rows: repeat(2, 1fr); /* 2行固定 */
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}/*
.number_scroll::before, .number_scroll::after {
	animation: 1.6s 0s arrow ease-in-out infinite;
    position: absolute;
    top: calc(50% - 6px);
    transform-origin: calc(100% - 2.5px) 50%;
    right: 3.0rem;
    content: "";
    display: block;
    height: 5px;
    background: #00a2d9;
    border-radius: 4px;
    z-index: 100;
}
.number_scroll::before {
    rotate: 45deg;
}
.number_scroll::after {
    rotate: -45deg;
}
.number_scroll.is-scrolled::before, .number_scroll.is-scrolled::after {
    opacity: 0;
    display: none;
}*/
.scroll_btn {
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    transition: 0.2s;
}
.scroll_btn::before, .scroll_btn::after {
	animation: 1.6s 0s arrow ease-in-out infinite;
    animation-delay: -1.4s;
    position: absolute;
    top: calc(50% - 2.5px);
    transform-origin: calc(100% - 2.5px) 50%;
    right: 3.0rem;
    right: 0rem;
    content: "";
    display: block;
    height: 5px;
    background: #00a2d9;
    border-radius: 4px;
    z-index: 100;
}
.scroll_btn::before {
    rotate: 45deg;
}
.scroll_btn::after {
    rotate: -45deg;
}
.is-scrolled > .scroll_btn {
    opacity: 0;
    display: none;
}
#numbers li {
    position: relative;
    flex-shrink: 0;
    padding: 6em 0 15px;
    background-color: #fff;
    border-radius: 2.4rem;
}
#numbers li > span {
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 0;
    position: absolute;
    top: 20px;
    left: 0;
    font-size: 2.0rem;
}
#numbers li img {
    max-width: 100%;
    height: auto;
}
#numbers li > span span {
    display: inline-block;
    padding: 3px 5px 0;
    font-size: 1.0rem;
}
#numbers .number_note {
    margin-top: 0.5em;
    font-size: 1.4rem;
    color: #595757;
}
@media print ,screen and (min-width: 768px) {
    #numbers .content_inner {
        padding-top: 20px;
        padding-left: 65px;
    }
    #numbers ul {
        grid-auto-columns: 220px;/* カード1枚の幅 */
        gap: 20px;
        padding-right: 65px;;
        padding-bottom: 8px; /* スクロールバーとの干渉を避ける */
    }
    /* PC時はマウスドラッグで横スクロール可能（JSで class を付与） */
    #numbers ul.is-drag-scroll {
        cursor: grab;
    }
    #numbers ul.is-dragging {
        cursor: grabbing;
        user-select: none;
    }
    /*.number_scroll::before, .number_scroll::after {
        width: 60px;
    }*/
    .scroll_btn {
        top: calc(50% - 12px);
        width: 46px;
        height: calc(92px - 10px);
    }
    .scroll_btn::before, .scroll_btn::after {
        width: 60px;
    }
    #numbers .number_note > span {
        display: inline-block;
    }
    #numbers .number_note > span:nth-child(2) {
        margin-left: 1em;
    }
}
@media screen and (max-width: 767px) {
    #numbers .content_inner {
        padding-top: 20px;
        padding-left: 1.5rem;
    }
    #numbers ul {
        grid-auto-columns: 45vw;/* カード1枚の幅 */
        gap: 1rem;
        padding-right: 1.5rem;;
        padding-bottom: 1rem; /* スクロールバーとの干渉を避ける */
    }
    /*.number_scroll::before, .number_scroll::after {
        width: 6.0rem;
    }*/
    .scroll_btn {
        top: calc(50% - 4px);
        width: 4.6rem;
        height: calc(9.2rem - 1rem);
    }
    .scroll_btn::before, .scroll_btn::after {
        width: 6.0rem;
    }
    #numbers ul li {
        max-width: 292px;
    }
    .number_scroll li img {
        max-width: 45vw;
        height: auto;
    }
    #numbers li > span span br {
        display: none;
    }
    #numbers .number_note > span {
        display: block;
    }
}

/* #career */
#career .content_ttl h2 {
    background-image: url(../image/career_icon.png);
}
#career .content_ttl h2 .ttl_en {
    color: #00ac94;
}
#career .career_scroll h3 {
    font-size: 2.2rem;
    margin-bottom: 0.7em;
}
#career .scrollable {
    position: relative;
    width: 100%;
    overflow-x: auto;
}
#career .scroll_btn::before, #career .scroll_btn::after {
    background: #2b919b;
}
#career .shikaku dl {
    display: inline-block;
}
#career .shikaku dl dt {
    text-align: center;
    background: #e6e6e6;
    font-weight: bold;
}
@media print ,screen and (min-width: 768px) {
    #career .content_inner {
        padding-right: 65px;
        padding-left: 65px;
    }
    #career .career_scroll {
        padding-left: 45px;
        /* margin-bottom: 90px; */
    }
    #career .scrollable {
        padding-right: 65px;
    }
    /* PC時はマウスドラッグで横スクロール可能（JSで class を付与） */
    #career .scrollable.is-drag-scroll {
        cursor: grab;
    }
    #career .scrollable.is-dragging {
        cursor: grabbing;
        user-select: none;
    }
    #career .scroll_btn {
        top: calc(50% - 12px + 2.2rem + 0.7em);
    }
    #career .career_scroll img {
        width: auto;
        max-height: 70vh;
    }
    #career .career_acdn {
        margin-bottom: 60px;
    }
    #career .shikaku p {
        margin-bottom: 20px;
    }
    #career .shikaku dl {
        margin-top: 20px;
    }
    #career .shikaku dl dt {
        margin-bottom: 20px;
    }
    #career .shikaku_list {
        display: grid;
        grid-auto-flow: column;
        grid-template-rows: repeat(4, 1fr);
    }
}
@media screen and (max-width: 767px) {
    #career .content_inner {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
    #career .career_scroll {
        padding-left: 2.5rem;
        /*margin-bottom: 5rem;*/
    }
    #career .scrollable {
        padding-right: 2.5rem;
    }
    #career .scroll_btn {
        top: calc(50% - 4px + 2.2rem + 0.7em);
    }
    #career .career_scroll img {
        width: auto;
        max-height: 70vh;
    }
    #career .career_acdn {
        margin-bottom: 4.0rem;
    }
    #career .shikaku p {
        margin-bottom: 2rem;
    }
    #career .shikaku dl {
        margin-top: 2rem;
    }
    #career .shikaku dl dt {
        margin-bottom: 2rem;
    }
}

/* #benefit */
#benefit .content_ttl h2 {
    background-image: url(../image/benefit_icon.png);
}
#benefit .content_ttl h2 .ttl_en {
    color: #f5a900;
}
@media print ,screen and (min-width: 768px) {
    #benefit .content_inner {
        padding-right: 65px;
        padding-left: 65px;
        padding-bottom: 340px;
    }
}
@media screen and (max-width: 767px) {
    #benefit .content_inner {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
        padding-bottom: 40vh;
    }
}

/* #team */
#team .content_ttl h2 {
    background-image: url(../image/team_icon.png);
}
#team .content_ttl h2 .ttl_en {
    color: #00a85c;
}
#team .team_gallery li {
    float: left;
    line-height: 0;
}
#team .team_gallery li:nth-child(4) {
    float: right;
}
#team .team_gallery::after {
    content: '';
    width: 100%;
    display: block;
    clear: both;
}
@media print ,screen and (min-width: 768px) {
    #team .content_inner .lead {
        padding-right: 65px;
        padding-left: 65px;
    }
    #team .team_gallery {
        padding-right: 18px;
        padding-left: 18px;
    }
    #team .team_gallery li {
        margin-bottom: 16px;
    }
    #team .team_gallery li:nth-child(2) {
        margin-right: 16px;
    }
    #team .team_gallery li:nth-child(5) {
        margin-bottom: 14px;
    }
}
@media screen and (max-width: 767px) {
    #team .content_inner .lead {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
    #team .team_gallery {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
    #team .team_gallery img {
        max-width: 100%;
        height: auto;
    }
    #team .team_gallery li:nth-child(2) {
        max-width: 54.87%;
    }
    #team .team_gallery li:nth-child(3) {
        max-width: 42.88%;
    }
    #team .team_gallery li:nth-child(4) {
        max-width: 52.43%;
    }
    #team .team_gallery li:nth-child(5),
    #team .team_gallery li:nth-child(6) {
        max-width: 45.32%;
    }
    #team .team_gallery li {
        margin-bottom: 2%;
    }
    #team .team_gallery li:nth-child(2) {
        margin-right: 2%;
    }
    #team .team_gallery li:nth-child(5) {
        margin-bottom: 2%;
    }
}

/* #entry */
#entry .content_ttl h2 {
    background-image: url(../image/entry_icon.png);
}
#entry .content_ttl h2 .ttl_en {
    color: #f5a900;
}
#entry .content_inner > dl > dt {
    font-weight: bold;
    background-color: #fff;
    line-height: 1;
}
#entry .content_inner > dl > dd {
    line-height: 1.8;
}
#entry .content_inner > dl > dd .list_circle > li {
    padding-left: 1.1em;
}
#entry .content_inner > dl > dd .list_circle > li:not(:last-child) {
    margin-bottom: 0.1em;
}
#entry .indent_1em {
    display: block;
    text-indent: -1em;
    padding-left: 1em;
}
#entry .worktime .list_circle > li:not(:last-child) {
    margin-bottom: 1em;
}
#entry .work_list {
    list-style-type: decimal;
    margin-left: 1.45em;
}
#entry .work_list li:not(:last-child) {
    margin-bottom: 0.4em;
}
@media print ,screen and (min-width: 768px) {
    #entry .content_inner {
        padding-right: 65px;
        padding-left: 65px;
    }
    #entry .content_inner > dl > dt {
        margin-bottom: 10px;
        padding: 7px 20px;
        font-size: 2.0rem;
    }
    #entry .content_inner > dl > dd {
        margin-bottom: 30px;
        padding: 0 20px 7px;
        font-size: 1.8rem;
    }
}
@media screen and (max-width: 767px) {
    #entry .content_inner {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
    #entry .content_inner > dl > dt {
        margin-bottom: 1.0rem;
        padding: 1rem;
        font-size: 2.1rem;
    }
    #entry .content_inner > dl > dd {
        margin-bottom: 3.0rem;
        padding: 0 1rem 1rem;
        font-size: 2.0rem;
    }
}

/* #faq */
#faq .content_ttl h2 {
    background-image: url(../image/faq_icon.png);
}
#faq .content_ttl h2 .ttl_en {
    color: #00a2d9;
}
#faq h3 {
    margin-bottom: 20px;
    font-size: 2.7rem;
    font-weight: bold;
}
@media print ,screen and (min-width: 768px) {
    #faq .content_inner {
        padding-right: 65px;
        padding-left: 65px;
        padding-bottom: 340px;
    }
}
@media screen and (max-width: 767px) {
    #faq .content_inner {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
        padding-bottom: 40vh;
    }
}

/* #contact */
#contact .content_ttl h2 {
    background-image: url(../image/contact_icon.png);
}
#contact .content_ttl h2 .ttl_en {
    color: #00a2d9;
}
main #contact.content_wrap {
    min-height: inherit;
}
main #contact .content {
    min-height: inherit;
}
.contact_tel, .contact_mail {
    background-repeat: no-repeat;
    background-position: top  left;
    font-weight: bold;
    text-align: center;
}
.contact_tel {
    margin: 20px 0 30px;
    background-image: url(../image/contact_01.png);
    font-size: 3.8rem;
}
.contact_tel a {
    /*text-decoration: none;*/
    color: #00233f;
}
.contact_tel span {
    display: block;
    font-weight: normal;
}
.contact_mail {
    vertical-align: bottom;
    background-image: url(../image/contact_02.png);
}
.contact_mail a {
    color: #00233f;
    word-wrap: break-word;
}
@media print ,screen and (min-width: 768px) {
    #contact .content_inner {
        padding-top: 5px;
        padding-right: 65px;
        padding-left: 65px;
        padding-bottom: 200px;
    }
    .contact_tel, .contact_mail {
        min-height: 70px;
        padding-left: 95px;
    }
    .contact_tel span {
        font-size: 2.2rem;
    }
    .contact_mail {
        padding-top: 1.0rem;
        font-size: 3.0rem;
    }
}
@media screen and (max-width: 767px) {
    #contact .content_inner {
        padding-top: 5px;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
        padding-bottom: calc(12rem + 80px);
    }
    .contact_tel, .contact_mail {
        min-height: 6.8rem;
        padding-left: 8.5rem;
        background-size: 6.8rem auto;
    }
    .contact_tel span {
        font-size: 1.8rem;
    }
    .contact_mail {
        font-size: 3.0rem;
    }
}

/* entry_form */
:root {
    --entry-form-height: 0px;
}

#entry_form {
    background-color: #333;

    /* footer隣接のエリアを、画面下部へ追従させる */
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 768px;
    z-index: 250;
    /*padding: 15px 20px env(safe-area-inset-bottom, 0px);*/
    padding: 10px 20px;

    /* 初期は非表示。100vhスクロール後にJSで表示 */
    opacity: 0;
    pointer-events: none;
    --entry-form-shiftY: 0px;
    --entry-form-fadeY: 10px;
    transform: translate3d(0, calc(var(--entry-form-shiftY, 0px) + var(--entry-form-fadeY, 0px) + 1px), 0);
    transition: opacity 0.25s ease, transform 0.25s ease;

    /* iOSでのスクロール中transform更新のガクつきを抑制 */
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
#entry_form.is-footer-overlap {
    /* footer合流中はtransformを毎フレーム更新するため、transitionを切って追従を滑らかに */
    transition: opacity 0.25s ease;
}
#entry_form.is-docked {
    /* iOS対策：footer合流時は追従（transform更新）をやめて、footer上端で固定 */
    position: absolute;
    bottom: auto;
    transform: none;
}
#entry_form.is-visible {
    opacity: 1;
    pointer-events: auto;
    --entry-form-fadeY: 0px;
}
#entry_form_content {
    display: flex;
    gap: 10px;
    width: calc(100% - 100px);
    justify-content: center
}
#entry_form .form_line, #entry_form .form_mail {
    width: 100%;
}
#entry_form_content a, #entry_form_content button, #entry-modal .entry-modal-content a {
    position: relative;
    display: inline-block;
    width: 100%;
    border-radius: 100px;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    background-repeat: no-repeat;
    transition: 0.2s;
    overflow: hidden;
}
#entry_form_content a:hover::before, 
#entry_form_content button:hover::before, 
#entry-modal .entry-modal-content a:hover::before {
	animation: 2s 0s shine linear;
	background: linear-gradient(to right, rgba(255,255,255,0) 25%, rgba(255,255,255,.6) 50%, rgba(255, 255, 255, 0) 75%);
	content: '';
	height: 100%;
	left: -100%;
	position: absolute;
	top: 0;
	transform: skewX(-15deg);
	width: 100%;
}
#entry_form .form_line a,
#entry_form .form_line button {
    background-color: #00c900;
    background-image: url(../image/entry_01.png);
}
#entry_form .form_mail button, #entry-modal .entry-modal-content a {
    background-color: #00467e;
    background-image: url(../image/entry_02.png);
}
#entry_form_content a::after, 
#entry_form_content button::after, 
#entry-modal .entry-modal-content a::after {
    position: absolute;
    content: '';
    display: block;
    background: transparent;
    rotate: 45deg;
}
@media screen and  (min-width: 1068px) {
    #entry_form {
        margin: auto auto auto calc(100vw - 768px - 300px);
    }
}
@media screen and (max-width: 1067px) {
    #entry_form {
        margin: auto 0 auto auto;
    }
}
@media print ,screen and (min-width: 768px) {
    #entry_form_content a, #entry_form_content button, #entry-modal .entry-modal-content a {
        padding: 0.7em 4rem 0.7em 55px;
        background-position: top 6px left 10px;
        background-size: 40px auto;
        letter-spacing: 0.2rem;
    }
    #entry_form_content a::after, #entry_form_content button::after, #entry-modal .entry-modal-content a::after {
        width: 12px;
        height: 12px;
        border-top: solid 3px #fff;
        border-right: solid 3px #fff;
        border-radius: 0 3px 0 0;
        top: calc(50% - 8px);
        right: 10px;
    }
}
@media screen and (max-width: 767px) {
    #entry_form_content a, #entry_form_content button, #entry-modal .entry-modal-content a {
        padding: 0.8em 3rem 0.8em 5.5rem;
        background-position: top 0.6rem left 1rem;
        background-size: 4.0rem auto;
        line-height: 1;
    }
    #entry_form_content a::after, #entry_form_content button::after, #entry-modal .entry-modal-content a::after {
        width: 1.2rem;
        height: 1.2rem;
        border-top: solid 3px #fff;
        border-right: solid 3px #fff;
        border-radius: 0 3px 0 0;
        top: calc(50% - 0.8rem);
        right: 10px;
    }
}
@media screen and (max-width: 320px) {
    #entry_form {
        right: inherit;
        max-width: 320px;
    }
}

/* back to top */
#back-to-top {
    z-index: auto;
    width: 100px;
    padding-left: 20px;
}

#back-to-top button {
    position: relative;
    display: block;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    width: 80px;
    height: 80px;
}

#back-to-top button img {
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.2s;
}
#back-to-top .pagetop_01 {
    top: 0;
    left: 0;
    filter: drop-shadow(3px 3px 10px rgba(0,0,0,0.3));
}
@media screen and (min-width: 768px) {
    #back-to-top button:hover img {
        transform: scale(0.9);
    }
    #back-to-top button:hover .pagetop_03 {
        top: 6px;
    }
}

@media screen and (max-width: 767px) {
    /* SP時のみ：トップへ戻るを#entry_formの枠外（右上）へ */
    #entry_form_content {
        width: 100%;
    }

    #back-to-top {
        position: absolute;
        top: 0;
        right: 10px;
        width: auto;
        padding-left: 0;
        z-index: 260;
        transform: translate3d(0, calc(-100% - 10px), 0);
    }
}




/* footer */
footer {
    padding: 20px;
    position: relative;
    z-index: 200;
    background-color: #333;
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
}
.footer_logo img {
    height: auto;
}
footer p:not(:last-child) {
    margin-bottom: 25px;
}
@media print ,screen and (min-width: 768px) {
    .footer_logo img {
        max-width: 636px;
    }
}
@media screen and (max-width: 767px) {
    .footer_logo img {
        max-width: 320px;
    }
}

/* dialog */
dialog[open] {
    display: block;
}

/* 背景スクロール禁止（モーダル表示中） */
body.is-modal-open {
    overflow: hidden;
}

/* dialog fade (about / interview / interview video) */
#about-intro-modal[open],
#interview-video-modal[open],
dialog#entry-modal[open],
dialog#line-entry-modal[open],
dialog[id^="interview-modal-"][open] {
    opacity: 0;
    transition: opacity 0.2s;
}

/* 一部ケース（動画モーダルclose後の復帰など）は瞬時表示 */
#about-intro-modal[open].is-no-fade,
#interview-video-modal[open].is-no-fade,
dialog[id^="interview-modal-"][open].is-no-fade {
    transition: none !important;
}

#about-intro-modal[open].is-visible,
#interview-video-modal[open].is-visible,
dialog#entry-modal[open].is-visible,
dialog#line-entry-modal[open].is-visible,
dialog[id^="interview-modal-"][open].is-visible {
    opacity: 1;
}

/* ENTRY：エントリー（モーダル） */
#entry-modal, #line-entry-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: calc(1.5rem + 8px) 0 0;
    width: min(610px, calc(100vw - 32px));
    padding: 0;
    border: none;
    background: transparent;
    overflow: visible;
}

/* showModal 未対応時（open属性で表示する場合）に画面内モーダル化 */
#entry-modal.is-polyfill[open],
#line-entry-modal.is-polyfill[open]  {
    position: fixed;
    inset: 0;
    margin: 0;
    width: 100vw;
    height: 100vh;
    max-width: none;
    max-height: none;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;
    background: rgba(0, 0, 0, 0.5);
    transform: none;
}

#entry-modal .entry-modal-content,
#line-entry-modal .entry-modal-content  {
    position: relative;
    background: #fff;
    border-radius: 1.5rem;
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2), -2px -2px 6px rgba(0, 0, 0, 0.1);
    padding: 25px;
}
#entry-modal .entry-modal-content p,
#line-entry-modal .entry-modal-content p {
    color: #00233f;
    line-height: 1.6;
    text-align: center;
}
#entry-modal .entry-modal-content p:first-child,
#line-entry-modal .entry-modal-content p:first-child {
    font-weight: bold;
    font-size: 2.0rem;
    margin-bottom: 1em;
}
#entry-modal .entry-modal-content p:nth-child(2),
#line-entry-modal .entry-modal-content p:nth-child(2) {
    font-size: 1.8rem;
    margin-bottom: 1.6em;
}
.entry-modal-body > div {
    text-align: center;
}
#entry-modal .entry-modal-content a {
    max-width: 15em;
}

#entry-modal .modal-close,
#line-entry-modal .modal-close {
    appearance: none;
    -webkit-appearance: none;
    border: none;
    background: transparent;
    color: #fff;
    font-size: 3.0rem;
    line-height: 1;
    padding: 4px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, calc(-100% - 8px));
    z-index: 3;
}

@media screen and (max-width: 767px) {
    #entry-modal .entry-modal-content,
    #line-entry-modal .entry-modal-content {
        padding: 2.0rem;
    }
}

dialog::backdrop {
    background: rgba(0, 0, 0, 0.5);
}

/* showModal 未対応時（open属性で表示する場合）に画面内モーダル化 */
dialog.is-polyfill[open] {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;
    background: rgba(0, 0, 0, 0.5);
}

/* INTERVIEW：先輩社員紹介（見出し＋動画＋スケジュールのモーダル） */
dialog[id^="interview-modal-"] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: calc(1.5rem + 8px) 0 0;
    /*max-width: min(768px, calc(100vw - 32px));*/
    width: calc(100% - 32px);
    max-width: 650px;
    padding: 0;
    background: #fff;
    border-style: solid;
    border-radius: 1.5rem;
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2), -2px -2px 6px rgba(0, 0, 0, 0.1);
    color: #00233f;
    overflow: visible;
}
dialog[id^="interview-modal-"] .interview-modal-content {
    max-height: calc(100vh - 64px - 10px - (1.5rem + 8px) - 7rem);
    margin: 5px;
    border-radius: 1.0rem;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    min-height: 0;
}
dialog[id^="interview-modal-"] .modal-close {
    appearance: none;
    -webkit-appearance: none;
    border: none;
    background: transparent;
    color: #fff;
    font-size: 3.0rem;
    line-height: 1;
    padding: 4px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, calc(-100% - 8px));
    z-index: 3;
}
dialog[id^="interview-modal-"] .interview-modal-top-grid {
    display: grid;
    width: auto;
    max-width: 100%;
    grid-template-rows: 1fr auto;/* 1行目が伸びる / 2行目はh4の高さ */
    column-gap: 0;
    align-items: start;/* 上揃え */
    margin: 0 0 16px;
    flex: 0 0 auto;
}
dialog[id^="interview-modal-"] .interview-modal-media {
    grid-column: 2;
    grid-row: 1 / span 2;/* h4の下端＝画像下端 */
    margin: 0;
    align-self: start;
}
dialog[id^="interview-modal-"] .interview-modal-media img {
    display: block;
    width: 100%;
    height: auto;
    transition: 0.2s;
}

dialog[id^="interview-modal-"] .interview-modal-media .video-link {
    position: relative;
    display: block;
    line-height: 0;
    background: linear-gradient(to right, #00edff 0%, #001180 100%);
}
dialog[id^="interview-modal-"] .interview-modal-media .video-link:hover img {
    opacity: 0.8;
}
dialog[id^="interview-modal-"] .interview-modal-media .video-link::before {
    display: block;
    content: '';
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    z-index: 400;
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2), -2px -2px 6px rgba(0, 0, 0, 0.1);
    transition: 0.2s;
    pointer-events: none;
}
dialog[id^="interview-modal-"] .interview-modal-media .video-link:hover::before {
    background: rgba(255, 255, 255, 1);
}
dialog[id^="interview-modal-"] .interview-modal-media .video-link::after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: transparent;
    position: absolute;
    z-index: 405;
    pointer-events: none;
}
dialog[id^="interview-modal-"] .interview-modal-header {
    position: relative;
    top: 0;
    left: 0;
    grid-column: 1;
    grid-row: 1;
    width: auto;
    margin: 0;
    align-self: start;/* 上揃え */
}
dialog[id^="interview-modal-"] .interview-modal-header h3 {
    margin: 0;
    font-weight: bold;
}
dialog[id^="interview-modal-"] h4 {
    position: relative;
    grid-column: 1;
    grid-row: 2;
    align-self: end;/* 下ぞろえ */
    justify-self: start;
    margin: 0;
    border-radius: 0 100px 100px 0;
    font-size: 2.0rem;
    font-weight: bold;
    color: #fff;
}

/* JSオーバーレイ描画時は h4 の時計アイコン（疑似要素）も無効化 */
dialog[id^="interview-modal-"].has-schedule-marker-overlay h4::before {
	content: none !important;
}
dialog[id^="interview-modal-"] .interview-schedule {
    margin-top: 1.5em;
    padding: 0;
    overflow: visible;
    flex: 0 0 auto;
    min-height: 0;
}
dialog[id^="interview-modal-"] .interview-schedule li {
    /*position: relative;*/
    display: flex;
}
dialog[id^="interview-modal-"] .interview-schedule li:not(:last-child) {
    margin-bottom: 1.5em;
}

/* JSオーバーレイ描画時は疑似要素を無効化 */
dialog[id^="interview-modal-"].has-schedule-marker-overlay .interview-schedule li::before {
    content: none;
}

/* li::before 相当のマーカーをdialog直下に描画するレイヤー */
dialog[id^="interview-modal-"] .interview-modal-overflow-layer {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: visible;
    z-index: 2;
}
dialog[id^="interview-modal-"] .interview-schedule-marker {
    position: absolute;
    box-sizing: content-box;
    background-color: #fff;
    border-style: solid;
}

/* h4::before 相当の時計アイコンをdialog直下に描画 */
dialog[id^="interview-modal-"] .interview-heading-clock {
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
}

dialog[id^="interview-modal-"] .interview-schedule li time {
    width: 4em;
    flex: 0 0 4em;
    white-space: nowrap;
    text-align: right;
    font-size: 1.8rem;
    font-weight: bold;
}
dialog[id^="interview-modal-"] .interview-schedule li > div {
    flex: 1 1 auto;
    min-width: 0;
    padding-left: 2.0rem;
}
dialog[id^="interview-modal-"] .interview-schedule li > div p:nth-child(1) {
    font-size: 1.8rem;
    font-weight: bold;
}
dialog[id^="interview-modal-"] .interview-schedule li > div p:nth-child(1) > span {
    font-size: 1.6rem;
    font-weight: normal;
}

dialog[id^="interview-modal-ys"],
dialog[id^="interview-modal-ys"] .interview-schedule-marker {
    border-color: #00a0e8;
}
dialog[id^="interview-modal-ys"] h4 {
    background: #00a0e8;
}
dialog[id^="interview-modal-ys"] .interview-heading-clock {
    background-image: url(../image/interview_clock_blue.png);
}
dialog[id^="interview-modal-ys"] .interview-schedule li time {
    color: #00a0e8;
}

dialog[id^="interview-modal-hm"],
dialog[id^="interview-modal-hm"] .interview-schedule-marker {
    border-color: #d5ad58;
}
dialog[id^="interview-modal-hm"] h4 {
    background: #d5ad58;
}
dialog[id^="interview-modal-hm"] .interview-heading-clock {
    background-image: url(../image/interview_clock_khaki.png);
}
dialog[id^="interview-modal-hm"] .interview-schedule li time {
    color: #d5ad58;
}

dialog[id^="interview-modal-my"],
dialog[id^="interview-modal-my"] .interview-schedule-marker {
    border-color: #e51718;
}
dialog[id^="interview-modal-my"] h4 {
    background: #e51718;
}
dialog[id^="interview-modal-my"] .interview-heading-clock {
    background-image: url(../image/interview_clock_red.png);
}
dialog[id^="interview-modal-my"] .interview-schedule li time {
    color: #e51718;
}

dialog[id^="interview-modal-th"],
dialog[id^="interview-modal-th"] .interview-schedule-marker {
    border-color: #13a38d;
}
dialog[id^="interview-modal-th"] h4 {
    background: #13a38d;
}
dialog[id^="interview-modal-th"] .interview-heading-clock {
    background-image: url(../image/interview_clock_green.png);
}
dialog[id^="interview-modal-th"] .interview-schedule li time {
    color: #13a38d;
}

dialog[id^="interview-modal-yy"],
dialog[id^="interview-modal-yy"] .interview-schedule-marker {
    border-color: #937eb8;
}
dialog[id^="interview-modal-yy"] h4 {
    background: #937eb8;
}
dialog[id^="interview-modal-yy"] .interview-heading-clock {
    background-image: url(../image/interview_clock_purple.png);
}
dialog[id^="interview-modal-yy"] .interview-schedule li time {
    color: #937eb8;
}

dialog[id^="interview-modal-mh"],
dialog[id^="interview-modal-mh"] .interview-schedule-marker {
    border-color: #b5b5b6;
}
dialog[id^="interview-modal-mh"] h4 {
    background: #b5b5b6;
}
dialog[id^="interview-modal-mh"] .interview-heading-clock {
    background-image: url(../image/interview_clock_gray.png);
}
dialog[id^="interview-modal-mh"] .interview-schedule li time {
    color: #b5b5b6;
}

@media screen and (min-width: 768px) {
    dialog[id^="interview-modal-"] {
        border-width: 5px;
    }
    dialog[id^="interview-modal-"] .interview-modal-content {
        padding: 25px 0;
    }
    dialog[id^="interview-modal-"] .interview-modal-top-grid {
        grid-template-columns: calc(100% - 236px) 236px;
    }
    dialog[id^="interview-modal-"] .interview-modal-header {
        padding: 0 20px 0 40px;
    }
    dialog[id^="interview-modal-"] .interview-modal-header h3 {
        font-size: 2.2rem;
    }
    dialog[id^="interview-modal-"] .interview-modal-media {
        padding: 0 40px 0 0;
    }
    dialog[id^="interview-modal-"] .interview-modal-media .video-link::before {
        width: 60px;
        height: 60px;
        border-radius: 30px;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
    }
    dialog[id^="interview-modal-"] .interview-modal-media .video-link::after {
        border-top: solid 16px transparent;
        border-bottom: solid 16px transparent;
        border-left: solid 26px #898989;
        top: calc(50% - 16px);
        left: calc(50% - 9px);
    }
    dialog[id^="interview-modal-"] h4 {
        padding: 0.1rem 1em 0.1rem 40px;
    }
    dialog[id^="interview-modal-"] .interview-heading-clock {
        width: 66px;
        height: 66px;
    }
    dialog[id^="interview-modal-"] .interview-schedule-marker {
        width: 15px;
        height: 15px;
        border-width: 5px;
        border-radius: 20px;
    }
    dialog[id^="interview-modal-"] .interview-schedule li > div p:nth-child(2) {
        font-size: 1.6rem;
    }
}
@media screen and (max-width: 767px) {
    dialog[id^="interview-modal-"] {
        border-width: 0.7rem;
    }
    dialog[id^="interview-modal-"] .interview-modal-content {
        padding: 2em 0;
    }
    dialog[id^="interview-modal-"] .interview-modal-top-grid {
        grid-template-columns: calc(100% - 36%) 36%;
    }
    dialog[id^="interview-modal-"] .interview-modal-header {
        padding: 0 1.0rem 0 2.0rem;
    }
    dialog[id^="interview-modal-"] .interview-modal-header h3 {
        font-size: 2.1rem;
    }
    dialog[id^="interview-modal-"] .interview-modal-media {
        padding: 0 2.0rem 0 0;
    }
    dialog[id^="interview-modal-"] .interview-modal-media .video-link::before {
        width: 6rem;
        height: 6rem;
        border-radius: 3rem;
        top: calc(50% - 3rem);
        left: calc(50% - 3rem);
    }
    dialog[id^="interview-modal-"] .interview-modal-media .video-link::after {
        border-top: solid 1.6rem transparent;
        border-bottom: solid 1.6rem transparent;
        border-left: solid 2.6rem #898989;
        top: calc(50% - 1.6rem);
        left: calc(50% - 0.9rem);
    }
    dialog[id^="interview-modal-"] h4 {
        padding: 0.1rem 1em 0.1rem 2.6rem;
    }
    dialog[id^="interview-modal-"] .interview-heading-clock {
        width: 11vw;
        height: 11vw;
        max-width: 66px;
        max-height: 66px;
    }
    dialog[id^="interview-modal-"] .interview-schedule-marker {
        width: 1.5rem;
        height: 1.5rem;
        border-width: 0.7rem;
        border-radius: 2rem;
    }
    dialog[id^="interview-modal-"] .interview-schedule li > div p:nth-child(2) {
        font-size: 1.8rem;
    }
}

/* ABOUT：紹介ムービー（見出し無しの動画モーダル） */
#about-intro-modal {
	border: none;
	padding: 0;
	background: transparent;
}

#about-intro-modal[open] {
    margin: 0;
    width: 100vw;
    height: 100vh;
    width: 100dvw;
    height: 100dvh;
    max-width: none;
    max-height: none;
    box-sizing: border-box;
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
    overflow-x: hidden;
    background: rgba(0, 0, 0, 0.5);
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

#about-intro-modal::-webkit-scrollbar {
    display: none;
}

/* showModal 未対応時（open属性で表示する場合）に画面内モーダル化 */
#about-intro-modal.is-polyfill[open] {
	margin: 0;
    width: 100vw;
    height: 100vh;
	width: 100dvw;
	height: 100dvh;
	max-width: none;
	max-height: none;
	box-sizing: border-box;
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
    overflow-x: hidden;
    background: rgba(0, 0, 0, 0.5);
}

#about-intro-modal::backdrop {
    background: transparent;
}
#about-intro-modal .about-modal-content {
    position: relative;
}
#about-intro-modal .modal-close {
	appearance: none;
	-webkit-appearance: none;
	border: none;
	background: transparent;
	color: #fff;
	font-size: 3.0rem;
	line-height: 1;
	padding: 4px;
	cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
#about-intro-modal .about-modal-media {
    padding-top: calc(3.0rem + 8px);
}
.about-modal-content {
    width: min(768px, calc(100vw - 32px));
    margin: 10vh auto 0;
    margin: auto;
    background: transparent;
    /*border-radius: 8px;*/
    overflow: hidden;
}
.about-modal-media video {
    width: 100%;
    height: auto;
    display: block;
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2), -2px -2px 6px rgba(0, 0, 0, 0.1);
}

/* interview mv modal */


/* INTERVIEW：動画再生（サムネクリックで開く共通モーダル） */
#interview-video-modal {
    border: none;
    padding: 0;
    background: transparent;
}

#interview-video-modal[open] {
    margin: 0;
    width: 100vw;
    height: 100vh;
    width: 100dvw;
    height: 100dvh;
    max-width: none;
    max-height: none;
    box-sizing: border-box;
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
    overflow-x: hidden;
    background: rgba(0, 0, 0, 0.5);
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

#interview-video-modal::-webkit-scrollbar {
    display: none;
}

/* showModal 未対応時（open属性で表示する場合）に画面内モーダル化 */
#interview-video-modal.is-polyfill[open] {
	margin: 0;
    width: 100vw;
    height: 100vh;
	width: 100dvw;
	height: 100dvh;
	max-width: none;
	max-height: none;
	box-sizing: border-box;
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
    overflow-x: hidden;
    background: rgba(0, 0, 0, 0.5);
}

#interview-video-modal::backdrop {
	background: transparent;
}

.interview-video-modal-content {
    max-width: 100%;
    margin: auto;
    padding: 0;
    box-sizing: border-box;
}

.interview-video-modal-header {
    position: relative;
    height: calc(3.0rem + 8px);
}

#interview-video-modal .modal-close {
    appearance: none;
    -webkit-appearance: none;
    border: none;
    background: transparent;
    color: #fff;
    font-size: 3.0rem;
    line-height: 1;
    padding: 4px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}

.interview-video-modal-media {
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
}

.interview-video-modal-media video {
    display: block;
    max-width: 100%;
    max-height: calc(100vh - (3.0rem + 8px) - 32px);
    max-height: calc(100dvh - (3.0rem + 8px) - 32px);
    width: auto;
    height: auto;
    object-fit: contain;
}

/* list */
.list_circle > li {
    position: relative;
    padding-left: 1.4em;
}
.list_circle > li:not(:last-child) {
    margin-bottom: 0.5em;
}
.list_circle > li::after {
    position: absolute;
    top: 0.3em;
    left: 0;
    content: '';
    display: block;
    width: 0.9em;
    height: 0.9em;
    border-radius: 0.5em;
    background: #00233f;
}
#entry .list_circle > li::after {
    top: 0.45em;
}
#faq .list_circle > li {
    text-indent: 0;
    margin-bottom: 0;
}


/* accordion */
.accordion > div {
    border-radius: 7px;
    background-color: #fff;
}
.accordion > div.open {
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2), -2px -2px 6px rgba(0, 0, 0, 0.1);
}
.accordion button {
    position: relative;
    display: block;
    width: 100%;
    background-color: #00a2d9;
    color: #fff;
    text-align: center;
    border-radius: 0.8rem;
    overflow: hidden;
    transition: 0.2s;
}
.accordion button:hover::after {
	animation: 2s 0s shine linear /*infinite*/;
	background: linear-gradient(to right, rgba(255,255,255,0) 25%, rgba(255,255,255,.6) 50%, rgba(255, 255, 255, 0) 75%);
	content: '';
	height: 100%;
	left: -100%;
	position: absolute;
	top: 0;
	transform: skewX(-15deg);
	width: 100%;
}
.accordion .open button {
    background-color: #00467e;
    border-radius: 0.8rem 0.8rem 0 0;
}
.accordion > div button .ac_btn {
    display: block;
    content: '';
    position: absolute;
    /*border: solid 1px #fff;*/
    box-shadow: 0 0 0 1.5px #fff;
}
.accordion > div button .ac_btn::before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 2px;
    background-color: #fff;
}
.accordion > div button .ac_btn::after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    height: 2px;
    background-color: #fff;
    transition: 0.2s;
}
.accordion > div.open button .ac_btn::after {
    opacity: 0;
}
.accordion > div > dd {
    display: none;
    overflow: hidden;
    opacity: 1;
    max-height: 0;
    padding: 0;
    transition: max-height 0.3s cubic-bezier(.4,0,.2,1);
    line-height: 1.6;
    cursor: pointer;
}
.accordion > div.open > dd {
    display: block;
}

#benefit .accordion button {
    background-color: #00467e;
}
#benefit .accordion .open button {
    background-color: #00233f;
}

#faq .accordion {
    margin-bottom: 30px;
}
#faq .accordion > div:not(:last-child) {
    margin-bottom: 20px;
}
#faq .accordion > div button  {
    padding: 0.55em 2.2em 0.55em 0.55em;
    background-color: #e6edf2;
    border: solid 1px #00233f;
    text-align: left;
    border-radius: 1.2rem;
    /*text-indent: -1.6em;*/
    color: #00233f;
    display: flex;
}
#faq .accordion > div.open button  {
    background-color: #00233f;
    color: #fff;
    border-radius: 1.2rem 1.2rem 0 0;
}
#faq .accordion > div button .ac_btn {
    box-shadow: 0 0 0 1.5px #00233f;
    transition: 0.2s;
}
#faq .accordion > div button .ac_btn::before,
#faq .accordion > div button .ac_btn::after  {
    background-color: #00233f;
}
#faq .accordion > div.open button .ac_btn {
    box-shadow: 0 0 0 1.5px #fff;
}
#faq .accordion > div.open button .ac_btn::before {
    background-color: #fff;
}
#faq .accordion > div.open button .ac_btn::after {
    background-color: #fff;
}
#faq .accordion > div button span:first-child {
    font-weight: bold;
    width: 1.6em;
    padding-right: 0.5em;
}
#faq .accordion > div > dd > .ac_inner {
    padding: 0.7em;
}
#faq .accordion > div > dd p {
    display: flex;
}
#faq .accordion > div dd span:first-child {
    font-weight: bold;
    width: 1.6em;
    padding-right: 0.5em;
}
#faq .accordion > div dd .list_circle {
    margin-top: 0.5em;
    margin-left: 1.6em;
}
@media print ,screen and (min-width: 768px) {
    .accordion button {
        padding: 5px 10px;
        font-size: 2.0rem;
    }
    .accordion button:hover {
        background-color: #00467e;
    }
    .accordion > div:not(:last-child) {
        margin-bottom: 30px;
    }
    .accordion > div button .ac_btn {
        top: calc(50% - 11px);
        right: 11px;
        width: 22px;
        height: 22px;
        border-radius: 20px;
    }
    .accordion > div button .ac_btn::before,
    .accordion > div button .ac_btn::after {
        width: 12px;
    }
    .accordion > div > dd {
        font-size: 1.8rem;
    }
    .accordion > div > dd > .ac_inner {
        padding: 20px;
    }
    #benefit .accordion button:hover {
        background-color: #00233f;
    }
    #faq .accordion > div button:hover {
        background-color: #00233f;
        color: #fff;
    }
    #faq .accordion > div button:hover .ac_btn {
        box-shadow: 0 0 0 1.5px #fff;
    }
    #faq .accordion > div button:hover .ac_btn::before,
    #faq .accordion > div button:hover .ac_btn::after  {
        background-color: #fff;
    }
}
@media screen and (max-width: 767px) {
    .accordion button {
        padding: 0.8rem 5rem;
        font-size: 2.0rem;
    }
    .accordion > div:not(:last-child) {
        margin-bottom: 3.0rem;
    }
    .accordion > div button .ac_btn {
        top: calc(50% - 1.375rem);
        right: 1.5rem;
        width: 2.5rem;
        height: 2.5rem;
        border-radius: 1.25rem;
    }
    .accordion > div button .ac_btn::before,
    .accordion > div button .ac_btn::after {
        width: 1.2rem;
    }
    .accordion > div > dd {
        font-size: 2.0rem;
    }
    .accordion > div > dd > .ac_inner {
        padding: 2.0rem;
    }
}

/* スクロール時にコンテンツごとにブラウザに固定 */

@media screen and  (min-width: 1068px) {
    .content_wrap > div.fixed {
        margin: auto auto auto calc(100vw - 768px - 300px);
    }
}
@media screen and (max-width: 1067px) {
    .content_wrap > div.fixed {
        margin: auto 0 auto auto;
    }
}
.content_wrap > div.fixed {
	position: fixed;
    bottom: var(--entry-form-height, 0px);
	left: 0;
	right: 0;
    max-width: 768px;
	/* fixedは通常フローより背面（ただし負のz-indexは使わない） */
	z-index: 10;
}
@media screen and (max-width: 320px) {
    .content_wrap > div.fixed {
        right: inherit;
        max-width: 320px;
    }
}

/* 通常フロー（次に重なるBなど）は fixed より前面に置く */
.content_wrap > div.content:not(.fixed) {
	position: relative;
	z-index: 100;
}

/* fixed同士の重なり順（旧:負のz-index） */
#top_content.fixed { z-index: 11; }
#about_content.fixed { z-index: 12; }
#work_content.fixed { z-index: 13; }
#interview_content.fixed { z-index: 14; }
#numbers_content.fixed { z-index: 15; }
#career_content.fixed { z-index: 16; }
#benefit_content.fixed { z-index: 17; }
#team_content.fixed { z-index: 18; }
#entry_content.fixed { z-index: 19; }
#faq_content.fixed { z-index: 20; }
#contact_content.fixed { z-index: 21; }


/* その他 */
.fadein {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s cubic-bezier(.4,0,.2,1), transform 1s cubic-bezier(.4,0,.2,1);
}
.fadein.scrollin {
    opacity: 1;
    transform: translateY(0);
}
.mt1rem {
    margin-top: 1rem;
}