
/****reset
*****************************************/
html {
  font-size: 62.5%; }

html, body {
  width: 100%;
  height: auto; }

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,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  -webkit-text-decoration: normal;
  text-decoration: normal;
  cursor: pointer; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

input, select {
  vertical-align: middle; }



html {
font-size: 62.5%;
}

@media only screen and (max-width: 1280px) {
html {
font-size: 50%;
  }
}
@media only screen and (max-width: 768px) {
html {
  font-size: calc(100vw / 100);
  }
}

@media only screen and (max-width: 540px) {
html {
  font-size: calc(100vw / 75);
  }
}

html, body {
  width: 100%;
  height: auto;
  }

body {
  color: #000000;
  font-family: "Noto Sans JP",Helvetica Neue,Arial,Hiragino Kaku Gothic ProN,Hiragino Sans,Meiryo,sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  background: #eeeeee;
  }
@media screen and (max-width: 768px) {
body {
}
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

img {
width: 100%;
  max-width: 100%;
  height: auto; }

a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

figure {
  line-height: 0; }

.center {
  text-align: center !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.left {
  text-align: left; }

.right {
  text-align: right; }

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
.f_en{
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body.fixed{
  position: fixed;
  width:100%;
}

#wrapper_all{
	position:relative;
    width: 100%;
/*    overflow: hidden;*/
}
#wrapper{
}



#l-header_wrap a,
.footer a,
#wrapper a img {
  opacity: 1;
-webkit-transition: opacity 0.2s ease-out;
-moz-transition: opacity 0.2s ease-out;
-ms-transition: opacity 0.2s ease-out;
transition: opacity 0.2s ease-out; }

#l-header_wrap a:hover,
.footer a:hover,
#wrapper a:hover img {
  opacity: .85; }
a.mover_btn{
  opacity: 1;
-webkit-transition: opacity 0.2s ease-out;
-moz-transition: opacity 0.2s ease-out;
-ms-transition: opacity 0.2s ease-out;
transition: opacity 0.2s ease-out;}
a.mover_btn:hover{
  opacity: .5 !important;
}

@media screen and (max-width: 768px) {
#wrapper{
}
}


.screen-border {
position: fixed;
inset: 0px;        /* 画面端からの余白 */
z-index: 9999;      /* 最前面に配置 */
pointer-events: none; /* 下の要素のクリックを妨げない */

/* 枠線の太さと角丸 */
border: 15px solid transparent;
border-radius: 30px;

/* 枠線部分のグラデーション */
background-image: linear-gradient(90deg,rgba(128, 183, 44, 1) 0%, rgba(124, 180, 45, 1) 21%, rgba(114, 174, 48, 1) 39%, rgba(97, 162, 54, 1) 55%, rgba(73, 146, 63, 1) 70%, rgba(41, 125, 74, 1) 85%, rgba(4, 100, 87, 1) 99%, rgba(0, 98, 89, 1) 100%);
background-origin: border-box;

/* マスクを使って「内側」を透明にくり抜く */
-webkit-mask: 
linear-gradient(#fff 0 0) padding-box, 
linear-gradient(#fff 0 0);
-webkit-mask-composite: xor;
mask: 
linear-gradient(#fff 0 0) padding-box, 
linear-gradient(#fff 0 0);
mask-composite: exclude;
}
.screen-corner{
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
border: 15px solid;
border-image: linear-gradient(90deg,rgba(128, 183, 44, 1) 0%, rgba(124, 180, 45, 1) 21%, rgba(114, 174, 48, 1) 39%, rgba(97, 162, 54, 1) 55%, rgba(73, 146, 63, 1) 70%, rgba(41, 125, 74, 1) 85%, rgba(4, 100, 87, 1) 99%, rgba(0, 98, 89, 1) 100%) 1;
z-index: 10000;
pointer-events: none;
}
.screen-corner-top,
.screen-corner-btm{
display: none;
}
@media screen and (max-width: 768px) {
.screen-border {
border-width: 10px;
border-radius: 20px;
}
.screen-corner{
border-width: 10px;
}
.screen-corner-top{
display: block;
position: fixed;
top: -1px;
left: 0px;
width: 100%;
height: 11px;
background: rgba(128, 183, 44, 1);
z-index: 1000;
}
.screen-corner-btm{
display: block;
position: fixed;
bottom: -1px;
left: 0px;
width: 100%;
height: 11px;
background: rgba(128, 183, 44, 1);
z-index: 1000;
}
}



/*****HEADER****/

#navi {
  position: sticky;
  top: 0;
  height: 90px;
  width: 100%;
  z-index: 101;
  background: #FFF;
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2);
}
.header_inn{
	width:100%;
	margin:0 auto;
	position:relative;
}
.header_inn.addbg{
background: #FFF;
padding-bottom: 3rem;
}
/* 左上ロゴ */
.menu-left {
  float: left;
  	width:auto;
    width: 30%;
	max-width:320px;
	margin:20px 0 0 20px;
}
.menu-left img {
width: 100%;
  vertical-align: middle;
}
.menu-left a{
width: 100%;
}
@media screen and (max-width: 768px) {
#navi {
  position: fixed;
  top: 0;
  left: 0;
  height: 60px;
}
.header_inn{
text-align: center;
position: static;
}
.menu-left {
  float: none;
  	width:60%;
	max-width:200px;
	margin:15px 0 0 15px;
}
}

/* 上部メニュー */
#menu {
  float: right;
  width: 60%;
  margin: 30px 40px 0 0;
  text-align: right;
}
#menu li {
  position: relative;
  white-space: nowrap;
  font-size: 1.6rem;
  text-align: center;
  font-weight: 700;
  /*background: #999;*/
}
#menu li a {
  display: block;
  text-decoration: none;
  padding:  0;
  color: #000;
}
#menu li a.head_btn_01{
background: #82D20F;
border-radius: 6px;
padding: 8px 18px 8px 18px;
}
#menu > li {
  display: inline-block;
  margin: 0 1.5rem;
}
#menu > li:first-child{
margin-left: 0;
}
#menu > li:last-child {
  margin-right: 0;
}
#menu-navibtn {
  display: none;
  cursor: pointer;
  /*cursor: hand;*/
}


/* スマホ用 */
@media screen and (max-width: 768px) {
  /* 基本非表示 */
  #menu {
    display: none;
    margin: 15px 0 0 0;
    width: 100%;
    background-color: #FFF;
  }
  #menu li {
    height: auto;
    width: 100%;
    padding: 0px 0px;
    white-space: nowrap;
    font-size: 2.8rem;
  }
  #menu > li {
    margin: 0;
  }
  #menu li a {
    display: inline-block;
    width: 100%;
    padding: 15px 0;
  }
  #menu li a.head_btn_01{
  width: 80%;
background-size: 8px auto;
padding: 8px 15px 8px 15px;
margin: 15px auto;
}
  #menu li:first-child {
    border-top: 1px solid #FFFFFF;
  }
  #menu li i {
    padding: 0px 6px;
  }
  /* メニューを移動させないため */
  #menu-navibtn:checked ~ #navi {
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    height:auto;
  }
}


/* スマホ用 */
@media screen and (max-width: 768px) {
  /* ハンバーガーメニューがクリックされた時 */
  #menu-navibtn:checked ~ * #menu {
    display: block;
  }
  #menu-navibtn:checked ~ * #menu > li {
    max-height: inherit;
    overflow-y: visible;
  }
}

/* ハンバーガー */
#navi #navibtn {
  display: none;
}
@media screen and (max-width: 768px) {
  #navi #navibtn {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    /*cursor: pointer;*/
  }
  .btn_modal{
  border: 0;
  padding: 0;
  margin: 0;
  background: none;
  display: block;
      width: 40px;
    height: 40px;
  }
  #close_modal{
  display: none;
  }
  #navibtn span {
    display: block;
    width: 40px;
    height: 40px;
    /*background-color: #FFF;*/
  }
  #navibtn span span {
    display: block;
    overflow: hidden;
    width: 1px;
    height: 1px;
  }
  #navibtn span span::before,
  #navibtn span span::after,
  #navibtn span::after {
    position: absolute;
    left:10px;
    content:"";
    width: 20px;
    height: 3px;
    background-color: #000;
  }
  /* 上の棒 */
  #navibtn span span::before {
    top:10px;
  }
  #navibtn.open span span::before {
    top:17px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  /* 下の棒 */
  #navibtn span::after {
    bottom:10px;

  }
  #navibtn.open span::after {
    bottom:23px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    left:10px;
    width: 20px;
  }
  /* 中の棒 */
  #navibtn span span::after {
    top:18px;
  }
  #navibtn.open span span::after {
    display: none;
  }
}



/***** pg wrap ****/
.pg_wrap{
width: 100%;
margin: 0 auto;
}
@media screen and (max-width: 1280px) {
.pg_wrap{
}
}
@media screen and (max-width: 768px) {
.pg_wrap{
}
}

img {
vertical-align: bottom;
margin: 0;
padding: 0;
}
img {
}

/*****コンテンツ****/
.contents{
	margin-top:0em;
	min-height:500px;
	margin-bottom:0;
}
.main_contents{
position: relative;
/*max-width: 1140px;*/
margin: 0 auto;
/*padding: 0 30px;*/
}
.w_conts{
width: 90%;
max-width: 1400px;
margin: 0 auto 0;
}

@media screen and (max-width: 768px) {
.contents{
	margin-top:0em;
	margin-bottom:0em;
}
.main_contents{
width: 100%;
padding: 0;
}
.menu-logo_tko{
width: 40px;
margin-right: 15px;
margin-bottom: 3px;
}
.menu-logo_que{
width: 42px;
}
}

/***** FV ****/
.fv_wrap{
position: relative;
  min-height: 100vh;     /* 画面の高さ100%にする */
  display: flex;         /* フレックスボックスにする */
  justify-content: center; /* 左右の中央に寄せる */
  align-items: center;     /* 上下の中央に寄せる */
  background: #FFF;
}
.fv_contents{
position: relative;
width: 100%;
height: 100%;
}
.fv_head{
position: absolute;
top: 30px;;
left: 3%;
width: 94%;
display: flex;
justify-content:space-between;
align-items:flex-end;
z-index: 1;
}
.fv_first_txt_wrap{
position: absolute;
width: 96%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.fv_first_txt{
  max-height: 44vh;
    text-align: center;
}
.fv_first_txt img{
  max-height: 44vh;
  width: auto;
}
.fv_first_txt_01{
animation: fadeIn 2s 0.2s ease 1 both;
}
.fv_first_txt_02{
animation: fadeIn 2s 1.7s ease 1 both;
}
.fv_txt_white_wrap{
position: absolute;
width: 100%;
height: 100vh;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  background: rgba(255,255,255,1.0);
  opacity: 0;
}
.fv_txt_white_wrap.ani-add{
animation: fadeIn 1.5s ease 1 both;
}
.fv_txt_white_wrap.ani-add2{
animation: fadeOut 2.0s 1.0s ease 1 both;
}
.fv_txt_wrap{
  display: flex;         /* フレックスボックスにする */
  justify-content: center; /* 左右の中央に寄せる */
  align-items: center;     /* 上下の中央に寄せる */
  opacity: 0;
}
.fv_txt_wrap.ani-add{
animation: fadeIn 1.5s ease 1 both;
}
.fv_txt_wrap.ani-add2{
animation: fadeOut 2.0s 1.0s ease 1 both;
}
.fv_txt{
max-width: 96%;
  max-height: 80vh;
    text-align: center;
    position: relative;
}
.fv_txt_main{
position: relative;
z-index: 1;
}
.fv_txt img{
  max-height: 80vh;
  width: auto;
}
.fv_txt_line{
position: absolute;
background: #4DFF00;
transform-origin: top left;
}
.fv_txt_line_01{
    top: 3%;
    left: 0%;
    width: 47%;
    height: 17%;
}
.fv_txt_line_02{
    bottom: 2%;
    left: 36%;
    width: 55%;
    height: 17%;
}
.fv_txt_wrap.ani-add .fv_txt_line_01{
animation: zoomWide 1.0s 2.0s ease 1 both;
}
.fv_txt_wrap.ani-add .fv_txt_line_02{
animation: zoomWide 1.0s 3.0s ease 1 both;
}
.fv_scroll_wrap{
position: absolute;
width: 80px;
height: auto;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
background: rgba(255,255,255,0.0);
opacity: 0;
}
.fv_scroll_wrap.ani-add{
animation: fadeIn 1.5s 2.5s ease 1 both;
}
.fv_scroll_en_wrap{
position: relative;
margin-bottom: 6px;
}
.fv_scroll_en{
animation: zoomIn 1.2s ease infinite both;
}
.fv_scroll_arr{
position: absolute;
width: 34px;
top: 50%;
left: 50%;
transform: translateY(-60%) translateX(-50%);
background: rgba(255,255,255,0.0);
}
.fv_scroll_arr_01{
animation: slideInDown 2.4s 0.2s ease infinite both;
}
.fv_scroll_arr_02{
animation: slideInDown 2.4s 1.4s ease infinite both;
}
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes fadeOut {
  0% { opacity: 1; }
  100% { opacity: 0; }
}
@keyframes zoomWide {
  0% { transform: scaleX(0);}
  100% { transform: scaleX(1); }
}
@keyframes zoomIn {
  0% { opacity: 1;  transform: scale(1.0); }
  40% { opacity: 1;  transform: scale(1.0); }
  100% { opacity: 0;  transform: scale(1.2);}
}
@keyframes slideInDown {
  0%,20% { opacity: 0;transform: translateY(-100%) translateX(-50%); }
  40%,60% { opacity: 1;transform: translateY(-60%) translateX(-50%); }
  80%,100% { opacity: 0;transform: translateY(0%) translateX(-50%); }
}

@media screen and (max-width: 768px) {
.fv_wrap{
position: relative;
}
.fv_contents{
}
.fv_head{
top: 75px;
left: 6%;
width: 88%;
}
.fv_head_logo{
width: 35%;
max-width: 135px;
}
.fv_first_txt_wrap{
width: 92%;
  top: 55%;
}
.fv_first_txt{
  max-height: inherit;
}
.fv_first_txt img{
  max-height: inherit;
}
.fv_first_txt_02{
margin-top: -23vw;
}

.fv_txt_wrap{
margin-top: 5vh;
}
.fv_txt{
max-width: 90%;
  max-height: inherit;
}
.fv_txt_main{

}
.fv_txt img{
  max-height: 85vh;
}
.fv_txt_line{
}
.fv_txt_line_01{
top: 1%;
left: 4%;
width: 74%;
height: 12%;
}
.fv_txt_line_02{
bottom: 1%;
left: 4%;
width: 88%;
height: 12%;
}

.fv_scroll_wrap{
width: 40px;
top: auto;
bottom: 10vh;
left: 50%;
transform: translateY(0%) translateX(-50%);
}
.fv_scroll_en_wrap{
margin-bottom: 6px;
}
.fv_scroll_arr{
width: 18px;
}

}


/***** digital ****/
.digital_area{
position: relative;
width: 100%;
background: url("../img/bg_noise.jpg") top center repeat;
padding-top: 6rem;
padding-bottom: 5rem;
overflow: hidden;
}
.digital_wrap{
width: 94%;
max-width: 1400px;
margin: 0 auto;
}
.digital_fig{
mix-blend-mode: hard-light;
opacity: 0.5;
}
.digital_txt_wrap{
margin: 4rem auto;
}
.digital_txt{
font-size: 5.0rem;
font-weight: 900;
line-height: 1.4;
letter-spacing: -0.2rem;
}
.digital_txt .marker{
display: inline;
background:linear-gradient(transparent 25%, #87FF54 25%, #87FF54 80%,transparent 80%);
background-repeat: no-repeat;
background-position: 200% 0;
background-size: 200% auto; 
}
.digital_txt.fadein .marker{
background-position: 100% 0;
transition : all 1.0s ease;
transition-delay: 1.0s;
}
.digital_txt {
    opacity : 0.01;
    transition : all 1.5s;
    }
.digital_txt.fadein {
    opacity : 1;
    }

.chara_wrap{
}
.chara_block{
display: flex;
justify-content: flex-end;
align-items:flex-end;
}
.chara_fuda{
max-width: 217px;
margin-bottom: 30px;
}
.chara_fuda_box_l .chara_fuda{
animation: slideInLeft 3s ease infinite both;
}
.chara_fuda_box_r .chara_fuda{
animation: slideInLeft 3s 1.5s ease infinite both;
}
.mask-container {
  overflow: hidden;
  position: relative;
  
  /* 左から右へ、不透明から透明になるマスク（位置は固定） */
  mask-image: linear-gradient(90deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 1) 90%, rgba(255, 255, 255, 0) 100%);
  mask-size: 100% 100%;
}
.chara_fuda_box_l .mask-container {
padding-left: 30px;
padding-right: 30px;
margin-right: -30px;
}
.chara_fuda_box_r .mask-container {
padding-right: 20px;
padding-left: 30px;
margin-left: -30px;
}
.chara_main{
max-width: 151px;
}
.chara_main_box{
position: relative;
z-index: 2;
}
.chara_en{
position: absolute;
top:-25px;
right: -25px;
width: 50px;
animation: rotate-anim 2s linear infinite;
}
@keyframes rotate-anim {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes slideInLeft {
  0% { transform: translate3d(-100%, 0px, 0px); }
  15%,45% { transform: translate3d(0px, 0px, 0px); }
  60%,100% { transform: translate3d(125%, 0px, 0px); }
}
@media screen and (min-width: 1300px) {
.chara_wrap{
margin-top: -8rem;
}
}
@media screen and (max-width: 768px) {
.digital_area{
padding-top: 4rem;
}
.digital_wrap{
width: 84%;
margin: 0 auto;
}
.digital_fig{
}
.digital_txt_wrap{
margin: 4rem auto;
}
.digital_txt{
display: inline;
  text-align: justify;
font-size: 7.0rem;
}

.chara_wrap{
}
.chara_block{
justify-content: center;
}
.chara_fuda{
max-width: 217px;
margin-bottom: 20px;
}
.mask-container {
}
.chara_fuda_box_l .mask-container {
padding-left: 30px;
padding-right: 30px;
margin-right: -30px;
}
.chara_fuda_box_r .mask-container {
padding-right: 20px;
padding-left: 30px;
margin-left: -30px;
}
.chara_main{
max-width: 151px;
}
.chara_main_box{
}
.chara_en{
position: absolute;
top:-20px;
right: -20px;
width: 30px;
}

}


/***** sub base ****/
.sec_wrap{
position: relative;
width: calc(100% - 30px);
padding-top: 13rem;
border-radius: 4rem 4rem 0 0;
margin: -5rem auto 0;
padding-bottom: 5rem;
box-shadow: 0px -10px 0px 0px rgba(0, 0, 0, 0.2);
z-index: 2;
}
.sec_wrap_scene{
background: #82D20F url("../img/noise_touka.png") top center repeat;
}
.sec_wrap_aiocr{
background: #00645A url("../img/noise_touka.png") top center repeat;
overflow: hidden;
}
.sec_wrap_case{
background: #E4FC42 url("../img/noise_touka.png") top center repeat;
}
.sec_wrap_contact{
background: #FFF;
}
.sec_wrap_aiocr::before {
    content: "";
    position: absolute;
    top: 3rem;
    left: 50%;
    margin-left: -900px;
    width: 1800px;
    height: 1300px;
    background-image: url("../img/aiocr_bg.png");
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
}
.title_wrap{
position: relative;
text-align: center;
padding-bottom: 4rem;
width: 92%;
margin: 0 auto 5rem;
}
.title_wrap::before {
  background-color: #00645A;
  border-radius: 3px;
  bottom: 0;
  content: "";
  height: 3px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 10rem;
}
.sec_wrap_aiocr .title_wrap{
color: #FFF;
}
.sec_wrap_aiocr .title_wrap::before {
  background-color: #E4FC42;
}
.sec_wrap_contact .title_wrap::before {
  background-color: #D1D100;
}
.title_main{
font-size: 5.2rem;
font-weight: 800;
line-height: 1.4;
}
.title_main_sub{
font-size: 3.1rem;
font-weight: 800;
line-height: 1.4;
}
.sec_wrap_case .title_main_sub{
color: #00645A;
}
.title_sub{
font-size: 2.0rem;
font-weight: 600;
margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
.sec_wrap{
width: calc(100% - 20px);
padding-top: 10rem;
box-shadow: 0px -6px 0px 0px rgba(0, 0, 0, 0.2);
}
.title_wrap{
padding-bottom: 5rem;
margin: 0 auto 7rem;
}
.title_wrap::before {
  height: 2px;
  width: 14rem;
}
.sec_wrap_aiocr::before {
    top: 3rem;
    left: 50%;
    margin-left: -100%;
    width: 200%;
    height: 100vh;
}
.title_main{
font-size: 6.4rem;
}
.title_main_sub{
font-size: 4.2rem;
}
.title_sub{
font-size: 2.6rem;
text-align: left;
margin-top: 2.5rem;
}
}


/***** scene ****/
.scene_block{
display: flex;
justify-content: center;
gap: 0 2rem;
width: 92%;
margin: 0 auto;
}
.scene_box_head{
background: #FFF;
border-radius: 2rem;
padding: 2rem 2rem 3rem;
text-align: center;
max-width: 500px;
}
.scene_box_l .scene_box_head{
margin-left: auto;
}
.scene_box_head_ttl{
font-size: 2.2rem;
font-weight: 600;
padding-bottom: 1.0rem;
margin-bottom: 1.5rem;
border-bottom: solid 2px #007153;
}
.scene_box_head_read{
font-size: 1.8rem;
font-weight: 600;
color: #006259;
}
.scene_box_fig{
max-width: 664px;
margin-top: -1.0rem;
}
.scene_box_l .scene_box_fig{
margin-left: auto;
}
@media screen and (max-width: 768px) {
.scene_block{
flex-direction: column;
gap: 0;
}
.scene_box_head{
border-radius: 2rem;
padding: 3rem 3rem 4rem;
max-width: inherit;
}
.scene_box_l .scene_box_head{
}
.scene_box_head_ttl{
font-size: 3.8rem;
padding-bottom: 1.5rem;
margin-bottom: 2.0rem;
}
.scene_box_head_read{
font-size: 2.7rem;
}
.scene_box_fig{
max-width: inherit;
margin-top: -1.5rem;
}
.scene_box_l .scene_box_fig{
}
}


/***** ai ocr ****/
.aiocr_fig{
width: 92%;
max-width: 1000px;
margin: 0 auto;
}
.more_btn{
position: relative;
margin: 6rem auto;
text-align: center;
}
a.def_link{
display: inline-block;
background: #FFF url("../img/link_arr.svg") center right 2.0rem no-repeat;
background-size: 12px auto;
padding: 1.5rem 8rem;
color: #000;
border: solid 1px #000;
border-radius: 6rem;
font-size: 1.6rem;
}
a.def_link:hover{
opacity: 0.8;
}
@media screen and (max-width: 768px) {
.aiocr_fig{
}
.more_btn{
margin: 6rem auto;
}
a.def_link{
background: #FFF url("../img/link_arr.svg") center right 3.0rem no-repeat;
background-size: 12px auto;
padding: 2.0rem 10rem;
border-radius: 8rem;
font-size: 2.6rem;
}
}





/***** case ****/
.case_list_area{
position: relative;
max-width: 1200px;
margin: 0 auto;
}
.slide_bg_area{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
justify-content: space-between;
align-items: center;
}
.slide_bg_area.act{
animation: bounceIn 0.2s ease 1 both;
}
@keyframes bounceIn {
  0% { transform: scale(1.0); }
  50% { transform: scale(0.9); }
  100% { transform: scale(1.0); }
}
.slide_bg{
flex: 1;
}
.slide_bg_c{
flex-basis: 70%;
height: 100%;
margin: 0 8%;
background: #F7F7F7 url("../img/noise_touka.png") top center repeat;
border-radius: 2.0rem;
}
.slide_bg_l,
.slide_bg_r{
flex-basis: 11%;
height: 80%;
}
.slide_bg_l{
background: linear-gradient(-90deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0) 100%);
border-radius: 0 2rem 2rem 0;
}
.slide_bg_r{
background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0) 100%);
border-radius: 2rem 0 0 2rem;
}
.cases_list_wrap{
}
.case_list{
width: 70%;
max-width: 860px;
margin: 3rem 0;
}
.case_box_name{
font-size: 2.4rem;
font-weight: 600;
display: flex;
align-items: center;
width: 82%;
max-width: 700px;
margin: 0 auto 1.5rem;
}
.case_box_name::before {
  content: "";
  display: inline-block;
  width:  5.0rem;
  height: 2.4rem;
  margin-right: 0.8rem;
  background-image: url("../img/case_head_icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.case_box_head{
display: flex;
width: 82%;
max-width: 700px;
margin: 0 auto;
}
.case_box_head_l{
width: 50%;
}
.case_box_head_r{
width: 46%;
margin-left: 4%;
}
.case_box_ttl{
font-size: 1.9rem;
font-weight: 800;
line-height: 1.4;
}
.case_box_read{
font-size: 1.4rem;
color: #666;
margin: 1.0rem 0;
}
.case_box_btn{
position: relative;
text-align: right;
}
a.case_link{
display: inline-block;
background: url("../img/link_arr_gr.svg") center right no-repeat;
background-size: 10px auto;
padding: 0 1.6rem 0 0;
color: #00645A;
font-size: 1.4rem;
}
a.case_link:hover{
opacity: 0.8;
}
.case_box_fig img{
border-radius: 1.0rem;
}
.case_box_btm{
display: flex;
align-items: center;
margin-top: 3rem;
}
.case_box_btm_item{
width: 46%;
background: #FFF;
border-radius: 1.0rem;
padding: 2.0rem;
}
.case_box_btm_arr_box{
width: 8%;
display: flex;
justify-content: center;
gap:0 0.4rem;
}
.case_box_btm_item_head{
max-width:10rem;
margin: 0 auto;
}
.case_box_btm_item_head img{
max-height: 3.4rem;
}
.case_box_btm_item_ttl{
font-size: 1.6rem;
font-weight: 600;
text-align: center;
margin: 0.5rem auto 0.2rem;
}
.case_box_btm_item_list_wrap{
  display: flex;
  justify-content: center;
}
.case_box_btm_item_list{
font-size: 1.4rem;
}
.case_box_btm_item_list li{
line-height: 1.4;
margin: 0.3rem 0;
  padding-left: 1em;
  text-indent: -1em;
}
.case_colo_01{
color: #FB892B;
}
.case_colo_02{
color: #F62C1D;
}
.case_box_btm_arr{
width: 18%;
}
.case_box_btm_arr_01{
animation: blinkAnime 1s infinite alternate both;
}
.case_box_btm_arr_02{
animation: blinkAnime 1s 0.33s infinite alternate both;
}
.case_box_btm_arr_03{
animation: blinkAnime 1s 0.66s infinite alternate both;
}
@keyframes blinkAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {

.case_list_area{
margin-bottom: 10rem;
}
.slide_bg_area{
}
.slide_bg_area.act{
}
.slide_bg{
}
.slide_bg_c{
flex-basis: 80%;
margin: 0 7%;
background: #F7F7F7 url("../img/noise_touka.png") top center repeat;
border-radius: 2.5rem;
}
.slide_bg_l,
.slide_bg_r{
display: none;
}
.cases_list_wrap{
}
.case_list{
width: 90%;
max-width: inherit;
margin: 3rem 0;
}
.case_box_name{
font-size: 3.4rem;
width: 84%;
margin: 0 auto 1.5rem;
}
.case_box_name::before {
  width:  6.5rem;
  height: 3.6rem;
  margin-right: 1.5rem;
}
.case_box_head{
display: flex;
width: 84%;
max-width: inherit;
margin: 0 auto;
flex-direction: column;
}
.case_box_head_l{
width: 100%;
}
.case_box_head_r{
width: 100%;
margin-left: 0;
margin-top: 2.0rem;
}
.case_box_ttl{
font-size: 3.0rem;
}
.case_box_read{
font-size: 2.4rem;
margin: 1.5rem 0;
}
.case_box_btn{
}
a.case_link{
background-size: 10px auto;
padding: 0 2.8rem 0 0;
font-size: 2.4rem;
}
a.case_link:hover{
opacity: 0.8;
}
.case_box_fig img{
border-radius: 1.5rem;
}
.case_box_btm{
display: flex;
align-items: center;
margin-top: 3rem;
flex-direction: column;
}
.case_box_btm_item{
width: 84%;
background: #FFF;
border-radius: 1.5rem;
padding: 2.0rem;
}
.case_box_btm_arr_box{
width: 16%;
display: flex;
justify-content: center;
gap:0;
margin: 1.0rem auto;
}
.case_box_btm_arr_01{
transform: rotate(90deg);
}
.case_box_btm_item_head{
max-width:20rem;
margin: 0 auto;
}
.case_box_btm_item_head img{
max-height: 5.0rem;
}
.case_box_btm_item_ttl{
font-size: 2.6rem;
margin: 1.5rem auto 0.6rem;
}
.case_box_btm_item_list_wrap{
}
.case_box_btm_item_list{
font-size: 2.4rem;
}
.case_box_btm_item_list li{
line-height: 1.4;
margin: 0.6rem 0;
}
.case_box_btm_arr{
width: 18%;
}
.case_box_btm_arr_02,
.case_box_btm_arr_03{
display: none;
}
}



/***** swiper ****/
.swiper-area{
position: relative;
}
.swiper .swiper-slide {
	height: auto;
    opacity: 0.01;
}
.swiper .swiper-slide-active {
  opacity: 1;
}
.swiper .swiper-slide-item {
	height: 100%;
}
.swiper-pagination-bullet {
  background-color: #FFF;
  opacity: 1; 
}
.swiper-pagination-bullet-active {
  background-color: #00645A;
}
/* ページネーション */
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -30px;
}


/* 前へ / 次へボタン */
.swiper-button-prev, .swiper-button-next {
  display: grid;
  place-content: center;
  width: 15px;
  height: 19px;
  cursor: pointer;
    position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
}
.swiper-button-prev::before, .swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}
.swiper-button-prev::before{
  background: url("../img/slide_arr.svg") center center no-repeat;
  transform: scale(-1, 1);
    animation: blinking 0.7s ease-out infinite alternate;
    background-size: cover;
}
.swiper-button-next::before{
  background: url("../img/slide_arr.svg") center center no-repeat;
    animation: blinking 0.7s ease-out infinite alternate;
    background-size: cover;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: '';
}
.swiper-navigation-icon{
display: none;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled{
  pointer-events: none;
  opacity: 0;
}
.swiper-button-prev{
    left: calc(50% - 440px) !important;
}
.swiper-button-next {
    right: calc(50% - 440px) !important;
}
@media screen and (max-width: 1200px) {
.swiper-button-prev{
    left: 13% !important;
}
.swiper-button-next {
    right: 13% !important;
}
}
@media screen and (max-width: 768px) {
.swiper-button-prev, .swiper-button-next {
  width: 10px;
  height: 12px;
}
.swiper-button-prev{
    left: 1.5% !important;
}
.swiper-button-next {
    right: 1.5% !important;
}
}

@keyframes blinking {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}




/***** contact****/
.speechBubble {
  position: relative;
  display: inline-block;
  margin-bottom: 2.0rem;
  padding: 1.0rem 2.0rem;
  border-radius: 1.0rem;
  background-color: #00645a;
  text-align: center;
  font-size: 1.6rem;
  color: #ffffff;
}

.speechBubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 15px 12.5px 0 12.5px;
  border-color: #00645a transparent transparent;
  translate: -50% 100%;
}
.contact_block{
position: relative;
display: flex;
justify-content:space-between;
width: 94%;
max-width: 980px;
margin: 5rem auto;
}
.contact_block_l{
width: 56%;
max-width: 540px;
}
.contact_block_r{
width: 40%;
}
.contact_sub_ttl{
font-size: 1.8rem;
font-weight: 600;
color: #00645A;
margin: 4rem auto 1.5rem;
}
ul.contact_txt_list li{
font-size: 1.6rem;
font-weight: 400;
line-height: 1.4;
margin: 0.5rem 0;
  padding-left: 1em;
  text-indent: -1em;
}
.contact_cp_fig{
border-radius: 1.5rem;
border: solid 1px #999;
}
.contact_cp_fig img{
border-radius: 1.5rem;
}
.form_box > div {
padding: 24px 24px 0;
background: #F5F7E0;
border-radius: 1.5rem;
}
@media screen and (max-width: 768px) {
.speechBubble {
  margin-bottom: 3.0rem;
  padding: 1.5rem 2.5rem;
  border-radius: 1.5rem;
  font-size: 2.6rem;
}

.speechBubble::after {
  border-width: 12px 9.5px 0 9.5px;
}
.contact_block{
width: 92%;
flex-direction: column;
margin: 5rem auto;
}
.contact_block_l{
width: 100%;
max-width: inherit;
}
.contact_block_r{
width: 100%;
margin-top: 6rem;
}
.contact_sub_ttl{
font-size: 3.0rem;
margin: 4rem auto 2.0rem;
}
ul.contact_txt_list li{
font-size: 2.6rem;
margin: 1.0rem 0;
}
.contact_cp_fig{
border-radius: 2.0rem;
}
.contact_cp_fig img{
border-radius: 2.0rem;
}
.form_box > div {
padding: 3.5rem 2.5rem 0;
border-radius: 2.0rem;
}
}


/*****フッター****/
.footer{
position: relative;
width: 100%;
background: #333333;
padding: 6rem;
}
.footer_main{
display: flex;
flex-direction: column;
}
.footer_logo{
width: 50%;
max-width: 200px;
margin: 0 auto 3rem;
}
.footer_menu ul {
  display: flex;
  justify-content:center;
  margin: 0;
  padding: 0;
}
.footer_menu ul li {
  display: flex;
  align-items: center;
}
.footer_menu ul li a{
font-size: 1.4rem;
color: #FFF;
font-weight: 400;
display: inline-block;
background: url("../img/link_arr_wh.svg") center right no-repeat;
background-size: 10px auto;
padding: 0 1.6rem 0 0;
line-height: 1.4;
}
.footer_menu ul li + li::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1.4rem;
  background-color: #FFF;
  margin: 0 12px;
}
.footer_copyright{
font-size: 1.2rem;
font-weight: 400;
color: #FFF;
text-align: center;
margin: 4rem auto 0;
}
#page-top {
}
#page-top:hover {
}
.btn_pagetop_wrap{
    position: fixed;
	width:40px;
	height:40px;
    bottom:30px;
    right: 30px;
	z-index:1000;
	/*display:none;*/
}
#btn_pagetop {
	transition-duration:0.2s;
    cursor: pointer;
    margin-left: auto;
}
#btn_pagetop  a:hover img{
	opacity:1;
}
#btn_pagetop  img{max-width: 100%;height: auto;}
@media (max-width : 768px) {

.footer{
padding: 6rem 10px 8rem;
}
.footer_main{
}
.footer_logo{
width: 50%;
max-width: 200px;
margin: 4rem auto 3rem;
order: 1;
}
.footer_menu{
order: 0;
}
.footer_menu ul {
flex-direction: column;
}
.footer_menu ul li {
width: 100%;
border-bottom: solid 1px #444444;
}
.footer_menu ul li a{
font-size: 2.4rem;
padding: 2.0rem 2.6rem 2.0rem 3rem;
}
.footer_menu ul li + li::before {
  content: none;
}
.footer_copyright{
font-size: 2.2rem;
margin: 4rem auto 0;
}

#page-top{
}
.btn_pagetop_wrap{
	width:25px;
	height:25px;
    bottom:20px;
    right: 20px;
}
}


.dummspace{
display: none;
}
@media (max-width : 768px) {

.dummspace{
position: fixed;
width: 100%;
bottom: -1px;
left: 0;
z-index: 10;
text-align: center;
height: 11px;
background: #000;
color: #FFF;
}
}

/***** anime ****/
.anime {
    opacity : 0.01;
    transform : translate(0, 30px);
    transition : all 800ms;
    }
.anime.fadein {
    opacity : 1;
    transform : translate(0, 0);
    }

.logoshow {
    opacity : 1;
    transition : all 500ms;
    }
.logoshow.fadein {
    opacity : 0;
    }



/* ==========================================================================
   Helper classes
   ========================================================================== */

.pc-only{ display:inline;}
.sp-only{ display:none;}
.pc-b-only{ display: block;}
.sp-b-only{ display:none;}
@media screen and (max-width: 768px) {
.pc-only{ display:none;}
.sp-only{ display:inline;}
.pc-b-only{ display: none;}
.sp-b-only{ display:block;}
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

