/*
Theme Name: life_tpl_2024
Theme URI: 
Template: lightning
Description:Lifecommunication Theme
Author:Lifecommunication Co., Ltd
Tags: 
Version: 0.5.1
*/
/*--------------------------コモン---------------------------*/
/*--ブラウザの標準に設定されている、htmlタグの設定をクリア--*/
BODY, H1, H2, H3, H4, H5, H6, P, TH, TD, OL, UL, LI, DL, DT, DD, FORM, PRE {
    /*--Netscape6 は  が未対応なので、全てのタグを記述して指定--*/
    margin: 0;
    padding: 0;
    list-style: none;
    }
    body {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 100%;
    background-color: #fff;	
    color: #3B4043;
    }
    html,body {/*iphoneにて、table内の文字サイズが自動調整されてしまうのを回避*/
      text-size-adjust: 100%;
      -webkit-text-size-adjust: 100%;
      -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
    }
    html {
        /*サイト内リンク位置を調整*/
        scroll-snap-type: y proximity;
        scroll-padding-top: 100px;
        /*スムーススクロール*/
        scroll-behavior: smooth;/*他の動きが問題なければ実装*/
    }
    
    /*見出し*/
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    }
    
    h2{}
    
    /*本文*/
    p,
    td,
    th,
    li,
    dt,
    dd,
    input,
    textarea,
    .entryBody,
    .entryMore {
        font-size: 16px;
        font-weight: normal;
    }
    p{
        font-size: 16px;
    }
    
    a {
        text-decoration: none !important;
    }
    a:hover {
        opacity: 0.9;
    }
    
    /*フォント*/
    .noto-sans-jp {
      font-family: Noto Sans JP, serif;
      font-optical-sizing: auto;
      font-weight: 500;
      font-style: normal;
    }
    .senobi-gothic_Regular{
        font-family: senobi-gothic, sans-serif;
        font-weight: 400;
        font-style: normal;
    }
    .senobi-gothic_Medium{
        font-family: senobi-gothic, sans-serif;
        font-weight: 500;
        font-style: normal;
    }
    .senobi-gothic_Bold{
        font-family: senobi-gothic, sans-serif;
        font-weight: 700;
        font-style: normal;
    }
    .Meiryo_Regular{
        font-family: "meiryo", sans-serif;
        font-weight: 400;
        font-style: normal;
    }
    .Meiryo_Bold{
        font-family: "meiryo", sans-serif;
        font-weight: 700;
        font-style: normal;
    }
 /*全幅設定*/
.full-width {
    margin: 0 calc(50% - 50vw);
    /*padding: 5em calc(50vw - 50%);*/
}
.widget{
    margin-bottom:0;
}
/*スペーシング*/
.mt-100 {
	margin-top: 100px;
}
.mb-100 {
	margin-bottom: 100px;
}

/*表示・非表示*/
/* 769pxより大きい画面（タブレット・PC） */
@media only screen and (min-width: 992px) { 
.w-991_row{
    display: none !important;
}
.w-991_heigh{
    display: block;
}
}
@media only screen and (max-width: 991px) { 
    .w-991_heigh{
    display: none !important;
    }
    .w-991_row{
        display: block;
    }
}

@media only screen and (min-width: 769px) { 
.sp {
display: none !important;
 }
.pc {
display: block;
 }
}
/* 768px→425より小さい画面（スマホ）*/
@media only screen and (max-width: 768px) { 
.sp {
display: block;
 }
.pc {
display: none !important;
 }
}   
/*見出し*/
.title01 .h1,.title01 .h2{
    font-size:22px; 
}
.title01 span{
    font-size:20px;
    display:block;
}
.title01 span:before{
    content:"";
    display:block;
    width:100%;
    max-width:234px;
    height: 3px;
    background: linear-gradient(90deg,rgba(16, 196, 136, 1) 0%, rgba(0, 154, 239, 1) 68%, rgba(25, 17, 201, 1) 100%);
}
.title02{
    text-align: center;
}
.title02:before{
    content:"";
    display:block;
    width:100%;
    max-width:197px;
    height: 3px;
    background: linear-gradient(90deg,rgba(16, 196, 136, 1) 0%, rgba(0, 154, 239, 1) 68%, rgba(25, 17, 201, 1) 100%);
    margin:0 auto 20px;
}
.title03{
    display:flex;
    align-items: center;
    gap:14px;
}
.title03:before{
    content:"";
    display:block;
    width:11px;
    height:11px;
    background: #1911C9;
}
/*ボタン*/
.Btn01 a {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    width: fit-content;
    margin: 0 auto;
    padding: 0.9em 2em;
    border: none;
    border-radius: 25px;
    font-weight: 600;
    font-size: 1em;
    justify-content: flex-end;
    text-decoration: none;
    color: #3B4043;
}
.Btn01 a::before{
    position: absolute;
    right: calc(2em + 2.5px);
    transform: translateX(50%);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #10C488;
    content: '';
    border: 1px solid #10C488;
}
.Btn01 a::after {
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    margin-left: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
}
/*テーブル*/
.wp-block-table table{
    border-spacing:0 20px;
    border-collapse: separate;
}
.wp-block-table td, .wp-block-table th{
    border:none;
}
tr {
    border-bottom: 1px solid #1911C9;
    padding: 10px 0;
    display: flex;
    gap: 50px;
}
td:first-child{
    background: transparent linear-gradient(240deg, #10C488 0%, var(--unnamed-color-1911c9) 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(240deg, #10C488 0%, #1911C9 100%) 0% 0% no-repeat padding-box;
    border-radius: 6px;
    color:white;
    width:150px;
    min-width: 150px;
    height:fit-content;
    text-align: center;
}
@media only screen and (max-width: 768px) { 
    tr{
        flex-direction: column;
        gap: 0px;    
    }
}
/*----------------------アニメーション----------------------*/
/* その場で */
.fadeIn{
animation-name:fadeInAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* 下から */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* 上から */

.fadeDown{
animation-name:fadeDownAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeDownAnime{
  from {
    opacity: 0;
  transform: translateY(-100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* 左から */

.fadeLeft{
animation-name:fadeLeftAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeLeftAnime{
  from {
    opacity: 0;
  transform: translateX(-100px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

/* 右から */

.fadeRight{
animation-name:fadeRightAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeRightAnime{
  from {
    opacity: 0;
  transform: translateX(100px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger{
    opacity: 0;
}


/*==================================================
くるっ
===================================*/


/* X 軸（縦へ） */
.rotateX{
  animation-name:rotateXAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
}

@keyframes rotateXAnime{
  from{
    transform: rotateX(0);
    opacity: 0;
    }
  to{
    transform: rotateX(-360deg);
    opacity: 1;
    }
}

/*　Y軸（横へ） */
.rotateY{
  animation-name:rotateYAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
}

@keyframes rotateYAnime{
  from{
    transform: rotateY(0);
    opacity: 0;
    }
  to{
    transform: rotateY(-360deg);
    opacity: 1;
    }
}

/* Z 軸（左へ） */
.rotateLeftZ{
  animation-name:rotateLeftZAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
}

@keyframes rotateLeftZAnime{
  from{
    transform: rotateZ(0);
    opacity: 0;
    }
  to{
    transform: rotateZ(-360deg);
    opacity: 1;
    }
}

/*　Z 軸（右へ） */
.rotateRightZ{
  animation-name:rotateRightZAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
}

@keyframes rotateRightZAnime{
  from{
    transform: rotateZ(0);
    opacity: 0;
    }
  to{
    transform: rotateZ(360deg);
    opacity: 1;
    }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.rotateXTrigger,
.rotateYTrigger,
.rotateLeftZTrigger,
.rotateRightZTrigger{
    opacity: 0;
}


/*==================================================
にゅーん
===================================*/

/* 滑らかに変形して出現 */
.smooth{
  animation-name:smoothAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
  　transform-origin: left;
  opacity:0;
}

@keyframes smoothAnime{
  from {
  transform: translate3d(0, 100%, 0) skewY(12deg);
  opacity:0;
  }

  to {
  transform: translate3d(0, 0, 0) skewY(0);
  opacity:1;
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.smoothTrigger{
    opacity: 0;
}
/*----------------------アニメーション----------------------*/
/*ヘッダー*/
.site-header{
    box-shadow: none;
    position:absolute;
}
.site-header--layout--nav-float .site-header-logo a{
    background: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.site-header-logo img{
    max-height:100px;
}
.global-nav{
    border-radius: 50px;
    background: linear-gradient(10deg, #1911c9 50%, #0d0965 100%);
    padding:0 2em;
    margin: 10px 0;
    height:55px;
}
.home .global-nav{
    background:none;
} 
.device-mobile .global-nav-list>li{
    padding:0;
}
.device-mobile .global-nav-list>li>a,.device-pc .global-nav-list>li>a{
    color:white;
    font-family: senobi-gothic, sans-serif;
    font-weight: 300;
    font-style: normal;
    padding: .5em 2em;
    display:block;
    position:relative;
    width:153px;
    height:100%;
}
.device-mobile .global-nav-list>li#menu-item-77>a,.device-pc .global-nav-list>li#menu-item-77>a{
    width:100px;
}
.device-mobile .global-nav-list>li#menu-item-78>a,.device-pc .global-nav-list>li#menu-item-78>a,
.device-mobile .global-nav-list>li#menu-item-80>a,.device-pc .global-nav-list>li#menu-item-80>a{
    width:105px;
}
.device-mobile .global-nav-list>li:after,.device-pc .global-nav-list>li:after{
    content:"";
    width:100%;
    display:block;
    position:absolute;
    bottom:0;
    left:0;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    border-bottom:5px solid;
    border-image-source:linear-gradient(90deg, #10c488 0%, #009aef 62.76%, #1911c9 100%);
    border-image-slice: 1;
}
.device-mobile .global-nav-list>li#menu-item-81 a:after,.device-pc .global-nav-list>li#menu-item-81 a:after{
    content:none;
}
.device-mobile .global-nav-list>li:hover::after,.device-pc .global-nav-list>li:hover::after {
    transform: scale(1, 1);
  }
.device-mobile .global-nav-list>li#menu-item-81:hover::after,.device-pc .global-nav-list>li#menu-item-81:hover::after{
    display:none;
}
.device-mobile .global-nav-list>li .global-nav-name,.device-mobile .global-nav-list>li .global-nav-name{
    font-size: 18px;
}
.global-nav ul li#menu-item-81{
    background: white;
    border-radius:3px;
    margin-left: 1em;
}
.global-nav ul li#menu-item-81 a{
    border-radius:5px;
}
.global-nav-list>li#menu-item-81 .global-nav-name{
    width:fit-content;
    background: linear-gradient(90deg, rgba(16, 196, 136, 0) 0%, rgba(16, 196, 136, 0) 0%, #10c488 0%, #009aef 62.76%, #1911c9 100%);
    font-weight: 700;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display:block;
    margin:0 auto;
}
.global-nav ul li#menu-item-76:hover a strong{
    display:none;
}
.global-nav ul li a:after{
    text-align: center;
    display:none;
    width:100%;
    position: absolute;
    top:7px;
    right: 0;
}
.global-nav ul li#menu-item-76 a:after{
    content:"ユーキ建工の魅力";
}
.global-nav ul li#menu-item-76:hover a:after{
    display:block;
    font-family: 'Noto Sans JP', sans-serif;
    font-size:1.2em;
}
.global-nav ul li#menu-item-77:hover a strong{
    display:none;
}
.global-nav ul li#menu-item-77 a:after{
    content:"仕事を知る";
}
.global-nav ul li#menu-item-77:hover a:after{
    display:block;
    font-family: 'Noto Sans JP', sans-serif;
    font-size:1.3em;
}
.global-nav ul li#menu-item-78:hover a strong{
    display:none;
}
.global-nav ul li#menu-item-78 a:after{
    content:"人を知る";
}
.global-nav ul li#menu-item-78:hover a:after{
    display:block;
    font-family: 'Noto Sans JP', sans-serif;
    font-size:1.3em;
}
.global-nav ul li#menu-item-79:hover a strong{
    display:none;
}
.global-nav ul li#menu-item-79 a:after{
    content:"募集要項";
}
.global-nav ul li#menu-item-79:hover a:after{
    display:block;
    font-family: 'Noto Sans JP', sans-serif;
    font-size:1.3em;
}
.global-nav ul li#menu-item-80:hover a strong{
    display:none;
}
.global-nav ul li#menu-item-80 a:after{
    content:"お知らせ";
}
.global-nav ul li#menu-item-80:hover a:after{
    display:block;
    font-family: 'Noto Sans JP', sans-serif;
    font-size:1.3em;
}
.header_scrolled .site-header{
    box-shadow:none;
    background: rgba(0, 0, 0, 0);
}
.header_scrolled .site-header .global-nav{
    background: linear-gradient(10deg, #1911c9 50%, #0d0965 100%);
}
.global-nav--layout--float-right .global-nav-list{
    padding: 10px 0;
}
.vk-mobile-nav-menu-btn{
    left: auto;
    right:5px;
    border:none;
}
.vk-mobile-nav-menu-btn.menu-open{
    border:none;
}
@media (max-width: 1200px){
.site-header--layout--nav-float .site-header-logo{
        margin-right:0;
    }
    .site-header--layout--nav-float .site-header-logo a{
        padding:10px;
        background: white;
        display: block;
        width:80px;
    }
}
@media (max-width: 767px){
    .vk-mobile-nav .widget_nav_menu ul li a, .vk-mobile-nav nav ul li a{
        text-align: center;
        line-height: 1.2em;
        padding: 1em;
    }
    .vk-mobile-nav .widget_nav_menu ul li a span, .vk-mobile-nav nav ul li a span{
        color:#1911C9;
    }
    _::-webkit-full-page-media, _:future, :root .vk-mobile-nav .widget_nav_menu ul li a
     {
        text-align: center;
        line-height: 1.2em;
        padding: 1em;
    }
    _::-webkit-full-page-media, _:future, :root .vk-mobile-nav nav ul li a{
        text-align: center;
        line-height: 1.2em;
        padding: 1em;
    }
    _::-webkit-full-page-media, _:future, :root .vk-mobile-nav .widget_nav_menu ul li a span{
        color:#1911C9;
    }
    _::-webkit-full-page-media, _:future, :root .vk-mobile-nav nav ul li a span{
        color:#1911C9;
    }
}
/*メインビジュアル*/
.ltg-slide-text-title{
    writing-mode: vertical-rl;
    font-family: "meiryo", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size:31px;
    line-height: 60px;
    letter-spacing: 20px;
    margin: 0 auto;
    text-indent: -1em;
    padding-left: 1em;
}
.EntryCta{
    position: fixed;
    top: 40%;
    right: 0px;
    background: white;
    border-radius:5px 0 0 5px;
    z-index: 9999;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    overflow: hidden;
}
.EntryCta:before{
    content: "";
    width: 6px;
    display: block;
    height: 100%;
    background: linear-gradient(180deg, rgba(16, 196, 136, 0) 0%, rgba(16, 196, 136, 0) 0%, #10c488 0%, #009aef 62.76%, #1911c9 100%);
    position: absolute;
}
.EntryCta a{
    writing-mode: vertical-rl;
    font-family: "meiryo", sans-serif;
    font-weight: 700;
    font-style: normal;
    padding: 40px 15px;
    font-size: 24px;
    letter-spacing: 15px;
    color: #1911C9;
    vertical-align: middle;
    transition: .3s;
}
.EntryCta a:hover{
    padding-right:30px;
}
.page-id-68 .EntryCta{
        display:none;
    }
/* 最新のsafari用*/
_::-webkit-full-page-media, _:future, :root .EntryCta {
    padding-right:35px;
}
_::-webkit-full-page-media, _:future, :root .EntryCta a:hover {
    padding-right:45px;
}
.lightning_swiper{
    height:100vh;
    min-height:700px;
}
.ltg-slide picture img{
    object-fit: cover;
    height: 100%;
}
@media screen and (max-width: 767px) {
    .EntryCta a{
        font-size: 18px;
        padding: 20px 10px;
        letter-spacing: 10px;
    }
}
@media screen and (max-width: 425px) {
    .ltg-slide-text-title{
        font-size: 27px;
        letter-spacing: 13px;
    }
}
@media screen and (max-width: 350px) {
    .ltg-slide-text-title{
        font-size:24px;
        letter-spacing: 10px;
    }
}
/*ページトップボタン*/
.page_top_btn{
    width: 60px;
    height: 58px;
    left:2%;
    border: solid #22b573;
    background:white;
    border-radius: 10px;
    background-image: url('images/page-top.png');
    background-size:90%;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
    .page_top_btn{
        width:50px;
        height:50px;
    }
}
/*トップページ*/
.home .site-body{
    background: transparent linear-gradient(180deg, var(--unnamed-color-10c48800) 0%, var(--unnamed-color-10c48800) 0%, #10C488 0%, var(--unnamed-color-009aef) 63%, #05007B 100%) 0% 0% no-repeat padding-box;
    border: 1px solid var(--unnamed-color-707070);
    background: transparent linear-gradient(180deg, #10C48800 0%, #10C48800 0%, #10C488 0%, #009AEF 63%, #05007B 100%) 0% 0% no-repeat padding-box;
}
/*お知らせ*/
.Newsbar {
    position: absolute;
    left: 0;
    right: 0;
    top: -100px;
    display: flex;
    align-items: center;
    background: white;
    width: 100%;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius:6px;
    overflow: hidden;
    z-index:2;
}
.Newsbar h2{
    background: #1911C9;
    color:white;
    height:100%;
    padding: 40px 50px;
    font-size:22px;
}
.Newsbar ul{
    width: 72%;
    padding: 0 50px;
}
.Newsbar ul li a{
    font-family: "meiryo", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #1911C9;
    display:flex;
    gap:0 50px;
}
.Newsbar ul li a:hover{
    opacity:.7;
}
.Newsbar ul li a p{
    font-size:20px;
}
.Newsbar .view-more{
    position:static;
    margin-top: 10px;
}
.Newsbar .view-more .inner{
    color:#1911C9;
}
.Newsbar .view-more .inner:before,.Newsbar .view-more .inner:after{
    border: 1px solid #1911C9;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
.Newsbar .view-more:hover .inner:before,.Newsbar .view-more:hover .inner:after{
    right: -10px;
}
@media (max-width: 1200px){
    .Newsbar ul li a p{
        font-size:16px;
    }
}
@media screen and (max-width: 991px) {
    .Newsbar ul li a{
        flex-wrap:wrap;
    }
    .Newsbar ul{
        width:60%;
    }
}
@media screen and (max-width: 767px) {
    .Newsbar{
        top:-70px;
    }
    .Newsbar h2{
        padding: 20px 10px;
    }
    .Newsbar ul{
        padding:0 10px;
    }
    .Newsbar ul li a{
        gap:0;
    }
    .Newsbar ul li a p{
        font-size:12px;
    }
    .Newsbar ul li a .CatLabel{
        margin-right:10px;
    }
    .EntryCta{
        bottom: 2%;
        top:auto;
    }
}
@media screen and (max-width: 425px) {
    .Newsbar .view-more{
        display:none;
    }
    .Newsbar ul{
        width:100%;
    }
}
/*魅力*/
.TopAttractive .title-wrapper {
    height:288px;
    position:relative;
    z-index:0;
}
.TopAttractive .title-wrapper .title01{
    text-align: center;
    padding-top:140px;
}
.TopAttractive .title-wrapper .backtext{
    background-image: url('images/Attractive.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width:100%;
    height:100%;
    z-index:-1;
}
.TopAttractive .title01 span:before{
    content:none;
}
.parent {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(10, 1fr);
    gap: 30px;
}
    
.box1 {
    grid-row: span 3 / span 3;
}

.box2 {
    grid-row: span 4 / span 4;
}

.box3 {
    grid-row: span 5 / span 5;
}

.box4 {
    grid-row: span 4 / span 4;
    grid-row-start: 4;
}

.box5 {
    grid-row: span 3 / span 3;
    grid-column-start: 2;
    grid-row-start: 5;
}

.box6 {
    grid-row: span 5 / span 5;
    grid-column-start: 3;
    grid-row-start: 6;
}

.box7 {
    grid-column: span 2 / span 2;
    grid-row: span 3 / span 3;
    grid-column-start: 1;
    grid-row-start: 8;
}
/* モーダル */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.2);
}

/* モーダルがactiveの時 */
.modal.is-active {
  opacity: 1;
  pointer-events: auto;
}

/* モーダル背景のオーバーレイ部分 */
.modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* モーダルのコンテンツ */
.modal__content {
    position: relative;
    width: 100%;
    max-width: 1100px;
    padding: 20px;
    height: 633px;
}
.modal_inner {
    filter: drop-shadow(0px 0px 4px #ddd);
    background: #FFF;
    width: 90%;
    margin: 0 auto;
    border-radius: 2px;
    height:100%;
}
.modal_inner img{
    width:45%;
}
.modal_inner .swiperText{
    padding-right:50px;
    overflow: auto;
}
.modal_inner .swiperText h3{
    margin-bottom:20px;
    font-size:26px;
}
.modal_inner .swiperText h3 span{
    font-size:20px;
} 
.modal_inner .swiper-slide h3:before{
    display:block;
    color:#10C488;
    font-size:30px;
    display: block;
    font-family: senobi-gothic, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom:20px;
}
.modal_inner .swiper-slide#box1 h3:before{
    content:"Point1";
}
.modal_inner .swiper-slide#box2 h3:before{
    content:"Point2";
}
.modal_inner .swiper-slide#box3 h3:before{
    content:"Point3";
}
.modal_inner .swiper-slide#box4 h3:before{
    content:"Point4";
}
.modal_inner .swiper-slide#box5 h3:before{
    content:"Point5";
}
.modal_inner .swiper-slide#box6 h3:before{
    content:"Point6";
}
.modal_inner .swiper-slide#box7 h3:before{
    content:"Point7";
}
.swiper.modalInSlider.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    height: 100%;
}
.modal_inner .swiper-slide{
    display: flex;
    gap:40px;
    align-items: center;
    height:100%;
}
.swiper-button-prev::after {
  background-image: url(images/swiper-button-prev.png);
}
/* 前へ次への矢印カスタマイズ */
.swiper-button-prev,
.swiper-button-next {
  height: 50px;
  width: 50px;
  position: absolute;
  top: 90%;
}
.swiper-button-next{
     right: 100px;
}
.swiper-button-prev {
    left: 880px;
}
/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  margin: auto;
  width: 50px;
}
.swiper-button-prev:hover::after,
.swiper-button-next:hover::after{
    opacity:.5;
    transition: 0.3s;

}
/* 次への矢印カスタマイズ */
.swiper-button-next::after {
  background-image: url(images/swiper-button-next.png);
}
/* 閉じるボタン */
.modal__close-btn {
    position: absolute;
    right: 10px;
    top: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 20;
}
.modal__close-btn:hover {
    opacity: 0.8;
    transition: 0.3s;
}

/* 閉じるボタンのX */
.lineClose {
    display: inline-block;
    vertical-align: middle;
    color: #313131;
    line-height: 1;
    width: 2rem;
    height: 0.1rem;
    background: currentColor;
    border-radius: 0.1rem;
    position: relative;
    transform: rotate(45deg);
}
.lineClose::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
p.swiperText {
    margin: 0;
    text-align: center;
}
.swiperModalButton .modalOpen{
    border-radius:6px;
    border:none;
    padding:80px 0px;
    background: white;
    position:relative;
    cursor:pointer;
    transition: all .3s ease;
}
.swiperModalButton .modalOpen:hover .view-more .inner:before,
.swiperModalButton .modalOpen:hover .view-more .inner:after{
    right: -10px;
}
.swiperModalButton .modalOpen:hover{
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.swiperModalButton .view-more{
    bottom: 30px;
    right: 30px;
}
.swiperModalButton .box1 .view-more .inner,.swiperModalButton .box3 .view-more .inner,.swiperModalButton .box5 .view-more .inner,.swiperModalButton .box7 .view-more .inner{
    color:#1911C9;
}
.swiperModalButton .box1 .view-more .inner:before,.swiperModalButton .box3 .view-more .inner:before,.swiperModalButton .box5 .view-more .inner:before,.swiperModalButton .box7 .view-more .inner:before{
    border:1px solid #1911C9;
}
.swiperModalButton .box1 .view-more .inner:after,.swiperModalButton .box3 .view-more .inner:after,.swiperModalButton .box5 .view-more .inner:after,.swiperModalButton .box7 .view-more .inner:after{
    border:1px solid #1911C9;
}
.swiperModalButton .modalOpen h3{
    font-size:25px;
}
.swiperModalButton .modalOpen.box1 h3,.swiperModalButton .modalOpen.box3 h3,.swiperModalButton .modalOpen.box5 h3,.swiperModalButton .modalOpen.box7 h3{
    margin-bottom:20px;
    color:black;
}
.swiperModalButton .modalOpen h3 span{
    font-size:20px;
}
.swiperModalButton .modalOpen h3:before{
    display:block;  
    font-family: senobi-gothic, sans-serif;
    font-weight: 700;
    font-style: normal;
}
.swiperModalButton .modalOpen.box1 h3:before{
    content:"Point1";
    margin-bottom:30px;
    color:#10C488;   
}
.swiperModalButton .modalOpen.box2 h3:before{
    content:"Point2";
    margin-bottom:10px;
    color:white;   
}
.swiperModalButton .modalOpen.box3 h3:before{
    content:"Point3";
    margin-bottom:30px;
    color:#10C488;  
}
.swiperModalButton .modalOpen.box4 h3:before{
    content:"Point4";
    margin-bottom:10px;
    color:white;   
}
.swiperModalButton .modalOpen.box5 h3:before{
    content:"Point5";
    margin-bottom:30px;
    color:#10C488;  
}
.swiperModalButton .modalOpen.box6 h3:before{
    content:"Point6";
    margin-bottom:10px;
    color:white;   
}
.swiperModalButton .modalOpen.box7 h3:before{
    content:"Point7";
    margin-bottom:30px;
    color:#10C488;  
}
.swiperModalButton .modalOpen.box2{
    background-image:url(images/Attractive02.jpg);
}
.swiperModalButton .modalOpen.box4{
    background-image:url(images/Attractive04.jpg);
}
.swiperModalButton .modalOpen.box6{
    background-image:url(images/Attractive06.jpg);
}
.swiperModalButton .modalOpen.box2 ,.swiperModalButton .modalOpen.box4 ,.swiperModalButton .modalOpen.box6{
    background-size:cover ;
    display:flex;
    align-items: flex-end;
    z-index:0;
    overflow: hidden;
}
.swiperModalButton .modalOpen.box2 h3,.swiperModalButton .modalOpen.box4 h3,.swiperModalButton .modalOpen.box6 h3{
    color:white;
    text-align: left;
    padding-left: 1em;
}
.swiperModalButton .modalOpen.box2:after,.swiperModalButton .modalOpen.box4:after,.swiperModalButton .modalOpen.box6:after{
    content:"";
    display:block;
    width:100%;
    height:50%;
    position:absolute;
    bottom:0;
    left:0;
    background: transparent linear-gradient(5deg, var(--unnamed-color-000000) 0%, #80808000 90%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(5deg, #000000 0%, #80808000 90%) 0% 0% no-repeat padding-box;
    opacity: 0.5;
    z-index:-1;
    object-fit: cover;
}
@media screen and (max-width: 991px) {
    .TopAttractive .title-wrapper{
        height:auto;
    }
    .TopAttractive .title-wrapper .title01 {
        padding-top:50px;
    }
    .parent {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(13, 1fr);
}
    
.box1 {
    grid-row: 1 / 3;
    grid-column: 1 / 3;
}

.box2 {
    grid-row: 3 / 6;
    grid-column: 1 / 2;
}

.box3 {
    grid-row: 3 / 6;
    grid-column: 2 / 3;
}

.box4 {
    grid-row: 6 / 8;
    grid-column: 1 / 3;
}

.box5 {
    grid-row: 8 / 11;
    grid-column: 1 / 2;
}

.box6 {
    grid-row: 8 / 11;
    grid-column: 2 / 3;
}

.box7 {
    grid-row: 11 / 13;
    grid-column: 1 / 3;
}
.swiperModalButton .modalOpen{
    padding:20px 0;
}
.swiperModalButton .modalOpen.box2 h3, .swiperModalButton .modalOpen.box4 h3, .swiperModalButton .modalOpen.box6 h3{
    padding-left:.5em;
}
.swiperModalButton .modalOpen h3{
    font-size:18px;
}
.swiperModalButton .view-more{
    bottom:5px;
    right: 20px;
}
.swiperModalButton .modalOpen.box1 h3:before,.swiperModalButton .modalOpen.box3 h3:before,.swiperModalButton .modalOpen.box5 h3:before,.swiperModalButton .modalOpen.box7 h3:before{
    margin-bottom:10px;
}
.swiperModalButton .modalOpen.box4,.swiperModalButton .modalOpen.box6{
    background-position: center;
}
.swiperModalButton .modalOpen.box2 h3, .swiperModalButton .modalOpen.box6 h3{
    margin-bottom:25px;
}
.swiperModalButton .modalOpen h3 span{
    font-size:12px;
}
.swiperModalButton .modalOpen.box2:after, .swiperModalButton .modalOpen.box4:after, .swiperModalButton .modalOpen.box6:after{
    height:100%;
}
.modal_inner {
    width:100%;
}
.modal_inner .swiper-slide{
    flex-direction:column;
    gap:20px;
    padding:10px 10px 70px;
}
.modal__content{
    padding:0;
    height:100%;
}
.modal_inner .swiperText{
    padding:10px;
}
.modal_inner .swiperText h3{
    font-size:20px;
}
.modal_inner .swiper-slide h3:before{
    margin-bottom:0px;
    font-size:20px;
}
.modal_inner img{
    width:100%;
    max-width:500px;
}
.swiper-button-prev{
    top:95%;
    left:40%;
}
.swiper-button-next{
    top:95%;
    right:40%;
}
.swiper-button-prev::after, .swiper-button-next::after{
    width:40px;
    height:40px;
}
}
@media screen and (max-width: 767px) {
    .parent{
        gap:8px;
    }
    .swiper-button-prev{
    top:95%;
    left:30%;
    }
    .swiper-button-next{
        top:95%;
        right:30%;
    }
}
/*トップページ仕事を知る*/
.TopWork{
    height:791.14px;
}
@media screen and (max-width: 1200px) {
    .TopWork{
    height:850px;
}
}
@media screen and (max-width: 991px) {
    .TopWork{
    height:775px;
}
}
@media screen and (max-width: 768px) {
    .TopWork{
    height:1000px;
}
}
@media screen and (max-width: 768px) {
    .TopWork{
    height:1000px;
}
}
@media screen and (max-width: 560px) {
    .TopWork{
    height:950px;
}
}
.TopWork .Contents01{
    position:relative;
}
.TopWork .Contents01 .backtext {
    background-image: url(images/Work.png);
    width: 605px;
    height: 200px;
    position: absolute;
    right: 0;
    top: -50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}
.TopWork .title01{
    color:white;
}
.TopWork .title01 span:before{
    content:none;
}
.TopWork .Contents02{
    position:relative;
    width:100%;
    max-width:1140px;
    margin:0 auto;
}
.TopWork .dots-wrap{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
}
.TopWork .dots-wrap button{
    font-size:0px;
    background: none;
    border: none;
    font-size:16px;
    font-weight:bold;
    color:white;
    cursor:pointer;
}
.TopWork .dots-wrap button#slick-slide-control10:after{
    content:"\30d5\30a3\30fc\30eb\30c9\8077";
}
.TopWork .dots-wrap button#slick-slide-control11:after{
    content:"\55b6\696d\8077";
}
.TopWork .dots-wrap button#slick-slide-control12:after{
    content:"\4e8b\52d9\8077";
}
.TopWork .dots-wrap button#slick-slide-control13:after{
    content:"\74b0\5883\30a4\30ce\30d9\30fc\30b7\30e7\30f3\8077";
}
.TopWork .slider_work{
    margin:50px 0;
    display: none;
}
.TopWork .slider_work.slick-initialized{
    display: block;
}
.TopWork .slider_work-item{
    position:relative;
}
.TopWork .slider_work-img {
    width: 70%;
    padding-top:50px;
}
.TopWork .slider_work-inner{
    position:absolute;
    bottom:0;
    right:0;
    background: white;
    color:black;
    width: 40%;
    padding: 50px 50px 100px 10px;
}
.TopWork .slider_work-inner h3{
    text-align: center;
}
.TopWork .slider_work-inner h3:after{
    content: "";
    display: block;
    width: 100%;
    max-width: 112px;
    height: 3px;
    background: linear-gradient(90deg, rgba(16, 196, 136, 1) 0%, rgba(0, 154, 239, 1) 68%, rgba(25, 17, 201, 1) 100%);
    margin: 10px auto;
}
.TopWork .slider_work-link{
    padding:10px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    display:inline-block;
    margin-right:30px;
    margin-top:20px;
    color:black;
    font-size:20px;
    font-weight:bold;
    display:flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    float: left;
}
.TopWork .slider_work-link span{
    transition: all .3s ease;
}
.TopWork .slider_work-link:hover span{
    transform: scale(0.9);
}
.TopWork .slider_work-inner:before {
    content: "";
    height: 100%;
    width: 100px;
    background: linear-gradient(-258deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, white 50%, white 100%);
    display: block;
    position: absolute;
    top: 0;
    left: -100px;
}
.TopWork .slider_work-catch{
    position:absolute;
    top:0px;
    left:30px;
    writing-mode: vertical-rl;
    text-indent: -2em;
    padding-top: 2em;
}
.TopWork .slider_work-catch span{
    background: #000550;
    font-size:31px;
    font-weight:bold;
    color:white;
    padding:10px;
    line-height:2em;
    letter-spacing:.1em;
}
.TopWork .arrow_box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 20px 0 0;
    position: absolute;
    bottom: 100px;
    right: 50px;
}
.TopWork .prev-arrow{
    display:none;
}
.TopWork .next-arrow {
    display: block;
    width: 50px;
    height: 50px;
    background-image:url(images/slick-arrow-next01.png) ;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all .3s ease;
    cursor: pointer;
    position:relative;
}
.TopWork .next-arrow:hover{
    opacity:.8;
    transition: .3s;
}
@media screen and (max-width: 1200px) {
    .TopWork .slider_work-catch span{
        font-size:24px;
    }
    .TopWork .slider_work-img{
        width:80%;
    }
    .TopWork .slider_work-inner{
        width:50%;
    }
}
@media screen and (max-width: 991px) {
    .TopWork .slider_work-inner{
        width:60%;
        padding:30px 50px 50px 10px;
    }
    .TopWork .arrow_box{
        bottom:50px;
    }
}
@media screen and (max-width: 767px) {
    .TopWork .slider_work{
    margin:30px 0;
}
    .TopWork .slider_work-img{
        width:100%;
    }
    .TopWork .slider_work-inner{
        position:static;
        width:100%;
        padding: 50px 10px;
        overflow: hidden;
    }
    .TopWork .slider_work-catch{
        top:0px;
    }
    .TopWork .slider_work-catch span{
        font-size:18px;
        letter-spacing: 0;
    }
    .TopWork .arrow_box{
        top: 50px;
        right: 10px;
        display: block;
    }

}
/*トップ社員インタビュー*/
.TopStaff{
    position:relative;
    z-index:0;
    margin-top:200px;
}
.TopStaff .backtext{
    background-image: url(images/Staff-interview.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 100px;
    position: absolute;
    left: 0;
    top: -100px;
    width: 700px;
}
.TopStaff .Contents01{
    display:flex;
    justify-content: space-between;
    margin-bottom:30px;
    padding-top:50px;
}
.TopStaff .title01{
    color:black;
}
.title01 span:before{
    content:none;
}
.TopStaff .arrow_box2 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 20px 0 0;
    gap:20px;
}
.TopStaff .arrow_box2 .next-arrow,.TopStaff .arrow_box2 .prev-arrow {
    display: block;
    width: 50px;
    height: 50px;
    transition: all .3s ease;
    cursor: pointer;
    position:relative;
    background-size:contain;
    background-repeat: no-repeat;
}
.TopStaff .arrow_box2 .next-arrow{
    background-image: url(images/slick-arrow-next02.png);
}
.TopStaff .arrow_box2 .prev-arrow{
    background-image: url(images/slick-arrow-prev.png);
}
.TopStaff .arrow_box2 .next-arrow:hover,.TopStaff .arrow_box2 .prev-arrow:hover{
    opacity:.8;
    transform: .3s;
}
.TopStaff .slick-item{
    padding:0 15px;
    width:311px;
    height:429px;
}
.TopStaff .slick-item a{
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.TopStaff .slick-item a:hover {
    opacity: 1;
}
.TopStaff .InnerContents{
    position:relative;
    height:100%;
}
.TopStaff .InnerContents .thumbnail{
    height:100%;
    overflow: hidden;
}
.TopStaff .InnerContents .thumbnail img{
    object-fit: cover;
    height:100%;
    width:100%;
    transition-duration: .3s;
}
.TopStaff .slick-item a:hover img{
    transform: scale(1.1);
}
.TopStaff .InnerContents .StaffInfo{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:50%;
    background: #10C488;
    background: linear-gradient(10deg,rgba(16, 196, 136, 1) 1%, rgba(16, 196, 136, 0) 75%, rgba(16, 196, 136, 0) 100%);
    display:flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 15px;
}
.TopStaff .slick-item:hover .InnerContents .StaffInfo{
    
}
.TopStaff .InnerContents .StaffInfo .occupation{
    font-size:11px;
    background: white;
    padding:5px 10px;
    color:#10C488;
    width:fit-content;
}
.TopStaff .InnerContents .StaffInfo .staff-name{
    color:white;
    font-size:35px;
    margin-top:10px;
}
.TopStaff .whiteBG{
    position:absolute;
    width: 88%;
    height: 80%;
    top:0;
    left:-50px;
    background: white;
    z-index: -1;
}
/*トップページ経営理念*/
.TopPhilosophy{
    position:relative;
}
.TopPhilosophy .Contents01{
    width:55%;
    padding-top:130px;
}
.TopPhilosophy .Contents01 .slider_philosophy01{
    margin-bottom:30px;
}
.TopPhilosophy .Contents01 .slider_philosophy01{
    display: none;
}
.TopPhilosophy .Contents01 .slider_philosophy01.slick-initialized{
    display: block;
}
.TopPhilosophy .Contents01 .slider_philosophy02{
    display: none;
}
.TopPhilosophy .Contents01 .slider_philosophy02.slick-initialized{
    display: block;
}
.TopPhilosophy .Contents01 .slider_philosophy01 img,.TopPhilosophy .Contents01 .slider_philosophy02 img{
    padding-right: 20px;
}
.TopPhilosophy .Contents02{
    background: white;
    width:55%;
    position:absolute;
    top:0;
    right:0;
    padding:80px 50px;
}
.TopPhilosophy .Contents02 .title01{
    display:flex;
    gap:18.5px;
    align-items: flex-end;
}
.TopPhilosophy .Contents02 .title01 span{
    background: linear-gradient(90deg, rgba(16, 196, 136, 0) 0%, rgba(16, 196, 136, 0) 0%, #10c488 0%, #009aef 62.76%, #1911c9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: fit-content;
}
.TopPhilosophy .Contents02 h3,.TopPhilosophy .Contents02 p{
    margin-top:30px;
}
@media screen and (max-width: 767px) {
    .TopPhilosophy .Contents01{
        width:100%;
        padding-top: 300px;
    }
    .TopPhilosophy .Contents02{
        padding: 50px 20px;
        width:80%;
    }
    .TopPhilosophy .Contents02 h3, .TopPhilosophy .Contents02 p{
        margin-top:15px;
    }
}
@media screen and (max-width: 425px) {
    .TopPhilosophy .Contents02{
        width:90%;
    }
}
@media screen and (max-width: 380px) {
    .TopPhilosophy .Contents01 {
        padding-top: 350px;
    }
}
/*トップページ募集要項*/
.TopRequirement.CTA .requirement{
    background:none;
} 
.home .site-body-bottom .requirement{
    display:none;
}

/*スタッフインタビュー*/
.single-staff .breadcrumb{
    margin-top:200px;
}
.single-staff .page-header{
    display:none;
}
.StaffContents01, .StaffContents02, .StaffContents03, .StaffContents04, .StaffContents05{
    margin-bottom:100px;
}
.StaffContents01 .Txt .d-flex{
    gap:0 50px;
    flex-wrap: wrap;
}
.arrow_box3{
  display:flex;  
  gap:10px;
  justify-content:flex-start;
  margin-top:20px;
}
.arrow_box3 a{
    width:fit-content;
    font-size: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.StaffContents01 .Txt,.Photo{
    width: 50%;
}
/*.Txt,.Photo{
    width: 50%;
}*/
.StaffContents01 ,.StaffContents02,.StaffContents03{
    gap:50px;
}
.StaffContents01 .Txt{
    display:flex;
    flex-direction:column;
    justify-content: flex-end;
}
.single-staff .StaffContents01 .title01 h1 span:before{
    content:"";
    display:block;
    width:100%;
    max-width:234px;
    height: 3px;
    background: linear-gradient(90deg,rgba(16, 196, 136, 1) 0%, rgba(0, 154, 239, 1) 68%, rgba(25, 17, 201, 1) 100%);
    margin-top: 10px;
}
.staff-catchphrase{
    font-size:37px;
    font-weight:bold;
    margin-bottom:1em;
}
.staff-occupation{
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    width: fit-content;
    padding: 5px 10px;
    color: #1911C9;
    margin-bottom:10px;
}
.staff-name{
    font-size:38px;
    color: #1911C9;
    margin-bottom:10px;
}
.staff-year{
    font-size:18px;
    color: #1911C9;
}
.Qbox,.Qbox h3{
    margin-bottom: 1rem;
}
.StaffContents02 .photo2,.StaffContents03 .photo3{
    width:100%;
    height:auto;
    max-width:483px;
    position:relative;
    z-index:0;
}
.StaffContents02 .photo2 img,.StaffContents03 .photo3 img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    vertical-align: top;
}
.StaffContents02 .photo2:after{
    content:"";
    width:100%;
    height:100%;
    display:block;
    position:absolute;
    top:20px;
    left:20px;
    background: linear-gradient(210deg, rgba(16, 196, 136, 1) 0%, rgba(0, 154, 239, 1) 68%, rgba(25, 17, 201, 1) 100%);
    z-index:-1;
}
.StaffContents03 .photo3{
    position:relative;
    z-index:0;
}
.StaffContents03 .photo3 .decoration01{
    position:absolute;
    top:-10px;
    right:20px;
    z-index:1;
    width:13px;
    height:74px;
    background:#009AEF;
}
.StaffContents03 .photo3 .decoration02{
    position:absolute;
    bottom:-20px;
    right:-10px;
    z-index:-1;
    width: 72px;
    height: 98px;
    background: linear-gradient(#009aef 0%, #1911c9 80%);
}
.StaffContents03 .photo3 .decoration03{
    position:absolute;
    bottom:-10px;
    left:-10px;
    z-index:1;
    width:37px;
    height:54px;
    background:#10C488;
}
.StaffContents05{
    background: #ECECEC;
    border-radius:300px;
    padding:50px 0;
}
.StaffContents05 .title01 {
    text-align: center;
}
.StaffContents05 .title01 span:before{
    margin:0 auto;
}
.StaffContents05 .time_schedule_time{
    color:#1911C9;
    font-weight:bold;
    display:flex;
    align-items: center;
    gap:5px;
}
.StaffContents05 .time_schedule_time:before{
    content:"";
    display:block;
    width:5px;
    height:5px;
    background: #1911C9;
    border-radius:10px;
}
.StaffContents05 .time_schedule-wrapper{
    display:flex;
    justify-content: center;
    gap:30px;
    margin: 50px auto;
}
.StaffContents05 .time_schedule-box{
    border-radius:25px;
    border:3px solid #10C488;
    background: white;
    padding:30px 10px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    max-width:200px;
    width:100%;
}
.StaffContents05 .time_schedule-box p + p{
    margin-top:5px;
}
@media screen and (max-width: 991px) {
    .single-staff .breadcrumb{
        margin-top:100px;
    }
    .StaffContents01 .Txt .d-flex{
        justify-content: space-between;
    }
    .Txt, .Photo{
        width:100%;
    }
    .StaffContents01 .Photo .MainPhoto img{
        display:block;
        margin:0 auto;
    }
    .StaffContents02 .Photo,.StaffContents03 .Photo{
        width:95%;
    }
    .StaffContents01.d-flex, .StaffContents02.d-flex{
        flex-direction:column;
    }
    .StaffContents01.d-flex{
        gap:20px;
    }
    .StaffContents01 .Txt{
        width:100%;
    }
    .StaffContents03.d-flex{
        flex-direction:column-reverse;
    }
    .staff-catchphrase{
        font-size:20px;
    }
    .StaffContents05{
        border-radius:100px;
    }
    .StaffContents05 .time_schedule-wrapper{
        flex-direction: column;
        gap:20px;
    }
    .StaffContents05 .time_schedule-box{
        max-width: 100%;
        padding:20px 10px;
    }
}
@media screen and (max-width: 370px) {
    .StaffContents01 .Txt .d-flex{
        gap:0;
    }
 }
/*CTA*/
.CTA .requirement{
    background: linear-gradient(#0334A2 0%, #05007B 80%);
    padding:150px 0;
    position:relative;
    z-index:0;
}
.CTA .backtext{
    background-image: url('images/Application-Guidelines.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index:-1;
    width:100%;
    height:100%;
}
.CTA .requirement .container{
    background:white; 
    border-radius:6px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    padding:0;
}
.CTA .requirement .contents01,.CTA .requirement .contents02{
    width:50%;
}
.CTA .requirement .contents01{
    display:flex;
    align-items: center;
    padding-left:50px;
}
.CTA .requirement .contents01 h2{
    font-size:36px;
}
.CTA .requirement .contents01 h2 span{
    background: linear-gradient(90deg,rgba(16, 196, 136, 0) 0%, rgba(16, 196, 136, 0) 0%, #10c488 0%, #009aef 62.76%, #1911c9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 22px;
    display:block;
    width:fit-content;
}
.CTA .requirement .contents02{
    border-left:1px solid #707070;
}
.CTA .requirement .contents03{
    border-bottom:1px solid #707070;
}
.CTA .requirement .contents03 a:after,.CTA .requirement .contents04 a:after{
    background: #DEDEDE;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: -1;
}
.CTA .requirement .contents03 a:hover:after,.CTA .requirement .contents04 a:hover:after {
    transform: scale(1, 1);
}
.CTA .requirement .contents03 a,.CTA .requirement .contents04 a{
    padding:40px;
    display:block;
    font-size:18px;
    color:black;
    overflow: hidden;
    position:relative;
    z-index:1;
}
.contact a{
    display:block;
    width:100%;
    height:100%;
    background-image:url('./images/ContactBG.jpg') ;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    padding:100px 0;
}
.contact h2{
    color:white;
    font-size:104px;
    line-height:1em;
    position:relative;
}
.contact h2 span{
    display:block;
    font-size:24px;
}
.contact a .container{
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.contact a .contact-arrow{
    width:100px;
    height:100px;
    display:flex;
    justify-content: center;
    align-items: center;
    border-radius:50%;
    border:3px solid white;
    transition: all 0.3s 0s ease-in-out;
    margin-right: 20px;
}
.contact a .contact-arrow:before{
    content:"";
    display:block;
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
}
.contact a:hover {
    opacity:1;
}
.contact a:hover .contact-arrow{
    transform: translate(30px,0);
}
@media screen and (max-width: 991px) {
    .contact h2{
        font-size:50px;
    }
    .contact h2 span{
        font-size:18px;
    }
    .contact a .contact-arrow{
        width:50px;
        height:50px;
    }
    .contact a:hover .contact-arrow{
    transform: translate(10px,0);
    }
}
@media screen and (max-width: 767px) {
    .CTA .requirement .container.d-flex{
        flex-direction: column;
    }
    .CTA .requirement .contents01, .CTA .requirement .contents02{
        width:100%;
    }
    .CTA .requirement .contents01 h2{
        font-size:24.5px;
    }
    .CTA .requirement .contents01{
        padding: 30px 10px;
        border-bottom: 1px solid #707070;
    }
    .CTA .requirement .contents03 a, .CTA .requirement .contents04 a{
        padding: 30px 10px;
    }
    .CTA .requirement .container{
        width:90%;
    }
    .CTA .requirement .contents02{
        border-left:none;
    }
    .CTA .requirement {
        padding: 50px 0;
    }
    .home .CTA .requirement{
        padding:0;
    }
    .home .CTA .requirement .contents01{
        padding: 30px 10px;
    }
}
@media screen and (max-width: 425px) {
    .contact a .contact-arrow{
        margin-right:5px;
    }
}
/*下層ページ共通*/
.page-header{
    margin-top:180px;
}
.page-header-title, h1.page-header-title{
    text-align: left;
    color:#1911C9;
    font-size:36px;
    margin-bottom:20px;
}
.page-header-title:after{
    font-family: senobi-gothic, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size:20px;
    display:block;
    line-height: 1.8em;
}
.page-id-68 .page-header-title:after{
    content:"Entry";
}
.recruitment-template-default .page-header-title:after,.tax-recruitmentcat .page-header-title:after{
    content:"Application Guidelines";
}
.blog .page-header-title:after{
    content:"News";
}
.page-header-inner.container:after {
    content: "";
    width: 100%;
    height: 200px;
    background-image: url(./images/page-header.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}
@media screen and (max-width: 767px) {
    .page-header{
    margin-top:100px;
    }
    .page-header-title, h1.page-header-title{
        font-size:28px;
    }
    .page-header-title:after{
        font-size:16px;
    }
    .page-header-inner.container:after{
        height:150px;
    }
}
/*応募フォーム*/
.Entry01 h2,.Entry01 h3,.Entry02 h2,.Entry02 h3{
    font-size:33px;
    margin-bottom:1em;
}
.flow ul{
    display:flex; 
    gap:10px;  
    align-items: center;
}
.flow ul li{
    width:220px;
    height:280px;
    border:5px solid #10C488;
    border-radius:5px;
    padding:50px 20px;
    filter: drop-shadow(2px 0px 2px rgba(0, 0, 0, .16));
    background:white;
    position:relative;
}
.flow ul li:first-child{
    z-index:5;
}
.flow ul li:nth-child(2){
    z-index:4;
}
.flow ul li:nth-child(3){
    z-index:3;
}
.flow ul li:nth-child(4){
    z-index:2;
}
.triangle {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 40px;
  background: linear-gradient(0deg, #10c488 0%, #10c488 85%, #ffffff 85%, #ffffff 100%);
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  transform: rotate(-90deg);
  position: absolute;
  top: 45%;
  right: -54px;
}

.triangle::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 50%;
  width: 55.8px;
  height: 27.9px;
  background: #ffffff;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  transform: translateX(-50%);
}
.flow ul li .step-number{
    background: transparent linear-gradient(240deg, #10C488 0%, var(--unnamed-color-1911c9) 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(240deg, #10C488 0%, #1911C9 100%) 0% 0% no-repeat padding-box;
    border-radius: 6px;
    padding:5px 40px;
    color:white;
    width:fit-content;
    margin:0 auto;
    margin-bottom:10px;
}
.flow ul li h4{
    color:#1911C9;
    font-size:24px;
    text-align: center;
    margin-bottom:8px;
}
.flow ul li p{
    color:#1911C9;
}
.flow ul li:last-child{
    font-size:46px;
    color:white;
    background: transparent linear-gradient(240deg, #10C488 0%, var(--unnamed-color-1911c9) 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(240deg, #10C488 0%, #1911C9 100%) 0% 0% no-repeat padding-box;
    border-radius:100px;
    padding:50px;
    border:none;
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;    
}
.formtext{
    text-align: center;
    font-size: 20px;
}
.EntryForm h3{
    font-size:18px;
    color:white;
    background: transparent linear-gradient(240deg, #10C488 0%, var(--unnamed-color-1911c9) 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(240deg, #10C488 0%, #1911C9 100%) 0% 0% no-repeat padding-box;
    border-radius: 6px;
    width: fit-content;
    padding: 5px 10px;
    margin: 20px 0 10px;
    font-weight:300;
}
.btn-submit{
    width:fit-content;
    margin:0 auto;
}
.btn-submit p input {
    width: 300px !important;
    background: #10C488;
    border-radius: 30px;
    padding: 15px;
    border: none;
}
.MediaLink a{
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.btn-submit p input{
    display:block;
    margin:0 auto;
}
input[type="radio"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.wpcf7-list-item.first {
  margin-left: 0;
}

span.wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

span.wpcf7-list-item-label::before {
  display: block;
  content: "";
  border-radius: 50%;
  border: 1px solid var(--vk-color-border-form);
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

span.wpcf7-list-item-label::after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background-color: #1911C9;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

input[type="radio"]:checked + span.wpcf7-list-item-label::after {
  display: block;
}
/*チェックボックス*/
input[type="checkbox"] {
	display: none;
}
input[type="checkbox"] + span {
	padding-left: 28px;
	display: inline-block;
	position: relative;
}
input[type="checkbox"] + span:after,
input[type="checkbox"] + span:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
}
input[type="checkbox"] + span:before {
	border: 1px solid #aaaaaa;
	background-color: #ffffff;
	height: 25px;
    width: 25px;
    left: -5px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 0;
}
input[type="checkbox"] + span::after {
	border: none;
	background:url(https://lifecomtest.sakura.ne.jp/recruit.lifecommunication.co.jp/wp-content/uploads/2025/05/check.png);
	background-size:contain;
	height: 15px;
    width: 15px;
    left: 1px;
	top: 50%;
	transform: translateY(-50%);
	display: none;
}
input[type="checkbox"]:checked + span::after {
	display: block;
}
@media screen and (max-width: 1200px) {
    .flow ul li:last-child{
            font-size:36px;
            width:150px;
            height:150px;
            padding:0;
        }
    .flow ul li{
        width: 200px;
        padding: 30px 15px;
    }
 }
@media screen and (max-width: 991px) {
    .Entry01 h2, .Entry02 h2{
        font-size:24.5px;
    }
    .Entry01 h3,.Entry02 h3{
        font-size:21px;
    }
    .flow ul{
        flex-direction:column;
    }
    .flow ul li{
        width:100%;
        height:auto;
        padding: 20px 10px;
    }
    .flow ul li p{
        text-align: center;
    }
    .triangle{
        transform: rotate(0deg);
        right: 0;
        left: 0;
        margin: auto;
        top: auto;
        bottom: -34px;
    }
    .flow ul li h4{
        font-size:18.62px;
    }
    .Entry02 .has-text-align-center strong{
        font-size:16px;
    }
    .EntryForm h3{
        font-size: 16px;
    }
}
@media screen and (max-width: 425px) {
    .formtext{
        text-align: left;
        font-size:16px;
    }
}
/*募集要項カテゴリーページ*/
.term-new-graduate .page-header-title:before{
    content:"\65b0\5352\63a1\7528 ";
}
.term-mid-career .page-header-title:before{
    content:"\4e2d\9014\63a1\7528 ";
}
.main-section--col--two{
    width:100%;
}
li.recruitmentItem{
    display:flex;
    gap:50px;
    margin-bottom:20px;
}
li.recruitmentItem a {
    position: relative;
    width:266px;
    height:150px;
    display:block;
}
li.recruitmentItem a .recruitmentItem-img:after{
    content:"";
    display:block;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    border-radius: 6px;
    background: linear-gradient(-10deg, #10c488 0%, rgba(8, 98, 68, 0) 50%);
}
li.recruitmentItem a .recruitmentItem-img img{
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    object-fit: cover;
    width:100%;
    height: 100%;
}
.recruitmentItem-img {
    width: 100%;
    height: 100%;
}
li.recruitmentItem .recruitmentItemTitle{
    margin-bottom:1em;
}
.term-mid-career li.recruitmentItem:last-child{
    position:relative;
    margin-top:100px;
}
.term-mid-career li.recruitmentItem:last-child:before{
    content:"協力会社 同時募集";
    font-size: 24px;
    font-weight:bold;
    display:block;
    position:absolute;
    top:-50px;
    left:50%;
    transform: translateX(-50%);
    width:100%;
    text-align: center;
}
.term-mid-career li.recruitmentItem:last-child:after {
    content: "";
    display: block;
    width: 100%;
    max-width: 197px;
    height: 3px;
    background: linear-gradient(90deg, rgba(16, 196, 136, 1) 0%, rgba(0, 154, 239, 1) 68%, rgba(25, 17, 201, 1) 100%);
    position:absolute;
    top:-70px;
    left:50%;
    transform: translateX(-50%);
}
@media screen and (max-width: 991px) {
    li.recruitmentItem{
        flex-direction: column;
        gap:0;
    }
    li.recruitmentItem a{
        width:100%;
    }
    .term-mid-career li.recruitmentItem:last-child{
        margin-top:100px;
    }
}
/*募集要項詳細ページ*/
.recruitment02 .title02{
    font-size:24px;
    margin-bottom:50px;
}
.recruitment02 .OtherRecruitment{
    display:flex;
    align-items: center;
    justify-content: center;
    flex-wrap:wrap;
    gap:48px;
}
.recruitment02 .OtherRecruitmentItem{
    width:266px;
}
.recruitment02 .OtherRecruitmentItem h3{
    font-size:24px;
    margin-bottom:12.5px;
}
.recruitment02 .OtherRecruitmentItem a{
    display:block;
    position:relative;
}
.recruitment02 .OtherRecruitmentItem a .OtherRecruitmentItem-img{
    position:relative;
    height:150px;
}
.recruitment02 a .OtherRecruitmentItem-img:after{
    content:"";
    display:block;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    border-radius: 6px;
    background: linear-gradient(-10deg, #10c488 0%, rgba(8, 98, 68, 0) 50%);
}
.recruitment02 .OtherRecruitmentItem a .OtherRecruitmentItem-img img{
    -moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
    object-fit: cover;
    height: 100%;
    width:100%;
}
.recruitment02.mb-100{
    margin-bottom:100px!important;
}
.view-more{
    position:absolute;
    bottom:10px;
    right:20px;
}
.view-more .inner{
    color:white;
    position:relative;
}
.view-more .inner:before{
    content:"";
    width:100%;
    display:block;
    border:1px solid white;
    position:absolute;
    top:-5px;
    right: 0px;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
.view-more .inner:after {
    content: "";
    width: 20px;
    display: block;
    border: 1px solid white;
    position: absolute;
    top: -11px;
    right: 0px;
    transform: rotate(35deg);
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
 a:hover .view-more .inner:before,
a:hover .view-more .inner:after{
    right: -10px;
}
@media screen and (max-width: 767px) {
    .recruitment02 .OtherRecruitment{
        flex-direction:column;
        gap:30px;
    }
    .recruitment02 .OtherRecruitmentItem h3{
        font-size:21px;
    }
}
/*お知らせ*/
.entry-body>.vk_posts>.vk_post-col-lg-12 .vk_post_title, .main-section>.vk_posts>.vk_post-col-lg-12 .vk_post_title{
    font-size:24px;
}
.card-img-overlay .vk_post_imgOuter_singleTermLabel{
    background: transparent linear-gradient(236deg, #10C488 0%, var(--unnamed-color-1911c9) 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(236deg, #10C488 0%, #1911C9 100%) 0% 0% no-repeat padding-box!important;
    opacity: 1;
    font-size:16px;
    font-weight:700;
}
.entry-meta-item-updated,.entry-meta-item-author{
    display:none;
}
.vk_post .vk_post_btn{
    background: none;
    border:none;
    color:black;
    font-size:20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap:15px;
    font-size:18px;
    font-weight:700;
}
.vk_post .vk_post_btn:after{
    content:"";
    display:block;
    width:40px;
    height:40px;
    background-image: url(images/slick-arrow-next01.png);
    background-repeat: no-repeat;
    background-size: contain;
    transition: all .3s ease;
    cursor: pointer;
}
.entry-footer{
    margin-top: 1em;;
}
@media screen and (max-width: 991px) {
    .entry-body>.vk_posts>.vk_post-col-lg-12 .vk_post_title, .main-section>.vk_posts>.vk_post-col-lg-12 .vk_post_title{
        font-size:18px;
    }
    .vk_post .vk_post_btn{
        font-size:14px;
        padding-right:0;
    }
}
@media screen and (max-width: 768px) {
    .vk_post.media{
        flex-direction: column;
        gap:10px;
    }
    .vk_post .media-img{
        width:100%;
    }
    .vk_post .media-body{
        width:100%;
    }
    .vk_post .vk_post_btn:after{
        width:30px;
        height:30px;
    }
}
/*個人情報保護方針*/
.page-id-206 h2{
    color:#1911C9;
    margin-bottom:1em;
}
.page-id-206 .CTA .requirement .contents01 h2{
    color:#3B4043;
    margin-bottom:0;
}
.page-id-206 .contact h2{
    color:white;
    margin-bottom:0;
}
.page-id-206 ol,.page-id-206 ul{
    padding-left: 1.5em;
}
.page-id-206 ol li{
    list-style:decimal;
    margin-bottom:1em;
}
.page-id-206 ul li{
    list-style-type: circle;
}
.page-id-206 ul.menu li{
    list-style:none;
}
.page-id-206 ul li ul li{
    list-style-type: square;
}
/*フッター*/
.site-footer{
    position: relative;
    background: #707070;
    color:white;
    padding-bottom:80px;
}
.FooterNav li a{
    color:white;
}
footer .container.site-footer-copyright p:nth-child(2) {
    display: none !important;
}
.container.site-footer-content {
    background: transparent;
    max-width: 500px;
    padding: 0px 30px;
    color: #fff;
    position: absolute;
    top: 20%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
    .container.site-footer-content{
        position:static;
        transform:translate(0,0);
    }
    .site-footer{
        padding-bottom:150px;
    }
}
.grecaptcha-badge{
    z-index:999;
}

