@charset "UTF-8";
/* ==============================
css 共通
============================== */
/* color */
/* font weight */
/* ==============================
index 共通
============================== */
* {
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}

.h1 {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.h1 h1 {
  display: inline-block;
  color: #163A7D;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  border-bottom: 4px solid #163A7D;
  padding-bottom: 15px;
}
.h1.--none {
  color: #0B1D3E;
  border: none;
}

/* ==============================
body 共通
============================== */
body {
  background-color: #fff;
  padding-top: 170px;
}
body p {
  line-height: 1.25em;
}

/* ==============================
header
============================== */
.header {
  width: 100%;
  height: 170px;
  background-color: #fff;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.header__inner {
  width: 100%;
  max-width: 1700px;
  padding: 0 20px;
  margin: 0 auto;
}
.header__inner .header-top {
  width: 100%;
  height: 110px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__inner .header-top .logo :hover {
  opacity: 0.8;
}
.header__inner .header-top .right {
  display: flex;
  align-items: center;
}
.header__inner .header-top .right .tel-set {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.header__inner .header-top .right .tel-set a {
  display: flex;
  align-items: baseline;
}
.header__inner .header-top .right .tel-set a :hover {
  opacity: 0.8;
}
.header__inner .header-top .right .tel-set a img {
  width: 25px;
  height: 25px;
}
.header__inner .header-top .right .tel-set a p {
  color: #333;
  font-size: 30px;
  font-weight: 900;
  margin-left: 5px;
}
.header__inner .header-top .right .header-cta .cta-btn {
  width: 100%;
  max-width: 230px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F28838;
  border: 2px solid transparent;
  border-radius: 5px;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.header__inner .header-top .right .header-cta .cta-btn a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 0 20px;
}
.header__inner .header-top .right .header-cta .cta-btn a p {
  display: flex;
  align-items: baseline;
}
.header__inner .header-top .right .header-cta .cta-btn a p img {
  margin-left: 5px;
}
.header__inner .header-top .right .header-cta .cta-btn a p .before {
  display: block;
}
.header__inner .header-top .right .header-cta .cta-btn a p .after {
  display: none;
}
.header__inner .header-top .right .header-cta .cta-btn:hover {
  border: 2px solid #F28838;
  background-color: #fff;
}
.header__inner .header-top .right .header-cta .cta-btn:hover a {
  color: #F28838;
}
.header__inner .header-top .right .header-cta .cta-btn:hover .before {
  display: none;
}
.header__inner .header-top .right .header-cta .cta-btn:hover .after {
  display: block;
}
.header__inner .header-bottom {
  width: 100%;
  max-width: 770px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.header__inner .header-bottom ul {
  display: flex;
  list-style: none;
}
.header__inner .header-bottom li {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  margin: 0 20px;
}
.header__inner .header-bottom a {
  color: #333;
  display: flex;
  align-items: center;
}
.header__inner .header-bottom a :hover {
  text-decoration-line: underline;
  opacity: 0.8;
}
.header__inner .header-bottom a p {
  margin-right: 10px;
}
.header__for-top {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #163A7D;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 99;
}
.header__for-top img {
  width: 30px;
}
.header__for-top:hover {
  opacity: 0.8;
}

/* ==============================
main
============================== */
.fv {
  position: relative;
}
.fv .fv-bg {
  width: 100%;
}
.fv .fv-bg.sp {
  display: none;
}
.fv__text {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
}
.fv__text .top {
  color: #fff;
  font-size: 3vw;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.25em;
}
.fv__text .top span {
  font-size: 3.5vw;
}
.fv__text .border {
  width: 100%;
  border: 1px solid #fff;
  margin: 1.5vw 0;
}
.fv__text img {
  width: 27.5vw;
}
.fv__text .bottom {
  color: #fff;
  font-size: 1.5vw;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  margin-top: 1.5vw;
}

.award {
  margin-top: 20px;
}
.award__logo {
  width: 100%;
  padding: 0 20px;
  /* =============== 企業ロゴ入ります =============== */
}
.award__logo p {
  color: #163A7D;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 2em;
}
.award__logo p .mid {
  font-size: 30px;
  font-weight: 900;
}
.award__logo p .mid .bold {
  font-size: 40px;
  font-weight: 900;
}
.award__logo .cmps-logo {
  width: 100%;
  max-width: 1700px;
  height: 100px;
  /* =============== サイズ確認用の背景色（最後に削除） =============== */
  margin: 20px auto 0;
}
.award__logo .cmps-logo .splide__slide {
  width: 275px;
  height: 100px;
  margin-left: 5px;
}
.award__logo .cmps-logo .splide__slide img {
  width: 100%;
  height: auto;
}
.award__batch {
  width: 100%;
  max-width: 970px;
  padding: 0 20px;
  margin: 40px auto 0;
}
.award__batch .batch-set {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.award__batch .batch-set img {
  width: 100px;
}
.award__batch .batch-set p {
  color: #163A7D;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5em;
}
.award__batch .batch-set p span {
  font-size: 28px;
  font-weight: 700;
}
.award__batch .award-img {
  width: 100%;
  max-width: 770px;
  display: flex;
  margin: 20px auto 0;
}
.award .badge-wrap {
  max-width: 747px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  justify-content: space-between;
}
.award .badge-wrap img {
  width: 18%;
}

/* ページ共通デザイン */
.cta {
  width: 100%;
  max-width: 1100px;
  text-align: center;
  padding: 0 20px;
  margin: 80px auto;
}
.cta.--line hr {
  border: 2px solid #163A7D;
  margin: 80px 0;
}
.cta p {
  color: #163A7D;
  font-weight: 700;
  margin-bottom: 40px;
}
.cta .cta-title {
  font-size: 36px;
}
.cta .cta-text {
  font-size: 20px;
}
.cta button a {
  width: 100%;
  bottom: 0;
  right: 0;
}
.cta button a .wait {
  width: 360px;
  display: block;
}
.cta button a .hover {
  display: none;
}
.cta button :hover .wait {
  display: none;
}
.cta button :hover .hover {
  width: 360px;
  opacity: 0.8;
  display: inline;
  margin-bottom: 6px;
}

.filemaker {
  padding: 60px 0;
  margin: 60px 0;
}
.filemaker__img {
  width: 100%;
  max-width: 1100px;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  margin: 40px auto;
}
.filemaker__img p {
  color: #163A7D;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  line-height: 1.25em;
}
.filemaker__img .img-set {
  position: relative;
}
.filemaker__img .img-set img {
  width: 100%;
  max-width: 350px;
}
.filemaker__img .img-set p {
  width: 100%;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}
.filemaker__hr {
  width: 2px;
  height: 80px;
  background-color: #163A7D;
  margin: 40px auto;
}
.filemaker__ability {
  display: flex;
  justify-content: center;
  padding: 0 20px;
}
.filemaker__ability .bubble {
  position: relative;
  margin-bottom: 40px;
}
.filemaker__ability .bubble__bg {
  width: 100%;
  max-width: 1100px;
}
.filemaker__ability .bubble__text {
  width: 100%;
  position: absolute;
  top: 42.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  line-height: 1.5em;
}
.filemaker__ability .bubble__text .top {
  margin-bottom: 15px;
}
.filemaker__ability .bubble__text .top .inner {
  font-size: 40px;
  font-weight: 700;
  color: #163A7D;
  border-bottom: 4px solid #163A7D;
}
.filemaker__ability-img {
  width: 100%;
}
.filemaker__ability-img img {
  width: 100%;
  margin-bottom: 20px;
}
.filemaker__ability-img p {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  padding: 0 20px;
  margin: 20px 0;
}

.example {
  width: 100%;
  max-width: 1100px;
  padding: 0 20px;
  margin: 120px auto;
}
.example__company .ex-title {
  width: 100%;
  max-width: 1100px;
  height: 75px;
  background-color: #163A7D;
  border-radius: 10px 10px 0 0;
  position: relative;
}
.example__company .ex-title__text {
  width: 100%;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.example__company .ex-box__inner {
  width: 100%;
  border: 2px solid #163A7D;
  border-radius: 0 0 10px 10px;
  padding: 60px;
}
.example__company .ex-box__inner .cmp-set {
  display: flex;
  align-items: center;
}
.example__company .ex-box__inner .cmp-set img {
  width: 280px;
  margin-right: 60px;
}
.example__company .ex-box__inner .cmp-set .right-title {
  color: #163A7D;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}
.example__company .ex-box__inner .cmp-set .right-bottom {
  font-size: 16px;
  font-weight: 500;
}
.example__company .ex-box__inner .three-point {
  margin-top: 60px;
}
.example__company .ex-box__inner .three-point__box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.example__company .ex-box__inner .three-point__box .left {
  width: 100%;
  max-width: 210px;
  display: inline-block;
  color: #163A7D;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  border: 2px solid #163A7D;
  padding: 10px 30px;
  margin: 10px 20px 10px 0;
}
.example__company .ex-box__inner .three-point__box .right {
  font-size: 16px;
  line-height: 1.5em;
}
.example__company .tri {
  text-align: center;
}
.example__result {
  width: 100%;
  max-width: 1100px;
  border: 2px solid #163A7D;
  padding: 60px;
  margin-top: 60px;
}
.example__result .result__title {
  display: flex;
  align-items: center;
}
.example__result .result__title img {
  width: 100px;
  margin-right: 30px;
}
.example__result .result__title .text-set {
  font-weight: 700;
}
.example__result .result__title .text-set .top {
  display: inline-block;
  color: #163A7D;
  font-size: 32px;
  padding-bottom: 10px;
  border-bottom: 2px solid #163A7D;
}
.example__result .result__title .text-set .btm {
  padding-top: 10px;
  font-size: 24px;
}
.example__result .result__img {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.example__result .result__img img {
  width: 262px;
  margin-right: 30px;
}
.example__result .result__hr {
  border: 1px solid #163A7D;
  margin: 60px 0;
}
.example__device {
  width: 100%;
  max-width: 1100px;
  background-color: #EFEFEF;
  padding: 35px 70px;
  margin: 60px 0 120px 0;
}
.example__device p {
  color: #163A7D;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.example__device li {
  font-size: 16px;
  font-weight: 400;
}
.example__cmps .cmps-1 {
  margin-bottom: 60px;
}
.example__cmps .cmps-title {
  width: 100%;
  max-width: 1100px;
  height: 75px;
  background-color: #163A7D;
  border-radius: 10px 10px 0 0;
  position: relative;
}
.example__cmps .cmps-title__text {
  width: 100%;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.example__cmps .cmps-box__inner {
  border: 2px solid #163A7D;
  border-radius: 0 0 10px 10px;
  padding: 60px;
}
.example__cmps .cmps-box__inner .cmp-set {
  display: flex;
  align-items: center;
}
.example__cmps .cmps-box__inner .cmp-set img {
  width: 170px;
  margin-right: 40px;
}
.example__cmps .cmps-box__inner .cmp-set .text-right {
  width: 100%;
}
.example__cmps .cmps-box__inner .cmp-set .text-right .right-title {
  color: #163A7D;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5em;
}
.example__cmps .cmps-box__inner .cmp-set .text-right hr {
  width: 100%;
  max-width: 750px;
  border: 1px solid #163A7D;
  margin: 20px 0;
}
.example__cmps .cmps-box__inner .cmp-set .text-right .right-bottom {
  font-size: 16px;
  font-weight: 500;
}

.flow {
  display: flex;
  justify-content: center;
  padding: 0 20px;
  margin: 120px 0;
}
.flow img {
  width: 100%;
  max-width: 1100px;
  margin-bottom: 30px;
}
.flow p {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.qa {
  margin: 120px 0;
}
.qa__box {
  width: 100%;
  max-width: 1100px;
  padding: 0 20px;
  margin: 60px auto;
}
.qa__box .box {
  border: 1px solid #163A7D;
  padding: 60px;
}
.qa__box .box__title {
  display: flex;
  align-items: baseline;
  font-size: 32px;
  font-weight: 700;
}
.qa__box .box__title .q-left {
  color: #163A7D;
  font-size: 36px;
  margin-right: 20px;
}
.qa__box .box__title .q-right {
  transform: translateY(5%);
}
.qa__box .box hr {
  border: 0.5px solid #163A7D;
  margin: 20px 0;
}
.qa__box .box__bottom {
  display: flex;
  align-items: baseline;
  font-size: 16px;
  font-weight: 500;
}
.qa__box .box__bottom .a-left {
  color: #F28838;
  font-size: 36px;
  font-weight: 700;
  margin-right: 20px;
}
.qa__box .box__bottom .a-right {
  line-height: 1.5em;
}

/* =============== 入力フォーム =============== */
.cv .h1 {
  margin-bottom: 10px;
}
.cv .form {
  width: 100%;
  height: auto;
  padding-top: 109px;
  padding-bottom: 108px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #0B1D3E;
  margin: 0 auto 60px;
}
.cv #satori__creative_container {
  max-width: 1100px;
  margin: 0 auto;
}

.claris {
  padding: 0 20px;
  margin: 30px 0;
}
.claris__logo-box {
  display: flex;
  justify-content: center;
}
.claris__logo-box .left {
  width: 550px;
  height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid;
}
.claris__logo-box .left img {
  width: 200px;
}
.claris__logo-box .right {
  width: 550px;
  height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid;
  background-color: #000;
}
.claris__logo-box .right p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  padding: 15px;
}
.claris .trademark {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  margin-top: 30px;
}

/* ==============================
footer
============================== */
footer {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #163A7D;
  margin-top: 60px;
}
footer p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

/* ==============================
thanksページ
============================== */
.thanks {
  padding-top: 90px;
  max-width: 1140px;
  min-height: calc(100vh - 290px);
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 90px;
  text-align: center;
}
.thanks h1 {
  font-size: 44px;
  font-weight: 700;
}
.thanks p {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.75;
}
.thanks hr {
  margin-top: 50px;
  border: 0;
  border-bottom: 1px dashed #aaa;
}
.thanks button {
  margin-top: 50px;
  color: #2ea7e0;
  background-color: transparent;
  border: 2px solid #2ea7e0;
  min-width: 166px;
  border-radius: 20px;
  transition: all 0.2s cubic-bezier(0.02, 0.42, 0.24, 0.74);
}
.thanks button a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 11px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.thanks button:hover {
  background-color: #2ea7e0;
  color: #fff;
}

/* ==============================
pc
============================== */
@media screen and (min-width: 1100px) {
  .tb-br {
    display: none;
  }
  .sp-br {
    display: none;
  }
  .sp-img {
    display: none;
  }
  .sp-cta-btn {
    display: none;
  }
  .sp-menu {
    display: none;
  }
  .sp-bubble {
    display: none;
  }
  .sp-after-img {
    display: none;
  }
  .sp-flow-img {
    display: none;
  }
  .sp-fv-icon-img {
    display: none;
  }
}
/* ==============================
tb
============================== */
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .pc-br {
    display: none;
  }
  .sp-br {
    display: none;
  }
  .sp-img {
    display: none;
  }
  .sp-cta-btn {
    display: none;
  }
  .sp-menu {
    display: none;
  }
  .sp-bubble {
    display: none;
  }
  .sp-after-img {
    display: none;
  }
  .sp-flow-img {
    display: none;
  }
  .sp-fv-icon-img {
    display: none;
  }
  .filemaker__img p {
    font-size: 20px;
  }
  .filemaker__ability .bubble__text {
    font-size: 16px;
  }
  .filemaker__ability .bubble__text .top .inner {
    font-size: 32px;
  }
  .filemaker__ability-img p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    margin: 20px 0;
  }
  .claris__logo-box .right p {
    font-size: 14px;
  }
  .claris .trademark {
    font-size: 14px;
  }
}
/* ==============================
sp
============================== */
@media screen and (max-width: 768px) {
  .tb-img {
    display: none;
  }
  body {
    padding-top: 60px;
  }
  .header {
    height: auto;
  }
  .header__inner {
    max-width: 768px;
    padding: 0 0;
  }
  .header__inner .header-top {
    height: 60px;
    padding-left: 20px;
  }
  .header__inner .header-top .logo img {
    height: 30px;
  }
  .header__inner .header-top .right .tel-set {
    margin-right: 10px;
    align-items: center;
  }
  .header__inner .header-top .right .tel-set a img {
    width: 30px;
    height: 30px;
  }
  .header__inner .header-top .right .tel-set a p {
    display: none;
  }
  .header__inner .header-top .right .header-cta .cta-btn {
    display: none;
  }
  .header__inner .header-top .right .header-cta .sp-cta-btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header__inner .header-top .right .header-cta .sp-cta-btn img {
    width: 55px;
    height: 55px;
  }
  .header__inner .header-top .right .sp-menu {
    width: 60px;
    height: 60px;
    background-color: #163A7D;
    position: relative;
    cursor: pointer;
  }
  .header__inner .header-top .right .sp-menu .menu-line hr {
    width: 30px;
    border: 2px solid #fff;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
  }
  .header__inner .header-top .right .sp-menu .menu-line hr:nth-of-type(1) {
    top: calc(50% - 10px);
  }
  .header__inner .header-top .right .sp-menu .menu-line hr:nth-of-type(3) {
    top: calc(50% + 10px);
  }
  .header__inner .header-top .right .sp-menu.open .menu-line hr:nth-of-type(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .header__inner .header-top .right .sp-menu.open .menu-line hr:nth-of-type(2) {
    opacity: 0;
  }
  .header__inner .header-top .right .sp-menu.open .menu-line hr:nth-of-type(3) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .header__inner .header-bottom {
    width: 100%;
    max-width: 768px;
    height: 200px;
    display: none;
  }
  .header__inner .header-bottom .nav-list {
    padding: 25px 0;
  }
  .header__inner .header-bottom ul {
    display: block;
  }
  .header__inner .header-bottom li {
    font-size: 14px;
    display: flex;
    justify-content: center;
    padding: 10px;
    margin: 0;
  }
  .fv {
    position: static;
  }
  .fv .fv-bg {
    margin-bottom: 20px;
  }
  .fv .fv-bg.pc {
    display: none;
  }
  .fv .fv-bg.sp {
    display: block;
  }
  .fv__text {
    position: static;
    top: 0%;
    left: 0%;
    text-align: center;
    transform: translateY(0%);
    padding: 0 20px;
  }
  .fv__text .top {
    color: #163A7D;
    font-size: 27px;
  }
  .fv__text .top span {
    font-size: 30px;
  }
  .fv__text .border {
    width: 100%;
    max-width: 335px;
    border: 1px solid #163A7D;
    margin: 15px auto;
  }
  .fv__text .fv-icon-img {
    display: none;
  }
  .fv__text .sp-fv-icon-img {
    display: block;
    width: 100%;
    max-width: 335px;
    margin: 0 auto;
  }
  .fv__text .bottom {
    color: #163A7D;
    font-size: 16px;
    margin-top: 15px;
  }
  .award {
    margin-top: 60px;
  }
  .award__logo p {
    font-size: 16px;
  }
  .award__logo p .mid {
    font-size: 26px;
  }
  .award__logo p .mid .bold {
    font-size: 36px;
  }
  .award__logo .splide__slide {
    width: 192px;
    height: 70px;
  }
  .award__batch .batch-set {
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
  }
  .award__batch .batch-set img {
    width: 35px;
  }
  .award__batch .batch-set p {
    font-size: 14px;
  }
  .award__batch .batch-set p span {
    font-size: 18px;
  }
  .award__batch .award-img {
    width: 100%;
    max-width: 335px;
  }
  /* sp cta 共通 */
  .cta {
    width: 100%;
    max-width: 100%;
  }
  .cta.--line hr {
    margin: 60px 0;
  }
  .cta .cta-title {
    font-size: 24px;
  }
  .cta .cta-text {
    font-size: 16px;
    font-weight: 500;
  }
  .cta button a .wait {
    width: 100%;
    max-width: 335px;
  }
  .cta button :hover .hover {
    width: 100%;
    max-width: 335px;
  }
  /* sp h1 共通 */
  .h1 h1 {
    font-size: 20px;
    padding-bottom: 15px;
    border-bottom: 3px solid #163A7D;
  }
  .filemaker {
    padding: 0 0;
    margin: 0 0;
  }
  .filemaker__img {
    display: block;
    width: 100%;
    max-width: 375px;
  }
  .filemaker__img p {
    font-size: 150%;
  }
  .filemaker__img .img-set img {
    width: 100%;
    max-width: 335px;
    margin: 10px auto;
  }
  .filemaker__ability {
    display: flex;
    justify-content: center;
    padding: 0 20px;
  }
  .filemaker__ability .bubble {
    position: relative;
    margin-bottom: 40px;
  }
  .filemaker__ability .bubble__bg {
    display: none;
  }
  .filemaker__ability .bubble .sp-bubble {
    display: block;
    width: 100%;
    max-width: 335px;
  }
  .filemaker__ability .bubble__text {
    top: 45%;
    font-size: 16px;
    padding: 15px;
  }
  .filemaker__ability .bubble__text br {
    display: none;
  }
  .filemaker__ability .bubble__text .top {
    margin-bottom: 20px;
  }
  .filemaker__ability .bubble__text .top .inner {
    font-size: 32px;
    font-weight: 700;
    color: #163A7D;
    border-bottom: 4px solid #163A7D;
  }
  .filemaker__ability-img {
    width: 100%;
  }
  .filemaker__ability-img .pc-after-img {
    display: none;
  }
  .filemaker__ability-img .sp-after-img {
    width: 100%;
  }
  .filemaker__ability-img p br {
    display: none;
  }
  .example {
    max-width: 100%;
    margin: 0 auto;
  }
  .example__company .ex-title {
    max-width: 100%;
  }
  .example__company .ex-title__text {
    font-size: 20px;
    padding: 10px;
  }
  .example__company .ex-box__inner {
    padding: 20px;
  }
  .example__company .ex-box__inner .cmp-set {
    display: block;
  }
  .example__company .ex-box__inner .cmp-set img {
    width: 100%;
    max-width: 250px;
    display: block;
    margin-right: 0;
    margin: 0 auto 20px;
  }
  .example__company .ex-box__inner .cmp-set .right-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .example__company .ex-box__inner .three-point {
    margin-top: 30px;
  }
  .example__company .ex-box__inner .three-point__box {
    display: block;
  }
  .example__company .ex-box__inner .three-point__box .left {
    max-width: 100%;
    font-size: 20px;
    padding: 5px 10px;
  }
  .example__company .tri {
    text-align: center;
  }
  .example__result {
    max-width: 100%;
    padding: 20px;
    margin-top: 30px;
  }
  .example__result .result__title {
    display: block;
  }
  .example__result .result__title img {
    display: block;
    width: 85px;
    margin-right: 0;
    margin: 0 auto 20px;
  }
  .example__result .result__title .text-set {
    text-align: center;
  }
  .example__result .result__title .text-set .top {
    font-size: 24px;
  }
  .example__result .result__title .text-set .btm {
    font-size: 20px;
    margin: 0 auto;
  }
  .example__result .result__img {
    display: block;
  }
  .example__result .result__img img {
    width: 100%;
    max-width: 250px;
    display: block;
    margin-right: 0;
    margin: 20px auto;
  }
  .example__result .result__img .img-right {
    font-size: 14px;
  }
  .example__result .result__hr {
    margin: 30px 0;
  }
  .example__device {
    max-width: 100%;
    padding: 40px;
    margin: 30px 0 60px 0;
  }
  .example__cmps .cmps-title {
    max-width: 100%;
  }
  .example__cmps .cmps-title__text {
    font-size: 20px;
    padding: 10px;
  }
  .example__cmps .cmps-box__inner {
    padding: 20px;
  }
  .example__cmps .cmps-box__inner .cmp-set {
    display: block;
  }
  .example__cmps .cmps-box__inner .cmp-set img {
    width: 120px;
    display: block;
    margin-right: 0;
    margin: 0 auto 20px;
  }
  .example__cmps .cmps-box__inner .cmp-set .text-right .right-title {
    font-size: 18px;
    text-align: center;
  }
  .flow {
    margin: 60px 0;
  }
  .flow .pc-flow-img {
    display: none;
  }
  .flow .sp-flow-img {
    width: 100%;
    max-width: 375px;
    display: block;
    margin: 0 auto;
  }
  .flow p {
    font-size: 14px;
    margin-top: 20px;
  }
  .qa {
    margin: 60px 0;
  }
  .qa__box {
    max-width: 100%;
    margin: 30px auto;
  }
  .qa__box .box {
    padding: 20px;
  }
  .qa__box .box__title {
    font-size: 20px;
  }
  .qa__box .box__title .q-left {
    font-size: 22px;
    margin-right: 10px;
  }
  .qa__box .box__bottom .a-left {
    font-size: 22px;
    margin-right: 10px;
  }
  .claris__logo-box {
    display: block;
  }
  .claris__logo-box .left {
    width: 100%;
    max-width: 375px;
    height: 50px;
    margin: 0 auto;
  }
  .claris__logo-box .left img {
    width: 100px;
  }
  .claris__logo-box .right {
    width: 100%;
    max-width: 375px;
    height: 50px;
    margin: 0 auto;
  }
  .claris__logo-box .right p {
    font-size: 50%;
    padding: 10px;
  }
  .claris .trademark {
    font-size: 12px;
  }
  .claris .trademark br {
    display: none;
  }
  footer p {
    font-size: 12px;
  }
  .thanks {
    min-height: calc(100vh - 180px);
  }
  .thanks h1 {
    font-size: 32px;
  }
}/*# sourceMappingURL=style.css.map */