@charset "UTF-8";

.top #lead {
    padding: 10rem 0 14rem;
    background: #232323;
    color: #fff;
    text-align: center
}

.top #lead .tit {
    margin-bottom: 6rem;
    font-size: 7rem;
    font-weight: 700;
    text-align: center
}

.top #lead .sub_tit_wrap {
    position: relative;
    font-weight: 700;
    z-index: 0
}

.top #lead .sub_tit_wrap:not(:last-child) {
    margin-bottom: 4.3rem
}

.top #lead .sub_tit_wrap .en {
    position: absolute;
    left: 0;
    top: 44%;
    width: 100%;
    color: rgba(255, 255, 255, .02);
    font-size: 18.6rem;
    line-height: 1;
    letter-spacing: .1em;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: -1
}

.top #lead .sub_tit_wrap .sub_tit {
    font-size: 2.35rem
}

.top #about .wrap_bg {
    background: url(../img/top/about_bg.jpg) no-repeat center center;
    background-size: cover
}

.top #about .tit_wrap {
    text-align: center
}

.top #about .tit {
    margin-bottom: 2rem;
    font-size: 7.4rem;
    font-weight: 700;
    line-height: 1.2
}

.top #about .tit span {
    letter-spacing: .05em
}

.top #about .tit .underline::before {
    bottom: .27em
}

.top #about .sub_tit {
    margin-bottom: 2rem;
    font-size: 2.6rem;
    font-weight: 700;
    color: #232323
}

.top #about .arrow {
    width: 3.7rem;
    height: 7.7rem;
    margin: 0 auto 3rem;
    background: url(../img/top/about_arrow.png) no-repeat center center;
    background-size: contain
}

.top #about .sub_tit02 {
    margin-bottom: 8rem
}

.top #about .sub_tit02 span {
    position: relative;
    overflow: hidden;
    z-index: 0;
    display: inline-block;
    background: #232323;
    color: #fff;
    font-size: 2.8rem;
    font-weight: 700;
    padding: .4rem 7rem;
    border-radius: 2rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem
}

.top #about .sub_tit02 span::before {
    content: '';
    position: absolute;
    left: -50%;
    top: 50%;
    width: 13.7rem;
    height: 26.9rem;
    background: url(../img/top/about_arrow_light.png) no-repeat center center;
    background-size: contain;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    -webkit-animation: about_light linear 3s infinite normal forwards;
    animation: about_light linear 3s infinite normal forwards;
    opacity: .2
}

.top #about .boxwrap {
    position: relative;
    max-width: 156rem;
    margin: 0 auto;
    padding: 0 3rem;
    z-index: 0
}

.top #about .middle {
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 7.5rem 3.3rem;
    background: #fff;
    color: #232323;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0;
    border-radius: 1.5rem;
    -webkit-border-radius: 1.5rem;
    -moz-border-radius: 1.5rem;
    -webkit-box-shadow: 0 0 18px 0 rgba(16, 16, 16, .17);
    box-shadow: 0 0 18px 0 rgba(16, 16, 16, .17);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1
}

.top #about .box {
    position: relative;
    -webkit-animation: about_wrap_rotate cubic-bezier(.7, .03, .26, 1.02) 5s infinite alternate forwards;
    animation: about_wrap_rotate cubic-bezier(.7, .03, .26, 1.02) 5s infinite alternate forwards
}

.top #about .box .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.top #about .box .border {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 4.5rem;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.top #about .box .border::after,
.top #about .box .border::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 80%;
    border-top: 3px dashed #888;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.top #about .box .border::after {
    top: auto;
    bottom: 0
}

.top #about .box .box_child {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 52rem;
    height: 46.6rem;
    padding-left: 3rem;
    padding-top: 3rem;
    background: url(../img/top/about_block.png) no-repeat center center;
    background-size: contain;
    z-index: 0;
    -webkit-animation: about_child_rotate cubic-bezier(.7, .03, .26, 1.02) 5s infinite alternate forwards;
    animation: about_child_rotate cubic-bezier(.7, .03, .26, 1.02) 5s infinite alternate forwards
}

.top #about .box .box_child .box_bg {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 34.1rem;
    height: 13.8rem;
    background: url(../img/top/about_img01.png) no-repeat center center;
    background-size: contain;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1
}

.top #about .box .box_child .box_txt {
    color: #fff;
    font-size: 2.8rem;
    line-height: 2
}

.top #about .box .box_child:last-child .box_bg {
    width: 30.9rem;
    height: 26.8rem;
    background-image: url(../img/top/about_img02.png)
}

.top #about .txt {
    margin-top: 7rem;
    padding-left: 23rem
}

.top #recruitment .head {
    margin-bottom: 11rem
}

.top #recruitment .head .content_wrap {
    max-width: 136rem
}

.top #recruitment .head .tit {
    position: absolute;
    right: 6%;
    top: 0;
    font-size: 7.8rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0
}

.top #recruitment .head .tit span {
    display: block;
    line-height: 1.32
}

.top #recruitment .head .deco {
    position: absolute;
    left: 44rem;
    top: 5rem;
    z-index: -1
}

.top #recruitment .head .deco img {
    width: 56.5rem
}

.top #recruitment .head .img {
    position: absolute;
    left: 44rem;
    bottom: -15rem;
    z-index: -2
}

.top #recruitment .head .img img {
    max-width: none;
    width: 88.9rem
}

.top #recruitment .head .textbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-top: 50rem;
    text-align: center
}

.top #recruitment .head .textbox .dl {
    margin-bottom: 4.5rem
}

.top #recruitment .head .textbox .dl dt {
    padding: 0 2.5rem;
    background: #232323;
    color: #fff;
    font-size: 1.9rem
}

.top #recruitment .head .textbox .dl dd {
    background: #f3f3f3;
    padding: 1.8rem 0;
    font-size: 2rem
}

.top #recruitment .head .textbox .box_tit {
    position: relative;
    margin-bottom: 3.5rem;
    padding-bottom: 3rem;
    font-size: 2.6rem;
    line-height: 2.2
}

.top #recruitment .head .textbox .box_tit::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 6.2rem;
    height: 1px;
    background: #232323;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.top #recruitment .head .textbox .txt {
    font-size: 2.2rem;
    line-height: 2.4
}

.top #recruitment .bottom {
    position: relative
}

.top #recruitment .bottom .img01 {
    position: absolute;
    right: 55%;
    top: 0;
    bottom: 0;
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    overflow: hidden
}

.top #recruitment .bottom .img01 img {
    max-width: none
}

.top #recruitment .bottom .content_wrap .box {
    width: 50%;
    margin-left: auto
}

.top #recruitment .bottom .content_wrap .box .txt {
    margin-bottom: 5rem;
    letter-spacing: .16em;
    line-height: 2.2
}

.top #concept {
    padding-top: 0
}

.top #concept .head {
    position: relative;
    margin-bottom: 20rem;
    padding: 20rem 0;
    z-index: 0
}

.top #concept .head .wrap_bg {
    background: url(../img/top/concept_bg.jpg) no-repeat center center;
    background-size: cover
}

.top #concept .head .box {
    position: relative;
    width: 145rem;
    height: 120rem;
    margin: 0 auto;
    z-index: 0
}

.top #concept .head .box .bg {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 94.3rem;
    height: 70.7rem;
    background: url(../img/top/concept_triangle.png) no-repeat center center;
    background-size: contain;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1
}

.top #concept .head .box .circle {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40rem;
    height: 40rem;
    background: #232323;
    color: #fff;
    font-weight: 400;
    font-size: 3.2rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    letter-spacing: .15em
}

.top #concept .head .box .circle span {
    letter-spacing: .15em
}

.top #concept .head .box .cirlce_01 {
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.top #concept .head .box .cirlce_02 {
    left: 0;
    bottom: 0
}

.top #concept .head .box .cirlce_03 {
    right: 0;
    bottom: 0
}

.top #concept .head .box .middle {
    position: absolute;
    left: 0;
    top: 55%;
    width: 100%;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 0
}

.top #concept .head .box .middle .logo {
    margin-bottom: .2rem
}

.top #concept .head .box .middle .logo img {
    width: 20rem
}

.top #concept .head .box .middle .tit {
    font-size: 6rem;
    font-weight: 700;
    color: #fff
}

.top #concept .head .box .middle .tit span {
    letter-spacing: .18em
}

.top #concept .head .box .middle .tit .small {
    font-size: .8em;
    margin: 0 .2em
}

.top #concept .bottom .box .box_child:not(:last-child) {
    margin-bottom: 20rem
}

.top #concept .bottom .box .box_child .box_head {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 170rem;
    width: 95%;
    height: 65rem;
    margin: 0 auto 10rem;
    border-radius: 5rem;
    -webkit-border-radius: 5rem;
    -moz-border-radius: 5rem;
    overflow: hidden
}

.top #concept .bottom .box .box_child .box_head .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/top/concept01_bg.jpg) no-repeat center center;
    background-size: cover;
    z-index: -1
}

.top #concept .bottom .box .box_child .box_head .bg.sc_animation::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transition: all 1.6s;
    transition: all 1.6s
}

.top #concept .bottom .box .box_child .box_head .bg.sc_animation.is-animated::before {
    width: 0
}

.top #concept .bottom .box .box_child .box_head .tit {
    color: #fff;
    font-size: 20rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1
}

.top #concept .bottom .box .box_child .box_head .list {
    margin-left: 12rem;
    padding-left: 12rem;
    border-left: 2px solid #fff
}

.top #concept .bottom .box .box_child .box_head .list li:not(:last-child) {
    margin-bottom: 2.5rem
}

.top #concept .bottom .box .box_child .box_head .list li p {
    display: inline-block
}

.top #concept .bottom .box .box_child .box_head .list li .list_img {
    margin-right: 3rem;
    vertical-align: middle
}

.top #concept .bottom .box .box_child .box_head .list li .list_img img {
    width: 9.4rem
}

.top #concept .bottom .box .box_child .box_head .list li .list_txt {
    color: #fff;
    font-size: 2.4rem;
    vertical-align: middle
}

.top #concept .bottom .box .box_child .box_txt {
    margin-bottom: 8rem;
    font-size: 2rem;
    line-height: 3;
    font-weight: 400
}

.top #concept .bottom .box .box_child.concept02 .box_head .bg {
    background-image: url(../img/top/concept02_bg.jpg)
}

.top #concept .bottom .box .box_child.concept03 .box_head .bg {
    background-image: url(../img/top/concept03_bg.jpg)
}

.top #concept .bottom .box .box_child.concept03 .textwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.top #concept .bottom .box .box_child.concept03 .textwrap .box_txt {
    padding-top: 7rem
}

.top #concept .bottom .box .box_child .concept01_list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 0
}

.top #concept .bottom .box .box_child .concept01_list.sc_animation::before {
    -webkit-transition: all 2s;
    transition: all 2s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    width: 0;
    opacity: 0
}

.top #concept .bottom .box .box_child .concept01_list.sc_animation.is-animated::before {
    width: 100%;
    opacity: 1
}

.top #concept .bottom .box .box_child .concept01_list::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 4px;
    background: #232323;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: -1
}

.top #concept .bottom .box .box_child .concept01_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30%;
    height: 19rem;
    padding: 2rem;
    border: 2px solid #232323;
    background: #fff;
    line-height: 1.8;
    border-radius: 3rem;
    -webkit-border-radius: 3rem;
    -moz-border-radius: 3rem
}

.top #concept .bottom .box .box_child .concept01_list li .list_tit {
    margin-bottom: 1rem;
    line-height: 1.7;
    font-size: 2.2rem;
    font-weight: 700
}

.top #concept .bottom .box .box_child .concept02_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.top #concept .bottom .box .box_child .concept02_box .concept02_box_child {
    position: relative;
    width: 50%;
    padding: 12rem 3rem;
    z-index: 0;
    -webkit-transform: translate(2rem, 0);
    transform: translate(2rem, 0)
}

.top #concept .bottom .box .box_child .concept02_box .concept02_box_child .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/top/concept02_img01.jpg) no-repeat center center;
    background-size: cover;
    z-index: -1
}

.top #concept .bottom .box .box_child .concept02_box .concept02_box_child p {
    color: #fff;
    font-size: 3.9rem;
    text-align: right;
    line-height: 1
}

.top #concept .bottom .box .box_child .concept02_box .concept02_box_child p span {
    display: inline-block;
    font-size: 1.2em;
    background: rgba(0, 0, 0, .7)
}

.top #concept .bottom .box .box_child .concept02_box .concept02_box_child:last-child {
    -webkit-transform: translate(-2rem, 7rem);
    transform: translate(-2rem, 7rem)
}

.top #concept .bottom .box .box_child .concept02_box .concept02_box_child:last-child .bg {
    background-image: url(../img/top/concept02_img02.jpg)
}

.top #concept .bottom .box .box_child .concept02_box .concept02_box_child:last-child p {
    text-align: left
}

.top #concept .bottom .box .box_child .concept03_box {
    position: relative
}

.top #concept .bottom .box .box_child .concept03_box .border {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 55rem;
    height: 55rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 3px solid #232323;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.top #concept .bottom .box .box_child .concept03_box .circle_wrap {
    position: relative;
    width: 74rem;
    height: 74rem;
   -webkit-animation: concept03_wrap_rotate cubic-bezier(.1, .5, .7, .1) 12s infinite normal forwards;
    animation: concept03_wrap_rotate cubic-bezier(.1, .5, .7, .1) 12s infinite normal forwards
}

.top #concept .bottom .box .box_child .concept03_box .circle_wrap .circle {
    position: absolute
}

.top #concept .bottom .box .box_child .concept03_box .circle_wrap .circle .center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 19.5rem;
    height: 19.5rem;
    background: #232323;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-animation: concept03_child_rotate cubic-bezier(.1, .5, .7, .1) 12s infinite normal forwards;
    animation: concept03_child_rotate cubic-bezier(.1, .5, .7, .1) 12s infinite normal forwards
}

.top #concept .bottom .box .box_child .concept03_box .circle_wrap .circle p {
    color: #fff;
    font-size: 2rem;
    text-align: center;
    line-height: 1.8;
    letter-spacing: .05em
}

.top #concept .bottom .box .box_child .concept03_box .circle_wrap .circle:nth-child(1) {
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.top #concept .bottom .box .box_child .concept03_box .circle_wrap .circle:nth-child(2) {
    top: 35%;
    left: 0%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.top #concept .bottom .box .box_child .concept03_box .circle_wrap .circle:nth-child(3) {
    bottom: 10%;
    left: 25%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.top #concept .bottom .box .box_child .concept03_box .circle_wrap .circle:nth-child(4) {
    top: 83%;
    right: 19%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}
.top #concept .bottom .box .box_child .concept03_box .circle_wrap .circle:nth-child(5) {
    top: 42%;
    right: 1%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}


.top #happy {
    padding-bottom: 0;
    background: #232323
}

.top #happy>.bg_wrap {
    background: #232323
}

.top #happy .head {
    margin-bottom: 13rem
}

.top #happy .head .content_wrap {
    height: 90rem
}

.top #happy .head .wrap_bg {
    background: url(../img/top/happy_head_bg.jpg) no-repeat left bottom;
    background-size: cover
}

.top #happy .head .tit {
    position: absolute;
    right: 10rem;
    top: 10rem;
    font-size: 5.25rem;
    color: #fff;
    font-weight: 500;
    text-shadow: 0 0 8.55px rgba(0, 0, 0, .8);
    line-height: 1.5;
    letter-spacing: .35em
}

.top #happy .head .sub_tit {
    position: absolute;
    left: 65rem;
    top: 50%;
    line-height: 1;
    font-size: 3rem;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.top #happy .head .sub_tit span {
    display: inline-block;
    margin-bottom: .5em;
    background: #fff
}

.top #happy .head .txt {
    position: absolute;
    bottom: 8rem;
    right: 37rem;
    text-shadow: 0 0 1rem #f1f0f2, 0 0 1rem #f1f0f2, 0 0 1rem #f1f0f2, 0 0 1rem #f1f0f2, 0 0 1rem #f1f0f2, 0 0 1rem #f1f0f2
}

.top #happy .bottom {
    position: relative;
    padding: 20rem 0;
    color: #fff;
    text-align: center
}

.top #happy .bottom .wrap_bg {
    background: url(../img/top/happy_bottom_bg.jpg) no-repeat center center;
    background-size: cover
}

.top #happy .bottom .txt {
    font-size: 2.6rem
}

.top #happy .bottom .tit {
    font-size: 2.6rem
}

.top #happy .bottom .tit .big {
    font-size: 2.1em;
    font-weight: 700
}

.top .section_product .titwrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 9rem 0
}

.top .section_product .titwrap::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 4px;
    background: #232323;
    -webkit-transition: all 1.4s;
    transition: all 1.4s
}

.top .section_product .titwrap.is-animated::before {
    width: 100%
}

.top .section_product .titwrap .tit {
    margin-right: 8rem;
    font-size: 4.1rem;
    line-height: 1.8;
    letter-spacing: .15em
}

.top .section_product .titwrap .txt {
    font-size: 2rem;
    letter-spacing: .15em
}

.top .section_product .titwrap .btn {
    width: 30rem;
    margin-left: auto
}

.top .section_product .titwrap .btn a {
    width: 100%
}

.top #oversea {
    padding: 0;
    color: #fff
}

.top #oversea .wrap_bg {
    background: url(../img/top/oversea_bg.jpg) no-repeat center center;
    background-size: cover
}

.top #oversea .inner {
    max-width: 90rem;
    margin: 0 auto
}

.top #oversea .titwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 5rem
}

.top #oversea .titwrap .tit {
    font-size: 7.8rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: .3em
}

.top #oversea .titwrap .txt {
    font-size: 2.7rem;
    line-height: 2.2
}

.top #oversea .boxwrap .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 4rem
}

.top #oversea .boxwrap .box .box_child {
    position: relative;
    width: 26.5rem;
    height: 26.5rem;
    border: 3px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%
}

.top #oversea .boxwrap .box .box_child p {
    font-size: 2.3rem
}

.top #oversea .boxwrap .box .box_child::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -3rem;
    width: 17.5rem;
    height: 1rem;
    background: #fff;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.top #oversea .boxwrap .box .border {
    position: relative;
    width: calc(100% - 60rem);
    height: 7.5rem
}

.top #oversea .boxwrap .box .border span {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%
}

.top #oversea .boxwrap .box .border span::after,
.top #oversea .boxwrap .box .border span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: .4rem;
    background: #fff
}

.top #oversea .boxwrap .box .border span::after {
    width: 1.6rem;
    height: 1.6rem;
    background: #fff;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-animation: oversea_animation linear 2s infinite alternate forwards;
    animation: oversea_animation linear 2s infinite alternate forwards
}

.top #oversea .boxwrap .box .border span:not(:last-child) {
    top: auto;
    bottom: 0
}

.top #oversea .boxwrap .box .border span:not(:last-child)::after {
    left: calc(100% - .4rem);
    animation: oversea_animation linear 2s infinite alternate-reverse forwards
}

.top #oversea .boxwrap .company {
    padding: 4rem 0 4.5rem;
    background: #fff
}

.top #oversea .boxwrap .company img {
    width: 20rem
}

.top #world {
    padding-bottom: 4rem
}

.top #world .txtwrap {
    padding-top: 13rem
}

.top #world .txtwrap .tit {
    margin-bottom: 8rem;
    font-size: 5.6rem;
    line-height: 1.5;
    font-weight: 700
}

.top #world .txtwrap .tit .big {
    font-size: 1.41em
}

.top #world .txtwrap .txt {
    margin-left: 4rem;
    line-height: 2.4
}

.top #world .img_box {
    position: absolute;
    right: 0;
    top: 0;
    max-width: calc(100% - 58rem)
}

.top #world .img_box .img img {
    max-width: none;
    width: 111.8rem
}

.top #world .img_box .area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.top #world .img_box .area .area_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 4rem 4rem;
    background: #f3f3f3
}

.top #world .img_box .area ul:not(:last-child) {
    margin-right: 3.8rem
}

.top #world .img_box .area ul li {
    font-size: 1.8rem;
    line-height: 2.2
}

.top #world .img_box .area ul li::before {
    content: '・'
}

@media screen and (min-width:1024px) and (max-width:1200px) {
    .top #recruitment .head {
        margin-bottom: 11rem
    }

    .top #recruitment .head .content_wrap {
        max-width: 136rem
    }

    .top #recruitment .head .tit {
        right: -1rem
    }

    .top #recruitment .head .img {
        left: 45rem
    }

    .top #concept .head {
        padding: 17rem 0
    }

    .top #concept .head .box {
        width: 130rem;
        height: 105rem
    }

    .top #concept .head .box .circle {
        width: 37rem;
        height: 37rem
    }

    .top #concept .bottom .box .box_child.concept03 .textwrap {
        display: block
    }

    .top #concept .bottom .box .box_child.concept03 .textwrap .pc_only {
        display: none
    }

    .top #concept .bottom .box .box_child.concept03 .circle_wrap {
        margin: 0 auto
    }

    .top #happy .head .tit {
        right: 5rem;
        top: 5rem;
        font-size: 5.25rem
    }

    .top #happy .head .sub_tit {
        top: 62%;
        left: 52rem;
        font-size: 3rem
    }

    .top #happy .head .txt {
        bottom: 3rem;
        right: 6rem
    }

    .top #world .txtwrap {
        max-width: 65rem
    }

    .top #world .txtwrap .tit {
        font-size: 5.4rem
    }

    .top #world .txtwrap .txt {
        margin-left: 0
    }

    .top #world .txtwrap .txt .pc_only {
        display: none
    }

    .top #world .img_box .area .area_inner {
        padding: 3rem 2rem
    }

    .top #world .img_box .area ul:not(:last-child) {
        margin-right: 2rem
    }

    .top #world .img_box .area ul li {
        font-size: 1.6rem
    }

    .top .section_product .titwrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .top .section_product .titwrap .tit {
        margin-bottom: 4rem;
        width: 100%
    }

    .top .section_product .titwrap .tit br {
        display: none
    }

    .top .section_product .titwrap .txt {
        font-size: 2.2rem
    }
}

@media screen and (max-width:1023px) {
    .top #lead {
        padding: 7rem 0 8rem
    }

    .top #lead .tit {
        margin-bottom: 5rem;
        font-size: 5.5rem
    }

    .top #lead .sub_tit_wrap .en {
        color: rgba(255, 255, 255, .04);
        font-size: 7rem
    }

    .top #lead .sub_tit_wrap .sub_tit {
        font-size: 1.8rem
    }

    .top #about .tit {
        margin-bottom: 3rem;
        font-size: 3.7rem
    }

    .top #about .tit span {
        letter-spacing: .05em
    }

    .top #about .tit .mult {
        display: inline-block;
        margin: .3em auto
    }

    .top #about .tit .mult::after,
    .top #about .tit .mult::before {
        width: 3rem
    }

    .top #about .tit .underline::before {
        bottom: .27em
    }

    .top #about .sub_tit {
        margin-bottom: 3rem
    }

    .top #about .sub_tit02 {
        margin-bottom: rem
    }

    .top #about .sub_tit02 span {
        padding: 1rem 4rem
    }

    .top #about .middle {
        padding: 3rem 2rem;
        font-size: 2.4rem
    }

    .top #about .boxwrap {
        max-width: 70rem;
        padding: 0 1rem
    }

    .top #about .box .border {
        height: 3rem
    }

    .top #about .box .border::after,
    .top #about .box .border::before {
        border-top-width: 2px
    }

    .top #about .box .box_child {
        width: 20rem;
        height: 20rem;
        padding-left: 1.2rem;
        padding-top: 1.2rem
    }

    .top #about .box .box_child .box_bg {
        -webkit-transform: translate(-50%, -50%) scale(.3);
        transform: translate(-50%, -50%) scale(.3)
    }

    .top #about .box .box_child .box_txt {
        font-size: 2rem
    }
    .top #about .box .box_child:nth-child(2) .box_txt {
        font-size: 2rem;
        line-height: 2.5rem;
    }
    .top #about .box .box_child .box_txt span{
        font-size: 1.5rem;
        line-height: 0.5rem;
        margin-top: 10px
    }

    .top #about .box .box_child:last-child .box_bg {
        -webkit-transform: translate(-50%, -50%) scale(.4);
        transform: translate(-50%, -50%) scale(.4)
    }

    .top #about .txt {
        margin-top: 4rem;
        padding-left: 0;
        text-align: center
    }

    .top #recruitment .head {
        max-width: 60rem;
        margin: 0 auto 6rem
    }

    .top #recruitment .head .tit {
        position: static;
        width: 1em;
        margin-left: auto;
        margin-right: 4rem;
        font-size: 5rem
    }

    .top #recruitment .head .deco {
        left: 0;
        top: 4rem
    }

    .top #recruitment .head .deco img {
        width: 25rem
    }

    .top #recruitment .head .img {
        left: auto;
        right: 9rem;
        bottom: auto;
        top: 24rem
    }

    .top #recruitment .head .img img {
        width: 35rem
    }

    .top #recruitment .head .textbox {
        display: block;
        padding-top: 5rem
    }

    .top #recruitment .head .textbox .box_tit {
        margin-bottom: 2rem;
        padding-bottom: 2rem;
        font-size: 2.3rem
    }

    .top #recruitment .head .textbox .txt {
        font-size: 2rem
    }

    .top #recruitment .bottom .img01 {
        position: static;
        width: 100%;
        height: 30rem;
        margin-bottom: 8rem
    }

    .top #recruitment .bottom .img01 img {
        max-width: 100%
    }

    .top #recruitment .bottom .content_wrap .box {
        width: 100%;
        margin-left: 0
    }

    .top #recruitment .bottom .content_wrap .box .txt {
        margin-bottom: 0
    }

    .top #recruitment .bottom .content_wrap .box .img02 {
        position: absolute;
        top: -16rem;
        right: -6rem
    }

    .top #recruitment .bottom .content_wrap .box .img02 img {
        width: 26rem
    }

    .top #concept .head {
        margin-bottom: 10rem;
        padding: 10rem 0
    }

    .top #concept .head .box {
        width: 50rem;
        height: 50rem;
        margin: 0 auto
    }

    .top #concept .head .box .bg {
        width: 39rem;
        height: 28rem
    }

    .top #concept .head .box .circle {
        width: 18rem;
        height: 18rem;
        font-size: 2rem;
        line-height: 2;
        text-align: center
    }

    .top #concept .head .box .middle {
        top: 53%
    }

    .top #concept .head .box .middle .logo img {
        width: 11rem
    }

    .top #concept .head .box .middle .tit {
        font-size: 3.1rem
    }

    .top #concept .bottom .box .box_child:not(:last-child) {
        margin-bottom: 12rem
    }

    .top #concept .bottom .box .box_child .box_head {
        display: block;
        height: auto;
        margin-bottom: 5rem;
        padding: 4.5rem 6rem;
        border-radius: 3.8rem;
        -webkit-border-radius: 3.8rem;
        -moz-border-radius: 3.8rem
    }

    .top #concept .bottom .box .box_child .box_head .tit {
        font-size: 8rem;
        text-align: center
    }

    .top #concept .bottom .box .box_child .box_head .list {
        margin-left: 0;
        padding-left: 0;
        margin-top: 1.8em;
        padding-top: 1.8em;
        border-top: 2px solid #fff;
        border-left: none
    }

    .top #concept .bottom .box .box_child .box_head .list li .list_img {
        margin-right: 2.2rem
    }

    .top #concept .bottom .box .box_child .box_head .list li .list_img img {
        width: 5.8rem
    }

    .top #concept .bottom .box .box_child .box_head .list li .list_txt {
        font-size: 1.8rem;
        letter-spacing: .12em
    }

    .top #concept .bottom .box .box_child .box_txt {
        margin-bottom: 5rem;
        line-height: 2.4
    }

    .top #concept .bottom .box .box_child.concept03 .textwrap {
        display: block
    }

    .top #concept .bottom .box .box_child.concept03 .textwrap .box_txt {
        padding-top: 0
    }

    .top #concept .bottom .box .box_child .concept01_list {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .top #concept .bottom .box .box_child .concept01_list li {
        width: 32.5%;
        height: auto;
        padding: 2rem .8rem;
        font-size: 1.4rem;
        line-height: 1.8;
        border-radius: 1rem;
        -webkit-border-radius: 1rem;
        -moz-border-radius: 1rem;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .top #concept .bottom .box .box_child .concept01_list li .list_tit {
        font-size: 1.6rem;
        letter-spacing: .03em
    }

    .top #concept .bottom .box .box_child .concept01_list li p {
        letter-spacing: .08em
    }

    .top #concept .bottom .box .box_child .concept02_box .concept02_box_child {
        padding: 8rem 0
    }

    .top #concept .bottom .box .box_child .concept02_box .concept02_box_child p {
        font-size: 2.7rem;
        text-align: center
    }

    .top #concept .bottom .box .box_child .concept02_box .concept02_box_child:last-child p {
        text-align: center
    }

    .top #concept .bottom .box .box_child .concept03_box .border {
        width: 30rem;
        height: 30rem
    }

    .top #concept .bottom .box .box_child .concept03_box .circle_wrap {
        width: 44rem;
        height: 44rem;
        margin: 0 auto
    }

    .top #concept .bottom .box .box_child .concept03_box .circle_wrap .circle .center {
        width: 14rem;
        height: 14rem
    }

    .top #concept .bottom .box .box_child .concept03_box .circle_wrap .circle p {
        font-size: 1.55rem
    }

    .top #happy .head {
        margin: 0 4rem 8rem;
        overflow: hidden
    }

    .top #happy .head .wrap_bg {
        -webkit-transform: scale(1.25);
        transform: scale(1.25)
    }

    .top #happy .head .content_wrap {
        height: 70rem
    }

    .top #happy .head .tit {
        position: absolute;
        right: 3rem;
        top: 3rem;
        font-size: 3.7rem;
        letter-spacing: .25em
    }

    .top #happy .head .sub_tit {
        left: 0;
        top: 68%;
        font-size: 2.2rem
    }

    .top #happy .head .txt {
        position: absolute;
        bottom: 3rem;
        left: 0;
        right: auto;
        line-height: 2
    }

    .top #happy .bottom {
        padding: 14rem 0
    }

    .top #happy .bottom .txt {
        font-size: 2rem
    }

    .top #happy .bottom .tit {
        font-size: 2rem
    }

    .top .section_product .titwrap {
        display: block;
        padding: 6.5rem 0 7rem
    }

    .top .section_product .titwrap .tit {
        width: 100%;
        margin-bottom: 2rem;
        font-size: 3rem
    }

    .top .section_product .titwrap .txt {
        margin-bottom: 3rem;
        padding-right: 0;
        font-size: 1.6rem
    }

    .top .section_product .titwrap .btn {
        width: auto
    }

    .top .section_product .titwrap .btn a {
        width: 100%
    }

    .top #oversea {
        padding: 10rem 0
    }

    .top #oversea .inner {
        max-width: 60rem
    }

    .top #oversea .titwrap {
        margin: 0 auto 5rem;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .top #oversea .titwrap .tit {
        margin-right: 4rem;
        font-size: 4rem
    }

    .top #oversea .titwrap .txt {
        font-size: 1.9rem
    }

    .top #oversea .boxwrap .box .box_child {
        width: 16rem;
        height: 16rem
    }

    .top #oversea .boxwrap .box .box_child p {
        font-size: 1.95rem
    }

    .top #oversea .boxwrap .box .box_child::before {
        width: 8rem
    }

    .top #oversea .boxwrap .box .border {
        width: calc(100% - 37rem);
        height: 5rem
    }

    .top #oversea .boxwrap .company {
        padding: 3rem 0
    }

    .top #oversea .boxwrap .company img {
        width: 15rem
    }

    .top #world .txtwrap {
        padding-top: 6rem
    }

    .top #world .txtwrap .tit {
        margin-bottom: 3.5rem;
        font-size: 3rem;
        text-align: center
    }

    .top #world .txtwrap .txt {
        margin-left: 0
    }

    .top #world .img_box {
        position: static;
        max-width: 100%
    }

    .top #world .img_box .img {
        margin: 0 -2rem
    }

    .top #world .img_box .img img {
        max-width: 100%;
        width: auto
    }

    .top #world .img_box .area .area_inner {
        padding: 3rem 3rem
    }

    .top #world .img_box .area ul:not(:last-child) {
        margin-right: 2rem
    }

    .top #world .img_box .area ul li {
        font-size: 1.6rem
    }
}

@-webkit-keyframes about_light {
    0% {
        left: -50%
    }

    20% {
        left: 120%
    }

    100% {
        left: 120%
    }
}

@keyframes about_light {
    0% {
        left: -50%
    }

    20% {
        left: 120%
    }

    100% {
        left: 120%
    }
}

@-webkit-keyframes oversea_animation {
    0% {
        left: 0
    }

    100% {
        left: calc(100% - .8rem)
    }
}

@keyframes oversea_animation {
    0% {
        left: 0
    }

    100% {
        left: calc(100% - .8rem)
    }
}

@-webkit-keyframes concept03_wrap_rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes concept03_wrap_rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes concept03_child_rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@keyframes concept03_child_rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@-webkit-keyframes about_wrap_rotate {
    0% {
        -webkit-transform: rotate(-6deg);
        transform: rotate(-6deg)
    }

    100% {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg)
    }
}

@keyframes about_wrap_rotate {
    0% {
        -webkit-transform: rotate(-6deg);
        transform: rotate(-6deg)
    }

    100% {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg)
    }
}

@-webkit-keyframes about_child_rotate {
    0% {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg)
    }

    100% {
        -webkit-transform: rotate(-6deg);
        transform: rotate(-6deg)
    }
}

@keyframes about_child_rotate {
    0% {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg)
    }

    100% {
        -webkit-transform: rotate(-6deg);
        transform: rotate(-6deg)
    }
}
