@charset "UTF-8";
/*
    |==============================
    |   色設定
    |==============================
*/
/*
    |==============================
    |   メディアクエリ
    |==============================
*/
/*
    |==============================
    |   その他
    |==============================
*/
/*
 |=================================
 |      基本タグ設定
 |=================================
*/
body {
  width: 100%;
  color: #595757;
  height: auto;
  position: relative;
  font-size: 16px; }

img {
  width: 100%; }

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0; }

a,
a:hover {
  text-decoration: none; }

h2, h3, h4, h5, h6 {
  margin-bottom: 0;
  padding-bottom: 0; }

/*
 |=================================
 |      共用クラス
 |=================================
*/
.flex-default {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }

.letter-spacing-clog {
  letter-spacing: -0.025em; }

.text-indent-kana {
  text-indent: -0.5em;
  display: inline-block; }

.space-05em {
  width: 0.5em; }

.text-site-color-80 {
  color: #FF7AAA !important; }

.bg-site-color-80 {
  background-color: #FF7AAA; }

.text-site-subcolor {
  color: #FFE200 !important; }

.rounded-10 {
  border-radius: 10px; }

.shadow-base {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05); }

.text-accent {
  color: #B98F40; }

.w-5em {
  width: 5em; }

.to-download {
  background-color: #FF7AAA;
  padding: 1.5rem 0; }
  @media (min-width: 992px) {
    .to-download {
      padding: 65px 0; } }

.to-download a {
  background-color: white;
  color: #FF7AAA;
  font-weight: bold;
  display: block;
  margin: 0 auto;
  padding: 1em 0; }

.to-download a:hover {
  background-color: #FFE200;
  color: #595757;
  transition: all 0.3s; }

.to-download-title {
  font-size: 3.733vw; }
  @media (min-width: 992px) {
    .to-download-title {
      font-size: 24px; } }

.to-download-btn {
  width: 77.3333%;
  font-size: 6.133vw;
  color: #FF7AAA; }
  @media (min-width: 992px) {
    .to-download-btn {
      width: 602px;
      font-size: 33px; } }

.btn-download a {
  width: 14em;
  max-width: 319px;
  font-size: 5.867vw;
  font-weight: bold;
  padding: 0.7em 0;
  background-color: white;
  margin: 0 auto;
  text-align: center;
  display: block;
  color: #FF7AAA; }
  @media (min-width: 992px) {
    .btn-download a {
      font-size: 41px;
      width: 14em;
      max-width: 580px;
      padding: 0.5em 0; } }
  .btn-download a:hover {
    background-color: #FFE200;
    color: #595757;
    transition: all 0.3s; }

.fadein {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.5s; }

.fadein.active {
  opacity: 1;
  transform: translate(0, 0); }

@keyframes delay {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.text-xxs {
  font-size: 10px; }

.text-xs {
  font-size: 12px; }

.text-m {
  font-size: 21px; }

header {
  padding: 0.7rem 3%;
  background-color: #FF5C90; }
  @media (min-width: 992px) {
    header {
      padding: 40px; } }

@media (min-width: 992px) {
  .logo-area {
    width: 70%;
    display: flex;
    align-items: baseline; } }

h1 {
  width: auto;
  margin: 0;
  padding: 0;
  font-size: 1px !important;
  line-height: 1 !important;
  text-align: left; }
  @media (min-width: 992px) {
    h1 {
      width: 22.4175%;
      max-width: 204px; } }
  h1 img {
    width: 23.7333vw;
    max-width: 98px; }
    @media (min-width: 992px) {
      h1 img {
        width: 100%;
        max-width: 204px; } }

@media (min-width: 992px) {
  .site-title {
    position: relative;
    top: 12px;
    left: 1.5rem;
    font-size: 18px;
    line-height: 1;
    color: white;
    font-weight: bold; } }

.logo_corp {
  width: 17.0667vw;
  max-width: 71px; }
  @media (min-width: 992px) {
    .logo_corp {
      width: 9.8462%;
      max-width: 9.8462%; } }

.first-view-top {
  padding: 38px 0 68px;
  color: white;
  text-align: center;
  font-weight: bold;
  background: url("../img/fv_left-top_pc.png") no-repeat left top/30.6667% auto, url("../img/fv_right-top_pc.png") no-repeat right top/30.6667% auto;
  background-color: #FF7AAA; }
  @media (min-width: 992px) {
    .first-view-top {
      padding: 96px 0 38px; } }

.fv_text_300m {
  width: 70.06%;
  margin: 0 auto;
  opacity: 0;
  animation-name: delay;
  animation-duration: 0.3s;
  animation-delay: 0.4s;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards; }
  @media (min-width: 992px) {
    .fv_text_300m {
      width: 71.6153%;
      max-width: 934px; } }

.first-view-catch {
  font-size: 9.6vw;
  opacity: 0;
  animation-name: delay;
  animation-duration: 0.3s;
  animation-delay: 0.4s;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards; }
  @media (min-width: 992px) {
    .first-view-catch {
      font-size: 1; } }

.first-view-title {
  font-size: 4.8vw;
  line-height: 1.25;
  opacity: 0;
  animation-name: delay;
  animation-duration: 0.3s;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards; }

.first-view-read {
  font-size: 9.6vw;
  line-height: 1.25;
  margin-bottom: 1.4375rem;
  opacity: 0;
  animation-name: delay;
  animation-duration: 0.3s;
  animation-delay: 0.8s;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards; }
  @media (min-width: 992px) {
    .first-view-read {
      font-size: 65px;
      line-height: 1.291;
      margin-bottom: 0.6em; } }

.first-view-subread {
  font-size: 7.467vw;
  line-height: 1.25;
  opacity: 0;
  animation-name: delay;
  animation-duration: 0.3s;
  animation-delay: 1.2s;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards; }
  @media (min-width: 992px) {
    .first-view-subread {
      font-size: 36px;
      line-height: 1; } }

.first-view-bottom {
  background: url("../img/fv_left-bottom_pc.png") no-repeat left bottom/30.6667% auto, url("../img/fv_right-bottom_pc.png") no-repeat right bottom/30.6667% auto;
  background-color: #FFE200;
  padding-bottom: 1.75rem; }
  @media (min-width: 992px) {
    .first-view-bottom {
      padding-bottom: 96px; } }

.first-view-list {
  position: relative;
  width: 100%;
  top: -2.125rem; }
  @media (min-width: 992px) {
    .first-view-list {
      position: static;
      top: 0;
      padding-top: 60px;
      width: 76.9230%;
      margin: 0 auto 60px;
      display: flex;
      justify-content: space-between; } }
  .first-view-list li {
    width: 82.4%;
    margin: 0 auto 10px;
    padding: 0.625rem 0;
    background-color: white;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
    @media (min-width: 992px) {
      .first-view-list li {
        width: 31.6%;
        flex-direction: column;
        margin: 0 auto 0; } }
    .first-view-list li p {
      width: 36.89%;
      margin-bottom: 0;
      text-align: center;
      font-size: 5.6vw;
      line-height: 1.238;
      border-right: 3px solid #FF5C90; }
      @media (min-width: 992px) {
        .first-view-list li p {
          width: 86%;
          font-size: 28px;
          border-right: none;
          border-bottom: 5px solid #FF5C90; } }
    .first-view-list li img {
      margin: 0 auto; }
      @media (min-width: 992px) {
        .first-view-list li img {
          margin: 34px auto; } }
  .first-view-list li:first-child img {
    width: 39.73%;
    max-width: 164px; }
    @media (min-width: 992px) {
      .first-view-list li:first-child img {
        width: 90%;
        max-width: 286px; } }
  .first-view-list li:nth-child(2) img {
    width: 39.73%;
    max-width: 164px; }
    @media (min-width: 992px) {
      .first-view-list li:nth-child(2) img {
        width: 284px;
        max-width: 284px; } }
  .first-view-list li:nth-child(3) {
    margin-bottom: 0; }
    .first-view-list li:nth-child(3) img {
      width: 23.7333%;
      max-width: 98px; }
      @media (min-width: 992px) {
        .first-view-list li:nth-child(3) img {
          width: 169px;
          max-width: 169px; } }

.first-view-bottom-name {
  font-size: 3.733vw;
  margin-bottom: 0.5em; }
  @media (min-width: 992px) {
    .first-view-bottom-name {
      font-size: 24px;
      margin-bottom: 14px; } }

.btn-download_white a {
  width: 14em;
  max-width: 319px;
  font-size: 5.867vw;
  font-weight: bold;
  padding: 0.7em 0;
  background-color: white;
  margin: 0 auto;
  text-align: center;
  display: block;
  color: #595757; }
  @media (min-width: 992px) {
    .btn-download_white a {
      font-size: 41px;
      width: 14em;
      max-width: 580px;
      padding: 0.5em 0; } }

.btn-download_white a:hover {
  background-color: #FF5C90;
  color: #FFE200;
  transition: all 0.3s; }

.merit {
  background: white; }
  @media (min-width: 992px) {
    .merit {
      background: url("../img/bg_pc.png") repeat;
      padding-bottom: 68px; } }

.merit-top {
  display: flex;
  width: 100%;
  background: url("../img/merit_left_sp.png") no-repeat left top/30.6667% auto, url("../img/merit_right_sp.png") no-repeat right top/30.6667% auto, url("../img/merit_mv_sp.jpg") no-repeat left top/cover; }
  @media (min-width: 992px) {
    .merit-top {
      background: url("../img/merit_left_pc.png") no-repeat left top/30.7692% auto, url("../img/merit_right_pc.png") no-repeat right top/30.7692% auto, url("../img/merit_mv_pc.jpg") no-repeat left top/cover; } }

.merit-top::before {
  content: "";
  width: 0;
  height: 0;
  padding-top: 68.8%; }
  @media (min-width: 992px) {
    .merit-top::before {
      padding-top: 48%; } }

.merit-contents {
  position: relative;
  bottom: 12.931vh;
  margin-bottom: -12.931vh;
  text-align: center; }
  @media (min-width: 992px) {
    .merit-contents {
      background-color: white;
      border-radius: 20px;
      width: 1100px;
      bottom: 32px;
      margin: 0 auto -32px;
      padding: 0; } }

.merit-title {
  position: relative;
  top: 0.2vh;
  font-size: 10.1333vw;
  text-align: center;
  line-height: 8.0049vh;
  padding: 0 7.733vw;
  min-height: 8.0049vh;
  display: inline-block;
  z-index: 5;
  background: url("../img/merit_title_left_pc.png") no-repeat left top/contain, url("../img/merit_title_right_pc.png") no-repeat right top/contain; }
  @media (min-width: 992px) {
    .merit-title {
      font-size: 90px;
      padding: 0 112px;
      line-height: 254px;
      min-height: 254px;
      margin: -32px auto 0;
      bottom: 32; } }

.merit-subtitle {
  font-size: 6.533vw;
  font-weight: bold;
  color: #FFE200; }
  @media (min-width: 992px) {
    .merit-subtitle {
      font-size: 62px; } }

.merit-list {
  width: 93.333%;
  margin: 0 auto 3.3333vw; }
  @media (min-width: 992px) {
    .merit-list {
      width: 90.909%;
      max-width: 1000px;
      position: relative;
      bottom: 10px;
      margin: -10px auto 0; } }
  .merit-list li {
    margin-bottom: 10px; }
  .merit-list li::before {
    content: "";
    width: 0;
    height: 0;
    padding-top: 25.7142%; }
    @media (min-width: 992px) {
      .merit-list li::before {
        padding-top: 16.1818%; } }
  .merit-list li:last-child {
    margin-bottom: 0; }
  .merit-list_number {
    width: 38.5542%;
    max-width: 36px;
    position: absolute;
    top: -6px;
    left: -6px; }
    @media (min-width: 992px) {
      .merit-list_number {
        width: 61.7977%;
        max-width: 110px;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%); } }

.merit_1_img {
  width: 11.467vw;
  max-width: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%); }
  @media (min-width: 992px) {
    .merit_1_img {
      top: 50%;
      left: 126%;
      transform: translateX(0) translateY(-50%);
      width: 100px;
      max-width: 100px; } }

.merit_2_img {
  width: 10.4vw;
  max-width: 43px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%); }
  @media (min-width: 992px) {
    .merit_2_img {
      top: 50%;
      left: 131%;
      transform: translateX(0) translateY(-50%);
      width: 88px;
      max-width: 88px; } }

.merit_3_img {
  width: 10.667vw;
  max-width: 44px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%); }
  @media (min-width: 992px) {
    .merit_3_img {
      top: 50%;
      left: 128%;
      transform: translateX(0) translateY(-50%);
      width: 94px;
      max-width: 94px; } }

.merit_4_img {
  width: 7.467vw;
  max-width: 31px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%); }
  @media (min-width: 992px) {
    .merit_4_img {
      top: 50%;
      left: 136%;
      transform: translateX(0) translateY(-50%);
      width: 66px;
      max-width: 66px; } }

.merit_5_img {
  width: 10.933vw;
  max-width: 46px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%); }
  @media (min-width: 992px) {
    .merit_5_img {
      top: 50%;
      left: 126%;
      transform: translateX(0) translateY(-50%);
      width: 100px;
      max-width: 100px; } }

.merit-image {
  position: relative;
  width: 23.7142%;
  background-color: #FFE200;
  border-radius: 10px 0 0 10px; }
  @media (min-width: 992px) {
    .merit-image {
      width: 16.1818%; } }

.merit-text {
  width: 83.1818%;
  background-color: #FF7AAA;
  border-radius: 0 10px 10px 0; }

.merit-detail {
  font-size: 3.733vw;
  color: white;
  font-weight: bold; }
  @media (min-width: 992px) {
    .merit-detail {
      font-size: 26px; } }

.merit-text-area {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 1rem; }
  @media (min-width: 992px) {
    .merit-text-area {
      padding-left: 188px; } }

.merit-conclusion {
  text-align: center;
  padding-bottom: 1.5em; }
  @media (min-width: 992px) {
    .merit-conclusion {
      padding-bottom: 60px; } }

.merit_arrow {
  width: 33.333vw;
  margin: 0 auto; }
  @media (min-width: 992px) {
    .merit_arrow {
      width: 240px;
      margin: 20px auto; } }

.logo_pink {
  width: 70vw;
  max-width: 323px;
  margin: 3vw auto; }
  @media (min-width: 992px) {
    .logo_pink {
      width: 54.55%;
      max-width: 600px;
      margin-bottom: 30px; } }

.merit-conclusion-name {
  font-size: 4vw;
  font-weight: bold;
  display: inline-block;
  margin: 0 auto;
  border-top: 2px solid #FF7AAA;
  border-bottom: 2px solid #FF7AAA; }
  @media (min-width: 992px) {
    .merit-conclusion-name {
      font-size: 28px;
      border-top: 4px solid #FF7AAA;
      border-bottom: 4px solid #FF7AAA; } }

.about {
  background: url("../img/merit_left_sp.png") no-repeat left top/30.6667% auto, url("../img/merit_right_sp.png") no-repeat right top/30.6667% auto;
  background: white;
  text-align: center;
  position: relative;
  padding-bottom: 3.6945vh; }
  @media (min-width: 992px) {
    .about {
      background: url("../img/bg_pc.png") repeat;
      padding: 152px 0 0; } }

.about-top {
  padding: 8.7438vh 0 2.3399vh;
  text-align: center; }
  @media (min-width: 992px) {
    .about-top {
      background-color: white;
      border-radius: 30px 30px 0 0;
      width: 84.6153%;
      max-width: 1100px;
      margin: 0 auto;
      padding: 110px 0 0; } }

.about-title {
  display: inline-block;
  margin: 0 auto 2.3399vh;
  padding: 0;
  text-align: left;
  max-width: 7em;
  font-size: 12vw;
  line-height: 1.14; }
  @media (min-width: 992px) {
    .about-title {
      font-size: 140px;
      line-height: 1.214;
      margin: 0 auto 50px; } }

.about-top-detail {
  display: inline-block;
  max-width: 78%;
  margin: 0 auto 2.8325vh;
  font-size: 3.733vw;
  line-height: 1.786;
  font-weight: bold; }
  @media (min-width: 992px) {
    .about-top-detail {
      font-size: 26px;
      line-height: 1.846; } }

.about-decoration_left,
.about-decoration_right {
  position: absolute;
  top: 0;
  width: 30.6667%;
  max-width: 253px; }
  @media (min-width: 992px) {
    .about-decoration_left,
    .about-decoration_right {
      width: 30.6667%;
      max-width: 400px; } }

.about-decoration_left {
  left: 0; }

.about-decoration_right {
  right: 0; }

.about-contents-top::before {
  content: "";
  width: 0;
  height: 0;
  padding-top: 60.5333%; }

.about-list {
  position: relative;
  background: url("../img/about_bg_sp.jpg") no-repeat left top/contain;
  padding-top: 180px; }
  @media (min-width: 992px) {
    .about-list {
      width: 998px;
      display: flex;
      justify-content: space-between;
      background: none;
      position: relative;
      top: 80px;
      margin: 0 auto -80px;
      padding-top: 0;
      z-index: 5; } }
  .about-list li {
    width: 93.333%;
    margin: 0 auto 1.2315vh;
    padding: 0.5rem 0 0.7rem; }
    @media (min-width: 992px) {
      .about-list li {
        width: 30.6613%;
        flex-wrap: wrap;
        padding: 0;
        margin: 0 auto 0; } }
  .about-list li:first-child {
    background-color: #00C5D4; }
  .about-list li:nth-child(2) {
    background-color: #FF82AF; }
  .about-list li:last-child {
    background-color: #FFF028;
    margin-bottom: 0; }

.about-list::before {
  content: "";
  width: 0;
  height: 0;
  padding-top: 50%; }
  @media (min-width: 992px) {
    .about-list::before {
      display: none; } }

.about-list-title {
  width: 27.1429%;
  font-size: 2.933vw;
  text-align: center; }
  @media (min-width: 992px) {
    .about-list-title {
      width: 100%; } }
  .about-list-title > h3 {
    font-size: 2.933vw;
    line-height: 1;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 0; }
    @media (min-width: 992px) {
      .about-list-title > h3 {
        width: 100%;
        font-size: 24px;
        top: 0;
        position: static;
        transform: translateY(0);
        margin: 0 auto;
        padding-top: 1rem; } }
    .about-list-title > h3 img {
      width: 14.4vw;
      max-width: 60px;
      margin: 0 auto; }
      @media (min-width: 992px) {
        .about-list-title > h3 img {
          width: 38.7622%;
          max-width: 119px;
          position: relative;
          left: 5px;
          margin: 20px auto 38px -5px; } }

.about-list-image {
  display: block;
  margin-top: 0.25em; }
  @media (min-width: 992px) {
    .about-list-image {
      width: 100%; } }

.about-list-text {
  text-align: left; }
  @media (min-width: 992px) {
    .about-list-text {
      width: 100%; } }
  .about-list-text > p {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 5.333vw;
    font-weight: bold;
    line-height: 1.45; }
    @media (min-width: 992px) {
      .about-list-text > p {
        position: static;
        top: 0;
        transform: translateY(0);
        font-size: 30px;
        line-height: 1.667;
        text-align: center; } }

.about-image {
  width: 93.333%;
  margin: 0 auto; }
  @media (min-width: 992px) {
    .about-image {
      width: 100%;
      z-index: 2;
      background: url("../img/about_bg_pc.jpg") no-repeat left top/cover; } }

@media (min-width: 992px) {
  .about-image::before {
    content: "";
    width: 0;
    height: 0;
    padding-top: 86.3076%; } }

@media (min-width: 992px) {
  .about-image-inner {
    width: 76.923%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 198px 0 124px; } }

.welfare {
  background: url("../img/welfare_left_sp.png") no-repeat left top/30.6667% auto, url("../img/welfare_right_sp.png") no-repeat right top/30.6667% auto;
  background: white;
  text-align: center;
  position: relative; }
  @media (min-width: 992px) {
    .welfare {
      background: url("../img/bg_pc.png") repeat;
      padding: 93px 0 68px; } }

.welfare-decoration_left,
.welfare-decoration_right {
  position: absolute;
  top: 0;
  width: 30.6667%;
  max-width: 400px;
  z-index: 3; }

.welfare-decoration_left {
  left: 0; }

.welfare-decoration_right {
  right: 0; }

.welfare-top {
  padding: 0 0 2.3399vh;
  text-align: center; }
  @media (min-width: 992px) {
    .welfare-top {
      position: relative;
      padding: 159px 0 68px;
      background-color: white;
      width: 84.6153%;
      max-width: 1100px;
      margin: 0 auto;
      border-radius: 30px 30px 0 0;
      z-index: 0; } }

.welfare_icon_1 {
  width: 11.2vw;
  margin: 0 auto;
  padding: 3.9409vh 0 2.5862vh; }
  @media (min-width: 992px) {
    .welfare_icon_1 {
      width: 11.23%;
      max-width: 146px;
      margin: 0 auto 68px;
      padding: 0;
      position: absolute;
      top: 68px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 2; } }

.welfare-title {
  display: inline-block;
  margin: 0 auto 1.9704vh;
  padding: 0;
  text-align: left;
  max-width: 7em;
  font-size: 8.8vw;
  font-weight: bold; }
  @media (min-width: 992px) {
    .welfare-title {
      font-size: 90px;
      margin-bottom: 80px;
      padding-bottom: 0; } }

.welfare-sub-title {
  font-size: 4.267vw; }
  @media (min-width: 992px) {
    .welfare-sub-title {
      font-size: 40px; } }

.welfare-title-image {
  width: 82.933vw;
  margin: 0 auto; }
  @media (min-width: 992px) {
    .welfare-title-image {
      width: 76.923%;
      max-width: 1000px; } }

.welfare-contents {
  text-align: center;
  background-color: white; }
  @media (min-width: 992px) {
    .welfare-contents {
      width: 84.6153%;
      max-width: 1100px;
      margin: 0 auto; } }

.welfare-contents-title {
  display: inline-block;
  width: 12em;
  margin: 0 auto 3.0788vh;
  font-size: 4.267vw;
  line-height: 2.1333;
  text-align: center;
  border-top: 2px solid #595757;
  border-bottom: 2px solid #595757; }
  @media (min-width: 992px) {
    .welfare-contents-title {
      font-size: 35px;
      line-height: 1.6;
      font-weight: bold;
      border-top: 3px solid #595757;
      border-bottom: 3px solid #595757;
      margin: 0 auto 46px; } }

.welfare-figure {
  width: 93.3333%;
  margin: 0 auto; }
  @media (min-width: 992px) {
    .welfare-figure {
      width: 70.3077%;
      max-width: 914px;
      margin-bottom: 15px; } }
  .welfare-figure > figcaption {
    font-size: 2.667vw; }
    @media (min-width: 992px) {
      .welfare-figure > figcaption {
        font-size: 16px;
        margin-bottom: 66px; } }

.welfare-contents-deicription {
  font-size: 6.4vw;
  line-height: 1.5;
  font-weight: bold; }
  @media (min-width: 992px) {
    .welfare-contents-deicription {
      font-size: 63px;
      line-height: 1.429; } }

.welfare-illustrated {
  width: 75.4667%;
  margin: 0 auto;
  position: relative; }
  @media (min-width: 992px) {
    .welfare-illustrated {
      width: 63.8461%;
      max-width: 1000px; } }

.welfare_arrow_1 {
  width: 33.3333%;
  max-width: 138px;
  margin: 0 auto; }
  @media (min-width: 992px) {
    .welfare_arrow_1 {
      width: 23.0769%;
      max-width: 300px; } }

.welfare_arrow_2 {
  width: 33.3333%;
  max-width: 138px;
  margin: 0 auto;
  padding-top: 12vh; }
  @media (min-width: 992px) {
    .welfare_arrow_2 {
      width: 23.0769%;
      max-width: 300px;
      padding-top: 93px; } }

.welfare_arrow_3 {
  width: 32.8vw;
  max-width: 136px;
  margin: 0 auto; }
  @media (min-width: 992px) {
    .welfare_arrow_3 {
      width: 22.1818%;
      max-width: 244px;
      margin: 30px auto 0;
      padding-bottom: 60px; } }

.welfare_icon_2,
.welfare_icon_3 {
  width: 16.8vw;
  max-width: 70px;
  margin: 0 auto; }
  @media (min-width: 992px) {
    .welfare_icon_2,
    .welfare_icon_3 {
      width: 162px;
      max-width: 162px; } }

@media (min-width: 992px) {
  .welfare_icon_2 {
    position: relative;
    left: 10px; } }

@media (min-width: 992px) {
  .welfare_icon_3 {
    position: relative;
    left: 5px; } }

.welfare_icon_4 {
  width: 10.4vw;
  max-width: 38px;
  position: relative;
  top: 8vh;
  padding: 0; }
  @media (min-width: 992px) {
    .welfare_icon_4 {
      width: 110px;
      max-width: 110px;
      top: 160px;
      margin: 0 60px;
      padding: 0; } }

.welfare-conclusion_title {
  font-size: 5.333vw;
  line-height: 1.25;
  font-weight: bold; }
  @media (min-width: 992px) {
    .welfare-conclusion_title {
      font-size: 50px;
      margin-bottom: 0.5em; } }

.welfare-conclusion_title_annotation {
  font-size: 2.667vw; }
  @media (min-width: 992px) {
    .welfare-conclusion_title_annotation {
      font-size: 25px; } }

.welfare-conclusion {
  font-size: 6.4vw;
  line-height: 1.6667;
  font-weight: bold; }
  @media (min-width: 992px) {
    .welfare-conclusion {
      font-size: 63px;
      line-height: 1.6507; } }

.welfare-case {
  display: flex;
  width: 100%;
  position: relative;
  background: url("../img/welfare_bg2_sp.jpg") no-repeat left top/cover; }
  @media (min-width: 992px) {
    .welfare-case {
      background: url("../img/welfare_bg2_pc.jpg") no-repeat left top/cover; } }

.welfare-case::before {
  content: "";
  width: 0;
  height: 0;
  padding-top: 54.1333%; }
  @media (min-width: 992px) {
    .welfare-case::before {
      padding-top: 48.1538%; } }

.welfare_bubble_1,
.welfare_bubble_2,
.welfare_bubble_3 {
  position: absolute; }

.welfare_bubble_1 {
  width: 38.4vw;
  max-width: 159px;
  top: -2vh;
  left: 0.6rem;
  transition-duration: 0.6s;
  transition-delay: 0.2s; }
  @media (min-width: 992px) {
    .welfare_bubble_1 {
      width: 31.5384%;
      max-width: 410px;
      top: -102px;
      left: 7.8461%; } }

.welfare_bubble_2 {
  width: 41.333vw;
  max-width: 171px;
  top: -6vh;
  right: 0.6rem;
  transition-duration: 0.6s;
  transition-delay: 0.7s; }
  @media (min-width: 992px) {
    .welfare_bubble_2 {
      width: 31.5384%;
      max-width: 410px;
      top: -198px;
      right: 7.8461%; } }

.welfare_bubble_3 {
  width: 36vw;
  max-width: 149px;
  bottom: -40%;
  left: 50%;
  transition-duration: 0.6s;
  transition-delay: 0.7s;
  transform: translateY(0) translateX(-50%) !important; }
  @media (min-width: 992px) {
    .welfare_bubble_3 {
      width: 27.4615%;
      max-width: 357px;
      bottom: -92px;
      left: 50%;
      transform: translateY(0) translateX(-50%) !important; } }

.welfare-contents-bottom {
  background-color: white;
  padding-bottom: 3.6945vh; }
  @media (min-width: 992px) {
    .welfare-contents-bottom {
      width: 84.6153%;
      margin: 0 auto;
      padding-bottom: 60px;
      border-radius: 0 0 30px 30px; } }

.case {
  background: white;
  background: url("../img/case_left_sp.png") no-repeat left top/30.6667% auto, url("../img/case_right_sp.png") no-repeat right top/30.6667% auto;
  text-align: center;
  position: relative; }
  @media (min-width: 992px) {
    .case {
      background: url("../img/bg_pc.png") repeat;
      padding: 93px 0 0; } }

.case-top {
  padding: 0 0 2.3399vh;
  text-align: center; }
  @media (min-width: 992px) {
    .case-top {
      position: relative;
      padding: 159px 0 48px;
      background-color: white;
      width: 84.6153%;
      max-width: 1100px;
      margin: 0 auto;
      border-radius: 30px 30px 0 0;
      z-index: 0; } }

.case-title {
  display: inline-block;
  margin: 2.5862vh auto;
  padding: 0;
  text-align: left;
  max-width: 7em;
  font-size: 8.8vw; }
  @media (min-width: 992px) {
    .case-title {
      font-size: 90px;
      padding: 0;
      margin: 0 auto 1.9704vh; } }

.case-top-discription {
  font-size: 3.733vw;
  font-weight: bold; }
  @media (min-width: 992px) {
    .case-top-discription {
      font-size: 32px;
      line-height: 1.6875; } }

.case-top-discription-annotation {
  font-size: 2.667vw;
  margin-top: 0.5em; }
  @media (min-width: 992px) {
    .case-top-discription-annotation {
      font-size: 22px;
      line-height: 1; } }

.case-sub-title {
  font-size: 4.267vw; }

.case-title-image {
  width: 82.933vw; }

.case-decoration_left,
.case-decoration_right {
  display: none; }
  @media (min-width: 992px) {
    .case-decoration_left,
    .case-decoration_right {
      display: inline-block;
      position: absolute;
      top: 0;
      width: 30.6667%;
      max-width: 400px;
      z-index: 3; } }

@media (min-width: 992px) {
  .case-decoration_left {
    left: 0; } }

@media (min-width: 992px) {
  .case-decoration_right {
    right: 0; } }

.case-contents {
  background: url("../img/case_bg_sp.jpg") no-repeat left top/contain;
  text-align: center; }
  @media (min-width: 992px) {
    .case-contents {
      background: url("../img/case_bg_pc.jpg") no-repeat left top/contain; } }

.case_icon {
  width: 11.2vw;
  margin: 0 auto;
  padding-top: 3.9409vh; }
  @media (min-width: 992px) {
    .case_icon {
      width: 7.3846%;
      max-width: 96px;
      margin: 0 auto 0;
      padding-top: 0;
      position: absolute;
      top: 79px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 2; } }

.case_icon_2 {
  width: 29.333vw;
  max-width: 121px;
  margin: 0 auto;
  padding: 1.1rem 0 0.625rem; }
  @media (min-width: 992px) {
    .case_icon_2 {
      width: 24.3076%;
      max-width: 316px;
      padding: 57px 0 34px; } }

.icon_x {
  width: 11.2vw;
  max-width: 47px;
  margin: 0 auto 1rem; }
  @media (min-width: 992px) {
    .icon_x {
      width: 9.3846%;
      max-width: 122px;
      margin: 0 auto 82px; } }

.case-list {
  width: 93.333%;
  margin: 0 auto; }
  @media (min-width: 992px) {
    .case-list {
      width: 90.909%;
      max-width: 1000px;
      margin: 0 auto;
      position: relative;
      bottom: 30px;
      border: 2px solid #595757;
      border-radius: 20px; } }
  .case-list li {
    display: flex;
    align-items: center;
    width: 49.1429%;
    border-radius: 8px;
    border: 2px solid #595757;
    margin-bottom: 0.4rem;
    padding: 0.6rem 0; }
    @media (min-width: 992px) {
      .case-list li {
        width: 25%;
        margin-bottom: 0;
        flex-direction: column;
        padding: 54px 0 30px;
        border-right: 1px dashed #595757;
        border-top: 1px dashed #595757;
        border-left: none;
        border-bottom: none;
        border-radius: 0;
        position: relative; } }

@media (min-width: 992px) {
  .case-list li:nth-child(4n) {
    border-right: none; } }

.case-list li:first-child {
  background-color: white; }
  @media (min-width: 992px) {
    .case-list li:first-child {
      border-radius: 20px 0 0 0;
      border-top: none; } }

.case-list li:nth-child(2),
.case-list li:nth-child(3) {
  background-color: white; }
  @media (min-width: 992px) {
    .case-list li:nth-child(2),
    .case-list li:nth-child(3) {
      border-top: none; } }

@media (min-width: 992px) {
  .case-list li:nth-child(4) {
    background-color: white;
    border-radius: 0 20px 0 0;
    border-top: none; } }

.case-list-item {
  font-size: 3.2vw;
  font-weight: bold; }
  @media (min-width: 992px) {
    .case-list-item {
      width: 100%;
      font-size: 20px;
      position: absolute;
      bottom: 1rem;
      left: 50%;
      transform: translateX(-50%) translateY(0); } }

@media (min-width: 992px) {
  .case-list-wrap {
    width: 84.6153%;
    background-color: white;
    margin: 0 auto; } }

.case_icon-area {
  width: 34.3023%; }
  @media (min-width: 992px) {
    .case_icon-area {
      width: 62.4%;
      margin: 0 auto 38px; } }

.case_icon-area::before {
  content: "";
  width: 0;
  height: 0;
  padding-top: 100%; }

.case_icon_001 {
  width: 8.533vw;
  max-width: 36px; }
  @media (min-width: 992px) {
    .case_icon_001 {
      width: 66.6666%;
      max-width: 104px;
      position: relative;
      top: 5px; } }

.case_icon_002 {
  width: 7.2vw;
  max-width: 30px; }
  @media (min-width: 992px) {
    .case_icon_002 {
      width: 53.8461%;
      max-width: 84px;
      position: relative;
      bottom: 5px; } }

.case_icon_003 {
  width: 8.2667vw;
  max-width: 35px; }
  @media (min-width: 992px) {
    .case_icon_003 {
      width: 62.82%;
      max-width: 98px;
      position: relative;
      top: 3px; } }

.case_icon_004 {
  width: 6.667vw;
  max-width: 28px; }
  @media (min-width: 992px) {
    .case_icon_004 {
      width: 51.282%;
      max-width: 80px;
      position: relative;
      bottom: 12px; } }

.case_icon_005 {
  width: 6.667vw;
  max-width: 28px; }
  @media (min-width: 992px) {
    .case_icon_005 {
      width: 51.282%;
      max-width: 80px;
      position: relative;
      bottom: 5px; } }

.case_icon_006 {
  width: 7.2vw;
  max-width: 30px; }
  @media (min-width: 992px) {
    .case_icon_006 {
      width: 55.1282%;
      max-width: 86px;
      position: relative;
      bottom: 5px; } }

.case_icon_007 {
  width: 6.133vw;
  max-width: 26px; }
  @media (min-width: 992px) {
    .case_icon_007 {
      width: 44.8717%;
      max-width: 70px; } }

.case_icon_008 {
  width: 9.067vw;
  max-width: 38px; }
  @media (min-width: 992px) {
    .case_icon_008 {
      width: 69.2307%;
      max-width: 108px; } }

.case_icon_009 {
  width: 7.733vw;
  max-width: 32px; }
  @media (min-width: 992px) {
    .case_icon_009 {
      width: 58.9743%;
      max-width: 92px; } }

.case_icon_010 {
  width: 6.4vw;
  max-width: 27px; }
  @media (min-width: 992px) {
    .case_icon_010 {
      width: 50%;
      max-width: 78px;
      position: relative;
      bottom: 6px; } }

.case_icon_011 {
  width: 6.933vw;
  max-width: 29px; }
  @media (min-width: 992px) {
    .case_icon_011 {
      width: 53.8461%;
      max-width: 84px;
      position: relative;
      top: 5px; } }

.case_icon_012 {
  width: 3.467vw;
  max-width: 15px; }
  @media (min-width: 992px) {
    .case_icon_012 {
      width: 26.923%;
      max-width: 42px;
      position: relative;
      bottom: 15px; } }

.case_icon_013 {
  width: 9.867vw;
  max-width: 41px; }
  @media (min-width: 992px) {
    .case_icon_013 {
      width: 75.641%;
      max-width: 118px; } }

.case_icon_014 {
  width: 8.533vw;
  max-width: 36px; }
  @media (min-width: 992px) {
    .case_icon_014 {
      width: 66.6666%;
      max-width: 104px; } }

.case_icon_015 {
  width: 7.733vw;
  max-width: 32px; }
  @media (min-width: 992px) {
    .case_icon_015 {
      width: 66.6666%;
      max-width: 90px;
      position: relative;
      top: 5px; } }

.case_icon_016 {
  width: 6.4vw;
  max-width: 27px; }
  @media (min-width: 992px) {
    .case_icon_016 {
      width: 47.4358%;
      max-width: 74px; } }

.case_icon_017 {
  width: 8.533vw;
  max-width: 36px; }
  @media (min-width: 992px) {
    .case_icon_017 {
      width: 66.6666%;
      max-width: 104px; } }

.case_icon_018 {
  width: 5.6vw;
  max-width: 24px; }
  @media (min-width: 992px) {
    .case_icon_018 {
      width: 43.5897%;
      max-width: 68px; } }

.case_icon_019 {
  width: 9.067vw;
  max-width: 38px; }
  @media (min-width: 992px) {
    .case_icon_019 {
      width: 69.2307%;
      max-width: 108px;
      position: relative;
      bottom: 13px; } }

.case_icon_020 {
  width: 13.067vw;
  max-width: 54px; }
  @media (min-width: 992px) {
    .case_icon_020 {
      width: 100%;
      max-width: 156px; } }

.case-list-text {
  font-size: 3.733vw;
  margin: 1.5em auto;
  font-weight: bold; }
  @media (min-width: 992px) {
    .case-list-text {
      font-size: 32px;
      margin: 65px auto; } }

.case-list-other {
  border: 2px solid #595757;
  border-radius: 8px;
  width: 93.333%;
  margin: 0 auto; }
  .case-list-other li {
    width: 33.3333%;
    font-size: 3.2vw;
    font-weight: bold;
    padding: 0.8em 0; }
    @media (min-width: 992px) {
      .case-list-other li {
        font-size: 20px; } }
  .case-list-other li:nth-child(1),
  .case-list-other li:nth-child(2),
  .case-list-other li:nth-child(4),
  .case-list-other li:nth-child(5) {
    border-right: 2px solid #595757;
    border-bottom: 2px solid #595757; }
  .case-list-other li:nth-child(3),
  .case-list-other li:nth-child(6) {
    border-bottom: 2px solid #595757; }
  .case-list-other li:nth-child(7),
  .case-list-other li:nth-child(8) {
    border-right: 2px solid #595757; }

.case-contact {
  font-size: 6.667vw;
  line-height: 1.53;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 6.0345vh; }
  @media (min-width: 992px) {
    .case-contact {
      font-size: 60px;
      line-height: 1.5333;
      margin-bottom: 0;
      padding-bottom: 95px; } }

.merchant {
  background: white;
  text-align: center;
  position: relative; }
  @media (min-width: 992px) {
    .merchant {
      background: url("../img/bg_pc.png") repeat;
      padding-bottom: 68px; } }

.merchant-top {
  display: flex;
  width: 100%;
  background: url("../img/merchant_left_sp.png") no-repeat left top/30.6667% auto, url("../img/merchant_right_sp.png") no-repeat right top/30.6667% auto, url("../img/merchant_bg_sp.jpg") no-repeat left top/cover; }
  @media (min-width: 992px) {
    .merchant-top {
      background: url("../img/merchant_left_pc.png") no-repeat left top/30.7692% auto, url("../img/merchant_right_pc.png") no-repeat right top/30.7692% auto, url("../img/merchant_bg_pc.jpg") no-repeat left top/cover; } }

.merchant-top::before {
  content: "";
  width: 0;
  height: 0;
  padding-top: 47.1999%; }
  @media (min-width: 992px) {
    .merchant-top::before {
      padding-top: 47.3846%; } }

.merchant-contents {
  position: relative;
  bottom: 1.5vh;
  margin-bottom: -1.5vh; }
  @media (min-width: 992px) {
    .merchant-contents {
      background-color: white;
      top: 75px;
      bottom: 0;
      width: 84.6153%;
      margin: 0 auto 0;
      margin-bottom: 75px;
      padding-bottom: 60px;
      border-radius: 20px; } }

.merchant_icon {
  width: 8.8vw;
  max-width: 37px;
  margin: 0 auto 2.8325vh; }
  @media (min-width: 992px) {
    .merchant_icon {
      width: 8.5454%;
      max-width: 96px;
      position: relative;
      bottom: 20px;
      margin: 0 auto -20px; } }

.merchant-title {
  font-size: 8.8vw;
  margin-bottom: 3.4483vh;
  padding: 0; }
  @media (min-width: 992px) {
    .merchant-title {
      font-size: 90px;
      line-height: 1;
      margin: 75px auto; } }

.merchant-list {
  width: 93.333%;
  margin: 0 auto; }
  @media (min-width: 992px) {
    .merchant-list {
      width: 90.909%;
      max-width: 1000px; } }
  .merchant-list li {
    margin-bottom: 6.1576vh; }

.merchant-list-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.merchant-subtitle {
  background-color: #FFE200;
  font-size: 3.733vw;
  text-align: center;
  font-weight: bold;
  padding: 0.5em 0;
  margin-bottom: 3.9409vh; }
  @media (min-width: 992px) {
    .merchant-subtitle {
      font-size: 28px;
      padding: 0.5em 0; } }

.merchant-outline,
.merchant-work_sp {
  margin-bottom: 3.9409vh; }

.merchant-work_sp {
  width: 100%;
  text-align: left; }

.merchant-company {
  margin-bottom: 3.9409vh; }
  @media (min-width: 992px) {
    .merchant-company {
      margin-bottom: 2rem; } }

.merchant-center {
  width: 70%;
  text-align: left; }
  @media (min-width: 992px) {
    .merchant-center {
      width: 46.6%; } }

.merchant_img {
  width: 26.1972%; }
  @media (min-width: 992px) {
    .merchant_img {
      width: 18.4%;
      max-width: 184px;
      margin-right: 2.0625rem; } }

@media (min-width: 992px) {
  .merchant-work-text,
  .merchant-company {
    font-size: 20px;
    line-height: 1.8; } }

.merchant-definition {
  width: 100%; }
  @media (min-width: 992px) {
    .merchant-definition {
      width: 28.2%; } }
  .merchant-definition dt {
    float: left; }
  .merchant-definition dd {
    text-align: right; }

.merchant-definition dt,
.merchant-definition dd {
  font-size: 3.467vw;
  line-height: 2.4;
  border-bottom: 1px solid #BEBEBE;
  margin: 0; }
  @media (min-width: 992px) {
    .merchant-definition dt,
    .merchant-definition dd {
      font-size: 20px;
      line-height: 1.8; } }

.why {
  background: url("../img/why_left_sp.png") no-repeat left top/30.6667% auto, url("../img/why_right_sp.png") no-repeat right top/30.6667% auto;
  background: white;
  text-align: center;
  position: relative; }
  @media (min-width: 992px) {
    .why {
      background: url("../img/bg_pc.png") repeat;
      padding-bottom: 97px; } }

.why-top {
  display: flex;
  width: 100%;
  background: url("../img/why_left_sp.png") no-repeat left top/30.6667% auto, url("../img/why_right_sp.png") no-repeat right top/30.6667% auto, url("../img/why_bg_sp.jpg") no-repeat left top/cover; }
  @media (min-width: 992px) {
    .why-top {
      background: url("../img/why_left_pc.png") no-repeat left top/30.7692% auto, url("../img/why_right_pc.png") no-repeat right top/30.7692% auto, url("../img/why_bg_pc.jpg") no-repeat left top/cover; } }

.why-top::before {
  content: "";
  width: 0;
  height: 0;
  padding-top: 47.1999%; }
  @media (min-width: 992px) {
    .why-top::before {
      padding-top: 48.1538%; } }

.why-contents {
  position: relative;
  bottom: 1.5vh;
  margin-bottom: -1.5vh; }
  @media (min-width: 992px) {
    .why-contents {
      background-color: white;
      top: 75px;
      bottom: 0;
      width: 84.6153%;
      margin: 0 auto 0;
      margin-bottom: 75px;
      padding-bottom: 60px;
      border-radius: 20px; } }

.why_icon {
  width: 8.8vw;
  max-width: 37px;
  margin: 0 auto 2vh; }
  @media (min-width: 992px) {
    .why_icon {
      width: 90.909%;
      max-width: 100px;
      position: relative;
      bottom: 20px;
      margin-bottom: -20px; } }

.why-title {
  font-size: 12vw;
  line-height: 1.1444;
  margin-bottom: 2.9557vh;
  padding: 0; }
  @media (min-width: 992px) {
    .why-title {
      font-size: 140px;
      line-height: 1.2142;
      margin: 68px auto; } }

.why-text {
  font-size: 3.733vw;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.5em; }
  @media (min-width: 992px) {
    .why-text {
      font-size: 38px;
      line-height: 1.8421;
      margin: 68px auto; } }

.why_img {
  width: 93.333%;
  margin: 0 auto 3.4483vh; }
  @media (min-width: 992px) {
    .why_img {
      width: 76%;
      max-width: 836px; } }

.flow {
  background: url("../img/why_left_sp.png") no-repeat left top/30.6667% auto, url("../img/why_right_sp.png") no-repeat right top/30.6667% auto;
  background: white;
  text-align: center;
  position: relative;
  padding-bottom: 4.9261vh; }
  @media (min-width: 992px) {
    .flow {
      background: url("../img/bg_pc.png") repeat;
      padding-bottom: 97px; } }

.flow-top {
  display: flex;
  width: 100%;
  background: url("../img/flow_left_sp.png") no-repeat left top/30.6667% auto, url("../img/flow_right_sp.png") no-repeat right top/30.6667% auto, url("../img/flow_bg_sp.jpg") no-repeat left top/cover; }
  @media (min-width: 992px) {
    .flow-top {
      background: url("../img/flow_left_pc.png") no-repeat left top/30.7692% auto, url("../img/flow_right_pc.png") no-repeat right top/30.7692% auto, url("../img/flow_bg_pc.jpg") no-repeat left top/cover; } }

.flow-top::before {
  content: "";
  width: 0;
  height: 0;
  padding-top: 47.1999%; }

.flow-contents {
  position: relative;
  bottom: 1.5vh;
  margin-bottom: -1.5vh; }
  @media (min-width: 992px) {
    .flow-contents {
      background-color: white;
      top: 75px;
      bottom: 0;
      width: 84.6153%;
      margin: 0 auto 0;
      margin-bottom: 75px;
      padding-bottom: 60px;
      border-radius: 20px; } }

.flow_icon {
  width: 8.267vw;
  max-width: 35px;
  margin: 0 auto 2vh; }
  @media (min-width: 992px) {
    .flow_icon {
      width: 8.1818%;
      max-width: 90px;
      position: relative;
      bottom: 32px;
      margin-bottom: -32px; } }

.flow-title {
  font-size: 8.8vw;
  margin-bottom: 2.9557vh;
  padding: 0; }
  @media (min-width: 992px) {
    .flow-title {
      font-size: 90px;
      line-height: 1;
      margin: 68px auto; } }

.flow-list {
  width: 93.333%;
  margin: 0 auto; }
  .flow-list li {
    margin-bottom: 1.25rem; }

.flow_step {
  width: 14%;
  text-align: center;
  background-color: #FFE200; }
  @media (min-width: 992px) {
    .flow_step {
      width: 14.4%; } }
  .flow_step_inner {
    width: 100%;
    padding-top: 100%;
    position: relative; }
    .flow_step_inner img {
      width: 4.8vw;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%); }
      @media (min-width: 992px) {
        .flow_step_inner img {
          width: 58.3333%; } }

.flow_subtitle-area {
  width: 86%;
  color: white;
  background-color: #FF7AAA; }
  @media (min-width: 992px) {
    .flow_subtitle-area {
      width: 85.6%; } }

.flow_subtitle {
  width: 100%;
  display: inline-block;
  position: relative;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 3.733vw;
  font-weight: bold;
  padding-left: 1em;
  text-align: left; }
  @media (min-width: 992px) {
    .flow_subtitle {
      text-align: left;
      font-size: 26px; } }

.flow_step_01 {
  width: 10.4vw;
  max-width: 43px;
  position: absolute;
  right: 8.9333vw;
  bottom: 0; }
  @media (min-width: 992px) {
    .flow_step_01 {
      width: 13.0925%;
      max-width: 116px;
      right: 8.9333%; } }

.flow_step_02 {
  width: 14.4vw;
  max-width: 60px;
  position: absolute;
  right: 6.9333vw;
  bottom: 0; }
  @media (min-width: 992px) {
    .flow_step_02 {
      width: 16.4785%;
      max-width: 146px;
      right: 8%; } }

.flow_step_03 {
  width: 14.9333vw;
  max-width: 62px;
  position: absolute;
  right: 6.6667vw;
  bottom: 0; }
  @media (min-width: 992px) {
    .flow_step_03 {
      width: 18.5101%;
      max-width: 164px;
      right: 7%; } }

.flow_step_04 {
  width: 16.5333vw;
  max-width: 64px;
  position: absolute;
  right: 5.8667vw;
  bottom: 0; }
  @media (min-width: 992px) {
    .flow_step_04 {
      width: 20.5417%;
      max-width: 182px;
      right: 4%; } }

.flow_step_05 {
  width: 22.4vw;
  max-width: 93px;
  position: absolute;
  right: 2.9333vw;
  bottom: 0; }
  @media (min-width: 992px) {
    .flow_step_05 {
      width: 27.7652%;
      max-width: 246px;
      right: 2%; } }

.flow_step_06 {
  width: 11.2vw;
  max-width: 47px;
  position: absolute;
  right: 8.5333vw;
  bottom: 0; }
  @media (min-width: 992px) {
    .flow_step_06 {
      width: 13.9954%;
      max-width: 124px;
      right: 8%; } }

.faq {
  background: white;
  text-align: center;
  position: relative; }
  @media (min-width: 992px) {
    .faq {
      background: url("../img/bg_pc.png") repeat;
      padding-bottom: 97px; } }

@media (min-width: 992px) {
  .faq-contents {
    width: 84.6153%;
    margin: 0 auto;
    padding-bottom: 104px;
    background-color: white;
    text-align: left; } }

.faq_icon {
  width: 11.733vw;
  max-width: 44px;
  margin: 0 auto 2.2167vh; }
  @media (min-width: 992px) {
    .faq_icon {
      width: 11.3636%;
      max-width: 125px;
      position: relative;
      bottom: 12px;
      margin-bottom: -12px; } }

.faq-title {
  font-size: 9.067vw;
  padding: 0;
  margin: 0 auto 2.9557vh; }
  @media (min-width: 992px) {
    .faq-title {
      font-size: 90px;
      line-height: 1;
      margin: 56px auto 78px; } }

.faq-list {
  width: 93.333%;
  margin: 0 auto 3.125rem; }
  .faq-list dt {
    margin-bottom: 0.6rem;
    padding-top: 1rem;
    min-height: 3rem;
    font-size: 3.3333vw;
    color: #FF7AAA;
    font-weight: bold;
    line-height: 1.76;
    background: url("../img/icon_q_sp.png") no-repeat left 1rem/7.1428% auto; }
    @media (min-width: 992px) {
      .faq-list dt {
        background: url("../img/icon_q_pc.png") no-repeat left 1rem/4.8% auto;
        font-size: 24px;
        padding: 1rem 0; } }
  .faq-list dd {
    padding-bottom: 1rem;
    font-size: 3.3333vw;
    line-height: 1.76;
    border-bottom: 1px solid #A0A0A0;
    background: url("../img/icon_a_sp.png") no-repeat left top/7.1428% auto; }
    @media (min-width: 992px) {
      .faq-list dd {
        background: url("../img/icon_a_pc.png") no-repeat left top/4.8% auto;
        font-size: 20px;
        line-height: 1.95;
        min-height: 5.9em; } }
  .faq-list dd:last-child {
    border-bottom: none; }

.faq-list dt,
.faq-list dd {
  padding-left: 12.1428%;
  text-align: left; }
  @media (min-width: 992px) {
    .faq-list dt,
    .faq-list dd {
      padding-left: 7%; } }

footer {
  background-color: #FF82AF;
  padding: 1.8125rem 0 1.40625rem;
  text-align: center;
  color: white; }
  @media (min-width: 992px) {
    footer {
      padding: 69px 0 30px; } }

@media (min-width: 992px) {
  .footer-inner {
    width: 84.6153%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: stretch; } }

@media (min-width: 992px) {
  .footer-left {
    width: 33%; } }

@media (min-width: 992px) {
  .footer-center {
    width: auto;
    padding: 0 5%;
    text-align: left; } }

@media (min-width: 992px) {
  .footer-right {
    width: auto;
    padding-left: 5%;
    border-left: 3px solid white; } }

.footer-logo {
  width: 65vw;
  max-width: 278px;
  margin: 0 auto 1em; }
  @media (min-width: 992px) {
    .footer-logo {
      width: 100%;
      max-width: 320px;
      margin: 0 auto 18px; } }

.footer-title {
  font-size: 4vw;
  font-weight: bold;
  line-height: 1.9;
  display: inline-block;
  margin: 0 auto 0.8rem;
  padding: 0 0.5em;
  border-top: 2px solid white;
  border-bottom: 2px solid white; }
  @media (min-width: 992px) {
    .footer-title {
      width: 100%;
      font-size: 18px;
      padding: 0.55em 0;
      line-height: 1;
      text-align: center;
      white-space: nowrap; } }

address {
  font-size: 5.067vw;
  line-height: 1.4;
  font-weight: bold;
  display: block; }
  @media (min-width: 992px) {
    address {
      font-size: 32px;
      line-height: 1;
      white-space: nowrap; } }
  address span {
    font-size: 2.667vw;
    display: block; }
    @media (min-width: 992px) {
      address span {
        font-size: 12px;
        line-height: 1;
        margin-top: 16px; } }

.footer-btn a {
  display: inline-block;
  margin: 1.5rem auto;
  padding: 1em;
  background-color: white;
  color: #FF7AAA;
  font-weight: bold; }
  @media (min-width: 992px) {
    .footer-btn a {
      font-size: 20px;
      line-height: 1;
      white-space: nowrap; } }
  .footer-btn a:hover {
    background-color: #FFE200;
    color: #595757; }

.footer-corp-logo {
  width: 24vw;
  max-width: 92px;
  margin: 0 auto 0.5rem; }
  @media (min-width: 992px) {
    .footer-corp-logo {
      width: 100%;
      max-width: 154px;
      margin: 0 0 18px; } }

.company-address {
  font-size: 2.667vw;
  line-height: 1.7;
  font-weight: bold;
  margin-bottom: 1.40625rem; }
  @media (min-width: 992px) {
    .company-address {
      font-size: 12px;
      line-height: 1.8333;
      text-align: left; } }

small {
  font-size: 2vw;
  font-weight: bold;
  line-height: 1; }
  @media (min-width: 992px) {
    small {
      font-size: 12px; } }

.form {
  background: white;
  background: url("../img/case_left_sp.png") no-repeat left top/30.6667% auto, url("../img/case_right_sp.png") no-repeat right top/30.6667% auto;
  text-align: center;
  position: relative; }
  @media (min-width: 992px) {
    .form {
      background: url("../img/bg_pc.png") repeat;
      padding: 156px 0 90px; } }

.form-inner {
  width: 100%;
  background: white;
  margin: 0 auto;
  padding: 30px 0; }
  @media (min-width: 992px) {
    .form-inner {
      width: 84.6153%;
      border-radius: 20px;
      padding: 90px 0; } }

.form-wrap {
  width: 100%;
  max-width: 500px;
  text-align: left; }

.form-logo_pink {
  width: 60%;
  margin: 0 auto 30px; }
  @media (min-width: 992px) {
    .form-logo_pink {
      width: 27.2727%;
      max-width: 300px; } }

.form-style {
  width: 90%;
  max-width: 90%;
  margin: 0 auto; }
  @media (min-width: 992px) {
    .form-style {
      width: 72.7272%;
      max-width: 800px; } }

.form-title {
  font-size: 5.6vw;
  margin: 0 auto 1em;
  width: 90%;
  padding: 0.6em;
  border-top: #FF7AAA 2px solid;
  border-bottom: #FF7AAA 2px solid; }
  @media (min-width: 992px) {
    .form-title {
      font-size: 36px;
      font-weight: bold; } }

.form-description {
  width: 90%;
  font-size: 4vw;
  margin: 0 auto 2em;
  text-align: left;
  padding-bottom: 1em;
  border-bottom: 1px dotted #ccc; }
  @media (min-width: 992px) {
    .form-description {
      font-size: 20px;
      text-align: center; } }

.confirm-btn {
  width: 90%;
  font-size: 5.3333vw;
  color: white;
  background-color: #FF7AAA;
  margin: 0 auto;
  padding: 0.6em 0;
  font-weight: bold; }
  @media (min-width: 992px) {
    .confirm-btn {
      width: 19em;
      font-size: 22px;
      padding: 0.8em 0; } }

.confirm-btn:hover {
  background-color: #FFE200;
  color: #595757;
  transition: all 0.3s; }

.error_list {
  padding: 1em;
  color: #ff2e5a;
  font-size: 86%;
  text-align: left;
  font-weight: bold;
  border: 2px solid #ff2e5a;
  border-radius: 3px;
  margin-bottom: 3em; }

.form-required {
  font-size: 10px;
  display: inline-block;
  padding-left: 0.5em;
  color: #dc3545; }

.form-item {
  font-weight: bold;
  font-size: 4.2666vw; }
  @media (min-width: 992px) {
    .form-item {
      font-size: 15px; } }

.form-item_confirm {
  width: 8em;
  min-width: 8em;
  text-align: right;
  font-weight: bold; }

.form-item_confirm::after {
  content: "：";
  width: 1em;
  height: 1em; }

.submit_confirm,
.submit_send {
  background-color: #FF7AAA;
  color: white;
  padding: 0.6em 2.5em;
  border: none;
  font-size: 4.5333vw;
  font-weight: bold; }
  @media (min-width: 992px) {
    .submit_confirm,
    .submit_send {
      font-size: 18px; } }

.submit_back {
  background-color: #888888;
  color: white;
  padding: 0.6em 2.5em;
  border: none;
  font-size: 4.5333vw;
  font-weight: bold; }
  @media (min-width: 992px) {
    .submit_back {
      font-size: 18px; } }

.submit_confirm:hover,
.submit_send:hover,
.submit_back:hover {
  color: white;
  opacity: 0.8; }

input,
textarea {
  border: 1px solid #ccc;
  border-radius: 3px; }
