
@charset "utf-8";
/* CSS Document */

/*--------------------- 共通処理 ---------------------*/

* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

html {
    font-family: "Noto Sans JP", sans-serif;
	font-size: 62.5%;
	font-style: normal;
    scroll-behavior: smooth;
}

html, body {
    color: #643A22;
}


p {
	font-size: 1.85rem;
	line-height: 1.9em;
    margin-bottom: 1em;

}

.txt_center{
    text-align: center;
}

.txt_right{
    text-align: right;
}


a{
    font-size: 1.85rem;
	line-height: 1.9em;
    color: #643A22;
    text-decoration: none;
}

.back_color00{
    background-image: linear-gradient(180deg, #FFBC00, #FEF1C2);
}

.back_color01{
    background-image: linear-gradient(180deg, #FFBC00, #FEF1C2);
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
}

.back_color02{
    background-color: #fff;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    background-image: url("../img/wave2.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: bottom;
}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
	visibility: hidden;
}

.mt-10{
    margin-top: 10px;
}

.mt-20{
    margin-top: 20px;
}

.mt-30{
    margin-top: 30px;
}

.mt-40{
    margin-top: 40px;
}

.mt-50{
    margin-top: 50px;
}

.mt-60{
    margin-top: 60px;
}

.mt-120{
    margin-top: 120px;
}

.mt-160{
    margin-top: 160px;
}

.mr-0{
    margin-right: 0px;
}

.spbr{
    display: none;
}

.nobr{
    display: block;
}


.inner_1100 {
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 20px;
}

.inner_1300{
    width: 100%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 20px;
}


.flex{
	display: flex;
    flex-wrap: wrap;
}

img{
    width: 100%;
    height: auto;
}

.commonDg__title {
    font-size: 2.0rem;
    line-height: 0.8em;
    margin-bottom: 40px;
}

.commonDg__title span{
    background-image: linear-gradient(180deg, #FEF1C2, #FFBC00);
    color: transparent;
    display: inline-block;
    -webkit-background-clip: text;
    display: block;
    line-height: 1.3em;
    font-size: 5.5rem;
}

.commonDg__title_type2 span{
        background-image: linear-gradient(0deg, #FEDF70, #ffffff 40%);
        margin-left: -5px;
}

h2.common_title01{
    font-size: 4rem;
    margin-bottom: 60px;
}

h3.common_title02{
    font-size: 3.4rem;
    margin-bottom: 20px;
    line-height: 1em;
}

h3.common_title02:before{
    content: '';
    display: inline-block;
    width: 0.7em;
    height: 0.7em;
    background-color: #FFBC00;
    border-radius: 50%;
    margin-right: 0.6em;
    vertical-align: middle;
}

.color_red{
    color: #FF4C27;
}

.background_red{
    background-color: #FF4C27;
}

.openbtn{
    display: none;
}

/*==================================================
スライダーのためのcss
===================================*/
.slider {
  position:relative;
	z-index: 1;
	/*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
	height: 100vh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}
/*　背景画像設定　*/

.slider-item01 {
    background:url(../img/img_01.jpg);
}

.slider-item02 {
    background:url(../img/img_02.jpg);
}

.slider-item03 {
    background:url(../img/img_03.jpg);
}

.slider-item {
    width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    height:100vh;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    background-repeat: no-repeat;/*背景画像をリピートしない*/
    background-position: center;/*背景画像の位置を中央に*/
    background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
}

/*矢印の設定*/

.slick-prev,
.slick-next {
    position: absolute;
	z-index: 3;
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #fff;/*矢印の色*/
    border-right: 2px solid #fff;/*矢印の色*/
    height: 25px;
    width: 25px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left:2.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right:2.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
	position: relative;
	z-index: 3;
	margin:25px 0 0 0;/*ドットの位置*/
}

.slick-dots li {
    display:inline-block;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width: 60px; /* 線の長さ */
    height: 4px; /* 線の太さ */
    display: block;
    background: #fff; /* 線の色 */
    margin:0;
    padding:0;
    border: none;
}

.slick-dots .slick-active button{
    background:#FDBA2E;/*ドットボタンの現在地表示の色*/
}

.spbr{
    display: none;
}

#g-nav{
    display: none;
}

.head_container_backimg{
    background-image: linear-gradient(180deg, #FEF1C2, #FFBC00 50%);
    height: 350px;
    border-radius: 0px 0px 70px 70px;
    margin-bottom: 120px;
}

.head_container{
    height: 100%;
    background-image: url(../img/wave.svg);
    /*background-size: cover;*/
    background-repeat: no-repeat;
    background-position-y: -190px;
    border-radius: 0px 0px 70px 70px;

}

.head_container .flex{
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.head_container h1{
    font-size: 4.4rem;
    color:#fff;
}

.head_container .breadCrumb{
    justify-content: left;
}

.head_container .breadCrumb li{
    list-style: none;
    color: #fff;
    font-size: 1.4rem;
    margin-bottom: 8px;
}

.head_container .breadCrumb li:nth-child(1) a::before{
    content: "";
    display: inline-block;
    width: 0.7em;
    height: 0.7em;
    background-color:#fff;
    margin-right: 0.6em;
    vertical-align: middle;
    border-radius: 50%;
}

.head_container .breadCrumb li a::after{
     content: '-';
    display: inline-block;
    margin: 0 0.5em;
}


.head_container .breadCrumb li a{
    color: #fff;
    font-size: 1.4rem;
    display: block;
    line-height: 1em;
    text-decoration: underline;
}

.head_container h3.sub_title{
    font-size: 10rem;
    color: rgba(255, 255, 255, 0.5);
    position: relative;
}

.head_container h3.sub_title::before{
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url("../img/balloon.svg");
    width: 240px;
    height: 260px;
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
}

h3.common_title{
    font-size: 2.4rem;
    margin: 20px 0;
    line-height: 1.4em;
}

h3.common_title::before{
    content: '';
    display: inline-block;
    width: 0.7em;
    height: 0.7em;
    background-color: #FFBC00;
    border-radius: 50%;
    margin-right: 0.6em;
    vertical-align: middle;
}

/*--------------------- TOPページ ---------------------*/


.headers{
    width: 100%;
    height: 80px;
    background-color: #ffffff;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.15);
    z-index: 9999;
}

.headers h1{
    content: '';
    background-image: url("../img/header_logo.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 350px;
    height: 100%;
    text-indent: -9999px;
    margin: 15px 10px 10px 15px;
}

.headers__list {
    list-style: none;
    align-items: center;
    height: 80px;
}

.headers__list>li{
    height: 100%;
    display: flex;
    align-items: center;
}

.headers__list>li:nth-child(1){
    margin-right: 20px;
}
.headers__list>li:nth-child(2){
    margin-right: 20px;
}

.headers__list .link_btn_head ul.dropdown_menu>li{
    padding: 0px;
    width: 200px;
}

.headers__list li a{
    font-weight: 600;
    text-align: center;
    line-height: 1.0em;
    padding: 25px;
}

.headers__list li a span{
    font-size: 1.5rem;
}

.headers__list>li:nth-child(3){
    background-color:#FF4C27;
    transition: background-color 0.3s;
}

.headers__list>li:nth-child(3):hover {
    background-color: #E61A1A;
}

.headers__list>li:nth-child(3) a{
    color: #fff;

}

.headers__list>li:nth-child(4){
    background-color:#FDBA2E;
    transition: background-color 0.3s;
}

.headers__list>li:nth-child(4):hover {
    background-color: #FF9900;
}

.headers__list>li:nth-child(4) a{
    color: #fff;
}

.TopPage .module01{
    height:calc(100vh - 80px);
    margin-top: 80px;
}

.TopPage .module01 h2{
    font-size: clamp(60px, 5.8vw, 120px);
    line-height: 1.2em;
    margin-top: -90px;
    position: relative;
}

.TopPage .module01 h2 {
    position: relative;
    z-index: 1;
}
.TopPage .module01 h2::after{
    position: absolute;
    bottom: -170px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url("../img/balloon.svg");
    width: 420px;
    height: 530px;
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
}

.TopPage .module01 h2 span{
    background-image: linear-gradient(0deg, #FEDF70 ,#ffffff 40%);
    -webkit-background-clip:text;
    color: transparent;
    display: inline-block;
}

.TopPage .module01 h3{
    position: relative;
    z-index: 1;
    margin-top: 24px;
    font-size: clamp(20px, 2.8vw, 30px);
}


.TopPage .module01 .inner_left{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.TopPage .module01 .inner_right{
    width: 50%;
}

.TopPage .module01 .inner_right li {
    list-style: none;
}

.TopPage .module01 .inner_right li img{
    width: 100%;
    height: 80vh;
    object-fit: cover;
    border-radius: 0px 0px 0px 30px;
}

.TopPage .module01 .module01__inner {
    height: 100%;
    background-image: url("../img/wave.svg");
    background-size:101%;
    background-repeat: no-repeat;
    background-position: top;
    background-position-y: -140px;
}

.TopPage .module02 .module02__inner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 70px 20px;
    position: relative;
}

.deco01{
    position: absolute;
    top: 120px;
    right: 0px;
    width: 200px;
    max-width: 200px;
    animation: deco01-float 4s ease-in-out infinite;
}

@keyframes deco01-float {
    0% { transform: translateY(0); }
    50% { transform: translateY(20px); }
    100% { transform: translateY(0); }
}

.TopPage .module02 .module02__inner .commonDg__title{
    text-align: center;
    z-index: 10;
}

.TopPage .module02 .module02__inner p{
    text-align: center;
    z-index: 10;
}

.TopPage .module02 .module02__inner h3{
    font-size: 2.8rem;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
    z-index: 10;
}

.TopPage .module02 .module02__inner figure{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 60px;
}

.TopPage .module02 .module02__inner figure img{
    width: 100%;
    height: auto;
    border-radius: 30px;
}

.TopPage .module03__inner{
    padding: 70px 20px;
}

.TopPage .module03__inner h2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.TopPage .module03__inner_content{
    background-color: #fff;
    padding: 30px 30px;
    border-radius: 30px;
    box-shadow: rgba(255, 170, 0, 0.6) 0px 3px 12px;
}


.TopPage .module03__inner_list{
    width: 100%;
    justify-content: space-between;
}

.TopPage .module03__inner_list li{
    width: 50%;
    padding: 10px;
    list-style: none;
}

.TopPage .module03__inner_list li .img_overlay {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 30px;
}

.TopPage .module03__inner_list li .img_overlay .overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(255, 220, 40, 0.35);
    pointer-events: none;
    transition:background 0.3s;
}

.TopPage .module03__inner_list li .img_overlay img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.4s cubic-bezier(.4,0,.2,1);
}

.TopPage .module03__inner_list li .img_overlay .overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(255, 188, 0, 0.7); /* 透明度のある黄色 */
    pointer-events: none;
    transition: background 0.3s;
}

.TopPage .module03__inner_list li a:hover .img_overlay img {
    transform: scale(1.08); /* ホバー時に拡大 */
}

.TopPage .module03__inner_list li a:hover .img_overlay .overlay {
    background: rgba(255, 220, 40, 0.15); /* ホバー時に少し薄く */
}


.TopPage .module03__inner_list .img_overlay_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    z-index: 2;
    pointer-events: none;
    font-size: 2.4rem;
    line-height: 1.4em;
}

.TopPage .module04 .module04__inner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 70px 20px;
    position: relative;
}

.TopPage .module04 .module04__inner .deco02{
    position: absolute;
    bottom: 120px;
    left: 0px;
    width: 200px;
    max-width: 200px;
    animation: deco02-float 4s ease-in-out infinite;
}

@keyframes deco02-float {
    0% { transform: translateY(0); }
    50% { transform: translateY(20px); }
    100% { transform: translateY(0); }
}

.TopPage .module04 .module04__inner .text{
    z-index: 10;
}

.TopPage .module04 .module04__inner .text p{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
}

.TopPage .module04 .module04__inner .text p b{
    width: 210px;
    text-align: left;
    display: inline-block;
}



.TopPage .module04 .module04__inner .commonDg__title{
    text-align: center;
}


.TopPage .module04 .module04__inner figure.img{
    height: 440px;
    background: url("../img/recruit_top_message.jpg") no-repeat;
    width: 100%;
    background-size: cover;
    border-radius: 30px;
    background-position: center;
    background-position-y: -85px;
}


.TopPage .module04 .module04__inner h3{
    font-size: 3.2rem;
    margin-top: 50px;
    text-align: center;
    line-height: 1.4em;
    margin-bottom: 40px;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;

}

.TopPage .module04 .module04__inner h3 span{
    color: #FDBA2E;
    font-size: 2.2rem;
    font-weight: 300;
}

.TopPage .module05 .module05__inner{
    padding: 70px 20px;
}

.TopPage .module05 .module05__inner figure.img{
    height: 540px;
    background: url("../img/Top_look-for_img.jpg") no-repeat;
    width: 40%;
    background-size: cover;
    border-radius: 30px;
    background-position: center;
}

.TopPage .module05 .module05__inner .text{
    width: 60%;
    padding-left: 40px;
}

.TopPage .module05 .module05__inner h4.mainTitle{
    font-size: 2.4rem;
    margin-bottom: 15px;
}

.TopPage .module05 .module05__inner h4.mainTitle::before{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #FFF;
    border-radius: 50%;
    margin-right: 0.6em;
    vertical-align: middle;
}

.faq_bnr{
    background-color: #fff;
    display: block;
    width: 500px;
    margin: 0 auto;
    border-radius: 10px;
    margin-top: 80px;
    box-shadow: rgba(255, 170, 0, 0.6) 0px 3px 12px;
}

.faq_bnr .flex{
    align-items: center;
}

.faq_bnr img{
    width: 45%;
}

.TopPage .module05 .module05__inner .faq_bnr figure.img{
    height: 140px;
    background: url("../img/top_faq_img.jpg") no-repeat;
    width: 45%;
    background-size: cover;
    border-radius: 10px 0px 0px 10px;
    background-position: center;
    margin: 0
;
}

.faq_bnr h5{
    width: 55%;
    padding-left: 30px;
    font-size: 2.5rem;
    position: relative;
    transition: color 0.3s;
}

.faq_bnr:hover h5 {
    color: #FDBA2E;
}

.faq_bnr h5::after{
    position: absolute;
    content: '';
    background-image: url(../img/Icon-arrow.svg);
    width: 36px;
    height: 36px;
    background-size: 100%;
    background-repeat: no-repeat;
    top: 0px;
    right: 25px;
    transition: right 0.3s;
}

.faq_bnr:hover h5::after {
    right: 20px;
}



footer{
    background: linear-gradient(90deg, #FF4C27 0%, #FF4C27 50%, #FDBA2E 50%, #FDBA2E 100%);
}

.footer_inners{
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}

.footer_inners .link_btn{
    display: block;
    width: 100%;
    cursor: pointer;
    padding: 40px 20px;
}

.footer_inners ul{
    width: 100%;
}

.footer_inners ul li{
    border-radius: 20px;
}

.footer_inners ul li .flex{
    align-items: center;
}

.footer_inners ul li h3{
    font-size: 4rem;
    letter-spacing: 0.1em;
    width: 45%;
        line-height: 0.47em;
}

.footer_inners ul li h3 span{
    font-size: 2rem;
    display:block;
}

.footer_inners .footer_docomo{
    background-color: #fff;
    list-style: none;
    width: 45%;
    margin: 40px 0px;
    margin-right: 5%;
    transition: transform 0.3s cubic-bezier(.4,0,.2,1);
}
.footer_inners .footer_docomo:hover {
    transform: scale(1.03);
}

.footer_inners .footer_docomo .link_btn_red{
    width: 55%;
    background-color: #FF4C27;
    color: #fff;
    padding: 15px 0px;
    text-align: center;
    border-radius: 50px;
    display: block;
    font-size: 2rem;
    transition: background-color 0.5s cubic-bezier(.4,0,.2,1);
    line-height: 1em;
        font-weight: 600;
}


.footer_inners .footer_docomo h3 strong{
    color: #FF4C27;
    font-weight: 600;
}

.footer_inners .footer_docomo h3 span{
    color: #FF4C27;
}

.footer_inners .footer_other{
    background-color: #fff;
    list-style: none;
    width: 45%;
    margin: 40px 0px;
    margin-left: 5%;
    transition: transform 0.3s cubic-bezier(.4,0,.2,1);
}

.footer_inners .footer_other:hover {
    transform: scale(1.03);
}


.footer_inners .footer_other h3 strong{
    color: #FDBA2E;
    font-weight: 600;
}

.footer_inners .footer_other h3 span{
    color: #FDBA2E;
}

.link_btn_head{
    width: 100%;
    color: #643A22;
    font-weight: 600;
    padding: 15px 0px;
    text-align: center;
    border-radius: 50px;
    display: block;
    transition: background-color 0.5s cubic-bezier(.4,0,.2,1);
    font-size: 2rem;
    line-height: 1em;
}

.link_btn_red{
    color: #fff;
    padding: 25px;
    font-weight: 600;
    text-align: center;
    line-height: 1.0em;
    font-size: 1.85rem;
    position: relative;
}

.link_btn_red span{
    font-size: 1.5rem;
}

.footer_inners .footer_other .link_btn_yellow{
    width: 100%;
    background-color: #FDBA2E;
    color: #fff;
    padding: 15px 0px;
    text-align: center;
    border-radius: 50px;
    display: block;
    transition: background-color 0.5s cubic-bezier(.4,0,.2,1);
    font-size: 2rem;
    line-height: 1em;
}

.footer_inners .footer_other .link_btn_yellow:hover {
    background-color: #FEDF70;
}

.link_btn_head_wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.link_btn_yellow_wrapper {
  position: relative;
  display: inline-block;
  width: 55%;
}

.dropdown_menu {
  position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    background: white;
    display: none;
    z-index: 1000;
    min-width: 150px;
    border-radius: 10px;
    box-shadow: rgba(255, 170, 0, 0.6) 0px 3px 12px;
}


.dropdown_menu02 {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    padding: 0;
    list-style: none;
    background: white;
    display: none;
    z-index: 1000;
    min-width: 250px;
    border-radius: 10px;
    box-shadow: rgba(255, 170, 0, 0.6) 0px 3px 12px;
}

.dropdown_menu03 {
    position: absolute;
    top: 100%;
    right: 50%;
    transform: translateX(-43%);
    margin: 0;
    padding: 0;
    list-style: none;
    background: white;
    display: none;
    z-index: 1000;
    min-width: 210px;
    border-radius: 10px;
    box-shadow: rgba(255, 170, 0, 0.6) 0px 3px 12px;
}

.dropdown_menu02 li:nth-child(3){
background-color: #FFF;
}

.dropdown_menu02 li:nth-child(3) a{
    color: #643A22;
}

.dropdown_menu02 li:nth-child(4){
background-color: #FFF;
}

.dropdown_menu02 li:nth-child(4) a{
    color: #643A22;
}



.link_btn_head ul.dropdown_menu li a{
    width: 200px;
}


.headers__list .dropdown_menu li a {
  display: block;
  padding: 20px 10px 20px 10px;
  text-decoration: none;
  color: #643A22;
  text-align: left;
  font-size: 1.45rem;
font-weight: 600;
}


.dropdown_menu li a {
  display: block;
  padding: 10px 10px 10px 20px;
  text-decoration: none;
  color: #643A22;
  text-align: left;
  font-size: 1.45rem;
font-weight: 600;
}

.dropdown_menu li a{
    position: relative;
}


.headers__list .dropdown_menu li a:after {
    position: absolute;
    content: '';
    background-image: url(../img/Icon-arrow.svg);
    width: 16px;
    height: 16px;
    background-size: 100%;
    background-repeat: no-repeat;
    top: 20px;
    right: 15px;
}

.dropdown_menu li a:after {
    position: absolute;
    content: '';
    background-image: url(../img/Icon-arrow.svg);
    width: 16px;
    height: 16px;
    background-size: 100%;
    background-repeat: no-repeat;
    top: 15px;
    right: 15px;
}



.dropdown_menu li a:hover {
  background-color: #FEF1C2;
  border-radius: 10px;
}

/* ▼ ホバーでメニュー表示 */
.link_btn_yellow_wrapper:hover .dropdown_menu,
.link_btn_head_wrapper:hover .dropdown_menu {
  display: block;
}

.footer_inners .footer_list{
    background-color: #fff;
    width: 100%;
    padding: 60px 0px 100px 0px;
}
.footer_list{
    background-image: url(../img/wave2.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 210px;
}

.footer_list__left{
    width: 20%;
    padding-right: 2%;
}

.footer_list__left a img.footer_logo{
    display: block;
    margin-bottom: 20px;
}

.footer_list__left p,
.footer_list__left a{
    font-size: 1.35rem;
    line-height: 1.65em;
}

.footer_list__left a{
    text-decoration: underline;
}

.footer_list__right{
    padding-left: 5%;
    width: 80%;
}

.footer_list__right ul{
    width: 23%;
    margin-right: 4%;
}

.footer_list__right ul.mr-0{
    margin-right: 0;
}

.footer_list__right ul>li{
    list-style: none;
    font-size: 1.55rem;
    line-height: 2.5em;
    font-weight: 600;
}

.footer_list__right ul li a{
    font-size: 1.55rem;
    color: #643A22;
    transition: color 0.4s;
    font-weight: 500;
}
.footer_list__right ul li a:hover {
    color: #FFBC00;
}

.footer_list__right ul li a:before{
    content: '';
    display: inline-block;
    width: 0.7em;
    height: 0.7em;
    background-color: #FFBC00;
    border-radius: 50%;
    margin-right: 0.6em;
    vertical-align: middle;
}

.footer_inners small{
    background-color: #FEF1C2;
    display: block;
    text-align: center;
    width: 100%;
    padding: 10px 0px;
}


.sp_menu{
    display: none;
}

/*--------------------- 先輩社員の声ページ ---------------------*/

.Voice_contents{
    margin-bottom: 120px;
}

.voiceTop{
    margin-bottom: 60px;
}

.voiceTop .text{
    width: 45%;
}

.voiceTop figure{
    width: 55%;
}

.voiceTop figure img{
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 2.6;
    object-fit: cover;
    border-radius: 10px;
}

.voiceTop .text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 500;
}

.voiceTop .text h4{
    font-size: 5.4rem;
    margin-bottom: 20px;
    font-family: "Albert Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.voiceTop .text h4 span{
    position: relative;
    display: inline-block;
}

.voiceTop .text h4 span::before{
    position: absolute;
    top: -20px;
    left: -20px;
    content: '';
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background-color: #FEF1C2;
    mix-blend-mode: multiply;
}

.voiceTop .text p.shop{
    text-align: end;
}

.voiceTop .text p.shop span{
    background-color: #FFBC00;
    color: #643A22;
    line-height: 1em;
    padding: 4px 6px;
    display: inline-block;
    margin-right: 10px;
    font-size: 1.6rem;
    font-weight: 500;
}

.voiceTop .text p.name strong{
    font-size: 3.0rem;
    margin-right: 10px;
}

.dot_line{
    border-bottom: dotted 2px #643A22;
    margin-bottom: 80px;
    padding-bottom: 40px;
}

.tre_dot_line{
    border-bottom:dotted 2px #643A22;
    padding-bottom: 20px;
}

.VoiceBottom .text_module{
    margin-bottom: 30px;
}

.VoiceBottom .text_module h3.sub_title{
    font-size: 2.8rem;
    margin-bottom: 16px;
    line-height: 1.4em;
    color: #FFBC00;
    font-weight: 500;
}



/*--------------------- 採用情報一覧ページ ---------------------*/


.jobBrand_list {
    margin-bottom: 160px;
}

.jobBrand_list>li{
    width: 32%;
    list-style: none;
    margin-bottom: 30px;
    margin-right: 2%;
}

.jobBrand_list>li:nth-child(3n){
    margin-right: 0%;
}

.jobBrand_list li figure {
    position: relative;
}

.jobBrand_list li figure img{
    border-radius: 20px;
    display: block;
}

.jobBrand_list li figure figcaption{
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #FF4C27;
    color: #fff;
    display: inline-block;
    line-height: 1em;
    font-size: 1.6rem;
    padding: 8px 10px;
}

.jobBrand_list li h3{
    font-size: 1.8rem;
    font-weight: 600;
    margin: 12px 0;
}

ul.job_type_list{
    margin-top: 20px;
}
ul.job_type_list li {
    list-style: none;
    margin-right: 10px;
}

ul.job_type_list li a{
    background-color: #FEF1C2;
    color: #643A22;
    display: inline-block;
    padding: 12px 20px;
    text-align: center;
    font-weight: 500;
    font-size: 1.6rem;
    border-radius: 10px;
    transition: background-color 0.3s, color 0.3s;
}

ul.job_type_list li a.color_red{
    background-color: #FF4C27;
    color: #fff;
}

ul.job_type_list li a:hover {
    background-color: #643A22;
    color: #fff;
}

.border-r_01-10{
    border-radius: 9px 0px 0px 0px;
}

.border-r_04-10{
    border-radius: 0px 0px 0px 9px;
}

.job_container {
margin: 0 auto;
background: #fff;
border: 1px solid #643A22;
border-radius: 10px;
box-shadow: 0 2px 6px rgba(0,0,0,0.05);
margin-bottom: 80px;
margin-top: 40px;

}

.job_brand_contents ul.slider {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 600px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 120px;
}


.job_brand_contents h2{
    font-size: 3.6rem;
    text-align: center;
    margin-bottom: 40px;
}

.job_brand_contents ul.slider .slider-item01 {
    background:url(../img/cat_tsukuba.jpg);
}

.job_brand_contents ul.slider .slider-item02 {
    background:url(../img/cat_tsukuba.jpg);
}

.job_brand_contents ul.slider .slider-item03 {
    background:url(../img/cat_tsukuba.jpg);
}

.job_brand_contents ul.slider .slider-item {
    width: 100%;
    height:600px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
}

.job_brand_contents ul.slider .slick-dots {
	position: relative;
	z-index: 3;
    text-align:center;
	margin:30px 0 0 0;/*ドットの位置*/
}

.job_brand_contents ul.slider .slick-dots li {
    display:inline-block;
	margin:0 8px;
}

.job_brand_contents ul.slider .slick-dots button {
    color: transparent;
    outline: none;
    width:12px;/*ドットボタンのサイズ*/
    height:12px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#E2E0DC;/*ドットボタンの色*/
}

.job_brand_contents ul.slider .slick-active button{
    background:#f04b2e;/*ドットボタンの現在地表示の色*/
}


.job_container table.job_table {
width: 100%;
border-collapse: collapse;
}

.job_container table.job_table th,
.job_container table.job_table td {
text-align: left;
padding: 12px;
border-bottom: 1px dotted #643A22;
vertical-align: top;
}

.job_container table.job_table tr:last-child th,
table.job_table tr:last-child td {
  border-bottom: none;
}


.job_container table.job_table th{
width: 140px;
background: #f04b2e;
color: #fff;
font-weight: bold;
border-right: 2px solid #fff;
font-size: 1.6rem;
}

.job_table tr:first-child th {
  border-top-left-radius: 8px;   /* 左上だけ角丸 */
}
.jobCard__meta li span,
.job_table tr:last-child th {
  border-bottom-left-radius: 8px; /* 左下だけ角丸 */
}

.job_container table.job_table td {
font-size: 1.6rem;
line-height: 1.6em;
}

.job_container table.job_table td span.section-title {
font-weight: bold;
margin-bottom: 6px;
display: inline-block;
border: 1px solid #ccc;
border-radius: 6px;
padding: 2px 8px;
font-size: 14px;
background: #fafafa;
}

.job_container table.job_table ul {
margin: 6px 0;
padding-left: 20px;
}

.job_container table.job_table li {
    margin-bottom: 4px;
}

.job_brand_contents02{
    padding: 80px 0px;
}

.job_brand_contents03{
    padding: 0px 0px 80px 0px;
}

#career .job_brand_contents03{
    padding: 80px 0px;
}

.job_brand_contents03 h3.title{
    font-size: 3.6rem;
    margin-bottom: 80px;
    text-align: left;
}

.job_brand_contents h3.title{
    font-size: 3.6rem;
    margin-bottom: 80px;
    text-align: left;
}


.job_brand_contents03 .external_site{
   justify-content: space-around;
    align-items: center;
    width: 700px;
    margin: 0 auto;
}

.job_brand_contents03 .external_site li{
    list-style: none;
    width: 48%;
    background-color: #FF4C27;
    text-align: center;
    border-radius: 10px;
    transition: background-color 0.3s;
}

.job_brand_contents03 .external_site li:hover {
    background-color: #E61A1A;
}

.job_brand_contents03 .external_site li a{
    display: block;
    width: 100%;
    color:#fff;
    padding: 40px 10px;
}

.job_brand_contents03 .external_site li a p{
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 1.5em;
}

.job_brand_contents03 .external_site li a p strong{
        font-size: 6rem;
}


.job_brand_contents02 .inner_1100{
    position: relative;
}

/* ==== Flow ==== */

/* リスト枠はそのまま */
.flow__list{
  list-style:none;
  margin:0 auto;
  padding:0;
  max-width:760px;
}

/* 1行＝STEP + カードを同じ高さに */
.flow__item{
  display:grid;
  grid-template-columns:110px 1fr;
  gap:12px;
  align-items:stretch;
}

/* 左のSTEPピル：中身を縦中央に */
.flow__step{
  display:flex;
  align-items:center;
  justify-content:center;
  background:#643A22;
  color:#fff;
  border-radius:16px 0 0 16px;
  padding:25px 18px;
  font-weight:700;
  font-size:2.0rem;
}

.flow__card{
  align-items:center;
  background:#fff;
  color:#643A22;
  border-radius:0 16px 16px 0;
  padding:25px 18px;
  font-size:2.0rem;
  z-index: 10;
  line-height:1.4em;
}
.flow__card a{
    text-decoration: underline;
    line-height:1.4em;
}

/* 行間の縦仕切り（必要なら） */
.flow__divider{
  height:28px;
  width:2px;
  background:#fff;
  opacity:.6;
  margin:8px auto;
  border-radius:1px;
}

.flow__cta{
    max-width:760px;
    margin:12px auto 0;
    background:#ffb000;
    color:#fff;
    text-align:center;
    border-radius:12px;
    padding:25px 18px;
    font-weight:700;
    font-size: 3.0rem;
    letter-spacing: 0.5em;
    z-index: 10;
    position: relative;
}

@media (max-width:640px){
  .flow__step{
    flex-basis:94px;
    padding:12px 14px;
    font-size: 1.6rem
}

  .flow__card{
    padding:12px 14px;
    font-size: 1.6rem
}
}


.jobList{list-style:none;margin:0;padding:0}
.jobCard{
  display:grid; grid-template-columns:340px 1fr; gap:24px;
  align-items:center;
  margin:0 0 60px;
}
.jobCard__thumb{display:block; border-radius:8px; overflow:hidden}
.jobCard__thumb img{display:block; width:100%; height:auto; aspect-ratio:4/3; object-fit:cover}

.jobCard__body{min-width:0}
.jobCard__title{
  margin:0 0 10px;
  font-size:2.0rem;
  line-height:1.5;
  display:flex;
  align-items:center;
  gap:.6em;
  flex-wrap:wrap;

}

.jobCard__body h3{
    font-size: 2.4rem;
    margin: 20px 0;
    line-height: 1.4em;
}

.jobCard__dot{width:10px;height:10px;background:#ffb000;border-radius:50%}
.jobCard__badge{color:#643A22;font-weight:700}

.jobCard__meta{
  margin:0 0 14px;
}

.jobCard__meta li{
    list-style: none;
    margin-bottom: 6px;
}

.jobCard__meta li p{
    margin-bottom: 0px;
}

.jobCard__meta li span{
    font-weight: 600;
    width: 100px;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    background-color: #FEF1C2;
}


.jobCard__meta div{display:contents}
.jobCard__meta dt{
    color:#643A22;
    font-weight:700;
    white-space:nowrap;
        font-size: 1.6rem;
}
.jobCard__meta dd{
    margin:0;
    font-size: 1.6rem;
}

.jobCard__actions{margin-top:8px}
.btnPrimary{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  background:#ffb000; color:#fff; font-weight:700; padding:12px 20px;
  border-radius:10px; text-decoration:none;
}
.btnPrimary:hover{filter:brightness(1.05)}
.btnPrimary__icon{font-size:.9em}

/* フォーム */

/*ContactForm7カスタマイズ*/
table.CF7_table{
	width:100%;
	margin:0 auto;
    border-collapse: collapse;
}

table.CF7_table tr,
table.CF7_table td{
    border-bottom: 1px dotted rgb(100, 58, 34);
}

table.CF7_table tr:last-child,
table.CF7_table td:last-child{
    border-bottom: none;
}


table.CF7_table tr p,
table.CF7_table td p{
    margin-bottom: 0px;
    font-size: 1.6rem;
}

table.CF7_table tr p a{
    text-decoration: underline;
    font-size: 1.6rem;
}


table.CF7_table tr:first-child th {
  border-top-left-radius: 8px;   /* 左上だけ角丸 */
}

table.CF7_table tr:last-child th {
  border-bottom-left-radius: 8px;   /* 左下だけ角丸 */
}


.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table{
	display:table;
}

/*入力欄*/
.CF7_table input,
.CF7_table textarea {
	border: 1px solid #d8d8d8;
    padding: 15px;
}

input[type="radio"] {
  transform: scale(0.8); /* 0.8倍に縮小 */
  margin: 5px;           /* 拡大でズレるのを調整 */
}

input {
  -webkit-text-size-adjust: 100%;
}

.wpcf7-list-item-label{
    margin-left: 10px;
    display: inline-block;
}

.CF7_table ::placeholder {
	color:#797979;
}

/*「必須」文字*/
.CF7_req{
	font-size:.9em;
	padding: 5px;
	background: #FF4C27;
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

/*「任意」文字*/
.CF7_unreq{
	font-size:.9em;
	padding: 5px;
	background: #bdbdbd;/*グレー*/
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

/* タイトル列 */
@media screen and (min-width: 768px){
.CF7_table th{
	width:30%;
	background-color:#FEF1C2;
    padding: 10px 10px;
}
.CF7_table td{
    padding: 10px 10px;
}
.CF7_table th p{
    text-align: left;
}
}

/* レスポンシブ */
@media screen and (max-width: 768px){
	table.CF7_table{
	width:100%;
	}
	.CF7_table tr, .CF7_table td, .CF7_table th{
	display: block;
	width: 100%;
	line-height:2.5em;
	}
	.CF7_table th{
	background-color:#FEF1C2;
    padding: 6px 10px;
	}

    .CF7_table td{
        padding: 6px 10px;
    }


table.CF7_table tr,
table.CF7_table td{
    border-bottom:none;
}

.wpcf7-list-item input{
    width: inherit!important;
}

.wpcf7-list-item{
    display: flex;
    align-items: center;
}

.wpcf7-list-item label{
    display: flex;
    align-items: center;
}

}

/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
    background-color: #FDBA2E;
    border: 0;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 auto;
    padding: 20px;
    border-radius: 50px;
    width: 100%;
    margin-top: 30px;
    transition: background-color 0.3s;
}

.wpcf7 input.wpcf7-submit:hover {
    background-color: #643A22;
}

.CF7_btn{
	text-align:center;
	margin-top:20px;
}

.wpcf7-spinner{
	width:0;
	margin:0;
}


.form_content{
   border: 1px solid #643A22;
   border-radius: 10px;
}



/* レスポンシブ */
@media (max-width: 960px){
  .jobCard{
    grid-template-columns:1fr
}
  .jobCard__thumb img{
    spect-ratio:16/9
}

.jobCard__meta li span{
    display: block;
    background-color: #FEF1C2;
    width: 100%;
    text-align: left;
    padding: 0px 8px;
}

.btnPrimary{
    width: 100%;
}
}

#docomo-fresh .back_color01 .back_color02 {
    background-image: none;
        padding: 80px 0px;
}


.profile-card{
      margin-inline:auto;
      background:#fff3e4;
      border-radius:20px;
      padding:20px 24px;
      box-shadow:var(--shadow);
      display:flex;
      gap:20px;
      align-items:center;
      margin-bottom: 30px;
    }

    /* 左：アイコン */
    .avatar{
        flex:0 0 200px;
        width: 200px;
        height: 200px;
      border-radius:50%;
      background:#fff;
      display:grid; place-items:center;
      border:3px solid #fde7c3;
      overflow:hidden;
    }
    .avatar svg{width:70%; height:70%}

    /* 右：本文 */
    .content{flex:1}
    .header{
      display:flex; align-items:center; gap:14px; flex-wrap:wrap;
      margin-bottom:10px;
    }
    .join-year{
      font-weight:700;
      font-size:2.4rem;
    }

    /* バッジ */
    .badges{display:flex; gap:8px; flex-wrap:wrap}
    .badge{
      font-size:2.0rem;
      font-weight:600;
      color:#fff;
      padding: 8px 13px;
      border-radius:6px;
    }
    .badge.newgrad{background:#fcd34d; color:#5b3b00}
    .badge.hs{background:#f97316}
    .badge.female{background:#ef4444}
    .badge.general{background:#ff6a00}

    /* タイムライン（年表） */
    .timeline{
      width:100%;
      border-collapse:collapse;
      margin-top:6px;
    }
    .timeline td{
      padding:6px 0;
      vertical-align:top;
      font-size: 2.0rem;
    }
    .timeline td.date{
      width:120px;
      color:var(--muted);
      padding-right:12px;
      white-space:nowrap;
    }



/*--------------------- 数字でみるコナン販売 ---------------------*/

.Data_01{
    padding: 120px 0px 100px;
}

.Data_02{
  padding: 120px 0px 100px;
}

.Data_03{
  padding: 120px 0px 100px;
}

.Data_contents .catch_copy{
    margin-bottom: 80px;
}

.Data_contents .catch_copy h2{
    text-align: center;
    font-size: 3.6rem;
    line-height: 1.5em;
}

.Data_contents .catch_copy p{
    text-align: center;
    margin-top: 10px;
}

.Data_contents .data_img_list{
    justify-content: space-between;
}

.Data_contents .data_img_list li{
    background-color: #fff;
    list-style: none;
    width: 48%;
    box-shadow: 0 4px 24px 0 rgba(255, 188, 0, 0.35);
    padding: 50px;
    border-radius: 20px;
    margin-bottom: 40px;
}

.Data_contents .data_img_list li p{
    text-align: center;
    margin-top: 20px;
}

.Data_contents figure.data_img_list{
    background-color: #fff;
    list-style: none;
    width: 100%;
    box-shadow: 0 4px 24px 0 rgba(255, 188, 0, 0.35);
    padding: 60px;
    border-radius: 20px;
    margin-bottom: 40px;
}

.Data_contents figure.data_img_list p{
    text-align: center;
    margin-top: 20px;
}

#data .back_color02{
    background-image: none;
}


/*--------------------- キャリアパス ---------------------*/

.Career_contents{
    margin-bottom: 90px;
}

.Career_02 .flex{
    justify-content: space-between;
}

.Career_02 .content_step figure{
    margin-top: 60px;
}

#career .back_color01 .back_color02 {
    background-image: none;
}


/*--------------------- 福利厚生 ---------------------*/

.Benefits_02{
    margin: 80px 0px;
}

.Benefits_02 .benefits{
    list-style:none; padding:0; margin:0 auto;
    display:grid; gap:16px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    counter-reset: benefit;
  }
  @media (max-width:980px){
.Benefits_02 .benefits{grid-template-columns: repeat(3, minmax(0,1fr));}
  }
  @media (max-width:720px){
.Benefits_02 .benefits{grid-template-columns: repeat(2, minmax(0,1fr));}
  }
  @media (max-width:420px){
.Benefits_02 .benefits{grid-template-columns: 1fr;}
  }

.Benefits_02 .card{
    position:relative;
    padding:18px 16px 18px 16px;
    background:var(--card);
    border:1px solid var(--ring);
    border-radius:var(--radius);
    box-shadow:
      inset 0 0 0 6px var(--ring-soft),
      0 8px 20px rgba(0,0,0,.05);
    transition: transform .15s ease, box-shadow .15s ease;
    min-height:120px;
    box-shadow: 0 4px 24px 0 rgba(255, 188, 0, 0.35);
    border-radius: 15px;
  }

.Benefits_02 .card::before{
    counter-increment: benefit;
    content: counter(benefit, decimal-leading-zero);
    position: absolute;
    top: 23%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 800;
    font-size: 28px;
    line-height: 1;
    letter-spacing: .5px;
    color: #FF4C27;
}

.Benefits_02 .title{
    margin: 35px 0 2px 0;
    font-size:2.0rem; font-weight:700;
    text-align:center;
  }
.Benefits_02 .note{
    margin:6px 6px 0;
    font-size:13px; color:#643A22; text-align:center;
    word-break:keep-all;
    line-height: 1.4em;
  }

.Benefits_03{
    padding: 80px 0px;
}

.Benefits_03 .title{
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}

.Benefits_03 .title h2.common_title01{
    margin-bottom: 0px;
}

.Benefits_03 .title .sub_title{
    font-size: 10rem;
    color: rgba(255, 255, 255, 0.5);
    position: relative;
}

.Benefits_03 .photos {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.Benefits_03 .text {
    width: 100%;
    margin-top: 20px;
}

.Benefits_03 .text>p{
    width: 40%;
    padding-right: 2%;
}

.Benefits_03 .text .text_content{
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    width: 60%;
}

.Benefits_03 .text .text_content h3{
    font-size: 2.4rem;
}

.Benefits_03 .text .text_content h4{
    font-size: 2.0rem;
    margin-bottom: 8px;
}

.Benefits_03 .photos li{
    list-style: none;
    margin-bottom: 10px;
    width: 33%;
}

.Benefits_03 .photos li img{
    border-radius: 10px;
    aspect-ratio: 4 / 4;
}

.Benefits_04{
    padding: 80px 0px;
}

.Benefits_04 ul.docomo_select{
    justify-content: space-between;
    margin-top: 40px;
}

.Benefits_04 ul.docomo_select li{
    width: 48%;
    align-items: center;
    margin-bottom: 20px;
}

.Benefits_04 ul.docomo_select li figure{
    width: 30%;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid #643A22 2px;
}

.Benefits_04 ul.docomo_select li figure img{
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

#benefits .back_color02{
    background-image: none;
}

.Benefits_04 ul.docomo_select li p{
    width: 70%;
    padding-left: 5%;
}

.Benefits_04 h2.common_title01{
    margin-bottom: 20px;
}


/*--------------------- 研修制度 ---------------------*/


.training_box {
    margin-bottom: 60px;
}


.training_box figure{
    width: 45%;
}

.training_box figure img{
    border-radius: 10px;
}

.training_box .text{
    width: 55%;
    padding-left: 3%;
}

.training_box .text .text_inner{
    background-color: #FFF8F2;
    padding: 20px;
    border-radius: 10px;
    background-image: url(../img/check.svg);
    background-repeat: no-repeat;
    background-size: 140px;
    background-position: right 10px top 10px;
}

.training_box .text .text_inner h4{
    font-size: 2.0rem;
    margin-bottom: 8px;
}

.Training_02{
    margin: 80px 0px;
}

.Training_03{
    margin: 80px 0px;
}

.Training_03 .job_container{
    border: inherit;
    box-shadow: inherit;
    margin-bottom: 50px;
    margin-top: 0px;
}

.Training_03 .job_container table.job_table th{
    background-color: #FDBA2E;
    color: #643A22;
    vertical-align: inherit;
    line-height: 1.4em;
    font-size: 2.0rem;
}

.Training_03 .job_container table.job_table td{
    background-color: #FFF8F2;
    line-height: 1.4em;
    font-size: 2.0rem;
    border-radius: 0px 8px 8px 0px;
}

.Training_03 .job_container table.job_table td h4{
    background-color: #643A22;
    padding: 10px;
    border-radius: 8px;
    color: #fff;
    margin-bottom: 20px;
}

.Training_03 .job_container table.job_table td h5{
    font-size: 2rem;
    margin-bottom: 5px;
}

.Training_03 .add_line{
    position: relative;
}
.Training_03 .add_line::after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 50%;
    width: 2px;
    background: #643A22;
    transform: translateX(-50%);
    z-index: 1;
    height: 30px;
}

.Training_03 h3.common_title02{
    margin-top: 60px;
    margin-bottom: 40px;
}


/*--------------------- スタッフの一日/職場環境 ---------------------*/

.Staff_01{
    margin: 80px 0px;
}

.Staff_02{
    margin: 80px 0px;
}


  :root{
    --time-col: 96px;          /* 時刻列の幅 */
    --track-col: 26px;         /* 縦ラインの列幅 */
    --accent:#f2b10f;          /* 黄色（丸） */
    --line:#e3e3e3;            /* 縦ライン色 */
    --text:#333;
    --muted:#6b7280;
    --radius:14px;
    --bg:#fff7ee;
    --radius:18px;
    --scrim: linear-gradient(to top,
              rgba(0,0,0,.55) 0%,
              rgba(0,0,0,.35) 45%,
              rgba(0,0,0,0) 70%);
    --pill-bg: rgba(0,0,0,.45);     /* 文字の背面(透過黒) */
  }


  .Staff_01 .timeline{
    max-width:900px; margin:0 auto;
    display:flex; flex-direction:column; gap:28px;
    position:relative;
  }
  .Staff_01 .event{
    display: flex;
    column-gap: 30px;
    align-items: start;
  }
  .Staff_01 .time{
    text-align: right;
    font-weight: 700;
    padding-top: 2px;
    font-size: 3.4rem;
    margin-bottom: 0px;
    line-height: 1em;
    width: 100px;
  }
  .Staff_01 .dot{
    position:absolute;
    left:50%; transform:translate(-50%, 8px); /* 見出しに合わせて微調整 */
    width:10px; height:10px; border-radius:50%;
    background:var(--accent);
    box-shadow:0 0 0 8px rgba(242,177,15,.18);
  }
  .Staff_01 .content p{
    margin:.2rem 0 0;
}
  .Staff_01 .content .left_line{
    border-left: 2px #643A22 solid;
    padding-left: 35px;
    margin-left: 12px;
  }

  .Staff_01 .content .left_line p.white_text{
    color:#fff;
  }

    .Staff_01 .content .left_line_none{
    padding-left: 35px;
    margin-left: 12px;
  }
  .Staff_01 .content img{
    width:100%; height:auto; display:block;
    border-radius:12px; margin-top:12px;
  }
.Staff_02 .voices{
    max-width:1100px; margin:0 auto;
    display:grid; gap:16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  @media (max-width:980px){ .Staff_02 .voices{ grid-template-columns: repeat(2,1fr); } }
  @media (max-width:600px){ .Staff_02 .voices{ grid-template-columns: 1fr; } }

  .Staff_02 .voice-card{
    position:relative; overflow:hidden; border-radius:var(--radius);
    aspect-ratio: 3 / 3;
    background:#ddd;
    box-shadow:0 8px 24px rgba(0,0,0,.08);
  }
  .Staff_02 .voice-card img{
    width:100%; height:100%; object-fit:cover; display:block;
  }

.Staff_02 .voice-card::after{
    content:""; position:absolute; inset:auto 0 0 0; height:60%;
    background:var(--scrim); pointer-events:none;
  }

.Staff_02 .voice-card figcaption{
    position:absolute; left:12px; right:12px; bottom:12px;
    color:#fff; font-weight:700; line-height:1.6;
    z-index: 10;
  }
.Staff_02 .caption-bg{
    display: inline;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    padding: 0.35em .6em;
    backdrop-filter: blur(1px);
    line-height: 1.5em;
    font-size: 1.7rem;
    text-shadow: 1px 2px 3px #000;
  }

/*--------------------- よくある質問 ---------------------*/

#faq .category-nav{
    position: sticky;
    top: 0;
    z-index: 10;
    width: 20%;
}


#faq .nav-wrap{
    margin: 0 auto 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    z-index: 100;
    background: #fff;
    position: sticky;
    top: 160px;
    z-index: 10;
}

#faq .nav-wrap a{
    width: 100%;
    display: inline-block;
    text-align:left;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    font-weight: 500;
    box-shadow: rgba(255, 170, 0, 0.6) 0px 3px 12px;
    position: relative;
    transition: background-color 0.3s;
}
#faq .nav-wrap a:hover {
    background-color: #FFBC00;
    color: #fff;
}

#faq .nav-wrap a::after{
    content: '';
    position: absolute;
    background-image: url(../img/Icon-arrow.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background-size: 100%;
    top: 18px;
    right: 18px;
    transform: rotate(90deg);
    transition: top 0.2s;
}

#faq .nav-wrap a:hover::after {
    top: 20px;
}

/*アコーディオン全体*/
#faq .accordion-area{
    list-style: none;
    margin:0 auto;
}

#faq .accordion-area li{
    margin: 10px 0;
}

#faq.accordion-area section {
	border: 1px solid #ccc;
}

/*アコーディオンタイトル*/
#faq .title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:2rem;
    font-weight: normal;
    padding: 3% 60px 3% 20px;
    line-height: 1.5em;
    transition: all .5s ease;
    background-color: #FFBC00;
    border-radius: 10px;
    font-weight: 600;
}

#faq .title span{
    display: inline-block;
    margin-right: 10px;
    font-size: 2.4rem;
}

/*アイコンの＋と×*/
#faq .title::before,
#faq .title::after{
    position: absolute;
    content:'';
    width: 25px;
    height: 2px;
    background-color: #643A22;

}
#faq .title::before{
    top:48%;
    right:25px;
    transform: rotate(0deg);

}
#faq .title::after{
    top:48%;
    right:25px;
    transform: rotate(90deg);

}
/*　closeというクラスがついたら形状変化　*/
#faq .title.close::before{
	transform: rotate(45deg);
}

#faq .title.close::after{
	transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
#faq .box {
    display: none;/*はじめは非表示*/
    background: #FFF8F2;
    padding: 3%;
    margin-top: 10px;
    border-radius: 10px;
}

#faq .box p span{
    display: inline-block;
    margin-right: 10px;
    font-size: 2.4rem;
}

#faq .box a{
    font-weight: 500;
    color: #FF4C27;
    text-decoration: underline;
}


.faq_contents{
    margin-bottom: 80px;
    padding-top: 70px;
}

.faq_modules{
    width: 80%;
    padding-left: 3%;
}








@media screen and (max-width: 1000px) {

    .jobBrand_list>li{
    width: 48%;
}

.jobBrand_list li ul.job_type_list li{
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
}

.jobBrand_list li ul.job_type_list li a{
    width: 100%;
}

.jobBrand_list>li:nth-child(3n){
    margin-right: 2%
}

.jobBrand_list>li:nth-child(2n){
    margin-right: 0%;
}

.job_brand_contents ul.slider {
    width: 100%;
    height: 300px;
    margin-bottom: 80px;
}

.job_brand_contents ul.slider .slider-item {
    width: 100%;
    height: 300px;
}

.job_container table.job_table th{
    width: 60px;
}

.job_brand_contents h2{
    font-size: 2.8rem;
    line-height: 1.4em;
}

.footer_inners ul.pc_menu {
    display: none;
}

.footer_inners ul.sp_menu{
    display: block;
}

.footer_inners ul.sp_menu .footer_docomo{
    width: 100%;
    margin-right: 0%;
    background-color: #FF4C27;
    border-radius: inherit;
    padding: 20px 0px;
    margin: 0px 0px;
}


.footer_inners ul.sp_menu .footer_docomo .back_white{
    background-color: #fff;
    padding: 0px 20px;
    width: 90%;
    margin: 0 auto;
    border-radius: 10px;
}


.footer_inners ul.sp_menu .footer_other{
    width: 100%;
    margin-left: 0%;
    background-color: #FDBA2E;
    border-radius: inherit;
    padding: 20px 0px;
    margin: 0px 0px;
}

.footer_inners ul.sp_menu .footer_other .sp_dropdown_menu li{
    list-style: none;
}

.footer_inners ul.sp_menu .footer_other .sp_dropdown_menu li a {
    background-color: #FEF1C2;
    border-radius: 50px;
    display: block;
    text-align: center;
    margin-top: 10px;
    padding: 15px 0px;
    line-height: 1em;
    font-weight: 600;
}

.footer_inners ul.sp_menu .footer_other .sp_dropdown_menu li a:hover{
    background-color: #643A22;
    color: #fff;
    transition: background-color 0.3s, color 0.3s;
}

.footer_inners ul.sp_menu .footer_other  .back_white{
    background-color: #fff;
    padding: 0px 20px;
    width: 90%;
    margin: 0 auto;
    border-radius: 10px;
}

footer.sp_footer_back{
    background: none;
}

footer.sp_footer_back .inner_1100{
    padding: 0px;
}


}


@media screen and (max-width: 830px) {


/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn{
	position: relative;
    width: 60px;
    height: 60px;
    top: 10px;
    right: 10px;
    cursor: pointer;
    border-radius: 10px;
    background: #FFBC00;
    display: block;
}

/*ボタン内側*/

.openbtn span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 13px;
    height: 3px;
	background-color: #fff;
  }


.openbtn span:nth-of-type(1) {
	top:24px;
  	width: 50%;
}

.openbtn span:nth-of-type(2) {
	top:35px;
  	width:30%;
}

/*activeクラスが付与されると線が回転して×に*/

.openbtn.active span:nth-of-type(1) {
    top: 23px;
    left: 16px;
    transform: translateY(6px) rotate(-45deg);
    width: 45%;
}

.openbtn.active span:nth-of-type(2) {
    top: 35px;
    left: 16px;
    transform: translateY(-6px) rotate(45deg);
    width: 45%;
}


.headers__list {
    display: none;
}

.back_color01{
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}

.back_color02{
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}

.TopPage .module01 .module01__inner{
    flex-wrap: wrap-reverse;
}

.TopPage .module01 .inner_left{
    width: 100%;
    padding-top: 30px;
}

.TopPage .module01 .inner_right{
    width: 100%;
}

.slider{
    height: 43vh;
}

.TopPage .module01 .inner_right li img{
    height: 42vh;
}

.TopPage .module01 .inner_left{
    height: 50vh;
}

.TopPage .module01 .module01__inner{
    background-position-y: 0px;
    background-position: bottom;
}

.TopPage .module01 h2{
    font-size: clamp(80px, 5.8vw, 120px);
}

.TopPage .module01 h3{
   font-size: clamp(30px, 2.8vw, 40px);
}

.TopPage .module04 .module04__inner figure.img{
    height: 180px;
}
.TopPage .module04 .module04__inner h3{
    font-size: 2.4rem;
}

.deco01{
    right: 60px;
}

.TopPage .module04 .module04__inner .deco02{
    left: 30px;
}

.TopPage .module05 .module05__inner figure.img{
    width: 100%;
    height: 180px;
    border-radius: 10px;
}

.TopPage .module05 .module05__inner .text{
    width: 100%;
    padding-left: 0px;
    margin-bottom: 20px;
}

.TopPage .module05 .module05__inner .text h2{
    text-align: center;
}

.TopPage .module05 .module05__inner .flex{
    flex-wrap: wrap-reverse;
}

.footer_inners ul li h3{
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.footer_inners .footer_docomo .link_btn_red{
    width: 100%;
}

.link_btn_yellow_wrapper{
    width: 100%;
}
.footer_inners .link_btn{
    padding: 20px;
}

.footer_list__left{
    width: 100%;
}

.footer_list__right{
    width: 100%;
    padding-left: 0%;
}

.footer_inners .footer_list>.flex{
    flex-wrap: wrap-reverse;
}

.footer_list__left{
    padding-right: 0%;
}

.footer_list__right ul{
    width: 48%;
    margin-right: 0%;
    margin-bottom: 30px;
}

.footer_list__right ul li{
    font-size: 2.2rem;
    line-height: 2.24em;
}

.footer_list__right ul li a{
    font-size: 2.2rem;
}

.footer_list__left a.footer_logo{
    width: 50%;
    height: auto;
    display: block;
    margin: 0 auto;

}

.footer_list__left p,
.footer_list__left a{
    text-align: center;
    display: block;
}

.footer_list{
    background-size: contain;
    background-position: bottom;
}

.footer_inners .footer_list{
    padding: 30x 0px 60px 0px;
}

.faq_bnr{
    width: 100%;
}

.footer_inners .footer_docomo{
        margin: 20px 0px;
        margin-right: 5%;
}

.footer_inners .footer_other{
    margin: 20px 0px;
    margin-left: 5%;
}

.TopPage .module05 .module05__inner{
        padding: 70px 20px 40px 20px;
}

.job_brand_contents03 .external_site{
    width: 100%;
}

}

@media screen and (max-width: 768px) {

.headers{
    height: 60px;
}

.headers>a{
    width: 60%;
}
.headers>a h1{
    width: 100%;
    height: auto;
}

/*========= ナビゲーションのためのCSS ===============*/

#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
	top:0;
    right: -120%;
	width:100%;
    height: 100vh;/*ナビの高さ*/
	background:#fff;
    /*動き*/
	transition: all 0.6s;
    display: block;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 60px;
}

/*リストのレイアウト設定*/

#g-nav ul{
    width: 94%;
    margin: 0 auto;
}

#g-nav li{
	list-style: none;
    text-align: center;
    background-color: #FFBC00;
    margin-bottom: 10px;
    border-radius: 10px;
}


#g-nav .smp_list  li a{
	color: #fff;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
    text-align: left;
}

#g-nav .smp_list li>a:before{
    content: '';
    display: inline-block;
    width: 0.7em;
    height: 0.7em;
    background-color: #FFF;
    border-radius: 50%;
    margin-right: 0.6em;
    vertical-align: middle;
}


.openbtn {
    display: block;
    position: relative;
    width: 44px;
    height: 44px;
    top: 8px;
    right: 8px;
    z-index: 1000;
}

#g-nav-list a.smp_logo{
    width: 40%;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.TopPage .module01 h2::after{
        width: 130%;
        background-size: contain;
        bottom: -120px;
}

.TopPage .module01 h2 {
    font-size: 48px;
}

    .TopPage .module01 h3 {
    font-size: 26px;
}

.TopPage .module01{
margin-top: 60px;
height: auto;
}

.slider{
    height: 250px;
}

.TopPage .module01 .inner_right li img{
    height: 250px;
}
.TopPage .module01 .inner_left{
    height: 300px;
        margin-top: 50px;
}

.openbtn span:nth-of-type(1){
    top: 17px;
    left: 12px;
}
.openbtn span:nth-of-type(2) {
top: 27px;
left: 12px;
}

.openbtn.active span:nth-of-type(1){
    top: 16px;
    left: 12px;
}
.openbtn.active span:nth-of-type(2) {
    top: 28px;
    left: 12px;
}

.commonDg__title{
    margin-bottom: 40px;
    line-height: 0.65em;
    font-size: 1.4rem;
}

.TopPage .module02 .module02__inner h3{
    line-height: 1.4em;
    margin-bottom: 16px;
}

.commonDg__title span{
    font-size: 4.0rem;
}

.TopPage .module02 .module02__inner{
    padding: 30px 30px;
}

.TopPage .module03__inner {
    padding: 30px 30px;
}

.TopPage .module04 .module04__inner{
    padding: 30px 30px;
}

p {
    font-size: 1.65rem;
}

.TopPage .module02 .module02__inner figure{
    margin-top: 10px;
}

.TopPage .module03__inner_list li .img_overlay{
    border-radius: 10px;
}

.TopPage .module03__inner_list li{
    padding: 4px;
}

.TopPage .module03__inner_content {
    padding: 15px 15px;
    border-radius: 10px;
}

.TopPage .module03__inner_list li{
    width: 100%;
}

.TopPage .module04 .module04__inner figure.img{
    height: 180px;
    border-radius: 10px;
    background-position-y: -40px;
}


.footer_list__right ul li{
    font-size: 1.4rem;
}

.footer_list__right ul li a{
    font-size: 1.4rem;
}

.footer_inners .link_btn{
    padding: 10px;
}

.footer_inners ul li{
    border-radius: 10px;
}

.footer_inners ul li h3{
    font-size: 2rem;
    margin-bottom: 15px;
    line-height: 0.57em;
}

.footer_inners ul li h3 span {
    font-size: 1.3rem;
}


.slick-dots{
    margin: 10px 0 0 0 ;
}

.TopPage .module02 .module02__inner figure img{
    border-radius: 10px;
}

.TopPage .module03__inner_list .img_overlay_text{
    font-size: 2.0rem;
}

.TopPage .module04 .module04__inner h3 span{
    font-size: 1.6rem;
}

.spbr{
    display: block;
}

.TopPage .module05 .module05__inner .faq_bnr figure.img{
    height: 110px;
}

.faq_bnr{
    margin-top: 50px;
}

.faq_bnr h5{
    font-size: 1.6rem;
}

.faq_bnr h5::after{
    width: 24px;
    height: 24px;
    top: 5px;
}

.dropdown_menu {
    left: inherit;
    right: 0;
    min-width: 250px;
}


#g-nav .smpBack li{
    background-color: #fff;
}


#g-nav .smpBack .footer_inners ul.sp_menu .footer_docomo{
    background-color: #FF4C27;
}

#g-nav .smpBack .footer_inners ul.sp_menu .footer_other{
    background-color: #FFBC00;
}

#g-nav.panelactive #g-nav-list>.faq_bnr{
    width: 94%;
    margin-top: 20px;
    margin-bottom: 20px;
}

#g-nav .smpBack li a{
    font-weight: 600;
}

#g-nav.panelactive #g-nav-list>.faq_bnr .img{
    background: url(../img/top_faq_img.png) no-repeat;
    width: 45%;
    background-size: cover;
    border-radius: 10px 0px 0px 10px;
    background-position: center;
    height: 110px;
    margin: 0;
}

.head_container_backimg{
    height: 200px;
    margin-bottom: 50px;
    border-radius: 0px 0px 30px 30px;
}

.voiceTop{
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.voiceTop .text{
    width: 100%;
    margin-bottom: 20px;
}

.voiceTop figure{
    width: 100%;
    height: auto;
}

.head_container h3.sub_title{
    display: none;
}

.head_container .flex{
    justify-content: left;
}

.head_container h1{
    font-size: 2.4rem;
    margin-bottom: 10px;
            margin-top: 50px;
}

.head_container{
    background-size: contain;
    background-position-y: 0px;
}

.VoiceBottom .text_module h3{
    font-size: 2.8rem;
}

.dot_line{
    margin-bottom: 40px;
    padding-bottom: 10px;
}

.Voice_contents{
    margin-bottom: 60px;
}


    .jobBrand_list>li{
    width: 100%;
}


.jobBrand_list>li:nth-child(3n){
    margin-right: 0%
}

.jobBrand_list>li:nth-child(2n){
    margin-right: 0%;
}

.job_brand_contents02{
    padding: 40px 0px;
}

.job_brand_contents03{
    padding: 40px 0px;
}

.CF7_table input{
    width: 100%;
    font-size: 14px;
}

table.CF7_table tr p{
    text-align: left;
}


.Data_contents .catch_copy {
    margin-bottom: 30px;
}

.Data_01 {
    padding: 40px 0px 20px;
}

.Data_02 {
    padding: 40px 0px 20px;
}

.Data_03 {
    padding: 40px 0px 20px;
}

.Data_contents .catch_copy h2{
    font-size: 2.0rem;
}

.Data_contents .data_img_list li{
    padding: 20px;
    margin-bottom: 20px;
}

.Data_contents figure.data_img_list{
    padding: 20px;
    margin-bottom: 20px;
}

.Data_contents .data_img_list li p{
    font-size: 1.4rem;
    line-height: 1.6em;
}

.Data_contents figure.data_img_list  p{
    font-size: 1.4rem;
    line-height: 1.6em;
}

.profile-card{
    flex-wrap: wrap;
}

.profile-card figure{
    width: 50%;
    height: 50%;
    margin: 0 auto;
    flex: none;
}

.badge {
    font-size: 1.4rem;
}

h2.common_title01 {
    font-size: 3rem;
    line-height: 1.4em;
    margin-bottom: 20px;
}

h3.common_title02 {
    font-size: 2.4rem;
    line-height: 1.5em;
}

.Career_02 .content_step{
    margin-top: 10px;
}
.Career_contents {
    margin-bottom: 50px;
}

.Benefits_03 .photos{
    width: 100%;
}

.Benefits_03 .text{
    width: 100%;
    padding-left: 0%;
    flex-wrap: wrap;
}

.Benefits_03 .text>p{
    width: 100%;
}

.Benefits_03 .text .text_content{
    padding: 22px;
    width: 100%;
}

.Benefits_04 ul.docomo_select li {
    width: 100%;
}

.Benefits_04 ul.docomo_select li figure {
    padding: 10px;
}

.Benefits_02{
    margin: 40px 0px;
}

.Benefits_03,
.Benefits_04{
    padding: 40px 0px;
}

.Benefits_03 .title .sub_title{
    font-size: 2.0rem;
}

.Benefits_03 .title{
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.Benefits_03 .title h2.common_title01{
    width: 100%;
    margin-bottom: 10px;
}

#training h2.common_title01{
    margin-bottom: 20px;
}

#training .training_box figure{
    width: 100%;
}

#training .training_box .text {
    width: 100%;
    padding-left: 0%;
}

.Training_02 {
    margin: 40px 0px;
}

.Training_03{
    margin: 40px 0px;
}

.training_box {
    margin-bottom: 30px;
}

.Training_03 h3.common_title02 {
    margin-top: 30px;
    margin-bottom: 20px;
}

.job_container table.job_table tr{
    display: flex;
    flex-wrap: wrap;
}

.Training_03 .job_container table.job_table th{
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}

.Training_03 .job_container table.job_table td{
    width: 100%;
    border-radius: 0px 0px 10px 10px;
}

.Staff_01,
.Staff_02{
    margin: 40px 0px;
}

.Staff_01 .event{
    flex-wrap: wrap;
}

.Staff_01 .time{
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    font-size: 2.4rem;
}

.Staff_01 .content .left_line{
    width: 100%;
}
.Staff_01 .content .left_line,
.Staff_01 .content .left_line_none {
    padding-left: 16px;
    margin-left: 7px;
}

.TopPage .module05 .module05__inner h4.mainTitle{
    font-size: 1.8rem;
}

#career .job_container table.job_table th,
#docomo-fresh .job_container table.job_table th{
    width: 100%;
    border-bottom: none;
    border-right: none;
}

table.CF7_table tr:first-child th{
    border-top-right-radius: 8px;
}

.job_container table.job_table td{
    border-bottom: none;
}

.job_table tr:first-child th{
    border-top-right-radius: 8px;
}

.job_table tr:last-child th{
    border-bottom-left-radius:0px;
}

.flow__card a{
    font-size: 1.6rem;
}

.job_brand_contents03 .external_site li{
    width: 100%;
    margin-bottom: 10px;
}

.job_brand_contents h2.mt-120{
    margin-top: 40px;
    margin-bottom: 20px;
}

 #faq .category-nav {
        position: fixed;
        top: auto;
        bottom: 0px;
        left: 0;
        right: 0;
        border-top: 1px solid #f2d89080;
        border-bottom: none;
        padding: 8px 8px 0px 8px;
        background: #fff9ea;
        box-shadow: 0 -2px 6px rgba(0, 0, 0, .08);
        width: 100%;
  }
        #faq .nav-wrap a{
            width: 48%;
            font-size: 1.4rem;
        }

        #faq .nav-wrap a::after{
            width: 15px;
            height: 15px;
            top: 17px;
        }
        #faq .nav-wrap{
                margin: 0 auto 0px;
        }

        .faq_modules {
    width: 100%;
    padding-left: 0%;
}

.faq_contents{
    margin-bottom: 0px;
}

.faq_02{
    padding-top: 10px;
}
h2.common_title01{
    text-align: left;
}

.job_brand_contents h3.title{
    font-size: 2.8rem;
    margin-bottom: 30px;
}
.nobr{
    display: none;
}


}