@charset "UTF-8";
/*common style*/
a:link,
a:visited {
  color: #000;
  text-decoration: none;
}

a:hover,
a:active {
  color: #7c7c7c;
  text-decoration: underline;
}

a:hover img {
  filter: alpha(opacity=75);
  opacity: 0.75;
}

body {
	-webkit-text-size-adjust: 100%;
	font-family: tbudgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #000;
}

body:before {
  content: "";
  display: block;
  position: relative;
  z-index: -1;
  width: 100%;
}

br.sp {
  display: none;
}

/* ヘッダーメニュー変更*/
/*nav style pc*/
.inner {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100px;
}

.inner:after {
  content: "";
  clear: both;
  display: block;
}

/*header*/
#top-head {
  position: fixed;
  width: 100%;
  padding: 0;
  line-height: 1;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100px;
  text-decoration: none;
}

#top-head a {
  text-decoration: none;
}

#top-head .inner {
  position: relative;
}

#top-head .inner .m_logo {
  display: block;
  width:24.83vw;
  max-width:447px;
  position: absolute;
  top: 50%;
  left: 40px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#top-head .logo img {
  width: 100%;
}
#top-head.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
}

#global-nav ul {
  list-style: none;
  position: absolute;
  right: 0;
  bottom: 40px;
  font-size: 16px;
  padding-right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 900px;
}

#global-nav ul li {
  display: inline-block;
  position: relative;
  margin: 0;
}
#global-nav ul li.sp {
	display:none;
}
#global-nav ul li a {
	color:#000;
}
#global-nav ul li a:hover {
	color:#24a6f0;
}

#global-nav ul li:after {
  content: "　　";
  width: 100%;
}

#global-nav ul li:hover:after {
  bottom: -10px;
}

#global-nav ul li:nth-child(5)::after {
  display: none;
}

#global-nav ul li.link_btn_box::after {
  display: none;
}

/*資料とお問合せ*/
#global-nav ul li.link_btn_box {
  position: absolute;
  top: -18px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 0;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  padding: 0 5px 5px 0;
}

#global-nav ul li.link_btn_box.doc_reqest {
  right: 225px;
  width: 180px;
}

#global-nav ul li.link_btn_box.inquiry {
  right: 35px;
  width: 180px;
}

#global-nav ul li.link_btn_box span {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  font-size: 21px;
  font-weight: 700;
  line-height: 21px;
  padding: 13px 0;
  text-align: center;
  background:-webkit-gradient(linear, left top, right bottom, from(#22A7F0), to(#46D9D9));
  background:-o-linear-gradient(top left, #22A7F0, #46D9D9);
  background:linear-gradient(to bottom right, #22A7F0, #46D9D9);
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
}
/* IE表示用のCSS　*/
_:-ms-input-placeholder, :root #global-nav ul li.link_btn_box span {
  padding: 13px 0 10px;
}
#global-nav ul li.link_btn_box a {
  display: block;
  color: #fff;
}

#global-nav ul li.link_btn_box a:link {
  color: #fff;
}

#global-nav ul li.link_btn_box a:visited {
  color: #fff;
}

#global-nav ul li.link_btn_box a:hover {
  text-decoration: none;
}

#global-nav ul li.link_btn_box span:hover {
opacity:0.8;

}

/*Toggle Button*/
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}

#nav-toggle div {
  position: relative;
}

#nav-toggle span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #00A3ED;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -o-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 11px;
}

#nav-toggle span:nth-child(3) {
  top: 22px;
}

@media screen and (min-width:1221px) and (max-width:1400px) {
#global-nav ul {
  max-width: 840px;
}
#global-nav ul li:after {
  content: "　";
}
}
@media screen and (min-width:850px) and (max-width:1220px) {

.inner {
  height: 7.04vw;
}
#top-head {
  height: 7.04vw;
}
#top-head .inner .m_logo {
  width:28.52vw;
  left: 2.81vw;
}
#global-nav ul {
	width:100%;
  bottom: 2.82vw;
  font-size: 1.2vw;
  max-width: 63vw;
}
#global-nav ul li:after {
  content: "　";
}
#global-nav ul li.link_btn_box {
  top: -1.5vw;
  padding: 0 0.35vw 0.35vw 0;
}

#global-nav ul li.link_btn_box.doc_reqest {
  right: 18.44vw;
  width: 12.30vw;
}

#global-nav ul li.link_btn_box.inquiry {
  right: 2.87vw;
  width: 14.75vw;
}

#global-nav ul li.link_btn_box span {
  font-size: 1.72vw;
  line-height: 1.72vw;
  padding: 1.06vw 0;
  border-radius: 1.97vw;
  -webkit-border-radius: 1.97vw;
  -moz-border-radius: 1.97vw;
}
	
}

@media screen and (max-width: 849px) {
  br.sp {
    display: block;
  }
  #top-head,
  .inner {
    width: 100%;
    padding: 0;
    height: 60px;
    min-height: 60px;
    max-height: 60px;
  }
  #top-head {
    top: 0;
    position: fixed;
    margin-top: 0;
    height: 60px;
    min-height: 60px;
    max-height: 60px;
  }
  #top-head .m_logo {
    position: relative;
    bottom: inherit;
  }


#top-head .inner .m_logo {
  width:74vw;
    left: 3vw;
}  
  #top-head.fixed {
    padding-top: 0;
  }
  #mobile-head {
    width: 100%;
    height: 60px;
    z-index: 999;
    position: relative;
  }
  #top-head.fixed .logo,
  #top-head .logo {

  }
  #global-nav {
    position: absolute;
    top: -300vh;
    background: rgba(255, 255, 255, 0.95);
    width: 100%;
    height: 100vh;
    text-align: center;
    padding: 0;
    -webkit-transition: .14s ease-in-out;
    -o-transition: .14s ease-in-out;
    transition: .14s ease-in-out;
  }

#global-nav ul {
  list-style: none;
  position: relative;
  font-size: 16px;
  padding: 112px 0 0;
  width: 100%;
  max-width: 100%;

}




  #global-nav ul li {
    float: none;
    position: static;
    display: block;
  }
  #global-nav ul li.sp {
	display: block;
	margin-bottom: 10px;
	background-image: url(../images/gpop.png);
	background-repeat: no-repeat;
	background-position: 83vw center;
}
  #global-nav ul li:after {
    display: none;
  }
  #top-head #global-nav ul li a,
  #top-head.fixed #global-nav ul li a {
    width: 90%;
    display: block;
    padding: 18px 0;
	margin:auto;
  }
  #top-head #global-nav ul li:nth-child(1) a,
  #top-head #global-nav ul li:nth-child(2) a,
  #top-head #global-nav ul li:nth-child(3) a,
  #top-head #global-nav ul li:nth-child(4) a,
  #top-head.fixed #global-nav ul li:nth-child(1) a,
  #top-head.fixed #global-nav ul li:nth-child(2) a,
  #top-head.fixed #global-nav ul li:nth-child(3) a,
  #top-head.fixed #global-nav ul li:nth-child(4) a {
	  border-bottom:solid 1px #000;
  }
  #top-head #global-nav ul li.link_btn_box a {
	  padding: 15px 0;
  }
  #global-nav ul li.link_btn_box {
    position: static;
    margin: 0;
    display: block;
    top: initial;
    -webkit-box-sizing: initial;
            box-sizing: initial;
    width: initial;
    -webkit-transition: initial;
	-o-transition: initial;
    transition: initial;
    padding: initial;
    background-image: initial;
    background-repeat: initial;
    background-position: initial;
    background-size: initial;
  }
	
	
	
	
	
	#global-nav ul li.link_btn_box.doc_reqest {
    right: initial;
	width:100%;
  }
  #global-nav ul li.link_btn_box.inquiry {
    right: initial;
	width:100%;
  }
  #global-nav ul li.link_btn_box span {
    text-align: center;
    width: 90%;
    display: block;
    -webkit-box-sizing: initial;
            box-sizing: initial;
    font-size: 16px;
    font-weight: initial;
    line-height: initial;
    padding: initial;
    background-color: initial;
    border-radius: initial;
	border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
	margin:0 auto 10px;
	background-color:#fff;
  }
  #global-nav ul li.link_btn_box a {
    display: initial;
  }
  #global-nav ul li.link_btn_box a:link {
    
  }
  #global-nav ul li.link_btn_box a:hover {
    text-decoration: initial;
  }
  #global-nav ul li.link_btn_box span:hover {
    -webkit-transform: initial;
            -ms-transform: initial;
        transform: initial;
  }
  #global-nav ul li.sp {
    display: block;
  }
  #global-nav ul li.pc {
    display: none;
  }
  #nav-toggle {
    display: block;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    background: #00A3ED;
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
        transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
    background: #00A3ED;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    background: #00A3ED;
    -webkit-transform: rotate(-315deg);
    -ms-transform: rotate(-315deg);
        transform: rotate(-315deg);
  }
  .open #global-nav {
    top: 0;
  }
}


/*footer--------------------------------*/
footer {
  font-size: 14px;
  color: #FFF;
  background-color: #f7f8fd;
  text-align: left;
  width: 100%;
  line-height: 1.5;
}
footer .ins {
  width: 100%;
  max-width: 1800px;
  margin: auto;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 35px 40px 45px;
}
footer .ins h2 img {
  width: 447px;
  margin-bottom:60px;
}
footer .ins .link_btn_box2 {
	position:absolute;
	width:465px;
	top:35px;
	right:40px;
}
footer .ins .link_btn_box2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 465px;
}
footer .ins .link_btn_box2 ul li {
  width: 210px;
  margin-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
footer .ins .link_btn_box2 ul li:last-child {
	margin-right: 0;
	width: 240px;
}
footer .ins .link_btn_box2 ul li span {
  display: block;
  font-size:21px;
  text-align:center;
  line-height:48px;
  background:-webkit-gradient(linear, left top, right bottom, from(#22A7F0), to(#46D9D9));
  background:-o-linear-gradient(top left, #22A7F0, #46D9D9);
  background:linear-gradient(to bottom right, #22A7F0, #46D9D9);
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  padding:0;
  font-weight:700;
}
/* IE表示用のCSS　*/
_:-ms-input-placeholder, :root footer .ins .link_btn_box2 ul li span {
  padding-top:4px;
}
footer .ins .link_btn_box2 ul li a {
  display: block;
}
footer .ins .link_btn_box2 ul li a:link,
footer .ins .link_btn_box2 ul li a:visited {
  color: #fff;
}
footer .ins .link_btn_box2 ul li a:hover {
  text-decoration: none;
  opacity:0.8;
}
footer .ins ol {
  position:absolute;
  left:50px;
  bottom:45px;
}
footer .ins ol li {
  display: inline-block;
  font-size: 16px;
}
footer .ins ol li:after {
  content: "　　";
}
footer .ins ol li:last-child:after {
  content: initial;
}
footer .ins ol.sp {
	display: none;
}
footer .ins .copyright {
	position:absolute;
	right:40px;
	bottom:45px;
  width: 30%;
  margin: 0;
  text-align: right;
  font-size: 14px;
  color:#000;
}
@media screen and (min-width:850px) and (max-width:1220px) {
footer .ins {
  width: 93.44%;
  padding: 3vw 0 4vw;
}
footer .ins h2 img {
  width: 28.52vw;
  margin-bottom:5.33vw;
}
footer .ins .link_btn_box2 {
	position:absolute;
	width:40vw;
	top:3vw;
}
footer .ins .link_btn_box2 ul {
  width:40vw;
}
footer .ins .link_btn_box2 ul li {
  width: 19vw;
  margin-right: 2vw;
}
footer .ins .link_btn_box2 ul li:last-child {
  width: 19vw;
  margin-right: 0;
}
footer .ins .link_btn_box2 ul li span {
  font-size:1.72vw;
  line-height:3.5vw;
  border-radius: 1.96vw;
  -webkit-border-radius: 1.96vw;
  -moz-border-radius: 1.96vw;
}
footer .ins ol {
  bottom:3.69vw;
	left: 0;
}
footer .ins .copyright {
	bottom:3.69vw;
  width: 40%;
}
}
@media screen and (max-width:849px) {
footer .ins {
  width: 80%;
  padding: 6.5vw 0 2.6vw;
}
footer .ins h2 {
	margin:0 auto 4.9vw;
	width: 55.73vw;
}
footer .ins h2 img {
  width: 100%;
  margin-bottom:0;
}	
footer .ins .link_btn_box2 {
	position:relative;
	width:100%;
	top: auto;
	right: auto;
}
footer .ins .link_btn_box2 ul {
  width: 100%;
  margin-bottom:6.12vw;
}
footer .ins .link_btn_box2 ul li {
  width: 48%;
  margin-right: 4%;
}
footer .ins .link_btn_box2 ul li:last-child {
	width: 48%;
	margin-right: 0;
}
footer .ins ol {
  position:relative;
  left:initial;
  bottom:initial;
  margin:0 auto 4.55vw;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
footer .ins ol li {
  display: inline-block;
  font-size: 14px;
  text-align:center;
}
footer .ins .copyright {
	position:relative;
	right:initial;
	bottom:initial;
  width: 100%;
  text-align: center;
}
}




@media screen and (max-width: 767px) {
  footer {
    font-size: 14px;
    line-height: 2;
  }
  footer .ins {
    padding: 10.87vw 0 4.8vw;
	width:76.8%;
  }

  footer .ins h2 {
    width: 100%;
    margin: 0 auto 12.08vw;
  }
footer .ins .link_btn_box2 ul {
  -ms-flex-wrap:  initial;
      flex-wrap:  initial;
  display:block;
  width: 100%;
}
footer .ins .link_btn_box2 ul li {
  width: 100%;
  margin-right: 0;
  margin-bottom:7.24vw;
}
footer .ins .link_btn_box2 ul li:last-child {
	width: 100%;
}
footer .ins .link_btn_box2 ul li span {
  display: block;
  font-size:5.07vw;
  text-align:center;
  line-height:11.59vw;
  border-radius: 5.8vw;
  -webkit-border-radius: 5.8vw;
  -moz-border-radius: 5.8vw;
  padding:0;
  font-weight:700;
}
footer .ins ol {
	width:100%;
	margin-bottom:10vw;
}
footer .ins ol.pc {
	display: none;
}
footer .ins ol.sp {
	display: block;
}
footer .ins ol li {
  display: block;
  font-size: 3.4vw;
  line-height:10vw;
  width:100%;
  border-bottom:solid 1px #000;
}
footer .ins ol li a {
	display:block;
}
footer .ins ol li a:hover {
	text-decoration: none;
}
footer .ins ol li:first-child {
	border-top:solid 1px #000;
}
footer .ins ol li:after {
  content:  "";
}
footer .ins .copyright {
	font-size: 3.4vw;
}
}



/*container*/
.container {
  position: relative;
  min-height: 100vh;
}

article {
  background-color: #f7f8fd;
  
}
/*@media screen and (min-width:850px) and (max-width:1220px) {
article {
  padding-top:7.04vw;
}
}
@media screen and (max-width: 849px) {
article {
  padding-top:56px;
}
}*/
section {
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.8;
}
section img {
  width: 100%;
}
section .box {
	width:100%;
	margin:auto;
	max-width:1280px;
	position:relative;
	/*overflow:hidden;*/
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
}

section#mainbox {
	width:100%;
	padding-top:100px;
	padding-bottom: 100px;
	position:relative;
	overflow:hidden;
	background-image: url("../images/mainimg_pc.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
section#mainbox .box0 {
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	max-width:1400px;
	margin: auto;
	position:relative;
	overflow:hidden;
	padding:180px 20px 40px;
	width: 100%;
}
section#mainbox .box0 .mainleft {
	width:100%;
	max-width: 670px;
	display: block;
}
section#mainbox .box0 .mainleft h2.pc {
	font-size:38px;
	font-family: nitalago-ruika, sans-serif;
	font-weight: 100;
	font-style: normal;
	line-height:1.6;
	color:#000;
	margin-bottom:20px;
}
section#mainbox .box0 .mainleft h2.sp {
	display: none;
}
section#mainbox .box0 .mainleft h3 {
	background-color:#24A6F0;
	width:96%;
	padding:5px 0;
	text-align:center;
	margin-bottom:50px;
}
section#mainbox .box0 .mainleft h3 img {
	width:62.67%;
	margin:auto;
}
section#mainbox .box0 .mainleft ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 80%;
	padding-left:1%;
}
section#mainbox .box0 .mainleft ul li {
	width:48%;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	margin-right:4%;
	font-size:24px;
	font-weight:700;
	text-align:center;
	line-height:50px;
	background-color:#fff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
	padding:5px;
	-webkit-box-shadow:
	 3px 3px 10px rgba(0, 0, 0, 0.2);
	        box-shadow:
	 3px 3px 10px rgba(0, 0, 0, 0.2);
}
section#mainbox .box0 .mainleft ul li:last-child {
	margin-right:0;
}
section#mainbox .box0 .mainleft ul li span {
	width:100%;
	display:block;
	border:solid 2px #24A6F0;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;	
}
/* IE表示用のCSS　*/
_:-ms-input-placeholder, :root section#mainbox .box0 .mainleft ul li span {
  padding:5px 0 0;
}
section#mainbox .box0 .mainleft ul li a {
	display:block;
	text-decoration: none;
	color:#24A6F0;
}
section#mainbox .box0 .mainleft ul li a:hover,
section#mainbox .box0 .mainleft ul li span:hover {
	opacity:0.8;
}
section#mainbox .scroll {
	text-align:center;
	padding-bottom:40px;
}
section#mainbox .scroll img {
	width:38px;
}


@media screen and (max-width:1300px) {
section#mainbox {
	background-size: cover;
}
section#mainbox .box {
	padding:3.69vw 3.07vw 3.28vw;
}
section#mainbox .box0 {
	padding:14vw 1.57vw 3.08vw;
}
section#mainbox .box0 .mainleft {
	max-width: 55vw;
}	
section#mainbox .box0 .mainleft h2.pc {
	font-size:3vw;
	margin-bottom:1.57vw;
}
section#mainbox .box0 .mainleft h3 {
	margin-bottom:3.85vw;
}
section#mainbox .box0 .mainleft ul {
	width: 90%;
}
section#mainbox .box0 .mainleft ul li {
	font-size:2vw;
	line-height:50px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}	
}

@media screen and (max-width:849px) {
}


@media screen and (max-width: 767px) {
section#mainbox {
	padding-top:20vw;
	padding-bottom: 4.8vw;
	background-color: #ebecf1;
	background-image: url("../images/mainimg_sp.png");
	background-position: center 41vw;
	background-size: 96vw auto;
	
}
section#mainbox .box0 {
	padding:0 2vw 3vw;
}
section#mainbox .box0 .mainleft {
	width:100%;
	max-width: 100%;
	display: block;
}
section#mainbox .box0 .mainleft h2.pc {
	display: none;
}
section#mainbox .box0 .mainleft h2.sp {
	display: block;
	font-size:9.66vw;
	font-family: nitalago-ruika, sans-serif;
	font-weight: 100;
	font-style: normal;
	line-height:1.4;
	color:#000;
	margin-bottom:2.4vw;
	text-align: center;
}	
section#mainbox .box0 .mainleft h3 {
	width:100%;
	padding:0.5vw 0;
	margin-bottom:56vw;
}
section#mainbox .box0 .mainleft h3 img {
	width:60%;
}
section#mainbox .box0 .mainleft ul {
	display: block;
	-ms-flex-wrap: initial;
	    flex-wrap: initial;
	width: 100%;
	padding-left:0;
}
section#mainbox .box0 .mainleft ul li {
	width:100%;
	margin-right:0;
	font-size:5.8vw;
	line-height:11vw;
    border-radius: 6.5vw;
    -webkit-border-radius: 6.5vw;
    -moz-border-radius: 6.5vw;
	padding:1vw;
	margin-bottom: 6vw;
}	
section#mainbox .box0 .mainleft ul li span {
    border-radius: 5.5vw;
    -webkit-border-radius: 5.5vw;
    -moz-border-radius: 5.5vw;	
}	
section#mainbox .scroll {
	padding-bottom:0;
}	
	


}

/*こんなお悩みありませんか？*/
/*
#reasons
#funct
#casestudy
#fee
*/
section#nayami,
section#reasons,
section#funct,
section#casestudy,
section#fee {
	margin-top:-100px;
	padding-top:100px;
	padding-bottom: 100px;
}
@media screen and (min-width:850px) and (max-width:1220px) {
section#nayami,
section#reasons,
section#funct,
section#casestudy,
section#fee {
	margin-top:-7.04vw;
	padding-top:7.04vw;
	padding-bottom: 7.04vw;
}
}
@media screen and (max-width:849px) {
section#nayami,
section#reasons,
section#funct,
section#casestudy,
section#fee {
	margin-top:-60px;
	padding-top:60px;
	padding-bottom: 60px;
}
}



section#nayami .box {
	width: 100%;
	max-width:1080px;
	margin: 0 auto 0;
}
section#nayami .box h2 {
	font-size:28px;
	font-weight:900;
	text-align:center;
	padding-top: 10px;
	margin-bottom:40px;
}
section#nayami .box ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
    width: 100%;
	margin:auto;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
}
section#nayami .box ul li {
	position: relative;
    width: 48%;
    padding: 25px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background: #fff;
	margin-right:4%;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	-webkit-box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
	        box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
	position: relative;
	overflow: visible;
	text-align: center;
}
section#nayami .box ul li:last-child {
	margin-right:0;
}
section#nayami .box ul li img {
	width:26px;
	position: absolute;
	top: -12px;
	left: 30px;
}
.nym1 {
	font-size: 15px;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
}
.nym1 span {
	border-bottom: solid 3px #F9DC4A;
}
.nym2 {
	font-size: 16px;
	font-weight: 900;
	letter-spacing: 0.1em;
	color: #27ADF2;
}
.nym3 {
	display: block;
	position: relative;
	width: 100%;
	margin: auto;
	height: 163px;
}
.nym3 img {
	display: block;
	position: absolute;
	width: 245px;
	margin: auto;
	top: -62px;
	left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
section#nayami .box h3 {
	width: 100%;
	max-width: 522px;
	margin: 0 auto 30px;
}
section#nayami .box h3 img {
	max-width: 447px;
	display: inline-block;
}
section#nayami .box h3 span {
	display: inline-block;
	font-size: 19px;
	font-weight: 900;
	color: #24A6F0;
	vertical-align : -0.5em;
	padding-left: 10px;
}
section#nayami .box h4 {
	width: 90%;
	margin: 0 auto 30px;
	font-size: 28px;
	font-weight: 900;
	text-align: center;
}
section#nayami .box .nayami4 {
	width: 874px;
	margin: 0 auto 85px;
	height: 0;
	background-image: url("../images/nayami03.png");
	background-size: contain;
	position: relative;
	overflow: hidden;
	padding-top: 238px;
	background-repeat: no-repeat;
}

@media screen and (max-width:900px) {
section#nayami .box .nayami4 {
	width: 100%;
	padding-top: 27.23%;
}	
}

@media screen and (max-width:1300px) {
}
@media screen and (max-width:849px) {
}
@media screen and (min-width:768px) and (max-width:1000px) {
.nym3 {
	height: 16.3vw;
}
.nym3 img {
	width: 24.5vw;
	top: -6.2vw;
}	
}





@media screen and (max-width: 767px) {
section#nayami .box {
	padding-left: 2vw;
	padding-right: 2vw;
}
section#nayami .box h2 {
	font-size:6.76vw;
	padding-top: 7vw;
	margin-bottom:7vw;
}
section#nayami .box ul {
	display: block;
	-ms-flex-wrap: initial;
	    flex-wrap: initial;
}
section#nayami .box ul li {
    width: 100%;
    padding: 3.5vw 5vw;
	margin-right:0;
	margin-bottom: 7vw;
}
section#nayami .box ul li img {
	width:6.28vw;
	top: -2.9vw;
	left: 7.24vw;
}
.nym1 {
	font-size: 3.62vw;
	margin-bottom: 2.4vw;
}
section#nayami .box ul li:last-child .nym1 span {
	display: inline-block;
}
.nym2 {
	font-size: 3.86vw;
}
.nym3 {
	height: 28vw;
}
.nym3 img {
	width: 36.23vw;
	top: -10vw;
}	
section#nayami .box h3 {
	width: 85%;
	max-width: 85%;
	margin: 0 auto 1.5vw;
	text-align: center;
}
section#nayami .box h3 img {
	max-width: 100%;
}
section#nayami .box h3 span {
	font-size: 4.59vw;
	vertical-align : 0;
	padding-left: 0;
}
section#nayami .box h4 {
	width: 100%;
	margin: 0 auto 30px;
	font-size: 5.8vw;
}
section#nayami .box .nayami4 {
	width: 72vw;
	margin: 0 auto 15vw;
	background-image: url("../images/nayami03-sp.svg");
	padding-top: 265.7vw;
}	
}





/*
#reasons
#funct
#casestudy
#fee
*/

section#reasons,
section#funct,
section#fee {
	width: 100%;
	background-color: #fff;
}
section#casestudy {
	width: 100%;
}
section#reasons h2,
section#funct h2,
section#casestudy h2,
section#fee h2 {
	width: 100%;
	text-align: center;
	color: #24A6F0;
	font-size: 28px;
	font-weight: 900;
	margin-bottom: 45px;
}
section#reasons h2 span,
section#funct h2 span,
section#casestudy h2 span,
section#fee h2 span {
	display: block;
	font-size: 18px;
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	font-style: normal;
	margin-bottom: 5px;
}

section#reasons .resn_box {
	width: 931px;
	margin: auto;
	background-image: url("../images/reasons01_pc.png");
	background-repeat: no-repeat;
	background-size: 832px auto;
	background-position: top center;
	height: 886px;
	position: relative;
	overflow: hidden;
}
section#reasons .resn_box ul li {
	display: block;
	position: absolute;
	overflow: hidden;
}
section#reasons .resn_box ul li.resn01 {
	top: 35px;
	left: 77px;
	width: 440px;
}
section#reasons .resn_box ul li.resn02 {
	top: 374px;
	left: 515px;
	width: 387px;
}
section#reasons .resn_box ul li.resn03 {
	top: 665px;
	left: 0px;
	width: 402px;
}
section#reasons .resn_box ul li h4 {
	display: block;
	width: 95px;
	float: left;
	margin-right: 15px;
}
section#reasons .resn_box ul li h3 {
	display: block;
	font-size: 24px;
	line-height: 30px;
	font-weight: 900;
	float: left;
	padding: 33px 0 15px;
}
section#reasons .resn_box ul li.resn01 h3,
section#reasons .resn_box ul li.resn01 p {
	width: 330px;
}
section#reasons .resn_box ul li.resn02 h3,
section#reasons .resn_box ul li.resn02 p {
	width: 277px;
}
section#reasons .resn_box ul li.resn03 h3,
section#reasons .resn_box ul li.resn03 p {
	width: 292px;
}
section#reasons .resn_box ul li p {
	display: block;
	font-size: 16px;
	float: right;
}

@media screen and (min-width:768px) and (max-width:1000px) {
section#reasons .resn_box {
	width: 100%;
	max-width: 931px;
	background-size: contain;
	height: 95vw;
}
section#reasons .resn_box ul li.resn01 {
	top: 3.5vw;
	left: 7.7vw;
	width: 44vw;
}
section#reasons .resn_box ul li.resn02 {
	top: 37.4vw;
	left: 51.5vw;
	width: 38.7vw;
}
section#reasons .resn_box ul li.resn03 {
	top: 66.5vw;
	left: 0;
	width: 40.2vw;
}
section#reasons .resn_box ul li h4 {
	width: 9.5vw;
	margin-right: 1.5vw;
}
section#reasons .resn_box ul li h3 {
	font-size: 2.4vw;
	line-height: 3vw;
	padding: 3.3vw 0 1.5vw;
}
section#reasons .resn_box ul li.resn01 h3,
section#reasons .resn_box ul li.resn01 p {
	width: 33vw;
}
section#reasons .resn_box ul li.resn02 h3,
section#reasons .resn_box ul li.resn02 p {
	width: 27.7vw;
}
section#reasons .resn_box ul li.resn03 h3,
section#reasons .resn_box ul li.resn03 p {
	width: 29.2vw;
}
section#reasons .resn_box ul li p {
	font-size: 1.6vw;
}
}

@media screen and (max-width: 767px) {

section#funct h2,
section#fee h2 {
	font-size: 5.8vw;
	margin-bottom: 7.5vw;
}
section#casestudy h2 {
	font-size: 5.8vw;
	margin-bottom: 3vw;	
}
section#reasons h2 {
	margin-bottom: 12vw;
	font-size: 5.8vw;
}
section#funct h2 span,
section#casestudy h2 span,
section#fee h2 span {
	font-size: 4.1vw;
	margin-bottom: 0.5vw;
}
section#reasons h2 span {
	display: none;
}	
section#reasons .resn_box {
	width: 96%;
	margin: auto;
	background-image: initial;
	background-repeat: initial;
	background-size: initial;
	background-position: initial;
	height: auto;
	position: relative;
	overflow: visible;
}

section#reasons .resn_box ul li {
	position: relative;
	overflow: visible;
}
section#reasons .resn_box ul li.resn01 {
	top: initial;
	left: initial;
	width: 100%;
	margin-bottom: 15vw;
	background-image: url("../images/reasons1-1_sp.svg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	height: 89vw;
}
section#reasons .resn_box ul li.resn02 {
	top: initial;
	left: initial;
	width: 100%;
	margin-bottom: 0;
	background-image: url("../images/reasons1-2_sp.svg");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 70vw auto;
	height: 93vw;
}
section#reasons .resn_box ul li.resn03 {
	top: initial;
	left: initial;
	width: 100%;
	margin-bottom: 0;
	background-image: url("../images/reasons1-3_sp.svg");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
	height: 108vw;
}	
section#reasons .resn_box ul li h4 {
	position: absolute;
	width: 23vw;
	float: initial;
	margin-right: 0;
}
section#reasons .resn_box ul li.resn01 h4 {
	top: -10vw;
	left: 0;
}
section#reasons .resn_box ul li.resn02 h4 {
	top: -15vw;
	right: 0;
}
section#reasons .resn_box ul li.resn03 h4 {
	top: -5vw;
	left: 0;
}
section#reasons .resn_box ul li h3 {
	font-size: 5.8vw;
	line-height: 7.24vw;
	float: initial;
	padding: 5vw 0 3vw;
}
section#reasons .resn_box ul li.resn01 h3,
section#reasons .resn_box ul li.resn01 p {
	width: 85%;
	margin: auto;
	text-align: center;
}
section#reasons .resn_box ul li.resn02 h3 {
	padding: 0 0 3.6vw;
}
section#reasons .resn_box ul li.resn02 h3,
section#reasons .resn_box ul li.resn02 p {
	width: 85%;
	margin: auto;
	text-align: center;
}
section#reasons .resn_box ul li.resn03 h3 {
	padding: 12vw 0 3.6vw;
}
section#reasons .resn_box ul li.resn03 h3,
section#reasons .resn_box ul li.resn03 p {
	width: 85%;
	margin: auto;
	text-align: center;
}
section#reasons .resn_box ul li p {
	display: block;
	font-size: 3.9vw;
	float: initial;
}	
}









section#sales {
	width:100%;
	background-color:#24a6f0;
	color:#fff;
	max-width:100%;
	padding-bottom: 100px;
	background-image: url(../images/shadow.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-size:30% 30%;
	-webkit-box-shadow: inset 0 20px 40px -30px rgba(0,0,0,.6);
	        box-shadow: inset 0 20px 40px -30px rgba(0,0,0,.6);
}
section#sales .box {
	padding: 80px 0 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
section#sales .box.first {
	padding: 80px 0 100px;
}
section#sales .box .cb_t {
	width: 50%;
	margin-right: 2.5%;
}
section#sales .box h2 {
	font-size:40px;
	font-weight:900;
	margin-bottom:40px;
	line-height:1.6;
	padding-top: 30px;
}
section#sales .box ul {
	width:90%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-bottom:20px;
}
section#sales .box ul li {
	width:48.5%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin-right:3%;
	text-align:center;
	line-height:56px;
	font-size:21px;
	font-weight:700;
}
section#sales .box ul li:last-child {
	margin-right:0;
}
section#sales .box ul li a {
	display:block;
	background-color:#fff;
	border-radius: 28px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
	-webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.3);
	        box-shadow: 0px 3px 6px rgba(0,0,0,0.3);
}
/* IE表示用のCSS　*/
_:-ms-input-placeholder, :root section#sales .box ul li a {
  padding-top:4px;
}
section#sales .box ul li a:hover {
	text-decoration:none;
	opacity:0.8;
}
section#sales .box .cb_m {
	width:47.5%;
}




@media screen and (max-width:1300px) {

section#sales {
	padding-bottom: 0;	
	}
section#sales .box {
	width:95%;
	padding:4vw 0;
}
section#sales .box.first {
	width:96%;
	padding:4vw 0 11vw;
}
section#sales .box .cb_t {
	width: 52.5%;
	margin-right: 0;
}
section#sales .box h2 {
	font-size:2.8vw;
	padding-top: 2.3vw;
	margin-bottom:2.5vw;
}
section#sales .box ul {
	margin-bottom:1.5vw;
}
section#sales .box ul li {
	line-height:4.3vw;
	font-size:1.6vw;
}
section#sales .box ul li a {
	border-radius: 2.15vw;
    -webkit-border-radius: 2.15vw;
    -moz-border-radius: 2.15vw;
	-webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.3);
	        box-shadow: 0px 3px 6px rgba(0,0,0,0.3);
}
section#sales .box p {
	font-size: 1.4vw;
}
}

@media screen and (max-width:849px) {

}



@media screen and (max-width: 767px) {
section#sales {
	padding-bottom: 10vw;
}
section#sales .box {
	padding: 11.6vw 0 0px;
}
section#sales .box.first {
	padding: 11.6vw 0 11vw;
}
section#sales .box .cb_t {
	width: 100%;
	margin-right: 0;
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}
section#sales .box h2 {
	font-size:5.1vw;
	margin-bottom:4.8vw;
	padding-top: 3vw;
	text-align: center;
}
section#sales .box ul {
	width:88%;
	margin:0 auto 0;
}
section#sales .box ul li {
	width:100%;
	margin-right:0;
	line-height:11.6vw;
	font-size:5.1vw;
	margin-bottom: 6vw;
}
section#sales .box ul li:last-child {
	margin-right:0;
}
section#sales .box ul li a {
	display:block;
	background-color:#fff;
	border-radius: 5.8vw;
    -webkit-border-radius: 5.8vw;
    -moz-border-radius: 5.8vw;
}
section#sales .box .cb_m {
	width:100%;
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	text-align: center;
}
section#sales .box .cb_m img {
	width: 67.6%;
	margin-bottom: 2vw;
	}	
section#sales .box p {
	font-size: 3.4vw;
	width:88%;
	margin: 0 auto 2vw ;
}	
}




section#funct {
}


/*FUNCTIONS*/
section#funct .box .func_step {
	width: 100%;
	margin: auto;
	max-width: 1280px;
	background-color: #D0F0F4;
	border-radius: 10px 10px 0 0;
	padding: 30px 30px 70px 30px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background-image: url("../images/func02.png");
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 618px;
}
section#funct .box .func_step ul {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	position: relative;
}
section#funct .box .func_step ul.sp {
	display: none;
}
section#funct .box .func_step ul li {
	width: 36.7%;
	display: block;
	position: absolute;
	top: 0;
	left: 35.28%;
	z-index: 9;
}
section#funct .box .func_step ul li:first-child {
	left: 0;
	z-index: 10;
}
section#funct .box .func_step ul li:last-child {
	left: 70.56%;
	width: 29.44%;
	z-index: 5;
}

section#funct .box .func_step2 {
	width: 100%;
	margin: 0 auto 70px;
	max-width: 1280px;
	background-color: #24A9F1;
	border-radius: 0 0 10px 10px ;
	padding: 30px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	text-align: center;
}
section#funct .box .func_step2 br.sp {
	display: none;
}
section#funct .box .func_step2 h3 {
	font-size: 24px;
	color: #F5FF00;
	font-weight: 900;
	border-bottom: solid 3px #F5FF00;
	width: auto;
	display: inline-block;
	line-height: 1.5;
	margin-bottom: 20px;
}
section#funct .box .func_step2 p {
	font-size: 15px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 20px;
}
section#funct .box .func_step2 ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
}
section#funct .box .func_step2 ul li {
	color: #24A9F1;
	line-height: 1.2;
	padding: 13px 0 ;
	background-color: #fff;
	font-size: 16px;
	font-weight: 900;
	border-radius: 5px;
	width: 23%;
	margin-right: 1%;
}
section#funct .box .func_step2 ul li:last-child {
	width: 28%;
	margin-right: 0;
}

@media screen and (max-width:1300px) {
section#funct .box .func_step {
	padding: 2.3vw 2.3vw 5.38vw 2.3vw;
	height: 47.54vw;
}
}
@media screen and (max-width:1020px) {
section#funct .box .func_step2 ul li {
	font-size: 1.57vw;
}
}

@media screen and (max-width: 767px) {
section#funct .box .func_step {
	width: 96%;
	margin: auto;
	padding: 0 4.8vw 12vw 4.8vw;
	background-image: url("../images/func02-sp.png");
	height: auto;
}
section#funct .box .func_step ul.pc {
	display: none;
}
section#funct .box .func_step ul.sp {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	position: relative;
}
section#funct .box .func_step ul li {
	width: 100%;
	display: block;
	position: relative;
	top: initial;
	left: initial;
	z-index: 9;
}
section#funct .box .func_step ul li:first-child {
	left: initial;
	top: initial;
	z-index: 10;
	height: 132vw;
}
section#funct .box .func_step ul li:first-child img {
	display: block;
	position: absolute;
	top: -3vw;
	left: 0;
}
section#funct .box .func_step ul li:last-child {
	left: initial;
	width: 100%;
	z-index: 5;
}	
section#funct .box .func_step2 {
	width: 96%;
	margin: 0 auto 12vw;
	padding: 3vw;
}
section#funct .box .func_step2 br.pc {
	display: none;
}
section#funct .box .func_step2 br.sp {
	display: block;
}
section#funct .box .func_step2 h3 {
	font-size: 5.8vw;
	display: inline;
	line-height: 1.8;
	margin-bottom: 0;
}
section#funct .box .func_step2 p {
	font-size: 3.6vw;
	margin-bottom: 5vw;
	padding-top: 4.8vw;
}
section#funct .box .func_step2 ul li {
	line-height: 13.5vw;
	padding: 0 0 ;
	font-size: 3.62vw;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 2vw;
}
section#funct .box .func_step2 ul li:nth-child(even){
	margin-right: 0;
}
section#funct .box .func_step2 ul li:last-child {
	width: 48%;
	margin-right: 0;
	line-height: 4.5vw;
	padding: 2.25vw 0 ;
}	
}




/*CASE STUDY*/
section#casestudy {
	background-color: #f7f8fd;
	/*overflow: visible;*/
}
section#casestudy .box {
	/*overflow: visible;*/
	/*max-width: 1240px;*/
}
.slider {
	margin-bottom: 80px;
}
.slider .sld_box {
	
}
.slider .sld_box .sld_inn {
	padding: 0 30px;
}
.slider .sld_box .sld_img img {
	border-radius: 15px;
	margin-bottom: 12px;
}
.slider .sld_box ul.tag {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-bottom: 20px;
}
.slider .sld_box h4,
.slider .sld_box ul.tag2 {
	display: none;
}
.slider .sld_box ul.tag li {
	width: 47.5%;
	margin-right: 5%;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	padding: 4px 0;
	background:-webkit-gradient(linear, left top, right bottom, from(#22A7F0), to(#46D9D9));
	background:-o-linear-gradient(top left, #22A7F0, #46D9D9);
	background:linear-gradient(to bottom right, #22A7F0, #46D9D9);
	border-radius: 13px;
	  -webkit-border-radius: 13px;
	  -moz-border-radius: 13px;
}
.slider .sld_box ul.tag li:last-child {
	margin-right: 0;
}
.slider .sld_box .cpname {
	font-size: 16px;
	color: #333333;
}
.slider .sld_box .text {
	font-size: 16px;
	color: #333333;
}
.slider .sld_box .text span {
	color: #00A3ED;
}
.slick-prev::before, .slick-next::before {
    font-size: 48px;
    color: #333;
}
.slick-prev {
    left: 0px;
	z-index: 100;
}
.slick-next {
    right: 25px;
	z-index: 100;
}
.slick-prev, .slick-next {
	top: 30%;
	-webkit-transform: translate(0, -30%);
	    -ms-transform: translate(0, -30%);
	        transform: translate(0, -30%);
}

@media screen and (max-width:1300px) {
.slider .sld_box .sld_inn {
	padding: 0 2.3vw;
}
.slider .sld_box ul.tag li {
	font-size: 1.23vw;
	line-height: 1.38vw;
	padding: 0.3vw 0;
	border-radius: 1vw;
	  -webkit-border-radius: 1vw;
	  -moz-border-radius: 1vw;
}
}
@media screen and (max-width: 767px) {
section#casestudy .box {
	width: 94%;
}
.slider {
	margin-bottom: 3vw;
	
}
.slider .sld_box {
	padding: 3vw 0;
}
.slider .sld_box .sld_inn {
	padding: 0 0;
	width: 90%;
	margin: auto;
	border-radius: 15px;
	background-color: #fff;
	-webkit-filter: drop-shadow(0px 0px 4px rgba(0,0,0,.4));
	        filter: drop-shadow(0px 0px 4px rgba(0,0,0,.4));
}	
.slider .sld_box .sld_img img {
	border-radius: 15px 15px 0 0;
	margin-bottom: 5vw;
}
.slider .sld_box ul.tag {
	display: none;
}	
.slider .sld_box .cpname {
	font-size: 3vw;
	margin-bottom: 3vw;
	padding: 0 5vw;
}
.slider .sld_box .text {
	font-size: 3vw;
	color: #00A3ED;
	margin-bottom: 6vw;
	padding: 0 5vw;
}
.slider .sld_box h4 {
	display: block;
	font-size: 3vw;
	margin-bottom: 2vw;
	text-align: left;
	padding: 0 5vw;
}
.slider .sld_box ul.tag2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	overflow: hidden;
	position: relative;
	width: 100%;
	padding: 0 3vw 3vw;
	background-color: rgba(255, 255, 255, 0);
}
.slider .sld_box ul.tag2 li {
	display: inline-block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #CCC;
	border-radius: 0.2em;
	text-align: center;
	width: calc(95% / 2);
	line-height: 1.3;
	padding: 1.5vw 2vw;
	margin-bottom: 3vw;
	font-size: 3.1vw;
	color: #666;
}
.slider .sld_box ul.tag2 li:nth-child(2n+1) {
	margin-right: 5%;
}
.slider .sld_box ul.tag2 li a {
	color: #000;
}
.slick-prev {
    left: -10px;
	z-index: 100;
}
.slick-next {
    right: 15px;
	z-index: 100;
}



}





section#casestudy .box h2 {
}
.btn_wline {
	width:340px;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	font-size:16px;
	font-weight:700;
	text-align:center;
	line-height:50px;
	background-color:#fff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
	padding:5px;
	-webkit-box-shadow:
	 3px 3px 10px rgba(0, 0, 0, 0.2);
	        box-shadow:
	 3px 3px 10px rgba(0, 0, 0, 0.2);
	margin: 0 auto 70px;
}
.btn_wline span {
	width:100%;
	display:block;
	border:solid 2px #24A6F0;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;	
}
/* IE表示用のCSS　*/
_:-ms-input-placeholder, :root section#casestudy .box .btn_wline span {
  padding:5px 0 0;
}
.btn_wline a {
	display:block;
	text-decoration: none;
	color:#24A6F0;
}
.btn_wline a:hover,
.btn_wline span:hover {
	opacity:0.8;
}




/*料金体系*/
section#fee .box .cost {
	width: 100%;
	max-width: 860px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 20px;
	padding: 20px;
	background: -webkit-gradient(linear, left top, right bottom, from(#22A7F0), to(#44D6DA));
	background: -o-linear-gradient(top left, #22A7F0, #44D6DA);
	background: linear-gradient(to bottom right, #22A7F0, #44D6DA);
	margin: 0 auto 15px;
}
section#fee .box .cost .cost_inr {
	width: 100%;
	border-radius: 16px;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 30px 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
section#fee .box .cost .cost_inr p {
	position: relative;
}
section#fee .box .cost .cost_inr p.c01 {
	width: 21%;
	border-right: solid 2px #23A8EF;
	font-size: 32px;
	font-weight: 900;
	margin-right: 3.7%;
}
section#fee .box .cost .cost_inr p.c02 {
	width: 27.7%;
	margin-right: 5.2%;
}
section#fee .box .cost .cost_inr p.c03 {
	width: 6.6%;
	margin-right: 4.8%;
}
section#fee .box .cost .cost_inr p.c04 {
	width: 31%;
}
section#fee .box .cost .cost_inr p.c01 span,
section#fee .box .cost .cost_inr p.c03 span,
section#fee .box .cost .cost_inr p.c04 span {
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
section#fee .box .catn {
	width: 100%;
	max-width: 860px;
	text-align: right;
	font-size: 14px;
	margin: auto;
}
@media screen and (max-width: 767px) {
section#fee .box {
	width: 96%;
	margin: auto;
}
section#fee .box .cost {
	border-radius: 4.8vw;
	padding: 4.8vwpx;
	margin: 0 auto 3.6vw;
}
section#fee .box .cost .cost_inr {
	border-radius: 3.86vw;
	padding: 7.2vw 8.4vw;
	display: block;
}
section#fee .box .cost .cost_inr p.c01 {
	width: 100%;
	border-right: initial;
	font-size: 7.73vw;
	margin: auto;
	text-align: center;
}
section#fee .box .cost .cost_inr p.c02 {
	width: 50vw;
	margin: 0 auto 3.5vw;
}
section#fee .box .cost .cost_inr p.c03 {
	width: 11vw;
	margin: 0 auto 4vw;
}
section#fee .box .cost .cost_inr p.c04 {
	width: 100%;
	text-align: center;
	font-size: 4.35vw;
}
section#fee .box .cost .cost_inr p.c01 span,
section#fee .box .cost .cost_inr p.c03 span,
section#fee .box .cost .cost_inr p.c04 span {
	display: block;
	position: relative;
	top: initial;
	-webkit-transform: initial;
	    -ms-transform: initial;
	        transform: initial;
}
section#fee .box .catn {
	text-align: center;
	font-size: 3.4vw;
	text-decoration: underline;
}
}




@media screen and (min-width:768px) and (max-width:1320px) {
	section .box,
	section .box0 {
		box-sizing: border-box;
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
}

