@charset "UTF-8";

img {
    width: 100%;
    max-width: 100%;
    vertical-align: middle;
}
img[src*='.svg'] {
    width: auto;
}
.title-area {
    font-size: 4.8rem;
}

.title-area.title-jp {
    font-size: 3.6rem;
}

.title-area-sub {
    margin: 40px 0 -30px;
}

.list-area.list-col3 dt {
    font-size: 2rem;
}

.list-area.list-col4 dt {
    font-size: 1.8rem;
}

[class*=list-col] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.list-col2 .col-item {
    width: 47%;
}

.list-col3 .col-item {
    width: 29.333%;
}

.list-col4 .col-item {
    width: 20.5%;
}

.list-area.list-col3 {
    margin-bottom: -52px;
}

.list-area.list-col3 li:not(.item-empty) {
    margin-bottom: 52px;
}

.list-area.list-col3 dt {
    line-height: 1.5;
}

.list-area.list-col4 {
    margin-bottom: -22px;
}

.list-area.list-col4 li:not(.item-empty) {
    margin-bottom: 22px;
}

.list-area.list-col4 dt {
    line-height: 1.6666666667;
}

.list-area dl {
    margin-top: 26px;
}

.list-area dl .txt-title {
    text-decoration: underline;
    font-weight: inherit;
}

.list-area dl .txt-title::after {
    content: "";
    background-image: url("../images/common/icon_opentap.svg");
    height: 13px;
    display: inline-block;
    width: 22px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.list-area dl dt {
    font-weight: bold;
}

.list-area dl dt small {
    margin-bottom: 9px;
}

.list-area dl dd {
    margin-top: 12px;
}

.list-area dl dd img {
    margin-left: 5px;
}

.list-target {
    width: 100%;
    font-weight: bold;
    margin-bottom: -46px;
}

.list-target .list-item {
    line-height: 1.2;
    padding-right: 25px;
    position: relative;
    -webkit-transition: border .3s ease;
    transition: border .3s ease;
    margin-bottom: 46px;
    /* display: table; */
}

.list-target .list-item:hover::before {
    background-position: 0% 50%;
}

.list-target .list-item:hover::after {
    -webkit-transform: translateY(5px) rotate(45deg);
            transform: translateY(5px) rotate(45deg);
}

.list-target .list-item::after, .list-target .list-item::before {
    content: "";
    position: absolute;
}

.list-target .list-item::after {
    height: 8px;
    width: 8px;
    border-right: 2px solid #ee7800;
    border-bottom: 2px solid #ee7800;
    border-radius: 1px;
    right: 2px;
    top: 3px;
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
    transition: -webkit-transform .3s ease;
    -webkit-transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}

.list-target .list-item::before {
    bottom: -1px;
    height: 1px;
    width: 100%;
    left: 0;
    -webkit-transform-origin: center left;
            transform-origin: center left;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-size: 200% 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#ee7800), color-stop(50%, #ee7800), color-stop(50%, #ddd), to(#ddd));
    background-image: linear-gradient(to right, #ee7800 0%, #ee7800 50%, #ddd 50%, #ddd 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(#ee7800),color-stop(50%, #ee7800), color-stop(50%, #ddd), to(#ddd));
    background-image: linear-gradient(to right, #ee7800 0%,#ee7800 50%, #ddd 50%, #ddd 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(#ee7800), color-stop(50%, #ddd));
    background-image: linear-gradient(to right, #ee7800 0% 50%, #ddd 50% 100%);
    background-position: 100% 50%;
}

.list-target .list-item button {
    background-color: rgba(225, 225, 225, 0);
    font-family: inherit;
    height: 100%;
    letter-spacing: inherit;
    font-size: 0;
    color: #2b2f38;
    padding-bottom: 16px;
    width: 100%;
    text-align: left;
    display: flex;
    font-weight: bold;
    background-color: transparent;
}

.list-target .list-item button span {
    display: inline-block;
    font-size: 1.6rem;
}

.txt-expand::after {
    display: inline;
    font-size: inherit;
}

.j-mv figure {
    width: 100%;
}

#wrapper {
    overflow: hidden;
    padding-bottom: 120px;
}

.primary-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.primary-content::before {
    content: "";
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 20%;
    min-width: 200px;
}

.area-main {
    max-width: calc(80% - 120px);
    max-width: max(80% - 100px, 1020px);
    width: 100%;
    display: block;
    padding-right: 20px;
}

.container-wrap {
    width: 100%;
}

.d-passage {
    line-height: 2;
}

.txt-underline {
    text-decoration: underline !important;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.txt-underline:hover {
    opacity: .8;
    text-decoration: none !important;
}

.h-zoom figure {
    overflow: hidden;
}

.h-zoom figure img {
    transition: -webkit-transform .3s ease;
    -webkit-transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}

.h-zoom .btn-icon {
    transition: -webkit-transform .3s ease;
    -webkit-transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}

.h-zoom:hover figure img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}

.h-zoom:hover .btn-txt {
    text-decoration: none;
}

.h-zoom:hover .btn-icon img:not(.icon-blank) {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
}

.h-zoom:hover .btn-icon::after {
    -webkit-transform: scale(1);
            transform: scale(1);
}

.h-zoom:hover .btn-icon::before {
    transition: -webkit-transform .3s ease;
    -webkit-transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition-delay: .3s;
            transition-delay: .3s;
}

.img-frame {
    border: 1px solid #ddd;
}

[class*=area-] a {
    text-decoration: none;
    font-size: inherit;
}

[class*=area-] button {
    border: none;
    cursor: pointer;
    font-size: inherit;
    font-family: inherit;
    letter-spacing: inherit;
    color: #2b2f38;
    line-height: 1.2;
}

.d-block {
    display: block;
}

.has-bgGray {
    position: relative;
}

.has-bgGray::after {
    content: "";
    position: absolute;
    right: -120px;
    top: 0;
    height: 100%;
    width: 200vw;
    z-index: -1;
    background-color: #edf0f5;
}

.title-area {
    line-height: 1;
}

.title-area.title-jp {
    position: relative;
    padding-bottom: 39px;
}

.title-area.title-jp::after {
    content: "";
    height: 1px;
    left: 0;
    bottom: 0;
    width: 80px;
    background-color: #ee7800;
    position: absolute;
}

.btn-more {
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.btn-more .btn-txt {
    text-decoration: underline;
    white-space: nowrap;
    padding-right: 16px;
}

.btn-more .btn-icon {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    position: relative;
    z-index: 0;
}

.btn-more .btn-icon span {
    height: 100%;
    width: 100%;
    transition: -webkit-transform .3s ease;
    -webkit-transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    border-radius: 50%;
    position: relative;
    display: block;
}

.btn-more .btn-icon span::after {
    content: "";
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 13px;
    width: 13px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: white;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
}

.btn-more .btn-icon::after, .btn-more .btn-icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: inherit;
    width: 100%;
    height: 100%;
}

.btn-more .btn-icon::after {
    z-index: -1;
    background-color: #20222c;
    -webkit-transform: scale(0);
            transform: scale(0);
    transition: -webkit-transform .3s ease;
    -webkit-transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}

.btn-more .btn-icon::before {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition: none;
    transition: none;
    z-index: -2;
    background-color: #ee7800;
}

.btn-more .btn-icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 13px;
    width: 13px;
}

.btn-more .btn-icon .icon-blank {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.btn-more .btn-icon .icon-arrow {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
}

.btn-expand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #edf0f5;
    line-height: 1;
    font-weight: bold;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 500px;
    height: 80px;
    width: 100%;
    border-radius: 6px;
    position: relative;
    z-index: 0;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
}

.btn-expand:hover {
    background-color: #dfe1e5;
}

.btn-expand:hover .btn-icon::after {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition-delay: .3s;
            transition-delay: .3s;
}

.btn-expand:hover .btn-icon::before {
    -webkit-transform: scale(1);
            transform: scale(1);
}

.btn-expand .btn-icon {
    position: absolute;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    transition: -webkit-transform .3s ease;
    -webkit-transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    z-index: 1;
}

.btn-expand .btn-icon::after, .btn-expand .btn-icon::before {
    top: 0;
    left: 0;
    border-radius: inherit;
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
}

.btn-expand .btn-icon::after {
    background-color: #2b2f38;
    z-index: -2;
}

.btn-expand .btn-icon::before {
    background-color: #ee7800;
    z-index: -1;
    -webkit-transform: scale(0);
            transform: scale(0);
    transition: -webkit-transform .3s ease;
    -webkit-transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}

.area-interview {
    padding: 138px 0 158px;
}

.interview-content .txt-sink {
    -webkit-transform: translate(-50%, -90%);
            transform: translate(-50%, -90%);
}

.interview-slider {
    margin-top: 64px;
}

.interview-dots {
    display: none;
    margin-top: 33px;
}

.interview-dots .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.interview-dots .slick-dots > * {
    margin: 0 7px;
}

.interview-dots .slick-dots li {
    height: 4px;
    width: 4px;
    border-radius: 50%;
    background-color: white;
}

.interview-dots .slick-dots li.slick-active {
    background-color: #ee7800;
}

.interview-dots .slick-dots button {
    display: none;
}

.interview-list .col-item {
    background-color: white;
    -webkit-box-shadow: rgba(32, 34, 44, .22) 0 82px 60px -30px;
            box-shadow: rgba(32, 34, 44, .22) 0 82px 60px -30px;
}

.interview-list dl {
    /* min-height: 226px; */
    max-width: calc(100% - 50px);
    padding: 24px 15px 40px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    min-width: 225px;
}

.interview-list dt {
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.5;
}

.interview-list dd {
    margin-top: 16px;
}

.interview-list dd span {
    display: block;
}

.interview-list dd .txt1 {
    font-size: 1.4rem;
    line-height: 1.5;
}

.interview-list dd .txt2 {
    font-size: 2rem;
    margin-top: 8px;
    line-height: 1.08;
    font-weight: bold;
}

.interview-content .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.has-txtSink h3 {
    font-size: 3.6rem;
    text-align: center;
    position: relative;
    z-index: 0;
    line-height: 1.5;
}

.has-txtSink h3 .txt-sink {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    font-size: 24rem;
    line-height: .32;
    opacity: .04;
    display: block;
}

.recruit_col02 {
    display: flex;
    flex-wrap: wrap;
}

.recruit_col02>li {
    display: flex;
    flex-direction: column;
}

.recruit_col02>li:nth-of-type(1) {
    width: 48%;
    margin: 0 5% 0 0;
}

.recruit_col02>li:nth-of-type(2) {
    width: 46%;
}

.recruit_col02>li figure img {
    width: 100%;
    height: auto;
}

.recruit_col02>li p {
    font-size: 16px;
    font-weight: bold;
    color: #20272C;
    margin: 0 0 50px;
}

.recruit_col02>li .c-btn {
    width: 104px;
}

/*
@media screen and (max-width:640px) {
  dl {
    display: flex;
    flex-wrap: wrap;
  }
  dt,
  dd {
    display: flex;
    flex-direction: column;
  }
}
*/

@media screen and (max-width: 1399px) {
    .list-col4 .col-item {
        width: 100%;
        margin-right: 40px;
        margin-right: clamp(45px, 5vw, 60px);
        flex: 200px;
    }
    .list-col4 {
        width: calc(100% + 40px);
        width: calc(100% + clamp(45px, 5vw, 60px));
    }
}

@media screen and (max-width: 1024px){
    .primary-content {
        display: inherit;
    }
    .primary-content::before {
        content: none;
    }
    .area-main {
        max-width: 100%;
        padding-right: 0;
    }
    .container-wrap {
        padding: 0 20px;
    }
}

@media screen and (max-width: 767px){
    .title-area.title-jp {
        font-size: 2.4rem;
    }
    [class*=list-col] .col-item {
        width: 100% !important;
    }
    .list-area > *.col-item {
        width: calc(50% - 15px/2) !important;
    }
    .list-area.list-col3 dt {
        font-size: 1.8rem;
    }
    .list-area.list-col4 li:not(.item-empty) {
        margin-bottom: 40px;
    }
    .list-area dl {
        margin-top: 18px;
    }
    .list-area dl dt {
        line-height: 1.6 !important;
    }
    .list-area dl dt small {
        margin-bottom: 12px;
    }
    .list-area dl dd {
        line-height: 1.6;
        margin-top: 13px !important;
    }

    .list-area dl dd p {
        line-height: inherit;
    }
    .list-target {
        margin-bottom: -28px;
    }
    .list-col4 {
        width: 100%;
    }
    .list-col4 .col-item {
        margin-right: 0px;
        flex: none;
    }
    .list-target > *.col-item {
        width: calc(50% - 10px) !important;
    }
    .list-target .list-item {
        padding-right: 15px;
        margin-bottom: 28px;
    }
    .list-target .list-item button span {
        display: inline;
    }
    .txt-expand::after {
        content: "…";
    }

    .txt-expand .txt-more {
        display: none;
    }
    #wrapper {
        padding-bottom: 80px;
    }
    .img-caption figcaption.caption-title {
        display: none;
    }
    .title-area {
        font-size: 3.6rem;
    }
    .title-area.title-jp {
        padding-bottom: 30px;
    }
    .title-area.title-jp::after {
        width: 60px;
    }
    .btn-more .btn-txt {
        font-size: 1.5rem;
        padding-right: 9px;
    }
    .btn-more .btn-icon {
        height: 50px;
        width: 50px;
    }
    .btn-expand {
        height: 60px;
        max-width: 295px;
    }
    .btn-expand .btn-icon {
        height: 30px;
        width: 30px;
    }
    .area-interview {
        padding: 68px 0 118px;
    }
    .interview-content .txt-sink {
        -webkit-transform: translate(-23%, -90%) !important;
                transform: translate(-23%, -90%) !important;
    }
    .interview-slider {
        width: calc(100% - 80px);
        max-width: 400px;
        min-width: 255px;
        margin-right: auto;
        margin-left: auto;
        margin-top: 26px !important;
    }
    .interview-dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .interview-list {
        min-width: calc(100% + 40px);
        display: block;
        margin-left: -20px;
    }
    .interview-list .col-item {
        margin: 0 20px;
    }
    .interview-list dl {
        max-width: calc(100% - 22px);
        min-width: 185px;
        min-height: 0;
        padding: 24px 15px;
    }
    .has-txtSink h3 {
        font-size: 2.4rem;
        line-height: 1.4;
    }
    .has-txtSink h3 .txt-sink {
        font-size: 12rem;
        
    }

    .title-area-sub {
        margin: 20px 0 40px;
    }
    .recruit_col02>li:nth-of-type(1) {
        width: 100%;
        margin: 0 0 40px 0;
    }
    
    .recruit_col02>li:nth-of-type(2) {
        width: 100%;
    }
}
