@charset "UTF-8";
.table {
    width: 100%;
    font-size: 0.95em;
    border-collapse: collapse
}

.table td,
.table th {
    padding: 18px
}

.table th {
    padding-left: 15px;
    padding-right: 20px;
    white-space: nowrap
}

.table td {
    font-size: 1.4rem;
    line-height: 1.4
}

.table tbody th {
    border-top: solid 1px rgba(35, 35, 35, 0.6)
}

@media (min-width:992px) {
    .table tr:last-child td {
        line-height: 1.65;
        width: 100%
    }
    .table tbody td {
        border-top: solid 1px rgba(35, 35, 35, 0.6)
    }
}

@media (max-width:991px) {
    .table th {
        display: block;
        padding: 5px;
        font-size: 1.5rem
    }
    .table td {
        padding: 0 5px 12px 15px;
        display: block;
        border: none
    }
}

.h3.has-border {
    font-size: 1.7rem;
    border-left: solid 3px #e12616
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #fff;
    width: 100%;
    height: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden
}

@-webkit-keyframes LtoR {
    0% {
        background-position: 0 0
    }
    to {
        background-position: -400vw 0
    }
}

@keyframes LtoR {
    0% {
        background-position: 0 0
    }
    to {
        background-position: -400vw 0
    }
}

@-webkit-keyframes RtoL {
    0% {
        background-position: -400vw 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes RtoL {
    0% {
        background-position: -400vw 0
    }
    to {
        background-position: 0 0
    }
}

.recruit-hero {
    height: 90vw;
    background-color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #fff;
    position: relative
}

.recruit-hero h1 {
    position: absolute;
    text-align: left;
    left: 5%
}

.recruit-hero:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(225, 38, 22, 0.9);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.recruit-hero.active:before {
    width: 40%
}

.recruit-hero-img {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.recruit-hero-img [class^=bg] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    height: 33.33%;
    background-size: 200vw auto;
    -webkit-animation-duration: 120s;
    animation-duration: 120s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.recruit-hero-img .bg1 {
    background-image: url(/takeuchi/images/bg_01.jpeg);
    -webkit-animation-name: LtoR;
    animation-name: LtoR
}

.recruit-hero-img .bg2 {
    background-image: url(/takeuchi/images/bg_02.jpeg);
    -webkit-animation-name: RtoL;
    animation-name: RtoL
}

.recruit-hero-img .bg3 {
    background-image: url(/takeuchi/images/bg_03.jpg);
    -webkit-animation-name: LtoR;
    animation-name: LtoR
}

@media (min-width:992px) {
    .recruit-hero {
        height: 40vw;
        min-height: 600px
    }
    .recruit-hero [class^=bg] {
        background-size: 100vw auto;
        -webkit-animation-duration: 220s!important;
        animation-duration: 220s!important
    }
}

.recruit-hero h1 {
    font-size: 1.8rem;
    line-height: 1.2
}

.recruit-hero .en {
    font-size: 5rem;
    letter-spacing: 0.2rem;
    display: block;
    margin-bottom: .75rem;
    line-height: 1
}

@media (min-width:992px) {
    .recruit-hero h1 {
        font-size: 2.4rem
    }
    .recruit-hero .en {
        font-size: 10rem
    }
}

.recruit-msg {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 2;
    width: 100%;
    margin: 0 0 40px 0
}

@media (min-width:992px) {
    .recruit-msg {
        letter-spacing: 0.2rem;
        font-size: 2.8rem;
        padding-right: 30px;
        margin-bottom: 80px
    }
}

.recruit .msg-bg {
    background-image: url(/takeuchi/images/img-circle.svg);
    background-size: 500px auto;
    background-position: center bottom;
    background-repeat: no-repeat
}

.recruit .recruit-h2 {
    text-align: center;
    font-weight: 600;
    font-size: 1.8rem;
    margin-bottom: 3rem;
    color: #e12616
}

.recruit .recruit-h2 .en {
    display: block;
    color: #232323;
    font-size: 4rem;
    margin-bottom: 1rem;
    letter-spacing: 0.2rem
}

@media (min-width:992px) {
    .recruit .recruit-h2 {
        margin-bottom: 5rem
    }
    .recruit .recruit-h2 .en {
        font-size: 6rem
    }
}

.recruit .h3 {
    font-size: 2.4rem;
    text-align: center;
    line-height: 1.6;
    letter-spacing: 0.2rem
}

.recruit .h3 .en {
    display: block;
    color: #a88a65;
    font-size: 1.6rem;
    letter-spacing: 0.2rem
}

@media (min-width:992px) {
    .recruit .h3 {
        font-size: 2.6rem
    }
    .recruit .h3 .en {
        font-size: 2rem
    }
}

.recruit .h3-secondary {
    font-size: 2.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    letter-spacing: 0.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2rem;
    font-weight: 600
}

.recruit .h3-secondary .en {
    font-size: 1.8rem;
    color: #a88a65;
    margin-left: 1rem;
    letter-spacing: 0.1rem
}

.recruit .h3-secondary:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 3px;
    background-color: #e12616;
    margin-right: 10px
}

@media (min-width:992px) {
    .recruit .h3-secondary {
        font-size: 2.4rem;
        margin-bottom: 3rem
    }
    .recruit .h3-secondary .en {
        font-size: 2.2rem;
        margin-left: 1.5rem
    }
}

.recruit .h4 {
    padding: 10px;
    margin-bottom: 1rem;
    border-top: solid 1px #999;
    border-bottom: solid 1px #999
}

.recruit .figure {
    position: relative;
    padding-top: 20px;
    margin-bottom: 12px
}

.recruit .figure .figcaption {
    position: absolute;
    top: -15px;
    left: 0;
    color: transparent;
    -webkit-text-stroke: 1px #e12616;
    letter-spacing: 0.2rem;
    font-size: 4rem
}

.recruit .font-sm {
    line-height: 1.75
}

.recruit .msg-en-lg {
    font-size: 2rem;
    line-height: 1.4;
    font-weight: bold
}

.recruit .staff-figure img {
    margin-bottom: 15px
}

.recruit .staff-caption {
    background-color: #a88a65;
    padding: 5px 8px;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff
}

.recruit .staff-caption .en {
    letter-spacing: 0.2rem
}

.recruit .table {
    border-bottom: solid 1px #232323
}

.recruit .table th {
    letter-spacing: 0.5rem
}

@media (min-width:992px) {
    .recruit .table th {
        padding-left: 20px;
        padding-right: 20px;
        text-align: center
    }
}

.recruit .table td {
    line-height: 1.75
}

.wrapper {
    border-top: solid 1px #ccc
}

.bwp-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2.2rem;
    font-weight: bolder;
    margin-bottom: 30px;
    line-height: 1.6
}

@media (min-width:992px) {
    .bwp-title {
        font-size: 3rem
    }
}

.bwp-title img {
    margin-right: 15px
}

.list-phrase {
    font-size: 1.6rem;
    font-weight: bolder;
    list-style: none;
    padding: 0;
    margin-bottom: 2rem
}

@media (min-width:992px) {
    .list-phrase {
        font-size: 2rem
    }
}

.list-phrase i {
    margin: 0 8px;
    color: #e12616
}

.phrase-block-wrap {
    background-color: rgba(168, 138, 101, 0.1);
    padding: 15px;
    font-size: 1.5rem
}

.entry-wrap {
    padding: 20px 0 15px 0;
    border: solid 8px rgba(168, 138, 101, 0.5);
    background-color: #fff
}

@media (min-width:992px) {
    .entry-wrap {
        padding: 50px 0 25px 0
    }
}

.entry-h4 {
    font-weight: 600;
    font-size: 1.5rem
}

@media (min-width:992px) {
    .entry-h4 {
        font-size: 1.8rem
    }
}

.entry hr {
    margin: 0 auto 20px auto;
    border-color: #999;
    width: 90%
}

.entry .btn {
    margin: 15px 0;
    height: 55px;
    width: 85%;
    margin: 10px auto 5px auto;
    color: #fff
}

@media (min-width:992px) {
    .entry .btn {
        margin: 20px auto 5px auto
    }
}

.entry .btn:hover {
    opacity: 0.6
}

.entry .btn-line {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: solid 2px #00b900;
    border-radius: 50px;
    background: #00b900
}

.entry .btn-line img {
    margin-right: 10px
}

.entry .btn-line:before {
    background: #00b900
}

.entry .btn-bingo {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: solid 2px #00b7ee;
    border-radius: 50px;
    background: #00b7ee
}

.entry .btn-bingo:before {
    background: #00b7ee
}

.marker-animation {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #fff));
    background-image: -webkit-linear-gradient(left, transparent 50%, #fff 50%);
    background-image: -o-linear-gradient(left, transparent 50%, #fff 50%);
    background-image: linear-gradient(left, transparent 50%, #fff 50%);
    background-repeat: repeat-x;
    background-size: 200% 1.4em;
    background-position: 0 0
}

.marker-animation.active {
    -webkit-animation: topAnime 0.7s forwards;
    animation: topAnime 0.7s forwards
}

.marker-animation.active span {
    -webkit-animation: topAnimetext 0.7s forwards;
    animation: topAnimetext 0.7s forwards
}

.marker-animation span {
    opacity: 0;
    color: #fff
}

@-webkit-keyframes topAnime {
    0% {
        background-position: 0 0
    }
    50% {
        background-position: -100% 0
    }
    55% {
        background-position: -100% 0
    }
    99% {
        background-position: -200% 0;
        background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #fff));
        background-image: -webkit-linear-gradient(left, transparent 50%, #fff 50%);
        background-image: linear-gradient(left, transparent 50%, #fff 50%)
    }
    to {
        background-position: -200% 0;
        background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, transparent));
        background-image: -webkit-linear-gradient(left, transparent 50%, transparent 50%);
        background-image: linear-gradient(left, transparent 50%, transparent 50%)
    }
}

@keyframes topAnime {
    0% {
        background-position: 0 0
    }
    50% {
        background-position: -100% 0
    }
    55% {
        background-position: -100% 0
    }
    99% {
        background-position: -200% 0;
        background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #fff));
        background-image: -webkit-linear-gradient(left, transparent 50%, #fff 50%);
        background-image: -o-linear-gradient(left, transparent 50%, #fff 50%);
        background-image: linear-gradient(left, transparent 50%, #fff 50%)
    }
    to {
        background-position: -200% 0;
        background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, transparent));
        background-image: -webkit-linear-gradient(left, transparent 50%, transparent 50%);
        background-image: -o-linear-gradient(left, transparent 50%, transparent 50%);
        background-image: linear-gradient(left, transparent 50%, transparent 50%)
    }
}

@-webkit-keyframes topAnimetext {
    0% {
        opacity: 0
    }
    50% {
        opacity: 0
    }
    55% {
        opacity: 1
    }
    to {
        opacity: 1
    }
}

@keyframes topAnimetext {
    0% {
        opacity: 0
    }
    50% {
        opacity: 0
    }
    55% {
        opacity: 1
    }
    to {
        opacity: 1
    }
}

svg .svg-elem-1 {
    stroke-dashoffset: 428.75335693359375px;
    stroke-dasharray: 428.75335693359375px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
    -o-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s
}

svg.active .svg-elem-1 {
    stroke-dashoffset: 0;
    fill: #e32113
}

svg .svg-elem-2 {
    stroke-dashoffset: 367.6956787109375px;
    stroke-dasharray: 367.6956787109375px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
    -o-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s
}

svg.active .svg-elem-2 {
    stroke-dashoffset: 0;
    fill: #e32113
}

svg .svg-elem-3 {
    stroke-dashoffset: 314.9455261230469px;
    stroke-dasharray: 314.9455261230469px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
    -o-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s
}

svg.active .svg-elem-3 {
    stroke-dashoffset: 0;
    fill: #e32113
}

svg .svg-elem-4 {
    stroke-dashoffset: 93.04000854492188px;
    stroke-dasharray: 93.04000854492188px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
    -o-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s
}

svg.active .svg-elem-4 {
    stroke-dashoffset: 0;
    fill: #e32113
}

svg .svg-elem-5 {
    stroke-dashoffset: 93.20002746582031px;
    stroke-dasharray: 93.20002746582031px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
    -o-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s
}

svg.active .svg-elem-5 {
    stroke-dashoffset: 0;
    fill: #e32113
}

svg .svg-elem-6 {
    stroke-dashoffset: 1217.59716796875px;
    stroke-dasharray: 1217.59716796875px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
    -o-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s
}

svg.active .svg-elem-6 {
    stroke-dashoffset: 0
}

#iframe-div {
    width: 100% !important;
}

.speakerdeck-iframe {
    border: 0px;
    background: padding-box padding-box rgba(0, 0, 0, 0.1);
    margin: 0px;
    padding: 0px;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 40px;
    width: 100% !important;
    height: 100% !important;
}