@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-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;
}
html, body {
  color: #333333;
  -webkit-font-smoothing: antialiased;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:hover {
  text-decoration: none;
}
body {
  font-family: 'Noto Sans JP', "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  letter-spacing: 1px;
}
@media screen and (min-width: 960px) {
  body {
    width: 100%;
    overflow-x: hidden;
  }
}
a {
  color: #EF3C53;
}
.wrapper {
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 320px;
  position: relative;
  overflow: hidden;
}
ul {
  padding: 0;
}
p {
  font-size: 17px;
  line-height: 1.8;
}
.textcolor_a {
  color: #ffffff;
}
.textcolor_b {
  color: #0E66BA !important;
}
.textcolor_c {
  color: #E23030 !important;
}
.textcolor_d {
  color: #EA5550 !important;
}
.textcolor_e {
  color: #4eb57a !important;
}
.textcolor_red {
  color: #ff0000 !important;
}
.e_text {
  color: #FDBF80;
  font-size: 16px;
  font-weight: 400;
  margin: 0 auto 20px auto;
  display: block;
  width: 100%;
  text-align: center;
}
.h2_text1 {
  line-height: 3rem;
}
.alignleft {
  text-align: left !important;
}
.horizontal_scroll {
  overflow-x: inherit;
}
.small_b{
    font-size: 78%;
}
/*--------
backgroud
---------*/
.bg-first {
  width: 100%;
  background: url("../img/bg1.png");
  background-repeat: repeat-x;
  background-position: top center;
  top: 0px;
}
.bg-second {
  width: 100%;
  background: url("../img/bg2.png");
  background-repeat: no-repeat;
  background-position: top center;
}
.bg-fff {
  background: #ffffff;
}
.bg-f5 {
  background: #f5f5f5;
}
.bg-fa {
  background: #FAF8F5;
}
/*--------
text
---------*/
.marker-yellow {
  font-size: 1.5em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(70%, #FECC2F));
  background: -webkit-linear-gradient(transparent 80%, #FECC2F 60%);
  background: -o-linear-gradient(transparent 80%, #FECC2F 60%);
  background: linear-gradient(transparent 80%, #FECC2F 80%);
}
.bg-a {
  background-color: #FAF8F5;
}
.bg-b {
  background-color: #0E66BA;
}
.bg-c {
  background-color: #ccc;
  margin-bottom: 20px;
  height: 30px;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-gray {
  background: #F1F1F1;
}
.section-head {
  text-align: center;
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 18px;
}
.section-head.margintop {
  margin-top: 30px;
}
.section-inner {
  max-width: 1024px;
  margin: auto;
  padding: 30px 0;
}
.pcnone {
  display: none;
}
.spnone {
  display: block;
}
.headerarea {
  background: #ffffff;
}
.center {
  text-align: center;
}
.padding-top-zero {
  padding-top: 0 !important;
}
.padding-bottom-zero {
  padding-bottom: 0 !important;
}
.nobg {
  background: none !important;
}
/*--------
section
---------*/
.section-about {
  padding: 30px 0;
}
.section-form {
  padding: 30px 0 30px 0;
}
.section-form.end {
  padding: 20px 0 25px 0;
}
.section-title {
  text-align: center;
  padding: 30px 0 10px 0;
}
.section-title img {
  width: 1040px;
}
.section-btn {
  padding: 60px 0;
  text-align: center;
}
.about-wrap {
  padding-top: 30px;
}
.about-inner {
  margin: auto;
}
.about-body {
  width: 720px;
  padding-top: 25px;
  margin: auto;
}
.form-inner {
  background: #ffffff;
}
@media (max-width: 960px) {
  .section-inner {
    width: 100%;
  }
  .section-title img {
    width: 100%;
  }
}
.align-center {
  text-align: center;
}
.header-inner {
  width: 1040px;
  margin: auto;
  padding-top: 12px;
  padding-bottom: 0;
}
.header-inner h1 {
  max-width: 280px;
}
.header-inner img {
  width: 100%;
}
@media (max-width: 767px) {
  .section-inner {
    padding: 20px 0;
  }
  .section-title img {
    width: 100%;
  }
  .header-inner h1 {
    width: 260px;
  }
  .header-inner img {
    width: 80%;
  }
  .pcnone {
    display: block;
    padding-top: 20px !important;
  }
  .spnone {
    display: none;
  }
  .spnobr {
    display: none;
  }
  .section {
    padding: 10px 0 10px;
  }
  .section-btn {
    padding: 24px 0;
  }
}
.hero-btn-wrap {
  position: absolute;
  width: 100%;
  bottom: -36px;
}
.bg2 {
  background-position: 0 0;
}
/*--------
btn
---------*/
.btn {
  border: 2px solid;
  border-radius: 8px;
  width: 100%;
  font-weight: 600;
  line-height: 2.8;
  text-align: center;
  font-size: 26px;
  cursor: pointer;
  color: #ffffff !important;
}
.btn_b {
  font-weight: 600;
  line-height: 1.6;
}
.btnshadow {
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .3);
}
.btn-link {
  color: #555555;
  font-weight: 600;
}
.btn-primary {
  background-color: #17BCA9;
  border-color: #17BCA9;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2);
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:hover {
  border-color: #3FDECC;
  background-color: #3FDECC;
}
.btn-border-bold {
  border-width: 3px;
}
.btn-secondary {
  background-color: #FFFFFF;
  border-color: #EF3C53;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2);
  color: #EF3C53 !important;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:hover {
  border-color: #EF3C53;
  background-color: #EF3C53;
  color: #FFFFFF !important;
}
.btn-secondaryb {
  background-color: #F5F5F5;
  border-color: #F5F5F5;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2);
  color: #AAAAAA !important;
}
.btn-secondaryb:not(:disabled):not(.disabled):active, .btn-secondaryb:hover {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #555555;
}
.btn-wrap {
  padding-top: 70px;
  text-align: center;
}
.btn-m {
  max-width: 372px;
}
#btn_main.btn-primary, #btn_main.btn-secondary {
  font-size: 24px;
  padding: .2rem .75rem;
}
.cv-btn .btn-secondary, .cv-btn .btn-secondaryb {
  font-size: 24px;
  padding: .2rem .75rem;
}
@media (max-width: 767px) {
  p {
    font-size: 16px;
    line-height: 1.7;
  }
  .btn {
    font-size: 18px;
  }
  .btn-primary {}
  .btn-primary.btn-m {
    padding-left: 70px;
  }
  .btn-secondary {
    padding-left: 20px;
    padding: 10px 0;
  }
  .btn-wrap {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .btn-m.btn-angle-right:after {
    right: 15%;
  }
  .btnqa {
    padding: 40px 10% 30px 10%;
  }
}
@media all and (max-width: 371px) {
  .btn-primary.btn-m {
    padding-left: 10%;
  }
  .btn-secondary.btn-m, .btn-m.btn-tertiary {
    padding-left: 10%;
  }
  .btn-m.btn-angle-right:after {
    right: 10%;
  }
  .btn-m.btn-secondary.btn-angle-right:after, .btn-m.btn-angle-right.btn-tertiary:after {
    right: 5%;
  }
}
.btn-angle-right {
  position: relative;
}
.btn-angle-right:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 18px;
  right: 28px;
  top: 32%;
}
.btn-secondary.btn-angle-right:after, .btn-angle-right.btn-tertiary:after {}
.detail-box {
  padding: 10px 0 10px 0;
  text-align: center;
}
.detail-box.img65 img {
  width: 65%;
}
.detail-box.img75 img {
  width: 75%;
}
.detail-box.img80 img {
  width: 80%;
}
.detail-box.img85 img {
  width: 85%;
}
.detail-box.img45 img {
  width: 45%;
}
.detail-box img.img25 {
  width: 25%;
}
.detail-box h2, .detail-box h3 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.4rem;
}
.detail-box.lr_padding {
  padding: 20px 2%;
}
.detail-boxflex {
  display: flex;
  flex-wrap: wrap;
}
.flex-boxin {
  width: 48%;
  margin: 0 1%;
}
.flex-boxin img {
  width: 100%;
}
.detail-box_form{
	width: 90%;
	padding: 20px 5%;
	text-align: left;
	margin: 0 auto;
	line-height: 1.5;
}
.cv-btn {
  width: 480px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.cv-btnb {
  width: 760px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.cv-btnin {
  width: 46%;
}
.cv-btn-text {
  text-align: center;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 3rem;
  padding-bottom: 20px;
}
.cv-area {
  width: 1024px;
  margin: 0 auto;
  padding: 20px 0;
}
.cv-area p {
  font-size: 24px;
  line-height: 2.6rem;
  margin: 0 0 0 0%;
}
.section-header {
  position: relative;
  height: 70px;
  z-index: 0;
  padding: 0;
}
.hero-wrap {
  padding-top: 0;
}
.box_a {
  border: 3px solid #ff0000;
  padding: 20px 40px 20px 40px;
  width: 86%;
  margin: 20px auto;
  text-align: left;
}
.box_a ul li {
  list-style: square;
}
.box_a li {
  line-height: 1;
}
/*--------
FAQ
---------*/
.section-inner {
    max-width: 1024px;
    margin: auto;
}

.faq-item {
    width: 100%;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2);
    background: #fff;
    padding: 20px 24px;
    font-size: 17px;
    margin-bottom: 28px;
    line-height: 1.7;
}


@media (max-width: 1024px) {
  .cv-area p {
    margin: 0 0 0 2%;
  }
}
@media (max-width: 960px) {
  .section-hero {
    height: 480px;
  }
  .bg-first {}
  .bg_s3 {
    padding-top: 0px !important;
    background: none;
  }
  .cv-btn {
    width: 80%;
  }
  .cv-btnb {
    width: 96%;
  }
}
@media (max-width: 767px) {
  .section-header {
    height: 60px;
  }
  .header-inner {
    padding-top: 12px;
  }
  .section-hero {
    height: 480px;
  }
  .bg-third {
    background: #fff4e8;
  }
  .bg_s3 {
    background: none;
  }
  .hero-wrap {
    max-width: 820px;
  }
  .detail-box {
    padding: 10px 3%;
    overflow: hidden;
  }
  .detail-box h2, .detail-box h3 {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .detail-box.img65 img {
    width: 100%;
  }
  .detail-box.img75 img {
    width: 100%;
  }
  .detail-box.img80 img {
    width: 100%;
  }
  .detail-box.img45 img {
    width: 100%;
  }
  .detail-box.img85 img {
    width: 100%;
  }
  .detail-box.img75 img.img150, .detail-box.img85 img.img150 {
    margin: 0 calc(50% - 120vw);
    width: 170vw;
  }
  .detail-box.img75 img.img120, .detail-box.img85 img.img120 {
    margin: 0 calc(50% - 70vw);
    width: 120vw;
  }
  .detail-box img.img25 {
    width: 50%;
  }
	.detail-box_form{
	width: 100%;
	padding: 20px 0%;
	
}
  .flex-boxin {
    width: 96%;
    margin: 0 2% 20px 2%;
  }
  .flex-boxin img {
    width: 100%;
  }
  .cv-area p {
    font-size: 16px;
    line-height: 2.6rem;
    margin: 0 0 0 2%;
  }
  .cv-area img {
    width: 24%;
    margin: 0 0 0 0%;
  }
  .cv-btn {
    display: block;
  }
  .cv-btnin {
    width: 100%;
    padding-bottom: 18px;
  }
  .cv-btn-text {
    width: 95%;
    font-size: 1.1rem;
    line-height: 2rem;
    padding: 0 5%;
  }
  .box_a {
    padding: 20px 3% 20px 3%;
    width: 94%;
  }
}
@media (max-width: 480px) {
  .cv-area img {
    width: 50%;
    margin: 0 0 0 0%;
  }
  .cv-btn {
    width: 94%;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .solution-body-inner {
    width: 100%;
  }
  .btn {
    font-size: 24px;
  }
  .btn_b {
    line-height: 1.2;
  }
  .bg-four {
    background: none;
    text-align: center;
  }
  .cv-area {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .hero-btn-wrap {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .about-body {
    width: 100%;
    padding-top: 20px;
  }
}
.col-lg-3, .col-md-3, .col-lg-6, .col-md-6 {
  padding: 30px 0;
}
.about-body-desc {
  font-weight: 600;
  padding-bottom: 30px;
}
.list-item-btn {
  margin: 10px auto;
  width: 90%;
  display: flex;
}
.list-item-btn .btn {
  width: 30%;
  margin: 0 1.6%;
}
.list-item-btn.tona {
  width: 100%;
  display: flex;
}
.indent {
  text-indent: 50px;
  line-height: 3em;
}
@media (max-width: 1024px) {
  .solution-body-inner {
    width: 100%;
  }
  .mfp-list-item-head {
    font-size: 21px;
  }
}
@media (max-width: 991px) {
  .solution-text {
    padding: 20px 20px 0 0px;
  }
  .col-md-6 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
}
@media (max-width: 767px) {
  .about-wrap {
    padding-top: 10px;
  }
  .solution-subcopyb .big {
    font-size: 32px;
  }
  .solution-text.right {
    left: 0;
  }
}
.text-less .case-text-num, .text-less .case-text-detail {
  font-size: 17px;
}
.text-less .case-text-num {
  padding-top: 12px;
}
.footer {
  font-size: 14px;
  padding: 43px;
  color: #3B4043;
  text-align: center;
}
.footerin{
	display: flex;
	position: relative;
	width: 1080px;
	margin: 0 auto;
}
.footerin_a{
	width: 100%;
}
.footerin_b{
	position: absolute;
	width: 14%;
	right: 5%;
	top:25px;
	
}
@media (max-width: 767px) {
  .footer {
    padding: 20px 4px;
    font-size: 10px;
  }
	.footerin {  
    width: 100%;
}
}
.notop {
  padding: 0 0 0 0;
}
@media (max-width: 1024px) {
  .detail-box img {
    width: 100%;
  }
  .detail-box img.imgsp50 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .horizontal_scroll {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 0 0 12px 8px;
    display: -ms-flexbox;
    display: flex;
  }
  .horizontal_scroll img {
    width: 150%;
  }
  .twobig img {
    width: 200%;
  }
}
ul.mfp-list {
  width: 100%;
  margin: 0;
}
#thanks .section {
  padding: 20px 0 20px;
}
#thanks .headsection {
  padding: 0;
}
#thanks .btnsection {
  padding: 10px 0 40px;
}
.thanks-body {
  width: 100%;
  padding: 10px 0 20px 0;
  margin: 0 auto;
  text-align: center;
}
.thanks-body img {
  margin: 0 auto;
}
.thanks-body-inner {
  width: 660px;
  padding: 0;
  margin: 0 auto;
}
.thanks-box {
  background: #ffffff;
  padding: 40px 0 10px 0;
}
.thanks-figure-inner {
  text-align: center;
}
.thanks-figure-inner img {
  width: 40%;
}
.thanks-text {
  color: #314554;
  font-size: 17px;
  letter-spacing: 0.02em;
  line-height: 1.75;
  padding: 30px 0;
  font-weight: 300;
}
.st {
  font-weight: 600;
}
.thanks-box-img {
  padding: 5px 3%;
  text-align: center;
  line-height: 1.3;
}
ul.thanks {
  width: 100%;
  margin: 0;
}
.thanks-item {
  display: block;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 20px;
  margin-bottom: 20px;
  text-align: center;
  height: 240px;
  color: #555555;
}
.thanks-item a {
  color: #555555;
}
.thanks-item-head {
  font-size: 24px;
  font-weight: 600;
  padding: 5px 3%;
  height: 3rem;
}
.thanks-item-figure {
  margin: auto;
  max-width: 350px;
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* min-height: 100px; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.thanks-item-figure img {
  max-width: 80px;
  max-height: 50px;
  margin: 0 auto;
}
.thanks-box-price {
  font-size: 24px;
  color: #555555;
  font-weight: 700;
  padding: 5px 3%;
  text-align: center;
  line-height: 1.8em;
}
.thanks-add {
  text-align: center;
  color: #ffffff;
}
.big {
  font-size: 2rem;
}
.big_b {
  font-size: 3rem;
}
.big_c {
  font-size: 1.6rem;
}
.bg_thanks {
  background: #FF9933;
}
.thanks-box-head {
  font-size: 34px;
  color: #555555;
  font-weight: 700;
  padding: 5px 3%;
  text-align: center;
}
@media (max-width: 767px) {
  .thanks-body-inner {
    width: 100%;
  }
  .thanks-figure-inner img {
    width: 25%;
  }
  .thanks-text {
    padding: 20px 0;
  }
  .thanks-item {
    height: 220px;
  }
}
@media (max-width: 480px) {
  .section-pc {
    padding-top: 10px;
  }
  .btnsection .cv-btn {
    width: 80%;
    margin: 0 auto;
  }
}
/* for modern brouser */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/**/
/*# sourceMappingURL=style.css.map */