@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #313131;
}

html,
body {
  font-family: "Noto Serif JP", serif, "Yu Mincho", YuMincho, "Hiragino Mincho Pro";
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-weight: 400;
}

a {
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

p,
li,
a {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
  p,
  li,
  a {
    font-size: 2rem;
  }
}

ul {
  list-style: none;
}

li {
  list-style: none;
  font-size: 1.6rem;
}
@media (min-width: 992px) {
  li {
    font-size: 1.7rem;
  }
}

img {
  vertical-align: middle;
  width: 100%;
}

.sp-only {
  display: block;
}
@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

.pc-only {
  display: none;
}
@media (min-width: 768px) {
  .pc-only {
    display: block;
  }
}

.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .header__list {
    background: #fff;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 15px;
    height: 88px;
    z-index: 9999;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
}
.header__inner {
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  z-index: 9999;
}
@media (max-width: 767px) {
  .header__inner {
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
}
@media (min-width: 768px) {
  .header__inner {
    position: static;
  }
}
@media (max-width: 767px) {
  .header__logo.active {
    z-index: 9999;
  }
}
.header__logo img {
  max-width: 114px;
  padding: 16px;
}
@media (min-width: 768px) {
  .header__logo img {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 140px;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .header__logo img {
    max-width: 272px;
  }
}
.header__menu {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.6s all linear;
  transition: 0.6s all linear;
}
@media (min-width: 768px) {
  .header__menu {
    visibility: visible;
    opacity: 1;
    display: block;
    margin-left: auto;
  }
}
.header__menu.active {
  display: block;
  visibility: visible;
  opacity: 1;
  z-index: 2;
}
.header__menu ul {
  position: fixed;
  background: #ffffff;
  z-index: 999;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #FF9A97;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 70px 0 0px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media (min-width: 768px) {
  .header__menu ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background: none;
    position: static;
    padding: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.header__menu ul li {
  margin-top: 15px;
  border-top: 1px solid #FF9A97;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .header__menu ul li:nth-child(6) {
    border-bottom: 1px solid #FF9A97;
  }
}
@media (min-width: 768px) {
  .header__menu ul li {
    margin-left: 14px;
    position: relative;
    padding-bottom: 0;
    border-top: 0;
    width: auto;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .header__menu ul li {
    margin-left: 40px;
  }
}
.header__menu ul li a {
  white-space: nowrap;
  font-size: 1.375rem;
  display: block;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .header__menu ul li a {
    margin: 0 auto;
    max-width: 80%;
  }
  .header__menu ul li a img {
    display: block;
  }
  .header__menu ul li a img:nth-child(1) {
    width: 30px;
    margin-right: 10px;
  }
  .header__menu ul li a img:nth-child(2) {
    width: 30px;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .header__menu ul li a {
    position: relative;
    display: inline-block;
  }
  .header__menu ul li a img {
    display: none;
  }
  .header__menu ul li a::after {
    position: absolute;
    bottom: 14px;
    left: 50%;
    content: "";
    width: 0;
    height: 1px;
    background-color: #FF9A97;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .header__menu ul li a:hover::after {
    width: 40px;
  }
}
@media (min-width: 768px) {
  .header__menu ul li a {
    font-size: 0.9375rem;
  }
}
@media (min-width: 992px) {
  .header__menu ul li a {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .header__menu ul li a {
    font-size: 1.125rem;
  }
}
.header__menu ul li a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .header__menu ul li a:hover {
    opacity: 1;
  }
}
.header__menu ul li a:active {
  opacity: 0.7;
}
@media (min-width: 768px) {
  .header__menu ul li a:active {
    opacity: 1;
  }
}
.header__icon {
  position: absolute;
  top: 0;
  right: 6px;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: fixed;
  z-index: 1000;
}
@media (min-width: 768px) {
  .header__icon {
    display: none;
  }
}
.header__icon span {
  display: block;
  width: 32px;
  height: 0;
  border-top: 1px #313131 solid;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__icon span:nth-child(1) {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.header__icon span:nth-child(3) {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.header__icon.active span:nth-child(1) {
  -webkit-transform: translateY(1px) rotate(45deg);
          transform: translateY(1px) rotate(45deg);
}
.header__icon.active span:nth-child(3) {
  -webkit-transform: translateY(-1px) rotate(-45deg);
          transform: translateY(-1px) rotate(-45deg);
}
.header__icon.active span:nth-child(2) {
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.header__tel {
  z-index: 9999;
  text-align: center;
}
@media (min-width: 768px) {
  .header__tel {
    display: none;
  }
}
@media (min-width: 1200px) {
  .header__tel {
    padding-left: 20px;
    display: block;
  }
}
@media (max-width: 767px) {
  .header__tel {
    padding-left: 60px;
    position: absolute;
    top: 50%;
    left: 160px;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
}
.header__tel > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: initial;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #FF9A97;
  width: 100%;
  height: 26px;
  font-size: 1.25rem;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .header__tel > a {
    width: 217px;
    height: 35px;
    font-size: 1.6875rem;
  }
}
.header__tel > a img {
  max-width: 26px;
  border-style: none;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .header__tel > a img {
    max-width: 39px;
  }
}
@media (max-width: 767px) {
  .header__tel > a img {
    margin-right: 6px;
  }
}
.header__tel > p {
  display: none;
}
@media (min-width: 992px) {
  .header__tel > p {
    display: block;
    font-size: 0.8125rem;
    padding-top: 4px;
  }
}

.footer {
  background-color: #fff;
}
.footer__nav {
  padding: 70px 15px;
}
@media (min-width: 768px) {
  .footer__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .footer__nav ul li {
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 1100px) {
  .footer__nav ul li {
    padding-right: 40px;
  }
}
@media (min-width: 768px) {
  .footer__nav ul li:last-of-type {
    padding-right: 0;
  }
  .footer__nav ul li a {
    text-align: center;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .footer__nav ul li a {
    font-size: 1rem;
  }
}
@media (min-width: 768px) and (min-width: 1100px) {
  .footer__nav ul li a {
    font-size: 1.125rem;
  }
}
.footer p.copy {
  font-size: 0.75rem;
  background: #FF9A97;
  color: #fff;
  text-align: center;
  padding: 14px;
}

.f-red {
  color: #f22f29;
}

.bg-inner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(#fefdfe), color-stop(#fefbfd), color-stop(#fef8fb), color-stop(#fff6f8), color-stop(#fff4f5), color-stop(#fff2f2), color-stop(#fff0ef), color-stop(#ffeeec), color-stop(#ffebea), color-stop(#ffe9e7), to(#ffe6e5));
  background-image: linear-gradient(to bottom, #ffffff, #fefdfe, #fefbfd, #fef8fb, #fff6f8, #fff4f5, #fff2f2, #fff0ef, #ffeeec, #ffebea, #ffe9e7, #ffe6e5);
}

.bg-inner-home {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), color-stop(#fefdfe), color-stop(#fefbfd), color-stop(#fef8fb), color-stop(#fff6f8), color-stop(#fff4f5), color-stop(#fff2f2), color-stop(#fff0ef), color-stop(#ffeeec), color-stop(#ffebea), color-stop(#ffe9e7), to(#ffe6e5));
  background-image: linear-gradient(to top, #ffffff, #fefdfe, #fefbfd, #fef8fb, #fff6f8, #fff4f5, #fff2f2, #fff0ef, #ffeeec, #ffebea, #ffe9e7, #ffe6e5);
}

#page-top {
  position: fixed;
  z-index: 999;
}
#page-top a {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 52px;
  height: 52px;
  background: #FF9A97;
  border: 2px solid #fff;
  border-radius: 50%;
}
@media (min-width: 768px) {
  #page-top a {
    width: 64px;
    height: 64px;
  }
}
#page-top a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  #page-top a:hover {
    opacity: 0.5;
  }
}
#page-top a span.arrow-top {
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: 5px;
}
@media (min-width: 768px) {
  #page-top a span.arrow-top {
    width: 16px;
    height: 16px;
  }
}

.common-heading {
  margin-top: 60.766px;
  padding-top: 70px;
  text-align: center;
}
@media (min-width: 768px) {
  .common-heading {
    margin-top: 88px;
    padding-top: 125px;
  }
}
.common-heading h1 {
  display: inline-block;
  font-size: 1.5625rem;
  font-weight: 400;
  position: relative;
}
@media (min-width: 768px) {
  .common-heading h1 {
    font-size: 2.1875rem;
  }
}
.common-heading h1::before {
  content: url(../../assets/img/sakura_left.png);
  position: absolute;
  top: -30px;
  left: -60px;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
@media (min-width: 768px) {
  .common-heading h1::before {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    top: -30px;
    left: -76px;
  }
}
.common-heading h1::after {
  content: url(../../assets/img/sakura_right.png);
  position: absolute;
  bottom: -20px;
  right: -66px;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
@media (min-width: 768px) {
  .common-heading h1::after {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    bottom: -20px;
    right: -80px;
  }
}

.slick-slide {
  margin-right: 2vw !important;
  margin-left: vw !important;
}

.pdf {
  text-align: center;
}
@media (min-width: 768px) {
  .pdf {
    text-align: left;
    margin-top: 16px;
  }
}
.pdf a {
  background: #dedede;
  border-radius: 5px;
  font-size: 16px;
  padding: 15px;
}
@media (min-width: 768px) {
  .pdf a {
    padding: 10px 15px;
  }
}
.pdf a img {
  width: 33px;
  padding-bottom: 7px;
}

.h3-list ul {
  display: grid;
  height: auto;
  grid-template-columns: 48% 48%;
  grid-template-rows: auto auto;
  gap: 16px;
}
@media (min-width: 768px) {
  .h3-list ul {
    max-width: 700px;
    margin: 0 auto;
    grid-template-columns: 220px 220px 220px;
    gap: 20px;
  }
}
.h3-list ul li a {
  font-size: 0.9375rem;
  background: #fff;
  border: 2px solid #FF9A97;
  border-radius: 10px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  .h3-list ul li a {
    font-size: 1.125rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 20px;
  }
}
.h3-list ul li a img {
  max-width: 24px;
  margin-top: 10px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (min-width: 768px) {
  .h3-list ul li a img {
    margin-top: 0 !important;
    max-width: 32px;
    margin-top: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

/* フェードイン用のCSS */
.slide-bottom {
  opacity: 0;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  -webkit-transition: all 1.3s 0s ease-out;
  transition: all 1.3s 0s ease-out;
}

@media (min-width: 768px) {
  .slide-bottom2 {
    opacity: 0;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    -webkit-transition: all 1.3s 0s ease-out;
    transition: all 1.3s 0s ease-out;
  }
}

.transition-wait1 {
  -webkit-transition: all 1.3s 0.4s ease-out;
  transition: all 1.3s 0.4s ease-out;
}

.transition-wait2 {
  -webkit-transition: all 1.3s 0.8s ease-out;
  transition: all 1.3s 0.8s ease-out;
}

.transition-wait3 {
  -webkit-transition: all 1.3s 1.2s ease-out;
  transition: all 1.3s 1.2s ease-out;
}

.transition-wait4 {
  -webkit-transition: all 1.3s 1.6s ease-out;
  transition: all 1.3s 1.6s ease-out;
}

.transition-wait5 {
  -webkit-transition: all 1.3s 2s ease-out;
  transition: all 1.3s 2s ease-out;
}

.transition-wait6 {
  -webkit-transition: all 1.3s 2.4s ease-out;
  transition: all 1.3s 2.4s ease-out;
}

.transition-wait7 {
  -webkit-transition: all 1.3s 2.8s ease-out;
  transition: all 1.3s 2.8s ease-out;
}

.transition-wait8 {
  -webkit-transition: all 1.3s 3.2s ease-out;
  transition: all 1.3s 3.2s ease-out;
}

.transition-wait9 {
  -webkit-transition: all 1.3s 3.6s ease-out;
  transition: all 1.3s 3.6s ease-out;
}

.transition-wait10 {
  -webkit-transition: all 1.3s 4s ease-out;
  transition: all 1.3s 4s ease-out;
}

.transition-wait11 {
  -webkit-transition: all 1.3s 4.4s ease-out;
  transition: all 1.3s 4.4s ease-out;
}

.mv__inner {
  position: relative;
  margin-top: 62px;
}
@media (min-width: 768px) {
  .mv__inner {
    margin-top: 88px;
  }
}
.mv__inner__txt {
  position: absolute;
  height: 50%;
}
@media (max-width: 767px) {
  .mv__inner__txt {
    top: 50px;
    left: 0;
    padding: 0 15px;
  }
}
@media (min-width: 768px) {
  .mv__inner__txt {
    top: 10%;
    left: 2%;
  }
}
@media (min-width: 1100px) {
  .mv__inner__txt {
    bottom: 40%;
    left: 10%;
  }
}
.mv__inner__txt > p {
  font-size: 1rem;
  text-align: center;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .mv__inner__txt > p {
    font-size: 1.25rem;
  }
}
@media (min-width: 1100px) {
  .mv__inner__txt > p {
    font-size: 1.4375rem;
  }
}
.mv__inner__txt ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  .mv__inner__txt ul {
    padding-top: 14px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (min-width: 1100px) {
  .mv__inner__txt ul {
    padding-top: 20px;
  }
}
@media (min-width: 1400px) {
  .mv__inner__txt ul {
    padding-top: 54px;
  }
}
.mv__inner__txt ul li {
  width: 31%;
  height: 30%;
  position: relative;
}
@media (min-width: 768px) {
  .mv__inner__txt ul li {
    width: 114px;
    height: 110px;
    margin-right: 20px;
  }
}
@media (min-width: 992px) {
  .mv__inner__txt ul li {
    width: 124px;
    height: 120px;
    margin-right: 30px;
  }
}
@media (min-width: 1100px) {
  .mv__inner__txt ul li {
    width: 168px;
    height: 160px;
    margin-right: 44px;
  }
}
.mv__inner__txt ul li.at-home {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .mv__inner__txt ul li.at-home {
    margin-bottom: 0;
  }
}
.mv__inner__txt ul li p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 0;
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.25;
  white-space: nowrap;
  text-align: center;
}
@media (min-width: 768px) {
  .mv__inner__txt ul li p {
    font-size: 0.8125rem;
    line-height: 1.5625;
  }
}
@media (min-width: 992px) {
  .mv__inner__txt ul li p {
    font-size: 1rem;
  }
}
.mv__inner__txt ul li img {
  width: 100%;
}
.mv__lead-txt {
  padding: 50px 15px 0;
  line-height: 1.75;
}
@media (min-width: 768px) {
  .mv__lead-txt {
    padding: 120px 15px 0;
    line-height: 2;
  }
}
.mv__lead-txt p {
  text-align: center;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .mv__lead-txt p {
    font-size: 1.125rem;
  }
}

.topics__inner {
  padding: 150px 15px 0;
}
.topics__inner > div.h2-ttl {
  font-weight: 400;
}
@media (max-width: 767px) {
  .topics__inner > div.h2-ttl {
    text-align: right;
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .topics__inner > div.h2-ttl {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    padding-left: 160px;
  }
}
.topics__inner > div.h2-ttl p {
  text-align: right;
}
.topics__inner > div.h2-ttl p:nth-child(1) {
  font-size: 4.625rem;
  color: #fff;
}
@media (min-width: 768px) {
  .topics__inner > div.h2-ttl p:nth-child(1) {
    font-size: 6.625rem;
    padding-right: 30px;
  }
}
.topics__inner > div.h2-ttl p:nth-child(2) {
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .topics__inner > div.h2-ttl p:nth-child(2) {
    font-size: 1.875rem;
  }
}
@media (max-width: 767px) {
  .topics__inner > div.h2-ttl p:nth-child(2) {
    position: relative;
  }
  .topics__inner > div.h2-ttl p:nth-child(2)::after {
    content: "";
    display: inline-block;
    width: 43px;
    height: 1px;
    background-color: #fb908d;
    position: absolute;
    bottom: -4px;
    right: 0;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
}
.topics__inner ul.topics-list {
  padding-top: 50px;
}
@media (min-width: 768px) {
  .topics__inner ul.topics-list {
    margin: 0 auto;
    max-width: 740px;
  }
}
.topics__inner ul.topics-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  border-bottom: 1px dashed #FF9A97;
}
.topics__inner ul.topics-list li time {
  font-size: 0.875rem;
  padding-right: 30px;
}
@media (min-width: 768px) {
  .topics__inner ul.topics-list li time {
    font-size: 1.125rem;
  }
}
.topics__inner ul.topics-list li > div p.topics-head {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .topics__inner ul.topics-list li > div p.topics-head {
    font-size: 1.25rem;
  }
}
.topics__inner ul.topics-list li > div p.topics-foot {
  font-size: 0.875rem;
  padding-top: 8px;
}
@media (min-width: 768px) {
  .topics__inner ul.topics-list li > div p.topics-foot {
    font-size: 1rem;
  }
}
.topics__inner ul.topics-list li > div p a {
  font-size: 0.875rem;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .topics__inner ul.topics-list li > div p a {
    font-size: 1rem;
  }
}
.topics__inner ul.topics-list li > div p a:hover {
  color: #FF9A97;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.pharmacist {
  padding: 160px 15px 0;
}
@media (min-width: 768px) {
  .pharmacist {
    margin: 0 auto;
    width: 740px;
  }
}
.pharmacist__inner h2 {
  font-size: 1.25rem;
  font-weight: 400;
  text-align: center;
  position: relative;
}
.pharmacist__inner h2::after {
  content: "";
  display: inline-block;
  width: 43px;
  height: 1px;
  background-color: #fb908d;
  position: absolute;
  bottom: -4px;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
@media (min-width: 768px) {
  .pharmacist__inner h2::after {
    width: 68px;
  }
}
@media (min-width: 768px) {
  .pharmacist__inner h2 {
    font-size: 1.875rem;
  }
}
.pharmacist__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 36px;
}
@media (min-width: 768px) {
  .pharmacist__head {
    padding-top: 60px;
  }
}
.pharmacist__head > div {
  margin-right: 20px;
}
.pharmacist__head > div img {
  min-width: 138px;
}
@media (min-width: 768px) {
  .pharmacist__head > div img {
    min-width: 178px;
  }
}
.pharmacist__head p.balloon {
  font-size: 0.8125rem;
  position: relative;
  width: 100%;
  padding: 18px 16px;
  text-align: center;
  background-color: #fff;
  text-align: center;
  color: #000;
  border: 1px dashed #FF9A97;
  border-radius: 15px;
  margin: 0 auto;
  line-height: 1.7;
  text-align: left;
}
@media (min-width: 768px) {
  .pharmacist__head p.balloon {
    font-size: 1rem;
    line-height: 2;
    padding: 26px 10px;
  }
}
.pharmacist__head p.balloon::before {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  left: -11px;
  top: 40%;
  -webkit-transform: translateY(50%) translateX(-50%);
          transform: translateY(50%) translateX(-50%);
  margin: 0 auto;
  border-top: 1px dashed #FF9A97;
  border-right: 1px dashed #FF9A97;
  background-color: #fff;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.pharmacist__foot {
  padding-top: 14px;
}
.pharmacist__foot p:nth-child(1) {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .pharmacist__foot p:nth-child(1) {
    font-size: 1.375rem;
  }
}
.pharmacist__foot p:nth-child(2) {
  padding-top: 6px;
  font-size: 0.8125rem;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .pharmacist__foot p:nth-child(2) {
    font-size: 1rem;
  }
}

.guid {
  background: #ffeae9;
  margin-top: 130px;
  padding: 30px 15px 68px;
}
@media (min-width: 768px) {
  .guid {
    margin-top: 260px;
    padding: 100px 15px 120px;
  }
}
.guid__inner {
  margin: 0 auto;
  max-width: 856px;
}
.guid__inner h2 {
  font-size: 1.25rem;
  font-weight: 400;
  text-align: center;
  position: relative;
  margin-bottom: 24px;
}
.guid__inner h2::after {
  content: "";
  display: inline-block;
  width: 43px;
  height: 1px;
  background-color: #fb908d;
  position: absolute;
  bottom: -4px;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
@media (min-width: 768px) {
  .guid__inner h2::after {
    width: 68px;
  }
}
@media (min-width: 768px) {
  .guid__inner h2 {
    font-size: 1.875rem;
    margin-bottom: 50px;
  }
}
.guid__head {
  background: #fff;
  border-radius: 19px;
  padding: 30px 15px;
}
@media (min-width: 768px) {
  .guid__head {
    padding: 40px 64px;
  }
}
.guid__head section {
  padding-bottom: 52px;
}
@media (min-width: 768px) {
  .guid__head section {
    padding-bottom: 60px;
  }
}
.guid__head p.guid-ttl {
  position: relative;
  font-size: 1.125rem;
  margin-left: 20px;
}
@media (min-width: 768px) {
  .guid__head p.guid-ttl {
    font-size: 1.4375rem;
    margin-left: 30px;
  }
}
.guid__head p.guid-ttl::before {
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
  content: "";
  width: 16px;
  height: 16px;
  background: #FF9A97;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .guid__head p.guid-ttl::before {
    width: 20px;
    height: 20px;
    left: -30px;
  }
}
.guid__head p:nth-child(2) {
  padding-top: 16px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .guid__head p:nth-child(2) {
    font-size: 1.125rem;
  }
}
.guid__tel {
  text-align: center;
}
.guid__tel p.guid-lead {
  font-size: 1.125rem;
  margin-bottom: 10px;
}
.guid__tel p.guid-tel {
  margin-bottom: 10px;
}
.guid__tel > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 100%;
  min-width: initial;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #FF9A97;
  width: 266px;
  font-size: 2.125rem;
  line-height: 0.69;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .guid__tel > a {
    width: 400px;
    font-size: 3.25rem;
  }
}
.guid__tel > a img {
  max-width: 46px;
  border-style: none;
  vertical-align: middle;
  margin-right: 6px;
}
@media (min-width: 768px) {
  .guid__tel > a img {
    max-width: 63px;
    margin-right: 0;
  }
}
.guid__tel > p {
  font-size: 0.8125rem;
  padding-top: 4px;
}
.guid__fax {
  margin-top: 20px;
  border: 1px solid #232323;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .guid__fax {
    border-radius: 24px;
    max-width: 340px;
  }
}
.guid__fax p:nth-child(1) {
  font-size: 1rem;
  padding-right: 4px;
}
@media (min-width: 768px) {
  .guid__fax p:nth-child(1) {
    font-size: 1.25rem;
  }
}
.guid__fax p:nth-child(3) {
  font-size: 1.25rem;
  padding-left: 18px;
}
@media (min-width: 768px) {
  .guid__fax p:nth-child(3) {
    font-size: 1.375rem;
  }
}
.guid__fax img {
  width: 13px;
}

.access {
  background: #ffeae9;
  padding: 0px 15px 48px;
}
.access.about-access {
  background: none;
}
@media (min-width: 768px) {
  .access {
    padding: 0px 15px 142px;
  }
}
.access__inner {
  margin: 0 auto;
  max-width: 856px;
  max-width: 1085px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .access__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.access__inner div img {
  width: 100%;
}
@media (min-width: 768px) {
  .access__inner div img {
    max-width: 466px;
  }
}
@media (max-width: 767px) {
  .access__inner div.map {
    height: 170px;
    width: 100%;
  }
}
.access__inner div.map iframe {
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .access__inner div.map iframe {
    height: 273px;
    width: 466px;
  }
}
.access__inner div.access-txt {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .access__inner div.access-txt {
    padding-top: 0;
    padding-left: 26px;
  }
}
.access__inner div.access-txt p {
  font-size: 1.25rem;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .access__inner div.access-txt p {
    font-size: 1.4375rem;
  }
}
.access__inner div.access-txt section {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .access__inner div.access-txt section:nth-child(3) {
    padding-bottom: 0;
  }
}
.access__inner div.access-txt section p:nth-child(1) {
  font-size: 0.9375rem;
  background: #FF9A97;
  border-radius: 20px;
  display: inline;
  padding: 3px 14px;
  color: #fff;
}
@media (min-width: 768px) {
  .access__inner div.access-txt section p:nth-child(1) {
    font-size: 0.875rem;
    border-radius: 13px;
  }
}
.access__inner div.access-txt section p:nth-child(2) {
  font-size: 1rem;
  margin-top: 4px;
}

.products {
  padding: 0 15px 66px;
}
@media (min-width: 768px) {
  .products {
    padding: 0 15px 166px;
  }
}
.products > p {
  font-size: 0.9375rem;
  text-align: center;
  padding-top: 40px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .products > p {
    font-size: 1rem;
    padding-top: 50px;
  }
}
.products__container {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .products__container {
    padding-top: 76px;
  }
}
.products__container ul {
  display: grid;
  height: auto;
  grid-template-columns: 48% 48%;
  grid-template-rows: auto auto;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .products__container ul {
    grid-template-columns: 232px 232px 232px;
    gap: 20px;
  }
}
@media (min-width: 992px) {
  .products__container ul {
    grid-template-columns: 282px 282px 282px;
    gap: 54px;
  }
}
.products__container ul li {
  background: #fff;
  border: 2px solid #FF9A97;
  -webkit-box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.16);
}
@media (min-width: 768px) {
  .products__container ul li a img {
    max-width: 282px;
  }
}
.products__container ul li a > div {
  padding: 10px;
}
@media (min-width: 768px) {
  .products__container ul li a > div {
    padding: 14px;
  }
}
.products__container ul li a > div p:nth-child(1) {
  font-size: 0.875rem;
  font-weight: 700;
  padding-bottom: 4px;
}
@media (min-width: 768px) {
  .products__container ul li a > div p:nth-child(1) {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .products__container ul li a > div p:nth-child(1) {
    font-size: 1.4375rem;
  }
}
.products__container ul li a > div p:nth-child(2) {
  font-size: 0.8125rem;
}
@media (min-width: 768px) {
  .products__container ul li a > div p:nth-child(2) {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .products__container ul li a > div p:nth-child(2) {
    font-size: 1.125rem;
  }
}

.about__img {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .about__img {
    padding: 100px 15px 0;
  }
  .about__img ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about__img ul li {
    margin-right: 20px;
  }
  .about__img ul li:nth-child(3) {
    margin-right: 0;
  }
}
.about__txt {
  padding: 0 15px 50px;
}
@media (min-width: 768px) {
  .about__txt {
    padding: 0 15px 150px;
  }
}
@media (min-width: 768px) {
  .about__txt div {
    margin: 0 auto;
    max-width: 700px;
  }
}
.about__txt div:nth-child(1) {
  padding-top: 60px;
}
@media (min-width: 768px) {
  .about__txt div:nth-child(1) {
    padding-top: 68px;
  }
}
.about__txt div:nth-child(1) h2 {
  color: #FF9A97;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .about__txt div:nth-child(1) h2 {
    font-size: 1.375rem;
  }
}
.about__txt div:nth-child(1) p {
  font-size: 0.9375rem;
  line-height: 1.6;
  text-align: center;
  padding-top: 24px;
}
@media (min-width: 768px) {
  .about__txt div:nth-child(1) p {
    font-size: 1.125rem;
    padding-top: 20px;
  }
}
.about__txt div:nth-child(2) {
  padding-top: 66px;
}
@media (min-width: 768px) {
  .about__txt div:nth-child(2) {
    padding-top: 90px;
  }
}
.about__txt div:nth-child(2) h3 {
  font-size: 1.125rem;
  text-align: center;
  padding-bottom: 10px;
}
.about__txt div:nth-child(2) p {
  font-size: 0.9375rem;
  line-height: 1.6;
  padding-top: 14px;
  background: #fff;
  border-radius: 19px;
  border: 2px solid #FF9A97;
  padding: 14px;
}
@media (min-width: 768px) {
  .about__txt div:nth-child(2) p {
    font-size: 1rem;
    padding: 20px 30px;
  }
}

.step__wrap {
  padding: 40px 15px;
}
@media (min-width: 768px) {
  .step__wrap {
    margin: 0 auto;
    max-width: 768px;
    padding-top: 100px;
  }
}
.step__wrap ol li {
  margin-bottom: 20px;
  padding-bottom: 70px;
}
@media (min-width: 768px) {
  .step__wrap ol li:nth-child(1) {
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .step__wrap ol li:nth-child(2) {
    padding-bottom: 78px;
  }
}
.step__wrap ol li div.step-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .step__wrap ol li div.step-title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.step__wrap ol li div.step-title p:nth-child(1) {
  display: inline-block;
  color: #fff;
  border-radius: 50%;
  background: #FF9A97;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .step__wrap ol li div.step-title p:nth-child(1) {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .step__wrap ol li div.step-title p:nth-child(1).bar {
    margin-bottom: 0px;
    position: relative;
  }
  .step__wrap ol li div.step-title p:nth-child(1).bar::after {
    position: absolute;
    content: "";
    top: 70px;
    left: 50%;
    -webkit-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
    background: #FF9A97;
    width: 3px;
    height: 210px;
  }
}
.step__wrap ol li div.step-title p:nth-child(2) {
  position: relative;
}
@media (max-width: 767px) {
  .step__wrap ol li div.step-title p:nth-child(2) {
    font-size: 1.125rem;
    font-weight: 700;
    text-align: center;
  }
  .step__wrap ol li div.step-title p:nth-child(2)::after {
    position: absolute;
    border-bottom: 2px solid #FF9A97;
    width: 150px;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
    content: "";
  }
}
@media (min-width: 768px) {
  .step__wrap ol li div.step-title p:nth-child(2) {
    font-size: 1.4375rem;
    padding-left: 26px;
    font-weight: 400;
  }
}
.step__wrap ol li div.step-txt p {
  font-size: 0.9375rem;
  line-height: 1.4;
  padding-top: 40px;
}
@media (min-width: 768px) {
  .step__wrap ol li div.step-txt p {
    font-size: 1.125rem;
    padding-left: 76px;
    padding-top: 0px;
  }
}

.talk {
  padding: 0 15px 60px;
}
@media (min-width: 768px) {
  .talk {
    padding: 0 15px 94px;
  }
}
.talk__txt {
  padding: 28px 20px;
  border: 2px solid #FF9A97;
  background: #fff;
}
@media (min-width: 768px) {
  .talk__txt {
    padding: 40px;
    margin: 0 auto;
    max-width: 768px;
  }
}
.talk__txt p {
  font-size: 0.9375rem;
  text-align: center;
}
@media (min-width: 768px) {
  .talk__txt p {
    font-size: 1rem;
  }
}
.talk__txt p:nth-child(1) {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.talk__txt p:nth-child(1)::after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateY(0) translateX(-50%);
          transform: translateY(0) translateX(-50%);
  background: #FF9A97;
  width: 88%;
  height: 2px;
}
@media (min-width: 768px) {
  .talk__txt p:nth-child(1)::after {
    width: 500px;
  }
}
@media (min-width: 768px) {
  .talk__txt p:nth-child(1) {
    font-size: 1.125rem;
  }
}
.talk__txt p:nth-child(3) {
  padding-top: 20px;
}
.talk__tel {
  text-align: center;
  padding-top: 60px;
}
.talk__tel p.guid-lead {
  font-size: 1.125rem;
  margin-bottom: 10px;
}
.talk__tel p.guid-tel {
  margin-bottom: 10px;
}
.talk__tel > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 100%;
  min-width: initial;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #FF9A97;
  width: 266px;
  font-size: 2.125rem;
  line-height: 0.69;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .talk__tel > a {
    width: 400px;
    font-size: 3.25rem;
  }
}
.talk__tel > a img {
  max-width: 46px;
  border-style: none;
  vertical-align: middle;
  margin-right: 6px;
}
@media (min-width: 768px) {
  .talk__tel > a img {
    max-width: 63px;
    margin-right: 0px;
  }
}
.talk__tel > p {
  font-size: 0.8125rem;
  padding: 4px 0 10px;
}
.talk__fax {
  margin-top: 20px;
  border: 1px solid #232323;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .talk__fax {
    border-radius: 24px;
    max-width: 340px;
  }
}
.talk__fax p:nth-child(1) {
  font-size: 1rem;
  padding-right: 4px;
}
@media (min-width: 768px) {
  .talk__fax p:nth-child(1) {
    font-size: 1.25rem;
  }
}
.talk__fax p:nth-child(3) {
  font-size: 1.25rem;
  padding-left: 18px;
}
@media (min-width: 768px) {
  .talk__fax p:nth-child(3) {
    font-size: 1.375rem;
  }
}
.talk__fax img {
  width: 13px;
}

.question {
  padding: 0 15px 70px;
}
@media (min-width: 768px) {
  .question {
    padding: 0 15px 160px;
  }
}
.question__head {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .question__head {
    padding-top: 100px;
  }
}
@media (min-width: 768px) {
  .question__accordion {
    max-width: 857px;
    margin: 0 auto;
  }
}
.question__accordion section {
  margin-top: 118px;
}
.question__accordion h3 {
  font-size: 1.125rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 縦位置の調整 */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* 横位置の調整 */
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .question__accordion h3 {
    font-size: 1.4375rem;
    padding-bottom: 40px;
  }
}
.question__accordion h3::before {
  content: "";
  -webkit-box-flex: 0.1;
      -ms-flex-positive: 0.1;
          flex-grow: 0.1; /* 少数にする */
  height: 1px;
  background: #232323;
  margin-right: 10px;
}
.question__accordion h3::after {
  content: "";
  -webkit-box-flex: 0.1;
      -ms-flex-positive: 0.1;
          flex-grow: 0.1; /* 少数にする */
  height: 1px;
  background: #232323;
  margin-left: 10px;
}
.question__accordion div.accordion-item {
  margin-bottom: 15px;
}
.question__accordion div p {
  line-height: 1.5;
}
.question__accordion div p.accordion-title {
  color: #fff;
  cursor: pointer;
  font-size: 0.9375rem;
  padding: 16px 60px;
  background-color: #FF9A97;
  position: relative;
}
@media (min-width: 768px) {
  .question__accordion div p.accordion-title {
    font-size: 1.125rem;
  }
}
.question__accordion div p.accordion-title::after {
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  right: 25px;
  top: 38%;
  -webkit-transition: 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: 0.3s ease-in-out, top 0.3s ease-in-out;
  width: 12px;
}
@media (min-width: 768px) {
  .question__accordion div p.accordion-title::after {
    right: 25px;
    top: 38%;
  }
}
.question__accordion div p.accordion-title::before {
  content: "Q";
  width: 28px;
  height: 28px;
  background: #fff;
  color: #FF9A97;
  display: block;
  text-align: center;
  position: absolute;
  left: 20px;
}
.question__accordion div div.accordion-content {
  display: none;
  padding: 16px 58px;
  background: #fff;
  border: 2px solid #FF9A97;
  position: relative;
}
.question__accordion div div.accordion-content::before {
  content: "A";
  width: 28px;
  height: 28px;
  background: #FF9A97;
  color: #fff;
  display: block;
  text-align: center;
  position: absolute;
  left: 18px;
}
.question__accordion div div p, .question__accordion div div a {
  font-size: 0.9375rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .question__accordion div div p, .question__accordion div div a {
    font-size: 1.125rem;
  }
}

.accordion-title::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.accordion-title.open::after {
  top: 45%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.store {
  padding: 0 15px;
}
@media (min-width: 768px) {
  .store {
    max-width: 767px;
    margin: 0 auto;
  }
}
.store__head {
  padding-top: 40px;
  padding-bottom: 86px;
}
@media (min-width: 768px) {
  .store__head {
    padding-top: 100px;
    padding-bottom: 180px;
  }
}
.store__foot section {
  text-align: center;
}
.store__foot section > h3 {
  color: #fff;
  background: #FF9A97;
  border-radius: 25px;
  font-weight: 700;
  font-size: 1.125rem;
  padding: 4px 26px;
  display: inline-block;
  text-align: center;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .store__foot section > h3 {
    font-size: 1.4375rem;
    margin-bottom: 32px;
  }
}
.store__foot section > p {
  font-size: 0.9375rem;
}
@media (min-width: 768px) {
  .store__foot section > p {
    font-size: 1.125rem;
  }
}
.store__foot section.st01 div.st01-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 36px 0 180px;
}
@media (min-width: 768px) {
  .store__foot section.st01 div.st01-tel {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 340px;
    margin: 32px auto 170px;
  }
}
.store__foot section.st01 div.st01-tel p:nth-child(1) {
  font-size: 0.9375rem;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .store__foot section.st01 div.st01-tel p:nth-child(1) {
    font-size: 1rem;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .store__foot section.st01 div.st01-tel p:nth-child(1)::after {
    content: "▶";
    color: #FF9A97;
  }
}
.store__foot section.st01 div.st01-tel p:nth-child(2) a {
  font-size: 1.875rem;
}
@media (min-width: 768px) {
  .store__foot section.st01 div.st01-tel p:nth-child(2) a {
    font-size: 1.6875rem;
  }
}
@media (max-width: 767px) {
  .store__foot section.st01 div.st01-tel p:nth-child(2) a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .store__foot section.st01 div.st01-tel p:nth-child(2) a img {
    max-width: 38px;
    margin-right: 10px;
  }
}
.store__foot section.st02 div.st02-table {
  margin: 20px 0 166px;
  display: grid;
  grid-template-rows: 27px 50px 78px 50px;
  border: 1px solid #cfcfcf;
}
@media (min-width: 768px) {
  .store__foot section.st02 div.st02-table {
    grid-template-columns: 1fr 280px 1fr;
    grid-template-rows: 30px 60px;
    margin: 24px 0 180px;
  }
}
.store__foot section.st02 div p {
  font-size: 0.9375rem;
}
@media (min-width: 768px) {
  .store__foot section.st02 div p {
    font-size: 1rem;
  }
}
.store__foot section.st02 div p:nth-child(1) {
  grid-row: 1/2;
  grid-column: 1/2;
  background: #cfcfcf;
  font-size: 0.875rem;
  display: grid;
  place-items: center;
}
@media (min-width: 768px) {
  .store__foot section.st02 div p:nth-child(1) {
    grid-row: 1/2;
    grid-column: 1/4;
  }
}
.store__foot section.st02 div p:nth-child(2) {
  grid-row: 2/3;
  grid-column: 1/2;
  background-color: #fff;
  border-bottom: 1px solid #cfcfcf;
  display: grid;
  place-items: center;
}
@media (min-width: 768px) {
  .store__foot section.st02 div p:nth-child(2) {
    grid-row: 2/3;
    grid-column: 1/2;
    border-bottom: none;
    border-right: 1px solid #cfcfcf;
  }
}
.store__foot section.st02 div p:nth-child(3) {
  grid-row: 3/4;
  grid-column: 1/2;
  background-color: #fff;
  border-bottom: 1px solid #cfcfcf;
  display: grid;
  place-items: center;
}
@media (min-width: 768px) {
  .store__foot section.st02 div p:nth-child(3) {
    grid-row: 2/3;
    grid-column: 2/3;
    border-bottom: none;
    border-right: 1px solid #cfcfcf;
  }
}
.store__foot section.st02 div p:nth-child(4) {
  grid-row: 4/5;
  grid-column: 1/2;
  background-color: #fff;
  display: grid;
  place-items: center;
}
@media (min-width: 768px) {
  .store__foot section.st02 div p:nth-child(4) {
    grid-row: 2/3;
    grid-column: 3/4;
  }
}
.store__foot section.st03 div.st03-table {
  margin: 20px 0 166px;
  display: grid;
  grid-template-rows: 27px 50px 27px 50px;
  border: 1px solid #cfcfcf;
}
@media (min-width: 768px) {
  .store__foot section.st03 div.st03-table {
    grid-template-columns: 207px auto;
    grid-template-rows: 42px 42px;
    margin: 24px 0 180px;
  }
}
.store__foot section.st03 div p {
  font-size: 0.9375rem;
}
@media (min-width: 768px) {
  .store__foot section.st03 div p {
    font-size: 1rem;
  }
}
.store__foot section.st03 div p:nth-child(1) {
  grid-row: 1/2;
  grid-column: 1/2;
  background: #cfcfcf;
  font-size: 0.875rem;
  display: grid;
  place-items: center;
}
@media (min-width: 768px) {
  .store__foot section.st03 div p:nth-child(1) {
    font-size: 1rem;
    grid-row: 1/2;
    grid-column: 1/2;
    border-bottom: 1px solid #fff;
  }
}
.store__foot section.st03 div p:nth-child(2) {
  grid-row: 2/3;
  grid-column: 1/2;
  background-color: #fff;
  display: grid;
  place-items: center;
}
@media (min-width: 768px) {
  .store__foot section.st03 div p:nth-child(2) {
    grid-row: 1/2;
    grid-column: 2/3;
    border-bottom: 1px solid #cfcfcf;
  }
}
.store__foot section.st03 div p:nth-child(3) {
  grid-row: 3/4;
  grid-column: 1/2;
  background: #cfcfcf;
  display: grid;
  place-items: center;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .store__foot section.st03 div p:nth-child(3) {
    font-size: 1rem;
    grid-row: 2/3;
    grid-column: 1/2;
  }
}
.store__foot section.st03 div p:nth-child(4) {
  grid-row: 4/5;
  grid-column: 1/2;
  background-color: #fff;
  display: grid;
  place-items: center;
}
@media (min-width: 768px) {
  .store__foot section.st03 div p:nth-child(4) {
    grid-row: 2/3;
    grid-column: 2/3;
  }
}
.store__foot section.st04 {
  margin: 20px 0 166px;
}
@media (min-width: 768px) {
  .store__foot section.st04 {
    margin: 24px 0 180px;
  }
}
.store__foot section.st05 div.st05-table {
  display: grid;
  grid-template-rows: 30px 166px;
  border: 1px solid #cfcfcf;
  margin: 30px 0;
}
@media (min-width: 768px) {
  .store__foot section.st05 div.st05-table {
    grid-template-columns: auto;
    grid-template-rows: 40px 110px;
    margin: 30px 0 40px;
  }
}
.store__foot section.st05 div p {
  font-size: 0.9375rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .store__foot section.st05 div p {
    font-size: 1rem;
  }
}
.store__foot section.st05 div p:nth-child(1) {
  grid-row: 1/2;
  grid-column: 1/2;
  background: #cfcfcf;
  font-size: 0.9375rem;
  font-weight: 700;
  display: grid;
  place-items: center;
}
@media (min-width: 768px) {
  .store__foot section.st05 div p:nth-child(1) {
    font-size: 1.25rem;
  }
}
.store__foot section.st05 div p:nth-child(2) {
  grid-row: 2/3;
  grid-column: 1/2;
  background-color: #fff;
  display: grid;
  place-items: center;
  text-align: left;
  padding: 20px;
}
@media (min-width: 768px) {
  .store__foot section.st05 div p:nth-child(2) {
    padding: 20px 30px;
  }
}
.store__foot section.st05 div.st06-table {
  display: grid;
  grid-template-rows: 30px 1fr;
  border: 1px solid #cfcfcf;
  margin-bottom: 68px;
}
@media (min-width: 768px) {
  .store__foot section.st05 div.st06-table {
    grid-template-columns: auto;
    grid-template-rows: 40px 1fr;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .store__foot section.st05 div.st06-table {
    margin-bottom: 80px;
  }
}
.store__foot section.st05 div p {
  font-size: 0.9375rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .store__foot section.st05 div p {
    font-size: 1rem;
  }
}
.store__foot section.st05 div p:nth-child(1) {
  grid-row: 1/2;
  grid-column: 1/2;
  background: #cfcfcf;
  font-size: 0.9375rem;
  font-weight: 700;
  display: grid;
  place-items: center;
}
@media (min-width: 768px) {
  .store__foot section.st05 div p:nth-child(1) {
    font-size: 1.25rem;
  }
}
.store__foot section.st05 div p:nth-child(2) {
  grid-row: 2/3;
  grid-column: 1/2;
  background-color: #fff;
  display: grid;
  place-items: center;
  text-align: left;
  padding: 20px;
}
@media (min-width: 768px) {
  .store__foot section.st05 div p:nth-child(2) {
    padding: 20px 30px;
  }
}
.store__foot section.st05 div p span {
  font-weight: 700;
  display: contents;
}
@media (min-width: 768px) {
  .store__foot section.st05 div p span {
    font-size: 1.125rem;
  }
}

.news {
  padding: 140px 15px 140px;
}
@media (min-width: 768px) {
  .news {
    margin: 0 auto;
    max-width: 768px;
    padding: 240px 15px 160px;
  }
}
.news__title time {
  color: #8a8787;
}
.news__title div p {
  padding-top: 10px;
}
.news__title div p.p-main {
  color: #FF9A97;
  font-weight: bold;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .news__title div p.p-main {
    font-size: 1.5rem;
  }
}
.news__title div p.p-sub {
  font-size: 1rem;
}
.news section {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  padding: 20px;
  border-radius: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media (min-width: 768px) {
  .news section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 60px;
  }
}
.news section.flex-none {
  display: block;
}
.news section div.news-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .news section div.news-head {
    width: 30%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 0;
  }
}
.news section div.news-head img {
  max-width: 120px;
}
.news section div.news-head p {
  font-size: 0.875rem;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .news section div.news-head p {
    font-size: 1rem;
    padding-top: 10px;
  }
}
@media (min-width: 768px) {
  .news section div.news-foot {
    width: 70%;
  }
}
.news section div.news-foot p {
  font-size: 1rem;
  margin-left: auto;
  line-height: 1.8;
}
.news section div.news-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .news section div.news-flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.news section div.news-flex p {
  font-size: 1rem;
  line-height: 2;
}
.news section div.news-flex img {
  width: 40%;
  margin-left: auto;
}
@media (min-width: 768px) {
  .news section div.news-flex img {
    margin-left: 0;
  }
}

.news {
  padding: 140px 15px 140px;
}
@media (min-width: 768px) {
  .news {
    margin: 0 auto;
    max-width: 768px;
    padding: 240px 15px 160px;
  }
}
.news__title time {
  color: #8a8787;
}
.news__title div p {
  padding-top: 10px;
}
.news__title div p.p-main {
  color: #FF9A97;
  font-weight: bold;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .news__title div p.p-main {
    font-size: 1.5rem;
  }
}
.news__title div p.p-sub {
  font-size: 1rem;
}
.news div.news-base {
  margin-top: 30px;
  background: #fff;
  padding: 20px;
  border-radius: 14px;
}
@media (min-width: 768px) {
  .news div.news-base {
    padding: 60px;
  }
}
.news div.news-base h2 {
  font-size: 1.125rem;
  padding-top: 30px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .news div.news-base h2 {
    font-size: 1.25rem;
    padding-top: 60px;
  }
}
.news div.news-base h2:nth-child(1) {
  padding-top: 0px;
}
.news div.news-base div.news-text p {
  font-size: 1rem;
  line-height: 1.8;
}
.news div.news-base div.news-text p span.p-red {
  color: red;
}
.news div.news-base div.news-text p span.p-pink {
  color: #FF9A97;
  font-weight: bold;
}
.news div.news-base div.news-img {
  padding: 30px 0;
}
.news div.news-base div.news-table div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .news div.news-base div.news-table div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.news div.news-base div.news-table div p {
  font-size: 1rem;
  padding: 10px 0;
}
.news div.news-base div.news-table div p:nth-child(2) {
  color: #FF9A97;
  font-weight: bold;
  font-size: 1.125rem;
}
.news div div.news-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .news div div.news-flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.news div div.news-flex p {
  font-size: 1rem;
  line-height: 2;
}
.news div div.news-flex img {
  width: 40%;
  margin-left: auto;
}
@media (min-width: 768px) {
  .news div div.news-flex img {
    margin-left: 0;
  }
}
.news div div.news-padding {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .news div div.news-padding {
    padding-top: 80px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}