@charset "UTF-8";

/**************レイアウト**************/

#nav-wrap{
    left:var(--row-space);
    padding-top: 1em;
}

p.sp_left{
    text-align: left;
}

.menu_btn{
    background: var(--green);
    border:2px solid #ddd;
    right:5px;
    top:9px;
    position: fixed;
}

.menu_btn:after{
    font-size: 9px;
    color:#fff;
    bottom:-3px;
}

.menu_btn{
    height: 50px;
}

.menu_btn span{
    width: 30px;
    left:5px;
    background: #fff;
}

.menu_btn span:nth-of-type(1) {
    top: 10px;
    left: 5px;
}
.menu_btn span:nth-of-type(2) {
    left: 5px;
    top:20px;
}
.menu_btn span:nth-of-type(3) {
        top:30px;
        left: 5px;
  }
    .menu_btn.active span:nth-of-type(3) {
        top: 29px;
    }
html.appear .overlay::before{
        content: '';
        position: absolute;
        right:-45px;
        bottom:0;
        height: calc(100vh - 45px);
        background: var(--key-Color);
        width: 45px;
}
    html.appear .overlay {
    width: 100vw;
}

p.wh__bg{
    width: 100%;
    text-align: left;
}

.overlay .menu__wrap .Left{
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.overlay .menu__wrap .Left .Center .tel{
    font-weight: bold;
    color:var(--blue);
}

.overlay .menu__wrap .Left{
    display: block;
}

.overlay .menu__wrap .Left .menu-drawer-nav-container, .overlay .menu__wrap .Left .menu-drawer-nav02-container{
    width: 100%;
}

header .video-wrap{
    padding-top: 70px;
}

header .caption_wrap{
    width: 100%;
    left:0;
    padding: 0 0 0 0;
    margin-bottom: 1vh;
    top: 80%;
    transform: translateY(-80%);
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4), 2px 3px 3px rgba(0, 0, 0, 0.4);
}

h2{
    font-size: 29px;
}

h2 span.text{
    font-size: 1.4rem;
    font-weight: bold;
}

h2.serif{
        font-weight: bold;
}

.management h2.Center{
	margin-bottom:1em;
}
.logo-wrap{
        max-width: clamp(120px, 160px, 250px);
        margin-top: 0;
}

.flex__wrap{
    flex-direction: column;
}

.flex__wrap .left, .flex__wrap .right{
    width: 100%;
    margin-left: auto;
}


.slide-items li{
    padding: .75em;
}

.fixed__right ul.links{
    display: none;
}

.slide-items{
    margin-top: 0;
}

.slide-items picture img{
    max-height: 280px;
    width: 100%;
    object-fit: cover;
}

.fixed__right{
    display: none;
}

header .caption_wrap .main__title{
    font-size: 22px;
    width: auto;
    display: block;
    padding: .5em;
    margin: 0;
    text-align: left;
}

header .caption_wrap h1.main__title{
    padding-bottom: 0;
}

header .caption_wrap .main__title.pt{
    padding-top: 0;
}

header .caption_wrap p{
    font-size: 14px;
    text-align: left;
}

.News__wrap{
    padding-left: 1em;
}

.News__wrap ul li a{
    flex-direction: column;
    align-items: flex-start;
    padding-left: 40px;
}

.News__wrap ul li a h3{
    font-size: 16px
}
.days{
    font-size: 12px;
    font-weight: 300;
}

.news__icon{
    font-size: 9px;
    min-width: max-content;
    left:-10px;
}

footer .comm__Inner{
    flex-direction: column;
}

a.btn{
    max-width: 200px;
}

a.btn.long{
    font-size: 20px;
}

a.btn.long + a.btn.long{
    margin-top: 1em;
}

footer .comm__Inner .left .logo__wrap{
    max-width: 200px;
}

.arrow {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 1px;
    margin-top: 29px;
    background-color: #fff;
}

footer .entory{
    max-width: 200px;
    padding: 1em;
}

.arrow::before {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    right: 0;
    width: 10px;
    height: 1px;
    background-color: #fff;
    transform: rotate(45deg);
    transform-origin: calc(100% - 2px) 50%;
}

.slide-items li .title .icon{
    padding-right: .5em;
}

.slide-items li .title{
    font-size: 23px;
}

.arrow_box{
    display: none;
}

/**************レイアウト**************/

h2.serif{
    font-size: 1.45rem;
}

h1.heading__title{
    font-size: 2.5rem;
     word-break: break-all; 
}

h3.bg{
    line-height: 1.455;
}

h3.border{
    font-size: 1.3rem;
    line-height: 1.455;
}

a.contact__btn{
    font-size: 1.15rem;
}

section#News .comm__Inner .Title{
    width: 100%;
}

.flex__wrap .three.works{
    margin-bottom: var(--col-space);
}

.flex__wrap .three.works p{
    margin-top: 0;
}

footer .Logo{
    margin-bottom: 1em;
    width: 40%;
}

dl.border:before{
    left:0;
}

dl.border:after{
    right:0;
}

a.text__links{
    font-size: 1.0rem;
}

.News dl.border dt{
    padding-bottom: 0;
}

.News dl.border dd{
    padding-top: 0;
}

#entry dl.border dd, #entry dl.border dt{
    width: 100%;
}

footer .btn__wrap{
    flex-direction: column;
    width: 100%;
}

.message__wrap + .Inner__wrap{
    padding-left: 1em;
}

section#message .message__wrap{
  max-width: 100%;
  padding: 1em;
}

.since__text{
  font-size: 1.05rem;
}

.since__text:last-of-type{
  margin-left: 0;
}

section#company{
  padding-right: 1em;
}

section#company .flex__wrap .left{
  width: 100%;
}

section#company .flex__wrap .right{
  width: 100%;
  margin: auto;
}

section#message:before {
    content: '';
    position: absolute;
    background: url(../images/company_bg.webp) no-repeat;
    background-size: cover;
    width: 95vw;
    height: 100%;
    top: 0;
    left: 0;
}

section#company{
    padding-bottom: var(--col-space);
}

.since__text{
    width: max-content;
    text-align: left;
}

footer .comm__Inner .right__wrap{
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    column-gap: 2%;
        border-top: 1px solid rgba(255,255,255,0.3);
            padding-top: .5em;
    padding-bottom: var(--row-space);
    margin-top: var(--row-space);
}

footer .comm__Inner .left{
    width: 100%;
}

footer .comm__Inner .right{
    width: calc(96% / 2);
    border-right: none;
    margin-top: 1em;

}

footer .comm__Inner .right ul{
    padding-left: 0;
}

footer .comm__Inner .right ul.sub-menu{
    display: block;
    width: 100%;
}

footer .comm__Inner .right ul.sub-menu a{
    border: none;
}

footer .comm__Inner .right ul.sub-menu li{
    margin-left: 5px;
    font-size: 10px;
        margin-top: .5em;
}

footer .comm__Inner .right ul.sub-menu a{
    text-align: left;
}

footer .comm__Inner .right ul.sub-menu a{
    font-size: 12px
}

footer .comm__Inner ul.sub-menu li{
    width: 100% !important;
}

footer .comm__Inner .right ul{
    margin-top: 0;
    margin-bottom: .5em;
}

footer p{
    font-size: 0.85rem;
}

footer .comm__Inner .right ul li{
    margin-bottom: .35em;
    font-size: 0.8rem;
}

footer .copy{
    font-size: 9px;
    text-align: center;
    margin-right: auto;
    padding-top: 0;
}

.recruit__wrap{
    flex-direction: column;
}

.recruit__wrap .Item:not(:last-child){
    margin-bottom: 2em;
}

section.about .comm__Inner, section.lightblue .comm__Inner{
    padding-top: var(--col-space);
}

h2{
    flex-wrap: wrap;
}

h2 span.text{
    width: 100%;
    margin-left: 0;
}

.flex__wrap .Hurf picture.shadow{
    margin-bottom: 2em;
}

picture.shadow:after {
    content: '';
    position: absolute;
    right: -8px;
    bottom: -8px;
    width: 100%;
    height: 90%;
    background: #e4eff7;
}

.page h3.bg{
    text-align: left;
}

.p-page-visual__inner{
    padding: 0;
}

.p-page-visual__inner{
    height: 30vh;
    min-height: 280px;
    max-height: 280px;
}

p.wh__bg{
    margin-bottom: 1em !important;
}

header.page picture img{
    height: 400px;
    object-fit: cover;
}

dl.works dt, dl.works dd{
    font-size: 13px;
}

section.management .Hurf{
    width: 100%;
}

h2.jp{
    font-size: 19px;
    margin-bottom: .5em;
}

.p-page-visual__inner div{
    width: 100%;
    margin-top: 80px;
}

#nav__gloval{
    height: 70px;
	background:#fff;
}

.c-heading-secondary__sub{
    font-size: 16px;
    padding: .25em;
}

.p-page-visual__inner div.breadcrumbs{
    font-size: 10px;
}

dl.border{
    flex-direction: column;
}

dl.border dt, dl.border dd{
    width: 100%;
    padding: .75em;
    line-height: 1.855;
}

dl.border dt{
    padding: .75em;
}

ul.disc{
    padding-left: .7em;
}

#business .Hurf:last-of-type{
    margin-top: var(--col-space);
}

.time__wrap .right{
    font-size: 0.9rem;
}

#time01 .flex__wrap .Hurf p{
    font-size: 0.9rem;
}

.time__wrap .left{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tab_item {
    width: calc(100% / 3);
}

section#contact h2{
    justify-content: center;
}

section#contact h2 span.text{
    text-align: center;
    margin-bottom: 1em;
}

.accordion-header span, .accordion-content span{
    padding: 0;
    align-items: flex-start;
}

p.tel{
    font-size: 28px;
}

p.tel + p.Center{
    margin-top: 0;
    font-size: 0.8rem;
    margin-bottom: var(--col-space);
}

.c-heading-secondary__sub span.main{
    font-size: 1.45rem;    
    margin-bottom: .25em;
}

ul.member li picture {
    display: block;
    margin: 0 auto -1em auto;
    width: 60%;
}

ul.member{
    row-gap: 2.5vh;
}

picture.Center__image{
    display: block;
    margin-bottom: 1em;
}

.interview__wrap p{
    font-size: 11px;
}

.interview__wrap .thumb{
    width: 25%;
}

.interview__wrap .Text{
    width: 70%;
}

.archive .comm__Inner{
    padding-left: 0;
    padding-right: 0;
}

.archive .flex__wrap .Hurf:last-of-type{
    padding-left: 0;
    padding-right: 0;
}

.ka__date__wrap .Item{
    width: 100%;
    margin-bottom: var(--row-space);
}
.ka__date__wrap .Item:last-of-type{
    margin-bottom: 0;
}
.ka__date__wrap .Image{
  width: 50%;
  text-align: center;
  display: block;
  margin: 0 auto .5em;
}

.ka__date__wrap .Image img{
  max-width: 70%;
}

.ka__date__wrap .Text{
  width: 100%;
}

.ka__date__wrap .Text .title__count span.big{
  font-size: calc(var(--h2) * 5);
}

section#contact{
    padding: var(--col-space) var(--row-space);
}

section#contact h2 span.text{
    margin-bottom: 0;
}

#about .flex__wrap .Hurf:first-of-type{
    margin-bottom: var(--row-space);
}

#about .flex__wrap .Hurf:last-of-type{
    margin-bottom: var(--col-space);
}

.mt20 {
    margin-top: var(--col-space);
}

#about .three{
    margin-bottom: var(--row-space);
}

.project-story02 .comm__Inner{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.flex__wrap + .flex__wrap{
    margin-top: var(--col-space);
}

.three + .three{
	margin-top:var(--col-space);
}
.Media .flex__wrap .three h3{
	margin-bottom:.75em;
}

.terms__wrap{
	min-width:auto;
}

#entry dl.border dt p{
	flex-direction:row;
}