@charset "UTF-8";
/* =====================
  リセット
 ======================= */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

i, address {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

small {
  font-size: 100%;
}

/* =====================
	GA4
 ======================= */
body {
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 1.4444444444;
  letter-spacing: 0.08em;
  color: #000000;
}
body * {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  display: block;
}

.clearfix {
  clear: both;
}

a {
  color: #000000;
  transition: all 0.4s;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}

.t-center {
  text-align: center !important;
}

.t-right {
  text-align: right !important;
}

.t-left {
  text-align: left !important;
}

.t-bold {
  font-weight: 700;
}

.inner {
  max-width: 1250px;
  padding: 0 20px;
  margin: 0 auto;
}
.inner.wide {
  max-width: 1300px;
}
.inner.narrow {
  max-width: 904px;
}

.section01 {
  padding: 40px 0;
}

.section02 {
  padding: 100px 0;
}

.section03 {
  padding: 160px 0;
}

.bg01 {
  background: #FFEEEF;
}

.bg02 {
  background: #FBFBFB;
}

.title01 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  margin: 80px 0 64px;
  line-height: 1.4em;
}
.title01 span {
  color: #A73C37;
}
.title01:first-child {
  margin-top: 0;
}

.title02 {
  font-size: 35px;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  margin: 80px 0 64px;
  color: #A73C37;
}
.title02:first-child {
  margin-top: 0;
}
.title02 img {
  margin: 0 auto;
}

.cv_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 1em;
       column-gap: 1em;
  margin-top: 72px;
}
[class^=cv_btn] {
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  padding: 20px 16px;
  width: 328px;
  max-width: 100%;
}

.cv_btn01 {
  color: #ffffff;
  background: linear-gradient(253deg, #D26267 -0.71%, #A73C37 40.85%);
}

.cv_btn02 {
  color: #ffffff;
  background: linear-gradient(255deg, #FFC42E -4.84%, #FF7527 39.59%);
}

.layout01 {
  display: grid;
  grid-template-columns: repeat(2, 46.2962962963%);
  gap: 8px 0;
  justify-content: space-between;
  align-items: flex-start;
}
.layout01:last-child {
  margin-bottom: 0;
}
.layout01_item_img {
  margin-bottom: 16px;
}
.layout01_item_title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}
.layout02_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #FFF;
}
.layout02_item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.layout02_item:nth-child(odd) {
  flex-direction: row-reverse;
}
.layout02_item_img {
  width: 46.2962962963%;
}
.layout02_item_txtbox {
  width: 46.2962962963%;
}
.layout02_item_num {
  margin-bottom: 8px;
}
.layout02_item_title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
}
.layout02_item p span {
  color: #A73C37;
}

.layout03 {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2.8925619835%;
       column-gap: 2.8925619835%;
}
.layout03_item {
  width: 31.4049586777%;
  letter-spacing: 0;
}
.layout03_item_img {
  margin-bottom: 20px;
}
.layout03_item_title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}
.layout03_item_txt span {
  color: #A73C37;
  font-weight: bold;
}

.table01 {
  width: 100%;
  table-layout: fixed;
  font-size: 16px;
  letter-spacing: 0;
}
.table01 caption {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
}
.table01 th, .table01 td {
  padding: 12px;
  border: 1px solid #B3B3B3;
  vertical-align: middle;
}
.table01 th {
  text-align: left;
  background: #ffffff;
}
.table01 td {
  text-align: center;
}
.table01 .t-small {
  font-size: 12px;
}
.table01 .th01 {
  background: #A73C37;
  color: #ffffff;
}
.table01 .th02 {
  background: #D26267;
  color: #ffffff;
}

.notice {
  margin-top: 10px;
  font-size: 14px;
}
.header_inner {
  height: 80px;
  display: flex;
  justify-content: space-between;
  max-width: 980px;
  margin: auto;
  padding: 0 20px;
}
.header_logo {
  position: absolute;
  top: 22px;
  width: 180px;
  z-index: 10;
}
.header_btn {
  display: flex;
  font-size: 14px;
  position: relative;
  top: 31px;
  gap: 20px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.footer {
  background: #A73C37;
  color: #ffffff;
  padding: 28px 0 16px;
}
.footer a {
  color: #ffffff;
}
.footer_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 48px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
}
.footer_copy {
  margin-top: 28px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

.mv_box {
  padding: 50px 0;
  display: grid;
  grid-template-columns: 40.2127659574% 53.5106382979%;
  justify-content: space-between;
  row-gap: 30px;
  max-width: 940px;
  margin: auto;
}
.mv_title {
  align-self: flex-end;
}
.mv_pic {
  grid-row: 1/3;
  grid-column: 2/3;
}
.mv_pic img {
  margin-left: auto;
}
.mv .cv_list {
  max-width: 600px;
  flex-wrap: nowrap;
  margin-top: 0;
  justify-content: left;
}
.catch_txt {
  text-align: center;
  line-height: 1.8;
}

.client_logo img {
  margin: 0 auto;
}

.giftimize_ui {
  max-width: 1040px;
  margin: auto;
}
.giftimize_ui p {
  margin-top: 40px;
}

.flow_list {
  display: grid;
  grid-template-columns: repeat(4, 18.1818181818%);
  grid-template-rows: repeat(4, auto);
  grid-auto-flow: column;
  -moz-column-gap: 5.9504132231%;
       column-gap: 5.9504132231%;
  justify-content: flex-end;
  overflow: hidden;
}
.flow_list_num {
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  max-width: 124px;
  margin: 0 auto 20px;
  position: relative;
}
.flow_list_num img {
  margin: 0 auto 2px;
}
.flow_list_num > * {
  padding: 12px 5px;
}
.flow_list_num > *:after {
  content: "";
  width: 640%;
  height: 4px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  margin: auto;
}
.flow_list_num01 {
  background: #85B3EF;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.flow_list_num01:after {
  background: #85B3EF;
}
.flow_list_num02 {
  background: #6791F8;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.flow_list_num02:after {
  background: #6791F8;
}
.flow_list_num03 {
  background: #4F75FF;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.flow_list_num03:after {
  background: #4F75FF;
}
.flow_list_num04 {
  background: #234ADB;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.flow_list_num04:after {
  background: #234ADB;
}
.flow_list_bar {
  width: 18.1818181818%;
  padding-top: 18.1818181818%;
  border-radius: 50%;
  margin: 0 auto 32px;
  position: relative;
}
.flow_list_bar:before {
  content: "";
  width: 640%;
  height: 4px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  margin: auto;
}
.flow_list_bar01 {
  background: #85B3EF;
}
.flow_list_bar01:before {
  background: linear-gradient(to right, #85B3EF 0%, #6791F8 100%);
}
.flow_list_bar02 {
  background: #6791F8;
}
.flow_list_bar02:before {
  background: linear-gradient(to right, #6791F8 0%, #4F75FF 100%);
}
.flow_list_bar03 {
  background: #4F75FF;
}
.flow_list_bar03:before {
  background: linear-gradient(to right, #4F75FF 0%, #234ADB 100%);
}
.flow_list_bar04 {
  background: #234ADB;
}
.flow_list_img {
  width: 48.1818181818%;
  margin: 0 auto 32px;
}
.flow_list_txt {
  position: relative;
}
.flow_list_txt + .flow_list_txt {
  margin-top: 28px;
}
.flow_list_txt01 [class^=flow_list_label] {
  display: block !important;
  position: absolute;
  top: 0;
  right: 122.7272727273%;
}
.flow_list [class^=flow_list_label] {
  font-size: 16px;
  font-weight: 700;
  padding: 8px 12px;
  text-align: center;
  white-space: nowrap;
  display: none;
}
.flow_list_label01 {
  background: #FFC42E;
  color: #ffffff;
}
.flow_list_label02 {
  background: #FF7527;
  color: #ffffff;
}
.flow .stepbar {
  margin: 0 auto;
  width: 100%;
  display: flex;
  gap: 3%;
}
.flow .stepbar .stepbarwrap {
  margin: 0;
  position: relative;
  text-align: center;
  width: 25%;
  z-index: 1000;
}
.flow .stepbar .stepbarwrap:last-of-type .stepline:last-of-type {
  display: none;
}
.flow .stepbar .stepbarwrap .steptxt {
  text-align: left;
  letter-spacing: 0;
}
.flow .stepbar .stepbarwrap .steptxt .txt {
  font-size: 16px;
}
.flow .stepbar .stepbarwrap .stepline {
  width: calc(100% + 1em);
  height: 1px;
  background-color: #D26267;
  position: absolute;
  top: 40px;
  left: 6.5em;
  z-index: -1;
}
.flow .stepbar .stepbarwrap .steptitle {
  display: block;
  color: #A73C37;
}
.flow .stepbar .stepbarwrap .steptitle .title {
  margin: 19px 0 13px;
  font-weight: bold;
  font-size: 20px;
}
.flow .stepbar .stepbarwrap .steptitle .stepcircle {
  display: inline-block;
  width: 80px;
  height: 80px;
  content: "";
  border-radius: 50%;
  background-color: #D26267;
  color: #fff;
  text-align: center;
  z-index: 1000;
}
.flow .stepbar .stepbarwrap .steptitle .stepcircle span {
  display: inline-block;
  line-height: 0;
  font-size: 14px;
  font-weight: unset;
  position: relative;
  top: 1.2em;
}
.flow .stepbar .stepbarwrap .steptitle .stepcircle span .number {
  font-size: 34px;
  top: 0.75em;
}

.pricing_table tr:first-of-type th:first-of-type {
  width: 27.4305555556%;
  border-width: 0;
}

.works_txt {
  text-align: center;
  margin-top: 100px;
}
.works_txt img {
  margin: auto;
}
.works_txt p {
  margin-top: 30px;
  line-height: 1.8em;
}
.works_txt p span {
  color: #A73C37;
  font-weight: bold;
}

.point h4 {
  margin-bottom: 10px;
  font-size: 24px;
  color: #A73C37;
}
.point .title01 {
  margin-top: 0;
  letter-spacing: 0;
}
.noshi .layout03 {
  gap: 40px 2.8925619835%;
}
.noshi .layout03_item_txt {
  text-align: center;
  font-weight: bold;
}
.noshi .noshi_txt {
  text-align: center;
  margin-top: 80px;
  line-height: 1.8em;
}
.noshi .noshi_txt span {
  color: #A73C37;
  font-weight: bold;
}

.case .layout03_item_title {
  font-size: 18px;
}
.case p {
  font-size: 16px;
}
.case p span {
  color: #A73C37;
  font-weight: bold;
}

.faq .faq_wrapper:not(:last-child) {
  margin-bottom: 65px;
}
.faq .faq_wrapper {
  max-width: 900px;
  margin: auto;
  letter-spacing: 0;
}
.faq .faq_wrapper .faq_q {
  margin-bottom: 17px;
  color: #A73C37;
  font-weight: bold;
  font-size: 20px;
}
.faq .faq_wrapper .faq_q::before {
  content: "";
  display: inline-block;
  background-image: url(../images/faq_q.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
  width: 30px;
  height: 30px;
}
.faq .faq_wrapper .faq_a {
  padding-right: 5px;
  margin-left: 77px;
  font-size: 18px;
  position: relative;
}
.faq .faq_wrapper .faq_a::before {
  content: "";
  display: inline-block;
  background-image: url(../images/faq_a.png);
  background-size: contain;
  vertical-align: middle;
  left: -42px;
  position: absolute;
  width: 30px;
  height: 30px;
}

.fee .fee_btn {
  text-align: center;
}
.fee .fee_btn p {
  margin-bottom: 30px;
}
.fee .fee_btn img {
  max-width: 328px;
  margin: auto;
}

.flow_list_txt {
  font-size: 16px;
}
.flow_list h3 {
  font-size: 20px;
  text-align: center;
  color: #A73C37;
  font-weight: bold;
  margin-bottom: 13px;
}
.flow .flow_wrapper {
  margin: 80px 0;
  text-align: center;
  font-size: 14px;
}
.flow .flow_wrapper h3 {
  font-size: 18px;
  margin-bottom: 30px;
}
.flow .flow_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 23px;
}
.flow .flow_btn img {
  max-width: 328px;
}

.service {
  max-width: 1000px;
  margin: auto;
  letter-spacing: 0;
}
.service h4 {
  font-size: 14px;
}
.service .title02 {
  font-size: 24px;
  color: #000;
  text-align: left;
  margin: 15px 0 64px;
}
.service .layout03 {
  gap: 40px 3.33%;
}
.service .layout03_item {
  width: 22.5%;
}
.service .layout03_item_title {
  font-size: 16px;
}
.service .layout03_item_txt {
  font-size: 14px;
}

/* PCのみ
  ------------------------ */
@media (min-width: 769px) {
  .forSP {
    display: none !important;
  }
}
/* タブレット
  ------------------------ */
@media (max-width: 1199px) {
  .flow_list [class^=flow_list_label] {
    right: calc(100% + 10px);
  }
}
/* スマホ
  ------------------------ */
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
  .forPC {
    display: none !important;
  }
  .t-center_sp {
    text-align: center !important;
  }
  .t-right_sp {
    text-align: right !important;
  }
  .t-left_sp {
    text-align: left !important;
  }
  .section01 {
    padding: 30px 0;
  }
  .section02 {
    padding: 60px 0;
  }
  .title01 {
    font-size: 20px;
    letter-spacing: 0;
    margin: 40px 0 30px;
  }
  .title02 {
    font-size: 20px;
    margin: 80px 0 40px;
  }
  .title02 img {
    height: 16px;
  }
  .cv_list {
    margin-top: 30px;
    row-gap: 12px;
  }
  [class^=cv_btn] {
    font-size: 18px;
    padding: 12px 12px 16px;
    width: 100%;
  }
  .layout01 {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 20px;
    justify-content: center;
  }
  .layout01_item {
    width: 335px;
    max-width: 100%;
  }
  .layout01_item_img {
    margin-bottom: 0;
  }
  .layout01_item_img img {
    margin: 0 auto;
  }
  .layout01_item_title {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .layout01_item_txt {
    letter-spacing: 0;
  }
  .layout02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 60px;
  }
  .layout02_item {
    width: 335px;
    max-width: 100%;
    display: block;
    margin-bottom: 0;
    padding-bottom: 30px;
  }
  .layout02_item_img {
    width: 100%;
    margin-bottom: 12px;
  }
  .layout02_item_txtbox {
    width: 100%;
  }
  .layout02_item_num {
    margin-bottom: 8px;
  }
  .layout02_item_num img {
    height: 17px;
  }
  .layout02_item_title {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .layout03 {
    gap: 30px 60px;
    justify-content: center;
  }
  .layout03_item {
    width: 335px;
    max-width: 100%;
  }
  .layout03_item_title {
    font-size: 16px;
  }
  .table_scroll {
    margin-right: -20px;
    padding-right: 20px;
    overflow-y: scroll;
  }
  .table01 {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 14px;
  }
  .table01 caption {
    font-size: 16px;
    margin-bottom: 20px;
    width: calc(100vw - 40px);
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
  }
  .table01 th, .table01 td {
    width: 105px;
    height: 58px;
  }
  .table01 th {
    padding: 10px;
  }
  .table01 th:first-of-type {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    border-left: 0;
  }
  .table01 th:first-of-type:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-left: 1px solid #B3B3B3;
    z-index: -1;
  }
  .table01 td {
    padding: 10px 0;
  }
  .table01 .t-small {
    font-size: 10px;
  }
  .table01 .t-small span {
    font-size: 14px;
  }
  .notice {
    margin-top: 20px;
  }
  .header {
    height: 75px;
    padding: 16px 0 12px;
  }
  .header_logo {
    top: 20px;
    width: 160px;
  }
  .footer {
    padding: 60px 10px;
  }
  .footer_nav {
    display: block;
  }
  .footer_nav li + li {
    margin-top: 8px;
  }
  .footer_copy {
    margin-top: 32px;
    font-size: 12px;
    text-align: left;
  }
  .mv_box {
    display: block;
    padding: 40px 0;
  }
  .mv_title {
    margin-bottom: 20px;
  }
  .mv_title img {
    width: 100%;
  }
  .mv_pic {
    margin-bottom: 30px;
  }
  .mv_pic img {
    margin: 0 auto;
  }
  .mv .cv_list {
    display: block;
    margin: 0 auto;
  }
  .mv .cv_list_item {
    width: auto;
  }
  .catch_txt {
    text-align: left;
    line-height: 1.6em;
    letter-spacing: 0;
  }
  .giftimize_ui p {
    margin-top: 20px;
    letter-spacing: 0;
  }
  .flow .flow_wrapper {
    margin: 40px 0 60px;
    text-align: left;
  }
  .flow .flow_wrapper h3 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .flow .flow_wrapper p {
    font-size: 12px;
  }
  .flow .flow_btn {
    flex-wrap: wrap;
    gap: 20px;
  }
  .flow .flow_btn img {
    max-width: 290px;
  }
  .flow_list {
    grid-template-columns: auto auto;
    grid-auto-flow: row;
    gap: 0 20px;
    justify-content: center;
    margin-top: -50px;
  }
  .flow_list_num {
    width: 124px;
    margin: 50px 0 0;
    grid-row-end: span 3;
    z-index: 2;
  }
  .flow_list_num > * {
    padding: 8px 4px;
  }
  .flow_list_num > *:after {
    width: 4px;
    height: calc(100% + 50px);
    bottom: auto;
    top: 0;
    z-index: -1;
  }
  .flow_list_num img {
    margin: 0 auto 2px;
  }
  .flow_list_num04:after {
    display: none;
  }
  .flow_list_bar {
    display: none;
  }
  .flow_list_img {
    width: auto;
    grid-column: 2/3;
    margin-bottom: 20px;
    margin-top: 50px;
  }
  .flow_list_txt {
    grid-column: 2/3;
    display: flex;
    align-items: flex-start;
    -moz-column-gap: 12px;
         column-gap: 12px;
    max-width: 300px;
  }
  .flow_list_txt + .flow_list_txt {
    margin-top: 20px;
  }
  .flow_list_txt01 [class^=flow_list_label] {
    position: relative;
    top: auto;
    right: auto;
  }
  .flow_list [class^=flow_list_label] {
    display: block;
    flex-shrink: 0;
    font-size: 12px;
    padding: 2px 8px;
  }
  .flow .stepbar {
    margin: 0 auto;
    width: 100%;
    margin-top: 60px;
    display: block;
  }
  .flow .stepbar .stepbarwrap {
    margin: 20px 0;
    position: relative;
    text-align: left;
    width: unset;
  }
  .flow .stepbar .stepbarwrap:last-of-type .stepline:last-of-type {
    display: none;
  }
  .flow .stepbar .stepbarwrap .steptxt {
    padding-left: 80px;
  }
  .flow .stepbar .stepbarwrap .steptxt .txt {
    font-size: 14px;
    position: relative;
    top: -32px;
  }
  .flow .stepbar .stepbarwrap .stepline {
    width: 1px;
    height: calc(100% + 1em);
    position: absolute;
    top: 1em;
    left: 30px;
  }
  .flow .stepbar .stepbarwrap .steptitle {
    display: inline-flex;
  }
  .flow .stepbar .stepbarwrap .steptitle .title {
    margin: 0 20px;
    font-weight: bold;
    font-size: 1.2em;
  }
  .flow .stepbar .stepbarwrap .steptitle .stepcircle {
    display: inline-block;
    width: 60px;
    height: 60px;
    content: "";
    border-radius: 50%;
    color: #fff;
    text-align: center;
    z-index: 1000;
  }
  .flow .stepbar .stepbarwrap .steptitle .stepcircle span {
    display: inline-block;
    font-size: 0.6em;
    position: relative;
    top: 1.55em;
  }
  .flow .stepbar .stepbarwrap .steptitle .stepcircle span .number {
    font-size: 28px;
    position: relative;
    top: 0.7em;
  }
  .pricing_table tr:first-of-type th:first-of-type {
    width: auto;
    border-width: 1px;
  }
  .works_txt {
    margin-top: 40px;
  }
  .works_txt p {
    margin-top: 20px;
    text-align: left;
    line-height: 1.6em;
    letter-spacing: 0;
  }
  .point h4 {
    font-size: 14px;
    margin-bottom: 5px;
    justify-content: space-between;
  }
  .noshi .layout03 {
    display: flex;
    gap: 20px 0;
    justify-content: space-between;
  }
  .noshi .layout03_item {
    width: 47.5%;
  }
  .noshi .layout03_item_txt {
    text-align: left;
    font-size: 16px;
  }
  .noshi .layout03_item_img {
    margin-bottom: 10px;
  }
  .noshi .noshi_txt {
    margin-top: 40px;
    line-height: 1.6em;
    text-align: left;
    letter-spacing: 0;
  }
  .case .layout03_item {
    padding-bottom: 30px;
    border-bottom: 1px solid #FFF;
  }
  .case .layout03_item:last-child {
    padding-bottom: 0;
    border: none;
  }
  .case .layout03_item_img {
    margin-bottom: 10px;
  }
  .faq .faq_wrapper .faq_q {
    font-size: 14px;
    margin-left: 41px;
    position: relative;
    margin-bottom: 25px;
  }
  .faq .faq_wrapper .faq_q:before {
    vertical-align: middle;
    left: -42px;
    top: -3px;
    position: absolute;
  }
  .faq .faq_wrapper .faq_a {
    font-size: 14px;
    margin-left: 41px;
  }
  .faq .faq_wrapper .faq_a:before {
    top: -3px;
  }
  .faq .faq_wrapper:not(:last-child) {
    margin-bottom: 40px;
  }
  .fee .fee_btn img {
    max-width: 290px;
  }
  .service {
    padding: 60px 0 70px;
  }
  .service .title02 {
    margin: 5px 0 20px;
  }
  .service .layout03 {
    justify-content: space-between;
  }
  .service .layout03_item {
    width: 47.5%;
  }
  .service .layout03_item_title {
    margin-bottom: 5px;
  }
  .service .layout03_item_txt {
    font-size: 12px;
  }
  .service .layout03_item_img {
    margin-bottom: 10px;
  }
}/*# sourceMappingURL=style.css.map */