@charset "utf-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
/*
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:700");
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: bottom;
}

article, aside, details, figcaption, figure, footer, header, nav, section {
  display: block
}

/*------------------------------------------------------------
	最初に設定（フッター固定）
------------------------------------------------------------*/

html {
	font-size: 62.5%;
	/*10px*/
	height: 100%;
}

body {
	color: #333;
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-weight: 400;
	font-size: 1.4rem;
	height: 100%;
	line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	overflow-x: hidden;
}

img{
	width: 100%;
}
/*
body {
  font-family: YakuHanMP, yu-mincho-pr6 , "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
font-weight: 400;
font-style: normal;
}
*/


.l-header{
	position: fixed;
    width: 100%;
	z-index: 5;
}
.logo {
	width: 7rem;
}


.clip-cover {
    background-image: url(../img/top_mb_mask.png);
    background-size: auto 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-position: 100% 0;
    background-repeat: no-repeat;
    z-index: 2;
}

.clip-cover {
/*    width: 100vw;*/
    height: 75vw;
}

.clip-cover::before {
    position: absolute;
    content: "";
    width: 50%;
    top: 95%;
    bottom: -30px;
    right: 0;
    background: #e8e72f;
}

.hello-cliping video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.hello-cliping {
    position: absolute;
    right: 0;
    width: 104vh;
    padding-top: 103vh;
    top: 0;
    overflow: hidden;
    z-index: 1;
}

.hello-cliping {
    padding-top: 75vw;
}


.conteiner {
  max-width: 1100px;
  padding: 0 20px;
}
.top-hero {
    display: block;
}
.top-hero {
/*    min-height: 100vh;*/
/*
    max-width: 100vw;
    position: relative;
    display: flex;
    align-items: center;
*/
}
.top-hero .hello-content {
  max-width: 1100px;
/*
    padding-left: 5vw;
    padding-right: 5vw;
*/
    margin-left: 0;
    width: 100%;
    padding-top: 55vw;
	position: relative;
z-index: 2;
margin: 0 auto;
}




h2,h3 {
font-family: korolev-compressed,sans-serif;
font-weight: 700;
font-style: normal;
	}





.top-hero{
	margin-bottom: 12vw;
}
.top-hero .hello-content-copy {
    font-size: 20vw;
	text-transform: uppercase;
/*
    white-space: nowrap;
    margin-top: 3vw;
*/
	line-height: .9;
	margin-bottom: 2rem;
}

.top-hero .hello-content-logo {
    width: 50vw;
}


.top-hero.inview .is-active  {
 transform:none;
 opacity:1;
}


/*
.top-hero .hello-content-logo {
 width:50%;
 transition:all 1.4s cubic-bezier(.19,1,.22,1);
 transform:translateY(80px);
 opacity:0
}
*/


.what_we_do{
	position: relative;
	margin-bottom: 40px;
}
.what_we_do::before {
    position: absolute;
    content: "";
    width: 30%;
	height: 100%;
    top: -2rem;
    bottom: 0;
    left: 0;
    background: #f5f5f5;
	z-index: -1;
}



.what_we_do-inner{
	position: relative;
    max-width: 1100px;
    padding: 0 20px;
/*
	    padding-left: 5vw;
    padding-right: 5vw;
*/

    margin: -4rem auto 0;
}

.section-ttl{
	color: #f2f2f2;
	font-size: 25vw;
	text-transform: uppercase;
	    line-height: .8;
    letter-spacing: -.5vw;
	mix-blend-mode: multiply;
	padding-top: 1rem;
 overflow:hidden;
}



/*------------------------------------------------------------
	アニメーション
------------------------------------------------------------*/


.section-ttl .section-ttl-inner  {
 transform:translateY(120%);
 transition:all 1s cubic-bezier(.23,1,.32,1) .2s;
}
.section-ttl.is-active .section-ttl-inner {
 transform:translateY(0);

}



.section-subttl{
	font-size: 8rem;
	text-transform: uppercase;
	    line-height: .8;
	
/*    letter-spacing: -.5vw;*/
	margin-bottom: 3vw;
}

.catch-text{
	color: #fff;
	font-size: 2rem;
	margin-bottom: 1.5rem;;
}

/*
.text-wrap{
	background: #333;
	font-weight: 500;
	padding: .2rem 1rem;
	line-height: 1;
}
*/

.section-txt {
	font-size: 600;
	line-height: 2;	
	margin-bottom: 4rem;
}

.section-subttl-center{
	font-size: 6rem;
	text-transform: uppercase;
	    line-height: .8;
	text-align: center;
	margin-bottom: 3vw;
}



.partnership1{
	display: flex;
	justify-content: center;
	position: relative;
	margin: 20px auto 4rem;
/*
	width: 50vw;
	margin: 0 auto 10vw 13vw;
*/
}

.partnership1 figure{
  width: 80%;
	text-align: center;
}

.partnership1 figure img{
	max-width: 450px;
}

.partnership2{
	display: flex;
	justify-content: center;
	position: relative;
	margin-bottom: 5rem;
}
.partnership2 figure{
  width: 60%;
	text-align: center;
}

.partnership2 figure img{
	max-width: 350px;
}


.imgCopy_1{
	position: absolute;
    width: 20vw;
    left: 11rem;
    top: 20%;
  -webkit-transform: translateY(-40%);  Safari用 
  transform: translateY(-40%);
    z-index: -1;
}


.partnership1 figure::before {
    content: '';
/*    display: inline-block;*/
    width: 35%;
    height: 60%;
    background-image: url(../img/partnership1-2.svg);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: absolute;
    top: -3%;;
    left: 38%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index: -1;
}

.partnership1 figure::before{
   -webkit-transition: all 2s cubic-bezier(.46, .01, .17, 1);
   transition: all 2s cubic-bezier(.46, .01, .17, 1);
   -webkit-transform: translate(0, 20px);
   transform: translate(0, 20px);
   opacity: 0;
}
.partnership1 figure.is-active::before{
   -webkit-transform: translate(0, 0);
   transform: translate(0, 0);
   opacity: 1;
}


.imgCopy_2{
	position: absolute;
	width: 35vw;
	right: -7rem;
  bottom: 12%;
}

.partnership2 figure::before {
    content: '';
/*    display: inline-block;*/
    width: 20%;
    height: 20%;
    background-image: url(../img/partnership2-2.svg);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: absolute;
    top: 55%;
    right: 2%;
    z-index: -1;
}

.partnership2 figure::before{
   -webkit-transition: all 2s cubic-bezier(.46, .01, .17, 1);
   transition: all 2s cubic-bezier(.46, .01, .17, 1);
   -webkit-transform: translate(0, 20px);
   transform: translate(0, 20px);
   opacity: 0;
}
.partnership2 figure.is-active::before{
 transition-delay:.5s;
   -webkit-transform: translate(0, 0);
   transform: translate(0, 0);
   opacity: 1;
}






.kv__dda {
	text-transform: uppercase;
font-family: korolev-compressed,sans-serif;
    letter-spacing: .2rem;
    width: 37px;
    font-size: 1.3rem;
    line-height: 1;
    position: absolute;
    bottom: 79px;
    z-index: 2;  
    right: 5vw;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: rotate(90deg);
}

.kv__dda::after {
    content: '';
    height: 1px;
    background: #303030;
    position: absolute;
	top:5px;
    animation: scroll_effect 1.8s ease infinite;
}

@keyframes scroll_effect {

0% {
    width: 0;
    right: -10px;
}
40% {
    width: 60px;
    right: -70px;
}
80% {
    width: 0;
    right: -70px;
}
100% {
    width: 0;
    right: -10px;
}
}

.text-wrap{
 overflow:hidden;
 display:inline-block;
}

.catch-text .text-wrap{
 background: #333;
 font-weight: 500;
 line-height: 1;
 padding: 1rem;
 display:inline-block;
 -webkit-clip-path:inset(0 100% 0 0);
 clip-path:inset(0 100% 0 0)
}
.catch-text .text-wrap.is-active {
 animation:clcip-to-right .8s cubic-bezier(.86,0,.07,1) both;
}

/*
.catch-text .text-wrap {
 line-height:1.53;
 display:inline-block;
 -webkit-clip-path:inset(0 100% 0 0);
 clip-path:inset(0 100% 0 0)
}
*/


.catch-text .text-wrap.is-activ {
 animation:clcip-to-right .8s cubic-bezier(.86,0,.07,1) both;
}
/*
.bg-black-text.inview .text-wrap.line1 {
 animation-delay:.1s
}
.bg-black-text.inview .text-wrap.line2 {
 animation-delay:.2s
}
.bg-black-text.inview .text-wrap.line3 {
 animation-delay:.3s
}
.bg-black-text.inview .text-wrap.line4 {
 animation-delay:.4s
}
.bg-black-text.inview .text-wrap.line5 {
 animation-delay:.5s
}
*/
@keyframes clcip-to-right {
 0% {
  -webkit-clip-path:inset(0 100% 0 0);
  clip-path:inset(0 100% 0 0)
 }
 to {
  -webkit-clip-path:inset(0 0 0 0);
  clip-path:inset(0 0 0 0)
 }
}







.hello-content-copy .text-wrap .text-inner,
.hello-content-logo{
 display:inline-block;
 transition:all 1s cubic-bezier(.23,1,.32,1) .2s;
 transform:translateY(120%)
}

/*
.hello-content-copy .text-wrap.line2 {
 margin-top:-2.5vw
}
*/
.hello-content-copy .text-wrap.line2 .text-inner {
 transition-delay:.4s;
/* margin-top:-1vw*/
}
.hello-content-copy .text-wrap.line3 .text-inner {
 transition-delay:.6s;
 margin-top:-1vw;
}

.logo-wrap {
display: inline-block;
overflow: hidden;
}

img.hello-content-logo {
 transition-delay:1s;
/* margin-top:-1vw;*/
}


.hello-content-copy.is-active .text-wrap .text-inner,
.hello-content-logo.is-active,
.hello-content-watch,
.hello-content .adot-btn-rounded.jp {
 transform:none;
 opacity:1;
}

/*
.adot-top-hero .hello-content-copy .text-wrap.line2 {
 margin-top:-2.5vw
}
*/


/*
.jumbotron__scroll {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -ms-flex-direction:column;
 flex-direction:column;
 -ms-flex-align:center;
 -webkit-box-orient:vertical;
 -webkit-box-direction:normal;
 -webkit-box-align:center;
 align-items:center
}

.jumbotron__scroll-line::after {
 position:absolute;
 top:0;
 left:0;
 display:block;
 width:100%;
 height:100%;
 background-color:#333;
 -webkit-transform:translateY(-100%);
 transform:translateY(-100%);
 -webkit-animation:scroll_effect 1.8s cubic-bezier(.3,.4,.1,1) infinite;
 animation:scroll_effect 1.8s cubic-bezier(.3,.4,.1,1) infinite;
 -webkit-animation-delay:2s;
 animation-delay:2s
}
@-webkit-keyframes scroll_effect {
 60% {
  -webkit-transform:translateY(0);
  transform:translateY(0)
 }
 100% {
  -webkit-transform:translateY(100%);
  transform:translateY(100%)
 }
}
@keyframes scroll_effect {
 60% {
  -webkit-transform:translateY(0);
  transform:translateY(0)
 }
 100% {
  -webkit-transform:translateY(100%);
  transform:translateY(100%)
 }
}*/



.l-menu {
   position: fixed;
   z-index: 2;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   color: #fff;
   visibility: hidden;
   overflow: auto;
       background: #e8e72f;

/*   background: linear-gradient(135deg, rgba(170, 235, 211, 0.95) 0%, rgba(94, 207, 227, 0.95) 97%);*/
   opacity: 0;
   transition: visibility .5s cubic-bezier(.165, .84, .44, 1), opacity .3s cubic-bezier(.165, .84, .44, 1);
}

.l-menu.is-active {
   display: block;
   visibility: visible;
   opacity: 1;
}

.l-menu_inner {
    padding: 10rem 5rem;
}

.menu-sp-nav {
	list-style: none;
	margin-bottom: 2.5rem;
}

.l-sitemap_item {
	position: relative;
color: #333;
  font-family: korolev-compressed, sans-serif;
  font-size: 7.5rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  line-height: .95;
}

.contact-btn a {
	position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   height: 60px;
   font-size: 1.4rem;
   font-weight: 600;
   color: #fff;
   letter-spacing: .3rem;
   background: #24253c;
}

.contact-btn a::after {
 content:'';
 display:block;
 width:100%;
 height:100%;
 background-color:#e8e72f;
 position:absolute;
 top:0;
 right:auto;
 left:0;
 transition:width 360ms cubic-bezier(0.165, 0.84, 0.44, 1)
}

.l-menu.is-active .contact-btn a::after {
 transition-delay:460ms
}

.l-menu.is-active .contact-btn a::after {
 width:0;
 right:0;
 left:auto
}


.sp-nav {
	list-style: none;
	margin-bottom: 3rem;
}

.l-menu .menu-sp-nav a::after {
 content:'';
 display:block;
 width:100%;
 height:100%;
 background-color:#e8e72f;
 position:absolute;
 top:0;
 right:auto;
 left:0;
 transition:width 360ms cubic-bezier(0.165, 0.84, 0.44, 1)
}
.l-menu .menu-sp-nav a{
	display: inline-block;
}

.l-menu.is-active .menu-sp-nav li:nth-of-type(1) a::after {
 transition-delay:310ms
}
.l-menu.is-active .menu-sp-nav li:nth-of-type(2) a::after {
 transition-delay:340ms
}
.l-menu.is-active .menu-sp-nav li:nth-of-type(3) a::after {
 transition-delay:370ms
}
.l-menu.is-active .menu-sp-nav li:nth-of-type(4) a::after {
 transition-delay:400ms
}
.l-menu.is-active .menu-sp-nav li:nth-of-type(5) a::after {
 transition-delay:430ms
}
.l-menu.is-active .menu-sp-nav li:nth-of-type(6) a::after {
 transition-delay:460ms
}
.l-menu.is-active .menu-sp-nav li a::after {
 width:0;
 right:0;
 left:auto
}

/* ━━━━━━━━━━━━━━━━━map-container━━━━━━━━━━━━━━━━━━━
　　header
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.header_container {
	position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
   max-width: 1100px;
   height: 80px;
   padding: 0 20px;
   margin: 0 auto;
}



/*
.logo-txt_en {
   font-family: 'Oswald', sans-serif;
   font-size: 4.2rem;
   font-weight: 600;
   ;
   text-transform: uppercase;
}

.logo-txt_ja {
   color: #909090;
   font-size: 1rem;
   font-weight: normal;


}
*/

/*****************************************************************************
スマホメニュー
*****************************************************************************/
.nav-toggle {
	position: relative;
   width: 25px;
   height: 25px;
   list-style: none;
   display: flex;
	align-items: center;
	justify-content: center;
/*	background: #333;*/
   cursor: pointer;
}

.only-pc {
   display: none;
}

.pc_hide {
   display: block;
}



/*
.accordion ul li:nth-of-type(1) {
	  background-color:#00384a
}
*/

/*
.dropmenu {
	font-size: 1.3rem;
	display: none;
	position: absolute;
	z-index: 100;
	top: 50px;
	left: 0;
	width: 100%;
	min-width: 100%;
	height: 100vh;
	background: rgba(255, 255, 255, 0.96);
	list-style: none;
	padding: 10px;
	overflow: auto;
}
*/

.dropmenu li a:hover {
   color: #BCA849;
   -webkit-transition: all .3s ease-out;
   transition: all .3s ease-out
}

@media screen and (min-width: 768px) {

   .accordion {
      display: none;
   }

   .gnavi {
      height: 100%;
   }

   .nav-list {
      display: flex;
      align-items: center;
      justify-content: space-around;
      height: 100%;
      margin: 0 0 10px auto;
   }





   nav {
      /*
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100vw;
    height: 100vh;
    margin: 0;
*/
      /*
    background: linear-gradient(135deg, rgba(170, 235, 211, 0.95) 0%, rgba(94, 207, 227, 0.95) 97%);
    -webkit-transition: all .5s cubic-bezier(0.46, 0.01, 0.17, 1);
    transition: all .5s cubic-bezier(0.46, 0.01, 0.17, 1);
*/
   }

   .gnavi .nav-list > li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 100%;
      margin-left: 30px;

   }

   .gnavi .nav-list a.gnavi_item {
      display: flex;
      align-items: center;
      color: #333;
      font-size: 1.5rem;
      font-family: Montserrat, sans-serif;
      font-weight: 400;
      text-transform: uppercase;
      /*   margin-left: 30px;*/
      height: 100%;
   }

   /*
.gnavi ul li a::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 8px;
    left: 25px;
    width: 0;
    height: 1px;
    background: #000;
    -webkit-transition: width .2s ease;
    transition: width .2s ease;
}
*/

   .gnavi .nav-list .gnavi_item {
      position: relative;
   }

   .gnavi .nav-list .gnavi_item::after {
      position: absolute;
      bottom: 20%;
      left: 0;
      content: '';
      width: 100%;
      height: 1px;
      background: #333;
      transform: scale(0, 1);
      transform-origin: left top;
      transition: transform .3s;
   }

   .gnavi .nav-list li a:hover::after {
      transform: scale(1, 1);
   }


   .accordion {
      position: relative;
   }

   .accordion ul {
      z-index:
         width: 100%;
      height: 100%;
      list-style: none;
   }

   .accordion ul li {
      position: relative;
      width: 40px;
      height: 40px;
      text-align: center
   }


   .dropdown {
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 10;
      visibility: hidden;
      width: 100%;
      height: 50px;
      background: #1f1f1f;
      opacity: 0;
      -webkit-transition: visibility .2s cubic-bezier(.25, .46, .45, .94) .1s, opacity .2s cubic-bezier(.25, .46, .45, .94) .1s;
      transition: visibility .2s cubic-bezier(.25, .46, .45, .94) .1s, opacity .2s cubic-bezier(.25, .46, .45, .94) .1s;
      padding: 0 20px;
   }

   .dropdown_container {
      display: flex;
      align-items: center;
      width: 1000px;
      height: 100%;
      margin: 0 auto;
   }

   .gnavi .nav-list li.active > .dropdown {
      visibility: visible;
      opacity: 1;

   }

   /*
   .dropdown_container {
      margin: 0 auto;
}
*/
   .dropdown_item {
      margin: 0 30px 0 0;
   }

   .dropdown_item a {
      color: #fff;
      display: flex;
      align-items: center;
      height: 100%;
   }

   /*
#mddNav .mddWrap {
 height:100px;
 left:0;
 top:128px;
 width:100%;
 height:0;
 text-align:center;
 background-color:#fff;
 position:absolute;
 z-index:10;
 overflow:hidden;
 -webkit-transition:all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
 -o-transition:all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
 transition:all 0.2s cubic-bezier(0.19, 1, 0.22, 1)
}
   .nav-main-dropdown {

    display: none;
    position: fixed;
    top: 80px;
    left: 0;
    z-index: 101;
    width: 100%;
    padding: 28px 0 0 0;
    -webkit-transition: top 0.5s cubic-bezier(0.6, 0, 0.3, 1);
    transition: top 0.5s cubic-bezier(0.6, 0, 0.3, 1);

}
*/



}

/*------------------------------------------------------------
	ハンバーガー
------------------------------------------------------------*/

.burger-menu {
   position: relative;
   height: 1px;
   width: 20px;
   background: #333;
   -webkit-transition: all .3s ease-out;
   transition: all .3s cubic-bezier(0.6, 0, 0.3, 1);
}

.burger-menu:before,
.burger-menu:after {
   position: absolute;
   content: "";
   width: 20px;
   height: 1px;
   background: #333;
   -webkit-transition: all .3s cubic-bezier(0.6, 0, 0.3, 1);
   transition: all .3s cubic-bezier(0.6, 0, 0.3, 1);
}

.burger-menu:before {
   top: -7px
}

.burger-menu:after {
   top: 7px
}

.spnavi--open .burger-menu {
   height: 0
}

.spnavi--open .burger-menu::before {
   top: 0;
   -webkit-transform: rotate(225deg);
   transform: rotate(225deg)
}

.spnavi--open .burger-menu::after {
   top: 0;
   -webkit-transform: rotate(135deg);
   transform: rotate(135deg)
}





/*------------------------------------------------------------
	helpful
------------------------------------------------------------*/
.helpful_img_inner2,
.helpful_img_inner3 {
	max-width: 1100px;
	padding: 0 20px;
	margin: 0 auto 5rem;
}
.helpful_img_inner{
	display: flex;
	justify-content: center;
	align-items: end;
	width: 80%;
	margin: 0 auto 1rem;
}

.helpful_img_inner .helpful1,
.helpful_img_inner .helpful2{
	width: 50%;
	padding: 0 1.6rem;
	margin-bottom: 4rem
}
.helpful1 figure,
.helpful2 figure{
	text-align: center;
   -webkit-transition: all 2s cubic-bezier(.46, .01, .17, 1);
   transition: all 2s cubic-bezier(.46, .01, .17, 1);
   -webkit-transform: translate(0, 20px);
   transform: translate(0, 20px);
   opacity: 0;
}
.helpful1 figure.is-active,
.helpful2 figure.is-active{
   -webkit-transform: translate(0, 0);
   transform: translate(0, 0);
   opacity: 1;
}

.helpful1 figure img,
.helpful2 figure img{
	max-width: 300px;	
}



.helpful3{
	text-align: center;
	position: relative;
	width: 80%;
	max-width: 330px;
	margin: 0 auto 10rem;
}

.helpful3 figure::after{
    content: "";
    width: 21rem;
    height: 21rem;
    border: solid 3.5rem #e8e72f;
    border-radius: 50%;
    position: absolute;
    top: 5%;
    left: 11%;
    z-index: -1;
}
.helpful3 figure::after  {
 transform:translateY(30%);
 transition:all 1s cubic-bezier(.23,1,.32,5) .2s;
	   opacity: 0;

}
.helpful3 figure.is-active::after{
	transition-delay:1010ms;

 transform:translateY(0); 
	   opacity: 1;
}


.helpful3 figure img{
	max-width: 300px;	
}



.helpful4{
	position: relative;
	width: 80%;
	max-width: 330px;
	margin: 0 auto 4rem;
}
.helpful4 figure::after{
    content: "";
    width: 16rem;
    height: 16rem;
    border: solid 3.5rem #e8e72f;
    border-radius: 50%;
    position: absolute;
    top: -14%;
    left: 22%;
    z-index: -1;
}

.helpful4 figure::after  {
 transform:translateY(-10%);
 transition:all 1s cubic-bezier(.23,1,.32,5) .2s;
	   opacity: 0;

}
.helpful4 figure.is-active::after{
	transition-delay:1010ms;

 transform:translateY(0); 
	   opacity: 1;
}
.helpful5{
	position: relative;
	text-align: center;
	width: 50%;
	margin: -6rem auto 0;
}

.helpful5 figure::before{
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 125px;/*画像の幅*/
  height: 80px;/*画像の高さ*/
  background-image: url(../img/helpful_img5-2.svg);
  background-size: contain;
  vertical-align: middle;
	background-repeat: no-repeat;
    position: relative;
    top: 6rem;
    left: 1rem;
    z-index: -1;
}


.helpful5 figure::before{
   -webkit-transition: all 2s cubic-bezier(.46, .01, .17, 1);
   transition: all 2s cubic-bezier(.46, .01, .17, 1);
   -webkit-transform: translate(0, 20px);
   transform: translate(0, 20px);
   opacity: 0;
}
.helpful5 figure.is-active::before{
   -webkit-transform: translate(0, 0);
   transform: translate(0, 0);
   opacity: 1;
}




/*------------------------------------------------------------
	page-top
------------------------------------------------------------*/
/*
#page-top {
	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;
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 2;
	background: #222;
	cursor: pointer;
}

#page-top::after {
	position: absolute;
	content: '';
top: 5px;
left: 0;
right: 0;
bottom: 0;
margin: auto;
	width: 10px;
	height: 10px;
	margin-bottom: -4px;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
*/

#page-top {
	
height: 11px;
}




#page-top2 {
position: fixed;
right: -70px;
bottom: -50px;
cursor: pointer;
}

#page-top2 img {
	width: 134px;
    height: auto;
}

#page-top2 .fukisashi {
   position: absolute;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 1.1rem;
   font-weight: 500;
   line-height: 1.2;
   text-transform: uppercase;
   text-align: center;
   width: 55px;
   height: 37px;
   border-radius: 4%;
   background: #fff;
   padding: 10px;
   z-index: -1;
   top: 12px;
   border: solid 1px #333;
}


#page-top3 {
position: fixed;
right: -117px;
bottom: -115px;
cursor: pointer;
}

#page-top3 img {
	width: 200px;
    height: auto;
}

#page-top3 {
	display: none;
}
#page-top3 .fukisashi {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
    width: 55px;
    height: 37px;
    border-radius: 4%;
    background: #fff;
    padding: 10px;
    z-index: -1;
    top: 37px;
    border: solid 1px #333;
    left: 20px;
}
.inview_re.is-show #page-top3 {
	display: block;
}

.inview_re.is-show #page-top2 {
	display: none;
}







.prof-list {
	margin-bottom: 5rem;
}
.prof-list .prof-item {
 display:flex;
 border-top:1px solid #e4e4e4;
 padding:1.5rem;
 margin-left:auto;
 font-size:1.2rem;
 margin-right:auto
}

.prof-list .prof-item-name {
 width:19%;
 color:#8e8e8e
}

.iten {
	text-align: center;
}


.map-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px 40px;

}
.google-map {
   position: relative;
   width: 100%;
   height: 100%;
   overflow: hidden;
   padding-bottom: 300px;
   margin: 15px 0 20px;
}

.google-map iframe {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   margin: auto;
   width: 100%;
   height: 100%;
}

.map-container .logo{
	margin-bottom: .3em;
}

.map-comp p{
	font-weight: 500;
}

.map-container .address{
	font-size: 1.3rem;
}


.adot-btn-rounded {
font-family: korolev-compressed,sans-serif;
font-weight: 700;
 font-style:normal;
 display:inline-block;
 color:#272727;
 font-size:3rem;
 border-radius:10rem;
 text-decoration:none;
 line-height:1.1;
 position:relative;
 border:none;
}




/*------------------------------------------------------------
	コンタクト
------------------------------------------------------------*/

.form dl {
/*	background: #f7f7f7;*/
   margin: 60px 0;   
}


.sub-page_subtitle {
	max-width: 1000px;
	padding: 40px 20px;
	margin: 0 auto;
}

.sub-page_subtitle h2 {
	font-size: 2.2rem;
	font-weight: 600;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 30px;
}

.sub-page_subtitle h2::after {
	background-color: #333;
	content: "";
	width: 40px;
	height: 1px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 45px auto 0;
}

.sub-page_subtitle p.sub-page_subtitle_text {
	font-size: 1.4rem;
}


.form-container {
	max-width: 1000px;
	padding: 40px 20px;
	margin: 0 auto;
}

.form-container .form-field {
	margin: 30px 0;
}

/*
.form-container dl {
	font-size: 1.3px;
}
*/

.form-container dl dt {
	font-size: 1.4rem;
	font-weight: 400;
    line-height: 1;
	margin-bottom: 10px;
}

.form-container dl dd label {
	display: inline-block;
	margin: 5px 20px 5px 0;

}

.form-container dl dd input[type="text"],
.form-container dl dd input[type="email"],
.form-container dl dd textarea {
	display: block;
	font-size: 1.3rem;
	width: 100%;
	background: #fff;
	border: solid 1px #e5e5e5;
	padding: 10px;
}

.form_required {
	background: #e05e4d;
	border-radius: 3px;
	color: #fff;
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 1;
	padding: 2px 8px;
	margin-left: 5px;
}

.button-container {
	text-align: center;
}

.button-container .btn01 {
	display: block;
	padding: 15px;
	width: 200px;
	border: none;
	background: #2F363B none repeat scroll 0% 0%;
	color: #FFF;
	text-align: center;
	cursor: pointer;
	font-size: 1.5rem;
	letter-spacing: 5px;
	outline: none;
	margin: 0 auto;
}

.button-container .btn01-2 {
	display: block;
	padding: 15px;
	width: 200px;
	border: none;
	background: #b9b9b9 none repeat scroll 0% 0%;
	color: #FFF;
	text-align: center;
	cursor: pointer;
	font-size: 1.5rem;
	letter-spacing: 5px;
	outline: none;
	margin: 0 auto 10px;
}


.button-container .btn02 {
	display: block;
	padding: 15px;
	width: 200px;
	border: none;
	background: #e05e4d none repeat scroll 0% 0%;
	color: #FFF;
	text-align: center;
	cursor: pointer;
	font-size: 1.5rem;
	letter-spacing: 5px;
	outline: none;
	margin: 0 auto;
}

.mw_wp_form_preview form dl dt {
	border-bottom: 1px solid #d5d5d5;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}

.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0!important;
}


/*------------------------------------------------------------
	送信完了メッセージ
------------------------------------------------------------*/
.mw_wp_form_complete .complete-message_title {
    font-size: 2rem;
    margin: 0 0 10px 0;
}
.mw_wp_form_complete .complete-message_text {
    font-size: 1.3rem;
    margin: 0 0 10px 0;
}

/*--------------------------------------------------------------
## contact
--------------------------------------------------------------*/

.wpcf7-form .form_title {
	font-family: "Noto Sans Japanese";
	font-weight: 500;
    font-size: 1.6rem;
    display: inline-block;
    margin-bottom: 3px;
}
.wpcf7-form .form_child {
    display: inline-block;
    margin: 5px 0 3px;
}
.wpcf7-form p {
    margin-bottom: 20px;
}

.form_equired {
	color: #D8001A;
}

.mail_destination {
	color: #888;
	font-size: .8em;
}

input[type="submit"] {
    color: #fff;
	font-size: ZZZZ;
	font-family: "Noto Sans Japanese";
	font-weight: 600;
    border: 0;
	border-radius: 3px;
    background: #222;
    padding: .8em 2em;
}



@media screen and (min-width: 768px) {


	/*------------------------------------------------------------
	コンタクト
------------------------------------------------------------*/
	.form-container .form-field {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.form-container .form-field dt {
		width: 20%;
		min-width: 200px;
		text-align: right;
		padding-right: 15px;
	}

	.form-container .form-field dd {
		width: 70%;
	}

	.button-container .btn01-2 {
		display: inline-block;
		margin: 0 15px 0 0;
	}

	.button-container .btn02 {
		display: inline-block;
/*		margin: 0 0 0 20px;*/
	}

	.mw_wp_form_preview form dl dt {
		border-bottom: 0;
		padding: 0 0 0 0;
		margin: 0 0 5px 0;
	}


}


/*------------------------------------------------------------
	company
------------------------------------------------------------*/
.company-prof-conteiner{

  max-width: 1100px;
    padding: 0 20px;
  margin: 0 auto;
  }


/*------------------------------------------------------------
	work
------------------------------------------------------------*/
.work-conteiner {
	max-width: 1100px;
	padding: 40px 20px;
	margin: 0 auto;
}

.work_img_inner {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	margin: 0 -20px;
}

.work_img_inner .work {
	width: 33%;
	padding: 0 20px;
	margin: 20px 0;
}

.work_img_inner img {
	max-width: 100px;
	max-height: 100px;
}

.work figure {
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}

.work p {
	font-size: 1.3rem;
	font-weight: 500;
	text-align: center;
	line-height: 1.3;
}



@media screen and (min-width: 768px) {
	.work_img_inner .work {
		width: 25%;
	}
.work_img_inner .work:nth-child(1) img {
}
.work_img_inner img {
	max-width: 150px;
	max-height: 150px;
}

}


/*------------------------------------------------------------
	フォーム
------------------------------------------------------------*/
.form_required {
	background: #e05e4d;
	border-radius: 3px;
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1;
	padding: 1px 6px;
	margin-left: 5px;
}

.form_text_label {
	display: inline-block;
    width: 100%;
    letter-spacing: 0.05rem;
	line-height: 1;
	margin-bottom: 10px;
}

.contact_form_error {
  display: inline-block;
  padding: 5px;
  font-size: 1.2rem;
  letter-spacing: .05rem;
	line-height: 1;
  background-color: #e8e72f;
	margin-top: 10px;
}

.contact_form input[type="text"],
.contact_form input[type="email"],
.contact_form input[type="tel"],
.contact_form textarea,
.form_textarea_container textarea {
	display: block;
	font-size: 1.3rem;
	width: 100%;
	background: #fff;
	border: solid 1px #e5e5e5;
	padding: 10px;
    outline: none;
}
.form_select {
	width: 100%;
	
    padding: 15px 10px;
    border: 0;
    background: #f2f2f2;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border-radius: 0;
    outline: none;
}

.contact_form {
	position: relative;
	margin-top: 20px;
}
.form_select_icon {
    position: absolute;
    top: 43px;
    right: 20px;
    z-index: 10;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #000000 transparent transparent transparent;
}

.btn[type="submit"] {
    display: block;
	border: 0px;
    width: 40%;
    height: 50px;
    margin: 20px auto 100px auto;
    background-color: #333;
    color: #ffffff;
    letter-spacing: 0.08em;
    cursor: pointer;
}

.btn-default {
	text-align: center;
	text-decoration: none;
    cursor: pointer;
    display: flex;
	align-items: center;
	justify-content: center;
	border: 0px;
    width: 40%;
    height: 50px;
    margin: 20px auto 0 auto;
    background-color: #999;
    color: #ffffff;
    letter-spacing: 0.08em;
}

.btn[data-content="送信する"] {
    background-color: #f6f6f6;
}

.submitbtn-brock {
	display: flex;
	
}


.contact_form_confirmation {
  display: flex;
	justify-content: center;
	width: 50%;
  padding: 5px;
  font-size: 1.2rem;
  letter-spacing: .05rem;
	line-height: 1;
  background-color: #e8e72f;
	margin: 10px auto 0;
}

/*------------------------------------------------------------
	サンクス
------------------------------------------------------------*/
.thanks-ttl {
	position: relative;
	font-size: 2.5rem;
	text-align: center;
	margin-bottom: 50px;
}

.thanks-ttl::after {
	position: absolute;
	content: '';
	display: block;
	background: #333;
	height: 1px;
	width: 60px;
	top: 60px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.thanks-txt {
	font-size: 1.5rem;
	text-align: center;
	line-height: 2;
	margin-bottom: 40px;
}

.btn-thanks {
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	width: 40%;
	height: 50px;
	margin: 0 auto 0 auto;
	background-color: #333;
	color: #ffffff;
	letter-spacing: 0.08em;
	cursor: pointer;
	margin-bottom: 100px;

}


/*------------------------------------------------------------
	Copyright
------------------------------------------------------------*/
.footer-Copyright {
	font-size: 1.1rem;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 15px;
}