@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box; }

/* Remove default padding */
ul,
ol {
  padding: 0; }

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0; }

/* Set core root defaults */
html {
  scroll-behavior: smooth; }

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5; }

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none; }

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto; }

/* Make images easier to work with */
img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: top; }

/* Natural flow and rhythm in articles by default */
/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit; }

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px); }

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

address {
  font-style: normal;
  line-height: inherit; }

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  color: #232323;
  min-width: 320px; }
  @media screen and (max-width: 480px) {
    body {
      font-size: 0.875rem;
      line-height: 1.5; } }

.btn {
  position: relative;
  display: inline-block;
  background-color: #e71f8e;
  border: 1px solid #e71f8e;
  border-radius: 4px;
  box-shadow: 2px 2px 5px 1px rgba(35, 35, 35, 0.4);
  padding: 10px 40px;
  line-height: 1.2;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s; }
  @media screen and (max-width: 480px) {
    .btn {
      font-size: 0.875rem; } }
  .btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background: url(/assets/img/common/icon-arrow_forward_FFF.png) no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px; }
  .btn:hover {
    background-color: #fff;
    color: #e71f8e; }
    .btn:hover::after {
      background-image: url(/assets/img/common/icon-arrow_forward_E71F8E.png); }

.container {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px; }
  @media screen and (max-width: 480px) {
    .container {
      padding: 0 10px; } }
  .container-lg {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 20px; }
    @media screen and (max-width: 480px) {
      .container-lg {
        padding: 0 10px; } }
  .container-xl {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px; }
    @media screen and (max-width: 480px) {
      .container-xl {
        padding: 0 10px; } }

#wrapper {
  position: relative;
  overflow: hidden; }

.header__txt {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 5px 20px 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.2; }
  @media screen and (max-width: 480px) {
    .header__txt {
      padding: 5px 10px 0; } }
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1080px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .header__container {
      justify-content: center; } }
.header__left {
  padding: 5px 5px 5px 20px; }
  @media screen and (max-width: 480px) {
    .header__left {
      padding: 5px 5px 5px 10px; } }
.header__right {
  padding: 5px 20px 5px 5px; }
  @media screen and (max-width: 480px) {
    .header__right {
      padding: 5px 10px 5px 5px; } }
.header__logo a {
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  font-weight: bold;
  color: #e71f8e;
  line-height: 1.2;
  text-decoration: none; }
  @media screen and (max-width: 1080px) {
    .header__logo a {
      font-size: 1rem; } }
  @media screen and (max-width: 768px) {
    .header__logo a {
      display: block;
      font-size: 0.875rem; } }
  @media screen and (max-width: 480px) {
    .header__logo a {
      font-size: 11px; } }
.header__logo img {
  margin-right: 10px; }
.header__tel .txt01 {
  margin-top: 5px;
  font-size: 0.75rem;
  line-height: 1.2;
  text-align: left; }
.header__tel .tel {
  display: flex;
  align-items: center; }
  .header__tel .tel a {
    position: relative;
    padding-left: 38px;
    font-size: 2.25rem;
    font-weight: bold;
    line-height: 1;
    color: #232323;
    text-decoration: none; }
    @media screen and (max-width: 768px) {
      .header__tel .tel a {
        padding-left: 32px;
        font-size: 1.875rem; } }
    @media screen and (max-width: 480px) {
      .header__tel .tel a {
        padding-left: 28px; } }
    .header__tel .tel a::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      background: url(/assets/img/common/icon-phone.png) no-repeat;
      background-size: contain;
      width: 32px;
      height: 32px; }
.header__btn {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px; }
  @media screen and (max-width: 768px) {
    .header__btn {
      display: none; } }
  .header__btn__col {
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
    padding: 10px 20px;
    background: #e71f8e;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
    @media screen and (max-width: 768px) {
      .header__btn__col {
        width: 49%; } }
    .header__btn__col p {
      font-size: 0.875rem;
      line-height: 1.2; }
      @media screen and (max-width: 768px) {
        .header__btn__col p {
          font-size: 0.75rem; } }
    .header__btn__col a {
      position: relative;
      display: inline-block;
      padding-right: 20px;
      font-size: 0.875rem;
      color: #fff;
      text-align: center;
      text-decoration: none; }
      @media screen and (max-width: 768px) {
        .header__btn__col a {
          padding-right: 15px;
          font-size: 0.75rem; } }
      .header__btn__col a::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        background: url(/assets/img/common/icon-open_in_new_FFF.png) no-repeat;
        background-size: contain;
        width: 20px;
        height: 20px; }
  .header__btn__col:hover {
    background: #232323; }

.breadcrumb {
  padding: 5px 0; }
  .breadcrumb ol {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 20px; }
    @media screen and (max-width: 480px) {
      .breadcrumb ol {
        padding: 0 10px; } }
  .breadcrumb li {
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    line-height: 1.2; }
    .breadcrumb li a {
      font-size: 0.875rem;
      line-height: 1.2;
      color: #e71f8e;
      text-decoration: underline; }
      @media screen and (max-width: 480px) {
        .breadcrumb li a {
          font-size: 0.75rem; } }
      .breadcrumb li a:hover {
        text-decoration: none; }
    .breadcrumb li::after {
      content: "";
      background-color: #232323;
      clip-path: polygon(10% 0, 60% 50%, 10% 100%, 40% 100%, 90% 50%, 40% 0);
      width: 8px;
      height: 8px;
      margin: 0 4px; }
    .breadcrumb li:last-child::after {
      display: none; }

.page__title {
  background-color: #e71f8e; }
  .page__title h2 {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 20px;
    line-height: 1.2;
    color: #fff; }
    @media screen and (max-width: 480px) {
      .page__title h2 {
        padding: 10px;
        font-size: 1.125rem; } }

.section-sp-contact {
  display: none;
  padding: 10px 0; }
  @media screen and (max-width: 768px) {
    .section-sp-contact {
      display: block; } }
  .section-sp-contact__box {
    background-color: rgba(241, 134, 0, 0.1);
    border: 3px solid #f18600;
    padding: 5px 10px;
    text-align: center;
    line-height: 1.2; }
  .section-sp-contact .txt01 {
    font-weight: bold; }
  .section-sp-contact__row {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 5px; }
  .section-sp-contact__left a {
    display: block;
    background-color: #e71f8e;
    border-radius: 2px;
    padding: 10px 5px;
    font-size: 0.875rem;
    font-weight: bold;
    color: #fff;
    text-decoration: none; }
  .section-sp-contact__left .txt02 {
    margin-top: 5px;
    font-size: 0.75rem; }
  .section-sp-contact__right .tel {
    font-size: 1.25rem;
    font-weight: bold;
    color: #f18600; }
  .section-sp-contact__right .time {
    margin-top: 5px;
    font-size: 0.75rem;
    text-align: left; }
.section-link {
  padding: 20px 0; }
  .section-link__box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .section-link__box a {
      display: inline-block;
      width: 49%;
      transition: opacity 0.3s; }
      @media screen and (max-width: 480px) {
        .section-link__box a {
          width: 100%;
          margin-top: 10px; } }
      .section-link__box a:hover {
        opacity: 0.7; }
.section-info {
  padding: 40px 0; }
  @media screen and (max-width: 480px) {
    .section-info {
      padding: 20px 0; } }
  .section-info__box {
    border: 5px solid #eeeeee;
    padding: 20px; }
    @media screen and (max-width: 480px) {
      .section-info__box {
        padding: 10px; } }
  .section-info h2 {
    border-bottom: 2px solid #e71f8e;
    font-size: 1.25rem;
    line-height: 1.2; }
  .section-info .box {
    margin-top: 20px; }
    .section-info .box__txt {
      background-color: #eeeeee;
      margin-top: 10px;
      padding: 20px; }
      @media screen and (max-width: 480px) {
        .section-info .box__txt {
          padding: 10px; } }
  .section-info h3 {
    position: relative;
    padding-left: 40px;
    font-size: 1rem;
    line-height: 1.2; }
    .section-info h3::before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      background: url(/assets/img/common/info_img01.jpg) no-repeat;
      background-size: contain;
      width: 36px;
      height: 29px; }
  .section-info ul {
    margin-bottom: 10px; }
  .section-info li::before {
    content: "・"; }
.section-profile {
  background-color: #eeeeee;
  padding: 40px 0; }
  @media screen and (max-width: 480px) {
    .section-profile {
      padding: 20px 0; } }
  .section-profile .sp-only {
    display: none; }
    @media screen and (max-width: 768px) {
      .section-profile .sp-only {
        display: block; } }
  .section-profile .pc-only {
    display: block; }
    @media screen and (max-width: 768px) {
      .section-profile .pc-only {
        display: none; } }
  .section-profile h2 {
    font-size: 1.875rem;
    font-weight: bold; }
    @media screen and (max-width: 480px) {
      .section-profile h2 {
        font-size: 1.25rem; } }
    .section-profile h2 span {
      margin-left: 10px;
      font-size: 1rem; }
  .section-profile__box {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .section-profile__box {
        display: block; } }
  .section-profile__left {
    padding-right: 20px; }
    @media screen and (max-width: 768px) {
      .section-profile__left {
        padding-right: 0; } }
    .section-profile__left dl {
      margin-bottom: 50px;
      padding-top: 10px; }
    .section-profile__left dt {
      margin-top: 10px;
      font-size: 1rem;
      font-weight: bold; }
    .section-profile__left dd {
      padding-left: 1rem;
      font-size: 0.875rem; }
    .section-profile__left li {
      position: relative;
      padding-left: 16px; }
      .section-profile__left li::before {
        content: "-";
        position: absolute;
        top: 50%;
        left: 4px;
        transform: translateY(-50%); }
    .section-profile__left a {
      font-size: 0.875rem;
      color: #e71f8e;
      line-height: 1.2;
      text-decoration: underline; }
      .section-profile__left a[target="_blank"] {
        position: relative;
        display: inline-block;
        padding-right: 20px; }
        .section-profile__left a[target="_blank"]::after {
          content: "";
          position: absolute;
          top: 50%;
          right: 0;
          transform: translateY(-50%);
          font-size: 1rem;
          background: url(/assets/img/common/icon-open_in_new_E71F8E.png) no-repeat;
          background-size: contain;
          width: 16px;
          height: 16px; }
  .section-profile__right {
    flex: 0 0 420px; }
    @media screen and (max-width: 768px) {
      .section-profile__right {
        margin-top: 20px; } }
    .section-profile__right img {
      width: 100%;
      max-width: 640px; }
      @media screen and (max-width: 768px) {
        .section-profile__right img {
          max-width: 300px; } }
    .section-profile__right iframe {
      margin-top: 20px; }
  .section-profile .service-h2 {
    text-align: center;
    font-size: 1.875rem;
    font-weight: bolder;
    margin-top: 30px; }
  .section-profile .box-service {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .section-profile .box-service__col {
      background-color: #fff;
      border-radius: 5px;
      box-shadow: 0 4px 10px 0 rgba(35, 35, 35, 0.3);
      width: 32%;
      margin-top: 2%;
      padding: 10px; }
      @media screen and (max-width: 768px) {
        .section-profile .box-service__col {
          width: 49%; } }
      @media screen and (max-width: 480px) {
        .section-profile .box-service__col {
          width: 100%; } }
    .section-profile .box-service .service-title img {
      max-width: 200px; }
    .section-profile .box-service h3 {
      font-size: 0.875rem;
      margin: 10px; }
    .section-profile .box-service li {
      margin-bottom: 10px;
      text-decoration: underline;
      margin-left: 5px; }
      .section-profile .box-service li span {
        display: inline-block;
        background: #757575;
        padding: 2px 8px 1px;
        color: #fff;
        margin-right: 5px;
        font-size: 0.875rem; }
      .section-profile .box-service li a {
        margin-right: 10px;
        font-size: 0.875rem;
        color: #232323;
        line-height: 1.2;
        text-decoration: underline; }
        .section-profile .box-service li a[target="_blank"] {
          position: relative;
          display: inline-block;
          padding-right: 20px; }
          .section-profile .box-service li a[target="_blank"]::after {
            content: "";
            position: absolute;
            top: 50%;
            right: 0;
            transform: translateY(-50%);
            font-size: 1rem;
            background: url(/assets/img/common/icon-open_in_new_333.png) no-repeat;
            background-size: contain;
            width: 16px;
            height: 16px; }
    .section-profile .box-service .colno {
      background-color: transparent;
      border-radius: initial;
      box-shadow: initial; }
.section-contact {
  background-color: #f7f4c8;
  padding: 40px 0; }
  @media screen and (max-width: 480px) {
    .section-contact {
      padding: 20px 0; } }
  .section-contact__box {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .section-contact__box {
        flex-wrap: wrap; } }
  .section-contact__txt {
    width: 55%;
    padding-right: 40px; }
    @media screen and (max-width: 768px) {
      .section-contact__txt {
        width: 100%;
        padding-right: 0; } }
    .section-contact__txt h2 {
      font-size: 1.875rem;
      font-weight: bold;
      line-height: 1.2;
      color: #5f4041; }
      @media screen and (max-width: 480px) {
        .section-contact__txt h2 {
          font-size: 1.125rem; } }
    .section-contact__txt p {
      margin-top: 20px; }
      @media screen and (max-width: 480px) {
        .section-contact__txt p {
          font-size: 0.875rem; } }
      .section-contact__txt p span {
        position: relative;
        display: inline-block;
        font-weight: bold;
        z-index: 2; }
        .section-contact__txt p span::before {
          content: "";
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          z-index: -1;
          background: linear-gradient(to bottom, transparent 0%, transparent 60%, rgba(241, 134, 0, 0.3) 60.1%, rgba(241, 134, 0, 0.3) 100%); }
  .section-contact__btn {
    width: 45%; }
    @media screen and (max-width: 768px) {
      .section-contact__btn {
        width: 100%;
        margin-top: 20px; } }
    @media screen and (max-width: 480px) {
      .section-contact__btn {
        padding: 10px; } }
    .section-contact__btn .box-contact {
      background-color: #fff;
      border: 3px solid #e71f8e;
      box-shadow: 0 0 16px -3px rgba(35, 35, 35, 0.8);
      padding: 20px; }
    .section-contact__btn h2 {
      font-size: 1.875rem;
      line-height: 1.2;
      color: #5f4041;
      word-break: keep-all; }
      @media screen and (max-width: 1080px) {
        .section-contact__btn h2 {
          word-break: break-all; } }
      @media screen and (max-width: 480px) {
        .section-contact__btn h2 {
          font-size: 1.25rem; } }
    .section-contact__btn .address {
      font-weight: bold;
      color: #5f4041; }
    .section-contact__btn .time {
      font-size: 0.75rem;
      line-height: 1.2;
      text-align: center; }
    .section-contact__btn .tel {
      margin-top: 8px; }
      .section-contact__btn .tel a {
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 3rem;
        font-weight: bold;
        line-height: 1;
        color: #e71f8e;
        text-decoration: none; }
    .section-contact__btn .mail {
      margin-top: 10px; }
      .section-contact__btn .mail a {
        position: relative;
        display: block;
        background: #e71f8e;
        border-radius: 4px;
        padding: 20px 5px;
        line-height: 1.2;
        color: #fff;
        text-align: center;
        text-decoration: none;
        transition: opacity 0.3s;
        font-size: 1rem; }
        @media screen and (max-width: 768px) {
          .section-contact__btn .mail a {
            font-size: 1rem; } }
        @media screen and (max-width: 480px) {
          .section-contact__btn .mail a {
            padding: 15px 5px; } }
        .section-contact__btn .mail a::before {
          content: "";
          display: block;
          position: absolute;
          top: 2px;
          left: 2px;
          right: 2px;
          bottom: 2px;
          border: 2px solid #fff; }
        .section-contact__btn .mail a:hover {
          opacity: 0.7; }
.section-area {
  padding: 40px 0 20px;
  text-align: center; }
  @media screen and (max-width: 480px) {
    .section-area {
      padding: 20px 0; } }
  .section-area h2 {
    display: inline-block;
    border-bottom: 3px dashed #e71f8e;
    padding-bottom: 5px;
    font-size: 1.875rem;
    line-height: 1.2; }
    @media screen and (max-width: 480px) {
      .section-area h2 {
        font-size: 1.25rem; } }
  .section-area__txt {
    margin-top: 20px; }
    @media screen and (max-width: 480px) {
      .section-area__txt {
        text-align: left; } }
  .section-area__box {
    border: 1px solid #9e9e9e;
    margin-top: 20px;
    padding: 20px; }
    @media screen and (max-width: 480px) {
      .section-area__box {
        margin-top: 10px;
        padding: 10px; } }
    .section-area__box h3 {
      font-size: 1.125rem;
      line-height: 1.2; }
      @media screen and (max-width: 480px) {
        .section-area__box h3 {
          font-size: 1rem; } }
      .section-area__box h3 br {
        display: none; }
        @media screen and (max-width: 480px) {
          .section-area__box h3 br {
            display: block; } }
    .section-area__box ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin-top: 10px; }
      @media screen and (max-width: 480px) {
        .section-area__box ul {
          margin-top: 5px; } }
    .section-area__box li {
      display: block;
      background-color: #e71f8e;
      width: 16%;
      margin-top: 10px;
      padding: 10px;
      font-size: 0.875rem;
      color: #fff;
      line-height: 1.2; }
      @media screen and (max-width: 1080px) {
        .section-area__box li {
          width: 19%; } }
      @media screen and (max-width: 768px) {
        .section-area__box li {
          width: 32%; } }
      @media screen and (max-width: 480px) {
        .section-area__box li {
          margin-top: 5px;
          padding: 5px;
          font-size: 0.75rem; } }
      .section-area__box li.none {
        padding: 0;
        height: 0; }

.footer {
  background-color: #e71f8e;
  padding-top: 40px; }
  @media screen and (max-width: 768px) {
    .footer {
      padding-bottom: 70px; } }
  .footer__container {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto; }
  .footer__box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .footer__left {
    width: 40%;
    padding: 0 20px; }
    @media screen and (max-width: 768px) {
      .footer__left {
        width: 100%; } }
  .footer__right {
    flex-grow: 1;
    padding: 0 20px; }
    @media screen and (max-width: 768px) {
      .footer__right {
        width: 100%;
        margin-top: 20px;
        padding: 0; } }
  .footer__logo img {
    background-color: #fff;
    margin-bottom: 10px; }
  .footer__logo a {
    font-style: normal;
    color: #fff;
    text-decoration: none; }
  .footer .address_name {
    color: #fff; }
  .footer__address {
    font-size: 0.875rem;
    font-style: normal;
    line-height: 1.2;
    color: #fff; }
  .footer .f-tel {
    font-size: 0.875rem;
    color: #fff;
    line-height: 1.2; }
    .footer .f-tel a {
      color: inherit; }
  .footer__nav {
    display: flex;
    flex-wrap: wrap; }
    .footer__nav ul {
      width: 50%; }
    .footer__nav a {
      position: relative;
      display: inline-block;
      padding-left: 15px;
      font-size: 0.875rem;
      color: #fff;
      line-height: 1.2;
      text-decoration: none; }
      @media screen and (max-width: 480px) {
        .footer__nav a {
          font-size: 0.75rem; } }
      .footer__nav a::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        background-color: #fff;
        clip-path: polygon(10% 0, 60% 50%, 10% 100%, 40% 100%, 90% 50%, 40% 0);
        width: 8px;
        height: 8px; }
      .footer__nav a:hover {
        text-decoration: underline; }
  .footer__btn {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 20px; }
    @media screen and (max-width: 480px) {
      .footer__btn {
        padding: 10px; } }
    .footer__btn__col {
      background-color: #fff;
      width: 49%;
      margin-top: 20px;
      padding: 10px 20px; }
      @media screen and (max-width: 480px) {
        .footer__btn__col {
          width: 100%; } }
      .footer__btn__col p {
        font-size: 0.875rem; }
      .footer__btn__col a {
        position: relative;
        display: inline-block;
        padding-right: 1.2em;
        font-weight: bold;
        color: #e71f8e; }
        .footer__btn__col a::after {
          content: "";
          position: absolute;
          top: 50%;
          right: 0;
          transform: translateY(-50%);
          background: url(/assets/img/common/icon-open_in_new_E71F8E.png) no-repeat;
          background-size: contain;
          width: 16px;
          height: 16px; }
        .footer__btn__col a:hover {
          text-decoration: none; }

.copy {
  display: block;
  margin-top: 20px;
  padding: 10px;
  font-size: 0.75rem;
  line-height: 1;
  color: #fff;
  text-align: center; }

.floating-banner {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99; }
  @media screen and (max-width: 768px) {
    .floating-banner {
      display: block; } }
  .floating-banner .box {
    display: flex; }
    .floating-banner .box-pc {
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #00ad91;
      width: 50%; }
      .floating-banner .box-pc .txt01 {
        font-size: 1rem;
        font-weight: bold; }
      .floating-banner .box-pc .txt02 {
        font-size: 1.5rem;
        font-weight: bold; }
      .floating-banner .box-pc .txt03 {
        font-size: 0.75rem; }
    .floating-banner .box-sp {
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #f18600;
      width: 50%; }
      .floating-banner .box-sp .txt01 {
        font-size: 0.75rem;
        font-weight: bold; }
      .floating-banner .box-sp .txt02 {
        font-size: 1.5rem;
        font-weight: bold; }
      .floating-banner .box-sp .txt03 {
        font-size: 0.75rem; }
    .floating-banner .box a {
      display: block;
      width: 100%;
      padding: 5px 0;
      color: #fff;
      line-height: 1.2;
      text-decoration: none;
      text-align: center; }
