@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500&family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,500&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  vertical-align: baseline;
  box-sizing: border-box;
  color: #202020;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.6;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

a {
  -webkit-transition: all .3s;
  transition: all .3s;
}

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

* {
  box-sizing: border-box;
}

.oswald {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}

.roboto {
  font-family: 'Roboto', sans-serif;
}

button,
textarea,
input[type=submit],
input[type=text],
input[type=radio],
input[type=checkbox] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: none;
}

.img img {
  width: 100%;
  display: block;
}

.inner {
  width: 100%;
  padding: 0 15px;
}

.gradetion {
  background: #ffc700;
  /* Old browsers */
  background: -moz-linear-gradient(60deg, #ffc700 0%, #ff8000 100%);
  background: -webkit-linear-gradient(60deg, #ffc700 0%, #ff8000 100%);
  background: linear-gradient(60deg, #ffc700 0%, #ff8000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc700', endColorstr='#ff8000',GradientType=1 );
}

body {
  padding-bottom: 104px;
}

header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  z-index: 3;
}
header .logo {
  font-size: 16px;
  font-weight: 700;
  color: #FFF;
}

.navi {
  width: 100vw;
  height: calc(100vh - 50px);
  height: 100vh;
  position: fixed;
  top: 50px;
  top: 0;
  left: 0;
  transform: translateY(-110vh);
  background: #ff8000;
  z-index: 3;
}
.navi .navi-list {
  width: 100%;
  padding: 40px 15px 40px;
}
.navi .navi-list .list a {
  text-decoration: none;
  display: flex;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #FFF;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 8px;
}
.navi .navi-list .list a .in-text {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
}
.navi .navi-list .list + .list {
  margin-top: 8px;
}

.menu {
  width: 30px;
  height: 15px;
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 4;
}
.menu:before, .menu:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background: #FFF;
  transition: all .3s;
  transform-origin: center center;
}
.menu:before {
  top: 0;
  transform: rotate(0deg);
}
.menu:after {
  bottom: 0;
  transform: rotate(0deg);
}

.open-menu .navi {
  transform: translateY(0);
}
.open-menu .menu:before {
  top: 6px;
  transform: rotate(-45deg);
}
.open-menu .menu:after {
  bottom: 6px;
  transform: rotate(45deg);
}

.main {
  padding-top: 50px;
  background: #ffc700;
  /* Old browsers */
  background: -moz-linear-gradient(60deg, #ffc700 0%, #ff8000 100%);
  background: -webkit-linear-gradient(60deg, #ffc700 0%, #ff8000 100%);
  background: linear-gradient(60deg, #ffc700 0%, #ff8000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc700', endColorstr='#ff8000',GradientType=1 );
}
.main .catch {
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  text-align: center;
}
.main .catch .point {
  color: #FFF;
  font-weight: 700;
  font-size: 26px;
  position: relative;
}
.main .catch .point:after {
  content: "";
  position: absolute;
  display: block;
  top: -8px;
  left: 0;
  right: 0;
  margin: auto;
  width: 4px;
  height: 4px;
  background: #FFF;
  border-radius: 100%;
}
.main .obi {
  width: 100vw;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  color: #0079a4;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  transform: translateX(-15px);
  text-align: center;
}
.main .main-cach {
  margin-top: 20px;
}
.main .main-cach span {
  display: block;
  overflow: hidden;
}
.main .main-cach img {
  transform: translateY(105%);
}
.main .main-cach.start span:first-of-type img {
  animation: slideUp .4s ease-in-out 0.2s forwards;
}
.main .main-cach.start span:nth-of-type(2) img {
  animation: slideUp .4s ease-in-out 0.4s forwards;
}
.main .main-list {
  display: flex;
  gap: 24px;
  margin-top: 18px;
  padding: 0 25px;
}
.main .main-img {
  margin-top: 30px;
}

.main-bottom {
  background: #2c363c;
  padding: 30px 0;
  margin-top: -30px;
  position: relative;
  z-index: 1;
}
.main-bottom .info-before {
  font-size: 15px;
  font-weight: 700;
  color: #FFF;
  text-align: center;
}
.main-bottom .total-w {
  text-align: center;
}
.main-bottom .total-w .text {
  font-size: 13px;
  color: #FFF;
}
.main-bottom .total-w .w-text {
  font-size: 36px;
  font-family: "Arial", "メイリオ";
  font-weight: 700;
  color: #FFF;
}
.main-bottom .total-w .t-text {
  font-size: 22px;
  font-family: "Arial", "メイリオ";
  font-weight: 700;
  color: #FFF;
}
.main-bottom .bottom-info {
  gap: 0 50px;
  display: grid;
}
.main-bottom .bottom-info .item-info:nth-of-type(1) {
  grid-row: 2 / 3;
  grid-column: 1 / 2;
}
.main-bottom .bottom-info .item-info:nth-of-type(2) {
  border-bottom: 1px solid #FFF;
  padding-bottom: 8px;
  margin-bottom: 14px;
  grid-row: 1 / 2;
  grid-column: 1 / 3;
}
.main-bottom .bottom-info .item-info:nth-of-type(3) {
  grid-row: 2 / 3;
  grid-column: 2 / 3;
}
.main-bottom .bottom-info .item-info .info-ta {
  font-size: 13px;
  color: #FFF;
  text-align: center;
}
.main-bottom .bottom-info .item-info .t-text {
  text-align: center;
}
.main-bottom .bottom-info .item-info .t-text .span1 {
  font-size: 22px;
  font-family: "Arial", "メイリオ";
  font-weight: 700;
  color: #FFF;
}
.main-bottom .bottom-info .item-info .t-text .span2 {
  font-size: 16px;
  font-family: "Arial", "メイリオ";
  font-weight: 700;
  color: #FFF;
}

.section {
  padding: 60px 0;
  opacity: 0;
}
.section.start {
  animation: fadeIn .5s ease-in-out .2s forwards;
}
.section.bg1 {
  background: #fff9ee;
}
.section.bg-gra {
  background: #ffc700;
  /* Old browsers */
  background: -moz-linear-gradient(60deg, #ffc700 0%, #ff8000 100%);
  background: -webkit-linear-gradient(60deg, #ffc700 0%, #ff8000 100%);
  background: linear-gradient(60deg, #ffc700 0%, #ff8000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc700', endColorstr='#ff8000',GradientType=1 );
}
.section.bg-gra .section-title {
  color: #FFF;
}
.section.bg-gra .section-title:after {
  background: #FFF;
}
.section.thanks {
  background: #ffc700;
  /* Old browsers */
  background: -moz-linear-gradient(60deg, #ffc700 0%, #ff8000 100%);
  background: -webkit-linear-gradient(60deg, #ffc700 0%, #ff8000 100%);
  background: linear-gradient(60deg, #ffc700 0%, #ff8000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc700', endColorstr='#ff8000',GradientType=1 );
  background: #ff8000;
}
.section.thanks .read-text {
  font-size: 20px;
  color: #FFF;
  font-weight: 700;
}
.section.thanks .read-text + .common-text {
  margin-top: 32px;
}
.section.thanks .common-text {
  color: #FFF;
}
.section.thanks .common-text a {
  color: #FFF;
}
.section.thanks .common-text span {
  color: #FFF;
  display: block;
}
.section.thanks .common-text + .common-text {
  margin-top: 16px;
}
.section.thanks .inner + .inner {
  margin-top: 80px;
}
.section.thanks .section-title {
  color: #FFF;
}
.section.thanks .section-title:after {
  background: #FFF;
}
.section .privacy-list {
  margin-top: 40px;
}
.section .privacy-list .read-text + .common-text {
  margin-top: 8px;
}
.section .privacy-list .common-text + .common-text {
  margin-top: 0px;
}
.section .privacy-list + .privacy-list {
  margin-top: 20px;
}
.section .privacy-list + .privacy-list.signature {
  border-top: 1px solid #FFF;
  margin-top: 60px;
  padding-top: 16px;
}
.section .has-icon {
  position: relative;
}
.section .section-in-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 24px;
}
.section .section-in-title span {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  color: #ff8000;
}
.section .section-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  position: relative;
  padding-bottom: 24px;
}
.section .section-title span {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  color: #ff8000;
}
.section .section-title:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 35px;
  height: 3px;
  background: #ff8000;
}
.section .common-text {
  font-size: 14px;
  line-height: 1.78;
}
.section .common-text span {
  font-size: 14px;
  font-weight: 700;
  color: #ff6362;
}
.section .common-text.color-w {
  color: #FFF;
}
.section .common-text.color-w em {
  color: #FFF;
  font-weight: 700;
}
.section .common-text.l-size {
  font-size: 16px;
}
.section .common-text em {
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
}
.section .section-title + * {
  margin-top: 26px;
}
.section .box1 {
  background: #f1f1f1;
  border-radius: 8px;
  padding: 18px 24px;
  margin-bottom: 30px;
}
.section .box1 .box1-title {
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
.section .box1 .add {
  font-size: 10px;
  padding-left: 32px;
  margin-top: 10px;
}
.section .box1 .add .icon {
  font-size: 10px;
  position: absolute;
  top: 0;
  left: 0;
}
.section .box1 .add + .add {
  margin-top: 4px;
}
.section .vs-list {
  margin: 16px 0;
}
.section .vs-list .list {
  background: #FFF;
  border-radius: 8px;
  padding: 8px 16px;
}
.section .vs-list .list .list-pra {
  line-height: 1.2;
}
.section .vs-list .list .list-pra .vs-title {
  font-size: 18px;
  font-weight: 700;
  color: #ff8000;
  display: block;
}
.section .vs-list .list .list-pra .vs-title em {
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
}
.section .vs-list .list .list-pra .vs-text {
  font-size: 14px;
  font-weight: 700;
  display: block;
}
.section .vs-list .list .list-pra .vs-text em {
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
}
.section .vs-list .list .list-pra .vs-text em.em1 {
  color: #0094c1;
}
.section .vs-list .list .list-pra .vs-text em.em2 {
  color: #926ada;
}
.section .vs-list .list .list-pra .vs-text em.em3 {
  color: #00b18c;
}
.section .vs-list .list + .list {
  margin-top: 16px;
}
.section .box2 {
  padding: 16px 24px;
  background: #FFF;
  border-radius: 8px;
}
.section .box2:first-of-type .vs,
.section .box2:first-of-type .box2-title {
  color: #0094c1;
}
.section .box2:first-of-type .ballon {
  background: #0094c1;
}
.section .box2:first-of-type .ballon:after {
  background: #0094c1;
}
.section .box2:nth-of-type(2) .vs,
.section .box2:nth-of-type(2) .box2-title {
  color: #926ada;
}
.section .box2:nth-of-type(2) .ballon {
  background: #926ada;
  font-size: 14px;
}
.section .box2:nth-of-type(2) .ballon:after {
  background: #926ada;
}
.section .box2:nth-of-type(3) .vs,
.section .box2:nth-of-type(3) .box2-title {
  color: #00b18c;
}
.section .box2:nth-of-type(3) .ballon {
  background: #00b18c;
}
.section .box2:nth-of-type(3) .ballon:after {
  background: #00b18c;
}
.section .box2 .box2-title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.section .box2 .vs-box2 {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #abb5bb;
  margin-top: 8px;
  padding-top: 12px;
}
.section .box2 .vs-box2 .vs {
  font-family: "Arial", "メイリオ";
  font-size: 22px;
  font-weight: 700;
}
.section .box2 .ballon {
  width: 100%;
  padding: 8px;
  border-radius: 8px;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #FFF;
  margin-top: 12px;
}
.section .box2 .ballon:after {
  content: "";
  position: absolute;
  display: block;
  top: -6px;
  left: 44px;
  transform: rotate(45deg);
  width: 14px;
  height: 14px;
}
.section .box2 .ballon + * {
  margin-top: 8px;
}
.section .box2 + .box2 {
  margin-top: 24px;
}
.section .table-wrap {
  width: calc(100% + 15px);
  overflow-x: scroll;
  margin: 12px 0;
  position: relative;
}
.section .table-wrap:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url(../img/icon_table.png) no-repeat left top;
  background-size: cover;
  z-index: 2;
}
.section .table-wrap table {
  border: 1px solid #2c363c;
}
.section .table-wrap table tr.gra {
  background: #ffc700;
  /* Old browsers */
  background: -moz-linear-gradient(60deg, #ffc700 0%, #ff8000 100%);
  background: -webkit-linear-gradient(60deg, #ffc700 0%, #ff8000 100%);
  background: linear-gradient(60deg, #ffc700 0%, #ff8000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc700', endColorstr='#ff8000',GradientType=1 );
}
.section .table-wrap table tr.gra th {
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
}
.section .table-wrap table td,
.section .table-wrap table th {
  padding: 8px;
  white-space: nowrap;
  border: 1px solid #2c363c;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
}
.section .table-wrap table td .img,
.section .table-wrap table th .img {
  width: 20px;
  height: 20px;
  margin: auto;
  display: flex;
  align-items: center;
}
.section .table-wrap table td:first-of-type {
  background: #ffebcd;
  font-weight: 700;
}
.section .table-wrap:hover:after {
  display: none;
}
.section .table-wrap + .common-text + .common-text {
  margin-top: 32px;
}
.section .ballon-bottom {
  width: 100%;
  padding: 8px;
  border-radius: 8px;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #FFF;
  margin: 32px 0 24px;
  background: #ff8000;
}
.section .ballon-bottom:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -6px;
  left: 0;
  right: 0;
  transform: rotate(45deg);
  width: 14px;
  height: 14px;
  margin: auto;
  background: #ff8000;
}
.section .box3 {
  padding: 16px 24px;
  background: #FFF;
  border-radius: 8px;
}
.section .box3 .box3-catch {
  font-size: 20px;
  font-weight: 700;
  color: #ff8000;
  text-align: center;
}
.section .box3 .box3-read {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.section .box3 .box3-read + * {
  margin-top: 20px;
}
.section .box3 .img {
  padding: 0 20px;
}
.section .box3 + .box3 {
  margin-top: 20px;
}
.section .container-wrap {
  margin-top: 60px;
}
.section .container-wrap .container01 .container-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  padding-left: 60px;
  position: relative;
}
.section .container-wrap .container01 .container-title:after {
  content: "";
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  font-family: "Arial", "メイリオ";
  font-size: 36px;
  font-weight: 700;
  background: #ffc700;
  /* Old browsers */
  background: -moz-linear-gradient(60deg, #ffc700 0%, #ff8000 100%);
  background: -webkit-linear-gradient(60deg, #ffc700 0%, #ff8000 100%);
  background: linear-gradient(60deg, #ffc700 0%, #ff8000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc700', endColorstr='#ff8000',GradientType=1 );
  color: #FFF;
}
.section .container-wrap .container01 .img-caption {
  font-size: 18px;
  font-weight: 700;
  margin-top: 28px;
}
.section .container-wrap .container01 .img-caption + * {
  margin-top: 8px;
}
.section .container-wrap .container01 .container01-list {
  padding: 20px;
  background: #FFF;
  margin-top: 20px;
}
.section .container-wrap .container01 .container01-list .container01-list-title {
  font-size: 17px;
  font-weight: 700;
  position: relative;
  padding-left: 40px;
  border-bottom: 1px solid #abb5bb;
  padding-bottom: 8px;
  color: #0094c1;
}
.section .container-wrap .container01 .container01-list .container01-list-title:after {
  content: "";
  position: absolute;
  display: block;
  top: -16px;
  left: 0;
  font-size: 32px;
  color: #0094c1;
  font-family: "Arial", "メイリオ";
}
.section .container-wrap .container01 .container01-list:first-of-type .container01-list-title:after {
  content: "1.";
}
.section .container-wrap .container01 .container01-list:nth-of-type(2) .container01-list-title:after {
  content: "2.";
}
.section .container-wrap .container01 .container01-list:nth-of-type(3) {
  margin-bottom: 30px;
}
.section .container-wrap .container01 .container01-list:nth-of-type(3) .container01-list-title:after {
  content: "3.";
}
.section .container-wrap .container01 .container01-list .img img {
  max-width: 200px;
  margin: auto;
}
.section .container-wrap .container01 .container01-list + .common-text + .common-text {
  margin-top: 32px;
}
.section .container-wrap .container01 .img-wrap {
  padding: 20px;
  background: #FFF;
  margin-top: 20px;
}
.section .container-wrap .container01:first-of-type .container-title:after {
  content: "1";
}
.section .container-wrap .container01:nth-of-type(2) .container-title:after {
  content: "2";
}
.section .container-wrap .container01:nth-of-type(3) .container-title:after {
  content: "3";
}
.section .container-wrap .container01 + .container01 {
  margin-top: 20px;
}
.section .container02 .img-list {
  margin-top: 30px;
}
.section .interval {
  display: flex;
  gap: 34px;
  align-items: center;
  height: 100px;
}
.section .interval .interval-text {
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #ff8000;
}
.section .interval .interval-text:before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  right: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 11px 0 11px;
  border-color: #ff8000 transparent transparent transparent;
}
.section .interval .interval-text:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 5px;
  height: calc(100% - 6px);
  background: #ff8000;
}
.section .interval .interval-text span {
  font-size: 10px;
  display: block;
}
.section .interval .interval-text:nth-of-type(2) {
  color: #ffa500;
}
.section .interval .interval-text:nth-of-type(2):after {
  right: initial;
  top: initial;
  bottom: 0;
  left: 0;
  background: #ffa500;
}
.section .interval .interval-text:nth-of-type(2):before {
  right: initial;
  bottom: initial;
  top: 0;
  left: -9px;
  border-width: 0 11px 10px 11px;
  border-color: transparent transparent #ffa500 transparent;
}
.section .what-list {
  margin-top: 20px;
  padding: 0 25px;
}
.section .what-list .what-list-catch {
  padding: 4px 8px;
  border-radius: 8px;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}
.section .what-list:first-of-type .what-list-catch {
  border: 3px solid #0079a4;
  color: #0079a4;
}
.section .what-list:nth-of-type(2) .what-list-catch {
  border: 3px solid #ff8000;
  color: #ff8000;
}
.section .what-list .img {
  padding: 20px;
}
.section .what-list + .what-list {
  margin-top: 0;
}
.section .container03 {
  padding: 20px;
  background: #FFF;
  margin-top: 20px;
}
.section .container03 .container03-title {
  font-size: 17px;
  font-weight: 700;
  position: relative;
  padding-left: 40px;
  border-bottom: 1px solid #abb5bb;
  padding-bottom: 16px;
  margin-bottom: 16px;
  color: #0094c1;
}
.section .container03 .container03-title:after {
  content: "";
  position: absolute;
  display: block;
  top: -6px;
  left: 0;
  font-size: 32px;
  color: #0094c1;
}
.section .container03:first-of-type .container03-title:after {
  content: "1.";
}
.section .container03:nth-of-type(2) .container03-title:after {
  content: "2.";
}
.section .container03:nth-of-type(3) .container03-title:after {
  content: "3.";
}
.section .container03:nth-of-type(4) .container03-title:after {
  content: "4.";
}
.section .container03:nth-of-type(5) .container03-title:after {
  content: "5.";
}
.section .container03 .container03-box {
  display: flex;
  gap: 40px;
  margin-top: 20px;
}
.section .container03 .container03-box .container03-block {
  width: 100%;
}
.section .container03 .container03-box .container03-block .container03-block-title {
  border: 2px solid #0079a4;
  color: #0079a4;
  padding: 4px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 12px;
}
.section .container03 .container03-box .container03-block .container03-block-title.color2 {
  border: 2px solid #ff8000;
  color: #ff8000;
}
.section .container03 .container03-title + .common-text + .img {
  padding: 0 40px;
  margin-top: 20px;
}
.section .container03 .img img {
  max-width: 250px;
  margin: auto;
}
.section .container03 + .common-text + .common-text {
  margin-top: 32px;
}
.section .box4 {
  padding: 16px 24px;
  background: #FFF;
  border-radius: 8px;
  margin-top: 40px;
}
.section .box4 .box4-title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 8px;
}
.section .box4 .box4-list {
  display: flex;
  gap: 10px;
  border-bottom: 1px solid #abb5bb;
  padding-bottom: 8px;
  margin-top: 16px;
}
.section .box4 .box4-list li {
  font-size: 14px;
  width: 50%;
}
.section .box4 .box4-list:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.section .box4 .box4-list + .box4-list {
  margin-top: 8px;
}
.section .box4 + .box4 {
  margin-top: 20px;
}
.section .step-type {
  font-size: 18px;
  padding: 8px 16px 8px 60px;
  color: #FFF;
  background: #0079a4;
  border-radius: 8px;
  position: relative;
}
.section .step-type:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 10px;
  display: block;
  color: #FFF;
  font-size: 40px;
  font-family: "Arial", "メイリオ";
}
.section .step-type:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -7px;
  right: 0;
  left: 0;
  margin: auto;
  transform: rotate(45deg);
  width: 15px;
  height: 15px;
  background: #0079a4;
}
.section .step-type:first-of-type:before {
  content: "01";
}
.section .step-type:nth-of-type(2):before {
  content: "02";
}
.section .step-type:last-of-type:before {
  content: "03";
}
.section .step-type + .step-type {
  margin-top: 14px;
}
.section .step-type + .img {
  margin-top: 2px;
}
.section .img-block {
  margin-top: 20px;
}
.section .kw-wrap {
  width: 100%;
  display: flex;
  gap: 10px;
}
.section .kw-wrap .kw-box {
  background: #ff8000;
  width: 100%;
  border-radius: 8px;
  padding: 8px;
}
.section .kw-wrap .kw-box .kw-text {
  color: #FFF;
  font-size: 13px;
  text-align: center;
}
.section .kw-wrap .kw-box .kw {
  font-size: 20px;
  font-family: "Arial", "メイリオ";
  color: #FFF;
  font-weight: 700;
  text-align: center;
}
.section .kw-wrap .kw-box .kw span {
  font-size: 12px;
  font-family: "Arial", "メイリオ";
  color: #FFF;
  font-weight: 700;
}
.section .kw-wrap .kw-box .kw em {
  font-size: 18px;
  font-family: "Arial", "メイリオ";
  color: #FFF;
  font-weight: 700;
  font-style: normal;
}
.section .achievement-tab {
  background: #ffc700;
  /* Old browsers */
  background: -moz-linear-gradient(60deg, #ffc700 0%, #ff8000 100%);
  background: -webkit-linear-gradient(60deg, #ffc700 0%, #ff8000 100%);
  background: linear-gradient(60deg, #ffc700 0%, #ff8000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc700', endColorstr='#ff8000',GradientType=1 );
  width: fit-content;
  padding: 4px;
  display: flex;
  gap: 8px;
  border-radius: 8px;
  margin-top: 8px;
  margin-left: auto;
}
.section .achievement-tab .tab {
  cursor: pointer;
  padding: 4px 16px;
  width: fit-content;
  font-size: 13px;
  font-weight: 700;
  border-radius: 2px;
  background: none;
  color: #FFF;
}
.section .achievement-tab .tab.active {
  color: #ff8000;
  background: #FFF;
}
.section .achievement {
  margin-top: 20px;
  display: none;
}
.section .achievement.active {
  display: block;
}
.section .achievement .achievement-title {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
}
.section .achievement .achievement-add {
  font-size: 11px;
  text-align: right;
  margin-top: 4px;
}
.section .voice-list .list {
  display: flex;
  padding: 16px;
  padding-bottom: 0;
  background: #FFF;
}
.section .voice-list .list .mask {
  width: 70px;
}
.section .voice-list .list .customer-info {
  width: calc(100% - 70px);
  padding-left: 15px;
}
.section .voice-list .list .customer-info .customer-read {
  font-weight: 700;
  font-size: 17px;
}
.section .voice-list .list .customer-info .customer {
  font-size: 12px;
}
.section .voice-list .list .in-voice {
  border-top: 1px solid #abb5bb;
  margin-top: 4px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.section .voice-list + .voice-list {
  margin-top: 20px;
}
.section .qa-list {
  margin-top: 40px;
}
.section .qa-list .q-contents {
  position: relative;
  padding: 14px;
  padding-left: 70px;
  padding-right: 40px;
  background: #f1f1f1;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  color: #2c363c;
  min-height: 68px;
  cursor: pointer;
}
.section .qa-list .q-contents:after {
  content: "Q";
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 10px;
  left: 10px;
  font-size: 21px;
  color: #FFF;
  font-family: "Arial", "メイリオ";
  background: #2c363c;
  border-radius: 100%;
  padding: 8px;
  line-height: 1;
  width: 32px;
  height: 32px;
}
.section .qa-list .q-contents .icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.section .qa-list .q-contents .icon:before, .section .qa-list .q-contents .icon:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 20px;
  height: 2px;
  background: #2c363c;
}
.section .qa-list .q-contents .icon:after {
  transform: rotate(90deg);
  transition: all .3s;
}
.section .qa-list .q-contents.open .icon:after {
  transform: rotate(0deg);
}
.section .qa-list .a-contents {
  position: relative;
  padding: 0;
  margin-top: 14px;
  padding-left: 70px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  color: #2c363c;
  display: none;
}
.section .qa-list .a-contents:after {
  content: "A";
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 10px;
  left: 10px;
  font-size: 21px;
  color: #FFF;
  font-family: "Arial", "メイリオ";
  background: #ff8000;
  border-radius: 100%;
  padding: 8px;
  line-height: 1;
  width: 32px;
  height: 32px;
}
.section .qa-list .a-contents .common-text {
  margin-top: 20px;
  position: relative;
  padding-left: 15px;
}
.section .qa-list .a-contents .common-text:after {
  content: "";
  position: absolute;
  display: block;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #202020;
}
.section .qa-list .a-contents .common-text + .common-text {
  margin-top: 0px;
}
.section .qa-list + .qa-list {
  margin-top: 20px;
}
.section .qa-list + .common-text {
  margin-top: 30px;
}
.section .qa-list + .common-text + .common-text {
  margin-top: 12px;
}
.section .form-style {
  padding: 0 10px;
}
.section .form-style .form-wrap {
  margin-top: 40px;
}
.section .form-style .form-wrap .form-label {
  font-size: 14px;
  font-weight: 700;
  color: #0079a4;
}
.section .form-style .form-wrap .form-input input[type=text] {
  background: #FFF;
  width: 100%;
  height: 46px;
  font-size: 16px;
  padding: 0 10px;
}
.section .form-style .form-wrap .form-input + .form-label {
  margin-top: 40px;
}
.section .form-style .form-wrap .form-box {
  width: 100%;
  display: flex;
  gap: 10px;
  border-bottom: 1px solid #abb5bb;
  padding-bottom: 8px;
  padding-top: 8px;
}
.section .form-style .form-wrap .form-box .form-result {
  font-size: 14px;
  font-weight: 700;
  width: 100%;
}
.section .form-style .form-wrap .form-box .form-total {
  font-size: 14px;
  width: 100%;
  text-align: right;
}
.section .form-style .form-wrap .form-box .form-total .prospecttotalpay {
  font-size: 14px;
}
.section .form-style .form-wrap .form-box.totla {
  background: #ffebcd;
  padding-left: 4px;
  border-top: 2px solid #ff8000;
  margin-top: -1px;
}
.section .form-style .form-wrap .form-box.totla .form-result {
  color: #ff8000;
  font-size: 16px;
}
.section .form-style .form-wrap .form-box.totla .form-total {
  color: #ff8000;
  font-size: 16px;
  font-weight: 700;
}
.section .form-style .form-wrap .form-box.totla .form-total .totalpay {
  color: #ff8000;
  font-size: 16px;
  font-weight: 700;
}
.section .form-style .form-wrap .form-box.prospect {
  background: #f1f1f1;
  padding-left: 4px;
}
.section .form-style .form-wrap .form-checkbox-radio {
  display: flex;
  gap: 20px;
}
.section .form-style .form-wrap .form-checkbox-radio .checkbox-wrap {
  width: 100%;
  position: relative;
}
.section .form-style .form-wrap .form-checkbox-radio .checkbox-wrap input[type=radio],
.section .form-style .form-wrap .form-checkbox-radio .checkbox-wrap input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
}
.section .form-style .form-wrap .form-checkbox-radio .checkbox-wrap label {
  width: 100%;
  height: 46px;
  color: #0079a4;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f1f1;
  font-size: 14px;
  font-weight: 700;
}
.section .form-style .form-wrap .form-checkbox-radio .checkbox-wrap input[type=radio]:checked + label,
.section .form-style .form-wrap .form-checkbox-radio .checkbox-wrap input[type=checkbox]:checked + label {
  background: #0079a4;
  color: #FFF;
}
.section .form-style .form-wrap + .form-wrap {
  margin-top: 20px;
}
.section .form-style .submit {
  width: 100%;
  height: 56px;
  margin-top: 40px;
}
.section .form-style .submit input[type=submit] {
  background: #ff8000;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  width: 100%;
  height: 56px;
  border-radius: 3px;
  box-shadow: 0px 8px 16px -8px rgba(255, 128, 0, 0.4);
  cursor: pointer;
}

.float-btn-area {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
  transform: translateY(120px);
  transition: all .5s;
  opacity: 0;
  z-index: 100;
  background: #FFF;
}
.float-btn-area.solid {
  transform: translateY(0);
  opacity: 1;
}

.float-btn {
  background: #009866;
  font-size: 20px;
  color: #FFF;
  font-weight: 700;
  border-radius: 45px;
  width: 100%;
  margin: auto;
  height: 64px;
  display: block;
  text-decoration: none;
  padding: 8px 0;
  box-shadow: 0px 0px 16px -6px rgba(0, 152, 102, 0.6);
  animation: zoom-in-out-animation 1s;
  animation-iteration-count: infinite;
}
.float-btn .btn-banner {
  width: fit-content;
  padding: 4px 8px;
  background: #ffe500;
  color: #ff8000;
  position: relative;
  font-size: 10px;
  font-weight: 700;
  margin: auto;
  display: block;
}
.float-btn .btn-banner:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -4px;
  left: 0;
  right: 0;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  margin: auto;
  background: #ffe500;
}
.float-btn .btn-text {
  font-size: 20px;
  color: #FFF;
  font-weight: 700;
  text-align: center;
}

footer {
  background: #2c363c;
  padding: 20px 0;
}
footer .footer-link {
  font-size: 14px;
  color: #FFF;
  display: block;
  text-decoration: none;
}
footer .footer-link + .footer-link {
  margin-top: 8px;
}
footer .copyright {
  font-size: 14px;
  color: #FFF;
  margin-top: 48px;
}

.main {
  position: relative;
}
.main .inner {
  position: relative;
  z-index: 2;
}

.pulse-container {
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.pulse-box {
  width: 350px;
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: auto;
  transform: translateY(-10%);
}

.pulse-css {
  width: 150px;
  height: 150px;
  border-radius: 75px;
  background: #ffa900;
  position: relative;
}
.pulse-css:before, .pulse-css:after {
  content: "";
  width: 150px;
  height: 150px;
  border-radius: 75px;
  background-color: #ff8002;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: scale(0.5);
  transform-origin: center center;
  animation: pulse-me 3s linear infinite;
}
.pulse-css:after {
  animation-delay: 2s;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }

  .pc {
    display: block;
  }

  .menu {
    display: none;
  }

  header {
    position: absolute;
    width: 100%;
    height: 50px;
    padding: 0;
    display: flex;
  }

  header .inner {
    display: flex;
  }
  header .logo {
    font-size: 22px;
    font-weight: 700;
    color: #FFF;
    width: fit-content;
    white-space: nowrap;
  }

  .navi {
    width: fit-content;
    height: auto;
    position: static;
    top: 0;
    top: 0;
    left: 0;
    transform: translateY(0);
    z-index: 3;
    background: none;
    margin-left: auto;
  }
  .navi .navi-list {
    width: 100%;
    padding: 0;
    display: flex;
    gap: 0 18px;
    align-items: center;
    height: 100%;
  }
  .navi .navi-list .list {
    display: flex;
    align-items: center;
  }
  .navi .navi-list .list a {
    display: flex;
    width: fit-content;
    height: auto;
    border-bottom: none;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 0;
  }
  .navi .navi-list .list a .in-text {
    font-size: 14px;
  }
  .navi .navi-list .list + .list {
    margin-top: 0;
  }

  .inner {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
  .inner.type1 {
    max-width: 700px;
  }
  .inner.type-flex1 {
    display: flex;
    gap: 0 24px;
  }

  .main {
    padding-top: 84px;
  }

  .main .obi {
    max-width: 680px;
    margin: auto;
    font-size: 26px;
    height: 49px;
  }

  .main .main-cach {
    max-width: 680px;
    margin: auto;
    margin-top: 24px;
  }

  .main .catch {
    font-size: 28px;
  }

  .main .catch .point {
    font-size: 36px;
  }

  .main .main-list {
    max-width: 467px;
    margin: auto;
    margin-top: 20px;
    position: relative;
    z-index: 1;
    gap: 0 55px;
  }

  .main-img {
    max-width: 1041px;
    margin: auto;
    margin-top: -30px;
  }

  .main-bottom {
    background: #2c363c;
    padding: 40px 0;
    margin-top: -18px;
    position: relative;
    z-index: 1;
  }
  .main-bottom .bottom-info {
    gap: 0 50px;
    display: flex;
    position: relative;
    padding-top: 50px;
    max-width: 700px;
    margin: auto;
  }
  .main-bottom .bottom-info .item-info {
    width: 100%;
  }
  .main-bottom .bottom-info .item-info:nth-of-type(1) {
    order: 2;
  }
  .main-bottom .bottom-info .item-info:nth-of-type(2) {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    order: 1;
  }
  .main-bottom .bottom-info .item-info:nth-of-type(3) {
    order: 3;
  }
  .main-bottom .bottom-info .item-info .info-ta {
    font-size: 16px;
  }
  .main-bottom .bottom-info .item-info .t-text {
    text-align: center;
  }
  .main-bottom .bottom-info .item-info .t-text .span1 {
    font-size: 29px;
  }
  .main-bottom .bottom-info .item-info .t-text .span2 {
    font-size: 19px;
  }
  .main-bottom .total-w {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
  }
  .main-bottom .total-w .text {
    font-size: 16px;
    display: block;
    width: 100%;
  }
  .main-bottom .total-w .t-text {
    transform: translateY(-4px);
    font-size: 19px;
  }
  .main-bottom .total-w .w-text {
    font-size: 29px;
  }

  .main-bottom .info-before {
    font-size: 19px;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    padding-bottom: 4px;
    border-bottom: 1px solid #787878;
  }

  .box1-wrap {
    display: flex;
    gap: 0 47px;
  }
  .box1-wrap .box1 {
    width: 469px;
  }
  .box1-wrap .box1 .box1-title {
    font-size: 24px;
  }
  .box1-wrap .box1-b {
    width: calc(100% - 469px - 50px);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .section {
    padding: 100px 0;
  }
  .section .common-text {
    font-size: 16px;
    line-height: 2;
    font-feature-settings: "palt";
  }
  .section .common-text.caption {
    text-align: center;
  }
  .section .common-text span {
    font-size: 16px;
  }
  .section .common-text em {
    font-size: 16px;
  }
  .section .section-in-title,
  .section .section-in-title span {
    font-size: 32px;
    text-align: left;
  }
  .section .section-title {
    font-size: 38px;
    padding-bottom: 32px;
  }
  .section .section-title:after {
    width: 50px;
  }
  .section .section-title span {
    font-size: 38px;
  }
  .section .vs-list .list {
    border-radius: 8px;
    padding: 18px 18px;
  }
  .section .vs-list .list .list-pra {
    display: flex;
    justify-content: center;
  }
  .section .vs-list .list .list-pra .vs-title {
    font-size: 25px;
  }
  .section .vs-list .list .list-pra .vs-title em {
    font-size: 22px;
  }
  .section .vs-list .list .list-pra .vs-text {
    font-size: 20px;
  }
  .section .vs-list .list .list-pra .vs-text em {
    font-size: 25px;
  }
  .section .box2 {
    padding: 16px 24px;
    width: 100%;
    border-radius: 10px;
  }
  .section .box2 .box2-title {
    font-size: 26px;
  }
  .section .box2 .ballon {
    width: 100%;
    padding: 4px 8px;
    margin-top: 12px;
  }
  .section .box2 + .box2 {
    margin-top: 0;
  }
  .section .table-wrap {
    width: 100%;
    overflow-x: visible;
    margin: 12px 0;
  }
  .section .table-wrap:after {
    display: none;
  }
  .section .table-wrap table {
    width: 100%;
    table-layout: fixed;
  }
  .section .ballon-bottom {
    padding: 8px;
    font-size: 28px;
    margin: 32px 0 24px;
  }
  .section .ballon-bottom:after {
    bottom: -6px;
    width: 24px;
    height: 24px;
  }
  .section .box3-wrap {
    display: flex;
    gap: 0 22px;
  }
  .section .box3 .box3-catch {
    font-size: 22px;
  }
  .section .box3 .box3-read {
    font-size: 20px;
  }
  .section .box3 + .box3 {
    margin-top: 0;
  }
  .section .container-wrap .container01 .container-title {
    font-size: 30px;
    padding-left: 60px;
  }
  .section .container-wrap .container01 .container-title br {
    display: none;
  }
  .section .container-wrap .container01 .container-title + * {
    margin-top: 32px;
  }
  .section .container-wrap .container01 .img-caption {
    font-size: 22px;
    font-weight: 700;
    margin-top: 28px;
    text-align: center;
  }
  .section .container-wrap .container01 .img-caption + * {
    margin-top: 12px;
  }
  .section .img-list {
    display: flex;
  }
  .section .img-list .img {
    width: 235px;
  }
  .section .interval {
    width: calc((100% - 705px)/2);
    flex-direction: column;
    gap: 34px;
    align-items: center;
    height: auto;
  }
  .section .interval .interval-text {
    font-size: 16px;
  }
  .section .interval .interval-text:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 100%;
    height: 2px;
  }
  .section .interval .interval-text:nth-of-type(1) {
    order: 2;
  }
  .section .interval .interval-text:nth-of-type(1):before {
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ffa500;
    bottom: initial;
    top: -4px;
    right: 0;
  }
  .section .interval .interval-text:nth-of-type(2) {
    order: 1;
  }
  .section .interval .interval-text:nth-of-type(2):before {
    border-width: 5px 8px 5px 0;
    border-color: transparent #ffa500 transparent transparent;
    bottom: -4px;
    top: initial;
    left: 0px;
  }
  .section .container01-flex {
    display: flex;
    gap: 60px;
  }
  .section .container01-flex .common-text {
    width: calc(100% - 469px - 60px);
  }
  .section .container01-flex .img {
    width: 469px;
  }
  .section .container-wrap .container01 + .container01 {
    margin-top: 108px;
  }
  .section .container-wrap .container01-list-wrap {
    display: flex;
    gap: 0 24px;
  }
  .section .container-wrap .container01 .container01-list {
    padding: 20px;
    background: #FFF;
    margin-top: 0px;
    width: 100%;
  }
  .section .container-wrap .container01 .container01-list:nth-of-type(3) {
    margin-bottom: 0;
  }
  .section .container-wrap .container01 .container01-list .container01-list-title {
    font-size: 20px;
    padding-left: 32px;
    padding-bottom: 12px;
  }
  .section .container-wrap .container01 .container01-list .container01-list-title:after {
    top: -12px;
  }
  .section .container-wrap .container01 .container01-list .container01-list-title + * {
    margin-top: 14px;
  }
  .section .container-wrap .container01 .container01-list .img {
    padding: 20px 20px 0;
  }
  .section .container-wrap .container01 .container01-list .img img {
    max-width: 200px;
    margin: auto;
  }
  .section .container01-list-wrap + * {
    margin-top: 40px;
  }
  .section .what-list-wrap {
    display: flex;
    gap: 0 68px;
    margin-top: 48px;
  }
  .section .what-list {
    margin-top: 0;
  }
  .section .what-list .what-list-catch {
    padding: 2px 8px;
    font-size: 22px;
  }
  .section .container02 {
    margin-top: 48px;
  }
  .section .container03 {
    width: 100%;
    display: flex;
    gap: 0 90px;
    padding: 30px 40px;
    background: #f7f7f7;
    border-radius: 10px;
  }
  .section .container03 .container03-text-wrap {
    width: 484px;
  }
  .section .container03 .container03-text-wrap + * {
    width: calc(100% - 484px - 90px);
  }
  .section .container03 .container03-title {
    font-size: 30px;
    padding-left: 50px;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .section .container03 .container03-title:after {
    top: -6px;
    font-size: 46px;
  }
  .section .container03:nth-of-type(even) .container03-text-wrap {
    order: 2;
  }
  .section .container03:nth-of-type(even) .container03-text-wrap + * {
    order: 1;
  }
  .section .container03:nth-of-type(4) .img img, .section .container03:nth-of-type(3) .img img {
    max-width: 290px;
    margin: auto;
  }
  .section .container03:nth-of-type(5) .img img {
    max-width: 100%;
  }
  .section .box4-wrap {
    display: flex;
    gap: 0 24px;
    margin-top: 40px;
  }
  .section .box4-wrap .box4 {
    width: 100%;
    margin-top: 0;
  }
  .section .box4-wrap .box4 .box4-title {
    font-size: 24px;
    margin-bottom: 14px;
  }
  .section .box4-wrap .box4 .box4-list li {
    font-size: 16px;
  }
  .section .box4-wrap .box4 + .box4 {
    margin-top: 0;
  }
  .section .step-wrap {
    display: flex;
    gap: 0 17px;
    margin-top: 40px;
  }
  .section .step-type {
    font-size: 18px;
    padding: 75px 0 0px;
    width: 100%;
    text-align: center;
  }
  .section .step-type:before {
    top: -10px;
    left: 0px;
    font-size: 64px;
    width: 100%;
    text-align: center;
  }
  .section .step-type:after {
    content: "";
    position: absolute;
    display: block;
    bottom: initial;
    top: 50%;
    right: -2px;
    left: initial;
    margin: auto;
    transform: rotate(45deg) translateY(-50%);
    width: 15px;
    height: 15px;
    background: #0079a4;
  }
  .section .step-type + .step-type {
    margin-top: 0px;
  }
  .section .step-type + .img {
    margin-top: 0px;
    width: 100%;
  }
  .section .kw-wrap {
    width: 469px;
    display: flex;
    gap: 14px;
    margin: auto;
    margin-top: 40px;
  }
  .section .kw-wrap .kw-box .kw-text {
    font-size: 18px;
    font-weight: 700;
  }
  .section .kw-wrap .kw-box .kw {
    font-size: 28px;
  }
  .section .kw-wrap .kw-box .kw span {
    font-size: 16px;
  }
  .section .kw-wrap .kw-box .kw em {
    font-size: 25px;
  }
  .section .achievement .achievement-title {
    font-size: 21px;
    margin-bottom: 21px;
  }
  .section .voice-list-wrap {
    display: flex;
    gap: 24px;
  }
  .section .voice-list {
    width: 100%;
    background: #FFF;
    border-radius: 10px;
  }
  .section .voice-list .list .customer-info {
    width: calc(100% - 70px);
    padding-left: 15px;
    display: flex;
    flex-direction: column;
  }
  .section .voice-list .list .customer-info .customer-read {
    order: 2;
    padding-top: 15px;
    width: calc(100% + 70px);
    transform: translateX(-70px);
    font-size: 20px;
    font-weight: 700;
    min-height: 143px;
  }
  .section .voice-list .list .customer-info .customer {
    order: 1;
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    font-size: 14px;
  }
  .section .voice-list + .voice-list {
    margin-top: 0;
  }
  .section .qa-list .q-contents {
    font-size: 20px;
    display: flex;
    align-items: center;
  }
  .section .qa-list .a-contents {
    padding-top: 18px;
    font-size: 16px;
    font-weight: 400;
  }
  .section .qa-list .a-contents .common-text:after {
    top: 13px;
  }
  .section .qa-list + .qa-list {
    margin-top: 40px;
  }
  .section .form-style {
    max-width: 600px;
    margin: auto;
    padding: 0;
  }
  .section .form-style .form-wrap .form-box .form-total .prospecttotalpay,
  .section .form-style .form-wrap .form-box.totla .form-total,
  .section .form-style .form-wrap .form-box .form-total,
  .section .form-style .form-wrap .form-box .form-result,
  .section .form-style .form-wrap .form-label {
    font-size: 18px;
  }
  .section .form-style .form-wrap .form-label + * {
    margin-top: 8px;
  }
  .section .form-style .form-wrap .form-box.totla .form-total .totalpay,
  .section .form-style .form-wrap .form-box.totla .form-total,
  .section .form-style .form-wrap .form-box.totla .form-result {
    font-size: 20px;
  }
  .section .form-style .form-wrap .form-box {
    padding-bottom: 12px;
    padding-top: 12px;
  }
  .section .form-style .form-wrap .form-checkbox-radio {
    width: 415px;
  }
  .section .form-style .form-wrap .form-input input[type=text] {
    height: 60px;
    font-size: 18px;
  }
  .section .form-style .form-wrap .form-checkbox-radio .checkbox-wrap label {
    height: 60px;
    font-size: 18px;
  }
  .section .form-style .submit {
    width: 315px;
    height: 56px;
    margin: auto;
    margin-top: 40px;
  }

  .float-btn {
    width: 325px;
    height: 64px;
  }

  footer {
    background: #2c363c;
    padding: 40px 0 20px;
  }

  .f-link {
    display: flex;
    gap: 30px;
    width: fit-content;
    margin: auto;
  }
  .f-link .footer-link {
    width: fit-content;
    display: block;
  }

  footer .footer-link + .footer-link {
    margin-top: 0px;
  }

  footer .copyright {
    font-size: 14px;
    margin-top: 32px;
    text-align: center;
  }

  .pulse-box {
    width: 700px;
    height: 700px;
    bottom: -250px;
    bottom: initial;
    top: 50%;
    right: 0;
    left: 0;
    margin: auto;
    transform: translateY(-25%);
  }

  .pulse-css {
    width: 300px;
    height: 300px;
    border-radius: 150px;
  }
  .pulse-css:before, .pulse-css:after {
    width: 300px;
    height: 300px;
    border-radius: 150px;
  }
}
@keyframes pulse-me {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  5% {
    transform: scale(0.5);
    opacity: 0.5;
  }
  50% {
    opacity: 0.8;
  }
  70% {
    opacity: 0.09;
  }
  90% {
    transform: scale(5);
    opacity: 0.5;
  }
  100% {
    transform: scale(5);
    opacity: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(105%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes zoom-in-out-animation {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(0px, 0px) scale(1.05);
  }
  100% {
    transform: translate(0px, 0px);
  }
}

/*# sourceMappingURL=style.css.map */
