*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

/* -------------------------初期設定------------------------- */
html{
    overflow-x: hidden;
    scroll-behavior: smooth;
}
p{
    line-height: 2.2em;
    color: #262626;
    font-size: 16px;
}
@media screen and (max-width:690px){ 
    p{
        line-height: 2.2em;
        color: #262626;
        font-size: 14px;
    }
}
img,video{
    width: 100%;
    object-fit: contain;
    vertical-align: bottom;
    image-rendering: -webkit-optimize-contrast;
}
mark{
    background: none;
    border-bottom: 2px solid #ea6000;
}
.taC{
    text-align: center;
}
.fs_nakami_ttl {
    font-size: 26px;
    font-weight: bold;
}
.fs_nakami_ttl2 {
    font-size: 26px;
    font-weight: bold;
}
.po_r {
    position: relative;
}
/*-------------------------カラー-------------------------*/
.fcO{
    color: #ea6000;
}
/*-------------------------マージン-------------------------*/


/*  インクルード①　ヘッダーナビゲーション　ここから */
/*  インクルード①　ヘッダーナビゲーション　ここから */
header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    height: 70px;
}
header ul{
    margin: 0;
    padding: 0;
  }
header a {
display: block;
text-decoration: none;
text-align: left;
font-weight: bold;
}
/*ヘッダーロゴ*/
.header_logo{
    position: absolute;
    top: 23px;
    left: 13vw;
    width: 120px;
}
/*ヘッダーナビのベース*/
.header__nav {
position: fixed;
top: 0;
width: 100%;
z-index: 30;
box-shadow: 0px 10px 15px -10px #c5c0c073;
}
.header__inner {
margin: 0;
padding: 35px 0;
width: 100%;
}
.header__nav li {
list-style-type: none;
}
.header__nav a {
color: #000;
}
.sideMenu {
background-color: #fff;
height: 100vh;
overflow-y: auto;
padding-top: 56px;
position: fixed;
right: -370px;
transition: all 0.6s;
top: 0;
width: 370px;
z-index: 200;
}
.sideMenu li {
    padding: 20px 0;
    border-bottom: solid 2px #e9e9e9;
}
.hamburger {
cursor: pointer;
height: 56px;
position: absolute;
right: 13vw;
top: 7px;
width: 56px;
z-index: 300;
transition: all 0.6s;
}
.hamburger span {
background-color: #ea6000;
height: 2.5px;
left: 11px;
position: absolute;
transition: all 0.6s;
width: 37px;
}
.hamburger__lineTop {
top: 20px;
}
.hamburger__lineCenter {
top: 29px;
}
.hamburger__lineBottom {
top: 38px;
}
.overlay {
background-color: #000000b8;
cursor: pointer;
height: 100vh;
left: 0;
opacity: 0;
position: fixed;
top: 0;
transition: all 0.6s;
visibility: hidden;
width: 100vw;
z-index: 100;
}
/* メニューが開いた時のCSS */
.nav-open .hamburger{
    right: 287px;
}
.nav-open .sideMenu {
background-color: #fff;
right: 0;
padding: 70px 50px 0 50px;;
}
.nav-open .hamburger__lineTop {
top: 26px;
transform: rotate(45deg);
}
.nav-open .hamburger__lineCenter {
left: 50%;
width: 0;
}
.nav-open .hamburger__lineBottom {
top: 26px;
transform: rotate(-45deg);
}
.nav-open .overlay {
opacity: 0.8;
visibility: visible;
}
/*SP版のヘッダー記述*/
@media screen and (max-width:770px){
    header .logo{
        left: 5vw;
    }
    .hamburger{
        right: 3vw;
    }
    .sideMenu{
        width: 285px;
        right: -285px;
    }
    .nav-open .hamburger{
        right: 12px;
    }
    header .entry_btn{
    padding: 17px 20px;
    border-radius: 18px;
    }
}
/*ヘッダーメニュー　エントリーボタン*/
header .entry_area{
    margin: -24px auto;
    width: 100%;
    position: relative;
}
header .entry_btn{
    color: #fff;
    font-size: 15px;
    padding: 20px 20px;
    display: block;
    text-align: center;
    text-decoration: none;
    box-shadow: rgb(167 165 164 / 80%) 10px 11px 21px -11px;
    z-index:0;
    position:relative;
}
/* マウスオーバー　ボタン色変化　ヘッダー・採用情報 */
.entry_btn:before{
  content:"";
  width:100%;
  height:100%;
  border-radius: 14px;
  position:absolute;
  z-index:-1;
  top: 0;
  left:0;
  background: linear-gradient(to right, #ffb24a 0%, #ffac3a 25%, #fd970b 50%, #f17a00 75%, #f17319 100%);
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.entry_btn:after{
  content:"";
  width:100%;
  height:100%;
  border-radius: 14px;
  position:absolute;
  z-index:-2;
  top: 0;
  left:0;
  background: linear-gradient(to right, #f7c480 0%, #ffc06b 25%, #fbb14a 50%, #f5a44f 75%, #fb9d5a 100%);
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
header .entry_btn:hover:before{
  opacity:0;
}

.wrapper{
    position: relative;
    z-index: 0;
    margin: 71px auto;
    margin-bottom: 40px;
}
/* ボタン矢印　ヘッダー　*/
    header .entry_area{
        position: relative;
    }
    header .entry_area:after {
    content: "";
    width: 15px;
    height: 15px;
    border: 2px solid;
    border-color: #ffff #ffff transparent transparent;
    transform: rotate(45deg);
    margin: auto;
    position: absolute;
    top: -2px;
    right: -61%;
    left: 0;
    bottom: 0;
    z-index: 10;
}
@media screen and (max-width:690px){
    .header_logo {
        position: absolute;
        top: 23px;
        left: 6vw;
        width: 100px;
    }
}
/*  インクルード①　ヘッダーナビゲーション　ここまで */


/*　------------------------FV------------------------　*/
.maru_area {
    position: relative;
    height: 320px;
}
.maru01 {
    position: absolute;
    width: 170px;
    height: 170px;
    line-height: 200px;
    background-color: #f1760b;
    border-radius: 50%;
    left: 170px;
    top: -120px;
}
.maru02 {
    position: absolute;
    width: 94px;
    height: 94px;
    line-height: 200px;
    background-color: #b8dc5a;
    border-radius: 50%;
    right: 170px;
    top: 96px;
}
.maru03 {
    position: absolute;
    width: 55px;
    height: 55px;
    line-height: 200px;
    background-color: #ed4f95;
    border-radius: 50%;
    right: 280px;
    top: 250px;
}
.sta_01 {
    margin-top:-20px;
}
@media screen and (max-width:1200px){
    .maru01 {
        width: 150px;
        height: 150px;
        left: 100px;
        top: -100px;
    }
    .maru02 {
        width: 94px;
        height: 94px;
        right: 80px;
        top: 96px;
    }
    .maru03 {
        width: 55px;
        height: 55px;
        right: 150px;
        top: 250px;
    }
}
@media screen and (max-width:690px){ 
    .maru_area {
        height: 111px;
    }
    .maru01 {
        width: 65px;
        height: 65px;
        left: 279px;
        top: -34px;
    }
    .maru02 {
        display: none;
    }
    .maru03 {
        display: none;
    }
}
/*　------------------------事業紹介------------------------　*/
.content01 {
    max-width: 1200px;
    margin: 0 auto;
}
.content01_ttl {
    position: relative;
    height: 324px;
}
.Business_ttl01 {
    position: absolute;
    width: 77%;
    left: 40px;
}
.Business_ttl02 {
    position: absolute;
    width: 220px;
    top: 154px
}
.contne_nakami {
    justify-content: space-between;
    margin: 0 auto;
}
.number01 {
    margin: 0 10px 16px 0;
}
.number01_flx {
    display: flex;
    align-items:flex-end
}
.number01_flx img{
    width: 40px  
}
.content01_illu01 {
    width: 42%;
    margin-top: -20px;
}
.content01_illu02 {
    width: 45%;
    margin-top: -20px;
}
.content01_txt01 {
    margin-top: 20px;
    width: 91%;
}
.content01_txt02 {
    margin-top: 20px;
}
.contrnt_nakami_flx01 {
    display: flex;
    justify-content: space-between;
}
.contrnt_nakami_flx02 {
    display: flex;
    justify-content: space-between;
    margin-top: 90px;
}
.content01_ml {
    margin-left: 123px;
    margin-top: 35px;
    justify-content: space-between;
}
.illu_wid {
    display: none;
}
.mb_jigyo{
    margin-bottom: 90px;
}
@media screen and (max-width:1200px){ 
    .content01 {
        max-width: 90%;
        margin: 0 auto;
    }
    .content01_txt01 {
    margin-top: 20px;
    max-width: 80%;
}
    .mb_jigyo{
        margin-bottom: 36px;
    }
}
@media screen and (max-width:690px){ 
    .content01 {
        max-width: 90%;
        margin: 0 auto;
    }
    .contrnt_nakami_flx02 {
        display: block;
        margin-top: 50px;
    }
    .Business_ttl01 {
        width: 73%;
        left: 16px;
    }
    .Business_ttl02 {
        width: 136px;
        top: 35px;
    }
    .content01_ttl {
        height: 100px;
    }
    .contrnt_nakami_flx01 {
        display: block;
    }
    .number01_flx img{
        width: 23px  
    }
    .fs_nakami_ttl {
        font-size: 20px;
    }
    .fs_nakami_ttl2 {
        font-size: 20px;
    }
    .number01 {
        margin: 0 10px 12px 0;
    }
    .content01_txt01 {
        margin-top: 6px;
        max-width: 100%;
    }
    .content01_illu01 {
        width: 100%;
        margin-top: 24px;
    }
    .illu_wid {
        margin: 0 auto;
        width: 80%;
    }
    .content01_ml {
        margin-left: 0;
        margin-top: 0;
        justify-content: space-between;
    }
    .content01_txt02 {
        margin-top: 6px;
    }
}

/*　------------------------リクルート------------------------　*/
.Block1 {
    position: relative;
    padding: 20px 0 30px 0;
    margin-top: 250px;

}
.Block1::before{
    content:"";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;

    /*ここで三角形のサイズを決める。
    必ず幅100vwにして、ブラウザサイズいっぱいにしてください。*/
    border-width: 160px 0 0 100vw ;

    border-color: transparent  transparent  transparent #f5f4ef;
}
.Block2 {
    position: relative;
}
.Block2::before{
    content:"";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;

    /*ここで三角形のサイズを決める。
    必ず幅100vwにして、ブラウザサイズいっぱいにしてください。*/
    border-width: 68px 0 0 100vw ;

    border-color: transparent  transparent  transparent #fff;
}
.maru04 {
    position: absolute;
    width: 120px;
    height: 120px;
    line-height: 200px;
    background-color: #fcdb50;
    border-radius: 50%;
    left: 190px;
    top: -150px;
}
.maru05 {
    position: absolute;
    width: 65px;
    height: 65px;
    line-height: 200px;
    background-color: #b8dc5a;
    border-radius: 50%;
    left: 130px;
    top: 15px;
}
.maru06 {
    position: absolute;
    width: 80px;
    height: 80px;
    line-height: 200px;
    background-color: #ed4f95;
    border-radius: 50%;
    right: 200px;
    top: 220px;
}
.maru07 {
    position: absolute;
    width: 94px;
    height: 94px;
    line-height: 200px;
    background-color: #b8dc5a;
    border-radius: 50%;
    right: 170px;
    top: -80px;
}
.maru08 {
    position: absolute;
    width: 55px;
    height: 55px;
    line-height: 200px;
    background-color: #ed4f95;
    border-radius: 50%;
    right: 280px;
    top: 90px;
}
.bg_gr {
    background-color: #f5f4ef;
}
.content02 {
    max-width: 1000px;
    margin: 0 auto;
    padding: 100px 0 300px;
}
.Recruit_ttl02 {
    position: absolute;
    width: 250px;
    top: 140px
}
.Recruit_ttl01 {
    position: absolute;
    width: 66%;
    left: 40px;
}
@media screen and (max-width:1200px){
    
    .maru04 {
        width: 100px;
        height: 100px;
        left: 100px;
        top: -150px;
    }
    .maru05 {
        width: 65px;
        height: 65px;
        left: 70px;
        top: 15px;
    }
        .maru07 {
            width: 94px;
            height: 94px;
            right: 100px;
            top: -80px;
        }
        .maru08 {
            width: 55px;
            height: 55px;
            right: 50px;
            top: 90px;
        }
}

@media screen and (max-width:690px){ 
    .Block1::before {
        border-width: 60px 0 0 100vw;
    }
    .Block1 {
        padding: 20px 0 30px 0;
        margin-top: 70px;

    }
    .maru04 {
        width: 57px;
        height: 57px;
        left: 16px;
        top: -30px;
    }
    .maru05 {
        width: 30px;
        height: 30px;
        left: -9px;
        top: 46px;
    }
    .maru06 {
        display: none;
    }
    .Recruit_ttl01 {
        width: 62%;
        left: 9px;
    }
    .Recruit_ttl02 {
        position: absolute;
        width: 156px;
        top: 37px;
    }
    .maru07 {
        width: 20px;
        height: 20px;
        right: 16px;
        top: -91px;
    }
    .maru08 {
        width: 45px;
        height: 45px;
        right: 30px;
        top: -41px;
    }
}
/*　------------------------リクルート（タブ）------------------------　*/
.tab-wrap {
    display: flex;
    flex-wrap: wrap;
    margin:5px 0;
}

.tab-label {
    color: White;
    background:#fc7e10;
    text-align: center;
    padding: .5em 1em;
    order: -1;
    position: relative;
    z-index: 1;
    cursor: pointer;
    flex: 1;
    border-radius: 2px;
    position: relative;
    border-radius: 10px 10px 0 0;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
}
.tab-label:hover {
    opacity: 0.7 ;
}
.tab-label:not(:last-of-type) {
    margin-right: 5px;
}

.tab-content {
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
    background:#fff;/*背景色*/
    border: solid 4px #fc7e10;
    border-bottom: none;
    color: #fc7e10;
    font-weight: bold;
    padding: .5em 1em;
}
.tab-switch:checked+.tab-label:hover {
    opacity: 1 ;
}
.tab-switch:checked+.tab-label+.tab-content {
    height: auto;
    overflow: auto;
    padding: 65px;
    opacity: 1;
    background-color: #fff;
    border: solid 4px #fc7e10;
    border-top: none;
    border-radius: 0 0 10px 10px;
}

/* ラジオボタン非表示 */
.tab-switch {
    display: none;
}
.tab_cta {
    width: 380px;
    margin: 0 auto;
    margin-top: 70px;
}
.tab_cta:hover {
    opacity: 0.7 ;
}
@media screen and (max-width:1200px){
    .content02{
        max-width: 90%;
        margin: 0 auto;
        padding: 100px 0 300px;
    }
    .maru06 {
        width: 80px;
        height: 80px;
        right: 77px;
        top: 120px;
    }
    
}
@media screen and (max-width:690px){ 
    .content02 {
        max-width: 90%;
        margin: 0 auto;
        padding: 66px 0 148px;
    }
}

/*　------------------------表------------------------　*/
.tab-content table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;   
}
.tab-content tr {
    border-bottom: 3px solid #ebebeb!important;
    vertical-align: text-bottom;
}
.tab-content th {  
    padding: 26px 0 26px 0px;
    text-align: left;
    width: 250px;
    font-size: 22px;
}
.tab-content td {
    padding: 26px 0 26px 0px;
    font-size: 16px;
}


/*　------------------------アコーディオン------------------------　*/
.accordion {
    margin-top:-22px;
}
.toggle {
    display: none;
}
.option {
    position: relative;
    margin-bottom: 1em;
}
.title,
.content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
}
.title {
    background: #fc7e10;
    padding: 15px 25px;
    display: block;
    color: #fff;
    font-weight: bold;
    border-radius: 6px;
    font-size: 18px;
}
.title::after,
.title::before {
    content: "";
    position: absolute;
    right: 1.25em;
    top: 1.25em;
    width: 2px;
    height: 0.75em;
    background-color: #fff;
    transition: all 0.4s;
    font-weight: bold;
}
.title::after {
    transform: rotate(90deg);
}
.content_ac {
    max-height: 0;
    overflow: hidden;
}
.ac_nakami {
    margin: 0;
    padding: 4px 20px 20px 18px;
    font-size: 0.9em;
    line-height: 1.5;
    background: #fff;
    border: solid 3px #fc7e10;
    border-radius: 6px;
    margin-top: 7px;
}
.toggle:checked + .title + .content_ac {
    max-height: 100%;
    transition: all 1.5s;
}
.toggle:checked + .title::before {
    transform: rotate(90deg) !important;
}
.ac_ttl {
    font-size: 16px;
    font-weight: bold;
    margin-top: 12px;
    margin-bottom: -3px
}
.ac_cta_area01 {
    width: 90%;
    margin: 0 auto;
    margin-top: 50px;
}
.ac_cta_area02 {
    width: 90%;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 23px;
}
.ac_cta_area03 {
    width: 90%;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 30px;
}
/*　------------------------会社概要------------------------　*/
.content03 {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 100px;
}
.content03_ttl {
    position: relative;
    height: 324px;
}
.Company_ttl01 {
    position: absolute;
    width: 70%;
    left: 40px;
}
.Company_ttl02 {
    position: absolute;
    width: 220px;
    top: 139px
}
.company_table tr {
    vertical-align: text-bottom;
    height: 70px;
}
.company_table th {
    text-align: left;
    font-size: 22px;
    font-weight: bold;
    width: 300px;
}
.content03_nakami span {
    display: inline-block;
    width: 45px;
    height: 2px;
    background-color: #ed4f95;
    margin-right: 40px;
    vertical-align: middle;
}
.company_table td {
    margin-left: 100px;
}
.content03_nakami {
    width: 850px;
    margin: 0 auto;
}
.content03_map {
    width: 100%;
    height: 300px;
    margin-top: 20px;
}

@media screen and (max-width:1200px){ 
.content03 {
    max-width: 90%;
    margin: 0 auto;
    margin-top: 100px;
}
    .content03_nakami {
        width: 90%;
        margin: 0 auto;
    }
}

@media screen and (max-width:690px){ 
    .content03_nakami {
        width: 90%;
        margin: 0 auto;
    }
    .content03 {
        width: 90%;
        margin: 0 auto;
        margin-top: 52px;
    }
    .Company_ttl01 {
        width: 74%;
        left: 15px;
    }
    .Company_ttl02 {
        width: 132px;
        top: 36px;
    }
    .profile_table>p:last-child {
        padding-left: 14%;
        font-size: .9rem;
        box-sizing: border-box;
        margin-bottom: 7%;
    }
    .profile_table>p:first-child, .profile_table>p:last-child {
        display: block;
        width: 100%;
    }
    .profile_table>p:first-child>span {
        width: 25px;
    }
    .profile_table>p:first-child>span {
        display: inline-block;
        width: 26px;
        height: 2px;
        background-color: #ed4f95;
        margin-right: 20px;
        vertical-align: middle;
    }
    .pro_ttl {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 5px;
    }
    .content03_ttl {
        position: relative;
        height: 94px;
    }
    .pro_nakami {
        line-height: 1.8;
        margin-top: -5px;
    }
    .content03_map {
        width: 100%;
        height: 200px;
        margin-top: 5px;
    }
}
/*　------------------------CTAエリア------------------------　*/
.bg_gre {
    background-color: #aed941;
    padding: 57px 0 40px 0;
    margin-top: 200px;
}
.cta_area {
    width: 380px;
    margin: 0 auto;
}
.cta_area img {
    margin-bottom: 15px;
}
.cta_area img:hover {
    opacity: 0.8 ;
}
@media screen and (max-width:690px){ 
    .cta_area {
        width: 85%;
        margin: 0 auto;
    }
    .bg_gre {
        background-color: #aed941;
        padding: 57px 0 40px 0;
        margin-top: 100px;
    }
}
/*　------------------------フッター------------------------　*/
footer p {
    font-size: 18px;
}
.foot_area {
    width: 350px;
    margin: 0 auto;
    margin-top: 50px;
}
.foot_area img {
    width: 100%;
}
.logo_area {
    width: 150px;
    margin: 0 auto;
}
@media screen and (max-width:690px){ 
    footer p {
        font-size: 12px;
        margin-top: 2p;
    }
    .foot_area img {
        width: 100%;
    }
    .logo_area {
        width: 100px;
    }
    .foot_area {
        width: 100%;
        margin: 0 auto;
        margin-top: 48px;
        margin-bottom: -20px;
    }

}
/*　------------------------プライバシーポリシー（下層）------------------------　*/
.content_privacy {
    width: 750px;
    margin: 0 auto;
}
.content_privacy p {
    margin-bottom: 25px;
    line-height: 1.7;
}
.privacy_ttl {
    font-size: 24px;
    font-weight: bold;
    margin-top: 80px;
    color: #000;
    margin-bottom: 50px;
}
#footer p {
    text-align: center;
    color: #999;
    line-height: 1.5;
    font-size: 12px;
}
.mb_pr {
    margin-bottom: 50px;
}
@media screen and (max-width:690px){
    .content_privacy {
        width: 90%;
        margin: 0 auto;
    }
    .privacy_ttl {
        font-size: 22px;
        font-weight: bold;
        margin-top: 50px;
        color: #000;
        margin-bottom: 40px;
    }
    .mb_pr {
        margin-bottom: 30px;
    }
}
/*　------------------------改行------------------------　*/
@media screen and (min-width:640px){ 
    .br-sp { 
        display: none; 
    } 
}     
@media screen and (max-width: 640px) { 
    .br-pc { display:none; } 
}

/*　------------------------画像切り替え------------------------　*/
/* パソコンで見たときは"pc"のclassがついた画像が表示される */ 
.pc_no { display: block !important; } 
.sp_no { display: none !important; } 

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */ 
@media only screen and (max-width: 640px) { 
    .pc_no { display: none !important; } 
    .sp_no { display: block !important; } 
}