@charset "UTF-8";
/* --------------------------------------------------
    Resetting default margin and padding
-------------------------------------------------- */
/* !HTML5 elements
---------------------------------------------------------- */
header,
footer,
nav,
section,
aside,
article {
  display: block;
}

/* !Resetin
---------------------------------------------------------- */
body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td,
input,
a,
textarea,
select,
span,
nav,
section,
header,
figure,
button {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset,
img {
  border: 0;
}

img {
  vertical-align: top;
  max-width: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:after,
q:before {
  content: "";
}

abbr,
acronym {
  border: 0;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

/* !Layout
---------------------------------------------------------- */
html.scroll-lock,
html.scroll-lock body {
  overflow: hidden;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: #333333;
}

@media (min-width: 769px) {
  body {
    min-width: 1030px;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 1.3020833333vw;
  }
}
/* link
------------------------------------------------ */
a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-transition: all 0.3s !important;
  /* Chrome&Safari */
  /* Firefox */
  transition: all 0.3s !important;
}

/* !fs
------------------------------------------------ */
.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/* !fc
------------------------------------------------ */
@font-face {
  font-family: "Frutiger";
  src: url("../fonts/FrutigerLTStd-Roman.ttf");
  font-weight: 400;
}
.ff-frut {
  font-family: "Frutiger";
  font-weight: 400;
}

/* wrapper
----------------------------------------------- */
/* header
----------------------------------------------- */
#header {
  padding: 20px 0 0;
  border-bottom: 1px solid #B9B9B9;
}

.headerlogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 25px;
  width: 100%;
  height: 52px;
  background-color: #009A6E;
}

.headerlogo .logopic img {
  display: block;
  height: 36px;
}

.headermenu {
  margin: 20px 0 0;
  padding: 10px 0;
  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;
  font-size: 12px;
  font-weight: 700;
  color: #231815;
}

.headermenu .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
}

.headermenu .links .btnlink {
  width: 125px;
  line-height: 28px;
  color: #009A6E;
  text-align: center;
  border: 1px solid #00956E;
  border-radius: 3px;
}

@media screen and (min-width: 1025px) {
  .headerlogo a:hover,
  .headermenu a:hover {
    opacity: 0.8;
  }
  .headermenu .btnlink:hover {
    color: #fff;
    background-color: #00956E;
  }
}
@media (max-width: 768px) {
  #header {
    padding-top: 2rem;
    border-bottom: none;
  }
  .headerlogo {
    padding-right: 2.5rem;
    height: 5.2rem;
  }
  .headerlogo .logopic img {
    height: 3.6rem;
  }
  .headermenu {
    display: none;
  }
}
/* footer
----------------------------------------------- */
#footer {
  position: relative;
}

.l-footer {
  border-top: 1px solid #B9B9B9;
}

.footermenu {
  padding: 35px 0;
  border-top: 1px solid #B9B9B9;
}

.footermenu .menulist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4.5em;
     -moz-column-gap: 4.5em;
          column-gap: 4.5em;
  font-size: 12px;
  font-weight: 400;
  line-height: 2;
}

.footercon {
  padding: 20px 0;
  border-top: 4px solid #009A6E;
}

.footercon .inner {
  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;
}

.footerlogo img {
  display: block;
  height: 16px;
}

.copyright {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.back-top {
  position: absolute;
  right: max(50% - 575px, 18px);
  top: -25px;
  display: block;
  width: 50px;
  height: 50px;
  font-size: 0;
  color: #fff;
  background-color: #fff;
  border: 1px solid #009A6E;
  border-radius: 50%;
}

.back-top::after {
  content: "";
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 7px);
  display: block;
  width: 13px;
  height: 13px;
  border-left: 1px solid #009A6E;
  border-top: 1px solid #009A6E;
  -webkit-transform: translateY(30%) rotate(45deg);
          transform: translateY(30%) rotate(45deg);
}

.back-top.fixed {
  position: fixed;
  bottom: 20px;
  top: auto;
}

@media screen and (min-width: 1025px) {
  .footermenu .menulist a:hover,
  .footerlogo:hover,
  .back-top:hover {
    opacity: 0.8;
  }
}
@media (max-width: 768px) {
  .footermenu {
    padding: 3.5rem 0;
    border-top: none;
  }
  .footermenu .menulist {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: min(3.4722222222vw, 20px);
    line-height: 3.5;
  }
  .footermenu .menulist li {
    width: 100%;
  }
  .footermenu .menulist li a {
    display: block;
  }
  .footercon {
    padding: 4rem 0;
    border-top-width: 2px;
  }
  .footercon .inner {
    -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;
    row-gap: 2rem;
  }
  .footerlogo img {
    height: 3rem;
  }
  .copyright {
    font-size: min(3.4722222222vw, 20px);
  }
  .back-top {
    position: fixed;
    right: 1.5rem;
    top: auto;
    bottom: 20px;
    width: 10rem;
    height: 10rem;
  }
  .back-top::after {
    left: calc(50% - 1.4rem);
    top: calc(50% - 1.4rem);
    width: 2.8rem;
    height: 2.8rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
/* aside
----------------------------------------------- */
.asidebox {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  padding: 120px 0 50px;
  width: 100%;
  height: 100%;
  background-color: #009A6E;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.asidebox.show {
  opacity: 1;
  visibility: visible;
}

.asidebox .btn-close {
  position: absolute;
  right: max(50% - 480px, 45px);
  top: 35px;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  border: none;
  background: url(../img/common/ico_close.svg) center no-repeat;
  background-size: contain;
  cursor: pointer;
}

.asidebox-cover {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 98;
  width: 100%;
  height: 100%;
}

.asideinner {
  margin: 0 auto;
  width: min(80%, 760px);
}

.asidenav a {
  display: block;
  font-size: 24px;
  font-weight: 400;
  line-height: 2.36208333;
  color: #fff;
}

.asidelinks {
  margin: 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

.asidelinks .linkpic {
  width: 385px;
  height: 82px;
  text-align: center;
  background-color: #fff;
}

.asidelinks .linkpic img {
  height: 100%;
}

.asidelinks .linktxt {
  width: 385px;
  height: 82px;
  text-align: center;
  background-color: #fff;
}

@media screen and (min-width: 1025px) {
  .asidenav a:hover,
  .asidelinks a:hover {
    opacity: 0.8;
  }
}
@media (max-width: 768px) {
  .asidebox {
    left: 0;
    width: 100%;
    padding: 12rem 0 5rem;
  }
  .asidebox .btn-close {
    right: 4.5rem;
    top: 3.5rem;
  }
  .asideinner {
    padding: 0 10rem;
    width: 100%;
  }
  .asidenav a {
    font-size: min(4.1666666667vw, 24px);
    line-height: 1.51625;
  }
  .asidenav a:not(:last-child) {
    margin-bottom: 4rem;
  }
  .asidelinks {
    margin: 3rem 0 0;
    row-gap: 3rem;
  }
  .asidelinks .linkpic {
    width: 38.5rem;
    height: 8.2rem;
  }
  .asidelinks .linktxt {
    width: 38.5rem;
    height: 8.2rem;
    font-size: 2.4rem;
    line-height: 8.2rem;
  }
}
/* public
----------------------------------------------- */
.inner {
  margin: 0 auto;
  padding: 0 25px;
  width: 1050px;
}

.inner.plus {
  padding: 0 50px;
}

.breadcrumb .wrap {
  padding: 8px 15px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.breadcrumb .wrap li {
  font-size: 12px;
  font-weight: 400;
  color: #231815;
}
@media (max-width: 768px) {
  .breadcrumb .wrap li {
    font-size: 2.4rem;
  }
}

.breadcrumb .wrap li::after {
  content: "＞";
  margin: 0 1em;
}

.breadcrumb .wrap li:last-child::after {
  content: none;
}

@media screen and (min-width: 1025px) {
  .breadcrumb .wrap li a:hover {
    opacity: 0.8;
  }
}
@media (max-width: 768px) {
  .inner {
    padding: 0 1.5rem;
    width: 100%;
  }
  .inner.plus {
    padding: 0 3.5rem;
  }
  .breadcrumb .wrap {
    padding: 0;
  }
}
/* change
----------------------------------------------- */
.l-header {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  line-height: 2;
}

@media (max-width: 768px) {
  footer .l-footer .p-footer.footer-medical .p-footer_menu_item {
    font-size: 2.8rem;
  }
}

.l-medical .p-inq {
  padding: 5rem 1.5rem;
}
@media (min-width: 769px) {
  .l-medical .p-inq {
    padding: 30px 50px 24px;
  }
}

.l-medical .p-inq_item:first-child {
  margin-bottom: 5rem;
}
@media (min-width: 769px) {
  .l-medical .p-inq_item:first-child {
    margin-bottom: 0;
  }
}

.l-medical .p-inq_item a {
  font-size: 14px;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
  padding-left: 2.8rem;
}
@media (min-width: 769px) {
  .l-medical .p-inq_item a {
    font-size: 16px;
    padding: 7px 31px;
    line-height: 32px;
  }
}

@media (min-width: 769px) {
  .l-medical .p-inq_item:first-child::after {
    height: 100px;
    top: 0;
  }
}

@media (max-width: 768px) {
  .l-medical .p-inq_item_title {
    margin-bottom: 0.5rem;
  }
  .l-medical .p-inq_item_title img {
    max-height: 2.8rem;
  }
}

@media (max-width: 768px) {
  .l-medical .p-inq_item_phone {
    margin-bottom: 1rem;
  }
}
.l-medical .p-inq_item_phone img:last-child {
  min-height: 28px;
}
@media (min-width: 769px) {
  .l-medical .p-inq_item_phone a {
    padding: 0;
  }
}

.l-medical .p-inq_item_notice {
  font-size: 12px;
  line-height: 1.8;
}
@media (min-width: 769px) {
  .l-medical .p-inq_item_notice {
    font-size: 16px;
  }
}

/* Page
----------------------------------------------- */
@media (max-width: 768px) {
  .anchor-point {
    padding-top: 20px;
    margin-top: -20px;
  }
}

@media (max-width: 768px) {
  .p-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 4.4rem 1.5rem 3rem 0;
  }
}

.res-menu_btn {
  display: block;
  width: 8rem;
  height: 8.3rem;
  padding: 0;
  border: none;
  background-color: #009A6E;
  cursor: pointer;
  position: relative;
}
@media (min-width: 769px) {
  .res-menu_btn {
    display: none;
  }
}
.res-menu_btn span {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 5.1rem;
  height: 1px;
  background-color: #fff;
}
.res-menu_btn span:nth-child(1) {
  top: calc(50% - 2.1rem);
}
.res-menu_btn span:nth-child(2) {
  top: 50%;
}
.res-menu_btn span:nth-child(3) {
  top: calc(50% + 2.1rem);
}

.p-mv {
  max-width: 1200px;
  margin: 0 auto;
}
.p-mv__wrap {
  position: relative;
}
.p-mv__wrap img {
  width: 100%;
}

@media (min-width: 769px) {
  .p-intro {
    margin-top: 25px;
  }
}
.p-intro__title {
  color: #009A6E;
  font-size: 4.4rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.4172727273;
  text-align: center;
  padding-bottom: 14rem;
}
@media (max-width: 768px) {
  .p-intro__title {
    overflow: hidden;
    margin-inline: -1.5rem;
  }
}
@media (min-width: 769px) {
  .p-intro__title {
    font-size: 34px;
    line-height: 1.4935294118;
    padding-bottom: 77px;
  }
}
.p-intro__title-text {
  position: relative;
}
@media (max-width: 768px) {
  .p-intro__title-text {
    -webkit-font-feature-settings: "palt" 1, "pkna" 1, "pwid" 1, "pkna" 1;
            font-feature-settings: "palt" 1, "pkna" 1, "pwid" 1, "pkna" 1;
  }
}
.p-intro__title-text::before, .p-intro__title-text::after {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-intro__title-text::before {
  background-image: url("../img/intro_bf_img.png");
  width: 16.16321rem;
  height: 13.16467rem;
  left: -8.4rem;
  margin-top: 9.2rem;
}
@media (min-width: 769px) {
  .p-intro__title-text::before {
    width: 161.6321px;
    height: 131.6467px;
    left: -168px;
    margin-top: 20px;
  }
}
.p-intro__title-text::after {
  background-image: url("../img/intro_af_img.png");
  width: 18.38796rem;
  height: 14.75354rem;
  right: -16rem;
  margin-top: 9.6rem;
}
@media (min-width: 769px) {
  .p-intro__title-text::after {
    width: 183.8796px;
    height: 147.5354px;
    right: -205px;
    margin-top: 18px;
  }
}
.p-intro__desc {
  font-size: clamp(10px, 2.2rem, 22px);
  line-height: 2.3181818182;
  text-align: center;
  margin-bottom: 6.2rem;
}
@media (max-width: 768px) {
  .p-intro__desc {
    -webkit-font-feature-settings: "palt" 1, "pkna" 1, "pwid" 1, "pkna" 1;
            font-feature-settings: "palt" 1, "pkna" 1, "pwid" 1, "pkna" 1;
  }
}
@media (min-width: 769px) {
  .p-intro__desc {
    font-size: 18px;
    line-height: 2.205;
    margin-bottom: 41px;
  }
}
.p-intro__sign {
  font-size: 2.8rem;
  line-height: 2.0960714286;
  font-weight: bold;
  letter-spacing: 0.02em;
  text-align: center;
}
@media (min-width: 769px) {
  .p-intro__sign {
    font-size: 22px;
    line-height: 1.8040909091;
  }
}
.p-intro__sign span {
  color: #009A6E;
}
.p-intro__note {
  margin-top: 11.6rem;
}
@media (min-width: 769px) {
  .p-intro__note {
    width: 800px;
    margin: 125px auto 0;
  }
}
.p-intro__note-box {
  border: 2px solid #009A6E;
  border-radius: 2.5rem;
  padding: 6.5rem 4.1rem 5.9rem;
  position: relative;
  margin-bottom: 2.1rem;
}
@media (min-width: 769px) {
  .p-intro__note-box {
    border-radius: 22px;
    padding: 39px 44px 25px;
    margin-bottom: 15px;
  }
}
.p-intro__note-title {
  color: #009A6E;
  font-size: 4rem;
  font-weight: bold;
  line-height: 0.99225;
  letter-spacing: 0.02em;
  text-align: center;
  position: absolute;
  top: -15px;
  right: 0;
  left: 0;
}
@media (min-width: 769px) {
  .p-intro__note-title {
    font-size: 24px;
    line-height: 1.3154166667;
  }
}
.p-intro__note-title span {
  background-color: #fff;
  display: inline-block;
  padding-inline: 21px;
}
@media (min-width: 769px) {
  .p-intro__note-title span {
    padding-inline: 2.1rem;
  }
}
.p-intro__note-list li {
  color: #333333;
  font-size: 2.4rem;
  line-height: 1.65375;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
@media (min-width: 769px) {
  .p-intro__note-list li {
    font-size: 18px;
    line-height: 2.205;
    letter-spacing: 0.02em;
    gap: 10px;
  }
}
.p-intro__note-list li::before {
  content: "◆";
  color: #009A6E;
}
.p-intro__note-desc {
  color: #009A6E;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.7210714286;
  text-align: center;
  margin-top: 4.9rem;
}
@media (min-width: 769px) {
  .p-intro__note-desc {
    font-size: 16px;
    line-height: 1.9475;
    margin-top: 24px;
  }
}
.p-intro__note-footer {
  color: #333333;
  font-size: 2.2rem;
  -webkit-font-feature-settings: "palt" 1, "pkna" 1, "pwid" 1, "pkna" 1;
          font-feature-settings: "palt" 1, "pkna" 1, "pwid" 1, "pkna" 1;
  line-height: 1.1277272727;
  text-align: center;
}
@media (min-width: 769px) {
  .p-intro__note-footer {
    font-size: 16px;
    line-height: 1.550625;
    letter-spacing: 0.02em;
    text-align: right;
  }
}

.p-card {
  background-color: #E5F5F0;
  padding-block: 9.5rem 10rem;
  margin-top: 13.5rem;
}
@media (min-width: 769px) {
  .p-card {
    padding-block: 70px 65px;
    margin-top: 100px;
  }
}
.p-card__title {
  background-color: #009A6E;
  color: #fff;
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.025em;
  line-height: 1.1025;
  text-align: center;
  margin: 0 auto;
  padding: 2rem 0;
}
@media (min-width: 769px) {
  .p-card__title {
    font-size: 24px;
    line-height: 1.65375;
    letter-spacing: 0;
    max-width: 900px;
    padding: 10px 0;
  }
}
.p-card .tab {
  margin-top: 7.4rem;
}
@media (min-width: 769px) {
  .p-card .tab {
    margin-top: 70px;
  }
}
.p-card .tab-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3.5rem 5.5rem;
}
@media (min-width: 769px) {
  .p-card .tab-head {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 19px;
  }
}
.p-card .tab-head li {
  width: 29rem;
}
@media (min-width: 769px) {
  .p-card .tab-head li {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 220px;
  }
}
.p-card .tab-head li.active a {
  border-color: #009A6E;
}
.p-card .tab-head li:not(.active):hover a {
  opacity: 0.7;
}
.p-card .tab-head li a {
  background-color: #fff;
  border-radius: 6rem;
  border: 2px solid transparent;
  color: #009A6E;
  display: block;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 0.5288709677;
  text-align: center;
  padding: 3.7rem 0;
}
@media (min-width: 769px) {
  .p-card .tab-head li a {
    border-radius: 40px;
    font-size: 22px;
    line-height: 1.2886363636;
    letter-spacing: 0.02em;
    padding: 14px 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}
.p-card .card {
  margin-top: 10.3rem;
}
@media (min-width: 769px) {
  .p-card .card {
    margin-top: 54px;
  }
}
.p-card .card-list {
  display: grid;
  gap: 12.3rem 3.5rem;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 769px) {
  .p-card .card-list {
    gap: 65px 35px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .p-card .card-item {
    width: 60rem;
    margin: 0 auto;
  }
}
@media (min-width: 769px) {
  .p-card .card-item {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .p-card .card-item:hover {
    opacity: 0.7;
  }
}
.p-card .card-image {
  position: relative;
}
.p-card .card-stt {
  background-color: #FCCF00;
  border-radius: 50%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 3.2rem;
  font-weight: bold;
  width: 9rem;
  height: 9rem;
  position: absolute;
  top: -4.6rem;
  left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 769px) {
  .p-card .card-stt {
    font-size: 20px;
    width: 55px;
    height: 55px;
    top: -18px;
    left: 2px;
  }
}
.p-card .card-tag {
  background: #fff;
  border-radius: 4rem;
  color: #009A6E;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.159375;
  letter-spacing: 0.04em;
  position: absolute;
  right: 1.5rem;
  bottom: calc(var(--data-height) + 2.4rem);
  padding: 2.2rem 3.7rem;
}
@media (min-width: 769px) {
  .p-card .card-tag {
    border-radius: 20px;
    font-size: 16px;
    line-height: 1.159375;
    right: 10px;
    bottom: calc(var(--data-height) + 12px);
    padding: 11px 15px;
  }
}
.p-card .card-copy {
  background-color: #009A6E;
  border-radius: 0 0 4rem 4rem;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.323;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  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;
  text-align: center;
  padding: 1.7rem 1rem;
}
@media (min-width: 769px) {
  .p-card .card-copy {
    border-radius: 0 0 22px 22px;
    font-size: 14px;
    line-height: 1.4171428571;
    padding: 10px;
  }
}
.p-card .card-content {
  padding-top: 2.1rem;
}
@media (min-width: 769px) {
  .p-card .card-content {
    padding-top: 13px;
  }
}
.p-card .card-title {
  color: #009A6E;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.41725;
  letter-spacing: 0.04em;
}
@media (min-width: 769px) {
  .p-card .card-title {
    font-size: 22px;
    line-height: 1.2886363636;
  }
}
.p-card .card-desc {
  font-size: 2.4rem;
  line-height: 1.52875;
  margin-top: 0.5rem;
}
@media (min-width: 769px) {
  .p-card .card-desc {
    font-size: 18px;
    line-height: 1.26;
    margin-top: 7px;
  }
}

.p-news {
  background-color: #E5F5F0;
}
.p-news__wrap {
  border-top: 1px dotted #878787;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7.6rem;
  padding-block: 7.7rem 7rem;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .p-news__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 98px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 74px 82px 74px 14px;
    max-width: 930px;
  }
}
.p-news__title {
  color: #333333;
  font-size: 4rem;
  font-weight: bold;
  line-height: 0.70875;
}
@media (min-width: 769px) {
  .p-news__title {
    font-size: 28px;
    line-height: 1.215;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 86px;
  }
}
@media (min-width: 769px) {
  .p-news__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (min-width: 769px) {
  .p-news .news-item {
    padding-bottom: 4px;
  }
}
.p-news .news-item:not(:last-child) {
  margin-bottom: 8.4rem;
}
@media (min-width: 769px) {
  .p-news .news-item:not(:last-child) {
    margin-bottom: 27px;
  }
}
.p-news .news-text {
  color: #333333;
  font-size: 2.8rem;
  line-height: 0.81;
}
@media (min-width: 769px) {
  .p-news .news-text {
    font-size: 18px;
    line-height: 1.26;
    white-space: nowrap;
  }
}
.p-news .news-text strong {
  color: #009A6E;
  display: inline-block;
  font-size: 4rem;
  letter-spacing: 0.04em;
}
@media (min-width: 769px) {
  .p-news .news-text strong {
    font-size: 24px;
    letter-spacing: 0.04em;
    margin-right: 40px;
  }
}
@media (max-width: 768px) {
  .p-news .news-text strong {
    display: block;
    padding-bottom: 2.5rem;
    margin-bottom: 2.1rem;
  }
}

.p-cta {
  background-color: #E5F5F0;
}
.p-cta__wrap {
  padding-block: 0 12rem;
}
@media (min-width: 769px) {
  .p-cta__wrap {
    padding-block: 0 70px;
    max-width: 930px;
    margin: 0 auto;
  }
}
.p-cta__box {
  background-color: #fff;
  border: 1px solid #009A6E;
  border-radius: 2rem;
  padding: 3.7rem 3.6rem 1.8rem 3.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media (min-width: 769px) {
  .p-cta__box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32px;
    border-radius: 20px;
    padding: 18px 48px 18px 40px;
    max-width: 780px;
    margin: 0 auto;
  }
}
.p-cta__media {
  width: 15.3rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 769px) {
  .p-cta__media {
    width: 151px;
  }
}
@media (min-width: 769px) {
  .p-cta__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.p-cta__title {
  color: #009A6E;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.5265384615;
  letter-spacing: 0.02em;
}
@media (min-width: 769px) {
  .p-cta__title {
    font-size: 22px;
    line-height: 1.5454545455;
    margin-bottom: 19px;
  }
}
.p-cta__btn {
  background-color: #009A6E;
  border-radius: 4rem;
  font-size: 2.4rem;
  color: #fff;
  width: 25rem;
  height: 5.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  padding-inline: 1.5rem;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .p-cta__btn {
    margin-top: -1rem;
  }
}
@media (min-width: 769px) {
  .p-cta__btn {
    border-radius: 20px;
    font-size: 18px;
    width: 230px;
    height: 38px;
    gap: 25px;
    padding-inline: 15px;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}
.p-cta__btn:hover {
  opacity: 0.7;
}
.p-cta__btn::after {
  content: "";
  background: url("../img/ic_arrow.svg") no-repeat center/contain;
  width: 1.8rem;
  height: 1.7rem;
}
@media (min-width: 769px) {
  .p-cta__btn::after {
    width: 15px;
    height: 14px;
  }
}

.p-voice {
  padding-block: 12.9rem 18.2rem;
}
@media (min-width: 769px) {
  .p-voice {
    padding-block: 93px 146px;
  }
}
@media (min-width: 769px) {
  .p-voice__wrap {
    max-width: 900px;
    margin: 0 auto;
  }
}
.p-voice__title {
  background-color: #009A6E;
  color: #fff;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.1025;
  letter-spacing: 0.025em;
  text-align: center;
  padding: 2rem 0;
  position: relative;
  z-index: 1;
}
@media (min-width: 769px) {
  .p-voice__title {
    font-size: 24px;
    line-height: 1.65375;
    letter-spacing: 0;
    max-width: 900px;
    margin: 0 auto;
    padding: 10px 0;
  }
}
.p-voice__box {
  background-color: #E5F5F0;
  border-radius: 4.252px;
  margin-top: -3rem;
  padding: 7.9rem 1.9rem 6.5rem;
}
@media (min-width: 769px) {
  .p-voice__box {
    border-radius: 4.252px;
    margin-top: -30px;
    padding: 79px 50px 65px;
  }
}
.p-voice__sub {
  color: #009A6E;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4171875;
  text-align: center;
  margin-bottom: 2.4rem;
}
@media (min-width: 769px) {
  .p-voice__sub {
    font-size: 26px;
    line-height: 1.2161538462;
    letter-spacing: 0.04em;
    margin-bottom: 17px;
  }
}
.p-voice__desc {
  font-size: 2.2rem;
  line-height: 1.0845454545;
  text-align: center;
  margin-bottom: 6.2rem;
}
@media (min-width: 769px) {
  .p-voice__desc {
    font-size: 18px;
    line-height: 1.3255555556;
    margin-bottom: 54px;
  }
}
.p-voice .voice-item {
  background-color: #fff;
  border-radius: 3rem;
  -webkit-filter: drop-shadow(3px 3px 2px rgba(51, 51, 51, 0.2));
          filter: drop-shadow(3px 3px 2px rgba(51, 51, 51, 0.2));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4rem;
  padding: 3.1rem 2rem 3.1rem 4.5rem;
}
@media (max-width: 768px) {
  .p-voice .voice-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 769px) {
  .p-voice .voice-item {
    border-radius: 26px;
    gap: 42px;
    padding: 15px 30px 15px 54px;
  }
}
.p-voice .voice-item:not(:last-child) {
  margin-bottom: 3.9rem;
}
@media (min-width: 769px) {
  .p-voice .voice-item:not(:last-child) {
    margin-bottom: 30px;
  }
}
.p-voice .voice-item:nth-child(even) .voice-avatar {
  background-color: #FEF3BF;
}
@media (min-width: 769px) {
  .p-voice .voice-item:nth-child(4) {
    padding-bottom: 24px;
  }
}
@media (min-width: 769px) {
  .p-voice .voice-item:nth-child(5) {
    padding-bottom: 29px;
  }
}
.p-voice .voice-item--align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-voice .voice-avatar {
  background-color: #BFE6DB;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 11.7rem;
  height: 11.7rem;
  position: relative;
  overflow: hidden;
}
@media (min-width: 769px) {
  .p-voice .voice-avatar {
    width: 130px;
    height: 130px;
  }
}
.p-voice .voice-avatar img {
  width: 10rem;
  height: 10.1rem;
  position: absolute;
  top: 2.7rem;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .p-voice .voice-avatar img {
    width: 111px;
    height: 113.5373px;
    top: 30px;
  }
}
.p-voice .voice-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 769px) {
  .p-voice .voice-content {
    padding-top: 10px;
  }
}
.p-voice .voice-desc {
  font-size: 2.2rem;
  line-height: 1.8040909091;
  letter-spacing: 0.04em;
}
@media (min-width: 769px) {
  .p-voice .voice-desc {
    font-size: 18px;
    line-height: 1.89;
  }
}
.p-voice__note {
  font-size: 2.2rem;
  -webkit-font-feature-settings: "palt" 1, "pkna" 1, "pwid" 1, "pkna" 1;
          font-feature-settings: "palt" 1, "pkna" 1, "pwid" 1, "pkna" 1;
  line-height: 1.8040909091;
  margin-top: 2.4rem;
}
@media (min-width: 769px) {
  .p-voice__note {
    font-size: 16px;
    line-height: 1.771875;
    margin-top: 18px;
  }
}
@media (max-width: 768px) {
  .p-voice__note {
    padding-inline: 2rem;
  }
}
.p-voice__note span {
  color: #009A6E;
}

.p-about {
  padding-block: 16.8rem 15rem;
  position: relative;
  overflow: hidden;
}
@media (min-width: 769px) {
  .p-about {
    padding-block: 239px 150px;
  }
}
.p-about::after {
  content: "";
  background: url("../img/about_bg_sp.png") no-repeat top center/cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 54.1rem;
  z-index: -1;
}
@media (min-width: 769px) {
  .p-about::after {
    background-image: url("../img/about_bg.png");
    height: 70.4854368932vw;
  }
}
.p-about__title {
  color: #009A6E;
  font-size: 4.4rem;
  font-weight: bold;
  line-height: 1.4172727273;
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: 10.9rem;
}
@media (min-width: 769px) {
  .p-about__title {
    font-size: 34px;
    font-weight: bold;
    line-height: 1.4935294118;
    margin-bottom: 66px;
  }
}
.p-about__title span {
  position: relative;
  display: inline-block;
}
.p-about__title span::before, .p-about__title span::after {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 11rem;
  height: 10.1rem;
}
@media (min-width: 769px) {
  .p-about__title span::before, .p-about__title span::after {
    width: 110px;
    height: 101px;
  }
}
.p-about__title span::before {
  background-image: url("../img/about_title_bf.png");
  left: -9rem;
  margin-top: 1.5rem;
  -webkit-transform: rotate(32deg);
          transform: rotate(32deg);
}
@media (min-width: 769px) {
  .p-about__title span::before {
    left: -113px;
    margin-top: -50px;
    -webkit-transform: rotate(32deg);
            transform: rotate(32deg);
  }
}
.p-about__title span::after {
  background-image: url("../img/about_title_af.png");
  right: -9rem;
  margin-top: 1.5rem;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
@media (min-width: 769px) {
  .p-about__title span::after {
    right: -85px;
    margin-top: -55px;
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg);
  }
}
.p-about__desc {
  font-size: 2.2rem;
  line-height: 1.8040909091;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 5.7rem;
}
@media (max-width: 768px) {
  .p-about__desc {
    -webkit-font-feature-settings: "palt" 1, "pkna" 1, "pwid" 1, "pkna" 1;
            font-feature-settings: "palt" 1, "pkna" 1, "pwid" 1, "pkna" 1;
  }
}
@media (min-width: 769px) {
  .p-about__desc {
    font-size: 18px;
    line-height: 2.205;
    letter-spacing: 0.02em;
    margin-bottom: 50px;
  }
}
.p-about__sub {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 2.0246428571;
  text-align: center;
}
@media (min-width: 769px) {
  .p-about__sub {
    font-size: 20px;
    letter-spacing: 0.02em;
    line-height: 1.9845;
  }
}
.p-about__media {
  margin: 5.8rem auto 3.2rem;
}
@media (min-width: 769px) {
  .p-about__media {
    margin: 66px 50px 41px;
  }
}

.p-mproduct {
  background-color: #f8f8f8;
  padding: 20px;
}
@media (min-width: 769px) {
  .p-mproduct {
    padding: 40px 0;
  }
}
.p-mproduct_related_product {
  padding: 20px;
  background-color: #fff;
}
@media (min-width: 769px) {
  .p-mproduct_related_product {
    width: 1030px;
    padding: 35px 40px;
    margin: 0 auto;
  }
}
.p-mproduct_related_product .title-section {
  font-size: 18px;
}
@media (min-width: 769px) {
  .p-mproduct_related_product .title-section {
    font-size: 24px;
  }
}
@media (min-width: 769px) {
  .p-mproduct_related_product_listArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-mproduct_series_item_kind {
  font-size: 14px;
}
.p-mproduct_series_item_name {
  font-size: 16px;
}
.p-mproduct_series_item_name_g {
  font-size: 12px;
}

.p-mproduct_footer .p-mproduct_back_to_cat a {
  text-decoration: none;
}