@charset "UTF-8"; /*****contents*****/
body {
    position: relative;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
プロモ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.promo_frame {
    color: #fff;
    text-align: center;
    padding: 13.5rem 0 0;
    height: calc(110rem - 13.5rem - 4rem);
    position: relative;
}

.promo_frame .swiper_area {
    position: relative;
}

.promo_frame .swiper_area .promo_block {
    width: 50%;
    overflow: hidden;
}

.promo_frame .swiper_area .promo_block .swiper {
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.promo_frame .swiper_area .promo_block.promo_block--people .swiper {
    border-top-right-radius: 8rem;
    border-bottom-right-radius: 8rem;
}

.promo_frame .swiper_area .promo_block.promo_block--connect .swiper {
    border-top-left-radius: 8rem;
    border-bottom-left-radius: 8rem;
}

.promo_frame .swiper_area .promo_block .swiper .swiper-wrapper .swiper-slide p img {
    width: 100%;
}

.promo_frame .swiper_area .promo_ttl {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.promo_frame .swiper_area .promo_ttl img {
	max-width: 79.4rem;
}

.promo_frame .swiper_area .promo_block .swiper.Promo_Swiper02 {
    margin-top: -6rem;
}

.promo_frame .swiper_area .promo_block p.promo_label {
    font-size: 16rem;
    letter-spacing: -.05em;
    font-weight: 300;
    font-style: italic;
    color: #fff;
    font-family: var(--ff-mon);
    line-height: 1;
    position: relative;
    z-index: 1;
}

.promo_frame .swiper_area .promo_block.promo_block--people p.promo_label {
    margin-top: -8rem;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
強み
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_msg {
    position: relative;
    padding: 9rem 0 6rem;
}

#home_msg::after {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 160rem;
    z-index: -1;
    background: url("../images/home/msg_bg.png") no-repeat top left / cover;
}
@media screen and (min-width: 751px) {
#home_msg::after {
	transform: translateZ(0);
}
}

#home_msg.nofixed::after {
    position: absolute;
}

#home_msg .inner {
    text-align: center;
    position: relative;
    z-index: 1;
}

#home_msg .inner p.main_txt {
    font-size: 2.6rem;
    line-height: 2;
    margin-bottom: 6rem;
}

#home_msg .inner h3.main_ttl {
    margin-bottom: 8rem;
    width: 81rem;
    margin: 0 auto 9rem;
}

#home_msg .inner h3.main_ttl > img:not(:last-child) {
    margin-bottom: 3.5rem;
    display: block;
}

#home_msg .inner p.btn {
    margin-bottom: 13rem;
    padding-left: 6rem;
}

#home_msg .inner .pdf {
    width: 58rem;
    margin: 0 auto;
}

#home_msg .inner .pdf p.txt {
    
}

#home_msg .inner .pdf p.txt a {
    display: block;
    position: relative;
    padding: 6.5rem 8rem 6.5rem 16rem;
	background: #fff;
    border-radius: 1rem;
    border: .4rem solid var(--theme_m_color);
}

#home_msg .inner .pdf p.txt a::before, #home_msg .inner .pdf p.txt a::after {
    position: absolute;
    content: "";
    background: no-repeat 50% / contain;
}

#home_msg .inner .pdf p.txt a::before {
    background-image: url("../images/common/lock_icon.svg");
    width: 5.5rem;
    height: 6rem;
    top: 50%;
    transform: translateY(-50%);
    left: 7rem;
}



#home_msg .inner .pdf p.txt a::after {
    background-image: url("../images/common/bnr_deco01.svg");
    width: 13.2rem;
    height: 10.5rem;
    bottom: 2rem;
    right: -3rem;
}

#home_msg .inner .pdf p.txt a span {
    display: block;
    font-weight: 400;
    color: var(--theme_m_color);
    line-height: 1.4;
}




#home_msg .inner .pdf p.txt a .ja {
    font-size: 2.4rem;
    text-align: left;
}

#home_msg .inner .pdf p.txt a .en {
    font-size: 4.2rem;
    text-align: left;
}
@media screen and (min-width: 751px) {
	#home_msg .inner .pdf p.txt a:hover {
		background: var(--theme_m_color);

	}

	#home_msg .inner .pdf p.txt a:hover::before{
		background-image: url("../images/common/lock_icon_white.svg");
	}

	#home_msg .inner .pdf p.txt a:hover span {
		color: #fff;
	}
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
お知らせ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_news {
    padding: 6rem 0;
}

#home_news .inner {
    gap: 7rem;
    position: relative;
    z-index: 1;
}

#home_news .inner .ttl_area {
    width: 32rem;
}

#home_news .inner .ttl_area h2 {
    margin-bottom: 6rem;
}

#home_news .inner .ttl_area h2 .en {
    line-height: 1;
}

#home_news .inner .ttl_area h2 .ja {
    font-size: 2.2rem;
    padding-left: 3.5rem;
}

#home_news .inner .ttl_area p.btn {
    padding-left: 0rem;
}

#home_news .inner .ttl_area p.btn a::before {
    right: -.5rem;
}

#home_news .inner .ttl_area p.btn a::after {
    right: -.5rem;
	top: -.5rem;
}

#home_news .inner .post_area {
    width: 86rem;
    padding-top: 5rem;
}

#home_news .inner .post_area {
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
流れる画像
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.slider_bg {
    background: url("../images/home/slider.png");
    width: 2421px;
    height: 370px;
    animation: bg-slider 80s linear infinite;
    position: relative;
    z-index: 1;
    margin-top: 90px;
}

/* スライドアニメーション */
@keyframes bg-slider {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -2421px 0;
    }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
事業内容
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_service {
    position: relative;
    padding: 12rem 0;
}

#home_service::after {
    position: absolute;
    content: "";
    top: -14%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url("../images/home/service_bg.png") no-repeat top left / cover;
}

#home_service .fixed_line {
    position: relative;
    top: 55rem;
}

#home_service .fixed_line::after {
    position: fixed;
    content: "";
    background: url(../images/home/home_line.png) no-repeat 50% / contain;
    width: 196rem;
    height: 57.8rem;
    top: 30rem;
    left: 50%;
    transform: translateX(-50%);
	opacity: var(--after-opacity, 1);	
}

#home_service .fixed_line.no_fixed::after {
    position: absolute;
    top: -11rem;
}

#home_service .base_width {
    max-width: 1100px;
    position: relative;
    z-index: 1;
}

#home_service h2 {
    margin-bottom: 10rem;
    position: relative;
    z-index: 1;
}

#home_service .inner > h3.ttl {
    width: 71.5rem;
    margin: 0 auto 6rem;
}

#home_service .inner ul.items {
    margin: 0 auto 7rem;
    gap: 1rem;
    justify-content: space-between;
	width: 110rem;
    gap: calc((110rem - 24rem * 4) / 3);
}

#home_service .inner ul.items li {
    background: #fff;
    border-radius: 100%;
    width: 24rem;
    height: 24rem;
}

#home_service .inner ul.items li p.icon.img {
    text-align: center;
    margin-top: -1rem;
    margin-bottom: 3rem;
}

#home_service .inner ul.items li h4.ttl {
    font-size: 2.6rem;
    text-align: center;
    line-height: 1.25;
}

#home_service .inner > p.btn {
    margin-bottom: 10rem;
    padding-left: 3rem;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
納入実績
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_works {
}

#home_works h2 {
    margin-bottom: 10rem;
}

#home_works h2 span.en {
}

#home_works h2 span.ja {
}

#home_works .base_width {
    max-width: 110rem;
}

#home_works ul.works_list {
    margin: 0 -1.5rem;
}

#home_works ul.works_list li {
    width: calc(25% - 3rem);
    margin: 0 1.5rem;
}

#home_works ul.works_list li a {
    font-size: 3.2rem;
    position: relative;
    color: var(--theme_m_color);
    min-height: 29.8rem;
    border-radius: 1rem;
    border: .2rem solid var(--theme_m_color);
    display: flex;
    justify-content: center;
    padding: 6.5rem 2rem;
    letter-spacing: .04em;
}

#home_works ul.works_list li a:hover {
    color: #fff;
    background: var(--theme_m_color);
}

#home_works ul.works_list li a::before, #home_works ul.works_list li a::after {
    position: absolute;
    content: "";
}

#home_works ul.works_list li a::before {
    width: 6.4rem;
    height: 6.4rem;
    left: 50%;
    bottom: 5.5rem;
    transform: translateX(-50%);
    border-radius: 100%;
    background: var(--theme_m_color);
}

#home_works ul.works_list li a:hover::before {
    background: #fff;
}

#home_works ul.works_list li a::after {
    background: url(../images/common/btn_deco01.svg) no-repeat 50% / contain;
    width: 5.1rem;
    height: 4.1rem;
    bottom: 7.5rem;
    left: 55%;
    transform: translateX(-50%);
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
会社概要
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#home_com h2 {
    margin-bottom: 8rem;
}

#home_com h2 .ja {
    margin-left: 5rem;
}

#home_com .inner {
    justify-content: center;
    gap: 7rem;
    margin-left: 19rem;
}

#home_com .inner .img_area {
    position: relative;
}

#home_com .inner .img_area p.img img {
    border-radius: 4rem;
}

#home_com .inner .img_area p.img.mid {
    position: absolute;
    top: -9.5rem;
    left: -16.5rem;
}

#home_com .inner ul.items {
    width: 48rem;
    padding: 6rem 0 0;
}

#home_com .inner ul.items li {
    position: relative;
}

#home_com .inner ul.items li::after {
    position: absolute;
    content: "";
    width: 100%;
    height: .2rem;
    background: linear-gradient(to left, #9ad6ff 0%, #2892d6 50%, #0d4a98 100% );
    bottom: 0;
    left: 0;
}

#home_com .inner ul.items li:first-child::before {
    position: absolute;
    content: "";
    width: 100%;
    height: .2rem;
    background: linear-gradient(to left, #9ad6ff 0%, #2892d6 50%, #0d4a98 100% );
    top: 0;
    left: 0;
}

#home_com .inner ul.items li a {
    font-size: 3.2rem;
    color: var(--theme_m_color);
    position: relative;
    display: block;
    padding: 5rem 14rem 5rem 6rem;
}

#home_com .inner ul.items li a::before, #home_com .inner ul.items li a::after {
    position: absolute;
    content: "";
}

#home_com .inner ul.items li a::before {
    width: 7rem;
    height: 7rem;
    right: 3.5rem;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
    background: var(--theme_m_color);
}

#home_com .inner ul.items li a::after {
    background: url(../images/common/btn_deco01.svg) no-repeat 50% / contain;
    width: 6.8rem;
    height: 5.4rem;
    top: 45%;
    right: 2.5rem;
    transform: translateY(-50%);
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
採用情報
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_recruit {
    padding: 12rem 0;
}

#home_recruit h2 {
    text-align: center;
    margin: 0 auto;
}

#home_recruit h2 .ja {
    color: #0D4A98;
}

#home_recruit .inner {
    background: #0D4A98;
    margin-top: -3rem;
    flex-wrap: nowrap;
    padding: 6rem 9.5rem;
	position: relative;
	z-index: 1;
	border-radius: 1rem;
}

#home_recruit .inner .txt_area {
    width: 68.5rem;
    padding-top: 1rem;
}

#home_recruit .inner .txt_area h3.ttl {
    margin-bottom: 2.5rem;
    width: 61.2rem;
}

#home_recruit .inner .left_box {
    width: 45.8rem;
    margin-left: 11.5rem;
}

#home_recruit .inner .txt_area p.txt {
    color: #fff;
    font-size: 2rem;
    margin: 0 auto 2.5rem;
	font-weight: 400;
}

#home_recruit .inner .txt_area p.logo {
    margin-bottom: 5rem;
}

#home_recruit .inner .txt_area p.btn a {
    color: #fff;
    font-size: 3.2rem;
    margin: 0;
}

#home_recruit .inner .img_area {
    display: flex;
    margin-right: 0rem;
    position: relative;
}

#home_recruit .inner .img_area p.img {
    width: 35rem;
}

#home_recruit .inner .img_area p.img img {
    border-radius: 4rem;
}

#home_recruit .inner .img_area p.img.right {
    position: absolute;
    top: -13.5rem;
    right: -35rem;
}
