@charset "UTF-8";
/*!===========================
style.cssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

html {
  -webkit-text-size-adjust: 100%; }

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

ul, ol {
  list-style: none; }

button, input, select, textarea {
  margin: 0; }

html, * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit; }

img, embed, iframe, object, audio, video {
  height: auto;
  max-width: 100%; }

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: bottom; }

iframe {
  border: 0; }

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

td,
th {
  padding: 0;
  text-align: left; }

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

b,
strong {
  font-weight: bold; }

.clear {
  clear: both; }

.cf:before, .cf:after {
  content: "";
  display: block; }

.cf:after {
  clear: both; }

.cf {
  zoom: 1;
  overflow: hidden; }

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100; }

.table_w {
  width: 100%;
  display: table;
  table-layout: fixed; }

.table_c {
  display: table-cell;
  vertical-align: top; }

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

/* ===================================================================
	utility
=================================================================== */
.mt05 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.txt_c {
  text-align: center; }

/* ===================================================================
	form
=================================================================== */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

@media only screen and (min-width: 769px) {
  .sp {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; } }
@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0; }
  50% {
    transform: scale(1) rotate(25deg);
    opacity: 1; }
  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0; } }
@keyframes animationbtn {
  0% {
    box-shadow: 0 5px 0 #92060d;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #92060d;
    top: 6px; }
  20% {
    box-shadow: 0 5px 0 #92060d;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #92060d;
    top: 6px; }
  40% {
    box-shadow: 0 5px 0 #92060d;
    top: 0px; } }
.cta_btn {
  position: relative;
  max-width: 650px;
  margin: 0 auto 5px;
  box-shadow: 0 5px 0 #92060d;
  background: #c30a14;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px; }
  @media only screen and (min-width: 769px) {
    .cta_btn:hover {
      opacity: .75; } }
  @media only screen and (max-width: 768px) {
    .cta_btn {
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px; } }
  .cta_btn.shiny {
    overflow: hidden; }
    .cta_btn.shiny::after {
      content: '';
      position: absolute;
      top: -100px;
      left: -100px;
      width: 50px;
      height: 50px;
      background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, white 100%, rgba(255, 255, 255, 0) 0%);
      animation-name: shiny;
      animation-duration: 4s;
      animation-timing-function: ease-in-out;
      animation-iteration-count: infinite;
      pointer-events: none;
      z-index: 10; }
  .cta_btn a {
    display: block;
    text-decoration: none;
    line-height: 1.4;
    color: #fff !important;
    font-weight: 700;
    font-size: 22px;
    font-size: 2.2rem;
    text-align: center;
    padding: 17px 5px; }
  .cta_btn.animation {
    animation: animationbtn 2s infinite; }

html {
  font-size: 62.5%; }
  @media only screen and (max-width: 768px) {
    html {
      font-size: 50%; } }

body {
  background: #fff;
  font-size: 1.6em;
  color: #111111;
  font-family: "Noto Sans JP", sans-serif;
  background: #c6dbe5;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5; }

/*.header,
.wrapper,
.footer {
	min-width: 1000px;
}*/
a {
  color: #111111; }

@media only screen and (min-width: 769px) {
  a:hover {
    color: #111111;
    text-decoration: none; }

  a, a img {
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; }

  a img:hover {
    opacity: .75; } }
.red {
  color: #c30a14; }

.yellow {
  color: #fefae8; }

.marker {
  background: linear-gradient(transparent 60%, #fefae8 60%); }

.large {
  font-size: 120%; }

sup {
  font-size: 11px;
  font-size: 1.1rem;
  vertical-align: super; }

@media only screen and (max-width: 768px) {
  .cta {
    margin: 0 auto;
    width: 90%; }
    .cta a {
      font-size: 17px;
      font-size: 1.7rem; } }
.cta .txt {
  margin: 16px auto 10px;
  letter-spacing: 0.04em;
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  font-size: 2.2rem; }
  @media only screen and (max-width: 768px) {
    .cta .txt {
      margin: 10px auto 8px;
      font-size: 17px;
      font-size: 1.7rem; } }

.header {
  background: #fff;
  border-top: solid 4px #ffd201; }
  .header .inner {
    max-width: 1020px;
    margin: 0 auto;
    padding: 7px 10px 12px 2.8%;
    height: 100%;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center; }
    @media only screen and (max-width: 768px) {
      .header .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .header .inner {
        padding: 2px 10px 4px 2.8%; }
        .header .inner .site_logo2 {
          flex: 0.71; } }
  .header .hdr_cta {
    max-width: 165px;
    display: inline-block; }
    .header .hdr_cta a {
      padding: 5px 10px;
      line-height: 1.3;
      color: #fff;
      background: #c30a14;
      text-decoration: none;
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      -o-border-radius: 3px;
      -ms-border-radius: 3px;
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center; }
      .header .hdr_cta a .ico {
        width: 30px; }
        @media only screen and (max-width: 768px) {
          .header .hdr_cta a .ico {
            margin-right: 6px;
            width: 18px; } }
      .header .hdr_cta a .txt {
        text-align: center;
        font-size: 14px;
        font-size: 1.4rem; }
        @media only screen and (max-width: 768px) {
          .header .hdr_cta a .txt {
            font-size: 13px;
            font-size: 1.3rem; } }

.page_top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  width: 60px;
  height: 60px;
  background: rgba(16, 33, 41, 0.75);
  text-align: center;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-transition: 0s;
  -webkit-transition: 0s;
  -o-transition: 0s;
  -ms-transition: 0s;
  transition: 0s; }
  .page_top:hover {
    background: #709bdb;
    color: #fff; }
  .page_top::after {
    content: '';
    width: 12px;
    height: 12px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -4px;
    margin-right: -6px; }
  @media only screen and (max-width: 768px) {
    .page_top {
      bottom: 10px;
      right: 10px;
      width: 40px;
      height: 40px;
      font-size: 22px; }
      .page_top::after {
        width: 10px;
        height: 10px;
        margin-top: -3px;
        margin-right: -5px; } }

.fv {
  background: no-repeat center top/cover url("img/fv_bg.jpg"); }
  @media only screen and (max-width: 768px) {
    .fv {
      background: none; } }
  .fv .inner {
    max-width: 1000px;
    margin: 0 auto;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .fv .inner {
        width: 100%; } }
    @media only screen and (min-width: 769px) {
      .fv .inner {
        max-height: 300px;
        height: 30vw; } }
    @media only screen and (max-width: 768px) {
      .fv .inner {
        width: 100%;
        height: auto; } }
  .fv .fv_img {
    z-index: 1;
    position: absolute;
    left: 5%;
    bottom: 8%;
    width: 61%;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .fv .fv_img {
        position: static;
        width: 100%;
        transform: none; }
        .fv .fv_img img {
          width: 100%; } }

.wrapper {
  max-width: 100%; }

.remarks {
  font-size: 11px;
  font-size: 1.1rem;
  margin-top: 10px; }

.container {
  max-width: 1000px;
  margin: 0 auto;
  background: #fff; }
  @media only screen and (max-width: 768px) {
    .container {
      width: 100%; } }

.main_ttl {
  padding: 17px 0;
  background: #102129;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.4; }
  @media only screen and (max-width: 768px) {
    .main_ttl {
      padding: 15px 0;
      font-size: 21px;
      font-size: 2.1rem; } }

.section01 .inner {
  max-width: 825px;
  margin: 0 auto;
  padding: 20px 10px 40px; }
  @media only screen and (max-width: 768px) {
    .section01 .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .section01 .inner {
      padding: 10px 10px 20px; } }
.section01 .main_ttl {
  letter-spacing: 0.08em; }
.section01 .cta .remarks {
  margin: 14px auto 0;
  max-width: 650px; }

.section02 .inner {
  max-width: 950px;
  margin: 0 auto;
  padding: 13px 25px 70px; }
  @media only screen and (max-width: 768px) {
    .section02 .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .section02 .inner {
      padding: 12px 0 40px; } }
.section02 .cont_ttl {
  margin: 0 0 12px;
  text-align: center;
  font-weight: 700;
  font-size: 28px;
  font-size: 2.8rem; }
  @media only screen and (max-width: 768px) {
    .section02 .cont_ttl {
      margin: 0 0 10px;
      font-size: 26px;
      font-size: 2.6rem; } }
  .section02 .cont_ttl span {
    padding: 0 6px;
    color: #fff;
    background: #111111;
    letter-spacing: 0.07em; }
    @media only screen and (max-width: 768px) {
      .section02 .cont_ttl span {
        padding: 0 3px; } }
.section02 .lead {
  margin-bottom: 30px;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .section02 .lead {
      margin-bottom: 25px; }
      .section02 .lead .img {
        margin: 0 auto;
        width: 90%; } }
  .section02 .lead .txt {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 22px;
    font-size: 2.2rem; }
    @media only screen and (max-width: 768px) {
      .section02 .lead .txt {
        margin-bottom: 10px;
        font-size: 19px;
        font-size: 1.9rem; } }
    .section02 .lead .txt span {
      font-size: 130%; }
      .section02 .lead .txt span strong {
        color: #c30a14; }
.section02 .device {
  border: solid 2px #ffd201;
  overflow: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px; }
  @media only screen and (max-width: 768px) {
    .section02 .device {
      margin: 0 auto;
      width: 90%;
      border-width: 1px;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px; } }
  .section02 .device .ttl {
    padding: 12px;
    text-align: center;
    background: #fefae8;
    font-weight: 700;
    font-size: 20px;
    font-size: 2rem; }
    @media only screen and (max-width: 768px) {
      .section02 .device .ttl {
        padding: 7px;
        font-size: 19px;
        font-size: 1.9rem; } }
  .section02 .device .wrap {
    padding: 24px;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .section02 .device .wrap {
        padding: 24px 9%; } }
.section02 .achievement01 {
  margin: 12px 0; }
  @media only screen and (max-width: 768px) {
    .section02 .achievement01 {
      margin: 12px auto 8px; } }
.section02 .consultation {
  margin: 0 auto 30px;
  max-width: 840px; }
  @media only screen and (max-width: 768px) {
    .section02 .consultation {
      margin: 0 auto 10px;
      width: 97%; } }
.section02 .cta {
  position: relative;
  padding: 24px 24px 45px;
  background: no-repeat center/cover url("img/cta_bg.jpg"); }
  @media only screen and (max-width: 768px) {
    .section02 .cta {
      padding: 8px 24px 20px;
      width: 100%; } }
  .section02 .cta .txt {
    color: #fff; }
    .section02 .cta .txt span {
      color: #ffd201; }
  .section02 .cta::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -1px;
    width: 0;
    height: 0;
    border-width: 30px 15px;
    border-style: solid;
    border-color: #fff transparent transparent transparent; }
    @media only screen and (max-width: 768px) {
      .section02 .cta::before {
        border-width: 15px 10px; } }

.swiper-button-prev {
  left: 25px;
  width: 32px;
  top: 98%; }
  .swiper-button-prev::after {
    content: '';
    width: 32px;
    height: 32px;
    background: no-repeat center/contain url("img/ico_prev.png"); }
  @media only screen and (max-width: 768px) {
    .swiper-button-prev {
      left: 23%;
      top: 96%; }
      .swiper-button-prev::after {
        width: 24px;
        height: 24px; } }

.swiper-button-next {
  right: 25px;
  width: 32px;
  top: 98%; }
  .swiper-button-next::after {
    content: '';
    width: 32px;
    height: 32px;
    background: no-repeat center/contain url("img/ico_next.png"); }
  @media only screen and (max-width: 768px) {
    .swiper-button-next {
      right: 23%;
      top: 96%; }
      .swiper-button-next::after {
        width: 24px;
        height: 24px; } }

.swiper-container {
  height: auto; }
  .swiper-container .swiper-wrapper {
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch; }

.swiper-slide {
  margin: 0;
  padding: 0; }

.swiper-pagination {
  margin-top: 5px;
  left: 0;
  right: 0;
  z-index: 0;
  text-align: center; }

.swiper-pagination-bullet {
  margin: 0 10px; }
  @media only screen and (max-width: 768px) {
    .swiper-pagination-bullet {
      margin: 10px 5px 0; } }

.swiper-control {
  max-width: 950px;
  margin: 0 auto;
  position: relative;
  height: 20px; }
  @media only screen and (max-width: 768px) {
    .swiper-control {
      width: 100%; } }

@media only screen and (max-width: 768px) {
  .section03 .achievement02 {
    margin-bottom: 15px; }
  .section03 .cta {
    padding-inline: 10px; } }
.section03 .inner {
  max-width: 920px;
  margin: 0 auto;
  padding: 60px 10px 70px; }
  @media only screen and (max-width: 768px) {
    .section03 .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .section03 .inner {
      padding: 20px 0 40px; } }
.section03 .reason {
  position: relative;
  padding: 10px 0 30px; }
  @media only screen and (max-width: 768px) {
    .section03 .reason {
      padding: 5px 0 30px; } }
  .section03 .reason .swiper-container {
    padding: 20px 10px; }
  .section03 .reason .item {
    padding: 25px 15px 10px;
    height: 100%;
    text-align: center;
    background: #fff;
    box-shadow: 0px 0px 15.36px 0.64px rgba(20, 20, 20, 0.16);
    font-size: min(2vw, 1.7rem);
    box-sizing: border-box;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px; }
    @media only screen and (max-width: 768px) {
      .section03 .reason .item {
        padding: 12px 1%;
        font-size: 15px;
        font-size: 1.5rem;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -o-border-radius: 10px;
        -ms-border-radius: 10px; }
        .section03 .reason .item .img {
          padding: 0 8px; } }
    .section03 .reason .item .txt {
      margin: 10px 5px 0;
      text-align: left;
      line-height: 1.55; }
      @media only screen and (max-width: 768px) {
        .section03 .reason .item .txt {
          margin: 7px 5% 0; } }

.section04 .inner {
  max-width: 675px;
  margin: 0 auto;
  padding: 30px 10px 50px; }
  @media only screen and (max-width: 768px) {
    .section04 .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .section04 .inner {
      padding: 20px 0 50px; }
      .section04 .inner .cta {
        padding-inline: 10px; } }
.section04 .main_ttl {
  padding: 25px 0;
  letter-spacing: 0.03em;
  font-size: 26px;
  font-size: 2.6rem; }
  @media only screen and (max-width: 768px) {
    .section04 .main_ttl {
      padding: 18px 0;
      font-size: 21.5px;
      font-size: 2.15rem; } }
@media only screen and (max-width: 768px) {
  .section04 .items {
    padding: 0 5.5%; } }
.section04 .items .item {
  position: relative;
  margin-bottom: 38px;
  display: grid;
  gap: 0 20px;
  grid-template: "img heading" "img subhead" "img txt";
  grid-template-columns: 220px 1fr; }
  @media only screen and (max-width: 768px) {
    .section04 .items .item {
      gap: 3%;
      grid-template: "img heading" "img subhead" "txt txt";
      grid-template-columns: 145px 1fr; } }
  .section04 .items .item:nth-child(even) {
    grid-template: "heading img" "subhead img" "txt img";
    grid-template-columns: 1fr 220px; }
    @media only screen and (max-width: 768px) {
      .section04 .items .item:nth-child(even) {
        grid-template: "heading img" "subhead img" "txt txt";
        grid-template-columns: 1fr 145px; } }
  .section04 .items .item .img {
    grid-area: img; }
  .section04 .items .item .heading {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    margin-bottom: 5px;
    padding-bottom: 15px;
    height: 50px;
    border-bottom: solid 1px #d8d8d8; }
    @media only screen and (max-width: 768px) {
      .section04 .items .item .heading {
        display: block;
        padding-bottom: 0;
        height: auto; }
        .section04 .items .item .heading img {
          width: auto;
          height: 26px; } }
    .section04 .items .item .heading span {
      margin-left: 15px;
      color: #9dd814;
      font-weight: 700;
      font-style: italic;
      letter-spacing: 0.06em;
      font-size: 14px;
      font-size: 1.4rem; }
      @media only screen and (max-width: 768px) {
        .section04 .items .item .heading span {
          margin-left: 0; } }
  .section04 .items .item .sub {
    grid-area: subhead;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.8rem; }
    @media only screen and (max-width: 768px) {
      .section04 .items .item .sub {
        font-size: 17px;
        font-size: 1.7rem; } }
  .section04 .items .item .txt {
    grid-area: txt;
    text-align: left;
    line-height: 1.6;
    font-size: 16px;
    font-size: 1.6rem; }

.section05 .inner {
  max-width: 1020px;
  margin: 0 auto;
  padding: 15px 0 70px; }
  @media only screen and (max-width: 768px) {
    .section05 .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .section05 .inner {
      padding: 0 0 45px; }
      .section05 .inner .cta {
        padding-inline: 10px; } }
.section05 .review {
  position: relative;
  padding: 0 0 22px; }
  @media only screen and (max-width: 768px) {
    .section05 .review {
      padding: 5px 0 14px; } }
  .section05 .review .item {
    padding: 25px 9% 35px;
    text-align: center;
    background: #fff;
    box-shadow: 0px 0px 15.36px 0.64px rgba(20, 20, 20, 0.16);
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    font-size: 15px;
    font-size: 1.5rem;
    height: 100%;
    box-sizing: border-box; }
    @media only screen and (max-width: 768px) {
      .section05 .review .item {
        padding: 18px 6% 15px;
        font-size: 15px;
        font-size: 1.5rem;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -o-border-radius: 10px;
        -ms-border-radius: 10px; }
        .section05 .review .item .img {
          padding: 0 8px; } }
    .section05 .review .item .heading {
      position: relative;
      display: inline-flex;
      padding: 5px 8.5%;
      max-width: 100%;
      height: 58px;
      align-items: center;
      text-align: left;
      background: #ffd201;
      font-weight: 700;
      font-size: min(1.6vw, 1.6rem);
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px; }
      @media only screen and (max-width: 768px) {
        .section05 .review .item .heading {
          padding: 0 8.5%;
          height: 48px;
          font-size: 17px;
          font-size: 1.7rem; } }
      .section05 .review .item .heading::before {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 100%;
        width: 0;
        height: 0;
        border-width: 10px;
        border-style: solid;
        border-color: #ffd201 transparent transparent transparent; }
    .section05 .review .item .quote {
      margin-top: 5px;
      text-align: right;
      font-size: 9px;
      font-size: 0.9rem; }
    .section05 .review .item .status {
      position: relative;
      margin: 10px 0 5px;
      padding: 10px 0 0 95px;
      text-align: left;
      background: no-repeat 16px bottom/contain url("img/ico_review.png"); }
      @media only screen and (max-width: 768px) {
        .section05 .review .item .status {
          padding: 10px 0 0 23%;
          background-position: 3.5 bottom; } }
      .section05 .review .item .status .place {
        font-size: 11px;
        font-size: 1.1rem; }
      .section05 .review .item .status .device {
        font-weight: 700;
        font-size: 16px;
        font-size: 1.6rem; }
    .section05 .review .item .txt {
      margin-top: 5px;
      text-align: left;
      line-height: 1.6;
      font-size: 14px;
      font-size: 1.4rem; }
      @media only screen and (max-width: 768px) {
        .section05 .review .item .txt {
          margin-top: 7px; } }
  .section05 .review .swiper-container {
    padding: 20px 10px; }
  .section05 .review .swiper-slide-prev, .section05 .review .swiper-slide-next {
    opacity: 0.5; }

.section06 .inner {
  max-width: 1050px;
  margin: 0 auto;
  padding: 55px 10px 70px;
  background: #fff;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px; }
  @media only screen and (max-width: 768px) {
    .section06 .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .section06 .inner {
      padding: 33px 5% 50px;
      border: none; } }
.section06 .items {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-gap: 4%;
  -moz-gap: 4%;
  -ms-gap: 4%;
  -o-gap: 4%;
  gap: 4%;
  max-width: 900px;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .section06 .items {
      width: 210px;
      flex-direction: column;
      -webkit-gap: 30px;
      -moz-gap: 30px;
      -ms-gap: 30px;
      -o-gap: 30px;
      gap: 30px; } }
  .section06 .items .item {
    flex: 1; }
    .section06 .items .item .block {
      position: relative;
      padding: 22px 2%;
      font-weight: 700;
      text-align: center;
      border: solid 1px #111;
      height: 130px;
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      border-radius: 20px;
      -moz-border-radius: 20px;
      -webkit-border-radius: 20px;
      -o-border-radius: 20px;
      -ms-border-radius: 20px;
      font-size: 19px;
      font-size: 1.9rem; }
      @media only screen and (max-width: 768px) {
        .section06 .items .item .block {
          height: 60px;
          border-radius: 15px;
          -moz-border-radius: 15px;
          -webkit-border-radius: 15px;
          -o-border-radius: 15px;
          -ms-border-radius: 15px;
          font-size: 21px;
          font-size: 2.1rem; } }
      .section06 .items .item .block::before {
        content: "";
        position: absolute;
        top: -20px;
        left: 0;
        display: inline-block;
        width: 45px;
        height: 45px;
        background-size: contain; }
        @media only screen and (max-width: 768px) {
          .section06 .items .item .block::before {
            top: -23px;
            width: 40px;
            height: 40px; } }
    .section06 .items .item .txt {
      text-align: left;
      font-size: 14px;
      font-size: 1.4rem; }
      @media only screen and (max-width: 768px) {
        .section06 .items .item .txt {
          font-size: 16px;
          font-size: 1.6rem; } }
    .section06 .items .item:nth-child(1) .block {
      background: #fcfbf7; }
      .section06 .items .item:nth-child(1) .block::before {
        background-image: url("img/ico_step1.png"); }
    .section06 .items .item:nth-child(2) .block {
      background: #fefae8; }
      .section06 .items .item:nth-child(2) .block::before {
        background-image: url("img/ico_step2.png"); }
    .section06 .items .item:nth-child(3) .block {
      background: #fdf4ca; }
      .section06 .items .item:nth-child(3) .block::before {
        background-image: url("img/ico_step3.png"); }
    .section06 .items .item:nth-child(4) .block {
      background: #fcea99; }
      .section06 .items .item:nth-child(4) .block::before {
        background-image: url("img/ico_step4.png"); }
    .section06 .items .item:nth-child(5) .block {
      background: #fcde54; }
      .section06 .items .item:nth-child(5) .block::before {
        background-image: url("img/ico_step5.png"); }
    .section06 .items .item:nth-child(6) .block {
      background: #ffd201; }
      .section06 .items .item:nth-child(6) .block::before {
        background-image: url("img/ico_step6.png"); }
    .section06 .items .item:not(:last-child) .block::after {
      content: "";
      display: inline-block;
      position: absolute;
      top: 50%;
      transform: translateY(-50%) rotate(-45deg);
      border: solid #102129;
      border-width: 0 2px 2px 0;
      padding: 6px;
      left: calc(100% + 5px); }
      @media only screen and (max-width: 768px) {
        .section06 .items .item:not(:last-child) .block::after {
          padding: 5px;
          top: calc(100% + 5px);
          left: 50%;
          transform: translateX(-50%) rotate(45deg); } }

.section07 .inner {
  max-width: 1020px;
  margin: 0 auto;
  padding: 30px 10px 35px; }
  @media only screen and (max-width: 768px) {
    .section07 .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .section07 .inner {
      padding: 20px 10px; } }
.section07 .main_ttl {
  padding: 25px 0;
  letter-spacing: 0.03em;
  font-size: 26px;
  font-size: 2.6rem; }
  @media only screen and (max-width: 768px) {
    .section07 .main_ttl {
      padding: 18px 0;
      font-size: 21.5px;
      font-size: 2.15rem; } }
.section07 .faq .item {
  position: relative;
  margin: 0 auto 15px;
  max-width: 900px;
  text-align: left;
  background: #fefae8;
  border: solid 1px #ffd201;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px; }
  @media only screen and (max-width: 768px) {
    .section07 .faq .item {
      border-radius: 8px;
      -moz-border-radius: 8px;
      -webkit-border-radius: 8px;
      -o-border-radius: 8px;
      -ms-border-radius: 8px; } }
  .section07 .faq .item summary {
    position: relative;
    padding: 23px 75px;
    font-weight: 700;
    color: #102129;
    font-size: 18px;
    font-size: 1.8rem;
    cursor: pointer; }
    @media only screen and (max-width: 768px) {
      .section07 .faq .item summary {
        padding: 20px 13%;
        font-size: 17px;
        font-size: 1.7rem; } }
    .section07 .faq .item summary::marker {
      content: none; }
    .section07 .faq .item summary::before {
      content: "";
      left: 30px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 33px;
      height: 23px;
      background: no-repeat center/contain url("img/ico_q.png"); }
      @media only screen and (max-width: 768px) {
        .section07 .faq .item summary::before {
          top: 16px;
          left: 14px;
          transform: unset;
          width: 23px; } }
    .section07 .faq .item summary::after {
      content: "";
      right: 33px;
      width: 25px;
      height: 15px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: no-repeat center/contain url("img/ico_arrow.png");
      transition: transform .3s; }
      @media only screen and (max-width: 768px) {
        .section07 .faq .item summary::after {
          top: 25px;
          right: 12px;
          width: 20px;
          height: 20px;
          transform-origin: center;
          background: no-repeat center/contain url("img/ico_arrow_y.png"); } }
  .section07 .faq .item[open] summary::after {
    transform: translateY(-50%) rotate(-180deg); }
  .section07 .faq .item .wrap {
    margin-top: -15px;
    padding: 0 75px 25px;
    line-height: 1.6;
    font-size: 15px;
    font-size: 1.5rem; }
    @media only screen and (max-width: 768px) {
      .section07 .faq .item .wrap {
        padding: 0 13% 25px;
        line-height: 1.75;
        font-size: 16px;
        font-size: 1.6rem; } }

.content_area {
  max-width: 1000px;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .content_area .three_step .wrap {
      padding: 10px 54px 15px 10px; } }
  .content_area .three_step .wrap .form_contents::after {
    z-index: 1;
    content: '';
    position: absolute;
    top: -40px;
    left: 95px;
    width: 29px;
    height: 29px;
    z-index: 100;
    background: url(/images/ico_ok.png) 0 0 no-repeat;
    background-size: 29px auto; }
    @media only screen and (max-width: 768px) {
      .content_area .three_step .wrap .form_contents::after {
        top: 50%;
        left: auto;
        right: -44px;
        margin-top: -15px;
        width: 29px;
        height: 29px; } }

.fixed_cta {
  position: fixed;
  display: none;
  z-index: 20;
  background: rgba(16, 33, 41, 0.9);
  left: 0;
  bottom: 0;
  width: 100%; }
  .fixed_cta .inner {
    max-width: 760px;
    margin: 0 auto;
    position: relative;
    padding: 10px;
    height: 90px;
    background: none;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-gap: 20px;
    -moz-gap: 20px;
    -ms-gap: 20px;
    -o-gap: 20px;
    gap: 20px; }
    @media only screen and (max-width: 768px) {
      .fixed_cta .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .fixed_cta .inner {
        padding: 4px 10px;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -webkit-gap: 8px;
        -moz-gap: 8px;
        -ms-gap: 8px;
        -o-gap: 8px;
        gap: 8px;
        height: auto; } }
  .fixed_cta .img {
    height: 100%; }
    @media only screen and (max-width: 768px) {
      .fixed_cta .img {
        max-width: 91.5%; } }
    .fixed_cta .img picture {
      height: 100%;
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center; }
      .fixed_cta .img picture img {
        max-height: 100%; }
  .fixed_cta .txt {
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .fixed_cta .txt {
        flex: 1; } }
    .fixed_cta .txt p {
      margin: -7px 0 3px;
      color: #fff;
      font-size: min(2.4vw, 1.9rem); }
    .fixed_cta .txt .label {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-gap: 3px;
      -moz-gap: 3px;
      -ms-gap: 3px;
      -o-gap: 3px;
      gap: 3px;
      font-size: min(1.8vw, 1.6rem); }
      @media only screen and (max-width: 768px) {
        .fixed_cta .txt .label {
          flex-direction: column;
          font-size: 13px;
          font-size: 1.3rem; } }
      .fixed_cta .txt .label span {
        padding: 2px 10px 4px;
        color: #102129;
        font-weight: 700;
        border: solid 2px;
        background: #fff;
        font-feature-settings: "palt";
        letter-spacing: 0.05em; }
        @media only screen and (max-width: 768px) {
          .fixed_cta .txt .label span {
            padding: 0;
            border-width: 1px; } }
  .fixed_cta .btn {
    width: 48%; }
    @media only screen and (max-width: 768px) {
      .fixed_cta .btn {
        width: 95%; } }
    .fixed_cta .btn .cta_btn {
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px; }
      .fixed_cta .btn .cta_btn a {
        padding: 10px 0;
        font-size: 15px;
        font-size: 1.5rem; }
        @media only screen and (max-width: 768px) {
          .fixed_cta .btn .cta_btn a {
            line-height: 1.3;
            padding: 8px 0;
            letter-spacing: 0.07em; } }

.exitProtection_overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: none; }

.exitProtection {
  width: 400px !important;
  margin: 0 auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 15%;
  border: none;
  z-index: 1000; }
  @media only screen and (max-width: 768px) {
    .exitProtection {
      width: 95% !important; } }
  .exitProtection a {
    outline: none; }
    .exitProtection a:hover img {
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      opacity: 1; }
  .exitProtection .wrap {
    position: relative;
    overflow: auto !important;
    padding-top: 40px;
    height: 510px; }
    @media only screen and (max-width: 768px) {
      .exitProtection .wrap {
        width: 80vw;
        margin: 0 auto;
        height: 100%; }
        .exitProtection .wrap::before {
          content: "";
          display: block;
          padding-top: calc(470 / 400 * 100%); } }
    .exitProtection .wrap .name {
      position: absolute;
      top: 22.5%;
      left: 0;
      right: 0;
      text-align: center;
      color: #ffd201;
      font-weight: 700;
      font-size: 25px;
      font-size: 2.5rem; }
    .exitProtection .wrap .image {
      position: absolute;
      top: 40px;
      left: 0; }
      .exitProtection .wrap .image .client_image {
        display: block;
        position: absolute;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 26.5%;
        width: 85%; }
    .exitProtection .wrap .modal_close {
      background: #8d8d8d;
      color: #fff !important;
      width: 40px;
      line-height: 40px;
      display: block;
      font-size: 20px;
      font-weight: bold;
      position: absolute;
      top: 0px;
      right: 0;
      text-align: center;
      cursor: pointer;
      text-decoration: none;
      z-index: 100; }
    .exitProtection .wrap .btn {
      position: absolute;
      width: 95%;
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: 14px; }
      @media only screen and (max-width: 768px) {
        .exitProtection .wrap .btn {
          bottom: 10px; } }
      .exitProtection .wrap .btn .cta_btn {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        font-size: 18px;
        font-size: 1.8rem;
        color: #fff;
        font-weight: 700;
        overflow: hidden;
        text-align: center;
        padding: 5px 0;
        line-height: 1.3;
        height: 70px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px; }
        .exitProtection .wrap .btn .cta_btn strong {
          font-size: .9em;
          color: #fff000; }
        @media only screen and (max-width: 768px) {
          .exitProtection .wrap .btn .cta_btn {
            height: min(14vw, 75px); } }

.ui-dialog-titlebar {
  display: none; }

.ui-dialog {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  width: 90% !important; }

.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index: 1000; }
  .modal-container:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%; }
  .modal-container.active {
    opacity: 1;
    visibility: visible; }

.modal-body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  vertical-align: middle; }

.modal-close {
  background: #8d8d8d;
  color: #fff !important;
  width: 40px;
  line-height: 40px;
  display: block;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  top: -40px;
  right: 0;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  z-index: 100; }

.modal-content {
  width: 42vh;
  max-width: 400px;
  max-height: 85vh; }
  .modal-content .inner {
    position: relative; }
  .modal-content .btn {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px; }

.ft_menu {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 5px;
  background-color: #fff; }
  @media only screen and (max-width: 768px) {
    .ft_menu {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .ft_menu {
      height: auto;
      padding-bottom: 0; } }
  .ft_menu .p_mark {
    width: 700px;
    margin: 0px auto;
    padding: 20px; }
    @media only screen and (max-width: 768px) {
      .ft_menu .p_mark {
        width: 100%;
        display: flex;
        justify-content: space-around;
        align-items: center; } }
    .ft_menu .p_mark p {
      display: inline-block; }
      @media only screen and (max-width: 768px) {
        .ft_menu .p_mark p {
          max-width: 35%;
          font-size: 12px;
          font-size: 1.2rem; } }
    .ft_menu .p_mark .pra_txt {
      width: 500px; }
      @media only screen and (max-width: 768px) {
        .ft_menu .p_mark .pra_txt {
          max-width: 65%; } }
  .ft_menu .ft_nav {
    width: 700px;
    margin: 0 auto 20px;
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000; }
    @media only screen and (max-width: 768px) {
      .ft_menu .ft_nav {
        width: 100%;
        margin-bottom: 0;
        padding: 0; } }
    .ft_menu .ft_nav ul {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-content: center;
      align-items: center;
      justify-content: center;
      -webkit-gap: 15px;
      -moz-gap: 15px;
      -ms-gap: 15px;
      -o-gap: 15px;
      gap: 15px; }
      @media only screen and (max-width: 768px) {
        .ft_menu .ft_nav ul {
          display: block; } }
      .ft_menu .ft_nav ul li {
        display: inline-block; }
        @media only screen and (max-width: 768px) {
          .ft_menu .ft_nav ul li {
            width: 50%;
            float: left;
            background-color: #102129;
            padding: 15px 0;
            border-right: solid 0.5px #fff;
            border-bottom: solid 0.5px #fff;
            border-top: solid 0.5px #fff; }
            .ft_menu .ft_nav ul li a {
              color: #fff; } }

.copyright {
  text-align: center;
  height: auto;
  padding: 5px;
  background-color: #ffd201; }
  @media only screen and (max-width: 768px) {
    .copyright {
      font-size: 10px;
      font-size: 1rem; } }
