/*reset*/
*,
*::before,
*::after {
  box-sizing: border-box;
}
ul[role="list"],
ol[role="list"] {
  list-style: none;
}
html:focus-within {
  scroll-behavior: smooth;
}
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
}
img, picture {
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  line-height: 1rem;
}
p {
  line-height: 188%;
}
input,
button,
textarea,
select {
  font: inherit;
}
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*end reset*/

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%;
  font: inherit;
  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;
  /*font-feature-settings: "palt";*/
}

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;
}
@-ms-viewport
{
  width: auto;
  initial-scale: 1;
}
@viewport
{
  width: device-width;
  initial-scale: 1;
}
::selection {
  background: #ceffed; /* Safari */
}
::-moz-selection {
  background:#ceffed; /* Firefox */
}
/* -----------------------------------------
	common
-----------------------------------------*/
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

html {
  font-size: 62.5%;
  width: 100%; }

body {
  color: #333333;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
  text-align: center;
  width: 100%;
}

a {
  text-decoration: none;
  color: #030000;
}

a[href^="tel:"] {
  cursor: default;
}
a[href^="tel:"]:hover {
  opacity: 1;
}

.clear {
  overflow: hidden;
}

.clear:after {
  clear: both;
}

.alignright {
  float: right;
}

.aligncenter {
  display: block;
  margin: auto;
}

.alignleft {
  float: left;
}

.txtcenter {
  text-align: center;
}

.txtright {
  text-align: right;
}
.txtleft {
  text-align: left;
}
.font-bold{
  font-weight: 700;
}
.text-xs{
  font-size: 10px;
}
.text-sm{
  font-size: 12px;
}
.text-md{
  font-size: 14px;
}
.text-lg{
  font-size: 18px;
}
.text-xlg{
  font-size: 24px;
}


.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.p-50{
  padding: 50px;
}
.w-full{
  width: 100%;
}
.w-9full{
  width: 90%;
}
.w-8full{
  width: 80%;
}
.w-850{
  max-width: 850px;
  width: 90%;
}
.w-800{
  max-width: 800px;
}
.w-620{
  max-width: 620px;
}
.w-570{
  max-width: 570px;
}
.w-550{
  max-width: 550px;
}
.w-540{
  max-width: 540px;
}
.w-535{
  max-width: 535px;
}
.w-530{
  max-width: 530px;
}
.w-500{
  max-width: 500px;
}
.w-420{
  max-width: 420px;
}

.mgb-5{
  margin-bottom: 5px;
}
.mgb-10{
  margin-bottom: 10px;
}
.mgb-15{
  margin-bottom: 15px;
}
.mgb-20{
  margin-bottom: 20px;
}
.mgb-25{
  margin-bottom: 25px;
}
.mgb-30{
  margin-bottom: 30px;
}
.mgb-40{
  margin-bottom: 40px;
}
.mgb-45{
  margin-bottom: 45px;
}
.mgb-50{
  margin-bottom: 50px;
}
.mgb-60{
  margin-bottom: 60px;
}
.mgb-80{
  margin-bottom: 80px;
}
.mgt-50{
  margin-top: 50px;
}
.pgt-80{
  padding-top: 80px;
}
.p-35{
  padding: 35px;
}
.p-30{
  padding: 30px;
}
.pgb-25{
  padding-bottom: 25px;
}
.pgb-40{
  padding-bottom: 40px;
}
.pgb-80{
  padding-bottom: 80px;
}
.pl-15 {
  padding-left: 15px;
}
.b-border{
  border-bottom: 1px solid #dbdbdb;
}
.text-red{
  color: #ff3939;
}
@media screen and (min-width: 1200px) {
  a:hover,a:hover img {
    opacity: 0.8;
  }
  a:hover, a:focus {
    color: #d6ae5b;
    text-decoration: underline;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
  }
  a img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
.block{
  display: block;
  width: 100%;
}
.inline-block{
  display: inline-block;
}
.flex {
  display: block;
}
.flex.pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .flex {
    display: flex;
  }
  .flex.pc {
    display: flex;
  }
}

.box-radius{
  border-radius: 5px;
}
.space-between{
  justify-content: space-between;
}
.j-center{
  justify-content: center;
}
.item-top{
  align-items: flex-start;
}
.item-center{
  align-items: center;
}
.item-stretch{
  align-items: stretch;
}
.item-bottom{
  align-items: flex-end;
}
/*背景色*/
.bk-yellow {
  background-color: #f6ee72;
}
.bk-white{
  background-color: #ffffff;
}
.bk-gold{
  background-color: #b79e46;
}
.bk-wg {
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 84%, #f5f5f5 84%, #f5f5f5 100%);
}
.bk-green {
  background: linear-gradient(to bottom, #1d6f52 0%, #1d6f52 50%, #57b984 50%, #57b984 100%);
}
.bk-lightgreen {
  background: #57b984;
}
.bk-gray{
  background-color: #f5f5f5;
}
/*テキスト色*/
.text-white{
  color: #ffffff;
}
.text-green {
  color: #247758;
}
.box-shadow {
  box-shadow: 0 0 5px 5px rgba(0,0,0,0.05);
}
.br-5{
  border-radius: 5px;
}
/*メイン画像*/
header {
  padding: 0;
  position: relative;
}
.header-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}
.header-logo h1 {
  max-width: 412px;
  width: 90%;
  margin: 0 auto;
}
/*お問い合わせ*/
.cv-wrap {
  width: 80%;
  position: relative;
  bottom: 7rem;
  left: 0;
  z-index: 999;
  border-radius: 0 100px 100px 0;
}
.cv-inner {
  max-width: 1150px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  padding: 3.2rem 15px 2.7rem
}
.cv-text {
  background: url("../images/top/icon-mh.png") 0 center no-repeat;
  background-size: 64px 84px;
  padding-left: 80px;
  line-height: 166%;
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.btn-contact {
  max-width: 330px;
  width: 90%;
}
/*Shopify制作プラン*/
.sec01_wrap {
  position: relative;
}
.sec01_wrap:after {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 75px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.l_continar {
  width: 100%;
  max-width: 1150px;
  margin-left:auto;
  margin-right:auto;
}
.l_continar_02 {
  width: 100%;
  max-width: 1200px;
  margin-left:auto;
  margin-right:auto;
}
.l_continar_03 {
  width: 100%;
  max-width: 1400px;
  margin-left:auto;
  margin-right:auto;
}
#sec01 {
  z-index: 1;
  position: relative;
  /* top: -125px; */
  background-size: 100% auto;
  padding-top: 50px;
}
#sec01 .box-heading {
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
}
#sec01 .box-heading h2{
  margin-bottom: 3rem;
}
#sec01 .box-heading p {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: initial;
  line-height: 188%;
}
/*特典01*/
.box-benefit-01 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  max-width: 1150px;
  margin: 0 auto 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #dbdbdb;
}
.box-benefit-01 h3 {
  max-width: 280px;
  padding: 0 15px;
  width: 30%;
}
ul.list-benefit {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  width: 68%;
}
ul.list-benefit li {
  max-width: 260px;
  max-height: 260px;
  width: 90%;
  height: 90%;
  padding: 0 15px 15px;
}
ul.list-benefit li .inner-b {
  border: 1px solid #b79e46;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: calc(22em * (1.41421356237 - 1) / 4.5 );
  width: 22em;
  height: 22em;
  border-radius: 50%;
  max-width: 240px;
  max-height: 240px;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: initial;
  text-align: left;
  background-color: #fff;
}
ul.list-benefit li h4 {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  color: #b79e46;
  margin-bottom: 15px;
  /*min-height: 55px;*/
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  font-feature-settings: "palt";
}
/*特典02*/
.box-benefit-02 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  max-width: 1150px;
  margin: 0 auto ;
  padding-bottom: 60px;
}
.box-benefit-02 h3 {
  max-width: 280px;
  padding: 0 15px;
  width: 30%;
}

/*プラン概要・料金*/
#sec02,#sec02-01 {
  z-index: 1;
  position: relative;
  padding: 50px 0 130px;
  background-color: #f5f5f5;
}
#sec02 .box-heading,#sec02-01 .box-heading {
  max-width: 225px;
  margin-left: auto;
  margin-right: auto;
}
#sec02 .box-heading h2,#sec02-01 .box-heading h2{
  margin-bottom: 3rem;
}
#sec02 .box-heading p,#sec02-01 .box-heading p{
  font-size: 14px;
  font-size: 1.4rem;
}
.box-subheading h3{
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  color: #000000;
  display: inline-block;
  position: relative;
  z-index: 0;
}

.box-subheading h3:after {
  position:relative;
  z-index: -1;
  bottom: 12px;
  content:"";
  float:left;
  width:100%;
  background:#f6ee72;
  height:15px;
  border-radius: 10px;
}

.list-ast li {
  list-style-type: none;
  text-indent: -1em;
  text-align: left;
  margin-bottom: 1rem;
  line-height: 188%;
  font-feature-settings: "palt";
  letter-spacing: initial;
}
.list-ast li:before {
  display: inline;
  content: "※";
}

ul.list-disc {
  padding-left: 20px;
}
ul.list-disc li {
  list-style: disc;
  list-style-position: outside;
  font-feature-settings: "palt";
  letter-spacing: initial;
  margin-bottom: 1rem;
}
.plus {
  font-size: 36px;
  font-size: 3.6rem;
  color: #207355;
  margin-bottom: 5px;
}
ul.list-benefits {
  letter-spacing: initial;
  font-feature-settings: "palt";
}
li.list-01 {
  margin-bottom: 10px;
}
.r-benefit {
  border-radius: 50px;
  padding: 9px 0.5rem;
}

.wrap-annotation {
  max-width: 1000px;
  width: 90%;
  font-feature-settings: "palt";
}
.text-ast-01,.text-ast-02,.text-ast-03,.text-ast-04,.text-ast-05,.text-ast-06,.text-ast-07 {
  text-indent: -1em;
  text-align: left;
  margin-bottom: 1rem;
  line-height: 188%;
  padding-left: 25px;
}
.text-ast-01:before {
  display: inline-block;
  content: "※1 ";
  padding-right: 4px;
}
.text-ast-02:before {
  display: inline-block;
  content: "※2 ";
  padding-right: 4px;
}
.text-ast-03:before {
  display: inline-block;
  content: "※3 ";
  padding-right: 4px;
}
.text-ast-04:before {
  display: inline-block;
  content: "※4 ";
  padding-right: 4px;
}
.text-ast-05:before {
  display: inline-block;
  content: "※5 ";
  padding-right: 4px;
}
.text-ast-06:before {
  display: inline-block;
  content: "※6 ";
  padding-right: 4px;
}
.text-ast-07:before {
  display: inline-block;
  content: "※7 ";
  padding-right: 4px;
}
/*世界シェアNo1*/
.sec03_wrap {
  background: url("../images/top/backgoround-break.png") center center no-repeat;
  background-size: cover;
  position: relative;
  min-height: 693px;

}
#sec03 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;

}
.box-heading-center {
  max-width: 590px;
  margin: 0 auto;
  line-height: 144%;
}
/*Shopifyは集客ツール～*/
section#sec04 {
  padding-top: 100px;
}
.box-outstanding {
  max-width: 390px;
  width: 100%;
  margin-bottom: 12px;
}
.box-outstanding p{
  font-feature-settings: "palt";
  margin-bottom: 10px;
}
.box-outstanding + .box-outstanding{
  padding-left: 10px;

}
.bk-white.br-5 {
  height: 100%;
  width: 100%;
  padding: 20px;
}


/*Shopifyの制作事例*/
#sec05 .slick-arrow,.slide_wrap  .slick-arrow {
  width: 30px;
  height: 30px; }
#sec05 .slick-arrow:before,.slide_wrap .slick-arrow:before {
  display: none; }
#sec05 .slick-prev,.slide_wrap .slick-prev {
  background: url("../images/top/slide_prev.png") 0 0 no-repeat;
  background-size: 30px auto;
  z-index: 10; }
#sec05 .slick-next,.slide_wrap .slick-next {
  background: url("../images/top/slide_next.png") 0 0 no-repeat;
  background-size: 30px auto;
}
.slick-next {
  right: 15px;
}
.slick-prev {
  left: 15px;
}
.slick-prev, .slick-next {
  top: 51%;
}
.photo {
  max-width: 470px;
  padding: 0 8px;
}
/*アプリ数は6000以上*/
.box-pickup + .box-pickup {
  padding-left: 15px;
}
/*Shopifyの月額費用イメージ*/
.sec07 {
  z-index: 1;
  position: relative;
  padding: 80px 0 150px;
  letter-spacing: initial;
  font-feature-settings: "palt";
}
.box-price + .box-price {
  padding-left: 30px;
}
.box-strech {
  min-height: 24.5vw;
}
table.table-simple {
  width: 100%;
}
table.table-simple th,table.table-simple td {
  border-bottom: 1px solid #add5c0;
  vertical-align: middle;
  padding: 15px 15px 15px 0;
}

table.table-simple th {
  width: 45%;
}

.box-gray {
  background-color: #eeeeee;
  overflow: hidden;
  padding: 30px 15px 25px;
  border-radius: 5px;
  margin-top: -25px;
}
.bb-green {
  border-bottom: 1px solid #add5c0;
  padding-bottom: 15px;
  margin-bottom: 15px;
  line-height: 200%;
}
p.line-h200 {
  line-height: 200%;
}

/*よくある質問*/
.sec08 {
  z-index: 1;
  position: relative;
  padding: 0 0 150px;
  /*top: -125px;*/
  letter-spacing: initial;
  font-feature-settings: "palt";
}
.sec08 .box-heading h3 {
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: bold;
}
.qa-list dl:first-child {
  margin-top: 0;
}
.qa-list dl {
  position: relative;
  margin: 0 auto;
  cursor: pointer;
  text-align: left;
  border-bottom: 1px solid #dfdfdf;
}
.qa-list dl dt {
  position: relative;
  margin: 0;
  padding: 20px 20px 15px 20px;
  font-weight: 700;

}
.qa-list dl dd {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 90px;
  color: #4d8e75;
  letter-spacing: 0.05em;
}
.qa-list dl dd::before {
  content: "A.";
  padding-left: 30px;
}
.qa-list dl dd:before, .qa-list dl dt:before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  left: 20px;
  display: block;
  color: #26a4a6;
}
.qa-list dl dt:before {
  display: block;
  content: '';
  background-color: #000;
  position: absolute;
  width: 10px;
  height: 2px;
  top: 50%;
  transform: translate(-58%, -58%);
  right: 16px;
  left: initial;
  transform: rotate(
          180deg
  );
  transition: 0.3s;
}
.qa-list dl dt:after {
  display: block;
  content: '';
  background-color: #000;
  position: absolute;
  width: 10px;
  height: 2px;
  top: 58%;
  transform: translate(-58%, -58%);
  right: 6px;
  left: initial;
}
dl.qa.open dt::before {
  transform: rotate(
          90deg
  );
}
.qa-list dl dt:before {
  width: 2px;
  height: 10px;
}

/*.qa-list dl:after {*/
/*  position: absolute;*/
/*  top: 30px;*/
/*  right: 16px;*/
/*  display: block;*/
/*  width: 13px;*/
/*  height: 15px;*/
/*  margin: auto;*/
/*  content: '';*/
/*  transform: rotate(90deg);*/
/*  -webkit-transform: rotate(90deg);*/
/*  border-top: 3px solid #000;*/

/*}*/
/*.qa-list dl:before {*/
/*  position: absolute;*/
/*  top: 22px;*/
/*  right: 10px;*/
/*  display: block;*/
/*  width: 13px;*/
/*  height: 16px;*/
/*  margin: auto;*/
/*  content: '';*/
/*  transform: rotate(180deg);*/
/*  -webkit-transform: rotate(180deg);*/
/*  border-top: 3px solid #000;*/
/*}*/
section#contact {
  padding: 50px 15px 40px;
  position: relative;
  /*top: -125px;*/
}
.footer_in ul li {

  margin-top: 10px;
  margin-bottom: 10px;
}

.footer_in ul li span {
  display: block;
  margin-bottom: 13px;
}

footer {
  position: relative;
  /*top: -125px;*/
  padding: 60px 15px 30px;
}
ul.list-company.text-md {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 15px;
}

ul.list-company.text-md li + li:before {content: "|";padding: 0 15px;}

footer small {
  font-size: 14px;
}

/*#floating {*/

/*  width: 100%;*/
/*  position: fixed;*/
/*  right: 15px;*/
/*  bottom: 15px;*/
/*  z-index: 1000;*/
/*}*/
#floating {
  max-width: 100%;
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 1000;
  width: 200px;
}
.pc-floating {
  max-width: 200px;
  height: auto;
  float: right;
}
.sp-floating {
  display: none;
}
@media screen and (max-width: 768px) {
  #floating {
    max-width: 100%;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 1000;
    width: 100%;
  }

  .pc-floating {
    display: none;
  }

  .sp-floating {
    display: block;
    width: 100%;
  }
  .sp-floating img {
    vertical-align: top;
  }
}
/*お問い合わせ*/
.form_wrap {
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 70px; }

#form .ttl {
  color: #00457f;
  padding-bottom: 40px; }
#form #mailformpro {
  background-color: #fff;
  padding: 70px 50px;
  text-align: left;
 border: 1px solid #dcdcdc;
}
#form #mailformpro dl {
  margin-bottom: 15px;
  padding-bottom: 15px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  border-bottom: 1px solid #cbcbcb;
}
#form #mailformpro dl dt {
  width: 30%;
  padding: 0;
  background-color: #f6ee72;
  border-radius: 30px 0 0 30px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  font-size: 18px;
}
#form #mailformpro .hissu {
  color: #ff3232;
  border: 1px solid #ff3232;
  float: right;
  border-radius: 50px;
  padding: 2px 8px;
  font-size: 15px;
}
#form #mailformpro dl dd {
  padding: 0;
  border: none;
  vertical-align: top;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
#form #mailformpro dl.last {
  border-bottom: none;
}

#form #mailformpro dl.last dd {
  align-items: flex-start;
}
div.mfp_err {
  clear: both;
  display: none;
  text-align: left;
  margin: 5px 0px 0px 0px;
  padding: 3px 0px 5px 17px;
  color: #F00;
  font-size: 12px;
  line-height: normal;
  background-repeat: no-repeat;
  background-position: 0px center;
  width: 100%;
}
/*#form #mailformpro table td ul li {*/
/*  display: inline-block; }*/
/*#form #mailformpro table td ul li label {*/
/*  padding: 0;*/
/*  margin: 0; }*/
#form #mailformpro dl dd select, #form #mailformpro dl dd textarea, #form #mailformpro dl dd input[type="text"], #form #mailformpro dl dd input[type="tel"], #form #mailformpro dl dd input[type="email"] {
  border: none;
  border-radius: 0 50px 50px 0;
  padding: 10px;
  width: 90% !important;
  background-color: #f5f5f5;
  font-size: 15px;
  border-left: 3px solid #fff;
}
#form #mailformpro dl dd textarea {
  height: 160px !important;
}
#form #mailformpro .btn_wrap {
  width: 100%;
  max-width: 400px;
  margin: 50px auto 0;
  position: relative;
  z-index: 9999;
}


#form #mailformpro .btn_wrap button {
  border: none;
  letter-spacing: 0.1em;
  background-color: #247758;
  border-radius: 35px;
  width: 100%;
  font-size: 2.0rem;
  text-align: center;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  padding: 25px 0;
  box-shadow: 0 0 3px rgb(0 0 0 / 20%);
}
@media screen and (min-width: 1024px) {
  #form #mailformpro .btn_wrap button:hover {
    transition: 0.3s;
    background-color: #B79E46;
    color: #ffffff;
  }
}
mailformpro select {
  background-image: url(../images/top/icon-arrow.png);
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (min-width: 1100px) {
  .box-price {
    min-height: 472px;
  }
}
/*タブレット*/
@media screen and (max-width: 1100px) {
  .l_continar {
    padding-left: 15px;
    padding-right: 15px; }

  .l_continar_02 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .slick-next {
    right: 30px;
  }
  .slick-prev {
    left: 30px;
  }
}
.sp {
  display: none;
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  body {
    font-size: 1.2rem;
  }
  b.marker::after {
    position: absolute;
    z-index: -1;
    bottom: 12px;
    content: "";
    width: 100%;
    background: #f6ee72;
    height: 15px;
    border-radius: 10px;
    left: 0;
  }

  b.marker {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 17px;
    display: inline-block;
  }
  .bk-wg {
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 91%, #f5f5f5 91%, #f5f5f5 100%);
  }
  /*お問い合わせ*/
  .cv-wrap {
    width: 100%;
    position: initial;
    bottom: 0;
    left: 0;
    z-index: 999;
    border-radius: 0;
  }
  .cv-inner {
    display: block;
    text-align: center;
  }
  .cv-text {
    background: url("../images/top/icon-mh.png") top center no-repeat;
    background-size: 64px 84px;
    padding-top: 100px;
    padding-left: 0;
    line-height: 166%;
    min-height: initial;
    display: block;
    margin: 0 auto 30px;
  }
  .text-lg{
    font-size: 16px;
  }
  .btn-contact {
    margin: 0 auto;
  }
  #sec01 .box-heading h2 {
    padding: 0 15px;
  }
  .box-benefit-01 {
    display: block;
  }
  .box-benefit-01 h3 {
    margin: 0 auto;
    width: initial;
  }
  ul.list-benefit {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    width: 100%;
  }
  ul.list-benefit li {
    padding: 0 15px 0;
  }
  .box-benefit-02 {
    display: block;
  }
  .box-benefit-02 h3 {
    width: initial;
    margin: 0 auto;
  }
  section#sec04 .box-heading {
    padding: 0 30px;
  }
  .box-outstanding + .box-outstanding {
    padding: 0;
  }
  .box-outstanding {
    /* max-width: initial; */
    margin-left: auto;
    margin-right: auto;
  }
  .box-pickup + .box-pickup {
    padding: 0;
  }
  .sec07 {
    z-index: 1;
    position: relative;
    padding: 80px 0 50px;
    letter-spacing: initial;
    font-feature-settings: "palt";
  }
  section#sec07 .box-heading {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }

  section#sec07 .box-price {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
  }
  .sec08 {
    z-index: 1;
    position: relative;
    padding: 60px 0 80px;
    /* top: -125px; */
    letter-spacing: initial;
    font-feature-settings: "palt";
  }
  .p-50 {
    padding: 50px 20px;
  }
  .box-pickup {
    margin-bottom: 10px;
  }
  .box-heading-center {
    line-height: 188%;
  }
  footer {

    padding: 60px 15px 60px;
  }
  ul.list-company.text-md {
    font-size: 12px;
  }
  .qa-list dl dt:after {
    top: 60%;
    transform: translate(-60%, -60%);
  }
  .slick-next {
    right: 12px;
  }
  .slick-prev {
    left: 12px;
  }
  .form_wrap {
    padding: 50px 10px;
  }

  #form .ttl {
    padding-bottom: 25px; }
  #form #mailformpro {
    padding: 25px 0
  }
  #form #mailformpro dl {
    margin-bottom: 35px;
    flex-wrap: wrap;
  }
  #form #mailformpro dl dt {
    width: 100%;
    display: block;
    padding: 10px 0 0;
    font-weight: bold;
    border-radius: inherit;
    text-align: left;
    padding: 5px;
  }
  #form #mailformpro dl .hissu {
    font-weight: normal;
    float: right;
    margin-left: 10px;
    display: inline-block;
    margin: 10px 0 0;
  }
  #form #mailformpro dl .hissu::before {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
  }
  #form #mailformpro dl dd select, #form #mailformpro dl dd textarea, #form #mailformpro dl dd input[type="text"], #form #mailformpro dl dd input[type="tel"], #form #mailformpro dl dd input[type="email"] {
    border: none;
    border-radius: 0;
    padding: 10px;
    width: 100% !important;
    background-color: #f5f5f5;
    font-size: 1.8vw;
    border-left: none;
    box-sizing: border-box;
  }
  #form #mailformpro dl dd {
    width: 100%;
    display: block;
    padding: 5px 0 10px 0px;
    vertical-align: top;
  }
  #form #mailformpro dl textarea {
    height: 120px !important; }
  #form #mailformpro .btn_wrap {
    max-width: 280px; }

  #form #mailformpro .btn_wrap button {
    border-radius: 18px;
    width: 100%;
    font-size: 1.4rem;
    padding: 12px 0; }

}
@media screen and (max-width: 1024px) {
  .w-550 {
    max-width: 485px;
  }
}
@media screen and (max-width: 768px) {
  .w-550 {
    max-width: 550px;
  }
}
@media screen and (max-width: 598px) {
  .sec03_wrap {
    min-height: 350px;
  }
  .box-outstanding {
    font-size: 12px;
  }
  .sec06 p {
    font-size: 14px;
  }
  section#sec04 .box-heading {
    padding: 0 15px;
  }
  .photo {
    max-width: 320px;
    padding: 0 8px;
  }
  ul.list-benefit li h4 {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
  ul.list-benefit li {
    max-width: 170px;
    max-height: 170px;
    padding: 0 0 15px;
    text-align: center;
    margin: 0 auto 15px;
  }
  ul.list-benefit li .inner-b {
    border: 1px solid #b79e46;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: calc(23em * (1.41421356237 - 1) / 3.5 );
    width: 23em;
    height: 23em;
    border-radius: 50%;
    max-width: 170px;
    max-height: 170px;
    font-size: 10px;
    font-size: 1.0rem;
    letter-spacing: initial;
    text-align: left;
    background-color: #fff;
    margin: 0 auto;
  }
  ul.list-benefit li .inner-b .text-sm {
    font-size: 10px;
  }
  .footer-logo {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 20px 30px 15px 20px;
    font-weight: 700;
  }
  .qa-list dl dd {
    position: relative;
    margin: 0;
    padding: 20px 40px 20px 60px;
    color: #4d8e75;
    letter-spacing: 0.05em;
  }
  .qa-list dl dd::before {
    content: "A.";
    padding-left: 0;
  }
  .qa-list dl dt:after {
    top: 58%;
    transform: translate(-58%, -58%);
  }
  .text-lg {
    font-size: 4vw;
  }
  .box-subheading h3 {
    font-size: 4.4vw;
  }
  ul.list-disc {
    padding-left: 20px;
    font-size: 1.2rem;
  }
  table.table-simple {

    font-size: 1.2rem;
  }
  table.table-simple {
    width: 100%;
    font-size: 1.2rem;
  }
  table.table-simple th, table.table-simple td {
    padding: 15px 5px 15px 0;
  }
  .box-gray {
    font-size: 1.2rem;
  }
  .sec06 p {
    font-size: 1.2rem;
  }
  .text-xlg {
    font-size: 2rem;
  }
  .text-md {
    font-size: 1.2rem;
  }
  .text-sm {
    font-size: 1.1rem;
  }
  .l_continar_02 {
    padding-left: 13px;
    padding-right: 13px;
  }
  section#contact {
    padding: 50px 25px 40px;
  }
  ul.list-benefit li h4 {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 5px;
    line-height: 144%;
  }
  #form #mailformpro dl dt {
    font-size: 4vw;
    padding: 5px 12px;
  }
  #form #mailformpro dl dd select, #form #mailformpro dl dd textarea, #form #mailformpro dl dd input[type="text"], #form #mailformpro dl dd input[type="tel"], #form #mailformpro dl dd input[type="email"] {
    border: none;
    border-radius: 0;
    padding: 10px;
    width: 100% !important;
    background-color: #f5f5f5;
    font-size: 3vw;
    border-left: none;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 365px) {
  .bk-white.br-5 {
    padding: 20px 10px;
  }


}
@media screen and (max-width: 320px) {
  .box-subheading h3 {
    font-size: 5.4vw;
  }
}
/*20210721修正分*/
.wrap {
  border-bottom: 1px solid #dbdbdb;
  margin: 0 auto 60px;
}
table.price-table {
  border-collapse: collapse;
  margin: 0 auto 60px;
  padding: 0;
  width: 1000px;
  table-layout: fixed;
}
table.price-table thead th {
  /*padding: 20px;*/

}
table.price-table tr {
  background-color: #fff;
  padding: .35em;
}
table.price-table tbody th {
  font-size: 14px;
  padding: 15px 10px;
  letter-spacing: 0;
  min-width: 264px;
  background-color: #fff!important;
}
table.price-table tbody td {
  border-bottom: 1px solid #f3e4d4;
  border-top: 1px solid #f3e4d4;
}
table.price-table thead tr:first-child{
  background-color: #ffffff!important;
}
table.price-table tr:nth-child(odd){
  background-color: #f9f9f9;
}
table.price-table td {
  padding: .7em;
  text-align: center;
  color: #1e1e1e;
  font-size: 18px;
  vertical-align: middle;
}
th.plan1, th.plan2, th.plan3 {
  vertical-align: bottom;
  width: 240px;
}
th.plan1-detail, th.plan2-detail, th.plan3-detail {
  vertical-align: middle;
  padding: 15px;
  position: relative;
  letter-spacing: initial;
}
th.plan1-detail::before {
  content: "";
  background-color: #ffb266;
  width: 4px;
  height: 102%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -1px;
}
th.plan2-detail::before {
  content: "";
  background-color: #ff8800;
  width: 4px;
  height: 102%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -1px;
}
th.plan2-detail::after {
  content: "";
  background-color: #ff8800;
  width: 4px;
  height: 102%;
  display: inline-block;
  position: absolute;
  right: 0;
  top: -1px;
}
th.plan3-detail::before {
  content: "";
  background-color: #ffb266;
  width: 4px;
  height: 102%;
  display: inline-block;
  position: absolute;
  right: 0;
  top: -1px;
}
.txt-plan {
  font-size: 18px;
  font-weight: bold;
  color: #ff8800;
  line-height: 2.8rem;
}
.txt-plan b {
  font-size: 24px;
}
th.plan2 {
  position: relative;
}
.plan1 .price {
  background: #ffb266;
  border-radius: 10px 10px 0 0;
  padding: 20px 10px;
}
.plan1_i{

  position: relative;
}
table.price-table td.plan1_i:before {
  position: absolute;
  content: "";
  background-color: #ffb266;
  width: 4px;
  height: 102%;
  left: 0;
  top: -1px;
}
.plan2_i{
  position: relative;
}
table.price-table td.plan2_i::before {
  content: "";
  background-color: #ff8800;
  width: 4px;
  height: 102%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -1px;
}
table.price-table td.plan2_i::after {
  content: "";
  background-color: #ff8800;
  width: 4px;
  height: 102%;
  display: inline-block;
  position: absolute;
  right: 0;
  top: -1px;
}
.plan2 .price {
  background: #ff8800;
  position: relative;
  border-radius: 10px 10px 0 0;
  padding: 40px 10px 20px;
}
.plan3 .price{
  background: #ffb266;
  position: relative;
  border-radius: 10px 10px 0 0;
  padding: 20px 10px;
}
.plan3_i{
  position: relative;
}
table.price-table td.plan3_i:before {
  position: absolute;
  content: "";
  background-color: #ffb266;
  width: 4px;
  height: 102%;
  right: 0;
  top: -1px;
}
.price {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}
.wrap-ribbon {
  position: absolute;
  top: 0;
  left: 0;
  width: 125px;
  height: 85px;
  overflow: hidden;
}

.a-span {
  display: inline-block;
  position: absolute;
  padding: 5px 0;
  left: -26px;
  top: 8px;
  width: 146px;
  text-align: center;
  font-size: 15px;
  line-height: 16px;
  background: #f9ff4a;
  color: #ff8800;
  -webkit-transform: rotate(
          -45deg
  );
  transform: rotate(
          -27deg
  );
}
table.price-table td b {
  font-weight: bold;
  font-size: 14px;
}
.last-border01,.last-border03 {
  display: block;
  width: 100%;
  height: 5px;
  background-color: #ffb266;
  content: "";
  left: 0;
  bottom: 0;
  position: absolute;
  right: 0;
}
.last-border02 {
  display: block;
  width: 100%;
  height: 5px;
  background-color: #ff8800;
  content: "";
  left: 0;
  bottom: 0;
  position: absolute;
  right: 0;
}
table.price-table tbody tr:last-child td {
  padding-bottom: 18px;
}
p.point-txt-01 {
  font-size: 14px;
  line-height: 188%;
  margin: 50px auto 0;
  font-feature-settings: "palt";
}
p.point-txt-01 b {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .wrap{
    overflow-x: scroll;
  }

}

@media screen and (max-width: 767px) {
  p.point-txt-01 {
    font-size: 13px;
    line-height: 188%;
    margin: 50px auto 0;
    font-feature-settings: "palt";
  }
  p.point-txt-01 b {
    font-size: 14px;
    font-weight: bold;
  }
  p.point-txt-01 .text-sm {
    font-size: 1.0rem;
  }
  table.price-table{
    width: 800px;
  }
  table.price-table thead th, table.price-table tbody th {
    width: 190px!important;
    font-size: 12px;
    min-width: initial;
    box-sizing: border-box;
  }
  table.price-table {
    display: block;
  }
}
/*追加分*/
header {
  padding: 0;
  position: relative;
  background-color: #f5f5f5;
}
.header-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  background-color: #fff;
}
#sec01 {
  z-index: 1;
  position: relative;
  /* top: -125px; */
  background-size: 100% auto;
  padding-top: 50px;
  padding-bottom: 100px;
}
#sec02 {
  z-index: 1;
  position: relative;
  padding: 20px 0 30px;
  background-color: #f5f5f5;
}
#sec02-01{
  z-index: 1;
  position: relative;
  padding: 100px 0
  background-color: #f5f5f5;
}
#sec02 .box-heading-02 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 188%;
}
.pgb-30{
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #sec02 {
    z-index: 1;
    position: relative;
    padding: 40px 0 30px;
    background-color: #f5f5f5;
  }
  #sec02-01{
    z-index: 1;
    position: relative;
    padding: 40px 0 30px;
    background-color: #f5f5f5;
  }
}
@media screen and (max-width: 1100px) {
  .l_continar.p-0 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1100px) {
  .l_continar.p-0 .p-50 {
    padding: 50px 0 20px 0;
  }
  .inner-p15 {
    padding: 0 20px 30px;
  }
}
.main img {
  vertical-align: top;
}
footer {

  border-top: 1px solid #c2c2c2;
}
.sec01_wrap:after {
  content: "";
  background-color: #fff;
  width: 100%;
  height: initial;
  position: absolute;
  bottom: 0;
  left: 0;
}
.catch1{
  background-color: #247758;
font-size:0.9em;
color:#fff;
padding:5px;
}
.yellow{color:#f6ee72;}
