@charset "UTF-8";
/* 基礎設定 */
html, body {
    font-size: 18px;
    line-height: 1.8;
    font-family: 'Roboto', sans-serif,'Noto Sans JP', sans-serif;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
}

.recaptcha_policy {
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 11px !important;
  color: #444 !important;
}
.recaptcha_policy a {
  font-size: 11px !important;
  color: #111 !important;
}
.grecaptcha-badge { visibility: hidden; }

/*--- 画面全体をフェードイン(animation設定) ---*/
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
.txt-ja, span[lang='ja']{ font-family: 'Noto Serif JP', serif;}
.txt-en, span[lang='en'] {
    font-family: 'Roboto', sans-serif;
}
/* html{ height: -webkit-fill-available;} */
html.nosc,body.nosc{
	overflow: hidden;
}
.color-red { color: #C7254A;}
.color-blue{ color: #008ee6;}
.color-wh{ color: #fff;}
.color-gr{ color: #24B588;}
.color-ye{ color: #e8d317;}
.color-ly{ color: #f9f1a7;}
.color-gy{ color: #FAF9F4;}
.color-bk{ color: #333;}

.bg-blue{ background: #F0F7FF;}
.bg-lblue{ background: #F0F7FF;}
.bg-gr{ background: #24B588;}
.bg-lgr{ background: #EBFDF8;}
.bg-bk{ background: #333333;}
.bg-wh{ background: #fff;}
.bg-gray{ background: #f4f4f4;}
.other-pages .bg-gray{ 
    position: relative;
    background: none;
    margin-top: 80px;
    margin-bottom: 80px;
    padding-top: 80px;
    padding-bottom: 80px;
}
.other-pages .bg-gray::before{
    content: "";
    position: absolute;
    background: #f4f4f4;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.025em;
    margin: 0 auto 1.5rem;
    padding: 0;
    font-family: 'Noto Sans JP', sans-serif;
}
h1 { font-size: 36px; }
h2 { font-size: 32px; position: relative;}
h3 { font-size: 29px; }
h4 { font-size: 25px; }
h5 { font-size: 21px; }
h6 { font-size: 18px; }

/* .tit-line { 
    position: relative; 
    border-style: solid;
    border-image-source: linear-gradient(#FFFFFF,#8EE0F3,#0B53BA,#C7254A);
    border-image-slice: 1;
    border-bottom: 3px; 
    padding: 0.5rem 0.2rem;
} */
.tit-line::after{
    content: "";
    border-image: linear-gradient(to left,#FFFFFF,#8EE0F3,#0B53BA,#C7254A);
    border-image-slice: 1;
    border-bottom: 3px solid; 
    position: absolute;
    left: 0%;
    bottom: -15px;/*線の上下位置*/
    display: inline-block;
    width: 60px;/*線の長さ*/
}
.tit-border {
    position: relative; 
    border-bottom: 2px solid #C7254A;
    padding: 0.5rem 0.2rem;
}
.tit-bd-l {
    position: relative;
    border-left: 2px solid #C7254A;
    line-height: 1.4;
    padding: 2px 0 2px 10px;
}
.tit-bd-l::before{
    content: "";
    border-right: 2px solid #C7254A;
    height: 100%;
    width: auto;
    display: block;
    position: absolute;
    left: -5px;
    top: 50%;
    transform: translate(-50%,-50%);
}
.tit-point {
    display: flex;
    align-items: baseline;
}
.tit-point::before {
    content: "●";
    font-size: 1em;
    font-weight: 900;
    padding-right: 0.2em;
    color: #333;
    background: #C7254A;
    webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.box-wh{
    padding: 2.5em 3em;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    box-sizing: border-box;
}
.box-bd-red {
    display: block;
    height: 100%;
    padding: 1.5em 2em;
    background-color: #fff;
    border-style: solid;
    border-image-source: linear-gradient(#FFFFFF,#8EE0F3,#0B53BA,#C7254A);
    border-image-slice: 1;
    border: 2px;
    border-radius: 36px;
    box-sizing: border-box;
}
.box-bd-red > p:last-child { margin-bottom: 0; }
.step-box .step-item {
    position: relative;
    padding: 0 0 1.5em;
}
.step-box .step-item .step-num {
    color: #fff;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0.2em;
    margin: 0 0 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 46px;
    padding: 10px 20px;
    background: linear-gradient(90deg, #FFFFFF,#8EE0F3,#0B53BA,#C7254A);
    border-radius: 0;
}
.step-box .step-item .step-txt {
    margin-bottom: 1em;
}
.step-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 3em;
}
.step-list .item {
    position: relative;
    width: calc(100% / 7);
    text-align: center;
    align-items: center;
    justify-content: center;
}
.step-list.guide .item {
    width: calc(100% / 5);
}
.step-list .item:first-child a {
    padding-left: 15px;
    padding-right: calc(1em + 15px);
}
.step-list .item a {
    color: #fff;
    font-size: 0.9em;
    font-weight: 500;
    line-height: 1.6;
    position: relative;
    display: block;
    height: 100px;
    padding: 1em 2em;
    background: #C7254A;
}
.step-list .item:not(:last-child) a::after, .step-list .item:not(:last-child) a::before {
    content: "";
    width: 16px;
    height: 50%;
    background: #fff;
    position: absolute;
    right: -10px;
    z-index: 2;
}
.step-list .item a::before {
    top: 0;
    -webkit-transform: skew(20deg) translateX(50%);
    transform: skew(20deg) translateX(50%);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
}
.step-list .item a::after {
    bottom: 0;
    -webkit-transform: skew(-20deg) translateX(50%);
    transform: skew(-20deg) translateX(50%);
    -webkit-transform-origin: top;
    transform-origin: top;
}
.arrow-bottom {
    display: block;
    margin: 0.5em auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 15px 0 15px;
    border-color: #C7254A transparent transparent transparent;
}

.step-wrap{
    display: flex;
    flex-direction: column;
}
.step-wrap .step-item {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 1.5em;
    background-color: #fff;
    border: 8px solid #C7254A;
    border-radius: 35px;
}
.step-wrap .step-item .step-num {
    color: #fff;
    font-style: normal;
    font-size: 1.3em;
    font-weight: bold;
    padding: 15px 10px;
    padding-right: 20px;
    background-color: #C7254A;
    white-space: nowrap;
    border-radius: 15px 0 0 15px;
}
.step-wrap .step-item .step-box {
    display: block;
    padding: 1em 1.5em 1.5em;
}
.step-wrap .step-item .step-box .step-tit {
    color: #C7254A;
    font-size: 1.2em;
    font-weight: bold;
}
.step-wrap .step-item .step-box .step-txt {
    margin-top: 0.5em;
}
.step-wrap .arrow-wrap {
    text-align: center;
    margin: 0 auto 1.5em;
}
.step-wrap .arrow-wrap .step-arrow {
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 25px solid #C7254A;
}


/* --- flex-box --- */
.flex-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.flex1 > div { width: 100%; }
.flex2 > div { width: 50%; }
.flex3 > div { width: calc(100% / 3); }
.flex4 > div { width: 25%; }
.flex5 > div { width: 20%; }
.flex-wrap {
    display: flex;
    justify-content: flex-end;
    flex-flow: column;
}

/*--- grid-box ---*/
.grid-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
}
.grig-wrap0 { grid-gap: 0; }
.grid2 { grid-template-columns: repeat(2, 1fr); }
.grid3 { grid-template-columns: repeat(3, 1fr); }
.grid5 { grid-template-columns: repeat(5, 1fr); }

.flex-dl { display: flex; margin: 0 auto 10px; }
.flex-dl:last-of-type { margin-bottom: 1em; }
.flex-dl dt { width: 4em; margin-right: 1.5em; }
.flex-dl dd { flex: 1; margin-bottom: 0; }

hr { margin: 10px 0; border-top: 3px solid #466E6E; }

p {
    margin: 0 auto 1.5em;
    padding: 0;
    line-height: 1.8;
    letter-spacing: 0.02em;
}
a {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.btn00{
    background: #333;
    border-radius: 50px;
    padding: 10px 50px 10px 20px;
    display: inline-block;
    position: relative;
}
.btn00 a{ 
    color: #fff;
}
.btn01{
    color: #333;
    display: inline-block;
    position: relative;
    /* top: 50%;
    transform: translateY(-50%); */
    letter-spacing: 0.2em;
    font-weight: bold;
    transition: all 0.4s;
    /* left: 10%;
    transform: translateX(-50%); */
}
.sec01-wrap .btn01{
     top: 50%;
    transform: translateY(-50%);
}
.btn01 a{ 
    color: #333; 
    letter-spacing: 0.2em;
}
.btn01 a:hover .view-arrow{
    background: #C7254A;
    transition: all 0.4s;
}
/* a:hover{
    color: #333;
} */
.icon{
    display: inline-block;
    width: 22px;
    margin-left: 0.5em;
}
.view-arrow {
    position: absolute;
    top: 50%;
    right: -70%;
    width: 36px;
    height: 36px;
    background: #333;
    border-radius: 50%;
    transform: translate(-50%,-50%);
}
.view-arrow::before {
    width: 6px;
    height: 6px;
    position: absolute;
    top: 53%;
    left: 50%;
    content: '';
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    transform: rotate(45deg) translate(-50%,-50%);
    z-index: 2;
}
.view-arrow::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 1.5px;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
}
.btn00 .view-arrow,.btn03 .view-arrow {
    position: absolute;
    top: 50%;
    right: 1%;
    width: 25px;
    height: 25px;
    border: 1px solid #fff;
    background: transparent;
    border-radius: 50%;
    transform: translate(-50%,-50%);
}
.btn00 .view-arrow::before,.btn03 .view-arrow::before {
    width: 8px;
    height: 8px;
    position: absolute;
    top: 55%;
    left: 33%;
    content: '';
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    border-radius: 2px;
    transform: rotate(45deg) translate(-50%,-50%);
    z-index: 2;
}
.btn00 .view-arrow::after,.btn03 .view-arrow::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 1.5px;
    background: #fff;
    top: 47%;
    left: 51%;
    transform: translate(-50%,-50%);
    border-radius: 2px;
    z-index: 1;
}
.btn03{
    background: #C7254A;
    border-radius: 50px;
    padding: 10px 50px 10px 20px;
    display: inline-block;
    position: relative;
}
.btn03 a{ 
    color: #fff;
}
.news-wrap a:hover .view-arrow{
    background: #C7254A;
    transition: all 0.4s ease;
}
section{
    position: relative;
    z-index: 10;
    padding: 5rem 0;
}
.top-page section::before{
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
.container-fluid{ padding: 0;}
a:link,a:visited,a:hover,a:active{
    text-decoration: none;
}

/* ナビゲーション */
#head{ 
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 88px;
    font-size: 15px;
    letter-spacing: 0.3em;
    z-index: 999;
    background: transparent;
    transition: all 0.4s ease;
}
.nav-menu{ 
    position: absolute;
    right: 2rem;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    flex-flow: nowrap;
}
.brand{ 
    position: absolute;
    left: 2rem;
    width: 350px;
}
.nav-menu ul{ margin-bottom: 0;}
.menu-wrap li a{ color: #333;}
/* #cpage .menu-wrap li a{ color: #333;} */
#head{ 
    background: #fff; 
    filter: drop-shadow(0px 3px 6px rgba(0,0,0,0.16));
    height: 88px;
    color: #333;
}
#cpage #head{
    height: 88px;
    background: #fff;
    color: #333;
    filter: drop-shadow(0px 3px 6px rgba(0,0,0,0.16));
}
#head .menu-wrap,#cpage .menu-wrap{ top: 50%;}
/* .img-vis{
    display: none;
    opacity: 0;
}
#cpage .img-vis{
    display: block;
    opacity: 1;
} */
/* .menu-wrap.is-active li a{ color: #333;}
.menu-wrap.is-active .img-vis{
    display: block;
    opacity: 1;
}
.top-page .menu-wrap.is-active .img-none{
    display: none;
    opacity: 0;
}
#cpage .img-none{
    display: none;
} */
header li{
    padding: 0 20px;
}
.nav-item{ 
    position: relative;
    display: flex;
    align-items: center;
    white-space: nowrap;
}
#top-menu{
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ハンバーガーメニュー */
.openbtn{
    position: absolute;
    top: auto;
    right: calc(63px + 2%);
    z-index: 1001;
    cursor: pointer;
    width: 25px;
	height: 50px;	
}
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    top: 50%;
    height: 1px;
    background-color: #333;
    width: 100%;
}
#cpage .openbtn span{ background: #333;}
#cpage .openbtn.active span{ background: #fff;}
.openbtn span:nth-of-type(1) {
    top:20px; 
  }
.openbtn span:nth-of-type(2) {
    top:30px;
  }
.openbtn::after{ display: none;}
  
  
.openbtn.active span:nth-of-type(1) {
      top: 18px;
      left: auto;
      transform: translateY(6px) rotate(-45deg);
      width: 100%;
      background: #fff;
  }
.openbtn.active span:nth-of-type(2) {
    top: 30px;
    left: auto;
    transform: translateY(-6px) rotate(45deg);
    width: 100%;
    background: #fff;
} 
.openbtn.is-active span{
    background-color: #333;
}
.nav-txt{ 
    position: relative;
    right: 1%;
}
.nav-txt::before{ 
    content: "MENU";
    font-weight: bold;
    cursor: pointer;
    z-index: 9999;
    color: #333;
    display: block;
}
.nosc .nav-txt::before{
    position: relative;
    content: "CLOSE";
    color: #fff;
}
/* ×印が横幅を広くしても消えない設定 */
.openbtn.active{ display: block !important;}

/* ハンバーガーメニュー内部 */
#clickarea{
    position: fixed;
    z-index: 1000;
    top: 0;
    right: -120%;
    opacity: 1;
    width: 35%;
    height: 100vh;
    background: linear-gradient(320deg,#8EE0F3,#0B53BA,#C7254A);
    transition: all .4s ease-out;
    transform: translateX(120%);
    overflow-x: hidden;
}
#clickarea.panelactive{
    right: 0;
    transform: translateX(0);
}
#clickarea.panelactive #click-wrap{
    position: relative;
    z-index: 1000;
    width: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    min-height: 100vh;
    min-height: -webkit-fill-available;
}
#clickarea .click-list{
    padding-top: 20%;
    padding-left: 3.5em;
    padding-right: 3.5em;
}
#clickarea ul li::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0.2em;
    transform: translateY(-50%);
    border: 0.15em solid transparent;
    border-left: 0.5em solid #fff;
    width: 0px;
    height: 0px;
}
#clickarea ul:nth-of-type(2) li::before{
    display: none;
}
#clickarea li{
    color: #fff;
    position: relative;
    white-space: nowrap;
    margin: 0;
    width: 50%;
    line-height: 2;
    margin-bottom: 1rem;
    position: relative;
    padding: 0 0 0 1em;
}
.list02{
    text-align: center;
    width: 100%;
}
.list02-wrap{
    border: 1px solid #fff;
    border-radius: 25px;
    height: 100%;
    transition: all 0.4s;
}
.list02-wrap:hover{
    background: #333;
}
.list02 .col-6{ 
    margin-bottom: 1rem;
}
.list02 a {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    line-height: 1.2;
    white-space: nowrap;
    letter-spacing: 0;
    padding: 15px 0px;
}
.list02 a span{
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #fff;
    width: 100%;
    font-size: 18px;
    white-space: wrap;
}
.list02-wrap05 a span{ margin-bottom: 1rem;}
.list02 a img{ width: 36px;}
#clickarea ul:nth-of-type(1) li{ font-size: 21px;}
#click-wrap ul{
    position: relative;
}
#clickarea ul a{ color: #fff;}
#clickarea ul a:hover{ opacity: 0.5;}
#clickarea ul{ padding: 0; list-style: none; margin-top: 1em;}

.menu-bg{
    position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
}
.nosc .menu-bg{
    opacity: 0.5;
  visibility: visible;
}

/* サイドボタン */
.sidebtn{
    position: fixed;
    right: 0;
    writing-mode: vertical-rl;
    color: #fff;
    z-index: 99;
    width: auto;
    letter-spacing: 0.2em;
}
.side01{
    background: linear-gradient(0deg,#8EE0F3,#0B53BA,#C7254A);
    bottom: 230px;
}
.side02{
    background: #000;
    bottom: 100px;
}
.sidebtn a{
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    margin: 0 auto;
    border: none;
    padding: 20px 8px;
}

/* TOPボタン */
.reverse{
    position: fixed;
    bottom: 5%;
    right: 6%;
    z-index: 998;
    letter-spacing: 0.2em;
    /* mix-blend-mode: difference; */
    color: #fff;
    border-radius: 50%;
    /* border: 1px solid #fff; */
    background: #333;
    cursor: pointer;
}
.rev-txt{
    position: absolute;
    bottom: -5%;
    left: 53%;
    transform: translate(-50%,-50%);
    font-size: 17px;
}
.reverse a{ 
    color: #fff;
    display: block;
    cursor: pointer;
    width: 70px;
    height: 70px;
}
.reverse::before {
    position: absolute;
    width: 7px;
    height: 7px;
    top: 20%;
    left: 47%;
    content: '';
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(-45deg) translate(-50%,-50%);
    transform-origin: top right;
    transition: all 0.2s;
    z-index: 2;
}
.reverse::after {
    position: absolute;
    width: 1px;
    height: 13px;
    top: 32%;
    left: 50%;
    content: '';
    background: #fff;
    transform: translate(-50%,-50%);
    transform-origin: top right;
    transition: all 0.2s;
    z-index: 2;
}
.reverse:hover.reverse::after{
    height: 8px;
    top: 28%;
}
.reverse.rv-bg::before{
    border-top: 1px solid #333;
    border-right: 1px solid #333;
}
.reverse.rv-bg::after{
    background: #333;
}

/* TOP */
#maintop{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    line-height: 0;
    padding: 0;
}
.movie{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
}
.movie video{
    object-fit: cover;
}
#topslider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    height: 100vh;
}
.sp-slides-container, .sp-mask, .sp-slides, .sp-slide, .sp-image-container, .slider-pro img{ height: 100% !important; width: 100% !important;}
.slider-pro img{ object-fit: cover; margin: 0 !important;;}

@media(max-width: 575px){
    #topslider {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        height: 100vh;
    }
    .sp-slides-container, .sp-mask, .sp-slides, .sp-slide, .sp-image-container, .slider-pro img{ height: 100% !important;}
    .slider-pro img{ object-fit: cover;}
}
.start{
    position: absolute;
    z-index: 1001;
    top: 45%;
    left: 50%;
    width: 63px;
    height: 63px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.start img{ width: 100%;}

/* sec01 */
section#sec01{ padding: 0;}
.sec01-wrap{
    height: 100%;
    display: flex;
    align-items: center;
}
.news-tit{
    color: #fff;
    background: #333;
    height: auto;
    padding: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    /* position: absolute;
    top: 0;
    left: 0; */
}
.news-wrap{
    margin-left: 5%;
    /* display: flex;
    justify-content: center;
    align-items: center; */
}
.news-item,.news-item a{
    display: flex;
    justify-content: center;
    align-items: center;
}
.news-item a:hover{
    opacity: 0.5;
}
.news-item, .news-item dd{ margin-bottom: 0;}
.news-item dt{ color: #C7254A; font-size: 16px;}
.news-item dd{ 
    color: #333; 
    font-size: 17px;
    margin-left: 5%;
    white-space: nowrap;
    width: 55vw;
    overflow: hidden;
    /* display: -webkit-box; */
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.other-content .news-item dd{
    white-space: wrap;
    overflow: auto;
}
.news-wrap{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 0;
}
.other-content .news-wrap{ margin-left: auto;}
.other-content .news-wrap dl{ margin-bottom: 1rem;}
.news-wrap .btn01{ 
    white-space: nowrap;
}

/* sec02 */
#sec02::before{
    /* background-image: linear-gradient(250deg, rgba(255, 255, 255, 0.1) 50%, rgba(199, 37, 74, 1)), 
    linear-gradient(45deg, rgba(255, 255, 255, 1), rgba(142, 224, 243, 1) 50%, rgba(11, 83, 186, 1)); */
    /* background-image: linear-gradient(250deg, rgba(255, 255, 255, 0.1) 50%, rgba(199, 37, 74, 1)), 
                    linear-gradient(120deg,  rgba(11, 83, 186, 1) 50%, rgba(142, 224, 243, 1)); */
    background-image: url(../img/bg.jpg);
    height: 110vh;
}
.sec02-txt{ 
    position: relative;
    margin-bottom: 2rem;
}
.sec02-txt p{ line-height: 2.4;}
.sec02-txt::after{
    content: "";
    width: 700px;
    height: 500px;
    background-image: url(../img/sec02-img00.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    filter: blur(0.5px) drop-shadow(0 3px 5px rgba(0,0,0,0.1));;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
    opacity: 1;
    mix-blend-mode: soft-light;
}
#sec02 .sec-wrap::before,#sec02 .sec-wrap::after{
    content: "";
    width: 450px;
    height: 150px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
    overflow: hidden;
}
#sec02 .sec-wrap::before{
    background-image: url(../img/bus01.png);
    left: 0;
}
#sec02 .sec-wrap::after{
    background-image: url(../img/bus02.png);
    left: 100%;
}
#sec02 .sec-wrap{ width: 90%;}
.sec02-movie {
    display: flex;
    justify-content: center;
}
.sec02-movie iframe {
    display: block;
    max-width: 700px;
    width: 80%;
    margin: 0 auto;
    aspect-ratio: 16 / 9;
}

/* sec03 */
section#sec03::before{
    border-radius: 50px 50px 0 0;
    background: #fff;
}
.sec-wrap{
    width: 80%;
    margin: 0 auto;
    padding: 3em 0;
}
.sec-tit{
    display: inline-block;
    position: relative; 
    letter-spacing: 0.2em;
    font-weight: bold;
}
.sec-tit h2{
    margin-bottom: 0.2rem;
}
.sec-tit::after{
    content: "";
    border-image: linear-gradient(to left,#FFFFFF,#8EE0F3,#0B53BA,#C7254A);
    border-image-slice: 1;
    border-bottom: 3px solid; 
    position: absolute;
    left: 0%;
    bottom: -15px;/*線の上下位置*/
    display: inline-block;
    width: 60px;/*線の長さ*/
}
.sec-ov{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2rem;
}
.tit-img{
    position: relative;
    bottom: 3rem;
    width: 50vw;
    filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.1));
}

.job-wrap{
    display: flex;
    position: relative;
    margin-bottom: 15rem;
}
.cnt-img{
    width: 60%;
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.cnt-img a{
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.cnt-img:hover ~ .job-txt .btn01 .view-arrow{
    background: #C7254A;
    transition: all 0.4s;
}
.job-img01{ background-image: url(../img/sec03-img01.jpg);}
.job-img02{ background-image: url(../img/sec03-img02.jpg);}
.job-img03{ background-image: url(../img/sec03-img03.jpg);}
.job-img01a{ background-image: url(../img/sec03-img01.jpg);}
.job-img02a{ background-image: url(../img/sec03-img02.jpg);}
.job-img03a{ background-image: url(../img/sec03-img03.jpg);}
.job-img04a{ background-image: url(../img/sec03-img04.jpg);}
.job02{ flex-direction: row-reverse;}
.job04a,.job03a{ flex-direction: row-reverse;}
.sec03-cnt h3{
    position: relative;
    writing-mode: vertical-rl;
    z-index: 10;
    text-wrap: nowrap;
    margin: 0;
    left: 5%;
}
.sec03-cnt .job02 h3{
    left: auto;
    right: 5%;
}
.sec03-cnt .job04a h3,.sec03-cnt .job03a h3{
    left: auto;
    right: 5%;
}
.job-wrap h3::before{
    color: #F2F3F3;
    font-size: 130px;
    font-weight: bold;
    position: absolute;
    top: -10%;
    right: -120%;
    transform: translate(-50%,-50%);
    writing-mode: initial;
    z-index: -10;
}
.job-wrap.job01 h3::before{ content: "D";}
.job-wrap.job02 h3::before{ content: "G";}
.job-wrap.job03 h3::before{ content: "M"; right: -150%;}
.job-wrap.job01a h3::before{ content: "D";}
.job-wrap.job04a h3::before{ content: "D";}
.job-wrap.job02a h3::before{ content: "G";}
.job-wrap.job03a h3::before{ content: "M";}
.vertical-en rt {
    position: relative;
    right: -0.5em;
    transform: translateX(0.5em);
    color: #D1D0D0;
    font-size: 15px;
}
.job-txt{
    position: absolute;
    width: 475px;
    height: 225px;
    background: #fff;
    padding: 25px;
    right: 20%;
    bottom: -40%;
}
.job02 .job-txt{
    left: 20%;
}
.job04a .job-txt,.job03a .job-txt{
    left: 20%;
}
.job-txt .btn01{
    position: absolute;
    right: 12%;
    bottom: -25%;
}

/* sec04 */
section#sec04::before{
    border-radius: 50px 50px 0 0;
    background: #F4F4F4;
}
#sec04 .tit-img{
    width: 30vw;
}
#sec04 .row img{
    margin-bottom: 1em;
}

/* sec05 */
#sec05 .col-md-6{ padding: 0;}
.sec05-bg::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.8;
}
.sec05-bg.bg-img01::before{ background: #0B53BA;}
.sec05-bg.bg-img02::before{ background: #C7254A;}
#sec05 a{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 10;
    padding: 100px 40px;
    color: #fff;
}
.sec05-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
.sec05-txt{ position: relative;}
.bg-img01{ background-image: url(../img/driver-img06.jpg);}
.bg-img02{ background-image: url(../img/sec05-img02.jpg); background-position: center;}
#sec05 .btn01 {
    color: #fff;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
}
#sec05 .btn01 .view-arrow{ background: #fff;}
#sec05 a:hover .btn01 .view-arrow{ background: #C7254A; transition: all 0.4s;}
#sec05 .btn01 .view-arrow::before{ border-color: #333;}
#sec05 .btn01 .view-arrow::after{ background: #333;}
#sec05 a:hover .btn01 .view-arrow::before{ border-color: #fff;}
#sec05 a:hover .btn01 .view-arrow::after{ background: #fff;}

/* sec06 */
section#sec06::before{
    background-image: url(../img/bg.png);
    height: 150%;
}
section#sec06{
    padding: 0;
}
#sec06 a{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 10;
    padding: 100px 0;
    color: #fff;
    font-size: 54px;
    text-align: center;
}
.btn02{
    color: #fff;
    display: inline-block;
    position: relative;
    transition: all 0.4s;
    /* left: 10%;
    transform: translateX(-50%); */
}
.btn02 a{ 
    color: #fff; 
}
#sec06 a:hover .btn02 .view-arrow{
    background: #C7254A;
    transition: all 0.4s;
}
#sec06 .view-arrow {
    width: 42px;
    height: 42px;
    right: -50%;
}
#sec06 .btn02 img{ position: relative; z-index: -10;}

/* --------------------------------------------
    other page
-------------------------------------------- */
#titbar {
    position: relative;
    z-index: 5;
    background-image: url(../img/titbar.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: cover;
    padding: 0!important;
    left: 0;
}
#titbar h1 {
    color: #fff;
    display: block;
    width: 100%;
    margin: 0;
    padding: 150px 25px 80px;
    text-align: center;
    text-wrap: wrap;
}
#titbar h1::before{
    content: "";
    background-image: url(../img/titbar02.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 250px;
    height: 100%;
    z-index: -1;
    mix-blend-mode: soft-light;
}
@media screen and (max-width: 767px) {
    #titbar h1::before{
        top: 68%;
        width: 185px;
    }
}
#titbar span{ 
    color: #fff;
    font-size: 18px;
    display: block;
    margin: 0 auto;
    text-align: center;
    text-wrap: wrap;
}
/* .other-content h1{ font-size: 36px;} */
.other-content h2{ margin-bottom: 2rem;}

.sec-inline { padding-inline: calc((100vw - 1000px) / 2); padding-top: 3rem; margin-bottom: 5rem;}
.other-pages .sec-inline{ margin-bottom: auto;}

/* .other-pages .table>:not(caption)>*>* {
    border-width: 1px;
    border-color: #333;
} */
.sec-inline img{
    max-width: 100%;
    height: auto;
}

/* .other-content .sec-inline {
    padding-top: 0;
    margin-bottom: 0;
} */
.other-content .sec-inline:first-child { padding-top: 5em; padding-bottom: 5rem;}
.other-content .tit-center { margin-top: 0; }


/*--- table ---*/

.scroll-hint-icon { top: 50%!important; transform: translateY(-50%)!important; }
.scroll-hint-icon:before { width: 30px!important; height: 30px!important; }
.other-content .table-scroll table.table-p0 { margin: 0 auto; padding: 0; }
.other-content .table-scroll table.table-p0:first-of-type { margin-top: 3em; }
.other-content .table-scroll table.table-p0:last-of-type { margin-bottom: 3em; }
.other-content .table-scroll table caption p { margin: 0 auto; line-height: 1.3!important; }
.other-content .table-scroll table tr th, .other-content .table-scroll table tr td {
    line-height: 1.6;
    letter-spacing: 0.05em;
    padding: 15px 25px;
    vertical-align: top;
    border: 0.5px solid #333;
    border-collapse: collapse;
}
.other-content .table-scroll table.table-fixed tr th, .other-content .table-scroll table.table-fixed tr td { 
    padding: 10px 20px;
 }
@media screen and (max-width: 767px) {
    .other-content .table-scroll table.table-fixed tr th,
    .other-content .table-scroll table.table-fixed tr td { 
        font-size: 14px!important; 
        padding: 10px 10px!important; 
    }
}



.other-content .table-scroll table.w0 tr th:first-child, .other-content .table-scroll table.w0 tr td:first-child {
    white-space: nowrap;
    width: 0;
}
.other-content .table-scroll table tr td {
    vertical-align: middle;
    border-left: 0.5px solid #333;
}
.other-content .table-scroll table tr:nth-child(odd) {
    background: #eaeaea;
}
.other-content .table-scroll table tr th {
    background: #002389;
    color: #fff;
}
.other-content .table-scroll table tr th p, .other-content .table-scroll table tr td p {
    line-height: 1.6!important;
    text-align: left;
}
.other-content .table-scroll table tr th a, .other-content .table-scroll table tr th a:hover, .other-content .table-scroll table tr th a:focus {
    color: #fff!important;
    text-decoration: underline;
    outline: none;
}
.other-content .table-scroll table tr td a, .other-content .table-scroll table tr td a:hover, .other-content .table-scroll table tr td a:focus {
    color: #00f!important;
    font-weight: bold;
    text-decoration: underline;
    outline: none;
}
.other-pages .table-fixed th:first-child{
  position: sticky;  position: -webkit-sticky;
  left: 0;
}
.table-calc_list01 table {
    max-width: 100%;
}
.table-calc_list01 th,.table-calc_list01 td{
font-size: 0.65em !important;
padding: 3px !important;
}
.other-content th{ 
    width: 8em;
}

/* 会社概要リスト */
.about-list{
    display: flex;
    flex-wrap: wrap;
}
.about-list dt{
    width: 25%;
    display: flex;
    align-items: flex-start;
}
.about-list dd{
    width: 75%;
}
.about-list dt,.about-list dd{
    padding: 10px;
    border-bottom: 1px solid #333;
    margin-bottom: 0;
}

a.anchorpoint01 {
    display: block;
    padding-top: 80px;
    margin-top: -80px;
}
.listanchor01 {
    margin: 0 auto 1rem!important;
	padding-left: 0!important;
	display: flex;
	flex-wrap: wrap;
}
.listanchor01:after {
    content:"";
    display:table;
	height: 0;
	clear: both;
}
.listanchor01 li {
    list-style: none;
    padding: 5px!important;
    margin: 0!important;
    width: calc(100% / 3);
    display: flex;
}
.listanchor01 li::before { display: none!important; }
.listanchor01 li a {
    border-radius: 5px;
    width: 100%;
    height: auto;
    min-height: 3em;
    text-align: center;
    background-color: #C7254A;
    color: #fff;
    font-size: 0.86em;
    font-weight: 600;
    padding: 2em 1em;
    line-height: 1.4;
    letter-spacing: 0.01em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.listanchor01 li a:after {
    padding: 5px 0 0 15px;
    font-family: "Font Awesome 5 Free";
    content: "\f13a";
    font-weight: 900;
}
.listanchor01 li a:hover {
    background-color: #d43c55;
}
.listanchor-bl li a { background-color: #C7254A; }
.listanchor-bl li a:hover { background-color: #d43c55; }
@media screen and (max-width: 767px) {
	.listanchor01 li { width: calc(100% / 2); }
    .listanchor01 li a:after { padding: 0 0 0 0.5em; }
    .listanchor01 li a {
        padding: 0.5em 1em;
    }
}

.time-wrap{
    background: url(../img/bar.png) 22px 0px repeat-y;
    background-size: 4px;
}
.time-list{
    position: relative;
    margin-left: 60px;
}
.time-list::before{
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    left: -49px;
    top: 4px;
    width: 26px;
    height: 26px;
}

.time0100::before { background-image: url(../img/cl0100.png);}
.time0200::before { background-image: url(../img/cl0200.png);}
.time0300::before { background-image: url(../img/cl0300.png);}
.time0330::before { background-image: url(../img/cl0330.png);}
.time0400::before { background-image: url(../img/cl0400.png);}
.time0430::before { background-image: url(../img/cl0430.png);}
.time0500::before { background-image: url(../img/cl0500.png);}
.time0510::before { background-image: url(../img/cl0510.png);}
.time0600::before { background-image: url(../img/cl0600.png);}
.time0630::before { background-image: url(../img/cl0630.png);}
.time0700::before { background-image: url(../img/cl0700.png);}
.time0710::before { background-image: url(../img/cl0710.png);}
.time0730::before { background-image: url(../img/cl0730.png);}
.time0800::before { background-image: url(../img/cl0800.png);}
.time0830::before { background-image: url(../img/cl0830.png);}
.time0810::before { background-image: url(../img/cl0810.png);}
.time0845::before { background-image: url(../img/cl0845.png);}
.time0930::before { background-image: url(../img/cl0930.png);}
.time1000::before { background-image: url(../img/cl1000.png);}
.time1100::before { background-image: url(../img/cl1100.png);}
.time1200::before { background-image: url(../img/cl1200.png);}
.time1230::before { background-image: url(../img/cl1230.png);}
.time1250::before { background-image: url(../img/cl1250.png);}

/* contact */
.contact-form dl{
    margin: 0.125em 0;
    padding: 0.5em 0;
    display: flex;
    border-bottom: 1px dotted #F2F2F2;
}
.contact-form dl dt {
    font-weight: bold;
    width: 18em;
    margin-right: 2.5%;
    background: #fff;
    padding: 10px 15px;
    white-space: nowrap;
    border-radius: 6px;
}
.contact-form dl label {
    margin-bottom: 0;
}
.contact-form p {
    font-size: 1rem!important;
    width: 100%!important;
    margin-bottom: 0!important;
    list-style: 1.5!important;
    text-wrap: wrap;
}
.contact-form p.form-cp {
    font-size: 0.8em!important;
    line-height: 1.4;
    margin: 5px 0;
}
.contact-form dl dd {
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.contact-form .must {
    color: #fff!important;
    font-size: 13px!important;
    font-weight: bold!important;
    line-height: 1!important;
    display: inline-block!important;
    margin-left: 5px!important;
    padding: 2px 0.3em 3px!important;
    background: #C30008!important;
    border-radius: 3px!important;
    vertical-align: baseline!important;
}
.wpcf7-submit {
    color: #fff!important;
    font-size: 18px!important;
    width: 12em!important;
    font-size: 1em!important;
    font-weight: bold!important;
    line-height: 1!important;
    letter-spacing: 0.1em!important;
    display: block!important;
    margin: 30px auto!important;
    padding: 20px 5em!important;
    text-align: center;
    background: #002389!important;
    background-size: 110%!important;
    background-position: center!important;
    border: none!important;
    border-radius: 12px!important;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.contact-form dl dd textarea {
    width: 100%;
}

.js-scrollable {
    width: 100%;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
}

.flex-btn{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.flex-btn .btn03{ margin-right: 1rem;}
@media screen and (max-width: 767px) {
    .flex-btn{
        flex-direction: column;
        align-items: flex-start;
    }
    .flex-btn .btn03{ margin-right: 0rem; margin-bottom: 1rem;}
}

.voice-bg{
    color: #fff;
    background: #C7254A;
    text-align: center;
    margin-top: 1rem;
}
.voice-bg span{
    display: block;
    padding: 10px 0;
    line-height: 1.4;
}
.voice-bg span:nth-of-type(1){
    border-bottom: 1px solid #fff;
}

.pagination-list{
    text-align: center;
    margin-bottom: 2rem;
}
.pagination-list span{ color: #C7254A;}
.pagination-list span,.pagination-list a{
    font-size: 18px;
    padding: 10px 10px;
    border: 1px solid #C7254A;
    border-radius: 5px;
}
.pagination-list a{
    color: #fff;
    background: #C7254A;
}
.pagination-list a:hover{
    color: #C7254A;
    background: #fff;
}


/* フッター*/
footer {
    position: relative;
    z-index: 50;
    margin-top: -1px;
    background-color: #333;
    border-radius: 50px 50px 0 0;
}
footer .brand{
    position: initial;
}
footer .brand img{ width: 350px;}
.foot-wrap{ 
    padding-top: 3rem;
    width: 80%;
    margin: 0 auto;
}
footer a{ color: #fff;}
footer a:hover{ color: #aeaeae;}
footer ul{
    list-style: none;
    padding: 0;
    margin-top: 1em;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0;
}
footer li{
    padding: 0 20px;
    border-right: 1px solid #fff;
}
footer li:nth-of-type(1){ padding-left: 0;}
footer li:nth-last-child(1){ border-right: none;}
.foot-nav{ 
    margin-top: 2rem;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
/* .other-pages footer {
    margin-top: 7rem;
    clear: both;
} */
.copy{
    color: #fff;
    text-align: center;
    font-size: 15px;
    margin-top: 2rem;
    padding-bottom: 10px;
}
@media screen and (max-width: 1101px) {
    .sec-inline { padding-inline: calc((100vw - 900px) / 2); }
    .sec-inline-start { padding-inline-start: calc((100vw - 900px) / 2); }
    .sec-inline-end { padding-inline-end: calc((100vw - 900px) / 2); }
}
@media (max-width: 960px){
.sec-inline {
    padding-inline: initial;
    padding-left: 6%;
    padding-right: 6%;
}
.sec-inline-start { padding-inline: initial; padding-left: 6%; }
.sec-inline-end { padding-inline: initial; padding-right: 6%; }
/* .list02{
    width: 90%;
} */
}
/* SPサイズ */
@media(max-width: 767px){
    /* 基礎設定 */
    html, body { font-size: 16px;}
    h1 { font-size: 26px; }
   h2 { font-size: 24px; }
   h3 { font-size: 22px; }
   h4 { font-size: 20px; }
   h5 { font-size: 18px; }
   h6 { font-size: 16px; }
    .box-wh, .box-gray, .box-grad { padding: 1.5em 1.2em; }
    .is-hidden{
        visibility: hidden;
        opacity: 0;
    }
    .btn01 a { font-size: 18px; }
    .slider-pro img{ margin-top: 88px !important;}

    .sec-inline {
        padding-left: 7.5%;
        padding-right: 7.5%;
    }
    section {
        padding: calc(40px + 4rem) 0 calc(40px + 6rem);
    }
    .col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{ margin-bottom: 2rem;}
    .step-list {
        display: block;
    }
    .step-list .item,.step-list.guide .item {
        width: 100%;
    }
    .step-list .item::before {
        border-width: 1.5em 400px 0 0;
        border-color: #fff transparent transparent transparent;
    }
    
    .step-list .item a::before, .step-list .item::before {
        right: auto;
        left: 50%;
        border-width: 0 0 1.5em 400px;
        border-color: transparent transparent #fff transparent;
    }
    .step-list .item::before, .step-list .item::after {
        top: 100%;
        bottom: auto;
    }
    .step-list .item a::before, .step-list .item a::after, .step-list .item::before, .step-list .item::after {
        content: "";
        position: absolute;
        z-index: 2;
        width: 400px!important;
        height: 1.5em!important;
        background-color: transparent!important;
        top: auto;
        bottom: 0;
        border-style: solid;
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
        -webkit-transform: skew(0deg) translateX(0%);
        transform: skew(0deg) translateX(0%);
    }
    .step-list .item:first-child a {
        padding: 1em 1em;
    }
    .step-list .item a {
        font-size: 1em;
        height: auto;
        margin: 0 auto;
        padding: 2.5em 1em 1.5em;
    }
    .step-list .item a::before, .step-list .item::before {
        right: auto;
        left: 50%;
        border-width: 0 0 1.5em 400px;
        border-color: transparent transparent #fff transparent;
    }
    .step-list .item a::after, .step-list .item::after {
        left: auto;
        right: 50%!important;
        border-width: 1.5em 0 0 400px;
        border-color: transparent transparent transparent #fff;
    }
    .step-list .item::after {
        border-width: 0 400px 1.5em 0;
        border-color: transparent #fff transparent transparent;
    }
    .step-list .item::before, .step-list .item::after {
        top: 100%;
        bottom: auto;
    }
    .step-list .item::before {
        border-width: 1.5em 400px 0 0;
        border-color: #fff transparent transparent transparent;
    }
    .step-list .item:last-child a {
        padding: 2.5em 1em 1em;
    }

    .step-wrap .step-item {
        display: block;
        border-width: 5px;
        border-radius: 25px;
    }
    .step-wrap .step-item .step-num {
        padding: 5px 10px 10px;
        border-radius: 15px 15px 0 0;
    }

    #clickarea ul:nth-of-type(1) li{ font-size: 18px;}
    #clickarea li {
        margin-bottom: 0.5rem;
    }
    .menu-list{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-right: 0rem;
        margin-bottom: 50px;
    }
    #clickarea ul{ margin: 0;}
    #clickarea {
        width: 100%;
        padding-top: 15vh;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    #clickarea .click-list {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }
    #clickarea.panelactive #click-wrap {
        top: 0;
        padding-left: 0;
    }
    .list02 a span{ font-size: 18px;}
    

    .openbtn{right: 8%;}
    .openbtn::after{
        display: block;
        position: absolute;
        content: 'MENU';
        text-align: center;
        transform: translate(-50%, -50%);
        left: 55%;
        bottom: -20px;
        color: #333;
        font-size: 13px;
        font-weight: bold
    }
    .openbtn.active::after{
        content: "CLOSE";
        color: #fff;
    }

    /* サイドボタン */
    .sidebtn{
        width: 100%;
        height: 70px;
        bottom: 0;
        text-align: center;
        vertical-align: middle;
        writing-mode: initial;
    }
    .side01,.side02{ width: 50%;}
    .side01{ 
        left: 0;
        background: linear-gradient(320deg,#8EE0F3,#0B53BA,#C7254A);
    }
    .side02{ right: 0;}
    .sidebtn a{ 
        padding: 20px;
        line-height: 1.2;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* sec01 */
    .sec01-wrap {
        align-items: stretch;
        position: relative;
    }
    .news-item, .news-item a {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
    }
    .news-item dt {
        font-size: 14px;
    }
    .news-item dd {
        color: #333;
        font-size: 16px;
        margin: 0;
        white-space: nowrap;
        width: 60vw;
        overflow: hidden;
    }
    .other-content .news-wrap{
        flex-direction: column;
        align-items: flex-start;
    }
    .other-content .news-item dd{ width: auto;}
    .news-wrap .btn01{ 
        /* position: initial; */
        position: relative;
        margin-top: 1rem;
        top: auto;
        transform: translateY(0);
    }
    .news-wrap .view-arrow{ 
        /* right: 0%; */
    }

    /* sec02 */
    #sec02::before {
        background-image: url(../img/bg_sp.jpg);
        height: 110vh;
    }
    #sec02 .sec-wrap::after {
        display: none;
    }
    .sec02-txt::after {
        width: 320px;
        height: 175px;
    }
    section#sec02{
        padding: calc(40px + 1rem) 0 calc(40px + 10rem);
    }
    #sec02 .sec-wrap::before, #sec02 .sec-wrap::after {
        bottom: 0%;
        top: auto;
        left: 25%;
    }

    /* sec03 */
    .sec-ov {
        flex-direction: column-reverse;
        margin-bottom: 3rem;
    }
    .tit-img {
        right: -8%;
        width: 85vw;
    }
    section#sec03{
        padding: calc(40px + 4rem) 0 calc(40px + 15rem);
    }
    .job-wrap {
        flex-direction: column-reverse;
        margin-bottom: 20rem;
    }
    .job-wrap:nth-last-child(1){
        margin-bottom: 0;
    }
    .sec03-cnt h3 {
        margin: auto; 
        left: auto; 
        margin-bottom: 2rem;
    }
    .sec03-cnt .job02 h3 {
        right: auto;
    }
    .sec03-cnt .job04a h3,.sec03-cnt .job03a h3 {
        right: auto;
    }
    .job-txt .btn01 {
        right: 15%;
        bottom: auto;
    }
    .cnt-img {
        width: 100%;
        height: 300px;
    }
    .job-txt{
        width: 325px;
        height: 270px;
        right: 50%;
        left: 50%;
        bottom: -70%;
        transform: translate(-50%, -50%);
    }
    .job02 .job-txt {
        left: 50%;
    }
    .job04a .job-txt,.job03a .job-txt {
        left: 50%;
    }

    /* sec04 */
    section#sec04{
        padding: calc(40px + 1rem) 0 calc(40px + 0rem);
    }
    #sec04 .tit-img {
        width: 55vw;
        right: -47%;
    }
    #sec04 .col-md-2,#sec04 .col-md-3,#sec04 .col-md-4,#sec04 .col-md-5,#sec04 .col-md-6,#sec04 .col-md-8,#sec04 .col-md-9,#sec04 .col-md-10,#sec04 .col-md-11,#sec04 .col-md-12{ margin-bottom: 0rem;}

    /* sec05 */
    #sec05 .col-md-6{ margin: 0;}
    #sec05 a {
        padding: 60px 20px 90px;
    }
    #sec05 .view-arrow {
        right: 0%;
        left: 50%;
        top: 180%;
    }
    /* sec06 */
    #sec06 .view-arrow{
        right: 0%;
        left: 50%;
        top: 120%;
    }

    #titbar h1 { padding: 120px 15px 50px; }
    .other-content .sec-inline:first-child { padding-top: 3em; }
    .js-scrollable {
        width: 100%;
        overflow: scroll;
        margin-bottom: 1rem;
    }
    .js-scrollable table {
        width: 100%;
    }
    .js-scrollable table tr th, .js-scrollable table tr td {
        display: table-cell;
        width: auto!important;
        white-space: nowrap;
    }
    .js-scrollable table tr th { white-space: nowrap; }
    .js-scrollable table, table.no-responsive {
        width: 100%;
        overflow: scroll;
    }
    .js-scrollable table tr th, .js-scrollable table tr td,
    table.no-responsive tr th, table.no-responsive tr td {
        display: table-cell;
        width: auto!important;
    }
    .js-scrollable table tr td:last-child, table.no-responsive tr td:last-child { padding-top: 12px!important; }

    .other-content .news-wrap{
        justify-content: flex-start;
    }

    .reverse a{
        width: 60px;
        height: 60px;
    }
    .rev-txt{ font-size: 14px;}
    /* footer */
    .brand,footer .brand img{ 
        max-width: 65%;
        width: 250px;
    }
    footer .brand{ 
        position: relative;
        left: 1rem;
    }
    .foot-wrap{ padding-top: 10%; width: 90%; padding-bottom: 65px;}
    .foot-wrap ul{ flex: 1;}
    footer li:nth-of-type(1){ padding-left: 10px;}
    footer li{ 
        padding: 0 10px;
        margin-bottom: 1rem;
    }
    .copy{ margin-top: 0;}
}
@media(max-width: 575px){
    /* 基礎設定 */
    h1 { font-size: 1.6em; }
    h2 { font-size: 1.5em; }
    h3 { font-size: 1.4em; }
    h4 { font-size: 1.3em; }
    h5 { font-size: 1.2em; }
    h6 { font-size: 1.1em; }

    .table th, .table td {
        display: block;
        width: 100%;
    }
    .table th { border-bottom: none; padding-top: 20px; }
    .table td { padding-top: 0; padding-bottom: 25px; }
    .table td *:last-of-type { margin-bottom: 0; }
    .box-wh, .box-gray, .box-grad { padding: 1.5em 1.2em; }
    .sec-inline { padding-inline: initial; padding-left: 7%; padding-right: 7%; }
}