@charset "UTF-8";
.en {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.min {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
}

.pc-none {
  display: none !important;
}

.pc-md-none {
  display: none !important;
}

.pc-inline-none {
  display: none !important;
}

@media screen and (max-width: 992px) {
  .sp-none {
    display: none !important;
  }
  .pc-none {
    display: block !important;
  }
  .pc-inline-none {
    display: inline-block !important;
  }
}
@media screen and (max-width: 768px) {
  .sp-md-none {
    display: none !important;
  }
  .pc-md-none {
    display: block !important;
  }
}
.pc-sm-none {
  display: none !important;
}

@media screen and (max-width: 576px) {
  .sp-sm-none {
    display: none !important;
  }
  .pc-sm-none {
    display: block !important;
  }
}
.home,
.recruit {
  /* ローディング画面 */
}
.home #loading,
.recruit #loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
}
.home .loaded,
.recruit .loaded {
  opacity: 0;
  visibility: hidden;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
  -o-object-fit: cover;
     object-fit: cover;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

a {
  display: inline-block;
}

a {
  color: inherit;
  text-decoration: none;
}
a.underline {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: #52bcb1;
}
a.underline--sub {
  text-decoration-color: #f06aa0;
}
a.underline--white {
  text-decoration-color: white;
}

.underline {
  text-decoration: underline;
  text-underline-offset: 3px;
}
a[href*="tel:"] {
  text-decoration: underline;
}
@media screen and (min-width: 993px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
a[href*="tel:"].under-none {
  text-decoration: none;
}

.wrap {
  overflow: hidden;
}

.outer-vl {
  margin-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 992px) {
  .outer-vl {
    margin-top: 20px;
    padding-bottom: 20px;
  }
}
.outer-vl--mt0 {
  margin-top: 0;
}
.outer-vl--pb0 {
  padding-bottom: 0;
}
.outer-vl--mt50 {
  margin-top: 50px;
}

.outer-p-vl {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 992px) {
  .outer-p-vl {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.outer-p-vl--pb0 {
  padding-bottom: 0;
}

.outer-ly {
  max-width: 1206px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 992px) {
  .outer-ly {
    padding-left: 0;
    padding-right: 0;
  }
}
.outer-ly--0 {
  padding: 0;
}
.outer-ly--wide {
  max-width: 1406px;
}

@media screen and (max-width: 992px) {
  .outer-ly_sp {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 992px) {
  .outer-ly_sp--10 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 2px;
}
@media screen and (max-width: 992px) {
  body {
    font-size: 1.4rem;
  }
}

p {
  text-align: justify;
}
p a {
  display: inline;
}

.home .header {
  opacity: 0;
}

.header {
  width: 100%;
  padding: 20px 0 10px;
  height: 80px;
  position: fixed;
  top: 0;
  transition: 0.3s all;
  font-size: 1.8rem;
  color: #1a1a1a;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1400px) {
  .header {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 992px) {
  .header {
    height: 70px;
    padding-top: 18px;
  }
}
.header__inner {
  padding: 0 0 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo-wrap {
  display: flex;
  line-height: 1.2;
}
@media screen and (max-width: 576px) {
  .header__logo {
    max-width: 260px;
  }
}
.header__contact {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .header__contact {
    display: block;
    text-align: center;
  }
}
.header__access {
  font-size: 1.5rem;
}
.header__contact-inr {
  margin-left: 12px;
  margin-right: 12px;
  line-height: 1.5;
}
.header__number {
  margin-left: 10px;
  font-size: 2.4rem;
}
.header__ul {
  display: flex;
  align-items: start;
  font-size: 2rem;
}
@media screen and (max-width: 992px) {
  .header__ul {
    flex-flow: wrap;
  }
}
.header__li {
  padding-top: 40px;
  padding-bottom: 10px;
  font-size: 1.6rem;
  pointer-events: auto;
}
@media screen and (max-width: 992px) {
  .header__li {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.4rem;
  }
}
.header__li-flora {
  background: #f06aa0;
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
  margin-left: 20px;
}
@media screen and (max-width: 992px) {
  .header__li-flora {
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.header__nav {
  display: flex;
}
.header__link {
  transition: 0.6s all;
}
@media screen and (max-width: 992px) {
  .header__link {
    text-align: center;
  }
}
.header__link {
  padding: 0 20px;
  line-height: 1.2;
  width: 100%;
  display: block;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .header__link {
    padding: 0 7px;
  }
}
@media screen and (max-width: 992px) {
  .header__link a.header__link--contact {
    background: #52bcb1;
  }
}
@media screen and (max-width: 992px) and (max-width: 992px) {
  .header__link a.header__link--contact {
    color: white;
  }
}
.header__link--flora {
  color: white;
}
.header__link--flora:nth-child(1) {
  width: 100%;
  padding-top: 10px;
}
@media screen and (max-width: 992px) {
  .header__link--flora:nth-child(1) {
    padding-top: 20px;
  }
}
.header__link--flora:nth-child(n+2) {
  width: 50%;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
}
.header__insta {
  width: 100% !important;
}
.header__items {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .header__items {
    height: 100%;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
}
.header__hamburger {
  display: none;
}
@media screen and (max-width: 992px) {
  .header__hamburger {
    display: block;
    background-color: transparent;
    border-color: transparent;
    z-index: 9999;
    margin-left: auto;
    width: 70px;
    height: 100%;
  }
}
.header__logo-wrap {
  display: flex;
  align-items: center;
}
.header__ttl {
  font-size: 2.2rem;
  margin-left: 10px;
}
@media screen and (max-width: 992px) {
  .header__ttl {
    font-size: 1.6rem;
  }
}
.header__ttl-en {
  font-size: 2.2rem;
}
@media screen and (max-width: 992px) {
  .header__ttl-en {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 992px) {
  .header__flora-img {
    width: 170px;
  }
}

.hamburger-menu {
  pointer-events: none;
}
@media screen and (max-width: 992px) {
  .hamburger-menu {
    pointer-events: auto;
  }
}

.grecaptcha-badge {
  display: none;
}

.nav__board-list {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
  background: white;
  color: #1a1a1a;
  position: absolute;
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media screen and (max-width: 992px) {
  .nav__board-list {
    margin-top: 10px;
    visibility: initial;
    opacity: 1;
    position: static;
    transform: none;
    background: none;
    color: #1a1a1a;
  }
}
.nav__board {
  position: relative;
  padding-bottom: 20px;
}
.nav__board:hover .nav__board-list {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 992px) {
  .nav__board .header__link {
    width: auto;
  }
}
.nav__board-li a {
  display: block;
  border-top: 1px solid #1a1a1a;
  transition: all 0.4s ease;
  padding: 3px 20px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .nav__board-li a {
    border: none;
  }
}
.nav__board-li a:hover {
  background: #1a1a1a;
  color: white;
}
@media screen and (max-width: 992px) {
  .nav__board-li a:hover {
    background: none;
    color: #52bcb1;
  }
}

.fix {
  transform: rotate(90deg);
  transform-origin: top right;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 55%;
  right: 0;
  z-index: 200;
}
@media screen and (max-width: 992px) {
  .fix {
    display: none;
  }
}
.fix__bar {
  width: 2px;
  height: 22px;
  background: #1a1a1a;
  margin-left: 20px;
  margin-right: 20px;
}

.footer {
  position: relative;
  margin-top: 100px;
  overflow: hidden;
  padding-top: 20px;
}
@media screen and (max-width: 1100px) {
  .footer {
    padding-bottom: 50px;
    margin-top: 50px;
  }
}
.footer__otr {
  color: white;
}
.footer__nishio {
  position: relative;
  filter: none;
  width: 75%;
}
@media screen and (max-width: 1100px) {
  .footer__nishio {
    width: 100%;
  }
}
.footer__nishio::before {
  content: "";
  position: absolute;
  inset: -10px -10px 5px -5px;
  background: #b6e8e3;
  clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);
  z-index: -1;
}
@media screen and (max-width: 1100px) {
  .footer__nishio::before {
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
  }
}
.footer__nishio-inr {
  clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);
  background: #52bcb1;
  padding-top: 20px;
  padding-left: 5%;
  padding-bottom: 35px;
  text-align: left;
}
@media screen and (max-width: 1100px) {
  .footer__nishio-inr {
    padding-left: 20px;
    padding-right: 20px;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
    padding-bottom: 70px;
  }
}
.footer__nishio-inr-center {
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 1100px) {
  .footer__nishio-inr-center {
    width: 100%;
    text-align: left;
  }
}
.footer__flora {
  position: absolute;
  filter: none;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 45%;
}
@media screen and (max-width: 1100px) {
  .footer__flora {
    width: 100%;
    transform: none;
    position: relative;
    margin-top: -30px;
    z-index: 10;
  }
}
.footer__flora::before {
  content: "";
  position: absolute;
  inset: -10px 0px 10px -10px;
  background: #f8c0d6;
  clip-path: polygon(17% 0, 100% 0, 100% 100%, 0% 100%);
  z-index: -1;
}
@media screen and (max-width: 1100px) {
  .footer__flora::before {
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
  }
}
.footer__flora-inr {
  clip-path: polygon(17% 0, 100% 0, 100% 100%, 0% 100%);
  background: #f06aa0;
  text-align: right;
  padding-top: 20px;
  padding-right: 5%;
  padding-bottom: 40px;
}
@media screen and (max-width: 1100px) {
  .footer__flora-inr {
    padding-bottom: 30px;
    padding-top: 30px;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
    margin-bottom: 0;
  }
}
.footer__flora-inr-center {
  text-align: center;
  display: inline-block;
}
.footer__name-nishio {
  color: #b6e8e3;
  font-size: 6rem;
}
@media screen and (max-width: 1100px) {
  .footer__name-nishio {
    font-size: 4rem;
    text-align: left;
  }
}
@media screen and (max-width: 992px) {
  .footer__name-nishio {
    font-size: 3rem;
    text-align: left;
  }
}
.footer__name-flora {
  color: #f8c0d6;
  font-size: 5rem;
}
@media screen and (max-width: 1100px) {
  .footer__name-flora {
    font-size: 4rem;
  }
}
@media screen and (max-width: 992px) {
  .footer__name-flora {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1100px) {
  .footer__sp-column {
    display: flex;
  }
}
.footer__nishio .footer__ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media screen and (max-width: 1100px) {
  .footer__nishio .footer__ul {
    justify-content: flex-start;
    margin-top: 0;
    flex-flow: column;
    margin-right: 5%;
  }
}
@media screen and (max-width: 576px) {
  .footer__nishio .footer__ul {
    margin-right: 0;
  }
}
@media screen and (max-width: 1100px) {
  .footer__nishio .footer__ul:nth-child(n+2) {
    margin-left: 5px;
  }
}
@media screen and (max-width: 576px) {
  .footer__nishio .footer__ul:nth-child(n+2) {
    margin-left: 20px;
  }
}
@media screen and (max-width: 376px) {
  .footer__nishio .footer__ul:nth-child(n+2) {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1100px) {
  .footer__nishio .footer__li {
    text-align: left;
    margin-top: 20px;
    width: 100%;
  }
}
.footer__nishio .footer__li:nth-of-type(n + 2) {
  margin-left: 20px;
}
@media screen and (max-width: 1100px) {
  .footer__nishio .footer__li:nth-of-type(n + 2) {
    margin-left: 0;
  }
}
.footer__flora .footer__ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media screen and (max-width: 1100px) {
  .footer__flora .footer__ul {
    justify-content: space-between;
    margin-top: 0;
  }
}
@media screen and (max-width: 1100px) {
  .footer__flora .footer__li {
    margin-top: 20px;
    width: initial;
  }
}
.footer__flora .footer__li:nth-of-type(n + 2) {
  margin-left: 40px;
}
@media screen and (max-width: 1100px) {
  .footer__flora .footer__li:nth-of-type(n + 2) {
    margin-left: 0;
  }
}
.footer__copy {
  color: white;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (max-width: 1100px) {
  .footer__copy {
    font-size: 1.2rem;
    color: #1a1a1a;
    width: 100%;
  }
}

.dl {
  margin-left: auto;
  margin-right: auto;
}
.dl--w700 {
  max-width: 700px;
}
.dl--w100 {
  max-width: 100%;
}
.dl__wrap {
  display: flex;
  padding-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .dl__wrap {
    display: block;
  }
}
.dl__dt {
  width: 180px;
  color: #52bcb1;
}
.dl__dt-inr {
  text-align: left;
}
.dl__dt-inr--color {
  background: #ffe9f3;
  color: #52bcb1;
}
@media screen and (max-width: 992px) {
  .dl__dt-inr {
    font-size: 1.4rem;
  }
}
.dl__dd {
  width: calc(100% - 180px);
  padding-left: 50px;
}
@media screen and (max-width: 992px) {
  .dl__dd {
    width: 100%;
    padding-left: 0;
  }
}
.dl--sub .dl__dt {
  color: #f06aa0;
}
.dl__dd-table {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0px 20px;
}

.h2 {
  text-align: center;
  padding-bottom: 40px;
}
.h2__wrap {
  position: relative;
}
.h2__ja {
  font-size: 2.4rem;
}
@media screen and (max-width: 992px) {
  .h2__ja {
    font-size: 2rem;
  }
}
.h2__en {
  font-size: 6rem;
  color: #dff9ed;
  position: absolute;
  top: 50%;
  z-index: -1;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 992px) {
  .h2__en {
    font-size: 4rem;
  }
}
.h2__bar {
  background: #52bcb1;
  width: 36px;
  height: 3px;
  margin: 10px auto 0;
}
.h2--sub .h2__en {
  color: #fedce5;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
}
.h2--sub .h2__bar {
  background: #f06aa0;
}

#menu__toggle {
  opacity: 0;
  display: none;
}

@media screen and (max-width: 992px) {
  #menu__toggle:checked + .menu__btn > span {
    transform: rotate(45deg);
  }
  #menu__toggle:checked + .menu__btn > span::before {
    top: 0;
    transform: rotate(0deg);
  }
  #menu__toggle:checked + .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
  }
  #menu__toggle:checked ~ .header__nav {
    right: 0 !important;
  }
  .menu__btn {
    display: none;
  }
}
@media screen and (max-width: 992px) and (max-width: 992px) {
  .menu__btn {
    display: block;
    position: fixed;
    top: 34px;
    right: 20px;
    width: 42px;
    height: 32px;
    cursor: pointer;
    z-index: 1;
  }
}
@media screen and (max-width: 992px) {
  .menu__btn > span,
  .menu__btn > span::before,
  .menu__btn > span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #1a1a1a;
    transition-duration: 0.25s;
  }
  .menu__btn > span::before {
    content: "";
    top: -8px;
  }
  .menu__btn > span::after {
    content: "";
    top: 8px;
  }
  .header__nav {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    height: 100dvh;
    margin: 0;
    padding: 80px 0;
    list-style: none;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    transition-duration: 0.25s;
  }
}
@media screen and (max-width: 992px) and (max-width: 992px) {
  .header__nav {
    overflow: scroll;
  }
}
@media screen and (max-width: 992px) {
  .menu__item {
    display: block;
    padding: 12px 24px;
    color: #333;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    transition-duration: 0.25s;
  }
  .menu__item:hover {
    background-color: #cfd8dc;
  }
  .menu__text {
    font-size: 1.2rem;
    text-align: center;
    margin-top: 10px;
  }
}
.map {
  background: #52bcb1;
  color: white;
  border-radius: 5px;
  border: 1px solid #52bcb1;
  transition: 0.6s all;
  padding: 0 6px;
  margin-left: 2px;
}
.map:hover {
  color: #52bcb1;
  background: white;
}
.map--sub {
  background: #f06aa0;
  border: 1px solid #f06aa0;
}
.map--sub:hover {
  color: #f06aa0;
}

.pharmacy-list__item:nth-of-type(n + 2) {
  margin-top: 20px;
}

/*タブ切り替え全体のスタイル*/
.tab {
  margin-top: 50px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}
.tab__triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 150px 150px 0px 0px;
  border-color: transparent #52bcb1 transparent transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 576px) {
  .tab__triangle {
    border-width: 100px 100px 0px 0px;
  }
}
.tab__slicer {
  width: 100%;
}
.tab:has(#type1:checked)::after {
  background: #52bcb1;
}
.tab {
  /*タブのスタイル*/
}
.tab__item {
  width: 20%;
  max-width: 300px;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: white;
  display: block;
  float: left;
  text-align: center;
  transition: all 0.2s ease;
  margin-left: 20px;
  background: #ffe7f1;
  color: #a8a8a8;
}
.tab__item:hover {
  opacity: 0.75;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  .tab__item {
    width: 50%;
    margin-left: 0;
  }
}
.tab__item-name {
  border: 1px solid white;
  margin: 5px;
}
.tab {
  /*タブ切り替えの中身のスタイル*/
}
.tab__content {
  display: none;
  width: 100%;
  padding: 10px 10px 0;
  clear: both;
  overflow: hidden;
  background: #52bcb1;
}
.tab {
  /*ラジオボタンを全て消す*/
}
.tab input[name=tab__item] {
  display: none;
}
.tab {
  /*選択されているタブのコンテンツのみを表示*/
}
.tab #type1:checked ~ #type1_content,
.tab #type2:checked ~ #type2_content,
.tab #type3:checked ~ #type3_content,
.tab #type4:checked ~ #type4_content {
  display: block;
}
.tab {
  /*選択されているタブのスタイルを変える*/
}
.tab input:checked + .tab__item {
  background: #52bcb1;
  color: white;
}
.tab--sub .tab__triangle {
  border-color: transparent #f06aa0 transparent transparent;
}
.tab--sub .tab:has(#all:checked)::after {
  background: #f06aa0;
}
.tab--sub .tab__content {
  background: #f06aa0;
}
.tab--sub input:checked + .tab__item {
  background: #f06aa0;
}
.tab--sub .dl__dt {
  color: #f06aa0;
}
.tab--sub .map {
  background: #f06aa0;
  border: 1px solid #f06aa0;
}
.tab--sub .map:hover {
  color: #f06aa0;
  background: white;
}

.dl {
  background: white;
  width: 100%;
  margin-bottom: 10px;
  padding: 30px 20px;
}

@media screen and (max-width: 992px) {
  .dl__dt-inr {
    text-align: left;
  }
}

.btn {
  background: white;
  border: 1px solid #52bcb1;
  position: relative;
  border-radius: 5px;
  transition: 0.6s all;
}
.btn__inr {
  transform: translate3d(-4px, -4px, 0);
  transition: all 0.6s cubic-bezier(0.7, 0, 0.2, 1);
  background: #52bcb1;
  color: white;
  border-radius: 5px;
  border: 1px solid #52bcb1 !important;
  padding: 5px 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 180px;
  justify-content: center;
}
.btn__icon-wrap {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 41px;
}
.btn__icon {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s;
}
.btn__icon--default {
  opacity: 1;
}
.btn__icon--hover {
  opacity: 0;
}
.btn:hover {
  background: #52bcb1;
}
.btn:hover .btn__inr {
  background: white;
  color: #52bcb1;
}
.btn:hover .btn__icon--default {
  opacity: 0;
}
.btn:hover .btn__icon--hover {
  opacity: 1;
}
.btn--sub {
  border: 1px solid #f06aa0;
}
.btn--sub .btn__inr {
  background: #f06aa0;
  border: 1px solid #f06aa0 !important;
}
.btn--sub:hover {
  background: #f06aa0;
}
.btn--sub:hover .btn__inr {
  background: white;
  color: #f06aa0;
}

.sec__tx--center {
  text-align: center;
}
.sec__tx--main {
  color: #52bcb1;
}
.sec__tx--white {
  color: white;
}
.sec__tx14 {
  font-size: 1.4rem;
}
@media screen and (max-width: 992px) {
  .sec__tx14 {
    font-size: 1.2rem;
  }
}
.sec__tx16 {
  font-size: 1.6rem;
}
@media screen and (max-width: 992px) {
  .sec__tx16 {
    font-size: 1.4rem;
  }
}
.sec__tx18 {
  font-size: 1.8rem;
}
@media screen and (max-width: 992px) {
  .sec__tx18 {
    font-size: 1.6rem;
  }
}
.sec__tx20 {
  font-size: 2rem;
}
@media screen and (max-width: 992px) {
  .sec__tx20 {
    font-size: 1.6rem;
  }
}
.sec__tx22 {
  font-size: 2.2rem;
}
@media screen and (max-width: 992px) {
  .sec__tx22 {
    font-size: 1.8rem;
  }
}
.sec__tx24 {
  font-size: 2.4rem;
}
@media screen and (max-width: 992px) {
  .sec__tx24 {
    font-size: 2rem;
  }
}
.sec__tx26 {
  font-size: 2.6rem;
}
@media screen and (max-width: 992px) {
  .sec__tx26 {
    font-size: 2.2rem;
  }
}
.sec__tx28 {
  font-size: 2.8rem;
}
@media screen and (max-width: 992px) {
  .sec__tx28 {
    font-size: 2.4rem;
  }
}
.sec__tx32 {
  font-size: 3.2rem;
}
@media screen and (max-width: 992px) {
  .sec__tx32 {
    font-size: 2.8rem;
  }
}
.sec__tx60 {
  font-size: 6rem;
}
@media screen and (max-width: 992px) {
  .sec__tx60 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 576px) {
  .sec__tx60 {
    font-size: 3rem;
  }
}

.sec ul {
  list-style: initial;
  list-style-position: outside;
}
.sec ul li {
  list-style: initial;
  list-style-position: outside;
  list-style-type: none;
  padding-left: 20px;
  padding-bottom: 5px;
  position: relative;
}
.sec ul li:before {
  position: absolute;
  top: 5px;
  left: 8px;
  content: "⚫︎"; /* 記号(黒丸)を挿入 */
  color: #52bcb1; /* 好きな色にする */
  font-size: 0.6em; /* 点の大きさ */
  margin-right: 1em; /* 点とテキストの距離 */
}
.sec ul.sub li:before {
  color: #f06aa0;
}
.sec ol {
  list-style-position: inside;
}
.sec ol li {
  list-style-position: inside;
}

.article__otr {
  max-width: 1060px;
  margin: 0 auto;
}
.article__item {
  border-bottom: 1px dashed #9f9f9f;
  display: flex;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (max-width: 992px) {
  .article__item {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
}
.article__left {
  display: flex;
  flex-flow: column;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .article__left {
    flex-flow: row;
    align-items: start;
  }
}
.article__date {
  font-size: 1.4rem;
}
@media screen and (max-width: 992px) {
  .article__date {
    margin-left: 10px;
  }
}
.article__category {
  color: white;
  background: #52bcb1;
  text-align: center;
}
.article__category--class {
  background: #f06aa0;
}
.article__category--kikanshi {
  background: #f06a7a;
}
.article__category--voice {
  background: #6a90f0;
}
.article__category--blog {
  background: #88c02f;
}
.article__category-inr {
  min-width: 90px;
  padding: 2px 10px;
  font-size: 1.2rem;
  line-height: 1.2;
  border-left: 1px solid white;
  border-right: 1px solid white;
  margin: 5px;
}
.article__link {
  margin-left: 20px;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 100px - 30px);
}
@media screen and (max-width: 992px) {
  .article__link {
    width: 100%;
    margin-left: 0;
  }
}
.article__arrow {
  align-self: start;
  padding-top: 20px;
}

.arrow__item--next {
  position: absolute;
  right: 50px;
  top: 0;
  color: #52bcb1 !important;
}
@media screen and (max-width: 576px) {
  .arrow__item--next {
    right: 20px;
  }
}
.arrow__item--next::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: -23px;
  top: 50%;
  transform: translateY(-50%);
  background: no-repeat url(../img/arrownext.svg);
  width: 20px;
  height: 20px;
  background-size: contain;
}

.arrow__item--previous {
  position: absolute;
  left: 50px;
  top: 0;
  color: #52bcb1 !important;
}
@media screen and (max-width: 576px) {
  .arrow__item--previous {
    left: 20px;
  }
}
.arrow__item--previous::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  background: no-repeat url(../img/arrowback.svg);
  width: 20px;
  height: 20px;
  background-size: contain;
}

ul.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 50px;
  font-size: 1.8rem;
  padding-bottom: 100px;
}
@media screen and (max-width: 992px) {
  ul.page-numbers {
    font-size: 1.4rem;
  }
}

li .page-numbers {
  padding: 0 10px;
  color: rgba(82, 188, 177, 0.5);
}
li .page-numbers.current {
  color: #52bcb1;
}

.floating-banner {
  opacity: 0;
  visibility: hidden;
}

.home .floating-banner {
  opacity: 1;
  visibility: initial;
}

.floating-banner {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 200;
  transition: opacity 0.3s, visibility 0.3s;
}
.floating-banner--up {
  bottom: 150px;
}
@media screen and (max-width: 992px) {
  .floating-banner--up {
    bottom: 115px;
  }
}
.floating-banner.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.floating-banner__close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: white;
  color: #333;
  border: 1px solid #333;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .floating-banner__img {
    width: 150px;
  }
}/*# sourceMappingURL=common.css.map */