@charset "UTF-8"; /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.grid {
    display: grid;
}

.kugiri_m02 {
    padding: 13.5rem 0 10rem;
}

.main_area {
    overflow-x: clip;
}

p.cmn_page_btn {
    text-align: center;
}

p.page_lead {
	line-height: 2;
	margin-bottom: 8rem;
}

.cmn_page_btn button ,p.cmn_page_btn a {
    font-size: 2.6rem;
    font-weight: 700;
    color: #fff;
    background: var(--theme_m_color);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40rem;
    letter-spacing: .1em;
    padding: 3rem 4.5rem;
    border-radius: 5rem;
    position: relative;
    border: .2rem solid var(--theme_m_color);
    margin: 0 auto;
    transition: .2s ease-in;
    cursor: pointer;
    line-height: normal;
    font-family: "Noto Sans JP","游ゴシック体", "Yu Gothic", "yugothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.cmn_page_btn button::after ,p.cmn_page_btn a::after {
    position: absolute;
    content: "";
    background: url("../images/common/arrow_white.svg") no-repeat 50% / contain;
    width: 2.2rem;
    height: 2.2rem;
    top: 50%;
    transform: translateY(-50%);
    right: 3rem;
}

p.cmn_page_btn.complete_btn a {
	color: var(--theme_m_color);
	background: #fff;
}

p.cmn_page_btn.complete_btn a::after {
	background-image: url("../images/common/arrow_blue.svg");
}

.cmn_lt01 {
    letter-spacing: .3em;
}

.return {
    margin-top: 6rem;
}

.return a {
    position: relative;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: .12em;
    color: #fff;
    background: #000;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30rem;
    padding: 2.5rem 4.5rem;
    border-radius: 4rem;
    border: .2rem solid #000;
    margin: 0 auto;
    transition: .2s ease-in;
    cursor: pointer;
    line-height: normal;
}

.return a::before {
    display: inline-block;
    content: "";
    width: 1.5rem;
    height: 1.4rem;
    background-color: #fff;
    -webkit-mask: url("../images/post/return.svg") no-repeat 50% / contain;
    mask: url("../images/post/return.svg") no-repeat 50% / contain;
    transition: .2s ease-in;
    margin-right: 2rem;
}

ul.cmn_maru_list {
}

ul.cmn_maru_list li {
    position: relative;
    padding-left: 1em;
}

ul.cmn_maru_list li::before {
    position: absolute;
    content: "";
    width: .8em;
    height: .8em;
    border-radius: 100%;
    background: #000;
    top: .5em;
    left: 0;
}

@media screen and (min-width: 751px) {
    .cmn_page_btn button:hover , p.cmn_page_btn a:hover {
        background: #fff;
        color: var(--theme_m_color);
        opacity: 1;
    }

    .cmn_page_btn button:hover::after , p.cmn_page_btn a:hover::after {
        background-image: url("../images/common/arrow_blue.svg");
    }

    .return a:hover {
        opacity: 1;
        color: var(--theme_m_color);
        background-color: #fff;
    }

    .return a:hover::before {
        background-image: url("../images/common//images/common/arrow_b.svg");
    }
	
	p.cmn_page_btn.complete_btn a:hover {
		color: #fff;
		background: var(--theme_m_color);
	}

	p.cmn_page_btn.complete_btn a:hover::after {
		background-image: url("../images/common/arrow_white.svg");
	}
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
プロモ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page_promo {
    padding: 10px 50px;
    position: relative;
	overflow: hidden;
}

.page_promo .wide_width {
    max-width: 128rem;
}

.page_promo .promo_inner .ttl_wrap {
    margin-top: 9rem;
}

.page_promo .promo_inner .promo_ttl {
    font-size: 2em;
    font-weight: bold;
}

.page_promo .promo_inner .promo_ttl {
    font-size: 5.6rem;
    font-weight: 800;
    letter-spacing: .08em;
}

.page_promo .promo_inner .promo_ttl::first-letter {
    color: #2896D2;
}

.page_promo .promo_inner .promo_slug {
    font-size: 20rem;
    letter-spacing: .06em;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    position: absolute;
    top: -1rem;
    right: -3rem;
    /*background: linear-gradient( 90deg, rgba(255,0,0,.3) 0%, rgba(255,154,0,.3) 16%, rgba(208,222,33,.3) 33%, rgba(79,220,74,.3) 50%, rgba(63,218,216,.3) 66%, rgba(47,201,226,.3) 83%, rgba(28,127,238,.3) 100% );*/
    background: linear-gradient( 90deg, rgba(231, 84, 144, 0.2) 0%, rgba(247, 147, 30, 0.2) 20%, rgba(252, 238, 33, 0.2) 50%, rgba(41, 171, 226, 0.2) 70%, rgba(231, 84, 144, 0.2) 100% );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
}

.page_main_img {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 70px 0 40px;
    margin-bottom: 20px;
}

.page_main_img::before, .page_main_img::after {
    position: absolute;
    content: "";
    background: no-repeat 50% /contain;
}

.page_main_img img {
    border-radius: 20px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
募集要項
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page_guide > .page_width {
    max-width: 110rem;
    padding-top: 9.5rem;
}

.guide_content h2.main_ttl {
    font-size: 4rem;
    color: var(--theme_m_color);
    margin: 0 auto 5.5rem;
}

.guide_carrer {
    display: none;
}

.guide_new-graduate {
    display: block;
}

/* タブのコンテナ */
ul.guide_tab {
    margin-bottom: 13rem;
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: center;
    border-bottom: 2px solid var(--theme_m_color);
    gap: 2rem;
}

/* タブの各アイテム（li） */
ul.guide_tab li {
    /* flex: 1; */
    text-align: center;
    transition: background 0.3s;
    background: #f2f2f2;
    border: 2px solid #ccc;
    /* 初期状態の下ボーダーはテーマカラー */
    border-bottom: 1px solid var(--theme_m_color);
    position: relative;
    /* 重なり順の制御用 */
    min-width: 38rem;
    margin-bottom: -2px;
}

/* 隣接するタブの左ボーダーを重ねない */
ul.guide_tab li + li {
    /* border-left: none; */
}

/* リンクをタブいっぱいに広げる */
ul.guide_tab li a {
    display: block;
    padding: 3rem 2rem;
    text-decoration: none;
    color: #999999;
    font-size: 2.8rem;
    line-height: 1.5;
}

/* 最初のタブの角丸 */
ul.guide_tab li:first-child {
    border-top-left-radius: 4px;
}

/* 最後のタブの角丸 */
ul.guide_tab li:last-child {
    /* border-top-right-radius: 4px; */
}

/* --- アクティブなタブのスタイル --- */
ul.guide_tab li.active {
    background: #fff;
    border-color: var(--theme_m_color);
    border-bottom: none;
    /* 下ボーダーを消してコンテンツとつなげる */
    z-index: 1;
    /* ボーダーを隣のタブより前面に出す */
}

ul.guide_tab li.active a {
    color: var(--theme_m_color);
    font-weight: bold;
}

/* アクティブ時の左右ボーダー補正 */
ul.guide_tab li.active:first-child {
    border-left: 2px solid var(--theme_m_color);
}

ul.guide_tab li.active:last-child {
    border-right: 2px solid var(--theme_m_color);
}

/* 中央のタブがアクティブになった際の左側境界 */
ul.guide_tab li.active:not(:first-child) {
    border-left: 2px solid var(--theme_m_color);
}

/* --- 非アクティブなタブ --- */
ul.guide_tab li:not(.active) {
    border-bottom-color: var(--theme_m_color);
}

ul.guide_tab li:not(.active)::after {
    content: "";
    position: absolute;
    width: 107%;
    height: 2px;
    bottom: -1px;
    left: -3px;
    background: var(--theme_m_color);
}

/* ホバー時の微調整 */
ul.guide_tab li:not(.active):hover {
    background: #e9e9e9;
}

.page-guide dl.grid_list {
    max-width: 94rem;
    margin: 0 auto;
}

.page-guide dl.grid_list > div {
    display: grid;
    grid-template-columns: 24rem 1fr;
}

.page-guide dl.grid_list > div > * {
    border-bottom: 1px solid;
    padding: 2.5rem 0;
    font-weight: 400;
    font-size: 2rem;
    min-height: 10rem;
}

.page-guide dl.grid_list > div:first-child > * {
    border-top: 1px solid;
}

.page-guide dl.grid_list > div dt {
    border-color: #2896D2;
    color: #2896D2;
}

.page-guide dl.grid_list > div:not(:root) dd {
    border-color: #C8C8C8;
    padding-left: 3rem;
    padding-right: 3rem;
}

.page-guide dl.grid_list > div dd .square::before {
    content: "";
    width: .8em;
    height: .8em;
    background: #000;
    display: inline-block;
    margin-right: 0.5rem;
}

.page-guide dl.grid_list > div dd ul.guide_item {
    display: grid;
    gap: 3.5rem;
}

.page-guide dl.grid_list > div dd ul.guide_item li h3 {
    font-size: 2rem;
    font-weight: 700;
}

.page-guide dl.grid_list > div dd p {
    font-size: 2rem;
    font-weight: 400;
}

.page-guide dl.grid_list > div dd ul.maru_list li {
    position: relative;
    padding-left: 1em;
}

.page-guide dl.grid_list > div dd ul.maru_list li::before {
    position: absolute;
    content: "";
    width: .8em;
    height: .8em;
    border-radius: 100%;
    background: #000;
    top: .5em;
    left: 0;
}

.page-guide dl.grid_list > div dd p.sub_txt {
	margin-top: 4rem;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
新卒用
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.guide_content.guide_new-graduate {
    width: 94rem;
    margin: 0 auto;
}

.guide_content.guide_new-graduate .new-graduate_flow {
    margin-bottom: 12rem;
}

.guide_content.guide_new-graduate .new-graduate_flow h2.main_ttl {
    margin: 0 auto 5rem;
}

.guide_content.guide_new-graduate .new-graduate_flow p.img {
    width: 94rem;
    margin: 0 auto 2.5rem;
}

.guide_content.guide_new-graduate .new-graduate_flow p.img img {
}

.guide_content.guide_new-graduate .new-graduate_flow p.lead {
    font-size: 2rem;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
採用メッセージ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page_message > .page_width {
    max-width: 140rem;
    padding-top: 7rem;
}

.message_sec {
    padding-bottom: 10rem;
}

.message_sec .about {
    position: relative;
    padding: 0 0 10rem;
}

.message_sec .about .inner h2.ttl {
    position: relative;
    left: -3rem;
}

.message_sec .about .inner p.ceo_name {
    position: absolute;
    top: 12.5rem;
    right: 11rem;
}

.message_sec .zigzag_wrap {
    display: grid;
    gap: 19.5rem;
    padding: 10.5rem 0;
}

.message_sec .zigzag_wrap .inner {
    gap: 13rem;
    grid-template-areas: "img text";
    align-items: flex-start;
}

.message_sec .zigzag_wrap .inner.deco {
    position: relative;
    z-index: 0;
}

.message_sec .zigzag_wrap .inner.deco::after {
    position: absolute;
    content: "";
    background: url("../images/page/message/message_deco01.png") no-repeat 50% / contain;
    width: 23.4rem;
    height: 37.5rem;
    top: 9rem;
    right: -1rem;
    z-index: -1;
}

.message_sec .zigzag_wrap .inner .img_area {
    position: relative;
    grid-area: img;
}

.message_sec .zigzag_wrap .inner .img_area p.img.small {
    position: absolute;
    bottom: -16rem;
    width: 32rem;
}

.message_sec .zigzag_wrap .inner .txt_area {
    grid-area: text;
    padding-top: 10rem;
}

.message_sec .zigzag_wrap .inner .txt_area h3.ttl {
    margin-bottom: 6rem;
}

.message_sec .zigzag_wrap .inner:nth-child(1) .txt_area h3.ttl {
    width: 58rem;
}

.message_sec .zigzag_wrap .inner:nth-child(2) .txt_area h3.ttl {
    width: 51.5rem;
}

.message_sec .zigzag_wrap .inner:nth-child(3) .txt_area h3.ttl {
    width: 58rem;
}

.message_sec .zigzag_wrap .inner .txt_area p.txt {
    font-size: 2rem;
    font-weight: 500;
    line-height: 2;
    padding-left: 8rem;
}

.message_sec .zigzag_wrap .inner .txt_area p.txt span {
    display: block;
}

.message_sec .zigzag_wrap .inner:nth-child(odd) {
    grid-template-columns: 50rem 1fr;
    padding-left: 2.5rem;
}

.message_sec .zigzag_wrap .inner:nth-child(odd) .img_area p.img.small {
    right: -13rem;
}

.message_sec .zigzag_wrap .inner:nth-child(even) {
    grid-template-columns: 1fr 50rem;
    grid-template-areas: "text img";
    padding: 0 5rem;
}

.message_sec .zigzag_wrap .inner:nth-child(even) .img_area p.img.small {
    left: -13rem;
}

.message_sec .zigzag_wrap .inner:nth-child(even) .txt_area {
    padding-top: 5rem;
}

.message_sec .zigzag_wrap .inner:nth-child(even) .txt_area p.txt span:not(:last-child) {
    margin-bottom: 4rem;
}

.message_sec .enjoy {
    padding-top: 11rem;
}

.message_sec .enjoy h2.ttl {
    margin-bottom: 16rem;
}

.message_sec .page_list {
    display: grid;
    max-width: 126rem;
    margin: -8rem auto 0;
    grid-template-columns: repeat(3 , 1fr);
    column-gap: 3rem;
}

.message_sec .page_list p.btn a {
    font-size: 3.2rem;
    color: #2996D2;
    font-weight: 900;
    border: 3px solid #2996D2;
    background: #fff;
    display: grid;
    justify-content: center;
    align-items: center;
    min-height: 16rem;
    position: relative;
}

.message_sec .page_list p.btn a::after {
    position: absolute;
    content: "";
    background: url("../images/common/arrow_white.svg") no-repeat 50% / 1.2rem 1.2rem #2996D2;
    width: 4rem;
    height: 4rem;
    top: 50%;
    transform: translateY(-50%);
    right: 2rem;
    border-radius: 100%;
}

/* 円：最初は画面中央に固定 */
.fixed_circle {
    position: fixed;
    top: 89%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60vw;
    max-width: 742px;
    z-index: 0;
    pointer-events: none;
    /* 描画を滑らかにする魔法のプロパティ */
    will-change: transform;
    z-index: -1;
}

/* 着地点（.enjoyセクション） */
.enjoy {
    position: relative;
    /* min-height: 100vh; */
    /* 演出のために高さを確保 */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 停止位置の目印になる透明な点 */
.enjoy .target {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 1px;
    background: transparent;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
働く魅力を知る
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page_features > .page_width {
    max-width: none;
    padding-top: 7rem;
}

.feature_sec:not(:last-of-type) {
    padding-bottom: 15rem;
}

.feature_sec .bg_inner {
    background: no-repeat 50% / cover;
    min-height: 44rem;
}

.feature_sec.sec01 .bg_inner {
    background-image: url("../images/page/features/feature_bg01.jpg");
}

.bg_inner.ttl_wrap {
}

.feature_sec.sec02 .bg_inner {
    background-image: url("../images/page/features/feature_bg02.jpg");
}

.feature_sec.sec03 .bg_inner {
    background-image: url("../images/page/features/feature_bg03.jpg");
}

.feature_sec.sec04 .bg_inner {
    background-image: url("../images/page/features/feature_bg04.jpg");
}

.feature_sec .ttl_wrap {
    display: grid;
    justify-content: center;
    align-items: center;
    margin-bottom: 6rem;
}

.feature_sec .ttl_wrap .ttl_area {
}

.feature_sec .ttl_wrap .ttl_area p.main_txt {
    font-size: 2.8rem;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    background: #F7931E;
    padding: .78rem 2.5rem;
    display: table;
	font-weight: 600;
}

.feature_sec .ttl_wrap .ttl_area h2.main_ttl {
    font-size: 6.4rem;
    color: #F7931E;
    background: #fff;
    width: 58rem;
    min-height: 12.8rem;
    display: grid;
    align-items: center;
    text-align: center;
    padding: 2rem;
	letter-spacing: .05em;
}

.feature_sec .wide_width {
}

.feature_sec .wide_width ul.items {
    max-width: 126rem;
    margin: 0 auto;
    grid-template-columns: repeat(2,1fr);
    gap: 6rem 3.5rem;
}

.feature_sec .wide_width ul.items > li {
    border: 3px solid #F7931E;
    padding: 4rem 4rem 5rem;
    display: flex;
    flex-direction: column;
}

.feature_sec .wide_width ul.items > li h3.ttl {
    color: #F7931E;
    font-size: 3.2rem;
    text-align: center;
    margin-bottom: 3rem;
}

.feature_sec .wide_width ul.items > li p.txt {
    font-size: 2rem;
}

.feature_sec .wide_width ul.items > li .box {
    margin-top: auto;
}

.feature_sec .wide_width ul.items > li .box ul.cmn_maru_list {
    margin-top: 0.5rem;
}

.feature_sec .wide_width ul.items > li .box ul.cmn_maru_list li {
    font-size: 2rem;
}

.feature_sec .wide_width ul.items > li .box ul.cmn_maru_list li::before {
    background: #F7931E;
}

.feature_sec :has(.box) .txt {
    margin-bottom: 3.5rem;
}

.feature_sec .wide_width ul.items > li .box p.img {
    text-align: center;
}

.feature_sec .grid_item01 {
    display: grid;
    grid-template-columns: 1fr 26.5rem;
    gap: 3rem;
    align-items: flex-end;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
会社案内　バンクズ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page_promo .com_breadcrumb {
    display: flex;
    align-items: center;
    margin-bottom: 8rem;
}

.page_promo .com_breadcrumb a , .page_promo .com_breadcrumb p {
    color: #999999;
    font-size: 1.4rem;
    position: relative;
}

.page_promo .com_breadcrumb a::after,
.page_promo .com_breadcrumb p.parent::after{
    display: inline-block;
    content: "";
    width: 1em;
    height: 1px;
    background: #999999;
    vertical-align: middle;
    margin: 0 1rem .4rem;
}

.page_promo .parent_slug {
	font-size: 1.6rem;
	color: #999999;
	display: block;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
会社案内　共通BTN
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page_com_wrap {
    margin-top: 13.5rem;
}

.page_com_wrap h2.page_com_ttl {
    font-size: 5.6rem;
    font-weight: 900;
    text-align: center;
    margin-bottom: 8rem;
}

.page_com_wrap div.page_com_list {
    grid-template-columns: repeat(2 , 1fr);
    width: 78rem;
    margin: 0 auto;
    border: 4px solid var(--theme_m_color);
}

.page_com_wrap div.page_com_list p.btn {
}

.page_com_wrap div.page_com_list p.btn a {
    font-size: 2.8rem;
    color: var(--theme_m_color);
    font-weight: bold;
    display: grid;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 12rem;
    padding: 1rem 3rem;
    border-right: 4px solid var(--theme_m_color);
    border-bottom: 4px solid var(--theme_m_color);
}

.page_com_wrap div.page_com_list p.btn:nth-child(2n) a {
    border-right: none;
}

.page_com_wrap div.page_com_list p.btn:nth-last-child(-n + 2) a {
    border-bottom: none;
}

.page_com_wrap div.page_com_list p.btn a::before, .page_com_wrap div.page_com_list p.btn a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 3rem;
    transform: translateY(-50%);
}

.page_com_wrap div.page_com_list p.btn a::before {
    transform: translateY(-50%);
    width: 4rem;
    height: 4rem;
    background: var(--theme_m_color);
    border-radius: 100%;
}

.page_com_wrap div.page_com_list p.btn a::after {
    background-color: #fff;
    width: 4rem;
    height: 4rem;
    -webkit-mask: url("../images/common/arrow_white.svg") no-repeat center / 1.2rem 1.2rem;
    mask: url("../images/common/arrow_white.svg") no-repeat center / 1.2rem 1.2rem;
    transform: translateY(-50%);
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
事業の紹介 
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page_business > .page_width {
    max-width: none;
    padding-top: 9rem;
}

.biz_about {
}

.biz_about .main_bg {
    background: url("../images/page/business/biz_main_bg.jpg") no-repeat 50% / cover;
    min-height: 60rem;
}

.biz_about .inner {
    display: grid;
    align-items: center;
    padding: 2rem 0;
}

.biz_about .inner .box {
    margin: 0 auto;
    width: 88rem;
    position: relative;
    z-index: 0;
    padding: 4.5rem 0;
}

.biz_about .inner .box::after {
    position: absolute;
    content: "";
    background: #000;
    width: 80rem;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.biz_about .inner .box h2.main_ttl {
    width: 62.6rem;
    margin: 0 auto 3.5rem;
}

.biz_about .inner .box ul.items {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 2rem;
    margin-bottom: 3rem;
}

.biz_about .inner .box ul.items li {
    display: grid;
    justify-content: center;
    align-items: center;
    min-height: 13rem;
    background: #fff;
}

.biz_about .inner .box p.main_txt {
    width: 50.2rem;
    margin: 0 auto;
}

.biz_about .contents_area {
    background: url("../images/page/business/japan.png") no-repeat right -1rem top -5rem / 84.3rem 92rem;
    padding: 9rem 0 14rem;
}

.biz_about .contents_area .base_width {
}

.biz_about .contents_area .inner {
    position: relative;
    padding: 0 0 0 8rem;
}

.biz_about .contents_area .inner .txt_area {
    max-width: 58rem;
}

.biz_about .contents_area .inner .txt_area p {
    font-size: 2rem;
    line-height: 1.75;
}

.biz_about .contents_area .inner .txt_area p:not(:last-of-type) {
    margin-bottom: 4rem;
}

.biz_about .contents_area .inner p.icon {
    position: absolute;
    top: -6rem;
    right: -4rem;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
事業の紹介 共通 01 02
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page_business .ttl_wrap p.sub {
    font-size: 2.4rem;
    font-weight: 500;
    text-align: center;
    padding: 0 2rem;
    background: #000;
    display: table;
    color: #fff;
    margin-bottom: 2rem;
}

.page_business .ttl_wrap h2.biz_ttl {
    font-size: 6.4rem;
    font-weight: 900;
}

.page_business .ttl_wrap h2.biz_ttl span.underline {
    display: table;
}

.biz_num {
    position: relative;
}

.biz_num .biz_inner {
    width: 78rem;
    position: relative;
    padding-left: 7rem;
}

.biz_num .biz_inner .ttl_wrap {
}

.biz_num .biz_inner .ttl_wrap p.sub {
    font-size: 2.4rem;
    font-weight: 500;
    text-align: center;
    padding: 0 2rem;
    background: #000;
    display: table;
    color: #fff;
}

.biz_num .biz_inner .ttl_wrap h2.biz_ttl {
    font-size: 6.4rem;
    font-weight: 900;
    line-height: 1.5;
    margin-bottom: 5.5rem;
}

.biz_num .biz_inner .img_area {
    position: absolute;
}

.biz_num .biz_inner .img_area p.img.big {
}

.biz_num .biz_inner .img_area02 p.img.big {
}

.biz_num .biz_inner .img_area p.img[class*="small"] {
}

.biz_num .biz_inner .img_area p.img.small {
}

.biz_num .biz_inner .img_area02 p.img.small {
    margin-top: -5.5rem;
    position: relative;
    right: -19rem;
}

.biz_num .biz_inner .img_area p.img.small02 {
}

.biz_num .biz_inner p.main_txt {
    font-size: 2rem;
    padding-left: 8rem;
    line-height: 2;
    padding-right: 1rem;
}

.biz_num .color_orange {
    color: #FF4B0F;
    font-weight: 900;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
事業の紹介 01
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.biz_num01 {
    background: var(--theme_m_color);
    color: #fff;
    padding: 7.5rem 0 5rem;
}

.biz_num01::after {
    position: absolute;
    content: "";
    background: url("../images/page/business/biz_img04.png")no-repeat 50% / contain;
    width: 42rem;
    height: 42rem;
    bottom: -10rem;
    left: -19rem;
}

.biz_num01 .biz_inner .ttl_wrap h2.biz_ttl span.underline {
    border-bottom: 1px solid #fff
}

.biz_num01 .biz_inner {
    min-height: 93rem;
}

.biz_num01 .inner02 {
    min-height: 75.5rem;
}

.biz_num01 .biz_inner .img_area {
    width: 64rem;
    right: calc(50% - 111rem);
    top: -17rem;
}

.biz_num01 .biz_inner .img_area .small {
    margin-top: 2.5rem;
    margin-left: 18rem;
}

.biz_num01 .biz_inner .img_area02 {
    position: absolute;
    top: -7.5rem;
    right: calc(50% - 108rem);
}

.biz_num01 .graph {
    text-align: center;
    margin-top: 7.5rem;
    position: relative;
    left: 3.5rem;
    margin-bottom: 10rem;
}

.biz_num01 .graph p.img {
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
事業の紹介 02
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.biz_num02 {
    padding: 14.5rem 0 6rem;
}

.biz_num02 .biz_inner {
    min-height: 96rem;
}

.biz_num02 .biz_inner .img_area {
    width: 64rem;
    right: calc(50% - 111rem);
    top: 0rem;
}

.biz_num02 .biz_inner .img_area p.img.small {
    margin-top: -38rem;
    margin-left: -3rem;
}

.biz_num02 .biz_inner .ttl_wrap h2.biz_ttl span.underline {
    border-bottom: 1px solid #000
}

.biz_num .biz_inner .txt_wrap p.main_txt:not(:last-of-type) {
    margin-bottom: 4rem;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
事業の紹介 03
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.biz_num03 {
    padding: 2rem 0;
}

.biz_num03 .inner {
    width: 114rem;
    margin: 0 auto;
}

.biz_num03 .inner p.logo {
    text-align: center;
    margin-bottom: 4rem;
}

.biz_num03 .inner p.logo picture {
}

.biz_num03 .inner p.logo picture source {
}

.biz_num03 .inner p.logo picture img {
}

.biz_num03 .inner .grid_box {
    grid-template-columns: 54.6rem 1fr 50rem;
    align-items: center;
    position: relative;
    padding-bottom: 13rem;
    padding-right: 2rem;
}

.biz_num03 .inner .grid_box::after {
    position: absolute;
    content: "";
    background: url("../images/page/business/biz_arrow.png") no-repeat 50% / contain;
    width: 6.6rem;
    height: 8rem;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.biz_num03 .inner .grid_box .item {
    color: #fff;
}

.biz_num03 .inner .grid_box .item p.txt {
    text-align: center;
}

.biz_num03 .inner .grid_box .item p.txt picture {
}

.biz_num03 .inner .grid_box .item p.txt picture source {
}

.biz_num03 .inner .grid_box .item p.txt picture img {
}

.biz_num03 .inner .grid_box .item h3.ttl {
    height: 28rem;
    width: 50rem;
    margin: 0 auto;
    font-size: 6rem;
    text-align: center;
    padding-top: 3rem;
    display: grid;
    align-items: center;
    margin-top: -7rem;
}

.biz_num03 .inner .grid_box .item:nth-of-type(1) h3.ttl {
    background: #00BEB4;
}

.biz_num03 .inner .grid_box .item:nth-of-type(2) h3.ttl {
    background: #B37CB8;
    font-size: 4.8rem;
}

.biz_num03 .inner .grid_box p.wo {
    text-align: center;
    font-size: 4.8rem;
    font-weight: 900;
    position: relative;
    bottom: -3.5rem;
    left: -1rem;
}

.biz_num03 .inner .tenpo_logo {
    text-align: center;
    position: relative;
    z-index: 1;
}

.biz_num03 .inner .tenpo_logo p.img {
}

.biz_num03 .inner .tenpo_logo p.img picture {
}

.biz_num03 .inner .tenpo_logo p.img picture source {
}

.biz_num03 .inner .tenpo_logo p.img picture img {
}

.biz_num03 .or_box.wide_width {
}

.biz_num03 .or_box {
    position: relative;
    margin-top: -13rem;
    padding: 9rem 7rem 0;
    z-index: 0;
}

.biz_num03 .or_box::after {
    content: "";
    background: #FF4B0F;
    position: absolute;
    width: 100%;
    height: 98%;
    top: 0;
    left: 0;
    z-index: -1;
}

.biz_num03 .or_box .tenpo {
}

.biz_num03 .or_box .tenpo > p {
    position: absolute;
}

.biz_num03 .or_box .tenpo .tenpo01 {
    top: 7rem;
    left: -27rem;
}

.biz_num03 .or_box .tenpo .tenpo02 {
    top: 4.5rem;
    right: -18.5rem;
}

.biz_num03 .or_box .ttl_wrap {
    position: relative;
    z-index: 2;
}

.biz_num03 .or_box .ttl_wrap p.sub {
    margin: 0 auto;
    padding: 0.2rem 3rem;
    margin-bottom: 2rem;
}

.biz_num03 .or_box .ttl_wrap h2.biz_ttl {
    margin-bottom: 6rem;
}

.biz_num03 .or_box .ttl_wrap h2.biz_ttl span.underline {
    display: table;
    color: #fff;
    border-bottom: 1px solid #fff;
    margin: 0 auto;
}

.biz_num03 .or_box p.main_txt {
    font-size: 2rem;
    line-height: 1.75;
    color: #fff;
    width: 74rem;
    margin: 0 auto 7rem;
    line-height: 2;
}

.biz_num03 .or_box ul.items {
    gap: 4.5rem;
    justify-content: space-between;
    margin-bottom: 10rem;
}

.biz_num03 .or_box ul.items li {
    flex: 1;
}

.biz_num03 .or_box ul.items li p.img {
    border-radius: 3rem;
    overflow: hidden;
}

.biz_num03 .or_box ul.items li p.img picture {
}

.biz_num03 .or_box ul.items li p.img picture source {
}

.biz_num03 .or_box ul.items li p.img picture img {
}

.biz_num03 .or_box .beige_box.grid {
    z-index: 0;
    position: relative;
    isolation: isolate;
    grid-template-columns: 24rem 1fr;
    gap: 7rem;
    width: 107rem;
    margin: 0 auto 9.5rem;
    padding: 5rem 6rem 5rem 8rem;
    align-items: center;
}

.biz_num03 .or_box .beige_box.grid::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #0c0c0c;
    opacity: 0.2;
    mix-blend-mode: multiply;
    z-index: -1;
}

.biz_num03 .or_box .beige_box.grid::after {
    position: absolute;
    content: "";
    background: url("../images/page/business/biz_deco01.png") no-repeat 50% / contain;
    width: 7.5rem;
    height: 6.2rem;
    top: -2rem;
    left: 3rem;
}

.biz_num03 .or_box .beige_box.grid h3.ttl {
    font-size: 3.2rem;
    font-weight: 900;
    color: #fff;
}

.biz_num03 .or_box .beige_box.grid p.txt {
    font-size: 2rem;
    color: #fff;
    line-height: 2;
}

.biz_num03 .or_box .inner02 {
}

.biz_num03 .or_box .inner02 .ttl_wrap {
}

.biz_num03 .or_box .inner02 .ttl_wrap p.sub {
    margin-bottom: 3.5rem;
}

.biz_num03 .or_box .inner02 .ttl_wrap h2.biz_ttl_img {
    text-align: center;
}

.biz_num03 .or_box .inner02 .ttl_wrap h2.biz_ttl_img picture {
}

.biz_num03 .or_box .inner02 .ttl_wrap h2.biz_ttl_img picture source {
}

.biz_num03 .or_box .inner02 .ttl_wrap h2.biz_ttl_img picture img {
}

.biz_num03 .or_box .inner02 p.main_img {
    margin: -4rem 0 0;
    text-align: center;
}

.biz_num03 .or_box .inner02 p.main_img picture {
}

.biz_num03 .or_box .inner02 p.main_img picture source {
}

.biz_num03 .or_box .inner02 p.main_img picture img {
}

.biz_num03 ul.items02.grid {
    width: 116rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 5rem;
    margin: -10.5rem auto 8rem;
	position: relative;
}

.biz_num03 ul.items02.grid li {
    font-size: 4rem;
    font-weight: 900;
    color: #fff;
    background: #FFA000;
    border-radius: 2.4rem;
    line-height: 1.5;
    text-align: center;
    padding: 4rem 0;
}

.biz_num03 p.message {
    text-align: center;
}

.biz_num03 .inner p.message picture {
}

.biz_num03 .inner p.message picture source {
}

.biz_num03 .inner p.message picture img {
}

.biz_num03 .text_center {
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
会社概要
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page_company > .page_width {
    max-width: 110rem;
    padding-top: 7.5rem;
}

.conpany_about {
    margin-bottom: 14.5rem;
}

.conpany_about .inner {
    margin-bottom: 9rem;
}

.conpany_about .inner02 {
    max-width: 94rem;
    margin: 0 auto;
}

.conpany_about .inner p.main_lead {
    font-size: 2rem;
    line-height: 2;
    position: relative;
    left: -8rem;
    margin-bottom: 9rem;
	font-weight: 500;
}

.conpany_about .inner p.logo {
    width: 54rem;
    margin: 0 auto 1rem;
}

.conpany_about .inner p.logo_sub_txt {
    font-size: 5.6rem;
    color: var(--theme_m_color);
    font-weight: 500;
	letter-spacing: .1em;
    text-align: center;
}

.conpany_about .inner02 ul.items {
    margin-bottom: 9rem;
}

.conpany_about .inner02 ul.items li {
    margin-bottom: 8.5rem;
}

.conpany_about .inner02 .slug_wrap {
    position: relative;
    padding-top: 4.5rem;
}

.conpany_about .inner02 ul.items li .ttl_wrap {
    position: relative;
}

.conpany_about .inner02 picture.slug {
    display: block;
    position: absolute;
    top: 0;
    left: -16rem;
    z-index: -1;
}

.conpany_about .inner02 span.ja {
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    background: var(--theme_m_color);
    padding: 0 1rem;
}

.conpany_about .inner02 ul.items li:nth-child(1) .ttl_wrap picture.slug {
    width: 37rem;
}

.conpany_about .inner02 ul.items li:nth-child(2) .ttl_wrap picture.slug {
    width: 30.9rem;
}

.conpany_about .inner02 ul.items li .grid {
    display: grid;
    grid-template-columns: 50rem 1fr;
    gap: 2rem;
}

.conpany_about .inner02 ul.items li .ttl_wrap h2.main_ttl span {
    display: table;
}

.conpany_about .inner02 ul.items li .ttl_wrap h2.main_ttl span.ja {
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    background: var(--theme_m_color);
    padding: 0 1rem;
}

.conpany_about .inner02 ul.items li .ttl_wrap h2.main_ttl span.en {
    font-size: 4rem;
    font-weight: bold;
    line-height: 1.5;
}

.conpany_about .inner02 p.txt {
    font-size: 2rem;
    line-height: 2;
}

.conpany_about .inner02 .box {
	margin-bottom: 8rem;
}


@media only screen and (min-width: 769px) {
	.conpany_about .inner02 .main_img {
		width: 110rem;
		margin: 0 calc(50% - (110rem / 2));
	}
	
}

.conpany_about .inner02 .box .ttl_wrap {
    position: relative;
}

.conpany_about .inner02 .box .ttl_wrap h2.main_ttl {
    padding-top: 4.5rem;
    margin-bottom: 4rem;
}

.conpany_about .inner02 .box .ttl_wrap h2.main_ttl span.ja {
    padding: 0 1.5rem;
}

.conpany_about .inner02 .box ol.ol_items {
    width: 75rem;
    margin: 0 auto;
    padding-left: 6rem;
}

.conpany_about .inner02 .box ol.ol_items li {
    font-size: 2.4rem;
    font-weight: bold;
    position: relative;
    counter-increment: num;
    padding-left: 4rem;
    margin-bottom: 1rem;
}

.conpany_about .inner02 .box ol.ol_items li::before {
    content: counter(num) ".";
    position: absolute;
    left: 0;
    color: var(--theme_m_color);
}

.company_list {
    margin-bottom: 9rem;
}

.company_list h2.main_ttl {
    font-size: 2.8rem;
    color: #fff;
    background: var(--theme_m_color);
    padding: 2rem 3rem;
    margin-bottom: 5.5rem;
}

.company_list dl.dl_list {
    padding: 0 8rem;
}

.company_list dl.dl_list > div {
    display: grid;
    grid-template-columns: 24rem 1fr;
}

.company_list dl.dl_list dt, .company_list dl.dl_list dd {
    border-bottom: 1px solid;
    font-size: 2rem;
    padding: 2rem 0 2.5rem;
    font-weight: 500;
}

.company_list dl.dl_list > div:first-child dt, .company_list dl.dl_list > div:first-child dd {
    border-top: 1px solid;
}

.company_list dl.dl_list dt {
    border-color: var(--theme_m_color);
    color: var(--theme_m_color);
}

.company_list:not(:root) dl.dl_list > div dd {
    border-color: #C8C8C8;
    padding-left: 3rem;
    padding-right: 3rem;
}

.company_list dl.dl_list dd picture {
    display: flex;
    align-items: center;
    margin-top: .8rem;
}

.company_list dl.dl_list dd picture source {
    display: block;
}

.company_list dl.dl_list dd ul.cmn_maru_list li::before {
    background: var(--theme_m_color);
    width: .9rem;
    height: .9rem;
    top: 1.5rem;
}

/* 11個目以降をデフォルトで隠す */
.company_list dl.dl_list.history_more div:nth-child(n+11) {
    display: none;
    opacity: 0;
    transform: translateY(20px); /* 少し下にずらしておく */
}

/* activeクラスがついたら表示し、アニメーションを実行 */
.company_list dl.dl_list.history_more.is-active div:nth-child(n+11) {
    display: grid;
    animation: historyFadeUp 0.6s ease forwards;
}

/* ふわっと浮き上がるアニメーションの定義 */
@keyframes historyFadeUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.company_list .more {
    font-size: 2rem;
    position: relative;
    width: 62rem;
    min-height: 7rem;
    border-radius: 3.5rem;
    border: 2px solid var(--theme_m_color);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4rem auto 0;
}

.company_list .more::before {
    content: "＋";
    color: var(--theme_m_color);
    font-weight: bold;
    margin-right: 2rem;
}

.more:hover {
    cursor: pointer;
	opacity: .7;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
データでみる
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page_data > .page_width {
    max-width: 110rem;
    padding-top: 8rem;
}

.page_data p.main_lead {
    font-size: 2rem;
    line-height: 2;
    position: relative;
    left: -8rem;
    margin-bottom: 8rem;
	font-weight: 500;
}

.data_contents:not(:nth-last-of-type(2)) {
    margin-bottom: 15rem;
}

.data_contents h2.main_ttl {
    font-size: 4rem;
    font-weight: bold;
    color: var(--theme_m_color);
    margin-bottom: 5rem;
    padding-left: 8rem;
}

.data_contents ul.data_items {
    grid-template-columns: repeat(2,1fr);
    gap: 6rem;
}

.data_contents ul.data_items li {
    background: #E5F2FA;
    border-radius: 20px;
    padding: 4.5rem 2rem 5rem;
}

.data_contents ul.data_items li h3.ttl {
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2.5rem;
}

.data_contents ul.data_items li p.num {
    font-size: 10rem;
    font-weight: bold;
    font-family: "Lato", sans-serif;
    color: var(--theme_m_color);
    text-align: center;
    line-height: 1;
    margin-bottom: 2rem;
}

.data_contents ul.data_items li p.num span.small {
    font-size: 30%;
    margin-left: 1rem;
    display: inline-block;
    position: relative;
    top: -1rem;
}

.data_contents ul.data_items li p.num span.small.left_m {
    margin: 0 1rem 0 0;
}

.data_contents ul.data_items li p.main_txt {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 3rem;
	font-weight: 500;
}

.data_contents ul.data_items li p.icon {
    text-align: center;
    width: 15.1rem;
    margin: 0 auto;
}

.data_contents ul.data_items li p.icon.img02 {
    width: 40rem;
}

.data_contents ul.commute_method {
    padding: 0 5rem;
    margin-bottom: 2.5rem;
}

.data_contents ul.commute_method li {
    grid-template-columns: 9.1rem 1fr 1fr;
    padding: 0;
    align-items: center;
    gap: 3rem;
    margin-bottom: .5rem;
}

.data_contents ul.commute_method li p.commute_icon {
}

.data_contents ul.commute_method li p.commute_icon picture {
    width: 9.1rem;
}

.data_contents ul.commute_method li p.commute_icon picture source {
}

.data_contents ul.commute_method li p.commute_icon picture img {
}

.data_contents ul.commute_method li p.commute_ttl {
    font-size: 3.5rem;
    color: var(--theme_m_color);
    font-weight: bold;
    position: relative;
    bottom: -1rem;
}

.data_contents ul.commute_method li p.commute_num {
    font-family: "Lato", sans-serif;
    font-size: 7rem;
    font-weight: bold;
    color: var(--theme_m_color);
    line-height: 1;
    margin-left: auto;
}

.data_contents ul.commute_method li p.commute_num span.small {
    font-size: 40%;
}

.data_contents:not(:root:root:root) ul.commute_method + p.main_txt {
    margin-bottom: 0 !important;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
プライバシーポリシー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page_privacy > .page_width {
    max-width: 110rem;
    padding-top: 8.5rem;
}

.page_privacy p.main_lead {
    margin-bottom: 7.5rem;
    font-size: 2rem;
}

.page_privacy h2.privacy_ttl {
    font-size: 2.8rem;
    color: #fff;
    background: var(--theme_m_color);
    padding: 2rem 3rem;
    margin-bottom: 5rem;
}

.page_privacy .box {
    margin-bottom: 5rem;
}

.page_privacy .grey_box {
    background: #F2F2F2;
    margin-bottom: 5rem;
    padding: 4rem 4.5rem;
}

.page_privacy .grey_box .box {
    margin-bottom: 3.5rem;
}

.page_privacy .grey_box .box p:not(:last-child) {
    margin-bottom: 0.5rem;
}

.page_privacy .box h3.ttl {
    font-size: 2.8rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
}

.page_privacy .box h4.sub_ttl {
    font-size: 2.4rem;
    margin-bottom: 1rem;
}

.page_privacy .box p {
    line-height: 1.75;
    font-size: 2rem;
}

.page_privacy .box p:not(:last-child) {
    margin-bottom: 1.5rem;
}

.page_privacy ul.indent {
    margin-bottom: 0;
    font-size: 2rem;
}

.page_privacy ul.indent li {
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.75;
}

.page_privacy ul.indent_wide li {
    text-indent: -2em;
    padding-left: 2em;
}

.page_privacy a.link {
	color: #2896D2;
}

.page_privacy .date {
	text-align: right;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
404
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page_404 .kugiri_m02 {
    padding-top : 7rem;
}

.page_404 h2 {
    font-size: 4.2rem;
    text-align: center;
    margin-bottom: 3.2rem;
}

.page_404 p.txt {
    font-size: 2rem;
    letter-spacing: .1em;
    text-align: center;
    line-height: 2;
    margin-bottom: 9rem;
}

.page_404 p.cmn_page_btn {
}

.page_404 p.cmn_page_btn a {
    background: #fff;
    color: var(--theme_m_color);
}

.page_404 p.cmn_page_btn a:hover {
    background: var(--theme_m_color);
    color: #fff;
}

@media (min-width: 751px) {
    .page_404 p.cmn_page_btn a::after {
        background-image: url("../images/common/arrow_blue.svg");
    }

    .page_404 p.cmn_page_btn a:hover::after {
        background-image: url("../images/common/arrow_white.svg");
    }
}
