
/****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: "Zen Kaku Gothic New",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: #FBFBFB;
  }
@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{
}
}


/*****HEADER****/

#navi {
  position: fixed;
  top: 0;
  height: 90px;
  width: 100%;
  z-index: 101;
  background: #FFF;
  border-bottom: solid 1px #F0F0F0;
  font-family: "Inter", sans-serif;
}
.header_inn{
	width:100%;
	margin:0 auto;
	position:relative;
}
.header_inn.addbg{
background: #FFF;
padding-bottom: 3rem;
}
/* 左上ロゴ */
.menu-left {
  float: left;
  	width:auto;
    width: 16%;
	max-width:180px;
	margin:20px 0 0 30px;
}
.menu-left img {
width: 100%;
  vertical-align: middle;
}
.menu-left a{
width: 100%;
}
.head_btn_sp{
display: none;
}
@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:30%;
	max-width:150px;
	margin:15px 0 0 15px;
}
.head_btn_sp{
display: block;
position: absolute;
top: 20px;
right: 70px;
}
.head_btn_sp a{
background: #dd411e;
border-radius: 6px;
padding: 8px 13px 8px 13px;
font-size: 2.4rem;
font-weight: 600;
color: #FFF;
}
}

/* 上部メニュー */
#menu {
  float: right;
  width: 75%;
  margin: 25px 30px 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: #fdab14;
border-radius: 6px;
padding: 8px 18px 8px 18px;
color: #FFF;
}
#menu > li {
  display: inline-block;
  margin: 0 1.2rem;
}
#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%;
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: 10px;
    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;
}
}


/***** MV ****/
.mv_wrap{
position: relative;
background: url("../img/mv_bg.jpg") top center no-repeat;
width: 100%;
height: 750px;
overflow: hidden;
margin-top: 90px;
}
.mv_fig{
position: absolute;
top: 0;
left: 50%;
margin-left: -750px;
width: 1500px;
}
.mv_inn{
width: 94%;
max-width: 1500px;
margin: 0 auto;
}
.mv_catch_wrap{
display: flex;
flex-direction: column;
justify-content: center;
height: 750px;
width: 40%;
}
.mv_catch_wrap_inn{
position: relative;
}
.mv_catch_head{
    position: relative;
    padding: 0 0 0.5rem 0;
    border-bottom: 2px solid #009999;
    font-size: 2.0rem;
    font-weight: 900;
    display: inline-block;
    margin-bottom: 1.0rem;
    animation: fadeIn 1.5s 0.5s ease 1 both;
}
.mv_catch_head:before {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) skew(-40deg);
    height: 20px;
    width: 15px;
    border-right: 2px solid #009999;
    background-color: #f5fbf9;
    content: "";
}
.mv_catch_ttl{
font-size: 3.5rem;
font-weight: 900;
line-height: 1.3;
margin: 1.5rem 0;
animation: fadeIn 1.5s 0.75s ease 1 both;
}
.mv_catch_flow{
max-width: 490px;
margin: 2.0rem 0 1.5rem;
animation: fadeIn 1.5s 1.0s ease 1 both;
}
.mv_catch_read{
font-size: 1.5rem;
font-weight: 900;
margin: 0 0 2.0rem;
animation: fadeIn 1.5s 1.25s ease 1 both;
}
.mv_catch_num{
max-width: 312px;
animation: fadeIn 1.5s 1.5s ease 1 both;
}
@keyframes fadeIn {
  0% { opacity: 0; transform: translateX(20px) }
  100% { opacity: 1; transform: translateX(0%) }
}
@media screen and (max-width: 1400px) {
.mv_fig{
position: absolute;
top: 0;
left: 50%;
margin-left: -550px;
}
.mv_inn{
}
.mv_catch_wrap{
width: 60%;
}
}
@media screen and (max-width: 768px) {
.mv_wrap{
background: #f5fcf9;
width: 100%;
height: auto;
overflow: visible;
margin-top: 60px;
}
.mv_fig{
position: static;
top: auto;
left: auto;
margin-left: 0;
width: 100%;
margin: 0 auto;
padding-top: 1.0rem;
}
.mv_inn{
width: 90%;
margin: 0 auto;
}
.mv_catch_wrap{
height: auto;
width: 100%;
overflow: hidden;
}
.mv_catch_wrap_inn{
padding: 3.0rem 0 5.0rem;
}
.mv_catch_head{
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
}
.mv_catch_head:before {
    height: 15px;
    width: 10px;
}
.mv_catch_ttl{
font-size: 4.3rem;
margin: 2.5rem 0;
}
.mv_catch_flow{
width: 86%;
margin: 2.0rem 0 1.5rem;
}
.mv_catch_read{
font-size: 2.25rem;
font-weight: 900;
margin: 0 0 2.5rem;
}
.mv_catch_num{
width: 75%;
margin: 0 auto;
}
}


/***** obi ****/
.obi_slide_wrap{
width: 100%;
background: #FFF;
padding: 2.0rem 0;
}
.obi_slide{
width: 100%;
overflow: hidden;
margin: 0 auto;
}
.obi_slide_fig{
  display: flex;
  width: 300%;
  max-width: 2720px;
  height: auto;
  overflow: hidden;
  vertical-align: bottom;
}
.obi_slide_fig img {
  width: auto;
  height: 72px;
  vertical-align: bottom;
}
.obi_slide_fig img:first-child {
  animation: loop1 40s -20s linear infinite;
}
.obi_slide_fig img:last-child {
  animation: loop2 40s linear infinite;
}
@keyframes loop1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-200%);
  }
}
@media screen and (max-width: 768px) {
.obi_slide_fig{
  width: 400%;
}
.obi_slide_fig img {
height: 46px;
  object-fit: cover;
}
.obi_slide_fig img:first-child {
  animation: loop1 40s -20s linear infinite;
}
.obi_slide_fig img:last-child {
  animation: loop2 40s linear infinite;
}
}


/***** integration ****/
.integration_wrap{
position: relative;
background: #fbfbfb;
padding: 10rem 0;
}
.integration_inn{
width: 90%;
max-width: 1500px;
margin: 0 auto;
}
.integration_ttl{
font-size: 4.7rem;
font-weight: 900;
text-align: center;
line-height: 1.3;
margin-bottom: 5.0rem;
}
.integration_fig{
text-align: center;
max-width: 1390px;
margin: 0 auto;
}
.integration_btm{
display: flex;
justify-content: flex-end;
margin-top: -8.0rem;
}
.integration_box{
width: 27%;
background: #FFF;
padding: 2.0rem 3.0rem;
border-radius: 1.5rem;
font-family: "Inter", sans-serif;
margin: 0 2.0rem;
}
.integration_box_head{
font-size: 1.9rem;
color: #82D20F;
font-weight: 700;
margin-bottom: 1.5rem;
}
.integration_box2 .integration_box_head{
color: #009999;
}
.integration_box_head::before {
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 1.0rem;
  background-image: url("../img/head_arr_01.svg");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.integration_box2 .integration_box_head::before {
  background-image: url("../img/head_arr_02.svg");
}
.integration_box_read{
font-size: 1.5rem;
font-weight: 800;
}
.integration_box_sp{
display: none;
}
@media screen and (max-width: 1200px) {
.integration_btm{
margin-top: -6.0rem;
}
.integration_box{
width: 32%;
}
}
@media screen and (max-width: 768px) {
.integration_wrap{
padding: 10rem 0;
}
.integration_inn{
width: 90%;
margin: 0 auto;
}
.integration_ttl{
font-size: 4.7rem;
margin-bottom: 5.0rem;
}
.integration_fig{
display: none;
}
.integration_btm{
display: flex;
justify-content: flex-start;
flex-direction: column;
margin-top: 0;
}
.integration_box{
width: 100%;
background: #FFF;
padding: 2.0rem 3.0rem;
border-radius: 1.5rem;
font-family: "Inter", sans-serif;
margin: 1.5rem auto;
}
.integration_box_head{
font-size: 3.2rem;
margin-bottom: 1.5rem;
}
.integration_box2 .integration_box_head{
}
.integration_box_head::before {
  content: none;
}
.integration_box2 .integration_box_head::before {
  background-image: none;
}
.integration_box_read{
font-size: 2.5rem;
}
.integration_box_sp{
display: block;
width: 90%;
max-width: 350px;
margin: 0 auto;
}
}


/***** business_head ****/
.business_head_wrap{
position: relative;
}
.business_head_inn{
text-align: center;
background: rgba(220,255,169,0.1);
  box-shadow: inset 0  10px 14px -14px rgba(0, 0, 0, 0.5), 
              inset 0 -10px 14px -14px rgba(0, 0, 0, 0.5);
}
.business_head_bg{
max-width: 1273px;
margin: 0 auto;
}
.business_head_ttl{
font-size: 4.0rem;
font-weight: 900;
text-align: center;
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
.business_head_cube{
  position: absolute;
  width: 100%;
  max-width: 1273px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
.business_head_wrap{
}
.business_head_inn{
}
.business_head_bg{
max-width: inherit;
}
.business_head_ttl{
font-size: 4.7rem;
}
.business_head_cube{
  max-width: inherit;
  top: 65%;
}
}


/***** business_main ****/
.business_main_wrap{
width: 90%;
max-width: 1240px;
margin: 8rem auto;
}
.business_main_block{
display: flex;
justify-content: space-between;
border-bottom:  dashed 1px #CCC;
padding: 0 0 6rem;
margin-bottom: 6rem;
}
.business_main_l{
width: 35%;
}
.business_main_r{
width: 60%;
}
.business_step_head_icon{
max-width: 240px;
margin: 2.5rem;
}
.business_step_head_arr{
max-width: 180px;
margin: 2.0rem;
}
.business_step_head_read{
font-size: 3.2rem;
font-weight: 900;
line-height: 1.3;
display: flex;
align-items: center;
margin-left: 1.5rem;
}
.business_step_head_read::before {
  content: "";
  display:block;
  width: 5.0rem;
  height: 5.0rem;
  margin-right: 1.0rem;
  background-image: url("../img/busi_icon_01.svg");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.business_main_block2 .business_step_head_read::before {
  background-image: url("../img/busi_icon_02.svg");
}
.business_main_block3 .business_step_head_read::before {
  background-image: url("../img/busi_icon_03.svg");
}
.business_cube_fig_01{
max-width: 154px;
margin: 1.0rem 0 0 60%;
}
.business_cube_fig_02{
max-width: 135px;
margin: 1.0rem 0 0 70%;
}
.business_cube_fig_03{
max-width: 135px;
margin: 3.0rem 0 0 10%;
}

.business_box{
  background: linear-gradient(90deg, #FFFFFF, #e3e3e3);
  padding: 1rem;
  border-radius: 1.5rem;
  box-shadow: 0px 5px 25px 5px rgba(0, 0, 0, 0.15);
  position: relative;
}
.business_box2{
box-shadow: 0px 5px 25px 5px rgba(141, 206, 46, 0.75);
}
.business_box_dot{
position: absolute;
top: 1.5rem;
left: 1.5rem;
width: 20px;
height: 20px;
}
.business_box_dot img{
border-radius: 50%;
}
.business_box2 .business_box_dot img{
box-shadow: 0px 0px 15px 2px rgba(141, 206, 46, 0.55);
}
.business_box_inn{
background: #F9F9F9 url("../img/busi_bg_before.svg") right center no-repeat;
background-size: 4.5rem auto;
  border-radius: 1.0rem;
  padding: 4.0rem 4.0rem 3.0rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.business_box2 .business_box_inn{
background-image: url("../img/busi_bg_after.svg");
}
.business_box_txt_wrap{
width: 40%;
margin: 1.5rem 0;
}
.business_box_txt_head{
font-size: 2.7rem;
font-weight: 900;
line-height: 1.3;
margin-bottom: 1.0rem;
margin-right: -7.0rem;
}
.business_box_txt_read{
font-size: 1.6rem;
font-weight: 600;
}
.business_box_txt_read2{
font-size: 1.6rem;
font-weight: 800;
margin-top: 1.0rem;
font-family: "Inter", sans-serif;
line-height: 1.2;
}
.business_box_txt_read2 span{
font-size: 2.4rem;
}
.business_box_fig{
width: 55%;
max-width: 360px;
}
.business_box_arr{
position: relative;
width: 10%;
max-width: 68px;
margin: -2.5rem 0 1.0rem 75%;
}
@media screen and (max-width: 768px) {
.business_main_wrap{
width: 90%;
margin: 8rem auto;
}
.business_main_block{
display: flex;
flex-direction: column;
border-bottom:  dashed 1px #CCC;
padding: 0 0 6rem;
margin-bottom: 6rem;
}
.business_main_l{
width: 100%;
display: flex;
flex-wrap: wrap;
margin-bottom: 3.0rem;
}
.business_main_r{
width: 100%;
}
.business_step_head_icon{
width: 15%;
max-width: 240px;
margin: 2.5rem;
}
.business_step_head_arr{
width: 30%;
max-width: 180px;
margin: 1.0rem 0 0 2.0rem;
order: 2;
}
.business_step_head_read{
width: 70%;
font-size: 3.6rem;
margin-left: 2.0rem;
order: 1;
}
.business_step_head_read::before {
  width: 7.0rem;
  height: 7.0rem;
  margin-right: 1.5rem;
}
.business_main_block2 .business_step_head_read::before {
}
.business_main_block3 .business_step_head_read::before {
}
.business_cube_fig{
display: none;
}
.business_box{
  background: linear-gradient(45deg, #FFFFFF, #e3e3e3);
  padding: 1rem;
  border-radius: 1.5rem;
  box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.15);
  position: relative;
}
.business_box2{
box-shadow: 0px 5px 20px 5px rgba(141, 206, 46, 0.75);
}
.business_box_dot{
position: absolute;
top: 1.5rem;
left: 1.5rem;
width: 14px;
height: 14px;
}
.business_box_dot img{
border-radius: 50%;
}
.business_box2 .business_box_dot img{
box-shadow: 0px 0px 12px 2px rgba(141, 206, 46, 0.55);
}
.business_box_inn{
background-position: right bottom 5.0rem; 
background-size: 4.0rem auto;
  border-radius: 1.2rem;
  padding: 4.0rem 4.0rem 3.0rem;
flex-direction: column;
}
.business_box2 .business_box_inn{
}
.business_box_txt_wrap{
width: 100%;
margin: 1.5rem 0 1.5rem;
}
.business_box_txt_head{
font-size: 3.4rem;
margin-bottom: 1.5rem;
margin-right: 0;
}
.business_box_txt_read{
font-size: 2.6rem;
}
.business_box_txt_read2{
font-size: 2.6rem;
margin-top: 1.5rem;
line-height: 1.2;
}
.business_box_txt_read2 span{
font-size: 3.6rem;
}
.business_box_fig{
width: 85%;
max-width: 360px;
}
.business_box_arr{
position: relative;
width: 10%;
max-width: 68px;
margin: -2.5rem 0 1.0rem 45%;
}
}


/***** solution ****/
.solution_area{
position: relative;
width: 100%;
overflow: hidden;
padding: 8rem 0;
}
.solution_ttl{
font-size: 4.7rem;
font-weight: 900;
text-align: center;
margin-bottom: 3.0rem;
}
.solution_main_block{
width: 90%;
max-width: 800px;
margin: 0 auto;
}
.solution_main_box{
  background: linear-gradient(90deg, #FFFFFF, #e3e3e3);
  padding: 1rem;
  border-radius: 1.5rem;
  box-shadow: 0px 5px 25px 5px rgba(141, 206, 46, 0.75);
  position: relative;
  margin-bottom: 4.0rem;
}
.solution_main_box_inn{
background: #F9F9F9;
  border-radius: 1.0rem;
  padding: 2.5rem;
}
.solution_box_ttl{
font-size: 2.1rem;
font-weight: 700;
text-align: center;
color: #FFF;
background: #82D20F;
border: solid 1px #CFCFCF;
border-radius: 0.5rem;
padding: 1.0rem;
margin-bottom: 2.5rem;
}
.solution_box_head_wrap{
background: #F0F0F0;
border: solid 1px #CFCFCF;
border-radius: 1.0rem;
padding: 2.0rem;
text-align: center;
margin-bottom: 3.0rem;
}
.solution_box_head_fig_01{
width: 64%;
max-width: 426px;
margin: 0 auto;
}
.solution_box_head_fig_02{
width: 40%;
max-width: 246px;
margin: 0 auto 1.5rem;
}
.solution_box_head_fig_03{
width: 40%;
max-width: 246px;
margin: 0 auto 1.5rem;
}
.solution_box_head_read_list{
display: inline-block;
text-align: left;
}
.solution_box_head_read{
font-size: 1.4rem;
font-weight: 700;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.solution_box_head_read span{
color: #82D20F;
}
.solution_sub_box{
border-top: solid 1px #CFCFCF;
padding: 3rem 0 5.0rem;
}
.solution_main_box .solution_sub_box:last-child{
padding-bottom: 2.0rem;
}
.solution_sub_head{
font-size: 1.8rem;
font-weight: 900;
line-height: 1.3;
display: flex;
margin-left: 1.0rem;
}
.solution_sub_head::before {
  content: "";
  display:block;
  width: 8.0rem;
  height: 8.0rem;
  background-image: url("../img/solution_head_cube.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -2.0rem;
}
.solution_sub_logo{
margin: 0.5rem auto 2.5rem;
}
.solution_sub_logo_01{
width: 40%;
max-width: 280px;
}
.solution_sub_logo_02{
width: 40%;
max-width: 280px;
}
.solution_sub_logo_03{
width: 70%;
max-width: 400px;
}
.solution_sub_logo_04{
width: 35%;
max-width: 220px;
}
.solution_sub_logo_05{
width: 30%;
max-width: 200px;
}
.solution_sub_read{
font-size: 1.4rem;
font-weight: 600;
font-family: "Inter", sans-serif;
margin-bottom: 3.0rem;
color: #333;
}
.solution_sub_btn{
text-align: center;
}
.solution_sub_btn a{
display: inline-block;
font-size: 1.5rem;
font-weight: 600;
font-family: "Inter", sans-serif;
background: #DCFFA9;
border: solid 1px #333333;
border-radius: 6.0rem;
padding: 1.5rem 3.0rem;
color: #333;
}
.solution_sub_btn a span::after {
  content: "";
  display:inline-block;
  width: 1.0rem;
  height: 1.0rem;
  background-image: url("../img/link_arr.svg");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 0.5rem;
}
.solution_sub_btn a:hover{
opacity: 0.8;
}
.solution_sub_head2{
font-size: 1.6rem;
font-weight: 700;
text-align: center;
}
.solution_sub_head2 span{
color: #82D20F;
}
.solution_sub_logo_list_wrap{
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
width: 55%;
margin: 1.0rem auto 2.5rem;
}
.solution_sub_logo_list{
margin: 0.5rem 1.0rem;
}
.solution_sub_logo_list_01{
width: 55%;
}
.solution_sub_logo_list_02{
width: 30%;
max-width: 107px;
}
.solution_sub_logo_list_03{
width: 30%;
}
.solution_sub_logo_list_04{
width: 60%;
max-width: 156px;
}
.solution_cube{
position: absolute;
}
.solution_cube_01{
max-width: 135px;
top: 20%;
left: 50%;
margin-left: 450px;
}
.solution_cube_02{
max-width: 135px;
top: 35%;
left: 50%;
margin-left: -600px;
}
.solution_cube_03{
max-width: 154px;
bottom: 40%;
left: 50%;
margin-left: 450px;
}
.solution_cube_04{
max-width: 135px;
bottom: 20%;
left: 50%;
margin-left: -600px;
}
@media screen and (max-width: 768px) {
.solution_area{
padding: 6rem 0;
}
.solution_ttl{
font-size: 4.3rem;
margin-bottom: 5.0rem;
}
.solution_main_block{
width: 90%;
}
.solution_main_box{
  background: linear-gradient(90deg, #FFFFFF, #e3e3e3);
  padding: 1rem;
  border-radius: 1.5rem;
  box-shadow: 0px 5px 25px 5px rgba(141, 206, 46, 0.75);
  position: relative;
  margin-bottom: 4.0rem;
}
.solution_main_box_inn{
background: #F9F9F9;
  border-radius: 1.0rem;
  padding: 2.5rem;
}
.solution_box_ttl{
font-size: 3.2rem;
border-radius: 1.0rem;
padding: 1.2rem;
margin-bottom: 2.5rem;
}
.solution_box_head_wrap{
border-radius: 1.5rem;
padding: 2.0rem;
margin-bottom: 3.0rem;
}
.solution_box_head_fig_01{
width: 100%;
max-width: inherit;
margin: 0 auto;
}
.solution_box_head_fig_02{
width: 75%;
max-width: inherit;
margin: 0 auto 1.5rem;
}
.solution_box_head_fig_03{
width: 75%;
max-width: inherit;
margin: 0 auto 1.5rem;
}
.solution_box_head_read_list{
}
.solution_box_head_read{
font-size: 2.0rem;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.solution_box_head_read span{
}
.solution_sub_box{
padding: 3rem 0 5.0rem;
}
.solution_main_box .solution_sub_box:last-child{
padding-bottom: 2.0rem;
}
.solution_sub_head{
font-size: 3.0rem;
margin-left: 0;
}
.solution_sub_head::before {
  width: 10.0rem;
  height: 10.0rem;
  margin-top: -1.0rem;
margin-right: 1.5rem;
}
.solution_sub_logo{
margin: 1.5rem auto 3.5rem;
}
.solution_sub_logo_01{
width: 50%;
max-width: 280px;
}
.solution_sub_logo_02{
width: 50%;
max-width: 280px;
}
.solution_sub_logo_03{
width: 80%;
max-width: 400px;
}
.solution_sub_logo_04{
width: 50%;
max-width: 220px;
}
.solution_sub_logo_05{
width: 45%;
max-width: 200px;
}
.solution_sub_read{
font-size: 2.4rem;
margin-bottom: 3.0rem;
}
.solution_sub_btn{
}
.solution_sub_btn a{
display: inline-block;
font-size: 2.5rem;
border-radius: 6.0rem;
padding: 1.5rem 3.0rem;
}
.solution_sub_btn a span{
display: flex;
align-items: center;
}
.solution_sub_btn a span::after {
  content: "";
  display:block;
  width: 1.8rem;
  height: 1.8rem;
  margin-left: 1.0rem;
}
.solution_sub_btn a:hover{
}
.solution_sub_head2{
font-size: 2.6rem;
}
.solution_sub_head2 span{
}
.solution_sub_logo_list_wrap{
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
width: 80%;
margin: 1.5rem auto 3.0rem;
}
.solution_sub_logo_list{
margin: 0.5rem 1.0rem;
}
.solution_sub_logo_list_01{
width: 55%;
}
.solution_sub_logo_list_02{
width: 30%;
max-width: 107px;
}
.solution_sub_logo_list_03{
width: 30%;
}
.solution_sub_logo_list_04{
width: 60%;
max-width: 156px;
}
.solution_cube{
display: none;
}
}



/***** case ****/
.case_area{
position: relative;
padding: 8rem 0;
}
.case_area_inn{
width: 94%;
margin: 0 auto;
padding-bottom: 6rem;
background: #EFF2EC;
  border-radius: 3.0rem;
  box-shadow: inset 0px 0px 20px 5px rgba(0, 0, 0, 0.2);
}
.case_head_ttl{
font-size: 4.7rem;
font-weight: 900;
text-align: center;
margin: 0 auto;
padding: 4.0rem 0;
}
.case_list_area{
position: relative;
margin: 0 auto;
}
.cases_list_wrap{
}
.case_list{
width: 590px;
}
.case_list_inn{
  background: linear-gradient(90deg, #FFFFFF, #e3e3e3);
  padding: 1rem;
  border-radius: 1.5rem;
 box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.15);
  position: relative;
  margin: 20px 20px 25px;
  height: 100%;
}
.case_list_inn2{
background: #F9F9F9;
  border-radius: 1.0rem;
  padding: 2.5rem;
}
.case_box_name{
font-size: 2.0rem;
font-weight: 700;
line-height: 1.3;
margin-bottom: 2.0rem;
}
.case_box_head{
display: flex;
margin: 0 auto;
min-height: 20.0rem;
}
.case_box_head_l{
width: 57%;
max-width: 262px;
}
.case_box_head_r{
width: 38%;
margin-left: 5%;
}
.case_box_ttl{
font-size: 1.9rem;
font-weight: 800;
line-height: 1.4;
}
.case_box_read{
font-size: 1.4rem;
color: #666;
margin: 0 0 1.0rem;
}
.case_box_icon span{
display: inline-block;
font-size: 1.0rem;
color: #333;
font-weight: 700;
border: solid 2px #333;
padding: 0.2rem 1.0rem;
border-radius: 6.0rem;
}
.case_logo_list li{
margin: 0.3rem 0;
}
.case_logo_01{
width: 45%;
}
.case_logo_02{
width: 70%;
}
.case_logo_03{
width: 90%;
}
.case_logo_04{
width: 60%;
}
.case_box_btn{
position: relative;
text-align: center;
margin-top: 1.0rem;
}
a.case_link{
display: inline-block;
background: url("../img/link_arr_bl.svg") center right no-repeat;
background-size: 10px auto;
padding: 0 1.6rem 0 0;
color: #3AABE9;
font-size: 1.4rem;
}
a.case_link:hover{
opacity: 0.8;
}

@media screen and (max-width: 768px) {
.case_area{
padding: 8rem 0;
}
.case_area_inn{
width: 94%;
padding-bottom: 8rem;
  border-radius: 3.0rem;
  box-shadow: inset 0px 0px 10px 3px rgba(0, 0, 0, 0.2);
}
.case_head_ttl{
font-size: 4.7rem;
font-weight: 900;
text-align: center;
margin: 0 auto;
padding: 6.0rem 0 2.0rem;
}
.case_list_area{
}
.cases_list_wrap{
}
.case_list{
width: 82%;
}
.case_list_inn{
  background: linear-gradient(90deg, #FFFFFF, #e3e3e3);
  padding: 1rem;
  border-radius: 1.5rem;
 box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.15);
  position: relative;
  margin: 10px 5px 15px;
  height: 100%;
}
.case_list_inn2{
background: #F9F9F9;
  border-radius: 1.0rem;
  padding: 2.5rem;
}
.case_box_name{
font-size: 3.0rem;
margin-bottom: 2.0rem;
}
.case_box_head{
display: flex;
flex-wrap: wrap;
margin: 0 auto;
min-height: inherit;
}
.case_box_head_l{
width: 100%;
max-width: inherit;
}
.case_box_head_r{
width: 100%;
margin-left: 0;
margin-top: 2.0rem;
}
.case_box_ttl{
font-size: 1.9rem;
font-weight: 800;
line-height: 1.4;
}
.case_box_read{
font-size: 2.4rem;
margin: 0 0 2.0rem;
}
.case_box_icon span{
font-size: 2.0rem;
border: solid 2px #333;
padding: 0.4rem 1.5rem;
border-radius: 6.0rem;
}
.case_logo_list li{
margin: 1.5rem 0;
}
.case_logo_01{
width: 30%;
}
.case_logo_02{
width: 40%;
}
.case_logo_03{
width: 60%;
}
.case_logo_04{
width: 40%;
}
.case_box_btn{
margin-top: 1.5rem;
}
a.case_link{
background-size: 10px auto;
padding: 0 3.0rem 0 0;
font-size: 2.4rem;
}
}



/***** swiper ****/
.swiper-area{
position: relative;
}
.swiper .swiper-slide {
}
.swiper .swiper-slide-active {
}
.swiper .swiper-slide-item {
}
.swiper-pagination-bullet {
  background-color: #d9d9d9;
  opacity: 1; 
}
.swiper-pagination-bullet-active {
  background-color: #8fcf30;
  width: 30px;
  border-radius: 5px;
}
/* ページネーション */
.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****/
.contact_area{
position: relative;
padding: 8rem 0;
}
.contact_block{
position: relative;
display: flex;
justify-content:space-between;
width: 94%;
max-width: 1240px;
margin: 0 auto;
}
.contact_block_l{
width: 48%;
}
.contact_block_r{
width: 48%;
}
.contact_sub_ttl{
font-size: 2.9rem;
font-weight: 700;
text-align: center;
margin: 0 auto 1.5rem;
}
.contact_cube{
width: 75%;
max-width: 309px;
margin: 6rem auto 0;
}
.form_box > div {
padding: 24px 24px 0;
background: #EFF2EC;
border-radius: 1.5rem;
}
@media screen and (max-width: 768px) {
.contact_area{
position: relative;
padding: 8rem 0;
}
.contact_block{
width: 92%;
flex-direction: column;
margin: 0 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: 0 auto 1.0rem;
}
.contact_cube{
display: none;
}
.form_box > div {
padding: 3.5rem 2.5rem 0;
border-radius: 2.0rem;
}
}



/***** thanks ****/
.thanks_wrap{
position: relative;
width: 100%;
margin-top: 90px;
padding: 10.0rem 0;
}
.thanks_inn{
width: 90%;
max-width: 1200px;
margin: 0 auto;
background: url("../img/thanks_cube_pc.png") top center no-repeat;
background-size: contain;
}
.thanks_icon{
width: 80px;
margin: 0 auto;
}
.thanks_ttl{
font-size: 3.2rem;
font-weight: 900;
text-align: center;
margin: 4.0rem auto;
color: #333333;
}
.thanks_read{
font-size: 1.6rem;
font-weight: 600;
text-align: center;
margin: 4.0rem auto;
color: #333333;
}
.thanks_btn{
text-align: center;
margin: 6.0rem auto;
}
.thanks_btn a{
display: inline-block;
font-size: 1.7rem;
font-weight: 900;
color: #FFF;
background: #fdab14;
border-radius: 0.4rem;
padding: 1.0rem 2.5rem;
}
.thanks_btn a:hover{
opacity: 0.8;
}
@media screen and (max-width: 768px) {
.thanks_wrap{
margin-top: 60px;
padding: 10.0rem 0 5.0rem;
}
.thanks_inn{
width: 90%;
}
.thanks_icon{
width: 14%;
max-width: 80px;
margin: 0 auto;
}
.thanks_ttl{
font-size: 4.0rem;
margin: 10.0rem auto 4.0rem;
}
.thanks_read{
font-size: 2.6rem;
margin: 4.0rem auto;
text-align: left;
}
.thanks_btn{
margin: 8.0rem auto;
}
.thanks_btn a{
font-size: 2.6rem;
border-radius: 1.0rem;
padding: 1.5rem 3.5rem;
}
}



/*****フッター****/
.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;
}
}




/***** 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;
}

