/********************************************************************************

common-sp.css

********************************************************************************/

/*============================================================
 system
*============================================================*/
/* pc-sp display switch
---------------------------------------- */
.forPC {
  display: none;
}

.forSP {
  display: none !important;
}

/*============================================================
 format
*============================================================*/
body {
  min-width: 100%;
}

/*============================================================
 common layout
*============================================================*/
.inner {
  width: 100% !important;
  margin: 0;
  padding: 0 24px;
  box-sizing: border-box;
}

.breadcrumbs {
  font-size: 1.2rem;
  position: relative;
  top: 80px;
  padding-top: 20px;
}

.heading h1 {
  padding-top: 25px;
}

.heading p {
  margin-bottom: 16px;
}

/* button
---------------------------------------- */
.btn {
  height: 56px;
  line-height: 56px;
}

.btn a {
  font-size: 2.0rem;

}

/* =======================================================
 header
*============================================================*/
header.site-header {
  height: 78px;
  /* demo */
  /* background: none; */
  /* box-shadow: none; */
}

header.site-header:not(.no-fixed) {
  top: 0;
}

header .inner {
  width: 90% !important;
  padding: 0 !important;
}

header .site-branding .top-info {
  /* height: auto; */
  height: 64px;
  padding: 0;
  position: relative;
}

header .site-branding .top-info .top-logo {
  /* width: 100%; */
  height: auto;
  /* position: relative; */
  z-index: 9999;
  position: absolute;
  left: 0;
  top: 12px;
  /* demo */
  /* display: none; */
}

header .site-branding .top-info .top-logo img {
  width: 160px;
}

header .site-branding .top-info .top-catch {
  display: none;
}

header .site-branding .top-info .top-btn:not(.ul-btn) {
  position: absolute;
  right: 55px;
  top: 10px;
}

header .site-branding .top-info .top-btn .btn {
  width: 110px;
  height: 44px;
  line-height: 40px;
  /* demo */
  /* display: none; */
}

header .site-branding .top-info .top-btn.forContact .btn {
  width: 160px;
}

header .site-branding .top-info .top-btn .btn a {
  padding: 4px 0 0 0;
  font-size: 1.4rem;
}

header .site-branding .top-info nav {
  background-color: #fff;
  text-align: center;
  width: 100%;
  height: 100vh;
  /* padding-top: 400px;
	padding-bottom: 300px; */
  flex-direction: column;
  margin-right: 0;
  /* position: relative;
	right: -100%; */
}

header .site-branding .top-info nav {
  position: fixed;
  top: 0;
  right: -100%;
}

header .site-branding .top-info nav.open {
  display: block;
  transition: all 0.6s;
  right: 0;
  z-index: 1000;
}

header .site-branding .top-info nav ul {
  margin-bottom: 88px;
  flex-direction: column;
  padding-top: 134px;
  width: initial;
}

header .site-branding .top-info nav ul li {
  padding-bottom: 30px;
  font-size: 1.6rem;
}

header .toggle {
  width: 56px;
  height: 54px;
  right: 7px;
  position: absolute;
  top: 8px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  border-radius: 100%;
}

header .toggle span {
  width: 20px;
  display: inline-block;
  border-bottom: 1.5px solid #000;
  position: relative;
  left: 18px;
  position: relative;
  z-index: 9999;
}

header .toggle span:first-child {
  top: 24px;
}

header .toggle span:nth-child(2) {
  top: 30px;
}

header .toggle span:nth-child(3) {
  top: 36px;
}

header .site-branding .top-info .top-logo-nav {
  display: block;
  width: 120px;
}

header .top-info nav .top-btn .btn {
  margin: 0 auto;
  width: 240px !important;
  display: block;
}

header .top-info nav .top-btn:last-of-type {
  margin-top: 2px !important;
}

.toggle.active span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 29px;
}

.toggle.active span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 27px;
  /* bottom: 7px; */
}

.toggle.active span:nth-child(3) {
  display: none;
}

header .site-branding .top-info nav .top-btn {
  display: block;
  margin-top: 55px;
}

header .site-branding .top-info nav .top-btn:last-child {
  position: relative;
  top: 30px;
}

/*============================================================
 main
*============================================================*/
/* hero
---------------------------------------- */
/* logo */
main #hero .inner {
  height: 100%;
  padding: 0;
}

main #hero h1 {
  margin: 32px auto;
  width: 270px;
}

main #hero h1 img {
  width: 100%;
  height: auto;
}

main #hero .catch {
  margin-left: 0;
}

main #hero .catch p:nth-of-type(1) {
  font-size: 1.6rem;
  margin-bottom: 24px;
  text-align: left;
  padding: 0 24px;
}

main #hero .catch p:nth-of-type(2) {
  font-size: 3.0rem;
  letter-spacing: 0.2em;
  line-height: 140%;
  margin-bottom: 197px;
  text-align: left;
  padding: 0 24px;
}

main #hero .catch p:nth-of-type(3) {
  font-size: 1.4rem;
  line-height: 200%;
  letter-spacing: 0.08em;
  padding: 0 24px;
  margin-bottom: 30px;
}


/* btn */
main #hero .cta {
  margin-left: 0;
  position: relative;
  bottom: 30px;
}

main #hero .cta .btn {
  width: 264px;
  height: 56px;
  margin: 0 auto;
  line-height: 56px;
}

main #hero .cta .btn a {
  font-size: 1.8rem;
  padding: 8px 0;
}

/* illust */
main #hero .illust {
  width: 100%;
  height: 100%;
  /* height: 620px; */
  top: unset;
  bottom: -27px;
  text-align: center;
}

main #hero .box {
  bottom: 0;
  position: relative;
  z-index: -1;
  min-width: 100% !important;
  height: 200px;
  border-radius: 0;
}

main #hero .box .wrap {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: center;
}

main #hero .box .wrap .img {
  width: 180px;
}

main #hero .box .wrap p {
  font-size: initial;
  font-weight: bold;
  text-align: left;
}

main #hero .box i {
  display: none;
}

main #hero .illust img {
  display: none;
  height: 620px;
  width: auto;
}

@media screen and (min-width: 481px) {
  #problem .section__title {
    font-size: 20px;
  }

  #operatin {
    padding: 24px 0;
  }

  #operation .operate__content .section__title {
    font-size: 20px;
  }

  #operation .operate__content .operate__sub {
    font-size: 16px;
  }

  #improve {
    padding: 24px 0;
  }

  #improve .section_title {
    font-size: 20px;
  }

  #improve .improve__inner .improve__inner--text p {
    font-size: 16px;
  }

  #sec-point .inner .h2 {
    font-size: 20px;
  }

  #sec-point .inner p {
    font-size: 16px;
  }

  #sec-function .inner h2 {
    font-size: 30px;
  }

  #sec-function .inner .catch {
    font-size: 20px;
  }

  #sec-step .inner h2 {
    font-size: 30px;
  }

  #sec-step .inner .text {
    font-size: 20px;
  }

  #sec-usecase .inner .title-catch {
    font-size: 30px;
  }

  #sec-faq .inner h2 {
    font-size: 30px;
  }

  #sec-about .inner h2 {
    font-size: 30px;
  }

  #common-section-cta-02 .inner .catch .p {
    font-size: 30px;
  }

  .fvfooter {
    width: 95%;
    padding: 0 2.5%;
  }

  .fvfooter .fvfooter__inner {
    width: 100%;
    padding: 0;
  }

  .fvfooter .fvfooter__inner p {
    font-size: 12px;
    line-height: 1.6;
  }

  main #hero {
    height: 800px;
    padding-bottom: 40px;
    transform: translateY(64px);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  main #hero .box {
    bottom: -90px;
  }

  main #hero .inner {
    height: 700px;
    display: block;
  }

  main #hero .inner .catch {
    width: 90%;
    margin: auto;
  }

  main #hero .inner .catch .catch__sub {
    padding: 24px;
    display: inline-block;
  }

  main #hero .inner .catch .catch__detail {
    margin-bottom: 10%;
    padding: 0;
    font-size: 22px;
  }

  main #hero .inner .catch .catch__cta {
    width: 85%;
  }

  main #hero .inner .illust {
    width: 90%;
    height: 300px;
    margin: 40px auto;
  }

  main #hero .illust {
    background-size: 60%;
    z-index: -1;
    padding: 67px 0 0 0;
    bottom: 100px;
  }

  main #hero .illust .illust__img {
    display: block;
    height: 300px;
  }

  main #hero .illust .illust__img img {
    display: block;
    width: 50%;
    margin: auto;
    height: 300px;
  }

  main #hero .illust .illust__content {
    font-size: 20px;
  }

  main #hero .catch p {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    text-align: center;
  }

  main #hero .catch p:nth-of-type(2) {
    margin-bottom: 45%;
  }

  main #sec-problem {
    padding: 80px 0 64px;
  }
}

.common-section-cta-02 .logo {
  width: 254px;
  margin: 0 auto;
}

.common-section-cta-02 .wrap {
  justify-content: center;
  flex-wrap: wrap;
}

.common-section-cta-02 .catch {
  left: 0;
  font-size: 1.8rem;
  margin-bottom: 46px;
  text-align: left;
}

.common-section-cta-02 p {
  font-size: 1.8rem;
  font-weight: 500;
}

/* こんな経験ありませんか？
---------------------------------------- */

main #sec-problem .catch {
  font-size: 2.0rem;
  margin-bottom: 32px
}

main #sec-problem ul {
  display: block;
  width: 296px;
  margin: 0 auto;
}

main #sec-problem ul li {
  margin-bottom: 32px;
}

main #sec-problem ul li:last-of-type {
  margin-bottom: 0;
}

/* 導入実績多数
---------------------------------------- */
main #sec-results {
  padding: 48px 0 56px 0;
}

main #sec-results .inner {
  padding-left: calc(((100vw - 100%) / 2) * -1);
  padding-right: calc(((100vw - 100%) / 2) * -1);

}

main #sec-results ul {
  white-space: nowrap;
  overflow-x: auto;
  /* 	padding-left: 22%; */
  -webkit-overflow-scrolling: touch;
}

main #sec-results ul li {
  min-width: 220px;
  display: inline-block;
  margin-right: 35px;
}

main #sec-results ul li:nth-last-child(-n+4) {
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}

main #sec-results p {
  margin-top: 30px;
  font-size: 14px;
}

/* 1段階をのりこえる
---------------------------------------- */

/* コンセプト
---------------------------------------- */
main #sec-concept .inner {
  padding: 56px 24px 400px 24px;
}

main #sec-concept h2 {
  font-size: 3.2rem;
  margin: 0 0 32px 0;
}

main #sec-concept p {
  margin-left: 0;
  width: 100%;
}

main #sec-concept .illust {
  right: 0;
  top: unset;
  bottom: -1px;
  box-sizing: border-box;
}

main #sec-concept .illust img {
  width: 375px;
  height: auto;
}

/* ポイント
---------------------------------------- */
main #sec-point {
  padding: 24px 0 24px 0;
}

main #sec-point h2 {
  font-weight: 800;
  font-size: 20px;
  line-height: 180%;
  margin-bottom: -14px;
  padding: 32px 0 0 0;
  margin-bottom: 8px;
}

main #sec-point .catch {
  font-size: 16px;
  line-height: 260%;
  margin-bottom: 40px;
}

main #sec-point .point-wrap .point {
  display: block;
  margin-bottom: 64px;
}

main #sec-point .point-wrap .point .image {
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 24px;
}

main #sec-point .point-wrap .point .image img {
  width: 232px;
}

main #sec-point .point-wrap .point .info {
  width: 100%;
}

main #sec-point .point-wrap .point .info h3 {
  font-size: 3.2rem;
  margin-bottom: 16px;
  text-align: left;
}

/* 機能
---------------------------------------- */
main #sec-function {
  background-image: url(assets/images/sp/front/function-bg.png);
  background-position: top 56px center;
  background-size: 536px 437px;
  text-align: center;
}

main #sec-function .inner {
  padding: 24px 0 192px 0;
}

main #sec-function .catch {
  font-size: 1.8rem;
  letter-spacing: normal;
  margin-bottom: 20px;
}

main #sec-function h2 {
  font-weight: 800;
  font-size: 2.4rem;
  line-height: 180%;
  letter-spacing: normal;
  margin-bottom: 8px;
}

main #sec-function .catch.last {
  margin-bottom: 48px;
}

main #sec-function ul {
  display: block;
  width: 296px;
  margin: 0 auto;
}

main #sec-function ul li {
  margin-bottom: 40px;
}

main #sec-function ul li:nth-last-child(-n+3) {
  margin-bottom: 40px;
}

main #sec-function ul li:last-of-type {
  margin-bottom: 0;
}

main #sec-function .illust {
  bottom: -112px;
  left: 0;
  width: 100%;
  text-align: center;
}

main #sec-function .illust img {
  width: 360px;
}

/* ステップ
---------------------------------------- */
main #sec-step {
  padding: 132px 0 40px 0;
}

main #sec-step .text {
  line-height: 220%;
}

main #sec-step h2 {
  font-size: 2.4rem;
}

main #sec-step .step-wrap {
  padding: 0;
  margin-bottom: 32px;
  display: block;
  /* background-image: url(assets/images/sp/front/step-bg.png?20200716);
    background-repeat: no-repeat;
    background-position: bottom center;
	background-size: auto 1493px; */
  background-image: none;
}

main #sec-step .step-wrap .steps {
  flex-direction: column-reverse;
}

main #sec-step .step-wrap .step {
  margin: 80px 0 0 0;
  text-align: center;
}

main #sec-step .step-wrap .step .monitor {
  width: 320px;
  margin: 0 auto 20px auto;
  max-width: 100%;
}

main #sec-step .step-wrap .step .info h3 {
  font-size: 2.0rem;
  margin-bottom: 12px;
}

main #sec-step .step-wrap .step .number {
  left: 0;
}

@media screen and (min-width: 480px) {
  main #sec-step .step-wrap .step .info>* {
    text-align: center;
  }
}

/* ユースケース
---------------------------------------- */
main #sec-usecase {
  padding: 50px 0 28px 0;
}

main #sec-usecase .inner {
  overflow: hidden;
}

main #sec-usecase .title-catch {
  font-size: 1.8rem;
  margin-bottom: 16px;
}

main #sec-usecase .usecase-wrap .usecase .number {
  left: 0;
  bottom: -675px;
}

@media screen and (min-width: 480px) {
  main #sec-usecase .usecase-wrap .usecase .number {
    left: unset;
    top: unset;
    bottom: -180px;
    right: 0;
    font-size: 60rem;
    line-height: 1;
  }

  main #sec-usecase .usecase-wrap .usecase .number:after {
    bottom: 90px;
  }
}

main #sec-usecase .usecase-wrap .usecase h3 {
  font-size: 2.0rem;
  margin-bottom: 20px;
}

main #sec-usecase .usecase-wrap .usecase h3::first-letter {
  font-size: 3.2rem;
}

main #sec-usecase .usecase-wrap .usecase .catch {
  font-size: 1.8rem;
  margin-bottom: 24px;
}

main #sec-usecase .usecase-wrap .usecase .text {
  padding: 16px;
  font-size: 1.8rem;
}

/* 料金
---------------------------------------- */
main #sec-price {
  padding: 40px 0 0 0;
  height: 1500px;
}

main #sec-price h2 {
  margin-bottom: 0;
  font-size: 2.0rem !important;
}

main #sec-price p {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 200%;
}

main #sec-price .plan-wrap-forSP {
  overflow-x: scroll;

}

main #sec-price .plan-wrap {
  width: 800px;
  padding: 40px 0;
}

main #sec-price .plan-wrap .plan {
  width: 260px;
}

main #sec-price .plan-wrap .plan h3 {
  letter-spacing: 0.04em;
}

/* 導入の流れ
---------------------------------------- */
main #sec-flow .inner {
  padding: 16px 24px 8px 24px;
  background-image: url(assets/images/sp/front/flow-bg.png);
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}

main #sec-flow:before {
  top: -116px;
}

main #sec-flow h2 {
  font-size: 2.4rem;
  margin-bottom: 24px;
}

main #sec-flow .flow-wrap {
  width: 100%;
}

main #sec-flow .illust {
  display: none;
}

main #sec-flow .flow-wrap .flow h3 {
  position: relative;
  z-index: -1;
  font-size: 2.0rem;
  padding: 10px 0 0 62px;
  line-height: 180%;
}

main #sec-flow .flow-wrap .flow:nth-last-child(-n+4) h3 {
  line-height: 69px;
}

main #sec-flow .flow-wrap .flow h3 .period {
  position: absolute;
  top: 14px;
  right: 24px;
  padding-left: 0;
}

main #sec-flow .flow-wrap .flow .note {
  padding: 16px 18px;
}

main #sec-flow .flow-wrap .flow .note .cta .btn {
  line-height: 48px;
  height: 48px;
  background-color: #353535;
  width: 200px;
  margin: 13px auto 0;
}

main #sec-flow .flow-wrap .flow .note .cta .btn a {
  color: #fff;
  font-size: 1.6rem;
}

/* よくあるご質問
---------------------------------------- */
main #sec-faq .inner {
  padding: 48px 0 56px 0;
}

main #sec-faq h2 {
  font-size: 2.4rem;
  margin-bottom: 50px
}

main #sec-faq .illust {
  top: 4px;
  left: 0;
  z-index: -1;
}

main #sec-faq .faq-wrap .faq {
  padding: 24px 12px 16px 12px;
  margin: 0 24px 32px 24px;
}

main #sec-faq .faq-wrap .faq:last-child {
  margin-bottom: 0;
}

main #sec-faq .faq-wrap .faq h3 {
  font-size: 1.4rem;
  margin-bottom: 24px;
}

main #sec-faq .faq-wrap .faq .answer {
  font-size: 1.4rem;
}

main #sec-faq .faq-wrap .faq h3:before,
main #sec-faq .faq-wrap .faq .answer:before {
  line-height: 4.0rem;
}

/* 会社概要
---------------------------------------- */
main #sec-about {
  padding: 56px 0 0 0;
}

main #sec-about h2 {
  font-size: 2.4rem;
  margin-bottom: 73px;
}

main #sec-about dl {
  display: block;
}

main #sec-about dl dt,
main #sec-about dl dd {
  width: 100%;
}

main #sec-about dl dt {
  padding-bottom: 0;
  border: none;
  margin-bottom: 12px;
  font-size: 1.4rem;
}

main #sec-about .map iframe {
  height: 324px;
}

/* CTA
---------------------------------------- */
main .common-section-cta {
  padding: 48px 0 64px 0;
}

main .common-section-cta .logo img {
  width: 254px;
  height: 80px;
}

main .common-section-cta .catch {
  font-size: 1.8rem;
  margin-bottom: 40px;
}

/* btn */
main .common-section-cta .btn {
  width: 264px;
}

/*============================================================
 お問い合わせ
*============================================================*/
#page-contact .btn-area .btn {
  width: 100%;
}

#page-contact .btn-area {
  padding: 0 24px;

}

/* confirm
---------------------------------------- */
#page-contact.page-contact-confirm form .btn-area {
  display: block;
}

#page-contact.page-contact-confirm form .btn-area .btn {
  margin: 0 0 40px 0;
}

/* thanks
---------------------------------------- */
#page-contact.page-contact-thanks h1 {
  margin-bottom: 40px;
  text-align: center;
}

#page-contact.page-contact-thanks .inner {
  background-size: 48px, 55px;
  background-position: left 56px top 250px, right 60px top 250px;
}

#page-contact.page-contact-thanks .message {
  font-size: 1.8rem;
}

/*============================================================
 archive.php
*============================================================*/
#page-archive .pickup {
  background-color: #FFFDEE;
  padding-top: 31px;
}

#page-archive .pickup a {
  flex-direction: column-reverse;
  align-items: center;
}

#page-archive .pickup .title {
  font-size: 2.4rem;
  padding: 0 15px;
}

#page-archive .pickup .pickup-info {
  margin-left: 0;
  padding-bottom: 26px;
}

#page-archive .pickup .tag {
  margin: 0 auto;
}

#page-archive .btn {
  margin: 0 auto;
  display: block;
  width: 300px;
}

#page-archive .btn a {
  font-size: 2.0rem;
  line-height: 56px;
}

#page-archive .new {
  margin-top: 0;
}

#page-archive .wrap li {
  height: 400px;
}

@media screen and (max-width: 500px) {
  #hero .inner .catch__cta .btn {
    width: 140px;
  }

  #hero .inner .catch {
    width: 100%;
  }

  #hero {
    height: 650px;
  }

  #hero .inner {
    display: block;
    height: 530px;
  }

  #hero .inner .catch .catch__sub {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    padding: 18px 24px;
    display: inline-block;
  }

  #hero {
    height: 650px;
    transform: translateY(64px);
  }

  main #hero .inner {
    height: 530px;
  }

  #hero .inner .catch {
    width: 95%;
    margin: 0 2.5%;
  }

  #hero .inner .catch .catch__title {
    font-size: 26px;
    line-height: 48px;
    font-weight: 500;
  }

  #hero .inner .catch .catch__detail {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 15%;
    line-height: 40px;
    padding: 0;
    font-weight: 500;
  }

  #hero .inner .catch .catch__cta {
    width: 80%;
  }

  #hero .inner .catch .catch__cta .btn {
    width: 140px;
    height: 40px;
  }

  #hero .inner .catch .catch__cta .btn a {
    width: 140px;
    height: 40px;
    font-size: 12px;
  }

  #hero .inner .illust {
    width: 100%;
    margin: auto;
    height: 200px;
    text-align: center;
  }

  #hero .inner .illust .illust__img {
    width: 100%;
    height: 200px;
    display: block;
  }

  #hero .inner .illust .illust__img img {
    width: 100%;
    height: 200px;
    display: block;
  }

  .fix .fix__inner {
    padding: 20px 16px;
  }

  .fix .fix__inner .fix__inner--img img {
    width: 70px;
  }

  .fix .fix__inner h3 {
    font-size: 12px;
  }

  .fix .fix__inner .fix__inner--arrow {
    right: 4px;
  }

  .fvfooter .fvfooter__inner {
    width: calc(100% - 32px);
    padding: 0 16px;
  }

  .fvfooter .fvfooter__inner .cta {
    height: 40px;
  }

  .fvfooter .fvfooter__inner .cta .btn {
    width: 120px;
    height: 40px;
  }

  .fvfooter .fvfooter__inner .cta .btn a {
    width: 120px;
    font-size: 12px;
  }

  .fvfooter .fvfooter__inner p {
    line-height: 18px;
    font-size: 10px;
    margin-right: 8px;
  }

  #problem .problem__inner {
    padding: 24px 32px;
    display: block;
  }

  #problem .problem__inner .problem__inner--content {
    width: 100%;
  }

  #problem .problem__inner .problem__inner--box {
    width: 100%;
    justify-content: space-around;
    margin-top: 24px;
  }

  #problem .section__title {
    font-size: 20px;
  }

  #operation {
    display: block;
  }

  #operation .operate__illust {
    width: 50%;
    margin: auto;
  }

  #operation .operate__content {
    width: 100%;
  }

  #operation .operate__content .section__title {
    font-size: 20px;
  }

  #operation .operate__content .operate__sub {
    font-size: 16px;
  }

  #improve .section_title {
    width: 90%;
    margin: auto;
    font-size: 20px;
    line-height: 40px;
  }

  #improve .improve__inner {
    display: block;
  }

  #improve .improve__inner .improve__inner--text {
    width: 100%;
  }

  #improve .improve__inner .improve__inner--illust {
    width: 50%;
    margin: auto;
  }

  #improve .improve__inner .improve__inner--text p {
    font-size: 16px;
  }

  #sec-point .inner h2 {
    font-size: 20px;
  }

  #hero .inner .catch__cta .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 140px;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    padding: 28px 0;
    background-color: #FFD800;
    border-radius: 36px;
    position: relative;
  }

  #page-archive .wrap li {
    width: 100%;
    height: 397px;
  }
}

#page-archive .new .title {
  font-size: 2.0rem;
}

#sec-point .inner .point-wrap .point .info h3 {
  font-size: 20px;
  line-height: 40px;
}

#sec-point .inner .point-wrap .point .info .text {
  font-size: 16px;
  line-height: 28px;
}

#sec-function .inner .catch {
  width: 90%;
  margin: 0 auto 32px;
}

#sec-step .inner .text {
  font-size: 16px;
}

#sec-step .inner h2 {
  font-size: 20px;
}

#sec-usecase .inner .title-catch {
  font-size: 20px;
}

#sec-usecase .inner .title-catch img {
  width: 30%;
  margin: 0;
}

#sec-usecase .inner .usecase-wrap .usecase h3 {
  font-size: 16px;
}

#sec-usecase .inner .usecase-wrap .usecase h3 span {
  font-size: 18px;
}

#sec-function .inner h2 {
  font-size: 20px !important;
}

#sec-faq .inner h2 {
  font-size: 20px;
}

main #sec-function .catch.last {
  font-size: 16px;
}

main #sec-step .inner .text {
  font-size: 16px;
}

main #sec-usecase .usecase-wrap .usecase .text {
  font-size: 16px;
}

main #sec-faq .illust {
  display: none;
}

#sec-about .inner h2 {
  font-size: 20px;
}

/* ==========================================================
	7日間体験
==============================================================*/

.taiken {
  border-radius: 0;
  line-height: 65%;
}

.taiken .h-ttl {
  height: 32px;
  line-height: 32px !important;
  font-size: 1.4rem;
  padding: 0;
  width: 180px;
}

.taiken h2 {
  font-size: 2.4rem !important;
}

.taiken-wrapper {
  display: block;
}

.taiken .box {
  padding-left: 3px;
  height: 228px;
  margin: 0 auto;
}

.taiken .box .ttl {
  line-height: 220%;
  width: 138px;
}

.taiken .box ul {
  padding-left: 30px;
}

.taiken .box li {
  font-size: 1.4rem !important;
  margin-top: 13px;
}

.taiken .list {
  min-width: initial;
  width: 100%;
  margin-top: 30px;
}

.dropdown {}

.btn-more {
  width: 200px;
  text-align: center;
  margin: 27px auto 0;
  color: #fff;
  cursor: pointer;
}

.btn-more::before {
  content: "ひらく\A";
  white-space: pre;
  margin-right: 10px;
  font-size: 1.0rem;
}

.btn-more::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-size: 132%;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-right: 10px;
  position: relative;
  top: 2px;
  font-weight: 900;
}

.btn-more.open::before {
  content: "とじる\A";
  white-space: pre;
  margin-right: 10px;
}

.btn-more.open::after {
  content: "\f106";
  font-family: "Font Awesome 5 Free";
}

/*============================================================
 page-service
*============================================================*/
#site-header {
  height: 78px !important;
}

.site-branding-container {
  height: 78px !important;
}

.site-branding {
  height: 78px !important;
}

.top-info {
  height: 78px !important;
} 
#page-service .about {
  padding-top: 60px;
}

#page-service .about .illust {
  padding-top: 40px;
}

#page-service .about .inner {
  padding-bottom: 40px;
}

#page-service .about .title {
  padding-top: 32px;
}

#page-service .about .title img {
  width: 200px;
}

#page-service .about h2 {
  font-size: 1.6rem !important;
}

#page-service .about .illust {
  width: 540px;
}

#page-service .about .title p {
  font-size: 2.4rem;
}

#page-service .arrow {
  transform: rotate(90deg);
}

#page-service .step .text {
  font-size: 1.6rem;
  line-height: 220%;
}

#page-service .step .wrap {
  flex-direction: column;
  margin-bottom: 65px;
}

#page-service .step .wrap .person {
  padding-bottom: 24px;
}

#page-service .step .wrap .chart {
  margin-top: 24px;
}

#page-service .step-wrap .inner {
  padding-left: 10px;
  padding-right: 10px;
  width: 80% !important;
  margin: 0 auto;
  padding-bottom: 10px;
}

@media screen and (max-width: 480px) {
  #hero {
    transform: translateY(64px);
  }

  #page-service .step-wrap .inner {
    width: 100% !important;
  }

  #page-service .step-list {
    justify-content: initial;
    align-items: center;
  }

  #page-service .step-list:first-child ul {
    position: relative;
    right: initial;
  }

  #page-service .number {
    position: relative;
    bottom: 40px;
  }

  #page-service .step-list:not(:last-of-type) ul {
    padding-left: 10px;
  }

  #page-service .step-list ul h3 {
    font-size: 2.0rem;
  }

  #page-service .step-list figure,
  #page-service .images {
    margin: 0 auto;
  }

  /* #page-service .step-list h3 {
	font-size: 1.4rem;
} */
  #page-service .step-list ul {
    font-size: 1.4rem;
  }

  #page-service .step-list img {
    margin-top: 24px;
  }

  #page-service .merit h2 {
    font-size: 2.4rem !important;
    line-height: 200%;
  }

  #page-service .merit .text {
    line-height: 220%;
    font-size: 1.8rem;
    margin-top: 16px;
  }

  #page-service .merit .wrap {
    flex-direction: column;
    text-align: center;
  }

  #page-service .merit .wrap .person {
    padding-bottom: 40px;
  }

  #page-service .merit .wrap .logo {
    margin-top: 10px;
    padding-bottom: 30px;
  }

  #page-service .merit .wrap .chart {
    margin-top: 40px;
  }

  #page-service .merit .title {
    font-size: 2.4rem !important;
  }

  #page-service .merit .box ul li {
    font-size: 1.6rem;
    line-height: 200%;
    padding: 0 7px;
  }

  /*============================================================
	single
*============================================================*/
  #page-single article {
    margin-top: 95px;
  }

  #page-single article .company-ttl {
    text-align: center;
    font-size: 1.8rem;
  }

  #page-single article .company-txt {
    font-size: 1.4rem;
  }

  #page-single article .title {
    font-size: 2.4rem;
    line-height: 180%;
  }

  #page-single article .title:first-letter {
    font-size: 4.0rem !important;
    color: #37B3D0;
  }

  #page-single article .text-bg {
    font-size: 1.6rem;
  }

  #page-single article .text-sm {
    font-size: 1.4rem;
  }

  #page-single article .quote-box {
    font-size: 2.4rem;
  }

  #page-single .yellow-block {
    padding-left: calc(((100vw - 100%) / 2) * -1);
    padding-right: calc(((100vw - 100%) / 2) * -1);
  }

  #page-single article .yellow-box {
    padding-left: 10px;
    padding-right: 10px;
  }


  #page-single .single-bottom .inner {
    padding-left: calc(((100vw - 100%) / 2) * -1);
    padding-right: calc(((100vw - 100%) / 2) * -1);
  }

  #page-single .single-bottom .summary {
    border-radius: 0;
  }

  #page-single .single-bottom .list {
    flex-direction: column;
    align-items: center;
    padding: 0 24px;
  }

  #page-single .single-bottom .list li {
    width: initial;
    margin-top: 50px;
  }

  #page-single .single-bottom .list li figure {
    text-align: center;
  }

  #page-single .single-bottom .list li figure img {
    width: 100%;
  }

  #page-info .cta .btn {
    width: 280px;
  }

  #page-info .info-wrap {
    justify-content: center;
  }

  #page-info .info-wrap li+li {
    margin-top: 40px;
  }

  #page-info h3 {
    font-size: 1.8rem;
  }

  #page-info .text {
    font-size: 1.6rem;
    font-weight: initial;
  }

  /*============================================================
 footer
*============================================================*/
  footer {
    height: auto;
    padding: 32px 0;
  }
}

@media screen and (max-width: 320px) {
  #hero {
    height: 120vh;
  }

  #hero .inner {
    height: 90vh;
    margin-top: 80px;
  }

  #hero .inner .catch .catch__sub {
    font-size: 14px;
    line-height: 20px;
  }

  #hero .inner .catch .catch__title {
    font-size: 18px;
  }

  #hero .inner .catch .catch__detail {
    font-size: 12px;
  }

  #hero .inner .catch .catch__cta {
    width: 85%;
  }

  #hero .inner .catch .catch__cta .btn {
    width: 120px;
  }

  #hero .inner .catch .catch__cta .btn a {
    width: 120px;
  }

  main #sec-problem ul {
    width: 100%;
  }

  main #sec-problem ul li {
    width: 270px;
    height: 270px;
  }
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  #hero .inner .catch .catch__title {
    font-size: 18px;
  }

  #hero .inner .catch .catch__detail {
    font-size: 12px;
  }
}

@media screen and (min-width: 375px) and (max-width: 480px) {
  #hero .inner .catch .catch__title {
    font-size: 22px;
  }

  #hero .inner .catch .catch__detail {
    font-size: 14px;
  }
}

@media screen and (max-height: 480px) {
  #hero {
    height: 140vh;
  }
}

@media screen and (min-height: 740px) {
  #hero {
    height: 80vh;
  }

  #hero .inner {
    height: 65vh;
  }
}