@charset "utf-8";

ul,ul li{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.sp_only{
    display: none;
}
@media screen and (max-width: 767px){
    .sp_only{
        display: inline;
    }
    .pc_only{
        display: none
    }
}

@media screen and (max-width: 767px){

    .pc_only{
        display: none;
    }
}
#event a{
    word-break: break-all;
}
#event .content-title{
    background: url(../img/common/main_pc.jpg) no-repeat left top / 100%;
    position: relative;
    padding-top: calc(654 / 2880* 100%);
}
#event .content-title .container{
    position: absolute;
    top: 60% !important;
    left: 9%;
    color: white;
    transform: translateY(-50%) !important;
    width: 100%;
}
#event .content-title .container small {
    font-size: 20px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.8);
    color: var(--main-color);
    backdrop-filter: blur(10px);
    padding: 3px 8px 4px;
    margin-bottom: 6px;
}
.content-title h1{
    padding-bottom: 10px;
}
.content-title .container01 h1{
    line-height: 1.4;
    padding-bottom: 0;
}
.content-title .container03 h1{
    line-height: 1.2;
    padding-bottom: 8px;
}
@media screen and (max-width: 1024px){
    #event .content-title .container {
    top: 49% !important;
    left: 5%;
}
}
@media screen and (max-width: 767px){
    .sp-only{
        display: block;
    }
    #event .content-title{
        background: url(../img/common/main_sp.jpg) no-repeat left top / 100%;
        padding-top: calc(543 / 1170* 100%);
    }
    #event .content-title .container{
        position: absolute;
        top: 0;
        left: 0;
    }
    #event .content-title .container small {
        font-size: 12px;
        padding: 0 5px 1px;
    }
    #event .content-title .container01{
        top: 72% !important;
    }
    #event .content-title .container02{
        top: 72% !important;
    }
    #event .content-title .container03{
        top: 66% !important;
    }
    .content-title h1{
        padding-bottom: 10px;
        position: absolute;
        font-size: 28px;
    }
    .content-title .container01 h1{
        font-size: 20px;
    }
    .content-title .container03 h1{
        line-height: 1.1em;
    }
    .content-title p{
        padding-top: 53vw;
    }
}
.defult-contents{
    background: #fff;
}

.main-list {
    display: flex;
    justify-content: flex-start;
    column-gap: 16px;
    flex-wrap: wrap;
}


.main-list li{
    text-decoration: none;
    margin-bottom: 40px;
    transition: .15s ease-out;
    width: 32.4%;
    position: relative;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    border-radius: 4px;
    background: white;
    filter: drop-shadow(1px 2px 5px rgba(0, 0, 0, 0.15));
}
.main-list li:hover{
    transform: translateY(10px);
}
.main-list a{
    display: block;
    text-decoration: none;
}
.main-list a img{
    border-radius: 4px 4px 0 0;
    display: block;
    position: relative;
}
.main-list a .txt{
    padding: 20px 40px 20px 20px;
    position: relative;
}
.main-list a h4{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
    letter-spacing: 1.4px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.main-list a span.status{
    display: inline-block;
    background: #0F118E;
    color: white;
    padding: 2px 8px;
    font-size: 12px;
    border-radius: 4px;
}
.main-list a p{
    padding-bottom: 5px;
}


.main-list li .tags{
    padding: 0px 20px 20px 20px;
    color: #007855;
    /*position: absolute;
    bottom: 0;*/
    font-size: 14px;
}
.main-list li a .tags{
    padding: 10px 0;
}
.main-list li .tags a,
.main-list li .tags span{
    padding: 0;
    color: #007855;
    font-size: 14px;
    margin-right: 8px;
    font-weight: 500;
    display: inline-block;
    cursor: pointer;
}
.main-list li .tags a:before,
.main-list li .tags span:before{
    content: "#";
    display: inline-block;
    /* margin-right: 0.5em; */
}

#event h3{
    text-align: left;
    color: var(--text-color);
    font-size: 32px;
    font-weight: 500;
    padding-bottom: 16px;
}
#event h3:first-child {
    padding-top: 0;
}
#event .lead-txt p {
    padding-bottom: 16px;
    font-size: 16px;
}
#past-event a div.img{
    position: relative;
}
#past-event a div.img:after{
    content: "";
    background: rgba(0 0 0 / 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px 4px 0 0;
    z-index: 10;
}
#past-event a div.img:before{
    content: "本イベントは終了いたしました";
    font-size: 20px;
    color: white;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 12;
}
#past-event a span.status{
    background: #BABABA;
    color: white;
}

.main-list a .txt .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: flex-end;
    flex-shrink: 0;
    margin-left: 0.5em;
    width: 24px;
    height: 24px;
    background: var(--main-color);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}
.main-list a .txt .icon::before{
    content: '';
    width: 7px;
    height: 7px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    right: 38%;
    top: 35%;
    transform: rotate(45deg);
    transition: transform 0.3sease;
}
.main-list a.movie .txt .icon::before {
    content: "";
    display: block;
    margin-left: 2px;
    width: 7px;
    height: 5.41px;
    background: #fff;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}

@media screen and (max-width: 767px){
    .main-list{
        gap: 24px 0;
    }
    .main-list li{
        width: 48%;
    }
    #event h3{
        font-size: 20px;
    }
    #event .lead-txt{
        padding-bottom: 0;
    }
    #event .lead-txt p{
        font-size: 14px;
    }
    .main-list a .txt{
        padding: 16px 35px 16px 16px;
    }
    .main-list a h4{

    }
}
@media screen and (max-width: 480px){
    .main-list li{
        width: 90%;
        margin: 0 auto;
    }
}

.special_container{
    margin-top: 0!important;
    background-color: #F5F5F5;
    border-radius: 0!important;
}
.special_container .container_inner{
    padding-top: min(50px, 13.3333333333vw)!important;
}

@media screen and (max-width: 767px){
    .special_container::before{
        border-radius: 0!important;
    }
}

/*詳細記事*/
.defult-contents.article {
    padding-top: 0;
}
.defult-contents.article .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
    overflow: visible;
    padding-top: 40px;
}
.article article{
    width: 60%;
}
.article div.sub-nav{
    width: 36%;
    position: sticky;
    top: 80px;
    right: 0;
    align-self: flex-start;
}
.article div.sub-nav > div.sub-content{
    background: white;
    padding: 15px 20px;
    border: 1px solid #00AA82;
    border-radius: 16px;
}
.end{
    padding: 20px 0;
    text-align: center;
    color: #EF1515;
    font-weight: bold;
    background: white;
    margin-bottom: 30px;
}
.article .end p{
    padding-bottom: 0;
}
.entry-bt {
    padding: 0px 0 40px 0;
    width: 100%;
}
/*.entry-bt.last{
    padding-top: 50px;
}*/
.entry-bt .main_button{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5em 2em;
    max-width: 255px;
    height: auto;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    background: var(--main-color);
    border-radius: 40px;
    line-height: 1.6em;
    margin: 20px auto 0;
    transition: .15s ease-out;
}
.entry-bt .main_button .icon{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    background: none;
    border-radius: 50%;
    transition: inherit;
}
.entry-bt .main_button .icon::after {
    content: "";
    display: block;
    width: 9px;
    height: 15px;
    background: currentColor;
    background: url(../img/career/arrow.svg);
    mask-image: none;
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
    background-size: contain;
}

.entry-bt .main_button:hover {
    background: #0eae89;
    box-shadow: 0px 10px 20px rgba(0,170,130,.05)
}



section.defult-contents.article  h2{
    text-align: left;
}

#event section.defult-contents.article h3{
    color: #00AA82;
    font-size: 20px;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #00AA82;
    margin-bottom: 16px;
}
#event section.defult-contents.article .sub-nav h3{
    color: #364843;
    font-size: 16px;
    border-bottom: 1px solid #F5F5F5;
    margin-bottom: 5px;
    padding-bottom: 0em;
}
.article p{
    padding: 0 0 8px 8px;
    font-weight: 400;
    font-size: 16px;
}
#event section.defult-contents.article .sub-nav p{
    padding-bottom: 1em;
    line-height: 1.4em;
}
#event section.defult-contents.article .sub-nav p.date{
    padding-top: 5px;
}
.article p strong{
    font-size: 18px;
    font-weight: 500;
}
.article .sub-nav p strong{
    font-size: 16px;
}

.article p.date strong{
    font-size: 24px;
    font-weight: bold;
}
.article p span.notice{
    color: #EF1515;
    font-size: 0.8em;
}

.article-contents{
    padding-bottom: 30px;
}
.sub-nav .entry-bt.flex .main_button{
    font-size: 14px;
}


@media screen and (max-width: 767px){
    main{
        overflow-x: hidden;
    }
    .defult-contents.article{
        padding-bottom: 0;
    }
    .defult-contents.article2 {
        padding-top: 30vw;
    }
    .defult-contents.article .container{
        padding-top: 20px;
    }
    .article article{
        width: 100%;
    }
    .article div.sub-nav{
       display: none;
    }
    section.defult-contents{
        padding-bottom: 40px;
    }
    section.defult-contents#pua-list{
        padding: 97px 0 0px 0;
    }
    section.defult-contents.article  h2{
        padding: 0 0 20px 0;
    }
    #event section.defult-contents.article h3{
        font-size: 20px;
    }
    .entry-bt{
        margin-top: 16px;
        margin-bottom: 0;
    }
    .entry-bt.last{
        padding: 0;
        margin: 0 auto;
    }
    .entry-bt.flex .main_button{
        width:100%;
    }
    .entry-bt .main_button{
        font-size: 14px;
        max-width: 205px;
        padding: 6px 16px;
    }
    .entry-bt.last .main_button{
        margin-top: 0;
    }
    .article p{
        font-size: 14px;
        line-height: 1.4;
    }
    .end{
        padding-bottom: 0;
    }
    .article-contents{
        padding-bottom: 24px;
    }
    .article p.date strong{
        font-size: 20px;
    }
}

.process-list{
    margin-top: 20px;
}
.process-list-item {
    position: relative;
    background-color: rgba(0,170,130,0.1);
    border-radius: 16px;
    padding: 10px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 20px;
}
.process-list-item::after {
    content: "";
    display: block;
    width: 5px;
    height: 20px;
    background-color: #009882;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
}
.process-list-item:last-child::after {
    display: none
}

.process-step {
    color: #00AA82;
    font-size: 16px;
    line-height: 2em;
    font-weight: bold;
    font-family: YakuHanJP, "Barlow Condensed", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", /*"游ゴシック","Yu Gothic",*/ メイリオ, Meiryo, Arial, sans-serif;
}
.process-step strong{
    font-size: 45px;
    font-style: italic;
    font-weight: 500;
    margin-left: -10px;
    /*font-family:Helvetica, YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック", "Yu Gothic", メイリオ, Meiryo, Arial, sans-serif;*/
}

.process-list-item .flex{
    padding: 0px 0 0 0;
    flex-wrap: wrap;
}
.process-list-item .flex a{
    margin-right:20px;
}
.process-list div.entry-bt{
    justify-content: flex-start;
    padding-top: 10px;
}

.process-list dt {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    border-right: 1px solid #009882;
    padding:10px 5px;
    border: none;
    width: 110px;
}

.process-list dd{
    padding: 10px 20px 10px 0;
    padding-left: 30px;
    border-left: 1px solid #009882;
    width: calc(100% - 130px);
}

.process-list dd p{
    padding: 5px 0;
    line-height: 1.4em;
}
.process-list dd p.title{
    font-size: 18px;
    font-weight: bold;
}
.process-list dd p.title strong{
    color: #009882;
    display: inline-block;
    margin-left: 1em;
}
.process-list dd p.title.color{
    color: #009882;
}
.process-list dd p.title span{
    display: inline-block;
    padding: 0 4px;
    border:2px solid #000E4E;
    margin-left: 10px;
}
.process-list dd div.box{
	padding: 20px;
	background: #E9F2F8;
	box-sizing: border-box;
	margin-top: 10px;
}
.process-list dd div.box p.title{
	font-size: 18px;
}
.small-remark {
	font-size: 12px;
	display: inline-block;
	padding-left: 12px;
	position: relative;
	line-height: 1.333;
}
.small-remark::before {
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
}

@media(max-width:767px) {
    .process-list-item{
        display: flex;
        flex-wrap: wrap;
		padding: 15px;
    }
    .process-list dt{
        width:100%;
        text-align: left;
        padding-bottom: 0;
        border-bottom: 1px solid #009882;
        margin-bottom: 10px;
        padding-top: 0;
    }
    .process-list dt br{
        display: none;
    }
    .process-list dt.short{
        width:3em;
        padding-top: 0;
    }
    .process-list dd{
        padding: 0;
        border-left: none;
        width: 100%;
    }
    .process-list dd p.title {
        line-height: 1.6em;
    }
	.process-list dd div.box p.title{
		font-size: 16px;
	}

    .process-list-item .flex a{
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }
    .process-step strong{
    font-size: 24px;
    margin-left: 0;
    }
    .process-list-item::after {
        left: calc(50% - 1px);
    }
    .theme .theme-link{
        padding: 10px 0 10px 0;
    }
    .theme a.bt{
        width: 90%;
    }
}

.article ul{
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 5px;
    font-weight: 400;
}
.article ol {
    margin: 0;
    padding: 0 0 0 2em;
    font-weight: 400;
}
.article ol li {
    margin-bottom: 0.5em;
    position: relative;
    font-size: 16px;
}
.article ol li::marker {
    color: #00AA82;
}
.article ul li{
    list-style-type: none;
    margin-bottom: 0.5em;
    padding-left: 1em;
    position: relative;
    font-size: 16px;
}
.article ul li:before{
    content: "";
    display: block;
    width:5px;
    height: 5px;
    border-radius: 50%;
    background: #00AA82;
    position: absolute;
    top: 1em;
    transform: translateY(-50%);
    left: 0em;
}
.article ul li ol{
    margin-left: 1em;
}
.article ul li ol li {
    list-style-type: auto;
    padding-left: 0;
}
.article ul li ol li:before {
    display: none;
}
.article ul.attention li{
    padding-left: 1.5em;
    line-height: 1.3em;
}
.article ul.attention li:before{
    content: "※";
    width: auto;
    height: auto;
    border-radius: 0;
    background: none;
    position: absolute;
    top: 1px;
    transform: translateY(0);
    left: 0em;
}
#event section.defult-contents.article .sub-nav ul li {
    font-size: 14px;
}
.sub-nav .article-contents{
    padding-bottom: 0px;
}
.sub-nav .article-contents:last-child{
    padding-bottom: 0;
}

.past-event.title-img{
    position: relative;
}
.title-img.past-event:before {
    content: "本イベントは終了いたしました";
    font-size: 30px;
    color: white;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 12;
}
.title-img.past-event:after {
    content: "";
    background: rgba(0 0 0 / 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px 4px 0 0;
    z-index: 10;
}
@media(max-width:767px) {
    .article ul li {
        font-size: 14px;
    }
    .article ol li {
        font-size: 14px;
    }
    .title-img.past-event:before {
        font-size: 20px;
    }
}

/*絞り込み追加*/

#tag-container{
    background: white;
    margin: 30px 0;
}

.search-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 0;
}
  .search-list:after {
    content: "";
    width: 100%;
}
.search-list li{
    margin-right: 16px;
}
.search-list:before {
    content: "";
    order: 2;
    width: 100%;
}
.search-list li:nth-child(n+7) {
    order: 2;
}
.search-list li:has([data-tag="dei"]){
    display: none;
}
.search-list li:has([data-tag="dei"].on){
    display: block;
}
#engineer-job{
margin-bottom: 0px;
}
.search-list li.category{
width: 100%;
}
.search-list li a{
padding: 8px 24px;
border: 1px solid#00AA82;
color: #00AA82;
display: block;
font-size: 16px;
text-decoration: none;
border-radius: 50px;
font-weight: 500;
}
.search-list li.category a{
display: inline-block;
width: auto;
}
.search-list li a.on{
/*border-bottom:3px solid #009882;*/
background: #00AA82;
color: #fff;
}
.search-list li a:before{
    content: "#";
    display: inline-block;
    /* margin-right: 0.5em; */
}
.search-list li a:hover{
    background: #00AA82;
    box-shadow: 0px 10px 20px rgba(0, 170, 130, .05);
    color: #fff;
}
.search-list li a:hover.on{
    background: #00AA82;
    box-shadow: none;
    color: #fff;
}

  @media screen and (max-width: 767px) {
    #tag-container{
        margin: 20px 0;
    }
    .search-list {
      margin-top: 0px;
      gap: 8px;
    }
    .search-list li {
      width: 48.5%;
      margin-right: 0;
    }
    .search-list li a{
        padding: 8px 12px;
        font-size: 14px;
        line-height: 1.4em;
        height: auto;
        align-items: center;
        text-align: center;
    }
    .search-list li a.small{
        letter-spacing: -0.08em;
    }
    .search-list li a:before{
        margin-right: 0.2em;
    }
    .search-list li.category a{
        padding: 10px 7px;
        width: 49%;
        display: flex;
        align-items: center;
      }

  }

  .more {
    text-align: center;
  }
  .more-button {
    text-align: center;
    display: grid;
    place-content: center;
    place-items: center;
    gap: 5px;
    border: 0;
    background: none;
    margin: 40px auto 0;
    cursor: pointer;
    color: var(--text-color);
    font-size: 16px;
  }
  @media screen and (max-width: 767px) {
    ul.intern-list2 li span{
        margin-top: 5px;
    }
    .more-button{
        margin: 24px auto 0;
        font-size: 14px;
    }
  }
  .more-button::after {
    content: "";
    padding: 0;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #007855;
    border-bottom: 2px solid #007855;
    transform: rotate(45deg) translateX(-2px);
    margin: 0 14px 0 12px;
  }

.search-list li a.list-tag:before{
    content: "x";
    margin-right: 0.5em;
}