/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;800&display=swap'); */


:root {
    --red-color: #E6001A;
    --blue-color: #DFF0F7;
    --beige-color: #EEEAD9;
    --blue-100: rgba(6,31,60,1);
    --blue-90: rgba(6,31,60,.9);
    --blue-65: rgba(6,31,60,.65);
    --blue-25: rgba(6,31,60,.25);
    --blue-10: rgba(6,31,60,.10);
    --blue-05: rgba(6,31,60,.05);
    --point-blue: #126093;
  }

  html,
   body {
    color: var(--blue-100);
  }

  h1, .uk-h1, h2, .uk-h2, h3, .uk-h3, h4, .uk-h4, h5, .uk-h5, h6, .uk-h6, .uk-heading-small, .uk-heading-medium, .uk-heading-large, .uk-heading-xlarge, .uk-heading-2xlarge {
    color: var(--blue-100);
}

.uk-navbar-nav > li > a, .uk-navbar-item, .uk-navbar-toggle {
    min-height: 60px;

}

.uk-icon-button {
    border-radius: 5px;
}

.uk-button-default {
    background-color: transparent;
    color: #333;
    border: 1px solid var(--blue-25);
}

.uk-button-default:hover {
    background-color: var(--blue-100);
    color: #fff;
    border: 1px solid var(--blue-25);
    transition:all 0.5s ease-in-out;
}


.uk-dotnav > * > * {
    border: 1px solid var(--blue-25);

}

.uk-dotnav > .uk-active > * {
    background-color: var(--blue-25);
    border-color: transparent;
}

.uk-dotnav > * > :hover {
    background-color: var(--blue-65);
    border-color: transparent;
}

.uk-accordion-title,
.uk-text-lead  {
    color: var(--blue-100);
}

.uk-heading-divider {
    padding-bottom: calc(5px + 0.1em);
    border-bottom: calc(0.2px + 0.05em) solid var(--blue-65);
  }


/* ローディング画面 */
#loading {
    width: 100vw;
    height: 100vh;
    transition: all 1s;
    background-color: #333;
    position: fixed;
    text-align: center;
    top: 0;
    left: 0;
    z-index: 9999;
  }
  .spinner {
    position: absolute;          /* 位置指定 */
    top: 50%;                    /* 親要素の半分下にずらす */
    left: 50%;                   /* 親要素の半分右にずらす */
    transform: translateY(-50%) translateX(-50%);
  }
  
  .spinner .uk-icon {
        color: #fff;
  }
  
  .loaded {
    opacity: 0;
    visibility: hidden;
  }





.uk-button-primary {
    background-color: #E60012;
    color: #fff;
    border: 1px solid transparent;
}

  /* Hover */
  .uk-button-primary:hover {
    background-color: #c90111;
    color: #fff;
  }
  /* OnClick + Active */
  .uk-button-primary:active,
  .uk-button-primary.uk-active {
    background-color: #E60012;
    color: #fff;
  }


.uk-offcanvas-bar {
    background-color: #3d3d3d;
    /* background-image:  url(../img/smp_offcanvas_bg.jpg); 
    background-size:  cover;
    background-repeat: no-repeat;*/
    padding: 0;
    /* width: 80%; */
    max-width: 394px;
    /* text-shadow: 0 0 10px #000000a3; */
}
#filter {
/*
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    height: calc(100% - 40px);
*/
    padding: 20px;
/*    background-color: rgba(0,0,0,0.3);*/
}

.uk-navbar-nav > li > a.tm-button-entry {
    background-color: #E60012;
    color: #fff !important;
    padding-left: 58px;
    padding-right: 58px;
 }

 /*tm-button-entry きらっと光る*/

.btm-button-entry{
    /*キラッと光る基点とするためrelativeを指定*/
	position: relative;
    overflow: hidden;
}

/*キラッと光る*/
.tm-button-entry::before {
	content: '';
    /*絶対配置でキラッと光るの位置を決める*/
	position: absolute;
	top: 0;
	left: -75%;
    /*キラッと光る形状*/
    width: 50%;
	height: 100%;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	transform: skewX(-25deg);
}

/*hoverした際の移動のアニメーション*/
.tm-button-entry:hover::before {
	animation: shine 0.7s;
}

@keyframes shine {
	100% {
		left: 125%;
	}
}




 a, .uk-link {
    /* color: #E60012; */
    text-decoration: none;
    cursor: pointer;
}
a:hover,
.uk-link:hover,
.uk-link-toggle:hover .uk-link {
  color: #bc0010;
  text-decoration: underline;
}




.uk-badge {
    background: #e60013;
    color: #fff !important;
    /* margin-left: -35px; */
    margin-bottom: 7px;
}



a.tm-button-entry:hover {
    color: #fff;
 }

 div.maintextbox {
    background-color: #E60012;
 }

 div.maintextbox *{
    color: #fff !important;
 }
 .uk-slidenav {
    padding: 15px 15px;
    color: #272727;
    transition: .1s ease-in-out;
    transition-property: color,background-color,border-color,box-shadow;
    /* background-color: rgba(255, 255, 255, 0.5); */
}

.uk-description-list > dt {
    color: var(--blue-100);
}

.boxtextwhite  {
    color: #fff !important;
}


/* TOP　特集 */

section#top__feature {
    background-color: #000;
    background-image: url(../img/featureTateText.svg), url(../img/featureBg_smp.jpg);
    background-size: 110px auto, cover ;
    background-repeat: no-repeat;
    background-position: top 30px left -5px,top center;
}

@media screen and (min-width:769px) {
    section#top__feature {
        background-color: #000;
        background-image: url(../img/featureTateText.svg), url(../img/featureBg.jpg);
        background-size: 110px auto, 100% auto ;
        background-repeat: no-repeat;
        background-position: top 30px left -5px,top center;
    }
}
.featureLead {
    color: #fff;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

span.titlebgwhite {
    background-color: #fff;
    padding: 8px 10px;
    display: inline-block;
    margin-bottom: 5px;
}

span.titlebgred {
    /* background-color: #E60012; */
    /* padding: 8px 10px; */
    display: inline-block;
    margin-bottom: 5px;
    /* color: #fff; */
}

section#top__feature .uk-overlay-default {
    background: #E60012;
}
section#top__feature .uk-overlay {
    padding: 10px 15px;
    color: #fff;
    font-weight: 500;
}
section#top__feature .uk-overlay h4{
    color: #fff;
}


/* TOP　ストーリー */

h2.brackets {
    position: relative;
    padding: 1rem 0.5rem;
    text-align: center;
    /* background: #bdb07b36; */
}

h2.brackets::before,
h2.brackets::after {
    position: absolute;
    width: 20px;
    height: 30px;
    content: '';
}

h2.brackets::before {
    border-left: solid 1px #BDB07B;
    border-top: solid 1px #BDB07B;
    top: 0;
    left: 0;
}

h2.brackets::after {
    border-right: solid 1px #BDB07B;
    border-bottom: solid 1px #BDB07B;
    bottom: 0;
    right: 0;
}



section#top__story {
    background-color: #fff;
    background-image: url(../img/storyTateText.svg), url(../img/story_line.svg);
    background-size: 110px auto, contain;
    background-repeat: no-repeat, repeat-y;
    background-position: top 30px left -5px,top center;
}


section#top__story .storybox h3 {
    font-size: 18px;
    display: inline;
}

@media screen and (min-width:769px) {
    section#top__story {
        background-color: #fff;
        background-image: url(../img/topScheduleBG.svg), url(../img/storyTateText.svg), url(../img/story_line.svg);
        background-size: auto auto, 110px auto, 100% auto;
        background-repeat: no-repeat, no-repeat, repeat-y;
        background-position: center bottom 50px, top 30px left -5px,top center;
    }

    section#top__story {
        background-color: #fff;
        background-image:  url(../img/storyTateText.svg), url(../img/story_line.svg);
        background-size:  110px auto, 100% auto;
        background-repeat:  no-repeat, repeat-y;
        background-position: top 30px left -5px,top center;
    }

section#top__story .storybox h3 {
    font-size: 22px;
}
}

section#top__story .storybox p {
    font-size: 14px;
    font-weight: 300;
}


span.title_sub {
    background-color: #BDB07B;
    padding: 8px 10px;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 5px;
}

section#top__story .uk-overlay-default {
    background: #fff;
    margin-top: -5px;
}
section#top__story .uk-overlay {
    padding: 8px 15px;
    color: #272727;
    font-weight: 500;
    margin-top: -35px;
}

section#top__story .uk-position-top-left.uk-overlay {
    border-top: solid 2px #bdb07b;
}


@media screen and (min-width:700px) {
section#top__story div.storyboxContent >div:nth-child(even) {
    margin-top:180px;
}


}

div#scheduleBox .uk-heading-divider {
    padding-bottom: calc(5px + 0.1em);
    border-bottom: calc(0.2px + 0.05em) solid #272727;
}



/* TOP　ニュース */

section#top__news {
    background-color: #fff;
    background-image:  url(../img/newsBG.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    border-radius: 5px;
}


/* フッターのエントリー */

section#top__entry {
    background-color: #fff;
    background-image:  url(../img/entryTateText.svg), url(../img/entryBG.jpg);
    background-size: 110px auto, cover;
    background-repeat: no-repeat;
    background-position: top 30px left -5px,top center;
}

div#entry__box {
    padding-top: 80px;
}

div#enrty__title {
    background-color: #E60012;
    padding: 1rem;
    color: #fff;
}
div#enrty__title h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
}

.card--2 {
    z-index: 1;
    height: auto;
    padding-top: 0;
    position: relative;
}

.card--2::before {
    content: "";
    display: block;
    width: calc(100% + 20px);
    height: 100%;
    position: absolute;
    left: 0px;
    bottom:  -50px;
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 25px 0px rgb(30 39 47 / 10%);
    box-shadow: 0px 10px 25px 0px rgb(30 39 47 / 10%);
}

.card--2__img {
    position: relative;
    overflow: hidden;
    -webkit-transform: none !important;
    transform: none !important;
    width: auto;
    height: auto;
}

div.banner__card h3 {
    position: absolute;
    color: #272727;
    left: 20px;
    margin: 0;
    padding: 0.5rem;
    font-weight: 300;
}


.uk-offcanvas-bar .uk-nav-primary > li > a,
.uk-offcanvas-bar .uk-nav-primary > li > a:hover {
    color: rgba(255, 255, 255, 1);
}


/* 特集　未来 */


/* @media screen and (max-width:767px) {
    #feature__content__Lead {
        margin-top: 100px;
    }
} */
section#feature__environment{
    background-color: #fff;
    background-image:   url(../img/environmentBg_smp.jpg);
    background-size:  cover;
    background-repeat: no-repeat;
    background-position:  center  left;
    padding-top: 100px;
}

section#feature__occupationSales{
    background-color: #fff;
    background-image:   url(../img/occupationSalesBg_smp.jpg);
    background-size:  cover;
    background-repeat: no-repeat;
    background-position:  center  left;
    padding-top: 100px;
}

section#feature__occupationTech{
    background-color: #fff;
    background-image:   url(../img/occupationTechBg_smp.jpg);
    background-size:  cover;
    background-repeat: no-repeat;
    background-position:  center  left;
    padding-top: 100px;
}

section#feature__filds {
    background-color: #fff;
    background-image:   url(../img/featureBg_filds_smp.jpg);
    background-size:  contain;
    background-repeat: no-repeat;
    background-position:  top  left;
    padding-top: 100px;
}


section#feature__mirai {
    background-color: #daf1fb;
    background-image:   url(../img/featureBg_mirai_smp.jpg);
    background-size:  contain;
    background-repeat: no-repeat;
    background-position:  top center;
    padding-top: 100px;
}

section#feature__person {
    background-color: #e1e3ea;
    background-image:   url(../img/featureBg_mono_smp.jpg);
    background-size:   cover;
    background-repeat: no-repeat;
    background-position:  center top;
}

section#feature__mono {
    background-color: #e1e3ea;
    background-image: url(../img/featureTateText.svg),  url(../img/featureBg_mono_smp.jpg);
    background-size:  contain, cover;
    background-repeat: no-repeat;
    background-position: top 8px left -5px, center top;
}

section#feature__koto {
    background-color: #e1e3ea;
    background-image:   url(../img/featureTateText.svg), url(../img/featureBg_koto_smp.jpg);
    background-size:  contain, cover;
    background-repeat: no-repeat;
    background-position: top 8px left -5px, center top;
}

section#feature__hito {
    background-color: #e1e3ea;
    background-image:url(../img/featureTateText.svg), url(../img/featureBg_hito_smp.jpg);
    background-size:  contain, cover;
    background-repeat: no-repeat;
    background-position: top 8px left -5px, center top;
}
section#faq {
    background-color: #e1e3ea;
    background-image:   url(../img/faqBg_smp.jpg);
    background-size:  cover;
    background-repeat: no-repeat;
    background-position:  center center;
}
/* section#infobox {
    background-color: #e1e3ea;
    background-image:  url(../img/infoTateText.svg), url(../img/infoBg_smp.jpg);
    background-size: 110px auto, cover;
    background-repeat: no-repeat;
    background-position: top 80px left -5px, center center;
} */
section#infobox {
    background-color: #e1e3ea;
    background-image:   url(../img/infoBg_smp.jpg);
    background-size:  cover;
    background-repeat: no-repeat;
    background-position:  center center;
}

section#internshipbox  {
    background-color: #e1e3ea;
    background-image:   url(../img/internshipBg_smp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:  center center;
}
section#numbercompanybox {
    background-color: #e1e3ea;
    background-image:url(../img/numbercompanyBg_smp.jpg);
    background-size:  cover;
    background-repeat: no-repeat;
    background-position:  top center;
}


@media screen and (min-width:768px) {

    section#feature__environment{
        background-color: #fff;
        background-image:   url(../img/environmentBg.jpg);
        background-size:  100% auto;
        background-repeat: no-repeat;
        background-position:  left top;
        padding: 0;
    }

    section#feature__occupationSales{
        background-color: #fff;
        background-image:   url(../img/occupationSalesBg.jpg);
        background-size:  100% auto;
        background-repeat: no-repeat;
        background-position:  left center;
        padding: 0;
    }

    section#feature__occupationTech{
        background-color: #fff;
        background-image:   url(../img/occupationTechBg.jpg);
        background-size:  100% auto;
        background-repeat: no-repeat;
        background-position:  left center;
        padding: 0;
    }

    section#feature__filds{
        background-color: #fff;
        background-image:   url(../img/featureBg_filds.jpg);
        background-size:  100% auto;
        background-repeat: no-repeat;
        background-position:  left top;
        padding: 0;
    }
    section#feature__mirai {
        background-color: #e1e3ea;
        background-image:  url(../img/featureTateText.svg), url(../img/featureBg_mirai.jpg);
        background-size: 110px auto, cover;
        background-repeat: no-repeat;
        background-position: top 80px left -5px, center center;
        padding: 0;
    }

    section#feature__person {
        background-color: #e1e3ea;
        background-image:   url(../img/featureBg_mono.jpg);
        background-size:  cover;
        background-repeat: no-repeat;
        background-position:  center top;
    }

    section#feature__mono {
        background-color: #e1e3ea;
        background-image:  url(../img/featureTateText.svg), url(../img/featureBg_mono.jpg);
        background-size: 110px auto, cover;
        background-repeat: no-repeat;
        background-position: left -5px top 80px, center top;
    }

    section#feature__koto {
        background-color: #e1e3ea;
        background-image:  url(../img/featureTateText.svg), url(../img/featureBg_koto.jpg);
        background-size: 110px auto, cover;
        background-repeat: no-repeat;
        background-position: top 80px left -5px, center center;
    }

    section#feature__hito {
        background-color: #e1e3ea;
        background-image:  url(../img/featureTateText.svg), url(../img/featureBg_hito.jpg);
        background-size: 110px auto, cover;
        background-repeat: no-repeat;
        background-position: top 80px left -5px, center center;
    }

    section#faq {
        background-color: #e1e3ea;
        background-image:  url(../img/faqTateText.svg), url(../img/faqBg.jpg);
        background-size: 110px auto, cover;
        background-repeat: no-repeat;
        background-position: top 80px left -5px, center center;
    }
    /* section#infobox {
        background-color: #e1e3ea;
        background-image:  url(../img/infoTateText.svg), url(../img/infoBg.jpg);
        background-size: 110px auto, cover;
        background-repeat: no-repeat;
        background-position: top 80px left -5px, center center;
    } */
    section#infobox {
        background-color: #e1e3ea;
        background-image:   url(../img/infoBg.jpg);
        background-size:  cover;
        background-repeat: no-repeat;
        background-position:  center center;
    }
    section#internshipbox {
        background-color: #e1e3ea;
        background-image:   url(../img/internshipBg.jpg);
        background-size:  cover;
        background-repeat: no-repeat;
        background-position:  center center;
    }

    section#numbercompanybox {
        background-color: #e1e3ea;
        background-image:   url(../img/numbercompanyBg.jpg);
        background-size:  cover;
        background-repeat: no-repeat;
        background-position: bottom center;
    }
    

}

@media screen and (max-width:767px) {
section#internshipbox div.uk-container,
section#numbercompanybox div.uk-container,
section#feature__person div.uk-container,
section#feature__filds div.uk-container,
section#feature__mirai div.uk-container,
section#feature__mono div.uk-container,
section#feature__hito div.uk-container,
section#feature__koto div.uk-container,
section#infobox div.uk-container {
    padding-top: 30%;
    /* padding-bottom: 80px; */
}



section#feature__mono div#feature__content__Lead p {
    padding: 0.5rem;
    background-color: #ffffff99;
}

}

div#feature__content__Lead .uk-divider-small::after {
    content: "";
    display: inline-block;
    width: 80px;
    max-width: 100%;
    border-top: 1px solid #fff;
    vertical-align: top;
}

@media screen and (min-width:767px) {
div#feature__content__Lead {
    padding-top: 80px;
    padding-bottom: 80px;
    line-height: 2;
}

}

section#feature__mirai__content01{
    background-color: #fff;
    background-image:  url(../img/miraiBG_01.jpg);
    background-size: 100vw auto;
    background-repeat: no-repeat;
    background-position: top  left;
}
section#feature__mirai__content02{
    background-color: #fff;
    background-image:  url(../img/miraiBG_02.jpg);
    background-size: 100vw auto;
    background-repeat: no-repeat;
    background-position: top  left;
}
section#feature__mirai__content03{
    background-color: #fff;
    background-image:  url(../img/miraiBG_03.jpg);
    background-size: 100vw auto;
    background-repeat: no-repeat;
    background-position: top  left;
}
section#feature__mirai__content04{
    background-color: #fff;
    background-image:  url(../img/miraiBG_04.jpg);
    background-size: 100vw auto;
    background-repeat: no-repeat;
    background-position: top  left;
}
section#feature__mirai__content05{
    background-color: #fff;
    background-image:  url(../img/miraiBG_05.jpg);
    background-size: 100vw auto;
    background-repeat: no-repeat;
    background-position: top  left;
}

@media screen and (max-width:700px) {
    section#feature__mirai__content01{
     background-image:  url(../img/miraiBG_01_smp.jpg);
     background-size: 100% auto;
    }
    section#feature__mirai__content02{
    background-image:  url(../img/miraiBG_02_smp.jpg); 
    background-size: 100% auto;
}
    section#feature__mirai__content03{
        background-image:  url(../img/miraiBG_03_smp.jpg);
        background-size: 100% auto;
    }
    section#feature__mirai__content04{
        background-image:  url(../img/miraiBG_04_smp.jpg);
        background-size: 100% auto;
    }
    section#feature__mirai__content05{
        background-image:  url(../img/miraiBG_05_smp.jpg);
        background-size: 100% auto;
    }
}

section.feature__mirai__content p {
    line-height: 2.5;
}

div.feature__mirai__textbox {
    background-color: #ffffffa6;
    padding: 30px;
    margin-top: 30vh;
    backdrop-filter: blur(12px);
    border: solid 1px #ffffffaa;
    border-radius: 3px;
}

div.feature__mirai__textbox02 {
    background-color: #ffffffa6;
    padding: 30px;
    margin-bottom: 30vh;
    backdrop-filter: blur(12px);
    border: solid 1px #ffffffaa;
    border-radius: 3px;
}

@media screen and (max-width:700px) {
    div.feature__mirai__textbox {
        background-color: #ffffffa6;
        padding: 30px;
        margin-top: 15vh;
        backdrop-filter: blur(12px);
        border: solid 1px #ffffffaa;
    border-radius: 3px;
    }
    
    div.feature__mirai__textbox02 {
        background-color: #ffffffa6;
        padding: 30px;
        margin-bottom: 15vh;
        backdrop-filter: blur(12px);
        border: solid 1px #ffffffaa;
    border-radius: 3px;
    }
}


div.tate{
    font-size: 1.5rem;
    font-family: 'Shippori Mincho';
  }

  div.tate span {
    display: block;
    color: var(--bule-100);
    padding-right: 0.3rem;
    font-size: 3rem;
    padding-right: 30px;
  }



@media screen and (min-width:700px) {
div.tate{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    text-align: left;
    font-family: 'Shippori Mincho';
    margin-top: -60px;
  }

  div.tate span {
    display: inline-block;
    background: #061f3cc4;
    color: #fff;
    padding-bottom: 0.3rem;
    padding-right: 0px;
    backdrop-filter: blur(12px);
    border: solid 1px #ffffffaa;
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
    border-radius: 3px;
    margin-bottom: 10px !important;
  }
 
}

/* インタビュー */
#pagetab {
    margin-top: -50px;
    margin-bottom: 50px;
     }  

#pagetab  div.pagetab_active {
    background-color: rgba(255, 255, 255, 1); 
    border: solid 1px #fff;
    border-radius: 3px;
    box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
    border-top: solid 2px #000;
}

#pagetab div.pagetab_nonactive {
    background-color: rgba(244, 244, 244, 1);
}
#pagetab > div  > div > div > a{
    padding: 10px 10px;
    /* font-size: 1.2rem;  */
    }
     

@media screen and (min-width:700px) {





#pagetab  div.pagetab_active {
   background-color: rgba(255, 255, 255, 1); 
    /* backdrop-filter: blur(30px) brightness(2) contrast(91%) grayscale(57%) opacity(83%) saturate(135%);
    -webkit-backdrop-filter: blur(30px) brightness(2) contrast(91%) grayscale(57%) opacity(83%) saturate(135%); */
    border-top: solid 2px #000;
    border-radius: 3px;
    box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
}

#pagetab div.pagetab_nonactive {
     background-color: rgba(244, 244, 244, 0.6); 
     backdrop-filter: blur(3px);
     border-radius: 3px;
     border: solid 1px #fff;   
}
}


section.interview__main .uk-tab > .uk-active > a {
   color: #272727;
}
section.interview__main h3 span,
section.interview__main p {
    display: inline-block;
    /* background-color: #E60012;
    color: #fff; 
    padding: 5px 20px ;*/
    margin-bottom: 5px;
}

section#interview__main__01 {
    /* background-color: #dff0f7; */
}



section.interview__main  .uk-divider-small::after {
    border-top: 1px solid #272727;
    width: 38px;
}


div#pagetab > div {
    height: 50px;
    max-height: 50px;
    text-align: center;

}

div.question span {
    /* background-color: #E60012; 
    color: #fff;*/
    padding-left: 5px ;
    border-left: solid 3px #000;
}
section#interview__text {
    line-height: 2;
    overflow: hidden;
    background-color: #fff;
    position: relative;
    z-index:-10;
}

section#interview__text::before {
    content: '';
    position: absolute;
    top: 0%;
    bottom: 1%;
    left: 0;
    right: 0;
    background-color: #e0eef4;
    background-image: linear-gradient(0deg, rgba(224, 238, 244, 1), rgba(255, 255, 255, 1));
    transform: skewY(-30deg);
    z-index: -1;
  }

  section#interview__text::after {
    content: '';
    position: absolute;
    top: 47%;
    bottom: 30%;
    left: 0;
    right: 0;
    background-color: #fff;
    transform: skewY(-30deg);
    z-index: -1;
  }


div#schedule {
    background-color: #fafafa;
    z-index: 1;
    margin-bottom: 80px;
    /* box-shadow: 15px 15px 0px rgba(0,0,0,0.2); */
}

div#schedule h2 {
    border-bottom: dotted 1px #000;
    padding-bottom: 0.5rem;
}

/* div#schedule {
    background-color: #BDB07B;
    position: relative;
    z-index: 1;
    width: 85%;
    margin-bottom: 80px;
    
} */
/* div#schedule::before {
    content: "";
    display: block;
    width: calc(100% + 20px);
    height: 80%;
    position: absolute;
    left: 50px;
    bottom: -50px;
    background-color: #bdb07b60;
    z-index: -1;
} */

div#schedule *{
    /* color: #fff; */
}



section#interview_btmMenu {
    background-color: #fff;
    /* background-image: url(../img/storyTateText.svg), url(../img/story_line.svg); */
    background-size: 110px auto, cover;
    background-repeat: no-repeat, repeat-x;
    background-position: top 30px left -5px,top center;
    color: #272727;
}


section#interview__text .uk-heading-divider {
    padding-bottom: calc(5px + 0.1em);
    border-bottom: calc(0.2px + 0.05em) solid #000;
}



section#interview__text h2.interview__result {
	position: relative;
	border-bottom: calc(0.2px + 0.05em)  solid #ddd;
	padding: 10px 0;
	}

h2.interview__result:before {
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 10%;
	height: calc(1px + 0.05em) ;
	content: '';
	background: #252018;
	}


    /* FAQ関連 */
 #faq__content01 ul li:not(:first-child){
    border-top: dotted 1px var(--blue-25);
    
 }

 #faq__content01 ul li{
  padding: 1rem 0;
    
 }

 .uk-accordion-content {
    margin-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 1rem;
 }
 .uk-accordion-title {
    font-weight: 500;
 }

 dl.infodl dt {
    font-size: 20px;
    font-weight: 500;
 }

 dl.infodl dt::before {
    content: "◆";
    font-size: 15px;
    padding-right: 3px;
 }


section#infobox__content .uk-heading-line > ::before,
section#infobox__content .uk-heading-line > ::after {
    content: "";
    position: absolute;
    top: calc(50% - (calc(0.2px + 0.05em) / 2));
    width: 2000px;
    border-bottom: calc(0.2px + 0.05em) solid var(--blue-25);;
}

.internship_offerBox {
    border: solid 1px var(--blue-100);
}

.internship_offerBox h3 {
    background-color: var(--blue-100);
    padding: 8px 10px;
    color: #fff;
}


.internship_offerBox dl dt {
    background-color: var(--blue-25);
    padding: 8px 10px;
    color: #000;
    border-radius: 3px;
}

section#internshipbox__content {
    background-color: #fff;
    /* background-image: url(../img/internship02TateText.svg), url(../img/story_line.svg); */
    background-size: 110px auto, cover;
    background-repeat: no-repeat, repeat-x;
    background-position: top 30px left -5px,top center;
}

section#infobox__content {
    background-color: #fff;
    /* background-image: url(../img/info02TateText.svg), url(../img/story_line.svg); */
    background-size: 110px auto, cover;
    background-repeat: no-repeat, repeat-x;
    background-position: top 30px left -5px,top center;
}


section#work__messageBOX {
    position: relative;
    background: -webkit-gradient(linear, left top, right top, color-stop(15%, #fff), color-stop(15%, #fff), color-stop(0%, #a5edfd30), to(#a5edfd30));
    background: linear-gradient(to right, #fff 0, #fff 15vw, #a5edfd30 15vw, #a5edfd30 100%);
    overflow: hidden;
}

#messageBOX__text {
    /* background-color: #ffffffaa; */
    padding:  3vw ;
    z-index: 9999;
    margin-bottom: 80px;
    backdrop-filter: blur(10px);
    border: solid 1px #ffffff99;
    border-radius: 3px;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    margin-top: -30px;
}


.message_wrap::after {
    content: "";
    position: absolute;
    right: -8.3vw;
    bottom: 0px;
    display: block;
    width: 80%;
    height: 30%;
    padding-top: 27.36%;
    background: url(../img/work/messageBg.jpg) no-repeat center;
    background-size: cover;
    z-index: -1;
}

@media screen and (min-width:600px) {
    .message_wrap::after {

        width: 80%;
        height: 50%;

    }
}

.message_wrap .uk-heading-divider {
    padding-bottom: calc(5px + 0.1em);
    border-bottom: calc(0.2px + 0.05em) solid var(--blue-100);
}


.interviewListTitle {
    display: inline-block;
    position: relative;
  }
  .interviewListTitle:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px; /*下線の上下位置調整*/
    display: inline-block;
    width: 50px; /*下線の幅*/
    height: 2px; /*下線の太さ*/
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%); /*位置調整*/
    background-color: #E60012; /*下線の色*/
  }