@charset "utf-8";
.no_scroll {
    height: 100vh !important;
    overflow: hidden;
}

.contents_area {
    overflow: hidden;
}

.loading_base {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading_base::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: right center;
    background: #fff;
}

.endLoad::before {
    animation: slideLoad 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes slideLoad {
    0% {
        transform: scaleX(1);
    }
    100% {
        transform: scaleX(0);
    }
}

.loading_logo {
    width: 400px;
    transform: scale(1.2);
    opacity: 0;
    animation: loadingLogo 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    transition: opacity 0.9s;
    position: relative;
    top: -30px;
}

header,
.hero_scroll,
.swiper-parentDiv {
    opacity: 0;
    transition: opacity 1s;
    transition-delay: 2s;
}

.topStart header,
.topStart .hero_scroll,
.topStart .swiper-parentDiv {
    opacity: 1
}

@keyframes loadingLogo {
    0% {
        opacity: 0;
        transform: scale(1.2);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.loading_logo img {
    width: 100%;
    height: auto;
}

.endLoad .loading_logo {
    opacity: 0 !important;
}

.news_section_inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}


/* ===== BUSUINESS ===== */

.business_section {
    padding: 80px 20px;
    min-height: 1035px;
}

.top_business_flex {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.business_left {
    position: relative;
    width: 350px;
    z-index: 10;
}

.business_left div {
    position: absolute;
    left: -150px;
    top: 0;
}

.business_left .busines_fg:last-child {
    z-index: 50;
}

.business_left .busines_fg:nth-child(2) {
    z-index: 30;
}

.business_left .busines_fg:nth-child(1) {
    z-index: 10;
}

.business_line_item .fadeInLeft {
    position: relative;
    z-index: -1;
}

@media(min-width: 769px) {
    .business_line_thumb {
        display: none;
    }
}

@media(max-width: 1200px) {
    .business_left {
        width: 40%;
    }
    .business_left div {
        left: -50px;
    }
    .business_left div img {
        width: 100%;
        height: auto;
    }
    .business_right {
        max-width: inherit;
        box-sizing: border-box;
        width: 55%;
        padding-right: 20px;
    }
    .business_line_base>div,
    .business_line {
        width: 100%;
    }
}

.business_left div img {
    /* webkit-mask: url(../images/top_busines_figure_mask_pc.png) 0 0 no-repeat;
  mask: url(../images/top_busines_figure_mask_pc.png) 0 0 no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: 0 1200px;
  mask-position: 0 1200px;
  will-change: transform;*/
}

.business_left div.current img,
.business_left img.current {
    -webkit-mask: url(../images/top_busines_figure_mask_pc.png) 0 0 no-repeat;
    mask: url(../images/top_busines_figure_mask_pc.png) 0 0 no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: 0 1200px;
    mask-position: 0 1200px;
    animation: businessFg 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes businessFg {
    0% {
        -webkit-mask-position: 0 1200px;
        mask-position: 0 1200px;
    }
    100% {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
    }
}

.business_right {
    max-width: 614px;
}

.business_right p {
    line-height: 1.8;
}

.business_line_base>div:first-child,
.business_right .business_line.first {
    border-top: 1px solid #B2C1C9;
}

.business_line_base>div,
.business_line {
    width: 614px;
    border-bottom: 1px solid #B2C1C9;
    padding: 35px 80px 35px 35px;
    position: relative;
    cursor: pointer;
}

.business_line_base>div::before,
.business_line::before {
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #F69602;
    transform-origin: left center;
    transform: scaleX(0);
    transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.business_line_base>div:last-child,
.business_line.last {
    margin-bottom: 120px;
}

.business_line_base>div::after,
.business_line::after {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 4px);
    right: 30px;
    width: 9px;
    height: 9px;
    border-top: 1px solid #384C57;
    border-right: 1px solid #384C57;
    transform: rotate(45deg);
    transition: right 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.business_line_hdr p {
    font-family: 'Poppins', sans-serif;
    color: #B2C1C9;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 10px;
}

.business_line_hdr h4 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 25px;
}

.business_line_hdr h4 a {
    color: #384C57;
    text-decoration: none;
}

@media (hover: hover) {
    .business_line_base>div:hover::before,
    .business_line:hover::before {
        transform: scaleX(1);
    }
    .business_line_base>div:hover::after,
    .business_line:hover::after {
        border-top: 1px solid #F69602;
        border-right: 1px solid #F69602;
        right: 10px;
    }
}


/* ===== // BUSUINESS ===== */


/* ===== SERVICE ===== */

.service_section {
    padding: 100px 20px 80px;
}

.service_section_inner {
    max-width: 1100px;
    margin: 0 auto;
}

.service_lead {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.8;
    margin-bottom: 120px;
}

.service_tile_flex {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 30px;
}

.service_tile {
    width: 320px;
	margin:0 20px 20px;
    cursor: pointer;
}

@media(max-width: 1200px) {
    .service_tile {
        width: 32%;
    }
}

.service_tile img {
    width: 100%;
    height: auto;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.service_tile_thumb {
    max-height: 210px;
    overflow: hidden;
    margin-bottom: 25px;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.service_tile p {
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
}

.service_tile p a {
    display: block;
    color: #384C57;
    text-decoration: none;
    position: relative;
	padding-left: 70px;
}

.service_tile p a::before,
.service_tile p a::after {
    content: '';
    display: block;
    position: absolute;
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.service_tile p a::before {
    width: 60px;
    height: 1px;
    background: #F69602;
    top: 50%;
    left: 0;
}

.service_tile p a::after {
    top: calc(50% - 4px);
    right: 0!important;
    width: 9px;
    height: 9px;
    border-top: 1px solid #F69602;
    border-right: 1px solid #F69602;
    transform: rotate(45deg);
}

@media(min-width:769px) and (max-width:1200px) {
    .service_tile p a::before {
        width: 50px;
    }
}

@media (hover: hover) {
    .service_tile:hover .service_tile_thumb {
        transform: scale(1.18);
    }
    .service_tile:hover p a::before {
        left: -20px;
        width: 90px;
    }
    .service_tile:hover p a::after {
        right: 0;
    }
}


/* ===== // SERVICE ===== */

.hero_section {
    position: relative;
    overflow: hidden;
}


/* .hero_section::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	mix-blend-mode: multiply;
	z-index: 2;
}
*/

.hero_section .hero_scroll {
    width: 130px;
    height: 94px;
    position: absolute;
    left: 0px;
    bottom: 120px;
    z-index: 5000;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    cursor: pointer;
}

.hero_scroll p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    position: absolute;
    bottom: 102px;
    left: 15px;
    transform: rotate(90deg);
    transition: color 0.3s;
}

.hero_scroll p::after {
    content: '';
    display: block;
    width: 32px;
    height: 1px;
    background: #fff;
    position: absolute;
    transform: rotate(45deg);
    bottom: 9px;
    left: 85px;
    transition: left 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.hero_scroll_bar {
    height: 20px;
    width: 1px;
    background: none;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.hero_scroll_bar::after {
    content: '';
    display: block;
    width: 1px;
    height: 180px;
    position: absolute;
    left: -9px;
    top: -4px;
    background: #fff;
    transform-origin: center top;
    transform: scale(0);
    animation: heroScroll 1.6s ease infinite;
    animation-direction: alternate;
}

@keyframes heroScroll {
    0%,
    15% {
        transform: scale(0);
        opacity: 0;
    }
    30% {
        transform: scale(1);
        opacity: 1;
    }
    80% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.hero_catch_wrap {
    position: absolute;
    top: 0;
    left: 150px;
    width: calc(100vw - 300px);
    display: flex;
    align-items: center;
    color: #fff;
    z-index: 1000;
}

.hero_catch_wrap_inner {
    width: 1080px;
    margin: 0 auto;
    padding: 0 40px;
}

.hero_catch_wrap h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 68px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    margin-bottom: 15px;
}

.hero_catch_wrap p {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.03em;
}


/* ===== common ===== */

.top_hdr_title {
    margin-bottom: 80px;
}

.top_hdr_title .top_hdr_title_en {
    font-family: 'Poppins', sans-serif;
    font-size: 68px;
    font-weight: 700;
    color: #384C57;
    line-height: 1.2;
    margin-bottom: 15px;
    z-index: 1;
    position: relative;
}

.top_hdr_title_en span.f_blu {
    color: #BCCCD5;
}

.top_hdr_title .top_hdr_title_jp {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.03em;
}


/* ===== // common ===== */

.news_section {
    padding: 80px 0 140px;
}

.overview_section {
    padding: 100px 0 250px;
}

.overview_inner {
    margin-left: calc(calc(100vw - 1100px) * 0.5);
    position: relative;
    box-sizing: border-box;
    padding-left: 410px;
}

.overview_inner .figure1 {
    position: absolute;
    top: 0;
    left: -308px;
    z-index: 5;
}

.overview_inner .figure2 {
    position: absolute;
    top: 217px;
    left: -170px;
    z-index: 1;
}

.overview_inner .figure3 {
    position: absolute;
    top: 318px;
    left: 1215px;
}

.overview_lead {
    line-height: 1.6;
    font-weight: 700;
    font-size: 28px;
    color: #384C57;
    margin-top: 140px;
    margin-bottom: 100px;
}

.overview_link_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 560px;
}

.overview_link_flex .line_link {
    margin-bottom: 40px;
}

.overview_link_flex .line_link a::after {
    content: '';
    display: block;
    position: absolute;
    width: 9px;
    height: 9px;
    border-top: 1px solid #F69602;
    border-right: 1px solid #F69602;
    transform: rotate(45deg);
    right: 20px;
    top: 8px;
}

.top_recruit_tile_flex {
    max-width: 1250px;
    display: flex;
    justify-content: space-between;
    margin: 160px auto 80px;
}

@media(min-width: 1500px) {
    .top_recruit_tile_flex {
        transform: translateX(150px);
    }
}

.top_recruit_tile_left,
.top_recruit_tile_right {
    width: 50%;
    position: relative;
    padding: 70px;
    cursor: pointer;
    color: #fff;
    overflow: hidden;
    box-sizing: border-box;
}

.top_recruit_tile_flex h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 68px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    margin-bottom: 30px;
    z-index: 1;
}

.top_recruit_tile_left::before,
.top_recruit_tile_right::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 110%;
    cursor: pointer;
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.top_recruit_tile_left::before {
    background-image: url("../images/top_recruit_tile_left.jpg");
}

.top_recruit_tile_right::before {
    background-image: url("../images/top_recruit_tile_right.jpg");
}

.top_recruit_tile_inner {
    position: relative;
    z-index: 5
}

.top_recruit_tile_jp {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 80px;
}

.top_recruit_tile_jp+p {
    line-height: 1.8;
    margin-bottom: 80px;
}

@media (hover: hover) {
    .top_recruit_tile_left:hover .detail_link::before,
    .top_recruit_tile_right:hover .detail_link::before {
        transform: translateX(-20px) scaleX(1.2);
    }
    .top_recruit_tile_left:hover .detail_link .detail_link_arrow,
    .top_recruit_tile_right:hover .detail_link .detail_link_arrow {
        transform: scale(1.3);
    }
    .top_recruit_tile_left:hover::before,
    .top_recruit_tile_right:hover::before {
        background-size: auto 100%;
    }
}

@media(max-width: 1200px) {
    .overview_inner {
        margin-left: 0;
        padding-left: 50vw;
        padding-right: 30px;
    }
    .overview_inner .figure1 img,
    .overview_inner .figure2 img {
        width: 100%;
        height: auto;
    }
    .overview_inner .figure1 {
        left: -10vw;
        width: 40vw;
    }
    .overview_inner .figure2 {
        top: 21vw;
        left: -0;
        width: 45vw;
    }
    .overview_inner .figure3 {
        top: 31vw;
        left: 121vw;
    }
    .overview_lead {
        font-size: 28px;
        color: #384C57;
        margin-top: 140px;
        margin-bottom: 100px;
    }
    .overview_section .line_link {
        width: calc(50% - 20px);
        margin: 0 5px 20px;
    }
    .top_recruit_tile_left,
    .top_recruit_tile_right {
        padding: 30px;
    }
    .top_recruit_tile_jp+p {
        margin-bottom: 30px;
    }
    .top_recruit_tile_jp {
        font-size: 20px;
        margin: 0 0 30px;
    }
}

.motionItem {
    position: relative;
    display: inline-block;
    opacity: 0;
    transform: scale(8) translateX(20vw);
    transition: opacity 0.8s, transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.top_lead .motionItem {
    opacity: 0;
    transform: scale(1) translateX(10vw);
    transition: opacity 1.2s, transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

h1 span:nth-child(1) {
    transition-delay: 1.12s;
}

h1 span:nth-child(2) {
    transition-delay: 1.24s;
}

h1 span:nth-child(3) {
    transition-delay: 1.36s;
}

h1 span:nth-child(4) {
    transition-delay: 1.48s;
}

h1 span:nth-child(5),
.top_lead span:nth-child(1) {
    transition-delay: 1.6s;
}

h1 span:nth-child(6),
.top_lead span:nth-child(2) {
    transition-delay: 1.72s;
}

h1 span:nth-child(7),
.top_lead span:nth-child(3) {
    transition-delay: 1.84s;
}

h1 span:nth-child(8),
.top_lead span:nth-child(4) {
    transition-delay: 1.96s;
}

h1 span:nth-child(9),
.top_lead span:nth-child(5) {
    transition-delay: 1.98s;
}

h1 span:nth-child(10),
.top_lead span:nth-child(6) {
    transition-delay: 2s;
}

.top_lead span:nth-child(7) {
    transition-delay: 2.02s;
}

.top_lead span:nth-child(8) {
    transition-delay: 2.04s;
}

.hero_catch_wrap_inner h1 {
    transform: translateX(20vw);
    transition: transform 1.2s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition-delay: 1.12s;
}

.topStart .motionItem {
    opacity: 1;
    transform: translateX(0);
    transform: scale(1);
}

.topStart .hero_catch_wrap_inner h1 {
    transform: translateX(0);
}