*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
body {
    width: 100%;
    -ms-overflow-x: hidden;
    overflow-x: hidden;
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","游明朝体",YuMincho,"Yu Mincho","ＭＳ Ｐ明朝","MS PMincho",'Sawarabi Gothic','Sawarabi Mincho',serif;
    word-wrap: break-word;
    line-height: 160%;
    font-synthesis: none;
    -moz-font-feature-settings: 'kern';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    direction: ltr;
    background-color: #fcfcfc;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

p{
    margin:0;
}
a {
    text-decoration: none;
}
header {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
}
main#index {
    margin-top: 103px;
}
.wf-sawarabimincho { font-family: "Sawarabi Mincho", serif; }

.header--inner.row {
    background: #fff;
    align-items: center;
    justify-content: space-between;
}
.header--inner {
    padding: 12px;
}
.row {
    display: flex;
    justify-content: space-between;
}
.header--logo {
    padding-left: 16px;
    width: 260px;
    height: 80px;
}
.header--logo img {
    width: 100%;
}
.header--link a {
    display: inline-block;
    padding: 19px 24px;
    color:#000;
    font-weight: bold;
    font-size: 19px;
}
.header--link a:visited {
    color: #000;
}
.header--link a:last-child {
    /* padding-right: 12px; */
    border-left: 1px solid;
}
.top--image {
    width: 100%;
    height: 90vh;
    position: relative;
}
.wrap-image {
    background-image: url(../img/IMG_3208_1900.jpg);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}
.wrap-image.recruit {
    background-image: url(../img/DSC09588_1900.jpg);
    background-position: right 0% top 100%;
}
.wrap-image.about{
    background-position: right 30% bottom 100%;
}

.top--imageText {
    position: absolute;
    left: 2%;
    top: 10%;
    color: white;
    font-size: 37px;
    line-height: 1.8;
}

.top--imageTextSp {
    display: none;
    position: absolute;
    color: white;
    text-align: center;
    font-size: 37px;
    line-height: 1.8;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.content-inner-y {
    padding-top: 80px;
    padding-bottom: 80px;
}
.content-inner-y.gap {
    padding-top: 160px;
    padding-bottom: 160px;
}
.container {
    max-width: 1140px;
    width: 100%;
    /* padding-right: 20px;
    padding-left: 20px; */
    margin-right: auto;
    margin-left: auto;
}
.itemsBox {
    width: 100%;
    /* position: relative; */
}

.itemsText {
    width: 50%;
    /* position: absolute; */
    top: 20px;
    left: 0;
}
.itemsPicture {
    position: absolute;
    top: -100px;
    width: 53%;
    right: 0px;
}

.pos-r{
    position: relative;
}
.wrapText {
    background-color: #81bdab;
    padding: 40px 50px;
    -webkit-filter: drop-shadow(-44px 50px 40px rgba(0, 0, 0, .05));
    -moz-filter: drop-shadow(-44px 50px 40px rgba(0, 0, 0, .05));
    -ms-filter: drop-shadow(-44px 50px 40px rgba(0, 0, 0, .05));
    filter: drop-shadow(-44px 50px 40px rgba(0, 0, 0, .05));
}


.title-common {
    letter-spacing: 4px;
    font-size: 35px;
    margin: 0;
    color: white;
}


.wrapText h4 {
    font-size: 26px;
    margin-top: 20px;
    line-height: 2.6rem;
    margin-bottom: 20px;
    letter-spacing: .15rem;
}
.scrt-fade.visible {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.wrapText p {
    line-height: 1.8rem;
}
.btn-wrap {
    width: 180px;
    background: 0 0!important;
    margin-left: 60%;
    margin-top: 20px;
}
.btn.border {
    border: 1px solid #fff;
    background: 0 0;
    color: #000;
    min-width: 180px;
    letter-spacing: .05rem;
    display: block;
    position: relative;
    /* overflow: hidden; */
}

.btn {
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 8px 13px;
    font-size: 1.1rem;
    line-height: 1.5;
    border-radius: 3px;
}

.contents--about {
    /* margin-bottom: 80px;
    margin-top: 140px; */
}
.contents--conmpliance {
    /* margin-bottom: 80px; */
    margin-top: 190px;
}
.contents--recruit {
    margin-top: 50px;
}
.bgImg {
    background-image: url(../img/IMG_3229_top02.jpg);
    /* right: 0; */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 340px;
    z-index: -1;

    mix-blend-mode: color-burn;
}
.bgImg.recruit {
    background-image: url(../img/DSC09588_top03.jpg);
}
.bgImg.conmpliance {
    background-image: url(../img/DSC09597_top04.jpg);
}

.itemsPictureRecruit {
    width: 53%;
    /* position: absolute; */
    top: 20px;
    left: 0;
    z-index: 1;
}
.itemsTextRecruit {
    position: absolute;
    bottom: -75px;
    width: 50%;
    right: 0px;
}
.wrapText.recruit {
    background-color: #fbffa0;
    /* mix-blend-mode: color-burn; */
}
.title-common.recruit {
    color: #000;
    margin-left: 60%;
}
.wrapText.conmpliance {
    background-color: #a281bd;
}
.contents--googlemap {
    width: 100%;
}
.gmap {
    object-fit: none;
    width: 100%;
}
.footer {
    background-color: #f5a600;
    color: white;
    padding-top: 18px;
    padding-bottom: 46px;
}
.footerLink-text:visited {
    color: white;
}
.footerLink-head:visited {
    color: white;
}
.footerLink-head {
    color: white;
    font-size: 24px;
    margin-bottom: 10px;
    /* margin-right: 28px; */
}
.footerLink {
    margin-right: 40px;

}
.f_logo {
    margin-bottom: 12px;
}

.topSpText{
    display: none;
}

/* 会社概要 */

.Center{
    text-align: center;
}

.top--image.about{
    height: 40vh;
}
.top--imageText.about{
    font-size: 40px;
    text-shadow: 3px 3px 6px #000000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.concept {
    text-align: center;
}
.data-table th, .data-table td {
    border: solid 1px #D5D5D5;
    padding: 4px;
}
.data-table {
    margin: 0 auto;
    border-collapse: collapse;
    width: 100%;
}
.data-table th {
    width: 15%;
    vertical-align: middle;
    /* text-align: left; */
}
.data-table td {
    text-align: left;
    width: 85%;
    padding-left: 33px;
}
.wrapBox {
    margin-bottom: 200px;
}
.wrapBox.last {
    margin-bottom: 0px;
}
.doter {
    border-bottom: 1px dashed;
    text-align: left;
    padding-left: 48px;
    margin-bottom: 22px;
}

.headText {
    margin-bottom: 30px;
    font-size: 28px;
}
.footerRight {
    /* padding-top: 46px; */
}
.wrap-section {
    margin-top: 300px;
    margin-bottom: 300px;
    padding-right: 50px;
}
.btn-shadow{
    background: rgba(217, 217, 217, 0.3);
}

.left {
    text-align: left;
}
.headText.left {
    font-size: 36px;
    font-weight: normal;
}
.addMrg {
    margin-left: 104px;
}

/* 採用ページ */


/* アコーディオン */
.menu {
    width: 100%;
    margin-bottom: 16px;
}

/* .menu a {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #000;
} */
label {
    display: block;
    margin: 0 0 4px 0;
    padding: 6px 16px;
    line-height: 1;
    font-size: 24px;
    color: #000;
    background: #c7c7c7;
    cursor: pointer;
    text-align: left;
}

input {
    display: none;
}

.menu ul {
    margin: 0;
    padding: 0;
    background :#f4f4f4;
    list-style: none;
}

.menu li {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li,
#menu_bar03:checked ~ #links03 li,
#menu_bar04:checked ~ #links04 li,
#menu_bar05:checked ~ #links05 li,
#menu_bar06:checked ~ #links06 li,
#menu_bar07:checked ~ #links07 li,
#menu_bar08:checked ~ #links08 li,
#menu_bar09:checked ~ #links09 li,
#menu_bar10:checked ~ #links10 li,
#menu_bar11:checked ~ #links11 li,
#menu_bar12:checked ~ #links12 li,
#menu_bar13:checked ~ #links13 li,
#menu_bar14:checked ~ #links14 li{
    height: auto;
    opacity: 1;
}

.menu.left ul li {
    padding-left: 24px;
}

label.row.faq {
    background: none;
    border: 1px solid #cdcdcd;
    margin-top: 24px;
}

/* アコーディオン */

/* 仕様変更アコーディオン */
/*General style */

/* #accordion {padding: 30px 150px;} */
.panel-title a {
    font-size: 24px;text-transform: uppercase;
    /* font-weight: 600; */
    padding-right:20px;
    display: block;
}
.panel-default>.panel-heading {text-align: left;}
.panel-heading {padding: 15px 15px;}


/* Code for animation -- to change direction of chevron just change -40px to 40px and vice versa */
.glyphicon-chevron-down-custom span, .glyphicon-chevron-up-custom span {width: 10px; height: 5px; background-color: rgb(99, 99, 99); display: inline-block; transition: all .1s linear;}
.glyphicon-chevron-down-custom .sp-1, .glyphicon-chevron-up-custom .sp-2 {transform: skewY(-40deg);}
.glyphicon-chevron-up-custom .sp-1, .glyphicon-chevron-down-custom .sp-2 {transform: skewY(40deg);}
.glyphicon {top: -2px;}



/* bootstrap */
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-default {
    border-color: #ddd;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
    font-weight: normal;
}

.panel-title>.small, .panel-title>.small>a, .panel-title>a, .panel-title>small, .panel-title>small>a {
    color: inherit;
}
.pull-right {
    float: right!important;
}
.glyphicon {
    position: relative;
    top: 10px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.collapse {
    display: none;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd;
}
.panel-body {
    padding: 15px;
}
.panel-group .panel+.panel {
    margin-top: 24px;
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
/* a:focus, a:hover {
    color: #23527c;
    text-decoration: underline;
} */
.collapse.in {
    display: block;
}
.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before {
    display: table;
    content: " ";
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after {
    clear: both;
}
.panel-group {
    margin-bottom: 20px;
}
a:active, a:hover {
    outline: 0;
}
.collapsing{
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease;;
}
.collapsing{
position: relative;
height:0 ;
overflow: hidden;
-webkit-transition-timing-function: ease;
-o-transition-timing-function: ease;
transition-timing-function: ease;
-webkit-transition-duration: .35s;
-o-transition-duration: .35s;
transition-duration: .35s;
-webkit-transition-property: height,visibility;
-o-transition-property: height,visibility;
transition-property: height,visibility;
}




/* 仕様変更アコ */

/* 下段アコーディオン */



  .accordion-container .article-title {
    display: block;
    position: relative;
    font-size: 24px;
    font-weight: normal;
    cursor: pointer;
    text-align: left;
    margin-top: 24px;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
    padding: 10px 35px 10px 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
  }





  .article-title{
    position: relative;
  }

  /* .article-title:after {
    content: "";
    position: absolute;
    right: 25px;
    top: 38%;
    transition: all .1s linear;
    display: block;
    transition-delay: 400ms;
    width: 8px;
    height: 8px;
    border-top: solid 2px rgb(99, 99, 99);
    border-right: solid 2px rgb(99, 99, 99);
    -webkit-transform: rotate(313deg);
    transform: rotate(313deg);
  }

  .article-title.open:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 45%;
  } */

  .accordion-content {
    display: none;
    border: 2px solid transparent;
    border-top: none;
    border-color: #ddd;
    padding: 15px;
    background: white;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
  }



  .accordion-container {
    position: relative;
    width: 100%;
    border-top: none;
    outline: 0;
    border-radius: 4px;
  }
  .accordion-content {
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius : 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
}


  .accordionBottom span{
    width: 10px;
    height: 5px;
    background-color: rgb(99, 99, 99);
    display: inline-block;
    transition: all .1s linear;
  }

  .accordionBottom .sp-1 {
    transform: skewY(-40deg);
}
.accordionBottom .sp-2 {
    transform: skewY(40deg);
}
.article-title.open .accordionBottom .sp-1 {
    transform: skewY(40deg);
}
.article-title.open .accordionBottom .sp-2 {
    transform: skewY(-40deg);
}
/* 下段アコーディオン */


.sectionRecruit {
    margin-bottom: 160px;
    margin-top: 160px;
}

.indexBtns.row {
    justify-content: center;
    text-align: center;
    margin-bottom: 200px;
}
.btnLink {
    width: 200px;
    margin-right: 10px;
}
.btns {
    padding: 10px 20px;
    background: #e6e620;
    font-size: 20px;
    color: #000;
    font-weight: bold;
}
.flexBox {
    width: calc(50% - 8px);
    /* background: #d5d5d5; */
    padding: 15px;
    /* height: 120px; */
}
.bold {
    font-weight: bold;
}
.headText.bold {
    line-height: 1.4;
}
.wrapFlexBox {
    position: relative;
}
.flexBox.top {
    background: #d5d5d5;
    height: 170px;
}
.AbusoluteCenter {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 23px;
    transform: translate(-50%, -50%);
    font-weight: bold;
    line-height: 1.4;
    text-align: left;
}

.ComplianceText {
    line-height: 1.4;
    font-size: 28px;
}
.blue {
    color: #f5a600;
}
.groupConmpliance {
    margin-bottom: 31px;
}

.flexBoxPic {
    width: 100%;
}
.flexHeadText {
    font-size: 28px;
    margin-bottom: 12px ;
}
.workBox1 {
    margin-bottom: 90px;
}
.workBox2 {
    margin-bottom: 90px;
    margin-top: 80px;
}




/* 修正追加 */



/* イメージテキスト */



.text{
    opacity: 0;
}

.text2{
    opacity: 0;
}
.text3{
    opacity: 0;
}


.text-move {
    opacity: 0;
    display: inline-block;
    transform: scale(1.25) translate(0px, 20px);
    font-size: 50px;
    letter-spacing: 0.02em;
  }
.text-move2 {
    opacity: 0;
    display: inline-block;
    transform: scale(1.25) translate(0px, 20px);
    font-size: 50px;
    letter-spacing: 0.02em;
  }
.text-move3 {
    opacity: 0;
    display: inline-block;
    transform: scale(1.25) translate(0px, 20px);
    font-size: 50px;
    letter-spacing: 0.02em;
  }

  .text-move:nth-child(1) {
    transition: opacity 1.2s ease 0.1s, transform 1.2s ease 0.2s;
  }
  .text-move:nth-child(2) {
    transition: opacity 1.2s ease 0.2s, transform 1.2s ease 0.25s;
  }
  .text-move:nth-child(3) {
    transition: opacity 1.2s ease 0.25s, transform 1.2s ease 0.3s;
  }
  .text-move:nth-child(4) {
    transition: opacity 1.2s ease 0.3s, transform 1.2s ease 0.35s;
  }
  .text-move:nth-child(5) {
    transition: opacity 1.2s ease 0.35s, transform 1.2s ease 0.4s;
  }
  .text-move:nth-child(6) {
    transition: opacity 1.2s ease 0.4s, transform 1.2s ease 0.45s;
  }
  .text-move:nth-child(7) {
    transition: opacity 1.2s ease 0.45s, transform 1.2s ease 0.5s;
  }
  .text-move:nth-child(8) {
    transition: opacity 1.2s ease 0.5s, transform 1.2s ease 0.55s;
  }
  .text-move:nth-child(9) {
    transition: opacity 1.2s ease 0.55s, transform 1.2s ease 0.6s;
  }
  .text-move:nth-child(10) {
    transition: opacity 1.2s ease 0.55s, transform 1.2s ease 0.65s;
  }
  .text-move:nth-child(11) {
    transition: opacity 1.2s ease 0.55s, transform 1.2s ease 0.7s;
  }
  .text-move:nth-child(12) {
    transition: opacity 1.2s ease 0.55s, transform 1.2s ease 0.75s;
  }



  /* 2行目 */
  .text-move2:nth-child(1) {
    transition: opacity 1.2s ease 0.6s, transform 1.2s ease 0.65s;
}
.text-move2:nth-child(2) {
    transition: opacity 1.2s ease 0.65s, transform 1.2s ease 0.7s;
}
.text-move2:nth-child(3) {
    transition: opacity 1.2s ease 0.7s, transform 1.2s ease 0.75s;
}
.text-move2:nth-child(4) {
transition: opacity 1.2s ease 0.75s, transform 1.2s ease 0.8s;
}
.text-move2:nth-child(5) {
transition: opacity 1.2s ease 0.8s, transform 1.2s ease 0.85s;
}
.text-move2:nth-child(6) {
transition: opacity 1.2s ease 0.85s, transform 1.2s ease 0.9s;
}
.text-move2:nth-child(7) {
transition: opacity 1.2s ease 0.9s, transform 1.2s ease 0.95s;
}
.text-move2:nth-child(8) {
transition: opacity 1.2s ease 0.95s, transform 1.2s ease 1.0s;
}
.text-move2:nth-child(9) {
transition: opacity 1.2s ease 1.0s, transform 1.2s ease 1.05s;
}
.text-move2:nth-child(10) {
transition: opacity 1.2s ease 1.05s, transform 1.2s ease 1.10s;
}
.text-move2:nth-child(11) {
transition: opacity 1.2s ease 1.10s, transform 1.2s ease 1.15s;
}
.text-move2:nth-child(12) {
transition: opacity 1.2s ease 1.15s, transform 1.2s ease 1.20s;
}
.text-move2:nth-child(13) {
transition: opacity 1.2s ease 1.20s, transform 1.2s ease 1.25s;
}
.text-move2:nth-child(14) {
transition: opacity 1.2s ease 1.25s, transform 1.2s ease 1.30s;
}
.text-move2:nth-child(15) {
transition: opacity 1.2s ease 1.30s, transform 1.2s ease 1.35s;
}

/* 3行目 */

.text-move3:nth-child(1) {
transition: opacity 1.2s ease 1.35s, transform 1.2s ease 1.40s;
}
.text-move3:nth-child(2) {
transition: opacity 1.2s ease 1.40s, transform 1.2s ease 1.45s;
}
.text-move3:nth-child(3) {
transition: opacity 1.2s ease 1.45s, transform 1.2s ease 1.50s;
}
.text-move3:nth-child(4) {
transition: opacity 1.2s ease 1.50s, transform 1.2s ease 1.55s;
}
.text-move3:nth-child(5) {
transition: opacity 1.2s ease 1.55s, transform 1.2s ease 1.60s;
}
.text-move3:nth-child(6) {
transition: opacity 1.2s ease 1.60s, transform 1.2s ease 1.65s;
}
.text-move3:nth-child(7) {
transition: opacity 1.2s ease 1.65s, transform 1.2s ease 1.70s;
}
.text-move3:nth-child(8) {
transition: opacity 1.2s ease 1.70s, transform 1.2s ease 1.75s;
}
.text-move3:nth-child(9) {
transition: opacity 1.2s ease 1.75s, transform 1.2s ease 1.80s;
}
.text-move3:nth-child(10) {
transition: opacity 1.2s ease 1.80s, transform 1.2s ease 1.85s;
}
.text-move3:nth-child(11) {
transition: opacity 1.2s ease 1.85s, transform 1.2s ease 1.90s;
}
.text-move3:nth-child(12) {
transition: opacity 1.2s ease 1.90s, transform 1.2s ease 1.95s;
}
.text-move3:nth-child(13) {
transition: opacity 1.2s ease 1.95s, transform 1.2s ease 2.00s;
}



  .text.active {
    opacity: 1;
  }

  .text.active .text-move {
    opacity: 1;
    transform: scale(1) translate(0);
  }
  .text2.active {
    opacity: 1;
  }

  .text2.active .text-move2 {
    opacity: 1;
    transform: scale(1) translate(0);
  }
  .text3.active {
    opacity: 1;
  }

  .text3.active .text-move3 {
    opacity: 1;
    transform: scale(1) translate(0);
  }


/* イメージテキストここまで */

.fadeLeftR,.fadeLeftRSlow {
    opacity: 0;
    transform : translate(-50px, 0px);
    transition : all 1500ms;
}

.fadeLeftR.scrollin,.fadeLeftRSlow.scrollin{
    opacity: 1;
    transform: translate(0, 0);
}


.fadeUnderT {
    opacity: 0;
    transform : translate(0, 20px);
    transition : all 1500ms;
}

.fadeUnderT.scrollin{
    opacity: 1;
    transform: translate(0, 0);
}

.fadeRightL,.fadeRightLSlow {
    opacity: 0;
    transform : translate(50px, 0);
    transition : all 1500ms;
}

.fadeRightL.scrollin,.fadeRightLSlow.scrollin{
    opacity: 1;
    transform: translate(0, 0);
}

.slideTextSp{

    animation-name: fadein;
    animation-duration: 4s;
}

@keyframes fadein {
    from {
        opacity: 0;
        transform: translateY(150px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
    }

  /* フェードインエフェクト */




  .btnTop{
    position: fixed;
    bottom: 3%;
    right: 2%;
    font-size: 80%;
    z-index:999 ;
}
.btnArea {
    width: 44px;
    height: 44px;
    background: #f5a600;
    color: #fff;
    line-height: 44px;
    text-align: center;
    display: block;
    box-shadow: 0px 0px 6px 1px rgba(31,88,120,0.23);
    transition: all 0.5s;
}
.btnArea:before {
    content: '';
    width: 9px;
    height: 9px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 44%;
    left: 40%;
}
.btnArea:hover {
    text-decoration: none;
    color: #fff;
    background: #002636;
}
.f_logo a {
    width: 188px;
    height: 60px;
    display: block;
}

.f_logo a img {
    width: 100%;
}
.sectionAbout {
    margin-top: 240px;
    margin-bottom: 200px;
}

.anchor{
    display: block;
    padding-top: 134px !important;
    margin-top: -134px !important;
}

#fixedbuttonbox {
    position: fixed;
    z-index: 13;
    right: 0;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    top: 12%;
    transition: .3s;
}
.fixedbutton {
    margin-top: 42px;
}
.fixedbutton a {
    padding: 22px 8px 22px 8px;
    background: #FFF;
    color: #f5a600 !important;
    display: block;
    text-decoration: none;
    box-shadow: 2px 2px 8px rgba(84, 84, 84, 0.6), 2px 2px 8px rgba(84, 84, 84, 0.6);
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.7rem;
    transition: color 0.3s;
}
.fixedbutton a:hover {
    padding: 22px 8px 22px 8px;
    background: #f5a600;
    color: #ffffff !important;
    display: block;
    text-decoration: none;
    box-shadow: 2px 2px 8px rgba(84, 84, 84, 0.6), 2px 2px 8px rgba(84, 84, 84, 0.6);
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.7rem;
    transition: color 0.3s;
}

.headerSP{
    display:none;
}

.heightBox {
    height: 340px;
}

.dataTyuto {
    margin-top: 34px;
    margin-bottom: 100px;
}

.wrapFlexBox.row .flexBox {
    width: 100%;
}
.map {
  width: 100%;
  position: relative;
  padding-top: 20%;
}
.maptitle {
text-align:center;
font-size:28px;
margin: 20px 0 10px 0;
font-weight: bold;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
    /* 768pxまでの幅の場合に適応される */
    .headerPC{
        display: none;
    }
    .wrap-image.top {
        background-position: right 30% bottom 10%;
    }


        .wrap-section {
            margin-top: 80px;
            margin-bottom: 80px;
            padding-right: 0px;
        }
        .header--logo {
            padding-left: 0;
            width: 150px;
            height: auto;
        }

        main#index {
            margin-top: 58px;
        }
        .top--imageText {
            font-size: 17px;
            display: none;
        }
        .top--imageTextSp {
            display: block;
            font-size: 20px;

        }
        .topSpText{
            display: block;
        }

        .itemsText{
            width: 100%;
            top:0;
            position: relative;
            order: 2;
        }
        .itemsPicture {
            position: relative;
            top: 0;
            width: 100%;
            order: 1;
        }
        .itemsBox.pos-r {
            flex-direction: column;
            display: flex;
        }
        .wrapText.recruit {
            background-color: #fbffa0;
            mix-blend-mode: unset;
        }
        .row {
            display: block;
        }
        .itemsTextRecruit {
            position: relative;
            bottom: 0;
            width: 100%;
            right: 0px;
            z-index: unset;

        }
        .content-inner-y.gap {
            padding-top: 0;
            padding-bottom: 0;
        }

        .itemsPictureRecruit {
            width: 100%;
            position: relative;
            top: 0;
            left: 0;
        }

        .btn-wrap{
            margin-left: 0;
            margin-top: 20px;
            margin: 20px auto;
        }

        .text-move {
        font-size: 30px;
        }
        .text-move2{

            font-size: 30px;
        }
        .text-move3{

            font-size: 30px;
        }


        .wrapText{
            padding: 40px 4%;
        }

        .title-common.recruit {
            margin-left: 0%;
        }

        .footer{
            padding: 20px 5%;
        }
        /* スマホヘッダー用 */

        .headerSP {
            display: block;
            /* padding: 7px; */
        }
        .header--inner.row{
            display: flex;display:-webkit-box;
            display:-ms-flexbox;
            display:flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            box-shadow: 0 0 3px rgba(0,0,0,.1);
        }
        .header--inner{
            padding: 5px 12px;
        }
        .wrapBox {
            padding: 0 4%;
        }

        .sectionAbout.sp {
            margin-top: 180px;
        }
        .data-table th {
            width: 25%;
        }
        .data-table td {
            width: 100%;
            padding-left: 12px;
        }
        .doter{
            padding-left: 0;
        }
        .addMrg {
            margin-left: 0px;
        }

        /* 採用ページ */
        .top--imageText.about {
            display: block;
        }
        .sectionRecruit {
            margin-bottom: 60px;
            margin-top: 60px;
        }
        .indexBtns.row {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .flexBox {
        width: 100%;
        }

        .btnLink {
            width: calc(50% - 5px);
            margin-bottom: 10px;
            margin-right: 0px;
        }
        .wrapBox {
            margin-bottom: 120px;
        }
        label.row {
            display: flex;
        }
        .footerRight.row {
            display: none;
        }
        label{
            font-size: 20px;
        }
        .ComplianceText {
            line-height: 1.4;
            font-size: unset;
        }
        .headText.left {
            font-size: 32px;
        }
        .title-common.corp {
            line-height: 1;
        }
        .heightBox {
            height: unset;
        }
        .accordion-container .article-title {
            font-size: 19px;
            padding: 10px 10px 10px 10px;
        }


        .indexBtns.row {

            margin-bottom: 120px;
        }
.map {
  width: 100%;
  position: relative;
  padding-top: 70%;
}
.maptitle {
text-align:center;
font-size:28px;
margin: 20px 0 10px 0;
font-weight: bold;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
    }

