@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
body {
    position: relative;
    top: 0;
    left: 0;
    background: #FFF;
    font-family: "Noto Sans JP","ヒラギノ丸ゴ Pro",Hiragino Maru Gothic Pro,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",Osaka, sans-serif;
    word-wrap : break-word;
    overflow-wrap : break-word;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    word-break: break-all;
}
#header {
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
#header.fixed {
    position:fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
	background-color: #FFF;
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.1);
}

.lg1{display: block;}
.lg2{display: none;}

#header.fixed .lg1{display: none;}
#header.fixed .lg2{display: block;}

.cntctBBx{
	width: 100%;
    background-image: url(/img/cocoyell/bg35.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #FFF;
	display: flex;padding: 120px 0;
	text-align: center;
	margin-bottom: 70px;
}

#header.fixed .hd_inner .nav-menu .show-menu .item a {
    color: #333;
}

#header.fixed .hd_inner .nav-menu .show-menu > .item a .nu:before {
    background: #db8900;
}

#header .hd_inner {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 10vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 138px;
}



#header .hd_inner .logo {
    width: 185px;
    text-align: center;
    position: relative;
    padding: 0 0;
    margin: 0 3vw;
}

#header .hd_inner .nav-menu {
    flex: 1;
    padding: 0 1.5vw 0 0;
}

#header .hd_inner .nav-menu .list-option {
    width: 100%;
    height: 50px;
    margin-top: 30px;
}

#header .hd_inner .nav-menu .list-option li{
    position: relative;
    display: inline-block;
    margin-right: 1vw;
}

#header .hd_inner .nav-menu .list-option li a{
    display: block;
    padding-left: 21px;
}

#header .hd_inner .nav-menu .list-option li a::after {
    content: " ";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;
}


#header .hd_inner .nav-menu .show-menu > .item a .nu{
    position: relative;
}


#header .hd_inner .nav-menu .show-menu > .item a .nu:before{
    content: '';
    background: #FFF;
    width: 100%;
    height: 1px;
    left: 50%;
    bottom: -10px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    opacity: 0;
}



#header .hd_inner .nav-menu .show-menu > .item a:hover .nu:before,#header .hd_inner .nav-menu .show-menu > .item .actH .nu:before{
    opacity: .8;
    transition: all 0.15s ease-in 0s;
}

#header .hd_inner .nav-menu .list-option li:nth-child(1) a::after{
    background-image:url("/img/cocoyell/icon-01.svg");
}

#header .hd_inner .nav-menu .list-option li:nth-child(2) a::after{
    background-image:url("/img/cocoyell/icon-02.svg");
}

#header .hd_inner .nav-menu .list-option li:nth-child(3) a::after{
    background-image:url("/img/cocoyell/icon-03.svg");
}

#header .hd_inner .nav-menu .show-menu .item{
    margin-right: 1.8vw;
}

#header .hd_inner .nav-menu .show-menu > .item .number-post {
    position: absolute;
    right: -12px;
    top: -9px;
    color: #063190;
}

#header .hd_inner .nav-menu .show-menu .item a {
    display: block;
    color: #FFF;
}

#header .hd_inner .nav-menu .show-menu .item .menu_s a{
    display:block;
    height: auto;
}

#header .hd_inner .nav-menu .show-menu .item .menu_s li:hover{
    background-color: rgba(82, 82, 82, 1);
    transition: all 0.15s ease-in 0s;
}

#header .hd_inner .nav-menu .show-menu .item:last-child{
    margin-right: 0;
}

#header .hd_inner .nav-menu .list-option li:last-child{
    margin-right: 0;
}



#header .hd_inner .nav-menu .show-menu {
    width: 100%;
}

#header .hd_inner .nav-menu .show-menu li{
    display: inline-block;
}

.nav-menu{
}

.number-post-Wp{
    position: relative;
}

#header .hd_inner .contact-menu {
	margin-right: 3vw;
}

#header .hd_inner .contact-menu .list-phone-ct{
    position: relative;
    overflow: hidden;
}


#header .list-phone-ct li{
	display: inline-block;
    position: relative;
	margin-left: .9vw;
}
.mv-content .list-phone-ct li{
	display: inline-block;
    position: relative;
	margin: 0 .4vw;
}

.list-phone-ct li a{
    display: block;
    color: #FFF;
}



#header .pulldown{
    position: relative;
    
}

#header .pulldown.active .bg {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    pointer-events: none;
    transition: all 0.15s ease-in 0s;
}
#header .pulldown.active .menu_s{
    display:flex;
    opacity: 100;
    transition: all 0.15s ease-in 0s;
}
#header .pulldown .menu_s {
    position: relative;
    display: none;
    opacity: 0;
    top: -21px;
    left: 0;
    z-index: 1;
    width: 100%;
    transition: all 0.2s ease-in 0s;
    background-color: #F0F0F0;
    text-align: center;
    padding: 0 0 0 0;
}

#header .pulldown .menu_s span:before{
    opacity: 0;
    
}
#header .pulldown .menu_s a:hover span:before {
    right: -13px;
    top: -8px;
    padding: 0 0;
    position: absolute;
    transition: all 0.15s ease-in 0s;
    opacity: 1;
}
#header .pulldown .prt1 a:hover .hvr:before {
    content: '6';
}
#header .pulldown .prt2 a:hover .hvr:before {
    content: '4';
}
#header .pulldown .prt3 a:hover .hvr:before {
    content: '2';
}
#header .pulldown .prt4 a:hover .hvr:before {
    content: '4';
}
#header .pulldown .prt5 a:hover .hvr:before {
    content: '3';
}
#header .pulldown .prt6 a:hover .hvr:before {
    content: '4';
}
#header .pulldown .prt7 a:hover .hvr:before {
    content: '2';
}
#header .pulldown .prt8 a:hover .hvr:before {
    content: '1';
}

#header .pulldown.active .menu_s ul{
    display: none;
    list-style: none;
    position: absolute;
    top: 0;
    left: calc(( 210px - 100% ) / -2 );
    width: 210px;
}

#header .pulldown.active:hover {
  cursor: pointer;
}
#header .pulldown.active:hover .menu_s{
    
}
#header .pulldown.active:hover .menu_s ul {
  display: block;
    overflow: hidden;
    border-radius: 5px;
}

#header .hd_inner .nav-menu .show-menu .menu_s ul li{
    display: block;
    background-color: rgba(51, 51, 51, 1);
    position: relative;
}

#header .hd_inner .nav-menu .show-menu .menu_s ul li a {
    padding: 13px 17px;
    display: block;
    position: relative;
    color: #FFF;
}

#header .hd_inner .nav-menu .show-menu .menu_s ul li:before {
    content: '';
    width: 100%;
    height: 1px;
    left: 0;
    top: 0;
    padding: 0 0;
    position: absolute;
    background-color: #000;
    opacity: .5;
}

#header .hd_inner .nav-menu .show-menu .menu_s ul li:after {
        content: '';
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    padding: 0 0;
    position: absolute;
    background-color: #FFF;
    opacity: .1;
}



    #wrapper{
	min-height: 100vh; /* ←コンテンツの高さの最小値＝ブラウザの高さに指定 */
    position: relative;/* ←相対位置 */
    padding-bottom: 87px; /* ←フッターの高さを指定 */
    box-sizing: border-box;
    /* ↑ヘッダーやフッターを含むすべての要素の高さ＝min-height:100vhになるように指定 */
    }

.copy-right{
	position: absolute;/* ←絶対位置 */
    bottom: 0;
	width: 100%;
	height: 87px;
	overflow: hidden;
}



.box12Wp{
	width: 100%;
	background-color: #f9eed2;
	
}
.box12Wp .box12{
	padding: 15px 0 0 0;
}
.box12Wp .box15{
	padding: 0 0 15px 0;
	display: flex;
	justify-content: space-around;
    align-items: stretch;
	
}
.box12Wp .box15_1{
	    width: 32%;
	padding: 10px 30px;
	color: #db8900;
	display: flex;
	align-items: center;
	min-height: 80px;
}
.box12Wp .box15_2{
	    width: 32%;
	background-color: #db8900;
	    padding: 10px 30px;
    border-radius: 10px;
	color: #FFF;
	display: flex;
	align-items: center;
	min-height: 80px;
}
.box12Wp .box15_3{
	    width: 32%;
	background-color: #db8900;
	    padding: 10px 30px;
    border-radius: 10px;
	color: #FFF;
	display: flex;
	align-items: center;
	min-height: 80px;
}

.flex-concept0896{
	padding-top: 35px;
	padding-bottom: 70px;
	
}

.flex-concept0896 h3{
	padding-bottom: 15px;
	
}


.flex-concept0896 p{
	
}

.box12 p{
	margin: auto;
}




.c-btn {
    /*background-color: #073190;*/
    
}


.c-btn {
    /*
	position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
	*/
}

.c-btn span {
    /*position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
	*/
}

.c-txt{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
}



#slidBnr {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #000;
}
		
.zs-enabled{position:relative}.zs-enabled .zs-slideshow,.zs-enabled .zs-slides,.zs-enabled .zs-slide{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;overflow:hidden}.zs-enabled .zs-slideshow .zs-slides .zs-slide{background:transparent none no-repeat 50% 50%;background-size:cover;position:absolute;visibility:hidden;opacity:0;-webkit-transform:scale(1.1, 1.1) rotate(0.1deg);-moz-transform:scale(1.1, 1.1) rotate(0.1deg);-ms-transform:scale(1.1, 1.1) rotate(0.1deg);-o-transform:scale(1.1, 1.1) rotate(0.1deg);transform:scale(1.1, 1.1) rotate(0.1deg)}.zs-enabled .zs-slideshow .zs-slides .zs-slide.active{visibility:visible;opacity:1}
.zs-enabled .zs-slideshow .zs-bullets{ 
    z-index:4;
    position: absolute;
    top: 50%;
    right: 5vw;
    transform: translateY(-50%);
    
}
.zs-enabled .zs-slideshow .zs-bullets .zs-bullet{
    cursor:pointer;width:6px;height:6px;border-radius:50%;margin:40px 0;background-color:#FFF;
}
.zs-enabled .zs-slideshow .zs-bullets
.zs-bullet.active{background-color:#fff83e}
.zs-enabled .zs-slideshow:after{content:" ";position:absolute;top:0;left:0;width:100%;height:100%;z-index:3;background:transparent none repeat 0 0}

#footer {
	width: 100%;
    background-image:url("/img/cocoyell/0290.jpg");
    background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;
	color: #FFF;
}

#footer .ft-contact {
    padding: 70px 0;
	text-align: center;
    position: relative;
    z-index: 2;
}

#footer .ft-contact__left {
  width: 100%;
  padding: 0 0 0 0;
	text-align: center;
}

#footer .ft-contact__ttl {
	padding-bottom: 35px;
}

#footer .ft-contact__right {
  width: 100%;
  padding: 35px 0 0 0;
	text-align: center;
}

#footer .ft-contact .ft-phone {

}

#footer .ft-contact .ft-phone a {
  color: #FFF;
  display: inline-block;
}

#footer .ft-contact .ft-phone a .telIc {
  margin-bottom: 10px;
  display: block;
}

#footer .ft-contact .ft-phone a svg {
  -webkit-transform: translate(7px, 6px);
      -ms-transform: translate(7px, 6px);
          transform: translate(7px, 6px);
}

#footer .flex-ft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 70px 0;
}

#footer .flex-ft .logo-ft {
  width: 206px;
}

#footer .flex-ft .logo-ft a{
    display: block;
  width: 206px;
}


#footer .flex-ft .nav-ft {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

#footer .flex-ft .nav-ft li {
  margin-left: 34px;
}

#footer .flex-ft .nav-ft li:first-child {
  margin-left: 0;
}


.btn-mail a {
  background: #073190;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  margin: 0 auto;
          justify-content: center;
    color: #FFF;
}



.btn-mail a svg {
  margin-right: 5px;
  position: relative;
  top: 1px;
}

.copy-right {
  background: #333333;
  padding: 33px 0;
}

.is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

.is-locked body {
  -webkit-overflow-scrolling: auto;
}

.inner {
  display: block;
  margin: 0 10vw;
}


    .inner05 {
		    margin-top: -110px;
		width: 100%;
        display: flex;
		justify-content: space-between;
    }


.clearfix {
  zoom: 1;
}

.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  content: "";
  display: table;
}

a {
  text-decoration: none;
}

a:hover {
}
.ttlcomp-01 {
  text-align: center;
  margin-bottom: 70px;
}

.ttlcomp-01 .en {
  display: block;
  margin-bottom: 13px;
}

.ttlcomp-02 {
  padding-bottom: 23px;
  border-bottom: 1px solid #e3e3e3;
}

.ttlcomp-03 {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.ttlcomp-03 .en {
    padding-right: 15px;
}
.txt-basic span {
  display: block;
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.txt-left {
  text-align: left;
}

.btn {
    position: relative;
  display: inline-block;
  padding-right: 50px;
}

.btn.orange:after {
  border-color: #f39800;
}

.btn:before {
  content: '';
  width: 34px;
  height: 34px;
  border-radius: 50%;
  position: absolute;
  background: #fff;
  border: 1px solid #e4e4e5;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}


.btn.orange:hover:before {
    background-color: #f39800;
    border: 1px solid #f39800;
    transition: all 0.15s ease-in 0s;
}

.btn.blue:hover:before {
    background-color: #b28e00;
    border: 1px solid #b28e00;
    transition: all 0.15s ease-in 0s;
}

.btn:after {
  content: '';
  width: 6px;
  height: 6px;
  border-top: 2px solid #b28e00;
  border-right: 2px solid #b28e00;
  position: absolute;
  right: 18px;
  top: 47%;
  -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}

.btn:hover:after {
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transition: all 0.15s ease-in 0s;
}

.table-component tr td{
    transition: all .4s cubic-bezier(.51,.21,.17,1);
}

.table-component .trtd:hover{
        background: #FFF;
}

.btn-comp01 {
  max-width: 213px;
  width: 100%;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #e3e3e3;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  outline: 0;
  cursor: pointer;
}


.btn-comp01:after {
  content: "";
  display: block;
  width: 1px;
  height: 11px;
  background: #bebebe;
  position: absolute;
  top: calc(50% - 5.5px);
  right: 22px;
  border: none;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

.btn-comp01:before {
  content: "";
  display: block;
  height: 1px;
  width: 11px;
  background: #bebebe;
  position: absolute;
  top: 49%;
  right: 17px;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  border-radius: 0;
  border: none;
}

.btn-comp02{
    display: inline-block;
    border-radius: 10px;
    padding: 10px 25px;
    background: #333333;
    margin: 0 auto;
}

.btn-comp02 .icWps{
    display: block;
    overflow: hidden;
    height: 25px;
}

.btn-comp02 .icWps .ic{
    display: block;
    position: relative;
    height: 25px;
    transition: all .4s cubic-bezier(.51,.21,.17,1);
}
.btn-comp02.col1:hover{
    background-color: #f29300;
}
.btn-comp02.col2:hover{
    background-color: #f29300;
}
.btn-comp02:hover .icWps .ic{
    transform: translateY(-100%);
}
.btn-comp02 .icWps .ic:before {
    content: 'PDF';
    width: 100%;
    height: 100%;
    left: 0;
    top: 25px;
    position: absolute;
}

.btn-comp02--disabled {
  background: #dbdde1;
  pointer-events: none;
}

.fade-up {
  opacity: 0;
  -webkit-transform: translate(0px, 120px);
  -ms-transform: translate(0px, 120px);
  transform: translate(0px, 120px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  -o-transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
}

.fade-up.active {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}

.sec-mv {
	position:relative;
	display:table;
	width:100%;
	height:100%;
	color:#FFF;
	text-align:center;
}

.sec-mv .inner {
  position: relative;
}

.sec-mv .pagingInfo {
  position: absolute;
  top: 52.85%;
  right: 76px;
  z-index: 10;
  color: #fff;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sec-mv .pagingInfo span {
  display: inline-block;
  padding: 2px;
}

.sec-mv .pagingInfo span:nth-child(1) {
  -webkit-transform: translate(38px, -29px);
      -ms-transform: translate(38px, -29px);
          transform: translate(38px, -29px);
}

.sec-mv .pagingInfo span:nth-child(2) {
  width: 50px;
  height: 1px;
  background: #fff;
  padding: 0;
  position: relative;
  -webkit-transform: rotate(-58deg);
      -ms-transform: rotate(-58deg);
          transform: rotate(-58deg);
  right: -18px;
  top: -16px;
}

.sec-mv .pagingInfo span:nth-child(3) {
  margin-top: 20px;
}

.sec-mv .slick-prev, .sec-mv .slick-next {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  z-index: 10;
  right: 80px;
  top: 47.25%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sec-mv .slick-prev:before, .sec-mv .slick-next:before {
  content: '';
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  top: 63%;
  left: 38%;
  position: absolute;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
      -ms-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
}

.sec-mv .slick-prev {
  left: auto;
  top: 58.5%;
}

.sec-mv .slick-prev:before {
  -webkit-transform: rotate(-135deg) translate(-50%, -50%);
      -ms-transform: rotate(-135deg) translate(-50%, -50%);
          transform: rotate(-135deg) translate(-50%, -50%);
  top: 10%;
}

.slider-home {
  position: relative;
}

.slider-home:before {
  content: '';
  background: rgba(0, 72, 150, 0.31);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.slider-home .item {
  outline: none !important;
}

.slider-home .item img {
  width: 100%;
  min-height: 750px;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv-content {
  position: absolute;
  top: 52.45%;
  left: 50%;
  width: 100%;
  text-align: center;
  padding: 0 4.5vw 0px;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.concept-list6{
	width:  100%;
	display: flex;
	margin-bottom: 20px;
    justify-content: space-between;
	
}

.concept-list6 .box5{
	display: flex;
	width: 49%;
	background-color: #f9eed2;padding: 30px 30px;
    border-radius: 10px;
	justify-content: center;
}

.concept-list6 .box5_a{
	min-width: 60px;
	max-width: 100px;
}



.concept-list6 .box5_a img{
	width: 100%;
	
}

.concept-list6 .box5_b{
    padding-left: 40px;
    padding-top: 20px;
	
}

.concept-list6 .box5_b h3{
	padding-bottom: 15px;
	
}

.concept-list6 .box5_b p{
	
}

.concept-list6{
	
}

.concept-list6{
	
}

.concept-list6{
	
}

.concept-list6{
	
}

.mv-ttl {
  color: #fff;
  margin-bottom: 25px;
}


.mv-post {
  position: absolute;
  right: 10vw;
  bottom: 120px;
  z-index: 3;
    max-width: 270px;
}

.mv-post a {
  display: block;
}

.mv-post__img {
  width: 100%;
  position: relative;
    overflow: hidden;
}

.mv-post__img img {
  width: 100%;
}

.mv-post__ttl {
    padding-top: 10px;
}

.tx-mv{
    position: absolute;
    display: block;
    width: 100%;
    line-height: 1;
    vertical-align: middle;
    bottom: 120px;
    left: 50%;
    transform: translateX(-50%);
}

.mv-scroll {
    position: absolute;
    display: block;
    width: 100%;
    padding-top: 60px;
    line-height: 1;
    vertical-align: middle;
    bottom: 150px;
    left: 0;
    transition: .4s cubic-bezier(.42,0,.58,1);
    overflow: hidden;
}

.heading-ttl{
    margin-bottom: 15px;
}

.heading-ttl5{
     text-align: center;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #CCC;
}


.mv-scroll:before {

    left: 50%;
    display: block;
    content: '';
    width: 1px;
    position: absolute;
    bottom: 0;
    background: rgba(255,255,255,.3);
    z-index: 0;
    height: 100%;
}

.mv-scroll:after {
    left: 50%;
    display: block;
    content: '';
    width: 1px;
    position: absolute;
    bottom: 100%;
    background: rgba(243,152,0,1);
    z-index: 1;
    height: 0;
    animation-name: scrollBar;
    animation-duration: 2.5s;
    animation-timing-function: cubic-bezier(.165,.84,.44,1);
    animation-iteration-count: infinite;
}

@-webkit-keyframes scrollBar{
    0%{bottom:150px;height:0}
    5%{bottom:70px;height:80px}
    100%{bottom:-80px;height:80px}
}
@keyframes scrollBar{
    0%{bottom:150px;height:0}
    5%{bottom:70px;height:80px}
    100%{bottom:-80px;height:80px}
}


.sec-support {
  padding: 70px 0 200px;
  background: url("/img/cocoyell/bg-04.jpg") top center no-repeat;
  background-size: cover;
  position: relative;
}

.sec-support:before {
  content: '';
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

.sec-support .inner {
  position: relative;
  z-index: 2;
}

.support-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 85%;
    margin: 0 auto;
}
.support-item {
    width: 31%;
    padding: 0 0;
}


.support-item a {
  display: block;
  text-align: center;
}


.support-img {
  background: #fff;
  padding: 40px;
  margin-bottom: 31px;
  position: relative;
}

.support-img .icon-link {
  display: inline-block;
  position: absolute;
  right: 20px;
  bottom: 10px;
  width: 12px;
  height: 20px;
  z-index: 10;
}

.support-img .icon-link:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 4px;
    transform: translateY(-50%);
    width: 12px;
    height: 2px;
    background: #f39800;
}

.support-img .icon-link:after {
  content: '';
  position: absolute;
  right: -3px;
  top: calc(50% - 3px);
  width: 6px;
  height: 6px;
  border-top: 2px solid #f39800;
  border-right: 2px solid #f39800;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.support-ttl {
  margin-bottom: 16px;
}

.news-post {
  display: flex;
	max-width: 500px;
}

.news-post img {
	width: 100%;
	margin: 0 auto;
}


#id-scroll{
  position: relative;
}

.heading-block img{
	width: 100%;
}

.sec-concept {
  padding: 70px 0 0;
  position: relative;
  overflow: hidden;
	overflow: hidden;
}



.sec-concept .flex-conceptWp {
}
.sec-concept .flex-concept {
  z-index: 2;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 70px;
	align-items: center;
	justify-content: space-between;
}

.flex-concept0896{
	margin: 0 0vw 70px 0vw;
}


.sec-concept .flex-concept02 {
  position: relative;
}

.sec-concept .flex-concept .heading-block {
  width: 48%;
	padding: 30px;
	background-color: #e8f4f4;
	border-radius: 10px;
}

.sec-concept .flex-concept .btn {
  margin-bottom: 40px;
}

.sec-concept .flex-concept__more {
  width: 48%;
	padding: 30px;
	background-color: #e8f4f4;
	border-radius: 10px;
}

.sec-concept .flex-concept .txt-basic {
  text-align: left;
}

.concept-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: relative;
	justify-content: space-between;
}

.sales-movie {
	background-color: #d3ebfd;
    display: flex;
    padding: 70px;
    margin: 70px auto 15px;
}

.pnote1{
	margin-bottom: 70px;
}

.sales-movie iframe {
    width: 800px;
    height: 450px;
	margin: 0 auto;
	border: 0;
}

.price_cost {
	width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	text-align: center;
	padding-bottom: 70px;
}

.price_cost .calc_box {
	position: relative;
    width: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.price_costInr{
	width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	text-align: center;
}

.price_costInr::after {
position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
    content: '+';
    font-weight:bold;
    font-size: 36px;
}



.price_ct span.mult::after {
    padding: 0 26px;
    content: '×';
    font-weight:bold;
    font-size: 20px;
}

.price_cost .monthly_cost {
    width: 45%;
}

.price_tt {
    background: #db8700;
    color: #ffffff;
    width: 100%;
    padding: 12px 0;
    font-weight: bold;
}

.sl3{
	display: flex;
	width: 100%;
	margin: 0 auto 70px;
	max-width: 800px;
    justify-content: center;
    align-items: center;
}

.sl3 .bx3{
	position: relative;
    width: 33.333%;
	text-align: center;
}


.sl3 .bx3 span,.sl3 .bx3 p{
	margin: 0 auto;
	padding: 0 30px;
	display: block;
}

.telIc:before {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/img/cocoyell/tel.svg);
    margin-top: 3px;
}

.sl3 .bx3 span img{
	width: 100%;
	padding-bottom: 15px;
}

.price_cost .initial_cost {
    width: 100%;
    margin: 0 0 0 0;
}

.price_ct span.price {
    font-size: 36px;
    color: #b28e00;
}

.price_ct span.mult {
    padding: 0 0 12px;
}

.price_ct {
    border: 1px solid #db8700;
    padding: 18px 0;
    width: 100%;
    font-weight: bold;
}
.concept-item {
	position: relative;
  width: 31%;
	margin-bottom: 70px;
}

.concept-item:after {
content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    right: 0px;
    top: 47%;
    -webkit-transform: rotate(
45deg
) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(
45deg
) translateY(-50%);
	border-top: 2px solid #55d0a2;
    border-right: 2px solid #55d0a2;
}


.concept-item:last-child:after {
display: none;
}

.concept-img {
	width: 250px;
    height: 250px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 50px;
    position: relative;
	border: 1px solid #CCC;
}

.concept-img img {
  width: 100%;
}

.concept-ttl {
	text-align: center;
	width: 300px;
	margin: 0 auto 15px;
  position: relative;
}

.concept-txt em {
	font-weight: bold;
}

.concept-txt {
    background-color: #7d7d7d;
    margin: 0 auto;
    color: #FFF;
    padding: 30px;
    border-radius: 10px;
    position: relative;
}

.concept-ttl span {
  display: block;
}

.concept-ttl span:first-child {
}

.concept-ttl span:last-child {
}


.service_list {
	width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 20px;
    margin: 0 0 20px;
}

/*.service_list p {
    height: 130px;
	padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #FFF;
	border: 5px solid #9fd5ff;
	text-align: center;
}*/

.slide{
	background: #2797ff;
	color: #fff;
	font-size: 48px;
	height: 400px;
	line-height: 400px;
	margin:0 20px;
	text-align: center;
}

.sec-product-index {
  background: url("/img/cocoyell/bg-02.jpg") top center no-repeat;
  background-size: cover;
  position: relative;
  padding: 70px 0;
}

.sec-product-index:before {
  content: '';
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.sec-product-index .inner {
  position: relative;
  z-index: 2;
}

.product-slider {
  position: relative;
  z-index: 2;
}

.product-slider * {
  outline: none !important;
}

.product-slider a {
  display: block;
}

.product-slider .slick-prev:hover, .product-slider .slick-next:hover {
    background-color: #FFF;
    border: 1px solid #f39800;
    transition: all 0.15s ease-in 0s;
}


.product-slider .slick-prev, .product-slider .slick-next {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #f39800;
  position: absolute;
  z-index: 10;
  left: 9.75%;
  top: 35%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}


.product-slider .slick-prev:before, .product-slider .slick-next:before {
  content: '';
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  top: 41%;
  left: 56%;
  position: absolute;
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
      -ms-transform: rotate(-45deg) translate(-50%, -50%);
          transform: rotate(-45deg) translate(-50%, -50%);
}

.product-slider .slick-prev:hover:before, .product-slider .slick-next:hover:before {
    border-top: 2px solid #f39800;
    border-left: 2px solid #f39800;
    transition: all 0.15s ease-in 0s;
}

.product-slider .slick-next {
  left: auto;
  right: 10%;
}

.product-slider .slick-next:before {
  content: '';
  left: 32%;
  -webkit-transform: rotate(135deg) translate(-50%, -50%);
      -ms-transform: rotate(135deg) translate(-50%, -50%);
          transform: rotate(135deg) translate(-50%, -50%);
}


.product-item {
  padding: 0 15px;
}
.product-img {
    padding: 40px;
    background-color: #FFF;
    margin-bottom: 40px;
}

.product-img img {
  width: 100%;
}

.product-ttl {
  margin-bottom: 15px;
}

.sec-company-index {
  padding: 71px 0 75px;
  position: relative;
  overflow: hidden;
}

.sec-company-index:after {
  content: '';
  background: #efefef;
  width: 200%;
  height: 200%;
  position: absolute;
  top: -20%;
  left: -97.75%;
  -webkit-transform: rotate(63.7deg);
      -ms-transform: rotate(63.7deg);
          transform: rotate(63.7deg);
}


.sec-company-index * {
  position: relative;
  z-index: 2;
}

.flex-company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 70px;
}

.flex-company__img {
  width: 40%;
}

.flex-company__img img {
  width: 100%;
}

.flex-company__ct {
    width: 60%;
    padding-left: 7vw;
    padding-right: 3vw;
}


.flex-company__ct .txt-basic {
  margin-bottom: 45px;
}

.flex-recruit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-recruit__ct {
  padding-left: 3vw;
  width: 45%;
}


.flex-recruit__ct .txt-basic {
  margin-bottom: 43px;
}

.flex-recruit__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0;
  width: 55%;
  padding-left: 7vw;
}



.flex-recruit__img li {
  width: 50%;
}


.flex-recruit__img li:nth-child(1) {
    margin-right: 1.5vw;
}

.flex-recruit__img li:last-child {
    margin-left: 1.5vw;
}

.flex-recruit__img li:last-child .reIm:nth-child(1) {
    padding-bottom: 1.5vw;
}

.flex-recruit__img li:last-child .reIm:last-child {
   padding-top: 1.5vw;
   padding-right: 5vw;
}
.flex-recruit__img li:last-child img:nth-child(1) {
    /*margin-bottom: 1.5vw;*/
}

.flex-recruit__img li:last-child img:last-child {
    /*margin-top: 1.5vw;
    padding-right: 5vw; reIm*/
}

.flex-recruit__img li img {
    width: 100%;
}


.flex-recruit__img li img:last-child {
}

.sec-mv-page {
    width: 100%;
    position: relative;
    z-index: -1;
    min-height: 430px;
    background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.bg_products{
    background-image:url("/img/cocoyell/products-mv.jpg");
}
.bg_company{
    background-image:url("/img/cocoyell/company-mv.jpg");
}
.bg_contact{
    background-image:url("/img/cocoyell/contact-mv.jpg");
}
.bg_support{
    background-image:url("/img/cocoyell/support-mv.jpg");
}
.bg_concept{
    background-image:url("/img/cocoyell/concept-mv.jpg");
}
.bg_news{
    background-image:url("/img/cocoyell/news-mv.jpg");
}
.bg_recruit{
    background-image:url("/img/cocoyell/recruit-mv.jpg");
}

.sec-mv-page.bg_recruit {
    min-height: 850px;
}

.sec-mv-page:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 72, 150, 0.21);
}


.sec-mv-page .mv--ttl {
    position: absolute;
    top: 56%;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
}

.sec-mv-page .mv--ttl span {
  display: block;
  text-align: center;
  color: #fff;
}

.sec-mv-page .mv--ttl span.jp {
}

.sec-mv-page .mv--ttl span.en {
  margin-bottom: 20px;
}

.sec-mv-page.mv-page-recruit .mv-content {
  width: 100%;
  z-index: 10;
}

.sec-mv-page.mv-page-recruit .mv--ttl {
  position: static;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  margin-bottom: 50px;
}


.sec-company .company-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #333333;
  padding: 0 0 0;
  position: relative;
  z-index: 1;
}
.sec-company .company-nav li{
    position: relative;
}
.sec-company .company-nav li:before{
    position: absolute;
    
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    content: "";
    display: block;
    width: 1px;
    height: 16px;
    background-color: #5f5f5f;
}

.sec-company .company-nav li a {
    display: block;
    position: relative;
    padding: 30px 50px;
}

.sec-company .company-nav li a:after{
    content: "";
    display: none;
    width: 50%;
    height: 2px;
    background: #f39800;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.sec-company .company-nav li a:hover:after,.sec-company .company-nav li .active:after{
    display:block;
}

.sec-company .company-nav li:last-of-type {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

.sec-company .company-nav li:last-of-type:before {
    display: none;
}

.sec-company .company-nav li.active a:after {
  display: block;
}

.sec-company .company-block {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  overflow: hidden;
}


.sec-company .company-block .inner {
  position: relative;
  z-index: 1;
}

.sec-company .company-block .flex {
    align-items: center;
}

.sec-company .company-block .img {
    width: 35%;
}

.sec-company .company-block .info {
    width: 65%;
    padding: 0 10vw;
}

.sec-company .company-block .imgM {
    width: 50%;
    padding: 10px;
    border: 1px solid #e1e1e1;
    background-color: #FFF;
}

.sec-company .company-block .infoM {
    width: 50%;
    padding: 0 70px;
}

.sec-company .company-block .info .txt-company {
}

.sec-company .company-block .info .txt-company p {
}

.sec-company .company-block .info .txt-company p:last-of-type {
}

.lineBg {
  position: relative;
    overflow: hidden;
}
.lineBg::after,.sec-movie::after {
    content: '';
    position: absolute;
    left: -47%;
    top: 0;
    transform: skewY(-68.5deg);
    transform-origin: top right;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #efefef;
}
.lineBg::before,.sec-movie::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    width: 47%;
    height: 100%;
    background: #efefef;
}
.company-block2{
    padding: 70px 0 0 0;
}
.sec-company .company-block .info .txt-company p.txt-sign {
  text-align: right;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.heading-block {
}

.heading-block .heading-sub {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.heading-block .heading-sub strong {
  margin-right: 7px;
}


.color-blue {
  color: #073190 !important;
}

.color-orange {
  color: #f39800 !important;
}

.breadcrumb {
  position: relative;
  z-index: 1;
}

.breadcrumb .breadcrumb-block {
  display: flex;
  padding-top: 35px;
  border-top: 1px solid #e1e1e1;
}


.breadcrumb-block li{
    position: relative;
    display: inline-block;
    padding-right: 20px;
    margin-right: 20px;
}

.breadcrumb-block li:before {
    position: absolute;
    top: 7px;
    right: 0;
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-top: #bfbfbf 1px solid;
    border-right: #bfbfbf 1px solid;
    transform: rotate(45deg);
}

.breadcrumb-block li:last-child:before {
    display: none;
}

.breadcrumb-block li a{
    position: relative;
}

.mv--ttl-wp{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    text-align: center;
    z-index: 1;
    width: 100%;
    text-align: center;
}

.mv--ttl-wp .mv-ttl-h1{
    padding: 138px 0 35px 0;
    
}

.mv-desc{
	padding-bottom: 25px;
    
}

.breadcrumb li:first-of-type a{
    display: block;
    width: 16px;
    height: 16px;
    position: relative;
}

.breadcrumb li:first-of-type a:before{
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url("/img/cocoyell/arrowLogo.svg") no-repeat center/cover;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.breadcrumb span {
}

.breadcrumb span a {
}

.breadcrumb span a:before {
}

.sec-products {
  padding-top: 70px;
}

.sec-products .flex {
    display: flex;
}

.sec-products .flex .category {
  width: 340px;
  margin-top: -140px;
}

.sec-products .flex .category .category-inr{
  background: #333333;
  padding: 50px;
}

.sec-products .flex .category__ttl {
  padding-left: 25px;
  margin-bottom: 2vw;
  position: relative;
}

.sec-products .flex .category__ttl:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border: 2px solid #f39800;
  border-radius: 50%;
position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    margin-top: 1px;
}

.sec-products .flex .category .active ul{
    margin-bottom: 25px;
    
}

.sec-products .flex .category ul > li ul li {
  position: relative;
}

.sec-products .flex .category ul li a{
    display: block;
    margin-bottom: 15px;
}
.sec-products .flex .category ul li li a{
    display: block;
    padding-left: 15px;
    margin-bottom: 15px;
    
}
.sec-products .flex .category ul > li ul li:before {
  content: "";
  display: block;
  width: 5px;
  height: 1px;
  background: #6a6a6a;
  top: 11px;
  left: 0;
  position: absolute;
}

.sec-products .flex .category ul > li.active > a {
  color: #888585;
}

.sec-products .flex .category ul li a{
    position: relative;
    
}

.sec-products .flex .category ul > li.active > a span {
  color: #888585;
}

.sec-products .flex .product-main {
    flex: 1;
    padding-left: 5vw;
}

.sec-products .flex .product-main .product-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 18px;
  border-bottom: 1px solid #e3e3e3;
}

.sec-products .flex .product-main .product-heading .heading-left {
    flex: 1;
}

.sec-products .flex .product-main .product-heading .heading-left .heading-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 19px 0 19px 8px;
}

.hvr{
    position: relative;
    display: inline-block;
}

.sec-products .flex .product-main .product-heading .heading-left .heading-link li {
  margin-right: 30px;
    margin-bottom: 15px;
}

.sec-products .flex .product-main .product-heading .heading-left .heading-link li {
  margin-right: 30px;
    margin-bottom: 15px;
}

.sec-products .flex .product-main .product-heading .heading-left .heading-link li:last-of-type {
  margin-right: 0;
    margin-bottom: 0;
}

.sec-products .flex .product-main .product-heading .heading-left .heading-link li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec-products .flex .product-main .product-heading .heading-right {
  width: 228px;
  padding-left: 30px;
  position: relative;
  top: -23px;
  right: 5px;
}

.sec-products .flex .product-main .product-heading .heading-right img{
  width: 100%;
}

.sec-products .flex .product-main .product-description {
    padding-bottom: 60px;
}

.sec-products .flex .product-main .product-description .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: none;
  padding-bottom: 0;
}

.sec-products .flex .product-main .product-description .flex .box-left {
}

.sec-products .flex .product-main .product-description .flex .box-left .list-series {
    display: flex;
    flex-wrap: wrap;
    padding-top: 6px;
}

.sec-products .flex .product-main .product-description .flex .box-left .list-series li {
  margin-right: 33px;
  padding-left: 56px;
  position: relative;
}

.sec-products .flex .product-main .product-description .flex .box-left .list-series li:before {
  content: "";
  display: block;
  width: 22px;
  height: 5px;
  position: absolute;
  top: calc(50% - 2.5px);
  left: 0;
  border-radius: 22px;
}

.sec-products .flex .product-main .product-description .flex .box-left .list-series li:after {
  content: "…";
  display: block;
  width: 16px;
  height: 3px;
  position: absolute;
  top: 0;
  color: #CCC;
  left: 32px;
}

.sec-products .flex .product-main .product-description .flex .box-left .list-series li:last-of-type {
  margin-right: 0;
}

.sec-products .flex .product-main .product-description .flex .box-left .list-series li.blue:before {
  background: #00a0e9;
}

.sec-products .flex .product-main .product-description .flex .box-left .list-series li.pink:before {
  background: #e4007f;
}

.sec-products .flex .product-main .product-description .flex .box-right {
  width: 213px;
}

.sec-products .flex .product-main .series-content {
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    overflow: hidden;
    display: none;
    margin-top: 30px;
}

.sec-products .flex .product-main .series-content .item {
  padding: 3vw;
  border-bottom: 1px solid #e3e3e3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec-products .flex .product-main .series-content .item__name {
  width: 136px;
  padding-bottom: 20px;
  position: relative;
}

.sec-products .flex .product-main .series-content .item__name:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.sec-products .flex .product-main .series-content .item__name span {
  display: block;
}

.sec-products .flex .product-main .series-content .item__name.blue:after {
  background: #00a0e9;
}

.sec-products .flex .product-main .series-content .item__name.pink:after {
  background: #e4007f;
}

.sec-products .flex .product-main .series-content .item__detail {
    padding-left: 3vw;
    flex: 1;
}

.sec-products .flex .product-main .series-content .item:last-of-type {
  border-bottom: none;
}

.sec-products .flex .product-main .list-table-product .table-block {
    padding-bottom: 60px;
}

.sec-products .flex .product-main .list-table-product .table-block:last-of-type {
}

.table-component {
  width: 100%;
}

.table-component dl{
    width: 100%;
    background: #efefef;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    
}

.table-component dl .row1,.table-component dl .td1{
    text-align: left;
    width: 70%;
    position: relative;
}

.table-component dl .row1:before,.table-component dl .td1:before{
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #FFF;
  top: 0;
  right: -1px;
  position: absolute;
}
.table-component dl .row2,.table-component dl .td2{
    width: 15%;
  text-align: center;
    position: relative;
    
}
.table-component dl .row3,.table-component dl .td3{
    width: 15%;
  text-align: center;
    position: relative;
    
}
.table-component dl .row2:before,.table-component dl .td2:before,.table-component dl .row3:before,.table-component dl .td3:before{
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #FFF;
  top: 0;
  left: 0;
  position: absolute;
}

.table-component dl{
    border-bottom: 1px solid #FFF;
}
.table-component dl .row1{
    padding: 15px 30px;
}

.table-component dl .row2,.table-component dl .row3{
    padding: 15px 0;
}

.table-component .td1{
    padding: 10px 30px;
    
}

.td2{
    width: 100px;
    text-align: center;
    padding:  10px 0;
    
}

.td3{
    width: 120px;
    text-align: center;
    padding:  10px 0;
    
}

.table-component tr td:nth-child(1) {
}

.table-component .td1 span {
  position: relative;
    padding-left: 31px;
}


.table-component .trtd span:before {
    content: "";
    width: 22px;
    height: 5px;
    border-radius: 22px;
    margin-right: 7px;
    position: absolute;
    top:7px;
    left: 0;
}

.table-component .trtd span.blue:before {
  background: #00a0e9;
}

.table-component .trtd span.pink:before {
  background: #e4007f;
}


.btn-series.active {
  background: #333;
  color: #fff;
}

.btn-series.active:before {
  background: #fff;
}

.btn-series.active:after {
  display: none;
}

.page-recruit .mv-content {
  top: auto;
  bottom: 9%;
}

.page-recruit .mv-content .mv-ttl {
  margin-bottom: 36px;
}

.sec-movie {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  overflow: hidden;
}



.sec-movie .inner {
  position: relative;
  z-index: 1;
}

.sec-movie .ttlcomp-01 {
  margin-bottom: 70px;
}

.movie-block {
  position: relative;
  margin-bottom: 70px;
  height: 520px;
    overflow: hidden;
}

.movie-block iframe {
  width: 100%;
  height: 520px;
}

.movie-block .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.movie-block .img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.movie-block .img.hide {
  opacity: 0;
  visibility: hidden;
}

.movie-block .btn-movie {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.movie-block .img img{
    width: 100%;
}

.movie-block .btn-movie {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    overflow: hidden;
}

.movie-block .btn-movie span:after {
    content: 'PLAY MOVIE';
    width: 100%;
    height: 100%;
    left: 0;
    top: 34px;
    position: absolute;
    display: block;
}

.movie-block .btn-movie span{
    position: relative;
}

.movie-block .btn-movie:before {
    content: '';
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    position: absolute;
    background-color: #f39800;
}

.movie-block .btn-movie #play {
  cursor: pointer;
  background: transparent;
  border: none;
  outline: 0;
  color: #fff;
  padding: 0;
}

.movie-block .btn-movie #play span{
    display: block;
    height: 34px;
}

.movie-block .btn-movie.hide {
  opacity: 0 !important;
  visibility: hidden;
}


.sec-job-list {
  padding-top: 70px;
  padding-bottom: 70px;
}

.sec-job-list .ttlcomp-01 {
  margin-bottom: 70px;
}

.job-list-block {
  margin-bottom: 70px;
}

.job-list-block dl {
  border: 1px solid #e1e1e1;
  border-bottom: none;
}

.job-list-block dl:last-of-type {
  border-bottom: 1px solid #e1e1e1;
}

.job-list-block dl dt {
  padding: 40px 70px 40px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
}


.job-list-block dl dt span:first-of-type {
  color: #073190;
  margin-right: 22px;
  position: relative;
  top: 2px;
}


.job-list-block dl dt:after {
  content: "";
  display: block;
  width: 1px;
  height: 21px;
  background: #bebebe;
  position: absolute;
  top: calc(50% - 11px);
  right: 66px;
}

.job-list-block dl dt:before {
  content: "";
  display: block;
  height: 1px;
  width: 21px;
  background: #bebebe;
  position: absolute;
  top: 49%;
  right: 56px;
}

.job-list-block dl dd {
  display: none;
  padding: 0px 0px;
}

.job-list-block dl dd .list-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0;
}


.job-list-block dl dd .list-content .item:first-of-type {
  width: 50%;
  padding: 35px 35px 70px 70px;
}


.job-list-block dl dd .list-content .item:last-of-type {
  width: 50%;
  padding: 35px 70px 70px 35px;
}

.job-list-block dl dd .list-content .item li {
  padding: 35px 0;
  border-bottom: 1px solid #e1e1e1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.job-list-block dl dd .list-content .item li span {
  display: block;
}

.job-list-block dl dd .list-content .item li span:first-of-type {
  width: 145px;
}

.job-list-block dl dd .list-content .item li span:last-of-type {
  width: calc(100% - 145px);
  padding-left: 6px;
}

.job-list-block dl.active {
  border: none;
}

.job-list-block dl.active dt {
  background: #333;
}

.job-list-block dl.active dt span {
  color: #fff;
}

.job-list-block dl.active dt:after {
  display: none;
}

.entry-block {
}

.entry-block a {
  display: block;
  position: relative;
}
.entry-block__content .entry-ttl:nth-child(2):before {
  content: "";
  display: block;
  background: rgba(1, 53, 109, 0.16);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.entry-block__content .entry-ttl:nth-child(3):before {
  content: "";
  display: block;
  background: rgba(1, 53, 109, 0.16);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.entry-block__content {
    display: flex;
    width: 100%;
}

.entry-block__content .entry-ttl {
    position: relative;
    width: 33.333%;
    min-height: 325px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background:rgba(7,49,144,1);
}

a:hover .entry-block__content .entry-ttl:nth-child(1){
    background:rgba(7,49,144,.8);
}

.entry-block__content .entry-ttl span.jp{
    padding-right: 15px;
}

.entry-block__content .entry-ttl .wp{
    text-align: left;
}


.entry-block__content .entry-ttl:nth-child(2){
    background-image:url("../img/recruit/img-entry02.jpg");
    background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.entry-block__content .entry-ttl:nth-child(3){
    background-image:url("../img/recruit/img-entry03.jpg");
    background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.entry-block__content .entry-ttl span {
  display: block;
}

.entry-block__content .entry-ttl span.en {
  margin-bottom: 15px;
}

.entry-block__content .entry-ttl span.jp {
  position: relative;
}

.entry-block__content .entry-ttl span.jp:after {
    content: '';
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    right: 0;
    top: 47%;
    -webkit-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
}

.sec-contact {
  padding-top: 70px;
}

.txt-contact h1{
    padding-bottom: 35px;
    
}

.txt-contact {
  margin-bottom: 70px;
}

.concept-list5_lWp{
	width: 100%;
}

.concept-list5_lWp .concept-list5_l{
	width: 100%;
	background-color: #f9eed2;
	
}

.concept-list5_lWp55{
	width: 100%;
	margin-top: 50px;
}

.concept-list5_r1{
	
}


.concept-list5_r1 span{
display: block;
	margin-top: 15px;
}
.concept-list5_r1 h3{
	margin-bottom: 30px;
}
.concept-list5_r1 p{
	margin-bottom: 30px;
	
}

.concept-list5_lWp .concept-list5_l_1{
	display: flex;
	width: 100%;
	
}

.concept-list5_lWp .concept-list5_l_1 p{
margin: 20px 15px;
	
}

.concept-list5_lWp .concept-list5_l_4 p:nth-child(2){
margin: 0 15px;
	
}

.concept-list5_l_4_02{
    padding: 0 6px;
    line-height: 0;
    border-radius: 50px;
    background-color: #f9eed2;
	color: #db8900;
}

.fnt01{
    font-size: 4.8rem;
    line-height: 1;
    font-weight: bold;
    color: #db8900;
}

.fnt02{
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: bold;
    color: #db8900;
}

.fnt03{
color: #FFF;
    background-color: #817c80;
    padding: 8px 15px;
    border-radius: 50px;
    font-size: 1.8rem;
    line-height: 1.0;
	display: inline-block;
	margin: 0 10px;
}

.fnt04{
	
}

.concept-list5_r1{
/*	border-bottom: 1px solid #dddddd;*/
	margin: 35px 0;
}

.concept-list5_lWp .concept-list5_l_2{
	text-align: center;
	width: 20%;
}

.concept-list5_lWp .concept-list5_l_2:first-child{
	border-bottom: 1px dotted #FFF;
}

#price{
	position: relative;
	padding-top: 70px;
	margin-bottom: 70px;
	
    font-size: 1.2rem;
    line-height: 1.0;
	
}

.concept-list5_l_2_01{
	color: #FFF;
    background-color: #817c80;
    padding: 8px 15px;
    border-radius: 50px;
	display: inline-block;
}
#price:after{
    content: '';
    position: absolute;
    left: -100%;
    top: 0;
    z-index: -1;
    width: 300%;
    height: 100%;
    background: #e8f4f4;
	
}

.concept-list5_lWp .concept-list5_l_2_01{
	
}


.concept-list5_lWp .concept-list5_l_1:first-child .concept-list5_l_3{
	border-bottom: 1px dotted #db8900;
	position:relative; 
	
}


.concept-list5_lWp .concept-list5_l_1:first-child .concept-list5_l_3:after{
    content: "〜30名までのご利用";
    background-color: #db8700;
    width: 100%;
    height: 50px;
    text-align: center;
    padding: 12px;
    color: #FFF;
    position: absolute;
    top: -50px;
    bottom: 0;
    z-index: -2;
    left: 0;
    font-size: 1.8rem;
    line-height: 1.0;
	font-weight: bold;
}

.concept-list5_lWp .concept-list5_l_1:first-child .concept-list5_l_4{
position:relative; 
}
.concept-list5_lWp .concept-list5_l_1:first-child .concept-list5_l_4:after{
    content: "31名以上のご利用";
    background-color: #db8700;
    width: 100%;
    height: 50px;
    text-align: center;
    padding: 12px;
    color: #FFF;
    position: absolute;
    top: -50px;
    bottom: 0;
    z-index: -2;
    left: 0;
    font-size: 1.8rem;
    line-height: 1.0;
	font-weight: bold;
}
.concept-list5_lWp .concept-list5_l_3{
	text-align: right;
	width: 38%;
	margin-right: 2%;
	background-color: #FFF;
	
}

.concept-list5_lWp .concept-list5_l_4{
	text-align: right;
	width: 38%;
	margin-right: 2%;
	background-color: #FFF;
	
}

.concept-list5_lWp .concept-list5_l_1:first-child .concept-list5_l_4{
	border-bottom: 1px dotted #db8900;
	
}

.concept-list5_r{
	width: 100%;
}

.lnk{
    margin-top: 35px;
    position: relative;
}

.lnkUl{
    margin-top: 35px;
    position: relative;
    display: flex;
}

.lnkUl li{
    margin-right: 35px;
    
}

.list-steps {
  max-width: 85%;
  margin: 0 auto 70px;
  display: flex;
}

.list-steps .item {
  width: 33.33%;
  text-align: center;
  border-bottom: 2px solid #dddddd;
  padding-bottom: 17px;
}

.list-steps .item span {
  display: block;
}

.list-steps .item span:first-of-type {
  margin-bottom: 10px;
}


.list-steps .item.active {
  border-color: #073190;
}

.list-steps .item.active span {
  color: #073190;
}

.main-form {
  margin-bottom: 70px;
}

.main-form dl {
  display: flex;
  padding: 30px 0;
  border-bottom: 1px solid #dddddd;
}

.main-form dl:last-of-type {
  margin-bottom: 70px;
}

.main-form dl dt {
    width: 250px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.main-form .label{
	padding-top: 6px;
    
}

.main-form dl dt span.required {
    padding: 6px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
	border:  1px solid #b28e00;
  background: #FFF;
}


.main-form dl dt span.required-02 {
    padding: 6px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 3px;
	border:  1px solid #b28e00;
  background: #FFF;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .main-form dl dt span.required {
    padding-top: 4px;
  }
}

.main-form dl dt span.any {

    padding: 6px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 3px;
  color: #999;
  border: 1px solid #999;
    background-color: #FFF;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .main-form dl dt span.any {
    padding-top: 4px;
  }
}

.main-form dl dd {
    padding-left: 40px;
    flex: 1;
}

.form-control {
  padding: 70px 0;
  background: #efefef;
}



.form-control .btn-submit {
  width: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
    background:rgba(178,142,0,1);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
    padding: 50px 0;
}

.form-control .btn-submit:hover {
    background:rgba(178,142,0,.8);
}

.form-control .btn-submit .wp{
    position: relative;
    display: block;
    height: 23px;
    overflow: hidden;
}

.form-control .btn-submit .wp .tx{
    position: relative;
    display: block;
    height: 23px;
}
.form-control .btn-submit .wp .tx:before {
    content: '送信内容を確認する';
    width: 100%;
    height: 100%;
    left: 0;
    top: 29px;
    position: absolute;
}
.form-control .btn-submit .wp .tx.snd2:before {
    content: '上記内容で送信する';
}
.form-control .btn-submit .wp .tx,.form-control .btn-submit .wp .tx:before {
    transition: all .4s cubic-bezier(.51,.21,.17,1);
}

.backBtn{
    position: relative;
    margin-bottom: 35px;
    padding-left: 20px;
}

.backBtn:after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #b28e00;
    border-left: 1px solid #b28e00;
    position: absolute;
    left: 0;
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
    margin: -2px 0 0 0;
}

.form-control .btn-submit:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  position: absolute;
  right: 60px;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}

.btn-submit:hover .wp .tx{
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}


.pintUl01{
	
	
}

.pintUl01 .pintU_t1{
	text-align: center;
	width: 100%;
	max-width: 500px;
	margin: 0 auto 65px;
	padding: 15px 60px;
	background-color: #db8900;
	border: 1px solid #db8900;
	color: white;
}

.tips{
	padding-bottom:70px;
}

.tips li{
	padding-bottom:8px;
}

.stnBx h3{
	padding-bottom: 15px;
}

.stnBx li {
    position: relative;
    padding: 0 0 0 20px;
    margin: 0 0 10px 0;
}

.stnBx {
    border: solid 1px #ddd;
    padding: 60px 8%;
    margin: 70px 0;
    border-radius: 3px;
}

.stnBx li:after {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
}

.sec-contact02 .txt-contact{
	margin-bottom: 35px;
}

.pintUl01 .pintU_t2{
	position: relative;
	text-align: center;
	width: 100%;
	margin: 0 auto 65px;
	padding: 15px 60px;
	color: #FFF;
	background-color: #db8900;
	
}
.pintUl01 .pintU_t2:after {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    right: 50%;
    top: -40px;
    -webkit-transform: rotate( 135deg
 ) translateX(-50%);
    -ms-transform: rotate(135deg) translateX(-50%);
    transform: rotate( 135deg
 ) translateX(-50%);
    border-top: 2px solid #db8900;
    border-right: 2px solid #db8900;
}
.pintUl02{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 0 0 55px 0;
	
}

.pintUl02 li{
	position: relative;
	width: 16%;
	color: #FFF;
	background-color: #db8900;
	
}

.pintUl02 li:after {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    right: 50%;
    top: -40px;
    -webkit-transform: rotate( 135deg
 ) translateX(-50%);
    -ms-transform: rotate(135deg) translateX(-50%);
    transform: rotate( 135deg
 ) translateX(-50%);
    border-top: 2px solid #db8900;
    border-right: 2px solid #db8900;
}

.pintUl02 li div{
	padding: 20px 20px;
	display: flex;
    align-items: center;
	height: 100%;
	
}

.pintUl02 li .label {
    position: absolute;
    top: -10px;
    left: 12px;
    background: #fff;
    font-size: 1.1rem;
    padding: 2px .8rem;
    border: 1px solid #db8900;
    color: #db8900;
}

.error {
  margin-top: 5px;
  display: block;
}

.agreeCkWp{
	text-align: center;
	padding-bottom: 35px;
	
}


.agreeCk .error {
  margin-top: 0;
  display: inline;
}

.agreeCk span{
	margin-left: 10px;
	
}

.input-form {
  width: 100%;
  border-radius: 3px;
  background: #efefef;
  outline: 0;
  border: none;
  padding: 8px 18px;
}

.wpp .wpbx:first-of-type {
	margin-right: 2%;
}

.main-form .w11 {
    max-width: 100%;
}

.wpp{
	display: flex;
	
}

.wpp .wpbx{
    width: 45%;
	 
}

.main-form .w1 {
    max-width: 92%;
}
.main-form .w2 {
    max-width: 50%;
}
.main-form .w3 {
    max-width: 100%;
}
.main-form .w4 {
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .input-form {
    padding-top: 4px;
  }
}

.textarea-form {
    width: 100%;
  height: 280px;
  border-radius: 3px;
  background: #efefef;
  outline: 0;
  border: none;
  padding: 20px 22px;
  resize: vertical;
}

.news-block {
  padding: 70px 0 70px;
}


.posts-list {
    width: 100%;
}


.posts-item {
    width: 100%;
  background: #efefef;
}

.posts-item:nth-child(2n) {
  background: #fff;
}

.posts-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 42px 63px 35px;
}

.posts-item .wps {
    position: relative;
    display: flex;
    width: 100%;
}
.posts-item .date {
    color: #f39800;
    width: 100px;
}

.posts-item p {
    color: #333;
    flex: 1;
}

.sec-concept-main {
  padding: 70px 0 0;
}

.concept-box {
  display: flex;
  margin: 0 auto 70px;
}

.concept-box .flex-concept {
    z-index: 2;
    position: relative;
    display: flex;
    margin: 0 3vw 0;
}

.concept-box__left {
  width: 50%;
}


.concept-box__right {
  width: 50%;
}

.abund-box {
    display: flex;
    align-items: center;
    margin-bottom: 70px;
}

.ttl-concept{
    padding-right: 3vw;
}


.abund-box__img {
  width: 50%;
}

.abund-box__img span{
    display:  block;
    padding-right: 70px;
}

.abund-box__img img {
  width: 100%;
}

.abund-box__ct {
  width: 50%;
  padding-left: 0;
  position: relative;
}


.abund-box__txt {
  padding-right: 10vw;
  padding-left: 3vw;
}

.abund-box__txt .txt-basic {
}

.abund-box__txt02 {
  padding-top: 0px;
}

.abund-box__ttlWp{
    color: #efefef;
    position: absolute;
    right: 0px;
    top: 0px;
    overflow: hidden;
    z-index: -1;
    height: 120px;
}

.abund-box__ttlWp.lt{
    left: 0;
}

.abund-box__ttl {
}




.abund-box__ttl02 {
  right: 0px;
  top: 0px;
}



.ttlcomp-04 {
  color: #333;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}


.ttlcomp-04 .num {
  display: block;
    padding: 70px 0 30px 0;
}

.ttlcomp-04 .tl {
  display: block;
}


.machine-box {
    display: flex;
    align-items: center;
    margin-bottom: 70px;
}


.machine-box__ct {
    width: 60%;
}

.machine-box__txt {
  position: relative;
    margin-left: 10vw;
}


.machine-box__img {
    width: 40%;
}

.machine-box__img span{
    padding-left: 10vw;
    padding-right: 3vw;
    display: block;
}

.machine-box__img img {
  width: 100%;
}

.machine-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    margin-bottom: 70px;
}

.machine-list:after {
    content: "";
    display: block;
    width: 30%;
}



.machine-item {
    width: 30%;
    padding: 0 0;
}

.machine-list .machine-item:nth-child(4) .txt-basic,.machine-list .machine-item:nth-child(5) .txt-basic{
    padding-bottom: 0;
}

.machine-img {
  position: relative;
  overflow: hidden;
}

.machine-list .machine-item:nth-of-type(2) .mask:after{
    animation-delay:.15s;
}

.op .machine-list .machine-item:nth-of-type(2) .mask img {
    transition-delay: .70s;
}

.machine-list .machine-item:nth-of-type(3) .mask:after{
    animation-delay:.30s;
}

.op .machine-list .machine-item:nth-of-type(3) .mask img {
    transition-delay: .85s;
}

.machine-list .machine-item:nth-of-type(4) .mask:after{
    animation-delay:.45s;
}

.op .machine-list .machine-item:nth-of-type(4) .mask img {
    transition-delay: 1.00s;
}

.machine-list .machine-item:nth-of-type(5) .mask:after{
    animation-delay:.60s;
}

.op .machine-list .machine-item:nth-of-type(5) .mask img {
    transition-delay:1.15s;
}

.machine-item .txt-basic{
    padding: 15px 0 45px 0;
    
}

.machine-img:before {
  content: "";
  display: block;
  padding-bottom: calc(295.5/427 * 100%);
}

.machine-img .thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.machine-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.efforts-box {
  margin-bottom: 0px;
  position: relative;
  background: url("../img/concept/img-09.png") #ccd6d8 center right no-repeat;
  padding: 70px 510px 70px 70px;
}


.efforts-ttl {
  color: #333;
  margin-bottom: 17px;
}
.Layer_img{
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background-image:url("/img/cocoyell/slider-04.jpg");
    background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
}
.is-visible.Layer_img{
    opacity: 1;
}
.Layer{
    opacity: 0;
}
.is-visible .Layer{
    -webkit-transition: opacity .5s cubic-bezier(0.215, 0.61, 0.355, 1) .5s;
    transition: opacity .5s cubic-bezier(0.215, 0.61, 0.355, 1) .5s;
    opacity: 1;
    z-index: 2;
}
.movie-block a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.movie-block a .img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.movie-block a .img span{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all 0.4s ease-in 0s;
}
.movie-block a:hover .img{
    transition: all 0.4s ease-in 0s;
    transform: scale(1.1, 1.1) rotate(0.1deg);
    opacity: .7;
}


#viBxWp{
    position: relative;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.zs-slides::after {
    content: " ";
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background:rgba(1,53,109,0.35);
    z-index: 2;
}
.Layer_img::after {
    content: " ";
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background:rgba(1,53,109,0.35);
    z-index: 2;
}

.mv-post__icon{
    width: 53px;
    height: 53px;
    border-radius: 50%;
    background: #b11124;
    display:table;
    text-align:center;
    position: absolute;
    top: -15px;
    right: -15px;
    z-index: 2;
}

.mv-post__icon .new{
    display:table-cell;
    vertical-align:middle;
}

.heading-sub .jp{
    position: relative;
    margin-left: 23px;
}

.heading-sub .jp:before {
    content: '';
    width: 1px;
    height: 14px;
    left: -15px;
    top: 50%;
    transform: rotate(22deg) translateY(-50%);
    position: absolute;
}

.color-blue .jp:before {
    background: #073190;
}

.color-orange .jp:before {
    background: #f29300;
}

.txt-basic li{
    position: relative;
    padding-left: 20px;
}

.txt-basic li:before {
    content: '';
    width: 5px;
    height: 1px;
    top: 8px;
    left: 0px;
    background-color: #FFF;
    position: absolute;
}

.support-img .iconImg{
    display: block;
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.support-img.ic01 .iconImg{
    background-image:url("/img/cocoyell/icon-01B.svg");
}

.support-img.ic02 .iconImg{
    background-image:url("/img/cocoyell/icon-02B.svg");
}

.support-img.ic03 .iconImg{
    background-image:url("/img/cocoyell/icon-03B.svg");
}


.telIc{
    position: relative;
    padding-left: 40px;
    
}


.mailIc{
    position: relative;
    padding: 20px 0 20px 40px;
}

.mailIc:before{
    content: '';
    width: 28px;
    height: 28px;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image:url("/img/cocoyell/mail.svg");
    
}

a .mvWp{
    overflow: hidden;
    transition: all 0.4s ease-in 0s;
}


a:hover .mvWp{
    transition: all 0.4s ease-in 0s;
    transform:scale(1.1, 1.1) rotate(0.1deg);
    opacity: .7;
}

a .mv-post__img:before {
  content: '';
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
    z-index: 1;
    transition: all .4s cubic-bezier(.51,.21,.17,1);
}

a:hover .mv-post__img:before {
    background: rgba(0, 0, 0, 0.3);
   transition: all .4s cubic-bezier(.51,.21,.17,1);
}


#header .hd_inner .contact-menu .list-phone-ct li a:hover{
     transition: all .4s cubic-bezier(.51,.21,.17,1);
}

.c-txt .cnt{
    display: block;
    position: relative;
    height: 25px;
}



#header .list-phone-ct li a{
	padding: 10px 30px;
	border-radius: 10px;
	
}

.mv-content .list-phone-ct li a{
	padding: 10px 30px;
	border-radius: 10px;
	min-width: 300px;
	
}

.mv-content .list-phone-ct li:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    background: #fff;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mv-content .list-phone-ct li:after {
    content: '';
    width: 3px;
    height: 3px;
    position: absolute;
    right: 30px;
    top: 47%;
    -webkit-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
}

.mv-content .list-phone-ct li:first-of-type:after {
    border-top: 1px solid #b28e00;
    border-right: 1px solid #b28e00;
}

.mv-content .list-phone-ct li:last-of-type:after {
    border-top: 1px solid #db8900;
    border-right: 1px solid #db8900;
}

#footer .mv-content {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0 0 0 0;
    z-index: 3;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.ft-contact__desc{
	padding-bottom: 35px;
}


.list-phone-ct li:first-of-type a{
    background-color: #b28e00;
}
.list-phone-ct li:last-of-type a{
    background-color: #db8900;
}

ul li:first-of-type .c-txt .cnt:before{
  content: 'ご相談・お問い合わせ';
  width: 100%;
  height: 100%;
  left: 0;
  top: 25px;
  position: absolute;
}
ul li:last-of-type .c-txt .cnt:before{
  content: '資料ダウンロード';
  width: 100%;
  height: 100%;
  left: 0;
  top: 25px;
  position: absolute;
}



.copy-right .cpWp{
    display: flex;
}

.copy-right .cpWp p{
    width: 50%;
    
}

.copy-right .cpWp ul{
    width: 50%;
    display: flex;
    justify-content: flex-end;
    
}

.copy-right .cpWp ul li{
    padding-left: 25px;
}

.c-txt .cnt,.c-txt .cnt:before{
    transition: all .4s cubic-bezier(.51,.21,.17,1);
}

a:hover .c-txt .cnt{
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.mv-post__img .plyMv{
    z-index: 2;
    height: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow:hidden;
    
}

.mv-post__img .plyMv:before{
  content: '';
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  position: absolute;
    background-color:  #f39800;
    
}
#player2{
    
}
a .plyMv span{
    width: 100%;
    height: 28px;
    position: relative;
    display: block;
}

a .plyMv span:before{
  content: 'PLAY MOVIE';
  width: 100%;
  height: 100%;
  left: 0;
  top: 28px;
  position: absolute;
}

a .plyMv span,a .plyMv span:before,.btn-movie #play span:after,.btn-movie #play span{
    transition: all .4s cubic-bezier(.51,.21,.17,1);
}

a:hover .plyMv span,a:hover .btn-movie #play span{
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
.copy-right .cpWp ul li a{
    position:relative;
}
.nav-ft a{
    position: relative;
}
#header .hd_inner .nav-menu .list-option li a:before,.nav-ft a:before,.post-link:before,.sec-products .flex .category ul li li a .hvr:after,.sec-products .flex .category ul li a .hvr:after,.breadcrumb-block li a:after,.posts-item .wps:after,.entry-block__content .entry-ttl span.jp:before,.categoryWrap .category_ul li a:before,.copy-right .cpWp ul li a:before{
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    bottom: -5px;
    right: 0;
    transition: all 0.15s ease-in 0s;
}
#header .hd_inner .nav-menu .list-option li a:before,.nav-ft a:before,.sec-products .flex .category ul li li a .hvr::after,.sec-products .flex .category ul li a .hvr:after,.breadcrumb-block li a:after,.posts-item .wps:after,.entry-block__content .entry-ttl span.jp:before,.categoryWrap .category_ul li a:before{
    background: #CCC;
}
.post-link:before,.copy-right .cpWp ul li a:before{
    background: #6a6a6a;
}

#header .hd_inner .nav-menu .list-option li a:hover:before,.nav-ft a:hover:before,.post-link:hover:before,.sec-products .flex .category ul li li a:hover .hvr:after,.sec-products .flex .category ul li a:hover .hvr:after,.breadcrumb-block li a:hover:after,.posts-item:hover .wps:after,a:hover .entry-block__content .entry-ttl span.jp:before,.categoryWrap .category_ul li a:hover:before,.copy-right .cpWp ul li a:hover:before{
    left: 0;
    width: 100%;
}

.breadcrumb{
    padding-bottom: 70px;
}

.btn .vwBn{
    width: 100%;
    height: 21px;
    position: relative;
    display: block;
    overflow:hidden;
    
}
.btn .vwBn span{
    width: 100%;
    height: 21px;
    position: relative;
    display: block;
    
}
.btn .vwBn span:after{
  content: 'VIEW MORE';
  width: 100%;
  height: 100%;
  left: 0;
  top: 21px;
  position: absolute;
    
}

.btn .vwBn span,a .btn .vwBn span:after{
    transition: all .4s cubic-bezier(.51,.21,.17,1);
}

.btn:hover .vwBn span{
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.support-img .txt{
    display: block;
    width: 100%;
    color: #333;
    text-align: center;
    height: 18px;
    position: relative;
    overflow:hidden;
}

.support-img .txt span{
    display: block;
    width: 100%;
    height: 18px;
    position: relative;
}

.support-img .txt span:after{
  width: 100%;
  left: 0;
  top: 18px;
  position: absolute;
}

.ic01 .txt span:after{
  content: 'GENERAL CATALOG';
}

.ic02 .txt span:after{
  content: 'APPROVAL DRAWING';
}

.ic03 .txt span:after{
  content: 'INSTRUCTION MANUAL';
}

.support-img .txt span,.support-img .txt span:after{
    transition: all .4s cubic-bezier(.51,.21,.17,1);
}

a:hover .support-img .txt span{
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.mailIc .milWp{
    display:block; 
    height: 23px;
    overflow: hidden;
}

.mailIc .milWp span{
    display: block;
    width: 100%;
    position: relative;
    height: 23px;
}

.mailIc .milWp span:before{
    content: 'お問い合わせフォーム';
    position: absolute;
    top: 23px;
    left: 0;
}

.mailIc .milWp span,.mailIc .milWp span:before{
    transition: all .4s cubic-bezier(.51,.21,.17,1);
}

a:hover .mailIc .milWp span{
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.btn-mail a:hover{
    opacity: .8;
    transition: all .4s cubic-bezier(.51,.21,.17,1);
}

.mask{
    position: relative;
    overflow: hidden;
}

.mask_ov{
    position: relative;
    overflow: hidden;
}

a .mask_ov img {
    width: 100%;
    transition: all .4s cubic-bezier(.51,.21,.17,1);
}

a:hover .mask_ov img {
    transform: scale(1.1, 1.1);
}

.op .act .mask:after {
    animation: wipe_in_out 1.1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.mask img {
    visibility: hidden;
}
.op .act .mask img {
    transition-delay: .55s;
    visibility: visible;
}

.mask:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #073190;
    z-index: 4;
}




@keyframes wipe_in_out {
  0% {
    width: 0%;
    left: 0%;
  }

  50% {
    width: 100%;
    left: 0%;
  }

  100% {
    width: 0%;
    left: 100%;
  }
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #db8900;
    
  z-index: 999;
  overflow: hidden;
    transform: translateX(0) skewX(0);
    transform-origin: right bottom


}

.loading-animetion {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
  background: #FFF;
}


  .loading + .txt {
     }
  .loading.active {
    -webkit-transform: translateX(-100%) skewX(40deg);
    transform: translateX(-100%) skewX(40deg);
    -webkit-transition-duration: 1.2s;
    transition-duration: 1.2s;
    -webkit-transition-timing-function: cubic-bezier(.785,.135,.15,.86);
    transition-timing-function: cubic-bezier(.785,.135,.15,.86)


}
    .loading.active + .txt {
}
.loading-animetion:after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    transform: translate(-50%, -50%);
    
    border: 4px solid #efefef;
    border-left-color: #db8900;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: donut-spin 1.2s linear infinite;
}
@keyframes donut-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.heading-ttl span{
    display: inline;
	position: relative;
    
}

.lst li{
    display: flex;
    align-items: center;
    position: relative;
	
}

.lst li span{
    padding-left: 30px;
	
}

.lst li:before {
    content: "";
    display: block;
    position: absolute;
  width: 18px;
  height: 8px;
  border-left: 2px solid #60aeae;
  border-bottom: 2px solid #60aeae;
  transform: rotate(-45deg);
	
}

.heading-ttl span:after {
/*
    content: "";
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 10px;
    padding: 0 0 0 0;
    color: #FFF;
    background: #fff83e;
	z-index: -1;
	*/
}


.news-link:before {
    content: "一覧";
    display: inline-flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 100%;
    padding: 0 10px;
    color: #FFF;
    background: #999999;
    border-radius: 5px;
    text-align: right;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all .4s cubic-bezier(.51,.21,.17,1);
}


.news-link:hover:before {
    right: calc(100% + 10px);
     opacity: 1;
    visibility: visible;
}

#pageslide-nav{
    display: none;
}

#header .hd_inner .logo a{
    display: block;
}

.Lnkwp{
    width: 13px;
    height: 13px;
    display: block;
    position: relative;
}

.Lnkwp span{
    width: 1px;
    height: 1px;
    display: block;
    background-color: #ffffff;
}

.Lnkwp span:after{
    content: '';
    position: absolute;
    top: 0;
    left: 6px;
    width: 1px;
    height: 1px;
    background-color: #ffffff;
}

.Lnkwp span:before{
    content: '';
    position: absolute;
    top: 0;
    left: 12px;
    width: 1px;
    height: 1px;
    background-color: #ffffff;
}

.Lnkwp span{
    position: relative;
}

.Lnkwp span:nth-child(2){
    margin-top: 5px;
}

.Lnkwp span:nth-child(3){
    margin-top: 5px;
    
}

.sec-company .company-block .img img{
    width: 100%;
    
}

.txt-sign{
    padding: 30px 0 0 0;
}

.contact_col{
    display:none;
}

.brn{
    display: block;
}

.brnSp{
    display: none;
}
.pc{
    display: block;
}
.sp{
    display: none;
}

.manualWp{
 display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 0 0;
}
.manualWp:after {
    content: "";
    display: block;
    width: 30%;
}
.manualWp .manualBx{
    width: 30%;
    padding: 0 0;
    margin-bottom: 35px;
}
.manualWp .manualBx .img{
    width: 100%;
    padding: 35px;
    border: 1px solid #e1e1e1;
    background-color: #FFF;
    
}
.manualWp .manualBx .img img{
    width: 100%;
    
}
.manualWp .manualBx .txt{
    padding: 15px 0 35px 35px;
    
}
.manualWp .manualBx h2{
    position: relative;
    
}
.manualWp .manualBx h2:before {
    position: absolute;
        top: 4px;
        left: -30px;
        color:#073190;
    }
.manualWp .manualBx:nth-child(1) h2:before{
        content: '01';
    }
.manualWp .manualBx:nth-child(2) h2:before{
        content: '02';
    }
.manualWp .manualBx:nth-child(3) h2:before{
        content: '03';
    }
.manualWp .manualBx:nth-child(4) h2:before{
        content: '04';
    }
.manualWp .manualBx:nth-child(5) h2:before{
        content: '05';
    }
.manualWp .manualBx:nth-child(6) h2:before{
        content: '06';
    }
.manualWp .manualBx:nth-child(7) h2:before{
        content: '07';
    }
.manualWp .manualBx:nth-child(8) h2:before {
        content: '08';
    }
.manualWp .manualBx:nth-child(9) h2:before{
        content: '09';
    }


.categoryNav{
    width: 100%;
    
}

.categoryNav .categoryNav_ttl{
    position: relative;
    padding-left: 25px;
    margin-bottom: 35px;
    position: relative;
    display: block;
}

.categoryNav .categoryNav_ttl:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border: 2px solid #073190;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    margin-top: 1px;
}
.categoryNav ul{
    width: 100%;
	display: flex;
	flex-wrap: wrap;
    padding-bottom: 25px;
    border-bottom: 1px solid #e1e1e1;
}
.categoryNav ul li{
    margin-right: 10px;
    margin-bottom: 10px;
}
.categoryNav ul li a{
    display: block;
    border: 1px solid #e1e1e1;
    padding: 10px 20px;
    border-radius: 5px;
    background-color: #FFF;
    color: #333;
}
.categoryNav ul li a:hover,.categoryNav ul li .active{
    background-color: #333;
    border: 1px solid #333;
    color: #FFF;
}

.categoryNav .categoryWrap{
    width: 100%;
    
}
.categoryWrap .categoryBx{
    width: 100%;
    padding-top: 35px;
    
}
.categoryWrap .category_ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #e1e1e1;
    counter-reset: item;
    padding: 0 35px 25px;
}
.categoryWrap .category_ul:after {
    content: "";
    display: block;
    width: 30%;
}
.categoryWrap .category_ul li{
    position: relative;
    width: 30%;
    padding: 0 0;
    margin-bottom: 15px;
    text-align: left;
    
}
.categoryWrap .category_ul li:before {
  counter-increment: item;
  content: '['counter(item)']';
  padding-right:0;
    position: absolute;
    top:2px;
    left: 0;
}

.categoryWrap .category_ul li a{
    color: #333;
    padding-left: 35px;
    display: block;
    position: relative;
    
}

.categoryWrap .category_ul li a:hover{
    color: #999;
}
.categoryWrap .category_ul span {
    position: relative;
    padding-left: 31px;
}

.categoryWrap .category_ul span:before {
    content: "";
    width: 22px;
    height: 5px;
    border-radius: 22px;
    margin-right: 7px;
    position: absolute;
    top: 7px;
    left: 0;
}
.categoryWrap .category_ul span.blue:before {
  background: #00a0e9;
}

.categoryWrap .category_ul span.pink:before {
  background: #e4007f;
}
.categoryWrap .atn{
    position: relative;
    margin: 35px 0 70px 0;
    padding-left: 25px;
    
}

.categoryWrap .atn::after {
    content:"";
    width: 17px;
    height: 17px;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image:url("/img/cocoyell/big.svg");
}



.typeWp h4{
    margin: 0 35px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e1e1e1;
    
}
.typeWpUl li div{
    margin: 15px 0;
}

.typeWp .typeWpUl{
    margin: 10px 35px 0;
    display: flex;
    justify-content: space-between;
     
}
.typeWp .typeUl01{
    width: 48%;
    counter-reset: item2;
    position: relative;
    
}
.typeWp .typeUl02{
    width: 48%;
    counter-reset: item3;
    position: relative;
    
}
.typeWp .typeUl03{
    width: 100%;
    display: flex;
    counter-reset: item2;
    flex-wrap: wrap;
    position: relative;
    
}
.typeWp .typeUl03 li:nth-child(odd){
    padding-right: 25px;
    
}
.typeWp .typeUl03 li:nth-child(even){
    padding-left: 25px;
    
}
.typeWp .typeUl01 li .tl:before {
  counter-increment: item2;
  content: '['counter(item2)']';
  padding-right:0;
    position: absolute;
    top:2px;
    left: 0;
    color: #00a0e9;
}
.typeWp .typeUl02 li .tl:before {
  counter-increment: item3;
  content: '['counter(item3)']';
  padding-right:0;
    position: absolute;
    top:2px;
    left: 0;
    color: #e4007f;
}
.typeWp .typeUl03 li .tl:before {
  counter-increment: item2;
  content: '['counter(item2)']';
  padding-right:0;
    position: absolute;
    top:2px;
    left: 0;
    color: #f39800;
}.typeWp .typeUl03 li {
    width: 50%;
}
.typeWp li .tl {
    position: relative;
    padding-left: 35px;
}


.typeWp li{
    width: 100%;
}
.typeWp li a{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e1e1e1;
    position: relative;
    color: #333;
}
.typeWp li a:hover .icWps .ic{
    transform: translateY(-100%);
}
.typeWp li .tlb{
    flex: 1;
}

.typeWp li .tnWp{
    
}

.typeWp h4 span {
    position: relative;
    padding-left: 31px;
}

.typeWp h4  span:before {
    content: "";
    width: 22px;
    height: 5px;
    border-radius: 22px;
    margin-right: 7px;
    position: absolute;
    top: 7px;
    left: 0;
}
.typeWp h4 span.blue:before {
  background: #00a0e9;
}

.typeWp h4 span.pink:before {
  background: #e4007f;
}
.typeUl01 li a:hover{
    border-bottom: 1px solid #00a0e9;
}
.typeUl02 li a:hover{
    border-bottom: 1px solid #e4007f;
}
.typeUl03 li a:hover{
    border-bottom: 1px solid #f39800;
}
.typeUl01 li a:hover .btn-comp02.col1{
    background-color: #00a0e9;
}
.typeUl02 li a:hover .btn-comp02.col1{
    background-color: #e4007f;
}
.typeUl03 li a:hover .btn-comp02.col1{
    background-color: #f39800;
}

.postWp{
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    padding: 70px;
    background-color: #FFF;
    
}

.postWp .postBx{
    margin: 0 auto;
    max-width: 980px;
    
}
.gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}
.gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.officeNavWp{

}

.officeNavWp .officeNav{
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 70px 0;
    border-top: 1px solid #e1e1e1;
}

.officeNavWp .officeNav li{
    margin: 0 30px;

}

.officeNavWp .officeNav li a{
    display: block;
    color: #333;
    position: relative;
    padding-left: 32px;

}

.officeNavWp .officeNav li a:before{
    content:"";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    border: 1px solid #e1e1e1;
    background-color: #FFF;
    border-radius: 50%;
}

.officeNavWp .officeNav li a:after{
    content:"";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #e1e1e1;
}


.officeNavWp .officeNav li a:hover:after,.officeNavWp .officeNav li .active:after{
    background-color: #f39800;

}






.postWp .postBx .date{
    display: block;
    padding-bottom: 5px;
    
}

.postWp .postBx h2{
    padding-bottom: 20px;
    
}

.postWp .postBx p{
    padding-bottom: 35px;
    
}

.postBxpage{
    border-bottom: 1px solid #e1e1e1;
    
}

.sum-img{
    width:100%;
}

.sum-img img{
    width:100%;
}

.summaryDateWp {
    display: flex;
    flex-wrap: wrap;
    margin: 70px 3vw 70px;
    justify-content: space-between;
}
.summaryDateWp .sdwDl {
    width: 47.5%;
}
.summaryDateWp .sdwDl dl {
    display: flex;
    padding: 35px 0;
    border-top: 1px solid #e1e1e1;
    
    flex-wrap: wrap;
}
.summaryDateWp .sdwDl dl dt{
    width: 170px;
    padding-right: 35px;
}
.summaryDateWp .sdwDl dl dd{
    flex: 1;
}

.hisWp{
    width: 100%;
    
}
.hisWp .hisBx{
    padding: 35px 70px;
    border-top: 1px solid #e1e1e1;
    
}
.hisWp .hisBx:nth-child(1) {
    border-top: none;
    padding-top: 0;
} 

.hisWp .hisBx .year{
    display:  block;
    width: 100%;
    padding-bottom: 15px;
    
}
.hisWp .hisBx ul{
    
}
.hisWp .hisBx ul li{
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 15px 45px;
    position: relative;
    
}
.hisWp .hisBx ul li:before{
    content: "";
    position: absolute;
    top:8px;
    left:23px;
    height: 100%;
    width: 1px;
    background-color: #e1e1e1;
} 
.hisWp .hisBx ul li:after{
    content: "";
    position: absolute;
    top:8px;
    left:20px;
    height: 8px;
    width: 8px;
    background-color: #333;
    border-radius: 50%;
} 
.hisWp .hisBx ul li:last-child:before{
    display: none;
} 
.hisWp .hisBx ul li .month{
    width: 45px;
    text-align: right;
}
.hisWp .hisBx ul li .tx{
    flex: 1;
    padding-left: 20px;
    
}

.concept-list5_l_4 .fnt01 br{
    display:none;
}


.none{
    display: none;
}




@media screen and (max-width: 1300px) {
    #header .hd_inner {
        margin: 0 0;
    }
    .mv-content {
        padding: 0 10vw 130px;
    }
}    

@media screen and (max-width: 1000px) {
    .mv-post {
        right: 4vw;
        max-width: 240px;
    }
    .concept-ttl {
        position: relative;
    }
    #header .hd_inner {
        margin: 0 0;
    }
    .brn{
        display: none;
    }
    
    .brnSp{
        display: block;
    }
    
    .support-list {
        max-width: 100%;
        margin: 0 4vw;
    }
    .sec-products .flex .category {
        display: none;
    }
    .sec-mv-page{
        margin-top:90px;
    }
    .sec-products .flex .product-main {
        padding: 0 3vw;
    }

    .breadcrumb{
        margin: 0 3vw;
    }
    .efforts-box {
      background: url("../img/concept/img-09.png") #ccd6d8 bottom right no-repeat;
    }
        .posts-list {
            padding: 0 3vw;
    }
    .sec-company .company-nav{
        display:none;
    }
    .contact_col{
        display:block;
    }
    .slList2 {
        cursor: pointer;
        border: 1px solid #e1e1e1;
        padding: 2vw 15vw 2vw 4.5vw;
        overflow: hidden;
        appearance: none;
        position: relative;
        background: #FFF url("/img/cocoyell/arrow2.svg") center right 4.5vw/10px no-repeat;
    }
    .divSelect{
        padding: 35px 3vw 0;
    }
    .news-block {
        padding: 35px 0 70px;
    }
    .sec-contact {
        padding: 35px 3vw 0;
    }
    #header .hd_inner .nav-menu .show-menu {
		display: none;
    }
	
	.mv-content .list-phone-ct li a {
		padding: 10px 80px;
		min-width:auto;
	}
    
    #footer .flex-ft{
        display: none;
    }
    
    .copy-right .cpWp p{
        text-align: left;
    }
    .cpWp{
        padding:0 5vw;
    }
    
    .sec-concept .flex-concept .btn {
        margin-bottom: 32px;
    }
    
    .sec-concept {
        padding: 90px 0 35px;
    }
    .sec-concept .flex-concept {
        margin: 0 3vw 35px;
    }
	
	.concept-list,.tips,.sec-contact02{
        margin: 0 3vw 0;
	}
	
	.mv-content {
    padding: 0 8vw 0;
}
	
.concept-img {
    width: 200px;
    height: 200px;
}
	
	.concept-ttl {
    width: 200px;
}
	
	.concept-txt {
    width: 200px;
}
    
    .sec-product-index {
        padding: 35px 0;
    }
    .ttlcomp-01 {
        text-align: center;
        margin-bottom: 35px;
    }
    .news-post {
    } 
    
    .page-index .sec-company-index {
        padding: 35px 0 35px 0;
    }
    
    .flex-company__img {
        width: 50%;
    }

    .flex-company__ct {
        width: 50%;
    }
    
    .flex-recruit__ct {
        width: 40%;
    }

    .flex-recruit__img {
        width: 60%;
    }
    
    .flex-company {
        margin-bottom: 35px;
    }
    
    .sec-support {
        padding: 35px 0 165px;
    }

    .support-img {
        padding: 20px 30px;
        margin-bottom: 20px;
    }
    #header .hd_inner .nav-menu .show-menu > .item a .nu:before {
        bottom: -37px;
    }
    .sec-concept-main {
        padding: 35px 0 35px;
    }
    .concept-box {
        margin: 0 auto 35px;
    }
    
    .abund-box__txt {
        padding-right: 3vw;
        padding-left: 1.5vw;
    }
    .machine-box__txt {
        position: relative;
        margin-left: 3vw;
    }
    
    .abund-box__img {
        width: 60%;
    }
    .abund-box__ct {
        width: 40%;
    }
    .machine-box__ct {
        width: 50%;
    }
    .machine-box__img {
        width: 50%;
    }
    .machine-box__img span {
        padding-left: 5vw;
    }
    .abund-box__img span {
        padding-right: 35px;
    }
    .machine-list {
        margin-bottom: 35px;
    }
    .sec-products {
        padding-top: 35px;
    }    
    
    .sec-products .flex .product-main .product-description {
        padding-bottom: 30px;
    }
    .breadcrumb {
        padding-bottom: 35px;
    }
    .sec-products .flex .product-main .list-table-product .table-block {
        padding-bottom: 30px;
    }
    
    .sec-company .company-block {
        padding-top: 35px;
        padding-bottom: 35px;c
    }
    
    .sec-company .company-block .info {
        padding: 0 35px;
    }
    .sec-company .company-block .img {
        padding-left: 35px;
    }

    .summaryDateWp {
        margin: 35px 3vw 35px;
    }
    .summaryDateWp .sdwDl dl {
        padding: 15px 0;
    }
    
    .officeNavWp .officeNav li {
        margin: 0 10px;
    }
    .officeNavWp .officeNav {
        padding: 35x 0;
    }    
    .sec-company .company-block .imgM {
        padding-left: 35px;
    }
    .sec-company .company-block .infoM {
        padding: 0 35px;
    }
    .hisWp .hisBx {
        padding: 25px 70px;
    }
    .posts-item a {
        padding: 20px 35px 20px 35px;
    }    
    .news-block {
        padding: 15px 0 35px;
    }
    
    
    .postWp {
        border:none;
        padding: 35px;
        background-color:none;
    }
    .mv--ttl-wp {
        padding: 0 70px;
    }
    .sec-mv-page.bg_recruit {
        min-height: 508px;
    }
    .movie-block {
        margin-bottom: 35px;
        height: 400px;
    }
    .sec-movie {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .sec-job-list .ttlcomp-01 {
        margin-bottom: 35px;
    }    
    
    .job-list-block {
        margin: 0 35px 35px 35px;
    }
    .job-list-block dl dt {
        padding: 20px 35px 20px 35px;
    }
    .entry-block__content .entry-ttl {
        min-height: 205px;
    }
    
    .entry-block {
        padding: 0 35px;
    }
    .sec-job-list {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .company-block2 {
        padding: 35px 35px 0 35px;
    }
    .manualWp .manualBx .img {
        padding: 15px;
    }    
    .manualWp .manualBx .txt {
        padding: 15px 0 0 35px;
    }
    .txt-contact {
        margin-bottom: 35px;
    }

    .list-steps {
        margin: 0 auto 35px;
    }
    .main-form dl {
        padding: 20px 0;
    }
    .main-form dl:last-of-type {
        margin-bottom: 35px;
    }
    .form-control {
        padding: 35px 0;
    }
      .form-control .btn-submit {
        padding: 25px 0;
    }  
     .main-form {
        margin-bottom: 35px;
    }
    .support-img .iconImg {
        width: 50px;
        height: 50px
    }
}
@media screen and (max-width: 767px){
    .cpWp{
        padding:0 0;
    }
    
    .copy-right .cpWp p{
        text-align: center;
    }
    

    .categoryNav {
        width: 100%;
        padding: 0 4.5vw;
    }

    .categoryNav .categoryNav_ttl {
        position: relative;
        padding-left: 20px;
        margin-bottom: 4.5vw;
        position: relative;
        display: block;
    }   
    .categoryNav .categoryNav_ttl:before {
        content: "";
        display: block;
        width: 12px;
        height: 12px;
        border: 2px solid #073190;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 0%;
        transform: translateY(-50%);
        margin-top: 0px;
    }
    .categoryNav ul li {
        margin-right: 2vw;
        margin-bottom: 2vw;
    }
    .categoryNav ul li a {
        display: block;
        border: 1px solid #e1e1e1;
        padding: 1.5vw 2.5vw;
        border-radius: 5px;
        background-color: #FFF;
        color: #333;
    }
    .categoryNav ul {
        padding-bottom: 6vw;
    }
    
    .categoryWrap{
        padding: 0 4.5vw;
    }
    
    .categoryWrap .categoryBx {
        width: 100%;
        padding-top: 8vw;
    }
    
    .categoryWrap .category_ul {
        display: block;
        padding: 0 0 5.5vw 0;
        overflow-x: scroll;
        word-break: keep-all;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
    .categoryWrap .category_ul li {
        width: 100%;
        margin-bottom: 2.5vw;
    }
    .categoryWrap .category_ul li a {
        padding-left: 31px;
    }
    .categoryWrap .atn {
        position: relative;
        margin: 8vw 0 8vw 0;
        padding-left: 25px;
    }
    
    .ttlcomp-03 .en {
        padding-bottom: 3px;
    }
    .typeWp h4 {
        margin: 0 0;
        padding-bottom: 4.5vw;
    }

    .typeWp .typeWpUl {
        margin: 0 0 0 0;
        display: block;
    }

    .typeWp .typeUl01 {
        width: 100%;
    }
    .typeWp .typeUl02 {
        width: 100%;
    }  
    .typeWp li .tl {
        padding-left: 31px;
    }
    .typeWpUl li div {
        margin: 1.5vw 0;
    }
    
    .btnWp{
        width:100px;
        padding-left: 4.5vw;
        text-align:  center;
    }
    
    
    
    .manualWp {
        display: block;
        padding: 0 4.5vw;
    }
    
    .company-block2 {
        padding: 8vw 0 0 0;
    }
    .manualWp .manualBx {
        width: 100%;
        display: flex;
        align-items: flex-start;
        margin-bottom: 8vw;
    }
    .manualWp .manualBx .img {
        padding: 4.5vw;
        width: 100px;
        margin-right: 4.5vw;
    }
    
    .manualWp .manualBx .img a{
        display: block;
    }
    .manualWp .manualBx .txt {
        padding: 4.5vw 0 0 8vw;
        flex: 1;
    }
    .manualWp .manualBx h2:before {
        position: absolute;
        top: 4px;
        left: -8vw;
    }
    .sec-contact {
        padding: 8vw 4.5vw 0;
    }
    .txt-contact {
        text-align: center;
        margin-bottom: 8vw;
    }
    .list-steps {
        max-width: 100%;
        margin: 0 auto 4.5vw;
        display: flex;
    }
    
    .textarea-form {
        padding: 3.5vw 4.5vw;
        margin: 2.5vw 0 0 0;
    }
	
	.stnBx {
    padding: 4.5vw;
    margin: 8vw 0;
    border-radius: 3px;
}
    
    .main-form dl:last-of-type {
        margin-bottom: 8vw;
    }
    .form-control {
        padding: 0 0;
        background: #efefef;
    }

    .form-control .btn-submit {
        width: 100%;
        padding: 8vw 0;
    }
    
    .list-steps .item {
        padding-bottom: 4.5vw;
    }
    .main-form dl {
        display: block;
        padding: 4.5vw 0;
    }
    .main-form dl dt {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .form-control .btn-submit .wp .tx:before{
        display: none;
    }
    .form-control .btn-submit .wp .tx {
        height: auto;
    }
    
    .form-control .btn-submit .wp {
        height: auto;
    }
    .input-form {
        width: 100%;
        padding: 3.5vw 4.5vw;
        margin: 2.5vw 0 0 0 ;
    }
	
	.wpp .wpbx{width: auto;}
    .form-control .btn-submit:after {
        width: 8px;
        height: 8px;
        right: 8vw;
    }
    .main-form {
        margin-bottom: 8vw;
    }
    .ttx{
        display: block;
        width: 100%;
        padding: .5vw 4.5vw;
        margin: 2.5vw 0 0 0 ;
    }
    .btn-submit:hover .wp .tx{
        transform: none;
    }
    .main-form .w1 {
        max-width: 100%;
    }
    .main-form .w2 {
        max-width: 100%;
    }
    .main-form dl dd {
        width: 100%;
        padding:0 0 0 0;
        flex: 1;
    }
    .posts-list {
        padding: 0 4.5vw;
    }
    .slList2 {
        padding: 2vw 15vw 2vw 4.5vw;
    }
    .divSelect{
        padding: 8vw 4.5vw 0 4.5vw;
    }
    .news-block {
        padding: 0 0 8vw;
    }
    .sec-mv-page{
        margin-top:0;
    }
    
    .brn{
        display: none;
    }
    
    .brnSp{
        display: block;
    }
    
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    #header .hd_inner {
        margin: 0 0;
        padding: 0 4.5vw;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: auto;
        height: 60px;
        box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
    }
    
    #header .hd_inner .logo {
        width: 120px;
        margin: 0 0;
    }
    
    .backBtn {
        position: relative;
        margin-bottom: 4.5vw;
        padding-left: 15px;
    }
    
    .nav-menu,.contact-menu{
	    display: none;
        
    }
    .txt-contact h1 {
        padding-bottom: 4.5vw;
    }
    .lnk {
        margin-top: 4.5vw;
    }
    
    #wrap.slideOn {
        position: relative;
        left: -240px;
    }
    #wrap {
        position: relative;
        z-index: 1;
        width: 100%;
        overflow: hidden;
    }
    #wrap {
        left: 0;
        transition: ease 0.7s;
    }
    #wrap #header {
        transition: ease 0.7s;
    }
    #wrap.slideOn #header {
        left: -240px;
    }
    main,.sec-support,#footer  {
        opacity: 1;
        transition: ease 0.7s;
    }
    .slideOn main,.slideOn .sec-support,.slideOn #footer {
        opacity: 0.2;
    }
    .mobile-icon {
            width: 60px;
            height: 60px;
        z-index: 12;
        cursor: pointer;
        position: absolute;
            right: 0;
        top: 50%;
        background-color: #b28e00;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
	
	.mobile-icon a{
		display: block;
            width: 60px;
            height: 60px;
	}

      .mobile-icon span {
		position: relative;
            width: 60px;
            height: 60px;
		  display: block;
	}

      .mobile-icon span:before {
		width: 20px;
		height: 20px;
		margin-bottom: 0;
    content: '';
position: absolute;
  top: 3.5vw;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
  -webkit-transform: translateY(0%) translateX(-50%);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/img/cocoyell/tel.svg);
}
    

      .mobile-icon span:after{
	width: 60px;
    height: auto;
    margin-top: 0px;
    text-align: center;
    content: 'ご相談';
    color: #FFF;
    position: absolute;
    bottom: 1.5vw;
    left: 50%;
    transform: translateY(0%) translateX(-50%);
    -webkit-transform: translateY(0%) translateX(-50%);
    font-size: 2.5vw;
}
   
	
	#pageslide-nav {
	    position: absolute;
	    top: 0px;
	    right: 0px;
	    z-index: 0;
	    width: 240px;
	    display: none;
	    background-color: #f5f5f5;
	}


	#pageslide-nav .list1 a {
        color: #FFF;
        padding: 4.5vw 4.5vw;
	}

	#pageslide-nav .list1 .list2 a{
        padding: 4.5vw 4.5vw;
	    
	}
    
    .inner {
        display: block;
        margin: 0 0;
    }
    .mv-content {
        padding: 0 8vw;
    }
    .zs-bullets{
        display:none;
        
    }
    .mv-scroll {
        padding-top: 45px;
    }
    
    .tx-mv {
        bottom: 16vw;
    }
    .news-post .post-link {
        display:inline-block;
    }
    
    .ttl-news{
        display:none;
        
    }
    
    .news-post span {
        margin-right: 0;
        margin-left: 0;
    }
    .news-post .news-link {
        right: 4.5vw;
    }
	
	.heading-ttl{
		text-align: center;
    width: 100%;
		padding-top: 8vw;
	}
	
	.concept-img {
        width: 60%;
    height: auto;
	}
    
    .news-post {
margin: -25vw 8vw 0 8vw;
    padding: 4.5vw 0;
        height: auto;
    }
    
    .mv-scroll {
        bottom: 26vw;
    }
    .news-link:before {
    display:none;
    }
    .concept-ttl{
        width: 80%;
		padding: 4.5vw 0 0 0;
    }
	
	.concept-txt {
    width: 80%;
}
    
    .sec-concept {
        padding: 8vw 0 0;
    }
    .sec-concept:after {
        display:none;
    }
    .concept-list{
        
    }
	
	.sec-concept .flex-concept02{
		    margin: 0 auto 0;
	}
.concept-item:after {display: none;
}
	.concept-item {
		margin-bottom: 0;
	}
	
.concept-list {
    display: block;
    z-index: 2;
    position: relative;
}
.concept-item {
    position: relative;
    width: 100%;
	margin-top: 8vw;
}
	
	.service_list {
    grid-template-columns: auto;
    justify-content: space-around;
    align-items: center;
    grid-gap: inherit;
    margin: 0 0 20px;
}
	
	.service_list {
display:flex; 
      flex-wrap: wrap;
      width: 100%;
      height:auto;
		margin-top: 4.5vw;
}
	.tips {
    padding-bottom: 0;
}
	
	.pintUl01{
		margin-top: 8vw;
	}
	
	.pintUl01 .pintU_t2 {
		position: relative;
		padding: 20px;
		
    margin: 0 auto 45px;
	}
	
	
	.pnote1 {
    margin: 4.5vw 3vw 0;
	}
	
.price_costInr {
    display: block;
}
	
	.price_cost .calc_box {
    width: 100%;
}
	
.price_cost .monthly_cost {
    width: 100%;
	margin-top: 10vw;
}
	
.price_costInr::after {
	display: none;
}
	
	
.price_cost {
    padding-bottom: 0vw;	
}
	
	
	
	
	
	.price_cost .initial_cost{
		margin-top: 4.5vw;
	}
	.price_cost .calc_box::after {
    position: absolute;
    bottom: -9vw;
    left: 50%;
    transform: translateX(-50%) ;
    -webkit-transform: translateX(-50%);
    margin: auto;
    content: '+';
    font-weight: bold;
    font-size: 20px;
}
	
	
	
	
.sales-movie {
    background-color: #d3ebfd;
    display: flex;
    padding: 4.5vw;
    margin: 8vw auto 0;
}
	
	.sales-movie iframe {
    width: auto;
    height: auto;
    margin: 0 auto;
    border: 0;
}
	
	
	.pintUl01 .pintU_t2:after {
    top: -30px;
}
	
	.pintUl01 .pintU_t2:before {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    right: 50%;
    bottom: -30px;
    -webkit-transform: rotate( 
135deg
 ) translateX(-50%);
    -ms-transform: rotate(135deg) translateX(-50%);
    transform: rotate( 
135deg
 ) translateX(-50%);
    border-top: 2px solid #db8900;
    border-right: 2px solid #db8900;
}
.pintUl02 li:after {
	display: none;
}
	
	
	.pintUl02 {
    display: block;
    margin: 0 0 0 0;
}
.pintUl02 li {
    width: 100%;   
	margin-bottom: 4.5vw;
}
	
.service_list p {
    padding: 0px;
	width: 48%;
	margin-bottom: 2vw;
      text-align: center;
}
	
	
    .sec-concept .flex-concept {
        display: grid;
        margin: 0 4.5vw;
    }

    .sec-concept .flex-concept .heading-block {
        width: 100%;
    }
    
    .sec-concept .flex-concept__more {
        width: 100%;
        padding-top: 0;
    }
	
	.flex-concept02 p {
		text-align: left;
	}

    .concept-img {
        margin-bottom: 0px;
    }
    .flex-concept__more{
        display: flex;
        flex-wrap:wrap;
    }  
    
    .flex-concept__more .btn{
        order:2;
    }  
    .sec-concept .flex-concept .txt-basic {
        order: 1;
        padding-bottom: 4.5vw;
    }
    
    .heading-block .heading-sub {
        margin-bottom: 4.5vw;
    }
    .heading-ttl {
        margin-bottom: 4.5vw;
    }
    .sec-concept .flex-concept .btn {
        margin-bottom: 8vw;
    }
    
    .btn:before {
        width: 25px;
        height: 25px;
    }

    .btn:after {
        right: 12px;
    }
    .btn {
        padding-right: 35px;
    }
    
    .sec-concept img{
        width: 100%;
        
    }
    .mv-post{
        display:none;
        
    }
    
     .sec-product-index {
        background:none;
        padding: 8vw 8vw;
    }
    
    .sec-product-index:before {
            display:none;
    }
    

    
    .ttlcomp-01 .en {
        margin-bottom: 1vw;
    }
    
    .ttlcomp-01 {
        margin-bottom: 4.5vw;
    }
    .product-img {
        margin-bottom: 4.5vw;
    }
    
    a .mask_ov img{
        width: 80%;
        margin: auto;
    }
    
    .product-slider a{
        padding: 0 4.5vw;
    }
    .txt-basic li:before {
        content: '';
        width: 10px;
        height: 1px;
        top: 10px;
        left: 0px;
        background-color: #333;
    }
    .product-ttl {
        text-align: center;
        margin: 0 8vw 0 8vw;
    }   
    
    .product-item .txt-basic{
        margin: 0 8vw 0 8vw;
        
    }
    .product-slider .slick-next:before {
        left: 25%;
    }
    
    #footer .flex-ft{
        display: none;
    }
    .flex-company {
        display: block;
        margin-bottom: 2vw;
    }
    .flex-company__img {
        width: 100%;
    }
    
    .flex-company__ct {
        width: auto;
        padding: 0 0 0 0;
    }
    
    .sec-company-index {
        padding: 0 0 0 0;
        position: relative;
        overflow: hidden;
    }
    
    .product-item .txt-basic{
        display: none;
        
    }

    .product-slider .slick-prev{
        left: -4.5vw;
    }
    .product-slider .slick-next {
        right: -4.5vw;
    }
    
    .product-slider .slick-prev, .product-slider .slick-next {
        width: 40px;
        height: 40px;
    }
    
    .flex-company__ct{
        margin: 8vw 4.5vw 0 4.5vw;
        
    }
    
    .flex-company__ct .txt-basic {
        margin-bottom: 4.5vw;
    }
    
    .flex-recruit {
        display: flex;
        flex-wrap:wrap;
        align-items: center;
    }
    .flex-recruit__ct {
        padding: 0 4.5vw 8vw;
        width: 100%;
        order:2;
    }
    .flex-recruit__img {
        order: 1;
        width: 100%;
        padding-left: 0;
        padding-bottom: 2vw;
    }
    
    .flex-recruit__ct .txt-basic {
        margin-bottom: 4.5vw;
    }
    
    .sec-company-index:after {
        display:none;
    }
    .flex-recruit__img li:nth-child(1) {
        margin-right: 2vw;
    } 
    
    .flex-recruit__img li:last-child {
        margin-left: 2vw;
    }
    .flex-recruit__img li:last-child .reIm:nth-child(1) {
        padding-bottom: 2vw;
    }
    .flex-recruit__img li:last-child .reIm:last-child {
        padding-top: 2vw;
        padding-right: 4vw;
    }  

    .sec-support {
        padding: 8vw 0 16vw;
    }
    .support-list {
        display:block;
        width: 100%;
        max-width: 100%;
        margin: 0 0;
        padding: 0 4.5vw;
    }
    .support-item {
        width: 100%;
        padding: 0 0;
    }  
    .support-item a {
        display: flex;
        background: #fff;
        margin-bottom: 1px;
    }
    .support-img {
        background: #efefef;
        padding: 30px;
        margin-bottom: 0px;
        position: relative;
        width: auto;
        display: flex;
        align-items: center;
    }
    .support-wps {
        flex: 1;
        color: #333;
        padding: 2vw 4.5vw;
    }
    
    .support-img .iconImg {
        width: 30px;
        height: 30px;
        margin: 0 auto 0;
    }
    
    .support-img .txt,.support-img .icon-link{
        display:none;
        
    }
    .support-ttl {
        margin-bottom: .5vw;
    }
    #footer .ft-contact {
        display: block;
        margin: 8vw 4.5vw 0 4.5vw;
    }
    #footer .ft-contact__left {
        width: 100%;
        padding: 12vw 4.5vw 8vw;
        border-right: none;
    }  
    #footer .ft-contact__right {
        width: 100%;
        padding: 0 4.5vw 8vw;
    }
    #footer .ft-contact__ttl {
        margin-bottom: 2vw;
    }
    #footer .ft-contact .ft-phone {
        margin-bottom: 2vw;
    }
    .ft-contact__desc{
        padding-bottom: 8vw;
    }
	
	.mv-content .list-phone-ct li a {
    padding: 10px 0;
    width: 100%;
    min-width:auto;
		margin-bottom: 5px;
}
	
	.mv-content .list-phone-ct li {
    display: block;
}
	
	
    .copy-right {
        padding: 4.5vw 4.5vw;
    }    
    .telIc:before {
        width: 25px;
        height: 25px;
        margin-top: 0px;
    }
    #footer .ft-contact .ft-phone a .telIc {
        margin-bottom: 2vw;
    }
    .telIc {
        position: relative;
        padding-left: 30px;
    }
    .mailIc:before {
        width: 22px;
        height: 22px;
    }
    .mailIc {
        position: relative;
        padding: 20px 0 20px 30px;
    }
    
    .product-slider .slick-prev, .product-slider .slick-next{
            top: 45%;
    }
    
    .news-post .date{
        position: relative;
    }
    
    .news-post .date:after {
        content: '';
        width: 100px;
        height: 50%;
        right: 0vw;
        position: absolute;
        top: 4px;
        border-left: 1px solid #6a6a6a;
    }
    .news-post .date:before {
        content: 'NEWS';
        color: #FFF;
        width:  100px;
        height: 100%;
        right: -4vw;
        top: -1px;
        position: absolute;
    }
    
    .mv-post-sp{
        width: 100%;
    }
    
    .mv-post-sp a{
        display: block;
        margin-bottom: 8vw;
    }
    
    .mv-post-sp_img{
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        color: #FFF;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image:url("/img/cocoyell/img-news-sp.jpg");
        z-index: -1;
        
    }
    .mv-post-plyMv{
        position: relative;
        margin: 20vw auto;
    }
    
    .mv-post-plyMv:before {
        content: '';
        width: 100%;
        height: 1px;
        left: 0;
        bottom: -2vw;
        position: absolute;
        background-color: #f39800;
    }
    
    .mv-post-sp_ttl{
        display: block;
        background-color: #FFF;
        margin: -6vw 4.5vw 0;
        padding: 3vw 15vw 3vw 4.5vw;
        color: #333;
        position: relative;
    }
    .news-post .post-link .date{
        padding-bottom: .5vw;
    }
    .mv-post-sp_ttl:before {
        content: 'NEW';
        width: auto;
        height: 100%;
        right: 0;
        top: 0;
        padding: 0 2vw;
        position: absolute;
        align-items: center;
        display: flex;
        background-color: #b11124;
        color: #FFF;
    }
    
    .list1{
        background-color: #333333;
        position: relative;
    }
    .logoSpWp{
        align-items: center;
        display: flex;
        width: 100%;
        height: 60px;
        position: relative;
    }
    .logoSp{
        position: relative;
        margin: auto;
    }
    
    .logoSp img{
        max-width: 140px;
    }
    
    .logoSpWp a{
        display: flex;
    }
    
    .logoSpWp:before {
        content: '';
        width: 100%;
        height: 1px;
        left: 0;
        bottom: 0;
        padding: 0 0;
        position: absolute;
        background-color: #adadad;
        opacity: .1;
    }
    
    .list1 li{
        width: 100%;
        color: #FFF;
    }
    
    .list1 li li{
        width: 100%;
        color: #FFF;
        display: flex;
        position: relative;
    }
    
    .list1 li li:before {
        content: '';
        width: 100%;
        height: 1px;
        left: 0;
        bottom: 0;
        padding: 0 0;
        position: absolute;
        background-color: #adadad;
        opacity: .1;
    }
    
    .list2{
        background-color: #232323;
    }
    
    .list1 li span{
        padding: 2vw 4.5vw;
        position: relative;
        display: block;
        width: 100%;
        text-align: center;
    }
    
    .list1 li span:before {
        content: '';
        width: 100%;
        height: 1px;
        left: 0;
        bottom: 0;
        padding: 0 0;
        position: absolute;
        background-color: #FFF;
        opacity: .1;
    }
    
    .list1 li span:after {
        content: '';
        width: 100%;
        height: 1px;
        left: 0;
        top: 0;
        padding: 0 0;
        position: absolute;
        background-color: #000;
        opacity: .5;
    }
    
    .list1 li li a {
        position: relative;
        display:  block;
        width: 100%;
    }
    .list1 li li a:after {
        content: '';
        width: 6px;
        height: 6px;
        border-top: 2px solid #FFF;
        border-right: 2px solid #FFF;
        position: absolute;
        right: 0;
        top: 47%;
        -webkit-transform: rotate(45deg) translateY(-50%);
        -ms-transform: rotate(45deg) translateY(-50%);
        transform: rotate(45deg) translateY(-50%);
        margin-right: 4.5vw;
    }
    
    .sec-mv-page {
        min-height: 250px;
    }
    .sec-mv-page .mv--ttl {
        width: 100%;
        top: 50%;
    }
    .sec-mv-page .mv--ttl span.en{
        margin-bottom: 15px;
    }
    .sec-products {
        padding-top: 8vw;
        padding-bottom: 8vw;
    }
    
    .sec-products .flex .product-main .product-heading {
        margin-bottom: 4.5vw;
    }
    .ttlcomp-02 {
        padding-bottom: 4.5vw;
    }
    
    .sec-products .flex .product-main .product-heading .heading-left .heading-link {
        padding: 4.5vw 0 ;
    }
    .sec-products .flex .product-main .product-heading .heading-right {
        width: 35%;
        padding-left: 4.5vw;
        padding-bottom: 4.5vw;
        position: relative;
        top: 0;
        right: 0;
    }
    
    
    .sec-products .flex .product-main .product-heading {
    align-items: flex-start;
    }
    .sec-products .flex .product-main .product-heading .heading-left .heading-link li {
        margin-right: 2vw;
        margin-bottom: 2vw;
    }
    
    
    .sec-products .flex .product-main .product-description .flex .box-left .list-series {
        padding-top: 0px;
        padding-bottom: 4.5vw;
    }

    .sec-products .flex .product-main .product-description .flex .box-left .list-series li {
        margin-right: 20px;
        padding-left: 45px;
    }
    
    .sec-products .flex .product-main .product-description .flex .box-left .list-series li:after {
        left: 27px;
    }
    
    .sec-products .flex .product-main .product-description .flex .box-right {
        width: 100%;
    }
    .btn-comp01 {
        max-width: 100%;
    }
    .sec-products .flex .product-main {
        padding: 0 4.5vw;
    }
    .sec-products .flex .product-main .series-content .item {
        padding: 4.5vw;
        background-color: #FFF;
    }
    .sec-products .flex .product-main .product-description {
        padding-bottom: 8vw;
    }
    .ttlcomp-03 .en {
        padding-right: 10px;
    }
    .table-component dl {
        border-top: 1px solid #e1e1e1;
        border-bottom: none;
    }
    .table-component dl .row2:before, .table-component dl .td2:before, .table-component dl .row3:before, .table-component dl .td3:before {
        background: #e1e1e1;
    }
    .table-component dl {
        background:none;
    }
    .table-component dl .row1:before, .table-component dl .td1:before {
        background: #e1e1e1;
    }
    .table-component dl .row1 {
        padding: 2vw 2vw 2vw 0;
    }
    .table-component dl .row1,.table-component dl .row2,.table-component dl .row3 {
        vertical-align: middle;
    }
    .table-component .td1 {
        vertical-align: middle;
        padding: 2vw 2vw 2vw 0;
    }
    .btn-comp02 {
        display: block;
        border-radius:5px;
        width: 100%;
        height: 100%;
        padding: 2vw 1vw;
        margin: 0 auto;
    }
    .table-component .btn-comp02 span:before {
        display: none;
    }
    .btn-comp02 .icWps .ic {
        height: 100%;
    }
    .btn-comp02 .icWps {
        height: 100%;
    }
    .td2 {
        height: 100%;
        text-align: center;
        padding: 0 0;
    }
        
    .table-component .td2{
        padding: 1vw 1vw;
        vertical-align: middle;
    }
        
    .table-component .td3 {
        padding: 1vw 0vw 1vw 1vw;
        vertical-align: middle;
    }
    
    .table-component dl {
        display: table;
    }
    
    .table-component dl dt {
        display: table-cell;
    }
    
    .table-component dl .row2{
        padding: 2vw 2vw;
    }
    
    .table-component dl .row3 {
        padding: 2vw 0 2vw 2vw;
    }
    
    .table-component .trtd span:before {
        width: 12px;
        top: 5px;
    }
    .table-component .td1 span {
        position: relative;
        padding-left: 18px;
    }
    .ttlcomp-03 {
        margin-bottom: 4.5vw;
    }
    .sec-products .flex .product-main .list-table-product .table-block {
        padding: 0;
        margin-bottom: 8vw;
    }
    .sec-products .flex .product-main .list-table-product .table-block:last-of-type {
        padding: 0;
        margin-bottom: 0vw;
    }
    
    .breadcrumb {
        margin: 0 4.5vw;
    }
    
    .breadcrumb .breadcrumb-block {
        padding-top: 4.5vw;
    }
    
    .sec-products .flex .product-main .product-heading .heading-left {
        width: 65%;
    }

    .efforts-box {
      background: url("../img/concept/img-09sp.png") #ccd6d8 bottom right no-repeat;
        padding: 8vw 4.5vw;
            background-size: contain;
    }
    
    .efforts-box .efforts-ct{
        padding-bottom: 155px;
        
    }
    .breadcrumb {
        padding-bottom: 4vw;
    }
    .sec-concept-main {
        padding: 8vw 0 8vw;
    }
    
    .concept-box .flex-concept {
        display: block;
        margin: 0 4.5vw 0;
    }
    .concept-box__left {
        width: 100%;
    }  
    .concept-box__right {
        width: 100%;
    } 
    .ttl-concept {
        padding-right: 0;
        padding-bottom: 4.5vw;
    }  
    
    .concept-box {
        margin: 0 auto 8vw;
    }
    
    .abund-box {
        display: block;
        margin-bottom: 8vw;
    }
    
    .abund-box__img {
        width: 100%;
        padding-bottom: 8vw;
    }
    .abund-box__ct {
        width: 100%;
    }  
    .abund-box__img span {
        display: block;
        padding-right: 4.5vw;
    }
  
    .ttlcomp-04 .num {
        padding: 0 0 2vw 0;
    }
    .ttlcomp-04 {
        margin-bottom: 4.5vw;
    }
    .abund-box__ttlWp {
        color: #FFF;
        position: absolute;
        right: auto;
        left: 4.5vw;
        top: -4.5vw;
        overflow: hidden;
        height: auto;
    }
    .abund-box__txt {
        padding-right: 4.5vw;
        padding-left: 4.5vw;
    }
    
    .abund-box__ct {
        padding-left: 4.5vw;
    }
    
    .machine-box {
        flex-wrap:wrap;
        margin-bottom: 8vw;
    }
    .machine-box__ct {
        width: 100%;
        order:2;
        padding-left: 4.5vw;
    }
    .machine-box__img {
        width: 100%;
        order:1;
        padding-bottom: 8vw;
    }
    .machine-box__img span {
        padding-left: 0;
        padding-right: 4.5vw;
        display: block;
    }
    
    .machine-box__txt {
        position: relative;
        margin: 0;
        padding-right: 4.5vw;
        padding-left: 4.5vw;
    }
    .machine-list {
        padding: 0 4.5vw;
        margin-bottom: 8vw;
    }
    .machine-item {
        width: 48%;
    }
    .machine-item .txt-basic {
        padding: 2vw 0 4.5vw 0;
    }
    .posts-item a .wps{
        display: block;
    }
    .posts-item a {
        display: block;
        padding: 4.5vw 4.5vw;
    }
    
    .sec-products .flex .product-main .series-content .item {
        padding: 4.5vw;
        border-bottom: 1px solid #e3e3e3;
        display: block;
    }
    .sec-products .flex .product-main .series-content .item__detail {
        padding-left: 0vw;
    }

    .sec-products .flex .product-main .series-content .item__name {
        width: 100%;
        padding-bottom: 3vw;
        margin-bottom: 3vw;
        position: relative;
    }
    .sec-products .flex .product-main .series-content .item__name span {
        display: inline-block;
    }
    
    .sec-mv-page.bg_recruit {
        min-height: 380px;
        margin-top: 60px;
        background-image:url("/img/cocoyell/recruit-mv-sp.jpg");
    }
    .mv--ttl-wp .mv-ttl-h1 {
        padding: 0 0 0 0;
    }
    .mv--ttl-wp {
        padding: 4.5vw;
    }
    
    .mv--ttl-wp .mv-ttl-h1{
        padding: 0 0 3vw 0;
        
    }
    .lineBg::before, .sec-movie::before,.lineBg::after, .sec-movie::after{
        display: none;
    }
    
    .sec-movie {
        padding-top: 8vw;
        padding-bottom: 8vw;
    }
    .sec-movie .ttlcomp-01 {
            padding-bottom: 8vw;
        margin: 0;
    }
    
    .movie-block {
        margin-bottom: 8vw;
        height: 200px;
    }
    .sec-movie .txt-center{
        padding: 0 4.5vw;
    }
    .sec-job-list {
        padding-top: 0;
        padding-bottom: 8vw;
    }
    .sec-job-list .ttlcomp-01 {
        margin-bottom: 4.5vw;
    }    
    .job-list-block {
        margin:0 0 8vw 0;
        padding: 0 4.5vw;
    }
    .job-list-block dl {
        background-color: #FFF;
    }
    .job-list-block dl dt {
        padding: 4.5vw;
    }
    .job-list-block dl dt:before {
        content: "";
        display: block;
        height: 1px;
        width: 10px;
        background: #bebebe;
        position: absolute;
        top: 50%;
        right: 3.2vw;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }
    .job-list-block dl dt:after {
        content: "";
        display: block;
        width: 1px;
        height: 10px;
        background: #bebebe;
        position: absolute;
        top: 50%;
        right: 4.5vw;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }
    .job-list-block dl dt span:first-of-type {
        margin-right: 15px;
        top: 0;
    }
    .job-list-block dl dd .list-content {
        display: block;
        margin-bottom: 4.5vw;
    }
    .job-list-block dl dd .list-content .item:first-of-type {
        width: 100%;
        padding: 4.5vw 4.5vw 0 4.5vw;
    }
    .job-list-block dl dd .list-content .item:last-of-type {
        width: 100%;
        padding: 4.5vw;
    }
    
    
    .job-list-block dl dd .list-content .item li {
        padding: 4.5vw 0;
        border-bottom: 1px solid #e1e1e1;
        display: block;
    }
    
    .job-list-block dl dd .list-content .item li span:first-of-type {
        width: 100%;
    }
    .job-list-block dl dd .list-content .item li span:last-of-type {
        width: 100%;
        padding-left: 0px;
    }
    
    .entry-block__content .entry-ttl {
        width: 100%;
        min-height: auto;
    }
    
    .entry-block__content .entry-ttl:nth-child(2),.entry-block__content .entry-ttl:nth-child(3) {
        display: none;
    }

    .entry-block {
        margin:  0 4.5vw;
    }  

    .entry-block__content .entry-ttl .wp {
        padding: 4.5vw 0;
    }   
    .entry-block__content .entry-ttl span.en {
        margin-bottom: 2vw;
        text-align: center;
    }
    
    .entry-block__content .entry-ttl span.jp:after {
        top: 42%;
    }
    .sec-company .company-block {
        padding-top: 8vw;
        padding-bottom: 8vw;
    }
    
    .sec-company .company-block .flex {
        display: block;
        padding: 0 4.5vw;
    }
    .sec-company .company-block .img {
        width: 100%;
        padding-bottom: 8vw;
    } 
    .sec-company .company-block .info {
        width: 100%;
        padding: 0 0 0 0;
    }
    
    .txt-sign {
        padding: 4.5vw 0 0 0;
    }
    
    .tlR{
        padding: 0 0 3vw 0;
    }
    
    .catalogBg img{
        padding: 4.5vw;
        background-color: #FFF;
    }

    .lnkUl{
        margin-top: 4.5vw;
        position: relative;
        display: block;
    }

    .lnkUl li{
        margin-right: 0;
        margin-bottom: 3vw;

    }

    .hisWp{
        width: 100%;

    }
    .hisWp .hisBx{
        padding: 4.5vw 0 0 0;

    }
    .hisWp .hisBx:nth-child(1) {
        border-top: none;
        padding-top: 0;
    } 

    .hisWp .hisBx .year{
        display:  block;
        width: 100%;
        padding-bottom: 4.5vw;

    }
    .hisWp .hisBx ul{

    }
    .hisWp .hisBx ul li{
        display: flex;
        flex-wrap: wrap;
        padding: 0 0 4.5vw 5px;
        position: relative;

    }
    .hisWp .hisBx ul li:before{
        content: "";
        position: absolute;
        top:8px;
        left:3px;
        height: 100%;
        width: 1px;
        background-color: #e1e1e1;
    } 
    .hisWp .hisBx ul li:after{
        content: "";
        position: absolute;
        top:8px;
        left:0px;
        height: 7px;
        width: 7px;
        background-color: #333;
        border-radius: 50%;
    } 
    .hisWp .hisBx ul li:last-child:before{
        display: none;
    } 
    .hisWp .hisBx ul li .month{
        width: 45px;
        text-align: right;
    }
    .hisWp .hisBx ul li .tx{
        flex: 1;
        padding-left: 20px;

    }

    .officeNavWp .officeNav {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 8vw 4.5vw 4.5vw 4.5vw;
        border-top: 1px solid #e1e1e1;
        flex-wrap: wrap;
    }

    .sec-company .company-block .imgM {
        width: 100%;
        padding: 2vw;
        border: 1px solid #e1e1e1;
        background-color: #FFF;
    }

    .sec-company .company-block .infoM {
        width: 100%;
        padding: 8vw 0 0 0;
    }

    .officeNavWp .officeNav li{
        margin: 0 0;
        width: 48%;
        padding-bottom: 2vw;
    }
    
    .summaryDateWp {
        display: block;
        flex-wrap: wrap;
        margin: 0 4.5vw 6vw 4.5vw;
    }
    .summaryDateWp .sdwDl {
        width: 100%;
    }
    
    .summaryDateWp .sdwDl dl {
        display:block;
        padding: 3vw 0 2vw 0;
        border-top: 1px solid #e1e1e1;
        flex-wrap: wrap;
    }
    
    .summaryDateWp .sdwDl:first-child dl:first-child{
        border: none;
        padding-top: 0;
    }
    
    .summaryDateWp .sdwDl dl dt {
        width: auto;
        padding-right: 0;
    }
    
    .postWp {
        border:none;
        padding: 8vw 4.5vw 0 4.5vw;
        background:none;
    }
    .postWp .postBx .date {
        padding-bottom: .5vw;
    }
    .postWp .postBx h2 {
        padding-bottom: 4.5vw;
    }
    
    .postWp .postBx p {
        padding-bottom: 4.5vw;
    }
    
    .breadcrumb-block li:last-child{
        padding-right: 0;
        margin-right: 0;
        margin-bottom: 4vw;
    }
    .breadcrumb-block {
        overflow-x: scroll;
        word-break: keep-all;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
    
    .copy-right .cpWp ul{
    }
    .copy-right .cpWp p {
        width: 100%;
    }

    .typeWp .typeUl03 li:nth-child(odd){
        padding-right: 0;

    }
    .typeWp .typeUl03 li:nth-child(even){
        padding-left: 0;

    }
    .typeWp .typeUl03 li {
        width: 100%;
    }
    
    .categoryWrap .category_ul span:before {
        width: 12px;
        border-radius: 12px;
        top: 3px;
    }

    .categoryWrap .category_ul span {
        padding-left: 18px;
    }

    .btn-comp02 .icWps .ic:before {
        display: none;
    }
    .typeWp li a:hover .icWps .ic {
        transform:none;
    }
    
    .backBtn:after {
        margin: -1px 0 0 0;
    }
    
    .bg_products{
        background-image:url("/img/cocoyell/products-mv-sp.jpg");
    }
    .bg_company{
        background-image:url("/img/cocoyell/company-mv-sp.jpg");
    }
    .bg_contact{
        background-image:url("/img/cocoyell/contact-mv-sp.jpg");
    }
    .bg_support{
        background-image:url("/img/cocoyell/support-mv-sp.jpg");
    }
    .bg_concept{
        background-image:url("/img/cocoyell/concept-mv-sp.jpg");
    }
    .bg_news{
        background-image:url("/img/cocoyell/news-mv-sp.jpg");
    }
    .bg_recruit{
        background-image:url("/img/cocoyell/recruit-mv-sp.jpg");
    }
    .page-index .sec-company-index {
        padding:0 0 0 0;
    }
    .sec-company .company-block .img {
        padding-left: 0;
    }
	
	.copy-right {
		position: relative;
		bottom: 0;
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	#wrapper {
		min-height: 100vh;
		position: relative;
		padding-bottom: 0;
		box-sizing: border-box;
	}

		#footer .ft-contact {
		padding: 0 0 0 0;
	}
	
	.er1{
		order: 2;
		margin-top: 4.5vw;
	}
	
	.er2{
		order: 1;
	}
	
	.er2 .heading-ttl {
    padding-top: 0vw;
}
	
	.sec-contact02 .txt-contact {
    margin-bottom: 0;
}
	
	.mv-ttl {
    margin-bottom: 4.5vw;
}
	
	
	.heading-ttl span:after{
		
		bottom: -1vw;
	}
	.price_tt {
		padding: 5px 0;
	}
	.price_ct {
		padding: 5px 0;
	}
	
	
.pintUl01 .pintU_t1 {
    margin: 0 auto 45px;
    padding: 15px 15px;
}
	.copy-right .cpWp ul {
    width: 100%;
		justify-content: center;
}
.copy-right .cpWp {
    display: block;
}
.copy-right .cpWp ul li {
    padding: 1vw;
}	
	
	
.cntctBBx {
    margin-bottom: 0px;
}
	
	.txt-contact{
padding: 8vw 0;
	}
    
    
/*    231110 黒田*/
	
    .box12Wp .box15_1{
	   width: inherit;
}
.box12Wp .box15_2{
	   width: inherit;
}
.box12Wp .box15_3{
	   width: inherit;
       margin-top: 10px;
}

.box12Wp .box15{
    display: inherit;
    margin: 0 4.5vw;
}

.flex-concept0896{
	margin: 0 4.5vw 0px 4.5vw;
}

.sec-concept .flex-concept__more {
    width: 100%;
    padding-top: 30px!important; 
    margin-top: 4.5vw!important;
}

/*    231113 黒田*/



.concept-list6 {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
    flex-direction: column;
    }

.concept-list6 .box5{
	display: flex;
	background-color: #f9eed2;padding: 30px 30px;
    border-radius: 10px;
    margin: 4.5vw;
    width: 100%;
	
}

.concept-list6 .box5_a{
	min-width: 60px;
	max-width: 100px;
}



.concept-list6 .box5_a img{
	width: 100%;
	
}

.concept-list6 .box5_b{
	padding-left: 30px;
	
}

.concept-list6 .box5_b h3{
	padding-bottom: 15px;	
}

.inner05{
    display:inherit;
}

.news-post3 {
    display: flex;
    padding: 30px 15px 15px 15px!important;
    width: 100%;
    justify-content: space-between;
    }

.inner05 .news-post3 {
    padding: 30px 15px 0px 15px!important;
    }


.news-post2Wp{
    min-width:230px!important;
    display: flex;
    align-items: center;
}

.mv-content{
top: 42.45%;
}

.news-post {
    margin: -25vw 8vw 0 8vw;
    padding: 4.5vw 0;
    height: auto;
    display: flex;
    justify-content: center;
}


.inner05 {
    margin-top: -245px;
    }

.news-post img {
    width: 240px;

}

.concept-list6 .box5{
width: auto;
}


.concept-list5_lWp .concept-list5_l_3,
.concept-list5_lWp .concept-list5_l_4{
    width: 80%;
}

.concept-list5_lWp55{
    margin-top: 80px;
}


.concept-list6 .box5_a {
    min-width: 50px;
    max-width: 80px;
}

.none{
display: none;
}


.concept_list_mg{
margin: 50px 15px!important;

}

.concept-list5_l_4 .fnt03 {
    display: inline-block;
    margin: 10px 0px 5px 0px;
}

.concept-list5_l_4 .fnt01 br{
    display: inherit;
}


.concept-list6 .box5_mg{
    margin:0vw 4.5vw;
}

.concept-list9 li{
    padding-bottom: 30px;
}

#price{
    padding-top: 20px;
    margin-bottom: 20px;
}

.concept-list5_r1{
    margin: 35px 0 20px 0;
}

.concept-list5_r1 h3 {
    margin-bottom: 20px;
    }
.flex-concept0896 p, .flex-concept02 p, .concept-txt, .service_list p, .concept-list6 .box5_b p{
line-height: 1.6;
}

.service_list{
margin: 20px 0 0px;
}

.tips li:last-of-type{
    padding-bottom: 20px;
}
.txt-contact{
   padding:0px;
}

.heading-ttl,
.concept-ttl{		
    font-size: 6.3125vw!important;
}

.flex-concept__more{
display:inherit;
}

.none{
display: inherit;
}

.concept-list5_r1 p {
    margin-bottom: 20px;
}
.tips li{
	padding-bottom:5px;
}

.lst li:before {
    width: 10px;	
    height: 5px;	
}

/*

.concept-list5_lWp .concept-list5_l_1:first-child .concept-list5_l_3:after,
.concept-list5_lWp .concept-list5_l_1:first-child .concept-list5_l_4:after{
    height: 60px!important;
    top: -60px!important;
}
*/
.concept-list5_lWp .concept-list5_l_1:first-child .concept-list5_l_3:after {
    content: "〜30名までの\Aご利用";
     height: 60px;
    top: -60px;
    white-space: pre;
}
.concept-list5_lWp .concept-list5_l_1:first-child .concept-list5_l_4:after {
    content: "〜31名までの\Aご利用";
     height: 60px;
    top: -60px;
    white-space: pre;
}

.concept-list6 .box5_a{
width: 30%;
}
.concept-list6 .box5_b{
width: 70%;
}



}

/*max-width700~終了*/



/*1120 黒田*/
@media screen and (max-width:375px){
.mv-content{
    top: 46.75%;
}



}





.terms_t {
	font-size: 3.5rem;
    line-height: 1.6;
	color: #fff;
    margin: 15% 0% 0% 0%;
}

.terms_h3 {
	font-size: 2rem;
	padding-bottom: 15px;
	text-align: center;
}

.pr_border_t {
	background: #ddd;
	padding: 15px;
    text-align: center;
    width: 200px;
}

.pr_border_d {
	background: #efefef;
	padding: 15px;
}


@media screen and (max-width: 834px) {
	#viBxWp {
		display: flex;
	}
	.terms_t {
        font-size: 20px;
		padding-bottom: 15px;
	    text-align: center;
    }
	.terms_h3 {
		
	}
	.pr_border_t {
		
	}
	.pr_border_d {
	
	}
	
}

.news-post2Wp{
	min-width: 730px;
	display: flex;
	    align-items: center;
}

.news-post2Wp2{
	display: flex;
	width: 100%;
	box-shadow: 10px 10px 25px -24px;
	
}


.news-post2{
	background: #FFF;
	width: 100%;

	
}
.news-post2 .news-post3{
	
}
.news-post2 .tl5{
	
}
.news-post2 .tl5 h3{
	
}
.news-post2 .tl5 span{
	
}
.news-post2 .news-post3{
	
}
.news-post3{
    display: flex;
	padding: 30px 60px 15px 60px;
	width: 100%;
	justify-content: space-around;
}

.news-post33{
	padding: 0 30px 30px 0;
	
	
}

.news-post3 .tl5{
	width: 47%;
	
}
.news-post2 .tk5_1{
	
}
.news-post2{
	
}
.news-post2{
	
}




.service_list p {
    height: 110px;
	padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #db8700;
	text-align: center;
	border-radius: 5px;
	color: white;
}

@media screen and (max-width: 834px) {
	.ttitletext_06 {
		display: none;
    }
}


/*231128 黒田*/
.pr_border_t{
    width: 300px!important;
}

.terms_t{
    margin-top: 0px!important;
}


@media screen and (max-width: 834px) {
.terms_t{
   margin: 15% 0% 0% 0%!important;
}

}

.targetElement{
margin: 0 10vw;
margin-top: -17px;
padding-bottom: 15px;

}



/*240603*/
@media screen and (max-width: 767px) {
    p {	
        font-size: 3vw;	
        line-height: 1.3;	
        padding-top: 20px;
    }
}
@media screen and (max-width: 767px) {
    p {	
        font-size: 3vw;	
        line-height: 1.3;	
        padding-top: 20px;
    }
}
@media screen and (max-width: 767px) {
    #footer .ft-contact__ttl {	
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 767px) {
.targetElement{
margin: 0 5vw;
}
}

@media screen and (max-width: 375px) {
  .mv-content{	
        top: 45.45%;
    }
}

@media screen and (max-width: 767px) {
    .inner05 {	
        margin-top: -223px;
    }
}


@media screen and (max-width: 767px) {
    .sec-concept .flex-concept {
        justify-content: center!important;
    }
}
/*240930*/
@media screen and (max-width: 375px){
.mv-content{
top:46.45%!important;
    }
}