@charset "UTF-8";
/*-----------------------------------------------------------------------------
break point
-------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
PC/SP
-------------------------------------------------------------------------------*/
@media screen and (min-width: 1001px) {
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
/*-----------------------------------------------------------------------------
非表示
-------------------------------------------------------------------------------*/
.none {
  display: none;
}

/*-----------------------------------------------------------------------------
colors
-------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
初期化
-------------------------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

ul, ol, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-in;
}

img {
  vertical-align: bottom;
}

h1, h2, h3, h4, h5, h6, figure, p, dl, dt, dd {
  padding: 0;
  margin: 0;
}

.none {
  display: none;
}

/*-----------------------------------------------------------------------------
画像
-------------------------------------------------------------------------------*/
.img-center {
  display: block;
  margin: 0 auto;
}

.img-fitcover {
  -o-object-fit: cover;
     object-fit: cover;
}

/*-----------------------------------------------------------------------------
font
-------------------------------------------------------------------------------*/
html, body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  width: 100%;
  overflow-x: hidden;
  background-color: #FFFDF3;
  position: relative;
}
@media screen and (max-width: 1000px) {
  html, body {
    font-size: 14px;
    line-height: 1.4;
    width: 100%;
    overflow-x: hidden;
  }
}

/*-----------------------------------------------------------------------------
smooth scroll
-------------------------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}

/*-----------------------------------------------------------------------------
テキスト
-------------------------------------------------------------------------------*/
.txt-center {
  text-align: center;
}
.txt-white {
  color: #fff;
}
.txt-right {
  text-align: right;
}
.txt-bold {
  font-weight: 700;
}
.txt-normal {
  font-weight: 400;
}
.txt-underline {
  text-decoration: underline;
}

.txt-red {
  color: #D0324B;
}

/*-----------------------------------------------------------------------------
サービスラインナップ
-------------------------------------------------------------------------------*/
.sec-lineup {
  padding: 80px 0 0;
}
@media screen and (max-width: 1000px) {
  .sec-lineup {
    padding: 0;
  }
}

/*-----------------------------------------------------------------------------
link
-------------------------------------------------------------------------------*/
a {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.link a {
  text-decoration: none;
  color: #000;
}
.link a:hover {
  text-decoration: underline;
}

/*-----------------------------------------------------------------------------
button
-------------------------------------------------------------------------------*/
.btn a {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
}
@media screen and (min-width: 1001px) {
  .btn a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1000px) {
  .btn a {
    font-size: 14px;
  }
}

.btn-red a {
  color: #fff;
  background-color: #D0324B;
}

/*-----------------------------------------------------------------------------
display
-------------------------------------------------------------------------------*/
.dblock {
  display: block;
}

.dflex {
  display: flex;
}
.dflex-column {
  flex-direction: column;
}
.dflex-column-reverse {
  flex-direction: column-reverse;
}
.dflex-reverse {
  flex-direction: row-reverse;
}
.dflex-center {
  justify-content: center;
  align-items: center;
}
.dflex-jcsb {
  justify-content: space-between;
}
.dflex-aic {
  align-items: center;
}
.dflex-row-reverse {
  flex-direction: row-reverse;
}

.dgrid {
  display: grid;
}

/*-----------------------------------------------------------------------------
子要素横幅いっぱい
-------------------------------------------------------------------------------*/
.w10050 {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

/*-----------------------------------------------------------------------------
横幅いっぱい
-------------------------------------------------------------------------------*/
.w100 {
  width: 100% !important;
}

/*-----------------------------------------------------------------------------
大枠（PC用）
-------------------------------------------------------------------------------*/
.wrapper .inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

/*-----------------------------------------------------------------------------
共通パーツ
-------------------------------------------------------------------------------*/
.sec {
  padding: 80px 0;
}
@media screen and (max-width: 1000px) {
  .sec {
    padding: 40px 0;
  }
}
.sec .sec_ttl {
  font-size: 32px;
  margin-bottom: 40px;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 1000px) {
  .sec .sec_ttl {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.sec .sec_ttl .eng {
  font-size: 16px;
  color: #FFD405;
  letter-spacing: 3.84px;
  display: block;
  text-align: center;
  margin-top: 8px;
}

/*-----------------------------------------------------------------------------
header
-------------------------------------------------------------------------------*/
.mheader {
  background-color: #fff;
  width: 100%;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.16);
  border-radius: 16px;
  position: absolute;
  top: 24px;
  max-width: 1200px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
}
@media screen and (max-width: 1000px) {
  .mheader {
    top: 10px;
    width: 92%;
  }
}
@media screen and (max-width: 1000px) {
  .mheader .logo img {
    width: 90px;
  }
}
.mheader .inner {
  padding: 8px 16px 8px 32px;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .mheader .inner {
    padding: 8px;
  }
}
.mheader .inner .dflex {
  gap: 16px;
}
.mheader .dflex {
  align-items: center;
}
@media screen and (min-width: 1001px) {
  .mheader .gnavi_list_item a {
    padding: 8px 8px 8px 36px;
    display: block;
    font-size: 16px;
  }
  .mheader .gnavi_list_item01 {
    background: url("../img/icon_nav01.svg") no-repeat left 8px center;
  }
  .mheader .gnavi_list_item02 {
    background: url("../img/icon_nav02.svg") no-repeat left 8px center;
  }
  .mheader .gnavi_list_item03 {
    background: url("../img/icon_nav03.svg") no-repeat left 8px center;
  }
  .mheader .gnavi_list_item04 {
    background: url("../img/icon_nav04.svg") no-repeat left 8px center;
  }
  .mheader .gnavi_list_item05 {
    background: url("../img/icon_nav05.svg") no-repeat left 8px center;
  }
}
.mheader .btn-red a {
  line-height: 48px;
  width: 180px;
  position: relative;
  padding-left: 24px;
}
@media screen and (max-width: 1000px) {
  .mheader .btn-red a {
    line-height: 36px;
    width: 116px;
    font-size: 12px;
  }
}
.mheader .btn-red a:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../img/icon_mail.svg") no-repeat left center;
  background-size: contain;
  position: absolute;
  left: 20px;
  transform: translate(0, -50%);
  top: 50%;
}
@media screen and (max-width: 1000px) {
  .mheader .btn-red a:before {
    left: 10px;
    width: 20px;
    height: 20px;
  }
}

/*-----------------------------------------------------------------------------
footer
-------------------------------------------------------------------------------*/
.footer {
  width: 100%;
  background-color: #fff;
}
.footer .inner {
  max-width: 1000px;
  padding-top: 30px;
}
@media screen and (max-width: 1000px) {
  .footer .inner {
    padding: 20px 20px 0;
  }
}
.footer small {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 38px;
  font-weight: 700;
  height: 38px;
  background-color: #000;
}
.footer .dflex {
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.footer .footer_upper {
  border-bottom: 2px solid #D9D9D9;
  padding-bottom: 16px;
  padding-top: 24px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1000px) {
  .footer .footer_upper {
    flex-direction: column;
    justify-content: unset;
    align-items: unset;
  }
  .footer .footer_upper .dflex {
    flex-wrap: wrap;
    justify-content: unset;
    gap: 8px 24px;
  }
}
.footer .footer_upper a {
  padding: 8px;
  display: block;
  color: #000;
}
@media screen and (min-width: 1001px) {
  .footer .footer_upper a:hover {
    text-decoration: underline;
  }
}
.footer .footer_bottom {
  padding-bottom: 24px;
}
@media screen and (max-width: 1000px) {
  .footer .footer_bottom {
    flex-direction: column;
    justify-content: unset;
    align-items: unset;
  }
  .footer .footer_bottom .bnrs {
    gap: 30px;
  }
}
.footer .footer_bottom img {
  height: 56px;
}
@media screen and (max-width: 1000px) {
  .footer .footer_bottom img {
    height: 72px;
  }
}

.link a {
  color: #000;
  font-weight: 700;
}
@media screen and (min-width: 1001px) {
  .link a:hover {
    text-decoration: underline;
  }
}

.link-tblank a {
  position: relative;
}
.link-tblank a:after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("../img/icon_target_blank.svg") no-repeat bottom center;
  background-size: contain;
  vertical-align: -4px;
  margin-left: 4px;
}

/*-----------------------------------------------------------------------------
kv
-------------------------------------------------------------------------------*/
.kv {
  position: relative;
}
@media screen and (max-width: 1000px) {
  .kv {
    padding: 88px 16px 120px;
  }
}
.kv .kv_inner {
  width: 100%;
  max-width: 1200px;
  margin: 126px auto 0;
  padding: 0 90px 13px 0;
}
@media screen and (max-width: 1000px) {
  .kv .kv_inner {
    margin: 0 auto;
    padding: 0;
  }
}
.kv .kv_inner > .dflex {
  gap: 25px;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .kv .kv_inner > .dflex {
    flex-direction: column;
  }
}
.kv .txt-right {
  font-size: 40px;
}
@media screen and (max-width: 1000px) {
  .kv .txt-right {
    text-align: center;
    font-size: 22px;
    font-size: 5.8vw;
  }
}
.kv figure img {
  width: 100%;
  max-width: 448px;
}
@media screen and (max-width: 1000px) {
  .kv figure img {
    max-width: unset;
  }
}
.kv .main {
  width: 100%;
  max-width: 630px;
}
@media screen and (max-width: 1000px) {
  .kv .main {
    max-width: unset;
  }
}
.kv .main .list {
  gap: 4px;
  margin-bottom: 15px;
  padding-left: 10px;
  width: 100%;
}
.kv .main .list .list_item {
  position: relative;
  line-height: 36px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  z-index: 10;
  width: 120px;
}
@media screen and (max-width: 1000px) {
  .kv .main .list .list_item {
    font-size: 12px;
    width: 23%;
  }
}
.kv .main .list .list_item:before {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: skewX(-25deg);
  content: "";
  display: block;
  width: 120px;
  height: 36px;
  background-color: #FFD405;
}
@media screen and (max-width: 1000px) {
  .kv .main .list .list_item:before {
    width: 100%;
  }
}
.kv .main .subttl {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 1000px) {
  .kv .main .subttl {
    font-size: 14px;
    text-align: center;
    font-size: 3.6vw;
    margin-bottom: 2vw;
  }
}
.kv .btn {
  margin-top: 40px;
  width: 380px;
}
@media screen and (max-width: 1000px) {
  .kv .btn {
    width: 90%;
    bottom: 40px;
    left: 50%;
    transform: translate(-50%, 0);
    position: absolute;
  }
}
.kv .btn a {
  line-height: 48px;
}
.kv .btn a span {
  position: relative;
}
.kv .btn a span:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../img/icon_arrow_white.svg") no-repeat top center;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: -30px;
}

/*-----------------------------------------------------------------------------
スマシリーズの導入実績
-------------------------------------------------------------------------------*/
.companies {
  background-color: #fff;
  padding: 40px 0;
}
.companies .companies_ttl {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 24px;
}
.companies .logoarea {
  background: url("../img/slider.png") repeat-x;
  background-size: auto 80px;
  animation: bgscroll 40s linear infinite;
  height: 80px;
}
@keyframes bgscroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1812px 0;
  }
}

/*-----------------------------------------------------------------------------
サービス内容
-------------------------------------------------------------------------------*/
.sec01 {
  background-color: #F8F8F5;
}
@media screen and (max-width: 1000px) {
  .sec01 {
    padding: 56px 16px;
  }
}
.sec01 strong {
  position: relative;
  background: linear-gradient(transparent 75%, #FFD405 25%);
}
.sec01 .bg-white {
  background-color: #fff;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px;
  border-radius: 8px;
}
@media screen and (max-width: 1000px) {
  .sec01 .bg-white {
    padding: 40px 16px;
  }
}
.sec01 .box:not(:last-of-type) {
  border-bottom: 1px solid #F1F1EC;
}
.sec01 .thalist {
  width: 420px;
}
@media screen and (max-width: 1000px) {
  .sec01 .thalist {
    width: 100%;
  }
}
.sec01 .thalist > div dt {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 17px;
}
.sec01 .thalist > div dd {
  line-height: 1.6;
}
.sec01 .thalist > div:not(:first-of-type) {
  margin-top: 47px;
}
@media screen and (max-width: 1000px) {
  .sec01 .thalist > div:not(:first-of-type) {
    margin-top: 24px;
  }
}
.sec01 #smakaisyuu > .dflex,
.sec01 #smahattyupay > .dflex {
  gap: 42px;
}
@media screen and (max-width: 1000px) {
  .sec01 #smakaisyuu > .dflex,
  .sec01 #smahattyupay > .dflex {
    flex-direction: column;
    position: relative;
    gap: 1px;
  }
}
.sec01 #smakaisyuu > .dflex > .dflex,
.sec01 #smahattyupay > .dflex > .dflex {
  width: calc(100% - 420px);
  gap: 12px;
}
@media screen and (max-width: 1000px) {
  .sec01 #smakaisyuu > .dflex > .dflex,
  .sec01 #smahattyupay > .dflex > .dflex {
    flex-direction: column-reverse;
    width: 100%;
  }
}
.sec01 #smakaisyuu > .dflex > .dflex figure,
.sec01 #smahattyupay > .dflex > .dflex figure {
  width: 158px;
}
@media screen and (max-width: 1000px) {
  .sec01 #smakaisyuu > .dflex > .dflex figure,
  .sec01 #smahattyupay > .dflex > .dflex figure {
    width: 194px;
    display: block;
    margin: 130px auto 0;
  }
}
.sec01 #smakaisyuu > .dflex > .dflex figure img,
.sec01 #smahattyupay > .dflex > .dflex figure img {
  width: 100%;
}
.sec01 #smakaisyuu > .dflex section,
.sec01 #smahattyupay > .dflex section {
  width: calc(100% - 170px);
}
@media screen and (max-width: 1000px) {
  .sec01 #smakaisyuu > .dflex section,
  .sec01 #smahattyupay > .dflex section {
    width: 100%;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .sec01 #smakaisyuu > .dflex section .header,
  .sec01 #smahattyupay > .dflex section .header {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.sec01 #smakaisyuu > .dflex section .header .ttl,
.sec01 #smahattyupay > .dflex section .header .ttl {
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 8px;
}
@media screen and (max-width: 1000px) {
  .sec01 #smakaisyuu > .dflex section .header .subttl img,
  .sec01 #smahattyupay > .dflex section .header .subttl img {
    display: block;
    margin: 0 auto;
  }
}
.sec01 #smakaisyuu > .dflex section .lead,
.sec01 #smahattyupay > .dflex section .lead {
  font-weight: 500;
  margin-bottom: 16px;
}
@media screen and (max-width: 1000px) {
  .sec01 #smakaisyuu > .dflex section .lead,
  .sec01 #smahattyupay > .dflex section .lead {
    position: absolute;
    top: 84px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 1000px) {
  .sec01 #smakaisyuu > .dflex section .list,
  .sec01 #smahattyupay > .dflex section .list {
    width: 100%;
  }
}
.sec01 #smakaisyuu > .dflex section .list .list_item,
.sec01 #smahattyupay > .dflex section .list .list_item {
  margin-bottom: 12px;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  padding: 4px 8px 4px 60px;
  min-height: 44px;
  line-height: 44px;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .sec01 #smakaisyuu > .dflex section .list .list_item,
  .sec01 #smahattyupay > .dflex section .list .list_item {
    width: 100%;
  }
}

.list_item01 {
  background: url("../img/icon_smapay01.svg") no-repeat left 8px center;
}

.list_item02 {
  background: url("../img/icon_smapay02.svg") no-repeat left 8px center;
}

.list_item03 {
  background: url("../img/icon_smapay03.svg") no-repeat left 8px center;
}

.list_item04 {
  background: url("../img/icon_smakaisyu01.svg") no-repeat left 8px center;
}

.list_item05 {
  background: url("../img/icon_smakaisyu02.svg") no-repeat left 8px center;
}

.list_item06 {
  background: url("../img/icon_smakaisyu03.svg") no-repeat left 8px center;
}

/*-----------------------------------------------------------------------------
スマ発注
-------------------------------------------------------------------------------*/
#smahattyu {
  padding-bottom: 36px;
  margin-bottom: 64px;
}
@media screen and (max-width: 1000px) {
  #smahattyu {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
#smahattyu .box_header {
  text-align: center;
}
#smahattyu .box_header .box_ttl {
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 16px;
}
@media screen and (max-width: 1000px) {
  #smahattyu .box_header .box_ttl {
    font-size: 24px;
    margin-bottom: 8px;
    text-align: center;
  }
}
#smahattyu .lead {
  text-align: center;
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  #smahattyu .lead {
    text-align: left;
    font-size: 16px;
  }
}
#smahattyu .lead + .dflex {
  gap: 30px;
  align-items: self-start;
}
@media screen and (max-width: 1000px) {
  #smahattyu .lead + .dflex {
    flex-direction: column;
  }
}
#smahattyu .lead + .dflex .ttl {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
}
#smahattyu .lead + .dflex .txt {
  font-weight: 500;
  line-height: 1.6;
}
#smahattyu .lead + .dflex > .dflex {
  width: 410px;
}
@media screen and (max-width: 1000px) {
  #smahattyu .lead + .dflex > .dflex {
    width: 100%;
  }
}
#smahattyu .lead + .dflex > .dflex figure img {
  width: 194px;
  display: block;
  margin: 0 auto 19px;
}
#smahattyu .right {
  width: calc(100% - 410px);
}
@media screen and (max-width: 1000px) {
  #smahattyu .right {
    width: 100%;
  }
}
#smahattyu .right .item {
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  padding: 24px 16px;
}
@media screen and (max-width: 1000px) {
  #smahattyu .right .item {
    padding: 12px 8px;
  }
}
#smahattyu .right .item:not(:last-of-type) {
  margin-bottom: 24px;
}
@media screen and (max-width: 1000px) {
  #smahattyu .right .item:not(:last-of-type) {
    margin-bottom: 16px;
  }
}
#smahattyu .right .item > .dflex {
  align-items: center;
}
#smahattyu .right .item figure {
  width: 100px;
}
#smahattyu .right .item dl {
  width: calc(100% - 100px);
  padding-left: 8px;
}
#smahattyu .right .item dt {
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 16px;
}
@media screen and (max-width: 1000px) {
  #smahattyu .right .item dt {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
#smahattyu .right .item dd {
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 1000px) {
  #smahattyu .right .item dd {
    font-size: 12px;
    line-height: 1.6;
  }
}

/*-----------------------------------------------------------------------------
スマ発注Pay
-------------------------------------------------------------------------------*/
#smahattyupay {
  padding-bottom: 61px;
  margin-bottom: 64px;
}
@media screen and (max-width: 1000px) {
  #smahattyupay {
    margin-bottom: 40px;
  }
}
#smahattyupay .annotationtxt {
  font-size: 12px;
}
#smahattyupay .thalist {
  padding-top: 44px;
}
@media screen and (max-width: 1000px) {
  #smahattyupay .thalist {
    padding-top: 22px;
  }
}

/*-----------------------------------------------------------------------------
スマ回収
-------------------------------------------------------------------------------*/
#smakaisyuu {
  margin-bottom: 64px;
}
@media screen and (max-width: 1000px) {
  #smakaisyuu .ttl {
    text-align: center;
    width: 100%;
  }
}
#smakaisyuu .thalist {
  padding-top: 35px;
}

/*-----------------------------------------------------------------------------
リリース予定の機能
-------------------------------------------------------------------------------*/
.sbox .sbox_ttl {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .sbox .sbox_ttl {
    margin-bottom: 16px;
  }
}
.sbox .bg-lightyellow {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  background-color: #FFFDF3;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1000px) {
  .sbox .bg-lightyellow {
    padding: 40px 8px;
  }
}
.sbox .bg-lightyellow dl div {
  padding-left: 148px;
}
@media screen and (max-width: 1000px) {
  .sbox .bg-lightyellow dl div {
    padding-left: 0;
    padding-top: 110px;
  }
}
.sbox .bg-lightyellow dl div:not(:last-of-type) {
  margin-bottom: 64px;
}
@media screen and (max-width: 1000px) {
  .sbox .bg-lightyellow dl div:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
.sbox .bg-lightyellow dl div dt {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 8px;
}
@media screen and (max-width: 1000px) {
  .sbox .bg-lightyellow dl div dt {
    text-align: center;
  }
}
.sbox .bg-lightyellow dl div dd {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}
.sbox .release01 {
  background: url("../img/icon_release01.svg") no-repeat left center;
}
@media screen and (max-width: 1000px) {
  .sbox .release01 {
    background-position: left 50% top 0;
  }
}
.sbox .release02 {
  background: url("../img/icon_release02.svg") no-repeat left center;
}
@media screen and (max-width: 1000px) {
  .sbox .release02 {
    background-position: left 50% top 0;
  }
}
.sbox .release03 {
  background: url("../img/icon_release03.svg") no-repeat left center;
}
@media screen and (max-width: 1000px) {
  .sbox .release03 {
    background-position: left 50% top 0;
  }
}

/*-----------------------------------------------------------------------------
スライドイン
-------------------------------------------------------------------------------*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(80px);
  opacity: 0;
}

.scroll_up.on {
  transform: translateY(0);
  opacity: 1;
}

@media screen and (max-width: 1000px) {
  .sp_flex_column {
    flex-direction: column-reverse;
    display: flex;
  }
  .sp_flex_column .box:last-of-type {
    margin-bottom: 64px;
  }
}

/*-----------------------------------------------------------------------------
SP版ハンバーガーメニュー
-------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
お客様の声
-------------------------------------------------------------------------------*/
#voice {
  background-color: #fff;
}
#voice .inner {
  max-width: 920px;
}
@media screen and (max-width: 1000px) {
  #voice ul {
    width: 358px;
    margin: 0 auto;
  }
}
#voice ul li:not(:last-of-type) {
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  #voice ul li:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1000px) {
  #voice ul li > .dflex {
    flex-direction: column-reverse;
  }
}
#voice ul li picture {
  width: 120px;
}
@media screen and (max-width: 1000px) {
  #voice ul li picture {
    width: 100%;
  }
}
#voice ul li picture img {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  #voice ul li picture img {
    width: 214px;
    display: block;
    margin: 0 auto 8px;
  }
}
#voice ul li .textarea {
  width: calc(100% - 110px);
  padding: 20px 16px 16px 48px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 1000px) {
  #voice ul li .textarea {
    width: 100%;
    padding: 18px 8px;
    font-size: 14px;
  }
}
#voice ul li .textarea strong {
  font-size: 20px;
  font-weight: 700;
}
#voice ul li .textarea .stxt {
  font-size: 12px;
  display: block;
  line-height: 1;
  margin-top: 10px;
}
@media screen and (max-width: 1000px) {
  #voice ul li .textarea .stxt {
    font-size: 14px;
  }
}
#voice ul li.item03 .textarea {
  background: url("../img/voice_fukidashi03.svg") no-repeat top left;
  background-size: 800px auto;
}
@media screen and (max-width: 1000px) {
  #voice ul li.item03 .textarea {
    background: url("../img/voice_item03_sp.svg") no-repeat top left;
  }
}
#voice ul li.item03 figure {
  display: block;
  transform: translate(0, 10px);
}
#voice ul li.item02 .textarea {
  background: url("../img/voice_fukidashi02.svg") no-repeat top left;
  background-size: 800px auto;
}
@media screen and (max-width: 1000px) {
  #voice ul li.item02 .textarea {
    background: url("../img/voice_item02_sp.svg") no-repeat top left;
  }
}
#voice ul li.item01 .textarea {
  background: url("../img/voice_fukidashi01.svg") no-repeat top left;
  background-size: 800px auto;
  transform: translate(0, 16px);
}
@media screen and (max-width: 1000px) {
  #voice ul li.item01 .textarea {
    background: url("../img/voice_item01_sp.svg") no-repeat top left;
    transform: unset;
  }
}

/*-----------------------------------------------------------------------------
よくある質問
-------------------------------------------------------------------------------*/
#faq {
  background-color: #F8F8F5;
}
#faq .inner {
  max-width: 800px;
}

/*-----------------------------------------------------------------------------
アコーディオン
-------------------------------------------------------------------------------*/
.js-accordion--close {
  display: none;
}

.accordion-box {
  height: 0;
  overflow: hidden;
  transition: 0.4s ease;
  opacity: 0;
}

.js-accordion {
  position: relative;
  background: #FFD405 url("../img/sec06_icon_q.svg") no-repeat left 16px center;
  color: #000;
  width: 100%;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  padding: 12px 50px;
  cursor: pointer;
  transition: all 0.3s ease-in;
  border-radius: 8px;
  border: none;
}
.js-accordion:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1000px) {
  .js-accordion {
    font-size: 16px;
    background-size: 24px auto;
    padding: 12px 40px;
    background-position: left 10px center;
  }
}

.js-accordion::before {
  content: "";
  width: 2px;
  height: 16px;
  background: #000;
  position: absolute;
  right: 28px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.6s ease;
}
@media screen and (max-width: 1000px) {
  .js-accordion::before {
    right: 17px;
  }
}

.js-accordion::after {
  content: "";
  width: 16px;
  height: 2px;
  background: #000;
  position: absolute;
  right: 21px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.6s ease;
}
@media screen and (max-width: 1000px) {
  .js-accordion::after {
    right: 10px;
  }
}

.accordion-box {
  transition: all 0.4s ease-in-out;
}

.js-accordion.is-accordion--open {
  border-radius: 8px 8px 0 0;
}
.js-accordion.is-accordion--open + .accordion-box {
  background-color: #fff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
  border-radius: 0 0 8px 8px;
  opacity: 1;
  height: auto;
  font-weight: 400;
}
.js-accordion.is-accordion--open + .accordion-box p {
  padding: 16px;
}
@media screen and (max-width: 1000px) {
  .js-accordion.is-accordion--open + .accordion-box p {
    padding: 10px;
    font-size: 14px;
  }
}

.js-accordion.is-accordion--open::before {
  transform: rotate(90deg);
}

.js-accordion.is-accordion--open::after {
  transform: rotate(-180deg);
}

.js-accordion.is-accordion--open + .accordion-box {
  height: auto;
  opacity: 1;
}

/*-----------------------------------------------------------------------------
お問い合わせ
-------------------------------------------------------------------------------*/
@media screen and (max-width: 1000px) {
  #contact {
    padding: 16px;
  }
}
#contact .inner {
  background-color: #fff;
  max-width: 840px;
  padding: 40px 56px;
}
@media screen and (max-width: 1000px) {
  #contact .inner {
    padding: 40px 8px;
  }
}
#contact dl > .dflex {
  margin-bottom: 32px;
}
@media screen and (max-width: 1000px) {
  #contact dl > .dflex {
    flex-direction: column;
  }
}
#contact dl dt {
  width: 164px;
  font-weight: 500;
  line-height: 1;
  padding-top: 8px;
}
@media screen and (max-width: 1000px) {
  #contact dl dt {
    width: 100%;
    margin-bottom: 8px;
  }
}
#contact dl dt .must {
  background-color: #FFD405;
  font-size: 10px;
  line-height: 18px;
  width: 36px;
  border-radius: 4px;
  display: inline-block;
  margin-left: 16px;
  text-align: center;
}
#contact dl dd {
  width: calc(100% - 164px);
  padding-left: 44px;
}
@media screen and (max-width: 1000px) {
  #contact dl dd {
    width: 100%;
    padding: 0;
  }
}
#contact dl dd input, #contact dl dd textarea {
  width: 100%;
  border-radius: 4px;
  background-color: #F0F0F0;
  border: none;
  padding: 10px;
}
#contact dl dd textarea {
  min-height: 195px;
}
#contact dl dd select {
  width: 40%;
  height: 44px;
  font-size: 14px;
}
#contact .pbox .pbx_txt {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 8px;
}
#contact .pbox .dlbox {
  border: 1px solid #000;
}
#contact .pbox .dlbox:not(:last-of-type) {
  margin-bottom: 16px;
}
#contact .pbox .dlbox .ttl {
  border-bottom: 1px solid #000;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 500;
  background-color: #F1F1EC;
}
#contact .pbox .dlbox .contents {
  height: 150px;
}
#contact .pbox .dlbox .contents .contents_inner {
  height: 100%;
  overflow-y: auto;
  padding: 16px;
}
#contact .btnagree {
  cursor: pointer;
  display: block;
  text-align: center;
  margin-top: 8px;
}
#contact .btnagree input {
  border: 1px solid #000;
  margin-right: 4px;
}
#contact .btn {
  display: block;
  margin: 40px auto 0;
}

/*-----------------------------------------------------------------------------
会社概要
-------------------------------------------------------------------------------*/
#companyinfo {
  background-color: #fff;
}
#companyinfo .inner {
  max-width: 782px;
}
@media screen and (max-width: 1000px) {
  #companyinfo .inner {
    padding: 0 16px;
  }
}
#companyinfo dl {
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  #companyinfo dl {
    font-size: 16px;
  }
}
#companyinfo dl div {
  border-bottom: 1px solid #F1F1EC;
  padding: 8px;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  #companyinfo dl div {
    flex-direction: column;
  }
}
#companyinfo dl div dt, #companyinfo dl div dd {
  padding: 8px;
}
#companyinfo dl div dt {
  width: 243px;
}
@media screen and (max-width: 1000px) {
  #companyinfo dl div dt {
    width: 100%;
  }
}
#companyinfo dl div dd {
  width: calc(100% - 243px);
}
@media screen and (max-width: 1000px) {
  #companyinfo dl div dd {
    width: 100%;
  }
}
#companyinfo dl div dd .link a {
  color: #5A88FF;
}

/*-----------------------------------------------------------------------------
タブ切り替え
-------------------------------------------------------------------------------*/
.tags,
.tags__wrap {
  width: 100%;
  margin: 0 auto;
}

.tab__btn {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .tab__btn {
    flex-wrap: wrap;
    padding: 0 16px;
    gap: 16px;
  }
}

.tab__name {
  cursor: pointer;
  display: block;
  width: 200px;
  line-height: 48px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  transition: ease 0.3s;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}
@media screen and (max-width: 1000px) {
  .tab__name {
    width: 47.6%;
  }
}

.tab__name:hover {
  opacity: 0.7;
}

.tab__content {
  display: none;
  width: 100%;
  padding: 24px;
  box-sizing: border-box;
}
.tab__content .item:not(:last-of-type) {
  margin-bottom: 20px;
}

/* ////////////////////////// */
/* タグボタン表示切り替え */
/* ////////////////////////// */
.tab__name.is-active {
  color: #FFF;
  opacity: 1;
  transition: 0.3s ease;
}

/* ////////////////////////// */
/* タグ内容表示切り替え */
/* ////////////////////////// */
.tab__content.is-show {
  display: block;
}

/*-----------------------------------------------------------------------------
サンクスページ
-------------------------------------------------------------------------------*/
@media screen and (max-width: 1000px) {
  .l-thank {
    padding: 0 16px;
  }
}
.l-thank .bg-white {
  background-color: #fff;
  width: 100%;
  max-width: 1000px;
  margin: 128px auto 200px;
}
.l-thank .bg-white .sec_ttl {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 24px;
}
@media screen and (max-width: 1000px) {
  .l-thank .bg-white .sec_ttl {
    font-size: 16px;
  }
}
.l-thank .bg-white .lead {
  text-align: center;
  line-height: 1.6;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 24px;
}
.l-thank .btn-gray {
  width: 320px;
  margin: 0 auto;
}
.l-thank .btn-gray a {
  line-height: 48px;
  background-color: #F1F1EC;
  color: #000;
}

input.btn-red {
  background-color: #D0324B;
  color: #fff;
  border: none;
  height: 48px;
  width: 320px;
  border-radius: 8px;
  transition: all 0.2s ease-in;
  font-size: 16px;
  font-weight: 700;
}

input.btn-red:disabled {
  background-color: #F1F1EC;
  color: #fff;
}/*# sourceMappingURL=style.css.map */