@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  padding: 0;
  margin: 0;
}

html {
  line-height: 1.15;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: sans-serif;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0;
  font-weight: normal;
}

p + p {
  margin-top: 1rem;
}

a {
  background-color: transparent;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

code,
kbd,
samp,
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

button,
input,
optgroup,
select,
textarea {
  line-height: inherit;
  border: 1px solid currentColor;
}

button {
  overflow: visible;
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  padding: 1px 6px;
}

input {
  overflow: visible;
}

input,
textarea {
  padding: 1px;
}

fieldset {
  border: 1px solid currentColor;
  margin: 0 2px;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

select {
  text-transform: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=color] {
  background: inherit;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

::-webkit-search-decoration,
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-moz-focus-inner {
  border: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  color: inherit;
  overflow: visible;
}

dl,
ol,
ul {
  margin: 0;
}

ol ol,
ol ul,
ol dl,
ul ol,
ul ul,
ul dl,
dl ol,
dl ul,
dl dl {
  margin: 0;
}

b,
strong {
  font-weight: bolder;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border: 0;
  vertical-align: bottom;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  text-indent: 0;
  border-color: inherit;
}

details {
  display: block;
}

dialog {
  background-color: inherit;
  border: solid;
  color: inherit;
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

em {
  font-style: normal;
}

/* フォント
==========================================================*/
/* Breakpoints
==========================================================*/
header.sub {
  background: -webkit-gradient(linear, left top, right top, from(#C5606D), to(#E4B358));
  background: linear-gradient(to right, #C5606D, #E4B358);
}
@media screen and (max-width: 699.98px) {
  header.sub {
    padding-top: 17px;
    padding-bottom: 17px;
  }
}
@media screen and (min-width: 700px), print {
  header.sub {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 940px), print {
  header.sub {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
header.sub .logo {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 699.98px) {
  header.sub .logo a img {
    width: 34%;
  }
}
@media screen and (min-width: 700px), print {
  header.sub .logo a img {
    width: 17%;
  }
}
@media screen and (min-width: 940px), print {
  header.sub .logo a img {
    width: 185px;
  }
}

body.business header.sub {
  background: -webkit-gradient(linear, left top, right top, from(#f46a00), to(#fcd64e));
  background: linear-gradient(to right, #f46a00, #fcd64e);
}

footer {
  background: -webkit-gradient(linear, left top, right top, from(#C5606D), to(#E4B358));
  background: linear-gradient(90deg, #C5606D 0%, #E4B358 100%);
}
footer#lp {
  background: #AF9554;
}
@media screen and (max-width: 699.98px) {
  footer .contents {
    padding: 80px 0 30px;
  }
}
@media screen and (min-width: 700px), print {
  footer .contents {
    padding: 100px 0 40px;
  }
}
footer .contents > .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 699.98px) {
  footer .contents > .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 40px;
  }
}
@media screen and (min-width: 700px), print {
  footer .contents > .flex {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
}
@media screen and (max-width: 699.98px) {
  footer .contents > .flex .logo_wrapper {
    text-align: center;
  }
}
footer .contents > .flex .logo_wrapper .lead {
  color: #FFFFFF;
  font-weight: 800;
}
@media screen and (max-width: 699.98px) {
  footer .contents > .flex .logo_wrapper .lead {
    font-size: var(--fz14);
  }
}
@media screen and (min-width: 700px), print {
  footer .contents > .flex .logo_wrapper .lead {
    font-size: var(--fz18);
    text-align: center;
  }
}
footer .contents > .flex .logo_wrapper .logo {
  margin-top: 10px;
}
@media screen and (max-width: 699.98px) {
  footer .contents > .flex .logo_wrapper .logo img {
    width: 245px;
  }
}
@media screen and (min-width: 700px), print {
  footer .contents > .flex .logo_wrapper .logo img {
    width: 340px;
  }
}
footer .contents > .flex > .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 699.98px) {
  footer .contents > .flex > .flex {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 700px), print {
  footer .contents > .flex > .flex {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}
footer .contents > .flex > .flex .site_icon {
  width: 100px;
  height: 100px;
  background: #FFFFFF;
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 10px;
  border-radius: 10px;
}
footer .contents > .flex > .flex .application.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 699.98px) {
  footer .contents > .flex > .flex .application.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 700px), print {
  footer .contents > .flex > .flex .application.flex {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
@media screen and (max-width: 699.98px) {
  footer .contents > .flex > .flex .application li.apple img {
    width: 130px;
  }
}
@media screen and (min-width: 700px), print {
  footer .contents > .flex > .flex .application li.apple img {
    width: 175px;
  }
}
@media screen and (max-width: 699.98px) {
  footer .contents > .flex > .flex .application li.google img {
    width: 160px;
  }
}
@media screen and (min-width: 700px), print {
  footer .contents > .flex > .flex .application li.google img {
    width: 215px;
  }
}
@media screen and (max-width: 699.98px) {
  footer .contents nav {
    margin-top: 50px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 700px), print {
  footer .contents nav {
    margin-top: 80px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 699.98px) {
  footer .contents nav > .flex {
    text-align: center;
    line-height: 3;
  }
}
@media screen and (min-width: 700px), print {
  footer .contents nav > .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 700px), print {
  footer .contents nav > .flex li + li {
    border-left: 1px solid #fff;
    margin-left: 40px;
    padding-left: 40px;
  }
}
footer .contents nav > .flex li a {
  color: #FFFFFF;
  font-weight: 500;
}
@media screen and (min-width: 700px), print {
  footer .contents nav > .flex li a {
    font-size: var(--fz14);
  }
}
@media screen and (min-width: 700px), print {
  footer .contents nav > .flex li a {
    font-size: var(--fz16);
  }
}
footer .contents small {
  color: #FFFFFF;
  display: block;
  text-align: center;
  font-size: var(--fz12);
  font-weight: 500;
}

body.business footer {
  background: -webkit-gradient(linear, left top, right top, from(#f46a00), to(#fcd64e));
  background: linear-gradient(to right, #f46a00, #fcd64e);
}

/* キラッと光るボタン */
.c-button._shiny {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.c-button._shiny::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-animation: shinyshiny 2.5s ease-in-out infinite;
          animation: shinyshiny 2.5s ease-in-out infinite;
}

.c-button._shiny:hover {
  text-decoration: none;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(3px);
}

@-webkit-keyframes shinyshiny {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.arrow_btn {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
}

.arrow_btn::before,
.arrow_btn::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.arrow_01::before {
  width: 20px;
  height: 20px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* 画像を丸く表示 */
.mask {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  overflow: hidden;
  z-index: 0;
}

.mask2 {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 5%;
  overflow: hidden;
  z-index: 0;
}

#top .mv .contents {
  background-color: #F2EEEA;
}
@media screen and (max-width: 699.98px) {
  #top .mv .contents {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 700px), print {
  #top .mv .contents {
    padding-bottom: 100px;
  }
}
#top .mv .contents .background {
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #F2EEEA;
}
@media screen and (max-width: 699.98px) {
  #top .mv .contents .background {
    background-image: url("../images/mv_sp.jpg");
    background-position: center top;
  }
}
@media screen and (min-width: 700px), print {
  #top .mv .contents .background {
    padding-top: 20px;
    background-image: url("../images/mv_pc.jpg");
    background-image: -webkit-image-set(url("../images/mv_pc.avif") type("image/avif"), url("../images/mv_pc.jpg") type("image/png"));
    background-image: image-set(url("../images/mv_pc.avif") type("image/avif"), url("../images/mv_pc.jpg") type("image/png"));
    background-position: center top;
  }
}
#top .mv .contents .background .pc .head {
  margin-left: 20px;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
#top .mv .contents .background .pc .head .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#top .mv .contents .background .pc .head .flex .logo img {
  display: block;
  width: 126px;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
}
#top .mv .contents .background .pc .head .flex .lead {
  color: #FFFFFF;
  font-weight: 700;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  font-size: clamp(0.875rem, 0.667rem + 0.48vw, 1rem);
}
#top .mv .contents .background .pc .head .business {
  border-radius: 3px;
  padding: 10px 20px;
  background-color: #E4B358;
}
#top .mv .contents .background .pc .head .business a {
  display: block;
  color: #FFFFFF;
  font-weight: 700;
  font-size: var(--fz14);
}
#top .mv .contents .background .main_box {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 699.98px) {
  #top .mv .contents .background .main_box {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 700px), print {
  #top .mv .contents .background .main_box {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
  }
}
@media screen and (min-width: 940px), print {
  #top .mv .contents .background .main_box {
    width: 1120px;
  }
}
#top .mv .contents .background .main_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.5));
}
@media screen and (min-width: 700px), print {
  #top .mv .contents .background .main_box::before {
    background-image: url("../images/mv_woman.png");
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: right bottom;
  }
  @supports (background-image: url("../images/mv_woman.avif")) {
    #top .mv .contents .background .main_box::before {
      background-image: url("../images/mv_woman.avif");
    }
  }
}
@media screen and (min-width: 940px), print {
  #top .mv .contents .background .main_box::before {
    background-size: 600px auto;
  }
}
#top .mv .contents .background .main_box .sp .head {
  padding: 14px 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.4);
}
#top .mv .contents .background .main_box .sp .head .logo img {
  display: block;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
  width: 126px;
}
#top .mv .contents .background .main_box .sp .head .business {
  background-color: #E4B358;
  padding: 8px 15px;
  border-radius: 3px;
}
#top .mv .contents .background .main_box .sp .head .business a {
  display: block;
  color: #FFFFFF;
  font-weight: 700;
  font-size: var(--fz14);
}
@media screen and (max-width: 699.98px) {
  #top .mv .contents .background .main_box .catchphrase_wrapper {
    padding: 30px 5% 0;
  }
}
@media screen and (min-width: 940px), print {
  #top .mv .contents .background .main_box .catchphrase_wrapper {
    margin-left: 20px;
  }
}
#top .mv .contents .background .main_box .catchphrase_wrapper .catchphrase_background {
  background-color: #FFFFFF;
  display: inline-block;
}
@media screen and (min-width: 700px), print {
  #top .mv .contents .background .main_box .catchphrase_wrapper .catchphrase_background {
    padding: 10px 20px;
  }
}
#top .mv .contents .background .main_box .catchphrase_wrapper .catchphrase_background .catchphrase {
  background-image: -webkit-gradient(linear, left top, right top, from(#C5606D), to(#E4B358));
  background-image: linear-gradient(to right, #C5606D, #E4B358);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 2;
  font-weight: 700;
}
@media screen and (max-width: 699.98px) {
  #top .mv .contents .background .main_box .catchphrase_wrapper .catchphrase_background .catchphrase {
    font-size: clamp(34px, 8.13vw + 2.27px, 60px);
    padding: 10px;
  }
}
@media screen and (min-width: 700px), print {
  #top .mv .contents .background .main_box .catchphrase_wrapper .catchphrase_background .catchphrase {
    font-size: clamp(1.875rem, -0.625rem + 5.71vw, 3.375rem);
  }
}
@media screen and (min-width: 940px), print {
  #top .mv .contents .background .main_box .catchphrase_wrapper .catchphrase_background .catchphrase {
    font-size: var(--fz54);
  }
}
#top .mv .contents .background .main_box .catchphrase_wrapper .break {
  display: block;
}
@media screen and (max-width: 699.98px) {
  #top .mv .contents .background .main_box .catchphrase_wrapper .break {
    margin-top: 10px;
  }
}
@media screen and (min-width: 700px), print {
  #top .mv .contents .background .main_box .catchphrase_wrapper .break {
    margin-top: 20px;
  }
}
#top .mv .contents .background .main_box .woman {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
#top .mv .contents .background .main_box .personality {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 699.98px) {
  #top .mv .contents .background .main_box .personality {
    padding: 0 5%;
  }
}
@media screen and (min-width: 700px), print {
  #top .mv .contents .background .main_box .personality {
    margin-top: 35px;
    margin-bottom: 55px;
  }
}
@media screen and (min-width: 940px), print {
  #top .mv .contents .background .main_box .personality {
    margin-left: 20px;
  }
}
@media screen and (max-width: 699.98px) {
  #top .mv .contents .background .main_box .personality a {
    display: block;
  }
}
@media screen and (min-width: 700px), print {
  #top .mv .contents .background .main_box .personality a img {
    width: clamp(360px, 50vw, 500px);
    height: auto;
  }
}
@media screen and (min-width: 940px), print {
  #top .mv .contents .background .main_box .personality a img {
    width: 600px;
    height: auto;
  }
}
#top .mv .contents .foot_wrapper {
  background: -webkit-gradient(linear, left top, right top, from(#C5606D), to(#E4B358));
  background: linear-gradient(to right, #C5606D, #E4B358);
  position: relative;
}
#top .mv .contents .foot_wrapper::before, #top .mv .contents .foot_wrapper::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
}
#top .mv .contents .foot_wrapper::before {
  border-top: 2px dashed #FFFFFF;
  top: 15px;
}
#top .mv .contents .foot_wrapper::after {
  border-bottom: 2px dashed #FFFFFF;
  bottom: 15px;
}
@media screen and (max-width: 699.98px) {
  #top .mv .contents .foot_wrapper {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 700px), print {
  #top .mv .contents .foot_wrapper {
    margin-bottom: 100px;
  }
}
#top .mv .contents .foot_wrapper .foot.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 699.98px) {
  #top .mv .contents .foot_wrapper .foot.flex {
    row-gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 225px;
  }
}
@media screen and (min-width: 700px), print {
  #top .mv .contents .foot_wrapper .foot.flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    height: 155px;
  }
}
#top .mv .contents .foot_wrapper .foot.flex .bubble {
  position: relative;
  display: block;
  text-align: center;
  background-color: #FFFFFF;
  border-radius: 25px;
}
@media screen and (max-width: 699.98px) {
  #top .mv .contents .foot_wrapper .foot.flex .bubble {
    min-width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 700px), print {
  #top .mv .contents .foot_wrapper .foot.flex .bubble {
    padding: 0 20px;
  }
}
#top .mv .contents .foot_wrapper .foot.flex .bubble .text {
  font-weight: 700;
  color: #C45968;
}
@media screen and (max-width: 699.98px) {
  #top .mv .contents .foot_wrapper .foot.flex .bubble .text {
    font-size: var(--fz16);
    line-height: 1.6;
    height: 50px;
    line-height: 50px;
  }
}
@media screen and (min-width: 700px), print {
  #top .mv .contents .foot_wrapper .foot.flex .bubble .text {
    font-size: var(--fz16);
    height: 54px;
    line-height: 54px;
  }
}
#top .mv .contents .foot_wrapper .foot.flex > .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 699.98px) {
  #top .mv .contents .foot_wrapper .foot.flex > .flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 700px), print {
  #top .mv .contents .foot_wrapper .foot.flex > .flex {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    padding-right: 20px;
  }
}
#top .mv .contents .foot_wrapper .foot.flex > .flex .site_icon {
  width: 100px;
  height: 100px;
  background: #FFFFFF;
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 10px;
  border-radius: 10px;
}
#top .mv .contents .foot_wrapper .foot.flex > .flex .application {
  z-index: 1;
}
#top .mv .contents .foot_wrapper .foot.flex > .flex .application.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 699.98px) {
  #top .mv .contents .foot_wrapper .foot.flex > .flex .application.flex {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
@media screen and (min-width: 700px), print {
  #top .mv .contents .foot_wrapper .foot.flex > .flex .application.flex {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
@media screen and (max-width: 699.98px) {
  #top .mv .contents .foot_wrapper .foot.flex > .flex .application li.apple img {
    height: 56px;
  }
}
@media screen and (min-width: 700px), print {
  #top .mv .contents .foot_wrapper .foot.flex > .flex .application li.apple img {
    height: 54px;
  }
}
@media screen and (max-width: 699.98px) {
  #top .mv .contents .foot_wrapper .foot.flex > .flex .application li.google img {
    height: 56px;
  }
}
@media screen and (min-width: 700px), print {
  #top .mv .contents .foot_wrapper .foot.flex > .flex .application li.google img {
    height: 54px;
  }
}
#top .mv .contents > .text {
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, from(#C5606D), to(#E4B358));
  background: linear-gradient(to right, #C5606D, #E4B358);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
@media screen and (max-width: 699.98px) {
  #top .mv .contents > .text {
    font-size: var(--fz22);
    line-height: 1.6;
  }
}
@media screen and (min-width: 700px), print {
  #top .mv .contents > .text {
    font-size: var(--fz30);
  }
}
@media screen and (min-width: 940px), print {
  #top .mv .contents > .text {
    font-size: var(--fz38);
  }
}
@media screen and (max-width: 699.98px) {
  #top .mv .contents .thinking_list {
    padding: 0 5%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 700px), print {
  #top .mv .contents .thinking_list {
    width: 90%;
    margin-top: 60px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 940px), print {
  #top .mv .contents .thinking_list {
    width: 840px;
  }
}
#top .mv .contents .thinking_list.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}
#top .mv .contents .thinking_list li {
  font-weight: 500;
  position: relative;
  font-weight: 500;
  border-radius: 3px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 699.98px) {
  #top .mv .contents .thinking_list li {
    font-size: var(--fz16);
    padding: 10px 0 10px 60px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 700px), print {
  #top .mv .contents .thinking_list li {
    font-size: var(--fz20);
    padding: 20px 0 20px 80px;
  }
}
@media screen and (min-width: 940px), print {
  #top .mv .contents .thinking_list li {
    font-size: var(--fz24);
  }
}
#top .mv .contents .thinking_list li::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-image: url("../images/icon_check.png");
  background-size: cover;
}
@media screen and (max-width: 699.98px) {
  #top .mv .contents .thinking_list li::before {
    width: 24px;
    height: 24px;
    margin-left: -40px;
  }
}
@media screen and (min-width: 700px), print {
  #top .mv .contents .thinking_list li::before {
    width: 34px;
    height: 34px;
    margin-left: -50px;
  }
}
@media screen and (min-width: 940px), print {
  #top .mv .contents .thinking_list li::before {
    width: 38px;
    height: 38px;
  }
}
@media screen and (max-width: 699.98px) {
  #top .features .contents {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 700px), print {
  #top .features .contents {
    padding-top: 140px;
    padding-bottom: 100px;
  }
}
#top .features .contents > .title {
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, from(#C5606D), to(#E4B358));
  background: linear-gradient(to right, #C5606D, #E4B358);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
@media screen and (max-width: 699.98px) {
  #top .features .contents > .title {
    font-size: var(--fz28);
  }
}
@media screen and (min-width: 700px), print {
  #top .features .contents > .title {
    font-size: var(--fz50);
  }
}
@media screen and (max-width: 699.98px) {
  #top .features .contents .primary {
    margin-top: 50px;
  }
}
@media screen and (min-width: 700px), print {
  #top .features .contents .primary {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
  }
}
@media screen and (min-width: 940px), print {
  #top .features .contents .primary {
    width: 840px;
  }
}
@media screen and (max-width: 699.98px) {
  #top .features .contents .primary ul li + li {
    margin-top: 50px;
  }
}
@media screen and (min-width: 700px), print {
  #top .features .contents .primary ul li + li {
    margin-top: 60px;
  }
}
#top .features .contents .primary ul li .grid {
  display: -ms-grid;
  display: grid;
}
@media screen and (max-width: 699.98px) {
  #top .features .contents .primary ul li .grid {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 700px), print {
  #top .features .contents .primary ul li .grid {
    -ms-grid-rows: 25% 75%;
    grid-template-rows: 25% 75%;
  }
}
@media screen and (min-width: 940px), print {
  #top .features .contents .primary ul li .grid {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
@media screen and (min-width: 700px), print {
  #top .features .contents .primary ul li .grid.opposite .image_box {
    -ms-grid-row-span: 2;
    grid-row: span 2/span 2;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row: 1;
        grid-row-start: 1;
  }
}
@media screen and (min-width: 700px), print {
  #top .features .contents .primary ul li .grid.opposite .text_box {
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-row: 2;
        grid-row-start: 2;
  }
}
@media screen and (min-width: 700px), print {
  #top .features .contents .primary ul li .grid .title_box {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}
#top .features .contents .primary ul li .grid .title_box > .title {
  position: relative;
  font-weight: 700;
}
@media screen and (max-width: 699.98px) {
  #top .features .contents .primary ul li .grid .title_box > .title {
    padding: 0 8%;
  }
}
@media screen and (min-width: 700px), print {
  #top .features .contents .primary ul li .grid .title_box > .title {
    font-size: var(--fz28);
    padding-left: 15px;
  }
}
#top .features .contents .primary ul li .grid .title_box > .title::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 4px;
  height: 28px;
  border-left: 4px solid #C45968;
}
@media screen and (max-width: 699.98px) {
  #top .features .contents .primary ul li .grid .title_box > .title::before {
    left: 5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 700px), print {
  #top .features .contents .primary ul li .grid .title_box > .title::before {
    left: 0;
  }
}
@media screen and (max-width: 699.98px) {
  #top .features .contents .primary ul li .grid .image_box {
    -ms-grid-row-span: 2;
    grid-row: span 2/span 2;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row: 2;
        grid-row-start: 2;
    text-align: center;
    margin-top: 30px;
  }
}
@media screen and (min-width: 700px), print {
  #top .features .contents .primary ul li .grid .image_box {
    -ms-grid-row-span: 2;
    grid-row: span 2/span 2;
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-row: 1;
        grid-row-start: 1;
  }
}
@media screen and (max-width: 699.98px) {
  #top .features .contents .primary ul li .grid .image_box img {
    width: 180px;
    height: auto;
  }
}
@media screen and (min-width: 700px), print {
  #top .features .contents .primary ul li .grid .image_box img {
    width: 260px;
    height: auto;
  }
}
@media screen and (max-width: 699.98px) {
  #top .features .contents .primary ul li .grid .text_box {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row: 4;
        grid-row-start: 4;
    padding: 0 5%;
    margin-top: 30px;
  }
}
@media screen and (min-width: 700px), print {
  #top .features .contents .primary ul li .grid .text_box {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row: 2;
        grid-row-start: 2;
    margin-top: 20px;
  }
}
#top .features .contents .primary ul li .grid .text_box .text {
  font-weight: 500;
}
@media screen and (max-width: 699.98px) {
  #top .features .contents .primary ul li .grid .text_box .text {
    font-size: var(--fz16);
    line-height: 2;
  }
}
@media screen and (min-width: 700px), print {
  #top .features .contents .primary ul li .grid .text_box .text {
    line-height: 2;
    font-size: var(--fz18);
  }
}
#top .information .contents {
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center bottom, center top, center top;
}
@media screen and (max-width: 699.98px) {
  #top .information .contents {
    background-image: url("../images/information_background_bottom_sp.png"), url("../images/information_background_top_sp.png"), url("../images/information_background_middle_sp.jpg");
    background-size: contain, contain, cover;
    padding-top: 130px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 700px), print {
  #top .information .contents {
    background-image: url("../images/information_background_bottom_pc.png"), url("../images/information_background_top_pc.png"), url("../images/information_background_middle_pc.jpg");
    background-size: contain, contain, cover;
    padding-top: 16%;
    padding-bottom: 18%;
  }
}
#top .information .contents .grid {
  display: -ms-grid;
  display: grid;
}
@media screen and (max-width: 699.98px) {
  #top .information .contents .grid {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 700px), print {
  #top .information .contents .grid {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 940px), print {
  #top .information .contents .grid {
    width: 840px;
  }
}
@media screen and (max-width: 699.98px) {
  #top .information .contents .grid .image_box {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row: 2;
        grid-row-start: 2;
    -ms-grid-column-align: center;
        justify-self: center;
    margin-top: 30px;
    margin-bottom: -90px;
  }
}
@media screen and (min-width: 700px), print {
  #top .information .contents .grid .image_box {
    -ms-grid-row-span: 3;
    grid-row: span 3/span 3;
  }
}
#top .information .contents .grid .image_box img {
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  -webkit-mask-image: linear-gradient(-10deg, rgba(0, 0, 0, 0) 35%, rgb(0, 0, 0) 60%);
          mask-image: linear-gradient(-10deg, rgba(0, 0, 0, 0) 35%, rgb(0, 0, 0) 60%);
}
@media screen and (max-width: 699.98px) {
  #top .information .contents .grid .image_box img {
    height: 350px;
  }
}
@media screen and (min-width: 700px), print {
  #top .information .contents .grid .image_box img {
    width: 260px;
    height: auto;
    position: relative;
    top: 15%;
  }
}
#top .information .contents .grid .logo_box {
  -ms-grid-column-align: center;
      justify-self: center;
}
@media screen and (max-width: 699.98px) {
  #top .information .contents .grid .logo_box {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row: 1;
        grid-row-start: 1;
  }
}
#top .information .contents .grid .logo_box .lead {
  color: #FFFFFF;
  text-align: center;
  text-shadow: 1px 2px 0px rgba(51, 51, 51, 0.8), 0px 0px 20px rgba(0, 0, 0, 0.5);
  font-weight: 800;
}
@media screen and (max-width: 699.98px) {
  #top .information .contents .grid .logo_box .lead {
    font-size: var(--fz14);
  }
}
@media screen and (min-width: 700px), print {
  #top .information .contents .grid .logo_box .lead {
    font-size: var(--fz18);
    text-align: center;
  }
}
#top .information .contents .grid .logo_box .logo {
  margin-top: 10px;
}
@media screen and (max-width: 699.98px) {
  #top .information .contents .grid .logo_box .logo img {
    width: 245px;
    -webkit-filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 0.3));
            filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 0.3));
  }
}
@media screen and (min-width: 700px), print {
  #top .information .contents .grid .logo_box .logo img {
    width: 340px;
    -webkit-filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.3));
            filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.3));
  }
}
@media screen and (max-width: 699.98px) {
  #top .information .contents .grid .specific_box {
    -ms-grid-row: 3;
        grid-row-start: 3;
    padding: 0 10%;
  }
}
@media screen and (min-width: 700px), print {
  #top .information .contents .grid .specific_box {
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-row: 2;
        grid-row-start: 2;
  }
}
#top .information .contents .grid .specific_box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 699.98px) {
  #top .information .contents .grid .specific_box dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
  }
}
@media screen and (min-width: 700px), print {
  #top .information .contents .grid .specific_box dl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media screen and (max-width: 699.98px) {
  #top .information .contents .grid .specific_box dl + dl {
    margin-top: 16px;
  }
}
@media screen and (min-width: 700px), print {
  #top .information .contents .grid .specific_box dl + dl {
    margin-top: 8px;
  }
}
#top .information .contents .grid .specific_box dl dt {
  background: rgba(105, 89, 50, 0.5);
  color: #FFFFFF;
  text-align: center;
  padding: 6px 0;
  font-weight: 700;
}
@media screen and (max-width: 699.98px) {
  #top .information .contents .grid .specific_box dl dt {
    width: 80px;
    font-size: var(--fz14);
    border-radius: 2px;
  }
}
@media screen and (min-width: 700px), print {
  #top .information .contents .grid .specific_box dl dt {
    width: 100px;
    font-size: var(--fz18);
  }
}
#top .information .contents .grid .specific_box dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #FFFFFF;
  text-shadow: 0px 0px 20px #333;
  font-weight: 700;
}
@media screen and (max-width: 699.98px) {
  #top .information .contents .grid .specific_box dl dd {
    font-size: var(--fz14);
    line-height: 1.5;
  }
}
@media screen and (min-width: 700px), print {
  #top .information .contents .grid .specific_box dl dd {
    font-size: var(--fz18);
  }
}
#top .information .contents .grid .specific_box dl dd .note {
  font-weight: 700;
}
@media screen and (max-width: 699.98px) {
  #top .information .contents .grid .specific_box dl dd .note {
    font-size: var(--fz12);
  }
}
@media screen and (min-width: 700px), print {
  #top .information .contents .grid .specific_box dl dd .note {
    font-size: var(--fz14);
  }
}
@media screen and (max-width: 699.98px) {
  #top .information .contents .grid .application_box {
    -ms-grid-row: 4;
        grid-row-start: 4;
    margin-top: 30px;
  }
}
@media screen and (min-width: 700px), print {
  #top .information .contents .grid .application_box {
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-row: 3;
        grid-row-start: 3;
  }
}
#top .information .contents .grid .application_box > .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 699.98px) {
  #top .information .contents .grid .application_box > .flex {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 700px), print {
  #top .information .contents .grid .application_box > .flex {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}
#top .information .contents .grid .application_box > .flex .site_icon {
  width: 100px;
  height: 100px;
  background: #FFFFFF;
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 10px;
  border-radius: 10px;
}
#top .information .contents .grid .application_box > .flex .application.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 699.98px) {
  #top .information .contents .grid .application_box > .flex .application.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 700px), print {
  #top .information .contents .grid .application_box > .flex .application.flex {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
@media screen and (max-width: 699.98px) {
  #top .information .contents .grid .application_box > .flex .application li.apple img {
    width: 130px;
  }
}
@media screen and (min-width: 700px), print {
  #top .information .contents .grid .application_box > .flex .application li.apple img {
    width: 175px;
  }
}
@media screen and (max-width: 699.98px) {
  #top .information .contents .grid .application_box > .flex .application li.google img {
    width: 160px;
  }
}
@media screen and (min-width: 700px), print {
  #top .information .contents .grid .application_box > .flex .application li.google img {
    width: 215px;
  }
}
@media screen and (max-width: 699.98px) {
  #top .information .contents .personality {
    padding: 0 5%;
    margin-top: 30px;
  }
}
@media screen and (min-width: 700px), print {
  #top .information .contents .personality {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
}
@media screen and (min-width: 940px), print {
  #top .information .contents .personality {
    width: 840px;
  }
}
#top .information .contents .personality img {
  border: 3px solid #FFFFFF;
}
@media screen and (max-width: 699.98px) {
  #top .information .contents .personality img {
    border-radius: 6px;
  }
}
@media screen and (min-width: 700px), print {
  #top .information .contents .personality img {
    border-radius: 10px;
  }
}
#top .voice .contents {
  background-color: #F2EEEA;
}
@media screen and (max-width: 699.98px) {
  #top .voice .contents {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 700px), print {
  #top .voice .contents {
    padding-top: 80px;
    padding-bottom: 140px;
  }
}
#top .voice .contents .title_wrapper {
  text-align: center;
}
@media screen and (max-width: 699.98px) {
  #top .voice .contents .title_wrapper {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 700px), print {
  #top .voice .contents .title_wrapper {
    margin-bottom: 60px;
  }
}
#top .voice .contents .title_wrapper .title {
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, from(#C5606D), to(#E4B358));
  background: linear-gradient(to right, #C5606D, #E4B358);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
@media screen and (max-width: 699.98px) {
  #top .voice .contents .title_wrapper .title {
    font-size: var(--fz28);
  }
}
@media screen and (min-width: 700px), print {
  #top .voice .contents .title_wrapper .title {
    font-size: var(--fz50);
  }
}
@media screen and (min-width: 700px), print {
  #top .voice .contents .swiper {
    width: 90%;
  }
}
@media screen and (min-width: 940px), print {
  #top .voice .contents .swiper {
    width: 840px;
  }
}
@media screen and (max-width: 699.98px) {
  #top .voice .contents .swiper .swiper-wrapper {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 700px), print {
  #top .voice .contents .swiper .swiper-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 20px;
  }
}
#top .voice .contents .swiper .swiper-wrapper .swiper-slide {
  background-color: #FFFFFF;
  padding: 30px 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 700px), print {
  #top .voice .contents .swiper .swiper-wrapper .swiper-slide {
    width: 49%;
  }
}
@media screen and (min-width: 940px), print {
  #top .voice .contents .swiper .swiper-wrapper .swiper-slide {
    width: 410px;
  }
}
#top .voice .contents .swiper .swiper-wrapper .swiper-slide .image {
  text-align: center;
}
@media screen and (max-width: 699.98px) {
  #top .voice .contents .swiper .swiper-wrapper .swiper-slide .image img {
    width: 100px;
    height: auto;
  }
}
@media screen and (min-width: 700px), print {
  #top .voice .contents .swiper .swiper-wrapper .swiper-slide .image img {
    width: 160px;
    height: auto;
  }
}
#top .voice .contents .swiper .swiper-wrapper .swiper-slide .profile {
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 699.98px) {
  #top .voice .contents .swiper .swiper-wrapper .swiper-slide .profile {
    font-size: var(--fz14);
    margin-top: 10px;
  }
}
@media screen and (min-width: 700px), print {
  #top .voice .contents .swiper .swiper-wrapper .swiper-slide .profile {
    font-size: var(--fz16);
    margin-top: 20px;
  }
}
#top .voice .contents .swiper .swiper-wrapper .swiper-slide .job {
  font-weight: 700;
  position: relative;
  padding-left: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 699.98px) {
  #top .voice .contents .swiper .swiper-wrapper .swiper-slide .job {
    font-size: var(--fz16);
  }
}
@media screen and (min-width: 700px), print {
  #top .voice .contents .swiper .swiper-wrapper .swiper-slide .job {
    font-size: var(--fz18);
  }
}
#top .voice .contents .swiper .swiper-wrapper .swiper-slide .job::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 3px;
  height: 20px;
  border-left: 4px solid #C45968;
  left: 10px;
}
@media screen and (max-width: 699.98px) {
  #top .voice .contents .swiper .swiper-wrapper .swiper-slide .job::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
#top .voice .contents .swiper .swiper-wrapper .swiper-slide .content {
  padding: 20px;
  line-height: 2;
  background-color: rgba(242, 238, 234, 0.6);
  font-weight: 500;
  margin-top: 20px;
}
@media screen and (max-width: 699.98px) {
  #top .voice .contents .swiper .swiper-wrapper .swiper-slide .content {
    min-height: 200px;
    font-size: var(--fz14);
  }
}
@media screen and (min-width: 700px), print {
  #top .voice .contents .swiper .swiper-wrapper .swiper-slide .content {
    min-height: 220px;
    font-size: var(--fz16);
  }
}
@media screen and (max-width: 699.98px) {
  #top .voice .contents .swiper .swiper-button-prev,
  #top .voice .contents .swiper .swiper-button-next {
    /* 幅・高さを指定 */
    width: 24px;
    height: 30px;
  }
}
@media screen and (min-width: 700px), print {
  #top .voice .contents .swiper .swiper-button-prev,
  #top .voice .contents .swiper .swiper-button-next {
    display: none;
  }
}
@media screen and (max-width: 699.98px) {
  #top .voice .contents .swiper .swiper-button-prev::after,
  #top .voice .contents .swiper .swiper-button-next::after {
    /* 矢印を消す、画像に変更 */
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 30px;
    margin: auto;
  }
}
#top .voice .contents .swiper .swiper-button-prev::after {
  background-image: url("../images/swiper-button.png");
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
#top .voice .contents .swiper .swiper-button-next::after {
  background-image: url("../images/swiper-button.png");
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#top .recruit .contents {
  background-color: #F2EEEA;
}
@media screen and (max-width: 699.98px) {
  #top .recruit .contents {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 700px), print {
  #top .recruit .contents {
    padding-top: 80px;
    padding-bottom: 140px;
  }
}
#top .recruit .contents .title_wrapper {
  text-align: center;
}
@media screen and (max-width: 699.98px) {
  #top .recruit .contents .title_wrapper {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 700px), print {
  #top .recruit .contents .title_wrapper {
    margin-bottom: 60px;
  }
}
#top .recruit .contents .title_wrapper .slash {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
  background: -webkit-gradient(linear, left top, right top, from(#C5606D), to(#E4B358));
  background: linear-gradient(to right, #C5606D, #E4B358);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 699.98px) {
  #top .recruit .contents .title_wrapper .slash {
    font-size: var(--fz20);
  }
}
@media screen and (min-width: 700px), print {
  #top .recruit .contents .title_wrapper .slash {
    font-size: var(--fz30);
  }
}
#top .recruit .contents .title_wrapper .slash::before, #top .recruit .contents .title_wrapper .slash::after {
  width: 2px;
  content: "";
  background-color: #C45968;
}
@media screen and (max-width: 699.98px) {
  #top .recruit .contents .title_wrapper .slash::before, #top .recruit .contents .title_wrapper .slash::after {
    height: 24px;
  }
}
@media screen and (min-width: 700px), print {
  #top .recruit .contents .title_wrapper .slash::before, #top .recruit .contents .title_wrapper .slash::after {
    height: 30px;
  }
}
#top .recruit .contents .title_wrapper .slash::before {
  margin-right: 0.4em;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
#top .recruit .contents .title_wrapper .slash::after {
  margin-left: 0.4em;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
#top .recruit .contents .title_wrapper .title {
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, from(#C5606D), to(#E4B358));
  background: linear-gradient(to right, #C5606D, #E4B358);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
@media screen and (max-width: 699.98px) {
  #top .recruit .contents .title_wrapper .title {
    font-size: var(--fz28);
  }
}
@media screen and (min-width: 700px), print {
  #top .recruit .contents .title_wrapper .title {
    font-size: var(--fz50);
  }
}
#top .recruit .contents .swiper-recruit {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 699.98px) {
  #top .recruit .contents .swiper-recruit {
    width: 100%;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 700px), print {
  #top .recruit .contents .swiper-recruit {
    width: 90%;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 940px), print {
  #top .recruit .contents .swiper-recruit {
    width: 640px;
  }
}
#top .recruit .contents .swiper-recruit .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0 0 8px 8px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
#top .recruit .contents .swiper-recruit .swiper-slide .image img {
  border-radius: 8px 8px 0px 0px;
}
@media screen and (max-width: 699.98px) {
  #top .recruit .contents .swiper-recruit .swiper-slide .image img {
    height: 155px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 700px), print {
  #top .recruit .contents .swiper-recruit .swiper-slide .image img {
    height: 180px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#top .recruit .contents .swiper-recruit .swiper-slide .details {
  background-color: #FFFFFF;
  border-radius: 0px 0px 8px 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 699.98px) {
  #top .recruit .contents .swiper-recruit .swiper-slide .details {
    padding: 20px;
    width: 100%;
  }
}
@media screen and (min-width: 700px), print {
  #top .recruit .contents .swiper-recruit .swiper-slide .details {
    padding: 30px 20px;
    width: 100%;
    min-height: 285px;
  }
}
@media screen and (min-width: 940px), print {
  #top .recruit .contents .swiper-recruit .swiper-slide .details {
    width: 380px;
  }
}
#top .recruit .contents .swiper-recruit .swiper-slide .details .employment_status {
  font-weight: 500;
  position: relative;
  padding-left: 10px;
}
@media screen and (max-width: 699.98px) {
  #top .recruit .contents .swiper-recruit .swiper-slide .details .employment_status {
    font-size: var(--fz12);
  }
}
@media screen and (min-width: 700px), print {
  #top .recruit .contents .swiper-recruit .swiper-slide .details .employment_status {
    font-size: var(--fz14);
  }
}
#top .recruit .contents .swiper-recruit .swiper-slide .details .employment_status::before {
  content: "";
  position: absolute;
  display: inline-block;
  border-left: 4px solid #C45968;
}
@media screen and (max-width: 699.98px) {
  #top .recruit .contents .swiper-recruit .swiper-slide .details .employment_status::before {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 2px;
    height: 16px;
  }
}
@media screen and (min-width: 700px), print {
  #top .recruit .contents .swiper-recruit .swiper-slide .details .employment_status::before {
    left: 0;
    width: 3px;
    height: 18px;
  }
}
#top .recruit .contents .swiper-recruit .swiper-slide .details .content {
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 699.98px) {
  #top .recruit .contents .swiper-recruit .swiper-slide .details .content {
    font-size: var(--fz16);
    min-height: 90px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 700px), print {
  #top .recruit .contents .swiper-recruit .swiper-slide .details .content {
    font-size: var(--fz18);
    min-height: 135px;
    margin-top: 15px;
  }
}
#top .recruit .contents .swiper-recruit .swiper-slide .details .salary {
  font-weight: 700;
  border-radius: 3px;
  background: rgba(199, 33, 34, 0.05);
  color: #C72122;
  padding: 10px 20px;
  text-align: center;
}
@media screen and (max-width: 699.98px) {
  #top .recruit .contents .swiper-recruit .swiper-slide .details .salary {
    font-size: var(--fz32);
  }
}
@media screen and (min-width: 700px), print {
  #top .recruit .contents .swiper-recruit .swiper-slide .details .salary {
    font-size: var(--fz36);
  }
}
#top .recruit .contents .swiper-recruit .swiper-slide .details .salary span {
  font-weight: 700;
}
@media screen and (max-width: 699.98px) {
  #top .recruit .contents .swiper-recruit .swiper-slide .details .salary span {
    font-size: var(--fz24);
  }
}
@media screen and (min-width: 700px), print {
  #top .recruit .contents .swiper-recruit .swiper-slide .details .salary span {
    font-size: var(--fz28);
  }
}
#top .recruit .contents .swiper-recruit .swiper-slide-prev,
#top .recruit .contents .swiper-recruit .swiper-slide-next {
  opacity: 0.5;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
#top .recruit .contents .swiper-recruit .swiper-recruit::before,
#top .recruit .contents .swiper-recruit .swiper-recruit::after {
  content: "";
  position: absolute;
  top: 0;
  width: 15%;
  height: 100%;
  z-index: 10;
  pointer-events: none;
}
#top .recruit .contents .swiper-recruit .swiper-recruit::before {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}
#top .recruit .contents .swiper-recruit .swiper-recruit::after {
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to left, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}
@media screen and (min-width: 700px), print {
  #top .recruit .contents .swiper-recruit .swiper-button-prev,
  #top .recruit .contents .swiper-recruit .swiper-button-next {
    /* 幅・高さを指定 */
    width: 45px;
    height: 55px;
  }
}
@media screen and (max-width: 699.98px) {
  #top .recruit .contents .swiper-recruit .swiper-button-prev::after,
  #top .recruit .contents .swiper-recruit .swiper-button-next::after {
    content: "";
  }
}
@media screen and (min-width: 700px), print {
  #top .recruit .contents .swiper-recruit .swiper-button-prev::after,
  #top .recruit .contents .swiper-recruit .swiper-button-next::after {
    /* 矢印を消す、画像に変更 */
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 44px;
    height: 55px;
    margin: auto;
  }
}
@media screen and (min-width: 700px), print {
  #top .recruit .contents .swiper-recruit .swiper-button-prev::after {
    background-image: url("../images/swiper-button.png");
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
@media screen and (min-width: 700px), print {
  #top .recruit .contents .swiper-recruit .swiper-button-next::after {
    background-image: url("../images/swiper-button.png");
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@media screen and (min-width: 700px), print {
  #top .recruit .contents .swiper-recruit .swiper-horizontal > .swiper-pagination-bullets, #top .recruit .contents .swiper-recruit .swiper-pagination-bullets.swiper-pagination-horizontal, #top .recruit .contents .swiper-recruit .swiper-pagination-custom, #top .recruit .contents .swiper-recruit .swiper-pagination-fraction {
    bottom: 0;
  }
}
@media screen and (max-width: 699.98px) {
  #top .flow .contents {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 700px), print {
  #top .flow .contents {
    padding-top: 140px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 699.98px) {
  #top .flow .contents .title_wrapper {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 700px), print {
  #top .flow .contents .title_wrapper {
    margin-bottom: 60px;
  }
}
#top .flow .contents .title_wrapper .title {
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, from(#C5606D), to(#E4B358));
  background: linear-gradient(to right, #C5606D, #E4B358);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
@media screen and (max-width: 699.98px) {
  #top .flow .contents .title_wrapper .title {
    font-size: var(--fz28);
  }
}
@media screen and (min-width: 700px), print {
  #top .flow .contents .title_wrapper .title {
    font-size: var(--fz50);
  }
}
@media screen and (max-width: 699.98px) {
  #top .flow .contents .primary {
    padding: 0 5%;
  }
}
#top .flow .contents .primary .step_box {
  background-color: #F2EEEA;
  border-radius: 3px;
}
@media screen and (max-width: 699.98px) {
  #top .flow .contents .primary .step_box {
    position: relative;
    min-height: 190px;
    padding: 30px 20px;
  }
}
@media screen and (min-width: 700px), print {
  #top .flow .contents .primary .step_box {
    padding: 30px 40px 40px 40px;
    width: 90%;
    min-height: 250px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 940px), print {
  #top .flow .contents .primary .step_box {
    width: 840px;
  }
}
@media screen and (max-width: 699.98px) {
  #top .flow .contents .primary .step_box::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1;
    -webkit-filter: opacity(20%);
            filter: opacity(20%);
  }
}
@media screen and (max-width: 699.98px) {
  #top .flow .contents .primary .step_box.step1::before {
    background: url("../images/flow_icon1.svg") center/cover no-repeat;
  }
}
@media screen and (min-width: 700px), print {
  #top .flow .contents .primary .step_box.step1 .group::before {
    background: url("../images/flow_icon1.svg") left/contain no-repeat;
  }
}
@media screen and (max-width: 699.98px) {
  #top .flow .contents .primary .step_box.step2::before {
    background: url("../images/flow_icon2.svg") center/cover no-repeat;
  }
}
@media screen and (min-width: 700px), print {
  #top .flow .contents .primary .step_box.step2 .group::before {
    background: url("../images/flow_icon2.svg") left/contain no-repeat;
  }
}
@media screen and (max-width: 699.98px) {
  #top .flow .contents .primary .step_box.step3::before {
    background: url("../images/flow_icon3.svg") center/cover no-repeat;
  }
}
@media screen and (min-width: 700px), print {
  #top .flow .contents .primary .step_box.step3 .group::before {
    background: url("../images/flow_icon3.svg") left/contain no-repeat;
  }
}
@media screen and (max-width: 699.98px) {
  #top .flow .contents .primary .step_box.step4::before {
    background: url("../images/flow_icon4.svg") center/cover no-repeat;
  }
}
@media screen and (min-width: 700px), print {
  #top .flow .contents .primary .step_box.step4 .group::before {
    background: url("../images/flow_icon4.svg") left/contain no-repeat;
  }
}
@media screen and (max-width: 699.98px) {
  #top .flow .contents .primary .step_box.step5::before {
    background: url("../images/flow_icon5.svg") center/cover no-repeat;
  }
}
@media screen and (min-width: 700px), print {
  #top .flow .contents .primary .step_box.step5 .group::before {
    background: url("../images/flow_icon5.svg") left/contain no-repeat;
  }
}
#top .flow .contents .primary .step_box .number {
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 699.98px) {
  #top .flow .contents .primary .step_box .number {
    font-size: var(--fz16);
    position: relative;
    z-index: 2;
    padding-left: 12px;
  }
}
@media screen and (min-width: 700px), print {
  #top .flow .contents .primary .step_box .number {
    font-size: var(--fz24);
    padding-left: 15px;
  }
}
#top .flow .contents .primary .step_box .number::before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
}
@media screen and (max-width: 699.98px) {
  #top .flow .contents .primary .step_box .number::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 4px;
    height: 20px;
    border-left: 4px solid #C45968;
  }
}
@media screen and (min-width: 700px), print {
  #top .flow .contents .primary .step_box .number::before {
    width: 5px;
    height: 28px;
    border-left: 5px solid #C45968;
  }
}
@media screen and (max-width: 699.98px) {
  #top .flow .contents .primary .step_box .group {
    position: relative;
    z-index: 2;
    margin-top: 20px;
  }
}
@media screen and (min-width: 700px), print {
  #top .flow .contents .primary .step_box .group {
    position: relative;
    padding-left: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 120px;
    row-gap: 10px;
  }
}
@media screen and (min-width: 700px), print {
  #top .flow .contents .primary .step_box .group::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 120px;
    border-radius: 50%;
  }
}
#top .flow .contents .primary .step_box .group .title {
  font-weight: 700;
}
@media screen and (max-width: 699.98px) {
  #top .flow .contents .primary .step_box .group .title {
    font-size: var(--fz18);
  }
}
@media screen and (min-width: 700px), print {
  #top .flow .contents .primary .step_box .group .title {
    font-size: var(--fz28);
  }
}
#top .flow .contents .primary .step_box .group .content {
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 699.98px) {
  #top .flow .contents .primary .step_box .group .content {
    margin-top: 10px;
    font-size: var(--fz14);
  }
}
@media screen and (min-width: 700px), print {
  #top .flow .contents .primary .step_box .group .content {
    font-size: var(--fz18);
  }
}
#top .flow .contents .primary .vertical-dots {
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
  line-height: 0.5;
  color: #C72122;
}

#lp .mv .contents {
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #F2EEEA;
  padding-top: 20px;
}
@media screen and (max-width: 699.98px) {
  #lp .mv .contents {
    background-image: url("../images/ver1/mv_sp.png");
    background-position: center top;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 700px), print {
  #lp .mv .contents {
    background-image: url("../images/ver1/mv_pc.png");
    background-image: -webkit-image-set(url("../images/ver1/mv_pc.avif") type("image/avif"), url("../images/ver1/mv_pc.png") type("image/png"));
    background-image: image-set(url("../images/ver1/mv_pc.avif") type("image/avif"), url("../images/ver1/mv_pc.png") type("image/png"));
    background-position: center top;
    padding-bottom: 140px;
  }
}
#lp .mv .contents .pc .head {
  margin-left: 20px;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
#lp .mv .contents .pc .head .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#lp .mv .contents .pc .head .flex .logo img {
  display: block;
  width: 126px;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
}
#lp .mv .contents .pc .head .flex .lead {
  color: #FFFFFF;
  font-size: var(--fz18);
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}
#lp .mv .contents .pc .head .business {
  border: 2px solid #FFFFFF;
  border-radius: 3px;
  padding: 10px 20px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.1);
}
#lp .mv .contents .pc .head .business a {
  display: block;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  color: #FFFFFF;
  font-weight: 700;
  font-size: var(--fz14);
}
#lp .mv .contents .background {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 699.98px) {
  #lp .mv .contents .background {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 700px), print {
  #lp .mv .contents .background {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 940px), print {
  #lp .mv .contents .background {
    width: 940px;
  }
}
#lp .mv .contents .background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.5));
}
@media screen and (max-width: 699.98px) {
  #lp .mv .contents .background::before {
    background: url("../images/ver1/smartphone.png") no-repeat 84% 25%/150px auto;
    -webkit-transform: rotate(23deg);
            transform: rotate(23deg);
  }
}
@media screen and (min-width: 700px), print {
  #lp .mv .contents .background::before {
    background: url("../images/ver1/smartphone.png") no-repeat;
    background-size: 220px auto;
    background-position: right 40px;
  }
}
@media screen and (min-width: 940px), print {
  #lp .mv .contents .background::before {
    background: url("../images/ver1/smartphone.png") no-repeat;
    background-size: 290px auto;
    background-position: right 30px;
  }
}
#lp .mv .contents .background .sp .head {
  padding: 0 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
}
#lp .mv .contents .background .sp .head .logo img {
  display: block;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
  width: 126px;
}
#lp .mv .contents .background .sp .head .business {
  border: 2px solid #FFFFFF;
  border-radius: 3px;
  padding: 8px 15px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.1);
}
#lp .mv .contents .background .sp .head .business a {
  display: block;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  color: #FFFFFF;
  font-weight: 700;
  font-size: var(--fz14);
}
#lp .mv .contents .background .catchphrase {
  position: relative;
  z-index: 2;
  color: #FFFFFF;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 699.98px) {
  #lp .mv .contents .background .catchphrase {
    font-size: var(--fz44);
    padding: 40px 5% 0;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5), 2px 2px 4px rgba(0, 0, 0, 0.5);
  }
}
@media screen and (min-width: 700px), print {
  #lp .mv .contents .background .catchphrase {
    padding: 40px 0 0;
    font-size: var(--fz40);
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2), 4px 4px 6px rgba(0, 0, 0, 0.5);
  }
}
@media screen and (min-width: 940px), print {
  #lp .mv .contents .background .catchphrase {
    font-size: var(--fz58);
  }
}
#lp .mv .contents .background .personality {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 699.98px) {
  #lp .mv .contents .background .personality {
    margin-top: 130px;
    padding: 0 5%;
  }
}
@media screen and (min-width: 700px), print {
  #lp .mv .contents .background .personality {
    padding-left: 10px;
    margin-top: 15px;
  }
}
@media screen and (min-width: 940px), print {
  #lp .mv .contents .background .personality {
    padding-left: 20px;
  }
}
@media screen and (max-width: 699.98px) {
  #lp .mv .contents .background .personality a {
    display: block;
  }
}
@media screen and (max-width: 699.98px) {
  #lp .mv .contents .background .personality a img {
    border: 2px solid #FFFFFF;
    border-radius: 4px;
  }
}
@media screen and (min-width: 700px), print {
  #lp .mv .contents .background .personality a img {
    width: 420px;
    height: auto;
    border: 3px solid #FFFFFF;
    border-radius: 6px;
  }
}
@media screen and (min-width: 940px), print {
  #lp .mv .contents .background .personality a img {
    width: 600px;
    height: auto;
  }
}
@media screen and (max-width: 699.98px) {
  #lp .mv .contents .background .foot_wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#lp .mv .contents .background .foot_wrapper .foot {
  background-repeat: no-repeat, no-repeat;
  background-position: left bottom, center bottom;
  min-height: 250px;
  border-radius: 0 0 8px 8px;
}
@media screen and (max-width: 699.98px) {
  #lp .mv .contents .background .foot_wrapper .foot {
    background-image: url("../images/ver1/mv_foot_woman_sp.png"), url("../images/ver1/mv_foot_sp.png");
    background-size: 170px auto, cover;
  }
}
@media screen and (min-width: 700px), print {
  #lp .mv .contents .background .foot_wrapper .foot {
    background-image: url("../images/ver1/mv_foot_woman_pc.png"), url("../images/ver1/mv_foot_pc.png");
    background-size: 210px auto, cover;
  }
}
@media screen and (min-width: 940px), print {
  #lp .mv .contents .background .foot_wrapper .foot {
    background-size: 300px auto, cover;
  }
}
#lp .mv .contents .background .foot_wrapper .foot.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 699.98px) {
  #lp .mv .contents .background .foot_wrapper .foot.flex {
    padding-bottom: 10px;
    row-gap: 45px;
  }
}
@media screen and (min-width: 700px), print {
  #lp .mv .contents .background .foot_wrapper .foot.flex {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    padding-bottom: 20px;
    row-gap: 25px;
  }
}
#lp .mv .contents .background .foot_wrapper .foot.flex .bubble {
  position: relative;
  display: block;
  text-align: center;
  background-color: #FFFFFF;
  border-radius: 25px;
  -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 699.98px) {
  #lp .mv .contents .background .foot_wrapper .foot.flex .bubble {
    padding: 10px 5px;
    width: 65%;
    margin-left: auto;
  }
}
@media screen and (min-width: 700px), print {
  #lp .mv .contents .background .foot_wrapper .foot.flex .bubble {
    padding: 10px 20px;
    margin-right: 110px;
  }
}
#lp .mv .contents .background .foot_wrapper .foot.flex .bubble::before {
  content: "";
  position: absolute;
  display: block;
  z-index: 1;
  border-style: solid;
  border-color: #FFFFFF transparent;
  border-width: 21px 17px 0 0;
  bottom: -10px;
  left: 7%;
  margin-left: -10px;
}
#lp .mv .contents .background .foot_wrapper .foot.flex .bubble .text {
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, from(#B06207), to(#B39855));
  background: linear-gradient(to bottom, #B06207, #B39855);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 699.98px) {
  #lp .mv .contents .background .foot_wrapper .foot.flex .bubble .text {
    font-size: var(--fz12);
    line-height: 1.6;
  }
}
@media screen and (min-width: 700px), print {
  #lp .mv .contents .background .foot_wrapper .foot.flex .bubble .text {
    font-size: var(--fz14);
    line-height: 1;
  }
}
@media screen and (min-width: 940px), print {
  #lp .mv .contents .background .foot_wrapper .foot.flex .bubble .text {
    font-size: var(--fz18);
  }
}
#lp .mv .contents .background .foot_wrapper .foot.flex > .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 699.98px) {
  #lp .mv .contents .background .foot_wrapper .foot.flex > .flex {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    padding-right: 10px;
  }
}
@media screen and (min-width: 700px), print {
  #lp .mv .contents .background .foot_wrapper .foot.flex > .flex {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    padding-right: 20px;
  }
}
#lp .mv .contents .background .foot_wrapper .foot.flex > .flex .site_icon {
  width: 100px;
  height: 100px;
  background: #FFFFFF;
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 10px;
  border-radius: 10px;
}
#lp .mv .contents .background .foot_wrapper .foot.flex > .flex .application {
  z-index: 1;
}
#lp .mv .contents .background .foot_wrapper .foot.flex > .flex .application.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 699.98px) {
  #lp .mv .contents .background .foot_wrapper .foot.flex > .flex .application.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 700px), print {
  #lp .mv .contents .background .foot_wrapper .foot.flex > .flex .application.flex {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
@media screen and (max-width: 699.98px) {
  #lp .mv .contents .background .foot_wrapper .foot.flex > .flex .application li.apple img {
    width: 130px;
  }
}
@media screen and (min-width: 700px), print {
  #lp .mv .contents .background .foot_wrapper .foot.flex > .flex .application li.apple img {
    width: 175px;
  }
}
@media screen and (max-width: 699.98px) {
  #lp .mv .contents .background .foot_wrapper .foot.flex > .flex .application li.google img {
    width: 160px;
  }
}
@media screen and (min-width: 700px), print {
  #lp .mv .contents .background .foot_wrapper .foot.flex > .flex .application li.google img {
    width: 215px;
  }
}
#lp .mv .contents > .text {
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, from(#B06207), to(#B39855));
  background: linear-gradient(to bottom, #B06207, #B39855);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 699.98px) {
  #lp .mv .contents > .text {
    font-size: var(--fz22);
    line-height: 1.6;
  }
}
@media screen and (min-width: 700px), print {
  #lp .mv .contents > .text {
    font-size: var(--fz30);
  }
}
@media screen and (min-width: 940px), print {
  #lp .mv .contents > .text {
    font-size: var(--fz38);
  }
}
@media screen and (max-width: 699.98px) {
  #lp .mv .contents .thinking_list {
    padding: 0 5%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 700px), print {
  #lp .mv .contents .thinking_list {
    width: 90%;
    margin-top: 60px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 940px), print {
  #lp .mv .contents .thinking_list {
    width: 840px;
  }
}
#lp .mv .contents .thinking_list.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}
#lp .mv .contents .thinking_list li {
  font-weight: 500;
  position: relative;
  font-weight: 500;
  border-radius: 3px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 699.98px) {
  #lp .mv .contents .thinking_list li {
    font-size: var(--fz16);
    padding: 10px 0 10px 60px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 700px), print {
  #lp .mv .contents .thinking_list li {
    font-size: var(--fz20);
    padding: 20px 0 20px 80px;
  }
}
@media screen and (min-width: 940px), print {
  #lp .mv .contents .thinking_list li {
    font-size: var(--fz24);
  }
}
#lp .mv .contents .thinking_list li::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-image: url("../images/icon_check.png");
  background-size: cover;
}
@media screen and (max-width: 699.98px) {
  #lp .mv .contents .thinking_list li::before {
    width: 24px;
    height: 24px;
    margin-left: -40px;
  }
}
@media screen and (min-width: 700px), print {
  #lp .mv .contents .thinking_list li::before {
    width: 34px;
    height: 34px;
    margin-left: -50px;
  }
}
@media screen and (min-width: 940px), print {
  #lp .mv .contents .thinking_list li::before {
    width: 38px;
    height: 38px;
  }
}
@media screen and (max-width: 699.98px) {
  #lp .features .contents {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 700px), print {
  #lp .features .contents {
    padding-top: 140px;
    padding-bottom: 100px;
  }
}
#lp .features .contents > .title {
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, from(#B06207), to(#B39855));
  background: linear-gradient(to bottom, #B06207, #B39855);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 699.98px) {
  #lp .features .contents > .title {
    font-size: var(--fz28);
  }
}
@media screen and (min-width: 700px), print {
  #lp .features .contents > .title {
    font-size: var(--fz50);
  }
}
@media screen and (max-width: 699.98px) {
  #lp .features .contents .primary {
    margin-top: 50px;
  }
}
@media screen and (min-width: 700px), print {
  #lp .features .contents .primary {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
  }
}
@media screen and (min-width: 940px), print {
  #lp .features .contents .primary {
    width: 840px;
  }
}
@media screen and (max-width: 699.98px) {
  #lp .features .contents .primary ul li + li {
    margin-top: 50px;
  }
}
@media screen and (min-width: 700px), print {
  #lp .features .contents .primary ul li + li {
    margin-top: 60px;
  }
}
#lp .features .contents .primary ul li .grid {
  display: -ms-grid;
  display: grid;
}
@media screen and (max-width: 699.98px) {
  #lp .features .contents .primary ul li .grid {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 700px), print {
  #lp .features .contents .primary ul li .grid {
    -ms-grid-rows: 25% 75%;
    grid-template-rows: 25% 75%;
  }
}
@media screen and (min-width: 940px), print {
  #lp .features .contents .primary ul li .grid {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
@media screen and (min-width: 700px), print {
  #lp .features .contents .primary ul li .grid.opposite .image_box {
    -ms-grid-row-span: 2;
    grid-row: span 2/span 2;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row: 1;
        grid-row-start: 1;
  }
}
@media screen and (min-width: 700px), print {
  #lp .features .contents .primary ul li .grid.opposite .text_box {
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-row: 2;
        grid-row-start: 2;
  }
}
@media screen and (min-width: 700px), print {
  #lp .features .contents .primary ul li .grid .title_box {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}
#lp .features .contents .primary ul li .grid .title_box > .title {
  position: relative;
  font-weight: 700;
}
@media screen and (max-width: 699.98px) {
  #lp .features .contents .primary ul li .grid .title_box > .title {
    padding: 0 8%;
  }
}
@media screen and (min-width: 700px), print {
  #lp .features .contents .primary ul li .grid .title_box > .title {
    font-size: var(--fz28);
    padding-left: 15px;
  }
}
#lp .features .contents .primary ul li .grid .title_box > .title::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 4px;
  height: 28px;
  border-left: 4px solid #AF9554;
}
@media screen and (max-width: 699.98px) {
  #lp .features .contents .primary ul li .grid .title_box > .title::before {
    left: 5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 700px), print {
  #lp .features .contents .primary ul li .grid .title_box > .title::before {
    left: 0;
  }
}
@media screen and (max-width: 699.98px) {
  #lp .features .contents .primary ul li .grid .image_box {
    -ms-grid-row-span: 2;
    grid-row: span 2/span 2;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row: 2;
        grid-row-start: 2;
    text-align: center;
    margin-top: 30px;
  }
}
@media screen and (min-width: 700px), print {
  #lp .features .contents .primary ul li .grid .image_box {
    -ms-grid-row-span: 2;
    grid-row: span 2/span 2;
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-row: 1;
        grid-row-start: 1;
  }
}
@media screen and (max-width: 699.98px) {
  #lp .features .contents .primary ul li .grid .image_box img {
    width: 180px;
    height: auto;
  }
}
@media screen and (min-width: 700px), print {
  #lp .features .contents .primary ul li .grid .image_box img {
    width: 260px;
    height: auto;
  }
}
@media screen and (max-width: 699.98px) {
  #lp .features .contents .primary ul li .grid .text_box {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row: 4;
        grid-row-start: 4;
    padding: 0 5%;
    margin-top: 30px;
  }
}
@media screen and (min-width: 700px), print {
  #lp .features .contents .primary ul li .grid .text_box {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row: 2;
        grid-row-start: 2;
    margin-top: 20px;
  }
}
#lp .features .contents .primary ul li .grid .text_box .text {
  font-weight: 500;
}
@media screen and (max-width: 699.98px) {
  #lp .features .contents .primary ul li .grid .text_box .text {
    font-size: var(--fz16);
    line-height: 2;
  }
}
@media screen and (min-width: 700px), print {
  #lp .features .contents .primary ul li .grid .text_box .text {
    line-height: 2;
    font-size: var(--fz18);
  }
}
#lp .information .contents {
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center bottom, center top, center top;
}
@media screen and (max-width: 699.98px) {
  #lp .information .contents {
    background-image: url("../images/information_background_bottom_sp.png"), url("../images/information_background_top_sp.png"), url("../images/information_background_middle_sp.jpg");
    background-size: contain, contain, cover;
    padding-top: 130px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 700px), print {
  #lp .information .contents {
    background-image: url("../images/information_background_bottom_pc.png"), url("../images/information_background_top_pc.png"), url("../images/information_background_middle_pc.jpg");
    background-size: contain, contain, cover;
    padding-top: 16%;
    padding-bottom: 18%;
  }
}
#lp .information .contents .grid {
  display: -ms-grid;
  display: grid;
}
@media screen and (max-width: 699.98px) {
  #lp .information .contents .grid {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 700px), print {
  #lp .information .contents .grid {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 940px), print {
  #lp .information .contents .grid {
    width: 840px;
  }
}
@media screen and (max-width: 699.98px) {
  #lp .information .contents .grid .image_box {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row: 2;
        grid-row-start: 2;
    -ms-grid-column-align: center;
        justify-self: center;
    margin-top: 30px;
    margin-bottom: -90px;
  }
}
@media screen and (min-width: 700px), print {
  #lp .information .contents .grid .image_box {
    -ms-grid-row-span: 3;
    grid-row: span 3/span 3;
  }
}
#lp .information .contents .grid .image_box img {
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  -webkit-mask-image: linear-gradient(-10deg, rgba(0, 0, 0, 0) 35%, rgb(0, 0, 0) 60%);
          mask-image: linear-gradient(-10deg, rgba(0, 0, 0, 0) 35%, rgb(0, 0, 0) 60%);
}
@media screen and (max-width: 699.98px) {
  #lp .information .contents .grid .image_box img {
    height: 350px;
  }
}
@media screen and (min-width: 700px), print {
  #lp .information .contents .grid .image_box img {
    width: 260px;
    height: auto;
    position: relative;
    top: 15%;
  }
}
#lp .information .contents .grid .logo_box {
  -ms-grid-column-align: center;
      justify-self: center;
}
@media screen and (max-width: 699.98px) {
  #lp .information .contents .grid .logo_box {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row: 1;
        grid-row-start: 1;
  }
}
#lp .information .contents .grid .logo_box .lead {
  color: #FFFFFF;
  text-align: center;
  text-shadow: 1px 2px 0px rgba(51, 51, 51, 0.8), 0px 0px 20px rgba(0, 0, 0, 0.5);
  font-weight: 800;
}
@media screen and (max-width: 699.98px) {
  #lp .information .contents .grid .logo_box .lead {
    font-size: var(--fz14);
  }
}
@media screen and (min-width: 700px), print {
  #lp .information .contents .grid .logo_box .lead {
    font-size: var(--fz18);
    text-align: center;
  }
}
#lp .information .contents .grid .logo_box .logo {
  margin-top: 10px;
}
@media screen and (max-width: 699.98px) {
  #lp .information .contents .grid .logo_box .logo img {
    width: 245px;
    -webkit-filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 0.3));
            filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 0.3));
  }
}
@media screen and (min-width: 700px), print {
  #lp .information .contents .grid .logo_box .logo img {
    width: 340px;
    -webkit-filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.3));
            filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.3));
  }
}
@media screen and (max-width: 699.98px) {
  #lp .information .contents .grid .specific_box {
    -ms-grid-row: 3;
        grid-row-start: 3;
    padding: 0 10%;
  }
}
@media screen and (min-width: 700px), print {
  #lp .information .contents .grid .specific_box {
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-row: 2;
        grid-row-start: 2;
  }
}
#lp .information .contents .grid .specific_box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 699.98px) {
  #lp .information .contents .grid .specific_box dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
  }
}
@media screen and (min-width: 700px), print {
  #lp .information .contents .grid .specific_box dl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media screen and (max-width: 699.98px) {
  #lp .information .contents .grid .specific_box dl + dl {
    margin-top: 16px;
  }
}
@media screen and (min-width: 700px), print {
  #lp .information .contents .grid .specific_box dl + dl {
    margin-top: 8px;
  }
}
#lp .information .contents .grid .specific_box dl dt {
  background: rgba(105, 89, 50, 0.5);
  color: #FFFFFF;
  text-align: center;
  padding: 6px 0;
  font-weight: 700;
}
@media screen and (max-width: 699.98px) {
  #lp .information .contents .grid .specific_box dl dt {
    width: 80px;
    font-size: var(--fz14);
    border-radius: 2px;
  }
}
@media screen and (min-width: 700px), print {
  #lp .information .contents .grid .specific_box dl dt {
    width: 100px;
    font-size: var(--fz18);
  }
}
#lp .information .contents .grid .specific_box dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #FFFFFF;
  text-shadow: 0px 0px 20px #333;
  font-weight: 700;
}
@media screen and (max-width: 699.98px) {
  #lp .information .contents .grid .specific_box dl dd {
    font-size: var(--fz14);
    line-height: 1.5;
  }
}
@media screen and (min-width: 700px), print {
  #lp .information .contents .grid .specific_box dl dd {
    font-size: var(--fz18);
  }
}
#lp .information .contents .grid .specific_box dl dd .note {
  font-weight: 700;
}
@media screen and (max-width: 699.98px) {
  #lp .information .contents .grid .specific_box dl dd .note {
    font-size: var(--fz12);
  }
}
@media screen and (min-width: 700px), print {
  #lp .information .contents .grid .specific_box dl dd .note {
    font-size: var(--fz14);
  }
}
@media screen and (max-width: 699.98px) {
  #lp .information .contents .grid .application_box {
    -ms-grid-row: 4;
        grid-row-start: 4;
    margin-top: 30px;
  }
}
@media screen and (min-width: 700px), print {
  #lp .information .contents .grid .application_box {
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-row: 3;
        grid-row-start: 3;
  }
}
#lp .information .contents .grid .application_box > .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 699.98px) {
  #lp .information .contents .grid .application_box > .flex {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 700px), print {
  #lp .information .contents .grid .application_box > .flex {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}
#lp .information .contents .grid .application_box > .flex .site_icon {
  width: 100px;
  height: 100px;
  background: #FFFFFF;
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 10px;
  border-radius: 10px;
}
#lp .information .contents .grid .application_box > .flex .application.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 699.98px) {
  #lp .information .contents .grid .application_box > .flex .application.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 700px), print {
  #lp .information .contents .grid .application_box > .flex .application.flex {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
@media screen and (max-width: 699.98px) {
  #lp .information .contents .grid .application_box > .flex .application li.apple img {
    width: 130px;
  }
}
@media screen and (min-width: 700px), print {
  #lp .information .contents .grid .application_box > .flex .application li.apple img {
    width: 175px;
  }
}
@media screen and (max-width: 699.98px) {
  #lp .information .contents .grid .application_box > .flex .application li.google img {
    width: 160px;
  }
}
@media screen and (min-width: 700px), print {
  #lp .information .contents .grid .application_box > .flex .application li.google img {
    width: 215px;
  }
}
@media screen and (max-width: 699.98px) {
  #lp .information .contents .personality {
    padding: 0 5%;
    margin-top: 30px;
  }
}
@media screen and (min-width: 700px), print {
  #lp .information .contents .personality {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
}
@media screen and (min-width: 940px), print {
  #lp .information .contents .personality {
    width: 840px;
  }
}
#lp .information .contents .personality img {
  border: 3px solid #FFFFFF;
}
@media screen and (max-width: 699.98px) {
  #lp .information .contents .personality img {
    border-radius: 6px;
  }
}
@media screen and (min-width: 700px), print {
  #lp .information .contents .personality img {
    border-radius: 10px;
  }
}
#lp .voice .contents {
  background-color: #F2EEEA;
}
@media screen and (max-width: 699.98px) {
  #lp .voice .contents {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 700px), print {
  #lp .voice .contents {
    padding-top: 80px;
    padding-bottom: 140px;
  }
}
#lp .voice .contents .title_wrapper {
  text-align: center;
}
@media screen and (max-width: 699.98px) {
  #lp .voice .contents .title_wrapper {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 700px), print {
  #lp .voice .contents .title_wrapper {
    margin-bottom: 60px;
  }
}
#lp .voice .contents .title_wrapper .title {
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, from(#B06207), to(#B39855));
  background: linear-gradient(to bottom, #B06207, #B39855);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 699.98px) {
  #lp .voice .contents .title_wrapper .title {
    font-size: var(--fz28);
  }
}
@media screen and (min-width: 700px), print {
  #lp .voice .contents .title_wrapper .title {
    font-size: var(--fz50);
  }
}
@media screen and (min-width: 700px), print {
  #lp .voice .contents .swiper {
    width: 90%;
  }
}
@media screen and (min-width: 940px), print {
  #lp .voice .contents .swiper {
    width: 840px;
  }
}
@media screen and (max-width: 699.98px) {
  #lp .voice .contents .swiper .swiper-wrapper {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 700px), print {
  #lp .voice .contents .swiper .swiper-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 20px;
  }
}
#lp .voice .contents .swiper .swiper-wrapper .swiper-slide {
  background-color: #FFFFFF;
  padding: 30px 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 700px), print {
  #lp .voice .contents .swiper .swiper-wrapper .swiper-slide {
    width: 49%;
  }
}
@media screen and (min-width: 940px), print {
  #lp .voice .contents .swiper .swiper-wrapper .swiper-slide {
    width: 410px;
  }
}
#lp .voice .contents .swiper .swiper-wrapper .swiper-slide .image {
  text-align: center;
}
@media screen and (max-width: 699.98px) {
  #lp .voice .contents .swiper .swiper-wrapper .swiper-slide .image img {
    width: 100px;
    height: auto;
  }
}
@media screen and (min-width: 700px), print {
  #lp .voice .contents .swiper .swiper-wrapper .swiper-slide .image img {
    width: 160px;
    height: auto;
  }
}
#lp .voice .contents .swiper .swiper-wrapper .swiper-slide .profile {
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 699.98px) {
  #lp .voice .contents .swiper .swiper-wrapper .swiper-slide .profile {
    font-size: var(--fz14);
    margin-top: 10px;
  }
}
@media screen and (min-width: 700px), print {
  #lp .voice .contents .swiper .swiper-wrapper .swiper-slide .profile {
    font-size: var(--fz16);
    margin-top: 20px;
  }
}
#lp .voice .contents .swiper .swiper-wrapper .swiper-slide .job {
  font-weight: 700;
  position: relative;
  padding-left: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 699.98px) {
  #lp .voice .contents .swiper .swiper-wrapper .swiper-slide .job {
    font-size: var(--fz16);
  }
}
@media screen and (min-width: 700px), print {
  #lp .voice .contents .swiper .swiper-wrapper .swiper-slide .job {
    font-size: var(--fz18);
  }
}
#lp .voice .contents .swiper .swiper-wrapper .swiper-slide .job::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 3px;
  height: 20px;
  border-left: 4px solid #AF9554;
  left: 10px;
}
@media screen and (max-width: 699.98px) {
  #lp .voice .contents .swiper .swiper-wrapper .swiper-slide .job::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
#lp .voice .contents .swiper .swiper-wrapper .swiper-slide .content {
  padding: 20px;
  line-height: 2;
  background-color: rgba(242, 238, 234, 0.6);
  font-weight: 500;
  margin-top: 20px;
}
@media screen and (max-width: 699.98px) {
  #lp .voice .contents .swiper .swiper-wrapper .swiper-slide .content {
    min-height: 200px;
    font-size: var(--fz14);
  }
}
@media screen and (min-width: 700px), print {
  #lp .voice .contents .swiper .swiper-wrapper .swiper-slide .content {
    min-height: 220px;
    font-size: var(--fz16);
  }
}
@media screen and (max-width: 699.98px) {
  #lp .voice .contents .swiper .swiper-button-prev,
  #lp .voice .contents .swiper .swiper-button-next {
    /* 幅・高さを指定 */
    width: 24px;
    height: 30px;
  }
}
@media screen and (min-width: 700px), print {
  #lp .voice .contents .swiper .swiper-button-prev,
  #lp .voice .contents .swiper .swiper-button-next {
    display: none;
  }
}
@media screen and (max-width: 699.98px) {
  #lp .voice .contents .swiper .swiper-button-prev::after,
  #lp .voice .contents .swiper .swiper-button-next::after {
    /* 矢印を消す、画像に変更 */
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 30px;
    margin: auto;
  }
}
#lp .voice .contents .swiper .swiper-button-prev::after {
  background-image: url("../images/swiper-button.png");
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
#lp .voice .contents .swiper .swiper-button-next::after {
  background-image: url("../images/swiper-button.png");
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#lp .recruit .contents {
  background-color: #F2EEEA;
}
@media screen and (max-width: 699.98px) {
  #lp .recruit .contents {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 700px), print {
  #lp .recruit .contents {
    padding-top: 80px;
    padding-bottom: 140px;
  }
}
#lp .recruit .contents .title_wrapper {
  text-align: center;
}
@media screen and (max-width: 699.98px) {
  #lp .recruit .contents .title_wrapper {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 700px), print {
  #lp .recruit .contents .title_wrapper {
    margin-bottom: 60px;
  }
}
#lp .recruit .contents .title_wrapper .slash {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(#B06207), to(#B39855));
  background: linear-gradient(to bottom, #B06207, #B39855);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
}
@media screen and (max-width: 699.98px) {
  #lp .recruit .contents .title_wrapper .slash {
    font-size: var(--fz20);
  }
}
@media screen and (min-width: 700px), print {
  #lp .recruit .contents .title_wrapper .slash {
    font-size: var(--fz30);
  }
}
#lp .recruit .contents .title_wrapper .slash::before, #lp .recruit .contents .title_wrapper .slash::after {
  width: 2px;
  content: "";
  background-color: #AF9554;
}
@media screen and (max-width: 699.98px) {
  #lp .recruit .contents .title_wrapper .slash::before, #lp .recruit .contents .title_wrapper .slash::after {
    height: 24px;
  }
}
@media screen and (min-width: 700px), print {
  #lp .recruit .contents .title_wrapper .slash::before, #lp .recruit .contents .title_wrapper .slash::after {
    height: 30px;
  }
}
#lp .recruit .contents .title_wrapper .slash::before {
  margin-right: 0.4em;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
#lp .recruit .contents .title_wrapper .slash::after {
  margin-left: 0.4em;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
#lp .recruit .contents .title_wrapper .title {
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, from(#B06207), to(#B39855));
  background: linear-gradient(to bottom, #B06207, #B39855);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 699.98px) {
  #lp .recruit .contents .title_wrapper .title {
    font-size: var(--fz28);
  }
}
@media screen and (min-width: 700px), print {
  #lp .recruit .contents .title_wrapper .title {
    font-size: var(--fz50);
  }
}
#lp .recruit .contents .swiper-recruit {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 699.98px) {
  #lp .recruit .contents .swiper-recruit {
    width: 100%;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 700px), print {
  #lp .recruit .contents .swiper-recruit {
    width: 90%;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 940px), print {
  #lp .recruit .contents .swiper-recruit {
    width: 640px;
  }
}
#lp .recruit .contents .swiper-recruit .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0 0 8px 8px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
#lp .recruit .contents .swiper-recruit .swiper-slide .image img {
  border-radius: 8px 8px 0px 0px;
}
@media screen and (max-width: 699.98px) {
  #lp .recruit .contents .swiper-recruit .swiper-slide .image img {
    height: 155px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 700px), print {
  #lp .recruit .contents .swiper-recruit .swiper-slide .image img {
    height: 180px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#lp .recruit .contents .swiper-recruit .swiper-slide .details {
  background-color: #FFFFFF;
  border-radius: 0px 0px 8px 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 699.98px) {
  #lp .recruit .contents .swiper-recruit .swiper-slide .details {
    padding: 20px;
    width: 100%;
  }
}
@media screen and (min-width: 700px), print {
  #lp .recruit .contents .swiper-recruit .swiper-slide .details {
    padding: 30px 20px;
    width: 100%;
    min-height: 285px;
  }
}
@media screen and (min-width: 940px), print {
  #lp .recruit .contents .swiper-recruit .swiper-slide .details {
    width: 380px;
  }
}
#lp .recruit .contents .swiper-recruit .swiper-slide .details .employment_status {
  font-weight: 500;
  position: relative;
  padding-left: 10px;
}
@media screen and (max-width: 699.98px) {
  #lp .recruit .contents .swiper-recruit .swiper-slide .details .employment_status {
    font-size: var(--fz12);
  }
}
@media screen and (min-width: 700px), print {
  #lp .recruit .contents .swiper-recruit .swiper-slide .details .employment_status {
    font-size: var(--fz14);
  }
}
#lp .recruit .contents .swiper-recruit .swiper-slide .details .employment_status::before {
  content: "";
  position: absolute;
  display: inline-block;
  border-left: 4px solid #AF9554;
}
@media screen and (max-width: 699.98px) {
  #lp .recruit .contents .swiper-recruit .swiper-slide .details .employment_status::before {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 2px;
    height: 16px;
  }
}
@media screen and (min-width: 700px), print {
  #lp .recruit .contents .swiper-recruit .swiper-slide .details .employment_status::before {
    left: 0;
    width: 3px;
    height: 18px;
  }
}
#lp .recruit .contents .swiper-recruit .swiper-slide .details .content {
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 699.98px) {
  #lp .recruit .contents .swiper-recruit .swiper-slide .details .content {
    font-size: var(--fz16);
    min-height: 90px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 700px), print {
  #lp .recruit .contents .swiper-recruit .swiper-slide .details .content {
    font-size: var(--fz18);
    min-height: 135px;
    margin-top: 15px;
  }
}
#lp .recruit .contents .swiper-recruit .swiper-slide .details .salary {
  font-weight: 700;
  border-radius: 3px;
  background: rgba(199, 33, 34, 0.05);
  color: #C72122;
  padding: 10px 20px;
  text-align: center;
}
@media screen and (max-width: 699.98px) {
  #lp .recruit .contents .swiper-recruit .swiper-slide .details .salary {
    font-size: var(--fz32);
  }
}
@media screen and (min-width: 700px), print {
  #lp .recruit .contents .swiper-recruit .swiper-slide .details .salary {
    font-size: var(--fz36);
  }
}
#lp .recruit .contents .swiper-recruit .swiper-slide .details .salary span {
  font-weight: 700;
}
@media screen and (max-width: 699.98px) {
  #lp .recruit .contents .swiper-recruit .swiper-slide .details .salary span {
    font-size: var(--fz24);
  }
}
@media screen and (min-width: 700px), print {
  #lp .recruit .contents .swiper-recruit .swiper-slide .details .salary span {
    font-size: var(--fz28);
  }
}
#lp .recruit .contents .swiper-recruit .swiper-slide-prev,
#lp .recruit .contents .swiper-recruit .swiper-slide-next {
  opacity: 0.5;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
#lp .recruit .contents .swiper-recruit .swiper-recruit::before,
#lp .recruit .contents .swiper-recruit .swiper-recruit::after {
  content: "";
  position: absolute;
  top: 0;
  width: 15%;
  height: 100%;
  z-index: 10;
  pointer-events: none;
}
#lp .recruit .contents .swiper-recruit .swiper-recruit::before {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}
#lp .recruit .contents .swiper-recruit .swiper-recruit::after {
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to left, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}
@media screen and (min-width: 700px), print {
  #lp .recruit .contents .swiper-recruit .swiper-button-prev,
  #lp .recruit .contents .swiper-recruit .swiper-button-next {
    /* 幅・高さを指定 */
    width: 45px;
    height: 55px;
  }
}
@media screen and (max-width: 699.98px) {
  #lp .recruit .contents .swiper-recruit .swiper-button-prev::after,
  #lp .recruit .contents .swiper-recruit .swiper-button-next::after {
    content: "";
  }
}
@media screen and (min-width: 700px), print {
  #lp .recruit .contents .swiper-recruit .swiper-button-prev::after,
  #lp .recruit .contents .swiper-recruit .swiper-button-next::after {
    /* 矢印を消す、画像に変更 */
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 44px;
    height: 55px;
    margin: auto;
  }
}
@media screen and (min-width: 700px), print {
  #lp .recruit .contents .swiper-recruit .swiper-button-prev::after {
    background-image: url("../images/swiper-button.png");
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
@media screen and (min-width: 700px), print {
  #lp .recruit .contents .swiper-recruit .swiper-button-next::after {
    background-image: url("../images/swiper-button.png");
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@media screen and (min-width: 700px), print {
  #lp .recruit .contents .swiper-recruit .swiper-horizontal > .swiper-pagination-bullets, #lp .recruit .contents .swiper-recruit .swiper-pagination-bullets.swiper-pagination-horizontal, #lp .recruit .contents .swiper-recruit .swiper-pagination-custom, #lp .recruit .contents .swiper-recruit .swiper-pagination-fraction {
    bottom: 0;
  }
}
@media screen and (max-width: 699.98px) {
  #lp .flow .contents {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 700px), print {
  #lp .flow .contents {
    padding-top: 140px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 699.98px) {
  #lp .flow .contents .title_wrapper {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 700px), print {
  #lp .flow .contents .title_wrapper {
    margin-bottom: 60px;
  }
}
#lp .flow .contents .title_wrapper .title {
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, from(#B06207), to(#B39855));
  background: linear-gradient(to bottom, #B06207, #B39855);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 699.98px) {
  #lp .flow .contents .title_wrapper .title {
    font-size: var(--fz28);
  }
}
@media screen and (min-width: 700px), print {
  #lp .flow .contents .title_wrapper .title {
    font-size: var(--fz50);
  }
}
@media screen and (max-width: 699.98px) {
  #lp .flow .contents .primary {
    padding: 0 5%;
  }
}
#lp .flow .contents .primary .step_box {
  background-color: #F2EEEA;
  border-radius: 3px;
}
@media screen and (max-width: 699.98px) {
  #lp .flow .contents .primary .step_box {
    position: relative;
    min-height: 190px;
    padding: 30px 20px;
  }
}
@media screen and (min-width: 700px), print {
  #lp .flow .contents .primary .step_box {
    padding: 30px 40px 40px 40px;
    width: 90%;
    min-height: 250px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 940px), print {
  #lp .flow .contents .primary .step_box {
    width: 840px;
  }
}
@media screen and (max-width: 699.98px) {
  #lp .flow .contents .primary .step_box::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1;
    -webkit-filter: opacity(20%);
            filter: opacity(20%);
  }
}
@media screen and (max-width: 699.98px) {
  #lp .flow .contents .primary .step_box.step1::before {
    background: url("../images/flow_icon1.svg") center/cover no-repeat;
  }
}
@media screen and (min-width: 700px), print {
  #lp .flow .contents .primary .step_box.step1 .group::before {
    background: url("../images/flow_icon1.svg") left/contain no-repeat;
  }
}
@media screen and (max-width: 699.98px) {
  #lp .flow .contents .primary .step_box.step2::before {
    background: url("../images/flow_icon2.svg") center/cover no-repeat;
  }
}
@media screen and (min-width: 700px), print {
  #lp .flow .contents .primary .step_box.step2 .group::before {
    background: url("../images/flow_icon2.svg") left/contain no-repeat;
  }
}
@media screen and (max-width: 699.98px) {
  #lp .flow .contents .primary .step_box.step3::before {
    background: url("../images/flow_icon3.svg") center/cover no-repeat;
  }
}
@media screen and (min-width: 700px), print {
  #lp .flow .contents .primary .step_box.step3 .group::before {
    background: url("../images/flow_icon3.svg") left/contain no-repeat;
  }
}
@media screen and (max-width: 699.98px) {
  #lp .flow .contents .primary .step_box.step4::before {
    background: url("../images/flow_icon4.svg") center/cover no-repeat;
  }
}
@media screen and (min-width: 700px), print {
  #lp .flow .contents .primary .step_box.step4 .group::before {
    background: url("../images/flow_icon4.svg") left/contain no-repeat;
  }
}
@media screen and (max-width: 699.98px) {
  #lp .flow .contents .primary .step_box.step5::before {
    background: url("../images/flow_icon5.svg") center/cover no-repeat;
  }
}
@media screen and (min-width: 700px), print {
  #lp .flow .contents .primary .step_box.step5 .group::before {
    background: url("../images/flow_icon5.svg") left/contain no-repeat;
  }
}
#lp .flow .contents .primary .step_box .number {
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 699.98px) {
  #lp .flow .contents .primary .step_box .number {
    font-size: var(--fz16);
    position: relative;
    z-index: 2;
    padding-left: 12px;
  }
}
@media screen and (min-width: 700px), print {
  #lp .flow .contents .primary .step_box .number {
    font-size: var(--fz24);
    padding-left: 15px;
  }
}
#lp .flow .contents .primary .step_box .number::before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
}
@media screen and (max-width: 699.98px) {
  #lp .flow .contents .primary .step_box .number::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 4px;
    height: 20px;
    border-left: 4px solid #AF9554;
  }
}
@media screen and (min-width: 700px), print {
  #lp .flow .contents .primary .step_box .number::before {
    width: 5px;
    height: 28px;
    border-left: 5px solid #AF9554;
  }
}
@media screen and (max-width: 699.98px) {
  #lp .flow .contents .primary .step_box .group {
    position: relative;
    z-index: 2;
    margin-top: 20px;
  }
}
@media screen and (min-width: 700px), print {
  #lp .flow .contents .primary .step_box .group {
    position: relative;
    padding-left: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 120px;
    row-gap: 10px;
  }
}
@media screen and (min-width: 700px), print {
  #lp .flow .contents .primary .step_box .group::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 120px;
    border-radius: 50%;
  }
}
#lp .flow .contents .primary .step_box .group .title {
  font-weight: 700;
}
@media screen and (max-width: 699.98px) {
  #lp .flow .contents .primary .step_box .group .title {
    font-size: var(--fz18);
  }
}
@media screen and (min-width: 700px), print {
  #lp .flow .contents .primary .step_box .group .title {
    font-size: var(--fz28);
  }
}
#lp .flow .contents .primary .step_box .group .content {
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 699.98px) {
  #lp .flow .contents .primary .step_box .group .content {
    margin-top: 10px;
    font-size: var(--fz14);
  }
}
@media screen and (min-width: 700px), print {
  #lp .flow .contents .primary .step_box .group .content {
    font-size: var(--fz18);
  }
}
#lp .flow .contents .primary .vertical-dots {
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
  line-height: 0.5;
  color: #C72122;
}

#privacy section .contents {
  counter-reset: h2;
}
@media screen and (max-width: 699.98px) {
  #privacy section .contents {
    padding: 60px 5%;
  }
}
@media screen and (min-width: 700px), print {
  #privacy section .contents {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 940px), print {
  #privacy section .contents {
    width: 840px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 699.98px) {
  #privacy section .contents .title_box {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 700px), print {
  #privacy section .contents .title_box {
    margin-bottom: 60px;
  }
}
#privacy section .contents .title_box h1 {
  text-align: center;
}
@media screen and (max-width: 699.98px) {
  #privacy section .contents .title_box h1 {
    font-size: var(--fz24);
    margin: 0;
  }
}
@media screen and (min-width: 700px), print {
  #privacy section .contents .title_box h1 {
    font-size: var(--fz40);
    margin: 0;
  }
}
#privacy section .contents .title_box h1 span {
  display: block;
}
@media screen and (max-width: 699.98px) {
  #privacy section .contents .title_box h1 span {
    font-size: var(--fz16);
    margin-top: 5px;
  }
}
@media screen and (min-width: 700px), print {
  #privacy section .contents .title_box h1 span {
    font-size: var(--fz26);
    margin-top: 10px;
  }
}
#privacy section .contents hr {
  border: none;
  background-color: #C45968;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 699.98px) {
  #privacy section .contents hr {
    height: 2px;
    width: 20px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 700px), print {
  #privacy section .contents hr {
    height: 3px;
    width: 40px;
    margin-top: 20px;
  }
}
#privacy section .contents h2 {
  background-color: #F2EEEA;
}
@media screen and (max-width: 699.98px) {
  #privacy section .contents h2 {
    font-size: var(--fz14);
    padding: 14px 20px;
    line-height: 1.6;
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 700px), print {
  #privacy section .contents h2 {
    font-size: var(--fz24);
    padding: 20px 40px;
    margin-top: 60px;
    margin-bottom: 30px;
  }
}
#privacy section .contents h2::before {
  counter-increment: h2;
  content: counter(h2) ". ";
}
@media screen and (min-width: 700px), print {
  #privacy section .contents h2 + p {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 699.98px) {
  #privacy section .contents p,
  #privacy section .contents li {
    font-size: var(--fz12);
    line-height: 26px;
  }
}
@media screen and (min-width: 700px), print {
  #privacy section .contents p,
  #privacy section .contents li {
    font-size: var(--fz16);
    line-height: 40px;
  }
}
@media screen and (max-width: 699.98px) {
  #privacy section .contents ol {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
#privacy section .contents ol.type1 {
  counter-reset: number;
}
@media screen and (min-width: 700px), print {
  #privacy section .contents ol.type1 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
#privacy section .contents ol.type1 > li {
  position: relative;
}
@media screen and (max-width: 699.98px) {
  #privacy section .contents ol.type1 > li {
    padding-left: 30px;
  }
}
@media screen and (min-width: 700px), print {
  #privacy section .contents ol.type1 > li {
    padding-left: 40px;
  }
}
#privacy section .contents ol.type1 > li::before {
  counter-increment: number;
  content: "（" counter(number) "）";
  position: absolute;
  left: 0;
}
@media screen and (max-width: 699.98px) {
  #privacy section .contents ol.type1 > li + li {
    margin-top: 10px;
  }
}
#privacy section .contents ol.type2 > li {
  position: relative;
}
@media screen and (max-width: 699.98px) {
  #privacy section .contents ol.type2 > li {
    padding-left: 25px;
  }
}
@media screen and (min-width: 700px), print {
  #privacy section .contents ol.type2 > li {
    padding-left: 30px;
  }
}
#privacy section .contents ol.type2 > li::before {
  content: "(" counter(list-item, lower-alpha) ")";
  position: absolute;
  left: 0;
}

body.business #privacy .title_box hr {
  background-color: #F46A00;
}
body.business #privacy h2 {
  background-color: #F7F5F2;
}

#company section .contents {
  counter-reset: h2;
}
@media screen and (max-width: 699.98px) {
  #company section .contents {
    padding: 60px 5%;
  }
}
@media screen and (min-width: 700px), print {
  #company section .contents {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 940px), print {
  #company section .contents {
    width: 840px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 699.98px) {
  #company section .contents .title_box {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 700px), print {
  #company section .contents .title_box {
    margin-bottom: 60px;
  }
}
#company section .contents .title_box h1 {
  text-align: center;
}
@media screen and (max-width: 699.98px) {
  #company section .contents .title_box h1 {
    font-size: var(--fz24);
    margin: 0;
  }
}
@media screen and (min-width: 700px), print {
  #company section .contents .title_box h1 {
    font-size: var(--fz40);
    margin: 0;
  }
}
#company section .contents .title_box h1 span {
  display: block;
}
@media screen and (max-width: 699.98px) {
  #company section .contents .title_box h1 span {
    font-size: var(--fz16);
    margin-top: 5px;
  }
}
@media screen and (min-width: 700px), print {
  #company section .contents .title_box h1 span {
    font-size: var(--fz26);
    margin-top: 10px;
  }
}
#company section .contents hr {
  border: none;
  background-color: #C45968;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 699.98px) {
  #company section .contents hr {
    height: 2px;
    width: 20px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 700px), print {
  #company section .contents hr {
    height: 3px;
    width: 40px;
    margin-top: 20px;
  }
}
#company section .contents h2 {
  background-color: rgba(244, 106, 0, 0.3);
}
@media screen and (max-width: 699.98px) {
  #company section .contents h2 {
    font-size: var(--fz14);
    padding: 14px 20px;
    line-height: 1.6;
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 700px), print {
  #company section .contents h2 {
    font-size: var(--fz24);
    padding: 20px 40px;
    margin-top: 60px;
    margin-bottom: 30px;
  }
}
#company section .contents h2::before {
  counter-increment: h2;
  content: counter(h2) ". ";
}
@media screen and (min-width: 700px), print {
  #company section .contents h2 + p {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 699.98px) {
  #company section .contents table {
    width: 100%;
  }
}
@media screen and (min-width: 700px), print {
  #company section .contents table {
    width: 760px;
    margin-left: auto;
    margin-right: auto;
    border-spacing: 0 8px;
  }
}
#company section .contents table tr {
  background-color: #F2EEEA;
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 699.98px) {
  #company section .contents table tr {
    display: block;
    margin-bottom: 12px;
  }
}
#company section .contents table tr th,
#company section .contents table tr td {
  padding: 1em 10px 1em 1em;
  border-right: 6px solid #fff;
}
@media screen and (max-width: 699.98px) {
  #company section .contents table tr th,
  #company section .contents table tr td {
    font-size: var(--fz14);
  }
}
@media screen and (min-width: 700px), print {
  #company section .contents table tr th,
  #company section .contents table tr td {
    font-size: var(--fz18);
  }
}
#company section .contents table tr th {
  background-color: #C45968;
  color: #FFFFFF;
  text-align: left;
}
@media screen and (max-width: 699.98px) {
  #company section .contents table tr th {
    display: block;
    border-right: none;
  }
}
#company section .contents table tr td {
  line-height: 1.6;
}
@media screen and (max-width: 699.98px) {
  #company section .contents table tr td {
    border-bottom: 1px solid #bbb;
    display: block;
    border-right: none;
  }
}
@media screen and (max-width: 699.98px) {
  #company section .contents table tr td:last-child {
    border-bottom: 0;
  }
}

body.business #company .title_box hr {
  background-color: #F46A00;
}
body.business #company table tr {
  background-color: #F7F5F2;
}
body.business #company table tr th {
  background-color: #F46A00;
}

#terms section .contents {
  counter-reset: h2;
}
@media screen and (max-width: 699.98px) {
  #terms section .contents {
    padding: 60px 5%;
  }
}
@media screen and (min-width: 700px), print {
  #terms section .contents {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 940px), print {
  #terms section .contents {
    width: 840px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 699.98px) {
  #terms section .contents .title_box {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 700px), print {
  #terms section .contents .title_box {
    margin-bottom: 60px;
  }
}
#terms section .contents .title_box h1 {
  text-align: center;
}
@media screen and (max-width: 699.98px) {
  #terms section .contents .title_box h1 {
    font-size: var(--fz24);
    margin: 0;
  }
}
@media screen and (min-width: 700px), print {
  #terms section .contents .title_box h1 {
    font-size: var(--fz40);
    margin: 0;
  }
}
#terms section .contents .title_box h1 span {
  display: block;
}
@media screen and (max-width: 699.98px) {
  #terms section .contents .title_box h1 span {
    font-size: var(--fz16);
    margin-top: 5px;
  }
}
@media screen and (min-width: 700px), print {
  #terms section .contents .title_box h1 span {
    font-size: var(--fz26);
    margin-top: 10px;
  }
}
#terms section .contents hr {
  border: none;
  background-color: #C45968;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 699.98px) {
  #terms section .contents hr {
    height: 2px;
    width: 20px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 700px), print {
  #terms section .contents hr {
    height: 3px;
    width: 40px;
    margin-top: 20px;
  }
}
#terms section .contents h2 {
  background-color: #F2EEEA;
}
@media screen and (max-width: 699.98px) {
  #terms section .contents h2 {
    font-size: var(--fz14);
    padding: 14px 20px;
    line-height: 1.6;
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 700px), print {
  #terms section .contents h2 {
    font-size: var(--fz24);
    padding: 20px 40px;
    margin-top: 60px;
    margin-bottom: 30px;
  }
}
#terms section .contents h2::before {
  counter-increment: h2;
  content: "第" counter(h2) "条";
  margin-right: 1em;
}
@media screen and (min-width: 700px), print {
  #terms section .contents h2 + p {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 699.98px) {
  #terms section .contents p,
  #terms section .contents li {
    font-size: var(--fz12);
    line-height: 26px;
  }
}
@media screen and (min-width: 700px), print {
  #terms section .contents p,
  #terms section .contents li {
    font-size: var(--fz16);
    line-height: 40px;
  }
}
@media screen and (max-width: 699.98px) {
  #terms section .contents ol {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
#terms section .contents ol.type1 {
  counter-reset: number;
}
@media screen and (min-width: 700px), print {
  #terms section .contents ol.type1 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
#terms section .contents ol.type1 > li {
  position: relative;
}
@media screen and (max-width: 699.98px) {
  #terms section .contents ol.type1 > li {
    padding-left: 30px;
  }
}
@media screen and (min-width: 700px), print {
  #terms section .contents ol.type1 > li {
    padding-left: 40px;
  }
}
#terms section .contents ol.type1 > li::before {
  counter-increment: number;
  content: "（" counter(number) "）";
  position: absolute;
  left: 0;
}
@media screen and (max-width: 699.98px) {
  #terms section .contents ol.type1 > li + li {
    margin-top: 10px;
  }
}
@media screen and (max-width: 699.98px) {
  #terms section .contents ol.type1.plus > li {
    padding-left: 35px;
  }
}
@media screen and (min-width: 700px), print {
  #terms section .contents ol.type1.plus > li {
    padding-left: 45px;
  }
}
#terms section .contents ol.type2 > li {
  position: relative;
}
@media screen and (max-width: 699.98px) {
  #terms section .contents ol.type2 > li {
    padding-left: 25px;
  }
}
@media screen and (min-width: 700px), print {
  #terms section .contents ol.type2 > li {
    padding-left: 30px;
  }
}
#terms section .contents ol.type2 > li::before {
  content: "(" counter(list-item, lower-alpha) ")";
  position: absolute;
  left: 0;
}

body.business #terms .title_box hr {
  background-color: #F46A00;
}
body.business #terms h2 {
  background-color: #F7F5F2;
}

/* どこでも使用可能 */
:root {
  --fz10: calc(10 / 16 * 1rem);
  --fz11: calc(11 / 16 * 1rem);
  --fz12: calc(12 / 16 * 1rem);
  --fz13: calc(13 / 16 * 1rem);
  --fz14: calc(14 / 16 * 1rem);
  --fz15: calc(15 / 16 * 1rem);
  --fz16: calc(16 / 16 * 1rem);
  --fz17: calc(17 / 16 * 1rem);
  --fz18: calc(18 / 16 * 1rem);
  --fz20: calc(20 / 16 * 1rem);
  --fz22: calc(22 / 16 * 1rem);
  --fz24: calc(24 / 16 * 1rem);
  --fz26: calc(26 / 16 * 1rem);
  --fz27: calc(27 / 16 * 1rem);
  --fz28: calc(28 / 16 * 1rem);
  --fz30: calc(30 / 16 * 1rem);
  --fz32: calc(32 / 16 * 1rem);
  --fz34: calc(34 / 16 * 1rem);
  --fz35: calc(35 / 16 * 1rem);
  --fz36: calc(36 / 16 * 1rem);
  --fz38: calc(38 / 16 * 1rem);
  --fz40: calc(40 / 16 * 1rem);
  --fz42: calc(42 / 16 * 1rem);
  --fz44: calc(42 / 16 * 1rem);
  --fz50: calc(50 / 16 * 1rem);
  --fz54: calc(54 / 16 * 1rem);
  --fz58: calc(58 / 16 * 1rem);
  --fz59: calc(59 / 16 * 1rem);
  --fz60: calc(60 / 16 * 1rem);
  --fz62: calc(62 / 16 * 1rem);
  --fz70: calc(70 / 16 * 1rem);
}

/* safari対策 */
* {
  min-height: 0vw;
  min-height: 0;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  color: #333333;
  /* 日本語の禁則処理を調整 */
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

:not(h1, h2, h3) {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
}

img {
  max-width: 100%;
  height: auto;
}

.pc {
  display: block !important;
}
@media screen and (max-width: 699.98px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 699.98px) {
  .sp {
    display: block !important;
  }
}

a {
  text-decoration: none;
  color: #666;
}
@media screen and (min-width: 940px), print {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (min-width: 700px), print {
  a:hover {
    opacity: 0.8;
  }
}
a.link {
  color: #0058FF;
  text-decoration: underline;
}
@media screen and (min-width: 700px), print {
  a.button:hover {
    -webkit-filter: brightness(1.15);
            filter: brightness(1.15);
    opacity: 1;
  }
}

ul,
ol {
  list-style: none;
}

.center {
  text-align: center;
}
/*# sourceMappingURL=style.css.map */